.cc-home-v2 {
  --cc-v2-bg: #080808;
  --cc-v2-panel: #111;
  --cc-v2-panel-2: #181818;
  --cc-v2-line: #2a2a2a;
  --cc-v2-text: #f7f7f7;
  --cc-v2-muted: #a9a9a9;
  --cc-v2-accent: #e31e24;
  --cc-v2-accent-2: #ff343a;
  --cc-v2-radius: 8px;
  --cc-v2-shadow: 0 30px 90px rgba(0, 0, 0, .45);
  background:
    radial-gradient(circle at 72% 12%, rgba(227, 30, 36, .12), transparent 22%),
    radial-gradient(circle at 76% 0, #202020 0, #080808 34%, #050505 100%);
  color: var(--cc-v2-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
}

.cc-home-v2 * {
  box-sizing: border-box;
}

.cc-home-v2 a {
  color: inherit;
  text-decoration: none !important;
  box-shadow: none !important;
}

.cc-home-v2 a:hover,
.cc-home-v2 a:focus {
  text-decoration: none !important;
  box-shadow: none !important;
}

body.page-id-4725 .wd-page-title,
body.page-id-4725 .page-title,
body.page-id-4725 .entry-title,
body.page-id-4725 .breadcrumbs,
body.page-id-4725 .wd-breadcrumbs {
  display: none !important;
}

body.page-id-4725 .wd-dropdown-register {
  display: none !important;
}

html:has(body.page-id-4725),
body.page-id-4725,
body.page-id-4725 .website-wrapper,
body.page-id-4725 .main-page-wrapper {
  background: #050505 !important;
}

body.page-id-4725 a.skip-link,
body.page-id-4725 .skip-link.screen-reader-text,
body.page-id-4725 .wd-skip-links {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

body.page-id-4725 .website-wrapper,
body.page-id-4725 .main-page-wrapper,
body.page-id-4725 .site-content,
body.page-id-4725 .entry-content,
body.page-id-4725 .container {
  max-width: 100vw !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow-x: hidden !important;
}

body.page-id-4725 .main-page-wrapper,
body.page-id-4725 .site-content,
body.page-id-4725 .entry-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.page-id-4725 #main-content,
body.page-id-4725 article.entry-content {
  padding-top: 0 !important;
  border-top: 0 !important;
}

body.page-id-4725 .whb-main-header,
body.page-id-4725 .whb-header,
body.page-id-4725 .main-header,
body.page-id-4725 .whb-row,
body.page-id-4725 .whb-color-dark:not(.whb-with-bg) {
  display: none !important;
}

body.page-id-4725 .footer-container,
body.page-id-4725 .wd-footer,
body.page-id-4725 .copyrights-wrapper,
body.page-id-4725 .wd-copyrights {
  display: none !important;
}

.cc-v2-hero {
  min-height: 650px;
  padding: 72px clamp(18px, 4vw, 64px) 54px;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(360px, 1.18fr);
  gap: 36px;
  align-items: center;
  border-bottom: 1px solid var(--cc-v2-line);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .96) 0%, rgba(0, 0, 0, .9) 34%, rgba(0, 0, 0, .54) 58%, rgba(0, 0, 0, .22) 82%, rgba(0, 0, 0, .66) 100%),
    linear-gradient(180deg, rgba(8, 8, 8, .2), rgba(8, 8, 8, .78)),
    var(--cc-v2-hero-image) center 42% / cover no-repeat,
    repeating-linear-gradient(55deg, transparent 0 48px, rgba(255, 255, 255, .035) 49px 51px),
    #080808;
}

.cc-v2-topbar {
  height: 34px;
  display: flex;
  justify-content: center;
  gap: 44px;
  align-items: center;
  border-bottom: 1px solid var(--cc-v2-line);
  font-size: 13px;
  font-weight: 700;
  color: #d6d6d6;
  background: #050505;
}

.cc-v2-header {
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 0 clamp(18px, 4vw, 64px);
  background: rgba(7, 7, 7, .94);
  border-bottom: 1px solid var(--cc-v2-line);
}

.cc-v2-brand {
  display: inline-grid;
  gap: 2px;
  color: #fff !important;
}

.cc-v2-brand > span {
  font-family: Oswald, Inter, sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
}

.cc-v2-brand > span > span {
  margin-left: 6px;
  color: var(--cc-v2-accent);
}

.cc-v2-brand small {
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: 10px;
  color: #dcdcdc;
}

.cc-v2-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
}

.cc-v2-nav a,
.cc-v2-icon-link,
.cc-v2-mobile-menu a {
  color: #f7f7f7 !important;
  text-decoration: none !important;
}

.cc-v2-header-tools {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.cc-v2-cart-link {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}

.cc-v2-icon-link {
  position: relative;
  min-width: 36px;
  height: 36px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.cc-v2-icon-link .dashicons {
  width: 26px;
  height: 26px;
  color: #fff !important;
  font-size: 26px;
  line-height: 26px;
  text-decoration: none !important;
}

.cc-v2-icon-link:hover .dashicons {
  color: var(--cc-v2-accent) !important;
}

.cc-v2-cart-count {
  min-width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: var(--cc-v2-accent);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.cc-v2-icon-link .cc-v2-cart-count {
  position: absolute;
  right: -3px;
  top: -2px;
  min-width: 19px;
  height: 19px;
  font-size: 10px;
}

.cc-v2-mobile-menu {
  display: none;
  position: relative;
}

.cc-v2-mobile-menu summary {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: transparent;
  cursor: pointer;
  list-style: none;
}

.cc-v2-mobile-menu summary .dashicons {
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
}

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

.cc-v2-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.cc-v2-mobile-menu div {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  z-index: 5;
  width: min(280px, calc(100vw - 36px));
  padding: 12px;
  display: grid;
  gap: 4px;
  border: 1px solid var(--cc-v2-line);
  border-radius: var(--cc-v2-radius);
  background: rgba(8, 8, 8, .98);
  box-shadow: var(--cc-v2-shadow);
}

.cc-v2-mobile-menu a {
  display: block;
  padding: 12px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}

.cc-v2-mobile-menu a.cc-v2-cart-link {
  justify-content: space-between;
}

.cc-v2-mobile-menu a:hover {
  background: rgba(255, 255, 255, .06);
}

.cc-v2-eyebrow {
  margin: 0 0 14px;
  color: var(--cc-v2-accent-2);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.cc-v2-hero h1,
.cc-v2-section h2,
.cc-v2-section h3,
.cc-v2-builder h2,
.cc-v2-faq h2 {
  font-family: Oswald, Inter, system-ui, sans-serif;
  text-transform: uppercase;
  color: var(--cc-v2-text);
  letter-spacing: 0;
}

.cc-v2-hero h1 {
  font-size: clamp(54px, 7vw, 104px);
  line-height: .95;
  margin: 0 0 28px;
}

.cc-v2-hero h1 span {
  color: var(--cc-v2-accent);
}

.cc-v2-lead {
  max-width: 620px;
  font-size: 20px;
  line-height: 1.65;
  color: #e4e4e4;
}

.cc-v2-copy-mobile {
  display: none;
}

.cc-v2-actions,
.cc-v2-builder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0;
}

.cc-v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.cc-v2-btn:hover {
  transform: translateY(-1px);
}

.cc-v2-btn-primary {
  background: linear-gradient(135deg, var(--cc-v2-accent), #b70d12);
  color: #fff !important;
}

.cc-v2-btn-secondary {
  border: 1px solid #777;
  color: #fff !important;
  background: rgba(255, 255, 255, .03);
}

.cc-home-v2 .cc-v2-btn,
.cc-home-v2 .cc-v2-btn:hover,
.cc-home-v2 .cc-v2-btn:focus {
  color: #fff !important;
}

.cc-v2-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 740px;
}

.cc-v2-trust-row div {
  padding: 18px;
  border: 1px solid var(--cc-v2-line);
  background: rgba(255, 255, 255, .035);
  border-radius: var(--cc-v2-radius);
}

.cc-v2-trust-row strong {
  display: block;
  font-size: 22px;
}

.cc-v2-trust-row span {
  display: block;
  color: var(--cc-v2-muted);
  font-size: 13px;
  margin-top: 6px;
}

.cc-v2-hero-visual {
  display: none;
  min-height: 520px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, .12), transparent 28%),
    linear-gradient(145deg, #171717, #050505 68%);
  box-shadow: var(--cc-v2-shadow);
  border: 1px solid rgba(255, 255, 255, .08);
}

.cc-v2-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(55deg, transparent 0 42px, rgba(255, 255, 255, .04) 43px 46px);
}

.cc-v2-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .12), transparent 28%, rgba(0, 0, 0, .36)),
    radial-gradient(circle at 50% 42%, transparent 0 42%, rgba(0, 0, 0, .38) 68%);
  z-index: 2;
}

.cc-v2-hero-visual img {
  position: absolute;
  inset: auto 1% -8% auto;
  z-index: 1;
  width: min(84%, 560px);
  height: auto;
  max-height: 112%;
  object-fit: contain;
  filter: drop-shadow(0 36px 50px rgba(0, 0, 0, .7));
}

.cc-v2-section,
.cc-v2-builder {
  padding: 72px clamp(18px, 4vw, 64px);
  max-width: 100%;
}

.cc-v2-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.cc-v2-section-head h2,
.cc-v2-builder h2,
.cc-v2-faq h2 {
  font-size: clamp(32px, 4vw, 46px);
  margin: 0;
}

.cc-v2-section-head > a {
  color: var(--cc-v2-accent);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}

.cc-v2-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.cc-v2-category-card,
.cc-v2-product-card,
.cc-v2-feature-card,
.cc-v2-step-card,
.cc-v2-builder,
.cc-v2-faq details {
  background: linear-gradient(180deg, var(--cc-v2-panel-2), #0d0d0d);
  border: 1px solid var(--cc-v2-line);
  border-radius: var(--cc-v2-radius);
}

.cc-v2-category-card {
  min-height: 170px;
  padding: 16px 14px;
  text-align: center;
  display: grid;
  align-content: center;
  gap: 10px;
}

.cc-v2-category-media {
  display: grid;
  place-items: center;
  min-height: 92px;
}

.cc-v2-category-image {
  width: 126px;
  height: 98px;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, .55));
}

.cc-v2-category-fallback {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle, #333 0 36%, #050505 37% 56%, #777 57% 59%, transparent 60%);
}

.cc-v2-category-card strong {
  text-transform: uppercase;
  font-size: 13px;
}

.cc-v2-category-card small {
  color: var(--cc-v2-muted);
}

.cc-v2-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.cc-v2-product-card {
  overflow: hidden;
  min-width: 0;
  transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.cc-v2-product-card:hover {
  border-color: rgba(227, 30, 36, .42);
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .28);
}

.cc-v2-product-media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  width: 100%;
  min-height: 0;
  contain: layout paint;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, .08), transparent 34%),
    #0d0d0d;
}

.cc-v2-product-badge,
.cc-v2-product-stock {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.cc-v2-product-badge {
  top: 12px;
  left: 12px;
  color: #fff;
  background: rgba(227, 30, 36, .9);
}

.cc-v2-product-stock {
  right: 12px;
  bottom: 12px;
  color: #f3f3f3;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(0, 0, 0, .58);
  backdrop-filter: blur(8px);
}

.cc-v2-product-image {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  padding: 12px;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, .45));
  transition: opacity .18s ease;
}

.cc-v2-product-body {
  padding: 16px;
}

.cc-v2-product-body h3 {
  font-size: 18px !important;
  line-height: 1.22 !important;
  min-height: 3.66em;
  margin: 0 0 14px;
  color: var(--cc-v2-text);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cc-home-v2 .cc-v2-product-body h3 a,
.cc-home-v2 .cc-v2-product-body h3 a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.cc-v2-product-meta {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.cc-v2-price {
  color: var(--cc-v2-accent);
  font-weight: 900;
  white-space: nowrap;
}

.cc-home-v2 .cc-v2-price,
.cc-home-v2 .cc-v2-price .amount,
.cc-home-v2 .cc-v2-price .woocommerce-Price-amount,
.cc-home-v2 .cc-v2-price .woocommerce-Price-currencySymbol {
  color: #f7f7f7 !important;
  font-size: 16px;
  font-weight: 900;
}

.cc-v2-card-note {
  color: var(--cc-v2-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.cc-v2-card-link {
  color: var(--cc-v2-accent) !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: none !important;
}

.cc-v2-product-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.cc-v2-card-button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 4px;
  border: 1px solid var(--cc-v2-accent);
  color: #fff !important;
  background: var(--cc-v2-accent);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.cc-home-v2 a.cc-v2-card-button,
.cc-home-v2 a.cc-v2-card-button:hover,
.cc-home-v2 a.cc-v2-card-button:focus,
body.page-id-4725 .cc-home-v2 a.cc-v2-card-button {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

.cc-v2-card-button:hover {
  border-color: var(--cc-v2-accent-2);
  background: var(--cc-v2-accent-2);
  transform: translateY(-1px);
}

.cc-home-v2 a.cc-v2-card-button.added {
  border-color: rgba(255, 255, 255, .32);
  background: #151515;
  font-size: 0;
}

.cc-home-v2 a.cc-v2-card-button.added::before {
  content: "Добавлено";
  font-size: 11px;
}

.cc-home-v2 a.cc-v2-card-button.added::after {
  display: none;
}

.cc-home-v2 .cc-v2-product-actions .added_to_cart {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, .22);
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  background: rgba(255, 255, 255, .08);
  font-size: 0;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}

.cc-home-v2 .cc-v2-product-actions .added_to_cart::before {
  content: "К корзине";
  font-size: 11px;
}

.cc-home-v2 .cc-v2-product-actions .added_to_cart:hover {
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .12);
}

.cc-v2-promo-pair {
  padding: 0 clamp(18px, 4vw, 64px) 72px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.cc-v2-promo-card {
  --cc-v2-promo-image: url("assets/front-v2/category-purple.png");
  min-height: 220px;
  position: relative;
  overflow: hidden;
  padding: 28px;
  display: grid;
  align-content: end;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--cc-v2-radius);
  background:
    linear-gradient(110deg, rgba(0, 0, 0, .92), rgba(0, 0, 0, .62) 52%, rgba(0, 0, 0, .32)),
    radial-gradient(circle at 78% 36%, rgba(227, 30, 36, .24), transparent 28%),
    #101010;
}

.cc-v2-promo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .7)),
    var(--cc-v2-promo-image) right center / contain no-repeat;
  opacity: .86;
}

.cc-v2-promo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(55deg, transparent 0 48px, rgba(255, 255, 255, .03) 49px 51px);
}

.cc-v2-promo-card-new {
  --cc-v2-promo-image: url("assets/front-v2/hero-casioak-collection-mobile.jpg");
}

.cc-v2-promo-card-custom {
  --cc-v2-promo-image: url("assets/front-v2/category-purple.png");
}

.cc-v2-promo-card > * {
  position: relative;
  z-index: 1;
}

.cc-v2-promo-card span,
.cc-v2-promo-card em {
  color: var(--cc-v2-accent-2);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cc-v2-promo-card strong {
  max-width: 430px;
  margin-top: 8px;
  color: #fff;
  font-family: Oswald, Inter, system-ui, sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.06;
  text-transform: uppercase;
}

.cc-v2-promo-card small {
  max-width: 390px;
  margin: 10px 0 18px;
  color: #d8d8d8;
  font-size: 14px;
  line-height: 1.55;
}

.cc-v2-best-sellers {
  padding-top: 0;
}

.cc-v2-best-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.cc-v2-best-card {
  min-width: 0;
  padding: 12px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 34px;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--cc-v2-line);
  border-radius: var(--cc-v2-radius);
  background: linear-gradient(180deg, var(--cc-v2-panel-2), #0d0d0d);
}

.cc-v2-best-media {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, .12), transparent 42%),
    #0a0a0a;
}

.cc-v2-best-media img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, .62));
}

.cc-v2-best-card h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cc-v2-best-card p {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.cc-v2-mini-button {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(227, 30, 36, .8);
  border-radius: 50%;
  color: #fff !important;
  background: var(--cc-v2-accent);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.cc-v2-style-proof {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .018), rgba(0, 0, 0, 0)),
    #080808;
}

.cc-v2-look-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cc-v2-look-card {
  min-height: 320px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: end;
  border: 1px solid var(--cc-v2-line);
  border-radius: var(--cc-v2-radius);
  background: linear-gradient(180deg, #171717, #090909);
}

.cc-v2-look-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
  transform: scale(1.01);
}

.cc-v2-look-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .06), rgba(0, 0, 0, .16) 42%, rgba(0, 0, 0, .9)),
    radial-gradient(circle at 78% 24%, rgba(227, 30, 36, .18), transparent 32%);
}

.cc-v2-look-card div {
  position: relative;
  z-index: 1;
  padding: 22px;
}

.cc-v2-look-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.08;
}

.cc-v2-look-card p {
  margin: 0;
  color: var(--cc-v2-muted);
  font-size: 14px;
  line-height: 1.6;
}

.cc-v2-review-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cc-v2-review-card {
  padding: 22px;
  border: 1px solid var(--cc-v2-line);
  border-radius: var(--cc-v2-radius);
  background: linear-gradient(180deg, var(--cc-v2-panel-2), #0d0d0d);
}

.cc-v2-review-card span {
  display: block;
  margin-bottom: 12px;
  color: #ffd34d;
  font-size: 12px;
  letter-spacing: .08em;
}

.cc-v2-review-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.cc-v2-review-card p {
  margin: 0;
  color: var(--cc-v2-muted);
  font-size: 14px;
  line-height: 1.65;
}

.cc-v2-proof {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .015), rgba(227, 30, 36, .055)),
    #070707;
  border-top: 1px solid rgba(255, 255, 255, .06);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.cc-v2-order {
  background:
    repeating-linear-gradient(55deg, transparent 0 54px, rgba(255, 255, 255, .025) 55px 57px),
    #080808;
}

.cc-v2-feature-grid,
.cc-v2-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.cc-v2-feature-card,
.cc-v2-step-card {
  min-width: 0;
  padding: 22px;
}

.cc-v2-feature-card {
  min-height: 238px;
  display: grid;
  align-content: start;
  gap: 14px;
}

.cc-v2-feature-card > .dashicons {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(227, 30, 36, .18);
  border: 1px solid rgba(227, 30, 36, .34);
  border-radius: 50%;
  font-size: 22px;
  line-height: 42px;
}

.cc-v2-feature-card h3,
.cc-v2-step-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.15;
}

.cc-v2-feature-card p,
.cc-v2-step-card p {
  margin: 0;
  color: var(--cc-v2-muted);
  font-size: 14px;
  line-height: 1.65;
}

.cc-v2-step-grid {
  counter-reset: cc-v2-step;
}

.cc-v2-step-card {
  min-height: 230px;
  position: relative;
  display: grid;
  align-content: end;
  gap: 12px;
  overflow: hidden;
}

.cc-v2-step-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(227, 30, 36, .18), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, .02), transparent 42%);
  pointer-events: none;
}

.cc-v2-step-card > * {
  position: relative;
  z-index: 1;
}

.cc-v2-step-card > span {
  position: absolute;
  top: 16px;
  left: 18px;
  z-index: 1;
  color: rgba(255, 255, 255, .18);
  font-family: Oswald, Inter, system-ui, sans-serif;
  font-size: 58px;
  font-weight: 900;
  line-height: .8;
}

.cc-v2-builder {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin: 0 clamp(18px, 4vw, 64px) 72px;
}

.cc-v2-builder p,
.cc-v2-referral p,
.cc-v2-faq p {
  color: var(--cc-v2-muted);
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.cc-v2-referral {
  margin: 0 clamp(18px, 4vw, 64px) 72px;
  padding: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr);
  gap: 24px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--cc-v2-radius);
  background:
    radial-gradient(circle at 82% 18%, rgba(227, 30, 36, .2), transparent 26%),
    linear-gradient(135deg, #151515, #080808 62%);
}

.cc-v2-referral h2 {
  margin: 0;
  font-family: Oswald, Inter, system-ui, sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.06;
  color: #fff;
  text-transform: uppercase;
}

.cc-v2-referral p:not(.cc-v2-eyebrow) {
  max-width: 720px;
  margin: 14px 0 0;
}

.cc-v2-referral-actions {
  display: grid;
  gap: 10px;
}

.cc-v2-referral-note {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cc-v2-referral-note span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  color: #dcdcdc;
  background: rgba(255, 255, 255, .04);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.cc-v2-faq details {
  padding: 20px 24px;
  margin-top: 12px;
}

.cc-v2-faq summary {
  cursor: pointer;
  font-weight: 800;
}

.cc-v2-final-cta {
  margin: 0 clamp(18px, 4vw, 64px) 72px;
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr);
  gap: 24px 34px;
  align-items: center;
  border: 1px solid rgba(227, 30, 36, .38);
  border-radius: var(--cc-v2-radius);
  background:
    linear-gradient(135deg, rgba(227, 30, 36, .18), rgba(10, 10, 10, .96) 42%),
    #0d0d0d;
  box-shadow: var(--cc-v2-shadow);
}

.cc-v2-final-cta h2 {
  margin: 0;
  font-family: Oswald, Inter, system-ui, sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.06;
  text-transform: uppercase;
  color: var(--cc-v2-text);
}

.cc-v2-final-cta p:not(.cc-v2-eyebrow) {
  margin: 14px 0 0;
  max-width: 650px;
  color: var(--cc-v2-muted);
  font-size: 16px;
  line-height: 1.65;
}

.cc-v2-flow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.cc-v2-flow span {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
  color: #fff;
  background: rgba(255, 255, 255, .04);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.cc-v2-flow strong {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: var(--cc-v2-accent);
  font-size: 12px;
}

.cc-v2-final-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cc-v2-subscribe {
  margin: 0 clamp(18px, 4vw, 64px) 72px;
  padding: 30px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(227, 30, 36, .34);
  border-radius: var(--cc-v2-radius);
  background:
    radial-gradient(circle at 8% 50%, rgba(227, 30, 36, .16), transparent 26%),
    linear-gradient(135deg, #141414, #080808 64%);
}

.cc-v2-subscribe h2 {
  margin: 0;
  color: #fff;
  font-family: Oswald, Inter, system-ui, sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.06;
  text-transform: uppercase;
}

.cc-v2-subscribe p:not(.cc-v2-eyebrow) {
  margin: 12px 0 0;
  color: var(--cc-v2-muted);
  line-height: 1.65;
}

.cc-v2-subscribe-form {
  display: grid;
  gap: 12px;
}

.cc-v2-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cc-v2-subscribe-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.cc-v2-subscribe input[type="email"] {
  min-height: 52px;
  width: 100%;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 4px;
  color: #fff;
  background: rgba(255, 255, 255, .05);
}

.cc-v2-subscribe input[type="email"]::placeholder {
  color: #8f8f8f;
}

.cc-v2-subscribe button {
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(135deg, var(--cc-v2-accent), #b70d12);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cc-v2-consent {
  display: flex;
  gap: 10px;
  align-items: start;
  color: var(--cc-v2-muted);
  font-size: 12px;
  line-height: 1.5;
}

.cc-v2-consent input {
  margin-top: 2px;
}

.cc-v2-consent a {
  color: #fff !important;
  text-decoration: underline !important;
}

.cc-v2-form-status {
  margin: 0 !important;
  font-size: 13px;
  font-weight: 800;
}

.cc-v2-form-status-ok {
  color: #8ee28e !important;
}

.cc-v2-form-status-error {
  color: #ff8b8b !important;
}

.cc-v2-footer {
  padding: 44px clamp(18px, 4vw, 64px) 30px;
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(4, minmax(150px, .8fr));
  gap: 28px;
  align-items: start;
  border-top: 1px solid var(--cc-v2-line);
  background: #050505;
}

.cc-v2-footer-bottom {
  grid-column: 1 / -1;
  margin-top: 10px;
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #8f8f8f;
  font-size: 12px;
  line-height: 1.5;
}

.cc-v2-footer-brand {
  max-width: 430px;
}

.cc-v2-footer-brand strong {
  display: block;
  font-family: Oswald, Inter, sans-serif;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1;
}

.cc-v2-footer-brand strong span {
  margin-left: 6px;
  color: var(--cc-v2-accent);
}

.cc-v2-footer-brand p {
  margin: 12px 0 0;
  color: var(--cc-v2-muted);
  line-height: 1.65;
}

.cc-v2-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.cc-v2-footer-badges span {
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: #dcdcdc;
  background: rgba(255, 255, 255, .04);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.cc-v2-footer-nav,
.cc-v2-footer-meta {
  display: grid;
  gap: 10px;
}

.cc-v2-footer-nav strong,
.cc-v2-footer-meta strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cc-v2-footer-nav a,
.cc-v2-footer-meta a {
  color: #f7f7f7 !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none !important;
}

.cc-v2-footer-nav a:hover,
.cc-v2-footer-meta a:hover {
  color: var(--cc-v2-accent) !important;
}

.cc-v2-footer-meta span {
  color: var(--cc-v2-muted);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 1024px) {
  .cc-v2-topbar {
    display: none;
  }

  .cc-v2-header {
    min-height: 72px;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    width: 100%;
    max-width: 100vw;
    gap: 12px;
    padding: 0 18px;
    overflow: visible;
  }

  .cc-v2-nav {
    display: none;
  }

  .cc-v2-header-tools {
    gap: 10px;
  }

  .cc-v2-account-link {
    display: none !important;
  }

  .cc-v2-icon-link {
    min-width: 34px;
    height: 34px;
  }

  .cc-v2-icon-link .dashicons {
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
  }

  .cc-v2-mobile-menu {
    display: block;
  }

  .cc-v2-brand {
    justify-self: center;
    text-align: center;
    min-width: 0;
    max-width: calc(100vw - 164px);
    overflow: hidden;
  }

  .cc-v2-brand > span {
    font-size: 18px;
    letter-spacing: .03em;
    white-space: nowrap;
  }

  .cc-v2-brand small {
    max-width: 100%;
    overflow: hidden;
    letter-spacing: .14em;
    font-size: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .cc-v2-hero {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
  }

  .cc-v2-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .cc-v2-promo-pair,
  .cc-v2-look-grid,
  .cc-v2-review-grid,
  .cc-v2-subscribe {
    grid-template-columns: 1fr;
  }

  .cc-v2-best-grid {
    grid-template-columns: 1fr;
  }

  .cc-v2-feature-grid,
  .cc-v2-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cc-v2-builder {
    grid-template-columns: 1fr;
  }

  .cc-v2-referral {
    grid-template-columns: 1fr;
  }

  .cc-v2-final-cta {
    grid-template-columns: 1fr;
  }

  .cc-v2-subscribe {
    grid-template-columns: 1fr;
  }

  .cc-v2-footer {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  }

  .cc-v2-footer-bottom {
    grid-column: 1 / -1;
  }

  .cc-v2-hero-copy,
  .cc-v2-hero-copy > *,
  .cc-v2-actions,
  .cc-v2-trust-row,
  .cc-v2-hero-visual,
  .cc-v2-section-head,
  .cc-v2-category-grid,
  .cc-v2-product-grid,
  .cc-v2-promo-pair,
  .cc-v2-best-grid,
  .cc-v2-look-grid,
  .cc-v2-review-grid,
  .cc-v2-feature-grid,
  .cc-v2-step-grid,
  .cc-v2-final-cta,
  .cc-v2-subscribe,
  .cc-v2-referral,
  .cc-v2-footer > * {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    min-width: 0;
  }

  .cc-v2-footer > * {
    width: auto;
    max-width: 100%;
  }

  .cc-v2-trust-row {
    grid-template-columns: 1fr;
  }

  .cc-v2-section-head h2,
  .cc-v2-builder h2,
  .cc-v2-faq h2 {
    font-size: 24px;
    line-height: 1.12;
    overflow-wrap: anywhere;
    word-break: normal;
    white-space: normal !important;
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  .cc-v2-section-head {
    display: block;
  }

  .cc-v2-section-head > a {
    display: inline-block;
    margin-top: 10px;
    max-width: 100%;
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .cc-home-v2,
  .cc-v2-section,
  .cc-v2-builder {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .cc-v2-hero {
    min-height: auto;
    padding: 34px 18px 0;
    overflow: hidden;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100vw;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, .96) 0%, rgba(0, 0, 0, .84) 54%, rgba(0, 0, 0, .38) 100%),
      linear-gradient(180deg, rgba(8, 8, 8, .18), rgba(8, 8, 8, .82)),
      var(--cc-v2-hero-mobile-image) center top / cover no-repeat,
      repeating-linear-gradient(55deg, transparent 0 48px, rgba(255, 255, 255, .035) 49px 51px),
      radial-gradient(circle at 75% 20%, rgba(227, 30, 36, .18), transparent 30%),
      #080808;
  }

  .cc-v2-hero-copy,
  .cc-v2-trust-row {
    min-width: 0;
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  .cc-v2-hero-copy > *,
  .cc-v2-actions,
  .cc-v2-hero-copy .cc-v2-trust-row {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .cc-v2-hero h1 {
    max-width: 300px;
    font-size: 38px;
    line-height: 1.02;
    margin-bottom: 24px;
  }

  .cc-v2-lead {
    max-width: 275px !important;
  }

  .cc-v2-actions,
  .cc-v2-builder-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cc-v2-trust-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .cc-v2-trust-row div {
    min-height: 88px;
    padding: 12px 6px;
    display: grid;
    align-content: center;
    justify-items: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: center;
  }

  .cc-v2-trust-row div + div {
    border-left: 1px solid rgba(255, 255, 255, .12);
  }

  .cc-v2-trust-row strong {
    font-size: 15px;
    line-height: 1.1;
  }

  .cc-v2-trust-row span {
    max-width: 88px;
    font-size: 9px;
    line-height: 1.35;
  }

  .cc-v2-hero-visual {
    display: none;
  }

  .cc-v2-section:has(.cc-v2-category-grid) {
    padding-top: 24px;
    padding-bottom: 42px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    background:
      linear-gradient(180deg, #080808 0%, #060606 100%);
  }

  .cc-v2-section:has(.cc-v2-category-grid) .cc-v2-section-head {
    margin-bottom: 20px;
  }

  .cc-v2-section:has(.cc-v2-category-grid) .cc-v2-section-head h2 {
    display: inline-block;
    position: relative;
    font-size: 22px;
  }

  .cc-v2-section:has(.cc-v2-category-grid) .cc-v2-section-head > a {
    display: none;
  }

  .cc-v2-section:has(.cc-v2-category-grid) .cc-v2-eyebrow {
    display: none;
  }

  .cc-v2-section:has(.cc-v2-category-grid) .cc-v2-section-head h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 42px;
    height: 3px;
    background: var(--cc-v2-accent);
  }

  .cc-v2-category-grid {
    grid-auto-flow: column;
    grid-auto-columns: minmax(76px, 1fr);
    grid-template-columns: repeat(4, minmax(76px, 1fr));
    gap: 8px;
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .cc-v2-category-grid::-webkit-scrollbar {
    display: none;
  }

  .cc-v2-category-card {
    min-height: 132px;
    padding: 9px 5px 10px;
    gap: 6px;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: none !important;
    background: linear-gradient(180deg, #171717, #0b0b0b);
  }

  .cc-v2-category-card *,
  .cc-v2-category-card:hover *,
  .cc-v2-category-card:focus * {
    text-decoration: none !important;
    box-shadow: none !important;
  }

  .cc-v2-category-media {
    min-height: 78px;
    overflow: hidden;
    border-radius: 6px;
    background:
      radial-gradient(circle at 50% 48%, rgba(255, 255, 255, .14), transparent 44%),
      #101010;
  }

  .cc-v2-category-image {
    width: 72px;
    height: 74px;
    padding: 0;
    object-fit: contain;
    object-position: center center;
    mix-blend-mode: screen;
    filter: contrast(1.08) drop-shadow(0 12px 18px rgba(0, 0, 0, .7));
  }

  .cc-v2-category-card strong {
    font-size: 10px;
    line-height: 1.15;
    color: #fff !important;
    text-decoration: none !important;
  }

  .cc-v2-category-card small {
    display: none;
  }

  .cc-v2-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  .cc-v2-proof,
  .cc-v2-order {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .cc-v2-feature-grid,
  .cc-v2-step-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  .cc-v2-feature-card,
  .cc-v2-step-card {
    min-height: auto;
    padding: 16px;
  }

  .cc-v2-feature-card {
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: start;
    gap: 10px 14px;
  }

  .cc-v2-feature-card h3 {
    align-self: center;
  }

  .cc-v2-feature-card p {
    grid-column: 1 / -1;
  }

  .cc-v2-feature-card h3,
  .cc-v2-step-card h3 {
    font-size: 18px;
  }

  .cc-v2-feature-card p,
  .cc-v2-step-card p {
    font-size: 13px;
  }

  .cc-v2-step-card {
    padding-left: 74px;
  }

  .cc-v2-step-card > span {
    top: 18px;
    left: 16px;
    font-size: 38px;
  }

  .cc-v2-section-head {
    display: block;
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  .cc-v2-section-head h2,
  .cc-v2-builder h2,
  .cc-v2-faq h2 {
    font-size: 24px;
    line-height: 1.12;
    overflow-wrap: anywhere;
    max-width: calc(100vw - 36px);
    white-space: normal !important;
  }

  .cc-v2-section-head > a {
    display: inline-block;
    margin-top: 10px;
  }

  .cc-v2-promo-pair {
    padding: 0 18px 42px;
    gap: 10px;
    width: 100%;
    max-width: 100vw;
  }

  .cc-v2-promo-card {
    min-height: 190px;
    padding: 20px;
  }

  .cc-v2-promo-card::before {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .82)),
      var(--cc-v2-promo-image) right center / 58% auto no-repeat;
  }

  .cc-v2-promo-card strong {
    max-width: 240px;
    font-size: 26px;
  }

  .cc-v2-promo-card small {
    max-width: 230px;
    font-size: 12px;
  }

  .cc-v2-best-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  .cc-v2-look-grid,
  .cc-v2-review-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(245px, 82%);
    grid-template-columns: none;
    gap: 10px;
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .cc-v2-look-grid::-webkit-scrollbar,
  .cc-v2-review-grid::-webkit-scrollbar {
    display: none;
  }

  .cc-v2-best-card {
    grid-template-columns: 68px minmax(0, 1fr) 32px;
    gap: 10px;
    padding: 10px;
  }

  .cc-v2-best-media {
    width: 68px;
    height: 68px;
  }

  .cc-v2-best-media img {
    width: 62px;
    height: 62px;
  }

  .cc-v2-look-card {
    min-height: 230px;
  }

  .cc-v2-look-card img {
    width: 100%;
    height: 100%;
  }

  .cc-v2-look-card div,
  .cc-v2-review-card {
    padding: 18px;
  }

  .cc-v2-look-card h3,
  .cc-v2-review-card h3 {
    font-size: 20px;
  }

  .cc-v2-review-card {
    min-height: 170px;
  }

  .cc-v2-review-card span {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .cc-v2-review-card p {
    font-size: 13px;
    line-height: 1.55;
  }

  .cc-v2-footer {
    padding: 36px 18px 96px;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .cc-v2-footer-brand strong {
    font-size: 22px;
    overflow-wrap: anywhere;
  }

  .cc-v2-footer-brand p {
    font-size: 14px;
    line-height: 1.55;
  }

  .cc-v2-footer-badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .cc-v2-footer-badges span {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 8px;
    border-radius: 999px;
    font-size: 9px;
    line-height: 1.15;
    text-align: center;
  }

  .cc-v2-footer-nav,
  .cc-v2-footer-meta {
    gap: 0;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
  }

  .cc-v2-footer-nav strong,
  .cc-v2-footer-meta strong {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .cc-v2-footer-nav a,
  .cc-v2-footer-meta a,
  .cc-v2-footer-meta span {
    padding: 7px 0;
    font-size: 11px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .cc-v2-footer-nav a:nth-of-type(n+5) {
    display: none;
  }

  .cc-v2-footer-meta span:nth-of-type(n+3) {
    display: none;
  }

  .cc-v2-referral {
    margin: 0 18px 48px;
    padding: 22px;
    gap: 18px;
  }

  .cc-v2-referral h2 {
    font-size: 26px;
    line-height: 1.12;
  }

  .cc-v2-referral-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cc-v2-final-cta {
    margin: 0 18px 48px;
    padding: 22px;
    gap: 20px;
  }

  .cc-v2-final-cta h2 {
    font-size: 26px;
    line-height: 1.12;
  }

  .cc-v2-final-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cc-v2-subscribe {
    margin: 0 18px 48px;
    padding: 22px;
    gap: 18px;
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  .cc-v2-subscribe h2 {
    font-size: 26px;
    line-height: 1.12;
  }

  .cc-v2-subscribe-row {
    grid-template-columns: 1fr;
  }

  .cc-v2-subscribe button {
    width: 100%;
  }

  .cc-v2-footer-bottom {
    display: grid;
    gap: 8px;
    justify-content: start;
  }

  .cc-v2-product-body h3 {
    min-height: 3.9em;
    margin-bottom: 10px;
    font-size: 13px !important;
    line-height: 1.3 !important;
    -webkit-line-clamp: 3;
  }

  .cc-v2-product-image {
    padding: 8px;
  }

  .cc-v2-product-body {
    padding: 10px;
  }

  .cc-v2-product-badge,
  .cc-v2-product-stock {
    min-height: 20px;
    padding: 0 7px;
    font-size: 8px;
  }

  .cc-v2-product-badge {
    top: 8px;
    left: 8px;
  }

  .cc-v2-product-stock {
    right: 8px;
    bottom: 8px;
  }

  .cc-v2-product-meta {
    display: grid;
    gap: 6px;
    align-items: start;
    margin-bottom: 10px;
  }

  .cc-home-v2 .cc-v2-price,
  .cc-home-v2 .cc-v2-price .amount,
  .cc-home-v2 .cc-v2-price .woocommerce-Price-amount,
  .cc-home-v2 .cc-v2-price .woocommerce-Price-currencySymbol {
    font-size: 13px;
  }

  .cc-v2-card-link {
    font-size: 10px;
  }

  .cc-v2-card-note {
    font-size: 9px;
    line-height: 1.3;
  }

  .cc-v2-product-actions {
    display: grid;
    gap: 8px;
    padding-top: 9px;
  }

  .cc-v2-card-button {
    min-height: 34px;
    padding: 0 8px;
    font-size: 10px;
  }

  .cc-home-v2 a.cc-v2-card-button.added::before {
    font-size: 10px;
  }

  .cc-home-v2 .cc-v2-product-actions .added_to_cart {
    min-height: 32px;
    padding: 0 8px;
  }

  .cc-home-v2 .cc-v2-product-actions .added_to_cart::before {
    font-size: 10px;
  }

  .cc-v2-lead,
  .cc-v2-eyebrow {
    width: 100%;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  .cc-v2-lead {
    font-size: 18px;
    line-height: 1.55;
  }

  .cc-v2-copy-desktop {
    display: none;
  }

  .cc-v2-copy-mobile {
    display: inline;
  }
}
