/* ===== AS4SPORT — Design System v4 ===== */
:root {
  --ink:        #F4F6FA;
  --char:       #FFFFFF;
  --gold:       #2554FF;
  --goldbright: #1740D6;
  --cream:      #0F172A;
  --stone:      #64748B;
  --line:       #E2E8F0;
  --blue-soft:  #EEF2FF;
  --radius:     12px;
  --radius-sm:  8px;
  --shadow-sm:  0 1px 4px rgba(15,23,42,.07);
  --shadow-md:  0 8px 24px rgba(15,23,42,.10);
  --shadow-lg:  0 20px 48px rgba(15,23,42,.13);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
body{background:var(--ink);color:var(--cream);font-family:'Inter',system-ui,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;}
h1,h2,h3,h4,h5{font-family:'Poppins','Inter',sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.22;}
a{color:inherit;text-decoration:none;}
img{max-width:100%;display:block;}
::selection{background:var(--gold);color:#fff;}
*:focus-visible{outline:2px solid var(--gold);outline-offset:3px;}

.container{max-width:1180px;margin:0 auto;padding:0 20px;}
.eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);font-weight:700;}

/* ===== Buttons — drejtkëndësh ===== */
.btn-gold,.btn-outline{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:13px 26px;font-size:13.5px;font-weight:600;cursor:pointer;
  font-family:'Inter',sans-serif;border-radius:var(--radius);border:2px solid transparent;
  transition:all .16s ease;white-space:nowrap;
}
.btn-gold{background:var(--gold);color:#fff;border-color:var(--gold);box-shadow:0 4px 14px rgba(37,84,255,.22);}
.btn-gold:hover{background:var(--goldbright);border-color:var(--goldbright);transform:translateY(-1px);box-shadow:0 6px 20px rgba(37,84,255,.30);}
.btn-outline{background:#fff;color:var(--gold);border-color:var(--line);}
.btn-outline:hover{border-color:var(--gold);background:var(--blue-soft);transform:translateY(-1px);}
.btn-gold:disabled,.btn-outline:disabled{opacity:.4;cursor:not-allowed;transform:none!important;box-shadow:none!important;}

.card{background:var(--char);border:1px solid var(--line);box-shadow:var(--shadow-sm);}

/* Badges */
.badge{display:inline-flex;align-items:center;padding:3px 9px;font-size:11px;font-weight:700;border-radius:var(--radius-sm);}
.badge-success{background:#DCFCE7;color:#15803D;}
.badge-pending{background:#F1F5F9;color:var(--stone);}
.badge-gold{background:var(--blue-soft);color:var(--goldbright);}
.badge-danger{background:#FEE2E2;color:#DC2626;}

/* ===== Top bar ===== */
.topbar{background:var(--cream);padding:7px 0;border-bottom:1px solid rgba(255,255,255,.06);}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;}
.topbar-left{display:flex;align-items:center;gap:18px;font-size:11.5px;color:rgba(255,255,255,.6);font-weight:500;flex-wrap:wrap;}
.topbar-left span{display:flex;align-items:center;gap:5px;}
.topbar-right{display:flex;align-items:center;gap:10px;flex-shrink:0;}
.topbar-social{color:rgba(255,255,255,.5);display:flex;align-items:center;transition:color .14s;}
.topbar-social:hover{color:#fff;}
.topbar-admin{width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);transition:all .14s;}
.topbar-admin:hover{background:var(--gold);color:#fff;}

/* ===== Header ===== */
.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);}
.site-header-inner{display:flex;align-items:center;gap:20px;height:66px;}
.logo{flex-shrink:0;display:flex;align-items:center;}
.logo-text{font-family:'Poppins',sans-serif;font-size:22px;font-weight:800;color:var(--cream);letter-spacing:-.03em;}

/* ===== Search ===== */
.search-wrap{flex:1;max-width:560px;position:relative;}
.search-wrap input{width:100%;padding:11px 16px 11px 42px;font-size:13.5px;background:var(--ink);border:1.5px solid var(--line);border-radius:100px;color:var(--cream);font-family:inherit;transition:border-color .15s,box-shadow .15s;}
.search-wrap input:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(37,84,255,.09);outline:none;}
.search-wrap input::placeholder{color:#A3ADC2;}
.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--stone);pointer-events:none;}
.search-suggestions{position:absolute;top:calc(100% + 2px);left:0;right:0;background:#fff;border:1.5px solid var(--line);border-top:none;z-index:100;max-height:300px;overflow-y:auto;display:none;box-shadow:0 8px 24px rgba(15,23,42,.10);}
.search-suggestions.open{display:block;}
.search-suggestion-item{display:flex;align-items:center;gap:12px;padding:10px 14px;font-size:13px;cursor:pointer;border-bottom:1px solid var(--line);color:var(--cream);text-decoration:none;transition:background .1s;}
.search-suggestion-item:last-child{border-bottom:none;}
.search-suggestion-item:hover{background:var(--blue-soft);}
.search-suggestion-item img{width:38px;height:38px;object-fit:cover;flex-shrink:0;border:1px solid var(--line);}
.sug-name{font-weight:600;font-size:13px;color:var(--cream);}
.sug-price{font-size:12px;color:var(--gold);font-weight:700;margin-top:1px;}

/* ===== Header actions ===== */
.header-actions{display:flex;align-items:center;gap:6px;flex-shrink:0;}
.header-action-btn{display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 12px;color:var(--stone);font-size:10.5px;font-weight:600;letter-spacing:.02em;position:relative;transition:color .14s;}
.header-action-btn:hover{color:var(--gold);}
.header-action-btn span{display:block;}
.header-cart{position:relative;}

/* ===== Sub-nav ===== */
.subnav{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:66px;z-index:39;}
.subnav-inner{display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;}
.subnav-inner::-webkit-scrollbar{display:none;}
.subnav-link{padding:11px 16px;font-size:12.5px;font-weight:600;color:var(--stone);white-space:nowrap;border-bottom:2px solid transparent;transition:color .14s,border-color .14s;flex-shrink:0;}
.subnav-link:hover{color:var(--gold);}
.subnav-link.active{color:var(--gold);border-bottom-color:var(--gold);}

/* ===== Hero ===== */
.hero{
  padding:64px 20px 48px;
  background:linear-gradient(160deg,#EEF2FF 0%,#F4F6FA 55%,#fff 100%);
  text-align:center;position:relative;overflow:hidden;
}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 50% -10%,rgba(37,84,255,.08) 0%,transparent 70%);pointer-events:none;}
.hero-badge{display:inline-flex;align-items:center;gap:7px;background:var(--blue-soft);color:var(--gold);border:1px solid rgba(37,84,255,.15);padding:5px 14px;font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px;}
.hero h1{font-size:38px;max-width:620px;margin:0 auto 14px;color:var(--cream);}
.hero h1 span{color:var(--gold);}
.hero p{color:var(--stone);max-width:480px;margin:0 auto 26px;font-size:15px;}
.hero-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;}
.trust-strip{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:0;margin:36px auto 0;max-width:560px;padding:18px 0;border-top:1px solid var(--line);}
.trust-item{display:flex;align-items:center;gap:6px;padding:0 20px;font-size:11.5px;font-weight:600;color:var(--stone);border-right:1px solid var(--line);}
.trust-item:last-child{border-right:none;}

/* ===== Sections ===== */
.section{padding:64px 0;}
.section-header{margin-bottom:28px;}
.section-header h2{font-size:24px;margin-top:5px;}
.section-white{background:#fff;}

/* ===== Category grid ===== */
.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;}
.cat-tile{display:flex;align-items:center;justify-content:center;padding:20px 14px;text-align:center;font-weight:700;font-size:13.5px;color:var(--cream);border:1.5px solid var(--line);background:#fff;transition:all .16s ease;}
.cat-tile:hover{border-color:var(--gold);color:var(--gold);background:var(--blue-soft);transform:translateY(-2px);box-shadow:var(--shadow-md);}

/* ===== Product Grid ===== */
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}

/* ===== Product Card — dizajni i ri premium ===== */
.product-card{
  position:relative;overflow:hidden;
  background:#fff;border:1.5px solid var(--line);border-radius:var(--radius);
  display:flex;flex-direction:column;
  transition:all .22s ease;
}
.product-card:hover{border-color:var(--gold);transform:translateY(-5px);box-shadow:var(--shadow-lg);z-index:2;}
.product-card .badge-top{position:absolute;top:12px;left:12px;z-index:3;background:#F59E0B;color:#fff;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:4px 11px;border-radius:100px;}
.product-card .badge-sale{position:absolute;top:12px;right:52px;z-index:3;background:#EF4444;color:#fff;font-size:10px;font-weight:800;padding:4px 11px;border-radius:100px;}

/* Wishlist button */
.product-card .wishlist-btn{
  position:absolute;top:10px;right:10px;z-index:4;
  width:34px;height:34px;border-radius:50%;
  background:rgba(255,255,255,.94);border:none;
  display:flex;align-items:center;justify-content:center;
  color:var(--stone);font-size:14px;cursor:pointer;
  transition:all .2s ease;opacity:0;transform:translateY(-6px);
  box-shadow:var(--shadow-sm);
}
.product-card:hover .wishlist-btn{opacity:1;transform:translateY(0);}
.product-card .wishlist-btn:hover,.product-card .wishlist-btn.active{background:#EF4444;color:#fff;}

.product-card .thumb{aspect-ratio:1;overflow:hidden;background:#F0F4FF;position:relative;}
.product-card .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
.product-card:hover .thumb img{transform:scale(1.07);}
.product-card .thumb .img-fallback{
  position:absolute;inset:0;display:flex;flex-direction:column;
  align-items:center;justify-content:center;gap:8px;
  background:linear-gradient(135deg,#EEF2FF,#E0E7FF);
  color:var(--gold);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
}
.product-card .thumb .img-fallback svg{opacity:.5;}

.product-card .body{padding:16px;flex:1;display:flex;flex-direction:column;}
.product-card .brand-tag{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:4px;}
.product-card h3{font-size:14.5px;font-weight:700;color:var(--cream);margin-bottom:5px;line-height:1.35;}
.product-card .rating-row{font-size:12px;margin-bottom:6px;}
.product-card .rating-row .stars{color:#F59E0B;letter-spacing:1px;}
.product-card .rating-row .count{color:var(--stone);margin-left:4px;font-size:11px;}
.product-card .benefit{font-size:12px;color:var(--stone);line-height:1.5;flex:1;margin-bottom:10px;}
.product-card .price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:12px;margin-top:auto;}
.product-card .price-range{font-size:16px;font-weight:800;color:var(--gold);}
.product-card .price-old{color:#94A3B8;text-decoration:line-through;font-size:12px;font-weight:400;}
.product-card .card-btn{
  display:flex;align-items:center;justify-content:center;gap:7px;
  width:100%;padding:11px;background:var(--gold);color:#fff;
  font-size:12.5px;font-weight:700;border:none;border-radius:var(--radius-sm);
  cursor:pointer;font-family:inherit;letter-spacing:.02em;
  transition:all .18s ease;
}
.product-card .card-btn:hover{background:var(--goldbright);}

.price{color:var(--gold);font-weight:700;}
.price-old{color:#94A3B8;text-decoration:line-through;font-size:12.5px;font-weight:400;}

/* ===== Filters ===== */
.filter-bar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px;}
.filter-bar a{padding:8px 16px;font-size:12.5px;font-weight:600;border:1.5px solid var(--line);color:var(--stone);border-radius:100px;background:#fff;transition:all .14s ease;}
.filter-bar a.active{background:var(--gold);color:#fff;border-color:var(--gold);}
.filter-bar a:hover:not(.active){border-color:var(--gold);color:var(--gold);background:var(--blue-soft);}

/* ===== Product detail me tab-e ===== */
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:52px;padding:48px 0;}
.product-detail .thumb{aspect-ratio:1;overflow:hidden;background:var(--blue-soft);border:1px solid var(--line);}
.product-detail .thumb img{width:100%;height:100%;object-fit:cover;}

/* Tab-et e produktit */
.product-tabs{margin-top:48px;border-top:2px solid var(--line);}
.product-tabs .tab-header{display:flex;gap:0;border-bottom:1px solid var(--line);margin-bottom:0;}
.product-tabs .tab-btn{
  padding:14px 22px;font-size:13.5px;font-weight:600;
  color:var(--stone);background:none;border:none;cursor:pointer;
  font-family:inherit;border-bottom:2px solid transparent;
  margin-bottom:-1px;transition:color .14s,border-color .14s;
}
.product-tabs .tab-btn.active{color:var(--gold);border-bottom-color:var(--gold);}
.product-tabs .tab-btn:hover:not(.active){color:var(--cream);}
.product-tabs .tab-panel{padding:24px 0;display:none;color:var(--stone);font-size:14.5px;line-height:1.8;}
.product-tabs .tab-panel.active{display:block;}

.option-group{margin-bottom:18px;}
.option-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--stone);margin-bottom:8px;font-weight:700;display:block;}
.option-btns{display:flex;flex-wrap:wrap;gap:7px;}
.option-btns button{padding:9px 16px;font-size:13px;border:1.5px solid var(--line);background:#fff;color:var(--cream);cursor:pointer;font-family:inherit;font-weight:600;border-radius:var(--radius-sm);transition:all .14s ease;}
.option-btns button:hover{border-color:var(--gold);}
.option-btns button.selected{border-color:var(--gold);color:var(--gold);background:var(--blue-soft);}

/* ===== Forms ===== */
input,select,textarea{background:#fff;border:1.5px solid var(--line);color:var(--cream);padding:11px 13px;font-family:inherit;font-size:13.5px;width:100%;border-radius:var(--radius-sm);transition:border-color .14s,box-shadow .14s;}
input:focus,select:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(37,84,255,.09);outline:none;}
input::placeholder,textarea::placeholder{color:#A3ADC2;}
label{font-size:13px;color:var(--stone);display:block;margin-bottom:5px;font-weight:600;}
table{width:100%;border-collapse:collapse;font-size:14px;}
th,td{padding:13px 14px;text-align:left;border-bottom:1px solid var(--line);}
th{color:var(--stone);font-weight:700;font-size:11.5px;text-transform:uppercase;letter-spacing:.04em;}
tbody tr:hover{background:var(--blue-soft);}

/* ===== Footer ===== */
.site-footer{border-top:1px solid var(--line);margin-top:80px;background:#fff;}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding:48px 0;font-size:13.5px;color:var(--stone);}
.footer-grid h3{font-size:16px;color:var(--cream);margin-bottom:14px;font-weight:700;}
.footer-grid p{margin-bottom:7px;}
.footer-grid a:hover{color:var(--gold);}
.footer-bottom{text-align:center;font-size:12px;color:var(--stone);padding:18px 0;border-top:1px solid var(--line);}

/* ===== Grid helpers ===== */
.grid-2{display:grid;grid-template-columns:1fr 1fr;}
.grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;}
.grid-3-force{grid-template-columns:repeat(3,1fr)!important;}
.pos-layout{display:grid;grid-template-columns:1.3fr 1fr;}

/* ===== Admin ===== */
.admin-body{background:var(--ink);}
.admin-layout{display:flex;min-height:100vh;}
.admin-sidebar{background:#fff;width:250px;padding:22px 14px;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid var(--line);}
.admin-brand{font-family:'Poppins',sans-serif;font-size:18px;font-weight:800;color:var(--cream);padding:0 10px;margin-bottom:4px;letter-spacing:-.02em;}
.admin-role-tag{font-size:11px;color:var(--gold);padding:0 10px;margin-bottom:22px;font-weight:700;}
.admin-sidebar nav{display:flex;flex-direction:column;gap:2px;flex:1;}
.admin-sidebar nav a{display:flex;align-items:center;gap:10px;padding:9px 12px;font-size:13.5px;color:var(--stone);border-radius:var(--radius-sm);font-weight:600;transition:all .12s ease;}
.admin-sidebar nav a i{font-size:16px;width:18px;text-align:center;}
.admin-sidebar nav a:hover{background:var(--blue-soft);color:var(--gold);}
.admin-sidebar nav a.active{background:var(--gold);color:#fff;box-shadow:0 4px 12px rgba(37,84,255,.22);}
.admin-sidebar .nav-divider{height:1px;background:var(--line);margin:12px 4px;}
.admin-sidebar .nav-bottom{margin-top:auto;padding-top:14px;border-top:1px solid var(--line);}
.admin-sidebar .nav-bottom a{color:var(--stone);}
.admin-main{flex:1;padding:34px 38px;max-width:calc(100vw - 250px);}
.admin-main h1{font-size:22px;margin-bottom:22px;color:var(--cream);}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px;}
.stat-card{padding:18px 20px;border-top:3px solid var(--gold);}
.stat-card .label{color:var(--stone);font-size:12px;margin-bottom:8px;font-weight:600;}
.stat-card .value{font-size:24px;color:var(--cream);font-family:'Poppins',sans-serif;font-weight:700;}
.role-tag{color:var(--gold);font-size:12px;}
.variant-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;align-items:start;padding:16px;margin-bottom:12px;}
.variant-row .variant-fields{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;grid-column:1/-1;}
.variant-row .variant-image-area{grid-column:1/-1;display:flex;align-items:center;gap:12px;}
.checkbox-row{display:flex;gap:22px;font-size:13.5px;margin:14px 0;}
.checkbox-row label{display:flex;align-items:center;gap:8px;color:var(--cream);margin-bottom:0;}
.checkbox-row input{width:auto;box-shadow:none;}
.error-text{color:#DC2626;font-size:13px;font-weight:500;}
.success-text{color:#15803D;font-size:13px;font-weight:500;}

/* ===== Admin mobile ===== */
.admin-topbar-mobile{display:none;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line);padding:13px 16px;position:sticky;top:0;z-index:60;}
.admin-topbar-mobile .admin-brand{margin:0;padding:0;}
.admin-topbar-mobile button{background:none;border:none;color:var(--gold);font-size:22px;cursor:pointer;}

/* ===== Mobile Bottom Nav ===== */
.mobile-bottom-nav{display:none;}

/* ===== Responsive ===== */
@media(max-width:1024px){
  .product-grid{grid-template-columns:repeat(3,1fr);}
  .cat-grid{grid-template-columns:repeat(4,1fr);}
}
@media(max-width:960px){
  .admin-sidebar{display:none;}
  .admin-sidebar.mobile-open{display:flex;position:fixed;inset:0;z-index:100;width:100%;overflow-y:auto;}
  .admin-main{max-width:100%;padding:18px 14px 90px;}
  .admin-topbar-mobile{display:flex;}
  .stat-grid{grid-template-columns:repeat(2,1fr);}
  .grid-2,.grid-3,.grid-3-force,.pos-layout,.variant-row{grid-template-columns:1fr!important;}
}
@media(max-width:768px){
  .hero{padding:48px 16px 36px;}
  .hero h1{font-size:28px;}
  .hero p{font-size:14px;}
  .product-grid{grid-template-columns:repeat(2,1fr);}
  .cat-grid{grid-template-columns:repeat(2,1fr);}
  .product-detail{grid-template-columns:1fr;gap:24px;padding:28px 0;}
  .footer-grid{grid-template-columns:1fr 1fr;gap:24px;}
  .grid-2,.grid-3,.grid-3-force,.pos-layout{grid-template-columns:1fr!important;}
  .section{padding:48px 0;}
  .section-header h2{font-size:20px;}
  .trust-strip{display:none;}
  .search-wrap{max-width:none;flex:1;}
  /* Hero grid — stack mobile */
  .hero-grid{grid-template-columns:1fr!important;}
  .hero-grid>a{min-height:260px!important;}
  .hero-grid>div{grid-template-rows:1fr 1fr;}
  section>[class*="container"]>div[style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important;}
}
@media(max-width:860px){
  .main-nav,.header-actions{display:none;}
  .topbar{display:none;}
  .subnav{top:66px;}
  body{padding-bottom:60px;}
  .site-header-inner{gap:12px;}
  .search-wrap{max-width:none;}
  .topbar-hide-sm{display:none!important;}
  .mobile-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:70;background:#fff;border-top:1px solid var(--line);box-shadow:0 -4px 16px rgba(15,23,42,.06);}
  .mobile-bottom-nav a{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 0 6px;color:var(--stone);font-size:10px;font-weight:600;}
  .mobile-bottom-nav a.active{color:var(--gold);}
  .mobile-bottom-nav a svg{stroke:currentColor;}
  .mobile-bottom-nav .cart-badge{position:absolute;top:-2px;right:4px;font-size:9px;width:15px;height:15px;}
}
@media(min-width:861px){
  a[aria-label="WhatsApp"]{bottom:24px!important;}
}
@media(max-width:480px){
  .hero h1{font-size:22px;}
  .product-grid{grid-template-columns:repeat(2,1fr);gap:12px;}
  .product-card .benefit{display:none;}
  .product-card .card-btn{font-size:11.5px;padding:9px;}
  .footer-grid{grid-template-columns:1fr;}
  .stat-grid{grid-template-columns:1fr 1fr;}
  th,td{padding:8px 7px;font-size:12px;}
  .filter-bar a{padding:7px 12px;font-size:12px;}
  .product-tabs .tab-btn{padding:11px 14px;font-size:12.5px;}
}

/* ===== EFEKTE MODERNE ===== */

/* Scroll animacion */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }

/* Marquee */
.marquee-wrap { overflow: hidden; background: var(--gold); padding: 11px 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.marquee-track { display: flex; width: max-content; animation: marquee 28s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }
.marquee-item { padding: 0 32px; font-size: 12px; font-weight: 700; color: rgba(255,255,255,.9); letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; display: flex; align-items: center; gap: 12px; }
.marquee-item::after { content: '·'; opacity: .5; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Hover 3D karta */
.product-card { transform-style: preserve-3d; will-change: transform; }
.product-card:hover { border-color: var(--gold); box-shadow: 0 20px 48px rgba(37,84,255,.14); }

/* Hover foto e dytë */
.product-card .thumb { position: relative; overflow: hidden; }
.product-card .thumb img.img-hover { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .4s ease; }
.product-card:hover .thumb img.img-hover { opacity: 1; }
.product-card:hover .thumb img.img-primary { opacity: 0; }
.product-card .thumb img.img-primary { transition: opacity .4s ease; }

/* Countdown timer */
.countdown-wrap { display: flex; align-items: center; gap: 8px; }
.countdown-unit { text-align: center; background: var(--cream); color: #fff; min-width: 44px; padding: 6px 4px; }
.countdown-unit .num { font-size: 20px; font-weight: 800; font-family: 'Poppins', sans-serif; display: block; line-height: 1; }
.countdown-unit .lbl { font-size: 9px; letter-spacing: .08em; text-transform: uppercase; opacity: .6; display: block; margin-top: 2px; }
.countdown-sep { font-size: 18px; font-weight: 800; color: var(--cream); margin-bottom: 12px; }

/* Yllëzimi */
.stars { color: #F59E0B; letter-spacing: 1px; font-size: 14px; }
.review-card { padding: 24px; border-left: 3px solid var(--gold); }
.review-card .reviewer { font-size: 13px; font-weight: 700; color: var(--cream); margin-top: 12px; }
.review-card .review-text { font-size: 14px; color: var(--stone); line-height: 1.7; font-style: italic; }

/* Responsive për seksionet e reja */
@media(max-width:768px){
  .hero-grid{grid-template-columns:1fr!important;}
  .hero-grid>a{min-height:280px!important;padding:28px 24px!important;}
  .hero-grid>div{grid-template-rows:auto!important;grid-template-columns:1fr 1fr;}
  .offer-grid{grid-template-columns:1fr!important;}
  .reviews-grid{grid-template-columns:1fr!important;}
  .review-card{padding:20px;}
  .countdown-wrap{gap:6px;}
  .countdown-unit{min-width:38px;}
  .countdown-unit .num{font-size:16px;}
}
@media(max-width:480px){
  .hero-grid>div{grid-template-columns:1fr!important;}
}

/* ============================================
   INTEGRIMI I DIZAJNIT TË RI — BALLINA v5
============================================ */

/* ===== Hero split ===== */
.hero-v5{background:linear-gradient(150deg,var(--blue-soft) 0%,var(--ink) 55%,#fff 100%);overflow:hidden;border-bottom:1px solid var(--line);}
.hero-v5-inner{display:grid;grid-template-columns:1.05fr 1fr;gap:48px;align-items:center;min-height:72vh;padding:48px 0;}
.hero-v5-badge{display:inline-flex;align-items:center;gap:6px;background:var(--blue-soft);color:var(--gold);border:1px solid rgba(37,84,255,.18);border-radius:100px;padding:6px 16px;font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:20px;width:fit-content;}
.hero-v5-title{font-size:clamp(30px,5vw,50px);line-height:1.1;margin-bottom:18px;color:inherit;}
.hero-v5-title span{color:var(--gold);}
.hero-v5-desc{font-size:15.5px;color:inherit;opacity:.72;max-width:440px;margin-bottom:28px;line-height:1.75;}
.hero-v5-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:32px;}
.hero-v5-stats{display:flex;gap:32px;}
.hero-v5-stats>div{display:flex;flex-direction:column;}
.hero-v5-stats strong{font-size:21px;font-family:'Poppins',sans-serif;color:inherit;}
.hero-v5-stats span{font-size:12px;color:inherit;opacity:.62;}
.hero-v5-img-wrap{position:relative;}
.hero-v5-img{border-radius:24px;box-shadow:var(--shadow-lg);width:100%;object-fit:cover;aspect-ratio:4/3.4;background:var(--blue-soft);}
.hero-v5-float{
  position:absolute;bottom:22px;left:-16px;
  background:#fff;border-radius:var(--radius);
  padding:14px 18px;box-shadow:var(--shadow-md);
  display:flex;align-items:center;gap:12px;
  animation:floaty 3.6s ease-in-out infinite;
}
.hero-v5-float i{font-size:22px;color:var(--gold);}
.hero-v5-float strong{display:block;font-size:13.5px;color:var(--cream);}
.hero-v5-float span{font-size:12px;color:var(--stone);}
@keyframes floaty{0%,100%{transform:translateY(0);}50%{transform:translateY(-9px);}}

/* ===== Kategoritë me ikona ===== */
.catv5-card{
  background:#fff;border:1.5px solid var(--line);border-radius:var(--radius);
  padding:26px 16px;text-align:center;display:block;transition:all .22s ease;
}
.catv5-card:hover{border-color:var(--gold);transform:translateY(-4px);box-shadow:var(--shadow-md);}
.catv5-icon{
  width:54px;height:54px;margin:0 auto 12px;
  background:var(--blue-soft);border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  font-size:22px;color:var(--gold);transition:all .22s ease;
}
.catv5-card:hover .catv5-icon{background:var(--gold);color:#fff;transform:scale(1.08);}
.catv5-name{font-size:14px;font-weight:700;color:var(--cream);margin:0;}
.catv5-count{font-size:12px;color:var(--stone);}
.catv5-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}

/* ===== Promo banner me countdown ===== */
.promo-v5{background:var(--cream);padding:60px 0;color:#fff;}
.promo-v5-eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:12px;}
.promo-v5 h2{font-size:clamp(26px,4vw,38px);color:#fff;margin-bottom:12px;}
.promo-v5 h2 span{color:var(--gold);}
.promo-v5 p{color:rgba(255,255,255,.6);max-width:440px;margin-bottom:20px;}
.promo-v5-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;}
.promo-v5-products{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.promo-v5-mini{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);border-radius:var(--radius);padding:14px;transition:all .2s ease;}
.promo-v5-mini:hover{background:rgba(255,255,255,.1);transform:translateY(-3px);}
.promo-v5-mini img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius-sm);margin-bottom:10px;}
.cd-unit{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:10px;min-width:60px;padding:10px 8px;text-align:center;}
.cd-num{display:block;font-size:23px;font-weight:800;font-family:'Poppins',sans-serif;line-height:1;color:#fff;}
.cd-lbl{display:block;font-size:10px;letter-spacing:.08em;text-transform:uppercase;opacity:.5;margin-top:4px;color:#fff;}

/* ===== New arrivals carousel ===== */
.carousel-controls{display:flex;gap:8px;}
.carousel-btn{
  width:40px;height:40px;border-radius:50%;
  border:1.5px solid var(--line);background:#fff;color:var(--cream);
  cursor:pointer;transition:all .2s ease;
  display:flex;align-items:center;justify-content:center;font-size:13px;
}
.carousel-btn:hover{background:var(--gold);border-color:var(--gold);color:#fff;}
.arrivals-wrap{overflow:hidden;}
.arrivals-track{display:flex;gap:16px;transition:transform .45s cubic-bezier(.4,0,.2,1);}
.arrivals-track .product-card{min-width:calc(25% - 12px);}

/* ===== Why us ===== */
.whyv5-card{text-align:center;padding:28px 16px;height:100%;}
.whyv5-icon{
  width:62px;height:62px;margin:0 auto 16px;
  background:var(--blue-soft);border-radius:18px;
  display:flex;align-items:center;justify-content:center;
  font-size:24px;color:var(--gold);transition:all .22s ease;
}
.whyv5-card:hover .whyv5-icon{background:var(--gold);color:#fff;transform:rotate(-6deg) scale(1.07);}
.whyv5-card h3{font-size:16px;margin-bottom:8px;color:var(--cream);}
.whyv5-card p{font-size:13.5px;color:var(--stone);margin:0;}
.whyv5-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}

/* ===== Newsletter ===== */
.newsletter-v5{padding:0 0 64px;}
.newsletter-v5-inner{
  background:linear-gradient(135deg,var(--gold) 0%,var(--goldbright) 100%);
  border-radius:20px;padding:48px 40px;color:#fff;
  box-shadow:0 20px 48px rgba(37,84,255,.28);
  display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center;
}
.newsletter-v5-inner h2{color:#fff;font-size:clamp(20px,3vw,27px);margin-bottom:6px;}
.newsletter-v5-inner p{color:rgba(255,255,255,.75);margin:0;font-size:14px;}
.newsletter-v5-form{display:flex;gap:10px;}
.newsletter-v5-form input{border-radius:10px;border:none;padding:13px 18px;font-size:14px;flex:1;}
.newsletter-v5-form button{
  white-space:nowrap;background:var(--cream);border:2px solid var(--cream);color:#fff;
  border-radius:10px;padding:12px 24px;font-size:13.5px;font-weight:700;cursor:pointer;
  font-family:inherit;transition:all .2s ease;
}
.newsletter-v5-form button:hover{background:#000;border-color:#000;}
.newsletter-v5-note{font-size:12px;color:rgba(255,255,255,.6);margin-top:8px!important;}

/* ===== Back to top ===== */
.back-to-top{
  position:fixed;bottom:22px;left:18px;z-index:60;
  width:44px;height:44px;border-radius:50%;
  background:var(--gold);color:#fff;border:none;
  font-size:15px;cursor:pointer;box-shadow:var(--shadow-md);
  opacity:0;visibility:hidden;transform:translateY(12px);
  transition:all .25s ease;
}
.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0);}
.back-to-top:hover{background:var(--goldbright);}

/* ===== Responsive v5 ===== */
@media(max-width:991px){
  .hero-v5-inner{grid-template-columns:1fr;min-height:auto;gap:32px;}
  .hero-v5-img-wrap{display:none;}
  .catv5-grid{grid-template-columns:repeat(3,1fr);}
  .whyv5-grid{grid-template-columns:repeat(2,1fr);}
  .arrivals-track .product-card{min-width:calc(33.333% - 11px);}
  .promo-v5-grid{grid-template-columns:1fr;}
  .newsletter-v5-inner{grid-template-columns:1fr;padding:36px 28px;}
}
@media(max-width:640px){
  .catv5-grid{grid-template-columns:repeat(2,1fr);}
  .whyv5-grid{grid-template-columns:repeat(2,1fr);gap:12px;}
  .arrivals-track .product-card{min-width:calc(50% - 8px);}
  .newsletter-v5-form{flex-direction:column;}
  .hero-v5-stats{gap:20px;}
  .hero-v5-buttons .btn-gold,.hero-v5-buttons .btn-outline{flex:1;justify-content:center;}
}
@media(max-width:420px){
  .arrivals-track .product-card{min-width:calc(78% - 8px);}
  .whyv5-grid{grid-template-columns:1fr 1fr;}
  .cd-unit{min-width:50px;}
}

/* ════════════════════════════════════════════════
   MOBILE REDESIGN — Premium Mobile-First
   Rregullat këtu MBIZOTËROJNË ato të mëparshmet.
════════════════════════════════════════════════ */

/* ── Baza: zero overflow horizontal ── */
html, body { overflow-x: hidden; max-width: 100vw; }
img, svg, video { max-width: 100%; height: auto; }

/* ── Hamburger & Drawer (të fshehura në desktop) ── */
.hamburger-btn {
  display: none; background: none; border: none; cursor: pointer;
  color: var(--cream); padding: 10px; margin-left: -10px;
  min-width: 44px; min-height: 44px;
  align-items: center; justify-content: center;
}
.mobile-drawer {
  position: fixed; top: 0; left: 0; bottom: 0; z-index: 200;
  width: min(310px, 85vw); background: #fff;
  transform: translateX(-105%); transition: transform .28s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column;
  box-shadow: 8px 0 32px rgba(15,23,42,.14);
}
.mobile-drawer.open { transform: translateX(0); }
.mobile-drawer-overlay {
  position: fixed; inset: 0; z-index: 190;
  background: rgba(15,23,42,.45); backdrop-filter: blur(2px);
  opacity: 0; visibility: hidden; transition: opacity .25s ease;
}
.mobile-drawer-overlay.show { opacity: 1; visibility: visible; }
.mobile-drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 18px; border-bottom: 1px solid var(--line); flex-shrink: 0;
}
.drawer-close {
  background: var(--ink); border: none; cursor: pointer; color: var(--cream);
  width: 40px; height: 40px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.mobile-drawer-nav { overflow-y: auto; padding: 14px 10px 24px; flex: 1; }
.drawer-section-label {
  font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--stone); padding: 8px 12px 6px;
}
.mobile-drawer-nav a {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 14px; min-height: 44px;
  font-size: 14.5px; font-weight: 600; color: var(--cream);
  border-radius: var(--radius-sm); transition: background .12s ease;
}
.mobile-drawer-nav a:active, .mobile-drawer-nav a:hover { background: var(--blue-soft); color: var(--gold); }
.drawer-contact {
  margin-top: 20px; padding: 14px 12px 0; border-top: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 2px;
}
.drawer-contact a { font-size: 13px; color: var(--stone) !important; font-weight: 500; }

/* ════════ TABLET (≤ 992px) ════════ */
@media (max-width: 992px) {
  .catv5-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .whyv5-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .hero-v5-inner { grid-template-columns: 1fr 1fr; gap: 32px; min-height: auto; padding: 40px 0; }
  .hero-v5-img-wrap { display: block; }   /* mbizotëron rregullën e vjetër që e fshihte */
  .hero-v5-title { font-size: clamp(28px, 4.5vw, 40px); }
}

/* ════════ MOBILE (≤ 860px) ════════ */
@media (max-width: 860px) {

  /* ── Header: hamburger + logo + shporta | kërkimi rresht i dytë ── */
  .topbar { display: none; }
  .hamburger-btn { display: inline-flex; }
  .site-header-inner {
    display: grid !important;
    grid-template-columns: 44px 1fr auto;
    grid-template-areas: "burger logo actions" "search search search";
    align-items: center; gap: 4px 8px;
    height: auto !important; padding-top: 10px; padding-bottom: 10px;
  }
  .hamburger-btn { grid-area: burger; }
  .logo { grid-area: logo; justify-content: center; }
  .logo-text { font-size: 19px; }
  .logo img { height: 30px !important; }
  .header-actions { grid-area: actions; display: flex !important; gap: 2px; }
  .header-action-desktop { display: none !important; }       /* Llogaria/Dëshirat → te drawer + bottom nav */
  .header-cart { display: flex !important; min-width: 44px; min-height: 44px; justify-content: center; }
  .header-action-btn span { display: none; }                  /* vetëm ikona në mobile */
  .header-cart .cart-badge { position: absolute; top: 2px; right: 2px; }
  .search-wrap { grid-area: search; max-width: none; margin-top: 6px; }
  .search-wrap input { min-height: 44px; font-size: 16px; }   /* 16px parandalon zoom në iOS */

  /* Sub-nav: scroll i lirshëm me snap */
  .subnav { top: auto; position: static; }
  .subnav-link { padding: 12px 15px; min-height: 44px; display: inline-flex; align-items: center; font-size: 13px; }

  /* ── Hero: stack vertikal, pa mbivendosje ── */
  .hero-v5-inner { grid-template-columns: 1fr !important; gap: 24px; padding: 28px 0 32px; }
  .hero-v5-img-wrap { display: block !important; order: -1; }  /* foto LART, tekst POSHTË — pa tekst mbi imazh */
  .hero-v5-img { aspect-ratio: 16/10; border-radius: var(--radius); }
  .hero-v5-float { left: 12px; bottom: 12px; padding: 10px 14px; }
  .hero-v5-float i { font-size: 18px; }
  .hero-v5-badge { font-size: 10.5px; padding: 5px 13px; margin-bottom: 14px; }
  .hero-v5-title { font-size: clamp(26px, 7.5vw, 34px); margin-bottom: 12px; }
  .hero-v5-desc { font-size: 14.5px; margin-bottom: 20px; max-width: none; }
  .hero-v5-buttons { gap: 10px; margin-bottom: 24px; }
  .hero-v5-buttons .btn-gold,
  .hero-v5-buttons .btn-outline { flex: 1; min-height: 48px; justify-content: center; font-size: 14px; }
  .hero-v5-stats { gap: 0; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 18px; }
  .hero-v5-stats > div { align-items: center; text-align: center; flex: 1; }

  /* ── Seksionet: ritëm i njëtrajtshëm ── */
  .section { padding: 40px 0; }
  .section-header h2, .section h2 { font-size: 21px !important; }

  /* ── Kategoritë: 2 kolona uniforme ── */
  .catv5-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .catv5-card { padding: 20px 12px; min-height: 128px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
  .catv5-icon { width: 48px; height: 48px; font-size: 19px; margin-bottom: 10px; }
  .catv5-name { font-size: 13px; }
  .catv5-count { font-size: 11px; }

  /* ── Product cards: 2 kolona, buton 44px, tekst i kontrolluar ── */
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .product-card h3 {
    font-size: 13px; line-height: 1.35; min-height: 35px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  }
  .product-card .body { padding: 12px; }
  .product-card .benefit { display: none; }
  .product-card .brand-tag { font-size: 9px; }
  .product-card .price-range { font-size: 14.5px; }
  .product-card .price-old { font-size: 11px; }
  .product-card .card-btn { min-height: 44px; font-size: 12px; padding: 10px 6px; }
  .product-card .wishlist-btn { opacity: 1; transform: none; width: 38px; height: 38px; } /* gjithmonë i dukshëm në touch */
  .product-card .badge-top, .product-card .badge-sale { font-size: 9px; padding: 3px 9px; }
  .product-card .badge-sale { right: auto; left: 12px; top: 38px; }
  .rating-row { font-size: 11px; }

  /* ── Carousel: swipe nativ me scroll-snap ── */
  .carousel-controls { display: none; }                        /* në touch: swipe, jo butona */
  .arrivals-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; scrollbar-width: none; margin: 0 -20px; padding: 0 20px; }
  .arrivals-wrap::-webkit-scrollbar { display: none; }
  .arrivals-track { transform: none !important; gap: 10px; padding-bottom: 4px; }
  .arrivals-track .product-card { min-width: 46%; scroll-snap-align: start; }

  /* ── Promo banner: stack, pa overflow ── */
  .promo-v5 { padding: 40px 0; }
  .promo-v5-grid { grid-template-columns: 1fr !important; gap: 28px; }
  .promo-v5 h2 { font-size: clamp(24px, 6.5vw, 30px); }
  .promo-v5 p { font-size: 14px; }
  .promo-v5 .btn-gold { width: 100%; min-height: 48px; justify-content: center; }
  .promo-v5-products { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .promo-v5-mini { padding: 12px; }
  .cd-unit { min-width: 0; flex: 1; max-width: 76px; padding: 9px 4px; }
  .cd-num { font-size: 19px; }
  #promo-countdown { max-width: 340px; }

  /* ── Why us: 2 kolona kompakte ── */
  .whyv5-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .whyv5-card { padding: 20px 12px; }
  .whyv5-icon { width: 52px; height: 52px; font-size: 20px; margin-bottom: 12px; }
  .whyv5-card h3 { font-size: 14px; }
  .whyv5-card p { font-size: 12px; }

  /* ── Reviews: 1 kolonë ── */
  .reviews-grid { grid-template-columns: 1fr !important; gap: 12px; max-width: none !important; }
  .review-card { padding: 20px; }

  /* ── Newsletter: stack, input 48px ── */
  .newsletter-v5 { padding: 0 0 44px; }
  .newsletter-v5-inner { grid-template-columns: 1fr; gap: 20px; padding: 28px 20px; border-radius: var(--radius); }
  .newsletter-v5-form { flex-direction: column; }
  .newsletter-v5-form input { min-height: 48px; font-size: 16px; }
  .newsletter-v5-form button { min-height: 48px; width: 100%; }

  /* ── Footer: vertikal, i organizuar ── */
  .site-footer [style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding-top: 36px !important;
    padding-bottom: 28px !important;
  }
  .site-footer .footer-bottom,
  .site-footer [style*="justify-content:space-between"] {
    flex-direction: column !important;
    text-align: center;
    gap: 10px !important;
    justify-content: center !important;
  }
  .footer-grid { grid-template-columns: 1fr !important; gap: 28px !important; }

  /* Mobile bottom nav — mbi gjithçka, me hapësirë të mjaftueshme */
  body { padding-bottom: 64px; }
  .mobile-bottom-nav a { min-height: 56px; justify-content: center; }
  .back-to-top { bottom: 76px; left: 14px; width: 42px; height: 42px; }
  a[aria-label="WhatsApp"] { bottom: 76px !important; right: 14px !important; }
}

/* ════════ MOBILE I VOGËL (≤ 480px) ════════ */
@media (max-width: 480px) {
  .container { padding: 0 14px; }
  .hero-v5-title { font-size: clamp(23px, 7.5vw, 28px); }
  .promo-v5-products { gap: 8px; }
  .arrivals-track .product-card { min-width: 62%; }
  .catv5-card { min-height: 116px; padding: 16px 10px; }
  .whyv5-grid { gap: 8px; }
  th, td { padding: 8px 6px; font-size: 12px; }
}

/* ════════ EKSTRA I VOGËL (≤ 360px) ════════ */
@media (max-width: 360px) {
  .logo-text { font-size: 17px; }
  .hero-v5-buttons { flex-direction: column; }
  .hero-v5-stats strong { font-size: 17px; }
  .product-card .card-btn { font-size: 11px; }
  .cd-unit { max-width: 68px; }
  .cd-num { font-size: 17px; }
  .arrivals-track .product-card { min-width: 74%; }
}

/* ════════════════════════════════════════════════
   SECTION HEAD v3 — Premium Catalog Header
   Breadcrumb + titull elegant + count si pill
   Inspiruar nga Shopify / Nike / Apple / Gymshark
════════════════════════════════════════════════ */
.shead {
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

/* Breadcrumb — i lehtë, modern, me ndarës të hollë */
.shead-crumb {
  display: flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 400;
  color: var(--stone); margin-bottom: 14px;
}
.shead-crumb a {
  color: var(--stone); transition: color .15s ease;
  text-decoration: none;
}
.shead-crumb a:hover { color: var(--gold); }
.shead-crumb .sep {
  color: #CBD5E1; font-size: 11px; user-select: none;
  display: inline-flex; align-items: center;
}
.shead-crumb .current {
  color: var(--cream); font-weight: 500;
}

/* Rreshti i titullit — titull + pill të aligned me baseline */
.shead-row {
  display: flex; align-items: baseline; gap: 14px;
  flex-wrap: wrap;
}
.shead-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.25;
  color: var(--cream);
  margin: 0;
}

/* Numri i produkteve — pill i butë, sekondar vizualisht */
.shead-count {
  display: inline-flex; align-items: center;
  background: var(--blue-soft); color: var(--gold);
  font-size: 12px; font-weight: 600; letter-spacing: .015em;
  padding: 5px 14px; border-radius: 100px;
  line-height: 1; white-space: nowrap;
  flex-shrink: 0;
}

/* Nëntitull opsional nën titull */
.shead-sub {
  font-size: 14px; color: var(--stone);
  margin-top: 8px; line-height: 1.65; max-width: 560px;
}

/* Distanca titull → filtra */
.shead + .filter-bar { margin-top: 6px; }

/* ── Responsive shead ── */
@media (max-width: 860px) {
  .shead { margin-bottom: 22px; padding-bottom: 18px; }
  .shead-crumb { font-size: 12.5px; margin-bottom: 10px; }
  .shead-title { font-size: clamp(20px, 5.5vw, 24px); }
  .shead-count { font-size: 11.5px; padding: 4px 12px; }
}
@media (max-width: 480px) {
  .shead-row { gap: 10px; }
  .shead-title { font-size: 19px; }
}

/* Eyebrow i rafinuar (harmonizim global — më i lehtë, më elegant) */
.eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; color: var(--gold);
}

/* Responsive */
@media (max-width: 860px) {
  .shead { margin-bottom: 20px; }
  .shead-crumb { font-size: 11.5px; margin-bottom: 8px; }
  .shead-title { font-size: 20px; }
  .shead-count { font-size: 11px; padding: 3px 10px; }
}
@media (max-width: 480px) {
  .shead-title { font-size: 19px; }
}

/* Fshih kolonën "Dyqani" te footer në mobile */
@media (max-width: 860px) {
  .footer-col-shop { display: none !important; }
}
@media (max-width: 860px) {
  .hide-mobile { display: none !important; }
}

/* ═══ HERO SLIDER ═══ */
.hero-slider{position:relative;overflow:hidden}
.hero-slider-track{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform}
.hero-slide{flex:0 0 100%;min-height:420px;position:relative;overflow:hidden;display:flex;align-items:center}
.hero-slide-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.2}
.hero-slide-inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;position:relative;z-index:2;padding:56px 0}
.hero-slide-content{max-width:520px}
.hero-slide-img{display:flex;justify-content:center}
.hero-slide-img img{max-width:380px;width:100%;height:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3));animation:heroFloat 4s ease-in-out infinite}
@keyframes heroFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}

.hero-slider-nav{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:12px;z-index:10}
.hero-arrow{width:36px;height:36px;border-radius:50%;border:none;background:rgba(255,255,255,.15);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:background .2s;backdrop-filter:blur(4px)}
.hero-arrow:hover{background:rgba(255,255,255,.3)}
.hero-dots{display:flex;gap:8px}
.hero-dot{width:10px;height:10px;border-radius:50%;border:2px solid rgba(255,255,255,.4);background:transparent;cursor:pointer;transition:all .3s;padding:0}
.hero-dot.active{background:#fff;border-color:#fff;transform:scale(1.2)}

/* Product carousel — karta me scroll horizontal */
.product-carousel{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 0}
.product-carousel::-webkit-scrollbar{display:none}
.product-carousel > *{scroll-snap-align:start;flex:0 0 calc(25% - 12px);min-width:220px}

@media(max-width:860px){
  .hero-slide{min-height:340px}
  .hero-slide-inner{grid-template-columns:1fr;gap:20px;padding:36px 0}
  .hero-slide-img{display:none}
  .hero-slider-nav{bottom:12px}
  .product-carousel > *{flex:0 0 calc(50% - 8px);min-width:160px}
}
@media(max-width:480px){
  .hero-slide{min-height:280px}
  .product-carousel > *{flex:0 0 80%;min-width:240px}
}

/* ═══ TRUST BAR — SPONSER Official ═══ */
.trust-bar{background:#0F172A;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.trust-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px}
.trust-bar-left{display:flex;align-items:center;gap:12px}
.trust-bar-logo{height:30px;width:auto;background:#fff;padding:3px 8px;border-radius:6px}
.trust-bar-text{font-size:12px;color:rgba(255,255,255,.7)}
.trust-bar-text strong{color:#fff}
.trust-bar-badges{display:flex;gap:16px}
.trust-badge{font-size:11px;color:rgba(255,255,255,.6);display:flex;align-items:center;gap:5px}
.trust-badge i{color:#10B981;font-size:12px}

/* ═══ BRAND SECTION — SPONSER ═══ */
.brand-section{padding:56px 0;background:linear-gradient(135deg,#F8FAFC 0%,#EEF2FF 100%)}
.brand-section-inner{display:grid;grid-template-columns:320px 1fr;gap:48px;align-items:center}
.brand-section-logo{text-align:center;padding:32px;background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.06)}
.brand-section-logo img{max-width:100%;height:auto}
.brand-features{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.brand-feat{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:var(--cream)}
.brand-feat i{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--blue-soft);color:var(--gold);border-radius:8px;font-size:14px}

@media(max-width:860px){
  .trust-bar-inner{flex-direction:column;gap:6px;text-align:center}
  .trust-bar-badges{gap:10px}
  .hide-mobile{display:none!important}
  .brand-section-inner{grid-template-columns:1fr;gap:24px;text-align:center}
  .brand-section-logo{padding:20px}
  .brand-features{grid-template-columns:1fr;text-align:left}
}
