:root{--brand-blue:#00a0e3;--brand-blue-dark:#0087c4;--brand-navy:#0b2540;--ink:#1c2b3a;--muted:#6b7a8d;--border:#e6eaef;--bg:#f7f9fb;--sale-red:#e34747;--white:#fff;--radius:6px;--shadow:0 2px 10px #0b25400f}*{box-sizing:border-box}html,body,#root{height:100%}body{color:var(--ink);background:var(--bg);margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%;display:block}.container{max-width:1240px;margin:0 auto;padding:0 20px}.top-bar{background:var(--brand-navy);color:#cfe4f2;font-size:13px}.top-bar-inner{justify-content:flex-end;gap:24px;padding:6px 20px;display:flex}.top-bar a{color:#cfe4f2}.site-header{background:var(--white);border-bottom:1px solid var(--border);padding:16px 0}.header-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.logo{flex-direction:column;line-height:1.1;display:flex}.logo-img{width:auto;height:48px;display:block}.logo-mark{color:var(--brand-navy);letter-spacing:.5px;font-size:22px;font-weight:800}.logo-mark span{color:var(--brand-blue)}.logo-sub{color:var(--muted);letter-spacing:.5px;font-size:11px}.contact-block{color:var(--ink);align-items:center;gap:10px;font-size:14px;display:flex}.contact-block strong{display:block}.contact-icon{background:var(--brand-blue);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.search-bar{flex:1;min-width:240px;max-width:480px;display:flex}.search-bar input{border:1px solid var(--border);border-right:none;border-radius:4px 0 0 4px;flex:1;padding:10px 14px;font-size:14px}.search-bar button{background:var(--brand-blue);color:#fff;border:none;border-radius:0 4px 4px 0;padding:10px 20px;font-weight:600}.header-icons{gap:10px;display:flex}.icon-btn{border-radius:var(--radius);background:#f1f4f7;border:none;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:relative}.icon-btn.active,.icon-btn:hover{background:var(--brand-blue);color:#fff}.badge{background:var(--sale-red);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.shop-layout{grid-template-columns:260px 1fr;gap:28px;padding:28px 0 60px;display:grid}@media (width<=860px){.shop-layout{grid-template-columns:1fr}}.sidebar-box{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:20px;overflow:hidden}.sidebar-box-header{background:var(--brand-blue);color:#fff;padding:12px 16px;font-size:15px;font-weight:700}.sidebar-box-body{padding:14px 16px}.category-list a{border-bottom:1px solid var(--border);color:var(--ink);justify-content:space-between;padding:10px 0;font-size:14px;display:flex}.category-list a:last-child{border-bottom:none}.category-list a.active,.category-list a:hover{color:var(--brand-blue);font-weight:600}.category-count{color:var(--muted);font-size:12px}.price-filter input[type=range]{width:100%;accent-color:var(--brand-blue)}.price-filter-values{color:var(--muted);justify-content:space-between;margin:8px 0 14px;font-size:13px;display:flex}.price-filter button{background:var(--brand-blue);color:#fff;border:none;border-radius:4px;width:100%;padding:10px;font-weight:600}.hero-slider{border-radius:var(--radius);background:url(hero-bg.jpg) center/cover no-repeat,#0b2540;color:#fff;align-items:center;min-height:340px;margin-bottom:24px;display:flex;position:relative;overflow:hidden}.hero-slide{justify-content:space-between;align-items:center;gap:24px;width:100%;padding:40px 48px;display:none}.hero-slide.active{display:flex}.hero-text .eyebrow{color:var(--brand-blue);letter-spacing:2px;font-size:13px;font-weight:700}.hero-text h2{margin:8px 0;font-size:40px;line-height:1.15}.hero-text .price-line{color:#cfe4f2;font-size:15px}.hero-image{max-width:320px}.hero-dots{gap:8px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.hero-dots button{background:#fff6;border:none;border-radius:50%;width:9px;height:9px;padding:0}.hero-dots button.active{background:var(--brand-blue)}.hero-arrow{color:#fff;background:#ffffff26;border:none;border-radius:50%;width:36px;height:36px;font-size:18px;position:absolute;top:50%;transform:translateY(-50%)}.hero-arrow.prev{left:12px}.hero-arrow.next{right:12px}@media (width<=640px){.hero-slide{text-align:center;flex-direction:column-reverse;padding:28px}.hero-text h2{font-size:28px}}.section-title{color:var(--brand-navy);margin:0 0 16px;font-size:20px;font-weight:700}.product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:18px;display:grid}.product-card{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;flex-direction:column;transition:transform .15s;display:flex;position:relative;overflow:hidden}.product-card:hover{transform:translateY(-3px)}.product-thumb{aspect-ratio:1;background:#f1f4f7;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.product-thumb img{object-fit:cover;width:100%;height:100%}.no-image{color:var(--muted);font-size:13px}.sale-badge{background:var(--sale-red);color:#fff;border-radius:3px;padding:4px 8px;font-size:11px;font-weight:700;position:absolute;top:10px;left:10px}.wishlist-heart{width:32px;height:32px;box-shadow:var(--shadow);background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:16px;display:flex;position:absolute;top:8px;right:8px}.wishlist-heart.active{color:var(--sale-red)}.product-info{flex-direction:column;flex:1;padding:12px 14px 16px;display:flex}.product-name{color:var(--ink);min-height:36px;margin:0 0 8px;font-size:14px;font-weight:600}.price-row{margin-top:auto}.regular-price{color:var(--muted);margin-right:6px;font-size:13px;text-decoration:line-through}.sale-price,.only-price{color:var(--brand-blue-dark);font-size:15px;font-weight:700}.excl-vat{color:var(--muted);margin-left:4px;font-size:11px}.add-to-cart-btn{width:100%;margin-top:10px;padding:9px;font-size:13px}.add-to-cart-btn:disabled{cursor:not-allowed;background:#c7cfd7}.site-footer{background:var(--brand-navy);color:#b9cbdc;text-align:center;margin-top:40px;padding:32px 0;font-size:13px}.toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.toolbar select{border:1px solid var(--border);border-radius:4px;padding:8px 12px}.empty-state{border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;color:var(--muted);background:#fff;padding:40px}.admin-shell{grid-template-columns:220px 1fr;min-height:100vh;display:grid}.admin-nav{background:var(--brand-navy);color:#fff;padding:24px 0}.admin-nav .logo-mark{color:#fff;padding:0 20px 20px}.admin-nav a{color:#cfe4f2;padding:12px 20px;font-size:14px;display:block}.admin-nav a:hover,.admin-nav a.active{color:#fff;background:#ffffff14}.admin-content{background:var(--bg);padding:32px}.admin-topbar{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.btn{border:none;border-radius:4px;padding:10px 18px;font-size:14px;font-weight:600}.btn-primary{background:var(--brand-blue);color:#fff}.btn-danger{background:var(--sale-red);color:#fff}.btn-secondary{color:var(--ink);background:#e6eaef}.admin-table{border-collapse:collapse;border-radius:var(--radius);width:100%;box-shadow:var(--shadow);background:#fff;overflow:hidden}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid var(--border);padding:12px 16px;font-size:14px}.admin-table th{background:#f1f4f7;font-weight:700}.form-card{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;max-width:560px;padding:28px}.form-row{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.form-row label{color:var(--muted);font-size:13px;font-weight:600}.form-row input,.form-row select,.form-row textarea{border:1px solid var(--border);border-radius:4px;padding:10px 12px;font-family:inherit;font-size:14px}.login-shell{background:var(--brand-navy);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{border-radius:var(--radius);background:#fff;width:340px;padding:36px}.error-text{color:var(--sale-red);margin-top:-6px;font-size:13px}

.footer-grid{display:flex;flex-wrap:wrap;gap:32px;text-align:left;padding:36px 0 20px}
.footer-col{flex:1 1 220px;min-width:200px}
.footer-col h4{color:#fff;font-size:14px;letter-spacing:.4px;text-transform:uppercase;margin:0 0 10px}
.footer-col p{margin:0 0 8px;line-height:1.5;color:#b9cbdc}
.footer-col a{color:#7fd1ff;font-weight:600}
.footer-col a:hover{text-decoration:underline}
.footer-bottom{border-top:1px solid #ffffff22;padding:16px 20px 0;text-align:center;font-size:12px;color:#9fb4c8}
.site-footer{text-align:left;padding:0 0 24px}
@media (width<=640px){.footer-grid{flex-direction:column;gap:24px}}

.saved-cost{background:#e7f7ec;color:#1f8a4c;font-size:11px;font-weight:700;border-radius:4px;padding:2px 6px;display:inline-block;margin-left:6px}

.sidebar-box-header.category-toggle{cursor:pointer;display:flex;align-items:center;justify-content:space-between}
.category-caret{font-size:11px;display:none}
@media (width<=860px){
  .category-caret{display:inline-block}
  .category-list{display:none}
  .category-list.open{display:block}
}

.float-btn{position:fixed;right:20px;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #0b254033;z-index:999;color:#fff}
.float-whatsapp{bottom:96px;background:#25D366}
.float-whatsapp:hover{background:#1ebe5b}
.float-cart{bottom:24px;background:var(--brand-blue);font-size:22px;position:fixed}
.float-cart:hover{background:var(--brand-blue-dark)}
.float-cart-badge{top:-6px;right:-6px}
@media (width<=640px){
  .float-btn{width:50px;height:50px;right:14px}
  .float-whatsapp{bottom:86px}
  .float-cart{bottom:18px}
}

/* ---- Custom enhancements: hero blend, price styling, compact sidebar, mobile filter toggle, VAT note ---- */

/* Hero image blends into the dark gradient background instead of sitting in a hard box */
.hero-image{position:relative;max-width:360px}
.hero-image::before{content:"";position:absolute;inset:-40px;background:radial-gradient(circle,rgba(0,160,227,.4),rgba(0,160,227,0) 70%);filter:blur(18px);z-index:0}
.hero-image img{position:relative;z-index:1;filter:drop-shadow(0 18px 34px rgba(0,0,0,.5));border-radius:10px;transition:transform .3s}
.hero-slide:hover .hero-image img{transform:scale(1.03)}
.hero-slider{background:linear-gradient(135deg,rgba(11,37,64,.82) 0%,rgba(13,51,88,.72) 45%,rgba(0,160,227,.5) 100%),url(hero-bg.jpg) center/cover no-repeat}

/* Prices: clearer hierarchy + VAT tag styling */
.price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 6px}
.sale-price,.only-price{font-size:18px;color:var(--brand-blue-dark);font-weight:800}
.regular-price{font-size:12.5px}
.excl-vat{background:#eef2f6;color:var(--muted);border-radius:3px;padding:2px 6px;font-weight:600;font-size:10.5px;letter-spacing:.2px;text-transform:uppercase}
.hero-text .price-line{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-top:4px}
.hero-text .price-line strong{font-size:24px;color:#fff}
.vat-note{color:var(--muted);font-size:12px;font-style:italic;text-align:right;margin:0}

/* Compact category / filter cards */
.sidebar-box-header{padding:10px 14px;font-size:14px}
.sidebar-box-body{padding:12px 14px}
.category-list a{padding:8px 0;font-size:13px}
.price-filter label{font-size:11.5px}
.price-filter button{padding:8px;font-size:13px}
.shop-layout{grid-template-columns:236px 1fr}

/* Mobile "Filters" menu button — sidebar hides until tapped */
.filter-toggle-btn{display:none;width:100%;align-items:center;justify-content:space-between;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:12px 16px;margin-bottom:14px;font-size:14px;font-weight:700;color:var(--brand-navy)}
.filter-toggle-caret{color:var(--brand-blue);font-size:11px}
@media (width<=860px){
  .filter-toggle-btn{display:flex}
  /* once the panel is open, don't require a second tap to see categories */
  .sidebar-filters-body .category-list{display:block!important}
  .sidebar-filters-body .category-caret{display:none}
}

/* ---- Round 2: collapsible sidebar reflow, shouting hero prices, product detail page ---- */

/* Collapsible filter sidebar: collapsing it shrinks the grid track so products expand into the space */
.shop-layout{grid-template-columns:auto 1fr;align-items:start}
.sidebar-filters{width:236px;flex-shrink:0;transition:width .25s ease}
.filter-toggle-btn{display:flex;align-items:center;gap:8px;width:100%;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:12px 16px;margin-bottom:14px;font-size:14px;font-weight:700;color:var(--brand-navy)}
.filter-toggle-icon{font-size:16px;line-height:1}
.filter-toggle-label{flex:1;text-align:left}
.filter-toggle-caret{color:var(--brand-blue);font-size:11px}
.sidebar-filters.collapsed{width:52px}
.sidebar-filters.collapsed .filter-toggle-btn{justify-content:center;padding:12px 0}
.sidebar-filters.collapsed .filter-toggle-label,.sidebar-filters.collapsed .filter-toggle-caret{display:none}
.sidebar-filters.collapsed .sidebar-filters-body{display:none}
@media (width<=860px){
  .shop-layout{grid-template-columns:1fr}
  .sidebar-filters{width:100%}
  .sidebar-filters.collapsed{width:100%}
  .sidebar-filters-body .category-list{display:block!important}
  .sidebar-filters-body .category-caret{display:none}
}

/* Hero prices in "shouting" colors: red = was price, orange = current price, green = savings */
.hero-was-price{color:#ff8a8a!important;text-decoration:line-through}
.hero-current-price{color:#ff9800!important;font-size:26px}
.hero-text .saved-cost{background:#1f8a4c;color:#fff;font-size:12px;padding:4px 10px}

/* Product detail page */
.product-breadcrumb{color:var(--muted);font-size:13px;margin:0 0 16px}
.product-breadcrumb a{color:var(--brand-blue-dark);font-weight:600}
.product-detail-grid{display:grid;grid-template-columns:420px 1fr;gap:36px}
@media (width<=760px){.product-detail-grid{grid-template-columns:1fr}}
.product-detail-image{background:linear-gradient(135deg,#eef4f9,#f7f9fb);border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:1;display:flex;align-items:center;justify-content:center;overflow:hidden}
.product-detail-image img{width:100%;height:100%;object-fit:contain;padding:20px}
.product-detail-badge{position:static;display:inline-block}
.product-detail-meta{color:var(--muted);font-size:13px;margin:10px 0 0}
.product-detail-title{font-size:24px;color:var(--brand-navy);margin:6px 0 0;line-height:1.3}
.how-to-get-box{background:#eef6fb;border-left:3px solid var(--brand-blue);border-radius:4px;padding:16px 18px;margin-bottom:22px}
.how-to-get-box h3{margin:0 0 6px;font-size:14px;color:var(--brand-navy)}
.how-to-get-box p{margin:0;font-size:13.5px;color:var(--muted);line-height:1.5}
.product-overview h3{margin:0 0 8px;font-size:16px;color:var(--brand-navy)}
.product-overview p{color:var(--muted);line-height:1.6;font-size:14px}
.product-thumb-link{display:block;width:100%;height:100%}
a.product-name{cursor:pointer}
a.product-name:hover{color:var(--brand-blue-dark)}
.btn-buynow{background:var(--brand-navy);color:#fff}
.btn-buynow:hover{background:#0d3358}
.btn-buynow:disabled{cursor:not-allowed;background:#c7cfd7}
.product-card-actions{display:flex;gap:6px;margin-top:10px}
.product-card-actions .btn{flex:1;padding:9px 6px;font-size:12.5px;width:auto;margin-top:0}
.form-card textarea{width:100%;resize:vertical;font-family:monospace;font-size:12px}
.form-card input[type=file]{padding:8px 0}
