/* V10 MAIN — Suvaran industrial brand layer */
body{background:var(--surface)}
::selection{background:rgba(59,86,166,.18)}
a:hover{color:var(--brand)}

.brand-logo-image{width:64px;height:40px;object-fit:contain;display:block;margin-left:9px}
.logo{min-width:225px}
.logo strong{color:#25355f;font-size:20px;letter-spacing:-.4px}
.logo small{color:var(--brand);font-size:9px;margin-top:2px}
.footer-brand-logo{width:82px;height:46px;object-fit:contain;background:#fff;border-radius:7px;padding:4px}
.footer-logo strong{font-size:20px;line-height:1.35}
.footer-logo small{font-size:10px;margin-top:4px;opacity:.85}

.account-dropdown a:hover{background:var(--brand-soft);color:var(--brand)}
.cart-btn{background:var(--brand-soft)}
.cart-btn b,.mobile-bottom-nav b{color:var(--brand);border-color:#cad3ed}
.quick-circle{color:var(--brand-dark)}
.quick-circle--blue,.quick-circle--green,.quick-circle--cream,.quick-circle--photo,.quick-circle--rose,.quick-circle--mint{background:var(--brand-soft)}
.quick-circle i{font-size:29px}

.hero-main{background:linear-gradient(135deg,#eef2fb 0%,#dfe6f7 100%)}
.hero-slide--blue{background:linear-gradient(135deg,#edf3ff 0%,#d4e1fb 100%)}
.hero-slide--yellow{background:linear-gradient(135deg,#f6f8fc 0%,#e1e7f4 100%)}
.hero-main__content{color:#26365f}
.hero-offer span{background:#fff;color:var(--brand-dark);border:1px solid #d7def0}
.produce-art{background:rgba(255,255,255,.4)}
.produce-art img{border-radius:16px;object-fit:contain!important;padding:10px}
.hero-slide:first-child .produce-art img{object-fit:cover!important;padding:0;box-shadow:0 18px 35px rgba(39,69,157,.16)}
.promo--blue{background:#dfe7f8;color:#27459d}
.promo--yellow{background:#eef1fa;color:#27345c}
.promo-box{padding:10px;background:#3b56a6;display:block;place-items:center}
.promo-box img{width:100%;height:100%;object-fit:contain}
.promo-emoji{margin-top:34px}
.benefits{box-shadow:0 8px 24px rgba(39,69,157,.05)}
.benefits i{color:var(--brand);font-size:18px}

.category-card__visual{background:#f0f3fa!important}
.category-card__visual img{padding:14px}
.category-banner{background:linear-gradient(135deg,#e7ecf8,#f7f9fd)}
.mega-title{background:var(--brand)}
.mega-category.is-active,.mega-discount{color:var(--brand)}
.subcategory-grid i{color:var(--brand)!important}
.mega-products-empty{background:#fafbfe}

.product-card{box-shadow:0 8px 24px rgba(39,69,157,.045)}
.product-card:hover{box-shadow:0 14px 32px rgba(39,69,157,.09)}
.product-media img{border-radius:12px}
.product-wish.is-active{color:var(--brand)}
.product-add{background:var(--brand)}
.product-add:hover{background:var(--brand-dark)}
.carousel-scrollbar{background:#e2e6ef}
.carousel-scrollbar__thumb{background:var(--brand)}

.wide-banner--family{background:linear-gradient(135deg,#2f4a9d,#526cbb)}
.wide-banner--delivery{background:linear-gradient(135deg,#223b87,#3b56a6)}
.wide-banner p strong{background:#fff;color:var(--brand-dark)}
.content-section>h2{color:var(--brand)}
.site-footer{background:#263d86}
.newsletter{background:rgba(255,255,255,.09)}

.drawer-count,.account-avatar,.empty-state__icon,.wishlist-empty>span{background:var(--brand-soft);color:var(--brand)}
.qty-controls button:hover:not(:disabled){background:var(--brand-soft);color:var(--brand)}
.cart-shipping-note,.recover-intro{background:#f5f7fc}
.account-form input:focus{border-color:#8193cb;box-shadow:0 0 0 3px rgba(59,86,166,.12)}
.account-tabs button.is-active{color:var(--brand);border-bottom-color:var(--brand)}
.account-links--cards a:hover{border-color:#c7d1ed!important;background:#f8f9fd}
.wishlist-item:hover{border-color:#c7d1ed;box-shadow:0 8px 22px rgba(39,69,157,.07)}

.cart-item__image img,.wishlist-item__image img{object-fit:contain;background:#fff}
.cart-item__image img[src$=".jpeg"],.wishlist-item__image img[src$=".jpeg"]{object-fit:cover}

@media(max-width:820px){
  .brand-logo-image{width:72px;height:45px;margin-left:5px}
  .logo{min-width:auto}
  .logo span{/*display:none*/}
}
