/** Shopify CDN: Minification failed

Line 16:0 All "@import" rules must come first

**/

/* drsq-mobile-track-containment-all: horizontal homepage rails must stay self-contained on mobile. */
.drsq-home-tabs__track,
.drsq-rail__track,
.drsq-scent__track,
.drsq-nation__track,
.drsq-difference-reviews__track {
  contain: layout paint;
}

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Manrope:wght@400;500;700;800&display=swap');

:root {
  --drsq-green-950: #1f3521;
  --drsq-green-900: #244126;
  --drsq-green-850: #2d4c31;
  --drsq-green-800: #395a3b;
  --drsq-green-700: #4e7351;
  --drsq-cream-50: #fcfbf7;
  --drsq-cream-100: #f5efe3;
  --drsq-cream-150: #eee3d0;
  --drsq-cream-200: #e5d6bf;
  --drsq-gold: #d5b26d;
  --drsq-orange: #cc6328;
  --drsq-orange-dark: #ad4f1d;
  --drsq-red: #c6564c;
  --drsq-line: rgba(31, 53, 33, 0.12);
  --drsq-shadow: 0 18px 40px rgba(31, 53, 33, 0.1);
  --drsq-radius-xl: 28px;
  --drsq-radius-lg: 18px;
  --drsq-radius-md: 12px;
  --drsq-max: 1320px;
}

.drsq-site {
  background: var(--drsq-cream-50);
  color: var(--drsq-green-950);
  font-family: "Manrope", sans-serif;
}

.drsq-site h1,
.drsq-site h2,
.drsq-site h3,
.drsq-site h4,
.drsq-site .drsq-display {
  margin: 0;
  font-family: "Archivo Black", sans-serif;
  letter-spacing: -0.03em;
  line-height: 0.96;
  text-transform: uppercase;
}

.drsq-shell {
  width: min(calc(100% - 32px), var(--drsq-max));
  margin: 0 auto;
}

/* drsq-mobile-track-containment: keep horizontal rails self-contained on mobile so they do not expand the document width. */
.drsq-home-tabs__track,
.drsq-rail__track,
.drsq-scent__track,
.drsq-nation__track {
  contain: layout paint;
}



.drsq-section {
  position: relative;
}

.drsq-button,
.drsq-button:visited,
.drsq-btn,
.drsq-btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: var(--drsq-orange);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.drsq-button:hover,
.drsq-button:focus-visible,
.drsq-btn:hover,
.drsq-btn:focus-visible {
  background: var(--drsq-orange-dark);
  color: #fff;
  transform: translateY(-1px);
}

.drsq-button--secondary,
.drsq-button--secondary:visited,
.drsq-btn--ghost,
.drsq-btn--ghost:visited {
  background: transparent;
  color: var(--drsq-green-950);
  border-color: rgba(31, 53, 33, 0.2);
}

.drsq-button--secondary:hover,
.drsq-button--secondary:focus-visible,
.drsq-btn--ghost:hover,
.drsq-btn--ghost:focus-visible {
  background: var(--drsq-green-950);
  border-color: var(--drsq-green-950);
  color: #fff;
}

.drsq-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--drsq-green-700);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.drsq-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--drsq-gold);
}

.drsq-stack {
  display: grid;
  gap: 14px;
}

.drsq-pill-list,
.drsq-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.drsq-pill,
.drsq-pill:visited,
.drsq-chip,
.drsq-chip:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(31, 53, 33, 0.16);
  border-radius: 999px;
  background: #fff;
  color: var(--drsq-green-950);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.drsq-pill:hover,
.drsq-pill:focus-visible,
.drsq-chip:hover,
.drsq-chip:focus-visible,
.drsq-pill.is-active,
.drsq-chip.is-active {
  background: var(--drsq-green-950);
  border-color: var(--drsq-green-950);
  color: #fff;
}

.drsq-panel {
  background: #fff;
  border: 1px solid var(--drsq-line);
  border-radius: var(--drsq-radius-lg);
  box-shadow: var(--drsq-shadow);
}

.drsq-media-frame {
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  background: linear-gradient(180deg, #efe4d0 0%, #dbc4a0 100%);
}

.drsq-media-frame picture {
  display: block;
  width: 100%;
  height: 100%;
}

.drsq-media-frame img,
.drsq-media-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drsq-desktop-only {
  display: none !important;
}

.drsq-mobile-only {
  display: block !important;
}

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

.drsq-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--drsq-green-950);
  color: #fff;
}

.drsq-header__promo {
  background: var(--drsq-gold);
  color: #1a110c;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.drsq-header__promo .drsq-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  gap: 12px;
}

.drsq-header__promo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(26, 17, 12, 0.12);
  font-size: 0.7rem;
  font-weight: 900;
}

.drsq-header__bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.drsq-header__row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 72px;
}

.drsq-header__toggle,
.drsq-rail__arrow,
.drsq-gallery__thumb,
.drsq-sort-select,
.drsq-filter-chip,
.drsq-product-card__atc,
.drsq-option-button,
.drsq-purchase-card,
.drsq-qty button {
  appearance: none;
  cursor: pointer;
}

.drsq-header__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: transparent;
  color: #fff;
}

.drsq-header__brand,
.drsq-header__brand:visited {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-family: "Archivo Black", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
  text-transform: uppercase;
}

.drsq-header__brand img {
  display: block;
  max-width: 168px;
  width: 100%;
  height: auto;
}

.drsq-nav {
  display: none;
}

.drsq-nav__list,
.drsq-mega__list,
.drsq-drawer__list,
.drsq-drawer__sublist,
.drsq-drawer__subsublist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drsq-nav__list {
  display: flex;
  align-items: center;
  gap: 28px;
}

.drsq-nav__item {
  position: relative;
}

.drsq-nav__link,
.drsq-nav__link:visited {
  display: inline-flex;
  align-items: center;
  min-height: 72px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.drsq-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  border-bottom: 2px solid #fff;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}

.drsq-nav__item:hover > .drsq-nav__link::after,
.drsq-nav__item:focus-within > .drsq-nav__link::after,
.drsq-nav__item.is-open > .drsq-nav__link::after {
  transform: scaleX(1);
}

.drsq-mega {
  position: absolute;
  left: -24px;
  top: calc(100% - 10px);
  min-width: 980px;
  padding: 26px;
  border-radius: 0 0 18px 18px;
  background: var(--drsq-green-900);
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.22);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.drsq-nav__item:hover > .drsq-mega,
.drsq-nav__item:focus-within > .drsq-mega,
.drsq-nav__item.is-open > .drsq-mega {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.drsq-mega__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.drsq-mega__group-title,
.drsq-mega__group-title:visited {
  display: inline-flex;
  margin-bottom: 10px;
  color: #fff;
  font-family: "Archivo Black", sans-serif;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.drsq-mega__list a,
.drsq-mega__list a:visited {
  display: block;
  padding: 6px 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.drsq-header__actions {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 12px;
}

.drsq-cart-link,
.drsq-cart-link:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 800;
}

.drsq-drawer {
  display: none;
  padding: 0 0 20px;
}

.drsq-header.is-open .drsq-drawer {
  display: block;
}

.drsq-drawer__list > li {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.drsq-drawer summary,
.drsq-drawer a,
.drsq-drawer a:visited {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  color: #fff;
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

.drsq-drawer summary {
  list-style: none;
}

.drsq-drawer summary::-webkit-details-marker {
  display: none;
}

.drsq-drawer__sublist,
.drsq-drawer__subsublist {
  padding-bottom: 14px;
  padding-left: 14px;
}

.drsq-home-hero {
  padding: 0;
  background: #fff;
}

.drsq-home-hero .drsq-shell {
  width: 100%;
  max-width: none;
}

.drsq-home-hero__frame {
  position: relative;
  min-height: clamp(25rem, 40vw, 37.5rem);
  overflow: hidden;
  border-radius: 0;
  background: #1d2018;
}

.drsq-home-hero__media,
.drsq-home-hero__media .drsq-media-frame {
  position: absolute;
  inset: 0;
  height: 100%;
  border-radius: 0;
}

.drsq-home-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 17, 13, 0.74) 0%, rgba(15, 17, 13, 0.4) 30%, rgba(15, 17, 13, 0.14) 62%, rgba(15, 17, 13, 0.05) 100%);
}

.drsq-home-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  width: min(100%, 22.5rem);
  min-height: clamp(25rem, 40vw, 37.5rem);
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1.5rem, 4vw, 3rem);
  margin-left: clamp(0.75rem, 2.1vw, 2.25rem);
  color: #fff;
}

.drsq-home-hero__brand {
  display: block;
  width: auto;
  max-width: 8.75rem;
  max-height: 2rem;
  height: auto;
  margin-bottom: 0.45rem;
}

.drsq-home-hero__brand--external {
  filter: none;
}

.drsq-home-hero__content h1 {
  max-width: 15rem;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.95rem, 2.5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.9;
  text-wrap: pretty;
  word-break: normal;
  overflow-wrap: normal;
}

.drsq-home-hero__content p {
  max-width: 17.5rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.42;
}

.drsq-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.drsq-home-hero__actions .drsq-button,
.drsq-home-hero__actions .drsq-button:visited {
  min-height: 36px;
  padding: 0 16px;
  border-color: #f4d285;
  background: #f4d285;
  color: #1a110c;
  font-size: 0.82rem;
}

.drsq-home-hero__actions .drsq-button:hover,
.drsq-home-hero__actions .drsq-button:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #1a110c;
  transform: none;
}

.drsq-home-hero__media .drsq-media-frame img,
.drsq-home-hero__media .drsq-media-frame video {
  object-position: 64% center;
}

.drsq-home-block {
  padding: 52px 0;
}

.drsq-home-block__header {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
  text-align: center;
}

.drsq-home-block__header h2 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
}

.drsq-home-block__header p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(31, 53, 33, 0.76);
  line-height: 1.6;
}

.drsq-home-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
}

.drsq-tab-button {
  min-height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: #e9e0cf;
  color: var(--drsq-green-950);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.drsq-tab-button.is-active {
  background: var(--drsq-green-950);
  color: #fff;
}

.drsq-home-tabs .drsq-home-block__header {
  gap: 0;
  margin-bottom: 14px;
}

.drsq-home-tabs .drsq-kicker,
.drsq-home-tabs .drsq-home-block__header p {
  display: none;
}

.drsq-home-tabs .drsq-home-block__header h2 {
  font-size: clamp(3rem, 6vw, 4.35rem);
  letter-spacing: -0.05em;
  line-height: 0.92;
}

.drsq-home-tabs .drsq-shell {
  width: min(calc(100% - 40px), 1472px);
}

.drsq-home-tabs__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.55vw, 24px);
  flex-wrap: wrap;
  text-transform: uppercase;
}

.drsq-home-tabs__title-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78em;
  line-height: 1;
  transform: translateY(-0.02em);
}

.drsq-home-tabs .drsq-home-tabs__nav {
  flex-wrap: nowrap;
  justify-content: center;
  gap: clamp(20px, 2.75vw, 42px);
  margin-bottom: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

.drsq-home-tabs .drsq-home-tabs__nav::-webkit-scrollbar {
  display: none;
}

.drsq-home-tabs .drsq-tab-button {
  position: relative;
  flex: 0 0 auto;
  min-height: 0;
  padding: 10px 0 14px;
  border-radius: 0;
  background: transparent;
  color: rgba(31, 53, 33, 0.72);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.drsq-home-tabs .drsq-tab-button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease, color 160ms ease;
}

.drsq-home-tabs .drsq-tab-button:hover,
.drsq-home-tabs .drsq-tab-button:focus-visible {
  color: var(--drsq-green-950);
}

.drsq-home-tabs .drsq-tab-button.is-active {
  background: transparent;
  color: var(--drsq-green-950);
}

.drsq-home-tabs .drsq-tab-button.is-active::after {
  transform: scaleX(1);
}

.drsq-home-tabs__toolbar {
  display: none;
  justify-content: flex-end;
  margin-bottom: 0;
}

.drsq-home-tabs__spacer {
  display: none;
}

.drsq-home-tabs__rail {
  width: min(100%, 1344px);
  margin: 0 auto;
}

.drsq-home-tabs__track {
  grid-auto-columns: clamp(300px, 20.75vw, 321px);
  gap: 20px;
}

.drsq-tab-panel {
  display: none;
}

.drsq-tab-panel.is-active {
  display: block;
}

.drsq-tab-panel__copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.drsq-tab-panel__copy h3 {
  font-size: 1.5rem;
}

.drsq-tab-panel__copy p {
  margin: 0;
  color: rgba(31, 53, 33, 0.72);
}

.drsq-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.drsq-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(31, 53, 33, 0.14);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.drsq-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(31, 53, 33, 0.1);
}

.drsq-product-card__media-link {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f0eee6;
}

.drsq-product-card__media-layer {
  position: absolute;
  inset: 0;
}

.drsq-product-card__media-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 160ms ease, transform 220ms ease;
}

.drsq-product-card__media-layer--secondary {
  opacity: 0;
}

.drsq-product-card:hover .drsq-product-card__media-layer--primary img {
  transform: scale(1.03);
}

.drsq-product-card:hover .drsq-product-card__media-layer--secondary {
  opacity: 1;
}

.drsq-product-card__badge {
  position: absolute;
  left: 0;
  top: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 12px;
  background: var(--drsq-green-700);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.drsq-product-card__body {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.drsq-product-card__type {
  color: rgba(31, 53, 33, 0.72);
  font-size: 0.76rem;
  line-height: 1.3;
}

.drsq-product-card__title,
.drsq-product-card__title:visited {
  color: var(--drsq-green-950);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.drsq-product-card__price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.96rem;
  font-weight: 800;
}

.drsq-product-card__compare {
  color: rgba(31, 53, 33, 0.48);
  text-decoration: line-through;
}

.drsq-product-card__save {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 6px;
  border-radius: 4px;
  background: var(--drsq-red);
  color: #fff;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.drsq-product-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 18px;
}

.drsq-stars {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--drsq-orange);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.drsq-product-card__description {
  min-height: 32px;
  margin: 0;
  color: rgba(31, 53, 33, 0.72);
  font-size: 0.74rem;
  line-height: 1.45;
}

.drsq-product-card__options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.drsq-card__option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid rgba(31, 53, 33, 0.12);
  border-radius: 999px;
  background: var(--drsq-cream-50);
  color: var(--drsq-green-950);
  font-size: 0.68rem;
  font-weight: 700;
}

.drsq-card__option--swatch {
  min-width: 24px;
  padding: 0;
}

.drsq-card__option--swatch::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid rgba(31, 53, 33, 0.12);
  border-radius: 999px;
  background: var(--swatch-color, #d9c7a5);
}

.drsq-product-card__actions {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.drsq-product-card__atc {
  width: 100%;
  min-height: 40px;
  border: 0;
  border-radius: 6px;
  background: var(--drsq-orange);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.drsq-product-card__atc:hover,
.drsq-product-card__atc:focus-visible {
  background: var(--drsq-orange-dark);
}

.drsq-product-card__atc[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.drsq-product-card--home-tabs {
  border-color: rgba(31, 53, 33, 0.1);
  border-radius: 8px;
  box-shadow: none;
}

.drsq-product-card--home-tabs:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(31, 53, 33, 0.08);
}

.drsq-product-card--home-tabs .drsq-product-card__media-link {
  aspect-ratio: 1 / 1;
  background: #f5efe3;
}

.drsq-product-card--home-tabs .drsq-product-card__media-layer img {
  object-fit: contain;
  padding: 8px 6px 2px;
  transform: scale(1.12);
  transform-origin: center 56%;
}

.drsq-product-card--home-tabs:hover .drsq-product-card__media-layer--primary img {
  transform: scale(1.16);
}

.drsq-product-card--home-tabs .drsq-product-card__badge {
  top: 10px;
  min-height: 22px;
  padding: 0 10px;
  border-radius: 0 4px 4px 0;
  font-size: 0.6rem;
}

.drsq-product-card--home-tabs .drsq-product-card__body {
  gap: 8px;
  padding: 14px 14px 16px;
}

.drsq-product-card--home-tabs .drsq-product-card__type {
  color: rgba(31, 53, 33, 0.66);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.2;
}

.drsq-product-card--home-tabs .drsq-product-card__title,
.drsq-product-card--home-tabs .drsq-product-card__title:visited {
  display: -webkit-box;
  min-height: 2.4em;
  overflow: hidden;
  font-size: 1.06rem;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.drsq-product-card--home-tabs .drsq-product-card__price {
  gap: 6px;
  font-size: 1rem;
}

.drsq-product-card--home-tabs .drsq-product-card__meta {
  min-height: 0;
}

.drsq-product-card--home-tabs .drsq-stars {
  gap: 4px;
  font-size: 0.68rem;
  letter-spacing: 0;
}

.drsq-product-card--home-tabs .drsq-stars span {
  color: rgba(31, 53, 33, 0.72);
}

.drsq-product-card--home-tabs .drsq-product-card__description {
  display: -webkit-box;
  min-height: 3em;
  overflow: hidden;
  color: rgba(31, 53, 33, 0.66);
  font-size: 0.75rem;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.drsq-product-card--home-tabs .drsq-product-card__actions {
  margin-top: 2px;
}

.drsq-product-card--home-tabs .drsq-product-card__atc {
  min-height: 40px;
  border-radius: 4px;
  font-size: 0.84rem;
}

.drsq-rail {
  position: relative;
}

.drsq-rail__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.drsq-rail__arrows {
  display: flex;
  gap: 10px;
}

.drsq-rail__arrow {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(31, 53, 33, 0.14);
  border-radius: 999px;
  background: #fff;
  color: var(--drsq-green-950);
  font-size: 1.25rem;
}

.drsq-rail__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 1fr);
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 4px;
}

.drsq-rail__track::-webkit-scrollbar {
  display: none;
}

.drsq-rail__track > * {
  scroll-snap-align: start;
}

.drsq-starter {
  padding: 0;
  background: #fafafa;
}

.drsq-starter__banner {
  position: relative;
  min-height: 37.5rem;
  overflow: hidden;
  border-radius: 0;
  background: var(--drsq-green-900);
}

.drsq-starter__media,
.drsq-starter__media .drsq-media-frame {
  position: absolute;
  inset: 0;
  height: 100%;
  border-radius: 0;
}

.drsq-starter__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(70, 104, 71, 0.2), rgba(31, 53, 33, 0.08) 34%, rgba(18, 28, 20, 0.42) 100%),
    linear-gradient(180deg, rgba(17, 26, 18, 0.12), rgba(17, 26, 18, 0.34));
}

.drsq-starter__media .drsq-media-frame img,
.drsq-starter__media .drsq-media-frame video {
  object-position: center center;
}

.drsq-starter__content-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 37.5rem;
  padding: 1.5rem;
}

.drsq-starter__content {
  display: grid;
  gap: 1rem;
  justify-items: center;
  width: min(100%, 22.5rem);
  padding: 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

.drsq-starter__eyebrow {
  margin: 0;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.2;
}

.drsq-starter__content h2 {
  margin: 0;
  font-size: clamp(3rem, 5.8vw, 4.75rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.drsq-starter__body {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  line-height: 1.45;
}

.drsq-starter__content .drsq-button,
.drsq-starter__content .drsq-button:visited {
  min-height: 2.75rem;
  padding: 0 1.5rem;
  margin-top: 0.25rem;
  border-radius: 0.375rem;
  font-size: 0.95rem;
  transform: none;
}

.drsq-starter__content .drsq-button:hover,
.drsq-starter__content .drsq-button:focus-visible {
  transform: none;
}

.drsq-scent {
  padding: 70px 0 88px;
  background: #fff;
  overflow: hidden;
}

.drsq-scent .drsq-shell {
  width: min(calc(100% - 48px), 1344px);
}

.drsq-scent .drsq-kicker {
  margin-bottom: 12px;
  color: rgba(31, 53, 33, 0.68);
  letter-spacing: 0.12em;
}

.drsq-scent .drsq-kicker::before {
  display: none;
}

.drsq-scent__header {
  max-width: 520px;
  margin: 0 auto 22px;
  text-align: center;
}

.drsq-scent__header h2 {
  font-size: clamp(2.7rem, 4.1vw, 3rem);
  line-height: 1.04;
}

.drsq-scent__header p {
  max-width: 410px;
  margin: 10px auto 0;
  color: rgba(31, 53, 33, 0.72);
  font-size: 1.03rem;
  line-height: 1.4;
}

.drsq-scent__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 18px;
}

.drsq-scent__tabs .drsq-tab-button {
  position: relative;
  min-height: 0;
  padding: 0 0 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(31, 53, 33, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.drsq-scent__tabs .drsq-tab-button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease, color 160ms ease;
}

.drsq-scent__tabs .drsq-tab-button:hover,
.drsq-scent__tabs .drsq-tab-button:focus-visible {
  color: var(--drsq-green-950);
}

.drsq-scent__tabs .drsq-tab-button.is-active {
  background: transparent;
  color: var(--drsq-green-950);
}

.drsq-scent__tabs .drsq-tab-button.is-active::after {
  transform: scaleX(1);
}

.drsq-scent__panel {
  display: none;
}

.drsq-scent__panel.is-active {
  display: block;
}

.drsq-scent__stage {
  position: relative;
  padding-top: 18px;
  border-top: 1px solid rgba(31, 53, 33, 0.14);
}

.drsq-scent__rail {
  position: relative;
}

.drsq-scent__track {
  display: flex;
  align-items: stretch;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 0 132px 12px 0;
}

.drsq-scent__track::-webkit-scrollbar {
  display: none;
}

.drsq-scent__track > * {
  scroll-snap-align: start;
}

.drsq-scent__intro-card,
.drsq-scent__poster-card {
  position: relative;
  flex: 0 0 auto;
  display: block;
  overflow: hidden;
  border-radius: 22px;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(31, 53, 33, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.drsq-scent__intro-card:hover,
.drsq-scent__intro-card:focus-visible,
.drsq-scent__poster-card:hover,
.drsq-scent__poster-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(31, 53, 33, 0.12);
}

.drsq-scent__intro-card {
  width: clamp(352px, 28vw, 400px);
  aspect-ratio: 2 / 3;
  background: var(--drsq-green-900);
}

.drsq-scent__poster-card {
  width: clamp(352px, 28vw, 400px);
  aspect-ratio: 2 / 3;
  background: #24261f;
}

.drsq-scent__intro-media,
.drsq-scent__poster-media {
  position: absolute;
  inset: 0;
  height: 100%;
  border-radius: inherit;
}

.drsq-scent__intro-card::after,
.drsq-scent__poster-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.drsq-scent__intro-card::after {
  background: linear-gradient(180deg, rgba(18, 28, 16, 0.02) 0%, rgba(18, 28, 16, 0.08) 56%, rgba(18, 28, 16, 0.22) 100%);
}

.drsq-scent__poster-card::after {
  background: linear-gradient(180deg, rgba(18, 28, 16, 0) 58%, rgba(18, 28, 16, 0.34) 100%);
}

.drsq-scent__intro-copy {
  position: absolute;
  z-index: 1;
  top: 48%;
  right: 30px;
  left: 30px;
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
  color: #fff;
}

.drsq-scent__intro-copy h3 {
  max-width: 280px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.2rem, 2.5vw, 2.42rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.94;
  white-space: nowrap;
}

.drsq-scent__intro-copy p {
  margin: 0;
  max-width: 340px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
}

.drsq-scent__intro-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 206px;
  min-height: 36px;
  padding: 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 10px;
  color: #fff;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.drsq-scent__intro-card:hover .drsq-scent__intro-button,
.drsq-scent__intro-card:focus-visible .drsq-scent__intro-button {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.drsq-scent__poster-button {
  position: absolute;
  z-index: 1;
  bottom: 24px;
  left: 50%;
  min-height: 36px;
  padding: 0 22px;
  border-radius: 10px;
  background: #ece9df;
  color: var(--drsq-green-950);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 36px;
  transform: translateX(-50%);
  pointer-events: none;
  white-space: nowrap;
}

.drsq-scent__arrow {
  position: absolute;
  top: 58%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(31, 53, 33, 0.14);
  border-radius: 999px;
  background: #fff;
  color: var(--drsq-green-950);
  box-shadow: 0 8px 18px rgba(31, 53, 33, 0.08);
  transform: translateY(-50%);
  transition: transform 160ms ease, opacity 160ms ease;
}

.drsq-scent__arrow:hover,
.drsq-scent__arrow:focus-visible {
  transform: translateY(-50%) scale(1.03);
}

.drsq-scent__arrow[disabled] {
  opacity: 0.38;
  cursor: default;
}

.drsq-scent__arrow[disabled]:hover,
.drsq-scent__arrow[disabled]:focus-visible {
  transform: translateY(-50%);
}

.drsq-scent__arrow span {
  font-size: 1.16rem;
  line-height: 1;
}

.drsq-scent__arrow--left {
  left: 60px;
  border-color: transparent;
  background: rgba(214, 223, 207, 0.92);
  color: rgba(22, 49, 38, 0.88);
  box-shadow: none;
  backdrop-filter: blur(2px);
}

.drsq-scent__arrow--left[disabled] {
  opacity: 0.35;
}

.drsq-scent__arrow--right {
  right: -12px;
}

.drsq-scent__progress {
  position: relative;
  max-width: 1180px;
  height: 2px;
  margin: 20px auto 0;
  background: rgba(31, 53, 33, 0.14);
}

.drsq-scent__progress-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-width: 18%;
  background: rgba(31, 53, 33, 0.42);
}

.drsq-scent__footer {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.drsq-scent__footer .drsq-button,
.drsq-scent__footer .drsq-button:visited {
  min-height: 36px;
  padding: 0 28px;
  border-radius: 8px;
  font-size: 0.86rem;
}

.drsq-trust {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #dcc0a3;
}

.drsq-trust::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='240' viewBox='0 0 1600 240' fill='none'%3E%3Cpath d='M-48 22C123-3 271-4 432 20C601 45 729 49 886 24C1048-2 1189-2 1357 22C1477 39 1584 44 1648 41' stroke='%23c29f7d' stroke-width='2' stroke-linecap='round' stroke-opacity='.48'/%3E%3Cpath d='M-28 78C124 55 274 55 419 77C555 97 688 102 836 79C995 54 1142 54 1292 79C1432 103 1541 109 1644 102' stroke='%23c29f7d' stroke-width='2' stroke-linecap='round' stroke-opacity='.42'/%3E%3Cpath d='M-42 142C86 123 216 123 341 142C497 166 650 169 803 145C968 118 1127 117 1288 142C1434 165 1548 170 1640 166' stroke='%23c29f7d' stroke-width='2' stroke-linecap='round' stroke-opacity='.42'/%3E%3Cpath d='M-34 205C97 183 233 183 367 206C520 232 672 233 825 208C988 182 1148 181 1312 206C1461 229 1565 229 1644 224' stroke='%23c29f7d' stroke-width='2' stroke-linecap='round' stroke-opacity='.5'/%3E%3Cpath d='M250 0C285 19 286 44 256 67C226 92 227 116 261 141C294 165 296 191 264 218' stroke='%23c29f7d' stroke-width='2' stroke-linecap='round' stroke-opacity='.22'/%3E%3Cpath d='M1120 0C1086 21 1088 47 1118 70C1148 93 1150 119 1117 146C1084 173 1083 199 1115 226' stroke='%23c29f7d' stroke-width='2' stroke-linecap='round' stroke-opacity='.22'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 1600px 240px;
  opacity: 0.95;
  pointer-events: none;
}

.drsq-trust .drsq-shell {
  width: 100%;
  max-width: none;
}

.drsq-trust__panel {
  position: relative;
  z-index: 1;
  padding: 26px 18px 30px;
  background: transparent;
}

.drsq-trust__cards {
  display: grid;
  gap: 12px;
}

.drsq-trust-card {
  display: grid;
  align-content: start;
  justify-items: center;
  min-height: 188px;
  gap: 12px;
  padding: 28px 20px 24px;
  text-align: center;
  border-radius: 20px;
  background: rgba(241, 229, 213, 0.95);
  border: 1px solid rgba(143, 115, 83, 0.12);
  box-shadow: none;
}

.drsq-trust-card__icon {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: var(--drsq-green-950);
}

.drsq-trust-card__icon svg {
  width: 100%;
  height: 100%;
}

.drsq-trust-card h3 {
  font-family: "Manrope", sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.02;
  text-transform: uppercase;
}

.drsq-trust-card p {
  margin: 0;
  max-width: 33ch;
  color: rgba(31, 53, 33, 0.88);
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.42;
}

.drsq-proof {
  padding: 24px 0 32px;
  background: #ebdac9;
}

.drsq-proof__shell {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.drsq-proof__header {
  text-align: center;
}

.drsq-proof__header h2 {
  margin: 0;
  color: #2c412c;
  font-size: clamp(2rem, 9vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.92;
  text-transform: uppercase;
}

.drsq-proof__header p {
  max-width: 44rem;
  margin: 0.5rem auto 0;
  color: #1a110c;
  font-size: 1rem;
  line-height: 1.55;
}

.drsq-proof__grid {
  display: grid;
  gap: 24px 18px;
}

.drsq-proof__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 0 12px;
  text-align: center;
}

.drsq-proof__icon-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 64px;
}

.drsq-proof__icon {
  display: block;
  width: auto;
  max-width: 100%;
  height: 64px;
  object-fit: contain;
}

.drsq-proof__icon-fallback {
  display: block;
  width: 52px;
  height: 52px;
  border: 2px solid rgba(31, 53, 33, 0.2);
  border-radius: 999px;
}

.drsq-proof__item h3 {
  margin: 0;
  color: #1f3521;
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.05;
  text-transform: uppercase;
}

.drsq-proof__item p {
  max-width: 34ch;
  margin: 0;
  color: #1a110c;
  font-size: 1rem;
  line-height: 1.58;
}

.drsq-proof__footer {
  display: flex;
  justify-content: center;
}

.drsq-proof__button,
.drsq-proof__button:visited {
  min-height: 38px;
  padding: 0 24px;
  border-radius: 6px;
  font-size: 0.88rem;
  transform: none;
}

.drsq-proof__button:hover,
.drsq-proof__button:focus-visible {
  transform: none;
}

.drsq-nation {
  padding: 24px 0 40px;
  background: #fff;
  overflow: hidden;
}

.drsq-nation__shell {
  width: min(calc(100% - 20px), 1580px);
  margin: 0 auto;
}

.drsq-nation__header {
  margin-bottom: 20px;
  text-align: center;
}

.drsq-nation__header h2 {
  margin: 0;
  color: #1f3521;
  font-size: clamp(2.35rem, 5.3vw, 5rem);
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.drsq-nation__header p {
  max-width: 430px;
  margin: 8px auto 0;
  color: rgba(31, 53, 33, 0.72);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
}

.drsq-nation__track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 0 8px;
  scroll-snap-type: x proximity;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.drsq-nation__track::-webkit-scrollbar {
  display: none;
}

.drsq-nation__item {
  flex: 0 0 min(72vw, 292px);
  scroll-snap-align: start;
}

.drsq-nation__card {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.drsq-nation__media {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #efe7da;
  aspect-ratio: 9 / 16;
  transition: transform 160ms ease, filter 160ms ease;
}

.drsq-nation__card:hover .drsq-nation__media,
.drsq-nation__card:focus-visible .drsq-nation__media {
  transform: translateY(-2px);
  filter: saturate(1.02);
}

.drsq-nation__preview-video,
.drsq-nation__poster {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drsq-nation__preview-video {
  background: #e8e1d8;
}

.drsq-nation__poster {
  transition: opacity 180ms ease;
}

.drsq-nation__poster.is-cover {
  pointer-events: none;
}

.drsq-nation__media.is-ready .drsq-nation__poster.is-cover {
  opacity: 0;
}

.drsq-nation__media.is-fallback .drsq-nation__poster.is-cover {
  opacity: 1;
}

.drsq-nation__thumb-border {
  position: absolute;
  inset: 0;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #e5e5e5;
  pointer-events: none;
}

.drsq-nation__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.drsq-nation__play svg {
  width: clamp(3.8rem, 10vw, 5.55rem);
  height: auto;
  transition: transform 180ms ease;
}

.drsq-nation__card:hover .drsq-nation__play svg,
.drsq-nation__card:focus-visible .drsq-nation__play svg {
  transform: scale(1.04);
}

.drsq-nation__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 28px;
  color: var(--drsq-green-950);
  text-align: center;
}

.drsq-story-modal[hidden] {
  display: none;
}

.drsq-story-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 18px 14px;
}

.drsq-story-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(12, 17, 13, 0.78);
}

.drsq-story-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
}

.drsq-story-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(12, 17, 13, 0.7);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
}

.drsq-story-modal__frame {
  overflow: hidden;
  border-radius: 18px;
  background: #111;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.34);
  aspect-ratio: 9 / 16;
}

.drsq-story-modal__video,
.drsq-story-modal__image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 36px);
  object-fit: cover;
  background: #111;
}

.drsq-story-modal__video.is-hidden,
.drsq-story-modal__image.is-hidden {
  display: none;
}

body.drsq-story-modal-open {
  overflow: hidden;
}

.drsq-help {
  padding: 0;
  background: #fff;
}

.drsq-help .drsq-shell {
  width: 100%;
  max-width: none;
}

.drsq-help__banner {
  position: relative;
  min-height: clamp(30rem, 40vw, 36rem);
  overflow: hidden;
  background: #777;
}

.drsq-help__banner-media,
.drsq-help__banner-media .drsq-media-frame {
  position: absolute;
  inset: 0;
  height: 100%;
  border-radius: 0;
}

.drsq-help__banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(31, 53, 33, 0.24);
}

.drsq-help__banner-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 10px;
  min-height: inherit;
  max-width: 470px;
  margin: 0 auto;
  padding: 64px 24px;
  text-align: center;
  color: #fff;
}

.drsq-help__banner-content h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.drsq-help__banner-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.drsq-difference-reviews {
  padding: 34px 0 64px;
  background: #fff;
  overflow: hidden;
}

.drsq-difference-reviews .drsq-shell {
  width: min(calc(100% - 36px), 1100px);
}

.drsq-difference-reviews__header {
  display: grid;
  justify-items: center;
  gap: 2px;
  max-width: 1100px;
  margin: 0 auto 28px;
  text-align: center;
}

.drsq-difference-reviews__heading-number,
.drsq-difference-reviews__heading-text {
  margin: 0;
  color: #263d1c;
}

.drsq-difference-reviews__heading-number {
  font-size: clamp(2.2rem, 5vw, 3.45rem);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.drsq-difference-reviews__heading-text {
  font-size: clamp(2.55rem, 6vw, 4.1rem);
  letter-spacing: -0.05em;
  line-height: 0.94;
}

.drsq-difference-reviews__rail {
  position: relative;
}

.drsq-difference-reviews__track {
  --drsq-difference-gap: clamp(14px, 3vw, 38px);
  grid-auto-columns: minmax(min(84vw, 320px), 1fr);
  gap: var(--drsq-difference-gap);
  padding: 0 0 6px;
}

.drsq-difference-reviews__card {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 12px;
  padding: 0 4px;
  text-align: center;
}

.drsq-difference-reviews__stars {
  display: inline-flex;
  justify-content: center;
  gap: 4px;
  color: #df7a28;
  font-size: 0.96rem;
  line-height: 1;
}

.drsq-difference-reviews__stars .is-dim {
  opacity: 0.24;
}

.drsq-difference-reviews__card h3 {
  margin: 0;
  color: #1f3521;
  font-family: "Manrope", sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.18;
  text-transform: none;
}

.drsq-difference-reviews__quote {
  max-width: 25ch;
  color: #1f3521;
  font-size: 0.98rem;
  line-height: 1.58;
}

.drsq-difference-reviews__quote p {
  margin: 0;
}

.drsq-difference-reviews__author {
  margin: 2px 0 0;
  color: #1f3521;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
}

.drsq-difference-reviews__arrow {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(31, 53, 33, 0.14);
  border-radius: 999px;
  background: #fff;
  color: #1f3521;
  box-shadow: 0 10px 24px rgba(31, 53, 33, 0.12);
  transform: translateY(-50%);
  transition: opacity 160ms ease, transform 160ms ease, background 160ms ease;
}

.drsq-difference-reviews__arrow:hover,
.drsq-difference-reviews__arrow:focus-visible {
  background: #f7f3eb;
}

.drsq-difference-reviews__arrow[disabled] {
  opacity: 0;
  pointer-events: none;
}

.drsq-difference-reviews__arrow--left {
  left: -28px;
}

.drsq-difference-reviews__arrow--right {
  right: -28px;
}

.drsq-difference-reviews__arrow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1;
}

.drsq-difference-reviews__progress {
  position: relative;
  width: min(100%, 1036px);
  height: 4px;
  margin: 32px auto 0;
  border-radius: 999px;
  background: rgba(31, 53, 33, 0.16);
}

.drsq-difference-reviews__progress-thumb {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 18%;
  border-radius: inherit;
  background: rgba(31, 53, 33, 0.4);
}

.drsq-collection-top {
  padding: 22px 0 0;
  background: #fff;
}

.drsq-collection-top__inner {
  display: grid;
  gap: 18px;
}

.drsq-collection-top__heading h1 {
  font-size: clamp(2.2rem, 5vw, 3.2rem);
}

.drsq-collection-top__heading p {
  max-width: 780px;
  margin: 8px 0 0;
  color: rgba(31, 53, 33, 0.74);
  line-height: 1.6;
}

.drsq-collection-top__shortcuts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.drsq-collection-top__shortcut,
.drsq-collection-top__shortcut:visited {
  display: grid;
  place-items: center;
  min-height: 88px;
  padding: 12px;
  border: 1px solid rgba(31, 53, 33, 0.12);
  border-radius: 8px;
  background: #faf8f4;
  color: var(--drsq-green-950);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.drsq-collection-promo {
  padding: 20px 0 16px;
  background: #fff;
}

.drsq-collection-promo__banner {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  border-radius: 12px;
  background: var(--drsq-green-900);
}

.drsq-collection-promo__media,
.drsq-collection-promo__media .drsq-media-frame {
  position: absolute;
  inset: 0;
  height: 100%;
  border-radius: 0;
}

.drsq-collection-promo__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(31, 53, 33, 0.78) 0%, rgba(31, 53, 33, 0.3) 56%, rgba(31, 53, 33, 0.16) 100%);
}

.drsq-collection-promo__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  max-width: 360px;
  padding: 28px 24px;
  color: #fff;
}

.drsq-collection-promo__content h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.drsq-collection-promo__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.55;
}

.drsq-collection-grid {
  padding: 4px 0 48px;
  background: #fff;
}

.drsq-collection-grid__toolbar {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.drsq-collection-grid__topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.drsq-collection-grid__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.drsq-filter-chip,
.drsq-filter-chip:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(31, 53, 33, 0.16);
  border-radius: 6px;
  background: transparent;
  color: var(--drsq-green-950);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.drsq-filter-chip.is-active {
  background: var(--drsq-green-950);
  border-color: var(--drsq-green-950);
  color: #fff;
}

.drsq-sort-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.drsq-sort-select {
  min-height: 38px;
  padding: 0 34px 0 12px;
  border: 1px solid rgba(31, 53, 33, 0.16);
  border-radius: 6px;
  background: #fff;
  color: var(--drsq-green-950);
  font-size: 0.84rem;
  font-weight: 700;
}

.drsq-collection-grid__count {
  color: rgba(31, 53, 33, 0.72);
  font-size: 0.88rem;
  font-weight: 700;
}

.drsq-collection-grid__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 14px;
}

.drsq-load-more {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.drsq-load-more .drsq-btn,
.drsq-load-more .drsq-btn:visited {
  min-height: 42px;
  padding: 0 18px;
}

.drsq-collection-support {
  padding: 0 0 52px;
  background: #fff;
}

.drsq-collection-support__banner {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  background: #777;
}

.drsq-collection-support__media,
.drsq-collection-support__media .drsq-media-frame {
  position: absolute;
  inset: 0;
  height: 100%;
  border-radius: 0;
}

.drsq-collection-support__overlay {
  position: absolute;
  inset: 0;
  background: rgba(31, 53, 33, 0.2);
}

.drsq-collection-support__content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 12px;
  max-width: 420px;
  margin: 0 auto;
  padding: 42px 20px;
  text-align: center;
  color: #fff;
}

.drsq-collection-support__content h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.drsq-pdp {
  padding: 24px 0 0;
  background: #fff;
}

.drsq-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
  color: rgba(31, 53, 33, 0.62);
  font-size: 0.8rem;
  font-weight: 700;
}

.drsq-breadcrumbs a,
.drsq-breadcrumbs a:visited {
  color: inherit;
  text-decoration: none;
}

.drsq-pdp__grid {
  display: grid;
  gap: 24px;
}

.drsq-gallery {
  display: grid;
  gap: 14px;
}

.drsq-gallery__viewport {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  border: 1px solid rgba(31, 53, 33, 0.1);
  border-radius: 12px;
  background: #f6f1e8;
}

.drsq-gallery__viewport::-webkit-scrollbar {
  display: none;
}

.drsq-gallery__slide {
  scroll-snap-align: start;
  aspect-ratio: 1 / 1;
}

.drsq-gallery__slide img,
.drsq-gallery__slide video,
.drsq-gallery__slide iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.drsq-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.drsq-gallery__thumb {
  padding: 0;
  border: 1px solid rgba(31, 53, 33, 0.16);
  border-radius: 8px;
  background: #f5efe3;
  overflow: hidden;
}

.drsq-gallery__thumb.is-active {
  border-color: var(--drsq-orange);
}

.drsq-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.drsq-buy-box {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 18px;
  border: 1px solid rgba(31, 53, 33, 0.12);
  border-radius: 12px;
  background: #fff;
}

.drsq-buy-box__rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(31, 53, 33, 0.68);
  font-size: 0.78rem;
  font-weight: 700;
}

.drsq-buy-box__type {
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.3;
}

.drsq-buy-box h1 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.drsq-buy-box__price-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: 800;
}

.drsq-buy-box__compare {
  color: rgba(31, 53, 33, 0.48);
  font-size: 1rem;
  text-decoration: line-through;
}

.drsq-buy-box__discount {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--drsq-green-700);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.drsq-buy-box__body {
  margin: 0;
  color: rgba(31, 53, 33, 0.8);
  line-height: 1.6;
}

.drsq-buy-box__facts {
  display: grid;
  gap: 6px;
}

.drsq-buy-box__fact {
  font-size: 0.88rem;
  line-height: 1.45;
}

.drsq-buy-box__fact strong {
  font-weight: 800;
}

.drsq-option-group {
  display: grid;
  gap: 10px;
}

.drsq-option-group__label {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.drsq-option-group__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.drsq-option-button {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(31, 53, 33, 0.16);
  border-radius: 6px;
  background: #fff;
  color: var(--drsq-green-950);
  font-size: 0.82rem;
  font-weight: 700;
}

.drsq-option-button.is-active {
  background: var(--drsq-green-950);
  border-color: var(--drsq-green-950);
  color: #fff;
}

.drsq-option-button--swatch {
  min-width: 40px;
  padding: 0;
  position: relative;
}

.drsq-option-button--swatch::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid rgba(31, 53, 33, 0.12);
  border-radius: 999px;
  background: var(--swatch-color, #d9c7a5);
  display: block;
  margin: 0 auto;
}

.drsq-purchase-cards {
  display: grid;
  gap: 10px;
}

.drsq-purchase-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(31, 53, 33, 0.14);
  border-radius: 8px;
  background: #fff;
  text-align: left;
}

.drsq-purchase-card.is-active {
  border-color: var(--drsq-green-950);
  background: #f7f3eb;
}

.drsq-purchase-card strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
}

.drsq-purchase-card span {
  color: rgba(31, 53, 33, 0.7);
  font-size: 0.76rem;
  line-height: 1.35;
}

.drsq-purchase-card__price {
  color: var(--drsq-green-950);
  font-size: 1rem;
  font-weight: 800;
}

.drsq-buy-box__form {
  display: grid;
  gap: 14px;
}

.drsq-buy-box__form-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
}

.drsq-qty {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 32px;
  width: min(7rem, 100%);
  align-items: stretch;
  justify-self: start;
  border: 1px solid rgba(31, 53, 33, 0.18);
  border-radius: 10px;
  overflow: hidden;
  background: #f8f5ef;
}

.drsq-qty button,
.drsq-qty input {
  height: 48px;
  border: 0;
  background: transparent;
  color: var(--drsq-green-950);
  font-size: 0.92rem;
  font-weight: 800;
  text-align: center;
}

.drsq-qty button {
  padding: 0;
}

.drsq-qty input {
  width: 100%;
  min-width: 0;
  appearance: textfield;
  border-inline: 1px solid rgba(31, 53, 33, 0.12);
}

.drsq-qty input::-webkit-outer-spin-button,
.drsq-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.drsq-buy-box__submit {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--drsq-green-950);
  color: #fff;
  font-size: 0.94rem;
  font-weight: 800;
}

.drsq-buy-box__submit:hover,
.drsq-buy-box__submit:focus-visible {
  background: var(--drsq-green-900);
}

.drsq-buy-box__support-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding-top: 4px;
}

.drsq-buy-box__support {
  display: grid;
  gap: 8px;
  text-align: center;
  font-size: 0.72rem;
  line-height: 1.35;
}

.drsq-buy-box__support svg {
  justify-self: center;
  width: 24px;
  height: 24px;
}

.drsq-buy-box__detail {
  border-top: 1px solid rgba(31, 53, 33, 0.12);
  padding-top: 10px;
}

.drsq-buy-box__detail details {
  border-bottom: 1px solid rgba(31, 53, 33, 0.12);
}

.drsq-buy-box__detail summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 800;
  list-style: none;
}

.drsq-buy-box__detail summary::-webkit-details-marker {
  display: none;
}

.drsq-buy-box__detail-content {
  padding: 0 0 12px;
  color: rgba(31, 53, 33, 0.74);
  font-size: 0.84rem;
  line-height: 1.6;
}

.drsq-product-story {
  padding: 18px 0 0;
  background: #fff;
}

.drsq-product-story__marquee {
  padding: 12px 0;
  background: var(--drsq-cream-150);
  border-top: 1px solid rgba(31, 53, 33, 0.08);
  border-bottom: 1px solid rgba(31, 53, 33, 0.08);
}

.drsq-product-story__marquee-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  color: var(--drsq-green-950);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.drsq-product-story__marquee-track span:not(:last-child)::after {
  content: "•";
  margin-left: 10px;
}

.drsq-product-story__hero {
  display: grid;
  background: var(--drsq-green-950);
}

.drsq-product-story__copy {
  display: grid;
  gap: 12px;
  padding: 34px 24px;
  color: #fff;
}

.drsq-product-story__copy h2,
.drsq-product-story__column h3 {
  color: #fff;
}

.drsq-product-story__copy p,
.drsq-product-story__column p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.65;
}

.drsq-product-story__list {
  display: grid;
  gap: 10px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.drsq-product-story__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.drsq-product-story__list li::before {
  content: "•";
  color: var(--drsq-gold);
}

.drsq-product-story__media {
  min-height: 280px;
}

.drsq-product-story__columns {
  display: grid;
  gap: 18px;
  padding: 28px 24px 36px;
  background: var(--drsq-green-950);
}

.drsq-product-story__column {
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
}

.drsq-product-story__column h3 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.drsq-product-story__trust {
  padding: 28px 0;
  background:
    radial-gradient(circle at 12px 12px, rgba(255, 255, 255, 0.07) 1px, transparent 0) 0 0 / 28px 28px,
    var(--drsq-cream-200);
}

.drsq-product-story__trust-grid {
  display: grid;
  gap: 14px;
}

.drsq-product-story__trust-card {
  padding: 24px 18px;
  text-align: center;
  border: 1px solid rgba(31, 53, 33, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.5);
}

.drsq-accordion-section {
  padding: 34px 0 18px;
  background: #fff;
}

.drsq-accordion-section__header {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  text-align: center;
}

.drsq-accordion-section__header h2 {
  font-size: clamp(2.1rem, 4vw, 3.2rem);
}

.drsq-accordion-section__header p {
  margin: 0 auto;
  max-width: 720px;
  color: rgba(31, 53, 33, 0.74);
  line-height: 1.6;
}

.drsq-accordion {
  border-top: 1px solid rgba(31, 53, 33, 0.12);
}

.drsq-accordion details {
  border-bottom: 1px solid rgba(31, 53, 33, 0.12);
}

.drsq-accordion summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  cursor: pointer;
  list-style: none;
  font-size: 0.96rem;
  font-weight: 800;
}

.drsq-accordion summary::-webkit-details-marker {
  display: none;
}

.drsq-accordion summary::after {
  content: "+";
  color: var(--drsq-orange);
  font-size: 1.2rem;
  line-height: 1;
}

.drsq-accordion details[open] summary::after {
  content: "–";
}

.drsq-accordion__content {
  padding: 0 0 18px;
  color: rgba(31, 53, 33, 0.76);
  line-height: 1.7;
}

.drsq-product-lower {
  padding: 0 0 52px;
  background: #fff;
}

.drsq-product-lower__quiz {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  margin-bottom: 32px;
  background: #777;
}

.drsq-product-lower__quiz-media,
.drsq-product-lower__quiz-media .drsq-media-frame {
  position: absolute;
  inset: 0;
  height: 100%;
  border-radius: 0;
}

.drsq-product-lower__quiz-overlay {
  position: absolute;
  inset: 0;
  background: rgba(31, 53, 33, 0.2);
}

.drsq-product-lower__quiz-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 10px;
  max-width: 420px;
  margin: 0 auto;
  padding: 42px 20px;
  text-align: center;
  color: #fff;
}

.drsq-footer {
  padding: 28px 0;
  background: var(--drsq-green-950);
  color: #fff;
}

.drsq-footer__row {
  display: grid;
  gap: 18px;
  align-items: center;
}

.drsq-footer__brand,
.drsq-footer__brand:visited {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  color: #fff;
  font-family: "Archivo Black", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.drsq-footer__brand img {
  display: block;
  max-width: 170px;
  width: 100%;
  height: auto;
}

.drsq-footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.drsq-footer__menu a,
.drsq-footer__menu a:visited {
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.drsq-footer__bottom {
  display: grid;
  gap: 14px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.drsq-footer__legal {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.drsq-footer__payments {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.drsq-footer__payment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.drsq-footer__payment svg {
  display: block;
  width: auto;
  height: 18px;
}

.drsq-page-landing {
  padding: 60px 0;
}

.drsq-page-landing__intro {
  display: grid;
  gap: 14px;
}

.drsq-page-landing__intro h1 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
}

.drsq-page-landing__grid {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.drsq-page-landing__card {
  padding: 20px;
}

@media screen and (min-width: 750px) {
  .drsq-mobile-only {
    display: none !important;
  }

  .drsq-desktop-only {
    display: inline-flex !important;
  }

  .drsq-home-block {
    padding: 70px 0;
  }

  .drsq-home-tabs .drsq-home-tabs__nav {
    margin-bottom: 10px;
  }

  .drsq-home-tabs__track {
    grid-auto-columns: clamp(292px, 36vw, 321px);
  }

  .drsq-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .drsq-trust__panel {
    padding: 28px 52px 34px;
  }

  .drsq-trust__cards,
  .drsq-proof__grid,
  .drsq-product-story__trust-grid,
  .drsq-page-landing__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .drsq-proof {
    padding: 48px 0;
  }

  .drsq-proof__shell {
    gap: 34px;
  }

  .drsq-proof__header h2 {
    font-size: clamp(2.4rem, 4vw, 4rem);
  }

  .drsq-proof__item {
    padding: 0 18px;
  }

  .drsq-nation__item {
    flex: 0 0 calc((100% - 32px) / 5);
  }

  .drsq-trust__cards {
    gap: 10px;
  }

  .drsq-trust-card {
    min-height: 172px;
    padding: 30px 22px 22px;
  }

  .drsq-trust-card h3 {
    font-size: 1.7rem;
  }

  .drsq-trust-card p {
    font-size: 1rem;
  }

  .drsq-difference-reviews {
    padding: 52px 0 72px;
  }

  .drsq-difference-reviews__header {
    margin-bottom: 32px;
  }

  .drsq-difference-reviews__quote {
    font-size: 1.02rem;
  }

  .drsq-collection-top__shortcuts {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .drsq-collection-grid__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .drsq-pdp__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    align-items: start;
  }

  .drsq-gallery {
    grid-template-columns: 82px 1fr;
    align-items: start;
  }

  .drsq-gallery__thumbs {
    order: 0;
    grid-template-columns: 1fr;
  }

  .drsq-gallery__viewport {
    order: 1;
  }

  .drsq-gallery__slide {
    min-height: 640px;
  }

  .drsq-product-story__hero {
    grid-template-columns: 0.98fr 1.02fr;
    align-items: stretch;
  }

  .drsq-product-story__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .drsq-footer__row {
    grid-template-columns: auto 1fr;
    justify-content: space-between;
  }

  .drsq-footer__bottom {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }

  .drsq-footer__legal {
    grid-column: 2;
    max-width: 620px;
  }

  .drsq-footer__payments {
    grid-column: 3;
    justify-self: end;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 990px) {
  .drsq-difference-reviews__track {
    grid-auto-columns: calc((100% - (var(--drsq-difference-gap) * 2)) / 3);
  }

  .drsq-difference-reviews__heading-text {
    white-space: nowrap;
  }

  .drsq-difference-reviews__card {
    min-height: 236px;
  }

  .drsq-difference-reviews__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .drsq-header__row {
    grid-template-columns: auto auto 1fr auto;
    min-height: 78px;
  }

  .drsq-header__toggle {
    display: none;
  }

  .drsq-header__brand {
    justify-self: start;
  }

  .drsq-nav {
    display: block;
  }

  .drsq-header__actions {
    gap: 16px;
  }

  .drsq-home-hero__content {
    width: min(100%, 22.5rem);
    padding-inline: clamp(2rem, 4vw, 3rem);
  }

  .drsq-home-tabs .drsq-home-block__header {
    margin-bottom: 16px;
  }

  .drsq-home-tabs .drsq-home-tabs__nav {
    gap: clamp(24px, 2.7vw, 40px);
  }

  .drsq-home-tabs__track {
    grid-auto-columns: clamp(300px, 20.5vw, 321px);
  }

  .drsq-tab-panel__copy {
    margin-bottom: 22px;
  }

  .drsq-tab-panel__copy h3 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 989px) {
  .drsq-nav {
    display: none;
  }

  .drsq-header__brand {
    font-size: 1.42rem;
  }
}

@media screen and (max-width: 749px) {
  .drsq-difference-reviews {
    padding: 28px 0 56px;
  }

  .drsq-difference-reviews .drsq-shell {
    width: min(calc(100% - 24px), 1100px);
  }

  .drsq-difference-reviews__header {
    gap: 0;
    margin-bottom: 18px;
  }

  .drsq-difference-reviews__heading-number {
    font-size: clamp(2rem, 9vw, 2.55rem);
  }

  .drsq-difference-reviews__heading-text {
    font-size: clamp(2.15rem, 10.2vw, 2.95rem);
    line-height: 0.96;
  }

  .drsq-difference-reviews__track {
    grid-auto-columns: minmax(84vw, 84vw);
    gap: 18px;
  }

  .drsq-difference-reviews__card {
    gap: 10px;
  }

  .drsq-difference-reviews__card h3 {
    font-size: 1.08rem;
  }

  .drsq-difference-reviews__quote {
    max-width: 24ch;
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .drsq-difference-reviews__progress {
    margin-top: 22px;
  }

  .drsq-shell {
    width: min(calc(100% - 24px), var(--drsq-max));
  }

  .drsq-header__promo .drsq-shell {
    gap: 8px;
    min-height: 32px;
    font-size: 0.7rem;
  }

  .drsq-header__brand {
    font-size: 1.3rem;
  }

  .drsq-home-hero {
    padding: 0;
  }

  .drsq-home-hero__frame {
    min-height: 20rem;
    border-radius: 0;
  }

  .drsq-home-hero__overlay {
    background: linear-gradient(180deg, rgba(15, 17, 13, 0.14) 0%, rgba(15, 17, 13, 0.28) 36%, rgba(15, 17, 13, 0.76) 100%);
  }

  .drsq-home-hero__content {
    width: min(100%, 18rem);
    min-height: 20rem;
    justify-content: flex-start;
    gap: 8px;
    padding: 1.35rem 1rem 1rem;
    margin-left: 0;
  }

  .drsq-home-hero__brand {
    max-width: 6.25rem;
    max-height: 1.75rem;
  }

  .drsq-home-hero__content h1 {
    max-width: 12rem;
    font-size: clamp(1.6rem, 7.5vw, 2.05rem);
  }

  .drsq-home-hero__content p {
    max-width: 15rem;
    font-size: 0.78rem;
    line-height: 1.38;
  }

  .drsq-home-hero__actions .drsq-button,
  .drsq-home-hero__actions .drsq-button:visited {
    min-height: 34px;
    padding: 0 14px;
    font-size: 0.78rem;
  }

  .drsq-home-hero__media .drsq-media-frame img,
  .drsq-home-hero__media .drsq-media-frame video {
    object-position: 60% center;
  }

  .drsq-home-tabs .drsq-home-block__header {
    margin-bottom: 10px;
  }

  .drsq-home-tabs .drsq-home-block__header h2 {
    font-size: clamp(2.45rem, 10.4vw, 3.05rem);
  }

  .drsq-home-tabs__title {
    gap: 12px;
  }

  .drsq-home-tabs__title-mark {
    display: none;
  }

  .drsq-home-tabs .drsq-home-tabs__nav {
    justify-content: flex-start;
    gap: 14px;
    margin-bottom: 10px;
  }

  .drsq-home-tabs .drsq-tab-button {
    padding-bottom: 11px;
    font-size: 0.76rem;
  }

  .drsq-home-tabs__toolbar {
    display: none;
  }

  .drsq-home-tabs__track {
    grid-auto-columns: minmax(268px, 88vw);
    gap: 16px;
  }

  .drsq-product-card--home-tabs .drsq-product-card__media-layer img {
    padding: 8px 6px 2px;
  }

  .drsq-tab-panel__copy {
    align-items: flex-start;
    flex-direction: column;
  }

  .drsq-scent {
    padding: 54px 0 68px;
  }

  .drsq-scent .drsq-shell {
    width: min(calc(100% - 24px), 420px);
  }

  .drsq-scent__header {
    margin-bottom: 18px;
  }

  .drsq-scent__header h2 {
    font-size: clamp(2.35rem, 10vw, 3rem);
    line-height: 0.98;
  }

  .drsq-scent__header p {
    max-width: 290px;
    font-size: 0.9rem;
    line-height: 1.42;
  }

  .drsq-scent__tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 18px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .drsq-scent__tabs::-webkit-scrollbar {
    display: none;
  }

  .drsq-scent__tabs .drsq-tab-button {
    flex: 0 0 auto;
    padding-bottom: 10px;
    font-size: 0.78rem;
  }

  .drsq-scent__stage {
    padding-top: 14px;
  }

  .drsq-scent__track {
    gap: 12px;
    padding-right: 12px;
  }

  .drsq-scent__intro-card {
    width: min(82vw, 320px);
  }

  .drsq-scent__poster-card {
    width: min(76vw, 292px);
  }

  .drsq-scent__intro-copy {
    top: 49%;
    right: 20px;
    left: 20px;
    gap: 12px;
  }

  .drsq-scent__intro-copy h3 {
    font-size: clamp(1.8rem, 8vw, 2.2rem);
    white-space: normal;
  }

  .drsq-scent__intro-copy p {
    max-width: 250px;
    font-size: 0.86rem;
  }

  .drsq-scent__intro-button {
    min-height: 36px;
    padding: 0 18px;
    font-size: 0.88rem;
  }

  .drsq-scent__poster-button {
    bottom: 18px;
    min-height: 34px;
    padding: 0 18px;
    font-size: 0.84rem;
    line-height: 34px;
  }

  .drsq-scent__arrow {
    display: none;
  }

  .drsq-scent__progress {
    margin-top: 14px;
  }

  .drsq-scent__footer {
    margin-top: 20px;
  }

  .drsq-starter__banner,
  .drsq-help__banner,
  .drsq-collection-support__banner,
  .drsq-product-lower__quiz {
    border-radius: 0;
  }

  .drsq-starter__banner,
  .drsq-starter__content-wrap {
    min-height: 33rem;
  }

  .drsq-starter__content {
    gap: 0.8rem;
    width: min(100%, 18rem);
  }

  .drsq-starter__eyebrow {
    font-size: 0.95rem;
  }

  .drsq-starter__content h2 {
    font-size: clamp(2.35rem, 10.5vw, 3.1rem);
    line-height: 0.94;
  }

  .drsq-starter__body {
    font-size: 0.88rem;
    line-height: 1.42;
  }

  .drsq-starter__content .drsq-button,
  .drsq-starter__content .drsq-button:visited {
    min-height: 2.5rem;
    padding: 0 1.15rem;
    font-size: 0.82rem;
  }

  .drsq-collection-promo__content {
    padding: 26px 20px;
  }

  .drsq-collection-top__heading h1,
  .drsq-buy-box h1 {
    word-break: break-word;
  }

  .drsq-buy-box__support-row {
    grid-template-columns: 1fr;
  }

  .drsq-buy-box__form-row {
    grid-template-columns: minmax(0, 7rem) minmax(0, 1fr);
    gap: 16px;
  }

  .drsq-footer__menu {
    gap: 10px 14px;
  }

  .drsq-footer__payment svg {
    height: 16px;
  }
}
