.vesta-product-editorial {
  --vpe-bg: #fffaf3;
  --vpe-card: rgba(255, 255, 255, .78);
  --vpe-border: #eadfce;
  --vpe-gold: #b8863b;
  --vpe-text: #1f1f1f;
  --vpe-muted: #6f6258;
  --vpe-shadow: 0 20px 55px rgba(74, 57, 46, .08);
  background: transparent;
  color: var(--vpe-text);
  font-family: Inter, Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: 22px 18px 42px;
}

.fusion-fullwidth.vesta-product-editorial-builder-section,
.fusion-fullwidth.vesta-product-editorial-builder-section > .fusion-builder-row,
.fusion-fullwidth.vesta-product-editorial-builder-section .fusion-layout-column,
.fusion-fullwidth.vesta-product-editorial-builder-section .fusion-column-wrapper,
.fusion-fullwidth.vesta-product-editorial-builder-section .fusion-code-element {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.vesta-product-editorial *,
.vesta-product-editorial *::before,
.vesta-product-editorial *::after { box-sizing: border-box; }

.vesta-product-editorial-inner {
  max-width: 1280px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,250,243,.88));
  border: 1px solid var(--vpe-border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 28px 90px rgba(74, 57, 46, .07);
}

.vesta-product-editorial h2,
.vesta-product-editorial h3 {
  font-family: "Playfair Display", "DM Serif Display", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--vpe-text);
}

.vesta-product-story {
  display: grid;
  grid-template-columns: minmax(285px, .72fr) minmax(480px, 1.28fr);
  gap: 22px;
  padding: 26px;
  align-items: stretch;
  background: transparent;
}

.vesta-product-story-copy {
  padding: 18px 12px 14px 8px;
}

.vesta-product-eyebrow {
  margin: 0 0 14px;
  color: var(--vpe-gold);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.vesta-product-story h2 {
  margin: 0 0 16px;
  max-width: 480px;
  font-size: clamp(24px, 2.5vw, 37px);
  line-height: 1.12;
}

.vesta-product-short-description {
  max-width: 520px;
  color: var(--vpe-muted);
  font-size: 15px;
  line-height: 1.85;
}

.vesta-product-short-description p { margin: 0 0 12px; }

.vesta-product-info-list {
  display: grid;
  gap: 11px;
  margin: 22px 0 24px;
}

.vesta-product-info-list p {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  margin: 0;
  color: var(--vpe-muted);
  font-size: 13px;
  line-height: 1.55;
}

.vesta-product-info-list svg {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  fill: none;
  stroke: var(--vpe-gold);
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vesta-product-info-list strong {
  color: var(--vpe-text);
  font-weight: 800;
}

.vesta-product-story-button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid rgba(184, 134, 59, .56);
  border-radius: 10px;
  background: rgba(255, 250, 243, .84);
  color: #7d5521;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.vesta-product-story-button:hover {
  transform: translateY(-2px);
  background: transparent;
  box-shadow: 0 16px 32px rgba(184, 134, 59, .14);
}

.vesta-product-story-image {
  height: 100%;
  min-height: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #efe5d8;
}

.vesta-product-story-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.vesta-product-trust,
.vesta-product-bottom-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--vpe-border);
  border-bottom: 1px solid var(--vpe-border);
  margin-top: 10px;
  background: transparent;
}

.vesta-product-bottom-trust {
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 0;
}

.vesta-product-trust > div,
.vesta-product-bottom-trust > div {
  min-height: 146px;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 9px;
  border-right: 1px solid var(--vpe-border);
}

.vesta-product-trust > div:last-child,
.vesta-product-bottom-trust > div:last-child { border-right: 0; }

.vesta-product-trust svg,
.vesta-product-bottom-trust svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--vpe-gold);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vesta-product-bottom-trust svg {
  width: 38px;
  height: 38px;
}

.vesta-product-trust strong,
.vesta-product-bottom-trust strong {
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vesta-product-trust span {
  max-width: 220px;
  color: var(--vpe-muted);
  font-size: 12px;
  line-height: 1.6;
}

.vesta-product-section-heading {
  padding: 24px 34px 10px;
  text-align: center;
  margin-top: 10px;
  background: transparent;
}

.vesta-product-section-heading h3,
.vesta-product-related h3,
.vesta-product-collection h3,
.vesta-product-room h3,
.vesta-product-measure h3 {
  margin: 0;
  font-size: 23px;
}

.vesta-product-section-heading h3::after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  margin: 12px auto 0;
  background: var(--vpe-gold);
}

.vesta-product-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  padding: 16px 34px 34px;
  background: transparent;
}

.vesta-product-step-card,
.vesta-product-material-card {
  position: relative;
  min-height: 230px;
  padding: 26px 18px 20px;
  border: 1px solid var(--vpe-border);
  border-radius: 14px;
  background: var(--vpe-card);
  box-shadow: 0 14px 38px rgba(74, 57, 46, .05);
  text-align: center;
  transition: transform .22s ease, box-shadow .22s ease;
}

.vesta-product-step-card:hover,
.vesta-product-material-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--vpe-shadow);
}

.vesta-product-step-card b {
  position: absolute;
  top: -12px;
  left: 50%;
  width: 28px;
  height: 28px;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--vpe-gold);
  color: #fff;
  font-size: 12px;
}

.vesta-product-step-card strong {
  display: block;
  margin-bottom: 13px;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.vesta-product-step-card small {
  display: block;
  color: var(--vpe-muted);
  font-size: 12px;
  line-height: 1.6;
}

.vesta-product-step-visual {
  display: grid;
  place-items: center;
  width: min(128px, 100%);
  min-height: 112px;
  margin: 0 auto 13px;
}

.vesta-product-step-measure .vesta-product-step-visual {
  gap: 8px;
  place-items: stretch;
}

.vesta-product-step-measure .vesta-product-step-visual i {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  min-height: 35px;
  padding: 7px 8px;
  border: 1px solid #dfd2bf;
  border-radius: 7px;
  background: transparent;
  color: #6f6258;
  font-size: 10px;
  font-style: normal;
}

.vesta-product-step-measure .vesta-product-step-visual em {
  min-width: 42px;
  padding: 4px 5px;
  border-radius: 5px;
  background: #f3eadf;
  color: #1f1f1f;
  font-size: 10px;
  font-style: normal;
}

.vesta-product-step-material .vesta-product-step-visual {
  gap: 7px;
  place-items: stretch;
}

.vesta-product-step-material .vesta-product-step-visual i {
  position: relative;
  padding-left: 18px;
  color: #6f6258;
  font-size: 10px;
  font-style: normal;
  text-align: left;
}

.vesta-product-step-material .vesta-product-step-visual i::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 10px;
  height: 10px;
  border: 1px solid #9db4c9;
  border-radius: 999px;
  background: transparent;
}

.vesta-product-step-material .vesta-product-step-visual i.is-active::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #315b78;
}

.vesta-product-step-crop .vesta-product-step-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid #c8b393;
  border-radius: 7px;
  background: #f3eadf;
}

.vesta-product-step-crop img {
  width: 100%;
  height: 112px;
  object-fit: cover;
}

.vesta-product-step-crop .vesta-product-step-visual i {
  position: absolute;
  inset: 12px;
  border: 1px dashed #6f6258;
}

.vesta-product-step-crop .vesta-product-step-visual em,
.vesta-product-step-crop .vesta-product-step-visual::after {
  content: "";
  position: absolute;
  right: 5px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255,255,255,.42);
  box-shadow: 0 4px 12px rgba(74,57,46,.16);
}

.vesta-product-step-crop .vesta-product-step-visual em { top: 5px; }
.vesta-product-step-crop .vesta-product-step-visual::after { bottom: 5px; }

.vesta-product-step-cart .vesta-product-step-visual svg {
  width: 86px;
  height: 86px;
  fill: #c27b21;
  stroke: #c27b21;
  stroke-width: 1.1;
}

.vesta-product-materials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 1040px;
  margin: 0 auto;
  padding: 14px 34px 34px;
  background: #fff;
}

.vesta-product-material-card {
  border-radius: 0;
  box-shadow: none;
}

.vesta-product-material-card:first-child { border-radius: 14px 0 0 14px; }
.vesta-product-material-card:last-child { border-radius: 0 14px 14px 0; }

.vesta-product-material-card > i {
  position: relative;
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 15px;
  border-radius: 999px;
  overflow: hidden;
  background: radial-gradient(circle at 34% 28%, #fff 0, #eee8df 42%, #d3cabf 72%, #bdb1a2 100%);
  box-shadow: inset 0 0 18px rgba(74, 57, 46, .08), 0 12px 26px rgba(74,57,46,.08);
}

.vesta-product-material-card > i span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.vesta-product-material-premium-matte > i span {
  background: radial-gradient(circle at 42% 36%, rgba(255,255,255,.96), rgba(231,226,219,.86) 52%, rgba(205,197,186,.82));
}

.vesta-product-material-premium-satin > i span {
  background:
    linear-gradient(130deg, rgba(255,255,255,.65), transparent 38%, rgba(178,167,153,.24) 70%, rgba(255,255,255,.5)),
    radial-gradient(circle at 45% 38%, #f5f1eb, #d7d0c6 72%);
}

.vesta-product-material-self-adhesive > i span {
  background:
    radial-gradient(circle at 37% 34%, rgba(255,255,255,.98) 0 20%, transparent 44%),
    radial-gradient(circle at 52% 54%, #f2eee7 0, #ded6cc 61%, #c5b9aa 100%);
}

.vesta-product-material-self-adhesive > i::before {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 7px;
  width: 37px;
  height: 37px;
  border-radius: 100% 0 100% 0;
  background:
    linear-gradient(315deg, rgba(255,255,255,1) 0 47%, #d7cec2 48% 100%);
  box-shadow: -9px -7px 14px rgba(74,57,46,.18);
  transform: rotate(-2deg);
  z-index: 2;
}

.vesta-product-material-self-adhesive > i::after {
  content: "";
  position: absolute;
  right: 11px;
  bottom: 26px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid rgba(124,106,87,.13);
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-28deg);
  z-index: 3;
}


.vesta-product-material-card h4 {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.vesta-product-material-card p {
  display: grid;
  gap: 5px;
  margin: 0 -20px;
  padding: 10px 18px;
  border-top: 1px solid var(--vpe-border);
  font-size: 12px;
  line-height: 1.45;
}

.vesta-product-material-card p strong { font-size: 11px; }
.vesta-product-material-card p span { color: var(--vpe-muted); }

.vesta-product-measure {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 34px;
  padding: 34px;
  border-top: 1px solid var(--vpe-border);
  margin-top: 10px;
  background: transparent;
}

.vesta-product-measure ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--vpe-muted);
  font-size: 14px;
  line-height: 1.9;
}

.vesta-product-measure-graphic {
  position: relative;
  min-height: 255px;
  border-radius: 16px;
  border: 1px solid var(--vpe-border);
  background:
    linear-gradient(90deg, rgba(126,106,85,.08) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(0deg, rgba(126,106,85,.08) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(135deg, #fff 0%, #f3eadf 100%);
  overflow: hidden;
}

.vesta-product-measure-wall {
  position: absolute;
  left: 12%;
  right: 13%;
  bottom: 24%;
  height: 56%;
  border: 1px solid #cbb79d;
  background: rgba(255,255,255,.42);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.55);
}

.vesta-product-measure-door {
  position: absolute;
  left: 51%;
  bottom: 24%;
  width: 74px;
  height: 108px;
  border: 1px solid #cbb79d;
  border-bottom: 0;
  background: #fffaf3;
}

.vesta-product-measure-door::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 54%;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #9f835d;
}

.vesta-product-measure-width,
.vesta-product-measure-height {
  position: absolute;
  display: block;
  color: #6f6258;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.vesta-product-measure-width {
  left: 12%;
  right: 13%;
  top: 14%;
  text-align: center;
}

.vesta-product-measure-width::before,
.vesta-product-measure-width::after,
.vesta-product-measure-height::before,
.vesta-product-measure-height::after {
  content: "";
  position: absolute;
  background: #7e6a55;
}

.vesta-product-measure-width::before {
  left: 0;
  right: 0;
  top: 21px;
  height: 1px;
}

.vesta-product-measure-width::after {
  left: 0;
  right: 0;
  top: 17px;
  height: 9px;
  background: linear-gradient(90deg, #7e6a55 0 1px, transparent 1px calc(100% - 1px), #7e6a55 calc(100% - 1px));
}

.vesta-product-measure-height {
  right: 6%;
  top: 34%;
  transform: rotate(90deg);
  transform-origin: center;
}

.vesta-product-measure-height::before {
  left: -70px;
  right: -70px;
  top: 21px;
  height: 1px;
}

.vesta-product-measure-height::after {
  left: -70px;
  right: -70px;
  top: 17px;
  height: 9px;
  background: linear-gradient(90deg, #7e6a55 0 1px, transparent 1px calc(100% - 1px), #7e6a55 calc(100% - 1px));
}

.vesta-product-measure-graphic small {
  position: absolute;
  left: 12%;
  right: 13%;
  bottom: 14%;
  color: #7e6a55;
  font-size: 11px;
  text-align: center;
}

.vesta-product-faq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  padding: 14px 34px 34px;
  background: transparent;
}

.vesta-product-faq details {
  border: 1px solid var(--vpe-border);
  border-radius: 10px;
  background: rgba(255,255,255,.62);
}

.vesta-product-faq summary {
  cursor: pointer;
  padding: 15px 18px;
  font-size: 13px;
  font-weight: 750;
  list-style: none;
}

.vesta-product-faq summary::-webkit-details-marker { display: none; }
.vesta-product-faq summary::after { content: "+"; float: right; color: var(--vpe-gold); }
.vesta-product-faq details[open] summary::after { content: "-"; }
.vesta-product-faq p { margin: 0; padding: 0 18px 16px; color: var(--vpe-muted); font-size: 13px; line-height: 1.7; }

.vesta-product-related,
.vesta-product-collection,
.vesta-product-room {
  padding: 32px 34px;
  border-top: 1px solid var(--vpe-border);
  margin-top: 10px;
  background: transparent;
}

.vesta-product-related-head {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 20px;
}

.vesta-product-related-head p {
  margin: 0;
  color: var(--vpe-muted);
  font-size: 13px;
}

.vesta-product-product-track,
.vesta-product-wide-track,
.vesta-product-room-grid {
  display: grid;
  gap: 20px;
}

.vesta-product-product-track { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vesta-product-wide-track { grid-template-columns: repeat(3, 1fr); }
.vesta-product-room-grid { grid-template-columns: repeat(4, 1fr); }

.vesta-product-editorial-product-card,
.vesta-product-wide-track a,
.vesta-product-room-grid a {
  display: block;
  overflow: hidden;
  border: 1px solid var(--vpe-border);
  border-radius: 14px;
  background: rgba(255,255,255,.76);
  color: inherit;
  text-decoration: none !important;
  box-shadow: 0 14px 34px rgba(74,57,46,.05);
}

.vesta-product-editorial-product-image {
  display: block;
  aspect-ratio: 1.25 / 1;
  overflow: hidden;
}

.vesta-product-editorial-product-image img,
.vesta-product-wide-track img,
.vesta-product-room-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .32s ease;
}

.vesta-product-editorial-product-card:hover img,
.vesta-product-wide-track a:hover img,
.vesta-product-room-grid a:hover img { transform: scale(1.045); }

.vesta-product-editorial-product-body {
  display: grid;
  gap: 5px;
  padding: 14px;
}

.vesta-product-editorial-product-body strong,
.vesta-product-wide-track strong,
.vesta-product-room-grid strong { font-size: 14px; }

.vesta-product-editorial-product-body em,
.vesta-product-wide-track em {
  color: var(--vpe-muted);
  font-size: 12px;
  font-style: normal;
}

.vesta-product-editorial-swatches {
  display: flex;
  margin-top: 8px;
}

.vesta-product-editorial-swatches i {
  width: 17px;
  height: 17px;
  border-radius: 999px;
  border: 1px solid #fff;
  box-shadow: 0 2px 8px rgba(74,57,46,.12);
}

.vesta-product-editorial-swatches i + i { margin-left: -3px; }

.vesta-product-wide-track a,
.vesta-product-room-grid a {
  position: relative;
  min-height: 126px;
}

.vesta-product-wide-track img,
.vesta-product-room-grid img {
  position: absolute;
  inset: 0;
}

.vesta-product-wide-track a::after,
.vesta-product-room-grid a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(31,31,31,.42), rgba(31,31,31,.02));
}

.vesta-product-wide-track span,
.vesta-product-room-grid strong {
  position: relative;
  z-index: 1;
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  color: #fff;
}

.vesta-product-bottom-trust {
  background: #fff;
}

.vesta-product-story-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(31, 27, 23, .38);
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(3px);
  transition: opacity .28s ease, visibility .28s ease;
}

.vesta-product-story-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100001;
  width: min(440px, 25vw);
  min-width: 360px;
  height: 100vh;
  padding: 46px 36px;
  overflow-y: auto;
  transform: translateX(105%);
  background: #fffaf3;
  box-shadow: -30px 0 80px rgba(31, 27, 23, .2);
  transition: transform .34s cubic-bezier(.22,.61,.36,1);
}

.vesta-product-story-panel h2 {
  margin: 0 0 28px;
  font-size: 27px;
  line-height: 1.18;
}

.vesta-product-story-long {
  color: var(--vpe-muted);
  font-size: 14px;
  line-height: 1.9;
}

.vesta-product-panel-list {
  margin-top: 34px;
}

.vesta-product-panel-list h3 {
  margin: 28px 0 14px;
  font-family: Inter, Poppins, sans-serif;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vesta-product-panel-list ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vesta-product-panel-list li {
  position: relative;
  padding-left: 22px;
  color: var(--vpe-muted);
  font-size: 14px;
}

.vesta-product-panel-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--vpe-gold);
}

.vesta-product-story-close {
  position: absolute;
  top: 24px;
  right: 26px;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: var(--vpe-text);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.vesta-product-story-panel::-webkit-scrollbar { width: 8px; }
.vesta-product-story-panel::-webkit-scrollbar-thumb { background: #d7c4aa; border-radius: 999px; }

body.vesta-product-story-open {
  overflow: hidden;
}

body.vesta-product-story-open .vesta-product-story-overlay {
  opacity: 1;
  visibility: visible;
}

body.vesta-product-story-open .vesta-product-story-panel {
  transform: translateX(0);
}

@media (max-width: 1180px) {
  .vesta-product-product-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vesta-product-materials { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vesta-product-material-card,
  .vesta-product-material-card:first-child,
  .vesta-product-material-card:last-child { border-radius: 14px; }
}
@media (max-width: 900px) {
  .vesta-product-story,
  .vesta-product-measure {
    grid-template-columns: 1fr;
  }

  .vesta-product-steps,
  .vesta-product-trust,
  .vesta-product-bottom-trust,
  .vesta-product-wide-track,
  .vesta-product-room-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vesta-product-story-panel {
    width: 100vw;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .vesta-product-editorial { padding: 14px 10px 30px; }
  .vesta-product-editorial-inner { border-radius: 16px; }
  .vesta-product-story,
  .vesta-product-measure,
  .vesta-product-related,
  .vesta-product-collection,
  .vesta-product-room {
    padding: 24px 18px;
  }

  .vesta-product-trust,
  .vesta-product-bottom-trust,
  .vesta-product-steps,
  .vesta-product-materials,
  .vesta-product-faq,
  .vesta-product-wide-track,
  .vesta-product-room-grid {
    grid-template-columns: 1fr;
  }

  .vesta-product-trust > div,
  .vesta-product-bottom-trust > div {
    border-right: 0;
    border-bottom: 1px solid var(--vpe-border);
  }

  .vesta-product-trust > div:last-child,
  .vesta-product-bottom-trust > div:last-child { border-bottom: 0; }

  .vesta-product-product-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 12px;
  }

  .vesta-product-editorial-product-card {
    min-width: 82%;
    scroll-snap-align: start;
  }

  .vesta-product-related-head {
    display: block;
  }

  .vesta-product-story-panel {
    padding: 38px 23px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .vesta-product-editorial { padding: 22px 16px 42px; overflow-x: clip; }
  .vesta-product-editorial-inner { max-width: 100%; }
  .vesta-product-story { grid-template-columns: 1fr; gap: 22px; padding: 28px; }
  .vesta-product-story-image { min-height: 360px; }
  .vesta-product-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding: 26px; }
  .vesta-product-materials { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 100%; padding: 0 26px 30px; }
  .vesta-product-material-card:first-child,
  .vesta-product-material-card:last-child,
  .vesta-product-material-card { border-radius: 14px; }
  .vesta-product-product-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vesta-product-wide-track { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vesta-product-room-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vesta-product-related,
  .vesta-product-collection,
  .vesta-product-room { padding-left: 26px; padding-right: 26px; }
}

@media (max-width: 767px) {
  .vesta-product-editorial { padding: 16px 10px 34px; overflow-x: clip; }
  .vesta-product-editorial-inner { border-radius: 16px; max-width: 100%; overflow: hidden; }
  .vesta-product-story { grid-template-columns: 1fr; gap: 20px; padding: 24px 18px; }
  .vesta-product-story-copy { min-width: 0; }
  .vesta-product-story h2 { font-size: 30px; line-height: 1.08; }
  .vesta-product-story-image { min-height: 280px; }
  .vesta-product-trust,
  .vesta-product-bottom-trust { grid-template-columns: 1fr; }
  .vesta-product-steps { grid-template-columns: 1fr; gap: 18px; padding: 24px 18px; }
  .vesta-product-step-card { min-height: 0; }
  .vesta-product-materials { grid-template-columns: 1fr; max-width: 100%; padding: 0 18px 28px; }
  .vesta-product-material-card,
  .vesta-product-material-card:first-child,
  .vesta-product-material-card:last-child { border-radius: 14px; }
  .vesta-product-product-track { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; overflow: visible; padding-bottom: 0; }
  .vesta-product-wide-track,
  .vesta-product-room-grid { grid-template-columns: 1fr; gap: 14px; }
  .vesta-product-related,
  .vesta-product-collection,
  .vesta-product-room { padding-left: 18px; padding-right: 18px; }
  .vesta-product-editorial-product-card { min-width: 0; }
  .vesta-product-editorial-product-body { padding: 13px; }
}

@media (max-width: 420px) {
  .vesta-product-product-track { display: grid; grid-template-columns: 1fr; }
  .vesta-product-story h2 { font-size: 27px; }
}