body p {
  margin-bottom: 16px;
}

body ul,
body ol {
  margin: 0 0 8px 24px;
}

ul li,
ol li {
  margin-bottom: 8px;
}

ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

.is-left-sidebar {
  max-width: 250px;
}

.site-content .content-area {
  flex-grow: 1;
}

@media (max-width: 768px) {
  body ul,
  body ol {
    margin-left: 20px;
  }

  .is-left-sidebar {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .rp-sr-tablet-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (max-width: 768px) {
  body p {
    margin-bottom: 8px;
  }

  .rp-sr-mobile-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

.black-link a {
  color: var(--primary-text);
}

.black-link a:hover,
.black-link a:focus,
.black-link a:active {
  color: var(--accent);
}

.rp-header__topbar {
  position: relative;
}

.rp-header__topbar:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) skewX(-22.62deg);
  width: min(260px, calc(16vw + 20px));
  height: 49px;
  background-color: #fff;
}

/* Sticky header */
.sticky-header.rp-header--pinned {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  will-change: transform;
}

body:has(#wpadminbar) .sticky-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body:has(#wpadminbar) .sticky-header {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  body:has(#wpadminbar) .sticky-header {
    top: 0;
  }
}

.sticky-header.rp-header--pinned {
  animation: rp-header-slide-in 320ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
  box-shadow: 0 16px 32px -8px rgba(12, 12, 13, 0.24);
}

@keyframes rp-header-slide-in {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes rp-header-slide-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sticky-header.rp-header--pinned {
    animation: none;
  }
}

@font-face {
  font-family: "Muro Slant";
  src: url("/wp-content/themes/generatepress_child/assets/fonts/Muro-Slant.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html body {
  padding-block: 120px;
}

@media (max-width: 1024px) {
  html body {
    padding-block: 60px;
  }
}

@media (max-width: 767px) {
  html body {
    padding-block: 0;
  }
}

.site-content {
  overflow: clip;
}

.usp-bar__list li .gb-shape svg {
  width: 16px;
  height: 16px;
}

.hero-banner__image {
  transition: transform 0.25s ease;
}

.hero-banner:hover .hero-banner__image {
  transform: scale(1.05);
}

/* Product card */
.rps-product-card {
  border: 1px solid var(--border);
  padding: 14px 16px 16px;
  /* border-radius: 8px; */
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05);
}

.rps-product-card:hover {
  border-color: #666666;
}

.rps-product-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: 32px;
}

.rps-product-card__wishlist,
.rp-product-gallery__wishlist {
  background: none;
  border: none;
  /* outline: none; */
  padding: 0;
  margin: 0;
  color: var(--primary-text);
  display: flex;
  position: relative;
	z-index: 2;
	cursor: pointer;
  transition: all 0.15s ease;
}

.rps-product-card__wishlist svg,
.rp-product-gallery__wishlist svg {
  transition: fill 0.25s ease;
  fill: transparent;
}

.rps-product-card__wishlist:hover,
.rps-product-card__wishlist:focus,
.rp-product-gallery__wishlist:hover,
.rp-product-gallery__wishlist:focus,
.rps-product-card__wishlist.is-active,
.rp-product-gallery__wishlist.is-active {
  background: none;
  color: var(--primary-text);
}

.rps-product-card__wishlist.is-active svg,
.rp-product-gallery__wishlist.is-active svg {
  fill: #000;
}

.rps-product-card__badge {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: absolute;
  top: 0;
  right: 0;
}

.rps-product-card__badge-sale,
.rps-product-card__badge-discount,
.rps-product-card__badge-custom {
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  padding: 1px 8px;
  text-align: center;
}

.rps-product-card__badge-sale {
  background-color: #ffcc00;
  color: var(--primary-text);
}

.rps-product-card__badge-discount {
  background-color: #ff383c;
  color: #fff;
}

.rps-product-card__image__link {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.rps-product-card__image__link img {
  /* max-width: max(120px, 75%); */
  max-width: 100%;
  margin-bottom: 0 !important;
}

.rps-product-card__actions {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.rps-product-card__actions a.button,
.rps-product-card__actions a.added_to_cart {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 0;
  margin: 0 !important;
}

.rps-product-card__actions a.add_to_cart_button,
.rps-product-card__actions a.button {
  color: #fff;
  background: var(--button-primary);
}

.rps-product-card__actions a.add_to_cart_button:hover,
.rps-product-card__actions a.add_to_cart_button:focus,
.rps-product-card__actions a.button:hover,
.rps-product-card__actions a.button:focus {
  background-color: var(--button-primary-hover);
  color: #fff;
}

.rps-product-card__actions a.add_to_cart_button.added {
  display: none !important;
}

.rps-product-card__actions a.added_to_cart {
  color: #fff;
  background-color: var(--button-secondary);
  display: block;
  text-decoration: none;
  padding: 10px 20px;
}

.rps-product-card__actions a.added_to_cart:hover {
  background-color: var(--button-secondary-hover);
  color: #fff;
}

.rps-product-card__title {
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  flex-grow: 1;
}

.rps-product-card__title__link {
  text-decoration: none;
  color: var(--primary-text);
}

.rps-product-card__title__link:hover {
  text-decoration: underline;
}

.rps-product-card__stock {
  margin-top: 8px;
}

.rps-product-card__stock .in-stock,
.rps-product-card__stock .out-of-stock {
  display: flex;
  gap: 4px;
  justify-content: center;
  align-content: center;
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  color: var(--primary-text);
}

.rps-product-card__stock .in-stock svg {
  color: #0d8911;
}

.rps-product-card__stock .out-of-stock svg {
  color: #d32f2f;
}

.rps-product-card__price {
  margin-top: 8px;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 700;
  color: var(--primary-text);
}

.rps-product-card__price del {
  opacity: 0.4;
  font-weight: 400;
}

@media (max-width: 767px) {
  .rps-product-card {
    padding: 14px 10px 16px;
  }
}

/* Footer */
.footer-menu-heading-container {
  position: relative;
}

.footer-menu-heading-container::before,
.footer-menu-heading-container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  border-radius: 10px;
}

.footer-menu-heading-container::before {
  width: 25px;
  left: 0;
  background-color: var(--button-secondary);
}

.footer-menu-heading-container::after {
  width: calc(100% - 29px);
  right: 0;
  background-color: #000;
}

.footer-menu ul.gb-menu {
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 16px;
}

.footer-menu a.gb-menu-link {
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: var(--primary-text);
  position: relative;
  padding-left: 23px;
}

.footer-menu a.gb-menu-link:hover {
  text-decoration: underline;
}

.footer-menu a.gb-menu-link::before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 19' fill='none'><path d='M9.87884 9.50055L6.1665 5.58199L7.22717 4.4624L12.0001 9.50055L7.22717 14.5386L6.1665 13.4191L9.87884 9.50055Z' fill='black'/></svg>");
  position: absolute;
  width: 18px;
  height: 18px;
  top: 1px;
  left: 0;
}

@media (max-width: 767px) {
  .footer-menu-heading-container::before,
  .footer-menu-heading-container::after {
    display: none;
  }

  .footer-menu ul.gb-menu {
    gap: 12px;
  }

  .footer-menu a.gb-menu-link {
    font-size: 11px;
    line-height: 14px;
    padding-left: 18px;
  }

  .footer-menu a.gb-menu-link::before {
    width: 14px;
    height: 14px;
    top: 0;
  }

  .footer-accordion-menu .menu-container {
    display: none;
    padding: 0 8px 8px 8px;
  }

  .footer-accordion-menu
    .rp-accordion__toggle[aria-expanded="true"]
    + .menu-container,
  .footer-accordion-menu
    .footer-menu-heading-container:has(
      .rp-accordion__toggle[aria-expanded="true"]
    )
    ~ .menu-container {
    display: block;
  }

  .footer-accordion-menu .rp-accordion__icon-minus,
  .footer-accordion-menu
    .rp-accordion__toggle[aria-expanded="true"]
    .rp-accordion__icon-plus {
    display: none;
  }

  .footer-accordion-menu
    .rp-accordion__toggle[aria-expanded="true"]
    .rp-accordion__icon-minus {
    display: inline-block;
  }

  .footer-accordion-menu .rp-accordion__heading {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    width: 100%;
  }

  .footer-accordion-menu .rp-accordion__toggle {
    padding: 8px;
    box-sizing: border-box;
  }
}

/* Footer accordion toggle */
.rp-accordion__toggle {
  all: unset;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.rp-accordion__toggle:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.rp-accordion__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-accordion-menu .rp-accordion__toggle:hover,
.footer-accordion-menu .rp-accordion__toggle:focus {
  color: var(--primary-text);
  background-color: transparent;
}

@media (min-width: 768px) {
  .footer-accordion-menu .rp-accordion__toggle {
    cursor: default;
  }
  .footer-accordion-menu .rp-accordion__icon {
    display: none;
  }
}

/* Back to top */
button.back-to-top .gb-shape svg {
  width: 14px;
  height: 14px;
}

@media (max-width: 1024px) {
  button.back-to-top {
    padding: 2px 7.5px;
  }

  button.back-to-top .gb-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }

  button.back-to-top .gb-shape svg {
    width: 20px;
    height: 20px;
  }
}

/* breadcrumbs */
.rp-product__topbar .woocommerce-breadcrumb,
.site-content .site-main .woocommerce-breadcrumb,
.rp-myaccount-breadcrumb,
.rp-page-breadcrumb,
.rp-blog-breadcrumb {
  font-size: 12px;
  line-height: 14px;
  color: var(--primary-text);
  font-weight: 500;
}

.site-content .woocommerce-breadcrumb a,
.rp-myaccount-breadcrumb a,
.rp-page-breadcrumb a,
.rp-blog-breadcrumb a {
  color: var(--accent);
  text-decoration: none;
}

.woocommerce-breadcrumb a:hover,
.woocommerce-breadcrumb a:focus,
.woocommerce-breadcrumb a:active {
  text-decoration: underline;
}

/* My Account breadcrumb */
.rp-myaccount-breadcrumb {
  margin-top: -30px;
  margin-bottom: 30px;
  padding: 8px 0;
}

.rp-page-breadcrumb,
.rp-blog-breadcrumb {
  padding: 8px 30px;
}

.rp-myaccount-breadcrumb a:hover,
.rp-myaccount-breadcrumb a:focus,
.rp-page-breadcrumb a:hover,
.rp-page-breadcrumb a:focus,
.rp-blog-breadcrumb a:hover,
.rp-blog-breadcrumb a:focus {
  text-decoration: underline;
}

/* Product category archive */
.tax-product_cat .woocommerce-breadcrumb {
  margin-top: -30px;
  margin-bottom: 30px;
  padding: 8px 0;
}

.rp-product-category-header__cover {
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.rp-product-category-header__cover-img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.rp-product-category-header__content {
  padding: 0 0 30px 0;
}

.rp-product-category-header__title {
  font-size: 36px;
  line-height: 42px;
  color: var(--primary-text);
  margin-bottom: 0;
}

.rp-product-category-header__description {
  margin-top: 20px;
}

.rp-product-category-header__description h1,
.rp-product-category-header__description h2,
.rp-product-category-header__description h3,
.rp-product-category-header__description h4,
.rp-product-category-header__description h5,
.rp-product-category-header__description h6 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 700;
  color: var(--primary-text);
}

.rp-product-category-header__description p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 28px;
  color: var(--primary-text);
}

.rp-product-category-header__description > :last-child {
  margin-bottom: 0;
}

.rp-product-child-cat-buttons {
  padding: 30px 0;
}

.rp-product-child-cat-buttons__list {
  display: flex;
  gap: 24px;
}

.rp-product-child-cat-buttons__title {
  font-size: 24px;
  line-height: 28px;
  color: var(--primary-text);
  margin-bottom: 24px;
  font-weight: 700;
  text-align: center;
}

.rp-product-child-cat-buttons__btn {
  flex: 1 1 0%;
  background-color: #fff;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  color: var(--primary-text);
  text-align: center;
  padding: 16px 24px;
  border: 1px solid #000;
  transition:
    flex-grow 0.2s ease,
    background-color 0.2s,
    color 0.2s;
  text-transform: uppercase;
  cursor: pointer;
}

.rp-product-child-cat-buttons__btn:focus {
  color: #000;
  background-color: #fff;
}

.rp-product-child-cat-buttons__btn:hover,
.rp-product-child-cat-buttons__btn--active:focus,
.rp-product-child-cat-buttons__btn--active {
  color: #fff;
  background-color: #000;
}

.rp-product-child-cat-buttons__btn--active {
  flex-grow: 2;
}

/* .rp-product-child-cat-buttons:has(.rp-product-child-cat-buttons__btn--active)
  .rp-product-child-cat-buttons__btn:not(
    .rp-product-child-cat-buttons__btn--active
  ) {
  opacity: 0.5;
} */

.rp-product-category-results ul.products {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.rp-product-category-results ul.products::before,
.rp-product-category-results ul.products::after {
  display: none;
}

.rp-product-category-results ul.products li.product {
  margin: 0;
  width: 100%;
  float: none;
}

.rp-product-category-results .rps-product-card__image__link img {
  width: 100%;
  /* max-width: 160px; */
}

.rp-product-category-pagination,
.rp-blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 22px;
}

.rp-product-category-pagination__pages,
.rp-blog-pagination__pages {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rp-product-category-pagination__prev,
.rp-product-category-pagination__next,
.rp-blog-pagination__prev,
.rp-blog-pagination__next {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid var(--border);
  min-height: 50px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  color: var(--primary-text);
  user-select: none;
}

.rp-product-category-pagination__prev:hover,
.rp-product-category-pagination__next:hover,
.rp-blog-pagination__prev:hover,
.rp-blog-pagination__next:hover {
  border-color: var(--border-hover);
}

.rp-product-category-pagination__pages > *,
.rp-blog-pagination__pages > * {
  min-height: 50px;
  min-width: 60px;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid transparent;
  text-decoration: none;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  color: var(--primary-text);
  user-select: none;
}

.rp-product-category-pagination__pages > *:last-child,
.rp-blog-pagination__pages > *:last-child {
  border-right: none;
}

.rp-product-category-pagination__page.active,
.rp-product-category-pagination__pages a:hover,
.rp-blog-pagination__page.active,
.rp-blog-pagination__pages a:hover {
  border-bottom: 1px solid #000;
  font-weight: 700;
}

.rp-product-per-page {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}

.rp-product-per-page__label {
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  color: var(--primary-text);
}

.rp-product-per-page__select {
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  min-height: 50px;
  padding-left: 16px;
  padding-right: 56px;
  border: none;
  border-bottom: 1px solid var(--border);
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M12.0001 13.1724L16.9499 8.22266L18.3641 9.63687L12.0001 16.0009L5.63623 9.63687L7.05044 8.22266L12.0001 13.1724Z' fill='%23000'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 24px 24px;
}

.rp-product-per-page__select:focus {
  background-color: transparent;
  outline: none;
  border-color: var(--border-color);
}

.rp-product-category-content {
  margin-top: 30px;
}

.rp-product-category-content h1,
.rp-product-category-content h2,
.rp-product-category-content h3,
.rp-product-category-content h4,
.rp-product-category-content h5,
.rp-product-category-content h6 {
  margin-bottom: 16px;
  font-weight: 700;
  color: var(--primary-text);
}

.rp-product-category-content h1 {
  font-size: 36px;
  line-height: 42px;
}

.rp-product-category-content h2 {
  font-size: 24px;
  line-height: 28px;
}

.rp-product-category-content h3,
.rp-product-category-content h4,
.rp-product-category-content h5,
.rp-product-category-content h6 {
  font-size: 16px;
  line-height: 28px;
}

.rp-product-category-content p {
  font-size: 16px;
  line-height: 28px;
  color: var(--primary-text);
  font-weight: 400;
  margin-bottom: 16px;
}

.rp-product-category-content > :last-child {
  margin-bottom: 0;
}

.rp-child-category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px 24px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.rp-child-category-grid__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.rp-child-category-grid__thumbnail {
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.rp-child-category-grid__title {
  font-size: 14px;
  line-height: 18px;
  color: var(--primary-text);
  text-align: center;
}

.rp-child-category-grid__card:hover .rp-child-category-grid__title {
  text-decoration: underline;
}

.rp-category-depth-0 .rp-product-category-hub__section {
  margin: 48px 0;
}

.rp-category-depth-0 .rp-product-category-hub__heading {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 30px;
  font-family: inherit;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.rp-category-depth-1 .rp-product-category-hub__heading {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  font-family: inherit;
  text-align: left;
  text-transform: none;
}

.rp-category-content-element {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .rp-product-category-header__content {
    padding-inline: 0;
  }

  .rp-product-category-results ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rp-child-category-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .rp-myaccount-breadcrumb,
  .tax-product_cat .woocommerce-breadcrumb {
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 20px 0 0;
  }

  .rp-page-breadcrumb,
  .rp-blog-breadcrumb {
    padding: 20px 20px 0;
  }

  .rp-product-category-header__cover {
    margin-bottom: 20px;
  }

  .rp-product-category-header__content {
    padding-bottom: 20px;
  }

  .rp-product-category-header__title {
    font-size: 20px;
    line-height: 1;
  }

  .rp-product-category-header__description {
    margin-top: 8px;
  }

  .rp-product-category-header__description h1,
  .rp-product-category-header__description h2,
  .rp-product-category-header__description h3,
  .rp-product-category-header__description h4,
  .rp-product-category-header__description h5,
  .rp-product-category-header__description h6 {
    margin-bottom: 8px;
  }

  .rp-product-category-header__description p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .rp-product-child-cat-buttons {
    padding: 20px 0;
  }

  .rp-product-child-cat-buttons__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .rp-product-child-cat-buttons__list {
    gap: 8px;
  }

  .rp-product-child-cat-buttons__btn {
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
  }

  .rp-product-child-cat-buttons__btn--active {
    flex-grow: 1;
  }

  .rp-product-category-results ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .rp-product-category-results ul.products li.product {
    margin: 0 !important;
    width: 100% !important;
    float: none !important;
  }

  .rp-product-category-pagination,
  .rp-blog-pagination {
    gap: 8px;
    margin-top: 20px;
  }

  .rp-product-category-pagination__prev,
  .rp-product-category-pagination__next,
  .rp-product-category-pagination__pages > *,
  .rp-blog-pagination__prev,
  .rp-blog-pagination__next,
  .rp-blog-pagination__pages > * {
    min-height: 30px;
    min-width: 30px;
    font-size: 14px;
    line-height: 20px;
    padding: 4px;
  }

  .rp-product-category-pagination__prev svg,
  .rp-product-category-pagination__next svg,
  .rp-blog-pagination__prev svg,
  .rp-blog-pagination__next svg {
    width: 16px;
    height: 16px;
  }

  .rp-product-per-page {
    display: none;
  }

  .rp-product-category-content {
    margin-top: 20px;
  }

  .rp-product-category-content h1,
  .rp-product-category-content h2,
  .rp-product-category-content h3,
  .rp-product-category-content h4,
  .rp-product-category-content h5,
  .rp-product-category-content h6 {
    margin-bottom: 8px;
  }

  .rp-product-category-content h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .rp-product-category-content h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .rp-product-category-content h3,
  .rp-product-category-content h4,
  .rp-product-category-content h5,
  .rp-product-category-content h6 {
    font-size: 13px;
    line-height: 20px;
  }

  .rp-product-category-content p {
    font-size: 13px;
    line-height: 20px;
  }

  .rp-child-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .rp-child-category-grid__title {
    font-size: 12px;
    line-height: 14px;
  }

  .rp-category-depth-0 .rp-product-category-hub__heading {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
  }

  .rp-category-depth-1 .rp-product-category-hub__heading {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

/* --- FAQ accordion --- */

.rp-category-faq {
  max-width: 100%;
  margin: 48px 0 0;
  background-color: #f9f9f9;
  padding: 48px 32px;
}

.rp-category-depth-1 .rp-category-faq {
  margin-top: 30px;
}

.rp-category-faq__inner-wrapper {
  width: 100%;
  max-width: 896px;
  margin: 0 auto;
}

.rp-category-faq__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.rp-category-faq__list {
  margin: 0;
  padding: 0;
}

.rp-category-faq__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18px 0;
}

.rp-category-faq__item:last-child {
  border-bottom: 0;
}

.rp-category-faq__button {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}

.rp-category-faq__button:hover,
.rp-category-faq__button:focus {
  color: inherit;
  background-color: inherit;
}

.rp-category-faq__question {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: var(--primary-text);
}

.rp-category-faq__icon {
  margin-left: 24px;
  margin-top: 4px;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.rp-category-faq__icon-svg {
  width: 100%;
  height: 100%;
  color: #000;
  transition: transform 0.3s;
}

.rp-category-faq__button[aria-expanded="true"] .rp-category-faq__icon-svg {
  transform: rotate(180deg);
}

.rp-category-faq__answer {
  display: none;
  margin: 16px 0 0;
  padding-right: 48px;
}

.rp-category-faq__answer[aria-hidden="false"] {
  display: block;
}

.rp-category-faq__answer p {
  font-size: 16px;
  line-height: 28px;
  color: var(--primary-text);
  margin: 0;
}

@media (max-width: 768px) {
  .rp-category-faq {
    padding: 24px 16px;
  }

  .rp-category-depth-1 .rp-category-faq {
    margin-top: 20px;
  }

  .rp-category-faq__title {
    font-size: 20px;
    line-height: 24px;
  }

  .rp-category-faq__item {
    padding: 9px 0;
  }

  .rp-category-faq__answer {
    margin: 8px 0 0;
  }

  .rp-category-faq__icon {
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }

  .rp-category-faq__question,
  .rp-category-faq__answer p {
    font-size: 13px;
    line-height: 20px;
  }
}

/* Single product */
body.single-product .site-content {
  padding: 0;
}

body.single-product div.rp-product {
  width: 100%;
}

.rp-product__topbar {
  padding: 8px 30px;
}

.rp-product__topbar .woocommerce-breadcrumb {
  margin-bottom: 0;
}

.rp-product__grid-wrapper {
  padding: 30px;
  position: relative;
}

.rp-product__next-link {
  position: absolute;
  top: 0;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
  color: var(--primary-text);
  font-weight: 400;
}

.rp-product__next-link:hover,
.rp-product__next-link:focus {
  color: var(--primary-text);
  text-decoration: underline;
}

.rp-product__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
}

.rp-product__gallery {
  border: 1px solid #000;
  position: relative;
}

.rp-product__gallery .woocommerce-product-gallery__trigger {
  display: none;
}

.rp-product-gallery__zoom {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  line-height: 20px;
  color: var(--primary-text);
  font-weight: 500;
  position: absolute;
  right: 20px;
  bottom: 16px;
  opacity: 0.5;
}

.rp-product-gallery__zoom svg {
  width: 20px;
  height: 20px;
}

.rp-product-gallery__wishlist {
  position: absolute;
  top: 16px;
  left: 170px;
}

.woocommerce-product-gallery--single-image .rp-product-gallery__wishlist {
  left: 30px;
}

.woocommerce #content div.product .rp-product__grid div.images {
  float: none;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: row-reverse;
}

.woocommerce
  #content
  div.product
  .rp-product__grid
  div.images.woocommerce-product-gallery--single-image {
  display: inline;
}

.woocommerce #content div.product .rp-product__grid div.images .flex-viewport {
  margin: 60px 30px;
}

.woocommerce
  #content
  div.product
  .rp-product__grid
  div.images.woocommerce-product-gallery--single-image
  .woocommerce-product-gallery__wrapper {
  margin: 60px 30px;
}

.woocommerce
  #content
  div.product
  .rp-product__grid
  div.images
  .flex-control-thumbs {
  flex: 0 0 auto;
  max-height: 600px;
  scrollbar-width: none;
  padding: 8px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.woocommerce
  #content
  div.product
  .rp-product__grid
  div.images
  .flex-control-thumbs
  li {
  float: none;
  width: 100%;
  padding: 12px;
  outline: 1px solid transparent;
  outline-offset: -1px;
  transition: outline-color 0.2s ease-in-out;
}

.woocommerce
  #content
  div.product
  .rp-product__grid
  div.images
  .flex-control-thumbs
  li:has(.flex-active) {
  outline-color: #000;
}

.woocommerce
  #content
  div.product
  .rp-product__grid
  div.images
  .flex-control-thumbs
  li
  img {
  opacity: 1;
  width: 100px;
}

.rp-product__grid > * {
  grid-column: 1;
}

.rp-product__grid .rp-product__summary-wrapper {
  grid-column: 2;
  grid-row: 1 / span 50;
}

.rp-product__grid .rp-product__summary {
  border: 1px solid #000;
  padding: 30px 20px;
  position: sticky;
  top: 30px;
}

.rp-product__summary-header {
  border-bottom: 1px solid var(--border);
}

.rp-summary__title {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 0;
  margin-bottom: 16px;
  color: var(--primary-text);
}

.rp-summary__brand {
  font-size: 13px;
  line-height: 15px;
  color: var(--primary-text);
  margin-bottom: 10px;
  text-transform: uppercase;
}

div.product .rp-product__summary form.cart {
  margin-bottom: 0;
}

div.product .rp-product__summary form.cart table.variations {
  margin: 30px 0;
}

.rp-product__summary table.variations select,
.rp-product__summary table.variations .reset_variations {
  display: none !important;
}

.rp-product__summary table.variations tr {
  padding-bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px solid var(--border);
  display: block;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rp-product__summary table.variations tr:first-child {
  margin-top: 0;
}

.rp-product__summary table.variations th,
.rp-product__summary table.variations td {
  display: block;
  padding: 0;
  text-align: left;
  line-height: normal !important;
}

.rp-product__summary table.variations label {
  font-size: 16px;
  line-height: 19px;
  color: var(--primary-text);
  font-weight: 700;
}

.rp-variation-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.rp-variation-pill {
  padding: 9px 16px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: var(--primary-text);
  background: #fff;
  border: 1px solid var(--border);
  cursor: pointer;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}

.rp-variation-pill:hover,
.rp-variation-pill:focus {
  background-color: #fff;
  color: var(--primary-text);
}

.rp-variation-pill--active {
  background-color: #f9f9f9;
  color: var(--primary-text);
  border-color: #000;
}

.rp-variation-pill--out-of-stock span {
  opacity: 0.4;
  text-decoration: line-through;
}

.rp-variation-pill:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.rp-variation-pill:disabled:hover {
  background: none;
  color: var(--primary-text);
}

div.product.product-type-variable .rp-summary__single-price {
  display: none !important;
}

.rp-summary__options .woocommerce-variation-price,
.rp-product__summary .rp-summary__single-price {
  display: flex;
  gap: 30px;
  align-items: center;
  border-bottom: 1px solid var(--border);
  padding-bottom: 30px;
  margin-top: 30px;
}

.rp-summary__price-label {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: var(--primary-text);
}

.rp-summary__price {
  font-size: 40px;
  line-height: 47px;
  font-weight: 700;
  color: var(--primary-text);
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
  align-items: end;
}

.rp-summary__price .price {
  font-size: inherit !important;
  color: inherit !important;
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
  align-items: end;
}

.rp-summary__price del {
  font-size: 20px;
  line-height: 28px;
  opacity: 1 !important;
}

.rp-summary__options .woocommerce-variation-availability {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  border-bottom: 1px solid var(--border);
  padding-bottom: 30px;
  margin-top: 30px;
}

.rp-summary__stock-label {
  color: var(--primary-text);
}

.rp-summary__stock p.stock {
  margin-bottom: 0;
  font-size: inherit !important;
  padding-left: 18px;
  position: relative;
}

.rp-summary__stock p.stock::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 4.5px;
}

.rp-summary__stock p.in-stock {
  color: #0d8911 !important;
}

.rp-summary__stock p.in-stock::before {
  background-color: #0d8911;
}

.rp-summary__stock p.out-of-stock {
  color: #fd1a20 !important;
}

.rp-summary__stock p.out-of-stock::before {
  background-color: #fd1a20;
}

.rp-product__summary .woocommerce-variation-add-to-cart,
div.product.product-type-simple .rp-product__summary form.cart {
  margin-top: 30px;
  display: flex;
  gap: 16px;
}

div.product.product-type-simple .rp-product__summary form.cart::before,
div.product.product-type-simple .rp-product__summary form.cart::after {
  display: none;
}

.rp-product__summary .woocommerce-variation-add-to-cart .quantity,
.rp-product__summary form.cart .quantity {
  margin: 0 !important;
  float: none !important;
}

.rp-product__summary .quantity:has(> input[type="hidden"]) {
  display: none;
}

.rp-product__summary .woocommerce-variation-add-to-cart .quantity input,
.rp-product__summary form.cart .quantity input {
  width: 60px;
  height: 50px;
  text-align: center;
  border: 1px solid var(--border);
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  padding: 16px 4px;
  background-color: #fff;
}

.rp-product__summary .woocommerce-variation-add-to-cart .quantity input:focus,
.rp-product__summary form.cart .quantity input:focus {
  border-color: var(--border-hover);
}

.rp-product__summary
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button,
div.product.product-type-simple
  .rp-product__summary
  form.cart
  .single_add_to_cart_button {
  flex: 1;
  float: none;
  height: 50px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 800;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  color: #fff;
  background-color: var(--button-primary);
}

.rp-product__summary
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button.disabled,
.rp-product__summary
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button.disabled:hover,
.rp-product__summary
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button.disabled:focus {
  color: #fff;
  background-color: var(--button-primary);
}

.rp-product__summary
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button:hover,
.rp-product__summary
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button:focus,
div.product.product-type-simple
  .rp-product__summary
  form.cart
  .single_add_to_cart_button:hover,
div.product.product-type-simple
  .rp-product__summary
  form.cart
  .single_add_to_cart_button:focus {
  background-color: var(--button-primary-hover);
  color: #fff;
}

.rp-product__summary
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button
  svg,
div.product.product-type-simple
  .rp-product__summary
  form.cart
  .single_add_to_cart_button
  svg {
  width: 20px;
  height: 20px;
}

.rp-summary__wishlist {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 50px;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid var(--border);
  color: var(--primary-text);
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition:
    border-color 0.1s ease-in-out,
    color 0.1s ease-in-out,
    background-color 0.1s ease-in-out;
}

.rp-summary__wishlist:hover,
.rp-summary__wishlist:focus,
.rp-summary__wishlist.is-active {
  background-color: #fff;
  color: var(--primary-text);
  border-color: var(--border-hover);
}

.rp-summary__wishlist svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: fill 0.25s ease-in-out;
}

.rp-summary__wishlist.is-active svg {
	fill: #000;
}

.rp-summary__condition {
  display: block;
  background: none;
  border: none;
  padding: 0;
  font-size: 16px;
  line-height: 19px;
  color: var(--primary-text);
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 20px;
  transition: opacity 0.1s ease-in-out;
}

.rp-summary__condition:hover,
.rp-summary__condition:focus {
  opacity: 0.7;
  color: var(--primary-text);
  background-color: transparent;
}

.rp-product__grid .rp-card {
  margin-top: 30px;
  border: 1px solid #000;
  padding: 30px;
}

.rp-product__grid .rp-card__title {
  font-size: 36px;
  line-height: 1;
  color: var(--primary-text);
  margin-bottom: 24px;
  text-transform: uppercase;
}

.rp-card--description .rp-card__body p,
.rp-additional-info p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 26px;
  color: var(--primary-text);
}

.rp-card--description .rp-card__body > :last-child,
.rp-additional-info > :last-child {
  margin-bottom: 0;
}

.rp-product__grid .rp-card .rp-video iframe {
  height: auto;
  aspect-ratio: 16 / 9;
}

.rp-product__grid .rp-product-accordion {
  margin-top: 30px;
  border: 1px solid #000;
}

.rp-product-accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.rp-product-accordion__header::-webkit-details-marker {
  display: none;
}

.rp-product-accordion__title {
  font-size: 36px;
  line-height: 1;
  color: var(--primary-text);
  text-transform: uppercase;
}

.rp-product-accordion__icon {
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}

.rp-product-accordion__icon-plus,
.rp-product-accordion__icon-minus {
  position: absolute;
  inset: 0;
}

.rp-product-accordion__icon-minus {
  opacity: 0;
  transform: rotate(-90deg);
}

.rp-product-accordion[open]
  > .rp-product-accordion__header
  .rp-product-accordion__icon-plus {
  opacity: 0;
  transform: rotate(90deg);
}

.rp-product-accordion[open]
  > .rp-product-accordion__header
  .rp-product-accordion__icon-minus {
  opacity: 1;
  transform: rotate(0deg);
}

.rp-product-accordion__body {
  padding: 0 30px;
  overflow: hidden;
  max-height: 0;
}

.rp-product-accordion[open] > .rp-product-accordion__body {
  max-height: none;
  padding-bottom: 30px;
}

.rp-specifications {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--border);
  margin: 0;
}

.rp-specifications tr {
  border-bottom: 1px solid var(--border);
}

.rp-specifications tr:nth-child(2n + 1) {
  background-color: #f9f9f9;
}

.rp-specifications tr:nth-child(2n) {
  background-color: #fff;
}

.rp-specifications tr:last-child {
  border-bottom: none;
}

.rp-specifications th,
.rp-specifications td {
  padding: 12px 8px;
  border: none;
  font-size: 14px;
  line-height: 1.4;
}

.rp-specifications th {
  text-align: left;
  font-weight: 600;
  color: var(--primary-text);
}

.rp-specifications td {
  text-align: right;
  color: var(--primary-text);
}

.rp-specifications tr:last-child th,
.rp-specifications tr:last-child td {
  border-bottom: none;
}

.rp-delivery_info ul {
  margin: 0 0 16px 26px;
}

.rp-delivery_info ul li {
  margin-bottom: 16px;
}

.rp-delivery_info ul li:last-child {
  margin-bottom: 0;
}

.rp-product__trust {
  margin-top: 30px;
}

.rp-product__upsells,
.rp-product__crosssells {
  margin-top: 60px;
}

.rp-product__upsells .rp-product-category-hub__section,
.rp-product__crosssells .rp-product-category-hub__section {
  margin-bottom: 0;
}

.rp-product__upsells .rp-product-category-hub__heading,
.rp-product__crosssells .rp-product-category-hub__heading {
  font-size: 36px;
  line-height: 1;
  text-align: center;
  margin-bottom: 88px;
}

@media (max-width: 1024px) {
  .rp-product__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .rp-product__grid .rp-product__summary-wrapper {
    grid-column: auto;
    grid-row: auto;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .rp-product__topbar {
    padding: 20px 20px 0;
  }

  .rp-product__grid-wrapper {
    padding: 20px;
  }

  .rp-product__next-link {
    right: 20px;
  }

  .rp-product__grid {
    display: block;
  }

  .woocommerce #content div.product .rp-product__grid div.images {
    flex-direction: column;
  }

  .rp-product__gallery .woocommerce-product-gallery__trigger {
    display: block;
    top: 8px !important;
    right: 8px !important;
  }

  .woocommerce #content div.product .rp-product__grid div.images .flex-viewport,
  .woocommerce
    #content
    div.product
    .rp-product__grid
    div.images.woocommerce-product-gallery--single-image
    .woocommerce-product-gallery__wrapper {
    margin: 30px 10px 20px;
  }

  .woocommerce
    #content
    div.product
    .rp-product__grid
    div.images
    .flex-control-thumbs {
    flex-direction: row;
    overflow-x: auto hiden;
  }

  .woocommerce
    #content
    div.product
    .rp-product__grid
    div.images
    .flex-control-thumbs
    li {
    width: auto;
    flex: 0 0 auto;
    padding: 2px;
  }

  .woocommerce
    #content
    div.product
    .rp-product__grid
    div.images
    .flex-control-thumbs
    li
    img {
    width: 52px;
  }

  .rp-product-gallery__wishlist,
  .rp-product-gallery__zoom {
    display: none;
  }

  .rp-product__grid .rp-card,
  .rp-product__grid .rp-product-accordion {
    margin-top: 20px;
  }

  .rp-product__grid .rp-card,
  .rp-product__grid .rp-product__summary,
  .rp-product-accordion__header {
    padding: 24px 16px;
  }

  .rp-summary__condition {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 12px;
  }

  .rp-summary__title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 8px;
  }

  div.product .rp-product__summary form.cart table.variations {
    margin: 16px 0;
  }

  .rp-product__summary table.variations tr {
    margin-top: 16px;
    padding-bottom: 16px;
    gap: 8px;
  }

  .rp-product__summary table.variations label {
    font-size: 13px;
    line-height: 15px;
  }

  .rp-variation-pills {
    gap: 8px;
  }

  .rp-variation-pill {
    font-size: 13px;
    line-height: 15px;
    padding: 6px 12px;
  }

  .rp-summary__options .woocommerce-variation-price,
  .rp-product__summary .rp-summary__single-price,
  .rp-summary__options .woocommerce-variation-availability {
    gap: 16px;
    margin-top: 16px;
    padding-bottom: 16px;
  }

  .rp-summary__price-label {
    font-size: 13px;
    line-height: 15px;
  }

  .rp-summary__price {
    font-size: 24px;
    line-height: 28px;
    gap: 8px;
  }

  .rp-summary__price .price {
    gap: 8px;
  }

  .rp-summary__price del {
    font-size: 16px;
    line-height: 20px;
  }

  .rp-summary__options .woocommerce-variation-availability {
    font-size: 13px;
    line-height: 15px;
  }

  .rp-product__summary .woocommerce-variation-add-to-cart,
  div.product.product-type-simple .rp-product__summary form.cart {
    margin-top: 16px;
    gap: 8px;
    flex-wrap: wrap;
  }

  .rp-summary__wishlist {
    width: 100%;
  }

  .rp-product__summary .woocommerce-variation-add-to-cart .quantity input,
  .rp-product__summary form.cart .quantity input {
    height: 40px;
    width: 50px;
    padding: 8px 4px;
  }

  .rp-product__summary
    .single_variation_wrap
    .woocommerce-variation-add-to-cart
    .single_add_to_cart_button,
  div.product.product-type-simple
    .rp-product__summary
    form.cart
    .single_add_to_cart_button,
  .rp-summary__wishlist {
    font-size: 16px;
    line-height: 20px;
    padding: 6px 8px;
    height: 40px;
    gap: 4px;
  }

  .rp-product__summary
    .single_variation_wrap
    .woocommerce-variation-add-to-cart
    .single_add_to_cart_button
    svg,
  div.product.product-type-simple
    .rp-product__summary
    form.cart
    .single_add_to_cart_button
    svg,
  .rp-summary__wishlist svg {
    width: 16px;
    height: 16px;
  }

  .rp-product__grid .rp-card__title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .rp-card--description .rp-card__body p,
  .rp-additional-info p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .rp-product-accordion__title {
    font-size: 20px;
  }

  .rp-product-accordion__icon,
  .rp-product-accordion__icon-plus,
  .rp-product-accordion__icon-minus {
    width: 20px;
    height: 20px;
  }

  .rp-product-accordion__body {
    padding: 0 16px;
  }

  .rp-product-accordion[open] > .rp-product-accordion__body {
    padding-bottom: 24px;
  }

  .rp-specifications th,
  .rp-specifications td {
    font-size: 13px;
    line-height: 19px;
    padding: 6px 4px;
  }

  .rp-product__trust {
    margin-top: 20px;
  }

  .rp-delivery_info ul {
    margin: 0 0 8px 20px;
  }

  .rp-delivery_info ul li {
    margin-bottom: 8px;
  }

  .rp-product__upsells,
  .rp-product__crosssells {
    margin-top: 40px;
  }

  .rp-product__upsells .rp-product-category-hub__heading,
  .rp-product__crosssells .rp-product-category-hub__heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/* Modal */
.rp-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s,
    visibility 0.2s;
}

.rp-modal--open {
  opacity: 1;
  visibility: visible;
}

.rp-modal__dialog {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 750px;
  max-height: 85vh;
  display: flex;
}

.rp-modal__inner-wrapper {
  overflow-y: auto;
  padding: 48px 30px;
  position: relative;
  width: 100%;
}

.rp-modal__header {
  margin-bottom: 24px;
  padding: 0 68px;
}

.rp-modal__header h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  color: var(--primary-text);
  text-align: center;
  margin: 0;
}

.rp-modal__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  width: 38px;
  height: 38px;
  color: var(--primary-text);
  background-color: transparent;
  position: absolute;
  top: 30px;
  right: 30px;
}

.rp-modal__close:hover,
.rp-modal__close:focus {
  color: var(--primary-text);
  background-color: transparent;
}

body.rp-modal-open {
  overflow: hidden;
}

.rp-modal__body ul,
.rp-modal__body ol {
  margin: 0 0 8px 22px;
}

.rp-modal__body ul li,
.rp-modal__body ol li {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .rp-modal__inner-wrapper {
    padding: 32px 16px;
  }

  .rp-modal__header {
    margin-bottom: 16px;
    padding: 0 44px;
  }

  .rp-modal__close {
    top: 16px;
    right: 16px;
  }

  .rp-modal__close,
  .rp-modal__close svg {  
    width: 28px;
    height: 28px;
  }

  .rp-modal__header h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

/* WooCommerce notices */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  outline: 1px solid #000 !important;
  outline-offset: -1px;
  border-top: none !important;
  padding: 16px 20px !important;
  margin: 0 0 30px 0 !important;
  background-color: #fff !important;
  color: var(--primary-text) !important;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none !important;
  border-radius: 0 !important;
  position: relative;
  outline: none;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
  content: "" !important;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  height: 3px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-message::before {
  background-color: #0d8911 !important;
}

.woocommerce-info::before {
  background-color: var(--primary-text) !important;
}

.woocommerce-error::before {
  background-color: #fd1a20 !important;
}

.woocommerce-message::after,
.woocommerce-info::after,
.woocommerce-error::after {
  display: none;
}

.woocommerce-message a.button,
.woocommerce-info a.button,
.woocommerce-error a.button {
  order: 2;
  margin-left: auto;
  padding: 8px 16px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  color: #fff;
  background-color: var(--button-primary);
  border: none;
  border-radius: 0;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.15s ease;
}

.woocommerce-message a.button:hover,
.woocommerce-message a.button:focus,
.woocommerce-info a.button:hover,
.woocommerce-info a.button:focus,
.woocommerce-error a.button:hover,
.woocommerce-error a.button:focus {
  background-color: var(--button-primary-hover);
  color: #fff;
}

ul.woocommerce-error {
  flex-direction: column;
  padding: 0 !important;
}

ul.woocommerce-error:after {
  display: none;
}

ul.woocommerce-error li {
  list-style: none !important;
  padding: 16px 20px !important;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}

ul.woocommerce-error li + li {
  border-top: 1px solid var(--border);
}

@media (max-width: 768px) {
  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error {
    font-size: 14px;
    padding: 14px 16px !important;
    flex-wrap: wrap;
    margin-bottom: 20px !important;
  }

  ul.woocommerce-error {
    padding: 0;
  }

  .woocommerce-message a.button,
  .woocommerce-info a.button,
  .woocommerce-error a.button {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }

  ul.woocommerce-error li {
    padding: 14px 16px !important;
    flex-wrap: wrap;
  }
}

/* My account */
.rp-login {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rp-login p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

.rp-login__col--login {
  padding-right: 40px;
}

.rp-login__col--register {
  border-left: 1px solid var(--border);
  padding-left: 40px;
}

.rp-login h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: var(--primary-text);
  margin-bottom: 30px;
}

.rp-login form.login,
.rp-login form.register {
  margin: 0;
  padding: 0;
  border: none;
}

.rp-login form .form-row {
  padding: 0;
  margin-bottom: 16px;
}

.rp-login form .remember_me {
  margin-top: -4px;
  line-height: 0;
}

.rp-login form p.lost_password,
.rp-login form p.form-row.newsletter_checkbox {
  margin-top: 30px;
  margin-bottom: 16px;
  line-height: 0;
}

.rp-login form .form-row label {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: var(--primary-text);
  margin-bottom: 8px;
}

.rp-login form .form-row .required {
  color: var(--primary-text);
}

.rp-login form .form-row .input-text,
.rp-login form .form-row select {
  font-size: 18px;
  line-height: 24px;
  padding: 12px 20px;
  border: 1px solid var(--border);
  border-radius: 0;
}

.rp-login form .form-row .input-text:focus,
.rp-login form .form-row select:focus {
  border-color: var(--border-color);
}

.rp-login form .form-row.login_submit,
.rp-login form .form-row.register_submit {
  margin-bottom: 0;
}

.rp-login form .form-row label.woocommerce-form__label-for-checkbox,
.rp-login form .form-row.newsletter_checkbox label {
  margin-bottom: 0;
  display: inline-flex;
  align-items: flex-start;
}

.rp-login form .form-row .woocommerce-form__input-checkbox,
.rp-login form .form-row.newsletter_checkbox input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin: 2px 10px 0 0;
}

.rp-login form .form-row.newsletter_checkbox label span.optional {
  display: none;
}

.rp-login form p.lost_password a {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: var(--primary-text);
}

.rp-login form p.lost_password a:hover, 
.rp-login form p.lost_passworda:focus, 
.rp-login form p.lost_passworda:active {
  color: var(--accent);
}

.rp-login form button[type="submit"] {
  border: none;
  border-radius: 0;
  padding: 11px 24px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #000;
}

.rp-login form button[type="submit"]:hover {
  background-color: #000;
  color: #fff;
}

.rp-login form button[type="submit"]:disabled {
  background-color: #000 !important;
  color: #fff !important;
  padding: 11px 24px !important;
}

.rp-login .woocommerce-privacy-policy-text {
  margin-bottom: 16px;
}

.rp-login .woocommerce-privacy-policy-text p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: var(--primary-text);
}

.rp-login .woocommerce-password-strength {
  font-size: 16px;
}

@media (max-width: 768px) {
  .rp-login {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .rp-login p {
    font-size: 14px;
    line-height: 20px;
  }

  .rp-login h2 {
    margin-bottom: 20px;
  }

  .rp-login__col--login {
    padding: 0;
    padding-bottom: 30px;
  }

  .rp-login__col--register {
    padding: 0;
    padding-top: 30px;
    border: none;
    border-top: 1px solid var(--border);
  }

  .rp-login form .form-row label {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 4px;
  }

  .rp-login form .form-row .input-text,
  .rp-login form .form-row select {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px;
  }

  .rp-login form p.lost_password,
  .rp-login form p.form-row.newsletter_checkbox {
    margin-top: 20px;
  }

  .rp-login form .form-row .woocommerce-form__input-checkbox,
  .rp-login form .form-row.newsletter_checkbox input[type="checkbox"] {
    margin-top: 1.5px;
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }

  .rp-login form button[type="submit"] {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 20px;
  }
  
  .rp-login form button[type="submit"]:disabled {
    padding: 8px 20px !important;
  }

  .rp-login form p.lost_password a {
    font-size: 13px;
    line-height: 15px;
  }

  .rp-login form .show-password-input::before {
    width: 18px;
    height: 18px;
  }

  .rp-login .woocommerce-password-strength {
    font-size: 13px;
  }
}

.woocommerce-account .entry-content > .woocommerce:has(.woocommerce-MyAccount-content)  {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.woocommerce-account .entry-content > .woocommerce::before,
.woocommerce-account .entry-content > .woocommerce::after {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  float: none;
  padding-right: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  float: none;
  grid-column: span 2;
  padding-left: 30px;
  border-left: 1px solid var(--border);
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
  padding: 16px 18px;
  line-height: 0;
}

.woocommerce-MyAccount-navigation ul li a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  color: var(--primary-text);
}

.woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--primary-text);
  text-decoration: underline;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 700;
}

.woocommerce-MyAccount-navigation ul li.is-active a:hover {
  text-decoration: none;
}

.woocommerce-MyAccount-content form p.form-row {
  width: 100%;
  float: none;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--border);
}

.woocommerce-MyAccount-content form p.form-row:last-child {
  border-bottom: none;
}

.woocommerce-MyAccount-content form p.form-row::before,
.woocommerce-MyAccount-content form p.form-row::after {
  display: none;
}

.woocommerce-MyAccount-content form p.form-row span#account_display_name_description {
  display: none;
}

.woocommerce-MyAccount-content form .form-row .input-text, 
.woocommerce-MyAccount-content form .form-row select,
.woocommerce-MyAccount-content form p.form-row .password-input,
.woocommerce-MyAccount-content form p.form-row .woocommerce-input-wrapper {
  width: auto;
  flex-grow: 1;
}

.woocommerce-MyAccount-content form p.form-row .woocommerce-input-wrapper .input-text {
  width: 100%;
}

.woocommerce-MyAccount-content form .form-row label {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: var(--primary-text);
  width: 40%;
  padding: 20px 0;
}

.woocommerce-MyAccount-content form .form-row .input-text, 
.woocommerce-MyAccount-content form .form-row select {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  padding: 20px 0;
  border-radius: 0;
  border: none;
}

.woocommerce-MyAccount-content form fieldset {
  margin-top: 40px;
}

.woocommerce-MyAccount-content form fieldset legend,
.woocommerce-MyAccount-content h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: var(--primary-text);
  margin-bottom: 16px;
}

.woocommerce-MyAccount-content form button[type="submit"] {
  margin: 16px 0 0;
  border: none;
  border-radius: 0;
  padding: 11px 24px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #000;
}

.woocommerce-MyAccount-content form button[type="submit"]:hover {
  background-color: #000;
  color: #fff;
}

.woocommerce-MyAccount-content form button[type="submit"]:disabled {
  background-color: #000 !important;
  color: #fff !important;
  padding: 11px 24px !important;
}

.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content address,
.woocommerce-MyAccount-content .addresses .title .edit {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
  color: var(--primary-text);
}

.woocommerce-MyAccount-content .addresses .title .edit {
  float: none;
}

.woocommerce-MyAccount-content .select2-container .select2-selection {
  border-radius: 0;
  border: none;
}

.woocommerce-MyAccount-content .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 18px 0;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}

.woocommerce-account .select2-container--open .select2-dropdown--below,
.woocommerce-account .select2-container--open .select2-dropdown--above {
  border-radius: 0;
  border: 1px solid var(--border);
}

.woocommerce-account .select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce-account .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--primary);
}

.woocommerce-account .select2-results__option,
.woocommerce-account .select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 16px;
  line-height: 19px;
  padding: 8px 12px;
}

.woocommerce-MyAccount-content table.my_account_orders {
  border-radius: 0;
  border: none;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 19px;
}

.woocommerce-MyAccount-content table.my_account_orders thead {
  display: none;
}

.woocommerce-MyAccount-content table.my_account_orders tr {
  border-bottom: 1px solid var(--border);
}

.woocommerce-MyAccount-content table.my_account_orders tr:last-child {
  border-bottom: none;
}

.woocommerce-MyAccount-content table.my_account_orders tr > *:first-child {
  padding-left: 0;
}

.woocommerce-MyAccount-content table.my_account_orders tr > *:last-child {
  padding-right: 0;
  text-align: end;
}

.woocommerce-MyAccount-content table.my_account_orders th,
.woocommerce-MyAccount-content table.my_account_orders td {
  border: none !important;
  padding: 20px 8px;
}

.woocommerce-MyAccount-content table.my_account_orders a {
  color: var(--primary-text) !important;
}

.woocommerce-MyAccount-content table.my_account_orders a:hover {
  color: var(--accent) !important;
}

.woocommerce-MyAccount-content table.my_account_orders .button {
  padding: 0;
  background: transparent;
  color: var(--primary-text);
}

.woocommerce-MyAccount-content table.my_account_orders .button:hover {
  color: var(--primary-text);
  text-decoration: underline;
}

.woocommerce-MyAccount-content table.shop_table {
  border-radius: 0;
}

.woocommerce-MyAccount-content table.shop_table th,
.woocommerce-MyAccount-content table.shop_table td {
  font-size: 16px;
  line-height: 19px;
}

.woocommerce-MyAccount-content .woocommerce-customer-details address {
  border-radius: 0;
  border: 1px solid var(--border);
}

@media (max-width: 768px) {
  .woocommerce-account .entry-content > .woocommerce:has(.woocommerce-MyAccount-content) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 0;
    padding-bottom: 30px;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 0;
    border: 0;
    padding-top: 30px;
    border-top: 1px solid var(--border);
  }

  .woocommerce-MyAccount-navigation ul li {
    padding: 8px 0;
  }

  .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    line-height: 20px;
  }

  .woocommerce-MyAccount-content form p.form-row {
    display: block;
    border: none;
    margin-bottom: 16px;
  }

  .woocommerce-MyAccount-content form p.form-row:last-child {
    margin-bottom: 0;
  }

  .woocommerce-MyAccount-content form .form-row label {
    width: 100%;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 4px;
    padding: 0;
  }

  .woocommerce-MyAccount-content form .form-row .input-text,
  .woocommerce-MyAccount-content form .form-row select,
  .woocommerce-MyAccount-content .select2-container .select2-selection--single .select2-selection__rendered {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px;
    border: 1px solid var(--border);
  }

  .woocommerce-MyAccount-content form fieldset {
    margin-top: 30px;
  }

  .woocommerce-MyAccount-content form fieldset legend,
  .woocommerce-MyAccount-content h2 {
    margin-bottom: 20px;
  }

  .woocommerce-MyAccount-content form button[type="submit"] {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 20px;
  }

  .woocommerce-MyAccount-content form .show-password-input::before {
    width: 18px;
    height: 18px;
  }

  .woocommerce-MyAccount-content p,
  .woocommerce-MyAccount-content address,
  .woocommerce-MyAccount-content .addresses .title .edit,
  .woocommerce-MyAccount-content table.shop_table th,
  .woocommerce-MyAccount-content table.shop_table td {
    font-size: 13px;
    line-height: 18px;
  }

  .woocommerce-MyAccount-content table.shop_table th,
  .woocommerce-MyAccount-content table.shop_table td {
    padding: 4px 8px;
  }

  .woocommerce-MyAccount-content .select2-container .select2-selection {
    border: 1px solid var(--border);
  }

  .woocommerce-MyAccount-content .select2-container .select2-selection--single .select2-selection__rendered {
    border: none;
  }

  .woocommerce-account .select2-results__option,
  .woocommerce-account .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px;
  }

  .woocommerce-MyAccount-content table.my_account_orders th,
  .woocommerce-MyAccount-content table.my_account_orders td {
    padding: 4px 0;
  }

  .woocommerce-MyAccount-content table.my_account_orders tr {
    padding: 12px 0;
  }

  .woocommerce-MyAccount-content table.my_account_orders tr:first-child {
    padding-top: 0;
  }

  .woocommerce-MyAccount-content table.my_account_orders tr:last-child {
    padding-bottom: 0;
  }

  .woocommerce-MyAccount-content table.my_account_orders tr > *:last-child {
    padding-right: 8px;
  }

  .woocommerce-MyAccount-content table.my_account_orders tr:nth-child(2n) td {
    background-color: transparent;
  }
}

/* ── My Account wishlist grid ── */
.woocommerce-MyAccount-content .rps-wishlist__grid > div {
  width: 33.333%;
}

.woocommerce-MyAccount-content .rps-wishlist__grid > div:nth-child(-n+3) .rps-product-card {
  border-top: 1px solid var(--border, #CCCCCC);
}

@media (max-width: 1024px) {
  .woocommerce-MyAccount-content .rps-wishlist__grid > div {
    width: 50%;
  }

  .woocommerce-MyAccount-content .rps-wishlist__grid > div:nth-child(-n+3) .rps-product-card {
    border-top: none;
  }

  .woocommerce-MyAccount-content .rps-wishlist__grid > div:nth-child(-n+2) .rps-product-card {
    border-top: 1px solid var(--border, #CCCCCC);
  }
}

/* Cart */
.woocommerce-cart .entry-content .alignwide,
.woocommerce-checkout .entry-content .alignwide {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .woocommerce-cart .entry-content .alignwide,
  .woocommerce-checkout .entry-content .alignwide {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
}

/* About us & help page */
.about-us--list {
  margin: 0;
  list-style: none;
}

.about-us--list li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 8px;
}

.about-us--list li:last-child {
  margin-bottom: 0;
}

.full-top-border {
  position: relative;
}

.full-top-border::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 60px);
  height: 1px;
  background-color: #E5E7EB;
  top: 0;
  left: -30px;
  right: -30px;
}

@media (max-width: 768px) {
  .about-us--list li {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 4px;
  }

  .full-top-border::before {
    width: calc(100% + 40px);
    left: -20px;
    right: -20px;
  }
}

body.page.one-container.left-sidebar .site-main,
body.page.one-container.both-left .site-main {
  margin-left: 20px;
}