/* ======================================================================
   SHIMA STOREFRONT UI 2.4.0 — Premium Design System
   Header, home slider, cards, catalogue, product, quick order, cart,
   checkout and mobile are visually unified here.
   ====================================================================== */

:root {
  --shima-lux-green: #087b43;
  --shima-lux-green-2: #0a9550;
  --shima-lux-deep: #075b36;
  --shima-lux-ink: #102019;
  --shima-lux-muted: #64736b;
  --shima-lux-line: #dce8e1;
  --shima-lux-line-soft: #eaf0ec;
  --shima-lux-page: #f7faf8;
  --shima-lux-surface: rgba(255,255,255,.98);
  --shima-lux-soft: #f1f8f4;
  --shima-lux-radius-xl: 24px;
  --shima-lux-radius-lg: 18px;
  --shima-lux-radius-md: 13px;
  --shima-lux-shadow: 0 14px 42px rgba(19,48,33,.055);
  --shima-lux-shadow-hover: 0 22px 52px rgba(19,48,33,.095);
  --shima-lux-ring: 0 0 0 3px rgba(8,123,67,.09);
}

/* ---------- Global design system ---------- */
body.shima-storefront-ui-active {
  background: var(--shima-lux-page) !important;
  color: var(--shima-lux-ink) !important;
}
body.shima-storefront-ui-active .shima-site-shell {
  background:
    radial-gradient(circle at 8% 4%, rgba(8,123,67,.035), transparent 28rem),
    linear-gradient(180deg, #fff 0, #fafcfb 210px, var(--shima-lux-page) 100%);
}
.shima-storefront-ui-active .shima-main {
  padding-top: 20px;
  padding-bottom: 42px;
}
.shima-storefront-ui-active .shima-btn {
  min-height: 46px;
  border-radius: 12px;
  font-weight: 850;
  letter-spacing: 0;
}
.shima-storefront-ui-active .shima-btn-primary {
  background: linear-gradient(135deg, var(--shima-lux-green-2), var(--shima-lux-green));
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(8,123,67,.16);
}
.shima-storefront-ui-active .shima-btn-primary:hover {
  background: linear-gradient(135deg, #0aa458, #087742);
  box-shadow: 0 15px 30px rgba(8,123,67,.22);
}
.shima-storefront-ui-active .shima-btn-secondary {
  border-color: #96c7aa;
  color: var(--shima-lux-deep);
  background: rgba(255,255,255,.96);
}
.shima-storefront-ui-active .shima-btn-secondary:hover {
  background: #f0f8f3;
  border-color: #6fb189;
}

/* ---------- Premium header ---------- */
.shima-header {
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(215,229,221,.94);
  box-shadow: 0 8px 26px rgba(15,44,29,.035);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  backdrop-filter: blur(18px) saturate(130%);
}
.shima-header-inner {
  min-height: 78px;
  grid-template-columns: 216px minmax(390px,1fr) minmax(238px,286px) auto;
  gap: 18px;
}
.shima-logo {
  width: 202px;
  transition: transform .18s ease;
}
.shima-logo:hover { transform: translateY(-1px); }
.shima-main-nav {
  gap: clamp(10px,1.35vw,23px);
  font-size: 13px;
  font-weight: 850;
}
.shima-main-nav a {
  min-height: 78px;
  padding-inline: 4px;
}
.shima-main-nav a::before {
  content: "";
  position: absolute;
  inset: 20px -7px;
  z-index: -1;
  border-radius: 11px;
  background: transparent;
  transition: background .15s ease;
}
.shima-main-nav a:hover::before { background: #f3f8f5; }
.shima-main-nav a.is-active::after {
  right: 12%;
  left: 12%;
  bottom: 9px;
  height: 3px;
  box-shadow: 0 3px 8px rgba(8,123,67,.16);
}
.shima-search {
  width: 100%;
  max-width: 276px;
  height: 44px;
  border-color: #d9e5de;
  border-radius: 13px;
  background: #f8fbf9;
}
.shima-search:focus-within {
  border-color: #91c3a4;
  background: #fff;
  box-shadow: var(--shima-lux-ring);
}
.shima-search input {
  padding-inline: 13px;
  font-size: 12px;
  font-weight: 650;
}
.shima-search input::placeholder { font-size: 11.5px; color: #86928c; }
.shima-header-actions { gap: 7px; }
.shima-cart-link {
  width: 44px;
  height: 44px;
  border: 1px solid transparent;
  border-radius: 13px;
  transition: background .15s ease, border-color .15s ease;
}
.shima-cart-link:hover {
  border-color: var(--shima-lux-line);
  background: #f6faf7;
}
.shima-account-link {
  min-height: 44px;
  padding-inline: 14px;
  border-color: #dbe6df;
  border-radius: 13px;
  box-shadow: 0 5px 16px rgba(15,44,29,.025);
  font-size: 11.5px;
}
.shima-account-link:hover {
  border-color: #a9d0b7;
  background: #f5faf7;
}

/* ---------- Home: premium hero / slider ---------- */
.shima-home-v2 .shima-home2-hero {
  overflow: hidden;
  border-color: #d8e7de;
  border-radius: 28px;
  background: linear-gradient(135deg,#edf8f1,#f8fcf9);
  box-shadow: 0 20px 54px rgba(20,65,41,.075);
}
.shima-home-v2 .shima-home2-slides,
.shima-home-v2 .shima-home2-art { min-height: 430px; }
.shima-home-v2 .shima-home2-slide {
  grid-template-columns: minmax(400px,.9fr) minmax(600px,1.18fr);
}
.shima-home-v2 .shima-home2-copy {
  padding: 42px 36px 80px 44px;
}
.shima-home-v2 .shima-home2-eyebrow {
  margin-bottom: 15px;
  padding: 8px 13px;
  border-color: rgba(8,123,67,.15);
  background: rgba(255,255,255,.66);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
  color: #286447;
  font-size: 11.5px;
  font-weight: 800;
}
.shima-home-v2 .shima-home2-copy h1 {
  max-width: 590px;
  color: #075f38;
  font-size: clamp(38px,3.45vw,55px);
  line-height: 1.32;
  letter-spacing: -.035em;
}
.shima-home-v2 .shima-home2-copy p {
  max-width: 565px;
  margin-top: 14px;
  color: #43584d;
  font-size: 14.5px;
  line-height: 2.05;
  font-weight: 650;
}
.shima-home-v2 .shima-home2-actions { margin-top: 23px; gap: 10px; }
.shima-home-v2 .shima-home2-actions .shima-btn {
  min-width: 184px;
  min-height: 48px;
  font-size: 13px;
}
.shima-home-v2 .shima-home2-note {
  margin-top: 15px;
  color: #2c7451;
  font-size: 15px;
  font-weight: 650;
}
.shima-home-v2 .shima-home2-art {
  background: #e1eee5;
}
.shima-home-v2 .shima-home2-art::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg,rgba(255,255,255,.02),rgba(5,60,34,.025));
  pointer-events: none;
}
.shima-home-v2 .shima-home2-art img {
  filter: saturate(.96) contrast(1.015);
}
.shima-home-v2 .shima-home2-quality {
  top: 34px;
  left: 32px;
  z-index: 3;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.35);
  backdrop-filter: blur(5px);
  transform: rotate(-2deg);
}
.shima-home-v2 .shima-home2-quality strong { font-size: 22px; }
.shima-home-v2 .shima-home2-quality small { font-size: 13px; }
.shima-home-v2 .shima-home2-brand-card {
  z-index: 3;
  left: 24px;
  bottom: 22px;
  width: 164px;
  border-radius: 15px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 32px rgba(14,58,36,.11);
}
.shima-home-v2 .shima-home2-slider-controls {
  right: auto;
  left: 206px;
  bottom: 25px;
  z-index: 7;
  padding: 4px 6px;
  border: 1px solid rgba(210,228,218,.85);
  border-radius: 999px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 9px 22px rgba(15,44,29,.07);
  backdrop-filter: blur(10px);
}
.shima-home-v2 .shima-home2-slider-controls > button {
  width: 29px;
  height: 29px;
  border: 0;
  background: transparent;
}
.shima-home-v2 .shima-home2-dots button { width: 6px; height: 6px; }
.shima-home-v2 .shima-home2-dots button.is-active { width: 18px; }
.shima-home-v2 .shima-home2-hero-benefits {
  width: 47%;
  min-height: 68px;
  border-top-color: rgba(8,123,67,.11);
  background: rgba(245,251,247,.94);
}
.shima-home-v2 .shima-home2-hero-benefits > div {
  min-height: 68px;
  border-left: 1px solid #deebe3;
}
.shima-home-v2 .shima-home2-hero-benefits > div:last-child { border-left: 0; }
.shima-home-v2 .shima-home2-hero-benefits strong { font-size: 11.5px; }
.shima-home-v2 .shima-home2-hero-benefits small { font-size: 9.5px; font-weight: 700; }

/* ---------- Home section titles ---------- */
.shima-home-v2 .shima-home2-section-head {
  align-items: center;
  margin-bottom: 15px;
}
.shima-home-v2 .shima-home2-section-head h2 {
  color: #102d1d;
  font-size: 21px;
  letter-spacing: -.015em;
}
.shima-home-v2 .shima-home2-section-head > a {
  min-height: 34px;
  padding: 0 10px;
  border-radius: 9px;
  color: #176f46;
  transition: background .15s ease;
}
.shima-home-v2 .shima-home2-section-head > a:hover { background: #eef7f1; }

/* ---------- Unified premium category cards ---------- */
.shima-home-v2 .shima-home2-category {
  min-height: 158px;
  border-color: rgba(203,222,211,.9);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(16,55,34,.045);
}
.shima-home-v2 .shima-home2-category::after {
  opacity: .6;
}
.shima-home-v2 .shima-home2-category:hover {
  transform: translateY(-4px);
  border-color: #bfdaca;
  box-shadow: 0 20px 42px rgba(16,55,34,.08);
}
.shima-home-v2 .shima-home2-category-image,
.shima-home-v2 .shima-home2-category-image::before {
  transition: transform .2s ease, box-shadow .2s ease;
}
.shima-home-v2 .shima-home2-category:hover .shima-home2-category-image { transform: translateY(-2px); }

/* ---------- Unified product card component ---------- */
.shima-home-v2 .shima-home2-product-card,
.shima-archive-page .shima-product-card {
  border: 1px solid #dfe9e3;
  border-radius: 18px;
  background: var(--shima-lux-surface);
  box-shadow: 0 11px 30px rgba(16,55,34,.045);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.shima-home-v2 .shima-home2-product-card:hover,
.shima-archive-page .shima-product-card:hover {
  transform: translateY(-4px);
  border-color: #bfd9c9;
  box-shadow: var(--shima-lux-shadow-hover);
}
.shima-home-v2 .shima-home2-product-image,
.shima-archive-page .shima-product-image {
  border: 1px solid #ebf0ed;
  background: linear-gradient(180deg,#fdfefd,#f5f8f6);
}
.shima-home-v2 .shima-home2-stock,
.shima-archive-page .shima-stock-pill {
  border: 1px solid rgba(8,123,67,.08);
  box-shadow: 0 5px 12px rgba(16,55,34,.04);
}

/* ---------- Archive / catalogue ---------- */
.shima-archive-page .shima-archive-head {
  padding: 24px 27px;
  border-radius: 22px;
  border-color: #dbe7df;
  background: linear-gradient(135deg,#edf8f1 0%,#fff 73%);
  box-shadow: var(--shima-lux-shadow);
}
.shima-archive-page .shima-archive-head h1 { font-size: clamp(24px,2vw,31px); }
.shima-archive-page .shima-archive-ordering select {
  min-height: 46px;
  padding-inline: 14px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(15,44,29,.025);
}
.shima-archive-page .shima-category-chips {
  gap: 8px;
  padding-top: 9px;
}
.shima-archive-page .shima-category-chips a {
  min-height: 38px;
  padding-inline: 13px;
  border-radius: 11px;
  font-size: 10.5px;
  box-shadow: none;
}
.shima-archive-page .shima-product-card-body {
  gap: 7px;
}
.shima-archive-page .shima-product-card h2 {
  font-size: 10.9px;
  font-weight: 850;
}
.shima-archive-page .shima-product-price strong { color: var(--shima-lux-green); }

/* ---------- Single product ---------- */
.shima-product-page .shima-product-hero { gap: 16px; }
.shima-product-page .shima-product-gallery,
.shima-product-page .shima-product-summary {
  border-color: #dce8e1;
  border-radius: 22px;
  box-shadow: var(--shima-lux-shadow);
}
.shima-product-page .shima-product-gallery { padding: 15px; }
.shima-product-page .shima-product-main-image {
  border: 1px solid #edf2ef;
  border-radius: 17px;
  background: linear-gradient(180deg,#fbfcfb,#f4f7f5);
}
.shima-product-page .shima-product-thumb {
  border-radius: 11px;
  background: #f8faf9;
}
.shima-product-page .shima-product-summary { padding: 28px 28px 24px; }
.shima-product-page .shima-product-summary h1 {
  font-size: clamp(23px,1.78vw,29px);
  line-height: 1.62;
  letter-spacing: -.012em;
}
.shima-product-page .shima-summary-price strong { color: var(--shima-lux-green); }
.shima-product-page .shima-variation-option {
  border-radius: 11px;
  background: #fff;
}
.shima-product-page .shima-variation-option:hover:not(.is-disabled) {
  border-color: #9fcbb0;
  background: #f5faf7;
}
.shima-product-page .shima-qty-stepper {
  border-radius: 11px;
  border-color: #d7e4dc;
}
.shima-product-page .shima-product-assurance {
  border-radius: 15px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
.shima-product-page .shima-product-details { gap: 14px; }
.shima-product-page .shima-detail-block {
  border-color: #dfe9e3;
  border-radius: 18px;
  box-shadow: 0 9px 28px rgba(15,44,29,.035);
}
.shima-product-page .shima-related-card {
  border-color: #dfe9e3;
  border-radius: 15px;
  box-shadow: 0 8px 22px rgba(15,44,29,.035);
}

/* ---------- Quick order ---------- */
.shima-quick-order-page .shima-qo-hero,
.shima-quick-order-page .shima-qo-summary-card,
.shima-quick-order-page .shima-qo-results {
  border-color: #dce8e1;
  box-shadow: var(--shima-lux-shadow);
}
.shima-quick-order-page .shima-qo-hero { border-radius: 24px; }
.shima-quick-order-page .shima-qo-summary-card,
.shima-quick-order-page .shima-qo-results { border-radius: 20px; }
.shima-quick-order-page .shima-qo-row {
  border-radius: 15px;
  border-color: #e2ebe6;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.shima-quick-order-page .shima-qo-row:hover {
  border-color: #c8ded1;
  box-shadow: 0 8px 22px rgba(15,44,29,.035);
}
.shima-quick-order-page .shima-qo-summary-list div,
.shima-quick-order-page .shima-qo-bottom-benefits div {
  border-radius: 13px;
}

/* ---------- Cart / checkout ---------- */
.shima-transaction-page .shima-transaction-head {
  border-radius: 22px;
  box-shadow: var(--shima-lux-shadow);
}
.shima-transaction-page .shima-checkout-progress {
  border-radius: 17px;
  box-shadow: 0 8px 24px rgba(15,44,29,.03);
}
.shima-transaction-page .shima-transaction-content .wc-block-cart__main,
.shima-transaction-page .shima-transaction-content .wc-block-checkout__main,
.shima-transaction-page .shima-transaction-content .wc-block-cart__sidebar,
.shima-transaction-page .shima-transaction-content .wc-block-checkout__sidebar,
.shima-transaction-page .shima-transaction-content .wc-block-components-order-summary,
.shima-transaction-page .shima-transaction-content .wc-block-components-checkout-step,
.shima-cart-page .woocommerce-cart-form,
.shima-cart-page .cart_totals,
.shima-checkout-page form.woocommerce-checkout #customer_details,
.shima-checkout-page form.woocommerce-checkout #order_review {
  border-radius: 20px !important;
  border-color: #dfe9e3 !important;
  box-shadow: var(--shima-lux-shadow) !important;
}
.shima-checkout-page .form-row input.input-text,
.shima-checkout-page .form-row textarea,
.shima-checkout-page .form-row select,
.shima-checkout-page .select2-container--default .select2-selection--single {
  border-radius: 12px !important;
  background: #fcfefd !important;
}
.shima-checkout-page .form-row input.input-text:focus,
.shima-checkout-page .form-row textarea:focus,
.shima-checkout-page .form-row select:focus {
  border-color: #91c3a4 !important;
  box-shadow: var(--shima-lux-ring) !important;
}

/* ---------- Footer finishing ---------- */
.shima-footer-v2 {
  border-top-color: #d7e6dd;
  background: linear-gradient(180deg,#fff,#f7faf8);
}
.shima-footer-v2-grid { gap: 34px; }
.shima-footer-v2-grid h3 { color: #102b1c; }
.shima-footer-v2-bottom { background: rgba(244,249,246,.92); }

/* ---------- Tablet ---------- */
@media (max-width: 1180px) {
  .shima-header-inner {
    grid-template-columns: 185px minmax(320px,1fr) minmax(205px,244px) auto;
    gap: 12px;
  }
  .shima-logo { width: 178px; }
  .shima-main-nav { gap: 12px; font-size: 12px; }
  .shima-home-v2 .shima-home2-slide {
    grid-template-columns: minmax(330px,.86fr) minmax(500px,1.14fr);
  }
  .shima-home-v2 .shima-home2-copy { padding-inline: 26px 30px; }
  .shima-home-v2 .shima-home2-copy h1 { font-size: 42px; }
  .shima-home-v2 .shima-home2-slider-controls { left: 188px; }
}

/* ---------- Mobile premium system ---------- */
@media (max-width: 760px) {
  :root {
    --shima-lux-radius-xl: 17px;
    --shima-lux-radius-lg: 14px;
  }
  body.shima-storefront-ui-active { font-size: 13px; }
  .shima-storefront-ui-active .shima-main {
    padding-top: 9px;
    padding-bottom: 26px;
  }
  .shima-storefront-ui-active .shima-container { width: calc(100% - 18px); }

  .shima-header {
    box-shadow: 0 5px 16px rgba(15,44,29,.04);
  }
  .shima-header-inner {
    min-height: 64px;
    padding-block: 7px;
  }
  .shima-logo { width: min(146px,44vw); }
  .shima-mobile-menu-toggle {
    width: 40px;
    height: 40px;
    border: 1px solid #dfe8e3;
    border-radius: 12px;
    background: #f8fbf9;
  }
  .shima-search {
    height: 42px;
    border-radius: 12px;
  }
  .shima-search input { font-size: 10.8px; }
  .shima-account-link,
  .shima-cart-link { border-radius: 11px; }
  .shima-mobile-drawer {
    width: min(86vw,340px);
    padding: 17px;
    border-radius: 0 0 0 20px;
    box-shadow: -18px 0 46px rgba(15,44,29,.16);
  }
  .shima-mobile-drawer > a {
    min-height: 45px;
    border-radius: 9px;
    border-bottom: 0;
    padding-inline: 10px;
  }
  .shima-mobile-drawer > a:hover { background: #f2f8f4; }

  /* Home hero becomes intentional and compact */
  .shima-home-v2 .shima-home2-hero { border-radius: 17px; }
  .shima-home-v2 .shima-home2-copy { padding: 20px 16px 17px; }
  .shima-home-v2 .shima-home2-copy h1 {
    font-size: 27px;
    line-height: 1.45;
  }
  .shima-home-v2 .shima-home2-copy p {
    font-size: 10.8px;
    line-height: 1.9;
  }
  .shima-home-v2 .shima-home2-actions {
    margin-top: 14px;
    grid-template-columns: 1fr;
  }
  .shima-home-v2 .shima-home2-actions .shima-btn {
    min-height: 43px;
    font-size: 10.5px;
  }
  .shima-home-v2 .shima-home2-note { font-size: 12px; }
  .shima-home-v2 .shima-home2-art { min-height: 225px; }
  .shima-home-v2 .shima-home2-quality {
    top: 13px;
    left: 13px;
    padding: 7px 8px;
  }
  .shima-home-v2 .shima-home2-brand-card {
    width: 120px;
    left: 10px;
    bottom: 10px;
  }
  .shima-home-v2 .shima-home2-slider-controls {
    left: auto;
    right: 10px;
    bottom: 10px;
    padding: 3px 5px;
  }
  .shima-home-v2 .shima-home2-hero-benefits {
    min-height: 70px;
  }
  .shima-home-v2 .shima-home2-hero-benefits > div {
    min-height: 70px;
    padding-inline: 4px;
  }
  .shima-home-v2 .shima-home2-hero-benefits strong { font-size: 9px; }
  .shima-home-v2 .shima-home2-hero-benefits small { font-size: 7.6px; }

  .shima-home-v2 .shima-home2-section-head { margin-bottom: 10px; }
  .shima-home-v2 .shima-home2-section-head h2 { font-size: 15px; }
  .shima-home-v2 .shima-home2-section-head > a { font-size: 9px; }
  .shima-home-v2 .shima-home2-category { box-shadow: 0 8px 20px rgba(15,44,29,.035); }
  .shima-home-v2 .shima-home2-product-card,
  .shima-archive-page .shima-product-card { box-shadow: 0 7px 20px rgba(15,44,29,.035); }

  /* Archive */
  .shima-archive-page .shima-archive-head {
    padding: 15px 13px;
    border-radius: 16px;
  }
  .shima-archive-page .shima-archive-head h1 { font-size: 19px; }
  .shima-archive-page .shima-archive-head p { font-size: 10px; }
  .shima-archive-page .shima-archive-grid { gap: 8px !important; }
  .shima-archive-page .shima-product-card { border-radius: 14px; }
  .shima-archive-page .shima-product-card h2 {
    min-height: 34px;
    font-size: 9.6px;
  }
  .shima-archive-page .shima-btn-block { min-height: 35px; font-size: 8.8px; }

  /* Product */
  .shima-product-page .shima-product-hero { gap: 8px; }
  .shima-product-page .shima-product-gallery,
  .shima-product-page .shima-product-summary { border-radius: 16px; }
  .shima-product-page .shima-product-summary { padding: 15px 13px 13px; }
  .shima-product-page .shima-product-summary h1 {
    font-size: 19px;
    line-height: 1.6;
  }
  .shima-product-page .shima-summary-price strong { font-size: 18px; }
  .shima-product-page .shima-product-assurance { border-radius: 12px; }
  .shima-product-page .shima-detail-block { border-radius: 14px; }

  /* Cart / checkout */
  .shima-transaction-page .shima-transaction-head { border-radius: 16px; }
  .shima-transaction-page .shima-checkout-progress { border-radius: 13px; }
  .shima-transaction-page .shima-transaction-content .wc-block-cart__main,
  .shima-transaction-page .shima-transaction-content .wc-block-checkout__main,
  .shima-transaction-page .shima-transaction-content .wc-block-cart__sidebar,
  .shima-transaction-page .shima-transaction-content .wc-block-checkout__sidebar,
  .shima-transaction-page .shima-transaction-content .wc-block-components-order-summary,
  .shima-transaction-page .shima-transaction-content .wc-block-components-checkout-step,
  .shima-cart-page .woocommerce-cart-form,
  .shima-cart-page .cart_totals,
  .shima-checkout-page form.woocommerce-checkout #customer_details,
  .shima-checkout-page form.woocommerce-checkout #order_review {
    border-radius: 15px !important;
    box-shadow: 0 8px 22px rgba(15,44,29,.035) !important;
  }

  /* Quick order */
  .shima-quick-order-page .shima-qo-hero,
  .shima-quick-order-page .shima-qo-summary-card,
  .shima-quick-order-page .shima-qo-results { border-radius: 15px; }
}

@media (max-width: 480px) {
  .shima-home-v2 .shima-home2-art { min-height: 205px; }
  .shima-home-v2 .shima-home2-quality { display: none; }
  .shima-home-v2 .shima-home2-brand-card { width: 112px; }
  .shima-home-v2 .shima-home2-brand-card img { width: 96px; }
  .shima-product-page .shima-product-summary h1 { font-size: 18px; }
  .shima-archive-page .shima-product-card h2 { font-size: 9.2px; }
}


/* ==========================================================
   2.4.1 — hero benefit cards alignment and premium balance
   ========================================================== */
.shima-home-v2 .shima-home2-hero-benefits {
  width: 46%;
  min-height: 72px;
  align-items: stretch;
  background: rgba(245, 251, 247, .96);
  border-top: 1px solid rgba(8,123,67,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55);
}
.shima-home-v2 .shima-home2-hero-benefits > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: center;
  justify-content: start;
  gap: 10px;
  padding: 12px 14px;
  border-left: 1px solid rgba(8,123,67,.08);
  text-align: right;
}
.shima-home-v2 .shima-home2-hero-benefits > div:last-child {
  border-left: 0;
}
.shima-home-v2 .shima-home2-hero-benefits svg {
  width: 22px !important;
  height: 22px !important;
  place-self: center;
}
.shima-home-v2 .shima-home2-hero-benefits span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  min-width: 0;
}
.shima-home-v2 .shima-home2-hero-benefits strong {
  display: block;
  color: #173524;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.5;
}
.shima-home-v2 .shima-home2-hero-benefits small {
  display: block;
  color: #5f7467;
  font-size: 10px;
  font-weight: 780;
  line-height: 1.65;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

@media (max-width: 1180px) {
  .shima-home-v2 .shima-home2-hero-benefits {
    width: 48%;
  }
  .shima-home-v2 .shima-home2-hero-benefits > div {
    padding: 11px 10px;
    gap: 8px;
  }
  .shima-home-v2 .shima-home2-hero-benefits strong {
    font-size: 11.3px;
  }
  .shima-home-v2 .shima-home2-hero-benefits small {
    font-size: 9.2px;
  }
}

@media (max-width: 900px) {
  .shima-home-v2 .shima-home2-hero-benefits {
    width: 100%;
    min-height: 78px;
  }
}

@media (max-width: 760px) {
  .shima-home-v2 .shima-home2-hero-benefits {
    min-height: 82px;
  }
  .shima-home-v2 .shima-home2-hero-benefits > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px 8px;
    text-align: center;
  }
  .shima-home-v2 .shima-home2-hero-benefits span {
    align-items: center;
  }
  .shima-home-v2 .shima-home2-hero-benefits strong {
    font-size: 9.7px;
  }
  .shima-home-v2 .shima-home2-hero-benefits small {
    font-size: 8px;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .shima-home-v2 .shima-home2-hero-benefits small {
    display: block;
  }
}


/* ==========================================================
   2.4.2 — product gallery thumbnail active-ring repair
   ========================================================== */
.shima-product-page .shima-product-thumbs {
  align-items: center;
  overflow-y: hidden;
  padding: 2px 2px 4px;
}

.shima-product-page .shima-product-thumb {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding: 5px;
  border: 1px solid #dce7e1 !important;
  border-radius: 12px;
  background: #f8faf9;
  box-shadow: none;
  outline: 0;
  isolation: isolate;
}

.shima-product-page .shima-product-thumb img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100% !important;
  height: 100% !important;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
}

/* Draw the selected ring as an overlay, so the product image can never cover it. */
.shima-product-page .shima-product-thumb::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  pointer-events: none;
}

.shima-product-page .shima-product-thumb.is-active {
  border-color: transparent !important;
  background: #fff;
  box-shadow: 0 6px 16px rgba(8,123,67,.08);
}

.shima-product-page .shima-product-thumb.is-active::after {
  border-color: var(--shima-lux-green, var(--shima-green));
}

.shima-product-page .shima-product-thumb:hover::after,
.shima-product-page .shima-product-thumb:focus-visible::after {
  border-color: rgba(8,123,67,.55);
}

.shima-product-page .shima-product-thumb.is-active:hover::after,
.shima-product-page .shima-product-thumb.is-active:focus-visible::after {
  border-color: var(--shima-lux-green, var(--shima-green));
}

@media (max-width: 760px) {
  .shima-product-page .shima-product-thumb {
    padding: 4px;
  }
  .shima-product-page .shima-product-thumb img {
    border-radius: 7px;
  }
}
