@font-face {
  font-family: "Unicos Nohemi";
  src: url("/assets/fonts/Nohemi-Regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Unicos Nohemi";
  src: url("/assets/fonts/Nohemi-Medium.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Unicos Nohemi";
  src: url("/assets/fonts/Nohemi-SemiBold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Unicos Nohemi";
  src: url("/assets/fonts/Nohemi-Bold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Unicos Marauder Text";
  src: url("/assets/fonts/Marauder-Text-Regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Unicos Marauder Text";
  src: url("/assets/fonts/Marauder-Text-Medium.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Unicos Marauder Text";
  src: url("/assets/fonts/Marauder-Text-SemiBold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Unicos Marauder Text";
  src: url("/assets/fonts/Marauder-Text-Bold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

:root {
  --red: #e23333;
  --red-dark: #c61f25;
  --ink: #45191b;
  --muted: rgba(69, 25, 27, 0.62);
  --line: rgba(69, 25, 27, 0.14);
  --cream: #f7ece3;
  --paper: #ffffff;
  --shadow: 0 18px 45px rgba(69, 25, 27, 0.12);
  --display: "Marauder* Text", "Marauder Text", Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --inter: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --page-edge: 61px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

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

.site-header {
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0 var(--page-edge);
}

.nav-shell {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) auto minmax(140px, 1fr);
  align-items: center;
  width: 100%;
  height: 62px;
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-links {
  grid-column: 2;
  grid-row: 1;
  justify-content: center;
  transform: translate(10px, 3px);
}

.nav-links a {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}

.nav-hot::after {
  position: absolute;
  top: 0;
  right: -7px;
  width: 5px;
  height: 5px;
  background: var(--red);
  border-radius: 50%;
  content: "";
}

.brand {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  transform: translateY(2px);
}

.brand img {
  width: 140px;
  height: 35px;
  object-fit: fill;
}

.nav-actions {
  grid-column: 3;
  grid-row: 1;
  justify-content: flex-end;
  gap: 18px;
  transform: translateY(2px);
}

.icon-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.icon-button img {
  display: block;
  object-fit: fill;
}

.icon-button:nth-child(1) img,
.icon-button:nth-child(3) img {
  width: 20px;
  height: 20px;
}

.icon-button:nth-child(2) img {
  width: 18px;
  height: 20px;
}

.cart-button span {
  position: absolute;
  top: 1px;
  right: -3px;
  display: grid;
  place-items: center;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-family: var(--inter);
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
}

.menu-home .nav-shell-menu {
  position: relative;
  grid-template-columns: auto 1fr auto;
}

.brand-cluster {
  grid-column: 1;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  gap: 21px;
  justify-self: start;
}

.menu-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  width: 38px;
  height: 34px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
}

.menu-home .brand {
  width: 140px;
  transform: translateY(1px);
}

.nav-right {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 22px;
  transform: translateY(2px);
}

.nav-search {
  display: grid;
  grid-template-columns: 1fr 34px;
  align-items: center;
  width: 332px;
  max-width: 100%;
  height: 38px;
  border-bottom: 2px solid rgba(69, 25, 27, 0.78);
  color: var(--ink);
}

.nav-search input {
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0 10px 2px 0;
  color: currentColor;
  font-family: var(--sans);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  outline: 0;
}

.nav-search input::placeholder {
  color: currentColor;
  opacity: 1;
}

.nav-search input::-webkit-search-cancel-button {
  display: none;
}

.nav-search button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.nav-search img {
  width: 28px;
  height: 28px;
}

.menu-home .nav-actions {
  grid-column: auto;
  grid-row: auto;
  gap: 18px;
  transform: none;
}

.menu-home .nav-actions .icon-button:nth-child(1) img {
  width: 18px;
  height: 20px;
}

.menu-home .nav-actions .icon-button:nth-child(2) img {
  width: 20px;
  height: 20px;
}

.menu-panel {
  position: absolute;
  top: 59px;
  left: 0;
  z-index: 20;
  display: none;
  min-width: 220px;
  border: 1px solid rgba(69, 25, 27, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 40px rgba(69, 25, 27, 0.14);
  padding: 15px 18px;
}

.menu-panel a {
  position: relative;
  display: block;
  padding: 10px 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
}

.nav-shell.is-menu-open .menu-panel {
  display: block;
}

.top-announcement {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  background: var(--red);
  color: #fff;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

.nav-links-left {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-self: start;
  gap: 28px;
  transform: translateY(3px);
}

.nav-links-left a {
  position: relative;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}

.hero {
  position: relative;
  min-height: 694px;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58) 0%, rgba(244, 235, 228, 0.24) 23%, rgba(244, 235, 228, 0) 48%),
    url("assets/hero-v5-premium-cream.png") center 45% / cover no-repeat;
}

.search-home .site-header {
  top: 10px;
  padding: 0 56px;
}

.search-home .nav-shell-search {
  grid-template-columns: minmax(260px, 1fr) minmax(420px, 560px) minmax(160px, 1fr);
  align-items: center;
  height: 74px;
}

.search-home .brand-cluster {
  gap: 16px;
  align-self: center;
  margin-top: 0;
  transform: none;
}

.search-home .menu-trigger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 34px;
  height: 35px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.search-home .menu-trigger span {
  display: block;
  width: 24px;
  height: 1px;
  border-radius: 999px;
  background: var(--ink);
}

.search-home .menu-trigger span:nth-child(2) {
  width: 16px;
  transform: translateX(-4px);
}

.search-home .brand {
  width: 142px;
  transform: none;
}

.search-home .brand img {
  width: 142px;
  height: 35px;
}

.nav-center {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  display: flex;
  align-items: center;
  width: 441px;
  margin-top: 0;
}

.site-search {
  display: flex;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  width: 441px;
  height: 31px;
  border: 1px solid #401c1c;
  border-radius: 9px;
  background: rgba(0, 0, 0, 0);
  padding: 10px 15px;
  color: #401c1c;
}

.site-search-copy {
  position: absolute;
  top: 50%;
  right: 15px;
  left: 41px;
  z-index: 0;
  overflow: hidden;
  color: currentColor;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity 120ms ease;
}

.site-search.has-query .site-search-copy {
  opacity: 0;
}

.site-search input {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0;
  color: currentColor;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  outline: 0;
}

.site-search-icon {
  width: 16.198px;
  height: 16.188px;
  flex-shrink: 0;
  color: currentColor;
}

.site-search input::placeholder {
  color: currentColor;
  opacity: 1;
}

.site-search input::-webkit-search-cancel-button {
  display: none;
}

.search-home .nav-actions {
  align-self: center;
  gap: 21px;
  margin-top: 0;
  transform: none;
}

.search-home .nav-actions .icon-button:nth-child(1) img {
  width: 18px;
  height: 20px;
}

.search-home .nav-actions .icon-button:nth-child(2) img {
  width: 20px;
  height: 20px;
}

.search-home .hero,
.search-home .hero-clean {
  min-height: 760px;
}

.search-v12-home .hero-media {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58) 0%, rgba(244, 235, 228, 0.24) 23%, rgba(244, 235, 228, 0) 48%),
    url("assets/hero-v5-premium-cream.png") center 45% / cover no-repeat;
}

.search-v12-home .hero-media::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 128px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(250, 246, 242, 0.76) 64%, #fff 100%);
  content: "";
  pointer-events: none;
}

.hero-trust {
  position: absolute;
  left: 50%;
  bottom: 70px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-height: 42px;
  padding: 7px 17px 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.56);
  color: #45191b;
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 18px 42px rgba(69, 25, 27, 0.09);
  transform: translateX(-50%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.hero-trust-avatars {
  display: flex;
  align-items: center;
  padding-left: 17px;
}

.hero-trust-avatars img {
  width: 30px;
  height: 30px;
  margin-left: -17px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.34);
  object-fit: cover;
  box-shadow: 0 3px 8px rgba(69, 25, 27, 0.12);
}

.hero-trust-copy {
  transform: translateY(-0.5px);
}

.post-hero-proof {
  width: min(100% - 194px, 1246px);
  margin: 0 auto;
  padding: 24px 0 22px;
  border-bottom: 1px solid rgba(69, 25, 27, 0.1);
  color: rgba(69, 25, 27, 0.68);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.post-hero-proof p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.post-hero-proof strong {
  color: #45191b;
  font-weight: 500;
}

.post-hero-proof span {
  display: inline-flex;
  align-items: center;
}

.post-hero-proof span::before {
  display: block;
  width: 3px;
  height: 3px;
  margin-right: 19px;
  border-radius: 50%;
  background: var(--red);
  content: "";
  opacity: 0.58;
}

.search-v13-home .brand-cluster {
  position: relative;
}

.brand-proof {
  position: absolute;
  top: 43px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  width: 206px;
  height: 18px;
  overflow: visible;
  color: #401c1c;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0.82;
  pointer-events: none;
}

.brand-proof::before {
  position: absolute;
  inset: -7px -9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(7px);
  content: "";
}

.brand-proof span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.brand-proof span + span::before {
  display: block;
  width: 3px;
  height: 3px;
  margin-right: 11px;
  border-radius: 50%;
  background: var(--red);
  content: "";
  opacity: 0.72;
}

.search-proof {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  height: 16px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #401c1c;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0.84;
  pointer-events: none;
  transform: translateY(4px);
  backdrop-filter: blur(7px);
}

.search-proof span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.search-proof span + span::before {
  display: block;
  width: 3px;
  height: 3px;
  margin-right: 11px;
  border-radius: 50%;
  background: var(--red);
  content: "";
  opacity: 0.74;
}

.search-marquee {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  justify-self: center;
  width: 441px;
  height: 16px;
  overflow: hidden;
  color: #401c1c;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 16px;
  opacity: 0.84;
  pointer-events: none;
  transform: translateY(4px);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

.search-marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
  animation: search-marquee-ltr 14s linear infinite;
}

.search-marquee-track span {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.search-marquee-track span + span::before {
  display: block;
  width: 3px;
  height: 3px;
  margin-right: 18px;
  border-radius: 50%;
  background: var(--red);
  content: "";
  opacity: 0.7;
}

.site-search-orbit {
  overflow: visible;
  isolation: isolate;
}

.search-border-loop {
  position: absolute;
  inset: -21px -4px;
  z-index: 0;
  overflow: visible;
  pointer-events: none;
}

.search-border-loop::before {
  position: absolute;
  top: 18px;
  right: 0;
  bottom: 18px;
  left: 0;
  border-right: 1px solid rgba(64, 28, 28, 0.18);
  border-left: 1px solid rgba(64, 28, 28, 0.18);
  border-radius: 10px;
  content: "";
}

.search-border-line {
  position: absolute;
  right: 0;
  left: 0;
  height: 13px;
  overflow: hidden;
  color: #401c1c;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9.4px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 13px;
  opacity: 0.74;
}

.search-border-line.is-top {
  top: 0;
}

.search-border-line.is-bottom {
  bottom: 0;
}

.search-border-track {
  display: flex;
  width: max-content;
  align-items: center;
  white-space: nowrap;
  animation: search-border-loop-top 10s linear infinite;
}

.search-border-line.is-bottom .search-border-track {
  animation-name: search-border-loop-top;
}

.search-border-set {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  flex: 0 0 auto;
  padding-right: 13px;
}

.search-border-set span {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.search-border-set span + span::before,
.search-border-set span:first-child::before {
  display: block;
  width: 3px;
  height: 3px;
  margin-right: 13px;
  border-radius: 50%;
  background: var(--red);
  content: "";
  opacity: 0.72;
}

.search-orbit {
  position: absolute;
  inset: -14px;
  z-index: 0;
  width: calc(100% + 28px);
  height: calc(100% + 28px);
  overflow: visible;
  pointer-events: none;
}

.search-orbit path {
  fill: none;
}

.search-orbit text {
  fill: #401c1c;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 8.5px;
  font-weight: 400;
  letter-spacing: 0.18px;
  opacity: 0.72;
}

.site-search-orbit .site-search-icon,
.site-search-orbit .site-search-copy,
.site-search-orbit input {
  z-index: 2;
}

.search-orbit-flow {
  position: absolute;
  inset: -24px -48px;
  z-index: 0;
  pointer-events: none;
}

.search-orbit-flow span {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 16px;
  padding: 0 8px;
  border: 1px solid rgba(64, 28, 28, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(7px);
  color: #401c1c;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9.5px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  offset-path: path("M 42 8 H 494 Q 528 8 528 40 Q 528 70 494 70 H 42 Q 8 70 8 40 Q 8 8 42 8 Z");
  offset-rotate: 0deg;
  animation: search-chip-orbit 14s linear infinite;
}

.search-orbit-flow span:nth-child(2) {
  animation-delay: -3.5s;
}

.search-orbit-flow span:nth-child(3) {
  animation-delay: -7s;
}

.search-orbit-flow span:nth-child(4) {
  animation-delay: -10.5s;
}

.corner-proof {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  width: 441px;
  height: 31px;
  pointer-events: none;
}

.corner-proof::before {
  position: absolute;
  top: -14px;
  right: 98px;
  left: 128px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(226, 51, 51, 0.62) 50%, transparent 100%);
  content: "";
  opacity: 0.72;
}

.corner-proof::after {
  position: absolute;
  top: -15px;
  left: 132px;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, rgba(226, 51, 51, 0.8) 50%, transparent 100%);
  content: "";
  opacity: 0.64;
  animation: corner-proof-glide 5.8s ease-in-out infinite;
}

.corner-proof span {
  position: absolute;
  top: -23px;
  display: inline-flex;
  align-items: center;
  height: 16px;
  padding: 0 9px;
  border: 1px solid rgba(64, 28, 28, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  color: #401c1c;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.corner-proof span:first-child {
  left: 0;
}

.corner-proof span:last-child {
  right: 0;
}

.search-underproof {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #401c1c;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0.7;
  pointer-events: none;
  transform: translateY(7px);
}

.search-underproof span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.search-underproof span + span::before {
  display: block;
  width: 3px;
  height: 3px;
  margin-right: 12px;
  border-radius: 50%;
  background: var(--red);
  content: "";
  opacity: 0.72;
}

.search-proof-align {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 441px;
  padding-right: 15px;
  padding-left: 41px;
  color: #401c1c;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0.7;
  pointer-events: none;
  transform: translateY(7px);
}

.search-proof-align::before {
  position: absolute;
  top: 50%;
  left: calc(41px + ((100% - 56px) / 2));
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--red);
  content: "";
  opacity: 0.72;
  transform: translate(-50%, -50%);
}

.search-proof-align span {
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.top-rail-proof {
  position: absolute;
  top: 4px;
  right: 0;
  left: 0;
  z-index: 12;
  height: 18px;
  overflow: hidden;
  color: #401c1c;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  opacity: 0.76;
  pointer-events: none;
}

.top-rail-track {
  display: flex;
  width: max-content;
  align-items: center;
  white-space: nowrap;
  animation: top-rail-marquee 48s linear infinite;
}

.top-rail-set {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  flex: 0 0 auto;
  padding-right: 24px;
}

.top-rail-item {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-align: center;
  white-space: nowrap;
}

.top-rail-item::before {
  display: block;
  width: 3px;
  height: 3px;
  margin-right: 24px;
  border-radius: 50%;
  background: var(--red);
  content: "";
  opacity: 0.68;
}

.top-rail-set:first-child .top-rail-item:first-child::before {
  display: none;
}

.search-v16-home .site-header {
  top: 18px;
}

.search-v16-home .top-rail-proof {
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 3%, #000 8%, #000 92%, rgba(0, 0, 0, 0.45) 97%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 3%, #000 8%, #000 92%, rgba(0, 0, 0, 0.45) 97%, transparent 100%);
}

@keyframes search-marquee-ltr {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes search-border-loop-top {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes search-border-loop-bottom {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes corner-proof-glide {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(132px);
  }
}

@keyframes search-chip-orbit {
  from {
    offset-distance: 0%;
  }

  to {
    offset-distance: 100%;
  }
}

@keyframes top-rail-marquee {
  from {
    transform: translateX(-33.333333%);
  }

  to {
    transform: translateX(0);
  }
}

.top-proof-bar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  height: 24px;
  background: rgba(64, 28, 28, 0.92);
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.top-proof-bar span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.top-proof-bar span + span::before {
  display: block;
  width: 3px;
  height: 3px;
  margin-right: 18px;
  border-radius: 50%;
  background: var(--red);
  content: "";
}

.search-v15-home .site-header {
  top: 10px;
}

@media (prefers-reduced-motion: reduce) {
  .search-marquee-track,
  .search-border-track,
  .top-rail-track,
  .search-orbit-flow span,
  .corner-proof::after {
    animation: none;
  }

  .search-orbit {
    display: none;
  }
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
  min-height: 678px;
  margin: 0 var(--page-edge);
  padding-bottom: 40px;
  color: #fff;
}

.hero h1,
.section-heading h2,
.brand-story h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 580px;
  font-size: clamp(56px, 6vw, 80px);
  line-height: 0.8;
}

.hero p {
  margin: 20px 0 0;
  max-width: 400px;
  font-size: 16px;
  line-height: 1.3;
}

.hero-cta {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 246px;
  height: 45px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--red);
  color: #fff;
}

.button-primary:hover {
  background: var(--red-dark);
}

.button-light {
  min-width: 246px;
  background: #fff;
  color: var(--red);
}

.customer-proof {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
}

.customer-avatars {
  display: flex;
  align-items: center;
  padding-left: 8px;
}

.customer-avatars img {
  width: 26px;
  height: 26px;
  margin-left: -8px;
  border: 1px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}

.section {
  width: min(100% - 194px, 1246px);
  margin: 0 auto;
}

.section-heading {
  display: flex;
  gap: 24px;
}

.section-heading.centered {
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.section-heading.row {
  align-items: center;
  justify-content: space-between;
}

.section-heading h2 {
  font-size: 40px;
  line-height: 0.9;
}

.section-heading a {
  border-bottom: 1px solid currentColor;
  color: var(--ink);
  font-size: 16px;
}

.recipients {
  padding: 48px 0 48px;
}

.tabs {
  position: relative;
  display: flex;
  gap: 51px;
  align-items: center;
  justify-content: center;
  min-width: 282px;
  padding-bottom: 15px;
}

.tabs::after {
  position: absolute;
  right: 12px;
  bottom: 0;
  left: 12px;
  height: 1px;
  background: rgba(226, 51, 51, 0.18);
  content: "";
}

.tab {
  position: relative;
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 0.9;
  cursor: pointer;
}

.tab.is-active {
  color: var(--red);
  font-weight: 700;
}

.tab.is-active::after {
  position: absolute;
  right: -4px;
  bottom: -16px;
  left: -4px;
  z-index: 1;
  height: 3px;
  background: var(--red);
  border-radius: 999px;
  content: "";
}

.recipient-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 193px));
  justify-content: space-between;
  gap: 34px 20px;
  margin-top: 56px;
}

.recipient-grid .recipient-card:nth-child(13) {
  grid-column: 3;
}

.recipient-grid .recipient-card:nth-child(14) {
  grid-column: 4;
}

.recipient-card {
  display: grid;
  gap: 15px;
  justify-items: center;
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 0.9;
  text-align: center;
}

.recipient-image,
.recipient-feature {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 25px;
  overflow: hidden;
}

.recipient-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recipient-feature {
  position: relative;
  display: flex;
  align-items: flex-start;
  background: var(--red);
  color: #fff;
  padding: 22px 18px;
  text-align: left;
}

.recipient-feature strong {
  position: relative;
  z-index: 1;
  max-width: 145px;
  font-size: 24px;
  line-height: 1.12;
}

.recipient-feature::after {
  position: absolute;
  right: 13px;
  bottom: -5px;
  width: 112px;
  height: 100px;
  background: url("assets/brand-mark-figma.svg") center / contain no-repeat;
  content: "";
  opacity: 0.26;
}

.products {
  border-top: 1px solid var(--line);
  padding: 35px 0 29px;
}

.carousel-wrap {
  position: relative;
}

.carousel-wrap.has-more-right::after {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 2;
  width: 154px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.62) 42%, #fff 100%);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  content: "";
}

.product-track,
.review-track {
  display: grid;
  grid-auto-flow: column;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.product-track::-webkit-scrollbar,
.review-track::-webkit-scrollbar {
  display: none;
}

.product-track {
  grid-auto-columns: 193px;
  margin-top: 35px;
  padding-bottom: 6px;
}

.product-card {
  min-width: 0;
}

.product-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 12px;
  background: #f8eee5;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sale-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 23px;
  min-width: 43px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.product-card h3 {
  margin: 13px 8px 7px;
  overflow: hidden;
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prices {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 8px;
}

.old-price {
  color: rgba(0, 0, 0, 0.31);
  font-family: var(--sans);
  font-size: 17px;
  text-decoration: line-through;
}

.new-price {
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 700;
}

.round-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  transform: translateY(-50%);
}

.round-arrow img {
  display: block;
  width: 28px;
  height: 28px;
}

.round-arrow::after {
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: none;
  transform: translateX(-1px) rotate(45deg);
}

.round-arrow.is-left {
  left: -14px;
}

.round-arrow.is-left img {
  transform: rotate(180deg);
}

.round-arrow.is-left::after {
  transform: translateX(1px) rotate(225deg);
}

.round-arrow.is-right {
  right: -14px;
}

.round-arrow.soft {
  background: #fff;
  border: 1px solid rgba(69, 25, 27, 0.16);
  box-shadow: none;
}

.round-arrow.soft img {
  display: none;
}

.round-arrow.soft::after {
  display: block;
  border-color: var(--ink);
}

.round-arrow.is-disabled {
  opacity: 0;
  pointer-events: none;
}

.track-progress {
  width: 100%;
  height: 4px;
  margin-top: 25px;
  background: rgba(69, 25, 27, 0.1);
}

.track-progress span {
  display: block;
  width: 193px;
  height: 100%;
  background: var(--ink);
}

.testimonials {
  padding: 45px 0 62px;
}

.review-track {
  grid-auto-columns: 282px;
  gap: 22.5px;
  margin-top: 35px;
  padding: 0 24px 0;
}

.review-card {
  overflow: hidden;
  border: 1px solid rgba(69, 25, 27, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.review-card > img {
  width: 100%;
  aspect-ratio: 282 / 333;
  object-fit: cover;
}

.review-body {
  padding: 20px 11px 17px;
}

.review-person {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 9px;
  align-items: center;
}

.review-avatar-badge {
  width: 46px;
  height: 42px;
  object-fit: contain;
}

.review-person strong,
.review-person span {
  display: block;
  line-height: 1.15;
}

.review-person strong {
  font-size: 14px;
  line-height: 18px;
}

.review-person span {
  color: var(--muted);
  font-size: 12px;
  line-height: 16px;
}

.stars {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 7px 0 0;
  color: #ff9b00;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 16px;
}

.review-date {
  font-family: var(--sans);
  color: var(--muted);
  font-size: 12px;
  line-height: 16px;
}

.review-card h3 {
  margin: 6px 0 0;
  font-size: 16px;
  line-height: 21px;
}

.review-card p {
  margin: 7px 0 0;
  color: rgba(69, 25, 27, 0.82);
  font-size: 14px;
  line-height: 18px;
}

.rating-note {
  margin: 34px 0 0;
  text-align: center;
  font-size: 13px;
}

.brand-story {
  position: relative;
  display: flex;
  height: 515px;
  overflow: hidden;
  background: var(--red);
  color: #fff;
}

.brand-story > div {
  position: relative;
  z-index: 1;
  width: min(100% - 194px, 1246px);
  margin: 0 auto;
  padding: 61px 0;
}

.brand-story h2 {
  max-width: 760px;
  font-size: 60px;
  line-height: 0.95;
}

.brand-story p {
  max-width: 640px;
  margin: 54px 0 34px;
  font-size: 15px;
  line-height: 1.28;
}

.brand-mark {
  position: absolute;
  right: max(97px, calc((100vw - 1246px) / 2));
  left: auto;
  top: 74px;
  width: 326px;
  height: 290px;
}

.footer {
  height: 233px;
  overflow: hidden;
  background: #fff;
  color: var(--ink);
}

.press {
  display: grid;
  grid-template-columns: 1fr repeat(4, auto);
  gap: 48px;
  align-items: center;
  width: min(100% - 194px, 1246px);
  min-height: 95px;
  margin: 0 auto;
  font-size: 13px;
  border-bottom: 1px solid var(--line);
}

.press strong {
  font-family: var(--display);
  font-size: 20px;
  white-space: nowrap;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) repeat(3, 120px) 38px;
  gap: 72px;
  width: min(100% - 194px, 1246px);
  min-height: 186px;
  margin: 0 auto;
  padding: 26px 0 0;
}

.footer-logo {
  display: block;
  width: 88px;
  height: 22px;
  object-fit: fill;
}

.footer-about p {
  max-width: 560px;
  margin: 32px 0 0;
  color: rgba(69, 25, 27, 0.58);
  font-size: 12px;
  line-height: 1.35;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-column h3 {
  margin: 0 0 10px;
  font-size: 12px;
}

.footer-column a {
  color: rgba(69, 25, 27, 0.62);
  font-size: 11px;
}

.socials {
  display: block;
}

.socials img {
  width: 19px;
  height: 54px;
  object-fit: fill;
}

@media (max-width: 1180px) {
  .site-header {
    padding: 0 28px;
  }

  .hero-content,
  .section,
  .brand-story > div,
  .press,
  .footer-main {
    width: min(100% - 56px, 960px);
  }

  .hero-content {
    width: auto;
    margin: 0 28px;
  }

  .recipient-grid {
    grid-template-columns: repeat(4, minmax(0, 193px));
    justify-content: center;
  }

  .product-track {
    grid-auto-columns: 190px;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 0 18px;
  }

  .nav-shell {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    transform: none;
    width: 112px;
  }

  .brand img {
    width: 112px;
    height: 28px;
  }

  .nav-actions {
    grid-column: 2;
    transform: none;
  }

  .hero {
    min-height: 660px;
  }

  .hero-content {
    width: calc(100% - 36px);
    min-height: 660px;
    margin: 0 auto;
    padding-bottom: 28px;
  }

  .hero h1 {
    max-width: 360px;
    font-size: 50px;
  }

  .hero-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .customer-proof {
    font-size: 14px;
  }

  .section,
  .brand-story > div,
  .press,
  .footer-main {
    width: calc(100% - 36px);
  }

  .section-heading h2 {
    font-size: 34px;
  }

  .recipient-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 14px;
  }

  .recipient-grid .recipient-card:nth-child(13),
  .recipient-grid .recipient-card:nth-child(14) {
    grid-column: auto;
  }

  .recipient-card {
    font-size: 16px;
  }

  .recipient-feature strong {
    font-size: 21px;
  }

  .product-track {
    grid-auto-columns: 170px;
  }

  .round-arrow {
    display: none;
  }

  .review-track {
    grid-auto-columns: 270px;
    padding: 0 0 8px;
  }

  .brand-mark {
    right: -10px;
    left: auto;
    top: 120px;
    width: 210px;
    height: 188px;
  }

  .press {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 22px 0;
  }

  .press span {
    grid-column: 1 / -1;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .footer-about,
  .socials {
    grid-column: 1 / -1;
  }

  .socials {
    flex-direction: row;
  }
}

@media (max-width: 430px) {
  .recipient-grid {
    grid-template-columns: 1fr 1fr;
  }

  .button {
    width: 100%;
    min-width: 0;
  }

  .tabs {
    gap: 30px;
    min-width: 0;
    width: 100%;
  }
}

.v2-brand-polish {
  --brand-sans: "Unicos Nohemi", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --display: "Unicos Marauder Text", Georgia, "Times New Roman", serif;
}

.v2-brand-polish .top-rail-proof,
.v2-brand-polish .site-search,
.v2-brand-polish .site-search-copy,
.v2-brand-polish .site-search input,
.v2-brand-polish .menu-trigger,
.v2-brand-polish .nav-actions,
.v2-brand-polish .tabs,
.v2-brand-polish .recipient-card {
  font-family: var(--brand-sans);
}

.v2-brand-polish .top-rail-proof {
  top: 8px;
  height: 16px;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  opacity: 0.78;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 3%, #000 8%, #000 92%, rgba(0, 0, 0, 0.45) 97%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 3%, #000 8%, #000 92%, rgba(0, 0, 0, 0.45) 97%, transparent 100%);
}

.v2-brand-polish .site-header {
  top: 28px;
}

.v2-brand-polish .hero-media::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 156px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(250, 246, 242, 0.34) 38%,
    rgba(250, 246, 242, 0.82) 76%,
    #fff 100%
  );
  content: "";
  pointer-events: none;
  -webkit-backdrop-filter: blur(1.4px);
  backdrop-filter: blur(1.4px);
}

.v2-brand-polish .site-search-copy,
.v2-brand-polish .site-search input {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.v2-brand-polish .site-search-copy {
  top: calc(50% + 2px);
}

.v2-brand-polish .site-search input {
  transform: translateY(2px);
}

.v2-brand-polish .hero,
.v2-brand-polish .hero-clean {
  min-height: 770px;
}

.v2-brand-polish .hero-clean {
  position: relative;
}

.v2-brand-polish .recipients {
  width: min(100% - 144px, 1246px);
  padding: 74px 0 28px;
}

.v2-brand-polish .section-heading.centered {
  gap: 27px;
}

.v2-brand-polish .hero-full-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  color: var(--ink);
  text-decoration: none;
  cursor: pointer;
}

.v2-brand-polish .hero-banner-cta {
  position: absolute;
  top: 43.5%;
  left: 57.7%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  height: 38px;
  border: 1px solid rgba(69, 25, 27, 0.46);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--ink);
  font-family: var(--brand-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 20px;
}

.search-v12-home .hero-banner-cta {
  top: 35.5%;
  left: 50%;
  transform: translateX(-50%);
}

.v2-brand-polish .hero-full-link:focus-visible {
  outline: 2px solid rgba(226, 51, 51, 0.32);
  outline-offset: -8px;
}

.v2-brand-polish.is-site-menu-open {
  overflow: hidden;
}

.v2-brand-polish .site-menu {
  position: fixed;
  inset: 0;
  z-index: 60;
  visibility: hidden;
  pointer-events: none;
}

.v2-brand-polish .site-menu[aria-hidden="false"] {
  visibility: visible;
  pointer-events: auto;
}

.v2-brand-polish .site-menu-scrim {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(69, 25, 27, 0.18);
  opacity: 0;
  cursor: pointer;
  transition: opacity 220ms ease;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.v2-brand-polish .site-menu[aria-hidden="false"] .site-menu-scrim {
  opacity: 1;
}

.v2-brand-polish .site-menu-drawer {
  position: relative;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto auto auto;
  width: min(492px, 100vw);
  height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 12px 0 34px rgba(69, 25, 27, 0.12);
  padding: 34px 30px 28px;
  transform: translateX(-101%);
  transition: transform 260ms cubic-bezier(.22, .61, .36, 1);
}

.v2-brand-polish .site-menu[aria-hidden="false"] .site-menu-drawer {
  transform: translateX(0);
}

.v2-brand-polish .site-menu-head {
  display: flex;
  align-items: center;
  gap: 20px;
}

.v2-brand-polish .site-menu-close {
  position: relative;
  width: 22px;
  height: 22px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.v2-brand-polish .site-menu-close::before,
.v2-brand-polish .site-menu-close::after {
  position: absolute;
  top: 50%;
  left: 2px;
  width: 18px;
  height: 1.25px;
  border-radius: 999px;
  background: var(--ink);
  content: "";
}

.v2-brand-polish .site-menu-close::before {
  transform: rotate(45deg);
}

.v2-brand-polish .site-menu-close::after {
  transform: rotate(-45deg);
}

.v2-brand-polish .site-menu-logo {
  display: inline-flex;
  align-items: center;
}

.v2-brand-polish .site-menu-logo img {
  width: 88px;
  height: auto;
}

.v2-brand-polish .site-menu-tabs {
  display: flex;
  gap: 34px;
  align-items: center;
  margin-top: 52px;
}

.v2-brand-polish .site-menu-tab {
  position: relative;
  border: 0;
  background: transparent;
  padding: 0 0 12px;
  color: rgba(69, 25, 27, 0.48);
  font-family: var(--brand-sans);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  cursor: pointer;
}

.v2-brand-polish .site-menu-tab.is-active {
  color: var(--ink);
  font-weight: 600;
}

.v2-brand-polish .site-menu-tab.is-active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--ink);
  content: "";
}

.v2-brand-polish .site-menu-content {
  overflow: auto;
  margin: 31px -10px 20px 0;
  padding-right: 10px;
}

.v2-brand-polish .site-menu-panel {
  display: grid;
  gap: 19px;
  align-content: start;
  font-family: var(--brand-sans);
}

.v2-brand-polish .site-menu-panel[hidden] {
  display: none;
}

.v2-brand-polish .site-menu-panel a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  color: var(--ink);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.15;
  text-decoration: none;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.v2-brand-polish .site-menu-panel a:hover {
  color: var(--red);
  transform: translateX(2px);
}

.v2-brand-polish .site-menu-panel a.is-highlight {
  color: var(--red);
  font-weight: 600;
}

.v2-brand-polish .site-menu-panel a span {
  color: rgba(69, 25, 27, 0.38);
  font-weight: 500;
  transform: translateY(-1px);
}

.v2-brand-polish .site-menu-feature {
  position: relative;
  display: block;
  min-height: 138px;
  overflow: hidden;
  background: var(--red);
  color: #fff;
  margin-top: 8px;
  padding: 24px 24px 21px;
  text-decoration: none;
}

.v2-brand-polish .site-menu-feature strong {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 220px;
  font-family: var(--brand-sans);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
}

.v2-brand-polish .site-menu-feature::after {
  position: absolute;
  right: 22px;
  bottom: 12px;
  width: 132px;
  height: 118px;
  background: rgba(162, 0, 10, 0.24);
  content: "";
  -webkit-mask: url("assets/brand-mark-figma.svg") center / contain no-repeat;
  mask: url("assets/brand-mark-figma.svg") center / contain no-repeat;
}

.v2-brand-polish .site-menu-secondary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 18px;
  margin-top: 22px;
  padding-top: 19px;
  border-top: 1px solid rgba(69, 25, 27, 0.10);
}

.v2-brand-polish .site-menu-secondary a {
  color: rgba(69, 25, 27, 0.62);
  font-family: var(--brand-sans);
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.v2-brand-polish .site-menu-secondary a:hover {
  color: var(--ink);
}

.v2-brand-polish .site-menu-foot {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  color: rgba(69, 25, 27, 0.36);
  font-family: var(--brand-sans);
  font-size: 12px;
}

.v2-brand-polish .site-menu-social {
  width: 19px;
  height: 54px;
}

.v2-brand-polish .section-heading h2 {
  color: var(--ink);
  font-size: 50px;
  line-height: 1.05;
}

.v2-brand-polish .tabs {
  gap: 4px;
  min-width: 0;
  border: 1px solid rgba(69, 25, 27, 0.12);
  border-radius: 999px;
  background: rgba(247, 236, 227, 0.48);
  padding: 4px;
}

.v2-brand-polish .tabs::after,
.v2-brand-polish .tab.is-active::after {
  display: none;
}

.v2-brand-polish .tab {
  min-width: 126px;
  border-radius: 999px;
  padding: 10px 20px 9px;
  color: rgba(69, 25, 27, 0.72);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  transition:
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.v2-brand-polish .tab:focus {
  outline: 0;
}

.v2-brand-polish .tab:focus-visible {
  box-shadow:
    0 0 0 2px rgba(226, 51, 51, 0.16),
    0 8px 20px rgba(69, 25, 27, 0.08);
}

.v2-brand-polish .tab.is-active {
  background: #fff;
  color: var(--red);
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(69, 25, 27, 0.08);
}

.v2-brand-polish .recipient-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 32px 22px;
  margin-top: 58px;
}

.v2-brand-polish .recipient-grid .recipient-card:nth-child(13),
.v2-brand-polish .recipient-grid .recipient-card:nth-child(14) {
  grid-column: auto;
}

.v2-brand-polish .recipient-card {
  gap: 13px;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.v2-brand-polish .recipient-card:hover {
  color: var(--red);
  transform: translateY(-2px);
}

.v2-brand-polish .recipient-image,
.v2-brand-polish .recipient-feature {
  border: 1px solid rgba(69, 25, 27, 0.08);
  border-radius: 25px;
  box-shadow: 0 16px 34px rgba(69, 25, 27, 0.06);
}

.v2-brand-polish .recipient-image {
  display: grid;
  position: relative;
  place-items: center;
  background:
    radial-gradient(circle at 24% 18%, rgba(226, 51, 51, 0.12), rgba(226, 51, 51, 0) 34%),
    radial-gradient(circle at 82% 84%, rgba(69, 25, 27, 0.06), rgba(69, 25, 27, 0) 38%),
    linear-gradient(145deg, #fffaf7 0%, #f9eee7 100%);
  transition:
    box-shadow 220ms ease,
    transform 220ms ease,
    border-color 220ms ease;
}

.v2-brand-polish .recipient-image img {
  transform: none;
  transition: none;
}

.v2-brand-polish .recipient-card:hover .recipient-image {
  border-color: rgba(226, 51, 51, 0.20);
  box-shadow: 0 20px 38px rgba(69, 25, 27, 0.075);
}


.v2-brand-polish .recipient-feature {
  align-items: flex-start;
  background: var(--red);
  border-color: rgba(226, 51, 51, 0.16);
  padding: 22px 18px;
}

.v2-brand-polish .recipient-feature strong {
  z-index: 2;
  max-width: 132px;
  font-family: var(--brand-sans);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
  transform: translateY(2px);
}

.v2-brand-polish .recipient-feature::after {
  right: 10%;
  bottom: 10%;
  z-index: 1;
  width: 38%;
  height: 35%;
  background: rgba(162, 0, 10, 0.18);
  -webkit-mask: url("assets/brand-mark-figma.svg") center / contain no-repeat;
  mask: url("assets/brand-mark-figma.svg") center / contain no-repeat;
  opacity: 1;
}

.v2-brand-polish .site-menu-close:focus-visible,
.v2-brand-polish .site-menu-tab:focus-visible,
.v2-brand-polish .site-menu-panel a:focus-visible,
.v2-brand-polish .site-menu-secondary a:focus-visible,
.v2-brand-polish .site-menu-feature:focus-visible {
  outline: 2px solid rgba(226, 51, 51, 0.30);
  outline-offset: 4px;
}

.v2-brand-polish .products {
  width: min(100% - 144px, 1246px);
  border-top: 0;
  padding: 32px 0 30px;
}

.v2-brand-polish .products .section-heading.row {
  position: relative;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  text-align: center;
}

.v2-brand-polish .products .section-heading a {
  position: static;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: rgba(69, 25, 27, 0.76);
  font-family: var(--brand-sans);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px;
  transform: none;
  transition:
    color 180ms ease,
    border-color 180ms ease;
}

.v2-brand-polish .products .section-heading a:hover {
  color: var(--red);
}

.v2-brand-polish .product-track {
  grid-auto-columns: 193px;
  gap: 20px;
  margin-top: 28px;
  cursor: grab;
  user-select: none;
}

.v2-brand-polish .product-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.v2-brand-polish .product-track.is-dragging .product-card {
  pointer-events: none;
}

.v2-brand-polish .product-track img,
.v2-brand-polish .product-track a {
  -webkit-user-drag: none;
}

.v2-brand-polish .products .track-progress {
  display: block;
  height: 3px;
  margin-top: 22px;
  background: rgba(69, 25, 27, 0.08);
  overflow: hidden;
}

.v2-brand-polish .products .track-progress span {
  width: 193px;
  background: rgba(69, 25, 27, 0.88);
  transform: translateX(0);
  transition: transform 160ms ease, width 160ms ease;
  will-change: transform;
}

.v2-brand-polish .products .carousel-wrap.has-more-right::after {
  width: 104px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.50) 56%, #fff 100%);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.v2-brand-polish .product-card {
  color: var(--ink);
  font-family: var(--brand-sans);
  text-decoration: none;
  transition:
    color 180ms ease;
}

.v2-brand-polish .product-media {
  border: 1px solid rgba(69, 25, 27, 0.08);
  border-radius: 18px;
  background:
    radial-gradient(circle at 24% 18%, rgba(226, 51, 51, 0.08), rgba(226, 51, 51, 0) 34%),
    linear-gradient(145deg, #fffaf7 0%, #f9eee7 100%);
  box-shadow: 0 14px 30px rgba(69, 25, 27, 0.045);
  transition:
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.v2-brand-polish .product-card:hover {
  color: var(--red);
}

.v2-brand-polish .product-card h3 {
  margin: 13px 4px 6px;
  color: var(--ink);
  font-family: var(--brand-sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.14;
  transition: color 180ms ease;
}

.v2-brand-polish .product-card:hover h3 {
  color: var(--red);
}

.v2-brand-polish .prices {
  gap: 7px;
  margin: 0 4px;
}

.v2-brand-polish .old-price,
.v2-brand-polish .new-price {
  font-family: var(--brand-sans);
  font-size: 13px;
  letter-spacing: 0;
}

.v2-brand-polish .old-price {
  color: rgba(69, 25, 27, 0.34);
}

.v2-brand-polish .new-price {
  color: var(--ink);
  font-weight: 600;
}

.v2-brand-polish .sale-badge {
  top: 9px;
  left: 9px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 0;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-family: var(--brand-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  padding: 0;
  text-align: center;
  box-shadow: 0 5px 12px rgba(226, 51, 51, 0.16);
}

.v2-brand-polish .product-categories {
  width: min(100% - 144px, 1246px);
  border-top: 0;
  padding: 34px 0 46px;
}

.v2-brand-polish .product-categories .section-heading h2 {
  font-size: 50px;
  line-height: 1.05;
}

.v2-brand-polish .product-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 32px 22px;
  margin-top: 42px;
}

.v2-brand-polish .product-category-card {
  display: grid;
  gap: 13px;
  justify-items: center;
  min-width: 0;
  color: var(--ink);
  font-family: var(--brand-sans);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.v2-brand-polish .product-category-card:hover {
  color: var(--red);
  transform: translateY(-2px);
}

.v2-brand-polish .product-category-media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(69, 25, 27, 0.08);
  border-radius: 25px;
  background:
    radial-gradient(circle at 24% 18%, rgba(226, 51, 51, 0.12), rgba(226, 51, 51, 0) 34%),
    radial-gradient(circle at 82% 84%, rgba(69, 25, 27, 0.06), rgba(69, 25, 27, 0) 38%),
    linear-gradient(145deg, #fffaf7 0%, #f9eee7 100%);
  box-shadow: 0 16px 34px rgba(69, 25, 27, 0.06);
}

.v2-brand-polish .product-category-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: none;
}

.v2-brand-polish .product-category-card:hover .product-category-media {
  border-color: rgba(226, 51, 51, 0.20);
  box-shadow: 0 20px 38px rgba(69, 25, 27, 0.075);
}

.v2-brand-polish .product-category-card strong {
  display: block;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  line-height: 1;
}

.v2-brand-polish .product-category-card-more {
  color: #fff;
}

.v2-brand-polish .product-category-card-more:hover {
  color: #fff;
}

.v2-brand-polish .product-category-more-mark {
  position: relative;
  display: grid;
  place-items: start;
  align-content: start;
  border: 1px solid rgba(69, 25, 27, 0.08);
  background: var(--red);
  box-shadow: 0 16px 34px rgba(69, 25, 27, 0.06);
  padding: 34px 20px 28px;
}

.v2-brand-polish .product-category-more-mark::before {
  position: absolute;
  right: 10%;
  bottom: 10%;
  width: 38%;
  height: 35%;
  background: rgba(162, 0, 10, 0.18);
  content: "";
  -webkit-mask: url("assets/brand-mark-figma.svg") center / contain no-repeat;
  mask: url("assets/brand-mark-figma.svg") center / contain no-repeat;
}

.v2-brand-polish .product-category-more-mark strong {
  position: relative;
  z-index: 1;
  max-width: 104px;
  color: #fff;
  font-family: var(--brand-sans);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.08;
  text-align: left;
}

.v2-brand-polish .testimonials {
  width: min(100% - 144px, 1246px);
  padding: 58px 0 82px;
}

.v2-brand-polish .testimonials .section-heading h2 {
  color: var(--ink);
  font-family: var(--display);
  font-size: 50px;
  font-weight: 400;
  line-height: 1.05;
}

.v2-brand-polish .testimonials .carousel-wrap::after,
.v2-brand-polish .testimonials .round-arrow {
  display: none;
}

.v2-brand-polish .review-track {
  display: grid;
  grid-auto-flow: initial;
  grid-auto-columns: initial;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  overflow: visible;
  margin-top: 44px;
  padding: 0;
}

.v2-brand-polish .review-card {
  border: 1px solid rgba(69, 25, 27, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(69, 25, 27, 0.045);
  color: var(--ink);
  font-family: var(--brand-sans);
}

.v2-brand-polish .review-card > img {
  aspect-ratio: 1;
}

.v2-brand-polish .review-body {
  padding: 14px 12px 15px;
}

.v2-brand-polish .review-person {
  grid-template-columns: 36px 1fr;
  gap: 8px;
}

.v2-brand-polish .review-avatar-badge {
  width: 36px;
  height: 33px;
}

.v2-brand-polish .review-person strong {
  font-family: var(--brand-sans);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.15;
}

.v2-brand-polish .review-person span,
.v2-brand-polish .review-date {
  color: rgba(69, 25, 27, 0.52);
  font-family: var(--brand-sans);
  font-size: 10px;
  line-height: 1.2;
}

.v2-brand-polish .stars {
  gap: 6px;
  margin-top: 8px;
  color: var(--red);
  font-size: 11px;
  line-height: 1;
}

.v2-brand-polish .review-card h3 {
  margin: 8px 0 0;
  color: var(--ink);
  font-family: var(--brand-sans);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.16;
}

.v2-brand-polish .review-card p {
  margin: 6px 0 0;
  color: rgba(69, 25, 27, 0.68);
  font-family: var(--brand-sans);
  font-size: 11px;
  line-height: 1.35;
}

.v2-brand-polish .rating-note {
  margin-top: 24px;
  color: rgba(69, 25, 27, 0.56);
  font-family: var(--brand-sans);
  font-size: 12px;
}

.v2-brand-polish .brand-story {
  min-height: 368px;
  height: auto;
  background: var(--red);
}

.v2-brand-polish .brand-story > div {
  width: min(100% - 144px, 1246px);
  padding: 58px 0 52px;
}

.v2-brand-polish .brand-story h2 {
  max-width: 650px;
  color: #fff;
  font-family: var(--display);
  font-size: 60px;
  font-weight: 400;
  line-height: 0.92;
}

.v2-brand-polish .brand-story p {
  max-width: 635px;
  margin: 44px 0 30px;
  color: #fff;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.v2-brand-polish .brand-story .button-light {
  min-width: 220px;
  height: 45px;
  border-radius: 999px;
  background: #fff;
  color: var(--red);
  font-family: var(--brand-sans);
  font-size: 13px;
  font-weight: 500;
}

.v2-brand-polish .brand-story-logos {
  display: flex;
  gap: 34px;
  align-items: center;
  margin-top: 36px;
  color: #fff;
}

.v2-brand-polish .brand-story-logos strong {
  color: #fff;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.v2-brand-polish .brand-mark {
  top: 48px;
  right: max(88px, calc((100vw - 1246px) / 2));
  width: 350px;
  height: 312px;
  opacity: 0.44;
  mix-blend-mode: multiply;
}

.v2-brand-polish .footer {
  height: auto;
  overflow: visible;
  border-top: 1px solid #ececec;
  color: var(--ink);
  font-family: var(--brand-sans);
}

.v2-brand-polish .footer-main {
  grid-template-columns: minmax(360px, 1fr) 160px 190px 38px;
  gap: 58px;
  width: min(100% - 144px, 1246px);
  min-height: 0;
  padding: 28px 0 30px;
}

.v2-brand-polish .footer-logo {
  width: 88px;
  height: auto;
}

.v2-brand-polish .footer-about p {
  max-width: 520px;
  margin: 26px 0 0;
  color: #7a7979;
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.34;
}

.v2-brand-polish .footer-column {
  gap: 18px;
}

.v2-brand-polish .footer-column h3 {
  margin: 0 0 16px;
  color: #000;
  font-family: var(--brand-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.v2-brand-polish .footer-column a {
  color: #7a7979;
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.v2-brand-polish .footer-column a:hover {
  color: var(--red);
}

.v2-brand-polish .socials {
  justify-self: end;
}

.v2-brand-polish .footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  border-top: 1px solid #ececec;
  padding: 16px max(72px, calc((100vw - 1246px) / 2));
}

.v2-brand-polish .footer-bottom nav {
  display: flex;
  gap: 22px;
  align-items: center;
}

.v2-brand-polish .footer-bottom a,
.v2-brand-polish .footer-bottom p,
.v2-brand-polish .footer-bottom button {
  margin: 0;
  color: #7a7979;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.v2-brand-polish .footer-bottom p {
  color: #000;
}

.v2-brand-polish .footer-bottom button {
  justify-self: end;
  border: 0;
  background: transparent;
  color: #000;
  cursor: pointer;
  padding: 0;
}

@media (max-width: 1180px) {
  .v2-brand-polish .recipients,
  .v2-brand-polish .products,
  .v2-brand-polish .product-categories {
    width: min(100% - 56px, 960px);
  }

  .v2-brand-polish .product-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .v2-brand-polish .recipients,
  .v2-brand-polish .products,
  .v2-brand-polish .product-categories {
    width: calc(100% - 36px);
  }

  .v2-brand-polish .product-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 14px;
    margin-top: 36px;
  }

  .v2-brand-polish .product-categories .section-heading h2 {
    font-size: 38px;
    line-height: 1.05;
  }

  .v2-brand-polish .hero-banner-cta {
    top: auto;
    right: 24px;
    left: auto;
    bottom: 112px;
  }
}
