:root{--earth: #2C4A1E;--earth-dark: #1A2D10;--moss: #4A7C35;--sage: #7FA95E;--cream: #F7F3EC;--wheat: #E8DFC8;--bark: #5C3D2E;--gold: #C8954A;--gold-hover: #d9a459;--light: #FAFAF7;--text: #1E2D14;--muted: #6B7C5A;--white: #ffffff;--font-heading: "Playfair Display", Georgia, serif;--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 20px;--shadow-card: 0 4px 20px rgba(44,74,30,.08);--shadow-hover: 0 12px 32px rgba(44,74,30,.14);--max-width: 1280px;--section-padding: 80px 40px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--light);color:var(--text);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-body)}ul{list-style:none}input,textarea,select{font-family:var(--font-body)}.font-heading{font-family:var(--font-heading)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;color:var(--earth)}h1{font-size:clamp(36px,5vw,58px)}h2{font-size:clamp(28px,4vw,40px)}h3{font-size:clamp(20px,3vw,26px)}h4{font-size:18px}p{line-height:1.7}.eyebrow{font-size:11px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--sage);display:block;margin-bottom:10px}.page-width{max-width:var(--max-width);margin:0 auto;padding:0 40px}.section{padding:var(--section-padding)}.section--cream{background:var(--cream)}.section--wheat{background:var(--wheat)}.section--earth{background:var(--earth)}.section--dark{background:var(--earth-dark)}.section-header{text-align:center;margin-bottom:52px}.section-header h2 em{font-style:italic;color:var(--moss)}.section-header .section-subtext{color:var(--muted);font-size:16px;max-width:520px;margin:12px auto 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;font-size:14px;font-weight:500;letter-spacing:.04em;border-radius:var(--radius-sm);border:none;transition:all .22s ease;cursor:pointer;font-family:var(--font-body);text-decoration:none}.btn--primary{background:var(--gold);color:var(--earth)}.btn--primary:hover{background:var(--gold-hover);transform:translateY(-1px)}.btn--secondary{background:transparent;color:var(--earth);border:1.5px solid var(--earth)}.btn--secondary:hover{background:var(--earth);color:#fff}.btn--white{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.45)}.btn--white:hover{border-color:#fff;background:#ffffff1a}.btn--small{padding:8px 18px;font-size:13px}.btn--full{width:100%}.btn--add-cart{background:var(--earth);color:#fff;padding:10px 20px;font-size:13px;font-weight:500}.btn--add-cart:hover{background:var(--moss)}.announcement-bar{background:var(--earth);color:#fff;text-align:center;padding:9px 20px;font-size:13px;letter-spacing:.04em}.announcement-bar a{color:var(--gold);text-decoration:underline}.announcement-bar .highlight{color:var(--gold);font-weight:500}.site-header{background:var(--cream);border-bottom:1px solid var(--wheat);position:sticky;top:0;z-index:100}.header-wrapper{max-width:var(--max-width);margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;height:72px}.site-header__logo{display:flex;align-items:center;gap:10px;text-decoration:none}.logo-icon{width:42px;height:42px;background:var(--earth);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo-icon svg{width:22px;height:22px;fill:#fff}.logo-text{display:flex;flex-direction:column;line-height:1.1}.logo-text strong{font-family:var(--font-heading);font-size:17px;color:var(--earth);letter-spacing:.01em}.logo-text span{font-size:10px;color:var(--muted);letter-spacing:.12em;text-transform:uppercase}.site-nav{display:flex;align-items:center;gap:28px;list-style:none}.site-nav a{font-size:14px;color:var(--text);letter-spacing:.02em;transition:color .2s;position:relative}.site-nav a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1.5px;background:var(--moss);transition:width .2s}.site-nav a:hover{color:var(--moss)}.site-nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:14px}.header-icon-btn{background:none;border:none;padding:6px;display:flex;align-items:center;color:var(--text);transition:color .2s;position:relative}.header-icon-btn:hover{color:var(--moss)}.header-icon-btn svg{width:20px;height:20px}.cart-count{position:absolute;top:-4px;right:-4px;background:var(--moss);color:#fff;font-size:10px;font-weight:500;width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu-toggle{display:none;background:none;border:none;padding:6px;color:var(--text)}.mobile-menu-toggle svg{width:22px;height:22px}.hero{background:var(--earth);min-height:88vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero__bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1;width:100%;height:100%;object-fit:cover}.hero__content{max-width:var(--max-width);margin:0 auto;padding:60px 40px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2;width:100%}.hero__tag{display:inline-flex;align-items:center;gap:6px;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);color:#ffffffe6;padding:5px 14px;border-radius:20px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:22px}.hero__tag:before{content:"";width:6px;height:6px;background:var(--gold);border-radius:50%;flex-shrink:0}.hero h1{font-family:var(--font-heading);font-size:clamp(38px,5vw,60px);line-height:1.1;color:#fff;margin-bottom:20px}.hero h1 em{color:var(--gold);font-style:italic}.hero__subtext{color:#ffffffbf;font-size:17px;line-height:1.75;max-width:420px;margin-bottom:36px}.hero__buttons{display:flex;gap:14px;flex-wrap:wrap}.hero__visual{display:flex;flex-direction:column;gap:14px}.hero-seed-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hero-seed-card{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-lg);padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s}.hero-seed-card:hover{background:#ffffff21}.hero-seed-card__icon{font-size:26px;margin-bottom:8px}.hero-seed-card h4{color:#fff;font-size:14px;font-weight:500;margin-bottom:3px;font-family:var(--font-body)}.hero-seed-card p{color:#ffffff8c;font-size:12px}.hero-trust-badge{background:var(--cream);border-radius:var(--radius-lg);padding:14px 18px;display:flex;align-items:center;gap:12px}.hero-trust-badge__icon{width:38px;height:38px;background:var(--earth);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.hero-trust-badge strong{display:block;font-size:13px;color:var(--earth);font-weight:500}.hero-trust-badge span{font-size:12px;color:var(--muted)}.trust-bar{background:var(--wheat);padding:18px 40px;border-bottom:1px solid #d9cfb8}.trust-bar__inner{max-width:var(--max-width);margin:0 auto;display:flex;justify-content:center;gap:48px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--bark);font-weight:400}.trust-item svg{width:18px;height:18px;fill:var(--moss);flex-shrink:0}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px}.product-card{background:var(--white);border:1px solid var(--wheat);border-radius:var(--radius-lg);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.product-card__image{position:relative;height:220px;overflow:hidden;background:var(--cream)}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__image img{transform:scale(1.04)}.product-card__image--placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:64px}.product-card__badge{position:absolute;top:12px;left:12px;background:var(--earth);color:#fff;font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:3px;z-index:1}.product-card__badge--sale{background:var(--bark)}.product-card__badge--new{background:var(--moss)}.product-card__info{padding:18px 20px 20px}.product-card__stars{color:var(--gold);font-size:12px;letter-spacing:1px;margin-bottom:6px}.product-card__title{font-family:var(--font-heading);font-size:18px;color:var(--earth);margin-bottom:6px;line-height:1.3}.product-card__title a{color:inherit}.product-card__title a:hover{color:var(--moss)}.product-card__desc{font-size:13px;color:var(--muted);margin-bottom:16px;line-height:1.5}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.product-card__price{display:flex;align-items:baseline;gap:6px}.price{font-size:18px;font-weight:500;color:var(--bark)}.price--compare{font-size:13px;color:var(--muted);text-decoration:line-through}.price--sale{color:var(--bark)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.benefit-card{background:var(--white);border:1px solid var(--wheat);border-radius:var(--radius-lg);padding:28px 24px;text-align:center;transition:transform .2s}.benefit-card:hover{transform:translateY(-2px)}.benefit-card__icon{width:56px;height:56px;background:var(--cream);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;margin:0 auto 16px}.benefit-card h4{font-family:var(--font-heading);font-size:17px;color:var(--earth);margin-bottom:8px}.benefit-card p{font-size:13px;color:var(--muted);line-height:1.65}.about-section{background:var(--earth);padding:var(--section-padding);color:#fff}.about-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.about-text .eyebrow{color:var(--gold)}.about-text h2{color:#fff;margin-bottom:20px}.about-text h2 em{color:var(--gold)}.about-text p{color:#ffffffbf;font-size:16px;line-height:1.8;margin-bottom:28px}.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px}.stat-card{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-lg);padding:20px}.stat-card__number{font-family:var(--font-heading);font-size:32px;color:var(--gold);font-weight:600;line-height:1;margin-bottom:4px}.stat-card__label{font-size:12px;color:#fff9;letter-spacing:.05em;text-transform:uppercase}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.testimonial-card{background:var(--white);border-radius:var(--radius-lg);padding:26px;border:1px solid var(--wheat)}.testimonial-card__stars{color:var(--gold);font-size:14px;margin-bottom:12px}.testimonial-card__text{font-size:15px;color:var(--text);line-height:1.75;margin-bottom:18px;font-style:italic}.testimonial-card__author{display:flex;align-items:center;gap:10px}.testimonial-card__avatar{width:38px;height:38px;border-radius:50%;background:var(--sage);display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:500;flex-shrink:0}.testimonial-card__name{font-size:13px;font-weight:500;color:var(--earth)}.testimonial-card__location{font-size:11px;color:var(--muted)}.newsletter-section{background:var(--cream);padding:var(--section-padding);text-align:center}.newsletter-box{background:var(--earth);border-radius:var(--radius-xl);padding:60px 40px;max-width:680px;margin:0 auto}.newsletter-box h2{color:#fff;font-size:clamp(28px,4vw,38px);margin-bottom:12px}.newsletter-box p{color:#ffffffbf;font-size:16px;margin-bottom:28px}.newsletter-form{display:flex;gap:10px;max-width:420px;margin:0 auto}.newsletter-form input{flex:1;padding:13px 18px;border:1.5px solid rgba(255,255,255,.25);background:#ffffff1a;border-radius:var(--radius-sm);font-size:14px;color:#fff;outline:none;transition:border-color .2s;font-family:var(--font-body)}.newsletter-form input::placeholder{color:#ffffff73}.newsletter-form input:focus{border-color:#fff9}.newsletter-form button{background:var(--gold);color:var(--earth);border:none;padding:13px 24px;border-radius:var(--radius-sm);font-size:14px;font-weight:500;cursor:pointer;font-family:var(--font-body);white-space:nowrap;transition:background .2s}.newsletter-form button:hover{background:var(--gold-hover)}.site-footer{background:var(--earth-dark);color:#ffffffb3;padding:56px 40px 28px}.footer-top{max-width:var(--max-width);margin:0 auto 24px;display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand strong{font-family:var(--font-heading);font-size:19px;color:#fff;display:block;margin-bottom:8px}.footer-brand p{font-size:13px;line-height:1.7;max-width:240px}.footer-col h5{color:#fff;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px;font-family:var(--font-body)}.footer-col ul{list-style:none}.footer-col li{margin-bottom:9px}.footer-col a{color:#fff9;font-size:13px;text-decoration:none;transition:color .2s}.footer-col a:hover{color:#fff}.footer-bottom{max-width:var(--max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center;font-size:12px;flex-wrap:wrap;gap:12px}.footer-certs{display:flex;gap:8px;flex-wrap:wrap}.footer-cert{background:#ffffff14;border-radius:4px;padding:5px 10px;font-size:11px;color:#fff9}.footer-social{display:flex;gap:12px;margin-top:16px}.footer-social a{width:34px;height:34px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff9;transition:all .2s}.footer-social a:hover{border-color:#fff9;color:#fff}.footer-social svg{width:15px;height:15px}.cart-notification{position:fixed;bottom:20px;right:20px;background:var(--earth);color:#fff;padding:16px 20px;border-radius:var(--radius-lg);box-shadow:0 8px 24px #0003;z-index:999;transform:translateY(120%);transition:transform .3s ease;max-width:300px}.cart-notification.show{transform:translateY(0)}.cart-notification__heading{display:block;font-weight:500;margin-bottom:10px}.cart-notification__link{display:inline-block;background:var(--gold);color:var(--earth);padding:8px 16px;border-radius:var(--radius-sm);font-size:13px;font-weight:500;text-decoration:none}.collection-hero{background:var(--cream);padding:60px 40px 40px;text-align:center;border-bottom:1px solid var(--wheat)}.collection-hero h1{color:var(--earth);margin-bottom:12px}.collection-hero p{color:var(--muted);max-width:520px;margin:0 auto}.collection-grid-section{padding:48px 40px 80px}.collection-filter-bar{max-width:var(--max-width);margin:0 auto 36px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.sort-select{padding:8px 16px;border:1px solid var(--wheat);border-radius:var(--radius-sm);background:var(--white);font-size:13px;color:var(--text);cursor:pointer}.product-count{font-size:13px;color:var(--muted)}.product-page{padding:48px 40px 80px}.product-page__inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-gallery__main{border-radius:var(--radius-lg);overflow:hidden;background:var(--cream);aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:100px;margin-bottom:12px}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:10px}.product-gallery__thumb{width:70px;height:70px;border-radius:var(--radius-md);overflow:hidden;background:var(--cream);border:2px solid transparent;cursor:pointer;flex-shrink:0}.product-gallery__thumb.active{border-color:var(--earth)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__breadcrumb{font-size:12px;color:var(--muted);margin-bottom:16px}.product-info__breadcrumb a{color:var(--muted)}.product-info__breadcrumb a:hover{color:var(--earth)}.product-info__title{font-family:var(--font-heading);font-size:clamp(26px,3vw,36px);color:var(--earth);margin-bottom:10px}.product-info__rating{display:flex;align-items:center;gap:8px;margin-bottom:16px}.product-info__stars{color:var(--gold);font-size:14px}.product-info__review-count{font-size:13px;color:var(--muted)}.product-info__price{font-size:28px;font-weight:500;color:var(--bark);margin-bottom:20px}.product-info__price .compare-price{font-size:18px;color:var(--muted);text-decoration:line-through;margin-right:8px}.product-info__desc{color:var(--muted);font-size:15px;line-height:1.75;margin-bottom:28px}.product-info__variants{margin-bottom:24px}.variant-label{font-size:13px;font-weight:500;color:var(--text);margin-bottom:10px;display:block}.variant-options{display:flex;gap:8px;flex-wrap:wrap}.variant-btn{padding:8px 16px;border:1.5px solid var(--wheat);border-radius:var(--radius-sm);background:var(--white);font-size:13px;cursor:pointer;transition:all .2s;font-family:var(--font-body)}.variant-btn:hover,.variant-btn.active{border-color:var(--earth);background:var(--earth);color:#fff}.product-info__add-row{display:flex;gap:12px;margin-bottom:28px;align-items:center}.quantity-selector{display:flex;align-items:center;border:1px solid var(--wheat);border-radius:var(--radius-sm);overflow:hidden}.quantity-selector button{width:40px;height:48px;background:var(--cream);border:none;font-size:18px;color:var(--earth);cursor:pointer;transition:background .2s}.quantity-selector button:hover{background:var(--wheat)}.quantity-selector input{width:48px;height:48px;border:none;text-align:center;font-size:15px;font-family:var(--font-body);color:var(--text);background:#fff;-moz-appearance:textfield}.quantity-selector input::-webkit-outer-spin-button,.quantity-selector input::-webkit-inner-spin-button{-webkit-appearance:none}.product-info__add-btn{flex:1;height:48px;font-size:15px}.product-info__features{display:flex;flex-direction:column;gap:10px}.product-feature{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--muted)}.product-feature svg{width:16px;height:16px;fill:var(--sage);flex-shrink:0}.cart-page{padding:48px 40px 80px}.cart-page__inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start}.cart-page h1{font-family:var(--font-heading);font-size:32px;color:var(--earth);margin-bottom:28px}.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:16px;align-items:center;padding:20px 0;border-bottom:1px solid var(--wheat)}.cart-item__image{width:90px;height:90px;border-radius:var(--radius-md);overflow:hidden;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:32px}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__name{font-weight:500;color:var(--earth);margin-bottom:4px}.cart-item__variant{font-size:12px;color:var(--muted);margin-bottom:8px}.cart-item__remove{font-size:12px;color:var(--muted);cursor:pointer;background:none;border:none;padding:0;text-decoration:underline}.cart-item__price{font-weight:500;color:var(--bark);font-size:16px}.cart-summary{background:var(--cream);border-radius:var(--radius-lg);padding:28px;border:1px solid var(--wheat);position:sticky;top:90px}.cart-summary h3{font-family:var(--font-heading);color:var(--earth);margin-bottom:20px}.cart-summary-row{display:flex;justify-content:space-between;font-size:14px;color:var(--muted);margin-bottom:10px}.cart-summary-row--total{font-size:18px;font-weight:500;color:var(--text);border-top:1px solid var(--wheat);padding-top:14px;margin-top:4px}.cart-summary .btn{margin-top:16px}.cart-note{margin-top:14px}.cart-note textarea{width:100%;padding:12px;border:1px solid var(--wheat);border-radius:var(--radius-sm);font-size:13px;resize:vertical;min-height:80px;font-family:var(--font-body);color:var(--text)}.breadcrumb{font-size:12px;color:var(--muted);margin-bottom:24px}.breadcrumb a{color:var(--muted)}.breadcrumb a:hover{color:var(--earth)}.breadcrumb span{margin:0 6px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:48px}.pagination a,.pagination span{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid var(--wheat);border-radius:var(--radius-sm);font-size:14px;color:var(--text);text-decoration:none;transition:all .2s}.pagination a:hover{border-color:var(--earth);color:var(--earth)}.pagination .current{background:var(--earth);color:#fff;border-color:var(--earth)}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--cream);z-index:200;flex-direction:column;padding:24px 32px;transform:translate(-100%);transition:transform .3s ease}.mobile-nav.open{transform:translate(0)}.mobile-nav__close{align-self:flex-end;margin-bottom:32px;background:none;border:none;color:var(--earth);cursor:pointer}.mobile-nav__close svg{width:24px;height:24px}.mobile-nav ul{list-style:none}.mobile-nav li{border-bottom:1px solid var(--wheat)}.mobile-nav a{display:block;padding:16px 0;font-size:18px;font-family:var(--font-heading);color:var(--earth)}.skip-to-content-link{position:absolute;top:-100%;left:20px;z-index:9999;background:var(--earth);color:#fff;padding:10px 20px;border-radius:var(--radius-sm)}.skip-to-content-link:focus{top:20px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.text-center{text-align:center}.text-gold{color:var(--gold)}.text-earth{color:var(--earth)}.text-muted{color:var(--muted)}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.gap-1{gap:8px}.gap-2{gap:16px}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.grid{display:grid}@media(max-width:1024px){:root{--section-padding: 60px 24px}.hero__content{grid-template-columns:1fr;gap:40px;padding:60px 24px}.hero{min-height:auto}.about-inner{grid-template-columns:1fr;gap:40px}.product-page__inner,.cart-page__inner{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr}}@media(max-width:768px){.header-wrapper{padding:0 20px}.site-nav{display:none}.mobile-menu-toggle,.mobile-nav{display:flex}.page-width{padding:0 20px}.trust-bar{padding:14px 20px}.trust-bar__inner{gap:20px;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap}.hero__content{padding:40px 20px}.hero-seed-grid{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:repeat(2,1fr);gap:14px}.newsletter-form{flex-direction:column}.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}.collection-grid-section,.product-page{padding:24px 20px 60px}.product-info__add-row{flex-wrap:wrap}.about-stats{grid-template-columns:1fr 1fr}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}.hero-seed-grid{grid-template-columns:1fr 1fr}h1{font-size:32px}.hero h1{font-size:34px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
