/* S1 Product Page Redesign — BuildRightWeb */
body.single-product.s1-product-redesign {
  --s1prd-ink:#111512;
  --s1prd-soft-ink:#3f4841;
  --s1prd-muted:#6d756f;
  --s1prd-line:#d9ddd7;
  --s1prd-panel:#fffdf8;
  --s1prd-cream:#f5f2eb;
  --s1prd-sage:#576759;
  --s1prd-sage-dark:#37443a;
  --s1prd-gold:#c7a45d;
  --s1prd-gold-soft:#f4e8c8;
  --s1prd-green:#1f8f4f;
  --s1prd-shadow:0 30px 80px rgba(17,21,18,.12);
  background:
    radial-gradient(circle at 12% 18%, rgba(199,164,93,.13), transparent 31%),
    radial-gradient(circle at 86% 20%, rgba(87,103,89,.12), transparent 29%),
    linear-gradient(180deg,#f9f7f1 0%,#ecebe5 100%) !important;
  color:var(--s1prd-ink);
}

body.single-product.s1-product-redesign *,
body.single-product.s1-product-redesign *::before,
body.single-product.s1-product-redesign *::after {
  box-sizing:border-box;
}

body.single-product.s1-product-redesign #page {
  overflow:hidden;
}

body.single-product.s1-product-redesign .s1prd-soft-hidden {
  display:none !important;
}

body.single-product.s1-product-redesign .woocommerce-notices-wrapper {
  width:min(1440px, calc(100% - 48px));
  margin:18px auto 0 !important;
}

body.single-product.s1-product-redesign .s1prd-ruo-banner,
body.single-product.s1-product-redesign .s1prd-back-link,
body.single-product.s1-product-redesign .shopengine-product-page {
  font-family:Inter, Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.single-product.s1-product-redesign .s1prd-ruo-banner {
  width:min(1440px, calc(100% - 48px));
  margin:34px auto 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px 14px;
  padding:13px 18px;
  border:1px solid rgba(87,103,89,.28);
  border-radius:999px;
  background:rgba(255,253,248,.78);
  color:var(--s1prd-soft-ink);
  box-shadow:0 14px 34px rgba(17,21,18,.06);
  backdrop-filter:blur(14px);
  text-align:center;
}

body.single-product.s1-product-redesign .s1prd-ruo-banner strong {
  color:var(--s1prd-sage-dark);
  font-size:13px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
  white-space:nowrap;
}

body.single-product.s1-product-redesign .s1prd-ruo-banner span {
  font-size:14px;
  font-weight:650;
  line-height:1.35;
}

body.single-product.s1-product-redesign .s1prd-back-link,
body.single-product.s1-product-redesign .s1prd-back-link:visited,
body.single-product.s1-product-redesign .s1prd-back-link:hover {
  width:max-content;
  max-width:calc(100% - 48px);
  margin:0 auto 18px;
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--s1prd-sage-dark) !important;
  text-decoration:none !important;
  font-size:14px;
  font-weight:900;
  letter-spacing:.02em;
}

body.single-product.s1-product-redesign .s1prd-back-link span {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  border-radius:999px;
  background:#fff;
  box-shadow:0 8px 18px rgba(17,21,18,.08);
}

body.single-product.s1-product-redesign .shopengine-product-page,
body.single-product.s1-product-redesign div.product.type-product {
  width:min(1500px, calc(100% - 48px));
  margin:0 auto 70px !important;
  padding:0 !important;
  color:var(--s1prd-ink);
}

body.single-product.s1-product-redesign .shopengine-product-page > .elementor > .elementor-section.elementor-element-1687d83,
body.single-product.s1-product-redesign div.product.type-product > .elementor > .elementor-section.elementor-element-1687d83 {
  margin:0 !important;
  padding:0 !important;
}

body.single-product.s1-product-redesign .elementor-element-1687d83 > .elementor-container {
  display:grid !important;
  grid-template-columns:minmax(0, 1.05fr) minmax(410px, .82fr) !important;
  gap:34px !important;
  align-items:start !important;
  width:100% !important;
  max-width:100% !important;
}

body.single-product.s1-product-redesign .elementor-element-1687d83 > .elementor-container > .elementor-column {
  width:100% !important;
  max-width:100% !important;
}

body.single-product.s1-product-redesign .elementor-element-1b24b89 > .elementor-widget-wrap,
body.single-product.s1-product-redesign .elementor-element-aeac00f > .elementor-widget-wrap {
  padding:0 !important;
}

body.single-product.s1-product-redesign .elementor-element-1b24b89 > .elementor-widget-wrap {
  position:sticky;
  top:24px;
  display:block !important;
}

body.single-product.s1-product-redesign .shopengine-product-image,
body.single-product.s1-product-redesign .woocommerce-product-gallery {
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  float:none !important;
  opacity:1 !important;
}

body.single-product.s1-product-redesign .shopengine-product-image {
  position:relative;
  padding:24px;
  border:1px solid rgba(87,103,89,.18);
  border-radius:36px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(246,242,231,.88)),
    radial-gradient(circle at 18% 12%, rgba(199,164,93,.22), transparent 31%);
  box-shadow:var(--s1prd-shadow);
  overflow:hidden;
}

body.single-product.s1-product-redesign .shopengine-product-image::before {
  content:"";
  position:absolute;
  inset:18px;
  border-radius:28px;
  border:1px dashed rgba(87,103,89,.20);
  pointer-events:none;
}

body.single-product.s1-product-redesign .shopengine-product-image::after {
  content:"S1 VERIFIED";
  position:absolute;
  left:28px;
  bottom:26px;
  z-index:3;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(17,21,18,.88);
  color:#fff;
  font-size:11px;
  line-height:1;
  font-weight:950;
  letter-spacing:.16em;
}

body.single-product.s1-product-redesign .woocommerce-product-gallery .flex-viewport {
  position:relative;
  min-height:600px;
  margin:0 !important;
  border-radius:28px !important;
  overflow:hidden !important;
  background:
    radial-gradient(circle at 14px 14px, rgba(0,0,0,.045) 1.5px, transparent 2px) 0 0 / 25px 25px,
    linear-gradient(180deg,#ffffff 0%,#f4f4f5 100%) !important;
}

body.single-product.s1-product-redesign .woocommerce-product-gallery__wrapper {
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
}

body.single-product.s1-product-redesign .woocommerce-product-gallery__image {
  text-align:center !important;
}

body.single-product.s1-product-redesign .woocommerce-product-gallery__image a {
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:600px !important;
  padding:44px !important;
  text-align:center !important;
  text-decoration:none !important;
}

body.single-product.s1-product-redesign .woocommerce-product-gallery__image img,
body.single-product.s1-product-redesign .shopengine-product-image img.wp-post-image {
  display:block !important;
  width:auto !important;
  max-width:min(86%, 540px) !important;
  max-height:520px !important;
  height:auto !important;
  margin:0 auto !important;
  object-fit:contain !important;
  filter:drop-shadow(0 24px 26px rgba(0,0,0,.12));
}

body.single-product.s1-product-redesign .shopengine-product-image .onsale,
body.single-product.s1-product-redesign .shopengine-product-image span.onsale,
body.single-product.s1-product-redesign .woocommerce span.onsale {
  top:26px !important;
  left:26px !important;
  min-width:0 !important;
  min-height:0 !important;
  padding:10px 14px !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,var(--s1prd-sage-dark),var(--s1prd-sage)) !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:950 !important;
  line-height:1 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
  box-shadow:0 12px 24px rgba(55,68,58,.22) !important;
}

body.single-product.s1-product-redesign .shopengine-product-image-toggle,
body.single-product.s1-product-redesign .woocommerce-product-gallery__trigger {
  top:26px !important;
  right:26px !important;
  z-index:5 !important;
  width:48px !important;
  height:48px !important;
  border:1px solid rgba(87,103,89,.14) !important;
  border-radius:999px !important;
  background:#fff !important;
  color:var(--s1prd-sage-dark) !important;
  box-shadow:0 12px 24px rgba(17,21,18,.10) !important;
}

body.single-product.s1-product-redesign .flex-control-nav,
body.single-product.s1-product-redesign .flex-control-thumbs {
  display:flex !important;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  margin:18px 0 0 !important;
  padding:0 !important;
}

body.single-product.s1-product-redesign .flex-control-thumbs li {
  width:auto !important;
  float:none !important;
  list-style:none !important;
}

body.single-product.s1-product-redesign .flex-control-thumbs img {
  width:72px !important;
  height:72px !important;
  object-fit:cover !important;
  border:1px solid rgba(87,103,89,.16) !important;
  border-radius:16px !important;
  padding:5px !important;
  background:#fff !important;
  opacity:.72 !important;
  transition:opacity .18s ease, transform .18s ease, border-color .18s ease;
}

body.single-product.s1-product-redesign .flex-control-thumbs img.flex-active,
body.single-product.s1-product-redesign .flex-control-thumbs img:hover {
  opacity:1 !important;
  transform:translateY(-2px);
  border-color:var(--s1prd-gold) !important;
}

body.single-product.s1-product-redesign .s1prd-coa-button {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:100%;
  min-height:58px;
  margin:16px 0 0;
  padding:13px 20px;
  border:1px solid rgba(87,103,89,.20);
  border-radius:18px;
  background:#111512;
  color:#fff;
  font-size:16px;
  line-height:1;
  font-weight:950;
  letter-spacing:.02em;
  text-decoration:none;
  cursor:pointer;
  box-shadow:0 18px 34px rgba(17,21,18,.16);
}

body.single-product.s1-product-redesign .s1prd-coa-button span {
  color:var(--s1prd-gold);
  font-size:17px;
}

body.single-product.s1-product-redesign .elementor-element-aeac00f > .elementor-widget-wrap,
body.single-product.s1-product-redesign .summary.entry-summary {
  position:relative;
  display:flex !important;
  flex-direction:column;
  align-items:stretch;
  width:100% !important;
  margin:0 !important;
  padding:34px !important;
  border:1px solid rgba(87,103,89,.18);
  border-radius:36px;
  background:rgba(255,253,248,.92) !important;
  box-shadow:var(--s1prd-shadow);
  overflow:hidden;
}

body.single-product.s1-product-redesign .elementor-element-aeac00f > .elementor-widget-wrap::before,
body.single-product.s1-product-redesign .summary.entry-summary::before {
  content:"";
  position:absolute;
  inset:0;
  height:8px;
  background:linear-gradient(90deg,var(--s1prd-sage),var(--s1prd-gold),var(--s1prd-sage));
}

body.single-product.s1-product-redesign .s1prd-product-pill {
  order:-10;
  display:inline-flex;
  align-items:center;
  gap:8px;
  align-self:flex-start;
  margin:0 0 16px;
  padding:8px 13px;
  border:1px solid rgba(87,103,89,.16);
  border-radius:999px;
  background:#f2eee2;
  color:var(--s1prd-sage-dark);
  font-size:12px;
  line-height:1;
  font-weight:950;
  letter-spacing:.11em;
  text-transform:uppercase;
}

body.single-product.s1-product-redesign .s1prd-product-pill span {
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--s1prd-green);
  box-shadow:0 0 0 5px rgba(31,143,79,.12);
}

body.single-product.s1-product-redesign .shopengine-product-title h1.product-title,
body.single-product.s1-product-redesign h1.product_title,
body.single-product.s1-product-redesign .product_title {
  margin:0 0 12px !important;
  padding:0 !important;
  color:var(--s1prd-ink) !important;
  font-family:Inter, Poppins, system-ui, sans-serif !important;
  font-size:clamp(38px, 4vw, 58px) !important;
  line-height:.98 !important;
  font-weight:950 !important;
  letter-spacing:-.055em !important;
}

body.single-product.s1-product-redesign .shopengine-product-price,
body.single-product.s1-product-redesign .summary > p.price {
  margin:0 0 18px !important;
}

body.single-product.s1-product-redesign .shopengine-product-price .price,
body.single-product.s1-product-redesign .summary > p.price {
  display:flex !important;
  align-items:baseline;
  flex-wrap:wrap;
  gap:8px;
  margin:0 !important;
  padding:0 0 18px !important;
  border-bottom:1px solid rgba(87,103,89,.18) !important;
  color:var(--s1prd-sage-dark) !important;
  font-size:25px !important;
  line-height:1.2 !important;
  font-weight:900 !important;
}

body.single-product.s1-product-redesign .shopengine-product-price .amount,
body.single-product.s1-product-redesign .shopengine-product-price bdi,
body.single-product.s1-product-redesign .summary > p.price .amount,
body.single-product.s1-product-redesign .summary > p.price bdi {
  color:inherit !important;
  font-size:inherit !important;
  font-weight:inherit !important;
}

body.single-product.s1-product-redesign .shopengine-product-price del,
body.single-product.s1-product-redesign .summary > p.price del {
  color:rgba(63,72,65,.45) !important;
  font-size:18px !important;
  font-weight:800 !important;
}

body.single-product.s1-product-redesign .shopengine-product-price ins,
body.single-product.s1-product-redesign .summary > p.price ins {
  color:var(--s1prd-sage-dark) !important;
  text-decoration:none !important;
}

body.single-product.s1-product-redesign .shopengine-product-description,
body.single-product.s1-product-redesign .woocommerce-product-details__short-description {
  margin:0 0 22px !important;
  color:var(--s1prd-soft-ink) !important;
  font-size:16px;
  line-height:1.68;
  font-weight:520;
}

body.single-product.s1-product-redesign .shopengine-product-description p,
body.single-product.s1-product-redesign .woocommerce-product-details__short-description p {
  margin:0 0 12px !important;
}

body.single-product.s1-product-redesign form.cart,
body.single-product.s1-product-redesign .shopengine-swatches form.cart {
  display:flex !important;
  flex-direction:column;
  gap:16px;
  margin:0 !important;
  padding:0 !important;
}

body.single-product.s1-product-redesign form.cart .shopengine-wishlist.badge,
body.single-product.s1-product-redesign form.cart .shopengine-comparison.badge,
body.single-product.s1-product-redesign form.cart > .shopengine_add_to_list_action,
body.single-product.s1-product-redesign form.cart > .shopengine_comparison_add_to_list_action {
  display:none !important;
}

body.single-product.s1-product-redesign table.variations {
  display:block !important;
  width:100% !important;
  margin:0 !important;
  border:0 !important;
}

body.single-product.s1-product-redesign table.variations tbody,
body.single-product.s1-product-redesign table.variations tr,
body.single-product.s1-product-redesign table.variations th,
body.single-product.s1-product-redesign table.variations td {
  display:block !important;
  width:100% !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
}

body.single-product.s1-product-redesign table.variations th.label label,
body.single-product.s1-product-redesign table.variations th.label {
  display:block !important;
  margin:0 0 8px !important;
  color:var(--s1prd-ink) !important;
  font-size:13px !important;
  line-height:1;
  font-weight:950 !important;
  letter-spacing:.12em;
  text-transform:uppercase;
}

body.single-product.s1-product-redesign table.variations select {
  width:100% !important;
  height:58px !important;
  min-height:58px !important;
  margin:0 !important;
  padding:0 46px 0 16px !important;
  border:1px solid rgba(87,103,89,.20) !important;
  border-radius:18px !important;
  background:#fff !important;
  color:var(--s1prd-ink) !important;
  font-size:16px !important;
  font-weight:850 !important;
  box-shadow:0 10px 24px rgba(17,21,18,.05) !important;
}

body.single-product.s1-product-redesign table.variations .reset_variations {
  display:inline-flex !important;
  margin:10px 0 0 !important;
  color:var(--s1prd-muted) !important;
  font-size:12px !important;
  font-weight:800 !important;
  text-decoration:none !important;
}

body.single-product.s1-product-redesign .s1prd-pack-panel {
  margin:0;
  padding:18px;
  border:1px solid rgba(87,103,89,.18);
  border-radius:26px;
  background:linear-gradient(180deg,#fff 0%,#f8f5ed 100%);
  box-shadow:0 18px 34px rgba(17,21,18,.07);
}

body.single-product.s1-product-redesign .s1prd-pack-head {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin:0 0 14px;
}

body.single-product.s1-product-redesign .s1prd-pack-head h3 {
  margin:0 0 4px !important;
  color:var(--s1prd-ink) !important;
  font-size:20px !important;
  line-height:1.1 !important;
  font-weight:950 !important;
  letter-spacing:-.02em;
}

body.single-product.s1-product-redesign .s1prd-pack-head p {
  margin:0 !important;
  color:var(--s1prd-muted) !important;
  font-size:13px !important;
  line-height:1.35 !important;
  font-weight:650 !important;
}

body.single-product.s1-product-redesign .s1prd-pack-head > span {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
  padding:8px 10px;
  border-radius:999px;
  background:var(--s1prd-gold-soft);
  color:#6f5421;
  font-size:11px;
  line-height:1;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}

body.single-product.s1-product-redesign .s1prd-pack-grid {
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:10px;
}

body.single-product.s1-product-redesign .s1prd-pack-card {
  position:relative;
  min-height:128px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:4px;
  padding:14px 12px;
  border:1px solid rgba(87,103,89,.18);
  border-radius:20px;
  background:#fff;
  color:var(--s1prd-ink);
  text-align:left;
  cursor:pointer;
  overflow:hidden;
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

body.single-product.s1-product-redesign .s1prd-pack-card::after {
  content:"";
  position:absolute;
  inset:auto -30px -45px auto;
  width:92px;
  height:92px;
  border-radius:999px;
  background:rgba(199,164,93,.16);
  transition:transform .18s ease, opacity .18s ease;
}

body.single-product.s1-product-redesign .s1prd-pack-card:hover,
body.single-product.s1-product-redesign .s1prd-pack-card.is-active {
  transform:translateY(-2px);
  border-color:rgba(87,103,89,.58);
  box-shadow:0 18px 30px rgba(17,21,18,.11);
}

body.single-product.s1-product-redesign .s1prd-pack-card.is-active {
  background:linear-gradient(180deg,#111512 0%,#2d362f 100%);
  color:#fff;
}

body.single-product.s1-product-redesign .s1prd-pack-card.is-current-tier:not(.is-active) {
  border-color:rgba(199,164,93,.75);
  box-shadow:0 14px 24px rgba(199,164,93,.15);
}

body.single-product.s1-product-redesign .s1prd-pack-kicker {
  position:relative;
  z-index:2;
  color:inherit;
  opacity:.68;
  font-size:11px;
  line-height:1;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}

body.single-product.s1-product-redesign .s1prd-pack-card strong {
  position:relative;
  z-index:2;
  display:block;
  margin:2px 0 -4px;
  font-size:34px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.05em;
}

body.single-product.s1-product-redesign .s1prd-pack-card em {
  position:relative;
  z-index:2;
  font-style:normal;
  color:inherit;
  opacity:.70;
  font-size:12px;
  line-height:1;
  font-weight:850;
}

body.single-product.s1-product-redesign .s1prd-pack-card b {
  position:relative;
  z-index:2;
  display:inline-flex;
  margin-top:auto;
  padding:6px 8px;
  border-radius:999px;
  background:rgba(87,103,89,.10);
  color:var(--s1prd-sage-dark);
  font-size:11px;
  line-height:1;
  font-weight:950;
}

body.single-product.s1-product-redesign .s1prd-pack-card.is-active b {
  background:rgba(199,164,93,.22);
  color:#f8e7bd;
}

body.single-product.s1-product-redesign .s1prd-pack-card small {
  position:relative;
  z-index:2;
  display:block;
  margin-top:4px;
  color:inherit;
  opacity:.78;
  font-size:12px;
  line-height:1;
  font-weight:900;
}

body.single-product.s1-product-redesign .s1prd-next-tier-card {
  margin:12px 0 0;
  padding:13px 14px;
  border:1px solid rgba(87,103,89,.14);
  border-radius:18px;
  background:#f8f6ef;
}

body.single-product.s1-product-redesign .s1prd-next-tier-card strong {
  display:block;
  margin:0 0 4px;
  color:var(--s1prd-ink);
  font-size:12px;
  line-height:1;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}

body.single-product.s1-product-redesign .s1prd-next-tier-card span {
  display:block;
  color:var(--s1prd-muted);
  font-size:13px;
  line-height:1.35;
  font-weight:750;
}

body.single-product.s1-product-redesign .s1prd-next-tier-card div {
  height:8px;
  margin:10px 0 0;
  border-radius:999px;
  background:#e5e2d8;
  overflow:hidden;
}

body.single-product.s1-product-redesign .s1prd-next-tier-card i {
  display:block;
  width:0;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,var(--s1prd-sage),var(--s1prd-gold));
  transition:width .2s ease;
}

body.single-product.s1-product-redesign .s1prd-next-tier-card.is-maxed {
  background:#eff7ef;
  border-color:rgba(31,143,79,.22);
}

body.single-product.s1-product-redesign .s1prd-price-panel {
  display:grid;
  gap:10px;
  margin:0;
  padding:16px;
  border:1px solid rgba(87,103,89,.18);
  border-radius:24px;
  background:#111512;
  color:#fff;
  box-shadow:0 18px 34px rgba(17,21,18,.16);
}

body.single-product.s1-product-redesign .s1prd-price-line {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:0 0 10px;
  border-bottom:1px solid rgba(255,255,255,.13);
}

body.single-product.s1-product-redesign .s1prd-price-line:last-child {
  padding-bottom:0;
  border-bottom:0;
}

body.single-product.s1-product-redesign .s1prd-price-line span {
  color:rgba(255,255,255,.72);
  font-size:13px;
  line-height:1.2;
  font-weight:850;
}

body.single-product.s1-product-redesign .s1prd-price-line em,
body.single-product.s1-product-redesign .s1prd-price-line small {
  display:block;
  margin-top:3px;
  color:rgba(244,232,200,.95);
  font-style:normal;
  font-size:12px;
  font-weight:850;
}

body.single-product.s1-product-redesign .s1prd-price-line strong {
  color:#fff;
  font-size:20px;
  line-height:1;
  font-weight:950;
  white-space:nowrap;
}

body.single-product.s1-product-redesign .s1prd-price-line-total strong {
  color:var(--s1prd-gold-soft);
  font-size:28px;
}

body.single-product.s1-product-redesign form.cart .quantity-wrap,
body.single-product.s1-product-redesign form.cart .quantity {
  margin:0 !important;
}

body.single-product.s1-product-redesign form.cart .quantity-wrap.default {
  display:block !important;
  width:100%;
}

body.single-product.s1-product-redesign form.cart .quantity.s1prd-qty-ready {
  display:grid !important;
  grid-template-columns:54px 1fr 54px;
  align-items:center;
  width:100% !important;
  height:56px;
  border:1px solid rgba(87,103,89,.18);
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 24px rgba(17,21,18,.05);
}

body.single-product.s1-product-redesign form.cart .quantity.s1prd-qty-ready input.qty {
  width:100% !important;
  height:56px !important;
  min-height:56px !important;
  padding:0 !important;
  border:0 !important;
  border-left:1px solid rgba(87,103,89,.13) !important;
  border-right:1px solid rgba(87,103,89,.13) !important;
  border-radius:0 !important;
  background:#fff !important;
  color:var(--s1prd-ink) !important;
  text-align:center !important;
  font-size:18px !important;
  font-weight:950 !important;
  box-shadow:none !important;
}

body.single-product.s1-product-redesign .s1prd-qty-btn {
  width:54px;
  height:56px;
  border:0;
  background:#fff;
  color:var(--s1prd-ink);
  font-size:22px;
  line-height:1;
  font-weight:950;
  cursor:pointer;
}

body.single-product.s1-product-redesign .single_variation_wrap,
body.single-product.s1-product-redesign .woocommerce-variation-add-to-cart,
body.single-product.s1-product-redesign form.cart:not(.variations_form) {
  display:flex !important;
  flex-direction:column;
  gap:16px;
}

body.single-product.s1-product-redesign .woocommerce-variation-price {
  display:none !important;
}

body.single-product.s1-product-redesign .woocommerce-variation-availability .stock,
body.single-product.s1-product-redesign p.stock {
  display:inline-flex !important;
  align-items:center;
  width:max-content;
  margin:0 !important;
  padding:8px 11px !important;
  border-radius:999px;
  font-size:12px !important;
  line-height:1 !important;
  font-weight:950 !important;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body.single-product.s1-product-redesign p.stock.in-stock,
body.single-product.s1-product-redesign .woocommerce-variation-availability .stock.in-stock {
  background:rgba(31,143,79,.10) !important;
  color:var(--s1prd-green) !important;
}

body.single-product.s1-product-redesign p.stock.out-of-stock,
body.single-product.s1-product-redesign .woocommerce-variation-availability .stock.out-of-stock {
  background:rgba(190,18,60,.10) !important;
  color:#be123c !important;
}

body.single-product.s1-product-redesign form.cart .single_add_to_cart_button,
body.single-product.s1-product-redesign form.cart button.single_add_to_cart_button.button.alt {
  width:100% !important;
  min-height:62px !important;
  margin:0 !important;
  padding:16px 20px !important;
  border:0 !important;
  border-radius:20px !important;
  background:linear-gradient(135deg,var(--s1prd-sage-dark),var(--s1prd-ink)) !important;
  color:#fff !important;
  font-size:16px !important;
  line-height:1.1 !important;
  font-weight:950 !important;
  letter-spacing:.01em;
  text-transform:none !important;
  box-shadow:0 20px 34px rgba(17,21,18,.22) !important;
  transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

body.single-product.s1-product-redesign form.cart .single_add_to_cart_button:hover {
  transform:translateY(-2px);
  box-shadow:0 25px 44px rgba(17,21,18,.28) !important;
}

body.single-product.s1-product-redesign form.cart .single_add_to_cart_button.disabled,
body.single-product.s1-product-redesign form.cart .single_add_to_cart_button:disabled,
body.single-product.s1-product-redesign.s1prd-current-oos form.cart .single_add_to_cart_button {
  opacity:.55 !important;
  cursor:not-allowed !important;
  transform:none !important;
}

body.single-product.s1-product-redesign .s1prd-support-section {
  display:grid;
  grid-template-columns:minmax(0, .95fr) minmax(320px, .62fr);
  gap:28px;
  align-items:center;
  width:100%;
  margin:44px 0 18px;
  padding:34px;
  border:1px solid rgba(87,103,89,.18);
  border-radius:36px;
  background:
    radial-gradient(circle at 12% 0%, rgba(199,164,93,.20), transparent 30%),
    linear-gradient(135deg,#111512 0%,#303a32 100%);
  color:#fff;
  box-shadow:var(--s1prd-shadow);
  overflow:hidden;
}

body.single-product.s1-product-redesign .s1prd-support-copy > span {
  display:inline-flex;
  margin:0 0 14px;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(244,232,200,.14);
  color:var(--s1prd-gold-soft);
  font-size:11px;
  line-height:1;
  font-weight:950;
  letter-spacing:.15em;
  text-transform:uppercase;
}

body.single-product.s1-product-redesign .s1prd-support-copy h2 {
  margin:0 0 8px !important;
  color:#fff !important;
  font-size:clamp(32px, 4vw, 52px) !important;
  line-height:1 !important;
  font-weight:950 !important;
  letter-spacing:-.055em;
}

body.single-product.s1-product-redesign .s1prd-support-copy h3 {
  margin:0 0 16px !important;
  color:var(--s1prd-gold-soft) !important;
  font-size:18px !important;
  line-height:1.25 !important;
  font-weight:900 !important;
}

body.single-product.s1-product-redesign .s1prd-support-copy p {
  max-width:760px;
  margin:0 0 22px !important;
  color:rgba(255,255,255,.78) !important;
  font-size:16px !important;
  line-height:1.65 !important;
  font-weight:600 !important;
}

body.single-product.s1-product-redesign .s1prd-support-button,
body.single-product.s1-product-redesign .s1prd-support-button:visited,
body.single-product.s1-product-redesign .s1prd-support-button:hover {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:54px;
  padding:14px 20px;
  border-radius:999px;
  background:#fff;
  color:var(--s1prd-ink) !important;
  font-size:14px;
  font-weight:950;
  text-decoration:none !important;
}

body.single-product.s1-product-redesign .s1prd-chat-card {
  justify-self:end;
  width:min(100%, 390px);
  border:1px solid rgba(255,255,255,.18);
  border-radius:28px;
  background:#f8f6ef;
  color:var(--s1prd-ink);
  box-shadow:0 26px 54px rgba(0,0,0,.20);
  overflow:hidden;
}

body.single-product.s1-product-redesign .s1prd-chat-head {
  display:flex;
  align-items:center;
  gap:10px;
  padding:14px 16px;
  background:#fff;
  border-bottom:1px solid rgba(87,103,89,.12);
}

body.single-product.s1-product-redesign .s1prd-chat-head img {
  width:42px;
  height:42px;
  border-radius:12px;
  object-fit:cover;
}

body.single-product.s1-product-redesign .s1prd-chat-head strong {
  margin-right:auto;
  font-size:14px;
  font-weight:950;
}

body.single-product.s1-product-redesign .s1prd-chat-head span {
  display:inline-flex;
  padding:5px 8px;
  border-radius:999px;
  background:rgba(31,143,79,.12);
  color:var(--s1prd-green);
  font-size:10px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}

body.single-product.s1-product-redesign .s1prd-chat-body {
  display:grid;
  gap:10px;
  padding:18px;
}

body.single-product.s1-product-redesign .s1prd-chat-row {
  display:flex;
}

body.single-product.s1-product-redesign .s1prd-chat-row p {
  max-width:82%;
  margin:0 !important;
  padding:11px 13px;
  border-radius:16px;
  font-size:13px;
  line-height:1.35;
  font-weight:700;
}

body.single-product.s1-product-redesign .s1prd-chat-left p {
  background:#fff;
  color:var(--s1prd-soft-ink);
  border-bottom-left-radius:5px;
}

body.single-product.s1-product-redesign .s1prd-chat-right {
  justify-content:flex-end;
}

body.single-product.s1-product-redesign .s1prd-chat-right p {
  background:var(--s1prd-sage-dark);
  color:#fff;
  border-bottom-right-radius:5px;
}

body.single-product.s1-product-redesign .s1prd-chat-input {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 16px 16px;
  padding:12px 14px;
  border-radius:999px;
  background:#fff;
  color:rgba(17,21,18,.45);
  font-size:13px;
  font-weight:800;
}

body.single-product.s1-product-redesign .elementor-element-172d61c {
  margin:36px 0 0 !important;
  padding:0 !important;
}

body.single-product.s1-product-redesign .elementor-element-172d61c .elementor-container {
  width:100% !important;
  max-width:100% !important;
}

body.single-product.s1-product-redesign .elementor-element-172d61c .elementor-widget-wrap {
  padding:30px !important;
  border:1px solid rgba(87,103,89,.18);
  border-radius:32px;
  background:rgba(255,253,248,.82);
  box-shadow:0 20px 54px rgba(17,21,18,.08);
}

body.single-product.s1-product-redesign .elementor-element-455855f h2 {
  margin:0 0 20px !important;
  color:var(--s1prd-ink) !important;
  font-size:34px !important;
  line-height:1 !important;
  font-weight:950 !important;
  letter-spacing:-.04em;
}

body.single-product.s1-product-redesign ul.products li.product {
  padding:18px !important;
  border:1px solid rgba(87,103,89,.16) !important;
  border-radius:24px !important;
  background:#fff !important;
  box-shadow:0 14px 30px rgba(17,21,18,.07) !important;
  overflow:hidden;
}

body.single-product.s1-product-redesign ul.products li.product img {
  border-radius:18px !important;
}

body.single-product.s1-product-redesign ul.products li.product .woocommerce-loop-product__title {
  color:var(--s1prd-ink) !important;
  font-size:15px !important;
  line-height:1.25 !important;
  font-weight:950 !important;
}

body.single-product.s1-product-redesign ul.products li.product .button {
  width:100%;
  border-radius:14px !important;
  background:var(--s1prd-ink) !important;
  color:#fff !important;
  font-weight:950 !important;
  text-align:center !important;
}

body.single-product.s1-product-redesign .s1prd-sticky-buy {
  position:fixed;
  left:50%;
  right:auto;
  bottom:18px;
  z-index:9995;
  width:min(1180px, calc(100% - 36px));
  transform:translate(-50%, 140%);
  opacity:0;
  pointer-events:none;
  transition:transform .22s ease, opacity .22s ease;
  font-family:Inter, Poppins, system-ui, sans-serif;
}

body.single-product.s1-product-redesign .s1prd-sticky-buy.s1prd-sticky-visible {
  transform:translate(-50%, 0);
  opacity:1;
  pointer-events:auto;
}

body.single-product.s1-product-redesign .s1prd-sticky-inner {
  display:grid;
  grid-template-columns:minmax(180px, 1fr) auto auto auto;
  align-items:center;
  gap:14px;
  padding:13px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:26px;
  background:rgba(17,21,18,.94);
  color:#fff;
  box-shadow:0 24px 60px rgba(0,0,0,.28);
  backdrop-filter:blur(18px);
}

body.single-product.s1-product-redesign .s1prd-sticky-title {
  display:block;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  color:#fff;
  font-size:14px;
  line-height:1.1;
  font-weight:950;
}

body.single-product.s1-product-redesign .s1prd-sticky-subtitle {
  display:block;
  margin-top:3px;
  color:rgba(255,255,255,.58);
  font-size:12px;
  line-height:1;
  font-weight:750;
}

body.single-product.s1-product-redesign .s1prd-sticky-packs {
  display:flex;
  align-items:center;
  gap:7px;
}

body.single-product.s1-product-redesign .s1prd-sticky-pack {
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  background:rgba(255,255,255,.07);
  color:#fff;
  font-size:13px;
  font-weight:950;
  cursor:pointer;
}

body.single-product.s1-product-redesign .s1prd-sticky-pack.is-active {
  background:var(--s1prd-gold);
  color:#111512;
  border-color:var(--s1prd-gold);
}

body.single-product.s1-product-redesign .s1prd-sticky-price-wrap {
  text-align:right;
}

body.single-product.s1-product-redesign .s1prd-sticky-price-wrap strong {
  display:block;
  color:var(--s1prd-gold-soft);
  font-size:20px;
  line-height:1;
  font-weight:950;
  white-space:nowrap;
}

body.single-product.s1-product-redesign .s1prd-sticky-price-wrap span {
  display:block;
  margin-top:4px;
  color:rgba(255,255,255,.58);
  font-size:11px;
  line-height:1;
  font-weight:850;
  white-space:nowrap;
}

body.single-product.s1-product-redesign .s1prd-sticky-add {
  min-height:48px;
  padding:13px 18px;
  border:0;
  border-radius:17px;
  background:#fff;
  color:#111512;
  font-size:13px;
  line-height:1;
  font-weight:950;
  cursor:pointer;
  white-space:nowrap;
}

body.single-product.s1-product-redesign .s1prd-sticky-add.disabled,
body.single-product.s1-product-redesign .s1prd-sticky-add:disabled {
  opacity:.5;
  cursor:not-allowed;
}

@media (max-width: 1180px) {
  body.single-product.s1-product-redesign .elementor-element-1687d83 > .elementor-container {
    grid-template-columns:1fr !important;
  }

  body.single-product.s1-product-redesign .elementor-element-1b24b89 > .elementor-widget-wrap {
    position:relative;
    top:auto;
  }

  body.single-product.s1-product-redesign .woocommerce-product-gallery__wrapper {
    min-height:520px;
  }

  body.single-product.s1-product-redesign .s1prd-sticky-inner {
    grid-template-columns:1fr auto auto;
  }

  body.single-product.s1-product-redesign .s1prd-sticky-packs {
    display:none;
  }
}

@media (max-width: 767px) {
  body.single-product.s1-product-redesign .s1prd-ruo-banner {
    width:calc(100% - 28px);
    margin:20px auto 12px;
    border-radius:20px;
    flex-direction:column;
    gap:5px;
    padding:12px 14px;
  }

  body.single-product.s1-product-redesign .s1prd-ruo-banner strong,
  body.single-product.s1-product-redesign .s1prd-ruo-banner span {
    white-space:normal;
    font-size:12px;
  }

  body.single-product.s1-product-redesign .shopengine-product-page,
  body.single-product.s1-product-redesign div.product.type-product {
    width:calc(100% - 24px);
    margin-bottom:92px !important;
  }

  body.single-product.s1-product-redesign .shopengine-product-image {
    padding:12px;
    border-radius:26px;
  }

  body.single-product.s1-product-redesign .woocommerce-product-gallery__wrapper {
    min-height:360px;
    padding:32px 22px !important;
    border-radius:20px !important;
  }

  body.single-product.s1-product-redesign .shopengine-product-image::before {
    inset:10px;
    border-radius:19px;
  }

  body.single-product.s1-product-redesign .shopengine-product-image::after {
    left:16px;
    bottom:14px;
    font-size:9px;
    padding:7px 9px;
  }

  body.single-product.s1-product-redesign .elementor-element-aeac00f > .elementor-widget-wrap,
  body.single-product.s1-product-redesign .summary.entry-summary {
    padding:24px 18px !important;
    border-radius:26px;
  }

  body.single-product.s1-product-redesign .shopengine-product-title h1.product-title,
  body.single-product.s1-product-redesign h1.product_title,
  body.single-product.s1-product-redesign .product_title {
    font-size:36px !important;
  }

  body.single-product.s1-product-redesign .shopengine-product-price .price,
  body.single-product.s1-product-redesign .summary > p.price {
    font-size:22px !important;
  }

  body.single-product.s1-product-redesign .s1prd-pack-panel {
    padding:14px;
    border-radius:22px;
  }

  body.single-product.s1-product-redesign .s1prd-pack-head {
    flex-direction:column;
    align-items:flex-start;
  }

  body.single-product.s1-product-redesign .s1prd-pack-grid {
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  body.single-product.s1-product-redesign .s1prd-pack-card {
    min-height:118px;
  }

  body.single-product.s1-product-redesign .s1prd-price-line {
    align-items:flex-start;
  }

  body.single-product.s1-product-redesign .s1prd-price-line-total strong {
    font-size:24px;
  }

  body.single-product.s1-product-redesign .s1prd-support-section {
    grid-template-columns:1fr;
    padding:24px 18px;
    border-radius:28px;
  }

  body.single-product.s1-product-redesign .s1prd-chat-card {
    justify-self:stretch;
    width:100%;
  }

  body.single-product.s1-product-redesign .elementor-element-172d61c .elementor-widget-wrap {
    padding:20px !important;
    border-radius:24px;
  }

  body.single-product.s1-product-redesign .s1prd-sticky-buy {
    bottom:10px;
    width:calc(100% - 20px);
  }

  body.single-product.s1-product-redesign .s1prd-sticky-inner {
    grid-template-columns:1fr auto;
    gap:9px;
    padding:10px;
    border-radius:22px;
  }

  body.single-product.s1-product-redesign .s1prd-sticky-info {
    display:none;
  }

  body.single-product.s1-product-redesign .s1prd-sticky-price-wrap {
    text-align:left;
  }

  body.single-product.s1-product-redesign .s1prd-sticky-price-wrap strong {
    font-size:18px;
  }

  body.single-product.s1-product-redesign .s1prd-sticky-add {
    min-height:46px;
    max-width:180px;
    overflow:hidden;
    text-overflow:ellipsis;
  }
}

@media (max-width: 420px) {
  body.single-product.s1-product-redesign .s1prd-pack-grid {
    gap:8px;
  }

  body.single-product.s1-product-redesign .s1prd-pack-card {
    padding:12px 10px;
  }

  body.single-product.s1-product-redesign .s1prd-pack-card strong {
    font-size:30px;
  }
}


/* =========================================================
   S1 v1.0.1 Monochrome refinement patch
   - removes Ion-like support/COA extras
   - shifts sticky bar left so live support stays accessible
   - converts palette to black / white / grayscale
   ========================================================= */
body.single-product.s1-product-redesign {
  --s1prd-ink:#0f0f10;
  --s1prd-soft-ink:#232427;
  --s1prd-muted:#6a6c70;
  --s1prd-line:#d7d7da;
  --s1prd-panel:#ffffff;
  --s1prd-cream:#f4f4f5;
  --s1prd-sage:#2f3134;
  --s1prd-sage-dark:#141518;
  --s1prd-gold:#111214;
  --s1prd-gold-soft:#f3f3f3;
  --s1prd-green:#111214;
  --s1prd-shadow:0 26px 70px rgba(0,0,0,.09);
  background:
    radial-gradient(circle at 10% 14%, rgba(0,0,0,.04), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(0,0,0,.035), transparent 24%),
    linear-gradient(180deg,#fafafa 0%,#efefef 100%) !important;
}

body.single-product.s1-product-redesign .s1prd-coa-button,
body.single-product.s1-product-redesign .s1prd-support-section {
  display:none !important;
}

body.single-product.s1-product-redesign .s1prd-ruo-banner {
  border-color:rgba(0,0,0,.10);
  background:rgba(255,255,255,.92);
  color:var(--s1prd-soft-ink);
  box-shadow:0 12px 30px rgba(0,0,0,.05);
}

body.single-product.s1-product-redesign .s1prd-ruo-banner strong,
body.single-product.s1-product-redesign .s1prd-back-link,
body.single-product.s1-product-redesign .s1prd-back-link:visited,
body.single-product.s1-product-redesign .s1prd-back-link:hover {
  color:#111214 !important;
}

body.single-product.s1-product-redesign .s1prd-back-link span {
  background:#fff;
  color:#111214;
  box-shadow:0 8px 18px rgba(0,0,0,.07);
}

body.single-product.s1-product-redesign .shopengine-product-image {
  border-color:rgba(0,0,0,.10);
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(245,245,246,.96)),
    radial-gradient(circle at 18% 12%, rgba(0,0,0,.045), transparent 30%);
}

body.single-product.s1-product-redesign .shopengine-product-image::before {
  border-color:rgba(0,0,0,.14);
}

body.single-product.s1-product-redesign .shopengine-product-image::after {
  background:#111214;
  color:#fff;
}

body.single-product.s1-product-redesign .woocommerce-product-gallery__wrapper {
  background:
    radial-gradient(circle at 14px 14px, rgba(0,0,0,.06) 1.5px, transparent 2px) 0 0 / 25px 25px,
    linear-gradient(180deg,#ffffff 0%,#f0f0f1 100%) !important;
}

body.single-product.s1-product-redesign .flex-control-thumbs img,
body.single-product.s1-product-redesign .woocommerce-product-gallery__trigger {
  border-color:rgba(0,0,0,.10) !important;
}

body.single-product.s1-product-redesign .flex-control-thumbs img.flex-active,
body.single-product.s1-product-redesign .flex-control-thumbs img:hover {
  border-color:#111214 !important;
}

body.single-product.s1-product-redesign .elementor-element-aeac00f > .elementor-widget-wrap,
body.single-product.s1-product-redesign .summary.entry-summary {
  border-color:rgba(0,0,0,.10);
  background:rgba(255,255,255,.95) !important;
}

body.single-product.s1-product-redesign .elementor-element-aeac00f > .elementor-widget-wrap::before,
body.single-product.s1-product-redesign .summary.entry-summary::before {
  background:#111214;
}

body.single-product.s1-product-redesign .s1prd-product-pill {
  border-color:rgba(0,0,0,.10);
  background:#f6f6f7;
  color:#111214;
}

body.single-product.s1-product-redesign .s1prd-product-pill span {
  background:#111214;
  box-shadow:0 0 0 5px rgba(0,0,0,.07);
}

body.single-product.s1-product-redesign .shopengine-product-title h1.product-title,
body.single-product.s1-product-redesign h1.product_title,
body.single-product.s1-product-redesign .product_title,
body.single-product.s1-product-redesign .shopengine-product-price .price,
body.single-product.s1-product-redesign .summary > p.price,
body.single-product.s1-product-redesign .woocommerce-variation-price .price {
  color:#111214 !important;
}

body.single-product.s1-product-redesign .s1prd-pack-panel {
  border-color:rgba(0,0,0,.10);
  background:linear-gradient(180deg,#fcfcfc 0%,#f3f3f4 100%);
}

body.single-product.s1-product-redesign .s1prd-pack-head span {
  background:#111214;
  color:#fff;
}

body.single-product.s1-product-redesign .s1prd-pack-head h3,
body.single-product.s1-product-redesign .s1prd-pack-head p,
body.single-product.s1-product-redesign .s1prd-pack-kicker,
body.single-product.s1-product-redesign .s1prd-pack-card em,
body.single-product.s1-product-redesign .s1prd-pack-card small,
body.single-product.s1-product-redesign .s1prd-next-tier-card,
body.single-product.s1-product-redesign .s1prd-next-tier-card span {
  color:#111214;
}

body.single-product.s1-product-redesign .s1prd-pack-card {
  border-color:rgba(0,0,0,.10);
  background:linear-gradient(180deg,#ffffff 0%,#f3f3f4 100%);
  color:#111214;
  box-shadow:none;
}

body.single-product.s1-product-redesign .s1prd-pack-card b {
  background:#ededee;
  color:#232427;
}

body.single-product.s1-product-redesign .s1prd-pack-card.is-current-tier:not(.is-active) {
  border-color:#111214;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.10);
}

body.single-product.s1-product-redesign .s1prd-pack-card.is-active {
  background:linear-gradient(180deg,#111214 0%,#1a1b1e 100%);
  border-color:#111214;
  color:#fff;
}

body.single-product.s1-product-redesign .s1prd-pack-card.is-active .s1prd-pack-kicker,
body.single-product.s1-product-redesign .s1prd-pack-card.is-active em,
body.single-product.s1-product-redesign .s1prd-pack-card.is-active small {
  color:#fff;
}

body.single-product.s1-product-redesign .s1prd-pack-card.is-active b {
  background:rgba(255,255,255,.12);
  color:#fff;
}

body.single-product.s1-product-redesign .s1prd-next-tier-card {
  border-color:rgba(0,0,0,.10);
  background:#fafafa;
}

body.single-product.s1-product-redesign [data-s1prd-next-tier] div {
  background:#e4e4e6;
}

body.single-product.s1-product-redesign [data-s1prd-progress] {
  background:linear-gradient(90deg,#0f1012,#3a3c41) !important;
}

body.single-product.s1-product-redesign .s1prd-price-panel {
  background:linear-gradient(180deg,#0f1012 0%,#17181a 100%);
  color:#fff;
  box-shadow:0 22px 48px rgba(0,0,0,.18);
}

body.single-product.s1-product-redesign .s1prd-price-line,
body.single-product.s1-product-redesign .s1prd-price-line span,
body.single-product.s1-product-redesign .s1prd-price-line em,
body.single-product.s1-product-redesign .s1prd-price-line small {
  color:#fff;
}

body.single-product.s1-product-redesign .s1prd-price-line strong {
  color:#fff;
}

body.single-product.s1-product-redesign form.cart .quantity {
  border-color:rgba(0,0,0,.10) !important;
  background:#fff !important;
}

body.single-product.s1-product-redesign form.cart .quantity .qty,
body.single-product.s1-product-redesign .s1prd-qty-btn {
  color:#111214 !important;
}

body.single-product.s1-product-redesign form.cart .single_add_to_cart_button,
body.single-product.s1-product-redesign form.cart .single_add_to_cart_button:hover {
  background:#111214 !important;
  color:#fff !important;
}

body.single-product.s1-product-redesign .stock.in-stock {
  background:#f1f1f2 !important;
  color:#111214 !important;
}

body.single-product.s1-product-redesign .elementor-element-172d61c .elementor-widget-wrap {
  border-color:rgba(0,0,0,.10);
  background:rgba(255,255,255,.94);
}

body.single-product.s1-product-redesign ul.products li.product {
  border-color:rgba(0,0,0,.10) !important;
  background:#fff !important;
  box-shadow:0 14px 30px rgba(0,0,0,.06) !important;
}

body.single-product.s1-product-redesign ul.products li.product .button {
  background:#111214 !important;
  color:#fff !important;
}

body.single-product.s1-product-redesign .s1prd-sticky-buy {
  left:16px;
  right:auto;
  width:min(980px, calc(100vw - 150px));
  transform:translateY(140%);
}

body.single-product.s1-product-redesign .s1prd-sticky-buy.s1prd-sticky-visible {
  transform:translateY(0);
}

body.single-product.s1-product-redesign .s1prd-sticky-inner {
  border-color:rgba(255,255,255,.10);
  background:rgba(10,10,11,.96);
}

body.single-product.s1-product-redesign .s1prd-sticky-pack {
  border-color:rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:#fff;
}

body.single-product.s1-product-redesign .s1prd-sticky-pack.is-active {
  background:#fff;
  color:#111214;
  border-color:#fff;
}

body.single-product.s1-product-redesign .s1prd-sticky-price-wrap strong {
  color:#fff;
}

body.single-product.s1-product-redesign .s1prd-sticky-add {
  background:#fff;
  color:#111214;
}

@media (max-width: 1180px) {
  body.single-product.s1-product-redesign .s1prd-sticky-buy {
    width:calc(100vw - 128px);
  }
}

@media (max-width: 767px) {
  body.single-product.s1-product-redesign .s1prd-sticky-buy {
    left:10px;
    width:calc(100vw - 96px);
    bottom:10px;
  }
}

/* =========================================================
   S1 v1.0.3 final black/white cleanup
   ========================================================= */
body.single-product.s1-product-redesign .s1prd-pack-card::after {
  display:none !important;
  content:none !important;
  background:transparent !important;
}

body.single-product.s1-product-redesign .s1prd-pack-card:hover,
body.single-product.s1-product-redesign .s1prd-pack-card.is-active {
  border-color:#111214 !important;
  box-shadow:0 16px 28px rgba(0,0,0,.10) !important;
}

body.single-product.s1-product-redesign .s1prd-pack-card.is-current-tier:not(.is-active) {
  border-color:#111214 !important;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.08) !important;
}

body.single-product.s1-product-redesign .s1prd-pack-card b {
  background:rgba(17,18,20,.08) !important;
  color:#232427 !important;
}

body.single-product.s1-product-redesign .s1prd-pack-card.is-active b {
  background:rgba(255,255,255,.13) !important;
  color:#fff !important;
}

body.single-product.s1-product-redesign .s1prd-price-panel,
body.single-product.s1-product-redesign .s1prd-price-panel * {
  color:#fff !important;
}

body.single-product.s1-product-redesign .elementor-element-172d61c ul.products li.product .onsale,
body.single-product.s1-product-redesign .elementor-element-172d61c ul.products li.product span.onsale {
  display:none !important;
}

body.single-product.s1-product-redesign .woocommerce-product-gallery__trigger,
body.single-product.s1-product-redesign .shopengine-product-image-toggle {
  z-index:20 !important;
}

body.single-product.s1-product-redesign .flex-control-thumbs {
  position:relative !important;
  z-index:15 !important;
}

body.single-product.s1-product-redesign .flex-control-thumbs img {
  cursor:pointer !important;
}

@media (max-width: 1180px) {
  body.single-product.s1-product-redesign .woocommerce-product-gallery .flex-viewport,
  body.single-product.s1-product-redesign .woocommerce-product-gallery__image a {
    min-height:500px !important;
  }
}

@media (max-width: 767px) {
  body.single-product.s1-product-redesign .woocommerce-product-gallery .flex-viewport,
  body.single-product.s1-product-redesign .woocommerce-product-gallery__image a {
    min-height:340px !important;
    border-radius:20px !important;
  }

  body.single-product.s1-product-redesign .woocommerce-product-gallery__image a {
    padding:28px 18px !important;
  }

  body.single-product.s1-product-redesign .woocommerce-product-gallery__image img,
  body.single-product.s1-product-redesign .shopengine-product-image img.wp-post-image {
    max-width:92% !important;
    max-height:320px !important;
  }
}

/* =========================================================
   S1 v1.0.4 ship-ready cleanup
   - remove internal Auto Savings badge
   - remove S1 Verified gallery badge
   ========================================================= */
body.single-product.s1-product-redesign .s1prd-pack-head > span {
  display:none !important;
}

body.single-product.s1-product-redesign .shopengine-product-image::after {
  display:none !important;
  content:none !important;
}


/* =========================================================
   S1 v1.0.5 sticky bar + live support refinement
   ========================================================= */
body.single-product.s1-product-redesign .s1prd-sticky-buy {
  left:12px !important;
  right:auto !important;
  width:min(1380px, calc(100vw - 110px)) !important;
  bottom:14px !important;
}

body.single-product.s1-product-redesign .s1prd-sticky-inner {
  grid-template-columns:minmax(180px, 1fr) auto auto auto !important;
}

body.single-product.s1-product-redesign .s1prd-sticky-add {
  min-width:240px;
}

@media (max-width: 1400px) {
  body.single-product.s1-product-redesign .s1prd-sticky-buy {
    width:calc(100vw - 108px) !important;
  }
}

@media (max-width: 1180px) {
  body.single-product.s1-product-redesign .s1prd-sticky-buy {
    width:calc(100vw - 102px) !important;
  }
}

@media (max-width: 767px) {
  body.single-product.s1-product-redesign .s1prd-sticky-buy {
    left:10px !important;
    width:calc(100vw - 92px) !important;
    bottom:10px !important;
  }

  body.single-product.s1-product-redesign .s1prd-sticky-add {
    min-width:0;
  }
}


/* =========================================================
   S1 v1.0.6 live-support isolation / right alignment
   - does not load on non-product pages
   - keeps sticky bar clear of the right-side chat button
   ========================================================= */
body.single-product.s1-product-redesign .s1prd-sticky-buy {
  left:12px !important;
  right:auto !important;
  width:calc(100vw - 124px) !important;
  max-width:1420px !important;
  bottom:14px !important;
  z-index:9994 !important;
}

body.single-product.s1-product-redesign .s1prd-sticky-inner {
  grid-template-columns:minmax(180px, 1fr) auto auto minmax(260px, auto) !important;
}

body.single-product.s1-product-redesign .s1prd-sticky-add {
  min-width:260px !important;
}

/* Actual S1 footer live-support icon from Elementor footer. */
body.single-product.s1-product-redesign .elementor-element-d085f24,
body.single-product.s1-product-redesign .elementor-element-d085f24.elementor-sticky--active,
body.single-product.s1-product-redesign .elementor-element-d085f24.elementor-sticky {
  position:fixed !important;
  right:18px !important;
  left:auto !important;
  bottom:18px !important;
  width:auto !important;
  max-width:none !important;
  margin:0 !important;
  transform:none !important;
  z-index:10020 !important;
}

body.single-product.s1-product-redesign .elementor-element-d085f24 .elementor-widget-container,
body.single-product.s1-product-redesign .elementor-element-d085f24 .elementor-icon-wrapper {
  width:auto !important;
  margin:0 !important;
  text-align:right !important;
}

body.single-product.s1-product-redesign .elementor-element-d085f24 .elementor-icon {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
}

@media (max-width: 1180px) {
  body.single-product.s1-product-redesign .s1prd-sticky-buy {
    width:calc(100vw - 112px) !important;
  }

  body.single-product.s1-product-redesign .s1prd-sticky-inner {
    grid-template-columns:1fr auto minmax(220px, auto) !important;
  }
}

@media (max-width: 767px) {
  body.single-product.s1-product-redesign .s1prd-sticky-buy {
    left:10px !important;
    width:calc(100vw - 92px) !important;
    bottom:10px !important;
  }

  body.single-product.s1-product-redesign .s1prd-sticky-inner {
    grid-template-columns:1fr auto !important;
  }

  body.single-product.s1-product-redesign .s1prd-sticky-add {
    min-width:0 !important;
  }

  body.single-product.s1-product-redesign .elementor-element-d085f24,
  body.single-product.s1-product-redesign .elementor-element-d085f24.elementor-sticky--active,
  body.single-product.s1-product-redesign .elementor-element-d085f24.elementor-sticky {
    right:12px !important;
    bottom:12px !important;
  }
}


/* =========================================================
   S1 v1.0.7 mobile-only containment fix
   - desktop untouched
   - prevents product area/gallery/pack UI from busting off page
   ========================================================= */
@media (max-width: 767px) {
  html,
  body.single-product.s1-product-redesign {
    overflow-x:hidden !important;
    max-width:100vw !important;
  }

  body.single-product.s1-product-redesign #page,
  body.single-product.s1-product-redesign .site,
  body.single-product.s1-product-redesign .shopengine-quickview-content-warper,
  body.single-product.s1-product-redesign .shopengine-product-page,
  body.single-product.s1-product-redesign div.product.type-product,
  body.single-product.s1-product-redesign .shopengine-product-page > .elementor,
  body.single-product.s1-product-redesign .shopengine-product-page > .elementor > .elementor-section,
  body.single-product.s1-product-redesign .elementor-element-1687d83,
  body.single-product.s1-product-redesign .elementor-element-1687d83 > .elementor-container,
  body.single-product.s1-product-redesign .elementor-element-1687d83 > .elementor-container > .elementor-column,
  body.single-product.s1-product-redesign .elementor-element-1b24b89,
  body.single-product.s1-product-redesign .elementor-element-aeac00f,
  body.single-product.s1-product-redesign .elementor-element-1b24b89 > .elementor-widget-wrap,
  body.single-product.s1-product-redesign .elementor-element-aeac00f > .elementor-widget-wrap,
  body.single-product.s1-product-redesign .summary.entry-summary {
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    transform:none !important;
  }

  body.single-product.s1-product-redesign .shopengine-product-page,
  body.single-product.s1-product-redesign div.product.type-product {
    width:100% !important;
    padding-left:10px !important;
    padding-right:10px !important;
  }

  body.single-product.s1-product-redesign .elementor-element-1687d83 > .elementor-container {
    display:block !important;
    grid-template-columns:1fr !important;
    gap:0 !important;
  }

  body.single-product.s1-product-redesign .elementor-element-1b24b89 > .elementor-widget-wrap,
  body.single-product.s1-product-redesign .elementor-element-aeac00f > .elementor-widget-wrap {
    display:block !important;
    position:relative !important;
    top:auto !important;
  }

  body.single-product.s1-product-redesign .shopengine-product-image,
  body.single-product.s1-product-redesign .woocommerce-product-gallery,
  body.single-product.s1-product-redesign .woocommerce-product-gallery .flex-viewport,
  body.single-product.s1-product-redesign .woocommerce-product-gallery__wrapper,
  body.single-product.s1-product-redesign .woocommerce-product-gallery__image,
  body.single-product.s1-product-redesign .woocommerce-product-gallery__image a {
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    left:auto !important;
    right:auto !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
  }

  body.single-product.s1-product-redesign .shopengine-product-image {
    padding:10px !important;
    border-radius:22px !important;
    overflow:hidden !important;
  }

  body.single-product.s1-product-redesign .woocommerce-product-gallery .flex-viewport {
    min-height:0 !important;
    height:auto !important;
    overflow:hidden !important;
    border-radius:18px !important;
  }

  body.single-product.s1-product-redesign .woocommerce-product-gallery__image a {
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:280px !important;
    height:auto !important;
    padding:22px 14px !important;
  }

  body.single-product.s1-product-redesign .woocommerce-product-gallery__image img,
  body.single-product.s1-product-redesign .shopengine-product-image img.wp-post-image {
    display:block !important;
    width:auto !important;
    max-width:100% !important;
    max-height:260px !important;
    height:auto !important;
    margin:0 auto !important;
    object-fit:contain !important;
  }

  body.single-product.s1-product-redesign .flex-control-nav,
  body.single-product.s1-product-redesign .flex-control-thumbs {
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
  }

  body.single-product.s1-product-redesign .elementor-element-aeac00f > .elementor-widget-wrap,
  body.single-product.s1-product-redesign .summary.entry-summary {
    padding:22px 14px !important;
    overflow:hidden !important;
  }

  body.single-product.s1-product-redesign form.cart,
  body.single-product.s1-product-redesign table.variations,
  body.single-product.s1-product-redesign .single_variation_wrap,
  body.single-product.s1-product-redesign .woocommerce-variation-add-to-cart,
  body.single-product.s1-product-redesign .s1prd-pack-panel,
  body.single-product.s1-product-redesign .s1prd-pack-grid,
  body.single-product.s1-product-redesign .s1prd-pack-card,
  body.single-product.s1-product-redesign .s1prd-next-tier-card,
  body.single-product.s1-product-redesign .s1prd-price-panel,
  body.single-product.s1-product-redesign form.cart .quantity-wrap,
  body.single-product.s1-product-redesign form.cart .quantity,
  body.single-product.s1-product-redesign form.cart .single_add_to_cart_button {
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    box-sizing:border-box !important;
  }

  body.single-product.s1-product-redesign .s1prd-pack-panel {
    padding:14px 12px !important;
    overflow:hidden !important;
  }

  body.single-product.s1-product-redesign .s1prd-pack-grid {
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:8px !important;
  }

  body.single-product.s1-product-redesign .s1prd-pack-card {
    padding:12px 9px !important;
    min-height:112px !important;
  }

  body.single-product.s1-product-redesign .s1prd-pack-card strong {
    font-size:30px !important;
  }

  body.single-product.s1-product-redesign .s1prd-price-panel {
    margin-left:auto !important;
    margin-right:auto !important;
  }

  body.single-product.s1-product-redesign .s1prd-price-line-total strong {
    font-size:24px !important;
  }

  body.single-product.s1-product-redesign .s1prd-sticky-buy {
    width:calc(100vw - 92px) !important;
    max-width:calc(100vw - 92px) !important;
  }
}


/* =========================================================
   S1 v1.0.8 mobile gallery selected-image fix
   - mobile only
   - prevents every gallery image from stacking inside hero area
   ========================================================= */
@media (max-width: 767px) {
  body.single-product.s1-product-redesign .woocommerce-product-gallery__wrapper {
    position:relative !important;
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    min-height:280px !important;
    overflow:hidden !important;
    transform:none !important;
  }

  body.single-product.s1-product-redesign .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
    display:none !important;
    width:100% !important;
    max-width:100% !important;
    float:none !important;
    clear:none !important;
    opacity:0 !important;
    visibility:hidden !important;
    position:absolute !important;
    inset:0 !important;
    margin:0 !important;
    transform:none !important;
  }

  body.single-product.s1-product-redesign:not(.s1prd-mobile-gallery-ready) .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child,
  body.single-product.s1-product-redesign .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image.s1prd-mobile-active,
  body.single-product.s1-product-redesign .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image.flex-active-slide {
    display:block !important;
    opacity:1 !important;
    visibility:visible !important;
    position:relative !important;
    inset:auto !important;
    z-index:2 !important;
  }

  body.single-product.s1-product-redesign .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image.s1prd-mobile-active a,
  body.single-product.s1-product-redesign .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image.flex-active-slide a,
  body.single-product.s1-product-redesign:not(.s1prd-mobile-gallery-ready) .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child a {
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    max-width:100% !important;
    min-height:280px !important;
    padding:22px 14px !important;
    box-sizing:border-box !important;
  }

  body.single-product.s1-product-redesign .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image.s1prd-mobile-active img,
  body.single-product.s1-product-redesign .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image.flex-active-slide img,
  body.single-product.s1-product-redesign:not(.s1prd-mobile-gallery-ready) .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child img {
    display:block !important;
    width:auto !important;
    max-width:100% !important;
    max-height:260px !important;
    height:auto !important;
    margin:0 auto !important;
    object-fit:contain !important;
  }
}


/* Wholesale accounts use BRW Wholesale Portal pricing, never retail pack pricing. */
body.single-product.s1-product-redesign.s1prd-wholesale-mode .s1prd-pack-panel,
body.single-product.s1-product-redesign.s1prd-wholesale-mode .s1prd-price-panel,
body.single-product.s1-product-redesign.s1prd-wholesale-mode .s1prd-sticky-buy {
  display:none !important;
}

body.single-product.s1-product-redesign.s1prd-wholesale-mode .woocommerce-variation-price {
  display:block !important;
}
