/*
Theme Name: ShopChefBD
Theme URI: https://shopchefbd.org/
Author: Noor Ul Ain Abid
Description: Custom WooCommerce storefront for ShopChefBD, a China sourcing agent in Bangladesh.
Version: 1.0.1
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: shopchefbd
*/

@font-face { font-family: "Jost"; src: url("assets/fonts/jost-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Jost"; src: url("assets/fonts/jost-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Jost"; src: url("assets/fonts/jost-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Jost"; src: url("assets/fonts/jost-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }

:root {
  --scb-blue: #073b8f;
  --scb-blue-dark: #052b68;
  --scb-orange: #e4570b;
  --scb-orange-dark: #bd4200;
  --scb-bg: #f5f5f5;
  --scb-line: #e5e9f0;
  --scb-text: #172033;
  --scb-muted: #687386;
  --scb-white: #fff;
  --scb-radius: 12px;
  --scb-shadow: 0 4px 18px rgba(7, 59, 143, .08);
}

@media (min-width: 781px) {
  .site-header .header-main.scb-container, body.woocommerce-page .site-header .header-main.scb-container {
    width: 100% !important;
    max-width: none;
    min-height: var(--scb-header-height);
    margin: 0 !important;
    padding: 5px 18px !important;
    grid-template-columns: 125px minmax(300px, 0.5fr) auto;
    justify-content: space-between;
    gap: 18px;
  }
  .product-search {
    display: grid;
    grid-template-columns: minmax(375px, 1fr) 48px 52px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--scb-bg); color: var(--scb-text); font-family: "Jost", "Noto Sans Bengali", sans-serif; font-size: 14px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.woocommerce img, .woocommerce-page img { height: auto; max-width: 100%; border-radius: .625em; }
button, input, select, textarea, .woocommerce, .woocommerce-page { font-family: "Jost", "Noto Sans Bengali", sans-serif; }
.scb-container { width: min(1440px, calc(100% - 32px)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header { position: sticky; top: 0; z-index: 100; background: var(--scb-white); box-shadow: 0 2px 12px rgba(7,59,143,.08); }
.header-main { min-height: 76px; display: grid; grid-template-columns: 210px minmax(280px,1fr) auto; gap: 24px; align-items: center; }
.site-branding img { width: 178px; height: 62px; object-fit: contain; object-position: left center; }
.site-title { color: var(--scb-blue); font-size: 24px; font-weight: 700; }
.product-search { position: relative; display: flex; border: 2px solid var(--scb-blue); border-radius: 999px; overflow: hidden; background: #fff; }
.product-search select { width: 116px; border: 0; border-right: 1px solid var(--scb-line); padding: 0 12px; color: var(--scb-muted); background: #fff; }
.product-search input { min-width: 0; flex: 1; border: 0; outline: 0; padding: 13px 16px; }
.product-search button { width: 50px; border: 0; color: #fff; background: var(--scb-blue); cursor: pointer; }
.image-search-trigger { display: inline-grid; place-items: center; width: 42px; height: 42px; margin: 2px; border: 0; border-radius: 50%; color: var(--scb-blue); background: #edf3fc; cursor: pointer; }
.header-actions { display: flex; gap: 10px; align-items: center; }
.header-rfq { display: inline-flex; align-items: center; min-height: 40px; padding: 8px 15px; border-radius: 999px; color: #fff; background: var(--scb-orange); font-size: 13px; font-weight: 700; white-space: nowrap; }
.header-rfq:hover { color: #fff; background: var(--scb-orange-dark); }
.header-support { margin-left: auto; font-size: 12px; }
.header-action { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--scb-line); border-radius: 50%; color: var(--scb-blue); background: #fff; }
.header-action:hover { border-color: var(--scb-orange); color: var(--scb-orange); }
.header-action.cart { position: relative; }
.cart-count { position: absolute; top: -4px; right: -4px; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 10px; color: #fff; background: var(--scb-orange); font-size: 10px; line-height: 18px; text-align: center; }
.nav-strip { background: var(--scb-blue); color: #fff; }
.nav-strip .scb-container { min-height: 42px; display: flex; align-items: center; gap: 28px; }
.nav-strip a { font-weight: 600; }
.nav-strip a:hover { color: #ffd6bd; }

.home-layout { display: grid; grid-template-columns: 10% 90%; gap: 0; padding: 0 0 34px; }
.home-layout.scb-container { width: 100%; max-width: none; margin: 0; }
.category-sidebar { position: sticky; top: 118px; align-self: start; height: calc(100vh - 118px); max-height: none; display: flex; flex-direction: column; background: #fff; border-radius: 0; box-shadow: 2px 0 10px rgba(7,59,143,.08); overflow: hidden; }
.category-drawer-backdrop, .mobile-category-header { display: none; }
.category-title { margin: 0; padding: 14px 16px; color: #fff; background: var(--scb-orange); font-size: 15px; }
.category-menu { flex: 1; margin: 0; padding: 6px 0; overflow-y: auto; list-style: none; scrollbar-width: thin; }
.category-menu-item { border-bottom: 1px solid #f1f3f7; }
.category-menu-row { min-height: 49px; display: flex; align-items: center; }
.category-parent-link { min-width: 0; flex: 1; display: flex; align-items: center; gap: 11px; padding: 9px 4px 9px 14px; font-size: 13px; }
.category-icon { width: 25px; flex: 0 0 25px; color: var(--scb-orange); font-size: 19px; text-align: center; filter: saturate(1.2); }
.category-label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.category-chevron, .subcategory-toggle { width: 36px; align-self: stretch; display: grid; place-items: center; border: 0; color: var(--scb-text); background: transparent; font-size: 26px; line-height: 1; cursor: pointer; transition: transform .2s,color .2s; }
.category-chevron svg, .subcategory-toggle svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.category-menu-row:hover { color: var(--scb-orange); background: #fff8f4; }
.category-menu-item.is-open > .category-menu-row { color: var(--scb-orange); background: #fff8f4; }
.category-menu-item.is-open .subcategory-toggle { transform: rotate(90deg); }
.subcategory-menu { margin: 0; padding: 4px 10px 10px 50px; list-style: none; background: #fff; }
.subcategory-menu[hidden] { display: none; }
.subcategory-menu a { display: block; padding: 7px 4px; color: #172033; font-size: 14px; font-weight: 400; line-height: 1.35; }
.subcategory-menu a:hover { color: var(--scb-orange); transform: translateX(3px); }
.sidebar-tools { display: grid; grid-template-columns: 1fr; gap: 8px; padding: 10px; border-top: 1px solid var(--scb-line); background: #fafbfc; }
.sidebar-tools a { min-height: 70px; display: flex; align-items: center; justify-content: flex-start; gap: 10px; padding: 12px 16px; border-radius: 9px; background: #fff; font-size: 12px; font-weight: 600; }
.sidebar-tools a span { color: var(--scb-blue); font-size: 22px; }
.sidebar-tools a span svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.home-main { min-width: 0; padding: 12px 14px 0; }
.hero { min-height: 0; display: grid; grid-template-columns: minmax(0,2.1fr) minmax(260px,1fr); gap: 12px; }
.hero-primary, .hero-secondary { position: relative; aspect-ratio: 3.6/1; border-radius: 8px; overflow: hidden; background: #eef1f5; box-shadow: none; }
.hero-primary { display: block; padding: 0; }
.hero-banner-track { width: 100%; height: 100%; display: flex; transition: transform .7s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.hero-banner-slide { min-width: 100%; height: 100%; display: block; }
.hero-banner-slide img, .hero-secondary img { width: 100%; height: 100%; object-fit: cover; }
.hero-secondary { display: block; aspect-ratio: auto; padding: 0; background: #eef1f5; text-align: initial; }
.hero-shipping-cta { min-height: 0; display: block; padding: 0; background: #eef1f5; }
.hero-shipping-cta > picture { width: 100%; height: 100%; display: block; }
.hero-shipping-cta > picture img { width: 100%; height: 100%; object-fit: cover; }
.hero-shipping-cta > span,.hero-shipping-cta > strong { display: none; }
.hero-shipping-cta strong { min-width: 150px; min-height: 44px; align-items: center; justify-content: center; gap: 10px; padding: 9px 18px; border-radius: 999px; color: #fff; background: #073b4c; font-weight: 500; box-shadow: 0 3px 8px rgba(7,59,76,.2); }
.hero-shipping-cta svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hero-copy { max-width: 580px; position: relative; z-index: 2; }
.hero-kicker { color: #ffd7c1; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; }
.hero h1 { margin: 10px 0 12px; font-size: clamp(32px,4vw,58px); line-height: 1.05; }
.hero p { max-width: 540px; color: #e7efff; font-size: 16px; line-height: 1.6; }
.scb-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin-top: 10px; padding: 12px 20px; border: 0; border-radius: 999px; color: #fff; background: var(--scb-orange); font-weight: 700; cursor: pointer; }
.scb-button:hover { background: var(--scb-orange-dark); }

.home-section { margin-top: 14px; padding: 16px; background: #fff; border-radius: var(--scb-radius); box-shadow: var(--scb-shadow); }
.section-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 14px; }
.section-heading h2 { margin: 0; color: var(--scb-blue); font-size: 19px; }
.view-all { color: var(--scb-orange); font-size: 12px; font-weight: 700; }
.category-slider-section { padding: 16px 14px 20px; box-shadow: none; }
.category-slider-section .section-heading { margin-bottom: 18px; }
.category-slider-section .section-heading h2 { color: #111827; font-size: 24px; font-weight: 700; }
.category-slider-viewport { position: relative; overflow: hidden; padding: 0 18px; }
.category-circles { display: flex; gap: 28px; overflow-x: hidden; scroll-behavior: auto; scrollbar-width: none; touch-action: pan-y; }
.category-circles::-webkit-scrollbar { display: none; }
.category-circle { flex: 0 0 calc((100% - 252px)/10); min-width: 92px; scroll-snap-align: start; text-align: center; }
.category-circle-media { position: relative; width: 96px; height: 106px; display: block; margin: 0 auto 8px; overflow: visible; }
.category-circle img, .category-circle-placeholder { width: 96px; height: 96px; display: grid; place-items: center; margin: 0; border: 1.5px solid var(--scb-orange); border-radius: 50%; object-fit: cover; background: #f3f6fb; overflow: hidden; }
.category-circle-placeholder { color: var(--scb-orange); }
.category-circle-placeholder svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.category-circle-media b { position: absolute; left: 50%; bottom: 0; z-index: 2; padding: 2px 9px; border-radius: 12px; color: var(--scb-orange); background: #fff2e9; font-size: 12px; line-height: 18px; font-weight: 700; white-space: nowrap; transform: translateX(-50%); }
.category-circle-media b.is-loading { color: #8a6b5a; animation: scb-price-pulse 1.2s ease-in-out infinite; }
@keyframes scb-price-pulse { 50% { opacity: .48; } }
.category-circle-name { display: block; overflow: hidden; color: #171717; font-size: 14px; font-weight: 500; line-height: 20px; text-overflow: ellipsis; white-space: nowrap; }
.slider-actions { display: flex; align-items: center; gap: 7px; }
.category-slider-prev, .category-slider-next { position: absolute; top: 42px; z-index: 4; width: 24px; height: 36px; display: grid; place-items: center; padding: 0; border: 0; color: #313640; background: rgba(255,255,255,.78); cursor: pointer; }
.category-slider-prev { left: 0; }
.category-slider-next { right: 0; }
.category-slider-prev svg, .category-slider-next svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.category-slider-prev:hover, .category-slider-next:hover { color: var(--scb-orange); background: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 10px; }
.product-card { position: relative; min-width: 0; border: 1px solid var(--scb-line); border-radius: 9px; overflow: hidden; background: #fff; transition: transform .2s,box-shadow .2s; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--scb-shadow); }
.product-card-image { display: block; aspect-ratio: 1/1; overflow: hidden; background: #f1f3f7; }
.product-card-image img { width: 100%; height: 100%; padding: .25em; object-fit: cover; }
.product-card-body { display: block; padding: 10px 10px 9px; }
.product-card h3 { min-height: 42px; margin: 7px 0 10px; display: -webkit-box; overflow: hidden; color: #151b27; font-size: 14px; line-height: 21px; font-weight: 500; text-transform: capitalize; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-card h3 a { word-break: normal; overflow-wrap: normal; hyphens: none; }

/* Homepage sourcing, shipping and social-proof sections. */
.sourcing-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 27px 30px; color: #fff; background: linear-gradient(120deg,var(--scb-blue-dark),var(--scb-blue)); }
.sourcing-cta span, .section-kicker { display: block; margin-bottom: 5px; color: var(--scb-orange); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sourcing-cta span { color: #ffd4bd; }
.sourcing-cta h2 { margin: 0 0 5px; font-size: clamp(23px,2.4vw,34px); }
.sourcing-cta p { max-width: 740px; margin: 0; color: #dbe8ff; font-size: 15px; }
.sourcing-cta .scb-button { flex: 0 0 auto; margin: 0; }
.shipping-rates, .customer-reviews { padding: 25px; }
.customer-reviews { background: #f6f1e9; }
.shipping-rates .section-heading h2, .customer-reviews .section-heading h2 { color: #172033; font-size: 25px; }
.rate-table { overflow: hidden; border: 1px solid var(--scb-line); border-radius: 9px; }
.rate-row { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1.15fr; align-items: center; min-height: 56px; border-top: 1px solid var(--scb-line); }
.rate-row:first-child { border-top: 0; }
.rate-row > * { padding: 12px 16px; }
.rate-head { min-height: 44px; color: #fff; background: var(--scb-blue); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.rate-row a { color: var(--scb-orange); font-weight: 700; }
.rates-note { margin: 13px 0 0; color: var(--scb-muted); font-size: 13px; }
.review-slider-actions { display: flex; align-items: center; gap: 8px; }
.review-count { margin-right: 5px; color: var(--scb-muted); }
.review-prev, .review-next { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 1px solid var(--scb-line); border-radius: 50%; color: var(--scb-blue); background: #fff; cursor: pointer; }
.review-prev:hover, .review-next:hover { color: #fff; border-color: var(--scb-orange); background: var(--scb-orange); }
.review-prev svg, .review-next svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.customer-reviews .section-heading { margin-bottom: 4px; }
.review-slider-viewport { overflow: hidden; margin: 0 -25px; padding: 14px 0 18px; }
.review-grid { display: flex; align-items: center; gap: 14px; overflow-x: hidden; padding: 0; scroll-behavior: smooth; scroll-snap-type: none; scrollbar-width: none; touch-action: pan-y; will-change: transform,opacity; }
.review-grid::-webkit-scrollbar { display: none; }
.review-card[hidden] { display: none !important; }
.review-card { min-width: calc((100% - 56px) / 5); min-height: 245px; flex: 0 0 calc((100% - 56px) / 5); display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 22px 20px; overflow: hidden; border: 1px solid transparent; border-radius: 18px; background: #fff; box-shadow: 0 6px 18px rgba(75,64,48,.09); opacity: .58; scroll-snap-align: center; transition: opacity .38s ease,border-color .38s ease,box-shadow .38s ease; }
.review-card.is-active { z-index: 2; opacity: 1; border-color: rgba(228,87,11,.18); box-shadow: 0 10px 25px rgba(23,32,51,.13); }
.review-card p { margin: 0 0 14px; color: #292a2e; font-size: clamp(14px,1.05vw,17px); font-weight: 400; line-height: 1.45; }
.review-stars { margin-bottom: 18px; color: #f4aa20; font-size: 14px; letter-spacing: 2px; }
.review-card footer strong { display: block; color: #25252a; font-family: Georgia,"Times New Roman",serif; font-size: clamp(16px,1.25vw,20px); font-weight: 500; line-height: 1.2; }
.product-price { display: flex; align-items: baseline; gap: 7px; color: var(--scb-orange); font-size: 18px; font-weight: 700; line-height: 1.1; white-space: nowrap; }
.product-price strong { font: inherit; }
.product-price del { color: #737b89; font-size: 12px; font-weight: 500; }
.product-meta { display: flex; justify-content: space-between; gap: 6px; margin-top: 8px; color: var(--scb-muted); font-size: 10px; }
.product-sales { align-items: center; color: var(--scb-orange); }
.product-sales i { width: 68px; height: 6px; display: block; border-radius: 99px; background: linear-gradient(90deg,var(--scb-orange) 0 var(--sold-progress,0%),#f7d9c8 var(--sold-progress,0%) 100%); }
.product-sales span { margin-left: auto; }
.discount-badge { position: absolute; top: 10px; left: 10px; z-index: 2; width: 45px; height: 45px; display: grid; place-items: center; padding: 0; border-radius: 50%; color: #fff; background: var(--scb-orange); font-size: 13px; }
.product-section { padding: 12px; border-radius: 9px; box-shadow: none; }
.product-section .section-heading { min-height: 48px; margin: -4px 0 8px; }
.product-section .section-heading h2 { display: flex; align-items: center; gap: 10px; color: var(--scb-orange); font-size: 19px; }
.section-category-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--scb-orange); }
.section-category-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.product-section .view-all { min-width: 110px; height: 36px; display: inline-flex; align-items: center; justify-content: flex-end; gap: 10px; padding: 3px 5px 3px 16px; border: 1px solid #f3c5aa; border-radius: 999px; color: var(--scb-orange); background: linear-gradient(#fff,#ffeadf); font-size: 12px; font-weight: 500; }
.product-section .view-all b { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--scb-orange); font-size: 25px; font-weight: 400; line-height: 1; }
.product-section .view-all b svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.empty-products { grid-column: 1/-1; padding: 35px; color: var(--scb-muted); text-align: center; background: #f8fafc; border-radius: 8px; }

.site-main-inner { min-height: 55vh; padding-block: 30px; }
.site-main-inner > article, .site-main-inner > .woocommerce, main > .woocommerce { padding: 22px; background: #f5f5f5; border: 0; border-radius: 0; box-shadow: none; }
.site-main-inner > article > h1 { margin-top: 0; font-size: 30px; font-weight: 600; line-height: 1.2; }
.category-archive-layout{padding-bottom:10px}
.category-archive-main{min-width:0;padding:12px 0 0}
.scb-category-archive-header{display:flex;align-items:center;gap:14px;min-height:68px;padding:8px 10px;background:#fff}
.scb-category-archive-header h1{margin:0;color:#111827;font-size:30px;font-weight:600}
.scb-category-archive-header button{display:grid;width:38px;height:38px;padding:0;place-items:center;color:#172033;background:#fff;border:1px solid #e1e5eb;border-radius:50%;cursor:pointer}
.scb-category-archive-header svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto!important; margin: 0!important; }
.shop-content > .woocommerce, .shop-content .woocommerce-notices-wrapper { min-width: 0; }
.shop-content .woocommerce-products-header, .shop-content .woocommerce-result-count, .shop-content .woocommerce-ordering { margin-bottom: 16px; }
.shop-content .woocommerce-products-header { padding: 18px 20px; background: #fff; border-radius: var(--scb-radius); box-shadow: var(--scb-shadow); }
.shop-content .products { padding: 14px; background: #fff; border-radius: var(--scb-radius); box-shadow: var(--scb-shadow); }
.woocommerce button.button, .woocommerce a.button, .woocommerce input.button { color: #fff; background: var(--scb-blue); border-radius: 999px; }
.woocommerce button.button:hover, .woocommerce a.button:hover { color: #fff; background: var(--scb-orange); }

.site-footer { color: #737b89; background: #fff; border-top: 4px solid var(--scb-orange); border-radius: 9px 9px 0 0; box-shadow: -8px 0 18px rgba(23,32,51,.10), 8px 0 18px rgba(23,32,51,.10); overflow: hidden; }
.footer-grid { display: grid; grid-template-columns: 1.55fr 1fr .6fr .85fr .55fr; gap: 30px; padding: 50px 28px 36px; }
.footer-registration li { display: grid; gap: 2px; margin-bottom: 10px; }
.footer-registration li strong { color: #171b24; font-size: 12px; font-weight: 600; line-height: 1.35; }
.footer-registration li span { overflow-wrap: anywhere; }
.footer-logo img { width: 150px; height: 72px; margin-bottom: 10px; object-fit: contain; object-position: left; filter: none; mix-blend-mode: multiply; }
.site-footer h3 { margin: 12px 0 20px; color: #121722; font-size: 17px; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 12px 0; }
.site-footer a:hover { color: var(--scb-orange); }
.footer-contact-row { display: grid; grid-template-columns: 24px 1fr; gap: 10px; margin: 14px 0; }
.footer-contact-row svg { width: 19px; height: 19px; margin-top: 2px; fill: none; stroke: var(--scb-orange); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer-contact-row strong, .footer-contact-row span, .footer-contact-row a { display: block; }
.footer-contact-row span { line-height: 1.5; }
.footer-contact-row strong { margin-bottom: 7px; color: #171b24; font-size: 13px; text-transform: uppercase; }
.play-badge { width: 127px; display: block; }
.play-badge img { width: 127px; height: 41px; object-fit: contain; }
.footer-apps h3:nth-of-type(2) { margin-top: 28px; }
.social-links a { display: inline-flex; padding: 9px 15px; border: 1px solid var(--scb-line); border-radius: 999px; color: var(--scb-blue); background: #f7f9fc; font-weight: 600; }
.social-links .social-link { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: #fff; }
.social-links .social-link svg { width: 23px; height: 23px; fill: currentColor; }
.social-links .whatsapp-link { background: #25d366; }
.social-links .facebook-link { background: #1877f2; }
.social-links .youtube-link { background: #ff0000; }
.social-links .instagram-link { background: radial-gradient(circle at 30% 105%, #fdf497 0 8%, #fd5949 42%, #d6249f 68%, #285aeb 100%); }
.site-footer .social-links .social-link:hover, .site-footer .social-links .social-link:focus { color: #fff; filter: brightness(.92); transform: translateY(-1px); }
.floating-contact { position: fixed; right: 22px; bottom: 24px; z-index: 220; display: grid; justify-items: center; }
.floating-contact-trigger, .floating-contact-action { width: 58px; height: 58px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: #fff; cursor: pointer; }
.floating-contact-trigger { background: var(--scb-orange); box-shadow: 0 8px 24px rgba(228,87,11,.32); transition: transform .2s; }
.floating-contact-trigger:hover { transform: translateY(-2px) scale(1.03); }
.floating-contact-trigger svg { width: 28px; height: 28px; }
.floating-contact-options { position: absolute; right: 0; bottom: 0; display: grid; gap: 14px; opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity .2s ease,transform .2s ease; }
.floating-contact.is-open .floating-contact-options { opacity: 1; pointer-events: auto; transform: translateY(0); }
.floating-contact.is-open .floating-contact-trigger { opacity: 0; pointer-events: none; }
.floating-contact-action { box-shadow: 0 8px 26px rgba(18,35,61,.20); opacity: 0; transform: rotate(-150deg) scale(.35); transition: opacity .24s ease,transform .38s cubic-bezier(.2,.85,.3,1.2); }
.floating-contact.is-open .floating-contact-action { opacity: 1; transform: rotate(0) scale(1); }
.floating-contact.is-open .floating-contact-action:nth-child(1) { transition-delay: .12s; }
.floating-contact.is-open .floating-contact-action:nth-child(2) { transition-delay: .08s; }
.floating-contact.is-open .floating-contact-action:nth-child(3) { transition-delay: .04s; }
.floating-contact.is-open .floating-contact-action.close { transition-delay: 0s; transform: rotate(180deg) scale(1); }
.floating-contact-action svg { width: 29px; height: 29px; fill: currentColor; }
.floating-contact-action.messenger { background: #1685f8; }
.floating-contact-action.whatsapp { background: #25d366; }
.floating-contact-action.phone { background: #00c968; }
.floating-contact-action.close { background: var(--scb-orange); box-shadow: 0 8px 24px rgba(228,87,11,.32); }
.floating-contact-action.close svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
@media (prefers-reduced-motion: reduce) { .floating-contact-action, .floating-contact-options, .floating-contact-trigger { transition: none; } }
@media (max-width: 780px) { .floating-contact { right: 14px; bottom: 92px; }.floating-contact-trigger, .floating-contact-action { width: 56px; height: 56px; }.floating-contact-options { gap: 12px; } }

/* Legal, company, payment and contact pages. */
.scb-information-layout { min-height: calc(100vh - 118px); background: #fff; }
.scb-information-main { padding: 40px clamp(20px,4vw,68px) 58px; background: #fff; }
.scb-information-card { width: min(960px,100%); margin: 0 auto; padding: clamp(28px,4vw,48px); border: 0; border-radius: 0; background: #fff; box-shadow: none; }
.scb-information-header { padding-bottom: 28px; border-bottom: 1px solid #e4e7ec; }
.scb-information-header h1 { margin: 0; color: #111827; font-size: 30px; font-weight: 600; line-height: 1.15; }
.scb-information-header p { margin: 8px 0 0; color: #8a94a6; font-size: 14px; }
.scb-information-content { color: #667085; font-size: 16px; line-height: 1.75; }
.scb-information-content > :first-child { margin-top: 28px; }
.scb-information-content h2 {
  margin: 31px 0 12px;
  padding-top: 28px;
  border-top: 1px solid #e8ebef;
  color: #151a24;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
}
.scb-information-content h2:first-child { padding-top: 0; border-top: 0; }
.scb-information-content p { margin: 0 0 15px; }
.scb-information-content ul, .scb-information-content ol { margin: 12px 0 22px; padding-left: 26px; }
.scb-information-content li { margin: 7px 0; padding-left: 3px; }
.scb-information-content strong { color: #252b36; }
.scb-information-content a { color: var(--scb-blue); text-decoration: underline; text-underline-offset: 3px; }
.scb-information-content blockquote { margin: 22px 0; padding: 22px 24px; border: 1px solid #dfe4eb; border-left: 4px solid var(--scb-orange); border-radius: 7px; color: #374151; background: #f8fafc; }
.scb-information-content blockquote p { margin: 0; }
.scb-contact-card { width: min(1040px,100%); display: grid; grid-template-columns: minmax(280px,.85fr) minmax(360px,1.15fr); gap: clamp(30px,5vw,68px); margin: 0 auto; padding: clamp(32px,4vw,52px); border: 0; border-radius: 0; background: #fff; box-shadow: none; }
.scb-contact-hero { display: grid; place-items: center; min-height: 420px; border-right: 1px solid #edf0f3; }
.scb-contact-hero svg { width: min(100%,430px); height: auto; }
.contact-blob { fill: #f2f5fa; }.contact-envelope { fill: #2563eb; }.contact-envelope-fold { fill: none; stroke: #8fb0ff; stroke-width: 7; stroke-linejoin: round; }.contact-accent { fill: #ffede3; }.contact-person { fill: #172033; }.contact-line { fill: none; stroke: #dfe4eb; stroke-width: 5; stroke-linecap: round; }
.scb-contact-info { align-self: center; color: #667085; font-size: 15px; line-height: 1.6; }
.scb-page-eyebrow { color: var(--scb-orange); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.scb-contact-info h1 { margin: 7px 0 13px; color: #111827; font-size: 30px; font-weight: 600; }
.scb-info-rule { height: 1px; margin-bottom: 22px; background: #e4e7ec; }
.scb-contact-info section { margin: 0 0 19px; }
.scb-contact-info h2 { margin: 0 0 5px; color: #252b36; font-size: 16px; }
.scb-contact-info p { margin: 0; }
.scb-contact-info strong { color: #252b36; }
.scb-contact-links { margin: 23px 0 0; padding: 20px 0 0; border-top: 1px solid #e4e7ec; list-style: none; }
.scb-contact-links li { margin: 8px 0; }
.scb-contact-links a { color: var(--scb-blue); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 900px) { .scb-contact-card { grid-template-columns: 1fr; }.scb-contact-hero { min-height: 260px; padding-bottom: 25px; border-right: 0; border-bottom: 1px solid #edf0f3; }.scb-contact-hero svg { max-height: 280px; } }
@media (max-width: 780px) { .scb-information-layout { display: block; }.scb-information-layout > .category-sidebar { display: none; }.scb-information-main { padding: 16px 12px 34px; }.scb-information-card, .scb-contact-card { padding: 24px 20px; border-radius: 7px; }.scb-information-content { font-size: 15px; line-height: 1.65; }.scb-information-header { padding-bottom: 20px; }.scb-contact-hero { display: none; } }
.social-links { display: flex; gap: 12px; }
.social-links a, .social-links img { width: 24px; height: 24px; display: block; }
.copyright { padding: 22px 0 26px; border-top: 1px solid #e7e9ee; color: #666f7e; text-align: center; font-size: 12px; }
.copyright strong, .copyright span { display: block; }
.copyright strong { margin-bottom: 5px; color: #171b24; font-size: 13px; }
.payment-strip { margin-top: 24px; overflow: hidden; }
.payment-strip img { width: 100%; max-height: 58px; object-fit: contain; object-position: center; }
.mobile-nav { display: none; }

@media (max-width: 1100px) {
  .header-main { grid-template-columns: 150px 1fr auto; gap: 12px; }
  .site-branding img { width: 140px; }
  .home-layout { grid-template-columns: 12% 88%; }
  .product-grid { grid-template-columns: repeat(4,1fr); }
  .category-circle { flex-basis: 100px; }
}
@media (max-width: 780px) {
	.header-rfq { display: none; }
	.sourcing-cta { align-items: flex-start; flex-direction: column; padding: 22px; }
	.rate-row { grid-template-columns: 1fr 1fr; padding: 9px 0; }
	.rate-head { display: none; }
	.rate-row > * { padding: 5px 14px; }
	.review-slider-viewport { margin-inline: -12px; padding: 12px 0 16px; }
	.review-grid { gap: 10px; padding: 0; justify-content: center; }
	.review-card { min-width: 86%; min-height: 230px; flex-basis: 86%; align-items: center; padding: 24px; border-radius: 16px; text-align: center; }
	.review-count { display: none; }
	.review-card p { min-height: 0; }
  body { padding-bottom: 82px; background: #f4f4f4; }
  .scb-container { width: min(100% - 16px,1440px); }
  .site-header { position: sticky; top: 0; background: rgba(245,212,220,.84); box-shadow: none; -webkit-backdrop-filter: blur(14px) saturate(1.12); backdrop-filter: blur(14px) saturate(1.12); }
  .header-main { min-height: 72px; grid-template-columns: 104px minmax(0,1fr); gap: 8px; padding: 8px; }
  .site-branding img { width: 100px; height: 56px; object-fit: contain; mix-blend-mode: multiply; }
  .product-search { width: 100%; min-width: 0; grid-column: 2; grid-row: 1; display: grid; grid-template-columns: minmax(0,1fr) 40px 44px; align-items: center; overflow: hidden; border: 0; border-radius: 9px; background: #f8f8fa; }
  .product-search select { display: none; }
  .product-search input { width: 100%; min-width: 0; grid-column: 1; grid-row: 1; min-height: 46px; padding: 0 10px; border-radius: 9px 0 0 9px; background: #f8f8fa; font-size: 16px; }
  .product-search button[type="submit"] { grid-column: 2; grid-row: 1; width: 40px; min-width: 40px; min-height: 46px; padding: 0; color: var(--scb-orange); border-radius: 0; background: #f8f8fa; }
  .product-search .image-search-trigger { grid-column: 3; grid-row: 1; width: 40px; min-width: 40px; height: 40px; margin: 3px 4px 3px 0; padding: 0; color: #073b4c; border-radius: 50%; background: #fff; }
  .header-actions { display: none; }
  .nav-strip { display: none; }
  .category-drawer-backdrop { position: fixed; inset: 0; z-index: 245; display: block; background: rgba(10,15,24,.48); opacity: 0; pointer-events: none; transition: opacity .22s ease; }
  .category-drawer-backdrop[hidden] { display: block; }
  .category-sidebar { position: fixed; inset: 0; z-index: 250; width: auto; height: calc(100vh - 240px) !important; max-height: none; display: flex; border: 0; border-radius: 0; box-shadow: 0 -8px 28px rgba(23,32,51,.14); transform: translateY(calc(100% + 20px)); transition: transform .25s ease; top: 240px !important; }
  body.category-drawer-open { overflow: hidden; }
  body.category-drawer-open .category-drawer-backdrop { opacity: 1; pointer-events: auto; }
  body.category-drawer-open .category-sidebar { transform: translateY(0); }
  .mobile-category-header { min-height: 92px; display: flex; align-items: flex-start; justify-content: space-between; flex: 0 0 auto; padding: 17px 20px 14px; border-bottom: 1px solid #e7e9ee; }
  .mobile-category-header h2 { margin: 0; color: #151923; font-size: 20px; font-weight: 600; }
  .mobile-category-header p { margin: 8px 0 0; color: #7a8497; font-size: 14px; }
  .mobile-category-header button { margin: -6px -7px 0 0; padding: 4px 8px; border: 0; color: #4e5664; background: transparent; font-size: 27px; line-height: 1; cursor: pointer; }
  .category-sidebar .category-title { display: none; }
  .category-sidebar .category-menu { padding: 12px 12px 24px; background: #fff; }
  .category-sidebar .category-menu-row { min-height: 48px; }
  .category-sidebar .category-menu-item { border-bottom: 0; }
  .category-sidebar .category-parent-link { gap: 12px; padding: 7px 8px; font-size: 14px; font-weight: 400; }
  .category-sidebar .category-icon { width: 25px; height: 25px; flex-basis: 25px; display: grid; place-items: center; color: var(--scb-orange); filter: none; }
  .category-sidebar .category-icon img { width: 23px; height: 23px; object-fit: contain; filter: brightness(0) saturate(100%) invert(38%) sepia(98%) saturate(2616%) hue-rotate(1deg) brightness(95%) contrast(92%); }
  .category-sidebar .category-chevron, .category-sidebar .subcategory-toggle { width: 38px; color: #141922; }
  .category-sidebar .subcategory-menu { padding: 3px 12px 12px 50px; }
  .category-sidebar .subcategory-menu a { padding: 8px 4px; font-size: 14px; font-weight: 400; }
  .category-sidebar .sidebar-tools { display: none; }
  .home-layout { display: block; padding-top: 8px; }
  .home-layout.scb-container { width: min(100% - 16px,1440px); margin-inline: auto; }
  .home-main { padding: 0; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 8px; }
  .hero-primary { min-height: 0; padding: 0; }
  .hero-secondary { display: block; aspect-ratio: auto; }
  .hero-shipping-cta { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 20px; color: #172033; background: linear-gradient(105deg,#fff0e6,#ffd1b5); font-size: 14px; font-weight: 600; line-height: 1.2; }
  .hero-shipping-cta > picture { display: none; }
  .hero-shipping-cta > span { display: inline; }
  .hero-shipping-cta strong { min-width: 150px; min-height: 38px; display: inline-flex; flex: 0 0 auto; padding: 7px 13px; font-size: 14px; }
  .hero h1 { font-size: 34px; }
  .home-section { margin-top: 12px; padding: 10px; border-radius: 10px; box-shadow: none; }
  .category-slider-section { padding: 12px 8px 15px; }
  .category-slider-section .section-heading { margin-bottom: 10px; }
  .category-slider-section .section-heading h2 { font-size: 22px; font-weight: 600; }
  .category-slider-viewport { padding: 0 24px; }
  .category-circles { gap: 16px; }
  .category-circle { flex: 0 0 calc((100% - 32px)/3); min-width: 0; }
  .category-circle-media { width: 72px; height: 81px; margin-bottom: 5px; }
  .category-circle img, .category-circle-placeholder { width: 72px; height: 72px; }
  .category-circle-media b { padding: 1px 7px; font-size: 10px; line-height: 16px; }
  .category-circle-name { font-size: 12px; line-height: 17px; }
  .category-slider-prev, .category-slider-next { display: grid; top: 23px; background: transparent; }
  .product-grid { grid-template-columns: repeat(2,1fr); gap: 8px; }
  .product-section { padding: 10px 8px; }
  .product-section .section-heading h2 { font-size: 20px; }
  .site-footer { display: block; width: calc(100% - 16px); margin: 16px 8px 0; border-top: 4px solid var(--scb-orange); border-radius: 10px 10px 0 0; box-shadow: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 18px; padding: 32px 18px 26px; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-logo img { width: 135px; height: 66px; margin-bottom: 14px; }
  .footer-contact-row { grid-template-columns: 22px 1fr; gap: 9px; margin: 15px 0; }
  .footer-contact-row strong { margin-bottom: 5px; font-size: 12px; }
  .footer-contact-row span, .footer-contact-row a { font-size: 13px; line-height: 1.55; }
  .site-footer h3 { margin: 0 0 16px; font-size: 15px; font-weight: 600; }
  .site-footer li { margin: 10px 0; font-size: 13px; }
  .footer-social { grid-column: 1 / -1; }
  .social-links a { padding: 7px 12px; font-size: 13px; }
  .copyright { padding: 20px 16px 28px; }
  .payment-strip { margin-top: 16px; }
  .mobile-nav { position: fixed; inset: auto 0 0; z-index: 200; min-height: 76px; display: grid; grid-template-columns: repeat(5,1fr); padding: 9px 3px 7px; color: #073b4c; background: rgba(242,203,210,.84); box-shadow: 0 -4px 18px rgba(7,59,143,.12); -webkit-backdrop-filter: blur(14px) saturate(1.12); backdrop-filter: blur(14px) saturate(1.12); }
  .mobile-nav a { display: grid; place-items: center; align-content: center; gap: 4px; font-size: 12px; font-weight: 400; }
  .mobile-nav a > svg { width: 29px; height: 29px; stroke-width: 1.6; }
  .mobile-nav .mobile-nav-home { width: 68px; height: 68px; align-self: center; justify-self: center; margin-top: -31px; border-radius: 50%; background: #fff; box-shadow: 0 5px 16px rgba(23,32,51,.15); }
  .mobile-nav-home img { width: 55px; height: 55px; border-radius: 50%; object-fit: contain; mix-blend-mode: multiply; }
  .woocommerce ul.products { grid-template-columns: repeat(2,1fr); }
}

/* Wishlist product grid. */
.scb-wishlist-panel.scb-wishlist-products {
  display: block;
  padding: 14px;
}
.scb-wishlist-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(240px, 1fr));
  gap: 16px;
  max-width: 100%;
}
.scb-wishlist-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dfe3e8;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(23, 32, 51, .14);
}
.scb-wishlist-image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f3f4f4;
}
.scb-wishlist-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scb-wishlist-card .discount-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  min-width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  padding: 0 7px;
  border-radius: 11px;
  color: #fff;
  background: #df2860;
  font-size: 13px;
  font-weight: 500;
}
.scb-wishlist-remove {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  margin: 0;
}
.scb-wishlist-remove button {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 8px;
  color: #ff365f;
  background: #fff;
  box-shadow: 0 2px 8px rgba(23, 32, 51, .16);
  cursor: pointer;
}
.scb-wishlist-remove svg { display: none; }
.scb-wishlist-remove button::before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 11v6'/%3E%3Cpath d='M14 11v6'/%3E%3Cpath d='M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6'/%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 11v6'/%3E%3Cpath d='M14 11v6'/%3E%3Cpath d='M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6'/%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'/%3E%3C/svg%3E") center / contain no-repeat;
}
.scb-wishlist-card-body { padding: 20px 28px 11px; }
.scb-wishlist-card-body > a { color: #172033; text-decoration: none; }
.scb-wishlist-card-body h2 {
  overflow: hidden;
  margin: 0 0 13px;
  color: #172033;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
}
.scb-wishlist-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
  white-space: nowrap;
}
.scb-wishlist-price strong,
.scb-wishlist-price strong .woocommerce-Price-amount {
  color: #df2860;
  font-size: 19px;
  font-weight: 600;
}
.scb-wishlist-price del,
.scb-wishlist-price del .woocommerce-Price-amount {
  color: #7a8393;
  font-size: 12px;
  font-weight: 400;
}
.scb-wishlist-card-body form { margin: 0; }
.scb-wishlist-buy {
  width: 100%;
  min-height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 8px 14px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: #df2860;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.scb-wishlist-buy:hover { background: #c91f53; }
.scb-wishlist-buy svg { width: 18px; height: 18px; }
.scb-wishlist-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 100%;
  padding: 15px 0 4px;
}
.scb-wishlist-pagination a {
  min-width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #172033;
  text-decoration: none;
}
.scb-wishlist-pagination a.active { color: #fff; background: #df2860; }
.scb-wishlist-pagination a.disabled { opacity: .4; pointer-events: none; }

@media (max-width: 1100px) and (min-width: 621px) {
  .scb-wishlist-grid { grid-template-columns: repeat(2, minmax(240px, 1fr)); }
}
@media (max-width: 620px) {
  .scb-wishlist-panel.scb-wishlist-products { padding: 10px; }
  .scb-wishlist-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .scb-wishlist-card-body { padding: 13px 16px 10px; }
  .scb-wishlist-card-body h2 { margin-bottom: 10px; font-size: 14px; }
  .scb-wishlist-price { gap: 8px; margin-bottom: 10px; }
  .scb-wishlist-price strong, .scb-wishlist-price strong .woocommerce-Price-amount { font-size: 17px; }
  .scb-wishlist-remove { top: 9px; right: 9px; }
  .scb-wishlist-remove button { width: 38px; height: 38px; }
  .scb-wishlist-card .discount-badge { top: 9px; left: 9px; min-width: 38px; height: 38px; }
}

.footer-social .social-links a:not(.social-link) { width: auto; height: auto; padding: 9px 15px; }
@media (max-width: 480px) {
  .header-main { grid-template-columns: 86px minmax(0,1fr); gap: 6px; }
  .site-branding img { width: 84px; }
  .product-search { grid-template-columns: minmax(0,1fr) 38px 42px; }
  .product-search button[type="submit"] { width: 38px; min-width: 38px; }
  .product-search .image-search-trigger { width: 38px; min-width: 38px; height: 38px; }
  .product-search input { padding-inline: 9px; }
  .header-actions { gap: 5px; }
  .header-action { width: 38px; height: 38px; }
  .hero-primary { min-height: 0; }
  .hero h1 { font-size: 29px; }
  .hero p { font-size: 13px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

/* Reference marketplace shell: fixed category rail with an independent sticky header. */
@media (min-width: 781px) {
  :root { --scb-rail-width: 14%; --scb-header-height: 74px; }
  .site-header,
  body.woocommerce .site-header,
  body.woocommerce-page .site-header { width: calc(100% - var(--scb-rail-width)) !important; max-width: none; margin-right: 0 !important; margin-left: var(--scb-rail-width) !important; padding: 0 !important; background: rgba(255,231,215,.82); box-shadow: 0 1px 5px rgba(18,35,61,.06); -webkit-backdrop-filter: blur(14px) saturate(1.15); backdrop-filter: blur(14px) saturate(1.15); }
  body.admin-bar .site-header { top: 32px; }
  .site-header .header-main.scb-container,
  body.woocommerce-page .site-header .header-main.scb-container { width: 100% !important; max-width: none; min-height: var(--scb-header-height); margin: 0 !important; padding: 5px 18px !important; grid-template-columns: 125px minmax(0,1fr) auto; justify-content: space-between; gap: 18px; }
  .site-branding, .site-branding a { background: transparent; }
  .site-branding img { width: 112px; height: 62px; object-fit: contain; object-position: left center; mix-blend-mode: multiply; }
  .product-search { width: 100%; min-width: 0; display: grid; grid-template-columns: minmax(0,1fr) 48px 52px; align-items: center; overflow: hidden; border: 0; border-radius: 9px; background: rgba(248,249,251,.96); }
  .product-search select { display: none; }
  .product-search input { grid-column: 1; grid-row: 1; min-height: 54px; padding: 0 24px; color: #172033; background: rgba(248,249,251,.96); border-radius: 9px 0 0 9px; font-size: 16px; }
  .product-search input::placeholder { color: #98a1b2; }
  .product-search button[type="submit"] { grid-column: 2; grid-row: 1; width: 48px; min-height: 54px; color: var(--scb-orange); background: rgba(248,249,251,.96); border-radius: 0 9px 9px 0; }
  .product-search .image-search-trigger { grid-column: 3; grid-row: 1; width: 46px; min-width: 46px; height: 46px; margin: 4px 3px; padding: 0; color: #073b4c; background: #fff; border-radius: 50%; box-shadow: none; }
  .header-actions { justify-content: space-between; gap: 12px; }
  .header-action { width: 44px; height: 44px; border: 0; color: #073b4c; background: transparent; }
  .header-action svg { width: 29px; height: 29px; stroke-width: 2.15; }
  .header-action:hover { color: var(--scb-orange); background: rgba(255,255,255,.35); }
  .cart-count { top: -1px; right: -1px; background: var(--scb-orange); }
  .nav-strip { display: none; }
  .home-layout { grid-template-columns: var(--scb-rail-width) calc(100% - var(--scb-rail-width)); padding-top: 0; }
  .home-layout > .home-main { grid-column: 2; padding: 10px 12px 0; }
  .category-sidebar { position: fixed; inset: 0 auto 0 0; z-index: 110; width: var(--scb-rail-width); height: 100vh; background: #fff; border-right: 1px solid #e3e7ed; box-shadow: none; }
  body.admin-bar .category-sidebar { top: 32px; height: calc(100vh - 32px); }
  .category-title { display: none; }
  .category-menu { padding-top: 5px; }
  .category-menu-row { min-height: 51px; }
  .category-parent-link { gap: 10px; padding: 9px 2px 9px 14px; font-size: 14px; }
  .category-icon { width: 28px; height: 28px; flex-basis: 28px; display: grid; place-items: center; color: var(--scb-orange); }
  .category-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
  .category-icon img { display: block; width: 25px; height: 25px; object-fit: contain; }
  .category-icon img[src$=".png"] { filter: brightness(0) saturate(100%) invert(38%) sepia(98%) saturate(2616%) hue-rotate(1deg) brightness(95%) contrast(92%); }
  .category-chevron, .subcategory-toggle { width: 34px; font-size: 25px; }
  .sidebar-tools { min-height: 94px; padding: 8px 10px; }
  .sidebar-tools a { min-height: 74px; font-size: 12px; }
  .site-footer { width: calc(100% - var(--scb-rail-width) - 20px); margin-left: calc(var(--scb-rail-width) + 10px); margin-right: 10px; }
}

@media (min-width: 781px) and (max-width: 1100px) {
  :root { --scb-rail-width: 17%; }
  .site-header .header-main.scb-container,
  body.woocommerce-page .site-header .header-main.scb-container { padding-inline: 10px !important; grid-template-columns: 100px minmax(0,1fr) auto; gap: 10px; }
  .site-branding img { width: 96px; }
  .product-search { width: 100%; min-width: 0; grid-template-columns: minmax(0,1fr) 42px 46px; align-items: center; overflow: hidden; border-radius: 9px; background: rgba(248,249,251,.96); }
  .product-search input { width: 100%; min-width: 0; padding-inline: 14px; }
  .product-search button[type="submit"] { width: 42px; min-width: 42px; padding: 0; border-radius: 0; }
  .product-search .image-search-trigger { width: 40px; min-width: 40px; height: 40px; margin: 4px 3px; padding: 0; }
  .header-rfq { display: none; }
  .header-actions { gap: 5px; }
  .header-action { width: 40px; height: 40px; }
}

/* Marketplace cart and wishlist. */
.scb-account-page { min-height: calc(100vh - 74px); padding-bottom: 0; }
.scb-account-page > .home-main { padding: 0; }
.scb-marketplace-content { min-width: 0; }
.scb-page-heading { min-height: 66px; display: flex; align-items: center; gap: 14px; padding: 8px 14px; background: #fff; border-bottom: 1px solid #edf0f3; }
.scb-page-heading button { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid #e0e5eb; border-radius: 50%; color: #172033; background: #fff; cursor: pointer; }
.scb-page-heading h1 { margin: 0; font-size: 30px; font-weight: 600; line-height: 1.2; }
.scb-account-page .shop-content > .woocommerce { padding: 12px; background: transparent; border-radius: 0; box-shadow: none; }
.scb-dashboard-page .woocommerce { display: grid; gap: 14px; }
.scb-dashboard-page .woocommerce::before,.scb-dashboard-page .woocommerce::after { display: none; }
.scb-account-hero { min-height: 220px; display: grid; grid-template-columns: minmax(280px,1fr) auto; align-items: center; gap: 28px; padding: 34px 28px; border: 1px solid #e3e7ec; border-top: 3px solid var(--scb-orange); border-radius: 9px; background: #fff; box-shadow: 0 1px 4px rgba(18,35,61,.06); }
.scb-account-profile { display: flex; align-items: center; gap: 16px; }
.scb-account-avatar { position: relative; width: 66px; height: 66px; flex: 0 0 66px; display: grid; place-items: center; border-radius: 18px; color: #fff; background: var(--scb-blue); font-size: 27px; font-weight: 600; box-shadow: 0 5px 14px rgba(7,59,143,.2); }
.scb-account-avatar i { position: absolute; right: -2px; bottom: -2px; width: 14px; height: 14px; border: 3px solid #fff; border-radius: 50%; background: #0cbd71; }
.scb-account-profile > div { display: grid; grid-template-columns: auto auto; align-items: center; justify-content: start; gap: 3px 8px; }
.scb-account-profile strong { font-size: 16px; font-weight: 600; }
.scb-account-profile b { padding: 3px 9px; border-radius: 999px; color: #07844c; background: #e9fff4; font-size: 11px; font-weight: 500; }
.scb-account-profile > div span { grid-column: 1/-1; color: #738095; font-size: 13px; }
.scb-account-hero .woocommerce-MyAccount-navigation { float: none; width: auto; }
.scb-account-hero .woocommerce-MyAccount-navigation ul { display: flex; align-items: stretch; gap: 4px; margin: 0; padding: 0; list-style: none; }
.scb-account-hero .woocommerce-MyAccount-navigation li { margin: 0; }
.scb-account-hero .woocommerce-MyAccount-navigation a { min-width: 76px; min-height: 70px; display: grid; place-items: center; align-content: center; gap: 5px; padding: 9px 8px; border-radius: 8px; color: #496071; font-size: 11px; font-weight: 500; }
.scb-account-hero .woocommerce-MyAccount-navigation a svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.scb-account-hero .woocommerce-MyAccount-navigation .is-active a,.scb-account-hero .woocommerce-MyAccount-navigation a:hover { color: var(--scb-orange-dark); background: #fff2eb; }
.scb-dashboard-page .woocommerce-MyAccount-content { float: none; width: 100%; }
.scb-account-dashboard { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 14px; }
.scb-account-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.scb-account-stat { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 22px; border: 1px solid #e3e7ec; border-radius: 8px; background: #fff; box-shadow: 0 1px 4px rgba(18,35,61,.05); }
.scb-account-stat span { display: grid; gap: 8px; }
.scb-account-stat small { color: #263247; font-size: 13px; font-weight: 600; }
.scb-account-stat strong { font-size: 25px; font-weight: 600; }
.scb-account-stat i { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: #687386; background: radial-gradient(circle closest-side,#fff 76%,transparent 78% 99%),conic-gradient(var(--scb-orange) var(--progress),#ffe2d2 0); font-size: 12px; font-style: normal; font-weight: 600; }
.scb-account-manager { min-height: 150px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 12px; padding: 20px; border: 1px solid #e3e7ec; border-radius: 8px; background: #fff; }
.scb-account-manager > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: var(--scb-blue); font-weight: 600; }
.scb-account-manager strong { font-weight: 600; }
.scb-account-manager p { margin: 5px 0 0; color: #738095; font-size: 12px; line-height: 1.45; }
.scb-account-manager a { padding: 8px 10px; border-radius: 6px; color: #fff; background: #0caa62; font-size: 11px; font-weight: 600; }
.scb-account-recent { margin-top: 14px; padding: 18px; border: 1px solid #e3e7ec; border-radius: 8px; background: #fff; }
.scb-account-recent header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.scb-account-recent h2 { margin: 0; color: #172033; font-size: 18px; }
.scb-account-recent header > a { padding: 7px 14px; border-radius: 6px; color: #fff; background: var(--scb-orange); font-size: 12px; font-weight: 600; }
.scb-recent-order-list { display: grid; border: 1px solid #e5e9ef; border-radius: 7px; overflow: hidden; }
.scb-recent-order-list > a { display: grid; grid-template-columns: .7fr 1fr .7fr .8fr; align-items: center; gap: 14px; padding: 14px 16px; border-bottom: 1px solid #e5e9ef; }
.scb-recent-order-list > a:last-child { border-bottom: 0; }
.scb-recent-order-list span { color: #738095; }
.scb-recent-order-list b { font-weight: 600; }
.scb-recent-order-list em { justify-self: end; padding: 5px 9px; border-radius: 999px; color: #80502f; background: #fff1e7; font-size: 11px; font-style: normal; }
.scb-dashboard-page table.shop_table { border: 1px solid #e3e7ec; border-radius: 8px; background: #fff; overflow: hidden; }
.scb-dashboard-page table.shop_table th { color: #172033; background: #fafbfc; font-weight: 600; }
.scb-dashboard-page table.shop_table th,.scb-dashboard-page table.shop_table td { padding: 14px 16px; border-color: #e7ebf0; }
.scb-dashboard-page .woocommerce-button { border-radius: 6px !important; color: #fff !important; background: var(--scb-orange) !important; font-weight: 600 !important; }
.scb-wishlist-panel { min-height: calc(100vh - 153px); margin: 10px 12px 0; display: grid; place-items: center; background: #fff; border-radius: 8px 8px 0 0; }
.scb-empty-state { min-height: 410px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 50px 20px; text-align: center; }
.scb-empty-icon { width: 78px; height: 78px; display: grid; place-items: center; margin-bottom: 12px; color: #d3dce5; }
.scb-empty-icon svg { width: 70px; height: 70px; stroke-width: 1.6; }
.scb-empty-cart { color: var(--scb-orange); }
.scb-empty-cart svg { width: 64px; height: 64px; }
.scb-empty-state h2 { margin: 8px 0 7px; color: #111a2d; font-size: 22px; }
.scb-empty-state p { margin: 0; color: #62708a; font-size: 17px; }
.scb-empty-action { margin-top: 22px; padding: 11px 24px; border-radius: 7px; color: #fff; background: var(--scb-orange); font-weight: 600; }
.scb-cart-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 16px; align-items: start; }
.scb-cart-products { min-width: 0; }
.scb-select-bar { min-height: 74px; display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border: 1px solid #ffd4c0; border-radius: 8px; background: #fff2ed; }
.scb-select-bar label { display: flex; align-items: center; gap: 12px; font-size: 16px; font-weight: 500; cursor: pointer; }
.scb-select-bar input, .scb-item-check input { position: absolute; opacity: 0; pointer-events: none; }
.scb-checkmark { width: 24px; height: 24px; display: inline-grid; place-items: center; flex: 0 0 24px; border: 2px solid #aeb7c3; border-radius: 50%; background: #fff; }
input:checked + .scb-checkmark { border-color: #172033; background: #172033; }
input:checked + .scb-checkmark::after { content: ''; width: 8px; height: 4px; border: solid #fff; border-width: 0 0 2px 2px; transform: rotate(-45deg) translate(1px,-1px); }
.scb-select-count { color: #697489; }
.scb-cart-list { margin-top: 14px; overflow: hidden; border-radius: 8px; background: #fff; box-shadow: 0 1px 4px rgba(23,32,51,.12); }
.scb-cart-item { display: grid; grid-template-columns: 28px 88px minmax(0,1fr); gap: 14px; padding: 14px 16px; border-bottom: 1px solid #e7e9ed; }
.scb-cart-item:last-child { border-bottom: 0; }
.scb-item-check { padding-top: 8px; cursor: pointer; }
.scb-cart-thumb { width: 88px; height: 88px; overflow: hidden; border-radius: 6px; background: #f1f3f5; }
.scb-cart-thumb img { width: 100%; height: 100%; object-fit: cover; }
.scb-cart-info { min-width: 0; }
.scb-cart-title-row { display: flex; justify-content: space-between; gap: 12px; }
.scb-cart-id { color: #778194; font-size: 13px; }
.scb-cart-title-row h2 { margin: 4px 0 0; font-size: 15px; line-height: 1.45; font-weight: 600; }
.scb-remove-item { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; color: var(--scb-orange); border-radius: 6px; }
.scb-remove-item:hover { background: #fff0ea; }
.scb-cart-item-bottom { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-top: 12px; padding-top: 10px; border-top: 1px solid #edf0f2; }
.scb-cart-meta { color: #4f596c; font-size: 13px; }
.scb-cart-meta dl { margin: 0; }
.scb-cart-pricing { display: grid; grid-template-columns: auto auto; align-items: center; gap: 2px 14px; text-align: right; white-space: nowrap; }
.scb-cart-pricing strong { font-size: 18px; }
.scb-cart-pricing small { grid-column: 2; color: #7c8594; }
.scb-quantity .qty { width: 64px; height: 34px; padding: 4px; border: 1px solid #bbc2cc; border-radius: 5px; text-align: center; }
.scb-cart-actions { display: flex; justify-content: flex-end; padding: 12px 0; }
.scb-cart-summary { padding: 16px 14px 12px; border-radius: 8px; background: #fff; box-shadow: 0 1px 4px rgba(23,32,51,.12); }
.scb-cart-summary h2 { margin: 0 0 24px; text-align: center; font-size: 21px; }
.scb-summary-row { display: flex; justify-content: space-between; gap: 18px; margin: 18px 0; font-size: 16px; }
.scb-summary-row strong { font-weight: 600; }
.scb-discount strong { color: #ef3d32; }
.scb-grand-total { font-weight: 600; }
.scb-delivery-note { margin-top: 26px; padding: 11px 8px; border: 1px dashed #93a5ad; border-radius: 7px; text-align: center; }
.scb-delivery-note span, .scb-delivery-note strong { display: block; }
.scb-delivery-note span { margin-bottom: 4px; color: #8791a3; }
.scb-checkout-button { min-height: 48px; display: flex; align-items: center; justify-content: center; margin-top: 24px; border-radius: 7px; color: #fff; background: var(--scb-orange); font-size: 17px; font-weight: 600; }
.scb-checkout-button.is-disabled { opacity: .48; pointer-events: none; }
.scb-cart-empty { min-height: 410px; border-radius: 8px; background: #fff; }
.scb-cart-summary .woocommerce-Price-amount { white-space: nowrap; }

@media (max-width: 1000px) and (min-width: 781px) { .scb-cart-grid { grid-template-columns: minmax(0,1fr) 280px; } }
@media (max-width: 780px) {
  .scb-account-page { width: 100% !important; padding-top: 0; }
  .scb-page-heading { min-height: 58px; padding-inline: 12px; }
  .scb-page-heading h1 { font-size: 21px; }
  .scb-wishlist-panel { min-height: 55vh; margin: 8px; }
  .scb-cart-grid { grid-template-columns: 1fr; }
  .scb-cart-summary { order: 2; }
  .scb-cart-item { grid-template-columns: 24px 72px minmax(0,1fr); gap: 9px; padding: 12px 9px; }
  .scb-cart-thumb { width: 72px; height: 72px; }
  .scb-cart-item-bottom { align-items: start; flex-direction: column; }
  .scb-cart-pricing { width: 100%; justify-content: end; }
}

/* Keep marketplace actions on the orange brand palette. */
.scb-wishlist-card .discount-badge,
.scb-wishlist-buy,
.scb-wishlist-pagination a.active { background: var(--scb-orange); }
.scb-wishlist-buy:hover { background: var(--scb-orange-dark); }
.scb-wishlist-price strong,
.scb-wishlist-price strong .woocommerce-Price-amount,
.scb-wishlist-remove button { color: var(--scb-orange); }

/* Populated cart layout. */
.scb-select-bar {
  min-height: 72px;
  border-color: #ffd2ba;
  background: #fff2eb;
}
.scb-select-bar label { font-weight: 500; }
.scb-remove-selected {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  color: var(--scb-orange);
  background: transparent;
  cursor: pointer;
}
.scb-remove-selected svg { width: 21px; height: 21px; }
.scb-remove-selected:disabled { opacity: .45; cursor: wait; }
.scb-cart-list {
  display: grid;
  gap: 14px;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}
.scb-cart-item {
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(23,32,51,.14);
}
.scb-item-check .scb-checkmark { border-color: #172033; }
.scb-item-check input:checked + .scb-checkmark,
.scb-select-bar input:checked + .scb-checkmark { border-color: #172033; background: #172033; }
.scb-remove-item { color: var(--scb-orange); }
.scb-discount strong { color: var(--scb-orange); }
.scb-cart-summary { border: 1px solid #e5e9f0; }

/* Prevent WooCommerce defaults from collapsing marketplace cart cards. */
.woocommerce .scb-cart-products,
.woocommerce .woocommerce-cart-form,
.woocommerce .scb-cart-list { width: 100%; min-width: 0; }
.woocommerce .scb-cart-item {
  width: 100%;
  grid-template-columns: 28px 88px minmax(0, 1fr);
  grid-template-areas: "check thumb info";
  align-items: start;
}
.woocommerce .scb-item-check { grid-area: check; }
.woocommerce .scb-cart-thumb { grid-area: thumb; }
.woocommerce .scb-cart-info {
  grid-area: info;
  width: 100%;
  min-width: 0;
}
.woocommerce .scb-cart-title-row { width: 100%; align-items: start; }
.woocommerce .scb-cart-title-row > div { flex: 1 1 auto; width: auto; min-width: 0; }
.woocommerce .scb-cart-title-row h2 {
  width: 100%;
  max-width: none;
  overflow: hidden;
  word-break: normal;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.woocommerce .scb-cart-meta,
.woocommerce .scb-cart-meta dl { width: 100%; }
.woocommerce .scb-cart-meta dl.variation {
  display: grid;
  grid-template-columns: max-content minmax(0,1fr);
  gap: 3px 8px;
}
.woocommerce .scb-cart-meta .variation dt,
.woocommerce .scb-cart-meta .variation dd { float: none; margin: 0; padding: 0; }
.scb-cart-actions .button,
.scb-cart-actions .button:disabled {
  min-width: 132px;
  min-height: 42px;
  padding: 9px 18px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: var(--scb-orange);
  font-size: 14px;
  font-weight: 500;
  opacity: 1;
  cursor: pointer;
}
.scb-cart-thumb img {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 6px;
  object-fit: cover;
}
.scb-cart-qty {
  min-width: 76px;
  padding: 5px 10px;
  border: 1px solid #172033;
  border-radius: 6px;
  color: #172033;
  background: #fff;
  text-align: center;
  font-weight: 500;
}
.scb-checkout-button.is-loading { opacity: .65; pointer-events: none; }
.woocommerce .scb-cart-item-bottom {
  display: grid;
  grid-template-columns: 72px minmax(0,1fr) auto;
  align-items: center;
}
.scb-variation-thumb {
  width: 58px;
  height: 58px;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background: #f2f4f6;
}
.scb-variation-thumb img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 780px) {
  .woocommerce .scb-cart-item {
    grid-template-columns: 24px 72px minmax(0,1fr);
  }
}

/* Cart cards aligned with the supplied marketplace reference. */
.scb-cart-grid { grid-template-columns: minmax(0,1fr) 340px; gap: 20px; padding: 6px 0 24px; align-items: start; }
.scb-cart-products { width: 100%; }
.scb-cart-summary { position: sticky; top: calc(var(--scb-header-height) + 16px); width: 100%; margin: 0; }
.scb-select-bar { min-height: 72px; padding: 14px 24px; border: 1px solid #e5e7eb; border-radius: 14px; background: #fff; box-shadow: none; }
.scb-select-bar label { gap: 13px; color: #090b0f; font-size: 16px; font-weight: 400; }
.scb-select-bar .scb-checkmark,
.scb-item-check .scb-checkmark { width: 26px; height: 26px; flex-basis: 26px; border: 2px solid var(--scb-orange); color: #fff; background: #fff; }
.scb-select-bar input:checked + .scb-checkmark,
.scb-item-check input:checked + .scb-checkmark,
.scb-select-bar input:indeterminate + .scb-checkmark { border-color: var(--scb-orange); background: var(--scb-orange); }
.scb-select-bar input:checked + .scb-checkmark::after,
.scb-item-check input:checked + .scb-checkmark::after { width: 11px; height: 6px; border-width: 0 0 3px 3px; }
.scb-select-count { padding: 9px 20px; border: 1.5px solid #75baff; border-radius: 999px; color: #0758d5; background: #eff8ff; font-size: 17px; font-weight: 600; }
.scb-select-actions { display: flex; align-items: center; gap: 14px; }
.scb-select-actions .scb-remove-selected { width: 42px; height: 42px; color: var(--scb-orange); }
.scb-select-actions .scb-remove-selected:hover { border-radius: 50%; background: #fff0e8; }
.scb-cart-list { gap: 20px; margin-top: 28px; }
.woocommerce .scb-cart-item,
.scb-cart-item { display: block; overflow: hidden; padding: 0; border: 1px solid #e5e7eb; border-radius: 15px; background: #fff; box-shadow: none; }
.scb-cart-item-head { min-height: 120px; display: flex !important; align-items: flex-start; gap: 14px; padding: 14px 18px; }
.woocommerce .scb-cart-item-head > .scb-item-check,
.woocommerce .scb-cart-item-head > .scb-cart-thumb,
.woocommerce .scb-cart-item-head > .scb-cart-title-row,
.woocommerce .scb-cart-item-head > .scb-cart-head-actions { grid-area: auto; }
.scb-item-check { flex: 0 0 26px; padding: 13px 0 0; }
.scb-cart-thumb { flex: 0 0 92px; width: 92px; height: 92px; border-radius: 8px; }
.scb-cart-thumb img { border-radius: 12px; }
.scb-cart-title-row { flex: 1 1 auto; width: auto; min-width: 0; padding-top: 3px; text-align: left !important; }
.woocommerce .scb-cart-title-row > div { width: 100%; min-width: 0; }
.scb-cart-id { display: block; margin-bottom: 5px; color: #697489; font-size: 16px; }
.woocommerce .scb-cart-title-row h2,
.scb-cart-title-row h2 { max-width: 900px; margin: 0; color: #08090c; font-size: 18px; font-weight: 600; line-height: 1.35; -webkit-line-clamp: 2; }
.scb-cart-head-actions { flex: 0 0 42px; display: flex; align-items: center; justify-content: flex-end; margin-left: auto; padding-top: 7px; }
.scb-add-note,.scb-edit-item { display: inline-flex; align-items: center; justify-content: center; padding: 8px 13px; border: 0; border-radius: 9px; color: #fff; background: #167c91; font-size: 18px; font-weight: 600; cursor: pointer; }
.scb-remove-item { width: 38px; height: 38px; color: #d50000; }
.scb-remove-item:hover { color: #b00000; background: #fff1f1; }
.scb-remove-item svg { width: 25px; height: 25px; }
.scb-cart-variant { min-height: 104px; display: flex !important; align-items: center; gap: 14px; padding: 16px 28px; border-top: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb; }
.scb-variation-thumb { width: 64px; height: 64px; border: 1px solid #e1e4e8; border-radius: 8px; }
.scb-variation-thumb { flex: 0 0 64px; }
.scb-cart-meta { flex: 0 1 auto; width: auto !important; color: #10131a; font-size: 16px; font-weight: 400; line-height: 1.5; text-align: left !important; }
.scb-cart-meta span { font-weight: 500; }
.woocommerce .scb-cart-meta dl.variation { grid-template-columns: max-content minmax(0,1fr); gap: 7px 6px; }
.woocommerce .scb-cart-meta .variation dt:after { content: ':'; }
.woocommerce .scb-cart-meta .variation dd { font-weight: 500; }
.scb-row-prices { flex: 0 0 auto; display: flex; align-items: center; gap: 30px; margin-left: auto; }
.scb-unit-price,.scb-line-price { color: #080a0d; font-size: 17px; text-align: right; white-space: nowrap; }
.scb-edit-item { justify-self: end; text-decoration: none; }
.scb-cart-item-foot { min-height: 66px; display: flex; align-items: center; justify-content: flex-end; gap: 18px; padding: 12px 28px; }
.scb-cart-qty { min-width: 0; padding: 5px 12px; border: 1px solid #172033; border-radius: 6px; color: #172033; font-size: 15px; }
.scb-cart-item-foot > strong { padding: 0; border: 0; color: #172033; font-size: 18px; }
.scb-add-note:focus,.scb-edit-item:focus { outline: 3px solid rgba(22,124,145,.2); outline-offset: 2px; }
@media(max-width:1100px) and (min-width:781px){.scb-cart-grid{grid-template-columns:minmax(0,1fr) 290px;gap:14px}.scb-cart-item-head{grid-template-columns:34px 86px minmax(0,1fr);padding:20px}.scb-cart-thumb{width:86px;height:86px}.scb-cart-head-actions{grid-column:3;justify-content:flex-end}.scb-cart-variant{grid-template-columns:70px minmax(0,1fr) auto;padding:18px 20px}.scb-variation-thumb{width:64px;height:64px}.scb-unit-price{grid-column:2}.scb-line-price,.scb-edit-item{grid-column:3}.scb-cart-item-foot{padding-inline:20px}}
@media(max-width:780px){.scb-cart-grid{grid-template-columns:1fr}.scb-cart-summary{position:static;order:2}}
@media(max-width:600px){.scb-select-bar{min-height:68px;padding:13px 15px}.scb-select-bar label{font-size:16px}.scb-select-bar .scb-checkmark,.scb-item-check .scb-checkmark{width:24px;height:24px;flex-basis:24px}.scb-select-count{padding:7px 11px;font-size:13px}.scb-cart-item-head{grid-template-columns:28px 70px minmax(0,1fr);gap:10px;padding:15px}.scb-cart-thumb{width:70px;height:70px}.scb-cart-id{font-size:12px}.woocommerce .scb-cart-title-row h2,.scb-cart-title-row h2{font-size:15px}.scb-cart-head-actions{grid-column:2/4;gap:12px}.scb-add-note,.scb-edit-item{font-size:14px}.scb-cart-variant{grid-template-columns:56px minmax(0,1fr);gap:12px;padding:15px}.scb-variation-thumb{width:54px;height:54px}.scb-cart-meta{font-size:14px}.scb-unit-price,.scb-line-price{grid-column:2;font-size:15px;text-align:left}.scb-edit-item{grid-column:2;justify-self:start}.scb-cart-item-foot{min-height:60px;padding:10px 15px 15px}}

.scb-cart-mobile-actions { display: none; }
@media(max-width:780px){
body.woocommerce-cart{padding-bottom:64px}
body.woocommerce-cart .mobile-nav{display:none}
body.woocommerce-cart .coming-soon-footer-banner,body.woocommerce-cart #coming-soon-footer-banner{display:none!important}
body.woocommerce-cart .floating-contact{bottom:74px}
.scb-cart-mobile-actions{position:fixed!important;right:0!important;bottom:0!important;left:0!important;z-index:220;width:100%!important;max-width:none!important;height:64px;display:grid!important;grid-template-columns:92px minmax(0,1fr)!important;grid-template-rows:64px!important;color:#073b4c;background:rgba(242,203,210,.94);box-shadow:0 -5px 18px rgba(23,32,51,.14)}
.scb-cart-mobile-actions a{display:flex;align-items:center;justify-content:center;font-weight:600}
.scb-cart-mobile-home{grid-column:1;grid-row:1;z-index:2;flex-direction:column;gap:2px;background:rgba(242,203,210,.94);font-size:11px}
.scb-cart-mobile-home svg{width:22px;height:22px}
.scb-cart-mobile-actions .scb-cart-mobile-checkout{grid-column:2;grid-row:1;z-index:1;width:calc(100% + 4px)!important;height:70px;margin-left:-4px;padding:8px 10px 8px 24px;color:#fff;background:#00454b;clip-path:polygon(15% 0%,100% 0%,100% 100%,0% 100%);font-size:16px;white-space:nowrap}
.scb-cart-mobile-checkout.is-disabled{opacity:.5;pointer-events:none}
}
@media(max-width:600px){
.scb-cart-list{gap:12px;margin-top:14px}
.scb-cart-item-head{min-height:96px;gap:8px;padding:10px}
.scb-item-check{flex:0 0 24px;padding-top:10px}
.scb-cart-thumb{flex-basis:68px;width:68px;height:68px}
.scb-cart-title-row{padding-top:1px}
.scb-cart-id{margin-bottom:4px;font-size:11px;line-height:1.3}
.woocommerce .scb-cart-title-row h2,.scb-cart-title-row h2{font-size:13px;line-height:1.35}
.scb-cart-head-actions{flex-basis:30px;padding-top:5px}
.scb-remove-item{width:30px;height:30px}
.scb-remove-item svg{width:20px;height:20px}
.scb-cart-variant{min-height:0;display:grid!important;grid-template-columns:54px minmax(0,1fr);gap:8px 12px;padding:12px}
.scb-variation-thumb{grid-column:1;grid-row:1/3;width:54px;height:54px}
.scb-cart-meta{grid-column:2;min-width:0;font-size:12px;line-height:1.45;overflow-wrap:anywhere}
.scb-row-prices{grid-column:2;width:100%;display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin:3px 0 0}
.scb-unit-price,.scb-line-price{font-size:13px;text-align:left;white-space:nowrap}
.scb-cart-item-foot{min-height:52px;padding:9px 12px}
.scb-cart-qty{padding:4px 9px;font-size:13px}
.scb-cart-item-foot>strong{font-size:15px}
}

/* Reference checkout layout. */
.scb-checkout-page .shop-content > .woocommerce { padding: 12px; }
.scb-checkout-form { width: 100%; }
.scb-checkout-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(430px,480px); gap: 22px; align-items: start; }
.scb-checkout-left { min-width: 0; }
.scb-checkout-fields,.scb-checkout-summary,.scb-checkout-item { border: 1px solid #e6e9ee; border-radius: 9px; background: #fff; box-shadow: 0 1px 3px rgba(18,35,61,.05); }
.scb-checkout-fields { padding: 18px 20px 8px; }
.scb-checkout-fields .woocommerce-billing-fields > h3,
.scb-checkout-fields .woocommerce-shipping-fields > h3,
.scb-checkout-fields .woocommerce-additional-fields > h3 { display: none; }
.scb-checkout-fields .col2-set,.scb-checkout-fields .col-1,.scb-checkout-fields .col-2 { float: none !important; width: 100% !important; margin: 0; }
.scb-checkout-fields .woocommerce-billing-fields__field-wrapper { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 14px; }
.scb-checkout-fields .form-row { float: none !important; width: 100% !important; margin: 0; padding: 0; }
.scb-checkout-fields .form-row-wide { grid-column: 1/-1; }
.scb-checkout-fields .woocommerce-billing-fields__field-wrapper > .form-row { order: 100; }
.scb-checkout-fields #billing_first_name_field { grid-column: 1; order: 10; }
.scb-checkout-fields #billing_phone_field { grid-column: 2; order: 20; }
.scb-checkout-fields #billing_email_field { grid-column: 1; order: 30; }
.scb-checkout-fields #billing_emergency_field { grid-column: 2; order: 40; }
.scb-checkout-fields .scb-hidden-country { position: absolute; width: 1px !important; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.scb-checkout-fields label { display: block; margin: 0 0 5px; color: #172033; font-size: 14px; font-weight: 600; }
.scb-checkout-fields .required { color: #e00000; }
.scb-checkout-fields input.input-text,.scb-checkout-fields select,.scb-checkout-fields textarea { width: 100%; min-height: 46px; padding: 9px 12px; border: 1px solid #dfe4ea; border-radius: 6px; color: #172033; background: #fff; box-shadow: none; font-size: 14px; }
.scb-checkout-fields textarea { min-height: 82px; resize: vertical; }
.scb-checkout-fields .select2-container .select2-selection--single { height: 46px; border-color: #dfe4ea; border-radius: 6px; }
.scb-checkout-fields .select2-selection__rendered { line-height: 44px !important; padding-left: 12px !important; }
.scb-checkout-fields .select2-selection__arrow { height: 44px !important; }
.scb-checkout-items { display: grid; gap: 12px; margin-top: 14px; }
.scb-checkout-item { overflow: hidden; }
.scb-checkout-item header { min-height: 120px; display: flex; align-items: center; gap: 14px; padding: 14px 18px; }
.scb-checkout-product-image { flex: 0 0 92px; width: 92px; height: 92px; overflow: hidden; border-radius: 8px; background: #f1f3f5; }
.scb-checkout-product-image img,.scb-checkout-variant-image img { width: 100%; height: 100%; object-fit: cover; }
.scb-checkout-item header > div { min-width: 0; }
.scb-checkout-item header span:not(.scb-checkout-product-image) { color: #697489; font-size: 16px; }
.scb-checkout-item h3 { margin: 4px 0 0; overflow: hidden; color: #172033; font-size: 18px; font-weight: 600; line-height: 1.35; white-space: nowrap; text-overflow: ellipsis; }
.scb-checkout-variant { min-height: 104px; display: grid; grid-template-columns: 72px minmax(0,1fr) auto auto; align-items: center; gap: 14px; padding: 16px 28px; border-top: 1px solid #e8ebef; }
.scb-checkout-variant-image { width: 64px; height: 64px; overflow: hidden; border-radius: 8px; background: #f1f3f5; }
.scb-checkout-meta { font-size: 16px; line-height: 1.5; }
.scb-checkout-meta strong { font-weight: 500; }
.scb-checkout-unit,.scb-checkout-line-total { font-size: 17px; white-space: nowrap; }
.scb-checkout-item footer { min-height: 66px; display: flex; align-items: center; justify-content: flex-end; gap: 18px; padding: 12px 28px; border-top: 1px solid #e8ebef; }
.scb-checkout-item footer > span { padding: 5px 12px; border: 1px solid #172033; border-radius: 6px; font-size: 15px; }
.scb-checkout-item footer > strong { font-size: 18px; }
.scb-checkout-summary { position: sticky; top: calc(var(--scb-header-height) + 16px); padding: 16px 14px; }
.scb-checkout-summary h2 { margin: 0 0 18px; text-align: center; color: #172033; font-size: 20px; }
.scb-paystation-banner { margin: 0 0 14px; padding: 0; }
.scb-paystation-banner img { display: block; width: 100%; height: auto; border: 1px solid #e5e9ef; border-radius: 8px; }
.scb-paystation-secure { display: flex; align-items: center; gap: 6px; margin-top: 8px; color: #365267; font-size: 12px; }
.scb-paystation-secure .dashicons { width: 16px; height: 16px; color: #16834b; font-size: 16px; }
.scb-checkout-summary table { width: 100%; margin: 0 0 12px; border: 0 !important; border-collapse: collapse; }
.scb-checkout-summary table th,.scb-checkout-summary table td { padding: 9px 0 !important; border: 0 !important; background: transparent !important; font-size: 14px; }
.scb-checkout-summary table th { text-align: left; font-weight: 400; }
.scb-checkout-summary table td { text-align: right; font-weight: 600; }
.scb-checkout-summary table .order-total th,.scb-checkout-summary table .order-total td { font-weight: 700; }
.scb-checkout-summary #payment { background: transparent; }
.scb-checkout-summary #payment ul.payment_methods { padding: 12px 0; border-top: 1px solid #e8ebef; }
.scb-checkout-summary #payment div.payment_box { margin: 8px 0; padding: 10px; border-radius: 6px; background: #fff4ee; font-size: 13px; }
.scb-checkout-summary #payment div.form-row { padding: 10px 0 0; }
.scb-manual-payment-fields { margin: 12px 0 4px; padding: 14px; border: 1px solid #ffd0b8; border-radius: 8px; background: #fff8f4; }
.scb-manual-payment-fields[hidden] { display: none !important; }
.scb-manual-payment-fields h3 { margin: 0 0 12px; color: #172033; font-size: 16px; }
.scb-payment-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.scb-payment-field-grid .form-row { float: none !important; width: 100% !important; margin: 0; padding: 0 !important; }
.scb-payment-field-grid label { display: block; margin: 0 0 5px; color: #172033; font-size: 12px; font-weight: 600; }
.scb-payment-field-grid input { width: 100%; min-height: 42px; padding: 8px 10px; border: 1px solid #dce2e8; border-radius: 6px; background: #fff; font-size: 13px; }
.scb-payment-accounts { display: grid; gap: 3px; margin-top: 12px; padding: 10px; border-radius: 6px; color: #384359; background: #fff; font-size: 12px; line-height: 1.45; }
.scb-payment-accounts > strong { color: var(--scb-orange); font-size: 13px; }
.scb-payment-instruction { margin: 10px 0; color: #70402a; font-size: 12px; line-height: 1.55; }
.scb-checkout-whatsapp { min-height: 40px; display: flex; align-items: center; justify-content: center; padding: 8px 10px; border: 1px solid #1b9b58; border-radius: 6px; color: #087a3e; background: #f0fff7; text-align: center; font-size: 12px; font-weight: 600; }
.scb-checkout-whatsapp:hover { color: #fff; background: #128c4d; }
.scb-checkout-summary #place_order { width: 100%; min-height: 48px; float: none; border: 0; border-radius: 7px; color: #fff; background: var(--scb-orange); font-size: 16px; font-weight: 600; }
.scb-checkout-summary #place_order:hover { background: var(--scb-orange-dark); }
.scb-checkout-payment-help { display: grid; gap: 10px; margin: 4px 0 14px; }
.scb-checkout-payment-help p { margin: 0; color: #70402a; font-size: 12px; line-height: 1.55; }
.scb-checkout-payment-help a { min-height: 42px; display: flex; align-items: center; justify-content: center; padding: 8px 10px; border: 1px solid var(--scb-orange); border-radius: 6px; color: var(--scb-orange-dark); background: #fff5ef; text-align: center; font-size: 12px; font-weight: 600; }
.scb-checkout-payment-help a:hover { color: #fff; background: var(--scb-orange); }
.scb-checkout-summary .woocommerce-privacy-policy-text { color: #727d8e; font-size: 12px; line-height: 1.45; }
.scb-checkout-page .woocommerce-form-coupon-toggle,.scb-checkout-page form.checkout_coupon { display: none !important; }
.scb-order-payment-notice { margin: 20px 0; padding: 20px; border: 1px solid #ffd0b8; border-radius: 9px; background: #fff7f2; }
.scb-order-payment-notice h2 { margin: 0 0 8px; color: #172033; font-size: 20px; }
.scb-order-payment-notice p { margin: 0 0 14px; color: #394459; }
.scb-order-payment-notice a { display: inline-flex; padding: 10px 15px; border-radius: 6px; color: #fff; background: #128c4d; font-weight: 600; }
.scb-payment-verification-details { margin: 18px 0; padding: 16px; border: 1px solid #e3e7ed; border-radius: 8px; background: #fff; }
.scb-payment-verification-details h2 { margin: 0 0 10px; font-size: 18px; }
.scb-payment-verification-details p { margin: 5px 0; }
.scb-payment-page { display: grid; grid-template-columns: minmax(0,1fr) minmax(540px,620px); gap: 22px; align-items: start; padding: 18px 0 48px; }
.scb-payment-order-card,.scb-payment-proof-card,.scb-payment-complete { border: 1px solid #e6e9ee; border-radius: 10px; background: #fff; box-shadow: 0 1px 3px rgba(18,35,61,.05); }
.scb-payment-order-card { padding: 12px; overflow-x: auto; }
.scb-payment-order-head,.scb-payment-order-row { min-width: 620px; display: grid; grid-template-columns: 1fr 1fr 1fr; }
.scb-payment-order-head { border: 1px solid #e8ebef; background: #fafbfc; }
.scb-payment-order-head strong,.scb-payment-order-row > * { padding: 14px 16px; border-right: 1px solid #e8ebef; }
.scb-payment-order-row { border: 1px solid #e8ebef; border-top: 0; }
.scb-payment-order-row b { color: var(--scb-blue); }
.scb-payment-mobile-summary { display: none; }
.scb-payment-order-card-mobile { display: none; }
.scb-payment-proof-card { display: grid; gap: 20px; padding: 28px; }
.scb-payment-proof-card h2 { margin: 0; color: #172033; font-size: 27px; line-height: 1.2; }
.scb-payment-proof-card > p { margin: -4px 0 0; color: #263247; font-size: 16px; }
.scb-payment-methods { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.scb-payment-methods label { position: relative; cursor: pointer; }
.scb-payment-methods input { position: absolute; opacity: 0; pointer-events: none; }
.scb-payment-methods span { min-height: 50px; display: grid; place-items: center; padding: 12px 8px; border: 1px solid #dce2ea; border-radius: 9px; color: #263247; background: #fff; text-align: center; font-size: 16px; font-weight: 500; line-height: 1.2; }
.scb-payment-methods input:checked + span { border: 2px solid var(--scb-orange); color: var(--scb-orange-dark); background: #fff5ef; box-shadow: inset 0 0 0 1px #fff; }
.scb-payment-channel-details { padding: 0; overflow: hidden; border: 1px solid #dce2ea; border-radius: 9px; background: #fff; }
.scb-payment-channel-details [data-channel] { display: grid; grid-template-columns: minmax(140px,1fr) auto; align-items: center; }
.scb-payment-channel-details [data-channel][hidden] { display: none; }
.scb-payment-channel-details [data-channel] > * { min-height: 52px; display: flex; align-items: center; padding: 12px 18px; border-bottom: 1px solid #e5e9ef; }
.scb-payment-channel-details [data-channel] > *:nth-last-child(-n+2) { border-bottom: 0; }
.scb-payment-channel-details span { color: #6a7486; }
.scb-payment-channel-details b { justify-content: flex-end; color: #172033; text-align: right; }
.scb-payment-channel-details [data-channel]:not([data-channel="bank"]) > * { border-bottom: 0; }
.scb-payment-instruction { margin: 2px 0 -2px; font-size: 15px; line-height: 1.65; }
.scb-payment-proof-card .scb-checkout-whatsapp { min-height: 48px; border-color: var(--scb-orange); color: var(--scb-orange-dark); background: #fff5ef; font-size: 14px; }
.scb-payment-proof-card .scb-checkout-whatsapp:hover { border-color: var(--scb-orange-dark); color: #fff; background: var(--scb-orange); }
.scb-payment-proof-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.scb-payment-proof-fields label,.scb-payment-upload { display: grid; gap: 8px; font-weight: 600; }
.scb-payment-proof-fields label > span { display: inline-flex; align-items: baseline; gap: 4px; font-weight: 600; }
.scb-payment-proof-fields em { color: #d60000; font-style: normal; }
.scb-payment-proof-fields input { width: 100%; min-height: 54px; padding: 10px 13px; border: 1px solid #d7dee7; border-radius: 8px; background: #fff; font-size: 15px; }
.scb-payment-upload { position: relative; min-height: 210px; place-content: center; justify-items: center; padding: 24px; border: 2px dashed #dce2e8; border-radius: 9px; color: #172033; background: #fbfcfd; text-align: center; cursor: pointer; }
.scb-payment-upload:hover { border-color: #99a8ba; background: #fff; }
.scb-payment-upload i { color: #677386; font-size: 42px; font-style: normal; font-weight: 300; line-height: .8; }
.scb-payment-upload strong { font-size: 17px; font-weight: 600; }
.scb-payment-upload span { color: #727d8e; font-size: 12px; font-weight: 400; }
.scb-payment-upload input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.scb-payment-proof-card > button { min-height: 58px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 10px 22px; border: 0; border-radius: 8px; color: #fff; background: var(--scb-orange); font-size: 16px; font-weight: 600; cursor: pointer; }
.scb-payment-proof-card > button span { grid-column: 2; }
.scb-payment-proof-card > button strong { grid-column: 3; justify-self: end; }
.scb-payment-proof-card > button:hover { background: var(--scb-orange-dark); }
.scb-payment-complete { max-width: 700px; margin: 30px auto; padding: 28px; text-align: center; }
.scb-payment-complete a { display: inline-flex; margin-top: 10px; padding: 10px 18px; border-radius: 6px; color: #fff; background: var(--scb-blue); }
.scb-payment-success-screen { min-height: 62vh; display: grid; place-items: center; padding: 50px 18px; }
.scb-payment-success-card { width: min(100%,620px); display: grid; justify-items: center; gap: 16px; padding: 44px 38px; border: 1px solid #e4e8ed; border-radius: 10px; background: #fff; box-shadow: 0 10px 30px rgba(18,35,61,.12); text-align: center; }
.scb-success-icon { width: 72px; height: 72px; color: var(--scb-orange); }
.scb-success-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.scb-payment-success-card h2 { margin: 0; color: var(--scb-orange-dark); font-size: 24px; font-weight: 600; }
.scb-payment-success-card p { margin: 0; color: #647084; line-height: 1.6; }
.scb-payment-success-card small { color: #748094; font-size: 13px; }
.scb-payment-success-card small strong { color: #4a5568; font-weight: 600; }
.scb-success-pending-notice { width: 100%; display: grid; gap: 6px; padding: 15px 18px; border: 1px solid #ffd0b8; border-radius: 8px; color: #56311f; background: #fff7f2; text-align: left; }
.scb-success-pending-notice strong { color: var(--scb-orange-dark); font-weight: 600; }
.scb-success-pending-notice p { color: #56311f; font-size: 13px; }
.scb-payment-success-card .scb-success-whatsapp { width: 100%; min-height: 48px; border-color: var(--scb-orange); color: var(--scb-orange-dark); background: #fff5ef; }
.scb-payment-success-card .scb-success-whatsapp:hover { color: #fff; background: var(--scb-orange); }
.scb-payment-success-card > .scb-success-actions { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 4px; }
.scb-payment-success-card a { min-height: 44px; display: grid; place-items: center; padding: 9px 14px; border: 1px solid #dce2e8; border-radius: 7px; color: #172033; background: #fff; font-weight: 500; }
.scb-payment-success-card a.primary { border-color: var(--scb-blue); color: #fff; background: var(--scb-blue); }
.scb-payment-success-card a:hover { border-color: var(--scb-orange); }
@media(max-width:1200px){.scb-checkout-layout{grid-template-columns:minmax(0,1fr) 380px}.scb-checkout-variant{grid-template-columns:50px minmax(0,1fr)}.scb-checkout-unit,.scb-checkout-line-total{grid-column:2;text-align:right}}
@media(max-width:1280px){.scb-payment-page{grid-template-columns:1fr}.scb-payment-proof-card{width:min(100%,780px);margin-inline:auto}}
@media(max-width:1280px){.scb-account-hero{grid-template-columns:1fr}.scb-account-hero .woocommerce-MyAccount-navigation ul{justify-content:flex-start;flex-wrap:wrap}.scb-account-dashboard{grid-template-columns:1fr}.scb-account-stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:780px){.scb-checkout-layout{grid-template-columns:1fr}.scb-checkout-summary{position:static}.scb-checkout-fields{padding:15px}.scb-checkout-fields .woocommerce-billing-fields__field-wrapper{grid-template-columns:1fr}.scb-checkout-fields .form-row-wide,.scb-checkout-fields #billing_first_name_field,.scb-checkout-fields #billing_phone_field,.scb-checkout-fields #billing_email_field,.scb-checkout-fields #billing_emergency_field{grid-column:1}.scb-checkout-item h3{white-space:normal}.scb-checkout-variant{padding:10px 14px}.scb-payment-methods{grid-template-columns:1fr 1fr}.scb-payment-proof-fields{grid-template-columns:1fr}.scb-payment-proof-card{padding:15px}.scb-payment-success-card{padding:34px 20px}.scb-payment-success-card>.scb-success-actions{grid-template-columns:1fr}}

.scb-checkout-mobile-actions{display:none}
@media(max-width:780px){
body.woocommerce-checkout:not(.woocommerce-order-received){padding-bottom:70px}
body.woocommerce-checkout:not(.woocommerce-order-received) .mobile-nav{display:none}
body.woocommerce-checkout:not(.woocommerce-order-received) .coming-soon-footer-banner,body.woocommerce-checkout:not(.woocommerce-order-received) #coming-soon-footer-banner{display:none!important}
body.woocommerce-checkout:not(.woocommerce-order-received) .floating-contact{bottom:80px}
.scb-checkout-summary #place_order{display:none!important}
.scb-checkout-mobile-actions{position:fixed!important;right:0;bottom:0;left:0;z-index:220;width:100%;height:70px;display:grid!important;grid-template-columns:92px minmax(0,1fr);grid-template-rows:70px;color:#073b4c;background:rgba(242,203,210,.94);box-shadow:0 -5px 18px rgba(23,32,51,.14)}
.scb-checkout-mobile-home{grid-column:1;grid-row:1;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:11px;font-weight:600}
.scb-checkout-mobile-home svg{width:22px;height:22px}
.scb-checkout-mobile-submit{grid-column:2;grid-row:1;z-index:1;width:calc(100% + 4px);height:70px;margin-left:-4px;padding:8px 10px 8px 24px;border:0;color:#fff;background:#e4570b;clip-path:polygon(15% 0%,100% 0%,100% 100%,0% 100%);font:600 16px Jost,"Noto Sans Bengali",sans-serif;white-space:nowrap;cursor:pointer}
.scb-checkout-item header{min-height:96px;gap:10px;padding:10px 12px}
.scb-checkout-product-image{flex-basis:68px;width:68px;height:68px}
.scb-checkout-item header span:not(.scb-checkout-product-image){font-size:12px}
.scb-checkout-item h3{margin-top:3px;font-size:14px;line-height:1.35}
.scb-checkout-variant{min-height:0;grid-template-columns:54px minmax(0,1fr);gap:8px 12px;padding:12px}
.scb-checkout-variant-image{grid-column:1;grid-row:1/3;width:54px;height:54px}
.scb-checkout-meta{grid-column:2;min-width:0;font-size:12px;line-height:1.45;overflow-wrap:anywhere}
.scb-checkout-unit{grid-column:2;grid-row:2;font-size:13px;text-align:left;white-space:nowrap}
.scb-checkout-line-total{grid-column:2;grid-row:2;justify-self:end;font-size:13px;white-space:nowrap}
.scb-checkout-item footer{min-height:52px;gap:12px;padding:9px 12px}
.scb-checkout-item footer>span{padding:4px 9px;font-size:13px}
.scb-checkout-item footer>strong{font-size:15px}
}
@media(max-width:780px){.scb-account-hero{min-height:0;padding:22px 16px}.scb-account-hero .woocommerce-MyAccount-navigation{width:100%;overflow-x:auto}.scb-account-hero .woocommerce-MyAccount-navigation ul{width:max-content;flex-wrap:nowrap}.scb-account-hero .woocommerce-MyAccount-navigation a{min-width:70px}.scb-account-stats{grid-template-columns:1fr}.scb-account-stat{min-height:112px}.scb-account-manager{grid-template-columns:44px 1fr}.scb-account-manager>a{grid-column:1/-1;text-align:center}.scb-recent-order-list>a{grid-template-columns:1fr auto}.scb-recent-order-list span{display:none}.scb-recent-order-list em{grid-column:2;grid-row:1/3}.scb-dashboard-page table.shop_table{display:block;overflow-x:auto;white-space:nowrap}}
@media(max-width:480px){.scb-payment-field-grid{grid-template-columns:1fr}}

/* Tablet/mobile shell safeguards: keep fixed navigation clear of commerce content. */
@media (max-width: 1100px) {
  body.woocommerce-cart { --scb-cart-gutter: clamp(12px, 2.5vw, 24px); }
  body.woocommerce-cart .category-sidebar { display: none !important; }
  body.woocommerce-cart .home-layout { display: block; width: 100%; }
  body.woocommerce-cart .home-layout > .home-main { width: 100%; max-width: 100%; grid-column: 1; padding-inline: 0; }
  body.woocommerce-cart .shop-content > .woocommerce { padding-right: var(--scb-cart-gutter); padding-left: var(--scb-cart-gutter); }
  body.woocommerce-cart .site-header { width: 100% !important; margin-inline: 0 !important; }
  body.woocommerce-cart .site-footer { width: calc(100% - (2 * var(--scb-cart-gutter))); margin-right: var(--scb-cart-gutter); margin-left: var(--scb-cart-gutter); }
  body.woocommerce-cart .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 22px; padding: 36px 24px 30px; }
  body.woocommerce-cart .footer-contact,
  body.woocommerce-cart .footer-social { grid-column: 1 / -1; }
}
@media (max-width: 780px) {
  .category-sidebar { right: 0; bottom: 0; left: 0; width: 100%; max-width: 100%; padding-bottom: env(safe-area-inset-bottom); box-sizing: border-box; }
  .category-sidebar .category-menu { width: 100%; min-width: 0; padding-right: max(12px, env(safe-area-inset-right)); padding-left: max(12px, env(safe-area-inset-left)); box-sizing: border-box; }
  .site-footer { width: calc(100% - 16px); max-width: calc(100% - 16px); margin-right: 8px; margin-left: 8px; box-sizing: border-box; }
  body.woocommerce-cart .site-footer { width: calc(100% - (2 * var(--scb-cart-gutter))); max-width: calc(100% - (2 * var(--scb-cart-gutter))); margin-right: var(--scb-cart-gutter); margin-left: var(--scb-cart-gutter); }
  .footer-grid { width: 100%; min-width: 0; box-sizing: border-box; }
  .footer-grid > *, .footer-contact-row > * { min-width: 0; overflow-wrap: anywhere; }
  body.woocommerce-cart .scb-marketplace-content { overflow: visible; }
}
@media (max-width: 480px) {
  .footer-grid, body.woocommerce-cart .footer-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; padding: 28px 16px 24px; }
  .footer-contact, .footer-social { grid-column: 1; }
}

.scb-payment-mobile-actions{display:none}
@media(max-width:780px){
body:has(.scb-payment-page){padding-bottom:70px}
body:has(.scb-payment-page) .mobile-nav{display:none}
body:has(.scb-payment-page) .coming-soon-footer-banner,body:has(.scb-payment-page) #coming-soon-footer-banner{display:none!important}
body:has(.scb-payment-page) .floating-contact{bottom:80px}
.scb-payment-page{display:block;padding:10px 0 84px}
.scb-payment-proof-card{width:100%;gap:12px;padding:10px;border:0;background:transparent;box-shadow:none}
.scb-payment-proof-card>h2,.scb-payment-proof-card>p{display:none}
.scb-payment-order-card-desktop{display:none}
.scb-payment-order-card-mobile{display:block}
.scb-payment-methods{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:8px;border-radius:9px;background:#fff}
.scb-payment-methods span{min-height:78px;padding:10px 5px;border:2px solid #edf0f3;border-radius:8px;font-size:13px;font-weight:600}
.scb-payment-methods input:checked+span{position:relative;border-color:#e4570b;color:#e4570b;background:#fff}
.scb-payment-methods input:checked+span:after{position:absolute;top:7px;right:7px;width:16px;height:16px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#e4570b;content:'✓';font-size:10px}
.scb-payment-order-card{padding:6px;border-radius:9px;overflow:visible}
.scb-payment-order-head,.scb-payment-order-row{display:none}
.scb-payment-mobile-summary{display:grid;padding:5px 8px;background:#fff}
.scb-payment-mobile-summary>div{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:8px 7px;color:#172033;font-size:13px}
.scb-payment-mobile-summary span{font-weight:600}
.scb-payment-mobile-summary strong{color:#172033;font-weight:500;text-align:right}
.scb-payment-mobile-summary>div:first-child strong{color:#00454b;font-weight:600}
.scb-payment-mobile-summary .scb-payable-percent{padding:3px 10px;border:1px solid #00454b;border-radius:999px;color:#00454b}
.scb-payment-channel-details,.scb-payment-instruction,.scb-payment-proof-card .scb-checkout-whatsapp,.scb-payment-proof-fields,.scb-payment-upload{margin-inline:6px}
.scb-payment-proof-card>button[type=submit]{display:none}
.scb-payment-mobile-actions{position:fixed!important;right:0;bottom:0;left:0;z-index:220;width:100%;height:70px;display:grid!important;grid-template-columns:92px minmax(0,1fr);grid-template-rows:70px;color:#073b4c;background:rgba(242,203,210,.94);box-shadow:0 -5px 18px rgba(23,32,51,.14)}
.scb-payment-mobile-home{grid-column:1;grid-row:1;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:11px;font-weight:600}
.scb-payment-mobile-home svg{width:22px;height:22px}
.scb-payment-mobile-submit{grid-column:2;grid-row:1;z-index:1;width:calc(100% + 4px);height:70px;margin-left:-4px;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 10px 8px 24px;border:0;color:#fff;background:#00454b;clip-path:polygon(15% 0%,100% 0%,100% 100%,0% 100%);font:600 16px Jost,"Noto Sans Bengali",sans-serif;white-space:nowrap;cursor:pointer}
.scb-payment-mobile-submit strong{font:inherit}
}
