/* BAITSOL V2.0 — Increment 28 Storefront */
.ba-v2-storefront { background: #f6f8fb; color: var(--text-primary,#172033); }
.ba-v2-storefront .navbar { border-bottom: 1px solid rgba(15,23,42,.08); backdrop-filter: blur(14px); background: color-mix(in srgb, var(--navbar-bg,#fff) 94%, transparent) !important; box-shadow: 0 4px 20px rgba(15,23,42,.05); }
.ba-v2-storefront .navbar-brand { font-weight: 800; letter-spacing: -.025em; }
.ba-v2-storefront .navbar-brand img { border-radius: 9px; object-fit: contain; }
.ba-v2-storefront .navbar .nav-link { font-weight: 600; font-size: .86rem; }
.ba-v2-storefront .ba-nav-search .input-group { border-radius: 12px; overflow:hidden; box-shadow: 0 2px 12px rgba(15,23,42,.05); }
.ba-v2-storefront .ba-nav-search input { min-width: 180px; border: 0; background: #f8fafc; }
.ba-v2-storefront .ba-nav-search button { border:0; background:#f8fafc; }
.ba-storefront-main { max-width: 1480px; margin: 0 auto; padding: 18px 20px 40px; }
.ba-storefront-hero-wrap { border-radius: 22px; overflow:hidden; box-shadow: 0 20px 55px rgba(15,23,42,.13); margin-bottom: 22px; }
.ba-storefront-hero-wrap .hero-slider { border-radius: 22px; }
.ba-storefront-section { margin-top: 26px; }
.ba-storefront-section .sec-head { padding: 0 2px; }
.ba-storefront-section .sec-head h2 { font-size: 1.25rem; letter-spacing:-.02em; }
.ba-v2-storefront .products-grid { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 16px; }
.ba-v2-storefront .pcard { border: 1px solid #e6eaf0; border-radius: 16px; box-shadow: 0 5px 18px rgba(15,23,42,.055); background:#fff; }
.ba-v2-storefront .pcard:hover { transform: translateY(-4px); box-shadow: 0 18px 35px rgba(15,23,42,.11); }
.ba-v2-storefront .pcard-img { height: 190px; background:#f8fafc; object-fit:contain; padding: 12px; }
.ba-v2-storefront .pcard-body { padding: 14px; }
.ba-v2-storefront .pcard-name { font-size:.9rem; min-height: 2.5em; white-space:normal; line-height:1.35; }
.ba-v2-storefront .pcard-price { font-size:1rem; }
.ba-v2-storefront .pcard-btn { border-radius:10px; }
.ba-v2-storefront .cat-pills { gap:9px; overflow-x:auto; flex-wrap:nowrap; padding-bottom:4px; scrollbar-width:none; }
.ba-v2-storefront .cat-pills::-webkit-scrollbar { display:none; }
.ba-v2-storefront .cat-pill { background:#fff; border:1px solid #e1e7ef; border-radius:999px; padding:8px 15px; box-shadow:0 2px 7px rgba(15,23,42,.04); }
.ba-v2-storefront .cat-pill.active,.ba-v2-storefront .cat-pill:hover { border-color:var(--primary); box-shadow:0 6px 14px color-mix(in srgb,var(--primary) 18%,transparent); }
.ba-v2-storefront .trust-bar { gap:14px; }
.ba-v2-storefront .trust-item { border-radius:16px; background:#fff; border:1px solid #e7ebf1; box-shadow:0 5px 15px rgba(15,23,42,.04); }
.ba-v2-storefront .flash-bar { border-radius:14px; box-shadow:0 8px 20px rgba(15,23,42,.08); }
.ba-v2-storefront .footer { margin-top: 30px; }
.ba-storefront-cart,.ba-storefront-checkout { background:#f6f8fb; }
.ba-storefront-cart .card,.ba-storefront-checkout .card { border-radius:18px; border:1px solid #e4e9f0; box-shadow:0 8px 28px rgba(15,23,42,.055); }
.ba-storefront-cart .card-header,.ba-storefront-checkout .card-header { border-bottom:1px solid #edf0f4; background:#fff; }
.ba-storefront-cart .table > :not(caption) > * > *, .ba-storefront-checkout .form-control { border-color:#edf0f4; }
.ba-storefront-cart .btn,.ba-storefront-checkout .btn { border-radius:11px; }
.ba-storefront-mobile-bar { display:none; }
@media(max-width:1100px){ .ba-v2-storefront .products-grid { grid-template-columns:repeat(4,minmax(0,1fr)); } }
@media(max-width:800px){ .ba-storefront-main { padding:12px 12px 78px; } .ba-v2-storefront .products-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; } .ba-v2-storefront .pcard-img{height:150px;padding:8px;} .ba-storefront-hero-wrap,.ba-storefront-hero-wrap .hero-slider{border-radius:14px;} .ba-storefront-mobile-bar{display:flex;position:fixed;left:6px;right:6px;bottom:10px;z-index:1030;background:rgba(255,255,255,.96);border:1px solid #e4e9f0;border-radius:18px;padding:6px 2px;box-shadow:0 12px 35px rgba(15,23,42,.18);backdrop-filter:blur(16px);justify-content:space-around;overflow-x:auto;} .ba-storefront-mobile-bar a{display:flex;flex-direction:column;align-items:center;gap:2px;text-decoration:none;color:#667085;font-size:.6rem;font-weight:700;padding:5px 6px;border-radius:12px;flex:1 1 0;min-width:0;} .ba-storefront-mobile-bar a i{font-size:.95rem;} .ba-storefront-mobile-bar a.active,.ba-storefront-mobile-bar a:hover{color:var(--primary);background:rgba(0,0,0,.055);} }
@media(max-width:600px){ .ba-v2-storefront .products-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .ba-v2-storefront .pcard-img{height:145px;} .ba-v2-storefront .pcard-body{padding:11px;} .ba-v2-storefront .pcard-name{font-size:.82rem;} .ba-v2-storefront .pcard-foot{align-items:flex-end;flex-direction:column;gap:7px;} .ba-v2-storefront .pcard-btn{width:100%;text-align:center;} .ba-v2-storefront .trust-bar{grid-template-columns:repeat(2,1fr);} }
