/* ==========================================================
   Dripped Vault Theme v0.1.26
   ========================================================== */

:root {
  --dvt-bg: #05050b;
  --dvt-bg-2: #090912;
  --dvt-card: rgba(20, 14, 34, 0.94);
  --dvt-purple: #8b3dff;
  --dvt-purple-2: #b85cff;
  --dvt-purple-3: #caa7ff;
  --dvt-gold: #ffc629;
  --dvt-text: #ffffff;
  --dvt-muted: rgba(255, 255, 255, 0.72);
  --dvt-muted-2: rgba(255, 255, 255, 0.54);
  --dvt-border: rgba(202, 167, 255, 0.22);
  --dvt-shadow: 0 20px 60px rgba(0, 0, 0, 0.42);
  --dvt-product-page-max: 1180px;
  --dvt-product-page-width: calc(100% - 48px);
}

* { box-sizing: border-box; }

body.dvt-site {
  margin: 0;
  background: var(--dvt-bg) !important;
  color: var(--dvt-text);
  font-family: Poppins, Arial, sans-serif;
}

body.dvt-site a { color: inherit; }

.dvt-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(202, 167, 255, 0.14);
  background: rgba(3, 3, 8, 0.96);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.dvt-header-top {
  border-bottom: 1px solid rgba(202, 167, 255, 0.1);
  background: #020205;
}

.dvt-header-top-inner,
.dvt-header-main-inner,
.dvt-header-nav-inner {
  width: var(--dvt-product-page-width);
  max-width: 1280px;
  margin: 0 auto;
}

.dvt-header-top-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255,255,255,0.58);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.dvt-header-top-inner p {
  margin: 0;
}

.dvt-utility-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  white-space: nowrap;
}

.dvt-utility-links a,
.dvt-utility-links span {
  color: rgba(255,255,255,0.66);
  text-decoration: none;
}

.dvt-utility-links a:hover {
  color: var(--dvt-text);
}

.dvt-social-icons {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.dvt-social-icons > span,
.dvt-footer-socials > span {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(202, 167, 255, 0.16);
  border-radius: 999px;
  background: rgba(255,255,255,0.045);
  color: rgba(255,255,255,0.84);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 950;
  line-height: 1;
}

.dvt-social-icons svg,
.dvt-footer-socials svg {
  width: 14px;
  height: 14px;
  display: block;
  fill: currentColor;
}

.dvt-header-main {
  background:
    radial-gradient(circle at 16% 0, rgba(139, 61, 255, 0.18), transparent 36%),
    #05050b;
}

.dvt-header-main-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.dvt-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 950;
}

.dvt-logo-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 1px solid rgba(202, 167, 255, 0.2);
  border-radius: 14px;
  background: linear-gradient(135deg, var(--dvt-purple), var(--dvt-purple-2));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 24px rgba(139, 61, 255, 0.34);
}

.dvt-logo-copy {
  display: grid;
  gap: 2px;
}

.dvt-logo-text {
  color: var(--dvt-text);
  font-size: 16px;
  line-height: 1;
}

.dvt-logo-sub {
  color: var(--dvt-muted-2);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.dvt-nav {
  width: 100%;
}

.dvt-menu,
.dvt-footer-menu {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dvt-menu a,
.dvt-footer-menu a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.dvt-menu a:hover,
.dvt-footer-menu a:hover,
.dvt-header-link:hover,
.dvt-header-icon-link:hover {
  color: var(--dvt-text);
}

.dvt-header-nav-row {
  border-top: 1px solid rgba(202, 167, 255, 0.1);
  background: #030307;
}

.dvt-header-nav-inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dvt-header-nav-inner .dvt-menu {
  justify-content: center;
  gap: clamp(28px, 5vw, 64px);
}

.dvt-header-nav-inner .dvt-menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  letter-spacing: 0.14em;
  font-size: 12px;
}

.dvt-header-nav-inner .dvt-menu a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dvt-purple), var(--dvt-purple-2));
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 160ms ease, transform 160ms ease;
}

.dvt-header-nav-inner .dvt-menu a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.dvt-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dvt-header-link {
  color: var(--dvt-muted);
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.dvt-header-icon-link {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(202, 167, 255, 0.16);
  border-radius: 999px;
  background: rgba(255,255,255,0.045);
  color: rgba(255,255,255,0.84);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.dvt-header-icon-link svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.dvt-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(202, 167, 255, 0.18);
  border-radius: 13px;
  background: rgba(255,255,255,0.045);
  color: var(--dvt-text);
  cursor: pointer;
}

.dvt-menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.dvt-header-cta,
.single_add_to_cart_button,
.add_to_cart_button,
.button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 50px !important;
  padding: 0 32px !important;
  border-radius: 12px !important;
  border: 0 !important;
  background: linear-gradient(135deg, var(--dvt-purple), var(--dvt-purple-2)) !important;
  color: var(--dvt-text) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: 0 0 28px rgba(139, 61, 255, 0.34) !important;
  cursor: pointer !important;
}

.dvt-main { min-height: 70vh; }

/* Homepage */

.dvt-home-main {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0, rgba(139, 61, 255, 0.22), transparent 34%),
    radial-gradient(circle at 8% 22%, rgba(184, 92, 255, 0.14), transparent 28%),
    var(--dvt-bg);
}

.dvt-home-hero,
.dvt-home-section,
.dvt-home-final-cta {
  width: var(--dvt-product-page-width);
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.dvt-home-hero {
  padding: clamp(54px, 7vw, 96px) 0 clamp(38px, 5vw, 70px);
}

.dvt-home-hero-inner {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 78px);
  border: 1px solid rgba(202, 167, 255, 0.22);
  border-radius: 32px;
  background:
    linear-gradient(90deg, rgba(5, 5, 11, 0.98) 0%, rgba(8, 4, 18, 0.94) 34%, rgba(8, 4, 18, 0.46) 62%, rgba(5, 5, 11, 0.14) 100%),
    linear-gradient(180deg, rgba(5, 5, 11, 0.10) 0%, rgba(5, 5, 11, 0.78) 100%),
    radial-gradient(circle at 72% 36%, rgba(184, 92, 255, 0.34), transparent 34%),
    radial-gradient(circle at 0 100%, rgba(139, 61, 255, 0.20), transparent 38%),
    url("../images/home-hero-art.webp"),
    linear-gradient(135deg, rgba(20, 14, 34, 0.96), rgba(5, 5, 11, 0.98));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  box-shadow: 0 30px 90px rgba(0,0,0,0.46), 0 0 52px rgba(139, 61, 255, 0.16);
}

.dvt-home-hero-inner::before,
.dvt-home-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 38%, rgba(255,255,255,0.055) 39%, transparent 53%),
    radial-gradient(circle at 50% 0, rgba(255,255,255,0.08), transparent 46%);
  pointer-events: none;
}

.dvt-home-hero-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 38%, rgba(139, 61, 255, 0.20), transparent 34%),
    linear-gradient(90deg, rgba(5, 5, 11, 0.60) 0%, transparent 42%);
  pointer-events: none;
}

.dvt-home-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 860px;
  overflow: visible;
}

.dvt-home-hero h1,
.dvt-home-section-heading h2,
.dvt-home-final-cta h2 {
  color: var(--dvt-text);
  font-weight: 950;
  text-transform: uppercase;
}

.dvt-home-hero h1 {
  max-width: 860px;
  margin: 12px 0 18px;
  font-size: clamp(48px, 8.4vw, 110px);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.dvt-home-hero h1 em,
.dvt-home-section-heading h2 em,
.dvt-home-final-cta h2 em {
  display: inline-block;
  font-style: normal;
  background: linear-gradient(135deg, var(--dvt-purple-2), var(--dvt-purple-3) 54%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dvt-home-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--dvt-muted);
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.7;
}

.dvt-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.dvt-home-button {
  min-height: 50px;
  padding: 0 24px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dvt-text);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.dvt-home-button-primary {
  border: 0;
  background: linear-gradient(135deg, var(--dvt-purple), var(--dvt-purple-2));
  box-shadow: 0 0 30px rgba(139, 61, 255, 0.36);
}

.dvt-home-button-secondary {
  border: 1px solid rgba(202, 167, 255, 0.24);
  background: rgba(255,255,255,0.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.dvt-home-trust-badges {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(30px, 5vw, 56px);
}

.dvt-home-trust-badges span {
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(202, 167, 255, 0.18);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 0, rgba(139, 61, 255, 0.18), transparent 58%),
    rgba(255,255,255,0.055);
  color: rgba(255,255,255,0.86);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.dvt-home-section {
  padding: clamp(38px, 5vw, 72px) 0;
}

.dvt-home-section-heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.dvt-home-section-heading h2 {
  margin: 10px 0 12px;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.dvt-home-section-heading p {
  margin: 0 auto;
  color: var(--dvt-muted);
  font-size: 16px;
  line-height: 1.65;
}

.dvt-home-category-grid,
.dvt-home-featured-grid,
.dvt-home-step-grid,
.dvt-home-trust-grid {
  display: grid;
  gap: 18px;
}

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

.dvt-home-featured-grid,
.dvt-home-trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dvt-home-step-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dvt-home-category-card,
.dvt-home-info-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(184, 92, 255, 0.26);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% -8%, rgba(139, 61, 255, 0.20), transparent 44%),
    linear-gradient(145deg, rgba(20, 14, 34, 0.95), rgba(7, 5, 13, 0.98));
  box-shadow: 0 18px 46px rgba(0,0,0,0.34);
}

.dvt-home-category-card::before,
.dvt-home-info-card::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 16px;
  left: 16px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(184, 92, 255, 0.9), transparent);
  opacity: 0.72;
}

.dvt-home-category-card {
  padding: 26px;
}

.dvt-home-category-card h3,
.dvt-home-info-card h3 {
  margin: 18px 0 10px;
  color: var(--dvt-text);
  font-size: 18px;
  line-height: 1.16;
  font-weight: 950;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.dvt-home-category-card p,
.dvt-home-info-card p {
  margin: 0;
  color: var(--dvt-muted);
  font-size: 14px;
  line-height: 1.65;
}

.dvt-home-category-card a {
  min-height: 40px;
  margin-top: 20px;
  padding: 0 16px;
  border-radius: 12px;
  background: rgba(139, 61, 255, 0.18);
  color: var(--dvt-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.dvt-home-featured-card {
  height: auto !important;
}

.dvt-home-info-card {
  padding: 26px;
}

.dvt-home-info-card > span {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(202, 167, 255, 0.18);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(139, 61, 255, 0.86), rgba(184, 92, 255, 0.72));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 0 22px rgba(139, 61, 255, 0.26);
}

.dvt-home-final-cta {
  position: relative;
  overflow: hidden;
  margin-bottom: clamp(54px, 7vw, 96px);
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid rgba(202, 167, 255, 0.22);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 0, rgba(184, 92, 255, 0.28), transparent 42%),
    linear-gradient(135deg, rgba(20, 14, 34, 0.96), rgba(5, 5, 11, 0.98));
  box-shadow: var(--dvt-shadow);
  text-align: center;
}

.dvt-home-final-cta > div {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
}

.dvt-home-final-cta h2 {
  margin: 10px 0 14px;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.dvt-home-final-cta p {
  max-width: 560px;
  margin: 0 auto 24px;
  color: var(--dvt-muted);
  font-size: 16px;
  line-height: 1.65;
}

@media (hover: hover) and (pointer: fine) {
  .dvt-home-button,
  .dvt-home-category-card,
  .dvt-home-info-card {
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  }

  .dvt-home-button:hover,
  .dvt-home-category-card:hover,
  .dvt-home-info-card:hover {
    transform: translateY(-3px);
  }

  .dvt-home-category-card:hover,
  .dvt-home-info-card:hover {
    border-color: rgba(202, 167, 255, 0.48);
    box-shadow: 0 24px 58px rgba(0,0,0,0.38), 0 0 34px rgba(139, 61, 255, 0.20);
  }

  .dvt-home-category-visual img {
    transition: transform 220ms ease, filter 220ms ease;
  }

  .dvt-home-category-card:hover .dvt-home-category-visual img {
    filter: saturate(1.16) contrast(1.1) brightness(1.02);
    transform: scale(1.075);
  }
}

/* Homepage mockup refinement */

.dvt-home-hero {
  max-width: 1440px;
  padding-top: clamp(42px, 5vw, 78px);
}

.dvt-home-hero-inner {
  min-height: clamp(620px, 55vw, 760px);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
  grid-template-rows: auto auto;
  align-items: center;
  gap: clamp(18px, 2.5vw, 38px);
  isolation: isolate;
}

.dvt-home-hero-copy {
  grid-column: 1;
  grid-row: 1;
  max-width: 660px;
}

.dvt-home-hero h1 span,
.dvt-home-hero h1 em {
  display: block;
}

.dvt-home-hero h1 em {
  box-sizing: content-box;
  width: fit-content;
  max-width: none;
  overflow: visible;
  padding-right: 0.24em;
  letter-spacing: -0.035em;
  line-height: 0.96;
  -webkit-text-fill-color: transparent;
}

.dvt-home-hero h1 {
  margin-top: 14px;
  font-size: clamp(58px, 7.8vw, 116px);
  overflow: visible;
  padding-right: 0.18em;
  text-shadow: 0 10px 28px rgba(0,0,0,0.48);
}

.dvt-home-hero h1 span:last-child {
  text-shadow:
    0 2px 0 rgba(255,255,255,0.45),
    0 14px 30px rgba(0,0,0,0.55);
}

.dvt-home-hero p {
  max-width: 600px;
}

.dvt-home-hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 34px;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: max-content;
  max-width: 100%;
}

.dvt-home-button {
  min-height: 58px;
  padding: 0 26px;
  border-radius: 10px;
  width: auto;
  flex: 0 0 auto;
  white-space: nowrap;
}

.dvt-home-button-secondary {
  background: rgba(5,5,11,0.52);
}

.dvt-home-trust-badges {
  grid-column: 1;
  grid-row: 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: start;
  max-width: 640px;
  margin-top: 0;
}

.dvt-home-trust-badges span {
  justify-content: flex-start;
  min-height: 54px;
  border-radius: 14px;
  font-size: 11px;
}

.dvt-home-trust-badges span::before {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin-right: 9px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 35%, #fff 0 16%, transparent 17%),
    linear-gradient(135deg, var(--dvt-purple), var(--dvt-purple-2));
  box-shadow: 0 0 18px rgba(139, 61, 255, 0.46);
}

.dvt-home-hero-rating {
  width: max-content;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 198, 41, 0.28);
  border-radius: 999px;
  background: rgba(6, 5, 12, 0.68);
  color: rgba(255,255,255,0.86);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 0 24px rgba(139, 61, 255, 0.14);
}

.dvt-home-hero-rating strong {
  color: var(--dvt-gold);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-shadow: 0 0 14px rgba(255, 198, 41, 0.28);
}

.dvt-home-trust-badges svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  display: block;
  fill: currentColor;
}

.dvt-home-hero-copy .dvt-home-trust-badges {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: none;
  gap: 16px 20px;
  max-width: 620px;
  margin-top: 24px;
}

.dvt-home-hero-copy .dvt-home-trust-badges span {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255,255,255,0.84);
  justify-content: flex-start;
  gap: 7px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: left;
  box-shadow: none;
}

.dvt-home-hero-copy .dvt-home-trust-badges span::before {
  display: none;
}

.dvt-home-hero-copy .dvt-home-trust-badges span svg {
  color: var(--dvt-purple-3);
  filter: drop-shadow(0 0 10px rgba(139, 61, 255, 0.35));
}

.dvt-home-hero-info-bar {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  grid-row: 2;
  width: min(100%, 980px);
  margin-top: clamp(30px, 5vw, 58px);
  padding: 14px;
  border: 1px solid rgba(202, 167, 255, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 10% 0, rgba(139, 61, 255, 0.16), transparent 34%),
    rgba(5, 5, 11, 0.68);
  backdrop-filter: blur(12px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  box-shadow: 0 18px 46px rgba(0,0,0,0.32);
}

.dvt-home-hero-info-bar div {
  display: grid;
  gap: 3px;
}

.dvt-home-hero-info-bar strong {
  color: var(--dvt-text);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dvt-home-hero-info-bar span {
  color: var(--dvt-muted);
  font-size: 12px;
  line-height: 1.35;
}

.dvt-home-hero-info-bar a {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--dvt-purple), var(--dvt-purple-2));
  color: var(--dvt-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 0 22px rgba(139, 61, 255, 0.28);
}

.dvt-home-section {
  position: relative;
}

.dvt-home-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  left: 50%;
  width: 100vw;
  height: 1px;
  margin-left: -50vw;
  background: linear-gradient(90deg, transparent, rgba(202,167,255,0.14), transparent);
}

.dvt-home-section-heading h2 {
  text-shadow: 0 0 28px rgba(139, 61, 255, 0.28);
}

.dvt-home-categories {
  max-width: 1400px;
}

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

.dvt-home-category-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 380px;
  padding: 0;
  color: var(--dvt-text);
  text-align: center;
  text-decoration: none;
}

.dvt-home-category-visual {
  position: absolute;
  inset: 0;
  height: auto;
  margin: 0;
  border-bottom: 0;
  background:
    radial-gradient(circle at 50% 35%, rgba(184, 92, 255, 0.62), transparent 28%),
    radial-gradient(circle at 50% 70%, rgba(139, 61, 255, 0.28), transparent 42%),
    linear-gradient(145deg, rgba(21, 12, 38, 0.96), rgba(7, 5, 13, 0.98));
  overflow: hidden;
}

.dvt-home-category-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5,5,11,0.02) 0%, rgba(5,5,11,0.18) 42%, rgba(5,5,11,0.86) 76%, rgba(5,5,11,0.98) 100%),
    radial-gradient(circle at 50% 20%, rgba(184,92,255,0.22), transparent 46%);
  pointer-events: none;
}

.dvt-home-category-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.08) brightness(0.94);
  transform: scale(1.02);
}

.dvt-home-category-content {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 156px;
  padding: 22px 13px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.dvt-home-category-card h3 {
  min-height: 42px;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-shadow: 0 0 18px rgba(139, 61, 255, 0.24);
}

.dvt-home-category-card p {
  flex: 0 0 auto;
  min-height: 54px;
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 12px;
}

.dvt-home-featured-grid .dvt-shop-product-card {
  padding: 14px 14px 16px;
}

.dvt-home-featured-grid .dvt-shop-product-image {
  aspect-ratio: 0.95 / 1;
}

.dvt-home-featured-grid .dvt-shop-product-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
  margin: 0;
  background: linear-gradient(135deg, var(--dvt-purple), var(--dvt-purple-2));
  color: #fff;
}

.dvt-home-steps .dvt-home-step-grid {
  position: relative;
  gap: 22px;
}

.dvt-home-steps .dvt-home-step-grid::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12%;
  left: 12%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(184,92,255,0.54), transparent);
  transform: translateY(-50%);
  pointer-events: none;
}

.dvt-home-step-grid .dvt-home-info-card {
  padding: 34px 26px 28px;
  text-align: center;
}

.dvt-home-info-card > span {
  position: relative;
  z-index: 1;
}

.dvt-home-card-icon {
  width: 66px;
  height: 66px;
  margin: 22px auto 2px;
  border: 1px solid rgba(202, 167, 255, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0, rgba(255,255,255,0.16), transparent 50%),
    linear-gradient(135deg, rgba(139, 61, 255, 0.34), rgba(184, 92, 255, 0.18));
  color: #f6ecff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 0 28px rgba(139, 61, 255, 0.22);
}

.dvt-home-card-icon svg {
  width: 32px;
  height: 32px;
  display: block;
  fill: currentColor;
}

.dvt-home-why .dvt-home-info-card {
  padding: 32px 24px 28px;
  text-align: center;
}

.dvt-home-why .dvt-home-info-card > span {
  display: none;
}

.dvt-home-why .dvt-home-card-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto;
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 0, rgba(255,255,255,0.18), transparent 52%),
    linear-gradient(135deg, rgba(184, 92, 255, 0.92), rgba(139, 61, 255, 0.70));
  color: #fff;
  box-shadow: 0 0 34px rgba(139, 61, 255, 0.30);
}

.dvt-home-why .dvt-home-card-icon svg {
  width: 38px;
  height: 38px;
}

.dvt-home-why .dvt-home-info-card h3 {
  margin-top: 18px;
}

.dvt-home-final-cta {
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  text-align: left;
}

.dvt-home-final-cta > div:first-child {
  margin: 0;
}

.dvt-home-final-cta p {
  margin-right: 0;
  margin-left: 0;
}

.dvt-home-final-action {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}

.dvt-home-final-action .dvt-home-button {
  min-width: 220px;
}

/* Single product */

.dvt-single-product-main {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(28px, 4vw, 52px) 0 88px !important;
}

.dvt-custom-product,
.dvt-product-container {
  width: 100% !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 !important;
}

.dvt-custom-product > .dvt-product-shell,
.dvt-custom-product > .dvt-gift-card-section,
.dvt-custom-product > .dvt-info-section,
.dvt-custom-product > .dvt-faq-section,
.dvt-custom-product > .dvt-related-section {
  width: var(--dvt-product-page-width) !important;
  max-width: var(--dvt-product-page-max) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.dvt-product-shell {
  display: grid !important;
  grid-template-columns: 420px minmax(0, 1fr) !important;
  gap: 32px !important;
  align-items: stretch !important;
}

.dvt-product-gallery-column {
  align-self: start;
  justify-self: center;
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dvt-product-gallery {
  position: relative;
  display: flex;
  align-items: flex-start;
  align-self: start;
  justify-self: center;
  width: 100%;
  max-width: 420px;
  height: auto;
  min-height: 0;
  padding: clamp(8px, 1.2vw, 14px);
  border: 1px solid rgba(202, 167, 255, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0, rgba(139, 61, 255, 0.11), transparent 44%),
    rgba(8, 7, 14, 0.9);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  overflow: visible;
}

.dvt-product-gallery .onsale {
  position: absolute;
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
  margin: 0 !important;
  transform: none !important;
  z-index: 4;
  min-width: 46px;
  min-height: 46px;
  padding: 0 9px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #21c17a !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 950;
  line-height: 1 !important;
}

.dvt-product-gallery .woocommerce-product-gallery {
  width: 100% !important;
  max-width: 380px;
  margin: 0 auto;
  float: none !important;
  opacity: 1 !important;
}

.dvt-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0 !important;
}

.dvt-product-gallery .woocommerce-product-gallery__image {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(9, 9, 18, 0.72);
}

.dvt-product-gallery .woocommerce-product-gallery__image a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.dvt-product-gallery img {
  width: 100%;
  max-width: 380px;
  max-height: 430px;
  margin-right: auto;
  margin-left: auto;
  object-fit: contain;
  border-radius: 18px;
  background: transparent;
}

.dvt-product-gallery .flex-control-thumbs img {
  max-height: none;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.dvt-gallery-trust-card {
  width: 100%;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(202, 167, 255, 0.16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(139, 61, 255, 0.14), transparent 42%),
    rgba(15, 11, 26, 0.9);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.dvt-gallery-trust-card h2 {
  margin: 0 0 6px;
  color: var(--dvt-text);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: 0.01em;
}

.dvt-gallery-trust-card p {
  margin: 0;
  color: var(--dvt-muted);
  font-size: 12px;
  line-height: 1.55;
}

.dvt-product-summary {
  align-self: stretch;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(202, 167, 255, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(139, 61, 255, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(20, 14, 34, 0.96), rgba(8, 6, 14, 0.98));
  box-shadow: var(--dvt-shadow);
}

.dvt-product-breadcrumb {
  margin-bottom: 12px;
  color: var(--dvt-muted-2);
  font-size: 12px;
}

.dvt-product-breadcrumb a {
  color: var(--dvt-muted-2);
  text-decoration: none;
}

.dvt-product-title {
  color: var(--dvt-text);
  max-width: 13ch;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.05em;
  margin: 0 0 18px;
}

.dvt-product-rating {
  margin-bottom: 16px;
  color: var(--dvt-muted);
}

.dvt-product-rating .woocommerce-review-link {
  color: var(--dvt-muted);
  text-decoration: none;
  font-size: 13px;
}

.woocommerce .star-rating,
.woocommerce .star-rating span::before,
.woocommerce .star-rating::before {
  color: var(--dvt-gold) !important;
}

.dvt-product-price,
.dvt-product-price .price {
  margin: 16px 0 20px;
  color: var(--dvt-text) !important;
  font-size: 34px !important;
  font-weight: 950 !important;
}

.dvt-product-price del {
  color: rgba(255,255,255,0.45) !important;
  font-size: 22px;
}

.dvt-product-price ins {
  text-decoration: none;
}

.dvt-product-meta-top {
  color: var(--dvt-muted-2);
  font-size: 12px;
  margin-bottom: 18px;
}

.dvt-product-meta-top a {
  color: var(--dvt-purple-3);
  text-decoration: none;
}

.dvt-guaranteed-box {
  margin: 20px 0 0;
}

.dvt-badge-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 20px;
}

.dvt-badge {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  padding: 9px 12px;
  border: 1px solid var(--dvt-border);
  border-radius: 11px;
  background: linear-gradient(135deg, rgba(139, 61, 255, 0.18), rgba(255, 255, 255, 0.035));
  color: var(--dvt-text);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.dvt-guaranteed-box p {
  color: var(--dvt-muted);
  line-height: 1.65;
  margin: 0 0 16px;
}

.dvt-value-box {
  border: 1px solid rgba(139, 61, 255, 0.42);
  border-radius: 18px;
  padding: 16px 18px;
  background:
    radial-gradient(circle at top left, rgba(139, 61, 255, 0.28), transparent 42%),
    linear-gradient(135deg, rgba(18, 12, 31, 0.98), rgba(10, 6, 18, 0.98));
}

.dvt-value-box span {
  display: block;
  color: var(--dvt-muted-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.dvt-value-box strong {
  display: block;
  color: var(--dvt-text) !important;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.1;
  font-weight: 950;
}

.dvt-cart-box form.cart {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0 12px;
}

.dvt-cart-box {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid rgba(184, 92, 255, 0.38);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0, rgba(139, 61, 255, 0.24), transparent 65%),
    rgba(5, 4, 10, 0.6);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.dvt-cart-box .single_add_to_cart_button {
  width: 100%;
  min-height: 58px !important;
  font-size: 15px !important;
  letter-spacing: 0.04em;
  box-shadow: 0 0 34px rgba(139, 61, 255, 0.46) !important;
}

.dvt-cart-box .quantity {
  display: none !important;
}

.dvt-checkout-notice {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(202, 167, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--dvt-muted);
  text-align: center;
  font-size: 13px;
  font-weight: 750;
}

.dvt-checkout-notice::before {
  content: "\1F512";
  margin-right: 7px;
}

.dvt-checkout-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px 16px;
  margin-top: 13px;
  color: var(--dvt-muted-2);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}

.dvt-checkout-trust span::before {
  content: "\2713";
  margin-right: 5px;
  color: #67e7a8;
}

.dvt-gift-card-section {
  width: var(--dvt-product-page-width) !important;
  max-width: var(--dvt-product-page-max) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-top: clamp(24px, 3vw, 36px);
}

.dvt-info-section,
.dvt-faq-section,
.dvt-related-section {
  width: var(--dvt-product-page-width) !important;
  max-width: var(--dvt-product-page-max) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-top: clamp(38px, 5vw, 68px);
}

.dvt-related-section:not(:has(.dvt-recommended-card)):not(:has(ul.products li.product)) {
  display: none;
  margin: 0;
}

.dvt-recommended-section {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: var(--dvt-product-page-width) !important;
  max-width: var(--dvt-product-page-max) !important;
  height: auto !important;
  min-height: 0 !important;
  margin: clamp(42px, 5vw, 72px) auto 0 !important;
  overflow: visible !important;
}

.dvt-recommended-heading {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
}

.dvt-recommended-heading span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: var(--dvt-purple-3);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.dvt-recommended-heading h2 {
  margin: 0;
  color: var(--dvt-text);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.dvt-recommended-heading h2 em {
  display: inline-block;
  font-style: normal;
  background: linear-gradient(135deg, var(--dvt-purple-2), var(--dvt-purple-3) 52%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 28px rgba(184, 92, 255, 0.18);
}

.dvt-recommended-heading p {
  max-width: 560px;
  margin: 12px auto 0;
  color: var(--dvt-muted);
  font-size: 14px;
  line-height: 1.6;
}

.dvt-gift-card-inner,
.dvt-info-card,
.dvt-faq-inner {
  border: 1px solid var(--dvt-border);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(139, 61, 255, 0.20), transparent 38%),
    linear-gradient(135deg, rgba(18, 12, 31, 0.96), rgba(6, 4, 12, 0.96));
  box-shadow: var(--dvt-shadow);
}

.dvt-gift-card-inner,
.dvt-faq-inner {
  width: 100% !important;
  max-width: var(--dvt-product-page-max) !important;
  padding: 28px;
}

.dvt-section-heading-left {
  text-align: left;
  margin-bottom: 20px;
}

.dvt-section-heading span {
  display: inline-block;
  color: var(--dvt-purple-3);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.dvt-section-heading h2 {
  color: var(--dvt-text);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.04em;
  margin: 0 0 10px;
}

.dvt-section-heading p {
  color: var(--dvt-muted);
  margin: 0;
}

.dvt-gift-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.dvt-gift-card-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  min-height: 92px;
  border: 1px solid rgba(202, 167, 255, 0.18);
  border-radius: 18px;
  background: rgba(255,255,255,0.045);
}

.dvt-gift-card-icon,
.dvt-info-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: rgba(139, 61, 255, 0.18);
  border: 1px solid rgba(202, 167, 255, 0.18);
  color: #fff;
  font-size: 0;
  font-weight: 950;
  line-height: 1;
  overflow: hidden;
  text-align: center;
}

.dvt-icon-svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: #fff !important;
  color: #fff !important;
  flex: 0 0 auto;
  transform-origin: center;
}

.dvt-icon-svg path,
.dvt-icon-svg circle,
.dvt-icon-svg rect,
.dvt-icon-svg polygon {
  fill: #fff !important;
}

.dvt-brand-icon-apple {
  width: 31px !important;
  height: 31px !important;
  transform: translateY(-1px);
}

.dvt-brand-icon-xbox {
  width: 32px !important;
  height: 32px !important;
}

.dvt-brand-icon-steam {
  width: 33px !important;
  height: 33px !important;
  transform: translateX(-1px);
}

.dvt-info-icon .dvt-icon-svg {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
}

.dvt-info-icon svg {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  color: #fff !important;
  fill: #fff !important;
}

.dvt-info-icon svg * {
  fill: #fff !important;
}

.dvt-gift-card-item strong {
  display: block;
  font-size: 16px;
  font-weight: 950;
}

.dvt-gift-card-item span {
  display: block;
  color: var(--dvt-muted);
  font-size: 13px;
  font-weight: 700;
}

.dvt-info-grid {
  display: grid;
  width: 100% !important;
  max-width: var(--dvt-product-page-max) !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.dvt-info-card {
  padding: 22px;
}

.dvt-info-card h3 {
  font-size: 18px;
  font-weight: 950;
  margin: 14px 0 10px;
}

.dvt-info-card p {
  color: var(--dvt-muted);
  line-height: 1.55;
  margin: 0;
}

.dvt-faq-inner h2 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  font-weight: 950;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.dvt-faq-item {
  border: 1px solid rgba(202, 167, 255, 0.14);
  border-radius: 16px;
  background: rgba(255,255,255,0.045);
  margin-bottom: 10px;
  overflow: hidden;
}

.dvt-faq-item summary {
  padding: 16px 18px;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.dvt-faq-item summary::-webkit-details-marker {
  display: none;
}

.dvt-faq-item p {
  color: var(--dvt-muted);
  line-height: 1.6;
  padding: 0 18px 18px;
  margin: 0;
}

/* Related products / shop cards */

.dvt-related-section ul.products,
.dvt-shop-products ul.products,
.dvt-recommended-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
}

.woocommerce ul.products li.product,
.dvt-recommended-card {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 14px !important;
  border: 1px solid rgba(202,167,255,0.18) !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 50% 0, rgba(139, 61, 255, 0.16), transparent 42%),
    rgba(13, 10, 22, 0.94) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,0.30) !important;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  min-height: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.dvt-recommended-image {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 10px;
  border: 1px solid rgba(202, 167, 255, 0.12);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 18%, rgba(184, 92, 255, 0.12), transparent 46%),
    rgba(5, 5, 11, 0.72);
  text-decoration: none;
  overflow: hidden;
}

.woocommerce ul.products li.product img,
.dvt-recommended-image img {
  display: block !important;
  width: 100% !important;
  max-width: 190px;
  max-height: 190px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 12px !important;
  background: transparent;
  transition: filter 180ms ease, transform 180ms ease;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.dvt-recommended-card h3 {
  color: var(--dvt-text) !important;
  font-size: 14px !important;
  line-height: 1.22 !important;
  font-weight: 950 !important;
  min-height: 2.45em;
  margin: 14px 0 8px !important;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dvt-recommended-card h3 a {
  color: inherit;
  text-decoration: none;
}

.woocommerce ul.products li.product .price,
.dvt-recommended-price {
  color: var(--dvt-text) !important;
  min-height: 1.5em;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 950 !important;
}

.woocommerce ul.products li.product .button,
.dvt-recommended-button {
  width: 100%;
  min-height: 42px !important;
  margin-top: auto !important;
  padding: 0 18px !important;
  border-radius: 12px !important;
  font-size: 12px !important;
}

.dvt-recommended-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  padding: 0 2px;
  visibility: visible;
  opacity: 1;
}

.dvt-recommended-content .dvt-recommended-button {
  margin-top: auto !important;
}

.dvt-recommended-section .dvt-recommended-grid {
  gap: 18px !important;
}

.dvt-recommended-section .dvt-recommended-card {
  position: relative;
  padding: 14px 14px 16px !important;
  border-color: rgba(184, 92, 255, 0.28) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 50% -10%, rgba(139, 61, 255, 0.24), transparent 42%),
    linear-gradient(145deg, rgba(20, 14, 34, 0.96), rgba(7, 5, 13, 0.98)) !important;
  box-shadow: 0 18px 46px rgba(0,0,0,0.34) !important;
  overflow: hidden !important;
}

.dvt-recommended-section .dvt-recommended-card::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 16px;
  left: 16px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(184, 92, 255, 0.92), transparent);
  opacity: 0.78;
  pointer-events: none;
}

.dvt-recommended-section .dvt-recommended-image {
  aspect-ratio: 1 / 1;
  padding: 0;
  border-color: rgba(202, 167, 255, 0.18);
  border-radius: 17px;
  background: rgba(5, 5, 11, 0.78);
}

.dvt-recommended-section .dvt-recommended-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 17px !important;
}

.dvt-recommended-section .dvt-recommended-content {
  padding: 0 2px;
}

.dvt-recommended-section .dvt-recommended-card h3 {
  position: relative;
  margin: 15px 0 8px !important;
  color: #fff !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em;
}

.dvt-recommended-section .dvt-recommended-card h3::before {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  margin-bottom: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dvt-purple), var(--dvt-purple-2));
  box-shadow: 0 0 14px rgba(139, 61, 255, 0.42);
}

.dvt-recommended-section .dvt-recommended-price {
  color: rgba(255,255,255,0.92) !important;
  font-size: 15px;
  line-height: 1.25;
}

.dvt-recommended-section .dvt-recommended-button {
  min-height: 40px !important;
  box-shadow: 0 0 20px rgba(139, 61, 255, 0.26) !important;
}

@media (hover: hover) and (pointer: fine) {
  .dvt-recommended-card:hover {
    transform: translateY(-3px);
    border-color: rgba(184, 92, 255, 0.46) !important;
    box-shadow: 0 22px 54px rgba(0,0,0,0.34), 0 0 28px rgba(139, 61, 255, 0.16) !important;
  }

  .dvt-recommended-card:hover .dvt-recommended-image img {
    filter: brightness(1.08);
    transform: scale(1.025);
  }

  .dvt-recommended-section .dvt-recommended-card:hover {
    border-color: rgba(202, 167, 255, 0.5) !important;
    box-shadow: 0 24px 58px rgba(0,0,0,0.38), 0 0 34px rgba(139, 61, 255, 0.20) !important;
  }

  .dvt-recommended-section .dvt-recommended-card:hover .dvt-recommended-image img {
    filter: brightness(1.1);
    transform: scale(1.035);
  }
}

.dvt-shop-main {
  width: var(--dvt-product-page-width);
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(30px, 4vw, 56px) 0 88px;
}

.dvt-fn-shop-main {
  display: block;
}

.dvt-shop-hero-card,
.dvt-shop-sidebar {
  border: 1px solid var(--dvt-border);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(139, 61, 255, 0.20), transparent 38%),
    linear-gradient(135deg, rgba(18, 12, 31, 0.96), rgba(6, 4, 12, 0.96));
  box-shadow: var(--dvt-shadow);
}

.dvt-shop-hero-card {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 5vw, 64px) clamp(22px, 4vw, 52px);
  text-align: center;
}

.dvt-shop-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0, rgba(184, 92, 255, 0.24), transparent 42%),
    radial-gradient(circle at 10% 100%, rgba(139, 61, 255, 0.14), transparent 34%);
  pointer-events: none;
}

.dvt-shop-hero-copy,
.dvt-shop-stats {
  position: relative;
  z-index: 1;
}

.dvt-shop-hero-copy {
  max-width: 820px;
  margin: 0 auto;
}

.dvt-shop-hero h1 {
  color: var(--dvt-text);
  font-size: clamp(44px, 7vw, 90px);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  margin: 10px 0 14px;
}

.dvt-shop-hero h1 em {
  display: inline-block;
  font-style: normal;
  background: linear-gradient(135deg, var(--dvt-purple-2), var(--dvt-purple-3) 52%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dvt-shop-hero p {
  max-width: 680px;
  margin: 0 auto;
  color: var(--dvt-muted);
  font-size: 16px;
  line-height: 1.65;
}

.dvt-shop-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 820px;
  margin: 28px auto 0;
}

.dvt-shop-stats div {
  padding: 14px 16px;
  border: 1px solid rgba(202, 167, 255, 0.2);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 0, rgba(139, 61, 255, 0.16), transparent 52%),
    rgba(255,255,255,0.055);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.025);
}

.dvt-shop-stats strong,
.dvt-shop-stats span {
  display: block;
}

.dvt-shop-stats strong {
  color: var(--dvt-text);
  font-size: 14px;
  font-weight: 950;
}

.dvt-shop-stats span {
  margin-top: 4px;
  color: var(--dvt-muted);
  font-size: 12px;
  font-weight: 700;
}

.dvt-shop-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  margin-top: 28px;
}

.dvt-shop-sidebar {
  position: sticky;
  top: 96px;
  padding: 18px;
  align-self: start;
}

.dvt-shop-sidebar h2 {
  margin: 0 0 12px;
  color: var(--dvt-text);
  font-size: 18px;
  font-weight: 950;
}

.dvt-shop-sidebar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  padding: 11px 13px;
  border: 1px solid rgba(202, 167, 255, 0.13);
  border-radius: 999px;
  background: rgba(255,255,255,0.035);
  font-size: 13px;
  font-weight: 900;
}

.dvt-shop-sidebar a + a {
  margin-top: 9px;
}

.dvt-shop-sidebar a:hover {
  color: var(--dvt-text);
  border-color: rgba(184, 92, 255, 0.38);
  background: rgba(139, 61, 255, 0.18);
  box-shadow: 0 0 18px rgba(139, 61, 255, 0.12);
}

.dvt-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  color: var(--dvt-muted);
  font-size: 13px;
  font-weight: 800;
}

.dvt-shop-toolbar .woocommerce-result-count {
  margin: 0;
}

.dvt-shop-toolbar .woocommerce-ordering {
  margin: 0;
}

.dvt-shop-toolbar select {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(202, 167, 255, 0.2);
  border-radius: 12px;
  background: rgba(8, 6, 14, 0.96);
  color: var(--dvt-text);
  font-weight: 800;
}

body.dvt-fn-shop-page .dvt-page {
  width: var(--dvt-product-page-width);
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(30px, 4vw, 56px) 0 88px;
}

body.dvt-fn-shop-page .dvt-content-wrap {
  width: 100%;
}

body.dvt-fn-shop-page .dvt-article > h1 {
  display: none !important;
}

body.dvt-fn-shop-page .dvt-article-content > h1,
body.dvt-fn-shop-page .dvt-article-content > h2:first-child {
  max-width: 820px;
  margin: 0 auto 14px;
  color: var(--dvt-text);
  font-size: clamp(42px, 7vw, 86px);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -0.06em;
  text-align: center;
  text-transform: uppercase;
}

body.dvt-fn-shop-page .dvt-article-content > h1 span,
body.dvt-fn-shop-page .dvt-article-content > h2:first-child span {
  display: inline-block;
  background: linear-gradient(135deg, var(--dvt-purple-2), var(--dvt-purple-3) 52%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.dvt-fn-shop-page .dvt-article-content > p:first-of-type {
  max-width: 680px;
  margin: 0 auto 28px;
  color: var(--dvt-muted);
  font-size: 16px;
  line-height: 1.65;
  text-align: center;
}

body.dvt-shop-page .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: start !important;
  grid-auto-rows: auto !important;
  gap: 18px !important;
}

body.dvt-shop-page .woocommerce-products-header {
  display: none !important;
}

body.dvt-shop-page .woocommerce ul.products li.product {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  align-self: start !important;
  padding: 12px !important;
}

body.dvt-shop-page .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  display: block !important;
  flex: 0 0 auto !important;
  flex-grow: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
}

body.dvt-shop-page .woocommerce ul.products li.product .woocommerce-LoopProduct-link img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  max-height: none !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  object-fit: cover !important;
  border-radius: 16px !important;
}

body.dvt-shop-page .woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 0 !important;
  margin: 12px 0 8px !important;
}

body.dvt-shop-page .woocommerce ul.products li.product .price {
  min-height: 0 !important;
  margin: 0 0 10px !important;
}

body.dvt-shop-page .woocommerce ul.products li.product .button {
  margin-top: 10px !important;
}

.dvt-shop-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
}

.dvt-shop-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: auto;
  padding: 12px 12px 14px;
  border: 1px solid rgba(184, 92, 255, 0.28);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% -10%, rgba(139, 61, 255, 0.24), transparent 42%),
    linear-gradient(145deg, rgba(20, 14, 34, 0.96), rgba(7, 5, 13, 0.98));
  box-shadow: 0 18px 46px rgba(0,0,0,0.34);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.dvt-shop-product-card::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 14px;
  left: 14px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(184, 92, 255, 0.92), transparent);
  opacity: 0.78;
  pointer-events: none;
}

.dvt-shop-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(202, 167, 255, 0.18);
  border-radius: 16px;
  background: rgba(5, 5, 11, 0.78);
  overflow: hidden;
  text-decoration: none;
}

.dvt-shop-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: filter 180ms ease, transform 180ms ease;
}

.dvt-shop-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 0, rgba(139, 61, 255, 0.22), transparent 54%),
    rgba(9, 7, 16, 0.94);
  color: rgba(255,255,255,0.82);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.dvt-shop-product-content {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  min-height: 0;
  padding: 0 2px;
}

.dvt-shop-product-badge {
  align-self: flex-start;
  margin-top: 11px;
  padding: 5px 8px;
  border: 1px solid rgba(202, 167, 255, 0.22);
  border-radius: 999px;
  background: rgba(139, 61, 255, 0.16);
  color: var(--dvt-purple-3);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.dvt-shop-product-card h2 {
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  min-height: 0;
  margin: 11px 0 7px;
  color: var(--dvt-text);
  font-size: 15px;
  line-height: 1.22;
  font-weight: 950;
  letter-spacing: -0.01em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dvt-shop-product-card h2::before {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  margin-bottom: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dvt-purple), var(--dvt-purple-2));
  box-shadow: 0 0 14px rgba(139, 61, 255, 0.42);
}

.dvt-shop-product-card h2 a {
  color: inherit;
  text-decoration: none;
}

.dvt-shop-product-price {
  min-height: 0;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.92);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 950;
}

.dvt-shop-product-price:empty::before {
  content: "View pricing";
  color: var(--dvt-muted);
}

.dvt-shop-product-button {
  width: 100%;
  min-height: 40px !important;
  margin-top: 0 !important;
  padding: 0 18px !important;
  border-radius: 12px !important;
  font-size: 12px !important;
  box-shadow: 0 0 20px rgba(139, 61, 255, 0.26) !important;
}

.dvt-shop-products .woocommerce-pagination {
  margin-top: 28px;
}

.dvt-shop-products .woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

.dvt-shop-products .woocommerce-pagination li {
  list-style: none;
}

.dvt-shop-products .woocommerce-pagination a,
.dvt-shop-products .woocommerce-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid rgba(202, 167, 255, 0.18);
  border-radius: 12px;
  background: rgba(255,255,255,0.045);
  color: var(--dvt-text);
  text-decoration: none;
  font-weight: 900;
}

.dvt-shop-products .woocommerce-pagination .current {
  background: linear-gradient(135deg, var(--dvt-purple), var(--dvt-purple-2));
}

.dvt-shop-empty {
  padding: 24px;
  border: 1px solid rgba(202, 167, 255, 0.18);
  border-radius: 18px;
  background: rgba(255,255,255,0.045);
  color: var(--dvt-muted);
  font-weight: 800;
}

@media (hover: hover) and (pointer: fine) {
  .dvt-shop-product-card:hover {
    transform: translateY(-3px);
    border-color: rgba(202, 167, 255, 0.5);
    box-shadow: 0 24px 58px rgba(0,0,0,0.38), 0 0 34px rgba(139, 61, 255, 0.20);
  }

  .dvt-shop-product-card:hover .dvt-shop-product-image img {
    filter: brightness(1.1);
    transform: scale(1.035);
  }
}

/* Footer */

.dvt-footer {
  padding: 0 0 26px;
  border-top: 1px solid rgba(202,167,255,0.12);
  background:
    radial-gradient(circle at 18% 0, rgba(139, 61, 255, 0.18), transparent 32%),
    radial-gradient(circle at 82% 12%, rgba(184, 92, 255, 0.10), transparent 34%),
    #030307;
}

.dvt-footer-inner {
  width: var(--dvt-product-page-width);
  max-width: 1280px;
  margin: 0 auto;
  padding: 58px 0 38px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(160px, 0.82fr) minmax(180px, 0.9fr) minmax(250px, 1.1fr);
  gap: 34px;
}

.dvt-footer-column {
  min-width: 0;
}

.dvt-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--dvt-text);
  text-decoration: none;
  font-size: 20px;
  font-weight: 950;
  margin-bottom: 22px;
}

.dvt-footer p {
  color: var(--dvt-muted);
  line-height: 1.65;
  margin: 0;
  font-size: 13px;
}

.dvt-footer-column h2 {
  position: relative;
  margin: 0 0 18px;
  padding-bottom: 12px;
  color: var(--dvt-text);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dvt-footer-column h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 46px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dvt-purple), var(--dvt-purple-2));
}

.dvt-footer-contact-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,0.74);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.dvt-footer-contact-list a {
  color: var(--dvt-text);
  text-decoration: none;
}

.dvt-footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.dvt-footer-socials > span {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(139, 61, 255, 0.13);
}

.dvt-footer-socials svg {
  width: 16px;
  height: 16px;
}

.dvt-footer-note {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(202, 167, 255, 0.16);
  border-radius: 16px;
  background: rgba(255,255,255,0.045);
  color: var(--dvt-muted);
  font-size: 13px;
  line-height: 1.55;
}

.dvt-footer-nav .dvt-footer-menu {
  align-items: flex-start;
  flex-direction: column;
  gap: 11px;
}

.dvt-footer-nav .dvt-footer-menu a {
  color: rgba(255,255,255,0.66);
  font-size: 13px;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
}

.dvt-footer-nav .dvt-footer-menu a:hover {
  color: var(--dvt-text);
}

.dvt-newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.dvt-newsletter-form input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(202, 167, 255, 0.18);
  border-radius: 12px;
  background: rgba(255,255,255,0.055);
  color: var(--dvt-text);
  padding: 0 14px;
  outline: 0;
}

.dvt-newsletter-form input::placeholder {
  color: rgba(255,255,255,0.42);
}

.dvt-newsletter-form button {
  min-height: 46px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--dvt-purple), var(--dvt-purple-2));
  color: var(--dvt-text);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 0 24px rgba(139, 61, 255, 0.28);
}

.dvt-footer-bottom {
  width: var(--dvt-product-page-width);
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px solid rgba(202, 167, 255, 0.1);
  color: var(--dvt-muted-2);
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.dvt-footer-legal {
  display: grid;
  gap: 6px;
}

.dvt-payment-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.dvt-payment-badges span {
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(202, 167, 255, 0.18);
  border-radius: 8px;
  background: rgba(255,255,255,0.86);
  color: #14101f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 950;
}

@media (max-width: 1100px) {
  .dvt-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dvt-home-trust-badges,
  .dvt-home-category-grid,
  .dvt-home-featured-grid,
  .dvt-home-step-grid,
  .dvt-home-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dvt-home-hero-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: 0;
  }

  .dvt-home-hero-copy {
    grid-column: 1;
    grid-row: auto;
    max-width: 780px;
  }

  .dvt-home-trust-badges {
    grid-column: 1;
    grid-row: auto;
    max-width: none;
  }

  .dvt-home-hero-inner {
    background-size: cover;
    background-position: 66% center;
  }

  .dvt-home-hero-info-bar {
    grid-template-columns: 1fr 1fr;
  }

  .dvt-home-hero-info-bar a {
    grid-column: 1 / -1;
    justify-self: start;
  }

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

  .dvt-home-category-visual {
    height: auto;
  }

  .dvt-home-steps .dvt-home-step-grid::before {
    display: none;
  }

  .dvt-shop-layout {
    grid-template-columns: 1fr;
  }

  .dvt-shop-sidebar {
    position: static;
  }

  .dvt-info-grid,
  .dvt-gift-card-grid,
  .dvt-related-section ul.products,
  .dvt-recommended-grid,
  .dvt-shop-product-grid,
  .dvt-shop-products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.dvt-shop-page .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .dvt-header-top-inner {
    min-height: 34px;
    justify-content: center;
    text-align: center;
  }

  .dvt-utility-links {
    display: none;
  }

  .dvt-header-main-inner {
    min-height: 72px;
  }

  .dvt-menu-toggle {
    display: inline-block;
    order: 3;
    margin-left: auto;
  }

  .dvt-header-actions {
    order: 2;
    margin-left: auto;
  }

  .dvt-header-link {
    display: none;
  }

  .dvt-header-icon-link {
    width: 38px;
    height: 38px;
  }

  .dvt-header-actions .dvt-header-icon-link:nth-of-type(2) {
    display: none;
  }

  .dvt-header-nav-row {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    border-top: 1px solid rgba(202, 167, 255, 0.12);
    border-bottom: 1px solid rgba(202, 167, 255, 0.12);
    background: rgba(5, 5, 11, 0.98);
    box-shadow: 0 18px 42px rgba(0,0,0,0.36);
  }

  .dvt-header.is-menu-open .dvt-header-nav-row {
    display: block;
  }

  .dvt-header-nav-inner {
    padding: 14px 0;
  }

  .dvt-nav {
    position: static;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .dvt-menu {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .dvt-menu a {
    display: block;
    padding: 12px 14px;
    border: 1px solid rgba(202, 167, 255, 0.12);
    border-radius: 12px;
    background: rgba(255,255,255,0.035);
  }

  .dvt-header-nav-inner .dvt-menu a {
    min-height: 0;
    letter-spacing: 0.1em;
  }

  .dvt-header-nav-inner .dvt-menu a::after {
    display: none;
  }

  .dvt-product-shell {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px !important;
    align-items: start !important;
  }

  .dvt-product-gallery {
    width: min(100%, 560px);
    margin: 0 auto;
    padding: 12px;
  }

  .dvt-product-gallery-column {
    width: min(100%, 560px);
    max-width: 560px;
    margin: 0 auto;
    gap: 10px;
  }

  .dvt-product-gallery .woocommerce-product-gallery {
    max-width: 480px;
  }

  .dvt-product-summary {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  .dvt-header-top-inner,
  .dvt-header-main-inner,
  .dvt-header-nav-inner {
    width: calc(100% - 32px);
  }

  .dvt-header-main-inner {
    gap: 12px;
  }

  .dvt-logo-sub {
    display: none;
  }

  .dvt-header-cta {
    min-height: 42px !important;
    padding: 0 18px !important;
    font-size: 12px !important;
  }

  .dvt-header-actions {
    gap: 8px;
  }

  .dvt-header-actions .dvt-header-icon-link {
    display: none;
  }

  .dvt-home-hero,
  .dvt-home-section,
  .dvt-home-final-cta {
    width: calc(100% - 32px);
  }

  .dvt-home-hero {
    padding-top: 34px;
  }

  .dvt-home-hero-inner,
  .dvt-home-final-cta {
    border-radius: 24px;
    padding: 28px 18px;
  }

  .dvt-home-hero h1 {
    font-size: clamp(42px, 14vw, 58px);
  }

  .dvt-home-hero-actions {
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
  }

  .dvt-home-button {
    width: 100%;
  }

  .dvt-home-trust-badges,
  .dvt-home-category-grid,
  .dvt-home-featured-grid,
  .dvt-home-step-grid,
  .dvt-home-trust-grid {
    grid-template-columns: 1fr;
  }

  .dvt-home-hero-inner {
    min-height: 660px;
    background-position: 68% bottom;
  }

  .dvt-home-hero-rating {
    width: 100%;
    justify-content: center;
    font-size: 11px;
  }

  .dvt-home-hero-copy .dvt-home-trust-badges {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
  }

  .dvt-home-hero-info-bar {
    grid-template-columns: 1fr;
    margin-top: 24px;
    padding: 14px;
  }

  .dvt-home-hero-info-bar a {
    width: 100%;
  }

  .dvt-home-section {
    padding: 34px 0;
  }

  .dvt-home-section-heading h2,
  .dvt-home-final-cta h2 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .dvt-home-category-card,
  .dvt-home-info-card {
    padding: 22px 18px;
  }

  .dvt-home-category-card {
    min-height: 430px;
    padding: 0;
  }

  .dvt-home-category-visual {
    height: auto;
    margin: 0;
  }

  .dvt-home-category-card h3 {
    min-height: 38px;
  }

  .dvt-home-category-card p {
    min-height: 46px;
  }

  .dvt-home-category-content {
    min-height: 132px;
    padding: 18px 16px 20px;
  }

  .dvt-home-final-cta {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

  .dvt-home-final-cta p {
    margin-right: auto;
    margin-left: auto;
  }

  .dvt-home-final-action,
  .dvt-home-final-action .dvt-home-button {
    width: 100%;
  }

  .dvt-single-product-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .dvt-shop-main {
    width: calc(100% - 32px);
  }

  .dvt-shop-hero-card {
    padding: 30px 18px;
  }

  .dvt-shop-stats {
    grid-template-columns: 1fr;
  }

  .dvt-shop-sidebar {
    padding: 16px;
  }

  .dvt-shop-sidebar a {
    justify-content: center;
    text-align: center;
  }

  .dvt-shop-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .dvt-info-grid,
  .dvt-gift-card-grid,
  .dvt-related-section ul.products,
  .dvt-recommended-grid,
  .dvt-shop-product-grid,
  .dvt-shop-products ul.products {
    grid-template-columns: 1fr !important;
  }

  body.dvt-shop-page .woocommerce ul.products {
    grid-template-columns: 1fr !important;
  }

  .dvt-product-title {
    max-width: none;
    font-size: clamp(34px, 10vw, 44px);
  }

  .dvt-footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 34px;
  }

  .dvt-footer-menu {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .dvt-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .dvt-payment-badges {
    justify-content: flex-start;
  }

  .dvt-product-shell {
    gap: 24px !important;
  }

  .dvt-product-summary {
    padding: 22px 18px;
  }

  .dvt-gallery-trust-card {
    padding: 13px 14px;
  }

  .dvt-badge {
    flex: 1 1 calc(50% - 9px);
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .dvt-cart-box {
    padding: 16px;
  }

  .dvt-product-gallery img {
    max-height: 390px;
  }
}

@media (max-width: 420px) {
  .dvt-badge {
    flex-basis: 100%;
  }

  .dvt-checkout-trust {
    align-items: flex-start;
    flex-direction: column;
  }
}
