:root {
  --rod-ink:#202427;
  --rod-anth:#424242;
  --rod-gold:#bea885;
  --rod-gold-dark:#73552e;
  --rod-cream:#f4efe7;
  --rod-soft:#faf8f4;
  --rod-line:#ddd3c6;
  --rod-muted:#665f56;
  --rod-ok:#285b44;
}
.rshop,
.rprod {
  background: #fff;
  color: var(--rod-ink);
}
.rshop *,
.rprod * {
  box-sizing: border-box;
}
.rodx-wrap {
  width: min(1180px, calc(100% - 28px));
  margin: auto;
}
.rodx-breadcrumbs {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 16px 0 12px;
  font-size: 12px;
  color: #6c645c;
  white-space: nowrap;
  overflow: auto;
}
.rodx-breadcrumbs a {
  color: #574d43;
  text-decoration: none;
}
.rodx-eyebrow {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 900;
  color: var(--rod-gold-dark);
}
.rodx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 17px;
  border: 1px solid var(--rod-ink);
  font: inherit;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}
.rodx-btn--dark {
  background: var(--rod-ink);
  color: #fff;
}
.rodx-btn--gold {
  background: var(--rod-gold);
  border-color: var(--rod-gold);
  color: #1f2325;
}
.rodx-btn--line {
  background: #fff;
  color: var(--rod-ink);
}
.rshop-hero {
  background: var(--rod-cream);
  padding: 0 0 42px;
}
.rshop-hero__grid {
  display: grid;
  gap: 24px;
}
.rshop-hero h1 {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: clamp(38px, 11vw, 56px);
  line-height: .98;
  letter-spacing: -.045em;
  margin: 0 0 17px;
  max-width: 750px;
}
.rshop-lead {
  font-size: 16px;
  line-height: 1.7;
  color: #4d4842;
  max-width: 760px;
}
.rshop-actions {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.rshop-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 25px;
}
.rshop-facts div {
  background: #fff;
  border: 1px solid #e0d5c7;
  padding: 13px;
}
.rshop-facts strong,
.rshop-facts span {
  display: block;
}
.rshop-facts strong {
  font-size: 15px;
}
.rshop-facts span {
  font-size: 11px;
  color: #6c645c;
  margin-top: 3px;
}
.rshop-hero__visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.rshop-hero__visual figure {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--rod-line);
  min-height: 220px;
}
.rshop-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 220px;
}
.rshop-section {
  padding: 50px 0;
}
.rshop-section--soft {
  background: var(--rod-soft);
}
.rshop-head {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}
.rshop-head h2,
.rprod h2 {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: clamp(30px, 8vw, 45px);
  line-height: 1.02;
  letter-spacing: -.035em;
  margin: 0;
}
.rshop-head > p {
  margin: 0;
  color: var(--rod-muted);
  line-height: 1.7;
  max-width: 800px;
}
.rshop-steps {
  display: grid;
  gap: 10px;
}
.rshop-step {
  border: 1px solid var(--rod-line);
  background: #fff;
  padding: 18px;
}
.rshop-step b {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e9d9c1;
  color: #624313;
  margin-bottom: 12px;
}
.rshop-step h3 {
  margin: 0 0 7px;
  font-size: 18px;
}
.rshop-step p {
  margin: 0;
  color: #655d55;
  line-height: 1.55;
  font-size: 13px;
}
.rshop-tools {
  position: sticky;
  top: 72px;
  z-index: 20;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(7px);
  border-top: 1px solid var(--rod-line);
  border-bottom: 1px solid var(--rod-line);
  padding: 12px 0;
}
.rshop-tools__inner {
  display: grid;
  gap: 10px;
}
.rshop-search {
  position: relative;
}
.rshop-search input {
  width: 100%;
  height: 45px;
  border: 1px solid #cfc3b5;
  padding: 0 14px 0 38px;
  font: inherit;
}
.rshop-search:before {
  content: "⌕";
  position: absolute;
  left: 13px;
  top: 9px;
  font-size: 22px;
  color: #655b51;
}
.rshop-filters {
  display: flex;
  gap: 6px;
  overflow: auto;
  padding-bottom: 2px;
}
.rshop-filter {
  flex: 0 0 auto;
  min-height: 40px;
  border: 1px solid #d1c5b7;
  background: #fff;
  padding: 0 13px;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.rshop-filter.is-active {
  background: var(--rod-ink);
  border-color: var(--rod-ink);
  color: #fff;
}
.rshop-result {
  font-size: 11px;
  color: #6a6259;
}
.rshop-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.rshop-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--rod-line);
  background: #fff;
  min-width: 0;
}
.rshop-card[hidden] {
  display: none !important;
}
.rshop-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.rshop-card__image {
  aspect-ratio: 1/1;
  background: #f4f3f1;
  border-bottom: 1px solid #e5ddd3;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.rshop-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rshop-card__body {
  padding: 12px 12px 8px;
}
.rshop-card__tag {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #785a30;
}
.rshop-card h3 {
  font-size: 15px;
  line-height: 1.28;
  margin: 6px 0 7px;
}
.rshop-card__price {
  font-size: 21px;
  font-weight: 900;
  margin-top: auto;
}
.rshop-card__meta {
  display: block;
  font-size: 10px;
  color: #6b635b;
  margin-top: 3px;
}
.rshop-card__buy {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 6px;
  padding: 9px 12px 12px;
  margin-top: auto;
}
.rshop-card__buy input {
  width: 100%;
  height: 40px;
  border: 1px solid #cfc4b7;
  padding: 0 7px;
  font: inherit;
}
.rshop-card__buy button {
  min-height: 40px;
  border: 0;
  background: var(--rod-ink);
  color: #fff;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}
.rshop-card__buy button.is-added {
  background: var(--rod-ok);
}
.rshop-empty {
  padding: 28px;
  border: 1px dashed #cbbdac;
  background: #faf8f4;
  text-align: center;
  color: #5f574f;
}
.rshop-empty[hidden] {
  display: none !important;
}
.rshop-guide {
  display: grid;
  gap: 16px;
}
.rshop-guide__copy {
  padding: 5px 0;
}
.rshop-guide__copy p {
  color: #5c554d;
  line-height: 1.72;
}
.rshop-guide__copy ul {
  padding-left: 19px;
  line-height: 1.7;
}
.rshop-guide figure {
  margin: 0;
  background: #f3f0eb;
  border: 1px solid var(--rod-line);
  overflow: hidden;
}
.rshop-guide img {
  display: block;
  width: 100%;
  height: auto;
}
.rshop-compare {
  display: grid;
  gap: 10px;
}
.rshop-compare article {
  padding: 22px;
  border: 1px solid var(--rod-line);
  background: #fff;
}
.rshop-compare h3 {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 27px;
  margin: 0 0 9px;
}
.rshop-compare p {
  color: #5f574f;
  line-height: 1.7;
}
.rshop-faq {
  display: grid;
  gap: 8px;
}
.rshop-faq details {
  border: 1px solid var(--rod-line);
  background: #fff;
  padding: 0 15px;
}
.rshop-faq summary {
  font-weight: 850;
  cursor: pointer;
  padding: 15px 25px 15px 0;
  position: relative;
}
.rshop-faq summary:after {
  content: "+";
  position: absolute;
  right: 0;
}
.rshop-faq details[open] summary:after {
  content: "–";
}
.rshop-faq p {
  margin: 0 0 15px;
  color: #5d554d;
  line-height: 1.7;
}
.rshop-toast,
.rprod-toast {
  position: fixed;
  top: 86px;
  right: 14px;
  left: 14px;
  z-index: 10050;
  background: #202427;
  color: #fff;
  border-left: 4px solid var(--rod-gold);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .25);
  padding: 13px 15px;
  font-size: 13px;
  font-weight: 800;
  transform: translateY(-14px);
  opacity: 0;
  pointer-events: none;
  transition: .18s;
}
.rshop-toast.is-visible,
.rprod-toast.is-visible {
  transform: none;
  opacity: 1;
}
.rprod-hero {
  background: var(--rod-cream);
  padding: 0 0 45px;
}
.rprod-hero__grid {
  display: grid;
  gap: 24px;
}
.rprod-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.rprod-gallery__main {
  grid-column: 1/-1;
  aspect-ratio: 1/1;
  background: #f2f1ef;
  border: 1px solid var(--rod-line);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.rprod-gallery__main img,
.rprod-gallery__small img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.rprod-gallery__small {
  aspect-ratio: 4/3;
  background: #f2f1ef;
  border: 1px solid var(--rod-line);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.rprod-panel {
  background: #fff;
  border: 1px solid var(--rod-line);
  padding: 21px;
}
.rprod-panel h1 {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: clamp(34px, 9vw, 54px);
  line-height: 1;
  letter-spacing: -.04em;
  margin: 0 0 13px;
}
.rprod-lead {
  color: #585149;
  line-height: 1.65;
}
.rprod-price {
  font-size: 32px;
  font-weight: 900;
  margin-top: 16px;
}
.rprod-vat {
  font-size: 11px;
  color: #6d655d;
}
.rprod-free {
  display: inline-flex;
  margin-top: 11px;
  padding: 7px 9px;
  background: #edf5f0;
  color: #285b44;
  font-size: 11px;
  font-weight: 850;
}
.rprod-buy {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 8px;
  margin-top: 18px;
}
.rprod-buy label {
  grid-column: 1/-1;
  font-size: 11px;
  font-weight: 850;
}
.rprod-buy input {
  height: 48px;
  border: 1px solid #cfc4b7;
  padding: 0 10px;
  font: inherit;
  font-size: 16px;
}
.rprod-buy button {
  border: 0;
  background: var(--rod-gold);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.rprod-micro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 18px;
}
.rprod-micro div {
  border-top: 1px solid #e3dbd1;
  padding-top: 9px;
}
.rprod-micro strong,
.rprod-micro span {
  display: block;
}
.rprod-micro strong {
  font-size: 12px;
}
.rprod-micro span {
  font-size: 10px;
  color: #706860;
  margin-top: 2px;
}
.rprod-section {
  padding: 50px 0;
}
.rprod-section--soft {
  background: var(--rod-soft);
}
.rprod-head {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}
.rprod-head p {
  color: #615950;
  line-height: 1.7;
  margin: 0;
  max-width: 820px;
}
.rprod-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.rprod-specs div {
  border: 1px solid var(--rod-line);
  background: #fff;
  padding: 14px;
}
.rprod-specs span,
.rprod-specs strong {
  display: block;
}
.rprod-specs span {
  font-size: 10px;
  color: #6f675f;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.rprod-specs strong {
  font-size: 14px;
  margin-top: 5px;
}
.rprod-two {
  display: grid;
  gap: 22px;
}
.rprod-copy p {
  color: #5b534b;
  line-height: 1.75;
}
.rprod-links {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.rprod-links a {
  padding: 8px 10px;
  background: #eee6db;
  color: #4d3820;
  font-size: 11px;
  font-weight: 850;
  text-decoration: none;
}
.rprod-note {
  background: #222629;
  color: #fff;
  padding: 21px;
}
.rprod-note h3 {
  font-size: 19px;
  margin: 0 0 8px;
}
.rprod-note p {
  color: #e9e5df;
  line-height: 1.65;
  margin: 0;
}
.rprod-related {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.rprod-related a {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--rod-line);
  background: #fff;
  color: inherit;
  text-decoration: none;
}
.rprod-related img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: #f3f2ef;
  border-bottom: 1px solid #e5ddd3;
}
.rprod-related div {
  padding: 11px;
}
.rprod-related h3 {
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 7px;
}
.rprod-related strong {
  font-size: 17px;
}
.rprod-faq {
  display: grid;
  gap: 8px;
}
.rprod-faq details {
  border: 1px solid var(--rod-line);
  background: #fff;
  padding: 0 15px;
}
.rprod-faq summary {
  padding: 15px 25px 15px 0;
  font-weight: 850;
  cursor: pointer;
  position: relative;
}
.rprod-faq summary:after {
  content: "+";
  position: absolute;
  right: 0;
}
.rprod-faq details[open] summary:after {
  content: "–";
}
.rprod-faq p {
  margin: 0 0 15px;
  color: #5b534b;
  line-height: 1.7;
}
.rprod-final {
  background: #dfccb0;
  padding: 42px 0;
}
.rprod-final__inner {
  display: grid;
  gap: 18px;
}
.rprod-final h2 {
  margin: 0;
}
.rprod-final p {
  color: #554b41;
  line-height: 1.65;
}
.rprod-cartmsg {
  font-size: 12px;
  color: #285b44;
  font-weight: 900;
  margin-top: 10px;
  min-height: 18px;
}
@media (min-width: 760px) {
  .rodx-wrap {
    width: min(1180px, calc(100% - 48px));
  }
  .rshop-hero {
    padding-bottom: 56px;
  }
  .rshop-hero__grid {
    grid-template-columns: 1.08fr .92fr;
    align-items: center;
    gap: 38px;
  }
  .rshop-facts {
    grid-template-columns: repeat(4, 1fr);
  }
  .rshop-steps {
    grid-template-columns: repeat(4, 1fr);
  }
  .rshop-tools__inner {
    grid-template-columns: 280px 1fr auto;
    align-items: center;
  }
  .rshop-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .rshop-guide {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 34px;
  }
  .rshop-compare {
    grid-template-columns: 1fr 1fr;
  }
  .rprod-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr);
    align-items: start;
    gap: 34px;
  }
  .rprod-panel {
    padding: 28px;
  }
  .rprod-specs {
    grid-template-columns: repeat(4, 1fr);
  }
  .rprod-two {
    grid-template-columns: 1.15fr .85fr;
    align-items: start;
  }
  .rprod-related {
    grid-template-columns: repeat(4, 1fr);
  }
  .rprod-final__inner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  .rshop-section,
  .rprod-section {
    padding: 66px 0;
  }
}
@media (min-width: 1100px) {
  .rshop-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .rshop-card h3 {
    font-size: 16px;
  }
  .rshop-card__body {
    padding: 15px 15px 9px;
  }
  .rshop-card__buy {
    padding: 10px 15px 15px;
  }
  .rprod-gallery__main {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 430px) {
  .rshop-card__buy {
    grid-template-columns: 54px 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }
  .rshop-card__body {
    padding-left: 9px;
    padding-right: 9px;
  }
  .rshop-card h3 {
    font-size: 13px;
  }
  .rshop-card__price {
    font-size: 19px;
  }
  .rshop-filter {
    padding: 0 11px;
  }
  .rprod-panel {
    padding: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .rshop-toast,
  .rprod-toast {
    transition: none;
  }
}
.rshop-filter:focus-visible,
.rshop-search input:focus-visible,
.rshop-card__link:focus-visible,
.rshop-card__buy input:focus-visible,
.rshop-card__buy button:focus-visible,
.rodx-btn:focus-visible,
.rprod-buy input:focus-visible,
.rprod-buy button:focus-visible,
.rprod-related a:focus-visible {
  outline: 3px solid #80602e;
  outline-offset: 3px;
}
.rshop-card__buy button,
.rprod-buy button {
  touch-action: manipulation;
}
.rprod-gallery__main,
.rprod-gallery__small {
  position: relative;
}
.rprod-gallery__main[data-gallery-main] {
  cursor: zoom-in;
}
.rprod-gallery__small[data-gallery-thumb] {
  cursor: pointer;
  transition:
    border-color .16s ease,
    box-shadow .16s ease,
    transform .16s ease;
}
.rprod-gallery__small[data-gallery-thumb]:hover {
  border-color: #9d8056;
  box-shadow: 0 5px 18px rgba(32, 36, 39, .12);
  transform: translateY(-1px);
}
.rprod-gallery__small[data-gallery-thumb]:focus-visible,
.rprod-gallery__main[data-gallery-main]:focus-visible {
  outline: 3px solid #80602e;
  outline-offset: 3px;
}
.rprod-gallery__small[data-gallery-thumb]::after {
  content: "Bekijk groot";
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 6px 8px;
  background: rgba(32, 36, 39, .9);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .02em;
  pointer-events: none;
}
.rprod-gallery__main[data-gallery-main]::after {
  content: "Vergroot foto";
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 7px 10px;
  background: rgba(32, 36, 39, .9);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .02em;
  pointer-events: none;
}
.rprod-gallery__small.is-active {
  border-color: #80602e;
  box-shadow: 0 0 0 2px rgba(128, 96, 46, .18);
}
.rprod-showcase {
  padding: 0 0 50px;
  background: #fff;
}
.rprod-showcase__grid {
  display: grid;
  border: 1px solid var(--rod-line);
  background: var(--rod-cream);
  overflow: hidden;
}
.rprod-showcase__media {
  margin: 0;
  min-height: 300px;
  background: #efede9;
  overflow: hidden;
}
.rprod-showcase__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}
.rprod-showcase__copy {
  padding: 26px;
}
.rprod-showcase__copy h2 {
  max-width: 640px;
}
.rprod-showcase__copy p:last-child {
  margin: 16px 0 0;
  color: #5b534b;
  line-height: 1.75;
  max-width: 680px;
}
.rprod-lightbox {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(18, 20, 22, .88);
  opacity: 0;
  pointer-events: none;
  transition: opacity .16s ease;
}
.rprod-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}
.rprod-lightbox__dialog {
  position: relative;
  width: min(1000px, 96vw);
  height: min(820px, 90vh);
  background: #f4f1ec;
  display: grid;
  place-items: center;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .45);
}
.rprod-lightbox__dialog img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.rprod-lightbox__close {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #202427;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}
.rprod-lightbox__close:focus-visible {
  outline: 3px solid #bea885;
  outline-offset: 3px;
}
@media (min-width: 760px) {
  .rprod-showcase {
    padding-bottom: 66px;
  }
  .rprod-showcase__grid {
    grid-template-columns: 1.05fr .95fr;
    align-items: stretch;
  }
  .rprod-showcase__copy {
    padding: 46px;
  }
  .rprod-showcase__media {
    min-height: 430px;
  }
  .rprod-showcase__media img {
    min-height: 430px;
  }
}
@media (max-width: 520px) {
  .rprod-gallery__small[data-gallery-thumb]::after {
    font-size: 9px;
    padding: 5px 6px;
  }
  .rprod-gallery__main[data-gallery-main]::after {
    font-size: 9px;
    padding: 6px 7px;
  }
  .rprod-lightbox {
    padding: 10px;
  }
  .rprod-lightbox__dialog {
    height: 82vh;
  }
}
@media (prefers-reduced-motion: reduce) {
  .rprod-gallery__small[data-gallery-thumb],
  .rprod-lightbox {
    transition: none;
  }
}
.rprod-story {
  padding: 0 0 50px;
  background: #fff;
}
.rprod-story__grid {
  display: grid;
  gap: 0;
  border: 1px solid var(--rod-line);
  background:
    linear-gradient(
      180deg,
      #f7f3ee 0%,
      #f3eee8 100%);
  overflow: hidden;
}
.rprod-story__media {
  margin: 0;
  background: #ece8e3;
  min-height: 300px;
}
.rprod-story__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}
.rprod-story__copy {
  padding: 24px;
}
.rprod-story__copy h2 {
  max-width: 640px;
  margin-bottom: 12px;
}
.rprod-story__copy p {
  color: #5b534b;
  line-height: 1.75;
  max-width: 720px;
}
.rprod-story__copy p:last-of-type {
  margin-bottom: 0;
}
.rprod-story__note {
  margin-top: 18px;
  background: #222629;
  color: #fff;
  padding: 22px 24px;
  border-radius: 2px;
  box-shadow: 0 14px 30px rgba(20, 20, 20, .08);
}
.rprod-story__note h3 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 8px;
}
.rprod-story__note p {
  color: #ece6de;
  margin: 0;
  max-width: none;
}
.rprod-story__points {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.rprod-story__points div {
  background: #fff;
  border: 1px solid #ddd3c6;
  padding: 14px 15px;
}
.rprod-story__points strong,
.rprod-story__points span {
  display: block;
}
.rprod-story__points strong {
  font-size: 12px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #554537;
}
.rprod-story__points span {
  margin-top: 5px;
  color: #655d56;
  line-height: 1.6;
}
@media (min-width: 760px) {
  .rprod-story {
    padding-bottom: 66px;
  }
  .rprod-story__grid {
    grid-template-columns: 1.06fr .94fr;
    align-items: stretch;
  }
  .rprod-story__copy {
    padding: 40px 42px;
  }
  .rprod-story__media {
    min-height: 470px;
  }
  .rprod-story__media img {
    min-height: 470px;
  }
  .rprod-story__points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
.rprod-story {
  padding: 0 0 50px;
  background: #fff;
}
.rprod-story__grid {
  display: grid;
  border: 1px solid var(--rod-line);
  background:
    linear-gradient(
      180deg,
      #f7f3ee 0%,
      #f3eee8 100%);
  overflow: hidden;
}
.rprod-story__media {
  margin: 0;
  background: #ece8e3;
  min-height: 300px;
}
.rprod-story__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}
.rprod-story__copy {
  padding: 24px;
}
.rprod-story__copy h2 {
  max-width: 650px;
  margin-bottom: 12px;
}
.rprod-story__copy p {
  color: #5b534b;
  line-height: 1.75;
}
.rprod-story__note {
  margin-top: 18px;
  background: #222629;
  color: #fff;
  padding: 22px 24px;
}
.rprod-story__note h3 {
  font-size: 20px;
  margin: 0 0 8px;
}
.rprod-story__note p {
  color: #ece6de;
  margin: 0;
}
.rprod-story__points {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.rprod-story__points div {
  background: #fff;
  border: 1px solid #ddd3c6;
  padding: 14px 15px;
}
.rprod-story__points strong,
.rprod-story__points span {
  display: block;
}
.rprod-story__points strong {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #554537;
}
.rprod-story__points span {
  margin-top: 5px;
  color: #655d56;
  line-height: 1.6;
}
@media (min-width: 760px) {
  .rprod-story {
    padding-bottom: 66px;
  }
  .rprod-story__grid {
    grid-template-columns: 1.06fr .94fr;
    align-items: stretch;
  }
  .rprod-story__copy {
    padding: 40px 42px;
  }
  .rprod-story__media,
  .rprod-story__media img {
    min-height: 470px;
  }
  .rprod-story__points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
button.rprod-gallery__main,
button.rprod-gallery__small {
  padding: 0;
  font: inherit;
  color: inherit;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}
.rprod-panel h1 {
  overflow-wrap: anywhere;
}
.rprod-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 12px;
}
.rprod-trust a {
  display: block;
  border: 1px solid #e3dbd1;
  background: #faf8f4;
  padding: 10px;
  color: inherit;
  text-decoration: none;
}
.rprod-trust strong,
.rprod-trust span {
  display: block;
}
.rprod-trust strong {
  font-size: 12px;
}
.rprod-trust span {
  font-size: 10px;
  line-height: 1.45;
  color: #706860;
  margin-top: 3px;
}
.rprod-trust a:focus-visible {
  outline: 3px solid #80602e;
  outline-offset: 3px;
}
@media (max-width: 520px) {
  .rprod-trust {
    grid-template-columns: 1fr;
  }
  .rprod-trust a {
    padding: 9px 10px;
  }
}
@media (max-width: 759px) {
  .rprod-panel {
    order: -1;
  }
}
