:root{
  --store-dark:#08111f;
  --store-dark-2:#10213a;
  --store-primary:#0b2f78;
  --store-primary-2:#1747a6;
  --store-accent:#da2336;
  --bs-primary:#0b2f78;
  --bs-primary-rgb:11,47,120;
  --store-success:#16a34a;
  --store-bg:#f4f6f9;
  --store-card:#ffffff;
  --store-border:#e6eaf0;
  --store-muted:#667085;
  --store-radius:18px;
  --store-shadow:0 12px 35px rgba(15,23,42,.07);
}
html{scroll-behavior:smooth}
body{background:var(--store-bg);color:#182230}
body.storefront-body{background:var(--store-bg)}
.btn-primary{background:var(--store-primary);border-color:var(--store-primary)}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active{background:var(--store-primary-2)!important;border-color:var(--store-primary-2)!important}
.btn-outline-primary{color:var(--store-primary);border-color:rgba(11,47,120,.28)}
.btn-outline-primary:hover,.btn-outline-primary:focus,.btn-outline-primary:active{background:var(--store-primary);border-color:var(--store-primary);color:#fff!important}
.store-topbar{background:var(--store-dark);color:#d9e1ed;font-size:.78rem}
.store-topbar a{color:#fff;text-decoration:none}
.store-topbar-inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.store-topbar-group{display:flex;align-items:center;gap:18px;min-width:0}
.store-topbar-item{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
.store-topbar-item i{color:#7cb3ff}
.store-topbar-promo{font-weight:800;color:#fff}
.store-main-header{background:#fff;border-bottom:1px solid var(--store-border);position:sticky;top:0;z-index:1030;box-shadow:0 5px 20px rgba(15,23,42,.04)}
.store-header-row{display:grid;grid-template-columns:210px minmax(300px,1fr) auto;gap:24px;align-items:center;min-height:82px}
.store-logo{display:inline-flex;align-items:center;text-decoration:none}
.store-logo img{height:54px;width:auto;max-width:200px;object-fit:contain}
.store-search{position:relative}
.store-search .form-control{height:50px;border-radius:14px;border:1px solid #dce2ea;background:#f8fafc;padding:0 58px 0 18px;font-size:.93rem;box-shadow:none}
.store-search .form-control:focus{background:#fff;border-color:#9fc1ff;box-shadow:0 0 0 .2rem rgba(13,110,253,.1)}
.store-search button{position:absolute;right:5px;top:5px;width:40px;height:40px;border:0;border-radius:11px;background:var(--store-primary);color:#fff}
.store-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}
.store-action{position:relative;display:flex;align-items:center;gap:10px;padding:8px 11px;border-radius:12px;color:#1f2937;text-decoration:none;transition:.18s ease}
.store-action:hover{background:#f2f6fc;color:var(--store-primary)}
.store-action-icon{width:38px;height:38px;border-radius:11px;background:#eef4ff;color:var(--store-primary);display:flex;align-items:center;justify-content:center;font-size:1.15rem;flex:0 0 auto}
.store-action-text{line-height:1.1}
.store-action-text small{display:block;color:#8a94a6;font-size:.68rem;margin-bottom:3px}
.store-action-text strong{display:block;font-size:.82rem;white-space:nowrap}
.store-cart-count{position:absolute;top:2px;left:37px;min-width:19px;height:19px;border-radius:999px;padding:0 5px;background:var(--store-accent);color:#fff;font-size:.68rem;font-weight:900;display:flex;align-items:center;justify-content:center;border:2px solid #fff}
.store-category-bar{background:#fff;border-top:1px solid #f2f4f7;border-bottom:1px solid var(--store-border)}
.store-category-inner{display:flex;align-items:center;gap:4px;min-height:48px;overflow:hidden}
.store-category-all{display:inline-flex;align-items:center;gap:9px;background:var(--store-primary);color:#fff!important;text-decoration:none;border:0;border-radius:10px;padding:10px 16px;font-weight:800;font-size:.86rem;white-space:nowrap}
.store-category-link{display:inline-flex;align-items:center;padding:11px 13px;color:#344054;text-decoration:none;font-size:.82rem;font-weight:700;white-space:nowrap;border-radius:9px}
.store-category-link:hover{background:#f2f6fc;color:var(--store-primary)}
.store-mobile-trigger{display:none}

.store-main{padding-bottom:50px}
.store-container{max-width:1480px}
.store-hero-wrap{padding-top:20px}
.store-hero-grid{display:grid;grid-template-columns:minmax(0,2.6fr) minmax(320px,1fr);gap:14px;align-items:stretch}
.store-hero{width:100%;aspect-ratio:8/3;border-radius:20px;overflow:hidden;background:#fff;box-shadow:var(--store-shadow);min-height:0}
.store-hero .carousel,.store-hero .carousel-inner,.store-hero .carousel-item,.store-hero-slide-link{width:100%;height:100%}
.store-hero .carousel-item{position:relative;background:#fff;overflow:hidden}
.store-hero-slide-link{display:block}
.store-hero-image{width:100%;height:100%;min-height:0;object-fit:cover;object-position:center center;display:block;opacity:1;background:#fff}
.store-hero-shade{display:none}
.store-hero-copy{display:none}
.store-eyebrow{display:inline-flex;align-items:center;gap:7px;width:fit-content;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.18);font-size:.76rem;font-weight:800;margin-bottom:14px}
.store-hero-copy h1,.store-hero-copy h2{font-size:clamp(2rem,3.4vw,3.45rem);font-weight:900;line-height:1.02;margin:0 0 16px;max-width:580px}
.store-hero-copy p{font-size:1rem;line-height:1.65;color:#d7deea;max-width:520px;margin:0 0 24px}
.store-hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.store-hero-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 18px;border-radius:12px;text-decoration:none;font-weight:800;font-size:.88rem}
.store-hero-btn.primary{background:var(--store-primary);color:#fff}
.store-hero-btn.light{background:#fff;color:#111827}
.store-hero .carousel-control-prev,.store-hero .carousel-control-next{width:52px}
.store-hero .carousel-control-prev-icon,.store-hero .carousel-control-next-icon{width:38px;height:38px;border-radius:50%;background-color:rgba(15,23,42,.72);background-size:44%;box-shadow:0 8px 20px rgba(0,0,0,.18)}
.store-side-banner{height:100%;min-height:0}
.store-side-banner-inner{height:100%;display:grid;grid-template-rows:auto 1fr;gap:8px;padding:18px;border-radius:20px;overflow:hidden;background:linear-gradient(145deg,#0a214f 0%,#113878 52%,#1c5fcc 100%);box-shadow:0 16px 36px rgba(8,25,61,.18);border:1px solid rgba(69,136,255,.24);position:relative}
.store-side-banner-inner::before{content:"";position:absolute;inset:auto -20px -30px auto;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.22) 0%,rgba(255,255,255,0) 70%);pointer-events:none}
.store-side-banner-copy{position:relative;z-index:2;color:#fff}
.store-side-banner-copy .promo-kicker{font-size:.74rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:#cfe2ff;opacity:1;margin-bottom:12px}
.store-side-banner-copy h3{font-size:1.38rem;line-height:1.08;font-weight:900;margin:0 0 10px;max-width:260px}
.store-side-banner-copy p{font-size:.78rem;line-height:1.48;color:rgba(255,255,255,.94);max-width:250px;margin:0 0 12px}
.store-promo-link{display:inline-flex;align-items:center;gap:7px;min-height:44px;padding:0 16px;border-radius:999px;background:var(--store-primary);color:#fff!important;text-decoration:none;font-size:.82rem;font-weight:900;box-shadow:0 10px 24px rgba(11,47,120,.18)}
.store-side-banner-media{display:flex;align-items:flex-end;justify-content:center;min-height:132px;isolation:isolate}
.store-side-banner-media a{display:flex;align-items:flex-end;justify-content:center;width:100%;height:100%;text-decoration:none}
.store-side-banner-media img{width:auto;max-width:190px;max-height:190px;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(6,18,46,.28))}

.store-showcase-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:18px}
.store-showcase-card{position:relative;overflow:hidden;border-radius:24px;min-height:238px;padding:20px 20px 16px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(110px,.85fr);align-items:center;gap:10px;color:#fff;box-shadow:0 16px 34px rgba(15,23,42,.08)}
.store-showcase-card.tone-blue{background:linear-gradient(135deg,#33b7f4,#2f7df2)}
.store-showcase-card.tone-orange{background:linear-gradient(135deg,#ffb04e,#ff6a2c)}
.store-showcase-card.tone-green{background:linear-gradient(135deg,#3be4aa,#18c772)}
.store-showcase-card.tone-purple{background:linear-gradient(135deg,#b058ff,#5a36f4)}
.store-showcase-copy{position:relative;z-index:2}
.store-showcase-label{font-size:.72rem;font-weight:900;letter-spacing:.04em;line-height:1.15;text-transform:uppercase;opacity:.98;margin-bottom:10px}
.store-showcase-card h3{font-size:1.5rem;line-height:1.06;font-weight:900;margin:0 0 10px;max-width:230px}
.store-showcase-card p{font-size:.87rem;line-height:1.45;margin:0 0 16px;max-width:230px;opacity:.96}
.store-showcase-btn{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 16px;border-radius:14px;background:var(--store-primary);color:#fff;text-decoration:none;font-size:.86rem;font-weight:900;box-shadow:0 12px 24px rgba(11,47,120,.22)}
.store-showcase-btn:hover{background:var(--store-dark-2);color:#fff}
.store-showcase-media{display:flex;align-items:center;justify-content:center;min-height:160px;isolation:isolate}
.store-showcase-media img{max-width:100%;max-height:178px;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(15,23,42,.18))}
.store-showcase-card::after{content:"";position:absolute;left:18px;right:18px;bottom:14px;height:2px;border-radius:999px;background:rgba(255,255,255,.28)}
.store-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px}
.store-benefit{display:flex;align-items:center;gap:15px;background:#fff;border:1px solid var(--store-border);border-radius:16px;padding:15px 17px;box-shadow:0 8px 22px rgba(15,23,42,.035)}
.store-benefit .store-benefit-icon{width:58px;height:58px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#e9f1ff;color:var(--store-primary);font-size:1.95rem;line-height:1;flex:0 0 58px;margin-top:0}
.store-benefit .store-benefit-icon i{font-size:1em!important;line-height:1;display:block}
.store-benefit strong{display:block;font-size:.92rem;color:#1f2937}.store-benefit>div>span{display:block;font-size:.78rem;color:var(--store-muted);margin-top:3px}

.store-section{margin-top:28px}
.store-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:15px}
.store-section-head h2{font-size:1.55rem;font-weight:900;color:#111827;margin:0}
.store-section-head p{color:var(--store-muted);font-size:.88rem;margin:5px 0 0}
.store-section-link{display:inline-flex;align-items:center;gap:7px;color:var(--store-primary);text-decoration:none;font-size:.83rem;font-weight:900;white-space:nowrap}
.store-category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.store-category-card{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--store-border);border-radius:16px;padding:15px;min-height:84px;text-decoration:none;color:#1f2937;transition:.18s ease;box-shadow:0 8px 22px rgba(15,23,42,.03)}
.store-category-card:hover{transform:translateY(-3px);border-color:#bdd3ff;box-shadow:0 14px 28px rgba(15,23,42,.08);color:var(--store-primary)}
.store-category-icon{width:44px;height:44px;border-radius:13px;display:flex;align-items:center;justify-content:center;background:#f1f5ff;color:var(--store-primary);font-size:1.18rem;flex:0 0 auto}
.store-category-card strong{display:block;font-size:.82rem;line-height:1.2}.store-category-card small{display:block;color:#98a2b3;font-size:.7rem;margin-top:4px}

.store-product-stage{background:#fff;border:1px solid var(--store-border);border-radius:24px;padding:22px;box-shadow:var(--store-shadow)}
.store-filter-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;flex-wrap:wrap}
.store-filter-pills{display:flex;gap:8px;overflow:auto;padding-bottom:2px;scrollbar-width:none}.store-filter-pills::-webkit-scrollbar{display:none}
.store-filter-pill{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;border:1px solid #e2e7ee;background:#fff;color:#475467;text-decoration:none;white-space:nowrap;font-size:.79rem;font-weight:800}
.store-filter-pill:hover,.store-filter-pill.active{background:var(--store-primary);border-color:var(--store-primary);color:#fff}
.store-view-tools{display:flex;align-items:center;gap:10px;color:#667085;font-size:.78rem;white-space:nowrap}
.store-view-tools .btn{border-radius:10px}
#productsWrap{--bs-gutter-x:1rem;--bs-gutter-y:1rem}

.product-card{position:relative;display:flex;flex-direction:column;height:100%;border-radius:18px;border:1px solid #e7ebf0;background:#fff;box-shadow:0 7px 22px rgba(15,23,42,.045);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;overflow:hidden;cursor:pointer}
.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(15,23,42,.1);border-color:#d8e3f3}
.product-card .product-card-overlay{position:absolute;inset:0;z-index:2;border-radius:inherit;text-decoration:none}
.product-card .actions{position:relative;z-index:4}
.product-card>.position-relative{flex:0 0 auto;background:linear-gradient(180deg,#fbfcfe,#f5f7fa);padding:12px;border-bottom:1px solid #edf1f5}
.product-card .p-img{width:100%;height:205px;object-fit:contain!important;background:#fff;border-radius:13px;padding:9px;display:block}
.product-card .p-body{flex:1;min-height:0;padding:14px;display:flex;flex-direction:column;gap:7px}
.product-card .p-cat{font-size:.69rem;font-weight:900;color:#98a2b3;text-transform:uppercase;letter-spacing:.04em}
.product-card .p-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.28;min-height:2.55em;font-size:.98rem;font-weight:850;color:#1f2937}
.product-card .p-desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em;color:#667085;font-size:.82rem}
.product-card .p-footer{display:flex;flex-direction:column;gap:10px;margin-top:auto}
.product-card .p-price{display:flex;flex-direction:column;gap:4px;line-height:1.15}
.product-card .price-old{text-decoration:line-through;color:#98a2b3;font-size:.78rem;font-weight:700}
.product-card .price-new{font-size:1.12rem;color:var(--store-primary);font-weight:900;line-height:1.15;flex-wrap:wrap;row-gap:3px}
.product-card .vat-inline{font-size:.73rem;font-weight:700;white-space:nowrap;margin-left:.28rem;color:#667085!important}
.product-card .paytr-installment{display:flex;align-items:center;gap:7px;width:100%;padding:8px 10px;border-radius:10px;background:#eef4ff;color:#175cd3;font-size:.75rem;font-weight:750;line-height:1.2}
.product-card .paytr-installment i{font-size:.9rem;flex:0 0 auto}.product-card .paytr-installment strong{font-weight:900}
.product-card .actions{display:flex;width:100%;gap:8px}
.product-card .actions .btn{width:100%;min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:.64rem .9rem;font-weight:850;font-size:.86rem;line-height:1;border-radius:12px;white-space:nowrap}
.product-card .actions .btn span{overflow:hidden;text-overflow:ellipsis}.product-card .actions .btn-cart{box-shadow:0 7px 16px rgba(11,47,120,.18)}
.product-card .badge-soft{background:#fff3e8;border:1px solid #ffd6b1;color:#b54708}
.product-card .product-discount-badge{position:absolute;top:14px;right:14px;z-index:3;display:inline-flex;align-items:center;justify-content:center;min-width:54px;height:38px;padding:0 11px;border-radius:999px;background:linear-gradient(135deg,#e11d48,#c8102e);color:#fff;font-size:.86rem;font-weight:950;line-height:1;letter-spacing:.01em;box-shadow:0 8px 18px rgba(200,16,46,.28);border:2px solid rgba(255,255,255,.92)}
#productsWrap.view-list .product-card{display:flex;flex-direction:row;align-items:stretch}
#productsWrap.view-list .product-card>.position-relative{width:150px;flex:0 0 150px;border-bottom:0;border-right:1px solid #edf1f5}
#productsWrap.view-list .product-card .p-img{height:145px}
#productsWrap.view-list .product-card .p-body{padding:15px}
#productsWrap.view-list .product-card .p-desc{-webkit-line-clamp:1;min-height:auto}
#productsWrap.view-list .product-card .p-footer{flex-direction:row;align-items:end;justify-content:space-between}
#productsWrap.view-list .product-card .actions{display:flex;min-width:210px}.view-toggle .btn.active{background:var(--store-primary);border-color:var(--store-primary);color:#fff}

.store-highlight-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}
.store-highlight{position:relative;min-height:220px;border-radius:22px;overflow:hidden;padding:28px;background:linear-gradient(135deg,#0b2f78,#1747a6);color:#fff}
.store-highlight.secondary{background:linear-gradient(135deg,#fff2e7,#fff);color:#1f2937;border:1px solid #f4ddca}
.store-highlight h3{font-size:1.7rem;font-weight:900;max-width:470px;margin:8px 0 12px}.store-highlight p{font-size:.88rem;max-width:450px;opacity:.82}.store-highlight a{display:inline-flex;align-items:center;gap:7px;margin-top:8px;color:inherit;text-decoration:none;font-weight:900;font-size:.82rem}.store-highlight .highlight-icon{position:absolute;right:28px;bottom:18px;font-size:6.5rem;opacity:.13}
.store-seo-card{background:#fff;border:1px solid var(--store-border);border-radius:22px;padding:28px;box-shadow:0 10px 28px rgba(15,23,42,.04)}
.store-seo-card h2{font-weight:900}.store-seo-card p{color:var(--store-muted);line-height:1.7}

.store-footer{background:#0b1220;color:#c8d1df;margin-top:56px}
.store-footer-top{border-bottom:1px solid rgba(255,255,255,.08)}
.store-footer-cta{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;align-items:center;padding:34px 0}
.store-footer-cta h3{color:#fff;font-weight:900;margin:0 0 6px;font-size:1.45rem}.store-footer-cta p{margin:0;color:#98a7ba;font-size:.86rem}
.store-footer-contact{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.store-footer-contact a{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 16px;border-radius:11px;text-decoration:none;font-weight:850;font-size:.82rem}.store-footer-contact .phone{background:#fff;color:#111827}.store-footer-contact .whatsapp{background:#20b95a;color:#fff}
.store-footer-main{padding:42px 0 32px}.store-footer-logo{height:54px;width:auto;filter:brightness(0) invert(1);opacity:.95}.store-footer-about{color:#97a6b8;font-size:.84rem;line-height:1.7;max-width:360px;margin-top:14px}.store-footer h4{color:#fff;font-size:.9rem;font-weight:900;margin-bottom:15px}.store-footer-links{display:grid;gap:9px}.store-footer-links a{color:#aab7c8;text-decoration:none;font-size:.82rem}.store-footer-links a:hover{color:#fff}.store-footer-contact-line{display:flex;gap:10px;align-items:flex-start;margin-bottom:11px;color:#aab7c8;font-size:.82rem}.store-footer-contact-line i{color:#71a8ff;margin-top:2px}.store-footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:18px 0;color:#8291a4;font-size:.76rem}.store-payment-badges{display:flex;gap:7px;flex-wrap:wrap}.store-payment-badge{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#111827;border-radius:6px;padding:5px 9px;font-size:.68rem;font-weight:900}
.btn-whatsapp{position:fixed;right:18px;bottom:18px;z-index:9999}.btn-top{position:fixed;right:18px;bottom:78px;z-index:9999;display:none}

@media(max-width:1199.98px){
  .store-header-row{grid-template-columns:180px minmax(260px,1fr) auto;gap:14px}
  .store-action-text{display:none}.store-action{padding:7px}.store-action-icon{width:40px;height:40px}
  .store-category-grid{grid-template-columns:repeat(4,1fr)}
  .store-hero-grid{grid-template-columns:minmax(0,2.45fr) minmax(300px,1fr)}
}
@media(max-width:991.98px){
  .store-topbar-group:first-child .store-topbar-item:nth-child(2){display:none}
  .store-header-row{grid-template-columns:160px 1fr auto;min-height:72px}
  .store-logo img{height:46px}.store-search{display:none}.store-mobile-trigger{display:inline-flex}
  .store-category-bar{display:none}.store-hero-grid{grid-template-columns:1fr}.store-showcase-strip{grid-template-columns:repeat(2,1fr)}.store-benefits{grid-template-columns:repeat(2,1fr)}
  .store-category-grid{grid-template-columns:repeat(3,1fr)}
  .store-highlight-grid{grid-template-columns:1fr}.store-footer-cta{grid-template-columns:1fr}.store-footer-contact{justify-content:flex-start}
}
@media(max-width:767.98px){
  .store-topbar-promo{display:none}.store-topbar-inner{justify-content:center}.store-topbar-group{gap:10px}
  .store-header-row{grid-template-columns:1fr auto;gap:8px}.store-logo img{height:42px;max-width:155px}.store-actions{gap:3px}.store-action-icon{width:38px;height:38px}.store-action.logout{display:none}
  .store-hero{min-height:0}.store-hero-copy{width:88%;padding:28px}.store-hero-copy p{font-size:.88rem}.store-side-banner{height:auto;min-height:auto}.store-side-banner-inner{grid-template-columns:1fr}.store-showcase-strip{grid-template-columns:1fr}.store-showcase-card{grid-template-columns:1fr;min-height:auto}
  .store-benefits{grid-template-columns:1fr 1fr}.store-category-grid{grid-template-columns:repeat(2,1fr)}
  .store-product-stage{padding:15px;border-radius:18px}.store-section-head{align-items:flex-start}.store-section-head h2{font-size:1.3rem}
  .product-card .p-img{height:165px}.product-card .actions{grid-template-columns:1fr}.product-card .p-title{font-size:.92rem}.product-card .price-new{font-size:1rem}
  #productsWrap.view-list .product-card{flex-direction:column}#productsWrap.view-list .product-card>.position-relative{width:100%;border-right:0;border-bottom:1px solid #edf1f5}#productsWrap.view-list .product-card .p-img{height:170px}#productsWrap.view-list .product-card .p-footer{flex-direction:column;align-items:stretch}
  .store-footer-main{padding-top:32px}.store-footer-logo{height:46px}
}
@media(max-width:479.98px){
  .store-topbar{display:none}.store-main-header{top:0}.store-header-row{min-height:64px}.store-action.account{display:none}
  .store-hero-wrap{padding-top:12px}.store-hero{border-radius:18px}.store-hero-copy{width:95%;padding:22px}.store-hero-copy h1,.store-hero-copy h2{font-size:1.85rem}.store-hero-actions{gap:7px}.store-hero-btn{min-height:42px;padding:0 14px;font-size:.8rem}
  .store-benefits{grid-template-columns:1fr}.store-category-card{padding:12px}.store-category-icon{width:40px;height:40px}.store-showcase-card{padding:18px}.store-showcase-card h3{font-size:1.28rem}.store-showcase-media img{max-height:140px}.store-side-banner-copy h3{font-size:1.45rem}.store-side-banner-media img{max-width:180px;max-height:180px}
  .store-highlight{padding:22px}.store-highlight h3{font-size:1.4rem}.store-footer-cta{padding:28px 0}
}
.cart-toast{position:fixed;top:16px;right:16px;z-index:99999;display:flex;flex-direction:column;gap:10px;pointer-events:none;max-width:calc(100vw - 32px)}
.cart-toast .cart-toast-item{border-radius:12px;padding:11px 15px;font-weight:750;line-height:1.2;box-shadow:0 12px 30px rgba(0,0,0,.18);opacity:0;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease;background:#fff;color:#1f2937}
.cart-toast .cart-toast-item.success{background:#16a34a;color:#fff}.cart-toast .cart-toast-item.danger{background:#dc2626;color:#fff}.cart-toast .cart-toast-item.show{opacity:1;transform:none}
.fade-in{animation:storeFadeUp .32s ease both}@keyframes storeFadeUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
#infiniteWrap{border-top:1px solid #edf1f5;margin-top:18px}


/* v13: kategori sadeleştirme ve mobil uyumluluk */
html,body{max-width:100%;overflow-x:hidden}
.store-filter-row-clean{justify-content:flex-end;margin-bottom:14px}
.store-filter-row-clean .store-view-tools{display:flex;align-items:center;justify-content:flex-end;gap:12px}
.store-filter-row-clean .store-view-tools>span{font-size:.82rem;color:#667085;white-space:nowrap}
.store-filter-row-clean .view-toggle .btn{width:38px;height:36px;display:inline-flex;align-items:center;justify-content:center}
.offcanvas#catCanvas{width:min(380px,88vw)}
.offcanvas#catCanvas .offcanvas-body{overflow-x:hidden}
.offcanvas#catCanvas .store-search{width:100%}
.store-header-row>div:first-child{min-width:0}
.store-actions{min-width:0}
.store-product-stage,#productsWrap,.product-item{min-width:0}

@media(max-width:991.98px){
  .store-container{padding-left:16px;padding-right:16px}
  .store-header-row{grid-template-columns:minmax(0,1fr) auto;gap:10px}
  .store-header-row>div:first-child{overflow:hidden}
  .store-logo{min-width:0}
  .store-logo img{max-width:150px;width:100%;height:auto;max-height:46px}
  .store-mobile-trigger{width:42px;height:42px;padding:0;align-items:center;justify-content:center;flex:0 0 auto}
  .store-action{padding:5px}
  .store-action-icon{width:40px;height:40px}
  .store-cart-count{top:0;left:32px}
  .store-section-head{gap:8px}
  .store-filter-row-clean{width:100%}
  .store-filter-row-clean .store-view-tools{width:100%;justify-content:space-between}
}

@media(max-width:767.98px){
  .store-container{padding-left:12px;padding-right:12px}
  .store-header-row{min-height:66px}
  .store-logo img{max-width:138px;max-height:42px}
  .store-actions{gap:2px}
  .store-action-icon{width:38px;height:38px;border-radius:10px}
  .store-action-text{display:none!important}
  .store-section{padding-top:26px}
  .store-section-head{flex-direction:column;align-items:flex-start!important}
  .store-section-head h2{font-size:1.3rem;line-height:1.2}
  .store-section-head p{font-size:.84rem;line-height:1.45}
  .store-section-link{align-self:flex-start}
  .store-product-stage{padding:12px;border-radius:16px}
  .store-filter-row-clean{margin-bottom:12px}
  .store-filter-row-clean .store-view-tools{gap:8px}
  .store-filter-row-clean .view-toggle .btn{width:40px;height:38px}
  .store-hero-grid{gap:12px}
  .store-side-banner-inner{padding:16px;grid-template-columns:minmax(0,1fr) 150px;grid-template-rows:1fr;align-items:center;min-height:230px}
  .store-side-banner-copy h3{font-size:1.2rem;max-width:none}
  .store-side-banner-copy p{max-width:none}
  .store-side-banner-media{min-height:0;align-items:center}
  .store-side-banner-media img{max-width:145px;max-height:190px}
  .store-showcase-card{grid-template-columns:minmax(0,1.1fr) minmax(100px,.9fr);align-items:center}
  .store-showcase-media{min-height:120px}
  .store-showcase-media img{max-height:135px}
  .store-highlight{min-height:0}
  .store-footer-cta{padding-left:2px;padding-right:2px}
  .cc-actions,.cc-modal-footer{flex-direction:column}
  .cc-btn{width:100%;flex:0 0 auto}
}

@media(max-width:575.98px){
  .store-main{padding-bottom:32px}
  .store-header-row{grid-template-columns:minmax(0,1fr) auto}
  .store-mobile-trigger{width:40px;height:40px}
  .store-logo img{max-width:126px}
  .store-action.account,.store-action.logout{display:none}
  .store-actions .store-action{padding:3px}
  .store-action-icon{width:39px;height:39px}
  .store-cart-count{left:31px;top:-1px}
  .store-hero-wrap{padding-top:10px}
  .store-hero,.store-side-banner-inner,.store-showcase-card,.store-product-stage{border-radius:15px}
  .store-side-banner-inner{grid-template-columns:minmax(0,1fr) 118px;min-height:205px;padding:14px;gap:6px}
  .store-side-banner-copy .promo-kicker{font-size:.64rem;margin-bottom:8px}
  .store-side-banner-copy h3{font-size:1.05rem;line-height:1.12;margin-bottom:7px}
  .store-side-banner-copy p{font-size:.7rem;line-height:1.35;margin-bottom:9px}
  .store-promo-link{min-height:38px;padding:0 12px;font-size:.7rem}
  .store-side-banner-media img{max-width:116px;max-height:168px}
  .store-showcase-card{grid-template-columns:1fr;min-height:auto}
  .store-showcase-media{min-height:110px}
  .store-benefit{padding:13px;gap:12px}.store-benefit .store-benefit-icon{width:52px;height:52px;flex-basis:52px;font-size:1.75rem;border-radius:14px}
  .product-item{width:100%;flex:0 0 100%;max-width:100%}
  .product-card .p-img{height:210px}
  .product-card .actions{display:flex;width:100%}
  .product-card .actions .btn{font-size:.8rem;min-height:42px}
  #productsWrap.view-list .product-card .p-img{height:210px}
  .store-footer-contact{display:grid;grid-template-columns:1fr;width:100%}
  .store-footer-contact a{justify-content:center;width:100%}
  .store-footer-main .row>div{margin-bottom:18px}
}

@media(max-width:359.98px){
  .store-logo img{max-width:108px}
  .store-mobile-trigger{width:38px;height:38px}
  .store-action-icon{width:37px;height:37px}
  .store-side-banner-inner{grid-template-columns:1fr}
  .store-side-banner-media img{max-width:150px}
  .product-card .actions{grid-template-columns:1fr}
}

@media(max-width:575.98px){.product-card .product-discount-badge{top:10px;right:10px;min-width:48px;height:34px;padding:0 9px;font-size:.78rem}}

/* Product detail: horizontally sliding related products */
.related-products-block{padding:20px;border:1px solid var(--store-border);border-radius:24px;background:#fff;box-shadow:var(--store-shadow);overflow:hidden}
.related-products-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}
.related-products-head h2{margin:0;color:#101828;font-size:1.42rem;font-weight:900;letter-spacing:-.02em}
.related-products-head p{margin:4px 0 0;color:#667085;font-size:.86rem}
.related-products-controls{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.related-slider-btn{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid #d8e2f1;background:#fff;color:var(--store-primary);box-shadow:0 6px 16px rgba(15,23,42,.07);transition:.18s ease}
.related-slider-btn:hover{background:var(--store-primary);border-color:var(--store-primary);color:#fff;transform:translateY(-1px)}
.related-products-viewport{width:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none;padding:3px 2px 12px}
.related-products-viewport::-webkit-scrollbar{display:none}
.related-products-track{display:flex;align-items:stretch;gap:16px;width:max-content;min-width:100%}
.related-product-slide{flex:0 0 clamp(230px,22vw,282px);scroll-snap-align:start;scroll-snap-stop:always}
.related-product-slide.product-card{height:auto;min-height:100%}
.related-product-slide .p-img{height:190px}
.related-product-slide .p-body{padding:13px}
.related-product-slide .p-desc{min-height:2.5em}
.related-product-slide .actions{margin-top:2px}
.related-product-slide .related-add-cart{position:relative;z-index:5}

@media(max-width:767.98px){
  .related-products-block{padding:14px;border-radius:18px}
  .related-products-head{align-items:flex-start;margin-bottom:12px}
  .related-products-head h2{font-size:1.2rem}
  .related-products-head p{font-size:.78rem}
  .related-slider-btn{width:38px;height:38px;border-radius:10px}
  .related-products-track{gap:12px}
  .related-product-slide{flex-basis:min(78vw,286px)}
  .related-product-slide .p-img{height:180px}
}

@media(max-width:420px){
  .related-products-controls{gap:5px}
  .related-slider-btn{width:36px;height:36px}
  .related-product-slide{flex-basis:82vw}
}

/* v19: görselli yatay header kategori menüsü */
.store-category-bar{background:#fff;border-top:1px solid #eef1f5;border-bottom:1px solid var(--store-border)}
.store-category-inner{display:flex;align-items:stretch;gap:8px;min-height:116px;padding-top:7px;padding-bottom:7px;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;scroll-snap-type:x proximity}
.store-category-inner::-webkit-scrollbar{height:5px}
.store-category-inner::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}
.store-category-tile{flex:0 0 112px;min-width:112px;min-height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:7px 6px;border:0;border-radius:12px;background:transparent;color:#101828!important;text-decoration:none;text-align:center;scroll-snap-align:start;transition:background .18s ease,color .18s ease,transform .18s ease}
.store-category-tile:hover{background:#f5f8fc;color:var(--store-primary)!important;transform:translateY(-1px)}
.store-category-thumb-wrap{width:76px;height:58px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 auto}
.store-category-thumb{display:block;max-width:74px;max-height:56px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 4px 5px rgba(15,23,42,.12))}
.store-category-fallback{width:66px;height:56px;border-radius:15px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#edf4ff,#e4edff);color:var(--store-primary);font-size:1.75rem;flex:0 0 auto}
.store-category-label{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;max-width:100%;font-size:.77rem;font-weight:800;line-height:1.15;white-space:normal}
.store-category-all{font-family:inherit;cursor:pointer}
.store-category-all .store-category-fallback{background:linear-gradient(145deg,var(--store-primary),var(--store-primary-2));color:#fff}
.store-category-utility{margin-left:2px}

@media(max-width:1199.98px){
  .store-category-tile{flex-basis:104px;min-width:104px}
  .store-category-thumb-wrap{width:70px;height:54px}
  .store-category-thumb{max-width:68px;max-height:52px}
}
@media(max-width:991.98px){
  .store-category-bar{display:block}
  .store-category-inner{min-height:104px;padding-left:16px;padding-right:16px;gap:6px}
  .store-category-tile{flex-basis:92px;min-width:92px;min-height:90px;padding:6px 4px}
  .store-category-thumb-wrap{width:62px;height:48px}
  .store-category-thumb{max-width:60px;max-height:46px}
  .store-category-fallback{width:58px;height:48px;font-size:1.5rem}
  .store-category-label{font-size:.71rem}
}
@media(max-width:767.98px){
  .store-category-inner{min-height:94px;padding-left:12px;padding-right:12px}
  .store-category-tile{flex-basis:82px;min-width:82px;min-height:82px}
  .store-category-thumb-wrap{width:56px;height:42px}
  .store-category-thumb{max-width:54px;max-height:40px}
  .store-category-fallback{width:52px;height:42px;border-radius:12px;font-size:1.35rem}
  .store-category-label{font-size:.67rem;line-height:1.1}
}
@media(max-width:479.98px){
  .store-category-utility{display:none}
}


/* v20: header kategori görsellerini eşitle ve beyaz arkaplanı bastır */
.store-category-thumb-wrap{width:76px;height:58px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 auto;background:transparent;border-radius:0;padding:0}
.store-category-thumb{display:block;width:76px;height:58px;max-width:none;max-height:none;object-fit:contain;object-position:center center;mix-blend-mode:multiply;filter:contrast(1.05) saturate(1.03) drop-shadow(0 4px 5px rgba(15,23,42,.10));background:transparent}
@media (max-width:991.98px){
  .store-category-thumb-wrap{width:70px;height:54px}
  .store-category-thumb{width:70px;height:54px}
}
@media (max-width:767.98px){
  .store-category-thumb-wrap{width:62px;height:48px}
  .store-category-thumb{width:62px;height:48px}
}
@media (max-width:575.98px){
  .store-category-thumb-wrap{width:56px;height:42px}
  .store-category-thumb{width:56px;height:42px}
}


/* v21: header kategori görselleri için sabit ve temiz görünüm */
.store-category-thumb-wrap{width:84px;height:64px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 auto;background:transparent;border-radius:0;padding:0}
.store-category-thumb{display:block;width:84px;height:64px;max-width:none;max-height:none;object-fit:contain;object-position:center center;background:transparent;mix-blend-mode:normal;filter:drop-shadow(0 4px 6px rgba(15,23,42,.08))}
@media (max-width:991.98px){
  .store-category-thumb-wrap{width:78px;height:58px}
  .store-category-thumb{width:78px;height:58px}
}
@media (max-width:767.98px){
  .store-category-thumb-wrap{width:70px;height:52px}
  .store-category-thumb{width:70px;height:52px}
}
@media (max-width:575.98px){
  .store-category-thumb-wrap{width:62px;height:46px}
  .store-category-thumb{width:62px;height:46px}
}


/* v22: kullanıcı hover menüsü */
.store-account-menu{position:relative;display:flex;align-items:center;padding-bottom:8px;margin-bottom:-8px}
.store-account-menu .store-action.account{cursor:pointer}

.store-account-menu::after{content:"";position:absolute;left:-10px;right:-10px;top:100%;height:14px;background:transparent;pointer-events:auto}
.store-account-chevron{font-size:.66rem;margin-left:4px;vertical-align:1px;transition:transform .18s ease}
.store-account-dropdown{position:absolute;top:calc(100% + 2px);right:0;z-index:1050;width:205px;padding:8px;background:#fff;border:1px solid #e5eaf2;border-radius:14px;box-shadow:0 18px 45px rgba(15,23,42,.16);opacity:0;visibility:hidden;transform:translateY(-7px);pointer-events:none;transition:opacity .16s ease,transform .16s ease,visibility 0s linear .18s}
.store-account-dropdown::before{content:"";position:absolute;right:24px;top:-7px;width:13px;height:13px;background:#fff;border-left:1px solid #e5eaf2;border-top:1px solid #e5eaf2;transform:rotate(45deg)}
.store-account-dropdown a{position:relative;z-index:1;display:flex;align-items:center;gap:10px;min-height:42px;padding:9px 11px;border-radius:10px;color:#1f2937;text-decoration:none;font-size:.84rem;font-weight:800}
.store-account-dropdown a i{width:20px;color:var(--store-primary);font-size:1rem;text-align:center}
.store-account-dropdown a:hover{background:#f1f6ff;color:var(--store-primary)}
.store-account-dropdown .store-account-exit{color:#c62828}
.store-account-dropdown .store-account-exit i{color:#dc3545}
.store-account-dropdown .store-account-exit:hover{background:#fff1f2;color:#b42318}
.store-account-divider{height:1px;background:#edf0f5;margin:5px 4px}
.store-account-menu:hover .store-account-dropdown,.store-account-menu:focus-within .store-account-dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;transition-delay:0s}
.store-account-menu:hover .store-account-chevron,.store-account-menu:focus-within .store-account-chevron{transform:rotate(180deg)}
@media (max-width:767.98px){
  .store-account-dropdown{right:-8px;width:190px}
}
@media (max-width:420px){
  .store-account-menu{display:none}
}

/* v26: kullanıcı bildirimleri */
.store-notification-action{position:relative;min-width:52px;justify-content:center;padding-left:8px;padding-right:8px}
.store-notification-action .store-action-icon{margin:0}
.store-notification-count{position:absolute;right:3px;top:1px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#dc3545;color:#fff;border:2px solid #fff;font-size:.66rem;font-weight:900;line-height:1;box-shadow:0 4px 10px rgba(220,53,69,.25)}
.store-account-notification-badge{margin-left:auto;min-width:22px;height:22px;padding:0 6px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#dc3545;color:#fff;font-size:.68rem;font-weight:900}
@media(max-width:767.98px){.store-notification-action{min-width:46px}.store-notification-count{right:0;top:0}}
@media(max-width:420px){.store-notification-action{display:flex}}


/* v30: vitrin kartlarındaki ürün görselleri */
.store-showcase-media{min-width:0;overflow:visible}
.store-showcase-media img{display:block;width:100%;height:178px;max-width:210px;max-height:178px;object-fit:contain;object-position:center;background:transparent;filter:drop-shadow(0 18px 24px rgba(10,28,58,.22))}
.store-showcase-media img.showcase-photo{width:100%;height:178px;max-width:190px;object-fit:cover;border-radius:14px;filter:none;box-shadow:0 14px 28px rgba(15,23,42,.22)}
@media (max-width:1199.98px){
  .store-showcase-media img,.store-showcase-media img.showcase-photo{height:160px;max-height:160px;max-width:185px}
}
@media (max-width:767.98px){
  .store-showcase-media img,.store-showcase-media img.showcase-photo{height:138px;max-height:138px;max-width:170px}
}
