/*
 * RVA Homepage Experience 2.9.20
 * Product-first WooCommerce catalog. One scoped presentation layer, compact
 * above-the-fold controls, responsive density, and explicit quick-add states.
 */

body.rva-hx-shop-active {
  --rva-shop-ink: #0b2030;
  --rva-shop-muted: #667b87;
  --rva-shop-accent: #086b9c;
  --rva-shop-accent-dark: #123f58;
  --rva-shop-success: #16806a;
  --rva-shop-line: #dce6ea;
  --rva-shop-page: #f4f7f8;
  --rva-shop-card-background: #fff;
  --rva-shop-card-radius: 22px;
  --rva-shop-image-radius: 22px;
  --rva-shop-image-scale: 1;
  background: var(--rva-shop-page);
}

body.rva-hx-shop-active .ct-page-title,
body.rva-hx-shop-active .hero-section,
body.rva-hx-shop-active .page-title,
body.rva-hx-shop-active .woocommerce-breadcrumb,
body.rva-hx-shop-active .woocommerce-products-header,
body.rva-hx-shop-active .ct-archive-description,
body.rva-hx-shop-active .site-main > .ct-container > .woocommerce,
body.rva-hx-shop-active main.site-main > .ct-container {
  display: none !important;
}

.rva-shop,
.rva-shop * {
  box-sizing: border-box;
}

.rva-shop {
  min-height: 72vh;
  color: var(--rva-shop-ink);
  background: var(--rva-shop-page);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.rva-shop a {
  -webkit-tap-highlight-color: transparent;
}

.rva-shop__shell {
  width: min(calc(100% - 40px), 1500px);
  margin-inline: auto;
  padding: clamp(18px, 2.4vw, 34px) 0 clamp(64px, 7vw, 100px);
}

.rva-shop__header {
  margin-bottom: 10px;
}

.rva-shop__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 20px 24px;
  border: 1px solid #dbe8ec;
  border-radius: 22px;
  background: linear-gradient(120deg, #edf6f7 0%, #f8fbfb 100%);
  box-shadow: 0 7px 24px rgba(15, 54, 73, .045);
}

.rva-shop__heading-copy {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(180px, 1fr) auto;
  gap: 7px 18px;
  align-items: center;
}

.rva-shop__kicker {
  grid-column: 1 / -1;
  color: #08739b;
  font-size: .61rem;
  font-weight: 850;
  letter-spacing: .15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.rva-shop__heading-copy h1 {
  min-width: 0;
  margin: 0;
  color: #0a2535;
  font-size: clamp(1.55rem, 2.3vw, 2.35rem);
  font-weight: 790;
  line-height: 1.04;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.rva-shop__heading-copy p {
  min-width: 0;
  max-width: 570px;
  margin: 0;
  color: #58717e;
  font-size: clamp(.72rem, .85vw, .82rem);
  line-height: 1.48;
}

.rva-shop__coa {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 13px;
  border: 1px solid rgba(18, 63, 88, .17);
  border-radius: 999px;
  color: var(--rva-shop-accent-dark);
  background: rgba(255, 255, 255, .8);
  font-size: .64rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color .15s ease, background .15s ease;
}

.rva-shop__coa:hover,
.rva-shop__coa:focus-visible {
  border-color: rgba(18, 63, 88, .34);
  color: #0a3148;
  background: #fff;
}

.rva-shop__coa svg {
  width: 15px;
  height: 15px;
}

.rva-shop__coa:focus-visible,
.rva-shop__categories a:focus-visible,
.rva-shop-card a:focus-visible,
.rva-shop-card button:focus-visible {
  outline: 3px solid rgba(8, 107, 156, .2);
  outline-offset: 2px;
}

.rva-shop__assurances {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 9px 12px;
  border: 1px solid rgba(18, 63, 88, .1);
  border-radius: 999px;
  list-style: none;
  background: rgba(255, 255, 255, .68);
  white-space: nowrap;
}

.rva-shop__assurances li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #4d6876;
  font-size: .58rem;
  line-height: 1;
}

.rva-shop__assurances li > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #24a881;
  box-shadow: 0 0 0 3px rgba(36, 168, 129, .1);
}

.rva-shop__assurances strong {
  font-weight: 780;
}

.rva-shop__controls {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  margin-top: 11px;
}

.rva-shop__header--controls-only .rva-shop__controls {
  margin-top: 0;
}

.rva-shop__search {
  min-height: 46px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  padding: 3px 3px 3px 13px;
  border: 1px solid var(--rva-shop-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(18, 54, 72, .04);
}

.rva-shop__search:focus-within {
  border-color: #82b9cf;
  box-shadow: 0 0 0 4px rgba(8, 107, 156, .07);
}

.rva-shop__search > span {
  display: grid;
  place-items: center;
  color: #78909c;
}

.rva-shop__search svg {
  width: 18px;
  height: 18px;
}

.rva-shop__search input[type="search"] {
  min-width: 0;
  height: 38px;
  padding: 0 10px;
  border: 0 !important;
  outline: 0;
  color: #173445;
  background: transparent !important;
  box-shadow: none !important;
  font-size: .76rem;
  font-weight: 600;
  -webkit-appearance: none;
}

.rva-shop__search input::placeholder {
  color: #8a9ba4;
  font-weight: 500;
}

.rva-shop__search button {
  min-height: 38px;
  padding: 0 15px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  background: var(--rva-shop-accent-dark);
  font-size: .63rem;
  font-weight: 800;
  cursor: pointer;
  transition: background .15s ease;
}

.rva-shop__search button:hover {
  background: var(--rva-shop-accent);
}

.rva-shop__category-viewport {
  min-width: 0;
  overflow: hidden;
}

.rva-shop__categories {
  display: flex;
  align-items: center;
  gap: 7px;
  overflow-x: auto;
  padding: 2px 2px 4px;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.rva-shop__categories::-webkit-scrollbar {
  display: none;
}

.rva-shop__categories a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 auto;
  padding: 0 12px;
  border: 1px solid var(--rva-shop-line);
  border-radius: 999px;
  color: #526d7c;
  background: rgba(255, 255, 255, .78);
  font-size: .6rem;
  font-weight: 760;
  text-decoration: none;
  white-space: nowrap;
}

.rva-shop__categories a:hover,
.rva-shop__categories a[aria-current="page"] {
  border-color: var(--rva-shop-accent-dark);
  color: #fff;
  background: var(--rva-shop-accent-dark);
}

.rva-shop__categories small {
  font-size: .51rem;
  opacity: .72;
}

.rva-shop__toolbar {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
  color: #71838d;
  font-size: .62rem;
  font-weight: 650;
}

.rva-shop__toolbar .woocommerce-result-count,
.rva-shop__toolbar .woocommerce-ordering {
  margin: 0 !important;
}

.rva-shop__toolbar select {
  min-height: 34px;
  padding: 0 31px 0 11px;
  border: 1px solid var(--rva-shop-line);
  border-radius: 10px;
  color: #385363;
  background-color: #fff;
  font-size: .6rem;
  font-weight: 700;
}

body.rva-hx-shop-active .rva-shop__grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(12px, 1.25vw, 19px) !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.rva-hx-shop-active .rva-shop-card.product {
  min-width: 0;
  display: flex !important;
  flex-direction: column;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(20, 61, 80, .08) !important;
  border-radius: var(--rva-shop-card-radius) !important;
  background: var(--rva-shop-card-background) !important;
  box-shadow: 0 7px 22px rgba(20, 52, 68, .06) !important;
  contain: layout paint style;
  isolation: isolate;
  transition: transform .16s ease, box-shadow .16s ease !important;
}

@media (hover: hover) and (pointer: fine) {
  body.rva-hx-shop-active .rva-shop-card.product:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 13px 30px rgba(20, 52, 68, .1) !important;
  }
}

body.rva-hx-shop-active .rva-shop-card__visual {
  position: relative;
  width: 100% !important;
  aspect-ratio: 1 / 1.08 !important;
  display: block;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: var(--rva-shop-image-radius) var(--rva-shop-image-radius) 0 0 !important;
  background: #edf2f4 !important;
}

body.rva-hx-shop-active .rva-shop-card__image,
body.rva-hx-shop-active .rva-shop-card:hover .rva-shop-card__image {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: scale(var(--rva-shop-image-scale)) !important;
  transition: transform .18s ease !important;
}

@media (hover: hover) and (pointer: fine) {
  body.rva-hx-shop-active .rva-shop-card:hover .rva-shop-card__image {
    transform: scale(calc(var(--rva-shop-image-scale) + .01)) !important;
  }
}

.rva-shop-card__sale,
.rva-shop-card__stock {
  position: absolute;
  z-index: 2;
  top: 10px;
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: .5rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.rva-shop-card__sale {
  left: 10px;
  padding: 0 9px;
  color: #fff;
  background: rgba(18, 63, 88, .94);
}

.rva-shop-card__stock {
  right: 10px;
  gap: 5px;
  padding: 0 9px;
  color: #176b57;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 3px 12px rgba(10, 37, 49, .08);
}

.rva-shop-card__stock::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2ead88;
}

.rva-shop-card__stock.is-unavailable {
  color: #965537;
}

.rva-shop-card__stock.is-unavailable::before {
  background: #d2754e;
}

body.rva-hx-shop-active .rva-shop-card__body {
  min-height: 0 !important;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 12px 13px 13px !important;
}

.rva-shop-card__meta {
  min-width: 0;
  margin-bottom: 6px;
  overflow: hidden;
  color: #718590;
  font-size: .5rem;
  font-weight: 820;
  letter-spacing: .07em;
  line-height: 1.2;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

body.rva-hx-shop-active .rva-shop-card h2,
body.rva-hx-shop-active .rva-shop-card__title {
  min-height: 2.25em !important;
  margin: 0 0 8px !important;
  color: var(--rva-shop-ink) !important;
  font-size: clamp(.78rem, .86vw, .92rem) !important;
  font-weight: 820 !important;
  line-height: 1.13 !important;
  letter-spacing: -.018em !important;
}

.rva-shop-card__title a {
  color: inherit !important;
  text-decoration: none !important;
}

body.rva-hx-shop-active .rva-shop-card__purchase {
  margin-top: auto;
  padding: 0 0 10px !important;
}

body.rva-hx-shop-active .rva-shop-card__price {
  min-height: 1.3em;
  color: #086596 !important;
  font-size: .86rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  letter-spacing: -.015em !important;
}

.rva-shop-card__price del {
  margin-left: 3px;
  color: #9aa8af !important;
  font-size: .7em;
  font-weight: 650;
  opacity: 1 !important;
}

.rva-shop-card__price ins {
  text-decoration: none;
}

body.rva-hx-shop-active .rva-shop-card__actions {
  min-height: 38px !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.rva-shop-card__primary-action {
  width: 100%;
  height: 100%;
}

body.rva-hx-shop-active .rva-shop-card__primary-action > .button,
body.rva-hx-shop-active .rva-shop-card__primary-action > .rva-px-grid-button,
body.rva-hx-shop-active.rva-px-shop-page .rva-shop-card__actions > .rva-px-grid-button {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 38px !important;
  height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 11px !important;
  overflow: hidden !important;
  border: 1px solid var(--rva-shop-accent-dark) !important;
  border-radius: 11px !important;
  color: #fff !important;
  background: var(--rva-shop-accent-dark) !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: .61rem !important;
  font-weight: 820 !important;
  line-height: 1 !important;
  letter-spacing: .02em !important;
  text-transform: none !important;
  text-decoration: none !important;
  cursor: pointer;
  touch-action: manipulation;
  transition: background .14s ease, border-color .14s ease, color .14s ease !important;
}

body.rva-hx-shop-active .rva-shop-card__primary-action > .button:hover,
body.rva-hx-shop-active .rva-shop-card__primary-action > .button:focus-visible,
body.rva-hx-shop-active .rva-shop-card__primary-action > .rva-px-grid-button:hover,
body.rva-hx-shop-active .rva-shop-card__primary-action > .rva-px-grid-button:focus-visible {
  border-color: var(--rva-shop-accent) !important;
  color: #fff !important;
  background: var(--rva-shop-accent) !important;
  transform: none !important;
}

body.rva-hx-shop-active .rva-shop-card.is-out .rva-shop-card__primary-action > .button {
  border-color: #dce5e9 !important;
  color: #59707c !important;
  background: #eef3f5 !important;
}

body.rva-hx-shop-active .rva-shop-card__action-icon,
body.rva-hx-shop-active .rva-px-action-icon {
  width: 14px !important;
  height: 14px !important;
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 14px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: inherit !important;
  font-size: .82rem !important;
  line-height: 1 !important;
}

/* The visible icon is real DOM. No theme or legacy pseudo-element is allowed
   to generate a second spinner/check or claim success before the response. */
body.rva-hx-shop-active.rva-px-shop-page .rva-shop-card__primary-action > .button::before,
body.rva-hx-shop-active.rva-px-shop-page .rva-shop-card__primary-action > .button::after,
body.rva-hx-shop-active.rva-px-shop-page .rva-shop-card__primary-action > .rva-px-grid-button::before,
body.rva-hx-shop-active.rva-px-shop-page .rva-shop-card__primary-action > .rva-px-grid-button::after,
body.rva-hx-shop-active.rva-px-shop-page .rva-shop-card__primary-action .rva-shop-card__action-icon::before,
body.rva-hx-shop-active.rva-px-shop-page .rva-shop-card__primary-action .rva-shop-card__action-icon::after,
body.rva-hx-shop-active.rva-px-shop-page .rva-shop-card__primary-action .rva-px-action-icon::before,
body.rva-hx-shop-active.rva-px-shop-page .rva-shop-card__primary-action .rva-px-action-icon::after {
  content: none !important;
  display: none !important;
}

body.rva-hx-shop-active .rva-shop-card__primary-action > .button.is-rva-adding,
body.rva-hx-shop-active .rva-shop-card__primary-action > .rva-px-grid-button.is-loading,
body.rva-hx-shop-active .rva-shop-card__primary-action > .rva-px-grid-button.is-pending,
body.rva-hx-shop-active .rva-shop-card__primary-action > .rva-px-grid-button[data-rva-quick-state="adding"] {
  pointer-events: none !important;
  cursor: progress !important;
}

body.rva-hx-shop-active .button.is-rva-adding > .rva-shop-card__action-icon,
body.rva-hx-shop-active .rva-px-grid-button.is-loading > .rva-px-action-icon,
body.rva-hx-shop-active .rva-px-grid-button.is-pending > .rva-px-action-icon,
body.rva-hx-shop-active .rva-px-grid-button[data-rva-quick-state="adding"] > .rva-px-action-icon {
  width: 13px !important;
  height: 13px !important;
  flex-basis: 13px !important;
  border: 2px solid rgba(255, 255, 255, .38) !important;
  border-top-color: #fff !important;
  background: transparent !important;
  color: transparent !important;
  font-size: 0 !important;
  animation: rva-shop-spin .56s linear infinite !important;
}

body.rva-hx-shop-active .rva-shop-card__primary-action > .button.is-rva-added,
body.rva-hx-shop-active .rva-shop-card__primary-action > .rva-px-grid-button.is-added,
body.rva-hx-shop-active .rva-shop-card__primary-action > .rva-px-grid-button[data-rva-quick-state="added"] {
  pointer-events: none !important;
  border-color: var(--rva-shop-success) !important;
  color: #fff !important;
  background: var(--rva-shop-success) !important;
}

body.rva-hx-shop-active .rva-px-grid-button.is-added > .rva-px-action-icon,
body.rva-hx-shop-active .rva-px-grid-button[data-rva-quick-state="added"] > .rva-px-action-icon {
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-size: .8rem !important;
  animation: none !important;
}

@keyframes rva-shop-spin {
  to { transform: rotate(360deg); }
}

body.rva-hx-shop-active .woocommerce-pagination {
  display: none !important;
}

.rva-shop__empty {
  padding: 56px 20px;
  border-radius: 20px;
  text-align: center;
  background: #fff;
}

.rva-shop-cart-notice {
  position: fixed;
  z-index: 9999;
  right: 16px;
  bottom: max(16px, env(safe-area-inset-bottom));
  width: min(350px, calc(100% - 24px));
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  padding: 9px 10px;
  border: 1px solid #d9e4e8;
  border-radius: 14px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 15px 40px rgba(12, 43, 58, .15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .14s ease, transform .16s ease, visibility 0s linear .16s;
}

.rva-shop-cart-notice.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.rva-shop-cart-notice__mark {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--rva-shop-success);
  font-size: .78rem;
  font-weight: 900;
}

.rva-shop-cart-notice__copy {
  min-width: 0;
  display: grid;
  gap: 2px;
  line-height: 1.1;
}

.rva-shop-cart-notice__copy strong {
  color: #173445;
  font-size: .66rem;
  white-space: nowrap;
}

.rva-shop-cart-notice__copy small {
  color: #71838d;
  font-size: .55rem;
}

.rva-shop-cart-notice__link {
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  border-radius: 9px;
  color: #fff;
  background: var(--rva-shop-accent-dark);
  font-size: .57rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 1399px) {
  body.rva-hx-shop-active .rva-shop__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1080px) {
  .rva-shop__intro {
    grid-template-columns: minmax(0, 1fr);
    gap: 11px;
  }

  .rva-shop__assurances {
    width: max-content;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .rva-shop__shell {
    width: min(calc(100% - 30px), 980px);
  }

  .rva-shop__controls {
    grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
  }

  body.rva-hx-shop-active .rva-shop__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .rva-shop__shell {
    width: calc(100% - 24px);
    padding-top: 14px;
  }

  .rva-shop__intro {
    gap: 8px;
    padding: 14px 15px;
    border-radius: 17px;
  }

  .rva-shop__heading-copy {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px 10px;
  }

  .rva-shop__kicker {
    font-size: .52rem;
  }

  .rva-shop__heading-copy h1 {
    grid-column: 1 / -1;
    font-size: clamp(1.2rem, 5.8vw, 1.5rem);
    line-height: 1.06;
  }

  .rva-shop__heading-copy p {
    display: -webkit-box;
    overflow: hidden;
    font-size: .66rem;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .rva-shop__coa {
    min-height: 31px;
    padding-inline: 10px;
    font-size: .57rem;
  }

  .rva-shop__coa svg {
    width: 13px;
    height: 13px;
  }

  .rva-shop__assurances {
    gap: 9px;
    padding: 7px 9px;
  }

  .rva-shop__assurances li {
    gap: 5px;
    font-size: .5rem;
  }

  .rva-shop__assurances li > span {
    width: 5px;
    height: 5px;
    box-shadow: none;
  }

  .rva-shop__controls {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 8px;
  }

  .rva-shop__search {
    min-height: 42px;
    padding-left: 12px;
    border-radius: 13px;
  }

  .rva-shop__search input[type="search"] {
    height: 36px;
    font-size: .71rem;
  }

  .rva-shop__search button {
    min-height: 36px;
    padding-inline: 13px;
  }

  .rva-shop__categories a {
    min-height: 31px;
    padding-inline: 10px;
    font-size: .56rem;
  }

  .rva-shop__toolbar {
    min-height: 32px;
    margin-bottom: 8px;
    font-size: .56rem;
  }

  .rva-shop__toolbar select {
    min-height: 31px;
    max-width: 145px;
    padding-left: 9px;
    font-size: .55rem;
  }

  body.rva-hx-shop-active .rva-shop__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body.rva-hx-shop-active .rva-shop-card.product {
    border-radius: min(var(--rva-shop-card-radius), 18px) !important;
    box-shadow: 0 5px 16px rgba(20, 52, 68, .055) !important;
  }

  body.rva-hx-shop-active .rva-shop-card__visual {
    aspect-ratio: 1 / 1.12 !important;
    border-radius: min(var(--rva-shop-image-radius), 18px) min(var(--rva-shop-image-radius), 18px) 0 0 !important;
  }

  .rva-shop-card__sale,
  .rva-shop-card__stock {
    top: 7px;
    min-height: 21px;
    font-size: .43rem;
  }

  .rva-shop-card__sale {
    left: 7px;
    padding-inline: 7px;
  }

  .rva-shop-card__stock {
    right: 7px;
    gap: 4px;
    padding-inline: 7px;
  }

  body.rva-hx-shop-active .rva-shop-card__body {
    padding: 9px 9px 10px !important;
  }

  .rva-shop-card__meta {
    margin-bottom: 5px;
    font-size: .43rem;
  }

  body.rva-hx-shop-active .rva-shop-card h2,
  body.rva-hx-shop-active .rva-shop-card__title {
    min-height: 2.3em !important;
    margin-bottom: 7px !important;
    font-size: clamp(.65rem, 3.15vw, .76rem) !important;
    line-height: 1.15 !important;
  }

  body.rva-hx-shop-active .rva-shop-card__purchase {
    padding-bottom: 8px !important;
  }

  body.rva-hx-shop-active .rva-shop-card__price {
    font-size: clamp(.69rem, 3.3vw, .8rem) !important;
  }

  body.rva-hx-shop-active .rva-shop-card__actions {
    min-height: 35px !important;
  }

  body.rva-hx-shop-active .rva-shop-card__primary-action > .button,
  body.rva-hx-shop-active .rva-shop-card__primary-action > .rva-px-grid-button,
  body.rva-hx-shop-active.rva-px-shop-page .rva-shop-card__actions > .rva-px-grid-button {
    min-height: 35px !important;
    height: 35px !important;
    padding-inline: 8px !important;
    border-radius: 10px !important;
    font-size: .56rem !important;
  }

  .rva-shop-cart-notice {
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    width: calc(100% - 24px);
  }
}

@media (max-width: 390px) {
  .rva-shop__shell {
    width: calc(100% - 18px);
  }

  .rva-shop__assurances li:nth-child(2) {
    display: none;
  }

  .rva-shop-card__stock {
    width: 21px;
    padding: 0;
    justify-content: center;
    color: transparent;
    font-size: 0;
  }

  .rva-shop-card__stock::before {
    width: 6px;
    height: 6px;
  }

  .rva-shop-cart-notice__copy small {
    display: none;
  }
}

@media (max-width: 330px) {
  body.rva-hx-shop-active .rva-shop__grid {
    grid-template-columns: 1fr !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rva-shop *,
  .rva-shop-cart-notice {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  body.rva-hx-shop-active .rva-px-grid-button[data-rva-quick-state="adding"] > .rva-px-action-icon {
    animation: none !important;
  }
}
