@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";
:root{--font-main:"Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-headings:"Poppins", sans-serif;--font-menu:"Poppins", sans-serif;--font-buttons:"Poppins", sans-serif;--font-text:"Poppins", sans-serif;--font-price:"Poppins", sans-serif;--primary:#e30613;--primary-hover:#ff1525;--primary-light:#fef2f2;--cart-badge-bg:#e30613;--cart-badge-text:#fff;--top-panel-bg:#f2f2f2;--top-panel-border:#f2f2f2;--top-panel-text:#1a1a1a;--top-panel-link:#1a1a1a;--top-panel-link-hover:#ff1525;--header-bg:#fff;--header-icon-text:#1a1a1a;--header-search-border:#ddd;--menu-link:#1a1a1a;--menu-link-hover:#e30613;--menu-link-hover-effect:#ff1525;--submenu-bg:#fff;--submenu-separator:#f2f2f2;--submenu-text:#424242;--submenu-link:#424242;--submenu-link-hover:#ababab;--submenu-radius:0px;--bg-page:#fff;--bg-card:#fff;--titles-color:#1c1c1c;--text-main:#1c1c1c;--labels-color:#1c1c1c;--link-color:#000;--link-hover-color:#ff1525;--notes-color:#bbb;--border-light:#e1e1e1;--border-subtle:#f2f2f2;--text-muted:#71717a;--text-light:#94a3b8;--alert-warning:#ffd52a;--alert-success:#00c293;--alert-error:#f05377;--curve-red:#e30613;--curve-slate:#0f172a;--curve-navy:#0369a1;--curve-crimson:#991b1b;--shadow-sm:0 2px 8px #0f172a0a;--shadow-md:0 6px 20px #0f172a0f;--shadow-lg:0 12px 32px #0f172a14;--shadow-card-hover:0 12px 28px #e3061324;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-page);max-width:100vw;color:var(--text-main);font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip}h1,h2,h3,h4,h5,h6{font-family:var(--font-headings);color:var(--titles-color)}a{color:inherit;text-decoration:none;transition:all .2s}button{font-family:var(--font-buttons);cursor:pointer;background:0 0;border:none;transition:all .2s}input,select,textarea{font-family:var(--font-main)}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1320px;margin:0 auto;padding:0 24px}.section-header{text-align:center;margin-bottom:28px}.section-title{color:var(--titles-color);letter-spacing:-.02em;margin-bottom:6px;font-size:26px;font-weight:800}.section-subtitle{color:var(--text-muted);font-size:13.5px}.topbar{background-color:var(--top-panel-bg);border-bottom:1px solid var(--top-panel-border);color:var(--top-panel-text);padding:8px 0;font-size:12px}.topbar-content{justify-content:space-between;align-items:center;display:flex}.topbar-left{align-items:center;gap:14px;display:flex}.topbar-badge{background-color:var(--primary);color:#fff;letter-spacing:.03em;border-radius:4px;padding:3px 8px;font-size:10.5px;font-weight:700}.topbar-text{color:var(--top-panel-text);font-weight:500}.topbar-right{align-items:center;gap:20px;display:flex}.topbar-item{color:var(--top-panel-text);align-items:center;gap:6px;display:flex}.topbar-item a{color:var(--top-panel-text);transition:color .2s}.topbar-item a:hover{color:var(--top-panel-link-hover);text-decoration:underline}.cdp-header{z-index:1000;background-color:#fffffffa;border-bottom:1px solid #e2e8f0;transition:box-shadow .25s,background-color .25s;position:sticky;top:0;box-shadow:0 2px 10px #0000000a}.cdp-header.is-scrolled{-webkit-backdrop-filter:blur(12px);background-color:#fffffff5;box-shadow:0 6px 20px -2px #0000001a}.cdp-top-red-line{background-color:#dc2626;width:100%;height:4px}.cdp-header-container{justify-content:space-between;align-items:center;gap:20px;height:74px;display:flex}.cdp-mobile-menu-btn{cursor:pointer;color:#0f172a;background:0 0;border:none;padding:4px;display:none}.cdp-header-left-group{flex-shrink:0;align-items:center;gap:16px;display:flex}.cdp-logo-link{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.cdp-logo-img{object-fit:contain;width:auto;height:38px;display:block}.cdp-categories-dropdown-wrapper{display:inline-block;position:relative}.cdp-categories-btn{color:#fff;cursor:pointer;white-space:nowrap;background-color:#0f172a;border:1px solid #0f172a;border-radius:9px;align-items:center;gap:10px;padding:9px 18px;font-size:13.5px;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 2px 8px #0f172a26}.cdp-categories-btn:hover{background-color:#1e293b;border-color:#1e293b;box-shadow:0 4px 12px #0f172a38}.cdp-categories-btn.is-open{background-color:#0f172a;border-color:#0f172a;border-radius:9px 9px 0 0;box-shadow:0 4px 14px #0f172a40}.cdp-cat-btn-icon{flex-shrink:0}.cdp-cat-btn-chevron{transition:transform .25s cubic-bezier(.16,1,.3,1)}.cdp-cat-btn-chevron.rotate{transform:rotate(180deg)}.cdp-nav{align-items:center;gap:20px;display:flex}.cdp-mobile-categories-section{display:none}.cdp-nav-link{color:#1e293b;align-items:center;font-size:14.5px;font-weight:600;text-decoration:none;transition:color .15s;display:inline-flex}.cdp-nav-link:hover,.cdp-nav-link.active{color:#dc2626}.cdp-nav-b2b{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:4px 10px;font-size:13px}.cdp-nav-b2b:hover{color:#991b1b;background:#fee2e2}.cdp-nav-item-badge-wrap{align-items:center;display:inline-flex;position:relative}.cdp-mega-badge{color:#fff;letter-spacing:.03em;text-transform:uppercase;pointer-events:none;background-color:#0f172a;border-radius:4px;padding:1px 6px;font-size:9.5px;font-weight:700;position:absolute;top:-14px;right:-4px}.cdp-ncr-pill-btn{color:#1e293b;cursor:pointer;white-space:nowrap;background-color:#fff;border:1.5px solid #cbd5e1;border-radius:9999px;align-items:center;gap:9px;padding:7px 18px;font-size:13.5px;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 1px 3px #0000000a}.cdp-ncr-pill-btn:hover{color:#e30613;background-color:#fff5f5;border-color:#e30613;box-shadow:0 2px 8px #e306131f}.cdp-ncr-pill-btn.is-active{color:#fff;background-color:#0f172a;border-color:#0f172a}.cdp-ncr-pill-icon{color:inherit;flex-shrink:0}.cdp-ncr-pill-text{font-size:13.5px;font-weight:600}.cdp-drawer-overlay{-webkit-backdrop-filter:blur(2px);z-index:998;opacity:0;pointer-events:none;background:#0f172a85;transition:opacity .25s cubic-bezier(.16,1,.3,1);position:fixed;inset:0}.cdp-drawer-overlay.is-open{opacity:1;pointer-events:auto}.cdp-drawer-panel{z-index:999;background:#fff;flex-direction:column;width:330px;max-width:86vw;transition:transform .28s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden;transform:translate(-100%);box-shadow:8px 0 36px #0f172a38}.cdp-drawer-panel.is-open{transform:translate(0)}.cdp-drawer-header{background:#fff;border-bottom:1px solid #f1f5f9;align-items:center;gap:14px;padding:16px 20px;display:flex}.cdp-drawer-close-btn{color:#ef4444;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.cdp-drawer-close-btn:hover{color:#dc2626;background:#fee2e2;border-color:#fca5a5;transform:scale(1.03)}.cdp-drawer-title{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:15.5px;font-weight:700}.cdp-drawer-body{flex:1;padding:10px 0 28px;overflow-y:auto}.cdp-drawer-body::-webkit-scrollbar{width:5px}.cdp-drawer-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.cdp-drawer-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.cdp-drawer-nav{flex-direction:column;display:flex}.cdp-drawer-item{border-bottom:1px solid #f8fafc}.cdp-drawer-cat-btn{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:12px 20px;font-family:inherit;transition:background .15s;display:flex}.cdp-drawer-cat-btn:hover{background:#f8fafc}.cdp-drawer-item.is-expanded .cdp-drawer-cat-btn{background:#fafafa}.cdp-drawer-cat-left{align-items:center;gap:13px;display:flex}.cdp-drawer-icon-wrap{color:#e30613;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.cdp-drawer-cat-name{color:#1e293b;font-size:13.5px;font-weight:600;transition:color .15s}.cdp-drawer-cat-btn:hover .cdp-drawer-cat-name,.cdp-drawer-item.is-expanded .cdp-drawer-cat-name{color:#e30613}.cdp-drawer-chevron{color:#94a3b8;flex-shrink:0;transition:transform .22s cubic-bezier(.16,1,.3,1),color .15s}.cdp-drawer-chevron.rotate{color:#e30613;transform:rotate(90deg)}.cdp-drawer-subcat-list{background:#fafbfc;border-top:1px solid #f1f5f9;margin:0;padding:4px 0 10px 52px;list-style:none}.cdp-drawer-subcat-item{margin:0}.cdp-drawer-subcat-link{color:#475569;align-items:center;gap:8px;padding:5px 16px 5px 0;font-size:12.5px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.cdp-drawer-subcat-link:hover{color:#e30613;padding-left:4px;font-weight:600}.cdp-drawer-bullet{color:#94a3b8;font-size:11px;line-height:1}.cdp-drawer-subcat-all{margin-top:4px}.cdp-drawer-all-link{color:#e30613;padding:4px 0;font-size:12px;font-weight:700;text-decoration:none;display:inline-block}.cdp-drawer-all-link:hover{text-decoration:underline}.cdp-drawer-divider{background:#e2e8f0;height:1px;margin:16px 20px}.cdp-drawer-account-section{padding:0 0 10px}.cdp-drawer-account-title{color:#0f172a;margin:0;padding:4px 20px 10px;font-size:14px;font-weight:700}.cdp-drawer-account-list{flex-direction:column;display:flex}.cdp-drawer-account-link{color:#334155;justify-content:space-between;align-items:center;padding:11px 20px;font-size:13px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.cdp-drawer-account-link:hover{color:#e30613;background:#f8fafc}.account-icon{color:#0284c7}.cdp-drawer-account-link:hover .account-icon{color:#e30613}.cdp-drawer-cart-badge{color:#fff;background:#e30613;border-radius:9999px;margin-left:8px;padding:1px 7px;font-size:10.5px;font-weight:700;line-height:1.4}.cdp-drawer-subcat-count{color:#94a3b8;margin-left:4px;font-size:11px;font-weight:500}.cdp-drawer-footer-badge{padding:24px 20px 10px}.cdp-drawer-circle-avatar{color:#fff;letter-spacing:-.02em;cursor:default;background:#1e293b;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:800;display:flex;box-shadow:0 3px 10px #00000026}.cdp-header-actions{flex-shrink:0;align-items:center;gap:16px;display:flex}.cdp-icon-btn{cursor:pointer;color:#0f172a;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .2s;display:flex;position:relative}.cdp-icon-btn:hover{color:#dc2626;background-color:#f1f5f9}.cdp-cart-btn{position:relative}.cdp-cart-badge{color:#fff;background-color:#dc2626;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10.5px;font-weight:800;display:flex;position:absolute;top:1px;right:1px}.cdp-search-container{position:relative}.cdp-search-box{background-color:#fff;border:1.5px solid #cbd5e1;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;width:320px;height:42px;padding:0 14px;transition:all .2s;display:flex;box-shadow:0 1px 2px #00000005}.cdp-search-box:focus-within{border-color:#e30613;box-shadow:0 0 0 3px #e306131a}.cdp-search-input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:inherit;font-size:14px;font-weight:500}.cdp-search-input::placeholder{color:#64748b;opacity:1;font-size:13.5px;font-weight:500}.cdp-search-clear-btn{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:background-color .15s,color .15s;display:flex}.cdp-search-clear-btn:hover{color:#0f172a;background:#e2e8f0}.cdp-search-submit{cursor:pointer;color:#0f172a;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:transform .15s,color .15s;display:flex}.cdp-search-submit:hover{color:#e30613;transform:scale(1.1)}.cdp-search-dropdown{z-index:1050;background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;animation:.18s cubic-bezier(.16,1,.3,1) cdpFadeIn;display:flex;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 12px 36px #00000026}@keyframes cdpFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.cdp-search-dropdown-header{color:#64748b;text-transform:uppercase;letter-spacing:.04em;background:#f8fafc;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:10px 16px;font-size:11.5px;font-weight:700;display:flex}.cdp-search-count-pill{color:#334155;background:#e2e8f0;border-radius:999px;padding:2px 8px;font-size:10.5px}.cdp-search-dropdown-list{flex-direction:column;max-height:320px;display:flex;overflow-y:auto}.cdp-search-dropdown-item{border-bottom:1px solid #f8fafc;align-items:center;gap:12px;padding:10px 16px;text-decoration:none;transition:background .15s;display:flex}.cdp-search-dropdown-item:hover{background:#fff5f5}.cdp-search-item-thumb{background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:2px;display:flex}.cdp-search-item-thumb img{object-fit:contain;width:100%;height:100%}.cdp-search-item-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.cdp-search-item-cat{color:#e30613;text-transform:uppercase;font-size:10.5px;font-weight:700}.cdp-search-item-title{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.cdp-search-item-price{color:#0f172a;white-space:nowrap;flex-shrink:0;font-size:13px;font-weight:700}.cdp-search-view-all-btn{color:#fff;cursor:pointer;text-align:center;background:#0f172a;border:none;width:100%;padding:12px 16px;font-size:13px;font-weight:700;transition:background .15s;display:block}.cdp-search-view-all-btn:hover{background:#e30613}.cdp-search-dropdown-empty{text-align:center;padding:24px 16px}.cdp-search-dropdown-empty p{color:#64748b;margin:0 0 10px;font-size:13.5px}.cdp-search-empty-link{color:#e30613;font-size:13px;font-weight:700;text-decoration:underline}@media (max-width:1200px){.cdp-mega-grid-taxonomy{grid-template-columns:repeat(3,1fr)}.cdp-mega-bottom-banner{grid-template-columns:1fr;gap:12px}.cdp-mega-b2b-highlight{border-left:none;padding-left:0}}@media (max-width:900px){.cdp-nav{display:none}.cdp-search-box{width:180px}}@media (max-width:640px){.cdp-ncr-pill-btn{display:none}.cdp-mobile-menu-btn{justify-content:center;align-items:center;display:flex}}.hero-wrapper{padding:24px 0 16px}.hero-slider-container{aspect-ratio:1920/520;background-color:#ba040f;border-radius:20px;width:100%;min-height:320px;position:relative;overflow:hidden;box-shadow:0 16px 44px #0f172a29,0 4px 16px #00000014}.hero-slide{opacity:0;visibility:hidden;z-index:1;pointer-events:none;background-color:#ba040f;width:100%;height:100%;transition:opacity .45s,visibility .45s;position:absolute;inset:0}.hero-slide.active{opacity:1;visibility:visible;z-index:2;pointer-events:auto;position:absolute;inset:0}.hero-slide-link{cursor:pointer;width:100%;height:100%;text-decoration:none;display:block}.hero-slide-art{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,1,.5,1);display:block}.hero-slide-link:hover .hero-slide-art{transform:scale(1.015)}.hero-nav-arrow{-webkit-backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:10;background:#0006;border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-nav-arrow:hover{background:#000000bf;border-color:#ffffff59;transform:translateY(-50%)scale(1.1)}.hero-nav-prev{left:20px}.hero-nav-next{right:20px}.hero-dots-wrapper{z-index:10;align-items:center;gap:8px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.hero-dot-indicator{cursor:pointer;background:#ffffff59;border:none;border-radius:9999px;height:8px;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero-dot-indicator.active{background:#fff;width:28px;box-shadow:0 2px 8px #0000004d}.hero-dot-indicator:not(.active){width:8px}.hero-dot-indicator:hover:not(.active){background:#ffffffbf}@media (max-width:992px){.hero-slider-container{border-radius:16px;min-height:260px}}@media (max-width:640px){.hero-slider-container{border-radius:12px;min-height:180px}.hero-nav-arrow{opacity:.85;width:36px;height:36px}.hero-nav-prev{left:8px}.hero-nav-next{right:8px}}.value-props-section{padding:16px 0}.value-props-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.value-prop-card{border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;align-items:center;gap:14px;padding:18px 16px;transition:all .25s;display:flex}.value-prop-card:hover{box-shadow:var(--shadow-md);border-color:#cbd5e1;transform:translateY(-2px)}.value-prop-icon-box{color:#d97706;background-color:#fffbeb;border:1px solid #fef3c7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.value-prop-title{color:#1e293b;margin-bottom:2px;font-size:13.5px;font-weight:700}.value-prop-desc{color:#64748b;font-size:12px;line-height:1.35}.products-grid-6{grid-template-columns:repeat(6,1fr);gap:14px;display:grid}.products-grid-4{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.product-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;min-width:0;padding:12px;transition:all .25s;display:flex;position:relative;box-shadow:0 1px 3px #00000008}.product-card:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 10px 25px -4px #0f172a14}.product-badge{color:#fff;z-index:2;background-color:#ef4444;border-radius:4px;padding:2px 6px;font-size:10.5px;font-weight:700;line-height:1.2;position:absolute;top:8px;left:8px}.product-badge.badge-top{background-color:var(--primary)}.product-fav-btn{z-index:2;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .15s;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 1px 3px #0000000a}.product-fav-btn:hover{border-color:#cbd5e1;transform:scale(1.08)}.product-image-box{aspect-ratio:1;background-color:#f8fafc;border-radius:10px;justify-content:center;align-items:center;width:100%;margin-bottom:12px;padding:8px;display:flex;position:relative;overflow:hidden}.product-image-box .product-primary-img,.product-image-box img{object-fit:contain;width:90%;height:90%;transition:transform .35s,opacity .3s}.product-image-box .product-secondary-img{object-fit:contain;opacity:0;pointer-events:none;width:calc(100% - 16px);height:calc(100% - 16px);transition:opacity .35s,transform .35s;position:absolute;inset:8px}.product-card:hover .product-primary-img{transform:scale(1.05)}.product-card:hover .product-flip-base{opacity:0!important}.product-card:hover .product-secondary-img.product-flip-hover{transform:scale(1.05);opacity:1!important}.product-info-body{flex-direction:column;flex:1;display:flex}.product-category{color:#64748b;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-size:10px;font-weight:600;overflow:hidden}.product-title{color:#1e293b;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:34px;max-height:34px;margin-bottom:6px;font-size:12.5px;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.product-rating{color:#eab308;align-items:center;gap:4px;margin-bottom:8px;font-size:11px;display:flex}.product-rating-count{color:#94a3b8;font-size:10.5px;font-weight:500}.product-prices{flex-wrap:wrap;align-items:baseline;gap:3px 6px;min-height:20px;margin-top:auto;margin-bottom:10px;display:flex}.product-current-price{color:#0f172a;white-space:nowrap;font-size:15px;font-weight:800}.product-old-price{color:#94a3b8;white-space:nowrap;font-size:11px;text-decoration:line-through}.add-to-cart-btn{background-color:var(--primary,#e30613);color:#fff;border:1px solid var(--primary,#e30613);cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;border-radius:8px;justify-content:center;align-items:center;width:100%;height:38px;padding:0;font-size:12.5px;font-weight:600;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 3px 10px #e3061340}.add-to-cart-btn:hover{background-color:#c9000b;border-color:#c9000b;box-shadow:0 4px 14px #e3061361}.add-to-cart-btn.added{color:#fff!important;background-color:#059669!important;border-color:#059669!important}.origin-fill-circle{pointer-events:none;transform-origin:50%;will-change:transform;background-color:#a30008;border-radius:9999px;position:absolute}.origin-btn-content{z-index:10;pointer-events:none;color:#fff;justify-content:center;align-items:center;gap:7px;width:100%;height:100%;display:inline-flex;position:relative}.add-to-cart-btn.added{color:#fff!important;background-color:#16a34a!important;border-color:#16a34a!important;transform:none!important;box-shadow:0 4px 12px #16a34a4d!important}.add-to-cart-btn.added .origin-fill-circle{display:none!important}.curved-section-wrapper{padding:36px 0;position:relative}.curved-container{width:100%;position:relative}.curved-header-area{width:100%;height:90px;position:relative}.curved-title-anchor{text-align:center;z-index:4;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;height:52px;padding:0 20px;display:flex;position:absolute;top:4px;left:0;right:0}.curved-title-anchor .curved-title{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:24px;font-weight:800;line-height:1.15}.curved-title-anchor .curved-subtitle{display:none}.curved-top-svg{width:100%;height:90px;margin-bottom:-1px;display:block}.curved-path-desktop{display:block}.curved-path-mobile{display:none}.curved-body{border-bottom-right-radius:32px;border-bottom-left-radius:32px;padding:24px 24px 42px;box-shadow:0 12px 36px #0000000d}.curved-carousel-viewport{border-radius:16px;width:100%;position:relative;overflow:hidden}.curved-carousel-track{will-change:transform;width:100%;transition:transform .5s cubic-bezier(.25,1,.5,1);display:flex}.curved-carousel-slide{flex-shrink:0;width:100%;min-width:100%}.curved-carousel-arrow{z-index:20;color:#0f172a;cursor:pointer;opacity:.92;background:#fff;border:1px solid #00000014;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 16px #00000029}.curved-carousel-arrow:hover{color:#fff;opacity:1;background:#e30613;border-color:#e30613;transform:translateY(-50%)scale(1.1);box-shadow:0 6px 20px #e3061359}.curved-carousel-arrow.arrow-prev{left:6px}.curved-carousel-arrow.arrow-next{right:6px}.curved-dots{justify-content:center;align-items:center;gap:8px;margin-top:24px;display:flex}.curved-dot{cursor:pointer;background-color:#ffffffa6;border:none;border-radius:50%;outline:none;width:8px;height:8px;padding:0;transition:all .25s}.curved-dot:hover{background-color:#ffffffe6;transform:scale(1.25)}.curved-dot.active{background-color:#fff;border-radius:6px;width:24px;box-shadow:0 2px 6px #00000026}.curved-view-all{justify-content:center;margin-top:20px;display:flex}.curved-view-all-btn{color:#0f172a;background-color:#ffffffeb;border-radius:20px;align-items:center;gap:6px;padding:8px 24px;font-size:13px;font-weight:700;display:inline-flex;box-shadow:0 4px 10px #0000000a}.curved-view-all-btn:hover{background-color:#fff;transform:translateY(-2px)}.curved-body-outlined{box-shadow:0 16px 40px #e3061314,0 4px 16px #0000000a}.curved-body-outlined .product-card{border:1px solid #f1f5f9;box-shadow:0 2px 8px #0000000a}.curved-body-outlined .product-card:hover{border-color:#fca5a5;box-shadow:0 8px 24px #e306131f}.curved-view-all-btn.btn-outlined{color:#fff;background-color:#e30613;border:1.5px solid #e30613;box-shadow:0 4px 14px #e3061340}.curved-view-all-btn.btn-outlined:hover{color:#fff;background-color:#c90510;border-color:#c90510;transform:translateY(-2px);box-shadow:0 6px 18px #e3061359}.categories-section{padding:24px 0}.categories-grid{grid-template-columns:repeat(10,1fr);gap:12px;display:grid}.category-circle-item{text-align:center;cursor:pointer;flex-direction:column;align-items:center;transition:all .25s;display:flex}.category-circle-item:hover{transform:translateY(-3px)}.category-circle-img-box{width:76px;height:76px;box-shadow:var(--shadow-sm);background-color:#fff;border:2px solid #f1f5f9;border-radius:50%;justify-content:center;align-items:center;margin-bottom:8px;padding:6px;transition:all .25s;display:flex;overflow:hidden}.category-circle-item:hover .category-circle-img-box{border-color:var(--primary);box-shadow:0 6px 16px #dc262626}.category-circle-img-box img{object-fit:cover;border-radius:50%;width:100%;height:100%}.category-circle-name{color:#334155;font-size:11.5px;font-weight:600;line-height:1.25}.top-selling-split{grid-template-columns:320px 1fr;align-items:stretch;gap:20px;display:grid}.top-selling-promo-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background-color:#fff;border:1px solid #e2e8f0;flex-direction:column;justify-content:space-between;padding:24px 20px;display:flex;position:relative;overflow:hidden}.promo-badge-tag{color:#dc2626;text-transform:uppercase;background-color:#fee2e2;border-radius:20px;align-items:center;gap:5px;margin-bottom:10px;padding:4px 10px;font-size:10.5px;font-weight:700;display:inline-flex}.stay-fit-title{color:#0f172a;margin-bottom:6px;font-size:22px;font-weight:800;line-height:1.2}.stay-fit-subtitle{color:#64748b;margin-bottom:14px;font-size:12.5px;line-height:1.4}.stay-fit-image-box{justify-content:center;margin:10px 0;display:flex}.stay-fit-image-box img{object-fit:contain;border-radius:12px;max-height:190px}.stay-fit-btn{color:#fff;background-color:#dc2626;border-radius:20px;justify-content:center;align-items:center;gap:6px;padding:10px 18px;font-size:12.5px;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #dc262640}.stay-fit-btn:hover{background-color:#b91c1c;transform:translateY(-1px)}.top-selling-right-area{flex-direction:column;min-width:0;display:flex}.top-selling-nav-tabs{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.tab-pill{color:#1e293b;cursor:pointer;background-color:#ffffffa6;border-radius:20px;padding:6px 16px;font-size:12.5px;font-weight:700}.tab-pill.active{color:var(--primary);box-shadow:var(--shadow-sm);background-color:#fff}.carousel-nav-btn{cursor:pointer;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;box-shadow:0 2px 6px #0000000f}.mini-products-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.mini-product-card{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background-color:#fff;align-items:center;gap:10px;min-width:0;padding:10px 12px;transition:all .25s;display:flex}.mini-product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.mini-card-img{background-color:#f8fafc;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;display:flex;position:relative;overflow:hidden}.mini-card-img img{object-fit:contain;width:82%;height:82%;transition:opacity .3s}.mini-card-img .mini-secondary-img{object-fit:contain;opacity:0;pointer-events:none;width:calc(100% - 8px);height:calc(100% - 8px);transition:opacity .3s;position:absolute;inset:4px}.mini-product-card:hover .mini-card-img .mini-primary-img.has-flip{opacity:0!important}.mini-product-card:hover .mini-card-img .mini-secondary-img{opacity:1!important}.mini-card-info{flex:1;min-width:0}.mini-card-title{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-size:12px;font-weight:600;line-height:1.3;overflow:hidden}.mini-card-price{color:#0f172a;white-space:nowrap;font-size:13px;font-weight:800}.mini-card-add-btn{color:#fff;cursor:pointer;background-color:#0f172a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;box-shadow:0 2px 6px #0f172a26}.mini-card-add-btn:hover,.mini-product-card:hover .mini-card-add-btn{color:#fff;background-color:#1e293b;transform:scale(1.05);box-shadow:0 4px 10px #0f172a40}.our-products-section{padding:36px 0 28px}.filter-tabs-wrapper{justify-content:center;align-items:center;width:100%;margin-bottom:28px;display:flex;position:relative}.filter-tabs-scroll-track{justify-content:center;align-items:center;max-width:100%;display:flex;position:relative}.filter-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#fff;border:1.5px solid #e2e8f0;border-radius:9999px;align-items:center;gap:6px;max-width:100%;padding:6px;display:inline-flex;overflow-x:auto;box-shadow:0 4px 20px -2px #0f172a0f,0 1px 3px #00000005}.filter-tabs::-webkit-scrollbar{display:none}.filter-tab-btn{color:#334155;cursor:pointer;white-space:nowrap;font-size:13.5px;font-weight:600;font-family:var(--font-main);-webkit-user-select:none;user-select:none;background-color:#0000;border:1.5px solid #0000;border-radius:9999px;flex-shrink:0;align-items:center;gap:8px;padding:10px 22px;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative}.filter-tab-icon{color:inherit;justify-content:center;align-items:center;transition:transform .2s;display:flex}.filter-tab-btn:hover{color:#0f172a;background-color:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.filter-tab-btn:hover .filter-tab-icon{transform:scale(1.08)}.filter-tab-btn.active{color:#fff;background-color:#e30613;border-color:#e30613;font-weight:700;box-shadow:0 4px 14px #e306134d}.filter-tab-btn.active:hover{color:#fff;background-color:#0f172a;border-color:#0f172a;box-shadow:0 4px 16px #0f172a59}.filter-tab-btn.active .filter-tab-icon{color:#fff}@media (max-width:768px){.filter-tabs-wrapper{width:100%;margin-bottom:20px;padding:0 4px}.filter-tabs-scroll-track{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 12px calc(100% - 12px),#0000);mask-image:linear-gradient(90deg,#0000,#000 12px calc(100% - 12px),#0000)}.filter-tabs{scroll-snap-type:x proximity;background:#fff;border:1px solid #e2e8f0;border-radius:24px;justify-content:flex-start;gap:8px;width:100%;padding:5px 12px;box-shadow:0 2px 10px #0000000a}.filter-tab-btn{scroll-snap-align:center;background:#f8fafc;border:1px solid #e2e8f0;gap:6px;min-height:38px;padding:8px 16px;font-size:12.5px}.filter-tab-btn.active{color:#fff;background:#e30613;border-color:#e30613;box-shadow:0 2px 10px #e3061359}.filter-tab-icon svg{width:14px;height:14px}}.promo-banners-interactive-section{perspective:1200px;padding:10px 0 28px}.promo-interactive-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.interactive-promo-card{cursor:pointer;height:380px;transform-style:preserve-3d;will-change:transform;background:linear-gradient(#eaedf1 0%,#e2e5e9 100%);border:1px solid #ffffffb3;border-radius:28px;flex-direction:column;justify-content:space-between;transition:transform .2s ease-out,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000a}.interactive-promo-card:hover{box-shadow:0 20px 40px #00000014}.card-glare{pointer-events:none;z-index:5;mix-blend-mode:overlay;transition:opacity .3s;position:absolute;inset:0}.promo-card-content{z-index:6;flex-direction:column;align-items:flex-start;padding:30px 28px 0;display:flex;position:relative}.promo-card-badge{color:#e30613;letter-spacing:.1px;margin-bottom:5px;font-size:14px;font-weight:700}.promo-card-title{color:#111827;font-size:27px;font-weight:800;line-height:1.15;font-family:var(--font-headings);margin:0 0 14px}.promo-card-action-btn{color:#fff;background-color:#e30613;border-radius:9px;justify-content:center;align-items:center;padding:9px 24px;font-size:13.5px;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 14px #e306134d}.promo-card-action-btn:hover{background-color:#ff1525;transform:translateY(-2px);box-shadow:0 6px 18px #e3061373}.promo-card-stage{pointer-events:none;justify-content:center;align-items:flex-end;width:100%;height:235px;margin-top:auto;display:flex;position:relative;overflow:hidden}.promo-card-motion-wrapper{transform-origin:bottom;will-change:transform;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;display:flex;position:relative}.promo-card-product-img{object-fit:contain;filter:drop-shadow(0 14px 26px #00000029);width:310px;height:310px;margin-bottom:-55px;transition:filter .3s}.interactive-promo-card:hover .promo-card-product-img{filter:drop-shadow(0 22px 34px #00000038)}.promo-prod-depth-shadow{filter:blur(6px);pointer-events:none;background:radial-gradient(#0006 0%,#0000 70%);border-radius:50%;width:180px;height:24px;transition:transform .2s ease-out,opacity .3s;position:absolute;bottom:0}@media (max-width:991px){.promo-interactive-grid{grid-template-columns:1fr;gap:16px}.interactive-promo-card{height:350px}}.promo-dual-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin:26px 0;display:grid}.promo-dual-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;padding:26px;transition:all .25s;display:flex}.promo-dual-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.dual-dark-corporate{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border:1px solid #334155}.dual-crimson-light{background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border:1px solid #fecaca}.dual-banner-tag-red{color:#f87171;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:11px;font-weight:700;display:block}.dual-banner-tag-dark{color:#dc2626;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:11px;font-weight:700;display:block}.dual-title-white{color:#fff}.dual-title-dark{color:#0f172a}.dual-banner-desc-light{color:#94a3b8;max-width:320px;margin-bottom:18px;font-size:13px;line-height:1.4}.dual-banner-desc-dark{color:#475569;max-width:320px;margin-bottom:18px;font-size:13px;line-height:1.4}.promo-btn-red{color:#fff;background-color:#dc2626}.promo-btn-red:hover{background-color:#b91c1c}.promo-btn-dark{color:#fff;background-color:#0f172a}.promo-btn-dark:hover{background-color:#1e293b}.dual-banner-img{object-fit:contain;background-color:#fff;border-radius:14px;width:140px;height:140px;padding:8px}.hot-deals-wrapper{padding:28px 0}.hot-deals-split{grid-template-columns:300px 1fr;align-items:stretch;gap:20px;display:grid}.countdown-box-card{border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background-color:#fff;flex-direction:column;justify-content:center;padding:24px;display:flex}.countdown-tag{color:#ef4444;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:11px;font-weight:700}.countdown-title{color:#0f172a;margin-bottom:6px;font-size:24px;font-weight:800;line-height:1.2}.countdown-subtitle{color:#64748b;margin-bottom:20px;font-size:12.5px;line-height:1.4}.timer-units{align-items:center;gap:6px;margin-bottom:22px;display:flex}.timer-unit-block{text-align:center;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex:1;padding:8px 2px}.timer-number{color:var(--primary);margin-bottom:3px;font-size:18px;font-weight:800;line-height:1}.timer-label{color:#64748b;text-transform:uppercase;font-size:9.5px;font-weight:600}.countdown-cta{background-color:var(--primary);color:#fff;border-radius:20px;justify-content:center;align-items:center;gap:6px;padding:11px 18px;font-size:12.5px;font-weight:700;display:inline-flex}.countdown-cta:hover{background-color:var(--primary-hover)}.blogs-section{padding:32px 0}.blogs-header{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.blogs-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.blog-card{border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background-color:#fff;flex-direction:column;transition:all .25s;display:flex;overflow:hidden}.blog-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.blog-image-box{aspect-ratio:16/10;width:100%;position:relative;overflow:hidden}.blog-image-box img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.blog-card:hover .blog-image-box img{transform:scale(1.06)}.blog-content{flex-direction:column;flex:1;padding:14px;display:flex}.blog-meta{color:#64748b;align-items:center;gap:8px;margin-bottom:6px;font-size:10.5px;display:flex}.blog-category-tag{color:var(--primary);background-color:#f1f5f9;border-radius:4px;padding:2px 7px;font-weight:700}.blog-title{color:#1e293b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:13.5px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.blog-excerpt{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:12px;font-size:11.5px;line-height:1.45;display:-webkit-box;overflow:hidden}.blog-link{color:var(--primary);align-items:center;gap:4px;margin-top:auto;font-size:11.5px;font-weight:700;display:inline-flex}.blog-link:hover{gap:7px}.newsletter-wrapper{color:#fff;background:linear-gradient(135deg,#18181b 0%,#09090b 100%);border:1px solid #e3061338;border-radius:24px;justify-content:space-between;align-items:center;gap:32px;margin:24px 0;padding:38px 44px;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 40px #00000047,0 0 0 1px #ffffff0a}.newsletter-content{flex:1}.newsletter-badge{text-transform:uppercase;letter-spacing:.08em;color:#ff4d4d;background:#e3061324;border:1px solid #e306134d;border-radius:9999px;align-items:center;gap:6px;margin-bottom:10px;padding:4px 12px;font-size:11px;font-weight:800;display:inline-flex}.newsletter-title{color:#fff;letter-spacing:-.01em;margin-bottom:6px;font-size:26px;font-weight:800;line-height:1.2}.newsletter-desc{color:#a1a1aa;max-width:500px;margin:0;font-size:14px;line-height:1.5}.newsletter-form{flex-direction:column;gap:8px;width:100%;max-width:480px;display:flex}.newsletter-input-group{background-color:#fff;border-radius:30px;align-items:center;padding:4px 5px 4px 16px;transition:all .2s;display:flex;position:relative;box-shadow:0 4px 18px #00000040}.newsletter-input-group:focus-within{box-shadow:0 4px 22px #e306134d}.newsletter-field-box{flex:1;align-items:center;min-width:0;display:flex;position:relative}.newsletter-input-icon{color:#94a3b8;flex-shrink:0;margin-right:8px}.newsletter-input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:9px 0;font-size:14px}.newsletter-input::placeholder{color:#94a3b8}.newsletter-btn{color:#fff;cursor:pointer;background-color:#e30613;border:none;border-radius:22px;flex-shrink:0;align-items:center;gap:8px;padding:10px 22px;font-size:13px;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex}.newsletter-btn:hover:not(:disabled){background-color:#ff1525;transform:translateY(-1px);box-shadow:0 4px 12px #e3061366}.newsletter-btn:disabled{opacity:.7;cursor:not-allowed}.newsletter-privacy{color:#71717a;align-items:center;gap:6px;padding-left:14px;font-size:11px;display:inline-flex}.newsletter-success-box{background:#22c55e1f;border:1px solid #22c55e4d;border-radius:20px;align-items:center;gap:14px;padding:16px 24px;display:flex}.newsletter-success-text{flex-direction:column;gap:2px;display:flex}.newsletter-success-title{color:#fff;font-size:14px;font-weight:700}.newsletter-success-subtitle{color:#86efac;font-size:12px}.newsletter-spin{animation:1s linear infinite spin}.footer{color:#475569;background-color:#fff;border-top:1px solid #e2e8f0;padding:48px 0 20px;font-size:12.5px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr 1.4fr;gap:36px;margin-bottom:36px;display:grid}.footer-col-title{color:#0f172a;margin-bottom:14px;font-size:14.5px;font-weight:700}.footer-links{flex-direction:column;gap:9px;list-style:none;display:flex}.footer-links li a:hover{color:var(--primary);transform:translate(3px)}.footer-bottom{color:#94a3b8;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:18px;font-size:11.5px;display:flex}.payment-badges{align-items:center;gap:8px;display:flex}.payment-pill{color:#475569;background-color:#f1f5f9;border-radius:4px;padding:3px 8px;font-size:10.5px;font-weight:700}.promo-card-cp{background:#fff;border:1px solid #0000000a;border-radius:18px;flex-direction:column;height:100%;padding:12px;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s;display:flex;box-shadow:0 4px 16px #0000000f}.promo-card-cp:hover{transform:translateY(-4px);box-shadow:0 10px 26px #0000001f}.promo-img-container{aspect-ratio:1;background-color:#0000;border:none;justify-content:center;align-items:center;width:100%;padding:8px;display:flex;position:relative;overflow:hidden}.promo-discount-badge{background-color:var(--alert-warning);color:#000;font-family:var(--font-main);z-index:3;letter-spacing:-.01em;border-radius:9999px;padding:3px 12px;font-size:13px;font-weight:700;position:absolute;top:8px;left:8px;box-shadow:0 2px 6px #ffd52a59}.promo-clock-circle{z-index:3;background-color:#fff;border:1.5px solid #1c1c1c;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 5px #00000014}@keyframes spin-clock{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.promo-img-inner{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.promo-img-inner img{object-fit:contain;max-width:100%;max-height:100%;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .3s}.promo-img-inner .promo-secondary-img{object-fit:contain;opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .35s,transform .35s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.promo-card-cp:hover .promo-img-inner img{transform:scale(1.05)}.promo-card-cp:hover .promo-flip-base{opacity:0!important}.promo-card-cp:hover .promo-secondary-img.promo-flip-hover{transform:scale(1.05);opacity:1!important}.promo-info-wrap{flex-direction:column;flex:1;padding-top:12px;display:flex}.promo-title{font-family:var(--font-main);color:#1c1c1c;text-transform:uppercase;letter-spacing:.01em;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:34px;margin-bottom:8px;font-size:12.5px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.promo-prices-wrap{flex-direction:column;gap:1px;margin-bottom:12px;display:flex}.promo-price-old{font-family:var(--font-main);color:#71717a;font-size:13px;font-weight:500;text-decoration:line-through}.promo-price-current{font-family:var(--font-main);color:#1c1c1c;letter-spacing:-.01em;font-size:15.5px;font-weight:700}.promo-countdown-strip{border-top:1px dashed #f0f0f0;align-items:center;gap:12px;margin-top:auto;padding-top:8px;display:flex}.promo-tag-icon-box{color:#1c1c1c;justify-content:center;align-items:center;display:flex}.promo-timer-blocks{align-items:center;gap:14px;display:flex}.promo-timer-col{flex-direction:column;align-items:center;min-width:26px;display:flex}.promo-time-num{font-family:var(--font-main);color:#1c1c1c;font-size:14px;font-weight:800;line-height:1.1}.promo-time-lbl{font-family:var(--font-main);color:#94a3b8;font-size:10px;font-weight:500}@media (max-width:1200px){.products-grid-6{grid-template-columns:repeat(4,1fr)}.categories-grid{grid-template-columns:repeat(5,1fr)}.footer-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.hero-inner{text-align:center;grid-template-columns:1fr;padding:32px 20px}.hero-subtitle{margin:0 auto 20px}.hero-product-image{max-height:260px;margin-top:16px}.value-props-grid{grid-template-columns:repeat(2,1fr)}.top-selling-split,.hot-deals-split,.promo-triplet-grid,.promo-dual-grid{grid-template-columns:1fr}.blogs-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.topbar{display:none}.header-container{flex-wrap:wrap}.search-box{order:3;width:100%;max-width:100%}.nav-bar{display:none}.products-grid-6,.products-grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.products-grid-6,.products-grid-4,.mini-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.curved-carousel-viewport{width:100%!important;overflow:hidden!important}.curved-carousel-slide{box-sizing:border-box!important;justify-content:center!important;align-items:center!important;width:100%!important;min-width:100%!important;display:flex!important}.curved-carousel-slide .products-grid-6,.curved-carousel-slide .products-grid-4{box-sizing:border-box!important;justify-content:center!important;align-items:stretch!important;gap:0!important;width:100%!important;max-width:100%!important;margin:0 auto!important;display:flex!important}.curved-carousel-slide .product-card,.curved-carousel-slide .promo-card-cp{box-sizing:border-box!important;width:100%!important;max-width:290px!important;margin:0 auto!important}.curved-dots{flex-wrap:wrap!important;justify-content:center!important;max-width:100%!important}.categories-grid{grid-template-columns:repeat(3,1fr)}.newsletter-wrapper{text-align:center!important;border-radius:20px!important;flex-direction:column!important;gap:22px!important;margin:16px 0!important;padding:30px 18px!important}.newsletter-content{text-align:center!important;flex-direction:column!important;align-items:center!important;width:100%!important;display:flex!important}.newsletter-badge{margin-bottom:8px!important}.newsletter-title{margin-bottom:6px!important;font-size:21px!important;line-height:1.25!important}.newsletter-desc{color:#a1a1aa!important;font-size:13px!important;line-height:1.45!important}.newsletter-form{gap:10px!important;width:100%!important;max-width:100%!important;margin:0 auto!important}.newsletter-input-group{box-shadow:none!important;background:0 0!important;flex-direction:column!important;gap:12px!important;width:100%!important;padding:0!important;display:flex!important}.newsletter-field-box{align-items:center!important;width:100%!important;display:flex!important;position:relative!important}.newsletter-field-box .newsletter-input-icon{z-index:2!important;pointer-events:none!important;color:#94a3b8!important;margin:0!important;position:absolute!important;top:50%!important;left:15px!important;transform:translateY(-50%)!important}.newsletter-input{box-sizing:border-box!important;color:#0f172a!important;background:#fff!important;border:1.5px solid #e2e8f0!important;border-radius:14px!important;width:100%!important;height:48px!important;padding:0 16px 0 44px!important;font-size:16px!important;box-shadow:0 2px 8px #00000014!important}.newsletter-btn{border-radius:14px!important;justify-content:center!important;width:100%!important;height:48px!important;font-size:14px!important;font-weight:700!important;box-shadow:0 4px 14px #e3061366!important}.newsletter-privacy{text-align:center!important;justify-content:center!important;margin-top:2px!important;padding-left:0!important;font-size:11px!important}.newsletter-success-box{text-align:center!important;box-sizing:border-box!important;flex-direction:column!important;width:100%!important;padding:20px 16px!important}.footer-grid{grid-template-columns:1fr}.curved-path-desktop{display:none!important}.curved-path-mobile{display:block!important}.curved-header-area,.curved-top-svg{height:74px}.curved-title-anchor{width:86%;height:52px;padding:0 12px;top:6px;left:7%;right:7%}.curved-title-anchor .curved-badge-tag{letter-spacing:.05em;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-bottom:2px;overflow:hidden;font-size:9px!important}.curved-title-anchor .curved-title{white-space:nowrap;text-overflow:ellipsis;max-width:100%;line-height:1.15;overflow:hidden;font-size:16px!important}.curved-title-anchor .curved-subtitle{font-size:11px}.curved-body{border-bottom-right-radius:20px;border-bottom-left-radius:20px;padding:16px 14px 32px}.curved-carousel-arrow{display:none!important}.back-to-top-btn{width:44px;height:44px;bottom:20px;right:14px}}.back-to-top-btn{cursor:pointer;z-index:990;opacity:0;visibility:hidden;background:linear-gradient(135deg,#e30613 0%,#b5040e 100%);border:2px solid #ffffffe6;border-radius:50%;outline:none;justify-content:center;align-items:center;width:56px;height:56px;padding:0;transition:all .35s cubic-bezier(.34,1.56,.64,1);display:flex;position:fixed;bottom:30px;right:30px;transform:translateY(20px)scale(.85);box-shadow:0 8px 24px #e306136b,0 3px 10px #00000029}.back-to-top-btn.visible{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.back-to-top-btn:hover{border-color:#fff;transform:translateY(-5px)scale(1.08);box-shadow:0 14px 32px #e3061399,0 4px 12px #00000038}.back-to-top-btn:active{transform:translateY(-2px)scale(.98)}.back-to-top-ring{pointer-events:none;position:absolute;inset:-1px;transform:rotate(-90deg)}.back-to-top-ring .ring-bg{fill:none;stroke:#ffffff38}.back-to-top-ring .ring-progress{fill:none;stroke:#fff;stroke-linecap:round;transition:stroke-dashoffset .12s ease-out}.back-to-top-content{z-index:2;color:#fff;flex-direction:column;justify-content:center;align-items:center;margin-top:-1px;line-height:1;display:flex;position:relative}.back-to-top-arrow{color:#fff;margin-bottom:1px;transition:transform .25s}.back-to-top-btn:hover .back-to-top-arrow{transform:translateY(-3px)}.back-to-top-monogram{letter-spacing:.6px;color:#fff;text-shadow:0 1px 3px #00000059;font-family:Poppins,sans-serif;font-size:13px;font-weight:900}.back-to-top-tooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#0f172a;border-radius:6px;padding:4px 9px;font-size:11px;font-weight:700;transition:all .2s;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 4px 12px #0003}.back-to-top-tooltip:after{content:"";border:4px solid #0000;border-top-color:#0f172a;position:absolute;top:100%;left:50%;transform:translate(-50%)}.back-to-top-btn:hover .back-to-top-tooltip{opacity:1;transform:translate(-50%)translateY(0)}@media (max-width:640px){.back-to-top-btn{width:48px;height:48px;bottom:20px;right:20px}.back-to-top-ring{width:48px;height:48px}.back-to-top-monogram{font-size:11.5px}.back-to-top-tooltip{display:none}.section-title{margin-bottom:8px;font-size:24px}.section-subtitle{font-size:14px}}@media (max-width:992px){.cdp-top-panel{display:none!important}.cdp-header-container{gap:16px;padding:12px 24px;grid-template-columns:auto 1fr auto!important;height:auto!important;display:grid!important}.cdp-ncr-pill-btn{display:none!important}.cdp-search-container{max-width:100%}}@media (max-width:768px){.cdp-header-container{grid-template-columns:auto 1fr auto!important;grid-template-areas:"menu logo icons""search search search"!important;row-gap:8px!important;height:auto!important;padding:8px 14px 10px!important;display:grid!important}.cdp-header-left-group{grid-area:logo;justify-content:center;width:100%;display:flex}.cdp-logo-img{max-width:155px;height:32px!important}.cdp-mobile-menu-btn{grid-area:menu;justify-content:center;align-items:center;padding:4px;display:flex!important}.cdp-header-actions{grid-area:icons;justify-content:flex-end;gap:8px;display:flex}.cdp-icon-btn{width:36px;height:36px}.cdp-search-container{grid-area:search;width:100%!important;max-width:100%!important}.cdp-search-box{border-radius:999px!important;width:100%!important;max-width:100%!important;height:38px!important;padding:0 12px!important}.cdp-search-input{font-size:13px!important}.cdp-search-input::placeholder{color:#64748b!important;font-size:12.5px!important;font-weight:500!important}.cdp-header-nav-list{display:none!important}}@media (max-width:992px){.hero-wrapper{padding:16px 0 12px}.hero-slider-container{aspect-ratio:1920/520;border-radius:16px;height:auto!important;min-height:unset!important}}@media (max-width:768px){.hero-wrapper{z-index:1;padding:10px 0 8px;position:relative}.hero-slider-container{background-color:#ba040f;border-radius:12px;box-shadow:0 4px 16px #0000001f;height:auto!important;min-height:unset!important;aspect-ratio:1920/520!important}.hero-nav-arrow{display:none!important}.hero-slide-art{object-fit:contain!important;object-position:center!important;width:100%!important;height:100%!important}.hero-dots-wrapper{-webkit-backdrop-filter:blur(6px)!important;background:#0000004d!important;border-radius:999px!important;gap:5px!important;padding:3px 8px!important;bottom:6px!important}.hero-dot-indicator{opacity:.7!important;width:6px!important;height:6px!important}.hero-dot-indicator.active{opacity:1!important;background:#fff!important;border-radius:4px!important;width:18px!important}}@media (max-width:992px){.promo-interactive-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:640px){.promo-interactive-grid{gap:16px;grid-template-columns:1fr!important}.interactive-promo-card{height:340px}.promo-card-product-img{width:200px;height:200px;margin-bottom:-20px}.promo-card-content{padding:24px 24px 0}.promo-card-stage{height:160px}}@media (max-width:1200px){.products-grid{grid-template-columns:repeat(3,1fr)!important}.top-selling-grid{grid-template-columns:320px repeat(2,1fr)!important}}@media (max-width:992px){.products-grid{grid-template-columns:repeat(2,1fr)!important}.top-selling-grid{grid-template-columns:1fr!important}.stay-fit-banner{min-height:250px}}@media (max-width:640px){.product-card{padding:12px}.product-title{font-size:13px}.product-price-current{font-size:16px}}@media (max-width:992px){.categories-grid{-webkit-overflow-scrolling:touch;gap:16px;padding-bottom:12px;overflow-x:auto;flex-wrap:nowrap!important;display:flex!important}.categories-grid::-webkit-scrollbar{display:none}.category-circle-item{flex:none}.promo-dual-grid{gap:16px;grid-template-columns:1fr!important}.promo-dual-card{min-height:200px}.blogs-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:640px){.blogs-grid{gap:20px;grid-template-columns:1fr!important}.blog-image-box{height:180px}}@media (max-width:992px){.footer-grid{gap:40px;grid-template-columns:repeat(2,1fr)!important}}@media (max-width:640px){.footer-grid{gap:30px;grid-template-columns:1fr!important}.footer-col h4{margin-bottom:16px}}.cdp-breadcrumbs-bar{background-color:#fff;border-bottom:1px solid #f1f5f9;padding:12px 0}.cdp-breadcrumbs-nav{color:#64748b;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;display:flex}.crumb-separator{color:#cbd5e1}.crumb-current{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;max-width:320px;font-weight:600;overflow:hidden}.crumb-current.highlight{color:#e30613}.shop-top-banner{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 60%,#e30613 180%);border-radius:24px;justify-content:space-between;align-items:center;gap:30px;margin-bottom:24px;padding:36px 40px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0f172a14}.shop-banner-content{z-index:2;max-width:580px}.shop-banner-tag{color:#ff4d5a;text-transform:uppercase;background:#e3061333;border:1px solid #e3061380;border-radius:999px;align-items:center;gap:6px;margin-bottom:12px;padding:4px 12px;font-size:12px;font-weight:700;display:inline-flex}.shop-banner-title{color:#fff;margin-bottom:10px;font-size:28px;font-weight:800;line-height:1.2}.shop-banner-desc{color:#cbd5e1;margin-bottom:18px;font-size:14px;line-height:1.6}.shop-banner-perks{flex-wrap:wrap;gap:12px;display:flex}.perk-pill{color:#f1f5f9;background:#ffffff1a;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600}.shop-banner-art{z-index:2;flex-shrink:0;position:relative}.shop-banner-img{object-fit:cover;border-radius:16px;box-shadow:0 8px 24px #0000004d}.shop-category-pills-wrap{scrollbar-width:thin;align-items:center;gap:10px;margin-bottom:24px;padding-bottom:10px;display:flex;overflow-x:auto}.shop-cat-pill{white-space:nowrap;color:#334155;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:999px;padding:9px 18px;font-size:13.5px;font-weight:600;transition:all .2s}.shop-cat-pill:hover{color:#e30613;border-color:#e30613}.shop-cat-pill.active{color:#fff;background:#e30613;border-color:#e30613;box-shadow:0 4px 12px #e3061340}.shop-main-layout{grid-template-columns:295px minmax(0,1fr);align-items:flex-start;gap:28px;width:100%;display:grid}.shop-sidebar,.shop-sidebar-filters{z-index:10;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px 16px;position:sticky;top:90px;box-shadow:0 4px 20px -4px #00000008}.sidebar-filter-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:18px;padding-bottom:14px;display:flex}.sidebar-filter-header h3{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:16px;font-weight:700}.sidebar-clear-btn{color:#64748b;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:600;transition:color .15s}.sidebar-clear-btn:hover{color:#0f172a;text-decoration:underline}.filter-group{border-bottom:1px solid #f1f5f9;margin-bottom:20px;padding-bottom:18px}.filter-group:last-of-type{border-bottom:none;margin-bottom:16px;padding-bottom:0}.filter-group-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.filter-group-title{color:#1e293b;letter-spacing:-.01em;margin:0;font-size:13.5px;font-weight:700}.group-reset-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0;font-size:11.5px;font-weight:600;transition:color .15s}.group-reset-btn:hover{color:#0f172a;text-decoration:underline}.sidebar-search-box{align-items:center;margin-bottom:10px;display:flex;position:relative}.sidebar-search-input{color:#1e293b;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:8px 30px 8px 10px;font-size:12.5px;transition:border-color .2s,background-color .2s}.sidebar-search-input:focus{background-color:#fff;border-color:#e30613}.sidebar-search-icon{color:#94a3b8;pointer-events:none;position:absolute;right:10px}.filter-category-list,.filter-cat-list{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;flex-direction:column;gap:5px;max-height:250px;margin:0;padding:0 6px 0 0;list-style:none;display:flex;overflow-y:auto}.filter-category-list::-webkit-scrollbar{width:5px}.filter-cat-list::-webkit-scrollbar{width:5px}.filter-category-list::-webkit-scrollbar-track{background:0 0}.filter-cat-list::-webkit-scrollbar-track{background:0 0}.filter-category-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px}.filter-cat-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px}.filter-category-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.filter-cat-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.filter-cat-item{cursor:pointer;color:#334155;-webkit-user-select:none;user-select:none;background-color:#0000;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;padding:7px 10px;font-size:13px;transition:all .18s;display:flex}.filter-cat-item:hover{color:#0f172a;background:#f1f5f9}.filter-cat-item.selected,.filter-cat-item.active{color:#0f172a;background:#f8fafc;border-color:#cbd5e1;font-weight:600;box-shadow:0 1px 2px #00000008}.filter-cat-item-name{text-overflow:ellipsis;white-space:nowrap;flex:1;align-items:center;gap:8px;min-width:0;padding-right:4px;display:flex;overflow:hidden}.filter-radio-dot{background-color:#cbd5e1;border-radius:50%;flex-shrink:0;width:8px;height:8px;transition:all .18s}.filter-cat-item.selected .filter-radio-dot,.filter-cat-item.active .filter-radio-dot{background-color:#0f172a;box-shadow:0 0 0 2.5px #e2e8f0}.cat-count{color:#64748b;background:#f1f5f9;border-radius:999px;flex-shrink:0;padding:2px 8px;font-size:11px;font-weight:600;transition:all .18s}.filter-cat-item.selected .cat-count,.filter-cat-item.active .cat-count{color:#fff;background:#0f172a}.price-slider-wrap{flex-direction:column;gap:10px;display:flex}.price-range-slider{accent-color:#0f172a;cursor:pointer;background:#e2e8f0;border-radius:4px;width:100%;height:5px}.price-labels-row{color:#64748b;justify-content:space-between;align-items:center;font-size:12px;display:flex}.active-max-price{color:#0f172a;font-size:13px;font-weight:700}.filter-rating-options,.rating-options-list{flex-direction:column;gap:6px;display:flex}.filter-rating-btn,.rating-pill-btn{cursor:pointer;color:#475569;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:12.5px;transition:all .15s;display:flex}.filter-rating-btn:hover,.rating-pill-btn:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1}.filter-rating-btn.active,.filter-rating-btn.selected,.rating-pill-btn.active,.rating-pill-btn.selected{color:#0f172a;background:#f8fafc;border-color:#0f172a;font-weight:600;box-shadow:0 1px 2px #00000008}.stars-row{flex-shrink:0;align-items:center;gap:2px;display:flex}.rating-btn-text{font-size:12px}.filter-checkbox-label{color:#334155;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:9px;font-size:13px;display:flex}.filter-checkbox-label input[type=checkbox]{accent-color:#0f172a;cursor:pointer;border-radius:4px;width:16px;height:16px}.sidebar-reset-btn{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;width:100%;margin-top:10px;padding:10px;font-size:13px;font-weight:600;transition:all .2s}.sidebar-reset-btn:hover{color:#fff;background:#0f172a;border-color:#0f172a;box-shadow:0 4px 12px #0f172a1f}.shop-products-column,.shop-products-section{width:100%;min-width:0}.shop-toolbar,.shop-toolbar-row{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-bottom:22px;padding:12px 18px;display:flex;box-shadow:0 2px 10px #00000005}.toolbar-left{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.results-count-text,.toolbar-count{color:#64748b;margin:0;font-size:13.5px}.results-count-text strong,.toolbar-count strong{color:#0f172a;font-weight:700}.active-filters-chips,.active-filter-chips{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.filter-chip{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:5px;padding:3px 10px;font-size:11.5px;font-weight:600;display:inline-flex}.filter-chip button{color:#94a3b8;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;line-height:1;display:flex}.filter-chip button:hover{color:#e30613}.toolbar-right{align-items:center;gap:12px;display:flex}.view-mode-toggle{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;display:flex;overflow:hidden}.view-mode-btn{color:#64748b;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:34px;height:34px;transition:all .15s;display:flex}.view-mode-btn:hover{color:#0f172a}.view-mode-btn.active{color:#e30613;background:#fff;box-shadow:0 1px 4px #0000000f}.shop-sort-wrap,.sort-dropdown-wrap{background:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:8px;height:36px;padding:0 10px;display:flex}.sort-icon{color:#64748b;flex-shrink:0}.shop-sort-select{color:#0f172a;cursor:pointer;background:0 0;border:none;outline:none;padding-right:4px;font-size:13px;font-weight:600}.shop-products-grid,.shop-grid-display{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:20px;width:100%;display:grid}.shop-products-grid .product-card,.shop-grid-display .product-card{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;justify-content:space-between;width:100%;min-width:0;height:100%;padding:14px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 2px 8px #00000008}.shop-products-grid .product-card:hover,.shop-grid-display .product-card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 12px 28px -4px #0f172a17}.shop-products-grid .product-card .product-image-box,.shop-grid-display .product-card .product-image-box{aspect-ratio:auto;background:#f8fafc;border-radius:10px;justify-content:center;align-items:center;width:100%;height:220px;margin-bottom:14px;padding:12px;display:flex;position:relative;overflow:hidden}.shop-products-grid .product-card .product-image-box img,.shop-products-grid .product-card .product-primary-img,.shop-grid-display .product-card .product-image-box img,.shop-grid-display .product-card .product-primary-img{object-fit:contain;width:auto;max-width:92%;height:auto;max-height:195px;transition:transform .35s,opacity .3s}.shop-products-grid .product-card .product-secondary-img,.shop-grid-display .product-card .product-secondary-img{object-fit:contain;opacity:0;pointer-events:none;width:calc(100% - 24px);height:calc(100% - 24px);max-height:195px;transition:opacity .35s,transform .35s;position:absolute;inset:12px}.shop-products-grid .product-card:hover .product-primary-img,.shop-grid-display .product-card:hover .product-primary-img{transform:scale(1.05)}.shop-products-grid .product-card:hover .product-flip-base,.shop-grid-display .product-card:hover .product-flip-base{opacity:0!important}.shop-products-grid .product-card:hover .product-secondary-img.product-flip-hover,.shop-grid-display .product-card:hover .product-secondary-img.product-flip-hover{transform:scale(1.05);opacity:1!important}.shop-products-grid .product-card .product-info-body,.shop-grid-display .product-card .product-info-body{flex-direction:column;flex:1;display:flex}.shop-products-grid .product-card .product-title,.shop-grid-display .product-card .product-title{-webkit-line-clamp:2;color:#1e293b;-webkit-box-orient:vertical;min-height:38px;max-height:38px;margin-bottom:6px;font-size:13px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.shop-products-grid .product-card .product-prices,.shop-grid-display .product-card .product-prices{margin-top:auto;margin-bottom:10px;padding-top:8px}.shop-products-grid .product-card .add-to-cart-btn,.shop-grid-display .product-card .add-to-cart-btn{width:100%;height:36px}.shop-products-grid.list-view,.shop-grid-display.list-view{flex-direction:column;gap:16px;display:flex}.shop-products-grid.list-view .product-card,.shop-grid-display.list-view .product-card{grid-template-columns:180px 1fr 200px;align-items:center;gap:20px;padding:16px 20px;display:grid}.shop-products-grid.list-view .product-card .product-image-box,.shop-grid-display.list-view .product-card .product-image-box{height:140px;margin-bottom:0}.shop-products-grid.list-view .product-card .product-prices,.shop-grid-display.list-view .product-card .product-prices{margin-top:0;margin-bottom:8px;padding-top:0}.shop-empty-state{text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:20px;padding:60px 20px}.shop-empty-state h3{color:#0f172a;margin:14px 0 6px;font-size:19px;font-weight:700}.shop-empty-state p{color:#64748b;max-width:440px;margin:0 auto 20px;font-size:13.5px;line-height:1.5}.reset-empty-btn{color:#fff;cursor:pointer;background:#e30613;border:none;border-radius:10px;padding:10px 22px;font-size:13.5px;font-weight:700;transition:background-color .2s;box-shadow:0 4px 12px #e3061340}.reset-empty-btn:hover{background:#b3000b}.shop-pagination-wrap{justify-content:center;align-items:center;gap:8px;margin-top:36px;display:flex}.page-nav-btn,.page-btn.nav-btn{color:#334155;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;padding:8px 18px;font-size:13px;font-weight:600;transition:all .15s}.page-nav-btn:hover:not(:disabled),.page-btn.nav-btn:hover:not(:disabled){color:#e30613;background:#fef2f2;border-color:#e30613}.page-nav-btn:disabled,.page-btn.nav-btn:disabled{opacity:.4;cursor:not-allowed}.page-numbers-list{align-items:center;gap:6px;display:flex}.page-num-btn,.page-btn:not(.nav-btn){color:#334155;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;font-size:13.5px;font-weight:600;transition:all .15s;display:flex}.page-num-btn:hover,.page-btn:not(.nav-btn):hover{background:#f8fafc;border-color:#cbd5e1}.page-num-btn.active,.page-btn.active:not(.nav-btn){color:#fff;background:#e30613;border-color:#e30613;font-weight:700;box-shadow:0 4px 12px #e3061340}.shop-mobile-filter-trigger{display:none}.shop-mobile-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999999;background:#0f172a99;justify-content:flex-end;display:flex;position:fixed;inset:0}.shop-mobile-modal-content{background:#fff;flex-direction:column;width:85%;max-width:360px;height:100vh;display:flex;overflow-y:auto;box-shadow:-4px 0 25px #00000026}.shop-mobile-modal-content .modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.shop-mobile-modal-content .modal-header h3{color:#0f172a;margin:0;font-size:16px;font-weight:700}.shop-mobile-modal-content .modal-close-btn{color:#64748b;cursor:pointer;background:0 0;border:none;padding:4px}.shop-mobile-modal-content .modal-body{flex-direction:column;flex:1;gap:18px;padding:20px;display:flex;overflow-y:auto}.mobile-pill-tags{flex-wrap:wrap;gap:8px;display:flex}.shop-mobile-modal-content .modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;gap:10px;padding:16px 20px;display:flex}.modal-clear-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:11px 16px;font-size:13px;font-weight:600}.modal-apply-btn{color:#fff;cursor:pointer;background:#e30613;border:none;border-radius:8px;flex:1;padding:11px 16px;font-size:13.5px;font-weight:700;box-shadow:0 4px 12px #e3061340}.cdp-breadcrumbs-bar{background:#fff;border-bottom:1px solid #e2e8f0;padding:10px 0;font-size:13px}.cdp-breadcrumbs-nav{color:#64748b;flex-wrap:wrap;align-items:center;gap:6px;display:flex}.crumb-link{color:#64748b;text-decoration:none;transition:color .15s}.crumb-link:hover{color:#e30613}.crumb-separator{color:#cbd5e1;font-size:12px}.crumb-current{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;max-width:380px;font-weight:600;overflow:hidden}.tab-label-short,.fav-btn-label{display:none}.product-showcase-box{background:#fff;border:1px solid #e2e8f0;border-radius:24px;margin-bottom:30px;padding:36px;box-shadow:0 6px 20px #00000005}.product-showcase-grid{grid-template-columns:460px 1fr;gap:40px;display:grid}.product-gallery-side{gap:16px;display:flex}.product-thumbs-col{flex-direction:column;gap:10px;display:flex}.thumb-btn{cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:76px;height:76px;padding:4px;transition:all .15s;display:flex}.thumb-btn.active{border-color:#e30613;box-shadow:0 0 0 2px #e3061326}.thumb-btn img{object-fit:contain;width:100%;height:100%}.product-main-frame{background:#f8fafc;border:1px solid #f1f5f9;border-radius:18px;flex:1;justify-content:center;align-items:center;padding:24px;display:flex;position:relative}.product-showcase-badge{color:#fff;background:#e30613;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:800;position:absolute;top:16px;left:16px}.showcase-active-img{object-fit:contain;width:100%;height:auto;max-height:420px}.product-details-side{flex-direction:column;display:flex}.product-meta-header{align-items:center;gap:12px;margin-bottom:10px;display:flex}.stock-pill{color:#166534;background:#dcfce7;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.sku-tag{color:#94a3b8;font-size:12px;font-weight:600}.product-detail-title{color:#0f172a;text-transform:uppercase;letter-spacing:-.01em;margin:0 0 8px;font-size:26px;font-weight:800;line-height:1.3}.product-detail-subtitle{color:#334155;margin:0 0 16px;font-size:14.5px;font-weight:500;line-height:1.5}.product-detail-separator{border:none;border-top:1px solid #e2e8f0;margin:16px 0 20px}.product-clean-summary{flex-direction:column;gap:10px;margin-bottom:24px;display:flex}.summary-meta-item{align-items:center;gap:24px;font-size:14.5px;display:flex}.summary-meta-label{color:#8e9ba7;min-width:95px;font-weight:500}.summary-meta-val{color:#0f172a;letter-spacing:.01em;font-weight:800}.product-clean-pricing{margin-bottom:24px}.clean-price-main-row{flex-wrap:wrap;align-items:baseline;gap:14px;display:flex}.clean-current-price{color:#0f172a;letter-spacing:-.02em;font-size:30px;font-weight:800}.clean-old-price{color:#94a3b8;font-size:18px;font-weight:600;text-decoration:line-through}.clean-discount-badge{color:#000;text-transform:uppercase;letter-spacing:.02em;background:#facc15;border-radius:9999px;padding:4px 12px;font-size:11.5px;font-weight:800}.clean-tax-note{color:#64748b;margin:6px 0 0;font-size:12px}.product-short-desc{color:#475569;margin-bottom:22px;font-size:14.5px;line-height:1.6}.product-variants-section{margin-bottom:22px}.variant-group{margin-bottom:12px}.variant-label{color:#64748b;margin-bottom:8px;font-size:13px;display:block}.variant-label strong{color:#0f172a}.variant-options-list{flex-wrap:wrap;gap:8px;display:flex}.variant-option-btn{color:#334155;cursor:pointer;background:#fff;border:1.5px solid #cbd5e1;border-radius:8px;padding:7px 14px;font-size:13px;font-weight:600;transition:all .15s}.variant-option-btn.active{color:#e30613;background:#fee2e2;border-color:#e30613}.product-purchase-action-row{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:24px;display:flex}.quantity-picker{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;align-items:center;padding:4px;display:flex}.quantity-picker.small{padding:2px}.qty-btn{color:#334155;cursor:pointer;background:#fff;border:none;border-radius:7px;justify-content:center;align-items:center;width:34px;height:34px;transition:background-color .15s;display:flex}.qty-btn:hover{background:#e2e8f0}.qty-val{text-align:center;color:#0f172a;min-width:36px;font-size:14px;font-weight:700}.detail-add-cart-btn{color:#fff;cursor:pointer;background:#e30613;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 14px #e3061340}.detail-add-cart-btn:hover{background:#c9000b}.detail-add-cart-btn.added{background:#16a34a}.detail-buy-now-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:10px;padding:12px 22px;font-size:14px;font-weight:700;transition:background-color .2s}.detail-buy-now-btn:hover{background:#1e293b}.detail-fav-btn{cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .15s;display:flex}.detail-fav-btn:hover{border-color:#e30613}.product-corporate-trust-banner{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;gap:18px;padding:14px 16px;display:flex}.trust-item{color:#334155;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.product-trust-features-bar{background:#fff;border:1px solid #e2e8f0;border-radius:20px;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:30px;padding:24px;display:grid}.trust-feature-col{align-items:center;gap:14px;display:flex}.feature-icon-circle{background:#fff1f2;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.feature-info h4{color:#0f172a;margin:0 0 2px;font-size:14px;font-weight:700}.feature-info p{color:#64748b;margin:0;font-size:12px}.product-tabs-section{background:#fff;border:1px solid #e2e8f0;border-radius:24px;margin-bottom:40px;overflow:hidden}.product-tabs-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;overflow-x:auto}.tab-toggle-btn{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;padding:16px 24px;font-size:14.5px;font-weight:700;transition:all .2s}.tab-toggle-btn:hover{color:#0f172a}.tab-toggle-btn.active{color:#e30613;background:#fff;border-bottom-color:#e30613}.product-tabs-content{padding:32px}.tab-pane-description h3,.tab-pane-specs h3{color:#0f172a;margin-bottom:12px;font-size:18px;font-weight:800}.tab-pane-description p{color:#475569;margin-bottom:20px;font-size:14.5px;line-height:1.7}.desc-highlights-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:24px;display:grid}.desc-highlight-card{background:#f8fafc;border-left:4px solid #e30613;border-radius:14px;padding:18px}.desc-highlight-card h4{color:#0f172a;margin:0 0 6px;font-size:14px;font-weight:700}.desc-highlight-card p{color:#64748b;margin:0;font-size:13px}.specs-table{border-collapse:collapse;width:100%}.specs-table tr{border-bottom:1px solid #f1f5f9}.specs-table td{padding:12px 16px;font-size:14px}.spec-label{color:#334155;background:#f8fafc;width:35%;font-weight:700}.spec-value{color:#475569}.reviews-summary-row{border-bottom:1px solid #f1f5f9;align-items:center;gap:40px;margin-bottom:28px;padding-bottom:28px;display:flex}.reviews-score-card{text-align:center;border-right:1px solid #f1f5f9;padding-right:30px}.big-rating-num{color:#0f172a;font-size:48px;font-weight:900;line-height:1;display:block}.big-stars-row{justify-content:center;gap:3px;margin:8px 0;display:flex}.total-reviews-lbl{color:#94a3b8;font-size:12px}.reviews-progress-bars{flex-direction:column;flex:1;gap:6px;display:flex}.rating-progress-line{color:#64748b;align-items:center;gap:12px;font-size:12px;display:flex}.star-num{width:80px}.progress-track{background:#f1f5f9;border-radius:999px;flex:1;height:8px;overflow:hidden}.progress-fill{background:#f59e0b;border-radius:999px;height:100%}.pct-num{text-align:right;width:32px;font-weight:600}.reviews-feed-list{margin-bottom:30px}.reviews-feed-list h4{margin-bottom:16px;font-size:16px;font-weight:700}.review-item-bubble{background:#f8fafc;border:1px solid #f1f5f9;border-radius:14px;margin-bottom:12px;padding:16px}.review-top-meta{justify-content:space-between;margin-bottom:6px;display:flex}.reviewer-name{color:#0f172a;font-size:14px}.review-date{color:#94a3b8;font-size:12px}.review-stars{gap:2px;margin-bottom:8px;display:flex}.review-comment-txt{color:#475569;margin:0;font-size:13.5px;line-height:1.5}.add-review-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:24px}.add-review-box h4{margin:0 0 14px;font-size:16px;font-weight:700}.form-group-rating-picker{color:#334155;align-items:center;gap:12px;margin-bottom:14px;font-size:13.5px;font-weight:600;display:flex}.interactive-stars{gap:4px;display:flex}.star-picker-btn{cursor:pointer;background:0 0;border:none;padding:0}.review-input,.review-textarea{background:#fff;border:1.5px solid #cbd5e1;border-radius:10px;outline:none;width:100%;margin-bottom:12px;padding:10px 14px;font-size:13.5px}.review-input:focus,.review-textarea:focus{border-color:#e30613}.submit-review-btn{color:#fff;cursor:pointer;background:#e30613;border:none;border-radius:8px;padding:10px 22px;font-size:13.5px;font-weight:700}.review-success-msg{color:#166534;background:#dcfce7;border-radius:10px;align-items:center;gap:8px;padding:12px 16px;font-size:13.5px;font-weight:600;display:flex}.cart-page-layout{grid-template-columns:1fr 380px;align-items:flex-start;gap:30px;display:grid}.cart-table-container{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:28px}.cart-table-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}.cart-table-header h2{color:#0f172a;margin:0;font-size:20px;font-weight:800}.clear-cart-text-btn{color:#dc2626;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.cart-items-list{flex-direction:column;gap:16px;display:flex}.cart-item-row{border-bottom:1px solid #f1f5f9;grid-template-columns:90px 1fr auto auto auto;align-items:center;gap:20px;padding-bottom:16px;display:grid}.cart-item-row:last-child{border-bottom:none;padding-bottom:0}.cart-item-img-box{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;justify-content:center;align-items:center;width:90px;height:90px;padding:8px;display:flex}.cart-thumb-img{object-fit:contain;width:100%;height:100%}.cart-item-info{flex-direction:column;gap:2px;display:flex}.cart-item-category{color:#e30613;text-transform:uppercase;font-size:11px;font-weight:700}.cart-item-name{color:#0f172a;font-size:14.5px;font-weight:700;line-height:1.3;text-decoration:none}.cart-item-name:hover{color:#e30613}.cart-item-variant{color:#64748b;font-size:12px}.cart-item-unit-price{color:#94a3b8;margin-top:4px;font-size:12px}.cart-item-total-price{color:#e30613;text-align:right;min-width:110px;font-size:16px;font-weight:800}.cart-action-icon-btn.remove{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px;transition:all .15s}.cart-action-icon-btn.remove:hover{color:#dc2626;background:#fee2e2}.cart-actions-footer-bar{border-top:1px solid #f1f5f9;justify-content:space-between;margin-top:24px;padding-top:20px;display:flex}.continue-shopping-btn{color:#475569;align-items:center;gap:8px;font-size:13.5px;font-weight:600;text-decoration:none;transition:color .15s;display:inline-flex}.continue-shopping-btn:hover{color:#e30613}.cart-summary-sidebar{flex-direction:column;gap:16px;display:flex;position:sticky;top:100px}.free-shipping-goal-box{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px}.goal-text{color:#334155;margin:0 0 10px;font-size:12.5px;line-height:1.4}.goal-text.success{color:#166534;align-items:center;gap:6px;display:flex}.goal-progress-bar{background:#f1f5f9;border-radius:999px;width:100%;height:8px;overflow:hidden}.goal-progress-fill{background:#16a34a;border-radius:999px;height:100%;transition:width .3s}.order-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:24px;box-shadow:0 4px 15px #00000005}.summary-title{color:#0f172a;margin:0 0 16px;font-size:18px;font-weight:800}.coupon-form{margin-bottom:20px}.coupon-input-wrap{align-items:center;display:flex;position:relative}.coupon-icon{color:#94a3b8;position:absolute;left:12px}.coupon-field{border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:10px 80px 10px 36px;font-size:13px}.coupon-field:focus{border-color:#e30613}.coupon-apply-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:7px;padding:7px 14px;font-size:12px;font-weight:700;position:absolute;right:4px}.coupon-msg-success{color:#16a34a;margin:6px 0 0;font-size:12px;font-weight:600}.coupon-msg-error{color:#dc2626;margin:6px 0 0;font-size:12px}.summary-lines{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.summary-line{color:#64748b;justify-content:space-between;font-size:13.5px;display:flex}.summary-line strong{color:#0f172a}.summary-line.discount{color:#16a34a}.discount-val{color:#16a34a!important}.free-shipping-tag{color:#16a34a;font-weight:700}.summary-divider{background:#f1f5f9;height:1px;margin:4px 0}.summary-line.total{color:#0f172a;padding-top:4px;font-size:16px;font-weight:800}.total-amount-highlight{color:#e30613;font-size:22px;font-weight:900}.terms-checkbox-wrap{color:#64748b;cursor:pointer;align-items:flex-start;gap:8px;margin-bottom:18px;font-size:11.5px;line-height:1.4;display:flex}.terms-checkbox-wrap input{accent-color:#e30613;margin-top:2px}.checkout-cta-btn{color:#fff;background:#e30613;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-size:15px;font-weight:800;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 16px #e306134d}.checkout-cta-btn:hover:not(.disabled){background:#b3000b}.checkout-cta-btn.disabled{box-shadow:none;cursor:not-allowed;background:#cbd5e1}.summary-badges-assurance{color:#64748b;justify-content:center;align-items:center;gap:6px;margin-top:14px;font-size:11.5px;display:flex}.cart-empty-wrapper{text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:24px;max-width:600px;margin:0 auto;padding:80px 20px}.cart-empty-icon-wrap{background:#fee2e2;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 20px;display:flex}.cart-empty-wrapper h2{color:#0f172a;margin-bottom:8px;font-size:24px;font-weight:800}.cart-empty-wrapper p{color:#64748b;margin-bottom:24px;font-size:14px}.cart-empty-shop-btn{color:#fff;background:#e30613;border-radius:10px;padding:12px 28px;font-size:14px;font-weight:700;text-decoration:none;display:inline-block}.cart-quality-priority-section{background:#fff;border:1px solid #e2e8f0;border-radius:24px;margin-top:40px;padding:30px;position:relative}.quality-notch-badge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#e30613;border-radius:999px;margin-bottom:20px;padding:6px 18px;font-size:13px;font-weight:800;display:inline-block}.quality-features-row{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.quality-feature-item{flex-direction:column;align-items:flex-start;display:flex}.quality-icon-circle{background:#fee2e2;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:10px;display:flex}.quality-feature-item h4{color:#0f172a;margin:0 0 4px;font-size:14px;font-weight:700}.quality-feature-item p{color:#64748b;margin:0;font-size:12px}.checkout-login-prompt-bar{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;padding:14px 20px;display:flex}.prompt-left{color:#0f172a;align-items:center;gap:8px;font-size:13.5px;font-weight:600;display:flex}.toggle-login-btn{color:#e30613;cursor:pointer;background:0 0;border:none;font-size:13px;font-weight:700;text-decoration:underline}.checkout-quick-login-box{background:#f8fafc;border:1px solid #cbd5e1;border-radius:14px;margin-bottom:20px;padding:18px}.quick-login-grid{grid-template-columns:1fr 1fr auto;gap:12px;display:grid}.quick-login-submit-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;padding:10px 18px;font-size:13px;font-weight:700}.checkout-main-grid{grid-template-columns:1fr 400px;align-items:flex-start;gap:30px;display:grid}.checkout-section-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;margin-bottom:24px;padding:28px}.section-card-header{align-items:center;gap:12px;margin-bottom:22px;display:flex}.section-step-num{color:#fff;background:#e30613;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;font-weight:800;display:flex}.section-card-header h3{color:#0f172a;margin:0;font-size:18px;font-weight:800}.checkout-form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-field-group{flex-direction:column;gap:6px;display:flex}.form-field-group.full-width{grid-column:span 2}.form-field-group label{color:#334155;font-size:13px;font-weight:600}.checkout-input,.checkout-select{background:#fff;border:1.5px solid #cbd5e1;border-radius:10px;outline:none;width:100%;padding:11px 14px;font-size:13.5px}.checkout-input:focus,.checkout-select:focus{border-color:#e30613}.phone-input-wrap{background:#fff;border:1.5px solid #cbd5e1;border-radius:10px;align-items:center;display:flex;overflow:hidden}.phone-prefix{color:#475569;background:#f1f5f9;border-right:1.5px solid #cbd5e1;padding:11px 12px;font-size:13.5px;font-weight:700}.checkout-input.phone{border:none}.delivery-preferences-row{border-top:1px solid #f1f5f9;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px;padding-top:18px;display:grid}.pref-block{flex-direction:column;gap:8px;display:flex}.pref-label{color:#0f172a;align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.pref-pills{flex-wrap:wrap;gap:8px;display:flex}.pref-pill{color:#475569;cursor:pointer;background:#fff;border:1.5px solid #cbd5e1;border-radius:8px;padding:8px 14px;font-size:12.5px;font-weight:600;transition:all .15s}.pref-pill.active{color:#e30613;background:#fee2e2;border-color:#e30613}.payment-options-list{flex-direction:column;gap:12px;display:flex}.payment-option-card{cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;align-items:flex-start;gap:14px;padding:18px;transition:all .2s;display:flex}.payment-option-card.selected{background:snow;border-color:#e30613;box-shadow:0 4px 14px #e3061314}.payment-card-radio input{accent-color:#e30613;width:18px;height:18px;margin-top:2px}.payment-card-info{flex:1}.payment-title-row{align-items:center;gap:10px;margin-bottom:4px;display:flex}.payment-title-row strong{color:#0f172a;font-size:15px}.rec-badge{color:#166534;background:#dcfce7;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:700}.payment-desc{color:#64748b;margin:0;font-size:13px;line-height:1.4}.mcx-phone-field-box{border-top:1px dashed #fca5a5;margin-top:14px;padding-top:14px}.mcx-phone-field-box label{color:#0f172a;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.mcx-hint{color:#b91c1c;margin-top:6px;font-size:11.5px;display:block}.bank-details-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-top:14px;padding:14px}.bank-account-line{justify-content:space-between;margin-bottom:6px;font-size:12.5px;display:flex}.transfer-note{color:#475569;border-top:1px solid #e2e8f0;margin:8px 0 0;padding-top:8px;font-size:11.5px}.checkout-order-review-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:24px;position:sticky;top:100px}.review-card-title{color:#0f172a;margin:0 0 16px;font-size:17px;font-weight:800}.review-items-list{flex-direction:column;gap:12px;max-height:320px;margin-bottom:18px;padding:8px 6px 8px 2px;display:flex;overflow-y:auto}.review-item-mini{border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding:6px 0 12px;display:flex}.review-item-mini:last-child{border-bottom:none;padding-bottom:2px}.review-item-thumb{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;margin-top:4px;margin-right:10px;padding:4px;display:flex;position:relative}.review-item-thumb img{object-fit:contain;width:100%!important;height:100%!important}.qty-bubble{color:#fff;z-index:2;pointer-events:none;background:#e30613;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:10.5px;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:-7px;right:-7px;box-shadow:0 0 0 2px #fff,0 2px 4px #00000026}.review-item-text{flex:1;min-width:0}.review-item-text .name{-webkit-line-clamp:2;color:#0f172a;word-break:break-word;-webkit-box-orient:vertical;margin-bottom:3px;font-size:13px;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.review-item-text .sub{color:#64748b;font-size:11.5px;font-weight:500;display:block}.review-item-price{color:#0f172a;text-align:right;white-space:nowrap;flex-shrink:0;padding-left:12px;font-size:13.5px;font-weight:700}.review-totals-breakdown{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.total-row{color:#64748b;justify-content:space-between;font-size:13px;display:flex}.total-row.discount{color:#16a34a}.discount-tag{color:#16a34a!important}.free-tag{color:#16a34a;font-weight:700}.totals-divider{background:#e2e8f0;height:1px;margin:6px 0}.total-row.grand-total{color:#0f172a;padding-top:4px;font-size:15px;font-weight:800}.total-kwanza-text{color:#e30613;font-size:20px;font-weight:900}.confirm-order-submit-btn{color:#fff;cursor:pointer;background:#e30613;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-size:15px;font-weight:800;transition:background-color .2s;display:flex;box-shadow:0 4px 16px #e306134d}.confirm-order-submit-btn:hover:not(:disabled){background:#b3000b}.checkout-trust-guarantee{color:#64748b;justify-content:center;align-items:center;gap:6px;margin-top:14px;font-size:11.5px;display:flex}.back-to-cart-link{color:#475569;justify-content:center;align-items:center;gap:6px;margin-top:10px;font-size:12.5px;font-weight:600;text-decoration:none;display:flex}.back-to-cart-link:hover{color:#e30613}.order-success-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:44px;box-shadow:0 8px 30px #00000008}.success-icon-bounce{margin-bottom:16px;display:inline-block}.success-badge-top{color:#166534;text-transform:uppercase;letter-spacing:.05em;background:#dcfce7;border-radius:999px;margin-bottom:12px;padding:4px 12px;font-size:12px;font-weight:800;display:inline-block}.success-title{color:#0f172a;margin:0 0 10px;font-size:28px;font-weight:900}.success-subtitle{color:#64748b;max-width:560px;margin:0 auto 28px;font-size:14.5px;line-height:1.6}.order-reference-box{text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px;padding:18px;display:grid}.ref-item span{color:#94a3b8;margin-bottom:4px;font-size:11.5px;display:block}.ref-item strong{color:#0f172a;font-size:15px}.ref-item .total-highlight{color:#e30613;font-weight:800}.order-payment-instructions-box{text-align:left;background:snow;border:1.5px solid #fecdd3;border-radius:16px;margin-bottom:30px;padding:24px}.instr-header{align-items:center;gap:10px;margin-bottom:10px;display:flex}.instr-header h4{color:#0f172a;margin:0;font-size:16px;font-weight:800}.instr-content p{color:#475569;margin:0 0 12px;font-size:13.5px;line-height:1.6}.bank-coords-card{color:#0f172a;background:#fff;border:1px solid #f1f5f9;border-radius:10px;flex-direction:column;gap:6px;padding:12px 16px;font-size:13px;display:flex}.success-action-buttons{flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:24px;display:flex}.print-order-btn{color:#0f172a;cursor:pointer;background:#f1f5f9;border:1.5px solid #cbd5e1;border-radius:10px;align-items:center;gap:8px;padding:12px 22px;font-size:13.5px;font-weight:700;transition:all .15s;display:inline-flex}.print-order-btn:hover{background:#e2e8f0}.return-shop-btn{color:#fff;background:#e30613;border-radius:10px;align-items:center;gap:8px;padding:12px 26px;font-size:13.5px;font-weight:800;text-decoration:none;transition:background-color .2s;display:inline-flex}.return-shop-btn:hover{background:#b3000b}.success-help-note{color:#64748b;border-top:1px solid #f1f5f9;justify-content:center;align-items:center;gap:8px;padding-top:18px;font-size:12.5px;display:flex}@media (max-width:1024px){.shop-main-layout{grid-template-columns:240px minmax(0,1fr);gap:18px}.shop-products-grid,.shop-grid-display{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-showcase-grid{grid-template-columns:1fr;gap:30px}.cart-page-layout,.checkout-main-grid{grid-template-columns:1fr}}@media (max-width:768px){.shop-top-banner{text-align:left;flex-direction:column;padding:24px}.shop-banner-art{display:none}.shop-main-layout{grid-template-columns:1fr;gap:14px}.shop-sidebar,.shop-sidebar-filters{display:none}.shop-mobile-filter-trigger{margin-bottom:16px;display:block}.shop-mobile-filter-btn{color:#e30613;cursor:pointer;background:#fff;border:1.5px solid #e30613;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 18px;font-size:14px;font-weight:700;display:flex;box-shadow:0 2px 8px #e3061314}.mobile-filter-badge{color:#fff;background:#e30613;border-radius:999px;padding:1px 7px;font-size:11px;font-weight:700}.shop-products-grid,.shop-grid-display{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.shop-products-grid.list-view .product-card,.shop-grid-display.list-view .product-card{grid-template-columns:90px 1fr;gap:12px;padding:12px}.shop-products-grid.list-view .product-card .product-prices,.shop-grid-display.list-view .product-card .product-prices,.shop-products-grid.list-view .product-card .add-to-cart-btn,.shop-grid-display.list-view .product-card .add-to-cart-btn{grid-column:span 2}.cdp-breadcrumbs-bar{padding:8px 0;font-size:12px}.crumb-current{max-width:140px}.product-showcase-box{border-radius:16px!important;margin-bottom:20px!important;padding:18px 14px!important}.product-showcase-grid{grid-template-columns:1fr!important;gap:20px!important}.product-gallery-side{flex-direction:column-reverse!important;gap:12px!important}.product-main-frame{border-radius:14px!important;width:100%!important;min-height:250px!important;max-height:340px!important;padding:14px!important}.showcase-active-img{object-fit:contain!important;width:100%!important;max-height:270px!important}.product-thumbs-col{-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;flex-direction:row!important;gap:8px!important;padding-bottom:4px!important;display:flex!important;overflow-x:auto!important}.product-thumbs-col::-webkit-scrollbar{display:none!important}.thumb-btn{border-radius:10px!important;flex-shrink:0!important;width:60px!important;height:60px!important}.product-meta-header{flex-wrap:wrap!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;width:100%!important;margin-bottom:10px!important;display:flex!important}.stock-pill{border-radius:6px!important;padding:4px 8px!important;font-size:11.5px!important}.sku-tag{font-size:11.5px!important}.product-detail-title{margin-bottom:8px!important;font-size:20px!important;font-weight:800!important;line-height:1.35!important}.product-detail-rating-row{flex-wrap:wrap!important;align-items:center!important;gap:6px!important;margin-bottom:14px!important;display:flex!important}.rating-score{font-size:13px!important}.reviews-link{font-size:12.5px!important}.product-price-highlight-box{border-radius:12px!important;margin-bottom:16px!important;padding:12px 14px!important}.price-main-row{flex-wrap:wrap!important;align-items:baseline!important;gap:8px!important;display:flex!important}.current-price-val{font-size:24px!important;font-weight:800!important}.old-price-val{font-size:13.5px!important}.save-badge{padding:2px 6px!important;font-size:10.5px!important}.price-tax-note{margin-top:4px!important;font-size:11px!important}.product-short-desc{margin-bottom:18px!important;font-size:13.5px!important;line-height:1.55!important}.product-purchase-action-row{grid-template-columns:1fr auto!important;gap:10px!important;width:100%!important;margin-bottom:20px!important;display:grid!important}.quantity-picker{background:#f1f5f9!important;border:1px solid #e2e8f0!important;border-radius:10px!important;grid-area:1/1!important;justify-content:space-between!important;align-items:center!important;height:44px!important;padding:3px 8px!important;display:flex!important}.qty-btn{width:38px!important;height:36px!important}.qty-val{min-width:32px!important;font-size:15px!important}.detail-fav-btn{background:#fff!important;border:1.5px solid #e2e8f0!important;border-radius:10px!important;grid-area:1/2!important;justify-content:center!important;align-items:center!important;gap:6px!important;height:44px!important;padding:0 14px!important;display:flex!important}.fav-btn-label{color:#475569!important;font-size:12.5px!important;font-weight:600!important;display:inline!important}.detail-fav-btn.active .fav-btn-label{color:#e30613!important}.detail-add-cart-btn{border-radius:12px!important;grid-area:2/span 2!important;justify-content:center!important;align-items:center!important;width:100%!important;height:48px!important;padding:0 16px!important;font-size:15px!important;font-weight:700!important;display:flex!important;box-shadow:0 4px 14px #e3061340!important}.detail-buy-now-btn{border-radius:12px!important;grid-area:3/span 2!important;justify-content:center!important;align-items:center!important;width:100%!important;height:46px!important;padding:0 16px!important;font-size:15px!important;font-weight:700!important;display:flex!important}.tab-label-full{display:none!important}.tab-label-short{display:inline!important}.product-tabs-section{border:1px solid #e2e8f0!important;border-radius:16px!important;margin-bottom:28px!important}.product-tabs-header{background:#f8fafc!important;border-bottom:1px solid #e2e8f0!important;grid-template-columns:repeat(3,1fr)!important;width:100%!important;display:grid!important;overflow:hidden!important}.tab-toggle-btn{text-align:center!important;white-space:normal!important;border-bottom:3px solid #0000!important;justify-content:center!important;align-items:center!important;padding:12px 4px!important;font-size:12px!important;font-weight:700!important;line-height:1.25!important;display:flex!important}.tab-toggle-btn.active{color:#e30613!important;background:#fff!important;border-bottom-color:#e30613!important}.product-tabs-content{padding:18px 14px!important}.tab-pane-description h3,.tab-pane-specs h3{margin-bottom:10px!important;font-size:16px!important}.tab-pane-description p{font-size:13.5px!important;line-height:1.6!important}.desc-highlights-grid{grid-template-columns:1fr!important;gap:12px!important}.product-trust-features-bar{border-radius:16px!important;grid-template-columns:1fr 1fr!important;gap:14px!important;padding:16px 14px!important}.specs-table td{padding:9px 10px!important;font-size:12px!important}.spec-label{width:40%!important;font-size:11.5px!important}.spec-value{word-break:break-word!important;font-size:12px!important}.reviews-summary-row{flex-direction:column!important;gap:16px!important;margin-bottom:18px!important;padding-bottom:18px!important}.reviews-score-card{text-align:center!important;border-bottom:1px solid #f1f5f9!important;border-right:none!important;width:100%!important;padding-bottom:14px!important;padding-right:0!important}.big-rating-num{font-size:38px!important}.reviews-progress-bars{gap:6px!important;width:100%!important}.rating-progress-line{gap:6px!important}.star-num{width:65px!important;font-size:11.5px!important}.pct-num{width:28px!important;font-size:11.5px!important}.review-item-bubble{border-radius:12px!important;padding:12px!important}.reviewer-name{font-size:13px!important}.review-comment-txt{font-size:12.5px!important}.add-review-box{border-radius:12px!important;padding:16px 12px!important}.add-review-box h4{margin-bottom:12px!important;font-size:15px!important}.form-group-rating-picker{gap:8px!important;margin-bottom:12px!important;font-size:12.5px!important}.review-input,.review-textarea{border-radius:8px!important;padding:9px 12px!important;font-size:13px!important}.submit-review-btn{border-radius:10px!important;width:100%!important;padding:12px!important;font-size:14px!important}.cart-item-row{grid-template-columns:70px 1fr auto;gap:12px}.cart-item-unit-price{display:none}.cart-item-total-price{text-align:left;grid-column:2;min-width:auto}.cart-item-actions{grid-area:1/3}.quality-features-row{grid-template-columns:1fr 1fr}.checkout-main-grid{grid-template-columns:1fr!important;gap:20px!important}.checkout-login-prompt-bar{border-radius:12px!important;flex-direction:column!important;align-items:flex-start!important;gap:8px!important;padding:12px 14px!important}.prompt-left{font-size:13px!important}.toggle-login-btn{font-size:12.5px!important}.checkout-quick-login-box{border-radius:12px!important;padding:14px!important}.quick-login-grid{grid-template-columns:1fr!important;gap:10px!important}.quick-login-submit-btn{width:100%!important;padding:11px!important}.checkout-section-card{border-radius:14px!important;margin-bottom:16px!important;padding:18px 14px!important}.section-card-header{gap:10px!important;margin-bottom:16px!important}.section-step-num{flex-shrink:0!important;width:28px!important;height:28px!important;font-size:13px!important}.section-card-header h3{font-size:16px!important;line-height:1.3!important}.checkout-form-grid{grid-template-columns:1fr!important;gap:12px!important}.form-field-group.full-width{grid-column:span 1!important}.checkout-input,.checkout-select{padding:10px 12px!important;font-size:13.5px!important}.phone-prefix{padding:10px!important;font-size:13px!important}.delivery-preferences-row{grid-template-columns:1fr!important;gap:14px!important;margin-top:14px!important;padding-top:14px!important}.pref-pills{grid-template-columns:1fr 1fr!important;gap:8px!important;display:grid!important}.pref-pill{text-align:center!important;justify-content:center!important;align-items:center!important;padding:9px 6px!important;font-size:11.5px!important;display:flex!important}.payment-option-card{border-radius:12px!important;gap:10px!important;padding:14px 12px!important}.payment-title-row strong{font-size:14px!important}.payment-desc{font-size:12px!important}.bank-details-box{border-radius:10px!important;padding:12px!important}.bank-account-line{flex-direction:column!important;align-items:flex-start!important;gap:2px!important;margin-bottom:8px!important;font-size:12px!important}.bank-account-line strong{word-break:break-all!important;font-size:11.5px!important}.checkout-order-review-card{border-radius:14px!important;margin-bottom:30px!important;padding:18px 14px!important;position:static!important;top:auto!important}.review-card-title{margin-bottom:14px!important;font-size:16px!important}.review-item-mini{gap:10px!important;padding:8px 0 10px!important}.review-item-thumb{border-radius:8px!important;width:46px!important;height:46px!important;margin-right:8px!important}.review-item-text .name{font-size:12.5px!important;line-height:1.35!important}.review-item-price{padding-left:6px!important;font-size:13px!important}.confirm-order-submit-btn{border-radius:12px!important;padding:14px!important;font-size:15px!important}.order-reference-box{grid-template-columns:1fr!important}}@media (max-width:480px){.shop-products-grid,.shop-grid-display{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.shop-products-grid .product-card,.shop-grid-display .product-card{border-radius:10px;padding:8px}.shop-products-grid .product-card .product-image-box,.shop-grid-display .product-card .product-image-box{height:125px;margin-bottom:6px}.shop-products-grid .product-card .product-image-box img,.shop-grid-display .product-card .product-image-box img{max-height:110px}.shop-products-grid .product-card .product-title,.shop-grid-display .product-card .product-title{min-height:28px;max-height:28px;margin-bottom:4px;font-size:11px}.shop-products-grid .product-card .product-current-price,.shop-grid-display .product-card .product-current-price{font-size:12px}.shop-products-grid .product-card .add-to-cart-btn,.shop-grid-display .product-card .add-to-cart-btn{gap:4px;height:30px;font-size:11px}.product-trust-features-bar,.quality-features-row{grid-template-columns:1fr}}@media (max-width:350px){.shop-products-grid,.shop-grid-display{grid-template-columns:1fr}}.cdp-category-fullwidth-banner{width:100%;margin-bottom:24px}.category-fullwidth-banner-inner{background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:18px;width:100%;height:240px;position:relative;overflow:hidden;box-shadow:0 8px 24px -4px #00000014}.category-fullwidth-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}@media (max-width:768px){.category-fullwidth-banner-inner{border-radius:12px;height:160px}}.cdp-subcat-scroll-wrapper{width:100%;margin-bottom:24px}.cdp-subcat-scroll-list{flex-wrap:wrap;align-items:center;gap:10px;width:100%;display:flex}.subcat-pill-btn{color:#334155;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e2e8f0;border-radius:999px;align-items:center;gap:6px;padding:8px 18px;font-size:13.5px;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 1px 2px #0000000a}.subcat-pill-btn:hover{color:#0f172a;background:#fff;border-color:#0f172a;transform:translateY(-1px);box-shadow:0 3px 8px #0f172a14}.subcat-pill-btn.active{color:#fff;background:#e30613;border-color:#e30613;font-weight:700;transform:translateY(-1px);box-shadow:0 4px 14px #e3061347}.subcat-pill-btn.active:hover{color:#fff;background:#cc0511;border-color:#cc0511}@media (max-width:768px){.cdp-category-hero-banner{text-align:left;border-radius:16px;flex-direction:column;gap:18px;padding:22px 18px}.category-banner-title{font-size:24px}.category-banner-desc{font-size:13.5px}.category-banner-visual-col{display:none}.cdp-subcat-scroll-wrapper{margin-bottom:18px}.cdp-subcat-scroll-list{gap:8px}.subcat-pill-btn{padding:7px 14px;font-size:12.5px}}.cdp-product-rich-description{color:#334155;font-family:inherit;line-height:1.65}.cdp-desc-title{color:#0f172a;margin-bottom:16px;font-size:17px;font-weight:700}.cdp-desc-content p{color:#334155;margin-bottom:12px;line-height:1.6}.cdp-desc-content ul,.cdp-desc-content ol{margin-bottom:14px;padding-left:20px}.cdp-desc-content li{color:#334155;margin-bottom:6px}.cdp-table-responsive{background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:100%;margin:18px 0;overflow-x:auto;box-shadow:0 1px 3px #00000005}.cdp-spec-table{border-collapse:collapse;text-align:left;width:100%;font-size:13px}.cdp-spec-table tr{border-bottom:1px solid #f1f5f9;transition:background-color .15s}.cdp-spec-table tr:nth-child(2n){background-color:#f8fafc}.cdp-spec-table tr:hover{background-color:#f1f5f9}.cdp-spec-table tr:last-child{border-bottom:none}.cdp-spec-table td{vertical-align:middle;padding:10px 16px;line-height:1.5}.cdp-spec-table td:first-child{color:#1e293b;background-color:#f1f5f973;border-right:1px solid #f1f5f9;width:240px;min-width:180px;font-weight:600}.cdp-spec-table td:last-child{color:#475569}.cdp-desc-heading{color:#0f172a;margin:18px 0 10px;font-size:15px;font-weight:700}.cdp-no-desc{color:#94a3b8;padding:16px 0;font-style:italic}.cdp-skeleton-card{pointer-events:none;background:#fff;box-shadow:none!important;border-color:#f1f5f9!important}.cdp-skeleton-img{background:linear-gradient(90deg,#f8fafc 25%,#f1f5f9 50%,#f8fafc 75%) 0 0/200% 100%;border-radius:10px;width:100%;height:220px;margin-bottom:12px;animation:1.5s infinite cdpShimmer}.cdp-skeleton-line{background:linear-gradient(90deg,#f8fafc 25%,#f1f5f9 50%,#f8fafc 75%) 0 0/200% 100%;border-radius:4px;height:12px;margin-bottom:8px;animation:1.5s infinite cdpShimmer}.cdp-skeleton-line.short{width:38%}.cdp-skeleton-line.long{width:88%;height:15px}.cdp-skeleton-line.price{width:48%;height:18px;margin-top:10px;margin-bottom:12px}.cdp-skeleton-btn{background:#f8fafc;border-radius:8px;width:100%;height:38px;margin-top:auto}@keyframes cdpShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}html,body{max-width:100vw;overflow-x:clip}@media (max-width:768px){input[type=text],input[type=email],input[type=tel],input[type=number],input[type=search],select,textarea{font-size:16px!important}}@media (max-width:1024px){.shop-products-grid,.shop-grid-display{gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:640px){.shop-products-grid,.shop-grid-display{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.shop-products-grid .product-card,.shop-grid-display .product-card{border-radius:12px;padding:10px!important}.shop-products-grid .product-card .product-image-box,.shop-grid-display .product-card .product-image-box{margin-bottom:8px;height:135px!important}.shop-products-grid .product-card .product-image-box img,.shop-grid-display .product-card .product-image-box img{object-fit:contain;max-height:120px}.shop-products-grid .product-card .product-title,.shop-grid-display .product-card .product-title{max-height:32px;line-height:1.35;font-size:12px!important}.shop-products-grid .product-card .current-price,.shop-grid-display .product-card .current-price{font-size:13px!important}.shop-products-grid .product-card .add-to-cart-btn,.shop-grid-display .product-card .add-to-cart-btn{padding:0 8px;height:34px!important;font-size:12px!important}.shop-products-grid.list-view .product-card,.shop-grid-display.list-view .product-card{gap:12px;padding:12px;grid-template-columns:100px 1fr!important}.shop-products-grid.list-view .product-card .product-image-box,.shop-grid-display.list-view .product-card .product-image-box{height:100px!important}}@media (max-width:360px){.shop-products-grid,.shop-grid-display,.products-grid-6,.products-grid-4{grid-template-columns:1fr!important}}@media (max-width:768px){.cdp-search-container{width:100%;max-width:100%}.cdp-search-dropdown{z-index:9999;border-radius:14px;max-height:75vh;box-shadow:0 16px 40px #0000002e;width:calc(100vw - 20px)!important;position:fixed!important;top:68px!important;left:10px!important;right:10px!important}.cdp-nav-link,.filter-chip,.shop-mobile-filter-btn,.view-mode-btn,.page-btn{min-height:40px}.add-to-cart-btn,.cdp-add-cart-btn{min-height:36px}}.cms-html-content h2{color:#0f172a;align-items:center;gap:8px;margin-top:28px;margin-bottom:12px;font-size:20px;font-weight:700;display:flex}.cms-html-content h3{color:#1e293b;align-items:center;gap:8px;margin-top:20px;margin-bottom:8px;font-size:16px;font-weight:700;display:flex}.cms-html-content h4{color:#334155;margin-top:14px;margin-bottom:6px;font-size:14px;font-weight:600}.cms-html-content p{color:#475569;margin-bottom:12px;font-size:14.5px;line-height:1.7}.cms-html-content ul,.cms-html-content ol{color:#475569;margin:12px 0 20px 20px;font-size:14px;line-height:1.7}.cms-html-content li{margin-bottom:6px}.cms-html-content .company-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:24px;padding:16px 20px;font-size:13.5px}.cms-html-content .highlight-box,.cms-html-content .warning-box{color:#92400e;background:#fffbeb;border-left:4px solid #f59e0b;border-radius:8px;margin:16px 0;padding:14px 18px;font-size:14px}.cms-html-content .info-box,.cms-html-content .definition-box{color:#1e40af;background:#eff6ff;border-left:4px solid #3b82f6;border-radius:8px;margin:16px 0;padding:14px 18px;font-size:14px}.cms-html-content .security-box{color:#065f46;background:#ecfdf5;border-left:4px solid #10b981;border-radius:8px;margin:16px 0;padding:14px 18px;font-size:14px}.cms-html-content .contact-box{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:10px;margin:16px 0;padding:16px 20px;font-size:14px}.cms-html-content .cookies-types{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin:20px 0;display:grid}.cms-html-content .cookie-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px;box-shadow:0 2px 6px #00000005}.cms-html-content .cookie-card h4{color:#0f172a;margin-top:0;margin-bottom:6px;font-weight:700}.cms-html-content .step-number{color:#fff;background:#e30613;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;margin-right:8px;font-size:13px;font-weight:700;display:inline-flex}.institutional-grid{grid-template-columns:280px 1fr;align-items:start;gap:32px;display:grid}@media (max-width:992px){.institutional-grid{grid-template-columns:1fr;gap:24px}}.institutional-sidebar{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;position:sticky;top:100px;box-shadow:0 4px 16px -2px #0f172a08}.institutional-sidebar-header{border-bottom:1px solid #f1f5f9;margin-bottom:20px;padding-bottom:14px}.institutional-sidebar-tag{text-transform:uppercase;letter-spacing:.06em;color:#ba040f;background:#fef2f2;border-radius:6px;margin-bottom:8px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-block}.institutional-sidebar-header h4{color:#0f172a;margin:0;font-size:16px;font-weight:800}.institutional-nav{flex-direction:column;gap:6px;display:flex}.institutional-nav-link{color:#475569;background:0 0;border:1px solid #0000;border-radius:10px;justify-content:space-between;align-items:center;padding:10px 14px;font-size:13.5px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.institutional-nav-link:hover{color:#0f172a;background-color:#f8fafc;border-color:#e2e8f0}.institutional-nav-link.active{color:#ba040f;background-color:#fef2f2;border-color:#fee2e2;font-weight:700}.nav-link-content{align-items:center;gap:11px;display:flex}.icon-default{color:#94a3b8;transition:color .2s}.institutional-nav-link:hover .icon-default,.icon-active{color:#ba040f}.chevron-default{color:#cbd5e1;transition:transform .2s}.institutional-nav-link:hover .chevron-default{color:#64748b;transform:translate(2px)}.chevron-active{color:#ba040f}.institutional-nav-divider{background:#f1f5f9;height:1px;margin:10px 0}.institutional-support-link{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;padding:10px 14px;font-size:13.5px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.institutional-support-link:hover{background-color:#fff;border-color:#cbd5e1;box-shadow:0 2px 8px #0000000a}.institutional-b2b-card{color:#fff;background:linear-gradient(145deg,#0f172a,#1e293b);border-radius:12px;margin-top:24px;padding:18px}.institutional-b2b-card h5{color:#fff;margin:0 0 6px;font-size:14px;font-weight:700}.institutional-b2b-card p{color:#cbd5e1;margin:0 0 14px;font-size:12px;line-height:1.5}.institutional-b2b-btn{text-align:center;color:#fff;background-color:#ba040f;border-radius:8px;width:100%;padding:8px 12px;font-size:12.5px;font-weight:700;text-decoration:none;transition:background-color .2s;display:block}.institutional-b2b-btn:hover{background-color:#99000a}.institutional-content-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;min-height:520px;padding:44px 48px;box-shadow:0 4px 20px -2px #0f172a0a}@media (max-width:768px){.institutional-content-card{border-radius:12px;padding:24px 20px}}.institutional-header{border-bottom:1px solid #f1f5f9;margin-bottom:32px;padding-bottom:24px}.institutional-badge{text-transform:uppercase;letter-spacing:.08em;color:#ba040f;background:#fef2f2;border:1px solid #fee2e2;border-radius:6px;margin-bottom:14px;padding:4px 10px;font-size:11px;font-weight:800;display:inline-block}.institutional-title{color:#0f172a;letter-spacing:-.02em;margin:0 0 12px;font-size:28px;font-weight:800;line-height:1.25}@media (max-width:768px){.institutional-title{font-size:22px}}.institutional-subtitle{color:#475569;margin:0 0 16px;font-size:15.5px;line-height:1.65}.institutional-meta{color:#64748b;flex-wrap:wrap;align-items:center;gap:12px;font-size:12.5px;display:flex}.meta-item{align-items:center;gap:6px;display:inline-flex}.meta-separator{color:#cbd5e1}.institutional-highlights-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-bottom:36px;display:grid}.institutional-highlight-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:flex-start;gap:14px;padding:16px 18px;transition:all .2s;display:flex}.institutional-highlight-card:hover{background:#fff;border-color:#cbd5e1;box-shadow:0 4px 12px #0f172a0a}.highlight-icon-wrapper{background:#fef2f2;border:1px solid #fee2e2;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.highlight-title{color:#0f172a;margin:0 0 4px;font-size:14px;font-weight:700}.highlight-desc{color:#64748b;margin:0;font-size:12.5px;line-height:1.5}.institutional-sections-flow{flex-direction:column;gap:36px;display:flex}.institutional-section-block{flex-direction:column;gap:14px;display:flex}.section-header-wrap{align-items:center;gap:12px;display:flex}.section-number-tag{color:#fff;background:#0f172a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;font-weight:800;display:inline-flex}.section-title{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:18px;font-weight:700}.section-paragraphs{flex-direction:column;gap:10px;display:flex}.section-paragraph{color:#334155;margin:0;font-size:14.5px;line-height:1.75}.section-bullet-list{flex-direction:column;gap:10px;margin:6px 0 10px;padding:0;list-style:none;display:flex}.section-bullet-item{color:#334155;align-items:flex-start;gap:12px;font-size:14px;line-height:1.6;display:flex}.bullet-indicator{background-color:#ba040f;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:8px}.institutional-table-container{border:1px solid #e2e8f0;border-radius:10px;margin:14px 0 18px;overflow-x:auto}.institutional-table{border-collapse:collapse;text-align:left;width:100%;font-size:13.5px}.institutional-table th{color:#475569;white-space:nowrap;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 16px;font-weight:700}.institutional-table td{color:#334155;border-bottom:1px solid #f1f5f9;padding:12px 16px;line-height:1.5}.institutional-table tr:last-child td{border-bottom:none}.institutional-table tr:hover td{background-color:#fbfcfe}.institutional-callout{border-radius:12px;align-items:flex-start;gap:14px;margin:12px 0;padding:16px 20px;display:flex}.callout-info{color:#0369a1;background-color:#f0f9ff;border:1px solid #bae6fd}.callout-warning{color:#b45309;background-color:#fffbeb;border:1px solid #fde68a}.callout-security{color:#15803d;background-color:#f0fdf4;border:1px solid #bbf7d0}.callout-icon{flex-shrink:0;margin-top:2px}.callout-title{margin:0 0 4px;font-size:13.5px;font-weight:700}.callout-text{color:inherit;opacity:.95;margin:0;font-size:13px;line-height:1.55}.institutional-legal-box{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-top:48px;padding:24px}.legal-box-header{border-bottom:1px solid #e2e8f0;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:12px;display:flex}.legal-box-header h4{color:#0f172a;margin:0;font-size:15px;font-weight:700}.legal-box-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.legal-label{text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin-bottom:4px;font-size:11.5px;font-weight:700;display:block}.legal-value{color:#0f172a;margin:0;font-size:13.5px;font-weight:600}.institutional-not-found{text-align:center;padding:60px 20px}.institutional-not-found h2{color:#0f172a;margin-bottom:10px;font-size:22px;font-weight:800}.institutional-not-found p{color:#64748b;margin-bottom:24px;font-size:14.5px}
