.announcement-bar{display:flex;align-items:center;justify-content:center}.separator-image{width:25px;height:25px}.separator-image svg path{fill:rgb(var(--color-foreground))!important}.announcement-bar__inner{height:100%;width:100%;display:flex;align-items:center;justify-content:center;gap:1rem;text-align:center}.page-width--narrow{max-width:73rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;box-sizing:border-box}@media screen and (min-width:750px){.page-width--narrow{padding-left:5rem;padding-right:5rem}}.article-template{display:block}.article-template .field:after{box-shadow:none}.article-template .field:hover:after{box-shadow:none}.article-template>*:first-child:not(.article-template__hero-container){margin-top:3rem}@media screen and (min-width:750px){.article-template>*:first-child:not(.article-template__hero-container){margin-top:5rem}}.article-template__hero-container{max-width:130rem;margin:0 auto;padding:1rem}.article-template__hero{position:relative;overflow:hidden;border-radius:10px;border:1px solid rgb(var(--color-foreground));max-height:22rem;margin-left:auto;margin-right:auto}@media screen and (min-width:750px){.article-template__hero{max-height:32rem}}@media screen and (min-width:990px){.article-template__hero{max-height:40rem}}.article-template__hero img{display:block;width:100%;height:100%;object-fit:cover}.article-template__hero-small{height:11rem}.article-template__hero-medium{height:22rem}.article-template__hero-large{height:33rem}@media screen and (min-width:750px)and (max-width:989px){.article-template__hero-small{height:22rem}.article-template__hero-medium{height:44rem}.article-template__hero-large{height:66rem}}@media screen and (min-width:990px){.article-template__hero-small{height:27.5rem}.article-template__hero-medium{height:55rem}.article-template__hero-large{height:82.5rem}}.article-template__header{margin-top:3rem;margin-bottom:1.5rem;text-align:center;display:flex;flex-direction:column;gap:.75rem}@media screen and (min-width:750px){.article-template__header{margin-top:4rem;margin-bottom:2rem}}.article-template__title{margin:0}.article-template__meta{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;font-size:.95rem;opacity:.75;text-transform:none;font-stretch:normal;font-weight:400}.article-template__meta-divider{opacity:.5}.article-template__content{margin-top:2rem;margin-bottom:3rem}.article-template__content p{margin:0 0 1rem;line-height:1.6}.article-template__content h2,.article-template__content h3{margin:2rem 0 .75rem}.article-template__content ul,.article-template__content ol{padding-left:1.5rem;margin:0 0 1rem}.article-template__content li{margin-bottom:.5rem;line-height:1.6}.article-template__content img{display:block;max-width:100%;height:auto;margin:1.5rem auto;border-radius:10px}.article-template__back{display:flex;justify-content:center;margin:2rem auto 3.2rem}.article-template__link{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;color:rgb(var(--color-foreground));text-decoration:none}.article-template__link:hover,.article-template__link:focus-visible{text-decoration:underline}.article-template__back-icon{display:inline-flex;transform:rotate(180deg);width:1rem;height:1rem}.article-template__back-icon svg{width:100%;height:100%}.article-template__comment-wrapper{margin-top:4rem;padding:2.7rem 0;background-color:rgba(var(--color-foreground),.04)}@media screen and (min-width:750px){.article-template__comment-wrapper{margin-top:6rem;padding:3.6rem 0}}.article-template__comments-heading,.article-template__form-heading{margin:0 0 1.5rem}.article-template__comments{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:3rem}.article-template__comment{background-color:rgb(var(--color-background));padding:1.25rem 1.5rem;border-radius:10px;border:1px solid rgb(var(--color-foreground))}.article-template__comment-body p{margin:0 0 .75rem}.article-template__comment-body p:last-child{margin-bottom:0}.article-template__comment-meta{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.5rem;font-size:.9rem;opacity:.7}.article-template__comment-meta-divider{opacity:.5}.article-template__comment-fields{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}@media screen and (min-width:750px){.article-template__comment-fields{grid-template-columns:1fr 1fr;gap:2rem}}.article-template__comment-wrapper .field{display:flex;flex-direction:column;gap:.4rem}.article-template__comment-wrapper label{font-size:.95rem}.article-template__comment-wrapper input[type=text],.article-template__comment-wrapper input[type=email],.article-template__comment-wrapper textarea{width:100%;padding:.6rem .75rem;border:1px solid rgb(var(--color-foreground));border-radius:8px;background-color:rgb(var(--color-background));font-family:inherit;font-size:1rem;color:rgb(var(--color-foreground));box-sizing:border-box}.article-template__comment-wrapper textarea{resize:vertical;min-height:8rem}.article-template__comment-wrapper .field--full{margin-bottom:1.5rem}.article-template__comment-warning{margin:1rem 0 1.5rem;font-size:.9rem;opacity:.75}.main-blog__inner{display:flex;flex-direction:column;gap:2.5rem}.main-blog__title{text-align:center;margin:0}.blog-articles{display:grid;grid-template-columns:1fr;column-gap:1rem;row-gap:2rem}.blog-articles__article{width:100%}@media screen and (min-width:750px){.blog-articles{grid-template-columns:1fr 1fr;column-gap:2rem;row-gap:3rem}.blog-articles--collage>*:nth-child(3n+1),.blog-articles--collage>*:nth-child(3n+2):last-child{grid-column:span 2}.blog-articles--collage>*:nth-child(3n+1) .card__content,.blog-articles--collage>*:nth-child(3n+2):last-child .card__content{text-align:center}.blog-articles--collage>*:nth-child(3n+1) .article-card__image--small .article-card__image,.blog-articles--collage>*:nth-child(3n+2):last-child .article-card__image--small .article-card__image{padding-bottom:22rem}.blog-articles--collage>*:nth-child(3n+1) .article-card__image--medium .article-card__image,.blog-articles--collage>*:nth-child(3n+2):last-child .article-card__image--medium .article-card__image{padding-bottom:44rem}.blog-articles--collage>*:nth-child(3n+1) .article-card__image--large .article-card__image,.blog-articles--collage>*:nth-child(3n+2):last-child .article-card__image--large .article-card__image{padding-bottom:66rem}}@media screen and (min-width:990px){.blog-articles--collage>*:nth-child(3n+1) .article-card__image--small .article-card__image,.blog-articles--collage>*:nth-child(3n+2):last-child .article-card__image--small .article-card__image{padding-bottom:27.5rem}.blog-articles--collage>*:nth-child(3n+1) .article-card__image--medium .article-card__image,.blog-articles--collage>*:nth-child(3n+2):last-child .article-card__image--medium .article-card__image{padding-bottom:55rem}.blog-articles--collage>*:nth-child(3n+1) .article-card__image--large .article-card__image,.blog-articles--collage>*:nth-child(3n+2):last-child .article-card__image--large .article-card__image{padding-bottom:82.5rem}}.article-card-wrapper{width:100%;height:100%}.article-card{display:flex;flex-direction:column;height:100%}.article-card__image-wrapper{display:block;overflow:hidden;border-radius:10px;border:1px solid rgb(var(--color-foreground))}.article-card__image{position:relative;width:100%;height:0;background-color:rgba(var(--color-foreground),.04)}.article-card__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.article-card__image-wrapper:hover .article-card__image img,.article-card__image-wrapper:focus-visible .article-card__image img{transform:scale(1.03)}.article-card__image--small .article-card__image{height:11rem;padding-bottom:0!important}.article-card__image--medium .article-card__image{height:22rem;padding-bottom:0!important}.article-card__image--large .article-card__image{height:33rem;padding-bottom:0!important}@media screen and (min-width:750px)and (max-width:989px){.article-card__image--small .article-card__image{height:14.3rem}.article-card__image--medium .article-card__image{height:21.9rem}.article-card__image--large .article-card__image{height:27.5rem}}@media screen and (min-width:990px){.article-card__image--small .article-card__image{height:17.7rem}.article-card__image--medium .article-card__image{height:30.7rem}.article-card__image--large .article-card__image{height:40.7rem}}.card__content{padding:1.5rem 0 0}.card__information{display:flex;flex-direction:column;gap:.6rem}.card__heading{margin:0;line-height:1.0625rem}@media screen and (min-width:990px){.card__heading{line-height:1.5625rem}}.card__heading a{color:inherit;text-decoration:none;font-size:inherit;line-height:inherit;font-weight:inherit;font-stretch:inherit;text-transform:inherit}.card__heading a:hover,.card__heading a:focus-visible{text-decoration:underline}.full-unstyled-link{color:inherit;text-decoration:none}.article-card__info{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.95rem;opacity:.7}.article-card__info-divider{opacity:.5}.article-card__excerpt{margin:.25rem 0 0;line-height:1.5}.main-blog__pagination{display:flex;justify-content:center;margin-top:1rem}.shopify-section>.bundle-hero{display:block}.bundle-hero{width:100%}.bundle-hero__inner,.bundle-hero__savings-inner{max-width:var(--page-width);margin-inline:auto;padding-inline:var(--page-margin, 1.5rem);box-sizing:border-box}.bundle-hero__band{text-align:center}.bundle-hero__inner{display:flex;flex-direction:column;align-items:center;gap:.5rem}.bundle-hero__overline{margin:0;color:#ffa766;letter-spacing:.08em}.bundle-hero__title{margin:0}.bundle-hero__desc{max-width:44ch;opacity:.85}.bundle-hero__desc p{margin:0}.bundle-hero__savings{border-bottom:1px solid rgba(var(--color-foreground),.15)}.bundle-hero__savings-inner{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 2.5rem;padding-top:.875rem;padding-bottom:.875rem;text-align:center}.bundle-hero__tier{display:inline-flex;align-items:baseline;gap:.4rem}.bundle-hero__tier-amount{text-transform:none;color:#1a3d2a}.bundle-hero__tier-label{text-transform:none;font-stretch:normal;font-weight:400;opacity:.6}.catalog .pagination{margin-top:1rem;justify-content:center}.collection-filters__inner{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.collection-filters__btn{display:inline-block;background:transparent;border:0;padding:0;color:rgb(var(--color-foreground));font-family:TT Commons Pro,sans-serif;font-stretch:normal;font-weight:400;font-size:1.25rem;text-transform:none;line-height:1;text-decoration:none;cursor:pointer}.collection-filters__btn:hover,.collection-filters__btn:focus-visible{text-decoration:underline}.collection-filters__btn--active{font-weight:700}.collection-views__inner{display:flex;flex-direction:column;gap:3rem}.collection-views__heading{text-align:left;margin:0 0 1rem;font-size:1.5rem;line-height:1.5rem}@media screen and (min-width:990px){.collection-views__heading{font-size:2rem;line-height:2rem}}.collection-views__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:.5rem}.collection-views .product-card-wrapper{border:none}@media screen and (min-width:750px){.collection-views__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.collection-views__grid{grid-template-columns:repeat(var(--column-count, 3),1fr)}}.collection__inner{display:grid;grid-template-columns:repeat(1,1fr);justify-content:center;gap:.5rem}.collection .product-card-wrapper{border:none}@media screen and (min-width:750px){.collection__inner{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.collection__inner{grid-template-columns:repeat(3,1fr)}}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.contact-form,.contact__fields{display:flex;flex-direction:column;gap:1rem}.field__input.text-area{min-height:150px}.contact-form .field:after{border-radius:10px}.contact-form .cta{max-width:none;width:100%}@media screen and (min-width:750px){.contact-form .cta{max-width:300px}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.faq__inner{display:flex;flex-direction:column;text-align:center;gap:2rem}.faq-questions{background-color:#a6e8c0;border-radius:10px;padding:1rem;border:1px solid rgb(var(--color-foreground))}.faq__question{border-top:none!important}.shopify-section-group-header-group{z-index:998}.shopify-section.section-header,.section-header,.section-header .header-wrapper{overflow:visible}.header-wrapper{display:grid;grid-template-columns:var(--content-grid);transition:background-color .15s ease-in-out}.scrolled-past-header .header-wrapper{border-bottom:1px solid rgba(var(--color-foreground),1)}.header-wrapper--border-bottom{border-bottom:1px solid rgba(var(--color-foreground),.3)}header{grid-column:2;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.header__heading-link{text-decoration:none;display:flex;align-items:center;height:100%}.header__heading,.header__icons,.header-drawer-wrapper{display:flex;align-items:center;height:100%}.header__icons{justify-content:end}.header__icon{height:100%;width:auto;padding:10px;display:flex;align-items:center;justify-content:center}.header__icon:hover{transform:scale(1.1)}.image-with-text-2__inner{display:flex;flex-direction:column;gap:2rem;align-items:center}.image-with-text-2__image-wrapper{width:100%;height:100%;position:relative;z-index:1}.image-with-text-2__image{object-fit:cover;width:100%;height:100%;aspect-ratio:4 / 3;border:1px solid rgb(var(--color-foreground));border-radius:10px}.image-with-text-2__frame-border{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.image-with-text-2__frame-border svg{width:100%;height:100%;display:block}.image-with-text-2__frame-border svg path{fill:none;stroke:rgb(var(--color-foreground));stroke-width:1px}.image-with-text-2__body{flex:1;display:flex;flex-direction:column;gap:1rem;text-align:center;align-items:center}.image-with-text-2 .shuug-tag{position:absolute;z-index:3;top:0;right:0;transform:rotate(15deg);width:110px;height:110px}.image-with-text-2 .shuug-tag span{font-size:.75rem;line-height:.875rem;transform:translateY(-2px)}@media screen and (min-width:750px){.image-with-text-2__image-wrapper{flex:1;width:50%}.image-with-text-2__inner{flex-direction:row}}.image-with-text{background-color:transparent!important;width:100%}.image-with-text__container{padding:3rem 1rem;display:flex;flex-direction:column;align-items:start;gap:1rem;max-width:var(--page-width)}.image-with-text__body{display:flex;flex-direction:column;gap:1rem}.image-with-text .secondary-cta{color:rgb(var(--color-foreground));background-color:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));box-shadow:0 2px rgb(var(--color-foreground))}.image-with-text__body p{padding:1rem 0}.image-with-text__body em{font-size:.75rem;line-height:.875rem;font-style:normal}.image-with-text__character{display:none;width:200px;height:200px}.image-with-text__image{border-radius:10px;object-fit:cover}@media screen and (min-width:750px){.image-with-text__character{display:inline}.image-with-text__container{flex-direction:row;align-items:center;gap:2rem}.image-with-text__image{flex:1;width:50%;height:100%}.image-with-text__body{flex:1}}.info-blocks__inner{display:flex;flex-direction:column;align-items:center;gap:2rem}.info-blocks-list{display:flex;flex-direction:column;gap:1rem;align-items:start}.info-block{display:flex;flex-direction:column;gap:1rem;flex:1}.info-block__image{border-radius:10px;width:100%;height:100%;aspect-ratio:6 / 7;object-fit:cover}.info-block__body{display:flex;padding:1rem 0;border-top:1px solid rgb(var(--color-foreground))}.info-block__character{width:100px;height:100px}.info-blocks .secondary-cta{color:rgb(var(--color-foreground));background-color:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));box-shadow:0 2px rgb(var(--color-foreground))}@media screen and (min-width:750px){.info-blocks-list{flex-direction:row}}@media screen and (min-width:990px){.info-blocks-list{gap:3rem}}.main-cart-footer.is-empty{display:none}.cart__footer{display:flex;flex-direction:column;gap:1.5rem}.cart__note{display:flex;flex-direction:column;gap:.5rem}.cart__note label{font-weight:700;font-size:.95rem;text-transform:uppercase;font-stretch:expanded}.cart__note-input{width:100%;min-height:6rem;padding:.75rem 1rem;border:1px solid rgb(var(--color-foreground));border-radius:8px;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:inherit;font-size:1rem;resize:vertical;box-sizing:border-box}.cart__blocks{display:flex;flex-direction:column;gap:1.5rem}.cart__discounts{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.4rem;font-size:.95rem}.cart__discount{display:inline-flex;align-items:center;gap:.4rem}.cart__discount-icon{display:inline-flex;width:1rem;height:1rem}.cart__discount-icon svg{width:100%;height:100%}.cart__totals{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.cart__totals-label{margin:0;font-size:1.25rem}.cart__totals-value{margin:0;font-size:1.25rem;font-weight:700}.cart__tax-note{display:block;margin-top:.5rem;font-size:.85rem;opacity:.75;line-height:1.4}.cart__tax-note a{font-size:inherit;color:inherit;text-decoration:underline}.cart__ctas{display:flex;flex-direction:column;gap:1rem;align-items:stretch}.cart__checkout-button{width:100%;max-width:none}.cart__dynamic-checkout-buttons{width:100%;display:block}.cart__dynamic-checkout-buttons [data-shopify-buttoncontainer]{display:flex;flex-direction:column;gap:.5rem;width:100%}.cart__dynamic-checkout-buttons [data-shopify-buttoncontainer]>*{width:100%;min-height:2.75rem}.cart__dynamic-checkout-buttons shop-pay-button{--shop-pay-button-width: 100%;width:100%;display:block}.cart__errors:empty{display:none}.cart__errors:not(:empty){color:#720f0f;font-size:.95rem}@media screen and (min-width:750px){.cart__footer{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:4rem}.cart__note{flex:1 1 35rem;max-width:35rem}.cart__blocks{flex:1 1 35rem;max-width:35rem;margin-left:auto}.cart__footer:has(.cart__note) .cart__blocks{flex:0 1 35rem}}cart-items{--content-width: min( calc(var(--page-width) - var(--page-margin) * 2), calc(100% - var(--page-margin) * 2) );--content-margin: minmax(var(--page-margin), 1fr);--content-grid: var(--content-margin) var(--content-width) var(--content-margin);position:relative;display:grid;grid-template-columns:var(--content-grid);width:100%}cart-items.is-empty .cart__contents,cart-items.is-empty .cart-items-section__header{display:none}cart-items.is-empty .cart__warnings{display:flex}.cart-items-section__inner{display:flex;flex-direction:column;gap:2rem}.cart-items-section__header{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start;justify-content:space-between;border-bottom:1px solid rgba(var(--color-foreground),.15);padding-bottom:1rem}.cart-items-section__header h1{margin:0}.cart-items-section__continue-link{color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:.25rem}@media screen and (min-width:750px){.cart-items-section__header{flex-direction:row;align-items:center}}.cart__warnings{display:none;flex-direction:column;align-items:center;gap:1.25rem;text-align:center;padding:3rem 0 1rem}.cart__empty-text{margin:0}.cart__login-title{margin:2.5rem 0 .5rem;font-size:1.25rem}.cart__login-paragraph{margin:0}.cart__login-paragraph a{text-decoration:underline;font-size:inherit}.cart__items{position:relative;padding-bottom:2rem;border-bottom:1px solid rgba(var(--color-foreground),.15)}.cart__items--disabled{pointer-events:none;opacity:.6}.cart-items{width:100%;border-collapse:separate;border-spacing:0}.cart-items th,.cart-items td{padding:0;border:none}.cart-items thead th{text-align:left;text-transform:uppercase;font-stretch:expanded;font-weight:700;font-size:.875rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(var(--color-foreground),.15)}.cart-items .right{text-align:right}@media screen and (max-width:749px){.small-hide{display:none!important}}@media screen and (min-width:750px){.cart-items{display:table;width:100%;table-layout:auto}.cart-items td{vertical-align:top;padding-top:2.5rem}.cart-items th+th{padding-left:2rem}.cart-item>td+td{padding-left:2rem}.cart-item__media{width:10rem}.cart-item__details{width:auto}.cart-item__quantity,.cart-item__totals{width:1%;white-space:nowrap}}@media screen and (min-width:990px){.cart-items thead th:first-child{width:auto}}.cart-item__media{position:relative}.cart-item__link{display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.cart-item__image-container{display:block;overflow:hidden;border-radius:8px;border:1px solid rgba(var(--color-foreground),.15);background-color:rgba(var(--color-foreground),.04)}.cart-item__image{display:block;width:100%;max-width:10rem;height:auto;object-fit:cover}.cart-item__details{display:flex;flex-direction:column;gap:.5rem;font-size:1rem;line-height:1.4}.cart-item__name{display:block;color:rgb(var(--color-foreground));text-decoration:none;font-weight:700;font-stretch:expanded;font-size:1rem;line-height:1.25rem;text-transform:uppercase}.cart-item__name:hover,.cart-item__name:focus-visible{text-decoration:underline;text-underline-offset:.25rem}.cart-item__unit-price,.cart-item__discounted-prices{font-size:.95rem;opacity:.85}.cart-item__old-price{opacity:.7;margin-right:.4rem}.cart-item__final-price{font-weight:400}.cart-item__meta{margin:0;font-size:.875rem;opacity:.75;display:flex;flex-direction:column;gap:.15rem}.cart-item__meta-row{display:flex;gap:.35rem}.cart-item__meta-row dt{font-weight:700;margin:0}.cart-item__meta-row dd{margin:0}.cart-item__discounts{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem;font-size:.875rem}.cart-item__discount{display:inline-flex;align-items:center;gap:.35rem}.cart-item__discount-icon{display:inline-flex;width:1rem;height:1rem}.cart-item__discount-icon svg{width:100%;height:100%}.cart-item__quantity{position:relative}.cart-item__quantity-wrapper{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.quantity{display:inline-flex;align-items:center;border:1px solid rgb(var(--color-foreground));border-radius:999px;overflow:hidden;background-color:rgb(var(--color-background))}.quantity__button{width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;cursor:pointer;color:rgb(var(--color-foreground));padding:0}.quantity__button:hover:not(:disabled):not(.disabled){background-color:rgba(var(--color-foreground),.08)}.quantity__button.disabled{opacity:.4;pointer-events:none}.quantity__icon{display:inline-flex;width:1rem;height:1rem}.quantity__icon svg{width:100%;height:100%}.quantity__input{width:2.5rem;height:2.5rem;text-align:center;background:transparent;border:0;color:rgb(var(--color-foreground));font:inherit;font-size:1rem;-moz-appearance:textfield}.quantity__input::-webkit-outer-spin-button,.quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}cart-remove-button{display:inline-flex}.cart-item__remove{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;background:transparent;color:rgba(var(--color-foreground),.7);text-decoration:none}.cart-item__remove:hover,.cart-item__remove:focus-visible{color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.08)}.cart-item__remove-icon{display:inline-flex;width:1.25rem;height:1.25rem}.cart-item__remove-icon svg{width:100%;height:100%}.cart-item__error{display:flex;align-items:flex-start;gap:.4rem;margin-top:.5rem;color:#720f0f;font-size:.85rem}.cart-item__error-icon{flex-shrink:0;width:1rem;height:1rem;display:inline-flex;margin-top:.15rem}.cart-item__error-icon svg{width:100%;height:100%}.cart-item__error-text:empty,.cart-item__error-text:empty+.cart-item__error-icon,.cart-item__error:has(.cart-item__error-text:empty){display:none}.cart-item__totals{position:relative}.cart-item__price-wrapper>*{display:block}.cart-item__line-prices,.cart-item__line-prices dd{margin:0}.cart-item .loading__spinner{position:absolute;top:0;right:0;padding:0}.cart-item .loading__spinner:not(.hidden)~.cart-item__price-wrapper{visibility:hidden}@media screen and (max-width:749px){.cart-items,.cart-items thead,.cart-items tbody{display:block;width:100%}.cart-items thead tr{display:flex;justify-content:space-between;border-bottom:1px solid rgba(var(--color-foreground),.2);padding-bottom:1rem;margin-bottom:1.5rem}.cart-item{display:grid;grid-template-columns:8rem 1fr;column-gap:1rem;row-gap:1rem;padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid rgba(var(--color-foreground),.1)}.cart-item:last-child{border-bottom:0;margin-bottom:0}.cart-item__media{grid-row:1 / span 2}.cart-item__details{grid-column:2;grid-row:1}.cart-item__quantity{grid-column:1 / -1;grid-row:2}}.marquee__inner{overflow:hidden;width:100%;position:relative;display:flex;align-items:center}.marquee__track{display:flex;flex-wrap:nowrap;align-items:center}.marquee__item{flex:0 0 auto;flex-shrink:0;padding:1rem}.marquee__item img{width:25px;height:25px}.merch-carousel__slider{gap:10px}.merch-carousel__slide{flex:0 0 100%;max-width:400px}.merch-carousel .pagination{margin-top:1rem;justify-content:center}.merch-carousel--transparent .merch-carousel__slide{background-color:transparent}.merch-carousel .pagination-dot:before{background-color:transparent;border:1px solid rgb(var(--color-foreground));box-sizing:border-box}.merch-carousel .pagination-dot.is-active:before{background-color:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.page__inner{padding-top:64px}.product__inner{display:flex;flex-direction:column;align-items:start}.product__media-wrapper{align-self:flex-start}.product__info-wrapper{flex:1;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem 0;gap:1rem}media-gallery{display:flex;flex-direction:column}.gallery__viewer{position:relative;border:1px solid rgb(var(--color-foreground));overflow:hidden}.gallery__viewer-list{height:100%}.gallery__viewer-item{width:100%;height:100%;flex:0 0 100%}.gallery__viewer-image{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:4 / 5}.gallery__viewer-controls{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between}.gallery__viewer-controls button{padding:1rem;background:none;border:none}.gallery__spice-indicator{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);z-index:2;display:flex;flex-direction:row;align-items:center;gap:5px;pointer-events:none}.gallery__spice-dots{display:flex;flex-direction:column;gap:3px}.gallery__spice-dot{width:20px;height:20px;border-radius:50%;border:1.5px solid #F9F2E4;background:var(--spice-color);flex-shrink:0}.gallery__spice-dot.is-active{background:#f9f2e4}.gallery__spice-labels{display:flex;flex-direction:row;align-items:center;gap:2px}.gallery__spice-text{writing-mode:vertical-lr;text-orientation:upright;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;line-height:1;text-align:center;color:var(--spice-color);border-right:1.5px solid var(--spice-color)}.gallery__one-liner{position:absolute;bottom:.5rem;left:50%;transform:translate(-50%);z-index:2;pointer-events:none;background-color:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));padding:8px 18px;white-space:nowrap}.gallery__one-liner span{font-family:Belina;text-transform:none;font-size:.9rem;color:var(--spice-color)}.gallery__pagination-dots{position:absolute;bottom:0;left:50%;transform:translate(-50%)}.gallery__thumbnails{flex-shrink:0;border:1px solid rgb(var(--color-foreground));border-top:none}.gallery__thumbnails-list{display:flex}.gallery__thumbnail-item{flex:0 0 calc(25% - 5px);cursor:pointer;height:auto;overflow:hidden;border-right:1px solid rgb(var(--color-foreground));opacity:.5}.gallery__thumbnail-item.is-active{opacity:1}.gallery__thumbnail-item button{background:none;border:0;padding:0;height:100%;width:100%}.gallery__thumbnail-image{display:block;aspect-ratio:1;width:100%;height:100%;object-fit:cover}.icon-with-text{display:flex;width:100%;justify-content:space-around;padding:1rem 0}.icon-with-text--horizontal{flex-direction:row}.icon-with-text--vertical{flex-direction:column;align-items:start;gap:1rem}.icon-with-text--vertical .icon-with-text__item{flex-direction:row}.icon-with-text__item{display:flex;flex-direction:column;align-items:center;text-align:start;gap:1rem}.icon-with-text__item img{object-fit:contain}.icon-with-text--vertical .icon-with-text__item img{width:25px;height:25px}.icon-with-text--horizontal .icon-with-text__item img{width:50px;height:50px}.product__text{text-align:start}.product__description{width:100%;text-align:start}.product__description.rte p{margin:0 0 .75rem}.product__description.rte p:last-child{margin-bottom:0}.product__description.rte p:empty{display:none}.product__info-wrapper .price{height:1rem}.flavor-selector{width:100%;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.flavor-options{display:flex;gap:10px}.flavor-item{flex:1;position:relative;display:flex;align-items:center;height:60px;border-radius:10px;border:1px solid black;gap:.5rem;overflow:hidden}.flavor-item p{font-stretch:normal;text-transform:none;font-size:.875rem;line-height:1rem}.flavor-item.is-active{background-color:#a6e8c0}.flavor-image{height:100%;min-width:40px;max-width:40px;object-fit:cover;border-right:1px solid rgb(var(--color-foreground))}.shuug-character,.shuug-character-active{position:absolute;right:0;bottom:0;transform:translate(10px);opacity:.4;width:60px;height:60px}.flavor-item.is-active .shuug-character,.flavor-item .shuug-character-active{display:none}.flavor-item.is-active .shuug-character-active,.flavor-item .shuug-character{display:inline}.selling_plan_app_container{width:100%}.selling_plan_app_container fieldset{border:none}.selling_plan_theme_integration{width:100%}.selling-plan-option{border:1px solid rgb(var(--color-foreground));border-radius:10px}.selling_plan_theme_integration--hidden{display:none}.subscription-options{display:flex;flex-direction:column;gap:1rem;padding:0}.subscription-option-card{position:relative;border:1px solid rgb(var(--color-foreground));border-radius:10px;padding:1rem;cursor:pointer;transition:background-color .2s ease;display:flex;flex-direction:column;gap:1rem}.subscription-option-card.is-selected{background-color:#a6e8c0}.subscription-option-header{display:flex;align-items:center;gap:1rem}.subscription-option-radio{flex-shrink:0;width:20px;height:20px;cursor:pointer;accent-color:rgb(var(--color-foreground))}.subscription-option-label{flex:1;font-weight:700;cursor:pointer;text-align:start}.subscription-option-price{font-weight:600;white-space:nowrap}.subscription-option-price .compare-price{text-decoration:line-through;opacity:.6;margin-right:.5rem}.subscription-benefits{display:flex;width:100%;gap:2rem}.subscription-benefit{display:flex;align-items:center;gap:5px}.subscription-benefit-icon{width:15px;height:15px;flex-shrink:0}.subscription-frequency-select{width:100%;padding:.5rem 1rem;border:1px solid rgb(var(--color-foreground));border-radius:10px;background-color:transparent;cursor:pointer}.subscription-frequency-select:disabled{opacity:.5;cursor:not-allowed}.subscription-option-card .price__badge-sale{position:absolute;top:0;right:0;transform:translate(-.5rem,-50%)}.buy-buttons{display:flex;flex-direction:column;text-align:center;gap:5px}shop-pay-wallet-button{border-radius:10px;overflow:hidden;display:inline-block}.product__inner .add-to-cart__submit,.product__inner .buy-buttons{width:100%;max-width:none}.product__inner .add-to-cart__submit{padding:15px 20px}.product-form__buttons{position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem}.product-form__buttons>span:nth-child(3){margin-top:1rem}.quantity-selector-container{width:100%;margin-bottom:1rem}.product-form__buttons--with-qty{flex-direction:row;flex-wrap:wrap;align-items:stretch;width:100%}.product-form__buttons--with-qty>.merch-quantity-selector{flex-shrink:0}.product-form__buttons--with-qty .merch-quantity-input{height:100%}.product-form__buttons--with-qty>.add-to-cart__submit{flex:1;min-width:0}.product-form__buttons--with-qty>shop-pay-wallet-button,.product-form__buttons--with-qty>small,.product-form__buttons--with-qty>span{flex-basis:100%;text-align:center}.product__info-box{background-color:#a6e8c0;width:100%;padding:1rem;margin-top:1.5rem;border-radius:10px;border:1px solid rgb(var(--color-foreground))}.product__info-box .accordion{border-top:none;border-bottom:1px solid rgb(var(--color-foreground))}.nutrition-and-ingredients td,.nutrition-and-ingredients th{border-bottom:1px solid black;padding:5px 0;font-stretch:expanded}.nutrition-and-ingredients tr:first-child td,.nutrition-and-ingredients tr:first-child th{border-top:1px solid black;border-bottom:3px solid rgb(var(--color-foreground))}.nutrition-and-ingredients tr:nth-child(10) td,.nutrition-and-ingredients tr:nth-child(10) th{border-bottom:3px solid rgb(var(--color-foreground))}.nutrition-and-ingredients span{font-weight:400;padding-left:1rem}.nutrition-and-ingredients>b{padding:5px 0}.nutrition-and-ingredients{display:flex;flex-direction:column}.suggestion-block{width:100%}.suggestion-frame{display:flex;align-items:center;gap:.75rem;border:1px solid rgb(var(--color-foreground));border-radius:10px;padding:.5rem;overflow:hidden}.suggestion-block .cta{width:200px;min-width:auto}.suggestion-image{flex-shrink:0}.suggestion-product-image{width:70px;height:70px;object-fit:cover;border-radius:6px;display:block}.suggestion-info{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;text-align:left;min-width:0}.suggestion-label{font-weight:600;font-size:.875rem;line-height:1.3}.suggestion-price{font-size:.875rem;opacity:.75}@media screen and (min-width:750px){.product__inner{flex-direction:row}.product__media-wrapper{width:50%;position:sticky;top:var(--header-height);height:100%;max-height:calc(100vh - var(--header-group-height))}media-gallery{height:100%}.product__info-wrapper{padding:1rem}.gallery__thumbnail-item{flex:0 0 calc(15% - 5px)}.flavor-item{height:80px}.flavor-image{min-width:60px;max-width:60px}}.reviews carousel-component{display:flex;flex-direction:column;gap:2rem}carousel-component .cta{min-width:auto;width:150px}.reviews .carousel-controls{margin-bottom:2px;display:flex;align-items:center;justify-content:center;gap:1rem}.review-block{position:relative;flex-shrink:0;width:320px;height:400px;display:flex;align-items:center;justify-content:center;margin:.5rem}@media screen and (min-width:750px){.review-block{width:400px;height:500px}}.review-block__character{width:80px;height:80px}.review-block__content{position:relative;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 2rem 4rem;width:100%;gap:.5rem}.review-block__content p{overflow-y:auto}.review-block__background{position:absolute;z-index:-1;width:100%;height:100%}.review-block__background svg{width:100%;height:100%}.review-block__background svg,.review-block__background path{fill:var(--bg-color)!important}.review-block__link{position:absolute;bottom:2rem;z-index:4}.seals__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;width:100%;justify-items:center}.seal{display:flex;flex-direction:column;align-items:center;max-width:150px;gap:10px;text-align:center}@media screen and (min-width:750px){.seals__grid{grid-auto-flow:column;grid-auto-columns:1fr;grid-template-columns:none}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.text-section{background-color:transparent!important}.text-section__container{padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem;max-width:1000px}.text-section__character{width:250px;height:250px;position:relative}.text-section__container .secondary-cta{color:rgb(var(--color-foreground));background-color:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));box-shadow:0 2px rgb(var(--color-foreground))}.text-section__character>svg{position:absolute;top:0;z-index:1}.text-section__character .shuug-star svg path{fill:rgb(var(--color-foreground))!important}.text-section__container .shuug-character-image{position:absolute;width:120px;height:120px;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%)}infinite-carousel{display:flex;flex-direction:column;align-items:center;gap:2rem}infinite-carousel .cta{min-width:auto;width:150px}.ugc__inner{display:flex;flex-direction:column;align-items:center}.cards{position:relative;width:300px;height:calc(300px * 16 / 9 + 102px)}@media screen and (min-width:750px){.cards{width:360px;height:742px}}.cards li{width:100%;position:absolute;top:0;left:0;display:flex;flex-direction:column;gap:.75rem}.video-card{cursor:pointer}.video-wrapper{position:relative;width:100%;aspect-ratio:9/16;border-radius:10px;overflow:hidden;border:1px solid rgb(var(--color-foreground))}.video-card video{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.actions{display:flex;align-items:center;justify-content:center;gap:1rem}.drag-proxy{visibility:hidden;position:absolute}.video-play-pause{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:transparent;border:none;border-radius:50%;width:64px;height:64px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}.video-play-pause:hover{transform:translate(-50%,-50%) scale(1.1)}.video-play-pause .play-icon svg,.video-play-pause .pause-icon svg{color:#a6e8c0;width:32px;height:32px}.video-card.playing .video-play-pause{opacity:0;pointer-events:none}.video-card:hover.playing .video-play-pause{opacity:1;pointer-events:auto}.video-card__tag{position:absolute;top:1rem;z-index:4;left:50%;transform:translate(-50%);background-color:#aadff9;color:#544313;padding:.5rem 1rem;border-radius:10px;border:1px solid rgb(var(--color-foreground))}.ugc-suggestion{width:100%;opacity:0;transition:opacity .4s ease;pointer-events:none}.video-card.is-active .ugc-suggestion{opacity:1;pointer-events:auto}.ugc-suggestion .suggestion-frame{display:flex;align-items:center;gap:.75rem;border:1px solid rgb(var(--color-foreground));border-radius:10px;padding:.5rem;overflow:hidden;background-color:rgb(var(--color-background))}.ugc-suggestion .suggestion-image{flex-shrink:0}.ugc-suggestion .suggestion-product-image{width:70px;height:70px;object-fit:cover;border-radius:6px;display:block}.ugc-suggestion .suggestion-info{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;text-align:left;min-width:0}.ugc-suggestion .suggestion-label{font-weight:600;font-size:.875rem;line-height:1.3}.ugc-suggestion .suggestion-price{font-size:.875rem;opacity:.75}.ugc-suggestion .cta{min-width:auto;white-space:nowrap;font-size:.75rem;padding:8px 12px}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.merch-quantity-selector{display:inline-flex}.merch-quantity-input{display:inline-flex;align-items:center;border:none;border-radius:40px;box-sizing:border-box;background:transparent}.merch-quantity-input .quantity__button{background:none;border:1px solid transparent;padding:7px;border-radius:50px;transition:background-color .15s ease-in,border .15s ease-in;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.merch-quantity-input .quantity__button:hover{background-color:rgb(var(--color-primary-button-background));border:1px solid rgb(var(--color-foreground))}.merch-quantity-input .quantity__button.disabled{opacity:.4;cursor:not-allowed}.merch-quantity-input .quantity__input{width:40px;text-align:center;background:none;border:none;font:inherit;color:inherit}.merch-quantity-input .quantity__input::-webkit-outer-spin-button,.merch-quantity-input .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.merch-quantity-input .quantity__input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}
/*# sourceMappingURL=/cdn/shop/t/15/compiled_assets/styles.css.map */
