/* SRSHerbal v2.14.0 — faster media, brighter catalogue and consistent admin polish */
:root{
  --v214-ink:#0d3448;
  --v214-teal:#08756f;
  --v214-teal-soft:#eaf8f4;
  --v214-orange:#ff6c2b;
  --v214-orange-2:#ff8d3e;
  --v214-line:#d9e8e7;
  --v214-shadow:0 12px 30px rgba(13,52,72,.085);
}

/* Keep the UI sharp without loading an external font. */
body.locked-global-theme,body.admin-theme{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif!important;
  color:var(--v214-ink)!important;
  text-rendering:optimizeLegibility;
}

.site-header.locked-header,.admin-topbar{
  box-shadow:0 9px 28px rgba(13,52,72,.085)!important;
}
.site-header .brand-image img,.admin-brand img{
  filter:drop-shadow(0 4px 7px rgba(11,83,92,.12))!important;
}

/* Product cards: clean packshot focus, no oversized broken-image text. */
.smart-product-card{
  border:1px solid var(--v214-line)!important;
  border-radius:18px!important;
  box-shadow:var(--v214-shadow)!important;
  background:#fff!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;
}
.smart-product-card:hover{
  transform:translateY(-5px)!important;
  border-color:#a9d3cb!important;
  box-shadow:0 22px 45px rgba(13,52,72,.15)!important;
}
.smart-product-card .product-art{
  height:238px!important;
  min-height:238px!important;
  padding:13px!important;
  background:
    radial-gradient(circle at 50% 38%,rgba(255,255,255,1) 0 42%,rgba(238,248,245,.92) 72%,rgba(232,244,242,.9) 100%)!important;
  overflow:hidden!important;
}
.smart-product-card .product-art>img{
  width:100%!important;
  height:212px!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:3px!important;
  filter:drop-shadow(0 13px 13px rgba(12,48,62,.17))!important;
  transition:transform .2s ease!important;
}
.smart-product-card:hover .product-art>img{transform:scale(1.035)!important}
.smart-product-card .product-card-body{padding:4px 14px 15px!important}
.smart-product-card h3{color:#123b50!important;font-weight:850!important;letter-spacing:-.015em!important}
.smart-product-card .manufacturer-line{min-height:34px;color:#71838e!important}
.smart-product-card .product-card-rating{
  background:linear-gradient(135deg,#fff8ed,#fff)!important;
  border:1px solid #ffd9b9!important;
  border-radius:12px!important;
}
.smart-product-card .card-cta{
  background:linear-gradient(135deg,var(--v214-orange),var(--v214-orange-2))!important;
  box-shadow:0 8px 17px rgba(255,108,43,.22)!important;
}
.polished-product-fallback{
  height:205px!important;
  border:1px dashed #bcd8d3!important;
  background:linear-gradient(145deg,#eff9f6,#fff)!important;
}
.polished-product-fallback strong{font-size:13px!important;color:#356574!important}
.polished-product-fallback small{font-size:11px!important;max-width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#82939c!important}

/* Prevent layout shift while product pictures are decoded. */
.product-art img,.main-product-image img,.admin-product-cell img,.admin-image-grid img{
  content-visibility:auto;
}

/* Product detail gets a premium but light presentation. */
.product-page-v290 .gallery,.product-page-v290 .product-info,.tabs-grid article,.faq-panel,.review-score-card,.rating-breakdown,.review-form,.review-card{
  border-radius:18px!important;
  box-shadow:0 12px 30px rgba(13,52,72,.075)!important;
}
.product-page-v290 .main-product-image{
  background:radial-gradient(circle at 50% 38%,#fff 0 48%,#edf8f5 100%)!important;
}
.product-page-v290 .main-product-image img{
  max-height:560px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 17px 18px rgba(13,52,72,.16))!important;
}

/* Admin: same media resolver as public website. */
.admin-product-cell{display:flex;align-items:center;gap:10px;min-width:220px}
.admin-product-cell>img,.admin-image-fallback{
  width:58px!important;height:58px!important;min-width:58px!important;
  border-radius:11px!important;border:1px solid #dce9e7!important;
  background:radial-gradient(circle,#fff,#eef8f5)!important;
  object-fit:contain!important;padding:4px!important;
  box-shadow:0 5px 13px rgba(13,52,72,.08)!important;
}
.admin-image-fallback{display:grid!important;place-items:center;font-size:24px}
.admin-image-grid article{border-radius:15px!important;background:#fff!important}
.admin-image-grid article>img{height:190px!important;object-fit:contain!important;background:radial-gradient(circle,#fff,#edf8f5)!important;padding:8px!important}
.admin-product-form small{display:block;margin-top:5px;color:#718892;font-size:11px;line-height:1.35}

/* Slightly reduce paint work on long below-fold sections. */
.v250-partner-section,.v250-products,.v250-herbs-section,.v250-banner-grid{
  content-visibility:auto;
  contain-intrinsic-size:700px;
}

@media(max-width:900px){
  .smart-product-card .product-art{height:215px!important;min-height:215px!important}
  .smart-product-card .product-art>img{height:190px!important}
}
@media(max-width:600px){
  .smart-product-card .product-art{height:180px!important;min-height:180px!important}
  .smart-product-card .product-art>img{height:158px!important}
  .smart-product-card .manufacturer-line{min-height:30px}
}
