/** Shopify CDN: Minification failed

Line 3025:1 Unexpected "`"

**/
/* @group Root */
:root{
    --GOTHAM:  Montserrat, sans-serif;
    --BEBAS: 'Bebas Neue', sans-serif;
    --TF-BLUE: #CDE4EC;
    --TF-TEAL: #0B838E;
	--TF-GRAY: #3C3C3C;
    --TF-LT-GREEN: #82AF7D;
	--TF-DK-GREEN: #2F6743;
	--TF-LAMB: #6BB1CA;
	--TF-WAGYU: #216767;
	--TF-PORK: #E17A99;
	--TF-VEAL: #2A873F;
	--TF-BEEF: #792753;
    --WHITE: #ffffff;
    --BLACK: #000000;
}
/* @end */

html {
  scroll-behavior: smooth;
}
.hidem {display:none}
.button:hover,
.button:hover, .button:focus {
    color: var(--TF-TEAL);
    background-color: transparent;
}

.relative {
    position: relative;
}

.shopify-section.section {
 padding:0 
}
.padding--half {
    padding: 80px 0;
}

.padding--none {
    padding: 0;
}

.grid-container {
    max-width: 90rem;
}

.grid-container.full {
    max-width: 100%;
    width: 100%;
}


/* @end */


/* @group Typography (Fonts) */
body {
 font-family: var(--GOTHAM); 
}
sup {
    top: -12px;
    left: 0px;
    font-size: 62%;
}
tbody tr:nth-child(even) {
    background-color: #ffffff;
}
label {
    display: block;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    color: #405464;
    font-family: var(--GOTHAM);
    letter-spacing: .35px;
    text-transform: uppercase;
}
.label {
    display: inline-block;
    padding: .33333rem .5rem;
    border-radius: 0;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #1779ba;
    color: #fefefe;
    font-family: var(--GOTHAM);
    font-size: 13px;
    color: #405464;
    letter-spacing: 0;
    background: none;
    padding: 0;
}
.facet-filters__sort{
    box-shadow: none;
    font-family: var(--GOTHAM);
    font-size: 16px !important;
}
h1,
.h1 {
    font-family: var(--BEBAS);
    font-size: 60px;
    line-height: 53px;
    font-weight: 800;
	color: #405464;
}
.hxl {
	    font-size: 74px;
		font-family: var(--BEBAS);
		line-height: 1.2;
    font-weight: 100;
    color: var(--TF-WAGYU);
}
h2, .h2 {
    font-family:  var(--BEBAS);
    font-size: 45px;
    color: #405464;
    letter-spacing: 0;
    line-height: 48px;
    font-weight: bold;
    letter-spacing: 1.35px;
}

h3,
.h3 {
     font-family:  var(--GOTHAM);
    font-size: 26px;
    color: #1E1004;
    line-height: 28px;
    font-weight: 600;
	font-weight: 900;
}
h4, .h4, h5, h6{
	 font-family:  var(--BEBAS);
}
p,
li {
    font-family: var(--GOTHAM);
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    color: #405464;
    line-height: 35px;
  letter-spacing: normal;
  margin-bottom: 24px;
}


.button {
    text-transform: uppercase;
    min-height: auto;
    position: relative;
    z-index: 9;
    overflow: hidden;
    margin: 0 auto 1rem;
    font-style: normal;
    border: 2px solid var(--TF-BLUE);
    font-size: 20px;
    text-align: center;
    padding: 6px 30px;
    background-color: transparent;
    font-weight: bold;
    letter-spacing: 1.4px;
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    transition: 0.5s ease-in-out;
	font-family: var(--GOTHAM);
	border-radius: 35px;	
	cursor: pointer !important;
}
.button:after {
	display: none;
}
.button--primary {
	background: var(--TF-TEAL);
	color: var(--WHITE);
	border-color:  var(--TF-TEAL);
}
.button--secondary {
	color: var(--TF-TEAL);
	background: var(--WHITE);
	border-color: var(--TF-TEAL) !important;
}
 .agp__button {
    text-transform: uppercase;
    min-height: auto;
    position: relative;
    z-index: 9;
    overflow: hidden;
    margin: 0 auto 1rem;
    font-family: var(--GOTHAM);
    font-style: normal;
    border: 7px solid #405464 !important;
    font-size: 26px !important;
    color: #405464 !important;
    text-align: center;
    padding: 15px 30px !important;
    background-color: transparent !important;
    font-weight: bold;
    letter-spacing: 1.4px;
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    box-shadow: -9px 10px 0px 0px rgb(64 84 100);
    transition: 0.5s ease-in-out;
   cursor:pointer
}
.button:before, .agp__button:before {content: ""; position: absolute; top: 0; right: -50px; bottom: 0; left: 0; border-right: 50px solid transparent; border-bottom: 80px solid var(--TF-TEAL); transform: translateX(-100%); box-sizing: border-box; transition: 0.5s ease-in-out; z-index: -1; } 
.button:hover, .agp__button:hover {color: #fff; box-shadow: none; transition: 0.5s ease-in-out; } 
.button:hover:before, .agp__button:hover:before {transform: translateX(0); }
.AddToCart:before {
   border-bottom: 120px solid #405464;
}

.agp__buttonType__buttonContainer--pass .agp__button {
  background: #F5C55B !important
}

.agp__button:before {content: ""; position: absolute; top: 0; right: -50px; bottom: 0; left: 0; border-right: 50px solid transparent; border-bottom: 80px solid #405464; transform: translateX(-100%); box-sizing: border-box; transition: 0.5s ease-in-out; z-index: -1; } 
.agp__button:hover {color: #fff; box-shadow: none; transition: 0.5s ease-in-out; } 
.button:hover:before, .agp__button:hover:before {transform: translateX(0); }


.title-btn {
    font-family: var(--GOTHAM);
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #1E1004;
    text-align: center;
    padding: 5px 20px;
}
a:hover, a:focus {
    color: var(--TF-TEAL);
}

/* @end */



/* @group Colors */

.grey {
    color: #405464
}

.grey--bg {
    background: #405464
}

.dark-brown {
    color: #1E1004;
}
.yellow--bg {
	background: #F5C55B;
}
.yellow {
	color: #F5C55B;
}
.dark-brown--bg {
    background: #1E1004;
}

.blue {
    color: #97C3CD;
}

.blue--bg {
    background: #97C3CD;
}

.white {
    color: #ffffff;
}

.white--bg {
    background: #ffffff !important;
}

.global-media-settings {
	border: none !important;
}
/* @end */

.index #MainContent {
	background: #cde4ec;
}
/* @group Header */
.header__icon--cart svg {
	transform: scale(1.5);
}
.section-header.shopify-section-group-header-group {
    z-index: 4;
}
body .header {
    padding-top: 0 !important;
    padding-bottom:10px;
}

.header__heading-logo-wrapper {
    margin-top: -42px;
}
.header--middle-left {
    grid-template-areas: "heading heading icons"
"navigation navigation navigation";
}
section.header {
    padding: 0px;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0px;
  	display: block;
}
.header__heading-logo {
    width: 280px;
    max-width: 500px;
    margin-left: 0;
}
.inner-page .header {
    position: relative;
}

section.header .top-line {
    padding: 5px;
    background-color: var(--TAG-DK-GREEN);
}

section.header .top-line ul {
    justify-content: right;
}

section.header .top-line ul li {
    padding: 0px;
    margin: 0;
}

section.header .top-line ul li a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.68px;
    font-family: var(--GOTHAM);
    font-size: 13px;
    line-height: 17px;
    padding: 5px 20px;
}
.list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.list-menu__item {
    display: flex;
    align-items: center;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--TF-TEAL);
	font-family: var(--GOTHAM);
    font-weight: bold;
	padding: 0.2rem 0.5rem;
}
.header__inline-menu li {
	margin-bottom: 0;
}
section.header .top-bar {
    padding: 18px 0px;
}

section.header .top-bar,
section.header .top-bar ul {
    background-color: transparent !important;
	align-items: center;
}
section.header .top-bar ul li ul {
    background: #FFFFFF !important;
    border: 6px solid #405464;
    box-shadow: 0 10px 14px 0 rgba(0,0,0,0.50);
    display: flex;
    width: 720px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 800px;
    top: 47px;
    padding: 20px 0;
    margin-left: -23px;
    justify-content: space-around;
}
section.header .top-bar ul li ul:before {
    position: absolute;
    content: '';
    background-color: #ffffff;
    top: -55px;
    content: '';
    display: block;
    height: 20px;
    left: 50%;
    margin-left: 0;
    position: relative;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translate(-50%, 0);
    width: 20px;
    z-index: 1;
    border: 6px solid #405464;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
section.header .top-bar ul li ul li{
	margin-bottom: 0;
}
.header:after {
    content: '';
    position: absolute;
    background: url(/cdn/shop/t/4/assets/shadow-right-light.webp) no-repeat top right/contain;
    width: 100%;
    padding-bottom: 10%;
    right: 0;
    top: 54%;
    pointer-events: none;
    z-index: 0;
}
.mobile-menu-top {
	display: flex;
	justify-content: space-between;
	padding-right: 0.625rem;
    padding-left: 0.625rem;
}
.mobile-menu-top .close-button {
    position: relative;
    right: auto;
    top: auto;
    padding-left: 4px;
    font-size: 27px;
}
.mobile-menu-top .header__heading-logo {
    margin: 0 !important;
    width: 141px;
    max-width: 141px;
    padding-top: 9px;
    padding-bottom: 9px;
}
.mobile-menu-top #cart-icon-bubble {
    margin-top: 12px;
    padding-right: 23px;
    font-size: 24px;
    position: relative;
}
#mobile-menu form {
    width: 92%;
    margin: 20px auto;
}
#mobile-menu .search__input.field__input {
    padding-right: 5rem;
    width: 100%;
    max-width: 100%;
}
.mobile3 {
	    margin: 0;
    list-style: none;
}
.mobile3 li {
    list-style: unset;
    width: 44%;
    /* float: left; */
    margin-bottom: 0;
    padding-left: 41px;
    line-height: 23px;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 41px;
}
.mobile3 li a {
    font-family: "futura-pt-bold", sans-serif;
    font-size: 14px;
    color: #405464;
    letter-spacing: 0.82px;
    font-family: Futura-Bold;
    font-size: 14px;
    color: #405464;
    letter-spacing: 0.82px;
    text-transform: uppercase;
}
.mobile-address {
	    border-top: 1px solid #405464;
    text-align: center;
}
.no-js .top-bar {
    display: none;
}

.no-js .top-bar .top-bar-inner {
    border-top: 5px solid #000;
    margin-top: 5px;
}

.top-bar {
    align-items: flex-start;
}

.top-bar .dropdown.menu>li {
    padding: 0;
    margin: 0;
}
.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    -webkit-box-shadow: 0 7px 0 #fefefe,0 14px 0 #fefefe;
    box-shadow: 0 7px 0 #405464, 0 14px 0 #405464;
    content: '';
    background: #405464;
}
.top-bar .dropdown.menu>li>a {
    font-size: 21px;
    font-family: 'BEBAS NEUE', sans-serif;
    font-weight: 500;
    font-size: 27px;
    color: #405464;
    letter-spacing: -0.27px;
    text-align: center;
    line-height: 40px;
    padding: 0px 10px;
    text-transform: lowercase;
}
#MainContent {
 overflow:hidden 
}
.desktop-cart {
     margin-left: 30px; 
}
.top-bar .cart-icon {
   font-family: 'BEBAS NEUE', sans-serif;
    font-weight: 500;
    background-color: #fae078;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 21px;
    border-radius: 50px;
    color: #405464;
}
.product-list .box .text-box small {
    font-size: 12px;
    line-height: inherit;
    color: #405464;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.subscription-section {
    background: #A1C5D2;
    margin: -82px 0;
    padding: 197px 0 173px;
}
.order-online {
    background: url(/cdn/shop/t/4/assets/order-online.svg?v=1683249520) no-repeat top center;
    font-family: var(--GOTHAM);
    text-transform: uppercase;
    color: var(--WHITE);
    font-weight: 900;
    word-spacing: break-word;
    padding: 31px 31px 12px 31px;
    line-height: 1.1;
    position: relative;
    top: -19px;
    font-size: 16px;
}
.order-online:hover {
	color: #ffffff;
	text-decoration: underline;
}
body header .header__icon, header .header__icon--cart .icon {
    height: 4.4rem;
    width: 3.4rem;
    padding: 0;
}
.header__icon .icon {
    height: 2rem;
    width: 2rem;
    fill: none;
    vertical-align: middle;
    color: var(--TF-TEAL);
}
body .header__icon--cart svg {
	height: 2.9rem !important;
	    width: 2.3rem !important;
}
.header__icon--cart:hover svg {
	transform: scale(1.7) !important;
}
.underline-links-hover:hover a.button {
    text-decoration: none;
    text-underline-offset: 0.3rem;
}
   body   .header__submenu .header__menu-item {
    justify-content: space-between;
    padding: 0.2rem .5rem !important;
}
/* @end */


/* @group Footer */

body .footer {
    border-top: none;
    background: rgb(209,227,235);
    background: linear-gradient(360deg, rgba(209,227,235,1) 0%, rgba(255,255,255,1) 104%);
    padding-bottom: 0;
    padding-top: 136px;
	margin: 0;
	position: relative;
}

.footer__content-top {
    background: var(--TF-LT-GREEN);
    margin-top: 50px;
    height: 100%;
    padding-bottom: 0 !important;
    position: relative;
}
.footer-menu-wrap-outer {
    background: url(/cdn/shop/t/4/assets/footer-cow.png?v=1682953592) no-repeat center top/contain;
    padding-bottom: 6rem;
    top: -47px;
    position: relative;
}
.footer-block__details-content {
    margin-bottom: 0;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
}

.footer-block__details-content:last-child {
    text-align: right;
}
.footer-menu-wrap {
    max-width: 910px;
    margin: 0 auto;
    position: relative;
    top: 82px;
}

.footer-block.grid__item {
	display: flex;
	justify-content: end;
}

.footer-block.grid__item:first-child {
	justify-content: start;
}
.footer-block.grid__item:last-child .footer-block__details-content  {
    text-align: right;
    justify-content: end;
}

.footer-block__details-content>li {
    margin-right: 1.5rem;
    display: inline-block;
    margin: 0 !important;
    line-height: 1;
}
.footer-block__details-content>li a:after {
    content: '';
    display: block;
    margin: 0 10px;
    display: inline-block;
    background: var(--TF-GRAY);
    width: 2px;
    height: 11px;
}
.footer-aussie {
    position: absolute;
    top: 46%;
    right: 13%;
    max-width: 256px;
}
.footer-grass {
    position: absolute;
    max-width: 61px;
    left: 25%;
    top: -50px;
}
.footer-logo {
	    display: block;
    margin: 0 auto;
    max-width: 400px;
}
body .list-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
body .list-social__link {
    align-items: center;
    display: flex;
    padding: 1.3rem;
    font-size: 32px;
    margin-top: 4px;
    text-decoration: none;
}
.list-social i {
	color: var(--TF-GRAY);
}
body .footer-block__details-content .list-menu__item--link, .copyright__content a {
    color: var(--TF-GRAY);
    font-family: var(--GOTHAM);
    font-size: 14px;
    padding: 7px 0 !important;
    line-height: 1;
}
.footer-block grid__item:last-child ul {
	text-align: right;
}

.footer .social-widget {
    text-align: center;
    border-left: 10px solid #415463;
}

.social-part ul li {
    display: inline-block;
    margin: 0;
}

.social-part ul li a {
    display: inline-block;
    padding: 5px 10px;
}

.social-part ul li:first-child a {
    padding-left: 0px;
}

.social-part ul li:last-child a {
    padding-right: 0px;
}

.social-part ul li img {
    max-width: 36px;
}

.social-part ul li svg:hover {
    filter: contrast(0%);
}

.address-part h3 {
    font-size: 85px;
    color: #405464;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
	font-family: clarendon-urw, serif;
}

.address-part p {
    font-size: 27px;
    color: #405464;
    font-weight: bold;
    font-family: 'BEBAS NEUE', sans-serif;
    letter-spacing: .87px;
  line-height:1.2
}

.address-part a {
 color:#405464 
}
.address-part p.phone {
    margin-bottom: 0px;
}

.address-part p.phone a {
    font-size: 22px;
    color: #48A686;
    font-weight: bold;
}

.copyright-sec {
    padding: 0px;
    background-color: #48A686;
    padding: 10px 0px;
}

.copyright-sec p {
   font-family: 'BEBAS NEUE', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #f7f6eb;
    font-weight: 600;
    margin-bottom: 0px;
    letter-spacing: .17px;
}

.copyright-sec .privacy-text p{
    text-align: right;    
 font-family: 'BEBAS NEUE', sans-serif;
    font-weight: 400;
}
.privacy-text {
    text-align: right;
  line-height: normal;
}
.copyright-sec .privacy-text img {
    margin-left: 5px;
}

/* @end */

/* @group Hero Slideshow */
@media screen and (min-width: 750px) {
	body .banner--medium:not(.banner--adapt) {
		min-height: 67vh;
	}

	body .banner__media {
    min-height: 58vh;
}
}
@media screen and (min-width: 1750px) {
body .banner--medium:not(.banner--adapt) {
		min-height: 75vh;
	}
	
body .slideshow .media>img {
    object-position: center bottom;
}

}
.slideshow__controls{
	    background: var(--TF-BLUE);
    border: none !important;
}

.slideshow__controls svg {
	width: 16px;
}
.slider-counter__link--dots .dot {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    border: 2px solid #3c3c3c;
    padding: 0;
    display: block;
}
body .slider-counter__link {
    padding: 0.3rem;
}
.slider-counter__link--active.slider-counter__link--dots .dot {
    background-color: #3c3c3c;
}
.slider-button--next svg {
	transform: rotate(180deg);
}

#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-1 .banner__buttons {
	    margin-top: 113px;
    margin-left: 44%;
	z-index: 999;
}
#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-2 .slideshow__text-wrapper.banner__content {
    height: 100%;
    max-width: 100%;
    padding: 0;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    left: 0;
}
#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-2 .slideshow__text.banner__box {
	

    width: 100% !important;
    min-width: 0;
    padding: 0;
    justify-content: flex-start;
    display: flex;
    height: 100%;
    max-width: 100%;
	
	}

	
#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-2 h2 {
	    color: #ffffff;
    position: absolute;
    top: 26px;
    left: 47%;
    text-align: left;
    max-width: 300px;
}	
#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-2 h2 span {
	

font-size: 160%;

}

#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-2 .banner__buttons {
	    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-3 .slideshow__text.banner__box {
    bottom: 1%;
    position: absolute;
    max-width: 439px;
    left: 50%;
    transform: translate(-50%, 0);
}
.support-heading1 {
    display: block;
    position: absolute;
    top: 15%;
    left: 22.5%;
    text-transform: uppercase;
    font-family: var(--BEBAS);
    font-size: 62px;
    max-width: 240px;
    font-weight: 100;
    line-height: 0.8;
    text-align: center;
    letter-spacing: 0;
    color: var(--TF-GRAY);
}
.support-heading2 {
	color: var(--TF-GRAY);
	display: block;
    position: absolute;
    top: 16%;
    left: 64.5%;
    text-transform: uppercase;
    font-family: var(--BEBAS);
    font-size: 62px;
    max-width: 170px;
    font-weight: 100;
    line-height: 0.8;
    text-align: left;
    letter-spacing: 0;
}
.two {
	    font-size: 100px;
    display: block;
}
.ways {
	font-size: 81px;
    display: block;
    margin-top: 24px;
}
slideshow-component .slideshow.banner{
scroll-snap-type: none !important;
scroll-behavior: auto !important;
}

@keyframes fadeIn {
0% { opacity: 0.5; }
100% { opacity: 1; }
}

@keyframes fadeOut {
0% { opacity: 1; }
100% { opacity: 0.5; }
}

slideshow-component .slideshow.banner [aria-hidden="false"] {
animation: fadeIn 200ms, fadeOut 200ms 4800ms;
}
body .slider--everywhere {
    overflow-x: hidden;

}
/* @end */

/* @group Cloud SLider */
.cloud-scrollable {
	    margin-top: -160px;
    z-index: 1;
    position: relative;
}
cite, .cite-block {
    margin-top: 8px;
}
.cloud {
    padding: 0;
    width: 37%;
    padding-bottom: 26%;
    position: relative;
    min-width: 580px;
}
.cloud-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    /* padding: 31% 9% 0 20%; */
    color: var(--TF-WAGYU);
    top: 63%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 64%;
}

.cloud:nth-child(even) .cloud-inner {
	 left: 43%;
}
.cloud-window {
    background: rgb(49,115,130);
    background: linear-gradient(180deg, rgba(49,115,130,1) 67%, rgba(255,255,255,1) 100%);
    /* overflow: hidden; */
    position: relative;
    /* min-height: 1300px; */
    padding-bottom: 60px;
}
.cloud-wrap {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.cloud-slider .prev-svg {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 17px;
    transform: translate(0, -50%);
    z-index: 999;
}
.cloud-slider .next-svg {
    width: 20px;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translate(0, -50%);
    z-index: 999;
}
.cloud-window h2 {
    padding-top: 203px;
    text-align: center;
    color: #ffffff;
    font-size: 105px;
    font-weight: 100;
    line-height: 1;
}
.cloud:nth-child(odd) {
	background: url(/cdn/shop/t/4/assets/cloud1.png?v=1684415498) no-repeat center center/contain;
}
.cloud:nth-child(even) {
	background: url(/cdn/shop/t/4/assets/cloud2.png?v=1684415498) no-repeat center center/contain;
}

.slide-m-dots,.slide-b-dots {
    list-style: none;
    margin: 0 20px;
}
.slide-m-dots ul, .slide-b-dots ul {
	margin: 0;
    display: flex;
    align-items: center;
}
.slide-m-dots li, .slide-b-dots li  {
    text-indent: -9999em;
    overflow: hidden;
    width: 20px;
    height: 20px;
    display: block;
    background: var(--TF-GRAY);
    border-radius: 100%;
    margin: 0 4px;
    border: 2px solid var(--TF-GRAY);
	cursor: pointer;
}
.slide-m-dots li.slick-active, .slide-b-dots li.slick-active {
    background: transparent;
}
.slide-m-dots li button, .slide-b-dots li button{
    text-indent: -9999em;
}
.slide-m-prev .prev-svg, .slide-b-prev .prev-svg {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    color: var(--TF-GRAY);
    transform: none !important;
}
.slide-m-next .next-svg, .slide-b-next .next-svg {
	position: relative;
  top: 0 !important;
    left: 0 !important;
    color: var(--TF-GRAY);
    transform: none !important;
}
.slider-controls {
    display: flex;
    justify-content: center;
    margin-top: 63px;
    align-items: center;
}
.slide-m-prev, .slide-m-next, .slide-b-prev, .slide-b-next {
	    display: flex !important;
    align-items: center;
}
/* @end */

/* @group Image with Text */
body .image-with-text {
	padding: 0 0;
}
body .image-with-text__content {
    background: url(/cdn/shop/t/4/assets/available-online.svg?v=1683250333) no-repeat center center;
       padding-left: 44%;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 9%;
    position: relative;
    left: -100px;
}
@media screen and (min-width: 1650px) {

body .image-with-text__content {
    padding-left: 26%;
    padding-top: 72px;
    padding-bottom: 72px;
    padding-right: 26%;
    left: -100px;
}

}
body .image-with-text__content h2 {
	padding-top: 30px;
	font-size: 75px;
	font-weight: 100;
	line-height: 0.8;
	color: var(--WHITE);
}
body .image-with-text__content h3 {
	color: var(--TF-LT-GREEN);
	font-family: var(--BEBAS);
	font-size: 41px;
	line-height: 1;
	font-weight: 100;
	margin-top: 6px;
}
body .image-with-text__content p {
    color: var(--WHITE);
    margin-top: -6px;
    line-height: 1.3;
    font-size: 17px;
}
body .image-with-text__text {
	margin: 0;
}
body .image-with-text__content .image-with-text__text+.button {
    margin: 13px 0;
    background: var(--WHITE);
    color: var(--TF-DK-GREEN);
    font-size: 19px;
    padding: 2px 19px;
    letter-spacing: 0;
    min-width: 0;
    border-color: var(--WHITE);
}
body .image-with-text--overlap .image-with-text__text-item {
    display: flex;
    padding: 0;
}
body .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__text-item {
    justify-content: flex-end;
    width: 45%;
}
body .image-with-text--overlap .image-with-text__media-item--top {
    align-self: initial;
    overflow: visible;
    width: 55%;
}
body  .image-with-text .global-media-settings {
    z-index: 999999;
    padding-bottom: 84%;
    margin-top: 55px;
    position: relative;
    right: -12px;
    width: 112%;
    position: absolute;
    z-index: 0;
}
/* @end */

/* @group Recipe Slider */

.featured-blog .slick-slide .card:not(.ratio) {
    flex-direction: initial;
}
.featured-blog .slick-slide .card__inner {
    order: 2;
    --ratio-percent: 81.240964% !important;
    position: relative;
    right: -100px;
    width: 126%;
    background: transparent;
    top: 0;
    margin-top: -100p;
}
.featured-blog .card:hover .media.media--hover-effect>img:first-child:only-child, .featured-blog .card-wrapper:hover .media.media--hover-effect>img:first-child:only-child {
    transform: none;
}
.featured-blog .slick-slide .card__inner img {
	object-fit:contain
}
.featured-blog .slick-slide .card__content {
	order: 1;
}
.featured-blog .page-width-desktop{
	padding: 2rem 0 0 12rem;
}
.featured-blog h2 {
    color: var(--TF-WAGYU);
    font-size: 57px;
	    line-height: 0.9;
}
.featured-blog h3 a{
	color: var(--TF-BEEF);
}
.featured-blog h2 span {
    font-size: 103px;
    display: block;
}
.featured-blog .dots-container{
	display: none !important;
}
.featured-blog .slider-controls {
    display: flex;
    justify-content: start;
    margin-top: 5px;
    align-items: center;
}
.card {
	 background: transparent;
	 border: none;
}
.blog__posts.articles-wrapper {
	margin: 0;
}
.featured-blog  .card:not(.ratio)>.card__content {
    grid-template-rows: max-content minmax(0,1fr) max-content auto;
    width: 51%;
}
.single-item {
	    display: grid;
}



.slick-list {
	order: 2;
}
.dots-container {
	order: 1;
	list-style: none;
	margin: 0;
	display: flex !important;
}
.dots-container li {
    text-indent: -9999em;
    overflow: hidden;
    width: 20px;
    height: 20px;
    display: block;
    background: var(--TF-WAGYU);
    border-radius: 100%;
    margin: 0 4px;
    border: 2px solid var(--TF-WAGYU);
	cursor: pointer;
}
.dots-container li.slick-active {
    background: transparent;
}
.dots-container li button{
    text-indent: -9999em;
}

.featured-blog .title-wrapper-with-link {
	
	margin: 5rem 0 0;
}
.article-card__footer .button {
	    background: var(--TF-BEEF);
}
.img-fit-wrap {
	position: relative !important;
	width: 100% !important;
	padding-bottom: 70%;
}
.img-fit-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    object-fit: cover;
    height: 100%;
}
.index .article-card .card__heading {
    margin-bottom: .6rem;
    padding-top: 15px;
}
/* @end */

/* @group COllection List */
.pill-back {
    position: absolute;
    top: 0;
    height: calc(100% + 100px);
    width: 70%;
    display: block !important;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 20px;
}
.collection-list-wrapper .card__inner {
	background: transparent !important;
}
.collection-list-wrapper .card__heading {
	text-align: center;
}

.collection-list-wrapper .card__content {
	    z-index: 99;
}
.section-collection-list {
	position: relative;
	z-index: 2;
}
.section-collection-list .coll-list-wrap {
    background: transparent url(/cdn/shop/files/egg.png?v=1682123553) no-repeat center center/cover;
    margin-top: -205px;
    padding-top: 111px;
    text-align: center;
    padding-bottom: 45px;
    z-index: 1;
    position: relative;
}
@media screen and (min-width: 1900px) {
.section-collection-list .coll-list-wrap {
    background: transparent url(/cdn/shop/files/egg.png?v=1682123553) no-repeat center center/contain;
    padding: 130px 0;
}
}
.coll-list-wrap .button {
	
    display: inline-block;
    margin: 0 auto;
    background: var(--TF-WAGYU);
    border-color: var(--TF-WAGYU);
    text-align: center;
}.jump-menu a {
	position: relative;
}
.coll-icon {
	    position: absolute;
    bottom: 0;
    right: 3%;
    width: 53px;
}
.index .collection-list {
    margin-top: 0;
    margin-bottom: 40px !important;
    margin-left: 0;
}
.coll-list-wrap li {
	margin: 0;
}
.coll-list-wrap .grid--3-col-desktop .grid__item {
    width: calc(24% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(24% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
}
.section-collection-list .coll-list-wrap .title-wrapper-with-link {
display: block;
}
.section-collection-list .coll-list-wrap h2 {
    color: var(--TF-WAGYU);
    font-family: var(--BEBAS);
    margin-top: 21px;
    font-size: 87px;
    letter-spacing: 2px;
    line-height: 1;
    text-align: left;
}
.section-collection-list .coll-list-wrap h3 {
    font-family: var(--BEBAS);
    font-size: 24px;
    font-weight: 100;
    line-height: 1;
    margin-top: -8px;
    letter-spacing: 0.7px;
    padding: 0 40px;
    text-align: center;
    word-break: initial;
}

	.section-collection-list .coll-list-wrap .main-subtitle {
  text-align: left;
		padding: 0;
}
.section-collection-list .page-width {
    padding: 0 7rem;
}
.colleciton-list {
	    max-width: 79%;
    margin: 0 auto;
}
.wrappy {
    position: relative;
    width: 100%;
    display: block;
}
.coll-list-wrap .saying {
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease-in-out 0s;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.card-wrapper:hover  .saying{
	opacity: 1;
}

.coll-list-wrap .coll-name{
	opacity: 1;
	transition: opacity 0.3s ease-in-out 0s;
}

.card-wrapper:hover  .coll-name{
	opacity: 0;
}
.related-article-inner .article-card__image-wrapper, .blog-slide-inner  .article-card__image-wrapper{
	width: 100%;
}
.related-article-inner  .img-fit-wrap img, .blog-slide-inner  .img-fit-wrap img {
    BORDER-RADIUS: 15px;
}
.related-article-inner .article-card__image {
	height: 100%;
}
.blog-slide-inner h3 {
    font-size: 14px;
    font-weight: 600;
    color: var(--TF-GRAY);
    line-height: 1;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
}
/* @end */

/* @group Product */

.product-title {
	
}
.product-info-inner {
	padding-left: 4rem;
}
.product {
    margin: 0;
    padding-top: 15px;
}
.product__title {
    word-break: break-word;
    margin-bottom: 0.5rem !important;
}
.product__title h3 {
	    font-family: var(--GOTHAM);
    color: var(--TF-BEEF);
    text-transform: none;
    font-size: 40px;
    margin-top: 12px;
    letter-spacing: -1px;
    line-height: 1;
}
.product-descriptor {
    font-size: 90px;
    font-weight: 100;
    line-height: 0.8;
    padding-right: 5rem;
	max-width: 60%;
}
.product-name {
    margin-left: -4rem !important;
    font-size: 88px;
    word-spacing: initial;
    line-height: 0.85;
    padding-left: 4rem;
    padding: 21px 60% 15px 4rem;
    word-break: initial;
}
.all-natural {
    color: var(--TF-LT-GREEN);
    font-family: "program-narrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 15px !important;
    font-size: 36px;
    line-height: 0.8;
    letter-spacing: -0.6px;
    margin-bottom: 10px !important;
}
.add-claims {
    white-space: pre-line;
    display: flex;
    line-height: 1;
}
.product .article-wrap {
    padding-top: 50px;
    background: #Ffffff;
}
.product .article-wrap h2 { 
    font-size: 60px;
    margin: 40px 0;
	
	}
.related-article-inner {
	text-align: center;
}
.related-article-inner img {
	border-radius: 20px;
}
.related-article-inner .card__information {
	padding-top: 10px;
}
.related-article-inner .full-unstyled-link {
    text-decoration: none;
    color: currentColor;
    display: block;
    text-align: center;
    font-size: 19px;
    line-height: 1.2;
    color: var(--TF-TEAL);
}
	.new-beef-background  {
		background: var(--TF-BEEF);
		color: #ffffff;
	}
	.new-beef {
		color: var(--TF-BEEF);
	}
.all-natural small {
    font-size: 57%;
    line-height: 1;
    display: block;
    margin-top: 10px;
    max-width: 50%;
}
.all-natural sup {
	    font-size: 111%;
    top: 0;
}
.product-ns-wrap {
	    padding: 36px 0;
}
.product-ns-wrap .product__media-wrapper {
	padding-left: 5rem;
}

/* @group Reviews */
#vitals-end-section {
    max-width: 790px;
    width: 100%;
    margin: 0 auto;
}
.vtl-pr-main-widget {
    max-width: 1200px;
    width: 100%;
    margin: 4rem auto 2rem;
    clear: both;
}
.vtl-pr-review-card__review-text {
    color: #5e5e5e;
}
.vtl-pr-review-card__review-text {
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    white-space: pre-wrap;
    word-break: break-word;
}
.vtl-pr-review-card__review-date {
    color: #737373;
}
.vtl-pr-review-card__review-date {
    font-size: 11px;
    line-height: 1;
    color: #737373;
    text-align: left;
    margin-bottom: 10px;
}
.vtl-pr-review-card__stars-snippet {
    margin-bottom: 10px;

}
.vtl-pr-review-stars-snippet {
    display: flex;
    align-items: center;
    line-height: 1em;
	    justify-content: flex-start;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 19px;

}
.vtl-pr-stars-snippet {
    position: relative;
    height: 1em;
	    width: 5em;
    min-width: 5em;

}
.vtl-pr-stars-snippet__front {
    line-height: 1;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 1;
    width: 0;
	        width: 80%;
    color: rgb(255, 206, 7);
}
.vtl-pr-stars-snippet__back {
    line-height: 1;
    display: flex;
	color: rgb(206, 206, 206);
}
.vtl-pr-stars-snippet__back svg {
    color: #cecece;
}
.vtl-pr-stars-snippet__layer svg {
    width: 1em;
    height: 1em;
}
.vtl-pr-main-widget__summary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 18px;
    margin-bottom: 32px;
    border-bottom: 1px solid #efefef;
}
.vtl-pr-ri__uv-icon {
    margin-right: 4px;
    display: flex;
    align-items: center;
    font-size: 15px;
}
.vtl-pr-ri__uv-icon svg {
    height: 1em;
    width: 1em;
}
.vitals-wrap {
    background: rgb(255,255,255);
    margin-top: -100px;
    padding-top: 290px;
}
/* @end */
#bundle-product_reviews {
    clear: both;
    z-index: 9;
    position: relative;
    padding-top: 230px;
}
.vtl-pr-ri__message {
	font-size: 16px;
}
/* @end */

/* @group Main Blog */
.blog-hero {
    background: url(/cdn/shop/t/4/assets/recipe-hero.png?v=1682941775) no-repeat top center/cover;
    padding-bottom: 41%;
	position: relative;
}
.blog-hero h1 {
    position: absolute;
    top: 44%;
    left: 56%;
    transform: translate(0,-50%);
    color: var(--TF-DK-GREEN);
    font-size: 115px;
    margin: 0;
    letter-spacing: 1px;
}
.blog-wrap {
	background: rgb(209,227,235);
background: linear-gradient(180deg, rgba(209,227,235,1) 0%, rgba(255,255,255,1) 40%);
}
.blog-wrap details[open]>.search-modal {
    opacity: 1;
    animation: animateMenuOpen var(--duration-default) ease;
    background: var(--TF-DK-GREEN);
    left: 77px;
    width: 100%;
    border: none;
    min-height: 0;
}
.blog-wrap .search-banner svg {
    width: 40px;
    color: var(--TF-DK-GREEN);
padding: 0;    margin: 20px;
    height: 35px;
}
.blog-wrap .search__button {
    right: 0;
    top: 0;
    margin: 0 !important;
    padding: 0;
    height: 48px;
    width: 67px;
}
.blog-wrap .modal__close-button .icon {
    width: 1.7rem;
    height: 1.7rem;
    color: var(--WHITE);
}
.blog-wrap details[open] .modal-overlay:after {
	display: none;
}
.blog-wrap .header__icon .icon {
    color: white;
}
.main-blog {
    margin-top: -73px;
    padding-left: 0;
    padding-right: 0;
}
.blog-slider-wrap {
    padding-left: 5rem;
    padding-right: 5rem;
    position: relative;
    padding-top: 75px;
}
.blog-slider-wrap:nth-child(even):before {
	content: '';
    position: absolute;
    background: url(/cdn/shop/t/4/assets/shadow-right-light.webp) no-repeat top right/contain;
    width: 100%;
    padding-bottom: 10%;
    right: 0;
    top: 0%;
    pointer-events: none;
    z-index: 0;
}
.blog-slider-wrap:nth-child(odd):before {
	content: '';
    position: absolute;
    background: url(/cdn/shop/t/4/assets/shadow-left.png?v=1685378866) no-repeat top left/contain;
    width: 100%;
    padding-bottom: 10%;
    left: 0;
    top: 0%;
    pointer-events: none;
    z-index: 0;
}
.blog-slider-wrap .slick-list {
	    margin-top: 38px;
}
.main-blog h2{
    font-size: 67px;
    color: var(--TF-TEAL);
	    margin-bottom: 15px;
}

.main-blog  .card .card__inner .card__media {
    border-radius: 50px;
}
.main-blog .article-card .card__heading {
    margin-bottom: .6rem;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 0;
}
@media screen and (min-width: 990px) {
	
.main-blog .article-card__image--medium .ratio:before {
    padding-bottom: 100% !important;
}
}
.main-blog .article-card__excerpt {
	display: none;
}
.main-blog  .gradient {
	background: transparent;
}
.jump-menu {
    margin-bottom: 53px;
}
.jump-menu h2 {
    font-size: 54px;
    margin-bottom: 15px;
    font-weight: 100;
}
.jump-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    max-width: 600px;
}
.jump-menu li {
    width: 33.33333%;
    text-align: center;
    margin: 0;
}
.jump-menu li a {
    background: var(--TF-TEAL);
    transition: 0.3s all ease;
    color: var(--TF-BLUE);
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
    border: none;
    width: 100%;
    display: block;
    height: 60px;
    line-height: 60px;
	
}
.jump-menu li:first-child a {
	border-top-left-radius:  10px;
	border:  1px solid var(--TF-BLUE);
}
.jump-menu li:nth-child(2) a {
	border-bottom:  1px solid var(--TF-BLUE);
	border-right:  1px solid var(--TF-BLUE);
	border-top:  1px solid var(--TF-BLUE);
}
.jump-menu li:nth-child(3) a {
	border-bottom:  1px solid var(--TF-BLUE);
	border-top-right-radius:  10px;
	border-right:  1px solid var(--TF-BLUE);
	border-top:  1px solid var(--TF-BLUE);
}
.jump-menu li:nth-child(4) a {
	border-bottom:  1px solid var(--TF-BLUE);
	border-right:  1px solid var(--TF-BLUE);
	border-left:  1px solid var(--TF-BLUE);
	border-bottom-left-radius:  10px;
}
.jump-menu li:nth-child(5) a {
	border-bottom:  1px solid var(--TF-BLUE);
	border-right:  1px solid var(--TF-BLUE);
}
.jump-menu li:nth-child(6) a {
	border-bottom:  1px solid var(--TF-BLUE);
	border-bottom-right-radius:  10px;
	border-right:  1px solid var(--TF-BLUE);
}
.jump-menu li a:hover, .jump-menu li a.active-link {
	background: var(--TF-BLUE);
	color: var(--TF-TEAL);
}
.main-blog .article {
    padding: 20px 15px 7px 15px;
    display: block !important;
}
.main-blog .card--standard>.card__content .card__information {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 0;
}
.main-blog .card {
	margin: 0;
}
.main-blog .card--standard>.card__content .card__information h3 a {
	
line-height: 1.1;

}
body .underline-links-hover:hover a {
    text-underline-offset: 0.1rem;
}
.btt {
	font-family: var(--GOTHAM);
    text-transform: uppercase;
    FONT-WEIGHT: 900;
    font-size: 17px;
    line-height: 1;
	color: var(--TF-TEAL);
}
.search-banner {
    position: absolute;
    right: 0;
    top: 59%;
    background: var(--TF-DK-GREEN);
    width: 59%;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    display: flex;
    align-items: center;
}

@media screen and (min-width:1600px) {
	.search-banner {
    width: 45%;
}
}
.search-banner svg {
    width: 40px;
    color: var(--WHITE);
    /* padding: 20px; */
    margin: 20px;
    height: 35px;
}
.search-banner select {
    border: none;
    padding: 5px 30px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--TF-DK-GREEN);
    text-transform: none;
}
.search-banner h4 {
    color: var(--WHITE);
    font-family: var(--GOTHAM);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    margin: 0;
}
.filter-menu {
    padding-top: 26px;
    margin: 0 10px;
}

/* @end */

/* @group Main Article */
.article-template__hero-adapt  {
	padding-bottom: 43% !important;
}
.article-template header {
    margin: 0;
    text-align: center;
    background: var(--TF-TEAL);
    color: var(--WHITE);
    margin-top: 0 !important;
    width: 100%;
    display: block;
    max-width: 100%;
	margin-bottom: 0 !important;
}
.article-template__title {
    margin: 0;
    color: #ffffff;
    font-size: 71px;
    line-height: 1;
    font-weight: 100;
    padding-top: 26px;
    margin-bottom: 0 !important;
    padding-bottom: 14px;
}
.recipe-stat {
	    background: var(--TF-BLUE);
}
.recipe-facts {
	    display: flex;
    justify-content: center;
}
.recipe-facts div {
    min-width: 18%;
    padding: 0 1rem;
    text-align: center;
    border-right: 4px solid var(--TF-TEAL);
}
.recipe-facts div:last-child {
	border: none;
}
.recipe-facts div h4 {
	color: var(--TF-TEAL);
    font-family: var(--GOTHAM);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    padding-top: 9px;
    line-height: 1;
}
.recipe-facts div h4 span {
	display: block;
    font-size: 33px;
}
.blog-overview {
	    margin: 2rem 0 3.9rem;
}
.blog-overview .excerpt {
    color: var(--TF-TEAL);
    font-size: 16px;
}
.protein-wrap {
	    border-top: 4px solid var(--TF-TEAL);
}
.protein-wrap h3 {
    font-family: var(--BEBAS);
    color: var(--TF-TEAL);
    background: #ffffff;
    padding: 1rem;
    font-size: 73px;
    font-weight: 100;
    position: relative;
    top: -26px;
    left: 13%;
    display: inline-block;
}
.ingredients-wrap {
	padding-right: 13%;
}
.ingredients-wrap p, .ingredients-wrap li {
    color: var(--TF-TEAL);
    font-size: 20px;
    margin-bottom: 5px;
}
.swap-wrap {
    position: relative;
    height: 100%;
    padding-bottom: 100px;
}
.swap-wrap svg {
    position: absolute;
    top: 0;
    left: -19%;
    top: -100px;
    width: 131%;
}
.swap-wrap.horiz svg {
    position: absolute;
    top: 0;
    left: 2%;
    top: -100px;
    width: 101%;
}
.protein-inner {
	position: relative;
	    z-index: 1;
padding-left: 18%;
}
.protein-inner h4 {
    font-size: 30px;
    max-width: 69%;
    margin: 0 auto;
    color: var(--TF-WAGYU);
    line-height: 1;
    text-align: center;
}
.instructions-wrap {
	    border-top: 4px solid var(--TF-TEAL);
    margin-top: 65px;

}
.instructions-inner {
    padding: 0 14%;
  z-index: 10;
    position: relative;
}
.instructions-inner p, .instructions-inner li {
	   color: var(--TF-TEAL);
    font-size: 16px;
    margin-bottom: 5px;
}
.protein-wrap {
	display: none;
}
#main-protein-wrap {
	display: block;
}
.switch-wrap {
	text-align: center;
}
.switch-wrap h5 {
	    font-family: var(--GOTHAM);
    text-transform: uppercase;
    color: var(--TF-TEAL);
    font-weight: 900;
    font-size: 30px;
}
.switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 0;
    background: var(--TF-TEAL);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
    border-radius: 32px;
    padding: 0 10px;
}
.switch-paddle:after {

    background: #ffffff;
    border-radius: 100%;
}
input:checked~.switch-paddle:after {
    left: 2.25rem;
}
.related-posts-wrap  {
	position: relative;
}
.related-posts-wrap svg{
	position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 120%;
}
.related-posts-wrap .grid-container {
	position: relative;
	z-index: 2;
}
.related-posts-wrap h2 {
	     padding-top: 90px;
    font-size: 70px;
    font-weight: 100;
    color: var(--TF-WAGYU);
    margin-bottom: 50px;
}
.related-posts-wrap .slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-46px, -50%);
}
.related-posts-wrap .slick-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(46px, -50%);
}
.blog-slide-inner {
	padding: 0 15px;
}
.blog-slide-inner a span {
    font-family: var(--GOTHAM);
    font-size: 14px;
    font-weight: 600;
    color: var(--TF-GRAY);
    line-height: 1;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
}
.article .footer, .page-about-us .footer, .page-where-to-buy .footer {
	    background: var(--TF-BLUE);
    margin: 0;
}
.video_container video {
	width: 100%;
}
/* @end */

/* @group Product Grid */

.product-hero {
    background: url(/cdn/shop/t/4/assets/cut-hero.png?v=1689342842) no-repeat bottom center/cover;
    padding-bottom: 30%;
}
.product-grid-container h2 {
	    color: var(--TF-TEAL);
    font-weight: 100;
    font-size: 69px;
    margin: 10px 0 40px;
}

.product-grid-container .card__heading a{
	    font-family: var(--GOTHAM);
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}
.product-grid-container .card__heading a span {
	    display: block;
    font-weight: 400;
    font-size: 13px;
}
body .card__information {
    padding-bottom: 1.7rem;
    padding-top: 0;
}
/* @end */

/* @group Order Online */
.shop-hero {
	background: url(/cdn/shop/files/Thomas-Farms_Shop-Online2.png?v=1692039506) no-repeat top center/cover;
	padding-bottom: 37%;
}
.order-online-container .card__heading a {
    text-transform: none;
    color: var(--TF-DK-GREEN);
}

.order-online-container .card__information {
    padding-bottom: 1.7rem;
    padding-top: 4px;
}
body .price {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--GOTHAM);
    margin-top: 0 !important;
}
.card-information .price {
	text-align: center;
}
.qa-box {
    display: flex;
    align-items: baseline;
}
.qa-box label {
	display: none;
}
.product-oo h1 {
	color: var(--TF-TEAL);
    font-size: 76px;
    line-height: 1;
    font-weight: 100;
}
.product-oo .price__regular {
	    color: var(--TF-TEAL);
    font-size: 31px;
    line-height: 1;
    MARGIN-TOP: -10px;
    letter-spacing: 0.6px;
}
body .product__info-container>*+* {
    margin: 0 0;
}
.product-oo  .product-form__quantity .form__label {
	display: none;
}
.product-oo .quantity {
    width: auto;
    height: auto;
    border: 0;
    align-items: baseline;
    border: none;
    outline: none;
	min-height: 0;
}
.product-oo .quantity__button {
    font-size: 30px;
    font-size: 21px;
    color: var(--TF-WAGYU);
    letter-spacing: 1.24px;
    width: 28px;
    background:white !important;
    height: 100%;
    border-radius: 0;
    display: block;
    appearance: auto;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 9px 0px;
    min-height: 39px;
}
.product-oo .quantity__button:last-child {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
	
}
.product-oo .quantity__input {
    flex-grow: 1;
    -webkit-appearance: none;
    appearance: none;
    flex-shrink: 0;
    opacity: 1;
    margin: 0;
    width: 45px;
    background: var(--TF-TEAL) !important;
    color: var(--WHITE);
    font-weight: 900;
}
.product-info-wrap .media>*:not(.zoom):not(.deferred-media__poster-button), .product-info-wrap .media model-viewer {
    border-radius: 20px;
}
.product-oo .quantity:after, .product-oo .quantity:before  {
	display: none;
}
.product .slider-nav {
	display: none !important;
}
.product .buttons {
	text-align: center;
}
body .product-form__submit {
    /* padding: .8rem; */
    min-width: 0;
    box-sizing: border-box;
    color: var(--WHITE);
    background: var(--TF-BEEF);
    border-color: var(--TF-BEEF) !important;
    padding: 10px;
    margin: 0;
    line-height: 1;
    font-size: 16px;
    min-height: 0;
    margin-left: 10px;
	z-index: 1;
}
body .product__info-container .product-form{
    margin: 0 0 0 10px;
}
body .product__info-container .product__description, body .product__info-container .icon-with-text{
    margin: 0 0 0 0;
}
.purchase-wrap {
    display: flex;
    align-items: flex-start;
    margin-top: 10px !important;
    margin-bottom: 19px !important;
}
.product-oo  .product-form__input {
    flex: 0;
	margin: 0;
}
.product__description h4 {
	    font-family: var(--GOTHAM);
    font-weight: 900;
    font-size: 18px;
    line-height: 1.3;
	color: var(--TF-TEAL);
}
.product__description p {
color: var(--TF-TEAL);
}
.product-oo   .rte a {
    color: var(--TF-TEAL);
    border-bottom: 1px solid;
}
.product-info-wrap {
	    background: var(--TF-BLUE);
		position: relative;
}
.product-info-wrap:after {
    content: '';
    width: 100%;
    padding-bottom: 19%;
    display: block;
    /* background: white; */
    background: url(/cdn/shop/t/4/assets/product-bg.png?v=1684399452) no-repeat top center/cover;
    position: absolute;
    left: 0;
}
.cls-1 {
    fill: #cde4ec;
    stroke: none !important;
}
.next-svg {
    width: 20px !important;
    position: absolute;
    top: 50% !important;
    right: -30px;
    transform: translate(0, -50%) !important;
    left: auto !important;
}

.prev-svg {
    width: 20px !important;
    position: absolute;
    top: 50% !important;
    left: -30px !important;
    transform: translate(0, -50%) !important;
}
.slider-nav .slick-slide {
    margin: 0 5px;
}
.global-media-settings {
	background: transparent !important;
}
.slider-nav .slick-slide img {
	border-radius:20px;
}
.related-products {
	padding-top: 235px !important;
}

@media screen and (min-width: 750px) {
	

body quick-add-modal .product:not(.product--no-media) .product__media-wrapper {
    max-width: 33.33333%;
}
}
body .quick-add-modal__content {
    background: var(--TF-BLUE);
}
.quick-add-modal__content .h1 {
    color: var(--TF-TEAL);
    line-height: 1;
    font-weight: 100;
}
.quick-add-modal__content .product-info-inner {
    padding-left: 0;
}
.quick-add-modal__content .slider-nav {
	display: none;
}
body .product-form__input input[type=radio]+label {
    margin: .7rem .5rem 0.2rem 0;
    padding: 0.4rem 1.1rem;
    font-size: 18px;
    font-family: var(--GOTHAM);
}
body quick-add-modal .product:not(.featured-product) .product__view-details {
    display: inline-block;
    font-size: 16px;
    text-decoration: underline;
}
/* @end */

/* @group Generic Page */

.page-wrap {
	background: rgb(209,227,235);
background: linear-gradient(0deg, rgba(209,227,235,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(209,227,235,1) 100%);
}
.page .footer {
	    background: var(--TF-BLUE);
    margin: 0;
}
.page-wrap h1 {
    font-family: var(--BEBAS);
    font-weight: 100;
    text-align: center;
    color: var(--TF-TEAL);
    margin-bottom: 10px;
}
.page-wrap p, .page-wrap li {
	    color: #00838F;
    font-size: 18px;
}
/* @end */

/* @group Customer */

.customers-login  .footer {
	    background: var(--TF-BLUE);
    margin: 0;
}

.page-wrap {
	background: rgb(209,227,235);
background: linear-gradient(0deg, rgba(209,227,235,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(209,227,235,1) 100%);
}

/* @end */

/* @group Order Online Collection */
.product-grid-container .card .card__inner .card__media {
    border-radius: 27px;
}
.product-grid-container .gradient {
	background: none;
}
.colleciton-hero {
	       background: url(/cdn/shop/t/4/assets/shop-hero.png?v=1682963563) no-repeat bottom center/cover;
    padding-bottom: 40%;
}
#product-grid {
	
    margin: 0 10rem;

}
.product-grid-container .card-wrapper {
    margin: 0 15px;
}
.product-grid-container .quantity, .cart .quantity {
    width: auto;
    height: auto;
    border: 0;
    align-items: baseline;
    border: none;
    outline: none;
}
.product-grid-container .quantity__button, .cart .quantity__button {
    font-size: 30px;
    font-size: 21px;
    color: var(--TF-WAGYU);
    letter-spacing: 1.24px;
    width: 28px;
    background: var(--TF-BLUE) !important;
    height: 100%;
    border-radius: 0;
    display: block;
    appearance: auto;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 9px 0px;
    min-height: 39px;
}
.product-grid-container .quantity__button:last-child, .cart .quantity__button:last-child {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
	
}
.product-grid-container .quantity__input, .cart .quantity__input {
    flex-grow: 1;
    -webkit-appearance: none;
    appearance: none;
    flex-shrink: 0;
    opacity: 1;
    margin: 0;
    width: 45px;
}
 .cart .quantity__input { 
 	height: 100%;
 	}
.product-grid-container .quantity:after, .product-grid-container .quantity:before, .cart .quantity:after, .cart .quantity:before  {
	display: none;
}
cart-remove-button .icon-remove {
    height: 1.5rem;
    width: 1.5rem;
    color: var(--TF-GRAY);
}
cart-remove-button .button {
	border: none;
}
.cart .product-option {

    font-family: var(--GOTHAM);
    font-size: 16px;
    margin-top: 0;
}
.cart__ctas button {
    width: 100%;
    background: var(--TF-BEEF);
}
.cart-items td, .cart-items th {
    padding: 0;
    border: none;
    font-family: var(--GOTHAM);
}
body .quick-add__submit {
    /* padding: .8rem; */
    min-width: 0;
    box-sizing: border-box;
    color: var(--WHITE);
    background: var(--TF-BEEF);
    border-color: var(--TF-BEEF) !important;
    padding: 10px 0;
    margin: 0;
    line-height: 1;
    font-size: 16px;
    min-height: 0;
    margin-left: 10px;
}

modal-opener .quick-add__submit {
	margin-left: 0;
}
.oo-wrap .jump-menu {
    margin-top: 50px;
    margin-bottom: 50px;
}
.oo-wrap .jump-menu li {
    width: 50%;
    text-align: center;
    margin: 0;
}
.oo-wrap .jump-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    max-width: 600px;
    align-items: stretch;
}
.oo-wrap .jump-menu li a {
    background: var(--TF-TEAL);
    transition: 0.3s all ease;
    color: var(--TF-BLUE);
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
    border: none;
    width: 100%;
    display: block;
    height: 100%;
    line-height: 1.2;
    padding: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.oo-wrap .jump-menu li:nth-child(2) a {
    border-bottom: none;
    border-top-right-radius: 10px;
    border-left: 1px solid var(--TF-BLUE);
    border-right: none;
    border-top: none;
}
.oo-wrap .jump-menu li:nth-child(3) a {
    border-bottom: none;
    border-top-right-radius: 0;
    border-right: none;
    border-top: 1px solid var(--TF-BLUE);
}
.oo-wrap .jump-menu li:nth-child(4) a {
    border-top: 1px solid var(--TF-BLUE);
    border-right: none;
    border-left: 1px solid var(--TF-BLUE);
    border-bottom-left-radius: 0;
}
.oo-wrap .jump-menu li:last-child {
	width: 100%;
}
.oo-wrap .jump-menu li:last-child a{
	 border-bottom-left-radius: 10px;
	  border-bottom-right-radius: 10px;
	    border-top: 1px solid var(--TF-BLUE);
}
.oo-wrap .jump-menu li a.active, .oo-wrap .jump-menu li a:hover {
color: var(--TF-TEAL);
    background: var(--TF-BLUE);
}
/* @end */

/* @group Image Banner */
.media {
    background-color: transparent;
}
.banner {
	margin: 0 auto;
}


/* @end */

/* @group Rich Text */

.rte img {
    width: 100%;
    border: none;
}
.rich-text__blocks .h1 {
	    font-size: 56px;
    font-weight: 100;
    /* margin-top: 2.3rem; */
    padding: 0 16%;
    color: var(--TF-WAGYU);
    line-height: 1;
}
/* @end */

/* @group Search */

.search #product-grid {
    margin: 0 5rem;
}
body .pagination__item {
    width: 40px;
}
/* @end */

/* @group Account */
.customers-login button.button{
    font-size: 1.5rem;
    letter-spacing: .1rem;
    line-height: calc(1 + .2 / var(--font-body-scale));
    border-radius: 40px;
    background: var(--TF-BEEF);
    padding: 10px;
    height: 40px;
    line-height: 35px;
    min-height: 48px;
    font-family: var(--GOTHAM);
    font-weight: 600;
}


/* @end */

/* @group Contact */
.page-contact [type=text], .page-contact [type=password], .page-contact [type=date], .page-contact [type=datetime], .page-contact [type=datetime-local], .page-contact [type=month], .page-contact [type=week], .page-contact [type=email], .page-contact [type=number],.page-contact  [type=search], .page-contact [type=tel], .page-contact [type=time], .page-contact [type=url], .page-contact [type=color], .page-contact textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
    box-shadow: inset 0 1px 2px #0a0a0a1a;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: var(--TF-BLUE);
    border: none;
    outline: none;
    margin: 0;
    border-radius: 30px;
}
.page-contact .page-wrap {
    background: rgb(209,227,235);
    background: linear-gradient(179deg, rgba(209,227,235,1) 0%, rgba(255,255,255,1) 100%);
}

/* @end */

.page-about-us .media>img {
	object-position: center bottom
}
.page-about-us .banner__media {
    min-height: auto;
}
.banner h1 {
	    font-size: 80px;
    font-family: var(--BEBAS);
    line-height: 1.2;
    font-weight: 100;
    color: var(--WHITE);
}

/* @group Section Specific */

/* @group About Our Farms Title */

#shopify-section-template--19019957731617__3ae41d90-6951-4096-a3a7-564ac0be4f0e {
	
}
#shopify-section-template--19019957731617__3ae41d90-6951-4096-a3a7-564ac0be4f0e  .rich-text__blocks {
    max-width: 78rem;
    margin-top: -98px;
}
#shopify-section-template--19019957731617__3ae41d90-6951-4096-a3a7-564ac0be4f0e  .hxl {
    line-height: 1;
    margin: 0;
}
#shopify-section-template--19019957731617__a9a64535-0fca-4163-bb14-842c63a799b5 {
	padding-bottom: 100px;
}
/* @end */

/* @group About Our Farms */

#shopify-section-template--19019957731617__c176c4f4-b4b1-40b0-867a-c8b696ea747d {
	
}
#Banner-template--19019957731617__c176c4f4-b4b1-40b0-867a-c8b696ea747d {
	    margin-top: -119px;
}


#shopify-section-template--19019957731617__c176c4f4-b4b1-40b0-867a-c8b696ea747d .banner__text {
	    max-width: 750px;
    padding-top: 150px;
}

#shopify-section-template--19019957731617__c176c4f4-b4b1-40b0-867a-c8b696ea747d .banner__text p {
	    color: var(--WHITE);
    margin-bottom: 19px;
	    line-height: 1.7;
}

#shopify-section-template--19019957731617__c176c4f4-b4b1-40b0-867a-c8b696ea747d .banner__content {
    padding: 5rem 5rem 0 5rem;
}

/* @end */
.section-template--19019957731617__a9a64535-0fca-4163-bb14-842c63a799b5-padding .hxl, .section-template--19019957731617__a9a64535-0fca-4163-bb14-842c63a799b5-padding .rich-text__blocks .h1{margin: 0;
}

.section-template--19019957731617__a9a64535-0fca-4163-bb14-842c63a799b5-padding p {
	

    padding: 0 13%;
	}
	#shopify-section-template--19019957731617__05b2c923-cc9a-42c9-a7cf-bf6b9e9b91c9 img {
		object-fit:contain
	}
	
	body #shopify-section-template--19019957731617__05b2c923-cc9a-42c9-a7cf-bf6b9e9b91c9 .image-with-text__content {
		    background: none;
    padding-left: 5rem;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 9%;
    position: relative;
    left: 0;
	}
	@media screen and (min-width:1200px) and (max-width:1899px) {
			body #shopify-section-template--19019957731617__05b2c923-cc9a-42c9-a7cf-bf6b9e9b91c9 img {
    object-fit: contain;
    object-position: right center;
}
body #shopify-section-template--19019957731617__05b2c923-cc9a-42c9-a7cf-bf6b9e9b91c9 .image-with-text__content {
    position: relative;
    left: 0;
    padding: 260px 160px 160px;
}
		}
@media screen and (min-width:1900px) {
	

	body #shopify-section-template--19019957731617__05b2c923-cc9a-42c9-a7cf-bf6b9e9b91c9 img {
    object-fit: cover;
    object-position: right center;
}
body #shopify-section-template--19019957731617__05b2c923-cc9a-42c9-a7cf-bf6b9e9b91c9 .image-with-text__content {
    position: relative;
    left: 0;
    padding: 280px 280px 300px 280px;
}
	}
	
	body #shopify-section-template--19019957731617__05b2c923-cc9a-42c9-a7cf-bf6b9e9b91c9  .image-with-text__content h2 {
    padding-top: 30px;
    font-size: 75px;
    font-weight: 100;
    line-height: 0.8;
    color: var(--TF-WAGYU);
    text-align: center;
    width: 100%;
    padding-top: 7px;
}
body #shopify-section-template--19019957731617__05b2c923-cc9a-42c9-a7cf-bf6b9e9b91c9 .image-with-text__content p {
    color: var(--TF-WAGYU);
    margin-top: -6px;
    line-height: 1.3;
    font-size: 17px;
    text-align: center;
    margin-top: 20px;
}
#shopify-section-template--18594434777377__e5da14ec-4665-43a2-831f-cec80ce0cff7 {
	background: #ffffff;
}
#shopify-section-template--18594434777377__a77bf5ac-2165-4124-b560-d365f907b43a {
	position: relative;
	z-index: 3;
}
#shopify-section-template--18594434777377__a77bf5ac-2165-4124-b560-d365f907b43a .gradient {
    background: transparent;
    margin-top: 72px;
}
body   #shopify-section-template--18594434777377__0d87c8bc-f29f-44e4-a235-090d649e8274 .image-with-text .global-media-settings {
    padding-bottom: 83.516324% !important;
}
/* @end */
/* Product List - Start */

.index .image-with-text .media>img {
	object-position: left center
}

@media print, screen and (min-width: 40em) {
	
.reveal {
    width: 715px;
    max-width: 75rem;
}
}
.reveal {
    border: none;
    background: #ffffff;
    padding: 0;
    width: 300px;
}
.article .reveal {
    width: 80%;
}
.play-video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
	background: url(/cdn/shop/t/4/assets/play-button-w.png?v=1690380964) no-repeat center center/200px ;
}
.reveal-overlay {
    background-color: rgb(176 187 183 / 89%);
}
.close-button, .close-button.medium {
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1;
    color: #ffffff;
}
.reveal p {
    font-family: "futura-pt-bold", sans-serif;
    font-size: 15px;
    color: #405464;
    letter-spacing: 0.68px;
    text-transform: uppercase;
    margin: 12px 0;
}
.reveal h2 {
	    margin-bottom: 58px;
}
.reveal .button {
	margin-top: 22px;
}
.reveal video {
	width:100%
}
.product-list .box .inner-box h3 {
    font-size: 32px;
    font-weight: 600;
    color: #405464;
    line-height: 1.2;
    margin-bottom: 0px;
    font-family: "futura-pt-condensed",sans-serif;
    letter-spacing: .35px;
    padding-right: 10px;
    margin-top: 2px;
    text-transform: uppercase;
}

.product-list .box .inner-box strong {
    font-family: clarendon-urw, serif;
    font-weight: 700;
    font-size: 35px;
    padding: 0;
    /* writing-mode: vertical-rl; */
    /* transform: rotate(-180deg); */
    display: inline-block;
    margin-bottom: 0;
    color: #48A686;
    line-height: .8;
    margin-top: 0px;
    margin-right: 6px;
    word-wrap: break-word;
    width: 54px;
    margin-bottom: 7px;
}
.product-list .box .text-box {
    display: flex;
    padding: 10px;
    border-top: 7px solid #405464;
    justify-content: space-between;
    align-items: stretch;
}

.product-list .box .text-right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 14px;
	position: relative;
}
.product-list .box .text-right:before {
	content: '';
	position: absolute;
	top: 10px;
	width: 7px;
	height: 100%;
	background: #405464;
	top: 0;
	left: 0;
}

.product-list .box .text-right span {
    margin-top: 0;
    display: inline-block;
    font-family: "futura-pt-condensed",sans-serif;
    color: #405464;
    font-size: 21px;
    letter-spacing: .35px;
    text-transform: uppercase;
}`

.inner-page .instagram-section, .inner-list-page .instagram-section,.template-product .instagram-section {
    margin: 80px 0 0;
    padding-top: 60px;
}

/* Product List - End */

/* Inner Page Title - Start */



.facets__wrapper {
    background-color: #fff;
    border-top: 5px solid #405464;
    border-bottom: 5px solid #405464;
    position: relative;
  display: block ;
}
/* .filter-part > ul {
    margin: 0px !important;
    list-style: none;
    display: flex;
    justify-content: space-around;
} */
.facets__heading {
  font-family: "futura-pt-bold", sans-serif;
  font-size: 22px;
  color: #405464;
  letter-spacing: 0;
  text-transform: uppercase;
/*   border-right: 5px solid #405464; */
/*   padding-left: 5%;
  height: 100%;
  position: absolute;
  left: 0;
  line-height: 100px; */
}
.facets__summary span {
  list-style: none;
  overflow: hidden;
  padding: 25px 0px;
  line-height: 1;
  color: #405464;
  cursor: pointer;font-size: 20px;
  font-size: 20px;
  color: #405464;
  letter-spacing: 0;
}
.facets__summary img {
	max-width: 60px;
	margin:20px 0;
}
.facets__summary .plus {
			    font-size: 14px;
				padding-left: 5px;
		}

.facets__list {
  padding: .5rem 2rem;
  columns: 2;
}
.facet-checkbox {
  padding: 10px 2rem 10px 0;
  flex-grow: 1;
  position: relative;
  font-size: 1.4rem;
  display: flex;
  word-break: break-word;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #405464;
  letter-spacing: 0;
}
.filter-part ul li .plus {
    color: #405464;
    vertical-align: middle;
    margin-left: 10px;
}
.filter-part .right-part {
    border-left: 5px solid #405464;
}
.left-part {
    font-family: "futura-pt-bold";
    color: #405464;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
  letter-spacing: normal;
}
/* Inner Page Title - End */

/*Apply Filter Part - Start*/
.apply-filter-part {
    background-color: #fff;
    padding: 30px 0px;
}
.apply-filter-part ul {
    margin: 0px;
    list-style: none;
}
.apply-filter-part ul li {
    color: #A0AAB2;
    display: inline-block;
    padding: 10px 10px;
    border: 2px solid #A0AAB2;
    margin-right: 15px;
    line-height: 1;
   font-family: 'BEBAS NEUE', sans-serif;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: .5px;
}
.apply-filter-part ul li:last-child {
    margin-right: 0px;
}
.apply-filter-part ul li .close {
   margin-left: 83px;
    color: #A0AAB2;
    cursor: pointer;
}
.result-count {
    margin-top: 30px;
}

/* .result-count .count-text {
    font-size: 40px;
    color: #405464;
    line-height: 1.4;
    margin-bottom: 0px;
} */
/*Instagram Section - End*/

.product-recommendations {
    display: block;
    margin-bottom: 38px;
}
.instagram-section {
    text-align: center;
    background: #F4CFB3;
    margin: 0 0 0;
    padding-top: 66px;
    padding-bottom: 77px;
}

.instagram-section .insta-items {
    padding: 30px 0px 40px;
}

.instagram-section .insta-items .inner-box {
    border: 5px solid #000;
    margin-bottom: 20px;
}

.instagram-section .insta-items .inner-box img {
    width: 100%;
    background-color: #000;
}
.instagram-section h2.red {
    font-size: 40px;
    letter-spacing: .32px;
}

/*Instagram Section - End*/


/* @group Full Bleed Photo */

.fullbleed-photo {
    position: relative;
}

.fullbleed-photo:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 16px;
    background: url(../img/diamond-brown.png) no-repeat center center/cover;
    width: 12px;
    height: 12px;
    z-index: 999999;
}

.fullbleed-photo:after {
    content: '';
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: url(../img/diamond-brown.png) no-repeat center center/cover;
    width: 12px;
    height: 12px;
    z-index: 999999;
}

.fullbleed-photo--inner {
    position: relative;
}

.fullbleed-photo--inner:before {
    content: '';
    position: absolute;
    top: 16px;
    right: 16px;
    background: url(../img/diamond-brown.png) no-repeat center center/cover;
    width: 12px;
    height: 12px;
    z-index: 999999;
}

.fullbleed-photo--inner:after {
    content: '';
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: url(../img/diamond-brown.png) no-repeat center center/cover;
    width: 12px;
    height: 12px;
    z-index: 999999;
}

.fullbleed-photo .left_line {
    left: 20px;
    top: 35px;
    position: absolute;
    width: 3px;
    background-color: #603913;
    height: calc(100% - 70px);
    z-index: 999999;
}

.fullbleed-photo .right_line {
    right: 20px;
    top: 35px;
    position: absolute;
    width: 3px;
    background-color: #603913;
    height: calc(100% - 70px);
    z-index: 999999;
}

.fullbleed-photo .top_line {
    left: 35px;
    top: 20px;
    position: absolute;
    height: 3px;
    background-color: #603913;
    width: calc(100% - 70px);
    z-index: 999999;
}

.fullbleed-photo .bottom_line {
    left: 35px;
    bottom: 20px;
    position: absolute;
    height: 3px;
    background-color: #603913;
    width: calc(100% - 70px);
    z-index: 999999;
}

.fullbleed-photo__content-wrap {
    padding: 15.8%;
}

.col-rev {
    flex-direction: row-reverse;
}

.fullbleed-photo .img-part {
    background-color: #999;
    transform: rotate(-3deg);
    transform: scale(1.1) rotate(-2deg);
    position: absolute;
    left: 0;
    top: 15px;
    height: 100%;
}

.fullbleed-photo .text-part {
    background-color: #F5C55B;
}

.wine-club-sec.fullbleed-photo .text-part {
    background-color: #48A686;
}
.wine-club-sec.fullbleed-photo .text-part h4{
    color: #ffffff;
}

.wine-club-sec.fullbleed-photo .text-part p {
	color: #ffffff;
	font-size: 19px;
}
.reveal h4 {
	color: #ffffff !important;
}
.reveal p {
	color: #ffffff;
	font-size: 19px;
}
.reveal .fullbleed-photo__content-wrap {
    padding: 6.8% 8.8% 3%;
}
 body .reveal .klaviyo_condensed_styling .klaviyo_submit_button, body .reveal .klaviyo_styling .klaviyo_submit_button {
   
    width: 287px;
    text-align: center;
    margin: 0 auto;
}
.fullbleed-photo h2 span {
    font-family: 'Seventies';
    font-weight: normal;
    font-size: 128px;
    line-height: 0.4;
    color: #E0854F;
}

.wine-club-sec.fullbleed-photo h2 span {
    color: #f4cfb4;
    line-height: 0.5;
    margin-left: -27px;
    margin-top: -45px;
    display: block;
    letter-spacing: 0.1px;
}
.wine-club-sec.fullbleed-photo h2 strong {
    position: relative;
}

.fullbleed-photo__content-wrap h4 {
    text-transform: uppercase;
    font-family: "futura-pt",sans-serif;
    font-weight: 600;
    font-size: 21px;
    color: #405464;
    letter-spacing: 1.6px;
    margin-top: 62px;
}
.fullbleed-photo__content-wrap p {
    font-family: 'BEBAS NEUE', sans-serif;
    letter-spacing: .3px;
    text-transform: none;
}

/* @end */


/* Subscription Section - Start */

.subscription-section .subscription-form {
    text-align: center;
}

.subscription-section .subscription-form p.sub-heading {
    text-align: center;
    color: #405464;
    font-family: "futura-pt";
    font-weight: 400;
    margin-top: 13px;
    letter-spacing: 1.3px;
    margin-bottom: 39px;
}
.subscription-section .subscription-form p.sub-heading strong {
    font-weight: 600;
}

.subscription-section .subscription-form .input-group {
    position: relative;
    max-width: 575px;
    margin: 0px auto;
}

.subscription-section .subscription-form .input-group input[type="email"] {
    height: 50px;
    border: 5px solid #405464;
    font-size: 17px;
    color: #405464;
    font-weight: bold;font-family: "futura-pt";
    letter-spacing: .58px;padding: 0 15px;
    padding-right: 30px;
}

.subscription-section .subscription-form .input-group button {
    border: 0;
    box-shadow: unset;
    background-color: unset;
    position: absolute;
    right: 5px;    
  	font-family: "futura-pt";
  	min-width: auto;
    min-height: auto;
}

.subscription-section .subscription-form .input-group input[type="email"]::placeholder {
    color: #405464;
    opacity: 1;
    font-weight: bold;
}

.subscription-section .subscription-form .input-group input[type="email"]:-ms-input-placeholder {
    color: #405464;
    font-weight: bold;
}

.subscription-section .subscription-form .input-group input[type="email"]::-ms-input-placeholder {
    color: #405464;
    font-weight: bold;
}

.wine-club-sec.fullbleed-photo .img-part {
    transform: scale(1.1) rotate(2deg);
    right: 0;
    left: auto;
}

.subscription-section .sub-heading {
    font-size: 26px;
    text-transform: uppercase;
}

.subscription-form .button {
    font-weight: 500;
    padding: 17px 15px;
    font-size: 17px;
    margin: 0;
}

.subscription-form .button:hover {
    color: #ffffff;
}
.fullbleed-photo h2 strong {
    margin: -20px 0 0;
    display: block;
}


/* Subscription Section - End */


/* @group Hero */
.home-hero-section{
	padding:0;
}
.home-hero-section .button {
	background:#F5C55B ;
}
.home-hero {
    padding: 0 0 49.86% 0;
    position: relative;
}

.home-hero__content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 100%;
    width: 100%;
}

.home-hero h1 {
    margin-bottom: 40px;
    font-size: 45px;
    line-height: 47px;
    letter-spacing: 0.35px;
}

.home-hero__content-wrap {
    padding: 92px 71px;
}


/* @end */


/* Search - Start */

.searchbar {
    position: relative;
}
.search-close {
     font-size: 25px; 
}
.search-icon i {
	    font-size: 24px;
    margin-right: 10px;
    color: #405464;
}
.searchbar .search {
    cursor: pointer;
}
.desktop-header-search {
	display: none;
}
.searchbar .search-field {
    width: 0;
    margin: 0px !important;
    padding: 0;
    transition: all 0.5s ease;
    display: none !important;
    color: #405464;
    font-size: 12px;
    font-weight: 600;
  z-index: 11;
}
.searchbar .search-icon {
     padding-top: 10px; 
}
.dropdown.menu #cart-icon-bubble i {
      padding-top: 10px;
    font-size: 20px;
    color: #405464;
    margin-left: 13px;
}
.desktop-header-search.expand-search {
    padding: .5rem;
    display: block !important;
    position: absolute;
    width: 250px;
    right: -50px;
    border-radius: 0px;
    border: 1px solid #999;
    color: #000;
    background: #48A686;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.50);
    z-index: 99999;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 100px;
}
#shopify-section-header {
    z-index: 99;
}
.desktop-header-search .predictive-search__heading, .template-search__search .predictive-search__heading{
    border-bottom: .1rem solid rgba(var(--color-foreground),.08);
    margin: 0 auto;
    padding: 14px 31px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: rgba(var(--color-foreground),.7);
   font-family: 'BEBAS NEUE', sans-serif;
    font-size: 28px;
    color: #405464;
    letter-spacing: 0.99px;
    border-bottom: 2px solid #405464;
    text-transform: none;
}
.desktop-header-search .field {
    position: relative;
    width: 100%;
    display: flex;
    width: 80%;
    justify-content: left;
}
.field__label, .customer .field label {
    font-size: 1.6rem;
    left: 0;
    top: 0;
    margin-bottom: 0;
    pointer-events: none;
    position: relative;
    transition: top var(--duration-short) ease,font-size var(--duration-short) ease;
    color: rgba(var(--color-foreground),.75);
    letter-spacing: .1rem;
    line-height: 1.5;
    font-family: var(--GOTHAM);
    font-size: 17px;
    color: var(--TF-WAGYU);
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    font-weight: 900;
}
.form-wrap .button {
	background: var(--TF-BEEF);
}
body .field {
    position: relative;
    width: 100%;
    display: flex;
    transition: box-shadow var(--duration-short) ease;
    flex-direction: column;
}
.field:after {
	display: none;
}
.search__input.field__input {
    padding-right: 5rem;
    width: 80%;
    background: #FFFFFF;
    border: 3px solid var(--TF-GRAY);
    height: 50px;
    font-family: var(--GOTHAM);
    font-size: 17px;
    color: var(--TF-GRAY);
    letter-spacing: 1px;
    margin: 0;
}

.searchbar .search-field::placeholder {
    color: #405464;
    opacity: 1;
    font-weight: bold;
}

.searchbar .search-field:-ms-input-placeholder {
    color: #405464;
    font-weight: bold;
}

.searchbar .search-field::-ms-input-placeholder {
    color: #405464;
    font-weight: bold;
}
.desktop-header-search .predictive-search {
    display: none;
    position: absolute;
    top: calc(100% - 3px);
    width: 100%;
    left: 0;
    z-index: 3;
    background: #FFFFFF;
    border: 3px solid #405464;
}
.template-search__search .predictive-search {
    border: 3px solid #405464;
}
.desktop-header-search #predictive-search-results-list li, .template-search__search #predictive-search-results-list li{
	    width: 33.333%;
    display: inline-block;
    vertical-align: top;
}
.desktop-header-search .predictive-search__item-heading, .template-search__search  .predictive-search__item-heading{
    margin: 0;
    font-family: "futura-pt-condensed",sans-serif;
    font-size: 26px;
    color: #405464;
    letter-spacing: 0.05px;
    line-height: 31px;
    text-transform: uppercase;
}
.desktop-header-search .predictive-search__item-content span.grape , .template-search__search .predictive-search__item-content span.grape {
	    font-family: Montserrat;
    font-size: 13px;
    color: #405464;
    letter-spacing: 0;	
	    line-height: 1.1;
	
}
.desktop-header-search .predictive-search__item-vendor+.predictive-search__item-heading, .desktop-header-search .predictive-search .price, .template-search__search .predictive-search__item-vendor+.predictive-search__item-heading, .template-search__search .predictive-search .price {
   margin-top: -8px;
    font-family: clarendon-urw, serif;
    font-size: 32px;
    color: #405464;
    letter-spacing: 0.91px;
    margin-left: -14px;
}
.desktop-header-search .predictive-search__item--term, .template-search__search .predictive-search__item--term{
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #F5C55B;
    text-align: center;
    width: 100%;
    margin: 0;
     font-family: "futura-pt-bold", sans-serif;
    font-size: 23px;
    color: #405464;
    letter-spacing: 0.81px;
    text-transform: uppercase;
    border-top: 3px solid #405464;justify-content: center;
}
.desktop-header-search #predictive-search-results-list, .template-search__search  #predictive-search-results-list{
	
    display: flex;
    align-items: stretch;
    justify-content: space-around;
	
	}
.desktop-header-search #predictive-search-option-search-keywords, .template-search__search #predictive-search-option-search-keywords{
	margin: 0;
	width: 100%;
	
	
}
.desktop-header-search #predictive-search-results-list li, .template-search__search  #predictive-search-results-list li{
    width: 33.333%;
    display: block;
    /* vertical-align: middle; */
    margin: 0;
    border-right: 2px solid #405464;
}
.desktop-header-search #predictive-search-results-list:last-child, .template-search__search #predictive-search-results-list:last-child {
	border: none;
}
.desktop-header-search .predictive-search__item--link, .template-search__search  .predictive-search__item--link{
    display: grid;
    grid-template-columns: 5rem 1fr;
    grid-column-gap: 2rem;
    grid-template-areas: "product-image product-content";
    height: 100%;
    align-items: center;
}
.desktop-header-search .predictive-search__item{
    padding: 2rem 3rem;
}
.template-search__search .predictive-search__item {
    padding: 2rem 1rem;
}
.desktop-header-search  .predictive-search__image, .template-search__search  .predictive-search__image {
    grid-area: product-image;
    object-fit: contain;
    font-family: "object-fit: contain";
    width: 60px;
}
.desktop-header-search .predictive-search__list-item[aria-selected=true]>*, .desktop-header-search .predictive-search__list-item:hover>*, .template-search__search .predictive-search__list-item[aria-selected=true]>*, .template-search__search .predictive-search__list-item:hover>*  {
    color: rgb(var(--color-foreground));
    background-color: #F4CFB3;
}
.search__button {
    height: auto;
    padding-top: 5px;
    color: #405464;
    margin-top: 10px;
    margin-left: 10px;
}
/* Search - End */


/* Product Detail Page - Start */

.single-product {
    background-color: #fff;
    background-image: url(../img/single-product-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 220px;
}

.single-product .product-img {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.single-product .product-img:after {
    display: block;
    width: 100%;
    height: 100%;
    background: url(pattern.png) no-repeat top left/cover;
    opacity: 0.3;
    mix-blend-mode: color-burn;
}
.single-product .product-img img {
    width: auto;
    object-fit: cover;
    height: 100%;
    max-height: 600px;
    margin: 0px auto;
}

.single-product .back-img .back-btn img {
    max-width: 40px;    margin-right: 10px;
}

.single-product .product-img img {
    width: auto;
    object-fit: cover;
    height: calc(100% + 55px);
    max-height: 680px;
    margin: 0px auto;
    top: -65px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
	    z-index: 9;
}

.single-product .product-info {
    height: 100%;
    display: flex;
    position: relative;
}

.single-product .product-info-inner {
    display: inline-block;
    width: 100%;
}

.single-product .product-info-inner h1 {
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 500;
    color: #405464;
    font-weight: 500;
    margin-bottom: 10px;
    padding-top: 0px;
    letter-spacing: 0;
    font-size: 30px;
    line-height: 1;
}
.single-product .product-info-inner .text-left span {
   font-family: 'BEBAS NEUE', sans-serif;
    font-size: 20px;
    color: #532A44;
    margin: 0 0 5px;
    display: block;
}
.single-product .product-info .text-box .text-left h3 {
    font-size: 30px;
    margin-bottom: 0px;
    font-family: "futura-pt-condensed",sans-serif;
    color: #405464;
    padding-right: 50%;
    letter-spacing: 2px;
    line-height: 32px;
    margin: 0 0 5px;
}
.single-product .product-info .text-box .text-left small {
    font-size: 16px;
    color: #405464;
}
.single-product .product-info-inner ul.cat-list li {
    display: inline-block;
}

.single-product .tabs {
    border: 0px;
    margin-bottom: 0px;
    background-color: #405464;
    display: flex;
}

.single-product .tabs .tabs-title {
    width: 33.33%;
    margin: 0;
}

.single-product .tabs .tabs-title>a {
    font-style: normal;
    color: #405464;
    text-transform: uppercase;
    padding: 8px 17px;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: -0.27px;
    border: 5px solid #405464;
    border-left: 0px;
    text-align: center;
    background-color: #fff;
    height: 100%;
    font-family: "futura-pt-bold";
    letter-spacing: .58px;
}
.single-product .tabs .tabs-title:last-child>a {
    border-right: 0px;
}

.tabs-panel {
    display: none;
    padding: 20px 20px 0 20px;
    height: 300px;
    overflow-y: auto;
}
.tabs-panel li {margin-bottom:0;
        color: #1e1004;
    font-size: 15px;
    letter-spacing: -0.23px;
    line-height: 27px;
    margin-right: 0;
    font-family: 'Montserrat', sans-serif;

}
.single-product .tabs .tabs-title>a:focus,
.single-product .tabs .tabs-title>a[aria-selected="true"],
.single-product .tabs .tabs-title>a:hover {
    background-color: #F4CFB3;
    border-color: #405464;
}

.single-product .tabs-content {
    border: 0px;
    background: transparent;
}

.single-product .tabs-content .tabs-panel p {
    color: #405464;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 27px;
    margin-right: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.single-product .product-info-inner .price-text {
    font-weight: 500;
    font-size: 30px;
    color: #405464;
    display: block;
    align-items: baseline;
    /* border-left: 5px solid #405464; */
    padding-left: 0;
}
.price__sale__stamp {
    background: #48A686;
    transform: rotate(-2deg);
    color: #405464;
    letter-spacing: 0;
    font-family: 'PureHeart Regular';
    font-size: 45px;
    color: #405464;
    letter-spacing: 0;
    position: absolute;
    font-weight: 600;
    transform: scale(1.1) rotate(-8deg);
    top: 2%;
    left: -16px;
    padding: 10px 25px 20px;
    font-weight: normal;
    line-height: 1;
}
.sale-badge {
	    display: block;
}
.single-product .product-info-inner .price-text .custom-select {
    max-width: 200px;
    width: 100% !important;
}

.single-product .product-info-inner .weight-text span {
    align-items: center;
    display: flex;
    color: #405464;
    padding-left: 0;
}
.single-product .product-info-inner  .weight-text .weight-size {
    align-items: center;
    display: block;
    color: #405464;
    padding-left: 0;
	text-align: center;
}
.weight-size{
  font-size: 26px !important;
}
.single-product .price-text span small {
    font-size: 38px;
    vertical-align: text-top;
    line-height: normal;
    margin-top: 5px;
    display: inline-block;
}
.single-product .product-info-inner select {
  margin-bottom: 0;
    height: 40px;
    vertical-align: top;
    color: #405464;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.27px;
}

.single-product .product-info-inner .button {
    font-size: 30px;
    background-color: #F5C55B;
    color: #405464;
    text-transform: uppercase;
    margin-bottom: 0;
    height: 104px;
    width: 100%;
    line-height: 1;
    border: 0;
    letter-spacing: 0px;
    box-shadow: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    letter-spacing: .35px;
    border-left: 0 solid;
    padding: 51px 18px;
    border-left: 5px solid;
    margin-top: 0;
}

.single-product .product-info-inner .button:hover {
    background-color: #405464 !important;
    color: #ffffff !important;
	border-color: #405464;
}
.single-product .product-info-inner .button:hover span {
	color: #ffffff !important;
}


.single-product .pro-inner {
    border: 7px solid #405464;
}

.single-product .product-text {
    border-left: 7px solid #405464;
}

.single-product .price-text span {
    cursor: pointer;
    font-family: clarendon-urw, serif;
    font-weight: 700;
    color: #405464;
    font-size: 48px;
    letter-spacing: -1px;
    line-height: 1;
    padding-top: 10px;
}

.single-product .qty-text span {
    cursor: pointer;
    font-family: clarendon-urw, serif;
	font-weight: 700;
    color: #405464;
    font-size: 30px;
}

.single-product .qty-text .number {
    display: block;
}
.single-product .product-top  .qty-text .label, .single-product .product-top .price-text .label {
    font-family: "futura-pt-condensed",sans-serif;
    font-size: 22px;
    color: #405464;
    letter-spacing: 0.51px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    padding-top: 12px;
    /* white-space: break-spaces; */
    display: inline-block;
    width: 100%;
}
.single-product .product-top .price-sec {
	width: 38%;
}
.single-product .qty-text .minus,
.single-product .qty-text .plus {
    padding: 0px 10px;
    display: inline-block;
    text-align: center;
}

.single-product .qty-text input {
    text-align: center;
    font-size: 50px;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    border: 0px;
    height: 69px;
    margin-bottom: 0;
    box-shadow: unset;
    color: #405464;
    font-family: "clarendon-urw",serif;
    font-weight: 400;
    line-height: 1;
}

.go-back {
    position: relative;
}

.back-btn {
    border: 5px solid #405464;
    display: inline-block;
    float: left;
    position: relative;
    height: 60px;
    min-width: 250px;
}

.back-btn a {
        color: #405464;
    background-color: #fff;
    padding: 6px 25px;
    font-family: "futura-pt-bold";
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    position: absolute;
    width: calc(100% + 10px);
    left: -5px;
    top: 5px;
    line-height: 31px;
    letter-spacing: .35px;
}

.single-product .product-info .product-top {
    margin-top: -27px;
    background: #FFFFFF;
    border: 6px solid #405464;
    margin-left: -22px;
    width: calc(100% + 44px);
	position: relative;
}
.single-product .product-info .product-top:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 103%;
    left: -12px;
    top: 0px;
    background: #405464;
}
.single-product .product-info .product-top:after {
    content: '';
    position: absolute;
    background: #405464;
    height: 7px;
    width: 101%;
    left: -12px;
    bottom: -11px;
}
.single-product .product-info .text-box {
    display: flex;
    padding: 12px 10px 13px 20px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 6px solid #405464;
}

.single-product .product-info .text-box .text-left {
    text-align: left;
    width: calc(100% - 80px);
    display: flex;
    align-items: center;
}


  
  


.single-product .product-info .text-box .text-right {
    border-left: 5px solid #405464;
    text-align: center;
    width: 76px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 11px;
}

.single-product .product-info .text-box .text-left h3 {
    font-size: 45px;
    font-weight: 600;
    color: #405464;
    line-height: 1;
    margin-bottom: 0px;
    font-family: "futura-pt-condensed",sans-serif;
    letter-spacing: .35px;
    padding-right: 10px;
    margin-top: 0;
    text-transform: uppercase;
}
pickup-availability[available] {
    min-height: 8rem;
    display: none;
}
.single-product .product-info .text-box .text-right span {
    margin-top: 0;
    display: inline-block;
    font-family: "futura-pt-condensed",sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #405464;
    text-align: center;
    width: 54px;
}
.single-product .product-info .text-box .text-left span {
    font-family: 'BEBAS NEUE', sans-serif;
    font-size: 20px;
    color: #532A44;
    margin: 0;
    display: block;
    line-height: 1.2;
}

.single-product .red .product-info .text-box .text-left span {
    color: #532A44;
}
.single-product .rose .product-info .text-box .text-left span {
    color: #CF8CBD;
}
.single-product .white .product-info .text-box .text-left span {
    color: #F4CFB3;
}
.single-product .orange .product-info .text-box .text-left span {
    color: #E0854F;
}
.single-product .product-info .text-box .text-right strong {
    font-family: clarendon-urw, serif;
    font-weight: 700;
    font-size: 35px;
    padding: 0;
    display: inline-block;
    margin-bottom: 0;
    color: #48A686;
    line-height: .8;
    margin-top: 0px;
    margin-right: 0;
    word-wrap: break-word;
    width: 54px;
    margin-bottom: 2px;
}
.single-product .product-info .text-box .text-left small {
    font-size: 13px;
    color: #405464;
  margin-top: 0px;
display: block;
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
    font-weight: 500;
}
.single-product .product-info .icon-box {
    display: flex;
    border-top: 5px solid #405464;
    border-bottom: 0;
    justify-content: space-between;
}
.single-product .product-info .icon-box .text-right {
    border-left: 5px solid #405464;
}
.check-these {
	margin-top: -150px;
}

.single-product .product-info .icon-box ul {
    list-style: unset;
    display: flex;
    margin: 0px;
    height: 100%;
	align-items: center;;
}

.single-product .product-info .icon-box ul li {
    list-style: none;
    margin-top: 0;
    display: flex;
    font-family: "futura-pt-condensed",sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #48A686;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.single-product .product-info .icon-box ul li.orange.img {
	color: #E0854F;
}
.single-product .product-info .icon-box ul li.abv-wrap {
   border-right: 5px solid #405464; 
}
.abv {
   	 font-family: clarendon-urw, serif;

    font-size: 26px;
    color: #405464;
    letter-spacing: -0.8px;
    display: block;
    line-height: 1;
    margin-bottom: 2px; 
}
.abv-wrap .label {
    font-family: "futura-pt-condensed",sans-serif;
    font-size: 18px;
    color: #405464;
    letter-spacing: 0.51px;
    text-align: center; 
}
.single-product .product-info .icon-box ul li.abv-wrap.abv-no-border {
	border: none;
}
.single-product .product-info .icon-box .icon-left {
    text-align: left;
    width: 120px;
}

.single-product .product-info .icon-box .icon-right {
    border-left: 5px solid #405464;
    text-align: center;
    width: calc(100% - 120px);
    ;
}

.single-product .product-info .icon-box .icon-left h3 {
    font-size: 30px;
    margin-bottom: 0px;
}

.single-product .product-info .icon-box .icon-right span {
    margin-top: 10px;
    display: inline-block;
}


.single-product .product-info .icon-box ul li.text {
    width: 95px;
    padding: 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left;
    line-height: 1;
}
.single-product .product-info .icon-box ul li.text.hide-label  {
	display: none;
}
.single-product .product-info .icon-box ul li.text.show-label  {
	display: inline-block;
}
.single-product .product-info .icon-box li.text strong {
    font-family: "futura-pt-condensed",sans-serif;
    font-weight: 500;
    font-size: 21px;
    padding: 5px;
    display: inline-block;
    margin-bottom: 0px;
    color: #405464;
    line-height: 1;
    margin-top: 0px;
    left: 10px;
    position: absolute;
    line-height: 1;
    letter-spacing: .35px;
    top: 50%;
    transform: translate(0, -50%);
}

.single-product .product-info .icon-box li.img img {
	max-width: 59px;
}

.single-product .product-info .add-cart-sec {
    
    width: 100%;
    bottom: 0;    
	display: flex;
    align-items: top;
}


/* Product Details Page - End */


/*Reviews Section - Start*/

.reviews-section {
    background-color: #F5C55B;
    text-align: center;
}

.reviews-section .box {
    margin-bottom: 30px;
}

.reviews-section .box .text-box .quote {
    font-size: 80px;
    color: #48A686;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    height: 50px;
}

.reviews-section .box .text-box h3.name {
    margin-bottom: 0px;
    font-size: 18px;
    color: #405464;
    font-family: "futura-pt-bold";
    font-weight: bold;
    line-height: 25px;
    letter-spacing: .35px;
}

.reviews-section .box small, .reviews-section .box .text-box span.date {
   font-family: 'BEBAS NEUE', sans-serif;
    font-size: 15px;
    letter-spacing: .35px;
    color: #405464;
}

.text-part {
    padding: 60px;
}

.reviews-section .btn-part {
    justify-content: center;
}

:root {
    --star-size: 60px;
    --star-color: #fff;
    --star-background: #df864e;
}
.Stars::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 22px;
    font-family: Times;
    line-height: 1;
    margin-bottom: 20px;
}
.Stars {
    display: block !important;
}


.flyout-link {
    display: none;
}
 /*** Instagram ***/
      #insta-feed {
          width: 100%;
      }
      #insta-feed a, .instafeed-shopify a {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
      }
    #insta-feed a {
    width: 12.66667%;
    margin-right: 0.6%;
    margin-left: .6%;
      z-index:999 !important
}
      .instafeed-container {
    border: 5px solid #000;
    margin-bottom: 20px;
    width: 190px !important;
    padding-top: 108% !important;
    margin-top: 7px;
}
      #insta-feed {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        justify-content: center;
        margin-top: 0 !important;
      }
      #insta-feed img, .instafeed-shopify img {
        width: 100% !important;
        height: 100% !important;
      }
      .subscription-form .button {
        height: 100%;
        width: 40px;
        padding: 0;
      }
      .product-list .box .text-box .text-left {
    letter-spacing: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
      .product-list .box .text-box{
        line-height: normal;
      }
      .product-list .box .text-box small {
        margin-top: 3px;
        display: block;
      }
      .inner-box .price .price-item {
    margin: 0;
    letter-spacing: 1.5px;
}
      .inner-box .text-left span {
        margin-top: 0;
        display: block;
      }
      .home-hero-spacer {
	  	display: none;
	  }
/*** 04-01-2021***/

      /** Header **/
      #cart-icon-bubble {
        position: relative;
		padding-left: 0;
      }
     .cart-count-bubble {
    width: 28px;
    height: 28px;
    font-size: 13px;
    line-height: 1;
    left: unset;
    right: 3px;
    background-color: #f5c55b;
    align-items: center;
}

.cartDrawer {
    top: 0;
    right: -590px;
    height: 100vh;
    width: 590px;
    overflow: scroll;
    background-color: #fff;
    position: fixed;
    z-index: 99999999999;
    padding: 0 0 0 0;
    border: 7px solid #405464;
}
.cartDrawerClose {
    cursor: pointer;
    font-family: Futura-Bold;
    font-size: 20px;
    color: #405464;
    letter-spacing: 0.71px;
    float: right;
    position: absolute;
    top: 5px;
    right: 10px;
}
.delivery-note {
	
    padding: 18px 35px;
}

.subtotal-text {
	    font-family: Montserrat, sans-serif;
    font-size: 18px;
    color: #405464;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 1;
}
.cartDrawer .subtotal .price {
	 font-family: clarendon-urw, serif;
font-size: 50px;
color: #405464;
letter-spacing: 1.43px;
}
.delivery-note p {
	font-family: Montserrat, sans-serif;
    font-size: 18px;
    color: #405464;
    letter-spacing: 0;
    line-height: 1.6;
}

.buttonCheckout:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 132px solid #405464;
    transform: translateX(-100%);
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
    z-index: -1;
}
.cartDrawerOpen, .cartDrawerClose {
  cursor: pointer;
}

.cart-header h3 {
	  font-family: 'BEBAS NEUE', sans-serif;
font-size: 33px;
color: #405464;
letter-spacing: 1.16px;
}
.dope {
	    font-family: 'BEBAS NEUE', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: left;
    line-height: 16px;
}

      .cart-count-bubble .item-count {
   font-family: 'GOtham', sans-serif;
   font-size: 18px;
    color: #405464;
    letter-spacing: -1px;
    line-height: 1;
    margin: 0;
    padding: 0;
    display: block;
    padding-top: 5px;
    margin-left: -2px;
}
.cartImage {
	border-bottom: 5px solid #405464;
    padding-left: 60px;
    padding-top: 22px;
    padding-bottom: 20px;
	    width: 170px;
}
.cartTitle .label {
    margin-top: 8px;
    margin-bottom: 5px;
    /* text-transform: uppercase; */
}
	  .cartImage img {
	  	    width: 60px;
	  }
	  .cartTitle {
	  	border-bottom: 5px solid #405464;
	  }
	  .cartTitle strong {
	  	     font-family: "futura-pt-condensed",sans-serif;
    font-size: 26px;
    color: #405464;
    letter-spacing: 0.05px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: normal;
	  	display: block;
	  }
	  .cartText {
	  	    border-left: 3px solid #405464;
    border-right: 3px solid #405464;
    font-family: "clarendon-urw",serif;
    font-size: 24px;
    color: #405464;
    letter-spacing: 0.69px;
    padding: 0 16px;
	  }
	  .cartPrice {
	  	border-bottom: 5px solid #405464;
	  }
	  .qty-wrap {
    display: flex;
    border: 3px solid #405464;
    width: 124px;
    align-items: stretch;
    margin-top: 8px;
}
	  .qty-wrap a {
    font-family: futura-pt, sans-serif;
    font-size: 11px;
    color: #405464;
    letter-spacing: 0.49px;
    padding: 1px 11px;
    line-height: 36px;
}
	  .cartPrice a {
    position: relative;
    color: #A1C5D2;
    font-family: futura-pt-bold, sans-serif;
    font-size: 9px;
    color: #A1C5D2;
    letter-spacing: 0.19px;
    text-transform: uppercase;
    padding: 4px;
    height: 10px;
    display: block;
}
.remove-wrap {
    border: 2px solid #A1C5D2;
    display: inline-block;
    position: relative;
    height: 22px;
}
	  .remove-wrap:before {
	  	content: '';
	  	position: absolute;
	  	    width: 9px;
    height: 9px;
    background: #ffffff;
    z-index: 999999;
    top: 50%;
    left: -9px;
	  	transform: translate(0, -50%);
	  }
	  .remove-wrap:after {
	  	content: '';
	  	position: absolute;
	  	position: absolute;
	  	    width: 9px;
    height: 9px;
    background: #ffffff;
    z-index: 999999;
    top: 50%;
    right: -9px;
	  	transform: translate(0, -50%);
	  }
	  .cartPrice .price {
	  	 font-family: "clarendon-urw",serif;
font-size: 32px;
color: #405464;
letter-spacing: 0.91px;
	  }
	  .discount {
	  	 font-family: "clarendon-urw",serif;
font-size: 15px;
color: rgba(64,84,100,0.50);
letter-spacing: 0;
	  }
	  .discount:before {
	  content: 'You Save ';
	  }
      .searchbar form.expand-search {
        padding: 0;
        border: 0;
      }
      .field__input:hover,.button:not([disabled]):hover{
        box-shadow: none;
      }
      .privacy-text p {
        display: inline-block;
      }
      .privacy-text a {
        color: #ffffff;
      }

	   

body details[open]>.header__submenu {
    /* background-color: #405464 !important; */
    background: var(--TF-TEAL);
    border-radius: 20px;
    padding: 0;
}
      
     .header__submenu a, .header__submenu summary.list-menu__item {
    padding: 0 20px;
    color: #405464;
    letter-spacing: 0.8px;
    text-align: center;
    transition: 0.3s all ease;
    color: var(--TF-BLUE);
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
    border: none;
    width: 100%;
    display: block;
    height: auto;
    line-height: 35px;
    border-bottom: 1px solid;
}
summary.list-menu__item {
	padding-right: 0.5rem !important;
}
  .header__submenu li:last-child a {
  	border: none;
  }
 
      
      .header__submenu .header__submenu {
        padding: 0 20px;
      }

     .header__submenu a:hover, .header__submenu summary.list-menu__item:hover {
    background: var(--TF-BLUE);
    color: var(--TF-TEAL);
}

header .list-menu__item--active {
	 background: var(--TF-BLUE);
    color: var(--TF-TEAL) !important;
}
      .header__submenu li:first-child a:hover, .header__submenu li:first-child a.list-menu__item--active   {
	  	
	    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	
	}
	 .header__submenu li:last-child a:hover,  .header__submenu li:last-child a.list-menu__item--active  {
	  	
	    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0.6rem 0.4rem;
	}
	body .list-menu--disclosure {
    position: absolute;
    min-width: 100%;
    width: 12rem;
    border: 1px solid rgba(var(--color-foreground), 0.2);
}
     
      /** Product Page **/
     .single-product .qty-text .number {
    margin: 0;
    padding-right: 16px;
    padding-left: 16px;
    width: 100%;
    min-width: 0;
}
      .shopify-section.product-section {
        padding: 0;
      }
     .single-product .qty-text input {
    width: 53px;
    opacity: 1;
    font-size: 42px;
    color: #405464;
    letter-spacing: 1.48px;
    padding: 0;
    height: 39px;
}
      .quantity {
    width: auto;
    height: auto;
    border: 0;
    align-items: flex-start;
	min-height: 0;
}
      .plus-minus {
           display: flex;
    align-items: center; 
      }
      .quantity__button {
    color: #405464;
    font-size: 30px;
    font-family: "futura-pt-bold", sans-serif;
    font-size: 21px;
    color: #405464;
    letter-spacing: 1.24px;
	width: 28px;
}
      #cart-notification {
        z-index: 11;
      }
      .single-product .product-info .text-box .text-left span {
        letter-spacing: normal;
      } 
          .single-product .price-text span {
        margin: 0;
      }
     
      /*** Collection Page ***/
      .inner-page-title h2.red {
        text-transform: lowercase;
      }
      .filter-ul{
        margin: 0px !important;
        list-style: none;
        display: flex;
        justify-content: space-around;
      }
      
      .filter-part .plus {
        color: #405464;
        vertical-align: middle;
        margin-left: 10px;
      }
      .filter-ul{
        margin: 0px !important;
        list-style: none;
        display: flex;
        justify-content: space-around;
      }
      .facets__summary {
        margin-bottom: 0 !important;
        padding: 0  !important;
      }
      .facets__disclosure {
        margin-right: 0 !important;
      }
      .medium-10.large-10.cell.right-part{
        margin: 0px !important;
        list-style: none;
        display: flex;
        justify-content: space-around;
      }
      .medium-10.large-10.cell.right-part details:last-of-type .facets__display, 
      .medium-10.large-10.cell.right-part details:nth-last-of-type(1) .facets__display,  
      .medium-10.large-10.cell.right-part details:nth-last-of-type(2) .facets__display,  
      .medium-10.large-10.cell.right-part details:nth-last-of-type(3) .facets__display{
	  	left: auto;
	  	right: 0;
	  }
      #FacetFiltersForm {
        display: block;
      }
      .collection-grid-section {
        margin-top: 0 !important;
      }

      .active-facets__button {
        margin-right: 0 !important;
      }

      .facets__list {

        columns: 1;
      }
      .product-count {
        text-align: left;
        margin-top: -20px;
      }
      .active-facets__button-wrapper {
        display: none;
      }
      
      .inner-page-title h2.red {
    margin: 0 0 -36px;
    font-size: 145px;
}
      .active-facets .grid-container{
        width:100%;
      }
      facet-remove {
        display: inline-block;
      }
      .facets .disclosure-has-popup[open] > summary + * {
        z-index: 22;
      }
      .facet-checkbox > svg {
        border: 1px solid #000;
      }
      .facet-checkbox > svg > rect {
        opacity: 0;
      }
      .fi-x.small.icon.icon-close-small {
        margin-left: 83px;
        color: #A0AAB2;
        cursor: pointer;
      }
      .active-facets__button-wrapper {
        display: inline-block;
        padding: 0;
      }
      .icon.icon-checkmark {
        border: 0;
      }
      .facets-container.filter-part {
        display: block;
      }
      .facet-checkbox.facet-checkbox--disabled {
        opacity: 0.5;
      }
      .facets__disclosure[open] .facets__display {
        animation: none;
      }
      .facets__price .field__input {
        margin: 0;
      }
      #product-grid .cell{
        display:none;
      }
      #product-grid .cell:nth-child(1),#product-grid .cell:nth-child(2),#product-grid .cell:nth-child(3),#product-grid .cell:nth-child(4),
      #product-grid .cell:nth-child(5),#product-grid .cell:nth-child(6),#product-grid .cell:nth-child(7),#product-grid .cell:nth-child(8),
      #product-grid .cell:nth-child(9),#product-grid .cell:nth-child(10),#product-grid .cell:nth-child(11),#product-grid .cell:nth-child(12){
        display: block;
      }
      .reviews-section .box small {
        margin-top: 3px;
        display: block;
      }
     .about .inner-page-title {
    background: #ffffff;
    padding-bottom: 190px;
}
	 
.about  .inner-page-title h3 {
   font-family: 'BEBAS NEUE', sans-serif;
    font-size: 18px;
    color: #1E1004;
    line-height: 28px;
    font-weight: 600;
    font-size: 36px;
    color: #405464;
    letter-spacing: 1.27px;
    margin: -47px 0 0 33px;
    z-index: 9;
    position: relative;
}
.about .inner-page-title p {
    font-family: 'BEBAS NEUE', sans-serif;
    font-size: 25px;
    color: #243A4B;
    letter-spacing: 0.44px;
    line-height: 60px;
    margin-left: 33px;
    margin-top: 20px;

}
.about .fullbleed-photo .img-part {
    background-color: transparent;
    transform: none;
    transform: none;
    position: absolute;
    left: 0;
    top: -74px;
    height: 100%;
    width: 49%;
}

.about .fullbleed-photo__content-wrap p {
    font-family: 'BEBAS NEUE', sans-serif;
    letter-spacing: .3px;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    color: #243A4B;
    letter-spacing: 0;
    line-height: 40px;
}
    .slideshow__autoplay.slider-button {
		display: none;
	}  
      @media screen and (min-width: 990px) {

   
/*Reviews Section - End*/
      #shopify-section-template--15897492226278__form {padding:0}
 .single-page h1.main-page-title {
    margin-bottom: 10px;
   font-family: 'BEBAS NEUE', sans-serif;
    font-size: 40px;
    color: #405464;
    letter-spacing: 1.41px;
}
  .single-page.inner-page-title  h2 {
    font-family: Seventies;
    font-size: 145px;
    color: #ffffff;
    margin-bottom: 24px;
    letter-spacing: 0;
    font-weight: 300;
    margin-top: 45px;
    text-transform: lowercase;
}
   .article-card__header h3 {
    font-size:14px 
   }
      .single-page {background:#ffffff;padding:0}
     .single-page.inner-page-title {
    background: #F4CFB3;
    padding: 0;
    margin-bottom: 60px;
}
      
      .accordion li {
       margin:0 
      }
      
      .accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: .75rem;
    line-height: 1;
    color: #1779ba;
    border: 7px solid #405464;
        font-family: "futura-pt-bold", sans-serif;
font-size: 17px;
color: #405464;
        text-transform:uppercase;
        border-bottom:0;
letter-spacing: 1px;
}
      
      .accordion p {
       font-family: Montserrat, sans-serif;
font-size: 15px;
color: #405464;
letter-spacing: 0;
line-height: 30px; 
      }
      
      :last-child:not(.is-active)>.accordion-title {
    border-bottom: 7px solid #405464;
    border-radius: 0;
}
      
      
      .accordion-content {
    display: none;
    padding: 1rem;
    border: 7px solid #405464;
    border-bottom: 0;
    background-color: #fefefe;
    color: #0a0a0a;
    border-top: 0;
}
      
      :last-child>.accordion-content:last-child {
    border-bottom: 7px solid #405464;
}
      .accordion-title:focus, .accordion-title:hover {
    background-color: #F4CFB3;
}
      
     
      
}

/* Small only */

@media screen and (max-width: 39.9375em) {
  
    .footer ul li a {
        font-size: 14px;
    }
	.top-bar .dropdown.menu>li {
    padding: 0;
    margin: 0;
    margin: 10px 0;
}

.searchbar i {
	font-weight: 500;
    font-size: 27px;
    color: #405464;
    letter-spacing: -0.27px;
    text-align: center;
    line-height: 40px;
    padding: 0px 20px;
    text-transform: lowercase;
}
	.top-menu {
		display: none;
	}
	#timeDiv { 
		display: none;
	}
    .home-hero h1 {
        margin-bottom: 10px;
        font-size: 26px;
        line-height: 1;
    }
    .home-hero__content-wrap {
        padding: 0px !important;
    }
    .button {
        padding: 8px 15px;
		min-width: auto;
    display: block;
    width: auto;
    margin: 0 auto;
    width: 80%;
    }
    .home-hero h1 {
        margin-bottom: 10px !important;
    }
.product-recommendations h2.red {
    font-size: 125px;
    max-height: 10000px;
    margin-top: 30px;
    margin-bottom: 137px;
}

.product-list h2 {
    font-size: 100px;
    max-height: 10000px;
    margin-top: 30px;
    margin-bottom: 137px;
}
    .product-list h2 span {
        font-size: 11px;
        bottom: -25px;
        right: 40px;
    }
	.product-list h2.red span {
    font-size: 38px;
    bottom: -21px;
    right: 4px;
    padding: 6px 25px;
}
.product-list h2 span.s {
    font-size: 100px !important;
    bottom: 0 !important;
    left: -23px;
    padding: 0 !important;
}
.product-list .box {
    padding: 0;
    margin-bottom: 13px;
    margin-top: 65px;
}
    .fullbleed-photo {
        padding: 0px;
    }
    .fullbleed-photo .img-part {
        position: relative;
        height: 360px;
        top: 0px;
    }
    .fullbleed-photo__content-wrap {
        padding: 50px 30px;
    }
    .single-product .tabs .tabs-title > a {
        font-size: 17px;
    }
    .apply-filter-part ul li {width: 100%; margin: 0 0 5px; }
    .apply-filter-part ul li .close {margin-left: 20px; float: right; }
    .single-product .tabs .tabs-title {width: 100%; }
    .single-product .tabs {flex-wrap: wrap; }
    .single-product .tabs .tabs-title>a {
    padding: 20px;
    text-align: left;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.single-product .tabs .tabs-title:last-child > a {
	border-bottom: 5px solid;
}
.single-product .product-info .price-sec {
    padding: 0 0 0;
	width: 30%;
}
.single-product .price-text span {
    font-size: 37px;
}
    .tabs-panel{padding: 10px;height: auto;
	}
    .single-product .product-info .icon-box .text-left {border-right: 0; border-bottom: 5px solid #405464; width: 100%; }
    .single-product .product-info .icon-box.text-right {width: 100%; }
    .single-product .product-info .add-cart-sec .cell.weight-text.auto {width: 100%; float: left; flex: auto; } 
    .single-product .product-info .add-cart-sec .cell.shrink {width: 100%; } 
    .single-product .product-info .add-cart-sec {flex-wrap: wrap; }
    .single-product .product-info .icon-box {
        flex-wrap: wrap;
		border-top: none;
    }
    
	
   .single-product .product-info .icon-box .text-right {
    text-align: right;
    width: 100%;
    border-left: 0;
}
.product-img .offer {
    top: -13%;
    left: -9px;
	
	}
	.sorting {
    padding-left: 0 !important;
}
.facet-filters__field {
    align-items: center;
    justify-content: center !important;
}
.cartDrawer {

    width: 100%;
}
  .home-hero {
    margin-top: 85px;
    padding-bottom: 301px;
    background-size: contain !important;
}
.home-hero__content {
    position: absolute;
    top: 50%;
    transform: translate(0, -92%);
    max-width: 100%;
    width: 100%;
}
.shop-by-section .box .inner-box h3 {
    font-size: 21px;
    display: inline;
    margin: 0;
    position: relative;
    width: 100%;
    text-align: left;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
	justify-content: center;
}
   .shop-by-section .box .inner-box {
    padding: 20px 0 20px;
	height: 97px;
}
.fullbleed-photo--inner {
    position: relative;
    overflow: hidden;
}
.product-list .box .inner-box {
    border: 5px solid #405464;
    text-align: center;
}
.product-list .box .inner-box .img-sec {
    height: 200px;
}

.product-list .box .inner-box .img-sec .offer, .product-img .offer {
    top: 15%;
    left: -50px;
    padding: 12px 12px;
    letter-spacing: 0;
    width: 75px;
    height: 75px;
    font-size: 17px !important;
}
  .product-img .offer { 
  top: -12%;
    left: -9px;
  
  } 
.product-list .box .inner-box .img-sec .offer span, .product-img .offer span {
    font-size: 29px !important;
    margin-left: 1px;
}
.product-list .box .inner-box .img-sec .price {
    bottom: 0%;
    right: -10px;
    padding: 7px 10px !important;
	    font-size: 24px !important;
}
.product-list .box .text-box {
    display: block;
    padding: 7px;
    border-top: 5px solid #405464;
}
.product-list .box .text-box .text-left {
    letter-spacing: normal;
	text-align: center;
}
.product-list .box .text-right {
    display: block;
    padding-left: 0;
    position: relative;
    padding-top: 10px;
    margin-top: 8px;
	text-align: center;
}
.text-left span {
    font-size: 13px;
}
.product-list .box .inner-box h3 {
    font-size: 29px;
    margin-bottom: 0px;
    margin-top: 2px;
    padding-right: 0;
    line-height: 1;
    margin-bottom: 5px;
	letter-spacing: 0;
}
.product-list .box .text-box small {
    font-size: 10px;
    margin-top: 0;
}
.product-list .box .inner-box strong {
    font-size: 21px;
    padding: 0;
    display: inline-block;
    margin-bottom: 0;
    line-height: .8;
    margin-top: 0px;
    margin-right: 0;
    word-wrap: normal;
    width: auto;
    margin-bottom: 0;
    letter-spacing: 0;
}
.product-list .box .text-right span {
    margin-top: 0;
    display: inline-block;
    font-size: 18px;
}
.product-list .box .text-right:before {
    content: '';
    top: 10px;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
}
.product-list .box .inner-box .img-sec img {
    margin-top: -64px;
    width: 65%;
}
.price__sale__stamp {
    font-size: 26px;
    color: #405464;
    letter-spacing: 0;
    position: absolute;
    font-weight: 600;
    transform: scale(1.1) rotate(-8deg);
    top: -17%;
    left: -17px;
    padding: 10px 11px 10px;
    font-weight: normal;
    line-height: 1;
}
  .single-product .product-info-inner  .weight-text .weight-size {
    font-size: 32px !important;
    padding-top: 0;
}
  .faqs .single-page.inner-page-title  h2 {
    font-family: Seventies;
    font-size: 100px;
    color: #F4CFB3;
    margin-bottom: 110px;
    letter-spacing: 0;
    font-weight: 300;
    padding-top: 0;
    margin-bottom: 0;
}
  .faq-page h3 {
    line-height: 36px;
    font-size: 35px;
    letter-spacing: 1.41px;
    margin: 48px 0 23px 0;
}
  .accordion-title {
    border: 5px solid #405464;
    border-bottom:0
}
  .single-page {
    background: #ffffff;
    padding: 0;
}
.copyright-sec p {
    font-size: 11px;
}
.inner-page-title h2.red {
    font-size: 120px;
}
body .image-with-text--overlap .image-with-text__media-item--top {
    width: 100%;
    order: 2;
}
body .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__text-item {
    width: 100%;
    flex-direction: column;
}
body  .image-with-text--overlap .image-with-text__content {
    width: 100%;
    margin: -3rem auto 0;
    left: 0;
    background: url(/cdn/shop/t/4/assets/available-online.svg?v=1683250333) no-repeat center center/cover;
    padding-left: 9%;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 9%;
}
body  .image-with-text .global-media-settings {
    z-index: 999999;
    padding-bottom: 84%;
    margin-top: -16px;
    position: relative;
    right: 0;
    width: 117%;
    position: relative;
    z-index: 0;
    top: 0;
    order: 2;
    padding-bottom: 80% !important;
}
body  .image-with-text .global-media-settings img{
	object-fit: contain
	}
	body .image-with-text__content h2 {
    font-size: 50px;
}
body .image-with-text__content h3 {
 
    font-size: 35px;
}
body .image-with-text__content p {
    font-size: 16px;
}
.button {
	overflow: visible;
}
.button:before {
	display: none;
}
.featured-blog .page-width-desktop {
    padding: 0;
}
.featured-blog .title-wrapper-with-link {
    margin: 2rem 0 0;
}
.featured-blog .title-wrapper-with-link {
    margin: 1rem 0 0;
    padding: 0;
}
.featured-blog h2 {
    font-size: 50px;
}
.featured-blog h2 span {
    font-size: 60px;
    display: block;
}
.section-collection-list .collection-list:not(.slider) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin: 0;
}
.coll-list-wrap li {
    width: 43% !important;
}
.section-collection-list .coll-list-wrap h2 {
    font-size: 50px;
}
.section-collection-list .coll-list-wrap h3 {

    padding: 0;
}
.section-collection-list .coll-list-wrap {
    margin-top: -12px;
    padding-top: 40px;
}
.blog__posts.articles-wrapper {
    margin: 0;
}
.featured-blog .slick-slide .card:not(.ratio) {
    flex-direction: column;
}
.cloud-window h2 {
    font-size: 49.5px;
}
.footer-menu-wrap {
    width: auto;
}
.article-template__title {
    font-size: 40px;
    padding-top: 17px;
    padding-bottom: 14px;
}
.article-template__hero-adapt {
    padding-bottom: 70% !important;
}
.recipe-facts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.recipe-facts div {
    width: 50%;
    min-width: 40%;
    border-bottom: 2px solid var(--TF-TEAL);
    border-right: 0;
    padding: 0;
    margin: 0;
    border-right: 2px solid var(--TF-TEAL);
    padding: 0.5rem;
}
.recipe-facts div h4 {
    font-size: 16px;
}
.recipe-facts div h4 span {
    font-size: 23px;
}
.recipe-facts div:nth-child(2) {
border-right: none;
}
.recipe-facts div:nth-child(3) {
	border: none;
	border-right: 2px solid var(--TF-TEAL);
}
.recipe-stat {
    padding: 0 0;
}
.protein-wrap h3 {
    font-size: 38px;
    top: -43px;
    left: 50%;
    transform: translate(-50%, 0);
}
.protein-inner {
    padding-left: 0;
}
.switch-wrap h5 {
    font-size: 21px;
}
.switch-wrap img {
	    width: 80%;
    margin: 0 auto;
    display: block;
}
.protein-inner h4 {
    font-size: 21px;
    margin-bottom: 30px;
}
.ingredients-wrap p, .ingredients-wrap li {
    font-size: 18px;
    line-height: 1.4;
}
.instructions-inner {
    padding: 0 3%;
}
.related-posts-wrap h2 {
    padding-top: 30px;
    font-size: 33px;
    margin-bottom: 20px;
    line-height: 1;
}
.blog-slide-inner {
    padding: 0 5px;
}
.blog-slide-inner a span {
    font-size: 12px;
    margin-top: 5px;
}
body .menu-drawer__navigation {
    padding: 0;
}
body .menu-drawer__menu-item {
    padding: 0.8rem 1.2rem;
    text-decoration: none;
    font-size: 18px;
}
.menu-drawer svg {
	width: 20px ;
}
.main-blog-slider .article-card__image--medium .ratio:before {
    padding-bottom: 100%;
}
.main-blog  .card .card__inner .card__media {
    border-radius: 10px;
}
.main-blog .article {
    padding: 20px 0px 7px 0px;
}
.main-blog h2 {
    font-size: 51px;
margin-bottom: 0;
}
.blog-hero h1 {
    left: 61%;
    font-size: 53px;
}
.jump-menu h2 {
    font-size: 35px;
}
.search-banner select {
    padding: 5px 20px;
    font-size: 14px;
    height: 2rem;
}
.search-banner h4 {
    font-size: 16px;
}
.filter-menu {
    padding-top: 12px;
    margin: 0 10px;
}
.search-banner {
    position: absolute;
    right: 0;
    top: 100%;
    background: var(--TF-DK-GREEN);
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: flex;
    align-items: center;
	justify-content: space-around;
}
.main-blog {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 125px !important;
    /* padding-bottom: 45px !important; */
}
.main-blog .article-card__image--medium .ratio:before {
    padding-bottom: 100%;
}
.filter-menu h4 span {
	display: none;
}
.search-banner .header__icon {
    height: 3.4rem;
    width: 3.4rem;
    padding: 0;
}
.blog-wrap .search-banner svg {
    margin: 13px;
}
.page-where-to-buy .banner--mobile-bottom .banner__media{
    position: relative;
    padding-top: 0;
}
#Banner-template--19015585202465__44abc509-2eb4-4066-a96b-002402c1093e {
    width: 90%;
}
#Banner-template--19015585202465__44abc509-2eb4-4066-a96b-002402c1093e::before, #Banner-template--19015585202465__44abc509-2eb4-4066-a96b-002402c1093e .banner__media::before, #Banner-template--19015585202465__44abc509-2eb4-4066-a96b-002402c1093e:not(.banner--mobile-bottom) .banner__content::before {
    padding-bottom: 0;
    content: '';
    display: block;
}
.oo-wrap .jump-menu li a {
    font-size: 16px;
}
.collection-collection-order-online .page-width {
    padding: 0 0.5rem;
}
.order-online-container .card__information {
    padding-bottom: 0.7rem;
    padding-top: 4px;
}
.qa-box {
    display: flex;
    align-items: baseline;
    flex-direction: column;
}
.product-grid-container .quantity, .cart .quantity {
    min-height: 0;
    margin-bottom: 11px;
}
.product-grid-container .quantity__button, .cart .quantity__button {

    width: 35px;
}
.product-grid-container .quantity__input, .cart .quantity__input {
    width: 65px;
}
body .quick-add__submit {
    margin: 0 10px;
    width: calc(100% - 10px);
}
.product-oo h1 {
	font-size: 50px;
}
.product-info-inner {
    padding-left: 0;
}
.product .grid--peek .grid__item {
    min-width: 100%;
}
body .product-form__submit {
    width: 100%;
}
.product-grid-container .card-wrapper {
    margin: 0 15p0x;
}
.product-grid-container .card__heading .h5 {
	font-size: 14px;

}
.product-grid-container .card__heading a span {
    font-size: 12px;
}
.card__information {
    padding: 0 1rem;
}
} 


/* Small and Medium */

@media screen and (max-width: 63.9375em) {
  #help-modal br {
   display:block 
  }
section.header .top-bar ul li ul {
    background: #48A686  !important;
    box-shadow: none;
    display: block;
    position: relative;
    transform: none;
    left: 0;
    width: 100%;
	margin: 0;
	top: 0;
}
section.header .top-bar ul li ul:before {
	display: none;
}
  #shopify-section-template--15897492422886__main {
   padding:0 
  }
  .product-count__text .text-left {
   text-align:center 
  }
  section.header .top-bar ul {
    background-color: transparent !important;
	align-items: center;
}
	#mobile-menu {
		display: none ;
	}
    .flyout-link {width: 100%; display: inline-block; background: #fff; text-align: left; padding: 10px; cursor: pointer; border-radius: 0; position: relative; margin: 20px 0 0; border: 2px solid #405364; font-family: "futura-pt-bold"; color: #405464; font-size: 20px; line-height: 22px; font-weight: bold;} .left-part {display: none; } 
    .flyout-link:after {
    content: "\2b";
    display: inline-block;
    float: right;
    font-family: 'Font Awesome 6 Pro';
}
.fi-plus:before {
	font-family: 'Font Awesome 6 Pro';
    content: "\2b";
}
    .filter-part ul li .plus {color: #405464; vertical-align: middle; margin-left: 10px; float: right; } 
    .filter-part ul li {
    width: 100%;
    padding: 9px 10px;
    border-bottom: 0;
}
    .filter-part ul {flex-wrap: wrap; padding: 10px 0 0;} 
    .filter-part .right-part {border: 2px solid #405464; width: 100%; border-top: 0; margin: -5px 0 0; padding: 0; } 
    .filter-part .grid-container .filter-inner {margin: 0; } 
    .filter-part {background-color: #fff; border-top: 0 solid #405464; border-bottom: 0 solid #405464; }
    .filter-part .right-part ul {display: none; }
    .single-product{padding-top: 180px;}
    .single-product .product-info .text-box .text-left h3 {
    padding-right: 0;
    font-size: 32px;
}
    .single-product .tabs-content .tabs-panel p{margin-right: 0;}
    .instagram-section h2.red {font-size: 35px; letter-spacing: .32px; }

.single-product .product-img {
    text-align: center;
    height: 347px;
}
    h1,
    .h1 {
        font-size: 32px;
        line-height: 1.2;
    }
    h2,
    .h2 {
        font-size: 26px;
        line-height: 1.2;
    }
    h3,
    .h3 {
        font-size: 22px;
        line-height: 1.2;
    }
    .brand-mantra-sec h2.red {
        font-size: 26px;
    }
    .grid-container {
        max-width: 100rem;
    }
    section {
        padding: 60px 0;
    }
    .copyright-sec {
        text-align: center;
    }
    .copyright-sec .privacy-text {
        text-align: center;
    }
    .footer .widget {
        margin-bottom: 30px;
    }
   .top-menu-bar {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #48A686;
    margin-top: 33px;
    padding: 0;
    z-index: 9;
    top: 0px;
}

    .apply-filter-part ul li .close{margin-left: 45px;}
    .inner-page .instagram-section, .inner-list-page .instagram-section {margin: 0px 0 0; }
    .apply-filter-part ul li{margin-right: 10px;}
  .top-bar .menu-part .menu .menu-text {
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    border-bottom: 1px solid;
    margin: 0;
    transition: 0.3s ease
}
 
    .top-bar .dropdown.menu>li>a {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }
    .top-menu-bar .grid-x.align-middle {
        display: inline-block;
        width: 100%;
    }
    .top-bar .cart-icon {
        margin-left: 15px;
    }
    .top-bar .top-bar-left {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto;
    }
    .top-bar .top-bar-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto;
    }
    .footer .footer-logo img {
        max-width: 180px;
    }
    .top-bar .desktop-cart {
        display: none;
    }
    .top-bar .mobile-cart .cart-icon {
        margin-left: 0px;
        margin-right: 20px;
    }
    .top-bar .mobile-cart .cart-icon {
        background-color: #fae078;
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
	.mobile-cart {
		width: 44px;
	}
	.left-top {
    padding: 5px 0;
    justify-content: center;
}
  .top-wrap {
    justify-content: center;
}
    .social-part ul li img {
        max-width: 26px;
    }
    .button {
        font-size: 16px;
    }
	#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-1 .banner__buttons {
    margin-top: 108px;
    margin-left: 37%;
    width: 185px;
}
#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-1 .banner__buttons  .button {
	

    padding: 2px 0;
	
	}
	#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-2 .banner__buttons {
    width: 150px;
	bottom: 21px;
}
#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-3 .h1 {
    font-size: 17px;
    line-height: 1.2;
}
#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-3 .banner__box>*+.banner__buttons {
    margin-top: 0rem;
}

#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-3 .slideshow__text.banner__box{
	width: 80% !important;
}
#shopify-section-template--18594434777377__a77bf5ac-2165-4124-b560-d365f907b43a {
	padding: 0;
}
section.header .header-logo img {
        max-height: 80px; 
        max-width: 140px;
		margin: 0;
    }
    section.header .top-line ul {
        justify-content: center;
    }
    section.header .top-line ul li a {
        font-size: 12px;
        padding: 5px 10px;
    }
    .top-bar .top-bar-right .title-bar {
        padding: 12.5px 0.5rem;
		background: transparent;
    color: #405464;
    }
    .home-hero h1 {
    margin-bottom: 20px;
    font-size: 35px;
    color: #405464;
    letter-spacing: 1.24px;
    text-align: center;
    line-height: 37px;
}
    .button{min-width: auto;}
  

.shop-by-section {
    padding-bottom: 0px;
    padding-top: 45px;
}
.home-hero-spacer {
    height: 375px;
    width: 100%;
    background: #48A686;
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
}
    section.header .top-bar {
        padding:9px 0px;
        display: flex;
        align-items: center;
    }
    section.header {
        background-color: #48A686;
    }
    .footer .social-widget {
    border-left: 0px solid #415463;
    text-align: left;
    margin-bottom: 0;
}
    .address-part {
        text-align: center;
    }
	#mobile-menu .address-part {
    text-align: center;
    margin-top: 48px;
}
#mobile-menu .address-part h3 {
    font-size: 75px;
    color: #405464;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1;
    font-family: "clarendon-urw",serif;
}
#mobile-menu .address-part p.phone a {
     font-family: "futura-pt-bold", sans-serif;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0.78px;
    text-align: center;
}
#mobile-menu .address-part p {
    font-size: 27px;
    letter-spacing: .87px;
    line-height: 30px;
}
#mobile-menu .social-part ul {
    margin: 0;
}
#mobile-menu .predictive-search__heading {
    margin: 0 auto;
    padding: 1.5rem 0 .75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-family: 'BEBAS NEUE', sans-serif;
    font-size: 20px;
    color: #405464;
    letter-spacing: 0.99px;
    text-transform: none;
    border-bottom: 2px solid #405464;
    padding: 10px 20px;
}
#mobile-menu .predictive-search ul {
    background-color: transparent;
    align-items: center;
    display: flex;
    align-items: start;

}
#mobile-menu .predictive-search ul li {
	width: 50%;
	    border-right: 2px solid #405464;
    margin: 0;
}
#mobile-menu .predictive-search ul li:last-child {
	display: none;
}
#mobile-menu .predictive-search__item--link {
    display: flex;
  text-align: center;
    flex-direction: column;
    padding: 10px;
    vertical-align: top;
}
#mobile-menu predictive-search[open] .predictive-search, #mobile-menu predictive-search[loading] .predictive-search {
    background: #FFFFFF;
    border: 3px solid #405464;
    border-top: 0;
    top: 100%;
    width: 100%;
    left: 0;
}
#mobile-menu .predictive-search__item-heading {
    margin: 0;
    font-family: "futura-pt-condensed",sans-serif;
    font-size: 20px;
    color: #405464;
    letter-spacing: 0.05px;
    line-height: 28px;
	text-transform: uppercase;
}
#mobile-menu .grape {
	font-family: Montserrat, sans-serif;
    font-size: 13px;
    color: #405464;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 12px;
}
#mobile-menu .predictive-search__item-vendor+.predictive-search__item-heading, #mobile-menu .predictive-search .price {
    margin-top: 3px;
     font-family: "clarendon-urw",serif;
    font-size: 18px;
    color: #405464;
    letter-spacing: 0.91px;
    line-height: 1;
	text-align: center;
	justify-content: center;
}
#mobile-menu .price .price-item {
    margin: 0;
}
#mobile-menu  .predictive-search__image {
    grid-area: product-image;
    object-fit: contain;
    font-family: "object-fit: contain";
    margin: 0 auto;
}
#mobile-menu .predictive-search__item--term {
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    word-break: break-all;
    line-height: calc(1 + .4 / var(--font-body-scale));
    font-family: Futura-Bold;
    font-size: 18px;
    color: #405464;
    letter-spacing: 0.81px;
    text-transform: uppercase;
    justify-content: center;
    background: #F5C55B;
    margin: 0;
	    border-top: 2px solid #405464;

}
#mobile-menu .predictive-search__list-item:nth-last-child(2) {
	border: none;
}
sup {
    top: -4px;
    left: 0px;
    font-size: 70%;
}
 
 .shop-by-section .box .inner-box strong {
    font-size: 75px;
    line-height: 1;
    margin-top: 0;
    left: auto;
    transform: none;
    padding: 0;
    width: auto !important;
    position: relative;
    display: inline-block;
    margin-left: 10px;
	bottom: 0;
}
 
    .shop-by-section .box {
        padding: 0px 0;
    }
    .subscription-section .subscription-form p.sub-heading {
        font-size: 18px;
    }
    .single-product .product-text {
        border-left: 0px;
        border-top: 5px solid #405464;
    }
    .single-product .product-info .add-cart-sec {
        position: relative;
    }
   .single-product .product-img img {
    margin-top: 0;
    height: 381px;
    position: absolute;
    top: -55px;
}
  
    .product-list .box .inner-box .img-sec .price {
            font-size: 42px;
    }
	
	 .product-list .box .inner-box .img-sec .offer {
            font-size: 23px;
    }

    .text-part { padding: 20px; }
    .wine-club-sec.fullbleed-photo h2 span{margin-left: 0; margin-top: -23px;} 
	.fullbleed-photo h2 {
		    font-size: 46px;
    line-height: 1;
	}
   .fullbleed-photo h2 span {
    font-size: 122px;
    margin-bottom: -25px;
    display: block;
}
    
    .product-list .box .inner-box .img-sec .offer {
    left: -30px;
    top: -40px;
}
.hot-li .hot-wrap .medium-6{
	width: 50% !important;
}
.hot-li  .product-list .hot-wrap .box {
    padding: 0;
    margin-bottom: 0;
    margin-top: 110px;
}
.hot-li .product-list .hot-wrap  .box .inner-box {
    border: 3px solid #405464;
    text-align: center;
}
.hot-li .whats-hot-section.product-list .hot-wrap .box .inner-box .img-sec {
    height: 145px;
}
.hot-li .hot-wrap .offer, .hot-li .hot-wrap .price, .hot-li .hot-wrap .inner-box .text-left span, .hot-li  .product-list .hot-wrap .box .text-box small, .hot-li .product-list .hot-wrap  .box .text-right{
	display: none;
}
.hot-li .product-list .hot-wrap  .box .inner-box .img-sec img {
    margin-top: -85px;
    width: 60%;
}
.hot-li  .product-list .hot-wrap .box .text-box {
    display: flex;
    padding: 10px 7px;
    border-top: 3px solid #405464;
    justify-content: space-between;
    align-items: stretch;
    background: #ffffff;
}
.hot-li .product-list .hot-wrap  .box .inner-box h3 {
    font-weight: 600;
    margin-bottom: 0px;
    font-family: "futura-pt-condensed",sans-serif;
    padding-right: 0;
    margin-top: 2px;
    text-transform: uppercase;
    font-size: 18px;
    color: #405464;
    letter-spacing: 0.03px;
    line-height: 26px;
}
.hot-li .hot-wrap {
    margin-top: 0;
}
.hot-li {
	background: #F4CFB3;
}

.hot-li ul {
	background: transparent;
}
.hot-li li {
	    background: #F4CFB3;
}
.hot-li .header__submenu a {
    color: #405464;
    padding: 0;
}

.cartImage {
    border-bottom: 5px solid #405464;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 20px;
    width: 75px;
}
.cartImage img {
    width: 45px;
    height: auto;
    max-width: 60px;
}
.cartTitle strong {
    font-size: 23px;
    line-height: 1;
    display: inline-block;
}
.cartPrice .price {
    font-size: 24px;
}
.discount {
    font-size: 15px;
    line-height: 1.1;
    display: inline-block;
}
.delivery-note {
    padding: 8px 21px 125px 8px;
}
.delivery-note p {
    font-size: 14px;
}
.cartDrawer .subtotal {

    padding: 8px 21px;
	position: fixed;
    bottom: 83px;
    width: 100%;
    border-right: 7px solid #405464;
    left: 100%;
    border-left: 7px solid #405464;
}
.cartDrawer .subtotal .price {
    font-size: 38px;
    line-height: 1.1;
}
.buttonCheckout {
    padding: 26px 20px;
    font-size: 24px;
    width: 100%;
    box-shadow: none;
    position: fixed;
    bottom: 0;
    border: 7px solid #405464 !important;
    width: 100%;
    left: 100%;
}
.cart-header h3 {
    font-size: 26px;
}
.single-product .product-info .price-sec {
    padding: 0 0 0;
    width: 100%;
    border-bottom: 7px solid #405464;
    padding-bottom: 14px;
}
.single-product .product-info .product-top {
    margin-top: -7px;
    background: #FFFFFF;
    border: 6px solid #405464;
    margin-left: 0;
    width: 100%;
    position: relative;
    border-left: 0;
    border-right: 0;
}
.single-product .product-info .product-top:before, .single-product .product-info .product-top:after{
    display: none
}
.footer-logo {
	text-align: center;
}
.social-part {
	text-align: center;
}
.instafeed-container {
    width: 100% !important;
    padding-top: 100% !important;
}
.fullbleed-photo__content-wrap h4 {
    margin-top: 33px;
}
.shop-by-section .box .inner-box:before {
    content: '';
    position: absolute;
    height: 37px;
    width: 20px;
    background: #ffffff;
    left: -10px;
    top: 50%;
    z-index: 3;
    transform: translate(0, -50%);
}
.shop-by-section .box .inner-box:after {
    content: '';
    position: absolute;
    height: 37px;
    width: 20px;
    background: #ffffff;
    right: -10px;
    top: 50%;
    z-index: 3;
    transform: translate(0, -50%);
}
.qty-wrap {
    margin-top: 0;
}
.cartPrice a {
    position: relative;
    color: #A1C5D2;
    font-family: futura-pt-bold, sans-serif;
    font-size: 12px;
    color: #A1C5D2;
    letter-spacing: 0.19px;
    text-transform: uppercase;
    padding: 4px;
    height: 22px;
    display: block;
    line-height: 1.2;
}
.remove-wrap {
    border: 2px solid #A1C5D2;
    display: inline-block;
    position: relative;
    height: 25px;
}
.cartDrawer td {
	padding-top: 30px;
	padding-bottom: 30px;
}
.single-product .product-info-inner .button {
    border-left: 0;
    padding: 10px 0;
    font-size: 26px;
    height: 83px;
    margin: 0;
    border-top: 0;
}
.cart-count-bubble {
    width: 12px;
    height: 12px;
    top: 15px;
    left: 30px;
    text-indent: -99999em;
}
.cart-count-bubble .item-count {
    display: none;
}
.header__icons {
    display: flex;
    grid-area: icons;
    justify-self: end;
    align-items: initial;
}
#cart-icon-bubble {
    position: relative;
    padding-left: 0;
    font-size: 24px;
    color: #405464;
    align-items: center;
}
.occasions-facets .filter-label {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
    font-size: 16px;
    padding: 10px 0;
}
.result-count {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
}
#ProductCountDesktop {
    font-size: 28px;
}
.facets__disclosure[open] .facets__summary {
    border: none !important;
}
.facets__header {
    padding: 1rem 10px !important;
}
.pills   {
	
  margin-top: 10px;}
.pills a {
    font-size: 14px;
    margin: 7px 1px;

}
.pills .count span {
    top: 0px;
}
.collection {
    position: relative;
}
.about  .inner-page-title h2.red {
    margin: 0 0;
    font-size: 122px;
}
.about  .inner-page-title h3 {

    font-size: 28px;
  
    margin: -47px 0 0 33px;
   
}
.about .inner-page-title p {
    font-size: 20px;

    line-height: 33px;

}
.about .inner-page-title {
    background: #ffffff;
    padding-bottom: 20px;
}
.about .fullbleed-photo .img-part {
    background-color: transparent;
    transform: none;
    transform: none;
    position: relative;
    left: 0;
    top: -17px;
    height: 100%;
    width: 70%;
}
.about .fullbleed-photo--inner {
    position: relative;
    overflow: visible; 
}
.about .fullbleed-photo h2 {
    font-size: 37px;
    line-height: 1;
}
.about .fullbleed-photo h2 span {
    font-size: 101px;
    margin-bottom: -17px;
    display: block;
}
.about .fullbleed-photo__content-wrap p {
    line-height: 33px;
}

  .single-page.inner-page-title  h2 {
    font-size: 98px;
    margin-bottom: 0;
}
  .single-product .product-info-inner .button {

    border-left: 0 solid;
    border-top: 5px solid;
    margin-top: 11px;
}
.rich-text__blocks .h1 {
    font-size: 40px;
    font-weight: 100;
    padding: 0 4%;
    color: var(--TF-WAGYU);
    line-height: 1;
}
.rich-text__wrapper {
	width: calc(100% - 0rem / var(--font-body-scale)) !important;
}
.hxl {
    font-size: 56px;
}
.section-template--19019957731617__a9a64535-0fca-4163-bb14-842c63a799b5-padding p {
    padding: 0px 4%;
}
p, li {
    font-size: 16px;
    line-height: 30px;
}
.footer-logo {
    max-width: 300px;
}
#shopify-section-template--19019957731617__c176c4f4-b4b1-40b0-867a-c8b696ea747d .banner__content {
    display: block;
    background: var(--TF-VEAL);
    position: relative !important;
    top: 0;
    left: 0;
    padding-top: 0 !important;
    color: var(--TF-WAGYU);
    margin-top: 210px;
}
#shopify-section-template--19019957731617__c176c4f4-b4b1-40b0-867a-c8b696ea747d {
    margin-bottom: 60px;
}
#shopify-section-template--19019957731617__c176c4f4-b4b1-40b0-867a-c8b696ea747d .banner--mobile-bottom .banner__media {
    position: absolute;
    top: 0;
}
.banner__box {
    background: transparent;
}
body .header {
    padding: 0 10px;
}

body .header__icon--menu {
    position: initial;
    height: 3.4rem;
    width: 3.4rem;
}
.order-online {
    padding: 0;
    background: var(--TF-BEEF);
    color: var(--WHITE);
    top: 0;
    border-color: var(--TF-BEEF);
    font-size: 14px;
    width: 120px;
    margin: 0;
    height: 31px;
    word-spacing: unset;
    padding: 0;
    line-height: 27px;
}
.desktop-localization-wrapper {
    align-items: center;
}
.header__heading-logo {
    width: 115px;
}
.header--middle-left {
    grid-template-areas: "heading icons icons"
        "navigation navigation navigation";
}
body .header__heading-link {
    padding: 0;
}
.header__search {
    display: none;
}
.blog-hero .header__search {
    display: block;
}
.header__heading-logo-wrapper {
    margin-top: 0;
}
.header__icon .icon.icon-cart {
    height: 4rem;
    width: 6rem;
}
body header .header__icon, header .header__icon--cart .icon {
    height: 4.4rem;
    width: 3.4rem;
    position: relative;
    padding: 0;
}
.header:after {
	display: none;
}
header-drawer {
    justify-self: start;
    margin-left: 0 !important;
}
.header__icon:not(.header__icon--summary), .header__icon span {
    display: flex;
    align-items: end;
    justify-content: center;
}
body #shopify-section-template--19019957731617__05b2c923-cc9a-42c9-a7cf-bf6b9e9b91c9 .image-with-text__content {
    background: none;
    padding-left: 2rem;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 2rem;
    position: relative;
    left: 0;
}
body #shopify-section-template--19019957731617__05b2c923-cc9a-42c9-a7cf-bf6b9e9b91c9  .image-with-text__content h2 {
    padding-top: 8px;
    font-size: 50px;

}
.banner--mobile-bottom .banner__media, .banner--stacked:not(.banner--mobile-bottom) .banner__media {
    position: relative;
    padding-top: 0;
}
#Banner-template--19019957731617__44abc509-2eb4-4066-a96b-002402c1093e .banner__media {
    padding-top: 0;
    position: absolute;
}
#Banner-template--19019957731617__44abc509-2eb4-4066-a96b-002402c1093e .media>*:not(.zoom):not(.deferred-media__poster-button){
	position: absolute;
	}
	
#Banner-template--19019957731617__44abc509-2eb4-4066-a96b-002402c1093e 	.banner__content {
    padding: 10rem;
}
	#shopify-section-template--19019957731617__c176c4f4-b4b1-40b0-867a-c8b696ea747d .banner__text p {
    margin-bottom: 19px;
    line-height: 1.7;
    margin-top: -6px;
    line-height: 1.3;
    font-size: 17px;
    text-align: center;
    margin-top: 20px;
}
.banner__box {
    padding: 0rem 0rem !important ;
    position: relative;
    height: auto;
    align-items: center;
    text-align: center;
    width: 100%;
    word-wrap: break-word;
    z-index: 1;
}
.banner .media>*:not(.zoom):not(.deferred-media__poster-button), .media model-viewer {
    display: block;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
}
#shopify-section-template--19019957731617__c176c4f4-b4b1-40b0-867a-c8b696ea747d .banner__content {
    padding: 5rem 2rem 0;
}
#Banner-template--19019957731617__44abc509-2eb4-4066-a96b-002402c1093e::before, #Banner-template--19019957731617__44abc509-2eb4-4066-a96b-002402c1093e:not(.banner--mobile-bottom) .banner__content::before, #Banner-template--19019957731617__c176c4f4-b4b1-40b0-867a-c8b696ea747d::before, #Banner-template--19019957731617__c176c4f4-b4b1-40b0-867a-c8b696ea747d .banner__media::before, #Banner-template--19019957731617__c176c4f4-b4b1-40b0-867a-c8b696ea747d:not(.banner--mobile-bottom) .banner__content::before{
    padding-bottom: 0 !important;
}
#Banner-template--19019957731617__c176c4f4-b4b1-40b0-867a-c8b696ea747d:not(.banner--mobile-bottom) .banner__content::before {
	padding-bottom: 100px !important;
}
#shopify-section-template--19019957731617__c176c4f4-b4b1-40b0-867a-c8b696ea747d .banner__text {
    padding-top: 0 !important;
}

body .footer {
    padding-top: 20px;
}
.footer-block__details-content {
    margin-bottom: 0 !important;
}
body .footer-block.grid__item {
    padding: 0;
    margin: 0;
    width: 100%;
}
body  .footer-block.grid__item:last-child .footer-block__details-content {
    text-align: left;
    justify-content: start;
}
 .list-social i {
    color: var(--TF-GRAY);
    font-size: 30px;
}
body .footer-menu-wrap-outer {
    background: url(/cdn/shop/t/4/assets/footer-cow.png?v=1682953592) no-repeat center top/contain;
    padding-bottom: 4rem;
    top: -48px;
    position: relative;
}
body .footer__content-top {
    padding-left: 10px;
    padding-right: 10px;
}
.product-grid-container h2 {
    font-size: 50px;
}
.jump-menu li a {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}
.jump-menu {
    margin-bottom: 0;
    margin-bottom: 30px;
}
#product-grid {
    margin: 0 0rem;
}
.product-descriptor {
    font-size: 50px;
    padding-right: 0;
    max-width: 100%;
}
.product-name {
    font-size: 60px;
}
.product .article-wrap h2 {
    font-size: 40px;
    margin: 20px 0;
}
body .menu-drawer {
    transform: translate(100%);
    right: 0;
	    left: auto;
}
#Layer_2 {
	display: none;
}
.blog-slider-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 50px;
}
.page-wrap h1 {
    font-size: 39px;
    line-height: 1.1;
}
.banner--medium.banner--mobile-bottom:not(.banner--adapt) .banner__media, .banner--medium.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)>.banner__media {
    height: auto !important;
}
.banner--mobile-bottom:not(.banner--stacked) .banner__content {
    order: 2;
}
.index .banner--mobile-bottom:not(.banner--stacked) .banner__content {
    order: 2;
    position: absolute !important;
}
.support_image1 {
	    width: 150px !important;
    top: 20px !important;
        left: 5% !important;
}
.support_image2 {
	width: 70px !important;
    top: 20px !important;
    left: 46% !important;
}
.page-where-to-buy .banner--mobile-bottom:not(.banner--stacked) .banner__content {
	display: none;
}
#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-1 .banner--mobile-bottom .slideshow__text .button {
    flex-grow: 0;
    font-size: 16px;
    padding: 2px;
    width: 150px;
    left: -15px;
}
.two {
    font-size: 35px;
    display: block;
}
.ways {
    font-size: 25px;
    margin-top: -10px;
}
.support-heading1 {
    display: block;
    position: absolute;
    top: 15%;
    left: 22.5%;
    text-transform: uppercase;
    font-family: var(--BEBAS);
    font-size: 20px;
    max-width: 240px;
    font-weight: 100;
    line-height: 0.8;
    text-align: center;
    letter-spacing: 0;
    color: var(--TF-GRAY);
}
.support-heading2 {
    color: var(--TF-GRAY);
    display: block;
    position: absolute;
    top: 16%;
    left: 64.5%;
    text-transform: uppercase;
    font-family: var(--BEBAS);
    font-size: 20px;
    max-width: 170px;
    font-weight: 100;
    line-height: 0.8;
    text-align: left;
    letter-spacing: 0;
}
.cloud:nth-child(2) .cloud-inner {
    padding: 5px 2%;
}
.cloud {
    padding: 20px 0;
    width: 100%;
    position: relative;
    min-width: 100%;
    background: #ffffff !important;
}
.cloud-wrap {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
}
.cloud-inner {
    position: relative;
    padding: 5px 2%;
    left: 0;
    top: 0;
    transform: none;
    width: 90%;
    margin: 0 auto;
}
.cloud:nth-child(even) .cloud-inner {
    left: 0%;
}
.cloud-slider {
	    background: url(/cdn/shop/t/4/assets/cloud-top.png?v=1689954445) no-repeat top left/102%;
    padding-top: 27%;
}
.slider-controls {
 
    margin-top: 20px;
}
.footer-grass {
    max-width: 40px;
    left: 17%;
    top: -32px;
}
.footer-aussie {
    position: absolute;
    top: 42%;
    right: 3%;
    max-width: 129px;
}
.featured-blog  .card:not(.ratio)>.card__content {
    grid-template-rows: max-content minmax(0,1fr) max-content auto;
    width: calc(100% - 4rem);
}
.featured-blog .title-wrapper-with-link {
    margin: 1rem 0 0;
    padding: 0 2rem;
}
.featured-blog .slider-mobile-gutter {
	padding-left: 2rem;
}
.featured-blog .slick-slide .card__inner {
    order: 2;
    --ratio-percent: 81.240964% !important;
    position: relative;
    right: 0;
    width: 126%;
    background: transparent;
    top: 0;
    margin-top: 0;
}
.featured-blog  .blog__posts.articles-wrapper .article {
    scroll-snap-align: start;
    margin: 0 !important;
    max-width: 100%;
}

.collection-list .card__information {
    grid-row-start: 2;
    padding: 0.3rem 1rem;
	
}
.coll-list-wrap li {
    width: 43% !important;
    margin-bottom: 24px;
}
.pill-back {
    height: calc(100% + 46px);
    width: 83%;
    border-radius: 10px;
}
body .menu-drawer__utility-links {
    padding: 1rem;
    background-color: var(--TF-BLUE);
    position: relative;
}
body .menu-drawer__account {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    padding: 1.2rem;
    font-size: 1.4rem;
    color: var(--TF-GRAY);
    margin-bottom: 0;
    font-family: var(--GOTHAM);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
body .menu-drawer__account .icon-account {
    height: 1.2rem;
    width: 1.2rem;
    margin-right: 0.5rem;
} 
.utility-top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60px;
}
.utility-top svg {
    width: 20px;
    height: 20px;
    margin-right: 6px;
	 color: var(--TF-GRAY);
}
body .menu-drawer .list-social {
    justify-content: center;
}
.menu-drawer .list-social li{
    margin: 0;
}
body .menu-drawer .list-social__link {
    padding: 0.5rem 0.85rem;
    margin: 0;
}
body .list-social__item .icon {
    height: 1.8rem;
    width: 1.8rem;
    color: var(--TF-GRAY);
}
.product-grid-container .card .card__inner .card__media {
    border-radius: 10px;
}
body.product {
    margin: 0;
    padding-top: 0;
}
.product-ns-wrap .product__media-wrapper {
    padding-left: 0;
    padding: 0 0 0 2rem;
}
.product__media-list {
    margin-left: -2.5rem;
    margin-bottom: 3rem;
    width: calc(100% + 4rem);
    display: block;
    width: 100%;
}
.product-info-inner {
    padding-left: 0;
}
.product__media-list .product__media-item {
    width: 100% !important;
    max-width: 100%;
}
body .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
    margin-left: 0;
    margin-right: 0;
}
.product-descriptor {
    font-size: 39px;
    padding-right: 0;
    max-width: 100%;
    padding: 0 2rem;
    margin-top: 22px !important;
    display: block;
    margin-bottom: 3px !important;
}
.product-name {
    margin-left: 0 !important;
    font-size: 50px;
    word-spacing: normal;
    line-height: 0.85;
    padding-left: 4rem;
    padding: 11px 2rem 11px 2rem;
}
.all-natural {
    margin-bottom: 10px !important;
    padding: 0 2rem;
	font-size: 24px;
}

.related-article-inner img {
    border-radius: 10px;
}
#Banner-template--19015585202465__44abc509-2eb4-4066-a96b-002402c1093e .banner__media::before {
    padding-bottom: 0 !important;
    content: '';
    display: block;
}
	#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-2 .mobile-spacer {
		
	width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #b4a9a6;
    z-index: 1;
	display: none;
	}
	#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-3 .mobile-spacer {
		
	width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #1c6768;
    z-index: 1;
	display: none;
	
	}
	.coll-icon {
    width: 34px;
}
}


/* Medium and up */

@media screen and (min-width: 40em) {
    .no-js .top-bar {
        display: block;
    }
    .no-js .title-bar {
        display: none;
    }


}


/* Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .menu .menu-text {
        padding: 0px;
    }
    .dropdown.menu>li>a {
        padding: 0.7rem 0.8rem;
    }
    .product-list h2,
    .inner-page-title h2.red {
        font-size: 120px;
        max-height: 90px;
    }
    .product-list h2 span {
        font-size: 14px;
        padding: 5px 10px;
        bottom: -10px;
        right: 60px;
    }
    .product-list .grid-x .cell {
        margin: 0px auto;
    }
    .fullbleed-photo__content-wrap {
    padding: 5.8%;
}
.wine-club-sec.fullbleed-photo h2 span{    margin-top: -23px;}
.fullbleed-photo h2 span{font-size: 110px;}
.apply-filter-part ul li .close{margin-left: 54px;}
.inner-page .instagram-section, .inner-list-page .instagram-section{margin: 50px 0 0; }

    .product-list .box .inner-box .img-sec .offer{left: -30px;}
	.home-hero {
    margin-top: 85px;
    padding-bottom: 427px;
    background-size: cover !important;
}
.home-hero__content {
    transform: translate(0, -50%);
}
.shop-by-section .box .inner-box h3 {
    font-size: 21px;
    display: inline;
    margin: 0;
    position: relative;
    width: 100%;
    text-align: center;
    display: block;
    top: 0;
    left: 0;
    transform: none;
    display: block;
	line-height: 22px;
}
.shop-by-section .box .inner-box {
    padding: 20px 0 20px;
    height: 144px;
}
.whats-hot-section h2 {
	    font-size: 166px;
    max-height: 1000px;
    margin-top: 45px;
}
.hot-wrap {
    margin-top: -100px;
}
.product-list h2 span {
    font-size: 40px;
    padding: 5px 10px;
    bottom: 1px;
    right: -16px;
}
.product-list .box {
    padding: 0;
    margin-bottom: 30px;
    margin-top: 160px;
}
.product-list .box .inner-box .img-sec {
    height: 269px;
}
.product-list .box .inner-box .img-sec img {
    margin-top: -116px;
    width: 50%;
}
.product-list .box {
    padding: 0;
    margin-bottom: 0;
    margin-top: 125px;
}
.hot-wrap .button {
	margin-top: 40px;
}
.fullbleed-photo--inner {
    position: relative;
    overflow: visible;
}
.fullbleed-photo__content-wrap {
    padding: 10.8%;
}
.product-list h2, .inner-page-title h2.red {
    font-size: 171px;
    max-height: 203px;
    margin-bottom: 78px;
}
.product-list h2 span.s {
    font-size: 171px;
    left: -38px;
}
.check-it .check-out:last-child {
	display: none;
}
.cloud-window h2 {
    font-size: 75px;
}
.section-collection-list .coll-list-wrap h2 {
    font-size: 75px;
}
body .article-card__image--medium .ratio:before {
    padding-bottom: 21.9rem;
    padding-bottom: 100%;
}
.main-blog  .card .card__inner .card__media {
    border-radius: 10px;
}
.blog-hero h1 {
    left: 64%;
    font-size: 75px;
}
}


/* Large and up */

@media screen and (min-width: 64em) {
  .hot-home:last-child {
    display:none
  }
    .footer .widget:last-child {
        padding-left: 0px;
    }
    .footer .widget:first-child {
        padding-left: 0px;
    }
    .top-bar .mobile-cart {
        display: none;
    }
    .footer .grid-container,
    .copyright-sec .grid-container {
        max-width: 1060px;
    }
    .footer .nav-widget .widget-inner {
        max-width: 360px;
        text-align: left;
        margin: 0px auto;
    }
    .footer .social-widget .widget-inner {
        max-width: 300px;
        float: right;
    }
.page-where-to-buy .rich-text__blocks .h1 {
    font-size: 35px;
}

.vitals-wrap {
    margin-top: -100px;
    padding-top: 252px;
    padding: 150px 2rem 0;
}
body .cart-item__image {
    height: auto;
    max-width: 100%;
}
body .quantity__input:not(:focus-visible):not(.focused) {
    height: 40px;
}
cart .title-wrapper-with-link {
    margin: 0;
}
body .cart-items thead tr {
    margin-bottom: 0;
}
.cart .title-wrapper-with-link a {
    margin-top: 0;
    flex-shrink: 0;
    font-size: 16px;
}
body .cart-items tbody {
    display: block;
    width: 100%;
    margin-top: 10px;
    border: none;
}
body .cart__items {
    position: relative;
    padding-bottom: 0;
    border-bottom: .1rem solid rgba(var(--color-foreground),.08);
}
body .cart__footer {
    padding: 1rem 0 0;
}
}


/* Large only */

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    h2,
    .h2 {
        font-size: 36px;
    }
    .shop-by-section .box .inner-box {
        padding: 30px 30px 110px 30px;
    }
    .shop-by-section .box .inner-box strong {
        font-size: 80px;
    }
    .product-list h2,
    .inner-page-title h2.red {
        font-size: 200px;
        max-height: 150px;
    }
    .product-list h2 span {
        bottom: -20px;
        right: 100px;
    }
	.product-list h2 span.s {
    font-size: 200px;

    left: -44px;
}
    .subscription-section .subscription-form p.sub-heading {
        font-size: 20px;
    }
    .single-product .product-img img {
        margin-top: 10px;
    }
    .product-list .box .inner-box .img-sec .offer,
    .product-list .box .inner-box .img-sec .price {
        font-size: 20px;
    }
    .fullbleed-photo__content-wrap {
    padding: 5.8%;
}

    .filter-part ul li .plus{font-size: 18px;}
    .filter-part ul li .plus{margin-left: 2px;}
    .product-list .box .inner-box .img-sec .offer{left: -30px;}
}


/* XL Large up */

@media screen and (min-width: 90em) {
    .footer .second-widget,
    .footer .third-widget,
    .footer .fourth-widget {
        width: 18%;
        flex: 0 0 18%;
    }


    }


/* XL Large only */

@media screen and (min-width: 74.9375em) and (max-width: 90em) {
    h1,
    .h1 {
        font-size: 48px;
    }
    .single-product .product-info-inner .button {
        font-size: 30px;
    }
    .shop-by-section .box .inner-box {
    padding: 21px 30px 129px 30px;
}
    .shop-by-section .box .inner-box strong {
    font-size: 152px;
}
    .fullbleed-photo__content-wrap {padding: 9.8%; }


}
      @media screen and (min-width: 74.9375em) {
    .product-list .box .inner-box .img-sec .offer {
    left: -25px;
    top: -45px;
}

}

@media screen and (max-width: 47.938em) {
    .home-hero__content-wrap {
        padding: 52px 71px;
    }
    .fullbleed-photo__content-wrap {
    padding: 75px 13px;
}


}

@media screen and (max-width: 37.5em) {
    .home-hero__content-wrap br {
        display: none;
    }
    .home-hero__content-wrap {
        padding: 40px 40px;
    }
    .home-hero__content-wrap {
        padding: 30px 10px 10px 10px;
    }

}

@media screen and (max-width: 25em) {}




      @media screen and (max-width: 63.9375em) {
        summary.list-menu__item.link span {
          padding: 0;
        }
        .header__submenu {
          background-color: #ffffff !important;
          position: relative !important;
          border: 0 !important;
        }
        .header__submenu a,.header__submenu summary.list-menu__item {
          color: #405464;
        }
        .header__submenu.list-menu,.header__submenu .header__submenu {
          padding: 0;
          margin-bottom: 10px;
        }
        .header__submenu .header__submenu {
          padding: 0 20px;
        }
        .medium-10.large-10.cell.right-part {
          display: block;
		  text-align: center;
        }
       .facets__disclosure {
    margin-right: 0 !important;
    width: 100%;
    padding: 13px 10px 13px 0;
    border-bottom: 1px solid #405464;
}
        .facets__summary span {
    padding: 0;
    font-size: 17px;
}
		        .facets__wrapper {
          border: 0;
        }
        .filter-part .right-part {
          margin: 0;
        }
        .filter-part .plus {
          position: absolute;
          right: 0;
        }
        #FacetsWrapperDesktop{
          display:none;
        }
        .occasions-facets#FacetsWrapperDesktop, .pairing-facets#FacetsWrapperDesktop {
         display:block 
        }
        .filter-part .right-part ul.facets__list {
          display: block;
        }
        .active-facets {
          padding: 0;
        }
        .filter-inner > .medium-12.large-12.cell {
          padding: 0;
        }
        .facets__reset.link,.facets__selected {
          font-size: 15px;
        }
        .filter-part ul {
          padding: 10px 0 20px;
        }
        .active-facets__button-inner {
          margin-right: 0;
        }
        .fi-x.small.icon.icon-close-small {
          color: #a0aab2;
          cursor: pointer;
          position: absolute;
          right: 5px;
          top: 10px;
        }
        facet-remove {
          display: block;
        }
        span.active-facets__button-inner {
          width: 100%;
          box-shadow: none !important;
          min-height: auto;
          padding: 10px 10px !important;
        }
      }

      
      @media screen and (min-width:1024px) and (max-width:1265px) {
       
        .shop-by-section .box .inner-box h3 {
    font-size: 33px;

}
        
        .product-list .box .inner-box .img-sec img {
    margin-top: -71px;
    width: 47%;
}
        .product-list .box {
    margin-top: 173px;
}
      }
      
	   
	   
      
       @media screen and (min-width:591px) and (max-width:1023px) {
	   	.footer-block.grid__item:first-child {
    justify-content: center;
}
.footer-block.grid__item {
    display: flex;
    justify-content: center;
}
body .footer-menu-wrap-outer {
    top: -37px;
}
body .footer__content-top .grid {
    row-gap: 0rem;
    margin-bottom: 0;
}
.cloud-slider {
    padding-top: 27%;
}
.section-collection-list .page-width {
    padding: 0 3rem;
}
.section-collection-list .collection-list:not(.slider) {
    margin-left: 0;
    justify-content: center;
}
.header__icon--menu .icon {
    top: 50%;
    transform: translate(5px, -50%);
    right: 12px;
}
.featured-blog .page-width-desktop {
    padding: 2rem 0 0 1rem;
}
#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-2 .mobile-spacer {
 display: none;
}
.banner--mobile-bottom .banner__media, .banner--stacked:not(.banner--mobile-bottom) .banner__media {
    position: relative;
    padding-top: 0;
}
#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-3 .mobile-spacer {
    display: none;
}
.header__heading-logo {
    width: 215px;
}
body .image-with-text__content h2 {
    font-size: 60px;
}
body .banner--medium:not(.banner--adapt) {
    min-height: auto;
}
body .banner__media {
    min-height: auto;
}
	   	}


 @media screen and (min-width:640px) and (max-width:695px) {	   
.section-collection-list .coll-list-wrap h3 {
    padding: 0 0;

}
} 

@media screen and (min-width:640px) and (max-width:800px) {
	.index .image-with-text .grid {
    flex-direction: column;
}
.index .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__text-item {
    width: 100%;
}
.index .image-with-text__content {
    padding-left: 20%;
    padding-right: 14%;
    padding-top: 80px;
    padding-bottom: 80px;
}
.index .image-with-text--overlap .image-with-text__media-item--top {
    align-self: end;
    overflow: visible;
    width: 79%;
    order: 2;
    margin-top: -160px;
}
.index  .image-with-text .global-media-settings {
    right: -12px;
    width: 112%;
    position: relative;
    z-index: 0;
}
}

@media screen and (min-width:801px) and (max-width:1200px) {
	
	body .image-with-text__content {
    padding-left: 33%;
	    background: url(/cdn/shop/t/4/assets/available-online.svg?v=1683250333) no-repeat right center/cover;
}
}

@media screen and (max-width:1024px) {
	.cloud-scrollable .slick-track {
	background: #ffffff;
}
#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-1 .banner__buttons {
    margin-top: 48px;
    margin-left: 30%;
    width: 185px;
}
#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-1 .banner__buttons  .button {
    padding: 2px 14px;
}
#Banner-template--19019957731617__c176c4f4-b4b1-40b0-867a-c8b696ea747d {
    margin-top: -49px;
}
.recipe-stat {
    padding: 0;
}
.recipe-facts div h4 {
    font-size: 18px;
    word-break: inherit;
}
.recipe-facts div h4 span {
    display: block;
    font-size: 23px;
}
.article-template__title {
    font-size: 50px;
}
#Banner-template--19015585202465__44abc509-2eb4-4066-a96b-002402c1093e {
    width: 94% !important;
}
}

@media screen and (max-width:749px) {
	#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-1 .slideshow__text-wrapper {
		    position: absolute;
    bottom: 20px;
    left: -50%;
    transform: translate(50%, 0);
	}
	#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-1 .banner__buttons {
    margin-top: 0;
    margin-left: 0;
    width: 185px;
}
#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-3 .slideshow__text.banner__box {
    bottom: 5%;
    position: relative;
    max-width: 439px;
    left: 0;
    transform: none;
}
#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-3
.slideshow__text-wrapper {
    position: absolute !important;
    bottom: 60px;
    left: -50%;
    transform: translate(50%, 0);
}
#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-3 .button {
    flex-grow: 0;
    margin-bottom: 0;
}
#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-3 .slideshow__text.banner__box {
    max-width: 100%;
    width: 100% !important;
}
.banner--mobile-bottom .slideshow__text .button {
    flex-grow: 0;
    padding: 2px 14px;
}
.banner__buttons {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 45rem;
    word-break: initial;
    flex-wrap: nowrap !important;
}

#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-3 .banner__buttons {
    width: 66%;
}
.header__icon--menu .icon {
    display: block;
    position: absolute;
    opacity: 1;
    transform: scale(1);
    transition: transform .15s ease,opacity .15s ease;
    top: 50%;
    transform: translate(5px, -50%);
}
}
@media screen and (min-width:640px) and (max-width:1024px) {
.index .image-with-text--overlap .image-with-text__content {
    width: 90%;
    margin: -1rem auto 0;
}
.protein-wrap h3 {
    font-family: var(--BEBAS);
    color: var(--TF-TEAL);
    background: #ffffff;
    padding: 1rem;
    font-size: 50px;
    font-weight: 100;
    position: relative;
    top: -45px;
    left: 4%;
}
.protein-inner {
    padding-left: 6%;
}
.switch-wrap h5 {
    font-size: 22px;
}
.related-posts-wrap h2 {
    padding-top: 50px;
    font-size: 50px;
    margin-bottom: 50px;
}
.instructions-inner {
    padding: 0 5%;
}
.protein-inner h4 {
    font-size: 25px;
    max-width: 100%;
}
.ingredients-wrap p, .ingredients-wrap li {
    font-size: 16px;
}
}

@media screen and (max-width:528px) {
	#shopify-section-template--19019957731617__c176c4f4-b4b1-40b0-867a-c8b696ea747d .banner__content {
    margin-top: 130px;
} 
}

@media screen and (max-width:894px) {
	.search-banner {
    position: absolute;
    right: 0;
    top: 100%;
    background: var(--TF-DK-GREEN);
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.main-blog {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 125px !important;
}
.index .coll-list-wrap .grid--3-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
}



}
@media screen and (max-width:989px) {
body .header__icon:hover .icon, body  .modal__close-button:hover .icon {
    transform: scale(1.07) translate(5px, -50%);
}

}



@media screen and (min-width:1280px) and (max-width:1330px) {
	/*.cloud-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    padding: 22% 9% 0 20%;
    color: var(--TF-WAGYU);
}*/
}

@media screen and (min-width:480px) and (max-width:724px) {
	#Banner-template--19019957731617__44abc509-2eb4-4066-a96b-002402c1093e 	.banner__content {
    padding: 6rem;
}
}

@media screen and (max-width:479px) {
	#Banner-template--19019957731617__44abc509-2eb4-4066-a96b-002402c1093e 	.banner__content {
    padding: 3rem;
}
.banner h1 {
    font-size: 50px;
}
}

body details:not([open])>.header__icon--menu .icon-close, details[open]>.header__icon--menu .icon-hamburger {
    visibility: hidden;
    opacity: 0;
    transform: scale(.8) translate(5px, -50%);
}

@media screen and (max-width:480px) {
	
#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-3 .banner__buttons {
    width: 70%;
	display: block;
}
#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-3
.slideshow__text-wrapper {
    bottom: 26px;
    left: -50%;
    transform: translate(50%, 0);
}
#Slide-template--18594434777377__da826da6-0442-4255-8e77-d101a9b50063-3 .button {
    line-height: 1.2;
	margin-top: 10px;
	
}

}

@media screen and (min-width:989px) and (max-width:1024px) {
	.header__icon:not(.header__icon--summary), .header__icon span {
    display: flex;
    align-items: center;
    justify-content: center;
}
	}

.article-order-blog-post .recipe-facts {
    display: none;
}
.article-older ul li {
    margin-bottom: 0;
}
.article-older ul {
    padding-left: 0;
}
.article-older .article-template__back.element-margin-top.center {
    display: none;
}