:root {
  --sobae-pdp-ink: #161616;
  --sobae-pdp-muted: #666;
  --sobae-pdp-line: #dededb;
  --sobae-pdp-surface: #f7f7f5;
  --sobae-pdp-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sobae-pdp-sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

body.single-product,
body.single-product #main,
body.single-product .ct-container[data-vertical-spacing] {
  background: #fff;
}

body.single-product .hero-section {
  display: none !important;
}

body.single-product .ct-container[data-vertical-spacing] {
  width: 100%;
  max-width: none;
  padding: 0;
}

.single-product .product-entry-wrapper {
  display: flex;
  align-items: flex-start;
  gap: clamp(36px, 5vw, 72px);
  width: min(calc(100% - 80px), 1280px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 0 88px;
}

.single-product .woocommerce-product-gallery,
.single-product .entry-summary {
  flex: 1 1 0;
  width: auto !important;
  min-width: 0;
}

.single-product .woocommerce-product-gallery .ct-product-gallery-container,
.single-product .woocommerce-product-gallery .ct-media-container {
  overflow: hidden;
  border-radius: 4px;
  background: var(--sobae-pdp-surface);
}

.single-product .woocommerce-product-gallery .ct-media-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.single-product .woocommerce-product-gallery .flexy-pills,
.single-product .woocommerce-product-gallery .flex-control-thumbs {
  gap: 12px;
  margin-top: 12px;
}

.single-product .woocommerce-product-gallery .flexy-pills li,
.single-product .woocommerce-product-gallery .flex-control-thumbs li {
  overflow: hidden;
  width: 76px !important;
  height: 76px;
  border: 1px solid var(--sobae-pdp-line);
  border-radius: 4px;
  background: var(--sobae-pdp-surface);
}

.single-product .woocommerce-product-gallery .flexy-pills li.active,
.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  border-color: var(--sobae-pdp-ink);
}

.single-product .entry-summary {
  position: sticky !important;
  top: calc(var(--admin-bar, 0px) + 132px);
  color: var(--sobae-pdp-ink);
  font-family: var(--sobae-pdp-sans);
}

.single-product .entry-summary > * {
  margin-right: 0;
  margin-left: 0;
}

.single-product .entry-summary .sobae-pdp__eyebrow {
  margin: 0 0 12px;
  color: var(--sobae-pdp-ink);
  font-family: var(--sobae-pdp-sans);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.single-product .entry-summary .product_title {
  margin: 0 0 18px;
  color: var(--sobae-pdp-ink);
  font-family: var(--sobae-pdp-serif);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}

.single-product .entry-summary .price {
  margin: 0 0 18px;
  color: var(--sobae-pdp-ink);
  font-family: var(--sobae-pdp-sans);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.single-product .sobae-pdp__intro {
  max-width: 48ch;
  margin: 0 0 22px;
  color: var(--sobae-pdp-muted);
  font-size: 15px;
  line-height: 1.65;
}

.single-product .sobae-pdp__benefits {
  display: grid;
  gap: 10px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.single-product .sobae-pdp__benefits li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: var(--sobae-pdp-ink);
  font-size: 14px;
  line-height: 1.45;
}

.single-product .sobae-pdp__benefits svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.single-product .entry-summary form.cart {
  margin: 0 0 14px;
}

.single-product .entry-summary .ct-cart-actions {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.single-product .entry-summary .quantity {
  --quantity-width: 142px;
  --quantity-height: 50px;
  --quantity-initial-color: transparent;
  --quantity-hover-color: #f4f4f2;
  --quantity-arrows-initial-color: var(--sobae-pdp-ink);
  --quantity-arrows-hover-color: var(--sobae-pdp-ink);
  min-height: 50px;
  border: 1px solid var(--sobae-pdp-line) !important;
  border-radius: 2px !important;
  background: #fff;
}

.single-product .entry-summary .quantity input.qty {
  width: 100%;
  height: 48px;
  padding: 0 44px !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--sobae-pdp-ink);
  font-family: var(--sobae-pdp-sans);
  font-size: 14px;
}

.single-product .entry-summary .quantity:focus-within {
  border-color: var(--sobae-pdp-ink) !important;
  outline: 2px solid var(--sobae-pdp-ink);
  outline-offset: 2px;
}

.single-product .entry-summary .quantity .ct-increase,
.single-product .entry-summary .quantity .ct-decrease {
  top: 0;
  width: 44px;
  height: 48px;
  border-radius: 0;
  background: transparent;
  color: var(--sobae-pdp-ink);
  outline: 0;
}

.single-product .entry-summary .quantity .ct-increase {
  right: 0;
  border-left: 1px solid var(--sobae-pdp-line);
}

.single-product .entry-summary .quantity .ct-decrease {
  left: 0;
  border-right: 1px solid var(--sobae-pdp-line);
}

.single-product .entry-summary .quantity .ct-increase:hover,
.single-product .entry-summary .quantity .ct-decrease:hover {
  background: var(--sobae-pdp-surface);
  color: var(--sobae-pdp-ink);
}

.single-product .entry-summary .quantity .ct-increase:focus-visible,
.single-product .entry-summary .quantity .ct-decrease:focus-visible {
  background: var(--sobae-pdp-surface);
  outline: 2px solid var(--sobae-pdp-ink);
  outline-offset: -3px;
}

.single-product .entry-summary .quantity .ct-increase[aria-disabled="true"],
.single-product .entry-summary .quantity .ct-decrease[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.35;
}

.single-product .entry-summary .single_add_to_cart_button {
  min-height: 50px;
  border: 1px solid var(--sobae-pdp-ink) !important;
  border-radius: 2px !important;
  background: var(--sobae-pdp-ink) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  text-transform: uppercase;
}

.single-product .entry-summary .single_add_to_cart_button:hover,
.single-product .entry-summary .single_add_to_cart_button:focus-visible {
  background: #000 !important;
}

.single-product .sobae-pdp__purchase-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 20px;
  border: 1px solid var(--sobae-pdp-line);
  border-radius: 4px;
}

.single-product .sobae-pdp__purchase-trust > span {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 14px 12px;
  text-align: center;
}

.single-product .sobae-pdp__purchase-trust > span + span {
  border-left: 1px solid var(--sobae-pdp-line);
}

.single-product .sobae-pdp__purchase-trust strong,
.single-product .sobae-pdp__purchase-trust small {
  display: block;
}

.single-product .sobae-pdp__purchase-trust strong {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.single-product .sobae-pdp__purchase-trust small {
  margin-top: 3px;
  color: var(--sobae-pdp-muted);
  font-size: 10px;
  line-height: 1.35;
}

.single-product .sobae-pdp__accordions {
  border-top: 1px solid var(--sobae-pdp-line);
}

.single-product .sobae-pdp__accordions details {
  border-bottom: 1px solid var(--sobae-pdp-line);
}

.single-product .sobae-pdp__accordions summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 14px 2px;
  cursor: pointer;
  color: var(--sobae-pdp-ink);
  font-family: var(--sobae-pdp-serif);
  font-size: 16px;
  list-style: none;
}

.single-product .sobae-pdp__accordions summary::-webkit-details-marker {
  display: none;
}

.single-product .sobae-pdp__accordions summary::after {
  content: "+";
  font-family: var(--sobae-pdp-sans);
  font-size: 20px;
  font-weight: 400;
}

.single-product .sobae-pdp__accordions details[open] summary::after {
  content: "−";
}

.single-product .sobae-pdp__accordions details > div {
  padding: 0 2px 18px;
  color: var(--sobae-pdp-muted);
  font-size: 14px;
  line-height: 1.65;
}

.single-product .sobae-pdp__accordions details > div p {
  margin: 0 0 10px;
}

.single-product .sobae-pdp__accordions a {
  color: var(--sobae-pdp-ink);
  text-underline-offset: 3px;
}

.sobae-pdp-trust-bar {
  width: 100%;
  margin: 0;
  border-top: 1px solid var(--sobae-pdp-line);
  border-bottom: 1px solid var(--sobae-pdp-line);
  background: var(--sobae-pdp-surface);
  color: var(--sobae-pdp-ink);
  font-family: var(--sobae-pdp-sans);
}

.sobae-pdp-trust-bar__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(calc(100% - 80px), 1280px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 26px 0;
}

.sobae-pdp-trust-bar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  gap: 12px;
  padding: 2px clamp(18px, 2vw, 34px);
}

.sobae-pdp-trust-bar__item + .sobae-pdp-trust-bar__item {
  border-left: 1px solid var(--sobae-pdp-line);
}

.sobae-pdp-trust-bar__icon {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #cfcfcb;
  border-radius: 50%;
  background: #fff;
}

.sobae-pdp-trust-bar__icon svg {
  width: 20px;
  height: 20px;
}

.sobae-pdp-trust-bar__copy,
.sobae-pdp-trust-bar__copy strong,
.sobae-pdp-trust-bar__copy small {
  display: block;
  min-width: 0;
}

.sobae-pdp-trust-bar__copy strong {
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
}

.sobae-pdp-trust-bar__copy small {
  margin-top: 3px;
  color: var(--sobae-pdp-muted);
  font-size: 11px;
  line-height: 1.35;
}

.sobae-pdp-routine {
  width: 100%;
  margin: 0;
  padding: clamp(56px, 6vw, 84px) 40px;
  border-bottom: 1px solid var(--sobae-pdp-line);
  background: #fff;
  color: var(--sobae-pdp-ink);
  font-family: var(--sobae-pdp-sans);
}

.sobae-pdp-routine__inner {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.sobae-pdp-routine__head {
  max-width: 680px;
  margin: 0 auto clamp(34px, 4vw, 48px);
  text-align: center;
}

.sobae-pdp-routine__eyebrow {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.sobae-pdp-routine__title {
  margin: 0;
  font-family: var(--sobae-pdp-serif);
  font-size: clamp(32px, 3.2vw, 44px);
  font-weight: 400;
  line-height: 1.08;
}

.sobae-pdp-routine__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sobae-pdp-routine__steps::before,
.sobae-pdp-routine__steps::after {
  position: absolute;
  z-index: 0;
  top: 40px;
  left: 12.5%;
  height: 1px;
  content: "";
}

.sobae-pdp-routine__steps::before {
  right: 12.5%;
  background: var(--sobae-pdp-line);
}

.sobae-pdp-routine__steps::after {
  width: calc(75% * var(--sobae-routine-progress));
  background: var(--sobae-pdp-ink);
}

.sobae-pdp-routine__step {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin: 0;
}

.sobae-pdp-routine__step-content {
  display: grid;
  justify-items: center;
  min-height: 190px;
  color: inherit;
  text-align: center;
  text-decoration: none;
}

.sobae-pdp-routine__visual {
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: 1px solid #cfcfcb;
  border-radius: 50%;
  background: var(--sobae-pdp-surface);
  isolation: isolate;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sobae-pdp-routine__visual img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  mix-blend-mode: multiply;
  transform: scale(1.08);
}

.sobae-pdp-routine__step.is-current .sobae-pdp-routine__visual {
  border: 2px solid var(--sobae-pdp-ink);
  box-shadow: 0 0 0 5px rgba(22, 22, 22, 0.08);
  transform: scale(1.04);
}

.sobae-pdp-routine__step.is-upcoming {
  color: #747470;
}

.sobae-pdp-routine__copy {
  display: grid;
  justify-items: center;
  min-width: 0;
  margin-top: 16px;
}

.sobae-pdp-routine__meta {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.sobae-pdp-routine__meta small {
  color: var(--sobae-pdp-muted);
  font-family: var(--sobae-pdp-serif);
  font-size: 13px;
}

.sobae-pdp-routine__meta strong {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.sobae-pdp-routine__product-name {
  overflow: hidden;
  max-width: 100%;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sobae-pdp-routine__price,
.sobae-pdp-routine__price .amount,
.sobae-pdp-routine__price .woocommerce-Price-currencySymbol {
  display: inline !important;
}

.sobae-pdp-routine__price {
  margin-top: 3px;
  color: var(--sobae-pdp-muted);
  font-size: 12px;
}

.sobae-pdp-routine__here {
  margin-top: 10px;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--sobae-pdp-ink);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.sobae-pdp-routine__arrow {
  margin-top: 9px;
  font-size: 16px;
  transition: transform 180ms ease;
}

.sobae-pdp-routine__step-content[href]:hover .sobae-pdp-routine__visual,
.sobae-pdp-routine__step-content[href]:focus-visible .sobae-pdp-routine__visual {
  border-color: var(--sobae-pdp-ink);
  transform: translateY(-3px);
}

.sobae-pdp-routine__step-content[href]:hover,
.sobae-pdp-routine__step-content[href]:focus-visible {
  color: var(--sobae-pdp-ink);
}

.sobae-pdp-routine__step-content[href]:hover .sobae-pdp-routine__arrow,
.sobae-pdp-routine__step-content[href]:focus-visible .sobae-pdp-routine__arrow {
  transform: translateX(3px);
}

.sobae-pdp-routine__step-content:focus-visible {
  outline: 2px solid var(--sobae-pdp-ink);
  outline-offset: 4px;
}

.sobae-pdp-story {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid var(--sobae-pdp-line);
  background: var(--sobae-pdp-surface);
  color: var(--sobae-pdp-ink);
  font-family: var(--sobae-pdp-sans);
}

.sobae-pdp-story__inner {
  display: grid;
  grid-template-columns: minmax(0, 56fr) minmax(0, 44fr);
  width: min(100%, 1492px);
  height: clamp(620px, 48vw, 700px);
  min-height: 0;
  margin: 0 auto;
}

.sobae-pdp-story--image-right .sobae-pdp-story__media {
  grid-column: 2;
}

.sobae-pdp-story--image-right .sobae-pdp-story__content {
  grid-column: 1;
  grid-row: 1;
}

.sobae-pdp-story__media {
  position: relative;
  overflow: hidden;
  min-width: 0;
  margin: 0;
  background: #f1f1ef;
}

.sobae-pdp-story__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--sobae-story-focus, 50% 50%);
  transition: transform 500ms ease;
}

.sobae-pdp-story__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(56px, 6vw, 96px);
}

.sobae-pdp-story__content > * {
  width: min(100%, 500px);
  margin-right: auto;
  margin-left: auto;
}

.sobae-pdp-story__eyebrow {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.sobae-pdp-story__title {
  margin-top: 0;
  margin-bottom: 26px;
  font-family: var(--sobae-pdp-serif);
  font-size: clamp(44px, 4.4vw, 64px);
  font-weight: 400;
  line-height: 1.03;
}

.sobae-pdp-story__body {
  color: var(--sobae-pdp-muted);
  font-size: 17px;
  line-height: 1.7;
}

.sobae-pdp-story__body p {
  margin: 0;
}

.sobae-pdp-story__proofs {
  margin-top: clamp(34px, 4vw, 48px);
  margin-bottom: 0;
  border-top: 1px solid var(--sobae-pdp-ink);
}

.sobae-pdp-story__proofs > div {
  display: grid;
  grid-template-columns: minmax(110px, 0.7fr) minmax(0, 1.3fr);
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--sobae-pdp-line);
}

.sobae-pdp-story__proofs dt,
.sobae-pdp-story__proofs dd {
  margin: 0;
}

.sobae-pdp-story__proofs dt {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}

.sobae-pdp-story__proofs dd {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .sobae-pdp-story:hover .sobae-pdp-story__media img {
    transform: scale(1.015);
  }
}

.sobae-pdp-formula {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid var(--sobae-pdp-line);
  background: #fff;
  color: var(--sobae-pdp-ink);
  font-family: var(--sobae-pdp-sans);
}

.sobae-pdp-formula__inner {
  width: min(calc(100% - 80px), 1280px);
  margin: 0 auto;
  padding: clamp(76px, 8vw, 112px) 0;
}

.sobae-pdp-formula__header {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: clamp(48px, 8vw, 128px);
  margin-bottom: clamp(48px, 6vw, 72px);
}

.sobae-pdp-formula__eyebrow,
.sobae-pdp-formula__tag {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.sobae-pdp-formula__eyebrow {
  margin-bottom: 16px;
}

.sobae-pdp-formula__title {
  max-width: 10em;
  margin: 0;
  font-family: var(--sobae-pdp-serif);
  font-size: clamp(48px, 5.3vw, 72px);
  font-weight: 400;
  line-height: 1.02;
}

.sobae-pdp-formula__intro {
  max-width: 42ch;
  margin: 0 0 5px;
  color: var(--sobae-pdp-muted);
  font-size: 17px;
  line-height: 1.65;
}

.sobae-pdp-formula__body {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: stretch;
}

.sobae-pdp-formula__media {
  position: relative;
  overflow: hidden;
  min-width: 0;
  aspect-ratio: 1 / 1;
  margin: 0;
  border-radius: 4px;
  background: var(--sobae-pdp-surface);
}

.sobae-pdp-formula__media > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--sobae-formula-focus, 50% 50%);
  transition: transform 500ms ease;
}

.sobae-pdp-formula__facts {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-top: 1px solid var(--sobae-pdp-ink);
}

.sobae-pdp-formula__facts ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sobae-pdp-formula__facts li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 154px;
  padding: 22px 0;
  border-bottom: 1px solid var(--sobae-pdp-line);
}

.sobae-pdp-formula__facts li.has-detail-media {
  grid-template-columns: 42px 92px minmax(0, 1fr);
}

.sobae-pdp-formula__number {
  align-self: start;
  padding-top: 3px;
  color: var(--sobae-pdp-muted);
  font-family: var(--sobae-pdp-serif);
  font-size: 14px;
}

.sobae-pdp-formula__detail-media {
  overflow: hidden;
  width: 92px;
  aspect-ratio: 1;
  margin: 0;
  border-radius: 50%;
  background: var(--sobae-pdp-surface);
}

.sobae-pdp-formula__detail-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sobae-pdp-formula__fact-copy {
  min-width: 0;
}

.sobae-pdp-formula__tag {
  margin-bottom: 6px;
  color: var(--sobae-pdp-muted);
}

.sobae-pdp-formula__fact-copy h3 {
  margin: 0 0 8px;
  color: var(--sobae-pdp-ink);
  font-family: var(--sobae-pdp-serif);
  font-size: clamp(24px, 2.3vw, 32px);
  font-weight: 400;
  line-height: 1.1;
}

.sobae-pdp-formula__fact-copy > p:last-child {
  max-width: 48ch;
  margin: 0;
  color: var(--sobae-pdp-muted);
  font-size: 14px;
  line-height: 1.55;
}

.sobae-pdp-formula__footer {
  margin: auto 0 0;
  padding: 22px 0 0 62px;
  color: var(--sobae-pdp-ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .sobae-pdp-formula:hover .sobae-pdp-formula__media > img {
    transform: scale(1.015);
  }
}

.sobae-pdp-feel,
.sobae-pdp-action,
.sobae-pdp-faq,
.sobae-pdp-related,
.sobae-pdp-reviews {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid var(--sobae-pdp-line);
  background: #fff;
  color: var(--sobae-pdp-ink);
  font-family: var(--sobae-pdp-sans);
}

.sobae-pdp-feel__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  width: min(100%, 1492px);
  min-height: 620px;
  margin: 0 auto;
}

.sobae-pdp-feel__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(56px, 7vw, 104px);
}

.sobae-pdp-feel__content > * {
  width: min(100%, 520px);
  margin-right: auto;
  margin-left: auto;
}

.sobae-pdp-feel__eyebrow,
.sobae-pdp-action__eyebrow,
.sobae-pdp-faq__eyebrow,
.sobae-pdp-related__eyebrow,
.sobae-pdp-reviews > header p {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.sobae-pdp-feel__content h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: var(--sobae-pdp-serif);
  font-size: clamp(44px, 4.5vw, 64px);
  font-weight: 400;
  line-height: 1.04;
}

.sobae-pdp-feel__content > p:last-child {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--sobae-pdp-muted);
  font-size: 17px;
  line-height: 1.65;
}

.sobae-pdp-feel figure {
  position: relative;
  overflow: hidden;
  min-width: 0;
  margin: 0;
  background: var(--sobae-pdp-surface);
}

.sobae-pdp-feel figure img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--sobae-feel-focus, 50% 50%);
}

.sobae-pdp-action {
	--sobae-video-accent: var(--sobae-pdp-ink);
	padding: clamp(72px, 8vw, 108px) 0;
	border-top: 0;
}

.sobae-pdp-action .sobae-video-reel__inner {
	width: min(1100px, calc(100% - 80px));
	gap: 34px;
}

.sobae-pdp-action .sobae-video-reel__copy {
	max-width: 640px;
}

.sobae-pdp-action .sobae-video-reel__title,
.sobae-pdp-faq header h2,
.sobae-pdp-related > header h2,
.sobae-pdp-reviews > header h2 {
  margin: 0;
  font-family: var(--sobae-pdp-serif);
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 400;
  line-height: 1.08;
}

.sobae-pdp-action .sobae-video-reel__sub,
.sobae-pdp-faq header > p:last-child {
	max-width: 50ch;
	margin-top: 14px;
	color: var(--sobae-pdp-muted);
	font-size: 16px;
	line-height: 1.6;
}

.sobae-pdp-action .sobae-video-card {
	flex-basis: calc((100% - 40px) / 3);
	width: calc((100% - 40px) / 3);
}

.sobae-pdp-action .sobae-video-card__frame {
	aspect-ratio: 9 / 16;
}

.sobae-pdp-action .sobae-video-card__product {
	min-height: 68px;
}

.sobae-pdp-faq {
  padding: clamp(72px, 8vw, 108px) 24px;
}

.sobae-pdp-faq__inner {
  width: min(100%, 840px);
  margin: 0 auto;
}

.sobae-pdp-faq header,
.sobae-pdp-related > header,
.sobae-pdp-reviews > header {
  margin: 0 auto clamp(36px, 5vw, 56px);
  text-align: center;
}

.sobae-pdp-faq__items {
  border-top: 1px solid var(--sobae-pdp-line);
}

.sobae-pdp-faq details {
  border-bottom: 1px solid var(--sobae-pdp-line);
}

.sobae-pdp-faq summary {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 84px;
  padding: 18px 4px;
  list-style: none;
  cursor: pointer;
}

.sobae-pdp-faq summary::-webkit-details-marker {
  display: none;
}

.sobae-pdp-faq__icon {
  display: grid;
  flex: 0 0 40px;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--sobae-pdp-line);
  border-radius: 50%;
  background: var(--sobae-pdp-surface);
}

.sobae-pdp-faq__icon svg {
  width: 19px;
  height: 19px;
}

.sobae-pdp-faq summary > span:nth-last-child(2) {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.sobae-pdp-faq summary i {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.sobae-pdp-faq summary i::before,
.sobae-pdp-faq summary i::after {
  position: absolute;
  background: var(--sobae-pdp-ink);
  content: "";
}

.sobae-pdp-faq summary i::before {
  top: 8px;
  left: 0;
  width: 18px;
  height: 2px;
}

.sobae-pdp-faq summary i::after {
  top: 0;
  left: 8px;
  width: 2px;
  height: 18px;
  transition: opacity 180ms ease, transform 180ms ease;
}

.sobae-pdp-faq details[open] summary i::after {
  opacity: 0;
  transform: rotate(90deg);
}

.sobae-pdp-faq__answer {
  max-width: 62ch;
  padding: 0 56px 24px;
  color: var(--sobae-pdp-muted);
  font-size: 15px;
  line-height: 1.65;
}

.sobae-pdp-faq__answer p {
  margin: 0;
}

.sobae-pdp-faq__answer a,
.sobae-pdp-faq__more a {
  color: var(--sobae-pdp-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sobae-pdp-faq__more {
  margin: 40px 0 0;
  color: var(--sobae-pdp-muted);
  font-size: 14px;
  text-align: center;
}

.sobae-pdp-related {
  padding: clamp(72px, 8vw, 108px) 40px;
  background: #fff;
}

.sobae-pdp-related > header {
  display: flex;
  width: min(100%, 1180px);
  max-width: none;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin: 0 auto clamp(34px, 5vw, 52px);
  text-align: left;
}

.sobae-pdp-related__head-copy {
  max-width: 700px;
}

.sobae-pdp-reviews > header {
  max-width: 720px;
}

.sobae-pdp-related__sub {
  max-width: 46ch;
  margin: 14px 0 0;
  color: var(--sobae-pdp-muted);
  font-size: 15px;
  line-height: 1.6;
}

.sobae-pdp-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
  width: min(100%, 1180px);
  margin: 0 auto;
}

.sobae-pdp-related__card {
  min-width: 0;
}

.sobae-pdp-related__link {
  display: block;
  color: var(--sobae-pdp-ink);
  text-decoration: none;
}

.sobae-pdp-related__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 4px;
  background: var(--sobae-pdp-surface);
}

.sobae-pdp-related__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.sobae-pdp-related__info {
  display: block;
  padding: 18px 2px 0;
}

.sobae-pdp-related__meta {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-bottom: 7px;
  font-size: 11px;
  line-height: 1.35;
  text-transform: uppercase;
}

.sobae-pdp-related__meta small {
  color: var(--sobae-pdp-muted);
  font-family: var(--sobae-pdp-serif);
  font-size: 12px;
}

.sobae-pdp-related__meta strong {
  font-size: 11px;
  font-weight: 700;
}

.sobae-pdp-related__name-row {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sobae-pdp-related__name-row h3 {
  min-width: 0;
  margin: 0;
  font-family: var(--sobae-pdp-serif);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.sobae-pdp-related__name-row i,
.sobae-pdp-related__cta i {
  flex: 0 0 auto;
  font-style: normal;
  transition: transform 180ms ease;
}

.sobae-pdp-related__price,
.sobae-pdp-related__price .amount,
.sobae-pdp-related__price .woocommerce-Price-currencySymbol {
  display: inline !important;
}

.sobae-pdp-related__price {
  display: block;
  margin-top: 7px;
  color: var(--sobae-pdp-muted);
  font-size: 14px;
}

.sobae-pdp-related__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 0 3px;
  border-bottom: 1px solid currentColor;
  color: var(--sobae-pdp-ink);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.sobae-pdp-related__link:focus-visible,
.sobae-pdp-related__cta:focus-visible {
  outline: 2px solid var(--sobae-pdp-ink);
  outline-offset: 4px;
}

.sobae-pdp-reviews {
  padding: clamp(72px, 8vw, 108px) 24px;
}

.sobae-pdp-reviews__widget {
  width: min(100%, 1080px);
  margin: 0 auto;
}

.sobae-pdp-reviews .woocommerce-Reviews {
  display: block !important;
}

.sobae-pdp-reviews #comments {
  width: 100% !important;
  margin: 0 0 24px;
  text-align: center;
}

.sobae-pdp-reviews .woocommerce-noreviews {
  margin: 0;
  color: var(--sobae-pdp-muted);
  font-size: 14px;
}

.sobae-pdp-reviews .woocommerce-Reviews-title,
.sobae-pdp-reviews .comment-reply-title {
  font-family: var(--sobae-pdp-serif);
  font-weight: 400;
}

.sobae-pdp-reviews .woocommerce-Reviews-title {
  display: none;
}

.sobae-pdp-reviews #review_form_wrapper {
  width: 100% !important;
  max-width: 760px;
  margin: 0 auto;
  padding: 36px;
  border: 1px solid var(--sobae-pdp-line);
  border-radius: 4px;
}

.sobae-pdp-reviews .comment-form-rating,
.sobae-pdp-reviews .comment-form-field-textarea,
.sobae-pdp-reviews .form-submit {
  margin-bottom: 18px;
}

.sobae-pdp-reviews .stars,
.sobae-pdp-reviews .stars a,
.sobae-pdp-reviews .star-rating {
  --theme-link-initial-color: var(--sobae-pdp-ink);
  --theme-link-hover-color: var(--sobae-pdp-ink);
  color: var(--sobae-pdp-ink) !important;
}

.sobae-pdp-reviews .required {
  color: var(--sobae-pdp-ink) !important;
}

.sobae-pdp-reviews input:not([type="submit"]),
.sobae-pdp-reviews textarea {
  border-color: var(--sobae-pdp-line);
  border-radius: 2px;
  background: #fff;
  color: var(--sobae-pdp-ink);
}

.sobae-pdp-reviews input:not([type="submit"]):focus,
.sobae-pdp-reviews textarea:focus {
  border-color: var(--sobae-pdp-ink);
  outline: 1px solid var(--sobae-pdp-ink);
  outline-offset: 1px;
  box-shadow: none;
}

.sobae-pdp-reviews textarea {
  min-height: 140px;
}

.sobae-pdp-reviews .submit {
  min-height: 48px;
  border-radius: 2px;
  background: var(--sobae-pdp-ink);
  color: #fff;
}

.sobae-pdp-reviews .submit:hover,
.sobae-pdp-reviews .submit:focus-visible {
  border-color: var(--sobae-pdp-ink);
  background: #fff;
  color: var(--sobae-pdp-ink);
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .sobae-pdp-related__link:hover .sobae-pdp-related__media img,
  .sobae-pdp-related__link:focus-visible .sobae-pdp-related__media img {
    transform: scale(1.025);
  }

  .sobae-pdp-related__link:hover .sobae-pdp-related__name-row h3,
  .sobae-pdp-related__link:focus-visible .sobae-pdp-related__name-row h3 {
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .sobae-pdp-related__link:hover .sobae-pdp-related__name-row i,
  .sobae-pdp-related__link:focus-visible .sobae-pdp-related__name-row i,
  .sobae-pdp-related__cta:hover i,
  .sobae-pdp-related__cta:focus-visible i {
    transform: translateX(3px);
  }
}

.single-product .sobae-prefooter {
  margin-top: 0;
}

.sobae-pdp-sticky {
  position: fixed;
  z-index: 120;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: env(safe-area-inset-bottom, 0);
  border-top: 1px solid var(--sobae-pdp-line);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.08);
  pointer-events: none;
  transform: translateY(110%);
  transition: transform 220ms ease;
}

.sobae-pdp-sticky.is-visible {
  pointer-events: auto;
  transform: translateY(0);
}

.sobae-pdp-sticky__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(calc(100% - 48px), 1280px);
  min-height: 68px;
  margin: 0 auto;
  padding: 8px 0;
}

.sobae-pdp-sticky__product {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
  color: var(--sobae-pdp-ink);
  text-decoration: none;
  pointer-events: auto;
}

.sobae-pdp-sticky__product:hover strong {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sobae-pdp-sticky__product:focus-visible {
  outline: 2px solid var(--sobae-pdp-ink);
  outline-offset: 3px;
}

.sobae-pdp-sticky__product img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  background: var(--sobae-pdp-surface);
}

.sobae-pdp-sticky__product span,
.sobae-pdp-sticky__product strong,
.sobae-pdp-sticky__product small {
  display: block;
  min-width: 0;
}

.sobae-pdp-sticky__product strong {
  overflow: hidden;
  color: var(--sobae-pdp-ink);
  font-family: var(--sobae-pdp-sans);
  font-size: 13px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sobae-pdp-sticky__product small {
  margin-top: 2px;
  color: var(--sobae-pdp-muted);
  font-size: 12px;
}

.sobae-pdp-sticky__product .amount,
.sobae-pdp-sticky__product .woocommerce-Price-currencySymbol {
  display: inline !important;
}

.sobae-pdp-sticky__button {
  flex: 0 0 auto;
  min-width: 220px;
  min-height: 46px;
  border: 1px solid var(--sobae-pdp-ink);
  border-radius: 2px;
  background: var(--sobae-pdp-ink);
  color: #fff;
  font-family: var(--sobae-pdp-sans);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  pointer-events: auto;
  text-transform: uppercase;
}

.sobae-pdp-sticky__button:hover {
  background: #000;
}

.sobae-pdp-sticky__button:focus-visible {
  outline: 2px solid var(--sobae-pdp-ink);
  outline-offset: 3px;
}

.sobae-pdp-sticky__button:disabled {
  cursor: wait;
  opacity: 0.7;
}

@media (prefers-reduced-motion: reduce) {
  .sobae-pdp-sticky,
  .sobae-pdp-routine__visual,
  .sobae-pdp-routine__arrow,
  .sobae-pdp-story__media img {
    transition: none;
  }
}

@media (max-width: 899px) {
  .single-product .product-entry-wrapper {
    display: block;
    width: min(calc(100% - 40px), 720px);
    padding: 48px 0 64px;
  }

  .single-product .entry-summary {
    position: static !important;
    margin-top: 36px;
  }
}

@media (max-width: 599px) {
  body.single-product .ct-container-full {
    padding: 16px 0 0;
  }

  .single-product .product-entry-wrapper {
    --sobae-mobile-gallery-size: calc(100vw - 32px);
    --sobae-mobile-thumb-size: 52px;
    width: var(--sobae-mobile-gallery-size);
    padding: 0 0 52px;
  }

  .single-product .woocommerce-product-gallery {
    width: var(--sobae-mobile-gallery-size) !important;
    max-width: var(--sobae-mobile-gallery-size);
    margin: 0 0 20px !important;
  }

  .single-product .woocommerce-product-gallery .flexy,
  .single-product .woocommerce-product-gallery .flexy-view,
  .single-product .woocommerce-product-gallery .flexy-item,
  .single-product .woocommerce-product-gallery .flexy-item > .ct-media-container {
    width: var(--sobae-mobile-gallery-size);
    height: var(--sobae-mobile-gallery-size) !important;
    min-height: var(--sobae-mobile-gallery-size);
    aspect-ratio: 1 / 1;
  }

  .single-product .woocommerce-product-gallery .flexy-view {
    touch-action: pan-y pinch-zoom;
  }

  .single-product .woocommerce-product-gallery .flexy-item > .ct-media-container img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
  }

  .single-product .woocommerce-product-gallery .flexy-arrow-prev,
  .single-product .woocommerce-product-gallery .flexy-arrow-next {
    display: none !important;
  }

  .single-product .woocommerce-product-gallery .flexy-pills,
  .single-product .woocommerce-product-gallery .flex-control-thumbs {
    overflow-x: auto;
    margin-top: 10px;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }

  .single-product .woocommerce-product-gallery .flexy-pills::-webkit-scrollbar,
  .single-product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar {
    display: none;
  }

  .single-product .woocommerce-product-gallery .flexy-pills ol,
  .single-product .woocommerce-product-gallery .flex-control-thumbs {
    width: max-content;
    min-width: 100%;
    margin: 0;
    gap: 8px;
    flex-wrap: nowrap;
  }

  .single-product .woocommerce-product-gallery .flexy-pills li,
  .single-product .woocommerce-product-gallery .flex-control-thumbs li {
    flex: 0 0 var(--sobae-mobile-thumb-size);
    width: var(--sobae-mobile-thumb-size) !important;
    height: var(--sobae-mobile-thumb-size);
    padding: 0 !important;
  }

  .single-product .woocommerce-product-gallery .flexy-pills li .ct-media-container,
  .single-product .woocommerce-product-gallery .flex-control-thumbs li .ct-media-container,
  .single-product .woocommerce-product-gallery .flexy-pills li img,
  .single-product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
  }

  .single-product .entry-summary {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }

  .single-product .entry-summary > .sobae-pdp__eyebrow {
    order: 1;
    margin-bottom: 8px !important;
  }

  .single-product .entry-summary .product_title {
    order: 2;
    margin-bottom: 10px !important;
    font-size: 34px;
  }

  .single-product .entry-summary > .price {
    order: 3;
    --product-element-spacing: 14px;
    margin-bottom: 14px !important;
    font-size: 20px;
  }

  .single-product .entry-summary > .sobae-pdp__intro {
    order: 4;
    margin-bottom: 18px !important;
    font-size: 16px;
    line-height: 1.5;
  }

  .single-product .entry-summary > .ct-product-add-to-cart {
    order: 5;
    --product-element-spacing: 22px;
    width: 100%;
    margin-bottom: 22px !important;
  }

  .single-product .entry-summary > .ct-product-add-to-cart form.cart {
    margin-bottom: 0;
  }

  .single-product .entry-summary > .sobae-pdp__benefits {
    order: 6;
    margin-bottom: 22px !important;
  }

  .single-product .entry-summary > .sobae-pdp__benefits li {
    font-size: 16px;
  }

  .single-product .entry-summary > .sobae-pdp__purchase-trust {
    order: 7;
  }

  .single-product .entry-summary > .sobae-pdp__accordions {
    order: 8;
  }

  .single-product .entry-summary .ct-cart-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .single-product .entry-summary .single_add_to_cart_button {
    grid-row: 1;
    width: 100%;
  }

  .single-product .entry-summary .quantity {
    grid-row: 2;
    width: 142px;
  }

  .single-product .sobae-pdp__purchase-trust {
    grid-template-columns: minmax(0, 1fr);
  }

  .single-product .sobae-pdp__purchase-trust > span {
    align-items: baseline;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
    text-align: left;
  }

  .single-product .sobae-pdp__purchase-trust > span + span {
    border-top: 1px solid var(--sobae-pdp-line);
    border-left: 0;
  }

  .sobae-pdp-trust-bar__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 32px);
    padding: 0;
  }

  .sobae-pdp-trust-bar__item {
    justify-content: flex-start;
    min-height: 92px;
    gap: 10px;
    padding: 16px 10px;
  }

  .sobae-pdp-trust-bar__item + .sobae-pdp-trust-bar__item {
    border-left: 0;
  }

  .sobae-pdp-trust-bar__item:nth-child(even) {
    border-left: 1px solid var(--sobae-pdp-line);
  }

  .sobae-pdp-trust-bar__item:nth-child(n + 3) {
    border-top: 1px solid var(--sobae-pdp-line);
  }

  .sobae-pdp-trust-bar__icon {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }

  .sobae-pdp-trust-bar__icon svg {
    width: 18px;
    height: 18px;
  }

  .sobae-pdp-trust-bar__copy strong {
    font-size: 12px;
  }

  .sobae-pdp-trust-bar__copy small {
    font-size: 10px;
  }

  .sobae-pdp-routine {
    padding: 48px 20px 52px;
  }

  .sobae-pdp-routine__head {
    margin: 0 0 28px;
    text-align: left;
  }

  .sobae-pdp-routine__title {
    max-width: 9em;
    font-size: 36px;
  }

  .sobae-pdp-routine__steps {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .sobae-pdp-routine__steps::before,
  .sobae-pdp-routine__steps::after {
    top: 30px;
    left: 29px;
    width: 1px;
    height: auto;
  }

  .sobae-pdp-routine__steps::before {
    right: auto;
    bottom: 30px;
  }

  .sobae-pdp-routine__steps::after {
    height: calc((100% - 60px) * var(--sobae-routine-progress));
  }

  .sobae-pdp-routine__step-content {
    grid-template-columns: 58px minmax(0, 1fr) auto;
    justify-items: stretch;
    align-items: center;
    min-height: 88px;
    padding: 12px 0;
    text-align: left;
  }

  .sobae-pdp-routine__step.is-current .sobae-pdp-routine__step-content {
    margin: 0 -8px;
    padding-right: 8px;
    padding-left: 8px;
    background: var(--sobae-pdp-surface);
  }

  .sobae-pdp-routine__visual {
    width: 58px;
    height: 58px;
  }

  .sobae-pdp-routine__visual img {
    width: 100%;
    height: 100%;
  }

  .sobae-pdp-routine__copy {
    justify-items: start;
    margin: 0 12px;
  }

  .sobae-pdp-routine__product-name {
    font-size: 14px;
  }

  .sobae-pdp-routine__here,
  .sobae-pdp-routine__arrow {
    justify-self: end;
    margin: 0;
  }

  .sobae-pdp-story__inner {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
  }

  .sobae-pdp-story--image-right .sobae-pdp-story__media,
  .sobae-pdp-story--image-right .sobae-pdp-story__content {
    grid-column: auto;
    grid-row: auto;
  }

  .sobae-pdp-story__media {
    width: 100%;
    aspect-ratio: 4 / 5;
  }

  .sobae-pdp-story__content {
    padding: 52px 24px 58px;
  }

  .sobae-pdp-story__content > * {
    width: 100%;
  }

  .sobae-pdp-story__eyebrow {
    margin-bottom: 12px;
  }

  .sobae-pdp-story__title {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 1.06;
  }

  .sobae-pdp-story__body {
    font-size: 16px;
    line-height: 1.6;
  }

  .sobae-pdp-story__proofs {
    margin-top: 34px;
  }

  .sobae-pdp-story__proofs > div {
    grid-template-columns: minmax(94px, 0.7fr) minmax(0, 1.3fr);
    gap: 16px;
    padding: 16px 0;
  }

  .sobae-pdp-formula__inner {
    width: 100%;
    padding: 58px 20px 64px;
  }

  .sobae-pdp-formula__header,
  .sobae-pdp-formula__body {
    display: flex;
    flex-direction: column;
  }

  .sobae-pdp-formula__header {
    align-items: stretch;
    gap: 22px;
    margin-bottom: 36px;
  }

  .sobae-pdp-formula__title {
    max-width: none;
    font-size: 40px;
    line-height: 1.04;
  }

  .sobae-pdp-formula__intro {
    max-width: none;
    font-size: 16px;
    line-height: 1.6;
  }

  .sobae-pdp-formula__body {
    gap: 36px;
  }

  .sobae-pdp-formula__media {
    width: 100%;
    aspect-ratio: 4 / 3;
  }

  .sobae-pdp-formula__facts li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    padding: 22px 0;
  }

  .sobae-pdp-formula__facts li.has-detail-media {
    grid-template-columns: 34px 66px minmax(0, 1fr);
  }

  .sobae-pdp-formula__detail-media {
    width: 66px;
  }

  .sobae-pdp-formula__fact-copy h3 {
    font-size: 25px;
  }

  .sobae-pdp-formula__footer {
    padding: 22px 0 0 48px;
  }

  .sobae-pdp-feel__inner {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .sobae-pdp-feel__content {
    padding: 56px 24px;
  }

  .sobae-pdp-feel__content h2 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .sobae-pdp-feel__content > p:last-child {
    font-size: 16px;
  }

  .sobae-pdp-feel figure {
    order: -1;
    width: 100%;
    aspect-ratio: 4 / 5;
  }

	.sobae-pdp-action {
		padding: 58px 0 64px;
	}

	.sobae-pdp-faq,
	.sobae-pdp-reviews {
		padding: 58px 20px 64px;
	}

	.sobae-pdp-action .sobae-video-reel__inner {
		width: calc(100% - 40px);
		gap: 24px;
	}

	.sobae-pdp-action .sobae-video-reel__title,
	.sobae-pdp-faq header h2,
	.sobae-pdp-related > header h2,
	.sobae-pdp-reviews > header h2 {
		font-size: 38px;
	}

	.sobae-pdp-action .sobae-video-card {
		flex-basis: min(300px, calc(100vw - 56px));
		width: min(300px, calc(100vw - 56px));
	}

  .sobae-pdp-faq summary {
    gap: 12px;
    min-height: 72px;
    padding: 14px 0;
  }

  .sobae-pdp-faq__icon {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }

  .sobae-pdp-faq summary > span:nth-last-child(2) {
    font-size: 14px;
  }

  .sobae-pdp-faq__answer {
    padding: 0 4px 22px 48px;
    font-size: 13px;
  }

  .sobae-pdp-related {
    padding: 58px 20px 64px;
  }

  .sobae-pdp-related > header {
    display: block;
    margin-bottom: 32px;
    text-align: center;
  }

  .sobae-pdp-related__head-copy {
    max-width: 34rem;
    margin-inline: auto;
  }

  .sobae-pdp-related__sub {
    margin-inline: auto;
    font-size: 14px;
  }

  .sobae-pdp-related__cta {
    justify-content: center;
    margin-top: 20px;
  }

  .sobae-pdp-related__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    border-top: 1px solid var(--sobae-pdp-line);
  }

  .sobae-pdp-related__card {
    border-bottom: 1px solid var(--sobae-pdp-line);
  }

  .sobae-pdp-related__link {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    min-height: 136px;
    padding: 16px 0;
  }

  .sobae-pdp-related__media {
    width: 104px;
    height: 104px;
  }

  .sobae-pdp-related__info {
    min-width: 0;
    padding: 0;
  }

  .sobae-pdp-related__meta {
    margin-bottom: 5px;
  }

  .sobae-pdp-related__name-row h3 {
    font-size: 19px;
  }

  .sobae-pdp-related__price {
    margin-top: 5px;
    font-size: 13px;
  }

  .sobae-pdp-reviews #review_form_wrapper {
    padding: 24px 18px;
  }

  .sobae-pdp-sticky__inner {
    width: calc(100% - 24px);
    min-height: 64px;
    gap: 12px;
  }

  .sobae-pdp-sticky__product img {
    width: 44px;
    height: 44px;
  }

  .sobae-pdp-sticky__product small {
    display: none;
  }

  .sobae-pdp-sticky__button {
    min-width: 140px;
    min-height: 44px;
  }
}

@media (min-width: 350px) and (max-width: 599px) {
  .single-product .product-entry-wrapper {
    --sobae-mobile-gallery-size: calc(100vw - 40px);
    --sobae-mobile-thumb-size: 56px;
  }
}

@media (max-width: 349px) {
  .single-product .entry-summary .product_title {
    font-size: 32px;
  }

  .single-product .entry-summary > .sobae-pdp__benefits li {
    font-size: 15px;
  }
}

@media (min-width: 410px) and (max-width: 599px) {
  .single-product .product-entry-wrapper {
    --sobae-mobile-gallery-size: min(calc(100vw - 48px), 380px);
    --sobae-mobile-thumb-size: 60px;
  }

  .single-product .entry-summary .product_title {
    font-size: 36px;
  }
}
