/* Consolidated from store(237).css. Conservative cascade-preserving cleanup: comments/whitespace removed, same-rule overrides removed, earlier exact-selector/property overrides removed. */
:root {
  --rv-store-rose: #c6426e;
  --rv-store-rose-2: #cc547c;
  --rv-store-plum: #642b73;
  --rv-store-wine: #7b234d;
  --rv-store-ink: #18202a;
  --rv-store-ink-soft: #283342;
  --rv-store-muted: #6f7884;
  --rv-store-muted-2: #9199a4;
  --rv-store-hero: #fff1f7;
  --rv-store-white: #ffffff;
  --rv-store-field: #ffffff;
  --rv-store-media: #f5f6f8;
  --rv-store-border: rgba(24, 32, 42, 0.085);
  --rv-store-border-light: rgba(255, 255, 255, 0.86);
  --rv-store-border-rose: rgba(198, 66, 110, 0.28);
  --rv-store-shadow-page: 0 22px 60px rgba(70, 18, 43, 0.10);
  --rv-store-shadow-hero: 0 20px 46px rgba(70,18,43,0.12),inset 0 1px 0 rgba(255,255,255,0.88);
  --rv-store-shadow-panel: 0 14px 34px rgba(23,32,42,0.075),inset 0 1px 0 rgba(255,255,255,0.90);
  --rv-store-shadow-card: 0 10px 24px rgba(23,32,42,0.062),inset 0 1px 0 rgba(255,255,255,0.96);
  --rv-store-shadow-card-hover: 0 18px 42px rgba(70,18,43,0.125),0 8px 20px rgba(198,66,110,0.085);
  --rv-store-radius-hero: 24px;
  --rv-store-radius-panel: 18px;
  --rv-store-radius-card: 16px;
  --rv-store-radius-field: 12px;
  --rv-store-focus: 0 0 0 3px rgba(198,66,110,0.18),0 0 0 6px rgba(255,255,255,0.75);
}

.rv-store-page,.rv-product-page,.rv-wishlist-page,.rv-orders-page,.rv-order-page {
  min-height: auto;
  color: var(--rv-store-ink);
  font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.rv-store-page a,.rv-product-page a,.rv-wishlist-page a,.rv-orders-page a,.rv-order-page a {
  text-decoration: none;
}

.rv-store-page-shell {
  position: relative;
}

.rv-store-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(115deg,transparent 46%,rgba(255,255,255,0.26) 47%,transparent 49%),radial-gradient(circle at 73% 67%,rgba(198,66,110,0.10),transparent 18rem);
  opacity: 0.86;
}

.rv-store-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 1.7 / 1;
}

.rv-store-title {
  margin: 0;
  color: var(--rv-store-ink);
  font-size: clamp(58px, 5.7vw, 86px);
  font-weight: 950;
  letter-spacing: -0.071em;
  line-height: 0.95;
  white-space: nowrap;
  text-shadow: 0 12px 34px rgba(198, 66, 110, 0.085);
}

.rv-store-hero__mark::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}

.rv-store-search:focus,.rv-store-filter:focus,.rv-store-sort:focus {
  border-color: rgba(198, 66, 110, 0.42);
  background: #fff;
  box-shadow: var(--rv-store-focus);
}

.rv-store-filter-empty {
  margin: 14px 0 18px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: var(--rv-store-radius-panel);
  color: var(--rv-store-ink);
  background: rgba(255, 255, 255, 0.80);
  box-shadow: var(--rv-store-shadow-panel);
}

.rv-product-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(var(--rv-product-image-zoom, 1.001));
  transition: transform 420ms ease,filter 420ms ease;
}

.rv-product-card:hover .rv-product-card__image {
  transform: scale(calc(var(--rv-product-image-zoom, 1.001) * 1.03));
  filter: saturate(1.04) contrast(1.015);
}

.rv-store-badge--accent {
  background: linear-gradient(135deg, var(--rv-store-plum), var(--rv-store-rose));
}

.rv-product-card__title a {
  color: inherit;
  text-decoration: none;
}

.rv-product-stock.is-low {
  color: #945f00;
}

.rv-product-stock.is-out {
  color: #9e2444;
}

.rv-product-stock.is-in {
  color: #18794e;
}

.rv-product-card__excerpt {
  display: none;
}

.rv-store-price--sale {
  display: inline-flex;
  gap: 8px;
  align-items: baseline;
}

.rv-store-price__regular {
  color: rgba(36, 48, 59, 0.38);
  font-size: 13px;
  text-decoration: line-through;
}

.rv-store-button,.rv-add-to-cart,.rv-wishlist-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(198, 66, 110, 0.32);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--rv-store-plum), var(--rv-store-rose), var(--rv-store-rose-2));
  color: #fff !important;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: 0 11px 24px rgba(198, 66, 110, 0.18);
  transition: transform 180ms ease,box-shadow 180ms ease,filter 180ms ease,opacity 180ms ease;
}

.rv-store-button--outline,.rv-product-card__button {
  width: 100%;
  border-color: rgba(198, 66, 110, 0.30);
  background: #fff;
  color: var(--rv-store-ink) !important;
  box-shadow: none;
}

.rv-store-button:hover,.rv-add-to-cart:hover,.rv-wishlist-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 16px 34px rgba(198, 66, 110, 0.22);
}

.rv-store-button--outline:hover,.rv-product-card__button:hover {
  background: rgba(198, 66, 110, 0.055);
}

.rv-store-button:focus-visible,.rv-add-to-cart:focus-visible,.rv-wishlist-button:focus-visible,.rv-product-card__wish:focus-visible {
  outline: none;
  box-shadow: var(--rv-store-focus);
}

.rv-store-button[disabled],.rv-add-to-cart[disabled] {
  cursor: not-allowed;
  opacity: 0.48;
  transform: none;
}

.rv-product-card.is-sold-out .rv-product-card__media {
  opacity: 0.96;
}

.rv-product-card.is-sold-out .rv-product-card__image,.rv-product-card.is-sold-out .rv-product-card__placeholder {
  filter: saturate(0.96);
}

.rv-product-detail__media,.rv-product-detail__body {
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: var(--rv-store-radius-hero);
  background: #fff;
  box-shadow: var(--rv-store-shadow-panel);
  overflow: hidden;
}

.rv-product-detail__media {
  display: grid;
  place-items: center;
  min-height: 500px;
  background: var(--rv-store-media);
}

.rv-product-detail__media img,.rv-product-detail__media .rv-product-card__placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
}

.rv-product-detail__body {
  position: sticky;
  top: 32px;
  display: grid;
  gap: 18px;
  padding: clamp(26px, 4vw, 42px);
}

.rv-product-detail__back {
  width: fit-content;
  color: var(--rv-store-muted);
  font-size: 13px;
  font-weight: 760;
}

.rv-product-detail__back:hover {
  color: var(--rv-store-rose);
}

.rv-product-detail__title {
  margin: 0;
  color: var(--rv-store-ink);
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.96;
}

.rv-product-detail__price {
  margin: 0;
  font-size: 24px;
}

.rv-product-detail__copy {
  color: var(--rv-store-muted);
  font-size: 15px;
  line-height: 1.7;
}

.rv-store-add-cart {
  display: grid;
  gap: 14px;
}

.rv-store-field {
  display: grid;
  gap: 8px;
  color: var(--rv-store-muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.rv-store-add-cart select,.rv-store-add-cart input[type="number"] {
  width: 100%;
  min-height: 50px;
  padding: 0 15px;
  border: 1px solid rgba(24, 32, 42, 0.10);
  border-radius: 12px;
  background: #fff;
  color: var(--rv-store-ink);
  font: inherit;
  font-weight: 680;
  outline: none;
}

.rv-store-add-cart select:focus,.rv-store-add-cart input[type="number"]:focus {
  border-color: rgba(198, 66, 110, 0.42);
  box-shadow: var(--rv-store-focus);
}

.rv-store-empty {
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: var(--rv-store-radius-panel);
  background: rgba(255, 255, 255, 0.86);
  color: var(--rv-store-ink);
  text-align: center;
  box-shadow: var(--rv-store-shadow-panel);
  backdrop-filter: blur(12px);
}

.rv-store-toast-region {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99999;
  display: grid;
  gap: 10px;
  width: min(360px, calc(100vw - 36px));
  pointer-events: none;
}

.rv-store-toast {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--rv-store-ink);
  font-size: 13px;
  font-weight: 740;
  line-height: 1.45;
  box-shadow: 0 18px 55px rgba(48, 16, 30, 0.20);
  backdrop-filter: blur(14px);
  opacity: 0;
  transform: translateY(8px);
  animation: rvStoreToastIn 220ms ease forwards;
}

.rv-store-toast.is-error {
  border-color: rgba(158, 36, 68, 0.30);
}

.rv-store-toast.is-success {
  border-color: rgba(24, 121, 78, 0.30);
}

.rv-store-toast.is-leaving {
  animation: rvStoreToastOut 180ms ease forwards;
}

@keyframes rvStoreToastIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes rvStoreToastOut {
  to {
    opacity: 0;
    transform: translateY(8px);
  }
}

.rv-product-card__badges {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  pointer-events: none;
}

.rv-product-card__headline {
  display: grid;
}

.rv-product-stock {
  color: var(--rv-store-rose);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: none;
}

.rv-product-card__meta {
  display: block;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 0;
}

.rv-product-card__wish {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(24, 32, 42, 0.76);
  cursor: pointer;
  font: inherit;
  font-size: 24px;
  line-height: 1;
  box-shadow: none;
  transition: transform 160ms ease,color 160ms ease,border-color 160ms ease,box-shadow 160ms ease;
  position: absolute;
  top: 0;
  right: 13px;
  z-index: 6;
  transform: translateY(-2px);
}

.rv-product-card__wish:hover,.rv-product-card__wish.is-active {
  color: var(--rv-store-rose);
  border-color: rgba(198, 66, 110, 0.30);
  transform: translateY(-2px);
  box-shadow: none;
  border: 0;
  background: transparent;
}

.rv-product-card .rv-product-card__button,.rv-product-card .rv-store-button--outline {
  transition: border-color 180ms ease,background-color 180ms ease,color 180ms ease,box-shadow 180ms ease,opacity 180ms ease;
}

.rv-product-card .rv-product-card__button:hover,.rv-product-card .rv-product-card__button:focus-visible,.rv-product-card .rv-store-button--outline:hover,.rv-product-card .rv-store-button--outline:focus-visible {
  transform: none;
  filter: none;
  box-shadow: none;
  border-color: rgba(198, 66, 110, 0.42);
  background: rgba(198, 66, 110, 0.052);
  color: var(--rv-store-ink) !important;
}

.rv-product-card .rv-product-card__button:active,.rv-product-card .rv-store-button--outline:active {
  transform: none;
  filter: none;
  box-shadow: none;
}

.rv-product-card__wish:hover,.rv-product-card__wish:focus-visible,.rv-product-card__wish.is-active {
  color: var(--rv-store-rose);
}

@media (prefers-reduced-motion: reduce) {
  .rv-product-card,.rv-product-card__image,.rv-product-card__wish,.rv-store-button,.rv-add-to-cart,.rv-wishlist-button,.rv-store-toast {
    transition: none !important;
    animation: none !important;
  }

  .rv-product-card .rv-product-card__button,.rv-product-card .rv-store-button--outline,.rv-product-card__wish {
    transition: none !important;
  }
}

.rv-product-card:hover,.rv-product-card:focus-within {
  border-color: rgba(198, 66, 110, 0.18);
  box-shadow: 0 13px 30px rgba(23,32,42,0.072),0 6px 16px rgba(198,66,110,0.055);
  transform: translateY(-3px);
}

.rv-product-card__title {
  margin: 0;
  color: var(--rv-store-ink);
  font-size: 16px;
  font-weight: 890;
  letter-spacing: -0.025em;
  line-height: 1.16;
}

.rv-store-price {
  color: var(--rv-store-rose);
  font-size: 16px;
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.18;
}

.rv-product-card__badges,.rv-product-card__badges--top {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 48px;
  bottom: auto;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  pointer-events: none;
}

.rv-product-card__badges--bottom {
  top: auto;
  right: auto;
  bottom: 16px;
  left: 10px;
  z-index: 5;
}

.rv-store-badge {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 7px;
  border-radius: 5px;
  background: linear-gradient(135deg, var(--rv-store-rose), var(--rv-store-rose-2));
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.045em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(198, 66, 110, 0.13);
}

.rv-store-badge--muted {
  margin-left: 0;
  background: rgba(36, 31, 38, 0.72);
  color: rgba(255, 255, 255, 0.90);
  box-shadow: 0 3px 8px rgba(24, 32, 42, 0.07);
}

.rv-product-card__wish,.rv-product-card__wish:hover,.rv-product-card__wish:focus-visible,.rv-product-card__wish.is-active {
  transform: translateY(-2px);
  border: 0;
  background: transparent;
  box-shadow: none;
  top: -1px;
  right: 10px;
  width: 32px;
  height: 29px;
  font-size: 22px;
}

@media (min-width: 1380px) {
  .rv-store-grid {
    grid-template-columns: repeat(auto-fit, minmax(276px, 304px));
    gap: 20px;
  }
}

@media (max-width: 1280px) {
  .rv-store-grid {
    grid-template-columns: repeat(auto-fit, minmax(272px, 304px));
    justify-content: center;
    gap: 18px;
  }
}

.rv-product-detail {
  width: min(1260px, calc(100% - 40px));
  margin: clamp(30px, 4vw, 58px) auto clamp(54px, 6vw, 92px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.72fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
}

@media (min-width: 1500px) {
  .rv-store {
    width: min(1600px, calc(100% - 40px));
  }

  .rv-store-grid {
    grid-template-columns: repeat(auto-fit, minmax(288px, 318px));
    gap: 19px;
  }
}

@media (max-width: 1380px) {
  .rv-store {
    width: min(100% - 36px, 1560px);
  }

  .rv-store-grid {
    grid-template-columns: repeat(auto-fit, minmax(276px, 306px));
    gap: 18px;
  }
}

.rv-store-toolbar,.rv-store-hero,.rv-store-grid {
  width: 100%;
}

.rv-store {
  width: min(1640px, calc(100% - 28px));
  margin: clamp(18px, 2.15vw, 30px) auto clamp(48px, 5vw, 78px);
}

.rv-store-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--rv-store-border-light);
  border-radius: 22px;
  background: radial-gradient(circle at 86% 27%,rgba(198,66,110,0.13),transparent 24rem),radial-gradient(circle at 11% 0%,rgba(255,255,255,0.90),transparent 30rem),linear-gradient(135deg,#fffafd 0%,#fde7f0 100%);
  box-shadow: var(--rv-store-shadow-hero);
  backdrop-filter: blur(16px);
}

.rv-store-hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  max-width: 920px;
}

.rv-store-eyebrow {
  width: fit-content;
  margin: 0;
  color: var(--rv-store-rose);
  font-size: 14px;
  font-weight: 860;
  line-height: 1;
}

.rv-store-subtitle {
  max-width: 760px;
  margin: 0;
  color: var(--rv-store-muted);
  font-size: clamp(16px, 1.28vw, 19px);
  font-weight: 640;
  letter-spacing: -0.012em;
  line-height: 1.38;
}

.rv-store-proof-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rv-store-proof-points span {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 8px;
  align-items: center;
  min-width: 138px;
  min-height: 42px;
  padding: 7px 11px;
  border: 1px solid rgba(198, 66, 110, 0.10);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 7px 16px rgba(70, 18, 43, 0.045);
}

.rv-store-proof-points span::before {
  content: "";
  grid-row: 1 / span 2;
}

.rv-store-proof-points strong {
  color: var(--rv-store-ink-soft);
  font-size: 11.5px;
  font-weight: 850;
  line-height: 1.04;
}

.rv-store-proof-points small {
  color: var(--rv-store-muted);
  font-size: 9.5px;
  font-weight: 650;
  line-height: 1.08;
}

.rv-store-hero__mark {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  font-weight: 950;
  text-shadow: 0 1px 0 rgba(255,255,255,0.36),0 28px 80px rgba(198,66,110,0.15);
}

.rv-product-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 0;
  border: 1px solid rgba(24, 32, 42, 0.075);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(23, 32, 42, 0.045);
  transform: translateY(0);
  width: 100%;
  max-width: none;
  min-width: 0;
}

.rv-product-card__media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 0.56;
  overflow: hidden;
  margin: 7px 7px 0;
  border-radius: 9px;
  background: #f6f7f9;
}

.rv-product-card__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 146px;
  color: rgba(198, 66, 110, 0.20);
  font-size: clamp(58px, 5.4vw, 92px);
  font-weight: 950;
  letter-spacing: -0.09em;
  background: radial-gradient(circle at 50% 18%,rgba(255,255,255,0.86),transparent 15rem),linear-gradient(180deg,#fbfbfc 0%,#f2f3f5 100%);
}

.rv-product-card__body {
  display: grid;
  grid-template-rows: auto auto auto;
}

.rv-product-card__button {
  align-self: end;
  min-height: 35px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0;
}

@media (max-width: 1240px) {
  .rv-store-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
  }
}

@media (max-width: 900px) {
  .rv-store-title {
    white-space: normal;
  }

  .rv-product-detail {
    grid-template-columns: 1fr;
    width: min(100% - 42px, 1220px);
  }

  .rv-product-detail__body {
    position: relative;
    top: auto;
  }

  .rv-store {
    width: min(100% - 30px, 1620px);
  }

  .rv-store,.rv-product-detail {
    width: min(100% - 30px, 1640px);
  }

  .rv-store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    gap: 16px;
  }
}

.rv-store-search-wrap,.rv-store-select-wrap,.rv-store-sort-label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.rv-store-search-icon {
  position: absolute;
  left: 15px;
  z-index: 2;
  color: var(--rv-store-muted-2);
  pointer-events: none;
  font-size: 16px;
  line-height: 1;
  display: none !important;
}

.rv-store-search::-webkit-search-decoration,.rv-store-search::-webkit-search-cancel-button,.rv-store-search::-webkit-search-results-button,.rv-store-search::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
}

.rv-store-search-wrap::before,.rv-store-search-wrap::after {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.rv-store-search,.rv-store-filter,.rv-store-sort {
  width: 100%;
  min-height: 42px !important;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 999px !important;
  background: var(--rv-store-field);
  color: var(--rv-store-ink);
  font: inherit;
  font-size: 13.5px;
  font-weight: 640;
  outline: none;
  box-shadow: 0 8px 20px rgba(23,32,42,0.040),inset 0 1px 0 rgba(255,255,255,0.98);
  transition: border-color 180ms ease,box-shadow 180ms ease,background-color 180ms ease,color 180ms ease;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.965) !important;
}

.rv-store-search {
  padding: 0 18px 0 58px !important;
  padding-left: 44px;
  -webkit-appearance: none;
  appearance: none;
  background-image: none !important;
  background-repeat: no-repeat !important;
  outline: none !important;
  font-size: 13.25px;
  font-weight: 540;
  letter-spacing: -0.01em;
  line-height: 42px;
}

.rv-store-search::placeholder {
  color: rgba(40, 51, 66, 0.39);
  font-size: 13.25px;
  font-weight: 500;
  opacity: 1;
}

.rv-store-filter,.rv-store-sort {
  padding: 0 42px 0 19px;
  font-size: 13.75px;
  font-weight: 690;
  line-height: 42px;
}

.rv-store-search:focus,.rv-store-search:focus-visible,.rv-store-filter:focus,.rv-store-filter:focus-visible,.rv-store-sort:focus,.rv-store-sort:focus-visible {
  outline: none !important;
  border-color: rgba(255, 255, 255, 0.82);
  background-color: #fff !important;
  box-shadow: 0 8px 20px rgba(23,32,42,0.040),0 0 0 2px rgba(198,66,110,0.090),0 0 18px rgba(198,66,110,0.095),inset 0 1px 0 rgba(255,255,255,0.98);
}

.rv-store-search-wrap:focus-within::before {
  border-color: rgba(198, 66, 110, 0.84);
}

.rv-store-search-wrap:focus-within::after {
  background: rgba(198, 66, 110, 0.84);
}

.rv-store-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
  align-items: start;
  margin-top: 17px;
  padding: 0 0 8px;
  justify-content: stretch;
}

@media (max-width: 640px) {
  .rv-store-title {
    font-size: clamp(40px, 14vw, 58px);
  }

  .rv-store-proof-points {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rv-store-sort-label {
    min-width: 0;
  }

  .rv-product-card {
    min-height: 0;
  }

  .rv-product-detail__media {
    min-height: 280px;
  }

  .rv-product-detail__body {
    padding: 22px;
  }

  .rv-product-card__badges,.rv-product-card__badges--top {
    top: 11px;
    left: 11px;
    right: 52px;
  }

  .rv-product-card__badges--bottom {
    top: auto;
    bottom: 18px;
    left: 11px;
    right: auto;
  }

  .rv-product-card__wish {
    top: 0;
    right: 12px;
    width: 33px;
    height: 30px;
    font-size: 23px;
    transform: translateY(-2px);
  }

  .rv-store-hero {
    padding: 24px;
    border-radius: 18px;
    min-height: auto;
  }

  .rv-store-toolbar__right {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
    gap: 10px;
  }

  .rv-store-search,.rv-store-filter,.rv-store-sort {
    min-height: 46px;
  }

  .rv-product-card__media {
    aspect-ratio: 1 / 0.60;
  }

  .rv-product-card__body {
    padding: 16px 17px 17px;
  }

  .rv-product-card__wish,.rv-product-card__wish:hover,.rv-product-card__wish:focus-visible,.rv-product-card__wish.is-active {
    top: -1px;
    right: 10px;
    width: 31px;
    height: 29px;
    font-size: 21px;
  }

  .rv-store {
    width: min(100% - 22px, 1620px);
  }

  .rv-store,.rv-product-detail {
    width: min(100% - 22px, 1640px);
  }

  .rv-store-toolbar {
    grid-template-columns: 1fr;
    padding: 11px;
    gap: 9px;
  }

  .rv-store-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    justify-content: stretch;
  }

  .rv-store-view-toggle {
    grid-template-columns: repeat(2, 37px);
    min-height: 40px;
    height: 40px;
  }
}

.rv-store-filter {
  padding-left: 18px;
  padding-right: 38px;
  max-width: 220px !important;
}

.rv-store-view-toggle button {
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: rgba(24, 32, 42, 0.62) !important;
  cursor: pointer !important;
  font: inherit !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  transition: background 160ms ease,color 160ms ease,box-shadow 160ms ease !important;
  line-height: 1 !important;
  width: 39px !important;
  min-width: 39px !important;
  height: 36px !important;
  min-height: 36px !important;
  display: grid !important;
  place-items: center !important;
  box-sizing: border-box !important;
  max-width: 39px !important;
  max-height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  white-space: nowrap !important;
  transform: none !important;
  box-shadow: none !important;
}

.rv-store-view-toggle button:hover,.rv-store-view-toggle button:focus-visible {
  color: var(--rv-store-rose) !important;
  outline: none !important;
}

.rv-store-view-toggle button:active,.rv-store-view-toggle button.is-active:active {
  transform: none !important;
}

.rv-store-search-wrap,.rv-store-search,.rv-store-search:focus,.rv-store-search:focus-visible {
  outline: none !important;
  outline-offset: 0 !important;
}

.rv-store-search-wrap::before {
  left: 21px;
  top: calc(50% - 2px) !important;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(198, 66, 110, 0.72);
  border-radius: 999px;
  transform: translateY(-50%) !important;
  box-sizing: border-box;
}

.rv-store-search-wrap::after {
  left: 34px;
  top: calc(50% - 2px) !important;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: rgba(198, 66, 110, 0.72);
  transform: translateY(5px) rotate(45deg) !important;
  transform-origin: left center;
}

.rv-store-search:focus,.rv-store-search:focus-visible {
  border-color: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 8px 20px rgba(23,32,42,0.040),0 0 0 2px rgba(198,66,110,0.090),0 0 18px rgba(198,66,110,0.095),inset 0 1px 0 rgba(255,255,255,0.98) !important;
}

.rv-store-view-toggle button,.rv-store-view-toggle button.is-active,.rv-store-view-toggle button:hover,.rv-store-view-toggle button:focus-visible,.rv-store-view-toggle button:active,.rv-store-view-toggle button.is-active:active {
  position: relative !important;
  top: -1px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 39px !important;
  min-width: 39px !important;
  max-width: 39px !important;
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
  transform: none !important;
}

.rv-store-view-toggle button.is-active {
  background: rgba(255, 255, 255, 0.985) !important;
  color: var(--rv-store-rose) !important;
  box-shadow: 0 5px 12px rgba(198, 66, 110, 0.10) !important;
  width: 39px !important;
  min-width: 39px !important;
  max-width: 39px !important;
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  transform: none !important;
}

.rv-store-view-toggle button:not(.is-active) {
  background: transparent !important;
  color: rgba(24, 32, 42, 0.66) !important;
  box-shadow: none !important;
}

.rv-store-view-toggle button:not(.is-active):hover,.rv-store-view-toggle button:not(.is-active):focus-visible {
  color: rgba(198, 66, 110, 0.86) !important;
}

.rv-store-toolbar {
  display: grid !important;
  gap: 12px !important;
  align-items: center !important;
  margin: 13px 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  justify-content: start !important;
  column-gap: 14px !important;
  row-gap: 12px !important;
}

.rv-store-search-wrap {
  width: 100% !important;
  outline: none !important;
  min-width: 0 !important;
}

.rv-store-select-wrap,.rv-store-filter {
  max-width: 240px !important;
}

.rv-store-toolbar__right {
  display: grid !important;
  align-items: center !important;
  justify-content: end !important;
  gap: 16px !important;
  grid-template-columns: auto 88px !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  justify-self: end !important;
  width: auto !important;
  max-width: none !important;
}

.rv-store-sort option,.rv-store-filter option {
  background-image: none !important;
  padding: 8px 12px !important;
  padding-inline-start: 12px !important;
  margin: 0 !important;
  text-indent: 0 !important;
  text-align: left !important;
  font-weight: 560 !important;
}

.rv-store-view-toggle {
  display: grid !important;
  grid-template-columns: repeat(2, 39px) !important;
  min-height: 42px !important;
  padding: 3px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.30) !important;
  height: 42px !important;
  box-shadow: 0 7px 16px rgba(70, 18, 43, 0.045) !important;
  backdrop-filter: blur(8px) !important;
  width: 88px !important;
  min-width: 88px !important;
  max-width: 88px !important;
  justify-self: end !important;
  box-sizing: border-box !important;
  align-items: center !important;
  justify-content: center !important;
  max-height: 42px !important;
  gap: 0 !important;
  grid-auto-rows: 36px !important;
}

@media (max-width: 1320px) {
  .rv-store-toolbar {
    column-gap: 12px !important;
  }

  .rv-store-select-wrap,.rv-store-filter {
    max-width: 214px !important;
  }

  .rv-store-toolbar__right {
    grid-template-columns: auto 88px !important;
    gap: 15px !important;
    margin-left: clamp(14px, 2vw, 32px) !important;
    justify-content: end !important;
    justify-self: end !important;
  }

  .rv-store-sort-label {
    grid-template-columns: auto minmax(204px, 236px) !important;
  }

  .rv-store-sort {
    max-width: 236px !important;
    min-width: 204px !important;
  }
}

@media (max-width: 1180px) {
  .rv-store {
    width: min(100% - 34px, 1560px);
  }

  .rv-store-grid {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  }

  .rv-store-search-wrap,.rv-store-select-wrap {
    max-width: none !important;
  }

  .rv-store-toolbar {
    grid-template-columns: minmax(220px, 1fr) minmax(180px, 230px) !important;
    gap: 12px !important;
    margin-top: 13px;
  }

  .rv-store-search-wrap,.rv-store-select-wrap,.rv-store-filter {
    max-width: none !important;
  }

  .rv-store-toolbar__right {
    grid-column: 1 / -1 !important;
    justify-content: end !important;
    grid-template-columns: auto 88px !important;
    gap: 15px !important;
    margin-left: 0 !important;
    justify-self: stretch !important;
  }

  .rv-store-sort-label {
    grid-template-columns: auto minmax(210px, 244px) !important;
  }

  .rv-store-sort {
    max-width: 244px !important;
    min-width: 210px !important;
  }
}

.rv-store-sort:focus,.rv-store-sort:focus-visible {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23c6426e' stroke-opacity='.84' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 4v16'/%3E%3Cpath d='M4.8 7.2L8 4l3.2 3.2'/%3E%3Cpath d='M16 20V4'/%3E%3Cpath d='M12.8 16.8L16 20l3.2-3.2'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2318202a' stroke-opacity='.96' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat,no-repeat !important;
  background-size: 18px 18px,18px 18px !important;
  background-position: 20px 50%,calc(100% - 28px) 50% !important;
  padding-left: 48px !important;
  padding-right: 58px !important;
}

.rv-store-sort::-ms-expand {
  display: none !important;
}

.rv-store-sort-wrap,.rv-store-sort-shell,.rv-store-sort-field,.rv-store-sort-ui,.rv-store-sort-control,.rv-store-sort-label .rv-store-sort-wrap {
  align-items: center;
}

.rv-store-sort-icon,.rv-store-sort-glyph,.rv-store-sort-label::before {
  color: rgba(198, 66, 110, 0.72);
}

.rv-store-sort-icon,.rv-store-sort-glyph {
  margin-right: 14px !important;
}

.rv-store-sort-label::before {
  margin-right: 14px !important;
}

.rv-store-sort-label .rv-store-sort,.rv-store-sort-label .rv-store-sort-icon,.rv-store-sort-label .rv-store-sort-glyph,.rv-store-sort-label::before {
  transform: translateY(-1px);
}

.rv-store-sort {
  padding-left: 48px !important;
  padding-right: 58px !important;
  max-width: 252px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  width: 100% !important;
  min-width: 214px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23c6426e' stroke-opacity='.72' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 4v16'/%3E%3Cpath d='M4.8 7.2L8 4l3.2 3.2'/%3E%3Cpath d='M16 20V4'/%3E%3Cpath d='M12.8 16.8L16 20l3.2-3.2'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2318202a' stroke-opacity='.92' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat,no-repeat !important;
  background-size: 18px 18px,18px 18px !important;
  background-position: 20px 50%,calc(100% - 28px) 50% !important;
  text-indent: 0 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  line-height: 40px !important;
  padding-top: 0 !important;
  padding-bottom: 2px !important;
}

.rv-store-sort-label {
  display: grid !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  justify-content: start !important;
}

.rv-store-sort-label > span {
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 10.75px !important;
  font-weight: 710 !important;
  white-space: nowrap !important;
  letter-spacing: 0.005em !important;
  text-shadow: 0 1px 9px rgba(70, 18, 43, 0.13) !important;
  flex: none !important;
  justify-self: end !important;
}

.rv-store-custom-sort {
  position: relative !important;
  width: 100% !important;
  min-width: 0 !important;
  z-index: 20;
}

.rv-store-sort-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  inset: auto !important;
}

.rv-store-sort-trigger {
  width: 100% !important;
  background-color: rgba(255, 255, 255, 0.965);
}

.rv-store-sort-trigger:hover,.rv-store-sort-trigger:focus-visible,.rv-store-custom-sort.is-open .rv-store-sort-trigger {
  outline: none !important;
  background-color: #fff;
}

.rv-store-sort-trigger__icon {
  font-weight: 840 !important;
  font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
}

.rv-store-sort-trigger__arrow {
  font-weight: 800 !important;
  font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
}

.rv-store-sort-menu {
  position: absolute !important;
  top: calc(100% + 6px) !important;
  z-index: 999 !important;
  border: 1px solid rgba(24, 32, 42, 0.10) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.985) !important;
  box-shadow: 0 18px 36px rgba(24,32,42,0.13),0 8px 18px rgba(198,66,110,0.085) !important;
  backdrop-filter: blur(14px) !important;
}

.rv-store-sort-menu[hidden] {
  display: none !important;
}

.rv-store-sort-menu button {
  width: 100% !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--rv-store-ink-soft) !important;
  cursor: pointer !important;
  font: inherit !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  text-align: left !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  border-radius: 0 !important;
}

.rv-store-sort-menu button:hover,.rv-store-sort-menu button:focus-visible {
  outline: none !important;
  background: rgba(198, 66, 110, 0.075) !important;
  color: var(--rv-store-ink) !important;
}

.rv-store-sort-menu button.is-selected {
  background: rgba(24, 32, 42, 0.58) !important;
  color: #fff !important;
  font-weight: 760 !important;
}

.rv-store-sort-menu button.is-selected:hover,.rv-store-sort-menu button.is-selected:focus-visible {
  background: rgba(24, 32, 42, 0.62) !important;
  color: #fff !important;
}

@media (max-width: 760px) {
  .rv-store-search {
    padding-left: 56px !important;
  }

  .rv-store-search-wrap::before {
    left: 20px;
    top: calc(50% - 2px) !important;
  }

  .rv-store-search-wrap::after {
    left: 33px;
    top: calc(50% - 2px) !important;
  }

  .rv-store-toolbar__right {
    grid-column: auto !important;
    margin-left: 0 !important;
  }

  .rv-store-sort {
    max-width: none !important;
    min-width: 0 !important;
    background-position: 18px 50% !important;
    padding-left: 52px !important;
  }

  .rv-store-sort,.rv-store-sort:focus,.rv-store-sort:focus-visible {
    background-position: 18px 50%,calc(100% - 26px) 50% !important;
    padding-left: 46px !important;
    padding-right: 54px !important;
  }
}

.rv-store-sort-label {
  grid-template-columns: auto minmax(214px, 252px) !important;
}

.rv-store-custom-sort,.rv-store-sort-trigger,.rv-store-sort-menu {
  width: 100% !important;
  min-width: 214px !important;
  max-width: 252px !important;
}

.rv-store-sort-trigger {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) 18px !important;
  align-items: center !important;
  column-gap: 10px !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 28px 1px 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.66) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.965) !important;
  color: var(--rv-store-ink) !important;
  cursor: pointer !important;
  font: inherit !important;
  font-size: 13.75px !important;
  font-weight: 690 !important;
  line-height: 1 !important;
  text-align: left !important;
  box-shadow: 0 8px 20px rgba(23,32,42,0.040),inset 0 1px 0 rgba(255,255,255,0.98) !important;
  outline: none !important;
  transition: border-color 180ms ease,box-shadow 180ms ease,background-color 180ms ease,color 180ms ease !important;
}

.rv-store-sort-trigger:hover,.rv-store-sort-trigger:focus-visible,.rv-store-custom-sort.is-open .rv-store-sort-trigger {
  border-color: rgba(255, 255, 255, 0.82) !important;
  background: #fff !important;
  box-shadow: 0 8px 20px rgba(23,32,42,0.040),0 0 0 2px rgba(198,66,110,0.090),0 0 18px rgba(198,66,110,0.095),inset 0 1px 0 rgba(255,255,255,0.98) !important;
}

.rv-store-sort-trigger:focus-visible .rv-store-sort-trigger__icon::before,.rv-store-custom-sort.is-open .rv-store-sort-trigger__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23c6426e' stroke-opacity='.84' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 4v16'/%3E%3Cpath d='M4.8 7.2L8 4l3.2 3.2'/%3E%3Cpath d='M16 20V4'/%3E%3Cpath d='M12.8 16.8L16 20l3.2-3.2'/%3E%3C/svg%3E") !important;
}

.rv-store-sort-trigger__text {
  min-width: 0 !important;
  font-size: 13.75px !important;
  font-weight: 690 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.rv-store-sort-trigger__arrow {
  position: relative !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 18px !important;
  height: 18px !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

.rv-store-sort-trigger__arrow::before {
  content: "" !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 18px 18px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2318202a' stroke-opacity='.92' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
}

.rv-store-sort-menu {
  left: 0 !important;
  width: 100% !important;
  min-width: 214px !important;
  max-width: 252px !important;
}

@media (max-width: 760px) {
  .rv-store-sort-trigger {
    padding-left: 20px !important;
    padding-right: 26px !important;
  }
}

.rv-store-sort-trigger__text {
  color: rgba(24, 32, 42, 0.72) !important;
  transition: color 180ms ease,transform 180ms ease !important;
}

.rv-store-sort-trigger:hover .rv-store-sort-trigger__text,.rv-store-sort-trigger:focus-visible .rv-store-sort-trigger__text,.rv-store-custom-sort.is-open .rv-store-sort-trigger__text {
  color: var(--rv-store-ink) !important;
}

.rv-store-sort-menu {
  padding: 5px 0 !important;
  border-collapse: separate !important;
  overflow: hidden !important;
}

.rv-store-sort-menu button,.rv-store-sort-menu button:hover,.rv-store-sort-menu button:focus-visible,.rv-store-sort-menu button.is-selected,.rv-store-sort-menu button.is-selected:hover,.rv-store-sort-menu button.is-selected:focus-visible {
  border: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.rv-store-sort-menu button {
  min-height: 38px !important;
  height: auto !important;
  padding: 8px 18px 9px 24px !important;
  display: flex !important;
  align-items: center !important;
  white-space: nowrap !important;
}

.rv-store-sort-menu button + button {
  margin-top: 0 !important;
}

.rv-store-sort-menu button.is-selected {
  min-height: 40px !important;
  padding-top: 9px !important;
  padding-bottom: 10px !important;
}

.rv-store-sort-menu button::before,.rv-store-sort-menu button::after {
  content: none !important;
  display: none !important;
}

.rv-store-sort-trigger__arrow,.rv-store-sort-trigger__arrow::before {
  transition: transform 360ms cubic-bezier(0.22,1.28,0.36,1),opacity 180ms ease !important;
  transform-origin: center center !important;
  will-change: transform !important;
}

.rv-store-sort-trigger__arrow {
  transform: translateY(-1px) rotate(0deg) !important;
}

.rv-store-sort-trigger__arrow::before {
  transform: rotate(0deg) scale(1) !important;
}

.rv-store-custom-sort.is-open .rv-store-sort-trigger__arrow {
  transform: translateY(-1px) rotate(180deg) !important;
}

.rv-store-custom-sort.is-open .rv-store-sort-trigger__arrow::before {
  animation: rvStoreSortArrowOpen 360ms cubic-bezier(0.22, 1.28, 0.36, 1) both !important;
}

.rv-store-custom-sort:not(.is-open) .rv-store-sort-trigger__arrow::before {
  animation: rvStoreSortArrowClose 300ms cubic-bezier(0.22, 1.12, 0.36, 1) both !important;
}

@keyframes rvStoreSortArrowOpen {
  0% {
    transform: rotate(0deg) translateY(0) scale(1);
  }

  62% {
    transform: rotate(0deg) translateY(-1px) scale(1.08);
  }

  100% {
    transform: rotate(0deg) translateY(0) scale(1);
  }
}

@keyframes rvStoreSortArrowClose {
  0% {
    transform: rotate(0deg) translateY(0) scale(1);
  }

  58% {
    transform: rotate(0deg) translateY(1px) scale(1.055);
  }

  100% {
    transform: rotate(0deg) translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .rv-store-sort-trigger__arrow,.rv-store-sort-trigger__arrow::before {
    transition: none !important;
    animation: none !important;
  }
}

@media (max-width: 760px) {
  .rv-store-sort-menu button {
    padding-left: 22px !important;
    min-height: 40px !important;
  }
}

.rv-store-sort-trigger {
  overflow: visible !important;
}

.rv-store-sort-trigger__text {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 20px !important;
  height: auto !important;
  overflow: visible !important;
  line-height: 1.24 !important;
  padding-top: 1px !important;
  padding-bottom: 2px !important;
  transform: translateY(-1px) !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.rv-store-custom-sort.is-open .rv-store-sort-trigger__text,.rv-store-sort-trigger:focus-visible .rv-store-sort-trigger__text,.rv-store-sort-trigger:hover .rv-store-sort-trigger__text {
  overflow: visible !important;
  line-height: 1.24 !important;
}

.rv-store-sort-menu button {
  overflow: visible !important;
  line-height: 1.22 !important;
}

.rv-store-sort-menu button.is-selected {
  overflow: visible !important;
  line-height: 1.22 !important;
}

.rv-store-select-wrap {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: 240px !important;
  min-width: 0 !important;
}

.rv-store-custom-filter,.rv-store-filter-trigger,.rv-store-filter-menu {
  width: 100% !important;
  min-width: 178px !important;
  max-width: 240px !important;
}

.rv-store-filter-native {
  position: absolute !important;
  inset: auto !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}

.rv-store-custom-filter {
  position: relative !important;
  z-index: 20 !important;
}

.rv-store-filter-trigger {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: grid !important;
  align-items: center !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 24px 1px 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.66) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.965) !important;
  color: var(--rv-store-ink) !important;
  cursor: pointer !important;
  font: inherit !important;
  font-size: 13.75px !important;
  font-weight: 690 !important;
  line-height: 1 !important;
  text-align: left !important;
  box-shadow: 0 8px 20px rgba(23,32,42,0.040),inset 0 1px 0 rgba(255,255,255,0.98) !important;
  outline: none !important;
  overflow: visible !important;
  transition: border-color 180ms ease,box-shadow 180ms ease,background-color 180ms ease,color 180ms ease !important;
}

.rv-store-filter-trigger:hover,.rv-store-filter-trigger:focus-visible,.rv-store-custom-filter.is-open .rv-store-filter-trigger {
  border-color: rgba(255, 255, 255, 0.82) !important;
  background: #fff !important;
  box-shadow: 0 8px 20px rgba(23,32,42,0.040),0 0 0 2px rgba(198,66,110,0.090),0 0 18px rgba(198,66,110,0.095),inset 0 1px 0 rgba(255,255,255,0.98) !important;
}

.rv-store-filter-trigger__text {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 20px !important;
  height: auto !important;
  overflow: visible !important;
  color: rgba(24, 32, 42, 0.82) !important;
  font-size: 13.75px !important;
  font-weight: 690 !important;
  line-height: 1.24 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  transform: translateY(-1px) !important;
  transition: color 180ms ease,transform 180ms ease !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.rv-store-filter-trigger:hover .rv-store-filter-trigger__text,.rv-store-filter-trigger:focus-visible .rv-store-filter-trigger__text,.rv-store-custom-filter.is-open .rv-store-filter-trigger__text {
  color: var(--rv-store-ink) !important;
}

.rv-store-filter-trigger__arrow {
  position: relative !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 18px !important;
  height: 18px !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
  transform: translateY(-1px) rotate(0deg) !important;
  transform-origin: center center !important;
  will-change: transform !important;
  transition: transform 360ms cubic-bezier(0.22,1.28,0.36,1),opacity 180ms ease !important;
}

.rv-store-filter-trigger__arrow::before {
  content: "" !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 18px 18px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2318202a' stroke-opacity='.92' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
  transform: rotate(0deg) scale(1) !important;
  transform-origin: center center !important;
}

.rv-store-custom-filter.is-open .rv-store-filter-trigger__arrow {
  transform: translateY(-1px) rotate(180deg) !important;
}

.rv-store-custom-filter.is-open .rv-store-filter-trigger__arrow::before {
  animation: rvStoreSortArrowOpen 360ms cubic-bezier(0.22, 1.28, 0.36, 1) both !important;
}

.rv-store-custom-filter:not(.is-open) .rv-store-filter-trigger__arrow::before {
  animation: rvStoreSortArrowClose 300ms cubic-bezier(0.22, 1.12, 0.36, 1) both !important;
}

.rv-store-filter-menu {
  position: absolute !important;
  top: calc(100% + 6px) !important;
  left: 0 !important;
  z-index: 999 !important;
  overflow: hidden !important;
  padding: 5px 0 !important;
  border: 1px solid rgba(24, 32, 42, 0.10) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.985) !important;
  box-shadow: 0 18px 36px rgba(24,32,42,0.13),0 8px 18px rgba(198,66,110,0.085) !important;
  backdrop-filter: blur(14px) !important;
  border-collapse: separate !important;
}

.rv-store-filter-menu[hidden] {
  display: none !important;
}

.rv-store-filter-menu button,.rv-store-filter-menu button:hover,.rv-store-filter-menu button:focus-visible,.rv-store-filter-menu button.is-selected,.rv-store-filter-menu button.is-selected:hover,.rv-store-filter-menu button.is-selected:focus-visible {
  border: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.rv-store-filter-menu button {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 38px !important;
  height: auto !important;
  padding: 8px 18px 9px 20px !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--rv-store-ink-soft) !important;
  cursor: pointer !important;
  font: inherit !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1.22 !important;
  text-align: left !important;
  white-space: nowrap !important;
  overflow: visible !important;
}

.rv-store-filter-menu button:hover,.rv-store-filter-menu button:focus-visible {
  background: rgba(198, 66, 110, 0.075) !important;
  color: var(--rv-store-ink) !important;
}

.rv-store-filter-menu button.is-selected {
  min-height: 40px !important;
  padding-top: 9px !important;
  padding-bottom: 10px !important;
  background: rgba(24, 32, 42, 0.58) !important;
  color: #fff !important;
  font-weight: 760 !important;
  line-height: 1.22 !important;
}

.rv-store-filter-menu button.is-selected:hover,.rv-store-filter-menu button.is-selected:focus-visible {
  background: rgba(24, 32, 42, 0.62) !important;
  color: #fff !important;
}

.rv-store-filter-menu button::before,.rv-store-filter-menu button::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 1320px) {
  .rv-store-select-wrap,.rv-store-custom-filter,.rv-store-filter-trigger,.rv-store-filter-menu {
    max-width: 214px !important;
    min-width: 160px !important;
  }
}

@media (max-width: 1180px) {
  .rv-store-select-wrap,.rv-store-custom-filter,.rv-store-filter-trigger,.rv-store-filter-menu {
    max-width: none !important;
    min-width: 0 !important;
  }
}

@media (max-width: 760px) {
  .rv-store-filter-menu button {
    padding-left: 22px !important;
    min-height: 40px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rv-store-filter-trigger,.rv-store-filter-trigger__arrow,.rv-store-filter-trigger__arrow::before,.rv-store-filter-menu button {
    transition: none !important;
    animation: none !important;
  }
}

.rv-store-filter-trigger {
  grid-template-columns: 18px minmax(0, 1fr) 18px !important;
  column-gap: 10px !important;
  padding-left: 20px !important;
  padding-right: 24px !important;
}

.rv-store-filter-trigger::before {
  content: "" !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 18px 18px !important;
  transform: translateY(-1px) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23c6426e' stroke-opacity='.72' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4.5' width='6.1' height='6.1' rx='1.65'/%3E%3Crect x='13.9' y='4.5' width='6.1' height='6.1' rx='1.65'/%3E%3Crect x='4' y='13.4' width='6.1' height='6.1' rx='1.65'/%3E%3Cpath d='M14.2 14h5.6'/%3E%3Cpath d='M14.2 18.2h5.6'/%3E%3C/svg%3E") !important;
  transition: transform 180ms ease,opacity 180ms ease,filter 180ms ease !important;
}

.rv-store-filter-trigger:hover::before,.rv-store-filter-trigger:focus-visible::before,.rv-store-custom-filter.is-open .rv-store-filter-trigger::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23c6426e' stroke-opacity='.84' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4.5' width='6.1' height='6.1' rx='1.65'/%3E%3Crect x='13.9' y='4.5' width='6.1' height='6.1' rx='1.65'/%3E%3Crect x='4' y='13.4' width='6.1' height='6.1' rx='1.65'/%3E%3Cpath d='M14.2 14h5.6'/%3E%3Cpath d='M14.2 18.2h5.6'/%3E%3C/svg%3E") !important;
  filter: drop-shadow(0 0 5px rgba(198, 66, 110, 0.13)) !important;
}

.rv-store-filter-trigger__text {
  min-width: 0 !important;
}

.rv-store-filter-native {
  background-image: none !important;
}

@media (max-width: 760px) {
  .rv-store-filter-trigger {
    grid-template-columns: 18px minmax(0, 1fr) 18px !important;
    padding-left: 20px !important;
    padding-right: 26px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rv-store-filter-trigger::before {
    transition: none !important;
    filter: none !important;
  }
}

.rv-store-sort-trigger__icon {
  position: relative !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 18px !important;
  height: 18px !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
  transform: translateY(-1px) !important;
}

.rv-store-sort-trigger__icon::before {
  content: "" !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  background-image: none !important;
  background-repeat: initial !important;
  background-position: initial !important;
  background-size: initial !important;
  filter: none !important;
  opacity: 1 !important;
  background-color: rgba(198, 66, 110, 0.72) !important;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7.05 4.6a.95.95 0 0 1 1.9 0v14.8a.95.95 0 1 1-1.9 0V4.6Zm.95-.95c.25 0 .49.1.67.28l3.1 3.1a.95.95 0 1 1-1.34 1.34L8 5.94 5.57 8.37a.95.95 0 0 1-1.34-1.34l3.1-3.1c.18-.18.42-.28.67-.28Zm7.05.95a.95.95 0 1 1 1.9 0v14.8a.95.95 0 1 1-1.9 0V4.6Zm.95 15.75a.95.95 0 0 1-.67-.28l-3.1-3.1a.95.95 0 1 1 1.34-1.34L16 18.06l2.43-2.43a.95.95 0 1 1 1.34 1.34l-3.1 3.1a.95.95 0 0 1-.67.28Z'/%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7.05 4.6a.95.95 0 0 1 1.9 0v14.8a.95.95 0 1 1-1.9 0V4.6Zm.95-.95c.25 0 .49.1.67.28l3.1 3.1a.95.95 0 1 1-1.34 1.34L8 5.94 5.57 8.37a.95.95 0 0 1-1.34-1.34l3.1-3.1c.18-.18.42-.28.67-.28Zm7.05.95a.95.95 0 1 1 1.9 0v14.8a.95.95 0 1 1-1.9 0V4.6Zm.95 15.75a.95.95 0 0 1-.67-.28l-3.1-3.1a.95.95 0 1 1 1.34-1.34L16 18.06l2.43-2.43a.95.95 0 1 1 1.34 1.34l-3.1 3.1a.95.95 0 0 1-.67.28Z'/%3E%3C/svg%3E") !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  -webkit-mask-size: 18px 18px !important;
  mask-size: 18px 18px !important;
  transform: none !important;
  transition: background-color 180ms ease,filter 180ms ease,opacity 180ms ease !important;
}

.rv-store-sort-trigger:hover .rv-store-sort-trigger__icon::before,.rv-store-sort-trigger:focus-visible .rv-store-sort-trigger__icon::before,.rv-store-custom-sort.is-open .rv-store-sort-trigger__icon::before {
  background-image: none !important;
  background-color: rgba(198, 66, 110, 0.84) !important;
  filter: drop-shadow(0 0 5px rgba(198, 66, 110, 0.13)) !important;
}

.rv-store-sort-trigger:hover .rv-store-sort-trigger__icon,.rv-store-sort-trigger:focus-visible .rv-store-sort-trigger__icon,.rv-store-custom-sort.is-open .rv-store-sort-trigger__icon {
  color: transparent !important;
  font-size: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
  .rv-store-sort-trigger__icon::before {
    transition: none !important;
    filter: none !important;
  }
}

.rv-store-sort-menu button.is-selected,.rv-store-filter-menu button.is-selected {
  background: linear-gradient(135deg, rgba(123, 35, 77, 0.94), rgba(198, 66, 110, 0.92)) !important;
  color: #fff !important;
  font-weight: 760 !important;
  text-shadow: 0 1px 8px rgba(42, 12, 28, 0.16) !important;
}

.rv-store-sort-menu button.is-selected:hover,.rv-store-sort-menu button.is-selected:focus-visible,.rv-store-filter-menu button.is-selected:hover,.rv-store-filter-menu button.is-selected:focus-visible {
  background: linear-gradient(135deg, rgba(112, 31, 72, 0.98), rgba(190, 54, 101, 0.96)) !important;
  color: #fff !important;
}

.rv-store-sort-menu button.is-selected::before,.rv-store-sort-menu button.is-selected::after,.rv-store-filter-menu button.is-selected::before,.rv-store-filter-menu button.is-selected::after {
  content: none !important;
  display: none !important;
}

.rv-store-toolbar {
  grid-template-columns: minmax(220px, 398px) minmax(178px, 240px) minmax(0, 1fr) !important;
}

.rv-store-search-wrap {
  max-width: 398px !important;
}

@media (max-width: 1320px) {
  .rv-store-toolbar {
    grid-template-columns: minmax(210px, 350px) minmax(160px, 214px) minmax(0, 1fr) !important;
  }

  .rv-store-search-wrap {
    max-width: 350px !important;
  }
}

@media (max-width: 1180px) {
  .rv-store-search-wrap {
    max-width: none !important;
  }
}

@media (max-width: 760px) {
  .rv-store-toolbar {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    padding: 0 !important;
  }

  .rv-store-search-wrap,.rv-store-select-wrap,.rv-store-custom-filter,.rv-store-filter-trigger,.rv-store-filter-menu {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    justify-self: stretch !important;
  }

  .rv-store-search {
    width: 100% !important;
    max-width: none !important;
  }

  .rv-store-toolbar__right {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    justify-self: stretch !important;
    margin: 0 !important;
  }

  .rv-store-sort-label {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    justify-content: stretch !important;
    justify-self: stretch !important;
  }

  .rv-store-sort-label > span {
    justify-self: start !important;
    margin-left: 2px !important;
    color: rgba(255, 255, 255, 0.58) !important;
    text-shadow: 0 1px 9px rgba(70, 18, 43, 0.13) !important;
  }

  .rv-store-custom-sort,.rv-store-sort-trigger,.rv-store-sort-menu {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    justify-self: stretch !important;
  }

  .rv-store-view-toggle {
    width: 88px !important;
    min-width: 88px !important;
    max-width: 88px !important;
  }
}

@media (max-width: 760px) {
  .rv-store-toolbar {
    gap: 11px !important;
    margin: 13px 0 22px !important;
  }

  .rv-store-search-wrap {
    margin-bottom: 0 !important;
  }

  .rv-store-select-wrap {
    margin-bottom: 4px !important;
  }

  .rv-store-toolbar__right {
    gap: 0 !important;
    row-gap: 0 !important;
  }

  .rv-store-sort-label {
    gap: 0 !important;
    margin-top: 2px !important;
  }

  .rv-store-sort-label > span {
    display: none !important;
  }

  .rv-store-custom-sort,.rv-store-sort-trigger {
    width: 100% !important;
  }

  .rv-store-view-toggle {
    justify-self: center !important;
    margin: 18px auto 4px !important;
  }

  .rv-store-grid {
    margin-top: 22px !important;
  }

  .rv-store-filter-empty {
    margin-top: 20px !important;
  }
}

@media (max-width: 420px) {
  .rv-store-toolbar {
    gap: 12px !important;
    margin-bottom: 24px !important;
  }

  .rv-store-select-wrap {
    margin-bottom: 5px !important;
  }

  .rv-store-view-toggle {
    margin-top: 19px !important;
    margin-bottom: 5px !important;
  }

  .rv-store-grid {
    margin-top: 24px !important;
  }
}

@media (max-width: 760px) {
  .rv-store,.rv-store-page-shell {
    overflow: visible !important;
  }

  .rv-store-toolbar {
    position: relative !important;
    z-index: 1200 !important;
    overflow: visible !important;
    isolation: isolate !important;
  }

  .rv-store-search-wrap {
    position: relative !important;
    z-index: 10 !important;
  }

  .rv-store-select-wrap,.rv-store-custom-filter {
    position: relative !important;
    z-index: 1400 !important;
  }

  .rv-store-custom-filter.is-open {
    z-index: 2200 !important;
  }

  .rv-store-filter-menu {
    z-index: 2300 !important;
    top: calc(100% + 8px) !important;
    overflow: hidden !important;
  }

  .rv-store-toolbar__right,.rv-store-sort-label,.rv-store-custom-sort {
    position: relative !important;
    z-index: 80 !important;
  }

  .rv-store-custom-sort.is-open {
    z-index: 2000 !important;
  }

  .rv-store-view-toggle {
    position: relative !important;
    z-index: 60 !important;
  }

  .rv-store-grid,.rv-store-filter-empty {
    position: relative !important;
    z-index: 1 !important;
  }
}

.rv-store-hero__mark--image {
  color: transparent !important;
  font-size: 0 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-shadow: none !important;
}

.rv-store-hero__mark--image img {
  display: block !important;
  width: 85% !important;
  height: 85% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  opacity: 0.22 !important;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.34)) drop-shadow(0 28px 80px rgba(198, 66, 110, 0.15)) !important;
  pointer-events: none !important;
  user-select: none !important;
}

.rv-store-hero__mark--image::after {
  inset: 13% !important;
}

@media (max-width: 900px) {
  .rv-store-hero__mark--image {
    display: none !important;
  }
}

.rv-store-hero::after {
  background: radial-gradient( ellipse at center, rgba(198, 66, 110, 0.16) 0%, rgba(198, 66, 110, 0.095) 34%, transparent 72% ) !important;
}

.rv-store-proof-points span::before {
  width: 22px !important;
  height: 22px !important;
  aspect-ratio: 1 !important;
  border-radius: 0 !important;
  background: rgba(198, 66, 110, 0.88) !important;
  box-shadow: none !important;
  transform: translateY(-1px) !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  -webkit-mask-size: 17px 17px !important;
  mask-size: 17px 17px !important;
  transition: background-color 180ms ease,filter 180ms ease,transform 180ms ease !important;
}

.rv-store-proof-points span:nth-child(1)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 21.25c-.15 0-.3-.04-.44-.11-2.35-1.25-4.17-2.87-5.4-4.8-1.26-1.98-1.9-4.35-1.9-7.07V5.95c0-.42.27-.79.67-.92l6.78-2.17c.19-.06.39-.06.58 0l6.78 2.17c.4.13.67.5.67.92v3.32c0 2.72-.64 5.09-1.9 7.07-1.23 1.93-3.05 3.55-5.4 4.8-.14.07-.29.11-.44.11Zm0-1.96c1.96-1.09 3.46-2.45 4.46-4.03 1.05-1.65 1.58-3.67 1.58-5.99V6.66L12 4.73 5.96 6.66v2.61c0 2.32.53 4.34 1.58 5.99 1 1.58 2.5 2.94 4.46 4.03Zm-.85-5.93 4-4a.94.94 0 0 1 1.33 1.33l-4.67 4.67a.94.94 0 0 1-1.33 0l-2.22-2.22a.94.94 0 1 1 1.33-1.33l1.56 1.55Z'/%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 21.25c-.15 0-.3-.04-.44-.11-2.35-1.25-4.17-2.87-5.4-4.8-1.26-1.98-1.9-4.35-1.9-7.07V5.95c0-.42.27-.79.67-.92l6.78-2.17c.19-.06.39-.06.58 0l6.78 2.17c.4.13.67.5.67.92v3.32c0 2.72-.64 5.09-1.9 7.07-1.23 1.93-3.05 3.55-5.4 4.8-.14.07-.29.11-.44.11Zm0-1.96c1.96-1.09 3.46-2.45 4.46-4.03 1.05-1.65 1.58-3.67 1.58-5.99V6.66L12 4.73 5.96 6.66v2.61c0 2.32.53 4.34 1.58 5.99 1 1.58 2.5 2.94 4.46 4.03Zm-.85-5.93 4-4a.94.94 0 0 1 1.33 1.33l-4.67 4.67a.94.94 0 0 1-1.33 0l-2.22-2.22a.94.94 0 1 1 1.33-1.33l1.56 1.55Z'/%3E%3C/svg%3E") !important;
}

.rv-store-proof-points span:nth-child(2)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7.25 10.05V8a4.75 4.75 0 0 1 9.5 0v2.05h.45a2.25 2.25 0 0 1 2.25 2.25v5.85a2.25 2.25 0 0 1-2.25 2.25H6.8a2.25 2.25 0 0 1-2.25-2.25V12.3a2.25 2.25 0 0 1 2.25-2.25h.45Zm1.9 0h5.7V8a2.85 2.85 0 0 0-5.7 0v2.05Zm-2.35 1.9a.35.35 0 0 0-.35.35v5.85c0 .19.16.35.35.35h10.4c.19 0 .35-.16.35-.35V12.3a.35.35 0 0 0-.35-.35H6.8Zm5.2 1.6c.52 0 .95.43.95.95v1.45a.95.95 0 1 1-1.9 0V14.5c0-.52.43-.95.95-.95Z'/%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7.25 10.05V8a4.75 4.75 0 0 1 9.5 0v2.05h.45a2.25 2.25 0 0 1 2.25 2.25v5.85a2.25 2.25 0 0 1-2.25 2.25H6.8a2.25 2.25 0 0 1-2.25-2.25V12.3a2.25 2.25 0 0 1 2.25-2.25h.45Zm1.9 0h5.7V8a2.85 2.85 0 0 0-5.7 0v2.05Zm-2.35 1.9a.35.35 0 0 0-.35.35v5.85c0 .19.16.35.35.35h10.4c.19 0 .35-.16.35-.35V12.3a.35.35 0 0 0-.35-.35H6.8Zm5.2 1.6c.52 0 .95.43.95.95v1.45a.95.95 0 1 1-1.9 0V14.5c0-.52.43-.95.95-.95Z'/%3E%3C/svg%3E") !important;
}

.rv-store-proof-points span:nth-child(3)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 3.05a8.95 8.95 0 1 1 0 17.9 8.95 8.95 0 0 1 0-17.9Zm0 1.9a7.05 7.05 0 1 0 0 14.1 7.05 7.05 0 0 0 0-14.1Zm-7.02 6.1h14.04v1.9H4.98v-1.9ZM12 3.05c2.15 0 3.7 3.78 3.7 8.95s-1.55 8.95-3.7 8.95S8.3 17.17 8.3 12 9.85 3.05 12 3.05Zm0 1.9c-.54 0-1.8 2.47-1.8 7.05s1.26 7.05 1.8 7.05 1.8-2.47 1.8-7.05S12.54 4.95 12 4.95Z'/%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 3.05a8.95 8.95 0 1 1 0 17.9 8.95 8.95 0 0 1 0-17.9Zm0 1.9a7.05 7.05 0 1 0 0 14.1 7.05 7.05 0 0 0 0-14.1Zm-7.02 6.1h14.04v1.9H4.98v-1.9ZM12 3.05c2.15 0 3.7 3.78 3.7 8.95s-1.55 8.95-3.7 8.95S8.3 17.17 8.3 12 9.85 3.05 12 3.05Zm0 1.9c-.54 0-1.8 2.47-1.8 7.05s1.26 7.05 1.8 7.05 1.8-2.47 1.8-7.05S12.54 4.95 12 4.95Z'/%3E%3C/svg%3E") !important;
}

.rv-store-proof-points span:nth-child(4)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M5.25 18.8a.95.95 0 0 1-.95-.95V9.1a.95.95 0 0 1 1.55-.74l3.05 2.5 2.25-4.1a.95.95 0 0 1 1.7 0l2.25 4.1 3.05-2.5a.95.95 0 0 1 1.55.74v8.75a.95.95 0 0 1-.95.95H5.25Zm.95-1.9h11.6v-5.78l-2.48 2.03a.95.95 0 0 1-1.43-.29L12 9.43l-1.89 3.43a.95.95 0 0 1-1.43.29L6.2 11.12v5.78Zm0 3.05a.95.95 0 1 1 0-1.9h11.6a.95.95 0 1 1 0 1.9H6.2Z'/%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M5.25 18.8a.95.95 0 0 1-.95-.95V9.1a.95.95 0 0 1 1.55-.74l3.05 2.5 2.25-4.1a.95.95 0 0 1 1.7 0l2.25 4.1 3.05-2.5a.95.95 0 0 1 1.55.74v8.75a.95.95 0 0 1-.95.95H5.25Zm.95-1.9h11.6v-5.78l-2.48 2.03a.95.95 0 0 1-1.43-.29L12 9.43l-1.89 3.43a.95.95 0 0 1-1.43.29L6.2 11.12v5.78Zm0 3.05a.95.95 0 1 1 0-1.9h11.6a.95.95 0 1 1 0 1.9H6.2Z'/%3E%3C/svg%3E") !important;
}

.rv-store-proof-points span:hover::before {
  background: rgba(198, 66, 110, 0.96) !important;
  filter: drop-shadow(0 0 7px rgba(198, 66, 110, 0.14)) !important;
}

@media (max-width: 640px) {
  .rv-store-proof-points span::before {
    width: 23px !important;
    height: 23px !important;
    -webkit-mask-size: 18px 18px !important;
    mask-size: 18px 18px !important;
  }
}

.rv-store-grid.is-list {
  grid-template-columns: 1fr !important;
  gap: 16px !important;
  align-items: stretch !important;
  justify-content: stretch !important;
}

.rv-store-grid.is-list .rv-product-card {
  overflow: hidden !important;
  border-radius: 17px !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.955)) !important;
  box-shadow: 0 10px 26px rgba(23,32,42,0.06),inset 0 1px 0 rgba(255,255,255,0.98) !important;
}

.rv-store-grid.is-list .rv-product-card:hover,.rv-store-grid.is-list .rv-product-card:focus-within {
  transform: translateY(-2px) !important;
  border-color: rgba(198, 66, 110, 0.18) !important;
  box-shadow: 0 16px 36px rgba(23,32,42,0.085),0 7px 18px rgba(198,66,110,0.055),inset 0 1px 0 rgba(255,255,255,0.98) !important;
}

.rv-store-grid.is-list .rv-product-card__media {
  width: auto !important;
  height: 216px !important;
  min-height: 216px !important;
  max-height: 216px !important;
  aspect-ratio: auto !important;
  margin: 8px 0 8px 8px !important;
  border-radius: 12px !important;
  align-self: center !important;
}

.rv-store-grid.is-list .rv-product-card__image,.rv-store-grid.is-list .rv-product-card__placeholder {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
}

.rv-store-grid.is-list .rv-product-card__placeholder {
  font-size: clamp(64px, 7vw, 104px) !important;
}

.rv-store-grid.is-list .rv-product-card__body {
  position: relative !important;
  display: grid !important;
  grid-template-rows: auto auto 1fr auto !important;
  align-content: stretch !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: 100% !important;
  padding: 28px 58px 24px 28px !important;
}

.rv-store-grid.is-list .rv-product-card__headline {
  align-self: start !important;
  min-width: 0 !important;
}

.rv-store-grid.is-list .rv-product-card__title {
  max-width: min(680px, 88%) !important;
  font-size: 18px !important;
  line-height: 1.15 !important;
  letter-spacing: -0.032em !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.rv-store-grid.is-list .rv-store-price {
  align-self: start !important;
  font-size: 17px !important;
  line-height: 1.16 !important;
}

.rv-store-grid.is-list .rv-product-card__excerpt {
  display: none !important;
}

.rv-store-grid.is-list .rv-product-card__meta {
  min-height: 0 !important;
}

.rv-store-grid.is-list .rv-product-card__button,.rv-store-grid.is-list .rv-store-button--outline {
  align-self: end !important;
  justify-self: stretch !important;
  width: 100% !important;
  min-height: 38px !important;
  max-height: 38px !important;
  border-radius: 9px !important;
}

.rv-store-grid.is-list .rv-product-card__wish,.rv-store-grid.is-list .rv-product-card__wish:hover,.rv-store-grid.is-list .rv-product-card__wish:focus-visible,.rv-store-grid.is-list .rv-product-card__wish.is-active {
  top: 18px !important;
  right: 22px !important;
  width: 34px !important;
  height: 34px !important;
  font-size: 24px !important;
  transform: none !important;
}

.rv-store-grid.is-list .rv-product-card__badges,.rv-store-grid.is-list .rv-product-card__badges--top {
  top: 14px !important;
  left: 14px !important;
  right: 54px !important;
}

.rv-store-grid.is-list .rv-product-card__badges--bottom {
  top: auto !important;
  bottom: 14px !important;
  left: 14px !important;
  right: auto !important;
}

@media (max-width: 900px) {
  .rv-store-grid.is-list .rv-product-card {
    grid-template-columns: 220px minmax(0, 1fr) !important;
    height: 202px !important;
    min-height: 202px !important;
    max-height: 202px !important;
  }

  .rv-store-grid.is-list .rv-product-card__media {
    height: 186px !important;
    min-height: 186px !important;
    max-height: 186px !important;
  }

  .rv-store-grid.is-list .rv-product-card__body {
    padding: 24px 52px 22px 24px !important;
    gap: 8px !important;
  }

  .rv-store-grid.is-list .rv-product-card__title {
    font-size: 17px !important;
  }
}

@media (max-width: 640px) {
  .rv-store-grid.is-list .rv-product-card:hover,.rv-store-grid.is-list .rv-product-card:focus-within {
    transform: translateY(-1px) !important;
  }
}

@media (max-width: 380px) {
  .rv-store-grid.is-list .rv-product-card {
    grid-template-columns: 112px minmax(0, 1fr) !important;
    height: 150px !important;
    min-height: 150px !important;
    max-height: 150px !important;
  }

  .rv-store-grid.is-list .rv-product-card__media {
    height: 136px !important;
    min-height: 136px !important;
    max-height: 136px !important;
  }

  .rv-store-grid.is-list .rv-product-card__body {
    padding-right: 38px !important;
  }
}

@media (max-width: 640px) {
  .rv-store-grid.is-list .rv-store-price {
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: wrap !important;
    gap: 4px 9px !important;
    max-width: 100% !important;
    font-size: 14.25px !important;
    line-height: 1.08 !important;
  }

  .rv-store-grid.is-list .rv-store-price--sale {
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: wrap !important;
    gap: 4px 9px !important;
  }

  .rv-store-grid.is-list .rv-product-card__button,.rv-store-grid.is-list .rv-store-button--outline {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    width: 100% !important;
    min-height: 34px !important;
    max-height: 34px !important;
    padding: 0 12px !important;
    border-radius: 9px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .rv-store-grid.is-list .rv-product-card__button br,.rv-store-grid.is-list .rv-store-button--outline br {
    display: none !important;
  }

  .rv-store-grid.is-list .rv-product-card__wish,.rv-store-grid.is-list .rv-product-card__wish:hover,.rv-store-grid.is-list .rv-product-card__wish:focus-visible,.rv-store-grid.is-list .rv-product-card__wish.is-active {
    top: 12px !important;
    right: 10px !important;
    width: 29px !important;
    height: 29px !important;
    font-size: 20px !important;
  }

  .rv-store-grid.is-list .rv-product-card__badges,.rv-store-grid.is-list .rv-product-card__badges--top {
    top: 12px !important;
    left: 12px !important;
    right: 34px !important;
  }
}

@media (max-width: 420px) {
  .rv-store-grid.is-list .rv-store-price {
    font-size: 13.75px !important;
  }

  .rv-store-grid.is-list .rv-product-card__button,.rv-store-grid.is-list .rv-store-button--outline {
    min-height: 33px !important;
    max-height: 33px !important;
    font-size: 11.75px !important;
  }
}

@media (max-width: 370px) {
  .rv-store-grid.is-list .rv-product-card__button,.rv-store-grid.is-list .rv-store-button--outline {
    font-size: 11.25px !important;
    padding: 0 9px !important;
  }
}

@media (max-width: 640px) {
  .rv-store-grid.is-list .rv-product-card__placeholder {
    font-size: 58px !important;
  }

  .rv-store-grid.is-list .rv-product-card__title {
    -webkit-line-clamp: 2 !important;
  }

  .rv-store-grid.is-list .rv-product-card__button br, .rv-store-grid.is-list .rv-store-button--outline br {
    display: none !important;
  }

  .rv-store-grid.is-list .rv-product-card__badges--bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 5px !important;
  }

  .rv-store-grid.is-list .rv-store-badge {
    min-height: 18px !important;
    padding: 0 7px !important;
    border-radius: 5px !important;
    font-size: 8px !important;
    line-height: 1 !important;
  }
}

@media (max-width: 420px) {
  .rv-store-grid.is-list .rv-product-card__body {
    gap: 5px !important;
  }

  .rv-store-grid.is-list .rv-product-card__title {
    font-size: 15px !important;
  }

  .rv-store-grid.is-list .rv-store-price, .rv-store-grid.is-list .rv-store-price--sale {
    font-size: 13.85px !important;
  }

  .rv-store-grid.is-list .rv-product-card__button, .rv-store-grid.is-list .rv-store-button--outline {
    min-height: 32px !important;
    max-height: 32px !important;
    font-size: 11.75px !important;
  }
}

@media (max-width: 370px) {
  .rv-store-grid.is-list .rv-product-card__body {
    padding-right: 40px !important;
  }

  .rv-store-grid.is-list .rv-product-card__button, .rv-store-grid.is-list .rv-store-button--outline {
    font-size: 11.25px !important;
    padding: 0 9px !important;
  }
}

@media (max-width: 420px) {
  .rv-store-grid.is-list .rv-product-card__wish, .rv-store-grid.is-list .rv-product-card__wish:hover, .rv-store-grid.is-list .rv-product-card__wish:focus-visible, .rv-store-grid.is-list .rv-product-card__wish.is-active {
    right: 16px !important;
  }
}

@media (max-width: 370px) {
  .rv-store-grid.is-list .rv-product-card__wish, .rv-store-grid.is-list .rv-product-card__wish:hover, .rv-store-grid.is-list .rv-product-card__wish:focus-visible, .rv-store-grid.is-list .rv-product-card__wish.is-active {
    right: 14px !important;
  }
}

.rv-store-filter-empty.rv-store-empty-state {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  display: grid !important;
  align-items: center !important;
  min-height: 116px !important;
  margin: 14px 0 18px !important;
  padding: clamp(22px, 2.4vw, 30px) clamp(24px, 3.2vw, 38px) !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 18px !important;
  color: var(--rv-store-ink) !important;
  background: radial-gradient(circle at 88% 42%, rgba(198, 66, 110, 0.115), transparent 18rem), linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 241, 247, 0.88)) !important;
  box-shadow: 0 16px 38px rgba(70, 18, 43, 0.092), inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(14px) !important;
}

.rv-store-filter-empty.rv-store-empty-state[hidden] {
  display: none !important;
}

.rv-store-empty-state::before {
  content: "" !important;
  position: absolute !important;
  inset: 1px !important;
  z-index: -2 !important;
  border-radius: inherit !important;
  background: linear-gradient(115deg, transparent 45%, rgba(255, 255, 255, 0.36) 48%, transparent 52%), radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.72), transparent 24rem) !important;
  pointer-events: none !important;
}

.rv-store-empty-state::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  z-index: -1 !important;
  aspect-ratio: 1.8 / 1 !important;
  border-radius: 999px !important;
  filter: blur(10px) !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
}

.rv-store-empty-state__content {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  gap: 7px !important;
}

.rv-store-empty-state__eyebrow {
  margin: 0 !important;
  color: rgba(198, 66, 110, 0.94) !important;
  font-size: 11px !important;
  font-weight: 880 !important;
  letter-spacing: 0.055em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.rv-store-empty-state__title {
  margin: 0 !important;
  color: var(--rv-store-ink) !important;
  font-size: clamp(18px, 1.55vw, 23px) !important;
  font-weight: 820 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.18 !important;
}

.rv-store-empty-state__action {
  justify-self: start !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: fit-content !important;
  min-height: 28px !important;
  margin-top: 2px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: rgba(198, 66, 110, 0.96) !important;
  cursor: pointer !important;
  font: inherit !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  letter-spacing: -0.012em !important;
  line-height: 1 !important;
  text-align: left !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: color 180ms ease, transform 180ms ease, opacity 180ms ease !important;
}

.rv-store-empty-state__action:hover, .rv-store-empty-state__action:focus-visible {
  outline: none !important;
  color: var(--rv-store-wine) !important;
  transform: translateX(2px) !important;
}

.rv-store-empty-state__action:focus-visible {
  box-shadow: 0 0 0 3px rgba(198, 66, 110, 0.12) !important;
}

.rv-store-empty-state__mark {
  position: absolute !important;
  right: clamp(30px, 6.2vw, 94px) !important;
  top: 50% !important;
  z-index: 1 !important;
  color: rgba(198, 66, 110, 0.055) !important;
  font-size: clamp(72px, 9vw, 150px) !important;
  font-weight: 950 !important;
  letter-spacing: -0.09em !important;
  line-height: 0.72 !important;
  transform: translateY(-48%) !important;
  text-shadow: 0 1px 0 rgba(255,255,255,0.48) !important;
  pointer-events: none !important;
  user-select: none !important;
}

@media (max-width: 760px) {
  .rv-store-filter-empty.rv-store-empty-state {
    min-height: 132px !important;
    padding: 22px 22px 24px !important;
    border-radius: 17px !important;
  }

  .rv-store-empty-state__title {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  .rv-store-empty-state__action {
    font-size: 12.5px !important;
  }

  .rv-store-empty-state__mark {
    right: 18px !important;
    font-size: 86px !important;
    opacity: 0.72 !important;
  }
}

@media (max-width: 420px) {
  .rv-store-empty-state__content {
    padding-right: 22px !important;
  }

  .rv-store-empty-state__mark {
    right: 10px !important;
    font-size: 72px !important;
  }
}

.rv-store-empty-state__mark {
  display: none !important;
}

.rv-store-empty-state__content {
  max-width: min(760px, 100%) !important;
  padding-right: 0 !important;
}

.rv-store-empty-state::after {
  right: clamp(18px, 5vw, 72px) !important;
  width: clamp(180px, 24vw, 360px) !important;
  opacity: 0.30 !important;
  background: radial-gradient( ellipse at center, rgba(198, 66, 110, 0.135), rgba(198, 66, 110, 0.055) 38%, transparent 72% ) !important;
}

@media (max-width: 760px) {
  .rv-store-empty-state__content {
    max-width: 100% !important;
    padding-right: 0 !important;
  }

  .rv-store-empty-state::after {
    right: -30px !important;
    width: 220px !important;
    opacity: 0.22 !important;
  }
}

@media (max-width: 420px) {
  .rv-store-empty-state::after {
    right: -44px !important;
    width: 190px !important;
    opacity: 0.18 !important;
  }
}

@media (max-width: 640px) {
  .rv-store-hero {
    margin-bottom: 22px !important;
  }
}

@media (max-width: 760px) {
  .rv-store-hero::before {
    opacity: 0.72 !important;
    background: radial-gradient(circle at 82% 20%, rgba(198, 66, 110, 0.105), transparent 16rem), radial-gradient(circle at 8% 0%, rgba(255, 255, 255, 0.82), transparent 22rem), linear-gradient(115deg, transparent 48%, rgba(255, 255, 255, 0.18) 50%, transparent 53%) !important;
  }

  .rv-store-hero::after {
    background: none !important;
    font-weight: 950 !important;
  }

  .rv-store-hero__content {
    gap: 11px !important;
    max-width: 100% !important;
  }

  .rv-store-eyebrow {
    font-size: 13px !important;
    line-height: 1.08 !important;
  }

  .rv-store-title {
    max-width: 9.2em !important;
    font-size: clamp(43px, 11.9vw, 52px) !important;
    line-height: 0.94 !important;
    letter-spacing: -0.075em !important;
    text-wrap: balance !important;
  }

  .rv-store-subtitle {
    max-width: 95% !important;
    font-size: clamp(18px, 5.25vw, 22px) !important;
    line-height: 1.27 !important;
    letter-spacing: -0.026em !important;
    font-weight: 700 !important;
  }

  .rv-store-proof-points {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .rv-store-proof-points span {
    min-width: 0 !important;
    background: rgba(255, 255, 255, 0.62) !important;
    border-color: rgba(198, 66, 110, 0.105) !important;
    box-shadow: 0 7px 16px rgba(70, 18, 43, 0.045), inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
    backdrop-filter: blur(8px) !important;
  }

  .rv-store-proof-points span::before {
    transform: translateY(0) !important;
  }

  .rv-store-hero__mark {
    display: none !important;
  }
}

@media (max-width: 520px) {
  .rv-store-hero {
    border-radius: 19px !important;
  }

  .rv-store-title {
    font-size: clamp(42px, 13.2vw, 50px) !important;
    max-width: 7.5em !important;
  }

  .rv-store-subtitle {
    max-width: 93% !important;
    font-size: clamp(17px, 5.35vw, 20px) !important;
  }
}

@media (max-width: 390px) {
  .rv-store-title {
    font-size: clamp(39px, 12.8vw, 45px) !important;
    letter-spacing: -0.073em !important;
  }

  .rv-store-subtitle {
    font-size: 16.5px !important;
    line-height: 1.28 !important;
  }
}

@media (max-width: 760px) {
  .rv-store-eyebrow {
    font-weight: 760 !important;
    opacity: 0.86 !important;
    letter-spacing: -0.006em !important;
  }
}

@media (max-width: 520px) {
  .rv-store-hero {
    padding: 23px 23px 24px !important;
  }
}

:root {
  --rv-store-hero-logo-image: url("https://www.therivalution.com/files/images/logos/logo-secondary.png");
}

.rv-store-hero__mark {
  background-image: var(--rv-store-hero-logo-image) !important;
}

.rv-store-hero__mark:has(img) {
  background-image: none !important;
}

@supports not selector(:has(*)) {
  .rv-store-hero__mark img {
    position: relative !important;
    z-index: 2 !important;
  }
}

.rv-store-hero__mark:not(:has(img)) {
  color: transparent !important;
  text-shadow: none !important;
}

.rv-store-hero__mark:not(:has(img))::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background-image: var(--rv-store-hero-logo-image) !important;
}

@media (max-width: 520px) {
  .rv-store-proof-points span {
    padding-left: 8px !important;
    padding-right: 7px !important;
  }
}

@media (max-width: 760px) {
  .rv-store-proof-points small {
    letter-spacing: -0.018em !important;
  }
}

@media (max-width: 520px) {
  .rv-store-hero::after {
    background-size: 122% auto !important;
  }

  .rv-store-proof-points {
    gap: 6px !important;
    margin-top: 8px !important;
  }

  .rv-store-proof-points span {
    min-height: 44px !important;
    padding: 7px 7px !important;
    border-radius: 10px !important;
    column-gap: 6px !important;
  }

  .rv-store-proof-points span::before {
    width: 17px !important;
    height: 17px !important;
    -webkit-mask-size: 14px 14px !important;
    mask-size: 14px 14px !important;
  }

  .rv-store-proof-points strong {
    font-size: 9.9px !important;
  }

  .rv-store-proof-points small {
    font-size: 8px !important;
  }
}

@media (max-width: 390px) {
  .rv-store-proof-points {
    gap: 6px !important;
  }

  .rv-store-proof-points span {
    column-gap: 5px !important;
  }

  .rv-store-proof-points span::before {
    width: 16px !important;
    height: 16px !important;
    -webkit-mask-size: 13.5px 13.5px !important;
    mask-size: 13.5px 13.5px !important;
  }

  .rv-store-proof-points strong {
    font-size: 9.55px !important;
    letter-spacing: -0.045em !important;
  }

  .rv-store-proof-points small {
    font-size: 7.75px !important;
  }
}

.rv-store-hero__mark {
  justify-self: end !important;
  color: rgba(198, 66, 110, 0.22) !important;
}

.rv-store-hero__mark img {
  display: block !important;
}

.rv-store-hero__mark::after {
  background: radial-gradient(circle, rgba(198, 66, 110, 0.14), transparent 66%) !important;
}

.rv-store-hero__mark:not(:has(img)) {
  opacity: 0.22 !important;
}

.rv-store-hero__mark:not(:has(img))::before {
  opacity: 1 !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 760px) {
  .rv-store-hero {
    display: block !important;
    min-height: auto !important;
    border-radius: 20px !important;
  }

  .rv-store-proof-points {
    gap: 6px !important;
    margin-top: 8px !important;
  }

  .rv-store-proof-points span {
    min-height: 44px !important;
    padding: 7px 7px !important;
    border-radius: 10px !important;
    column-gap: 6px !important;
  }

  .rv-store-proof-points span::before {
    width: 17px !important;
    height: 17px !important;
    -webkit-mask-size: 14px 14px !important;
    mask-size: 14px 14px !important;
  }

  .rv-store-proof-points strong {
    font-size: 9.9px !important;
    line-height: 1.01 !important;
    letter-spacing: -0.04em !important;
  }

  .rv-store-proof-points small {
    font-size: 8px !important;
    line-height: 1.01 !important;
  }
}

@media (max-width: 390px) {
  .rv-store-proof-points span {
    min-height: 43px !important;
    padding: 6px 6px !important;
  }
}

.rv-store-hero {
  min-height: clamp(206px, 13.15vw, 228px) !important;
  padding: clamp(24px, 2.62vw, 34px) !important;
  margin-bottom: 28px !important;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 276px) !important;
  gap: clamp(26px, 3.75vw, 62px) !important;
}

.rv-store-hero__mark {
  width: clamp(152px, 15.25vw, 242px) !important;
  max-width: 242px !important;
  aspect-ratio: 1 !important;
  opacity: 0.20 !important;
  transform: none !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  filter: none !important;
}

.rv-store-hero__mark img {
  width: 100% !important;
  height: 100% !important;
  max-width: 242px !important;
  object-fit: contain !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

.rv-store-hero__mark {
  font-size: clamp(145px, 16vw, 238px) !important;
  line-height: 0.72 !important;
  letter-spacing: -0.1em !important;
}

.rv-store-hero__mark::after {
  inset: 17% !important;
  opacity: 0.82 !important;
  filter: blur(15px) !important;
}

.rv-store-hero::after {
  width: min(430px, 36%) !important;
  right: 6% !important;
  bottom: -30% !important;
  opacity: 0.14 !important;
}

.rv-store-hero__content {
  gap: 10px !important;
}

.rv-store-proof-points {
  margin-top: 7px !important;
}

.rv-store-toolbar {
  margin-top: 0 !important;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .rv-store-hero {
    min-height: clamp(202px, 16.8vw, 224px) !important;
    padding: clamp(23px, 2.9vw, 32px) !important;
    grid-template-columns: minmax(0, 1fr) minmax(150px, 218px) !important;
    gap: clamp(24px, 3.55vw, 46px) !important;
  }

  .rv-store-hero__mark {
    width: clamp(146px, 17vw, 214px) !important;
    max-width: 214px !important;
    font-size: clamp(138px, 17.5vw, 210px) !important;
  }

  .rv-store-hero__mark img {
    max-width: 214px !important;
  }
}

@media (max-width: 900px) {
  .rv-store-hero {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    padding: clamp(25px, 4.6vw, 36px) !important;
    margin-bottom: 24px !important;
  }

  .rv-store-hero__mark {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .rv-store-hero {
    padding: 22px 22px 23px !important;
    margin-bottom: 22px !important;
  }
}

@media (max-width: 390px) {
  .rv-store-hero {
    padding: 20px 18px 21px !important;
  }
}

@media (max-width: 760px) {
  .rv-store-hero__content {
    position: relative !important;
    z-index: 2 !important;
  }

  .rv-store-proof-points {
    position: relative !important;
    z-index: 2 !important;
  }
}

@media (max-width: 520px) {
  .rv-store-hero::after {
    transform: translateY(-50%) rotate(-2deg) !important;
  }
}

@media (min-width: 901px) {
  @media (min-width: 1400px) {
    .rv-store-hero__mark {
      transform: translateX(-24px) !important;
    }
  }
}

@media (min-width: 901px) {
  .rv-store-hero {
    grid-template-columns: minmax(0,1fr) minmax(170px,300px) !important;
    gap: clamp(22px, 3.25vw, 46px) !important;
  }

  .rv-store-hero__mark {
    justify-self: end !important;
    transform: translateX(-36px) !important;
  }
}

@media (min-width: 1400px) {
  .rv-store-hero__mark {
    transform: translateX(-40px) !important;
  }
}

@media (min-width: 1700px) {
  .rv-store-hero__mark {
    transform: translateX(-44px) !important;
  }
}

@media (max-width: 760px) {
  .rv-store-hero {
    position: relative !important;
    overflow: hidden !important;
  }

  .rv-store-hero__content, .rv-store-proof-points {
    position: relative !important;
    z-index: 2 !important;
  }

  .rv-store-hero::after {
    content: "" !important;
    position: absolute !important;
    z-index: 0 !important;
    pointer-events: none !important;
    bottom: auto !important;
    left: auto !important;
    aspect-ratio: 1 / 1 !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
    filter: none !important;
    background-image: var(--rv-store-hero-logo-image) !important;
    background-repeat: no-repeat !important;
  }
}

@media (max-width: 520px) {
  .rv-store-hero::after {
    min-width: 108px !important;
  }
}

@media (max-width: 390px) {
  .rv-store-hero::after {
    min-width: 102px !important;
  }
}

@media (max-width: 760px) {
  .rv-store-hero::after {
    right: -9% !important;
    width: 30% !important;
    max-width: 128px !important;
    min-width: 92px !important;
    opacity: .082 !important;
    transform: translateY(-50%) rotate(-2deg) !important;
    background-position: center center !important;
    background-size: contain !important;
  }
}

@media (max-width: 520px) {
  .rv-store-hero::after {
    right: -10% !important;
    width: 31% !important;
    max-width: 124px !important;
    opacity: .079 !important;
  }
}

@media (max-width: 390px) {
  .rv-store-hero::after {
    right: -11% !important;
    width: 32% !important;
    max-width: 118px !important;
    opacity: .076 !important;
  }
}

@media (max-width: 760px) {
  .rv-store-hero::after {
    top: 49.4% !important;
  }
}

@media (max-width: 520px) {
  .rv-store-hero::after {
    top: 49.7% !important;
  }
}

@media (max-width: 390px) {
  .rv-store-hero::after {
    top: 50% !important;
  }
}

.rv-product-card__media {
  isolation: isolate;
}

.rv-product-card__media-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.rv-product-card__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.012);
  transition: opacity 260ms ease,transform 460ms ease,filter 420ms ease;
}

.rv-product-card__slide.is-active {
  opacity: 1;
  transform: scale(1.001);
  z-index: 1;
}

.rv-product-card:hover .rv-product-card__slide.is-active {
  transform: scale(1.032);
  filter: saturate(1.04) contrast(1.015);
}

.rv-product-card__media-actions {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  pointer-events: none;
}

.rv-product-card__dots {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 25px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.50);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 22px rgba(24, 32, 42, 0.09);
  backdrop-filter: blur(12px);
  pointer-events: auto;
}

.rv-product-card__dot {
  width: 6px;
  height: 6px;
  min-width: 6px;
  min-height: 6px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(24, 32, 42, 0.28);
  cursor: pointer;
  transition: width 180ms ease,background-color 180ms ease,box-shadow 180ms ease;
}

.rv-product-card__dot.is-active, .rv-product-card__dot:hover, .rv-product-card__dot:focus-visible {
  width: 15px;
  background: var(--rv-store-rose);
  box-shadow: 0 0 0 3px rgba(198, 66, 110, 0.12);
  outline: none;
}

.rv-product-card__model-trigger {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  min-height: 25px;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(100, 43, 115, 0.94), rgba(198, 66, 110, 0.94));
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 9px 20px rgba(198, 66, 110, 0.24);
  backdrop-filter: blur(12px);
  pointer-events: auto;
  transition: transform 180ms ease,box-shadow 180ms ease,filter 180ms ease;
}

.rv-product-card__model-trigger:hover, .rv-product-card__model-trigger:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 13px 26px rgba(198, 66, 110, 0.30);
  outline: none;
}

.rv-product-card.has-3d-model .rv-product-card__media::after {
  content: "";
  position: absolute;
  inset: auto 8px 8px auto;
  z-index: 2;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198,66,110,0.16), transparent 67%);
  pointer-events: none;
}

.rv-store-model-open {
  overflow: hidden;
}

.rv-store-model-modal[hidden] {
  display: none !important;
}

.rv-store-model-modal {
  position: fixed;
  inset: 0;
  z-index: 99998;
  display: grid;
  place-items: center;
  padding: 22px;
}

.rv-store-model-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 10, 14, 0.68);
  backdrop-filter: blur(14px);
}

.rv-store-model-modal__panel {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.20);
  border-radius: 26px;
  background: radial-gradient(circle at 76% 12%, rgba(198,66,110,0.16), transparent 19rem), linear-gradient(145deg, rgba(255,255,255,0.98), rgba(248,242,246,0.96));
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255,255,255,0.94);
}

.rv-store-model-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px 14px;
}

.rv-store-model-modal__eyebrow {
  margin: 0 0 5px;
  color: var(--rv-store-rose);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rv-store-model-modal__header h2 {
  margin: 0;
  color: var(--rv-store-ink);
  font-size: clamp(24px, 3.4vw, 42px);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 1;
}

.rv-store-model-modal__close {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(24, 32, 42, 0.08);
  border-radius: 999px;
  background: rgba(255,255,255,0.76);
  color: var(--rv-store-ink);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  box-shadow: 0 8px 24px rgba(24, 32, 42, 0.08);
}

.rv-store-model-modal__close:hover, .rv-store-model-modal__close:focus-visible {
  color: var(--rv-store-rose);
  outline: none;
  box-shadow: var(--rv-store-focus);
}

.rv-store-model-modal__stage {
  position: relative;
  min-height: min(62vh, 620px);
  margin: 0 18px;
  overflow: hidden;
  border-radius: 20px;
  background: radial-gradient(circle at 50% 14%, rgba(255,255,255,0.92), transparent 16rem), linear-gradient(180deg, #f7f8fa 0%, #eceff3 100%);
}

.rv-store-model-modal__stage model-viewer {
  display: block;
  width: 100%;
  height: min(62vh, 620px);
  min-height: 420px;
}

.rv-store-model-modal__loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--rv-store-muted);
  font-size: 13px;
  font-weight: 800;
}

.rv-store-model-modal__hint {
  margin: 0;
  padding: 13px 24px 22px;
  color: var(--rv-store-muted);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 640px) {
  .rv-product-card__media-actions {
    bottom: 9px;
  }

  .rv-product-card__dots {
    min-height: 24px;
    padding-inline: 7px;
  }

  .rv-product-card__model-trigger {
    min-height: 24px;
    padding-inline: 8px;
  }

  .rv-store-model-modal {
    padding: 12px;
  }

  .rv-store-model-modal__panel {
    border-radius: 20px;
  }

  .rv-store-model-modal__header {
    padding: 18px 18px 12px;
  }

  .rv-store-model-modal__stage {
    min-height: 380px;
    margin-inline: 12px;
  }

  .rv-store-model-modal__stage model-viewer {
    height: 380px;
    min-height: 380px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rv-product-card__slide, .rv-product-card__dot, .rv-product-card__model-trigger {
    transition: none !important;
  }
}

.rv-product-card__media-link {
  display: block;
  color: inherit;
  text-decoration: none !important;
  cursor: pointer;
}

.rv-product-card__media-link:focus {
  outline: none;
}

.rv-product-card__media-link:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.92), inset 0 0 0 4px rgba(198, 66, 110, 0.55);
}

.rv-product-card__media-link .rv-product-card__image, .rv-product-card__media-link .rv-product-card__placeholder {
  pointer-events: none;
}

.rv-product-card__media-actions, .rv-product-card__dots, .rv-product-card__dot, .rv-product-card__model-trigger, .rv-product-card__badges, .rv-product-card__wish {
  -webkit-tap-highlight-color: transparent;
}

.rv-product-card__image {
  object-position: var(--rv-crop-grid-desktop-x, 50%) var(--rv-crop-grid-desktop-y, 50%);
  --rv-product-image-zoom: var(--rv-crop-grid-desktop-zoom, 1.001);
}

.rv-store-grid.is-list .rv-product-card__image, .rv-product-card.is-list .rv-product-card__image {
  object-position: var(--rv-crop-list-desktop-x, 50%) var(--rv-crop-list-desktop-y, 50%);
  --rv-product-image-zoom: var(--rv-crop-list-desktop-zoom, 1.001);
}

.rv-product-card__slide {
  object-position: var(--rv-crop-slideshow-desktop-x, 50%) var(--rv-crop-slideshow-desktop-y, 50%);
  --rv-product-image-zoom: var(--rv-crop-slideshow-desktop-zoom, 1.001);
}

.rv-product-card__media.is-enlarged .rv-product-card__image, .rv-product-card__media.is-expanded .rv-product-card__image, .rv-store-product-lightbox .rv-product-card__image, .rv-store-product-lightbox img, .rv-product-card__enlarged .rv-product-card__image {
  object-position: var(--rv-crop-enlarged-desktop-x, 50%) var(--rv-crop-enlarged-desktop-y, 50%);
  --rv-product-image-zoom: var(--rv-crop-enlarged-desktop-zoom, 1.001);
}

@media (max-width: 640px) {
  .rv-product-card__image {
    object-position: var(--rv-crop-grid-mobile-x, 50%) var(--rv-crop-grid-mobile-y, 50%);
    --rv-product-image-zoom: var(--rv-crop-grid-mobile-zoom, 1.001);
  }

  .rv-store-grid.is-list .rv-product-card__image, .rv-product-card.is-list .rv-product-card__image {
    object-position: var(--rv-crop-list-mobile-x, 50%) var(--rv-crop-list-mobile-y, 50%);
    --rv-product-image-zoom: var(--rv-crop-list-mobile-zoom, 1.001);
  }

  .rv-product-card__slide {
    object-position: var(--rv-crop-slideshow-mobile-x, 50%) var(--rv-crop-slideshow-mobile-y, 50%);
    --rv-product-image-zoom: var(--rv-crop-slideshow-mobile-zoom, 1.001);
  }

  .rv-product-card__media.is-enlarged .rv-product-card__image, .rv-product-card__media.is-expanded .rv-product-card__image, .rv-store-product-lightbox .rv-product-card__image, .rv-store-product-lightbox img, .rv-product-card__enlarged .rv-product-card__image {
    object-position: var(--rv-crop-enlarged-mobile-x, 50%) var(--rv-crop-enlarged-mobile-y, 50%);
    --rv-product-image-zoom: var(--rv-crop-enlarged-mobile-zoom, 1.001);
  }
}

.rv-product-card__media, .rv-product-card__media-stage, .rv-product-detail__media {
  position: relative !important;
  overflow: hidden !important;
}

.rv-product-card__media-stage {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  border-radius: inherit !important;
  transform: none !important;
  filter: none !important;
}

.rv-store-grid:not(.is-list) .rv-product-card__media {
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1 / 0.56 !important;
}

.rv-store-grid.is-list .rv-product-card {
  --rv-store-list-media-width: 300px;
  --rv-store-list-media-height: 216px;
  display: grid !important;
  grid-template-columns: calc(var(--rv-store-list-media-width) + 16px) minmax(0, 1fr) !important;
  height: calc(var(--rv-store-list-media-height) + 16px) !important;
  min-height: calc(var(--rv-store-list-media-height) + 16px) !important;
  max-height: calc(var(--rv-store-list-media-height) + 16px) !important;
  align-items: stretch !important;
}

.rv-store-grid.is-list .rv-product-card__media, .rv-product-card.is-list .rv-product-card__media {
  width: var(--rv-store-list-media-width) !important;
  height: var(--rv-store-list-media-height) !important;
  min-width: var(--rv-store-list-media-width) !important;
  min-height: var(--rv-store-list-media-height) !important;
  max-width: var(--rv-store-list-media-width) !important;
  max-height: var(--rv-store-list-media-height) !important;
  aspect-ratio: 1 / 0.72 !important;
  margin: 8px 0 8px 8px !important;
  align-self: start !important;
  justify-self: start !important;
  box-sizing: border-box !important;
}

@media (max-width: 640px) {
  .rv-store-grid:not(.is-list) .rv-product-card__media, .rv-store-grid.is-list .rv-product-card__media, .rv-product-card.is-list .rv-product-card__media {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    aspect-ratio: 1 / 0.60 !important;
    margin: 7px 7px 0 !important;
  }
}

.rv-product-card__media-stage > .rv-product-card__media-view, .rv-product-card__media-stage > .rv-product-crop-frame, .rv-product-card__media > .rv-product-crop-frame {
  display: block;
  background: #f6f7f9;
  transform-origin: 0 0 !important;
}

.rv-store-grid.is-list .rv-product-card__media-view--grid {
  display: none !important;
  pointer-events: none !important;
}

.rv-store-grid.is-list .rv-product-card__media-view--list {
  display: block !important;
  pointer-events: auto !important;
}

.rv-store-grid:not(.is-list) .rv-product-card__media-view--grid {
  display: block !important;
  pointer-events: auto !important;
}

.rv-store-grid:not(.is-list) .rv-product-card__media-view--list {
  display: none !important;
  pointer-events: none !important;
}

.rv-product-crop-frame__image, .rv-product-crop-frame [data-rv-exact-crop-image], [data-rv-exact-crop-image] {
  display: block !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  transition: none !important;
  animation: none !important;
  filter: none !important;
  user-select: none;
  -webkit-user-drag: none;
}

.rv-product-crop-frame.is-contain .rv-product-crop-frame__image, .rv-product-crop-frame.is-contain [data-rv-exact-crop-image] {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

.rv-product-crop-frame.is-manual-crop .rv-product-crop-frame__image, .rv-product-crop-frame.is-manual-crop [data-rv-exact-crop-image] {
  object-fit: fill !important;
  object-position: 0 0 !important;
}

.rv-product-detail__media > .rv-product-crop-frame, .rv-product-detail__media .rv-product-crop-frame {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: var(--rv-exact-crop-ratio, 1.38888889) !important;
}

.rv-product-detail__media .rv-product-crop-frame__image, .rv-product-detail__media [data-rv-exact-crop-image] {
  aspect-ratio: auto !important;
}

.rv-store:has([data-rv-view="list"].is-active) .rv-store-grid, .rv-store:has([data-rv-view="list"][aria-pressed="true"]) .rv-store-grid, .rv-store-page:has([data-rv-view="list"].is-active) .rv-store-grid, .rv-store-page:has([data-rv-view="list"][aria-pressed="true"]) .rv-store-grid, .rv-store-grid.is-list, .rv-products-grid.is-list, [data-rv-store-grid].is-list, [data-rv-current-view="list"] {
  grid-template-columns: 1fr !important;
  gap: 16px !important;
  justify-content: stretch !important;
  align-items: stretch !important;
}

.rv-store:has([data-rv-view="list"].is-active) .rv-product-card, .rv-store:has([data-rv-view="list"][aria-pressed="true"]) .rv-product-card, .rv-store-page:has([data-rv-view="list"].is-active) .rv-product-card, .rv-store-page:has([data-rv-view="list"][aria-pressed="true"]) .rv-product-card, .rv-store-grid.is-list .rv-product-card, .rv-products-grid.is-list .rv-product-card, [data-rv-store-grid].is-list .rv-product-card, .rv-product-card.is-list {
  --rv-store-list-media-width: 300px !important;
  --rv-store-list-media-height: 216px !important;
  display: grid !important;
  grid-template-columns: calc(var(--rv-store-list-media-width) + 16px) minmax(0, 1fr) !important;
  height: calc(var(--rv-store-list-media-height) + 16px) !important;
  min-height: calc(var(--rv-store-list-media-height) + 16px) !important;
  max-height: calc(var(--rv-store-list-media-height) + 16px) !important;
  overflow: hidden !important;
  align-items: stretch !important;
}

.rv-store:has([data-rv-view="list"].is-active) .rv-product-card__media, .rv-store:has([data-rv-view="list"][aria-pressed="true"]) .rv-product-card__media, .rv-store-page:has([data-rv-view="list"].is-active) .rv-product-card__media, .rv-store-page:has([data-rv-view="list"][aria-pressed="true"]) .rv-product-card__media, .rv-store-grid.is-list .rv-product-card__media, .rv-products-grid.is-list .rv-product-card__media, [data-rv-store-grid].is-list .rv-product-card__media, .rv-product-card.is-list .rv-product-card__media {
  display: block !important;
  position: relative !important;
  width: var(--rv-store-list-media-width) !important;
  height: var(--rv-store-list-media-height) !important;
  min-width: var(--rv-store-list-media-width) !important;
  min-height: var(--rv-store-list-media-height) !important;
  max-width: var(--rv-store-list-media-width) !important;
  max-height: var(--rv-store-list-media-height) !important;
  aspect-ratio: 1 / 0.72 !important;
  margin: 8px 0 8px 8px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  align-self: start !important;
  justify-self: start !important;
  box-sizing: border-box !important;
  transform: none !important;
}

.rv-product-card__media-stage > .rv-product-card__media-view, .rv-product-card__media-stage > .rv-product-crop-frame, .rv-product-card__media > .rv-product-crop-frame {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: inherit !important;
  transform: none !important;
  filter: none !important;
}

.rv-product-card__media-view--list {
  display: none !important;
  pointer-events: none !important;
}

.rv-product-card__media-view--grid {
  display: block !important;
  pointer-events: auto !important;
}

.rv-store:has([data-rv-view="list"].is-active) .rv-product-card__media-view--grid, .rv-store:has([data-rv-view="list"][aria-pressed="true"]) .rv-product-card__media-view--grid, .rv-store-page:has([data-rv-view="list"].is-active) .rv-product-card__media-view--grid, .rv-store-page:has([data-rv-view="list"][aria-pressed="true"]) .rv-product-card__media-view--grid, .rv-store-grid.is-list .rv-product-card__media-view--grid, .rv-products-grid.is-list .rv-product-card__media-view--grid, [data-rv-store-grid].is-list .rv-product-card__media-view--grid, .rv-product-card.is-list .rv-product-card__media-view--grid {
  display: none !important;
  pointer-events: none !important;
}

.rv-store:has([data-rv-view="list"].is-active) .rv-product-card__media-view--list, .rv-store:has([data-rv-view="list"][aria-pressed="true"]) .rv-product-card__media-view--list, .rv-store-page:has([data-rv-view="list"].is-active) .rv-product-card__media-view--list, .rv-store-page:has([data-rv-view="list"][aria-pressed="true"]) .rv-product-card__media-view--list, .rv-store-grid.is-list .rv-product-card__media-view--list, .rv-products-grid.is-list .rv-product-card__media-view--list, [data-rv-store-grid].is-list .rv-product-card__media-view--list, .rv-product-card.is-list .rv-product-card__media-view--list {
  display: block !important;
  pointer-events: auto !important;
}

.rv-product-crop-frame, .rv-product-crop-frame *, [data-rv-exact-crop-frame], [data-rv-exact-crop-frame] * {
  transition: none !important;
}

.rv-product-card:hover .rv-product-crop-frame, .rv-product-card:hover .rv-product-crop-frame__image, .rv-product-card:hover [data-rv-exact-crop-image], .rv-product-card:focus-within .rv-product-crop-frame, .rv-product-card:focus-within .rv-product-crop-frame__image, .rv-product-card:focus-within [data-rv-exact-crop-image] {
  transform: none !important;
  filter: none !important;
}

@media (max-width: 640px) {
  .rv-store:has([data-rv-view="list"].is-active) .rv-product-card, .rv-store:has([data-rv-view="list"][aria-pressed="true"]) .rv-product-card, .rv-store-page:has([data-rv-view="list"].is-active) .rv-product-card, .rv-store-page:has([data-rv-view="list"][aria-pressed="true"]) .rv-product-card, .rv-store-grid.is-list .rv-product-card, .rv-products-grid.is-list .rv-product-card, [data-rv-store-grid].is-list .rv-product-card, .rv-product-card.is-list {
    --rv-store-list-media-width: auto !important;
    --rv-store-list-media-height: auto !important;
  }
}

.rv-product-card__media-stage[data-rv-crop-context="list"] > .rv-product-card__media-view--grid, .rv-product-card__media[data-rv-crop-context="list"] .rv-product-card__media-view--grid, .rv-product-card.is-list .rv-product-card__media-stage > .rv-product-card__media-view--grid, .rv-store-grid.is-list .rv-product-card__media-stage > .rv-product-card__media-view--grid, [data-rv-current-view="list"] .rv-product-card__media-stage > .rv-product-card__media-view--grid {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.rv-product-card__media-stage[data-rv-crop-context="list"] > .rv-product-card__media-view--list, .rv-product-card__media[data-rv-crop-context="list"] .rv-product-card__media-view--list, .rv-product-card.is-list .rv-product-card__media-stage > .rv-product-card__media-view--list, .rv-store-grid.is-list .rv-product-card__media-stage > .rv-product-card__media-view--list, [data-rv-current-view="list"] .rv-product-card__media-stage > .rv-product-card__media-view--list {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 2 !important;
}

.rv-product-card__media-stage[data-rv-crop-context="grid"] > .rv-product-card__media-view--list, .rv-product-card__media[data-rv-crop-context="grid"] .rv-product-card__media-view--list, .rv-product-card.is-grid .rv-product-card__media-stage > .rv-product-card__media-view--list, .rv-store-grid.is-grid .rv-product-card__media-stage > .rv-product-card__media-view--list, [data-rv-current-view="grid"] .rv-product-card__media-stage > .rv-product-card__media-view--list {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.rv-product-card__media-stage[data-rv-crop-context="grid"] > .rv-product-card__media-view--grid.is-active, .rv-product-card__media[data-rv-crop-context="grid"] .rv-product-card__media-view--grid.is-active, .rv-product-card.is-grid .rv-product-card__media-stage > .rv-product-card__media-view--grid.is-active, .rv-store-grid.is-grid .rv-product-card__media-stage > .rv-product-card__media-view--grid.is-active, [data-rv-current-view="grid"] .rv-product-card__media-stage > .rv-product-card__media-view--grid.is-active {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 2 !important;
}

.rv-product-card__media-stage > [data-rv-media-active="0"], .rv-product-card__media-stage > [hidden] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.rv-product-card__media-stage > [data-rv-media-active="1"], .rv-product-card__media-stage > [data-rv-media-active="1"].rv-product-card__media-view, .rv-product-card__media-stage[data-rv-crop-context="list"] > .rv-product-card__media-view--list, .rv-product-card__media-stage[data-rv-crop-context="grid"] > .rv-product-card__media-view--grid.is-active, .rv-store-grid.is-list .rv-product-card__media-stage > .rv-product-card__media-view--list, .rv-product-card.is-list .rv-product-card__media-stage > .rv-product-card__media-view--list, [data-rv-current-view="list"] .rv-product-card__media-stage > .rv-product-card__media-view--list {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 5 !important;
}

.rv-product-card__media-stage > [data-rv-media-active="1"] .rv-product-crop-frame__image, .rv-product-card__media-stage > [data-rv-media-active="1"] [data-rv-exact-crop-image], .rv-product-card__media-stage[data-rv-crop-context="list"] > .rv-product-card__media-view--list .rv-product-crop-frame__image, .rv-product-card__media-stage[data-rv-crop-context="list"] > .rv-product-card__media-view--list [data-rv-exact-crop-image], .rv-store-grid.is-list .rv-product-card__media-view--list .rv-product-crop-frame__image, .rv-store-grid.is-list .rv-product-card__media-view--list [data-rv-exact-crop-image] {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  max-width: none !important;
  max-height: none !important;
}

.rv-product-card__media-stage[data-rv-crop-context="list"] > .rv-product-card__media-view--list, .rv-product-card__media-stage[data-rv-crop-context="grid"] > .rv-product-card__media-view--grid.is-active, .rv-product-card__media-stage > [data-rv-media-active="1"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  z-index: 20 !important;
  background-color: #f6f7f9 !important;
  background-repeat: no-repeat !important;
  border-radius: inherit !important;
}

.rv-product-card__media-stage[data-rv-crop-context="list"] > .rv-product-card__media-view--grid, .rv-product-card__media-stage[data-rv-crop-context="grid"] > .rv-product-card__media-view--list, .rv-product-card__media-stage > [data-rv-media-active="0"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.rv-product-card__media-stage[data-rv-crop-context="list"] > .rv-product-card__media-view--list [data-rv-exact-crop-image], .rv-product-card__media-stage[data-rv-crop-context="grid"] > .rv-product-card__media-view--grid.is-active [data-rv-exact-crop-image], .rv-product-card__media-stage > [data-rv-media-active="1"] [data-rv-exact-crop-image] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: fill !important;
  object-position: 0 0 !important;
  transform: none !important;
  filter: none !important;
}

.rv-product-card__media, .rv-product-card__media-stage {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
}

.rv-product-card__media::before, .rv-product-card__media::after, .rv-product-card__media-stage::before, .rv-product-card__media-stage::after, .rv-product-card__media-stage > [data-rv-media-active="1"]::before, .rv-product-card__media-stage > [data-rv-media-active="1"]::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.rv-product-card__media-stage > [data-rv-media-active="1"], .rv-product-card__media-stage[data-rv-crop-context="list"] > .rv-product-card__media-view--list, .rv-product-card__media-stage[data-rv-crop-context="grid"] > .rv-product-card__media-view--grid.is-active {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: inherit !important;
  overflow: hidden !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
  filter: none !important;
  z-index: 30 !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
}

.rv-product-card__media-stage > [data-rv-media-active="0"], .rv-product-card__media-stage > [hidden], .rv-product-card__media-stage[data-rv-crop-context="list"] > .rv-product-card__media-view--grid, .rv-product-card__media-stage[data-rv-crop-context="grid"] > .rv-product-card__media-view--list {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.rv-product-card__media-stage > [data-rv-media-active="1"] > img, .rv-product-card__media-stage > [data-rv-media-active="1"] .rv-product-crop-frame__image, .rv-product-card__media-stage > [data-rv-media-active="1"] [data-rv-exact-crop-image], .rv-product-card__media-stage[data-rv-crop-context="list"] > .rv-product-card__media-view--list > img, .rv-product-card__media-stage[data-rv-crop-context="list"] > .rv-product-card__media-view--list [data-rv-exact-crop-image], .rv-product-card__media-stage[data-rv-crop-context="grid"] > .rv-product-card__media-view--grid.is-active > img, .rv-product-card__media-stage[data-rv-crop-context="grid"] > .rv-product-card__media-view--grid.is-active [data-rv-exact-crop-image] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  transform: none !important;
  filter: none !important;
  z-index: 40 !important;
  pointer-events: none !important;
  background: transparent !important;
}

.rv-product-card:hover .rv-product-card__media-stage > [data-rv-media-active="1"], .rv-product-card:focus-within .rv-product-card__media-stage > [data-rv-media-active="1"], .rv-product-card:hover .rv-product-card__media-stage > [data-rv-media-active="1"] [data-rv-exact-crop-image], .rv-product-card:focus-within .rv-product-card__media-stage > [data-rv-media-active="1"] [data-rv-exact-crop-image] {
  transform: none !important;
  filter: none !important;
}

@media (max-width: 640px) {
  .rv-product-card__media-stage[data-rv-crop-context="list"] > .rv-product-card__media-view--list[data-rv-media-active="1"], .rv-product-card__media-stage > .rv-product-card__media-view--list[data-rv-media-active="1"], .rv-product-card__media-stage > .rv-product-crop-frame--list-mobile[data-rv-media-active="1"], .rv-product-card__media-stage > [data-rv-crop-profile="list_mobile"][data-rv-media-active="1"] {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 60 !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
  }

  .rv-product-card__media-stage[data-rv-crop-context="list"] > .rv-product-card__media-view--list[data-rv-media-active="1"] img, .rv-product-card__media-stage[data-rv-crop-context="list"] > .rv-product-card__media-view--list[data-rv-media-active="1"] [data-rv-exact-crop-image], .rv-product-card__media-stage > [data-rv-crop-profile="list_mobile"][data-rv-media-active="1"] img, .rv-product-card__media-stage > [data-rv-crop-profile="list_mobile"][data-rv-media-active="1"] [data-rv-exact-crop-image] {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: fill !important;
    object-position: 0 0 !important;
    transform: none !important;
    filter: none !important;
  }
}

@media (max-width: 640px) {
  .rv-store:has([data-rv-view="list"].is-active) .rv-product-card, .rv-store:has([data-rv-view="list"][aria-pressed="true"]) .rv-product-card, .rv-store-page:has([data-rv-view="list"].is-active) .rv-product-card, .rv-store-page:has([data-rv-view="list"][aria-pressed="true"]) .rv-product-card, .rv-store-grid.is-list .rv-product-card, .rv-products-grid.is-list .rv-product-card, [data-rv-store-grid].is-list .rv-product-card, .rv-product-card.is-list {
    display: grid !important;
    grid-template-columns: clamp(118px, 34vw, 150px) minmax(0, 1fr) !important;
    grid-template-rows: 1fr !important;
    align-items: stretch !important;
    gap: 0 !important;
    height: clamp(166px, 45vw, 202px) !important;
    min-height: clamp(166px, 45vw, 202px) !important;
    max-height: clamp(166px, 45vw, 202px) !important;
    overflow: hidden !important;
    border-radius: 17px !important;
  }

  .rv-store:has([data-rv-view="list"].is-active) .rv-product-card__media, .rv-store:has([data-rv-view="list"][aria-pressed="true"]) .rv-product-card__media, .rv-store-page:has([data-rv-view="list"].is-active) .rv-product-card__media, .rv-store-page:has([data-rv-view="list"][aria-pressed="true"]) .rv-product-card__media, .rv-store-grid.is-list .rv-product-card__media, .rv-products-grid.is-list .rv-product-card__media, [data-rv-store-grid].is-list .rv-product-card__media, .rv-product-card.is-list .rv-product-card__media {
    display: block !important;
    position: relative !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: stretch !important;
    justify-self: stretch !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    margin: 9px 0 9px 9px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    background-color: #f6f7f9 !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .rv-store:has([data-rv-view="list"].is-active) .rv-product-card__media-stage, .rv-store:has([data-rv-view="list"][aria-pressed="true"]) .rv-product-card__media-stage, .rv-store-page:has([data-rv-view="list"].is-active) .rv-product-card__media-stage, .rv-store-page:has([data-rv-view="list"][aria-pressed="true"]) .rv-product-card__media-stage, .rv-store-grid.is-list .rv-product-card__media-stage, .rv-products-grid.is-list .rv-product-card__media-stage, [data-rv-store-grid].is-list .rv-product-card__media-stage, .rv-product-card.is-list .rv-product-card__media-stage {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    overflow: hidden !important;
    border-radius: inherit !important;
    background-color: transparent !important;
  }

  .rv-store:has([data-rv-view="list"].is-active) .rv-product-card__body, .rv-store:has([data-rv-view="list"][aria-pressed="true"]) .rv-product-card__body, .rv-store-page:has([data-rv-view="list"].is-active) .rv-product-card__body, .rv-store-page:has([data-rv-view="list"][aria-pressed="true"]) .rv-product-card__body, .rv-store-grid.is-list .rv-product-card__body, .rv-products-grid.is-list .rv-product-card__body, [data-rv-store-grid].is-list .rv-product-card__body, .rv-product-card.is-list .rv-product-card__body {
    position: relative !important;
    display: grid !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    grid-template-rows: auto auto 1fr auto !important;
    align-content: stretch !important;
    align-self: stretch !important;
    gap: 5px !important;
    width: auto !important;
    min-width: 0 !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 18px 50px 15px 15px !important;
    box-sizing: border-box !important;
  }

  .rv-store:has([data-rv-view="list"].is-active) .rv-product-card__title, .rv-store:has([data-rv-view="list"][aria-pressed="true"]) .rv-product-card__title, .rv-store-page:has([data-rv-view="list"].is-active) .rv-product-card__title, .rv-store-page:has([data-rv-view="list"][aria-pressed="true"]) .rv-product-card__title, .rv-store-grid.is-list .rv-product-card__title, .rv-products-grid.is-list .rv-product-card__title, [data-rv-store-grid].is-list .rv-product-card__title, .rv-product-card.is-list .rv-product-card__title {
    max-width: 100% !important;
    font-size: clamp(15px, 4.2vw, 18px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.032em !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  .rv-store:has([data-rv-view="list"].is-active) .rv-store-price, .rv-store:has([data-rv-view="list"].is-active) .rv-store-price--sale, .rv-store:has([data-rv-view="list"][aria-pressed="true"]) .rv-store-price, .rv-store:has([data-rv-view="list"][aria-pressed="true"]) .rv-store-price--sale, .rv-store-page:has([data-rv-view="list"].is-active) .rv-store-price, .rv-store-page:has([data-rv-view="list"].is-active) .rv-store-price--sale, .rv-store-page:has([data-rv-view="list"][aria-pressed="true"]) .rv-store-price, .rv-store-page:has([data-rv-view="list"][aria-pressed="true"]) .rv-store-price--sale, .rv-store-grid.is-list .rv-store-price, .rv-store-grid.is-list .rv-store-price--sale, .rv-products-grid.is-list .rv-store-price, .rv-products-grid.is-list .rv-store-price--sale, [data-rv-store-grid].is-list .rv-store-price, [data-rv-store-grid].is-list .rv-store-price--sale, .rv-product-card.is-list .rv-store-price, .rv-product-card.is-list .rv-store-price--sale {
    font-size: clamp(13.85px, 3.95vw, 16px) !important;
    line-height: 1.12 !important;
  }

  .rv-store:has([data-rv-view="list"].is-active) .rv-product-card__button, .rv-store:has([data-rv-view="list"].is-active) .rv-store-button--outline, .rv-store:has([data-rv-view="list"][aria-pressed="true"]) .rv-product-card__button, .rv-store:has([data-rv-view="list"][aria-pressed="true"]) .rv-store-button--outline, .rv-store-page:has([data-rv-view="list"].is-active) .rv-product-card__button, .rv-store-page:has([data-rv-view="list"].is-active) .rv-store-button--outline, .rv-store-page:has([data-rv-view="list"][aria-pressed="true"]) .rv-product-card__button, .rv-store-page:has([data-rv-view="list"][aria-pressed="true"]) .rv-store-button--outline, .rv-store-grid.is-list .rv-product-card__button, .rv-store-grid.is-list .rv-store-button--outline, .rv-products-grid.is-list .rv-product-card__button, .rv-products-grid.is-list .rv-store-button--outline, [data-rv-store-grid].is-list .rv-product-card__button, [data-rv-store-grid].is-list .rv-store-button--outline, .rv-product-card.is-list .rv-product-card__button, .rv-product-card.is-list .rv-store-button--outline {
    align-self: end !important;
    min-height: 42px !important;
    height: 42px !important;
    padding: 0 12px !important;
    border-radius: 12px !important;
    font-size: 13px !important;
  }

  .rv-product-card__media-stage[data-rv-crop-context="list"] > .rv-product-card__media-view--list[data-rv-media-active="1"], .rv-product-card__media-stage[data-rv-crop-context="list"] > .rv-product-crop-frame--list-mobile[data-rv-media-active="1"], .rv-product-card__media-stage[data-rv-crop-context="list"] > [data-rv-crop-profile="list_mobile"][data-rv-media-active="1"], .rv-product-card__media-stage > .rv-product-card__media-view--list[data-rv-media-active="1"], .rv-product-card__media-stage > .rv-product-crop-frame--list-mobile[data-rv-media-active="1"], .rv-product-card__media-stage > [data-rv-crop-profile="list_mobile"][data-rv-media-active="1"] {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 60 !important;
    background-repeat: no-repeat !important;
  }

  .rv-product-card__media-stage[data-rv-crop-context="list"] > .rv-product-card__media-view--grid, .rv-product-card__media-stage[data-rv-crop-context="list"] > .rv-product-crop-frame--grid-desktop, .rv-product-card__media-stage[data-rv-crop-context="list"] > .rv-product-crop-frame--grid-mobile, .rv-product-card__media-stage[data-rv-crop-context="list"] > [data-rv-crop-profile="grid_desktop"], .rv-product-card__media-stage[data-rv-crop-context="list"] > [data-rv-crop-profile="grid_mobile"] {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media (max-width: 640px) {
  .rv-store-grid.is-list .rv-product-card, .rv-products-grid.is-list .rv-product-card, [data-rv-store-grid].is-list .rv-product-card, .rv-product-card.is-list {
    grid-template-rows: 1fr !important;
  }

  .rv-store-grid.is-list .rv-product-card__media, .rv-products-grid.is-list .rv-product-card__media, [data-rv-store-grid].is-list .rv-product-card__media, .rv-product-card.is-list .rv-product-card__media {
    padding: 0 !important;
  }

  .rv-store-grid.is-list .rv-product-card__media-stage, .rv-products-grid.is-list .rv-product-card__media-stage, [data-rv-store-grid].is-list .rv-product-card__media-stage, .rv-product-card.is-list .rv-product-card__media-stage {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    border-radius: inherit !important;
  }

  .rv-product-card__media-stage[data-rv-crop-context="list"] > [data-rv-media-active="0"], .rv-product-card__media-stage[data-rv-crop-context="list"] > [aria-hidden="true"], .rv-product-card__media-stage[data-rv-crop-context="list"] > [hidden] {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    z-index: 0 !important;
  }

  .rv-product-card__media-stage[data-rv-crop-context="list"] > [data-rv-media-active="1"], .rv-product-card__media-stage[data-rv-crop-context="list"] > .rv-product-card__media-view--list.is-active {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: hidden !important;
    z-index: 80 !important;
    border-radius: inherit !important;
    background-repeat: no-repeat !important;
  }

  .rv-product-card__media-stage[data-rv-crop-context="list"] > [data-rv-media-active="1"] img, .rv-product-card__media-stage[data-rv-crop-context="list"] > [data-rv-media-active="1"] [data-rv-exact-crop-image] {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    max-width: none !important;
    max-height: none !important;
    transform: none !important;
    filter: none !important;
  }
}

@media (max-width: 640px) {
  .rv-product-card__media-stage[data-rv-crop-context="list"] > [data-rv-crop-profile="list_mobile"][data-rv-media-active="1"], .rv-product-card__media-stage[data-rv-crop-context="list"] > .rv-product-crop-frame--list-mobile[data-rv-media-active="1"] {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: hidden !important;
    background-repeat: no-repeat !important;
    border-radius: inherit !important;
    z-index: 100 !important;
  }

  .rv-product-card__media-stage[data-rv-crop-context="list"] > [data-rv-crop-profile="list_mobile"][data-rv-media-active="1"] img, .rv-product-card__media-stage[data-rv-crop-context="list"] > .rv-product-crop-frame--list-mobile[data-rv-media-active="1"] img, .rv-product-card__media-stage[data-rv-crop-context="list"] > [data-rv-crop-profile="list_mobile"][data-rv-media-active="1"] [data-rv-exact-crop-image] {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: fill !important;
    transform: none !important;
    filter: none !important;
  }
}

@media (max-width: 640px) {
  .rv-store-grid.is-list {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }

  .rv-store-grid.is-list .rv-product-card {
    display: grid !important;
    grid-template-columns: 112px minmax(0, 1fr) !important;
    height: 176px !important;
    min-height: 176px !important;
    max-height: 176px !important;
    overflow: hidden !important;
    border-radius: 16px !important;
  }

  .rv-store-grid.is-list .rv-product-card__media {
    display: block !important;
    width: 100% !important;
    height: 156.8px !important;
    min-height: 156.8px !important;
    max-height: 156.8px !important;
    aspect-ratio: 5 / 7 !important;
    margin: 9.6px 0 9.6px 9px !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    background: #f6f7f9 !important;
  }

  .rv-store-grid.is-list .rv-product-card__media-stage, .rv-store-grid.is-list .rv-product-card__media-link, .rv-store-grid.is-list .rv-product-card__media-view, .rv-store-grid.is-list .rv-product-crop-frame, .rv-store-grid.is-list .rv-product-crop-frame.is-active, .rv-store-grid.is-list .rv-product-crop-frame[data-rv-crop-profile="list_mobile"][data-rv-media-active="1"] {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    aspect-ratio: 5 / 7 !important;
    overflow: hidden !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2 !important;
  }

  .rv-store-grid.is-list .rv-product-card__media-view:not(.is-active), .rv-store-grid.is-list .rv-product-crop-frame:not(.is-active) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  .rv-store-grid.is-list .rv-product-crop-frame__image, .rv-store-grid.is-list .rv-product-crop-frame.is-active > img[data-rv-exact-crop-image] {
    max-width: none !important;
    max-height: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .rv-store-grid.is-list .rv-product-card__body {
    display: grid !important;
    grid-template-rows: auto auto 1fr auto !important;
    gap: 5px !important;
    min-width: 0 !important;
    padding: 18px 50px 15px 15px !important;
  }

  .rv-store-grid.is-list .rv-product-card__title {
    max-width: 100% !important;
    font-size: 15.35px !important;
    line-height: 1.1 !important;
    letter-spacing: -0.028em !important;
  }

  .rv-store-grid.is-list .rv-store-price, .rv-store-grid.is-list .rv-store-price--sale {
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: wrap !important;
    gap: 3px 8px !important;
    max-width: 100% !important;
    font-size: 14.15px !important;
    line-height: 1.08 !important;
  }

  .rv-store-grid.is-list .rv-store-price__regular {
    font-size: 11.5px !important;
    line-height: 1.08 !important;
  }

  .rv-store-grid.is-list .rv-product-card__button, .rv-store-grid.is-list .rv-store-button--outline {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    width: 100% !important;
    min-height: 33px !important;
    max-height: 33px !important;
    padding: 0 12px !important;
    border-radius: 9px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .rv-store-grid.is-list .rv-product-card__wish, .rv-store-grid.is-list .rv-product-card__wish:hover, .rv-store-grid.is-list .rv-product-card__wish:focus-visible, .rv-store-grid.is-list .rv-product-card__wish.is-active {
    top: 12px !important;
    right: 18px !important;
    width: 29px !important;
    height: 29px !important;
    font-size: 20px !important;
  }

  .rv-store-grid.is-list .rv-product-card__badges, .rv-store-grid.is-list .rv-product-card__badges--top {
    top: 12px !important;
    left: 12px !important;
    right: 12px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 5px !important;
  }

  .rv-store-grid.is-list .rv-product-card__badges--bottom {
    top: auto !important;
    bottom: 12px !important;
    left: 12px !important;
    right: auto !important;
    display: flex !important;
  }
}

@media (max-width: 420px) {
  .rv-store-grid.is-list .rv-product-card {
    grid-template-columns: 108px minmax(0, 1fr) !important;
    height: 170px !important;
    min-height: 170px !important;
    max-height: 170px !important;
  }

  .rv-store-grid.is-list .rv-product-card__media {
    height: 151.2px !important;
    min-height: 151.2px !important;
    max-height: 151.2px !important;
  }

  .rv-store-grid.is-list .rv-product-card__body {
    padding: 18px 48px 14px 14px !important;
  }
}

@media (max-width: 370px) {
  .rv-store-grid.is-list .rv-product-card {
    grid-template-columns: 102px minmax(0, 1fr) !important;
    height: 162px !important;
    min-height: 162px !important;
    max-height: 162px !important;
  }

  .rv-store-grid.is-list .rv-product-card__media {
    height: 142.8px !important;
    min-height: 142.8px !important;
    max-height: 142.8px !important;
  }
}

@media (max-width: 640px) {
  .rv-product-card__media-stage, .rv-product-card__media-link {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    border-radius: inherit !important;
  }

  .rv-product-card__media-stage > .rv-product-card__media-view, .rv-product-card__media-stage > .rv-product-crop-frame, .rv-product-card__media-link > .rv-product-card__media-view, .rv-product-card__media-link > .rv-product-crop-frame {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    overflow: hidden !important;
    border-radius: inherit !important;
  }

  .rv-product-card__media-stage > .rv-product-card__media-view:not(.is-active), .rv-product-card__media-stage > .rv-product-crop-frame:not(.is-active), .rv-product-card__media-link > .rv-product-card__media-view:not(.is-active), .rv-product-card__media-link > .rv-product-crop-frame:not(.is-active) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .rv-product-card__media-stage > .rv-product-card__media-view.is-active, .rv-product-card__media-stage > .rv-product-crop-frame.is-active, .rv-product-card__media-link > .rv-product-card__media-view.is-active, .rv-product-card__media-link > .rv-product-crop-frame.is-active, .rv-product-card__media-stage > [data-rv-media-active="1"], .rv-product-card__media-link > [data-rv-media-active="1"] {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: 2 !important;
  }

  .rv-product-card__media-stage > [data-rv-media-active="1"] img, .rv-product-card__media-link > [data-rv-media-active="1"] img, .rv-product-card__media-stage > [data-rv-media-active="1"] [data-rv-exact-crop-image], .rv-product-card__media-link > [data-rv-media-active="1"] [data-rv-exact-crop-image] {
    visibility: visible !important;
    opacity: 1 !important;
    max-width: none !important;
    max-height: none !important;
  }

  .rv-store-grid:not(.is-list) .rv-product-card__media, .rv-products-grid:not(.is-list) .rv-product-card__media, [data-rv-store-grid]:not(.is-list) .rv-product-card__media, .rv-product-card.is-grid .rv-product-card__media {
    aspect-ratio: 1 / 0.60 !important;
  }

  .rv-store-grid.is-list, .rv-products-grid.is-list, [data-rv-store-grid].is-list {
    grid-template-columns: 1fr !important;
    justify-content: stretch !important;
    gap: 16px !important;
  }

  .rv-store-grid.is-list .rv-product-card, .rv-products-grid.is-list .rv-product-card, [data-rv-store-grid].is-list .rv-product-card, .rv-product-card.is-list {
    display: grid !important;
    grid-template-columns: 96px minmax(0, 1fr) !important;
    column-gap: 16px !important;
    align-items: stretch !important;
    height: 148px !important;
    min-height: 148px !important;
    max-height: 148px !important;
    padding: 10px 12px 10px 10px !important;
    overflow: hidden !important;
    border-radius: 16px !important;
    box-sizing: border-box !important;
  }

  .rv-store-grid.is-list .rv-product-card__media, .rv-products-grid.is-list .rv-product-card__media, [data-rv-store-grid].is-list .rv-product-card__media, .rv-product-card.is-list .rv-product-card__media {
    grid-column: 1 !important;
    grid-row: 1 !important;
    position: relative !important;
    display: block !important;
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
    height: 128px !important;
    min-height: 128px !important;
    max-height: 128px !important;
    aspect-ratio: 3 / 4 !important;
    margin: 0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #f6f7f9 !important;
    box-sizing: border-box !important;
  }

  .rv-store-grid.is-list .rv-product-card__body, .rv-products-grid.is-list .rv-product-card__body, [data-rv-store-grid].is-list .rv-product-card__body, .rv-product-card.is-list .rv-product-card__body {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: grid !important;
    grid-template-rows: auto auto 1fr auto !important;
    gap: 4px !important;
    min-width: 0 !important;
    padding: 8px 26px 0 0 !important;
    align-self: stretch !important;
    box-sizing: border-box !important;
  }

  .rv-store-grid.is-list .rv-product-card__title, .rv-products-grid.is-list .rv-product-card__title, [data-rv-store-grid].is-list .rv-product-card__title, .rv-product-card.is-list .rv-product-card__title {
    font-size: 15.5px !important;
    line-height: 1.08 !important;
    letter-spacing: -0.03em !important;
    max-width: 100% !important;
  }

  .rv-store-grid.is-list .rv-store-price, .rv-store-grid.is-list .rv-store-price--sale, .rv-products-grid.is-list .rv-store-price, .rv-products-grid.is-list .rv-store-price--sale, [data-rv-store-grid].is-list .rv-store-price, [data-rv-store-grid].is-list .rv-store-price--sale, .rv-product-card.is-list .rv-store-price, .rv-product-card.is-list .rv-store-price--sale {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    gap: 2px 8px !important;
    font-size: 14.25px !important;
    line-height: 1.08 !important;
  }

  .rv-store-grid.is-list .rv-store-price__regular, .rv-products-grid.is-list .rv-store-price__regular, [data-rv-store-grid].is-list .rv-store-price__regular, .rv-product-card.is-list .rv-store-price__regular {
    font-size: 11.5px !important;
    line-height: 1.08 !important;
  }

  .rv-store-grid.is-list .rv-product-card__button, .rv-store-grid.is-list .rv-store-button--outline, .rv-products-grid.is-list .rv-product-card__button, .rv-products-grid.is-list .rv-store-button--outline, [data-rv-store-grid].is-list .rv-product-card__button, [data-rv-store-grid].is-list .rv-store-button--outline, .rv-product-card.is-list .rv-product-card__button, .rv-product-card.is-list .rv-store-button--outline {
    width: 100% !important;
    min-height: 34px !important;
    max-height: 34px !important;
    padding: 0 12px !important;
    border-radius: 9px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  .rv-store-grid.is-list .rv-product-card__wish, .rv-store-grid.is-list .rv-product-card__wish:hover, .rv-store-grid.is-list .rv-product-card__wish:focus-visible, .rv-store-grid.is-list .rv-product-card__wish.is-active, .rv-products-grid.is-list .rv-product-card__wish, .rv-product-card.is-list .rv-product-card__wish {
    top: 13px !important;
    right: 16px !important;
    width: 28px !important;
    height: 28px !important;
    font-size: 20px !important;
    z-index: 8 !important;
  }

  .rv-store-grid.is-list .rv-product-card__badges, .rv-store-grid.is-list .rv-product-card__badges--top, .rv-products-grid.is-list .rv-product-card__badges, .rv-products-grid.is-list .rv-product-card__badges--top, [data-rv-store-grid].is-list .rv-product-card__badges, [data-rv-store-grid].is-list .rv-product-card__badges--top, .rv-product-card.is-list .rv-product-card__badges, .rv-product-card.is-list .rv-product-card__badges--top {
    top: 12px !important;
    left: 12px !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 7 !important;
  }

  .rv-store-grid.is-list .rv-product-card__badges--bottom, .rv-products-grid.is-list .rv-product-card__badges--bottom, [data-rv-store-grid].is-list .rv-product-card__badges--bottom, .rv-product-card.is-list .rv-product-card__badges--bottom {
    top: auto !important;
    bottom: 12px !important;
    left: 12px !important;
    right: auto !important;
    z-index: 7 !important;
  }
}

@media (max-width: 370px) {
  .rv-store-grid.is-list .rv-product-card, .rv-products-grid.is-list .rv-product-card, [data-rv-store-grid].is-list .rv-product-card, .rv-product-card.is-list {
    grid-template-columns: 90px minmax(0, 1fr) !important;
    column-gap: 14px !important;
    height: 142px !important;
    min-height: 142px !important;
    max-height: 142px !important;
  }

  .rv-store-grid.is-list .rv-product-card__media, .rv-products-grid.is-list .rv-product-card__media, [data-rv-store-grid].is-list .rv-product-card__media, .rv-product-card.is-list .rv-product-card__media {
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
    height: 122px !important;
    min-height: 122px !important;
    max-height: 122px !important;
  }
}

@media (max-width: 640px) {
  .rv-store-grid[data-rv-current-view="list"], .rv-store-grid.is-list, .rv-products-grid[data-rv-current-view="list"], .rv-products-grid.is-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media-stage, .rv-store-grid.is-list .rv-product-card__media-stage, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__media-stage, .rv-products-grid.is-list .rv-product-card__media-stage, .rv-product-card.is-list .rv-product-card__media-stage, .rv-store-grid[data-rv-current-view="list"] [data-rv-card-media-stage], .rv-store-grid.is-list [data-rv-card-media-stage], .rv-products-grid[data-rv-current-view="list"] [data-rv-card-media-stage], .rv-products-grid.is-list [data-rv-card-media-stage], .rv-product-card.is-list [data-rv-card-media-stage] {
    display: block !important;
    min-width: 0 !important;
    min-height: 0 !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media-view, .rv-store-grid.is-list .rv-product-card__media-view, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__media-view, .rv-products-grid.is-list .rv-product-card__media-view, .rv-product-card.is-list .rv-product-card__media-view {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media-view--grid, .rv-store-grid.is-list .rv-product-card__media-view--grid, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__media-view--grid, .rv-products-grid.is-list .rv-product-card__media-view--grid, .rv-product-card.is-list .rv-product-card__media-view--grid {
    display: none !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media-view--list, .rv-store-grid.is-list .rv-product-card__media-view--list, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__media-view--list, .rv-products-grid.is-list .rv-product-card__media-view--list, .rv-product-card.is-list .rv-product-card__media-view--list {
    display: none !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media-view--list[data-rv-media-active="1"], .rv-store-grid.is-list .rv-product-card__media-view--list[data-rv-media-active="1"], .rv-products-grid[data-rv-current-view="list"] .rv-product-card__media-view--list[data-rv-media-active="1"], .rv-products-grid.is-list .rv-product-card__media-view--list[data-rv-media-active="1"], .rv-product-card.is-list .rv-product-card__media-view--list[data-rv-media-active="1"] {
    display: block !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__button, .rv-store-grid.is-list .rv-product-card__button, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__button, .rv-products-grid.is-list .rv-product-card__button, .rv-product-card.is-list .rv-product-card__button {
    border-radius: 13px !important;
    font-size: clamp(14px, 4vw, 20px) !important;
  }

  .rv-store-grid[data-rv-current-view="grid"] .rv-product-card__media-view--list, .rv-store-grid.is-grid .rv-product-card__media-view--list, .rv-products-grid[data-rv-current-view="grid"] .rv-product-card__media-view--list, .rv-products-grid.is-grid .rv-product-card__media-view--list, .rv-product-card.is-grid .rv-product-card__media-view--list {
    display: none !important;
  }

  .rv-store-grid[data-rv-current-view="grid"] .rv-product-card__media-view--grid[data-rv-media-active="1"], .rv-store-grid.is-grid .rv-product-card__media-view--grid[data-rv-media-active="1"], .rv-products-grid[data-rv-current-view="grid"] .rv-product-card__media-view--grid[data-rv-media-active="1"], .rv-products-grid.is-grid .rv-product-card__media-view--grid[data-rv-media-active="1"], .rv-product-card.is-grid .rv-product-card__media-view--grid[data-rv-media-active="1"] {
    display: block !important;
  }
}

.rv-product-card__media-stage[data-rv-stage-painted="1"], .rv-product-card__media-link[data-rv-stage-painted="1"], [data-rv-card-media-stage][data-rv-stage-painted="1"] {
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  overflow: hidden !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.rv-product-card__media-stage[data-rv-stage-painted="1"] > [data-rv-media-active="1"], .rv-product-card__media-link[data-rv-stage-painted="1"] > [data-rv-media-active="1"], [data-rv-card-media-stage][data-rv-stage-painted="1"] > [data-rv-media-active="1"] {
  opacity: 1 !important;
  visibility: visible !important;
  background-color: transparent !important;
}

.rv-product-card__media-stage[data-rv-stage-painted="1"] > [data-rv-media-active="1"] img, .rv-product-card__media-link[data-rv-stage-painted="1"] > [data-rv-media-active="1"] img, [data-rv-card-media-stage][data-rv-stage-painted="1"] > [data-rv-media-active="1"] img {
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 640px) {
  .rv-store-grid[data-rv-current-view="list"], .rv-store-grid.is-list, .rv-products-grid[data-rv-current-view="list"], .rv-products-grid.is-list {
    gap: 18px !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media, .rv-store-grid.is-list .rv-product-card__media, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__media, .rv-products-grid.is-list .rv-product-card__media, .rv-product-card.is-list .rv-product-card__media {
    grid-column: 1 !important;
    grid-row: 1 / span 3 !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media-stage, .rv-store-grid.is-list .rv-product-card__media-stage, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__media-stage, .rv-products-grid.is-list .rv-product-card__media-stage, .rv-product-card.is-list .rv-product-card__media-stage, .rv-store-grid[data-rv-current-view="list"] [data-rv-card-media-stage], .rv-store-grid.is-list [data-rv-card-media-stage], .rv-products-grid[data-rv-current-view="list"] [data-rv-card-media-stage], .rv-products-grid.is-list [data-rv-card-media-stage], .rv-product-card.is-list [data-rv-card-media-stage] {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: inherit !important;
    overflow: hidden !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__body, .rv-store-grid.is-list .rv-product-card__body, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__body, .rv-products-grid.is-list .rv-product-card__body, .rv-product-card.is-list .rv-product-card__body {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__button, .rv-store-grid.is-list .rv-product-card__button, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__button, .rv-products-grid.is-list .rv-product-card__button, .rv-product-card.is-list .rv-product-card__button {
    width: 100% !important;
    max-width: 245px !important;
    min-height: 46px !important;
    justify-self: start !important;
  }
}

@media (max-width: 640px) {
  .rv-store-grid[data-rv-current-view="list"] .rv-product-card, .rv-store-grid.is-list .rv-product-card, .rv-products-grid[data-rv-current-view="list"] .rv-product-card, .rv-products-grid.is-list .rv-product-card, .rv-product-card.is-list {
    display: grid !important;
    grid-template-columns: 108px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    align-items: center !important;
    min-height: 164px !important;
    height: 164px !important;
    max-height: 164px !important;
    padding: 9px 10px 9px 9px !important;
    overflow: hidden !important;
    border-radius: 18px !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media, .rv-store-grid.is-list .rv-product-card__media, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__media, .rv-products-grid.is-list .rv-product-card__media, .rv-product-card.is-list .rv-product-card__media {
    width: 108px !important;
    min-width: 108px !important;
    max-width: 108px !important;
    height: 146px !important;
    min-height: 146px !important;
    max-height: 146px !important;
    margin: 0 !important;
    align-self: center !important;
    justify-self: start !important;
    border-radius: 12px !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media-stage, .rv-store-grid.is-list .rv-product-card__media-stage, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__media-stage, .rv-products-grid.is-list .rv-product-card__media-stage, .rv-product-card.is-list .rv-product-card__media-stage, .rv-store-grid[data-rv-current-view="list"] .rv-product-crop-frame[data-rv-media-active="1"], .rv-store-grid.is-list .rv-product-crop-frame[data-rv-media-active="1"], .rv-products-grid[data-rv-current-view="list"] .rv-product-crop-frame[data-rv-media-active="1"], .rv-products-grid.is-list .rv-product-crop-frame[data-rv-media-active="1"], .rv-product-card.is-list .rv-product-crop-frame[data-rv-media-active="1"] {
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    border-radius: inherit !important;
    overflow: hidden !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__body, .rv-store-grid.is-list .rv-product-card__body, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__body, .rv-products-grid.is-list .rv-product-card__body, .rv-product-card.is-list .rv-product-card__body {
    display: grid !important;
    grid-template-rows: auto auto 1fr auto !important;
    align-content: stretch !important;
    gap: 4px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: 100% !important;
    padding: 16px 34px 13px 0 !important;
    margin: 0 !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__headline, .rv-store-grid.is-list .rv-product-card__headline, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__headline, .rv-products-grid.is-list .rv-product-card__headline, .rv-product-card.is-list .rv-product-card__headline, .rv-store-grid[data-rv-current-view="list"] .rv-product-card__title, .rv-store-grid.is-list .rv-product-card__title, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__title, .rv-products-grid.is-list .rv-product-card__title, .rv-product-card.is-list .rv-product-card__title {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__title, .rv-store-grid.is-list .rv-product-card__title, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__title, .rv-products-grid.is-list .rv-product-card__title, .rv-product-card.is-list .rv-product-card__title {
    padding-right: 8px !important;
    font-size: 16px !important;
    line-height: 1.12 !important;
    letter-spacing: -0.035em !important;
    overflow: visible !important;
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
    white-space: normal !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-store-price, .rv-store-grid.is-list .rv-store-price, .rv-products-grid[data-rv-current-view="list"] .rv-store-price, .rv-products-grid.is-list .rv-store-price, .rv-product-card.is-list .rv-store-price {
    font-size: 15px !important;
    line-height: 1.12 !important;
    white-space: nowrap !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-store-price__regular, .rv-store-grid.is-list .rv-store-price__regular, .rv-products-grid[data-rv-current-view="list"] .rv-store-price__regular, .rv-products-grid.is-list .rv-store-price__regular, .rv-product-card.is-list .rv-store-price__regular {
    font-size: 12px !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__button, .rv-store-grid.is-list .rv-product-card__button, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__button, .rv-products-grid.is-list .rv-product-card__button, .rv-product-card.is-list .rv-product-card__button, .rv-store-grid[data-rv-current-view="list"] .rv-store-button--outline, .rv-store-grid.is-list .rv-store-button--outline, .rv-products-grid[data-rv-current-view="list"] .rv-store-button--outline, .rv-products-grid.is-list .rv-store-button--outline, .rv-product-card.is-list .rv-store-button--outline {
    align-self: end !important;
    justify-self: start !important;
    width: 100% !important;
    max-width: 178px !important;
    min-height: 39px !important;
    max-height: 39px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__wish, .rv-store-grid.is-list .rv-product-card__wish, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__wish, .rv-products-grid.is-list .rv-product-card__wish, .rv-product-card.is-list .rv-product-card__wish {
    top: 14px !important;
    right: 12px !important;
    width: 28px !important;
    height: 28px !important;
    font-size: 24px !important;
    z-index: 9 !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges, .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges--top, .rv-store-grid.is-list .rv-product-card__badges, .rv-store-grid.is-list .rv-product-card__badges--top, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges--top, .rv-products-grid.is-list .rv-product-card__badges, .rv-products-grid.is-list .rv-product-card__badges--top, .rv-product-card.is-list .rv-product-card__badges, .rv-product-card.is-list .rv-product-card__badges--top {
    position: absolute !important;
    inset: 0 auto auto 0 !important;
    width: 108px !important;
    height: 146px !important;
    margin: 9px 0 0 9px !important;
    z-index: 8 !important;
    display: block !important;
    pointer-events: none !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges .rv-store-badge, .rv-store-grid.is-list .rv-product-card__badges .rv-store-badge, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges .rv-store-badge, .rv-products-grid.is-list .rv-product-card__badges .rv-store-badge, .rv-product-card.is-list .rv-product-card__badges .rv-store-badge {
    position: absolute !important;
    top: 8px !important;
    left: 8px !important;
    min-height: 20px !important;
    padding: 0 8px !important;
    border-radius: 6px !important;
    font-size: 9px !important;
    line-height: 1 !important;
    z-index: 9 !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges .rv-store-badge--muted, .rv-store-grid.is-list .rv-product-card__badges .rv-store-badge--muted, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges .rv-store-badge--muted, .rv-products-grid.is-list .rv-product-card__badges .rv-store-badge--muted, .rv-product-card.is-list .rv-product-card__badges .rv-store-badge--muted {
    top: auto !important;
    bottom: 8px !important;
    left: 8px !important;
  }
}

@media (max-width: 370px) {
  .rv-store-grid[data-rv-current-view="list"] .rv-product-card, .rv-store-grid.is-list .rv-product-card, .rv-products-grid[data-rv-current-view="list"] .rv-product-card, .rv-products-grid.is-list .rv-product-card, .rv-product-card.is-list {
    height: 154px !important;
    min-height: 154px !important;
    max-height: 154px !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__body, .rv-store-grid.is-list .rv-product-card__body, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__body, .rv-products-grid.is-list .rv-product-card__body, .rv-product-card.is-list .rv-product-card__body {
    padding: 14px 31px 12px 0 !important;
  }
}

@media (max-width: 370px) {
  .rv-store-grid[data-rv-current-view="list"] .rv-product-card, .rv-store-grid.is-list .rv-product-card, .rv-products-grid[data-rv-current-view="list"] .rv-product-card, .rv-products-grid.is-list .rv-product-card, .rv-product-card.is-list {
    grid-template-columns: 102px minmax(0, 1fr) !important;
    column-gap: 10px !important;
    padding: 8px 9px 8px 5px !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media, .rv-store-grid.is-list .rv-product-card__media, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__media, .rv-products-grid.is-list .rv-product-card__media, .rv-product-card.is-list .rv-product-card__media {
    width: 98px !important;
    min-width: 98px !important;
    max-width: 98px !important;
    height: 138px !important;
    min-height: 138px !important;
    max-height: 138px !important;
    margin: 8px 0 8px 3px !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges, .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges--top, .rv-store-grid.is-list .rv-product-card__badges, .rv-store-grid.is-list .rv-product-card__badges--top, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges--top, .rv-products-grid.is-list .rv-product-card__badges, .rv-products-grid.is-list .rv-product-card__badges--top, .rv-product-card.is-list .rv-product-card__badges, .rv-product-card.is-list .rv-product-card__badges--top {
    width: 98px !important;
    height: 138px !important;
    margin: 8px 0 0 8px !important;
  }
}

@media (max-width: 480px) {
  .rv-store-grid[data-rv-current-view="list"] .rv-product-card, .rv-store-grid.is-list .rv-product-card, .rv-products-grid[data-rv-current-view="list"] .rv-product-card, .rv-products-grid.is-list .rv-product-card, .rv-product-card.is-list {
    display: grid !important;
    grid-template-columns: 124px minmax(0, 1fr) !important;
    grid-template-rows: minmax(132px, auto) 44px !important;
    column-gap: 12px !important;
    row-gap: 10px !important;
    align-items: start !important;
    min-height: 202px !important;
    height: 202px !important;
    max-height: 202px !important;
    padding: 10px 12px 12px 8px !important;
    overflow: hidden !important;
    border-radius: 18px !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media, .rv-store-grid.is-list .rv-product-card__media, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__media, .rv-products-grid.is-list .rv-product-card__media, .rv-product-card.is-list .rv-product-card__media {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 124px !important;
    min-width: 124px !important;
    max-width: 124px !important;
    height: 132px !important;
    min-height: 132px !important;
    max-height: 132px !important;
    margin: 0 !important;
    justify-self: start !important;
    align-self: start !important;
    border-radius: 13px !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media-stage, .rv-store-grid.is-list .rv-product-card__media-stage, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__media-stage, .rv-products-grid.is-list .rv-product-card__media-stage, .rv-product-card.is-list .rv-product-card__media-stage, .rv-store-grid[data-rv-current-view="list"] .rv-product-crop-frame[data-rv-media-active="1"], .rv-store-grid.is-list .rv-product-crop-frame[data-rv-media-active="1"], .rv-products-grid[data-rv-current-view="list"] .rv-product-crop-frame[data-rv-media-active="1"], .rv-products-grid.is-list .rv-product-crop-frame[data-rv-media-active="1"], .rv-product-card.is-list .rv-product-crop-frame[data-rv-media-active="1"] {
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    border-radius: inherit !important;
    overflow: hidden !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__body, .rv-store-grid.is-list .rv-product-card__body, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__body, .rv-products-grid.is-list .rv-product-card__body, .rv-product-card.is-list .rv-product-card__body {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    display: grid !important;
    grid-template-rows: auto auto 1fr auto !important;
    align-content: start !important;
    gap: 4px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: 100% !important;
    padding: 24px 0 0 0 !important;
    margin: 0 !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__headline, .rv-store-grid.is-list .rv-product-card__headline, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__headline, .rv-products-grid.is-list .rv-product-card__headline, .rv-product-card.is-list .rv-product-card__headline, .rv-store-grid[data-rv-current-view="list"] .rv-product-card__meta, .rv-store-grid.is-list .rv-product-card__meta, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__meta, .rv-products-grid.is-list .rv-product-card__meta, .rv-product-card.is-list .rv-product-card__meta {
    min-width: 0 !important;
    max-width: calc(100% - 30px) !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__title, .rv-store-grid.is-list .rv-product-card__title, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__title, .rv-products-grid.is-list .rv-product-card__title, .rv-product-card.is-list .rv-product-card__title {
    max-width: calc(100% - 30px) !important;
    padding-right: 0 !important;
    font-size: 15.5px !important;
    line-height: 1.09 !important;
    letter-spacing: -0.04em !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-store-price, .rv-store-grid.is-list .rv-store-price, .rv-products-grid[data-rv-current-view="list"] .rv-store-price, .rv-products-grid.is-list .rv-store-price, .rv-product-card.is-list .rv-store-price {
    font-size: 15px !important;
    line-height: 1.13 !important;
    white-space: normal !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-store-price--sale, .rv-store-grid.is-list .rv-store-price--sale, .rv-products-grid[data-rv-current-view="list"] .rv-store-price--sale, .rv-products-grid.is-list .rv-store-price--sale, .rv-product-card.is-list .rv-store-price--sale {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 3px 7px !important;
    align-items: baseline !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-store-price__regular, .rv-store-grid.is-list .rv-store-price__regular, .rv-products-grid[data-rv-current-view="list"] .rv-store-price__regular, .rv-products-grid.is-list .rv-store-price__regular, .rv-product-card.is-list .rv-store-price__regular {
    font-size: 11.5px !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__button, .rv-store-grid.is-list .rv-product-card__button, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__button, .rv-products-grid.is-list .rv-product-card__button, .rv-product-card.is-list .rv-product-card__button, .rv-store-grid[data-rv-current-view="list"] .rv-store-button--outline, .rv-store-grid.is-list .rv-store-button--outline, .rv-products-grid[data-rv-current-view="list"] .rv-store-button--outline, .rv-products-grid.is-list .rv-store-button--outline, .rv-product-card.is-list .rv-store-button--outline {
    position: absolute !important;
    left: 14px !important;
    right: 14px !important;
    bottom: 12px !important;
    width: auto !important;
    max-width: none !important;
    min-height: 38px !important;
    max-height: 38px !important;
    border-radius: 10px !important;
    font-size: 12.5px !important;
    justify-self: center !important;
    align-self: end !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__wish, .rv-store-grid.is-list .rv-product-card__wish, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__wish, .rv-products-grid.is-list .rv-product-card__wish, .rv-product-card.is-list .rv-product-card__wish {
    top: 15px !important;
    right: 13px !important;
    width: 28px !important;
    height: 28px !important;
    font-size: 23px !important;
    z-index: 12 !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges, .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges--top, .rv-store-grid.is-list .rv-product-card__badges, .rv-store-grid.is-list .rv-product-card__badges--top, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges--top, .rv-products-grid.is-list .rv-product-card__badges, .rv-products-grid.is-list .rv-product-card__badges--top, .rv-product-card.is-list .rv-product-card__badges, .rv-product-card.is-list .rv-product-card__badges--top {
    position: absolute !important;
    inset: 0 auto auto 0 !important;
    width: 124px !important;
    height: 132px !important;
    margin: 10px 0 0 8px !important;
    z-index: 9 !important;
    display: block !important;
    pointer-events: none !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges .rv-store-badge, .rv-store-grid.is-list .rv-product-card__badges .rv-store-badge, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges .rv-store-badge, .rv-products-grid.is-list .rv-product-card__badges .rv-store-badge, .rv-product-card.is-list .rv-product-card__badges .rv-store-badge {
    position: absolute !important;
    top: 8px !important;
    left: 8px !important;
    min-height: 20px !important;
    padding: 0 8px !important;
    border-radius: 6px !important;
    font-size: 9px !important;
    line-height: 1 !important;
    z-index: 10 !important;
  }

  .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges .rv-store-badge--muted, .rv-store-grid.is-list .rv-product-card__badges .rv-store-badge--muted, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges .rv-store-badge--muted, .rv-products-grid.is-list .rv-product-card__badges .rv-store-badge--muted, .rv-product-card.is-list .rv-product-card__badges .rv-store-badge--muted {
    top: auto !important;
    bottom: 8px !important;
    left: 8px !important;
  }
}

@media (max-width: 480px) {
  .rv-store-grid.is-list .rv-product-card, .rv-store-grid[data-rv-current-view="list"] .rv-product-card, .rv-products-grid.is-list .rv-product-card, .rv-products-grid[data-rv-current-view="list"] .rv-product-card, .rv-product-card.is-list {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 126px minmax(0, 1fr) !important;
    grid-template-rows: 136px 42px !important;
    column-gap: 10px !important;
    row-gap: 12px !important;
    align-items: start !important;
    width: 100% !important;
    min-height: 198px !important;
    height: 198px !important;
    max-height: 198px !important;
    padding: 12px 14px 14px 12px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    border-radius: 18px !important;
  }

  .rv-store-grid.is-list .rv-product-card__media, .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media, .rv-products-grid.is-list .rv-product-card__media, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__media, .rv-product-card.is-list .rv-product-card__media {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 126px !important;
    min-width: 126px !important;
    max-width: 126px !important;
    height: 136px !important;
    min-height: 136px !important;
    max-height: 136px !important;
    margin: 0 !important;
    padding: 0 !important;
    aspect-ratio: auto !important;
    justify-self: start !important;
    align-self: start !important;
    border-radius: 13px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .rv-store-grid.is-list .rv-product-card__media-stage, .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media-stage, .rv-products-grid.is-list .rv-product-card__media-stage, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__media-stage, .rv-product-card.is-list .rv-product-card__media-stage, .rv-store-grid.is-list .rv-product-crop-frame[data-rv-media-active="1"], .rv-store-grid[data-rv-current-view="list"] .rv-product-crop-frame[data-rv-media-active="1"], .rv-products-grid.is-list .rv-product-crop-frame[data-rv-media-active="1"], .rv-products-grid[data-rv-current-view="list"] .rv-product-crop-frame[data-rv-media-active="1"], .rv-product-card.is-list .rv-product-crop-frame[data-rv-media-active="1"] {
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    border-radius: inherit !important;
    overflow: hidden !important;
  }

  .rv-store-grid.is-list .rv-product-card__body, .rv-store-grid[data-rv-current-view="list"] .rv-product-card__body, .rv-products-grid.is-list .rv-product-card__body, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__body, .rv-product-card.is-list .rv-product-card__body {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    align-content: start !important;
    gap: 5px !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 14px 32px 0 0 !important;
    box-sizing: border-box !important;
  }

  .rv-store-grid.is-list .rv-product-card__headline, .rv-store-grid[data-rv-current-view="list"] .rv-product-card__headline, .rv-products-grid.is-list .rv-product-card__headline, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__headline, .rv-product-card.is-list .rv-product-card__headline, .rv-store-grid.is-list .rv-product-card__meta, .rv-store-grid[data-rv-current-view="list"] .rv-product-card__meta, .rv-products-grid.is-list .rv-product-card__meta, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__meta, .rv-product-card.is-list .rv-product-card__meta {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .rv-store-grid.is-list .rv-product-card__title, .rv-store-grid[data-rv-current-view="list"] .rv-product-card__title, .rv-products-grid.is-list .rv-product-card__title, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__title, .rv-product-card.is-list .rv-product-card__title {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--rv-store-ink) !important;
    font-size: 15.75px !important;
    font-weight: 900 !important;
    letter-spacing: -0.045em !important;
    line-height: 1.08 !important;
    white-space: normal !important;
    overflow: visible !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  .rv-store-grid.is-list .rv-product-card__title a, .rv-store-grid[data-rv-current-view="list"] .rv-product-card__title a, .rv-products-grid.is-list .rv-product-card__title a, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__title a, .rv-product-card.is-list .rv-product-card__title a {
    display: inline !important;
    color: inherit !important;
    white-space: normal !important;
    word-break: normal !important;
  }

  .rv-store-grid.is-list .rv-store-price, .rv-store-grid[data-rv-current-view="list"] .rv-store-price, .rv-products-grid.is-list .rv-store-price, .rv-products-grid[data-rv-current-view="list"] .rv-store-price, .rv-product-card.is-list .rv-store-price {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 15.5px !important;
    font-weight: 950 !important;
    line-height: 1.12 !important;
    white-space: normal !important;
  }

  .rv-store-grid.is-list .rv-store-price--sale, .rv-store-grid[data-rv-current-view="list"] .rv-store-price--sale, .rv-products-grid.is-list .rv-store-price--sale, .rv-products-grid[data-rv-current-view="list"] .rv-store-price--sale, .rv-product-card.is-list .rv-store-price--sale {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    gap: 3px 7px !important;
  }

  .rv-store-grid.is-list .rv-store-price__regular, .rv-store-grid[data-rv-current-view="list"] .rv-store-price__regular, .rv-products-grid.is-list .rv-store-price__regular, .rv-products-grid[data-rv-current-view="list"] .rv-store-price__regular, .rv-product-card.is-list .rv-store-price__regular {
    font-size: 11.5px !important;
    line-height: 1.1 !important;
  }

  .rv-store-grid.is-list .rv-product-card__button, .rv-store-grid[data-rv-current-view="list"] .rv-product-card__button, .rv-products-grid.is-list .rv-product-card__button, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__button, .rv-product-card.is-list .rv-product-card__button, .rv-store-grid.is-list .rv-store-button--outline, .rv-store-grid[data-rv-current-view="list"] .rv-store-button--outline, .rv-products-grid.is-list .rv-store-button--outline, .rv-products-grid[data-rv-current-view="list"] .rv-store-button--outline, .rv-product-card.is-list .rv-store-button--outline {
    position: absolute !important;
    left: 16px !important;
    right: 16px !important;
    bottom: 13px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 38px !important;
    height: 38px !important;
    max-height: 38px !important;
    padding: 0 14px !important;
    border-radius: 10px !important;
    font-size: 12.75px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .rv-store-grid.is-list .rv-product-card__wish, .rv-store-grid[data-rv-current-view="list"] .rv-product-card__wish, .rv-products-grid.is-list .rv-product-card__wish, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__wish, .rv-product-card.is-list .rv-product-card__wish, .rv-store-grid.is-list .rv-product-card__wish:hover, .rv-store-grid[data-rv-current-view="list"] .rv-product-card__wish:hover, .rv-products-grid.is-list .rv-product-card__wish:hover, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__wish:hover, .rv-product-card.is-list .rv-product-card__wish:hover, .rv-store-grid.is-list .rv-product-card__wish:focus-visible, .rv-store-grid[data-rv-current-view="list"] .rv-product-card__wish:focus-visible, .rv-products-grid.is-list .rv-product-card__wish:focus-visible, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__wish:focus-visible, .rv-product-card.is-list .rv-product-card__wish:focus-visible {
    position: absolute !important;
    top: 14px !important;
    right: 13px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 22px !important;
    line-height: 1 !important;
    transform: none !important;
    z-index: 15 !important;
  }

  .rv-store-grid.is-list .rv-product-card__badges, .rv-store-grid.is-list .rv-product-card__badges--top, .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges, .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges--top, .rv-products-grid.is-list .rv-product-card__badges, .rv-products-grid.is-list .rv-product-card__badges--top, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges--top, .rv-product-card.is-list .rv-product-card__badges, .rv-product-card.is-list .rv-product-card__badges--top {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    right: auto !important;
    bottom: auto !important;
    width: 126px !important;
    height: 136px !important;
    margin: 0 !important;
    display: block !important;
    pointer-events: none !important;
    z-index: 12 !important;
  }

  .rv-store-grid.is-list .rv-product-card__badges .rv-store-badge, .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges .rv-store-badge, .rv-products-grid.is-list .rv-product-card__badges .rv-store-badge, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges .rv-store-badge, .rv-product-card.is-list .rv-product-card__badges .rv-store-badge {
    position: absolute !important;
    top: 8px !important;
    left: 8px !important;
    min-height: 20px !important;
    padding: 0 8px !important;
    border-radius: 6px !important;
    font-size: 9px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    z-index: 13 !important;
  }

  .rv-store-grid.is-list .rv-product-card__badges .rv-store-badge--muted, .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges .rv-store-badge--muted, .rv-products-grid.is-list .rv-product-card__badges .rv-store-badge--muted, .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges .rv-store-badge--muted, .rv-product-card.is-list .rv-product-card__badges .rv-store-badge--muted {
    top: auto !important;
    bottom: 8px !important;
    left: 8px !important;
  }
}

@media (max-width: 640px) {
  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__headline, html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__meta, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__headline, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__meta, html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__headline, html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__meta, html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__headline, html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__meta, body .rv-store-grid.is-list .rv-product-card__headline, body .rv-store-grid.is-list .rv-product-card__meta, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__headline, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__meta, body .rv-products-grid.is-list .rv-product-card__headline, body .rv-products-grid.is-list .rv-product-card__meta, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__headline, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__meta, body .rv-product-card.is-list .rv-product-card__headline, body .rv-product-card.is-list .rv-product-card__meta {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__title, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__title, html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__title, html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__title, body .rv-store-grid.is-list .rv-product-card__title, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__title, body .rv-products-grid.is-list .rv-product-card__title, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__title, body .rv-product-card.is-list .rv-product-card__title {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 15.5px !important;
    font-weight: 900 !important;
    letter-spacing: -0.04em !important;
    line-height: 1.08 !important;
    white-space: normal !important;
    overflow: visible !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__title a, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__title a, html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__title a, html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__title a, body .rv-store-grid.is-list .rv-product-card__title a, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__title a, body .rv-products-grid.is-list .rv-product-card__title a, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__title a, body .rv-product-card.is-list .rv-product-card__title a {
    display: inline !important;
    color: inherit !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-store-price, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-store-price, html.rv-store-js-ready body .rv-products-grid.is-list .rv-store-price, html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-store-price, body .rv-store-grid.is-list .rv-store-price, body .rv-store-grid[data-rv-current-view="list"] .rv-store-price, body .rv-products-grid.is-list .rv-store-price, body .rv-products-grid[data-rv-current-view="list"] .rv-store-price, body .rv-product-card.is-list .rv-store-price {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14.5px !important;
    font-weight: 950 !important;
    line-height: 1.12 !important;
    white-space: normal !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-store-price--sale, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-store-price--sale, html.rv-store-js-ready body .rv-products-grid.is-list .rv-store-price--sale, html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-store-price--sale, body .rv-store-grid.is-list .rv-store-price--sale, body .rv-store-grid[data-rv-current-view="list"] .rv-store-price--sale, body .rv-products-grid.is-list .rv-store-price--sale, body .rv-products-grid[data-rv-current-view="list"] .rv-store-price--sale, body .rv-product-card.is-list .rv-store-price--sale {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    gap: 2px 6px !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__button, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__button, html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__button, html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__button, body .rv-store-grid.is-list .rv-product-card__button, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__button, body .rv-products-grid.is-list .rv-product-card__button, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__button, body .rv-product-card.is-list .rv-product-card__button, html.rv-store-js-ready body .rv-store-grid.is-list .rv-store-button--outline, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-store-button--outline, html.rv-store-js-ready body .rv-products-grid.is-list .rv-store-button--outline, html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-store-button--outline, body .rv-store-grid.is-list .rv-store-button--outline, body .rv-store-grid[data-rv-current-view="list"] .rv-store-button--outline, body .rv-products-grid.is-list .rv-store-button--outline, body .rv-products-grid[data-rv-current-view="list"] .rv-store-button--outline, body .rv-product-card.is-list .rv-store-button--outline {
    position: static !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    justify-self: start !important;
    align-self: start !important;
    width: 100% !important;
    max-width: 132px !important;
    min-width: 0 !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    margin: 5px 0 0 0 !important;
    padding: 0 12px !important;
    border-radius: 9px !important;
    font-size: 12.25px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    transform: none !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__wish, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__wish, html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__wish, html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__wish, body .rv-store-grid.is-list .rv-product-card__wish, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__wish, body .rv-products-grid.is-list .rv-product-card__wish, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__wish, body .rv-product-card.is-list .rv-product-card__wish, body .rv-product-card.is-list .rv-product-card__wish:hover, body .rv-product-card.is-list .rv-product-card__wish:focus-visible {
    position: absolute !important;
    top: 13px !important;
    right: 12px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 22px !important;
    line-height: 1 !important;
    transform: none !important;
    z-index: 15 !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__badges, html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__badges--top, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges--top, body .rv-store-grid.is-list .rv-product-card__badges, body .rv-store-grid.is-list .rv-product-card__badges--top, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges--top, body .rv-product-card.is-list .rv-product-card__badges, body .rv-product-card.is-list .rv-product-card__badges--top {
    position: absolute !important;
    top: 7px !important;
    left: 7px !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    display: block !important;
    pointer-events: none !important;
    z-index: 12 !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__badges--bottom, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges--bottom, body .rv-store-grid.is-list .rv-product-card__badges--bottom, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges--bottom, body .rv-product-card.is-list .rv-product-card__badges--bottom {
    top: auto !important;
    left: 7px !important;
    right: auto !important;
    bottom: 7px !important;
    width: auto !important;
    height: auto !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__badges .rv-store-badge, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges .rv-store-badge, body .rv-store-grid.is-list .rv-product-card__badges .rv-store-badge, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges .rv-store-badge, body .rv-product-card.is-list .rv-product-card__badges .rv-store-badge {
    position: static !important;
    min-height: 20px !important;
    padding: 0 7px !important;
    border-radius: 6px !important;
    font-size: 8.75px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 370px) {
  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card, body .rv-store-grid.is-list .rv-product-card, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card, body .rv-product-card.is-list {
    grid-template-columns: 110px minmax(0, 1fr) !important;
    column-gap: 11px !important;
    padding: 13px 13px 13px 11px !important;
    min-height: 156px !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__media, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media, body .rv-store-grid.is-list .rv-product-card__media, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media, body .rv-product-card.is-list .rv-product-card__media {
    width: 110px !important;
    min-width: 110px !important;
    max-width: 110px !important;
    height: 130px !important;
    min-height: 130px !important;
    max-height: 130px !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__body, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__body, body .rv-store-grid.is-list .rv-product-card__body, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__body, body .rv-product-card.is-list .rv-product-card__body {
    padding: 8px 27px 0 0 !important;
    gap: 5px !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__title, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__title, body .rv-store-grid.is-list .rv-product-card__title, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__title, body .rv-product-card.is-list .rv-product-card__title {
    font-size: 15px !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-store-price, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-store-price, body .rv-store-grid.is-list .rv-store-price, body .rv-store-grid[data-rv-current-view="list"] .rv-store-price, body .rv-product-card.is-list .rv-store-price {
    font-size: 14px !important;
  }
}

@media (max-width: 640px) {
  html.rv-store-js-ready body .rv-store-grid.is-list, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"], body .rv-store-grid.is-list, body .rv-store-grid[data-rv-current-view="list"], body .rv-products-grid.is-list, body .rv-products-grid[data-rv-current-view="list"] {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    align-items: start !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card, body .rv-store-grid.is-list .rv-product-card, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card, body .rv-products-grid.is-list .rv-product-card, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card, body .rv-product-card.is-list {
    position: relative !important;
    grid-auto-rows: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    border-radius: 16px !important;
    box-sizing: border-box !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__media, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media, body .rv-store-grid.is-list .rv-product-card__media, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media, body .rv-products-grid.is-list .rv-product-card__media, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__media, body .rv-product-card.is-list .rv-product-card__media {
    justify-self: start !important;
    position: relative !important;
    display: block !important;
    padding: 0 !important;
    overflow: hidden !important;
    background-color: #f6f7f9 !important;
    box-sizing: border-box !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__media-stage, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media-stage, body .rv-store-grid.is-list .rv-product-card__media-stage, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media-stage, body .rv-products-grid.is-list .rv-product-card__media-stage, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__media-stage, body .rv-product-card.is-list .rv-product-card__media-stage {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    border-radius: inherit !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__body, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__body, body .rv-store-grid.is-list .rv-product-card__body, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__body, body .rv-products-grid.is-list .rv-product-card__body, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__body, body .rv-product-card.is-list .rv-product-card__body {
    position: relative !important;
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: var(--rv-list-media-h) !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__headline, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__headline, body .rv-store-grid.is-list .rv-product-card__headline, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__headline, body .rv-products-grid.is-list .rv-product-card__headline, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__headline, body .rv-product-card.is-list .rv-product-card__headline, html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__meta, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__meta, body .rv-store-grid.is-list .rv-product-card__meta, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__meta, body .rv-products-grid.is-list .rv-product-card__meta, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__meta, body .rv-product-card.is-list .rv-product-card__meta, html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__actions, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__actions, body .rv-store-grid.is-list .rv-product-card__actions, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__actions, body .rv-products-grid.is-list .rv-product-card__actions, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__actions, body .rv-product-card.is-list .rv-product-card__actions {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__actions, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__actions, body .rv-store-grid.is-list .rv-product-card__actions, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__actions, body .rv-products-grid.is-list .rv-product-card__actions, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__actions, body .rv-product-card.is-list .rv-product-card__actions {
    align-self: end !important;
    margin-top: 6px !important;
  }
}

@media (max-width: 640px) {
  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card, html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card, html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-product-card, body .rv-store-grid.is-list .rv-product-card, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card, body .rv-products-grid.is-list .rv-product-card, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card, body .rv-product-card.is-list {
    --rv-list-media-w: 106px !important;
    --rv-list-media-h: 130px !important;
    --rv-list-gap: 11px !important;
    position: relative !important;
    display: grid !important;
    grid-template-columns: var(--rv-list-media-w) minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    column-gap: var(--rv-list-gap) !important;
    row-gap: 0 !important;
    align-items: start !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 158px !important;
    height: auto !important;
    padding: 13px 13px 13px 10px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__media, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media, html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__media, html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__media, body .rv-store-grid.is-list .rv-product-card__media, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media, body .rv-products-grid.is-list .rv-product-card__media, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__media, body .rv-product-card.is-list .rv-product-card__media {
    grid-column: 1 !important;
    grid-row: 1 !important;
    position: relative !important;
    display: grid !important;
    place-items: center !important;
    width: var(--rv-list-media-w) !important;
    min-width: var(--rv-list-media-w) !important;
    max-width: var(--rv-list-media-w) !important;
    height: var(--rv-list-media-h) !important;
    min-height: var(--rv-list-media-h) !important;
    max-height: var(--rv-list-media-h) !important;
    margin: 0 !important;
    padding: 0 !important;
    aspect-ratio: auto !important;
    justify-self: start !important;
    align-self: start !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    background-color: #f6f7f9 !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__body, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__body, html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__body, html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__body, body .rv-store-grid.is-list .rv-product-card__body, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__body, body .rv-products-grid.is-list .rv-product-card__body, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__body, body .rv-product-card.is-list .rv-product-card__body {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto 1fr !important;
    align-content: start !important;
    justify-items: start !important;
    gap: 5px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: var(--rv-list-media-h) !important;
    min-height: var(--rv-list-media-h) !important;
    margin: 0 !important;
    padding: 7px 20px 0 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__headline, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__headline, body .rv-store-grid.is-list .rv-product-card__headline, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__headline, body .rv-products-grid.is-list .rv-product-card__headline, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__headline, body .rv-product-card.is-list .rv-product-card__headline, html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__meta, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__meta, body .rv-store-grid.is-list .rv-product-card__meta, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__meta, body .rv-products-grid.is-list .rv-product-card__meta, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__meta, body .rv-product-card.is-list .rv-product-card__meta {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__title, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__title, body .rv-store-grid.is-list .rv-product-card__title, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__title, body .rv-products-grid.is-list .rv-product-card__title, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__title, body .rv-product-card.is-list .rv-product-card__title {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--rv-store-ink) !important;
    font-weight: 900 !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__title a, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__title a, body .rv-store-grid.is-list .rv-product-card__title a, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__title a, body .rv-products-grid.is-list .rv-product-card__title a, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__title a, body .rv-product-card.is-list .rv-product-card__title a {
    color: inherit !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-store-price, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-store-price, body .rv-store-grid.is-list .rv-store-price, body .rv-store-grid[data-rv-current-view="list"] .rv-store-price, body .rv-products-grid.is-list .rv-store-price, body .rv-products-grid[data-rv-current-view="list"] .rv-store-price, body .rv-product-card.is-list .rv-store-price {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    color: var(--rv-store-rose) !important;
    font-weight: 950 !important;
    letter-spacing: -0.025em !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-store-price__regular, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-store-price__regular, body .rv-store-grid.is-list .rv-store-price__regular, body .rv-store-grid[data-rv-current-view="list"] .rv-store-price__regular, body .rv-products-grid.is-list .rv-store-price__regular, body .rv-products-grid[data-rv-current-view="list"] .rv-store-price__regular, body .rv-product-card.is-list .rv-store-price__regular {
    font-size: 11.5px !important;
    font-weight: 820 !important;
    line-height: 1.08 !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__button, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__button, body .rv-store-grid.is-list .rv-product-card__button, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__button, body .rv-products-grid.is-list .rv-product-card__button, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__button, body .rv-product-card.is-list .rv-product-card__button {
    position: static !important;
    inset: auto !important;
    display: inline-flex !important;
    max-width: 100% !important;
    margin: 5px 0 0 !important;
    border-color: rgba(198, 66, 110, 0.30) !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: var(--rv-store-ink) !important;
    font-weight: 815 !important;
    letter-spacing: -0.01em !important;
    white-space: nowrap !important;
    box-shadow: 0 3px 10px rgba(198, 66, 110, 0.025) !important;
    transform: none !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__button:hover, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__button:hover, body .rv-store-grid.is-list .rv-product-card__button:hover, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__button:hover, body .rv-product-card.is-list .rv-product-card__button:hover {
    border-color: rgba(198, 66, 110, 0.42) !important;
    background: rgba(198, 66, 110, 0.052) !important;
    box-shadow: none !important;
    transform: none !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__wish, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__wish, body .rv-store-grid.is-list .rv-product-card__wish, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__wish, body .rv-products-grid.is-list .rv-product-card__wish, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__wish, body .rv-product-card.is-list .rv-product-card__wish, body .rv-product-card.is-list .rv-product-card__wish:hover, body .rv-product-card.is-list .rv-product-card__wish:focus-visible {
    position: absolute !important;
    top: 13px !important;
    right: 13px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: rgba(24, 32, 42, 0.76) !important;
    font-size: 22px !important;
    line-height: 1 !important;
    transform: none !important;
    z-index: 18 !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__badges, html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__badges--top, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges--top, body .rv-store-grid.is-list .rv-product-card__badges, body .rv-store-grid.is-list .rv-product-card__badges--top, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges--top, body .rv-products-grid.is-list .rv-product-card__badges, body .rv-products-grid.is-list .rv-product-card__badges--top, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges--top, body .rv-product-card.is-list .rv-product-card__badges, body .rv-product-card.is-list .rv-product-card__badges--top {
    position: absolute !important;
    top: 7px !important;
    left: 7px !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 14 !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    pointer-events: none !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__badges--bottom, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges--bottom, body .rv-store-grid.is-list .rv-product-card__badges--bottom, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges--bottom, body .rv-products-grid.is-list .rv-product-card__badges--bottom, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges--bottom, body .rv-product-card.is-list .rv-product-card__badges--bottom {
    top: auto !important;
    bottom: 7px !important;
    left: 7px !important;
    right: auto !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__badges .rv-store-badge, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges .rv-store-badge, body .rv-store-grid.is-list .rv-product-card__badges .rv-store-badge, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges .rv-store-badge, body .rv-products-grid.is-list .rv-product-card__badges .rv-store-badge, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges .rv-store-badge, body .rv-product-card.is-list .rv-product-card__badges .rv-store-badge {
    position: static !important;
    min-height: 20px !important;
    padding: 0 7px !important;
    border-radius: 6px !important;
    font-size: 8.75px !important;
    line-height: 1 !important;
    letter-spacing: 0.045em !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 370px) {
  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__button, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__button, body .rv-store-grid.is-list .rv-product-card__button, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__button, body .rv-products-grid.is-list .rv-product-card__button, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__button, body .rv-product-card.is-list .rv-product-card__button {
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    padding: 0 11px !important;
    font-size: 11.8px !important;
  }
}

@media (max-width: 640px) {
  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__media, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media, body .rv-store-grid.is-list .rv-product-card__media, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media, body .rv-products-grid.is-list .rv-product-card__media, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__media, body .rv-product-card.is-list .rv-product-card__media {
    align-self: center !important;
  }
}

@media (max-width: 370px) {
  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card, body .rv-store-grid.is-list .rv-product-card, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card, body .rv-products-grid.is-list .rv-product-card, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card, body .rv-product-card.is-list {
    grid-template-columns: var(--rv-list-media-w) minmax(0, 1fr) !important;
    column-gap: var(--rv-list-gap) !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__button, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__button, body .rv-store-grid.is-list .rv-product-card__button, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__button, body .rv-products-grid.is-list .rv-product-card__button, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__button, body .rv-product-card.is-list .rv-product-card__button {
    margin-top: 1px !important;
  }
}

@media (max-width: 640px) {
  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card, body .rv-store-grid.is-list .rv-product-card, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card, body .rv-products-grid.is-list .rv-product-card, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card, body .rv-product-card.is-list {
    --rv-list-media-w: 100px !important;
    --rv-list-media-h: 126px !important;
    --rv-list-gap: 13px !important;
    display: grid !important;
    grid-template-columns: var(--rv-list-media-w) minmax(0, 1fr) !important;
    column-gap: var(--rv-list-gap) !important;
    align-items: center !important;
    min-height: 150px !important;
    padding: 11px 12px 11px 10px !important;
    overflow: hidden !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__media, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media, body .rv-store-grid.is-list .rv-product-card__media, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media, body .rv-products-grid.is-list .rv-product-card__media, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__media, body .rv-product-card.is-list .rv-product-card__media {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: var(--rv-list-media-w) !important;
    min-width: var(--rv-list-media-w) !important;
    max-width: var(--rv-list-media-w) !important;
    height: var(--rv-list-media-h) !important;
    min-height: var(--rv-list-media-h) !important;
    max-height: var(--rv-list-media-h) !important;
    margin: 0 !important;
    aspect-ratio: auto !important;
    border-radius: 10px !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__media-stage, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media-stage, body .rv-store-grid.is-list .rv-product-card__media-stage, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media-stage, body .rv-products-grid.is-list .rv-product-card__media-stage, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__media-stage, body .rv-product-card.is-list .rv-product-card__media-stage, html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__media-view, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media-view, body .rv-store-grid.is-list .rv-product-card__media-view, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__media-view, body .rv-products-grid.is-list .rv-product-card__media-view, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__media-view, body .rv-product-card.is-list .rv-product-card__media-view {
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__body, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__body, body .rv-store-grid.is-list .rv-product-card__body, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__body, body .rv-products-grid.is-list .rv-product-card__body, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__body, body .rv-product-card.is-list .rv-product-card__body {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
    align-self: stretch !important;
    display: grid !important;
    grid-template-rows: auto auto 1fr auto !important;
    align-content: start !important;
    gap: 4px !important;
    padding: 9px 34px 4px 0 !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__headline, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__headline, body .rv-store-grid.is-list .rv-product-card__headline, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__headline, body .rv-products-grid.is-list .rv-product-card__headline, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__headline, body .rv-product-card.is-list .rv-product-card__headline {
    min-width: 0 !important;
    max-width: 100% !important;
    gap: 0 !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__title, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__title, body .rv-store-grid.is-list .rv-product-card__title, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__title, body .rv-products-grid.is-list .rv-product-card__title, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__title, body .rv-product-card.is-list .rv-product-card__title {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
    font-size: 15px !important;
    line-height: 1.09 !important;
    letter-spacing: -0.03em !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__title a, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__title a, body .rv-store-grid.is-list .rv-product-card__title a, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__title a, body .rv-products-grid.is-list .rv-product-card__title a, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__title a, body .rv-product-card.is-list .rv-product-card__title a {
    display: inline !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-store-price, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-store-price, body .rv-store-grid.is-list .rv-store-price, body .rv-store-grid[data-rv-current-view="list"] .rv-store-price, body .rv-products-grid.is-list .rv-store-price, body .rv-products-grid[data-rv-current-view="list"] .rv-store-price, body .rv-product-card.is-list .rv-store-price {
    margin: 0 !important;
    font-size: 14.5px !important;
    line-height: 1.09 !important;
    white-space: normal !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-store-price--sale, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-store-price--sale, body .rv-store-grid.is-list .rv-store-price--sale, body .rv-store-grid[data-rv-current-view="list"] .rv-store-price--sale, body .rv-products-grid.is-list .rv-store-price--sale, body .rv-products-grid[data-rv-current-view="list"] .rv-store-price--sale, body .rv-product-card.is-list .rv-store-price--sale {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 3px 7px !important;
    align-items: baseline !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__button, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__button, body .rv-store-grid.is-list .rv-product-card__button, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__button, body .rv-products-grid.is-list .rv-product-card__button, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__button, body .rv-product-card.is-list .rv-product-card__button {
    grid-row: 4 !important;
    justify-self: start !important;
    align-self: end !important;
    width: min(150px, 100%) !important;
    min-width: 0 !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    margin-top: 2px !important;
    padding: 0 13px !important;
    border-radius: 8px !important;
    font-size: 11.8px !important;
    line-height: 1 !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__wish, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__wish, body .rv-store-grid.is-list .rv-product-card__wish, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__wish, body .rv-products-grid.is-list .rv-product-card__wish, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__wish, body .rv-product-card.is-list .rv-product-card__wish {
    top: 15px !important;
    right: 8px !important;
    font-size: 20px !important;
    z-index: 8 !important;
  }
}

@media (max-width: 370px) {
  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card, body .rv-store-grid.is-list .rv-product-card, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card, body .rv-products-grid.is-list .rv-product-card, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card, body .rv-product-card.is-list {
    --rv-list-media-w: 98px !important;
    --rv-list-media-h: 124px !important;
    --rv-list-gap: 12px !important;
    min-height: 146px !important;
    padding: 10px 11px 10px 9px !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__body, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__body, body .rv-store-grid.is-list .rv-product-card__body, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__body, body .rv-products-grid.is-list .rv-product-card__body, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__body, body .rv-product-card.is-list .rv-product-card__body {
    gap: 4px !important;
    padding: 8px 32px 4px 0 !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__title, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__title, body .rv-store-grid.is-list .rv-product-card__title, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__title, body .rv-products-grid.is-list .rv-product-card__title, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__title, body .rv-product-card.is-list .rv-product-card__title {
    font-size: 14.8px !important;
    line-height: 1.08 !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-store-price, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-store-price, body .rv-store-grid.is-list .rv-store-price, body .rv-store-grid[data-rv-current-view="list"] .rv-store-price, body .rv-products-grid.is-list .rv-store-price, body .rv-products-grid[data-rv-current-view="list"] .rv-store-price, body .rv-product-card.is-list .rv-store-price {
    font-size: 14.2px !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__button, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__button, body .rv-store-grid.is-list .rv-product-card__button, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__button, body .rv-products-grid.is-list .rv-product-card__button, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__button, body .rv-product-card.is-list .rv-product-card__button {
    width: min(148px, 100%) !important;
  }
}

.rv-product-card__wish, .rv-product-card__wish:hover, .rv-product-card__wish:focus, .rv-product-card__wish:focus-visible, .rv-product-card__wish:active, .rv-product-card__wish.is-active {
  -webkit-tap-highlight-color: transparent !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-grid !important;
  place-items: center !important;
  padding: 0 !important;
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(24, 32, 42, 0.76) !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 0 !important;
  overflow: visible !important;
}

.rv-product-card__wish.is-active, .rv-product-card__wish.is-active:hover, .rv-product-card__wish.is-active:focus, .rv-product-card__wish.is-active:focus-visible, .rv-product-card__wish.is-active:active {
  color: var(--rv-store-rose) !important;
}

.rv-product-card__wish .rv-product-card__wish-svg, .rv-product-card__wish:hover .rv-product-card__wish-svg, .rv-product-card__wish:focus .rv-product-card__wish-svg, .rv-product-card__wish:focus-visible .rv-product-card__wish-svg, .rv-product-card__wish:active .rv-product-card__wish-svg, .rv-product-card__wish.is-active .rv-product-card__wish-svg {
  display: block !important;
  width: 25px !important;
  height: 23px !important;
  min-width: 25px !important;
  min-height: 23px !important;
  max-width: 25px !important;
  max-height: 23px !important;
  overflow: visible !important;
  pointer-events: none !important;
  transform: none !important;
}

.rv-product-card__wish:hover .rv-product-card__wish-svg path, .rv-product-card__wish:focus-visible .rv-product-card__wish-svg path {
  stroke: var(--rv-store-rose) !important;
}

.rv-product-card__wish, .rv-product-card__wish:hover, .rv-product-card__wish:focus, .rv-product-card__wish:focus-visible, .rv-product-card__wish:active, .rv-product-card__wish.is-active, .rv-product-card__wish.is-active:hover, .rv-product-card__wish.is-active:focus, .rv-product-card__wish.is-active:focus-visible, .rv-product-card__wish.is-active:active {
  -webkit-tap-highlight-color: transparent !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 32px !important;
  height: 30px !important;
  min-width: 32px !important;
  min-height: 30px !important;
  max-width: 32px !important;
  max-height: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--rv-store-rose) !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 0 !important;
  overflow: visible !important;
  transform: translateY(-2px) !important;
}

.rv-product-card__wish .rv-product-card__wish-svg, .rv-product-card__wish:hover .rv-product-card__wish-svg, .rv-product-card__wish:focus .rv-product-card__wish-svg, .rv-product-card__wish:focus-visible .rv-product-card__wish-svg, .rv-product-card__wish:active .rv-product-card__wish-svg, .rv-product-card__wish.is-active .rv-product-card__wish-svg, .rv-product-card__wish.is-active:hover .rv-product-card__wish-svg, .rv-product-card__wish.is-active:focus .rv-product-card__wish-svg, .rv-product-card__wish.is-active:focus-visible .rv-product-card__wish-svg, .rv-product-card__wish.is-active:active .rv-product-card__wish-svg {
  display: block !important;
  width: 26px !important;
  height: 24px !important;
  min-width: 26px !important;
  min-height: 24px !important;
  max-width: 26px !important;
  max-height: 24px !important;
  overflow: visible !important;
  pointer-events: none !important;
  transform: none !important;
}

.rv-product-card__wish .rv-product-card__wish-svg path, .rv-product-card__wish:hover .rv-product-card__wish-svg path, .rv-product-card__wish:focus .rv-product-card__wish-svg path, .rv-product-card__wish:focus-visible .rv-product-card__wish-svg path, .rv-product-card__wish:active .rv-product-card__wish-svg path {
  fill: transparent !important;
  stroke: var(--rv-store-rose) !important;
  stroke-width: 1.65 !important;
  stroke-linejoin: round !important;
  stroke-linecap: round !important;
  vector-effect: non-scaling-stroke !important;
}

.rv-product-card__wish.is-active .rv-product-card__wish-svg path, .rv-product-card__wish.is-active:hover .rv-product-card__wish-svg path, .rv-product-card__wish.is-active:focus .rv-product-card__wish-svg path, .rv-product-card__wish.is-active:focus-visible .rv-product-card__wish-svg path, .rv-product-card__wish.is-active:active .rv-product-card__wish-svg path {
  fill: var(--rv-store-rose) !important;
  stroke: var(--rv-store-rose) !important;
  stroke-width: 1.65 !important;
  stroke-linejoin: round !important;
  stroke-linecap: round !important;
  vector-effect: non-scaling-stroke !important;
}

html.rv-store-js-ready body .rv-product-card__wish .rv-product-card__wish-svg path, html.rv-store-js-ready body .rv-product-card__wish:hover .rv-product-card__wish-svg path, html.rv-store-js-ready body .rv-product-card__wish:focus .rv-product-card__wish-svg path, html.rv-store-js-ready body .rv-product-card__wish:focus-visible .rv-product-card__wish-svg path, html.rv-store-js-ready body .rv-product-card__wish:active .rv-product-card__wish-svg path, body .rv-product-card__wish .rv-product-card__wish-svg path, body .rv-product-card__wish:hover .rv-product-card__wish-svg path, body .rv-product-card__wish:focus .rv-product-card__wish-svg path, body .rv-product-card__wish:focus-visible .rv-product-card__wish-svg path, body .rv-product-card__wish:active .rv-product-card__wish-svg path {
  fill: transparent !important;
  stroke: var(--rv-store-rose) !important;
  stroke-opacity: 0.82 !important;
  stroke-width: 1.35 !important;
  stroke-linejoin: round !important;
  stroke-linecap: round !important;
  vector-effect: non-scaling-stroke !important;
}

html.rv-store-js-ready body .rv-product-card__wish.is-active .rv-product-card__wish-svg path, html.rv-store-js-ready body .rv-product-card__wish.is-active:hover .rv-product-card__wish-svg path, html.rv-store-js-ready body .rv-product-card__wish.is-active:focus .rv-product-card__wish-svg path, html.rv-store-js-ready body .rv-product-card__wish.is-active:focus-visible .rv-product-card__wish-svg path, html.rv-store-js-ready body .rv-product-card__wish.is-active:active .rv-product-card__wish-svg path, body .rv-product-card__wish.is-active .rv-product-card__wish-svg path, body .rv-product-card__wish.is-active:hover .rv-product-card__wish-svg path, body .rv-product-card__wish.is-active:focus .rv-product-card__wish-svg path, body .rv-product-card__wish.is-active:focus-visible .rv-product-card__wish-svg path, body .rv-product-card__wish.is-active:active .rv-product-card__wish-svg path {
  stroke-linejoin: round !important;
  stroke-linecap: round !important;
  vector-effect: non-scaling-stroke !important;
}

html.rv-store-js-ready body .rv-product-card__wish, html.rv-store-js-ready body .rv-product-card__wish:hover, html.rv-store-js-ready body .rv-product-card__wish:focus, html.rv-store-js-ready body .rv-product-card__wish:focus-visible, html.rv-store-js-ready body .rv-product-card__wish:active, html.rv-store-js-ready body .rv-product-card__wish.is-active, body .rv-product-card__wish, body .rv-product-card__wish:hover, body .rv-product-card__wish:focus, body .rv-product-card__wish:focus-visible, body .rv-product-card__wish:active, body .rv-product-card__wish.is-active {
  width: 28px !important;
  height: 26px !important;
  min-width: 28px !important;
  min-height: 26px !important;
  max-width: 28px !important;
  max-height: 26px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  color: rgba(24, 32, 42, 0.52) !important;
  -webkit-tap-highlight-color: transparent !important;
}

html.rv-store-js-ready body .rv-product-card__wish .rv-product-card__wish-svg, html.rv-store-js-ready body .rv-product-card__wish.is-active .rv-product-card__wish-svg, body .rv-product-card__wish .rv-product-card__wish-svg, body .rv-product-card__wish.is-active .rv-product-card__wish-svg {
  display: block !important;
  width: 21px !important;
  height: 19px !important;
  min-width: 21px !important;
  min-height: 19px !important;
  max-width: 21px !important;
  max-height: 19px !important;
  overflow: visible !important;
  pointer-events: none !important;
  transform: none !important;
}

html.rv-store-js-ready body .rv-product-card__wish .rv-product-card__wish-svg path, body .rv-product-card__wish .rv-product-card__wish-svg path {
  fill: transparent !important;
  stroke: rgba(24, 32, 42, 0.52) !important;
  stroke-opacity: 1 !important;
  stroke-width: 1.22 !important;
  stroke-linejoin: round !important;
  stroke-linecap: round !important;
  vector-effect: non-scaling-stroke !important;
  transition: fill 160ms ease, stroke 160ms ease, stroke-opacity 160ms ease !important;
}

html.rv-store-js-ready body .rv-product-card__wish:hover .rv-product-card__wish-svg path, html.rv-store-js-ready body .rv-product-card__wish:focus .rv-product-card__wish-svg path, html.rv-store-js-ready body .rv-product-card__wish:focus-visible .rv-product-card__wish-svg path, html.rv-store-js-ready body .rv-product-card__wish:active .rv-product-card__wish-svg path, body .rv-product-card__wish:hover .rv-product-card__wish-svg path, body .rv-product-card__wish:focus .rv-product-card__wish-svg path, body .rv-product-card__wish:focus-visible .rv-product-card__wish-svg path, body .rv-product-card__wish:active .rv-product-card__wish-svg path {
  fill: transparent !important;
  stroke: var(--rv-store-rose) !important;
  stroke-opacity: 1 !important;
  stroke-width: 1.22 !important;
}

html.rv-store-js-ready body .rv-product-card__wish.is-active .rv-product-card__wish-svg path, html.rv-store-js-ready body .rv-product-card__wish.is-active:hover .rv-product-card__wish-svg path, html.rv-store-js-ready body .rv-product-card__wish.is-active:focus .rv-product-card__wish-svg path, html.rv-store-js-ready body .rv-product-card__wish.is-active:focus-visible .rv-product-card__wish-svg path, html.rv-store-js-ready body .rv-product-card__wish.is-active:active .rv-product-card__wish-svg path, body .rv-product-card__wish.is-active .rv-product-card__wish-svg path, body .rv-product-card__wish.is-active:hover .rv-product-card__wish-svg path, body .rv-product-card__wish.is-active:focus .rv-product-card__wish-svg path, body .rv-product-card__wish.is-active:focus-visible .rv-product-card__wish-svg path, body .rv-product-card__wish.is-active:active .rv-product-card__wish-svg path {
  fill: var(--rv-store-rose) !important;
  stroke: var(--rv-store-rose) !important;
  stroke-opacity: 1 !important;
  stroke-width: 1.22 !important;
}

@media (max-width: 640px) {
  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__wish, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__wish, body .rv-store-grid.is-list .rv-product-card__wish, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__wish, body .rv-products-grid.is-list .rv-product-card__wish, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__wish, body .rv-product-card.is-list .rv-product-card__wish {
    width: 28px !important;
    height: 26px !important;
    min-width: 28px !important;
    min-height: 26px !important;
    max-width: 28px !important;
    max-height: 26px !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__wish .rv-product-card__wish-svg, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__wish .rv-product-card__wish-svg, body .rv-store-grid.is-list .rv-product-card__wish .rv-product-card__wish-svg, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__wish .rv-product-card__wish-svg, body .rv-products-grid.is-list .rv-product-card__wish .rv-product-card__wish-svg, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__wish .rv-product-card__wish-svg, body .rv-product-card.is-list .rv-product-card__wish .rv-product-card__wish-svg, html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__wish.is-active .rv-product-card__wish-svg, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__wish.is-active .rv-product-card__wish-svg, body .rv-store-grid.is-list .rv-product-card__wish.is-active .rv-product-card__wish-svg, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__wish.is-active .rv-product-card__wish-svg, body .rv-products-grid.is-list .rv-product-card__wish.is-active .rv-product-card__wish-svg, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__wish.is-active .rv-product-card__wish-svg, body .rv-product-card.is-list .rv-product-card__wish.is-active .rv-product-card__wish-svg {
    width: 21px !important;
    height: 19px !important;
    min-width: 21px !important;
    min-height: 19px !important;
    max-width: 21px !important;
    max-height: 19px !important;
  }
}

body .rv-product-card__wish, body .rv-product-card__wish:hover, body .rv-product-card__wish:focus, body .rv-product-card__wish:focus-visible, body .rv-product-card__wish:active {
  -webkit-tap-highlight-color: transparent !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  outline: none !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body .rv-product-card:has(.rv-product-card__wish:focus):not(:hover), body .rv-product-card:has(.rv-product-card__wish:focus-visible):not(:hover), body .rv-product-card:has(.rv-product-card__wish:active):not(:hover) {
  border-color: rgba(24, 32, 42, 0.075) !important;
  box-shadow: 0 7px 18px rgba(23, 32, 42, 0.045) !important;
  transform: translateY(0) !important;
}

body .rv-product-card__wish .rv-product-card__wish-svg, body .rv-product-card__wish .rv-product-card__wish-svg path {
  fill: transparent !important;
  stroke: rgba(24, 32, 42, 0.48) !important;
  stroke-width: 1.45 !important;
  vector-effect: non-scaling-stroke !important;
  transition: fill 160ms ease, stroke 160ms ease, opacity 160ms ease, transform 160ms ease !important;
}

body .rv-product-card__wish:hover .rv-product-card__wish-svg, body .rv-product-card__wish:focus-visible .rv-product-card__wish-svg, body .rv-product-card__wish:hover .rv-product-card__wish-svg path, body .rv-product-card__wish:focus-visible .rv-product-card__wish-svg path {
  fill: transparent !important;
  stroke: rgba(198, 66, 110, 0.58) !important;
}

@media (max-width: 760px) {
  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__wish, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__wish, body .rv-store-grid.is-list .rv-product-card__wish, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__wish, body .rv-products-grid.is-list .rv-product-card__wish, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__wish, body .rv-product-card.is-list .rv-product-card__wish {
    transform: none !important;
  }
}

body .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]), body .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):focus, body .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):focus-visible, body .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):active {
  color: rgba(24, 32, 42, 0.48) !important;
  outline: none !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]) .rv-product-card__wish-svg, body .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]) .rv-product-card__wish-svg path, body .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):focus .rv-product-card__wish-svg, body .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):focus .rv-product-card__wish-svg path, body .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):focus-visible .rv-product-card__wish-svg, body .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):focus-visible .rv-product-card__wish-svg path, body .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):active .rv-product-card__wish-svg, body .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):active .rv-product-card__wish-svg path {
  fill: transparent !important;
  stroke: rgba(24, 32, 42, 0.48) !important;
  stroke-width: 1.45 !important;
  vector-effect: non-scaling-stroke !important;
}

@media (hover: hover) and (pointer: fine) {
  body .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):hover:not(:focus):not(:focus-visible) .rv-product-card__wish-svg, body .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):hover:not(:focus):not(:focus-visible) .rv-product-card__wish-svg path {
    fill: transparent !important;
    stroke: rgba(198, 66, 110, 0.58) !important;
  }
}

body .rv-product-card__wish.is-active, body .rv-product-card__wish[aria-pressed="true"] {
  color: var(--rv-store-rose) !important;
}

body .rv-product-card__wish {
  -webkit-tap-highlight-color: transparent !important;
}

body .rv-product-card:focus-within .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]), body .rv-product-card:focus-within .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):hover, body .rv-product-card:focus-within .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):focus, body .rv-product-card:focus-within .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):focus-visible, body .rv-product-card:focus-within .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):active {
  color: rgba(24, 32, 42, 0.48) !important;
  outline: none !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body .rv-product-card:focus-within .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]) .rv-product-card__wish-svg, body .rv-product-card:focus-within .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]) .rv-product-card__wish-svg path, body .rv-product-card:focus-within .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):hover .rv-product-card__wish-svg, body .rv-product-card:focus-within .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):hover .rv-product-card__wish-svg path, body .rv-product-card:focus-within .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):focus .rv-product-card__wish-svg, body .rv-product-card:focus-within .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):focus .rv-product-card__wish-svg path, body .rv-product-card:focus-within .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):focus-visible .rv-product-card__wish-svg, body .rv-product-card:focus-within .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):focus-visible .rv-product-card__wish-svg path, body .rv-product-card:focus-within .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):active .rv-product-card__wish-svg, body .rv-product-card:focus-within .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):active .rv-product-card__wish-svg path {
  fill: transparent !important;
  stroke: rgba(24, 32, 42, 0.48) !important;
  stroke-width: 1.45 !important;
  vector-effect: non-scaling-stroke !important;
}

@media (hover: hover) and (pointer: fine) {
  body .rv-product-card:not(:focus-within) .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):hover .rv-product-card__wish-svg, body .rv-product-card:not(:focus-within) .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):hover .rv-product-card__wish-svg path {
    fill: transparent !important;
    stroke: rgba(198, 66, 110, 0.52) !important;
  }
}

body .rv-product-card__wish.is-hover-resetting:not(.is-active):not([aria-pressed="true"]), body .rv-product-card.is-wishlist-hover-resetting .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]) {
  color: rgba(24, 32, 42, 0.48) !important;
  outline: none !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body .rv-product-card__wish.is-hover-resetting:not(.is-active):not([aria-pressed="true"]) .rv-product-card__wish-svg, body .rv-product-card__wish.is-hover-resetting:not(.is-active):not([aria-pressed="true"]) .rv-product-card__wish-svg path, body .rv-product-card.is-wishlist-hover-resetting .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]) .rv-product-card__wish-svg, body .rv-product-card.is-wishlist-hover-resetting .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]) .rv-product-card__wish-svg path {
  fill: transparent !important;
  stroke: rgba(24, 32, 42, 0.48) !important;
  stroke-width: 1.45 !important;
  vector-effect: non-scaling-stroke !important;
}

@media (hover: hover) and (pointer: fine) {
  body .rv-product-card .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):not(.is-hover-resetting):hover .rv-product-card__wish-svg, body .rv-product-card .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):not(.is-hover-resetting):hover .rv-product-card__wish-svg path, body .rv-product-card:focus-within .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):not(.is-hover-resetting):hover .rv-product-card__wish-svg, body .rv-product-card:focus-within .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):not(.is-hover-resetting):hover .rv-product-card__wish-svg path {
    fill: transparent !important;
    stroke: rgba(198, 66, 110, 0.52) !important;
    stroke-width: 1.45 !important;
  }
}

body .rv-product-card__wish.is-active .rv-product-card__wish-svg, body .rv-product-card__wish.is-active .rv-product-card__wish-svg path, body .rv-product-card__wish[aria-pressed="true"] .rv-product-card__wish-svg, body .rv-product-card__wish[aria-pressed="true"] .rv-product-card__wish-svg path, body .rv-product-card__wish.is-active:hover .rv-product-card__wish-svg, body .rv-product-card__wish.is-active:hover .rv-product-card__wish-svg path, body .rv-product-card__wish[aria-pressed="true"]:hover .rv-product-card__wish-svg, body .rv-product-card__wish[aria-pressed="true"]:hover .rv-product-card__wish-svg path {
  fill: var(--rv-store-rose) !important;
  stroke: var(--rv-store-rose) !important;
  stroke-width: 1.45 !important;
}

@media (min-width: 761px) {
  html.rv-store-js-ready body .rv-store-grid:not(.is-list) .rv-product-card__wish, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="grid"] .rv-product-card__wish, body .rv-store-grid:not(.is-list) .rv-product-card__wish, body .rv-store-grid[data-rv-current-view="grid"] .rv-product-card__wish, body .rv-products-grid:not(.is-list) .rv-product-card__wish, body .rv-products-grid[data-rv-current-view="grid"] .rv-product-card__wish {
    top: 12px !important;
    right: 10px !important;
    width: 28px !important;
    height: 26px !important;
    min-width: 28px !important;
    min-height: 26px !important;
    max-width: 28px !important;
    max-height: 26px !important;
    transform: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html.rv-store-js-ready body .rv-store-grid:not(.is-list) .rv-product-card__wish .rv-product-card__wish-svg, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="grid"] .rv-product-card__wish .rv-product-card__wish-svg, body .rv-store-grid:not(.is-list) .rv-product-card__wish .rv-product-card__wish-svg, body .rv-store-grid[data-rv-current-view="grid"] .rv-product-card__wish .rv-product-card__wish-svg, body .rv-products-grid:not(.is-list) .rv-product-card__wish .rv-product-card__wish-svg, body .rv-products-grid[data-rv-current-view="grid"] .rv-product-card__wish .rv-product-card__wish-svg {
    width: 21px !important;
    height: 19px !important;
    min-width: 21px !important;
    min-height: 19px !important;
    max-width: 21px !important;
    max-height: 19px !important;
    display: block !important;
  }
}

body .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]) .rv-product-card__wish-svg, body .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]) .rv-product-card__wish-svg path {
  fill: transparent !important;
  stroke: rgba(24, 32, 42, 0.48) !important;
  stroke-width: 1.45 !important;
  vector-effect: non-scaling-stroke !important;
}

@media (hover: hover) and (pointer: fine) {
  body .rv-product-card .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):not(.is-hover-resetting):hover .rv-product-card__wish-svg, body .rv-product-card .rv-product-card__wish:not(.is-active):not([aria-pressed="true"]):not(.is-hover-resetting):hover .rv-product-card__wish-svg path {
    fill: transparent !important;
    stroke: rgba(198, 66, 110, 0.52) !important;
    stroke-width: 1.45 !important;
  }
}

body .rv-product-card__wish.is-active .rv-product-card__wish-svg, body .rv-product-card__wish.is-active .rv-product-card__wish-svg path, body .rv-product-card__wish[aria-pressed="true"] .rv-product-card__wish-svg, body .rv-product-card__wish[aria-pressed="true"] .rv-product-card__wish-svg path {
  fill: var(--rv-store-rose) !important;
  stroke: var(--rv-store-rose) !important;
  stroke-width: 1.45 !important;
}

@media (min-width: 761px) {
  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card, body .rv-store-grid.is-list .rv-product-card, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card, body .rv-products-grid.is-list .rv-product-card, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card, body [data-rv-store-grid].is-list .rv-product-card, body .rv-product-card.is-list {
    align-items: stretch !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__body, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__body, body .rv-store-grid.is-list .rv-product-card__body, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__body, body .rv-products-grid.is-list .rv-product-card__body, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__body, body [data-rv-store-grid].is-list .rv-product-card__body, body .rv-product-card.is-list .rv-product-card__body {
    display: grid !important;
    grid-template-rows: auto auto minmax(0, 1fr) auto !important;
    align-content: stretch !important;
    height: 100% !important;
    min-height: 0 !important;
    gap: 8px !important;
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__headline, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__headline, body .rv-store-grid.is-list .rv-product-card__headline, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__headline, body .rv-products-grid.is-list .rv-product-card__headline, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__headline, body [data-rv-store-grid].is-list .rv-product-card__headline, body .rv-product-card.is-list .rv-product-card__headline {
    grid-row: 1 !important;
    align-self: start !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-store-price, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-store-price, body .rv-store-grid.is-list .rv-store-price, body .rv-store-grid[data-rv-current-view="list"] .rv-store-price, body .rv-products-grid.is-list .rv-store-price, body .rv-products-grid[data-rv-current-view="list"] .rv-store-price, body [data-rv-store-grid].is-list .rv-store-price, body .rv-product-card.is-list .rv-store-price {
    grid-row: 2 !important;
    align-self: start !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__button, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__button, body .rv-store-grid.is-list .rv-product-card__button, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__button, body .rv-products-grid.is-list .rv-product-card__button, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__button, body [data-rv-store-grid].is-list .rv-product-card__button, body .rv-product-card.is-list .rv-product-card__button {
    grid-row: 4 !important;
    align-self: end !important;
    justify-self: stretch !important;
    margin-top: auto !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__wish, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__wish, body .rv-store-grid.is-list .rv-product-card__wish, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__wish, body .rv-products-grid.is-list .rv-product-card__wish, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__wish, body [data-rv-store-grid].is-list .rv-product-card__wish, body .rv-product-card.is-list .rv-product-card__wish {
    top: 18px !important;
  }
}

@media (min-width: 761px) {
  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__button, html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__button, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__button, html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__button, html.rv-store-js-ready body .rv-store-grid[data-rv-view="list"] .rv-product-card__button, html.rv-store-js-ready body .rv-products-grid[data-rv-view="list"] .rv-product-card__button, body .rv-store-grid.is-list .rv-product-card__button, body .rv-products-grid.is-list .rv-product-card__button, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__button, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__button, body .rv-store-grid[data-rv-view="list"] .rv-product-card__button, body .rv-products-grid[data-rv-view="list"] .rv-product-card__button, body .rv-product-card.is-list .rv-product-card__button, body .rv-product-card.is-list-desktop-profile-active .rv-product-card__button, body .rv-product-card.is-desktop-list-profile-active .rv-product-card__button, html.rv-store-js-ready body .rv-store-grid.is-list .rv-store-button--outline, html.rv-store-js-ready body .rv-products-grid.is-list .rv-store-button--outline, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-store-button--outline, html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-store-button--outline, html.rv-store-js-ready body .rv-store-grid[data-rv-view="list"] .rv-store-button--outline, html.rv-store-js-ready body .rv-products-grid[data-rv-view="list"] .rv-store-button--outline, body .rv-store-grid.is-list .rv-store-button--outline, body .rv-products-grid.is-list .rv-store-button--outline, body .rv-store-grid[data-rv-current-view="list"] .rv-store-button--outline, body .rv-products-grid[data-rv-current-view="list"] .rv-store-button--outline, body .rv-store-grid[data-rv-view="list"] .rv-store-button--outline, body .rv-products-grid[data-rv-view="list"] .rv-store-button--outline, body .rv-product-card.is-list .rv-store-button--outline, body .rv-product-card.is-list-desktop-profile-active .rv-store-button--outline, body .rv-product-card.is-desktop-list-profile-active .rv-store-button--outline {
    margin-top: auto !important;
    align-self: stretch !important;
    justify-self: stretch !important;
    width: 100% !important;
  }
}

@media (min-width: 761px) {
  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card, html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card, html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-product-card, html.rv-store-js-ready body .rv-store-grid[data-rv-view="list"] .rv-product-card, html.rv-store-js-ready body .rv-products-grid[data-rv-view="list"] .rv-product-card, body .rv-store-grid.is-list .rv-product-card, body .rv-products-grid.is-list .rv-product-card, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card, body .rv-store-grid[data-rv-view="list"] .rv-product-card, body .rv-products-grid[data-rv-view="list"] .rv-product-card, body .rv-product-card.is-list, body .rv-product-card.is-list-desktop-profile-active, body .rv-product-card.is-desktop-list-profile-active {
    align-items: stretch !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__body, html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__body, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__body, html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__body, html.rv-store-js-ready body .rv-store-grid[data-rv-view="list"] .rv-product-card__body, html.rv-store-js-ready body .rv-products-grid[data-rv-view="list"] .rv-product-card__body, body .rv-store-grid.is-list .rv-product-card__body, body .rv-products-grid.is-list .rv-product-card__body, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__body, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__body, body .rv-store-grid[data-rv-view="list"] .rv-product-card__body, body .rv-products-grid[data-rv-view="list"] .rv-product-card__body, body .rv-product-card.is-list .rv-product-card__body, body .rv-product-card.is-list-desktop-profile-active .rv-product-card__body, body .rv-product-card.is-desktop-list-profile-active .rv-product-card__body {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    height: 100% !important;
    min-height: 100% !important;
    box-sizing: border-box !important;
    padding-top: 28px !important;
    padding-right: 66px !important;
    padding-bottom: 24px !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__body > .rv-product-card__button, html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__body > .rv-product-card__button, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__body > .rv-product-card__button, html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__body > .rv-product-card__button, html.rv-store-js-ready body .rv-store-grid[data-rv-view="list"] .rv-product-card__body > .rv-product-card__button, html.rv-store-js-ready body .rv-products-grid[data-rv-view="list"] .rv-product-card__body > .rv-product-card__button, body .rv-store-grid.is-list .rv-product-card__body > .rv-product-card__button, body .rv-products-grid.is-list .rv-product-card__body > .rv-product-card__button, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__body > .rv-product-card__button, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__body > .rv-product-card__button, body .rv-store-grid[data-rv-view="list"] .rv-product-card__body > .rv-product-card__button, body .rv-products-grid[data-rv-view="list"] .rv-product-card__body > .rv-product-card__button, body .rv-product-card.is-list .rv-product-card__body > .rv-product-card__button, body .rv-product-card.is-list-desktop-profile-active .rv-product-card__body > .rv-product-card__button, body .rv-product-card.is-desktop-list-profile-active .rv-product-card__body > .rv-product-card__button, html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__button[data-rv-card-cta], html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__button[data-rv-card-cta], body .rv-store-grid.is-list .rv-product-card__button[data-rv-card-cta], body .rv-products-grid.is-list .rv-product-card__button[data-rv-card-cta], body .rv-product-card.is-list .rv-product-card__button[data-rv-card-cta], body .rv-product-card.is-list-desktop-profile-active .rv-product-card__button[data-rv-card-cta], body .rv-product-card.is-desktop-list-profile-active .rv-product-card__button[data-rv-card-cta] {
    margin-top: auto !important;
    align-self: stretch !important;
    width: 100% !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__body > *:has(.rv-product-card__button), html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__body > *:has(.rv-product-card__button), html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__body > *:has(.rv-product-card__button), html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__body > *:has(.rv-product-card__button), body .rv-store-grid.is-list .rv-product-card__body > *:has(.rv-product-card__button), body .rv-products-grid.is-list .rv-product-card__body > *:has(.rv-product-card__button), body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__body > *:has(.rv-product-card__button), body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__body > *:has(.rv-product-card__button), body .rv-product-card.is-list .rv-product-card__body > *:has(.rv-product-card__button), body .rv-product-card.is-list-desktop-profile-active .rv-product-card__body > *:has(.rv-product-card__button), body .rv-product-card.is-desktop-list-profile-active .rv-product-card__body > *:has(.rv-product-card__button) {
    margin-top: auto !important;
    width: 100% !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__meta:has(.rv-product-card__button), html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__meta:has(.rv-product-card__button), body .rv-store-grid.is-list .rv-product-card__meta:has(.rv-product-card__button), body .rv-products-grid.is-list .rv-product-card__meta:has(.rv-product-card__button), body .rv-product-card.is-list .rv-product-card__meta:has(.rv-product-card__button), body .rv-product-card.is-list-desktop-profile-active .rv-product-card__meta:has(.rv-product-card__button), body .rv-product-card.is-desktop-list-profile-active .rv-product-card__meta:has(.rv-product-card__button), html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__actions, html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__actions, body .rv-store-grid.is-list .rv-product-card__actions, body .rv-products-grid.is-list .rv-product-card__actions, body .rv-product-card.is-list .rv-product-card__actions, body .rv-product-card.is-list-desktop-profile-active .rv-product-card__actions, body .rv-product-card.is-desktop-list-profile-active .rv-product-card__actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    margin-top: auto !important;
    width: 100% !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__button, html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__button, body .rv-store-grid.is-list .rv-product-card__button, body .rv-products-grid.is-list .rv-product-card__button, body .rv-product-card.is-list .rv-product-card__button, body .rv-product-card.is-list-desktop-profile-active .rv-product-card__button, body .rv-product-card.is-desktop-list-profile-active .rv-product-card__button {
    min-height: 38px !important;
    max-height: 38px !important;
    border-radius: 9px !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__wish, html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__wish, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__wish, html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__wish, html.rv-store-js-ready body .rv-store-grid[data-rv-view="list"] .rv-product-card__wish, html.rv-store-js-ready body .rv-products-grid[data-rv-view="list"] .rv-product-card__wish, body .rv-store-grid.is-list .rv-product-card__wish, body .rv-products-grid.is-list .rv-product-card__wish, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__wish, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__wish, body .rv-store-grid[data-rv-view="list"] .rv-product-card__wish, body .rv-products-grid[data-rv-view="list"] .rv-product-card__wish, body .rv-product-card.is-list .rv-product-card__wish, body .rv-product-card.is-list-desktop-profile-active .rv-product-card__wish, body .rv-product-card.is-desktop-list-profile-active .rv-product-card__wish {
    top: 24px !important;
    right: 24px !important;
    transform: none !important;
  }
}

@media (min-width: 761px) {
  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__body, html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__body, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__body, html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__body, html.rv-store-js-ready body .rv-store-grid[data-rv-view="list"] .rv-product-card__body, html.rv-store-js-ready body .rv-products-grid[data-rv-view="list"] .rv-product-card__body, body .rv-store-grid.is-list .rv-product-card__body, body .rv-products-grid.is-list .rv-product-card__body, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__body, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__body, body .rv-store-grid[data-rv-view="list"] .rv-product-card__body, body .rv-products-grid[data-rv-view="list"] .rv-product-card__body, body [data-rv-store-grid].is-list .rv-product-card__body, body .rv-product-card.is-list .rv-product-card__body, body .rv-product-card.is-list-desktop-profile-active .rv-product-card__body, body .rv-product-card.is-desktop-list-profile-active .rv-product-card__body {
    min-width: 0 !important;
    width: 100% !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__headline, html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__headline, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__headline, html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__headline, html.rv-store-js-ready body .rv-store-grid[data-rv-view="list"] .rv-product-card__headline, html.rv-store-js-ready body .rv-products-grid[data-rv-view="list"] .rv-product-card__headline, body .rv-store-grid.is-list .rv-product-card__headline, body .rv-products-grid.is-list .rv-product-card__headline, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__headline, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__headline, body .rv-store-grid[data-rv-view="list"] .rv-product-card__headline, body .rv-products-grid[data-rv-view="list"] .rv-product-card__headline, body [data-rv-store-grid].is-list .rv-product-card__headline, body .rv-product-card.is-list .rv-product-card__headline, body .rv-product-card.is-list-desktop-profile-active .rv-product-card__headline, body .rv-product-card.is-desktop-list-profile-active .rv-product-card__headline {
    display: block !important;
    width: 100% !important;
    max-width: calc(100% - 58px) !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__title, html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__title, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__title, html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__title, html.rv-store-js-ready body .rv-store-grid[data-rv-view="list"] .rv-product-card__title, html.rv-store-js-ready body .rv-products-grid[data-rv-view="list"] .rv-product-card__title, body .rv-store-grid.is-list .rv-product-card__title, body .rv-products-grid.is-list .rv-product-card__title, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__title, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__title, body .rv-store-grid[data-rv-view="list"] .rv-product-card__title, body .rv-products-grid[data-rv-view="list"] .rv-product-card__title, body [data-rv-store-grid].is-list .rv-product-card__title, body .rv-product-card.is-list .rv-product-card__title, body .rv-product-card.is-list-desktop-profile-active .rv-product-card__title, body .rv-product-card.is-desktop-list-profile-active .rv-product-card__title {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
    line-clamp: unset !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__title a, html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__title a, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__title a, html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__title a, html.rv-store-js-ready body .rv-store-grid[data-rv-view="list"] .rv-product-card__title a, html.rv-store-js-ready body .rv-products-grid[data-rv-view="list"] .rv-product-card__title a, body .rv-store-grid.is-list .rv-product-card__title a, body .rv-products-grid.is-list .rv-product-card__title a, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__title a, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__title a, body .rv-store-grid[data-rv-view="list"] .rv-product-card__title a, body .rv-products-grid[data-rv-view="list"] .rv-product-card__title a, body [data-rv-store-grid].is-list .rv-product-card__title a, body .rv-product-card.is-list .rv-product-card__title a, body .rv-product-card.is-list-desktop-profile-active .rv-product-card__title a, body .rv-product-card.is-desktop-list-profile-active .rv-product-card__title a {
    display: inline !important;
    max-width: none !important;
    color: inherit !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }
}

@media (min-width: 761px) {
  html.rv-store-js-ready body .rv-store-grid.is-grid .rv-product-card, html.rv-store-js-ready body .rv-products-grid.is-grid .rv-product-card, body .rv-store-grid.is-grid .rv-product-card, body .rv-products-grid.is-grid .rv-product-card, body [data-rv-store-grid].is-grid .rv-product-card {
    display: block !important;
    align-items: initial !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-grid .rv-product-card__body, html.rv-store-js-ready body .rv-products-grid.is-grid .rv-product-card__body, body .rv-store-grid.is-grid .rv-product-card__body, body .rv-products-grid.is-grid .rv-product-card__body, body [data-rv-store-grid].is-grid .rv-product-card__body {
    display: grid !important;
    grid-template-rows: auto auto auto !important;
    gap: 9px !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 14px 16px 16px !important;
    align-items: initial !important;
    justify-content: initial !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-grid .rv-product-card__headline, html.rv-store-js-ready body .rv-products-grid.is-grid .rv-product-card__headline, body .rv-store-grid.is-grid .rv-product-card__headline, body .rv-products-grid.is-grid .rv-product-card__headline, body [data-rv-store-grid].is-grid .rv-product-card__headline {
    display: grid !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-grid .rv-product-card__title, html.rv-store-js-ready body .rv-products-grid.is-grid .rv-product-card__title, body .rv-store-grid.is-grid .rv-product-card__title, body .rv-products-grid.is-grid .rv-product-card__title, body [data-rv-store-grid].is-grid .rv-product-card__title {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
    font-size: 16px !important;
    line-height: 1.16 !important;
    letter-spacing: -0.025em !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-grid .rv-product-card__title a, html.rv-store-js-ready body .rv-products-grid.is-grid .rv-product-card__title a, body .rv-store-grid.is-grid .rv-product-card__title a, body .rv-products-grid.is-grid .rv-product-card__title a, body [data-rv-store-grid].is-grid .rv-product-card__title a {
    display: inline !important;
    max-width: none !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-grid .rv-product-card__button, html.rv-store-js-ready body .rv-products-grid.is-grid .rv-product-card__button, html.rv-store-js-ready body .rv-store-grid.is-grid .rv-store-button--outline, html.rv-store-js-ready body .rv-products-grid.is-grid .rv-store-button--outline, body .rv-store-grid.is-grid .rv-product-card__button, body .rv-products-grid.is-grid .rv-product-card__button, body .rv-store-grid.is-grid .rv-store-button--outline, body .rv-products-grid.is-grid .rv-store-button--outline, body [data-rv-store-grid].is-grid .rv-product-card__button, body [data-rv-store-grid].is-grid .rv-store-button--outline {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 35px !important;
    max-height: none !important;
    margin-top: 0 !important;
    padding: 0 18px !important;
    border-radius: 8px !important;
    align-self: end !important;
    justify-self: stretch !important;
    font-size: 12px !important;
    font-weight: 760 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-grid .rv-product-card__wish, html.rv-store-js-ready body .rv-products-grid.is-grid .rv-product-card__wish, html.rv-store-js-ready body .rv-store-grid.is-grid .rv-product-card__wish:hover, html.rv-store-js-ready body .rv-products-grid.is-grid .rv-product-card__wish:hover, html.rv-store-js-ready body .rv-store-grid.is-grid .rv-product-card__wish:focus-visible, html.rv-store-js-ready body .rv-products-grid.is-grid .rv-product-card__wish:focus-visible, html.rv-store-js-ready body .rv-store-grid.is-grid .rv-product-card__wish.is-active, html.rv-store-js-ready body .rv-products-grid.is-grid .rv-product-card__wish.is-active, body .rv-store-grid.is-grid .rv-product-card__wish, body .rv-products-grid.is-grid .rv-product-card__wish, body .rv-store-grid.is-grid .rv-product-card__wish:hover, body .rv-products-grid.is-grid .rv-product-card__wish:hover, body .rv-store-grid.is-grid .rv-product-card__wish:focus-visible, body .rv-products-grid.is-grid .rv-product-card__wish:focus-visible, body .rv-store-grid.is-grid .rv-product-card__wish.is-active, body .rv-products-grid.is-grid .rv-product-card__wish.is-active, body [data-rv-store-grid].is-grid .rv-product-card__wish, body [data-rv-store-grid].is-grid .rv-product-card__wish:hover, body [data-rv-store-grid].is-grid .rv-product-card__wish:focus-visible, body [data-rv-store-grid].is-grid .rv-product-card__wish.is-active {
    top: 10px !important;
    right: 14px !important;
    width: 32px !important;
    height: 29px !important;
    transform: none !important;
  }
}

@media (min-width: 761px) {
  html.rv-store-js-ready body .rv-store-grid.is-grid .rv-product-card.is-grid .rv-product-card__wish, html.rv-store-js-ready body .rv-products-grid.is-grid .rv-product-card.is-grid .rv-product-card__wish, html.rv-store-js-ready body .rv-store-grid.is-grid .rv-product-card.is-grid-desktop-profile-active .rv-product-card__wish, html.rv-store-js-ready body .rv-products-grid.is-grid .rv-product-card.is-grid-desktop-profile-active .rv-product-card__wish, body .rv-store-grid.is-grid .rv-product-card.is-grid .rv-product-card__wish, body .rv-products-grid.is-grid .rv-product-card.is-grid .rv-product-card__wish, body .rv-store-grid.is-grid .rv-product-card.is-grid-desktop-profile-active .rv-product-card__wish, body .rv-products-grid.is-grid .rv-product-card.is-grid-desktop-profile-active .rv-product-card__wish, body [data-rv-store-grid].is-grid .rv-product-card.is-grid .rv-product-card__wish, body [data-rv-store-grid].is-grid .rv-product-card.is-grid-desktop-profile-active .rv-product-card__wish {
    top: 16px !important;
    right: 14px !important;
    width: 32px !important;
    height: 29px !important;
    transform: none !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-grid .rv-product-card.is-grid .rv-product-card__wish:hover, html.rv-store-js-ready body .rv-products-grid.is-grid .rv-product-card.is-grid .rv-product-card__wish:hover, html.rv-store-js-ready body .rv-store-grid.is-grid .rv-product-card.is-grid-desktop-profile-active .rv-product-card__wish:hover, html.rv-store-js-ready body .rv-products-grid.is-grid .rv-product-card.is-grid-desktop-profile-active .rv-product-card__wish:hover, html.rv-store-js-ready body .rv-store-grid.is-grid .rv-product-card.is-grid .rv-product-card__wish:focus-visible, html.rv-store-js-ready body .rv-products-grid.is-grid .rv-product-card.is-grid .rv-product-card__wish:focus-visible, html.rv-store-js-ready body .rv-store-grid.is-grid .rv-product-card.is-grid-desktop-profile-active .rv-product-card__wish:focus-visible, html.rv-store-js-ready body .rv-products-grid.is-grid .rv-product-card.is-grid-desktop-profile-active .rv-product-card__wish:focus-visible, html.rv-store-js-ready body .rv-store-grid.is-grid .rv-product-card.is-grid .rv-product-card__wish.is-active, html.rv-store-js-ready body .rv-products-grid.is-grid .rv-product-card.is-grid .rv-product-card__wish.is-active, html.rv-store-js-ready body .rv-store-grid.is-grid .rv-product-card.is-grid-desktop-profile-active .rv-product-card__wish.is-active, html.rv-store-js-ready body .rv-products-grid.is-grid .rv-product-card.is-grid-desktop-profile-active .rv-product-card__wish.is-active, body .rv-store-grid.is-grid .rv-product-card.is-grid .rv-product-card__wish:hover, body .rv-products-grid.is-grid .rv-product-card.is-grid .rv-product-card__wish:hover, body .rv-store-grid.is-grid .rv-product-card.is-grid-desktop-profile-active .rv-product-card__wish:hover, body .rv-products-grid.is-grid .rv-product-card.is-grid-desktop-profile-active .rv-product-card__wish:hover, body .rv-store-grid.is-grid .rv-product-card.is-grid .rv-product-card__wish:focus-visible, body .rv-products-grid.is-grid .rv-product-card.is-grid .rv-product-card__wish:focus-visible, body .rv-store-grid.is-grid .rv-product-card.is-grid-desktop-profile-active .rv-product-card__wish:focus-visible, body .rv-products-grid.is-grid .rv-product-card.is-grid-desktop-profile-active .rv-product-card__wish:focus-visible, body .rv-store-grid.is-grid .rv-product-card.is-grid .rv-product-card__wish.is-active, body .rv-products-grid.is-grid .rv-product-card.is-grid .rv-product-card__wish.is-active, body .rv-store-grid.is-grid .rv-product-card.is-grid-desktop-profile-active .rv-product-card__wish.is-active, body .rv-products-grid.is-grid .rv-product-card.is-grid-desktop-profile-active .rv-product-card__wish.is-active, body [data-rv-store-grid].is-grid .rv-product-card.is-grid .rv-product-card__wish:hover, body [data-rv-store-grid].is-grid .rv-product-card.is-grid-desktop-profile-active .rv-product-card__wish:hover, body [data-rv-store-grid].is-grid .rv-product-card.is-grid .rv-product-card__wish:focus-visible, body [data-rv-store-grid].is-grid .rv-product-card.is-grid-desktop-profile-active .rv-product-card__wish:focus-visible, body [data-rv-store-grid].is-grid .rv-product-card.is-grid .rv-product-card__wish.is-active, body [data-rv-store-grid].is-grid .rv-product-card.is-grid-desktop-profile-active .rv-product-card__wish.is-active {
    top: 16px !important;
    right: 14px !important;
    width: 32px !important;
    height: 29px !important;
    transform: none !important;
  }
}

@media (max-width: 760px) {
  body .rv-store-grid.is-grid .rv-product-card .rv-product-card__wish, body .rv-products-grid.is-grid .rv-product-card .rv-product-card__wish, body [data-rv-store-grid].is-grid .rv-product-card .rv-product-card__wish, body .rv-store-grid.is-grid .rv-product-card .rv-product-card__wish:hover, body .rv-products-grid.is-grid .rv-product-card .rv-product-card__wish:hover, body [data-rv-store-grid].is-grid .rv-product-card .rv-product-card__wish:hover, body .rv-store-grid.is-grid .rv-product-card .rv-product-card__wish:focus-visible, body .rv-products-grid.is-grid .rv-product-card .rv-product-card__wish:focus-visible, body [data-rv-store-grid].is-grid .rv-product-card .rv-product-card__wish:focus-visible, body .rv-store-grid.is-grid .rv-product-card .rv-product-card__wish.is-active, body .rv-products-grid.is-grid .rv-product-card .rv-product-card__wish.is-active, body [data-rv-store-grid].is-grid .rv-product-card .rv-product-card__wish.is-active {
    top: 16px !important;
    right: 14px !important;
    transform: none !important;
  }
}

@media (max-width: 760px), (hover: none), (pointer: coarse) {
  body .rv-product-card__wish.is-touch-deselected:not(.is-active):not([aria-pressed="true"]), body .rv-product-card__wish.is-touch-deselected:not(.is-active):not([aria-pressed="true"]):hover, body .rv-product-card__wish.is-touch-deselected:not(.is-active):not([aria-pressed="true"]):focus, body .rv-product-card__wish.is-touch-deselected:not(.is-active):not([aria-pressed="true"]):focus-visible, body .rv-product-card__wish.is-touch-deselected:not(.is-active):not([aria-pressed="true"]):active {
    color: rgba(24, 32, 42, 0.48) !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
  }

  body .rv-product-card__wish.is-touch-deselected:not(.is-active):not([aria-pressed="true"]) .rv-product-card__wish-svg, body .rv-product-card__wish.is-touch-deselected:not(.is-active):not([aria-pressed="true"]):hover .rv-product-card__wish-svg, body .rv-product-card__wish.is-touch-deselected:not(.is-active):not([aria-pressed="true"]):focus .rv-product-card__wish-svg, body .rv-product-card__wish.is-touch-deselected:not(.is-active):not([aria-pressed="true"]):focus-visible .rv-product-card__wish-svg, body .rv-product-card__wish.is-touch-deselected:not(.is-active):not([aria-pressed="true"]):active .rv-product-card__wish-svg, body .rv-product-card__wish.is-touch-deselected:not(.is-active):not([aria-pressed="true"]) .rv-product-card__wish-svg path, body .rv-product-card__wish.is-touch-deselected:not(.is-active):not([aria-pressed="true"]):hover .rv-product-card__wish-svg path, body .rv-product-card__wish.is-touch-deselected:not(.is-active):not([aria-pressed="true"]):focus .rv-product-card__wish-svg path, body .rv-product-card__wish.is-touch-deselected:not(.is-active):not([aria-pressed="true"]):focus-visible .rv-product-card__wish-svg path, body .rv-product-card__wish.is-touch-deselected:not(.is-active):not([aria-pressed="true"]):active .rv-product-card__wish-svg path {
    fill: transparent !important;
    stroke: rgba(24, 32, 42, 0.48) !important;
    stroke-width: 1.45 !important;
    vector-effect: non-scaling-stroke !important;
  }
}

.rv-product-card__badges.rv-product-card__badges--top {
  top: 10px;
  left: 10px;
  right: auto;
  bottom: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  max-width: calc(100% - 60px);
}

.rv-product-card__badges.rv-product-card__badges--bottom {
  top: auto;
  right: auto;
  bottom: 16px;
  left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}

.rv-store-badge--featured {
  min-height: 20px !important;
  padding: 0 7px !important;
  font-size: 9px !important;
  letter-spacing: 0.045em !important;
}

.rv-store-badge--signature {
  min-height: 19px !important;
  padding: 0 6.5px !important;
  font-size: 8.65px !important;
  letter-spacing: 0.043em !important;
}

.rv-store-badge--sale {
  min-height: 18px !important;
  padding: 0 6px !important;
  font-size: 8.25px !important;
  letter-spacing: 0.041em !important;
}

.rv-product-card__badges.rv-product-card__badges--top, .rv-product-card__badges--top {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 4px !important;
}

.rv-product-card__badges--top .rv-store-badge:nth-child(1) {
  min-height: 20px !important;
  padding: 0 7px !important;
  font-size: 9px !important;
  letter-spacing: 0.045em !important;
}

.rv-product-card__badges--top .rv-store-badge:nth-child(2) {
  min-height: 19px !important;
  padding: 0 6.5px !important;
  font-size: 8.65px !important;
  letter-spacing: 0.043em !important;
}

.rv-product-card__badges--top .rv-store-badge:nth-child(3) {
  min-height: 18px !important;
  padding: 0 6px !important;
  font-size: 8.25px !important;
  letter-spacing: 0.041em !important;
}

.rv-store-badge--featured {
  background: linear-gradient(135deg, #c6426e, #cc547c) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 10px rgba(198, 66, 110, 0.16) !important;
}

.rv-store-badge--signature {
  background: linear-gradient(135deg, #d35f87, #df789b) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 10px rgba(211, 95, 135, 0.14) !important;
}

.rv-store-badge--sale {
  background: linear-gradient(135deg, #f2bed0, #f7d2dd) !important;
  color: #5e213b !important;
  text-shadow: none !important;
  box-shadow: 0 3px 8px rgba(232, 156, 181, 0.11) !important;
}

.rv-store-badge--sale, .rv-store-badge--sale * {
  color: #5e213b !important;
}

@media (max-width: 760px) {
  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__badges.rv-product-card__badges--top, html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__badges.rv-product-card__badges--top, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges.rv-product-card__badges--top, html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges.rv-product-card__badges--top, html.rv-store-js-ready body .rv-store-grid[data-rv-view="list"] .rv-product-card__badges.rv-product-card__badges--top, html.rv-store-js-ready body .rv-products-grid[data-rv-view="list"] .rv-product-card__badges.rv-product-card__badges--top, body .rv-store-grid.is-list .rv-product-card__badges.rv-product-card__badges--top, body .rv-products-grid.is-list .rv-product-card__badges.rv-product-card__badges--top, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges.rv-product-card__badges--top, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges.rv-product-card__badges--top, body .rv-store-grid[data-rv-view="list"] .rv-product-card__badges.rv-product-card__badges--top, body .rv-products-grid[data-rv-view="list"] .rv-product-card__badges.rv-product-card__badges--top, body [data-rv-store-grid].is-list .rv-product-card__badges.rv-product-card__badges--top {
    top: 8px !important;
    left: 8px !important;
    right: auto !important;
    gap: 3px !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__badges--top .rv-store-badge:nth-child(1), html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__badges--top .rv-store-badge:nth-child(1), html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges--top .rv-store-badge:nth-child(1), html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges--top .rv-store-badge:nth-child(1), html.rv-store-js-ready body .rv-store-grid[data-rv-view="list"] .rv-product-card__badges--top .rv-store-badge:nth-child(1), html.rv-store-js-ready body .rv-products-grid[data-rv-view="list"] .rv-product-card__badges--top .rv-store-badge:nth-child(1), body .rv-store-grid.is-list .rv-product-card__badges--top .rv-store-badge:nth-child(1), body .rv-products-grid.is-list .rv-product-card__badges--top .rv-store-badge:nth-child(1), body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges--top .rv-store-badge:nth-child(1), body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges--top .rv-store-badge:nth-child(1), body .rv-store-grid[data-rv-view="list"] .rv-product-card__badges--top .rv-store-badge:nth-child(1), body .rv-products-grid[data-rv-view="list"] .rv-product-card__badges--top .rv-store-badge:nth-child(1), body [data-rv-store-grid].is-list .rv-product-card__badges--top .rv-store-badge:nth-child(1) {
    min-height: 18px !important;
    padding: 0 6px !important;
    font-size: 8.15px !important;
    letter-spacing: 0.043em !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__badges--top .rv-store-badge:nth-child(2), html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__badges--top .rv-store-badge:nth-child(2), html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges--top .rv-store-badge:nth-child(2), html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges--top .rv-store-badge:nth-child(2), html.rv-store-js-ready body .rv-store-grid[data-rv-view="list"] .rv-product-card__badges--top .rv-store-badge:nth-child(2), html.rv-store-js-ready body .rv-products-grid[data-rv-view="list"] .rv-product-card__badges--top .rv-store-badge:nth-child(2), body .rv-store-grid.is-list .rv-product-card__badges--top .rv-store-badge:nth-child(2), body .rv-products-grid.is-list .rv-product-card__badges--top .rv-store-badge:nth-child(2), body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges--top .rv-store-badge:nth-child(2), body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges--top .rv-store-badge:nth-child(2), body .rv-store-grid[data-rv-view="list"] .rv-product-card__badges--top .rv-store-badge:nth-child(2), body .rv-products-grid[data-rv-view="list"] .rv-product-card__badges--top .rv-store-badge:nth-child(2), body [data-rv-store-grid].is-list .rv-product-card__badges--top .rv-store-badge:nth-child(2) {
    min-height: 17px !important;
    padding: 0 5.5px !important;
    font-size: 7.85px !important;
    letter-spacing: 0.041em !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__badges--top .rv-store-badge:nth-child(3), html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__badges--top .rv-store-badge:nth-child(3), html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges--top .rv-store-badge:nth-child(3), html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges--top .rv-store-badge:nth-child(3), html.rv-store-js-ready body .rv-store-grid[data-rv-view="list"] .rv-product-card__badges--top .rv-store-badge:nth-child(3), html.rv-store-js-ready body .rv-products-grid[data-rv-view="list"] .rv-product-card__badges--top .rv-store-badge:nth-child(3), body .rv-store-grid.is-list .rv-product-card__badges--top .rv-store-badge:nth-child(3), body .rv-products-grid.is-list .rv-product-card__badges--top .rv-store-badge:nth-child(3), body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges--top .rv-store-badge:nth-child(3), body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges--top .rv-store-badge:nth-child(3), body .rv-store-grid[data-rv-view="list"] .rv-product-card__badges--top .rv-store-badge:nth-child(3), body .rv-products-grid[data-rv-view="list"] .rv-product-card__badges--top .rv-store-badge:nth-child(3), body [data-rv-store-grid].is-list .rv-product-card__badges--top .rv-store-badge:nth-child(3) {
    min-height: 16px !important;
    padding: 0 5.25px !important;
    font-size: 7.5px !important;
    letter-spacing: 0.039em !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__badges--bottom, html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__badges--bottom, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges--bottom, html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges--bottom, html.rv-store-js-ready body .rv-store-grid[data-rv-view="list"] .rv-product-card__badges--bottom, html.rv-store-js-ready body .rv-products-grid[data-rv-view="list"] .rv-product-card__badges--bottom, body .rv-store-grid.is-list .rv-product-card__badges--bottom, body .rv-products-grid.is-list .rv-product-card__badges--bottom, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges--bottom, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges--bottom, body .rv-store-grid[data-rv-view="list"] .rv-product-card__badges--bottom, body .rv-products-grid[data-rv-view="list"] .rv-product-card__badges--bottom, body [data-rv-store-grid].is-list .rv-product-card__badges--bottom {
    bottom: 8px !important;
    left: 8px !important;
  }

  html.rv-store-js-ready body .rv-store-grid.is-list .rv-product-card__badges--bottom .rv-store-badge--muted, html.rv-store-js-ready body .rv-products-grid.is-list .rv-product-card__badges--bottom .rv-store-badge--muted, html.rv-store-js-ready body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges--bottom .rv-store-badge--muted, html.rv-store-js-ready body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges--bottom .rv-store-badge--muted, html.rv-store-js-ready body .rv-store-grid[data-rv-view="list"] .rv-product-card__badges--bottom .rv-store-badge--muted, html.rv-store-js-ready body .rv-products-grid[data-rv-view="list"] .rv-product-card__badges--bottom .rv-store-badge--muted, body .rv-store-grid.is-list .rv-product-card__badges--bottom .rv-store-badge--muted, body .rv-products-grid.is-list .rv-product-card__badges--bottom .rv-store-badge--muted, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__badges--bottom .rv-store-badge--muted, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__badges--bottom .rv-store-badge--muted, body .rv-store-grid[data-rv-view="list"] .rv-product-card__badges--bottom .rv-store-badge--muted, body .rv-products-grid[data-rv-view="list"] .rv-product-card__badges--bottom .rv-store-badge--muted, body [data-rv-store-grid].is-list .rv-product-card__badges--bottom .rv-store-badge--muted {
    min-height: 17px !important;
    padding: 0 5.5px !important;
    font-size: 7.5px !important;
    letter-spacing: 0.039em !important;
  }
}

.rv-store-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: clamp(22px, 3vw, 34px) 0 4px;
  opacity: 1;
  transform: translateY(0);
}

.rv-store-pagination[hidden], .rv-store-pagination.is-hidden {
  display: none !important;
}

.rv-store-pagination__inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.50);
  box-shadow: 0 12px 26px rgba(70, 18, 43, 0.070), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
}

.rv-store-pagination__pages {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.rv-store-pagination__button, .rv-store-pagination__page, .rv-store-pagination__ellipsis {
  min-width: 34px;
  height: 34px;
  border-radius: 999px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.01em;
}

.rv-store-pagination__button, .rv-store-pagination__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(24, 32, 42, 0.075);
  background: rgba(255, 255, 255, 0.78);
  color: rgba(24, 32, 42, 0.72);
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transition: color 170ms ease, background-color 170ms ease, border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease, opacity 170ms ease;
}

.rv-store-pagination__button {
  min-width: 94px;
  padding: 0 15px;
}

.rv-store-pagination__button:hover, .rv-store-pagination__button:focus-visible, .rv-store-pagination__page:hover, .rv-store-pagination__page:focus-visible {
  outline: none;
  color: var(--rv-store-ink);
  border-color: rgba(198, 66, 110, 0.20);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 18px rgba(198, 66, 110, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transform: translateY(-1px);
}

.rv-store-pagination__page.is-active, .rv-store-pagination__page[aria-current="page"] {
  border-color: rgba(198, 66, 110, 0.34);
  background: linear-gradient(135deg, var(--rv-store-plum), var(--rv-store-rose), var(--rv-store-rose-2));
  color: #fff;
  box-shadow: 0 9px 20px rgba(198, 66, 110, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transform: none;
}

.rv-store-pagination__button[disabled], .rv-store-pagination__button[aria-disabled="true"] {
  cursor: default;
  opacity: 0.42;
  transform: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.70);
}

.rv-store-pagination__ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  color: rgba(24, 32, 42, 0.38);
  font-weight: 900;
  transform: translateY(-1px);
}

.rv-store-grid.is-rv-store-settling {
  animation: rvStoreCatalogSettle 150ms cubic-bezier(0.22, 0.72, 0.24, 1) both;
}

@keyframes rvStoreCatalogSettle {
  0% {
    opacity: 0.78;
    transform: translateY(2px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 640px) {
  .rv-store-pagination {
    margin-top: 20px;
  }

  .rv-store-pagination__inner {
    width: 100%;
    gap: 5px;
    padding: 5px;
  }

  .rv-store-pagination__button {
    min-width: 78px;
    padding: 0 12px;
    font-size: 11.5px;
  }

  .rv-store-pagination__page {
    min-width: 32px;
    height: 32px;
    font-size: 11.5px;
  }

  .rv-store-pagination__pages {
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rv-store-pagination__button, .rv-store-pagination__page, .rv-store-grid.is-rv-store-settling {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}

html.rv-store-booting .rv-store-grid, html.rv-store-booting .rv-store-pagination {
  opacity: 0 !important;
}

html.rv-store-catalog-ready .rv-store-grid, html.rv-store-catalog-ready .rv-store-pagination {
  opacity: 1;
}

@media (prefers-reduced-motion: no-preference) {
  html.rv-store-catalog-ready .rv-store-grid, html.rv-store-catalog-ready .rv-store-pagination {
    transition: opacity 90ms ease;
  }
}

.rv-product-card__media-stage[data-rv-crop-context="grid"] > .rv-product-card__media-view--grid.is-active {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.rv-product-card__media-stage[data-rv-crop-context="grid"] > .rv-product-card__media-view--list, .rv-product-card__media-stage[data-rv-crop-context="grid"] > .rv-product-card__media-view--list[hidden] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.rv-product-card {
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease !important;
}

.rv-product-card:hover, .rv-product-card:focus-within {
  border-color: rgba(198, 66, 110, 0.165) !important;
  box-shadow: 0 15px 34px rgba(23, 32, 42, 0.078), 0 7px 18px rgba(198, 66, 110, 0.052) !important;
  transform: translateY(-2px) !important;
}

.rv-product-card__body {
  gap: 10px !important;
  padding: 15px 16px 16px !important;
}

.rv-product-card__headline {
  gap: 0 !important;
}

.rv-product-card__meta {
  padding-top: 1px !important;
}

.rv-product-card__actions {
  padding-top: 1px !important;
}

.rv-product-card__image, .rv-product-card:hover .rv-product-card__image, .rv-product-card:focus-within .rv-product-card__image, .rv-product-card .rv-product-crop-frame, .rv-product-card:hover .rv-product-crop-frame, .rv-product-card:focus-within .rv-product-crop-frame, .rv-product-card .rv-product-crop-frame__image, .rv-product-card:hover .rv-product-crop-frame__image, .rv-product-card:focus-within .rv-product-crop-frame__image, .rv-product-card [data-rv-exact-crop-image], .rv-product-card:hover [data-rv-exact-crop-image], .rv-product-card:focus-within [data-rv-exact-crop-image] {
  transform: none !important;
}

.rv-product-card .rv-product-card__media, .rv-product-card .rv-product-card__media-stage, .rv-product-card .rv-product-crop-frame {
  transition: filter 200ms ease !important;
}

.rv-product-card:hover .rv-product-card__media, .rv-product-card:focus-within .rv-product-card__media, .rv-product-card:hover .rv-product-card__media-stage, .rv-product-card:focus-within .rv-product-card__media-stage, .rv-product-card:hover .rv-product-crop-frame, .rv-product-card:focus-within .rv-product-crop-frame {
  filter: saturate(1.018) contrast(1.006) !important;
}

.rv-product-card .rv-product-card__button, .rv-product-card .rv-store-button--outline {
  transition: border-color 170ms ease, background-color 170ms ease, color 170ms ease, box-shadow 170ms ease, opacity 170ms ease !important;
}

.rv-product-card .rv-product-card__button:hover, .rv-product-card .rv-product-card__button:focus-visible, .rv-product-card .rv-store-button--outline:hover, .rv-product-card .rv-store-button--outline:focus-visible {
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
}

.rv-product-card__wish, .rv-product-card__wish:hover, .rv-product-card__wish:focus-visible, .rv-product-card__wish.is-active {
  transform: translateY(-2px) !important;
}

.rv-store-grid.is-list .rv-product-card:hover, .rv-store-grid.is-list .rv-product-card:focus-within {
  transform: translateY(-1px) !important;
  box-shadow: 0 13px 30px rgba(23, 32, 42, 0.072), 0 6px 16px rgba(198, 66, 110, 0.046) !important;
}

.rv-store-grid.is-list .rv-product-card__body {
  gap: 10px !important;
}

@media (prefers-reduced-motion: reduce) {
  .rv-product-card, .rv-product-card__media, .rv-product-card__media-stage, .rv-product-crop-frame {
    transition: none !important;
  }

  .rv-product-card:hover, .rv-product-card:focus-within, .rv-store-grid.is-list .rv-product-card:hover, .rv-store-grid.is-list .rv-product-card:focus-within {
    transform: none !important;
  }
}

body .rv-product-card .rv-product-card__button, body .rv-product-card .rv-store-button--outline, body .rv-store-grid.is-grid .rv-product-card__button, body .rv-store-grid.is-grid .rv-store-button--outline, body [data-rv-store-grid].is-grid .rv-product-card__button, body [data-rv-store-grid].is-grid .rv-store-button--outline {
  min-height: 33px !important;
  height: 33px !important;
  max-height: 33px !important;
  padding-top: 0 !important;
  padding-bottom: 1px !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
}

body .rv-store-grid.is-list .rv-product-card__button, body .rv-store-grid[data-rv-current-view="list"] .rv-product-card__button, body .rv-products-grid.is-list .rv-product-card__button, body .rv-products-grid[data-rv-current-view="list"] .rv-product-card__button, body .rv-product-card.is-list .rv-product-card__button {
  min-height: 33px !important;
  height: 33px !important;
  max-height: 33px !important;
  padding-top: 0 !important;
  padding-bottom: 1px !important;
  border-radius: 9px !important;
}

body .rv-product-card .rv-product-card__button:hover, body .rv-product-card .rv-product-card__button:focus-visible, body .rv-product-card .rv-store-button--outline:hover, body .rv-product-card .rv-store-button--outline:focus-visible {
  transform: none !important;
  filter: none !important;
  box-shadow: none !important;
}

.rv-store-collections {
  display: grid;
  gap: 28px;
  margin-top: 17px;
  padding: 0 0 10px;
}

.rv-store-collection-row {
  display: grid;
  gap: 11px;
  min-width: 0;
}

.rv-store-collection-row__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
  padding: 0 2px;
}

.rv-store-collection-row__header h2 {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 14px;
  font-weight: 920;
  letter-spacing: 0.085em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 8px 18px rgba(70, 18, 43, 0.16);
}

.rv-store-collection-row__view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 30px;
  padding: 0 2px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  transition: color 180ms ease, transform 180ms ease;
}

.rv-store-collection-row__view-all:hover, .rv-store-collection-row__view-all:focus-visible {
  color: #fff;
  outline: none;
  transform: translateX(2px);
}

.rv-store-collection-row__viewport {
  position: relative;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 14px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.42) rgba(255, 255, 255, 0.13);
  -webkit-overflow-scrolling: touch;
}

.rv-store-collection-row__viewport::before, .rv-store-collection-row__viewport::after {
  content: "";
  position: sticky;
  top: 0;
  z-index: 7;
  display: block;
  width: 26px;
  height: 100%;
  min-height: 1px;
  pointer-events: none;
}

.rv-store-collection-row__viewport::before {
  left: 0;
  float: left;
  margin-right: -26px;
  background: linear-gradient(90deg, rgba(198, 66, 110, 0.98), rgba(198, 66, 110, 0));
}

.rv-store-collection-row__viewport::after {
  right: 0;
  float: right;
  margin-left: -26px;
  background: linear-gradient(270deg, rgba(198, 66, 110, 0.98), rgba(198, 66, 110, 0));
}

.rv-store-collection-row__viewport::-webkit-scrollbar {
  height: 8px;
}

.rv-store-collection-row__viewport::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.rv-store-collection-row__viewport::-webkit-scrollbar-thumb {
  border: 2px solid rgba(198, 66, 110, 0.86);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.60);
}

.rv-store-collection-row__viewport::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.76);
}

.rv-store-collection-row__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 51px) / 4);
  gap: 17px;
  align-items: start;
  min-width: 0;
}

.rv-store-collection-row__track > .rv-product-card {
  width: 100%;
  min-width: 0;
}

.rv-store-collection-row--hero {
  margin-bottom: 2px;
}

.rv-product-card--featured-media {
  aspect-ratio: 1 / 0.72;
  min-height: 0;
  padding: 0;
  background: #d8d2cf;
}

.rv-product-card--featured-media .rv-product-card__featured-media-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.rv-product-card--featured-media .rv-product-card__media, .rv-product-card--featured-media .rv-product-card__media-stage, .rv-product-card--featured-media .rv-product-card__featured-media-link > .rv-product-card__media {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 15px;
  aspect-ratio: auto;
}

.rv-product-card--featured-media .rv-product-card__media-actions, .rv-product-card--featured-media .rv-product-card__badges, .rv-product-card--featured-media .rv-product-card__wish, .rv-product-card--featured-media .rv-product-card__body {
  display: none !important;
}

.rv-store-collections[hidden], .rv-store-collection-row[hidden] {
  display: none !important;
}

@media (max-width: 1180px) {
  .rv-store-collection-row__track {
    grid-auto-columns: calc((100% - 34px) / 3);
  }
}

@media (max-width: 900px) {
  .rv-store-collections {
    gap: 24px;
  }

  .rv-store-collection-row__track {
    grid-auto-columns: calc((100% - 16px) / 2);
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .rv-store-collections {
    gap: 22px;
  }

  .rv-store-collection-row__header {
    padding: 0 1px;
  }

  .rv-store-collection-row__header h2 {
    font-size: 12.5px;
  }

  .rv-store-collection-row__track {
    grid-auto-columns: min(292px, 88vw);
    gap: 15px;
  }

  .rv-product-card--featured-media {
    aspect-ratio: 1 / 0.82;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rv-store-collection-row__view-all {
    transition: none !important;
  }
}

body .rv-store-collections {
  margin-top: 22px !important;
  gap: 30px !important;
  padding-bottom: 18px !important;
}

body .rv-store-collection-row {
  gap: 13px !important;
}

body .rv-store-collection-row--hero {
  margin-bottom: 30px !important;
}

body .rv-store-collection-row__viewport {
  position: relative !important;
  overflow-x: auto !important;
  padding-bottom: 0 !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  overscroll-behavior-inline: contain !important;
  scroll-snap-type: x proximity !important;
  -webkit-overflow-scrolling: touch !important;
}

body .rv-store-collection-row__viewport::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

body .rv-store-collection-row__track {
  padding: 0 1px !important;
  scroll-snap-type: x proximity !important;
}

body .rv-store-collection-row__track > .rv-product-card, body .rv-store-collection-row__track > [data-rv-collection-card] {
  scroll-snap-align: start !important;
}

body .rv-store-collection-row--hero .rv-store-collection-row__track {
  align-items: stretch !important;
}

body .rv-product-card--featured-media {
  aspect-ratio: 1 / 0.84 !important;
  border-color: rgba(255, 255, 255, 0.58) !important;
  box-shadow: 0 16px 36px rgba(70, 18, 43, 0.115), inset 0 1px 0 rgba(255,255,255,0.72) !important;
}

body .rv-product-card--featured-media:hover, body .rv-product-card--featured-media:focus-within {
  transform: translateY(-2px) !important;
  box-shadow: 0 20px 46px rgba(70, 18, 43, 0.15), 0 8px 18px rgba(198, 66, 110, 0.08), inset 0 1px 0 rgba(255,255,255,0.72) !important;
}

body .rv-product-card--featured-media .rv-product-card__media, body .rv-product-card--featured-media .rv-product-card__media-stage, body .rv-product-card--featured-media .rv-product-card__featured-media-link > .rv-product-card__media {
  border-radius: 15px !important;
}

body .rv-store-collection-row:not(.rv-store-collection-row--hero) .rv-store-collection-row__header {
  margin-bottom: 2px !important;
}

body .rv-store-collection-row__header h2 {
  letter-spacing: 0.095em !important;
}

@media (max-width: 900px) {
  body .rv-store-collections {
    margin-top: 20px !important;
    gap: 28px !important;
  }

  body .rv-store-collection-row--hero {
    margin-bottom: 24px !important;
  }

  body .rv-product-card--featured-media {
    aspect-ratio: 1 / 0.88 !important;
  }
}

@media (max-width: 640px) {
  body .rv-store-collections {
    margin-top: 18px !important;
    gap: 25px !important;
  }

  body .rv-store-collection-row--hero {
    margin-bottom: 22px !important;
  }

  body .rv-store-collection-row__viewport {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%) !important;
    mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%) !important;
  }

  body .rv-product-card--featured-media {
    aspect-ratio: 1 / 0.92 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .rv-store-collection-row__viewport, body .rv-store-collection-row__track {
    scroll-snap-type: none !important;
  }
}

body .rv-store-collection-row {
  position: relative !important;
}

body .rv-store-collection-row__viewport::before, body .rv-store-collection-row__viewport::after {
  content: "" !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 8 !important;
  display: block !important;
  height: var(--rv-collection-row-fade-height, 100%) !important;
  min-height: 1px !important;
  pointer-events: none !important;
}

body .rv-store-collection-row__viewport::before {
  left: 0 !important;
  float: left !important;
}

body .rv-store-collection-row__viewport::after {
  right: 0 !important;
  float: right !important;
}

body .rv-store-collection-row__arrow {
  position: absolute !important;
  top: calc(50% + 13px) !important;
  z-index: 14 !important;
  display: inline-grid !important;
  place-items: center !important;
  cursor: pointer !important;
  font: inherit !important;
  font-weight: 520 !important;
  opacity: 0 !important;
  transform: translateY(-50%) scale(0.96) !important;
  transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease, border-color 180ms ease !important;
}

body .rv-store-collection-row__arrow:hover, body .rv-store-collection-row__arrow:focus-visible {
  outline: none !important;
  border-color: rgba(255, 255, 255, 0.50) !important;
}

body .rv-store-collection-row:not(.rv-store-collection-row--hero) .rv-product-card__badges, body .rv-store-collection-row:not(.rv-store-collection-row--hero) .rv-product-card__badges--top {
  top: 10px !important;
}

body .rv-store-collection-row--hero .rv-store-collection-row__arrow {
  top: 50% !important;
}

@media (max-width: 760px) {
  body .rv-store-collection-row__arrow {
    display: none !important;
  }

  body .rv-store-collection-row__viewport {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%) !important;
    mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .rv-store-collection-row__arrow {
    transition: none !important;
  }
}

body .rv-store-collection-row:not(.rv-store-collection-row--hero) .rv-product-card__badges--bottom, body .rv-store-collection-row:not(.rv-store-collection-row--hero) .rv-product-card__badges.rv-product-card__badges--bottom {
  top: auto !important;
  right: auto !important;
  bottom: 16px !important;
  left: 10px !important;
  z-index: 7 !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  width: auto !important;
  max-width: calc(100% - 20px) !important;
  pointer-events: none !important;
}

body .rv-store-collection-row:not(.rv-store-collection-row--hero) .rv-product-card__badges--bottom .rv-store-badge, body .rv-store-collection-row:not(.rv-store-collection-row--hero) .rv-product-card__badges.rv-product-card__badges--bottom .rv-store-badge {
  margin: 0 !important;
}

body .rv-store-collection-row__arrow:hover, body .rv-store-collection-row__arrow:focus-visible {
  background: rgba(24, 32, 42, 0.90) !important;
}

@media (max-width: 760px) {
  body .rv-store-collection-row:not(.rv-store-collection-row--hero) .rv-product-card__wish, body .rv-store-collection-row:not(.rv-store-collection-row--hero) .rv-product-card__wish:hover, body .rv-store-collection-row:not(.rv-store-collection-row--hero) .rv-product-card__wish:focus-visible, body .rv-store-collection-row:not(.rv-store-collection-row--hero) .rv-product-card__wish.is-active {
    top: 13px !important;
  }
}

body .rv-store-collection-row:not(.rv-store-collection-row--hero) .rv-product-card__wish, body .rv-store-collection-row:not(.rv-store-collection-row--hero) .rv-product-card__wish:hover, body .rv-store-collection-row:not(.rv-store-collection-row--hero) .rv-product-card__wish:focus-visible, body .rv-store-collection-row:not(.rv-store-collection-row--hero) .rv-product-card__wish.is-active {
  top: 13px !important;
  right: 17px !important;
  transform: none !important;
}

body .rv-store-collection-row__view-all, body .rv-store-collection-row__view-all:link, body .rv-store-collection-row__view-all:visited, body .rv-store-collection-row__view-all:hover, body .rv-store-collection-row__view-all:focus, body .rv-store-collection-row__view-all:focus-visible, body .rv-store-collection-row__view-all:active, body .rv-store-collection-row__arrow, body .rv-store-collection-row__arrow:hover, body .rv-store-collection-row__arrow:focus, body .rv-store-collection-row__arrow:focus-visible, body .rv-store-collection-row__arrow:active {
  -webkit-appearance: none !important;
  appearance: none !important;
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
  outline-offset: 0 !important;
  text-decoration: none !important;
}

body .rv-store-collection-row__view-all, body .rv-store-collection-row__view-all:link, body .rv-store-collection-row__view-all:visited {
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.72) !important;
  text-decoration: none !important;
  text-shadow: none !important;
}

body .rv-store-collection-row__view-all:hover, body .rv-store-collection-row__view-all:focus, body .rv-store-collection-row__view-all:focus-visible {
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.96) !important;
  transform: translateX(2px) !important;
}

body .rv-store-collection-row__view-all:active {
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.88) !important;
  transform: translateX(1px) !important;
}

body .rv-store-collection-row__arrow {
  width: 74px !important;
  height: 30px !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 999px !important;
  background: rgba(21, 26, 34, 0.74) !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  box-shadow: 0 14px 32px rgba(15, 18, 24, 0.24), inset 0 1px 0 rgba(255,255,255,0.15) !important;
  backdrop-filter: blur(12px) !important;
}

body .rv-store-collection-row__arrow::before {
  content: "" !important;
  display: block !important;
  margin: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 42px 14px !important;
  opacity: 0.94 !important;
}

body .rv-store-collection-row__arrow--prev::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='18' viewBox='0 0 58 18' fill='none'%3E%3Cpath d='M57 9H3.5' stroke='white' stroke-width='1.85' stroke-linecap='round'/%3E%3Cpath d='M10 2.5L3.5 9L10 15.5' stroke='white' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

body .rv-store-collection-row__arrow--next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='18' viewBox='0 0 58 18' fill='none'%3E%3Cpath d='M1 9H54.5' stroke='white' stroke-width='1.85' stroke-linecap='round'/%3E%3Cpath d='M48 2.5L54.5 9L48 15.5' stroke='white' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

body .rv-store-collection-row__arrow:hover, body .rv-store-collection-row__arrow:focus, body .rv-store-collection-row__arrow:focus-visible {
  border-color: rgba(255, 255, 255, 0.42) !important;
  background: rgba(21, 26, 34, 0.88) !important;
  box-shadow: 0 16px 38px rgba(15, 18, 24, 0.30), inset 0 1px 0 rgba(255,255,255,0.18) !important;
}

body .rv-store-collection-row__arrow:active {
  border-color: rgba(255, 255, 255, 0.34) !important;
  background: rgba(21, 26, 34, 0.82) !important;
  box-shadow: 0 12px 28px rgba(15, 18, 24, 0.24), inset 0 1px 0 rgba(255,255,255,0.14) !important;
}

@media (max-width: 760px) {
  body .rv-store-collection-row:not(.rv-store-collection-row--hero) .rv-product-card__wish, body .rv-store-collection-row:not(.rv-store-collection-row--hero) .rv-product-card__wish:hover, body .rv-store-collection-row:not(.rv-store-collection-row--hero) .rv-product-card__wish:focus-visible, body .rv-store-collection-row:not(.rv-store-collection-row--hero) .rv-product-card__wish.is-active {
    right: 17px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .rv-store-collection-row__view-all, body .rv-store-collection-row__arrow {
    transition: none !important;
  }
}

body .rv-store-collection-row__arrow::before, body .rv-store-collection-row__arrow::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  display: block !important;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.94) !important;
  opacity: 0.94 !important;
  pointer-events: none !important;
  transition: opacity 160ms ease, background-color 160ms ease, transform 160ms ease !important;
}

body .rv-store-collection-row__arrow::before {
  width: clamp(42px, 3.6vw, 62px) !important;
  height: 2px !important;
  border-radius: 999px !important;
  transform: translate(-50%, -50%) !important;
}

body .rv-store-collection-row__arrow::after {
  width: clamp(13px, 1.05vw, 17px) !important;
  height: clamp(13px, 1.05vw, 17px) !important;
  background: transparent !important;
  border-top: 2px solid rgba(255, 255, 255, 0.94) !important;
  border-right: 2px solid rgba(255, 255, 255, 0.94) !important;
  border-radius: 1px !important;
}

body .rv-store-collection-row__arrow--next::after {
  transform: translate(calc(-50% + clamp(17px, 1.45vw, 25px)), -50%) rotate(45deg) !important;
}

body .rv-store-collection-row__arrow--prev::after {
  transform: translate(calc(-50% - clamp(17px, 1.45vw, 25px)), -50%) rotate(225deg) !important;
}

body .rv-store-collection-row__arrow:hover::before, body .rv-store-collection-row__arrow:focus-visible::before, body .rv-store-collection-row__arrow:hover::after, body .rv-store-collection-row__arrow:focus-visible::after {
  opacity: 1 !important;
}

body .rv-store-collection-row__arrow--next:hover::before, body .rv-store-collection-row__arrow--next:focus-visible::before {
  transform: translate(calc(-50% + 3px), -50%) !important;
}

body .rv-store-collection-row__arrow--next:hover::after, body .rv-store-collection-row__arrow--next:focus-visible::after {
  transform: translate(calc(-50% + clamp(20px, 1.65vw, 28px)), -50%) rotate(45deg) !important;
}

body .rv-store-collection-row__arrow--prev:hover::before, body .rv-store-collection-row__arrow--prev:focus-visible::before {
  transform: translate(calc(-50% - 3px), -50%) !important;
}

body .rv-store-collection-row__arrow--prev:hover::after, body .rv-store-collection-row__arrow--prev:focus-visible::after {
  transform: translate(calc(-50% - clamp(20px, 1.65vw, 28px)), -50%) rotate(225deg) !important;
}

body .rv-store-collection-row__arrow:active::before, body .rv-store-collection-row__arrow:active::after {
  opacity: 0.82 !important;
}

@media (max-width: 760px) {
  body .rv-store-collection-row__viewport::before, body .rv-store-collection-row__viewport::after {
    width: 24px !important;
  }

  body .rv-store-collection-row__viewport::before {
    margin-right: -24px !important;
  }

  body .rv-store-collection-row__viewport::after {
    margin-left: -24px !important;
  }

  body .rv-store-collection-row__arrow, body .rv-store-collection-row__arrow:hover, body .rv-store-collection-row__arrow:focus, body .rv-store-collection-row__arrow:focus-visible, body .rv-store-collection-row__arrow:active {
    width: 50px !important;
    height: 104px !important;
    min-height: 96px !important;
  }

  body .rv-store-collection-row__arrow::before {
    width: 38px !important;
  }
}

body .rv-store-collection-row__viewport {
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%) !important;
}

body .rv-store-collection-row__viewport::before, body .rv-store-collection-row__viewport::after {
  opacity: 0.34 !important;
}

body .rv-store-collection-row__arrow:hover, body .rv-store-collection-row__arrow:focus, body .rv-store-collection-row__arrow:focus-visible, body .rv-store-collection-row__arrow:active {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: translateY(-50%) !important;
}

body .rv-store-collection-row__arrow-svg {
  width: clamp(78px, 6.4vw, 118px) !important;
  height: clamp(54px, 4.2vw, 82px) !important;
  overflow: visible !important;
  fill: none !important;
  stroke: rgba(255, 255, 255, 0.96) !important;
  stroke-width: 4.6 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  filter: drop-shadow(0 7px 16px rgba(12, 15, 22, 0.36)) !important;
  opacity: 0.96 !important;
  transform: none !important;
  transition: opacity 160ms ease, stroke 160ms ease, filter 160ms ease !important;
}

body .rv-store-collection-row__arrow--prev .rv-store-collection-row__arrow-svg {
  transform: rotate(180deg) !important;
}

body .rv-store-collection-row__arrow:hover .rv-store-collection-row__arrow-svg, body .rv-store-collection-row__arrow:focus-visible .rv-store-collection-row__arrow-svg {
  opacity: 1 !important;
  stroke: rgba(255, 255, 255, 1) !important;
  filter: drop-shadow(0 8px 18px rgba(12, 15, 22, 0.40)) !important;
}

body .rv-store-collection-row__arrow:active .rv-store-collection-row__arrow-svg {
  opacity: 0.84 !important;
  transform: none !important;
}

body .rv-store-collection-row__arrow--prev:active .rv-store-collection-row__arrow-svg {
  transform: rotate(180deg) !important;
}

body .rv-store-collection-row__arrow-icon {
  display: none !important;
}

body .rv-store-collection-row--hero .rv-store-collection-row__arrow, body .rv-store-collection-row--hero .rv-store-collection-row__arrow:hover, body .rv-store-collection-row--hero .rv-store-collection-row__arrow:focus-visible, body .rv-store-collection-row--hero .rv-store-collection-row__arrow:active {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

body .rv-store-collection-row__arrow:hover, body .rv-store-collection-row__arrow:focus-visible, body .rv-store-collection-row__arrow:active {
  opacity: 1 !important;
  transform: translateY(-50%) !important;
}

body .rv-store-collection-row__arrow-svg {
  display: none !important;
}

body .rv-store-collection-row__arrow-mark, body .rv-store-collection-row__arrow::before {
  content: "" !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(255, 255, 255, 0.94) !important;
  -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAADgCAYAAACQLjHlAAAFNklEQVR42u3dYXLaQAwFYHmn9yqczPLJ6p7M/dF02oYECNZKek/amfxL8PD41itpAizHcUihdRGRVUQ2EdktH3hIrbW+hfnj7efSQX596bvgTANdCm3tR090P7PlRyGNz9w//whtkS9q/GhtT74AZUTqi3+3vr0A2iL/btez6+H9k13kavyCfHrCD3KNl0nCbwIdrdEmUNZ7pNW98el76GiNNotRpLdGEZHraI2n1yYiO5vICI0L46kdoZHuHhmmkU2kt8YrY0GuE7qYR733zlj+HAEadzaR6ny9G40sIsM1MohMoRFdZEgr+FmQyCLXLBqRg7w4lzv/dTFMQabSiBpkOo2oQabTiBhkSo2IQYYMbZ/5RaQ6MqJuXJ79xdEaz21pNJGpNSKJDB3asgSpEjy0ZdnaKcZk6CI1Y/GNKBJCY3aRMBozi4wod65ngswqckXSmDXIiyQdTKAFCacxY5CQGjMGCakx26kdcVIvVg80CmvcTF+RJCKhNWYSCa0xi0hvjbu8MG9EEAmvMUOQKgBDW4StDTMmyyxSUYvvbCJpNEaKpNIYJTKi+L7ODjJC5MqmMSLIi4COybIFSanRO0hajd5B0mr0PLUjTurF82KDVOMm3q+ag0h6jV4i6TV6iPTWuMuEoW0GkSU0zg7Su250LXc8tzbVmCxKpDIX354iS2mcJbKcxhkiI4rva4YgrUWuFTVaB+ld7oTWjTODLKvRMsjSGi2DTPuGdKRTO+KkXiTZGqAa062zIlujkcjWaCDSW+MuQUPb2SJbo0GQ3nVjquLbcmuXG5PNEKmVW0FLka3RQGRrNBAZUXxfUYL8isi1NZ4P0rvcSV83vhpkazQIsjUaBVl+aGtxakec1IsArpFQI+S6J7I1GolsjQYivTXuknhoe0ZkazQI0rtuhCu+nw2yNRoEqa3R5rDpoa2BSHW+No3G9yJbo4HIH63xfJDe5Q7NSf3R1vbe1gtbkCNIiLKKjFC5MQU6mO9blQpyGpWD/TSNEtkqjURGqFwZt3ZUaUIpslUaBqkBvbAyBiki8rNV2gSp3TraBBmxVtYgW+WJgvyj1WM2o63dKo1EtkrDw6ZVGomMUAkz0BgvPLFeBiJbpWFB3iqNRLZKwxaxx2xGQUbooBTZKg2DbJVGQbZKwyC1W0ebICPWyhpkqxS7Dyu+SPH3LVpt7b26SuuPzy47/LU+bMqqnPEVAyUHGmPSEyu3WL70IlzlmPjEWmSrzNUilhpozAwyQgelyFIqB6EQZQyyjMrhJIS+dUQc7KZUORyFUKv0+qJyEfLhr+fW3plVeoqMah0XNpFR5ZCyioxQOX2gEVX+0H5cTasELsi9VX5nFUmlMrpFpBloRAepLNfMMLSgUJkhSAqVWcZo8CqzBKnorSPrYNddZaYgoVVWFmmqMluQsCqjW8QsrePCurXhVGYVGaHy1EAj82EDNfzNLBJKZfbyB2b4m10kjEqEghxioIEQpCJcE6VFTK8SJcj0KpGGFqlVIgWpmVvH6mM0M5VoQaZV2SKNVCIGmVIlQouYpXW8+z2OyFvbW+WFVWSEyk8HGuiHTZrhL7rINCoZyp8UrSNDkJrhmiwFebhKliDDVTK1iKEqmYIMVck2tAhTyRakStBAo8doRioZgwxR2SKN1jfS56X32rkJh5syDC3urWN2gOwi/33C64THvKlZ2UVaqrz7X2oVDpvN4O+XR51TBZGvqvzS/0lWKX82a4FVRT6jkvZdDV4qXxJYWeR7lTe14LlHPo5KP3r8Xmr92L8ArMgMbsjbJw8AAAAASUVORK5CYII=") !important;
  mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAADgCAYAAACQLjHlAAAFNklEQVR42u3dYXLaQAwFYHmn9yqczPLJ6p7M/dF02oYECNZKek/amfxL8PD41itpAizHcUihdRGRVUQ2EdktH3hIrbW+hfnj7efSQX596bvgTANdCm3tR090P7PlRyGNz9w//whtkS9q/GhtT74AZUTqi3+3vr0A2iL/btez6+H9k13kavyCfHrCD3KNl0nCbwIdrdEmUNZ7pNW98el76GiNNotRpLdGEZHraI2n1yYiO5vICI0L46kdoZHuHhmmkU2kt8YrY0GuE7qYR733zlj+HAEadzaR6ny9G40sIsM1MohMoRFdZEgr+FmQyCLXLBqRg7w4lzv/dTFMQabSiBpkOo2oQabTiBhkSo2IQYYMbZ/5RaQ6MqJuXJ79xdEaz21pNJGpNSKJDB3asgSpEjy0ZdnaKcZk6CI1Y/GNKBJCY3aRMBozi4wod65ngswqckXSmDXIiyQdTKAFCacxY5CQGjMGCakx26kdcVIvVg80CmvcTF+RJCKhNWYSCa0xi0hvjbu8MG9EEAmvMUOQKgBDW4StDTMmyyxSUYvvbCJpNEaKpNIYJTKi+L7ODjJC5MqmMSLIi4COybIFSanRO0hajd5B0mr0PLUjTurF82KDVOMm3q+ag0h6jV4i6TV6iPTWuMuEoW0GkSU0zg7Su250LXc8tzbVmCxKpDIX354iS2mcJbKcxhkiI4rva4YgrUWuFTVaB+ld7oTWjTODLKvRMsjSGi2DTPuGdKRTO+KkXiTZGqAa062zIlujkcjWaCDSW+MuQUPb2SJbo0GQ3nVjquLbcmuXG5PNEKmVW0FLka3RQGRrNBAZUXxfUYL8isi1NZ4P0rvcSV83vhpkazQIsjUaBVl+aGtxakec1IsArpFQI+S6J7I1GolsjQYivTXuknhoe0ZkazQI0rtuhCu+nw2yNRoEqa3R5rDpoa2BSHW+No3G9yJbo4HIH63xfJDe5Q7NSf3R1vbe1gtbkCNIiLKKjFC5MQU6mO9blQpyGpWD/TSNEtkqjURGqFwZt3ZUaUIpslUaBqkBvbAyBiki8rNV2gSp3TraBBmxVtYgW+WJgvyj1WM2o63dKo1EtkrDw6ZVGomMUAkz0BgvPLFeBiJbpWFB3iqNRLZKwxaxx2xGQUbooBTZKg2DbJVGQbZKwyC1W0ebICPWyhpkqxS7Dyu+SPH3LVpt7b26SuuPzy47/LU+bMqqnPEVAyUHGmPSEyu3WL70IlzlmPjEWmSrzNUilhpozAwyQgelyFIqB6EQZQyyjMrhJIS+dUQc7KZUORyFUKv0+qJyEfLhr+fW3plVeoqMah0XNpFR5ZCyioxQOX2gEVX+0H5cTasELsi9VX5nFUmlMrpFpBloRAepLNfMMLSgUJkhSAqVWcZo8CqzBKnorSPrYNddZaYgoVVWFmmqMluQsCqjW8QsrePCurXhVGYVGaHy1EAj82EDNfzNLBJKZfbyB2b4m10kjEqEghxioIEQpCJcE6VFTK8SJcj0KpGGFqlVIgWpmVvH6mM0M5VoQaZV2SKNVCIGmVIlQouYpXW8+z2OyFvbW+WFVWSEyk8HGuiHTZrhL7rINCoZyp8UrSNDkJrhmiwFebhKliDDVTK1iKEqmYIMVck2tAhTyRakStBAo8doRioZgwxR2SKN1jfS56X32rkJh5syDC3urWN2gOwi/33C64THvKlZ2UVaqrz7X2oVDpvN4O+XR51TBZGvqvzS/0lWKX82a4FVRT6jkvZdDV4qXxJYWeR7lTe14LlHPo5KP3r8Xmr92L8ArMgMbsjbJw8AAAAASUVORK5CYII=") !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  opacity: 1 !important;
  filter: drop-shadow(0 6px 18px rgba(8, 10, 14, 0.32)) !important;
  transform: none !important;
}

body .rv-store-collection-row__arrow--next .rv-store-collection-row__arrow-mark, body .rv-store-collection-row__arrow--next::before {
  transform: scaleX(-1) !important;
}

body .rv-store-collection-row__arrow--prev .rv-store-collection-row__arrow-mark, body .rv-store-collection-row__arrow--prev::before {
  transform: none !important;
}

body .rv-store-collection-row__arrow:hover .rv-store-collection-row__arrow-mark, body .rv-store-collection-row__arrow:focus-visible .rv-store-collection-row__arrow-mark, body .rv-store-collection-row__arrow:active .rv-store-collection-row__arrow-mark {
  background: #fff !important;
  transform: inherit !important;
}

body .rv-store-collection-row__arrow--next:hover .rv-store-collection-row__arrow-mark, body .rv-store-collection-row__arrow--next:focus-visible .rv-store-collection-row__arrow-mark, body .rv-store-collection-row__arrow--next:active .rv-store-collection-row__arrow-mark {
  transform: scaleX(-1) !important;
}

body .rv-store-collection-row {
  overflow: visible !important;
}

body .rv-store-collection-row__viewport {
  padding-top: 12px !important;
  margin-top: -12px !important;
  overflow-y: hidden !important;
}

body .rv-store-collection-row__track {
  padding-top: 0 !important;
}

body .rv-store-collection-row__arrow, body .rv-store-collection-row__arrow:hover, body .rv-store-collection-row__arrow:focus, body .rv-store-collection-row__arrow:focus-visible, body .rv-store-collection-row__arrow:active {
  position: absolute !important;
  z-index: 18 !important;
  display: grid !important;
  place-items: center !important;
  color: transparent !important;
  cursor: pointer !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 0 !important;
  opacity: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  overflow: visible !important;
  transition: opacity 170ms ease !important;
}

body .rv-store-collection-row--hero .rv-store-collection-row__arrow, body .rv-store-collection-row--hero .rv-store-collection-row__arrow:hover, body .rv-store-collection-row--hero .rv-store-collection-row__arrow:focus, body .rv-store-collection-row--hero .rv-store-collection-row__arrow:focus-visible, body .rv-store-collection-row--hero .rv-store-collection-row__arrow:active {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

body .rv-store-collection-row__arrow-svg, body .rv-store-collection-row__arrow-icon {
  display: none !important;
}

body .rv-store-collection-row__arrow-mark, body .rv-store-collection-row__arrow:hover .rv-store-collection-row__arrow-mark, body .rv-store-collection-row__arrow:focus-visible .rv-store-collection-row__arrow-mark, body .rv-store-collection-row__arrow:active .rv-store-collection-row__arrow-mark {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAADgCAYAAACQLjHlAAAGV0lEQVR4nO2dbXLbOBAF21t7r4xP5tHJwj2Z9oesrKwlCZDEx8wAXeVKJbEJ6qUhEC+i9HG/3xkIAb6AG7CUPPBfJQ/mgC8eYf7+/pJSBx4pSOVncELBQD8GmtqpB7pwYcqPYqRmfI/wn6GHGcXIMw/yRt4/ADCGkXry5754/ANk/Xx0I4WTU/WNhcTzZ3QjvwodR0is8JGDFApeJ74cczXQyEGWsnEN4S3QqM+RQpnnxlyWqEbWtHGViEYKbW0E+IxoZGsbb8ASzUihvY0fEG/V7mEjEOs5UuhkI8QysrWNn6+/iRKkUn4Xs8fC2747ytRu/SA+eQsygpHaeLyFlRYogpHdbQT/Rmrj8RY2OknPRgodtoJsBOnZyNaXOwsBG3Kh7eUOvOxi1vAapCkbwWeQgjEbwWeQ5mwEf0EKBm0Ef0F2KW1zvtHTdaTQsSZL4cnIbqVtDl6MFAzbCH6M7Fra5uAhSKVzaZuDh6ltoiZLYd1IbTzewsmXPls30oWNYNtIbTzewoV7b6waKRgqbXOwaqTJYmIPi0EKRouJPSwG6c5GsBek4NBGsBekSxvB1qotGC8m9rBkpOmaLIUVIwXHNoIdI13bCDaMFBrfE8OJvjGFBSPd2wj9g1QclLY59J7abmqyFD2N1MbjLVQKEfoaGcZG6GekNh5voWKI0MdIwVlpm0MPI90WE3u0DlJwWpOlaB1kSBuhbZBCUBuhbZBhbYR2q7bgvCZL0crIEMXEHi2MFILbCG2MDG8j1DdSCFDa5lDbyCFshLpBCkFK2xxqTu1QNVmKWkZqpeNusdAxRKhn5FA2Qh0jtcIx91joHCKUN1IIWNrmUNrI0MXEHiWDFALXZClKBjmsjVAuSGFgG6FckGZvSG9FiVVbGKAmS1HCyGGKiT2uGilMG4HrRk4bv7lipDBIaZvDFSOnjS+cDVIYqLTN4ezUHq4mS3HGSC19EgkWjIcI54ycNq5w1EitcRI7LDgIEY4ZKQxa2uZwxMiha7IUuUEKg9dkKXKDnDYmyAlSmDYmyQly+NI2h9SqLcyaLIuUkbOYyGTPSGHamM2ekdPGA2wZKczS9hBbRk4bD7IWpDBL28OsBTltPMF7kMq08RTvi80sbU/yaqQ2HnshSIjw08hp4wWeRrbewSwEChEeQQqzJrvMc2q3ntZu99RbPKd2a0O08XjV6bnY3AgU6OvlT7jnrZb0viAPY+X7FnFaeZK1PnJaeYK19qe1la3bpiqsBamtT6LTmEXZasinlQfZClJpvxfWxuMVZe9/Ef9pdhYPXFu5F6Qyt47Z9H4f8nfcWpkKUplWZpH70udZsyXIndrTygRHXow/rdzhyGIzrdzh6A1Ls9DY4Ojlz6zZNvBwC50LK89ckE8rV/Bym7F5K89uEWfN9sbZILXkSRgeM5srpcW08oUrQWqpkzA+ZhZXa7Rp5TdXg1Tm1hGwV+zmYNLKEkEq08pib1YsDH7fYqmpvTC4laXfPnvY8rf0YjOslTU+YmDIQqPG5c+QNVuUD73obmWtC/LhrIz0wUBdray5RRyq0KgZpFY8tqUxgfqlxTBW1g5SKx/fyphNarQhrGwRpDLA1tFjsZtDcytbBakEt7LVB5VD8PK35dReCGxlSyOfhCx/eyw2Ia3sYSQELDR6Xf6Eq9l6GQnBrOx5Qd7ayl81D97TSAhkZe8tYphCo3eQGmXM3kFCECstBKkRxrQQJASw0kqQivOto5Uge1DUSktBKo6ttBRkD4pZaS1IxamVvbeIW7grf60Z+cSdlVaNBGeFhlUjwVn5a9lIcGSlZSPBUflr3UhwYqV1I8FJoeEhSPUwpocgwYGVXoJU62N6CRKMW+kpSMXw1tFTkD3IttJbkIpRK70F2YMsKz0GqRi00sMWcQtTn+Po0cgnra2Uvb/0bCQYKjQ8GwmGyl/vRoIRK70bCUa2jhGCVAtjRggSDFgZJUjtPWaUIKGzlZGC1J5jRgoSOloZLUilU6ERLcgefEHMIJUOVkYMsgt/9z6BSuj3r7XfbeVpvkYoLfao9eD+BPj8g6hGPrlR3srV9ie6kVDOyt1XqY2w2FxdwW88Xqyve980gpFwzspDr5McwUg4ZmWWge+MYiSkrQx7V0Nptqw8ZeA7IxkJP63837XgtSPf7yN96f2Blj72v6zIDG5TS6UuAAAAAElFTkSuQmCC") !important;
}

body .rv-store-collection-row__view-all, body .rv-store-collection-row__view-all:hover, body .rv-store-collection-row__view-all:focus, body .rv-store-collection-row__view-all:focus-visible, body .rv-store-collection-row__view-all:active {
  -webkit-appearance: none !important;
  appearance: none !important;
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
  outline-offset: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 760px) {
  body .rv-store-collection-row__viewport {
    padding-top: 8px !important;
    margin-top: -8px !important;
  }
}

body .rv-store-collection-row__arrow::before, body .rv-store-collection-row__arrow::after, body .rv-store-collection-row__arrow:hover::before, body .rv-store-collection-row__arrow:hover::after, body .rv-store-collection-row__arrow:focus-visible::before, body .rv-store-collection-row__arrow:focus-visible::after, body .rv-store-collection-row__arrow:active::before, body .rv-store-collection-row__arrow:active::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

body .rv-store-collection-row--hero .rv-store-featured-card, body .rv-store-collection-row--hero .rv-store-featured-card:hover, body .rv-store-collection-row--hero .rv-store-featured-card:focus, body .rv-store-collection-row--hero .rv-store-featured-card:focus-visible, body .rv-store-collection-row--hero .rv-store-featured-card:focus-within, body .rv-store-collection-row--hero .rv-product-card, body .rv-store-collection-row--hero .rv-product-card:hover, body .rv-store-collection-row--hero .rv-product-card:focus, body .rv-store-collection-row--hero .rv-product-card:focus-visible, body .rv-store-collection-row--hero .rv-product-card:focus-within {
  transform: none !important;
  border-color: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 12px 30px rgba(23, 32, 42, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
}

body .rv-store-collection-row--hero .rv-store-featured-card .rv-product-card__image, body .rv-store-collection-row--hero .rv-product-card .rv-product-card__image {
  transform: scale(1.001) !important;
  filter: saturate(1) contrast(1) !important;
  transition: transform 440ms ease, filter 440ms ease !important;
}

body .rv-store-collection-row--hero .rv-store-featured-card:hover .rv-product-card__image, body .rv-store-collection-row--hero .rv-store-featured-card:focus-visible .rv-product-card__image, body .rv-store-collection-row--hero .rv-store-featured-card:focus-within .rv-product-card__image, body .rv-store-collection-row--hero .rv-product-card:hover .rv-product-card__image, body .rv-store-collection-row--hero .rv-product-card:focus-visible .rv-product-card__image, body .rv-store-collection-row--hero .rv-product-card:focus-within .rv-product-card__image {
  transform: scale(1.021) !important;
  filter: saturate(1.025) contrast(1.012) !important;
}

body .rv-store-collection-row__arrow-mark, body .rv-store-collection-row__arrow:hover .rv-store-collection-row__arrow-mark, body .rv-store-collection-row__arrow:focus-visible .rv-store-collection-row__arrow-mark, body .rv-store-collection-row__arrow:active .rv-store-collection-row__arrow-mark {
  filter: drop-shadow(0 5px 12px rgba(8, 10, 14, 0.18)) !important;
}

body .rv-store-collection-row.has-scroll-overflow:hover .rv-store-collection-row__arrow:not(:disabled), body .rv-store-collection-row.has-scroll-overflow:focus-within .rv-store-collection-row__arrow:not(:disabled) {
  opacity: 0.49 !important;
  transform: translateY(-50%) !important;
}

body .rv-store-collection-row__arrow:hover, body .rv-store-collection-row__arrow:focus-visible {
  opacity: 0.64 !important;
  transform: translateY(-50%) !important;
}

body .rv-store-collection-row__arrow:active {
  opacity: 0.56 !important;
  transform: translateY(-50%) !important;
}

body .rv-store-collection-row__arrow:disabled, body .rv-store-collection-row__arrow[aria-disabled="true"] {
  opacity: 0 !important;
  pointer-events: none !important;
}

body .rv-store-collection-row__arrow--prev {
  left: clamp(-108px, -6.55vw, -80px) !important;
}

body .rv-store-collection-row__arrow--next {
  right: clamp(-108px, -6.55vw, -80px) !important;
}

body .rv-store-collection-row__viewport::before, body .rv-store-collection-row__viewport::after {
  width: 24px !important;
  mix-blend-mode: multiply !important;
}

body .rv-store-collection-row__viewport::before {
  margin-right: -24px !important;
  background: linear-gradient(90deg, rgba(10, 13, 18, 0.50), rgba(10, 13, 18, 0.22) 46%, rgba(10, 13, 18, 0)) !important;
}

body .rv-store-collection-row__viewport::after {
  margin-left: -24px !important;
  background: linear-gradient(270deg, rgba(10, 13, 18, 0.50), rgba(10, 13, 18, 0.22) 46%, rgba(10, 13, 18, 0)) !important;
}

body .rv-store-collection-row:not(.is-scroll-start) .rv-store-collection-row__viewport::before, body .rv-store-collection-row:not(.is-scroll-end) .rv-store-collection-row__viewport::after {
  opacity: 0.42 !important;
}

body .rv-store-collection-row.is-scroll-start .rv-store-collection-row__viewport::before, body .rv-store-collection-row.is-scroll-end .rv-store-collection-row__viewport::after {
  opacity: 0.22 !important;
}

body .rv-store-collection-row__arrow, body .rv-store-collection-row__arrow:hover, body .rv-store-collection-row__arrow:focus, body .rv-store-collection-row__arrow:focus-visible, body .rv-store-collection-row__arrow:active {
  top: 50% !important;
  transform: translate3d(0, -50%, 0) !important;
  width: clamp(34px, 2.85vw, 46px) !important;
  min-width: 34px !important;
  max-width: 46px !important;
  height: clamp(140px, 14.5vw, 198px) !important;
  min-height: 140px !important;
  max-height: 198px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  outline: none !important;
  outline-offset: 0 !important;
  transform-origin: center center !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

body .rv-store-collection-row__arrow--prev, body .rv-store-collection-row__arrow--prev:hover, body .rv-store-collection-row__arrow--prev:focus, body .rv-store-collection-row__arrow--prev:focus-visible, body .rv-store-collection-row__arrow--prev:active {
  left: clamp(-54px, -3.25vw, -40px) !important;
  right: auto !important;
  top: 50% !important;
  transform: translate3d(0, -50%, 0) !important;
}

body .rv-store-collection-row__arrow--next, body .rv-store-collection-row__arrow--next:hover, body .rv-store-collection-row__arrow--next:focus, body .rv-store-collection-row__arrow--next:focus-visible, body .rv-store-collection-row__arrow--next:active {
  right: clamp(-54px, -3.25vw, -40px) !important;
  left: auto !important;
  top: 50% !important;
  transform: translate3d(0, -50%, 0) !important;
}

body .rv-store-collection-row.has-scroll-overflow:hover .rv-store-collection-row__arrow:not(:disabled), body .rv-store-collection-row.has-scroll-overflow:focus-within .rv-store-collection-row__arrow:not(:disabled), body .rv-store-collection-row__arrow:hover, body .rv-store-collection-row__arrow:focus-visible, body .rv-store-collection-row__arrow:active {
  transform: translate3d(0, -50%, 0) !important;
}

body .rv-store-collection-row__arrow-mark, body .rv-store-collection-row__arrow:hover .rv-store-collection-row__arrow-mark, body .rv-store-collection-row__arrow:focus-visible .rv-store-collection-row__arrow-mark, body .rv-store-collection-row__arrow:active .rv-store-collection-row__arrow-mark {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  transform-origin: center center !important;
  opacity: 1 !important;
}

body .rv-store-collection-row__arrow--prev .rv-store-collection-row__arrow-mark, body .rv-store-collection-row__arrow--prev:hover .rv-store-collection-row__arrow-mark, body .rv-store-collection-row__arrow--prev:focus-visible .rv-store-collection-row__arrow-mark, body .rv-store-collection-row__arrow--prev:active .rv-store-collection-row__arrow-mark {
  transform: scaleX(0.82) !important;
}

body .rv-store-collection-row__arrow--next .rv-store-collection-row__arrow-mark, body .rv-store-collection-row__arrow--next:hover .rv-store-collection-row__arrow-mark, body .rv-store-collection-row__arrow--next:focus-visible .rv-store-collection-row__arrow-mark, body .rv-store-collection-row__arrow--next:active .rv-store-collection-row__arrow-mark {
  transform: scaleX(-0.82) !important;
}

@media (max-width: 760px) {
  body .rv-store-collection-row__arrow, body .rv-store-collection-row__arrow:hover, body .rv-store-collection-row__arrow:focus, body .rv-store-collection-row__arrow:focus-visible, body .rv-store-collection-row__arrow:active {
    display: none !important;
  }
}

body .rv-store-collections-series {
  position: relative;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
  isolation: isolate;
}

body .rv-store-collections[hidden] + .rv-store-collections-series, body .rv-store-collections[aria-hidden="true"] + .rv-store-collections-series {
  display: none !important;
}

body .rv-store-collections-series::before, body .rv-store-collections-series::after {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
}

body .rv-store-collections-series__eyebrow {
  text-shadow: 0 8px 22px rgba(70, 18, 43, 0.16);
}

body .rv-store-collections-series__link, body .rv-store-collections-series__link:link, body .rv-store-collections-series__link:visited {
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 3px;
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
  text-decoration: none !important;
  text-transform: uppercase;
  box-shadow: none !important;
  transform: none !important;
}

body .rv-store-collections-series__link:hover, body .rv-store-collections-series__link:focus, body .rv-store-collections-series__link:focus-visible {
  outline: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

body .rv-store-collections-series__link:active {
  transform: none !important;
  filter: none !important;
  box-shadow: none !important;
}

body .rv-store-collections-series__arrow {
  display: inline-block;
  transform: translateY(-1px);
  letter-spacing: 0;
}

@media (max-width: 760px) {
  body .rv-store-collections-series {
    gap: 11px;
  }
}

body .rv-store-collections-series__title {
  order: 3 !important;
  margin: 22px 0 0 !important;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: clamp(16px, 1.42vw, 24px) !important;
  font-weight: 820 !important;
  letter-spacing: 0.22em !important;
  line-height: 1.05 !important;
  text-transform: uppercase !important;
  text-shadow: 0 10px 28px rgba(70, 18, 43, 0.14) !important;
}

@media (max-width: 760px) {
  body .rv-store-collections-series__title {
    margin-top: 20px !important;
    font-size: 15px !important;
    letter-spacing: 0.18em !important;
  }
}

body .rv-store-collections-series {
  gap: 0 !important;
  margin: clamp(30px, 3.65vw, 56px) auto clamp(56px, 5.6vw, 88px) !important;
  padding: 0 clamp(18px, 4vw, 52px) !important;
}

body .rv-store-collections-series::before, body .rv-store-collections-series::after {
  width: min(150px, 24vw) !important;
  opacity: 0.56 !important;
}

body .rv-store-collections-series::before {
  order: 0 !important;
  margin-bottom: 17px !important;
}

body .rv-store-collections-series__eyebrow {
  order: 1 !important;
  margin: 0 0 15px !important;
  color: rgba(255, 255, 255, 0.80) !important;
  font-size: clamp(10.5px, 0.82vw, 12px) !important;
  font-weight: 850 !important;
  letter-spacing: 0.32em !important;
  line-height: 1.18 !important;
  text-transform: uppercase !important;
}

body .rv-store-collections-series__link, body .rv-store-collections-series__link:link, body .rv-store-collections-series__link:visited {
  order: 2 !important;
  margin: 0 !important;
  font-size: clamp(13.5px, 1.14vw, 16px) !important;
  font-weight: 910 !important;
  letter-spacing: 0.255em !important;
  line-height: 1 !important;
}

body .rv-store-collections-series__link:hover, body .rv-store-collections-series__link:focus, body .rv-store-collections-series__link:focus-visible {
  letter-spacing: 0.275em !important;
}

body .rv-store-collections-series__imprint, body .rv-store-collections-series__title {
  order: 3 !important;
  margin: 24px 0 0 !important;
  color: rgba(255, 255, 255, 0.54) !important;
  font-size: clamp(13px, 1.05vw, 18px) !important;
  font-weight: 620 !important;
  letter-spacing: 0.015em !important;
  line-height: 1.15 !important;
  text-transform: none !important;
  text-shadow: 0 10px 26px rgba(70, 18, 43, 0.12) !important;
}

body .rv-store-collections-series::after {
  order: 4 !important;
  margin-top: 19px !important;
}

@media (max-width: 760px) {
  body .rv-store-collections-series {
    margin: 30px auto 58px !important;
    padding-inline: 18px !important;
  }

  body .rv-store-collections-series::before {
    margin-bottom: 15px !important;
  }

  body .rv-store-collections-series__eyebrow {
    margin-bottom: 14px !important;
    letter-spacing: 0.235em !important;
  }

  body .rv-store-collections-series__link, body .rv-store-collections-series__link:link, body .rv-store-collections-series__link:visited {
    font-size: 13px !important;
    letter-spacing: 0.18em !important;
  }

  body .rv-store-collections-series__link:hover, body .rv-store-collections-series__link:focus, body .rv-store-collections-series__link:focus-visible {
    letter-spacing: 0.19em !important;
  }

  body .rv-store-collections-series__imprint, body .rv-store-collections-series__title {
    margin-top: 21px !important;
    font-size: 13px !important;
  }

  body .rv-store-collections-series::after {
    margin-top: 17px !important;
  }
}

body .rv-store-collections-series__link, body .rv-store-collections-series__link:link, body .rv-store-collections-series__link:visited {
  border-radius: 3px !important;
  transition: color 180ms ease, opacity 180ms ease, letter-spacing 180ms ease, text-shadow 180ms ease !important;
}

body .rv-store-collections-series__arrow {
  position: relative !important;
  z-index: 4 !important;
}

@keyframes rvStoreCollectionsLinkGlint {
  0% {
    opacity: 0;
    transform: translateX(-145%) skewX(-17deg);
  }

  16% {
    opacity: 0.82;
  }

  44% {
    opacity: 0.74;
  }

  72% {
    opacity: 0.28;
  }

  100% {
    opacity: 0;
    transform: translateX(360%) skewX(-17deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  body .rv-store-collections-series__link::after {
    display: none !important;
    animation: none !important;
  }

  body .rv-store-collections-series__link:hover, body .rv-store-collections-series__link:focus, body .rv-store-collections-series__link:focus-visible {
    text-shadow: none !important;
  }
}

body .rv-store-collections-series__link:hover, body .rv-store-collections-series__link:focus, body .rv-store-collections-series__link:focus-visible {
  color: #fff !important;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.16), 0 12px 26px rgba(70, 18, 43, 0.16) !important;
}

body .rv-store-collections-series__link:hover::after, body .rv-store-collections-series__link:focus::after, body .rv-store-collections-series__link:focus-visible::after {
  animation: rvStoreCollectionsLinkGlintFinal 1080ms cubic-bezier(0.18, 0.78, 0.24, 1) both !important;
}

@keyframes rvStoreCollectionsLinkGlintFinal {
  0% {
    opacity: 0;
    transform: translateX(-155%) skewX(-17deg);
  }

  14% {
    opacity: 0.95;
  }

  42% {
    opacity: 0.88;
  }

  68% {
    opacity: 0.36;
  }

  100% {
    opacity: 0;
    transform: translateX(372%) skewX(-17deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  body .rv-store-collections-series__link:hover::after, body .rv-store-collections-series__link:focus::after, body .rv-store-collections-series__link:focus-visible::after {
    animation: none !important;
  }
}

body .rv-store-collections-series__link:hover::after, body .rv-store-collections-series__link:focus::after, body .rv-store-collections-series__link:focus-visible::after, body .rv-store-collections-series__link:active::after, body .rv-store-collections-series__link.is-glinting::after {
  animation: rvStoreCollectionsLinkGlintVerified 1050ms cubic-bezier(0.18, 0.78, 0.24, 1) both !important;
}

body .rv-store-collections-series__link.force-glint::after {
  animation: rvStoreCollectionsLinkGlintVerified 1050ms cubic-bezier(0.18, 0.78, 0.24, 1) both !important;
}

body .rv-store-collections-series__link.force-glint {
  color: #fff !important;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.13), 0 12px 26px rgba(70, 18, 43, 0.16) !important;
}

@keyframes rvStoreCollectionsLinkGlintVerified {
  0% {
    opacity: 0;
    transform: translateX(-158%) skewX(-17deg);
  }

  12% {
    opacity: 0.96;
  }

  40% {
    opacity: 0.88;
  }

  68% {
    opacity: 0.34;
  }

  100% {
    opacity: 0;
    transform: translateX(382%) skewX(-17deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  body .rv-store-collections-series__link:hover::after, body .rv-store-collections-series__link:focus::after, body .rv-store-collections-series__link:focus-visible::after, body .rv-store-collections-series__link:active::after, body .rv-store-collections-series__link.is-glinting::after {
    animation: none !important;
  }

  body .rv-store-collections-series__link.force-glint::after {
    display: block !important;
  }
}

body .rv-store-collections-series__link:hover::after, body .rv-store-collections-series__link:focus::after, body .rv-store-collections-series__link:focus-visible::after, body .rv-store-collections-series__link:active::after, body .rv-store-collections-series__link.is-glinting::after, body .rv-store-collections-series__link.force-glint::after {
  animation: rvStoreCollectionsLinkGlintVerified 1050ms cubic-bezier(0.18, 0.78, 0.24, 1) both !important;
}

body .rv-store-collections-series__link:hover, body .rv-store-collections-series__link:focus, body .rv-store-collections-series__link:focus-visible, body .rv-store-collections-series__link.force-glint {
  color: #fff !important;
}

@media (hover: none) {
  body .rv-store-collections-series__link:active::after, body .rv-store-collections-series__link:focus-visible::after, body .rv-store-collections-series__link.force-glint::after {
    animation: rvStoreCollectionsLinkGlintVerified 1050ms cubic-bezier(0.18, 0.78, 0.24, 1) both !important;
  }
}

@keyframes rvStoreCollectionsLinkGlintSoft {
  0% {
    opacity: 0;
    transform: translateX(-158%) skewX(-17deg);
  }

  14% {
    opacity: 0.58;
  }

  42% {
    opacity: 0.52;
  }

  68% {
    opacity: 0.20;
  }

  100% {
    opacity: 0;
    transform: translateX(382%) skewX(-17deg);
  }
}

body .rv-store-collections-series__link, body .rv-store-collections-series__link:link, body .rv-store-collections-series__link:visited {
  position: relative !important;
  display: inline-block !important;
  isolation: isolate !important;
  overflow: hidden !important;
  color: rgba(255, 255, 255, 0.94) !important;
  -webkit-tap-highlight-color: transparent !important;
}

body .rv-store-collections-series__link::after {
  content: "" !important;
  position: absolute !important;
  top: -70% !important;
  bottom: -70% !important;
  left: -86% !important;
  z-index: 4 !important;
  width: 64% !important;
  pointer-events: none !important;
  opacity: 0 !important;
  background: linear-gradient(108deg, transparent 0%, rgba(255, 255, 255, 0.00) 24%, rgba(255, 255, 255, 0.13) 39%, rgba(255, 255, 255, 0.46) 50%, rgba(255, 255, 255, 0.14) 61%, rgba(255, 255, 255, 0.00) 78%, transparent 100% ) !important;
  filter: blur(0.16px) !important;
  mix-blend-mode: screen !important;
  transform: translateX(-150%) skewX(-16deg) !important;
  will-change: transform, opacity !important;
}

body .rv-store-collections-series__link.is-glinting::after, body .rv-store-collections-series__link.force-glint::after {
  animation: rvStoreCollectionsPhpMountedGlint 920ms cubic-bezier(0.18, 0.78, 0.24, 1) 1 both !important;
}

body .rv-store-collections-series__link.is-glinting, body .rv-store-collections-series__link.force-glint {
  color: rgba(255, 255, 255, 0.985) !important;
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.075), 0 12px 24px rgba(70, 18, 43, 0.13) !important;
}

@keyframes rvStoreCollectionsPhpMountedGlint {
  0% {
    opacity: 0;
    transform: translateX(-150%) skewX(-16deg);
  }

  16% {
    opacity: 0.48;
  }

  42% {
    opacity: 0.42;
  }

  68% {
    opacity: 0.16;
  }

  100% {
    opacity: 0;
    transform: translateX(390%) skewX(-16deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  body .rv-store-collections-series__link.is-glinting::after, body .rv-store-collections-series__link.force-glint::after {
    animation: none !important;
  }
}

.rv-store-collections-series__link {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

.rv-store-collections-series__link::after {
  content: "" !important;
  position: absolute !important;
  top: -60% !important;
  bottom: -60% !important;
  left: -75% !important;
  width: 46% !important;
  z-index: 2 !important;
  pointer-events: none !important;
  opacity: 0 !important;
  transform: translateX(-120%) skewX(-18deg) !important;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255,255,255,0.00) 18%,
    rgba(255,255,255,0.42) 50%,
    rgba(255,255,255,0.00) 82%,
    transparent 100%
  ) !important;
}

.rv-store-collections-series__link.is-glinting::after,
.rv-store-collections-series__link.force-glint::after {
  animation: rvCollectionsGlint 900ms ease-out 1 both !important;
}

@keyframes rvCollectionsGlint {
  0% {
    opacity: 0;
    transform: translateX(-120%) skewX(-18deg);
  }

  18% {
    opacity: 0.58;
  }

  54% {
    opacity: 0.44;
  }

  100% {
    opacity: 0;
    transform: translateX(360%) skewX(-18deg);
  }
}

/* Rivalution Collections glint visibility tune — final perceptible/luxury pass. */
body .rv-store-collections-series__link,
body .rv-store-collections-series__link:link,
body .rv-store-collections-series__link:visited,
.rv-store-collections-series__link {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  overflow: hidden !important;
  isolation: isolate !important;
  color: rgba(255, 255, 255, 0.96) !important;
}

body .rv-store-collections-series__link::after,
.rv-store-collections-series__link::after {
  content: "" !important;
  position: absolute !important;
  top: -72% !important;
  bottom: -72% !important;
  left: -82% !important;
  width: 74% !important;
  z-index: 5 !important;
  pointer-events: none !important;
  opacity: 0 !important;
  transform: translateX(-145%) skewX(-17deg) !important;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 255, 255, 0.00) 20%,
    rgba(255, 255, 255, 0.22) 37%,
    rgba(255, 255, 255, 0.76) 50%,
    rgba(255, 255, 255, 0.24) 63%,
    rgba(255, 255, 255, 0.00) 80%,
    transparent 100%
  ) !important;
  filter: blur(0.08px) !important;
  mix-blend-mode: screen !important;
  will-change: transform, opacity !important;
}

body .rv-store-collections-series__link.is-glinting::after,
body .rv-store-collections-series__link.force-glint::after,
.rv-store-collections-series__link.is-glinting::after,
.rv-store-collections-series__link.force-glint::after {
  animation: rvStoreCollectionsPhpMountedGlint 980ms cubic-bezier(0.18, 0.78, 0.24, 1) 1 both !important;
}

body .rv-store-collections-series__link.is-glinting,
body .rv-store-collections-series__link.force-glint,
.rv-store-collections-series__link.is-glinting,
.rv-store-collections-series__link.force-glint {
  color: rgba(255, 255, 255, 1) !important;
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.11), 0 12px 24px rgba(70, 18, 43, 0.14) !important;
}

@keyframes rvStoreCollectionsPhpMountedGlint {
  0% {
    opacity: 0;
    transform: translateX(-145%) skewX(-17deg);
  }

  14% {
    opacity: 0.72;
  }

  42% {
    opacity: 0.62;
  }

  68% {
    opacity: 0.28;
  }

  100% {
    opacity: 0;
    transform: translateX(382%) skewX(-17deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  body .rv-store-collections-series__link.is-glinting::after,
  body .rv-store-collections-series__link.force-glint::after,
  .rv-store-collections-series__link.is-glinting::after,
  .rv-store-collections-series__link.force-glint::after {
    animation: none !important;
  }
}

/* Dedicated Featured lineup crop profile */
body .rv-product-card--featured-media .rv-product-crop-frame--featured-lineup,
body .rv-product-card--featured-media .rv-crop-profile--featured-lineup {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  display: block !important;
}

body .rv-product-card--featured-media .rv-product-card__media-view--featured {
  width: 100% !important;
  height: 100% !important;
}


/* Featured lineup first-paint crop lock: prevents crop snap while page loads. */
body .rv-product-card--featured-media [data-rv-no-repaint="1"],
body .rv-product-card--featured-media .rv-product-crop-frame--featured-lineup[data-rv-no-repaint="1"],
body .rv-product-card--featured-media .rv-crop-profile--featured-lineup[data-rv-no-repaint="1"] {
  opacity: 1 !important;
  visibility: visible !important;
  background-repeat: no-repeat !important;
  background-position: var(--rv-exact-crop-x, 50%) var(--rv-exact-crop-y, 50%) !important;
  background-size: var(--rv-exact-crop-fit, cover) !important;
  transition: none !important;
  animation: none !important;
}

body .rv-product-card--featured-media [data-rv-no-repaint="1"] > [data-rv-exact-crop-image],
body .rv-product-card--featured-media .rv-product-crop-frame--featured-lineup[data-rv-no-repaint="1"] > .rv-product-crop-frame__image {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: var(--rv-exact-crop-fit, cover) !important;
  object-position: var(--rv-exact-crop-x, 50%) var(--rv-exact-crop-y, 50%) !important;
  transform: scale(var(--rv-exact-crop-zoom, 1)) !important;
  transform-origin: center center !important;
  transition: none !important;
  animation: none !important;
}

body .rv-product-card--featured-media .rv-product-card__media-stage[data-rv-stage-painted="1"],
body .rv-product-card--featured-media [data-rv-card-media-stage][data-rv-stage-painted="1"] {
  opacity: 1 !important;
  visibility: visible !important;
  background-color: transparent !important;
  transition: none !important;
}


/* Featured lineup exact first-paint lock: hide approximate inline crop until JS/admin-parity math paints final pixels. */
body .rv-product-card--featured-media [data-rv-first-paint-lock="1"],
body .rv-product-card--featured-media .rv-product-crop-frame--featured-lineup[data-rv-first-paint-lock="1"] {
  background-image: none !important;
  background-color: transparent !important;
}

body .rv-product-card--featured-media [data-rv-first-paint-lock="1"] > [data-rv-exact-crop-image],
body .rv-product-card--featured-media .rv-product-crop-frame--featured-lineup[data-rv-first-paint-lock="1"] > .rv-product-crop-frame__image {
  opacity: 0 !important;
  visibility: hidden !important;
}

body .rv-product-card--featured-media .rv-product-crop-frame--featured-lineup.is-exact-crop-rendered,
body .rv-product-card--featured-media [data-rv-featured-lineup-frame="1"].is-exact-crop-rendered {
  opacity: 1 !important;
  visibility: visible !important;
}

body .rv-product-card--featured-media .rv-product-crop-frame--featured-lineup.is-exact-crop-rendered > .rv-product-crop-frame__image,
body .rv-product-card--featured-media [data-rv-featured-lineup-frame="1"].is-exact-crop-rendered > [data-rv-exact-crop-image] {
  opacity: 1 !important;
  visibility: visible !important;
}

body .rv-product-card--featured-media .rv-product-card__media-stage[data-rv-stage-painted="1"] {
  background-color: transparent !important;
}


/* Featured lineup no-white-flash load polish: keep the card/media shell on the same soft taupe as the product photography while the exact crop renderer waits for image decode. */
:root {
  --rv-store-featured-media-bg: #D8D2D0;
}

body .rv-product-card--featured-media,
body .rv-product-card--featured-media .rv-product-card__media,
body .rv-product-card--featured-media .rv-product-card__media-stage,
body .rv-product-card--featured-media [data-rv-card-media-stage],
body .rv-product-card--featured-media .rv-product-crop-frame,
body .rv-product-card--featured-media .rv-product-crop-frame--featured-lineup,
body .rv-product-card--featured-media .rv-crop-profile--featured-lineup {
  background-color: var(--rv-store-featured-media-bg) !important;
}

body .rv-product-card--featured-media [data-rv-first-paint-lock="1"],
body .rv-product-card--featured-media .rv-product-crop-frame--featured-lineup[data-rv-first-paint-lock="1"] {
  background-color: var(--rv-store-featured-media-bg) !important;
}

body .rv-product-card--featured-media .rv-product-card__media-stage[data-rv-stage-painted="1"],
body .rv-product-card--featured-media [data-rv-card-media-stage][data-rv-stage-painted="1"] {
  background-color: var(--rv-store-featured-media-bg) !important;
}

/* Rivalution Store premium manual-crop media loader.
   Applies only to active listing/featured frames that are using manual crop mode.
   Contain/full-image profiles never receive the loader. */
:root {
  --rv-store-media-loader-size: 26px;
  --rv-store-media-loader-dot: rgba(198, 66, 110, 0.78);
  --rv-store-media-loader-dot-mid: rgba(198, 66, 110, 0.48);
  --rv-store-media-loader-dot-soft: rgba(255, 255, 255, 0.72);
  --rv-store-media-loader-field: rgba(255, 255, 255, 0.16);
}

body .rv-product-card [data-rv-media-loading-frame="1"] {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
}

/* Hide only unfinished active manual-crop images so visitors never see pre-render crop math. */
body .rv-product-card [data-rv-media-loading-frame="1"][data-rv-media-active="1"]:not(.is-exact-crop-rendered) > [data-rv-exact-crop-image],
body .rv-product-card [data-rv-media-loading-frame="1"]:not([data-rv-media-active]):not(.is-exact-crop-rendered) > [data-rv-exact-crop-image] {
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Active-frame loader, for browsers without :has(). */
body .rv-product-card [data-rv-media-loading-frame="1"][data-rv-media-active="1"]:not(.is-exact-crop-rendered)::before,
body .rv-product-card [data-rv-media-loading-frame="1"]:not([data-rv-media-active]):not(.is-exact-crop-rendered)::before {
  content: "" !important;
  display: block !important;
  visibility: visible !important;
  opacity: 0.88 !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  z-index: 80 !important;
  width: var(--rv-store-media-loader-size) !important;
  height: var(--rv-store-media-loader-size) !important;
  margin: calc(var(--rv-store-media-loader-size) / -2) 0 0 calc(var(--rv-store-media-loader-size) / -2) !important;
  border-radius: 999px !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at 50% 7%, var(--rv-store-media-loader-dot) 0 2px, transparent 2.8px),
    radial-gradient(circle at 84% 18%, var(--rv-store-media-loader-dot-mid) 0 1.8px, transparent 2.6px),
    radial-gradient(circle at 96% 50%, var(--rv-store-media-loader-dot-soft) 0 1.7px, transparent 2.5px),
    radial-gradient(circle at 84% 82%, rgba(198, 66, 110, 0.40) 0 1.5px, transparent 2.3px),
    radial-gradient(circle at 50% 93%, rgba(255, 255, 255, 0.56) 0 1.4px, transparent 2.2px),
    radial-gradient(circle at 16% 82%, rgba(198, 66, 110, 0.34) 0 1.3px, transparent 2.1px),
    radial-gradient(circle at 4% 50%, rgba(255, 255, 255, 0.42) 0 1.2px, transparent 2px),
    radial-gradient(circle at 16% 18%, rgba(198, 66, 110, 0.28) 0 1.1px, transparent 1.9px) !important;
  filter: drop-shadow(0 5px 10px rgba(70, 18, 43, 0.12)) !important;
  transform-origin: center center !important;
  animation: rvStorePremiumMediaLoaderSpin 980ms linear infinite !important;
}

body .rv-product-card [data-rv-media-loading-frame="1"][data-rv-media-active="1"]:not(.is-exact-crop-rendered)::after,
body .rv-product-card [data-rv-media-loading-frame="1"]:not([data-rv-media-active]):not(.is-exact-crop-rendered)::after {
  content: "" !important;
  display: block !important;
  visibility: visible !important;
  opacity: 0.72 !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  z-index: 79 !important;
  width: 48px !important;
  height: 48px !important;
  margin: -24px 0 0 -24px !important;
  border-radius: 999px !important;
  pointer-events: none !important;
  background: radial-gradient(circle, var(--rv-store-media-loader-field) 0%, rgba(255,255,255,0.07) 44%, transparent 72%) !important;
  animation: rvStorePremiumMediaLoaderPulse 1320ms ease-in-out infinite !important;
}

/* Preferred stage-level loader: only when the ACTIVE manual-crop frame is not rendered.
   This avoids infinite loaders caused by hidden alternate grid/list frames. */
@supports selector(:has(*)) {
  body .rv-product-card .rv-product-card__media:has([data-rv-media-loading-frame="1"][data-rv-media-active="1"]:not(.is-exact-crop-rendered))::before,
  body .rv-product-card .rv-product-card__media-stage:has([data-rv-media-loading-frame="1"][data-rv-media-active="1"]:not(.is-exact-crop-rendered))::before,
  body .rv-product-card [data-rv-card-media-stage]:has([data-rv-media-loading-frame="1"][data-rv-media-active="1"]:not(.is-exact-crop-rendered))::before {
    content: "" !important;
    display: block !important;
    visibility: visible !important;
    opacity: 0.88 !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    z-index: 80 !important;
    width: var(--rv-store-media-loader-size) !important;
    height: var(--rv-store-media-loader-size) !important;
    margin: calc(var(--rv-store-media-loader-size) / -2) 0 0 calc(var(--rv-store-media-loader-size) / -2) !important;
    border-radius: 999px !important;
    pointer-events: none !important;
    background:
      radial-gradient(circle at 50% 7%, var(--rv-store-media-loader-dot) 0 2px, transparent 2.8px),
      radial-gradient(circle at 84% 18%, var(--rv-store-media-loader-dot-mid) 0 1.8px, transparent 2.6px),
      radial-gradient(circle at 96% 50%, var(--rv-store-media-loader-dot-soft) 0 1.7px, transparent 2.5px),
      radial-gradient(circle at 84% 82%, rgba(198, 66, 110, 0.40) 0 1.5px, transparent 2.3px),
      radial-gradient(circle at 50% 93%, rgba(255, 255, 255, 0.56) 0 1.4px, transparent 2.2px),
      radial-gradient(circle at 16% 82%, rgba(198, 66, 110, 0.34) 0 1.3px, transparent 2.1px),
      radial-gradient(circle at 4% 50%, rgba(255, 255, 255, 0.42) 0 1.2px, transparent 2px),
      radial-gradient(circle at 16% 18%, rgba(198, 66, 110, 0.28) 0 1.1px, transparent 1.9px) !important;
    filter: drop-shadow(0 5px 10px rgba(70, 18, 43, 0.12)) !important;
    transform-origin: center center !important;
    animation: rvStorePremiumMediaLoaderSpin 980ms linear infinite !important;
  }

  body .rv-product-card .rv-product-card__media:has([data-rv-media-loading-frame="1"][data-rv-media-active="1"]:not(.is-exact-crop-rendered))::after,
  body .rv-product-card .rv-product-card__media-stage:has([data-rv-media-loading-frame="1"][data-rv-media-active="1"]:not(.is-exact-crop-rendered))::after,
  body .rv-product-card [data-rv-card-media-stage]:has([data-rv-media-loading-frame="1"][data-rv-media-active="1"]:not(.is-exact-crop-rendered))::after {
    content: "" !important;
    display: block !important;
    visibility: visible !important;
    opacity: 0.72 !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    z-index: 79 !important;
    width: 48px !important;
    height: 48px !important;
    margin: -24px 0 0 -24px !important;
    border-radius: 999px !important;
    pointer-events: none !important;
    background: radial-gradient(circle, var(--rv-store-media-loader-field) 0%, rgba(255,255,255,0.07) 44%, transparent 72%) !important;
    animation: rvStorePremiumMediaLoaderPulse 1320ms ease-in-out infinite !important;
  }

  body .rv-product-card .rv-product-card__media:has([data-rv-media-loading-frame="1"][data-rv-media-active="1"]:not(.is-exact-crop-rendered)) [data-rv-media-loading-frame="1"]::before,
  body .rv-product-card .rv-product-card__media:has([data-rv-media-loading-frame="1"][data-rv-media-active="1"]:not(.is-exact-crop-rendered)) [data-rv-media-loading-frame="1"]::after,
  body .rv-product-card .rv-product-card__media-stage:has([data-rv-media-loading-frame="1"][data-rv-media-active="1"]:not(.is-exact-crop-rendered)) [data-rv-media-loading-frame="1"]::before,
  body .rv-product-card .rv-product-card__media-stage:has([data-rv-media-loading-frame="1"][data-rv-media-active="1"]:not(.is-exact-crop-rendered)) [data-rv-media-loading-frame="1"]::after {
    content: none !important;
    display: none !important;
  }
}

body .rv-product-card [data-rv-media-loading-frame="1"].is-exact-crop-rendered > [data-rv-exact-crop-image],
body .rv-product-card [data-rv-media-loading-frame="1"][data-rv-final-crop-painted="1"] > [data-rv-exact-crop-image] {
  opacity: 1 !important;
  visibility: visible !important;
}

body .rv-product-card [data-rv-media-loading-frame="1"].is-exact-crop-rendered::before,
body .rv-product-card [data-rv-media-loading-frame="1"].is-exact-crop-rendered::after,
body .rv-product-card [data-rv-media-loading-frame="1"][data-rv-final-crop-painted="1"]::before,
body .rv-product-card [data-rv-media-loading-frame="1"][data-rv-final-crop-painted="1"]::after {
  content: none !important;
  display: none !important;
  animation: none !important;
}

@keyframes rvStorePremiumMediaLoaderSpin {
  to { transform: rotate(360deg); }
}

@keyframes rvStorePremiumMediaLoaderPulse {
  0%, 100% { opacity: 0.52; transform: scale(0.94); }
  50% { opacity: 0.82; transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  body .rv-product-card [data-rv-media-loading-frame="1"]::before,
  body .rv-product-card [data-rv-media-loading-frame="1"]::after,
  body .rv-product-card .rv-product-card__media::before,
  body .rv-product-card .rv-product-card__media::after,
  body .rv-product-card .rv-product-card__media-stage::before,
  body .rv-product-card .rv-product-card__media-stage::after,
  body .rv-product-card [data-rv-card-media-stage]::before,
  body .rv-product-card [data-rv-card-media-stage]::after {
    animation: none !important;
  }
}


/* Rivalution Store 10/10 warm-stone media loading field.
   Keeps featured lineup and product-card manual-crop loading states visually unified.
   This does not force loaders onto contain/full-image profiles; it only supplies the premium field color wherever media/crop loading is already active. */
:root {
  --rv-store-media-loading-bg: #D8D2D0;
  --rv-store-featured-media-bg: #D8D2D0;
}

body .rv-store-featured-lineup .rv-product-card__media,
body .rv-store-featured-lineup .rv-product-card__media-stage,
body .rv-store-featured-lineup [data-rv-card-media-stage],
body .rv-product-card--featured-media,
body .rv-product-card--featured-media .rv-product-card__media,
body .rv-product-card--featured-media .rv-product-card__media-stage,
body .rv-product-card--featured-media [data-rv-card-media-stage],
body .rv-product-card--featured-media .rv-product-crop-frame,
body .rv-product-card--featured-media .rv-product-crop-frame--featured-lineup,
body .rv-product-card--featured-media .rv-crop-profile--featured-lineup {
  background-color: var(--rv-store-media-loading-bg) !important;
}

body .rv-product-card .rv-product-card__media:has([data-rv-media-loading-frame="1"][data-rv-crop-mode="manual_crop"]:not(.is-exact-crop-rendered)),
body .rv-product-card .rv-product-card__media-stage:has([data-rv-media-loading-frame="1"][data-rv-crop-mode="manual_crop"]:not(.is-exact-crop-rendered)),
body .rv-product-card [data-rv-card-media-stage]:has([data-rv-media-loading-frame="1"][data-rv-crop-mode="manual_crop"]:not(.is-exact-crop-rendered)),
body .rv-product-card [data-rv-media-loading-frame="1"][data-rv-crop-mode="manual_crop"]:not(.is-exact-crop-rendered) {
  background-color: var(--rv-store-media-loading-bg) !important;
}

body .rv-product-card [data-rv-media-loading-frame="1"][data-rv-crop-mode="contain"]::before,
body .rv-product-card [data-rv-media-loading-frame="1"][data-rv-crop-mode="contain"]::after,
body .rv-product-card .rv-product-card__media:has([data-rv-media-loading-frame="1"][data-rv-crop-mode="contain"])::before,
body .rv-product-card .rv-product-card__media:has([data-rv-media-loading-frame="1"][data-rv-crop-mode="contain"])::after,
body .rv-product-card .rv-product-card__media-stage:has([data-rv-media-loading-frame="1"][data-rv-crop-mode="contain"])::before,
body .rv-product-card .rv-product-card__media-stage:has([data-rv-media-loading-frame="1"][data-rv-crop-mode="contain"])::after,
body .rv-product-card [data-rv-card-media-stage]:has([data-rv-media-loading-frame="1"][data-rv-crop-mode="contain"])::before,
body .rv-product-card [data-rv-card-media-stage]:has([data-rv-media-loading-frame="1"][data-rv-crop-mode="contain"])::after {
  content: none !important;
  display: none !important;
  animation: none !important;
}

/* Rivalution Store final warm-stone media stage parity.
   Uses one premium warm-stone loading field for manual-crop product cards and the featured lineup.
   Contain/full-image profiles are intentionally excluded from loader behavior. */
:root {
  --rv-store-media-loading-bg: #D8D2D0;
  --rv-store-featured-media-bg: #D8D2D0;
}

body .rv-store-page .rv-product-card__media[data-rv-media-loading-stage="1"][data-rv-crop-mode="manual_crop"]:not([data-rv-final-crop-painted="1"]),
body .rv-store-page .rv-product-card__media-stage[data-rv-media-loading-stage="1"][data-rv-crop-mode="manual_crop"]:not([data-rv-final-crop-painted="1"]),
body .rv-store-page [data-rv-card-media-stage][data-rv-media-loading-stage="1"][data-rv-crop-mode="manual_crop"]:not([data-rv-final-crop-painted="1"]),
body .rv-store-page .rv-product-card [data-rv-media-loading-frame="1"][data-rv-crop-mode="manual_crop"]:not(.is-exact-crop-rendered):not([data-rv-final-crop-painted="1"]) {
  background-color: var(--rv-store-media-loading-bg) !important;
}

body .rv-store-page .rv-product-card [data-rv-media-loading-frame="1"][data-rv-crop-mode="manual_crop"][data-rv-media-active="1"]:not(.is-exact-crop-rendered):not([data-rv-final-crop-painted="1"]),
body .rv-store-page .rv-product-card [data-rv-media-loading-frame="1"][data-rv-crop-mode="manual_crop"]:not([data-rv-media-active]):not(.is-exact-crop-rendered):not([data-rv-final-crop-painted="1"]) {
  background-image: none !important;
  background-size: auto !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

body .rv-store-page .rv-product-card__media[data-rv-media-loading-stage="0"],
body .rv-store-page .rv-product-card__media-stage[data-rv-media-loading-stage="0"],
body .rv-store-page [data-rv-card-media-stage][data-rv-media-loading-stage="0"],
body .rv-store-page [data-rv-media-loading-frame="0"],
body .rv-store-page [data-rv-crop-mode="contain"] {
  animation: none !important;
}

body .rv-store-page .rv-product-card__media[data-rv-media-loading-stage="0"]::before,
body .rv-store-page .rv-product-card__media[data-rv-media-loading-stage="0"]::after,
body .rv-store-page .rv-product-card__media-stage[data-rv-media-loading-stage="0"]::before,
body .rv-store-page .rv-product-card__media-stage[data-rv-media-loading-stage="0"]::after,
body .rv-store-page [data-rv-card-media-stage][data-rv-media-loading-stage="0"]::before,
body .rv-store-page [data-rv-card-media-stage][data-rv-media-loading-stage="0"]::after,
body .rv-store-page [data-rv-crop-mode="contain"]::before,
body .rv-store-page [data-rv-crop-mode="contain"]::after {
  content: none !important;
  display: none !important;
  animation: none !important;
}

body .rv-store-page .rv-product-card__media[data-rv-final-crop-painted="1"],
body .rv-store-page .rv-product-card__media-stage[data-rv-final-crop-painted="1"],
body .rv-store-page [data-rv-card-media-stage][data-rv-final-crop-painted="1"],
body .rv-store-page .rv-product-card [data-rv-media-loading-frame="1"][data-rv-final-crop-painted="1"],
body .rv-store-page .rv-product-card [data-rv-media-loading-frame="1"].is-exact-crop-rendered {
  background-color: transparent !important;
}

body .rv-store-page .rv-product-card [data-rv-media-loading-frame="1"][data-rv-final-crop-painted="1"]::before,
body .rv-store-page .rv-product-card [data-rv-media-loading-frame="1"][data-rv-final-crop-painted="1"]::after,
body .rv-store-page .rv-product-card [data-rv-media-loading-frame="1"].is-exact-crop-rendered::before,
body .rv-store-page .rv-product-card [data-rv-media-loading-frame="1"].is-exact-crop-rendered::after {
  content: none !important;
  display: none !important;
  animation: none !important;
}

