*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);background:var(--cream);color:var(--ink);line-height:1.6;font-size:16px}h1,h2,h3,h4,h5{font-family:var(--font-display);letter-spacing:-.02em;line-height:1.15;font-weight:700}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font-family:inherit;font-size:inherit}.container{max-width:var(--page-width);margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}.skip-link{position:absolute;top:-40px;left:0;background:var(--sage);color:#fff;padding:8px 16px;z-index:100}.skip-link:focus{top:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:9999px;font-weight:700;font-size:.95rem;transition:all .25s ease;text-align:center;cursor:pointer}.btn-primary{background:var(--sage);color:#fff}.btn-primary:hover{background:var(--ink);transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--ink);border:2px solid var(--sand)}.btn-secondary:hover{border-color:var(--sage);background:var(--sand)}.btn-ink{background:var(--ink);color:#fff}.btn-ink:hover{background:var(--sage)}.btn-light{background:#fff;color:var(--ink)}.btn-light:hover{background:var(--sand)}.btn-block{width:100%}.section{padding:var(--section-spacing) 0}.section-header{text-align:center;margin-bottom:3rem}.section-header .eyebrow{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--sage);margin-bottom:.5rem}.section-header h2{font-size:clamp(1.75rem,4vw,2.5rem)}.section-header p{color:#3a332e99;max-width:36rem;margin:.75rem auto 0}.announcement{background:var(--sage);color:#fff;font-size:.8rem;text-align:center;padding:.5rem 1rem;letter-spacing:.02em}.header{position:sticky;top:0;z-index:40;background:#fbf8f3d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(231,218,198,.5)}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 0}.header__logo{display:flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-size:1.25rem;font-weight:700}.header__logo-icon{width:2.25rem;height:2.25rem;border-radius:.75rem;background:var(--sage);color:#fff;display:flex;align-items:center;justify-content:center}.header__nav{display:none;gap:1.75rem}.header__nav a{font-size:.95rem;font-weight:500;color:#3a332eb3;position:relative;transition:color .2s}.header__nav a:hover{color:var(--ink)}.header__nav a:after{content:"";position:absolute;bottom:-4px;left:0;height:1px;width:0;background:var(--sage);transition:width .3s}.header__nav a:hover:after{width:100%}.header__actions{display:flex;align-items:center;gap:.25rem}.header__icon-btn{padding:.5rem;color:#3a332eb3;transition:color .2s;position:relative}.header__icon-btn:hover{color:var(--ink)}.header__cart-count{position:absolute;top:0;right:0;min-width:18px;height:18px;background:var(--sage);color:#fff;border-radius:9999px;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center}.header__menu-toggle{display:block}@media(min-width:1024px){.header__nav{display:flex}.header__menu-toggle{display:none}}.mobile-menu{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:50}.mobile-menu.open{display:block}.mobile-menu__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#3a332e66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-menu__panel{position:absolute;left:0;top:0;height:100%;width:82%;max-width:24rem;background:var(--cream);padding:1.5rem;overflow-y:auto}.mobile-menu a{display:block;padding:1rem;font-size:1.1rem;font-weight:500;border-radius:1rem}.mobile-menu a:hover{background:var(--sand)}.hero{position:relative;overflow:hidden}.hero__grid{display:grid;gap:2.5rem;align-items:center;padding:2.5rem 0 3rem}@media(min-width:1024px){.hero__grid{grid-template-columns:1fr 1fr;gap:4rem;padding:3.5rem 0 4.5rem}}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border-radius:9999px;border:1px solid var(--sand);background:var(--sand);font-size:.75rem;font-weight:600;color:var(--brown)}.hero h1{font-size:clamp(2.5rem,6vw,4.2rem);margin:1.25rem 0;line-height:1.05}.hero h1 em{font-style:italic;color:var(--sage)}.hero__sub{font-size:1.125rem;color:#3a332ea6;max-width:28rem;line-height:1.7}.hero__ctas{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}@media(min-width:640px){.hero__ctas{flex-direction:row}}.hero__social{display:flex;align-items:center;gap:1rem;margin-top:2.25rem}.hero__avatars{display:flex}.hero__avatars img{width:2.25rem;height:2.25rem;border-radius:9999px;border:2px solid var(--cream);object-fit:cover;margin-left:-.625rem}.hero__avatars img:first-child{margin-left:0}.hero__image-wrap{position:relative}.hero__image{border-radius:2.5rem;overflow:hidden;box-shadow:0 25px 50px -12px #8b6f5c26;aspect-ratio:4/5}@media(min-width:640px){.hero__image{aspect-ratio:5/4}}@media(min-width:1024px){.hero__image{aspect-ratio:4/5}}.hero__image img{width:100%;height:100%;object-fit:cover}.hero__float-card{position:absolute;background:#fbf8f3f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.75rem;border-radius:1rem;box-shadow:0 10px 25px #00000014;display:none}@media(min-width:640px){.hero__float-card{display:flex;align-items:center;gap:.5rem}}.hero__float-card--left{left:-.75rem;top:2rem}@media(min-width:1024px){.hero__float-card--left{left:-1.5rem}}.hero__float-card--right{right:-.5rem;bottom:2rem}@media(min-width:1024px){.hero__float-card--right{right:-1.5rem}}.hero__float-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;background:var(--sage-light);display:flex;align-items:center;justify-content:center;color:var(--sage)}.hero__blob-1{position:absolute;left:-5rem;top:5rem;width:18rem;height:18rem;border-radius:9999px;background:#c8d6c066;filter:blur(60px);pointer-events:none}.hero__blob-2{position:absolute;right:-5rem;bottom:0;width:20rem;height:20rem;border-radius:9999px;background:#dce9f280;filter:blur(60px);pointer-events:none}.trust-bar{border-top:1px solid rgba(231,218,198,.5);border-bottom:1px solid rgba(231,218,198,.5);background:#f4eee480}.trust-bar__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:2rem 0}@media(min-width:1024px){.trust-bar__grid{grid-template-columns:repeat(5,1fr)}}.trust-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}@media(min-width:640px){.trust-item{flex-direction:row;gap:.75rem;text-align:left}}.trust-item__icon{width:2.75rem;height:2.75rem;border-radius:1rem;background:var(--cream);display:flex;align-items:center;justify-content:center;color:var(--sage);flex-shrink:0}.trust-item__title{font-size:.875rem;font-weight:700}.trust-item__sub{font-size:.75rem;color:#3a332e8c}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.product-card{position:relative;display:flex;flex-direction:column}.product-card__media{position:relative;overflow:hidden;border-radius:1.5rem;background:var(--sand)}.product-card__media img{aspect-ratio:1;width:100%;object-fit:cover;transition:transform .7s ease}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__badge{position:absolute;left:.75rem;top:.75rem;padding:.25rem .625rem;border-radius:9999px;font-size:.7rem;font-weight:700;color:#fff}.badge-best{background:var(--sage)}.badge-trending{background:var(--sky);color:var(--ink)}.badge-limited{background:var(--brown)}.badge-new{background:var(--ink)}.badge-sale{background:#fbf8f3e6;color:var(--brown)}.product-card__quick-add{position:absolute;left:.75rem;right:.75rem;bottom:.75rem;display:flex;gap:.5rem;opacity:0;transform:translateY(.75rem);transition:all .3s ease}.product-card:hover .product-card__quick-add{opacity:1;transform:translateY(0)}.product-card__quick-add .btn{flex:1;padding:.75rem;font-size:.85rem}.product-card__info{margin-top:1rem;display:flex;flex-direction:column;flex:1}.product-card__rating{display:flex;align-items:center;gap:.5rem}.product-card__rating .stars{color:#f59e0b;font-size:.8rem;letter-spacing:1px}.product-card__rating .count{font-size:.75rem;color:#3a332e80}.product-card__title{margin-top:.375rem;font-size:1.0625rem;font-weight:600;line-height:1.3}.product-card__title a:hover{color:var(--sage)}.product-card__tagline{margin-top:.25rem;font-size:.875rem;color:#3a332e8c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__price{margin-top:.75rem;display:flex;align-items:center;gap:.5rem}.product-card__price .price{font-size:1.125rem;font-weight:700}.product-card__price .compare{font-size:.875rem;color:#3a332e66;text-decoration:line-through}.product-card__stock{margin-top:.375rem;font-size:.75rem;font-weight:600;color:var(--brown)}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:1024px){.category-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.category-card{position:relative;overflow:hidden;border-radius:1.5rem;display:block}.category-card__img{aspect-ratio:4/3;overflow:hidden}.category-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.category-card:hover .category-card__img img{transform:scale(1.05)}.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(58,51,46,.7),rgba(58,51,46,.1),transparent)}.category-card__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.25rem}.category-card__content h3{color:#fff;font-size:1.25rem}.category-card__content p{color:#fffc;font-size:.875rem}.category-card__arrow{position:absolute;top:1rem;right:1rem;width:2.25rem;height:2.25rem;border-radius:9999px;background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s}.category-card:hover .category-card__arrow{background:#fff;color:var(--ink)}.emotional-banner__inner{position:relative;overflow:hidden;border-radius:2.5rem;background:var(--ink)}.emotional-banner__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.5}.emotional-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,var(--ink),rgba(58,51,46,.7),transparent)}.emotional-banner__content{position:relative;padding:4rem 1.5rem;max-width:36rem}@media(min-width:768px){.emotional-banner__content{padding:6rem 3rem}}@media(min-width:1024px){.emotional-banner__content{padding:7rem 5rem}}.emotional-banner__content h2{color:#fff;font-size:clamp(1.75rem,4vw,2.5rem)}.emotional-banner__content p{color:#ffffffbf;font-size:1.125rem;margin-top:1rem;max-width:28rem;line-height:1.7}.reviews-grid{display:grid;gap:1.5rem}@media(min-width:640px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.reviews-grid{grid-template-columns:repeat(4,1fr)}}.review-card{display:flex;flex-direction:column;background:var(--cream);border-radius:1.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000000a}.review-card__top{display:flex;align-items:center;justify-content:space-between}.review-card__stars{color:#f59e0b;letter-spacing:1px}.review-card__title{margin-top:.75rem;font-size:1.125rem;font-weight:600}.review-card__body{margin-top:.5rem;flex:1;font-size:.875rem;color:#3a332ea6;line-height:1.6}.review-card__author{margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(231,218,198,.5);display:flex;align-items:center;gap:.75rem}.review-card__author img{width:2.75rem;height:2.75rem;border-radius:9999px;object-fit:cover}.review-card__author-name{font-size:.875rem;font-weight:700}.review-card__author-meta{font-size:.75rem;color:#3a332e8c}.newsletter__inner{position:relative;overflow:hidden;border-radius:2.5rem;background:var(--sage);padding:3.5rem 1.5rem;text-align:center}@media(min-width:768px){.newsletter__inner{padding:5rem 3rem}}.newsletter__inner h2{color:#fff;font-size:clamp(1.75rem,4vw,2.5rem)}.newsletter__inner p{color:#fffc;margin-top:.75rem;max-width:32rem;margin-left:auto;margin-right:auto}.newsletter__form{display:flex;flex-direction:column;gap:.75rem;max-width:28rem;margin:1.75rem auto 0}@media(min-width:640px){.newsletter__form{flex-direction:row}}.newsletter__form input{flex:1;padding:.875rem 1.25rem;border-radius:9999px;border:1px solid rgba(255,255,255,.3);background:#ffffff1a;color:#fff;outline:none}.newsletter__form input::placeholder{color:#fff9}.newsletter__form input:focus{border-color:#fff}.newsletter__form button{background:#fff;color:var(--sage);padding:.875rem 1.75rem;border-radius:9999px;font-weight:700}.newsletter__form button:hover{background:var(--sand)}.footer{background:var(--ink);color:#fbf8f3cc;margin-top:6rem}.footer__top{display:grid;gap:3rem;padding:4rem 0}@media(min-width:1024px){.footer__top{grid-template-columns:1.4fr 1fr 1fr 1fr}}.footer__brand-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer__brand-logo .icon{width:2.25rem;height:2.25rem;border-radius:.75rem;background:var(--sage);display:flex;align-items:center;justify-content:center;color:#fff}.footer__brand-logo span{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:#fff}.footer__brand p{font-size:.875rem;color:#fbf8f399;max-width:20rem}.footer__social{display:flex;gap:.75rem;margin-top:1.5rem}.footer__social a{width:2.25rem;height:2.25rem;border-radius:9999px;background:#fbf8f31a;display:flex;align-items:center;justify-content:center;transition:background .2s}.footer__social a:hover{background:var(--sage)}.footer__col h4{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:1rem;font-family:var(--font-body)}.footer__col ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer__col a{font-size:.875rem;color:#fbf8f399;transition:color .2s}.footer__col a:hover{color:#fff}.footer__bottom{border-top:1px solid rgba(251,248,243,.1);padding:2rem 0;display:flex;flex-direction:column;align-items:center;gap:1rem;font-size:.75rem;color:#fbf8f380}@media(min-width:640px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__payments{display:flex;gap:.5rem}.footer__pay-badge{background:#fbf8f31a;padding:.25rem .5rem;border-radius:.375rem;font-size:.65rem;font-weight:700}.product-page{padding:2rem 0}.breadcrumb{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#3a332e80;margin-bottom:1.5rem;flex-wrap:wrap}.breadcrumb a:hover{color:var(--ink)}.product__grid{display:grid;gap:2.5rem}@media(min-width:1024px){.product__grid{grid-template-columns:1fr 1fr;gap:4rem}}.product__gallery{display:flex;flex-direction:column-reverse;gap:.75rem}@media(min-width:1024px){.product__gallery{flex-direction:row-reverse}}.product__main-img{flex:1;border-radius:1.5rem;overflow:hidden;background:var(--sand);position:relative}.product__main-img img{width:100%;aspect-ratio:1;object-fit:cover}.product__thumbs{display:flex;gap:.75rem}@media(min-width:1024px){.product__thumbs{flex-direction:column}}.product__thumb{width:5rem;height:5rem;border-radius:1rem;overflow:hidden;border:2px solid transparent;opacity:.6;transition:all .2s}.product__thumb.active{border-color:var(--sage);opacity:1}.product__thumb:hover{opacity:1}.product__thumb img{width:100%;height:100%;object-fit:cover}.product__info h1{font-size:clamp(1.875rem,4vw,2.5rem);margin-top:.75rem}.product__tagline{font-size:1.125rem;color:#3a332e99;margin-top:.5rem}.product__price-row{margin-top:1.25rem;display:flex;align-items:center;gap:.75rem}.product__price{font-size:1.875rem;font-weight:700}.product__compare{font-size:1.125rem;color:#3a332e66;text-decoration:line-through}.product__save{padding:.25rem .625rem;border-radius:9999px;background:var(--sage-light);font-size:.75rem;font-weight:700;color:var(--sage)}.product__desc{margin-top:1.25rem;color:#3a332eb3;line-height:1.7}.product__option-label{margin-top:1.5rem;font-size:.875rem;font-weight:600}.product__option-label span{color:#3a332e99}.product__options{margin-top:.5rem;display:flex;gap:.5rem}.product__option{width:2.5rem;height:2.5rem;border-radius:9999px;border:2px solid var(--sand);cursor:pointer;transition:all .2s}.product__option.selected{border-color:var(--sage)}.product__qty-row{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.product__qty-row{flex-direction:row}}.product__qty{display:flex;align-items:center;border:1px solid var(--sand);border-radius:9999px;background:var(--cream);padding:0 .5rem}.product__qty button{width:2.75rem;height:2.75rem;color:#3a332e99;font-size:1.125rem}.product__qty button:hover{color:var(--ink)}.product__qty span{width:2.5rem;text-align:center;font-weight:600}.product__add{flex:1}.product__scarcity{margin-top:1.25rem;border:1px solid rgba(139,111,92,.3);background:#e7dac64d;border-radius:1rem;padding:1rem}.product__scarcity-top{display:flex;align-items:center;justify-content:space-between;font-size:.875rem}.product__scarcity-top strong{color:var(--brown)}.product__scarcity-bar{margin-top:.5rem;height:.375rem;background:var(--sand);border-radius:9999px;overflow:hidden}.product__scarcity-fill{height:100%;background:var(--brown);border-radius:9999px}.product__trust{margin-top:1.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;background:#f4eee499;border-radius:1rem;padding:1rem;text-align:center}.product__trust-item{display:flex;flex-direction:column;align-items:center;gap:.375rem}.product__trust-item svg{color:var(--sage)}.product__trust-item span{font-size:.7rem;font-weight:600;color:#3a332eb3}.product__delivery{margin-top:1rem;border:1px solid var(--sand);background:var(--cream);border-radius:1rem;padding:1rem;display:flex;align-items:center;gap:.75rem}.product__delivery svg{color:var(--sage);flex-shrink:0}.product__delivery-title{font-size:.875rem;font-weight:600}.product__delivery-sub{font-size:.75rem;color:#3a332e8c}.product__features{margin-top:1.5rem;list-style:none;display:flex;flex-direction:column;gap:.625rem}.product__features li{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:#3a332ebf}.product__features li .check{width:1.25rem;height:1.25rem;border-radius:9999px;background:var(--sage-light);display:flex;align-items:center;justify-content:center;color:var(--sage);flex-shrink:0}.faq-grid{display:grid;gap:3rem}@media(min-width:1024px){.faq-grid{grid-template-columns:1fr 1.4fr}}.faq-item{border-bottom:1px solid rgba(231,218,198,.5)}.faq-item__q{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;text-align:left;font-weight:600;font-size:1rem}.faq-item__q .icon{transition:transform .3s;color:#3a332e80}.faq-item.open .faq-item__q .icon{transform:rotate(180deg)}.faq-item__a{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open .faq-item__a{max-height:300px}.faq-item__a p{padding-bottom:1.25rem;font-size:.875rem;color:#3a332ea6;line-height:1.6}.cart-page{padding:3rem 0}.cart__grid{display:grid;gap:2.5rem}@media(min-width:1024px){.cart__grid{grid-template-columns:1.4fr 1fr}}.cart__items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:flex;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(231,218,198,.5)}.cart-item__img{width:5rem;height:5rem;border-radius:1rem;overflow:hidden;background:var(--sand);flex-shrink:0}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__info{flex:1;display:flex;flex-direction:column}.cart-item__title{font-size:.875rem;font-weight:600}.cart-item__variant{font-size:.75rem;color:#3a332e80}.cart-item__bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between}.cart-item__qty{display:flex;align-items:center;border:1px solid var(--sand);border-radius:9999px}.cart-item__qty button{width:1.75rem;height:1.75rem;color:#3a332e99}.cart-item__qty span{width:1.5rem;text-align:center;font-size:.875rem;font-weight:600}.cart-item__price{font-size:.875rem;font-weight:700}.cart-item__remove{font-size:.75rem;color:#3a332e66;margin-top:.25rem}.cart-item__remove:hover{color:var(--brown)}.cart__summary{background:#f4eee499;border-radius:1.5rem;padding:1.5rem;position:sticky;top:6rem}.cart__summary h2{font-size:1.125rem;margin-bottom:1rem}.cart__row{display:flex;justify-content:space-between;font-size:.875rem;padding:.5rem 0;color:#3a332ea6}.cart__row.total{border-top:1px solid rgba(231,218,198,.5);margin-top:.5rem;padding-top:.75rem;font-size:1rem;font-weight:700;color:var(--ink)}.cart__checkout{margin-top:1rem;width:100%}.cart__empty{text-align:center;padding:4rem 1rem}.collection-page{padding:2.5rem 0}.collection__header{text-align:center;margin-bottom:2.5rem}.collection__header h1{font-size:clamp(2rem,5vw,3rem)}.collection__header p{color:#3a332e99;max-width:36rem;margin:.75rem auto 0}.collection__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}.collection__filters{display:flex;flex-wrap:wrap;gap:.5rem}.filter-pill{padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;background:var(--sand);color:#3a332eb3;transition:all .2s}.filter-pill.active{background:var(--sage);color:#fff}.filter-pill:hover{background:#e7dac699}.filter-pill.active:hover{background:var(--ink)}.collection__sort{display:flex;align-items:center;gap:.5rem}.collection__sort select{padding:.5rem 2rem .5rem 1rem;border-radius:9999px;border:1px solid var(--sand);background:var(--cream);font-size:.875rem;font-weight:600}.text-center{text-align:center}.mt-8{margin-top:2rem}.flex{display:flex}.items-center{align-items:center}.gap-2{gap:.5rem}.hide-mobile{display:none}@media(min-width:768px){.hide-mobile{display:flex}}.reveal{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
