@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Bebas+Neue&family=DM+Sans:wght@300;400;500;600&display=swap";:root{--green-deep: #1a3a2a;--green-mid: #2d6a4f;--green-light: #52b788;--gold: #c9a84c;--gold-light: #e8c97a;--cream: #f5f0e8;--white: #ffffff;--dark: #0d1f17;--gray: #6b7280;--gray-light: #e5e7eb;--red: #c0392b;--radius: 12px;--shadow: 0 4px 24px rgba(0,0,0,.12);--shadow-lg: 0 12px 48px rgba(0,0,0,.22);--transition: all .3s cubic-bezier(.4,0,.2,1);--nav-height: 70px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;overflow-x:hidden}body{font-family:DM Sans,sans-serif;background:var(--cream);color:var(--dark);line-height:1.6}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--green-deep)}::-webkit-scrollbar-thumb{background:var(--gold);border-radius:3px}h1,h2,h3{font-family:Playfair Display,serif;line-height:1.2}h4,h5,h6{font-family:Bebas Neue,cursive;letter-spacing:.08em}.rte h2{font-size:1.5rem;margin-bottom:.75rem}.rte h3{font-size:1.2rem;margin-bottom:.5rem}.rte p{margin-bottom:1rem}.rte ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.rte a{color:var(--green-mid);text-decoration:underline}.announcement-bar{background:var(--green-deep);color:var(--gold);text-align:center;padding:.5rem 1rem;font-size:.82rem;font-weight:600;letter-spacing:.04em;border-bottom:1px solid rgba(201,168,76,.3)}.site-header{position:sticky;top:0;z-index:1000;height:var(--nav-height);background:#0d1f17f7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,168,76,.3)}.site-header__inner{max-width:1280px;margin:0 auto;padding:0 2rem;height:100%;display:flex;align-items:center;gap:1.5rem}.site-header__logo{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.site-header__logo-icon{width:38px;height:38px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem}.site-header__logo-text{font-family:Bebas Neue,cursive;font-size:1.5rem;color:#fff;letter-spacing:.1em;line-height:1}.site-header__logo-518{color:var(--gold)}.site-header__nav{margin:0 auto}.site-header__nav ul{display:flex;align-items:center;gap:.25rem}.site-header__nav-link{padding:.5rem .85rem;color:#fffc;font-size:.8rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;border-radius:6px;transition:var(--transition)}.site-header__nav-link:hover,.site-header__nav-link--active{color:var(--gold);background:#c9a84c1a}.site-header__nav-link--hub{border:1px solid rgba(201,168,76,.4);color:var(--gold);font-size:.72rem}.site-header__nav-link--hub:hover{background:var(--gold);color:var(--dark)}.site-header__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.site-header__icon-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#fffc;border-radius:6px;transition:var(--transition);background:none;border:none}.site-header__icon-btn:hover{color:var(--gold);background:#c9a84c1a}.site-header__cart-btn{position:relative;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#fffc;background:none;border:none;border-radius:6px;transition:var(--transition)}.site-header__cart-btn:hover{color:var(--gold)}.site-header__cart-count{position:absolute;top:-4px;right:-4px;background:var(--gold);color:var(--dark);border-radius:50%;width:18px;height:18px;font-size:.62rem;font-weight:800;display:flex;align-items:center;justify-content:center;line-height:1}.site-header__cart-count:empty{display:none}.site-header__hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:5px}.site-header__hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:var(--transition)}.mobile-menu{display:none;position:fixed;top:var(--nav-height);left:0;right:0;background:#0d1f17fa;padding:1.5rem;border-bottom:1px solid rgba(201,168,76,.2);z-index:999;transform:translateY(-110%);transition:transform .3s ease}.mobile-menu.is-open{transform:translateY(0)}.mobile-menu ul{display:flex;flex-direction:column;gap:.25rem}.mobile-menu a{display:block;padding:.75rem 1rem;color:#ffffffd9;font-size:1rem;border-radius:6px;transition:var(--transition)}.mobile-menu a:hover{color:var(--gold);background:#c9a84c1a}.mobile-menu__divider{height:1px;background:#ffffff1a;margin:.5rem 0}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-weight:700;font-size:.88rem;letter-spacing:.05em;text-transform:uppercase;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:var(--transition);text-decoration:none;white-space:nowrap}.btn--primary{background:var(--gold);color:var(--dark);border-color:var(--gold)}.btn--primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 24px #c9a84c66}.btn--secondary{background:transparent;color:var(--dark);border-color:var(--gray-light)}.btn--secondary:hover{border-color:var(--dark);background:#0000000a}.btn--dark{background:var(--green-deep);color:#fff;border-color:var(--green-deep)}.btn--dark:hover{background:var(--green-mid)}.btn--full{width:100%;justify-content:center}.btn--lg{padding:1rem 2rem;font-size:.95rem}.btn--sm{padding:.5rem 1rem;font-size:.78rem}.btn--atc{padding:.5rem .85rem;background:var(--green-deep);color:#fff;border:none;border-radius:8px;font-size:.78rem;font-weight:700}.btn--atc:hover{background:var(--green-mid)}.btn--atc:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.section{padding:5rem 2rem}.section__inner{max-width:1200px;margin:0 auto}.section__header{text-align:center;margin-bottom:3rem}.section__tag{display:inline-block;font-family:Bebas Neue,cursive;font-size:.8rem;letter-spacing:.15em;color:var(--gold);text-transform:uppercase;margin-bottom:.75rem}.section__title{font-size:clamp(2rem,4vw,3rem);color:var(--green-deep);margin-bottom:1rem}.section__subtitle{font-size:1rem;color:var(--gray);max-width:560px;margin:0 auto}.separator{height:4px;width:60px;background:linear-gradient(90deg,var(--gold),var(--gold-light));border-radius:2px;margin:1rem auto}.section__cta{text-align:center;margin-top:2.5rem}.hero{position:relative;min-height:calc(100vh - var(--nav-height));display:flex;align-items:center;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0d1f17,#1a3a2a 40%,#2d6a4f)}.hero__pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 40px,rgba(201,168,76,.03) 40px,rgba(201,168,76,.03) 80px)}.hero__content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}.hero__badge{display:inline-block;padding:.3rem 1rem;background:#c9a84c26;border:1px solid rgba(201,168,76,.4);border-radius:20px;color:var(--gold);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem}.hero__title{font-family:Bebas Neue,cursive;font-size:clamp(4rem,8vw,7rem);color:#fff;letter-spacing:.04em;line-height:.92;margin-bottom:1.5rem}.hero__title-accent{color:var(--gold)}.hero__subtitle{font-family:Playfair Display,serif;font-size:clamp(1rem,2vw,1.3rem);color:#ffffffb3;margin-bottom:2rem;font-style:italic}.hero__ctas{display:flex;gap:1rem;flex-wrap:wrap}.hero__product-card{background:#ffffff0f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);border-radius:20px;overflow:hidden}.hero__product-img{aspect-ratio:1;position:relative;overflow:hidden;background:#ffffff0a;display:flex;align-items:center;justify-content:center}.hero__product-img img{width:100%;height:100%;object-fit:cover}.hero__product-placeholder{font-size:5rem}.hero__product-badge{position:absolute;top:1rem;left:1rem;background:var(--gold);color:var(--dark);font-size:.65rem;font-weight:800;padding:3px 10px;border-radius:10px;text-transform:uppercase;letter-spacing:.06em}.hero__product-badge--sale{background:var(--red);color:#fff}.hero__product-info{padding:1.25rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.hero__product-name{color:#fff;font-weight:600;flex:1}.hero__product-price{font-family:Bebas Neue,cursive;font-size:1.4rem;color:var(--gold)}.hero__stats{display:flex;gap:1.5rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.1)}.hero__stat-number{display:block;font-family:Bebas Neue,cursive;font-size:1.8rem;color:var(--gold);line-height:1}.hero__stat-label{font-size:.65rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.08em}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.75rem}.product-grid__empty{grid-column:1 / -1;text-align:center;padding:4rem;color:var(--gray)}.product-card{background:var(--white);border-radius:14px;border:1.5px solid var(--gray-light);overflow:hidden;display:flex;flex-direction:column;transition:var(--transition)}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:#c9a84c66}.product-card__img-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:#f8f8f6;display:block}.product-card__img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.product-card__img--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .35s ease}.product-card:hover .product-card__img--primary{opacity:0}.product-card:hover .product-card__img--hover{opacity:1}.product-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:4rem;background:linear-gradient(135deg,var(--green-deep),var(--green-mid))}.product-card__badge{position:absolute;top:.65rem;left:.65rem;font-size:.6rem;font-weight:800;padding:3px 9px;border-radius:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--dark)}.product-card__badge--new{background:var(--gold)}.product-card__badge--sale{background:var(--red);color:#fff}.product-card__badge--best{background:var(--green-light);color:#fff}.product-card__badge--limited{background:var(--dark);color:var(--gold)}.product-card__sold-out{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.88rem;letter-spacing:.1em;text-transform:uppercase}.product-card__body{padding:.9rem 1rem 0;flex:1}.product-card__vendor{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--green-mid);margin-bottom:.25rem}.product-card__title{font-weight:700;font-size:.92rem;color:var(--dark);line-height:1.3;display:block;margin-bottom:.35rem;letter-spacing:-.01em}.product-card__title:hover{color:var(--green-mid)}.product-card__desc{font-size:.75rem;color:var(--gray);line-height:1.45;margin-bottom:.6rem}.product-card__variants{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:.6rem}.product-card__variant-pill{font-size:.62rem;font-weight:600;padding:2px 7px;border-radius:10px;background:#f0faf4;color:var(--green-mid);border:1px solid #c8e6d2}.product-card__variant-pill--oos{background:#f5f5f5;color:var(--gray);border-color:var(--gray-light);text-decoration:line-through}.product-card__variant-more{font-size:.62rem;color:var(--gray);align-self:center}.product-card__footer{border-top:1px solid var(--gray-light);padding:.65rem 1rem;display:flex;align-items:center;justify-content:space-between}.product-card__price-wrap{display:flex;align-items:baseline;gap:.5rem}.product-card__price{font-family:Bebas Neue,cursive;font-size:1.4rem;color:var(--green-deep)}.product-card__price--sale{color:var(--red)}.product-card__price--compare{font-size:.85rem;color:var(--gray);text-decoration:line-through;font-family:DM Sans,sans-serif}.collection-filters{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2rem}.filter-btn{padding:.45rem 1.1rem;border:1.5px solid var(--gray-light);border-radius:20px;background:var(--white);font-size:.82rem;font-weight:600;cursor:pointer;transition:var(--transition);color:var(--dark)}.filter-btn:hover,.filter-btn--active{background:var(--green-deep);color:#fff;border-color:var(--green-deep)}.collection-header{position:relative;overflow:hidden}.collection-header__inner{min-height:280px;background:linear-gradient(135deg,var(--dark),var(--green-deep));display:flex;align-items:center;padding:4rem 2rem}.collection-header__bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.35}.collection-header__content{position:relative;z-index:2;max-width:1200px;margin:0 auto}.collection-header__title{font-family:Bebas Neue,cursive;font-size:clamp(3rem,6vw,5rem);color:#fff;letter-spacing:.05em;margin-bottom:.5rem}.collection-header__desc{color:#ffffffb3;max-width:500px}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.collection-toolbar__count{font-size:.85rem;color:var(--gray)}.sort-select-wrap{display:flex;align-items:center;gap:.5rem}.sort-select-wrap__label{font-size:.82rem;color:var(--gray)}.sort-select{padding:.4rem .75rem;border:1.5px solid var(--gray-light);border-radius:8px;font-size:.82rem;background:#fff;cursor:pointer}.product-page{padding-top:2rem}.breadcrumb{display:flex;gap:.5rem;align-items:center;font-size:.78rem;color:var(--gray);margin-bottom:2rem;flex-wrap:wrap}.breadcrumb a:hover{color:var(--green-mid)}.breadcrumb span{color:var(--gray-light)}.product-page__layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-gallery__main{position:relative;border-radius:16px;overflow:hidden;background:#f8f8f6;aspect-ratio:1}.product-gallery__main img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.product-gallery__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:6rem;background:linear-gradient(135deg,var(--green-deep),var(--green-mid))}.product-badge{position:absolute;top:1rem;left:1rem;background:var(--red);color:#fff;font-size:.7rem;font-weight:800;padding:4px 12px;border-radius:10px;text-transform:uppercase;letter-spacing:.06em}.product-gallery__thumbs{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.product-gallery__thumb{width:76px;height:76px;border-radius:8px;overflow:hidden;border:2px solid var(--gray-light);cursor:pointer;background:none;padding:0;transition:var(--transition)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb--active,.product-gallery__thumb:hover{border-color:var(--gold)}.product-info__vendor{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--green-mid);margin-bottom:.4rem}.product-info__title{font-size:clamp(1.75rem,3vw,2.5rem);color:var(--dark);margin-bottom:1rem;letter-spacing:-.02em}.product-info__price-wrap{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1rem}.product-info__price{font-family:Bebas Neue,cursive;font-size:2rem;color:var(--green-deep)}.product-info__price--sale{color:var(--red)}.product-info__price--compare{font-family:DM Sans,sans-serif;font-size:1rem;color:var(--gray);text-decoration:line-through}.product-info__save-badge{font-size:.72rem;font-weight:700;background:#c0392b1a;color:var(--red);padding:2px 8px;border-radius:10px;text-transform:uppercase;letter-spacing:.04em}.product-info__trust{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.trust-badge{font-size:.75rem;font-weight:600;color:var(--gray)}.product-variants{margin-bottom:1.5rem}.product-variant-group{margin-bottom:1.25rem}.product-variant-group__label{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--dark);margin-bottom:.6rem;display:flex;align-items:center;gap:.5rem}.product-variant-group__selected{color:var(--green-mid)}.product-variant-group__options{display:flex;flex-wrap:wrap;gap:.5rem}.variant-btn{padding:.5rem 1rem;border:1.5px solid var(--gray-light);border-radius:8px;background:var(--white);font-size:.85rem;font-weight:600;cursor:pointer;transition:var(--transition)}.variant-btn:hover{border-color:var(--green-mid);color:var(--green-mid)}.variant-btn--active{border-color:var(--green-deep);background:var(--green-deep);color:#fff}.variant-btn--unavailable{opacity:.4;text-decoration:line-through;cursor:not-allowed}.quantity-selector{display:flex;align-items:center;border:1.5px solid var(--gray-light);border-radius:8px;overflow:hidden;width:fit-content}.quantity-selector--sm .quantity-selector__btn{width:28px;height:28px;font-size:.85rem}.quantity-selector--sm .quantity-selector__input{width:36px;font-size:.85rem}.quantity-selector__btn{width:40px;height:44px;background:none;border:none;font-size:1.1rem;font-weight:600;cursor:pointer;transition:var(--transition);color:var(--dark)}.quantity-selector__btn:hover{background:var(--green-deep);color:#fff}.quantity-selector__input{width:48px;height:44px;border:none;border-left:1.5px solid var(--gray-light);border-right:1.5px solid var(--gray-light);text-align:center;font-size:.95rem;font-weight:600;background:none;-moz-appearance:textfield}.quantity-selector__input::-webkit-outer-spin-button,.quantity-selector__input::-webkit-inner-spin-button{-webkit-appearance:none}.product-info__atc-row{display:flex;gap:.75rem;align-items:center;margin-bottom:1.5rem}.btn--atc-main{flex:1;justify-content:center}.product-info__accordion-btn{width:100%;background:none;border:none;display:flex;align-items:center;justify-content:space-between;padding:.9rem 0;font-size:.88rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--dark);border-top:1px solid var(--gray-light);cursor:pointer}.accordion-icon{transition:transform .3s ease}.product-info__accordion-btn[aria-expanded=false] .accordion-icon{transform:rotate(-90deg)}.product-info__accordion-content{padding:.75rem 0 1rem}.product-info__accordion-content--closed{display:none}.product-info__shipping-list{padding-left:.25rem}.product-info__shipping-list li{font-size:.88rem;color:var(--gray);padding:.3rem 0}.product-info__share{display:flex;align-items:center;gap:.75rem;margin-top:1rem;font-size:.78rem;color:var(--gray)}.product-info__share-btn{width:30px;height:30px;border-radius:50%;background:var(--gray-light);display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:700;transition:var(--transition)}.product-info__share-btn:hover{background:var(--green-deep);color:#fff}.product-info__hub-cta{margin-top:1.25rem;padding:.75rem 1rem;background:#1a3a2a0f;border-radius:8px;border-left:3px solid var(--gold);font-size:.82rem}.product-info__hub-cta a{color:var(--green-mid);font-weight:600}.product-info__hub-cta a:hover{color:var(--green-deep)}.cart-page{background:var(--white);padding:3rem 2rem}.cart-page__title{font-size:2rem;color:var(--dark);margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--gray-light)}.cart-page__empty{text-align:center;padding:5rem 2rem}.cart-page__layout{display:grid;grid-template-columns:1fr 360px;gap:3rem;align-items:start}.cart-table{width:100%;border-collapse:collapse}.cart-table__th{padding:.75rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gray);border-bottom:1px solid var(--gray-light);text-align:left}.cart-table__th--right{text-align:right}.cart-table__row{border-bottom:1px solid var(--gray-light)}.cart-table__img-cell{padding:1.25rem .75rem;width:100px}.cart-table__img-cell img{width:80px;height:80px;object-fit:cover;border-radius:8px}.cart-table__img-placeholder{width:80px;height:80px;background:linear-gradient(135deg,var(--green-deep),var(--green-mid));border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.cart-table__info-cell{padding:1.25rem .75rem}.cart-table__product-title{font-weight:600;font-size:.92rem;display:block;margin-bottom:.25rem}.cart-table__product-title:hover{color:var(--green-mid)}.cart-table__variant{font-size:.78rem;color:var(--gray);margin-bottom:.4rem}.cart-table__remove{font-size:.72rem;color:var(--red);cursor:pointer;background:none;border:none}.cart-table__price-cell,.cart-table__total-cell{padding:1.25rem .75rem;font-weight:600}.cart-table__total-cell{text-align:right}.cart-table__qty-cell{padding:1.25rem .75rem}.cart-page__note{margin-top:1.5rem}.cart-page__note-label{display:block;font-size:.82rem;font-weight:600;margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.06em;color:var(--gray)}.cart-page__note-input{width:100%;padding:.75rem;border:1.5px solid var(--gray-light);border-radius:8px;resize:vertical;font-size:.88rem}.cart-page__update{margin-top:1rem}.cart-summary{background:var(--white);border:1.5px solid var(--gray-light);border-radius:14px;padding:1.5rem;position:sticky;top:calc(var(--nav-height) + 1.5rem)}.cart-summary__title{font-family:Bebas Neue,cursive;font-size:1.1rem;letter-spacing:.08em;color:var(--green-deep);margin-bottom:1.25rem}.cart-summary__row{display:flex;justify-content:space-between;font-size:.88rem;padding:.5rem 0;color:var(--dark)}.cart-summary__row--discount{color:var(--green-mid);font-weight:600}.cart-summary__row--shipping{color:var(--gray);font-style:italic}.cart-summary__row--total{font-weight:700;font-size:1rem}.cart-summary__divider{height:1px;background:var(--gray-light);margin:.5rem 0}.cart-summary__trust{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.75rem;font-size:.72rem;color:var(--gray);justify-content:center}.cart-summary__continue{text-align:center;margin-top:.75rem;font-size:.82rem}.cart-summary__continue a:hover{color:var(--green-mid)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;pointer-events:none}.cart-drawer.is-open{pointer-events:all}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;opacity:0;transition:opacity .3s ease}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;width:min(420px,100vw);height:100%;background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-lg)}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{background:var(--green-deep);padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.cart-drawer__title{font-family:Bebas Neue,cursive;font-size:1.1rem;letter-spacing:.1em;color:#fff}.cart-drawer__close{background:none;border:none;color:#ffffffb3;font-size:1.5rem;cursor:pointer;transition:var(--transition);line-height:1}.cart-drawer__close:hover{color:#fff}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.25rem}.cart-drawer__empty{text-align:center;padding:3rem 1rem}.cart-drawer__footer{padding:1.25rem;border-top:1px solid var(--gray-light);flex-shrink:0}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-weight:700;font-size:1rem;margin-bottom:1rem}.cart-drawer__view-cart{display:block;text-align:center;margin-top:.75rem;font-size:.82rem;color:var(--green-mid);font-weight:600}.cart-drawer__view-cart:hover{color:var(--green-deep)}.cart-drawer__note{text-align:center;font-size:.72rem;color:var(--gray);margin-top:.75rem}.cart-items{display:flex;flex-direction:column;gap:1rem;list-style:none}.cart-item{display:flex;gap:.75rem}.cart-item__img-wrap{width:72px;height:72px;flex-shrink:0;border-radius:8px;overflow:hidden;background:var(--gray-light)}.cart-item__img-wrap img{width:100%;height:100%;object-fit:cover}.cart-item__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:linear-gradient(135deg,var(--green-deep),var(--green-mid))}.cart-item__info{flex:1;min-width:0}.cart-item__title{font-weight:600;font-size:.88rem;display:block;margin-bottom:.2rem}.cart-item__title:hover{color:var(--green-mid)}.cart-item__variant{font-size:.72rem;color:var(--gray);margin-bottom:.3rem}.cart-item__price{font-family:Bebas Neue,cursive;font-size:1.1rem;color:var(--green-deep)}.cart-item__qty-row{display:flex;align-items:center;gap:.75rem;margin-top:.4rem}.cart-item__remove{font-size:.72rem;color:var(--gray);background:none;border:none;cursor:pointer;text-decoration:underline}.cart-item__remove:hover{color:var(--red)}.brand-story{background:var(--cream)}.brand-story__layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.brand-story__features{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.brand-story__feature{background:var(--white);border-radius:12px;padding:1.5rem;border:1.5px solid var(--gray-light);transition:var(--transition)}.brand-story__feature:hover{border-color:var(--gold);transform:translateY(-2px)}.brand-story__feature-icon{font-size:1.75rem;margin-bottom:.75rem}.brand-story__feature-title{font-family:Bebas Neue,cursive;font-size:1rem;letter-spacing:.06em;color:var(--green-deep);margin-bottom:.4rem}.brand-story__feature-desc{font-size:.82rem;color:var(--gray);line-height:1.5}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.testimonial-card{background:#ffffff0f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:1.5rem}.testimonial-card__stars{color:var(--gold);font-size:.9rem;margin-bottom:.75rem;letter-spacing:2px}.testimonial-card__text{color:#ffffffd9;font-size:.9rem;line-height:1.6;margin-bottom:1.25rem;font-style:italic}.testimonial-card__author{display:flex;align-items:center;gap:.75rem}.testimonial-card__avatar{width:40px;height:40px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center;color:var(--dark);font-weight:700;font-size:1rem;flex-shrink:0}.testimonial-card__name{color:#fff;font-weight:600;font-size:.88rem}.testimonial-card__location{color:#ffffff80;font-size:.75rem}.newsletter-section{padding:5rem 2rem}.newsletter-section__layout{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.newsletter-section__input-wrap{display:flex;gap:.75rem;flex-wrap:wrap}.newsletter-section__input{flex:1;min-width:220px;padding:.85rem 1rem;border-radius:8px;border:none;font-size:.9rem}.newsletter-section__btn{flex-shrink:0}.newsletter-section__success{color:var(--green-deep);font-weight:600;font-size:.88rem;margin-top:.5rem}.newsletter-section__error{color:var(--red);font-size:.82rem;margin-top:.5rem}.site-footer{background:var(--dark);color:#ffffffb3;padding:5rem 2rem 2rem}.site-footer__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.site-footer__logo{font-family:Bebas Neue,cursive;font-size:1.8rem;color:#fff;letter-spacing:.1em;margin-bottom:.75rem}.site-footer__logo-518{color:var(--gold)}.site-footer__brand p{font-size:.88rem;max-width:280px;margin-bottom:1.5rem}.site-footer__social{display:flex;gap:.75rem;margin-bottom:1.25rem}.site-footer__social-link{width:36px;height:36px;background:#ffffff14;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:var(--transition)}.site-footer__social-link:hover{background:var(--gold);color:var(--dark)}.site-footer__hub-link{display:inline-flex;align-items:center;gap:.5rem;background:var(--gold);color:var(--dark);border-radius:8px;padding:.6rem 1.25rem;font-weight:700;font-size:.82rem;transition:var(--transition)}.site-footer__hub-link:hover{background:var(--gold-light)}.site-footer__col h4{font-family:Bebas Neue,cursive;font-size:.9rem;letter-spacing:.1em;color:var(--gold);margin-bottom:1rem}.site-footer__col ul{display:flex;flex-direction:column;gap:.5rem}.site-footer__col a{color:#fff9;font-size:.88rem;transition:var(--transition)}.site-footer__col a:hover{color:var(--gold)}.site-footer__bottom{max-width:1200px;margin:0 auto;border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.8rem}.site-footer__payments a{color:#fff6;font-size:.75rem}.toast{position:fixed;bottom:2rem;right:2rem;background:var(--green-deep);color:#fff;padding:1rem 1.5rem;border-radius:10px;box-shadow:var(--shadow-lg);z-index:9999;font-weight:500;font-size:.88rem;transform:translateY(100px);opacity:0;transition:var(--transition);max-width:320px;border-left:4px solid var(--gold);pointer-events:none}.toast.is-visible{transform:none;opacity:1}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem;flex-wrap:wrap}.pagination__btn{padding:.5rem .85rem;border:1.5px solid var(--gray-light);border-radius:8px;font-size:.85rem;font-weight:600;transition:var(--transition);color:var(--dark);background:var(--white)}.pagination__btn:hover{border-color:var(--green-mid);color:var(--green-mid)}.pagination__btn--current{background:var(--green-deep);color:#fff;border-color:var(--green-deep)}.product-recommendations{background:var(--cream)}@media(max-width:1024px){.product-page__layout{grid-template-columns:1fr;gap:2.5rem}.cart-page__layout{grid-template-columns:1fr}.cart-summary{position:static}.brand-story__layout,.newsletter-section__layout{grid-template-columns:1fr}}@media(max-width:900px){.site-header__nav{display:none}.site-header__hamburger{display:flex}.mobile-menu{display:block}.hero__content{grid-template-columns:1fr;gap:2.5rem}.site-footer__inner{grid-template-columns:1fr 1fr}.brand-story__features{grid-template-columns:1fr}}@media(max-width:600px){.section{padding:3rem 1rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-card__title{font-size:.82rem}.site-footer__inner{grid-template-columns:1fr}.hero__ctas{flex-direction:column}.cart-table{font-size:.82rem}.toast{right:1rem;left:1rem;max-width:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
