/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
.heading-overlay--brown h2 {
  color: var(--white);
}
.heading-overlay--brown h3 {
  color: #90703D;
}

.rp-banner {
  position: relative;
}
.rp-banner__body {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  padding: 32px 0;
  color: var(--white);
}
@media only screen and (min-width: 768px) {
  .rp-banner__body .container {
    display: flex;
    align-items: center;
  }
}
.rp-banner__body p {
  margin: 0 0 24px;
}
.rp-banner__body p:last-of-type {
  margin: 0;
}
.rp-banner__body figure {
  text-align: center;
  padding: 32px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .rp-banner__body figure {
    width: 50%;
    display: block;
  }
}
.rp-banner__body figure img {
  max-width: 295px;
}
@media only screen and (min-width: 768px) {
  .rp-banner__content {
    width: 50%;
  }
}

.rp-products {
  padding-bottom: 160px;
}
.rp-products .heading-overlay {
  margin-top: 160px;
}
.rp-products__heading {
  color: #90703D;
  margin-block: 40px 64px;
}
@media only screen and (min-width: 768px) {
  .rp-products__heading {
    display: flex;
    margin-block: 40px 80px;
  }
}
.rp-products__heading h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.5;
  color: #90703D;
}
@media only screen and (min-width: 768px) {
  .rp-products__heading h2 {
    width: 50%;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .rp-products__heading h2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 56px;
  }
}
.rp-products__heading h2 small {
  font-weight: 400;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .rp-products__heading--body {
    width: 50%;
  }
}
.rp-products__heading--center {
  margin-block: 40px;
}
@media only screen and (min-width: 768px) {
  .rp-products__heading--center {
    margin-block: 80px;
  }
}
.rp-products__heading--center h2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.rp-products__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  max-width: 900px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .rp-products__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 900px) {
  .rp-products__list {
    gap: 100px;
  }
}
.rp-products__item figure {
  margin: 0 0 32px;
}
.rp-products__item figure img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.rp-products__item h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: #90703D;
}
.rp-products__item h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #151515;
  margin: 0;
}
.rp-products__item--meta {
  margin-top: 24px;
  display: flex;
  gap: 20px;
  color: #000;
  align-items: center;
}
.rp-products__item--meta h5 {
  width: 100px;
  min-width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #151515;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}
.rp-products__item--meta p {
  margin: 0;
}
.rp-products__item--2 figure img {
  aspect-ratio: 1.6;
}
.rp-products__featured-image figure img {
  aspect-ratio: 1;
}

.rp-shop {
  margin-bottom: 95px;
}
@media only screen and (min-width: 768px) {
  .rp-shop {
    margin-bottom: 80px;
  }
}
.rp-shop__inner {
  display: grid;
  background: #fff;
  grid-template-columns: 1fr;
  gap: 64px 40px;
  margin-inline: -20px;
  padding: 64px 20px;
}
@media only screen and (min-width: 768px) {
  .rp-shop__inner {
    grid-template-columns: 250px 1fr;
    margin-inline: 0;
    padding: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .rp-shop__inner {
    padding: 50px;
  }
}
.rp-shop__inner figure {
  text-align: center;
}
.rp-shop__inner figure img {
  max-width: 250px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .rp-shop__inner figure img {
    max-width: 100%;
  }
}
.rp-shop__body ul {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  display: flex;
  gap: 12px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.rp-shop__body ul li {
  border: 1.5px solid #999999;
  padding: 2px 15px;
  border-radius: 99px;
}
.rp-shop__body h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
}
.rp-shop__body h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 32px;
}
.rp-shop__body--button {
  text-align: right;
  margin-top: 32px;
}

.info-row__group iframe {
  width: 100%;
}

/*# sourceMappingURL=rp.css.map */
