*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--forest: #1a2e1a;--forest-2: #0f1f0f;--forest-3: #2d4a2d;--amber: #f59e0b;--amber-2: #d97706;--amber-3: #fbbf24;--cream: #f7f4ee;--cream-2: #ede8df;--stone: #5a5a4a;--white: #ffffff;--radius: 1rem;--shadow: 0 4px 24px rgba(0,0,0,.12);--shadow-lg:0 8px 48px rgba(0,0,0,.18)}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--cream);color:var(--forest);line-height:1.6}h1,h2,h3,h4,h5{font-family:Playfair Display,serif;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--amber);color:#451a03;font-weight:700;padding:.75rem 1.75rem;border-radius:9999px;border:none;cursor:pointer;transition:background .2s,transform .2s;font-size:.95rem;font-family:Inter,sans-serif}.btn-primary:hover{background:var(--amber-3);transform:scale(1.03)}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--white);font-weight:600;padding:.75rem 1.75rem;border-radius:9999px;border:2px solid rgba(255,255,255,.4);cursor:pointer;transition:border-color .2s,background .2s;font-size:.95rem;font-family:Inter,sans-serif}.btn-outline:hover{border-color:var(--white);background:#ffffff14}.badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.announcement-bar{background:var(--forest-2);color:#fffc;text-align:center;padding:.5rem 1rem;font-size:.8rem}.announcement-bar a{color:var(--amber);font-weight:600}.site-header{position:sticky;top:0;z-index:100;background:#0f1f0ff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}.header-inner{max-width:1280px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;gap:2.5rem}.logo-link{flex-shrink:0}.logo-box{width:56px;height:56px;background:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;padding:2px;overflow:hidden}.logo-box--sm{width:48px;height:48px}.logo-img{width:100%;height:100%;object-fit:contain}.main-nav{display:flex;align-items:center;gap:.25rem;margin-left:auto}.nav-link{color:#ffffffbf;font-size:.9rem;font-weight:500;padding:.5rem .9rem;border-radius:.5rem;transition:color .2s,background .2s}.nav-link:hover,.nav-link.active{color:#fff;background:#ffffff14}.header-actions{display:flex;align-items:center;gap:.75rem;margin-left:1rem}.cart-btn{position:relative;color:#fffc;padding:.4rem;display:flex;align-items:center;transition:color .2s}.cart-btn:hover{color:#fff}.cart-count{position:absolute;top:-4px;right:-4px;background:var(--amber);color:#451a03;font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.nav-shop-btn{padding:.6rem 1.25rem;font-size:.85rem}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.4rem}.mobile-menu-btn span{display:block;width:22px;height:2px;background:#fffc;border-radius:2px;transition:.3s}.mobile-nav{display:none;flex-direction:column;background:var(--forest-2);border-top:1px solid rgba(255,255,255,.08);padding:1rem 1.5rem}.mobile-nav.open{display:flex}.mobile-nav-link{color:#fffc;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:.95rem}.mobile-nav-link:last-child{border-bottom:none}.hero{min-height:90vh;background:var(--forest-2);display:grid;grid-template-columns:1fr 1fr;align-items:center;position:relative;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.35}.hero-content{position:relative;z-index:2;padding:5rem 3rem 5rem 4rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(245,158,11,.4);color:var(--amber);padding:.4rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem}.hero-title{font-size:clamp(2.5rem,5vw,4.5rem);color:#fff;margin-bottom:1rem}.hero-title em{color:var(--amber);font-style:normal}.hero-tagline{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.hero-tagline-logo{width:36px;height:36px;object-fit:contain}.hero-tagline-text{font-style:italic;color:var(--amber-3);font-size:1rem;font-family:Playfair Display,serif}.hero-desc{color:#ffffffbf;font-size:1.05rem;line-height:1.7;margin-bottom:2rem;max-width:480px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.hero-stats{display:flex;gap:2rem;flex-wrap:wrap}.hero-stat-num{font-family:Playfair Display,serif;font-size:2rem;color:var(--amber);font-weight:700}.hero-stat-label{font-size:.75rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.08em}.hero-image-panel{position:relative;z-index:2;height:100%;min-height:90vh}.hero-image-panel img{width:100%;height:100%;object-fit:cover}.section-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--amber);margin-bottom:.75rem;font-family:Inter,sans-serif}.section-title{font-size:clamp(1.8rem,3vw,2.8rem);margin-bottom:1rem}.section-desc{color:var(--stone);font-size:1rem;line-height:1.7;max-width:560px}.products-section{padding:5rem 0;background:var(--cream)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:3rem}.product-card{background:#fff;border-radius:1.25rem;overflow:hidden;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.product-card-img{position:relative;background:var(--forest-2)}.product-card-img img{width:100%;height:260px;object-fit:contain;padding:1.5rem}.product-card-badge{position:absolute;top:1rem;left:1rem}.product-card-body{padding:1.25rem 1.5rem 1.5rem;flex:1;display:flex;flex-direction:column}.product-card-sub{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--amber-2);margin-bottom:.25rem}.product-card-name{font-size:1.2rem;font-weight:600;color:var(--forest);margin-bottom:.25rem}.product-card-tagline{font-size:.85rem;color:var(--stone);margin-bottom:.75rem}.product-card-rating{display:flex;align-items:center;gap:.4rem;margin-bottom:1rem}.stars{color:var(--amber);font-size:.85rem;letter-spacing:.05em}.rating-count{font-size:.8rem;color:var(--stone)}.product-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.product-price{font-family:Playfair Display,serif;font-size:1.5rem;color:var(--forest);font-weight:700}.product-card-btn{background:var(--forest);color:#fff;padding:.6rem 1.25rem;border-radius:9999px;font-size:.85rem;font-weight:600;border:none;cursor:pointer;transition:background .2s;display:inline-flex;align-items:center;gap:.4rem}.product-card-btn:hover{background:var(--forest-3)}.causes-section{padding:5rem 0;background:var(--forest)}.causes-section .section-title{color:#fff}.causes-section .section-desc{color:#ffffffa6}.causes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;margin-top:3rem}.cause-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:1.5rem;transition:background .2s,border-color .2s}.cause-card:hover{background:#ffffff1a;border-color:#f59e0b66}.cause-flag{font-size:2rem;margin-bottom:.75rem}.cause-name{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.25rem}.cause-desc{font-size:.82rem;color:#ffffff8c;line-height:1.5}.tagline-banner{background:var(--forest-2);padding:3rem 0;text-align:center;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.tagline-banner-inner{display:flex;align-items:center;justify-content:center;gap:1.25rem;flex-wrap:wrap}.tagline-banner-logo{width:44px;height:44px;object-fit:contain}.tagline-banner-text{font-family:Playfair Display,serif;font-style:italic;font-size:clamp(1rem,2vw,1.4rem);color:var(--amber-3);text-align:center}.social-section{padding:5rem 0;background:var(--cream)}.social-handles{display:flex;gap:2rem;flex-wrap:wrap;margin-bottom:2.5rem}.social-handle-item{display:flex;align-items:center;gap:.6rem}.social-handle-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}.social-handle-icon.ig{background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-handle-icon.x,.social-handle-icon.tt{background:#000}.social-handle-icon svg{color:#fff}.social-handle-name{font-weight:700;font-size:.95rem;color:var(--forest)}.social-handle-platform{font-size:.75rem;color:var(--stone)}.social-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media(max-width:640px){.social-grid{grid-template-columns:repeat(2,1fr)}}.social-post{position:relative;aspect-ratio:1;overflow:hidden;border-radius:.75rem;background:var(--forest-2);cursor:pointer}.social-post img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.social-post:hover img{transform:scale(1.06)}.social-post-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f1f0fb3;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity .3s;padding:1rem;text-align:center}.social-post:hover .social-post-overlay{opacity:1}.social-post-caption{color:#fff;font-size:.8rem;line-height:1.4;margin-bottom:.5rem}.social-post-stats{display:flex;gap:1rem;color:#ffffffb3;font-size:.75rem}.page-hero{background:var(--forest);padding:5rem 0;text-align:center}.page-hero h1{color:#fff;font-size:clamp(2rem,4vw,3.5rem);margin-bottom:1rem}.page-hero p{color:#ffffffb3;font-size:1.1rem;max-width:600px;margin:0 auto}.about-content{padding:5rem 0;background:var(--cream)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.about-text h2{font-size:2rem;color:var(--forest);margin-bottom:1.25rem}.about-text p{color:var(--stone);line-height:1.8;margin-bottom:1.25rem;font-size:1rem}.about-quote{border-left:3px solid var(--amber);padding-left:1.25rem;margin:2rem 0;font-family:Playfair Display,serif;font-style:italic;font-size:1.15rem;color:var(--forest)}.about-values{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}.value-card{background:#fff;border-radius:1rem;padding:1.25rem;box-shadow:var(--shadow)}.value-icon{font-size:1.5rem;margin-bottom:.5rem}.value-title{font-weight:700;font-size:.95rem;color:var(--forest);margin-bottom:.25rem}.value-desc{font-size:.82rem;color:var(--stone);line-height:1.5}.causes-page-section{padding:5rem 0}.poll-section{padding:5rem 0;background:var(--forest)}.poll-section h2{color:#fff}.poll-section .section-desc{color:#ffffffa6}.poll-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;margin-top:2.5rem}.poll-card{background:#ffffff12;border:2px solid rgba(255,255,255,.1);border-radius:1.25rem;padding:1.75rem;cursor:pointer;transition:all .25s}.poll-card:hover,.poll-card.selected{border-color:var(--amber);background:#f59e0b1a}.poll-card-flag{font-size:2.5rem;margin-bottom:.75rem}.poll-card-name{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.5rem}.poll-card-desc{font-size:.85rem;color:#fff9;line-height:1.5;margin-bottom:1rem}.poll-bar-wrap{background:#ffffff1a;border-radius:9999px;height:6px;overflow:hidden}.poll-bar{height:100%;background:var(--amber);border-radius:9999px;transition:width .8s ease}.poll-pct{font-size:.8rem;color:var(--amber);font-weight:600;margin-top:.4rem}.poll-btn-wrap{text-align:center;margin-top:2.5rem}.product-detail-hero{background:var(--forest);padding:4rem 0}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.product-detail-img-wrap{background:var(--forest-2);border-radius:1.5rem;overflow:hidden;box-shadow:var(--shadow-lg);position:relative}.product-detail-img-wrap img{width:100%;height:480px;object-fit:contain;padding:2rem}.product-detail-badge{position:absolute;top:1.25rem;left:1.25rem}.product-detail-info .sub{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--amber);margin-bottom:.5rem}.product-detail-info h1{font-size:clamp(2rem,4vw,3.5rem);color:#fff;margin-bottom:.5rem}.product-detail-info .tagline{color:#fff9;font-size:1.05rem;margin-bottom:1.25rem}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.product-rating .stars{font-size:1.1rem}.product-rating-text{font-size:.9rem;color:#ffffffa6}.product-price-block{margin-bottom:2rem}.product-price-main{font-family:Playfair Display,serif;font-size:3rem;color:var(--amber);font-weight:700}.product-price-note{font-size:.85rem;color:#ffffff73;margin-top:.25rem}.product-add-form{margin-bottom:1.5rem}.product-add-form .btn-primary{width:100%;justify-content:center;padding:1rem;font-size:1rem;border-radius:.75rem}.trust-badges{display:flex;flex-wrap:wrap;gap:1.25rem}.trust-badge{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#fff9}.trust-badge svg{color:#4ade80}.product-tabs-section{padding:4rem 0;background:#fff}.product-tabs{display:flex;gap:.25rem;border-bottom:2px solid #e5e7eb;margin-bottom:2.5rem}.tab-btn{padding:.75rem 1.5rem;font-weight:600;font-size:.9rem;border:none;background:none;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;color:#9ca3af;transition:color .2s,border-color .2s}.tab-btn.active{color:var(--forest);border-bottom-color:var(--forest)}.tab-content{display:none}.tab-content.active{display:block}.product-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.benefits-list{list-style:none}.benefits-list li{display:flex;align-items:center;gap:.75rem;padding:.6rem 0;font-size:.95rem;color:var(--stone);border-bottom:1px solid #f3f4f6}.benefits-list li:last-child{border-bottom:none}.benefits-list li:before{content:"\2713";color:#16a34a;font-weight:700;flex-shrink:0}.info-box{background:var(--cream);border-radius:1rem;padding:1.5rem;margin-bottom:1.25rem}.info-box h3{font-size:1.1rem;color:var(--forest);margin-bottom:.75rem}.info-box p{font-size:.9rem;color:var(--stone);line-height:1.7}.faq-item{border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden;margin-bottom:.75rem}.faq-btn{width:100%;text-align:left;padding:1rem 1.25rem;font-weight:600;font-size:.9rem;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:var(--forest)}.faq-btn:after{content:"+";font-size:1.25rem;color:var(--forest);transition:transform .2s}.faq-item.open .faq-btn:after{content:"\2212"}.faq-answer{display:none;padding:0 1.25rem 1rem;font-size:.88rem;color:var(--stone);line-height:1.7}.faq-item.open .faq-answer{display:block}.triple-showcase{background:var(--forest);padding:4rem 0}.triple-showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.triple-showcase h2{color:#fff;font-size:2.5rem;margin-bottom:1rem}.triple-showcase h2 em{color:var(--amber);font-style:normal}.triple-showcase p{color:#ffffffa6;line-height:1.7;margin-bottom:1.5rem}.triple-list{list-style:none;margin-bottom:2rem}.triple-list li{display:flex;align-items:center;gap:.75rem;color:#ffffffbf;font-size:.9rem;padding:.4rem 0}.triple-list li:before{content:"\2713";color:var(--amber);font-weight:700}.triple-showcase-img{border-radius:1.5rem;overflow:hidden;box-shadow:var(--shadow-lg)}.triple-showcase-img img{width:100%;object-fit:contain;background:#ffffff0a}.related-section{padding:4rem 0;background:var(--cream)}.related-section h2{font-size:1.8rem;color:var(--forest);margin-bottom:2rem}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.collection-page{padding:4rem 0;background:var(--cream)}.collection-header{text-align:center;margin-bottom:3rem}.collection-header h1{font-size:2.5rem;color:var(--forest);margin-bottom:.75rem}.collection-header p{color:var(--stone)}.cart-page{padding:4rem 0;background:var(--cream);min-height:60vh}.cart-page h1{font-size:2rem;color:var(--forest);margin-bottom:2rem}.cart-grid{display:grid;grid-template-columns:1fr 360px;gap:2.5rem;align-items:start}.cart-item{display:flex;gap:1.25rem;background:#fff;border-radius:1rem;padding:1.25rem;margin-bottom:1rem;box-shadow:var(--shadow)}.cart-item-img{width:90px;height:90px;object-fit:contain;border-radius:.5rem;background:var(--cream)}.cart-item-info{flex:1}.cart-item-name{font-weight:700;color:var(--forest);margin-bottom:.25rem}.cart-item-price{color:var(--amber-2);font-weight:600;font-size:.95rem}.cart-item-qty{display:flex;align-items:center;gap:.75rem;margin-top:.75rem}.qty-btn{width:28px;height:28px;border-radius:50%;border:1px solid #d1d5db;background:none;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center}.cart-summary{background:#fff;border-radius:1.25rem;padding:1.75rem;box-shadow:var(--shadow);position:sticky;top:100px}.cart-summary h2{font-size:1.25rem;color:var(--forest);margin-bottom:1.25rem}.cart-summary-row{display:flex;justify-content:space-between;font-size:.9rem;color:var(--stone);margin-bottom:.75rem}.cart-summary-total{display:flex;justify-content:space-between;font-weight:700;font-size:1.1rem;color:var(--forest);border-top:1px solid #e5e7eb;padding-top:1rem;margin-top:.5rem}.cart-checkout-btn{width:100%;margin-top:1.25rem;justify-content:center;padding:1rem;font-size:1rem;border-radius:.75rem}.site-footer{background:var(--forest-2);color:#ffffffbf}.footer-tagline-strip{display:flex;align-items:center;justify-content:center;gap:1.25rem;padding:2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08);flex-wrap:wrap}.tagline-logo{width:40px;height:40px;object-fit:contain}.tagline-text{font-family:Playfair Display,serif;font-style:italic;font-size:clamp(.9rem,1.5vw,1.2rem);color:var(--amber-3);text-align:center}.footer-inner{max-width:1280px;margin:0 auto;padding:3rem 1.5rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}.footer-desc{font-size:.88rem;line-height:1.7;color:#ffffff8c;margin:1rem 0 1.5rem}.social-links{display:flex;gap:.75rem}.social-link{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:#ffffffa6;transition:border-color .2s,color .2s}.social-link:hover{border-color:var(--amber);color:var(--amber)}.footer-heading{font-family:Inter,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff6;margin-bottom:1.25rem}.footer-links li{margin-bottom:.6rem}.footer-links a{font-size:.88rem;color:#fff9;transition:color .2s}.footer-links a:hover{color:var(--amber)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);text-align:center;padding:1.25rem 1.5rem;font-size:.8rem;color:#ffffff59}@media(max-width:1024px){.hero{grid-template-columns:1fr}.hero-image-panel{min-height:50vh}.hero-content{padding:4rem 1.5rem}.about-grid,.product-detail-grid,.triple-showcase-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}.cart-grid{grid-template-columns:1fr}.related-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.main-nav,.nav-shop-btn{display:none}.mobile-menu-btn{display:flex}.footer-inner{grid-template-columns:1fr;gap:2rem}.product-info-grid,.about-values,.related-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme.css.map */
