:root {
  --sh-green: #006b3c;
  --sh-deep: #004d2c;
  --sh-leaf: #21a447;
  --sh-gold: #ffb515;
  --sh-cream: #fff9ec;
  --sh-ink: #1c241f;
  --sh-mist: #f4f7f5;
  --sh-border: #dce8e1;
  --sh-shadow: 0 18px 55px rgba(0, 77, 44, 0.10);
}

html { scroll-behavior: smooth; }
body {
  background:
    radial-gradient(circle at 4% 2%, rgba(255,181,21,.08), transparent 25rem),
    linear-gradient(180deg, #fff 0%, #fbfdfb 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { height: auto; }
.wp-site-blocks { overflow: visible; }

.sh-announcement p { margin: 0; letter-spacing: 0.01em; }
.wp-site-blocks > header.wp-block-template-part {
  position: sticky;
  top: 0;
  z-index: 999;
}
.admin-bar .wp-site-blocks > header.wp-block-template-part { top: 32px; }
.sh-site-header {
  position: relative !important;
  z-index: 2;
  border-bottom: 1px solid rgba(0, 77, 44, 0.10);
  background: rgba(255,255,255,.94) !important;
  box-shadow: 0 8px 30px rgba(0, 77, 44, 0.08);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  backdrop-filter: blur(16px) saturate(150%);
}
.sh-header-inner { width: min(1280px, calc(100% - 40px)); }
.sh-brand-lockup { flex-shrink: 0; }
.sh-site-header .wp-block-site-logo img { width: 190px; max-height: 60px; object-fit: contain; object-position: left center; }
.sh-site-header .wp-block-site-logo + .wp-block-site-title { display: none; }
.sh-site-header .wp-block-site-title { margin: 0; white-space: nowrap; }
.sh-site-header .wp-block-site-title a {
  color: var(--sh-deep);
  text-decoration: none;
  background: linear-gradient(100deg, var(--sh-deep), var(--sh-green) 58%, #d89000);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sh-site-header .wp-block-search { width: min(240px, 18vw); }
.sh-site-header .wp-block-search__inside-wrapper { border-color: var(--sh-border); background: #f8fbf9; }
.sh-site-header .wp-block-search__button { background: linear-gradient(135deg, var(--sh-green), #00894d); }
.sh-site-header .wp-block-navigation-item__content { text-decoration: none; }
.sh-site-header .wp-block-navigation-item__content:hover { color: var(--sh-green); }
.sh-primary-nav .current-menu-item > .wp-block-navigation-item__content {
  color: var(--sh-green);
  text-decoration: underline;
  text-decoration-color: var(--sh-gold);
  text-underline-offset: 7px;
  text-decoration-thickness: 2px;
}

.sh-card,
.woocommerce ul.products li.product,
.wc-block-grid__product {
  border: 1px solid var(--sh-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 35px rgba(0, 77, 44, 0.06);
  transition: transform .2s ease, box-shadow .2s ease;
}
.sh-card:hover,
.woocommerce ul.products li.product:hover,
.wc-block-grid__product:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-shadow);
}
.woocommerce ul.products li.product { padding: 14px 14px 18px; }
.woocommerce ul.products li.product img { border-radius: 14px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 1.08rem; }
.woocommerce ul.products li.product .price { color: var(--sh-green); font-weight: 800; }

.wp-element-button,
.button,
button,
input[type="submit"] {
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.wp-element-button:hover,
.button:hover,
button:hover,
input[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 107, 60, .18);
}

.sh-footer {
  position: relative;
  overflow: hidden;
  border-radius: 26px 26px 0 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(255,181,21,.18), transparent 24rem),
    linear-gradient(130deg, #00351f, #005f37 58%, #007344) !important;
}
.sh-footer::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, rgba(255,255,255,.04), transparent 40%); }
.sh-footer > * { position: relative; }
.sh-footer-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(0, 1fr));
  align-items: stretch !important;
}
.sh-footer .wp-block-site-logo { display: inline-flex; padding: 7px 11px; border-radius: 13px; background: rgba(255,255,255,.96); box-shadow: 0 9px 25px rgba(0,0,0,.13); }
.sh-footer .wp-block-site-logo img { width: 190px; max-height: 70px; object-fit: contain; object-position: left center; }
.sh-footer .wp-block-site-logo + .wp-block-site-title { display: none; }
.sh-footer a { color: #fff; }
.sh-footer .wp-block-navigation { align-items: flex-start; }
.sh-footer .wp-block-navigation-item__content { padding: 3px 0; opacity: .88; }
.sh-footer .wp-block-navigation-item__content:hover { opacity: 1; color: #ffd260; }
.sh-footer h4 { position: relative; padding-bottom: 10px; }
.sh-footer h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 38px; height: 3px; border-radius: 3px; background: var(--sh-gold); }
.sh-footer-care .shcc-contact-card { padding: 0; border: 0; background: transparent; box-shadow: none; color: #fff; }
.sh-footer-care .shcc-contact-card p { margin: 0 0 10px; }
.sh-footer-care .shcc-contact-card strong { color: #ffd260; }
.sh-placeholder-image { min-height: 380px; border: 2px dashed var(--sh-border); border-radius: 24px; background: linear-gradient(135deg, var(--sh-cream), #fff); }
.sh-order-section { border: 1px solid var(--sh-border); border-radius: 28px; box-shadow: var(--sh-shadow); }
.sh-landing-header { border-bottom: 1px solid var(--sh-border); background: rgba(255,255,255,.95); }

.woocommerce div.product .woocommerce-tabs,
.woocommerce-cart-form,
.woocommerce-checkout-review-order,
.woocommerce form.checkout .col2-set,
.woocommerce-account .woocommerce-MyAccount-content {
  border: 1px solid var(--sh-border);
  border-radius: 20px;
  background: #fff;
  padding: clamp(18px, 3vw, 34px);
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container .select2-selection--single {
  min-height: 48px;
  border: 1px solid #b9ccc1;
  border-radius: 12px;
  background: #fff;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea { padding: 10px 12px; }
.woocommerce-message,
.woocommerce-info { border-top-color: var(--sh-green); background: var(--sh-mist); }
.woocommerce-error { border-top-color: #b42318; }
.woocommerce-checkout #place_order,
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, #008149, #005c35);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 850;
  box-shadow: 0 14px 32px rgba(0,92,53,.24);
}
.woocommerce-checkout-review-order-table { overflow: hidden; border-radius: 14px; }
.woocommerce-checkout-payment { border-radius: 16px !important; background: #f3f8f5 !important; }
.sh-checkout-page .woocommerce-billing-fields > h3,
.sh-checkout-page #order_review_heading { color: var(--sh-deep); font-size: 1.35rem; }

.sh-page-main { padding-bottom: clamp(42px, 7vw, 88px); }
.sh-page-hero {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: clamp(58px, 8vw, 96px) 24px 100px;
  background:
    radial-gradient(circle at 78% 20%, rgba(255,181,21,.28), transparent 22rem),
    linear-gradient(130deg, #003c23 0%, #006b3c 62%, #0d8d4b 100%);
  color: #fff;
}
.sh-page-hero::after { content: ""; position: absolute; left: -5%; right: -5%; bottom: -50px; height: 90px; border-radius: 50% 50% 0 0; background: #fbfdfb; }
.sh-page-hero .wp-block-post-title { position: relative; z-index: 1; margin: 7px auto 0; max-width: 850px; color: #fff; font-size: clamp(2.1rem, 5vw, 4.4rem); line-height: 1.08; }
.sh-page-eyebrow { position: relative; z-index: 1; margin: 0 !important; color: #ffd260; font-weight: 800; letter-spacing: .13em; }
.sh-page-surface { position: relative; z-index: 2; width: min(1080px, calc(100% - 32px)); margin-top: -52px !important; padding: clamp(24px, 5vw, 58px); border: 1px solid rgba(0,77,44,.1); border-radius: 28px; background: rgba(255,255,255,.98); box-shadow: 0 24px 75px rgba(0,77,44,.13); }
.sh-page-surface .wp-block-post-content > :first-child { margin-top: 0; }
.sh-page-surface .wp-block-post-content > :last-child { margin-bottom: 0; }
.sh-commerce-page { width: min(1240px, calc(100% - 32px)); }
.sh-commerce-page > .wp-block-post-title { margin-bottom: 28px; color: var(--sh-deep); font-size: clamp(2rem, 4vw, 3.3rem); }
.sh-checkout-assurance { margin: 0 0 24px; padding: 13px 17px; border: 1px solid #d8e9df; border-radius: 13px; background: #f1f8f4; color: #315542; font-size: .93rem; }

.single-product div.product .product_title { margin-bottom: 10px; font-size: clamp(1.75rem, 3.5vw, 2.8rem); line-height: 1.16; }
.single-product div.product p.price { margin: 12px 0; color: var(--sh-green); font-size: clamp(1.55rem, 3vw, 2.15rem); font-weight: 850; }
.single-product div.product .woocommerce-product-gallery img { border-radius: 22px; }
.shcc-product-rating-line { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin: 8px 0 14px; }
.shcc-product-rating-line .star-rating { margin: 0; color: #efa800; }
.shcc-product-rating-line a { color: #526159; font-weight: 700; text-underline-offset: 3px; }
.woocommerce #reviews #comments ol.commentlist li .comment-text { border: 1px solid var(--sh-border); border-radius: 18px; background: #fff; box-shadow: 0 8px 24px rgba(0,77,44,.05); }
.woocommerce #reviews .shcc-featured-review .comment-text { border-color: rgba(255,181,21,.62); background: linear-gradient(135deg, #fffdf7, #fff); }
.shcc-featured-badge { display: inline-flex; align-items: center; gap: 6px; margin: 0 0 9px; padding: 5px 10px; border-radius: 999px; background: #fff0bd; color: #6f4900; font-size: .78rem; font-weight: 800; }

@media (max-width: 980px) {
  .sh-site-header .wp-block-search { display: none; }
  .sh-header-inner { gap: 12px; }
  .sh-site-header .wp-block-site-logo img { width: 155px; }
}

@media (max-width: 782px) {
  .admin-bar .wp-site-blocks > header.wp-block-template-part { top: 46px; }
  .sh-announcement p { font-size: .76rem !important; }
  .sh-site-header { padding-top: 10px !important; padding-bottom: 10px !important; }
  .sh-header-inner { width: min(100% - 24px, 1280px); }
  .sh-site-header .wp-block-site-logo img { width: 138px; max-height: 48px; }
  .sh-header-actions { margin-left: auto; }
  .sh-footer .wp-block-columns { gap: 30px; }
  .sh-page-hero { min-height: 205px; padding-bottom: 78px; }
  .sh-page-surface { margin-top: -38px !important; border-radius: 22px; }
  .woocommerce ul.products[class*=columns-] li.product { width: 48%; margin-right: 4%; }
  .woocommerce ul.products[class*=columns-] li.product:nth-child(2n) { margin-right: 0; }
}

@media (max-width: 480px) {
  .woocommerce ul.products[class*=columns-] li.product { width: 100%; margin-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Season Haat v1.2 premium responsive layer. */
html, body { max-width: 100%; }
body { overflow-x: clip; }
.sh-announcement {
  position: relative;
  background: linear-gradient(90deg, #003c23, #007542 52%, #003c23) !important;
}
.sh-announcement::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,205,88,.8), transparent);
}
.sh-announcement p { font-weight: 650; }
.sh-announcement p span { margin: 0 .65em; color: #ffd05d; }
.sh-site-header { border-bottom-color: rgba(0,77,44,.08); }
.sh-header-inner { min-height: 68px; }
.sh-brand-lockup .wp-block-shortcode { margin: 0; }
.shcc-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--sh-deep);
  text-decoration: none;
  white-space: nowrap;
}
.shcc-brand-image {
  display: block;
  width: clamp(185px, 15vw, 222px);
  height: auto;
  max-height: 64px;
  border-radius: 0;
  object-fit: contain;
  object-position: left center;
  box-shadow: none;
}
.shcc-brand-name {
  font-size: clamp(1.35rem, 2vw, 1.78rem);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.045em;
}
.shcc-brand-name strong { color: #005b35; }
.shcc-brand-name em { color: #e8a400; font-style: normal; }
.sh-primary-nav { flex: 1 1 auto; }
.sh-primary-nav .wp-block-navigation__container { gap: clamp(14px, 1.7vw, 26px); }
.sh-primary-nav .wp-block-navigation-item__content { font-weight: 750; }
.sh-header-actions { flex-shrink: 0; }
.sh-home-section > h2,
.sh-home-section > .wp-block-heading { margin-bottom: 10px; font-size: clamp(1.9rem, 3.6vw, 3.15rem); letter-spacing: -.035em; }
.sh-home-section > p { max-width: 670px; margin: 0 auto 32px; color: #607168; }
.sh-home-featured {
  background:
    radial-gradient(circle at 8% 10%, rgba(255,181,21,.12), transparent 22rem),
    linear-gradient(180deg, #f2f8f4, #fbfdfb) !important;
}
.sh-home-seasonal {
  background:
    radial-gradient(circle at 88% 24%, rgba(0,107,60,.09), transparent 24rem),
    linear-gradient(145deg, #fff9ec, #fffdf8) !important;
}
.sh-home-section .wp-block-details { max-width: 900px; margin: 11px auto; padding: 17px 20px; border: 1px solid var(--sh-border); border-radius: 15px; background: #fff; box-shadow: 0 8px 24px rgba(0,77,44,.04); }
.sh-home-section .wp-block-details summary { color: var(--sh-deep); font-weight: 800; cursor: pointer; }
.sh-landing-header { position: sticky; top: 0; z-index: 999; background: rgba(255,255,255,.96); box-shadow: 0 8px 30px rgba(0,77,44,.08); backdrop-filter: blur(14px); }
.admin-bar .sh-landing-header { top: 32px; }
.sh-landing-header .wp-block-group { min-height: 64px; }
.sh-landing-header p { margin: 0; }
.sh-landing-header p a { display: inline-flex; padding: 10px 15px; border-radius: 999px; background: #eef8f2; color: var(--sh-green); font-weight: 800; text-decoration: none; }
.sh-landing-hero .wp-block-columns { gap: clamp(28px, 5vw, 72px); }
.sh-landing-hero .wp-block-column { min-width: 0; }
.sh-landing-hero h1 { letter-spacing: -.04em; }
.sh-order-section { overflow: hidden; background: linear-gradient(145deg, #f3faf6, #fffaf0) !important; }

.sh-page-main {
  background:
    radial-gradient(circle at 10% 15%, rgba(255,181,21,.08), transparent 24rem),
    linear-gradient(180deg, #f8fbf9, #fff 42%);
}
.sh-page-hero { min-height: 310px; }
.sh-page-hero::before {
  content: "";
  position: absolute;
  right: clamp(20px, 9vw, 160px);
  top: 40px;
  width: clamp(130px, 18vw, 245px);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 48% 52% 62% 38%;
  background: radial-gradient(circle at 35% 30%, rgba(255,211,102,.7), rgba(255,181,21,.08) 52%, transparent 54%);
  transform: rotate(12deg);
}
.sh-page-eyebrow { font-size: .82rem; }
.sh-page-surface { border-color: rgba(0,77,44,.12); }
.sh-page-surface::before {
  content: "";
  display: block;
  width: 72px;
  height: 5px;
  margin: -13px auto 36px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sh-green), var(--sh-gold));
}

.sh-footer { border-radius: 34px 34px 0 0; }
.sh-footer-grid { gap: clamp(16px, 2vw, 28px) !important; }
.sh-footer-grid > .wp-block-column {
  height: auto;
  align-self: stretch;
  min-width: 0;
  width: auto !important;
  flex-basis: auto !important;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: rgba(255,255,255,.065);
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 16px 40px rgba(0,25,14,.12);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.sh-footer .shcc-brand-footer {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 15px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 28px rgba(0,25,14,.16);
}
.sh-footer .shcc-brand-footer .shcc-brand-image { width: 205px; height: auto; max-height: 68px; border: 0; }
.sh-footer .shcc-brand-footer .shcc-brand-name strong { color: #fff; }
.sh-footer .shcc-brand-footer .shcc-brand-name em { color: #ffd05d; }
.sh-footer-brand > p { color: rgba(255,255,255,.83); line-height: 1.8; }
.sh-footer .wp-block-navigation__container { width: 100%; gap: 8px; }
.sh-footer .wp-block-navigation-item { width: 100%; }
.sh-footer .wp-block-navigation-item__content {
  width: 100%;
  padding: 9px 11px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 11px;
  background: rgba(255,255,255,.05);
  box-sizing: border-box;
  transition: background .18s ease, transform .18s ease;
}
.sh-footer .wp-block-navigation-item__content:hover { transform: translateX(3px); background: rgba(255,255,255,.11); }
.sh-footer-grid { margin-bottom: 28px !important; }
.sh-footer > .wp-block-separator { position: relative; clear: both; margin-top: 0 !important; margin-bottom: 20px !important; }
.sh-footer > .wp-block-separator + p { position: relative; margin: 0 !important; padding: 2px 14px 0; line-height: 1.6; }

@media (max-width: 1120px) {
  .sh-header-inner { flex-wrap: wrap !important; justify-content: space-between !important; }
  .sh-brand-lockup { order: 1; }
  .sh-header-actions { order: 2; }
  .sh-primary-nav { order: 3; flex-basis: 100%; padding-top: 8px; border-top: 1px solid var(--sh-border); }
  .sh-primary-nav .wp-block-navigation__container { width: 100%; justify-content: center; }
  .sh-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 782px) {
  .sh-announcement { padding: 7px 12px !important; }
  .sh-announcement p { line-height: 1.45; }
  .sh-announcement p span:nth-of-type(2), .sh-announcement p span:nth-of-type(2) + * { display: none; }
  .sh-site-header { padding: 9px 0 !important; }
  .sh-header-inner { flex-wrap: nowrap !important; min-height: 54px; gap: 8px; }
  .sh-brand-lockup { max-width: calc(100% - 94px); }
  .shcc-brand { gap: 0; }
  .shcc-brand-image { width: 176px; height: auto; max-height: 54px; border-radius: 0; }
  .shcc-brand-name { font-size: 1.27rem; letter-spacing: -.035em; }
  .sh-primary-nav { order: 2; flex: 0 0 auto; flex-basis: auto; padding: 0; border: 0; }
  .sh-primary-nav .wp-block-navigation__responsive-container-open { display: flex; padding: 9px; border: 1px solid var(--sh-border); border-radius: 12px; background: #f6faf7; }
  .sh-primary-nav .wp-block-navigation__responsive-container.is-menu-open { padding: 24px; background: #fffdf8; }
  .sh-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container { align-items: stretch; gap: 8px; }
  .sh-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content { display: block; padding: 12px 14px; border-radius: 12px; background: #f2f8f4; font-size: 1.05rem; }
  .sh-header-actions { order: 3; }
  .sh-header-actions .wc-block-mini-cart__button { padding: 8px !important; }
  .sh-page-hero::before { opacity: .5; right: -35px; }
  .sh-page-surface { width: calc(100% - 22px); padding: 24px 18px; }
  .admin-bar .sh-landing-header { top: 46px; }
  .sh-landing-header { padding: 8px 13px !important; }
  .sh-landing-header .shcc-brand-name { font-size: 1.18rem; }
  .sh-landing-header p a { padding: 9px 11px; font-size: .78rem; }
  .sh-landing-hero { padding: 36px 16px !important; }
  .sh-landing-hero .wp-block-columns { flex-direction: column-reverse; }
  .sh-landing-hero h1 { font-size: clamp(2rem, 10vw, 3rem) !important; }
  .sh-order-section { width: calc(100% - 20px); padding: 26px 10px !important; border-radius: 22px; box-sizing: border-box; }
  .sh-benefit-columns { display: grid !important; grid-template-columns: 1fr; gap: 14px; }
  .sh-commerce-page { width: calc(100% - 20px); }
  .woocommerce form.checkout .col2-set,
  .woocommerce-checkout-review-order { padding: 17px 14px; border-radius: 17px; }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last { width: 100%; float: none; }
  .woocommerce-checkout #payment ul.payment_methods { padding: 14px; }
  .woocommerce-checkout #payment div.form-row { padding: 14px; }
  .sh-footer { border-radius: 25px 25px 0 0; padding-left: 14px !important; padding-right: 14px !important; }
  .sh-footer-grid { display: grid !important; grid-template-columns: 1fr; }
  .sh-footer-grid > .wp-block-column { width: 100% !important; flex-basis: auto !important; padding: 21px; box-sizing: border-box; }
}

@media (max-width: 390px) {
  .shcc-brand-name { font-size: 1.08rem; }
  .shcc-brand-image { width: 150px; height: auto; max-height: 48px; }
  .sh-brand-lockup { max-width: calc(100% - 88px); }
}

/* Season Haat v1.3 mobile-first commerce layer. */
.wc-block-customer-account,
.wp-block-woocommerce-customer-account,
.sh-site-header .wp-block-woocommerce-customer-account { display: none !important; }

.sh-header-actions { gap: 10px !important; }
.sh-site-header .wp-block-search { width: clamp(230px, 20vw, 310px); }
.sh-site-header .wp-block-search__inside-wrapper {
  min-height: 48px;
  padding: 3px 3px 3px 14px;
  border: 1px solid #cfe0d6;
  border-radius: 999px;
  background: #f8fbf9;
  box-shadow: inset 0 1px 2px rgba(0,77,44,.04);
}
.sh-site-header .wp-block-search__input {
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--sh-ink);
  font-size: .94rem;
}
.sh-site-header .wp-block-search__input::placeholder { color: #74847b; }
.sh-site-header .wp-block-search__button {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #00864b, #005f37);
  box-shadow: 0 8px 20px rgba(0,107,60,.2);
}

.woocommerce .woocommerce-result-count {
  margin: 0 0 24px;
  color: #617168;
  font-weight: 650;
}
.woocommerce .woocommerce-ordering { margin: -8px 0 24px; }
.woocommerce .woocommerce-ordering select {
  min-width: 230px;
  min-height: 48px;
  padding: 8px 42px 8px 15px;
  border: 1px solid #c9ddd2;
  border-radius: 14px;
  background-color: #fff;
  color: var(--sh-deep);
  font-weight: 700;
  box-shadow: 0 8px 25px rgba(0,77,44,.06);
}
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  clear: both;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: flex;
  flex-direction: column;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 13px 13px 17px;
  border-radius: 22px;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link { display: flex; flex: 1; flex-direction: column; }
.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 14px;
  border-radius: 17px;
  background: linear-gradient(145deg, #f7faf8, #fffaf0);
  object-fit: contain;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 2.8em;
  padding: 0;
  color: var(--sh-deep);
  font-size: 1rem;
  line-height: 1.4;
}
.woocommerce ul.products li.product .price { margin: 7px 0 10px; font-size: 1.05rem; }
.woocommerce ul.products li.product .button {
  width: 100%;
  margin-top: auto;
  padding: 12px 14px;
  border-radius: 13px;
  background: linear-gradient(135deg, #ffbd28, #f59d00);
  color: #173c28;
  text-align: center;
  font-weight: 850;
  box-shadow: 0 9px 22px rgba(245,157,0,.22);
}
.woocommerce span.onsale {
  min-width: auto;
  min-height: auto;
  padding: 7px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffbd28, #ed9800);
  color: #173c28;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(245,157,0,.22);
}
.shcc-loop-rating { display: flex; align-items: center; gap: 7px; min-height: 24px; margin: 1px 0 7px; color: #7b6630; font-size: .8rem; }
.shcc-loop-rating .star-rating { float: none; margin: 0; color: #f0a500; font-size: .88rem; }
.shcc-loop-rating .shcc-empty-stars { font-size: .86rem; letter-spacing: 0; }

.single-product div.product { display: flow-root; }
.single-product div.product .summary { padding: clamp(18px, 3vw, 34px); border: 1px solid #e0ebe4; border-radius: 24px; background: #fff; box-shadow: 0 18px 55px rgba(0,77,44,.08); }
.single-product div.product form.cart { display: flex; flex-wrap: wrap; gap: 11px; }
.single-product div.product form.cart::before,
.single-product div.product form.cart::after { display: none; }
.single-product div.product form.cart .quantity { margin: 0 !important; }
.single-product div.product form.cart .quantity .qty { min-height: 52px; border: 1px solid #c4d8cd; border-radius: 13px; }
.single-product div.product form.cart .single_add_to_cart_button,
.single-product div.product form.cart .shcc-buy-now {
  min-height: 52px;
  margin: 0 !important;
  padding: 12px 20px;
  border-radius: 13px;
  font-weight: 850;
}
.single-product div.product form.cart .single_add_to_cart_button { background: #087b49; }
.single-product div.product form.cart .shcc-buy-now {
  background: linear-gradient(135deg, #ffbd28, #f59d00);
  color: #173c28;
  box-shadow: 0 11px 25px rgba(245,157,0,.25);
}
.related.products { clear: both; padding-top: clamp(35px, 6vw, 72px); }
.related.products > h2 { color: var(--sh-deep); font-size: clamp(1.65rem, 3vw, 2.4rem); }
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 54px;
  height: 54px;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #eef6f1;
  object-fit: cover;
  box-shadow: 0 7px 20px rgba(0,77,44,.12);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text { margin-left: 72px; }

.sh-commerce-page > .wp-block-post-content { width: 100%; max-width: none !important; }
.sh-checkout-page > .wp-block-post-title { display: none; }
.sh-checkout-page { padding-top: clamp(24px, 4vw, 48px) !important; }
.sh-checkout-assurance { display: none; }
.woocommerce form.checkout.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(350px, .8fr);
  gap: 18px clamp(22px, 3vw, 38px);
  align-items: start;
}
.woocommerce form.checkout.checkout > .woocommerce-NoticeGroup,
.woocommerce form.checkout.checkout > .woocommerce-error,
.woocommerce form.checkout.checkout > .woocommerce-info { grid-column: 1 / -1; }
.woocommerce form.checkout #customer_details {
  grid-column: 1;
  grid-row: 1 / span 3;
  width: 100%;
  margin: 0;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid #dce8e1;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(0,77,44,.08);
  box-sizing: border-box;
}
.woocommerce form.checkout #customer_details .col-1 { float: none; width: 100%; }
.woocommerce form.checkout #customer_details .col-2 { display: none; }
.woocommerce form.checkout .woocommerce-billing-fields > h3 { display: none; }
.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}
.woocommerce form.checkout .form-row {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.woocommerce form.checkout .form-row-wide,
.woocommerce form.checkout #billing_country_field,
.woocommerce form.checkout #billing_email_field,
.woocommerce form.checkout #billing_address_1_field,
.woocommerce form.checkout #billing_postcode_field { grid-column: 1 / -1; }
.woocommerce form.checkout #billing_country_field,
.woocommerce form.checkout #billing_city_field,
.woocommerce form.checkout #billing_state_field { display: none !important; }
.woocommerce form.checkout .form-row label { margin: 0 0 7px; color: #263a2f; font-weight: 750; }
.woocommerce form.checkout .form-row .required { color: #c64332; }
.woocommerce form.checkout .form-row input.input-text,
.woocommerce form.checkout .form-row textarea,
.woocommerce form.checkout .form-row select,
.woocommerce form.checkout .select2-container .select2-selection--single {
  width: 100%;
  min-height: 52px;
  padding: 12px 13px;
  border: 1px solid #c4d8cd;
  border-radius: 13px;
  background: #fbfdfc;
  box-sizing: border-box;
  font-size: 1rem;
}
.woocommerce form.checkout .select2-container .select2-selection--single { padding: 11px 38px 11px 13px; }
.woocommerce form.checkout .select2-container .select2-selection__rendered { padding: 0; line-height: 28px; }
.woocommerce form.checkout .select2-container .select2-selection__arrow { top: 12px; right: 8px; }
.woocommerce form.checkout .form-row input:focus,
.woocommerce form.checkout .form-row textarea:focus,
.woocommerce form.checkout .form-row select:focus { outline: 3px solid rgba(255,181,21,.22); border-color: #d89400; background: #fff; }
.shcc-order-panel-title {
  grid-column: 2;
  grid-row: 1;
  padding: 20px 22px 0;
  border: 1px solid #dce8e1;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  background: #fff;
}
.woocommerce form.checkout #order_review_heading { display: none; }
.woocommerce form.checkout #order_review {
  grid-column: 2;
  grid-row: 2;
  position: sticky;
  top: 150px;
  width: auto;
  padding: 0 22px 22px;
  border: 1px solid #dce8e1;
  border-top: 0;
  border-radius: 0 0 24px 24px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(0,77,44,.09);
}
.shcc-checkout-section-title,
.shcc-order-panel-title { display: flex; align-items: flex-start; gap: 12px; }
.shcc-checkout-section-title { margin-bottom: 24px; }
.shcc-checkout-section-title > span,
.shcc-order-panel-title > span { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border-radius: 12px; background: linear-gradient(135deg, #ffbd28, #f19c00); color: #173c28; font-weight: 900; }
.shcc-checkout-section-title h2,
.shcc-order-panel-title h2 { margin: 0; color: var(--sh-deep); font-size: 1.28rem; }
.shcc-checkout-section-title p,
.shcc-order-panel-title p { margin: 3px 0 0; color: #68786f; font-size: .87rem; line-height: 1.55; }
.woocommerce-checkout-review-order-table { margin: 14px 0 18px !important; border: 0 !important; }
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td { padding: 13px 7px !important; border-color: #e3ece7 !important; }
.woocommerce-checkout-payment { margin-top: 15px; padding: 5px; border: 1px solid #dce8e1; background: #f7faf8 !important; }
.woocommerce-checkout #payment ul.payment_methods { padding: 12px; }
.woocommerce-checkout #payment ul.payment_methods > li {
  margin: 0 0 10px;
  padding: 13px;
  border: 1px solid #d7e5dd;
  border-radius: 14px;
  background: #fff;
}
.woocommerce-checkout #payment ul.payment_methods > li:last-child { margin-bottom: 0; }
.woocommerce-checkout #payment div.payment_box { margin: 12px 0 0; border-radius: 12px; background: #f3f8f5; color: #2e4036; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #f3f8f5; }
.woocommerce-checkout #payment div.form-row { padding: 12px; }
.woocommerce-checkout #place_order {
  background: linear-gradient(135deg, #ffbd28, #f39d00);
  color: #173c28;
  box-shadow: 0 14px 32px rgba(243,157,0,.26);
}

.woocommerce-order-received .sh-commerce-page > .wp-block-post-title { display: none; }
.woocommerce-order-received .woocommerce { max-width: 1040px; margin: 0 auto; }
.woocommerce-order-received .woocommerce-thankyou-order-received {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  margin: 0 0 24px;
  padding: clamp(26px, 5vw, 46px) 20px;
  border: 1px solid #d8e9df;
  border-radius: 25px;
  background: radial-gradient(circle at 50% 0, rgba(255,181,21,.16), transparent 17rem), linear-gradient(145deg, #f0faf4, #fff);
  color: var(--sh-deep);
  text-align: center;
  box-shadow: 0 18px 55px rgba(0,77,44,.09);
}
.woocommerce-order-received .woocommerce-thankyou-order-received strong { font-size: clamp(1.65rem, 4vw, 2.7rem); }
.woocommerce-order-received .woocommerce-thankyou-order-received small { color: #5b6e63; font-size: 1rem; }
.woocommerce-order-received .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 24px !important;
  padding: 0 !important;
}
.woocommerce-order-received .woocommerce-order-overview li {
  float: none;
  min-width: 0;
  margin: 0;
  padding: 14px;
  border: 1px solid #dce8e1;
  border-radius: 14px;
  background: #fff;
}
.woocommerce-order-received .woocommerce-order-details { margin-top: 30px; }
.woocommerce-order-received .woocommerce-customer-details { display: none; }
.woocommerce-order-received table.order_details { overflow: hidden; border: 1px solid #dce8e1; border-radius: 16px; background: #fff; }

.woocommerce-cart .sh-commerce-page { max-width: 1180px; }
.woocommerce-cart-form,
.woocommerce-cart .cart-collaterals .cart_totals { border-radius: 22px; box-shadow: 0 15px 45px rgba(0,77,44,.07); }
.woocommerce-cart .cart-collaterals .cart_totals { width: 100%; padding: clamp(18px, 3vw, 30px); border: 1px solid #dce8e1; background: #fff; box-sizing: border-box; }
.woocommerce-cart .cart-collaterals { float: right; width: 36%; }
.woocommerce-cart .woocommerce-cart-form { float: left; width: calc(64% - 26px); box-sizing: border-box; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { border-radius: 14px; background: linear-gradient(135deg, #ffbd28, #f39d00); color: #173c28; }

@media (max-width: 1120px) {
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sh-site-header .wp-block-search { display: block; width: 230px; }
}

@media (max-width: 900px) {
  .woocommerce form.checkout.checkout { grid-template-columns: 1fr; }
  .woocommerce form.checkout #customer_details { grid-column: 1; grid-row: auto; }
  .shcc-order-panel-title { grid-column: 1; grid-row: auto; margin-top: 5px; }
  .woocommerce form.checkout #order_review { grid-column: 1; grid-row: auto; position: static; }
  .woocommerce-order-received .woocommerce-order-overview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce-cart .woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals { float: none; width: 100%; }
  .woocommerce-cart .cart-collaterals { margin-top: 20px; }
}

@media (max-width: 782px) {
  .sh-header-inner { flex-wrap: wrap !important; }
  .sh-brand-lockup { order: 1; max-width: calc(100% - 60px); }
  .sh-primary-nav { order: 2; }
  .sh-header-actions { order: 3; flex: 1 0 100%; width: 100%; }
  .sh-site-header .wp-block-search { display: block; flex: 1; width: auto; }
  .sh-site-header .wp-block-search__inside-wrapper { width: 100%; }
  .sh-header-actions .wc-block-mini-cart { flex: 0 0 auto; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .woocommerce ul.products li.product { padding: 10px 10px 14px; border-radius: 17px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 2.7em; font-size: .9rem; }
  .woocommerce ul.products li.product .button { padding: 11px 8px; font-size: .88rem; }
  .single-product div.product .summary { padding: 18px 15px; border-radius: 19px; }
  .single-product div.product form.cart .quantity { flex: 0 0 72px; }
  .single-product div.product form.cart .single_add_to_cart_button,
  .single-product div.product form.cart .shcc-buy-now { flex: 1 1 calc(50% - 48px); padding: 11px 9px; font-size: .88rem; }
  .woocommerce form.checkout .woocommerce-billing-fields__field-wrapper { grid-template-columns: 1fr; }
  .woocommerce form.checkout .form-row-first,
  .woocommerce form.checkout .form-row-last,
  .woocommerce form.checkout .form-row-wide,
  .woocommerce form.checkout #billing_email_field,
  .woocommerce form.checkout #billing_address_1_field,
  .woocommerce form.checkout #billing_postcode_field { grid-column: 1; }
  .woocommerce form.checkout #customer_details { padding: 19px 14px; border-radius: 19px; }
  .shcc-order-panel-title { padding: 18px 16px 0; border-radius: 19px 19px 0 0; }
  .woocommerce form.checkout #order_review { padding: 0 16px 16px; border-radius: 0 0 19px 19px; }
  .woocommerce-order-received .woocommerce-order-overview { grid-template-columns: 1fr; }
  .woocommerce-order-received .woocommerce-order-overview li { width: auto; border-right: 1px solid #dce8e1; }
  .woocommerce #reviews #comments ol.commentlist li .comment-text { margin-left: 0; margin-top: 15px; }
  .sh-footer-grid { margin-bottom: 24px !important; }
}

@media (max-width: 380px) {
  .shcc-brand-image { width: 138px; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
}

/* Season Haat v1.3.1 layout reliability and conversion layer. */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product .button {
  max-width: 100%;
  box-sizing: border-box;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product { overflow: hidden; }
.woocommerce ul.products li.product .button {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  min-height: 52px;
  border: 0;
}

body.single-product main.wp-block-group.alignwide,
body.post-type-archive-product main.wp-block-group.alignwide,
body.tax-product_cat main.wp-block-group.alignwide {
  width: min(1320px, calc(100% - 40px)) !important;
  max-width: 1320px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
body.single-product .woocommerce div.product {
  display: grid !important;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  width: 100%;
}
body.single-product .woocommerce div.product div.images.woocommerce-product-gallery,
body.single-product .woocommerce div.product div.summary {
  float: none !important;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  box-sizing: border-box;
}
body.single-product .woocommerce div.product div.images.woocommerce-product-gallery {
  grid-column: 1;
  padding: clamp(14px, 2vw, 24px);
  border: 1px solid var(--sh-border);
  border-radius: 26px;
  background: linear-gradient(145deg, #f8fbf9, #fffaf0);
  box-shadow: 0 18px 55px rgba(0,77,44,.08);
}
body.single-product .woocommerce-product-gallery__wrapper { margin: 0; }
body.single-product .woocommerce-product-gallery__image a {
  display: grid;
  place-items: center;
  min-height: clamp(330px, 42vw, 610px);
}
body.single-product .woocommerce-product-gallery__image img {
  width: 100% !important;
  max-height: 610px;
  object-fit: contain;
}
body.single-product .woocommerce div.product div.images .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}
body.single-product .woocommerce div.product div.images .flex-control-thumbs li {
  float: none !important;
  width: auto !important;
  padding: 4px;
  border: 1px solid #d9e7df;
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
}
body.single-product .woocommerce div.product div.images .flex-control-thumbs img {
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: contain;
}
body.single-product .woocommerce div.product div.summary {
  grid-column: 2;
  align-self: start;
}
body.single-product .woocommerce div.product .woocommerce-tabs,
body.single-product .woocommerce div.product .related,
body.single-product .woocommerce div.product .upsells {
  grid-column: 1 / -1;
  width: 100% !important;
  min-width: 0;
  box-sizing: border-box;
}
body.single-product .woocommerce div.product form.cart {
  display: grid;
  grid-template-columns: 78px minmax(145px, 1fr) minmax(170px, 1.15fr);
  gap: 11px;
  width: 100%;
}
body.single-product .woocommerce div.product form.cart .quantity,
body.single-product .woocommerce div.product form.cart .quantity .qty,
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button,
body.single-product .woocommerce div.product form.cart .shcc-buy-now {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button,
body.single-product .woocommerce div.product form.cart .shcc-buy-now {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  line-height: 1.35;
  text-align: center;
  box-shadow: 0 12px 26px rgba(0,91,53,.2);
}
body.single-product .woocommerce div.product form.cart .shcc-buy-now {
  box-shadow: 0 12px 26px rgba(245,157,0,.24);
}

body.woocommerce-checkout main.sh-commerce-page,
body.woocommerce-cart main.sh-commerce-page {
  width: min(1460px, calc(100% - 48px)) !important;
  max-width: 1460px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  box-sizing: border-box;
}
body.woocommerce-checkout main.sh-commerce-page > .wp-block-post-content,
body.woocommerce-checkout main.sh-commerce-page > .wp-block-post-content > .woocommerce,
body.woocommerce-cart main.sh-commerce-page > .wp-block-post-content,
body.woocommerce-cart main.sh-commerce-page > .wp-block-post-content > .woocommerce {
  width: 100% !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
body.woocommerce-checkout .woocommerce form.checkout.checkout {
  grid-template-columns: minmax(0, 1.16fr) minmax(430px, .84fr);
  gap: clamp(24px, 3vw, 46px);
  width: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}
body.woocommerce-checkout .shcc-checkout-intro,
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .checkout_coupon {
  width: 100%;
  max-width: 1320px;
  margin-right: auto !important;
  margin-left: auto !important;
  box-sizing: border-box;
}
body.woocommerce-checkout .shcc-delivery-zone-field {
  padding: 14px !important;
  border: 1px solid #e2d19a;
  border-radius: 16px;
  background: linear-gradient(145deg, #fffaf0, #fff);
}
body.woocommerce-checkout .shcc-delivery-zone-field .description {
  display: block;
  margin: 7px 0 0;
  color: #6c5a28;
  font-size: .82rem;
}
.shcc-checkout-product {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-width: 0;
}
.shcc-checkout-product-image {
  width: 64px !important;
  height: 64px !important;
  margin: 0 !important;
  border: 1px solid #dce8e1;
  border-radius: 11px;
  background: #f8fbf9;
  object-fit: contain;
}
.shcc-checkout-product-name {
  min-width: 0;
  color: #1e3529;
  font-weight: 750;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
body.woocommerce-checkout #place_order {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 15px;
  font-size: 1.05rem;
  font-weight: 900;
  box-sizing: border-box;
  transition: transform .18s ease, box-shadow .18s ease;
}
body.woocommerce-checkout #place_order:hover {
  transform: translateY(-2px);
  box-shadow: 0 17px 37px rgba(243,157,0,.33);
}

.sh-header-actions .wp-block-shortcode { display: flex; margin: 0; }
.shcc-header-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #bce5ca;
  border-radius: 999px;
  background: #edf9f2;
  color: #087642;
  text-decoration: none;
  font-size: .86rem;
  font-weight: 850;
  box-sizing: border-box;
}
.shcc-header-whatsapp svg { display: block; flex: 0 0 21px; width: 21px; height: 21px; }
.shcc-header-whatsapp:hover { border-color: #25b965; background: #e2f7ea; color: #006b3c; }
.sh-site-header .wp-block-search__input:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.sh-site-header .wp-block-search__inside-wrapper:focus-within {
  border-color: #009457 !important;
  outline: 3px solid rgba(0,148,87,.14);
  box-shadow: 0 8px 24px rgba(0,107,60,.1);
}
.sh-site-header .wp-block-search__button:focus-visible,
.shcc-header-whatsapp:focus-visible,
.sh-header-actions .wc-block-mini-cart__button:focus-visible {
  outline: 3px solid rgba(255,181,21,.65);
  outline-offset: 3px;
}

.sh-footer-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, .82fr)) minmax(0, 1fr);
  width: min(1240px, calc(100% - 32px));
  margin-right: auto !important;
  margin-left: auto !important;
}
.sh-footer > .wp-block-separator {
  width: min(1240px, calc(100% - 32px));
  margin-right: auto !important;
  margin-left: auto !important;
}
.sh-footer > .wp-block-shortcode:last-child {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto !important;
}
.sh-footer-copyright {
  width: 100%;
  margin: 0 !important;
  padding: 2px 14px 0;
  color: rgba(255,255,255,.9);
  text-align: center;
  line-height: 1.65;
  box-sizing: border-box;
}

@media (max-width: 1120px) {
  .shcc-header-whatsapp { width: 46px; padding: 0; }
  .shcc-header-whatsapp span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .sh-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  body.single-product .woocommerce div.product { grid-template-columns: 1fr; gap: 22px; }
  body.single-product .woocommerce div.product div.images.woocommerce-product-gallery,
  body.single-product .woocommerce div.product div.summary,
  body.single-product .woocommerce div.product .woocommerce-tabs,
  body.single-product .woocommerce div.product .related,
  body.single-product .woocommerce div.product .upsells { grid-column: 1; }
  body.woocommerce-checkout .woocommerce form.checkout.checkout { grid-template-columns: 1fr; max-width: 780px; }
  body.woocommerce-checkout .shcc-checkout-intro,
  body.woocommerce-checkout .woocommerce-form-coupon-toggle,
  body.woocommerce-checkout .checkout_coupon { max-width: 780px; }
}

@media (max-width: 782px) {
  body.single-product main.wp-block-group.alignwide,
  body.post-type-archive-product main.wp-block-group.alignwide,
  body.tax-product_cat main.wp-block-group.alignwide,
  body.woocommerce-checkout main.sh-commerce-page,
  body.woocommerce-cart main.sh-commerce-page { width: calc(100% - 20px) !important; }
  body.single-product .woocommerce-product-gallery__image a { min-height: 300px; }
  body.single-product .woocommerce div.product form.cart { grid-template-columns: 72px minmax(0, 1fr); }
  body.single-product .woocommerce div.product form.cart .shcc-buy-now { grid-column: 1 / -1; }
  .sh-footer-grid { width: 100%; grid-template-columns: 1fr; }
  .sh-footer > .wp-block-separator,
  .sh-footer > .wp-block-shortcode:last-child { width: 100%; }
}

@media (max-width: 480px) {
  body.single-product .woocommerce div.product div.images.woocommerce-product-gallery { padding: 10px; border-radius: 19px; }
  body.single-product .woocommerce-product-gallery__image a { min-height: 250px; }
  body.single-product .woocommerce div.product div.images .flex-control-thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }
  body.woocommerce-checkout .shcc-checkout-product { grid-template-columns: 52px minmax(0, 1fr); }
  body.woocommerce-checkout .shcc-checkout-product-image { width: 52px !important; height: 52px !important; }
  .sh-footer-copyright { padding-right: 4px; padding-left: 4px; font-size: .78rem; }
}

/* Season Haat v1.3.2 final staging polish. */
.woocommerce-breadcrumb,
.wc-block-breadcrumbs,
nav.woocommerce-breadcrumb { display: none !important; }

body.single-product .woocommerce div.product {
  position: relative;
  grid-template-areas:
    "gallery summary"
    "tabs tabs"
    "upsells upsells"
    "related related";
  grid-auto-flow: row;
}
body.single-product .woocommerce div.product::before,
body.single-product .woocommerce div.product::after { display: none !important; content: none !important; }
body.single-product .woocommerce div.product > .onsale {
  position: absolute !important;
  z-index: 12;
  top: 16px !important;
  right: auto !important;
  left: 16px !important;
  margin: 0 !important;
}
body.single-product .woocommerce div.product div.images.woocommerce-product-gallery {
  grid-area: gallery;
  grid-column: auto;
  grid-row: auto;
  align-self: start;
  clear: none !important;
}
body.single-product .woocommerce div.product div.summary {
  grid-area: summary;
  grid-column: auto;
  grid-row: auto;
  align-self: start;
  clear: none !important;
  top: auto !important;
  transform: none !important;
}
body.single-product .woocommerce div.product .woocommerce-tabs {
  grid-area: tabs;
  grid-column: auto;
}
body.single-product .woocommerce div.product .related {
  grid-area: related;
  grid-column: auto;
}
body.single-product .woocommerce div.product .upsells {
  grid-area: upsells;
  grid-column: auto;
}
body.single-product .woocommerce-product-gallery__image { overflow: hidden; border-radius: 18px; }
body.single-product .woocommerce-product-gallery__image img {
  transform: scale(1);
  transition: transform .38s cubic-bezier(.2,.7,.2,1);
  will-change: transform;
}
@media (hover: hover) and (pointer: fine) {
  body.single-product .woocommerce-product-gallery__image:hover img { transform: scale(1.065); }
}
body.single-product .woocommerce div.product form.cart {
  grid-template-columns: 64px minmax(128px, 1fr) minmax(145px, 1.12fr);
  gap: 9px;
}
body.single-product .woocommerce div.product form.cart .quantity .qty,
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button,
body.single-product .woocommerce div.product form.cart .shcc-buy-now {
  min-height: 46px;
  height: 46px;
}
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button,
body.single-product .woocommerce div.product form.cart .shcc-buy-now {
  padding: 8px 11px;
  border-radius: 12px;
  font-size: .9rem;
}

.home .sh-home-featured .woocommerce ul.products,
.home .sh-home-seasonal .woocommerce ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 30px);
}
.home .sh-home-featured .woocommerce ul.products li.product .woocommerce-loop-product__link img,
.home .sh-home-seasonal .woocommerce ul.products li.product .woocommerce-loop-product__link img {
  aspect-ratio: 1 / 1;
  min-height: 280px;
  object-fit: contain;
}

body.woocommerce-checkout .shcc-checkout-intro {
  padding: 20px 24px;
  border-radius: 19px;
}
body.woocommerce-checkout .shcc-checkout-intro h1 {
  margin: 4px 0 5px;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
}
body.woocommerce-checkout .shcc-checkout-intro > p { line-height: 1.55; }
body.woocommerce-checkout .shcc-checkout-steps { margin-top: 13px; }
body.woocommerce-checkout .shcc-checkout-steps b { padding: 6px 10px; }
body.woocommerce-checkout .woocommerce form.checkout.checkout { align-items: start; }
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout #order_review {
  margin: 0;
  padding: clamp(18px, 2.6vw, 28px);
  border-radius: 20px;
}
body.woocommerce-checkout #place_order { min-height: 52px; border-radius: 13px; }

.shcc-header-whatsapp .shcc-whatsapp-logo {
  display: block;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  object-fit: cover;
  image-rendering: auto;
}

.sh-footer .sh-footer-bottom {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: min(1240px, calc(100% - 32px)) !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
}
.sh-footer .sh-footer-bottom > .wp-block-shortcode {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  text-align: center !important;
}
.sh-footer .sh-footer-bottom .sh-footer-copyright {
  display: block !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 2px 14px 0 !important;
  text-align: center !important;
}

@media (max-width: 1050px) {
  .home .sh-home-featured .woocommerce ul.products,
  .home .sh-home-seasonal .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  body.single-product .woocommerce div.product {
    grid-template-areas: "gallery" "summary" "tabs" "upsells" "related";
    grid-template-columns: minmax(0, 1fr);
  }
  body.single-product .woocommerce div.product div.images.woocommerce-product-gallery,
  body.single-product .woocommerce div.product div.summary,
  body.single-product .woocommerce div.product .woocommerce-tabs,
  body.single-product .woocommerce div.product .related,
  body.single-product .woocommerce div.product .upsells { grid-column: auto; }
}

@media (max-width: 620px) {
  .home .sh-home-featured .woocommerce ul.products,
  .home .sh-home-seasonal .woocommerce ul.products { grid-template-columns: 1fr; }
  .home .sh-home-featured .woocommerce ul.products li.product .woocommerce-loop-product__link img,
  .home .sh-home-seasonal .woocommerce ul.products li.product .woocommerce-loop-product__link img { min-height: 250px; }
  body.woocommerce-checkout .shcc-checkout-intro { padding: 17px 16px; }
  body.woocommerce-checkout .shcc-checkout-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  body.woocommerce-checkout .shcc-checkout-steps b { justify-content: center; gap: 5px; padding: 6px 5px; font-size: .74rem; }
  body.woocommerce-checkout .shcc-checkout-steps i { width: 19px; height: 19px; font-size: .7rem; }
  body.single-product .woocommerce div.product form.cart { grid-template-columns: 58px minmax(0, 1fr); }
  body.single-product .woocommerce div.product form.cart .shcc-buy-now { grid-column: 1 / -1; }
  .sh-footer .sh-footer-bottom { width: 100% !important; }
}

/* Mobile header: dedicated menu row plus separated search/help actions. */
@media (max-width: 782px) {
  .sh-site-header .sh-header-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px 10px !important;
    width: calc(100% - 20px);
  }
  .sh-site-header .sh-brand-lockup { grid-column: 1; grid-row: 1; max-width: 100%; min-width: 0; }
  .sh-site-header .sh-primary-nav { grid-column: 2; grid-row: 1; margin: 0; }
  .sh-site-header .sh-header-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 46px 44px;
    grid-column: 1 / -1;
    grid-row: 2;
    gap: 8px !important;
    align-items: center;
    width: 100%;
    min-width: 0;
    margin: 0;
  }
  .sh-site-header .sh-header-actions .wp-block-search,
  .sh-site-header .sh-header-actions .wp-block-search__inside-wrapper { min-width: 0; width: 100%; }
  .sh-site-header .sh-header-actions > .wp-block-shortcode { width: 46px; margin: 0; }
  .sh-site-header .shcc-header-whatsapp { width: 46px; min-height: 44px; padding: 0; }
  .sh-site-header .sh-header-actions .wc-block-mini-cart,
  .sh-site-header .sh-header-actions .wc-block-mini-cart__button { width: 44px; min-width: 44px; margin: 0; }
  .sh-primary-nav .wp-block-navigation__responsive-container.is-menu-open {
    z-index: 100000;
    inset: 0;
    padding: 24px 18px;
    background: #fffdf8;
  }
  .sh-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
  .sh-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    display: flex !important;
    width: 100%;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
  }
  .sh-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
    display: block !important;
    width: 100% !important;
  }
  .sh-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    display: block !important;
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 390px) {
  .sh-site-header .shcc-brand-image { width: 142px; }
  .sh-site-header .sh-header-actions { grid-template-columns: minmax(0, 1fr) 44px 42px; gap: 6px !important; }
  .sh-site-header .sh-header-actions > .wp-block-shortcode,
  .sh-site-header .shcc-header-whatsapp { width: 44px; }
}

/* Avoid an oversized empty break before the footer on short catalog pages. */
body.post-type-archive-product main.wp-block-group.alignwide,
body.tax-product_cat main.wp-block-group.alignwide { padding-bottom: 24px !important; }
body.post-type-archive-product .sh-footer,
body.tax-product_cat .sh-footer { margin-top: 28px !important; }

.woocommerce ul.products li.product .woocommerce-loop-product__link img {
  transform: scale(1);
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
}
@media (hover: hover) and (pointer: fine) {
  .woocommerce ul.products li.product:hover .woocommerce-loop-product__link img { transform: scale(1.045); }
}

/* Season Haat v1.3.3 premium product merchandising. */
.home .sh-home-featured,
.home .sh-home-seasonal {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(0, 107, 60, .07);
  border-bottom: 1px solid rgba(0, 107, 60, .07);
}
.home .sh-home-featured::before,
.home .sh-home-seasonal::before {
  position: absolute;
  top: -140px;
  right: -100px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 189, 40, .14), rgba(255, 189, 40, 0) 70%);
  content: "";
  pointer-events: none;
}
.home .sh-home-featured > h2,
.home .sh-home-seasonal > h2 {
  position: relative;
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.15;
  letter-spacing: -.025em;
}
.home .sh-home-featured .woocommerce,
.home .sh-home-seasonal .woocommerce {
  position: relative;
  left: 50%;
  width: min(1280px, calc(100vw - 42px));
  max-width: none;
  margin-top: clamp(28px, 4vw, 46px);
  transform: translateX(-50%);
}
.home .sh-home-featured .woocommerce ul.products,
.home .sh-home-seasonal .woocommerce ul.products {
  grid-template-columns: repeat(auto-fit, minmax(260px, 360px));
  justify-content: center;
  gap: clamp(18px, 2.2vw, 28px);
}
.home .sh-home-featured .woocommerce ul.products li.product,
.home .sh-home-seasonal .woocommerce ul.products li.product,
body.post-type-archive-product .woocommerce ul.products li.product,
body.tax-product_cat .woocommerce ul.products li.product {
  padding: 12px 12px 14px;
  border: 1px solid rgba(0, 107, 60, .14);
  border-radius: 22px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 16px 40px rgba(0, 77, 44, .09);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .home .sh-home-featured .woocommerce ul.products li.product:hover,
  .home .sh-home-seasonal .woocommerce ul.products li.product:hover,
  body.post-type-archive-product .woocommerce ul.products li.product:hover,
  body.tax-product_cat .woocommerce ul.products li.product:hover {
    border-color: rgba(0, 139, 79, .35);
    box-shadow: 0 24px 54px rgba(0, 77, 44, .14);
    transform: translateY(-6px);
  }
}
.home .sh-home-featured .woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.home .sh-home-seasonal .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.home .sh-home-featured .woocommerce ul.products li.product .woocommerce-loop-product__link img,
.home .sh-home-seasonal .woocommerce ul.products li.product .woocommerce-loop-product__link img,
body.post-type-archive-product .woocommerce ul.products li.product .woocommerce-loop-product__link img,
body.tax-product_cat .woocommerce ul.products li.product .woocommerce-loop-product__link img {
  min-height: 300px;
  max-height: 360px;
  margin-bottom: 13px;
  background: linear-gradient(145deg, #f7faf8, #fff8e9);
  object-fit: contain;
}
.home .sh-home-featured .woocommerce-loop-product__title,
.home .sh-home-seasonal .woocommerce-loop-product__title {
  min-height: 2.7em;
  font-size: 1.08rem !important;
}
.home .sh-home-featured .price,
.home .sh-home-seasonal .price {
  font-size: 1.16rem !important;
}
.woocommerce ul.products li.product .shcc-loop-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  width: 100%;
  margin-top: auto;
}
.woocommerce ul.products li.product .shcc-loop-actions .button,
.woocommerce ul.products li.product .shcc-loop-actions .added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  margin: 0 !important;
  padding: 8px 9px;
  border: 1px solid rgba(245, 157, 0, .2);
  border-radius: 13px;
  box-sizing: border-box;
  font-size: .86rem;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}
.woocommerce ul.products li.product .shcc-loop-actions .add_to_cart_button {
  background: #fff4dc;
  color: #173c28;
  box-shadow: none;
}
.woocommerce ul.products li.product .shcc-loop-actions .shcc-loop-buy-now {
  background: linear-gradient(135deg, #ffb91d, #ff8a00);
  color: #173c28;
  box-shadow: 0 10px 22px rgba(245, 157, 0, .23);
}
.woocommerce ul.products li.product .shcc-loop-actions .added_to_cart {
  grid-column: 1 / -1;
  min-height: 38px;
  background: #e8f7ef;
  color: #006b3c;
}

/* Flex is used here as a robust fallback against third-party WooCommerce floats. */
body.single-product .wp-block-woocommerce-legacy-template div.product,
body.single-product .woocommerce div.product {
  display: flex !important;
  flex-flow: row wrap !important;
  align-items: flex-start !important;
  gap: clamp(24px, 4vw, 54px) !important;
}
body.single-product .wp-block-woocommerce-legacy-template div.product > .woocommerce-product-gallery,
body.single-product .woocommerce div.product > .woocommerce-product-gallery {
  order: 1;
  flex: 1 1 calc(55% - 27px) !important;
  width: calc(55% - 27px) !important;
  max-width: calc(55% - 27px) !important;
  min-width: 0 !important;
  clear: none !important;
}
body.single-product .wp-block-woocommerce-legacy-template div.product > .summary,
body.single-product .woocommerce div.product > .summary {
  order: 2;
  flex: 1 1 calc(45% - 27px) !important;
  width: calc(45% - 27px) !important;
  max-width: calc(45% - 27px) !important;
  min-width: 390px !important;
  clear: none !important;
}
body.single-product .woocommerce div.product > .woocommerce-tabs { order: 3; }
body.single-product .woocommerce div.product > .upsells { order: 4; }
body.single-product .woocommerce div.product > .related { order: 5; }
body.single-product .woocommerce div.product > .woocommerce-tabs,
body.single-product .woocommerce div.product > .upsells,
body.single-product .woocommerce div.product > .related {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
body.single-product .woocommerce-product-gallery__image > a {
  overflow: hidden;
  cursor: zoom-in;
}
body.single-product .woocommerce-product-gallery__image > a > img {
  transform: scale(1);
  transform-origin: center;
  transition: transform .42s cubic-bezier(.2, .7, .2, 1);
}
@media (hover: hover) and (pointer: fine) {
  body.single-product .woocommerce-product-gallery__image:hover > a > img { transform: scale(1.09); }
}

@media (max-width: 900px) {
  body.single-product .wp-block-woocommerce-legacy-template div.product,
  body.single-product .woocommerce div.product { flex-direction: column !important; gap: 18px !important; }
  body.single-product .wp-block-woocommerce-legacy-template div.product > .woocommerce-product-gallery,
  body.single-product .woocommerce div.product > .woocommerce-product-gallery,
  body.single-product .wp-block-woocommerce-legacy-template div.product > .summary,
  body.single-product .woocommerce div.product > .summary {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
}

@media (max-width: 680px) {
  .home .sh-home-featured .woocommerce,
  .home .sh-home-seasonal .woocommerce { width: calc(100vw - 20px); }
  .home .sh-home-featured .woocommerce ul.products,
  .home .sh-home-seasonal .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .home .sh-home-featured .woocommerce ul.products li.product:only-child,
  .home .sh-home-seasonal .woocommerce ul.products li.product:only-child {
    grid-column: 1 / -1;
    width: min(100%, 360px) !important;
    justify-self: center;
  }
  .home .sh-home-featured .woocommerce ul.products li.product,
  .home .sh-home-seasonal .woocommerce ul.products li.product { padding: 8px 8px 10px; border-radius: 16px; }
  .home .sh-home-featured .woocommerce ul.products li.product .woocommerce-loop-product__link img,
  .home .sh-home-seasonal .woocommerce ul.products li.product .woocommerce-loop-product__link img {
    min-height: 180px;
    max-height: 240px;
    border-radius: 13px;
  }
  .woocommerce ul.products li.product .shcc-loop-actions { gap: 6px; }
  .woocommerce ul.products li.product .shcc-loop-actions .button {
    min-height: 42px;
    padding: 7px 5px;
    border-radius: 11px;
    font-size: .72rem;
  }
}

@media (max-width: 420px) {
  .home .sh-home-featured .woocommerce ul.products,
  .home .sh-home-seasonal .woocommerce ul.products { grid-template-columns: 1fr; }
  .home .sh-home-featured .woocommerce ul.products li.product:only-child,
  .home .sh-home-seasonal .woocommerce ul.products li.product:only-child { grid-column: auto; }
  .home .sh-home-featured .woocommerce ul.products li.product .woocommerce-loop-product__link img,
  .home .sh-home-seasonal .woocommerce ul.products li.product .woocommerce-loop-product__link img { min-height: 250px; }
}

/* Season Haat v1.3.4: reliable product purchase layout and conversion polish. */
body.single-product .woocommerce div.product {
  display: block !important;
  width: 100% !important;
  max-width: 1360px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
body.single-product .woocommerce div.product > .shcc-product-hero {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
  width: 100%;
  margin: 0 0 clamp(36px, 6vw, 72px);
}
body.single-product .shcc-product-hero > div.images.woocommerce-product-gallery,
body.single-product .shcc-product-hero > div.summary {
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  grid-column: auto !important;
  grid-row: auto !important;
}
body.single-product .shcc-product-hero > div.images.woocommerce-product-gallery {
  align-self: start;
  padding: clamp(12px, 2vw, 20px);
  border: 1px solid rgba(0, 107, 60, .13);
  border-radius: 26px;
  background: linear-gradient(145deg, #fff, #fbfdfb 68%, #fff9ec);
  box-shadow: 0 22px 65px rgba(0, 77, 44, .09);
  box-sizing: border-box;
}
body.single-product .shcc-product-hero > div.summary {
  align-self: start;
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid rgba(0, 107, 60, .14);
  border-radius: 26px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 22px 65px rgba(0, 77, 44, .1);
  box-sizing: border-box;
}
body.single-product .shcc-product-hero .product_title {
  margin-top: 0;
  font-size: clamp(2rem, 3.2vw, 3rem);
  letter-spacing: -.025em;
}
body.single-product .shcc-product-hero .woocommerce-product-rating { margin: 12px 0 18px; }
body.single-product .woocommerce span.onsale,
body.post-type-archive-product .woocommerce span.onsale,
body.tax-product_cat .woocommerce span.onsale,
.home .woocommerce span.onsale { display: none !important; }

body.single-product .shcc-product-hero .woocommerce-product-gallery__image,
body.single-product .shcc-product-hero .woocommerce-product-gallery__image > a {
  display: grid;
  place-items: center;
  min-height: clamp(430px, 45vw, 650px);
  overflow: hidden;
  border-radius: 19px;
  background: #fff;
  cursor: zoom-in;
}
body.single-product .shcc-product-hero .woocommerce-product-gallery__image > a > img,
body.single-product .shcc-product-hero .woocommerce-product-gallery__image > img.wp-post-image {
  width: 100% !important;
  height: 100% !important;
  max-height: 650px;
  object-fit: contain;
  transform: scale(1) !important;
  transform-origin: 50% 50%;
  transition: transform .2s ease-out;
  will-change: transform, transform-origin;
}
@media (hover: hover) and (pointer: fine) {
  body.single-product .shcc-product-hero .woocommerce-product-gallery__image.shcc-pointer-zoom > a > img,
  body.single-product .shcc-product-hero .woocommerce-product-gallery__image.shcc-pointer-zoom > img.wp-post-image {
    transform: scale(1.75) !important;
  }
}
body.single-product .shcc-product-hero form.cart {
  display: grid !important;
  grid-template-columns: 68px minmax(0, 1fr) minmax(0, 1.08fr) !important;
  gap: 10px !important;
  width: 100%;
  margin: 20px 0 0 !important;
}
body.single-product .shcc-product-hero form.cart .quantity,
body.single-product .shcc-product-hero form.cart .single_add_to_cart_button,
body.single-product .shcc-product-hero form.cart .shcc-buy-now {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}
body.single-product .shcc-product-hero form.cart .quantity .qty,
body.single-product .shcc-product-hero form.cart .single_add_to_cart_button,
body.single-product .shcc-product-hero form.cart .shcc-buy-now {
  min-height: 48px !important;
  height: 48px !important;
  border-radius: 13px !important;
  font-size: .9rem !important;
}
body.single-product .shcc-product-hero .shcc-product-contact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 11px;
}
body.single-product .shcc-product-hero .shcc-product-contact a { min-height: 46px; font-size: .88rem; }
body.single-product .woocommerce div.product > .woocommerce-tabs,
body.single-product .woocommerce div.product > .upsells,
body.single-product .woocommerce div.product > .related {
  display: block !important;
  width: 100% !important;
  max-width: 1360px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  clear: both !important;
}
body.single-product .woocommerce div.product > .woocommerce-tabs {
  margin-bottom: clamp(36px, 5vw, 64px) !important;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid #dce8e1;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 44px rgba(0, 77, 44, .07);
  box-sizing: border-box;
}

/* Homepage product sections use the authoritative v1.4 grid in storefront.css. */
.home .sh-home-featured,
.home .sh-home-seasonal {
  background-image: radial-gradient(circle at 90% 10%, rgba(255, 188, 36, .16), transparent 30%), linear-gradient(135deg, rgba(255,255,255,.78), rgba(244,250,246,.72));
}

/* Cleaner, denser checkout with no coupon distraction. */
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout form.checkout_coupon { display: none !important; }
body.woocommerce-checkout .shcc-checkout-intro {
  max-width: 1280px !important;
  margin-bottom: 20px !important;
  background: linear-gradient(125deg, #00482a, #007846 72%, #0a9258);
  box-shadow: 0 18px 54px rgba(0, 77, 44, .17);
}
body.woocommerce-checkout .woocommerce form.checkout.checkout { max-width: 1280px; }
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout #order_review {
  border-color: rgba(0, 107, 60, .14);
  background: rgba(255,255,255,.98);
  box-shadow: 0 18px 55px rgba(0,77,44,.08);
}
body.woocommerce-checkout .form-row input.input-text,
body.woocommerce-checkout .form-row textarea,
body.woocommerce-checkout .form-row select,
body.woocommerce-checkout .select2-container .select2-selection {
  border-radius: 12px !important;
  border-color: #cbded3 !important;
  background: #fbfdfc !important;
}
body.woocommerce-checkout .form-row input.input-text:focus,
body.woocommerce-checkout .form-row textarea:focus,
body.woocommerce-checkout .form-row select:focus {
  border-color: #058851 !important;
  outline: 3px solid rgba(5,136,81,.11) !important;
}

/* Compact order confirmation: important information stays, vertical bulk goes. */
body.woocommerce-order-received main.sh-commerce-page,
body.woocommerce-order-received main.sh-commerce-page > .wp-block-post-content,
body.woocommerce-order-received main.sh-commerce-page > .wp-block-post-content > .woocommerce {
  width: min(860px, calc(100% - 24px)) !important;
  max-width: 860px !important;
}
body.woocommerce-order-received .woocommerce-thankyou-order-received {
  margin-bottom: 12px !important;
  padding: 16px !important;
  border-radius: 17px !important;
}
body.woocommerce-order-received .shcc-thankyou-panel { padding: 16px !important; }
body.woocommerce-order-received .woocommerce-order-overview {
  gap: 8px !important;
  margin: 12px 0 16px !important;
}
body.woocommerce-order-received .woocommerce-order-overview li { padding: 10px !important; }
body.woocommerce-order-received .woocommerce-order-details { margin-top: 16px !important; }

@media (max-width: 900px) {
  body.single-product .woocommerce div.product > .shcc-product-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
  body.single-product .shcc-product-hero > div.summary { padding: 22px 18px; }
  body.single-product .shcc-product-hero .woocommerce-product-gallery__image,
  body.single-product .shcc-product-hero .woocommerce-product-gallery__image > a { min-height: clamp(330px, 82vw, 570px); }
}

@media (max-width: 620px) {
  body.single-product .shcc-product-hero .woocommerce-product-gallery__image,
  body.single-product .shcc-product-hero .woocommerce-product-gallery__image > a { min-height: 300px; }
  body.single-product .shcc-product-hero form.cart {
    grid-template-columns: 62px minmax(0, 1fr) !important;
  }
  body.single-product .shcc-product-hero form.cart .shcc-buy-now { grid-column: 1 / -1; }
  body.single-product .shcc-product-hero .shcc-product-contact { grid-template-columns: 1fr; }
  body.single-product .woocommerce div.product > .woocommerce-tabs { padding: 16px 13px; border-radius: 18px; }
}

@media (max-width: 390px) {
  body.single-product .shcc-product-hero .woocommerce-product-gallery__image,
  body.single-product .shcc-product-hero .woocommerce-product-gallery__image > a { min-height: 260px; }
}
