:root{--forest: #1e4633;--forest-strong: #123024;--honey: #f2a93b;--honey-deep: #c97a1e;--ink: #2f2620;--linen: #f5f2ea;--mint: #eaf4e8}body{overflow-x:hidden;color:var(--ink)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}input[type=radio],input[type=checkbox]{accent-color:var(--forest)}.site-header{margin-top:20px;position:relative}.header-top{display:grid;grid-template-columns:1fr minmax(320px,640px) 1fr;align-items:center;gap:30px;padding:0 60px}.header-logo{justify-self:start}.header-logo img{height:90px;width:auto}.header-search{justify-self:center;width:100%;display:flex;align-items:center;border:1px solid #ccc;border-radius:24px;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.header-search:focus-within{border-color:var(--forest);box-shadow:0 0 0 3px #1e463326}.header-search input{flex:1;min-width:0;border:none;padding:14px 20px;font-size:1.1rem}.header-search input:focus-visible{outline:none}.skip-link{position:absolute;top:-100px;left:10px;z-index:1000;background:var(--forest);color:#fff;padding:10px 16px;border-radius:0 0 8px 8px;text-decoration:none}.skip-link:focus{top:0;color:#fff}.header-search button{border:none;background:transparent;padding:0 14px;display:flex;align-items:center;cursor:pointer;color:var(--ink);transition:color .2s ease}.header-search button:hover,.header-search button:focus-visible{color:var(--forest)}.header-icons{justify-self:end;display:flex;align-items:center;gap:28px}.header-menu-toggle{display:none;background:none;border:none;padding:6px;cursor:pointer;color:var(--ink)}.header-icon-link{display:flex;flex-direction:column;align-items:center;gap:2px;text-decoration:none;color:var(--ink);font-size:.75rem;font-weight:600;transition:color .2s ease}.header-icon-link:hover,.header-icon-link:focus-visible{color:var(--forest)}.header-support{position:relative}.header-support-trigger{display:flex;flex-direction:column;align-items:center;gap:2px;background:none;border:none;cursor:pointer;color:inherit;font:inherit;text-decoration:none;padding:0}.header-support-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;border:1px solid #eee;border-radius:10px;box-shadow:0 8px 24px #0000001f;padding:8px;display:flex;flex-direction:column;gap:4px;min-width:220px;z-index:20}.header-support-menu a,.header-support-menu button{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:6px;text-decoration:none;color:var(--ink);font-size:.85rem;white-space:nowrap;transition:background .2s ease,color .2s ease;background:none;border:none;width:100%;text-align:left;cursor:pointer;font-family:inherit}.header-support-menu a:hover,.header-support-menu a:focus-visible,.header-support-menu button:hover,.header-support-menu button:focus-visible{background:#f2f2f2;color:var(--forest)}.header-cart-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid #eee;border-radius:10px;box-shadow:0 8px 24px #0000001f;padding:12px;display:flex;flex-direction:column;gap:4px;width:320px;max-width:90vw;z-index:20}.header-cart-empty{padding:16px 8px;color:#666;font-size:.85rem;text-align:center}.header-cart-items{display:flex;flex-direction:column;gap:4px;max-height:280px;overflow-y:auto}.header-cart-items li{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:10px;padding:8px 4px}.header-cart-items img{width:44px;height:44px;object-fit:contain;flex-shrink:0}.header-cart-item-info{min-width:0}.header-cart-item-name{font-size:.82rem;font-weight:600;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-cart-item-detail{font-size:.78rem;color:#777}.header-cart-item-total{font-size:.82rem;font-weight:700;white-space:nowrap}.header-cart-subtotal{display:flex;justify-content:space-between;font-size:.85rem;font-weight:700;border-top:1px solid #eee;padding:10px 4px}.header-cart-checkout{display:block;text-align:center;background:var(--forest);color:#fff;text-decoration:none;font-weight:700;font-size:.85rem;padding:10px;border-radius:8px;transition:background-color .15s ease}.header-cart-checkout:hover,.header-cart-checkout:focus-visible{background:var(--forest-strong);color:#fff}.header-cart-view-all{text-align:center;font-size:.8rem;padding:8px 4px 2px;margin-top:2px;color:var(--ink);text-decoration:none;border-radius:6px;transition:background .2s ease,color .2s ease}.header-cart-view-all:hover,.header-cart-view-all:focus-visible{background:#f2f2f2;color:var(--forest)}.cart-icon-wrap{position:relative;display:inline-flex}.cart-badge{position:absolute;top:-6px;right:-10px;background:var(--forest);color:#fff;font-size:.65rem;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.header-nav{display:flex;justify-content:center;align-items:center;gap:34px;margin-top:22px;padding:12px 0 26px}.header-nav a{position:relative;text-decoration:none;color:var(--ink);font-weight:700;font-size:.92rem;letter-spacing:.05em;text-transform:uppercase;padding-bottom:4px;transition:color .2s ease}.header-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:var(--honey);transition:right .25s cubic-bezier(.2,.8,.2,1)}.header-nav a:hover,.header-nav a:focus-visible{color:var(--forest)}.header-nav a:hover:after,.header-nav a:focus-visible:after{right:0}.header-nav a.active{color:var(--forest)}.header-nav a.active:after{right:0;background:var(--forest)}@media (max-width: 720px){.header-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0 16px;gap:10px 16px}.header-menu-toggle{display:flex;align-items:center;justify-content:center;order:1}.header-logo{order:2}.header-logo img{height:56px}.header-icons{order:3;gap:16px}.header-icon-link span:last-child{display:none}.header-search{order:4;flex-basis:100%;max-width:none}.header-nav{display:none;flex-direction:column;align-items:stretch;gap:0;position:absolute;top:100%;left:0;right:0;margin-top:0;padding:8px 0;background:#fff;border-top:1px solid #eee;box-shadow:0 12px 20px #0000001a;z-index:50}.header-nav.header-nav-open{display:flex}.header-nav a{padding:14px 20px;border-bottom:1px solid #f2f2f2;font-style:normal;font-size:1rem}}.action{margin:56px 0;padding:40px 24px;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px}.action h1{margin:0}.action p{margin:0;max-width:46ch;color:var(--ink);opacity:.72}.action a{display:inline-flex;align-items:center;gap:8px;margin-top:4px;padding:12px 28px;background:var(--forest);color:#fff;border-radius:999px;font-weight:700;text-decoration:none;transition:background-color .25s ease,transform .25s cubic-bezier(.2,.8,.2,1)}.action a:hover,.action a:focus-visible{background:var(--forest-strong);color:#fff;transform:translateY(-2px)}.page-banner{margin-top:48px;margin-bottom:70px;display:flex;justify-content:center}.products-header{max-width:1100px;margin:40px auto 0;padding:0 20px;text-align:center}.products-header h1{margin:0 0 8px;font-size:1.8rem;font-weight:700;color:var(--ink)}.products-header p{margin:0;color:#666}.cards{margin-top:48px;max-width:1100px;margin-left:auto;margin-right:auto;padding:0 20px}.home-highlights-title{text-align:center;font-weight:700}.home-highlights .product-grid{grid-template-columns:repeat(auto-fit,minmax(200px,250px));justify-content:center}.home-highlights-ver-todos{display:block;width:fit-content;margin:30px auto 0;padding:12px 28px;border:2px solid var(--forest);border-radius:8px;color:var(--forest);font-weight:700;text-decoration:none;text-align:center}.home-highlights-ver-todos:hover{background:var(--forest);color:#fff}.product-grid{margin-top:70px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width: 1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 720px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 380px){.product-grid,.home-highlights .product-grid{grid-template-columns:1fr}}.product-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid #efefef;border-radius:8px;overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .35s cubic-bezier(.2,.8,.2,1),transform .35s cubic-bezier(.2,.8,.2,1),border-color .35s ease}.product-card:hover,.product-card:focus-visible{box-shadow:0 28px 48px -28px #1e46333d,0 2px 10px #14140f0d;transform:translateY(-5px);border-color:var(--honey)}.product-card-media{position:relative;height:208px;display:flex;align-items:center;justify-content:center;padding:18px;background:#fff;overflow:hidden}.product-card-media img{max-height:100%;max-width:100%;object-fit:contain;transition:transform .5s cubic-bezier(.2,.8,.2,1)}.product-card:hover .product-card-media img,.product-card:focus-visible .product-card-media img{transform:scale(1.05)}@media (prefers-reduced-motion: reduce){.product-card:hover .product-card-media img,.product-card:focus-visible .product-card-media img{transform:none}.product-card:hover,.product-card:focus-visible{transform:none}}.product-card-body{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:18px 20px 0;text-align:left}.product-card-title{margin:0;min-height:2.5em;font-size:.86rem;font-weight:500;line-height:1.4;color:var(--ink);opacity:.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-price{margin:2px 0 0;font-size:1.3rem;font-weight:800;letter-spacing:-.01em;color:var(--ink)}.product-card-price-current{color:var(--ink)}.product-card-cta{margin-top:auto;margin-left:-20px;margin-right:-20px;display:block;padding:14px 20px 16px;border:none;border-top:1px solid #eee;border-radius:0 0 8px 8px;background:transparent;color:var(--ink);font-weight:700;font-size:.76rem;letter-spacing:.09em;text-transform:uppercase;text-align:center;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.product-card:hover .product-card-cta,.product-card:focus-visible .product-card-cta{background:var(--forest);border-top-color:var(--forest);color:#fff}.selos{margin-top:150px;padding:40px 60px;background:#f7f7f5;display:flex;justify-content:center;flex-wrap:wrap;gap:60px}.seal-item{display:flex;align-items:center;gap:16px;max-width:260px;transition:transform .3s cubic-bezier(.2,.8,.2,1)}.seal-item:hover{transform:translateY(-3px)}.seal-icon{flex-shrink:0;width:64px;height:64px;border-radius:50%;border:1.5px solid var(--forest);background:var(--mint);display:flex;align-items:center;justify-content:center;color:var(--forest);transition:background-color .3s ease,color .3s ease,transform .3s cubic-bezier(.2,.8,.2,1)}.seal-item:hover .seal-icon{background:var(--forest);color:#fff;transform:scale(1.06)}.seal-title{margin:0 0 4px;font-weight:700;font-size:1rem;color:var(--ink)}.seal-text{margin:0;font-size:.85rem;color:#666}.about{margin-top:150px;margin-bottom:150px}.about-card{display:flex;justify-content:center;flex-wrap:wrap;gap:30px}.about-card-item{display:block;position:relative;width:320px;height:420px;border-radius:12px;overflow:hidden;text-decoration:none;box-shadow:0 4px 16px #0000001a;transition:box-shadow .4s cubic-bezier(.2,.8,.2,1),transform .4s cubic-bezier(.2,.8,.2,1)}.about-card-item:hover,.about-card-item:focus-visible{box-shadow:0 28px 48px -20px #1e463359;transform:translateY(-6px)}.about-card-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.2,.8,.2,1)}.about-card-item:hover img,.about-card-item:focus-visible img{transform:scale(1.06)}.about-card-caption{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(0deg,#123024f0,#123024bf 55%,#12302400);color:#fff;padding:46px 22px 20px;text-align:left;transition:padding .35s cubic-bezier(.2,.8,.2,1)}.about-card-item:hover .about-card-caption,.about-card-item:focus-visible .about-card-caption{padding-bottom:26px}.about-card-caption h3{margin:0 0 6px;font-weight:800;font-size:1.15rem;letter-spacing:-.01em}.about-card-caption p{margin:0;font-size:.85rem;opacity:.88}@media (prefers-reduced-motion: reduce){.about-card-item:hover,.about-card-item:focus-visible,.about-card-item:hover img,.about-card-item:focus-visible img{transform:none}}.site-footer{margin-top:100px;background:var(--linen);border-top:1px solid #e5e0d3}.footer-columns{padding:70px 10% 40px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px}.footer-col{display:flex;flex-direction:column;align-items:flex-start;gap:10px;min-width:180px;max-width:280px}@media (max-width: 400px){.footer-col{min-width:0;max-width:none;width:100%}}.footer-col h2{font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--forest);margin-bottom:10px}.footer-col p{margin:0;font-size:medium;color:#333}.footer-about p{color:#666}.footer-logo{height:70px;width:auto;margin-bottom:10px}.footer-col a{text-decoration:none;color:var(--ink);font-size:medium;transition:color .2s ease}.footer-col a:hover,.footer-col a:focus-visible,.footer-social-link:hover,.footer-social-link:focus-visible{color:var(--forest);text-decoration:underline}.footer-link-button{background:none;border:none;padding:0;text-decoration:none;color:var(--ink);font-size:medium;font-family:inherit;cursor:pointer;transition:color .2s ease}.footer-link-button:hover,.footer-link-button:focus-visible{color:var(--forest);text-decoration:underline}.footer-social-link{display:flex;align-items:center;gap:10px}.footer-bottom{border-top:1px solid #e5e0d3;padding:18px 10%;text-align:center}.footer-bottom p{margin:0;font-size:.85rem;color:#666}a{color:var(--forest);text-decoration:none;transition:color .2s ease}a:hover,a:focus-visible{color:var(--forest-strong)}.about-page-content{max-width:860px;margin:50px auto;padding:0 20px;display:flex;flex-direction:column;gap:40px}.about-page-text{flex:1 1 320px;min-width:0}.about-page-text h2{margin-top:0;font-weight:700}.about-page-text p{color:#333;line-height:1.6}.about-page-text p a{text-decoration:underline}.legal-table{width:100%;border-collapse:collapse;margin-top:20px}.legal-table tr{border-bottom:1px solid #eee}.legal-table tr:nth-child(2n){background:#faf8f3}.legal-table tr:last-child{border-bottom:none}.legal-table th{width:32%;text-align:left;vertical-align:top;padding:14px 16px 14px 0;font-weight:700;color:var(--forest-strong)}.legal-table td{text-align:left;vertical-align:top;padding:14px 0;color:#333;line-height:1.6}.legal-table td a{text-decoration:underline;color:var(--forest)}@media (max-width: 720px){.legal-table,.legal-table tbody,.legal-table tr,.legal-table th,.legal-table td{display:block;width:100%}.legal-table tr{padding:14px 0}.legal-table th{padding:0 0 6px}.legal-table td{padding:0}}.contact-channels{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin:24px 0 40px}@media (max-width: 380px){.contact-channels{grid-template-columns:1fr}}.contact-card{display:flex;align-items:flex-start;gap:14px;padding:18px;min-width:0;border:1px solid #eee;border-radius:10px;background:#fff;transition:box-shadow .3s cubic-bezier(.2,.8,.2,1),transform .3s cubic-bezier(.2,.8,.2,1)}.contact-card:hover{box-shadow:0 16px 32px -18px #1e46334d;transform:translateY(-3px)}.contact-icon{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:var(--mint);color:var(--forest);display:flex;align-items:center;justify-content:center}.contact-card-label{margin:0 0 2px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#7a7a6a}.contact-card>div{min-width:0}.contact-card-value{margin:0;font-weight:600;color:var(--ink);overflow-wrap:break-word}@media (prefers-reduced-motion: reduce){.contact-card:hover{transform:none}}.faq{max-width:800px;margin:48px auto 150px;padding:0 20px}.faq-title{text-align:center;font-weight:700;margin-bottom:30px}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-item{border:1px solid #e5e0d3;border-radius:10px;padding:14px 18px;background:#fff}.faq-item summary{cursor:pointer;font-weight:600;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";float:right;font-weight:700}.faq-item[open] summary:after{content:"−"}.faq-item p{margin:12px 0 0;color:#333;line-height:1.6}.product-detail-page{max-width:1100px;margin:0 auto;padding-bottom:60px}.breadcrumb-fdc{display:flex;flex-wrap:wrap;gap:8px;font-size:.85rem;color:#666;margin:30px 20px 0}.breadcrumb-fdc a{color:#666;text-decoration:none}.breadcrumb-fdc a:hover{text-decoration:underline}.breadcrumb-fdc span:last-child{color:#333}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:50px;max-width:1100px;margin:30px auto 0;padding:0 20px}@media (max-width: 380px){.product-detail{grid-template-columns:1fr}}.product-detail-gallery{display:flex;min-width:0;gap:16px}.product-detail-thumbs{display:flex;flex-direction:column;gap:8px}@media (max-width: 200px){.product-detail-gallery{flex-direction:column}.product-detail-thumbs{flex-direction:row;flex-wrap:wrap}}.product-detail-thumb{border:1px solid #ddd;border-radius:8px;padding:4px;background:#fff;cursor:pointer;width:60px;height:60px;flex-shrink:0}.product-detail-thumb img{width:100%;height:100%;object-fit:contain}.product-detail-thumb.active{border-color:var(--forest);border-width:2px}.product-detail-main-image{flex:1;min-width:0;height:420px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #eee;border-radius:12px;padding:20px}.product-detail-main-image img{max-width:100%;max-height:100%;object-fit:contain}.product-detail-brand{text-transform:uppercase;color:#666;font-size:.85rem;margin:0 0 4px;letter-spacing:.05em}.product-detail-info{min-width:0}.product-detail-info h1{font-size:1.5rem;margin:0 0 10px}.product-detail-rating{display:flex;align-items:center;gap:8px;color:#888;font-size:.85rem;margin-bottom:16px}.product-detail-rating span:first-child{color:var(--honey);font-size:1rem;letter-spacing:2px}.product-detail-rating span:last-child{min-width:0}.product-detail-price{font-size:2rem;font-weight:700;color:var(--forest);margin:0 0 20px}.product-detail-actions{display:flex;align-items:stretch;gap:14px;margin-bottom:14px;flex-wrap:wrap}.product-detail-qty{display:flex;align-items:center;border:1px solid #ccc;border-radius:8px;overflow:hidden}.product-detail-qty button{background:#fff;border:none;width:40px;font-size:1.2rem;cursor:pointer}.product-detail-qty span{padding:0 16px;font-weight:600;min-width:24px;text-align:center}.product-detail-help{display:inline-block;color:var(--forest);font-size:.9rem;margin-bottom:30px}.product-detail-specs h2{font-size:1.1rem;margin-bottom:10px}.product-detail-specs ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px;color:#333}.product-detail-description{grid-column:1 / -1;max-width:700px;margin-top:30px}.product-detail-description h2{font-size:1.2rem;margin-bottom:12px}.product-detail-description p{line-height:1.6;color:#333;margin-bottom:14px}.product-reviews{max-width:1100px;margin:40px auto 0;padding:40px 20px 0;border-top:1px solid #eee}.product-reviews h2{font-size:1.2rem;margin-bottom:20px}.product-reviews-summary{display:flex;flex-wrap:wrap;align-items:center;gap:50px}.product-reviews-score{display:flex;flex-direction:column;align-items:center;min-width:140px}.product-reviews-score-number{font-size:2.4rem;font-weight:700}.product-reviews-score-stars{color:var(--honey);font-size:1.2rem;letter-spacing:2px}.product-reviews-score-count{color:#666;font-size:.85rem}.product-reviews-bars{flex:1;min-width:220px;display:flex;flex-direction:column;gap:6px}@media (max-width: 380px){.product-reviews-score,.product-reviews-bars{min-width:0;width:100%}}.product-reviews-bar-row{display:flex;align-items:center;gap:10px}.product-reviews-bar-row span{width:12px;color:#666;font-size:.85rem}.product-reviews-bar-track{flex:1;height:6px;background:#eee;border-radius:3px;overflow:hidden}.product-reviews-bar-fill{height:100%;background:var(--honey)}.product-reviews-empty{margin-top:24px;color:#666;font-style:italic}.product-reviews-list{list-style:none;margin-top:30px;display:flex;flex-direction:column;gap:20px}.product-review-item{border-bottom:1px solid #eee;padding-bottom:20px}.product-review-item-header{display:flex;align-items:center;gap:10px;margin-bottom:6px;color:var(--honey);font-size:1rem}.product-review-item-header strong{color:#222;font-size:.95rem}.product-review-item-date{color:#999;font-size:.8rem;margin-left:auto}.product-review-item p{color:#333;line-height:1.5}.product-review-form{margin-top:30px;max-width:500px;padding:20px;border:1px solid #eee;border-radius:12px;display:flex;flex-direction:column;gap:14px}.product-review-form h3{font-size:1.05rem}.product-review-form-rating{display:flex;gap:6px}.product-review-form-rating button{background:none;border:none;font-size:1.6rem;color:#ddd;cursor:pointer;line-height:1}.product-review-form-rating button.active{color:var(--honey)}.product-review-form label{display:flex;flex-direction:column;gap:6px;font-size:.9rem;font-weight:600}.product-review-form textarea{padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:.95rem;font-family:inherit;resize:vertical}.product-review-form-submit{align-self:flex-start;background:var(--forest);color:#fff;border:none;font-weight:700;padding:12px 24px;border-radius:8px;cursor:pointer}.product-review-form-submit:disabled{opacity:.6;cursor:not-allowed}.product-reviews-thanks{margin-top:24px;color:var(--forest);font-weight:600}.product-reviews-login-prompt{margin-top:24px;color:#666}.product-reviews-login-prompt a{color:var(--forest);font-weight:600}.related-products{max-width:1100px;margin:20px auto 0;padding:40px 20px 0;border-top:1px solid #eee}.related-products h2{font-size:1.2rem;margin-bottom:20px}.related-products-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,210px));gap:20px}@media (max-width: 380px){.related-products-row{grid-template-columns:1fr}}.promo-banners{max-width:1100px;margin:40px auto 0;padding:0 20px;display:flex;flex-wrap:wrap;gap:20px}.promo-banner{display:block;flex:1 1 320px;border-radius:12px;overflow:hidden}.promo-banner img{width:100%;height:auto;display:block}@media (max-width: 720px){.product-detail{grid-template-columns:1fr}}.product-detail-add-cart{display:inline-flex;align-items:center;justify-content:center;background:var(--forest);color:#fff;border:none;font-weight:700;font-size:1rem;padding:14px 28px;border-radius:8px;flex:1;min-width:0;cursor:pointer;transition:background-color .15s ease,transform .1s ease}.product-detail-add-cart:hover:not(:disabled){background:var(--forest-strong)}.product-detail-add-cart:active:not(:disabled){transform:scale(.98)}.product-detail-add-cart:disabled{background:#aaa;cursor:not-allowed}.cart-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10001;background:#00000080;display:flex;align-items:center;justify-content:center;padding:20px}.cart-modal{position:relative;width:100%;max-width:400px;background:#fff;border-radius:16px;padding:40px 32px 32px;text-align:center;box-shadow:0 20px 50px #00000040}.cart-modal-close{position:absolute;top:12px;right:12px;border:none;background:transparent;font-size:1.5rem;line-height:1;color:#888;cursor:pointer;padding:6px}.cart-modal-close:hover,.cart-modal-close:focus-visible{color:var(--ink)}.cart-modal-check{width:56px;height:56px;margin:0 auto 16px;border-radius:50%;background:var(--mint);color:var(--forest);display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700}.cart-modal h2{font-size:1.25rem;margin-bottom:20px}.cart-modal-item{display:flex;align-items:center;gap:12px;background:var(--mint);border-radius:12px;padding:12px;margin-bottom:24px;text-align:left}.cart-modal-item img{width:48px;height:48px;object-fit:contain;background:#fff;border-radius:8px;flex-shrink:0}.cart-modal-item span{font-weight:600;color:var(--ink)}.cart-modal-actions{display:flex;flex-direction:column;gap:12px}.cart-modal-primary,.cart-modal-secondary{padding:13px 24px;border-radius:8px;font-weight:700;cursor:pointer;transition:background-color .15s ease,color .15s ease}.cart-modal-primary{border:none;background:var(--forest);color:#fff}.cart-modal-primary:hover,.cart-modal-primary:focus-visible{background:var(--forest-strong)}.cart-modal-secondary{border:2px solid var(--forest);background:transparent;color:var(--forest)}.cart-modal-secondary:hover,.cart-modal-secondary:focus-visible{background:var(--forest);color:#fff}.product-detail-stock-badge{display:inline-block;margin-left:12px;padding:4px 10px;border-radius:20px;background:#fdecea;color:#b3261e;font-size:.8rem;font-weight:700;vertical-align:middle}.price-original{text-decoration:line-through;color:#8a8a8a;font-weight:400;font-size:.75em;margin-right:8px}.price-promotional{color:#b3261e}.cart-page{max-width:1100px;margin:60px auto 0;padding:0 20px}.cart-page h1{margin-bottom:30px}.cart-changes-notice{background:#fff8e1;border:1px solid #f0d98c;border-radius:8px;padding:14px 18px;margin-bottom:24px}.honey-notice{background:#fff4e0;border:1px solid var(--honey);border-left:4px solid var(--honey-deep);border-radius:8px;padding:14px 18px;margin-bottom:24px;color:var(--ink);line-height:1.5}.cart-changes-notice ul{margin:8px 0 0;padding-left:20px}.cart-layout{display:grid;grid-template-columns:1fr 320px;gap:40px;align-items:start}.cart-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;min-width:0;gap:16px}.cart-item{display:grid;grid-template-columns:80px 1fr auto auto auto;align-items:center;gap:16px;background:#fff;border:1px solid #eee;border-radius:12px;padding:14px;box-shadow:0 2px 10px #0000000a}.cart-item-image{width:80px;height:80px;object-fit:contain}.cart-item-info{min-width:0}.cart-item-name{font-weight:600}.cart-item-label,.cart-item-price{color:#666;font-size:.9rem}.cart-item-qty{display:flex;align-items:center;border:1px solid #ccc;border-radius:8px;overflow:hidden}.cart-item-qty button{background:#fff;border:none;width:32px;height:32px;cursor:pointer}.cart-item-qty button:disabled{color:#ccc;cursor:not-allowed}.cart-item-qty span{padding:0 12px;font-weight:600;min-width:20px;text-align:center}.cart-item-total{font-weight:700}.cart-item-remove{width:34px;height:34px;border-radius:50%;border:1px solid #eee;background:#fff;color:#6b6459;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:background-color .15s ease,color .15s ease,border-color .15s ease,transform .1s ease}.cart-item-remove svg{width:17px;height:17px}.cart-item-remove:hover,.cart-item-remove:focus-visible{background:#b3261e;border-color:#b3261e;color:#fff}.cart-item-remove:active{transform:scale(.94)}.cart-item-remove:focus-visible{outline:2px solid var(--honey-deep);outline-offset:2px}.cart-item-remove-tooltip{position:absolute;bottom:calc(100% + 8px);right:0;background:var(--ink);color:#fff;font-size:.7rem;font-weight:600;padding:4px 8px;border-radius:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease}.cart-item-remove:hover .cart-item-remove-tooltip,.cart-item-remove:focus-visible .cart-item-remove-tooltip{opacity:1}.cart-summary{background:#fff;border:1px solid #eee;border-top:4px solid var(--honey);border-radius:12px;padding:20px;position:sticky;top:20px;min-width:0;box-shadow:0 2px 10px #0000000a}.cart-summary h2{margin-bottom:14px}.cart-summary-total{font-size:1.25rem}.cart-summary-total span:last-child{color:var(--forest-strong)}.cart-summary-row{display:flex;justify-content:space-between;gap:8px;margin-bottom:10px}.cart-summary-row span{min-width:0}.cart-summary-note{color:#888;font-size:.8rem;margin-bottom:10px}.cart-summary-total{font-weight:700;font-size:1.1rem;border-top:1px solid #eee;padding-top:10px}.cart-summary-discount{color:var(--forest);font-weight:600}.cart-checkout-button{display:block;text-align:center;background:var(--forest);color:#fff;text-decoration:none;font-weight:700;padding:14px;border-radius:8px;margin-top:16px;cursor:pointer;border:none;transition:background-color .15s ease,transform .1s ease}.cart-checkout-button:hover:not(:disabled),.cart-checkout-button:focus-visible:not(:disabled){background:var(--forest-strong);color:#fff}.cart-checkout-button:active:not(:disabled){transform:scale(.98)}.cart-checkout-button:disabled{opacity:.6;cursor:not-allowed}.cart-continue-link{display:block;text-align:center;margin-top:12px;color:var(--forest)}@media (max-width: 720px){.cart-layout{grid-template-columns:1fr}.cart-item{grid-template-columns:60px 1fr;grid-template-areas:"image info" "image qty" "total total" "remove remove"}.cart-item-image{grid-area:image}.cart-item-info{grid-area:info}.cart-item-qty{grid-area:qty}.cart-item-total{grid-area:total}.cart-item-remove{grid-area:remove}}@media (max-width: 200px){.cart-item{grid-template-columns:1fr;grid-template-areas:"image" "info" "qty" "total" "remove"}.cart-item-image{justify-self:center}}.auth-page{display:flex;justify-content:center;padding:60px 20px;min-height:60vh}.auth-form{width:100%;max-width:400px;background:#fff;border:1px solid #eee;border-top:4px solid var(--honey);border-radius:16px;padding:36px 32px;box-shadow:0 12px 32px #0000000f;display:flex;flex-direction:column;gap:14px}.auth-form h1{margin-bottom:4px}.auth-form label{display:flex;flex-direction:column;gap:6px;font-size:.9rem;font-weight:600}.auth-form input,.auth-form select{padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:1rem;font-weight:400;background:#fff}.auth-form input:focus-visible,.auth-form select:focus-visible,.checkout-section input:focus-visible{outline:2px solid var(--forest);outline-offset:1px}.password-field{display:flex;flex-direction:column;gap:6px}.password-input{position:relative;display:flex}.password-input .password-input-field{flex:1;min-width:0;padding-right:44px}.password-input-field::-ms-reveal,.password-input-field::-ms-clear{display:none}.password-input .password-input-toggle{position:absolute;top:50%;right:6px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;padding:6px;margin:0;border:none;border-radius:6px;background:transparent;color:#999;font-weight:400;cursor:pointer;transition:color .15s ease}.password-input .password-input-toggle:hover:not(:disabled),.password-input .password-input-toggle:focus-visible{color:var(--forest);background:transparent}.password-input .password-input-toggle:focus-visible{outline:2px solid var(--forest);outline-offset:1px}.password-input .password-input-toggle:active:not(:disabled){transform:translateY(-50%)}.auth-form button{background:var(--forest);color:#fff;border:none;font-weight:700;padding:14px;border-radius:8px;cursor:pointer;margin-top:6px;transition:background-color .15s ease,transform .1s ease}.auth-form button:hover:not(:disabled){background:var(--forest-strong)}.auth-form button:active:not(:disabled){transform:scale(.98)}.auth-form button:disabled{opacity:.6;cursor:not-allowed}.auth-error{background:#fdecea;color:#b3261e;border-radius:8px;padding:10px 12px;font-size:.9rem}.auth-success{background:var(--mint);color:var(--forest);border-radius:8px;padding:10px 12px;font-size:.9rem}.auth-field-error{color:#b3261e;font-size:.8rem;font-weight:400}.auth-switch{text-align:center;font-size:.9rem;margin-top:4px}.auth-switch a{color:var(--forest);font-weight:600}.account-page{max-width:560px;margin:0 auto;padding:40px 20px}.account-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:20px;margin:20px 0;display:flex;flex-direction:column;gap:10px;box-shadow:0 2px 10px #0000000a}.account-card h2{margin:0 0 4px;font-size:1.1rem;color:var(--ink)}.account-profile-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:20px;margin:20px 0;display:flex;align-items:center;gap:16px;box-shadow:0 2px 10px #0000000a}.account-avatar{flex-shrink:0;width:52px;height:52px;border-radius:50%;background:var(--mint);color:var(--forest-strong);display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700}.account-card-name{margin:0 0 2px;font-weight:700}.account-card-email{margin:0;color:#666;font-size:.9rem;overflow-wrap:break-word}.account-profile-card>div{min-width:0}.reseller-badge{display:inline-flex;align-items:center;gap:5px;margin-top:8px;background:var(--honey);color:var(--forest-strong);font-size:.75rem;font-weight:700;padding:3px 10px 3px 8px;border-radius:999px}.reseller-badge svg{flex-shrink:0}.card-payment-panel{background:#fafafa;border:1px solid #e5e5e5;border-radius:14px;padding:20px}.pix-payment-panel{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;background:var(--mint);border:1px solid #d9ead6;border-radius:14px;padding:24px 20px}.pix-panel-badge{align-self:center;font-size:.75rem;font-weight:700;color:#a15c00;background:#fff3d6;padding:4px 14px;border-radius:999px}.pix-qr-frame{background:#fff;padding:14px;border-radius:12px;box-shadow:0 2px 10px #00000014}.pix-qr-code{display:block;width:200px;height:200px;border-radius:4px}.pix-copy-paste{width:100%;max-width:420px;height:70px;resize:none;font-size:.72rem;font-family:Courier New,monospace;color:#333;background:#fff;border:1px solid #ddd;border-radius:8px;padding:10px}.pix-copy-button{background:var(--forest);color:#fff;border:none;font-weight:700;padding:12px 28px;border-radius:999px;cursor:pointer;transition:background-color .15s ease,transform .1s ease}.pix-copy-button:hover{background:var(--forest-strong)}.pix-copy-button:active{transform:scale(.98)}.pix-sandbox-link{font-size:.78rem;color:#a15c00;background:#fff3d6;border:1px dashed #e0b970;border-radius:999px;padding:6px 14px;text-decoration:none}.pix-sandbox-link:hover{text-decoration:underline}.payment-result-panel{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;border-radius:14px;padding:28px 20px}.payment-result-panel--success{background:var(--mint);border:1px solid #d9ead6}.payment-result-panel--error{background:#fdf3f2;border:1px solid #f5c6c0}.payment-result-panel--neutral{background:#eef2f7;border:1px solid #cdd9e8}.payment-result-icon{font-size:2.6rem;line-height:1}.payment-result-panel h3{margin:0;font-size:1.15rem}.payment-result-panel--success h3{color:var(--forest)}.payment-result-panel--error h3{color:#b3261e}.payment-result-panel--neutral h3{color:#35507a}.payment-result-panel p{margin:0;color:#666;font-size:.9rem;max-width:360px}.payment-result-button{margin-top:6px;font-weight:700;padding:12px 28px;border-radius:999px;cursor:pointer;border:none;text-decoration:none;display:inline-block;transition:background-color .15s ease,transform .1s ease}.payment-result-button:active{transform:scale(.98)}.payment-result-panel--success .payment-result-button{background:var(--forest);color:#fff}.payment-result-panel--success .payment-result-button:hover{background:var(--forest-strong)}.payment-result-panel--error .payment-result-button{background:#b3261e;color:#fff}.payment-result-panel--error .payment-result-button:hover{background:#8f1e17}.payment-result-panel--neutral .payment-result-button{background:#35507a;color:#fff}.payment-result-panel--neutral .payment-result-button:hover{background:#2a3f5f}.payment-result-secondary-link{font-size:.82rem;color:var(--forest);font-weight:600;text-decoration:underline}.account-links{display:flex;gap:12px;margin-bottom:20px;flex-wrap:wrap}.account-links a{color:var(--forest);font-weight:600}.account-link-tile{display:flex;align-items:center;gap:10px;flex:1 1 165px;min-width:0;white-space:nowrap;background:#fff;border:1px solid #eee;border-radius:10px;padding:14px;color:var(--ink)!important;font-weight:600!important;font-size:.92rem;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.account-link-tile svg{color:var(--forest);flex-shrink:0}.account-link-tile:hover{border-color:var(--forest);box-shadow:0 6px 16px #0000000f;transform:translateY(-1px)}@media (max-width: 250px){.account-link-tile{white-space:normal}}.account-logout{display:inline-flex;align-items:center;gap:8px;background:none;border:1px solid #ddd;color:#333;font-weight:600;padding:12px 20px;border-radius:8px;cursor:pointer;transition:border-color .15s ease,color .15s ease}.account-logout:hover{border-color:#b3261e;color:#b3261e}.account-data-section{margin-top:32px;border:1px solid #ddd;border-radius:12px;padding:20px}.account-data-section h2{color:var(--forest);font-size:1.1rem;margin-bottom:6px}.account-data-section>p{color:#888;font-size:.85rem;margin-bottom:14px}.account-export-buttons{display:flex;flex-wrap:wrap;gap:10px}.account-export-button{background:none;border:1px solid var(--forest);color:var(--forest);font-weight:600;padding:10px 18px;border-radius:8px;cursor:pointer}.account-export-button:disabled{opacity:.6;cursor:not-allowed}.account-danger-zone{margin-top:32px;border:1px solid #f5c6c0;border-radius:12px;padding:20px}.account-danger-zone h2{color:#b3261e;font-size:1.1rem;margin-bottom:6px}.account-danger-zone>p{color:#888;font-size:.85rem;margin-bottom:14px}.account-delete-toggle{background:none;border:1px solid #b3261e;color:#b3261e;font-weight:600;padding:10px 18px;border-radius:8px;cursor:pointer}.account-phone-display{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.account-save-button{background:var(--forest);color:#fff;border:none;font-weight:700;padding:12px 18px;border-radius:8px;cursor:pointer}.account-save-button:disabled{opacity:.6;cursor:not-allowed}.account-delete-form{display:flex;flex-direction:column;gap:12px}.account-delete-form label{display:flex;flex-direction:column;gap:6px;font-size:.9rem;font-weight:600}.account-delete-form input{padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:1rem;font-weight:400}.account-delete-actions{display:flex;gap:10px}.account-delete-confirm{background:#b3261e;color:#fff;border:none;font-weight:700;padding:12px 18px;border-radius:8px;cursor:pointer}.account-delete-confirm:disabled{opacity:.6;cursor:not-allowed}.account-delete-cancel{background:none;border:1px solid #ddd;color:#333;font-weight:600;padding:12px 18px;border-radius:8px;cursor:pointer}.address-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;margin:20px 0}.address-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:18px;display:flex;flex-direction:column;gap:4px;box-shadow:0 2px 10px #0000000a}.address-add-button{background:none;border:1.5px solid var(--forest);color:var(--forest);font-weight:600;padding:10px 20px;border-radius:8px;cursor:pointer;transition:background-color .15s ease,color .15s ease}.address-add-button:hover{background:var(--forest);color:#fff}.address-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.address-badge{background:var(--mint);color:var(--forest);font-size:.75rem;font-weight:700;padding:3px 10px;border-radius:999px}.address-card p{color:#666;font-size:.9rem}.address-card-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.address-card-actions button,.address-card-actions a{background:none;border:1px solid #ddd;color:#333;font-weight:600;padding:8px 14px;border-radius:8px;cursor:pointer;font-size:.85rem;text-decoration:none;transition:border-color .15s ease,color .15s ease}.address-card-actions a{border-color:var(--forest);color:var(--forest)}.address-card-actions a:hover{background:var(--forest);color:#fff}.address-card-actions button:hover{border-color:var(--forest);color:var(--forest)}.address-card-remove{border-color:#b3261e!important;color:#b3261e!important}.address-form{max-width:480px;margin-top:20px}.address-form-checkbox{flex-direction:row!important;align-items:center;gap:8px!important}.checkout-page{max-width:1100px;margin:0 auto;padding:40px 20px 80px}.checkout-page h1{margin:0 0 28px}.checkout-layout{display:grid;grid-template-columns:2fr 1fr;gap:24px;align-items:start}.checkout-form{display:flex;flex-direction:column;min-width:0;gap:20px}.checkout-section{background:#fff;border:1px solid #eee;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:12px;box-shadow:0 2px 10px #0000000a}.checkout-section h2{margin:0 0 4px;padding-bottom:12px;border-bottom:1px solid #f0ede4;font-size:1.05rem;color:var(--ink)}.checkout-section label{display:flex;flex-direction:column;gap:6px;font-size:.9rem;font-weight:600}.checkout-section input[type=text]{padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:1rem;font-weight:400}.coupon-input-row{display:flex;gap:10px}@media (max-width: 200px){.coupon-input-row{flex-direction:column}}.coupon-input-row input[type=text]{flex:1;min-width:0}.coupon-apply-button{background:var(--forest);color:#fff;border:none;font-weight:600;padding:0 20px;border-radius:8px;cursor:pointer;transition:background-color .15s ease,transform .1s ease}.coupon-apply-button:hover:not(:disabled){background:#38470f}.coupon-apply-button:active:not(:disabled){transform:scale(.98)}.coupon-apply-button:disabled{opacity:.6;cursor:not-allowed}.coupon-applied-row{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--mint);color:var(--forest);font-size:.9rem;font-weight:600;padding:10px 14px;border-radius:8px}.coupon-remove-button{background:none;border:none;color:#b3261e;font-weight:600;font-size:.85rem;cursor:pointer;text-decoration:underline;flex-shrink:0}.checkout-address-row{display:flex;flex-direction:column;gap:8px}.checkout-address-top{display:flex;align-items:stretch;gap:8px}.checkout-address-option{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:10px;font-weight:400!important;border:1.5px solid #eee;border-radius:8px;padding:10px 12px;flex:1;transition:border-color .15s ease,background-color .15s ease}.checkout-address-option:has(input:checked){border-color:var(--forest);background:var(--mint)}.checkout-address-edit{align-self:stretch;white-space:nowrap;background:none;border:1.5px solid #ddd;color:#333;font-weight:600;padding:0 22px;border-radius:8px;cursor:pointer;transition:border-color .15s ease,color .15s ease,background-color .15s ease}.checkout-address-edit:hover{border-color:var(--forest);color:var(--forest);background:var(--mint)}.checkout-radio{display:flex!important;flex-direction:row!important;align-items:center;gap:8px;font-weight:400!important}.checkout-note{color:#888;font-size:.8rem}.checkout-help{display:inline-block;margin-top:12px;color:var(--forest);font-size:.85rem;text-decoration:underline}.freight-options{display:flex;flex-direction:column;gap:12px}.freight-highlights{display:grid;grid-template-columns:1fr 1fr;gap:12px}.freight-highlight-card{display:flex!important;flex-direction:column!important;gap:4px;border:2px solid #eee;border-radius:10px;padding:14px;font-weight:400!important;cursor:pointer;position:relative;transition:box-shadow .15s ease,transform .15s ease}.freight-highlight-card:hover,.freight-highlight-card:focus-within{box-shadow:0 8px 20px #0000001a;transform:translateY(-2px)}.freight-highlight-card input[type=radio]{position:absolute;top:14px;right:14px}.freight-highlight-selected{border-color:var(--forest);background:var(--mint)}.freight-badge{align-self:flex-start;font-size:.7rem;font-weight:700;padding:3px 10px;border-radius:999px}.freight-badge-cheap{background:var(--mint);color:var(--forest)}.freight-badge-fast{background:#fff3d6;color:#a15c00}.freight-price{font-size:1.1rem;font-weight:700}.freight-other-options{font-size:.85rem;color:#666}.freight-other-options summary{cursor:pointer;color:var(--forest);font-weight:600;margin-bottom:8px}.freight-other-options-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.freight-option-row{display:flex!important;flex-direction:column!important;gap:4px;border:2px solid #eee;border-radius:10px;padding:10px 12px;font-weight:400!important;cursor:pointer;position:relative;background:#fff;transition:box-shadow .15s ease,transform .15s ease}.freight-option-row:hover,.freight-option-row:focus-within{box-shadow:0 8px 20px #0000001a;transform:translateY(-2px)}.freight-option-row input[type=radio]{position:absolute;top:10px;right:10px}.freight-option-row .freight-price{font-size:.95rem}.freight-option-row.freight-highlight-selected{border-color:var(--forest);background:var(--mint)}@media (max-width: 720px){.freight-highlights{grid-template-columns:1fr}}.checkout-summary{position:sticky;top:20px;min-width:0}.checkout-items{list-style:none;display:flex;flex-direction:column;gap:6px;font-size:.85rem;margin-bottom:14px;color:#666}.order-detail-status{display:inline-block;background:var(--mint);color:var(--forest);font-weight:700;padding:4px 12px;border-radius:999px;font-size:.85rem;margin-bottom:4px}.order-cancel-block{margin:10px 0 20px;text-align:center}.order-cancel-button{background:none;border:1.5px solid #b3261e;color:#b3261e;font-weight:600;padding:12px 24px;border-radius:999px;cursor:pointer;transition:background-color .15s ease,color .15s ease}.order-cancel-button:hover:not(:disabled){background:#b3261e;color:#fff}.order-cancel-button:disabled{opacity:.6;cursor:not-allowed}.order-detail-page .account-links{margin-top:20px}.order-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;margin:20px 0;list-style:none}.order-card{background:#fff;border:1px solid #efefef;border-radius:12px;padding:16px;display:flex;align-items:flex-start;gap:14px;box-shadow:0 2px 10px #0000000a;transition:box-shadow .35s cubic-bezier(.2,.8,.2,1),transform .35s cubic-bezier(.2,.8,.2,1),border-color .35s ease}.order-card:hover,.order-card:focus-within{box-shadow:0 28px 48px -28px #1e46333d,0 2px 10px #14140f0d;transform:translateY(-5px);border-color:var(--honey)}@media (prefers-reduced-motion: reduce){.order-card:hover,.order-card:focus-within{transform:none}}.order-card-media{flex-shrink:0}.order-card-image{width:64px;height:64px;object-fit:contain;border-radius:8px;background:#f7f7f5}.order-card-image-placeholder{width:64px;height:64px;border-radius:8px;background:#f7f7f5}.order-card-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.order-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:2px}.order-card-summary{font-size:1rem;line-height:1.4}.order-card-content p{color:#666;font-size:.9rem}.order-card-content p.order-card-number{color:#999;font-size:.78rem}.cookie-consent-banner{position:fixed;left:0;right:0;bottom:0;z-index:10000;background:var(--ink);color:#fff;padding:16px 100px 16px 20px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.cookie-consent-banner p{margin:0;font-size:14px;max-width:700px}.cookie-consent-banner a{color:var(--honey);text-decoration:underline}.cookie-consent-actions{display:flex;gap:10px;flex-shrink:0}.cookie-consent-banner button{border:none;border-radius:6px;padding:10px 18px;font-size:14px;cursor:pointer}.cookie-consent-reject{background:transparent;color:#fff;border:1px solid #7a7a6a!important}.cookie-consent-accept{background:var(--forest);color:#fff}@media (max-width: 720px){.cookie-consent-banner{padding:16px 20px;flex-direction:column;align-items:stretch}}@media (max-width: 360px){.cookie-consent-actions{flex-direction:column;align-items:stretch;width:100%}}@media (max-width: 720px){.checkout-layout{grid-template-columns:1fr}}.reseller-hero{width:100%;margin-top:64px}.reseller-hero a{display:block;max-width:1200px;margin:0 auto}.reseller-hero img{width:100%;max-width:1200px;height:auto;display:block;margin:0 auto;transition:opacity .15s ease}.reseller-hero a:hover img,.reseller-hero a:focus-visible img{opacity:.92}.reseller-benefits{max-width:1080px;margin:0 auto;padding:60px 20px 20px}.reseller-benefits h2,.reseller-steps h2{text-align:center;font-size:1.7rem;font-weight:700;color:var(--ink);margin:0 0 40px}.reseller-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.reseller-benefit-card{background:#fff;border:1px solid #e5e0d3;border-top:4px solid var(--honey);border-radius:14px;padding:28px 22px;text-align:center;transition:box-shadow .15s ease,transform .15s ease}.reseller-benefit-card:hover{box-shadow:0 10px 24px #00000014;transform:translateY(-3px)}.reseller-benefit-icon{width:60px;height:60px;margin:0 auto 16px;border-radius:50%;background:var(--mint);color:var(--forest);display:flex;align-items:center;justify-content:center}.reseller-benefit-card h3{margin:0 0 8px;font-size:1.05rem;font-weight:700;color:var(--ink)}.reseller-benefit-card p{margin:0;font-size:.9rem;line-height:1.55;color:#666}.reseller-steps{max-width:1080px;margin:0 auto;padding:60px 20px}.reseller-steps-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.reseller-step{position:relative;text-align:center;padding-top:8px}.reseller-step:before{content:"";position:absolute;top:28px;left:calc(50% + 30px);width:calc(100% - 60px);height:2px;background:repeating-linear-gradient(90deg,var(--honey) 0 8px,transparent 8px 16px)}.reseller-step:last-child:before{display:none}.reseller-step-number{display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin:0 auto 14px;border-radius:50%;background:var(--forest);color:#fff;font-size:1.3rem;font-weight:700}.reseller-step h3{margin:0 0 6px;font-size:1rem;font-weight:700;color:var(--ink)}.reseller-step p{margin:0;font-size:.88rem;line-height:1.5;color:#666}.reseller-action{max-width:1080px;margin:0 auto;padding:20px 20px 90px;display:flex;justify-content:center}.reseller-form-card{width:100%;max-width:620px;background:#fff;border-radius:20px;border-top:5px solid var(--honey);box-shadow:0 12px 32px #00000014;padding:40px}.reseller-form-card h2{margin:0 0 14px;font-size:1.4rem;font-weight:700;color:var(--ink)}.reseller-form-card>p{color:#333;line-height:1.6}.reseller-inline-form{max-width:none;border:none;padding:0;margin:20px 0 0}.reseller-cta-row{display:flex;flex-wrap:wrap;gap:14px;margin:24px 0 6px}.reseller-btn-primary,.reseller-btn-secondary{padding:13px 26px;border-radius:8px;font-weight:700;text-decoration:none;text-align:center;transition:background-color .15s ease,color .15s ease,transform .1s ease}.reseller-btn-primary{background:var(--forest);color:#fff}.reseller-btn-primary:hover{background:var(--forest-strong);color:#fff}.reseller-btn-secondary{border:2px solid var(--forest);color:var(--forest)}.reseller-btn-secondary:hover{background:var(--forest);color:#fff}.reseller-whatsapp-row{margin-top:22px;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.reseller-whatsapp-row p{margin:0;color:#333}.whatsapp-cta-button{display:inline-flex;align-items:center;flex-wrap:wrap;max-width:100%;gap:10px;padding:13px 26px;border:2px solid var(--forest);border-radius:8px;color:var(--forest);font-weight:700;text-decoration:none;transition:background-color .15s ease,color .15s ease}.whatsapp-cta-button:hover{background:var(--forest);color:#fff}.reseller-status-card{width:100%;max-width:620px;background:#fff;border-radius:20px;box-shadow:0 12px 32px #00000014;padding:36px 40px;display:flex;align-items:flex-start;gap:18px}.reseller-status-card h2{margin:0 0 8px;font-size:1.25rem;font-weight:700}.reseller-status-card p{margin:0;line-height:1.6;color:#333}.reseller-status-approved{border-top:5px solid var(--forest);color:var(--forest)}.reseller-status-pending{border-top:5px solid var(--honey);color:#a15c00}@media (max-width: 900px){.reseller-steps-list{grid-template-columns:repeat(2,1fr);row-gap:40px}.reseller-step:nth-child(2):before{display:none}}@media (max-width: 640px){.reseller-benefits,.reseller-steps,.reseller-action{padding-left:16px;padding-right:16px}.reseller-steps-list{grid-template-columns:1fr}.reseller-step:before{display:none}.reseller-form-card,.reseller-status-card{padding:28px 22px}.reseller-status-card{flex-direction:column}}.about-hero{position:relative;width:100%;height:420px;overflow:hidden}.about-hero img{width:100%;height:100%;object-fit:cover;display:block}.about-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#141e0a26,#141e0a8c)}.about-hero-text{max-width:640px;padding:0 20px;text-align:center;color:#fff}.about-hero-eyebrow{display:inline-block;margin-bottom:12px;padding:5px 16px;border:1px solid rgba(255,255,255,.6);border-radius:999px;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.about-hero-text h1{margin:0 0 12px;font-size:2.6rem;font-weight:700}.about-hero-text p{margin:0;font-size:1.05rem;line-height:1.6;color:#fff}.about-trust-strip{padding:40px 60px;background:#f7f7f5;display:flex;justify-content:center;flex-wrap:wrap;gap:60px}.about-sections{background:#fff}.about-block-row{padding:64px 0}.about-block-row-tint{background:var(--mint)}.about-block{max-width:1080px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:50px;flex-wrap:wrap}.about-block.reverse{flex-direction:row-reverse}.reveal{opacity:0;transition:opacity .7s ease,transform .7s ease;will-change:opacity,transform}.reveal.reveal-from-right{transform:translate(48px)}.reveal.reveal-from-left{transform:translate(-48px)}.reveal.reveal-from-bottom{transform:translateY(24px)}.reveal.is-visible{opacity:1;transform:translate(0)}@media (prefers-reduced-motion: reduce){.reveal{opacity:1;transform:none;transition:none}}.about-block-media{flex:1 1 360px;max-width:460px;aspect-ratio:4 / 3;border-radius:18px;overflow:hidden;box-shadow:0 14px 32px #0000001a}.about-block-media-photo img{width:100%;height:100%;object-fit:cover;display:block}.about-block-media-product{background:#faf7ee;display:flex;align-items:center;justify-content:center;padding:24px}.about-block-media-product img{width:100%;height:100%;object-fit:contain;display:block}.about-block-copy{flex:1 1 360px;min-width:260px}.about-block-number{display:block;margin-bottom:8px;font-size:.9rem;font-weight:700;letter-spacing:.08em;color:#7a5c12}.about-block-copy h2{margin:0 0 16px;font-size:1.6rem;font-weight:700;color:var(--forest-strong)}.about-block-copy p{color:#333;line-height:1.65}.about-block-copy p a{text-decoration:underline}.about-cta{text-align:center;padding:80px 20px;background:var(--forest);color:#fff}.about-cta h2{margin:0 0 12px;font-size:1.7rem;font-weight:700}.about-cta p{margin:0 auto 28px;max-width:480px;color:var(--mint)}.about-cta-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:16px}.about-cta-primary,.about-cta-secondary{padding:13px 28px;border-radius:8px;font-weight:700;text-decoration:none;transition:background-color .15s ease,color .15s ease}.about-cta-primary{background:var(--honey);color:var(--ink)}.about-cta-primary:hover{background:#e0b970}.about-cta-secondary{border:2px solid #fff;color:#fff}.about-cta-secondary:hover{background:#fff;color:var(--forest)}@media (max-width: 720px){.about-hero{height:320px}.about-hero-text h1{font-size:2rem}.about-block-row{padding:44px 0}.about-block-media{max-width:100%}}
