@font-face {
  font-family: "Jost";
  src: url("fonts/jost-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("fonts/jost-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("fonts/jost-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("fonts/jost-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("fonts/jost-800.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --rd-red: #e1251b;
  --rd-black: #050505;
  --rd-white: #fff;
  --rd-ink: #111;
  --rd-muted: #6c6c6c;
  --rd-line: #e7e7e7;
  --rd-shell: 1380px;
  --rd-pdp-image-ratio: 1 / 1;
  --rd-card-image-ratio: 1 / 1;
  --rd-pdp-thumb-width: 104px;
  --rd-product-image-fit: contain;
}

html {
  scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
  font-family: "Jost", Arial, sans-serif !important;
}

body {
  color: var(--rd-ink);
  background: var(--rd-white);
}

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

/* Header */
.rd-announcement {
  min-height: 25px;
  height: 25px;
  color: #fff;
  background: transparent;
  overflow: hidden;
}

.rd-announcement .rd-ticker-viewport {
  width: 100%;
  height: 25px;
  overflow: hidden;
}

.rd-announcement .rd-ticker-track {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center;
  width: max-content !important;
  height: 25px;
  animation: none;
}

.rd-announcement .rd-ticker-track.is-ready {
  animation: rd-announcement-marquee 28s linear infinite;
  will-change: transform;
}

.rd-announcement .rd-ticker-group {
  display: flex !important;
  flex: 0 0 max(100vw, 720px) !important;
  flex-flow: row nowrap !important;
  align-items: center;
  justify-content: space-around;
  gap: 34px;
  height: 25px;
  padding: 0 24px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rd-announcement .rd-ticker-item {
  flex: 0 0 auto !important;
  width: auto !important;
}

@keyframes rd-announcement-marquee {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.rd-header-main {
  position: relative;
  z-index: 30;
  min-height: 90px;
  height: 90px;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.rd-hifi-header-inner {
  display: grid !important;
  grid-template-columns: minmax(120px, 1fr) auto minmax(120px, 1fr);
  align-items: center;
  width: 100%;
  height: 90px;
  min-height: 90px;
  margin: 0 auto;
  padding: 0 100px !important;
}

.rd-mobile-nav {
  visibility: hidden;
  justify-self: start;
  width: 44px;
}

.rd-wordmark,
.rd-wordmark a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #050505;
  font-size: 27px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.055em;
  text-transform: uppercase;
  white-space: nowrap;
}

.rd-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  min-width: 150px;
  min-height: 44px;
  margin: 0 !important;
}

.rd-hifi-header-inner > .brxe-shortcode,
.rd-hifi-header-inner > :has(.rd-header-actions) {
  align-self: center !important;
  min-height: 0 !important;
}

@media (min-width: 992px) {
  .rd-search-toggle,
  .rd-action-label {
    display: none !important;
  }
}

.rd-header-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 26px;
  min-height: 34px;
  padding: 0;
  color: #050505;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}

.rd-header-action:hover,
.rd-header-action:focus-visible {
  color: var(--rd-red);
}

.rd-header-action .dashicons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  color: currentColor;
  font-size: 21px;
  line-height: 1;
  -webkit-text-fill-color: currentColor;
}

.rd-cart-count {
  position: absolute;
  top: 0;
  right: -7px;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  color: #fff;
  background: var(--rd-red);
  border-radius: 50%;
  font-size: 9px;
  font-weight: 700;
}

.rd-nav-band {
  position: relative;
  z-index: 25;
  min-height: 64px;
  height: 64px;
  color: #fff;
  background: #1f1f1f;
}

.rd-nav-band > .brxe-container {
  width: 100%;
  height: 64px;
  margin: 0 auto;
  padding: 0 100px;
}

.rd-primary-nav,
.rd-primary-nav nav,
.rd-primary-nav .bricks-nav-menu {
  width: 100%;
  height: 64px;
}

.rd-primary-nav .bricks-nav-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

@media (min-width: 992px) and (max-width: 1279px) {
  .rd-nav-band > .brxe-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .rd-primary-nav .bricks-nav-menu {
    gap: 12px;
  }

  .rd-primary-nav .bricks-nav-menu > li > a,
  .rd-primary-nav .bricks-nav-menu > li > .brx-submenu-toggle > a {
    padding: 2px;
    font-size: 11px;
  }
}

.rd-primary-nav .bricks-nav-menu > li > a,
.rd-primary-nav .bricks-nav-menu > li > .brx-submenu-toggle > a {
  display: flex;
  align-items: center;
  height: 64px;
  padding: 3px;
  color: #cdcdcd;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
  white-space: nowrap;
}

.rd-primary-nav .bricks-nav-menu > li:hover > a,
.rd-primary-nav .bricks-nav-menu > li.current-menu-item > a {
  color: #f05a51;
}

.rd-primary-nav .sub-menu {
  padding: 14px 0 !important;
  background: #090909 !important;
  border: 0 !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .23);
}

.rd-primary-nav .sub-menu a {
  min-width: 210px;
  padding: 9px 20px !important;
  color: #fff !important;
  font-size: 12px !important;
}

@media (min-width: 992px) {
  .rd-primary-nav .bricks-nav-menu > li.menu-item-has-children,
  .rd-primary-nav .sub-menu li.menu-item-has-children {
    position: relative !important;
  }

  .rd-primary-nav .bricks-nav-menu > li.menu-item-has-children > .sub-menu,
  .rd-primary-nav .sub-menu li.menu-item-has-children > .sub-menu {
    flex-direction: column !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    width: max-content !important;
    min-width: 250px !important;
    max-width: 310px !important;
    max-height: none !important;
    overflow: visible !important;
    transform: none !important;
  }

  .rd-primary-nav .sub-menu:not(:has(.menu-item-has-children)) {
    max-height: calc(100vh - 195px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  .rd-primary-nav .bricks-nav-menu > li.menu-item-has-children > .sub-menu {
    top: 64px !important;
    left: 0 !important;
  }

  .rd-primary-nav .sub-menu li.menu-item-has-children > .sub-menu {
    top: -14px !important;
    left: calc(100% - 1px) !important;
    z-index: 3 !important;
  }

  .rd-primary-nav .bricks-nav-menu > li.menu-item-has-children > .sub-menu.rd-submenu-align-right {
    right: 0 !important;
    left: auto !important;
  }

  .rd-primary-nav .sub-menu li.menu-item-has-children > .sub-menu.rd-submenu-open-left {
    right: calc(100% - 1px) !important;
    left: auto !important;
  }

  body #brx-header .rd-primary-nav .bricks-nav-menu li.menu-item-has-children:hover > .sub-menu,
  body #brx-header .rd-primary-nav .bricks-nav-menu li.menu-item-has-children:focus-within > .sub-menu,
  body #brx-header .rd-primary-nav .bricks-nav-menu li.menu-item-has-children.open > .sub-menu {
    visibility: visible !important;
    display: flex !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .rd-primary-nav .sub-menu > li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .rd-primary-nav .sub-menu > li > a,
  .rd-primary-nav .sub-menu > li > .brx-submenu-toggle {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 37px !important;
    color: #fff !important;
    background: transparent !important;
  }

  .rd-primary-nav .sub-menu > li > .brx-submenu-toggle > a {
    flex: 1 1 auto;
    min-width: 0 !important;
    color: inherit !important;
  }

  .rd-primary-nav .sub-menu > li > .brx-submenu-toggle > button {
    flex: 0 0 36px;
    width: 36px;
    height: 37px;
    color: inherit !important;
  }

  .rd-primary-nav .bricks-nav-menu > li:hover > a,
  .rd-primary-nav .bricks-nav-menu > li:hover > .brx-submenu-toggle > a,
  .rd-primary-nav .bricks-nav-menu > li:focus-within > a,
  .rd-primary-nav .bricks-nav-menu > li:focus-within > .brx-submenu-toggle > a,
  .rd-primary-nav .bricks-nav-menu > li.current-menu-item > a,
  .rd-primary-nav .bricks-nav-menu > li.current-menu-item > .brx-submenu-toggle > a,
  .rd-primary-nav .bricks-nav-menu > li.current-menu-parent > a,
  .rd-primary-nav .bricks-nav-menu > li.current-menu-parent > .brx-submenu-toggle > a,
  .rd-primary-nav .bricks-nav-menu > li.current-menu-ancestor > a,
  .rd-primary-nav .bricks-nav-menu > li.current-menu-ancestor > .brx-submenu-toggle > a {
    color: #fff !important;
  }

  .rd-primary-nav .sub-menu > li:hover > a,
  .rd-primary-nav .sub-menu > li:focus-within > a,
  .rd-primary-nav .sub-menu > li.current-menu-item > a,
  .rd-primary-nav .sub-menu > li.current-menu-parent > a,
  .rd-primary-nav .sub-menu > li.current-menu-ancestor > a,
  .rd-primary-nav .sub-menu > li > a[aria-current="page"],
  .rd-primary-nav .sub-menu > li:hover > .brx-submenu-toggle,
  .rd-primary-nav .sub-menu > li:focus-within > .brx-submenu-toggle,
  .rd-primary-nav .sub-menu > li.current-menu-item > .brx-submenu-toggle,
  .rd-primary-nav .sub-menu > li.current-menu-parent > .brx-submenu-toggle,
  .rd-primary-nav .sub-menu > li.current-menu-ancestor > .brx-submenu-toggle {
    color: #fff !important;
    background: var(--rd-red) !important;
  }

  .rd-primary-nav .sub-menu > li:hover > .brx-submenu-toggle > a,
  .rd-primary-nav .sub-menu > li:focus-within > .brx-submenu-toggle > a,
  .rd-primary-nav .sub-menu > li.current-menu-item > .brx-submenu-toggle > a,
  .rd-primary-nav .sub-menu > li.current-menu-parent > .brx-submenu-toggle > a,
  .rd-primary-nav .sub-menu > li.current-menu-ancestor > .brx-submenu-toggle > a {
    color: #fff !important;
    background: transparent !important;
  }
}

.rd-search-panel[hidden] {
  display: none !important;
}

.rd-search-panel {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: grid;
  place-items: start center;
  padding-top: 115px;
  background: rgba(0, 0, 0, .55);
}

.rd-search-panel-inner,
.rd-search-panel form {
  position: relative;
  width: min(calc(100% - 32px), 720px);
  padding: 42px 54px;
  background: #fff;
}

.rd-search-panel form {
  display: flex;
  border-bottom: 2px solid #111;
}

.rd-search-panel input[type="search"] {
  flex: 1;
  height: 52px;
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 0;
  font-size: 17px;
  outline: 0;
}

.rd-search-panel button[type="submit"] {
  width: 48px;
  color: #fff;
  background: #111;
  border: 0;
  border-radius: 0;
}

.rd-search-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 34px;
  height: 34px;
  padding: 0;
  color: #111;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 26px;
  cursor: pointer;
}

html.rd-search-open {
  overflow: hidden;
}

/* Home */
.rd-hifi-home {
  overflow: clip;
}

.rd-hifi-hero,
.rd-hifi-hero > .brxe-container,
.rd-hifi-hero-link {
  width: 100%;
  max-width: none !important;
  padding: 0 !important;
}

.rd-hifi-hero-link {
  display: block;
  aspect-ratio: 1920 / 1018;
  overflow: hidden;
  background: #9edfff;
}

.rd-hifi-hero-image,
.rd-hifi-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.rd-hifi-hero-image.is-mobile {
  display: none;
}

.rd-hifi-hero-image img {
  object-fit: cover;
  object-position: center;
  animation: rd-hero-enter .85s cubic-bezier(.22, .61, .36, 1) both;
  transform-origin: center;
}

@keyframes rd-hero-enter {
  from {
    opacity: 0;
    transform: scale(1.025);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.rd-hifi-section {
  padding: 76px 24px 82px;
}

.rd-hifi-section.is-soft {
  background: #fff;
}

.rd-hifi-shell {
  width: min(100%, var(--rd-shell));
  max-width: var(--rd-shell) !important;
  margin: 0 auto;
  padding: 0 !important;
}

.rd-hifi-section-head {
  display: contents !important;
}

.rd-hifi-section-title {
  order: 0;
  align-self: center;
  margin: 0 0 38px;
  color: #080808;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.rd-hifi-view-link {
  order: 2;
  align-self: center;
  margin: 30px 0 0;
}

.rd-hifi-view-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 19px;
  color: #fff;
  background: #111;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rd-hifi-view-link a::after {
  content: none;
}

.rd-hifi-view-link a:hover::after {
  transform: translateX(4px);
}

.rd-showcase-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  order: 1;
}

.rd-showcase-card,
.rd-showcase-card > a {
  display: block;
  min-width: 0;
  color: #111;
}

.rd-showcase-media {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
}

.rd-showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .55s cubic-bezier(.22, .61, .36, 1);
}

.rd-showcase-card:hover .rd-showcase-media img {
  transform: scale(1.025);
}

.rd-showcase-title {
  margin: 14px 0 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rd-category-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  order: 1;
}

.rd-category-card,
.rd-category-card > a {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 0 !important;
  aspect-ratio: auto;
  overflow: hidden;
  color: #111;
  background: #fff;
}

.rd-category-card:first-child {
  grid-row: auto !important;
  grid-column: auto !important;
  min-height: 0 !important;
}

.rd-category-card > .brxe-image,
.rd-category-card > .brxe-image figure {
  position: static !important;
  inset: auto !important;
  display: block;
  width: 100%;
  height: auto !important;
  aspect-ratio: 1 / 1;
}

.rd-category-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .6s cubic-bezier(.22, .61, .36, 1);
}

.rd-category-card:hover img {
  transform: scale(1.035);
}

.rd-category-card::after,
.rd-category-card > a::after {
  content: none !important;
}

.rd-category-title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.rd-category-title::after {
  content: none !important;
}

/* WooCommerce and customer-image carousels */
.rd-product-carousel-section:not(:has(.rd-product-carousel)),
.rd-review-carousel-section:not(:has(.rd-review-carousel)) {
  display: none !important;
}

.rd-carousel {
  --rd-carousel-items: 4;
  --rd-carousel-gap: 18px;
  display: block;
  width: 100%;
  min-width: 0;
}

.rd-carousel-heading {
  text-align: center;
}

.rd-carousel .rd-hifi-section-title {
  margin-bottom: 38px;
}

.rd-carousel-viewport {
  position: relative;
  width: 100%;
  min-width: 0;
}

.rd-carousel-track {
  display: flex;
  gap: var(--rd-carousel-gap);
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.rd-carousel-track::-webkit-scrollbar {
  display: none;
}

.rd-carousel-track.is-resetting {
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}

.rd-carousel-track > * {
  flex: 0 0 calc((100% - (var(--rd-carousel-items) - 1) * var(--rd-carousel-gap)) / var(--rd-carousel-items));
  min-width: 0;
  scroll-snap-align: start;
}

.rd-carousel-arrow {
  position: absolute;
  top: 43%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #111;
  background: rgba(255, 255, 255, .95);
  border: 1px solid rgba(17, 17, 17, .15);
  border-radius: 50%;
  box-shadow: 0 6px 22px rgba(0, 0, 0, .12);
  transform: translateY(-50%);
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.rd-carousel-arrow:hover {
  color: #fff;
  background: #111;
  transform: translateY(-50%) scale(1.04);
}

.rd-carousel-arrow.is-prev {
  left: -18px;
}

.rd-carousel-arrow.is-next {
  right: -18px;
}

.rd-carousel-arrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rd-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #111;
  transition: transform .25s ease, box-shadow .25s ease;
}

@media (hover: hover) {
  .rd-product-card:hover {
    box-shadow: 0 18px 42px rgba(17, 17, 17, .08);
    transform: translateY(-4px);
  }
}

.rd-product-media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: var(--rd-card-image-ratio, 1 / 1);
  overflow: hidden;
  background: #f7f7f7;
}

.rd-product-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: var(--rd-product-image-fit, contain);
  transition: opacity .28s ease, transform .55s cubic-bezier(.22, .61, .36, 1);
}

.rd-product-card:hover .rd-product-media img {
  transform: scale(1.035);
}

.rd-product-image-primary {
  z-index: 0;
  opacity: 1;
}

.rd-product-image-secondary {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

@media (hover: hover) {
  .rd-product-card.has-secondary-image:hover .rd-product-image-primary,
  .rd-product-card.has-secondary-image:focus-within .rd-product-image-primary {
    opacity: 0;
  }

  .rd-product-card.has-secondary-image:hover .rd-product-image-secondary,
  .rd-product-card.has-secondary-image:focus-within .rd-product-image-secondary {
    opacity: 1;
  }
}

.rd-product-sale {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  padding: 0 8px;
  color: #fff;
  background: var(--rd-red);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.rd-product-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding-top: 13px;
}

.rd-product-eyebrow {
  display: block;
  margin-bottom: 5px;
  color: #777;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rd-product-title {
  min-height: 31px;
  margin: 0;
  color: #111;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}

.rd-product-title a {
  color: inherit;
}

.rd-product-price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-top: 7px;
  color: #111;
  font-size: 12px;
  font-weight: 600;
}

.rd-product-price del {
  color: #8a8a8a;
  font-size: 10px;
  font-weight: 400;
}

.rd-product-price ins {
  color: var(--rd-red);
  text-decoration: none;
}

body .rd-product-atc,
body .rd-product-atc:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  margin-top: 14px;
  padding: 0 12px;
  color: #fff !important;
  background: #111 !important;
  border: 1px solid #111 !important;
  border-radius: 0 !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
  text-align: center;
  text-transform: uppercase;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .12s ease;
  -webkit-text-fill-color: #fff !important;
}

body .rd-product-atc:hover,
body .rd-product-atc:focus-visible {
  color: #fff !important;
  background: var(--rd-red) !important;
  border-color: var(--rd-red) !important;
  -webkit-text-fill-color: #fff !important;
}

body .rd-product-atc:active {
  transform: scale(.985);
}

body .rd-product-carousel .rd-carousel-view,
body .rd-product-carousel .rd-carousel-view:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 32px;
  margin: 30px auto 0;
  padding: 0 19px;
  color: #fff !important;
  background: #111 !important;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: #fff !important;
  mix-blend-mode: normal !important;
}

body .rd-product-carousel .rd-carousel-view:hover,
body .rd-product-carousel .rd-carousel-view:focus-visible {
  color: #fff !important;
  background: var(--rd-red) !important;
  -webkit-text-fill-color: #fff !important;
}

.rd-review-card {
  margin: 0;
  aspect-ratio: 1915 / 2560;
  overflow: hidden;
  background: #f4f4f4;
}

.rd-review-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rd-native-review-carousel .rd-carousel-viewport,
.rd-native-review-carousel .rd-carousel-track {
  max-width: none !important;
}

.rd-native-review-carousel .rd-carousel-track {
  flex-flow: row nowrap !important;
}

.rd-native-review-carousel .rd-review-card.brxe-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  aspect-ratio: 1915 / 2560;
  object-fit: cover;
  background: #f4f4f4;
}

.rd-review-carousel .rd-carousel-arrow {
  top: 50%;
}

/* Instagram video rail */
.rd-video-section {
  padding-top: 65px;
  padding-bottom: 72px;
  background: #080808;
}

.rd-video-section .rd-hifi-section-head {
  border-color: #2a2a2a;
}

.rd-video-section .rd-hifi-section-title,
.rd-video-section .rd-hifi-view-link,
.rd-video-section .rd-hifi-view-link a {
  color: #111;
}

.rd-video-section .rd-hifi-view-link a {
  background: #fff;
}

.rd-hifi-section > .rd-hifi-shell {
  display: flex !important;
  flex-direction: column;
}

.rd-video-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}

.rd-native-video-slot {
  position: relative;
  display: block !important;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: #f3f3f1;
}

.rd-native-video,
.rd-native-video video {
  display: block;
  width: 100%;
  height: 100%;
}

.rd-native-video {
  position: absolute !important;
  inset: 0;
}

.rd-native-video video {
  object-fit: cover;
}

.rd-native-video {
  z-index: 1;
}

.rd-native-video video {
  opacity: 0;
  transition: opacity .25s ease;
}

.rd-native-video-slot.is-video-ready .rd-native-video video {
  opacity: 1;
}

.rd-native-video-slot.has-video-poster.is-video-idle .rd-native-video video,
.rd-native-video-slot.has-video-poster.is-video-loading .rd-native-video video {
  opacity: 1;
}

.rd-video-start {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
  background: linear-gradient(145deg, #f7f7f5, #ececea);
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.rd-native-video-slot.has-video-poster .rd-video-start {
  background: transparent;
}

.rd-video-start::before {
  content: "";
  width: 54px;
  height: 54px;
  background: #111;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(17, 17, 17, .18);
}

.rd-video-start::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -8px 0 0 -5px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #fff;
}

.rd-video-start:hover::before,
.rd-video-start:focus-visible::before {
  background: #e1251b;
  transform: scale(1.05);
}

.rd-video-start:focus-visible {
  outline: 2px solid #e1251b;
  outline-offset: -4px;
}

.rd-native-video-slot.is-video-loading .rd-video-start::before {
  background: transparent;
  border: 3px solid rgba(17, 17, 17, .18);
  border-top-color: #111;
  box-shadow: none;
  animation: rd-video-spin .8s linear infinite;
}

.rd-native-video-slot.is-video-loading .rd-video-start::after {
  display: none;
}

@keyframes rd-video-spin {
  to {
    transform: rotate(360deg);
  }
}

.rd-native-video-slot.is-video-ready .rd-video-start {
  display: none;
}

.rd-native-video-slot.is-video-error .rd-native-video {
  display: none;
}

body.brx-body:not(.iframe) .rd-native-video .bricks-element-placeholder {
  display: none !important;
}

.rd-video-slot {
  position: relative;
  display: block;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  color: #fff;
  background: #181818;
}

.rd-video-player,
.rd-video-fallback,
.rd-video-fallback img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rd-video-fallback::after,
.rd-video-slot.is-video-error::after {
  content: "View on Instagram";
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 12px;
  color: #fff;
  background: rgba(0, 0, 0, .72);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.rd-video-status {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 6px 8px;
  color: #fff;
  background: rgba(0, 0, 0, .62);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rd-video-pending {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 6px 8px;
  color: #fff;
  background: rgba(0, 0, 0, .62);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rd-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px !important;
  height: 46px !important;
  padding: 11px;
  color: #111;
  background: rgba(255, 255, 255, .9);
  border-radius: 50%;
  font-size: 24px !important;
  transform: translate(-50%, -50%);
}

.rd-video-state,
.rd-video-label {
  display: none;
}

.rd-video-slot.is-video-error .rd-video-player {
  opacity: .35;
}

/* Editorial banners */
.rd-editorial-banner {
  padding: 40px 0;
}

.rd-editorial-banner .rd-hifi-shell {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  width: calc(100% - 2px);
  max-width: none !important;
  min-height: 380px;
  height: 380px;
  overflow: hidden;
  background: #f1f0ed;
  border-radius: 48px;
}

.rd-editorial-banner.is-dark .rd-hifi-shell {
  color: #fff;
  background: #0a0a0a;
}

.rd-banner-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(40px, 6vw, 84px);
}

.rd-banner-kicker {
  margin: 0 0 16px;
  color: var(--rd-red);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rd-banner-title {
  max-width: 620px;
  margin: 0;
  color: inherit;
  font-size: clamp(40px, 5vw, 76px);
  font-weight: 600;
  line-height: .92;
  letter-spacing: -.06em;
}

.rd-banner-text {
  max-width: 560px;
  margin: 22px 0 28px;
  color: inherit;
  font-size: 15px;
  line-height: 1.65;
  opacity: .78;
}

.rd-banner-text p {
  margin: 0;
}

.rd-banner-button,
.rd-banner-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  color: #fff;
  background: var(--rd-red);
  border-radius: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rd-editorial-banner:not(.is-dark) .rd-banner-button,
.rd-editorial-banner:not(.is-dark) .rd-banner-button a {
  background: #111;
}

.rd-banner-media,
.rd-banner-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
  max-height: 380px;
}

.rd-banner-media img {
  object-fit: contain;
}

/* Uploaded benchmark artwork, rebuilt with Randal Drip service copy */
.rd-art-banner {
  display: block !important;
  width: 100% !important;
  margin: 0;
  padding: 40px 0;
}

.rd-art-banner .rd-art-shell,
.rd-art-shell > a {
  position: relative;
  display: block !important;
  width: calc(100% - 2px) !important;
  max-width: none !important;
  margin: 0 auto;
  overflow: hidden;
  color: #111;
  background: #f1f1f1;
  border-radius: 48px;
  aspect-ratio: 2320 / 777;
}

.rd-art-media,
.rd-art-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.rd-art-media img {
  object-fit: cover;
}

.rd-art-media.is-mobile {
  display: none;
}

.rd-art-banner.is-delivery .rd-art-shell,
.rd-art-banner.is-delivery .rd-art-shell > a {
  aspect-ratio: 2320 / 700;
}

.rd-art-banner.is-delivery .rd-art-media img {
  object-position: center top;
}

.rd-art-copy {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 12%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 39%;
  padding: 2.5% 3%;
  color: #080808;
  background: #f1f1f1;
}

.rd-art-copy .rd-art-brand {
  margin: 0 0 14px;
  font-size: clamp(9px, .75vw, 13px);
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.rd-art-copy h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(29px, 4vw, 70px);
  font-weight: 900;
  line-height: .88;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.rd-art-copy p {
  margin: 18px 0 0;
  font-size: clamp(12px, 1.35vw, 23px);
  line-height: 1.25;
}

.rd-art-copy small {
  margin-top: auto;
  font-size: clamp(8px, .75vw, 12px);
}

/* Benefits */
.rd-benefits {
  display: block !important;
  width: 100% !important;
  margin: 0;
  padding: 74px 24px 62px;
  border: 0 !important;
}

.rd-benefits::before {
  content: none;
  display: none;
}

.rd-benefits-heading {
  margin: 0 0 38px;
  color: #111;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.02em;
  text-align: center;
  text-transform: uppercase;
}

.rd-benefits-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(100%, var(--rd-shell));
}

.rd-benefit {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
  row-gap: 12px;
  align-items: center;
  min-height: 228px;
  padding: 30px 24px;
  background: #f5f5f3;
  border: 0 !important;
  text-align: center;
}

.rd-benefit + .rd-benefit {
  border: 0;
}

.rd-benefit-icon {
  grid-row: auto;
  margin: 0;
  color: var(--rd-red);
  font-size: 50px;
  text-align: center;
}

.rd-benefit-icon .dashicons {
  width: 50px;
  height: 50px;
  margin: 0 !important;
  color: var(--rd-red) !important;
  font-size: 50px;
}

.rd-benefit-title {
  align-self: center;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.rd-benefit-copy {
  align-self: start;
  margin: 0;
  color: var(--rd-muted);
  font-size: 13px;
  line-height: 1.55;
}

/* Customer service and logistics module */
.rd-service-module {
  display: block !important;
  width: 100% !important;
  margin: 0;
  padding: 22px 24px 84px;
}

.rd-service-shell {
  display: flex !important;
  flex-direction: column;
  width: min(100%, 900px) !important;
}

.rd-service-heading {
  margin: 0 0 38px;
  color: #111;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.rd-service-panel {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 18px;
  background: #e9e9e9;
  border-radius: 42px;
}

.rd-service-delivery {
  grid-column: 1 / -1;
  display: grid !important;
  grid-template-columns: 170px 1fr;
  align-items: center;
  min-height: 220px;
  padding: 34px clamp(28px, 5vw, 64px);
  overflow: hidden;
  background: #f7f7f5;
  border-radius: 30px;
}

.rd-service-van {
  display: grid;
  place-items: center;
  width: 136px;
  height: 136px;
  color: #fff;
  background: #090909;
  border-radius: 50%;
}

.rd-service-van .dashicons {
  width: 74px;
  height: 74px;
  font-size: 74px;
}

.rd-service-copy h3,
.rd-service-card h3 {
  margin: 0;
  color: inherit;
  font-size: clamp(26px, 4vw, 52px);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.rd-service-copy p,
.rd-service-card p {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.55;
}

.rd-service-steps {
  grid-column: 1 / -1;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  min-height: 116px;
  overflow: hidden;
  background: #d0d0d0;
  border-radius: 24px;
}

.rd-service-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 10px;
  color: #111;
  background: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.rd-service-step .dashicons {
  width: 31px;
  height: 31px;
  font-size: 31px;
}

.rd-service-tracking {
  position: relative;
  grid-column: 1 / -1;
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, .75fr);
  align-items: stretch;
  min-height: 300px;
  overflow: hidden;
  color: #fff;
  background: #0b0b0b;
  border-radius: 30px;
}

.rd-service-tracking-copy {
  position: relative;
  z-index: 2;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 46px clamp(34px, 6vw, 72px);
}

.rd-service-tracking-kicker {
  margin-bottom: 16px;
  color: #f04b43;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rd-service-tracking h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 800;
  line-height: .92;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.rd-service-tracking p {
  max-width: 500px;
  margin: 18px 0 24px;
  color: #c5c5c5;
  font-size: 13px;
  line-height: 1.55;
}

.rd-service-tracking-button,
.rd-service-tracking-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  color: #111 !important;
  background: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rd-service-tracking-button:hover,
.rd-service-tracking-button:focus-visible,
.rd-service-tracking-button a:hover,
.rd-service-tracking-button a:focus-visible {
  color: #fff !important;
  background: var(--rd-red) !important;
  border-color: var(--rd-red) !important;
}

.rd-service-tracking-visual {
  display: grid;
  place-items: center;
  min-height: 100%;
  color: #fff;
  background: #171717;
}

.rd-service-tracking-visual .dashicons {
  width: 132px;
  height: 132px;
  font-size: 132px;
}

.rd-service-card {
  min-height: 210px;
  padding: 38px 34px;
  color: #fff;
  background: #080808;
  border-radius: 28px;
}

.rd-service-card a {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* WooCommerce category archive */
body.tax-product_cat .rd-page-hero {
  min-height: 230px;
  padding: 62px 24px;
  background: #fff;
}

body.tax-product_cat .rd-page-hero .rd-shell {
  width: var(--rd-shell);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

body.tax-product_cat .rd-page-hero .brxe-woocommerce-breadcrumbs {
  order: 2;
  margin: 13px 0 0;
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}

body.tax-product_cat .rd-page-hero .woocommerce-breadcrumb,
body.tax-product_cat .rd-page-hero nav {
  margin: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

body.tax-product_cat .rd-page-hero .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.tax-product_cat .rd-page-hero .navigation a {
  color: inherit;
  text-decoration: none;
}

body.tax-product_cat .rd-page-hero .navigation a:hover,
body.tax-product_cat .rd-page-hero .navigation a:focus-visible {
  color: #111;
}

body.tax-product_cat .rd-page-hero .navigation .separator {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 13px 0 11px;
  color: #9a9a9a;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

body.tax-product_cat .rd-page-hero .navigation .separator::before,
body.tax-product_cat .rd-page-hero .navigation .separator::after {
  content: none !important;
}

body.tax-product_cat .rd-page-hero .rd-display {
  order: 1;
  max-width: min(980px, 100%);
  margin: 0;
  color: #111;
  font-size: clamp(34px, 3.1vw, 40px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: .015em;
  text-align: center;
}

body.tax-product_cat .rd-shop-shell {
  width: var(--rd-shell);
  padding: 42px 0 clamp(72px, 8vw, 112px);
}

body.tax-product_cat .rd-shop-shell:has(.rd-empty-catalog) > .rd-shop-toolbar {
  display: none;
}

body.tax-product_cat .rd-shop-toolbar {
  min-height: 58px;
  margin-bottom: 30px;
  padding: 7px 8px 7px 18px;
  background: #f5f5f2;
}

body.tax-product_cat .rd-shop-toolbar:empty {
  display: none !important;
}

body.tax-product_cat .woocommerce-result-count {
  margin: 0;
  color: #555;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

body.tax-product_cat .woocommerce-ordering {
  margin: 0;
}

body.tax-product_cat ul.products {
  gap: 42px 18px;
}

body.tax-product_cat ul.products li.product {
  display: flex;
  flex-direction: column;
  min-width: 0;
  transition: transform .25s ease, box-shadow .25s ease;
}

body.tax-product_cat ul.products li.product .woocommerce-LoopProduct-link {
  position: relative;
  display: block;
  color: #111;
}

body.tax-product_cat ul.products li.product a img,
body.woocommerce-shop ul.products li.product a img,
body.post-type-archive-product ul.products li.product a img,
body.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: var(--rd-card-image-ratio, 1 / 1);
  margin-bottom: 15px;
  object-fit: var(--rd-product-image-fit, contain);
  background: #f5f5f3;
  clip-path: inset(0);
  transition: transform .45s cubic-bezier(.22, .61, .36, 1);
}

body.woocommerce ul.products li.product.has-secondary-image .woocommerce-LoopProduct-link > img:not(.rd-loop-secondary-image):first-of-type {
  opacity: 1;
  transition: opacity .28s ease, transform .45s cubic-bezier(.22, .61, .36, 1);
}

body.woocommerce ul.products li.product .rd-loop-secondary-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 !important;
  aspect-ratio: var(--rd-card-image-ratio, 1 / 1);
  object-fit: var(--rd-product-image-fit, contain);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease, transform .45s cubic-bezier(.22, .61, .36, 1);
}

@media (hover: hover) {
  body.woocommerce ul.products li.product.has-secondary-image:hover .woocommerce-LoopProduct-link > img:not(.rd-loop-secondary-image):first-of-type,
  body.woocommerce ul.products li.product.has-secondary-image:focus-within .woocommerce-LoopProduct-link > img:not(.rd-loop-secondary-image):first-of-type {
    opacity: 0;
  }

  body.woocommerce ul.products li.product.has-secondary-image:hover .rd-loop-secondary-image,
  body.woocommerce ul.products li.product.has-secondary-image:focus-within .rd-loop-secondary-image {
    opacity: 1;
  }
}

@media (hover: hover) {
  body.tax-product_cat ul.products li.product:hover {
    box-shadow: 0 18px 42px rgba(17, 17, 17, .07);
    transform: translateY(-4px);
  }

  body.tax-product_cat ul.products li.product a:hover img {
    transform: scale(1.035);
  }
}

body.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
  min-height: 33px;
  padding: 0 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

body.tax-product_cat ul.products li.product .price {
  min-height: 22px;
  margin: 7px 2px 0;
  color: #111;
}

body.tax-product_cat ul.products li.product .button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 14px;
  color: #fff !important;
  background: #111 !important;
  border: 1px solid #111 !important;
  border-radius: 0 !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
  text-align: center;
  text-transform: uppercase;
}

body.tax-product_cat ul.products li.product .button:hover,
body.tax-product_cat ul.products li.product .button:focus-visible {
  color: #fff !important;
  background: var(--rd-red) !important;
  border-color: var(--rd-red) !important;
}

.rd-empty-catalog {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 310px;
  padding: clamp(34px, 6vw, 70px);
  color: #111;
  background: #f5f5f2;
}

.rd-empty-catalog > .dashicons {
  width: 44px;
  height: 44px;
  margin-bottom: 28px;
  color: var(--rd-red);
  font-size: 44px;
}

.rd-empty-catalog h2 {
  max-width: 720px;
  margin: 0;
  color: #111;
  font-size: clamp(30px, 4.6vw, 58px);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.rd-empty-catalog p {
  max-width: 600px;
  margin: 18px 0 25px;
  color: #5f5f5f;
  font-size: 13px;
  line-height: 1.6;
}

body .rd-empty-catalog .rd-empty-shop-button {
  min-height: 42px;
  padding: 0 18px;
  color: #fff !important;
  background: #111 !important;
  border-radius: 0 !important;
  font-size: 10px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

/* Footer */
.rd-hifi-footer {
  color: #fff;
  background: #050505;
}

.rd-footer-newsletter {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 64px 24px 58px;
  border-bottom: 1px solid #242424;
  text-align: center;
}

.rd-footer-newsletter .brxe-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 680px);
  margin: 0 auto;
  padding: 0;
}

.rd-footer-newsletter h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(27px, 3vw, 42px);
  font-weight: 600;
  letter-spacing: -.045em;
}

.rd-footer-newsletter p {
  margin: 0 0 23px;
  color: #aaa;
  font-size: 13px;
}

.rd-footer-newsletter .rd-newsletter,
.rd-footer-newsletter .brxe-shortcode,
.rd-footer-newsletter .rd-newsletter-form {
  width: min(100%, 520px);
}

.rd-footer-newsletter .rd-newsletter form,
.rd-footer-newsletter .rd-newsletter-form {
  display: flex;
  gap: 0;
  width: 100%;
}

.rd-footer-newsletter .rd-newsletter input[type="email"],
.rd-footer-newsletter .rd-newsletter-form input[type="email"] {
  flex: 1;
  min-width: 0;
  height: 48px;
  padding: 0 17px;
  color: #111;
  background: #fff;
  border: 0;
  border-radius: 0;
}

.rd-footer-newsletter .rd-newsletter button,
.rd-footer-newsletter .rd-newsletter-form button {
  min-width: 125px;
  height: 48px;
  padding: 0 18px;
  color: #fff;
  background: var(--rd-red);
  border: 0;
  border-radius: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rd-footer-main {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 55px 24px 45px;
}

.rd-footer-grid {
  display: grid !important;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: clamp(35px, 6vw, 90px);
  width: min(100%, var(--rd-shell));
  margin: 0 auto;
  padding: 0 !important;
}

.rd-footer-brand {
  max-width: 330px;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: normal;
  text-transform: none;
}

.rd-footer-wordmark {
  margin: 0 0 17px;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.rd-footer-copy,
.rd-footer-copy a {
  color: #aaa;
  font-size: 12px;
  line-height: 1.7;
}

.rd-footer-title {
  margin: 0 0 17px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rd-footer-links,
.rd-footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rd-footer-links a {
  color: #aaa;
  font-size: 12px;
  line-height: 1.35;
}

.rd-footer-links a:hover,
.rd-footer-copy a:hover {
  color: #fff;
}

.rd-footer-bottom {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 18px 24px;
  border-top: 1px solid #242424;
}

.rd-footer-bottom .brxe-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, var(--rd-shell));
  margin: 0 auto;
  padding: 0;
  color: #777;
  font-size: 10px;
}

@media (max-width: 991px) {
  .rd-announcement .rd-ticker-track {
    animation-duration: 20s;
  }

  .rd-announcement .rd-ticker-group {
    gap: 24px;
    font-size: 8px;
    letter-spacing: .09em;
  }

  .rd-header-main,
  .rd-header-main > .rd-hifi-header-inner,
  .rd-hifi-header-inner {
    height: 60px;
    min-height: 60px;
  }

  .rd-hifi-header-inner {
    grid-template-columns: 76px minmax(0, 1fr) 76px;
    width: 100%;
    padding: 0 12px !important;
  }

  body .rd-header-main > .rd-hifi-header-inner {
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr) 76px !important;
    grid-template-rows: 60px !important;
    grid-auto-flow: column !important;
    align-items: center !important;
    width: 100% !important;
    max-width: none !important;
    height: 60px !important;
    min-height: 60px !important;
    padding: 0 12px !important;
    flex-wrap: nowrap !important;
  }

  .rd-hifi-header-inner > * {
    grid-row: 1 !important;
    align-self: center !important;
  }

  .rd-hifi-header-inner > .rd-mobile-nav {
    grid-column: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    margin: 0 !important;
  }

  .rd-hifi-header-inner > .brxe-text-basic,
  .rd-hifi-header-inner > :has(.rd-wordmark) {
    grid-column: 2 !important;
    justify-self: center !important;
    min-width: 0 !important;
  }

  .rd-hifi-header-inner .rd-wordmark {
    transform: translateY(2px) !important;
  }

  .rd-hifi-header-inner > .brxe-shortcode,
  .rd-hifi-header-inner > :has(.rd-header-actions),
  .rd-hifi-header-inner > .rd-header-actions {
    grid-column: 3 !important;
    justify-self: end !important;
    width: 76px !important;
    min-width: 76px !important;
    margin: 0 !important;
  }

  .rd-mobile-nav {
    visibility: visible;
    display: block;
    width: 40px;
  }

  .rd-mobile-nav .bricks-mobile-menu-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 !important;
    color: #111;
  }

  .rd-mobile-nav .bricks-mobile-menu-wrapper {
    top: 0 !important;
    width: min(88vw, 360px) !important;
    height: 100dvh !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    color: #111;
    background: #fff !important;
    box-shadow: 18px 0 45px rgba(0, 0, 0, .18);
    z-index: 10002 !important;
  }

  .rd-mobile-nav .bricks-mobile-menu-wrapper::before {
    background: #fff !important;
  }

  .rd-mobile-nav .bricks-mobile-menu-overlay {
    z-index: 10001 !important;
  }

  .rd-mobile-nav .bricks-mobile-menu {
    width: 100% !important;
    margin: 0 !important;
    padding: 72px 18px 40px !important;
  }

  .rd-mobile-nav .bricks-mobile-menu li {
    width: 100% !important;
    margin: 0 !important;
  }

  .rd-mobile-nav .bricks-mobile-menu > li {
    border-bottom: 1px solid #ececec;
  }

  .rd-mobile-nav .bricks-mobile-menu li > a,
  .rd-mobile-nav .bricks-mobile-menu li > .brx-submenu-toggle {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 50px;
    margin: 0 !important;
  }

  .rd-mobile-nav .bricks-mobile-menu li > a,
  .rd-mobile-nav .bricks-mobile-menu .brx-submenu-toggle > a {
    flex: 1 1 auto;
    min-width: 0;
    padding: 13px 4px !important;
    color: #111 !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: .02em;
    text-transform: uppercase;
  }

  .rd-mobile-nav .bricks-mobile-menu .brx-submenu-toggle > button {
    flex: 0 0 46px;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    width: 46px;
    height: 50px;
    padding: 0 4px 0 12px !important;
    color: #111 !important;
  }

  .rd-mobile-nav .bricks-mobile-menu .sub-menu {
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 2px 0 8px 14px !important;
    overflow: visible !important;
    background: #f6f6f3 !important;
    border: 0 !important;
    border-left: 2px solid var(--rd-red) !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .rd-mobile-nav .bricks-mobile-menu .sub-menu .sub-menu {
    padding-left: 12px !important;
    background: #ededE8 !important;
  }

  .rd-mobile-nav .bricks-mobile-menu .sub-menu li > a,
  .rd-mobile-nav .bricks-mobile-menu .sub-menu .brx-submenu-toggle > a {
    min-height: 44px;
    padding-block: 11px !important;
    font-size: 12px;
  }

  .rd-mobile-nav.show-mobile-menu > .bricks-mobile-menu-toggle {
    position: fixed !important;
    top: 16px !important;
    left: min(calc(88vw - 52px), 308px) !important;
    color: #111 !important;
    z-index: 10003 !important;
  }

  .rd-wordmark,
  .rd-wordmark a {
    font-size: clamp(19px, 5.5vw, 23px);
  }

  .rd-header-actions {
    gap: 9px;
    min-width: 76px;
  }

  .rd-header-account,
  .rd-action-label {
    display: none !important;
  }

  .rd-header-action {
    min-width: 27px;
  }

  .rd-header-action .dashicons {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }

  .rd-cart-count {
    top: 1px;
    right: -4px;
  }

  .rd-nav-band {
    display: none !important;
  }

  .rd-search-panel {
    padding-top: 70px;
  }

  .rd-search-panel-inner,
  .rd-search-panel form {
    padding: 38px 24px 26px;
  }

  .rd-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .rd-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .rd-video-grid {
    grid-template-columns: repeat(6, minmax(210px, 66vw));
    gap: 11px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .rd-video-grid::-webkit-scrollbar {
    display: none;
  }

  .rd-video-grid > * {
    scroll-snap-align: start;
  }

  .rd-editorial-banner .rd-hifi-shell {
    grid-template-columns: 1fr 42%;
    min-height: 360px;
    height: 360px;
  }

  .rd-banner-copy {
    padding: 42px;
  }

  .rd-banner-media,
  .rd-banner-media img {
    min-height: 360px;
    max-height: 360px;
  }

  .rd-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rd-service-panel {
    grid-template-columns: 1fr;
  }

  .rd-service-delivery,
  .rd-service-steps,
  .rd-service-tracking {
    grid-column: 1;
  }

  .rd-footer-grid {
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 32px;
  }
}

@media (max-width: 600px) {
  .rd-announcement .rd-ticker-group {
    flex-basis: 690px;
  }

  .rd-hifi-hero-link {
    aspect-ratio: 390 / 462;
  }

  .rd-hifi-hero-image img {
    object-position: center center;
  }

  .rd-hifi-section {
    padding: 30px 14px 34px;
  }

  .rd-video-section {
    padding-top: 28px;
    padding-bottom: 32px;
  }

  .rd-hifi-section-title {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .rd-hifi-view-link {
    margin: 18px 0 0;
  }

  .rd-hifi-view-link a {
    font-size: 9px;
  }

  .rd-showcase-media {
    aspect-ratio: 1 / 1;
  }

  .rd-showcase-title {
    margin-top: 10px;
    font-size: 12px;
  }

  .rd-category-card,
  .rd-category-card > a {
    min-height: 0 !important;
    aspect-ratio: auto;
  }

  .rd-category-title {
    margin: -1px !important;
  }

  .rd-carousel {
    --rd-carousel-items: 2;
    --rd-carousel-gap: 12px;
  }

  .rd-carousel .rd-hifi-section-title {
    margin-bottom: 20px;
  }

  .rd-carousel-arrow {
    top: 41%;
    width: 32px;
    height: 32px;
  }

  .rd-carousel-arrow.is-prev {
    left: -7px;
  }

  .rd-carousel-arrow.is-next {
    right: -7px;
  }

  .rd-carousel-arrow svg {
    width: 17px;
    height: 17px;
  }

  .rd-product-copy {
    padding-top: 10px;
  }

  .rd-product-title {
    min-height: 35px;
    font-size: 11px;
  }

  .rd-product-price {
    font-size: 11px;
  }

  .rd-carousel-view {
    margin-top: 18px;
    font-size: 9px;
  }

  .rd-review-carousel .rd-carousel-arrow {
    top: 50%;
  }

  .rd-video-grid {
    grid-template-columns: repeat(6, minmax(240px, 74vw));
  }

  .rd-editorial-banner {
    padding: 24px 0;
  }

  .rd-editorial-banner .rd-hifi-shell {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    width: calc(100% - 16px);
    min-height: 220px;
    height: 220px;
    border-radius: 28px;
  }

  .rd-banner-copy {
    order: 1;
    padding: 22px 12px 22px 20px;
  }

  .rd-banner-kicker {
    margin-bottom: 9px;
    font-size: 8px;
  }

  .rd-banner-title {
    font-size: 25px;
    line-height: .95;
  }

  .rd-banner-text {
    display: -webkit-box;
    overflow: hidden;
    margin: 12px 0 14px;
    font-size: 10px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .rd-banner-button,
  .rd-banner-button a {
    min-height: 34px;
    padding: 0 12px;
    font-size: 8px;
  }

  .rd-banner-media,
  .rd-banner-media img {
    order: 2;
    min-height: 220px;
    max-height: 220px;
  }

  .rd-art-banner {
    padding: 14px 0;
  }

  .rd-art-banner .rd-art-shell,
  .rd-art-shell > a {
    width: calc(100% - 16px) !important;
    border-radius: 28px;
    aspect-ratio: 1536 / 1112;
  }

  .rd-art-banner.is-delivery .rd-art-shell,
  .rd-art-banner.is-delivery .rd-art-shell > a {
    aspect-ratio: 1536 / 1000;
  }

  .rd-art-media.is-desktop {
    display: none;
  }

  .rd-art-media.is-mobile {
    display: block;
  }

  .rd-hifi-hero-image.is-desktop {
    display: none;
  }

  .rd-hifi-hero-image.is-mobile {
    display: block;
  }

  .rd-art-copy {
    top: 7%;
    bottom: 7%;
    left: 5%;
    width: 53%;
    padding: 6% 4%;
  }

  .rd-art-copy .rd-art-brand {
    margin-bottom: 8px;
    font-size: 7px;
  }

  .rd-art-copy h2 {
    font-size: clamp(22px, 8vw, 35px);
  }

  .rd-art-copy p {
    margin-top: 12px;
    font-size: clamp(10px, 3.2vw, 14px);
  }

  .rd-art-copy small {
    font-size: 7px;
  }

  .rd-benefits {
    padding: 30px 14px 28px;
  }

  .rd-benefits-heading {
    margin-bottom: 20px;
    font-size: 19px;
  }

  .rd-benefits-grid {
    grid-template-columns: 1fr;
  }

  .rd-benefit {
    grid-template-columns: 1fr;
    min-height: 190px;
    padding: 26px 20px;
  }

  .rd-benefit + .rd-benefit {
    border: 0;
  }

  .rd-benefit-icon,
  .rd-benefit-icon .dashicons {
    width: 38px;
    height: 38px;
    font-size: 38px;
  }

  .rd-benefit-title {
    font-size: 14px;
  }

  .rd-benefit-copy {
    font-size: 11px;
  }

  .rd-service-module {
    padding: 0 14px 34px;
  }

  .rd-service-heading {
    margin-bottom: 20px;
    font-size: 19px;
  }

  .rd-service-panel {
    gap: 10px;
    padding: 10px;
    border-radius: 28px;
  }

  .rd-service-delivery {
    grid-template-columns: 74px 1fr;
    min-height: 154px;
    padding: 24px 18px;
    border-radius: 20px;
  }

  .rd-service-van {
    width: 62px;
    height: 62px;
  }

  .rd-service-van .dashicons {
    width: 34px;
    height: 34px;
    font-size: 34px;
  }

  .rd-service-copy h3,
  .rd-service-card h3 {
    font-size: 24px;
  }

  .rd-service-copy p,
  .rd-service-card p {
    margin-top: 9px;
    font-size: 11px;
  }

  .rd-service-steps {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 18px;
  }

  .rd-service-tracking {
    grid-template-columns: 1fr;
    min-height: 270px;
    border-radius: 20px;
  }

  .rd-service-tracking-copy {
    padding: 32px 24px;
  }

  .rd-service-tracking-kicker {
    margin-bottom: 12px;
    font-size: 8px;
  }

  .rd-service-tracking h3 {
    max-width: 230px;
    font-size: 34px;
  }

  .rd-service-tracking p {
    max-width: 235px;
    margin: 13px 0 18px;
    font-size: 10px;
  }

  .rd-service-tracking-visual {
    position: absolute;
    right: -25px;
    bottom: -22px;
    width: 145px;
    height: 145px;
    min-height: 0;
    color: #4a4a4a;
    background: transparent;
    pointer-events: none;
  }

  .rd-service-tracking-visual .dashicons {
    width: 112px;
    height: 112px;
    font-size: 112px;
  }

  .rd-service-card {
    min-height: 170px;
    padding: 28px 24px;
    border-radius: 20px;
  }

  body.tax-product_cat .rd-page-hero {
    min-height: 166px;
    padding: 40px 18px;
  }

  body.tax-product_cat .rd-page-hero .rd-display {
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.15;
  }

  body.tax-product_cat .rd-page-hero .brxe-woocommerce-breadcrumbs {
    margin-top: 10px;
    font-size: 13px;
  }

  body.tax-product_cat .rd-page-hero .navigation {
    flex-wrap: wrap;
  }

  body.tax-product_cat .rd-page-hero .navigation .separator {
    width: 6px;
    height: 6px;
    margin-right: 10px;
    margin-left: 9px;
  }

  body.tax-product_cat .rd-shop-shell {
    padding: 28px 0 68px;
  }

  body.tax-product_cat .rd-shop-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
  }

  body.tax-product_cat .woocommerce-ordering,
  body.tax-product_cat .woocommerce-ordering select {
    width: 100%;
  }

  body.tax-product_cat ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px 10px;
  }

  body.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
    min-height: 42px;
    font-size: 10px;
  }

  body.tax-product_cat ul.products li.product .price {
    font-size: 10px;
  }

  body.tax-product_cat ul.products li.product .button {
    min-height: 38px;
    padding: 0 7px;
    font-size: 8px;
    letter-spacing: .06em;
  }

  .rd-empty-catalog {
    min-height: 320px;
    padding: 34px 24px;
  }

  .rd-empty-catalog h2 {
    font-size: 34px;
  }

  .rd-footer-newsletter {
    padding: 48px 18px 44px;
  }

  .rd-footer-newsletter .rd-newsletter form,
  .rd-footer-newsletter .rd-newsletter-form {
    flex-direction: column;
    gap: 8px;
  }

  .rd-footer-newsletter .rd-newsletter button,
  .rd-footer-newsletter .rd-newsletter-form button {
    width: 100%;
  }

  .rd-footer-main {
    padding: 42px 20px 35px;
  }

  .rd-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 37px 24px;
  }

  .rd-footer-brand {
    grid-column: 1 / -1;
  }

  .rd-footer-bottom .brxe-container {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .rd-announcement .rd-ticker-track {
    width: 100%;
    animation: none !important;
  }

  .rd-announcement .rd-ticker-group {
    flex-basis: 100%;
  }

  .rd-announcement .rd-ticker-group[aria-hidden="true"] {
    display: none;
  }
}

/* Italian returns artwork: full-bleed media plus native editable Bricks copy. */
.rd-art-banner.is-returns .rd-art-shell,
.rd-art-banner.is-returns .rd-art-shell > a {
  isolation: isolate;
  background: #b6b5b2;
}

.rd-art-banner.is-returns .rd-art-media {
  position: absolute;
  inset: 0;
  max-width: none !important;
}

.rd-art-banner.is-returns .rd-art-media img {
  width: 100% !important;
  max-width: none !important;
  object-position: 72% 50%;
}

.rd-art-banner.is-returns .rd-art-copy {
  left: 5.5%;
  width: min(43%, 760px);
  padding: clamp(22px, 2.5vw, 52px);
  background: rgba(242, 241, 237, .86);
  backdrop-filter: blur(2px);
}

.rd-art-banner.is-returns .rd-art-copy h2 {
  font-size: clamp(30px, 3.6vw, 66px);
  line-height: .92;
}

.rd-art-banner.is-returns .rd-art-note {
  margin-top: auto;
  font-weight: 600;
}

@media (max-width: 767px) {
  .rd-art-banner.is-returns .rd-art-media img {
    object-position: 72% 50%;
  }

  .rd-art-banner.is-returns .rd-art-copy {
    top: 7%;
    bottom: 7%;
    left: 5%;
    width: 58%;
    padding: 6% 4%;
    background: rgba(242, 241, 237, .9);
  }

  .rd-art-banner.is-returns .rd-art-copy h2 {
    font-size: clamp(20px, 7.2vw, 32px);
    line-height: .94;
  }
}

/* Reveal desktop variation controls as an upward drawer without changing card or row height. */
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  body.rd-storefront .rd-product-card:has(.rd-card-variations.is-carousel),
  body.woocommerce ul.products li.product:has(> .rd-card-variations.is-archive) {
    position: relative;
    isolation: isolate;
  }

  body.rd-storefront .rd-product-card .rd-card-variations.is-carousel,
  body.woocommerce ul.products li.product > .rd-card-variations.is-archive {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    box-sizing: border-box;
    max-height: none;
    margin: 0;
    padding: 12px;
    overflow: visible;
    background: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: 0 -12px 28px rgba(17, 17, 17, .08);
    opacity: 0;
    transform: translate3d(0, 14px, 0);
    transition: opacity 160ms ease, transform 220ms cubic-bezier(.22, .61, .36, 1);
    pointer-events: none;
  }

  body.rd-storefront .rd-product-card:hover .rd-card-variations.is-carousel,
  body.rd-storefront .rd-product-card:focus-within .rd-card-variations.is-carousel,
  body.woocommerce ul.products li.product:hover > .rd-card-variations.is-archive,
  body.woocommerce ul.products li.product:focus-within > .rd-card-variations.is-archive {
    max-height: none;
    margin-top: 0;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.rd-storefront .rd-product-card .rd-card-variations.is-carousel,
  body.woocommerce ul.products li.product > .rd-card-variations.is-archive {
    transition: none;
  }
}

/* Builder-native global content and single-product redesign */
.rd-announcement .rd-ticker-viewport,
.rd-announcement .rd-ticker-track,
.rd-announcement .rd-ticker-group {
  max-width: none !important;
  margin: 0 !important;
}

.rd-announcement .rd-ticker-viewport,
.rd-announcement .rd-ticker-track {
  padding: 0 !important;
}

.rd-announcement .rd-ticker-item {
  flex: 0 0 auto;
  width: auto;
  margin: 0;
  color: #fff;
  font: inherit;
  letter-spacing: inherit;
  white-space: nowrap;
}

.rd-footer-contact,
.rd-footer-link {
  display: block;
  width: fit-content;
  color: #aaa !important;
  font-size: 12px;
  line-height: 1.5;
}

.rd-footer-contact:hover,
.rd-footer-link:hover,
.rd-footer-contact:focus-visible,
.rd-footer-link:focus-visible {
  color: #fff !important;
}

.rd-footer-brand {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.rd-footer-brand .rd-footer-wordmark {
  margin-bottom: 9px;
}

.rd-footer-brand .rd-footer-copy {
  margin-bottom: 5px;
}

/* Native Bricks brand images and editable Instagram video carousel */
.rd-wordmark-logo,
.rd-wordmark-logo img {
  display: block;
  width: 150px !important;
  max-width: 150px !important;
  height: 72px !important;
  max-height: 72px !important;
  object-fit: contain;
}

.rd-wordmark-logo {
  align-self: center !important;
  justify-self: center !important;
  min-width: 0 !important;
  min-height: 0 !important;
  overflow: hidden;
}

.rd-wordmark-logo img {
  width: 100% !important;
  max-width: 100% !important;
}

.rd-footer-brand .rd-footer-logo,
.rd-footer-brand .rd-footer-logo img {
  display: block;
  width: min(250px, 100%);
  height: auto;
  object-fit: contain;
}

.rd-footer-brand .rd-footer-logo {
  margin-bottom: 9px;
}

.rd-video-carousel-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.rd-video-grid.rd-native-video-carousel-track {
  --rd-video-items: 4;
  --rd-video-gap: 12px;
  display: flex !important;
  flex-flow: row nowrap !important;
  gap: var(--rd-video-gap) !important;
  width: 100%;
  max-width: none !important;
  overflow: visible !important;
  touch-action: pan-y;
  will-change: transform;
}

.rd-video-grid.rd-native-video-carousel-track > * {
  flex: 0 0 calc((100% - (var(--rd-video-items) - 1) * var(--rd-video-gap)) / var(--rd-video-items));
  min-width: 0;
  scroll-snap-align: none;
}

.rd-video-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #111;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .14);
  transform: translateY(-50%);
  cursor: pointer;
}

.rd-video-carousel-arrow:hover,
.rd-video-carousel-arrow:focus-visible {
  color: #fff;
  border-color: #e1251b;
  background: #e1251b;
}

.rd-video-carousel-arrow.is-prev {
  left: 12px;
}

.rd-video-carousel-arrow.is-next {
  right: 12px;
}

.rd-video-carousel-arrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

@media (max-width: 991px) {
  .rd-hifi-header-inner > .rd-wordmark,
  .rd-hifi-header-inner > .brxe-image.rd-wordmark {
    grid-column: 2 !important;
    justify-self: center !important;
    min-width: 0 !important;
  }

  .rd-wordmark-logo,
  .rd-wordmark-logo img {
    width: 96px !important;
    max-width: 96px !important;
    height: 48px !important;
    max-height: 48px !important;
  }

  .rd-hifi-header-inner .rd-wordmark-logo {
    transform: none !important;
  }

  .rd-video-grid.rd-native-video-carousel-track {
    --rd-video-items: 2.35;
    --rd-video-gap: 11px;
  }
}

@media (max-width: 600px) {
  .rd-video-grid.rd-native-video-carousel-track {
    --rd-video-items: 1.28;
  }

  .rd-video-carousel-arrow {
    width: 38px;
    height: 38px;
  }

  .rd-video-carousel-arrow.is-prev {
    left: 8px;
  }

  .rd-video-carousel-arrow.is-next {
    right: 8px;
  }
}

body.bricks-is-builder .rd-video-grid.rd-native-video-carousel-track,
body.brx-body.iframe .rd-video-grid.rd-native-video-carousel-track {
  overflow-x: auto !important;
  transform: none !important;
  will-change: auto;
}

/* Mobile service-card alignment */
.rd-service-steps {
  grid-auto-rows: 1fr;
  align-items: stretch;
}

.rd-service-step {
  width: 100%;
  height: 100%;
  min-height: 116px;
}

.rd-service-step-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5em;
}

/* Product-card variation picker */
.rd-card-variations {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  width: 100%;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition: max-height .3s ease, margin-top .3s ease, opacity .22s ease, transform .3s ease;
  pointer-events: none;
}

.rd-product-card:hover .rd-card-variations,
.rd-product-card:focus-within .rd-card-variations,
body.woocommerce ul.products li.product:hover .rd-card-variations,
body.woocommerce ul.products li.product:focus-within .rd-card-variations {
  max-height: 118px;
  margin-top: 12px;
  overflow: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.rd-product-card:hover,
.rd-product-card:focus-within,
body.woocommerce ul.products li.product:hover,
body.woocommerce ul.products li.product:focus-within {
  z-index: 3;
}

.rd-card-variation-select {
  width: 100%;
  height: 42px;
  margin: 0;
  padding: 0 38px 0 12px;
  color: #111;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  font: inherit;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}

.rd-card-variation-submit.rd-product-atc {
  min-height: 40px;
  margin-top: 0;
}

.rd-card-variation-submit:disabled {
  cursor: not-allowed;
  opacity: .48;
}

@media (hover: none), (max-width: 767px) {
  .rd-card-variations {
    max-height: 118px;
    margin-top: 12px;
    overflow: visible;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}

@media (max-width: 600px) {
  .rd-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .rd-benefit {
    min-height: 220px;
    padding: 22px 12px;
    row-gap: 10px;
  }

  .rd-benefit-copy {
    font-size: 10px;
    line-height: 1.5;
  }

  .rd-service-steps {
    grid-auto-rows: minmax(110px, 1fr);
  }

  .rd-service-step {
    min-height: 110px;
    padding: 16px 8px;
  }
}

.rd-footer-links {
  align-items: flex-start;
  width: 100%;
}

.rd-benefit-icon,
.rd-service-van,
.rd-service-step-icon,
.rd-service-tracking-visual,
.rd-pdp-assurance-icon {
  flex: 0 0 auto;
}

.rd-benefit-icon {
  justify-self: center;
  width: 50px;
  height: 50px;
}

.rd-service-copy > .brxe-text-basic {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.55;
}

.rd-service-step-icon {
  width: 31px;
  height: 31px;
  font-size: 31px;
}

.rd-service-step-label {
  width: auto;
  margin: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-align: inherit;
}

.rd-service-tracking-copy > .brxe-text-basic:not(.rd-service-tracking-kicker) {
  max-width: 500px;
  margin: 18px 0 24px;
  color: #c5c5c5;
  font-size: 13px;
  line-height: 1.55;
}

.rd-service-card {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
}

.rd-service-card > .brxe-text-basic:not(.rd-service-card-link) {
  margin: 14px 0 12px;
  font-size: 14px;
  line-height: 1.55;
}

.rd-service-card-link {
  display: block;
  width: fit-content;
  margin-top: 6px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rd-art-copy > .brxe-text-basic:not(.rd-art-brand):not(.rd-art-note) {
  margin: 18px 0 0;
  font-size: clamp(12px, 1.35vw, 23px);
  font-weight: 700;
  line-height: 1.25;
}

.rd-art-note {
  margin-top: auto;
  font-size: clamp(8px, .75vw, 12px);
}

/* Product detail page */
body.single-product .rd-pdp-shell {
  width: min(1320px, calc(100vw - 48px)) !important;
  max-width: none !important;
  margin-inline: auto;
  padding: 0 !important;
}

.rd-pdp-top {
  padding: 24px 0 18px;
  background: #fff;
  border-bottom: 1px solid #e9e9e6;
}

.rd-pdp-breadcrumbs,
.rd-pdp-breadcrumbs .woocommerce-breadcrumb {
  margin: 0;
  color: #6c6c68;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .04em;
}

.rd-pdp-breadcrumbs a {
  color: #111;
}

.rd-pdp-main {
  padding: 42px 0 86px;
  background: #fff;
}

.rd-pdp-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
  align-items: start;
  gap: clamp(42px, 6vw, 92px);
}

.rd-pdp-media,
.rd-pdp-summary {
  min-width: 0;
}

.rd-pdp-gallery,
.rd-pdp-gallery > .woocommerce-product-gallery,
.rd-pdp-gallery .woocommerce-product-gallery__wrapper {
  width: 100% !important;
  max-width: none !important;
}

.rd-pdp-gallery > .woocommerce-product-gallery {
  display: block !important;
  height: auto !important;
  overflow: visible !important;
  opacity: 1 !important;
}

.rd-pdp-gallery .woocommerce-product-gallery__wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  height: auto !important;
  margin: 0;
  transform: none !important;
}

.rd-pdp-gallery .woocommerce-product-gallery__image {
  display: block !important;
  float: none !important;
  width: 100% !important;
  min-width: 0;
  height: auto !important;
  margin: 0 !important;
  overflow: hidden;
  background: #f5f5f3;
  aspect-ratio: var(--rd-pdp-image-ratio, 1 / 1);
}

.rd-pdp-gallery .woocommerce-product-gallery__image a,
.rd-pdp-gallery .woocommerce-product-gallery__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.rd-pdp-gallery .woocommerce-product-gallery__image img {
  object-fit: var(--rd-product-image-fit, contain);
  transition: transform .45s cubic-bezier(.22, .61, .36, 1);
}

@media (hover: hover) {
  .rd-pdp-gallery .woocommerce-product-gallery__image:hover img {
    transform: scale(1.035);
  }
}

.rd-pdp-gallery .flex-control-nav,
.rd-pdp-gallery .flex-direction-nav {
  display: none !important;
}

.rd-pdp-summary {
  position: sticky;
  top: 28px;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  padding-top: 8px;
}

.rd-pdp-kicker {
  margin: 0 0 14px;
  color: var(--rd-red);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rd-pdp-title {
  margin: 0;
  color: #0a0a0a;
  font-size: clamp(34px, 4.2vw, 62px);
  font-weight: 800;
  line-height: .94;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.rd-pdp-rating {
  margin-top: 17px;
}

.rd-pdp-rating .star-rating {
  color: var(--rd-red);
}

.rd-pdp-price,
.rd-pdp-price .price {
  margin: 18px 0 0;
  color: #111;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.3;
}

.rd-pdp-price del {
  color: #92928d;
  font-weight: 400;
}

.rd-pdp-price ins {
  color: var(--rd-red);
  text-decoration: none;
}

.rd-pdp-short {
  margin-top: 20px;
  color: #585854;
  font-size: 14px;
  line-height: 1.7;
}

.rd-pdp-short p:last-child {
  margin-bottom: 0;
}

.rd-pdp-stock {
  margin-top: 12px;
  color: #2f6c42;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.rd-pdp-cart {
  margin-top: 26px;
  padding: 24px 0;
  border-top: 1px solid #dfdfdc;
  border-bottom: 1px solid #dfdfdc;
}

.rd-pdp-cart form.cart,
.rd-pdp-cart .variations_form,
.rd-pdp-cart .woocommerce-variation-add-to-cart {
  width: 100%;
}

.rd-pdp-cart table.variations {
  width: 100%;
  margin: 0 0 18px;
  border: 0;
}

.rd-pdp-cart table.variations tr,
.rd-pdp-cart table.variations th,
.rd-pdp-cart table.variations td {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  text-align: left;
}

.rd-pdp-cart table.variations label {
  display: block;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rd-pdp-cart table.variations select {
  width: 100%;
  min-height: 50px;
  margin: 0 0 13px;
  padding: 0 44px 0 14px;
  border: 1px solid #cfcfcb;
  border-radius: 0;
  background-color: #fff;
}

.rd-pdp-cart .reset_variations {
  display: inline-block;
  margin: 0 0 8px;
  color: #555;
  font-size: 10px;
  text-decoration: underline;
}

.rd-pdp-cart .quantity {
  display: inline-flex;
  margin: 0 8px 10px 0 !important;
  vertical-align: top;
}

.rd-pdp-cart .quantity input,
.rd-pdp-cart .qty {
  width: 78px;
  min-height: 50px;
  border: 1px solid #111;
  border-radius: 0;
}

.rd-pdp-cart .single_add_to_cart_button {
  min-width: min(270px, calc(100% - 92px));
  min-height: 50px;
  margin: 0 0 10px;
  padding: 0 22px;
  color: #fff !important;
  background: #090909 !important;
  border: 1px solid #090909 !important;
  border-radius: 0 !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.rd-pdp-cart .single_add_to_cart_button:hover,
.rd-pdp-cart .single_add_to_cart_button:focus-visible {
  background: var(--rd-red) !important;
  border-color: var(--rd-red) !important;
}

.rd-pdp-cart .woocommerce-variation-price {
  margin: 0 0 16px;
}

.rd-pdp-assurances {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 18px;
}

.rd-pdp-assurance {
  display: grid !important;
  grid-template-columns: 34px 1fr;
  align-items: start;
  gap: 13px;
  padding: 14px 0;
  border-bottom: 1px solid #e7e7e4;
}

.rd-pdp-assurance-icon {
  width: 28px;
  height: 28px;
  color: var(--rd-red);
  font-size: 25px;
}

.rd-pdp-assurance-body {
  display: flex !important;
  flex-direction: column;
  gap: 4px;
}

.rd-pdp-assurance h3 {
  margin: 0;
  color: #111;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.rd-pdp-assurance .brxe-text-basic {
  margin: 0;
  color: #696964;
  font-size: 11px;
  line-height: 1.5;
}

.rd-pdp-meta {
  margin-top: 20px;
  color: #777;
  font-size: 10px;
  line-height: 1.7;
  text-transform: uppercase;
}

.rd-pdp-meta a {
  color: #111;
}

.rd-pdp-details {
  padding: 74px 0 82px;
  background: #f6f6f3;
}

.rd-pdp-section-title {
  margin: 0 0 34px;
  color: #111;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.rd-pdp-tabs {
  width: 100%;
}

.rd-pdp-tabs .wc-tabs {
  display: flex;
  gap: 28px;
  margin: 0 0 34px !important;
  padding: 0 !important;
  border-bottom: 1px solid #d5d5d1;
}

.rd-pdp-tabs .wc-tabs::before,
.rd-pdp-tabs .wc-tabs::after {
  content: none !important;
}

.rd-pdp-tabs .wc-tabs li {
  margin: 0 !important;
  padding: 0 0 13px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.rd-pdp-tabs .wc-tabs li.active {
  border-bottom: 2px solid #111 !important;
}

.rd-pdp-tabs .wc-tabs li a {
  padding: 0 !important;
  color: #777 !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rd-pdp-tabs .wc-tabs li.active a {
  color: #111 !important;
}

.rd-pdp-tabs .woocommerce-Tabs-panel {
  max-width: 940px;
  margin: 0;
  color: #4f4f4b;
  font-size: 14px;
  line-height: 1.75;
}

.rd-pdp-tabs .woocommerce-Tabs-panel h2 {
  margin: 0 0 18px;
  color: #111;
  font-size: 22px;
  text-transform: uppercase;
}

.rd-pdp-tabs #review_form_wrapper {
  max-width: 760px;
}

.rd-pdp-tabs input,
.rd-pdp-tabs textarea {
  width: 100%;
  border: 1px solid #cfcfcb;
  border-radius: 0;
  background: #fff;
}

.rd-pdp-tabs input {
  min-height: 46px;
}

.rd-pdp-tabs .form-submit input {
  width: auto;
  min-width: 130px;
  color: #fff;
  background: #111;
  border-color: #111;
}

.rd-pdp-related-section {
  padding: 76px 0 110px;
  background: #fff;
}

.rd-pdp-related-section:not(:has(.related.products)) {
  display: none !important;
}

.rd-pdp-related .related.products > h2 {
  margin: 0 0 34px;
  color: #111;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.rd-pdp-related ul.products {
  gap: 42px 18px;
}

.rd-pdp-related ul.products li.product {
  min-width: 0;
  transition: transform .25s ease, box-shadow .25s ease;
}

.rd-pdp-related ul.products li.product img {
  aspect-ratio: var(--rd-card-image-ratio, 1 / 1);
  object-fit: var(--rd-product-image-fit, contain);
  background: #f5f5f3;
}

@media (hover: hover) {
  .rd-pdp-related ul.products li.product:hover {
    box-shadow: 0 18px 42px rgba(17, 17, 17, .07);
    transform: translateY(-4px);
  }
}

@media (max-width: 991px) {
  .rd-pdp-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  .rd-pdp-summary {
    position: static;
  }
}

@media (max-width: 767px) {
  .rd-service-copy > .brxe-text-basic,
  .rd-service-card > .brxe-text-basic:not(.rd-service-card-link) {
    margin-top: 9px;
    font-size: 11px;
  }

  .rd-service-step-icon {
    width: 27px;
    height: 27px;
    font-size: 27px;
  }

  .rd-service-tracking-copy > .brxe-text-basic:not(.rd-service-tracking-kicker) {
    max-width: 235px;
    margin: 13px 0 18px;
    font-size: 10px;
  }

  .rd-art-copy > .brxe-text-basic:not(.rd-art-brand):not(.rd-art-note) {
    margin-top: 12px;
    font-size: clamp(10px, 3.2vw, 14px);
  }

  .rd-art-note {
    font-size: 7px;
  }

  body.single-product .rd-pdp-shell {
    width: calc(100vw - 24px) !important;
  }

  .rd-pdp-top {
    padding: 14px 0 12px;
  }

  .rd-pdp-breadcrumbs,
  .rd-pdp-breadcrumbs .woocommerce-breadcrumb {
    font-size: 9px;
  }

  .rd-pdp-main {
    padding: 0 0 54px;
  }

  .rd-pdp-grid {
    gap: 28px;
  }

  .rd-pdp-media {
    width: calc(100% + 24px);
    margin-left: -12px;
  }

  .rd-pdp-gallery .woocommerce-product-gallery__wrapper {
    display: flex !important;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .rd-pdp-gallery .woocommerce-product-gallery__wrapper::-webkit-scrollbar {
    display: none;
  }

  .rd-pdp-gallery .woocommerce-product-gallery__image {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  .rd-pdp-summary {
    padding: 0;
  }

  .rd-pdp-title {
    font-size: clamp(32px, 11vw, 46px);
  }

  .rd-pdp-price,
  .rd-pdp-price .price {
    font-size: 17px;
  }

  .rd-pdp-short {
    font-size: 13px;
  }

  .rd-pdp-cart .quantity {
    width: 88px;
  }

  .rd-pdp-cart .quantity input,
  .rd-pdp-cart .qty {
    width: 88px;
  }

  .rd-pdp-cart .single_add_to_cart_button {
    min-width: calc(100% - 100px);
  }

  .rd-pdp-details,
  .rd-pdp-related-section {
    padding: 54px 0 66px;
  }

  .rd-pdp-section-title,
  .rd-pdp-related .related.products > h2 {
    margin-bottom: 26px;
    font-size: 33px;
  }

  .rd-pdp-tabs .wc-tabs {
    gap: 22px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .rd-pdp-tabs .wc-tabs::-webkit-scrollbar {
    display: none;
  }

  .rd-pdp-tabs .woocommerce-Tabs-panel {
    font-size: 13px;
  }

  .rd-pdp-related ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px 10px;
  }
}

/* Mainstream Shopify-style product detail refinement */
body.single-product .rd-pdp-shell {
  width: min(1280px, calc(100vw - 64px)) !important;
}

body.single-product .rd-pdp-top {
  padding: 18px 0;
  border-color: #ecece8;
}

body.single-product .rd-pdp-main {
  padding: 34px 0 76px;
}

body.single-product .rd-pdp-grid {
  grid-template-columns: minmax(0, 1.16fr) minmax(400px, .84fr);
  gap: clamp(44px, 5vw, 72px);
}

body.single-product .rd-pdp-gallery .woocommerce-product-gallery__wrapper {
  display: grid !important;
  grid-template-columns: var(--rd-pdp-thumb-width, 104px) minmax(0, 1fr);
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 0;
  aspect-ratio: auto;
}

body.single-product .rd-pdp-gallery .woocommerce-product-gallery__wrapper:has(> .woocommerce-product-gallery__image:nth-child(5)) {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

body.single-product .rd-pdp-gallery .woocommerce-product-gallery__wrapper:has(> .woocommerce-product-gallery__image:nth-child(6)) {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

body.single-product .rd-pdp-gallery .woocommerce-product-gallery__image {
  min-height: 0;
  aspect-ratio: auto;
  border: 1px solid transparent;
  background: #f4f4f1;
}

body.single-product .rd-pdp-gallery .woocommerce-product-gallery__image:first-child {
  grid-column: 2;
  grid-row: 1 / -1;
  aspect-ratio: var(--rd-pdp-image-ratio, 1 / 1);
}

body.single-product .rd-pdp-gallery .woocommerce-product-gallery__image:nth-child(2) { grid-column: 1; grid-row: 1; }
body.single-product .rd-pdp-gallery .woocommerce-product-gallery__image:nth-child(3) { grid-column: 1; grid-row: 2; }
body.single-product .rd-pdp-gallery .woocommerce-product-gallery__image:nth-child(4) { grid-column: 1; grid-row: 3; }
body.single-product .rd-pdp-gallery .woocommerce-product-gallery__image:nth-child(5) { grid-column: 1; grid-row: 4; }
body.single-product .rd-pdp-gallery .woocommerce-product-gallery__image:nth-child(6) { grid-column: 1; grid-row: 5; }
body.single-product .rd-pdp-gallery .woocommerce-product-gallery__image:nth-child(n + 7) { display: none !important; }

body.single-product .rd-pdp-gallery .woocommerce-product-gallery__wrapper:not(:has(> .woocommerce-product-gallery__image:nth-child(2))) {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
}

body.single-product .rd-pdp-gallery .woocommerce-product-gallery__wrapper:not(:has(> .woocommerce-product-gallery__image:nth-child(2))) .woocommerce-product-gallery__image:first-child {
  grid-column: 1;
}

body.single-product .rd-pdp-gallery .woocommerce-product-gallery__image:not(:first-child):hover {
  border-color: #111;
}

body.single-product .rd-pdp-summary {
  top: 24px;
  padding: 4px 0 0;
}

body.single-product .rd-pdp-kicker {
  margin-bottom: 11px;
  font-size: 10px;
}

body.single-product .rd-pdp-title {
  max-width: 590px;
  font-size: clamp(34px, 3.25vw, 48px);
  line-height: 1.02;
  letter-spacing: -.045em;
  text-transform: none;
}

body.single-product .rd-pdp-rating {
  order: 3;
  margin-top: 13px;
}

body.single-product .rd-pdp-price,
body.single-product .rd-pdp-price .price {
  margin-top: 16px;
  font-size: 19px;
  font-weight: 600;
}

body.single-product .rd-pdp-short {
  max-width: 520px;
  margin-top: 17px;
  font-size: 13px;
  line-height: 1.65;
}

body.single-product .rd-pdp-cart {
  margin-top: 23px;
  padding: 22px 0;
}

body.single-product .rd-pdp-cart table.variations label {
  margin-bottom: 9px;
  font-size: 11px;
}

body.single-product .rd-pdp-cart table.variations select {
  min-height: 52px;
  border-color: #bcbcb7;
  font-size: 13px;
}

body.single-product .rd-pdp-cart .quantity,
body.single-product .rd-pdp-cart .quantity input,
body.single-product .rd-pdp-cart .qty,
body.single-product .rd-pdp-cart .single_add_to_cart_button {
  min-height: 52px;
}

body.single-product .rd-pdp-cart .quantity input,
body.single-product .rd-pdp-cart .qty {
  width: 84px;
  font-size: 13px;
}

body.single-product .rd-pdp-cart .single_add_to_cart_button {
  min-width: min(310px, calc(100% - 96px));
  letter-spacing: .12em;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

body.single-product .pr-product-quick-pay {
  display: none !important;
}

body.single-product .rd-pdp-assurances {
  margin-top: 13px;
  border-top: 1px solid #e6e6e2;
}

body.single-product .rd-pdp-assurance {
  grid-template-columns: 30px 1fr;
  gap: 12px;
  padding: 13px 0;
}

body.single-product .rd-pdp-assurance-icon {
  width: 24px;
  height: 24px;
  font-size: 22px;
}

body.single-product .rd-pdp-assurance h3 {
  font-size: 10px;
}

body.single-product .rd-pdp-meta {
  margin-top: 15px;
}

body.single-product .rd-pdp-details {
  padding: 66px 0 78px;
  border-top: 1px solid #e7e7e3;
  background: #f7f7f4;
}

body.single-product .rd-pdp-section-title {
  margin-bottom: 27px;
  font-size: clamp(27px, 2.7vw, 38px);
  line-height: 1;
  letter-spacing: -.04em;
  text-transform: none;
}

body.single-product .rd-pdp-tabs .wc-tabs {
  gap: clamp(22px, 3vw, 42px);
  margin-bottom: 0 !important;
  padding: 0 28px !important;
  background: #fff;
  border: 1px solid #dededa;
  border-bottom-color: #dededa;
}

body.single-product .rd-pdp-tabs .wc-tabs li {
  padding: 18px 0 15px !important;
}

body.single-product .rd-pdp-tabs .woocommerce-Tabs-panel {
  max-width: none;
  min-height: 180px;
  margin: 0 !important;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid #dededa;
  border-top: 0;
  background: #fff;
}

body.single-product .rd-pdp-tabs .woocommerce-Tabs-panel[hidden] {
  display: none !important;
}

body.single-product .rd-pdp-tabs .woocommerce-Tabs-panel h2 {
  font-size: 20px;
  letter-spacing: -.02em;
  text-transform: none;
}

body.single-product .rd-pdp-tabs #reviews {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(420px, 1.3fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
}

body.single-product .rd-pdp-tabs #comments,
body.single-product .rd-pdp-tabs #review_form_wrapper {
  width: 100%;
  max-width: none;
}

body.single-product .rd-pdp-tabs #review_form_wrapper {
  padding: clamp(22px, 3vw, 34px);
  background: #f5f5f2;
}

body.single-product .rd-pdp-tabs #reply-title {
  display: block;
  margin-bottom: 12px;
  color: #111;
  font-size: 18px;
  font-weight: 700;
}

body.single-product .rd-pdp-tabs .comment-form-author,
body.single-product .rd-pdp-tabs .comment-form-email {
  display: inline-block;
  width: calc(50% - 7px);
  vertical-align: top;
}

body.single-product .rd-pdp-tabs .comment-form-author {
  margin-right: 10px;
}

body.single-product .rd-pdp-tabs textarea {
  min-height: 140px;
  resize: vertical;
}

body.single-product .rd-pdp-tabs .comment-form-cookies-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
}

body.single-product .rd-pdp-tabs input[type="checkbox"] {
  width: 18px !important;
  min-height: 18px !important;
  margin: 3px 0 0 !important;
}

body.single-product .rd-pdp-tabs .form-submit input {
  min-width: 150px;
  min-height: 48px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  body.single-product .rd-pdp-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  body.single-product .rd-pdp-summary {
    position: static;
  }
}

@media (max-width: 767px) {
  body.single-product .rd-pdp-shell {
    width: calc(100vw - 28px) !important;
  }

  body.single-product .rd-pdp-top {
    padding: 12px 0;
  }

  body.single-product .rd-pdp-main {
    padding: 0 0 48px;
  }

  body.single-product .rd-pdp-media {
    width: calc(100% + 28px);
    margin-left: -14px;
  }

  body.single-product .rd-pdp-gallery .woocommerce-product-gallery__wrapper,
  body.single-product .rd-pdp-gallery .woocommerce-product-gallery__wrapper:has(> .woocommerce-product-gallery__image:nth-child(5)),
  body.single-product .rd-pdp-gallery .woocommerce-product-gallery__wrapper:has(> .woocommerce-product-gallery__image:nth-child(6)) {
    display: flex !important;
    aspect-ratio: auto;
  }

  body.single-product .rd-pdp-gallery .woocommerce-product-gallery__image,
  body.single-product .rd-pdp-gallery .woocommerce-product-gallery__image:first-child,
  body.single-product .rd-pdp-gallery .woocommerce-product-gallery__image:nth-child(n + 7) {
    display: block !important;
    flex: 0 0 100%;
    aspect-ratio: var(--rd-pdp-image-ratio, 1 / 1);
  }

  body.single-product .rd-pdp-summary {
    padding: 0 2px;
  }

  body.single-product .rd-pdp-kicker {
    margin-bottom: 9px;
    font-size: 9px;
  }

  body.single-product .rd-pdp-title {
    font-size: clamp(30px, 9.5vw, 39px);
    line-height: 1.03;
  }

  body.single-product .rd-pdp-price,
  body.single-product .rd-pdp-price .price {
    font-size: 17px;
  }

  body.single-product .rd-pdp-cart {
    margin-top: 20px;
    padding: 20px 0;
  }

  body.single-product .rd-pdp-cart .quantity,
  body.single-product .rd-pdp-cart .quantity input,
  body.single-product .rd-pdp-cart .qty {
    width: 78px;
  }

  body.single-product .rd-pdp-cart .single_add_to_cart_button {
    min-width: calc(100% - 90px);
  }

  body.single-product .rd-pdp-details {
    padding: 46px 0 56px;
  }

  body.single-product .rd-pdp-section-title {
    margin-bottom: 22px;
    font-size: 28px;
  }

  body.single-product .rd-pdp-tabs .wc-tabs {
    gap: 20px;
    padding: 0 18px !important;
  }

  body.single-product .rd-pdp-tabs .wc-tabs li {
    padding: 15px 0 12px !important;
  }

  body.single-product .rd-pdp-tabs .woocommerce-Tabs-panel {
    min-height: 0;
    padding: 24px 18px;
  }

  body.single-product .rd-pdp-tabs #reviews {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  body.single-product .rd-pdp-tabs #review_form_wrapper {
    padding: 20px 16px;
  }

  body.single-product .rd-pdp-tabs .comment-form-author,
  body.single-product .rd-pdp-tabs .comment-form-email {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}

/* Interactive product gallery */
body.single-product .rd-pdp-gallery .woocommerce-product-gallery.rd-gallery-enhanced {
  position: relative;
  display: block !important;
  aspect-ratio: auto;
  height: auto !important;
  overflow: hidden !important;
}

body.single-product .rd-gallery-enhanced > .woocommerce-product-gallery__wrapper,
body.single-product .rd-gallery-enhanced > .flex-viewport {
  display: block !important;
  width: calc(100% - var(--rd-pdp-thumb-width, 104px)) !important;
  min-width: 0 !important;
  height: auto !important;
  aspect-ratio: var(--rd-pdp-image-ratio, 1 / 1);
  margin: 0 0 0 var(--rd-pdp-thumb-width, 104px) !important;
  overflow: hidden !important;
}

body.single-product .rd-gallery-enhanced > .flex-viewport {
  position: relative !important;
  z-index: 1;
}

body.single-product .rd-gallery-enhanced > .flex-viewport > .woocommerce-product-gallery__wrapper {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  aspect-ratio: inherit;
  margin: 0 !important;
  overflow: hidden !important;
  transform: none !important;
}

body.single-product .rd-gallery-enhanced > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image,
body.single-product .rd-gallery-enhanced > .flex-viewport > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
  display: none !important;
}

body.single-product .rd-gallery-enhanced > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child,
body.single-product .rd-gallery-enhanced > .flex-viewport > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child {
  display: block !important;
  float: none !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: var(--rd-pdp-image-ratio, 1 / 1);
  margin: 0 !important;
  border: 0;
}

body.single-product .rd-gallery-enhanced > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child a,
body.single-product .rd-gallery-enhanced > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child img,
body.single-product .rd-gallery-enhanced > .flex-viewport > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child a,
body.single-product .rd-gallery-enhanced > .flex-viewport > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child img {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

body.single-product .rd-gallery-enhanced > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child a,
body.single-product .rd-gallery-enhanced > .flex-viewport > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child a {
  cursor: zoom-in;
}

body.single-product .rd-gallery-enhanced > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child img,
body.single-product .rd-gallery-enhanced > .flex-viewport > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child img {
  object-fit: var(--rd-product-image-fit, contain);
  transition: opacity .18s ease, transform .45s cubic-bezier(.22, .61, .36, 1);
}

body.single-product .rd-gallery-enhanced > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child img.is-switching,
body.single-product .rd-gallery-enhanced > .flex-viewport > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child img.is-switching {
  opacity: .28;
}

body.single-product .rd-gallery-enhanced .zoomImg,
body.single-product .rd-gallery-enhanced .woocommerce-product-gallery__trigger {
  display: none !important;
  pointer-events: none !important;
}

.rd-gallery-thumb-rail {
  position: absolute;
  z-index: 5;
  inset: 0 auto 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  min-height: 0;
  width: var(--rd-pdp-thumb-width, 104px);
  height: 100%;
  padding-right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #b8b8b3 transparent;
  pointer-events: auto;
  background: #fff;
}

.rd-gallery-thumb {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: #f4f4f1;
  border: 1px solid transparent;
  border-radius: 0;
  transition: border-color .18s ease, opacity .18s ease;
}

.rd-gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: var(--rd-product-image-fit, contain);
}

.rd-gallery-thumb:hover,
.rd-gallery-thumb:focus-visible,
.rd-gallery-thumb.is-active {
  border-color: #111;
  outline: 0;
}

.rd-gallery-thumb:not(.is-active) {
  opacity: .72;
}

.rd-gallery-mobile-meta {
  display: none;
}

.rd-gallery-lightbox[hidden] {
  display: none !important;
}

.rd-gallery-lightbox {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 72px;
  grid-template-rows: minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 42px;
  color: #fff;
  background: rgba(5, 5, 5, .96);
}

html.rd-lightbox-open,
html.rd-lightbox-open body {
  overflow: hidden !important;
}

.rd-gallery-lightbox-image {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 84px);
  object-fit: contain;
}

.rd-gallery-lightbox-close,
.rd-gallery-lightbox-arrow {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  color: #fff;
  cursor: pointer;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 0;
  font-family: Arial, sans-serif !important;
  font-size: 34px;
  line-height: 1;
}

.rd-gallery-lightbox-close {
  position: absolute;
  top: 24px;
  right: 24px;
}

.rd-gallery-lightbox-arrow.is-prev {
  grid-column: 1;
}

.rd-gallery-lightbox-arrow.is-next {
  grid-column: 3;
}

.rd-gallery-lightbox-counter {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

/* The store owner's existing PayPal quick-pay button: product page only. */
body.single-product .pr-product-quick-pay {
  display: block !important;
  margin-top: 14px !important;
  padding: 14px !important;
  border: 1px solid #dededa !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.single-product .pr-product-quick-pay-title {
  margin-bottom: 9px !important;
  font-size: 11px !important;
  letter-spacing: .04em;
}

body.single-product .pr-product-quick-pay-button {
  min-height: 50px !important;
  border-radius: 0 !important;
  font-size: 13px !important;
}

body.single-product .pr-product-quick-pay-note {
  margin-top: 8px !important;
  font-size: 10px !important;
}

/* Shopify-style cart */
body.woocommerce-cart .rd-cart-hero {
  padding: 54px 0 46px;
  background: #f6f6f3;
  border-bottom: 1px solid #e5e5e1;
}

body.woocommerce-cart .rd-cart-shell {
  width: min(1280px, calc(100vw - 64px)) !important;
  max-width: none !important;
  margin-inline: auto;
  padding: 0 !important;
}

body.woocommerce-cart .rd-cart-title {
  margin: 0;
  font-size: clamp(48px, 5.5vw, 76px);
  font-weight: 800;
  line-height: .92;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

body.woocommerce-cart .rd-cart-intro {
  margin: 13px 0 0;
  color: #64645f;
  font-size: 14px;
}

body.woocommerce-cart .rd-cart-main {
  padding: 56px 0 92px;
  background: #fff;
}

body.woocommerce-cart .rd-cart-woocommerce,
body.woocommerce-cart .rd-cart-woocommerce > .woocommerce {
  width: 100%;
}

body.woocommerce-cart .rd-cart-woocommerce > .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, .55fr);
  align-items: start;
  gap: 34px 42px;
}

body.woocommerce-cart .rd-cart-woocommerce .woocommerce-notices-wrapper,
body.woocommerce-cart .rd-cart-woocommerce > .woocommerce > .woocommerce-message,
body.woocommerce-cart .rd-cart-woocommerce > .woocommerce > .woocommerce-error,
body.woocommerce-cart .rd-cart-woocommerce > .woocommerce > .woocommerce-info {
  grid-column: 1 / -1;
  margin: 0;
}

body.woocommerce-cart .rd-cart-woocommerce .woocommerce-message {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 15px 18px 15px 48px;
  border: 1px solid #dfe8df;
  border-top: 1px solid #dfe8df;
  background: #f6faf6;
}

body.woocommerce-cart .rd-cart-woocommerce .woocommerce-message .button {
  order: 2;
  margin-left: auto;
}

body.woocommerce-cart .woocommerce-cart-form {
  grid-column: 1;
  width: 100%;
  min-width: 0;
}

body.woocommerce-cart table.shop_table.cart {
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: separate;
}

body.woocommerce-cart table.shop_table.cart thead {
  display: none;
}

body.woocommerce-cart table.shop_table.cart tbody {
  display: block;
}

body.woocommerce-cart table.shop_table.cart tr.cart_item {
  display: grid;
  grid-template-columns: 28px 112px minmax(150px, 1fr) 88px 138px 88px;
  align-items: center;
  gap: 18px;
  margin-bottom: 12px;
  padding: 18px;
  border: 1px solid #e2e2de;
  background: #fff;
}

body.woocommerce-cart table.shop_table.cart tr.cart_item td {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 0;
  border: 0;
  text-align: left;
}

body.woocommerce-cart table.shop_table.cart td::before {
  content: none !important;
}

body.woocommerce-cart table.shop_table.cart .product-remove a.remove {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: #111 !important;
  border: 1px solid #cfcfca;
  border-radius: 50%;
  font-size: 18px;
  text-decoration: none;
}

body.woocommerce-cart table.shop_table.cart .product-remove a.remove:hover {
  color: #fff !important;
  background: var(--rd-red);
  border-color: var(--rd-red);
}

body.woocommerce-cart table.shop_table.cart .product-thumbnail img {
  display: block;
  width: 112px;
  height: 112px;
  margin: 0;
  object-fit: contain;
  background: #f4f4f1;
}

body.woocommerce-cart table.shop_table.cart .product-name {
  flex-direction: column;
  align-items: flex-start !important;
  gap: 7px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

body.woocommerce-cart table.shop_table.cart .product-name a {
  color: #111;
  text-decoration: none;
}

body.woocommerce-cart table.shop_table.cart .product-price,
body.woocommerce-cart table.shop_table.cart .product-subtotal {
  font-size: 13px;
  font-weight: 650;
}

body.woocommerce-cart table.shop_table.cart .quantity {
  display: grid;
  grid-template-columns: 34px 52px 34px;
  width: 120px;
  min-height: 44px;
  margin: 0 !important;
  border: 1px solid #d2d2cd;
}

body.woocommerce-cart table.shop_table.cart .quantity button,
body.woocommerce-cart table.shop_table.cart .quantity input {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 42px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  text-align: center;
}

body.woocommerce-cart table.shop_table.cart td.actions {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 16px 0 0 !important;
  border: 0;
}

body.woocommerce-cart table.shop_table.cart td.actions .coupon {
  display: grid;
  grid-template-columns: minmax(150px, 220px) auto;
  gap: 8px;
}

body.woocommerce-cart table.shop_table.cart td.actions .coupon input {
  width: 100% !important;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #cacac5;
  border-radius: 0;
}

body.woocommerce-cart table.shop_table.cart td.actions button,
body.woocommerce-cart table.shop_table.cart td.actions .button {
  min-height: 48px;
  padding: 0 22px;
  color: #fff !important;
  background: #111 !important;
  border: 1px solid #111 !important;
  border-radius: 0 !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.woocommerce-cart .cart-collaterals {
  grid-column: 2;
  grid-row: 2 / span 2;
  width: 100% !important;
  margin: 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
  position: sticky;
  top: 24px;
  float: none !important;
  width: 100% !important;
  padding: 28px;
  border: 1px solid #dededa;
  background: #f7f7f4;
}

body.woocommerce-cart .cart_totals h2 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -.035em;
  text-transform: none;
}

body.woocommerce-cart .cart_totals table.shop_table {
  margin: 0;
  border: 0;
}

body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
  padding: 15px 0;
  border: 0;
  border-top: 1px solid #ddddda;
  font-size: 13px;
  vertical-align: top;
}

body.woocommerce-cart .cart_totals table.shop_table th {
  width: 36%;
  font-weight: 700;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
  padding-top: 18px;
  font-size: 16px;
}

body.woocommerce-cart .wc-proceed-to-checkout {
  padding: 18px 0 0;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 54px;
  margin: 0;
  padding: 0 18px;
  color: #fff !important;
  background: #111 !important;
  border: 1px solid #111 !important;
  border-radius: 0 !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:focus-visible {
  background: var(--rd-red) !important;
  border-color: var(--rd-red) !important;
}

body.woocommerce-cart .rd-cart-trust {
  padding: 30px 0;
  color: #fff;
  background: #111;
}

body.woocommerce-cart .rd-cart-trust-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #303030;
}

body.woocommerce-cart .rd-cart-trust-item {
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 94px;
  padding: 20px;
  background: #111;
}

body.woocommerce-cart .rd-cart-trust-icon {
  width: 24px;
  height: 24px;
  color: var(--rd-red);
  font-size: 22px;
}

body.woocommerce-cart .rd-cart-trust-copy {
  display: flex !important;
  flex-direction: column;
  gap: 5px;
}

body.woocommerce-cart .rd-cart-trust-copy h3 {
  margin: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

body.woocommerce-cart .rd-cart-trust-copy .brxe-text-basic {
  color: #aaa;
  font-size: 11px;
  line-height: 1.45;
}

body.woocommerce-cart .rd-cart-recommendations {
  padding: 66px 0 92px;
  background: #fff;
}

body.woocommerce-cart .rd-cart-recommendations .rd-carousel {
  padding: 0;
}

@media (max-width: 991px) {
  body.woocommerce-cart .rd-cart-woocommerce > .woocommerce {
    grid-template-columns: minmax(0, 1fr);
  }

  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals {
    grid-column: 1;
  }

  body.woocommerce-cart .cart-collaterals {
    grid-row: auto;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals {
    position: static;
  }
}

@media (max-width: 767px) {
  body.single-product .rd-pdp-gallery .woocommerce-product-gallery.rd-gallery-enhanced {
    display: block !important;
    aspect-ratio: auto;
    overflow: visible !important;
  }

  body.single-product .rd-gallery-enhanced > .flex-viewport {
    position: static !important;
    z-index: auto;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto;
    margin: 0 !important;
    overflow: visible !important;
  }

  body.single-product .rd-gallery-enhanced > .woocommerce-product-gallery__wrapper,
  body.single-product .rd-gallery-enhanced > .flex-viewport > .woocommerce-product-gallery__wrapper {
    display: flex !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto;
    margin: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    transform: none !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  body.single-product .rd-gallery-enhanced > .woocommerce-product-gallery__wrapper::-webkit-scrollbar,
  body.single-product .rd-gallery-enhanced > .flex-viewport > .woocommerce-product-gallery__wrapper::-webkit-scrollbar {
    display: none;
  }

  body.single-product .rd-gallery-enhanced > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image,
  body.single-product .rd-gallery-enhanced > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child,
  body.single-product .rd-gallery-enhanced > .flex-viewport > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image,
  body.single-product .rd-gallery-enhanced > .flex-viewport > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child {
    display: block !important;
    float: none !important;
    flex: 0 0 100%;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: var(--rd-pdp-image-ratio, 1 / 1);
    scroll-snap-align: start;
  }

  body.single-product .rd-gallery-enhanced > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image a,
  body.single-product .rd-gallery-enhanced > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image img,
  body.single-product .rd-gallery-enhanced > .flex-viewport > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image a,
  body.single-product .rd-gallery-enhanced > .flex-viewport > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image img {
    width: 100% !important;
    height: 100% !important;
  }

  .rd-gallery-mobile-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 14px 8px;
    background: #fff;
  }

  .rd-gallery-counter {
    color: #111;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .08em;
  }

  .rd-gallery-dots {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .rd-gallery-dot {
    width: 7px;
    height: 7px;
    padding: 0;
    background: #c7c7c3;
    border: 0;
    border-radius: 50%;
  }

  .rd-gallery-dot.is-active {
    background: #111;
  }

  .rd-gallery-thumb-rail {
    position: static;
    inset: auto;
    display: flex;
    flex-direction: row;
    gap: 7px;
    width: 100%;
    height: auto;
    padding: 0 14px 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    background: #fff;
  }

  .rd-gallery-thumb-rail::-webkit-scrollbar {
    display: none;
  }

  .rd-gallery-thumb {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
  }

  .rd-gallery-lightbox {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 4px;
    padding: 58px 8px 48px;
  }

  .rd-gallery-lightbox-image {
    max-height: calc(100vh - 106px);
  }

  .rd-gallery-lightbox-close {
    top: 10px;
    right: 10px;
  }

  .rd-gallery-lightbox-close,
  .rd-gallery-lightbox-arrow {
    width: 40px;
    height: 40px;
    font-size: 29px;
  }

  body.single-product .pr-product-quick-pay {
    padding: 12px !important;
  }

  body.woocommerce-cart .rd-cart-hero {
    padding: 32px 0 28px;
  }

  body.woocommerce-cart .rd-cart-shell {
    width: calc(100vw - 28px) !important;
  }

  body.woocommerce-cart .rd-cart-title {
    font-size: 44px;
  }

  body.woocommerce-cart .rd-cart-intro {
    margin-top: 9px;
    font-size: 12px;
  }

  body.woocommerce-cart .rd-cart-main {
    padding: 30px 0 54px;
  }

  body.woocommerce-cart .rd-cart-woocommerce > .woocommerce {
    gap: 24px;
  }

  body.woocommerce-cart .rd-cart-woocommerce .woocommerce-message {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
    font-size: 12px;
  }

  body.woocommerce-cart .rd-cart-woocommerce .woocommerce-message::before {
    content: none;
  }

  body.woocommerce-cart .rd-cart-woocommerce .woocommerce-message .button {
    order: 0;
    margin: 0;
  }

  body.woocommerce-cart table.shop_table.cart tr.cart_item {
    grid-template-columns: 25px 96px minmax(0, 1fr);
    grid-template-rows: auto auto auto auto;
    gap: 8px 12px;
    padding: 12px;
  }

  body.woocommerce-cart table.shop_table.cart tr.cart_item td {
    display: flex !important;
    padding: 0 !important;
    text-align: left !important;
  }

  body.woocommerce-cart table.shop_table.cart .product-remove {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }

  body.woocommerce-cart table.shop_table.cart .product-thumbnail {
    grid-column: 2;
    grid-row: 1 / span 4;
    align-self: start;
  }

  body.woocommerce-cart table.shop_table.cart .product-thumbnail img {
    width: 96px;
    height: 96px;
  }

  body.woocommerce-cart table.shop_table.cart .product-name {
    grid-column: 3;
    grid-row: 1;
    align-self: start;
    font-size: 13px;
  }

  body.woocommerce-cart table.shop_table.cart .product-price {
    grid-column: 3;
    grid-row: 2;
  }

  body.woocommerce-cart table.shop_table.cart .product-quantity {
    grid-column: 3;
    grid-row: 3;
  }

  body.woocommerce-cart table.shop_table.cart .product-subtotal {
    grid-column: 3;
    grid-row: 4;
    font-size: 14px;
  }

  body.woocommerce-cart table.shop_table.cart .quantity {
    grid-template-columns: 30px 42px 30px;
    width: 102px;
    min-height: 40px;
  }

  body.woocommerce-cart table.shop_table.cart .quantity button,
  body.woocommerce-cart table.shop_table.cart .quantity input {
    min-height: 38px;
  }

  body.woocommerce-cart table.shop_table.cart td.actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
    padding-top: 10px !important;
  }

  body.woocommerce-cart table.shop_table.cart td.actions .coupon {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  body.woocommerce-cart table.shop_table.cart td.actions .coupon button {
    padding-inline: 14px;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 22px 18px;
  }

  body.woocommerce-cart .rd-cart-trust {
    padding: 0;
  }

  body.woocommerce-cart .rd-cart-trust-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.woocommerce-cart .rd-cart-trust-item {
    min-height: 0;
    padding: 17px 14px;
  }

  body.woocommerce-cart .rd-cart-recommendations {
    padding: 48px 0 60px;
  }
}

/* Product gallery/button alignment follow-up. Keep the pre-enhancement desktop
   gallery to one image so Bricks/WooCommerce cannot flash a second legacy rail. */
@media (min-width: 768px) {
  body.single-product .rd-pdp-gallery .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child) {
    display: none !important;
  }

  body.single-product .rd-pdp-gallery .woocommerce-product-gallery > .flex-control-nav,
  body.single-product .rd-pdp-gallery .woocommerce-product-gallery > .flex-direction-nav,
  body.single-product .rd-pdp-gallery .woocommerce-product-gallery > ol.flex-control-thumbs {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }
}

@media (max-width: 767px) {
  body.single-product .rd-pdp-cart form.cart,
  body.single-product .rd-pdp-cart .woocommerce-variation-add-to-cart {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
    width: 100% !important;
  }

  body.single-product .rd-pdp-cart form.cart > .quantity,
  body.single-product .rd-pdp-cart .woocommerce-variation-add-to-cart > .quantity {
    grid-column: 1;
    justify-self: start;
    margin: 0 0 0 12px !important;
  }

  body.single-product .rd-pdp-cart form.cart > .single_add_to_cart_button,
  body.single-product .rd-pdp-cart .woocommerce-variation-add-to-cart > .single_add_to_cart_button {
    grid-column: 1;
    width: calc(100% - 24px) !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 12px !important;
  }

  body.single-product .rd-pdp-cart form.cart > .pr-product-quick-pay {
    grid-column: 1;
    width: 100% !important;
    margin-top: 4px !important;
  }
}

/* Wishlist and quick-view product-card actions */
.rd-card-actions {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 8;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rd-card-action {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #111;
  background: rgba(255, 255, 255, .96);
  border: 1px solid #dedede;
  border-radius: 50%;
  box-shadow: 0 5px 18px rgba(17, 17, 17, .08);
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.rd-card-action:hover,
.rd-card-action:focus-visible,
.rd-card-action.is-active {
  color: #fff;
  border-color: #e1251b;
  background: #e1251b;
  transform: translateY(-1px);
}

.rd-card-action svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rd-wishlist-toggle.is-active svg {
  fill: currentColor;
}

body.woocommerce ul.products li.product {
  position: relative;
}

.rd-quick-view[hidden] {
  display: none !important;
}

.rd-quick-view {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: grid;
  place-items: center;
  padding: 24px;
}

.rd-quick-view-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .68);
  backdrop-filter: blur(4px);
}

.rd-quick-view-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  background: #fff;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .3);
}

.rd-quick-view-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #111;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.rd-quick-view-product {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  min-height: 520px;
}

.rd-quick-view-media {
  display: grid;
  place-items: center;
  min-width: 0;
  background: #f5f5f3;
}

.rd-quick-view-media img {
  display: block;
  width: 100%;
  aspect-ratio: var(--rd-card-image-ratio, 1 / 1);
  object-fit: var(--rd-product-image-fit, contain);
}

.rd-quick-view-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 64px 48px 44px;
}

.rd-quick-view-kicker {
  margin-bottom: 12px;
  color: #e1251b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rd-quick-view-copy h2 {
  margin: 0;
  color: #111;
  font-size: clamp(28px, 4vw, 48px);
  line-height: .98;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.rd-quick-view-price {
  margin-top: 18px;
  font-size: 16px;
}

.rd-quick-view-description {
  margin: 18px 0 8px;
  color: #666;
  font-size: 13px;
  line-height: 1.55;
}

.rd-quick-view-copy .rd-card-variations {
  max-height: none;
  margin-top: 18px;
  overflow: visible;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.rd-quick-view-details {
  width: fit-content;
  margin-top: 18px;
  color: #111;
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rd-quick-view-loading,
.rd-quick-view-error {
  display: grid;
  place-items: center;
  min-height: 360px;
  margin: 0;
  padding: 40px;
  color: #555;
  text-align: center;
}

body.rd-quick-view-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .rd-card-actions {
    top: 8px;
    right: 8px;
    gap: 6px;
  }

  .rd-card-action {
    width: 34px;
    height: 34px;
  }

  .rd-card-action svg {
    width: 16px;
    height: 16px;
  }

  .rd-quick-view {
    align-items: end;
    padding: 0;
  }

  .rd-quick-view-dialog {
    width: 100%;
    max-height: 92vh;
  }

  .rd-quick-view-product {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .rd-quick-view-media img {
    max-height: 42vh;
  }

  .rd-quick-view-copy {
    padding: 30px 20px 28px;
  }

  .rd-quick-view-copy h2 {
    padding-right: 36px;
    font-size: 27px;
  }
}

/* Keep every storefront product card moving upward on pointer hover. */
@media (hover: hover) and (pointer: fine) {
  body.rd-storefront .rd-product-card,
  body.woocommerce ul.products li.product {
    transition: transform 180ms cubic-bezier(.22, .61, .36, 1), box-shadow 180ms ease;
    will-change: transform;
  }

  body.rd-storefront .rd-product-card:hover,
  body.woocommerce ul.products li.product:hover {
    z-index: 3;
    box-shadow: 0 18px 42px rgba(17, 17, 17, .08);
    transform: translate3d(0, -4px, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.rd-storefront .rd-product-card,
  body.woocommerce ul.products li.product {
    transition: none;
    will-change: auto;
  }

  body.rd-storefront .rd-product-card:hover,
  body.woocommerce ul.products li.product:hover {
    transform: none;
  }
}
