:root{
    --aqua:#39afea;
    --aqua-dark:#168dc8;
    --aqua-soft:#eaf8ff;
    --navy:#09243d;
    --navy-light:#123b5d;
    --text:#11263a;
    --muted:#718294;
    --white:#ffffff;
    --background:#f7fafc;
    --line:#e4edf3;
    --green:#149163;
    --red:#d94758;
    --radius:18px;
    --radius-lg:28px;
    --shadow:0 15px 50px rgba(16,54,85,.08);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--white);color:var(--text);font-family:'Cairo',Tahoma,Arial,sans-serif;font-size:15px}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
img{max-width:100%}
.container{width:min(1380px,calc(100% - 48px));margin-inline:auto}

/* TOP BAR */
.topbar{background:var(--navy);color:#d9ecf7}
.topbar-inner{min-height:34px;display:flex;justify-content:center;align-items:center;gap:55px;font-size:.72rem}

/* HEADER */
.store-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.store-header-main{min-height:82px;display:grid;grid-template-columns:180px minmax(250px,1fr) auto;align-items:center;gap:30px}
.store-logo{display:flex;align-items:center}
.store-logo img{width:145px;height:54px;object-fit:contain}
.store-search{height:48px;display:flex;align-items:center;background:#f5f9fc;border:1px solid #e1ebf1;border-radius:14px;overflow:hidden;transition:.2s}
.store-search:focus-within{background:#fff;border-color:var(--aqua);box-shadow:0 0 0 4px rgba(57,175,234,.1)}
.store-search input{flex:1;height:100%;border:0;outline:0;background:transparent;padding:0 18px;color:var(--text)}
.store-search button{width:55px;height:100%;border:0;background:transparent;cursor:pointer;color:var(--navy);font-size:1.55rem}
.store-header-actions{display:flex;align-items:center;gap:22px}
.header-products-link{font-weight:700}
.header-products-link:hover{color:var(--aqua-dark)}
.header-cart{position:relative;min-width:135px;display:flex;align-items:center;justify-content:center;gap:12px;padding:9px 13px;border-radius:14px;background:var(--navy);color:#fff}
.header-cart small,.header-cart strong{display:block}
.header-cart small{color:#bad1e1;font-size:.62rem}
.header-cart strong{font-size:.8rem}
.cart-icon{font-size:1.15rem}
.cart-count{position:absolute;top:-7px;left:-7px;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:var(--aqua);color:#fff;font-size:.7rem}
.store-nav{border-top:1px solid #eef3f6}
.store-nav-inner{min-height:44px;display:flex;align-items:center;gap:32px;overflow:auto;scrollbar-width:none}
.store-nav-inner::-webkit-scrollbar{display:none}
.store-nav a{white-space:nowrap;font-size:.78rem;font-weight:700}
.store-nav a:hover{color:var(--aqua-dark)}

/* ALERTS */
.store-alert{margin-top:16px;padding:13px 16px;border-radius:12px}
.success-alert{color:#116a4d;background:#e9f8f2}
.error-alert{color:#a52e3d;background:#fff0f2}

/* HERO */
.new-hero{height:430px;position:relative;overflow:hidden;background:var(--navy)}
.hero-background{position:absolute;inset:0}
.hero-background img{width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,28,48,.05),rgba(7,28,48,.45) 42%,rgba(7,28,48,.94))}
.new-hero-content{position:relative;height:100%;display:flex;align-items:center}
.hero-copy{width:min(590px,100%);color:#fff}
.hero-label{color:#87ddff;font-size:.72rem;font-weight:900;letter-spacing:2px}
.hero-copy h1{max-width:620px;margin:13px 0 15px;font-size:clamp(2.6rem,5vw,4.7rem);line-height:1.12;letter-spacing:-2px}
.hero-copy h1 strong{color:var(--aqua)}
.hero-copy p{max-width:520px;color:#d8e8f2;line-height:1.95;font-size:.97rem}
.hero-buttons{display:flex;gap:10px;margin-top:26px}
.primary-store-button,.secondary-store-button{min-height:47px;display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:0 21px;border-radius:13px;font-weight:800}
.primary-store-button{background:var(--aqua);color:#fff}
.primary-store-button:hover{background:var(--aqua-dark)}
.secondary-store-button{color:#fff;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.09)}

/* BENEFITS */
.store-benefits{background:#fff}
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}
.benefit-card{min-height:105px;display:flex;align-items:center;gap:13px;padding:20px;border-left:1px solid var(--line)}
.benefit-card:last-child{border-left:0}
.benefit-icon{width:42px;height:42px;flex:0 0 42px;border-radius:13px;display:grid;place-items:center;background:var(--aqua-soft);color:var(--aqua-dark);font-weight:900}
.benefit-card strong,.benefit-card small{display:block}
.benefit-card strong{font-size:.85rem}
.benefit-card small{color:var(--muted);margin-top:3px;font-size:.68rem}

/* SECTIONS */
.store-section{padding:65px 0}
.light-section,.all-products-section{background:var(--background)}
.store-section-heading{margin-bottom:28px;display:flex;align-items:flex-end;justify-content:space-between;gap:25px}
.section-eyebrow{color:var(--aqua-dark);font-size:.68rem;letter-spacing:1.6px;font-weight:900}
.store-section-heading h2{margin:5px 0;font-size:2rem}
.store-section-heading p{margin:0;color:var(--muted);font-size:.82rem}
.view-all-link{display:inline-flex;align-items:center;gap:10px;color:var(--aqua-dark);font-weight:800;font-size:.8rem}

/* HOME CATEGORY CARDS */
.new-category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.new-category-card{min-height:145px;position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:18px;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;transition:.25s}
.new-category-card::after{content:"";position:absolute;width:100px;height:100px;left:-35px;bottom:-45px;border-radius:50%;background:var(--aqua-soft);transition:.25s}
.new-category-card:hover{transform:translateY(-4px);border-color:#b9e4f6;box-shadow:var(--shadow)}
.new-category-card:hover::after{transform:scale(1.25)}
.category-card-number{color:#b2c0ca;font-size:.68rem}
.category-card-content{position:relative;z-index:2}
.category-card-content h3{margin:0;font-size:1.05rem}
.category-card-content span{display:block;color:var(--muted);margin-top:4px;font-size:.7rem}
.category-card-arrow{position:absolute;bottom:17px;left:17px;z-index:2;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff}

/* PRODUCT GRID */
.products-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.new-product-card{min-width:0;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:18px;transition:.25s}
.new-product-card:hover{transform:translateY(-4px);border-color:#cae5f3;box-shadow:0 16px 40px rgba(12,63,95,.08)}
.new-product-image{height:245px;position:relative;display:block;overflow:hidden;background:#f5f9fb}
.new-product-image img{width:100%;height:100%;object-fit:contain;padding:10px;transition:.3s}
.new-product-card:hover .new-product-image img{transform:scale(1.04)}
.new-product-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#a4bac9;font-size:1.4rem;font-weight:900}
.product-card-badges{position:absolute;top:10px;right:10px;display:flex;gap:5px;flex-wrap:wrap}
.product-card-badges span{padding:5px 8px;border-radius:8px;font-size:.59rem;font-weight:800}
.badge-new{background:#e6f8ff;color:var(--aqua-dark)}
.badge-best{background:#fff1e4;color:#c56a17}
.sold-out-badge{position:absolute;bottom:10px;right:10px;left:10px;padding:8px;text-align:center;border-radius:9px;background:rgba(9,36,61,.9);color:#fff;font-size:.68rem;font-weight:800}
.new-product-body{padding:14px}
.product-category-name{color:var(--aqua-dark);font-size:.63rem;font-weight:800}
.new-product-name{min-height:44px;display:block;margin-top:5px;line-height:1.55;font-size:.85rem;font-weight:800}
.new-product-name:hover{color:var(--aqua-dark)}
.new-product-code{display:block;margin-top:4px;color:var(--muted);font-size:.62rem}
.new-product-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid #edf2f5}
.new-product-price strong{display:block;font-size:1rem}
.new-product-price strong small{font-size:.62rem}
.new-product-price del{display:block;color:#9aabb7;margin-top:2px;font-size:.62rem}
.product-open-button{width:34px;height:34px;flex:0 0 34px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;transition:.2s}
.product-open-button:hover{background:var(--aqua-dark)}

/* EMPTY */
.store-empty{padding:60px 20px;text-align:center;border:1px dashed #ccdbe4;border-radius:20px;background:#fff}
.empty-icon{width:80px;height:80px;margin:auto;display:grid;place-items:center;border-radius:50%;background:var(--aqua-soft);color:var(--aqua-dark);font-weight:900}
.store-empty h3{margin:15px 0 5px}
.store-empty p{margin:0;color:var(--muted)}

/* HOME CTA */
.home-final-cta{padding:50px 0;color:#fff;background:linear-gradient(120deg,var(--aqua-dark),var(--aqua))}
.home-final-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:25px}
.home-final-cta span{font-size:.7rem;font-weight:900;letter-spacing:1.5px}
.home-final-cta h2{margin:5px 0;font-size:2rem}
.home-final-cta p{margin:0;color:#e8f8ff}
.cta-white-button{min-height:47px;display:inline-flex;align-items:center;gap:18px;padding:0 22px;border-radius:13px;background:#fff;color:var(--navy);font-weight:800}

/* PRODUCT PAGE */
.new-breadcrumb{padding-top:27px;display:flex;align-items:center;gap:8px;overflow:hidden;color:var(--muted);font-size:.72rem}
.new-breadcrumb strong{max-width:400px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:var(--text)}
.new-product-page{padding:24px 0 75px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:55px}
.new-gallery-main{height:590px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#f7fafb}
.new-gallery-main img{width:100%;height:100%;padding:20px;object-fit:contain}
.new-product-placeholder.big{font-size:3rem}
.new-gallery-thumbs{margin-top:12px;display:flex;gap:9px;overflow:auto}
.new-gallery-thumbs button{width:76px;height:76px;flex:0 0 76px;padding:4px;cursor:pointer;border:1px solid var(--line);border-radius:12px;background:#fff}
.new-gallery-thumbs button.active{border-color:var(--aqua)}
.new-gallery-thumbs img{width:100%;height:100%;object-fit:contain}
.new-product-details{padding-top:15px}
.new-detail-category{color:var(--aqua-dark);font-size:.72rem;font-weight:900}
.new-product-details h1{margin:8px 0;font-size:2.25rem;line-height:1.35}
.detail-product-code{color:var(--muted);font-size:.74rem}
.new-detail-price{margin:22px 0 14px;display:flex;align-items:center;gap:13px}
.new-detail-price strong{font-size:2rem}
.new-detail-price strong small{font-size:.8rem}
.new-detail-price del{color:#99a8b2}
.stock-state{width:max-content;display:flex;align-items:center;gap:8px;padding:7px 11px;border-radius:100px;font-size:.68rem;font-weight:800}
.stock-state span{width:7px;height:7px;border-radius:50%}
.stock-state.available{color:var(--green);background:#eaf8f2}
.stock-state.available span{background:var(--green)}
.stock-state.unavailable-stock{color:var(--red);background:#fff0f2}
.stock-state.unavailable-stock span{background:var(--red)}
.new-product-description{margin-top:22px;padding:20px 0;line-height:1.95;color:var(--muted);border-block:1px solid var(--line)}
.new-buy-form{margin-top:20px}
.product-option{margin-bottom:20px}
.option-heading{margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}
.option-heading strong{font-size:.82rem}
.option-heading span{color:var(--muted);font-size:.65rem}
.new-choice-row{display:flex;flex-wrap:wrap;gap:8px}
.new-choice{position:relative}
.new-choice input{position:absolute;opacity:0;pointer-events:none}
.new-choice span{min-width:64px;min-height:46px;padding:7px 12px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid var(--line);border-radius:11px;background:#fff;cursor:pointer;transition:.2s}
.new-choice span b{font-size:.76rem}
.new-choice span small{color:var(--muted);font-size:.58rem}
.new-choice input:checked + span{color:var(--aqua-dark);border-color:var(--aqua);background:var(--aqua-soft)}
.quantity-and-buy{display:grid;grid-template-columns:110px 1fr;gap:10px}
.new-quantity label{display:block;margin-bottom:6px;font-size:.68rem;font-weight:800}
.new-quantity input{width:100%;height:52px;padding:0 12px;outline:0;border:1px solid var(--line);border-radius:12px}
.new-add-cart-button{align-self:end;height:52px;padding:0 19px;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:12px;background:var(--aqua);color:#fff;cursor:pointer;font-weight:900;transition:.2s}
.new-add-cart-button:hover{background:var(--aqua-dark)}
.new-purchase-benefits{margin-top:25px;padding-top:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;border-top:1px solid var(--line)}
.new-purchase-benefits strong,.new-purchase-benefits small{display:block}
.new-purchase-benefits strong{font-size:.72rem}
.new-purchase-benefits small{margin-top:2px;color:var(--muted);font-size:.6rem}

/* FOOTER */
.store-footer{padding:55px 0 20px;background:var(--navy);color:#fff}
.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}
.footer-brand img{width:150px}
.footer-brand p{max-width:420px;color:#b9cede;line-height:1.9;font-size:.78rem}
.footer-column h3{margin-top:0;font-size:.82rem}
.footer-column a,.footer-column span{display:block;margin:8px 0;color:#b9cede;font-size:.75rem}
.footer-column a:hover{color:#fff}
.footer-bottom{margin-top:35px;padding-top:18px;display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1);color:#89a5b9;font-size:.67rem}

/* CATALOG PAGE */
.shop-page{min-height:70vh;padding-bottom:80px;background:#fff}
.shop-top{padding:46px 0 22px;background:#fff}
.shop-top-row{display:flex;align-items:flex-end;justify-content:space-between;gap:25px}
.shop-title>span{color:var(--aqua-dark);font-size:.68rem;font-weight:900;letter-spacing:2px}
.shop-title h1{margin:5px 0 4px;color:var(--navy);font-size:2.45rem;line-height:1.25}
.shop-title p{margin:0;color:var(--muted);font-size:.8rem}
.shop-title p strong{color:var(--text)}
.back-home-link{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:.75rem;font-weight:700}
.back-home-link:hover{color:var(--aqua-dark)}

.catalog-search-bar{width:100%;display:grid;grid-template-columns:1fr auto;gap:8px;margin-bottom:18px}
.catalog-search-input{min-height:54px;position:relative;display:flex;align-items:center;overflow:hidden;border:1px solid var(--line);border-radius:15px;background:#f7fafc;transition:.2s}
.catalog-search-input:focus-within{border-color:var(--aqua);background:#fff;box-shadow:0 0 0 4px rgba(57,175,234,.09)}
.catalog-search-icon{width:50px;display:grid;place-items:center;color:var(--aqua-dark);font-size:1.35rem}
.catalog-search-input input{width:100%;height:52px;padding:0 3px;border:0;outline:0;background:transparent;color:var(--text)}
.clear-search{width:42px;height:42px;display:grid;place-items:center;margin-left:6px;border-radius:50%;color:var(--muted);font-size:1.3rem}
.catalog-search-button{min-width:105px;border:0;border-radius:14px;padding:0 22px;background:var(--navy);color:#fff;font-weight:800;cursor:pointer;transition:.2s}
.catalog-search-button:hover{background:var(--aqua-dark)}

/* CLEAN CATEGORY SLIDER */
.shop-category-section{margin:8px 0 18px;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.shop-category-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px}
.shop-category-head h3{margin:0;color:var(--navy);font-size:.92rem}
.shop-category-head p{margin:3px 0 0;color:var(--muted);font-size:.66rem}
.all-categories-trigger{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--navy);cursor:pointer;font-size:.7rem;font-weight:800;white-space:nowrap;transition:.2s}
.all-categories-trigger:hover{background:var(--aqua-soft);border-color:var(--aqua);color:var(--aqua-dark)}
.shop-category-slider{width:100%;display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:9px;direction:ltr}
.shop-category-track{min-width:0;width:100%;display:flex;align-items:center;gap:6px;overflow-x:auto;overflow-y:hidden;padding:3px;scroll-behavior:smooth;scrollbar-width:none;cursor:grab;direction:rtl;user-select:none}
.shop-category-track::-webkit-scrollbar{display:none}
.shop-category-track.dragging{cursor:grabbing;scroll-behavior:auto}
.shop-category-item{min-height:41px;flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;padding:0 15px;border:1px solid transparent;border-radius:100px;background:#fff;color:#536a7c;white-space:nowrap;font-size:.7rem;font-weight:800;transition:.2s}
.shop-category-item:hover{background:var(--aqua-soft);color:var(--aqua-dark)}
.shop-category-item small{min-width:21px;height:21px;display:grid;place-items:center;padding:0 5px;border-radius:100px;background:#edf4f8;color:#8195a5;font-size:.54rem}
.shop-category-item.active{background:var(--navy);color:#fff}
.shop-category-item.active small{background:rgba(255,255,255,.15);color:#fff}
.shop-category-arrow{width:42px;height:42px;display:grid;place-items:center;padding:0;border:1px solid #dce7ee;border-radius:50%;background:#fff;color:var(--navy);cursor:pointer;font-size:1.45rem;font-weight:700;line-height:1;box-shadow:0 5px 15px rgba(10,48,74,.06);transition:.2s}
.shop-category-arrow:hover{background:var(--navy);border-color:var(--navy);color:#fff}

/* TOOLBAR */
.catalog-toolbar{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:15px;margin:6px 0 18px}
.catalog-results-group{display:flex;align-items:center;gap:14px;min-width:0;flex-wrap:wrap}
.catalog-results{display:flex;align-items:center;gap:10px}
.catalog-results strong{font-size:.9rem}
.catalog-results span{padding-right:10px;border-right:1px solid var(--line);color:var(--muted);font-size:.68rem}
.toolbar-active-filters{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.toolbar-filter-chip{min-height:30px;display:inline-flex;align-items:center;padding:0 10px;border-radius:100px;background:var(--aqua-soft);color:var(--aqua-dark);font-size:.62rem;font-weight:800}
.toolbar-clear-filters{color:var(--red);font-size:.63rem;font-weight:800}
.catalog-tools{display:flex;align-items:center;gap:9px}
.catalog-filter-trigger{min-height:41px;display:flex;align-items:center;gap:8px;padding:0 15px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--navy);cursor:pointer;font-size:.72rem;font-weight:800;transition:.2s}
.catalog-filter-trigger:hover{border-color:var(--aqua);color:var(--aqua-dark)}
.catalog-products-grid{grid-template-columns:repeat(5,minmax(0,1fr))}

.catalog-empty{padding:90px 20px;text-align:center;border-radius:24px;background:#f8fbfd}
.catalog-empty-icon{width:70px;height:70px;display:grid;place-items:center;margin:0 auto 15px;border-radius:50%;background:var(--aqua-soft);color:var(--aqua-dark);font-size:1.8rem}
.catalog-empty h2{margin:0;color:var(--navy);font-size:1.4rem}
.catalog-empty p{margin:7px 0 20px;color:var(--muted)}

/* FILTER DRAWER */
.catalog-drawer-backdrop{position:fixed;inset:0;z-index:800;visibility:hidden;background:rgba(4,23,40,.45);opacity:0;backdrop-filter:blur(3px);transition:opacity .3s ease,visibility .3s ease}
.catalog-drawer-backdrop.active{visibility:visible;opacity:1}
.catalog-filter-drawer{position:fixed;top:0;right:0;bottom:0;z-index:810;width:min(410px,92vw);padding:25px;overflow:auto;background:#fff;box-shadow:-25px 0 60px rgba(7,29,59,.15);transform:translateX(105%);transition:transform .38s cubic-bezier(.22,.61,.36,1)}
.catalog-filter-drawer.active{transform:translateX(0)}
.drawer-open{overflow:hidden}
.catalog-drawer-handle{display:none}
.catalog-drawer-header{min-height:65px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:26px}
.catalog-drawer-header small{color:var(--aqua-dark);font-size:.6rem;font-weight:900;letter-spacing:1.6px}
.catalog-drawer-header h3{margin:3px 0 0;color:var(--navy);font-size:1.35rem}
.catalog-drawer-header p{margin:4px 0 0;color:var(--muted);font-size:.68rem}
.catalog-drawer-header button{width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:50%;background:#f1f6f9;color:var(--navy);cursor:pointer;font-size:1.5rem}
.filter-group{margin-bottom:22px}
.filter-group>label,.filter-group-heading label{display:block;margin-bottom:8px;color:var(--navy);font-size:.75rem;font-weight:800}
.filter-group-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}
.filter-group-heading label{margin:0}
.catalog-control{width:100%;min-height:50px;padding:0 13px;outline:0;border:1px solid var(--line);border-radius:12px;background:#f8fbfd;color:var(--text)}
.catalog-control:focus{border-color:var(--aqua);background:#fff}
.drawer-search-field{position:relative}
.drawer-search-field>span{position:absolute;top:50%;right:14px;z-index:2;transform:translateY(-50%);color:var(--aqua-dark);font-size:1.2rem}
.drawer-search-field input{padding-right:42px}
.drawer-category-list{display:grid;grid-template-columns:1fr 1fr;gap:7px;max-height:330px;overflow:auto;padding:2px}
.drawer-category-option{position:relative}
.drawer-category-option input{position:absolute;opacity:0;pointer-events:none}
.drawer-category-option>span{min-height:47px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 11px;border:1px solid var(--line);border-radius:11px;background:#fff;cursor:pointer;transition:.2s}
.drawer-category-option b{overflow:hidden;font-size:.68rem;white-space:nowrap;text-overflow:ellipsis}
.drawer-category-option small{min-width:22px;height:22px;display:grid;place-items:center;padding:0 4px;border-radius:100px;background:#f0f5f8;color:var(--muted);font-size:.53rem}
.drawer-category-option input:checked+span{border-color:var(--aqua);background:var(--aqua-soft);color:var(--aqua-dark)}
.drawer-category-option input:checked+span small{background:var(--aqua);color:#fff}
.drawer-filter-options{display:flex;gap:7px}
.drawer-filter-option{position:relative}
.drawer-filter-option input{position:absolute;opacity:0}
.drawer-filter-option span{min-height:40px;display:flex;align-items:center;padding:0 14px;border:1px solid var(--line);border-radius:100px;background:#fff;cursor:pointer;font-size:.68rem;font-weight:700}
.drawer-filter-option input:checked+span{border-color:var(--navy);background:var(--navy);color:#fff}
.catalog-drawer-actions{position:sticky;bottom:-25px;margin:25px -25px -25px;padding:15px 25px 25px;background:linear-gradient(0deg,#fff 80%,rgba(255,255,255,.85))}
.catalog-apply-button{width:100%;min-height:52px;display:flex;align-items:center;justify-content:space-between;margin-top:15px;padding:0 18px;border:0;border-radius:13px;background:var(--aqua);color:#fff;cursor:pointer;font-weight:900}
.catalog-reset-button{display:block;margin-top:13px;text-align:center;color:var(--muted);font-size:.7rem}

/* RESPONSIVE */
@media(max-width:1200px){
    .products-grid,.catalog-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
    .new-category-grid{grid-template-columns:repeat(4,1fr)}
}

@media(max-width:950px){
    .products-grid,.catalog-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
    .new-category-grid{grid-template-columns:repeat(3,1fr)}
    .store-header-main{grid-template-columns:150px 1fr auto;gap:15px}
    .header-products-link{display:none}
    .new-product-page{gap:30px}
    .new-gallery-main{height:480px}
}

@media(max-width:760px){
    body{font-size:14px}
    .container{width:calc(100% - 24px)}
    .topbar-inner{min-height:30px}
    .topbar-inner span:not(:first-child){display:none}
    .store-header{position:relative}
    .store-header-main{min-height:125px;grid-template-columns:1fr auto;align-content:center;gap:8px}
    .store-logo img{width:115px}
    .header-cart{min-width:auto;width:49px;height:45px;padding:0}
    .header-cart div{display:none}
    .cart-count{top:-5px;left:-5px}
    .store-search{grid-column:1/-1;height:43px}
    .store-nav-inner{gap:22px}

    .new-hero{height:450px}
    .hero-background img{object-position:38% center}
    .hero-overlay{background:linear-gradient(0deg,rgba(7,28,48,.97),rgba(7,28,48,.3))}
    .new-hero-content{align-items:flex-end;padding-bottom:38px}
    .hero-copy h1{font-size:2.65rem}
    .hero-copy p{font-size:.84rem}

    .benefits-grid{grid-template-columns:1fr 1fr}
    .benefit-card{min-height:85px;padding:12px 8px}
    .benefit-card:nth-child(2){border-left:0}
    .benefit-card:nth-child(-n+2){border-bottom:1px solid var(--line)}
    .benefit-icon{width:36px;height:36px;flex:0 0 36px}

    .store-section{padding:45px 0}
    .store-section-heading{align-items:flex-start}
    .store-section-heading h2{font-size:1.55rem}
    .store-section-heading p{display:none}
    .new-category-grid{display:flex;overflow:auto;padding-bottom:5px;scrollbar-width:none}
    .new-category-grid::-webkit-scrollbar{display:none}
    .new-category-card{min-width:165px;min-height:130px}

    .products-grid,.catalog-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
    .new-product-image{height:190px}
    .new-product-body{padding:11px}
    .new-product-name{font-size:.77rem}
    .new-product-price strong{font-size:.9rem}

    .home-final-cta-inner{align-items:flex-start;flex-direction:column}
    .home-final-cta h2{font-size:1.6rem}

    .new-product-page{grid-template-columns:1fr;padding-top:15px;gap:20px}
    .new-gallery-main{height:390px}
    .new-product-details h1{font-size:1.65rem}
    .new-detail-price strong{font-size:1.65rem}
    .quantity-and-buy{grid-template-columns:90px 1fr}
    .new-purchase-benefits{grid-template-columns:1fr}

    .footer-main{grid-template-columns:1fr 1fr;gap:30px}
    .footer-brand{grid-column:1/-1}
    .footer-bottom{gap:10px;flex-direction:column}

    .shop-page{padding-bottom:110px}
    .shop-top{padding:28px 0 18px}
    .shop-top-row{align-items:flex-start}
    .shop-title h1{font-size:1.9rem}
    .shop-title p{font-size:.72rem}
    .back-home-link{display:none}

    .catalog-search-bar{grid-template-columns:1fr;gap:7px}
    .catalog-search-input{min-height:49px}
    .catalog-search-input input{height:48px}
    .catalog-search-button{min-height:46px}

    .shop-category-section{margin-top:8px;padding:14px 0}
    .shop-category-head{margin-bottom:11px}
    .shop-category-head p{display:none}
    .shop-category-head h3{font-size:.83rem}
    .all-categories-trigger{min-height:37px;padding:0 12px;font-size:.65rem}
    .shop-category-slider{display:block}
    .shop-category-arrow{display:none}
    .shop-category-track{width:calc(100vw - 12px);margin-left:-12px;padding-left:12px;padding-right:0;-webkit-overflow-scrolling:touch}
    .shop-category-item{min-height:39px;padding:0 13px;font-size:.66rem}

    .catalog-toolbar{align-items:flex-start;min-height:45px}
    .catalog-results-group{gap:8px}
    .catalog-results span{display:none}
    .toolbar-active-filters{width:100%;order:2}
    .catalog-filter-trigger{min-height:39px}

    .catalog-filter-drawer{top:auto;right:0;left:0;bottom:0;width:100%;max-height:85vh;padding:20px;border-radius:25px 25px 0 0;transform:translateY(105%);box-shadow:0 -25px 60px rgba(7,29,59,.15)}
    .catalog-filter-drawer.active{transform:translateY(0)}
    .catalog-drawer-handle{display:block;width:42px;height:4px;margin:-7px auto 17px;border-radius:100px;background:#d6e1e8}
    .drawer-category-list{grid-template-columns:1fr 1fr;max-height:290px}
    .catalog-drawer-actions{bottom:-20px;margin:25px -20px -20px;padding:14px 20px 20px}
}

@media(max-width:390px){
    .new-product-image{height:170px}
    .hero-copy h1{font-size:2.35rem}
    .drawer-category-list{grid-template-columns:1fr}
}
/* =====================================================
   GLOBAL MOBILE NAVIGATION
===================================================== */

.mobile-bottom-nav,
.mobile-search-sheet{
    display:none;
}

.mobile-sheet-backdrop{
    position:fixed;
    inset:0;
    z-index:790;

    visibility:hidden;
    opacity:0;

    background:rgba(5,25,43,.48);
    backdrop-filter:blur(4px);

    transition:
        opacity .3s ease,
        visibility .3s ease;
}

.mobile-sheet-backdrop.active{
    visibility:visible;
    opacity:1;
}


/* =========================================
   CATEGORY PANEL - DESKTOP
========================================= */

.mobile-category-sheet{
    position:fixed;

    top:0;
    right:0;
    bottom:0;

    z-index:800;

    display:block;

    width:min(520px,92vw);

    padding:24px;

    overflow-y:auto;

    background:#fff;

    box-shadow:
        -25px 0 70px rgba(5,28,47,.18);

    transform:translateX(105%);

    transition:
        transform .4s cubic-bezier(.22,.61,.36,1);
}

.mobile-category-sheet.active{
    transform:translateX(0);
}


.mobile-sheet-handle{
    display:none;
}


.mobile-sheet-header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;

    gap:20px;

    margin-bottom:22px;
}


.mobile-sheet-header small{
    color:var(--aqua-dark);
    font-size:.6rem;
    font-weight:900;
    letter-spacing:1.5px;
}


.mobile-sheet-header h2{
    margin:3px 0;
    color:var(--navy);
    font-size:1.7rem;
}


.mobile-sheet-header p{
    margin:0;
    color:var(--muted);
    font-size:.7rem;
}


.mobile-sheet-close{
    width:42px;
    height:42px;

    flex:0 0 42px;

    display:grid;
    place-items:center;

    border:0;
    border-radius:50%;

    background:#eef5f8;
    color:var(--navy);

    cursor:pointer;

    font-size:1.5rem;
}


/* =========================================
   CATEGORY IMAGE GRID
========================================= */

.mobile-category-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}


.mobile-category-card{
    min-width:0;

    overflow:hidden;

    border:1px solid var(--line);
    border-radius:17px;

    background:#fff;

    transition:.25s;
}


.mobile-category-card:hover{
    transform:translateY(-3px);

    border-color:#bfe5f5;

    box-shadow:
        0 12px 30px rgba(10,50,76,.09);
}


.mobile-category-image{
    height:145px;

    display:grid;
    place-items:center;

    overflow:hidden;

    background:#f2f8fb;
}


.mobile-category-image img{
    width:100%;
    height:100%;

    display:block;

    object-fit:cover;

    transition:.35s;
}


.mobile-category-card:hover
.mobile-category-image img{
    transform:scale(1.04);
}


.mobile-category-all{
    color:var(--aqua-dark);

    font-size:1.25rem;
    font-weight:900;

    letter-spacing:2px;
}


.mobile-category-info{
    padding:11px 12px;
}


.mobile-category-info strong{
    display:block;

    color:var(--navy);

    font-size:.76rem;
}


.mobile-category-info span{
    display:block;

    margin-top:2px;

    color:var(--muted);

    font-size:.58rem;
}


.mobile-all-categories-link{
    min-height:50px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    margin-top:14px;

    padding:0 16px;

    border-radius:13px;

    background:var(--navy);

    color:#fff;

    font-size:.72rem;
    font-weight:800;
}


.desktop-categories-trigger{
    display:inline-flex;
    align-items:center;
    gap:5px;

    padding:0;

    border:0;
    background:transparent;

    color:inherit;

    cursor:pointer;

    font-size:.78rem;
    font-weight:700;
}


.desktop-categories-trigger:hover{
    color:var(--aqua-dark);
}


.mobile-overlay-open{
    overflow:hidden;
}



/* =====================================================
   MOBILE
===================================================== */

@media(max-width:760px){

    body{
        padding-bottom:76px;
    }


    /* ===============================================
       BOTTOM NAV
    =============================================== */

    .mobile-bottom-nav{
        position:fixed;

        right:10px;
        left:10px;
        bottom:10px;

        z-index:700;

        height:64px;

        display:grid;
        grid-template-columns:repeat(4,1fr);

        padding:6px;

        border:1px solid rgba(215,229,237,.9);
        border-radius:20px;

        background:rgba(255,255,255,.96);

        backdrop-filter:blur(18px);

        box-shadow:
            0 16px 45px rgba(8,35,58,.18);
    }


    .mobile-bottom-nav a,
    .mobile-bottom-nav button{
        position:relative;

        min-width:0;

        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;

        gap:2px;

        padding:0;

        border:0;
        border-radius:14px;

        background:transparent;

        color:#748796;

        cursor:pointer;
    }


    .mobile-bottom-nav .active{
        background:var(--aqua-soft);
        color:var(--aqua-dark);
    }


    .mobile-nav-icon{
        height:24px;

        display:grid;
        place-items:center;

        font-size:1.18rem;
        line-height:1;
    }


    .mobile-bottom-nav small{
        font-size:.58rem;
        font-weight:800;
    }


    .mobile-nav-cart b{
        position:absolute;

        top:2px;
        left:50%;

        width:19px;
        height:19px;

        display:grid;
        place-items:center;

        margin-left:-19px;

        border-radius:50%;

        background:var(--aqua);

        color:#fff;

        font-size:.5rem;
    }



    /* ===============================================
       BACKDROP
    =============================================== */

    .mobile-sheet-backdrop{
        position:fixed;
        inset:0;

        z-index:790;

        display:block;

        visibility:hidden;

        background:rgba(5,25,43,.55);

        opacity:0;

        backdrop-filter:blur(4px);

        transition:
            opacity .3s ease,
            visibility .3s ease;
    }


    .mobile-sheet-backdrop.active{
        visibility:visible;
        opacity:1;
    }



    /* ===============================================
       CATEGORY SHEET
    =============================================== */

    .mobile-category-sheet{
        position:fixed;

        right:0;
        left:0;
        bottom:0;

        z-index:800;

        display:block;

        max-height:88vh;

        padding:14px 16px 25px;

        overflow-y:auto;

        border-radius:26px 26px 0 0;

        background:#fff;

        box-shadow:
            0 -25px 60px rgba(5,28,47,.18);

        transform:translateY(105%);

        transition:
            transform .38s cubic-bezier(.22,.61,.36,1);
    }


    .mobile-category-sheet.active{
        transform:translateY(0);
    }


    .mobile-sheet-handle{
        width:44px;
        height:4px;

        margin:0 auto 17px;

        border-radius:100px;

        background:#d5e0e8;
    }


    .mobile-sheet-header{
        display:flex;
        align-items:flex-start;
        justify-content:space-between;

        gap:20px;

        margin-bottom:18px;
    }


    .mobile-sheet-header small{
        color:var(--aqua-dark);

        font-size:.58rem;
        font-weight:900;

        letter-spacing:1.5px;
    }


    .mobile-sheet-header h2{
        margin:2px 0;

        color:var(--navy);

        font-size:1.55rem;
    }


    .mobile-sheet-header p{
        margin:0;

        color:var(--muted);

        font-size:.67rem;
    }


    .mobile-sheet-close{
        width:39px;
        height:39px;

        display:grid;
        place-items:center;

        flex:0 0 39px;

        padding:0;

        border:0;
        border-radius:50%;

        background:#eff5f8;

        color:var(--navy);

        cursor:pointer;

        font-size:1.45rem;
    }



    /* ===============================================
       CATEGORY CARDS
    =============================================== */

    .mobile-category-grid{
        display:grid;
        grid-template-columns:1fr 1fr;

        gap:10px;
    }


    .mobile-category-card{
        min-width:0;

        overflow:hidden;

        border:1px solid var(--line);
        border-radius:16px;

        background:#fff;
    }


    .mobile-category-image{
        height:115px;

        display:grid;
        place-items:center;

        overflow:hidden;

        background:#f2f8fb;
    }


    .mobile-category-image img{
        width:100%;
        height:100%;

        object-fit:cover;
    }


    .mobile-category-all{
        color:var(--aqua-dark);

        font-size:1.2rem;
        font-weight:900;

        letter-spacing:2px;
    }


    .mobile-category-info{
        padding:10px 11px;
    }


    .mobile-category-info strong{
        display:block;

        overflow:hidden;

        color:var(--navy);

        font-size:.72rem;

        white-space:nowrap;
        text-overflow:ellipsis;
    }


    .mobile-category-info span{
        display:block;

        margin-top:2px;

        color:var(--muted);

        font-size:.56rem;
    }


    .mobile-all-categories-link{
        min-height:48px;

        display:flex;
        align-items:center;
        justify-content:space-between;

        margin-top:13px;

        padding:0 15px;

        border-radius:13px;

        background:var(--navy);

        color:#fff;

        font-size:.7rem;
        font-weight:800;
    }



    /* ===============================================
       MOBILE SEARCH
    =============================================== */

    .mobile-search-sheet{
        position:fixed;
        inset:0;

        z-index:805;

        display:flex;
        align-items:flex-start;
        justify-content:center;

        visibility:hidden;

        padding:80px 14px;

        background:rgba(8,32,53,.8);

        opacity:0;

        backdrop-filter:blur(8px);

        transition:
            opacity .25s ease,
            visibility .25s ease;
    }


    .mobile-search-sheet.active{
        visibility:visible;
        opacity:1;
    }


    .mobile-search-sheet-inner{
        position:relative;

        width:100%;

        padding:22px 17px;

        border-radius:20px;

        background:#fff;

        transform:translateY(-15px);

        transition:.3s;
    }


    .mobile-search-sheet.active
    .mobile-search-sheet-inner{
        transform:translateY(0);
    }


    .mobile-search-close{
        position:absolute;

        top:10px;
        left:10px;

        width:35px;
        height:35px;

        display:grid;
        place-items:center;

        padding:0;

        border:0;
        border-radius:50%;

        background:#eff5f8;

        color:var(--navy);

        cursor:pointer;

        font-size:1.25rem;
    }


    .mobile-search-sheet label{
        display:block;

        margin-bottom:12px;

        color:var(--navy);

        font-size:.85rem;
        font-weight:900;
    }


    .mobile-search-field{
        display:grid;
        grid-template-columns:1fr auto;

        gap:7px;
    }


    .mobile-search-field input{
        min-width:0;
        height:49px;

        padding:0 13px;

        border:1px solid var(--line);
        border-radius:12px;

        outline:0;

        background:#f7fafc;
    }


    .mobile-search-field input:focus{
        border-color:var(--aqua);
        background:#fff;
    }


    .mobile-search-field button{
        min-width:70px;

        border:0;
        border-radius:12px;

        background:var(--aqua);

        color:#fff;

        cursor:pointer;

        font-weight:800;
    }

}

/* =====================================================
   AQUA STORE GLOBAL CATEGORY PANEL - FINAL OVERRIDES
   ===================================================== */

.mobile-bottom-nav,
.mobile-search-sheet{
    display:none;
}

.mobile-sheet-backdrop{
    position:fixed;
    inset:0;
    z-index:790;
    visibility:hidden;
    opacity:0;
    background:rgba(5,25,43,.48);
    backdrop-filter:blur(4px);
    transition:opacity .3s ease,visibility .3s ease;
}

.mobile-sheet-backdrop.active{
    visibility:visible;
    opacity:1;
}

.desktop-categories-trigger{
    display:inline-flex;
    align-items:center;
    gap:5px;
    padding:0;
    border:0;
    background:transparent;
    color:inherit;
    cursor:pointer;
    font-size:.78rem;
    font-weight:700;
}

.desktop-categories-trigger:hover{
    color:var(--aqua-dark);
}

.mobile-overlay-open{
    overflow:hidden;
}

.mobile-category-sheet{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:auto;
    z-index:800;
    display:block;
    width:min(520px,92vw);
    max-height:none;
    padding:24px;
    overflow-y:auto;
    border-radius:0;
    background:#fff;
    box-shadow:-25px 0 70px rgba(5,28,47,.18);
    transform:translateX(105%);
    transition:transform .4s cubic-bezier(.22,.61,.36,1);
}

.mobile-category-sheet.active{
    transform:translateX(0);
}

.mobile-sheet-handle{
    display:none;
}

.mobile-sheet-header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:20px;
    margin-bottom:22px;
}

.mobile-sheet-header small{
    color:var(--aqua-dark);
    font-size:.6rem;
    font-weight:900;
    letter-spacing:1.5px;
}

.mobile-sheet-header h2{
    margin:3px 0;
    color:var(--navy);
    font-size:1.7rem;
}

.mobile-sheet-header p{
    margin:0;
    color:var(--muted);
    font-size:.7rem;
}

.mobile-sheet-close{
    width:42px;
    height:42px;
    flex:0 0 42px;
    display:grid;
    place-items:center;
    padding:0;
    border:0;
    border-radius:50%;
    background:#eef5f8;
    color:var(--navy);
    cursor:pointer;
    font-size:1.5rem;
}

.mobile-category-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}

.mobile-category-card{
    min-width:0;
    overflow:hidden;
    border:1px solid var(--line);
    border-radius:17px;
    background:#fff;
    transition:.25s;
}

.mobile-category-card:hover{
    transform:translateY(-3px);
    border-color:#bfe5f5;
    box-shadow:0 12px 30px rgba(10,50,76,.09);
}

.mobile-category-image{
    height:145px;
    display:grid;
    place-items:center;
    overflow:hidden;
    background:#f2f8fb;
}

.mobile-category-image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    transition:.35s;
}

.mobile-category-card:hover .mobile-category-image img{
    transform:scale(1.04);
}

.mobile-category-all{
    color:var(--aqua-dark);
    font-size:1.25rem;
    font-weight:900;
    letter-spacing:2px;
}

.mobile-category-info{
    padding:11px 12px;
}

.mobile-category-info strong{
    display:block;
    overflow:hidden;
    color:var(--navy);
    font-size:.76rem;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.mobile-category-info span{
    display:block;
    margin-top:2px;
    color:var(--muted);
    font-size:.58rem;
}

.mobile-all-categories-link{
    min-height:50px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:14px;
    padding:0 16px;
    border-radius:13px;
    background:var(--navy);
    color:#fff;
    font-size:.72rem;
    font-weight:800;
}

@media(max-width:760px){
    body{
        padding-bottom:76px;
    }

    .mobile-bottom-nav{
        position:fixed;
        right:10px;
        left:10px;
        bottom:10px;
        z-index:700;
        height:64px;
        display:grid;
        grid-template-columns:repeat(4,1fr);
        padding:6px;
        border:1px solid rgba(215,229,237,.9);
        border-radius:20px;
        background:rgba(255,255,255,.96);
        backdrop-filter:blur(18px);
        box-shadow:0 16px 45px rgba(8,35,58,.18);
    }

    .mobile-bottom-nav a,
    .mobile-bottom-nav button{
        position:relative;
        min-width:0;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:2px;
        padding:0;
        border:0;
        border-radius:14px;
        background:transparent;
        color:#748796;
        cursor:pointer;
    }

    .mobile-bottom-nav .active{
        background:var(--aqua-soft);
        color:var(--aqua-dark);
    }

    .mobile-nav-icon{
        height:24px;
        display:grid;
        place-items:center;
        font-size:1.18rem;
        line-height:1;
    }

    .mobile-bottom-nav small{
        font-size:.58rem;
        font-weight:800;
    }

    .mobile-nav-cart b{
        position:absolute;
        top:2px;
        left:50%;
        width:19px;
        height:19px;
        display:grid;
        place-items:center;
        margin-left:-19px;
        border-radius:50%;
        background:var(--aqua);
        color:#fff;
        font-size:.5rem;
    }

    .mobile-category-sheet{
        top:auto;
        right:0;
        left:0;
        bottom:0;
        width:100%;
        max-height:88vh;
        padding:14px 16px 25px;
        border-radius:26px 26px 0 0;
        box-shadow:0 -25px 60px rgba(5,28,47,.18);
        transform:translateY(105%);
    }

    .mobile-category-sheet.active{
        transform:translateY(0);
    }

    .mobile-sheet-handle{
        display:block;
        width:44px;
        height:4px;
        margin:0 auto 17px;
        border-radius:100px;
        background:#d5e0e8;
    }

    .mobile-category-grid{
        grid-template-columns:1fr 1fr;
        gap:10px;
    }

    .mobile-category-image{
        height:115px;
    }

    .mobile-category-info{
        padding:10px 11px;
    }

    .mobile-category-info strong{
        font-size:.72rem;
    }

    .mobile-category-info span{
        font-size:.56rem;
    }

    .mobile-all-categories-link{
        min-height:48px;
        margin-top:13px;
        padding:0 15px;
        font-size:.7rem;
    }

    .mobile-search-sheet{
        position:fixed;
        inset:0;
        z-index:805;
        display:flex;
        align-items:flex-start;
        justify-content:center;
        visibility:hidden;
        padding:80px 14px;
        background:rgba(8,32,53,.8);
        opacity:0;
        backdrop-filter:blur(8px);
        transition:opacity .25s ease,visibility .25s ease;
    }

    .mobile-search-sheet.active{
        visibility:visible;
        opacity:1;
    }

    .mobile-search-sheet-inner{
        position:relative;
        width:100%;
        padding:22px 17px;
        border-radius:20px;
        background:#fff;
        transform:translateY(-15px);
        transition:.3s;
    }

    .mobile-search-sheet.active .mobile-search-sheet-inner{
        transform:translateY(0);
    }

    .mobile-search-close{
        position:absolute;
        top:10px;
        left:10px;
        width:35px;
        height:35px;
        display:grid;
        place-items:center;
        padding:0;
        border:0;
        border-radius:50%;
        background:#eff5f8;
        color:var(--navy);
        cursor:pointer;
        font-size:1.25rem;
    }

    .mobile-search-sheet label{
        display:block;
        margin-bottom:12px;
        color:var(--navy);
        font-size:.85rem;
        font-weight:900;
    }

    .mobile-search-field{
        display:grid;
        grid-template-columns:1fr auto;
        gap:7px;
    }

    .mobile-search-field input{
        min-width:0;
        height:49px;
        padding:0 13px;
        border:1px solid var(--line);
        border-radius:12px;
        outline:0;
        background:#f7fafc;
    }

    .mobile-search-field input:focus{
        border-color:var(--aqua);
        background:#fff;
    }

    .mobile-search-field button{
        min-width:70px;
        border:0;
        border-radius:12px;
        background:var(--aqua);
        color:#fff;
        cursor:pointer;
        font-weight:800;
    }
}
.new-detail-category-path{
    display:flex;
    align-items:center;
    gap:7px;
    flex-wrap:wrap;

    margin-bottom:7px;

    color:var(--aqua-dark);

    font-size:.72rem;
    font-weight:900;
}

.new-detail-category-path a{
    transition:.2s;
}

.new-detail-category-path a:hover{
    color:var(--navy);
}

.new-detail-category-path > span{
    color:#9bafbd;
}

.product-unavailable-box{
    margin-top:22px;
    padding:20px;

    border:1px solid #f1d5da;
    border-radius:16px;

    background:#fff7f8;
}

.product-unavailable-box strong{
    display:block;

    color:var(--red);

    font-size:.9rem;
}

.product-unavailable-box p{
    margin:5px 0 15px;

    color:var(--muted);

    font-size:.72rem;
}
/* =====================================================
   SUB CATEGORIES
===================================================== */

.subcategory-section{
    margin:-2px 0 20px;
    padding:18px 20px;
    border:1px solid #dcedf6;
    border-radius:18px;
    background:linear-gradient(135deg,#f4fbff,#edf8fd);
}

.subcategory-heading{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    margin-bottom:14px;
}

.subcategory-heading span{
    color:var(--aqua-dark);
    font-size:.62rem;
    font-weight:900;
}

.subcategory-heading h3{
    margin:2px 0 0;
    color:var(--navy);
    font-size:.95rem;
}

.subcategory-back{
    color:var(--aqua-dark);
    font-size:.65rem;
    font-weight:800;
}

.subcategory-slider-wrap{
    display:grid;
    grid-template-columns:38px minmax(0,1fr) 38px;
    align-items:center;
    gap:8px;
    direction:ltr;
}

.subcategory-track{
    min-width:0;
    display:flex;
    align-items:center;
    gap:7px;
    overflow-x:auto;
    overflow-y:hidden;
    padding:2px;
    direction:rtl;
    scroll-behavior:smooth;
    scrollbar-width:none;
    user-select:none;
    cursor:grab;
}

.subcategory-track::-webkit-scrollbar{
    display:none;
}

.subcategory-track.dragging{
    cursor:grabbing;
    scroll-behavior:auto;
}

.subcategory-pill{
    min-height:40px;
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:0 14px;
    border:1px solid #cbe5f2;
    border-radius:100px;
    background:#fff;
    color:#396176;
    white-space:nowrap;
    transition:.2s;
}

.subcategory-pill strong{
    font-size:.67rem;
}

.subcategory-pill small{
    min-width:21px;
    height:21px;
    display:grid;
    place-items:center;
    padding:0 5px;
    border-radius:100px;
    background:#eef6fa;
    color:#7892a1;
    font-size:.52rem;
}

.subcategory-pill:hover{
    border-color:var(--aqua);
    color:var(--aqua-dark);
}

.subcategory-pill.active{
    border-color:var(--aqua);
    background:var(--aqua);
    color:#fff;
}

.subcategory-pill.active small{
    background:rgba(255,255,255,.18);
    color:#fff;
}

.subcategory-arrow{
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    padding:0;
    border:1px solid #cfe4ef;
    border-radius:50%;
    background:#fff;
    color:var(--navy);
    cursor:pointer;
    font-size:1.3rem;
    transition:.2s;
}

.subcategory-arrow:hover{
    background:var(--navy);
    border-color:var(--navy);
    color:#fff;
}


/* =====================================================
   DRAWER CATEGORY TREE
===================================================== */

.drawer-category-tree{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.drawer-category-group{
    border:1px solid var(--line);
    border-radius:13px;
    overflow:hidden;
}

.drawer-main-category{
    position:relative;
    display:block;
}

.drawer-main-category input{
    position:absolute;
    opacity:0;
    pointer-events:none;
}

.drawer-main-category > span{
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    padding:9px 12px;
    background:#fff;
    cursor:pointer;
    transition:.2s;
}

.drawer-main-category strong{
    font-size:.7rem;
}

.drawer-main-category small{
    min-width:23px;
    height:23px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#eef4f7;
    color:var(--muted);
    font-size:.53rem;
}

.drawer-main-category input:checked + span{
    background:var(--navy);
    color:#fff;
}

.drawer-main-category input:checked + span small{
    background:rgba(255,255,255,.15);
    color:#fff;
}

.drawer-subcategories{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    padding:9px;
    border-top:1px solid var(--line);
    background:#f8fbfd;
}

.drawer-subcategory{
    position:relative;
}

.drawer-subcategory input{
    position:absolute;
    opacity:0;
    pointer-events:none;
}

.drawer-subcategory > span{
    min-height:32px;
    display:inline-flex;
    align-items:center;
    gap:5px;
    padding:0 10px;
    border:1px solid #dce9f0;
    border-radius:100px;
    background:#fff;
    color:#5c7484;
    cursor:pointer;
    font-size:.6rem;
    font-weight:700;
}

.drawer-subcategory small{
    color:#90a2ad;
    font-size:.5rem;
}

.drawer-subcategory input:checked + span{
    border-color:var(--aqua);
    background:var(--aqua-soft);
    color:var(--aqua-dark);
}


@media(max-width:760px){

    .subcategory-section{
        margin-inline:-3px;
        padding:14px 12px;
    }

    .subcategory-heading{
        margin-bottom:11px;
    }

    .subcategory-heading h3{
        font-size:.82rem;
    }

    .subcategory-slider-wrap{
        display:block;
    }

    .subcategory-arrow{
        display:none;
    }

    .subcategory-track{
        width:calc(100vw - 24px);
        -webkit-overflow-scrolling:touch;
    }

    .subcategory-pill{
        min-height:38px;
        padding:0 12px;
    }

    .subcategory-pill strong{
        font-size:.63rem;
    }

}
