@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Slab:wght@400&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--color-primary:#d4af37;--color-primary-focus:#fadb5f;--color-primary-on-dark:#d4af37;--color-ink:#fff;--color-body:#fff;--color-body-on-light:#111;--color-body-muted:#a0a0a0;--color-ink-muted-80:#e0e0e0;--color-ink-muted-48:#7a7a7a;--color-divider-soft:#ffffff1a;--color-hairline:#333;--color-canvas:#0a0a0a;--color-canvas-light:#fff;--color-surface-tile-1:#111;--color-surface-tile-2:#1a1a1a;--color-surface-tile-3:#222;--color-surface-black:#000;--color-surface-chip-translucent:#000000a3;--color-on-primary:#000;--color-on-dark:#fff;--font-family-display:"Roboto", system-ui, -apple-system, sans-serif;--font-family-body:"Roboto", system-ui, -apple-system, sans-serif;--rounded-none:0px;--rounded-xs:5px;--rounded-sm:8px;--rounded-md:11px;--rounded-lg:18px;--rounded-pill:9999px;--rounded-full:50%;--spacing-xxs:4px;--spacing-xs:8px;--spacing-sm:12px;--spacing-md:17px;--spacing-lg:24px;--spacing-xl:32px;--spacing-xxl:48px;--spacing-section:80px;--shadow-product:#00000080 0px 20px 40px 0px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family-body);background-color:var(--color-canvas);color:var(--color-body);letter-spacing:-.374px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:17px;line-height:1.44;overflow-x:clip}html{overflow-x:clip}@media (width<=768px){input,select,textarea{font-size:16px!important}}.hero-display{font-family:var(--font-family-display);letter-spacing:-1px;text-transform:uppercase;color:var(--color-primary);font-size:64px;font-weight:800;line-height:1.07}.display-lg{font-family:var(--font-family-display);letter-spacing:-.01em;text-transform:uppercase;font-size:40px;font-weight:700;line-height:1.1}.display-md{font-family:var(--font-family-body);letter-spacing:-.374px;text-transform:uppercase;font-size:34px;font-weight:700;line-height:1.44}.lead{font-family:var(--font-family-display);letter-spacing:.196px;font-size:28px;font-weight:400;line-height:1.14}.lead-airy{font-family:var(--font-family-body);letter-spacing:0;font-size:24px;font-weight:300;line-height:1.5}.tagline{font-family:var(--font-family-display);letter-spacing:.231px;font-size:21px;font-weight:600;line-height:1.19}.body-strong{font-weight:600;line-height:1.24}.caption{letter-spacing:-.224px;font-size:14px;font-weight:400;line-height:1.43}.caption-strong{letter-spacing:-.224px;font-size:14px;font-weight:600;line-height:1.29}.fine-print{letter-spacing:-.12px;font-size:12px;font-weight:400;line-height:1}a{color:var(--color-primary);cursor:pointer;text-decoration:none}.on-dark a{color:var(--color-primary-on-dark)}button{cursor:pointer;font-family:var(--font-family-body);background:0 0;border:none;transition:transform .1s}button:active{transform:scale(.95)}.btn-primary{background-color:var(--color-primary);color:var(--color-on-primary);border-radius:var(--rounded-pill);text-transform:uppercase;padding:11px 28px;font-size:17px;font-weight:600}.btn-primary:focus-visible{outline:2px solid var(--color-primary-focus);outline-offset:2px}.btn-secondary-pill{color:var(--color-primary);border-radius:var(--rounded-pill);border:1px solid var(--color-primary);text-transform:uppercase;background-color:#0000;padding:11px 28px;font-size:17px;font-weight:600}.btn-dark-utility{background-color:var(--color-ink);color:var(--color-canvas);letter-spacing:-.224px;border-radius:var(--rounded-pill);text-transform:uppercase;padding:8px 24px;font-size:14px;font-weight:600}.product-tile{width:100%;padding:var(--spacing-section) 0;text-align:center;border-radius:var(--rounded-none);flex-direction:column;align-items:center;display:flex}.product-tile-light{background-color:var(--color-canvas-light);color:var(--color-body-on-light)}.product-tile-dark{background-color:var(--color-canvas);color:var(--color-body)}.product-image{box-shadow:var(--shadow-product);border-radius:var(--rounded-lg)}.utility-card{background-color:var(--color-canvas-light);color:var(--color-body-on-light);border-radius:var(--rounded-lg);padding:var(--spacing-lg);border:1px solid var(--color-hairline)}*,:before,:after{box-sizing:border-box}html,body,#root{width:100%;max-width:100%;margin:0;overflow-x:hidden}img,video,svg,canvas{max-width:100%;height:auto}iframe,input,textarea,select,button{max-width:100%}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}@media (width<=1024px){.container{width:100%;max-width:100%;padding-left:24px;padding-right:24px}}@media (width<=768px){.container{width:100%;max-width:100%;padding-left:16px;padding-right:16px}img,video{max-width:100%;height:auto}}@media (width<=480px){.container{padding-left:12px;padding-right:12px}}.top-bar{color:#fff;text-align:center;text-transform:uppercase;letter-spacing:1px;background-color:#0c0c0c;padding:10px 12px}.top-bar p{margin:0;font-family:monospace,sans-serif;font-size:14px;font-weight:600}.drawer-overlay{z-index:90;opacity:0;pointer-events:none;background-color:#000000b3;width:100vw;height:100vh;transition:opacity .3s;position:fixed;top:0;left:0}.drawer-overlay.open{opacity:1;pointer-events:auto}.drawer{background-color:var(--color-canvas-light);width:100%;max-width:400px;height:100vh;color:var(--color-body-on-light);z-index:100;flex-direction:column;transition:right .3s;display:flex;position:fixed;top:0;right:-400px;box-shadow:-5px 0 30px #00000080}.drawer.open{right:0}.drawer-header{padding:var(--spacing-lg);border-bottom:1px solid var(--color-hairline);justify-content:space-between;align-items:center;display:flex}.drawer-header .icon-button{color:var(--color-body-on-light)}.drawer-content{padding:var(--spacing-lg);flex:1;overflow-y:auto}.drawer-item{border-bottom:1px solid var(--color-hairline);gap:16px;margin-bottom:24px;padding-bottom:24px;display:flex}.drawer-item img{object-fit:contain;background-color:var(--color-surface-tile-1);border-radius:var(--rounded-xs);width:80px;height:80px}.drawer-item-info h4{color:var(--color-on-dark);margin-bottom:8px}.header{z-index:9999;width:100%;position:absolute;top:0;left:0;box-shadow:none!important;background:0 0!important;border:none!important}.global-nav{color:#111;background:#fff;border-bottom:1px solid #e5e5e5;justify-content:center;height:90px;display:flex}.nav-content{grid-template-columns:auto 1fr auto;align-items:center;width:100%;max-width:1400px;height:100%;margin:auto;padding:0 40px;display:grid}.logo-link{align-items:center;gap:10px;text-decoration:none;display:flex}.logo{font-family:var(--font-family-display);letter-spacing:2px;font-size:24px;font-weight:800}.logo-img{object-fit:contain;width:auto;height:70px}@media (width>=834px){.logo-img{height:80px}}.desktop-nav{display:none}@media (width>=834px){.desktop-nav{justify-content:center;align-items:center;gap:55px;display:flex}.mobile-menu-toggle{display:none}}.nav-link{color:#060606;font-size:17px;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.nav-link:hover{color:var(--color-primary)}.nav-actions{gap:var(--spacing-lg);align-items:center;display:flex}.icon-button{color:#060606;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:22px;transition:all .3s;display:flex}.icon-button:hover{color:#d4af37;background:#d4af3714;transform:translateY(-2px)}.global-footer{box-sizing:border-box;color:#fff!important;background:#080808!important;border:none!important;width:100%!important;padding:95px 0 0!important;position:relative!important;overflow:hidden!important}.global-footer:before{content:"";clip-path:polygon(0% 0%,3% 55%,7% 25%,11% 62%,15% 20%,20% 58%,25% 18%,30% 55%,35% 20%,40% 60%,45% 18%,50% 55%,55% 20%,60% 58%,65% 18%,70% 55%,75% 20%,80% 58%,85% 18%,90% 55%,95% 20%,100% 50%,100% 0%);z-index:10;pointer-events:none;background:#fff;width:100%;height:25px;position:absolute;top:0;left:0}.footer-container{z-index:2;box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;position:relative;padding:45px 20px 0!important}.footer-links{box-sizing:border-box;width:100%;align-items:start!important;gap:55px!important;justify-content:initial!important;grid-template-columns:1.45fr .9fr .9fr 1.15fr!important;margin:0 0 70px!important;padding:0!important;display:grid!important}.footer-column{box-sizing:border-box;width:100%;flex-direction:column!important;justify-content:flex-start!important;align-items:flex-start!important;min-width:0!important;margin:0!important;padding:0!important;display:flex!important}.footer-column h4{width:100%;font-family:var(--font-family-body,Arial, sans-serif);text-transform:uppercase;position:relative;color:#fff!important;letter-spacing:0!important;margin:0 0 22px!important;padding:0!important;font-size:22px!important;font-weight:800!important;line-height:1.2!important}.footer-column h4:after{content:"";background:#3a271c;border-radius:2px;width:42px;height:3px;margin-top:13px;display:block}.footer-column a{width:100%;font-family:var(--font-family-body,Arial, sans-serif);gap:10px;transition:color .25s,transform .25s;color:#c8c8c8!important;border:none!important;align-items:center!important;margin:0!important;padding:9px 0!important;font-size:15px!important;font-weight:400!important;line-height:1.5!important;text-decoration:none!important;display:flex!important}.footer-column a:before{content:"›";color:#3a271c;flex-shrink:0;font-size:21px;font-weight:700;line-height:1;transition:transform .25s}.footer-column a:hover{transform:translate(4px);color:#fff!important}.footer-column a:hover:before{transform:translate(3px)}.footer-column:first-child{padding-right:20px!important}.footer-column:first-child h4{letter-spacing:-1px!important;margin-bottom:18px!important;font-size:31px!important;font-weight:800!important;line-height:1!important}.footer-column:first-child h4:after{display:none}.footer-column:first-child p{width:100%;max-width:370px;font-weight:400;color:#c4c4c4!important;margin:0 0 28px!important;padding:0!important;font-size:15px!important;line-height:1.65!important}.footer-socials{align-items:center!important;gap:12px!important;margin:0!important;padding:0!important;display:flex!important}.footer-socials a{min-width:50px;transform:none;color:#fff!important;background:#202020!important;border:none!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:50px!important;height:50px!important;padding:0!important;font-size:17px!important;display:flex!important}.footer-socials a:before{display:none!important}.footer-socials a:hover{transform:translateY(-4px);color:#fff!important;background:#3a271c!important}.footer-contact{flex-direction:column;width:100%;margin:0;padding:0;display:flex}.footer-contact-item{color:#c7c7c7;box-sizing:border-box;border-bottom:1px solid #ffffff14;align-items:flex-start;gap:13px;width:100%;margin:0;padding:13px 0;font-size:15px;line-height:1.6;display:flex}.footer-contact-item svg{color:#3a271c;flex-shrink:0;margin-top:4px;font-size:16px}.footer-contact-item a{color:#fff!important;border:none!important;width:auto!important;margin:0!important;padding:0!important;display:inline!important;transform:none!important}.footer-contact-item a:before{display:none!important}.footer-contact-item a:hover{color:#3a271c!important;transform:none!important}.footer-legal{box-sizing:border-box;width:100%;text-align:left!important;border-top:1px solid #ffffff1f!important;margin:0!important;padding:22px 0!important}.footer-legal>*{box-sizing:border-box}.footer-legal p{color:#d0d0d0;margin:0;font-size:15px;line-height:1.5}.footer-legal-inner{justify-content:space-between;align-items:center;gap:30px;max-width:1200px;margin:0 auto;padding:0 20px;display:flex;position:relative}.footer-payment{flex-wrap:nowrap;justify-content:center;align-items:center;gap:6px;display:flex}.footer-payment span{color:#111;text-align:center;box-sizing:border-box;background:#fff;border-radius:3px;justify-content:center;align-items:center;width:54px;height:28px;padding:4px;font-size:8px;font-weight:800;display:flex}.footer-scroll-top{color:#fff;cursor:pointer;background:#3a271c;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:17px;transition:background .3s,transform .3s;display:flex}.footer-scroll-top:hover{background:#3a271c;transform:translateY(-4px)}.global-footer .footer-container:before{content:"";filter:blur(8px);pointer-events:none;background:radial-gradient(#3a271c 0% 0%,#0000 70%);width:220px;height:220px;position:absolute;top:100px;left:-150px}.global-footer .footer-container:after{content:"";filter:blur(8px);pointer-events:none;background:radial-gradient(#3a271c 0% 0%,#0000 70%);width:220px;height:220px;position:absolute;top:100px;right:-150px}@media (width<=1000px){.global-footer{padding-top:80px!important}.footer-links{grid-template-columns:1fr 1fr!important;gap:45px!important}.footer-column:first-child{grid-column:span 2;padding-right:0!important}.footer-legal-inner{flex-wrap:wrap}}@media (width<=650px){.global-footer{padding-top:70px!important}.footer-container{padding:35px 20px 0!important}.footer-links{grid-template-columns:1fr!important;gap:40px!important;margin-bottom:50px!important}.footer-column:first-child{grid-column:auto;padding-right:0!important}.footer-column:first-child h4{font-size:28px!important}.footer-column h4{font-size:20px!important}.footer-column a{font-size:14px!important}.footer-column:first-child p{max-width:100%;font-size:14px!important}.footer-socials a{min-width:46px;width:46px!important;height:46px!important}.footer-legal{padding:25px 0 30px!important}.footer-legal-inner{flex-direction:column;align-items:flex-start;gap:20px;padding:0 20px}.footer-payment{flex-wrap:wrap;justify-content:flex-start}.footer-scroll-top{position:absolute;bottom:25px;right:20px}}:root{--mc-bg:#f4f5f7;--mc-card:#fff;--mc-border:#edeff2;--mc-text:#16181d;--mc-text-light:#6b7280;--mc-blue:#3452e0;--mc-blue-dark:#2338a8;--mc-green:#16a34a;--mc-radius-lg:16px;--mc-radius-md:12px;--mc-radius-sm:8px;--mc-shadow:0 2px 10px #1018280f}.cart-overlay{z-index:999;background-color:#10141e73;width:100vw;height:100vh;animation:.3s fadeIn;position:fixed;top:0;left:0}.cart-sidebar{background-color:var(--mc-bg);width:100%;max-width:400px;height:100vh;color:var(--mc-text);z-index:1000;flex-direction:column;animation:.3s forwards slideInRight;display:flex;position:fixed;top:0;right:0;box-shadow:-8px 0 24px #1018281f}.cart-header{background:linear-gradient(135deg, var(--mc-blue), var(--mc-blue-dark));color:#fff;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.cart-header h2{font-family:var(--font-heading);color:#fff;margin:0;font-size:1.25rem;font-weight:600}.cart-close{cursor:pointer;color:#fff;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.cart-close:hover{background:#ffffff47}.cart-items{flex-direction:column;flex:1;gap:14px;padding:20px;display:flex;overflow-y:auto}.empty-cart{height:100%;color:var(--mc-text-light);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.cart-item{background:var(--mc-card);border-radius:var(--mc-radius-md);box-shadow:var(--mc-shadow);border:1px solid var(--mc-border);gap:14px;padding:14px;display:flex}.cart-item-image{object-fit:contain;border-radius:var(--mc-radius-sm);background-color:#f7f8fa;flex-shrink:0;width:64px;height:64px}.cart-item-details{flex-direction:column;flex:1;min-width:0;display:flex}.cart-item-details h4{color:var(--mc-text);white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:.95rem;font-weight:600;overflow:hidden}.cart-item-price{color:var(--mc-text);margin:0 0 10px;font-weight:700}.cart-item-actions{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.quantity-controls{border:1px solid var(--mc-border);background:#f7f8fa;border-radius:999px;align-items:center;display:flex}.quantity-controls button{cursor:pointer;width:26px;height:26px;color:var(--mc-text);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.quantity-controls span{text-align:center;width:28px;font-size:.85rem;font-weight:600}.remove-item{color:var(--mc-text-light);cursor:pointer;background:0 0;border:none;font-size:.8rem;text-decoration:underline}.cart-footer{background-color:var(--mc-bg);border-top:1px solid var(--mc-border);padding:20px}.cart-total{color:var(--mc-text);justify-content:space-between;margin-bottom:6px;font-size:1.1rem;font-weight:700;display:flex}.cart-taxes{color:var(--mc-text-light);text-align:center;margin-bottom:18px;font-size:.8rem}.cart-checkout-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg, var(--mc-blue), var(--mc-blue-dark));border:none;border-radius:999px;width:100%;padding:16px;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 20px #3452e059}.cart-checkout-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px #3452e073}.cart-checkout-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.checkout-message-container{background-color:var(--mc-bg);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.checkout-message-container p{color:var(--mc-text);font-size:1.05rem;line-height:1.6;font-family:var(--font-heading)}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.address-popup-overlay{z-index:1100;background-color:#10141e73;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}.address-popup{background-color:var(--mc-card);width:100%;max-width:380px;color:var(--mc-text);border-radius:var(--mc-radius-lg);padding:24px;animation:.25s forwards popIn;box-shadow:0 16px 40px #1018282e}.address-popup-header{border-bottom:1px solid var(--mc-border);justify-content:space-between;align-items:center;padding-bottom:16px;display:flex}.address-popup-header h3{font-family:var(--font-heading);color:var(--mc-text);margin:0;font-size:1.15rem;font-weight:600}.address-form{flex-direction:column;gap:16px;margin-top:20px;display:flex}.address-form-row{gap:12px;display:flex}.address-form-row .address-field{flex:1;min-width:0}.address-field{flex-direction:column;gap:6px;display:flex}.address-field label{color:var(--mc-text-light);font-size:.78rem;font-weight:600}.address-field input{width:100%;color:var(--mc-text);border:1px solid var(--mc-border);border-radius:var(--mc-radius-sm);box-sizing:border-box;background-color:#f7f8fa;padding:10px 12px;font-family:inherit;font-size:.95rem;transition:border-color .2s,background .2s}.address-field input:focus{border-color:var(--mc-blue);background-color:#fff;outline:none}.address-field input:disabled{cursor:not-allowed;background-color:#eef0f3}.address-input{width:100%;color:var(--mc-text);border:1px solid var(--mc-border);border-radius:var(--mc-radius-sm);resize:vertical;box-sizing:border-box;background-color:#f7f8fa;padding:10px 12px;font-family:inherit;font-size:.95rem}.address-input:focus{border-color:var(--mc-blue);background-color:#fff;outline:none}.address-input:disabled{cursor:not-allowed;background-color:#eef0f3}.address-error{color:#dc2626;margin:0;font-size:.85rem}.address-submit-btn{letter-spacing:.2px;color:#fff;background:linear-gradient(135deg, var(--mc-blue), var(--mc-blue-dark));cursor:pointer;border:none;border-radius:999px;width:100%;margin-top:6px;padding:14px 18px;font-family:inherit;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 20px #3452e04d}.address-submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px #3452e066}.address-submit-btn:active{transform:translateY(0);box-shadow:0 4px 10px #3452e040}.address-submit-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}@media (width<=420px){.address-form-row{flex-direction:column}}@keyframes popIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.cart-return-banner{background:linear-gradient(135deg, var(--mc-blue), var(--mc-blue-dark));color:#fff;text-align:center;letter-spacing:.3px;padding:10px 16px;font-size:.85rem;font-weight:700}.cart-progress-block{background:var(--mc-bg);padding:16px 20px 4px}.cart-progress-label{color:var(--mc-text);text-align:center;margin:0 0 10px;font-size:.9rem;font-weight:700}.cart-progress-track{background:#e3e5ea;border-radius:999px;height:6px;overflow:hidden}.cart-progress-fill{background:linear-gradient(90deg, var(--mc-blue), var(--mc-green));border-radius:999px;height:100%;transition:width .4s}.cart-progress-endpoints{color:var(--mc-text-light);justify-content:space-between;margin-top:6px;font-size:.72rem;display:flex}.cart-items{position:relative}.confetti-piece{opacity:.9;pointer-events:none;z-index:1;border-radius:2px;width:6px;height:10px;animation-name:confettiFall;animation-timing-function:ease-in;animation-fill-mode:forwards;position:absolute;top:-10px}@keyframes confettiFall{0%{opacity:.9;transform:translateY(0)rotate(0)}to{opacity:0;transform:translateY(340px)rotate(340deg)}}@media (prefers-reduced-motion:reduce){.confetti-piece{animation:none;display:none}}.cart-item-tags{flex-wrap:wrap;gap:6px;margin-bottom:6px;display:flex}.cart-item-tag{color:var(--mc-text-light);background:#f0f1f4;border-radius:999px;padding:2px 8px;font-size:.72rem;font-weight:600}.cart-item-price-row{align-items:baseline;gap:8px;margin:2px 0 6px;display:flex}.cart-item-price-strike{color:var(--mc-text-light);font-size:.8rem;text-decoration:line-through}.cart-item-price-row .cart-item-price{margin:0}.cart-item-off{color:var(--mc-green);font-size:.78rem;font-weight:700}.cart-item-coupon-tag{color:var(--mc-green);background:#e8f7ee;border-radius:999px;align-self:flex-start;align-items:center;gap:4px;width:fit-content;margin-bottom:8px;padding:3px 8px;font-size:.72rem;font-weight:700;display:inline-flex}.remove-item-icon{color:var(--mc-text-light);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;padding:4px;transition:color .2s,background .2s;display:flex}.remove-item-icon:hover{color:#dc2626;background:#fee2e2}.cart-coupon-card{background:var(--mc-card);border:1px solid var(--mc-border);border-radius:var(--mc-radius-md);box-shadow:var(--mc-shadow);z-index:2;flex-direction:column;gap:10px;padding:14px;display:flex;position:relative}.cart-coupon-input-row{border:1px solid var(--mc-border);border-radius:var(--mc-radius-sm);background:#f7f8fa;align-items:center;gap:8px;padding:8px 12px;display:flex}.cart-coupon-icon{color:var(--mc-text-light);flex-shrink:0}.cart-coupon-input-row input{background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:.9rem}.cart-coupon-input-row button{color:var(--mc-blue);cursor:pointer;background:0 0;border:none;flex-shrink:0;font-size:.85rem;font-weight:700}.cart-coupon-applied{border-radius:var(--mc-radius-sm);color:var(--mc-text);background:#eef1fb;align-items:center;gap:8px;padding:8px 12px;font-size:.85rem;font-weight:600;display:flex}.cart-coupon-applied span:first-child{flex:1;align-items:center;gap:6px;display:flex}.cart-coupon-saved{color:var(--mc-green);font-size:.8rem;font-weight:700}.cart-coupon-remove{cursor:pointer;color:var(--mc-text-light);background:0 0;border:none;display:flex}.cart-coupon-error{color:#dc2626;margin:0;font-size:.78rem}.cart-view-offers{color:var(--mc-blue);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:4px;padding:4px 0 0;font-size:.85rem;font-weight:700;display:flex}.cart-savings-ribbon{background:var(--mc-green);color:#fff;text-align:center;border-radius:999px;margin:0 20px 12px;padding:8px 16px;font-size:.82rem;font-weight:700}.cart-estimated-total{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:0 0 10px;font-family:inherit;display:flex}.cart-estimated-label{color:var(--mc-text);align-items:center;gap:6px;font-size:.95rem;font-weight:700;display:flex}.cart-estimated-price{align-items:baseline;gap:6px;display:flex}.cart-total-strike{color:var(--mc-text-light);font-size:.78rem;text-decoration:line-through}.cart-total-final{color:var(--mc-text);font-size:1.05rem;font-weight:800}.cart-total-off{color:var(--mc-green);font-size:.78rem;font-weight:700}.cart-breakdown{border-radius:var(--mc-radius-sm);background:#f7f8fa;flex-direction:column;gap:6px;margin-bottom:12px;padding:10px 12px;display:flex}.cart-breakdown>div{color:var(--mc-text-light);justify-content:space-between;font-size:.82rem;display:flex}.cart-shipping-tag{color:var(--mc-green);background:#e8f7ee;border-radius:999px;align-items:center;gap:6px;margin-bottom:12px;padding:4px 10px;font-size:.78rem;font-weight:700;display:inline-flex}.cart-checkout-btn span{display:inline-block}.cart-trust-line{text-align:center;color:var(--mc-text);margin:14px 0 2px;font-size:.85rem;font-weight:700}.cart-fineprint{text-align:center;color:var(--mc-text-light);margin:0;font-size:.68rem}.hero{box-sizing:border-box;background:#fff;justify-content:center;align-items:flex-start;width:100%;min-height:1050px;padding-top:70px;display:flex;position:relative;overflow:hidden}.hero-content{z-index:10;text-align:center;box-sizing:border-box;width:100%;max-width:900px;margin:0 auto;padding:0 20px;position:relative}.hero-tag{color:#f4a227;letter-spacing:2px;font-size:14px;font-weight:700}.hero h1{color:#222;text-transform:uppercase;margin:0;font-size:60px;font-weight:900;line-height:1.05}.hero-btn{color:#fff;cursor:pointer;background:#f9a22e;border:3px solid #fff;border-radius:50px;margin-top:40px;padding:18px 55px;font-size:20px;font-weight:700;transition:all .3s;box-shadow:0 10px 30px #0000002e}.hero-btn:hover{transform:translateY(-2px)}.hero-circle{z-index:1;background:url(/banner_round_bg.png) 50%/contain no-repeat;width:1500px;height:1500px;position:absolute;bottom:-350px;left:50%;transform:translate(-50%)}.hero-circle:before{content:"";border:2px solid #ffffff0f;border-radius:50%;position:absolute;inset:130px}.hero-circle:after{content:"";border:2px solid #ffffff0d;border-radius:50%;position:absolute;inset:260px}.hero-product{z-index:5;justify-content:center;width:100%;display:flex;position:absolute;bottom:-180px;left:50%;transform:translate(-50%)}.hero-product img{width:720px;max-width:none;height:auto;display:block}.leaf{z-index:4;pointer-events:none;position:absolute}.leaf-left{width:170px;top:120px;left:-10px}.leaf-right{width:170px;top:100px;right:-10px}.powder-left{z-index:6;width:190px;position:absolute;bottom:20px;left:40px}.powder-right{z-index:6;width:190px;position:absolute;bottom:20px;right:40px}@media (width>=1440px){.hero{min-height:1050px}.hero h1{font-size:clamp(60px,4vw,68px)}.hero-product img{width:min(720px,50vw)}.hero-circle{width:min(1500px,105vw);height:min(1500px,105vw)}}@media (width>=993px) and (width<=1439px){.hero{min-height:850px;padding-top:60px}.hero h1{font-size:clamp(48px,4.2vw,60px)}.hero-btn{margin-top:35px;padding:16px 48px;font-size:18px}.hero-circle{width:1100px;height:1100px;bottom:-480px}.hero-product{bottom:-100px}.hero-product img{width:clamp(480px,52vw,650px)}.leaf-left,.leaf-right{width:140px}.powder-left,.powder-right{width:160px}}@media (width>=769px) and (width<=992px){.hero{min-height:760px;padding-top:50px}.hero-content{padding:0 30px}.hero-tag{font-size:12px}.hero h1{font-size:clamp(42px,6vw,55px);line-height:1}.hero-btn{margin-top:30px;padding:15px 42px;font-size:17px}.hero-circle{width:900px;height:900px;bottom:-500px}.hero-product{bottom:-60px}.hero-product img{width:clamp(400px,55vw,500px)}.leaf{width:120px}.leaf-left{top:120px;left:-20px}.leaf-right{top:110px;right:-20px}.powder-left,.powder-right{width:120px;bottom:15px}}@media (width>=481px) and (width<=768px){.hero{height:650px;min-height:650px;padding-top:35px}.hero-content{padding:0 20px}.hero-tag{letter-spacing:1.5px;font-size:11px}.hero h1{max-width:360px;margin:0 auto;font-size:clamp(32px,5.5vw,40px);line-height:.98}.hero-btn{margin-top:clamp(28px,5vw,40px);padding:13px 35px;font-size:16px}.hero-circle{width:700px;height:700px;bottom:-240px}.hero-product{bottom:10px}.hero-product img{width:clamp(300px,48vw,390px);max-width:85vw}.leaf{width:75px}.leaf-left{top:145px;left:-20px}.leaf-right{top:135px;right:-20px}.powder-left,.powder-right{width:65px;bottom:8px}}@media (width>=376px) and (width<=480px){.hero{height:590px;min-height:590px;padding-top:30px}.hero-content{padding:0 15px}.hero-tag{letter-spacing:1.2px;font-size:10px}.hero h1{max-width:330px;margin:0 auto;font-size:clamp(28px,8vw,34px);line-height:.98}.hero-btn{margin-top:32px;padding:12px 34px;font-size:15px}.hero-circle{width:620px;height:620px;bottom:-220px}.hero-product{bottom:25px}.hero-product img{width:min(310px,82vw);max-width:none}.leaf{width:65px}.leaf-left{top:150px;left:-20px}.leaf-right{top:140px;right:-20px}.powder-left,.powder-right{width:60px;bottom:8px}}@media (width<=375px){.hero{height:560px;min-height:560px;padding-top:25px}.hero-content{padding:0 12px}.hero-tag{letter-spacing:1px;font-size:9px}.hero h1{max-width:300px;margin:0 auto;font-size:clamp(25px,8vw,30px);line-height:.98}.hero-btn{margin-top:30px;padding:11px 30px;font-size:14px}.hero-circle{width:570px;height:570px;bottom:-200px}.hero-product{bottom:25px}.hero-product img{width:min(280px,82vw);max-width:none}.leaf{width:55px}.leaf-left{top:145px;left:-15px}.leaf-right{top:135px;right:-15px}.powder-left,.powder-right{width:52px;bottom:6px}}@media (width<=319px){.hero{height:520px;min-height:520px;padding-top:22px}.hero h1{max-width:280px;font-size:24px}.hero-btn{margin-top:25px;padding:10px 27px;font-size:13px}.hero-circle{width:520px;height:520px;bottom:-240px}.hero-product{bottom:20px}.hero-product img{width:250px;max-width:82vw}.leaf{width:48px}.powder-left,.powder-right{width:45px}}html,body{max-width:100%;overflow-x:hidden}.promo-banners-section{background-color:#fff;justify-content:center;padding:40px 20px;display:flex}.promo-grid{grid-template-columns:repeat(3,1fr);gap:20px;width:100%;max-width:1400px;display:grid}.promo-card{background-color:#f6f6f6;height:200px;transition:transform .3s;display:flex;overflow:hidden}.promo-card:hover{transform:translateY(-5px)}.promo-content{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;padding:30px 20px;display:flex}.promo-title{font-family:var(--font-primary);color:var(--color-body-on-light);margin-bottom:25px;font-size:1.1rem;font-weight:400;line-height:1.4}.promo-btn{color:#111;font-family:var(--font-primary);cursor:pointer;background:0 0;border:1px solid #111;border-radius:50px;padding:8px 20px;font-size:.85rem;transition:all .3s}.promo-btn:hover{color:#fff;background:#111}.promo-image-wrapper{width:45%;height:100%}.promo-image{object-fit:cover;width:100%;height:100%;display:block}@media screen and (width<=1024px){.promo-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (width<=768px){.promo-grid{grid-template-columns:1fr;gap:15px}.promo-card{height:180px}}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-o-transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);z-index:2;cursor:pointer;background:0 0;border:0;font-size:32px;transition:all .25s ease-in;position:absolute;top:20px}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{content:"";border-top:8px solid #0000;border-bottom:8px solid #0000;margin:0 5px;display:inline-block}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{width:100%;position:relative}.carousel *{box-sizing:border-box}.carousel img{pointer-events:none;width:100%;display:inline-block}.carousel .carousel{position:relative}.carousel .control-arrow{background:0 0;border:0;outline:0;margin-top:-13px;font-size:18px;top:50%}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-o-transition:all .15s ease-in;white-space:nowrap;list-style:none;transition:all .15s ease-in;position:relative;transform:translate(0,0)}.carousel .thumb{-o-transition:border .15s ease-in;white-space:nowrap;border:3px solid #fff;margin-right:6px;padding:2px;transition:border .15s ease-in;display:inline-block;overflow:hidden}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{margin:0;position:relative;overflow:hidden}.carousel.carousel-slider .control-arrow{color:#fff;margin-top:0;padding:5px;font-size:26px;top:0;bottom:0}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{-o-transition:height .15s ease-in;width:100%;margin:auto;transition:height .15s ease-in;overflow:hidden}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{width:100%;margin:0;padding:0;list-style:none;position:relative}.carousel .slider.animated{-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{text-align:center;min-width:100%;margin:0;position:relative}.carousel .slide img{vertical-align:top;border:0;width:100%}.carousel .slide iframe{border:0;width:calc(100% - 80px);margin:0 40px 40px;display:inline-block}.carousel .slide .legend{-o-transition:all .5s ease-in-out;color:#fff;text-align:center;opacity:.25;transition:all .5s ease-in-out;-o-transition:opacity .35s ease-in-out;background:#000;border-radius:10px;width:90%;margin-left:-45%;padding:10px;font-size:12px;transition:opacity .35s ease-in-out;position:absolute;bottom:40px;left:50%}.carousel .control-dots{text-align:center;z-index:1;width:100%;margin:10px 0;padding:0;position:absolute;bottom:0}@media (width>=960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-o-transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);cursor:pointer;background:#fff;border-radius:50%;width:8px;height:8px;margin:0 8px;transition:opacity .25s ease-in;display:inline-block;box-shadow:1px 1px 2px #000000e6}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{text-shadow:1px 1px 1px #000000e6;color:#fff;padding:5px;font-size:10px;position:absolute;top:0;right:0}.carousel:hover .slide .legend{opacity:1}.image-carousel-section{width:100%;max-width:1920px;margin:0 auto;overflow:hidden}.carousel-image-wrapper{width:100%;height:80vh;min-height:600px}.carousel-image-wrapper img{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none;width:100%;height:100%;display:block}.carousel .control-dots{bottom:20px!important}.carousel .control-dots .dot{box-shadow:none!important;opacity:.5!important;background:#d97706!important;width:10px!important;height:10px!important}.carousel .control-dots .dot.selected{transform:scale(1.2);opacity:1!important}.carousel .control-next.control-arrow,.carousel .control-prev.control-arrow{opacity:0;transition:opacity .3s}.carousel:hover .control-next.control-arrow,.carousel:hover .control-prev.control-arrow{opacity:.8}@media screen and (width<=768px){.carousel-image-wrapper{height:40vh;min-height:250px}}.product-grid-section{background:#fff;padding:80px 0}.product-card-minimal .btn-dark-utility{color:#fff;background:#111;border:none;border-radius:6px;width:100%;padding:14px;font-size:15px;font-weight:600;transition:all .3s}.product-card-minimal .btn-dark-utility:hover{color:#fff;background:#c89b2b}.product-image-wrap{background:#111;justify-content:center;align-items:center;height:420px;display:flex;overflow:hidden}.utility-image{width:78%;transition:all .5s}.product-card-minimal:hover .utility-image{transform:scale(1.08)}.utility-info{text-align:center;padding:25px}.utility-info h3{margin-bottom:12px;font-size:28px;font-weight:600;line-height:1.4}.utility-info p{color:#c89b2b;margin-bottom:18px;font-size:24px;font-weight:700}.btn-dark-utility{color:#fff;border-radius:px;background:#111;border:none;width:20%;padding:14px;font-size:15px;font-weight:600;transition:all .3s}.btn-dark-utility:hover{background:#c89b2b}.utility-grid{grid-template-columns:repeat(2,1fr);gap:30px;max-width:1100px;margin:0 auto;padding:0 20px;display:grid}.product-rating{color:#f4b400;text-align:center;margin:10px 0;font-size:20px}@media (width<=768px){.utility-grid{grid-template-columns:1fr;gap:25px}.product-image-wrap{height:320px}.utility-info h3{font-size:22px}}.ingredients-section{background:#fff;width:100%;padding:100px 0}.ingredients-section .container{grid-template-columns:45% 55%;align-items:center;gap:70px;width:90%;max-width:1320px;margin:0 auto;display:grid}.left-side{justify-content:center;align-items:center;display:flex}.left-side img{object-fit:contain;width:100%;max-width:450px;height:auto;display:block}.right-side{width:100%}.sub-heading{color:#f7931e;letter-spacing:2px;text-transform:uppercase;margin-bottom:15px;font-size:14px;font-weight:600;display:inline-block}.main-heading{color:#1d1d1d;text-transform:uppercase;margin-bottom:50px;font-size:64px;font-weight:800;line-height:1}.feature-grid{grid-template-columns:repeat(2,minmax(240px,1fr));gap:45px 50px;display:grid}.feature-card{flex-direction:column;transition:all .35s;display:flex}.feature-icon{object-fit:cover;border-radius:50%;width:70px;height:70px;margin-bottom:18px;transition:all .35s}.feature-card h4{color:#1d1d1d;text-transform:uppercase;margin-bottom:15px;padding-left:18px;font-size:28px;font-weight:700;line-height:1.3;position:relative}.feature-card h4:before{content:"";background:#f7931e;width:4px;height:24px;position:absolute;top:8px;left:0}.feature-card p{color:#666;font-size:17px;line-height:1.8}.feature-card:hover{transform:translateY(-8px)}.feature-card:hover .feature-icon{transform:scale(1.08)}@media (width<=1100px){.ingredients-section .container{text-align:center;grid-template-columns:1fr;gap:60px}.left-side img{max-width:380px}.main-heading{font-size:46px}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-card h4:before{display:none}.feature-card h4{padding-left:0}}@media (width<=768px){.ingredients-section{padding:70px 0}.left-side img{max-width:300px}.main-heading{font-size:34px}.feature-grid{grid-template-columns:1fr;gap:35px}.feature-card{text-align:center;align-items:center}.feature-card h4{padding-left:0;font-size:22px}.feature-card h4:before{display:none}.feature-card p{font-size:15px}}.brand-strip{background:#fff;width:100%;padding:70px 0;overflow:hidden}.brand-heading{justify-content:center;align-items:center;gap:25px;margin-bottom:45px;display:flex}.brand-heading span{background:#f6a228;width:80px;height:2px}.brand-heading h4{letter-spacing:2px;color:#222;font-size:18px;font-weight:700}.brand-marquee{overflow:hidden}.brand-track{align-items:center;gap:90px;width:max-content;animation:25s linear infinite scrollBrands;display:flex}.brand-item{white-space:nowrap;align-items:center;gap:12px;display:flex}.brand-item svg{font-size:48px}.brand-item img{height:42px}.brand-item h5{color:#222;font-size:34px;font-weight:700}@keyframes scrollBrands{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=768px){.brand-heading h4{font-size:13px}.brand-track{gap:45px}.brand-item svg{font-size:30px}.brand-item h5{font-size:22px}}.pb-section{width:100%;line-height:0;overflow:hidden}.pb-top-shape,.pb-bottom-shape{width:100%;display:block}.pb-middle{background:url(/midol.png) top/100% repeat-y;padding:120px 0;line-height:normal}.pb-container{justify-content:space-between;align-items:center;gap:80px;width:90%;max-width:1400px;margin:auto;display:flex}body,#root,.pb-section{background-color:#0000!important}.pb-left-decoration{opacity:.08;pointer-events:none;width:260px;position:absolute;top:50%;left:-40px;transform:translateY(-50%)}.pb-right-decoration{opacity:.08;pointer-events:none;width:260px;position:absolute;top:50%;right:-40px;transform:translateY(-50%)rotateY(180deg)}.pb-container{z-index:5;justify-content:space-between;align-items:center;gap:80px;width:90%;max-width:1400px;margin:auto;display:flex;position:relative}.pb-left{flex:1}.pb-grid{grid-template-columns:repeat(2,1fr);gap:45px;display:grid}.pb-card{align-items:flex-start;gap:18px;display:flex}.pb-icon{color:#ffd428;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:60px;min-width:60px;height:60px;font-size:28px;transition:all .35s;display:flex}.pb-card:hover .pb-icon{background:#3a271c;transform:scale(1.1)}.pb-content h3{color:#fff;text-transform:uppercase;margin-bottom:14px;font-size:28px;font-weight:700}.pb-content p{color:#e7ffe9;max-width:300px;font-size:17px;line-height:1.8}.pb-right{flex:1;justify-content:center;display:flex}.pb-product{filter:drop-shadow(0 25px 25px #00000059);width:540px;max-width:100%;animation:4s infinite float}.pb-title{color:#fff;text-transform:uppercase;margin:0 0 40px;font-size:34px;font-weight:700;line-height:1.15}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@media (width<=992px){.pb-container{flex-direction:column-reverse}.pb-grid{grid-template-columns:1fr;gap:30px}.pb-product{width:350px}.pb-content h3{font-size:22px}.pb-content p{font-size:15px}.pb-left-decoration,.pb-right-decoration{display:none}}@media (width<=576px){.pb-section{padding:100px 0}.pb-product{width:260px}.pb-icon{width:50px;min-width:50px;height:50px;font-size:22px}.pb-content h3{font-size:18px}.pb-content p{font-size:14px}}.ps-section{background:#fff;width:100%;padding:120px 0;position:relative;overflow:hidden}.ps-container{justify-content:space-between;align-items:center;gap:80px;width:90%;max-width:1400px;margin:auto;display:flex}.ps-image-side{flex:1;justify-content:center;align-items:center;display:flex}.ps-circle{background:#f3f8ef;border-radius:50%;width:520px;height:520px;position:absolute}.ps-dot-bg{opacity:.25;z-index:1;width:420px;position:absolute}.ps-leaf-left{z-index:2;width:120px;position:absolute;bottom:20px;left:0}.ps-right-leaf{opacity:.25;width:130px;position:absolute;top:80px;right:30px}.ps-product{filter:drop-shadow(0 20px 30px #0003);width:780px;max-width:100%;animation:4s ease-in-out infinite float}.ps-content{flex:1}.ps-subtitle{color:#f7931e;letter-spacing:3px;text-transform:uppercase;font-size:15px;font-weight:600;display:inline-block}.ps-content h2{color:#1a1a1a;margin:12px 0 20px;font-size:68px;font-weight:800;line-height:1}.ps-divider{background:#3a271c;border-radius:30px;width:90px;height:4px;margin-bottom:25px}.ps-content h4{color:#1d1d1d;margin-bottom:18px;font-size:28px;font-weight:700}.ps-content p{color:#666;max-width:560px;margin-bottom:35px;font-size:17px;line-height:1.9}.ps-bottom{align-items:center;gap:35px;display:flex}.ps-bottom button{color:#fff;cursor:pointer;background:#3a271c;border:none;border-radius:40px;padding:18px 40px;font-size:17px;font-weight:600;transition:all .35s}.ps-bottom button:hover{background:#3a271c;transform:translateY(-3px)}.ps-price{align-items:center;gap:15px;display:flex}.ps-price .new{color:#3a271c;font-size:34px;font-weight:800}.ps-price .old{color:#999;font-size:24px;text-decoration:line-through}@media (width<=991px){.ps-container{text-align:center;flex-direction:column}.ps-content p{margin:auto auto 30px}.ps-bottom{justify-content:center}.ps-content h2{font-size:50px}.ps-circle{width:380px;height:380px}.ps-product,.ps-dot-bg{width:300px}}@media (width<=576px){.ps-section{padding:70px 0}.ps-content h2{font-size:38px}.ps-content h4{font-size:22px}.ps-content p{font-size:15px}.ps-bottom{flex-direction:column;gap:20px}.ps-circle{width:280px;height:280px}.ps-product,.ps-dot-bg{width:220px}.ps-right-leaf,.ps-leaf-left{display:none}}.product-highlight{background:#fff;width:100%;padding:100px 0;overflow:hidden}.ph-container{justify-content:space-between;align-items:center;gap:80px;width:90%;max-width:1300px;margin:auto;display:flex}.ph-content{flex:1;min-width:0}.ph-tag{color:#f7931e;letter-spacing:4px;text-transform:uppercase;margin-bottom:20px;font-size:14px;font-weight:700;display:inline-block}.ph-content h2{color:#1d1d1d;margin:0 0 20px;font-size:72px;font-weight:800;line-height:1}.ph-line{background:#3a271c;border-radius:10px;width:90px;height:4px;margin-bottom:30px}.ph-content h3{color:#222;margin:0 0 20px;font-size:38px}.ph-content p{color:#666;max-width:620px;margin:0 0 35px;font-size:18px;line-height:1.9}.ph-list{margin:0 0 45px;padding:0;list-style:none}.ph-list li{color:#333;margin-bottom:18px;font-size:18px;font-weight:500}.ph-bottom{flex-wrap:wrap;align-items:center;gap:40px;display:flex}.ph-bottom button{color:#fff;cursor:pointer;background:#3a271c;border:none;border-radius:50px;padding:18px 42px;font-size:18px;font-weight:700;transition:all .3s}.ph-bottom button:hover{background:#458c28}.ph-price{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.ph-price h4{color:#3a271c;margin:0;font-size:42px;font-weight:800}.ph-price span{color:#999;font-size:30px;text-decoration:line-through}.ph-image{flex:1;justify-content:center;align-items:center;min-width:0;display:flex;position:relative}.ph-image img{z-index:2;filter:drop-shadow(0 35px 45px #00000040);width:min(420px,100%);max-width:100%;height:auto;transition:all .4s;display:block;position:relative}.ph-image img:hover{transform:translateY(-12px)}@media (width<=992px){.product-highlight{padding:80px 0}.ph-container{text-align:center;flex-direction:column-reverse;gap:50px;width:90%}.ph-content{width:100%}.ph-content h2{font-size:50px}.ph-content h3{font-size:28px}.ph-content p{max-width:700px;margin:0 auto 30px}.ph-list{text-align:left;display:inline-block}.ph-bottom{justify-content:center}.ph-image{width:100%}.ph-image img{width:min(320px,80vw)}}@media (width<=576px){.product-highlight{width:100%;padding:60px 0;overflow:hidden}.ph-container{flex-direction:column-reverse;gap:35px;width:100%;max-width:100%;margin:0;padding:0 16px}.ph-content{width:100%;max-width:100%}.ph-tag{letter-spacing:2.5px;margin-bottom:14px;font-size:10px}.ph-content h2{word-break:normal;margin-bottom:16px;font-size:clamp(32px,9vw,40px);line-height:1.08}.ph-line{width:60px;height:3px;margin:0 auto 22px}.ph-content h3{margin-bottom:15px;font-size:22px;line-height:1.25}.ph-content p{width:100%;max-width:100%;margin:0 auto 25px;font-size:15px;line-height:1.7}.ph-list{text-align:left;width:100%;margin-bottom:30px}.ph-list li{margin-bottom:12px;font-size:15px}.ph-bottom{flex-direction:column;justify-content:center;align-items:center;gap:18px;width:100%;display:flex}.ph-bottom button{width:100%;max-width:220px;padding:14px 25px;font-size:15px}.ph-price{justify-content:center;gap:12px;width:100%}.ph-price h4{font-size:30px}.ph-price span{font-size:20px}.ph-image{width:100%;min-width:0;max-width:100%}.ph-image img{width:min(260px,75vw);max-width:75vw;height:auto}}@media (width<=380px){.ph-container{padding:0 12px}.ph-content h2{font-size:30px}.ph-content h3{font-size:20px}.ph-content p{font-size:14px}.ph-image img{width:min(230px,72vw);max-width:72vw}.ph-bottom button{max-width:200px}.ph-price h4{font-size:27px}.ph-price span{font-size:18px}}.fc-section{background:#f8f8f8;width:100%;padding:70px 0}.fc-container{background:#fff;border:1px solid #e9e9e9;grid-template-columns:repeat(3,1fr);width:90%;max-width:1400px;margin:auto;display:grid}.fc-card{border-right:1px solid #ececec;align-items:center;gap:25px;padding:40px;transition:all .35s;display:flex}.fc-card:last-child{border-right:none}.fc-card:hover{background:#fafafa;transform:translateY(-5px)}.fc-progress{width:80px;min-width:80px;height:80px;position:relative}.fc-progress svg{width:80px;height:80px;transform:rotate(-90deg)}.fc-progress circle{fill:none;stroke-width:8px}.fc-progress .bg{stroke:#ececec}.fc-progress .progress{stroke:#f89c2b;stroke-linecap:round;stroke-dasharray:302;transition:all 1s}.fc-progress span{color:#333;font-size:18px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.fc-content h3{color:#222;text-transform:uppercase;margin-bottom:10px;font-size:28px;font-weight:700}.fc-content p{color:#777;font-size:17px;line-height:1.7}@media (width<=991px){.fc-container{grid-template-columns:1fr}.fc-card{border-bottom:1px solid #ececec;border-right:none}.fc-card:last-child{border-bottom:none}}@media (width<=576px){.fc-card{text-align:center;flex-direction:column;padding:30px 20px}.fc-content h3{font-size:22px}.fc-content p{font-size:15px}.fc-progress,.fc-progress svg{width:70px;height:70px}}.review-section{background:#fff;position:relative;overflow:hidden}.brush-top{z-index:20;width:100%;position:absolute;top:0;left:0}.brush-bottom{z-index:20;width:100%;position:absolute;bottom:0;left:0}.review-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-height:750px;padding:120px 0;display:flex;position:relative}.review-overlay{background:#000000b8;position:absolute;inset:0}.review-content{z-index:30;padding-top:80px;padding-bottom:80px;position:relative}.review-text{justify-content:center;align-items:center;max-width:900px;min-height:180px;margin:25px auto;font-size:22px;font-style:italic;line-height:1.8;display:flex}.review-user{object-fit:cover;border-radius:50%;width:90px;height:90px;margin:30px auto 15px;display:block}.review-content h3{text-align:center;margin-top:15px}.dots{flex-shrink:0}.stars{justify-content:center;gap:8px;margin-bottom:30px;display:flex}.stars svg{color:#6d6d6d;font-size:28px}.stars svg.active{color:#f6a623}.review-arrow{color:#fff;cursor:pointer;z-index:30;background:#3a271c;border:none;border-radius:50%;justify-content:center;align-items:center;width:75px;height:75px;font-size:26px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.review-arrow:hover{background:#18a84d;transform:translateY(-50%)scale(1.08)}.review-arrow.left{left:80px}.review-arrow.right{right:80px}.dots{justify-content:center;gap:10px;margin-top:40px;display:flex}.dot{background:#999;border-radius:50%;width:12px;height:12px}.dot.active{background:#fff;border-radius:20px;width:35px}.review-content{animation:.5s fade}@keyframes fade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=992px){.review-bg{min-height:650px}.review-text{font-size:26px;line-height:1.6}.review-arrow{width:60px;height:60px;font-size:18px}.review-arrow.left{left:30px}.review-arrow.right{right:30px}.review-content h3{font-size:24px}.review-user{width:80px;height:80px}}@media (width<=768px){.review-bg{min-height:560px;padding:80px 20px}.review-text{font-size:20px;line-height:1.8}.review-arrow{width:50px;height:50px;font-size:16px}.review-arrow.left{left:10px}.review-arrow.right{right:10px}.review-user{width:70px;height:70px}.review-content h3{font-size:20px}.stars svg{font-size:22px}}@media (width<=480px){.review-bg{min-height:500px}.review-text{font-size:17px}.review-arrow{display:none}.review-content{width:95%}}.login-page{background-color:#f0f2f5;justify-content:center;align-items:center;min-height:100vh;padding:20px;font-family:Roboto,sans-serif;display:flex}.login-card{background-color:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:900px;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000001a}@media (width>=768px){.login-card{flex-direction:row;min-height:550px}}.login-left{color:#fff;text-align:center;background-color:#0b4a99;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px;display:flex;position:relative}.illustration-wrapper{width:200px;height:200px;margin-bottom:30px;position:relative}.mock-card{z-index:2;background-color:#fff;border-radius:10px;flex-direction:column;gap:10px;width:160px;height:120px;padding:15px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-10deg);box-shadow:0 10px 20px #0003}.mock-row{background-color:#e0e0e0;border-radius:5px;width:100%;height:10px}.mock-row:nth-child(2){width:80%}.mock-row:nth-child(3){width:60%}.shape-circle-yellow{z-index:1;background-color:#fdd835;border-radius:50%;width:40px;height:40px;position:absolute;bottom:10px;right:10px}.shape-circle-white{z-index:1;background-color:#fff;border-radius:50%;width:20px;height:20px;position:absolute;top:20px;left:30px}.login-left-title{margin-bottom:15px;font-family:monospace;font-size:28px;font-weight:400}.login-left-text{opacity:.9;font-family:monospace;font-size:14px;line-height:1.6}.login-right{flex-direction:column;flex:1;padding:40px;display:flex}.role-switcher{justify-content:flex-end;gap:10px;margin-bottom:40px;display:flex}.role-btn{color:#333;cursor:pointer;background:0 0;border:1px solid #ccc;border-radius:20px;padding:6px 12px;font-size:12px;transition:all .2s}.role-btn.active{color:#fff;background-color:#0b4a99;border-color:#0b4a99}.login-form-container{width:100%;max-width:350px;margin:0 auto}.login-title{color:#333;margin-bottom:8px;font-size:28px;font-weight:700}.login-subtitle{color:#777;margin-bottom:30px;font-size:14px}.login-form{flex-direction:column;gap:16px;display:flex}.login-input{background-color:#fafafa;border:1px solid #ddd;border-radius:8px;outline:none;padding:12px 16px;font-size:14px}.login-input:focus{border-color:#0b4a99}.login-options{justify-content:space-between;align-items:center;font-size:13px;display:flex}.checkbox-label{color:#555;cursor:pointer;align-items:center;gap:8px;display:flex}.forgot-link{color:#0b4a99;font-weight:500;text-decoration:none}.btn-login-submit{color:#fff;cursor:pointer;background-color:#0b4a99;border:none;border-radius:8px;margin-top:10px;padding:12px;font-size:15px;font-weight:600}.btn-google{color:#333;cursor:pointer;background-color:#fff;border:1px solid #ddd;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:12px;font-size:14px;font-weight:500;display:flex}.google-icon{width:18px;height:18px}.signup-text{text-align:center;color:#777;margin-top:24px;font-size:13px}.signup-link{color:#0b4a99;font-weight:500;text-decoration:none}.dashboard-page{background-color:var(--color-canvas);min-height:80vh;color:var(--color-body-on-dark);padding:60px 20px}.dashboard-layout{flex-direction:column;gap:40px;max-width:1200px;margin:0 auto;display:flex}@media (width>=900px){.dashboard-layout{flex-direction:row;align-items:flex-start}}.dashboard-sidebar{border-right:1px solid var(--color-border);width:100%}@media (width>=900px){.dashboard-sidebar{flex-shrink:0;width:280px;padding-right:30px}}.dashboard-title{color:var(--color-primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:24px;font-size:18px;font-weight:700}.dashboard-profile{flex-direction:column;align-items:center;margin-bottom:30px;display:flex}.avatar-wrapper{border:3px solid var(--color-primary);border-radius:24px;width:150px;height:150px;margin-bottom:12px;overflow:hidden}.profile-avatar{object-fit:cover;width:100%;height:100%}.btn-change-avatar{color:var(--color-body-muted);cursor:pointer;background:0 0;border:none;font-size:12px}.btn-change-avatar:hover{color:var(--color-primary)}.dashboard-nav{flex-direction:column;display:flex}.dashboard-nav-item{border:none;border-bottom:1px solid var(--color-border);color:var(--color-body-on-dark);cursor:pointer;text-align:left;background:0 0;justify-content:space-between;align-items:center;padding:16px;font-size:15px;font-weight:500;transition:all .2s;display:flex}.dashboard-nav-item:hover,.dashboard-nav-item.active{background-color:var(--color-surface-tile-2);color:var(--color-primary)}.dashboard-content{flex:1;width:100%}.dashboard-greeting{margin-bottom:40px}.dashboard-greeting p{color:var(--color-body-muted);margin-bottom:16px;font-size:15px;line-height:1.6}.dashboard-greeting strong{color:var(--color-body-on-dark)}.btn-link{color:var(--color-primary);cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.dashboard-grid{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=600px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.dashboard-grid{grid-template-columns:repeat(3,1fr)}}.dashboard-card{background-color:var(--color-surface-tile-1);border:1px solid var(--color-border);cursor:pointer;text-align:center;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;transition:transform .2s,box-shadow .2s;display:flex}.dashboard-card:hover{border-color:var(--color-primary);transform:translateY(-5px);box-shadow:0 10px 25px #0003}.dashboard-card-icon{color:var(--color-body-on-dark);margin-bottom:16px}.dashboard-card-title{color:var(--color-body-on-dark);margin:0;font-size:16px;font-weight:500}.dashboard-tab-content{background-color:var(--color-surface-tile-1);border:1px solid var(--color-border);border-radius:8px;padding:30px}.tab-title{color:var(--color-body-on-dark);margin-bottom:20px;font-size:20px;font-weight:600}.dashboard-form{flex-direction:column;gap:20px;max-width:500px;display:flex}.form-input{background-color:var(--color-canvas);border:1px solid var(--color-border);width:100%;color:var(--color-body-on-dark);border-radius:6px;padding:12px 16px;font-family:inherit;font-size:15px}.orders-list{flex-direction:column;gap:16px;display:flex}.order-item{border:1px solid var(--color-border);background-color:var(--color-canvas);border-radius:6px;padding:20px}.order-header{justify-content:space-between;margin-bottom:8px;display:flex}.order-id{color:var(--color-body-on-dark);font-weight:600}.order-status{background-color:var(--color-primary);color:var(--color-canvas);text-transform:uppercase;border-radius:4px;padding:2px 8px;font-size:12px}.order-date{color:var(--color-body-muted);margin-bottom:12px;font-size:13px}.order-details{color:var(--color-body-on-dark);font-size:14px}.empty-state{text-align:center;padding:40px 20px}.empty-state p{color:var(--color-body-muted);margin-bottom:20px}@media (width<=899px){.dashboard-nav{flex-direction:row;gap:10px;padding-bottom:10px;overflow-x:auto}.dashboard-nav-item{border:1px solid var(--color-border);white-space:nowrap;border-radius:6px;padding:10px 16px;font-size:13px}.dashboard-nav-item .nav-icon{display:none}.avatar-wrapper{width:100px;height:100px}.hide-on-mobile{display:none}}@media (width>=900px){.nav-label{margin-right:15px}}.product-detail-wrapper{color:#000;background-color:#fff;width:100%}.product-detail-page{max-width:1350px;min-height:80vh;margin:0 auto;padding:60px 20px}.product-detail-container{flex-direction:column;gap:40px;margin-bottom:80px;display:flex}@media (width>=900px){.product-detail-container{flex-direction:row;align-items:flex-start;gap:80px}}.product-image-gallery{flex-direction:column;flex:1;width:100%;max-width:600px;display:flex}.carousel .thumbs{gap:12px;display:flex;margin-top:16px!important;padding:0!important}.carousel .thumb{opacity:.7;border-radius:4px;transition:all .2s;background-color:var(--color-canvas)!important;border:2px solid #0000!important;margin:0!important;padding:0!important}.carousel .thumb:hover,.carousel .thumb.selected{opacity:1;border-color:var(--color-primary)!important}.carousel .thumb img{object-fit:contain;height:100%}.product-info{flex-direction:column;flex:1;display:flex}.product-title{font-family:var(--font-family-display);margin-bottom:8px;font-size:2rem;font-weight:500;line-height:1.2;color:#000!important}@media (width>=900px){.product-title{font-size:2.8rem}}.product-subtitle{font-family:var(--font-family-body);margin-bottom:16px;font-size:1.2rem;font-weight:500;color:#000!important}.product-price{font-family:var(--font-family-body);margin-bottom:32px;font-size:1.2rem;font-weight:500;color:#000!important}.product-actions{flex-direction:column;gap:24px;margin-bottom:40px;display:flex}.qty-selector{border:1px solid #000;border-radius:4px;align-items:center;width:fit-content;display:flex;overflow:hidden}.qty-selector button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex;color:#000!important}.qty-selector span{text-align:center;border-left:1px solid #000;border-right:1px solid #000;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:500;display:flex;color:#000!important}.add-btn{cursor:pointer;background-color:#000;border:1px solid #000;border-radius:50px;width:100%;padding:16px 40px;font-size:1.1rem;font-weight:500;transition:opacity .2s;color:#fff!important}@media (width>=900px){.add-btn{width:fit-content}}.add-btn:hover{opacity:.8}.view-bag-btn{background-color:#fff;border:2px solid #000;color:#000!important}.product-description{font-family:var(--font-family-body);font-size:1rem;line-height:1.6;color:#000!important}.product-description p{color:#000!important}.skeleton{background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%) 0 0/200% 100%;border-radius:4px;animation:1.5s linear infinite shine}@keyframes shine{to{background-position-x:-200%}}.skeleton-main-img{aspect-ratio:1;width:100%;max-width:600px}.skeleton-thumb{width:80px;height:80px}.skeleton-title{width:80%;height:48px;margin-bottom:8px}.skeleton-subtitle{width:50%;height:24px;margin-bottom:16px}.skeleton-price{width:20%;height:24px;margin-bottom:32px}.skeleton-qty{width:120px;height:40px;margin-bottom:24px}.skeleton-btn{border-radius:50px;width:200px;height:50px;margin-bottom:40px}.skeleton-text{width:100%;height:16px;margin-bottom:8px}.related-products-section{border-top:1px solid var(--color-border);margin-top:40px;padding-top:60px}.related-title{font-family:var(--font-family-display);margin-bottom:40px;font-size:2rem;color:#000!important}.related-grid{grid-template-columns:1fr;gap:40px;display:grid}@media (width>=768px){.related-grid{grid-template-columns:repeat(4,1fr)}}.related-card{flex-direction:column;display:flex}.related-image-wrap{aspect-ratio:1;background-color:var(--color-canvas);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;width:100%;margin-bottom:16px;display:flex;position:relative}.related-image-wrap img{object-fit:contain;width:70%;height:70%}.related-badge{background-color:#222;border-radius:4px;padding:4px 8px;font-size:.75rem;position:absolute;top:12px;left:12px;color:#fff!important}.related-info{flex-direction:column;display:flex}.related-info h4{font-family:var(--font-family-body);cursor:pointer;margin:0 0 8px;font-size:1rem;color:#000!important}.related-info p{margin:0 0 16px;font-weight:500;color:#000!important}.related-add-btn{cursor:pointer;background-color:#000;border:1px solid #000;border-radius:50px;width:100%;margin-top:auto;padding:10px 24px;font-size:.9rem;color:#fff!important}@media (width>=768px){.related-add-btn{width:fit-content}}.related-add-btn:hover{opacity:.8}.related-add-btn.view-bag-btn{background-color:#fff;color:#000!important}.all-products-page{width:100%}.products-hero{background-image:linear-gradient(#0000006b,#000000b8),url(/herobg.png);background-position:50%;background-size:cover;width:100%;height:60vh;min-height:400px;position:relative;overflow:hidden}.products-hero-leaves{z-index:10;object-fit:contain;pointer-events:none;width:220px;height:auto;display:block;position:absolute;bottom:0;right:0}@media (width<=768px){.products-hero{background-image:linear-gradient(#0000006b,#000000b8),url(/herobg-mobile.png);background-position:50%}}.products-hero-container{z-index:3;box-sizing:border-box;justify-content:flex-start;align-items:flex-end;width:100%;max-width:1350px;height:100%;margin:0 auto;padding:0 40px;display:flex;position:relative}.products-hero-content{text-align:left;max-width:800px;margin-bottom:95px}.products-hero-title{font-family:var(--font-family-display);color:#fff;text-shadow:2px 2px 5px #0009;text-transform:uppercase;margin:0 0 18px;font-size:4rem;font-weight:800;line-height:1}.products-breadcrumb{font-family:var(--font-family-body);color:#fff;justify-content:flex-start;align-items:center;gap:10px;font-size:16px;display:flex}.products-breadcrumb-home{color:#fff;font-weight:500}.products-breadcrumb-arrow{color:#fff;margin-top:-2px;font-size:23px;line-height:1}.products-breadcrumb-current{color:#fff;font-weight:600}.products-hero-leaves{z-index:6;pointer-events:none;width:190px;height:auto;position:absolute;bottom:0;right:-5px}.products-hero-torn{z-index:5;clip-path:polygon(0 45%,3% 25%,6% 50%,9% 30%,12% 55%,16% 32%,20% 52%,24% 28%,28% 50%,32% 30%,36% 54%,40% 27%,44% 50%,48% 32%,52% 55%,56% 28%,60% 50%,64% 30%,68% 53%,72% 27%,76% 50%,80% 30%,84% 54%,88% 28%,92% 50%,96% 30%,100% 45%,100% 100%,0 100%);background:#fff;width:100%;height:16px;position:absolute;bottom:-1px;left:0}@media (width<=768px){.products-hero{height:440px}.products-hero-container{padding:0 25px}.products-hero-content{margin-bottom:75px}.products-hero-title{font-size:3rem}.products-breadcrumb{font-size:15px}.products-hero-leaves{width:130px;right:-15px}}@media (width<=480px){.products-hero{height:380px}.products-hero-container{padding:0 20px}.products-hero-content{margin-bottom:65px}.products-hero-title{font-size:2.5rem}.products-breadcrumb{gap:8px;font-size:14px}.products-breadcrumb-arrow{font-size:20px}.products-hero-leaves{width:100px;right:-10px}.products-hero-torn{height:28px}}.admin-container{color:#1c2434;background-color:#f1f5f9;height:100vh;font-family:Inter,sans-serif;display:flex}.admin-sidebar{color:#8a99af;z-index:100;background-color:#1c2434;flex-direction:column;width:280px;transition:all .3s;display:flex}.sidebar-header{align-items:center;padding:24px 30px;display:flex}.sidebar-logo{color:#fff;align-items:center;gap:12px;display:flex}.logo-icon{background-color:#3c50e0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.sidebar-nav-container{flex:1;padding:0 20px;overflow-y:auto}.nav-group-title{text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;padding:0 10px;font-size:12px;font-weight:600}.sidebar-nav{flex-direction:column;gap:4px;display:flex}.nav-item{color:#8a99af;border-radius:6px;align-items:center;gap:12px;padding:10px 15px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover,.nav-item.active{color:#fff;background-color:#333a48}.badge-pro{color:#fff;background-color:#3c50e0;border-radius:12px;margin-left:auto;padding:2px 8px;font-size:10px;font-weight:600}.admin-main{flex-direction:column;flex:1;display:flex;overflow:hidden}.admin-topbar{z-index:50;background-color:#fff;justify-content:space-between;align-items:center;height:80px;padding:0 30px;display:flex;box-shadow:0 1px 3px #0000000d}.topbar-left{align-items:center;display:flex}.search-bar{align-items:center;gap:12px;display:flex}.search-input{color:#1c2434;border:none;outline:none;width:300px;font-size:15px}.search-input::placeholder{color:#8a99af}.topbar-right{align-items:center;gap:20px;display:flex}.topbar-icon-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:relative}.topbar-icon-btn:hover{color:#3c50e0}.notification-dot{background-color:#dc3545;border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:6px;right:6px}.user-profile{align-items:center;gap:12px;margin-left:10px;display:flex}.user-info{flex-direction:column;align-items:flex-end;display:flex}.user-name{color:#1c2434;font-size:14px;font-weight:600}.user-role{color:#64748b;font-size:12px}.user-avatar{object-fit:cover;border-radius:50%;width:46px;height:46px}.admin-content-area{flex:1;padding:30px;overflow-y:auto}.dashboard-container{flex-direction:column;gap:30px;display:flex}.stats-grid{grid-template-columns:repeat(1,1fr);gap:30px;display:grid}@media (width>=768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{background-color:#fff;border-radius:10px;align-items:center;padding:24px;display:flex;position:relative;box-shadow:0 1px 3px #0000000d}.stat-icon-wrapper{background-color:#eff2f7;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;margin-right:16px;display:flex}.stat-info{flex-direction:column;display:flex}.stat-value{color:#1c2434;margin:0;font-size:24px;font-weight:700}.stat-title{color:#64748b;margin-top:4px;font-size:14px}.stat-rate{align-items:center;gap:4px;font-size:12px;font-weight:500;display:flex;position:absolute;bottom:24px;right:24px}.stat-rate.positive{color:#10b981}.stat-rate.negative{color:#3c50e0}.charts-grid{grid-template-columns:1fr;gap:30px;display:grid}.chart-card{background-color:#fff;border-radius:10px;padding:24px;box-shadow:0 1px 3px #0000000d}.chart-header{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.chart-title{color:#1c2434;margin:0 0 4px;font-size:18px;font-weight:700}.chart-subtitle{color:#64748b;margin:0;font-size:12px}.chart-filters{background-color:#f1f5f9;border-radius:6px;padding:4px;display:flex}.filter-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:6px 12px;font-size:12px;font-weight:500}.filter-btn.active{color:#1c2434;background-color:#fff;box-shadow:0 1px 3px #0000001a}.admin-products-container{flex-direction:column;gap:24px;display:flex}.page-header{justify-content:space-between;align-items:center;display:flex}.page-title{color:var(--color-body-on-dark);margin:0;font-size:24px;font-weight:700}.modal-overlay-admin{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#0009;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.modal-content-admin{background-color:#fff;border-radius:12px;width:90%;max-height:90vh;padding:30px;position:relative;overflow-y:auto;box-shadow:0 20px 40px #0003}.modal-content-admin.large{max-width:800px}.modal-content-admin.small{max-width:400px}.modal-title{color:#111;margin-bottom:24px;font-size:20px}.modal-close{cursor:pointer;color:#666;background:0 0;border:none;position:absolute;top:15px;right:15px}.modal-close:hover{color:red}.admin-form{flex-direction:column;gap:20px;display:flex}.form-row{flex-wrap:wrap;gap:20px;display:flex}.form-group{flex-direction:column;flex:1;gap:8px;display:flex}.form-group label{color:#444;font-size:13px;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1px solid #ccc;border-radius:6px;padding:10px 12px;font-size:14px}.input-with-button{gap:10px;display:flex}.input-with-button select{flex:1}.modal-actions{justify-content:flex-end;gap:12px;margin-top:10px;display:flex}.gallery-list{flex-direction:column;gap:10px;display:flex}.gallery-item{align-items:center;gap:10px;display:flex}.gallery-item input{flex:1}.gallery-item button{cursor:pointer;background:#f5f5f5;border:1px solid #ccc;border-radius:4px;justify-content:center;align-items:center;padding:8px;display:flex}.gallery-item button:hover{background:#e0e0e0}.gallery-item button.delete-btn{color:#ef4444}.gallery-item button.delete-btn:hover{background:#fee2e2;border-color:#fca5a5}.action-buttons{gap:10px;display:flex}.btn-icon{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;display:flex}.btn-icon.edit{color:#3b82f6}.btn-icon.edit:hover{background:#eff6ff}.btn-icon.delete{color:#ef4444}.btn-icon.delete:hover{background:#fee2e2}.btn-icon.primary{background:var(--color-primary);color:#fff;padding:8px 12px}.btn-icon.primary:hover{background:var(--color-primary-focus)}.btn-secondary{color:#374151;cursor:pointer;background:#e5e7eb;border:none;border-radius:6px;padding:10px 16px;font-weight:500}.btn-secondary:hover{background:#d1d5db}.btn-secondary.small{padding:6px 12px;font-size:13px}.benefits-page{color:#222;background:#fff;width:100%;overflow:hidden}.benefits-hero{color:#fff;background:linear-gradient(#0000008c,#000000c7),url(/herobg.png) 50%/cover no-repeat;justify-content:center;align-items:center;min-height:470px;display:flex;position:relative}.benefits-hero-content{z-index:2;text-align:center;padding:100px 20px 70px;position:relative}.benefits-eyebrow{color:#f5a623;letter-spacing:3px;margin-bottom:18px;font-size:11px;font-weight:800;display:block}.benefits-hero h1{color:#fff;font-family:var(--font-family-display,"Roboto Slab", serif);margin:0 0 18px;font-size:clamp(44px,6vw,76px);font-weight:900;line-height:1}.benefits-breadcrumb{justify-content:center;align-items:center;gap:12px;font-size:16px;display:flex}.benefits-breadcrumb span:nth-child(2){color:#3a271c;font-size:22px}.benefits-hero-cut{z-index:5;clip-path:polygon(0 35%,4% 18%,8% 40%,12% 20%,16% 38%,20% 18%,24% 40%,28% 20%,32% 38%,36% 18%,40% 40%,44% 20%,48% 38%,52% 18%,56% 40%,60% 20%,64% 38%,68% 18%,72% 40%,76% 20%,80% 38%,84% 18%,88% 40%,92% 20%,96% 38%,100% 20%,100% 100%,0 100%);background:#fff;width:100%;height:35px;position:absolute;bottom:-1px;left:0}.benefits-intro{background:#fff;padding:105px 30px}.benefits-intro-container{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1200px;margin:auto;display:grid}.benefits-label{color:#f7931e;letter-spacing:2.5px;margin-bottom:14px;font-size:11px;font-weight:800;display:block}.benefits-label-light{color:#d8ffdf}.benefits-intro-content h2,.benefits-quality-content h2,.benefits-statement-content h2,.benefits-cta h2{font-family:var(--font-family-display,"Roboto Slab", serif);text-transform:uppercase;margin:0;font-size:clamp(38px,4vw,56px);font-weight:900;line-height:1}.benefits-green-line{background:#3a271c;width:70px;height:3px;margin:22px 0}.benefits-intro-content p,.benefits-quality-content>p,.benefits-statement-content p{color:#666;max-width:580px;margin:0 0 18px;font-size:15px;line-height:1.8}.benefits-intro-image{justify-content:center;align-items:center;min-height:480px;display:flex;position:relative}.benefits-product-bg{background:#3a271c;border-radius:50%;width:420px;height:420px;position:absolute}.benefits-intro-image img{z-index:2;object-fit:contain;filter:drop-shadow(0 25px 25px #0000002e);width:85%;max-width:470px;position:relative}.benefits-grid-section{color:#fff;background:#3a271c;padding:105px 30px 120px;position:relative}.benefits-grid-container{max-width:1200px;margin:auto}.benefits-section-heading{max-width:700px;margin-bottom:60px}.benefits-section-heading h2{color:#fff;font-family:var(--font-family-display,"Roboto Slab", serif);margin:0 0 20px;font-size:clamp(40px,5vw,62px);font-weight:900;line-height:1}.benefits-section-heading p{color:#ffffffd9;max-width:600px;line-height:1.8}.benefits-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.benefit-box{border-top:1px solid #fff6;min-height:280px;padding:30px 25px;transition:all .3s}.benefit-box:hover{border-top-color:#ffd15c;transform:translateY(-5px)}.benefit-number{color:#ffd15c;margin-bottom:18px;font-size:13px;font-weight:800;display:block}.benefit-icon{background:#ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:22px;font-size:24px;display:flex}.benefit-box h3{color:#fff;margin:0 0 12px;font-size:18px;font-weight:800}.benefit-box p{color:#ffffffc7;margin:0;font-size:13px;line-height:1.7}.benefits-green-cut{clip-path:polygon(0 30%,5% 15%,10% 40%,15% 18%,20% 40%,25% 17%,30% 38%,35% 18%,40% 40%,45% 15%,50% 40%,55% 18%,60% 38%,65% 17%,70% 40%,75% 18%,80% 38%,85% 16%,90% 40%,95% 18%,100% 35%,100% 100%,0 100%);background:#fff;width:100%;height:32px;position:absolute;bottom:-1px;left:0}.benefits-quality{background:#fff;padding:110px 30px}.benefits-quality-container{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1200px;margin:auto;display:grid}.benefits-quality-image{background:#fafafa;justify-content:center;align-items:center;min-height:450px;display:flex}.benefits-quality-image img{object-fit:contain;filter:drop-shadow(0 25px 25px #0000002e);width:85%;max-width:480px}.benefits-check-list{flex-direction:column;gap:14px;margin:28px 0 10px;display:flex}.benefits-check-list div{align-items:center;gap:12px;display:flex}.benefits-check-list span{color:#fff;background:#3a271c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:23px;height:23px;font-size:12px;font-weight:800;display:flex}.benefits-check-list p{color:#333;margin:0;font-size:14px;font-weight:600}.benefits-button{color:#fff;text-transform:uppercase;background:#3a271c;border-radius:30px;justify-content:center;align-items:center;margin-top:18px;padding:13px 30px;font-size:12px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.benefits-button:hover{color:#fff;background:#3a271c;transform:translateY(-2px)}.benefits-statement{text-align:center;color:#fff;background:linear-gradient(#0000008c,#000000bf),url(/herobg.png) 50%/cover no-repeat;padding:110px 20px}.benefits-statement-content{max-width:800px;margin:auto}.benefits-statement-content .benefits-label{color:#f5a623}.benefits-statement-content h2{color:#fff}.benefits-statement-content p{color:#ffffffd9;margin:25px auto 0}.benefits-cta{text-align:center;background:#fff;padding:100px 20px}.benefits-cta h2{margin-bottom:20px}@media (width<=900px){.benefits-intro-container,.benefits-quality-container{grid-template-columns:1fr;gap:50px}.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.benefits-hero{min-height:370px}.benefits-hero-content{padding:80px 20px 60px}.benefits-intro,.benefits-quality{padding:75px 20px}.benefits-intro-image{min-height:350px}.benefits-product-bg{width:290px;height:290px}.benefits-grid-section{padding:75px 20px 90px}.benefits-grid{grid-template-columns:1fr}.benefit-box{min-height:auto;padding:25px 0}.benefits-quality-image{min-height:330px}.benefits-quality-image img{width:90%}.benefits-statement{padding:80px 20px}.benefits-cta{padding:75px 20px}}.about-page{color:#222;background:#fff;width:100%;min-height:100vh;overflow:hidden}.about-hero{color:#fff;background-image:linear-gradient(#0000008c,#000000c7),url(/herobg.png);background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:480px;display:flex;position:relative}.about-hero-overlay{background:#00000014;position:absolute;inset:0}.about-hero-content{z-index:2;text-align:center;width:100%;max-width:1000px;padding:100px 20px 70px;position:relative}.about-eyebrow{color:#f5a623;letter-spacing:3px;text-transform:uppercase;margin-bottom:18px;font-size:11px;font-weight:700;display:block}.about-hero h1{color:#fff;font-family:var(--font-family-display,"Roboto Slab", serif);text-transform:uppercase;text-shadow:2px 3px 5px #00000059;margin:0 0 20px;font-size:clamp(42px,6vw,76px);font-weight:900;line-height:1}.about-breadcrumb{color:#fff;justify-content:center;align-items:center;gap:12px;font-size:16px;font-weight:400;display:flex}.about-breadcrumb span:nth-child(2){color:#3a271c;font-size:22px}.about-hero-cut{z-index:5;clip-path:polygon(0% 35%,3% 20%,6% 38%,9% 15%,12% 36%,15% 20%,18% 40%,21% 16%,24% 35%,27% 18%,30% 40%,33% 20%,36% 37%,39% 15%,42% 39%,45% 20%,48% 38%,51% 15%,54% 40%,57% 19%,60% 38%,63% 17%,66% 40%,69% 20%,72% 38%,75% 15%,78% 39%,81% 20%,84% 38%,87% 17%,90% 40%,93% 20%,96% 38%,100% 20%,100% 100%,0% 100%);background:#fff;width:100%;height:35px;position:absolute;bottom:-1px;left:0}.about-story{background:#fff;width:100%;padding:110px 30px}.about-story-container{grid-template-columns:1fr 1fr;align-items:center;gap:80px;width:100%;max-width:1200px;margin:0 auto;display:grid}.about-story-content{max-width:600px}.about-label{color:#2e2d2d;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:15px;font-size:11px;font-weight:800;display:block}.about-story-content h2,.about-ingredients-content h2{color:#222;font-family:var(--font-family-display,"Roboto Slab", serif);text-transform:uppercase;margin:0;font-size:clamp(38px,4vw,56px);font-weight:900;line-height:1.02}.about-story-content h2 strong,.about-ingredients-content h2 strong{color:#222}.about-green-line{background:#3a271c;width:70px;height:3px;margin:22px 0}.about-story-content p,.about-ingredients-content p{color:#666;max-width:560px;font-family:var(--font-family-body);margin:0 0 18px;font-size:15px;line-height:1.8}.about-btn{color:#fff;letter-spacing:.5px;text-transform:uppercase;background:#3a271c;border:0;border-radius:30px;justify-content:center;align-items:center;margin-top:12px;padding:13px 30px;font-size:12px;font-weight:700;text-decoration:none;transition:background .3s,transform .3s,box-shadow .3s;display:inline-flex}.about-btn:hover{color:#fff;background:#3a271c;transform:translateY(-2px);box-shadow:0 8px 20px #0aa05240}.about-story-images{grid-template-columns:1.3fr .7fr;align-items:end;gap:20px;min-height:520px;display:grid;position:relative}.about-image-main{background:#f3f3f3;border-radius:4px;width:100%;height:470px;overflow:hidden}.about-image-main img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.about-image-main:hover img{transform:scale(1.03)}.about-image-small{background:#f3f3f3;border-radius:4px;width:100%;height:300px;margin-bottom:60px;overflow:hidden}.about-image-small img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.about-image-small:hover img{transform:scale(1.04)}.about-why{color:#fff;background:#3a271c;width:100%;padding:100px 30px 115px;position:relative}.about-why-container{max-width:1200px;margin:0 auto}.about-why-heading{max-width:700px;margin-bottom:65px}.about-label-light{color:#d8ffdf}.about-why-heading h2{color:#fff;font-family:var(--font-family-display,"Roboto Slab", serif);text-transform:uppercase;margin:0 0 20px;font-size:clamp(40px,5vw,62px);font-weight:900;line-height:1}.about-why-heading h2 strong{color:#fff}.about-why-heading p{color:#ffffffd9;max-width:600px;margin:0;font-size:15px;line-height:1.8}.about-feature-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.about-feature{border-top:1px solid #fff6;min-height:220px;padding:28px 22px;transition:transform .3s,border-color .3s}.about-feature:hover{border-top-color:#ffd15c;transform:translateY(-5px)}.about-feature-number{color:#ffd15c;letter-spacing:1px;margin-bottom:35px;font-size:13px;font-weight:800;display:block}.about-feature h3{color:#fff;margin:0 0 12px;font-size:18px;font-weight:800;line-height:1.2}.about-feature p{color:#ffffffc7;margin:0;font-size:13px;line-height:1.7}.about-green-cut{clip-path:polygon(0% 25%,4% 40%,8% 15%,12% 42%,16% 20%,20% 40%,24% 16%,28% 40%,32% 18%,36% 42%,40% 20%,44% 38%,48% 15%,52% 40%,56% 18%,60% 42%,64% 20%,68% 38%,72% 15%,76% 40%,80% 18%,84% 42%,88% 20%,92% 40%,96% 18%,100% 35%,100% 100%,0% 100%);background:#fff;width:100%;height:30px;position:absolute;bottom:-1px;left:0}.about-ingredients{background:#fff;width:100%;padding:110px 30px}.about-ingredients-container{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1200px;margin:0 auto;display:grid}.about-ingredients-image{background:#fafafa;justify-content:center;align-items:center;min-height:450px;display:flex}.about-ingredients-image img{object-fit:contain;filter:drop-shadow(0 25px 25px #00000029);width:85%;max-width:480px;transition:transform .4s;display:block}.about-ingredients-image:hover img{transform:scale(1.03)}.about-ingredients-content{max-width:580px}.about-check-list{flex-direction:column;gap:14px;margin:28px 0 10px;display:flex}.about-check-list div{align-items:center;gap:12px;display:flex}.about-check-list span{color:#fff;background:#3a271c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:23px;height:23px;font-size:12px;font-weight:800;display:flex}.about-check-list p{color:#333;margin:0;font-size:14px;font-weight:600}.about-mission{text-align:center;color:#fff;background-image:linear-gradient(#0000008c,#000000c7),url(/herobg.png);background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:500px;display:flex;position:relative}.about-mission-overlay{background:#0000001a;position:absolute;inset:0}.about-mission-content{z-index:2;max-width:850px;padding:90px 25px;position:relative}.about-mission-content>span{color:#f5a623;letter-spacing:3px;margin-bottom:15px;font-size:11px;font-weight:800;display:block}.about-mission-content h2{color:#fff;font-family:var(--font-family-display,"Roboto Slab", serif);text-transform:uppercase;margin:0 0 22px;font-size:clamp(42px,5vw,68px);font-weight:900;line-height:1}.about-mission-content p{color:#ffffffdb;max-width:650px;margin:0 auto 20px;font-size:15px;line-height:1.8}.about-testimonial{color:#fff;text-align:center;background:#1e1e1e;width:100%;padding:100px 20px}.about-testimonial-container{max-width:800px;margin:0 auto}.about-stars{color:#f5c518;letter-spacing:5px;margin-bottom:30px;font-size:24px}.about-testimonial-container>p{color:#f1f1f1;margin:0 auto 40px;font-size:20px;font-weight:300;line-height:1.7}.about-reviewer{flex-direction:column;align-items:center;display:flex}.about-reviewer img{object-fit:cover;border-radius:50%;width:60px;height:60px;margin-bottom:12px}.about-reviewer span{color:#ccc;font-size:14px}.about-cta{text-align:center;background:#fff;width:100%;padding:100px 20px}.about-cta h2{color:#222;font-family:var(--font-family-display,"Roboto Slab", serif);text-transform:uppercase;margin:0 0 20px;font-size:clamp(40px,5vw,62px);font-weight:900;line-height:1}.about-cta h2 strong{color:#222}@media (width<=1000px){.about-story-container,.about-ingredients-container{gap:50px}.about-feature-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.about-hero{background-position:50%;min-height:400px}.about-hero-content{padding:90px 20px 60px}.about-story{padding:75px 20px}.about-story-container{grid-template-columns:1fr;gap:50px}.about-story-images{grid-template-columns:1fr .65fr;gap:12px;min-height:auto}.about-image-main{height:380px}.about-image-small{height:250px;margin-bottom:35px}.about-why{padding:75px 20px 90px}.about-feature-grid{grid-template-columns:1fr 1fr;gap:15px}.about-feature{min-height:auto;padding:25px 15px}.about-feature-number{margin-bottom:22px}.about-ingredients{padding:75px 20px}.about-ingredients-container{grid-template-columns:1fr;gap:45px}.about-ingredients-image{min-height:350px}.about-ingredients-image img{width:90%}.about-mission{min-height:450px}.about-mission-content,.about-testimonial{padding:75px 20px}.about-testimonial-container>p{font-size:17px}.about-cta{padding:75px 20px}}@media (width<=480px){.about-hero{min-height:350px}.about-hero h1{font-size:42px}.about-breadcrumb{font-size:14px}.about-story-content h2,.about-ingredients-content h2{font-size:36px}.about-story-images{grid-template-columns:1fr;display:grid}.about-image-main{height:320px}.about-image-small{height:240px;margin-bottom:0}.about-feature-grid{grid-template-columns:1fr}.about-feature{padding:25px 0}.about-why-heading h2{font-size:40px}.about-ingredients-image{min-height:300px}.about-mission-content h2{font-size:40px}.about-cta h2{font-size:38px}}
