/*
Theme Name: DS Guitars Blocksy
Theme URI: https://dsguitars.co.il
Description: Custom child theme for DS Guitars WooCommerce store.
Author: DS Guitars
Template: blocksy
Version: 0.20.118
Text Domain: ds-guitars-blocksy
*/

@font-face {
  font-family: "DS Gilroy";
  src: url("https://dsguitars.co.il/wp-content/uploads/2024/01/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Axiforma";
  src: url("https://dsguitars.co.il/wp-content/uploads/2024/01/Axiforma-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-Bold";
  src: url("https://dsguitars.co.il/wp-content/uploads/2024/01/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-Bold";
  src: url("https://dsguitars.co.il/wp-content/uploads/2024/01/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-Bold";
  src: url("https://dsguitars.co.il/wp-content/uploads/2024/01/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chronicle Display";
  src: url("https://dsguitars.co.il/wp-content/uploads/2024/01/Chronicle-Display-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DS Latin Display";
  src: url("https://dsguitars.co.il/wp-content/uploads/2024/01/Chronicle-Display-Roman.otf") format("opentype");
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0041-005A, U+0061-007A;
}

@font-face {
  font-family: "DS Gilroy";
  src: url("https://dsguitars.co.il/wp-content/uploads/2024/01/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DS Gilroy";
  src: url("https://dsguitars.co.il/wp-content/uploads/2024/01/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ds-bg: #ffffff;
  --ds-paper: #ffffff;
  --ds-paper-soft: #fbfaff;
  --ds-ink: #1c1230;
  --ds-ink-muted: #6e6582;
  --ds-panel: #ffffff;
  --ds-panel-soft: #fbfaff;
  --ds-text: #1c1230;
  --ds-muted: #6e6582;
  --ds-line: rgba(28, 18, 48, 0.08);
  --ds-accent: #1c1230;
  --ds-accent-strong: #0c0c10;
  --ds-red: #ef4444;
  --ds-radius: 24px;
  --ds-ease: cubic-bezier(0.32, 0.72, 0, 1);
  --ds-ease-soft: cubic-bezier(0.19, 1, 0.22, 1);
}

/* DS Atelier homepage v0.5.0 */
:root {
  --ds-atelier-bg: #ffffff;
  --ds-atelier-bg-soft: #fbfaff;
  --ds-atelier-ink: #1c1230;
  --ds-atelier-muted: #6e6582;
  --ds-atelier-line: rgba(28, 18, 48, 0.08);
  --ds-atelier-line-strong: rgba(28, 18, 48, 0.16);
  --ds-atelier-accent: #1c1230;
  --ds-atelier-accent-dark: #0c0c10;
  --ds-atelier-purple: #1c1230;
  --ds-atelier-purple-deep: #22222a;
  --ds-atelier-purple-soft: rgba(28, 18, 48, 0.06);
  --ds-atelier-dark: #141418;
  --ds-atelier-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

body.home,
body.page-id-3178 {
  background: var(--ds-atelier-bg);
}

body.page-id-3178 .hero-section,
body.page-id-2235 .hero-section,
body.page-id-3206 .hero-section {
  display: none !important;
}

body.page-id-3178 .entry-content,
body.page-id-2235 .entry-content,
body.page-id-3206 .entry-content {
  margin-block-start: 0 !important;
  padding-block-start: 0 !important;
}

body.page-id-3178 .ct-container-full,
body.page-id-2235 .ct-container-full,
body.page-id-3206 .ct-container-full,
body.page-id-3178 article,
body.page-id-2235 article,
body.page-id-3206 article {
  padding-block-start: 0 !important;
}

body.page-id-3178 #footer,
body.page-id-2235 #footer,
body.page-id-3206 #footer {
  display: none !important;
}

.ds-home-atelier {
  --theme-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  min-height: 100dvh;
  background:
    radial-gradient(circle at 10% 20%, rgba(28, 18, 48, 0.02), transparent 45%),
    radial-gradient(circle at 90% 80%, rgba(28, 18, 48, 0.015), transparent 55%),
    var(--ds-atelier-bg);
  color: var(--ds-atelier-ink);
  font-family: var(--theme-font-family);
  overflow: clip;
  direction: rtl;
}

.ds-shipping-banner-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: var(--ds-atelier-purple-soft);
  border: 1px solid rgba(28, 18, 48, 0.15);
  border-radius: 999px;
  color: var(--ds-atelier-purple);
  font-size: 0.82rem;
  font-weight: 700;
  margin-block-end: 20px;
  direction: rtl;
  width: fit-content;
}

.ds-shipping-banner {
  background: linear-gradient(135deg, var(--ds-atelier-purple), var(--ds-atelier-purple-deep));
  color: #ffffff;
  text-align: center;
  padding: 10px 20px;
  font-size: 0.88rem;
  font-weight: 700;
  direction: rtl;
  border-radius: var(--ds-radius);
  margin-inline: auto;
  margin-block-end: 24px;
  width: min(1320px, calc(100% - clamp(28px, 5vw, 88px)));
  box-shadow: 0 10px 30px -10px rgba(28, 18, 48, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 10;
}

.ds-home-atelier::before {
  opacity: 0.025;
  mix-blend-mode: multiply;
}

body.home #header {
  position: absolute;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 30;
}

body.home #header [data-row],
body.home .site-header {
  background: transparent !important;
  box-shadow: none !important;
}

body.home #header [data-device="desktop"] [data-row="middle"],
body.home #header [data-row="middle"] {
  min-height: 86px;
  padding-block: 22px 0;
}

body.home #header [data-row="middle"] > .ct-container {
  width: min(1320px, calc(100% - clamp(28px, 5vw, 88px)));
  min-height: 52px;
}

body.home #header .site-branding,
body.home .site-header .site-branding {
  min-height: 52px;
  padding: 5px 11px 5px 6px;
  border-color: rgba(28, 18, 48, 0.08);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: none;
  backdrop-filter: blur(16px) saturate(118%);
  -webkit-backdrop-filter: blur(16px) saturate(118%);
}

body.home #header .site-branding::after,
body.home .site-header .site-branding::after {
  color: rgba(28, 18, 48, 0.82);
  border-inline-start-color: rgba(28, 18, 48, 0.12);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

body.home #header .site-logo-container,
body.home .site-header .site-logo-container {
  width: 40px;
  height: 40px;
  background: #1c1230;
}

body.home #header .site-logo-container img,
body.home .site-header .site-logo-container img {
  width: 40px;
}

body.home #header .header-menu-1 > ul {
  min-height: 52px;
  border-color: rgba(28, 18, 48, 0.08);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: none;
  backdrop-filter: blur(16px) saturate(118%);
  -webkit-backdrop-filter: blur(16px) saturate(118%);
}

body.home #header .header-menu-1 > ul > li > a.ct-menu-link {
  min-height: 40px;
  color: rgba(28, 18, 48, 0.58) !important;
  font-size: 0.82rem;
}

body.home #header .header-menu-1 > ul > li > a.ct-menu-link:hover,
body.home #header .header-menu-1 > ul > li.current-menu-item > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li.current_page_item > a.ct-menu-link {
  color: var(--ds-atelier-ink) !important;
  background: rgba(28, 18, 48, 0.06);
}

body.home #header .header-menu-1 > ul > li:last-child > a.ct-menu-link {
  color: #ffffff !important;
  background: var(--ds-atelier-dark);
  box-shadow: none;
}

body.home #header .header-menu-1 > ul > li:last-child > a.ct-menu-link::before {
  background: #ffffff;
  box-shadow: none;
}

body.home #header .ct-header-search,
body.home #header .ct-header-trigger {
  border-color: rgba(28, 18, 48, 0.08);
  color: rgba(28, 18, 48, 0.72);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: none;
}

.ds-atelier-hero,
.ds-atelier-section {
  position: relative;
  width: min(1320px, calc(100% - clamp(28px, 5vw, 88px)));
  margin-inline: auto;
}

.ds-atelier-hero {
  min-height: min(760px, 100dvh);
  display: grid;
  align-items: center;
  padding-block: clamp(88px, 10vh, 118px) clamp(22px, 4vh, 44px);
}

.ds-atelier-hero__inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(42px, 7vw, 112px);
  align-items: center;
}

.ds-atelier-hero__copy {
  max-width: 720px;
  padding-block-end: clamp(8px, 3vh, 34px);
}

.ds-atelier-kicker {
  display: inline-flex;
  align-items: center;
  background: rgba(28, 18, 48, 0.05) !important;
  border: 1px solid rgba(28, 18, 48, 0.1) !important;
  color: var(--ds-atelier-purple) !important;
  padding: 6px 14px !important;
  border-radius: 999px !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  width: fit-content;
  box-shadow: 0 2px 8px rgba(28, 18, 48, 0.02);
}

.ds-atelier-kicker::after {
  display: none !important;
}

.ds-atelier-hero h1,
.ds-atelier-section h2,
.ds-instrument h3,
.ds-essential-card strong,
.ds-craft__copy h2,
.ds-atelier-cta h2 {
  margin: 0;
  color: var(--ds-atelier-ink);
  font-family: "Outfit", "Plus Jakarta Sans", "Assistant", "Noto Sans Hebrew", system-ui, sans-serif;
  text-wrap: balance;
}

.ds-atelier-hero h1 {
  max-width: 22ch;
  margin-block-start: 14px;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.ds-atelier-hero__copy p,
.ds-atelier-section__head p,
.ds-instrument__copy p,
.ds-craft__copy p,
.ds-atelier-cta p {
  max-width: 60ch;
  margin: 22px 0 0;
  color: var(--ds-atelier-muted);
  font-size: clamp(1rem, 1.16vw, 1.16rem);
  line-height: 1.78;
}

.ds-atelier-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
  margin-block-start: 36px;
}

.ds-atelier-button,
.ds-atelier-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px !important;
  border-radius: 9999px !important;
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 800;
  transition: all 0.7s cubic-bezier(0.32, 0.72, 0, 1) !important;
}

.ds-atelier-button {
  gap: 16px;
  padding: 8px 8px 8px 28px !important;
  border: none !important;
  color: #ffffff !important;
  background: var(--ds-atelier-purple) !important;
  box-shadow: 0 12px 30px rgba(28, 18, 48, 0.18) !important;
}

.ds-atelier-button span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.2) !important;
  transition: all 0.7s cubic-bezier(0.32, 0.72, 0, 1) !important;
}

.ds-atelier-button:hover {
  color: #ffffff !important;
  background: var(--ds-atelier-purple-deep) !important;
  box-shadow: 0 16px 36px rgba(28, 18, 48, 0.28) !important;
  transform: translateY(-3px) !important;
}

.ds-atelier-button:hover span {
  background: #ffffff !important;
  color: var(--ds-atelier-purple) !important;
  transform: translate(2px, -2px) scale(1.05) !important;
}

.ds-atelier-link {
  padding: 0 28px !important;
  color: var(--ds-atelier-purple) !important;
  border: 1px solid rgba(28, 18, 48, 0.16) !important;
  background: rgba(28, 18, 48, 0.03) !important;
}

.ds-atelier-link:hover {
  color: var(--ds-atelier-purple) !important;
  background: rgba(28, 18, 48, 0.08) !important;
  border-color: var(--ds-atelier-purple) !important;
  transform: translateY(-3px) !important;
}

@keyframes dsFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}

.ds-atelier-hero__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(251, 250, 255, 0.55)) !important;
  border: 1px solid rgba(28, 18, 48, 0.06) !important;
  border-radius: 4px !important;
  padding: clamp(24px, 4vw, 52px) !important;
  box-shadow: 
    0 0 0 1px rgba(255, 255, 255, 0.8) inset,
    0 16px 48px rgba(28, 18, 48, 0.04) !important;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  margin: 0;
  transition: all 0.8s cubic-bezier(0.32, 0.72, 0, 1);
}

.ds-atelier-hero__visual::before {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(28, 18, 48, 0.12) 0%, rgba(28, 18, 48, 0) 70%) !important;
  filter: blur(24px);
  z-index: 0;
  pointer-events: none;
}

.ds-atelier-hero__visual::after {
  content: "";
  display: none;
}

.ds-atelier-hero__visual img {
  position: relative;
  z-index: 1;
  width: min(280px, 85%) !important;
  max-height: 480px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 32px 32px rgba(28, 18, 48, 0.14)) !important;
  animation: dsFloat 6s ease-in-out infinite;
}

.ds-atelier-hero__visual figcaption {
  position: relative;
  z-index: 2;
  width: 100% !important;
  max-width: 320px;
  margin-block-start: 32px !important;
  padding: 18px 24px !important;
  background: rgba(255, 255, 255, 0.85) !important;
  border: 1px solid rgba(28, 18, 48, 0.08) !important;
  border-radius: 4px !important;
  box-shadow: 
    0 0 0 1px rgba(255, 255, 255, 0.9) inset,
    0 4px 16px rgba(28, 18, 48, 0.02) !important;
  text-align: center;
}

.ds-atelier-hero__visual figcaption span {
  display: block;
  color: var(--ds-atelier-purple) !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-block-end: 4px;
}

.ds-atelier-hero__visual figcaption strong {
  display: block;
  margin-block-start: 4px;
  color: var(--ds-atelier-ink);
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.2;
}

.ds-atelier-hero__visual figcaption small {
  display: block;
  margin-block-start: 4px;
  color: var(--ds-atelier-muted);
  font-size: 0.82rem;
}

.ds-instrument__copy > span,
.ds-essential-card span {
  display: block;
  color: var(--ds-atelier-accent-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ds-atelier-index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-block-start: clamp(42px, 8vh, 84px);
  border-block: 1px solid var(--ds-atelier-line);
}

.ds-atelier-index a {
  min-height: 64px;
  display: flex;
  align-items: center;
  padding-inline: clamp(14px, 2vw, 26px);
  color: var(--ds-muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 800;
  border-inline-start: 1px solid var(--ds-atelier-line);
  transition: color 420ms var(--ds-atelier-ease), background 420ms var(--ds-atelier-ease);
}

.ds-atelier-index a:first-child {
  border-inline-start: 0;
}

.ds-atelier-index a:hover {
  color: var(--ds-atelier-purple);
  background: var(--ds-atelier-purple-soft);
}

.ds-atelier-section {
  padding-block: clamp(70px, 8.5vw, 128px);
  border-block-start: 1px solid var(--ds-atelier-line);
}

.ds-atelier-section__head {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.58fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: end;
  margin-block-end: clamp(34px, 5vw, 72px);
}

.ds-atelier-section__head h2,
.ds-craft__copy h2,
.ds-atelier-cta h2 {
  max-width: 14ch;
  margin-block-start: 18px;
  font-size: clamp(2.05rem, 4.1vw, 4.55rem);
  font-weight: 820;
  line-height: 1.02;
}

.ds-route-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  border-block: none !important;
}

.ds-route {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 240px;
  padding: 32px !important;
  color: var(--ds-atelier-ink);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.6) !important;
  border: 1px solid rgba(28, 18, 48, 0.08) !important;
  border-radius: 4px !important;
  box-shadow: 
    0 0 0 1px rgba(255, 255, 255, 0.9) inset,
    0 10px 30px rgba(28, 18, 48, 0.02) !important;
  transition: all 0.7s cubic-bezier(0.32, 0.72, 0, 1) !important;
}

.ds-route:first-child {
  border-block-start: 1px solid rgba(28, 18, 48, 0.08) !important;
}

.ds-route span {
  display: block;
  font-family: "Outfit", sans-serif;
  color: var(--ds-atelier-purple) !important;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-block-end: 16px;
}

.ds-route strong {
  font-family: "Outfit", "Assistant", sans-serif;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem) !important;
  font-weight: 850;
  line-height: 1.2;
  margin-block-end: 12px;
}

.ds-route em {
  display: block;
  color: var(--ds-atelier-muted);
  font-style: normal;
  font-size: 0.94rem;
  line-height: 1.6;
}

.ds-route:hover {
  background: #ffffff !important;
  border-color: rgba(28, 18, 48, 0.16) !important;
  box-shadow: 
    0 0 0 1px rgba(255, 255, 255, 0.9) inset,
    0 20px 48px rgba(28, 18, 48, 0.08) !important;
  transform: translateY(-6px) !important;
}

.ds-route:hover strong {
  color: var(--ds-atelier-purple) !important;
}

.ds-instrument-list {
  display: grid;
  gap: clamp(24px, 3vw, 36px);
}

.ds-instrument {
  display: grid;
  grid-template-columns: minmax(320px, 0.74fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: center;
  padding: clamp(24px, 3.5vw, 44px) !important;
  background: rgba(255, 255, 255, 0.6) !important;
  border: 1px solid rgba(28, 18, 48, 0.08) !important;
  border-radius: 4px !important;
  box-shadow: 
    0 0 0 1px rgba(255, 255, 255, 0.9) inset,
    0 12px 36px rgba(28, 18, 48, 0.02) !important;
  transition: all 0.7s cubic-bezier(0.32, 0.72, 0, 1) !important;
  overflow: hidden;
}

.ds-instrument:hover {
  background: #ffffff !important;
  border-color: rgba(28, 18, 48, 0.14) !important;
  box-shadow: 
    0 0 0 1px rgba(255, 255, 255, 0.9) inset,
    0 24px 60px rgba(28, 18, 48, 0.08) !important;
  transform: translateY(-4px) !important;
}

.ds-instrument--feature {
  grid-template-columns: 0.95fr 1.05fr !important;
  gap: clamp(40px, 6vw, 80px) !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(251, 250, 255, 0.55)) !important;
  border: 1px solid rgba(28, 18, 48, 0.08) !important;
  border-radius: 4px !important;
  padding: clamp(24px, 4vw, 48px) !important;
  box-shadow: 
    0 0 0 1px rgba(255, 255, 255, 0.9) inset,
    0 20px 48px rgba(28, 18, 48, 0.04) !important;
}

.ds-instrument__image {
  min-height: clamp(340px, 40vw, 460px) !important;
  border-radius: 4px !important;
  background: radial-gradient(circle, rgba(28, 18, 48, 0.06) 0%, rgba(28, 18, 48, 0) 70%) !important;
  border: 1px solid rgba(28, 18, 48, 0.04) !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.01) !important;
  overflow: hidden;
  position: relative;
  display: grid;
  place-items: center;
  text-decoration: none;
}

.ds-instrument__image::after {
  display: none !important;
}

.ds-instrument__image img {
  position: relative;
  z-index: 1;
  width: min(340px, 86%) !important;
  max-height: 90% !important;
  object-fit: contain;
  filter: drop-shadow(0 20px 24px rgba(28, 18, 48, 0.12)) !important;
  transition: all 0.8s cubic-bezier(0.32, 0.72, 0, 1) !important;
}

.ds-instrument:hover .ds-instrument__image img {
  transform: scale(1.03) translateY(-4px) !important;
  filter: drop-shadow(0 28px 32px rgba(28, 18, 48, 0.16)) !important;
}

.ds-instrument__copy h3 {
  margin-block-start: 8px;
  font-family: "Outfit", "Assistant", sans-serif !important;
  font-size: clamp(1.8rem, 2.8vw, 2.8rem) !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  color: var(--ds-atelier-ink) !important;
}

.ds-instrument__copy dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 24px 0 0 !important;
  border-block: 1px solid rgba(28, 18, 48, 0.08) !important;
}

.ds-instrument:not(.ds-instrument--feature) .ds-instrument__copy dl {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ds-instrument__copy dl div {
  padding: 16px 0 !important;
  border-inline-start: 1px solid rgba(28, 18, 48, 0.08) !important;
}

.ds-instrument__copy dl div:first-child {
  border-inline-start: 0 !important;
}

.ds-instrument dt {
  color: rgba(28, 18, 48, 0.44) !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ds-instrument dd {
  margin: 6px 0 0 !important;
  color: var(--ds-atelier-ink) !important;
  font-size: 1.02rem !important;
  font-weight: 800 !important;
  font-family: "Outfit", "Assistant", sans-serif;
}

.ds-essential-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ds-essential-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px !important;
  position: relative;
  overflow: hidden;
  color: var(--ds-atelier-ink);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.6) !important;
  border: 1px solid rgba(28, 18, 48, 0.08) !important;
  border-radius: 4px !important;
  box-shadow: 
    0 0 0 1px rgba(255, 255, 255, 0.9) inset,
    0 10px 30px rgba(28, 18, 48, 0.02) !important;
  text-align: right;
  transition: all 0.7s cubic-bezier(0.32, 0.72, 0, 1) !important;
}

.ds-essential-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 760ms var(--ds-atelier-ease);
}

.ds-essential-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.95) 90%);
}

.ds-essential-card > *:not(img) {
  position: relative;
  z-index: 1;
}

.ds-essential-card span {
  display: block;
  font-family: "Outfit", sans-serif;
  color: var(--ds-atelier-purple) !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-block-end: 4px;
}

.ds-essential-card strong {
  display: block;
  font-family: "Outfit", "Assistant", sans-serif;
  font-size: 1.4rem !important;
  font-weight: 850;
  line-height: 1.2;
  margin-block-start: 6px;
}

.ds-essential-card small {
  display: block;
  margin-block-start: 16px;
  color: var(--ds-atelier-purple);
  font-size: 0.88rem;
  font-weight: 700;
}

.ds-essential-card:hover {
  background: #ffffff !important;
  border-color: rgba(28, 18, 48, 0.16) !important;
  box-shadow: 
    0 0 0 1px rgba(255, 255, 255, 0.9) inset,
    0 20px 48px rgba(28, 18, 48, 0.08) !important;
  transform: translateY(-5px) !important;
}

.ds-essential-card:hover img {
  transform: scale(1.045);
}

.ds-essential-card--all {
  background: rgba(28, 18, 48, 0.04) !important;
  border-color: var(--ds-atelier-purple) !important;
}

.ds-essential-card--text {
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.6) !important;
  border: 1px solid rgba(28, 18, 48, 0.08) !important;
}

.ds-essential-card--text::after {
  display: none;
}

.ds-craft {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.74fr);
  gap: clamp(38px, 7vw, 108px);
  align-items: center;
}

.ds-craft__media {
  position: relative;
  min-height: 580px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.ds-craft__media img {
  width: 72% !important;
  height: 460px !important;
  object-fit: cover !important;
  display: block;
  border-radius: 4px !important;
  border: 1px solid rgba(28, 18, 48, 0.08) !important;
  box-shadow: 0 16px 40px rgba(28, 18, 48, 0.12) !important;
  transition: all 0.9s cubic-bezier(0.32, 0.72, 0, 1) !important;
  position: absolute;
}

.ds-craft__media img:nth-child(1) {
  z-index: 2;
  transform: translateX(-15%) rotate(-3deg) scale(0.98);
}

.ds-craft__media img:nth-child(2) {
  z-index: 1;
  transform: translateX(18%) translateY(10%) rotate(4deg) scale(0.95);
  filter: brightness(0.9) contrast(0.95);
}

.ds-craft__media:hover img:nth-child(1) {
  transform: translateX(-8%) rotate(2deg) scale(1.02);
  z-index: 1;
  filter: brightness(0.95);
  box-shadow: 0 24px 60px rgba(28, 18, 48, 0.16) !important;
}

.ds-craft__media:hover img:nth-child(2) {
  transform: translateX(12%) translateY(4%) rotate(-4deg) scale(1.05);
  z-index: 3;
  filter: brightness(1) contrast(1);
  box-shadow: 0 32px 72px rgba(28, 18, 48, 0.2) !important;
}

.ds-atelier-cta {
  max-width: none;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding: clamp(84px, 12vw, 170px) clamp(28px, 7vw, 120px);
  background: var(--ds-atelier-dark);
  color: #ffffff;
}

.ds-atelier-cta > * {
  width: min(1320px, 100%);
  margin-inline: auto;
}

.ds-atelier-cta .ds-atelier-kicker,
.ds-atelier-cta h2 {
  color: #ffffff;
}

.ds-atelier-cta p {
  color: rgba(255, 255, 255, 0.68);
}

.ds-atelier-cta .ds-atelier-button {
  color: var(--ds-atelier-dark);
  background: #ffffff;
  border-color: #ffffff;
}

.ds-atelier-cta .ds-atelier-button span {
  background: rgba(20, 18, 16, 0.08);
}

.ds-atelier-cta .ds-atelier-link {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.34);
}

@media (max-width: 980px) {
  .ds-atelier-hero,
  .ds-atelier-section {
    width: min(100% - 30px, 1320px);
  }

  .ds-atelier-hero {
    padding-block-start: 112px;
  }

  .ds-atelier-hero__inner,
  .ds-atelier-section__head,
  .ds-instrument,
  .ds-essential-grid,
  .ds-craft,
  .ds-craft__media {
    grid-template-columns: 1fr;
  }

  .ds-atelier-hero h1 {
    max-width: 13.5ch;
    font-size: clamp(2rem, 9vw, 3.2rem);
  }

  .ds-atelier-hero__visual img {
    width: min(360px, 82%);
    transform: none !important;
  }

  .ds-atelier-index {
    grid-template-columns: 1fr;
  }

  .ds-atelier-index a {
    border-inline-start: 0;
    border-block-start: 1px solid var(--ds-atelier-line);
  }

  .ds-atelier-index a:first-child {
    border-block-start: 0;
  }

  .ds-route {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-block: 26px;
  }

  .ds-instrument {
    padding: 0;
  }

  .ds-instrument__copy {
    padding: 0 20px 28px;
  }

  .ds-instrument__image {
    min-height: 280px;
  }

  .ds-instrument__copy dl,
  .ds-instrument:not(.ds-instrument--feature) .ds-instrument__copy dl {
    grid-template-columns: 1fr;
  }

  .ds-instrument__copy dl div,
  .ds-instrument__copy dl div:first-child {
    border-inline-start: 0;
    border-block-start: 1px solid var(--ds-atelier-line);
  }

  .ds-instrument__copy dl div:first-child {
    border-block-start: 0;
  }

  .ds-essential-card {
    min-height: 320px;
  }

  .ds-essential-card--text {
    min-height: 200px !important;
  }

  .ds-craft__media {
    min-height: auto !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
    position: relative !important;
  }

  .ds-craft__media img,
  .ds-craft__media img:nth-child(1),
  .ds-craft__media img:nth-child(2) {
    position: relative !important;
    width: 100% !important;
    height: 320px !important;
    transform: none !important;
    filter: none !important;
    border-radius: 4px !important;
    box-shadow: none !important;
  }

  .ds-shop-intro {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 690px) {
  body.home #header .site-branding::after,
  body.home .site-header .site-branding::after {
    content: "DS";
  }

  .ds-atelier-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 12px;
  }

  .ds-atelier-button,
  .ds-atelier-link {
    width: 100%;
  }

  .ds-atelier-button,
  .ds-atelier-link {
    min-height: 52px;
  }

  .ds-atelier-section {
    padding-block: 72px;
  }

  .ds-atelier-section__head h2,
  .ds-craft__copy h2,
  .ds-atelier-cta h2 {
    max-width: 100%;
    font-size: clamp(2.4rem, 13vw, 4.2rem);
  }

  .ds-instrument__copy h3 {
    font-size: clamp(2rem, 11vw, 3.7rem);
  }

  .ds-shop-intro h1 {
    font-size: clamp(2.3rem, 13vw, 4.1rem);
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--ds-paper);
  color: var(--ds-ink);
  font-family: "Assistant", "Noto Sans Hebrew", "Rubik", system-ui, sans-serif;
}

.site-main,
#main {
  background: var(--ds-paper);
}

body.rtl,
html[dir="rtl"] body {
  text-align: right;
}

a {
  text-underline-offset: 0.22em;
}

.ds-shell {
  background: var(--ds-paper);
  color: var(--ds-ink);
  direction: rtl;
  margin-top: -1px;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
}

.ds-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  opacity: 0.035;
  background-image:
    repeating-radial-gradient(circle at 16% 22%, rgba(255, 255, 255, 0.9) 0 1px, transparent 1px 3px);
  mix-blend-mode: soft-light;
}

.home .entry-header,
.page-id-3178 .entry-header,
.page-id-2235 .entry-header,
.page-id-3178 .hero-section,
.page-id-2235 .hero-section,
.page-id-3178 .ct-breadcrumbs,
.page-id-2235 .ct-breadcrumbs {
  display: none !important;
}

.page-id-3178 .site-footer,
.page-id-2235 .site-footer,
.page-id-3178 footer,
.page-id-2235 footer {
  display: none !important;
}

.page-id-3178 .ct-header-cta,
.page-id-3178 a.elementor-button[href*="custom-order"] {
  display: none !important;
}

.page-id-3178 .site-main,
.page-id-2235 .site-main,
.page-id-3178 article,
.page-id-2235 article,
.page-id-3178 .entry-content,
.page-id-2235 .entry-content,
.page-id-3178 .ct-container-full,
.page-id-2235 .ct-container-full {
  margin: 0;
  padding: 0;
  max-width: none;
}

.page-id-3178 .entry-content > p:empty,
.page-id-2235 .entry-content > p:empty,
.page-id-3178 .entry-content > p:has(+ .ds-shell),
.page-id-2235 .entry-content > p:has(+ .ds-shell),
.page-id-3178 .ds-shell p:empty,
.page-id-2235 .ds-shell p:empty {
  display: none;
}

#header [data-row],
.site-header {
  --theme-link-initial-color: var(--ds-atelier-ink);
  --theme-link-hover-color: var(--ds-atelier-purple);
  --theme-heading-color: var(--ds-atelier-ink);
  background: rgba(255, 255, 255, 0.85) !important;
  color: var(--ds-atelier-ink);
  border-bottom: 1px solid var(--ds-atelier-line);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

#header {
  --ds-header-shell: rgba(255, 255, 255, 0.76);
  --ds-header-line: var(--ds-atelier-line);
  --ds-header-glow: rgba(28, 18, 48, 0.04);
  z-index: 50;
}

#header [data-device="desktop"] [data-row="middle"] {
  min-height: 104px;
  padding-block: 24px 12px;
}

#header [data-row="middle"] > .ct-container {
  position: relative;
  width: min(1240px, calc(100% - clamp(32px, 7vw, 128px)));
  min-height: 68px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#header [data-row="middle"] > .ct-container::before {
  display: none;
}

#header [data-column],
#header [data-items],
#header .site-branding,
#header .header-menu-1,
#header .header-menu-1 > ul {
  position: relative;
  z-index: 1;
}

#header .site-title-container,
#header .site-title,
#header .site-title a,
#header .site-description,
.site-header .site-title-container,
.site-header .site-title,
.site-header .site-title a,
.site-header .site-description {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  max-width: 0 !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.site-header a,
.site-header [class*="menu"] a {
  color: var(--ds-atelier-ink) !important;
}

.site-header a:hover,
.site-header [class*="menu"] a:hover {
  color: var(--ds-atelier-purple) !important;
}

body.home #header {
  position: absolute;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 20;
  background: transparent !important;
}

body.home #header [data-row],
body.home .site-header {
  background: transparent !important;
  box-shadow: none !important;
}

body.home #header [data-row="middle"] {
  min-height: 108px;
}

#header .site-branding,
.site-header .site-branding {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 7px 16px 7px 8px;
  border: 1px solid var(--ds-atelier-line-strong);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(28, 18, 48, 0.04), rgba(28, 18, 48, 0.01)), var(--ds-header-shell);
  box-shadow: 0 12px 34px rgba(28, 18, 48, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  font-size: 0 !important;
  line-height: 0 !important;
}

#header .site-branding::after,
.site-header .site-branding::after {
  content: "DS Guitars";
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding-inline-start: 12px;
  border-inline-start: 1px solid var(--ds-atelier-line-strong);
  color: var(--ds-atelier-ink);
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

#header .site-branding img,
#header .site-branding svg,
.site-header .site-branding img,
.site-header .site-branding svg {
  font-size: initial;
}

#header .site-logo-container,
.site-header .site-logo-container {
  display: block !important;
  width: 48px;
  height: 48px;
  overflow: hidden !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  transition: transform 520ms var(--ds-ease), opacity 520ms var(--ds-ease);
}

#header .site-logo-container img,
.site-header .site-logo-container img {
  width: 48px;
  max-width: none;
  height: auto;
  display: block !important;
}

#header .site-logo-container:hover {
  transform: translateY(-1px) scale(1.035);
  opacity: 0.88;
}

.site-header a[href="https://dsguitars.co.il/"]:not(:has(img)),
.site-header a[href="https://dsguitars.co.il"]:not(:has(img)) {
  display: none !important;
}

.site-header a[href="https://dsguitars.co.il/"]:not(.site-logo-container):not(.ct-menu-link),
.site-header a[href="https://dsguitars.co.il"]:not(.site-logo-container):not(.ct-menu-link) {
  display: none !important;
}

.site-header [class*="menu"] a {
  font-size: 0.88rem;
  font-weight: 650;
  letter-spacing: 0;
}

.site-header [class*="menu"] a:hover {
  color: var(--ds-accent-strong) !important;
}

#header .header-menu-1 > ul {
  display: flex;
  align-items: center;
  gap: 2px;
  min-height: 62px;
  padding: 6px;
  border: 1px solid var(--ds-atelier-line-strong);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4)), var(--ds-header-shell);
  box-shadow: 0 12px 34px rgba(28, 18, 48, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

#header .header-menu-1 > ul > li > a.ct-menu-link {
  min-height: 48px;
  padding-inline: clamp(13px, 1.1vw, 20px);
  border-radius: 999px;
  color: var(--ds-atelier-ink) !important;
  text-transform: none !important;
  transition: color 520ms var(--ds-ease), background 520ms var(--ds-ease), transform 520ms var(--ds-ease);
}

#header .header-menu-1 > ul > li > a.ct-menu-link:hover,
#header .header-menu-1 > ul > li.current-menu-item > a.ct-menu-link,
#header .header-menu-1 > ul > li.current_page_item > a.ct-menu-link {
  color: var(--ds-atelier-purple) !important;
  background: var(--ds-atelier-purple-soft);
  transform: translateY(-1px);
}

#header .header-menu-1 > ul > li:last-child > a.ct-menu-link {
  color: #ffffff !important;
  background: var(--ds-atelier-purple);
  box-shadow: 0 8px 24px rgba(28, 18, 48, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

#header .header-menu-1 > ul > li:last-child > a.ct-menu-link::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-inline-end: 8px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.18);
}

#header .ct-header-search,
#header .ct-header-trigger {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  min-height: 44px;
  border: 1px solid var(--ds-atelier-line-strong);
  border-radius: 999px;
  color: var(--ds-atelier-ink);
  background: var(--ds-atelier-purple-soft);
  transition: background 520ms var(--ds-ease), color 520ms var(--ds-ease), transform 520ms var(--ds-ease), border-color 520ms var(--ds-ease);
}

#header .ct-header-search:hover,
#header .ct-header-trigger:hover {
  color: var(--ds-atelier-purple);
  background: rgba(28, 18, 48, 0.12);
  border-color: var(--ds-atelier-purple);
  transform: translateY(-1px);
}

#header .ct-header-search:active,
#header .ct-header-trigger:active,
#header .header-menu-1 > ul > li > a.ct-menu-link:active,
#header .site-logo-container:active {
  transform: translateY(0) scale(0.98);
}

#offcanvas .ct-panel-inner {
  background:
    radial-gradient(circle at 20% 0%, rgba(28, 18, 48, 0.04), transparent 34%),
    rgba(255, 255, 255, 0.98) !important;
  border-inline-start: 1px solid var(--ds-atelier-line);
}

#offcanvas .ct-panel-actions {
  padding: 20px;
}

#offcanvas .ct-toggle-close {
  width: 42px;
  height: 42px;
  border: 1px solid var(--ds-atelier-line-strong);
  border-radius: 8px;
  color: var(--ds-atelier-ink);
  background: var(--ds-atelier-purple-soft);
}

#offcanvas [data-id="mobile-menu"] {
  padding: 10px 20px 28px;
}

#offcanvas [data-id="mobile-menu"] a.ct-menu-link {
  min-height: 54px;
  margin-block: 4px;
  padding-inline: 18px;
  border: 1px solid var(--ds-atelier-line-strong);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
  color: var(--ds-atelier-ink) !important;
  font-size: 1.08rem;
  font-weight: 650;
}

#offcanvas [data-id="mobile-menu"] li.current-menu-item a.ct-menu-link,
#offcanvas [data-id="mobile-menu"] a.ct-menu-link:hover {
  color: var(--ds-atelier-purple) !important;
  border-color: var(--ds-atelier-purple);
  background: var(--ds-atelier-purple-soft);
}

.page-id-3178 .ct-container,
.page-id-2235 .ct-container {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

.ds-section {
  padding: clamp(64px, 9vw, 132px) clamp(18px, 4vw, 56px);
  background: var(--ds-paper);
}

.ds-section-inner {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.ds-home {
  --ds-hero-image: url("https://dsguitars.co.il/wp-content/uploads/2024/11/new-cover-2-min.jpg");
}

.ds-hero-v2 {
  position: relative;
  isolation: isolate;
  min-height: clamp(720px, 100dvh, 980px);
  display: grid;
  align-items: stretch;
  color: var(--ds-text);
  overflow: hidden;
  background: #070608;
}

.ds-hero-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 72% 28%, rgba(230, 196, 112, 0.2), transparent 23%),
    radial-gradient(circle at 16% 76%, rgba(184, 74, 61, 0.12), transparent 24%),
    linear-gradient(90deg, rgba(6, 6, 7, 0.04) 0%, rgba(6, 6, 7, 0.5) 43%, rgba(6, 6, 7, 0.94) 82%),
    linear-gradient(180deg, rgba(6, 6, 7, 0.22), rgba(6, 6, 7, 0.97)),
    var(--ds-hero-image) 18% 52% / cover no-repeat;
  filter: saturate(0.9) contrast(1.08);
  transform: scale(1.055);
}

.ds-hero-v2::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(8, 8, 10, 0.02) 0%, rgba(8, 8, 10, 0.06) 48%, rgba(255, 255, 255, 0.98) 100%),
    radial-gradient(circle at 18% 76%, rgba(28, 18, 48, 0.06), transparent 30%);
  pointer-events: none;
}

.ds-hero-v2 > * {
  position: relative;
  z-index: 1;
}

.ds-hero-v2::selection {
  background: rgba(230, 196, 112, 0.28);
}

.ds-hero-v2__inner {
  width: min(1240px, calc(100% - clamp(34px, 7vw, 132px)));
  margin-inline: auto;
  padding-block: clamp(152px, 19vh, 210px) clamp(62px, 9vh, 106px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 0.78fr);
  gap: clamp(34px, 6vw, 96px);
  align-items: end;
}

.ds-hero-v2__copy {
  width: min(610px, 100%);
  margin-inline-start: auto;
  padding-block-end: clamp(22px, 4vh, 54px);
}

.ds-hero-v2 h1 {
  margin: 20px 0 0;
  color: var(--ds-text);
  font-family: "Assistant", "Noto Sans Hebrew", system-ui, sans-serif;
  max-width: 11ch;
  font-size: clamp(3.25rem, 4.8vw, 5.9rem);
  font-weight: 820;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.ds-hero-v2 .ds-lead {
  max-width: 540px;
  color: rgba(245, 242, 234, 0.76);
  font-size: clamp(1rem, 1.24vw, 1.22rem);
  line-height: 1.78;
}

.ds-hero-v2__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-block-start: 32px;
}

.ds-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-block-start: clamp(34px, 5vh, 58px);
}

.ds-hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding-inline: 13px;
  border: 1px solid rgba(245, 242, 234, 0.12);
  border-radius: 999px;
  color: rgba(245, 242, 234, 0.7);
  background: rgba(245, 242, 234, 0.055);
  font-size: 0.82rem;
  font-weight: 700;
}

.ds-scroll-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding-inline: 10px;
  color: rgba(245, 242, 234, 0.78);
  font-size: 0.95rem;
  font-weight: 750;
  text-decoration: none;
  transition: color 520ms var(--ds-ease), transform 520ms var(--ds-ease);
}

.ds-scroll-link span {
  font-size: 1.8rem;
  line-height: 1;
  transform: translateY(-1px);
}

.ds-scroll-link:hover {
  color: var(--ds-accent-strong);
  transform: translateY(-1px);
}

.ds-hero-feature {
  position: relative;
  width: min(560px, 100%);
  justify-self: start;
  align-self: end;
  min-height: clamp(500px, 55vw, 660px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ds-hero-feature__orbit {
  position: absolute;
  inset: 7% 0 auto auto;
  width: min(94%, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(245, 242, 234, 0.12);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(230, 196, 112, 0.15), transparent 42%),
    linear-gradient(135deg, rgba(245, 242, 234, 0.055), rgba(245, 242, 234, 0.012));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 40px 110px rgba(0, 0, 0, 0.25);
  transform: rotate(-11deg);
}

.ds-hero-feature::before {
  content: "";
  position: absolute;
  inset: 9% 1% auto auto;
  width: min(92%, 520px);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(230, 196, 112, 0.23), rgba(230, 196, 112, 0.06) 46%, transparent 68%);
  filter: blur(10px);
  pointer-events: none;
}

.ds-hero-feature::after {
  content: "";
  position: absolute;
  inset-inline-start: 6%;
  inset-block-end: 11%;
  width: 72%;
  height: 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  filter: blur(18px);
  transform: rotate(-7deg);
}

.ds-hero-feature__tag {
  position: absolute;
  inset-block-start: 10%;
  inset-inline-start: 9%;
  z-index: 2;
  color: rgba(245, 242, 234, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ds-hero-feature img {
  position: relative;
  z-index: 1;
  width: min(94%, 590px);
  margin-inline: auto;
  margin-block-start: 4%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: contain;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: rotate(-8deg) translate(2%, 1%);
  filter: drop-shadow(0 54px 52px rgba(0, 0, 0, 0.42));
}

.ds-hero-feature__plate {
  position: absolute;
  z-index: 3;
  inset-inline-start: 0;
  inset-block-end: 13%;
  display: grid;
  gap: 5px;
  min-width: min(320px, 72%);
  padding: 16px 18px;
  border: 1px solid rgba(245, 242, 234, 0.14);
  border-radius: 8px;
  background: rgba(9, 8, 11, 0.76);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}

.ds-hero-feature__plate span {
  color: var(--ds-accent-strong);
  font-size: 0.72rem;
  font-weight: 850;
}

.ds-hero-feature strong {
  color: var(--ds-text);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1;
}

.ds-hero-feature small {
  color: rgba(245, 242, 234, 0.58);
  font-size: 0.96rem;
}

.ds-hero-feature__link {
  position: absolute;
  z-index: 3;
  inset-inline-end: 4%;
  inset-block-end: 5%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding-inline: 18px;
  border: 1px solid rgba(245, 242, 234, 0.14);
  border-radius: 8px;
  color: rgba(245, 242, 234, 0.86);
  background: rgba(245, 242, 234, 0.06);
  text-decoration: none;
  font-weight: 750;
  transition: transform 520ms var(--ds-ease), background 520ms var(--ds-ease), color 520ms var(--ds-ease);
}

.ds-hero-feature__link:hover {
  color: #17130c;
  background: var(--ds-accent-strong);
  transform: translateY(-1px);
}

.ds-hero-rail {
  position: absolute;
  inset-inline: clamp(18px, 4vw, 56px);
  inset-block-end: 28px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(245, 242, 234, 0.36);
  font-size: clamp(0.68rem, 0.88vw, 0.84rem);
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ds-section-heading {
  width: min(760px, 100%);
  margin-block-end: clamp(28px, 4vw, 52px);
}

.ds-section-note {
  width: min(420px, 100%);
  margin: 0;
  color: var(--ds-ink-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.ds-categories {
  position: relative;
  margin-block-start: -44px;
  padding-block-start: clamp(90px, 10vw, 150px);
  border-radius: 4px 34px 0 0;
  box-shadow: 0 -28px 70px rgba(9, 8, 6, 0.16);
}

.ds-categories::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 110px;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 0%, rgba(28, 18, 48, 0.06), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), transparent);
}

.ds-section-heading--row {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.ds-section-heading--row > div {
  width: min(720px, 100%);
}

.ds-category-grid {
  display: grid;
  grid-template-columns: 1.24fr 0.88fr 0.88fr;
  gap: clamp(12px, 1.6vw, 22px);
  align-items: end;
}

.ds-category-card {
  position: relative;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid var(--ds-atelier-line-strong);
  color: var(--ds-atelier-ink);
  text-decoration: none;
  background: var(--ds-atelier-bg-soft);
  box-shadow: 0 12px 34px rgba(28, 18, 48, 0.03);
  transform: translateZ(0);
  transition: border-color 520ms var(--ds-ease), box-shadow 520ms var(--ds-ease), transform 520ms var(--ds-ease);
}

.ds-category-card:hover {
  border-color: var(--ds-atelier-purple);
  box-shadow: 0 18px 46px rgba(28, 18, 48, 0.08);
  transform: translateY(-2px);
}

.ds-category-card--large {
  min-height: 500px;
}

.ds-category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 760ms var(--ds-ease-soft), opacity 760ms var(--ds-ease-soft);
}

.ds-category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 10%, rgba(251, 250, 255, 0.94) 80%),
    radial-gradient(circle at 20% 80%, rgba(28, 18, 48, 0.06), transparent 36%);
}

.ds-category-card span,
.ds-category-card strong,
.ds-category-card small {
  position: relative;
  z-index: 1;
  padding-inline: clamp(22px, 3vw, 34px);
}

.ds-category-card span {
  color: var(--ds-atelier-purple);
  font-size: 0.84rem;
  font-weight: 800;
  margin-block-end: 10px;
}

.ds-category-card strong {
  max-width: 360px;
  padding-block-end: clamp(24px, 3vw, 36px);
  color: var(--ds-atelier-ink);
  font-size: clamp(1.65rem, 2.4vw, 2.65rem);
  line-height: 1.02;
}

.ds-category-card small {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0 clamp(22px, 3vw, 34px) clamp(24px, 3vw, 36px) 0;
  padding: 0;
  color: var(--ds-atelier-muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.ds-category-card small::after {
  content: "↗";
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--ds-atelier-purple-soft);
  color: var(--ds-atelier-purple);
  transition: transform 520ms var(--ds-ease), background 520ms var(--ds-ease), color 520ms var(--ds-ease);
}

.ds-category-card:hover img {
  transform: scale(1.055);
  opacity: 0.95;
}

.ds-category-card:hover small::after {
  background: var(--ds-atelier-purple);
  color: #ffffff;
  transform: translate(-3px, -2px);
}

.ds-category-card--quiet img {
  object-fit: contain;
  padding: 36px 24px 96px;
  background:
    radial-gradient(circle at 50% 40%, rgba(28, 18, 48, 0.08), transparent 42%),
    var(--ds-atelier-bg-soft);
}

.ds-showcase {
  position: relative;
  background: var(--ds-paper-soft);
}

.ds-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 18%, rgba(28, 18, 48, 0.05), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), transparent 48%);
}

.ds-showcase__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(34px, 6vw, 96px);
  align-items: center;
}

.ds-showcase__copy h2 {
  max-width: 10.8ch;
  font-size: clamp(2.35rem, 4vw, 4.6rem);
}

.ds-showcase__media {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  grid-template-rows: 190px 250px;
  gap: clamp(12px, 1.6vw, 20px);
}

.ds-showcase__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(21, 17, 10, 0.15);
}

.ds-showcase__media img:first-child {
  grid-row: 1 / 3;
}

.ds-showcase__media img:nth-child(2) {
  transform: translateY(-18px);
}

.ds-showcase__media img:nth-child(3) {
  transform: translateY(18px);
}

.ds-feature {
  background: var(--ds-paper-soft);
}

.ds-hero {
  min-height: min(760px, 92vh);
  display: grid;
  align-items: end;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block-start: 96px;
  background: var(--ds-bg);
  color: var(--ds-text);
}

.ds-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8, 8, 10, 0.96) 0%, rgba(8, 8, 10, 0.7) 42%, rgba(8, 8, 10, 0.25) 100%),
    url("https://dsguitars.co.il/wp-content/uploads/2024/02/wordshopn-1.png") left center / min(58vw, 760px) auto no-repeat;
  opacity: 0.92;
}

.ds-hero::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 28%;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(8, 8, 10, 0.92));
}

.ds-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ds-accent-strong);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ds-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.ds-hero h1,
.ds-section h2 {
  margin: 0;
  color: var(--ds-ink);
  line-height: 0.98;
  letter-spacing: 0;
}

.ds-hero h1 {
  color: var(--ds-text);
}

.ds-hero h1 {
  max-width: 820px;
  font-size: clamp(3rem, 7vw, 6.35rem);
  line-height: 1.04;
}

.ds-lead {
  max-width: 690px;
  margin-block: 24px 0;
  color: var(--ds-ink-muted);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.75;
}

.ds-hero .ds-lead {
  color: rgba(245, 242, 234, 0.72);
}

.ds-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-block-start: 34px;
}

.ds-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 18px 0 24px;
  border-radius: 999px;
  border: 1px solid var(--ds-accent);
  background: var(--ds-accent);
  color: #ffffff !important;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(28, 18, 48, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: transform 520ms var(--ds-ease), background 520ms var(--ds-ease), color 520ms var(--ds-ease), border-color 520ms var(--ds-ease), box-shadow 520ms var(--ds-ease);
}

.ds-button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  transition: transform 520ms var(--ds-ease), background 520ms var(--ds-ease);
}

.ds-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  transform: translateY(-1px);
  background: var(--ds-accent-strong);
  border-color: var(--ds-accent-strong);
  color: #ffffff !important;
  box-shadow: 0 12px 30px rgba(28, 18, 48, 0.25);
}

.ds-button:hover span {
  transform: translate(-2px, -1px) scale(1.04);
  background: rgba(255, 255, 255, 0.24);
}

.ds-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 18px 0 24px;
  border-radius: 999px;
  background: transparent;
  color: var(--ds-ink);
  border-color: var(--ds-atelier-line-strong);
  font-weight: 850;
  text-decoration: none;
  transition: transform 520ms var(--ds-ease), background 520ms var(--ds-ease), color 520ms var(--ds-ease), border-color 520ms var(--ds-ease);
}

.ds-button-secondary--dark {
  color: var(--ds-ink);
  border-color: var(--ds-atelier-line-strong);
  background: var(--ds-atelier-bg-soft);
}

.ds-button-secondary--dark:hover {
  color: var(--ds-atelier-purple);
  border-color: var(--ds-atelier-purple);
  background: var(--ds-atelier-purple-soft);
}

.ds-button-secondary:hover {
  background: var(--ds-atelier-purple-soft);
  color: var(--ds-atelier-purple);
  border-color: var(--ds-atelier-purple);
}

.ds-hero .ds-button-secondary,
.ds-contact .ds-button-secondary {
  color: var(--ds-ink);
  border-color: var(--ds-atelier-line-strong);
}

.ds-hero .ds-button-secondary:hover,
.ds-contact .ds-button-secondary:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--ds-text);
  border-color: rgba(245, 242, 234, 0.32);
}

.ds-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
}

.ds-card {
  border: 1px solid rgba(25, 23, 20, 0.1);
  border-radius: var(--ds-radius);
  background: var(--ds-paper-soft);
  overflow: hidden;
}

.ds-card-copy {
  padding: clamp(22px, 3vw, 36px);
}

.ds-card h3 {
  margin: 0 0 12px;
  color: var(--ds-ink);
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
  line-height: 1.08;
}

.ds-card p {
  margin: 0;
  color: var(--ds-ink-muted);
  line-height: 1.75;
}

.ds-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

.ds-span-7 {
  grid-column: span 7;
}

.ds-span-5 {
  grid-column: span 5;
}

.ds-span-4 {
  grid-column: span 4;
}

.ds-product-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
}

.ds-product-strip img {
  width: 100%;
  border-radius: var(--ds-radius);
  border: 1px solid rgba(25, 23, 20, 0.1);
  background: var(--ds-paper-soft);
}

.ds-spec-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.ds-spec-list li {
  border: 1px solid rgba(25, 23, 20, 0.1);
  border-radius: var(--ds-radius);
  padding: 14px 16px;
  color: var(--ds-ink-muted);
  background: rgba(255, 255, 255, 0.45);
}

.ds-spec-list li strong {
  display: block;
  margin-block-end: 8px;
  color: var(--ds-accent);
  font-size: 0.82rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.ds-shop-band {
  background: var(--ds-paper);
  color: var(--ds-ink);
}

.ds-shop-band .ds-kicker,
.ds-shop-band h2,
.ds-shop-band .ds-lead {
  color: var(--ds-ink);
}

.ds-shop-band .ds-lead {
  opacity: 0.72;
}

.woocommerce ul.products li.product {
  border: 1px solid rgba(28, 18, 48, 0.08);
  border-radius: var(--ds-radius);
  overflow: hidden;
  background: var(--ds-paper-soft);
  padding-bottom: 18px;
  box-shadow: 0 20px 60px rgba(28, 18, 48, 0.05);
  transition: transform 520ms var(--ds-ease), box-shadow 520ms var(--ds-ease);
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 80px rgba(28, 18, 48, 0.1);
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0 0 18px;
  background:
    radial-gradient(circle at 50% 42%, rgba(28, 18, 48, 0.08), transparent 44%),
    var(--ds-paper-soft);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
  padding-inline: 18px;
}

.woocommerce ul.products li.product .button {
  margin-inline: 18px;
}

.single-product .product,
.woocommerce-cart .ct-container,
.woocommerce-checkout .ct-container {
  direction: rtl;
}

.ds-contact {
  border-block-start: 1px solid rgba(28, 18, 48, 0.1);
  background:
    radial-gradient(circle at 18% 20%, rgba(28, 18, 48, 0.08), transparent 26%),
    linear-gradient(135deg, var(--ds-atelier-dark), #0f091c);
  color: var(--ds-text);
}

.ds-contact__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
}

.ds-contact h2 {
  max-width: 13ch;
  color: var(--ds-text);
}

.ds-contact .ds-lead {
  color: rgba(245, 242, 234, 0.7);
}

@media (max-width: 780px) {
  .site-header .site-logo-container {
    width: 58px;
    height: 52px;
  }

  .site-header .site-logo-container img {
    width: 58px;
  }

  #header [data-row="middle"] > .ct-container {
    width: min(100% - 28px, 1180px);
    min-height: 58px;
    padding: 0;
  }

  #header .site-branding,
  .site-header .site-branding {
    gap: 10px;
    min-height: 58px;
    padding: 6px 12px 6px 7px;
  }

  #header .site-branding::after,
  .site-header .site-branding::after {
    min-height: 28px;
    padding-inline-start: 10px;
    font-size: 0.76rem;
  }

  .ds-hero-v2 {
    min-height: 100dvh;
    align-items: end;
  }

  .ds-hero-v2::before {
    background:
      linear-gradient(180deg, rgba(8, 8, 10, 0.34) 0%, rgba(8, 8, 10, 0.74) 46%, rgba(8, 8, 10, 0.98) 100%),
      var(--ds-hero-image) center top / cover no-repeat;
  }

  .ds-hero-v2__inner {
    width: min(100% - 32px, 1180px);
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 118px 44px;
  }

  .ds-hero-v2__copy {
    margin-inline-start: 0;
    padding-block-end: 0;
  }

  .ds-hero-v2 h1 {
    max-width: 12ch;
    font-size: clamp(2.65rem, 10.8vw, 4.15rem);
  }

  .ds-hero-v2 .ds-lead {
    max-width: 35rem;
    font-size: 1rem;
  }

  .ds-hero-feature {
    width: min(100%, 440px);
    justify-self: stretch;
    min-height: 360px;
  }

  .ds-hero-feature__orbit {
    inset-block-start: 6%;
    width: min(94%, 400px);
  }

  .ds-hero-feature__tag {
    inset-block-start: 8%;
    inset-inline-start: 8%;
  }

  .ds-hero-feature img {
    width: 88%;
    aspect-ratio: 1 / 1;
    transform: rotate(-6deg) translateX(2%);
  }

  .ds-hero-feature__plate {
    inset-inline-start: 0;
    inset-block-end: 12%;
    min-width: min(300px, 78%);
    padding: 14px 16px;
  }

  .ds-hero-feature__link {
    inset-inline-end: 0;
    inset-block-end: 0;
  }

  .ds-hero-proof {
    margin-block-start: 28px;
  }

  .ds-hero-rail {
    display: none;
  }

  .ds-categories {
    margin-block-start: -24px;
    border-radius: 4px 24px 0 0;
  }

  .ds-section-heading--row,
  .ds-category-grid,
  .ds-showcase__grid,
  .ds-contact__inner {
    grid-template-columns: 1fr;
  }

  .ds-section-heading--row {
    display: grid;
    align-items: start;
  }

  .ds-category-card,
  .ds-category-card--large {
    min-height: 360px;
  }

  .ds-section-note {
    width: 100%;
  }

  .ds-showcase__copy h2,
  .ds-contact h2 {
    max-width: 100%;
  }

  .ds-showcase__media {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .ds-showcase__media img {
    min-height: 260px;
  }

  .ds-showcase__media img:first-child {
    grid-row: auto;
  }

  .ds-showcase__media img:nth-child(2),
  .ds-showcase__media img:nth-child(3) {
    transform: none;
  }

  .ds-hero {
    min-height: 720px;
    align-items: end;
  }

  .ds-hero::before {
    background:
      linear-gradient(180deg, rgba(8, 8, 10, 0.28) 0%, rgba(8, 8, 10, 0.92) 62%, #08080a 100%),
      url("https://dsguitars.co.il/wp-content/uploads/2024/02/wordshopn-1.png") center top 36px / 96vw auto no-repeat;
  }

  .ds-section {
    padding-block: 58px;
  }

  .ds-grid,
  .ds-product-strip,
  .ds-spec-list {
    grid-template-columns: 1fr;
  }

  .ds-span-7,
  .ds-span-5,
  .ds-span-4 {
    grid-column: auto;
  }

  .ds-actions {
    flex-direction: column;
  }

  .ds-actions .ds-button,
  .ds-actions .ds-button-secondary,
  .ds-hero-v2__actions .ds-button,
  .ds-hero-v2__actions .ds-button-secondary {
    width: 100%;
  }

  .ds-hero h1 {
    font-size: clamp(2.75rem, 15vw, 4.6rem);
  }
}

/* Late overrides for DS Atelier homepage v0.4.3 */
body.home .ds-home-atelier {
  background: var(--ds-atelier-bg) !important;
}

body.home #header [data-device="desktop"] [data-row="middle"],
body.home #header [data-row="middle"] {
  min-height: 86px !important;
  padding-block: 22px 0 !important;
}

body.home #header [data-row="middle"] > .ct-container {
  width: min(1320px, calc(100% - clamp(28px, 5vw, 88px))) !important;
  min-height: 52px !important;
}

body.home #header .site-branding,
body.home .site-header .site-branding {
  width: 46px !important;
  max-width: 46px !important;
  min-width: 46px !important;
  min-height: 44px !important;
  gap: 0 !important;
  padding: 0 !important;
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.home #header .site-branding::after,
body.home .site-header .site-branding::after {
  display: none !important;
}

body.home #header .site-logo-container,
body.home .site-header .site-logo-container {
  width: 44px !important;
  max-width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  max-height: 44px !important;
  min-height: 44px !important;
  background: #171410 !important;
  box-shadow: 0 16px 40px rgba(23, 20, 16, 0.12) !important;
}

body.home #header .site-logo-container img,
body.home #header .site-logo-container svg,
body.home .site-header .site-logo-container img,
body.home .site-header .site-logo-container svg {
  width: 44px !important;
  max-width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  max-height: 44px !important;
  min-height: 44px !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.home #header .site-branding > *:not(.site-logo-container),
body.home .site-header .site-branding > *:not(.site-logo-container) {
  display: none !important;
}

body.home #header .header-menu-1 > ul {
  min-height: 52px !important;
  border-color: rgba(28, 18, 48, 0.08) !important;
  background: rgba(255, 255, 255, 0.76) !important;
  box-shadow: none !important;
}

body.home #header .header-menu-1 > ul > li > a.ct-menu-link {
  min-height: 40px !important;
  color: rgba(28, 18, 48, 0.58) !important;
  font-size: 0.82rem !important;
}

body.home #header .header-menu-1 > ul > li > a.ct-menu-link:hover,
body.home #header .header-menu-1 > ul > li.current-menu-item > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li.current_page_item > a.ct-menu-link {
  color: var(--ds-atelier-ink) !important;
  background: rgba(28, 18, 48, 0.06) !important;
}

body.home #header .header-menu-1 > ul > li:last-child > a.ct-menu-link {
  color: #ffffff !important;
  background: var(--ds-atelier-dark) !important;
  box-shadow: none !important;
}

body.home #header .ct-header-search,
body.home #header .ct-header-trigger {
  border-color: rgba(28, 18, 48, 0.08) !important;
  color: rgba(28, 18, 48, 0.72) !important;
  background: rgba(255, 255, 255, 0.7) !important;
  box-shadow: none !important;
}

/* Global Atelier skin v0.5.0 */
body {
  background: var(--ds-atelier-bg) !important;
  color: var(--ds-atelier-ink);
}

body:not(.home) #main,
body:not(.home) .site-main,
body:not(.home) .ct-container-full,
body:not(.home) .entry-content {
  background: transparent !important;
}

body:not(.home) .site-main,
body:not(.home) #main {
  padding-block-start: clamp(18px, 3vw, 42px);
}

.woocommerce-shop .hero-section,
.post-type-archive-product .hero-section,
.tax-product_cat .hero-section,
.single-product .hero-section {
  display: none !important;
}

.woocommerce-shop #main,
.post-type-archive-product #main,
.tax-product_cat #main,
.single-product #main {
  padding-block-start: clamp(4px, 1.4vw, 20px) !important;
}

.woocommerce-shop #main > .ct-container,
.post-type-archive-product #main > .ct-container,
.tax-product_cat #main > .ct-container {
  padding-block-start: clamp(14px, 2.4vw, 34px) !important;
}

.ds-shop-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-block-end: clamp(26px, 4vw, 52px);
  direction: rtl;
}

.ds-shop-intro span {
  color: var(--ds-atelier-purple);
  font-size: 0.74rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ds-shop-intro h1 {
  margin: 0;
  color: var(--ds-atelier-ink);
  font-size: clamp(2.45rem, 5vw, 5.25rem);
  font-weight: 820;
  line-height: 1.02;
}

.ds-shop-intro p {
  max-width: 52ch;
  margin: 0;
  color: var(--ds-atelier-muted);
  font-size: clamp(1rem, 1.18vw, 1.15rem);
  line-height: 1.75;
}

.ds-shop-shipping-notice {
  margin-block-start: 12px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: var(--ds-atelier-purple-soft);
  border: 1px solid rgba(28, 18, 48, 0.15);
  border-radius: 999px;
  color: var(--ds-atelier-purple);
  font-size: 0.85rem;
  font-weight: 700;
  direction: rtl;
}

.woocommerce-shop .woo-listing-top,
.post-type-archive-product .woo-listing-top,
.tax-product_cat .woo-listing-top {
  margin-block-start: 0 !important;
  margin-block-end: clamp(22px, 3vw, 38px) !important;
  align-items: center;
}

.woocommerce-result-count {
  display: none !important;
}

.woocommerce-ordering select {
  min-height: 46px !important;
  border-color: rgba(95, 74, 125, 0.14) !important;
  background-color: rgba(251, 248, 241, 0.72) !important;
  color: rgba(23, 20, 16, 0.72) !important;
  box-shadow: none !important;
}

.woocommerce ul.products li.product .entry-meta {
  display: none !important;
}

body:not(.home) .ct-container,
body:not(.home) .ct-container-narrow {
  color: var(--ds-atelier-ink);
}

body:not(.home) h1,
body:not(.home) h2,
body:not(.home) h3,
body:not(.home) h4,
body:not(.home) .entry-title,
body:not(.home) .page-title,
body:not(.home) .product_title {
  color: var(--ds-atelier-ink);
  font-family: "Assistant", "Noto Sans Hebrew", system-ui, sans-serif;
  letter-spacing: 0;
  text-wrap: balance;
}

body:not(.home) p,
body:not(.home) .entry-content,
body:not(.home) .woocommerce-product-details__short-description {
  color: var(--ds-atelier-muted);
}

#header,
body.home #header {
  --ds-header-shell: rgba(255, 255, 255, 0.78) !important;
  --ds-header-line: rgba(28, 18, 48, 0.09) !important;
  --ds-header-glow: rgba(28, 18, 48, 0.14) !important;
}

#header [data-row],
.site-header,
body.home #header [data-row],
body.home .site-header {
  --theme-link-initial-color: rgba(28, 18, 48, 0.66) !important;
  --theme-link-hover-color: var(--ds-atelier-purple) !important;
  --theme-heading-color: var(--ds-atelier-ink) !important;
  background: transparent !important;
  color: var(--ds-atelier-ink) !important;
  box-shadow: none !important;
}

#header [data-device="desktop"] [data-row="middle"],
#header [data-row="middle"] {
  min-height: 86px !important;
  padding-block: 22px 0 !important;
}

#header [data-row="middle"] > .ct-container {
  width: min(1320px, calc(100% - clamp(28px, 5vw, 88px))) !important;
  min-height: 52px !important;
}

#header .site-branding,
.site-header .site-branding,
body.home #header .site-branding,
body.home .site-header .site-branding {
  width: 46px !important;
  max-width: 46px !important;
  min-width: 46px !important;
  min-height: 44px !important;
  gap: 0 !important;
  padding: 0 !important;
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

#header .site-branding::after,
.site-header .site-branding::after,
body.home #header .site-branding::after,
body.home .site-header .site-branding::after {
  display: none !important;
}

#header .site-logo-container,
.site-header .site-logo-container,
body.home #header .site-logo-container,
body.home .site-header .site-logo-container {
  width: 44px !important;
  max-width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  max-height: 44px !important;
  min-height: 44px !important;
  background: var(--ds-atelier-purple) !important;
  box-shadow: 0 16px 40px rgba(28, 18, 48, 0.16) !important;
}

#header .site-logo-container img,
#header .site-logo-container svg,
.site-header .site-logo-container img,
.site-header .site-logo-container svg,
body.home #header .site-logo-container img,
body.home #header .site-logo-container svg,
body.home .site-header .site-logo-container img,
body.home .site-header .site-logo-container svg {
  width: 44px !important;
  max-width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  max-height: 44px !important;
  min-height: 44px !important;
  object-fit: cover !important;
  object-position: center !important;
}

#header .site-branding > *:not(.site-logo-container),
.site-header .site-branding > *:not(.site-logo-container),
body.home #header .site-branding > *:not(.site-logo-container),
body.home .site-header .site-branding > *:not(.site-logo-container) {
  display: none !important;
}

#header .header-menu-1 > ul,
body.home #header .header-menu-1 > ul {
  min-height: 52px !important;
  border-color: rgba(28, 18, 48, 0.08) !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(28, 18, 48, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.78) !important;
  box-shadow: 0 18px 54px rgba(28, 18, 48, 0.08) !important;
  backdrop-filter: blur(16px) saturate(118%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(118%) !important;
}

#header .header-menu-1 > ul > li > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li > a.ct-menu-link {
  min-height: 40px !important;
  color: rgba(28, 18, 48, 0.58) !important;
  font-size: 0.82rem !important;
}

#header .header-menu-1 > ul > li > a.ct-menu-link:hover,
#header .header-menu-1 > ul > li.current-menu-item > a.ct-menu-link,
#header .header-menu-1 > ul > li.current_page_item > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li > a.ct-menu-link:hover,
body.home #header .header-menu-1 > ul > li.current-menu-item > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li.current_page_item > a.ct-menu-link {
  color: var(--ds-atelier-purple) !important;
  background: var(--ds-atelier-purple-soft) !important;
}

#header .header-menu-1 > ul > li:last-child > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li:last-child > a.ct-menu-link {
  color: #ffffff !important;
  background: var(--ds-atelier-purple) !important;
  box-shadow: 0 14px 34px rgba(28, 18, 48, 0.18) !important;
}

#header .header-menu-1 > ul > li:last-child > a.ct-menu-link::before,
body.home #header .header-menu-1 > ul > li:last-child > a.ct-menu-link::before {
  background: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.14) !important;
}

#header .ct-header-search,
#header .ct-header-trigger,
body.home #header .ct-header-search,
body.home #header .ct-header-trigger {
  border-color: rgba(23, 20, 16, 0.09) !important;
  color: rgba(23, 20, 16, 0.72) !important;
  background: rgba(247, 242, 232, 0.72) !important;
  box-shadow: 0 16px 44px rgba(51, 38, 63, 0.08) !important;
}

#header .ct-header-search:hover,
#header .ct-header-trigger:hover,
body.home #header .ct-header-search:hover,
body.home #header .ct-header-trigger:hover {
  color: var(--ds-atelier-purple-deep) !important;
  background: rgba(95, 74, 125, 0.1) !important;
  border-color: rgba(95, 74, 125, 0.22) !important;
}

.ds-atelier-kicker,
.ds-atelier-hero__visual figcaption span,
.ds-instrument__copy > span,
.ds-essential-card span,
.ds-spec-list li strong,
.price,
.woocommerce-Price-amount {
  color: var(--ds-atelier-purple) !important;
}

.ds-atelier-kicker::after,
.ds-atelier-hero__visual::after {
  background: rgba(95, 74, 125, 0.38) !important;
}

.ds-atelier-hero__visual::before {
  background:
    radial-gradient(circle at 72% 28%, rgba(95, 74, 125, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(23, 20, 16, 0.025)) !important;
}

.ds-atelier-button,
.ds-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  border-color: var(--ds-atelier-purple) !important;
  background: var(--ds-atelier-purple) !important;
  color: #ffffff !important;
  box-shadow: 0 18px 42px rgba(28, 18, 48, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
}

.ds-atelier-button:hover,
.ds-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  border-color: var(--ds-atelier-purple-deep) !important;
  background: var(--ds-atelier-purple-deep) !important;
  color: #ffffff !important;
}

.ds-atelier-button span,
.ds-button span {
  background: rgba(255, 255, 255, 0.12) !important;
}

.woocommerce ul.products li.product,
.ds-card,
.ds-instrument,
.ds-essential-card,
.ds-route {
  border-color: rgba(28, 18, 48, 0.12) !important;
}

.woocommerce ul.products li.product:hover,
.ds-instrument:hover,
.ds-essential-card:hover,
.ds-route:hover {
  box-shadow: 0 28px 76px rgba(28, 18, 48, 0.11) !important;
}

.woocommerce ul.products li.product a img {
  background:
    radial-gradient(circle at 50% 42%, rgba(28, 18, 48, 0.13), transparent 44%),
    var(--ds-paper-soft) !important;
}

/* Header refinement v0.5.0 */
#header,
body.home #header {
  z-index: 40 !important;
}

#header [data-device="desktop"] [data-row="middle"],
#header [data-row="middle"],
body.home #header [data-device="desktop"] [data-row="middle"],
body.home #header [data-row="middle"] {
  min-height: 74px !important;
  padding-block: 16px 0 !important;
}

#header [data-row="middle"] > .ct-container,
body.home #header [data-row="middle"] > .ct-container {
  width: min(1240px, calc(100% - clamp(24px, 5vw, 96px))) !important;
  min-height: 48px !important;
}

#header .site-branding,
.site-header .site-branding,
body.home #header .site-branding,
body.home .site-header .site-branding {
  width: 42px !important;
  max-width: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
}

#header .site-logo-container,
.site-header .site-logo-container,
body.home #header .site-logo-container,
body.home .site-header .site-logo-container {
  width: 40px !important;
  max-width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  max-height: 40px !important;
  min-height: 40px !important;
  background: transparent !important;
  box-shadow: none !important;
}

#header .site-logo-container img,
#header .site-logo-container svg,
.site-header .site-logo-container img,
.site-header .site-logo-container svg,
body.home #header .site-logo-container img,
body.home #header .site-logo-container svg,
body.home .site-header .site-logo-container img,
body.home .site-header .site-logo-container svg {
  width: 40px !important;
  max-width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  max-height: 40px !important;
  min-height: 40px !important;
}

#header .header-menu-1 > ul,
body.home #header .header-menu-1 > ul {
  min-height: 46px !important;
  gap: 1px !important;
  padding: 4px !important;
  border: 1px solid rgba(28, 18, 48, 0.08) !important;
  background: rgba(255, 255, 255, 0.84) !important;
  box-shadow: none !important;
  backdrop-filter: blur(14px) saturate(112%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(112%) !important;
}

#header .header-menu-1 > ul > li > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li > a.ct-menu-link {
  min-height: 38px !important;
  padding-inline: clamp(11px, 0.9vw, 17px) !important;
  color: rgba(28, 18, 48, 0.62) !important;
  font-size: 0.8rem !important;
  font-weight: 720 !important;
  border-radius: 999px !important;
  background: transparent !important;
}

#header .header-menu-1 > ul > li > a.ct-menu-link:hover,
#header .header-menu-1 > ul > li.current-menu-item > a.ct-menu-link,
#header .header-menu-1 > ul > li.current_page_item > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li > a.ct-menu-link:hover,
body.home #header .header-menu-1 > ul > li.current-menu-item > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li.current_page_item > a.ct-menu-link {
  color: #1c1230 !important;
  background: rgba(28, 18, 48, 0.06) !important;
  transform: none !important;
}

#header .header-menu-1 > ul > li:last-child > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li:last-child > a.ct-menu-link {
  min-width: 58px !important;
  color: rgba(28, 18, 48, 0.62) !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding-inline: 13px !important;
}

#header .header-menu-1 > ul > li:last-child > a.ct-menu-link:hover,
body.home #header .header-menu-1 > ul > li:last-child > a.ct-menu-link:hover,
#header .header-menu-1 > ul > li:last-child.current-menu-item > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li:last-child.current-menu-item > a.ct-menu-link {
  color: #1c1230 !important;
  background: rgba(28, 18, 48, 0.075) !important;
}

#header .header-menu-1 > ul > li:last-child > a.ct-menu-link::before,
body.home #header .header-menu-1 > ul > li:last-child > a.ct-menu-link::before {
  display: none !important;
}

#header .header-menu-1 > ul > li:last-child > a.ct-menu-link.ds-cart-has-items::after,
body.home #header .header-menu-1 > ul > li:last-child > a.ct-menu-link.ds-cart-has-items::after {
  content: attr(data-cart-count);
  display: inline-grid;
  place-items: center;
  min-width: 17px;
  height: 17px;
  margin-inline-start: 7px;
  padding-inline: 4px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--ds-atelier-purple);
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1;
}

#header .ct-header-search,
#header .ct-header-trigger,
body.home #header .ct-header-search,
body.home #header .ct-header-trigger {
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  border: 1px solid rgba(28, 18, 48, 0.08) !important;
  border-radius: 999px !important;
  color: rgba(28, 18, 48, 0.64) !important;
  background: rgba(255, 255, 255, 0.84) !important;
  box-shadow: none !important;
}

#header .ct-header-search:hover,
#header .ct-header-trigger:hover,
body.home #header .ct-header-search:hover,
body.home #header .ct-header-trigger:hover {
  color: #1c1230 !important;
  background: rgba(28, 18, 48, 0.06) !important;
  border-color: rgba(28, 18, 48, 0.16) !important;
  transform: none !important;
}

/* --- WooCommerce Single Product & Store Layout Improvements --- */

/* Fix Top Overlap with Absolute Header on Subpages */
.single-product #main,
.woocommerce-cart #main,
.woocommerce-checkout #main,
.woocommerce-account #main {
  padding-block-start: clamp(118px, 10vw, 154px) !important;
}

/* Quantity Input Fields Refinement */
.woocommerce .quantity {
  display: inline-flex !important;
  align-items: center !important;
  border: 1px solid var(--ds-atelier-line-strong) !important;
  border-radius: 999px !important;
  padding: 3px 12px !important;
  background: var(--ds-atelier-bg-soft) !important;
  width: fit-content !important;
  height: 48px !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.02) !important;
}

.woocommerce .quantity input.qty {
  width: 48px !important;
  height: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--ds-atelier-ink) !important;
  font-weight: 800 !important;
  font-size: 1.05rem !important;
  text-align: center !important;
  margin: 0 !important;
  outline: none !important;
  -moz-appearance: textfield !important;
}

.woocommerce .quantity input.qty::-webkit-outer-spin-button,
.woocommerce .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Single Product Layout & Details */
.single-product div.product p.price,
.single-product div.product span.price {
  color: var(--ds-atelier-purple) !important;
  font-size: 1.95rem !important;
  font-weight: 850 !important;
  letter-spacing: -0.02em !important;
  margin-block: 12px 18px !important;
}

.single-product div.product .product_title {
  color: var(--ds-atelier-ink) !important;
  font-size: clamp(2.1rem, 4.2vw, 3.25rem) !important;
  font-weight: 850 !important;
  line-height: 1.08 !important;
  margin-block-end: 12px !important;
}

.single-product div.product .woocommerce-product-details__short-description {
  color: var(--ds-atelier-muted) !important;
  line-height: 1.7 !important;
  font-size: 1.04rem !important;
  margin-block-end: 28px !important;
}

/* Product Meta Settings */
.single-product div.product .product_meta {
  margin-block-start: 32px !important;
  padding-block-start: 22px !important;
  border-block-start: 1px dashed var(--ds-atelier-line-strong) !important;
  font-size: 0.88rem !important;
  color: var(--ds-atelier-muted) !important;
  line-height: 1.6 !important;
}

.single-product div.product .product_meta > span {
  display: block !important;
  margin-block-end: 8px !important;
}

.single-product div.product .product_meta a {
  color: var(--ds-atelier-purple) !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  transition: color 300ms ease !important;
}

.single-product div.product .product_meta a:hover {
  color: var(--ds-atelier-purple-deep) !important;
  text-decoration: underline !important;
}

.single-product div.product .product_meta {
  display: none !important;
}

/* Cart & Checkout Pages Structural Refinements */
.woocommerce-cart .ct-container,
.woocommerce-checkout .ct-container {
  max-width: 1240px !important;
}

/* WooCommerce Tables styling */
.woocommerce table.shop_table {
  border: 1px solid var(--ds-atelier-line-strong) !important;
  border-radius: 4px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  overflow: hidden !important;
  background: #ffffff !important;
  box-shadow: 0 10px 30px rgba(28, 18, 48, 0.02) !important;
}

.woocommerce table.shop_table th {
  background: var(--ds-atelier-bg-soft) !important;
  color: var(--ds-atelier-ink) !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.05em !important;
  border-bottom: 1px solid var(--ds-atelier-line-strong) !important;
  padding: 18px 24px !important;
}

.woocommerce table.shop_table td {
  padding: 20px 24px !important;
  border-bottom: 1px solid var(--ds-atelier-line) !important;
  color: var(--ds-atelier-ink) !important;
  vertical-align: middle !important;
}

.woocommerce table.shop_table tr:last-child td {
  border-bottom: 0 !important;
}

/* Form Controls & Fields Design */
.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-cart td.actions .coupon input.input-text,
.woocommerce-checkout form .form-row select,
.select2-container--default .select2-selection--single {
  border: 1px solid var(--ds-atelier-line-strong) !important;
  border-radius: 10px !important;
  padding: 12px 18px !important;
  background: #ffffff !important;
  color: var(--ds-atelier-ink) !important;
  box-shadow: none !important;
  font-size: 0.96rem !important;
  height: auto !important;
  transition: border-color 300ms ease, box-shadow 300ms ease !important;
}

.woocommerce-checkout form .form-row input.input-text:focus,
.woocommerce-checkout form .form-row textarea:focus,
.woocommerce-cart td.actions .coupon input.input-text:focus,
.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: var(--ds-atelier-purple) !important;
  box-shadow: 0 0 0 3px rgba(28, 18, 48, 0.12) !important;
  outline: 0 !important;
}

/* Checkout Review & Payment Methods */
.woocommerce-checkout #payment {
  background: var(--ds-atelier-bg-soft) !important;
  border: 1px solid var(--ds-atelier-line-strong) !important;
  border-radius: 4px !important;
  padding: 28px !important;
  margin-block-start: 24px !important;
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid var(--ds-atelier-line-strong) !important;
  padding-bottom: 20px !important;
  margin-bottom: 20px !important;
}

.woocommerce-checkout #payment div.payment_box {
  background: rgba(28, 18, 48, 0.04) !important;
  border: 1px solid var(--ds-atelier-line) !important;
  color: var(--ds-atelier-muted) !important;
  border-radius: 8px !important;
  padding: 18px !important;
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
}

/* Order Totals Block Box */
.cart-collaterals .cart_totals,
.woocommerce-checkout #order_review {
  background: var(--ds-atelier-bg-soft) !important;
  border: 1px solid var(--ds-atelier-line-strong) !important;
  border-radius: 4px !important;
  padding: 28px !important;
  box-shadow: 0 10px 30px rgba(28, 18, 48, 0.02) !important;
}

.cart-collaterals .cart_totals h2,
.woocommerce-checkout #order_review_heading {
  font-size: 1.45rem !important;
  font-weight: 850 !important;
  color: var(--ds-atelier-ink) !important;
  margin-block-end: 18px !important;
}

/* DS Custom order and contact polish v0.9.4 */
.ds-custom-page,
.ds-contact-page {
  --theme-font-family: "Heebo", "Assistant", "Noto Sans Hebrew", system-ui, sans-serif;
  min-height: 100dvh;
  background:
    radial-gradient(circle at 12% 18%, rgba(28, 18, 48, 0.025), transparent 42%),
    radial-gradient(circle at 88% 82%, rgba(28, 18, 48, 0.018), transparent 52%),
    var(--ds-atelier-bg);
  color: var(--ds-atelier-ink);
  font-family: var(--theme-font-family);
  direction: rtl;
}

.ds-custom-hero,
.ds-contact-hero,
.ds-contact-note {
  position: relative;
  width: min(1320px, calc(100% - clamp(28px, 5vw, 88px)));
  margin-inline: auto;
}

.ds-custom-hero,
.ds-contact-hero {
  min-height: min(760px, 100dvh);
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(340px, 0.78fr);
  gap: clamp(38px, 7vw, 108px);
  align-items: center;
  padding-block: clamp(124px, 14vh, 176px) clamp(56px, 8vw, 116px);
}

.ds-custom-hero__copy,
.ds-contact-hero__copy {
  max-width: 760px;
}

.ds-custom-hero h1,
.ds-contact-hero h1 {
  max-width: 14ch;
  margin: 18px 0 0;
  color: var(--ds-atelier-ink);
  font-family: "Outfit", "Assistant", "Noto Sans Hebrew", system-ui, sans-serif;
  font-size: clamp(2.55rem, 5.2vw, 5rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.ds-custom-hero p,
.ds-contact-hero p,
.ds-custom-fit p,
.ds-custom-options p,
.ds-custom-faq p,
.ds-contact-note li {
  color: var(--ds-atelier-muted);
  font-size: clamp(1rem, 1.16vw, 1.16rem);
  line-height: 1.78;
}

.ds-custom-hero__media {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.ds-custom-hero__media img {
  position: absolute;
  width: min(82%, 420px);
  height: min(82%, 420px);
  object-fit: cover;
  border: 1px solid rgba(28, 18, 48, 0.1);
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(28, 18, 48, 0.11);
}

.ds-custom-hero__media img:first-child {
  z-index: 2;
  transform: translateX(-12%) rotate(-4deg);
}

.ds-custom-hero__media img:nth-child(2) {
  z-index: 1;
  transform: translateX(18%) translateY(11%) rotate(5deg);
  filter: saturate(0.92) contrast(0.96);
}

.ds-custom-card-grid,
.ds-custom-steps,
.ds-contact-panel {
  display: grid;
  gap: 22px;
}

.ds-custom-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ds-custom-card,
.ds-custom-steps article,
.ds-contact-panel a,
.ds-contact-note {
  border: 1px solid rgba(28, 18, 48, 0.1);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 12px 36px rgba(28, 18, 48, 0.035), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.ds-custom-card,
.ds-custom-steps article,
.ds-contact-panel a {
  padding: clamp(24px, 3vw, 34px);
}

.ds-custom-card span,
.ds-custom-steps article span,
.ds-contact-panel span {
  display: block;
  color: var(--ds-atelier-purple);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-block-end: 14px;
}

.ds-custom-card h3,
.ds-custom-steps h3 {
  margin: 0 0 12px;
  color: var(--ds-atelier-ink);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.18;
}

.ds-custom-card p,
.ds-custom-steps p {
  margin: 0;
  color: var(--ds-atelier-muted);
  line-height: 1.7;
}

.ds-custom-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ds-custom-options {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 100px);
  align-items: center;
}

.ds-custom-options__copy h2 {
  max-width: 11ch;
  margin-block-start: 18px;
  color: var(--ds-atelier-ink);
  font-size: clamp(2.1rem, 4.4vw, 4.45rem);
  font-weight: 850;
  line-height: 1.04;
}

.ds-custom-option-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ds-custom-option-list span {
  min-height: 62px;
  display: flex;
  align-items: center;
  padding-inline: 20px;
  border: 1px solid rgba(28, 18, 48, 0.1);
  border-radius: 999px;
  background: rgba(28, 18, 48, 0.035);
  color: var(--ds-atelier-ink);
  font-weight: 800;
}

.ds-custom-gallery__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.78fr 0.78fr;
  gap: 18px;
}

.ds-custom-gallery__grid img {
  width: 100%;
  min-height: 430px;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(28, 18, 48, 0.1);
  border-radius: 4px;
  box-shadow: 0 18px 52px rgba(28, 18, 48, 0.1);
}

.ds-custom-gallery__grid img:first-child {
  min-height: 560px;
}

.ds-custom-faq__list {
  display: grid;
  gap: 12px;
}

.ds-custom-faq details {
  border: 1px solid rgba(28, 18, 48, 0.1);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.ds-custom-faq summary {
  cursor: pointer;
  padding: 22px 26px;
  color: var(--ds-atelier-ink);
  font-size: 1.08rem;
  font-weight: 850;
}

.ds-custom-faq details p {
  margin: 0;
  padding: 0 26px 24px;
}

.ds-contact-panel {
  align-self: stretch;
}

.ds-contact-panel a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 230px;
  color: var(--ds-atelier-ink);
  text-decoration: none;
  transition: transform 520ms var(--ds-ease), border-color 520ms var(--ds-ease), box-shadow 520ms var(--ds-ease);
}

.ds-contact-panel a:hover {
  border-color: var(--ds-atelier-purple);
  box-shadow: 0 24px 64px rgba(28, 18, 48, 0.1);
  transform: translateY(-3px);
}

.ds-contact-panel strong {
  color: var(--ds-atelier-ink);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.16;
}

.ds-contact-panel small {
  color: var(--ds-atelier-purple);
  font-size: 0.92rem;
  font-weight: 800;
}

.ds-contact-note {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
  padding: clamp(28px, 4vw, 48px);
  margin-block: 0 clamp(72px, 9vw, 130px);
}

.ds-contact-note h2 {
  max-width: 12ch;
  margin: 18px 0 0;
  color: var(--ds-atelier-ink);
  font-size: clamp(1.9rem, 3.4vw, 3.4rem);
  line-height: 1.08;
}

.ds-contact-note ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ds-contact-note li {
  position: relative;
  padding-inline-start: 26px;
}

.ds-contact-note li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ds-atelier-purple);
}

.ds-guitar-availability {
  margin-block-start: 28px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(28, 18, 48, 0.12);
  border-radius: 4px;
  background: rgba(28, 18, 48, 0.035);
}

.ds-guitar-availability > span {
  display: block;
  color: var(--ds-atelier-purple);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-block-end: 10px;
}

.ds-guitar-availability p {
  max-width: 58ch;
  margin: 0;
  color: var(--ds-atelier-muted);
  line-height: 1.72;
}

@media (max-width: 980px) {
  .ds-custom-hero,
  .ds-contact-hero,
  .ds-custom-options,
  .ds-contact-note,
  .ds-custom-card-grid,
  .ds-custom-steps,
  .ds-custom-gallery__grid {
    grid-template-columns: 1fr;
  }

  .ds-custom-hero,
  .ds-contact-hero {
    width: min(100% - 30px, 1320px);
    padding-block-start: 118px;
  }

  .ds-custom-hero__media {
    min-height: 420px;
  }

  .ds-custom-gallery__grid img,
  .ds-custom-gallery__grid img:first-child {
    min-height: 320px;
  }

  .ds-custom-option-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 690px) {
  .ds-custom-hero h1,
  .ds-contact-hero h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 12vw, 3.55rem);
  }

  .ds-custom-hero__media {
    min-height: 360px;
  }

  .ds-custom-hero__media img {
    width: min(78%, 300px);
    height: min(78%, 300px);
  }

  .ds-contact-panel a {
    min-height: 190px;
  }
}

/* Store homepage rebuild v0.9.6 */
#header .site-logo-container img,
#header .site-logo-container svg,
.site-header .site-logo-container img,
.site-header .site-logo-container svg {
  filter: brightness(0) saturate(100%) invert(8%) sepia(22%) saturate(2613%) hue-rotate(231deg) brightness(92%) contrast(96%) !important;
}

#header .site-branding,
.site-header .site-branding,
body.home #header .site-branding,
body.home .site-header .site-branding {
  width: auto !important;
  max-width: none !important;
  min-width: 118px !important;
  padding-inline: 10px 14px !important;
}

#header .site-branding::after,
.site-header .site-branding::after,
body.home #header .site-branding::after,
body.home .site-header .site-branding::after {
  content: "DS Guitars" !important;
  display: inline-flex !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  color: var(--ds-atelier-ink) !important;
  font-size: 0.78rem !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

body.home #header .site-logo-container img,
body.home #header .site-logo-container svg,
body.home .site-header .site-logo-container img,
body.home .site-header .site-logo-container svg {
  filter: none !important;
}

body.home #header .site-branding::after,
body.home .site-header .site-branding::after {
  color: rgba(255, 255, 255, 0.78) !important;
  border-inline-start-color: rgba(255, 255, 255, 0.16) !important;
}

.ds-store-home {
  --ds-store-bg: #fbfaff;
  --ds-store-ink: #1c1230;
  --ds-store-muted: #6e6582;
  --ds-store-line: rgba(28, 18, 48, 0.11);
  --ds-store-purple: #1c1230;
  --ds-store-purple-dark: #22222a;
  --ds-store-ease: cubic-bezier(0.32, 0.72, 0, 1);
  background: var(--ds-store-bg);
  color: var(--ds-store-ink);
  font-family: "Outfit", "Plus Jakarta Sans", "Assistant", "Noto Sans Hebrew", system-ui, sans-serif;
}

.ds-store-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(720px, 92dvh, 880px);
  display: grid;
  align-items: stretch;
  overflow: hidden;
  background: #141418;
}

.ds-store-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(12, 12, 18, 0.96) 0%, rgba(12, 12, 18, 0.78) 42%, rgba(12, 12, 18, 0.22) 100%),
    linear-gradient(180deg, rgba(12, 12, 18, 0.18), rgba(12, 12, 18, 0.9)),
    url("https://dsguitars.co.il/wp-content/uploads/2024/11/DSC00458-2.jpg") center / cover no-repeat;
  transform: scale(1.04);
}

.ds-store-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 220px;
  background: linear-gradient(180deg, transparent, var(--ds-store-bg));
}

.ds-store-hero__inner {
  width: min(1320px, calc(100% - clamp(30px, 6vw, 112px)));
  margin-inline: auto;
  padding-block: clamp(136px, 17vh, 196px) clamp(88px, 12vh, 142px);
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.52fr);
  gap: clamp(34px, 7vw, 108px);
  align-items: end;
}

.ds-store-hero__copy {
  max-width: 720px;
  color: #ffffff;
}

.ds-store-hero__mark {
  width: clamp(76px, 7vw, 112px);
  height: auto;
  display: block;
  margin-block-end: 24px;
  opacity: 0.92;
}

.ds-store-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding-inline: 13px;
  border: 1px solid rgba(28, 18, 48, 0.2);
  border-radius: 999px;
  background: rgba(28, 18, 48, 0.08);
  color: var(--ds-store-purple);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0;
}

.ds-store-hero .ds-store-eyebrow {
  color: rgba(255, 255, 255, 0.86);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.ds-store-hero h1,
.ds-store-section h2 {
  margin: 0;
  font-family: "Outfit", "Assistant", "Noto Sans Hebrew", system-ui, sans-serif;
  letter-spacing: 0;
  text-wrap: balance;
}

.ds-store-hero h1 {
  margin-block-start: 20px;
  color: #ffffff;
  font-size: clamp(4.2rem, 9.2vw, 8.6rem);
  font-weight: 900;
  line-height: 0.88;
}

.ds-store-hero p {
  max-width: 58ch;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.25vw, 1.22rem);
  line-height: 1.78;
}

.ds-store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
  margin-block-start: 34px;
}

.ds-store-button,
.ds-store-link {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
  transition: transform 520ms var(--ds-store-ease), background 520ms var(--ds-store-ease), color 520ms var(--ds-store-ease), border-color 520ms var(--ds-store-ease);
}

.ds-store-button {
  gap: 14px;
  padding: 8px 8px 8px 28px;
  color: #ffffff !important;
  background: var(--ds-store-purple);
  box-shadow: 0 18px 44px rgba(28, 18, 48, 0.24);
}

.ds-store-button span {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.ds-store-link {
  padding-inline: 24px;
  color: var(--ds-store-purple) !important;
  border: 1px solid rgba(28, 18, 48, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.ds-store-hero .ds-store-link {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.ds-store-button:hover,
.ds-store-link:hover {
  transform: translateY(-3px);
}

.ds-store-button:hover {
  background: var(--ds-store-purple-dark);
}

.ds-hero-product {
  align-self: end;
  display: grid;
  gap: 12px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.ds-hero-product span,
.ds-product-card span,
.ds-category-banner span {
  color: var(--ds-store-purple);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0;
}

.ds-hero-product img {
  width: min(300px, 86%);
  margin-inline: auto;
  object-fit: contain;
  filter: drop-shadow(0 26px 30px rgba(0, 0, 0, 0.34));
}

.ds-hero-product strong {
  color: #ffffff;
  font-size: clamp(1.45rem, 2.3vw, 2.2rem);
  line-height: 1;
}

.ds-hero-product small {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.ds-store-section {
  width: min(1320px, calc(100% - clamp(28px, 5vw, 88px)));
  margin-inline: auto;
  padding-block: clamp(76px, 9vw, 134px);
}

.ds-store-section__head {
  max-width: 780px;
  margin-block-end: clamp(30px, 5vw, 60px);
}

.ds-store-section__head--row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
}

.ds-store-section h2 {
  margin-block-start: 16px;
  color: var(--ds-store-ink);
  font-size: clamp(2.25rem, 4.6vw, 4.8rem);
  font-weight: 900;
  line-height: 0.98;
}

.ds-store-section__head p,
.ds-store-split__copy p,
.ds-guitar-feature p {
  max-width: 60ch;
  margin: 18px 0 0;
  color: var(--ds-store-muted);
  font-size: clamp(1rem, 1.14vw, 1.14rem);
  line-height: 1.76;
}

.ds-category-banners {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  grid-auto-rows: minmax(260px, auto);
  gap: 20px;
}

.ds-category-banner {
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(24px, 3vw, 38px);
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  background: #141418;
  box-shadow: 0 22px 68px rgba(28, 18, 48, 0.1);
}

.ds-category-banner--guitars {
  grid-row: span 2;
  min-height: 620px;
}

.ds-category-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 760ms var(--ds-store-ease);
}

.ds-category-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 12, 18, 0.04), rgba(12, 12, 18, 0.82)),
    linear-gradient(90deg, rgba(12, 12, 18, 0.66), transparent);
}

.ds-category-banner > *:not(img) {
  position: relative;
  z-index: 1;
}

.ds-category-banner span {
  color: rgba(255, 255, 255, 0.76);
}

.ds-category-banner strong {
  max-width: 13ch;
  margin-block-start: 10px;
  color: #ffffff;
  font-size: clamp(1.9rem, 3.6vw, 4rem);
  font-weight: 900;
  line-height: 0.98;
}

.ds-category-banner small,
.ds-guitar-feature small {
  margin-block-start: 22px;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 850;
}

.ds-category-banner:hover img {
  transform: scale(1.055);
}

.ds-product-showcase {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 20px;
}

.ds-product-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--ds-store-line);
  border-radius: 4px;
  background: #ffffff;
  color: var(--ds-store-ink);
  text-decoration: none;
  box-shadow: 0 18px 48px rgba(28, 18, 48, 0.055);
}

.ds-product-card img {
  position: absolute;
  inset: 28px 0 auto;
  width: 100%;
  height: 64%;
  object-fit: contain;
  filter: drop-shadow(0 22px 24px rgba(28, 18, 48, 0.12));
  transition: transform 620ms var(--ds-store-ease);
}

.ds-product-card--wide img {
  height: 68%;
}

.ds-product-card strong,
.ds-product-card small,
.ds-product-card span {
  position: relative;
  z-index: 1;
}

.ds-product-card strong {
  color: var(--ds-store-ink);
  font-size: clamp(1.42rem, 2vw, 2rem);
  line-height: 1.1;
}

.ds-product-card small {
  margin-block-start: 8px;
  color: var(--ds-store-purple);
  font-size: 1.04rem;
  font-weight: 850;
}

.ds-product-card:hover img {
  transform: translateY(-8px) scale(1.025);
}

.ds-guitar-feature__panel {
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.68fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  padding: clamp(28px, 5vw, 64px);
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  background:
    radial-gradient(circle at 20% 30%, rgba(28, 18, 48, 0.36), transparent 34%),
    linear-gradient(135deg, #141418, #22222a);
  overflow: hidden;
}

.ds-guitar-feature h2 {
  max-width: 12ch;
  color: #ffffff;
}

.ds-guitar-feature p {
  color: rgba(255, 255, 255, 0.74);
}

.ds-guitar-feature img {
  width: min(430px, 100%);
  justify-self: center;
  filter: drop-shadow(0 34px 38px rgba(0, 0, 0, 0.34));
}

.ds-store-split {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 102px);
  align-items: center;
}

.ds-store-split__media img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 26px 74px rgba(28, 18, 48, 0.12);
}

.ds-store-split__copy h2 {
  max-width: 12ch;
}

@media (max-width: 980px) {
  #header .site-branding::after,
  .site-header .site-branding::after,
  body.home #header .site-branding::after,
  body.home .site-header .site-branding::after {
    content: "DS" !important;
  }

  .ds-store-hero__inner,
  .ds-category-banners,
  .ds-product-showcase,
  .ds-guitar-feature__panel,
  .ds-store-split,
  .ds-store-section__head--row {
    grid-template-columns: 1fr;
  }

  .ds-store-section__head--row {
    display: grid;
    align-items: start;
  }

  .ds-category-banner--guitars {
    grid-row: auto;
    min-height: 420px;
  }

  .ds-store-hero {
    min-height: auto;
  }

  .ds-store-hero__inner {
    padding-block-start: 124px;
  }
}

@media (max-width: 690px) {
  .ds-store-hero__inner,
  .ds-store-section {
    width: min(100% - 30px, 1320px);
  }

  .ds-store-hero h1 {
    font-size: clamp(3.45rem, 19vw, 5.4rem);
  }

  .ds-store-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ds-store-button,
  .ds-store-link {
    width: 100%;
  }

  .ds-hero-product {
    display: none;
  }

  .ds-category-banner,
  .ds-product-card {
    min-height: 340px;
  }

  .ds-store-split__media img {
    min-height: 360px;
  }
}

/* Custom order redesign v0.9.6 */
.ds-custom-redesign {
  background: #fbfaff;
  color: var(--ds-store-ink);
  font-family: "Heebo", "Assistant", "Noto Sans Hebrew", system-ui, sans-serif;
}

.ds-custom-clean-hero {
  width: min(1320px, calc(100% - clamp(28px, 5vw, 88px)));
  min-height: min(650px, calc(100dvh - 88px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  padding-block: clamp(58px, 7vh, 88px) clamp(48px, 6vw, 82px);
}

.ds-custom-clean-hero__copy h1 {
  max-width: 14ch;
  margin: 18px 0 0;
  color: var(--ds-commerce-ink);
  font-family: "Heebo", "Assistant", "Noto Sans Hebrew", system-ui, sans-serif;
  font-size: clamp(2.85rem, 4.7vw, 5.05rem);
  font-weight: 850;
  line-height: 1.03;
  letter-spacing: 0;
  text-wrap: balance;
}

.ds-custom-clean-hero__copy p {
  max-width: 58ch;
  margin: 24px 0 0;
  color: var(--ds-commerce-muted);
  font-size: clamp(1.05rem, 1.18vw, 1.18rem);
  line-height: 1.78;
}

.ds-custom-clean-hero__visual {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border: 1px solid rgba(28, 18, 48, 0.1);
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(28, 18, 48, 0.09);
}

.ds-custom-clean-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  display: block;
  object-fit: cover;
}

.ds-custom-clean-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(12, 12, 18, 0.78));
}

.ds-custom-clean-hero__visual div {
  position: absolute;
  z-index: 2;
  inset-inline: clamp(22px, 4vw, 42px);
  inset-block-end: clamp(22px, 4vw, 42px);
  color: #ffffff;
}

.ds-custom-clean-hero__visual span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  font-weight: 760;
}

.ds-custom-clean-hero__visual strong {
  display: block;
  margin-block-start: 8px;
  color: #ffffff;
  font-size: clamp(1.6rem, 2.4vw, 2.5rem);
  line-height: 1.06;
}

.ds-custom-clean-hero__visual small {
  display: block;
  max-width: 42ch;
  margin-block-start: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  line-height: 1.6;
}

.ds-custom-stage {
  position: relative;
  isolation: isolate;
  min-height: clamp(720px, 92dvh, 880px);
  overflow: hidden;
  background: #141418;
}

.ds-custom-stage__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(12, 12, 18, 0.96), rgba(12, 12, 18, 0.66) 48%, rgba(12, 12, 18, 0.18)),
    linear-gradient(180deg, rgba(12, 12, 18, 0.1), rgba(12, 12, 18, 0.92)),
    url("https://dsguitars.co.il/wp-content/uploads/2024/02/wordshopn-1.png") center / cover no-repeat;
  transform: scale(1.04);
}

.ds-custom-stage::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 200px;
  background: linear-gradient(180deg, transparent, #fbfaff);
}

.ds-custom-stage__inner {
  width: min(1320px, calc(100% - clamp(30px, 6vw, 112px)));
  margin-inline: auto;
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.52fr);
  gap: clamp(34px, 7vw, 108px);
  align-items: end;
  padding-block: clamp(136px, 17vh, 196px) clamp(88px, 12vh, 142px);
}

.ds-custom-stage__copy {
  max-width: 760px;
  color: #ffffff;
}

.ds-custom-stage__copy img {
  width: clamp(72px, 7vw, 108px);
  height: auto;
  display: block;
  margin-block-end: 24px;
}

.ds-custom-stage h1 {
  max-width: 12ch;
  margin: 20px 0 0;
  color: #ffffff;
  font-size: clamp(3.3rem, 7.2vw, 7.2rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0;
}

.ds-custom-stage p {
  max-width: 58ch;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.25vw, 1.22rem);
  line-height: 1.78;
}

.ds-custom-stage .ds-store-link {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.ds-custom-stage__spec {
  display: grid;
  gap: 10px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.ds-custom-stage__spec span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.74rem;
  font-weight: 850;
}

.ds-custom-stage__spec strong {
  color: #ffffff;
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  line-height: 1.04;
}

.ds-custom-stage__spec small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.6;
}

.ds-custom-redesign-section {
  width: min(1320px, calc(100% - clamp(28px, 5vw, 88px)));
  margin-inline: auto;
  padding-block: clamp(76px, 9vw, 134px);
}

.ds-custom-intro,
.ds-custom-proof,
.ds-custom-materials,
.ds-custom-contact-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 102px);
  align-items: center;
}

.ds-custom-redesign h2 {
  margin: 16px 0 0;
  color: var(--ds-store-ink);
  font-family: "Heebo", "Assistant", "Noto Sans Hebrew", system-ui, sans-serif;
  font-size: clamp(2rem, 3.8vw, 4rem);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.ds-custom-redesign p {
  color: var(--ds-store-muted);
  line-height: 1.76;
}

.ds-custom-intro__copy p,
.ds-custom-proof__copy p {
  max-width: 58ch;
  margin: 22px 0 0;
  font-size: clamp(1rem, 1.14vw, 1.14rem);
}

.ds-custom-intro__media {
  min-height: 560px;
  position: relative;
}

.ds-custom-intro__media img {
  position: absolute;
  width: 74%;
  height: 430px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 26px 74px rgba(28, 18, 48, 0.13);
}

.ds-custom-intro__media img:first-child {
  inset-inline-start: 0;
  inset-block-start: 0;
}

.ds-custom-intro__media img:nth-child(2) {
  inset-inline-end: 0;
  inset-block-end: 0;
  width: 58%;
  height: 330px;
  border: 10px solid #fbfaff;
}

.ds-custom-redesign-head {
  max-width: 820px;
  margin-block-end: clamp(30px, 5vw, 60px);
}

.ds-custom-timeline__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--ds-store-line);
}

.ds-custom-timeline__list article {
  min-height: 280px;
  padding: clamp(24px, 3vw, 34px);
  border-inline-start: 1px solid var(--ds-store-line);
}

.ds-custom-timeline__list article:first-child {
  border-inline-start: 0;
}

.ds-custom-timeline__list span {
  color: var(--ds-store-purple);
  font-size: 0.84rem;
  font-weight: 900;
}

.ds-custom-timeline__list h3 {
  margin: 28px 0 12px;
  color: var(--ds-store-ink);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.12;
}

.ds-custom-materials {
  padding: clamp(34px, 5vw, 66px);
  border-radius: 4px;
  color: #ffffff;
  background:
    radial-gradient(circle at 20% 30%, rgba(28, 18, 48, 0.34), transparent 34%),
    linear-gradient(135deg, #141418, #22222a);
}

.ds-custom-materials h2 {
  color: #ffffff;
}

.ds-custom-materials__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ds-custom-materials__grid span {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding-inline: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-weight: 820;
}

.ds-custom-proof__grid {
  display: grid;
  grid-template-columns: 0.85fr 0.55fr;
  grid-template-rows: 220px 300px;
  gap: 16px;
}

.ds-custom-proof__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 22px 64px rgba(28, 18, 48, 0.1);
}

.ds-custom-proof__grid img:first-child {
  grid-row: 1 / 3;
}

.ds-custom-proof__grid img:nth-child(2) {
  object-fit: contain;
  padding: 34px;
  background: #ffffff;
}

.ds-custom-faq--redesign .ds-custom-faq__list {
  max-width: 980px;
}

.ds-custom-contact-strip {
  margin-block-end: clamp(60px, 8vw, 110px);
  padding: clamp(34px, 5vw, 66px);
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 22px 64px rgba(28, 18, 48, 0.07);
}

@media (max-width: 980px) {
  .ds-custom-clean-hero,
  .ds-custom-stage__inner,
  .ds-custom-intro,
  .ds-custom-proof,
  .ds-custom-materials,
  .ds-custom-contact-strip,
  .ds-custom-timeline__list {
    grid-template-columns: 1fr;
  }

  .ds-custom-clean-hero {
    min-height: auto;
    padding-block-start: 62px;
  }

  .ds-custom-timeline__list article,
  .ds-custom-timeline__list article:first-child {
    border-inline-start: 0;
    border-block-start: 1px solid var(--ds-store-line);
  }

  .ds-custom-timeline__list article:first-child {
    border-block-start: 0;
  }
}

@media (max-width: 690px) {
  .ds-custom-clean-hero,
  .ds-custom-stage__inner,
  .ds-custom-redesign-section {
    width: min(100% - 30px, 1320px);
  }

  .ds-custom-clean-hero__copy h1 {
    font-size: clamp(2.7rem, 12vw, 4.2rem);
  }

  .ds-custom-clean-hero__visual,
  .ds-custom-clean-hero__visual img {
    min-height: 360px;
  }

  .ds-custom-stage h1 {
    font-size: clamp(3rem, 15vw, 4.9rem);
  }

  .ds-custom-stage__spec {
    display: none;
  }

  .ds-custom-intro__media {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .ds-custom-intro__media img,
  .ds-custom-intro__media img:first-child,
  .ds-custom-intro__media img:nth-child(2) {
    position: relative;
    inset: auto;
    width: 100%;
    height: 320px;
    border: 0;
  }

  .ds-custom-materials__grid,
  .ds-custom-proof__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .ds-custom-proof__grid img:first-child {
    grid-row: auto;
  }
}

/* Commerce homepage rebuild v0.9.7 */
body.home #header .site-logo-container img,
body.home #header .site-logo-container svg,
body.home .site-header .site-logo-container img,
body.home .site-header .site-logo-container svg {
  filter: brightness(0) saturate(100%) invert(8%) sepia(22%) saturate(2613%) hue-rotate(231deg) brightness(92%) contrast(96%) !important;
}

body.home #header .site-branding::after,
body.home .site-header .site-branding::after {
  color: var(--ds-atelier-ink) !important;
  border-inline-start-color: rgba(28, 18, 48, 0.12) !important;
}

.ds-commerce-home {
  --ds-commerce-bg: #fbfaff;
  --ds-commerce-card: #ffffff;
  --ds-commerce-ink: #1c1230;
  --ds-commerce-muted: #6e6582;
  --ds-commerce-line: rgba(28, 18, 48, 0.12);
  --ds-commerce-purple: #1c1230;
  --ds-commerce-deep: #22222a;
  --ds-commerce-ease: cubic-bezier(0.32, 0.72, 0, 1);
  background:
    radial-gradient(circle at 12% 8%, rgba(28, 18, 48, 0.035), transparent 30%),
    var(--ds-commerce-bg);
  color: var(--ds-commerce-ink);
  font-family: "Heebo", "Assistant", "Noto Sans Hebrew", system-ui, sans-serif;
}

/* Header reset v0.9.8 */
#header [data-row],
.site-header,
body.home #header [data-row],
body.home .site-header {
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom: 1px solid rgba(28, 18, 48, 0.08) !important;
  box-shadow: none !important;
}

#header [data-device="desktop"] [data-row="middle"],
#header [data-row="middle"],
body.home #header [data-device="desktop"] [data-row="middle"],
body.home #header [data-row="middle"] {
  min-height: 82px !important;
  padding-block: 10px !important;
}

#header [data-row="middle"] > .ct-container,
body.home #header [data-row="middle"] > .ct-container {
  width: min(1320px, calc(100% - clamp(28px, 5vw, 88px))) !important;
  min-height: 62px !important;
}

#header .site-branding,
.site-header .site-branding,
body.home #header .site-branding,
body.home .site-header .site-branding {
  min-width: 92px !important;
  width: 92px !important;
  max-width: 92px !important;
  min-height: 62px !important;
  height: 62px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#header .site-branding::after,
.site-header .site-branding::after,
body.home #header .site-branding::after,
body.home .site-header .site-branding::after {
  display: none !important;
}

#header .site-logo-container,
.site-header .site-logo-container,
body.home #header .site-logo-container,
body.home .site-header .site-logo-container {
  width: 92px !important;
  min-width: 92px !important;
  max-width: 92px !important;
  height: 62px !important;
  min-height: 62px !important;
  max-height: 62px !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

#header .site-logo-container img,
#header .site-logo-container svg,
.site-header .site-logo-container img,
.site-header .site-logo-container svg,
body.home #header .site-logo-container img,
body.home #header .site-logo-container svg,
body.home .site-header .site-logo-container img,
body.home .site-header .site-logo-container svg {
  width: 92px !important;
  min-width: 92px !important;
  max-width: 92px !important;
  height: 62px !important;
  min-height: 62px !important;
  max-height: 62px !important;
  object-fit: contain !important;
  filter: brightness(0) saturate(100%) invert(8%) sepia(22%) saturate(2613%) hue-rotate(231deg) brightness(92%) contrast(96%) !important;
}

#header .header-menu-1 > ul,
body.home #header .header-menu-1 > ul {
  min-height: 48px !important;
  padding: 0 !important;
  gap: 6px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

#header .header-menu-1 > ul > li > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li > a.ct-menu-link {
  min-height: 40px !important;
  padding-inline: 13px !important;
  color: rgba(28, 18, 48, 0.72) !important;
  font-family: "Heebo", "Assistant", system-ui, sans-serif !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  border-radius: 10px !important;
  background: transparent !important;
}

#header .header-menu-1 > ul > li > a.ct-menu-link:hover,
#header .header-menu-1 > ul > li.current-menu-item > a.ct-menu-link,
#header .header-menu-1 > ul > li.current_page_item > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li > a.ct-menu-link:hover,
body.home #header .header-menu-1 > ul > li.current-menu-item > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li.current_page_item > a.ct-menu-link {
  color: var(--ds-commerce-ink) !important;
  background: rgba(28, 18, 48, 0.07) !important;
}

.ds-commerce-hero,
.ds-commerce-section {
  width: min(1320px, calc(100% - clamp(28px, 5vw, 88px)));
  margin-inline: auto;
}

.ds-commerce-hero {
  min-height: min(760px, 100dvh);
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.08fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  padding-block: clamp(126px, 14vh, 168px) clamp(50px, 7vw, 88px);
}

.ds-commerce-kicker {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding-inline: 13px;
  border: 1px solid var(--ds-commerce-line);
  border-radius: 999px;
  background: rgba(28, 18, 48, 0.055);
  color: var(--ds-commerce-purple);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0;
}

.ds-commerce-hero h1,
.ds-commerce-section h2 {
  margin: 0;
  color: var(--ds-commerce-ink);
  font-family: "Heebo", "Assistant", "Noto Sans Hebrew", system-ui, sans-serif;
  font-weight: 850;
  letter-spacing: 0;
  text-wrap: balance;
}

.ds-commerce-hero h1 {
  max-width: 13ch;
  margin-block-start: 18px;
  font-size: clamp(3rem, 5.4vw, 5.7rem);
  line-height: 0.98;
}

.ds-commerce-hero p {
  max-width: 58ch;
  margin: 24px 0 0;
  color: var(--ds-commerce-muted);
  font-size: clamp(1.05rem, 1.18vw, 1.18rem);
  line-height: 1.78;
}

.ds-commerce-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
  margin-block-start: 34px;
}

.ds-commerce-button,
.ds-commerce-link {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
  transition: transform 520ms var(--ds-commerce-ease), background 520ms var(--ds-commerce-ease), color 520ms var(--ds-commerce-ease), border-color 520ms var(--ds-commerce-ease);
}

.ds-commerce-button {
  gap: 14px;
  padding: 8px 8px 8px 28px;
  color: #ffffff !important;
  background: var(--ds-commerce-purple);
  box-shadow: 0 16px 38px rgba(28, 18, 48, 0.18);
}

.ds-commerce-button span {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.ds-commerce-link {
  padding-inline: 24px;
  color: var(--ds-commerce-purple) !important;
  border: 1px solid var(--ds-commerce-line);
  background: rgba(255, 255, 255, 0.78);
}

.ds-commerce-button:hover,
.ds-commerce-link:hover {
  transform: translateY(-2px);
}

.ds-commerce-button:hover {
  background: var(--ds-commerce-deep);
}

.ds-commerce-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-block-start: 28px;
}

.ds-commerce-meta span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding-inline: 13px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--ds-commerce-line);
  color: var(--ds-commerce-muted);
  font-size: 0.86rem;
  font-weight: 760;
}

.ds-commerce-hero__visual {
  position: relative;
  min-height: 500px;
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(28, 18, 48, 0.98), rgba(58, 37, 94, 0.95)),
    #1c1230;
  border: 1px solid rgba(28, 18, 48, 0.1);
  box-shadow: 0 26px 76px rgba(28, 18, 48, 0.09);
  overflow: hidden;
}

.ds-commerce-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.22;
  pointer-events: none;
}

.ds-commerce-board {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  padding: clamp(22px, 3vw, 34px);
  color: #ffffff;
}

.ds-commerce-board__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding-block-end: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.ds-commerce-board__header span,
.ds-commerce-board__footer span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.76rem;
  font-weight: 850;
}

.ds-commerce-board__header strong {
  max-width: 18ch;
  color: #ffffff;
  font-size: clamp(1.35rem, 2.2vw, 2.3rem);
  line-height: 1.08;
  text-align: end;
}

.ds-commerce-board__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-height: 320px;
}

.ds-commerce-board__tile {
  position: relative;
  overflow: hidden;
  min-height: 145px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ds-commerce-board__tile--guitars {
  grid-row: span 2;
}

.ds-commerce-board__tile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.82;
  transition: transform 700ms var(--ds-commerce-ease), opacity 700ms var(--ds-commerce-ease);
}

.ds-commerce-board__tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(12, 12, 18, 0.76), rgba(12, 12, 18, 0.08) 64%);
}

.ds-commerce-board__tile span {
  position: absolute;
  z-index: 2;
  inset-inline-start: 18px;
  inset-block-end: 16px;
  color: #ffffff;
  font-size: clamp(1.05rem, 1.5vw, 1.45rem);
  font-weight: 850;
}

.ds-commerce-board__tile:hover img {
  transform: scale(1.045);
  opacity: 0.94;
}

.ds-commerce-board__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding-block-start: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.ds-commerce-product span,
.ds-commerce-category span {
  display: block;
  color: var(--ds-commerce-purple);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0;
}

.ds-commerce-section {
  padding-block: clamp(54px, 6.5vw, 96px);
  border-block-start: 1px solid rgba(28, 18, 48, 0.08);
}

.ds-commerce-categories {
  padding-block-start: clamp(34px, 4.6vw, 68px);
}

.ds-commerce-head {
  max-width: 760px;
  margin-block-end: clamp(30px, 4vw, 54px);
}

.ds-commerce-head--row {
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
}

.ds-commerce-section h2 {
  margin-block-start: 14px;
  font-size: clamp(2.1rem, 4.2vw, 4.35rem);
  line-height: 1;
}

.ds-commerce-category-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr 0.95fr;
  gap: 18px;
}

.ds-commerce-category,
.ds-commerce-product {
  position: relative;
  overflow: hidden;
  color: var(--ds-commerce-ink);
  text-decoration: none;
  background: #ffffff;
  border: 1px solid var(--ds-commerce-line);
  border-radius: 4px;
  box-shadow: 0 16px 42px rgba(28, 18, 48, 0.055);
}

.ds-commerce-category--workshop {
  background: #141418;
  color: #ffffff;
}

.ds-commerce-category {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
}

.ds-commerce-category img {
  position: absolute;
  inset: 18px 18px auto;
  width: calc(100% - 36px);
  height: 62%;
  object-fit: contain;
  transition: transform 620ms var(--ds-commerce-ease);
}

.ds-commerce-category--workshop img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.46;
}

.ds-commerce-category--workshop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 12, 18, 0.05), rgba(12, 12, 18, 0.82));
}

.ds-commerce-category strong,
.ds-commerce-category small,
.ds-commerce-category span {
  position: relative;
  z-index: 1;
}

.ds-commerce-category strong {
  max-width: 12ch;
  margin-block-start: 8px;
  color: var(--ds-commerce-ink);
  font-size: clamp(1.45rem, 2.3vw, 2.35rem);
  line-height: 1.06;
}

.ds-commerce-category--workshop strong {
  color: #ffffff;
}

.ds-commerce-category--workshop small,
.ds-commerce-category--workshop span {
  color: rgba(255, 255, 255, 0.78);
}

.ds-commerce-category small {
  margin-block-start: 18px;
  color: var(--ds-commerce-purple);
  font-weight: 850;
}

.ds-commerce-category:hover img {
  transform: translateY(-6px) scale(1.03);
}

.ds-commerce-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ds-commerce-product {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
}

.ds-commerce-product img {
  position: absolute;
  inset: 24px 0 auto;
  width: 100%;
  height: 64%;
  object-fit: contain;
  filter: drop-shadow(0 20px 24px rgba(28, 18, 48, 0.12));
  transition: transform 620ms var(--ds-commerce-ease);
}

.ds-commerce-product strong,
.ds-commerce-product small,
.ds-commerce-product span {
  position: relative;
  z-index: 1;
}

.ds-commerce-product strong {
  color: var(--ds-commerce-ink);
  font-size: clamp(1.34rem, 2vw, 1.8rem);
  line-height: 1.1;
}

.ds-commerce-product small {
  margin-block-start: 8px;
  color: var(--ds-commerce-purple);
  font-size: 1.02rem;
  font-weight: 850;
}

.ds-commerce-product:hover img {
  transform: translateY(-7px) scale(1.025);
}

.ds-commerce-guitar-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.86fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 4px;
  background:
    radial-gradient(circle at 22% 28%, rgba(28, 18, 48, 0.2), transparent 36%),
    #ffffff;
  border: 1px solid var(--ds-commerce-line);
  box-shadow: 0 18px 56px rgba(28, 18, 48, 0.06);
}

.ds-commerce-guitar-band h2 {
  max-width: 10ch;
}

.ds-commerce-guitar-band p,
.ds-commerce-custom-teaser p {
  max-width: 58ch;
  margin: 18px 0 0;
  color: var(--ds-commerce-muted);
  line-height: 1.76;
}

.ds-commerce-guitar-band img {
  width: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 4px;
}

.ds-commerce-custom-teaser {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-block-end: clamp(50px, 7vw, 96px);
  padding: clamp(28px, 5vw, 58px);
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid var(--ds-commerce-line);
}

.ds-commerce-custom-teaser h2 {
  max-width: 11ch;
}

@media (max-width: 980px) {
  .ds-commerce-hero,
  .ds-commerce-category-grid,
  .ds-commerce-product-grid,
  .ds-commerce-guitar-band {
    grid-template-columns: 1fr;
  }

  .ds-commerce-head--row,
  .ds-commerce-custom-teaser {
    display: grid;
    align-items: start;
  }

  .ds-commerce-hero {
    min-height: auto;
    padding-block-start: 118px;
  }

  .ds-commerce-hero__visual {
    min-height: 480px;
  }
}

@media (max-width: 690px) {
  .ds-commerce-hero,
  .ds-commerce-section {
    width: min(100% - 30px, 1320px);
  }

  .ds-commerce-hero h1 {
    font-size: clamp(2.85rem, 13vw, 4.6rem);
  }

  .ds-commerce-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ds-commerce-button,
  .ds-commerce-link {
    width: 100%;
  }

  .ds-commerce-hero__visual {
    min-height: 390px;
  }

  .ds-commerce-category,
  .ds-commerce-product {
    min-height: 330px;
  }
}

/* Contact redesign v0.9.9 */
.ds-contact-redesign {
  background: #fbfaff;
  color: var(--ds-commerce-ink);
  font-family: "Heebo", "Assistant", "Noto Sans Hebrew", system-ui, sans-serif;
}

.ds-contact-clean-hero,
.ds-contact-redesign-section {
  width: min(1320px, calc(100% - clamp(28px, 5vw, 88px)));
  margin-inline: auto;
}

.ds-contact-clean-hero {
  min-height: min(620px, calc(100dvh - 88px));
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.78fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  padding-block: clamp(64px, 8vh, 96px) clamp(44px, 6vw, 78px);
}

.ds-contact-clean-hero h1,
.ds-contact-redesign-section h2 {
  margin: 18px 0 0;
  color: var(--ds-commerce-ink);
  font-family: "Heebo", "Assistant", "Noto Sans Hebrew", system-ui, sans-serif;
  font-weight: 850;
  letter-spacing: 0;
  text-wrap: balance;
}

.ds-contact-clean-hero h1 {
  max-width: 15ch;
  font-size: clamp(2.8rem, 4.8vw, 5.05rem);
  line-height: 1.03;
}

.ds-contact-clean-hero p {
  max-width: 56ch;
  margin: 24px 0 0;
  color: var(--ds-commerce-muted);
  font-size: clamp(1.05rem, 1.18vw, 1.18rem);
  line-height: 1.78;
}

.ds-contact-clean-actions {
  display: grid;
  gap: 16px;
}

.ds-contact-method,
.ds-contact-topic-grid a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 188px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--ds-commerce-line);
  border-radius: 4px;
  background: #ffffff;
  color: var(--ds-commerce-ink);
  text-decoration: none;
  box-shadow: 0 16px 42px rgba(28, 18, 48, 0.055);
  transition: transform 520ms var(--ds-commerce-ease), border-color 520ms var(--ds-commerce-ease);
}

.ds-contact-method--primary {
  background:
    radial-gradient(circle at 24% 24%, rgba(28, 18, 48, 0.18), transparent 36%),
    #ffffff;
}

.ds-contact-method:hover,
.ds-contact-topic-grid a:hover {
  border-color: rgba(28, 18, 48, 0.28);
  transform: translateY(-3px);
}

.ds-contact-method span,
.ds-contact-topic-grid span {
  color: var(--ds-commerce-purple);
  font-size: 0.78rem;
  font-weight: 850;
}

.ds-contact-method strong,
.ds-contact-topic-grid strong {
  margin-block-start: 18px;
  color: var(--ds-commerce-ink);
  font-size: clamp(1.3rem, 2vw, 1.9rem);
  line-height: 1.12;
}

.ds-contact-method small,
.ds-contact-topic-grid small {
  margin-block-start: 16px;
  color: var(--ds-commerce-muted);
  line-height: 1.6;
}

.ds-contact-redesign-section {
  padding-block: clamp(58px, 7vw, 104px);
  border-block-start: 1px solid rgba(28, 18, 48, 0.08);
}

.ds-contact-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ds-contact-message-guide {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 88px);
  align-items: start;
  margin-block-end: clamp(54px, 7vw, 96px);
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--ds-commerce-line);
  border-radius: 4px;
  background: #ffffff;
}

.ds-contact-message-guide h2 {
  max-width: 12ch;
  font-size: clamp(2rem, 3.8vw, 3.8rem);
  line-height: 1.04;
}

.ds-contact-message-guide ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ds-contact-message-guide li {
  position: relative;
  padding-inline-start: 26px;
  color: var(--ds-commerce-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.ds-contact-message-guide li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0.78em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ds-commerce-purple);
}

@media (max-width: 980px) {
  .ds-contact-clean-hero,
  .ds-contact-topic-grid,
  .ds-contact-message-guide {
    grid-template-columns: 1fr;
  }

  .ds-contact-clean-hero {
    min-height: auto;
    padding-block-start: 62px;
  }
}

@media (max-width: 690px) {
  .ds-contact-clean-hero,
  .ds-contact-redesign-section {
    width: min(100% - 30px, 1320px);
  }

  .ds-contact-clean-hero h1 {
    font-size: clamp(2.7rem, 12vw, 4.2rem);
  }

  .ds-contact-method,
  .ds-contact-topic-grid a {
    min-height: 180px;
  }
}

@media (max-width: 760px) {
  .ds-commerce-board,
  .ds-commerce-board__grid {
    min-height: auto;
  }

  .ds-commerce-board__header {
    align-items: start;
    flex-direction: column;
  }

  .ds-commerce-board__header strong {
    text-align: start;
  }

  .ds-commerce-board__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .ds-commerce-board__tile,
  .ds-commerce-board__tile--guitars {
    grid-row: auto;
    min-height: 180px;
  }
}

/* DS checkout copy cleanup v0.14.1 */
.woocommerce-cart .optional,
.woocommerce-checkout .optional {
  font-size: inherit !important;
}

.woocommerce-cart .optional::before,
.woocommerce-checkout .optional::before {
  content: none !important;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.woocommerce-checkout .woocommerce-privacy-policy-text::before {
  content: "הפרטים ישמשו לטיפול בהזמנה, משלוח ושירות לקוחות.";
  display: block;
  color: var(--ds-pro-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

/* DS checkout privacy single-source correction v0.14.2 */
.woocommerce-checkout .woocommerce-privacy-policy-text {
  color: var(--ds-pro-muted) !important;
  font-size: 0.92rem !important;
  line-height: 1.6 !important;
}

.woocommerce-checkout .woocommerce-privacy-policy-text::before {
  content: none !important;
  display: none !important;
}

/* DS Woo optional label cleanup v0.14.3 */
.woocommerce-cart .optional,
.woocommerce-checkout .optional {
  display: none !important;
}

/* DS Pro Max polish v0.14.0 */
:root {
  --ds-pro-bg: #f5f6f7;
  --ds-pro-paper: #ffffff;
  --ds-pro-ink: #151820;
  --ds-pro-muted: #646b76;
  --ds-pro-faint: #eef0f3;
  --ds-pro-line: rgba(21, 24, 32, 0.105);
  --ds-pro-line-strong: rgba(21, 24, 32, 0.18);
  --ds-pro-dark: #171b24;
  --ds-pro-radius-lg: 24px;
  --ds-pro-radius-md: 16px;
  --ds-pro-ease: cubic-bezier(0.32, 0.72, 0, 1);
}

html {
  scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea,
.woocommerce,
.ds-home-refined,
.ds-custom-refined,
.ds-contact-refined {
  font-family: "Noto Sans Hebrew", "Assistant", system-ui, sans-serif !important;
  letter-spacing: 0 !important;
}

body {
  background:
    radial-gradient(circle at 8% 8%, rgba(21, 24, 32, 0.028), transparent 34%),
    linear-gradient(180deg, #ffffff 0, var(--ds-pro-bg) 360px) !important;
  color: var(--ds-pro-ink) !important;
}

#header [data-row],
.site-header,
body.home #header [data-row],
body.home .site-header {
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom: 1px solid var(--ds-pro-line) !important;
}

#header .header-menu-1 > ul > li > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li > a.ct-menu-link {
  font-size: 0.88rem !important;
  font-weight: 760 !important;
  color: rgba(21, 24, 32, 0.64) !important;
  transition: color 220ms var(--ds-pro-ease), background 220ms var(--ds-pro-ease), transform 220ms var(--ds-pro-ease) !important;
}

#header .header-menu-1 > ul > li > a.ct-menu-link:hover,
#header .header-menu-1 > ul > li.current-menu-item > a.ct-menu-link,
#header .header-menu-1 > ul > li.current_page_item > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li > a.ct-menu-link:hover,
body.home #header .header-menu-1 > ul > li.current-menu-item > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li.current_page_item > a.ct-menu-link {
  color: var(--ds-pro-ink) !important;
  background: rgba(21, 24, 32, 0.055) !important;
}

.ds-home-refined,
.ds-custom-refined,
.ds-contact-refined {
  background: transparent !important;
  color: var(--ds-pro-ink) !important;
}

.ds-home-refined .ds-home-hero,
.ds-custom-refined .ds-custom-hero-refined,
.ds-contact-hero-refined {
  width: min(1240px, calc(100% - clamp(28px, 5vw, 88px))) !important;
  padding-block: clamp(48px, 6vw, 82px) clamp(62px, 7vw, 96px) !important;
}

.ds-home-refined .ds-home-hero h1,
.ds-custom-refined .ds-custom-hero-refined h1,
.ds-contact-hero-refined h1,
.ds-shop-intro h1,
.ds-woo-page-intro h1 {
  color: var(--ds-pro-ink) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

.ds-home-refined .ds-home-hero h1 {
  font-size: clamp(3.2rem, 5.6vw, 5.7rem) !important;
}

.ds-home-refined .ds-home-hero p,
.ds-custom-refined .ds-custom-hero-refined p,
.ds-contact-hero-refined p,
.ds-shop-intro p,
.ds-woo-page-intro p {
  color: var(--ds-pro-muted) !important;
  font-weight: 500 !important;
}

.ds-home-kicker,
.ds-shop-intro > span,
.ds-woo-page-intro > span,
.ds-contact-card > span,
.ds-contact-route-grid span {
  border: 1px solid var(--ds-pro-line) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  color: var(--ds-pro-muted) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
  font-size: 0.78rem !important;
  font-weight: 820 !important;
}

.ds-home-button,
.ds-home-refined .ds-home-button,
.ds-custom-refined .ds-home-button,
.ds-contact-refined .ds-home-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.single_add_to_cart_button {
  background: var(--ds-pro-dark) !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 16px 32px rgba(21, 24, 32, 0.11) !important;
  transition: transform 220ms var(--ds-pro-ease), box-shadow 220ms var(--ds-pro-ease), background 220ms var(--ds-pro-ease) !important;
}

.ds-home-button:hover,
.ds-home-refined .ds-home-button:hover,
.ds-custom-refined .ds-home-button:hover,
.ds-contact-refined .ds-home-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.single_add_to_cart_button:hover {
  background: #0f131b !important;
  transform: translateY(-1px) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 20px 38px rgba(21, 24, 32, 0.14) !important;
}

.ds-home-button:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.single_add_to_cart_button:active {
  transform: translateY(1px) scale(0.99) !important;
}

.ds-home-button span,
.ds-home-refined .ds-home-button span,
.ds-custom-refined .ds-home-button span,
.ds-contact-refined .ds-home-button span {
  background: rgba(255, 255, 255, 0.14) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.16) !important;
}

.ds-store-billboard,
.ds-contact-card,
.ds-custom-hero-card,
.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table,
.woocommerce-cart .cart-collaterals,
.woocommerce-checkout #order_review,
.woocommerce-checkout .woocommerce-billing-fields,
.single-product div.product .summary,
.single-product div.product .woocommerce-product-gallery {
  border: 1px solid var(--ds-pro-line) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 24px 60px rgba(21, 24, 32, 0.07), inset 0 1px 0 rgba(255,255,255,0.9) !important;
}

.ds-home-refined .ds-store-billboard {
  padding: 12px !important;
  border-radius: 4px !important;
}

.ds-home-refined .ds-store-billboard__tile,
.ds-home-refined .ds-store-billboard__strip,
.ds-home-refined .ds-home-product,
.ds-contact-route-grid a,
.ds-custom-refined .ds-custom-process__steps article,
.ds-custom-refined .ds-custom-questions__list article,
.woocommerce ul.products li.product {
  border: 1px solid var(--ds-pro-line) !important;
  border-radius: var(--ds-pro-radius-md) !important;
  background: var(--ds-pro-paper) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.86) !important;
  transition: transform 240ms var(--ds-pro-ease), border-color 240ms var(--ds-pro-ease), box-shadow 240ms var(--ds-pro-ease) !important;
}

.ds-home-refined .ds-store-billboard__tile:hover,
.ds-home-refined .ds-store-billboard__strip:hover,
.ds-home-refined .ds-home-product:hover,
.ds-contact-route-grid a:hover,
.woocommerce ul.products li.product:hover {
  transform: translateY(-3px) !important;
  border-color: var(--ds-pro-line-strong) !important;
  box-shadow: 0 20px 42px rgba(21, 24, 32, 0.075), inset 0 1px 0 rgba(255,255,255,0.92) !important;
}

.ds-home-refined .ds-store-billboard__tile--dark {
  background: linear-gradient(145deg, #171b24, #252b36) !important;
  color: #ffffff !important;
}

.ds-home-refined .ds-store-billboard__tile strong,
.ds-home-refined .ds-store-billboard__strip strong,
.ds-home-refined .ds-home-product strong,
.ds-contact-route-grid strong {
  color: var(--ds-pro-ink) !important;
  font-weight: 860 !important;
}

.ds-home-refined .ds-store-billboard__tile--dark strong,
.ds-home-refined .ds-store-billboard__tile--dark span {
  color: #ffffff !important;
}

.ds-home-refined .ds-home-section,
.ds-custom-refined .ds-custom-section {
  width: min(1240px, calc(100% - clamp(28px, 5vw, 88px))) !important;
  margin-inline: auto !important;
  padding-block: clamp(48px, 6vw, 78px) !important;
}

.ds-home-refined .ds-home-section h2,
.ds-custom-refined .ds-custom-section h2,
.ds-home-refined .ds-home-footer-cta h2,
.ds-custom-refined .ds-custom-footer-cta h2 {
  color: var(--ds-pro-ink) !important;
  font-size: clamp(1.8rem, 2.8vw, 3rem) !important;
  font-weight: 880 !important;
  line-height: 1.08 !important;
}

.ds-home-refined .ds-home-guitars,
.ds-home-refined .ds-home-footer-cta,
.ds-custom-refined .ds-custom-footer-cta,
.ds-custom-refined .ds-custom-options {
  width: min(1240px, calc(100% - clamp(28px, 5vw, 88px))) !important;
  margin-inline: auto !important;
  border: 1px solid var(--ds-pro-line) !important;
  border-radius: 4px !important;
  background: rgba(255,255,255,0.9) !important;
  box-shadow: 0 18px 50px rgba(21, 24, 32, 0.055), inset 0 1px 0 rgba(255,255,255,0.9) !important;
}

.woocommerce-cart .optional,
.woocommerce-checkout .optional {
  font-size: 0 !important;
}

.woocommerce-cart .optional::before,
.woocommerce-checkout .optional::before {
  content: "(לא חובה)";
  font-size: 0.88rem;
}

.woocommerce-checkout #payment,
.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout #payment div.payment_box {
  background: transparent !important;
  border-color: var(--ds-pro-line) !important;
}

.woocommerce-checkout #payment div.payment_box {
  color: var(--ds-pro-muted) !important;
}

.woocommerce-checkout .place-order .woocommerce-privacy-policy-text {
  color: var(--ds-pro-muted) !important;
  font-size: 0.92rem !important;
  line-height: 1.6 !important;
}

.ds-global-footer {
  color: var(--ds-pro-muted) !important;
  border-top-color: var(--ds-pro-line) !important;
}

@media (max-width: 760px) {
  .ds-home-refined .ds-home-hero,
  .ds-custom-refined .ds-custom-hero-refined,
  .ds-contact-hero-refined,
  .ds-home-refined .ds-home-section,
  .ds-custom-refined .ds-custom-section,
  .ds-home-refined .ds-home-guitars,
  .ds-home-refined .ds-home-footer-cta,
  .ds-custom-refined .ds-custom-footer-cta,
  .ds-custom-refined .ds-custom-options {
    width: min(100% - 28px, 1240px) !important;
  }

  .ds-home-refined .ds-home-hero h1,
  .ds-custom-refined .ds-custom-hero-refined h1,
  .ds-contact-hero-refined h1 {
    font-size: clamp(2.75rem, 13vw, 4rem) !important;
  }

  .ds-home-refined .ds-store-billboard {
    border-radius: 4px !important;
  }
}

/* DS refined home + custom pass v0.11.0 */
.ds-home-refined,
.ds-custom-refined {
  --ds-ref-bg: #f7f5f1;
  --ds-ref-paper: #ffffff;
  --ds-ref-ink: #171411;
  --ds-ref-muted: #746f68;
  --ds-ref-line: rgba(23, 20, 17, 0.1);
  --ds-ref-line-strong: rgba(23, 20, 17, 0.18);
  --ds-ref-accent: #6f604f;
  --ds-ref-accent-dark: #2b241e;
  --ds-ref-soft: #ece7df;
  --ds-ref-radius: 18px;
  background: var(--ds-ref-bg);
  color: var(--ds-ref-ink);
  direction: rtl;
  font-family: "Heebo", "Assistant", "Noto Sans Hebrew", system-ui, sans-serif;
}

.ds-home-refined *,
.ds-custom-refined * {
  box-sizing: border-box;
}

.ds-home-hero,
.ds-home-section,
.ds-home-footer-cta,
.ds-custom-hero-refined,
.ds-custom-section,
.ds-custom-footer-cta {
  width: min(1240px, calc(100% - clamp(30px, 5vw, 88px)));
  margin-inline: auto;
}

.ds-home-hero {
  min-height: calc(100dvh - 90px);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1fr);
  gap: clamp(38px, 6vw, 90px);
  align-items: center;
  padding-block: clamp(54px, 8vh, 92px) clamp(58px, 7vw, 98px);
}

.ds-home-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 12px;
  border: 1px solid var(--ds-ref-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  color: var(--ds-ref-accent);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}

.ds-home-hero h1,
.ds-home-section h2,
.ds-home-guitars h2,
.ds-home-footer-cta h2,
.ds-custom-hero-refined h1,
.ds-custom-section h2,
.ds-custom-footer-cta h2 {
  margin: 16px 0 0;
  color: var(--ds-ref-ink);
  font-family: "Heebo", "Assistant", "Noto Sans Hebrew", system-ui, sans-serif;
  font-weight: 850;
  letter-spacing: 0;
  text-wrap: balance;
}

.ds-home-hero h1,
.ds-custom-hero-refined h1 {
  max-width: 13ch;
  font-size: clamp(3.25rem, 5.1vw, 5.7rem);
  line-height: 0.98;
}

.ds-home-hero p,
.ds-home-guitars p,
.ds-custom-hero-refined p,
.ds-custom-proof-refined p {
  max-width: 58ch;
  margin: 22px 0 0;
  color: var(--ds-ref-muted);
  font-size: clamp(1.02rem, 1.08vw, 1.14rem);
  line-height: 1.75;
}

.ds-home-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-block-start: 30px;
}

.ds-home-button,
.ds-home-textlink {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none !important;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  transition: transform 420ms cubic-bezier(0.32, 0.72, 0, 1), background 420ms cubic-bezier(0.32, 0.72, 0, 1), color 420ms cubic-bezier(0.32, 0.72, 0, 1);
}

.ds-home-button {
  padding: 7px 8px 7px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--ds-ref-ink);
  color: #ffffff !important;
  box-shadow: 0 14px 34px rgba(23, 20, 17, 0.14);
}

.ds-home-button span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  transform: translateY(-1px);
}

.ds-home-button:hover {
  transform: translateY(-2px);
  background: var(--ds-ref-accent-dark);
}

.ds-home-textlink {
  padding-inline: 16px;
  border-radius: 999px;
  color: var(--ds-ref-ink) !important;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--ds-ref-line);
}

.ds-home-textlink:hover {
  transform: translateY(-2px);
  border-color: var(--ds-ref-line-strong);
}

.ds-home-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-block-start: 24px;
}

.ds-home-meta span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding-inline: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--ds-ref-line);
  color: var(--ds-ref-muted);
  font-size: 0.84rem;
  font-weight: 760;
}

.ds-home-hero__panel {
  border-radius: 4px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(23, 20, 17, 0.08);
}

.ds-home-shop-board {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 10px;
  padding: 10px;
  border-radius: 4px;
  background: #eee9e1;
}

.ds-home-shop-board a {
  color: inherit;
  text-decoration: none !important;
}

.ds-home-shop-board__main {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 28px;
  border-radius: 4px;
  background: #d8d0c4;
}

.ds-home-shop-board__main img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center 48%;
  padding: clamp(34px, 6vw, 70px);
  opacity: 0.96;
  transform: scale(1.02);
}

.ds-home-shop-board__main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(23, 20, 17, 0.74), transparent 52%);
}

.ds-home-shop-board__main span,
.ds-home-shop-board__main strong {
  position: relative;
  z-index: 1;
}

.ds-home-shop-board__main span,
.ds-home-shop-board__side span,
.ds-home-product span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 850;
}

.ds-home-shop-board__main strong {
  max-width: 16ch;
  margin-block-start: 8px;
  display: block;
  color: #ffffff;
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  line-height: 1.08;
}

.ds-home-shop-board__side {
  display: grid;
  gap: 10px;
}

.ds-home-shop-board__side a {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 22px;
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(23, 20, 17, 0.52)),
    #5f5549;
  color: #ffffff;
}

.ds-home-shop-board__side a:last-child {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(23, 20, 17, 0.48)),
    #8a7b68;
}

.ds-home-shop-board__side strong {
  margin-block-start: 8px;
  color: #ffffff;
  font-size: 1.28rem;
  line-height: 1.18;
}

.ds-home-section,
.ds-custom-section {
  padding-block: clamp(58px, 7vw, 98px);
  border-block-start: 1px solid rgba(23, 20, 17, 0.08);
}

.ds-home-section__head,
.ds-custom-section__head {
  max-width: 760px;
  margin-block-end: 28px;
}

.ds-home-section__head--row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.ds-home-section h2,
.ds-custom-section h2 {
  max-width: 15ch;
  font-size: clamp(2rem, 3.4vw, 3.7rem);
  line-height: 1.04;
}

.ds-home-category-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ds-home-category-list a,
.ds-custom-fit__grid article,
.ds-custom-process__steps article,
.ds-custom-questions__list article {
  min-height: 176px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(22px, 3vw, 30px);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid var(--ds-ref-line);
  color: var(--ds-ref-ink);
  text-decoration: none !important;
  box-shadow: none;
}

.ds-home-category-list a span,
.ds-custom-process__steps article span {
  color: var(--ds-ref-accent);
  font-size: 0.82rem;
  font-weight: 850;
}

.ds-home-category-list a strong,
.ds-custom-fit__grid article strong,
.ds-custom-process__steps article strong,
.ds-custom-questions__list article strong {
  color: var(--ds-ref-ink);
  font-size: clamp(1.25rem, 1.6vw, 1.55rem);
  line-height: 1.15;
}

.ds-home-category-list a small,
.ds-custom-fit__grid article p,
.ds-custom-process__steps article p,
.ds-custom-questions__list article p {
  margin: 0;
  color: var(--ds-ref-muted);
  font-size: 0.98rem;
  line-height: 1.62;
}

.ds-home-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ds-home-product {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--ds-ref-line);
  color: var(--ds-ref-ink);
  text-decoration: none !important;
}

.ds-home-product img {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  object-fit: contain;
  padding: 18px;
  border-radius: 4px;
  background: #eee9e1;
}

.ds-home-product span {
  margin-block-start: 18px;
  color: var(--ds-ref-accent);
}

.ds-home-product strong {
  margin-block-start: 8px;
  color: var(--ds-ref-ink);
  font-size: 1.25rem;
  line-height: 1.2;
}

.ds-home-product small {
  margin-block-start: auto;
  color: var(--ds-ref-muted);
  font-size: 1rem;
  font-weight: 800;
}

.ds-home-guitars,
.ds-home-footer-cta,
.ds-custom-footer-cta,
.ds-custom-proof-refined {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  margin-block: clamp(34px, 5vw, 72px);
  padding: clamp(28px, 5vw, 54px);
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid var(--ds-ref-line);
}

.ds-home-guitars__image,
.ds-custom-proof-refined__image {
  overflow: hidden;
  border-radius: 4px;
  background: #eee9e1;
}

.ds-home-guitars__image img,
.ds-custom-proof-refined__image img {
  width: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
}

.ds-home-footer-cta,
.ds-custom-footer-cta {
  grid-template-columns: minmax(0, 1fr) auto;
  margin-block-end: 0;
}

.ds-home-footer-cta h2,
.ds-custom-footer-cta h2 {
  max-width: 18ch;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  line-height: 1.04;
}

.ds-custom-hero-refined {
  min-height: calc(100dvh - 90px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.95fr);
  gap: clamp(38px, 6vw, 88px);
  align-items: center;
  padding-block: clamp(54px, 8vh, 88px) clamp(58px, 7vw, 98px);
}

.ds-custom-hero-refined__image {
  overflow: hidden;
  border-radius: 4px;
  background: #eee9e1;
  border: 1px solid var(--ds-ref-line);
}

.ds-custom-hero-refined__image img {
  width: 100%;
  min-height: 500px;
  display: block;
  object-fit: cover;
}

.ds-custom-fit {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.ds-custom-fit__grid,
.ds-custom-process__steps,
.ds-custom-questions__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ds-custom-process__steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ds-custom-options {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.ds-custom-options__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ds-custom-options__list span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding-inline: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--ds-ref-line);
  color: var(--ds-ref-ink);
  font-weight: 800;
}

.ds-custom-proof-refined {
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1fr);
}

.ds-custom-questions__list article {
  min-height: 160px;
}

@media (max-width: 1080px) {
  .ds-home-hero,
  .ds-custom-hero-refined,
  .ds-home-guitars,
  .ds-home-footer-cta,
  .ds-custom-footer-cta,
  .ds-custom-fit,
  .ds-custom-options,
  .ds-custom-proof-refined {
    grid-template-columns: 1fr;
  }

  .ds-home-shop-board {
    grid-template-columns: 1fr;
  }

  .ds-home-shop-board__side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ds-home-category-list,
  .ds-home-product-grid,
  .ds-custom-fit__grid,
  .ds-custom-process__steps,
  .ds-custom-questions__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .ds-home-hero,
  .ds-home-section,
  .ds-home-footer-cta,
  .ds-custom-hero-refined,
  .ds-custom-section,
  .ds-custom-footer-cta {
    width: min(100% - 30px, 1240px);
  }

  .ds-home-hero,
  .ds-custom-hero-refined {
    min-height: auto;
    padding-block: 42px 54px;
  }

  .ds-home-hero h1,
  .ds-custom-hero-refined h1 {
    max-width: 11ch;
    font-size: clamp(2.7rem, 13vw, 4.3rem);
  }

  .ds-home-shop-board,
  .ds-home-shop-board__main,
  .ds-custom-hero-refined__image img {
    min-height: 360px;
  }

  .ds-home-shop-board__side,
  .ds-home-category-list,
  .ds-home-product-grid,
  .ds-custom-fit__grid,
  .ds-custom-process__steps,
  .ds-custom-questions__list {
    grid-template-columns: 1fr;
  }

  .ds-home-section__head--row {
    align-items: start;
    flex-direction: column;
  }

  .ds-home-product {
    min-height: 380px;
  }

  .ds-home-guitars,
  .ds-home-footer-cta,
  .ds-custom-footer-cta,
  .ds-custom-proof-refined {
    padding: 24px;
    border-radius: 4px;
  }

  .ds-home-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ds-home-button,
  .ds-home-textlink {
    width: 100%;
  }
}

/* DS page-title removal for custom-designed pages v0.13.3 */
.page-id-3178 .hero-section.is-width-constrained,
.page-id-2235 .hero-section.is-width-constrained,
.page-id-3206 .hero-section.is-width-constrained {
  display: none !important;
}

.page-id-3178 .entry-content,
.page-id-2235 .entry-content,
.page-id-3206 .entry-content {
  margin-block-start: 0 !important;
}

/* DS shop density correction v0.13.4 */
.woocommerce-shop #main > .ct-container,
.post-type-archive-product #main > .ct-container,
.tax-product_cat #main > .ct-container {
  padding-block-start: clamp(18px, 2.4vw, 34px) !important;
}

.woocommerce-shop .ds-shop-intro,
.post-type-archive-product .ds-shop-intro,
.tax-product_cat .ds-shop-intro {
  max-width: 860px !important;
  align-items: center !important;
  margin-inline: auto !important;
  margin-block-end: clamp(22px, 3vw, 36px) !important;
  text-align: center !important;
}

.woocommerce-shop .ds-shop-intro h1,
.post-type-archive-product .ds-shop-intro h1,
.tax-product_cat .ds-shop-intro h1 {
  font-size: clamp(2.35rem, 4vw, 4.1rem) !important;
}

.woocommerce-shop .ds-shop-intro p,
.post-type-archive-product .ds-shop-intro p,
.tax-product_cat .ds-shop-intro p {
  max-width: 58ch !important;
  line-height: 1.58 !important;
}

.woocommerce-shop .woo-listing-top,
.post-type-archive-product .woo-listing-top,
.tax-product_cat .woo-listing-top {
  margin-block-end: clamp(18px, 2.6vw, 28px) !important;
}

.woocommerce ul.products li.product {
  min-height: 390px !important;
  padding: 14px !important;
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 0.74 !important;
  padding: 14px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin-block-start: 14px !important;
}

/* DS homepage billboard correction v0.13.2 */
.ds-home-refined .ds-home-hero {
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.08fr) !important;
  align-items: center !important;
  gap: clamp(38px, 5vw, 74px) !important;
  padding-block: clamp(46px, 6vw, 78px) clamp(54px, 7vw, 88px) !important;
}

.ds-home-refined .ds-home-hero h1 {
  max-width: 10ch !important;
  font-size: clamp(3.45rem, 6vw, 6.2rem) !important;
  letter-spacing: 0 !important;
}

.ds-home-refined .ds-home-hero p {
  max-width: 42rem !important;
  color: #4f5662 !important;
  font-size: clamp(1.05rem, 1.35vw, 1.22rem) !important;
}

.ds-home-refined .ds-store-billboard {
  min-height: 480px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(210px, 0.74fr);
  grid-template-rows: 1fr 1fr auto;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(18, 19, 26, 0.09);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.92), rgba(238,241,245,0.9)),
    #ffffff;
  box-shadow: 0 20px 55px rgba(18, 19, 26, 0.08);
}

.ds-home-refined .ds-store-billboard a {
  color: inherit;
  text-decoration: none !important;
}

.ds-home-refined .ds-store-billboard__tile,
.ds-home-refined .ds-store-billboard__strip {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 150px;
  padding: clamp(20px, 2.5vw, 28px);
  border: 1px solid rgba(18, 19, 26, 0.08);
  border-radius: 4px;
  background: #f7f8fa;
  isolation: isolate;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.ds-home-refined .ds-store-billboard__tile:hover,
.ds-home-refined .ds-store-billboard__strip:hover {
  transform: translateY(-2px);
  border-color: rgba(18, 19, 26, 0.18);
}

.ds-home-refined .ds-store-billboard__tile span,
.ds-home-refined .ds-store-billboard__strip span {
  position: relative;
  z-index: 2;
  color: #65707d;
  font-size: 0.82rem;
  font-weight: 850;
}

.ds-home-refined .ds-store-billboard__tile strong,
.ds-home-refined .ds-store-billboard__strip strong {
  position: relative;
  z-index: 2;
  max-width: 14ch;
  margin-block-start: 8px;
  color: #12131a;
  font-size: clamp(1.12rem, 1.6vw, 1.42rem);
  line-height: 1.16;
}

.ds-home-refined .ds-store-billboard__tile img {
  position: absolute;
  z-index: 1;
  object-fit: contain;
  pointer-events: none;
}

.ds-home-refined .ds-store-billboard__tile--wide {
  grid-row: 1 / 3;
  min-height: 384px;
  background:
    radial-gradient(circle at 58% 38%, rgba(255, 255, 255, 0.98), rgba(223, 228, 236, 0.86) 56%, rgba(197, 203, 214, 0.72)),
    #eef1f5;
}

.ds-home-refined .ds-store-billboard__tile--wide img {
  inset-inline-start: 4%;
  top: 30px;
  width: min(58%, 330px);
  height: min(66%, 310px);
  filter: drop-shadow(0 24px 22px rgba(18, 19, 26, 0.17));
}

.ds-home-refined .ds-store-billboard__tile:not(.ds-store-billboard__tile--wide):not(.ds-store-billboard__tile--dark) {
  background: #ffffff;
}

.ds-home-refined .ds-store-billboard__tile:not(.ds-store-billboard__tile--wide):not(.ds-store-billboard__tile--dark) img {
  inset-inline-start: 14px;
  top: 22px;
  width: 46%;
  height: 48%;
  object-position: center;
}

.ds-home-refined .ds-store-billboard__tile--dark {
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(42, 49, 61, 0.92)),
    #111827;
}

.ds-home-refined .ds-store-billboard__tile--dark::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  pointer-events: none;
}

.ds-home-refined .ds-store-billboard__tile--dark span,
.ds-home-refined .ds-store-billboard__tile--dark strong {
  color: #ffffff;
}

.ds-home-refined .ds-store-billboard__strip {
  grid-column: 1 / -1;
  min-height: 82px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
}

.ds-home-refined .ds-store-billboard__strip strong {
  max-width: none;
  margin: 0;
  font-size: 1.05rem;
}

.ds-home-refined .ds-home-showcase {
  display: none !important;
}

@media (max-width: 1080px) {
  .ds-home-refined .ds-home-hero {
    grid-template-columns: 1fr !important;
  }

  .ds-home-refined .ds-store-billboard {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .ds-home-refined .ds-home-hero h1 {
    font-size: clamp(3rem, 15vw, 4.35rem) !important;
  }

  .ds-home-refined .ds-store-billboard {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 10px;
    border-radius: 4px;
  }

  .ds-home-refined .ds-store-billboard__tile,
  .ds-home-refined .ds-store-billboard__strip,
  .ds-home-refined .ds-store-billboard__tile--wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 168px;
    border-radius: 4px;
  }

  .ds-home-refined .ds-store-billboard__tile--wide img {
    width: 46%;
    height: 70%;
    top: 24px;
  }

  .ds-home-refined .ds-store-billboard__strip {
    min-height: 94px;
    flex-direction: column;
    align-items: flex-start;
  }
}

/* DS final stabilization v0.13.0 */
:root {
  --ds-final-bg: #f6f7f8;
  --ds-final-paper: #ffffff;
  --ds-final-ink: #12131a;
  --ds-final-muted: #656b76;
  --ds-final-line: rgba(18, 19, 26, 0.1);
  --ds-final-line-strong: rgba(18, 19, 26, 0.18);
  --ds-final-soft: #eef0f3;
  --ds-final-dark: #111827;
}

body {
  background: var(--ds-final-bg) !important;
}

body:not(.home) #main,
.woocommerce-shop #main,
.post-type-archive-product #main,
.tax-product_cat #main,
.single-product #main,
.woocommerce-cart #main,
.woocommerce-checkout #main {
  padding-block-start: clamp(34px, 5vw, 72px) !important;
  background: var(--ds-final-bg) !important;
}

#header [data-row],
.site-header,
body.home #header [data-row],
body.home .site-header {
  background: #ffffff !important;
  border-bottom: 1px solid rgba(18, 19, 26, 0.08) !important;
  box-shadow: none !important;
}

#header [data-device="desktop"] [data-row="middle"],
#header [data-row="middle"],
body.home #header [data-device="desktop"] [data-row="middle"],
body.home #header [data-row="middle"] {
  min-height: 82px !important;
  padding-block: 10px !important;
}

#header [data-row="middle"] > .ct-container,
body.home #header [data-row="middle"] > .ct-container {
  width: min(1240px, calc(100% - clamp(24px, 5vw, 88px))) !important;
}

#header .site-logo-container,
.site-header .site-logo-container,
body.home #header .site-logo-container,
body.home .site-header .site-logo-container {
  width: 62px !important;
  min-width: 62px !important;
  max-width: 62px !important;
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

#header .site-logo-container img,
#header .site-logo-container svg,
.site-header .site-logo-container img,
.site-header .site-logo-container svg,
body.home #header .site-logo-container img,
body.home #header .site-logo-container svg,
body.home .site-header .site-logo-container img,
body.home .site-header .site-logo-container svg {
  width: 62px !important;
  min-width: 62px !important;
  max-width: 62px !important;
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
  object-fit: contain !important;
  filter: brightness(0) saturate(100%) invert(8%) sepia(8%) saturate(1035%) hue-rotate(196deg) brightness(94%) contrast(96%) !important;
}

#header .header-menu-1 > ul,
body.home #header .header-menu-1 > ul {
  min-height: 44px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

#header .header-menu-1 > ul > li > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li > a.ct-menu-link {
  min-height: 38px !important;
  padding-inline: 13px !important;
  border-radius: 10px !important;
  color: rgba(18, 19, 26, 0.68) !important;
  font-family: "Heebo", "Assistant", system-ui, sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 760 !important;
  background: transparent !important;
}

#header .header-menu-1 > ul > li > a.ct-menu-link:hover,
#header .header-menu-1 > ul > li.current-menu-item > a.ct-menu-link,
#header .header-menu-1 > ul > li.current_page_item > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li > a.ct-menu-link:hover,
body.home #header .header-menu-1 > ul > li.current-menu-item > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li.current_page_item > a.ct-menu-link {
  color: var(--ds-final-ink) !important;
  background: rgba(18, 19, 26, 0.055) !important;
}

/* DS finalized shop category navigation v0.15.5 */
#header .header-menu-1 > ul > li.menu-item-has-children > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li.menu-item-has-children > a.ct-menu-link {
  padding-inline-end: 28px !important;
}

#header .header-menu-1 > ul > li.menu-item-has-children > a.ct-menu-link::after,
body.home #header .header-menu-1 > ul > li.menu-item-has-children > a.ct-menu-link::after {
  content: "";
  position: absolute;
  inset-inline-end: 12px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-inline-end: 1.5px solid currentColor;
  border-block-end: 1.5px solid currentColor;
  opacity: 0.72;
  transform: translateY(-66%) rotate(45deg);
}

#header .header-menu-1 .sub-menu,
body.home #header .header-menu-1 .sub-menu {
  min-width: 238px !important;
  padding: 10px !important;
  border: 1px solid rgba(17, 19, 24, 0.08) !important;
  border-radius: 4px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 22px 48px rgba(17, 19, 24, 0.12) !important;
}

#header .header-menu-1 .sub-menu a.ct-menu-link,
body.home #header .header-menu-1 .sub-menu a.ct-menu-link {
  min-height: 38px !important;
  padding: 9px 12px !important;
  border-radius: 10px !important;
  color: rgba(17, 19, 24, 0.76) !important;
  font-size: 0.9rem !important;
  font-weight: 760 !important;
}

#header .header-menu-1 .sub-menu a.ct-menu-link:hover,
body.home #header .header-menu-1 .sub-menu a.ct-menu-link:hover {
  color: #111318 !important;
  background: rgba(28, 18, 48, 0.07) !important;
}

.ds-storefront-banner__routes {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.ds-storefront-banner__routes a {
  min-height: 96px !important;
  padding: 14px !important;
}

.ds-storefront-banner__routes strong {
  font-size: clamp(0.92rem, 1.08vw, 1.08rem) !important;
  line-height: 1.2 !important;
}

.ds-home-categories {
  scroll-margin-top: 110px;
}

/* === DS Home Category Cards — Premium Redesign v2 (2026-06-12) ===
   Fix: old design hid the product image behind the card (z-index:-2) under a
   white gradient overlay (::before) + opacity 0.96 / soon 0.42 → washed out.
   New: dedicated light image panel, full-opacity product (object-fit:contain),
   text stacked below (no overlap). Scoped to body.home — shop/category pages
   are untouched (those use .ds-commerce-* / Woo loops). */
.ds-home-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

body.home .ds-home-category-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 14px;
  border: 1px solid rgba(28, 18, 48, 0.08);
  border-radius: 4px;
  background: #ffffff;
  color: #1c1230 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 30px rgba(17, 17, 24, 0.08);
  isolation: isolate;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

body.home .ds-home-category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(28, 18, 48, 0.18);
  box-shadow: 0 18px 46px rgba(17, 17, 24, 0.14);
}

body.home .ds-home-category-card:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(28, 18, 48, 0.45), 0 10px 30px rgba(17, 17, 24, 0.08);
}

/* Neutralise the old washing-out overlay */
body.home .ds-home-category-card::before {
  content: none;
  background: none;
}

/* IMAGE PANEL: light tile, full-opacity product, contain */
body.home .ds-home-category-card img {
  position: static;
  inset: auto;
  z-index: auto;
  display: block;
  width: 100%;
  height: 210px;
  margin: 0 0 16px;
  padding: 18px;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
  background: #f4f4f7;
  border: 1px solid rgba(28, 18, 48, 0.07);
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(17, 17, 24, 0.05);
  opacity: 1;
  filter: none;
  transition: transform 200ms ease;
}

body.home .ds-home-category-card:hover img {
  transform: scale(1.04);
}

/* TEXT (flat siblings below image, no overlap) */
body.home .ds-home-category-card span {
  width: fit-content;
  margin: 0 8px 8px;
  padding: 5px 11px;
  border: 0;
  border-radius: 999px;
  background: rgba(28, 18, 48, 0.10);
  color: #1c1230;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.2;
}

body.home .ds-home-category-card strong {
  margin: 0 8px;
  color: #1c1230;
  font-size: clamp(1.18rem, 1.6vw, 1.5rem);
  font-weight: 800;
  line-height: 1.15;
}

body.home .ds-home-category-card small {
  max-width: 38ch;
  margin: 7px 8px 12px;
  color: #6e6582;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
}

/* FEATURED (גיטרות): full-width hero, image | text split.
   Flat children img|span|strong|small — image spans all rows in col 1,
   the 3 text elements flow down col 2, vertically centered. */
body.home .ds-home-category-card--large {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-template-rows: 1fr auto auto auto 1fr;
  align-items: center;
  column-gap: 0;
  row-gap: 0;
  padding: 14px;
}

body.home .ds-home-category-card--large img {
  grid-column: 1;
  grid-row: 1 / -1;
  height: 100%;
  min-height: 300px;
  margin: 0;
}

body.home .ds-home-category-card--large span {
  grid-column: 2;
  grid-row: 2;
  margin: 0 26px;
}

body.home .ds-home-category-card--large strong {
  grid-column: 2;
  grid-row: 3;
  margin: 12px 26px 0;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
}

body.home .ds-home-category-card--large small {
  grid-column: 2;
  grid-row: 4;
  margin: 10px 26px 0;
  max-width: 40ch;
}

/* SOON (ניקוי): tastefully dimmed but clearly visible */
body.home .ds-home-category-card--soon img {
  width: 100%;
  height: 210px;
  inset: auto;
  object-fit: contain;
  opacity: 0.85;
  filter: none;
}

body.home .ds-home-category-card--soon::before {
  content: none;
  background: none;
}

body.home .ds-home-category-card--soon span {
  background: rgba(110, 101, 130, 0.12);
  color: #6e6582;
}

@media (max-width: 1120px) {
  .ds-storefront-banner__routes {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .ds-storefront-banner__routes {
    grid-template-columns: 1fr !important;
  }

  .ds-home-category-grid {
    grid-template-columns: 1fr;
  }

  /* Featured reverts to the same vertical layout as the rest */
  body.home .ds-home-category-card--large {
    grid-column: auto;
    display: flex;
    flex-direction: column;
  }

  body.home .ds-home-category-card img,
  body.home .ds-home-category-card--large img,
  body.home .ds-home-category-card--soon img {
    grid-column: auto;
    grid-row: auto;
    height: 200px;
    min-height: 0;
    margin: 0 0 16px;
  }

  body.home .ds-home-category-card--large span {
    grid-column: auto;
    grid-row: auto;
    margin: 0 8px 8px;
  }

  body.home .ds-home-category-card--large strong {
    grid-column: auto;
    grid-row: auto;
    margin: 0 8px;
    font-size: clamp(1.18rem, 1.6vw, 1.5rem);
  }

  body.home .ds-home-category-card--large small {
    grid-column: auto;
    grid-row: auto;
    margin: 7px 8px 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .ds-home-category-card,
  body.home .ds-home-category-card img {
    transition: none;
  }

  body.home .ds-home-category-card:hover {
    transform: none;
  }

  body.home .ds-home-category-card:hover img {
    transform: none;
  }
}

#header .ct-header-search,
#header .ct-header-trigger,
body.home #header .ct-header-search,
body.home #header .ct-header-trigger {
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  border: 1px solid var(--ds-final-line) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--ds-final-ink) !important;
  box-shadow: none !important;
}

body.page-id-3178 #footer,
body.page-id-2235 #footer,
body.page-id-3206 #footer,
#footer.ct-footer {
  display: none !important;
}

.ds-global-footer {
  width: min(1240px, calc(100% - clamp(30px, 5vw, 88px)));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: clamp(42px, 6vw, 80px) auto 0;
  padding: 26px 0 34px;
  border-top: 1px solid var(--ds-final-line);
  color: var(--ds-final-muted);
  font-family: "Heebo", "Assistant", system-ui, sans-serif;
}

.ds-global-footer strong {
  display: block;
  color: var(--ds-final-ink);
  font-size: 1rem;
}

.ds-global-footer span {
  display: block;
  margin-block-start: 4px;
  font-size: 0.92rem;
}

.ds-global-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ds-global-footer a {
  color: var(--ds-final-muted);
  text-decoration: none;
  font-weight: 760;
}

.ds-global-footer a:hover {
  color: var(--ds-final-ink);
}

.ds-contact-refined {
  background: var(--ds-final-bg);
  color: var(--ds-final-ink);
  font-family: "Heebo", "Assistant", system-ui, sans-serif;
  direction: rtl;
}

.ds-contact-hero-refined,
.ds-contact-section {
  width: min(1240px, calc(100% - clamp(30px, 5vw, 88px)));
  margin-inline: auto;
}

.ds-contact-hero-refined {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  padding-block: clamp(54px, 7vw, 92px);
}

.ds-contact-hero-refined h1 {
  max-width: 13ch;
  margin: 16px 0 0;
  color: var(--ds-final-ink);
  font-size: clamp(3rem, 4.8vw, 5.1rem);
  font-weight: 850;
  line-height: 1.02;
  text-wrap: balance;
}

.ds-contact-hero-refined p {
  max-width: 56ch;
  margin: 22px 0 0;
  color: var(--ds-final-muted);
  font-size: clamp(1.02rem, 1.1vw, 1.14rem);
  line-height: 1.75;
}

.ds-contact-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--ds-final-line);
  border-radius: 4px;
  background: #ffffff;
}

.ds-contact-card span,
.ds-contact-route-grid span {
  color: #4b5563;
  font-size: 0.84rem;
  font-weight: 850;
}

.ds-contact-card strong {
  color: var(--ds-final-ink);
  font-size: clamp(1.8rem, 2.7vw, 2.8rem);
  line-height: 1.08;
}

.ds-contact-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ds-contact-card li {
  padding-block: 10px;
  border-block-start: 1px solid var(--ds-final-line);
  color: var(--ds-final-muted);
  font-weight: 750;
}

.ds-contact-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-block: clamp(18px, 4vw, 56px);
  border-block-start: 1px solid var(--ds-final-line);
}

.ds-contact-route-grid a {
  min-height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--ds-final-line);
  border-radius: 4px;
  background: #ffffff;
  color: var(--ds-final-ink);
  text-decoration: none;
}

.ds-contact-route-grid strong {
  color: var(--ds-final-ink);
  font-size: 1.35rem;
  line-height: 1.16;
}

.ds-contact-route-grid small {
  color: var(--ds-final-muted);
  line-height: 1.55;
}

.ds-shop-intro {
  max-width: 760px;
  gap: 10px !important;
  margin-block: 0 clamp(30px, 4vw, 48px) !important;
}

.ds-shop-intro span,
.ds-shop-shipping-notice span,
.woocommerce-Price-amount,
.woocommerce ul.products li.product .price {
  color: var(--ds-final-ink) !important;
  font-size: 1.12rem !important;
  font-weight: 900 !important;
}

.ds-shop-intro h1 {
  color: var(--ds-final-ink) !important;
  font-size: clamp(2.7rem, 4.6vw, 4.8rem) !important;
  line-height: 1.02 !important;
}

.ds-shop-intro p {
  color: var(--ds-final-muted) !important;
}

.ds-shop-shipping-notice {
  margin-block-start: 12px !important;
  padding: 8px 14px !important;
  border: 1px solid var(--ds-final-line) !important;
  background: #ffffff !important;
  color: var(--ds-final-muted) !important;
  border-radius: 999px !important;
}

.woocommerce-ordering select {
  min-height: 46px !important;
  border: 1px solid var(--ds-final-line) !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: var(--ds-final-ink) !important;
}

.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.woocommerce ul.products li.product {
  width: auto !important;
  min-height: 430px !important;
  display: flex !important;
  flex-direction: column !important;
  margin: 0 !important;
  padding: 16px !important;
  border: 1px solid var(--ds-final-line) !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.woocommerce ul.products li.product a img {
  width: 100% !important;
  aspect-ratio: 1 / 0.82 !important;
  height: auto !important;
  object-fit: contain !important;
  padding: 18px !important;
  border-radius: 4px !important;
  background: var(--ds-final-soft) !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin-block-start: 18px !important;
  color: var(--ds-final-ink) !important;
  font-size: 1.18rem !important;
  font-weight: 830 !important;
  line-height: 1.22 !important;
}

.woocommerce ul.products li.product .price {
  margin-block: 8px 16px !important;
  color: var(--ds-final-muted) !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.single_add_to_cart_button {
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--ds-final-dark) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-family: "Heebo", "Assistant", system-ui, sans-serif !important;
  font-weight: 820 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.single_add_to_cart_button:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

.single-product div.product {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr) !important;
  gap: clamp(34px, 6vw, 86px) !important;
  align-items: start !important;
}

.single-product div.product .woocommerce-product-gallery {
  width: 100% !important;
  border-radius: 4px !important;
  background: #ffffff !important;
}

.single-product div.product .summary {
  width: 100% !important;
  padding: clamp(24px, 4vw, 42px) !important;
  border: 1px solid var(--ds-final-line) !important;
  border-radius: 4px !important;
  background: #ffffff !important;
}

.single-product div.product .product_title {
  color: var(--ds-final-ink) !important;
  font-size: clamp(2.2rem, 4vw, 4rem) !important;
  line-height: 1.02 !important;
}

.single-product div.product p.price,
.single-product div.product span.price {
  color: var(--ds-final-ink) !important;
  font-size: 1.65rem !important;
  font-weight: 850 !important;
}

.single-product div.product .woocommerce-product-details__short-description {
  color: var(--ds-final-muted) !important;
  font-size: 1.02rem !important;
  line-height: 1.75 !important;
}

.ds-guitar-availability {
  margin-block: 22px !important;
  padding: 20px !important;
  border: 1px solid var(--ds-final-line) !important;
  border-radius: 4px !important;
  background: var(--ds-final-bg) !important;
}

.ds-guitar-availability span {
  color: var(--ds-final-ink) !important;
  font-weight: 850 !important;
}

.ds-guitar-availability p {
  color: var(--ds-final-muted) !important;
}

.ds-atelier-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ds-atelier-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 16px;
  border: 1px solid var(--ds-final-line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ds-final-ink) !important;
  text-decoration: none !important;
  font-weight: 800;
}

.woocommerce-tabs,
.related.products {
  grid-column: 1 / -1;
  margin-block-start: clamp(34px, 5vw, 64px) !important;
}

.woocommerce-tabs .panel,
.ds-product-specs,
.ds-product-videos {
  padding: clamp(24px, 4vw, 42px) !important;
  border: 1px solid var(--ds-final-line) !important;
  border-radius: 4px !important;
  background: #ffffff !important;
}

.ds-product-videos {
  margin-block-end: clamp(18px, 3vw, 28px) !important;
}

.ds-product-specs h2,
.ds-product-videos h2 {
  margin: 0 0 22px !important;
  color: var(--ds-final-ink) !important;
  font-size: clamp(1.8rem, 2.6vw, 2.7rem) !important;
}

.ds-product-videos__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2.4vw, 24px);
}

.ds-product-video {
  margin: 0;
}

.ds-product-video video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--ds-final-line);
  border-radius: 4px;
  background: #101015;
  object-fit: cover;
}

.ds-product-video figcaption {
  margin-block-start: 10px;
  color: var(--ds-final-muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.ds-product-specs dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.ds-product-specs dl > div {
  min-height: 96px;
  padding: 16px;
  border: 1px solid var(--ds-final-line);
  border-radius: 4px;
  background: var(--ds-final-bg);
}

.ds-product-specs dt {
  color: var(--ds-final-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.ds-product-specs dd {
  margin: 8px 0 0;
  color: var(--ds-final-ink);
  font-weight: 820;
  line-height: 1.35;
}

.related.products h2 {
  color: var(--ds-final-ink) !important;
  font-size: clamp(1.8rem, 2.7vw, 2.9rem) !important;
}

.woocommerce-cart .ct-container,
.woocommerce-checkout .ct-container {
  max-width: 1160px !important;
}

.woocommerce table.shop_table,
.cart-collaterals .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-checkout #payment {
  border: 1px solid var(--ds-final-line) !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.woocommerce table.shop_table th {
  background: var(--ds-final-bg) !important;
  color: var(--ds-final-ink) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.woocommerce table.shop_table td {
  color: var(--ds-final-ink) !important;
}

.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-cart td.actions .coupon input.input-text,
.woocommerce-checkout form .form-row select,
.select2-container--default .select2-selection--single {
  border: 1px solid var(--ds-final-line) !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: var(--ds-final-ink) !important;
}

@media (max-width: 980px) {
  .woocommerce ul.products,
  .ds-product-videos__grid,
  .ds-product-specs dl,
  .ds-contact-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .single-product div.product,
  .ds-contact-hero-refined {
    grid-template-columns: 1fr !important;
  }

  .ds-global-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .woocommerce ul.products,
  .ds-product-videos__grid,
  .ds-product-specs dl,
  .ds-contact-route-grid {
    grid-template-columns: 1fr !important;
  }

  .ds-contact-hero-refined,
  .ds-contact-section {
    width: min(100% - 30px, 1240px);
  }

  .ds-contact-hero-refined h1,
  .single-product div.product .product_title {
    font-size: clamp(2.5rem, 12vw, 4rem) !important;
  }
}

/* DS final spacing and CTA fix v0.13.1 */
body.page-id-3178 #main,
body.page-id-2235 #main,
body.page-id-3206 #main,
.woocommerce-shop #main,
.post-type-archive-product #main,
.tax-product_cat #main,
.single-product #main,
.woocommerce-cart #main,
.woocommerce-checkout #main {
  padding-block-start: 0 !important;
}

body.page-id-3178 .site-main,
body.page-id-2235 .site-main,
body.page-id-3206 .site-main,
.woocommerce-shop .site-main,
.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.single-product .site-main {
  padding-block-start: 0 !important;
}

.ds-contact-refined .ds-home-button,
.ds-contact-refined .ds-commerce-button,
.ds-contact-refined .ds-store-button {
  min-width: 0 !important;
  min-height: 46px !important;
  height: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  padding-block: 6px !important;
  padding-inline-start: 22px !important;
  padding-inline-end: 6px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--ds-final-dark) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-family: "Heebo", "Assistant", system-ui, sans-serif !important;
  font-size: 0.98rem !important;
  font-weight: 820 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}

.ds-contact-refined .ds-home-button span,
.ds-contact-refined .ds-commerce-button span,
.ds-contact-refined .ds-store-button span {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 34px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.16) !important;
  color: #ffffff !important;
  line-height: 1 !important;
  transform: translateY(-1px) !important;
}

.ds-contact-refined .ds-home-textlink {
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 20px !important;
  border: 1px solid var(--ds-final-line) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--ds-final-ink) !important;
  font-weight: 820 !important;
  text-decoration: none !important;
}

.ds-contact-hero-refined,
.ds-custom-refined .ds-custom-hero-refined,
.ds-home-refined .ds-home-hero {
  padding-block-start: clamp(34px, 4.5vw, 64px) !important;
}

.single-product div.product {
  padding-block-start: clamp(28px, 4vw, 54px) !important;
}

.woocommerce-shop .ct-container,
.post-type-archive-product .ct-container,
.tax-product_cat .ct-container {
  padding-block-start: clamp(28px, 4vw, 54px) !important;
}

/* DS emergency cleanup v0.12.0 */
.ds-home-refined,
.ds-custom-refined {
  --ds-ref-bg: #f6f7f8;
  --ds-ref-paper: #ffffff;
  --ds-ref-ink: #12131a;
  --ds-ref-muted: #656b76;
  --ds-ref-line: rgba(18, 19, 26, 0.1);
  --ds-ref-line-strong: rgba(18, 19, 26, 0.18);
  --ds-ref-accent: #4b5563;
  --ds-ref-accent-dark: #111827;
  --ds-ref-soft: #eef0f3;
  background: var(--ds-ref-bg) !important;
}

.ds-home-refined .ds-home-button,
.ds-custom-refined .ds-home-button,
.ds-home-refined .ds-commerce-button,
.ds-custom-refined .ds-commerce-button,
.ds-home-refined .ds-store-button,
.ds-custom-refined .ds-store-button {
  min-width: 0 !important;
  min-height: 46px !important;
  height: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  padding-block: 6px !important;
  padding-inline-start: 22px !important;
  padding-inline-end: 6px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #111827 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-family: "Heebo", "Assistant", system-ui, sans-serif !important;
  font-size: 0.98rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  transform: none !important;
}

.ds-home-refined .ds-home-button span,
.ds-custom-refined .ds-home-button span,
.ds-home-refined .ds-commerce-button span,
.ds-custom-refined .ds-commerce-button span,
.ds-home-refined .ds-store-button span,
.ds-custom-refined .ds-store-button span {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 34px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.16) !important;
  color: #ffffff !important;
  font-size: 0.98rem !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  transform: translateY(-1px) !important;
}

.ds-home-refined .ds-home-button:hover,
.ds-custom-refined .ds-home-button:hover {
  background: #000000 !important;
  transform: none !important;
}

.ds-home-refined .ds-home-textlink,
.ds-custom-refined .ds-home-textlink {
  min-height: 46px !important;
  padding: 0 20px !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: #12131a !important;
  border: 1px solid var(--ds-ref-line) !important;
  box-shadow: none !important;
  font-weight: 800 !important;
}

.ds-home-refined .ds-home-hero,
.ds-custom-refined .ds-custom-hero-refined {
  min-height: auto !important;
  padding-block: clamp(54px, 7vw, 92px) clamp(56px, 7vw, 94px) !important;
}

.ds-home-refined .ds-home-hero {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr) !important;
}

.ds-home-refined .ds-home-hero h1,
.ds-custom-refined .ds-custom-hero-refined h1 {
  max-width: 12ch !important;
  font-size: clamp(3rem, 4.8vw, 5.1rem) !important;
  line-height: 1.02 !important;
}

.ds-home-refined .ds-home-kicker {
  background: #ffffff !important;
  color: #4b5563 !important;
  border-color: rgba(18, 19, 26, 0.1) !important;
}

.ds-home-refined .ds-home-showcase {
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.68fr);
  gap: 14px;
  padding: 14px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid var(--ds-ref-line);
}

.ds-home-refined .ds-home-showcase a {
  color: inherit;
  text-decoration: none !important;
}

.ds-home-refined .ds-home-showcase__product {
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 472px;
  padding: 26px;
  border-radius: 4px;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.96), rgba(232, 235, 240, 0.88) 52%, rgba(209, 214, 222, 0.62));
  border: 1px solid rgba(18, 19, 26, 0.08);
}

.ds-home-refined .ds-home-showcase__product img {
  width: 100%;
  min-height: 300px;
  max-height: 330px;
  object-fit: contain;
  object-position: center;
  margin-block: auto 22px;
  filter: drop-shadow(0 28px 24px rgba(18, 19, 26, 0.16));
}

.ds-home-refined .ds-home-showcase__product span,
.ds-home-refined .ds-home-showcase__links span {
  display: block;
  color: #68707d;
  font-size: 0.82rem;
  font-weight: 850;
}

.ds-home-refined .ds-home-showcase__product strong {
  display: block;
  margin-block-start: 8px;
  color: #12131a;
  font-size: 1.4rem;
}

.ds-home-refined .ds-home-showcase__links {
  display: grid;
  gap: 14px;
}

.ds-home-refined .ds-home-showcase__links a {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  border-radius: 4px;
  background: #f6f7f8;
  border: 1px solid var(--ds-ref-line);
}

.ds-home-refined .ds-home-showcase__links strong {
  margin-block-start: 8px;
  color: #12131a;
  font-size: 1.18rem;
  line-height: 1.2;
}

.ds-home-refined .ds-home-hero__panel,
.ds-home-refined .ds-home-shop-board {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

.ds-home-refined .ds-home-categories,
.ds-home-refined .ds-home-category-list {
  display: none !important;
}

.ds-home-refined .ds-home-section,
.ds-custom-refined .ds-custom-section {
  padding-block: clamp(52px, 6vw, 84px) !important;
  border-block-start: 1px solid rgba(18, 19, 26, 0.08) !important;
}

.ds-home-refined .ds-home-section h2,
.ds-custom-refined .ds-custom-section h2 {
  max-width: 14ch !important;
  font-size: clamp(1.85rem, 3vw, 3.15rem) !important;
  line-height: 1.08 !important;
}

.ds-home-refined .ds-home-product {
  min-height: 390px !important;
  background: #ffffff !important;
  border-color: rgba(18, 19, 26, 0.1) !important;
  border-radius: 4px !important;
}

.ds-home-refined .ds-home-product img {
  background: #f0f2f5 !important;
  border-radius: 4px !important;
}

.ds-home-refined .ds-home-guitars,
.ds-home-refined .ds-home-footer-cta,
.ds-custom-refined .ds-custom-footer-cta {
  background: #ffffff !important;
  border-radius: 4px !important;
  border-color: rgba(18, 19, 26, 0.1) !important;
  box-shadow: none !important;
}

.ds-home-refined .ds-home-guitars__products {
  display: grid;
  gap: 12px;
}

.ds-home-refined .ds-home-guitars__products a {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  border-radius: 4px;
  background: #f6f7f8;
  border: 1px solid var(--ds-ref-line);
  color: #12131a;
  text-decoration: none !important;
  font-weight: 850;
}

.ds-home-refined .ds-home-guitars__products span {
  color: #656b76;
  font-weight: 800;
}

.ds-custom-refined .ds-custom-hero-refined {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr) !important;
}

.ds-custom-refined .ds-custom-hero-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(26px, 4vw, 42px);
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid var(--ds-ref-line);
}

.ds-custom-refined .ds-custom-hero-card span {
  color: #4b5563;
  font-size: 0.84rem;
  font-weight: 850;
}

.ds-custom-refined .ds-custom-hero-card strong {
  max-width: 14ch;
  color: #12131a;
  font-size: clamp(1.75rem, 2.8vw, 3rem);
  line-height: 1.08;
}

.ds-custom-refined .ds-custom-hero-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ds-custom-refined .ds-custom-hero-card li {
  padding-block: 10px;
  border-block-start: 1px solid var(--ds-ref-line);
  color: #656b76;
  font-weight: 750;
}

.ds-custom-refined .ds-custom-fit,
.ds-custom-refined .ds-custom-proof-refined {
  display: none !important;
}

.ds-custom-refined .ds-custom-process__steps article,
.ds-custom-refined .ds-custom-questions__list article {
  min-height: 155px !important;
  border-radius: 4px !important;
  background: #ffffff !important;
}

.ds-custom-refined .ds-custom-options {
  background: #ffffff;
  border: 1px solid var(--ds-ref-line);
  border-radius: 4px;
  padding: clamp(26px, 4vw, 46px);
}

.ds-custom-refined .ds-custom-options__list span {
  background: #f6f7f8 !important;
  border-radius: 4px !important;
}

@media (max-width: 1080px) {
  .ds-home-refined .ds-home-hero,
  .ds-custom-refined .ds-custom-hero-refined {
    grid-template-columns: 1fr !important;
  }

  .ds-home-refined .ds-home-showcase {
    grid-template-columns: 1fr !important;
  }

  .ds-home-refined .ds-home-showcase__links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .ds-home-refined .ds-home-showcase__links,
  .ds-custom-refined .ds-custom-process__steps,
  .ds-custom-refined .ds-custom-questions__list {
    grid-template-columns: 1fr !important;
  }

  .ds-home-refined .ds-home-button,
  .ds-custom-refined .ds-home-button,
  .ds-home-refined .ds-home-textlink,
  .ds-custom-refined .ds-home-textlink {
    width: 100% !important;
  }
}

/* DS final production overrides v0.13.5 */
body.single-product #main,
body.woocommerce-shop #main,
body.post-type-archive-product #main,
body.tax-product_cat #main,
body.woocommerce-cart #main,
body.woocommerce-checkout #main,
body.page-id-3178 #main,
body.page-id-2235 #main,
body.page-id-3206 #main {
  padding-block-start: 0 !important;
}

body.single-product #main > .ct-container,
body.woocommerce-shop #main > .ct-container,
body.post-type-archive-product #main > .ct-container,
body.tax-product_cat #main > .ct-container {
  padding-block-start: clamp(16px, 2.2vw, 30px) !important;
}

body.page-id-3178 .hero-section.is-width-constrained,
body.page-id-2235 .hero-section.is-width-constrained,
body.page-id-3206 .hero-section.is-width-constrained {
  display: none !important;
}

body.single-product div.product {
  padding-block-start: clamp(10px, 1.8vw, 24px) !important;
}

body.single-product div.product .summary {
  padding: clamp(22px, 3vw, 34px) !important;
}

body.woocommerce-shop .ds-shop-intro,
body.post-type-archive-product .ds-shop-intro,
body.tax-product_cat .ds-shop-intro {
  max-width: 860px !important;
  align-items: center !important;
  margin-inline: auto !important;
  margin-block-end: clamp(22px, 3vw, 36px) !important;
  text-align: center !important;
}

body.woocommerce-shop .ds-shop-intro h1,
body.post-type-archive-product .ds-shop-intro h1,
body.tax-product_cat .ds-shop-intro h1 {
  font-size: clamp(2.35rem, 4vw, 4.1rem) !important;
}

body.woocommerce-shop .ds-shop-intro p,
body.post-type-archive-product .ds-shop-intro p,
body.tax-product_cat .ds-shop-intro p {
  max-width: 58ch !important;
  line-height: 1.58 !important;
}

body.woocommerce-shop .woo-listing-top,
body.post-type-archive-product .woo-listing-top,
body.tax-product_cat .woo-listing-top {
  margin-block-end: clamp(18px, 2.6vw, 28px) !important;
}

body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product,
body.single-product .related ul.products li.product {
  min-height: 390px !important;
  padding: 14px !important;
}

body.woocommerce-shop ul.products li.product a img,
body.post-type-archive-product ul.products li.product a img,
body.tax-product_cat ul.products li.product a img,
body.single-product .related ul.products li.product a img {
  aspect-ratio: 1 / 0.74 !important;
  padding: 14px !important;
}

/* DS cart and checkout production cleanup v0.13.6 */
.woocommerce-cart .site-main,
.woocommerce-checkout .site-main {
  padding-block-start: 0 !important;
}

body.woocommerce-cart .hero-section.is-width-constrained,
body.woocommerce-checkout .hero-section.is-width-constrained {
  display: none !important;
}

.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
  width: min(1180px, calc(100% - clamp(28px, 5vw, 88px)));
  margin-inline: auto;
  font-family: "Heebo", "Assistant", system-ui, sans-serif;
  direction: rtl;
}

.ds-woo-page-intro {
  width: min(760px, 100%);
  margin: clamp(24px, 4vw, 54px) auto clamp(22px, 3.5vw, 42px);
  text-align: center;
}

.ds-woo-page-intro span {
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid var(--ds-final-line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ds-final-muted);
  font-size: 0.82rem;
  font-weight: 850;
}

.ds-woo-page-intro h1 {
  margin: 14px 0 0;
  color: var(--ds-final-ink);
  font-size: clamp(2.25rem, 4vw, 4rem);
  line-height: 1.05;
}

.ds-woo-page-intro p {
  max-width: 54ch;
  margin: 14px auto 0;
  color: var(--ds-final-muted);
  line-height: 1.65;
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table {
  overflow: hidden;
  border: 1px solid var(--ds-final-line) !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td,
.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
  padding: 16px !important;
  border-color: var(--ds-final-line) !important;
  color: var(--ds-final-ink) !important;
  font-size: 0.96rem !important;
  text-align: start !important;
}

.woocommerce-cart table.shop_table th,
.woocommerce-checkout table.shop_table th {
  color: var(--ds-final-muted) !important;
  font-weight: 850 !important;
}

.woocommerce-cart table.cart img {
  width: 108px !important;
  max-width: 108px !important;
  height: 108px !important;
  object-fit: contain !important;
  padding: 10px !important;
  border-radius: 4px !important;
  background: var(--ds-final-soft) !important;
}

.woocommerce-cart table.cart .product-thumbnail {
  width: 140px !important;
}

.woocommerce-cart table.cart .product-name a,
.woocommerce-checkout-review-order-table .product-name {
  color: var(--ds-final-ink) !important;
  font-weight: 830 !important;
  text-decoration: none !important;
}

.woocommerce-cart .quantity input.qty,
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
  min-height: 46px !important;
  border: 1px solid var(--ds-final-line) !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: var(--ds-final-ink) !important;
}

.woocommerce-cart .cart-collaterals,
.woocommerce-checkout #order_review,
.woocommerce-checkout .woocommerce-billing-fields {
  padding: clamp(20px, 3vw, 30px) !important;
  border: 1px solid var(--ds-final-line) !important;
  border-radius: 4px !important;
  background: #ffffff !important;
}

.woocommerce-cart .cart_totals h2,
.woocommerce-checkout h3 {
  color: var(--ds-final-ink) !important;
  font-size: clamp(1.45rem, 2.2vw, 2rem) !important;
}

.woocommerce-cart .woocommerce-message,
.woocommerce-checkout .woocommerce-message,
.woocommerce-cart .woocommerce-info,
.woocommerce-checkout .woocommerce-info {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin-block-end: clamp(18px, 3vw, 32px) !important;
  padding: 16px 18px !important;
  border: 1px solid var(--ds-final-line) !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: var(--ds-final-ink) !important;
  box-shadow: none !important;
}

.woocommerce-cart .woocommerce-message::before,
.woocommerce-checkout .woocommerce-message::before,
.woocommerce-cart .woocommerce-info::before,
.woocommerce-checkout .woocommerce-info::before {
  display: none !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100% !important;
  min-height: 52px !important;
}

.woocommerce-cart button.button:disabled,
.woocommerce-cart button.button:disabled[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  background: #d9dde3 !important;
  color: #6b7280 !important;
  opacity: 1 !important;
}

/* DS WooCommerce store foundation v0.14.5 */
body.single-product {
  background:
    radial-gradient(circle at 18% 0%, rgba(28, 18, 48, 0.045), transparent 30%),
    #f4f6f7 !important;
}

body.single-product div.product {
  width: min(1180px, calc(100% - clamp(30px, 5vw, 88px))) !important;
  margin: clamp(30px, 4vw, 54px) auto clamp(64px, 8vw, 110px) !important;
  display: block !important;
  direction: rtl !important;
}

body.single-product div.product .product-entry-wrapper {
  width: 100% !important;
  max-width: none !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(410px, 0.78fr) !important;
  gap: clamp(28px, 4.8vw, 62px) !important;
  align-items: start !important;
  direction: ltr !important;
}

body.single-product div.product .woocommerce-product-gallery,
body.single-product div.product .summary {
  width: 100% !important;
  max-width: none !important;
  justify-self: stretch !important;
  direction: rtl !important;
}

body.single-product div.product .woocommerce-product-gallery {
  overflow: hidden !important;
  padding: clamp(18px, 3vw, 30px) !important;
  border: 1px solid rgba(17, 19, 24, 0.1) !important;
  border-radius: 4px !important;
  background:
    radial-gradient(circle at 50% 36%, rgba(28, 18, 48, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff, #eef1f4) !important;
  box-shadow: 0 24px 70px rgba(17, 19, 24, 0.08) !important;
}

body.single-product div.product .woocommerce-product-gallery img {
  width: 100% !important;
  height: auto !important;
  max-height: 560px !important;
  object-fit: contain !important;
}

body.single-product div.product .flex-control-thumbs {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-block-start: 18px !important;
}

body.single-product div.product .flex-control-thumbs li {
  width: auto !important;
  margin: 0 !important;
}

body.single-product div.product .flex-control-thumbs img {
  aspect-ratio: 1 !important;
  max-height: none !important;
  padding: 5px !important;
  border: 1px solid rgba(17, 19, 24, 0.1) !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  object-fit: cover !important;
}

body.single-product div.product .summary {
  margin: 0 !important;
  padding: clamp(24px, 3.6vw, 42px) !important;
  border: 1px solid rgba(17, 19, 24, 0.1) !important;
  border-radius: 4px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 22px 64px rgba(17, 19, 24, 0.07) !important;
}

body.single-product div.product .product_title {
  max-width: 10ch !important;
  margin-block-end: 14px !important;
  color: #111318 !important;
  font-family: "Noto Sans Hebrew", "Heebo", "Assistant", system-ui, sans-serif !important;
  font-size: clamp(2.7rem, 5.2vw, 5.6rem) !important;
  font-weight: 900 !important;
  line-height: 0.95 !important;
}

body.single-product div.product p.price,
body.single-product div.product span.price {
  margin-block: 0 20px !important;
  color: #111318 !important;
  font-size: clamp(1.45rem, 2.2vw, 1.95rem) !important;
  font-weight: 900 !important;
}

body.single-product div.product .woocommerce-product-details__short-description {
  max-width: 42ch !important;
  color: #5e6672 !important;
  font-size: 1.03rem !important;
  line-height: 1.72 !important;
}

body.single-product .ds-guitar-availability {
  margin-block: 22px !important;
  padding: 18px !important;
  border: 1px solid rgba(17, 19, 24, 0.1) !important;
  border-radius: 4px !important;
  background: #f4f6f7 !important;
}

body.single-product .ds-guitar-availability > span {
  color: #1c1230 !important;
  font-weight: 900 !important;
}

body.single-product .cart {
  display: grid !important;
  grid-template-columns: minmax(90px, 0.32fr) minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: center !important;
  padding-block-start: 20px !important;
  border-block-start: 1px solid rgba(17, 19, 24, 0.1) !important;
}

body.single-product .quantity input.qty {
  width: 100% !important;
  min-height: 52px !important;
  border: 1px solid rgba(17, 19, 24, 0.12) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #111318 !important;
  font-weight: 900 !important;
}

body.single-product .single_add_to_cart_button {
  width: 100% !important;
  min-height: 54px !important;
  background: #111318 !important;
  box-shadow: 0 16px 34px rgba(17, 19, 24, 0.14) !important;
}

body.single-product .single_add_to_cart_button:hover {
  background: #0c0c10 !important;
}

.ds-product-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-block-start: 18px;
}

.ds-product-assurance div {
  min-height: 128px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 15px;
  border: 1px solid rgba(17, 19, 24, 0.09);
  border-radius: 4px;
  background: #f8f9fa;
}

.ds-product-assurance svg,
.ds-empty-cart-panel svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ds-product-assurance svg {
  color: #1c1230;
}

.ds-product-assurance strong {
  color: #111318;
  font-size: 0.92rem;
  font-weight: 900;
}

.ds-product-assurance span {
  color: #68717d;
  font-size: 0.85rem;
  font-weight: 650;
  line-height: 1.45;
}

.woocommerce-cart .woocommerce {
  min-height: auto !important;
}

.woocommerce-cart .cart-empty.woocommerce-info {
  display: none !important;
}

.woocommerce-cart .return-to-shop {
  display: none !important;
}

.ds-empty-cart-panel {
  width: min(920px, 100%);
  margin: 0 auto clamp(58px, 8vw, 110px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(17, 19, 24, 0.1);
  border-radius: 4px;
  background:
    radial-gradient(circle at 82% 12%, rgba(28, 18, 48, 0.07), transparent 28%),
    #ffffff;
  box-shadow: 0 24px 70px rgba(17, 19, 24, 0.07);
  text-align: center;
}

.ds-empty-cart-panel__icon {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  margin-block-end: 18px;
  border-radius: 50%;
  background: #111318;
  color: #ffffff;
}

.ds-empty-cart-panel > div span {
  color: #1c1230;
  font-size: 0.84rem;
  font-weight: 900;
}

.ds-empty-cart-panel h2 {
  max-width: 17ch;
  margin: 10px auto 0;
  color: #111318;
  font-size: clamp(2rem, 3.4vw, 3.65rem);
  font-weight: 900;
  line-height: 1.02;
}

.ds-empty-cart-panel p {
  max-width: 48ch;
  margin: 14px auto 0;
  color: #68717d;
  line-height: 1.65;
}

.ds-empty-cart-routes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-block-start: 28px;
}

.ds-empty-cart-routes a {
  min-height: 138px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 18px;
  border: 1px solid rgba(17, 19, 24, 0.1);
  border-radius: 4px;
  background: #f4f6f7;
  color: #111318 !important;
  text-align: start;
  text-decoration: none !important;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.ds-empty-cart-routes a:hover {
  transform: translateY(-2px);
  border-color: rgba(28, 18, 48, 0.28);
  background: #ffffff;
}

.ds-empty-cart-routes svg {
  color: #1c1230;
}

.ds-empty-cart-routes strong {
  color: #111318;
  font-size: 1.08rem;
  font-weight: 900;
}

.ds-empty-cart-routes small {
  color: #68717d;
  font-size: 0.87rem;
  font-weight: 650;
  line-height: 1.45;
}

@media (max-width: 980px) {
  body.single-product div.product .product-entry-wrapper {
    grid-template-columns: 1fr !important;
    direction: rtl !important;
  }

  .ds-product-assurance,
  .ds-empty-cart-routes {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 680px) {
  body.single-product div.product {
    width: min(100% - 28px, 1180px) !important;
    margin-block-start: 28px !important;
  }

  body.single-product div.product .product_title {
    font-size: clamp(2.6rem, 12vw, 4.25rem) !important;
  }

  body.single-product .cart {
    grid-template-columns: 1fr !important;
  }

  .ds-empty-cart-panel {
    padding: 22px;
    border-radius: 4px;
  }
}

/* DS homepage hero storefront rebuild v0.14.4 */
body.page-id-3178,
body.home {
  background: #f4f6f7 !important;
}

.ds-home-refined {
  --ds-store-bg: #f4f6f7;
  --ds-store-paper: #ffffff;
  --ds-store-ink: #111318;
  --ds-store-muted: #5e6672;
  --ds-store-line: rgba(17, 19, 24, 0.11);
  --ds-store-line-strong: rgba(17, 19, 24, 0.2);
  --ds-store-red: #1c1230;
  --ds-store-brass: #c7a35a;
  background:
    radial-gradient(circle at 20% 0%, rgba(28, 18, 48, 0.055), transparent 30%),
    linear-gradient(180deg, #f8f9fa 0%, var(--ds-store-bg) 48%, #f8f9fa 100%) !important;
}

.ds-home-refined .ds-home-hero {
  width: min(1280px, calc(100% - clamp(30px, 5vw, 88px))) !important;
  grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr) !important;
  gap: clamp(34px, 5vw, 76px) !important;
  align-items: center !important;
  padding-block: clamp(54px, 7vw, 86px) clamp(62px, 7vw, 98px) !important;
}

.ds-home-refined .ds-home-hero h1 {
  max-width: 9ch !important;
  color: var(--ds-store-ink) !important;
  font-family: "Noto Sans Hebrew", "Heebo", "Assistant", system-ui, sans-serif !important;
  font-size: clamp(3.45rem, 5.9vw, 6.35rem) !important;
  font-weight: 900 !important;
  line-height: 0.95 !important;
}

.ds-home-refined .ds-home-hero p {
  max-width: 35rem !important;
  color: var(--ds-store-muted) !important;
  font-size: clamp(1.04rem, 1.2vw, 1.18rem) !important;
  line-height: 1.72 !important;
}

.ds-home-refined .ds-home-kicker {
  border-color: rgba(28, 18, 48, 0.18) !important;
  background: rgba(255, 255, 255, 0.76) !important;
  color: #7f1d2d !important;
}

.ds-home-refined .ds-home-button,
.ds-custom-refined .ds-home-button,
.ds-contact-refined .ds-home-button {
  min-height: 48px !important;
  gap: 11px !important;
  padding-block: 7px !important; padding-inline-start: 22px !important; padding-inline-end: 7px !important;
  border-radius: 999px !important;
  background: #111318 !important;
  color: #ffffff !important;
  font-family: "Noto Sans Hebrew", "Heebo", "Assistant", system-ui, sans-serif !important;
  font-size: 0.98rem !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  box-shadow: 0 16px 34px rgba(17, 19, 24, 0.14) !important;
}

.ds-home-refined .ds-home-button span,
.ds-custom-refined .ds-home-button span,
.ds-contact-refined .ds-home-button span {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 34px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.16) !important;
  color: #ffffff !important;
  direction: ltr !important;
  font-family: Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
  transform: none !important;
}

.ds-home-refined .ds-home-button:hover,
.ds-custom-refined .ds-home-button:hover,
.ds-contact-refined .ds-home-button:hover {
  background: #0c0c10 !important;
  transform: translateY(-1px) !important;
}

.ds-home-refined .ds-home-hero__panel {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ds-storefront-banner {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  background:
    radial-gradient(circle at 18% 14%, rgba(199, 163, 90, 0.24), transparent 24%),
    radial-gradient(circle at 84% 28%, rgba(28, 18, 48, 0.34), transparent 28%),
    linear-gradient(135deg, #242933 0%, #141820 49%, #0d0f14 100%);
  color: #ffffff;
  box-shadow: 0 26px 70px rgba(17, 19, 24, 0.24);
  isolation: isolate;
}

.ds-storefront-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(130deg, transparent 0%, #000 24%, #000 84%, transparent 100%);
}

.ds-storefront-banner::after {
  content: "";
  position: absolute;
  inset: auto -12% -34% -12%;
  height: 52%;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.18), transparent 64%);
}

.ds-storefront-banner__stage {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.ds-storefront-banner__rail {
  position: absolute;
  right: -10%;
  width: 118%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.44), rgba(199, 163, 90, 0.62), transparent);
  transform: rotate(-16deg);
  transform-origin: center;
}

.ds-storefront-banner__rail--top {
  top: 24%;
}

.ds-storefront-banner__rail--mid {
  top: 39%;
  opacity: 0.78;
}

.ds-storefront-banner__rail--low {
  top: 54%;
  opacity: 0.54;
}

.ds-storefront-banner__pick {
  position: absolute;
  width: clamp(92px, 12vw, 132px);
  aspect-ratio: 0.82 / 1;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 58% 42% 62% 38% / 44% 42% 58% 56%;
  background:
    radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(145deg, rgba(28, 18, 48, 0.76), rgba(17, 17, 24, 0.5));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 26px 44px rgba(0, 0, 0, 0.24);
}

.ds-storefront-banner__pick--one {
  top: 18%;
  left: 12%;
  transform: rotate(18deg);
}

.ds-storefront-banner__pick--two {
  right: 14%;
  bottom: 19%;
  width: clamp(74px, 9vw, 108px);
  opacity: 0.76;
  transform: rotate(-22deg);
  background:
    radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.2), transparent 28%),
    linear-gradient(145deg, rgba(199, 163, 90, 0.68), rgba(82, 68, 38, 0.48));
}

.ds-storefront-banner__dial {
  position: absolute;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, transparent 0 25%, rgba(255, 255, 255, 0.12) 26% 28%, transparent 29%),
    conic-gradient(from 30deg, rgba(255, 255, 255, 0.1), rgba(199, 163, 90, 0.32), rgba(255, 255, 255, 0.08), rgba(28, 18, 48, 0.22), rgba(255, 255, 255, 0.1));
  opacity: 0.6;
}

.ds-storefront-banner__dial--one {
  top: -24px;
  right: 28%;
}

.ds-storefront-banner__dial--two {
  left: -26px;
  bottom: 24%;
  width: 132px;
  height: 132px;
  opacity: 0.4;
}

.ds-storefront-banner__content {
  max-width: 36rem;
}

.ds-storefront-banner__content span {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ds-storefront-banner__content strong {
  display: block;
  max-width: 12ch;
  margin-block-start: 18px;
  color: #ffffff;
  font-family: "Noto Sans Hebrew", "Heebo", "Assistant", system-ui, sans-serif;
  font-size: clamp(2.25rem, 4.2vw, 4.5rem);
  font-weight: 900;
  line-height: 0.98;
  text-wrap: balance;
}

.ds-storefront-banner__content small {
  display: block;
  max-width: 31rem;
  margin-block-start: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.98rem, 1.08vw, 1.08rem);
  font-weight: 600;
  line-height: 1.65;
}

.ds-storefront-banner__routes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-block-start: clamp(42px, 8vw, 110px);
}

.ds-storefront-banner__routes a {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  text-decoration: none !important;
  backdrop-filter: blur(14px) saturate(122%);
  -webkit-backdrop-filter: blur(14px) saturate(122%);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.ds-storefront-banner__routes a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.13);
}

.ds-storefront-banner__routes span {
  color: rgba(255, 255, 255, 0.56);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
}

.ds-storefront-banner__routes strong {
  color: #ffffff;
  font-size: clamp(1.04rem, 1.4vw, 1.25rem);
  font-weight: 850;
}

#header .site-branding,
.site-header .site-branding,
body.home #header .site-branding,
body.home .site-header .site-branding {
  width: auto !important;
  min-width: 58px !important;
  max-width: 72px !important;
  min-height: 58px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#header .site-branding::after,
.site-header .site-branding::after,
body.home #header .site-branding::after,
body.home .site-header .site-branding::after {
  display: none !important;
}

#header .site-logo-container,
.site-header .site-logo-container,
body.home #header .site-logo-container,
body.home .site-header .site-logo-container {
  width: 58px !important;
  min-width: 58px !important;
  max-width: 58px !important;
  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  overflow: visible !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#header .site-logo-container img,
#header .site-logo-container svg,
.site-header .site-logo-container img,
.site-header .site-logo-container svg,
body.home #header .site-logo-container img,
body.home #header .site-logo-container svg,
body.home .site-header .site-logo-container img,
body.home .site-header .site-logo-container svg {
  width: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: invert(1) !important;
}

@media (max-width: 1080px) {
  .ds-home-refined .ds-home-hero {
    grid-template-columns: 1fr !important;
  }

  .ds-storefront-banner {
    min-height: 500px;
  }
}

@media (max-width: 720px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  .ds-shell {
    width: 100% !important;
    margin-inline: 0 !important;
  }

  .ds-home-refined .ds-home-hero {
    width: calc(100% - 28px) !important;
    max-width: 1280px !important;
    padding-block: 38px 54px !important;
    overflow: hidden !important;
  }

  .ds-home-refined .ds-home-hero__copy {
    min-width: 0 !important;
    max-width: 100% !important;
    text-align: center !important;
  }

  .ds-home-refined .ds-home-hero h1 {
    max-width: 100% !important;
    margin-inline: auto !important;
    font-size: clamp(2.2rem, 11vw, 2.85rem) !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .ds-home-refined .ds-home-hero p {
    margin-inline: auto !important;
  }

  .ds-home-refined .ds-home-actions {
    justify-content: center !important;
  }

  .ds-storefront-banner {
    min-height: 560px;
    padding: 22px;
    border-radius: 4px;
  }

  .ds-storefront-banner__content strong {
    font-size: clamp(2.05rem, 10vw, 3.25rem);
  }

  .ds-storefront-banner__routes {
    grid-template-columns: 1fr;
    margin-block-start: 54px;
  }

  .ds-storefront-banner__routes a {
    min-height: 74px;
    flex-direction: row;
    align-items: center;
  }

  .ds-storefront-banner__pick--one {
    left: 4%;
    top: 31%;
  }
}

@media (max-width: 760px) {
  .woocommerce-cart .entry-content,
  .woocommerce-checkout .entry-content,
  .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce {
    width: min(100% - 28px, 1180px);
  }

  .woocommerce-cart table.shop_table th,
  .woocommerce-cart table.shop_table td,
  .woocommerce-checkout table.shop_table th,
  .woocommerce-checkout table.shop_table td {
    padding: 12px !important;
  }
}

/* DS CTA arrow glyph replacement v0.14.6 */
.ds-home-button > span[aria-hidden="true"],
.ds-atelier-button > span[aria-hidden="true"],
.ds-button > span[aria-hidden="true"],
.ds-store-button > span[aria-hidden="true"],
.ds-commerce-button > span[aria-hidden="true"] {
  position: relative !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  display: inline-grid !important;
  place-items: center !important;
  overflow: hidden !important;
  flex: 0 0 34px !important;
  border-radius: 50% !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  transform: none !important;
}

.ds-home-button > span[aria-hidden="true"]::before,
.ds-atelier-button > span[aria-hidden="true"]::before,
.ds-button > span[aria-hidden="true"]::before,
.ds-store-button > span[aria-hidden="true"]::before,
.ds-commerce-button > span[aria-hidden="true"]::before {
  content: "" !important;
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  width: 15px !important;
  height: 15px !important;
  background: currentColor !important;
  transform: translate(-50%, -50%) !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.15'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M19%2012H5'/%3E%3Cpath%20d='M12%2019l-7-7%207-7'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.15'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M19%2012H5'/%3E%3Cpath%20d='M12%2019l-7-7%207-7'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

/* DS storefront banner guitar hardware correction v0.14.7 */
.ds-storefront-banner {
  background:
    linear-gradient(90deg, rgba(8, 9, 11, 0.08), transparent 28%, rgba(115, 31, 45, 0.18) 74%, rgba(8, 9, 11, 0.18)),
    linear-gradient(135deg, #20242a 0%, #14181e 48%, #0b0d11 100%) !important;
}

.ds-storefront-banner::before {
  opacity: 0.58 !important;
  background-image:
    repeating-linear-gradient(90deg, transparent 0 86px, rgba(214, 199, 164, 0.26) 87px 89px, transparent 90px 138px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent) !important;
  background-size: auto !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 92%, transparent 100%) !important;
}

.ds-storefront-banner::after {
  inset: 9% -12% auto 8% !important;
  height: 70% !important;
  border-radius: 4px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 22%, rgba(0, 0, 0, 0.2)),
    repeating-linear-gradient(90deg, transparent 0 76px, rgba(209, 190, 144, 0.34) 77px 79px, transparent 80px 132px),
    linear-gradient(135deg, rgba(45, 34, 24, 0.52), rgba(14, 16, 19, 0.76)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.24) !important;
  transform: rotate(-7deg) !important;
}

.ds-storefront-banner__stage {
  z-index: 0 !important;
  pointer-events: none !important;
}

.ds-storefront-banner__content,
.ds-storefront-banner__routes {
  position: relative !important;
  z-index: 2 !important;
}

.ds-storefront-banner__rail {
  right: -7% !important;
  width: 118% !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, transparent 0%, rgba(230, 222, 204, 0.3) 10%, rgba(236, 228, 206, 0.92) 58%, rgba(178, 158, 112, 0.74) 86%, transparent 100%) !important;
  box-shadow:
    0 11px 0 rgba(220, 211, 190, 0.72),
    0 22px 0 rgba(210, 198, 172, 0.62) !important;
  transform: rotate(-7deg) !important;
}

.ds-storefront-banner__rail--top {
  top: 27% !important;
}

.ds-storefront-banner__rail--mid {
  top: 40% !important;
  opacity: 0.84 !important;
}

.ds-storefront-banner__rail--low {
  top: 53% !important;
  opacity: 0.68 !important;
}

.ds-storefront-banner__pick {
  width: clamp(118px, 15vw, 170px) !important;
  height: clamp(58px, 7vw, 76px) !important;
  aspect-ratio: auto !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 4px !important;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0 2px, transparent 2px 9px),
    linear-gradient(180deg, #262b31, #0c0e11) !important;
  box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.26), 0 24px 44px rgba(0, 0, 0, 0.3) !important;
  clip-path: none !important;
}

.ds-storefront-banner__pick::before,
.ds-storefront-banner__pick::after {
  content: "";
  position: absolute;
  inset-block: 13px;
  width: 10px;
  border-radius: 999px;
  background: radial-gradient(circle, #d7c8a0 0 34%, #3a3324 36% 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.ds-storefront-banner__pick::before {
  inset-inline-start: 16px;
}

.ds-storefront-banner__pick::after {
  inset-inline-end: 16px;
}

.ds-storefront-banner__pick--one {
  top: 20% !important;
  left: 11% !important;
  transform: rotate(-7deg) !important;
}

.ds-storefront-banner__pick--two {
  right: auto !important;
  left: 23% !important;
  bottom: 26% !important;
  opacity: 0.84 !important;
  transform: rotate(-7deg) !important;
}

.ds-storefront-banner__dial {
  width: 66px !important;
  height: 66px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background:
    radial-gradient(circle at 42% 36%, rgba(255, 255, 255, 0.38), transparent 18%),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.06) 0 35%, transparent 36%),
    conic-gradient(from 20deg, #e6d5a3, #56462a, #b9a16b, #241f18, #e6d5a3) !important;
  opacity: 0.72 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 18px 36px rgba(0, 0, 0, 0.22) !important;
}

.ds-storefront-banner__dial::after {
  content: "";
  position: absolute;
  inset: 30% auto auto 50%;
  width: 2px;
  height: 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  transform: translateX(-50%) rotate(34deg);
  transform-origin: 50% 90%;
}

.ds-storefront-banner__dial--one {
  top: 14% !important;
  right: auto !important;
  left: 41% !important;
}

.ds-storefront-banner__dial--two {
  left: 9% !important;
  bottom: 13% !important;
  width: 78px !important;
  height: 78px !important;
  opacity: 0.54 !important;
}

/* DS storefront banner readability correction v0.14.8 */
.ds-storefront-banner::after {
  inset: 10% 36% auto -8% !important;
  height: 68% !important;
}

.ds-storefront-banner__rail {
  left: -8% !important;
  right: auto !important;
  width: 82% !important;
  opacity: 0.86 !important;
}

.ds-storefront-banner__content {
  width: min(460px, 68%) !important;
  margin-inline-start: auto !important;
  padding: 18px 0 18px 18px !important;
}

.ds-storefront-banner__content::before {
  content: "";
  position: absolute;
  inset: -28px -34px -36px -18px;
  z-index: -1;
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(12, 14, 18, 0.08), rgba(12, 14, 18, 0.88) 34%, rgba(12, 14, 18, 0.96));
  filter: blur(0.2px);
}

/* DS homepage guitar section product-card upgrade v0.14.9 */
.ds-home-refined .ds-home-guitars {
  overflow: hidden !important;
  position: relative !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(28, 18, 48, 0.045), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
  box-shadow: 0 20px 58px rgba(17, 19, 24, 0.055) !important;
}

.ds-home-refined .ds-home-guitars::before {
  content: "";
  position: absolute;
  inset: 24px auto 24px 42%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(17, 19, 24, 0.12), transparent);
}

.ds-home-refined .ds-home-guitars__products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  align-items: stretch !important;
}

.ds-home-refined .ds-home-guitars__products a {
  position: relative !important;
  overflow: hidden !important;
  min-height: 270px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-end !important;
  gap: 0 !important;
  padding: 16px !important;
  border: 1px solid rgba(17, 19, 24, 0.1) !important;
  border-radius: 4px !important;
  background:
    radial-gradient(circle at 50% 36%, rgba(28, 18, 48, 0.06), transparent 35%),
    #f3f5f7 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
  color: #111318 !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease !important;
}

.ds-home-refined .ds-home-guitars__products a:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(28, 18, 48, 0.22) !important;
  box-shadow: 0 18px 44px rgba(17, 19, 24, 0.08) !important;
}

.ds-home-refined .ds-home-guitars__products img {
  width: 100% !important;
  height: 150px !important;
  object-fit: contain !important;
  object-position: center !important;
  margin-block: 0 auto !important;
  filter: drop-shadow(0 18px 22px rgba(17, 19, 24, 0.16)) !important;
  transform: scale(1.02) !important;
  transition: transform 180ms ease !important;
}

.ds-home-refined .ds-home-guitars__products a:hover img {
  transform: scale(1.06) !important;
}

.ds-home-refined .ds-home-guitars__products span {
  display: inline-flex !important;
  width: fit-content !important;
  margin-block: 12px 8px !important;
  padding: 5px 9px !important;
  border: 1px solid rgba(28, 18, 48, 0.15) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: #1c1230 !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
}

.ds-home-refined .ds-home-guitars__products strong {
  display: block !important;
  color: #111318 !important;
  font-size: clamp(1.05rem, 1.35vw, 1.24rem) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
}

.ds-home-refined .ds-home-guitars__products small {
  display: block !important;
  margin-block-start: 8px !important;
  color: #5e6672 !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
}

@media (max-width: 720px) {
  .ds-home-refined .ds-home-guitars::before {
    display: none !important;
  }

  .ds-home-refined .ds-home-guitars__products {
    grid-template-columns: 1fr !important;
  }
}

/* DS custom hero image rebuild v0.15.0 */
.ds-custom-refined .ds-custom-hero-refined {
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.95fr) !important;
  gap: clamp(34px, 5vw, 78px) !important;
  align-items: center !important;
}

.ds-custom-refined .ds-custom-hero-refined h1 {
  max-width: 11ch !important;
  font-size: clamp(3.1rem, 5.4vw, 6rem) !important;
}

.ds-custom-hero-visual {
  position: relative;
  min-height: clamp(430px, 48vw, 620px);
  overflow: hidden;
  border: 1px solid rgba(17, 19, 24, 0.1);
  border-radius: 4px;
  background: #111318;
  box-shadow: 0 26px 74px rgba(17, 19, 24, 0.14);
  isolation: isolate;
}

.ds-custom-hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 56% 50%;
  transform: scale(1.02);
}

.ds-custom-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(9, 10, 13, 0.04) 0%, rgba(9, 10, 13, 0.34) 47%, rgba(9, 10, 13, 0.82) 100%),
    radial-gradient(circle at 18% 18%, rgba(199, 163, 90, 0.16), transparent 30%);
}

.ds-custom-hero-visual__caption {
  position: absolute;
  inset-inline: clamp(18px, 3vw, 34px);
  inset-block-end: clamp(18px, 3vw, 34px);
  z-index: 2;
  max-width: 34rem;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  background: rgba(10, 12, 15, 0.58);
  color: #ffffff;
  backdrop-filter: blur(16px) saturate(128%);
  -webkit-backdrop-filter: blur(16px) saturate(128%);
}

.ds-custom-hero-visual__caption span {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.ds-custom-hero-visual__caption strong {
  display: block;
  max-width: 13ch;
  margin-block-start: 10px;
  color: #ffffff;
  font-size: clamp(1.65rem, 2.7vw, 2.55rem);
  font-weight: 900;
  line-height: 1.04;
}

.ds-custom-hero-visual__caption ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.ds-custom-hero-visual__caption li {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding-inline: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  font-weight: 750;
}

@media (max-width: 1080px) {
  .ds-custom-refined .ds-custom-hero-refined {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 720px) {
  .ds-custom-hero-visual {
    min-height: 460px;
    border-radius: 4px;
  }

  .ds-custom-hero-visual__caption {
    inset-inline: 14px;
    inset-block-end: 14px;
  }
}

/* DS custom detail sections visual rebuild v0.15.1 */
.ds-custom-refined .ds-custom-options {
  position: relative !important;
  overflow: hidden !important;
  display: grid !important;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr) !important;
  gap: clamp(20px, 3.5vw, 42px) !important;
  align-items: stretch !important;
  padding: clamp(18px, 3vw, 30px) !important;
  border: 1px solid rgba(18, 19, 26, 0.1) !important;
  border-radius: 4px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 248, 250, 0.98) 100%) !important;
  box-shadow: 0 20px 56px rgba(18, 19, 26, 0.06) !important;
}

.ds-custom-refined .ds-custom-options::before {
  content: "";
  position: absolute;
  inset: auto -8% -34% 18%;
  height: 72%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(18, 19, 26, 0.055), transparent 66%);
  pointer-events: none;
}

.ds-custom-options__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  padding: clamp(18px, 3vw, 34px);
}

.ds-custom-options__copy h2,
.ds-custom-questions__intro h2 {
  margin-block: 16px 0 !important;
}

.ds-custom-options__copy p,
.ds-custom-questions__intro p {
  max-width: 34rem;
  margin-block: 18px 0;
  color: #656b76;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  font-weight: 540;
  line-height: 1.72;
}

.ds-custom-options__visual {
  position: relative;
  z-index: 1;
  min-height: 410px;
  overflow: hidden;
  margin: 0;
  border-radius: 4px;
  background: #12131a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  grid-row: span 2;
}

.ds-custom-options__visual img,
.ds-custom-questions__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ds-custom-options__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 14, 19, 0.04) 0%, rgba(12, 14, 19, 0.28) 46%, rgba(12, 14, 19, 0.82) 100%),
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.16), transparent 30%);
}

.ds-custom-options__visual figcaption {
  position: absolute;
  inset-inline: 18px;
  inset-block-end: 18px;
  z-index: 2;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  background: rgba(14, 16, 21, 0.58);
  color: #ffffff;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ds-custom-options__visual figcaption span,
.ds-custom-option-grid article span,
.ds-custom-questions__cards article span {
  display: block;
  color: #68707d;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.ds-custom-options__visual figcaption span {
  color: rgba(255, 255, 255, 0.7);
}

.ds-custom-options__visual figcaption strong {
  display: block;
  max-width: 18ch;
  margin-block-start: 8px;
  color: #ffffff;
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  font-weight: 900;
  line-height: 1.1;
}

.ds-custom-option-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-self: end;
}

.ds-custom-option-grid article,
.ds-custom-questions__cards article {
  min-height: 154px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(18, 19, 26, 0.095);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.ds-custom-option-grid article strong,
.ds-custom-questions__cards article strong {
  display: block;
  color: #12131a;
  font-size: clamp(1.08rem, 1.35vw, 1.3rem);
  font-weight: 900;
  line-height: 1.15;
}

.ds-custom-option-grid article p,
.ds-custom-questions__cards article p {
  margin: 0;
  color: #656b76;
  font-size: 0.95rem;
  font-weight: 520;
  line-height: 1.56;
}

.ds-custom-refined .ds-custom-questions {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
  gap: clamp(20px, 3.5vw, 42px) !important;
  align-items: stretch !important;
}

.ds-custom-questions__intro {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto minmax(240px, 1fr);
  gap: 18px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(18, 19, 26, 0.1);
  border-radius: 4px;
  background: #ffffff;
}

.ds-custom-questions__media {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  margin: 0;
  border-radius: 4px;
  background: #111318;
}

.ds-custom-questions__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 34%, rgba(12, 14, 19, 0.72));
}

.ds-custom-questions__media figcaption {
  position: absolute;
  inset-inline: 18px;
  inset-block-end: 16px;
  z-index: 1;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 820;
}

.ds-custom-questions__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ds-custom-questions__cards article {
  min-height: 220px;
}

.ds-custom-question-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  grid-column: 2;
  padding: 18px 22px;
  border: 1px solid rgba(18, 19, 26, 0.1);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(18, 19, 26, 0.96), rgba(34, 39, 50, 0.96));
  color: #ffffff;
}

.ds-custom-question-note strong {
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 900;
}

.ds-custom-question-note span {
  max-width: 30rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .ds-custom-option-grid,
  .ds-custom-questions__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .ds-custom-refined .ds-custom-options,
  .ds-custom-refined .ds-custom-questions {
    grid-template-columns: 1fr !important;
  }

  .ds-custom-options__visual {
    grid-row: auto;
    min-height: 360px;
  }

  .ds-custom-question-note {
    grid-column: auto;
  }
}

@media (max-width: 680px) {
  .ds-custom-refined .ds-custom-options,
  .ds-custom-questions__intro {
    padding: 14px !important;
    border-radius: 4px !important;
  }

  .ds-custom-options__copy {
    min-height: auto;
    padding: 10px 8px 6px;
  }

  .ds-custom-options__visual,
  .ds-custom-questions__media {
    min-height: 280px;
    border-radius: 4px;
  }

  .ds-custom-option-grid,
  .ds-custom-questions__cards {
    grid-template-columns: 1fr;
  }

  .ds-custom-question-note {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* DS custom question cards height correction v0.15.2 */
.ds-custom-refined .ds-custom-questions {
  align-items: start !important;
}

.ds-custom-questions__details {
  display: grid;
  gap: 12px;
  align-self: start;
}

.ds-custom-refined .ds-custom-questions__cards {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  align-items: start !important;
}

.ds-custom-refined .ds-custom-questions__cards article {
  min-height: 136px !important;
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  column-gap: 16px !important;
  row-gap: 8px !important;
  align-items: start !important;
  justify-content: start !important;
  padding: 20px 22px !important;
}

.ds-custom-refined .ds-custom-questions__cards article span {
  grid-row: 1 / 3;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #f1f3f6;
  color: #68707d;
}

.ds-custom-refined .ds-custom-questions__cards article strong {
  align-self: end;
}

.ds-custom-refined .ds-custom-questions__cards article p {
  max-width: 34rem;
}

.ds-custom-refined .ds-custom-question-note {
  grid-column: auto !important;
  align-self: start !important;
}

/* DS custom question detail fill v0.15.3 */
.ds-custom-questions__after {
  overflow: hidden;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 150px;
  padding: 12px;
  border: 1px solid rgba(18, 19, 26, 0.1);
  border-radius: 4px;
  background: #ffffff;
}

.ds-custom-questions__after img {
  width: 150px;
  height: 126px;
  display: block;
  object-fit: cover;
  border-radius: 4px;
  background: #eef0f3;
}

.ds-custom-questions__after span {
  display: block;
  color: #68707d;
  font-size: 0.78rem;
  font-weight: 900;
}

.ds-custom-questions__after strong {
  display: block;
  max-width: 25rem;
  margin-block-start: 8px;
  color: #12131a;
  font-size: clamp(1.15rem, 1.55vw, 1.45rem);
  font-weight: 900;
  line-height: 1.18;
}

@media (max-width: 680px) {
  .ds-custom-questions__after {
    grid-template-columns: 1fr;
  }

  .ds-custom-questions__after img {
    width: 100%;
    height: 190px;
  }
}

/* DS custom options mobile compaction v0.15.4 */
@media (max-width: 680px) {
  .ds-custom-refined .ds-custom-option-grid article {
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    column-gap: 14px !important;
    row-gap: 6px !important;
    padding: 18px !important;
  }

  .ds-custom-refined .ds-custom-option-grid article span {
    grid-row: 1 / 3;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #f1f3f6;
  }

  .ds-custom-refined .ds-custom-option-grid article strong {
    font-size: 1.12rem !important;
  }

  .ds-custom-refined .ds-custom-option-grid article p {
    font-size: 0.96rem !important;
    line-height: 1.5 !important;
  }
}

/* DS final shop category layout overrides v0.15.5 */
.ds-home-refined .ds-home-categories {
  display: block !important;
}

#header .header-menu-1 > ul > li.menu-item-has-children > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li.menu-item-has-children > a.ct-menu-link {
  position: relative !important;
  padding-inline-end: 28px !important;
}

#header .header-menu-1 > ul > li.menu-item-has-children > a.ct-menu-link::after,
body.home #header .header-menu-1 > ul > li.menu-item-has-children > a.ct-menu-link::after {
  content: "";
  position: absolute;
  inset-inline-end: 12px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-inline-end: 1.5px solid currentColor;
  border-block-end: 1.5px solid currentColor;
  opacity: 0.72;
  transform: translateY(-66%) rotate(45deg);
}

#header .header-menu-1 .sub-menu,
body.home #header .header-menu-1 .sub-menu {
  min-width: 238px !important;
  padding: 10px !important;
  border: 1px solid rgba(17, 19, 24, 0.08) !important;
  border-radius: 4px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 22px 48px rgba(17, 19, 24, 0.12) !important;
}

#header .header-menu-1 .sub-menu a.ct-menu-link,
body.home #header .header-menu-1 .sub-menu a.ct-menu-link {
  min-height: 38px !important;
  padding: 9px 12px !important;
  border-radius: 10px !important;
  color: rgba(17, 19, 24, 0.76) !important;
  font-size: 0.9rem !important;
  font-weight: 760 !important;
}

#header .header-menu-1 .sub-menu a.ct-menu-link:hover,
body.home #header .header-menu-1 .sub-menu a.ct-menu-link:hover {
  color: #111318 !important;
  background: rgba(28, 18, 48, 0.07) !important;
}

.ds-storefront-banner__routes {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.ds-storefront-banner__routes a {
  min-height: 96px !important;
  padding: 14px !important;
}

.ds-storefront-banner__routes strong {
  font-size: clamp(0.92rem, 1.08vw, 1.08rem) !important;
  line-height: 1.2 !important;
}

@media (max-width: 1120px) {
  .ds-storefront-banner__routes {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .ds-storefront-banner__routes {
    grid-template-columns: 1fr !important;
  }
}

/* === DS Category Banner v1 (2026-06-11) === */
/* Scope: category archives only (body.tax-product_cat). Shop / product / pages untouched. */

body.tax-product_cat .ds-shop-intro {
  width: 100% !important;
  max-width: none !important;
  align-items: center !important;
  text-align: center !important;
  gap: 14px !important;
  margin-inline: auto !important;
  margin-block: clamp(4px, 1vw, 12px) clamp(28px, 4vw, 48px) !important;
  padding: clamp(56px, 7vw, 72px) clamp(24px, 5vw, 64px) !important;
  border-radius: 4px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background:
    radial-gradient(120% 95% at 50% -10%, rgba(28, 18, 48, 0.18), transparent 60%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 56px),
    linear-gradient(150deg, #22222a 0%, #141418 100%) !important;
  box-shadow:
    inset 0 0 120px rgba(0, 0, 0, 0.32),
    0 24px 60px -32px rgba(12, 12, 18, 0.55) !important;
  overflow: hidden !important;
  direction: rtl;
}

body.tax-product_cat .ds-shop-intro > span {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  box-shadow: none !important;
  color: #ffffff !important;
  display: inline-flex;
  padding: 7px 14px;
  border-radius: 999px;
  letter-spacing: 0.08em;
}

body.tax-product_cat .ds-shop-intro h1 {
  color: #ffffff !important;
  font-size: clamp(2.5rem, 4.4vw, 4.4rem) !important;
  line-height: 1.04 !important;
  text-wrap: balance;
}

body.tax-product_cat .ds-shop-intro p {
  color: rgba(255, 255, 255, 0.78) !important;
  max-width: 58ch !important;
  line-height: 1.65 !important;
}

body.tax-product_cat .ds-shop-intro .ds-shop-shipping-notice {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  margin-block-start: 10px !important;
}

body.tax-product_cat .ds-shop-intro .ds-shop-shipping-notice span {
  color: rgba(255, 255, 255, 0.9) !important;
}

@media (max-width: 600px) {
  body.tax-product_cat .ds-shop-intro {
    padding: clamp(32px, 9vw, 40px) 20px !important;
    border-radius: 4px !important;
    gap: 12px !important;
  }

  body.tax-product_cat .ds-shop-intro h1 {
    font-size: clamp(1.9rem, 8vw, 2.4rem) !important;
  }

  body.tax-product_cat .ds-shop-intro .ds-shop-shipping-notice {
    font-size: 0.78rem !important;
    padding: 7px 12px !important;
  }
}
/* === /DS Category Banner v1 === */

/* === DS Spacing Pass v1 (2026-06-12) === */
/* Homepage vertical rhythm — hero untouched */
body.home .ds-home-refined .ds-home-section:not(.ds-home-guitars) {
  padding-block: clamp(72px, 7vw, 96px) !important;
}

body.home .ds-home-refined .ds-home-section__head {
  margin-block-end: 32px !important;
}

body.home .ds-home-refined .ds-home-section__head--row {
  gap: 24px !important;
}

/* Grid breathing room */
body.home .ds-home-category-grid {
  gap: 22px !important;
}

body.home .ds-home-product-grid {
  gap: 22px !important;
}

body.home .ds-home-refined .ds-home-guitars__products {
  gap: 16px !important;
}

/* Card inner padding */
body.home .ds-home-refined .ds-home-product {
  padding: 18px !important;
}

/* Guitars banner + footer CTA: inner padding + rhythm */
body.home .ds-home-refined .ds-home-guitars {
  padding: clamp(36px, 5vw, 56px) !important;
  margin-block: clamp(40px, 5vw, 72px) !important;
}

body.home .ds-home-refined .ds-home-footer-cta {
  padding: clamp(36px, 5vw, 56px) !important;
  margin-block-start: clamp(40px, 5vw, 72px) !important;
  margin-block-end: clamp(40px, 5vw, 72px) !important;
}

@media (max-width: 768px) {
  body.home .ds-home-refined .ds-home-section:not(.ds-home-guitars) {
    padding-block: 44px !important;
  }

  /* >=20px side safety at 390px — nothing touches viewport edges */
  body.home .ds-home-refined .ds-home-section,
  body.home .ds-home-refined .ds-home-guitars,
  body.home .ds-home-refined .ds-home-footer-cta {
    width: min(100% - 40px, 1240px) !important;
  }

  body.home .ds-home-category-grid,
  body.home .ds-home-product-grid {
    gap: 14px !important;
  }

  body.home .ds-home-refined .ds-home-guitars__products {
    gap: 12px !important;
  }

  body.home .ds-home-refined .ds-home-section__head {
    margin-block-end: 24px !important;
  }

  body.home .ds-home-refined .ds-home-section__head--row {
    gap: 14px !important;
  }

  body.home .ds-home-refined .ds-home-guitars {
    padding: 28px 20px !important;
    margin-block: 28px !important;
  }

  body.home .ds-home-refined .ds-home-footer-cta {
    padding: 28px 20px !important;
    margin-block-start: 28px !important;
    margin-block-end: 28px !important;
  }
}
/* === /DS Spacing Pass v1 === */

/* === DS Shop Top v1 (2026-06-12) === */
/* 1) /shop/ top area tightened. Scoped to shop archive only — category pages (tax-product_cat) untouched. */
body.post-type-archive-product.woocommerce-shop #main {
  padding-block-start: clamp(2px, 0.6vw, 8px) !important;
}

body.post-type-archive-product.woocommerce-shop #main > .ct-container {
  padding-block-start: clamp(8px, 1.2vw, 16px) !important;
}

body.post-type-archive-product.woocommerce-shop .ds-shop-intro {
  gap: 8px !important;
  margin-block: 0 clamp(14px, 2vw, 24px) !important;
}

body.post-type-archive-product.woocommerce-shop .ds-shop-intro h1 {
  font-size: clamp(1.9rem, 3vw, 2.9rem) !important;
  line-height: 1.08 !important;
}

body.post-type-archive-product.woocommerce-shop .ds-shop-intro p {
  font-size: clamp(0.95rem, 1vw, 1.05rem) !important;
  line-height: 1.55 !important;
}

body.post-type-archive-product.woocommerce-shop .ds-shop-shipping-notice {
  margin-block-start: 2px !important;
  padding: 6px 12px !important;
  font-size: 0.8rem !important;
}

body.post-type-archive-product.woocommerce-shop .woo-listing-top {
  margin-block-end: clamp(12px, 1.6vw, 18px) !important;
}

@media (max-width: 600px) {
  body.post-type-archive-product.woocommerce-shop .ds-shop-intro {
    margin-block-end: 14px !important;
  }

  body.post-type-archive-product.woocommerce-shop .ds-shop-intro h1 {
    font-size: clamp(1.6rem, 6.5vw, 1.9rem) !important;
  }
}

/* 2) Loop add-to-cart buttons (shop + category + related grids): slimmer, radius 8, brand purple.
      Single-product buy button intentionally excluded (stays larger). */
.woocommerce ul.products li.product a.button {
  min-height: 40px !important;
  padding: 10px 18px !important;
  border-radius: 8px !important;
  background: #1c1230 !important;
  color: #ffffff !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  box-shadow: none !important;
  transition: background-color 0.2s ease, box-shadow 0.2s ease !important;
}

.woocommerce ul.products li.product a.button:hover,
.woocommerce ul.products li.product a.button:focus-visible {
  background: #0c0c10 !important;
  box-shadow: 0 4px 14px rgba(28, 18, 48, 0.3) !important;
}

/* 3) Header dropdown polish (Blocksy submenu under "חנות") */
#header .sub-menu {
  min-width: 230px;
  padding: 6px !important;
  background: #ffffff !important;
  border: 1px solid rgba(18, 19, 26, 0.08) !important;
  border-radius: 10px !important;
  box-shadow: 0 18px 40px -18px rgba(18, 19, 26, 0.25) !important;
}

#header .sub-menu .ct-menu-link {
  padding: 10px 14px !important;
  border-radius: 8px !important;
  color: #111827 !important;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  text-align: right;
  transition: background-color 0.2s ease, color 0.2s ease;
}

#header .sub-menu .ct-menu-link:hover {
  background: rgba(28, 18, 48, 0.08) !important;
  color: #0c0c10 !important;
}
/* === /DS Shop Top v1 === */

/* === DS PDP+Cart+Checkout Polish v1 (2026-06-12) === */
/* Refinement only: brand-purple primary CTAs, card consistency, purple focus states.
   Scoped to body.single-product / body.woocommerce-cart / body.woocommerce-checkout. */

/* --- 1) Product page --- */

/* Buy row: qty beside button (Blocksy wraps both in .ct-cart-actions; old grid targeted form.cart) */
body.single-product .cart {
  display: block !important;
}

body.single-product .cart .ct-cart-actions {
  display: grid !important;
  grid-template-columns: minmax(112px, 0.34fr) minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: stretch !important;
}

body.single-product .cart .quantity {
  border-radius: 10px !important;
}

body.single-product .cart .quantity input.qty {
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
}

body.single-product .single_add_to_cart_button {
  min-height: 52px !important;
  border-radius: 10px !important;
  background: #1c1230 !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  box-shadow: 0 14px 30px -12px rgba(28, 18, 48, 0.45) !important;
}

body.single-product .single_add_to_cart_button:hover,
body.single-product .single_add_to_cart_button:focus-visible {
  background: #0c0c10 !important;
  box-shadow: 0 18px 36px -12px rgba(109, 40, 217, 0.5) !important;
}

/* WooCommerce injects this after AJAX add-to-cart; the drawer is the next step. */
a.added_to_cart.wc-forward,
.woocommerce a.added_to_cart.wc-forward,
.woocommerce-message a.button.wc-forward {
  display: none !important;
}

/* Quantity stepper purple accent (PDP + cart) */
.quantity .ct-increase:hover,
.quantity .ct-decrease:hover {
  color: #1c1230 !important;
}

/* --- 2) Cart --- */

/* Summary card: round + align with site cards (was square-cornered) */
.woocommerce-cart .cart_totals {
  padding: clamp(20px, 3vw, 28px) !important;
  border: 1px solid var(--ds-final-line) !important;
  border-radius: 4px !important;
  background: #ffffff !important;
}

.woocommerce-cart .wc-proceed-to-checkout {
  margin-block-start: 16px !important;
  padding: 0 !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 52px !important;
  border-radius: 10px !important;
  background: #1c1230 !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  box-shadow: 0 14px 30px -12px rgba(28, 18, 48, 0.45) !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus-visible {
  background: #0c0c10 !important;
  box-shadow: 0 18px 36px -12px rgba(109, 40, 217, 0.5) !important;
}

/* Coupon row: quiet secondary buttons, 8px radius */
.woocommerce-cart td.actions .coupon input.input-text {
  min-height: 44px !important;
  border-radius: 8px !important;
}

.woocommerce-cart td.actions .button {
  min-height: 44px !important;
  padding-inline: 18px !important;
  border-radius: 8px !important;
  border: 1px solid var(--ds-final-line-strong) !important;
  background: #ffffff !important;
  color: var(--ds-final-ink) !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

.woocommerce-cart td.actions .button:hover,
.woocommerce-cart td.actions .button:focus-visible {
  background: rgba(28, 18, 48, 0.07) !important;
  border-color: rgba(28, 18, 48, 0.38) !important;
  color: #0c0c10 !important;
  transform: none !important;
}

.woocommerce-cart td.actions .button:disabled,
.woocommerce-cart td.actions .button:disabled:hover {
  background: var(--ds-final-soft) !important;
  border-color: var(--ds-final-line) !important;
  color: #9aa1ab !important;
}

/* --- 3) Checkout --- */

/* Shipping + order-notes column: card it like billing (was raw fields on page background) */
.woocommerce-checkout .col2-set .col-2 {
  margin-block-start: clamp(20px, 3vw, 28px) !important;
  padding: clamp(20px, 3vw, 30px) !important;
  border: 1px solid var(--ds-final-line) !important;
  border-radius: 4px !important;
  background: #ffffff !important;
}

/* Order review wrapper: round + align (was square-cornered) */
.woocommerce-checkout .ct-order-review {
  padding: clamp(18px, 2.6vw, 26px) !important;
  border: 1px solid var(--ds-final-line) !important;
  border-radius: 4px !important;
  background: #ffffff !important;
}

.woocommerce-checkout #order_review_heading {
  margin-block: 0 14px !important;
}

.woocommerce-checkout #place_order {
  width: 100% !important;
  min-height: 52px !important;
  border-radius: 10px !important;
  background: #1c1230 !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  box-shadow: 0 14px 30px -12px rgba(28, 18, 48, 0.45) !important;
}

.woocommerce-checkout #place_order:hover,
.woocommerce-checkout #place_order:focus-visible {
  background: #0c0c10 !important;
  box-shadow: 0 18px 36px -12px rgba(109, 40, 217, 0.5) !important;
}

/* Purple focus states + control accents */
.woocommerce-checkout form .form-row input.input-text:focus,
.woocommerce-checkout form .form-row textarea:focus,
.woocommerce-checkout form .form-row select:focus,
.woocommerce-cart td.actions .coupon input.input-text:focus,
body.single-product .quantity input.qty:focus,
.woocommerce-cart .quantity input.qty:focus {
  border-color: rgba(28, 18, 48, 0.55) !important;
  box-shadow: 0 0 0 3px rgba(28, 18, 48, 0.14) !important;
  outline: none !important;
}

.woocommerce-cart input[type="checkbox"],
.woocommerce-checkout input[type="checkbox"],
.woocommerce-checkout #payment input[type="radio"] {
  accent-color: #1c1230 !important;
}

@media (max-width: 680px) {
  body.single-product .cart .ct-cart-actions {
    grid-template-columns: 1fr !important;
  }

  .woocommerce-cart .cart_totals {
    padding: 18px !important;
  }

  .woocommerce-checkout .col2-set .col-2,
  .woocommerce-checkout .ct-order-review {
    padding: 18px !important;
  }
}
/* === /DS PDP+Cart+Checkout Polish v1 === */

/* DS homepage transparent header cleanup v0.16.3 */
body.home #header,
body.home #header [data-row],
body.home #header [data-row="middle"],
body.home #header [data-row="middle"] > .ct-container,
body.home .site-header {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.home #header [data-row]::before,
body.home #header [data-row]::after,
body.home .site-header::before,
body.home .site-header::after {
  content: none !important;
  display: none !important;
}

body.home #header .header-menu-1 > ul {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.home #header .header-menu-1 > ul > li > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li > a.ct-menu-link:hover,
body.home #header .header-menu-1 > ul > li.current-menu-item > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li.current_page_item > a.ct-menu-link {
  background: transparent !important;
  box-shadow: none !important;
}

body.home #header .header-menu-1 > ul > li > a.ct-menu-link::before,
body.home #header .header-menu-1 > ul > li > a.ct-menu-link::after {
  background: transparent !important;
  box-shadow: none !important;
}

body.home #header .header-menu-1 > ul > li.current-menu-item:not(:last-child) > a.ct-menu-link::after,
body.home #header .header-menu-1 > ul > li.current_page_item:not(:last-child) > a.ct-menu-link::after {
  content: none !important;
  display: none !important;
}

body.home #header .header-menu-1 > ul > li.menu-item-has-children > a.ct-menu-link::before {
  content: "" !important;
  position: absolute !important;
  inset-inline-end: 12px !important;
  top: 50% !important;
  width: 6px !important;
  height: 6px !important;
  border: 0 !important;
  border-inline-end: 1.5px solid rgba(255, 255, 255, 0.72) !important;
  border-block-end: 1.5px solid rgba(255, 255, 255, 0.72) !important;
  background: transparent !important;
  transform: translateY(-66%) rotate(45deg) !important;
}

body.home #header .site-branding,
body.home .site-header .site-branding {
  width: 76px !important;
  min-width: 76px !important;
  max-width: 76px !important;
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
  overflow: hidden !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.home #header .site-branding::after,
body.home .site-header .site-branding::after,
body.home #header .site-branding > *:not(.site-logo-container),
body.home .site-header .site-branding > *:not(.site-logo-container) {
  content: none !important;
  display: none !important;
}

body.home #header .site-logo-container,
body.home .site-header .site-logo-container {
  width: 76px !important;
  min-width: 76px !important;
  max-width: 76px !important;
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
  overflow: hidden !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.home #header .site-logo-container img,
body.home #header .site-logo-container svg,
body.home .site-header .site-logo-container img,
body.home .site-header .site-logo-container svg,
body.home.ds-scrolled #header .site-logo-container img,
body.home.ds-scrolled #header .ct-logo-container img,
body.home.ds-scrolled #header img {
  width: 74px !important;
  min-width: 74px !important;
  max-width: 74px !important;
  height: 74px !important;
  min-height: 74px !important;
  max-height: 74px !important;
  object-fit: contain !important;
  object-position: top center !important;
  filter: brightness(0) invert(1) !important;
  transform: translateY(-4px) !important;
}

/* DS client homepage corrections v0.17.0 */
body,
button,
input,
select,
textarea {
  font-family: "DS Gilroy", "Rubik", "Assistant", "Heebo", system-ui, sans-serif !important;
}

.ds-home-refined .ds-home-hero.ds-home-hero--cover,
body.home .ds-home-refined .ds-home-hero.ds-home-hero--cover {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-inline: calc(50% - 50vw) !important;
}

body.page-id-3178 #main,
body.page-id-3178 .site-main,
body.page-id-3178 article,
body.page-id-3178 .entry-content,
body.page-id-3178 .ct-container-full {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
  padding-inline: 0 !important;
}

body.page-id-3178 .ds-shell.ds-home {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-inline: calc(50% - 50vw) !important;
  overflow-x: clip !important;
}

.ds-home-refined .ds-home-hero.ds-home-hero--cover h1,
.ds-home-refined .ds-home-product strong,
.ds-home-refined .ds-home-guitars__products strong,
.ds-site-footer__brand strong,
.ds-latin {
  font-family: "DS Gilroy", "Rubik", "Assistant", system-ui, sans-serif !important;
}

body.home .ds-home-refined .ds-home-hero.ds-home-hero--cover h1,
html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined .ds-home-hero.ds-home-hero--cover h1 {
  font-family: "Chronicle Display", "Gilroy-Bold", "DS Gilroy", Georgia, serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

body.home .ds-home-trust {
  padding-block: clamp(14px, 2vw, 24px) !important;
}

body.home .ds-home-trust .ds-trust-grid {
  gap: 8px !important;
}

body.home .ds-home-trust .ds-trust-item {
  min-height: 0 !important;
  padding: 12px 14px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: none !important;
}

body.home .ds-home-trust .ds-trust-ic {
  width: 34px !important;
  height: 34px !important;
  background: #f1f1f2 !important;
}

body.home .ds-home-trust .ds-trust-tx strong {
  font-size: 0.92rem !important;
}

body.home .ds-home-trust .ds-trust-tx span {
  font-size: 0.8rem !important;
  line-height: 1.35 !important;
}

body.home .ds-home-refined .ds-home-section:not(.ds-home-guitars) {
  padding-block: clamp(42px, 5.2vw, 72px) !important;
}

body.home .ds-home-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.home .ds-home-category-card,
body.home .ds-home-category-card--large,
body.home .ds-home-category-card--soon {
  position: relative !important;
  min-height: clamp(260px, 28vw, 340px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  overflow: hidden !important;
  padding: clamp(18px, 2.2vw, 24px) !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #111318 !important;
  box-shadow: none !important;
  isolation: isolate !important;
}

body.home .ds-home-category-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  background:
    linear-gradient(180deg, rgba(17, 19, 24, 0.02) 12%, rgba(17, 19, 24, 0.48) 64%, rgba(17, 19, 24, 0.84) 100%),
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.18), transparent 34%) !important;
}

body.home .ds-home-category-card img,
body.home .ds-home-category-card--large img,
body.home .ds-home-category-card--soon img {
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f2f0ec !important;
  box-shadow: none !important;
  filter: saturate(0.98) contrast(1.02) !important;
  transform: scale(1.01) !important;
  transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1) !important;
}

body.home .ds-home-category-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 24px 52px -34px rgba(17, 19, 24, 0.44) !important;
}

body.home .ds-home-category-card:hover img {
  transform: scale(1.045) !important;
}

body.home .ds-home-category-card span,
body.home .ds-home-category-card--large span {
  width: fit-content !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.76rem !important;
  font-weight: 800 !important;
}

body.home .ds-home-category-card strong,
body.home .ds-home-category-card--large strong {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(1.18rem, 1.55vw, 1.5rem) !important;
  font-weight: 850 !important;
  line-height: 1.08 !important;
}

body.home .ds-home-category-card small,
body.home .ds-home-category-card--large small {
  margin: 8px 0 0 !important;
  max-width: 29ch !important;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 0.9rem !important;
  font-weight: 520 !important;
  line-height: 1.45 !important;
}

body.home .ds-home-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2.4vw, 28px) !important;
}

body.home .ds-home-refined .ds-home-product {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home .ds-home-refined .ds-home-product:hover {
  transform: translateY(-4px) !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

body.home .ds-home-refined .ds-home-product img {
  width: 100% !important;
  aspect-ratio: 1 / 0.9 !important;
  height: auto !important;
  margin: 0 0 14px !important;
  padding: 24px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: linear-gradient(160deg, #f7f6f3 0%, #ebe9e3 100%) !important;
  box-shadow: none !important;
  object-fit: contain !important;
}

body.home .ds-home-product span {
  margin: 0 0 7px !important;
  color: #6e6582 !important;
  font-size: 0.74rem !important;
  font-weight: 800 !important;
}

body.home .ds-home-product strong {
  display: block !important;
  color: #111318 !important;
  font-size: clamp(1.05rem, 1.25vw, 1.25rem) !important;
  font-weight: 850 !important;
  line-height: 1.16 !important;
}

body.home .ds-home-product small {
  display: block !important;
  margin-top: 6px !important;
  color: #111318 !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
}

#header .header-menu-1 > ul > li.menu-item-has-children > a.ct-menu-link .ct-toggle-dropdown-desktop,
body.home #header .header-menu-1 > ul > li.menu-item-has-children > a.ct-menu-link .ct-toggle-dropdown-desktop {
  display: none !important;
}

.ds-menu-search {
  display: flex !important;
  align-items: center !important;
}

.ds-menu-search form {
  position: relative;
  width: clamp(190px, 18vw, 310px);
  margin: 0 4px;
}

.ds-menu-search input[type="search"] {
  width: 100% !important;
  min-height: 42px !important;
  padding: 0 42px 0 16px !important;
  border: 1px solid rgba(17, 19, 24, 0.11) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.84) !important;
  color: #111318 !important;
  font-size: 0.9rem !important;
  font-weight: 650 !important;
  box-shadow: none !important;
}

body.home:not(.ds-scrolled) .ds-menu-search input[type="search"] {
  border-color: rgba(255, 255, 255, 0.26) !important;
  background: rgba(255, 255, 255, 0.13) !important;
  color: #ffffff !important;
}

.ds-menu-search input[type="search"]::placeholder {
  color: rgba(17, 19, 24, 0.48) !important;
}

body.home:not(.ds-scrolled) .ds-menu-search input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.72) !important;
}

.ds-menu-search button {
  position: absolute;
  inset-inline-start: auto;
  inset-inline-end: 8px;
  top: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #111318 !important;
  color: #ffffff !important;
  transform: translateY(-50%);
}

.ds-menu-search svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

#search-modal {
  background: rgba(17, 19, 24, 0.96) !important;
}

#search-modal .ct-search-form input,
#search-modal input[type="search"] {
  border-color: rgba(255, 255, 255, 0.18) !important;
  border-radius: 4px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
}

#search-modal .ct-search-results a,
#search-modal .ct-search-results .ct-search-item {
  color: #ffffff !important;
}

.ds-site-footer {
  margin-top: 0 !important;
}

.ds-site-footer__bar-inner span {
  color: rgba(28, 18, 48, 0.56) !important;
}

@media (max-width: 1160px) {
  body.home .ds-home-category-grid,
  body.home .ds-home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .ds-menu-search form {
    width: clamp(160px, 20vw, 220px);
  }
}

@media (max-width: 1100px) {
  .ds-menu-search {
    display: none !important;
  }
}

@media (max-width: 680px) {
  html body.home.page-id-3178,
  html body.home.page-id-3178 #main-container {
    overflow-x: hidden !important;
  }

  html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    transform: none !important;
  }

  html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined .ds-home-hero.ds-home-hero--cover {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
  }

  body.page-id-3178 .ds-shell.ds-home {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    overflow-x: hidden !important;
  }

  .ds-home-refined .ds-home-hero.ds-home-hero--cover,
  body.home .ds-home-refined .ds-home-hero.ds-home-hero--cover {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
  }

  .ds-home-hero--cover .ds-cover-inner {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    text-align: center !important;
  }

  .ds-home-hero--cover .ds-cover-copy {
    max-width: 100% !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  .ds-home-refined .ds-home-hero.ds-home-hero--cover .ds-home-kicker {
    justify-content: center !important;
    letter-spacing: 3px !important;
  }

  .ds-home-refined .ds-home-hero.ds-home-hero--cover h1 {
    max-width: 100% !important;
    white-space: normal !important;
    text-align: center !important;
    font-size: clamp(2.45rem, 12vw, 3.15rem) !important;
  }

  .ds-home-refined .ds-home-hero.ds-home-hero--cover p {
    max-width: 100% !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  .ds-home-hero--cover .ds-home-actions {
    justify-content: center !important;
  }

  body.home .ds-home-trust,
  html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined .ds-home-trust {
    width: calc(100% - 40px) !important;
    max-width: calc(100% - 40px) !important;
    margin-inline: auto !important;
  }

  body.home .ds-home-trust .ds-trust-grid {
    grid-template-columns: 1fr !important;
  }

  body.home .ds-home-trust .ds-trust-item {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  body.home .ds-home-category-grid,
  body.home .ds-home-product-grid {
    grid-template-columns: 1fr !important;
  }

  body.home .ds-home-category-card,
  body.home .ds-home-category-card--soon {
    min-height: 270px !important;
  }
}

.ds-cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  direction: rtl;
  font-family: "DS Gilroy", "Rubik", "Assistant", system-ui, sans-serif;
}

.ds-cart-drawer[aria-hidden="true"] {
  visibility: hidden;
  display: none;
}

.ds-cart-drawer__scrim {
  position: absolute;
  inset: 0;
  background: rgba(17, 19, 24, 0);
  transition: background-color 240ms ease;
}

.ds-cart-drawer__panel {
  position: absolute;
  inset-block: 0;
  inset-inline-end: 0;
  width: min(430px, 100vw);
  display: flex;
  flex-direction: column;
  background: #ffffff;
  color: #111318;
  box-shadow: -24px 0 80px rgba(28, 18, 48, 0.18);
  transform: translateX(-102%);
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.ds-cart-open {
  overflow: hidden;
}

body.ds-cart-open .ds-cart-drawer {
  pointer-events: auto;
  visibility: visible;
}

body.ds-cart-open .ds-cart-drawer__scrim {
  background: rgba(17, 19, 24, 0.44);
}

body.ds-cart-open .ds-cart-drawer__panel {
  transform: translateX(0);
}

.ds-cart-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
  border-bottom: 1px solid rgba(17, 19, 24, 0.1);
  background: #ffffff;
}

.ds-cart-drawer__head span {
  display: block;
  color: #6e6582;
  font-size: 0.78rem;
  font-weight: 800;
}

.ds-cart-drawer__head strong {
  display: block;
  margin-top: 4px;
  color: #111318;
  font-size: 1.25rem;
  font-weight: 850;
}

.ds-cart-drawer__head button {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0 !important;
  border: 1px solid rgba(17, 19, 24, 0.12) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #111318 !important;
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ds-cart-drawer__head button:hover,
.ds-cart-drawer__head button:focus-visible {
  border-color: rgba(28, 18, 48, 0.28) !important;
  background: rgba(28, 18, 48, 0.06) !important;
  color: #1c1230 !important;
}

.ds-cart-drawer__head button:active {
  transform: scale(0.96);
}

.ds-cart-drawer__head svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
}

.ds-cart-drawer__body {
  flex: 1;
  overflow: auto;
  padding: 22px 24px 26px;
  background: #fbfaff;
}

.ds-cart-drawer__items {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ds-cart-drawer__items li {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 40px;
  gap: 14px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(28, 18, 48, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(28, 18, 48, 0.05);
}

.ds-cart-drawer__thumb {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background: #f6f4fa;
}

.ds-cart-drawer__thumb img {
  width: 88px;
  height: 88px;
  display: block;
  object-fit: contain;
  padding: 10px;
}

.ds-cart-drawer__name {
  display: block;
  color: #111318;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.25;
  text-decoration: none;
}

.ds-cart-drawer__item-main {
  min-width: 0;
  padding-top: 2px;
}

.ds-cart-drawer__items span {
  display: block;
  margin-top: 6px;
  color: #6e6582;
  font-size: 0.85rem;
  font-weight: 650;
}

.ds-cart-drawer__items strong {
  display: flex;
  align-items: baseline;
  margin-top: 5px;
  color: #111318;
  font-weight: 850;
  line-height: 1.2;
}

.ds-cart-drawer :is(.woocommerce-Price-amount, .woocommerce-Price-amount bdi) {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 0.18em !important;
  margin: 0 !important;
  direction: ltr !important;
  white-space: nowrap !important;
  line-height: 1.2 !important;
}

.ds-cart-drawer .woocommerce-Price-currencySymbol {
  display: inline-block !important;
  margin: 0 !important;
  color: #6e6582 !important;
  font-size: 0.9em !important;
  line-height: 1 !important;
  vertical-align: baseline !important;
}

.ds-cart-drawer__remove {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  justify-self: end;
  margin-top: -2px;
  border: 1px solid rgba(28, 18, 48, 0.1);
  border-radius: 999px;
  background: #ffffff;
  color: #6e6582;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ds-cart-drawer__remove svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.ds-cart-drawer__remove:hover,
.ds-cart-drawer__remove:focus-visible {
  border-color: rgba(180, 43, 43, 0.28);
  background: rgba(180, 43, 43, 0.07);
  color: #9f1d1d;
  outline: none;
}

.ds-cart-drawer__remove:active {
  transform: scale(0.95);
}

.ds-cart-drawer__remove[aria-busy="true"] {
  pointer-events: none;
  opacity: 0.55;
}

.ds-cart-drawer__shipping-meter {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(28, 18, 48, 0.1);
  border-radius: 10px;
  background: #ffffff;
}

.ds-cart-drawer__shipping-copy {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.ds-cart-drawer__shipping-copy strong {
  color: #111318;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.25;
}

.ds-cart-drawer__shipping-copy span {
  color: #6e6582;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}

.ds-cart-drawer__shipping-bar {
  height: 8px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(28, 18, 48, 0.08);
}

.ds-cart-drawer__shipping-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #1c1230;
  transition: width 260ms ease;
}

.ds-cart-drawer__shipping-meter.is-complete {
  border-color: rgba(22, 101, 52, 0.18);
  background: #f3fbf6;
}

.ds-cart-drawer__shipping-meter.is-complete .ds-cart-drawer__shipping-bar {
  background: rgba(22, 101, 52, 0.12);
}

.ds-cart-drawer__shipping-meter.is-complete .ds-cart-drawer__shipping-bar span {
  background: #166534;
}

.ds-cart-drawer__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  padding: 18px 0;
  border-top: 1px solid rgba(17, 19, 24, 0.12);
}

.ds-cart-drawer__total span {
  color: #6e6582;
  font-weight: 750;
}

.ds-cart-drawer__total strong {
  color: #111318;
  font-size: 1.15rem;
  font-weight: 900;
}

.ds-cart-drawer__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 8px;
}

.ds-cart-drawer__actions a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid rgba(17, 19, 24, 0.13);
  border-radius: 999px;
  background: #ffffff;
  color: #111318;
  font-weight: 820;
  text-decoration: none;
}

.ds-cart-drawer__actions .ds-cart-drawer__primary {
  border-color: #111318;
  background: #111318;
  color: #ffffff;
}

.ds-cart-drawer__empty {
  min-height: 70dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ds-cart-drawer__empty-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: #f0eee9;
  color: #1c1230;
}

.ds-cart-drawer__empty-icon svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
}

.ds-cart-drawer__empty h2 {
  margin: 18px 0 0;
  color: #111318;
  font-size: clamp(1.45rem, 4vw, 2rem);
  font-weight: 850;
  line-height: 1.12;
}

.ds-cart-drawer__empty p {
  margin: 12px 0 0;
  color: #6e6582;
  font-size: 1rem;
  line-height: 1.65;
}

@media (max-width: 520px) {
  .ds-cart-drawer__panel {
    width: 100vw;
  }

  .ds-cart-drawer__actions {
    grid-template-columns: 1fr;
  }
}

.ds-lab-page {
  background: #f7f6f2;
  color: #111318;
  direction: rtl;
  font-family: "DS Gilroy", "Rubik", "Assistant", system-ui, sans-serif;
}

.ds-lab-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(420px, 62vh, 620px);
  display: grid;
  align-items: center;
  background: #141418;
}

.ds-lab-hero__media,
.ds-lab-hero__scrim {
  position: absolute;
  inset: 0;
}

.ds-lab-hero__media {
  z-index: -2;
}

.ds-lab-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 56%;
}

.ds-lab-hero__scrim {
  z-index: -1;
  background:
    linear-gradient(to left, rgba(12, 12, 18, 0.96), rgba(12, 12, 18, 0.72) 44%, rgba(12, 12, 18, 0.28)),
    linear-gradient(to top, rgba(12, 12, 18, 0.72), transparent 42%);
}

.ds-lab-inner,
.ds-lab-section,
.ds-lab-cta {
  width: min(1180px, calc(100% - clamp(28px, 5vw, 80px)));
  margin-inline: auto;
}

.ds-lab-hero__copy {
  max-width: 680px;
  padding-block: clamp(74px, 10vw, 128px);
}

.ds-lab-hero h1 {
  margin: 18px 0 0;
  color: #ffffff;
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}

.ds-lab-hero p {
  max-width: 54ch;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.02rem, 1.2vw, 1.14rem);
  line-height: 1.72;
}

.ds-lab-section {
  padding-block: clamp(48px, 7vw, 86px);
}

.ds-lab-section__head {
  max-width: 720px;
  margin-bottom: clamp(26px, 4vw, 42px);
}

.ds-lab-section h2,
.ds-lab-cta h2 {
  margin: 14px 0 0;
  color: #111318;
  font-size: clamp(1.8rem, 3.5vw, 2.75rem);
  font-weight: 880;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.ds-lab-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ds-lab-service-grid article {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid rgba(17, 19, 24, 0.1);
  border-radius: 4px;
  background: #ffffff;
}

.ds-lab-service-grid span,
.ds-lab-process b {
  color: #6e6582;
  font-size: 0.78rem;
  font-weight: 900;
}

.ds-lab-service-grid strong {
  display: block;
  margin-top: auto;
  color: #111318;
  font-size: 1.18rem;
  font-weight: 880;
}

.ds-lab-service-grid p {
  margin: 10px 0 0;
  color: #656b76;
  font-size: 0.96rem;
  line-height: 1.62;
}

.ds-lab-process {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  border-top: 1px solid rgba(17, 19, 24, 0.1);
}

.ds-lab-process p {
  max-width: 56ch;
  margin: 16px 0 0;
  color: #656b76;
  font-size: 1.02rem;
  line-height: 1.75;
}

.ds-lab-process ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ds-lab-process li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 74px;
  padding: 16px 18px;
  border: 1px solid rgba(17, 19, 24, 0.1);
  border-radius: 4px;
  background: #ffffff;
}

.ds-lab-process b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: #f0eee9;
}

.ds-lab-process span {
  color: #111318;
  font-weight: 780;
}

.ds-lab-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-block: clamp(34px, 5vw, 72px);
  padding: clamp(28px, 5vw, 52px);
  border-radius: 4px;
  background:
    radial-gradient(120% 150% at 88% 0%, rgba(255, 255, 255, 0.14), transparent 52%),
    linear-gradient(150deg, #22222a 0%, #141418 70%);
  color: #ffffff;
}

.ds-lab-cta h2 {
  max-width: 18ch;
  color: #ffffff;
}

.ds-lab-cta .ds-home-textlink {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

@media (max-width: 980px) {
  .ds-lab-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ds-lab-process,
  .ds-lab-cta {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 580px) {
  .ds-lab-service-grid {
    grid-template-columns: 1fr;
  }

  .ds-lab-service-grid article {
    min-height: 0;
  }
}

/* DS client correction pass v0.17.1 */
body,
button,
input,
select,
textarea {
  font-family: "Rubik", "Assistant", "Heebo", system-ui, sans-serif !important;
}

:lang(en),
.ds-home-refined h1,
.ds-home-refined [lang="en"],
.ds-home-refined .ds-home-product strong,
.ds-home-refined .ds-home-guitars__products strong,
.ds-site-footer__brand strong,
.product_title,
.woocommerce-loop-product__title {
  font-family: "Gilroy-Bold", "Axiforma", "Rubik", system-ui, sans-serif !important;
  letter-spacing: 0 !important;
}

body.home .ds-menu-search {
  display: none !important;
}

#header .ct-header-search,
body.home #header .ct-header-search,
#header .ct-header-search.ct-toggle,
body.home #header .ct-header-search.ct-toggle {
  width: clamp(220px, 20vw, 310px) !important;
  min-width: clamp(220px, 20vw, 310px) !important;
  height: 46px !important;
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.26) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease !important;
}

#header .ct-header-search:hover,
body.home #header .ct-header-search:hover,
#header .ct-header-search:focus-visible,
body.home #header .ct-header-search:focus-visible {
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: rgba(255, 255, 255, 0.42) !important;
  transform: none !important;
}

#header .ct-header-search::after,
body.home #header .ct-header-search::after {
  content: "חיפוש מוצרים";
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
}

body.home.ds-scrolled #header .ct-header-search,
body:not(.home) #header .ct-header-search {
  border-color: rgba(28, 18, 48, 0.13) !important;
  background: rgba(28, 18, 48, 0.04) !important;
  color: #1c1230 !important;
}

body.home.ds-scrolled #header .ct-header-search::after,
body:not(.home) #header .ct-header-search::after {
  color: rgba(28, 18, 48, 0.54);
}

#header .ct-header-search svg,
body.home #header .ct-header-search svg {
  width: 17px !important;
  height: 17px !important;
  color: currentColor !important;
  stroke: currentColor !important;
}

#header .header-menu-1 > ul > li.menu-item-has-children > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li.menu-item-has-children > a.ct-menu-link {
  padding-inline-end: 14px !important;
}

#header .header-menu-1 > ul > li.menu-item-has-children > a.ct-menu-link::after,
body.home #header .header-menu-1 > ul > li.menu-item-has-children > a.ct-menu-link::after,
#header .ct-toggle-dropdown-desktop,
body.home #header .ct-toggle-dropdown-desktop {
  display: none !important;
  content: none !important;
}

.ds-home-button > span[aria-hidden="true"]::before,
.ds-atelier-button > span[aria-hidden="true"]::before,
.ds-button > span[aria-hidden="true"]::before,
.ds-store-button > span[aria-hidden="true"]::before,
.ds-commerce-button > span[aria-hidden="true"]::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.15'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M19%2012H5'/%3E%3Cpath%20d='M12%2019l-7-7%207-7'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.15'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M19%2012H5'/%3E%3Cpath%20d='M12%2019l-7-7%207-7'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body.home .ds-home-refined {
  background: #f7f7f9 !important;
}

body.home .ds-home-trust {
  padding-block: clamp(10px, 1.4vw, 18px) !important;
}

body.home .ds-home-refined .ds-home-section:not(.ds-home-guitars) {
  padding-block: clamp(34px, 4.2vw, 58px) !important;
}

body.home .ds-home-refined .ds-home-section__head {
  margin-bottom: clamp(18px, 2.5vw, 32px) !important;
}

body.home .ds-home-refined .ds-home-section h2 {
  font-family: "Gilroy-Bold", "Axiforma", "Rubik", system-ui, sans-serif !important;
  letter-spacing: 0 !important;
}

body.home .ds-home-category-card,
body.home .ds-home-category-card--soon,
body.home .ds-home-refined .ds-home-product {
  background: transparent !important;
  box-shadow: none !important;
}

body.home .ds-home-refined .ds-home-product img {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home .ds-home-category-card,
body.home .ds-home-category-card--soon {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.home .ds-home-category-card:hover {
  transform: none !important;
  box-shadow: none !important;
}

body.home .ds-home-category-card img,
body.home .ds-home-category-card--soon img {
  height: 240px !important;
  padding: 0 !important;
  border: 1px solid rgba(23, 19, 31, 0.06) !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body.home .ds-home-category-card span {
  margin: 16px 0 8px !important;
}

body.home .ds-home-category-card strong {
  margin: 0 !important;
}

body.home .ds-home-category-card small {
  margin: 8px 0 0 !important;
}

.ds-site-footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-top: 0 !important;
  background: #f7f7f9 !important;
}

body.page-id-3178 footer.ds-site-footer,
body.home footer.ds-site-footer,
.page-id-3178 footer.ds-site-footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body.page-id-3178 #footer.ct-footer,
body.home #footer.ct-footer {
  display: none !important;
}

.ds-site-footer,
.ds-site-footer * {
  box-sizing: border-box;
}

@media (max-width: 900px) {
  #header .ct-header-search,
  body.home #header .ct-header-search {
    width: 46px !important;
    min-width: 46px !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  #header .ct-header-search::after,
  body.home #header .ct-header-search::after {
    display: none !important;
  }
}

/* DS client full correction pass v0.17.2 */
html,
body {
  overscroll-behavior-y: none;
}

html {
  background: #0a0a0c;
}

body:not(.home) {
  background: #f6f7f8 !important;
}

#header .ct-header-search,
body.home #header .ct-header-search,
#header .ct-header-search.ct-toggle,
body.home #header .ct-header-search.ct-toggle {
  display: none !important;
}

#header .ct-toggle-dropdown-desktop-ghost {
  display: none !important;
}

#header .ct-toggle-dropdown-desktop {
  display: inline-flex !important;
  margin-inline-start: 6px !important;
  transform: none !important;
}

#header .ds-menu-search,
body.home #header .ds-menu-search {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  min-width: clamp(240px, 23vw, 360px) !important;
  margin-inline-start: 10px !important;
}

#header .ds-menu-search form {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(28, 18, 48, 0.14);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(17, 19, 24, 0.08);
}

body.home:not(.ds-scrolled) #header .ds-menu-search form {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

#header .ds-menu-search input[type="search"] {
  width: 100%;
  min-width: 0;
  height: 44px;
  margin: 0;
  padding: 0 14px 0 46px;
  border: 0 !important;
  background: transparent !important;
  color: #17131f !important;
  font-size: 0.92rem;
  font-weight: 650;
  outline: none;
  box-shadow: none !important;
}

body.home:not(.ds-scrolled) #header .ds-menu-search input[type="search"] {
  color: #ffffff !important;
}

#header .ds-menu-search input[type="search"]::placeholder {
  color: rgba(28, 18, 48, 0.56);
}

body.home:not(.ds-scrolled) #header .ds-menu-search input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

#header .ds-menu-search button {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #1c1230 !important;
  color: #ffffff !important;
  cursor: pointer;
  box-shadow: none !important;
}

#header .ds-menu-search button svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.ds-search-results {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 9999;
  width: min(460px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid rgba(28, 18, 48, 0.12);
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(17, 19, 24, 0.18);
  direction: rtl;
}

.ds-search-result,
.ds-search-more,
.ds-search-empty {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  color: #17131f;
  text-decoration: none;
}

.ds-search-result + .ds-search-result {
  border-top: 1px solid rgba(28, 18, 48, 0.08);
}

.ds-search-result:hover,
.ds-search-more:hover {
  background: #f3f3f5;
  color: #17131f;
}

.ds-search-result img,
.ds-search-thumb {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 4px;
  background: #f4f4f6;
  object-fit: contain;
}

.ds-search-result strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 780;
  line-height: 1.35;
}

.ds-search-result small {
  display: block;
  margin-top: 4px;
  color: #6d6678;
  font-size: 0.82rem;
  font-weight: 750;
}

.ds-search-more {
  justify-content: center;
  border-top: 1px solid rgba(28, 18, 48, 0.08);
  color: #1c1230;
  font-size: 0.86rem;
  font-weight: 850;
}

.ds-search-empty {
  color: #6d6678;
  font-size: 0.9rem;
}

body.woocommerce-shop .ds-shop-shipping-notice,
body.post-type-archive-product .ds-shop-shipping-notice,
body.tax-product_cat .ds-shop-shipping-notice {
  display: none !important;
}

.ds-shop-category-shortcuts,
.ds-shop-brand-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.ds-shop-brand-filter {
  margin-top: 10px;
}

.ds-shop-brand-filter > span {
  color: #6d6678;
  font-size: 0.82rem;
  font-weight: 850;
}

.ds-shop-category-shortcuts a,
.ds-shop-brand-filter a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(28, 18, 48, 0.14);
  border-radius: 4px;
  background: #ffffff;
  color: #282233;
  font-size: 0.88rem;
  font-weight: 780;
  line-height: 1;
  text-decoration: none;
}

.ds-shop-category-shortcuts a:hover,
.ds-shop-brand-filter a:hover,
.ds-shop-category-shortcuts a.is-active,
.ds-shop-brand-filter a.is-active {
  border-color: #1c1230;
  background: #1c1230;
  color: #ffffff;
}

body.woocommerce-shop ul.products,
body.post-type-archive-product ul.products,
body.tax-product_cat ul.products {
  gap: clamp(22px, 2.8vw, 34px) !important;
}

body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product,
body.single-product .related ul.products li.product {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: right !important;
}

body.woocommerce-shop ul.products li.product a img,
body.post-type-archive-product ul.products li.product a img,
body.tax-product_cat ul.products li.product a img,
body.single-product .related ul.products li.product a img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 0.84 !important;
  margin: 0 0 14px !important;
  padding: clamp(16px, 2.4vw, 28px) !important;
  border: 1px solid rgba(23, 19, 31, 0.07) !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  object-fit: contain !important;
  transition: transform 0.22s ease, border-color 0.22s ease;
}

body.woocommerce-shop ul.products li.product:hover a img,
body.post-type-archive-product ul.products li.product:hover a img,
body.tax-product_cat ul.products li.product:hover a img {
  border-color: rgba(28, 18, 48, 0.18) !important;
  transform: translateY(-2px);
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
  margin: 0 0 8px !important;
  color: #17131f !important;
  font-size: clamp(1.02rem, 1.2vw, 1.18rem) !important;
  font-weight: 850 !important;
  line-height: 1.28 !important;
}

body.woocommerce-shop ul.products li.product .price,
body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price {
  margin: 0 0 12px !important;
  color: #1c1230 !important;
  font-size: 0.98rem !important;
  font-weight: 850 !important;
}

.woocommerce ul.products li.product a.button {
  min-height: 40px !important;
  padding: 0 16px !important;
  border-radius: 4px !important;
  background: #1c1230 !important;
  color: #ffffff !important;
  font-size: 0.86rem !important;
  font-weight: 850 !important;
  box-shadow: none !important;
}

body.single-product div.product {
  margin-top: clamp(22px, 3vw, 40px) !important;
}

body.single-product div.product .product-entry-wrapper {
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.82fr) !important;
  gap: clamp(24px, 3.6vw, 46px) !important;
}

body.single-product div.product .woocommerce-product-gallery,
body.single-product div.product .summary {
  border-radius: 4px !important;
  box-shadow: none !important;
}

body.single-product div.product .summary {
  padding: clamp(22px, 3vw, 34px) !important;
}

body.single-product div.product .product_title {
  max-width: none !important;
  margin: 0 0 12px !important;
  font-size: clamp(2rem, 3.35vw, 3.55rem) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

body.single-product div.product p.price,
body.single-product div.product span.price {
  margin-bottom: 16px !important;
  font-size: clamp(1.25rem, 1.8vw, 1.55rem) !important;
}

body.single-product div.product .woocommerce-product-gallery {
  padding: clamp(14px, 2vw, 22px) !important;
  background: #ffffff !important;
}

body.single-product div.product .woocommerce-product-gallery img {
  max-height: 600px !important;
}

body.single-product div.product .flex-control-thumbs {
  grid-template-columns: repeat(7, minmax(54px, 1fr)) !important;
  gap: 8px !important;
  margin-block-start: 12px !important;
}

body.single-product div.product .flex-control-thumbs img {
  border-radius: 4px !important;
  object-fit: contain !important;
}

body.single-product div.product .flexy-pills[data-type="thumbs"] {
  display: block !important;
  margin-top: 12px !important;
}

body.single-product div.product .flexy-pills[data-type="thumbs"] ol {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(54px, 1fr)) !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.single-product div.product .flexy-pills[data-type="thumbs"] li {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-product div.product .flexy-pills[data-type="thumbs"] .ct-media-container,
body.single-product div.product .flexy-pills[data-type="thumbs"] img {
  width: 100% !important;
  aspect-ratio: 1 !important;
  border-radius: 4px !important;
}

body.single-product div.product .flexy-pills[data-type="thumbs"] img {
  height: auto !important;
  padding: 5px !important;
  border: 1px solid rgba(17, 19, 24, 0.12) !important;
  background: #ffffff !important;
  object-fit: contain !important;
}

body.single-product div.product .flexy-pills[data-type="thumbs"] li.active img,
body.single-product div.product .flexy-pills[data-type="thumbs"] li:hover img {
  border-color: #1c1230 !important;
}

body.single-product .single_add_to_cart_button,
body.single-product .quantity input.qty {
  border-radius: 4px !important;
}

.woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li a:hover {
  color: #1c1230 !important;
}

.woocommerce-tabs ul.tabs li.active::before,
.woocommerce-tabs ul.tabs li.active::after,
.woocommerce-tabs ul.tabs li a::after {
  border-color: #1c1230 !important;
  background: #1c1230 !important;
}

.woocommerce-tabs .panel {
  border-radius: 4px !important;
  background: #ffffff !important;
}

@media (max-width: 980px) {
  #header .ds-menu-search,
  body.home #header .ds-menu-search {
    min-width: min(100%, 320px) !important;
    margin: 10px 0 !important;
  }

  body.single-product div.product .product-entry-wrapper {
    grid-template-columns: 1fr !important;
  }
}

/* DS client correction pass v0.18.0 */
body,
button,
input,
select,
textarea {
  font-family: "Assistant", "Open Sans", "Rubik", "Heebo", system-ui, sans-serif !important;
}

body.home .ds-home-refined .ds-home-hero.ds-home-hero--cover h1,
html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined .ds-home-hero.ds-home-hero--cover h1 {
  font-family: "DS Gilroy", "Gilroy-Bold", "Axiforma", "Assistant", system-ui, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body.home .ds-home-refined .ds-home-section h2,
body.home .ds-home-section h2,
.ds-shop-intro h1,
.ds-woo-page-intro h1,
body.single-product div.product .product_title {
  font-family: "Assistant", "Open Sans", "Rubik", "Heebo", system-ui, sans-serif !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
}

body.home .ds-home-refined .ds-home-section h2,
body.home .ds-home-section h2 {
  font-size: clamp(1.78rem, 2.85vw, 3rem) !important;
  line-height: 1.06 !important;
}

body.home .ds-home-refined .ds-home-section__head {
  margin-bottom: clamp(16px, 2.1vw, 26px) !important;
}

body.home .ds-home-refined .ds-home-section:not(.ds-home-guitars) {
  padding-block: clamp(28px, 3.6vw, 48px) !important;
}

body.home .ds-home-trust {
  padding-block: 8px !important;
  margin-block: 0 !important;
}

body.home .ds-home-trust .ds-trust-grid {
  gap: 8px !important;
}

body.home .ds-home-trust .ds-trust-item {
  align-items: center !important;
  gap: 9px !important;
  padding: 8px 10px !important;
  border: 1px solid rgba(23, 19, 31, 0.06) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: none !important;
  transform: none !important;
}

body.home .ds-home-trust .ds-trust-item:hover {
  transform: none !important;
  box-shadow: none !important;
}

body.home .ds-home-trust .ds-trust-ic {
  width: 28px !important;
  height: 28px !important;
  border-radius: 999px !important;
}

body.home .ds-home-trust .ds-trust-ic svg {
  width: 16px !important;
  height: 16px !important;
}

body.home .ds-home-trust .ds-trust-tx strong {
  margin: 0 !important;
  font-size: 0.82rem !important;
  line-height: 1.1 !important;
}

body.home .ds-home-trust .ds-trust-tx span {
  display: none !important;
}

#header .ct-header-search,
body.home #header .ct-header-search {
  display: none !important;
}

#header .ds-menu-search,
body.home #header .ds-menu-search {
  display: flex !important;
  align-items: center !important;
  min-width: clamp(270px, 25vw, 420px) !important;
  max-width: 420px !important;
  margin-inline: clamp(10px, 1.8vw, 22px) !important;
}

#header .ds-menu-search form,
body.home #header .ds-menu-search form {
  width: 100% !important;
  min-height: 44px !important;
  border: 1px solid rgba(255, 255, 255, 0.32) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.14) !important;
  box-shadow: none !important;
  overflow: visible !important;
  backdrop-filter: blur(16px) !important;
}

body.home.ds-scrolled #header .ds-menu-search form,
body:not(.home) #header .ds-menu-search form {
  border-color: rgba(23, 19, 31, 0.12) !important;
  background: rgba(255, 255, 255, 0.92) !important;
}

#header .ds-menu-search input[type="search"] {
  height: 42px !important;
  padding: 0 18px 0 48px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
  font-weight: 750 !important;
  text-align: center !important;
  box-shadow: none !important;
}

body.home.ds-scrolled #header .ds-menu-search input[type="search"],
body:not(.home) #header .ds-menu-search input[type="search"] {
  color: #17131f !important;
}

#header .ds-menu-search input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.76) !important;
  opacity: 1 !important;
}

body.home.ds-scrolled #header .ds-menu-search input[type="search"]::placeholder,
body:not(.home) #header .ds-menu-search input[type="search"]::placeholder {
  color: rgba(23, 19, 31, 0.55) !important;
}

#header .ds-menu-search button {
  left: 5px !important;
  top: 5px !important;
  width: 34px !important;
  height: 34px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

body.home.ds-scrolled #header .ds-menu-search button,
body:not(.home) #header .ds-menu-search button {
  background: #f0f0f2 !important;
  color: #17131f !important;
}

#header .ds-menu-search button:hover,
#header .ds-menu-search button:focus-visible {
  background: rgba(255, 255, 255, 0.28) !important;
  box-shadow: none !important;
  transform: none !important;
}

body.home.ds-scrolled #header .ds-menu-search button:hover,
body:not(.home) #header .ds-menu-search button:hover,
body.home.ds-scrolled #header .ds-menu-search button:focus-visible,
body:not(.home) #header .ds-menu-search button:focus-visible {
  background: #e6e6ea !important;
}

.ds-search-results {
  border-radius: 12px !important;
  border: 1px solid rgba(23, 19, 31, 0.1) !important;
  box-shadow: 0 18px 44px -28px rgba(17, 19, 24, 0.32) !important;
}

body.home .ds-home-category-card,
body.home .ds-home-category-card--soon,
body.home .ds-home-refined .ds-home-product {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.home .ds-home-category-card:hover,
body.home .ds-home-category-card--soon:hover,
body.home .ds-home-refined .ds-home-product:hover {
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body.home .ds-home-category-card img,
body.home .ds-home-category-card--soon img {
  width: 100% !important;
  height: 232px !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 1px solid rgba(23, 19, 31, 0.06) !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: none !important;
  transform: none !important;
}

body.home .ds-home-category-card span {
  margin: 0 0 7px !important;
  font-size: 0.74rem !important;
}

body.home .ds-home-category-card strong {
  margin: 0 !important;
  font-family: "Assistant", "Open Sans", "Rubik", system-ui, sans-serif !important;
  font-size: 1.04rem !important;
  font-weight: 850 !important;
  line-height: 1.18 !important;
}

body.home .ds-home-category-card small {
  margin: 7px 0 0 !important;
  max-width: 34ch !important;
  font-size: 0.86rem !important;
  line-height: 1.38 !important;
}

body.home .ds-home-product-grid {
  gap: clamp(18px, 2vw, 28px) !important;
}

body.home .ds-home-refined .ds-home-product img {
  margin-bottom: 14px !important;
  border-radius: 6px !important;
}

body.home .ds-home-product strong {
  font-family: "Assistant", "Open Sans", "Rubik", system-ui, sans-serif !important;
  font-size: clamp(1.03rem, 1.25vw, 1.22rem) !important;
  font-weight: 850 !important;
  line-height: 1.16 !important;
}

body.home .ds-home-product small {
  margin-top: 7px !important;
  font-family: "Assistant", "Open Sans", "Rubik", system-ui, sans-serif !important;
  font-size: 0.98rem !important;
  font-weight: 850 !important;
}

body.woocommerce-shop .ds-shop-intro,
body.post-type-archive-product .ds-shop-intro,
body.tax-product_cat .ds-shop-intro {
  padding-block: clamp(26px, 4vw, 54px) clamp(18px, 2.4vw, 30px) !important;
  text-align: right !important;
}

body.woocommerce-shop .ds-shop-intro h1,
body.post-type-archive-product .ds-shop-intro h1,
body.tax-product_cat .ds-shop-intro h1 {
  max-width: 760px !important;
  margin-inline: auto 0 !important;
  font-size: clamp(1.95rem, 3.15vw, 3.1rem) !important;
  line-height: 1.04 !important;
}

.ds-shop-category-shortcuts,
.ds-shop-brand-filter {
  gap: 7px !important;
  margin-top: 12px !important;
}

.ds-shop-category-shortcuts a,
.ds-shop-brand-filter a {
  min-height: 32px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: #26232d !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

.ds-shop-category-shortcuts a:hover,
.ds-shop-brand-filter a:hover,
.ds-shop-category-shortcuts a.is-active,
.ds-shop-brand-filter a.is-active {
  border-color: rgba(23, 19, 31, 0.34) !important;
  background: #17131f !important;
  color: #ffffff !important;
}

.woocommerce ul.products li.product,
body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product,
body.single-product .related ul.products li.product {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: right !important;
  transform: none !important;
}

.woocommerce ul.products li.product:hover,
body.woocommerce-shop ul.products li.product:hover,
body.post-type-archive-product ul.products li.product:hover,
body.tax-product_cat ul.products li.product:hover,
body.single-product .related ul.products li.product:hover {
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.woocommerce ul.products li.product a img,
body.woocommerce-shop ul.products li.product a img,
body.post-type-archive-product ul.products li.product a img,
body.tax-product_cat ul.products li.product a img,
body.single-product .related ul.products li.product a img {
  width: 100% !important;
  height: clamp(220px, 23vw, 310px) !important;
  margin-bottom: 14px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: transparent !important;
  box-shadow: none !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

.woocommerce ul.products li.product:hover a img,
body.woocommerce-shop ul.products li.product:hover a img,
body.post-type-archive-product ul.products li.product:hover a img,
body.tax-product_cat ul.products li.product:hover a img,
body.single-product .related ul.products li.product:hover a img {
  border-color: rgba(23, 19, 31, 0.16) !important;
  transform: none !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: "Assistant", "Open Sans", "Rubik", system-ui, sans-serif !important;
  font-size: clamp(0.98rem, 1.12vw, 1.12rem) !important;
  font-weight: 850 !important;
  line-height: 1.22 !important;
}

.woocommerce ul.products li.product .price {
  font-size: 0.96rem !important;
  font-weight: 850 !important;
}

.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-start !important;
  min-height: 38px !important;
  width: auto !important;
  margin-top: auto !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #17131f !important;
  color: #ffffff !important;
  font-size: 0.84rem !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  transform: none !important;
}

.woocommerce ul.products li.product a.button:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce ul.products li.product a.button:focus-visible,
.woocommerce a.button:focus-visible,
.woocommerce button.button:focus-visible,
.woocommerce input.button:focus-visible {
  background: #2a2631 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
}

body.single-product div.product .product_title {
  font-size: clamp(1.78rem, 2.85vw, 3rem) !important;
  line-height: 1.05 !important;
}

body.single-product div.product .summary,
body.single-product div.product .woocommerce-product-gallery {
  border: 1px solid rgba(23, 19, 31, 0.06) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

body.single-product .single_add_to_cart_button,
body.single-product .quantity input.qty {
  border-radius: 999px !important;
}

body.single-product .single_add_to_cart_button {
  background: #17131f !important;
  box-shadow: none !important;
}

body.single-product .single_add_to_cart_button:hover,
body.single-product .single_add_to_cart_button:focus-visible {
  background: #2a2631 !important;
  box-shadow: none !important;
  transform: none !important;
}

.woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li a:hover {
  color: #17131f !important;
}

.woocommerce-tabs ul.tabs li.active::before,
.woocommerce-tabs ul.tabs li.active::after,
.woocommerce-tabs ul.tabs li a::after {
  border-color: #17131f !important;
  background: #17131f !important;
}

@media (max-width: 980px) {
  #header .ds-menu-search,
  body.home #header .ds-menu-search {
    min-width: min(100%, 340px) !important;
    max-width: min(100%, 340px) !important;
    margin: 8px 0 !important;
  }
}

/* DS client QA correction pass v0.18.1 */
#header .ds-menu-search form,
body.home #header .ds-menu-search form {
  position: relative !important;
  min-height: 44px !important;
  height: 44px !important;
  overflow: visible !important;
}

#header .ds-menu-search input[type="search"],
body.home #header .ds-menu-search input[type="search"] {
  height: 42px !important;
  padding-inline-start: 52px !important;
  padding-inline-end: 20px !important;
  text-align: right !important;
  direction: rtl !important;
  caret-color: currentColor !important;
}

#header .ds-menu-search input[type="search"]::placeholder,
body.home #header .ds-menu-search input[type="search"]::placeholder {
  text-align: center !important;
}

#header .ds-menu-search input[type="search"]:focus::placeholder,
body.home #header .ds-menu-search input[type="search"]:focus::placeholder {
  opacity: 0 !important;
}

#header .ds-menu-search button,
body.home #header .ds-menu-search button {
  top: 5px !important;
  left: 5px !important;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  padding: 0 !important;
  transform: none !important;
  transition: background-color 160ms ease, color 160ms ease !important;
}

#header .ds-menu-search button:hover,
#header .ds-menu-search button:focus-visible,
body.home #header .ds-menu-search button:hover,
body.home #header .ds-menu-search button:focus-visible {
  transform: none !important;
  scale: 1 !important;
}

html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined section.ds-home-section.ds-home-trust {
  width: min(1240px, calc(100% - clamp(32px, 5vw, 88px))) !important;
  margin-inline: auto !important;
  margin-block: 0 !important;
  padding-block: clamp(14px, 2vw, 24px) !important;
}

html body.home.page-id-3178 .ds-home-trust .ds-trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

html body.home.page-id-3178 .ds-home-trust .ds-trust-item {
  align-items: flex-start !important;
  gap: 11px !important;
  padding: 14px 15px !important;
  border: 1px solid rgba(23, 19, 31, 0.07) !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  box-shadow: 0 8px 24px -22px rgba(17, 19, 24, 0.32) !important;
  transform: none !important;
}

html body.home.page-id-3178 .ds-home-trust .ds-trust-item:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 32px -26px rgba(17, 19, 24, 0.34) !important;
}

html body.home.page-id-3178 .ds-home-trust .ds-trust-ic {
  width: 38px !important;
  height: 38px !important;
  border-radius: 4px !important;
}

html body.home.page-id-3178 .ds-home-trust .ds-trust-ic svg {
  width: 21px !important;
  height: 21px !important;
}

html body.home.page-id-3178 .ds-home-trust .ds-trust-tx strong {
  margin: 0 0 3px !important;
  font-size: 0.95rem !important;
  line-height: 1.2 !important;
}

html body.home.page-id-3178 .ds-home-trust .ds-trust-tx span {
  display: block !important;
  color: #746f82 !important;
  font-size: 0.78rem !important;
  line-height: 1.35 !important;
}

html body.home.page-id-3178 .ds-home-refined .ds-home-category-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(26px, 3vw, 38px) !important;
}

html body.home.page-id-3178 .ds-home-category-card img,
html body.home.page-id-3178 .ds-home-category-card--soon img {
  height: clamp(280px, 26vw, 360px) !important;
  margin-bottom: 14px !important;
  object-fit: cover !important;
}

html body.home.page-id-3178 .ds-home-refined .ds-home-category-card,
html body.home.page-id-3178 .ds-home-refined .ds-home-category-card--soon {
  display: flex !important;
  flex-direction: column !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.home.page-id-3178 .ds-home-refined .ds-home-category-card span,
html body.home.page-id-3178 .ds-home-refined .ds-home-category-card strong,
html body.home.page-id-3178 .ds-home-refined .ds-home-category-card small {
  position: static !important;
  z-index: auto !important;
  display: block !important;
  transform: none !important;
  text-shadow: none !important;
}

html body.home.page-id-3178 .ds-home-refined .ds-home-category-card span {
  margin: 0 0 8px !important;
  color: #817b91 !important;
  font-size: 0.76rem !important;
}

html body.home.page-id-3178 .ds-home-refined .ds-home-category-card strong {
  margin: 0 !important;
  color: #17131f !important;
  font-size: 1.24rem !important;
  line-height: 1.16 !important;
}

html body.home.page-id-3178 .ds-home-refined .ds-home-category-card small {
  margin: 8px 0 0 !important;
  max-width: 42ch !important;
  color: #746f82 !important;
  font-size: 0.95rem !important;
  line-height: 1.45 !important;
}

body.woocommerce-shop #main,
body.post-type-archive-product #main,
body.tax-product_cat #main {
  background: #f6f7f8 !important;
}

body.woocommerce-shop #main > .ct-container,
body.post-type-archive-product #main > .ct-container,
body.tax-product_cat #main > .ct-container {
  width: min(1290px, calc(100% - clamp(32px, 6vw, 96px))) !important;
  max-width: 1290px !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

body.woocommerce-shop .ds-shop-intro,
body.post-type-archive-product .ds-shop-intro,
body.tax-product_cat .ds-shop-intro {
  width: min(980px, 100%) !important;
  max-width: 980px !important;
  margin: clamp(28px, 4vw, 52px) auto clamp(22px, 3vw, 34px) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #17131f !important;
  text-align: center !important;
  overflow: visible !important;
}

body.tax-product_cat .ds-shop-intro > span,
body.woocommerce-shop .ds-shop-intro > span,
body.post-type-archive-product .ds-shop-intro > span {
  display: inline-flex !important;
  min-height: 30px !important;
  align-items: center !important;
  padding: 5px 13px !important;
  border: 1px solid rgba(23, 19, 31, 0.1) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: #17131f !important;
  box-shadow: none !important;
}

body.tax-product_cat .ds-shop-intro h1,
body.woocommerce-shop .ds-shop-intro h1,
body.post-type-archive-product .ds-shop-intro h1 {
  color: #17131f !important;
  max-width: 760px !important;
  margin: 14px auto 0 !important;
  font-size: clamp(2rem, 3.15vw, 3.05rem) !important;
  line-height: 1.05 !important;
}

body.tax-product_cat .ds-shop-intro p,
body.woocommerce-shop .ds-shop-intro p,
body.post-type-archive-product .ds-shop-intro p {
  color: #6d6678 !important;
  max-width: 64ch !important;
  margin: 12px auto 0 !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
}

.ds-shop-category-shortcuts,
.ds-shop-brand-filter {
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 14px !important;
}

.ds-shop-brand-filter > span {
  color: #17131f !important;
}

.ds-shop-category-shortcuts a,
.ds-shop-brand-filter a {
  min-height: 34px !important;
  border: 1px solid rgba(23, 19, 31, 0.12) !important;
  background: rgba(255, 255, 255, 0.78) !important;
}

.ds-shop-brand-filter {
  align-items: center !important;
  gap: 10px !important;
  margin-top: 16px !important;
}

.ds-shop-brand-filter a {
  justify-content: center !important;
  min-width: 72px !important;
  min-height: 44px !important;
  padding: 8px 16px !important;
  border-color: rgba(23, 19, 31, 0.1) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 8px 24px rgba(23, 19, 31, 0.05) !important;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease !important;
}

.ds-shop-brand-filter a:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 12px 28px rgba(23, 19, 31, 0.08) !important;
}

.ds-shop-brand-filter a:active {
  transform: translateY(0) scale(0.98) !important;
}

.ds-shop-brand-filter a:focus-visible {
  outline: 2px solid #17131f !important;
  outline-offset: 3px !important;
}

.ds-shop-brand-filter a.is-active {
  box-shadow: 0 14px 30px rgba(23, 19, 31, 0.12) !important;
}

.ds-brand-filter__logo {
  display: block !important;
  width: auto !important;
  max-width: 118px !important;
  height: 24px !important;
  object-fit: contain !important;
  filter: grayscale(1) brightness(0) contrast(1.4) !important;
  opacity: 0.9 !important;
  transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease !important;
}

.ds-shop-brand-filter a:hover .ds-brand-filter__logo,
.ds-shop-brand-filter a.is-active .ds-brand-filter__logo {
  filter: grayscale(1) brightness(0) invert(1) contrast(1.1) !important;
  opacity: 1 !important;
}

.ds-brand-filter__logo--allparts,
.ds-brand-filter__logo--ds-handmade-guitars {
  max-width: 142px !important;
}

.ds-brand-filter__logo--allparts,
.ds-brand-filter__logo--grover,
.ds-brand-filter__logo--on-stage {
  height: 30px !important;
}

.ds-brand-filter__logo--boss,
.ds-brand-filter__logo--daddario,
.ds-brand-filter__logo--roland {
  max-width: 104px !important;
}

.ds-brand-filter__logo--jelt {
  max-width: 58px !important;
}

.ds-brand-filter__logo--on-stage,
.ds-brand-filter__logo--stagg {
  max-width: 96px !important;
}

.ds-brand-filter__logo--grover,
.ds-brand-filter__logo--on-stage {
  max-width: 128px !important;
}

@media (max-width: 689px) {
  .ds-shop-brand-filter {
    justify-content: flex-start !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    padding: 2px 0 8px !important;
    scrollbar-width: none !important;
  }

  .ds-shop-brand-filter::-webkit-scrollbar {
    display: none !important;
  }

  .ds-shop-brand-filter > span,
  .ds-shop-brand-filter a {
    flex: 0 0 auto !important;
  }

  .ds-shop-brand-filter a {
    min-width: 66px !important;
    min-height: 42px !important;
    padding-inline: 14px !important;
  }
}

body.woocommerce-shop .woo-listing-top,
body.post-type-archive-product .woo-listing-top,
body.tax-product_cat .woo-listing-top {
  width: 100% !important;
  margin: 0 0 clamp(18px, 2vw, 26px) !important;
  padding: 0 !important;
}

body.woocommerce-shop ul.products,
body.post-type-archive-product ul.products,
body.tax-product_cat ul.products {
  column-gap: clamp(42px, 5vw, 72px) !important;
  row-gap: clamp(52px, 6vw, 82px) !important;
}

.ds-lab-page {
  --lab-ink: #17131f;
  --lab-muted: #6d6678;
  --lab-line: rgba(23, 19, 31, 0.1);
  background: #f6f7f8 !important;
  color: var(--lab-ink) !important;
  font-family: "Assistant", "Open Sans", "Rubik", system-ui, sans-serif !important;
}

.ds-lab-page .ds-home-kicker {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 30px !important;
  padding: 5px 13px !important;
  border: 1px solid var(--lab-line) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: var(--lab-ink) !important;
  font-size: 0.76rem !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
}

.ds-lab-hero {
  width: min(1290px, calc(100% - clamp(32px, 6vw, 96px))) !important;
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr) !important;
  gap: clamp(32px, 5vw, 72px) !important;
  align-items: center !important;
  margin: 0 auto !important;
  padding-block: clamp(46px, 7vw, 88px) clamp(34px, 5vw, 58px) !important;
  background: transparent !important;
  overflow: visible !important;
}

.ds-lab-hero__copy {
  max-width: 620px !important;
  padding: 0 !important;
}

.ds-lab-hero h1 {
  margin: 18px 0 0 !important;
  color: var(--lab-ink) !important;
  font-family: "Assistant", "Open Sans", "Rubik", system-ui, sans-serif !important;
  font-size: clamp(2.25rem, 4.4vw, 4.35rem) !important;
  font-weight: 900 !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
}

.ds-lab-hero p,
.ds-lab-section__head p,
.ds-lab-diagnostic p {
  max-width: 58ch !important;
  margin: 18px 0 0 !important;
  color: var(--lab-muted) !important;
  font-size: clamp(1rem, 1.08vw, 1.1rem) !important;
  line-height: 1.72 !important;
}

.ds-lab-hero__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 28px !important;
}

.ds-lab-hero__media {
  position: relative !important;
  z-index: auto !important;
  margin: 0 !important;
  aspect-ratio: 1.32 / 1 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: #e9e8e4 !important;
  box-shadow: none !important;
}

.ds-lab-hero__media img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: none !important;
}

.ds-lab-hero__media::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to top, rgba(17, 19, 24, 0.22), transparent 45%) !important;
  pointer-events: none !important;
}

.ds-lab-hero__scrim {
  display: none !important;
}

.ds-lab-hero__meta {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 32px !important;
}

.ds-lab-hero__meta span {
  display: block !important;
  padding: 14px !important;
  border-top: 1px solid var(--lab-line) !important;
}

.ds-lab-hero__meta strong,
.ds-lab-hero__meta small {
  display: block !important;
}

.ds-lab-hero__meta strong {
  color: var(--lab-ink) !important;
  font-size: 0.92rem !important;
  font-weight: 900 !important;
}

.ds-lab-hero__meta small {
  margin-top: 4px !important;
  color: var(--lab-muted) !important;
  font-size: 0.8rem !important;
  line-height: 1.35 !important;
}

.ds-lab-section,
.ds-lab-diagnostic,
.ds-lab-cta {
  width: min(1290px, calc(100% - clamp(32px, 6vw, 96px))) !important;
  margin-inline: auto !important;
}

.ds-lab-section {
  padding-block: clamp(32px, 5vw, 58px) !important;
  border-top: 1px solid var(--lab-line) !important;
}

.ds-lab-section__head {
  max-width: 760px !important;
  margin: 0 0 clamp(24px, 3vw, 34px) auto !important;
}

.ds-lab-section h2,
.ds-lab-diagnostic h2,
.ds-lab-cta h2 {
  margin: 14px 0 0 !important;
  color: var(--lab-ink) !important;
  font-family: "Assistant", "Open Sans", "Rubik", system-ui, sans-serif !important;
  font-size: clamp(1.9rem, 3vw, 3rem) !important;
  font-weight: 900 !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

.ds-lab-service-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.ds-lab-service-grid article {
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: start !important;
  padding: 22px !important;
  border: 1px solid var(--lab-line) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.ds-lab-service-grid article span {
  width: 42px !important;
  height: 42px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: #f1f1f3 !important;
  color: var(--lab-muted) !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
}

.ds-lab-service-grid strong {
  margin: 0 !important;
  color: var(--lab-ink) !important;
  font-size: 1.16rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.ds-lab-service-grid p {
  grid-column: 2 !important;
  margin: -14px 0 0 !important;
  color: var(--lab-muted) !important;
  font-size: 0.96rem !important;
  line-height: 1.55 !important;
}

.ds-lab-diagnostic {
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
  gap: clamp(28px, 5vw, 64px) !important;
  align-items: start !important;
  padding-block: clamp(36px, 5vw, 64px) !important;
  border-top: 1px solid var(--lab-line) !important;
}

.ds-lab-diagnostic ol {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.ds-lab-diagnostic li {
  min-height: 90px !important;
  padding: 18px !important;
  border: 1px solid var(--lab-line) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
}

.ds-lab-diagnostic b {
  display: block !important;
  color: var(--lab-muted) !important;
  font-size: 0.76rem !important;
  font-weight: 900 !important;
}

.ds-lab-diagnostic span {
  display: block !important;
  margin-top: 18px !important;
  color: var(--lab-ink) !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
  line-height: 1.28 !important;
}

.ds-lab-cta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
  margin-block: 0 clamp(42px, 7vw, 82px) !important;
  padding: clamp(28px, 4vw, 46px) !important;
  border: 1px solid var(--lab-line) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: var(--lab-ink) !important;
  box-shadow: none !important;
}

.ds-lab-cta h2 {
  max-width: 24ch !important;
}

.ds-lab-cta .ds-home-textlink {
  color: var(--lab-ink) !important;
  border-color: var(--lab-line) !important;
  background: transparent !important;
}

@media (max-width: 980px) {
  html body.home.page-id-3178 .ds-home-trust .ds-trust-grid,
  html body.home.page-id-3178 .ds-home-refined .ds-home-category-grid,
  .ds-lab-hero,
  .ds-lab-diagnostic,
  .ds-lab-service-grid {
    grid-template-columns: 1fr !important;
  }

  .ds-lab-hero__media {
    order: -1 !important;
  }

  .ds-lab-hero__meta,
  .ds-lab-diagnostic ol {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 560px) {
  html body.home.page-id-3178 .ds-home-trust .ds-trust-grid {
    grid-template-columns: 1fr !important;
  }
}

/* DS mobile shop ordering fix v0.18.2 */
@media (max-width: 768px) {
  body.woocommerce-shop .woo-listing-top,
  body.post-type-archive-product .woo-listing-top,
  body.tax-product_cat .woo-listing-top {
    display: block !important;
    width: 100% !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body.woocommerce-shop .woocommerce-ordering,
  body.post-type-archive-product .woocommerce-ordering,
  body.tax-product_cat .woocommerce-ordering {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.woocommerce-shop select.orderby,
  body.post-type-archive-product select.orderby,
  body.tax-product_cat select.orderby {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(23, 19, 31, 0.12) !important;
    border-radius: 6px !important;
    background-color: #ffffff !important;
    color: #17131f !important;
    font-size: 0.92rem !important;
    font-weight: 800 !important;
    text-align: right !important;
    direction: rtl !important;
  }

  body.woocommerce-shop .woocommerce-ordering > svg,
  body.post-type-archive-product .woocommerce-ordering > svg,
  body.tax-product_cat .woocommerce-ordering > svg {
    display: none !important;
  }
}

/* DS homepage legacy English title font lock v0.18.3 */
body.home .ds-home-refined .ds-home-hero.ds-home-hero--cover h1,
html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined .ds-home-hero.ds-home-hero--cover h1 {
  font-family: "Chronicle Display", "Gilroy-Bold", "DS Gilroy", Georgia, serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

/* DS product media frames v0.18.6 */
body.home .ds-home-refined .ds-home-product__media,
.woocommerce ul.products li.product figure,
body.woocommerce-shop ul.products li.product figure,
body.post-type-archive-product ul.products li.product figure,
body.tax-product_cat ul.products li.product figure,
body.single-product .related ul.products li.product figure {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  border: 1px solid rgba(23, 19, 31, 0.07) !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.woocommerce ul.products li.product figure > a.ct-media-container,
body.woocommerce-shop ul.products li.product figure > a.ct-media-container,
body.post-type-archive-product ul.products li.product figure > a.ct-media-container,
body.tax-product_cat ul.products li.product figure > a.ct-media-container,
body.single-product .related ul.products li.product figure > a.ct-media-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

body.home .ds-home-refined .ds-home-product__media img,
.woocommerce ul.products li.product figure img,
body.woocommerce-shop ul.products li.product figure img,
body.post-type-archive-product ul.products li.product figure img,
body.tax-product_cat ul.products li.product figure img,
body.single-product .related ul.products li.product figure img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  box-sizing: border-box !important;
  filter: none !important;
  transform: scale(1.08) !important;
  transform-origin: center !important;
}

body.home .ds-home-refined .ds-home-product:hover .ds-home-product__media,
.woocommerce ul.products li.product:hover figure,
body.woocommerce-shop ul.products li.product:hover figure,
body.post-type-archive-product ul.products li.product:hover figure,
body.tax-product_cat ul.products li.product:hover figure,
body.single-product .related ul.products li.product:hover figure {
  border-color: rgba(28, 18, 48, 0.16) !important;
}

/* DS header logo + desktop height correction v0.18.9 */
[data-header*="type-1"] {
  --header-height: 72px !important;
}

[data-header*="type-1"] .ct-header [data-row*="middle"],
#header [data-device="desktop"] [data-row="middle"],
#header [data-row="middle"],
body.home #header [data-device="desktop"] [data-row="middle"],
body.home #header [data-row="middle"] {
  --height: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
  padding-block: 7px !important;
}

#header [data-row="middle"] > .ct-container,
body.home #header [data-row="middle"] > .ct-container {
  min-height: 58px !important;
}

#header [data-column],
#header [data-items],
#header .site-branding,
.site-header .site-branding,
body.home #header .site-branding,
body.home .site-header .site-branding {
  min-height: 58px !important;
  max-height: 58px !important;
}

#header .site-branding,
.site-header .site-branding,
body.home #header .site-branding,
body.home .site-header .site-branding {
  width: 56px !important;
  min-width: 56px !important;
  max-width: 56px !important;
  padding: 0 !important;
  overflow: visible !important;
}

#header .site-logo-container,
.site-header .site-logo-container,
body.home #header .site-logo-container,
body.home .site-header .site-logo-container {
  width: 54px !important;
  min-width: 54px !important;
  max-width: 54px !important;
  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  display: grid !important;
  place-items: center !important;
  overflow: visible !important;
}

#header .site-logo-container img,
#header .site-logo-container svg,
.site-header .site-logo-container img,
.site-header .site-logo-container svg,
body.home #header .site-logo-container img,
body.home #header .site-logo-container svg,
body.home .site-header .site-logo-container img,
body.home .site-header .site-logo-container svg,
body.home.ds-scrolled #header .site-logo-container img,
body.home.ds-scrolled #header .ct-logo-container img,
body.home.ds-scrolled #header img {
  width: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
  height: 57px !important;
  min-height: 57px !important;
  max-height: 57px !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

body.home:not(.ds-scrolled) #header .site-logo-container img,
body.home:not(.ds-scrolled) #header .site-logo-container svg,
body.home:not(.ds-scrolled) .site-header .site-logo-container img,
body.home:not(.ds-scrolled) .site-header .site-logo-container svg {
  filter: none !important;
}

body:not(.home) #header .site-logo-container img,
body:not(.home) #header .site-logo-container svg,
body.home.ds-scrolled #header .site-logo-container img,
body.home.ds-scrolled #header .site-logo-container svg {
  filter: brightness(0) saturate(100%) invert(8%) sepia(10%) saturate(1397%) hue-rotate(214deg) brightness(94%) contrast(92%) !important;
}

#header .header-menu-1 > ul,
body.home #header .header-menu-1 > ul {
  min-height: 42px !important;
}

#header .header-menu-1 > ul > li > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li > a.ct-menu-link {
  min-height: 38px !important;
}

#header .ds-menu-search form,
body.home #header .ds-menu-search form {
  min-height: 40px !important;
  height: 40px !important;
}

#header .ds-menu-search input[type="search"],
body.home #header .ds-menu-search input[type="search"] {
  height: 38px !important;
}

#header .ds-menu-search button,
body.home #header .ds-menu-search button {
  top: 4px !important;
  left: 4px !important;
  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
}

@media (max-width: 999.98px) {
  [data-header*="type-1"] {
    --header-height: 66px !important;
  }

  [data-header*="type-1"] .ct-header [data-row*="middle"],
  #header [data-row="middle"],
  body.home #header [data-row="middle"] {
    --height: 66px !important;
    min-height: 66px !important;
    max-height: 66px !important;
    padding-block: 6px !important;
  }

  #header .site-branding,
  .site-header .site-branding,
  body.home #header .site-branding,
  body.home .site-header .site-branding,
  #header .site-logo-container,
  .site-header .site-logo-container,
  body.home #header .site-logo-container,
  body.home .site-header .site-logo-container {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
  }

  #header .site-logo-container img,
  #header .site-logo-container svg,
  .site-header .site-logo-container img,
  .site-header .site-logo-container svg,
  body.home #header .site-logo-container img,
  body.home #header .site-logo-container svg,
  body.home .site-header .site-logo-container img,
  body.home .site-header .site-logo-container svg {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    height: 53px !important;
    min-height: 53px !important;
    max-height: 53px !important;
  }
}

/* DS header container alignment fix v0.19.0 */
#header [data-row="middle"] > .ct-container,
body.home #header [data-row="middle"] > .ct-container {
  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  padding-block: 0 !important;
  align-items: center !important;
}

#header [data-row="middle"] [data-column],
#header [data-row="middle"] [data-items],
body.home #header [data-row="middle"] [data-column],
body.home #header [data-row="middle"] [data-items] {
  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  align-items: center !important;
}

/* DS desktop header RTL grouping correction v0.19.3 */
#header .header-menu-1 > ul,
body.home #header .header-menu-1 > ul {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: clamp(18px, 2vw, 34px) !important;
  direction: rtl !important;
}

#header .header-menu-1 > ul > li,
body.home #header .header-menu-1 > ul > li {
  order: 10;
  flex: 0 0 auto !important;
  margin: 0 !important;
}

#header .header-menu-1 > ul > li.ds-menu-about,
#header .header-menu-1 > ul > li.ds-menu-lab,
body.home #header .header-menu-1 > ul > li.ds-menu-about,
body.home #header .header-menu-1 > ul > li.ds-menu-lab {
  order: 20;
}

#header .header-menu-1 > ul > li.ds-menu-search,
body.home #header .header-menu-1 > ul > li.ds-menu-search {
  order: 30;
  width: clamp(220px, 20vw, 330px) !important;
  min-width: clamp(220px, 20vw, 330px) !important;
  max-width: 330px !important;
  margin-inline-start: clamp(8px, 1.2vw, 18px) !important;
}

#header .header-menu-1 > ul > li.ds-menu-cart,
#header .header-menu-1 > ul > li:has(> a.ds-cart-link),
body.home #header .header-menu-1 > ul > li.ds-menu-cart,
body.home #header .header-menu-1 > ul > li:has(> a.ds-cart-link) {
  order: 40;
}

#header .header-menu-1 > ul > li > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li > a.ct-menu-link {
  padding-inline: 0 !important;
  font-size: 0.95rem !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

#header .ds-menu-search form,
body.home #header .ds-menu-search form {
  height: 38px !important;
  min-height: 38px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(23, 19, 31, 0.12) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body.home:not(.ds-scrolled) #header .ds-menu-search form {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  backdrop-filter: blur(14px) !important;
}

#header .ds-menu-search input[type="search"],
body.home #header .ds-menu-search input[type="search"] {
  height: 36px !important;
  padding: 0 18px 0 44px !important;
  color: #17131f !important;
  font-size: 0.88rem !important;
  font-weight: 450 !important;
  line-height: 36px !important;
  text-align: right !important;
  direction: rtl !important;
}

body.home:not(.ds-scrolled) #header .ds-menu-search input[type="search"] {
  color: #ffffff !important;
}

#header .ds-menu-search input[type="search"]::placeholder,
body.home #header .ds-menu-search input[type="search"]::placeholder {
  color: rgba(23, 19, 31, 0.46) !important;
  font-weight: 450 !important;
  text-align: right !important;
  opacity: 1 !important;
}

body.home:not(.ds-scrolled) #header .ds-menu-search input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.72) !important;
}

#header .ds-menu-search button,
body.home #header .ds-menu-search button {
  top: 4px !important;
  left: 4px !important;
  width: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  border-radius: 50% !important;
  background: rgba(23, 19, 31, 0.07) !important;
  color: #17131f !important;
}

body.home:not(.ds-scrolled) #header .ds-menu-search button {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
}

#header .ds-menu-search button svg,
body.home #header .ds-menu-search button svg {
  width: 16px !important;
  height: 16px !important;
  stroke-width: 2 !important;
}

@media (max-width: 1180px) {
  #header .header-menu-1 > ul,
  body.home #header .header-menu-1 > ul {
    gap: clamp(12px, 1.4vw, 20px) !important;
  }

  #header .header-menu-1 > ul > li.ds-menu-search,
  body.home #header .header-menu-1 > ul > li.ds-menu-search {
    width: clamp(190px, 18vw, 260px) !important;
    min-width: clamp(190px, 18vw, 260px) !important;
  }
}

/* =================================================================
   DS PDP refinement v0.20.0 — UX/UI pro pass
   Goal: a clean, modern, *finished* single-product page. Restrained,
   not crowded. Purple (#6d28d9) used ONLY as a micro-accent on the
   graphite / neutral base. Overrides earlier flattened layers.
   ================================================================= */
body.single-product {
  --pdp-ink: #14161c;
  --pdp-ink-soft: #3d4350;
  --pdp-muted: #6b7280;
  --pdp-line: rgba(20, 22, 28, 0.10);
  --pdp-surface: #ffffff;
  --pdp-canvas: #f3f4f6;
  --pdp-accent: #6d28d9;
  --pdp-accent-ink: #4c1d95;
  --pdp-accent-tint: rgba(109, 40, 217, 0.08);
  --pdp-radius: 16px;
  --pdp-radius-sm: 12px;
  --pdp-shadow: 0 1px 2px rgba(20, 22, 28, 0.04), 0 22px 48px -28px rgba(20, 22, 28, 0.22);
  background:
    radial-gradient(120% 70% at 85% -8%, rgba(109, 40, 217, 0.05), transparent 55%),
    linear-gradient(180deg, #f7f8fa 0%, var(--pdp-canvas) 100%) !important;
}

/* Breadcrumb: quiet wayfinding above the product */
body.single-product .ct-breadcrumbs,
body.single-product nav.woocommerce-breadcrumb,
body.single-product .woocommerce-breadcrumb {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 auto clamp(14px, 1.8vw, 20px) !important;
  width: min(1200px, calc(100% - clamp(28px, 5vw, 80px))) !important;
  color: var(--pdp-muted) !important;
  font-size: 0.86rem !important;
  font-weight: 600 !important;
}
body.single-product .ct-breadcrumbs a,
body.single-product .woocommerce-breadcrumb a {
  color: var(--pdp-muted) !important;
  text-decoration: none !important;
  transition: color 0.15s ease !important;
}
body.single-product .ct-breadcrumbs a:hover,
body.single-product .woocommerce-breadcrumb a:hover {
  color: var(--pdp-accent) !important;
}

/* Product shell */
body.single-product div.product {
  width: min(1200px, calc(100% - clamp(28px, 5vw, 80px))) !important;
  margin: clamp(8px, 1.2vw, 16px) auto clamp(56px, 8vw, 96px) !important;
  padding-top: 0 !important;
}

/* Two columns: image-left / summary-right (wrapper stays LTR, content RTL) */
body.single-product div.product .product-entry-wrapper {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr) !important;
  gap: clamp(28px, 4vw, 56px) !important;
  align-items: start !important;
}

/* Gallery card */
body.single-product div.product .woocommerce-product-gallery {
  position: sticky !important;
  top: 96px !important;
  overflow: hidden !important;
  padding: clamp(20px, 2.6vw, 34px) !important;
  border: 1px solid var(--pdp-line) !important;
  border-radius: var(--pdp-radius) !important;
  background: var(--pdp-surface) !important;
  box-shadow: var(--pdp-shadow) !important;
}
body.single-product div.product .woocommerce-product-gallery img {
  border-radius: var(--pdp-radius-sm) !important;
  max-height: 600px !important;
  object-fit: contain !important;
}
body.single-product div.product .flex-control-thumbs,
body.single-product div.product .flexy-pills[data-type="thumbs"] ol {
  gap: 10px !important;
  margin-block-start: 14px !important;
}
body.single-product div.product .flex-control-thumbs img,
body.single-product div.product .flexy-pills[data-type="thumbs"] img {
  padding: 8px !important;
  border: 1px solid var(--pdp-line) !important;
  border-radius: var(--pdp-radius-sm) !important;
  background: #ffffff !important;
}
body.single-product div.product .flex-control-thumbs li.active img,
body.single-product div.product .flex-control-thumbs img:hover,
body.single-product div.product .flexy-pills[data-type="thumbs"] li.active img,
body.single-product div.product .flexy-pills[data-type="thumbs"] li:hover img {
  border-color: var(--pdp-ink) !important;
  box-shadow: inset 0 0 0 1px var(--pdp-ink) !important;
}

/* Summary card */
body.single-product div.product .summary {
  align-self: start !important;
  margin: 0 !important;
  padding: clamp(26px, 3vw, 40px) !important;
  border: 1px solid var(--pdp-line) !important;
  border-radius: var(--pdp-radius) !important;
  background: var(--pdp-surface) !important;
  box-shadow: var(--pdp-shadow) !important;
}

/* Category eyebrow (added via functions.php at priority 4) */
body.single-product .ds-pdp-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 0 14px !important;
  color: var(--pdp-accent-ink) !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
}
body.single-product .ds-pdp-eyebrow::before {
  content: "" !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: var(--pdp-accent) !important;
}

/* Title — refined product title, not a hero display */
body.single-product div.product .product_title {
  max-width: none !important;
  margin: 0 0 14px !important;
  color: var(--pdp-ink) !important;
  font-family: "Assistant", "Heebo", "Open Sans", system-ui, sans-serif !important;
  font-size: clamp(1.7rem, 2.35vw, 2.45rem) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
}

/* Price — confident, tabular, muted currency mark */
body.single-product div.product p.price,
body.single-product div.product span.price {
  display: block !important;
  margin: 0 0 22px !important;
  color: var(--pdp-ink) !important;
  font-size: clamp(1.5rem, 2vw, 1.9rem) !important;
  font-weight: 800 !important;
  font-variant-numeric: tabular-nums !important;
  letter-spacing: -0.01em !important;
}
body.single-product div.product .price .woocommerce-Price-currencySymbol {
  color: var(--pdp-muted) !important;
  font-weight: 700 !important;
}

/* Short description — comfortable measure & contrast */
body.single-product div.product .woocommerce-product-details__short-description {
  max-width: 46ch !important;
  margin: 0 !important;
  color: var(--pdp-ink-soft) !important;
  font-size: 1.02rem !important;
  line-height: 1.75 !important;
}
body.single-product div.product .woocommerce-product-details__short-description p {
  margin: 0 !important;
}

/* Divider — clean hairline */
body.single-product .summary .ct-product-divider {
  display: block !important;
  height: 1px !important;
  margin: clamp(22px, 2.8vw, 30px) 0 !important;
  border: 0 !important;
  background: var(--pdp-line) !important;
}

/* Buy row */
body.single-product .cart {
  display: block !important;
  margin: 0 !important;
}
body.single-product .cart .ct-cart-actions {
  display: grid !important;
  grid-template-columns: minmax(120px, 0.32fr) minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: stretch !important;
}
body.single-product .cart .quantity {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--pdp-line) !important;
  border-radius: var(--pdp-radius-sm) !important;
  background: var(--pdp-surface) !important;
  overflow: hidden !important;
}
body.single-product .cart .quantity input.qty {
  width: 100% !important;
  min-height: 56px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--pdp-ink) !important;
  font-weight: 800 !important;
  font-variant-numeric: tabular-nums !important;
  text-align: center !important;
}
body.single-product .cart .quantity .ct-increase:hover,
body.single-product .cart .quantity .ct-decrease:hover {
  color: var(--pdp-accent) !important;
}
body.single-product .single_add_to_cart_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 56px !important;
  border: 0 !important;
  border-radius: var(--pdp-radius-sm) !important;
  background: var(--pdp-ink) !important;
  color: #ffffff !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em !important;
  box-shadow: 0 14px 30px -14px rgba(20, 22, 28, 0.5) !important;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease !important;
}
body.single-product .single_add_to_cart_button:hover {
  background: #0c0c10 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 18px 38px -14px rgba(109, 40, 217, 0.45) !important;
}
body.single-product .single_add_to_cart_button:focus-visible,
body.single-product .cart .quantity input.qty:focus-visible {
  outline: 2px solid var(--pdp-accent) !important;
  outline-offset: 2px !important;
}

/* Trust strip — one tidy bordered unit, purple icons */
body.single-product .ds-product-assurance {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin-top: clamp(22px, 2.8vw, 30px) !important;
  border: 1px solid var(--pdp-line) !important;
  border-radius: 14px !important;
  background: var(--pdp-canvas) !important;
  overflow: hidden !important;
}
body.single-product .ds-product-assurance > div {
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  padding: 16px !important;
  border: 0 !important;
  border-inline-end: 1px solid var(--pdp-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
}
body.single-product .ds-product-assurance > div:last-child {
  border-inline-end: 0 !important;
}
body.single-product .ds-product-assurance svg {
  color: var(--pdp-accent) !important;
}
body.single-product .ds-product-assurance strong {
  color: var(--pdp-ink) !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
}
body.single-product .ds-product-assurance span {
  color: var(--pdp-muted) !important;
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

/* Availability block (shown on actual guitars) — accent edge */
body.single-product .ds-guitar-availability {
  margin: clamp(18px, 2.4vw, 24px) 0 !important;
  padding: 18px 20px !important;
  border: 1px solid var(--pdp-line) !important;
  border-inline-start: 3px solid var(--pdp-accent) !important;
  border-radius: var(--pdp-radius-sm) !important;
  background: var(--pdp-accent-tint) !important;
}
body.single-product .ds-guitar-availability > span {
  color: var(--pdp-accent-ink) !important;
  font-weight: 800 !important;
}

/* Product meta (SKU / category / brand) — quiet footnote */
body.single-product div.product .product_meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 22px !important;
  align-items: center !important;
  margin-top: clamp(20px, 2.6vw, 26px) !important;
  padding-top: 18px !important;
  border-top: 1px solid var(--pdp-line) !important;
  color: var(--pdp-muted) !important;
  font-size: 0.9rem !important;
}
body.single-product div.product .product_meta > span {
  color: var(--pdp-muted) !important;
}
body.single-product div.product .product_meta a {
  color: var(--pdp-ink-soft) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
body.single-product div.product .product_meta a:hover {
  color: var(--pdp-accent) !important;
}

/* Tabs panel + divider below the wrapper */
body.single-product div.product > .ct-product-divider {
  height: 1px !important;
  margin: clamp(28px, 4vw, 44px) 0 0 !important;
  border: 0 !important;
  background: var(--pdp-line) !important;
}
body.single-product .woocommerce-tabs .panel {
  margin-top: 18px !important;
  padding: clamp(20px, 3vw, 32px) !important;
  border: 1px solid var(--pdp-line) !important;
  border-radius: var(--pdp-radius) !important;
  background: var(--pdp-surface) !important;
}

@media (max-width: 980px) {
  body.single-product div.product .product-entry-wrapper {
    grid-template-columns: 1fr !important;
    direction: rtl !important;
    gap: 24px !important;
  }
  body.single-product div.product .woocommerce-product-gallery {
    position: static !important;
    top: auto !important;
  }
}

@media (max-width: 600px) {
  body.single-product .ds-product-assurance {
    grid-template-columns: 1fr !important;
  }
  body.single-product .ds-product-assurance > div {
    border-inline-end: 0 !important;
    border-block-end: 1px solid var(--pdp-line) !important;
  }
  body.single-product .ds-product-assurance > div:last-child {
    border-block-end: 0 !important;
  }
  body.single-product .cart .ct-cart-actions {
    grid-template-columns: 1fr !important;
  }
}

/* Tabs — quiet underline nav + card panel */
body.single-product .woocommerce-tabs {
  margin-top: clamp(36px, 5vw, 64px) !important;
}
body.single-product .woocommerce-tabs ul.tabs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  border-bottom: 1px solid var(--pdp-line) !important;
}
body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs::after,
body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}
body.single-product .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
body.single-product .woocommerce-tabs ul.tabs li a {
  display: inline-block !important;
  padding: 12px 16px !important;
  margin-bottom: -1px !important;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  color: var(--pdp-muted) !important;
  font-weight: 700 !important;
  font-size: 0.96rem !important;
}
body.single-product .woocommerce-tabs ul.tabs li.active a,
body.single-product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--pdp-ink) !important;
  border-bottom-color: var(--pdp-ink) !important;
  background: transparent !important;
}
body.single-product .woocommerce-tabs .panel {
  margin-top: 0 !important;
  padding: clamp(20px, 3vw, 32px) !important;
  border: 1px solid var(--pdp-line) !important;
  border-radius: var(--pdp-radius) !important;
  background: var(--pdp-surface) !important;
  box-shadow: var(--pdp-shadow) !important;
}
body.single-product .woocommerce-tabs .panel > h2:first-child {
  margin-top: 0 !important;
}
body.single-product .woocommerce-tabs .panel table.shop_attributes th {
  color: var(--pdp-muted) !important;
}
body.single-product .woocommerce-tabs .panel table.shop_attributes td {
  color: var(--pdp-ink-soft) !important;
}

/* Related products — same card language as the rest of the page (PDP-scoped) */
body.single-product .related {
  margin-top: clamp(40px, 6vw, 80px) !important;
}
body.single-product .related .ct-module-title {
  margin: 0 0 clamp(16px, 2vw, 24px) !important;
  color: var(--pdp-ink) !important;
  font-size: clamp(1.3rem, 2vw, 1.7rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
}
body.single-product .related ul.products li.product {
  min-height: 0 !important;
  padding: 14px !important;
  border: 1px solid var(--pdp-line) !important;
  border-radius: 14px !important;
  background: var(--pdp-surface) !important;
  box-shadow: 0 1px 2px rgba(20, 22, 28, 0.04) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease !important;
}
body.single-product .related ul.products li.product:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(20, 22, 28, 0.18) !important;
  box-shadow: var(--pdp-shadow) !important;
}
body.single-product .related ul.products li.product a img {
  border-radius: 10px !important;
  background: linear-gradient(180deg, #fafbfc, #f3f4f6) !important;
}
body.single-product .related ul.products li.product .woocommerce-loop-product__title {
  color: var(--pdp-ink) !important;
  font-weight: 700 !important;
}
body.single-product .related ul.products li.product .price {
  color: var(--pdp-ink) !important;
  font-weight: 800 !important;
}
body.single-product .related ul.products li.product a.button {
  border-radius: 10px !important;
  background: var(--pdp-ink) !important;
  box-shadow: none !important;
}
/* === /DS PDP refinement v0.20.0 === */

/* === DS product card polish v0.20.1 === */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.single-product .related ul.products li.product .woocommerce-loop-product__title {
  font-weight: 650 !important;
  line-height: 1.28 !important;
  letter-spacing: 0 !important;
}

.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .button,
body.single-product .related ul.products li.product a.button {
  min-height: 42px !important;
  width: auto !important;
  min-width: 132px !important;
  max-width: 100% !important;
  margin-top: 16px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(23, 19, 31, 0.12) !important;
  border-radius: 10px !important;
  background: #18141f !important;
  color: #ffffff !important;
  font-size: 0.86rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  box-shadow: 0 10px 22px -16px rgba(23, 19, 31, 0.65) !important;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease !important;
}

.woocommerce ul.products li.product a.button:hover,
.woocommerce ul.products li.product .button:hover,
body.single-product .related ul.products li.product a.button:hover,
.woocommerce ul.products li.product a.button:focus-visible,
.woocommerce ul.products li.product .button:focus-visible,
body.single-product .related ul.products li.product a.button:focus-visible {
  border-color: rgba(23, 19, 31, 0.22) !important;
  background: #0f0d14 !important;
  color: #ffffff !important;
  box-shadow: 0 14px 28px -18px rgba(23, 19, 31, 0.75) !important;
  transform: translateY(-1px) !important;
}

body.single-product div.product .product_title {
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}
/* === /DS product card polish v0.20.1 === */

/* === DS product card CTA v0.20.5 === */
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .button,
body.single-product .related ul.products li.product a.button {
  position: relative !important;
  min-height: 48px !important;
  min-width: 190px !important;
  padding: 0 26px !important;
  gap: 0 !important;
  border: 1px solid rgba(23, 19, 31, 0.16) !important;
  border-radius: 16px !important;
  background: #17131f !important;
  color: #ffffff !important;
  font-size: 0.9rem !important;
  font-weight: 760 !important;
  text-align: center !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 30px -24px rgba(23, 19, 31, 0.9) !important;
  overflow: hidden !important;
}

.woocommerce ul.products li.product a.button::before,
.woocommerce ul.products li.product .button::before,
body.single-product .related ul.products li.product a.button::before {
  content: none !important;
  display: none !important;
}

.woocommerce ul.products li.product a.button:hover,
.woocommerce ul.products li.product .button:hover,
body.single-product .related ul.products li.product a.button:hover,
.woocommerce ul.products li.product a.button:focus-visible,
.woocommerce ul.products li.product .button:focus-visible,
body.single-product .related ul.products li.product a.button:focus-visible {
  border-color: rgba(23, 19, 31, 0.24) !important;
  background: #100d17 !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 18px 34px -24px rgba(23, 19, 31, 0.95) !important;
  transform: translateY(-1px) !important;
}

.woocommerce ul.products li.product a.button:active,
.woocommerce ul.products li.product .button:active,
body.single-product .related ul.products li.product a.button:active {
  transform: translateY(0) scale(0.99) !important;
}
/* === /DS product card CTA v0.20.5 === */

/* === DS shop interaction refinements v0.20.7 === */
#header .header-menu-1 > ul > li:not(:last-child) > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li:not(:last-child) > a.ct-menu-link {
  position: relative !important;
  min-height: 42px !important;
  padding-inline: 18px !important;
  border-radius: 13px !important;
  color: #5f5a67 !important;
  transition: color 0.16s ease, background-color 0.16s ease !important;
}

#header .header-menu-1 > ul > li:not(:last-child) > a.ct-menu-link:hover,
#header .header-menu-1 > ul > li:not(:last-child) > a.ct-menu-link:focus-visible,
body.home.ds-scrolled #header .header-menu-1 > ul > li:not(:last-child) > a.ct-menu-link:hover,
body:not(.home) #header .header-menu-1 > ul > li:not(:last-child) > a.ct-menu-link:hover {
  background: rgba(23, 19, 31, 0.055) !important;
  color: #17131f !important;
}

#header .header-menu-1 > ul > li.current-menu-item:not(:last-child) > a.ct-menu-link,
#header .header-menu-1 > ul > li.current_page_item:not(:last-child) > a.ct-menu-link,
body.woocommerce-shop #header .header-menu-1 > ul > li.menu-item-has-children > a[href*="/shop/"],
body.post-type-archive-product #header .header-menu-1 > ul > li.menu-item-has-children > a[href*="/shop/"],
body.tax-product_cat #header .header-menu-1 > ul > li.menu-item-has-children > a[href*="/shop/"],
body.home.ds-scrolled #header .header-menu-1 > ul > li.current-menu-item:not(:last-child) > a.ct-menu-link,
body:not(.home) #header .header-menu-1 > ul > li.current-menu-item:not(:last-child) > a.ct-menu-link {
  background: transparent !important;
  color: #17131f !important;
}

#header .header-menu-1 > ul > li.current-menu-item:not(:last-child) > a.ct-menu-link::after,
#header .header-menu-1 > ul > li.current_page_item:not(:last-child) > a.ct-menu-link::after,
body.woocommerce-shop #header .header-menu-1 > ul > li.menu-item-has-children > a[href*="/shop/"]::after,
body.post-type-archive-product #header .header-menu-1 > ul > li.menu-item-has-children > a[href*="/shop/"]::after,
body.tax-product_cat #header .header-menu-1 > ul > li.menu-item-has-children > a[href*="/shop/"]::after,
body.home.ds-scrolled #header .header-menu-1 > ul > li.current-menu-item:not(:last-child) > a.ct-menu-link::after,
body:not(.home) #header .header-menu-1 > ul > li.current-menu-item:not(:last-child) > a.ct-menu-link::after {
  content: "" !important;
  position: absolute !important;
  left: 18px !important;
  right: 18px !important;
  bottom: 5px !important;
  width: auto !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: rgba(124, 58, 237, 0.58) !important;
  transform: none !important;
}

body.tax-product_cat .ds-shop-intro > span,
body.woocommerce-shop .ds-shop-intro > span,
body.post-type-archive-product .ds-shop-intro > span {
  display: none !important;
}

body.tax-product_cat .ds-shop-intro h1,
body.woocommerce-shop .ds-shop-intro h1,
body.post-type-archive-product .ds-shop-intro h1 {
  margin-top: 0 !important;
}

.ds-shop-category-shortcuts {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px !important;
  width: auto !important;
  margin-top: 22px !important;
  padding: 0 4px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(23, 19, 31, 0.12) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ds-shop-category-shortcuts a {
  position: relative !important;
  min-height: 42px !important;
  padding: 0 13px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #6d6678 !important;
  box-shadow: none !important;
  font-size: 0.93rem !important;
  font-weight: 760 !important;
}

.ds-shop-category-shortcuts a::after {
  content: "" !important;
  position: absolute !important;
  left: 12px !important;
  right: 12px !important;
  bottom: -1px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: transparent !important;
  transition: background-color 0.16s ease, transform 0.16s ease !important;
}

.ds-shop-category-shortcuts a:hover,
.ds-shop-category-shortcuts a:focus-visible {
  color: #17131f !important;
  background: transparent !important;
}

.ds-shop-category-shortcuts a.is-active {
  color: #17131f !important;
  background: transparent !important;
}

.ds-shop-category-shortcuts a.is-active::after {
  background: #17131f !important;
}

.ds-shop-brand-filter {
  margin-top: 26px !important;
}

.ds-shop-brand-filter > span {
  margin-inline-start: 6px !important;
  color: #5f5a67 !important;
  font-size: 0.96rem !important;
  font-weight: 800 !important;
}

.woocommerce ul.products li.product figure img,
body.woocommerce-shop ul.products li.product figure img,
body.post-type-archive-product ul.products li.product figure img,
body.tax-product_cat ul.products li.product figure img,
body.single-product .related ul.products li.product figure img {
  transform: scale(1) !important;
  transition: transform 0.22s ease !important;
}

.woocommerce ul.products li.product:hover figure img,
body.woocommerce-shop ul.products li.product:hover figure img,
body.post-type-archive-product ul.products li.product:hover figure img,
body.tax-product_cat ul.products li.product:hover figure img,
body.single-product .related ul.products li.product:hover figure img {
  transform: scale(1.018) !important;
}

body.single-product .cart .ct-cart-actions {
  align-items: stretch !important;
  grid-template-columns: minmax(190px, 0.28fr) minmax(0, 1fr) !important;
}

body.single-product .cart .quantity,
body.single-product .single_add_to_cart_button {
  height: 72px !important;
  min-height: 72px !important;
  align-self: stretch !important;
}

body.single-product .cart .quantity input.qty {
  height: 72px !important;
  min-height: 72px !important;
}

.woocommerce-pagination.ds-pagination--infinite,
.ct-pagination.ds-pagination--infinite {
  display: none !important;
}

.ds-infinite-sentinel {
  width: 100%;
  height: 1px;
}

.ds-infinite-status {
  width: fit-content;
  margin: 18px auto 0;
  padding: 10px 16px;
  border: 1px solid rgba(23, 19, 31, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #5f5a67;
  font-size: 0.92rem;
  font-weight: 700;
}

@media (max-width: 689px) {
  .ds-shop-category-shortcuts {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    padding-bottom: 0 !important;
    scrollbar-width: none !important;
  }

  .ds-shop-category-shortcuts::-webkit-scrollbar {
    display: none !important;
  }

  .ds-shop-category-shortcuts a {
    flex: 0 0 auto !important;
  }

  body.single-product .cart .ct-cart-actions {
    grid-template-columns: 1fr !important;
  }
}
/* === /DS shop interaction refinements v0.20.7 === */

/* === DS compact shop header v0.20.8 === */
body.woocommerce-shop .ds-shop-intro,
body.post-type-archive-product .ds-shop-intro,
body.tax-product_cat .ds-shop-intro {
  width: min(980px, 100%) !important;
  margin: clamp(18px, 2.4vw, 34px) auto clamp(16px, 2.2vw, 28px) !important;
}

.ds-shop-category-shortcuts {
  margin-top: 0 !important;
}

.ds-shop-copy-block {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: clamp(104px, 8.5vw, 132px) !important;
  margin-top: clamp(18px, 2.1vw, 28px) !important;
}

body.tax-product_cat .ds-shop-intro .ds-shop-copy-block h1,
body.woocommerce-shop .ds-shop-intro .ds-shop-copy-block h1,
body.post-type-archive-product .ds-shop-intro .ds-shop-copy-block h1 {
  margin: 0 auto !important;
  font-size: clamp(1.9rem, 2.7vw, 2.75rem) !important;
  line-height: 1.04 !important;
}

body.tax-product_cat .ds-shop-intro .ds-shop-copy-block p,
body.woocommerce-shop .ds-shop-intro .ds-shop-copy-block p,
body.post-type-archive-product .ds-shop-intro .ds-shop-copy-block p {
  display: -webkit-box !important;
  max-width: 62ch !important;
  min-height: 3.2em !important;
  margin: 12px auto 0 !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.ds-shop-brand-filter {
  margin-top: clamp(4px, 0.8vw, 10px) !important;
}

body.woocommerce-shop .woo-listing-top,
body.post-type-archive-product .woo-listing-top,
body.tax-product_cat .woo-listing-top {
  margin-top: clamp(12px, 1.5vw, 20px) !important;
}

@media (max-width: 689px) {
  .ds-shop-copy-block {
    min-height: 128px !important;
    margin-top: 18px !important;
  }

  body.tax-product_cat .ds-shop-intro .ds-shop-copy-block h1,
  body.woocommerce-shop .ds-shop-intro .ds-shop-copy-block h1,
  body.post-type-archive-product .ds-shop-intro .ds-shop-copy-block h1 {
    font-size: clamp(1.75rem, 8vw, 2.2rem) !important;
  }
}
/* === /DS compact shop header v0.20.8 === */

/* === DS elegance refinements v0.20.9 === */
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.page-title,
.ct-module-title {
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

body.home #header [data-device="desktop"] [data-row="middle"],
body.home #header [data-row="middle"] {
  min-height: 92px !important;
  padding-block: 18px 10px !important;
}

body.home #header [data-row="middle"] > .ct-container {
  min-height: 64px !important;
}

body.home #header .site-branding,
body.home .site-header .site-branding {
  min-height: 62px !important;
  padding: 10px 13px 10px 8px !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  background: rgba(12, 12, 16, 0.18) !important;
}

body.home #header .site-logo-container,
body.home .site-header .site-logo-container {
  width: 42px !important;
  height: 42px !important;
  background: transparent !important;
}

body.home #header .site-logo-container img,
body.home #header .site-logo-container svg,
body.home .site-header .site-logo-container img,
body.home .site-header .site-logo-container svg {
  width: 42px !important;
  height: 42px !important;
  object-fit: contain !important;
}

body.home #header .header-menu-1 > ul {
  min-height: 58px !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  background: rgba(12, 12, 16, 0.18) !important;
}

body.home #header .header-menu-1 > ul > li:not(:last-child) > a.ct-menu-link {
  color: rgba(255, 255, 255, 0.72) !important;
  font-weight: 500 !important;
}

body.home #header .header-menu-1 > ul > li:not(:last-child) > a.ct-menu-link:hover,
body.home #header .header-menu-1 > ul > li.current-menu-item:not(:last-child) > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li.current_page_item:not(:last-child) > a.ct-menu-link {
  color: rgba(255, 255, 255, 0.94) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

body.home #header .header-menu-1 > ul > li.current-menu-item:not(:last-child) > a.ct-menu-link::after,
body.home #header .header-menu-1 > ul > li.current_page_item:not(:last-child) > a.ct-menu-link::after {
  background: rgba(255, 255, 255, 0.58) !important;
}

body.home #header .ct-header-search,
body.home #header .ct-header-trigger {
  border-color: rgba(255, 255, 255, 0.14) !important;
  color: rgba(255, 255, 255, 0.86) !important;
  background: rgba(12, 12, 16, 0.18) !important;
}

body.home #header .ct-header-search:hover,
body.home #header .ct-header-trigger:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.single-product .related ul.products li.product .woocommerce-loop-product__title {
  font-weight: 520 !important;
  line-height: 1.34 !important;
}

body.single-product div.product .product_title {
  font-weight: 560 !important;
  line-height: 1.08 !important;
}

body.single-product div.product p.price,
body.single-product div.product span.price,
.woocommerce ul.products li.product .price,
body.single-product .related ul.products li.product .price {
  font-weight: 600 !important;
}

.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .button,
body.single-product .related ul.products li.product a.button,
body.single-product .single_add_to_cart_button {
  font-weight: 600 !important;
}

body.tax-product_cat .ds-shop-intro h1,
body.woocommerce-shop .ds-shop-intro h1,
body.post-type-archive-product .ds-shop-intro h1,
body.tax-product_cat .ds-shop-intro .ds-shop-copy-block h1,
body.woocommerce-shop .ds-shop-intro .ds-shop-copy-block h1,
body.post-type-archive-product .ds-shop-intro .ds-shop-copy-block h1 {
  font-weight: 560 !important;
}

.ds-shop-category-shortcuts a,
.ds-shop-brand-filter > span {
  font-weight: 600 !important;
}

#header .ds-menu-search input[type="search"],
body.home #header .ds-menu-search input[type="search"] {
  font-weight: 500 !important;
}

body.home:not(.ds-scrolled) #header .ds-menu-search input[type="search"] {
  color: rgba(255, 255, 255, 0.9) !important;
}

body.home:not(.ds-scrolled) #header .ds-menu-search input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}

.ds-search-result strong,
.ds-search-result small,
.ds-search-more {
  font-weight: 600 !important;
}
/* === /DS elegance refinements v0.20.9 === */

/* === DS header structure correction v0.20.10 === */
[data-header*="type-1"] {
  --header-height: 72px !important;
}

[data-header*="type-1"] .ct-header [data-row*="middle"],
#header [data-device="desktop"] [data-row="middle"],
#header [data-row="middle"],
body.home #header [data-device="desktop"] [data-row="middle"],
body.home #header [data-row="middle"] {
  --height: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
  padding-block: 7px !important;
}

#header [data-row="middle"] > .ct-container,
body.home #header [data-row="middle"] > .ct-container {
  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  padding-block: 0 !important;
  align-items: center !important;
}

#header [data-row="middle"] [data-column],
#header [data-row="middle"] [data-items],
body.home #header [data-row="middle"] [data-column],
body.home #header [data-row="middle"] [data-items] {
  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  align-items: center !important;
}

#header .site-branding,
.site-header .site-branding,
body.home #header .site-branding,
body.home .site-header .site-branding {
  width: 56px !important;
  min-width: 56px !important;
  max-width: 56px !important;
  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  overflow: visible !important;
}

#header .site-logo-container,
.site-header .site-logo-container,
body.home #header .site-logo-container,
body.home .site-header .site-logo-container {
  width: 54px !important;
  min-width: 54px !important;
  max-width: 54px !important;
  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  display: grid !important;
  place-items: center !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

#header .site-logo-container img,
#header .site-logo-container svg,
.site-header .site-logo-container img,
.site-header .site-logo-container svg,
body.home #header .site-logo-container img,
body.home #header .site-logo-container svg,
body.home .site-header .site-logo-container img,
body.home .site-header .site-logo-container svg {
  width: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
  height: 57px !important;
  min-height: 57px !important;
  max-height: 57px !important;
  object-fit: contain !important;
  object-position: center !important;
}

#header .header-menu-1 > ul,
body.home #header .header-menu-1 > ul {
  min-height: 42px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

#header .header-menu-1 > ul > li > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li > a.ct-menu-link {
  min-height: 38px !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home:not(.ds-scrolled) #header .header-menu-1 > ul > li:not(.ds-menu-search):not(.ds-menu-cart) > a.ct-menu-link,
body.home:not(.ds-scrolled) #header .header-menu-1 > ul > li:not(.ds-menu-search):not(.ds-menu-cart) > a.ct-menu-link:hover,
body.home:not(.ds-scrolled) #header .header-menu-1 > ul > li.current-menu-item:not(.ds-menu-search):not(.ds-menu-cart) > a.ct-menu-link,
body.home:not(.ds-scrolled) #header .header-menu-1 > ul > li.current_page_item:not(.ds-menu-search):not(.ds-menu-cart) > a.ct-menu-link {
  color: rgba(255, 255, 255, 0.76) !important;
  background: transparent !important;
}

body.home:not(.ds-scrolled) #header .header-menu-1 > ul > li:not(.ds-menu-search):not(.ds-menu-cart) > a.ct-menu-link:hover {
  color: rgba(255, 255, 255, 0.96) !important;
}

body.home:not(.ds-scrolled) #header .header-menu-1 > ul > li.current-menu-item:not(.ds-menu-search):not(.ds-menu-cart) > a.ct-menu-link::after,
body.home:not(.ds-scrolled) #header .header-menu-1 > ul > li.current_page_item:not(.ds-menu-search):not(.ds-menu-cart) > a.ct-menu-link::after {
  content: none !important;
  display: none !important;
}

body.home:not(.ds-scrolled) #header .ds-menu-search form {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  box-shadow: none !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

body.home.ds-scrolled #header .ds-menu-search form,
body:not(.home) #header .ds-menu-search form {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(23, 19, 31, 0.12) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.home:not(.ds-scrolled) #header .ds-menu-search input[type="search"] {
  color: #ffffff !important;
}

body.home.ds-scrolled #header .ds-menu-search input[type="search"],
body:not(.home) #header .ds-menu-search input[type="search"] {
  color: #17131f !important;
}

@media (max-width: 999.98px) {
  [data-header*="type-1"] {
    --header-height: 66px !important;
  }

  [data-header*="type-1"] .ct-header [data-row*="middle"],
  #header [data-row="middle"],
  body.home #header [data-row="middle"] {
    --height: 66px !important;
    min-height: 66px !important;
    max-height: 66px !important;
    padding-block: 6px !important;
  }
}
/* === /DS header structure correction v0.20.10 === */

/* === DS header parity lock v0.20.11 === */
[data-header*="type-1"] {
  --header-height: 72px !important;
}

[data-header*="type-1"] .ct-header [data-row*="middle"],
#header [data-device="desktop"] [data-row="middle"],
#header [data-row="middle"],
body.home #header [data-device="desktop"] [data-row="middle"],
body.home #header [data-row="middle"] {
  --height: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
  padding-block: 7px !important;
}

#header [data-row="middle"] > .ct-container,
body.home #header [data-row="middle"] > .ct-container {
  width: min(1320px, calc(100% - clamp(28px, 5vw, 88px))) !important;
  max-width: min(1320px, calc(100% - clamp(28px, 5vw, 88px))) !important;
  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  margin-inline: auto !important;
  padding: 0 !important;
  align-items: center !important;
}

#header [data-row="middle"] [data-column],
#header [data-row="middle"] [data-items],
body.home #header [data-row="middle"] [data-column],
body.home #header [data-row="middle"] [data-items] {
  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  align-items: center !important;
}

#header .site-branding,
.site-header .site-branding,
body.home #header .site-branding,
body.home .site-header .site-branding {
  width: 56px !important;
  min-width: 56px !important;
  max-width: 56px !important;
  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  padding: 2px 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  overflow: visible !important;
}

#header .site-logo-container,
.site-header .site-logo-container,
body.home #header .site-logo-container,
body.home .site-header .site-logo-container {
  width: 54px !important;
  min-width: 54px !important;
  max-width: 54px !important;
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  display: grid !important;
  place-items: center !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

#header .site-logo-container img,
#header .site-logo-container svg,
.site-header .site-logo-container img,
.site-header .site-logo-container svg,
body.home #header .site-logo-container img,
body.home #header .site-logo-container svg,
body.home .site-header .site-logo-container img,
body.home .site-header .site-logo-container svg {
  width: 50px !important;
  min-width: 50px !important;
  max-width: 50px !important;
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
  object-fit: contain !important;
  object-position: center !important;
}

#header .header-menu-1 > ul,
body.home #header .header-menu-1 > ul {
  display: flex !important;
  align-items: center !important;
  gap: clamp(18px, 2vw, 34px) !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

#header .header-menu-1 > ul > li,
body.home #header .header-menu-1 > ul > li {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#header .header-menu-1 > ul > li > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li > a.ct-menu-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding-inline: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: "Assistant", "Open Sans", "Rubik", system-ui, sans-serif !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

#header .header-menu-1 > ul > li.current-menu-item:not(.ds-menu-search) > a.ct-menu-link,
#header .header-menu-1 > ul > li.current_page_item:not(.ds-menu-search) > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li.current-menu-item:not(.ds-menu-search) > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li.current_page_item:not(.ds-menu-search) > a.ct-menu-link {
  font-weight: 600 !important;
}

#header .header-menu-1 > ul > li.ds-menu-cart > a.ct-menu-link,
#header .header-menu-1 > ul > li:has(> a.ds-cart-link) > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li.ds-menu-cart > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li:has(> a.ds-cart-link) > a.ct-menu-link {
  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  padding: 0 !important;
  border-radius: 999px !important;
}

#header .ds-menu-search,
body.home #header .ds-menu-search {
  width: 320px !important;
  max-width: 28vw !important;
  min-width: 260px !important;
}

#header .ds-menu-search form,
body.home #header .ds-menu-search form {
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

body.home:not(.ds-scrolled) #header .header-menu-1 > ul > li:not(.ds-menu-search):not(.ds-menu-cart):not(:has(> a.ds-cart-link)) > a.ct-menu-link,
body.home:not(.ds-scrolled) #header .header-menu-1 > ul > li:not(.ds-menu-search):not(.ds-menu-cart):not(:has(> a.ds-cart-link)) > a.ct-menu-link:hover,
body.home:not(.ds-scrolled) #header .header-menu-1 > ul > li.current-menu-item:not(.ds-menu-search):not(.ds-menu-cart):not(:has(> a.ds-cart-link)) > a.ct-menu-link,
body.home:not(.ds-scrolled) #header .header-menu-1 > ul > li.current_page_item:not(.ds-menu-search):not(.ds-menu-cart):not(:has(> a.ds-cart-link)) > a.ct-menu-link {
  color: rgba(255, 255, 255, 0.76) !important;
  background: transparent !important;
  font-weight: 600 !important;
}

body.home:not(.ds-scrolled) #header .header-menu-1 > ul > li:not(.ds-menu-search):not(.ds-menu-cart):not(:has(> a.ds-cart-link)) > a.ct-menu-link:hover {
  color: rgba(255, 255, 255, 0.96) !important;
}

body.home:not(.ds-scrolled) #header .header-menu-1 > ul > li.current-menu-item:not(.ds-menu-search):not(.ds-menu-cart):not(:has(> a.ds-cart-link)) > a.ct-menu-link::after,
body.home:not(.ds-scrolled) #header .header-menu-1 > ul > li.current_page_item:not(.ds-menu-search):not(.ds-menu-cart):not(:has(> a.ds-cart-link)) > a.ct-menu-link::after {
  content: none !important;
  display: none !important;
}

body.home:not(.ds-scrolled) #header .ds-menu-search form {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

body.home.ds-scrolled #header .ds-menu-search form,
body:not(.home) #header .ds-menu-search form {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(23, 19, 31, 0.12) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.home:not(.ds-scrolled) #header .ds-menu-search input[type="search"] {
  color: #ffffff !important;
}

body.home.ds-scrolled #header .ds-menu-search input[type="search"],
body:not(.home) #header .ds-menu-search input[type="search"] {
  color: #17131f !important;
}

@media (max-width: 1180px) {
  #header .ds-menu-search,
  body.home #header .ds-menu-search {
    width: 280px !important;
    min-width: 220px !important;
  }

  #header .header-menu-1 > ul,
  body.home #header .header-menu-1 > ul {
    gap: clamp(14px, 1.6vw, 24px) !important;
  }
}

@media (max-width: 999.98px) {
  [data-header*="type-1"] {
    --header-height: 66px !important;
  }

  [data-header*="type-1"] .ct-header [data-row*="middle"],
  #header [data-row="middle"],
  body.home #header [data-row="middle"] {
    --height: 66px !important;
    min-height: 66px !important;
    max-height: 66px !important;
    padding-block: 6px !important;
  }
}
/* === /DS header parity lock v0.20.11 === */

/* === DS mobile scroll performance v0.20.12 === */
@media (max-width: 767.98px) {
  html {
    scroll-behavior: auto !important;
  }

  .ds-shell::before {
    content: none !important;
    display: none !important;
  }

  #header [data-row],
  .site-header,
  body.home #header [data-row],
  body.home #header .ct-header-row,
  body.home .ct-header-middle,
  body.home #header .ds-menu-search form {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  body.home #header,
  body.home #header [data-row],
  body.home #header .ct-header-row,
  body.home .ct-header-middle {
    transition: none !important;
  }

  body.home .ds-home-category-card img,
  body.home .ds-home-category-card--soon img,
  body.home .ds-home-refined .ds-home-product img,
  body.home .ds-home-refined .ds-home-product__media img,
  body.home .ds-home-guitars--banner .ds-guitars-stage img,
  body.home .ds-home-footer-cta--rich .ds-cta-visual--dream img,
  body.home .ds-workshop-signature__image--main img,
  body.home .ds-workshop-signature__image--stamp,
  body.home .ds-workshop-signature__image--stamp img {
    filter: none !important;
  }

  body.home .ds-workshop-signature__image--main::after {
    mix-blend-mode: normal !important;
    opacity: 0.12 !important;
  }
}
/* === /DS mobile scroll performance v0.20.12 === */

/* === DS professional typography cleanup v0.20.13 === */
:root {
  --ds-type-body: "DS Latin Display", "Assistant", "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ds-type-display: "DS Latin Display", "Assistant", "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ds-type-serif: "DS Latin Display", "Assistant", "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ds-weight-regular: 400;
  --ds-weight-medium: 500;
  --ds-weight-semibold: 600;
  --ds-weight-strong: 650;
}

html,
body,
body.rtl,
.ct-container,
.ct-container-full,
.entry-content,
.woocommerce,
.woocommerce-page,
.wp-site-blocks,
.ds-home-atelier,
.ds-home-refined,
.ds-cst-page,
.ds-contact2-page,
.ds-doc-page,
.ds-faq-page,
.ds-lab-page {
  font-family: var(--ds-type-body) !important;
  font-weight: var(--ds-weight-regular);
  letter-spacing: 0 !important;
  font-synthesis-weight: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
p,
li,
td,
th,
address,
.entry-content p,
.entry-content li,
.woocommerce-product-details__short-description,
.woocommerce-product-details__short-description p,
.woocommerce-Tabs-panel,
.woocommerce-Tabs-panel p,
.woocommerce-info,
.woocommerce-message,
.woocommerce-error,
.product_meta,
.ds-home-refined p,
.ds-home-refined small,
.ds-cst-page p,
.ds-cst-page small,
.ds-doc-page p,
.ds-doc-page li,
.ds-faq-page p,
.ds-faq-page li,
.ds-contact2-page p,
.ds-lab-page p {
  font-family: var(--ds-type-body) !important;
  font-weight: var(--ds-weight-regular) !important;
  letter-spacing: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.page-title,
.product_title,
.woocommerce-products-header__title,
.related.products > h2,
.upsells.products > h2,
.cross-sells > h2,
.cart_totals h2,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
.woocommerce-order-details__title,
.woocommerce-column__title,
.ds-home-refined h1,
.ds-home-refined h2,
.ds-home-refined h3,
.ds-cst-page h1,
.ds-cst-page h2,
.ds-cst-page h3,
.ds-doc-page h1,
.ds-doc-page h2,
.ds-doc-page h3,
.ds-faq-page h1,
.ds-faq-page h2,
.ds-lab-page h1,
.ds-lab-page h2,
.ds-lab-page h3 {
  font-family: var(--ds-type-display) !important;
  font-weight: var(--ds-weight-semibold) !important;
  letter-spacing: 0 !important;
  line-height: 1.18;
  text-wrap: balance;
}

body.home .ds-home-refined .ds-home-hero.ds-home-hero--cover h1,
.ds-home-refined .ds-home-hero.ds-home-hero--cover h1 {
  font-family: var(--ds-type-serif) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

b,
strong,
label,
legend,
summary,
.woocommerce label,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td.product-name,
.woocommerce .product-name a,
.woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.price,
.amount,
.wc-block-components-product-name,
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value,
.ds-home-category-card strong,
.ds-home-product strong,
.ds-home-product small,
.ds-trust-tx strong,
.ds-guitars-index b,
.ds-home-guitars__products a strong,
.ds-home-guitars__products a small,
.ds-cst-step strong,
.ds-cst-option strong,
.ds-cst-model strong,
.ds-cst-send strong,
.ds-contact2-page strong,
.ds-faq-page summary,
.ds-faq-page strong,
.ds-doc-page strong,
.ds-doc-cards strong,
.ds-doc-callout strong,
.ds-lab-hero__meta strong,
.ds-lab-service-grid strong,
.ds-search-result strong {
  font-family: var(--ds-type-body) !important;
  font-weight: var(--ds-weight-semibold) !important;
  letter-spacing: 0 !important;
}

.button,
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.wp-element-button,
.ct-button,
.added_to_cart,
.single_add_to_cart_button,
.checkout-button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.ds-home-button,
.ds-home-textlink,
.ds-cst-btn,
.ds-ip-btn,
.ds-ip-link,
.ds-c2-route,
.ds-doc-contact a {
  font-family: var(--ds-type-body) !important;
  font-weight: var(--ds-weight-medium) !important;
  letter-spacing: 0 !important;
}

#header,
#header a,
#header button,
#header input,
#header .ct-menu-link,
#header .header-menu-1 > ul > li > a.ct-menu-link,
body.home #header .header-menu-1 > ul > li > a.ct-menu-link,
.mobile-menu a,
.ct-panel .mobile-menu a {
  font-family: var(--ds-type-body) !important;
  font-weight: var(--ds-weight-medium) !important;
  letter-spacing: 0 !important;
}

.ds-home-kicker,
.ds-ip-kicker,
.ds-cst-kicker,
.ds-cst-step__idx,
.ds-cst-model__tag,
.ds-home-product span,
.ds-home-guitars__products a > span:not(.ds-guitars-stage),
.onsale,
.product_meta span,
.woocommerce-result-count,
.woocommerce-ordering,
.woocommerce-breadcrumb,
.posted_in,
.tagged_as {
  font-family: var(--ds-type-body) !important;
  font-weight: var(--ds-weight-medium) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.price,
.amount,
.woocommerce-Price-amount,
.cart-subtotal .amount,
.order-total .amount,
.product-price,
.product-subtotal,
.ds-home-product small,
.ds-home-guitars__products a small {
  font-variant-numeric: tabular-nums;
}

.woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.products .product .woocommerce-loop-product__title,
.ds-home-category-card strong,
.ds-home-product strong,
.ds-home-guitars__products a strong,
.ds-cst-model strong,
.ds-cst-option strong,
.ds-cst-step strong,
.ds-doc-cards strong,
.ds-contact2-page .ds-c2-tx strong,
.ds-contact2-page .ds-c2-route strong,
.ds-lab-service-grid strong {
  line-height: 1.35 !important;
}

.woocommerce div.product .product_title,
body.single-product .product_title,
.woocommerce-products-header__title,
.ds-doc-page .ds-doc-hero h1,
.ds-faq-page .ds-faq-hero h1,
.ds-contact2-page .ds-c2-hero h1,
.ds-cst-hero h1,
.ds-lab-hero h1 {
  font-weight: var(--ds-weight-semibold) !important;
  line-height: 1.16 !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
body.single-product .summary .price,
.ds-home-product small,
.ds-home-guitars__products a small {
  font-weight: var(--ds-weight-semibold) !important;
}

.woocommerce div.product form.cart .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.single_add_to_cart_button,
.checkout-button,
.ds-home-refined .ds-home-button,
.ds-cst-btn,
.ds-ip-btn {
  font-weight: var(--ds-weight-medium) !important;
}

.ds-home-refined .ds-home-trust .ds-trust-tx strong,
body.home .ds-home-trust .ds-trust-tx strong,
html body.home.page-id-3178 .ds-home-trust .ds-trust-tx strong,
body.single-product .ds-product-assurance strong,
.ds-search-result strong {
  font-weight: var(--ds-weight-medium) !important;
}

@media (max-width: 767.98px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .entry-title,
  .page-title,
  .product_title,
  .woocommerce-products-header__title,
  .ds-home-refined h1,
  .ds-home-refined h2,
  .ds-cst-page h1,
  .ds-doc-page h1,
  .ds-faq-page h1,
  .ds-contact2-page h1,
  .ds-lab-page h1 {
    font-weight: var(--ds-weight-semibold) !important;
    letter-spacing: 0 !important;
  }

  #header .ct-menu-link,
  .mobile-menu a,
  .ct-panel .mobile-menu a,
  .button,
  button,
  .woocommerce a.button,
  .woocommerce button.button,
  .single_add_to_cart_button {
    font-weight: var(--ds-weight-medium) !important;
  }
}
/* === /DS professional typography cleanup v0.20.13 === */

/* === DS typography specificity lock v0.20.14 === */
body * {
  letter-spacing: 0 !important;
}

html body #header .header-menu-1 > ul > li > a.ct-menu-link,
html body.home #header .header-menu-1 > ul > li > a.ct-menu-link,
html body .mobile-menu a,
html body .ct-panel .mobile-menu a {
  font-family: var(--ds-type-body) !important;
  font-weight: 500 !important;
}

html body.home.page-id-3178 .ds-home-refined .ds-home-category-card strong,
html body.home.page-id-3178 .ds-home-refined .ds-home-product strong,
html body.home.page-id-3178 .ds-home-refined .ds-home-guitars__products a strong,
html body.home.page-id-3178 .ds-home-refined .ds-home-trust .ds-trust-tx strong {
  font-family: var(--ds-type-body) !important;
  font-weight: 560 !important;
}

html body.home.page-id-3178 .ds-home-refined .ds-home-product small,
html body.home.page-id-3178 .ds-home-refined .ds-home-guitars__products a small,
html body.woocommerce-shop .woocommerce ul.products li.product .price,
html body.archive.woocommerce .woocommerce ul.products li.product .price,
html body.search.woocommerce .woocommerce ul.products li.product .price {
  font-family: var(--ds-type-body) !important;
  font-weight: 600 !important;
  font-variant-numeric: tabular-nums;
}

html body.woocommerce-shop .woocommerce ul.products li.product .woocommerce-loop-product__title,
html body.archive.woocommerce .woocommerce ul.products li.product .woocommerce-loop-product__title,
html body.search.woocommerce .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--ds-type-body) !important;
  font-weight: 560 !important;
}

html body.single-product .product_title,
html body.single-product div.product .product_title {
  font-family: var(--ds-type-display) !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

html body.single-product .summary .price,
html body.single-product .summary .price .amount,
html body.single-product div.product p.price,
html body.single-product div.product span.price,
html body.single-product .woocommerce-Price-amount {
  font-family: var(--ds-type-body) !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  font-variant-numeric: tabular-nums;
}

html body.single-product .single_add_to_cart_button,
html body.single-product .summary button,
html body.woocommerce-cart .checkout-button,
html body.woocommerce-checkout button,
html body.woocommerce-checkout .button {
  font-family: var(--ds-type-body) !important;
  font-weight: 500 !important;
}

html body .ds-cst-page :is(h1, h2, h3, strong),
html body .ds-contact2-page :is(h1, h2, h3, strong),
html body .ds-doc-page :is(h1, h2, h3, strong),
html body .ds-faq-page :is(h1, h2, h3, summary, strong),
html body .ds-lab-page :is(h1, h2, h3, strong) {
  font-family: var(--ds-type-body) !important;
  font-weight: 600 !important;
}
/* === /DS typography specificity lock v0.20.14 === */

/* === DS typography archive price lock v0.20.15 === */
html body.home.page-id-3178:not(.ds-scrolled) #header .header-menu-1 > ul > li:not(.ds-menu-search):not(.ds-menu-cart):not(:has(> a.ds-cart-link)) > a.ct-menu-link,
html body.home.page-id-3178.ds-scrolled #header .header-menu-1 > ul > li > a.ct-menu-link,
html body:not(.home) #header .header-menu-1 > ul > li > a.ct-menu-link {
  font-family: var(--ds-type-body) !important;
  font-weight: 500 !important;
}

html body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
html body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
html body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
html body.tax-pa_brand ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--ds-type-body) !important;
  font-weight: 560 !important;
}

html body.woocommerce-shop ul.products li.product .price,
html body.post-type-archive-product ul.products li.product .price,
html body.tax-product_cat ul.products li.product .price,
html body.tax-pa_brand ul.products li.product .price,
html body.woocommerce-shop ul.products li.product .price .amount,
html body.post-type-archive-product ul.products li.product .price .amount,
html body.tax-product_cat ul.products li.product .price .amount,
html body.tax-pa_brand ul.products li.product .price .amount {
  font-family: var(--ds-type-body) !important;
  font-weight: 600 !important;
  font-variant-numeric: tabular-nums;
}
/* === /DS typography archive price lock v0.20.15 === */

/* === DS guitar lab polish v0.20.23 === */
html body.page-id-3489 .ct-container-full[data-vertical-spacing],
html body.page-id-3489 .site-main > .ct-container-full {
  padding-top: 0 !important;
}

html body.page-id-3489 #main.site-main,
html body.page-id-3489 .site-main.hfeed {
  padding-top: 0 !important;
}

html body.page-id-3489 .entry-content {
  margin-top: 0 !important;
}

html body.page-id-3489 .entry-content > .ds-lab-page {
  margin-top: 0 !important;
}

html body .ds-lab-page {
  --lab-ink: #181510;
  --lab-muted: #665f55;
  --lab-soft: #f4f0e8;
  --lab-paper: #fffaf1;
  --lab-card: #fffdf8;
  --lab-line: rgba(54, 45, 34, 0.14);
  --lab-accent: #7b4b2f;
  --lab-accent-2: #3e5a4c;
  position: relative !important;
  isolation: isolate !important;
  margin-inline: calc(50% - 50vw) !important;
  width: 100vw !important;
  max-width: 100vw !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 18% 8%, rgba(123, 75, 47, 0.08), transparent 26%),
    linear-gradient(180deg, #fff8ed 0%, #f5f0e6 48%, #fbf7ef 100%) !important;
  color: var(--lab-ink) !important;
}

html body .ds-lab-page::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  pointer-events: none !important;
  opacity: 0.48 !important;
  background-image:
    linear-gradient(rgba(54, 45, 34, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(54, 45, 34, 0.035) 1px, transparent 1px) !important;
  background-size: 58px 58px !important;
}

html body .ds-lab-page .ds-home-kicker {
  min-height: 30px !important;
  padding: 6px 12px !important;
  border: 1px solid rgba(123, 75, 47, 0.18) !important;
  border-radius: 999px !important;
  background: rgba(255, 253, 248, 0.78) !important;
  color: var(--lab-accent) !important;
  font-size: 0.78rem !important;
  font-weight: 500 !important;
  box-shadow: 0 10px 28px -24px rgba(54, 45, 34, 0.36) !important;
}

html body .ds-lab-hero,
html body .ds-lab-section,
html body .ds-lab-diagnostic,
html body .ds-lab-note,
html body .ds-lab-cta {
  width: min(1240px, calc(100% - clamp(32px, 7vw, 112px))) !important;
  margin-inline: auto !important;
}

html body .ds-lab-hero {
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr) !important;
  gap: clamp(28px, 5vw, 70px) !important;
  align-items: center !important;
  padding-block: clamp(28px, 4.6vw, 58px) clamp(42px, 5vw, 74px) !important;
}

html body .ds-lab-hero__copy {
  max-width: 640px !important;
}

html body .ds-lab-hero h1,
html body .ds-lab-section h2,
html body .ds-lab-diagnostic h2,
html body .ds-lab-note h2,
html body .ds-lab-cta h2 {
  color: var(--lab-ink) !important;
  font-family: var(--ds-type-body, "Assistant", "Open Sans", system-ui, sans-serif) !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

html body .ds-lab-hero h1 {
  max-width: 12ch !important;
  margin: 16px 0 0 !important;
  font-size: clamp(2.65rem, 5.3vw, 5.6rem) !important;
  line-height: 0.98 !important;
}

html body .ds-lab-hero p,
html body .ds-lab-section__head p,
html body .ds-lab-diagnostic p,
html body .ds-lab-note p {
  max-width: 60ch !important;
  margin: 18px 0 0 !important;
  color: var(--lab-muted) !important;
  font-size: clamp(1.02rem, 1.1vw, 1.12rem) !important;
  line-height: 1.78 !important;
}

html body .ds-lab-hero__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 28px !important;
}

html body .ds-lab-hero .ds-home-button,
html body .ds-lab-cta .ds-home-button {
  background: var(--lab-ink) !important;
  color: #fffaf1 !important;
  border-color: var(--lab-ink) !important;
  box-shadow: 0 18px 36px -24px rgba(24, 21, 16, 0.46) !important;
}

html body .ds-lab-hero .ds-home-button:hover,
html body .ds-lab-cta .ds-home-button:hover {
  background: var(--lab-accent) !important;
  border-color: var(--lab-accent) !important;
  transform: translateY(-1px) !important;
}

html body .ds-lab-hero .ds-home-textlink,
html body .ds-lab-cta .ds-home-textlink {
  color: var(--lab-ink) !important;
  border-color: rgba(54, 45, 34, 0.22) !important;
  background: rgba(255, 253, 248, 0.54) !important;
}

html body .ds-lab-hero__media {
  position: relative !important;
  margin: 0 !important;
  aspect-ratio: 16 / 10 !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  background: #e6dfd2 !important;
  box-shadow: 0 34px 72px -48px rgba(54, 45, 34, 0.52) !important;
}

html body .ds-lab-hero__media::before {
  content: "" !important;
  position: absolute !important;
  inset: 14px !important;
  z-index: 2 !important;
  border: 1px solid rgba(255, 250, 241, 0.56) !important;
  pointer-events: none !important;
}

html body .ds-lab-hero__media::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: linear-gradient(180deg, rgba(24, 21, 16, 0.02), rgba(24, 21, 16, 0.25)) !important;
  pointer-events: none !important;
}

html body .ds-lab-hero__media img,
html body .ds-lab-service-grid img,
html body .ds-lab-note img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(0.92) contrast(1.04) brightness(1.01) !important;
}

html body .ds-lab-hero__meta {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 32px !important;
}

html body .ds-lab-hero__meta span {
  display: block !important;
  min-height: 88px !important;
  padding: 14px 0 0 !important;
  border-top: 1px solid var(--lab-line) !important;
}

html body .ds-lab-hero__meta strong,
html body .ds-lab-hero__meta small {
  display: block !important;
}

html body .ds-lab-hero__meta strong {
  color: var(--lab-ink) !important;
  font-size: 0.94rem !important;
  font-weight: 600 !important;
}

html body .ds-lab-hero__meta small {
  margin-top: 5px !important;
  color: var(--lab-muted) !important;
  font-size: 0.82rem !important;
  line-height: 1.42 !important;
}

html body .ds-lab-section {
  padding-block: clamp(42px, 5vw, 72px) !important;
  border-top: 1px solid var(--lab-line) !important;
}

html body .ds-lab-section__head {
  max-width: 760px !important;
  margin: 0 0 clamp(24px, 3vw, 38px) auto !important;
}

html body .ds-lab-section h2,
html body .ds-lab-diagnostic h2,
html body .ds-lab-note h2,
html body .ds-lab-cta h2 {
  margin: 14px 0 0 !important;
  font-size: clamp(1.95rem, 3.2vw, 3.45rem) !important;
  line-height: 1.06 !important;
}

html body .ds-lab-service-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.8vw, 22px) !important;
}

html body .ds-lab-service-grid article {
  position: relative !important;
  min-height: 430px !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 1px solid rgba(54, 45, 34, 0.13) !important;
  border-radius: 8px !important;
  background: var(--lab-card) !important;
  box-shadow: 0 20px 54px -44px rgba(54, 45, 34, 0.42) !important;
}

html body .ds-lab-service-grid figure {
  position: relative !important;
  margin: 0 !important;
  aspect-ratio: 4 / 5 !important;
  overflow: hidden !important;
  background: #ded5c7 !important;
}

html body .ds-lab-service-grid figure::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(24, 21, 16, 0.02), rgba(24, 21, 16, 0.24)) !important;
  pointer-events: none !important;
}

html body .ds-lab-service-grid article > div {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  column-gap: 14px !important;
  row-gap: 10px !important;
  align-items: start !important;
  padding: 20px !important;
}

html body .ds-lab-service-grid article span {
  width: 38px !important;
  height: 38px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(123, 75, 47, 0.2) !important;
  border-radius: 999px !important;
  background: #f6efe5 !important;
  color: var(--lab-accent) !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
}

html body .ds-lab-service-grid strong {
  margin: 0 !important;
  color: var(--lab-ink) !important;
  font-size: 1.08rem !important;
  font-weight: 600 !important;
  line-height: 1.28 !important;
}

html body .ds-lab-service-grid p {
  grid-column: 2 !important;
  margin: 0 !important;
  color: var(--lab-muted) !important;
  font-size: 0.94rem !important;
  line-height: 1.58 !important;
}

html body .ds-lab-diagnostic,
html body .ds-lab-note {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
  gap: clamp(28px, 5vw, 64px) !important;
  align-items: center !important;
  padding-block: clamp(44px, 5vw, 72px) !important;
  border-top: 1px solid var(--lab-line) !important;
}

html body .ds-lab-diagnostic ol {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body .ds-lab-diagnostic li {
  min-height: 118px !important;
  padding: 18px !important;
  border: 1px solid rgba(54, 45, 34, 0.13) !important;
  border-radius: 8px !important;
  background: rgba(255, 253, 248, 0.74) !important;
}

html body .ds-lab-diagnostic b {
  display: block !important;
  color: var(--lab-accent-2) !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
}

html body .ds-lab-diagnostic span {
  display: block !important;
  margin-top: 18px !important;
  color: var(--lab-ink) !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.36 !important;
}

html body .ds-lab-note {
  grid-template-columns: minmax(420px, 1fr) minmax(0, 0.86fr) !important;
}

html body .ds-lab-note figure {
  margin: 0 !important;
  aspect-ratio: 16 / 10 !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  background: #ded5c7 !important;
  box-shadow: 0 26px 60px -46px rgba(54, 45, 34, 0.48) !important;
}

html body .ds-lab-cta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
  margin-block: 0 clamp(42px, 7vw, 84px) !important;
  padding: clamp(28px, 4vw, 46px) !important;
  border: 1px solid rgba(54, 45, 34, 0.13) !important;
  border-radius: 8px !important;
  background: rgba(255, 253, 248, 0.78) !important;
  color: var(--lab-ink) !important;
  box-shadow: 0 24px 58px -48px rgba(54, 45, 34, 0.44) !important;
}

html body .ds-lab-cta h2 {
  max-width: 24ch !important;
}

@media (max-width: 1180px) {
  html body .ds-lab-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body .ds-lab-service-grid article {
    min-height: 0 !important;
  }
}

@media (max-width: 980px) {
  html body .ds-lab-hero,
  html body .ds-lab-diagnostic,
  html body .ds-lab-note {
    grid-template-columns: 1fr !important;
  }

  html body .ds-lab-hero__media {
    order: -1 !important;
  }

  html body .ds-lab-hero h1 {
    max-width: 15ch !important;
  }

  html body .ds-lab-note figure {
    order: -1 !important;
  }
}

@media (max-width: 680px) {
  html body .ds-lab-hero,
  html body .ds-lab-section,
  html body .ds-lab-diagnostic,
  html body .ds-lab-note,
  html body .ds-lab-cta {
    width: calc(100% - 36px) !important;
  }

  html body .ds-lab-hero {
    padding-block: 18px 40px !important;
  }

  html body .ds-lab-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.35rem) !important;
    line-height: 1.04 !important;
  }

  html body .ds-lab-hero__media,
  html body .ds-lab-note figure {
    aspect-ratio: 4 / 3 !important;
  }

  html body .ds-lab-hero__media::before {
    inset: 10px !important;
  }

  html body .ds-lab-hero__meta,
  html body .ds-lab-service-grid,
  html body .ds-lab-diagnostic ol {
    grid-template-columns: 1fr !important;
  }

  html body .ds-lab-service-grid article {
    min-height: 0 !important;
  }

  html body .ds-lab-service-grid figure {
    aspect-ratio: 16 / 10 !important;
  }

  html body .ds-lab-cta {
    display: block !important;
  }
}
/* === /DS guitar lab polish v0.20.23 === */

/* === DS professional header and mobile menu lock v0.20.25 === */
[data-header*="type-1"] {
  --header-height: 70px !important;
}

[data-header*="type-1"] .ct-header [data-row*="middle"],
#header [data-device="desktop"] [data-row="middle"],
#header [data-row="middle"],
body.home #header [data-device="desktop"] [data-row="middle"],
body.home #header [data-row="middle"] {
  --height: 70px !important;
  min-height: 70px !important;
  max-height: 70px !important;
  padding-block: 8px !important;
}

#header [data-row="middle"] > .ct-container,
body.home #header [data-row="middle"] > .ct-container {
  width: min(1320px, calc(100% - clamp(24px, 5vw, 84px))) !important;
  max-width: min(1320px, calc(100% - clamp(24px, 5vw, 84px))) !important;
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
  align-items: center !important;
}

#header [data-row="middle"] [data-column],
#header [data-row="middle"] [data-items],
body.home #header [data-row="middle"] [data-column],
body.home #header [data-row="middle"] [data-items] {
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
  align-items: center !important;
}

#header .site-branding,
.site-header .site-branding,
body.home #header .site-branding,
body.home .site-header .site-branding {
  width: 54px !important;
  min-width: 54px !important;
  max-width: 54px !important;
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
  padding: 5px !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
}

#header .site-branding::after,
.site-header .site-branding::after,
body.home #header .site-branding::after,
body.home .site-header .site-branding::after {
  content: none !important;
  display: none !important;
}

#header .site-logo-container,
.site-header .site-logo-container,
body.home #header .site-logo-container,
body.home .site-header .site-logo-container {
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  overflow: visible !important;
}

#header .site-logo-container img,
#header .site-logo-container svg,
.site-header .site-logo-container img,
.site-header .site-logo-container svg,
body.home #header .site-logo-container img,
body.home #header .site-logo-container svg,
body.home .site-header .site-logo-container img,
body.home .site-header .site-logo-container svg,
body.home.ds-scrolled #header .site-logo-container img,
body.home.ds-scrolled #header .ct-logo-container img,
body.home.ds-scrolled #header img {
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  object-fit: contain !important;
  object-position: center !important;
}

#header .ds-menu-search,
body.home #header .ds-menu-search {
  width: clamp(240px, 21vw, 340px) !important;
  min-width: clamp(240px, 21vw, 340px) !important;
  max-width: 340px !important;
}

#header .ds-menu-search form,
body.home #header .ds-menu-search form {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(23, 19, 31, 0.12) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.56) !important;
  overflow: visible !important;
}

#header .ds-menu-search input[type="search"],
body.home #header .ds-menu-search input[type="search"] {
  width: 100% !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  margin: 0 !important;
  padding: 0 20px 0 52px !important;
  border: 0 !important;
  background: transparent !important;
  color: #17131f !important;
  font-size: 0.94rem !important;
  font-weight: 500 !important;
  line-height: 40px !important;
  text-align: right !important;
  direction: rtl !important;
  box-shadow: none !important;
}

#header .ds-menu-search button,
body.home #header .ds-menu-search button {
  position: absolute !important;
  top: 50% !important;
  left: 5px !important;
  right: auto !important;
  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: rgba(23, 19, 31, 0.07) !important;
  color: #17131f !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease !important;
}

#header .ds-menu-search button:hover,
body.home #header .ds-menu-search button:hover {
  background: rgba(23, 19, 31, 0.12) !important;
}

#header .ds-menu-search button:active,
body.home #header .ds-menu-search button:active {
  transform: translateY(-50%) scale(0.96) !important;
}

#header .ds-menu-search button svg,
body.home #header .ds-menu-search button svg {
  width: 16px !important;
  height: 16px !important;
  display: block !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
}

body.home:not(.ds-scrolled) #header .ds-menu-search form {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(255, 255, 255, 0.32) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09) !important;
}

body.home:not(.ds-scrolled) #header .ds-menu-search button {
  background: rgba(255, 255, 255, 0.22) !important;
  color: #ffffff !important;
}

#offcanvas .ct-panel-inner {
  width: min(430px, calc(100vw - 20px)) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 246, 241, 0.98)),
    var(--ds-paper, #f8f6f1) !important;
  border-inline-start: 1px solid rgba(28, 18, 48, 0.1) !important;
  box-shadow: -24px 0 70px rgba(28, 18, 48, 0.18) !important;
}

#offcanvas .ct-panel-actions {
  min-height: 72px !important;
  padding: 16px 18px 8px !important;
  display: flex !important;
  align-items: center !important;
}

#offcanvas .ct-toggle-close {
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(28, 18, 48, 0.12) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  color: #17131f !important;
  box-shadow: 0 10px 28px rgba(28, 18, 48, 0.08) !important;
}

#offcanvas [data-id="mobile-menu"] {
  padding: 8px 18px 28px !important;
}

#offcanvas [data-id="mobile-menu"] ul,
#offcanvas .mobile-menu ul {
  display: grid !important;
  gap: 2px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#offcanvas [data-id="mobile-menu"] li,
#offcanvas .mobile-menu li {
  margin: 0 !important;
  padding: 0 !important;
}

#offcanvas [data-id="mobile-menu"] a.ct-menu-link,
#offcanvas .mobile-menu a.ct-menu-link,
html body .ct-panel .mobile-menu a {
  min-height: 52px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(28, 18, 48, 0.09) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #17131f !important;
  font-size: 1rem !important;
  font-weight: 560 !important;
  line-height: 1.2 !important;
  text-align: right !important;
  transition: background-color 180ms ease, color 180ms ease, padding-inline 180ms ease !important;
}

#offcanvas [data-id="mobile-menu"] li.current-menu-item > a.ct-menu-link,
#offcanvas [data-id="mobile-menu"] li.current_page_item > a.ct-menu-link,
#offcanvas [data-id="mobile-menu"] a.ct-menu-link:hover,
#offcanvas .mobile-menu a.ct-menu-link:hover {
  padding-inline: 18px 14px !important;
  border-bottom-color: rgba(28, 18, 48, 0.11) !important;
  border-radius: 8px !important;
  background: rgba(28, 18, 48, 0.055) !important;
  color: #1c1230 !important;
}

#offcanvas [data-id="mobile-menu"] a.ds-cart-link {
  justify-content: flex-start !important;
}

#offcanvas [data-id="mobile-menu"] a.ds-cart-link .ds-cart-ic {
  width: 22px !important;
  height: 22px !important;
}

@media (max-width: 1180px) {
  #header .ds-menu-search,
  body.home #header .ds-menu-search {
    width: clamp(210px, 19vw, 280px) !important;
    min-width: clamp(210px, 19vw, 280px) !important;
  }
}

@media (max-width: 999.98px) {
  [data-header*="type-1"] {
    --header-height: 64px !important;
  }

  [data-header*="type-1"] .ct-header [data-row*="middle"],
  #header [data-row="middle"],
  body.home #header [data-row="middle"] {
    --height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    padding-block: 7px !important;
  }

  #header [data-row="middle"] > .ct-container,
  body.home #header [data-row="middle"] > .ct-container {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
  }

  #header [data-row="middle"] [data-column],
  #header [data-row="middle"] [data-items],
  body.home #header [data-row="middle"] [data-column],
  body.home #header [data-row="middle"] [data-items] {
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
  }

  #header .site-branding,
  .site-header .site-branding,
  body.home #header .site-branding,
  body.home .site-header .site-branding {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    padding: 6px !important;
  }

  #header .site-logo-container,
  .site-header .site-logo-container,
  body.home #header .site-logo-container,
  body.home .site-header .site-logo-container {
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
  }

  #header .site-logo-container img,
  #header .site-logo-container svg,
  .site-header .site-logo-container img,
  .site-header .site-logo-container svg,
  body.home #header .site-logo-container img,
  body.home #header .site-logo-container svg,
  body.home .site-header .site-logo-container img,
  body.home .site-header .site-logo-container svg,
  body.home.ds-scrolled #header .site-logo-container img,
  body.home.ds-scrolled #header .ct-logo-container img,
  body.home.ds-scrolled #header img {
    width: 35px !important;
    min-width: 35px !important;
    max-width: 35px !important;
    height: 37px !important;
    min-height: 37px !important;
    max-height: 37px !important;
  }

  #header .ct-header-search,
  #header .ct-header-trigger,
  body.home #header .ct-header-search,
  body.home #header .ct-header-trigger {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
    border-radius: 999px !important;
  }
}

@media (max-width: 520px) {
  #offcanvas .ct-panel-inner {
    width: min(390px, calc(100vw - 14px)) !important;
  }

  #offcanvas [data-id="mobile-menu"] {
    padding-inline: 14px !important;
  }
}
/* === /DS professional header and mobile menu lock v0.20.25 === */

/* === DS global CTA arrow and lab correction v0.20.24 === */
html body :is(.ds-home-button, .ds-atelier-button, .ds-button, .ds-store-button, .ds-commerce-button, .ds-ip-btn) > span[aria-hidden="true"] {
  position: static !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: currentColor !important;
  box-shadow: none !important;
  overflow: visible !important;
  text-indent: 0 !important;
  direction: ltr !important;
  font-family: var(--ds-type-body, "Assistant", "Open Sans", system-ui, sans-serif) !important;
  font-size: 1.05em !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  transform: translateY(0.02em) !important;
}

html body :is(.ds-home-refined, .ds-custom-refined, .ds-contact-refined, .ds-cst-page, .ds-about-page, .ds-faq-page, .ds-lab-page) :is(.ds-home-button, .ds-atelier-button, .ds-button, .ds-store-button, .ds-commerce-button, .ds-ip-btn, .ds-cst-btn) > span[aria-hidden="true"],
html body.home .ds-home-refined .ds-home-hero.ds-home-hero--cover .ds-home-button > span[aria-hidden="true"],
html body.home .ds-home-refined .ds-home-footer-cta--rich .ds-home-button > span[aria-hidden="true"] {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  flex: 0 0 auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
  text-indent: 0 !important;
  font-size: 1.05em !important;
  line-height: 1 !important;
}

html body :is(.ds-home-button, .ds-atelier-button, .ds-button, .ds-store-button, .ds-commerce-button, .ds-ip-btn) > span[aria-hidden="true"]::before,
html body :is(.ds-home-button, .ds-atelier-button, .ds-button, .ds-store-button, .ds-commerce-button, .ds-ip-btn) > span[aria-hidden="true"]::after {
  content: none !important;
  display: none !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  -webkit-mask: none !important;
  mask: none !important;
}

html body :is(.ds-home-button, .ds-atelier-button, .ds-button, .ds-store-button, .ds-commerce-button, .ds-ip-btn) {
  gap: 0.65em !important;
}

html body .ds-lab-page {
  --lab-ink: #111318;
  --lab-muted: #5e6672;
  --lab-soft: #f4f6f7;
  --lab-paper: #ffffff;
  --lab-card: #ffffff;
  --lab-line: rgba(28, 18, 48, 0.1);
  --lab-accent: #1c1230;
  --lab-accent-2: #5f5571;
  background:
    radial-gradient(circle at 18% 0%, rgba(28, 18, 48, 0.055), transparent 30%),
    linear-gradient(180deg, #f8f9fa 0%, #f4f6f7 48%, #f8f9fa 100%) !important;
}

html body .ds-lab-page::before {
  display: none !important;
}

html body .ds-lab-page .ds-home-kicker {
  border-color: rgba(28, 18, 48, 0.16) !important;
  border-radius: 4px !important;
  background: rgba(255, 255, 255, 0.76) !important;
  color: var(--lab-accent) !important;
  box-shadow: none !important;
}

html body .ds-lab-hero {
  padding-block: clamp(30px, 4.2vw, 56px) clamp(40px, 5vw, 70px) !important;
}

html body .ds-lab-hero h1 {
  font-size: clamp(2.45rem, 4.9vw, 5.1rem) !important;
  line-height: 1.02 !important;
}

html body .ds-lab-hero .ds-home-button,
html body .ds-lab-cta .ds-home-button {
  min-height: 50px !important;
  padding: 13px 22px !important;
  border-radius: 4px !important;
  border-color: #111318 !important;
  background: #111318 !important;
  color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(17, 19, 24, 0.14) !important;
}

html body .ds-lab-hero .ds-home-button:hover,
html body .ds-lab-cta .ds-home-button:hover {
  background: #1c1230 !important;
  border-color: #1c1230 !important;
}

html body .ds-lab-hero .ds-home-textlink,
html body .ds-lab-cta .ds-home-textlink {
  border-color: rgba(28, 18, 48, 0.1) !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: var(--lab-ink) !important;
}

html body .ds-lab-hero__media,
html body .ds-lab-service-grid article,
html body .ds-lab-service-grid figure,
html body .ds-lab-diagnostic li,
html body .ds-lab-note figure,
html body .ds-lab-cta {
  border-radius: 0 !important;
}

html body .ds-lab-hero__media,
html body .ds-lab-service-grid figure,
html body .ds-lab-note figure {
  background: #ececf0 !important;
}

html body .ds-lab-hero__media::before {
  display: none !important;
}

html body .ds-lab-hero__media::after,
html body .ds-lab-service-grid figure::after {
  background: linear-gradient(180deg, rgba(17, 19, 24, 0.02), rgba(17, 19, 24, 0.18)) !important;
}

html body .ds-lab-service-grid article {
  border-color: rgba(28, 18, 48, 0.1) !important;
  background: #ffffff !important;
  box-shadow: 0 1px 2px rgba(28, 18, 48, 0.04), 0 24px 48px -36px rgba(17, 17, 24, 0.26) !important;
}

html body .ds-lab-service-grid article span {
  border-color: rgba(28, 18, 48, 0.16) !important;
  border-radius: 4px !important;
  background: #f1eff5 !important;
  color: #1c1230 !important;
}

html body .ds-lab-diagnostic li,
html body .ds-lab-cta {
  border-color: rgba(28, 18, 48, 0.1) !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

html body .ds-lab-diagnostic b {
  color: #1c1230 !important;
}

html body .ds-lab-note figure {
  box-shadow: none !important;
}

@media (max-width: 680px) {
  html body .ds-lab-hero {
    padding-block: 18px 36px !important;
  }

  html body .ds-lab-hero h1 {
    font-size: clamp(2rem, 10.5vw, 3rem) !important;
    line-height: 1.08 !important;
  }

  html body .ds-lab-hero .ds-home-button,
  html body .ds-lab-cta .ds-home-button {
    width: 100% !important;
    justify-content: center !important;
  }
}
/* === /DS global CTA arrow and lab correction v0.20.24 === */

/* === DS workshop image shape restoration v0.20.33 === */
html body.home.page-id-3178 .ds-home-workshop-signature {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

html body.home.page-id-3178 .ds-home-workshop-signature::before,
html body.home.page-id-3178 .ds-home-workshop-signature::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.home.page-id-3178 .ds-workshop-signature__media {
  position: relative !important;
  overflow: visible !important;
  min-height: 0 !important;
  padding-block-start: clamp(18px, 3vw, 46px) !important;
  padding-inline-end: clamp(18px, 3vw, 42px) !important;
}

html body.home.page-id-3178 .ds-workshop-signature__image--main {
  position: relative !important;
  z-index: 1 !important;
  width: min(100%, 520px) !important;
  margin-inline: auto !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: clamp(62px, 6vw, 112px) 0 clamp(62px, 6vw, 112px) 0 !important;
  background: #ece9ff !important;
  box-shadow: 0 28px 58px -38px rgba(28, 18, 48, 0.28) !important;
}

html body.home.page-id-3178 .ds-workshop-signature__image--main::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: block !important;
  background: linear-gradient(120deg, rgba(134, 132, 251, 0.32), rgba(255, 255, 255, 0.02) 48%, rgba(134, 132, 251, 0.24)) !important;
  mix-blend-mode: color !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

html body.home.page-id-3178 .ds-workshop-signature__image--main img {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 849 / 1080 !important;
  object-fit: cover !important;
  object-position: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  filter: grayscale(0.08) saturate(0.72) contrast(1.03) brightness(1.02) !important;
  box-shadow: none !important;
}

html body.home.page-id-3178 .ds-workshop-signature__image--stamp {
  position: absolute !important;
  z-index: 3 !important;
  top: clamp(-48px, -3vw, -22px) !important;
  right: clamp(-34px, -2vw, -12px) !important;
  bottom: auto !important;
  width: clamp(112px, 9vw, 166px) !important;
  height: auto !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 0.82 !important;
  mix-blend-mode: multiply !important;
  pointer-events: none !important;
}

html body.home.page-id-3178 .ds-workshop-signature__image--stamp img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  filter: brightness(0) saturate(100%) invert(16%) sepia(8%) saturate(1650%) hue-rotate(217deg) brightness(82%) contrast(90%) !important;
}

@media (max-width: 680px) {
  html body.home.page-id-3178 .ds-workshop-signature__media {
    padding-block-start: 26px !important;
    padding-inline-end: 18px !important;
  }

  html body.home.page-id-3178 .ds-workshop-signature__image--main {
    width: min(100%, 330px) !important;
    border-radius: 42px 0 42px 0 !important;
  }

  html body.home.page-id-3178 .ds-workshop-signature__image--stamp {
    top: -30px !important;
    right: -8px !important;
    width: 92px !important;
  }
}
/* === /DS workshop image shape restoration v0.20.33 === */

/* === DS homepage mobile layout correction v0.20.29 === */
html body.home.page-id-3178 .ds-home-refined .ds-home-hero.ds-home-hero--cover .ds-home-actions {
  display: none !important;
}

html body.home.page-id-3178 .ds-home-hero--cover .ds-cover-copy {
  max-width: 720px !important;
}

html body.home.page-id-3178 .ds-home-hero--cover .ds-cover-inner {
  padding-block-end: clamp(74px, 10vh, 128px) !important;
}

html body.home.page-id-3178 .ds-home-section__head--row {
  align-items: end !important;
}

html body.home.page-id-3178 .ds-home-section__head--row > a.ds-home-textlink {
  display: none !important;
}

html body.home.page-id-3178 .ds-home-workshop-signature {
  width: min(1240px, calc(100% - clamp(32px, 5vw, 88px))) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr) !important;
  gap: clamp(30px, 5vw, 68px) !important;
  align-items: center !important;
  margin-inline: auto !important;
  padding-block: clamp(42px, 6vw, 76px) !important;
  border: 0 !important;
  background: transparent !important;
  color: #17131f !important;
  box-shadow: none !important;
  overflow: visible !important;
}

html body.home.page-id-3178 .ds-home-workshop-signature::before,
html body.home.page-id-3178 .ds-home-workshop-signature::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.home.page-id-3178 .ds-workshop-signature__copy {
  min-width: 0 !important;
  max-width: 620px !important;
}

html body.home.page-id-3178 .ds-workshop-signature__index {
  display: none !important;
}

html body.home.page-id-3178 .ds-workshop-signature__kicker {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-height: 30px !important;
  padding: 5px 13px !important;
  border: 1px solid rgba(23, 19, 31, 0.1) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.62) !important;
  color: #1c1230 !important;
  font-size: 0.76rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

html body.home.page-id-3178 .ds-workshop-signature__copy h2 {
  margin: 16px 0 0 !important;
  color: #17131f !important;
  font-family: var(--ds-type-display) !important;
  font-size: clamp(1.9rem, 3vw, 3.1rem) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
}

html body.home.page-id-3178 .ds-workshop-signature__copy p {
  max-width: 54ch !important;
  margin: 16px 0 0 !important;
  color: #5f5a6d !important;
  font-size: clamp(1rem, 1.08vw, 1.08rem) !important;
  line-height: 1.72 !important;
}

html body.home.page-id-3178 .ds-workshop-signature__link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 44px !important;
  margin-top: 24px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(23, 19, 31, 0.14) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.7) !important;
  color: #17131f !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

html body.home.page-id-3178 .ds-workshop-signature__media {
  position: relative !important;
  min-width: 0 !important;
  min-height: clamp(360px, 42vw, 560px) !important;
  display: grid !important;
  place-items: center !important;
  overflow: visible !important;
}

html body.home.page-id-3178 .ds-workshop-signature__image {
  margin: 0 !important;
}

html body.home.page-id-3178 .ds-workshop-signature__image--main {
  position: relative !important;
  z-index: 1 !important;
  width: min(100%, 520px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(23, 19, 31, 0.08) !important;
  border-radius: 8px !important;
  background: #ebe9e4 !important;
  box-shadow: 0 26px 58px -38px rgba(17, 19, 24, 0.38) !important;
}

html body.home.page-id-3178 .ds-workshop-signature__image--main img {
  display: block !important;
  width: 100% !important;
  height: clamp(360px, 42vw, 560px) !important;
  object-fit: cover !important;
  object-position: center 54% !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body.home.page-id-3178 .ds-workshop-signature__image--stamp {
  position: absolute !important;
  z-index: 2 !important;
  right: clamp(8px, 2vw, 30px) !important;
  bottom: clamp(8px, 2vw, 30px) !important;
  width: clamp(86px, 11vw, 136px) !important;
  overflow: visible !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.84) !important;
  box-shadow: 0 14px 32px -20px rgba(17, 19, 24, 0.32) !important;
}

html body.home.page-id-3178 .ds-workshop-signature__image--stamp img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border-radius: inherit !important;
}

html body.home.page-id-3178 .ds-home-footer-cta--rich {
  overflow: visible !important;
}

html body.home.page-id-3178 .ds-home-footer-cta--rich .ds-cta-bg {
  overflow: hidden !important;
}

html body.home.page-id-3178 .ds-home-footer-cta--rich .ds-cta-visual--dream {
  min-height: clamp(340px, 35vw, 500px) !important;
  padding: clamp(20px, 3vw, 44px) !important;
  overflow: visible !important;
}

html body.home.page-id-3178 .ds-home-footer-cta--rich .ds-cta-visual--dream img {
  width: min(100%, 520px) !important;
  max-width: 100% !important;
  max-height: none !important;
  transform: none !important;
  filter: drop-shadow(0 30px 44px rgba(28, 18, 48, 0.18)) !important;
}

@media (max-width: 680px) {
  html body.home.page-id-3178 .ds-home-refined .ds-home-hero.ds-home-hero--cover {
    min-height: clamp(520px, 78svh, 700px) !important;
  }

  html body.home.page-id-3178 .ds-home-hero--cover .ds-cover-inner {
    padding-block: clamp(92px, 18vh, 150px) clamp(46px, 8vh, 72px) !important;
  }

  html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined section.ds-home-section.ds-home-trust {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    padding-block: 12px 18px !important;
  }

  html body.home.page-id-3178 .ds-home-trust .ds-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  html body.home.page-id-3178 .ds-home-trust .ds-trust-item {
    min-height: 76px !important;
    display: grid !important;
    grid-template-columns: 28px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px !important;
    border-radius: 8px !important;
  }

  html body.home.page-id-3178 .ds-home-trust .ds-trust-ic {
    width: 28px !important;
    height: 28px !important;
    border-radius: 7px !important;
  }

  html body.home.page-id-3178 .ds-home-trust .ds-trust-ic svg {
    width: 16px !important;
    height: 16px !important;
  }

  html body.home.page-id-3178 .ds-home-trust .ds-trust-tx strong {
    margin: 0 !important;
    font-size: 0.84rem !important;
    line-height: 1.18 !important;
  }

  html body.home.page-id-3178 .ds-home-trust .ds-trust-tx span {
    display: none !important;
  }

  html body.home.page-id-3178 .ds-home-refined .ds-home-category-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  html body.home.page-id-3178 .ds-home-product-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 16px !important;
    width: 100vw !important;
    margin-inline: calc((100% - 100vw) / 2) !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-inline: max(16px, calc((100vw - 100%) / 2)) !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 0 max(16px, calc((100vw - 100%) / 2)) 10px !important;
    scrollbar-width: none !important;
    box-sizing: border-box !important;
  }

  html body.home.page-id-3178 .ds-home-product-grid::-webkit-scrollbar {
    display: none !important;
  }

  html body.home.page-id-3178 .ds-home-refined .ds-home-product {
    flex: 0 0 84% !important;
    width: 84% !important;
    min-width: min(84%, 340px) !important;
    max-width: 340px !important;
    scroll-snap-align: start !important;
  }

  html body.home.page-id-3178 .ds-home-workshop-signature {
    width: calc(100% - 32px) !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding-block: 34px 44px !important;
  }

  html body.home.page-id-3178 .ds-workshop-signature__media {
    order: -1 !important;
    min-height: 0 !important;
  }

  html body.home.page-id-3178 .ds-workshop-signature__image--main {
    width: 100% !important;
  }

  html body.home.page-id-3178 .ds-workshop-signature__image--main img {
    height: clamp(260px, 82vw, 360px) !important;
  }

  html body.home.page-id-3178 .ds-workshop-signature__copy {
    max-width: none !important;
    text-align: right !important;
  }

  html body.home.page-id-3178 .ds-workshop-signature__copy h2 {
    font-size: clamp(1.9rem, 10vw, 2.65rem) !important;
  }

  html body.home.page-id-3178 .ds-workshop-signature__copy p {
    font-size: 1rem !important;
    line-height: 1.65 !important;
  }

  html body.home.page-id-3178 .ds-home-footer-cta--rich {
    width: calc(100% - 32px) !important;
    margin-inline: auto !important;
    padding: 26px 18px 30px !important;
    overflow: visible !important;
  }

  html body.home.page-id-3178 .ds-home-footer-cta--rich .ds-cta-visual {
    margin: 0 !important;
  }

  html body.home.page-id-3178 .ds-home-footer-cta--rich .ds-cta-visual--dream {
    min-height: 280px !important;
    padding: 24px 10px 10px !important;
    overflow: visible !important;
  }

  html body.home.page-id-3178 .ds-home-footer-cta--rich .ds-cta-visual--dream img {
    width: min(100%, 360px) !important;
    max-height: none !important;
    filter: drop-shadow(0 24px 34px rgba(28, 18, 48, 0.16)) !important;
  }

  html body.home.page-id-3178 .ds-home-footer-cta--rich .ds-cta-bg__strings {
    background-size: 58px 100% !important;
    opacity: 0.72 !important;
  }
}
/* === /DS homepage mobile layout correction v0.20.29 === */

/* === DS RTL offcanvas correction v0.20.27 === */
#offcanvas .ct-panel-inner {
  inset-inline-start: auto !important;
  inset-inline-end: 0 !important;
  left: auto !important;
  right: 0 !important;
}

#offcanvas .ct-panel-actions {
  justify-content: flex-end !important;
}

#offcanvas .ct-toggle-close {
  margin: 0 !important;
  outline-color: rgba(28, 18, 48, 0.24) !important;
}

#offcanvas .ct-toggle-close svg,
#offcanvas .ct-toggle-close .ct-icon {
  width: 12px !important;
  height: 12px !important;
  display: block !important;
  color: currentColor !important;
  fill: currentColor !important;
  opacity: 1 !important;
}

#offcanvas [data-id="mobile-menu"] .ct-sub-menu-parent,
#offcanvas .mobile-menu .ct-sub-menu-parent {
  min-height: 52px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 42px !important;
  align-items: center !important;
  border-bottom: 1px solid rgba(28, 18, 48, 0.09) !important;
}

#offcanvas [data-id="mobile-menu"] .ct-sub-menu-parent > a.ct-menu-link,
#offcanvas .mobile-menu .ct-sub-menu-parent > a.ct-menu-link {
  width: 100% !important;
  min-height: 52px !important;
  border-bottom: 0 !important;
}

#offcanvas [data-id="mobile-menu"] .ct-toggle-dropdown-mobile,
#offcanvas .mobile-menu .ct-toggle-dropdown-mobile {
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(28, 18, 48, 0.045) !important;
  color: #17131f !important;
}

#offcanvas [data-id="mobile-menu"] .ct-toggle-dropdown-mobile svg,
#offcanvas .mobile-menu .ct-toggle-dropdown-mobile svg {
  width: 13px !important;
  height: 13px !important;
  fill: currentColor !important;
}

#offcanvas [data-id="mobile-menu"] .sub-menu,
#offcanvas .mobile-menu .sub-menu {
  margin: 4px 0 8px !important;
  padding: 2px 10px 2px 0 !important;
  border-right: 1px solid rgba(28, 18, 48, 0.1) !important;
}

#offcanvas [data-id="mobile-menu"] .sub-menu a.ct-menu-link,
#offcanvas .mobile-menu .sub-menu a.ct-menu-link {
  min-height: 46px !important;
  padding-inline: 14px !important;
  color: rgba(23, 19, 31, 0.78) !important;
  font-size: 0.94rem !important;
  font-weight: 500 !important;
}
/* === /DS RTL offcanvas correction v0.20.27 === */

/* === DS stable offcanvas position v0.20.28 === */
#offcanvas .ct-panel-inner {
  inset-inline-start: 0 !important;
  inset-inline-end: auto !important;
  left: 0 !important;
  right: auto !important;
}
/* === /DS stable offcanvas position v0.20.28 === */

/* === DS mobile navigation rebuild v0.20.30 === */
@media (max-width: 999.98px) {
  [data-header*="type-1"] {
    --header-height: 52px !important;
  }

  #header [data-device="mobile"] [data-row="middle"],
  body.home #header [data-device="mobile"] [data-row="middle"] {
    --height: 52px !important;
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    padding-block: 5px !important;
  }

  #header [data-device="mobile"] [data-row="middle"] > .ct-container,
  body.home #header [data-device="mobile"] [data-row="middle"] > .ct-container {
    width: calc(100% - 22px) !important;
    max-width: calc(100% - 22px) !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    padding: 0 !important;
    align-items: center !important;
  }

  #header [data-device="mobile"] [data-column],
  #header [data-device="mobile"] [data-items],
  body.home #header [data-device="mobile"] [data-column],
  body.home #header [data-device="mobile"] [data-items] {
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    align-items: center !important;
  }

  #header [data-device="mobile"] [data-column="end"] [data-items],
  body.home #header [data-device="mobile"] [data-column="end"] [data-items] {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
  }

  #header [data-device="mobile"] .site-branding,
  body.home #header [data-device="mobile"] .site-branding {
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    padding: 5px !important;
  }

  #header [data-device="mobile"] .site-logo-container,
  body.home #header [data-device="mobile"] .site-logo-container {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
  }

  #header [data-device="mobile"] .site-logo-container img,
  #header [data-device="mobile"] .site-logo-container svg,
  body.home #header [data-device="mobile"] .site-logo-container img,
  body.home #header [data-device="mobile"] .site-logo-container svg,
  body.home.ds-scrolled #header [data-device="mobile"] .site-logo-container img,
  body.home.ds-scrolled #header [data-device="mobile"] .ct-logo-container img {
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
  }

  #header [data-device="mobile"] .ct-header-trigger[data-id="trigger"],
  body.home #header [data-device="mobile"] .ct-header-trigger[data-id="trigger"] {
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    padding: 0 !important;
    border: 1px solid rgba(23, 19, 31, 0.12) !important;
    border-radius: 999px !important;
    background:
      linear-gradient(#17131f, #17131f) 13px 11px / 17px 1.7px no-repeat,
      linear-gradient(#17131f, #17131f) 9px 18px / 23px 1.7px no-repeat,
      linear-gradient(#17131f, #17131f) 15px 25px / 13px 1.7px no-repeat,
      rgba(255, 255, 255, 0.78) !important;
    color: #17131f !important;
    box-shadow: 0 8px 18px rgba(28, 18, 48, 0.06) !important;
    outline-color: rgba(23, 19, 31, 0.28) !important;
  }

  body.home:not(.ds-scrolled) #header [data-device="mobile"] .ct-header-trigger[data-id="trigger"] {
    border-color: rgba(255, 255, 255, 0.22) !important;
    background:
      linear-gradient(#ffffff, #ffffff) 13px 11px / 17px 1.7px no-repeat,
      linear-gradient(#ffffff, #ffffff) 9px 18px / 23px 1.7px no-repeat,
      linear-gradient(#ffffff, #ffffff) 15px 25px / 13px 1.7px no-repeat,
      rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    box-shadow: none !important;
  }

  #header [data-device="mobile"] .ct-header-trigger[data-id="trigger"] .ct-icon,
  #header [data-device="mobile"] .ct-header-trigger[data-id="trigger"] .ct-label,
  body.home #header [data-device="mobile"] .ct-header-trigger[data-id="trigger"] .ct-icon,
  body.home #header [data-device="mobile"] .ct-header-trigger[data-id="trigger"] .ct-label {
    display: none !important;
  }

  #header [data-device="mobile"] .ds-mobile-header-cart,
  body.home #header [data-device="mobile"] .ds-mobile-header-cart {
    position: relative !important;
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
    border: 1px solid rgba(23, 19, 31, 0.12) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.78) !important;
    color: #17131f !important;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(28, 18, 48, 0.06) !important;
  }

  body.home:not(.ds-scrolled) #header [data-device="mobile"] .ds-mobile-header-cart {
    border-color: rgba(255, 255, 255, 0.22) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    box-shadow: none !important;
  }

  #header [data-device="mobile"] .ds-mobile-header-cart__icon,
  body.home #header [data-device="mobile"] .ds-mobile-header-cart__icon {
    width: 20px !important;
    height: 20px !important;
    display: block !important;
  }

  #header [data-device="mobile"] .ds-mobile-header-cart .ds-cart-count,
  body.home #header [data-device="mobile"] .ds-mobile-header-cart .ds-cart-count {
    position: absolute !important;
    top: -3px !important;
    right: -3px !important;
    width: 16px !important;
    min-width: 16px !important;
    height: 16px !important;
    display: none !important;
    place-items: center !important;
    border-radius: 999px !important;
    background: #1c1230 !important;
    color: #ffffff !important;
    font-size: 0.64rem !important;
    font-weight: 600 !important;
    line-height: 1 !important;
  }

  #header [data-device="mobile"] .ds-mobile-header-cart.ds-cart-has-items .ds-cart-count,
  body.home #header [data-device="mobile"] .ds-mobile-header-cart.ds-cart-has-items .ds-cart-count {
    display: grid !important;
  }

  #offcanvas .ct-panel-inner {
    width: 100vw !important;
    max-width: 100vw !important;
    inset-inline-start: 0 !important;
    inset-inline-end: auto !important;
    left: 0 !important;
    right: auto !important;
    background: #fbfaf7 !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  #offcanvas .ct-panel-actions {
    min-height: 58px !important;
    padding: 10px 18px 6px !important;
    justify-content: flex-start !important;
  }

  #offcanvas .ct-toggle-close {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    border: 1px solid rgba(23, 19, 31, 0.12) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #17131f !important;
    box-shadow: 0 10px 24px rgba(28, 18, 48, 0.07) !important;
  }

  #offcanvas [data-id="mobile-menu"] {
    width: min(100%, 390px) !important;
    margin-inline: auto !important;
    padding: 18px 24px 34px !important;
  }

  #offcanvas [data-id="mobile-menu"] ul,
  #offcanvas .mobile-menu ul,
  #offcanvas [data-id="mobile-menu"] .sub-menu,
  #offcanvas .mobile-menu .sub-menu {
    display: grid !important;
    gap: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  #offcanvas [data-id="mobile-menu"] li,
  #offcanvas .mobile-menu li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  #offcanvas [data-id="mobile-menu"] .ct-sub-menu-parent,
  #offcanvas .mobile-menu .ct-sub-menu-parent {
    display: block !important;
    min-height: 0 !important;
    border: 0 !important;
  }

  #offcanvas [data-id="mobile-menu"] .ct-toggle-dropdown-mobile,
  #offcanvas .mobile-menu .ct-toggle-dropdown-mobile {
    display: none !important;
  }

  #offcanvas [data-id="mobile-menu"] a.ct-menu-link,
  #offcanvas .mobile-menu a.ct-menu-link,
  html body .ct-panel .mobile-menu a {
    width: 100% !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 2px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(23, 19, 31, 0.09) !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #17131f !important;
    font-size: 1rem !important;
    font-weight: 560 !important;
    line-height: 1.2 !important;
    text-align: right !important;
  }

  #offcanvas [data-id="mobile-menu"] .sub-menu a.ct-menu-link,
  #offcanvas .mobile-menu .sub-menu a.ct-menu-link {
    min-height: 44px !important;
    padding-inline: 14px 2px !important;
    color: rgba(23, 19, 31, 0.72) !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
  }

  #offcanvas [data-id="mobile-menu"] a.ct-menu-link:hover,
  #offcanvas [data-id="mobile-menu"] a.ct-menu-link:focus-visible,
  #offcanvas [data-id="mobile-menu"] li.current-menu-item > a.ct-menu-link,
  #offcanvas [data-id="mobile-menu"] li.current_page_item > a.ct-menu-link {
    padding-inline: 12px !important;
    border-radius: 8px !important;
    background: rgba(28, 18, 48, 0.055) !important;
    color: #1c1230 !important;
  }

  #offcanvas [data-id="mobile-menu"] a.ds-cart-link {
    min-height: 50px !important;
    justify-content: flex-start !important;
    color: #17131f !important;
  }

  #offcanvas [data-id="mobile-menu"] a.ds-cart-link .ds-cart-ic {
    width: 22px !important;
    height: 22px !important;
  }
}
/* === /DS mobile navigation rebuild v0.20.30 === */

/* === DS mobile offcanvas stability v0.20.31 === */
@media (max-width: 999.98px) {
  #offcanvas,
  #offcanvas.active {
    justify-content: flex-start !important;
    align-items: stretch !important;
  }

  #offcanvas .ct-panel-inner,
  #offcanvas.active .ct-panel-inner {
    position: absolute !important;
    inset: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
    margin: 0 !important;
    transform: none !important;
    transition: opacity 160ms ease !important;
  }
}
/* === /DS mobile offcanvas stability v0.20.31 === */

/* === DS custom order full layout repair v0.20.29 === */
html body.page-id-2235,
html body.page-id-2235 #main-container,
html body.page-id-2235 #main,
html body.page-id-2235 .site-main,
html body.page-id-2235 .entry-content {
  overflow-x: clip !important;
}

html body.page-id-2235 {
  --cst-ink: #1c1230;
  --cst-muted: #756f86;
  --cst-line: rgba(28, 18, 48, 0.12);
  --cst-line-soft: rgba(28, 18, 48, 0.075);
  --cst-soft: #f4f1f9;
  --cst-paper: #ffffff;
  --cst-dark: #151321;
  --cst-dark-2: #1e1930;
  --cst-purple: #8684fb;
  --cst-shadow: 0 1px 2px rgba(17, 17, 24, 0.04), 0 18px 45px -34px rgba(17, 17, 24, 0.34);
  background: #f8f8fa !important;
}

html body.page-id-2235 .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.page-id-2235 .entry-content > * {
  max-width: none !important;
}

html body.page-id-2235 .ds-cst-page,
html body.page-id-2235 .ds-custom-page {
  width: min(100%, 1200px) !important;
  max-width: 1200px !important;
  margin-inline: auto !important;
  padding: clamp(24px, 3.5vw, 34px) clamp(16px, 3.5vw, 28px) clamp(72px, 8vw, 112px) !important;
  color: var(--cst-ink) !important;
  direction: rtl !important;
  box-sizing: border-box !important;
}

html body.page-id-2235 .ds-cst-page *,
html body.page-id-2235 .ds-cst-page *::before,
html body.page-id-2235 .ds-cst-page *::after {
  box-sizing: border-box !important;
}

html body.page-id-2235 .ds-cst-page :where(h1, h2, h3, p, figure, ul) {
  margin: 0 !important;
}

html body.page-id-2235 .ds-cst-page img,
html body.page-id-2235 .ds-cst-page svg {
  display: block;
}

html body.page-id-2235 .ds-cst-page img {
  max-width: 100%;
  height: auto;
}

html body.page-id-2235 .ds-cst-page a {
  color: inherit;
  text-decoration: none !important;
}

html body.page-id-2235 .ds-cst-kicker,
html body.page-id-2235 .ds-cst-step__idx,
html body.page-id-2235 .ds-cst-model__tag {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  color: rgba(28, 18, 48, 0.72) !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

html body.page-id-2235 .ds-cst-page h1,
html body.page-id-2235 .ds-cst-page h2,
html body.page-id-2235 .ds-cst-page h3 {
  color: var(--cst-ink) !important;
  font-family: var(--ds-type-display) !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

html body.page-id-2235 .ds-cst-page p {
  color: var(--cst-muted) !important;
  font-size: clamp(1rem, 1.4vw, 1.08rem) !important;
  line-height: 1.78 !important;
  max-width: 64ch !important;
}

html body.page-id-2235 .ds-cst-hero {
  position: relative !important;
  isolation: isolate !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr) !important;
  gap: clamp(30px, 5vw, 64px) !important;
  align-items: center !important;
  overflow: hidden !important;
  min-height: clamp(540px, 62vw, 680px) !important;
  padding: clamp(36px, 6vw, 70px) !important;
  border: 1px solid var(--cst-line-soft) !important;
  border-radius: 8px !important;
  background:
    repeating-linear-gradient(0deg, transparent 0 44px, rgba(28, 18, 48, 0.035) 44px 45px),
    radial-gradient(640px 360px at 12% 12%, rgba(28, 18, 48, 0.055), transparent 70%),
    #f7f5fb !important;
  box-shadow: 0 1px 0 rgba(28, 18, 48, 0.04) !important;
}

html body.page-id-2235 .ds-cst-hero > * {
  position: relative !important;
  z-index: 1 !important;
  min-width: 0 !important;
}

html body.page-id-2235 .ds-cst-hero__copy {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: right !important;
}

html body.page-id-2235 .ds-cst-hero h1 {
  max-width: 11ch !important;
  margin-top: 16px !important;
  font-size: clamp(2.3rem, 5.6vw, 4.4rem) !important;
  line-height: 1.04 !important;
}

html body.page-id-2235 .ds-cst-hero__intro {
  margin-top: 20px !important;
}

html body.page-id-2235 .ds-cst-hero__why {
  margin-top: 18px !important;
  padding-inline-start: 18px !important;
  border-inline-start: 3px solid var(--cst-ink) !important;
  color: rgba(28, 18, 48, 0.82) !important;
  font-weight: 500 !important;
}

html body.page-id-2235 .ds-cst-hero__actions,
html body.page-id-2235 .ds-cst-final__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  align-items: center !important;
  margin-top: 30px !important;
}

html body.page-id-2235 .ds-cst-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px !important;
  padding: 12px 28px !important;
  border: 1px solid var(--cst-ink) !important;
  border-radius: 999px !important;
  background: var(--cst-ink) !important;
  color: #ffffff !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease !important;
}

html body.page-id-2235 .ds-cst-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 30px -22px rgba(17, 17, 24, 0.5) !important;
}

html body.page-id-2235 .ds-cst-btn--ghost,
html body.page-id-2235 .ds-cst-btn--outline {
  background: rgba(255, 255, 255, 0.54) !important;
  color: var(--cst-ink) !important;
  border-color: rgba(28, 18, 48, 0.22) !important;
}

html body.page-id-2235 .ds-cst-btn--ghost:hover,
html body.page-id-2235 .ds-cst-btn--outline:hover {
  background: rgba(28, 18, 48, 0.055) !important;
  border-color: rgba(28, 18, 48, 0.38) !important;
}

html body.page-id-2235 .ds-cst-hero__visual {
  position: relative !important;
  align-self: stretch !important;
  display: flex !important;
  align-items: center !important;
}

html body.page-id-2235 .ds-cst-hero__visual img {
  width: 100% !important;
  height: min(100%, 560px) !important;
  min-height: 420px !important;
  object-fit: cover !important;
  object-position: center !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 4px !important;
  box-shadow: 0 24px 60px -24px rgba(0, 0, 0, 0.5) !important;
}

html body.page-id-2235 .ds-cst-hero__caption {
  position: absolute !important;
  inset-inline: 14px !important;
  bottom: 14px !important;
  padding: 15px 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 4px !important;
  background: rgba(12, 12, 18, 0.76) !important;
  color: #f6f4fb !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

html body.page-id-2235 .ds-cst-hero__caption span {
  display: block !important;
  color: rgba(246, 244, 251, 0.66) !important;
  font-size: 0.74rem !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

html body.page-id-2235 .ds-cst-hero__caption strong {
  display: block !important;
  margin-top: 6px !important;
  color: #ffffff !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
}

html body.page-id-2235 .ds-cst-hero__caption ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px 18px !important;
  margin-top: 10px !important;
  padding: 0 !important;
  list-style: none !important;
  color: rgba(246, 244, 251, 0.72) !important;
  font-size: 0.86rem !important;
}

html body.page-id-2235 .ds-cst-hero__caption li {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

html body.page-id-2235 .ds-cst-hero__caption li::before {
  content: "" !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 50% !important;
  background: rgba(246, 244, 251, 0.66) !important;
}

html body.page-id-2235 .ds-cst-section,
html body.page-id-2235 .ds-cst-dark {
  margin-top: clamp(64px, 8vw, 104px) !important;
}

html body.page-id-2235 .ds-cst-head {
  width: min(100%, 720px) !important;
  margin-inline-start: auto !important;
  margin-bottom: clamp(28px, 4vw, 42px) !important;
  text-align: right !important;
}

html body.page-id-2235 .ds-cst-head h2,
html body.page-id-2235 .ds-cst-final h2 {
  margin-top: 12px !important;
  font-size: clamp(1.8rem, 3.4vw, 2.65rem) !important;
  line-height: 1.16 !important;
}

html body.page-id-2235 .ds-cst-head p,
html body.page-id-2235 .ds-cst-final__why {
  margin-top: 12px !important;
}

html body.page-id-2235 .ds-cst-steps,
html body.page-id-2235 .ds-cst-option-grid,
html body.page-id-2235 .ds-cst-send {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(14px, 2vw, 18px) !important;
}

html body.page-id-2235 .ds-cst-option-grid,
html body.page-id-2235 .ds-cst-send {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

html body.page-id-2235 .ds-cst-step,
html body.page-id-2235 .ds-cst-option,
html body.page-id-2235 .ds-cst-send article,
html body.page-id-2235 .ds-cst-model,
html body.page-id-2235 .ds-cst-model-cta {
  min-width: 0 !important;
  border: 1px solid var(--cst-line-soft) !important;
  border-radius: 8px !important;
  background: var(--cst-paper) !important;
  box-shadow: var(--cst-shadow) !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease !important;
}

html body.page-id-2235 .ds-cst-step,
html body.page-id-2235 .ds-cst-option {
  min-height: 214px !important;
  padding: 28px 24px !important;
}

html body.page-id-2235 .ds-cst-step:hover,
html body.page-id-2235 .ds-cst-option:hover,
html body.page-id-2235 .ds-cst-model:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(28, 18, 48, 0.18) !important;
  box-shadow: 0 24px 52px -34px rgba(17, 17, 24, 0.42) !important;
}

html body.page-id-2235 .ds-cst-ico {
  display: inline-grid !important;
  place-items: center !important;
  width: 58px !important;
  height: 58px !important;
  margin-inline-start: auto !important;
  border-radius: 999px !important;
  background: rgba(28, 18, 48, 0.06) !important;
  color: var(--cst-ink) !important;
}

html body.page-id-2235 .ds-cst-ico svg {
  width: 25px !important;
  height: 25px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.65 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body.page-id-2235 .ds-cst-ico svg .fill {
  fill: currentColor !important;
  stroke: none !important;
}

html body.page-id-2235 .ds-cst-step__idx {
  margin-top: 24px !important;
  color: rgba(28, 18, 48, 0.5) !important;
}

html body.page-id-2235 .ds-cst-step strong,
html body.page-id-2235 .ds-cst-option strong {
  display: block !important;
  margin-top: 8px !important;
  color: var(--cst-ink) !important;
  font-size: clamp(1.06rem, 1.4vw, 1.22rem) !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}

html body.page-id-2235 .ds-cst-step p,
html body.page-id-2235 .ds-cst-option p {
  margin-top: 10px !important;
  font-size: 0.98rem !important;
  line-height: 1.62 !important;
}

html body.page-id-2235 .ds-cst-reassure-wrap {
  display: flex !important;
  justify-content: center !important;
  margin-top: 34px !important;
}

html body.page-id-2235 .ds-cst-reassure {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 10px 22px 10px 12px !important;
  border: 1px solid var(--cst-line-soft) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--cst-ink) !important;
  box-shadow: var(--cst-shadow) !important;
  font-weight: 500 !important;
}

html body.page-id-2235 .ds-cst-reassure .ds-cst-ico {
  width: 38px !important;
  height: 38px !important;
}

html body.page-id-2235 .ds-cst-dark {
  position: relative !important;
  isolation: isolate !important;
  display: grid !important;
  gap: clamp(34px, 6vw, 78px) !important;
  align-items: center !important;
  min-height: clamp(560px, 56vw, 720px) !important;
  overflow: hidden !important;
  padding: clamp(46px, 7vw, 86px) clamp(28px, 6vw, 84px) !important;
  border: 1px solid rgba(134, 132, 251, 0.2) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(90deg, rgba(21, 19, 33, 0.96), rgba(21, 19, 33, 0.88)),
    url("https://dsguitars.co.il/wp-content/uploads/2024/06/BGcp5-min.png"),
    var(--cst-dark) !important;
  background-position: center !important;
  background-size: cover !important;
  box-shadow: 0 28px 60px -42px rgba(17, 17, 24, 0.7) !important;
  direction: ltr !important;
}

html body.page-id-2235 .ds-cst-dark--tailored {
  grid-template-columns: minmax(340px, 0.88fr) minmax(0, 1fr) !important;
}

html body.page-id-2235 .ds-cst-dark--options {
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.08fr) !important;
}

html body.page-id-2235 .ds-cst-dark__media,
html body.page-id-2235 .ds-cst-dark__copy,
html body.page-id-2235 .ds-cst-old-options {
  position: relative !important;
  z-index: 1 !important;
  min-width: 0 !important;
}

html body.page-id-2235 .ds-cst-dark__media {
  display: grid !important;
  place-items: center !important;
  min-height: 480px !important;
}

html body.page-id-2235 .ds-cst-dark__media::before {
  content: "" !important;
  position: absolute !important;
  inset: 9% 9% 4% 12% !important;
  border-radius: 46% 42% 52% 44% / 42% 36% 56% 54% !important;
  background: rgba(2, 2, 8, 0.58) !important;
  filter: blur(0.2px) !important;
}

html body.page-id-2235 .ds-cst-dark__media img {
  position: relative !important;
  width: min(88%, 440px) !important;
  max-height: 600px !important;
  object-fit: contain !important;
  opacity: 0.82 !important;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.44)) !important;
  animation: dsCstFloat 4.6s ease-in-out infinite !important;
}

html body.page-id-2235 .ds-cst-dark__copy {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  max-width: 610px !important;
  text-align: left !important;
  direction: ltr !important;
}

html body.page-id-2235 .ds-cst-dark__kicker {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  color: var(--cst-purple) !important;
  font-size: clamp(0.82rem, 1.1vw, 0.95rem) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
}

html body.page-id-2235 .ds-cst-dark__kicker svg {
  width: 18px !important;
  height: 18px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
}

html body.page-id-2235 .ds-cst-dark h2 {
  margin-top: 24px !important;
  color: #ffffff !important;
  font-family: "Chronicle Display", var(--ds-type-display) !important;
  font-size: clamp(3.1rem, 6vw, 5.6rem) !important;
  font-weight: 400 !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

html body.page-id-2235 .ds-cst-dark p {
  margin-top: 26px !important;
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: clamp(1.04rem, 1.5vw, 1.2rem) !important;
  line-height: 1.68 !important;
}

html body.page-id-2235 .ds-cst-dark__link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin-top: 24px !important;
  color: var(--cst-purple) !important;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

html body.page-id-2235 .ds-cst-dark__link span {
  transition: transform 180ms ease !important;
}

html body.page-id-2235 .ds-cst-dark__link:hover span {
  transform: translateX(-4px) !important;
}

html body.page-id-2235 .ds-cst-old-options {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(16px, 2vw, 24px) !important;
  align-items: stretch !important;
}

html body.page-id-2235 .ds-cst-old-options span {
  display: grid !important;
  place-items: center !important;
  min-height: clamp(140px, 12vw, 185px) !important;
  padding: 22px !important;
  border: 1px solid rgba(134, 132, 251, 0.2) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.045) !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: clamp(1.25rem, 2vw, 1.65rem) !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, color 220ms ease !important;
}

html body.page-id-2235 .ds-cst-old-options span:nth-child(4),
html body.page-id-2235 .ds-cst-old-options span:nth-child(5),
html body.page-id-2235 .ds-cst-old-options span:nth-child(6),
html body.page-id-2235 .ds-cst-old-options span:nth-child(7) {
  grid-column: span 1 !important;
}

html body.page-id-2235 .ds-cst-old-options span:nth-child(4),
html body.page-id-2235 .ds-cst-old-options span:nth-child(5) {
  min-height: clamp(150px, 13vw, 195px) !important;
}

html body.page-id-2235 .ds-cst-old-options span:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(134, 132, 251, 0.44) !important;
  background: rgba(134, 132, 251, 0.09) !important;
  color: #ffffff !important;
}

html body.page-id-2235 .ds-cst-old-option--color { --drift: -18px; }
html body.page-id-2235 .ds-cst-old-option--keys { --drift: -12px; }
html body.page-id-2235 .ds-cst-old-option--neck { --drift: -22px; }
html body.page-id-2235 .ds-cst-old-option--wood { --drift: 16px; }
html body.page-id-2235 .ds-cst-old-option--finish { --drift: 24px; }
html body.page-id-2235 .ds-cst-old-option--shape { --drift: 10px; }
html body.page-id-2235 .ds-cst-old-option--buttons { --drift: 18px; }

html body.page-id-2235 .ds-cst-options {
  padding: clamp(34px, 5vw, 60px) !important;
  border: 1px solid rgba(28, 18, 48, 0.08) !important;
  border-radius: 8px !important;
  background: #f1eff7 !important;
}

html body.page-id-2235 .ds-cst-options .ds-cst-head {
  margin-inline-start: auto !important;
  margin-inline-end: 0 !important;
}

html body.page-id-2235 .ds-cst-final {
  padding: clamp(38px, 6vw, 70px) !important;
  border: 1px solid rgba(28, 18, 48, 0.08) !important;
  border-radius: 8px !important;
  background: #f1eff7 !important;
  text-align: center !important;
}

html body.page-id-2235 .ds-cst-final > .ds-cst-kicker,
html body.page-id-2235 .ds-cst-final h2,
html body.page-id-2235 .ds-cst-final p {
  margin-inline: auto !important;
}

html body.page-id-2235 .ds-cst-send {
  margin-top: 34px !important;
  text-align: right !important;
}

html body.page-id-2235 .ds-cst-send article {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: flex-start !important;
  padding: 22px !important;
}

html body.page-id-2235 .ds-cst-send .ds-cst-ico {
  width: 52px !important;
  height: 52px !important;
}

html body.page-id-2235 .ds-cst-send strong,
html body.page-id-2235 .ds-cst-model strong,
html body.page-id-2235 .ds-cst-model-cta strong {
  display: block !important;
  color: var(--cst-ink) !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}

html body.page-id-2235 .ds-cst-send p {
  margin-top: 7px !important;
  font-size: 0.95rem !important;
  line-height: 1.58 !important;
}

html body.page-id-2235 .ds-cst-final__note {
  margin-top: 26px !important;
}

html body.page-id-2235 .ds-cst-final__note strong {
  color: var(--cst-ink) !important;
  font-weight: 600 !important;
}

html body.page-id-2235 .ds-cst-final__actions {
  justify-content: center !important;
}

html body.page-id-2235 .ds-cst-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

html body.page-id-2235 .ds-cst-gallery figure {
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid rgba(28, 18, 48, 0.08) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: var(--cst-shadow) !important;
}

html body.page-id-2235 .ds-cst-gallery img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  transition: transform 380ms ease !important;
}

html body.page-id-2235 .ds-cst-gallery figure:hover img {
  transform: scale(1.045) !important;
}

html body.page-id-2235 .ds-cst-models {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

html body.page-id-2235 .ds-cst-model {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 28px !important;
  text-align: center !important;
}

html body.page-id-2235 .ds-cst-model img {
  width: min(100%, 230px) !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
}

html body.page-id-2235 .ds-cst-model strong {
  margin-top: 18px !important;
}

html body.page-id-2235 .ds-cst-model em {
  margin-top: 8px !important;
  color: var(--cst-ink) !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-variant-numeric: tabular-nums !important;
}

html body.page-id-2235 .ds-cst-model__tag {
  margin-top: 16px !important;
  color: var(--cst-muted) !important;
}

html body.page-id-2235 .ds-cst-model-cta {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  padding: 30px 28px !important;
  text-align: right !important;
  background: linear-gradient(155deg, #ffffff 0%, #f4f1f9 100%) !important;
}

html body.page-id-2235 .ds-cst-model-cta strong {
  margin-top: 18px !important;
}

html body.page-id-2235 .ds-cst-model-cta p {
  margin-top: 10px !important;
  font-size: 0.98rem !important;
}

html body.page-id-2235 .ds-cst-model-cta .ds-cst-btn {
  margin-top: 22px !important;
}

@keyframes dsCstIn {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dsCstFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  html body.page-id-2235 .ds-cst-reveal {
    animation: dsCstIn 650ms cubic-bezier(0.19, 1, 0.22, 1) both !important;
  }

  @supports (animation-timeline: view()) {
    html body.page-id-2235 .ds-cst-reveal {
      animation-timeline: view() !important;
      animation-range: entry 0% entry 32% !important;
    }

    html body.page-id-2235 .ds-cst-old-options span {
      animation: dsCstOldDrift both cubic-bezier(0.19, 1, 0.22, 1) !important;
      animation-timeline: view() !important;
      animation-range: entry 0% entry 55% !important;
    }
  }
}

@keyframes dsCstOldDrift {
  from {
    opacity: 0;
    transform: translateX(var(--drift, 0));
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.page-id-2235 .ds-cst-page *,
  html body.page-id-2235 .ds-cst-page *::before,
  html body.page-id-2235 .ds-cst-page *::after {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1050px) {
  html body.page-id-2235 .ds-cst-hero {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }

  html body.page-id-2235 .ds-cst-hero__visual {
    order: 2 !important;
  }

  html body.page-id-2235 .ds-cst-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.page-id-2235 .ds-cst-dark--tailored,
  html body.page-id-2235 .ds-cst-dark--options {
    grid-template-columns: 1fr !important;
  }

  html body.page-id-2235 .ds-cst-dark__media {
    min-height: 360px !important;
    order: -1 !important;
  }

  html body.page-id-2235 .ds-cst-dark__media img {
    width: min(74%, 360px) !important;
  }

  html body.page-id-2235 .ds-cst-old-options {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  html body.page-id-2235,
  html body.page-id-2235 #page,
  html body.page-id-2235 #main-container,
  html body.page-id-2235 .ct-container-full,
  html body.page-id-2235 article,
  html body.page-id-2235 .entry-content {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: clip !important;
  }

  html body.page-id-2235 .ds-cst-page,
  html body.page-id-2235 .ds-custom-page {
    width: 100% !important;
    max-width: 100% !important;
    padding: 18px 14px 64px !important;
  }

  html body.page-id-2235 .ds-cst-hero,
  html body.page-id-2235 .ds-cst-options,
  html body.page-id-2235 .ds-cst-final,
  html body.page-id-2235 .ds-cst-dark {
    width: 100% !important;
    max-width: 100% !important;
    padding: 28px 22px !important;
    border-radius: 8px !important;
  }

  html body.page-id-2235 .ds-cst-hero {
    gap: 24px !important;
  }

  html body.page-id-2235 .ds-cst-hero h1 {
    max-width: 100% !important;
    font-size: clamp(2.15rem, 11vw, 3rem) !important;
  }

  html body.page-id-2235 .ds-cst-page p {
    max-width: 100% !important;
    font-size: 1rem !important;
    line-height: 1.7 !important;
  }

  html body.page-id-2235 .ds-cst-hero__actions,
  html body.page-id-2235 .ds-cst-final__actions {
    width: 100% !important;
  }

  html body.page-id-2235 .ds-cst-btn {
    width: 100% !important;
    min-height: 52px !important;
  }

  html body.page-id-2235 .ds-cst-hero__visual img {
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 1 / 1.08 !important;
  }

  html body.page-id-2235 .ds-cst-hero__caption {
    inset-inline: 10px !important;
    bottom: 10px !important;
    padding: 12px !important;
  }

  html body.page-id-2235 .ds-cst-hero__caption ul {
    gap: 6px 12px !important;
    font-size: 0.78rem !important;
  }

  html body.page-id-2235 .ds-cst-head {
    margin-inline: 0 !important;
    margin-bottom: 24px !important;
  }

  html body.page-id-2235 .ds-cst-head h2,
  html body.page-id-2235 .ds-cst-final h2 {
    font-size: clamp(1.65rem, 8vw, 2.18rem) !important;
  }

  html body.page-id-2235 .ds-cst-steps,
  html body.page-id-2235 .ds-cst-option-grid,
  html body.page-id-2235 .ds-cst-send,
  html body.page-id-2235 .ds-cst-gallery,
  html body.page-id-2235 .ds-cst-models {
    grid-template-columns: 1fr !important;
  }

  html body.page-id-2235 .ds-cst-step,
  html body.page-id-2235 .ds-cst-option {
    min-height: 0 !important;
    padding: 22px !important;
  }

  html body.page-id-2235 .ds-cst-dark {
    min-height: 0 !important;
    direction: rtl !important;
    background:
      linear-gradient(180deg, rgba(21, 19, 33, 0.96), rgba(21, 19, 33, 0.9)),
      url("https://dsguitars.co.il/wp-content/uploads/2024/06/BGcp5-min.png"),
      var(--cst-dark) !important;
    background-size: cover !important;
  }

  html body.page-id-2235 .ds-cst-dark__copy {
    direction: rtl !important;
    text-align: right !important;
    align-items: flex-start !important;
    max-width: 100% !important;
  }

  html body.page-id-2235 .ds-cst-dark__kicker {
    letter-spacing: 0.08em !important;
  }

  html body.page-id-2235 .ds-cst-dark h2 {
    width: 100% !important;
    font-size: clamp(2.35rem, 12vw, 3.4rem) !important;
    line-height: 1.04 !important;
  }

  html body.page-id-2235 .ds-cst-dark p {
    font-size: 1rem !important;
    line-height: 1.68 !important;
  }

  html body.page-id-2235 .ds-cst-dark__media {
    min-height: 300px !important;
  }

  html body.page-id-2235 .ds-cst-dark__media img {
    width: min(92%, 330px) !important;
  }

  html body.page-id-2235 .ds-cst-old-options {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  html body.page-id-2235 .ds-cst-old-options span {
    min-height: 116px !important;
    border-radius: 14px !important;
    font-size: 1.08rem !important;
  }

  html body.page-id-2235 .ds-cst-send article {
    grid-template-columns: 46px minmax(0, 1fr) !important;
    padding: 18px !important;
  }

  html body.page-id-2235 .ds-cst-send .ds-cst-ico {
    width: 46px !important;
    height: 46px !important;
  }
}

@media (max-width: 430px) {
  html body.page-id-2235 .ds-cst-page,
  html body.page-id-2235 .ds-custom-page {
    padding-inline: 12px !important;
  }

  html body.page-id-2235 .ds-cst-hero,
  html body.page-id-2235 .ds-cst-options,
  html body.page-id-2235 .ds-cst-final,
  html body.page-id-2235 .ds-cst-dark {
    padding-inline: 18px !important;
  }

  html body.page-id-2235 .ds-cst-old-options {
    grid-template-columns: 1fr !important;
  }

  html body.page-id-2235 .ds-cst-old-options span {
    min-height: 88px !important;
  }
}
/* === /DS custom order full layout repair v0.20.29 === */

/* === DS mobile menu cart de-duplication v0.20.32 === */
@media (max-width: 999.98px) {
  #offcanvas [data-id="mobile-menu"] li.ds-menu-cart,
  #offcanvas .mobile-menu li.ds-menu-cart {
    display: none !important;
  }
}
/* === /DS mobile menu cart de-duplication v0.20.32 === */

/* === DS workshop image final lock v0.20.33 === */
html body.home.page-id-3178 .ds-home-workshop-signature {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

html body.home.page-id-3178 .ds-home-workshop-signature::before,
html body.home.page-id-3178 .ds-home-workshop-signature::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.home.page-id-3178 .ds-workshop-signature__media {
  position: relative !important;
  overflow: visible !important;
  min-height: 0 !important;
  padding-block-start: clamp(18px, 3vw, 46px) !important;
  padding-inline-end: clamp(18px, 3vw, 42px) !important;
}

html body.home.page-id-3178 .ds-workshop-signature__image--main {
  position: relative !important;
  z-index: 1 !important;
  width: min(100%, 520px) !important;
  margin-inline: auto !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: clamp(62px, 6vw, 112px) 0 clamp(62px, 6vw, 112px) 0 !important;
  background: #ece9ff !important;
  box-shadow: 0 28px 58px -38px rgba(28, 18, 48, 0.28) !important;
}

html body.home.page-id-3178 .ds-workshop-signature__image--main::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: block !important;
  background: linear-gradient(120deg, rgba(134, 132, 251, 0.32), rgba(255, 255, 255, 0.02) 48%, rgba(134, 132, 251, 0.24)) !important;
  mix-blend-mode: color !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

html body.home.page-id-3178 .ds-workshop-signature__image--main img {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 849 / 1080 !important;
  object-fit: cover !important;
  object-position: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  filter: grayscale(0.08) saturate(0.72) contrast(1.03) brightness(1.02) !important;
  box-shadow: none !important;
}

html body.home.page-id-3178 .ds-workshop-signature__image--stamp {
  position: absolute !important;
  z-index: 3 !important;
  top: clamp(-48px, -3vw, -22px) !important;
  right: clamp(-34px, -2vw, -12px) !important;
  bottom: auto !important;
  width: clamp(112px, 9vw, 166px) !important;
  height: auto !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 0.82 !important;
  mix-blend-mode: multiply !important;
  pointer-events: none !important;
}

html body.home.page-id-3178 .ds-workshop-signature__image--stamp img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  filter: brightness(0) saturate(100%) invert(16%) sepia(8%) saturate(1650%) hue-rotate(217deg) brightness(82%) contrast(90%) !important;
}

@media (max-width: 680px) {
  html body.home.page-id-3178 .ds-workshop-signature__media {
    padding-block-start: 26px !important;
    padding-inline-end: 18px !important;
  }

  html body.home.page-id-3178 .ds-workshop-signature__image--main {
    width: min(100%, 330px) !important;
    border-radius: 42px 0 42px 0 !important;
  }

  html body.home.page-id-3178 .ds-workshop-signature__image--stamp {
    top: -30px !important;
    right: -8px !important;
    width: 92px !important;
  }
}
/* === /DS workshop image final lock v0.20.33 === */

/* === DS homepage custom CTA visual fit v0.20.38 === */
html body.home.page-id-3178 .ds-home-footer-cta--rich {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr) !important;
  gap: clamp(28px, 4vw, 52px) !important;
  min-height: 0 !important;
  padding: clamp(34px, 4.4vw, 56px) !important;
  overflow: hidden !important;
}

html body.home.page-id-3178 .ds-home-footer-cta--rich .ds-cta-copy {
  position: relative !important;
  z-index: 3 !important;
}

html body.home.page-id-3178 .ds-home-footer-cta--rich .ds-cta-steps {
  margin-left: 0 !important;
}

html body.home.page-id-3178 .ds-home-footer-cta--rich .ds-cta-visual--dream {
  position: relative !important;
  inset: auto !important;
  z-index: 1 !important;
  display: grid !important;
  direction: ltr !important;
  place-items: center !important;
  width: 100% !important;
  min-height: clamp(280px, 24vw, 380px) !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  pointer-events: auto !important;
}

html body.home.page-id-3178 .ds-home-footer-cta--rich .ds-cta-visual--dream img {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: min(100%, 560px) !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
  filter: drop-shadow(0 24px 36px rgba(28, 18, 48, 0.16)) !important;
}

@media (max-width: 880px) {
  html body.home.page-id-3178 .ds-home-footer-cta--rich {
    grid-template-columns: 1fr !important;
    overflow: hidden !important;
  }

  html body.home.page-id-3178 .ds-home-footer-cta--rich .ds-cta-visual--dream {
    min-height: clamp(240px, 58vw, 340px) !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.home.page-id-3178 .ds-home-footer-cta--rich .ds-cta-steps {
    margin-left: 0 !important;
  }

  html body.home.page-id-3178 .ds-home-footer-cta--rich .ds-cta-visual--dream img {
    width: min(100%, 420px) !important;
    transform: none !important;
  }
}

@media (max-width: 680px) {
  html body.home.page-id-3178 .ds-home-footer-cta--rich .ds-cta-visual--dream {
    min-height: clamp(220px, 62vw, 300px) !important;
  }

  html body.home.page-id-3178 .ds-home-footer-cta--rich .ds-cta-visual--dream img {
    width: min(100%, 360px) !important;
  }
}
/* === /DS homepage custom CTA visual fit v0.20.38 === */

/* === DS homepage cover hero lock v0.20.36 === */
html body.home.page-id-3178 .ds-home-refined .ds-home-hero.ds-home-hero--cover .ds-home-kicker {
  gap: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.74) !important;
  letter-spacing: 0.22em !important;
}

html body.home.page-id-3178 .ds-home-hero--cover .ds-home-kicker::before,
html body.home.page-id-3178 .ds-home-hero--cover .ds-home-kicker::after {
  content: none !important;
  display: none !important;
}

html body.home.page-id-3178 .ds-home-refined .ds-home-hero.ds-home-hero--cover h1 {
  max-width: 13.5ch !important;
  margin-top: clamp(14px, 1.6vw, 22px) !important;
  font-size: clamp(3.1rem, 5vw, 5.7rem) !important;
  line-height: 0.94 !important;
  white-space: normal !important;
  text-wrap: balance !important;
}

html body.home.page-id-3178 .ds-home-refined .ds-home-hero.ds-home-hero--cover p {
  max-width: 46ch !important;
  margin-top: clamp(18px, 2vw, 26px) !important;
}

html body.home.page-id-3178 .ds-home-refined .ds-home-hero.ds-home-hero--cover .ds-home-actions {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  margin-top: clamp(26px, 3vw, 38px) !important;
}

html body.home.page-id-3178 .ds-home-refined .ds-home-hero.ds-home-hero--cover .ds-home-button--hero {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  min-width: 0 !important;
  min-height: 48px !important;
  padding: 0 18px 0 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.32) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 18px 44px rgba(0, 0, 0, 0.26) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  font-weight: 700 !important;
  font-size: 0.96rem !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition:
    transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1),
    border-color 0.28s ease,
    background-color 0.28s ease,
    box-shadow 0.28s ease !important;
}

html body.home.page-id-3178 .ds-home-refined .ds-home-hero.ds-home-hero--cover .ds-home-button--hero span[aria-hidden="true"] {
  display: inline-grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.26) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: #111318 !important;
  direction: ltr !important;
  font-size: 0.92rem !important;
  line-height: 1 !important;
  transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}

html body.home.page-id-3178 .ds-home-refined .ds-home-hero.ds-home-hero--cover .ds-home-button--hero:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(255, 255, 255, 0.58) !important;
  background: rgba(255, 255, 255, 0.14) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 24px 54px rgba(0, 0, 0, 0.34) !important;
}

html body.home.page-id-3178 .ds-home-refined .ds-home-hero.ds-home-hero--cover .ds-home-button--hero:hover span[aria-hidden="true"] {
  transform: translate(-2px, -2px) !important;
}

html body.home.page-id-3178 .ds-home-refined .ds-home-hero.ds-home-hero--cover .ds-home-button--hero:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.72) !important;
  outline-offset: 4px !important;
}

@media (max-width: 768px) {
  html body.home.page-id-3178 .ds-home-refined .ds-home-hero.ds-home-hero--cover h1 {
    max-width: 10.5ch !important;
    margin-inline: auto !important;
    font-size: clamp(2.55rem, 11.4vw, 3.55rem) !important;
    line-height: 0.95 !important;
  }

  html body.home.page-id-3178 .ds-home-refined .ds-home-hero.ds-home-hero--cover p {
    max-width: 31ch !important;
  }

  html body.home.page-id-3178 .ds-home-refined .ds-home-hero.ds-home-hero--cover .ds-home-actions {
    justify-content: center !important;
    margin-top: 28px !important;
  }

  html body.home.page-id-3178 .ds-home-refined .ds-home-hero.ds-home-hero--cover .ds-home-button--hero {
    width: auto !important;
    min-width: 0 !important;
    min-height: 46px !important;
    padding-inline: 17px 7px !important;
    font-size: 0.95rem !important;
  }
}
/* === /DS homepage cover hero lock v0.20.36 === */

/* === DS CTA arrow-circle restore v0.20.37 === */
html body :is(
  .ds-home-button:not(.ds-home-button--hero),
  .ds-atelier-button,
  .ds-button,
  .ds-store-button,
  .ds-commerce-button,
  .ds-ip-btn,
  .ds-cst-btn
) > span[aria-hidden="true"] {
  position: relative !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  flex: 0 0 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.16) !important;
  color: currentColor !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
  text-indent: -9999px !important;
  direction: ltr !important;
  font-size: 0 !important;
  line-height: 0 !important;
  transform: none !important;
}

html body .ds-home-refined :is(.ds-home-button:not(.ds-home-button--hero), .ds-cst-btn) > span[aria-hidden="true"],
html body .ds-custom-refined :is(.ds-home-button, .ds-cst-btn) > span[aria-hidden="true"],
html body .ds-contact-refined :is(.ds-home-button, .ds-cst-btn) > span[aria-hidden="true"],
html body .ds-cst-page .ds-cst-btn > span[aria-hidden="true"],
html body .ds-lab-page .ds-home-button > span[aria-hidden="true"] {
  color: #ffffff !important;
}

html body :is(
  .ds-home-button:not(.ds-home-button--hero),
  .ds-atelier-button,
  .ds-button,
  .ds-store-button,
  .ds-commerce-button,
  .ds-ip-btn,
  .ds-cst-btn
) > span[aria-hidden="true"]::before {
  content: "" !important;
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  display: block !important;
  width: 15px !important;
  height: 15px !important;
  background: currentColor !important;
  transform: translate(-50%, -50%) !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.15'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M19%2012H5'/%3E%3Cpath%20d='M12%2019l-7-7%207-7'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.15'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M19%2012H5'/%3E%3Cpath%20d='M12%2019l-7-7%207-7'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

html body :is(
  .ds-home-button:not(.ds-home-button--hero),
  .ds-atelier-button,
  .ds-button,
  .ds-store-button,
  .ds-commerce-button,
  .ds-ip-btn,
  .ds-cst-btn
) > span[aria-hidden="true"]::after {
  content: none !important;
  display: none !important;
}

html body.home.page-id-3178 .ds-home-refined .ds-home-hero.ds-home-hero--cover .ds-home-button--hero > span[aria-hidden="true"] {
  position: relative !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  flex: 0 0 34px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.26) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: #111318 !important;
  text-indent: -9999px !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

html body.home.page-id-3178 .ds-home-refined .ds-home-hero.ds-home-hero--cover .ds-home-button--hero > span[aria-hidden="true"]::before {
  content: "" !important;
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  display: block !important;
  width: 15px !important;
  height: 15px !important;
  background: currentColor !important;
  transform: translate(-50%, -50%) !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.15'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M19%2012H5'/%3E%3Cpath%20d='M12%2019l-7-7%207-7'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.15'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M19%2012H5'/%3E%3Cpath%20d='M12%2019l-7-7%207-7'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

html body.home.page-id-3178 .ds-home-refined .ds-home-hero.ds-home-hero--cover .ds-home-button--hero > span[aria-hidden="true"]::after {
  content: none !important;
  display: none !important;
}
/* === /DS CTA arrow-circle restore v0.20.37 === */

/* === DS about page atelier rebuild v0.20.38 === */
html body.page-id-3347,
html body.page-id-3347 #page,
html body.page-id-3347 #main-container,
html body.page-id-3347 #main,
html body.page-id-3347 .site-main,
html body.page-id-3347 .ct-container-full,
html body.page-id-3347 article,
html body.page-id-3347 .entry-content {
  overflow-x: clip !important;
}

html body.page-id-3347 {
  --about-ink: #19130f;
  --about-muted: #6f675d;
  --about-paper: #fffaf1;
  --about-card: #fffdf8;
  --about-line: rgba(54, 45, 34, 0.14);
  --about-line-soft: rgba(54, 45, 34, 0.09);
  --about-accent: #7b4b2f;
  --about-green: #405a4e;
  --about-shadow: 0 1px 2px rgba(24, 21, 16, 0.035), 0 26px 60px -46px rgba(54, 45, 34, 0.5);
  background: #f7f1e7 !important;
}

html body.page-id-3347 .entry-header,
html body.page-id-3347 .hero-section,
html body.page-id-3347 .ct-breadcrumbs {
  display: none !important;
}

html body.page-id-3347 #main.site-main,
html body.page-id-3347 .site-main.hfeed,
html body.page-id-3347 .ct-container-full[data-vertical-spacing],
html body.page-id-3347 .site-main > .ct-container-full,
html body.page-id-3347 article,
html body.page-id-3347 .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.page-id-3347 .entry-content > * {
  max-width: none !important;
}

html body.page-id-3347 .ds-about-page {
  position: relative !important;
  isolation: isolate !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(22px, 3vw, 34px) 0 clamp(70px, 8vw, 118px) !important;
  color: var(--about-ink) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(123, 75, 47, 0.09), transparent 27%),
    radial-gradient(circle at 86% 18%, rgba(64, 90, 78, 0.08), transparent 28%),
    linear-gradient(180deg, #fff8ed 0%, #f4eee4 48%, #fbf7ef 100%) !important;
  direction: rtl !important;
}

html body.page-id-3347 .ds-about-page::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  pointer-events: none !important;
  opacity: 0.45 !important;
  background-image:
    linear-gradient(rgba(54, 45, 34, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(54, 45, 34, 0.034) 1px, transparent 1px) !important;
  background-size: 62px 62px !important;
}

html body.page-id-3347 .ds-about-page *,
html body.page-id-3347 .ds-about-page *::before,
html body.page-id-3347 .ds-about-page *::after {
  box-sizing: border-box !important;
}

html body.page-id-3347 .ds-about-page :where(h1, h2, h3, p, figure) {
  margin: 0 !important;
}

html body.page-id-3347 .ds-about-page img {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
}

html body.page-id-3347 .ds-about-page a {
  color: inherit !important;
  text-decoration: none !important;
}

html body.page-id-3347 .ds-about-hero,
html body.page-id-3347 .ds-about-proof,
html body.page-id-3347 .ds-about-story,
html body.page-id-3347 .ds-about-craft,
html body.page-id-3347 .ds-about-workshop,
html body.page-id-3347 .ds-about-cta {
  width: min(1240px, calc(100% - clamp(30px, 7vw, 112px))) !important;
  margin-inline: auto !important;
}

html body.page-id-3347 .ds-about-kicker,
html body.page-id-3347 .ds-about-index {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  color: var(--about-accent) !important;
  font-family: var(--ds-type-body) !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

html body.page-id-3347 .ds-about-kicker {
  gap: 12px !important;
}

html body.page-id-3347 .ds-about-kicker::before {
  content: "" !important;
  width: 34px !important;
  height: 1px !important;
  background: rgba(123, 75, 47, 0.42) !important;
}

html body.page-id-3347 .ds-about-page h1,
html body.page-id-3347 .ds-about-page h2,
html body.page-id-3347 .ds-about-page h3 {
  color: var(--about-ink) !important;
  font-family: var(--ds-type-display) !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

html body.page-id-3347 .ds-about-page p {
  color: var(--about-muted) !important;
  font-family: var(--ds-type-body) !important;
  font-size: clamp(1rem, 1.2vw, 1.12rem) !important;
  line-height: 1.78 !important;
  letter-spacing: 0 !important;
  text-wrap: pretty !important;
}

html body.page-id-3347 .ds-about-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 0.86fr) minmax(440px, 1.14fr) !important;
  gap: clamp(28px, 5.5vw, 78px) !important;
  align-items: center !important;
  min-height: min(690px, calc(100dvh - 118px)) !important;
  padding-block: clamp(16px, 3vw, 34px) clamp(44px, 5vw, 76px) !important;
}

html body.page-id-3347 .ds-about-hero__copy {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  max-width: 650px !important;
  text-align: right !important;
}

html body.page-id-3347 .ds-about-hero h1 {
  max-width: 12ch !important;
  margin-top: 18px !important;
  font-size: clamp(2.7rem, 5.6vw, 5.7rem) !important;
  line-height: 0.98 !important;
}

html body.page-id-3347 .ds-about-hero p {
  max-width: 58ch !important;
  margin-top: 24px !important;
}

html body.page-id-3347 .ds-about-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 13px !important;
  margin-top: 30px !important;
}

html body.page-id-3347 .ds-about-button,
html body.page-id-3347 .ds-about-textlink {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 50px !important;
  border-radius: 999px !important;
  font-family: var(--ds-type-body) !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease !important;
}

html body.page-id-3347 .ds-about-button {
  gap: 12px !important;
  padding: 12px 26px 12px 12px !important;
  border: 1px solid var(--about-ink) !important;
  background: var(--about-ink) !important;
  color: #fffaf1 !important;
  box-shadow: 0 18px 36px -26px rgba(24, 21, 16, 0.54) !important;
}

html body.page-id-3347 .ds-about-button span {
  display: inline-grid !important;
  place-items: center !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 999px !important;
  background: rgba(255, 250, 241, 0.14) !important;
  color: #fffaf1 !important;
  direction: ltr !important;
}

html body.page-id-3347 .ds-about-textlink {
  padding: 12px 22px !important;
  border: 1px solid rgba(54, 45, 34, 0.18) !important;
  background: rgba(255, 253, 248, 0.58) !important;
  color: var(--about-ink) !important;
}

html body.page-id-3347 .ds-about-button:hover,
html body.page-id-3347 .ds-about-textlink:hover {
  transform: translateY(-2px) !important;
}

html body.page-id-3347 .ds-about-button:hover {
  background: var(--about-accent) !important;
  border-color: var(--about-accent) !important;
}

html body.page-id-3347 .ds-about-textlink:hover {
  border-color: rgba(54, 45, 34, 0.32) !important;
  background: rgba(255, 253, 248, 0.9) !important;
}

html body.page-id-3347 .ds-about-page a:focus-visible {
  outline: 3px solid rgba(123, 75, 47, 0.36) !important;
  outline-offset: 4px !important;
}

html body.page-id-3347 .ds-about-hero__media {
  position: relative !important;
  min-height: clamp(430px, 52vw, 640px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 250, 241, 0.74) !important;
  border-radius: 8px !important;
  background: #e2dacd !important;
  box-shadow: var(--about-shadow) !important;
}

html body.page-id-3347 .ds-about-hero__media::before {
  content: "" !important;
  position: absolute !important;
  inset: 14px !important;
  z-index: 2 !important;
  border: 1px solid rgba(255, 250, 241, 0.52) !important;
  pointer-events: none !important;
}

html body.page-id-3347 .ds-about-hero__media::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: linear-gradient(180deg, rgba(18, 14, 10, 0.02), rgba(18, 14, 10, 0.28)) !important;
  pointer-events: none !important;
}

html body.page-id-3347 .ds-about-hero__media img {
  width: 100% !important;
  height: 100% !important;
  min-height: inherit !important;
  object-fit: cover !important;
  object-position: 50% 50% !important;
}

html body.page-id-3347 .ds-about-hero__media figcaption {
  position: absolute !important;
  inset-inline: 24px !important;
  bottom: 24px !important;
  z-index: 3 !important;
  width: min(390px, calc(100% - 48px)) !important;
  margin-inline-start: auto !important;
  padding: 18px 20px !important;
  border: 1px solid rgba(255, 250, 241, 0.22) !important;
  border-radius: 6px !important;
  background: rgba(25, 19, 15, 0.72) !important;
  color: #fffaf1 !important;
  text-align: right !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

html body.page-id-3347 .ds-about-hero__media figcaption span {
  display: block !important;
  color: rgba(255, 250, 241, 0.58) !important;
  font-size: 0.78rem !important;
  line-height: 1.2 !important;
  direction: ltr !important;
  text-align: right !important;
}

html body.page-id-3347 .ds-about-hero__media figcaption strong {
  display: block !important;
  margin-top: 8px !important;
  color: #fffaf1 !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

html body.page-id-3347 .ds-about-proof {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  overflow: hidden !important;
  border: 1px solid var(--about-line-soft) !important;
  border-radius: 8px !important;
  background: rgba(255, 253, 248, 0.76) !important;
  box-shadow: var(--about-shadow) !important;
}

html body.page-id-3347 .ds-about-proof div {
  min-width: 0 !important;
  padding: 24px 28px !important;
  border-inline-start: 1px solid var(--about-line-soft) !important;
  text-align: right !important;
}

html body.page-id-3347 .ds-about-proof div:first-child {
  border-inline-start: 0 !important;
}

html body.page-id-3347 .ds-about-proof strong {
  display: block !important;
  color: var(--about-ink) !important;
  font-size: clamp(1.28rem, 2vw, 1.62rem) !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
}

html body.page-id-3347 .ds-about-proof span {
  display: block !important;
  margin-top: 8px !important;
  color: var(--about-muted) !important;
  font-size: 0.98rem !important;
  line-height: 1.45 !important;
}

html body.page-id-3347 .ds-about-story,
html body.page-id-3347 .ds-about-workshop {
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr) !important;
  gap: clamp(32px, 6vw, 86px) !important;
  align-items: center !important;
  margin-top: clamp(72px, 9vw, 132px) !important;
}

html body.page-id-3347 .ds-about-story__copy,
html body.page-id-3347 .ds-about-workshop__copy {
  max-width: 640px !important;
  text-align: right !important;
}

html body.page-id-3347 .ds-about-story h2,
html body.page-id-3347 .ds-about-section-head h2,
html body.page-id-3347 .ds-about-workshop h2,
html body.page-id-3347 .ds-about-cta h2 {
  margin-top: 14px !important;
  font-size: clamp(1.95rem, 3.8vw, 3.4rem) !important;
  line-height: 1.08 !important;
}

html body.page-id-3347 .ds-about-story p,
html body.page-id-3347 .ds-about-workshop p,
html body.page-id-3347 .ds-about-cta p {
  margin-top: 18px !important;
}

html body.page-id-3347 .ds-about-story__media,
html body.page-id-3347 .ds-about-gallery figure {
  overflow: hidden !important;
  border: 1px solid rgba(255, 250, 241, 0.62) !important;
  border-radius: 8px !important;
  background: #e2dacd !important;
  box-shadow: var(--about-shadow) !important;
}

html body.page-id-3347 .ds-about-story__media img {
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
}

html body.page-id-3347 .ds-about-craft {
  margin-top: clamp(76px, 9vw, 136px) !important;
}

html body.page-id-3347 .ds-about-section-head {
  width: min(100%, 720px) !important;
  margin-inline-start: auto !important;
  text-align: right !important;
}

html body.page-id-3347 .ds-about-craft__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin-top: clamp(28px, 4vw, 46px) !important;
}

html body.page-id-3347 .ds-about-craft article {
  min-width: 0 !important;
  min-height: 270px !important;
  padding: clamp(24px, 3vw, 34px) !important;
  border: 1px solid var(--about-line-soft) !important;
  border-radius: 8px !important;
  background: rgba(255, 253, 248, 0.82) !important;
  box-shadow: var(--about-shadow) !important;
  text-align: right !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease !important;
}

html body.page-id-3347 .ds-about-craft article:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(123, 75, 47, 0.22) !important;
  box-shadow: 0 28px 62px -42px rgba(54, 45, 34, 0.56) !important;
}

html body.page-id-3347 .ds-about-index {
  color: rgba(123, 75, 47, 0.62) !important;
  font-variant-numeric: tabular-nums !important;
}

html body.page-id-3347 .ds-about-craft h3 {
  margin-top: 34px !important;
  font-size: clamp(1.2rem, 1.7vw, 1.42rem) !important;
  line-height: 1.25 !important;
}

html body.page-id-3347 .ds-about-craft p {
  margin-top: 12px !important;
  font-size: 0.99rem !important;
  line-height: 1.68 !important;
}

html body.page-id-3347 .ds-about-workshop {
  grid-template-columns: minmax(380px, 0.88fr) minmax(0, 1.12fr) !important;
}

html body.page-id-3347 .ds-about-workshop__copy {
  order: 2 !important;
}

html body.page-id-3347 .ds-about-workshop .ds-about-textlink {
  margin-top: 24px !important;
}

html body.page-id-3347 .ds-about-gallery {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

html body.page-id-3347 .ds-about-gallery figure:nth-child(1) {
  grid-column: span 4 !important;
}

html body.page-id-3347 .ds-about-gallery figure:nth-child(2),
html body.page-id-3347 .ds-about-gallery figure:nth-child(3) {
  grid-column: span 3 !important;
}

html body.page-id-3347 .ds-about-gallery img {
  width: 100% !important;
  height: 100% !important;
  min-height: 260px !important;
  object-fit: cover !important;
  transition: transform 420ms ease !important;
}

html body.page-id-3347 .ds-about-gallery figure:hover img {
  transform: scale(1.045) !important;
}

html body.page-id-3347 .ds-about-cta {
  margin-top: clamp(78px, 9vw, 136px) !important;
  padding: clamp(38px, 6vw, 74px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(54, 45, 34, 0.12) !important;
  border-radius: 8px !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 250, 241, 0.74), transparent 32%),
    linear-gradient(135deg, rgba(25, 19, 15, 0.97), rgba(64, 90, 78, 0.92)),
    #19130f !important;
  box-shadow: 0 34px 70px -46px rgba(24, 21, 16, 0.72) !important;
  text-align: right !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-kicker {
  color: rgba(255, 250, 241, 0.72) !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-kicker::before {
  background: rgba(255, 250, 241, 0.28) !important;
}

html body.page-id-3347 .ds-about-cta h2 {
  max-width: 760px !important;
  color: #fffaf1 !important;
}

html body.page-id-3347 .ds-about-cta p {
  max-width: 660px !important;
  color: rgba(255, 250, 241, 0.72) !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-button {
  background: #fffaf1 !important;
  border-color: #fffaf1 !important;
  color: var(--about-ink) !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-button span {
  background: rgba(25, 19, 15, 0.09) !important;
  color: var(--about-ink) !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-button:hover {
  background: #f0e4d5 !important;
  border-color: #f0e4d5 !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-textlink {
  border-color: rgba(255, 250, 241, 0.22) !important;
  background: rgba(255, 250, 241, 0.07) !important;
  color: #fffaf1 !important;
}

@media (prefers-reduced-motion: reduce) {
  html body.page-id-3347 .ds-about-page *,
  html body.page-id-3347 .ds-about-page *::before,
  html body.page-id-3347 .ds-about-page *::after {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1080px) {
  html body.page-id-3347 .ds-about-hero,
  html body.page-id-3347 .ds-about-story,
  html body.page-id-3347 .ds-about-workshop {
    grid-template-columns: 1fr !important;
  }

  html body.page-id-3347 .ds-about-hero {
    min-height: 0 !important;
    padding-top: 10px !important;
  }

  html body.page-id-3347 .ds-about-hero__copy,
  html body.page-id-3347 .ds-about-story__copy,
  html body.page-id-3347 .ds-about-workshop__copy {
    max-width: 760px !important;
  }

  html body.page-id-3347 .ds-about-workshop__copy {
    order: 0 !important;
  }

  html body.page-id-3347 .ds-about-craft__grid {
    grid-template-columns: 1fr !important;
  }

  html body.page-id-3347 .ds-about-craft article {
    min-height: 0 !important;
  }
}

@media (max-width: 760px) {
  html body.page-id-3347 .ds-about-page {
    padding-top: 14px !important;
    padding-bottom: 72px !important;
  }

  html body.page-id-3347 .ds-about-hero,
  html body.page-id-3347 .ds-about-proof,
  html body.page-id-3347 .ds-about-story,
  html body.page-id-3347 .ds-about-craft,
  html body.page-id-3347 .ds-about-workshop,
  html body.page-id-3347 .ds-about-cta {
    width: min(100% - 28px, 1240px) !important;
  }

  html body.page-id-3347 .ds-about-hero {
    gap: 24px !important;
    padding-block: 8px 36px !important;
  }

  html body.page-id-3347 .ds-about-hero h1 {
    max-width: 100% !important;
    font-size: clamp(2.18rem, 11vw, 3.25rem) !important;
    line-height: 1.04 !important;
  }

  html body.page-id-3347 .ds-about-hero p,
  html body.page-id-3347 .ds-about-story p,
  html body.page-id-3347 .ds-about-workshop p,
  html body.page-id-3347 .ds-about-cta p {
    max-width: 100% !important;
    font-size: 1rem !important;
    line-height: 1.7 !important;
  }

  html body.page-id-3347 .ds-about-actions {
    width: 100% !important;
    align-items: stretch !important;
  }

  html body.page-id-3347 .ds-about-button,
  html body.page-id-3347 .ds-about-textlink {
    width: 100% !important;
    min-height: 52px !important;
  }

  html body.page-id-3347 .ds-about-hero__media {
    min-height: 0 !important;
    aspect-ratio: 1 / 1.05 !important;
  }

  html body.page-id-3347 .ds-about-hero__media figcaption {
    inset-inline: 14px !important;
    bottom: 14px !important;
    width: auto !important;
    padding: 14px 16px !important;
  }

  html body.page-id-3347 .ds-about-proof {
    grid-template-columns: 1fr !important;
  }

  html body.page-id-3347 .ds-about-proof div {
    padding: 20px 22px !important;
    border-inline-start: 0 !important;
    border-top: 1px solid var(--about-line-soft) !important;
  }

  html body.page-id-3347 .ds-about-proof div:first-child {
    border-top: 0 !important;
  }

  html body.page-id-3347 .ds-about-story,
  html body.page-id-3347 .ds-about-craft,
  html body.page-id-3347 .ds-about-workshop,
  html body.page-id-3347 .ds-about-cta {
    margin-top: 64px !important;
  }

  html body.page-id-3347 .ds-about-story h2,
  html body.page-id-3347 .ds-about-section-head h2,
  html body.page-id-3347 .ds-about-workshop h2,
  html body.page-id-3347 .ds-about-cta h2 {
    font-size: clamp(1.72rem, 8vw, 2.34rem) !important;
    line-height: 1.12 !important;
  }

  html body.page-id-3347 .ds-about-story__media img {
    aspect-ratio: 1 / 1 !important;
  }

  html body.page-id-3347 .ds-about-gallery {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  html body.page-id-3347 .ds-about-gallery figure:nth-child(1),
  html body.page-id-3347 .ds-about-gallery figure:nth-child(2),
  html body.page-id-3347 .ds-about-gallery figure:nth-child(3) {
    grid-column: auto !important;
  }

  html body.page-id-3347 .ds-about-gallery img {
    min-height: 0 !important;
    aspect-ratio: 4 / 3 !important;
  }

  html body.page-id-3347 .ds-about-cta {
    padding: 30px 22px !important;
  }
}

@media (max-width: 430px) {
  html body.page-id-3347 .ds-about-hero,
  html body.page-id-3347 .ds-about-proof,
  html body.page-id-3347 .ds-about-story,
  html body.page-id-3347 .ds-about-craft,
  html body.page-id-3347 .ds-about-workshop,
  html body.page-id-3347 .ds-about-cta {
    width: min(100% - 24px, 1240px) !important;
  }

  html body.page-id-3347 .ds-about-craft article {
    padding: 22px !important;
  }
}
/* === /DS about page atelier rebuild v0.20.38 === */

/* === DS about mobile/button final pass v0.20.41 === */
html body.page-id-3347 .ds-about-hero__copy,
html body.page-id-3347 .ds-about-story__copy,
html body.page-id-3347 .ds-about-workshop__copy,
html body.page-id-3347 .ds-about-section-head,
html body.page-id-3347 .ds-about-cta {
  min-width: 0 !important;
}

html body.page-id-3347 .ds-about-button,
html body.page-id-3347 .ds-about-textlink {
  text-indent: 0 !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-align: center !important;
}

html body.page-id-3347 .ds-about-button {
  color: #fffaf1 !important;
  -webkit-text-fill-color: #fffaf1 !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-button {
  color: var(--about-ink) !important;
  -webkit-text-fill-color: var(--about-ink) !important;
}

html body.page-id-3347 .ds-about-page :is(h1, h2, h3, p, a, span, strong) {
  overflow-wrap: break-word !important;
}

@media (max-width: 760px) {
  html body.page-id-3347,
  html body.page-id-3347 #page,
  html body.page-id-3347 #main-container,
  html body.page-id-3347 #main,
  html body.page-id-3347 .site-main,
  html body.page-id-3347 .ct-container-full,
  html body.page-id-3347 article,
  html body.page-id-3347 .entry-content,
  html body.page-id-3347 .ds-about-page {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: clip !important;
  }

  html body.page-id-3347 .ds-about-hero,
  html body.page-id-3347 .ds-about-proof,
  html body.page-id-3347 .ds-about-story,
  html body.page-id-3347 .ds-about-craft,
  html body.page-id-3347 .ds-about-workshop,
  html body.page-id-3347 .ds-about-cta {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    margin-inline: auto !important;
  }

  html body.page-id-3347 .ds-about-hero__copy,
  html body.page-id-3347 .ds-about-story__copy,
  html body.page-id-3347 .ds-about-workshop__copy,
  html body.page-id-3347 .ds-about-section-head {
    width: 100% !important;
    max-width: 100% !important;
    align-items: stretch !important;
  }

  html body.page-id-3347 .ds-about-hero h1 {
    width: 100% !important;
    max-width: 9.8ch !important;
    margin-inline-start: auto !important;
    font-size: clamp(2.05rem, 9.2vw, 2.76rem) !important;
    line-height: 1.08 !important;
  }

  html body.page-id-3347 .ds-about-hero p {
    width: 100% !important;
    max-width: 33ch !important;
    margin-inline-start: auto !important;
  }

  html body.page-id-3347 .ds-about-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  html body.page-id-3347 .ds-about-button,
  html body.page-id-3347 .ds-about-textlink {
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-inline: 18px !important;
  }

  html body.page-id-3347 .ds-about-button {
    gap: 10px !important;
  }
}

@media (max-width: 430px) {
  html body.page-id-3347 .ds-about-hero,
  html body.page-id-3347 .ds-about-proof,
  html body.page-id-3347 .ds-about-story,
  html body.page-id-3347 .ds-about-craft,
  html body.page-id-3347 .ds-about-workshop,
  html body.page-id-3347 .ds-about-cta {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
  }

  html body.page-id-3347 .ds-about-hero h1 {
    max-width: 9ch !important;
  }
}
/* === /DS about mobile/button final pass v0.20.41 === */

/* === DS about mobile caption alignment v0.20.42 === */
@media (max-width: 760px) {
  html body.page-id-3347 .ds-about-hero__copy {
    align-items: center !important;
    text-align: center !important;
  }

  html body.page-id-3347 .ds-about-hero .ds-about-kicker {
    margin-inline: auto !important;
    justify-content: center !important;
    max-width: 100% !important;
    text-align: center !important;
  }

  html body.page-id-3347 .ds-about-hero .ds-about-kicker::before {
    width: 24px !important;
  }

  html body.page-id-3347 .ds-about-hero h1,
  html body.page-id-3347 .ds-about-hero p {
    margin-inline: auto !important;
    text-align: center !important;
  }

  html body.page-id-3347 .ds-about-hero__media figcaption {
    text-align: center !important;
  }

  html body.page-id-3347 .ds-about-hero__media figcaption span {
    text-align: center !important;
  }

  html body.page-id-3347 .ds-about-hero__media figcaption strong {
    max-width: 24ch !important;
    margin-inline: auto !important;
    font-size: 0.98rem !important;
    line-height: 1.42 !important;
    white-space: normal !important;
  }
}
/* === /DS about mobile caption alignment v0.20.42 === */

/* === DS about brand color correction v0.20.43 === */
html body.page-id-3347 {
  --about-ink: #1c1230;
  --about-muted: #6e6582;
  --about-paper: #fbfaff;
  --about-card: #ffffff;
  --about-line: rgba(28, 18, 48, 0.13);
  --about-line-soft: rgba(28, 18, 48, 0.085);
  --about-accent: #6f64d8;
  --about-green: #6f64d8;
  --about-shadow: 0 1px 2px rgba(28, 18, 48, 0.035), 0 26px 60px -46px rgba(28, 18, 48, 0.34);
  background: #f7f4fb !important;
}

html body.page-id-3347 .ds-about-page {
  background:
    radial-gradient(circle at 14% 0%, rgba(111, 100, 216, 0.09), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(207, 202, 216, 0.22), transparent 30%),
    linear-gradient(180deg, #fbfaff 0%, #f4f1f9 52%, #fbfaff 100%) !important;
}

html body.page-id-3347 .ds-about-page::before {
  background-image:
    linear-gradient(rgba(28, 18, 48, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 18, 48, 0.032) 1px, transparent 1px) !important;
}

html body.page-id-3347 .ds-about-kicker,
html body.page-id-3347 .ds-about-index {
  color: var(--about-accent) !important;
}

html body.page-id-3347 .ds-about-kicker::before {
  background: rgba(111, 100, 216, 0.42) !important;
}

html body.page-id-3347 .ds-about-button {
  border-color: var(--about-ink) !important;
  background: var(--about-ink) !important;
  box-shadow: 0 18px 36px -26px rgba(28, 18, 48, 0.48) !important;
}

html body.page-id-3347 .ds-about-button:hover {
  border-color: var(--about-accent) !important;
  background: var(--about-accent) !important;
}

html body.page-id-3347 .ds-about-textlink {
  border-color: rgba(28, 18, 48, 0.16) !important;
  background: rgba(255, 255, 255, 0.62) !important;
  color: var(--about-ink) !important;
}

html body.page-id-3347 .ds-about-textlink:hover {
  border-color: rgba(111, 100, 216, 0.32) !important;
  background: #ffffff !important;
}

html body.page-id-3347 .ds-about-hero__media,
html body.page-id-3347 .ds-about-story__media,
html body.page-id-3347 .ds-about-gallery figure {
  border-color: rgba(28, 18, 48, 0.08) !important;
  background: #f0edf6 !important;
}

html body.page-id-3347 .ds-about-hero__media::before {
  border-color: rgba(255, 255, 255, 0.56) !important;
}

html body.page-id-3347 .ds-about-hero__media::after {
  background: linear-gradient(180deg, rgba(28, 18, 48, 0.02), rgba(28, 18, 48, 0.24)) !important;
}

html body.page-id-3347 .ds-about-hero__media figcaption {
  border-color: rgba(255, 255, 255, 0.18) !important;
  background: rgba(28, 18, 48, 0.76) !important;
  color: #fbfaff !important;
}

html body.page-id-3347 .ds-about-hero__media figcaption span {
  color: rgba(251, 250, 255, 0.58) !important;
}

html body.page-id-3347 .ds-about-hero__media figcaption strong {
  color: #ffffff !important;
}

html body.page-id-3347 .ds-about-proof,
html body.page-id-3347 .ds-about-craft article {
  border-color: var(--about-line-soft) !important;
  background: rgba(255, 255, 255, 0.78) !important;
}

html body.page-id-3347 .ds-about-proof div {
  border-inline-start-color: var(--about-line-soft) !important;
}

html body.page-id-3347 .ds-about-craft article:hover {
  border-color: rgba(111, 100, 216, 0.22) !important;
  box-shadow: 0 28px 62px -42px rgba(28, 18, 48, 0.42) !important;
}

html body.page-id-3347 .ds-about-cta {
  border-color: rgba(207, 202, 216, 0.18) !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(111, 100, 216, 0.18), transparent 34%),
    linear-gradient(135deg, #1c1230 0%, #141418 100%) !important;
  box-shadow: 0 34px 70px -46px rgba(28, 18, 48, 0.72) !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-kicker {
  color: rgba(207, 202, 216, 0.9) !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-kicker::before {
  background: rgba(207, 202, 216, 0.34) !important;
}

html body.page-id-3347 .ds-about-cta h2 {
  color: #ffffff !important;
}

html body.page-id-3347 .ds-about-cta p {
  color: rgba(255, 255, 255, 0.72) !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-button {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: var(--about-ink) !important;
  -webkit-text-fill-color: var(--about-ink) !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-button:hover {
  background: #cfcad8 !important;
  border-color: #cfcad8 !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-textlink {
  border-color: rgba(207, 202, 216, 0.28) !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: #ffffff !important;
}

@media (max-width: 760px) {
  html body.page-id-3347 .ds-about-proof div {
    border-top-color: var(--about-line-soft) !important;
  }
}
/* === /DS about brand color correction v0.20.43 === */

/* === DS CTA RTL left-arrow global lock v0.20.39 === */
html body :is(
  a[class*="button"],
  button[class*="button"],
  a[class*="btn"],
  button[class*="btn"],
  .ds-home-button,
  .ds-atelier-button,
  .ds-button,
  .ds-store-button,
  .ds-commerce-button,
  .ds-ip-btn,
  .ds-cst-btn
) > span[aria-hidden="true"] {
  position: relative !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  flex: 0 0 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  text-indent: -9999px !important;
  direction: ltr !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

html body :is(
  a[class*="button"],
  button[class*="button"],
  a[class*="btn"],
  button[class*="btn"],
  .ds-home-button,
  .ds-atelier-button,
  .ds-button,
  .ds-store-button,
  .ds-commerce-button,
  .ds-ip-btn,
  .ds-cst-btn
) > span[aria-hidden="true"]::before {
  content: "" !important;
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  display: block !important;
  width: 15px !important;
  height: 15px !important;
  background: currentColor !important;
  transform: translate(-50%, -50%) !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.15'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M19%2012H5'/%3E%3Cpath%20d='M12%2019l-7-7%207-7'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.15'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M19%2012H5'/%3E%3Cpath%20d='M12%2019l-7-7%207-7'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

html body :is(
  a[class*="button"],
  button[class*="button"],
  a[class*="btn"],
  button[class*="btn"],
  .ds-home-button,
  .ds-atelier-button,
  .ds-button,
  .ds-store-button,
  .ds-commerce-button,
  .ds-ip-btn,
  .ds-cst-btn
) > span[aria-hidden="true"]::after {
  content: none !important;
  display: none !important;
}
/* === /DS CTA RTL left-arrow global lock v0.20.39 === */

/* === DS CTA arrow-circle specificity lock v0.20.41 === */
html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined :is(
  a[class*="button"],
  button[class*="button"],
  a[class*="btn"],
  button[class*="btn"],
  .ds-home-button,
  .ds-atelier-button,
  .ds-button,
  .ds-store-button,
  .ds-commerce-button,
  .ds-ip-btn,
  .ds-cst-btn
) > span[aria-hidden="true"],
html body.page-id-2235 .ds-cst-page :is(a[class*="button"], button[class*="button"], a[class*="btn"], button[class*="btn"], .ds-cst-btn, .ds-home-button) > span[aria-hidden="true"],
html body .ds-lab-page :is(a[class*="button"], button[class*="button"], a[class*="btn"], button[class*="btn"], .ds-home-button) > span[aria-hidden="true"],
html body .ds-contact2-page :is(a[class*="button"], button[class*="button"], a[class*="btn"], button[class*="btn"], .ds-home-button) > span[aria-hidden="true"] {
  position: relative !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  flex: 0 0 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  text-indent: -9999px !important;
  direction: ltr !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined :is(
  a[class*="button"],
  button[class*="button"],
  a[class*="btn"],
  button[class*="btn"],
  .ds-home-button,
  .ds-atelier-button,
  .ds-button,
  .ds-store-button,
  .ds-commerce-button,
  .ds-ip-btn,
  .ds-cst-btn
) > span[aria-hidden="true"]::before,
html body.page-id-2235 .ds-cst-page :is(a[class*="button"], button[class*="button"], a[class*="btn"], button[class*="btn"], .ds-cst-btn, .ds-home-button) > span[aria-hidden="true"]::before,
html body .ds-lab-page :is(a[class*="button"], button[class*="button"], a[class*="btn"], button[class*="btn"], .ds-home-button) > span[aria-hidden="true"]::before,
html body .ds-contact2-page :is(a[class*="button"], button[class*="button"], a[class*="btn"], button[class*="btn"], .ds-home-button) > span[aria-hidden="true"]::before {
  content: "" !important;
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  display: block !important;
  width: 15px !important;
  height: 15px !important;
  background: currentColor !important;
  transform: translate(-50%, -50%) !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.15'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M19%2012H5'/%3E%3Cpath%20d='M12%2019l-7-7%207-7'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.15'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M19%2012H5'/%3E%3Cpath%20d='M12%2019l-7-7%207-7'/%3E%3C/svg%3E") center / contain no-repeat !important;
}
/* === /DS CTA arrow-circle specificity lock v0.20.41 === */

/* === DS homepage cover hero height/crop v0.20.45 === */
html body.home.page-id-3178 .ds-home-refined .ds-home-hero.ds-home-hero--cover {
  min-height: clamp(500px, 70svh, 760px) !important;
}

html body.home.page-id-3178 .ds-home-hero--cover .ds-cover-media img {
  object-position: center 78% !important;
}

@media (max-width: 680px) {
  html body.home.page-id-3178 .ds-home-refined .ds-home-hero.ds-home-hero--cover {
    min-height: clamp(470px, 70svh, 620px) !important;
  }
}
/* === /DS homepage cover hero height/crop v0.20.45 === */

/* === DS large heading size ceiling v0.20.47 === */
:root {
  --ds-large-heading-size: clamp(1.7rem, 2.35vw, 2.45rem);
}

html body.single-product div.product .product_title,
html body .ds-atelier-section__head h2,
html body .ds-craft__copy h2,
html body .ds-atelier-cta h2,
html body .ds-showcase__copy h2,
html body .ds-shop-intro h1,
html body .ds-shop-intro .ds-shop-copy-block h1,
html body .ds-woo-page-intro h1,
html body .woocommerce-products-header__title,
html body .ds-custom-hero h1,
html body .ds-contact-hero h1,
html body .ds-custom-options__copy h2,
html body .ds-contact-note h2,
html body .ds-store-hero h1,
html body .ds-store-section h2,
html body .ds-guitar-feature h2,
html body .ds-store-split__copy h2,
html body .ds-custom-clean-hero__copy h1,
html body .ds-custom-stage h1,
html body .ds-custom-redesign h2,
html body .ds-custom-materials h2,
html body .ds-commerce-hero h1,
html body .ds-commerce-section h2,
html body .ds-commerce-guitar-band h2,
html body .ds-commerce-custom-teaser h2,
html body .ds-contact-clean-hero h1,
html body .ds-contact-redesign-section h2,
html body .ds-contact-message-guide h2,
html body .ds-contact-hero-refined h1,
html body .ds-custom-refined .ds-custom-hero-refined h1,
html body .ds-custom-refined .ds-custom-section h2,
html body .ds-custom-refined .ds-custom-footer-cta h2,
html body .ds-home-refined .ds-home-section h2,
html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined .ds-home-section h2,
html body.home.page-id-3178 main.ds-shell.ds-home.ds-commerce-home.ds-home-refined .ds-home-section h2,
html body .ds-home-refined .ds-home-footer-cta h2,
html body .ds-workshop-signature__copy h2,
html body .ds-lab-hero h1,
html body .ds-lab-section h2,
html body .ds-lab-diagnostic h2,
html body .ds-lab-note h2,
html body .ds-lab-cta h2,
html body .ds-doc-page .ds-doc-hero h1,
html body .ds-faq-page .ds-faq-hero h1,
html body .ds-contact2-page .ds-c2-hero h1,
html body .ds-cst-hero h1,
html body .ds-cst-head h2,
html body .ds-cst-final h2,
html body .ds-cst-dark h2,
html body .ds-about-hero h1,
html body .ds-about-story h2,
html body .ds-about-section-head h2,
html body .ds-about-workshop h2,
html body .ds-about-cta h2,
html body .related.products > h2,
html body .upsells.products > h2,
html body .cross-sells > h2,
html body .cart_totals h2,
html body .ds-empty-cart-panel h2 {
  font-size: var(--ds-large-heading-size) !important;
  line-height: 1.16 !important;
}

html body.woocommerce-shop .ds-shop-intro h1,
html body.woocommerce-shop .ds-shop-intro .ds-shop-copy-block h1,
html body.post-type-archive-product.woocommerce-shop .ds-shop-intro h1,
html body.post-type-archive-product.woocommerce-shop .ds-shop-intro .ds-shop-copy-block h1,
html body.tax-product_cat .ds-shop-intro h1,
html body.tax-product_cat .ds-shop-intro .ds-shop-copy-block h1,
html body.page-id-2235 .ds-cst-page .ds-cst-hero h1,
html body.page-id-2235 .ds-cst-page .ds-cst-head h2,
html body.page-id-2235 .ds-cst-page .ds-cst-final h2,
html body.page-id-2235 .ds-cst-page .ds-cst-dark h2,
html body.page-id-3347 .ds-about-page .ds-about-hero h1,
html body.page-id-3347 .ds-about-page .ds-about-story h2,
html body.page-id-3347 .ds-about-page .ds-about-section-head h2,
html body.page-id-3347 .ds-about-page .ds-about-workshop h2,
html body.page-id-3347 .ds-about-page .ds-about-cta h2 {
  font-size: var(--ds-large-heading-size) !important;
  line-height: 1.16 !important;
}
/* === /DS large heading size ceiling v0.20.47 === */

/* === DS guitar lab hero composition v0.20.53 === */
html body .ds-lab-hero {
  width: min(1480px, calc(100% - clamp(32px, 6vw, 96px))) !important;
  grid-template-columns: minmax(560px, 0.98fr) minmax(0, 1.12fr) !important;
  gap: clamp(32px, 4.2vw, 68px) !important;
  align-items: stretch !important;
  padding-block: 0 clamp(48px, 6vw, 86px) !important;
}

html body .ds-lab-hero__copy {
  align-self: center !important;
  max-width: 760px !important;
  margin-top: clamp(44px, 5vw, 86px) !important;
}

html body .ds-lab-hero h1 {
  max-width: 18ch !important;
  font-size: clamp(2.35rem, 3.1vw, 3.95rem) !important;
  line-height: 1.08 !important;
}

html body .ds-lab-hero p {
  max-width: 58ch !important;
  margin-top: 20px !important;
  font-size: clamp(1.06rem, 1.05vw, 1.18rem) !important;
  line-height: 1.74 !important;
}

html body .ds-lab-hero__actions {
  gap: 14px !important;
  margin-top: 30px !important;
}

html body .ds-lab-hero__actions > a,
html body .ds-lab-cta .ds-lab-hero__actions > a {
  width: 186px !important;
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 18px !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}

html body .ds-lab-hero .ds-home-button {
  padding-inline: 18px 10px !important;
}

html body .ds-lab-hero .ds-home-textlink,
html body .ds-lab-cta .ds-home-textlink {
  font-weight: 600 !important;
}

html body .ds-lab-hero__media {
  min-height: clamp(400px, 36vw, 600px) !important;
  height: 100% !important;
  width: calc(100% + clamp(24px, 4vw, 88px)) !important;
  margin-left: clamp(-88px, -4vw, -24px) !important;
  aspect-ratio: auto !important;
  box-shadow: 0 34px 80px -54px rgba(17, 19, 24, 0.42) !important;
}

html body .ds-lab-hero__media img {
  object-position: center 54% !important;
}

html body .ds-lab-hero__media::after {
  background:
    linear-gradient(90deg, rgba(248, 249, 250, 0.08), rgba(17, 19, 24, 0) 34%),
    linear-gradient(180deg, rgba(17, 19, 24, 0.02), rgba(17, 19, 24, 0.2)) !important;
}

html body .ds-lab-hero__meta {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin-top: 32px !important;
  overflow: hidden !important;
  border: 1px solid rgba(28, 18, 48, 0.1) !important;
  background: rgba(255, 255, 255, 0.72) !important;
}

html body .ds-lab-hero__meta span {
  min-height: 0 !important;
  padding: 15px 16px 16px !important;
  border-top: 0 !important;
  border-inline-start: 1px solid rgba(28, 18, 48, 0.09) !important;
}

html body .ds-lab-hero__meta span:first-child {
  border-inline-start: 0 !important;
}

html body .ds-lab-hero__meta strong {
  font-size: 0.98rem !important;
}

html body .ds-lab-hero__meta small {
  margin-top: 6px !important;
  font-size: 0.84rem !important;
}

@media (max-width: 1180px) {
  html body .ds-lab-hero {
    grid-template-columns: minmax(430px, 0.98fr) minmax(0, 1.02fr) !important;
  }

  html body .ds-lab-hero h1 {
    font-size: clamp(2.2rem, 3.75vw, 3.45rem) !important;
  }
}

@media (max-width: 1400px) {
  html body .ds-lab-hero__media {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 980px) {
  html body .ds-lab-hero {
    width: min(760px, calc(100% - 40px)) !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  html body .ds-lab-hero__copy {
    max-width: none !important;
    margin-top: 0 !important;
  }

  html body .ds-lab-hero h1 {
    max-width: 14ch !important;
    font-size: clamp(2.2rem, 7.2vw, 3.35rem) !important;
  }

  html body .ds-lab-hero__media {
    min-height: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
    aspect-ratio: 16 / 10 !important;
  }
}

@media (max-width: 680px) {
  html body .ds-lab-hero {
    width: calc(100% - 36px) !important;
    padding-block: 0 40px !important;
  }

  html body .ds-lab-hero h1 {
    max-width: 12.5ch !important;
    font-size: clamp(1.95rem, 9.25vw, 2.72rem) !important;
    line-height: 1.1 !important;
  }

  html body .ds-lab-hero__actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  html body .ds-lab-hero__actions > a,
  html body .ds-lab-cta .ds-lab-hero__actions > a {
    width: 100% !important;
  }

  html body .ds-lab-hero__meta {
    grid-template-columns: 1fr !important;
  }

  html body .ds-lab-hero__meta span,
  html body .ds-lab-hero__meta span:first-child {
    border-inline-start: 0 !important;
    border-top: 1px solid rgba(28, 18, 48, 0.09) !important;
  }

  html body .ds-lab-hero__meta span:first-child {
    border-top: 0 !important;
  }
}
/* === /DS guitar lab hero composition v0.20.53 === */

/* === DS about editorial light redesign v0.20.52 === */
html body.page-id-3347 {
  --about-ink: #201828;
  --about-muted: #706876;
  --about-paper: #fffdf8;
  --about-paper-soft: #f8f4ed;
  --about-card: #ffffff;
  --about-line: rgba(32, 24, 40, 0.12);
  --about-line-soft: rgba(32, 24, 40, 0.075);
  --about-accent: #2b183f;
  --about-accent-soft: rgba(43, 24, 63, 0.07);
  --about-brass: #a97945;
  --about-shadow: 0 1px 2px rgba(32, 24, 40, 0.035), 0 28px 70px -54px rgba(32, 24, 40, 0.38);
  background: var(--about-paper) !important;
}

html body.page-id-3347 #main,
html body.page-id-3347 #main-container,
html body.page-id-3347 .site-main,
html body.page-id-3347 .entry-content,
html body.page-id-3347 article {
  background: var(--about-paper) !important;
}

html body.page-id-3347 .ds-about-page {
  padding-top: clamp(34px, 5vw, 74px) !important;
  padding-bottom: clamp(82px, 9vw, 132px) !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, #fffdf8 0%, #fbf8f2 38%, #fffdf8 100%) !important;
  color: var(--about-ink) !important;
}

html body.page-id-3347 .ds-about-page::before {
  opacity: 0.42 !important;
  background-image:
    linear-gradient(rgba(32, 24, 40, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 24, 40, 0.028) 1px, transparent 1px) !important;
  background-size: 72px 72px !important;
  mask-image: linear-gradient(180deg, transparent 0%, #000 11%, #000 42%, transparent 72%) !important;
}

html body.page-id-3347 .ds-about-hero,
html body.page-id-3347 .ds-about-proof,
html body.page-id-3347 .ds-about-story,
html body.page-id-3347 .ds-about-craft,
html body.page-id-3347 .ds-about-workshop,
html body.page-id-3347 .ds-about-cta {
  width: min(1320px, calc(100% - clamp(34px, 6vw, 112px))) !important;
}

html body.page-id-3347 .ds-about-hero {
  min-height: clamp(620px, 74vh, 820px) !important;
  grid-template-columns: minmax(500px, 0.96fr) minmax(0, 1.04fr) !important;
  gap: clamp(46px, 6vw, 92px) !important;
  align-items: center !important;
  padding-block: 0 clamp(40px, 5.5vw, 86px) !important;
}

html body.page-id-3347 .ds-about-hero__copy,
html body.page-id-3347 .ds-about-story__copy,
html body.page-id-3347 .ds-about-workshop__copy,
html body.page-id-3347 .ds-about-section-head {
  max-width: 680px !important;
  color: var(--about-ink) !important;
}

html body.page-id-3347 .ds-about-kicker {
  gap: 13px !important;
  color: var(--about-brass) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
}

html body.page-id-3347 .ds-about-kicker::before {
  width: 46px !important;
  height: 1px !important;
  background: currentColor !important;
  opacity: 0.56 !important;
}

html body.page-id-3347 .ds-about-hero h1 {
  max-width: 14.5ch !important;
  margin-top: 18px !important;
  font-size: clamp(3.35rem, 5.7vw, 6.25rem) !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
  color: var(--about-ink) !important;
}

html body.page-id-3347 .ds-about-hero p {
  max-width: 58ch !important;
  margin-top: 28px !important;
  color: var(--about-muted) !important;
  font-size: clamp(1.05rem, 1.06vw, 1.18rem) !important;
  line-height: 1.82 !important;
}

html body.page-id-3347 .ds-about-actions {
  gap: 12px !important;
  margin-top: 32px !important;
}

html body.page-id-3347 .ds-about-button,
html body.page-id-3347 .ds-about-textlink {
  min-height: 56px !important;
  border-radius: 999px !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
}

html body.page-id-3347 .ds-about-button {
  padding-inline: 24px 10px !important;
  border-color: var(--about-accent) !important;
  background: var(--about-accent) !important;
  color: #fffdf8 !important;
  -webkit-text-fill-color: #fffdf8 !important;
  box-shadow: 0 22px 42px -30px rgba(43, 24, 63, 0.6) !important;
}

html body.page-id-3347 .ds-about-button:hover {
  transform: translateY(-1px) !important;
  border-color: #3a2055 !important;
  background: #3a2055 !important;
}

html body.page-id-3347 .ds-about-button span {
  background: rgba(255, 253, 248, 0.13) !important;
}

html body.page-id-3347 .ds-about-textlink {
  padding-inline: 24px !important;
  border-color: var(--about-line) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: var(--about-ink) !important;
}

html body.page-id-3347 .ds-about-textlink:hover {
  border-color: rgba(43, 24, 63, 0.24) !important;
  background: #ffffff !important;
}

html body.page-id-3347 .ds-about-hero__media {
  min-height: clamp(560px, 43vw, 720px) !important;
  aspect-ratio: 0.86 / 1 !important;
  border: 1px solid rgba(32, 24, 40, 0.09) !important;
  border-radius: 10px !important;
  background: #f0ece4 !important;
  box-shadow: 0 36px 82px -58px rgba(32, 24, 40, 0.48) !important;
}

html body.page-id-3347 .ds-about-hero__media::before {
  inset: 14px !important;
  border-color: rgba(255, 253, 248, 0.62) !important;
  border-radius: 7px !important;
}

html body.page-id-3347 .ds-about-hero__media::after {
  background:
    linear-gradient(180deg, rgba(32, 24, 40, 0.01) 42%, rgba(32, 24, 40, 0.34) 100%),
    linear-gradient(90deg, rgba(255, 253, 248, 0.14), rgba(255, 253, 248, 0) 38%) !important;
}

html body.page-id-3347 .ds-about-hero__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

html body.page-id-3347 .ds-about-hero__media figcaption {
  inset-inline: 24px !important;
  bottom: 24px !important;
  width: auto !important;
  max-width: 410px !important;
  padding: 18px 20px !important;
  border: 1px solid rgba(255, 253, 248, 0.17) !important;
  border-radius: 8px !important;
  background: rgba(32, 24, 40, 0.82) !important;
  color: rgba(255, 253, 248, 0.74) !important;
  backdrop-filter: blur(14px) !important;
}

html body.page-id-3347 .ds-about-hero__media figcaption strong {
  margin-top: 5px !important;
  color: #fffdf8 !important;
  font-size: 1.02rem !important;
}

html body.page-id-3347 .ds-about-proof {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: 0 !important;
  overflow: hidden !important;
  border: solid var(--about-line-soft) !important;
  border-width: 1px 0 !important;
  border-radius: 0 !important;
  background: rgba(255, 253, 248, 0.74) !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px) !important;
}

html body.page-id-3347 .ds-about-proof div {
  position: relative !important;
  min-height: 116px !important;
  padding: 27px 32px !important;
  border-inline-start: 1px solid var(--about-line-soft) !important;
  text-align: right !important;
}

html body.page-id-3347 .ds-about-proof div:first-child {
  border-inline-start: 0 !important;
}

html body.page-id-3347 .ds-about-proof div::before {
  content: "" !important;
  display: block !important;
  width: 9px !important;
  height: 9px !important;
  margin-bottom: 18px !important;
  border-radius: 999px !important;
  background: var(--about-brass) !important;
}

html body.page-id-3347 .ds-about-proof strong {
  color: var(--about-ink) !important;
  font-size: clamp(1.2rem, 1.55vw, 1.46rem) !important;
  line-height: 1.2 !important;
}

html body.page-id-3347 .ds-about-proof span {
  max-width: 24ch !important;
  margin-top: 8px !important;
  color: var(--about-muted) !important;
  font-size: 0.93rem !important;
  line-height: 1.55 !important;
}

html body.page-id-3347 .ds-about-story,
html body.page-id-3347 .ds-about-workshop {
  margin-top: clamp(90px, 10vw, 150px) !important;
  grid-template-columns: minmax(500px, 0.98fr) minmax(0, 1.02fr) !important;
  gap: clamp(44px, 6vw, 90px) !important;
  align-items: center !important;
}

html body.page-id-3347 .ds-about-story h2,
html body.page-id-3347 .ds-about-section-head h2,
html body.page-id-3347 .ds-about-workshop h2,
html body.page-id-3347 .ds-about-cta h2 {
  max-width: 13.5ch !important;
  font-size: clamp(2.35rem, 3.65vw, 4.4rem) !important;
  line-height: 1.03 !important;
  color: var(--about-ink) !important;
}

html body.page-id-3347 .ds-about-story p,
html body.page-id-3347 .ds-about-workshop p,
html body.page-id-3347 .ds-about-cta p {
  color: var(--about-muted) !important;
  font-size: clamp(1.02rem, 1vw, 1.12rem) !important;
  line-height: 1.82 !important;
}

html body.page-id-3347 .ds-about-story__media,
html body.page-id-3347 .ds-about-gallery figure {
  overflow: hidden !important;
  border: 1px solid rgba(32, 24, 40, 0.09) !important;
  border-radius: 10px !important;
  background: #efe9df !important;
  box-shadow: var(--about-shadow) !important;
}

html body.page-id-3347 .ds-about-story__media img {
  width: 100% !important;
  aspect-ratio: 16 / 11 !important;
  object-fit: cover !important;
}

html body.page-id-3347 .ds-about-craft {
  margin-top: clamp(88px, 10vw, 148px) !important;
}

html body.page-id-3347 .ds-about-section-head {
  width: min(100%, 780px) !important;
  margin-inline-start: 0 !important;
  margin-inline-end: auto !important;
}

html body.page-id-3347 .ds-about-section-head h2 {
  max-width: 16ch !important;
}

html body.page-id-3347 .ds-about-craft__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin-top: clamp(32px, 4vw, 52px) !important;
}

html body.page-id-3347 .ds-about-craft article {
  position: relative !important;
  min-height: 310px !important;
  padding: clamp(28px, 3.2vw, 42px) !important;
  overflow: hidden !important;
  border: 1px solid var(--about-line-soft) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: 0 28px 72px -62px rgba(32, 24, 40, 0.34) !important;
}

html body.page-id-3347 .ds-about-craft article::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  height: 3px !important;
  background: linear-gradient(90deg, var(--about-brass), rgba(43, 24, 63, 0.7)) !important;
}

html body.page-id-3347 .ds-about-craft article:nth-child(2) {
  transform: translateY(24px) !important;
}

html body.page-id-3347 .ds-about-craft article:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(43, 24, 63, 0.18) !important;
  box-shadow: 0 32px 78px -56px rgba(32, 24, 40, 0.46) !important;
}

html body.page-id-3347 .ds-about-craft article:nth-child(2):hover {
  transform: translateY(18px) !important;
}

html body.page-id-3347 .ds-about-index {
  color: var(--about-brass) !important;
  font-size: 0.78rem !important;
}

html body.page-id-3347 .ds-about-craft h3 {
  margin-top: 52px !important;
  color: var(--about-ink) !important;
  font-size: clamp(1.28rem, 1.8vw, 1.58rem) !important;
  line-height: 1.25 !important;
}

html body.page-id-3347 .ds-about-craft p {
  margin-top: 14px !important;
  color: var(--about-muted) !important;
  font-size: 1rem !important;
  line-height: 1.76 !important;
}

html body.page-id-3347 .ds-about-workshop {
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr) !important;
}

html body.page-id-3347 .ds-about-workshop__copy {
  order: 2 !important;
}

html body.page-id-3347 .ds-about-gallery {
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

html body.page-id-3347 .ds-about-gallery figure:nth-child(1) {
  grid-column: 1 / -1 !important;
  aspect-ratio: 16 / 9 !important;
}

html body.page-id-3347 .ds-about-gallery figure:nth-child(2),
html body.page-id-3347 .ds-about-gallery figure:nth-child(3) {
  grid-column: span 4 !important;
  aspect-ratio: 1 / 1 !important;
}

html body.page-id-3347 .ds-about-gallery img {
  min-height: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

html body.page-id-3347 .ds-about-gallery figure:nth-child(1) img {
  object-position: center 42% !important;
}

html body.page-id-3347 .ds-about-cta {
  position: relative !important;
  margin-top: clamp(96px, 11vw, 162px) !important;
  padding: clamp(42px, 6.4vw, 86px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 253, 248, 0.09) !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #2b183f 0%, #17121d 68%, #100d14 100%) !important;
  box-shadow: 0 38px 82px -54px rgba(32, 24, 40, 0.68) !important;
}

html body.page-id-3347 .ds-about-cta::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(rgba(255, 253, 248, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 253, 248, 0.045) 1px, transparent 1px) !important;
  background-size: 56px 56px !important;
  mask-image: linear-gradient(90deg, #000, transparent 68%) !important;
}

html body.page-id-3347 .ds-about-cta > * {
  position: relative !important;
}

html body.page-id-3347 .ds-about-cta h2 {
  max-width: 15ch !important;
  color: #fffdf8 !important;
}

html body.page-id-3347 .ds-about-cta p {
  max-width: 690px !important;
  color: rgba(255, 253, 248, 0.72) !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-kicker {
  color: rgba(255, 253, 248, 0.7) !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-button {
  border-color: #fffdf8 !important;
  background: #fffdf8 !important;
  color: var(--about-accent) !important;
  -webkit-text-fill-color: var(--about-accent) !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-button:hover {
  border-color: #eadfce !important;
  background: #eadfce !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-button span {
  background: rgba(43, 24, 63, 0.09) !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-textlink {
  border-color: rgba(255, 253, 248, 0.22) !important;
  background: rgba(255, 253, 248, 0.07) !important;
  color: #fffdf8 !important;
}

@media (max-width: 1120px) {
  html body.page-id-3347 .ds-about-hero,
  html body.page-id-3347 .ds-about-story,
  html body.page-id-3347 .ds-about-workshop {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  html body.page-id-3347 .ds-about-hero {
    min-height: 0 !important;
  }

  html body.page-id-3347 .ds-about-hero__copy,
  html body.page-id-3347 .ds-about-story__copy,
  html body.page-id-3347 .ds-about-workshop__copy,
  html body.page-id-3347 .ds-about-section-head {
    max-width: 760px !important;
  }

  html body.page-id-3347 .ds-about-workshop__copy {
    order: 0 !important;
  }

  html body.page-id-3347 .ds-about-hero__media {
    min-height: 0 !important;
    aspect-ratio: 16 / 10 !important;
  }
}

@media (max-width: 820px) {
  html body.page-id-3347 .ds-about-page {
    padding-top: 20px !important;
    padding-bottom: 76px !important;
  }

  html body.page-id-3347 .ds-about-hero,
  html body.page-id-3347 .ds-about-proof,
  html body.page-id-3347 .ds-about-story,
  html body.page-id-3347 .ds-about-craft,
  html body.page-id-3347 .ds-about-workshop,
  html body.page-id-3347 .ds-about-cta {
    width: calc(100% - 30px) !important;
    max-width: calc(100% - 30px) !important;
  }

  html body.page-id-3347 .ds-about-hero {
    padding-bottom: 34px !important;
  }

  html body.page-id-3347 .ds-about-hero__copy {
    align-items: center !important;
    text-align: center !important;
  }

  html body.page-id-3347 .ds-about-kicker {
    margin-inline: auto !important;
    justify-content: center !important;
  }

  html body.page-id-3347 .ds-about-hero h1 {
    max-width: 10.8ch !important;
    margin-inline: auto !important;
    font-size: clamp(2.75rem, 13vw, 4.25rem) !important;
    line-height: 1.02 !important;
    text-align: center !important;
  }

  html body.page-id-3347 .ds-about-hero p {
    max-width: 34ch !important;
    margin-inline: auto !important;
    font-size: 1.02rem !important;
    line-height: 1.72 !important;
    text-align: center !important;
  }

  html body.page-id-3347 .ds-about-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }

  html body.page-id-3347 .ds-about-button,
  html body.page-id-3347 .ds-about-textlink {
    width: 100% !important;
    min-height: 54px !important;
    justify-content: center !important;
  }

  html body.page-id-3347 .ds-about-hero__media {
    aspect-ratio: 1 / 1.04 !important;
    border-radius: 9px !important;
  }

  html body.page-id-3347 .ds-about-hero__media figcaption {
    inset-inline: 14px !important;
    bottom: 14px !important;
    padding: 14px 16px !important;
    text-align: center !important;
  }

  html body.page-id-3347 .ds-about-proof {
    grid-template-columns: 1fr !important;
  }

  html body.page-id-3347 .ds-about-proof div,
  html body.page-id-3347 .ds-about-proof div:first-child {
    min-height: 0 !important;
    padding: 22px 24px !important;
    border-inline-start: 0 !important;
    border-top: 1px solid var(--about-line-soft) !important;
  }

  html body.page-id-3347 .ds-about-proof div:first-child {
    border-top: 0 !important;
  }

  html body.page-id-3347 .ds-about-proof div::before {
    margin-bottom: 12px !important;
  }

  html body.page-id-3347 .ds-about-story,
  html body.page-id-3347 .ds-about-craft,
  html body.page-id-3347 .ds-about-workshop,
  html body.page-id-3347 .ds-about-cta {
    margin-top: 72px !important;
  }

  html body.page-id-3347 .ds-about-story h2,
  html body.page-id-3347 .ds-about-section-head h2,
  html body.page-id-3347 .ds-about-workshop h2,
  html body.page-id-3347 .ds-about-cta h2 {
    max-width: 13ch !important;
    font-size: clamp(2rem, 9.2vw, 3.05rem) !important;
    line-height: 1.08 !important;
  }

  html body.page-id-3347 .ds-about-craft__grid {
    grid-template-columns: 1fr !important;
  }

  html body.page-id-3347 .ds-about-craft article,
  html body.page-id-3347 .ds-about-craft article:nth-child(2),
  html body.page-id-3347 .ds-about-craft article:hover,
  html body.page-id-3347 .ds-about-craft article:nth-child(2):hover {
    min-height: 0 !important;
    transform: none !important;
  }

  html body.page-id-3347 .ds-about-craft h3 {
    margin-top: 34px !important;
  }

  html body.page-id-3347 .ds-about-gallery {
    grid-template-columns: 1fr !important;
  }

  html body.page-id-3347 .ds-about-gallery figure:nth-child(1),
  html body.page-id-3347 .ds-about-gallery figure:nth-child(2),
  html body.page-id-3347 .ds-about-gallery figure:nth-child(3) {
    grid-column: auto !important;
    aspect-ratio: 4 / 3 !important;
  }

  html body.page-id-3347 .ds-about-cta {
    padding: 34px 22px !important;
  }
}

@media (max-width: 430px) {
  html body.page-id-3347 .ds-about-hero,
  html body.page-id-3347 .ds-about-proof,
  html body.page-id-3347 .ds-about-story,
  html body.page-id-3347 .ds-about-craft,
  html body.page-id-3347 .ds-about-workshop,
  html body.page-id-3347 .ds-about-cta {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
  }

  html body.page-id-3347 .ds-about-hero h1 {
    max-width: 10.2ch !important;
  }
}
/* === /DS about editorial light redesign v0.20.52 === */

/* === DS custom order old-card restoration v0.20.53 === */
html body.page-id-2235 .ds-cst-dark--tailored {
  width: min(100%, 1160px) !important;
  max-width: 1160px !important;
  margin-inline: auto !important;
  grid-template-columns: minmax(390px, 0.96fr) minmax(0, 1fr) !important;
  gap: clamp(28px, 4.8vw, 74px) !important;
  min-height: clamp(390px, 32vw, 470px) !important;
  padding: clamp(34px, 3.8vw, 52px) clamp(46px, 6vw, 88px) !important;
  border: 1px solid rgba(134, 132, 251, 0.18) !important;
  border-radius: clamp(38px, 5vw, 76px) !important;
  background:
    radial-gradient(760px 460px at 22% 49%, rgba(31, 29, 52, 0.24), transparent 70%),
    linear-gradient(90deg, rgba(16, 15, 26, 0.62), rgba(16, 15, 26, 0.9) 56%, rgba(16, 15, 26, 0.96)),
    url("https://dsguitars.co.il/wp-content/uploads/2024/06/BGcp5-min.png"),
    #12111d !important;
  background-position: center, center, center !important;
  background-size: cover, cover, cover !important;
  box-shadow: 0 28px 68px -50px rgba(10, 9, 18, 0.82) !important;
}

html body.page-id-2235 .ds-cst-dark--tailored::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  border-radius: inherit !important;
  pointer-events: none !important;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.012) 0 1px, transparent 1px 18px) !important;
  mix-blend-mode: soft-light !important;
  opacity: 0.34 !important;
}

html body.page-id-2235 .ds-cst-dark--tailored::after {
  content: "" !important;
  position: absolute !important;
  inset: 1px !important;
  z-index: 0 !important;
  border-radius: inherit !important;
  pointer-events: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), inset 0 0 0 1px rgba(134, 132, 251, 0.045) !important;
}

html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__media {
  min-height: clamp(300px, 28vw, 380px) !important;
  overflow: visible !important;
}

html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__media::before {
  content: "" !important;
  position: absolute !important;
  inset: 2% auto 0 -24% !important;
  width: min(120%, 620px) !important;
  border-radius: 0 !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 680 520' fill='none'%3E%3Cg stroke='%238684FB' stroke-width='2' stroke-linecap='round' opacity='.66'%3E%3Cpath d='M-30 130 C116 70 250 35 680 36'/%3E%3Cpath d='M-28 185 C118 118 280 72 675 82'/%3E%3Cpath d='M-24 240 C126 176 292 126 670 136'/%3E%3Cpath d='M-20 294 C134 238 304 184 660 196'/%3E%3Cpath d='M-18 348 C140 296 318 244 648 256'/%3E%3Cpath d='M-10 402 C150 352 332 304 638 320'/%3E%3Cpath d='M0 458 C164 408 350 366 626 386'/%3E%3Cpath d='M42 512 C194 464 372 432 610 448'/%3E%3C/g%3E%3C/svg%3E") center left / contain no-repeat !important;
  filter: none !important;
  opacity: 0.52 !important;
  transform: rotate(-6deg) !important;
}

html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__media::after {
  content: "" !important;
  position: absolute !important;
  inset: 14% 13% 5% 22% !important;
  z-index: 0 !important;
  border-radius: 46% 46% 52% 52% / 42% 42% 58% 58% !important;
  background: rgba(3, 3, 10, 0.11) !important;
  pointer-events: none !important;
}

html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__media img {
  z-index: 1 !important;
  width: min(92%, 430px) !important;
  max-height: 405px !important;
  opacity: 0.96 !important;
  filter: drop-shadow(0 26px 34px rgba(0, 0, 0, 0.28)) !important;
  animation: none !important;
}

html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__copy {
  max-width: 500px !important;
  padding-top: 0 !important;
}

html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__kicker {
  color: #8f8bff !important;
  font-size: clamp(0.88rem, 1.2vw, 1rem) !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
}

html body.page-id-2235 .ds-cst-dark--tailored h2 {
  max-width: 11.5ch !important;
  margin-top: 28px !important;
  color: #f7f5ff !important;
  font-family: "Chronicle Display", var(--ds-type-display) !important;
  font-size: clamp(2.75rem, 4.1vw, 4.1rem) !important;
  font-weight: 400 !important;
  line-height: 1.04 !important;
}

html body.page-id-2235 .ds-cst-dark--tailored p {
  max-width: 46ch !important;
  margin-top: 20px !important;
  color: rgba(246, 244, 251, 0.68) !important;
  font-size: clamp(0.98rem, 1.2vw, 1.08rem) !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__link {
  margin-top: 28px !important;
  color: #918dff !important;
  font-size: 1.08rem !important;
}

@media (max-width: 1050px) {
  html body.page-id-2235 .ds-cst-dark--tailored {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 38px 34px 42px !important;
    border-radius: 38px !important;
  }

  html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__media {
    min-height: 300px !important;
  }

  html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__media::before {
    inset: 0 auto 0 -18% !important;
    width: min(116%, 520px) !important;
  }

  html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__copy {
    direction: rtl !important;
    text-align: right !important;
    align-items: flex-start !important;
    max-width: 100% !important;
  }

  html body.page-id-2235 .ds-cst-dark--tailored h2,
  html body.page-id-2235 .ds-cst-dark--tailored p {
    max-width: 100% !important;
  }
}

@media (max-width: 760px) {
  html body.page-id-2235 .ds-cst-dark--tailored {
    padding: 24px 20px 30px !important;
    border-radius: 30px !important;
  }

  html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__media {
    min-height: 250px !important;
  }

  html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__media::before {
    inset: 2% auto 3% -28% !important;
    width: 128% !important;
    opacity: 0.42 !important;
  }

  html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__media img {
    width: min(84%, 290px) !important;
  }

  html body.page-id-2235 .ds-cst-dark--tailored h2 {
    margin-top: 22px !important;
    font-size: clamp(2.05rem, 9.5vw, 2.7rem) !important;
  }

  html body.page-id-2235 .ds-cst-dark--tailored p {
    font-size: 1rem !important;
    line-height: 1.64 !important;
  }
}
/* === /DS custom order old-card restoration v0.20.53 === */

/* === DS sitewide footer placement repair v0.20.54 === */
html,
body {
  min-height: 100%;
}

body {
  min-height: 100dvh;
  display: flex !important;
  flex-direction: column !important;
}

html body #main-container {
  width: 100% !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 0 auto !important;
}

html body #main.site-main {
  flex: 1 0 auto !important;
}

html body #footer.ct-footer,
html body.home #footer.ct-footer,
html body.page-id-3178 #footer.ct-footer,
html body.page-id-2235 #footer.ct-footer,
html body.page-id-3206 #footer.ct-footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fafafb !important;
}

html body #footer.ct-footer > [data-row] {
  display: none !important;
}

html body #footer.ct-footer .ds-site-footer,
html body.home #footer.ct-footer .ds-site-footer,
html body.page-id-3178 #footer.ct-footer .ds-site-footer,
html body.page-id-2235 #footer.ct-footer .ds-site-footer,
html body.page-id-3206 #footer.ct-footer .ds-site-footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 0 !important;
}

html body #footer.ct-footer .ds-site-footer__bar-inner span {
  color: rgba(28, 18, 48, 0.56) !important;
}

html body > footer.ds-site-footer,
html body.home > footer.ds-site-footer,
html body.page-id-3178 > footer.ds-site-footer,
html body.page-id-2235 > footer.ds-site-footer,
html body.page-id-3206 > footer.ds-site-footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  flex: 0 0 auto !important;
  width: 100% !important;
  margin: 0 !important;
}
/* === /DS sitewide footer placement repair v0.20.54 === */

/* === DS custom order options atelier rebuild v0.20.55 === */
html body.page-id-2235 .ds-cst-dark--options {
  width: min(100%, 1160px) !important;
  max-width: 1160px !important;
  margin-inline: auto !important;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1fr) !important;
  gap: clamp(30px, 5vw, 72px) !important;
  min-height: 0 !important;
  padding: clamp(42px, 5.5vw, 76px) clamp(30px, 5.6vw, 76px) !important;
  border: 1px solid rgba(28, 18, 48, 0.08) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(90deg, rgba(28, 18, 48, 0.035) 0 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(0deg, rgba(28, 18, 48, 0.028) 0 1px, transparent 1px) 0 0 / 42px 42px,
    radial-gradient(680px 320px at 10% 12%, rgba(142, 125, 91, 0.08), transparent 70%),
    #fbfaf7 !important;
  box-shadow: 0 28px 70px -54px rgba(28, 18, 48, 0.28) !important;
  direction: rtl !important;
}

html body.page-id-2235 .ds-cst-dark--options::before {
  content: "" !important;
  position: absolute !important;
  inset-inline-start: clamp(26px, 5vw, 70px) !important;
  top: clamp(28px, 4vw, 54px) !important;
  width: min(28vw, 280px) !important;
  aspect-ratio: 1 / 1 !important;
  border: 1px solid rgba(28, 18, 48, 0.08) !important;
  border-radius: 50% !important;
  background:
    linear-gradient(90deg, transparent 49%, rgba(28, 18, 48, 0.08) 49% 51%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgba(28, 18, 48, 0.08) 49% 51%, transparent 51%) !important;
  opacity: 0.34 !important;
  pointer-events: none !important;
}

html body.page-id-2235 .ds-cst-dark--options::after {
  content: "" !important;
  position: absolute !important;
  inset: 1px !important;
  border-radius: inherit !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), inset 0 0 0 1px rgba(255, 255, 255, 0.44) !important;
  pointer-events: none !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-dark__copy {
  align-items: flex-start !important;
  max-width: 460px !important;
  text-align: right !important;
  direction: rtl !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-dark__kicker {
  gap: 10px !important;
  color: rgba(28, 18, 48, 0.62) !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-dark__kicker svg {
  width: 18px !important;
  height: 18px !important;
  color: rgba(142, 125, 91, 0.9) !important;
}

html body.page-id-2235 .ds-cst-dark--options h2 {
  max-width: 11ch !important;
  margin-top: 18px !important;
  color: var(--cst-ink) !important;
  font-family: var(--ds-type-display) !important;
  font-size: clamp(2.1rem, 4vw, 3.35rem) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
}

html body.page-id-2235 .ds-cst-dark--options p {
  max-width: 42ch !important;
  margin-top: 18px !important;
  color: rgba(28, 18, 48, 0.64) !important;
  font-size: clamp(1rem, 1.35vw, 1.08rem) !important;
  line-height: 1.72 !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-dark__link {
  margin-top: 26px !important;
  color: var(--cst-ink) !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-dark__link::before {
  content: "" !important;
  width: 42px !important;
  height: 1px !important;
  background: rgba(28, 18, 48, 0.28) !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 12px !important;
  align-items: stretch !important;
  direction: rtl !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article {
  position: relative !important;
  display: flex !important;
  min-height: 142px !important;
  grid-column: span 2 !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  overflow: hidden !important;
  padding: 18px 18px 16px !important;
  border: 1px solid rgba(28, 18, 48, 0.095) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(246, 244, 239, 0.76)),
    #ffffff !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), 0 18px 42px -36px rgba(28, 18, 48, 0.32) !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:nth-child(1),
html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:nth-child(4),
html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:nth-child(7) {
  grid-column: span 3 !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article::before {
  content: "" !important;
  position: absolute !important;
  inset-inline-start: -34px !important;
  bottom: -34px !important;
  width: 108px !important;
  height: 108px !important;
  border: 1px solid rgba(28, 18, 48, 0.07) !important;
  border-radius: 999px !important;
  pointer-events: none !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article::after {
  content: "" !important;
  position: absolute !important;
  inset-inline: 18px !important;
  top: 52px !important;
  height: 1px !important;
  background: rgba(28, 18, 48, 0.075) !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  width: fit-content !important;
  color: rgba(142, 125, 91, 0.86) !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  font-variant-numeric: tabular-nums !important;
  animation: none !important;
  transform: none !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article strong {
  display: block !important;
  margin-top: 26px !important;
  color: var(--cst-ink) !important;
  font-size: clamp(1.1rem, 1.55vw, 1.32rem) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article em {
  display: block !important;
  margin-top: 7px !important;
  color: rgba(28, 18, 48, 0.58) !important;
  font-size: 0.92rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(28, 18, 48, 0.18) !important;
  background:
    linear-gradient(135deg, #ffffff, rgba(243, 240, 232, 0.94)),
    #ffffff !important;
  box-shadow: 0 24px 54px -40px rgba(28, 18, 48, 0.38) !important;
}

@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article {
      animation: dsCstIn both cubic-bezier(0.19, 1, 0.22, 1) !important;
      animation-timeline: view() !important;
      animation-range: entry 0% entry 48% !important;
    }
  }
}

@media (max-width: 1050px) {
  html body.page-id-2235 .ds-cst-dark--options {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    padding: 42px 34px 48px !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-dark__copy {
    max-width: 680px !important;
  }
}

@media (max-width: 760px) {
  html body.page-id-2235 .ds-cst-dark--options {
    padding: 30px 20px !important;
    background:
      linear-gradient(90deg, rgba(28, 18, 48, 0.03) 0 1px, transparent 1px) 0 0 / 30px 30px,
      linear-gradient(0deg, rgba(28, 18, 48, 0.025) 0 1px, transparent 1px) 0 0 / 30px 30px,
      #fbfaf7 !important;
  }

  html body.page-id-2235 .ds-cst-dark--options::before {
    width: 190px !important;
    opacity: 0.22 !important;
  }

  html body.page-id-2235 .ds-cst-dark--options h2 {
    max-width: 100% !important;
    font-size: clamp(1.9rem, 9vw, 2.55rem) !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options {
    grid-template-columns: 1fr !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article,
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:nth-child(1),
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:nth-child(4),
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:nth-child(7) {
    grid-column: auto !important;
    min-height: 118px !important;
  }
}
/* === /DS custom order options atelier rebuild v0.20.55 === */

/* === DS about scale correction v0.20.56 === */
html body.page-id-3347 {
  --about-ink: #1c1230;
  --about-muted: #6e6582;
  --about-paper: #f6f7f8;
  --about-card: #ffffff;
  --about-line: rgba(28, 18, 48, 0.1);
  --about-line-soft: rgba(28, 18, 48, 0.075);
  --about-accent: #1c1230;
  --about-brass: #8f765d;
  --about-shadow: 0 1px 2px rgba(28, 18, 48, 0.025), 0 22px 58px -50px rgba(28, 18, 48, 0.3);
  background: var(--about-paper) !important;
}

html body.page-id-3347 #main,
html body.page-id-3347 #main-container,
html body.page-id-3347 .site-main,
html body.page-id-3347 .entry-content,
html body.page-id-3347 article,
html body.page-id-3347 .ds-about-page {
  background: var(--about-paper) !important;
}

html body.page-id-3347 .ds-about-page {
  padding-top: clamp(24px, 3.4vw, 48px) !important;
  padding-bottom: clamp(72px, 7vw, 104px) !important;
  background-image: none !important;
}

html body.page-id-3347 .ds-about-page::before {
  opacity: 0.18 !important;
  background-size: 76px 76px !important;
}

html body.page-id-3347 .ds-about-hero,
html body.page-id-3347 .ds-about-proof,
html body.page-id-3347 .ds-about-story,
html body.page-id-3347 .ds-about-craft,
html body.page-id-3347 .ds-about-workshop,
html body.page-id-3347 .ds-about-cta {
  width: min(1240px, calc(100% - clamp(40px, 6vw, 88px))) !important;
}

html body.page-id-3347 .ds-about-hero {
  min-height: 0 !important;
  grid-template-columns: minmax(480px, 0.98fr) minmax(0, 1.02fr) !important;
  gap: clamp(36px, 5vw, 68px) !important;
  padding-block: clamp(28px, 4vw, 54px) clamp(34px, 4.5vw, 62px) !important;
}

html body.page-id-3347 .ds-about-hero__copy,
html body.page-id-3347 .ds-about-story__copy,
html body.page-id-3347 .ds-about-workshop__copy,
html body.page-id-3347 .ds-about-section-head {
  max-width: 620px !important;
}

html body.page-id-3347 .ds-about-kicker {
  color: var(--about-brass) !important;
  font-size: 0.76rem !important;
  letter-spacing: 0 !important;
}

html body.page-id-3347 .ds-about-kicker::before {
  width: 34px !important;
  background: rgba(143, 118, 93, 0.58) !important;
}

html body.page-id-3347 .ds-about-hero h1 {
  max-width: 16ch !important;
  margin-top: 14px !important;
  color: var(--about-ink) !important;
  font-size: clamp(2.08rem, 3.1vw, 2.85rem) !important;
  line-height: 1.12 !important;
}

html body.page-id-3347 .ds-about-hero p {
  max-width: 54ch !important;
  margin-top: 18px !important;
  color: var(--about-muted) !important;
  font-size: 1rem !important;
  line-height: 1.72 !important;
}

html body.page-id-3347 .ds-about-actions {
  margin-top: 24px !important;
}

html body.page-id-3347 .ds-about-button,
html body.page-id-3347 .ds-about-textlink {
  min-height: 48px !important;
  font-size: 0.9rem !important;
}

html body.page-id-3347 .ds-about-button {
  background: var(--about-accent) !important;
  border-color: var(--about-accent) !important;
  box-shadow: none !important;
}

html body.page-id-3347 .ds-about-textlink {
  background: #ffffff !important;
}

html body.page-id-3347 .ds-about-hero__media {
  min-height: 0 !important;
  height: clamp(390px, 38vw, 520px) !important;
  aspect-ratio: auto !important;
  border-radius: 8px !important;
  background: #eceef0 !important;
  box-shadow: 0 24px 64px -54px rgba(28, 18, 48, 0.38) !important;
}

html body.page-id-3347 .ds-about-hero__media::before {
  inset: 12px !important;
  border-radius: 5px !important;
}

html body.page-id-3347 .ds-about-hero__media figcaption {
  inset-inline: 18px !important;
  bottom: 18px !important;
  max-width: 340px !important;
  padding: 14px 16px !important;
  border-radius: 6px !important;
  background: rgba(28, 18, 48, 0.78) !important;
}

html body.page-id-3347 .ds-about-proof {
  margin-top: 0 !important;
  border-color: var(--about-line-soft) !important;
  background: rgba(255, 255, 255, 0.62) !important;
}

html body.page-id-3347 .ds-about-proof div {
  min-height: 92px !important;
  padding: 21px 28px !important;
}

html body.page-id-3347 .ds-about-proof div::before {
  width: 6px !important;
  height: 6px !important;
  margin-bottom: 12px !important;
  background: var(--about-brass) !important;
}

html body.page-id-3347 .ds-about-proof strong {
  font-size: 1.08rem !important;
}

html body.page-id-3347 .ds-about-proof span {
  font-size: 0.87rem !important;
}

html body.page-id-3347 .ds-about-story,
html body.page-id-3347 .ds-about-workshop {
  margin-top: clamp(64px, 7vw, 92px) !important;
  grid-template-columns: minmax(450px, 0.98fr) minmax(0, 1.02fr) !important;
  gap: clamp(34px, 5vw, 62px) !important;
}

html body.page-id-3347 .ds-about-story h2,
html body.page-id-3347 .ds-about-section-head h2,
html body.page-id-3347 .ds-about-workshop h2,
html body.page-id-3347 .ds-about-cta h2 {
  max-width: 22ch !important;
  color: var(--about-ink) !important;
  font-size: var(--ds-large-heading-size) !important;
  line-height: 1.16 !important;
}

html body.page-id-3347 .ds-about-story p,
html body.page-id-3347 .ds-about-workshop p,
html body.page-id-3347 .ds-about-cta p {
  max-width: 62ch !important;
  font-size: 0.98rem !important;
  line-height: 1.72 !important;
}

html body.page-id-3347 .ds-about-story__media,
html body.page-id-3347 .ds-about-gallery figure {
  border-radius: 8px !important;
  background: #eceef0 !important;
  box-shadow: 0 22px 58px -50px rgba(28, 18, 48, 0.34) !important;
}

html body.page-id-3347 .ds-about-story__media img {
  aspect-ratio: 16 / 9 !important;
}

html body.page-id-3347 .ds-about-craft {
  margin-top: clamp(64px, 7vw, 92px) !important;
}

html body.page-id-3347 .ds-about-section-head {
  width: min(100%, 660px) !important;
}

html body.page-id-3347 .ds-about-craft__grid {
  gap: 16px !important;
  margin-top: 28px !important;
}

html body.page-id-3347 .ds-about-craft article,
html body.page-id-3347 .ds-about-craft article:nth-child(2),
html body.page-id-3347 .ds-about-craft article:hover,
html body.page-id-3347 .ds-about-craft article:nth-child(2):hover {
  min-height: 220px !important;
  padding: 26px 28px !important;
  transform: none !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 18px 48px -44px rgba(28, 18, 48, 0.28) !important;
}

html body.page-id-3347 .ds-about-craft article::before {
  height: 2px !important;
  background: linear-gradient(90deg, rgba(143, 118, 93, 0.78), rgba(28, 18, 48, 0.48)) !important;
}

html body.page-id-3347 .ds-about-index {
  color: var(--about-brass) !important;
}

html body.page-id-3347 .ds-about-craft h3 {
  margin-top: 34px !important;
  font-size: clamp(1.1rem, 1.35vw, 1.24rem) !important;
}

html body.page-id-3347 .ds-about-craft p {
  font-size: 0.93rem !important;
  line-height: 1.68 !important;
}

html body.page-id-3347 .ds-about-gallery {
  gap: 10px !important;
}

html body.page-id-3347 .ds-about-gallery figure:nth-child(1) {
  aspect-ratio: 16 / 8.6 !important;
}

html body.page-id-3347 .ds-about-workshop .ds-about-textlink {
  margin-top: 20px !important;
}

html body.page-id-3347 .ds-about-cta {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.55fr) !important;
  align-items: end !important;
  gap: 24px !important;
  margin-top: clamp(68px, 7vw, 96px) !important;
  padding: clamp(30px, 4vw, 46px) !important;
  border: 1px solid var(--about-line-soft) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 22px 58px -50px rgba(28, 18, 48, 0.3) !important;
}

html body.page-id-3347 .ds-about-cta::before {
  display: none !important;
}

html body.page-id-3347 .ds-about-cta h2 {
  color: var(--about-ink) !important;
}

html body.page-id-3347 .ds-about-cta p {
  color: var(--about-muted) !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-actions {
  justify-content: flex-start !important;
  margin-top: 0 !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-kicker {
  color: var(--about-brass) !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-button {
  border-color: var(--about-accent) !important;
  background: var(--about-accent) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-button span {
  background: rgba(255, 255, 255, 0.12) !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-textlink {
  border-color: var(--about-line) !important;
  background: #ffffff !important;
  color: var(--about-ink) !important;
}

@media (max-width: 1120px) {
  html body.page-id-3347 .ds-about-hero,
  html body.page-id-3347 .ds-about-story,
  html body.page-id-3347 .ds-about-workshop,
  html body.page-id-3347 .ds-about-cta {
    grid-template-columns: 1fr !important;
  }

  html body.page-id-3347 .ds-about-cta .ds-about-actions {
    margin-top: 20px !important;
    justify-content: flex-end !important;
  }
}

@media (max-width: 820px) {
  html body.page-id-3347 .ds-about-page {
    padding-top: 16px !important;
  }

  html body.page-id-3347 .ds-about-hero,
  html body.page-id-3347 .ds-about-proof,
  html body.page-id-3347 .ds-about-story,
  html body.page-id-3347 .ds-about-craft,
  html body.page-id-3347 .ds-about-workshop,
  html body.page-id-3347 .ds-about-cta {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
  }

  html body.page-id-3347 .ds-about-hero {
    gap: 22px !important;
    padding-block: 20px 32px !important;
  }

  html body.page-id-3347 .ds-about-hero h1 {
    max-width: 12.5ch !important;
    font-size: clamp(2rem, 8vw, 2.5rem) !important;
    line-height: 1.12 !important;
  }

  html body.page-id-3347 .ds-about-hero p {
    font-size: 0.97rem !important;
  }

  html body.page-id-3347 .ds-about-hero__media {
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
  }

  html body.page-id-3347 .ds-about-proof div {
    padding: 18px 20px !important;
  }

  html body.page-id-3347 .ds-about-story,
  html body.page-id-3347 .ds-about-craft,
  html body.page-id-3347 .ds-about-workshop,
  html body.page-id-3347 .ds-about-cta {
    margin-top: 54px !important;
  }

  html body.page-id-3347 .ds-about-story h2,
  html body.page-id-3347 .ds-about-section-head h2,
  html body.page-id-3347 .ds-about-workshop h2,
  html body.page-id-3347 .ds-about-cta h2 {
    max-width: 14ch !important;
    font-size: clamp(1.55rem, 6.4vw, 2rem) !important;
    line-height: 1.16 !important;
  }

  html body.page-id-3347 .ds-about-craft__grid {
    gap: 12px !important;
  }

  html body.page-id-3347 .ds-about-craft article {
    padding: 22px !important;
  }

  html body.page-id-3347 .ds-about-craft h3 {
    margin-top: 26px !important;
  }

  html body.page-id-3347 .ds-about-cta {
    gap: 18px !important;
    padding: 26px 20px !important;
  }

  html body.page-id-3347 .ds-about-cta .ds-about-actions {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    margin-top: 0 !important;
  }
}

html body.page-id-3347 .ds-about-page .ds-about-hero h1 {
  max-width: 16ch !important;
  font-size: clamp(2.08rem, 3.1vw, 2.85rem) !important;
  line-height: 1.12 !important;
}

html body.page-id-3347 .ds-about-page .ds-about-story h2,
html body.page-id-3347 .ds-about-page .ds-about-section-head h2,
html body.page-id-3347 .ds-about-page .ds-about-workshop h2,
html body.page-id-3347 .ds-about-page .ds-about-cta h2 {
  max-width: 22ch !important;
  font-size: var(--ds-large-heading-size) !important;
  line-height: 1.16 !important;
}

@media (max-width: 820px) {
  html body.page-id-3347 .ds-about-page .ds-about-hero h1 {
    max-width: 12.5ch !important;
    font-size: clamp(2rem, 8vw, 2.5rem) !important;
    line-height: 1.12 !important;
  }

  html body.page-id-3347 .ds-about-page .ds-about-story h2,
  html body.page-id-3347 .ds-about-page .ds-about-section-head h2,
  html body.page-id-3347 .ds-about-page .ds-about-workshop h2,
  html body.page-id-3347 .ds-about-page .ds-about-cta h2 {
    max-width: 14ch !important;
    font-size: clamp(1.55rem, 6.4vw, 2rem) !important;
    line-height: 1.16 !important;
  }
}
/* === /DS about scale correction v0.20.56 === */

/* === DS custom order options visual board v0.20.57 === */
html body.page-id-2235 .ds-cst-dark--options {
  grid-template-columns: minmax(230px, 0.36fr) minmax(0, 1fr) !important;
  gap: clamp(30px, 3.6vw, 46px) !important;
  align-items: center !important;
  padding: clamp(44px, 5vw, 70px) clamp(30px, 4vw, 50px) clamp(40px, 4.6vw, 62px) !important;
  background:
    radial-gradient(780px 420px at 16% 82%, rgba(143, 118, 93, 0.08), transparent 72%),
    linear-gradient(90deg, rgba(28, 18, 48, 0.026) 0 1px, transparent 1px) 0 0 / 46px 46px,
    linear-gradient(0deg, rgba(28, 18, 48, 0.022) 0 1px, transparent 1px) 0 0 / 46px 46px,
    #fbfaf7 !important;
  direction: ltr !important;
}

html body.page-id-2235 .ds-cst-dark--options::before {
  inset: auto auto clamp(18px, 3vw, 34px) clamp(-112px, -7vw, -56px) !important;
  width: min(38vw, 460px) !important;
  aspect-ratio: 1.05 / 1 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: url("https://dsguitars.co.il/wp-content/uploads/2024/01/lines-763x1024.png") center / contain no-repeat !important;
  opacity: 0.13 !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-dark__copy,
html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options {
  position: relative !important;
  z-index: 1 !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-dark__copy {
  max-width: 330px !important;
  direction: rtl !important;
  text-align: right !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-dark__kicker {
  color: rgba(28, 18, 48, 0.58) !important;
  font-size: 0.86rem !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-dark__kicker svg {
  color: #9b7b45 !important;
}

html body.page-id-2235 .ds-cst-dark--options h2 {
  max-width: 10.4ch !important;
  font-size: clamp(2.35rem, 4.15vw, 3.8rem) !important;
  line-height: 1.08 !important;
}

html body.page-id-2235 .ds-cst-dark--options h2::after {
  content: "" !important;
  display: block !important;
  width: 86px !important;
  height: 2px !important;
  margin-top: 22px !important;
  background: #b28a3d !important;
}

html body.page-id-2235 .ds-cst-dark--options p {
  max-width: 34ch !important;
  color: rgba(28, 18, 48, 0.6) !important;
  font-size: clamp(1rem, 1.25vw, 1.08rem) !important;
  line-height: 1.76 !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-dark__link {
  color: rgba(28, 18, 48, 0.78) !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  direction: rtl !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article,
html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:nth-child(1),
html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:nth-child(4),
html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:nth-child(7) {
  grid-column: auto !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article {
  align-items: center !important;
  min-height: clamp(216px, 18vw, 248px) !important;
  padding: 22px 22px 18px !important;
  justify-content: flex-start !important;
  text-align: center !important;
  border-color: rgba(28, 18, 48, 0.1) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 246, 241, 0.92)),
    #ffffff !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9), 0 20px 48px -42px rgba(28, 18, 48, 0.42) !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:nth-child(7) {
  grid-column: 1 / -1 !important;
  min-height: 174px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.72fr) minmax(260px, 1fr) !important;
  grid-template-rows: auto auto auto !important;
  column-gap: clamp(20px, 3vw, 42px) !important;
  align-items: center !important;
  text-align: right !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article::before {
  inset-inline-start: auto !important;
  inset-inline-end: -44px !important;
  bottom: -46px !important;
  width: 128px !important;
  height: 128px !important;
  opacity: 0.72 !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article::after {
  top: 78px !important;
  background: rgba(178, 138, 61, 0.38) !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article span {
  margin-inline: auto !important;
  color: rgba(143, 118, 93, 0.82) !important;
  font-size: 0.74rem !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article strong {
  margin-top: 18px !important;
  color: var(--cst-ink) !important;
  font-size: clamp(1.22rem, 1.55vw, 1.46rem) !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article em {
  min-height: 2.65em !important;
  margin-top: 10px !important;
  color: rgba(28, 18, 48, 0.54) !important;
  font-size: 0.95rem !important;
  line-height: 1.42 !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article figure {
  position: relative !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 86px !important;
  margin-top: auto !important;
  overflow: hidden !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article figure img {
  width: 100% !important;
  height: 88px !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  filter: saturate(0.92) contrast(0.98) !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--neck figure img {
  width: 116% !important;
  height: 96px !important;
  object-fit: cover !important;
  object-position: 50% 33% !important;
  border-radius: 6px !important;
  opacity: 0.88 !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--keys figure img {
  width: 112% !important;
  object-fit: cover !important;
  object-position: 50% 48% !important;
  border-radius: 6px !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--shape figure img {
  width: min(88%, 190px) !important;
  height: 100px !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--buttons figure {
  grid-column: 2 !important;
  grid-row: 1 / 4 !important;
  min-height: 128px !important;
  margin-top: 0 !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--buttons figure img {
  height: 132px !important;
  object-fit: cover !important;
  object-position: 50% 62% !important;
  border-radius: 7px !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--buttons span,
html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--buttons strong,
html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--buttons em {
  grid-column: 1 !important;
  margin-inline: 0 auto !important;
}

html body.page-id-2235 .ds-cst-card-swatches,
html body.page-id-2235 .ds-cst-card-woods,
html body.page-id-2235 .ds-cst-card-finish {
  gap: 10px !important;
}

html body.page-id-2235 .ds-cst-card-swatches i {
  width: 25px !important;
  height: 25px !important;
  border: 1px solid rgba(28, 18, 48, 0.18) !important;
  border-radius: 999px !important;
  background: #1d1d1c !important;
  box-shadow: 0 7px 16px -13px rgba(28, 18, 48, 0.45) !important;
}

html body.page-id-2235 .ds-cst-card-swatches i:nth-child(2) { background: #f5efe4 !important; }
html body.page-id-2235 .ds-cst-card-swatches i:nth-child(3) { background: #34495a !important; }
html body.page-id-2235 .ds-cst-card-swatches i:nth-child(4) { background: #586447 !important; }
html body.page-id-2235 .ds-cst-card-swatches i:nth-child(5) { background: #ffffff !important; }

html body.page-id-2235 .ds-cst-card-swatches i:nth-child(5)::before {
  content: "+" !important;
  display: grid !important;
  place-items: center !important;
  height: 100% !important;
  color: rgba(28, 18, 48, 0.7) !important;
  font-size: 1rem !important;
  line-height: 1 !important;
}

html body.page-id-2235 .ds-cst-card-woods i,
html body.page-id-2235 .ds-cst-card-finish i {
  flex: 1 1 0 !important;
  height: 42px !important;
  border-radius: 4px !important;
  box-shadow: inset 0 0 0 1px rgba(28, 18, 48, 0.08), 0 10px 20px -18px rgba(28, 18, 48, 0.38) !important;
}

html body.page-id-2235 .ds-cst-card-woods i:nth-child(1) { background: linear-gradient(90deg, #d7b06a, #f0d08c, #b9823e) !important; }
html body.page-id-2235 .ds-cst-card-woods i:nth-child(2) { background: linear-gradient(90deg, #8f5f36, #c28a4d, #6c4026) !important; }
html body.page-id-2235 .ds-cst-card-woods i:nth-child(3) { background: linear-gradient(90deg, #342a24, #181515, #5c4735) !important; }
html body.page-id-2235 .ds-cst-card-woods i:nth-child(4) { background: linear-gradient(90deg, #b7844b, #6d3a20, #d6aa6c) !important; }
html body.page-id-2235 .ds-cst-card-finish i:nth-child(1) { background: linear-gradient(90deg, #d8bd7a, #f6e0aa) !important; }
html body.page-id-2235 .ds-cst-card-finish i:nth-child(2) { background: linear-gradient(90deg, #ad7335, #e5b26b 58%, #77431f) !important; }
html body.page-id-2235 .ds-cst-card-finish i:nth-child(3) { background: linear-gradient(90deg, #1c1714, #574235, #a77746) !important; }

@media (max-width: 1120px) {
  html body.page-id-2235 .ds-cst-dark--options {
    grid-template-columns: 1fr !important;
    direction: rtl !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-dark__copy {
    max-width: 720px !important;
  }

  html body.page-id-2235 .ds-cst-dark--options h2 {
    max-width: 100% !important;
  }
}

@media (max-width: 860px) {
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:nth-child(7) {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 760px) {
  html body.page-id-2235 .ds-cst-dark--options {
    padding: 30px 18px 34px !important;
    gap: 26px !important;
    background:
      radial-gradient(440px 260px at 100% 2%, rgba(143, 118, 93, 0.08), transparent 70%),
      linear-gradient(90deg, rgba(28, 18, 48, 0.026) 0 1px, transparent 1px) 0 0 / 34px 34px,
      linear-gradient(0deg, rgba(28, 18, 48, 0.022) 0 1px, transparent 1px) 0 0 / 34px 34px,
      #fbfaf7 !important;
  }

  html body.page-id-2235 .ds-cst-dark--options::before {
    width: 300px !important;
    opacity: 0.08 !important;
  }

  html body.page-id-2235 .ds-cst-dark--options h2 {
    font-size: clamp(2rem, 9.4vw, 2.85rem) !important;
    line-height: 1.1 !important;
  }

  html body.page-id-2235 .ds-cst-dark--options h2::after {
    width: 62px !important;
    margin-top: 16px !important;
  }

  html body.page-id-2235 .ds-cst-dark--options p {
    max-width: 100% !important;
    font-size: 1rem !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article,
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:nth-child(7) {
    display: flex !important;
    grid-column: auto !important;
    min-height: 166px !important;
    padding: 18px !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article strong {
    margin-top: 14px !important;
    font-size: 1.22rem !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article em {
    min-height: 0 !important;
    font-size: 0.92rem !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article figure {
    min-height: 58px !important;
    justify-content: flex-start !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article figure img,
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--buttons figure img {
    height: 68px !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--buttons figure {
    min-height: 68px !important;
    margin-top: auto !important;
  }
}
/* === /DS custom order options visual board v0.20.57 === */

/* === DS custom source-card exact asset restoration v0.20.59 === */
html body.page-id-2235,
html body.page-id-2235 #page,
html body.page-id-2235 #main-container,
html body.page-id-2235 #main,
html body.page-id-2235 .site-main,
html body.page-id-2235 article,
html body.page-id-2235 .entry-content,
html body.page-id-2235 .ct-container,
html body.page-id-2235 .ct-container-full {
  background: #0f0e17 !important;
}

html body.page-id-2235 .ds-cst-page,
html body.page-id-2235 .ds-custom-page {
  background: #0f0e17 !important;
}

html body.page-id-2235 .ds-cst-dark--tailored {
  width: min(100%, 1504px) !important;
  max-width: 1504px !important;
  grid-template-columns: minmax(0, 1fr) minmax(410px, 0.92fr) !important;
  gap: clamp(20px, 2.6vw, 40px) !important;
  align-items: stretch !important;
  min-height: clamp(430px, 34vw, 516px) !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(134, 132, 251, 0.2) !important;
  border-radius: clamp(54px, 5.7vw, 87px) !important;
  background-color: #161523 !important;
  background-image: url("https://dsguitars.co.il/wp-content/uploads/2024/06/BGcp5-min.png") !important;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: 100% auto !important;
  box-shadow: none !important;
  direction: ltr !important;
}

html body.page-id-2235 .ds-cst-dark--tailored::before,
html body.page-id-2235 .ds-cst-dark--tailored::after,
html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__media::before,
html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__media::after {
  content: none !important;
  display: none !important;
}

html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__media {
  min-height: clamp(430px, 34vw, 516px) !important;
  align-self: stretch !important;
  overflow: hidden !important;
  background-image: url("https://dsguitars.co.il/wp-content/uploads/2024/02/new-g-1.png") !important;
  background-repeat: no-repeat !important;
  background-position: 74% 0 !important;
  background-size: cover !important;
}

html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__media img {
  display: none !important;
}

html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__copy {
  justify-content: center !important;
  align-items: flex-start !important;
  max-width: 500px !important;
  padding: 55px 0 !important;
  text-align: left !important;
  direction: ltr !important;
}

html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__kicker {
  gap: 12px !important;
  color: #8684fb !important;
  font-size: clamp(0.86rem, 1vw, 0.96rem) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__kicker svg {
  width: 18px !important;
  height: 18px !important;
  stroke-width: 2 !important;
}

html body.page-id-2235 .ds-cst-dark--tailored h2 {
  max-width: 11ch !important;
  margin-top: 32px !important;
  color: #f3f3fb !important;
  font-family: "Chronicle Display", var(--ds-type-display) !important;
  font-size: clamp(3rem, 4.45vw, 4.45rem) !important;
  font-weight: 400 !important;
  line-height: 1.02 !important;
}

html body.page-id-2235 .ds-cst-dark--tailored p {
  max-width: 440px !important;
  margin-top: 22px !important;
  color: #adadad !important;
  font-size: clamp(1rem, 1.24vw, 1.12rem) !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__link {
  margin-top: 32px !important;
  color: #8684fb !important;
  font-size: 1.04rem !important;
  font-weight: 500 !important;
}

@media (max-width: 1050px) {
  html body.page-id-2235 .ds-cst-dark--tailored {
    width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    min-height: 0 !important;
    border-radius: 36px !important;
    background-size: cover !important;
  }

  html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__media {
    min-height: 321px !important;
    background-position: 0 0 !important;
  }

  html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__copy {
    max-width: 100% !important;
    padding: 20px !important;
    text-align: center !important;
    direction: rtl !important;
    align-items: center !important;
  }

  html body.page-id-2235 .ds-cst-dark--tailored h2,
  html body.page-id-2235 .ds-cst-dark--tailored p {
    max-width: 100% !important;
  }
}

@media (max-width: 760px) {
  html body.page-id-2235 .ds-cst-dark--tailored {
    border-radius: 32px !important;
  }

  html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__media {
    min-height: 300px !important;
    background-position: -21vw 0 !important;
  }

  html body.page-id-2235 .ds-cst-dark--tailored h2 {
    margin-top: 22px !important;
    font-size: clamp(2.1rem, 9.6vw, 2.75rem) !important;
    line-height: 1.08 !important;
  }

  html body.page-id-2235 .ds-cst-dark--tailored p {
    font-size: 1rem !important;
    line-height: 1.64 !important;
  }
}
/* === /DS custom source-card exact asset restoration v0.20.59 === */

/* === DS custom page background rollback v0.20.62 === */
html body.page-id-2235 {
  background: #f8f8fa !important;
}

html body.page-id-2235 #page,
html body.page-id-2235 #main-container,
html body.page-id-2235 #main,
html body.page-id-2235 .site-main,
html body.page-id-2235 article,
html body.page-id-2235 .entry-content,
html body.page-id-2235 .ct-container,
html body.page-id-2235 .ct-container-full,
html body.page-id-2235 .ds-cst-page,
html body.page-id-2235 .ds-custom-page {
  background: #f8f8fa !important;
}

html body.page-id-2235 .ds-cst-dark--tailored {
  background-color: #161523 !important;
  background-image: url("https://dsguitars.co.il/wp-content/uploads/2024/06/BGcp5-min.png") !important;
}
/* === /DS custom page background rollback v0.20.62 === */

/* === DS custom order mobile compact board v0.20.59 === */
@media (max-width: 760px) {
  html body.page-id-2235 .ds-cst-dark--options {
    padding: 28px 14px 30px !important;
    gap: 24px !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-dark__copy {
    max-width: 100% !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-dark__kicker {
    font-size: 0.82rem !important;
  }

  html body.page-id-2235 .ds-cst-dark--options h2 {
    max-width: 11.2ch !important;
    font-size: clamp(2rem, 8.8vw, 2.55rem) !important;
    line-height: 1.08 !important;
  }

  html body.page-id-2235 .ds-cst-dark--options p {
    font-size: 0.98rem !important;
    line-height: 1.68 !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options {
    gap: 10px !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article,
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:nth-child(7) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 126px !important;
    grid-template-rows: auto auto auto !important;
    column-gap: 14px !important;
    row-gap: 4px !important;
    align-items: center !important;
    min-height: 118px !important;
    padding: 15px 16px !important;
    text-align: right !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article::after {
    left: 156px !important;
    right: 16px !important;
    inset-inline: auto !important;
    top: 50% !important;
    opacity: 0.72 !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article span,
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article strong,
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article em,
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--buttons span,
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--buttons strong,
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--buttons em {
    grid-column: 1 !important;
    margin-inline: 0 auto !important;
    text-align: right !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article span {
    grid-row: 1 !important;
    justify-self: start !important;
    font-size: 0.72rem !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article strong {
    grid-row: 2 !important;
    margin-top: 0 !important;
    font-size: 1.16rem !important;
    line-height: 1.15 !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article em {
    grid-row: 3 !important;
    margin-top: 0 !important;
    min-height: 0 !important;
    font-size: 0.86rem !important;
    line-height: 1.35 !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article figure,
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--buttons figure {
    grid-column: 2 !important;
    grid-row: 1 / 4 !important;
    justify-content: center !important;
    align-items: center !important;
    width: 126px !important;
    min-height: 78px !important;
    height: 78px !important;
    margin-top: 0 !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article figure img,
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--neck figure img,
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--keys figure img,
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--shape figure img,
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--buttons figure img {
    width: 118px !important;
    height: 72px !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 6px !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--keys figure img,
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--buttons figure img {
    object-fit: cover !important;
  }

  html body.page-id-2235 .ds-cst-card-swatches,
  html body.page-id-2235 .ds-cst-card-woods,
  html body.page-id-2235 .ds-cst-card-finish {
    flex-wrap: wrap !important;
    gap: 6px !important;
  }

  html body.page-id-2235 .ds-cst-card-swatches i {
    width: 20px !important;
    height: 20px !important;
  }

  html body.page-id-2235 .ds-cst-card-woods i,
  html body.page-id-2235 .ds-cst-card-finish i {
    flex: 0 0 38px !important;
    height: 30px !important;
  }
}

@media (max-width: 374px) {
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article,
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:nth-child(7) {
    grid-template-columns: minmax(0, 1fr) 108px !important;
    column-gap: 10px !important;
    padding-inline: 14px !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article figure,
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--buttons figure {
    width: 108px !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article::after {
    left: 132px !important;
    right: 14px !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article figure img,
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--neck figure img,
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--keys figure img,
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--shape figure img,
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--buttons figure img {
    width: 100px !important;
  }
}
/* === /DS custom order mobile compact board v0.20.59 === */

/* === DS homepage selected products no-crop fix v0.20.60 === */
html body.home.page-id-3178 .ds-home-refined .ds-home-product__media img {
  transform: none !important;
}
/* === /DS homepage selected products no-crop fix v0.20.60 === */

/* === DS RTL intro text correction v0.20.61 === */
html body .ds-contact2-page,
html body .ds-faq-page {
  direction: rtl !important;
}

html body .ds-contact2-page .ds-c2-hero p,
html body .ds-faq-page .ds-faq-hero p {
  margin-inline-start: 0 !important;
  margin-inline-end: auto !important;
  direction: rtl !important;
  text-align: right !important;
  unicode-bidi: plaintext !important;
}

html body .ds-contact2-page .ds-c2-tx span {
  direction: rtl !important;
  text-align: right !important;
  unicode-bidi: plaintext !important;
}

html body .ds-contact2-page .ds-c2-tx span.ltr {
  direction: ltr !important;
}
/* === /DS RTL intro text correction v0.20.61 === */

/* === DS cart drawer final polish v0.20.64 === */
html body .ds-cart-drawer__item-main {
  text-align: right !important;
}

html body .ds-cart-drawer__items strong .woocommerce-Price-amount,
html body .ds-cart-drawer__items strong .woocommerce-Price-amount bdi,
html body .ds-cart-drawer__total strong .woocommerce-Price-amount,
html body .ds-cart-drawer__total strong .woocommerce-Price-amount bdi,
html body .ds-cart-drawer__shipping-copy .woocommerce-Price-amount,
html body .ds-cart-drawer__shipping-copy .woocommerce-Price-amount bdi {
  width: auto !important;
  min-width: 0 !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: baseline !important;
  gap: 0.16em !important;
  margin: 0 !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
  vertical-align: baseline !important;
  direction: ltr !important;
}

html body .ds-cart-drawer .woocommerce-Price-currencySymbol {
  position: static !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  display: inline-flex !important;
  align-items: baseline !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  vertical-align: baseline !important;
  transform: none !important;
}
/* === /DS cart drawer final polish v0.20.64 === */

/* === DS custom order tailored RTL copy fix v0.20.65 === */
html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__copy,
html body.page-id-2235 .ds-cst-dark--tailored h2,
html body.page-id-2235 .ds-cst-dark--tailored p,
html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__link {
  direction: rtl !important;
  text-align: right !important;
}

html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__copy {
  align-items: flex-start !important;
}
/* === /DS custom order tailored RTL copy fix v0.20.65 === */

/* === DS custom order compact options repair v0.20.66 === */
html body.page-id-2235 .ds-cst-dark--options {
  width: min(calc(100% - 40px), 1180px) !important;
  max-width: 1180px !important;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr) !important;
  gap: clamp(26px, 3.8vw, 48px) !important;
  align-items: start !important;
  min-height: 0 !important;
  margin-inline: auto !important;
  padding: clamp(34px, 4.3vw, 52px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(28, 18, 48, 0.08) !important;
  border-radius: 10px !important;
  background:
    linear-gradient(90deg, rgba(28, 18, 48, 0.022) 0 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(0deg, rgba(28, 18, 48, 0.018) 0 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(180deg, #fbfaf7 0%, #f7f5ef 100%) !important;
  box-shadow: 0 20px 54px -48px rgba(28, 18, 48, 0.24) !important;
  direction: rtl !important;
}

html body.page-id-2235 .ds-cst-dark--options::before,
html body.page-id-2235 .ds-cst-dark--options::after {
  content: none !important;
  display: none !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-dark__copy {
  max-width: 370px !important;
  align-items: flex-start !important;
  padding: 0 !important;
  text-align: right !important;
  direction: rtl !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-dark__kicker {
  gap: 9px !important;
  color: rgba(28, 18, 48, 0.58) !important;
  font-size: 0.86rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-dark__kicker svg {
  width: 17px !important;
  height: 17px !important;
  color: #9b7b45 !important;
}

html body.page-id-2235 .ds-cst-dark--options h2 {
  max-width: 11.5ch !important;
  margin-top: 14px !important;
  color: var(--cst-ink) !important;
  font-family: var(--ds-type-display) !important;
  font-size: clamp(2rem, 3.25vw, 3.1rem) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
}

html body.page-id-2235 .ds-cst-dark--options h2::after {
  width: 72px !important;
  height: 2px !important;
  margin-top: 18px !important;
  background: #b28a3d !important;
}

html body.page-id-2235 .ds-cst-dark--options p {
  max-width: 33ch !important;
  margin-top: 16px !important;
  color: rgba(28, 18, 48, 0.62) !important;
  font-size: 1rem !important;
  line-height: 1.68 !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-dark__link {
  margin-top: 22px !important;
  color: rgba(28, 18, 48, 0.78) !important;
  font-size: 0.98rem !important;
  font-weight: 600 !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-dark__link::before {
  width: 36px !important;
  background: rgba(28, 18, 48, 0.26) !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  align-items: stretch !important;
  direction: rtl !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article,
html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:nth-child(1),
html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:nth-child(4) {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 76px !important;
  grid-template-rows: auto auto auto !important;
  grid-column: auto !important;
  column-gap: 14px !important;
  row-gap: 3px !important;
  align-items: center !important;
  min-height: 96px !important;
  padding: 13px 14px !important;
  overflow: hidden !important;
  border: 1px solid rgba(28, 18, 48, 0.09) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.74) !important;
  box-shadow: 0 14px 32px -30px rgba(28, 18, 48, 0.28) !important;
  text-align: right !important;
  transform: none !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:hover {
  transform: translateY(-1px) !important;
  border-color: rgba(28, 18, 48, 0.16) !important;
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 18px 38px -32px rgba(28, 18, 48, 0.34) !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:nth-child(7) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 76px !important;
  grid-template-rows: auto auto auto !important;
  grid-column: auto !important;
  min-height: 96px !important;
  padding: 13px 14px !important;
  column-gap: 14px !important;
  row-gap: 3px !important;
  text-align: right !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article::before {
  content: "" !important;
  position: relative !important;
  inset: auto !important;
  display: block !important;
  grid-column: 2 !important;
  grid-row: 1 / 4 !important;
  width: 76px !important;
  height: 70px !important;
  border: 1px solid rgba(28, 18, 48, 0.08) !important;
  border-radius: 6px !important;
  background-color: #eee9dd !important;
  background-position: center !important;
  background-size: cover !important;
  opacity: 0.92 !important;
  pointer-events: none !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--neck::before {
  background-image: url("https://dsguitars.co.il/wp-content/uploads/2024/11/DSC00472-3.jpg") !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--keys::before {
  background-image: url("https://dsguitars.co.il/wp-content/themes/ds-guitars-blocksy/category-tuning-machines-v182-real-catalog.jpg") !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--color::before {
  background-image: url("https://dsguitars.co.il/wp-content/uploads/2024/11/DSC00449-2.jpg") !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--shape::before {
  background-image: url("https://dsguitars.co.il/wp-content/uploads/2024/11/palm-mute-standard-HD-1.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--finish::before {
  background-image: url("https://dsguitars.co.il/wp-content/uploads/2024/11/DSC00521-1.jpg") !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--wood::before {
  background-image: url("https://dsguitars.co.il/wp-content/uploads/2024/02/dscovernew-1-scaled.jpg") !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--buttons::before {
  background-image: url("https://dsguitars.co.il/wp-content/themes/ds-guitars-blocksy/category-guitar-parts-v182-real-catalog.jpg") !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article::after {
  content: none !important;
  display: none !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article span,
html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article strong,
html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article em,
html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--buttons span,
html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--buttons strong,
html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--buttons em {
  grid-column: 1 !important;
  margin-inline: 0 !important;
  text-align: right !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article span {
  grid-row: 1 !important;
  justify-self: start !important;
  width: auto !important;
  color: rgba(143, 118, 93, 0.78) !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article strong {
  grid-row: 2 !important;
  margin-top: 0 !important;
  color: var(--cst-ink) !important;
  font-size: clamp(1.08rem, 1.28vw, 1.24rem) !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article em {
  grid-row: 3 !important;
  min-height: 0 !important;
  margin-top: 0 !important;
  color: rgba(28, 18, 48, 0.58) !important;
  font-size: 0.86rem !important;
  font-style: normal !important;
  line-height: 1.35 !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article figure,
html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--buttons figure,
html body.page-id-2235 .ds-cst-dark--options .ds-cst-card-swatches,
html body.page-id-2235 .ds-cst-dark--options .ds-cst-card-woods,
html body.page-id-2235 .ds-cst-dark--options .ds-cst-card-finish {
  display: none !important;
}

@media (max-width: 980px) {
  html body.page-id-2235 .ds-cst-dark--options {
    width: min(calc(100% - 28px), 760px) !important;
    grid-template-columns: 1fr !important;
    padding: 30px 24px !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-dark__copy {
    max-width: 620px !important;
  }

  html body.page-id-2235 .ds-cst-dark--options h2,
  html body.page-id-2235 .ds-cst-dark--options p {
    max-width: 100% !important;
  }
}

@media (max-width: 680px) {
  html body.page-id-2235 .ds-cst-dark--options {
    width: calc(100% - 24px) !important;
    padding: 24px 16px !important;
    border-radius: 8px !important;
    background:
      linear-gradient(90deg, rgba(28, 18, 48, 0.02) 0 1px, transparent 1px) 0 0 / 34px 34px,
      linear-gradient(0deg, rgba(28, 18, 48, 0.016) 0 1px, transparent 1px) 0 0 / 34px 34px,
      linear-gradient(180deg, #fbfaf7 0%, #f7f5ef 100%) !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article,
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:nth-child(1),
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:nth-child(4),
  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:nth-child(7) {
    grid-template-columns: minmax(0, 1fr) 68px !important;
    min-height: 86px !important;
    padding: 12px !important;
    column-gap: 12px !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:nth-child(7) {
    grid-column: auto !important;
  }

  html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article::before {
    width: 68px !important;
    height: 62px !important;
  }

  html body.page-id-2235 .ds-cst-dark--options h2 {
    font-size: clamp(1.85rem, 8vw, 2.45rem) !important;
  }
}
/* === /DS custom order compact options repair v0.20.66 === */

/* === DS cart drawer neutral repair v0.20.67 === */
html body.ds-cart-open .ds-cart-drawer__scrim {
  background: transparent !important;
}

html body .ds-cart-drawer__panel {
  background: #ffffff !important;
  color: #111318 !important;
  box-shadow: -22px 0 68px rgba(0, 0, 0, 0.18) !important;
}

html body .ds-cart-drawer__head,
html body .ds-cart-drawer__body {
  background: #ffffff !important;
}

html body .ds-cart-drawer__head {
  border-bottom-color: rgba(17, 19, 24, 0.1) !important;
}

html body .ds-cart-drawer__items li,
html body .ds-cart-drawer__shipping-meter,
html body .ds-cart-drawer__actions a {
  border-color: rgba(17, 19, 24, 0.1) !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

html body .ds-cart-drawer__thumb,
html body .ds-cart-drawer__empty-icon {
  background: #f4f4f2 !important;
  color: #111318 !important;
}

html body .ds-cart-drawer__head button,
html body .ds-cart-drawer__remove {
  border-color: rgba(17, 19, 24, 0.14) !important;
  background: #ffffff !important;
  color: #111318 !important;
}

html body .ds-cart-drawer__head button:hover,
html body .ds-cart-drawer__head button:focus-visible,
html body .ds-cart-drawer__remove:hover,
html body .ds-cart-drawer__remove:focus-visible {
  border-color: rgba(17, 19, 24, 0.24) !important;
  background: #f4f4f2 !important;
  color: #111318 !important;
}

html body .ds-cart-drawer__shipping-bar {
  background: #e7e5e0 !important;
}

html body .ds-cart-drawer__shipping-bar span,
html body .ds-cart-drawer__shipping-meter.is-complete .ds-cart-drawer__shipping-bar span,
html body .ds-cart-drawer__actions .ds-cart-drawer__primary {
  border-color: #111318 !important;
  background: #111318 !important;
  color: #ffffff !important;
}

html body .ds-cart-drawer__shipping-meter.is-complete {
  border-color: rgba(17, 19, 24, 0.12) !important;
  background: #ffffff !important;
}

html body .ds-cart-drawer__shipping-meter.is-complete .ds-cart-drawer__shipping-bar {
  background: #e7e5e0 !important;
}

html body .ds-cart-drawer__name,
html body .ds-cart-drawer__items strong,
html body .ds-cart-drawer__total strong,
html body .ds-cart-drawer__shipping-copy strong {
  color: #111318 !important;
}

html body .ds-cart-drawer__items span,
html body .ds-cart-drawer__total span,
html body .ds-cart-drawer__shipping-copy span,
html body .ds-cart-drawer .woocommerce-Price-currencySymbol {
  color: #6f6a62 !important;
}
/* === /DS cart drawer neutral repair v0.20.67 === */

/* === DS cart drawer notice cleanup v0.20.68 === */
html body.ds-cart-open .woocommerce-message {
  display: none !important;
}
/* === /DS cart drawer notice cleanup v0.20.68 === */

/* === DS cart drawer hard edge v0.20.69 === */
html body .ds-cart-drawer__panel {
  border-inline-start: 1px solid rgba(17, 19, 24, 0.12) !important;
  box-shadow: none !important;
}
/* === /DS cart drawer hard edge v0.20.69 === */

/* === DS custom source-card source geometry v0.20.71 === */
html body.page-id-2235 .ds-cst-dark--tailored {
  --ds-source-card-w: min(calc(100vw - 280px), 1440px);
  position: relative !important;
  left: auto !important;
  right: calc(-1 * clamp(0px, calc(19.4vw - 249px), 148px)) !important;
  width: var(--ds-source-card-w) !important;
  max-width: none !important;
  min-height: 0 !important;
  height: clamp(430px, 23.27vw, 477px) !important;
  margin-top: clamp(56px, 5.2vw, 80px) !important;
  margin-bottom: clamp(56px, 5.2vw, 80px) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: none !important;
  grid-template-columns: minmax(0, 49fr) minmax(0, 51fr) !important;
  gap: 0 !important;
  align-items: stretch !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: clamp(24px, 1.46vw, 30px) !important;
  background-color: #161523 !important;
  background-image: url("https://dsguitars.co.il/wp-content/uploads/2024/01/HalftoneWood11-byGhostlyPixels.png") !important;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: 100% 100% !important;
  box-shadow: none !important;
  direction: ltr !important;
}

html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__media {
  min-height: 0 !important;
  height: 100% !important;
  align-self: stretch !important;
  background-image: url("https://dsguitars.co.il/wp-content/uploads/2024/02/new-g-1.png") !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}

html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__copy {
  justify-content: flex-start !important;
  align-items: flex-start !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: auto !important;
  padding: clamp(52px, 3.55vw, 72px) clamp(72px, 4.65vw, 95px) 0 0 !important;
  text-align: right !important;
  direction: rtl !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__kicker {
  gap: 9px !important;
  color: #8684fb !important;
  font-size: clamp(0.82rem, 0.83vw, 0.9rem) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__kicker svg {
  width: 16px !important;
  height: 16px !important;
  stroke-width: 2 !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored h2 {
  max-width: 12.8ch !important;
  margin-top: clamp(18px, 1.85vw, 30px) !important;
  color: #f3f3fb !important;
  font-family: Assistant, "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif !important;
  font-size: clamp(2.25rem, 2.35vw, 3rem) !important;
  font-weight: 600 !important;
  line-height: 1.11 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored p {
  max-width: 415px !important;
  margin-top: clamp(18px, 1.17vw, 24px) !important;
  color: #bebebe !important;
  font-size: clamp(0.98rem, 0.92vw, 1.08rem) !important;
  font-weight: 400 !important;
  line-height: 1.78 !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__link {
  margin-top: clamp(26px, 2.15vw, 44px) !important;
  color: #8684fb !important;
  font-size: clamp(0.98rem, 0.98vw, 1.08rem) !important;
  font-weight: 500 !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__kicker,
html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored h2,
html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored p,
html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__link {
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  text-align: right !important;
  direction: rtl !important;
}

@media (max-width: 1220px) {
  html body.page-id-2235 .ds-cst-dark--tailored {
    --ds-source-card-w: calc(100vw - 48px);
    right: 0 !important;
    width: var(--ds-source-card-w) !important;
    height: auto !important;
    min-height: 430px !important;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr) !important;
  }

  html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__copy {
    padding: 48px 48px 0 0 !important;
  }
}

@media (max-width: 820px) {
  html body.page-id-2235 .ds-cst-dark--tailored {
    --ds-source-card-w: calc(100vw - 28px);
    right: 0 !important;
    width: var(--ds-source-card-w) !important;
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    border-radius: 24px !important;
    background-size: cover !important;
    margin-left: calc(50% - 50vw + 14px) !important;
    transform: none !important;
  }

  html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__media {
    min-height: 300px !important;
    height: 300px !important;
    background-position: 50% 0 !important;
  }

  html body.page-id-2235 .ds-cst-dark--tailored .ds-cst-dark__copy {
    width: 100% !important;
    max-width: none !important;
    padding: 28px 22px 30px !important;
    align-items: flex-start !important;
  }

  html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored h2 {
    max-width: 10.5ch !important;
    font-size: clamp(2rem, 8.3vw, 2.6rem) !important;
    line-height: 1.12 !important;
  }

  html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored p {
    max-width: 100% !important;
    font-size: 1rem !important;
    line-height: 1.68 !important;
  }
}
/* === /DS custom source-card source geometry v0.20.71 === */

/* === DS custom order option imagery v0.20.73 === */
html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--color::before {
  background: #f4efe6 url("https://dsguitars.co.il/wp-content/themes/ds-guitars-blocksy/assets/custom-order/custom-option-color-swatches-v2.jpg") center / contain no-repeat !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--shape::before {
  background: #f4efe6 url("https://dsguitars.co.il/wp-content/themes/ds-guitars-blocksy/assets/custom-order/custom-option-body-shapes-v2.jpg") center / contain no-repeat !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--finish::before {
  background: #f4efe6 url("https://dsguitars.co.il/wp-content/themes/ds-guitars-blocksy/assets/custom-order/custom-option-finish-samples-v2.jpg") center / contain no-repeat !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--wood::before {
  background: #f4efe6 url("https://dsguitars.co.il/wp-content/themes/ds-guitars-blocksy/assets/custom-order/custom-option-wood-samples-v2.jpg") center / contain no-repeat !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--buttons::before {
  background: #ffffff url("https://dsguitars.co.il/wp-content/themes/ds-guitars-blocksy/assets/custom-order/custom-option-knobs-real-v2.jpg") center / contain no-repeat !important;
}
/* === /DS custom order option imagery v0.20.73 === */

/* === DS custom order neutral brand surface v0.20.74 === */
html body.page-id-2235 .ds-cst-dark--options {
  border-color: rgba(134, 132, 251, 0.16) !important;
  background:
    linear-gradient(90deg, rgba(134, 132, 251, 0.055) 0 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(0deg, rgba(134, 132, 251, 0.045) 0 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(180deg, #ffffff 0%, #fbfbff 46%, #f7f7ff 100%) !important;
  box-shadow: 0 20px 54px -48px rgba(28, 18, 48, 0.22) !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article,
html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:nth-child(1),
html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:nth-child(4),
html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:nth-child(7) {
  border-color: rgba(134, 132, 251, 0.14) !important;
  background: rgba(255, 255, 255, 0.84) !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article:hover {
  border-color: rgba(134, 132, 251, 0.24) !important;
  background: rgba(255, 255, 255, 0.94) !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-options article::before {
  border-color: rgba(134, 132, 251, 0.16) !important;
  background-color: #fbfbff !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--color::before {
  background: #fbfbff url("https://dsguitars.co.il/wp-content/themes/ds-guitars-blocksy/assets/custom-order/custom-option-color-swatches-v2.jpg") center / contain no-repeat !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--shape::before {
  background: #fbfbff url("https://dsguitars.co.il/wp-content/themes/ds-guitars-blocksy/assets/custom-order/custom-option-body-shapes-v2.jpg") center / contain no-repeat !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--finish::before {
  background: #fbfbff url("https://dsguitars.co.il/wp-content/themes/ds-guitars-blocksy/assets/custom-order/custom-option-finish-samples-v2.jpg") center / contain no-repeat !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--wood::before {
  background: #fbfbff url("https://dsguitars.co.il/wp-content/themes/ds-guitars-blocksy/assets/custom-order/custom-option-wood-samples-v2.jpg") center / contain no-repeat !important;
}

html body.page-id-2235 .ds-cst-dark--options .ds-cst-old-option--buttons::before {
  background: #ffffff url("https://dsguitars.co.il/wp-content/themes/ds-guitars-blocksy/assets/custom-order/custom-option-knobs-real-v2.jpg") center / contain no-repeat !important;
}

@media (max-width: 680px) {
  html body.page-id-2235 .ds-cst-dark--options {
    background:
      linear-gradient(90deg, rgba(134, 132, 251, 0.055) 0 1px, transparent 1px) 0 0 / 34px 34px,
      linear-gradient(0deg, rgba(134, 132, 251, 0.045) 0 1px, transparent 1px) 0 0 / 34px 34px,
      linear-gradient(180deg, #ffffff 0%, #fbfbff 48%, #f7f7ff 100%) !important;
  }
}
/* === /DS custom order neutral brand surface v0.20.74 === */

/* === DS checkout GROW payment method repair v0.20.75 === */
html body.woocommerce-checkout #payment {
  --theme-form-selection-field-active-color: #1c1230;
}

html body.woocommerce-checkout #payment ul.payment_methods > li.wc_payment_method {
  overflow: visible !important;
  border-color: rgba(18, 19, 26, 0.1) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
}

html body.woocommerce-checkout #payment ul.payment_methods > li.wc_payment_method + li.wc_payment_method {
  margin-top: 10px !important;
  border-top: 1px solid rgba(18, 19, 26, 0.1) !important;
}

html body.woocommerce-checkout #payment ul.payment_methods > li.wc_payment_method > input[type="radio"]:first-child {
  position: absolute !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
}

html body.woocommerce-checkout #payment ul.payment_methods > li.wc_payment_method > label {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
  min-height: 64px !important;
  margin: 0 !important;
  padding: 16px 18px !important;
  box-sizing: border-box !important;
  line-height: 1.25 !important;
}

html body.woocommerce-checkout #payment ul.payment_methods > li.wc_payment_method > label::before {
  display: inline-block !important;
  flex: 0 0 18px !important;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(18, 19, 26, 0.18) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
}

html body.woocommerce-checkout #payment ul.payment_methods > li.wc_payment_method > input[type="radio"]:first-child:checked + label::before {
  border: 5px solid #1c1230 !important;
  background: #ffffff !important;
}

html body.woocommerce-checkout #payment ul.payment_methods > li.payment_method_grow-wallet-payment > label {
  align-items: flex-start !important;
}

html body.woocommerce-checkout #payment .payment_method_grow-wallet-payment .wallet_icon_wrapp {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  margin: 0 !important;
}

html body.woocommerce-checkout #payment .payment_method_grow-wallet-payment .wallet_icon_wrapp .icon_box {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 8px 10px !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(18, 19, 26, 0.1) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

html body.woocommerce-checkout #payment .payment_method_grow-wallet-payment label img {
  display: block !important;
  width: auto !important;
  max-width: 58px !important;
  max-height: 24px !important;
  margin: 0 !important;
  object-fit: contain !important;
}

@media (max-width: 520px) {
  html body.woocommerce-checkout #payment ul.payment_methods > li.wc_payment_method > label {
    padding: 14px !important;
  }

  html body.woocommerce-checkout #payment .payment_method_grow-wallet-payment .wallet_icon_wrapp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }
}
/* === /DS checkout GROW payment method repair v0.20.75 === */

/* === DS shop category header stability v0.20.84 === */
html body.post-type-archive-product.woocommerce-shop .ds-shop-intro {
  margin-block: clamp(28px, 3.2vw, 40px) calc(clamp(22px, 3vw, 34px) - 6px) !important;
}

html body.woocommerce-shop .ds-shop-category-shortcuts,
html body.post-type-archive-product .ds-shop-category-shortcuts,
html body.tax-product_cat .ds-shop-category-shortcuts {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  gap: clamp(20px, 2.35vw, 44px) !important;
  width: min(880px, 100%) !important;
  min-height: 44px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(23, 19, 31, 0.12) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.woocommerce-shop .ds-shop-category-shortcuts a,
html body.post-type-archive-product .ds-shop-category-shortcuts a,
html body.tax-product_cat .ds-shop-category-shortcuts a {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #6d6678 !important;
  font-size: clamp(1rem, 1.18vw, 1.34rem) !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body.woocommerce-shop .ds-shop-category-shortcuts a::after,
html body.post-type-archive-product .ds-shop-category-shortcuts a::after,
html body.tax-product_cat .ds-shop-category-shortcuts a::after {
  left: 0 !important;
  right: 0 !important;
  bottom: -1px !important;
  height: 2px !important;
  border-radius: 999px !important;
}

html body.woocommerce-shop .ds-shop-category-shortcuts a:hover,
html body.woocommerce-shop .ds-shop-category-shortcuts a:focus-visible,
html body.post-type-archive-product .ds-shop-category-shortcuts a:hover,
html body.post-type-archive-product .ds-shop-category-shortcuts a:focus-visible,
html body.tax-product_cat .ds-shop-category-shortcuts a:hover,
html body.tax-product_cat .ds-shop-category-shortcuts a:focus-visible,
html body.woocommerce-shop .ds-shop-category-shortcuts a.is-active,
html body.post-type-archive-product .ds-shop-category-shortcuts a.is-active,
html body.tax-product_cat .ds-shop-category-shortcuts a.is-active {
  color: #17131f !important;
  background: transparent !important;
}

html body.woocommerce-shop .ds-shop-copy-block,
html body.post-type-archive-product .ds-shop-copy-block,
html body.tax-product_cat .ds-shop-copy-block {
  width: 100% !important;
  min-height: clamp(112px, 8.5vw, 132px) !important;
  margin-top: clamp(28px, 3.1vw, 52px) !important;
}

html body.post-type-archive-product.woocommerce-shop .ds-shop-copy-block {
  margin-top: calc(clamp(28px, 3.1vw, 52px) + 6px) !important;
}

html body.woocommerce-shop .ds-shop-intro .ds-shop-copy-block p,
html body.post-type-archive-product .ds-shop-intro .ds-shop-copy-block p,
html body.tax-product_cat .ds-shop-intro .ds-shop-copy-block p {
  width: min(64ch, 100%) !important;
  min-height: 3.2em !important;
}

html body.post-type-archive-product.woocommerce-shop .ds-shop-brand-filter {
  margin-top: 16px !important;
}

html body.post-type-archive-product.woocommerce-shop .woo-listing-top {
  margin-block-start: 20px !important;
}

@media (max-width: 689px) {
  html body.post-type-archive-product.woocommerce-shop .ds-shop-intro {
    margin-block-start: clamp(28px, 8vw, 42px) !important;
  }

  html body.woocommerce-shop .ds-shop-category-shortcuts,
  html body.post-type-archive-product .ds-shop-category-shortcuts,
  html body.tax-product_cat .ds-shop-category-shortcuts {
    justify-content: flex-start !important;
    width: 100% !important;
    overflow-x: auto !important;
    gap: 24px !important;
    padding-bottom: 0 !important;
    scrollbar-width: none !important;
  }

  html body.woocommerce-shop .ds-shop-category-shortcuts::-webkit-scrollbar,
  html body.post-type-archive-product .ds-shop-category-shortcuts::-webkit-scrollbar,
  html body.tax-product_cat .ds-shop-category-shortcuts::-webkit-scrollbar {
    display: none !important;
  }

  html body.woocommerce-shop .ds-shop-category-shortcuts a,
  html body.post-type-archive-product .ds-shop-category-shortcuts a,
  html body.tax-product_cat .ds-shop-category-shortcuts a {
    font-size: 1rem !important;
  }

  html body.woocommerce-shop .ds-shop-copy-block,
  html body.post-type-archive-product .ds-shop-copy-block,
  html body.tax-product_cat .ds-shop-copy-block {
    min-height: 132px !important;
    margin-top: 24px !important;
  }
}
/* === /DS shop category header stability v0.20.84 === */

/* === DS mobile cart/table target repair v0.20.79 === */
@media (max-width: 520px) {
  html body #header .site-logo-container,
  html body .site-header .site-logo-container,
  html body #header .ct-header-trigger,
  html body .site-header .ct-header-trigger,
  html body #header .ds-mobile-header-cart,
  html body .site-header .ds-mobile-header-cart {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    display: grid !important;
    place-items: center !important;
  }

  html body #header .site-logo-container img,
  html body .site-header .site-logo-container img,
  html body #header .site-logo-container svg,
  html body .site-header .site-logo-container svg {
    width: 32px !important;
    max-width: 32px !important;
    height: 38px !important;
    max-height: 38px !important;
    object-fit: contain !important;
  }

  html body.woocommerce-cart .woocommerce-cart-form {
    width: 100% !important;
    max-width: 100% !important;
  }

  html body.woocommerce-cart table.cart.shop_table {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

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

  html body.woocommerce-cart table.cart.shop_table tbody {
    display: grid !important;
    width: 100% !important;
    gap: 12px !important;
  }

  html body.woocommerce-cart table.cart.shop_table tr.cart_item {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) 92px !important;
    grid-template-areas:
      "remove name thumb"
      "subtotal quantity thumb" !important;
    gap: 10px 12px !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 12px !important;
    border: 1px solid var(--ds-final-line) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    direction: ltr !important;
    box-shadow: none !important;
  }

  html body.woocommerce-cart table.cart.shop_table tr.cart_item td {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    text-align: right !important;
    direction: rtl !important;
  }

  html body.woocommerce-cart table.cart.shop_table td.product-thumbnail {
    grid-area: thumb !important;
  }

  html body.woocommerce-cart table.cart.shop_table td.product-thumbnail a {
    width: 92px !important;
    height: 92px !important;
    display: grid !important;
    place-items: center !important;
    overflow: hidden !important;
    border-radius: 8px !important;
    background: var(--ds-final-soft) !important;
  }

  html body.woocommerce-cart table.cart.shop_table td.product-thumbnail img {
    width: 82px !important;
    min-width: 0 !important;
    max-width: 82px !important;
    height: 82px !important;
    padding: 6px !important;
    border-radius: 6px !important;
  }

  html body.woocommerce-cart table.cart.shop_table td.product-name {
    grid-area: name !important;
    align-self: end !important;
    overflow: hidden !important;
  }

  html body.woocommerce-cart table.cart.shop_table td.product-name > a {
    display: block !important;
    max-width: 100% !important;
    color: var(--ds-final-ink) !important;
    font-size: 0.96rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    overflow-wrap: anywhere !important;
  }

  html body.woocommerce-cart table.cart.shop_table td.product-name > .price {
    display: none !important;
  }

  html body.woocommerce-cart table.cart.shop_table td.product-quantity {
    grid-area: quantity !important;
    align-self: start !important;
    justify-self: end !important;
  }

  html body.woocommerce-cart table.cart.shop_table td.product-quantity .quantity {
    margin: 0 !important;
  }

  html body.woocommerce-cart table.cart.shop_table td.product-subtotal {
    grid-area: subtotal !important;
    align-self: center !important;
    justify-self: start !important;
    text-align: left !important;
    direction: ltr !important;
    white-space: nowrap !important;
  }

  html body.woocommerce-cart table.cart.shop_table td.product-subtotal .woocommerce-Price-amount,
  html body.woocommerce-cart table.cart.shop_table td.product-subtotal bdi {
    display: inline-flex !important;
    align-items: baseline !important;
    gap: 0.14em !important;
    direction: ltr !important;
    white-space: nowrap !important;
  }

  html body.woocommerce-cart table.cart.shop_table td.product-remove {
    grid-area: remove !important;
    align-self: start !important;
    justify-self: start !important;
  }

  html body.woocommerce-cart table.cart.shop_table td.product-remove .remove {
    position: static !important;
    inset: auto !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    display: grid !important;
    place-items: center !important;
    border: 1px solid var(--ds-final-line) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: var(--ds-final-ink) !important;
    line-height: 1 !important;
    transform: none !important;
  }

  html body.woocommerce-cart table.cart.shop_table tr:not(.cart_item),
  html body.woocommerce-cart table.cart.shop_table tr:not(.cart_item) td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  html body.woocommerce-cart table.cart.shop_table td.actions {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  html body.woocommerce-cart table.cart.shop_table td.actions .coupon {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  html body.woocommerce-cart table.cart.shop_table td.actions .coupon input.input-text,
  html body.woocommerce-cart table.cart.shop_table td.actions .coupon button,
  html body.woocommerce-cart table.cart.shop_table td.actions > button {
    width: 100% !important;
    min-height: 46px !important;
    margin: 0 !important;
  }
}
/* === /DS mobile cart/table target repair v0.20.79 === */

/* === DS mobile header tap target override v0.20.84 === */
@media (max-width: 520px) {
  html body #header [data-device="mobile"] .site-branding,
  html body .ct-header [data-device="mobile"] .site-branding {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
  }

  html body #header [data-device="mobile"] .site-logo-container,
  html body .ct-header [data-device="mobile"] .site-logo-container,
  html body #header [data-device="mobile"] .ct-header-trigger,
  html body .ct-header [data-device="mobile"] .ct-header-trigger,
  html body #header [data-device="mobile"] .ds-mobile-header-cart,
  html body .ct-header [data-device="mobile"] .ds-mobile-header-cart {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
  }

  html body #header [data-device="mobile"] .site-logo-container img,
  html body .ct-header [data-device="mobile"] .site-logo-container img,
  html body #header [data-device="mobile"] .site-logo-container svg,
  html body .ct-header [data-device="mobile"] .site-logo-container svg {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
  }
}
/* === /DS mobile header tap target override v0.20.84 === */

/* === DS mobile menu trigger tap target override v0.20.85 === */
@media (max-width: 520px) {
  html body #header [data-device="mobile"] [data-items="primary"] button.ct-header-trigger.ct-toggle,
  html body .ct-header [data-device="mobile"] [data-items="primary"] button.ct-header-trigger.ct-toggle {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
  }
}
/* === /DS mobile menu trigger tap target override v0.20.85 === */

/* === DS mobile home header icon cleanup v0.20.86 === */
@media (max-width: 520px) {
  html body #header [data-device="mobile"] [data-items="primary"],
  html body .ct-header [data-device="mobile"] [data-items="primary"] {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    direction: rtl !important;
  }

  html body #header [data-device="mobile"] .ds-mobile-header-cart,
  html body .ct-header [data-device="mobile"] .ds-mobile-header-cart,
  html body.home #header [data-device="mobile"] .ds-mobile-header-cart,
  html body.home:not(.ds-scrolled) #header [data-device="mobile"] .ds-mobile-header-cart {
    order: 1 !important;
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body #header [data-device="mobile"] .ct-header-trigger[data-id="trigger"],
  html body .ct-header [data-device="mobile"] .ct-header-trigger[data-id="trigger"],
  html body.home #header [data-device="mobile"] .ct-header-trigger[data-id="trigger"] {
    order: 2 !important;
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background:
      linear-gradient(#17131f, #17131f) 14px 12px / 17px 1.7px no-repeat,
      linear-gradient(#17131f, #17131f) 10px 21px / 24px 1.7px no-repeat,
      linear-gradient(#17131f, #17131f) 16px 30px / 13px 1.7px no-repeat,
      transparent !important;
    box-shadow: none !important;
  }

  html body.home:not(.ds-scrolled) #header [data-device="mobile"] .ct-header-trigger[data-id="trigger"] {
    border: 0 !important;
    border-radius: 0 !important;
    background:
      linear-gradient(#ffffff, #ffffff) 14px 12px / 17px 1.7px no-repeat,
      linear-gradient(#ffffff, #ffffff) 10px 21px / 24px 1.7px no-repeat,
      linear-gradient(#ffffff, #ffffff) 16px 30px / 13px 1.7px no-repeat,
      transparent !important;
    box-shadow: none !important;
  }
}
/* === /DS mobile home header icon cleanup v0.20.86 === */

/* === DS homepage mobile heading alignment repair v0.20.87 === */
@media (max-width: 680px) {
  html body.home.page-id-3178 .ds-home-refined .ds-home-section__head,
  html body.home.page-id-3178 .ds-home-refined .ds-home-section__head--row {
    width: 100% !important;
    max-width: 100% !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: right !important;
    direction: rtl !important;
  }

  html body.home.page-id-3178 .ds-home-refined .ds-home-section__head > span,
  html body.home.page-id-3178 .ds-home-refined .ds-home-section__head .ds-home-kicker {
    align-self: flex-start !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    text-align: right !important;
  }

  html body.home.page-id-3178 .ds-home-refined .ds-home-section h2,
  html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined .ds-home-section h2,
  html body.home.page-id-3178 main.ds-shell.ds-home.ds-commerce-home.ds-home-refined .ds-home-section h2 {
    width: 100% !important;
    max-width: none !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    text-align: right !important;
    direction: rtl !important;
  }
}
/* === /DS homepage mobile heading alignment repair v0.20.87 === */

/* === DS client-ready typography and layout alignment v0.20.88 === */
html body {
  --ds-client-gutter: clamp(24px, 5vw, 80px);
  --ds-client-wide: 1180px;
  --ds-client-doc: 1000px;
  --ds-client-ink: #1c1230;
  --ds-client-muted: #6e6582;
  --ds-client-soft: #fbfaff;
  --ds-client-line: rgba(28, 18, 48, 0.1);
}

html body,
html body :is(input, textarea, select, button) {
  font-family: var(--ds-type-body, "DS Latin Display", "Assistant", "Open Sans", system-ui, sans-serif) !important;
}

html body :is(#header, .site-header) .header-menu-1 > ul > li.current-menu-item:not(:last-child) > a.ct-menu-link,
html body :is(#header, .site-header) .header-menu-1 > ul > li.current_page_item:not(:last-child) > a.ct-menu-link {
  color: var(--ds-client-ink) !important;
}

html body :is(#header, .site-header) .header-menu-1 > ul > li.current-menu-item:not(:last-child) > a.ct-menu-link::after,
html body :is(#header, .site-header) .header-menu-1 > ul > li.current_page_item:not(:last-child) > a.ct-menu-link::after {
  background: var(--ds-client-ink) !important;
}

html body.home:not(.ds-scrolled) #header .header-menu-1 > ul > li.current-menu-item:not(:last-child) > a.ct-menu-link,
html body.home:not(.ds-scrolled) #header .header-menu-1 > ul > li.current_page_item:not(:last-child) > a.ct-menu-link {
  color: #ffffff !important;
}

html body.home:not(.ds-scrolled) #header .header-menu-1 > ul > li.current-menu-item:not(:last-child) > a.ct-menu-link::after,
html body.home:not(.ds-scrolled) #header .header-menu-1 > ul > li.current_page_item:not(:last-child) > a.ct-menu-link::after {
  background: #ffffff !important;
}

html body :is(
  .ds-doc-page,
  .ds-faq-page,
  .ds-contact2-page,
  .ds-lab-page,
  .ds-about-page,
  .ds-cst-page,
  .woocommerce-shop,
  .tax-product_cat,
  .single-product,
  .woocommerce-cart,
  .woocommerce-checkout
) {
  color: var(--ds-client-ink) !important;
  background: #ffffff !important;
  text-rendering: optimizeLegibility;
  overflow-wrap: anywhere;
}

html body :is(
  .ds-doc-page .ds-ip-inner,
  .ds-doc-page .ds-doc-body
) {
  width: min(var(--ds-client-doc), calc(100% - var(--ds-client-gutter))) !important;
}

html body :is(
  .ds-faq-page .ds-faq-hero,
  .ds-faq-page .ds-faq-layout,
  .ds-contact2-page .ds-c2-hero,
  .ds-contact2-page .ds-c2-body,
  .ds-lab-page .ds-lab-hero,
  .ds-lab-page .ds-lab-section,
  .ds-lab-page .ds-lab-diagnostic,
  .ds-lab-page .ds-lab-note,
  .ds-lab-page .ds-lab-cta,
  .ds-about-page .ds-about-hero,
  .ds-about-page .ds-about-proof,
  .ds-about-page .ds-about-story,
  .ds-about-page .ds-about-craft,
  .ds-about-page .ds-about-workshop,
  .ds-about-page .ds-about-cta,
  .ds-cst-page .ds-cst-hero,
  .ds-cst-page .ds-cst-section,
  .ds-cst-page .ds-cst-dark
) {
  width: min(var(--ds-client-wide), calc(100% - var(--ds-client-gutter))) !important;
  margin-inline: auto !important;
}

html body :is(
  .ds-doc-page .ds-doc-hero,
  .ds-faq-page .ds-faq-hero,
  .ds-contact2-page .ds-c2-hero,
  .ds-lab-page .ds-lab-hero,
  .ds-about-page .ds-about-hero,
  .ds-cst-page .ds-cst-hero
) {
  padding-block: clamp(42px, 5.2vw, 72px) clamp(28px, 3.8vw, 48px) !important;
}

html body :is(
  .ds-doc-page .ds-doc-hero h1,
  .ds-faq-page .ds-faq-hero h1,
  .ds-contact2-page .ds-c2-hero h1,
  .ds-lab-page .ds-lab-hero h1,
  .ds-about-page .ds-about-hero h1,
  .ds-cst-page .ds-cst-hero h1,
  .ds-shop-intro h1,
  .ds-woo-page-intro h1,
  .woocommerce-products-header__title,
  .single-product div.product .product_title
) {
  max-width: 16ch !important;
  color: var(--ds-client-ink) !important;
  font-family: var(--ds-type-body, "Assistant", system-ui, sans-serif) !important;
  font-size: clamp(2rem, 3.35vw, 2.85rem) !important;
  font-weight: 600 !important;
  line-height: 1.14 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

html body :is(
  .ds-doc-page .ds-doc-section h2,
  .ds-faq-page .ds-faq-aside strong,
  .ds-lab-page .ds-lab-section h2,
  .ds-lab-page .ds-lab-diagnostic h2,
  .ds-lab-page .ds-lab-note h2,
  .ds-lab-page .ds-lab-cta h2,
  .ds-about-page .ds-about-story h2,
  .ds-about-page .ds-about-section-head h2,
  .ds-about-page .ds-about-workshop h2,
  .ds-about-page .ds-about-cta h2,
  .ds-cst-page .ds-cst-head h2,
  .ds-cst-page .ds-cst-final h2,
  .cart_totals h2,
  .cross-sells > h2,
  .related.products > h2,
  .upsells.products > h2
) {
  color: var(--ds-client-ink) !important;
  font-family: var(--ds-type-body, "Assistant", system-ui, sans-serif) !important;
  font-size: clamp(1.45rem, 2.4vw, 2.2rem) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

html body :is(
  .ds-ip-kicker,
  .ds-home-kicker,
  .ds-about-kicker,
  .ds-cst-kicker,
  .ds-cst-dark__kicker,
  .ds-shop-kicker
) {
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.25 !important;
}

html body :is(
  .ds-doc-page p,
  .ds-doc-page li,
  .ds-faq-page p,
  .ds-faq-page .ds-faq-answer,
  .ds-contact2-page p,
  .ds-contact2-page li,
  .ds-lab-page p,
  .ds-about-page p,
  .ds-cst-page p,
  .woocommerce-product-details__short-description,
  .single-product div.product .woocommerce-tabs,
  .woocommerce-cart,
  .woocommerce-checkout
) {
  color: var(--ds-client-muted) !important;
  font-size: clamp(0.98rem, 0.34vw + 0.9rem, 1.05rem) !important;
  line-height: 1.76 !important;
}

html body :is(
  .ds-doc-page .ds-doc-hero p,
  .ds-faq-page .ds-faq-hero p,
  .ds-contact2-page .ds-c2-hero p,
  .ds-lab-page .ds-lab-hero p,
  .ds-about-page .ds-about-hero p,
  .ds-cst-page .ds-cst-hero__intro,
  .ds-shop-intro p,
  .ds-woo-page-intro p
) {
  max-width: 60ch !important;
  color: var(--ds-client-muted) !important;
  font-size: clamp(1rem, 0.42vw + 0.92rem, 1.1rem) !important;
  line-height: 1.72 !important;
  text-wrap: pretty;
}

html body :is(
  .ds-c2-card,
  .ds-c2-route,
  .ds-faq-page details,
  .ds-faq-page .ds-faq-aside,
  .ds-doc-page .ds-doc-cards article,
  .ds-doc-page .ds-doc-contact,
  .ds-doc-page .ds-doc-callout,
  .ds-cst-step,
  .ds-cst-option,
  .ds-lab-service-grid article,
  .ds-about-craft article,
  .wc-block-cart,
  .woocommerce-checkout-review-order,
  #payment
) {
  border-color: var(--ds-client-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 16px 42px -34px rgba(28, 18, 48, 0.28) !important;
}

html body :is(
  .ds-c2-card:hover,
  .ds-c2-route:hover,
  .ds-faq-page details[open]
) {
  border-color: rgba(28, 18, 48, 0.18) !important;
  box-shadow: 0 20px 48px -34px rgba(28, 18, 48, 0.34) !important;
}

html body :is(
  .button,
  .ct-button,
  .wp-element-button,
  .single_add_to_cart_button,
  .checkout-button,
  .added_to_cart,
  .ds-home-button,
  .ds-ip-btn,
  .ds-cst-btn,
  .ds-about-button
) {
  min-height: 44px !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
}

html body :is(
  .button,
  .ct-button,
  .wp-element-button,
  .single_add_to_cart_button,
  .checkout-button,
  .added_to_cart,
  .ds-home-button,
  .ds-ip-btn,
  .ds-cst-btn,
  .ds-about-button
):active {
  transform: translateY(1px) !important;
}

html body.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 2.7em !important;
  color: var(--ds-client-ink) !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  text-wrap: pretty;
}

html body.woocommerce ul.products li.product .price,
html body :is(.woocommerce-Price-amount, .woocommerce-Price-amount bdi) {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 0.14em !important;
  color: var(--ds-client-ink) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  direction: ltr !important;
  white-space: nowrap !important;
}

html body.woocommerce ul.products li.product :is(img, .ct-image-container) {
  border-radius: 8px !important;
}

html body :is(input, textarea, select, .quantity input.qty) {
  min-height: 44px !important;
  border-color: var(--ds-client-line) !important;
  border-radius: 6px !important;
  background-color: #ffffff !important;
  color: var(--ds-client-ink) !important;
}

html body :is(a, button, input, textarea, select, summary):focus-visible {
  outline: 3px solid rgba(28, 18, 48, 0.18) !important;
  outline-offset: 3px !important;
}

html body .ds-site-footer {
  font-family: var(--ds-type-body, "Assistant", system-ui, sans-serif) !important;
}

html body .ds-site-footer .ds-site-footer__bar-inner span {
  color: var(--ds-client-muted) !important;
}

@media (max-width: 760px) {
  html body {
    --ds-client-gutter: 40px;
  }

  html body :is(
    .ds-doc-page .ds-doc-hero h1,
    .ds-faq-page .ds-faq-hero h1,
    .ds-contact2-page .ds-c2-hero h1,
    .ds-lab-page .ds-lab-hero h1,
    .ds-about-page .ds-about-hero h1,
    .ds-cst-page .ds-cst-hero h1,
    .ds-shop-intro h1,
    .woocommerce-products-header__title,
    .single-product div.product .product_title
  ) {
    max-width: 100% !important;
    font-size: clamp(2rem, 8vw, 2.55rem) !important;
  }

  html body :is(
    .ds-c2-card,
    .ds-c2-route,
    .ds-doc-page .ds-doc-cards article,
    .ds-doc-page .ds-doc-contact,
    .ds-doc-page .ds-doc-callout
  ) {
    padding: 20px !important;
  }
}

@media (max-width: 420px) {
  html body {
    --ds-client-gutter: 32px;
  }
}
/* === /DS client-ready typography and layout alignment v0.20.88 === */

/* === DS high-specificity heading scale normalization v0.20.89 === */
html body {
  --ds-client-h1-size: clamp(2rem, 3vw, 2.65rem);
  --ds-client-h2-size: clamp(1.45rem, 2.2vw, 2.05rem);
}

html body:not(.home) #main-container :is(
  .ds-doc-page .ds-doc-hero h1,
  .ds-faq-page .ds-faq-hero h1,
  .ds-contact2-page .ds-c2-hero h1,
  .ds-lab-page .ds-lab-hero h1,
  .ds-about-page .ds-about-hero h1,
  .ds-cst-page .ds-cst-hero h1,
  .ds-shop-intro h1,
  .ds-shop-intro .ds-shop-copy-block h1,
  .ds-woo-page-intro h1,
  .woocommerce-products-header__title,
  .product_title
) {
  font-size: var(--ds-client-h1-size) !important;
  font-weight: 600 !important;
  line-height: 1.14 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

html body.woocommerce-shop #main-container .ds-shop-intro h1,
html body.woocommerce-shop #main-container .ds-shop-intro .ds-shop-copy-block h1,
html body.post-type-archive-product.woocommerce-shop #main-container .ds-shop-intro h1,
html body.post-type-archive-product.woocommerce-shop #main-container .ds-shop-intro .ds-shop-copy-block h1,
html body.tax-product_cat #main-container .ds-shop-intro h1,
html body.tax-product_cat #main-container .ds-shop-intro .ds-shop-copy-block h1,
html body.single-product #main-container div.product .product_title,
html body.page-id-2235 #main-container .ds-cst-page .ds-cst-hero h1 {
  font-size: var(--ds-client-h1-size) !important;
  font-weight: 600 !important;
  line-height: 1.14 !important;
  letter-spacing: 0 !important;
}

html body:not(.home) #main-container :is(
  .ds-doc-page .ds-doc-section h2,
  .ds-lab-page .ds-lab-section h2,
  .ds-lab-page .ds-lab-diagnostic h2,
  .ds-lab-page .ds-lab-note h2,
  .ds-lab-page .ds-lab-cta h2,
  .ds-about-page .ds-about-story h2,
  .ds-about-page .ds-about-section-head h2,
  .ds-about-page .ds-about-workshop h2,
  .ds-about-page .ds-about-cta h2,
  .ds-cst-page .ds-cst-head h2,
  .ds-cst-page .ds-cst-final h2,
  .related.products > h2,
  .upsells.products > h2,
  .cross-sells > h2,
  .cart_totals h2
) {
  font-size: var(--ds-client-h2-size) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 760px) {
  html body {
    --ds-client-h1-size: clamp(2rem, 8vw, 2.5rem);
    --ds-client-h2-size: clamp(1.45rem, 6vw, 1.85rem);
  }
}
/* === /DS high-specificity heading scale normalization v0.20.89 === */

/* === DS mobile header proportion system v0.20.90 === */
@media (max-width: 520px) {
  html body #header [data-device="mobile"] [data-row="middle"] > .ct-container,
  html body .ct-header [data-device="mobile"] [data-row="middle"] > .ct-container {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
  }

  html body #header [data-device="mobile"] [data-items="primary"]:has(.ct-header-trigger),
  html body .ct-header [data-device="mobile"] [data-items="primary"]:has(.ct-header-trigger) {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    direction: ltr !important;
  }

  html body #header [data-device="mobile"] .ct-header-trigger[data-id="trigger"],
  html body .ct-header [data-device="mobile"] .ct-header-trigger[data-id="trigger"],
  html body.home #header [data-device="mobile"] .ct-header-trigger[data-id="trigger"],
  html body.home:not(.ds-scrolled) #header [data-device="mobile"] .ct-header-trigger[data-id="trigger"] {
    order: 1 !important;
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background:
      linear-gradient(currentColor, currentColor) 10px 13px / 24px 2px no-repeat,
      linear-gradient(currentColor, currentColor) 10px 21px / 24px 2px no-repeat,
      linear-gradient(currentColor, currentColor) 10px 29px / 24px 2px no-repeat,
      transparent !important;
    color: #17131f !important;
    box-shadow: none !important;
  }

  html body.home:not(.ds-scrolled) #header [data-device="mobile"] .ct-header-trigger[data-id="trigger"] {
    color: #ffffff !important;
  }

  html body #header [data-device="mobile"] .ds-mobile-header-cart,
  html body .ct-header [data-device="mobile"] .ds-mobile-header-cart,
  html body.home #header [data-device="mobile"] .ds-mobile-header-cart,
  html body.home:not(.ds-scrolled) #header [data-device="mobile"] .ds-mobile-header-cart {
    order: 2 !important;
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #17131f !important;
    box-shadow: none !important;
  }

  html body.home:not(.ds-scrolled) #header [data-device="mobile"] .ds-mobile-header-cart {
    color: #ffffff !important;
  }

  html body #header [data-device="mobile"] .ds-mobile-header-cart__icon,
  html body .ct-header [data-device="mobile"] .ds-mobile-header-cart__icon,
  html body #header [data-device="mobile"] .ds-mobile-header-cart svg,
  html body .ct-header [data-device="mobile"] .ds-mobile-header-cart svg {
    width: 24px !important;
    min-width: 24px !important;
    max-width: 24px !important;
    height: 24px !important;
    min-height: 24px !important;
    max-height: 24px !important;
    display: block !important;
  }

  html body #header [data-device="mobile"] .site-branding,
  html body .ct-header [data-device="mobile"] .site-branding {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    place-items: center !important;
  }

  html body #header [data-device="mobile"] .site-logo-container,
  html body .ct-header [data-device="mobile"] .site-logo-container {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    margin: 0 !important;
    display: grid !important;
    place-items: center !important;
  }

  html body #header [data-device="mobile"] .site-logo-container img,
  html body .ct-header [data-device="mobile"] .site-logo-container img,
  html body #header [data-device="mobile"] .site-logo-container svg,
  html body .ct-header [data-device="mobile"] .site-logo-container svg {
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    object-fit: contain !important;
    object-position: center !important;
  }
}
/* === /DS mobile header proportion system v0.20.90 === */

/* === DS shop category scroller axis lock v0.20.91 === */
@media (max-width: 760px) {
  html body.woocommerce-shop .ds-shop-category-shortcuts,
  html body.post-type-archive-product .ds-shop-category-shortcuts,
  html body.tax-product_cat .ds-shop-category-shortcuts {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 46px !important;
    max-height: 46px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 24px !important;
    margin-inline: 0 !important;
    padding: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-x: contain !important;
    overscroll-behavior-y: none !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-x !important;
    scrollbar-width: none !important;
    scroll-snap-type: x proximity !important;
    box-sizing: border-box !important;
  }

  html body.woocommerce-shop .ds-shop-category-shortcuts::-webkit-scrollbar,
  html body.post-type-archive-product .ds-shop-category-shortcuts::-webkit-scrollbar,
  html body.tax-product_cat .ds-shop-category-shortcuts::-webkit-scrollbar {
    display: none !important;
  }

  html body.woocommerce-shop .ds-shop-category-shortcuts a,
  html body.post-type-archive-product .ds-shop-category-shortcuts a,
  html body.tax-product_cat .ds-shop-category-shortcuts a {
    flex: 0 0 auto !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    white-space: nowrap !important;
    scroll-snap-align: start !important;
    touch-action: pan-x !important;
  }
}
/* === /DS shop category scroller axis lock v0.20.91 === */

/* === DS mobile header icon restore and logo crispness v0.20.92 === */
@media (max-width: 520px) {
  html body #header [data-device="mobile"] .ct-header-trigger[data-id="trigger"],
  html body .ct-header [data-device="mobile"] .ct-header-trigger[data-id="trigger"],
  html body.home #header [data-device="mobile"] .ct-header-trigger[data-id="trigger"],
  html body.home:not(.ds-scrolled) #header [data-device="mobile"] .ct-header-trigger[data-id="trigger"] {
    background:
      linear-gradient(currentColor, currentColor) 13px 11px / 17px 1.7px no-repeat,
      linear-gradient(currentColor, currentColor) 9px 18px / 23px 1.7px no-repeat,
      linear-gradient(currentColor, currentColor) 15px 25px / 13px 1.7px no-repeat,
      transparent !important;
  }

  html body #header [data-device="mobile"] .site-logo-container img,
  html body .ct-header [data-device="mobile"] .site-logo-container img,
  html body #header [data-device="mobile"] .site-logo-container svg,
  html body .ct-header [data-device="mobile"] .site-logo-container svg {
    content: url("/wp-content/themes/ds-guitars-blocksy/hqdsguitarslogo.svg?v=0.20.92") !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 34px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 36px !important;
    object-fit: contain !important;
    object-position: center !important;
    filter: none !important;
    image-rendering: auto !important;
  }

  html body.home:not(.ds-scrolled) #header [data-device="mobile"] .site-logo-container img,
  html body.home:not(.ds-scrolled) .ct-header [data-device="mobile"] .site-logo-container img,
  html body.home:not(.ds-scrolled) #header [data-device="mobile"] .site-logo-container svg,
  html body.home:not(.ds-scrolled) .ct-header [data-device="mobile"] .site-logo-container svg {
    filter: brightness(0) invert(1) !important;
  }
}
/* === /DS mobile header icon restore and logo crispness v0.20.92 === */

/* === DS mobile product card open layout v0.20.94 === */
@media (max-width: 760px) {
  html body.woocommerce ul.products,
  html body.woocommerce-shop ul.products,
  html body.post-type-archive-product ul.products,
  html body.tax-product_cat ul.products {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  html body.woocommerce ul.products li.product,
  html body.woocommerce-shop ul.products li.product,
  html body.post-type-archive-product ul.products li.product,
  html body.tax-product_cat ul.products li.product {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "media media"
      "title price"
      "actions actions" !important;
    column-gap: 16px !important;
    row-gap: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    direction: rtl !important;
    text-align: right !important;
  }

  html body.woocommerce ul.products li.product:hover,
  html body.woocommerce-shop ul.products li.product:hover,
  html body.post-type-archive-product ul.products li.product:hover,
  html body.tax-product_cat ul.products li.product:hover {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
  }

  html body:is(#ds-mobile-product-card-guard, .woocommerce, .woocommerce-shop, .post-type-archive-product, .tax-product_cat) ul.products li.product,
  html body:is(#ds-mobile-product-card-guard, .woocommerce, .woocommerce-shop, .post-type-archive-product, .tax-product_cat) ul.products li.product:hover {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
  }

  html body.woocommerce ul.products li.product figure,
  html body.woocommerce-shop ul.products li.product figure,
  html body.post-type-archive-product ul.products li.product figure,
  html body.tax-product_cat ul.products li.product figure {
    grid-area: media !important;
    margin: 0 0 17px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  html body.woocommerce ul.products li.product figure > a.ct-media-container,
  html body.woocommerce-shop ul.products li.product figure > a.ct-media-container,
  html body.post-type-archive-product ul.products li.product figure > a.ct-media-container,
  html body.tax-product_cat ul.products li.product figure > a.ct-media-container {
    width: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(23, 19, 31, 0.055) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }

  html body.woocommerce ul.products li.product figure img,
  html body.woocommerce-shop ul.products li.product figure img,
  html body.post-type-archive-product ul.products li.product figure img,
  html body.tax-product_cat ul.products li.product figure img {
    width: 100% !important;
    height: clamp(300px, 80vw, 420px) !important;
    margin: 0 !important;
    padding: clamp(18px, 5vw, 28px) !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: transparent !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  html body.woocommerce ul.products li.product .woocommerce-loop-product__title,
  html body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
  html body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
  html body.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
    grid-area: title !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #1b1529 !important;
    font-size: clamp(1.12rem, 4.9vw, 1.42rem) !important;
    font-weight: 520 !important;
    line-height: 1.22 !important;
    text-align: right !important;
    text-wrap: pretty !important;
  }

  html body.woocommerce ul.products li.product .woocommerce-loop-product__title a,
  html body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title a,
  html body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title a,
  html body.tax-product_cat ul.products li.product .woocommerce-loop-product__title a {
    color: inherit !important;
  }

  html body.woocommerce ul.products li.product .price,
  html body.woocommerce-shop ul.products li.product .price,
  html body.post-type-archive-product ul.products li.product .price,
  html body.tax-product_cat ul.products li.product .price {
    grid-area: price !important;
    justify-self: end !important;
    align-self: start !important;
    margin: 0.08em 0 0 !important;
    color: #1b1529 !important;
    font-size: clamp(1.04rem, 4.4vw, 1.24rem) !important;
    font-weight: 650 !important;
    line-height: 1 !important;
    direction: ltr !important;
    white-space: nowrap !important;
  }

  html body.woocommerce ul.products li.product .entry-meta,
  html body.woocommerce-shop ul.products li.product .entry-meta,
  html body.post-type-archive-product ul.products li.product .entry-meta,
  html body.tax-product_cat ul.products li.product .entry-meta {
    display: none !important;
  }

  html body.woocommerce ul.products li.product .ct-woo-card-actions,
  html body.woocommerce-shop ul.products li.product .ct-woo-card-actions,
  html body.post-type-archive-product ul.products li.product .ct-woo-card-actions,
  html body.tax-product_cat ul.products li.product .ct-woo-card-actions {
    grid-area: actions !important;
    width: 100% !important;
    margin: 18px 0 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body.woocommerce ul.products li.product a.button,
  html body.woocommerce ul.products li.product .button,
  html body.woocommerce-shop ul.products li.product a.button,
  html body.post-type-archive-product ul.products li.product a.button,
  html body.tax-product_cat ul.products li.product a.button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #17131f !important;
    color: #ffffff !important;
    box-shadow: none !important;
    font-size: 1rem !important;
    font-weight: 620 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    transform: none !important;
  }

  html body.woocommerce ul.products li.product a.button:hover,
  html body.woocommerce ul.products li.product .button:hover,
  html body.woocommerce-shop ul.products li.product a.button:hover,
  html body.post-type-archive-product ul.products li.product a.button:hover,
  html body.tax-product_cat ul.products li.product a.button:hover,
  html body.woocommerce ul.products li.product a.button:focus-visible,
  html body.woocommerce ul.products li.product .button:focus-visible,
  html body.woocommerce-shop ul.products li.product a.button:focus-visible,
  html body.post-type-archive-product ul.products li.product a.button:focus-visible,
  html body.tax-product_cat ul.products li.product a.button:focus-visible {
    background: #0f0d14 !important;
    box-shadow: none !important;
    transform: translateY(-1px) !important;
  }
}
/* === /DS mobile product card open layout v0.20.94 === */

/* === DS about bottom CTA brand button correction v0.20.95 === */
html body.page-id-3347 .ds-about-cta .ds-about-button {
  border-color: #1c1230 !important;
  background: #1c1230 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 18px 40px -28px rgba(28, 18, 48, 0.62) !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-button span {
  background: rgba(255, 255, 255, 0.13) !important;
  color: #ffffff !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-button:hover,
html body.page-id-3347 .ds-about-cta .ds-about-button:focus-visible {
  border-color: #0f0d14 !important;
  background: #0f0d14 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 22px 46px -30px rgba(15, 13, 20, 0.68) !important;
  transform: translateY(-1px) !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-button:focus-visible {
  outline: 3px solid rgba(28, 18, 48, 0.22) !important;
  outline-offset: 3px !important;
}

html body.page-id-3347 .ds-about-cta .ds-about-textlink:hover,
html body.page-id-3347 .ds-about-cta .ds-about-textlink:focus-visible {
  border-color: rgba(28, 18, 48, 0.24) !important;
  background: #f7f6fa !important;
  color: #1c1230 !important;
  -webkit-text-fill-color: #1c1230 !important;
}
/* === /DS about bottom CTA brand button correction v0.20.95 === */

/* === DS custom order workshop gallery refresh v0.20.96 === */
html body.page-id-2235 .ds-cst-gallery-section {
  position: relative !important;
  margin-top: clamp(56px, 7vw, 86px) !important;
  padding: clamp(34px, 5vw, 56px) clamp(18px, 3vw, 30px) clamp(30px, 4vw, 46px) !important;
  border: 1px solid rgba(28, 18, 48, 0.07) !important;
  border-radius: 8px !important;
  background: #f4f3f7 !important;
}

html body.page-id-2235 .ds-cst-gallery-section .ds-cst-head {
  width: min(100%, 620px) !important;
  margin-inline: auto !important;
  margin-bottom: clamp(22px, 3vw, 32px) !important;
  text-align: center !important;
}

html body.page-id-2235 .ds-cst-gallery-section .ds-cst-kicker,
html body.page-id-2235 .ds-cst-gallery-section .ds-cst-head p {
  margin-inline: auto !important;
}

html body.page-id-2235 .ds-cst-gallery-section .ds-cst-head h2 {
  margin-top: 10px !important;
  font-size: clamp(1.72rem, 2.8vw, 2.35rem) !important;
  line-height: 1.14 !important;
}

html body.page-id-2235 .ds-cst-gallery-section .ds-cst-head p {
  margin-top: 10px !important;
  color: rgba(28, 18, 48, 0.62) !important;
  font-size: clamp(0.98rem, 1.2vw, 1.04rem) !important;
  line-height: 1.55 !important;
}

html body.page-id-2235 .ds-cst-gallery-section .ds-cst-gallery {
  gap: clamp(12px, 1.7vw, 18px) !important;
}

html body.page-id-2235 .ds-cst-gallery-section .ds-cst-gallery figure {
  border-color: rgba(28, 18, 48, 0.09) !important;
  background: #ffffff !important;
  box-shadow: 0 1px 2px rgba(17, 17, 24, 0.04), 0 20px 42px -34px rgba(17, 17, 24, 0.44) !important;
}

html body.page-id-2235 .ds-cst-gallery-section .ds-cst-gallery img {
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
  object-position: center !important;
}

html body.page-id-2235 .ds-cst-gallery-section .ds-cst-gallery figure:nth-child(1) img,
html body.page-id-2235 .ds-cst-gallery-section .ds-cst-gallery figure:nth-child(2) img,
html body.page-id-2235 .ds-cst-gallery-section .ds-cst-gallery figure:nth-child(3) img {
  object-position: center 42% !important;
}

html body.page-id-2235 .ds-cst-gallery-section .ds-cst-gallery figure:nth-child(4) img {
  object-position: center 48% !important;
}

html body.page-id-2235 .ds-cst-gallery-section .ds-cst-gallery figure:nth-child(6) img {
  object-position: center 38% !important;
}

@media (max-width: 760px) {
  html body.page-id-2235 .ds-cst-gallery-section {
    margin-top: 46px !important;
    padding: 26px 16px 18px !important;
  }

  html body.page-id-2235 .ds-cst-gallery-section .ds-cst-head {
    margin-bottom: 18px !important;
  }

  html body.page-id-2235 .ds-cst-gallery-section .ds-cst-head h2 {
    font-size: clamp(1.55rem, 7vw, 2rem) !important;
  }

  html body.page-id-2235 .ds-cst-gallery-section .ds-cst-gallery {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  html body.page-id-2235 .ds-cst-gallery-section .ds-cst-gallery img {
    aspect-ratio: 1 / 1 !important;
  }
}
/* === /DS custom order workshop gallery refresh v0.20.96 === */

/* === DS custom order tailored card alignment v0.20.97 === */
html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored {
  --ds-tailored-card-w: min(100%, 1020px);
  right: auto !important;
  left: auto !important;
  width: var(--ds-tailored-card-w) !important;
  max-width: var(--ds-tailored-card-w) !important;
  height: clamp(386px, 20.5vw, 420px) !important;
  min-height: 0 !important;
  margin: clamp(52px, 5vw, 76px) auto !important;
  grid-template-columns: minmax(0, 46.5%) minmax(0, 53.5%) !important;
  gap: 0 !important;
  align-items: stretch !important;
  border-radius: clamp(42px, 3vw, 56px) !important;
  background-position: center !important;
  background-size: 100% 100% !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__media {
  min-height: 0 !important;
  height: 100% !important;
  background-position: 58% 50% !important;
  background-size: cover !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__copy {
  justify-content: center !important;
  align-items: flex-start !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: clamp(34px, 3vw, 48px) clamp(54px, 4vw, 72px) clamp(34px, 3vw, 48px) clamp(30px, 3vw, 52px) !important;
  text-align: right !important;
  direction: rtl !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__kicker {
  gap: 10px !important;
  margin: 0 !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored h2 {
  max-width: 11.5ch !important;
  margin-top: clamp(18px, 1.5vw, 24px) !important;
  font-size: clamp(2.15rem, 2.15vw, 2.76rem) !important;
  line-height: 1.12 !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored p {
  max-width: 430px !important;
  margin-top: clamp(16px, 1.35vw, 22px) !important;
  font-size: clamp(0.96rem, 0.88vw, 1.03rem) !important;
  line-height: 1.72 !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__link {
  margin-top: clamp(22px, 2vw, 34px) !important;
}

@media (max-width: 1220px) {
  html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored {
    --ds-tailored-card-w: min(100%, 1000px);
    height: auto !important;
    min-height: 400px !important;
    grid-template-columns: minmax(0, 45%) minmax(0, 55%) !important;
  }
}

@media (max-width: 820px) {
  html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored {
    --ds-tailored-card-w: 100%;
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    margin: 44px auto !important;
    border-radius: 34px !important;
  }

  html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__media {
    height: 280px !important;
    min-height: 280px !important;
    background-position: 50% 0 !important;
  }

  html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__copy {
    padding: 26px 22px 30px !important;
    align-items: flex-start !important;
  }

  html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored h2 {
    max-width: 11ch !important;
    font-size: clamp(1.9rem, 8.4vw, 2.45rem) !important;
  }
}
/* === /DS custom order tailored card alignment v0.20.97 === */

/* === DS custom order options lavender surface v0.20.98 === */
html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--options {
  border-color: rgba(134, 132, 251, 0.18) !important;
  background:
    linear-gradient(90deg, rgba(134, 132, 251, 0.105) 0 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(0deg, rgba(134, 132, 251, 0.085) 0 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(180deg, #f3f1fa 0%, #eeeaf7 52%, #e9e5f4 100%) !important;
  box-shadow: 0 26px 58px -48px rgba(28, 18, 48, 0.3) !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--options .ds-cst-old-options article,
html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--options .ds-cst-old-options article:nth-child(1),
html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--options .ds-cst-old-options article:nth-child(4),
html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--options .ds-cst-old-options article:nth-child(7) {
  border-color: rgba(134, 132, 251, 0.18) !important;
  background: rgba(255, 255, 255, 0.76) !important;
  box-shadow: 0 16px 34px -30px rgba(28, 18, 48, 0.3) !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--options .ds-cst-old-options article:hover {
  border-color: rgba(134, 132, 251, 0.28) !important;
  background: rgba(255, 255, 255, 0.9) !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--options .ds-cst-old-options article::before {
  border-color: rgba(134, 132, 251, 0.18) !important;
  background-color: #f8f6fd !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--options .ds-cst-old-option--color::before {
  background-color: #f8f6fd !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--options .ds-cst-old-option--shape::before {
  background-color: #f8f6fd !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--options .ds-cst-old-option--finish::before {
  background-color: #f8f6fd !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--options .ds-cst-old-option--wood::before {
  background-color: #f8f6fd !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--options .ds-cst-old-option--buttons::before {
  background-color: #ffffff !important;
}

@media (max-width: 680px) {
  html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--options {
    background:
      linear-gradient(90deg, rgba(134, 132, 251, 0.1) 0 1px, transparent 1px) 0 0 / 34px 34px,
      linear-gradient(0deg, rgba(134, 132, 251, 0.08) 0 1px, transparent 1px) 0 0 / 34px 34px,
      linear-gradient(180deg, #f3f1fa 0%, #eeeaf7 54%, #e9e5f4 100%) !important;
  }
}
/* === /DS custom order options lavender surface v0.20.98 === */

/* === DS custom order header white surface v0.20.99 === */
html body.page-id-2235 :is(#header, .site-header),
html body.page-id-2235 #header :is([data-row], .ct-header-row, .ct-header-middle, .ct-header-top),
html body.page-id-2235 .ct-header :is([data-row], .ct-header-row, .ct-header-middle, .ct-header-top),
html body.page-id-2235 #header [data-row="middle"] > .ct-container,
html body.page-id-2235 .ct-header [data-row="middle"] > .ct-container {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
/* === /DS custom order header white surface v0.20.99 === */

/* === DS custom order coherent light atelier surfaces v0.20.100 === */
html body.page-id-2235 {
  --cst-atelier-bg: #f7f6fb;
  --cst-atelier-surface: #f2eff8;
  --cst-atelier-surface-2: #ebe7f5;
  --cst-atelier-grid-x: rgba(134, 132, 251, 0.085);
  --cst-atelier-grid-y: rgba(134, 132, 251, 0.065);
  --cst-atelier-line: rgba(134, 132, 251, 0.17);
  --cst-atelier-shadow: 0 28px 68px -56px rgba(28, 18, 48, 0.36);
  background: var(--cst-atelier-bg) !important;
}

html body.page-id-2235 #main-container,
html body.page-id-2235 #page,
html body.page-id-2235 .entry-content {
  background:
    radial-gradient(980px 520px at 86% 5%, rgba(134, 132, 251, 0.07), transparent 68%),
    radial-gradient(880px 500px at 14% 52%, rgba(183, 143, 82, 0.055), transparent 70%),
    var(--cst-atelier-bg) !important;
}

html body.page-id-2235 .ds-cst-page {
  --cst-surface-grid:
    linear-gradient(90deg, var(--cst-atelier-grid-x) 0 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(0deg, var(--cst-atelier-grid-y) 0 1px, transparent 1px) 0 0 / 42px 42px;
}

html body.page-id-2235 .ds-cst-page :is(.ds-cst-hero, .ds-cst-options, .ds-cst-final, .ds-cst-gallery-section, .ds-cst-dark--options) {
  border-color: var(--cst-atelier-line) !important;
  border-radius: clamp(24px, 2.2vw, 36px) !important;
  background:
    var(--cst-surface-grid),
    linear-gradient(180deg, var(--cst-atelier-surface) 0%, var(--cst-atelier-surface-2) 100%) !important;
  box-shadow: var(--cst-atelier-shadow) !important;
}

html body.page-id-2235 .ds-cst-page :is(.ds-cst-step, .ds-cst-option, .ds-cst-send article, .ds-cst-model, .ds-cst-model-cta, .ds-cst-gallery figure) {
  border-color: rgba(134, 132, 251, 0.15) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 18px 44px -38px rgba(28, 18, 48, 0.34) !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-hero {
  min-height: clamp(520px, 58vw, 650px) !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-gallery-section {
  background:
    var(--cst-surface-grid),
    radial-gradient(620px 360px at 50% 0%, rgba(255, 255, 255, 0.58), transparent 70%),
    linear-gradient(180deg, #f4f1fa 0%, #eeeaf7 100%) !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored {
  border: 1px solid rgba(134, 132, 251, 0.18) !important;
  border-radius: clamp(44px, 3.3vw, 62px) !important;
  background:
    radial-gradient(620px 400px at 25% 50%, rgba(183, 143, 82, 0.2), transparent 66%),
    radial-gradient(700px 420px at 86% 36%, rgba(134, 132, 251, 0.13), transparent 68%),
    var(--cst-surface-grid),
    linear-gradient(180deg, #f6f3fb 0%, #eeeaf7 100%) !important;
  box-shadow: 0 28px 72px -56px rgba(28, 18, 48, 0.42) !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored::before {
  content: "" !important;
  position: absolute !important;
  inset: 1px !important;
  z-index: 0 !important;
  border-radius: inherit !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 34%),
    linear-gradient(270deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0) 30%) !important;
  opacity: 0.74 !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  border-radius: inherit !important;
  pointer-events: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), inset 0 0 0 1px rgba(255, 255, 255, 0.32) !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__media {
  position: relative !important;
  isolation: isolate !important;
  overflow: visible !important;
  background-image: none !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__media::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 10% 7% 8% 0 !important;
  z-index: 0 !important;
  border-radius: 52% 46% 54% 48% / 44% 42% 58% 56% !important;
  background:
    radial-gradient(ellipse at 54% 52%, rgba(183, 143, 82, 0.22), rgba(134, 132, 251, 0.13) 46%, transparent 72%) !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__media::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 2% -2% 2% -6% !important;
  z-index: 1 !important;
  border-radius: 42px !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(246, 243, 251, 0.92) 0%, rgba(246, 243, 251, 0) 16%, rgba(246, 243, 251, 0) 82%, rgba(246, 243, 251, 0.72) 100%),
    radial-gradient(ellipse at 53% 52%, transparent 0 58%, rgba(246, 243, 251, 0.26) 78%, rgba(246, 243, 251, 0.76) 100%) !important;
  opacity: 0.62 !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__media img {
  position: relative !important;
  z-index: 2 !important;
  opacity: 1 !important;
  filter: drop-shadow(0 24px 32px rgba(72, 54, 28, 0.24)) drop-shadow(0 2px 0 rgba(255, 255, 255, 0.18)) !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__kicker,
html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--options .ds-cst-dark__kicker {
  color: #6d65d7 !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored h2,
html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--options h2 {
  color: var(--cst-ink) !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored p,
html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--options p {
  color: rgba(28, 18, 48, 0.64) !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__link,
html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--options .ds-cst-dark__link {
  color: #655bd2 !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--options .ds-cst-old-options article,
html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--options .ds-cst-old-options article:nth-child(1),
html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--options .ds-cst-old-options article:nth-child(4),
html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--options .ds-cst-old-options article:nth-child(7) {
  background: rgba(255, 255, 255, 0.8) !important;
  border-color: rgba(134, 132, 251, 0.16) !important;
}

@media (max-width: 820px) {
  html body.page-id-2235 .ds-cst-page :is(.ds-cst-hero, .ds-cst-options, .ds-cst-final, .ds-cst-gallery-section, .ds-cst-dark--options) {
    border-radius: 28px !important;
  }

  html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored {
    border-radius: 34px !important;
  }

  html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__media::after {
    inset: 0 -4% 0 -4% !important;
    opacity: 0.48 !important;
  }
}

@media (max-width: 680px) {
  html body.page-id-2235 .ds-cst-page {
    --cst-surface-grid:
      linear-gradient(90deg, var(--cst-atelier-grid-x) 0 1px, transparent 1px) 0 0 / 34px 34px,
      linear-gradient(0deg, var(--cst-atelier-grid-y) 0 1px, transparent 1px) 0 0 / 34px 34px;
  }

  html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__media::before {
    inset: 9% 4% 7% 4% !important;
  }
}
/* === /DS custom order coherent light atelier surfaces v0.20.100 === */

/* === DS custom order tailored image reliable light blend v0.20.101 === */
html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__media {
  background:
    url("https://dsguitars.co.il/wp-content/uploads/2024/02/new-g-1.png") 54% 50% / min(92%, 430px) auto no-repeat,
    radial-gradient(ellipse at 54% 52%, rgba(183, 143, 82, 0.24), rgba(134, 132, 251, 0.13) 47%, transparent 72%) center / 90% 86% no-repeat !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__media::before {
  display: none !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__media img {
  opacity: 0 !important;
  visibility: hidden !important;
}

@media (max-width: 820px) {
  html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__media {
    background:
      url("https://dsguitars.co.il/wp-content/uploads/2024/02/new-g-1.png") 50% 50% / min(84%, 330px) auto no-repeat,
      radial-gradient(ellipse at 50% 52%, rgba(183, 143, 82, 0.22), rgba(134, 132, 251, 0.12) 48%, transparent 74%) center / 92% 88% no-repeat !important;
  }
}
/* === /DS custom order tailored image reliable light blend v0.20.101 === */

/* === DS custom order tailored mobile rail alignment v0.20.102 === */
@media (max-width: 820px) {
  html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin-inline: auto !important;
  }
}
/* === /DS custom order tailored mobile rail alignment v0.20.102 === */

/* === DS custom order tailored image cleanup v0.20.112 === */
html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored {
  overflow: hidden !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 31%),
    linear-gradient(270deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 28%) !important;
  opacity: 0.38 !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__media {
  position: relative !important;
  overflow: visible !important;
  background: transparent !important;
  background-image: none !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__media::before,
html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__media::after {
  content: none !important;
  display: none !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__media img {
  position: absolute !important;
  z-index: 1 !important;
  inset: 0 auto auto 0 !important;
  display: block !important;
  width: auto !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  object-fit: contain !important;
  filter: none !important;
  transform: translateX(-1px) !important;
}

html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__copy {
  position: relative !important;
  z-index: 2 !important;
}

@media (max-width: 820px) {
  html body.page-id-2235 .ds-cst-page .ds-cst-dark.ds-cst-dark--tailored .ds-cst-dark__media img {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
/* === /DS custom order tailored image cleanup v0.20.112 === */

/* === DS catalog open product layout v0.20.109 === */
html body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-pa_brand) ul.products li.product,
html body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-pa_brand) ul.products li.product:hover {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  transform: none !important;
}

html body.woocommerce.woocommerce-shop ul.products li.product,
html body.woocommerce.post-type-archive-product ul.products li.product,
html body.woocommerce.tax-product_cat ul.products li.product,
html body.woocommerce.tax-pa_brand ul.products li.product,
html body.woocommerce.woocommerce-shop ul.products li.product:hover,
html body.woocommerce.post-type-archive-product ul.products li.product:hover,
html body.woocommerce.tax-product_cat ul.products li.product:hover,
html body.woocommerce.tax-pa_brand ul.products li.product:hover {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

html body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-pa_brand) ul.products li.product .woocommerce-loop-product__title {
  min-height: 0 !important;
  margin: 0 !important;
  text-align: right !important;
}

html body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-pa_brand) ul.products li.product .price {
  margin: 8px 0 0 !important;
}

html body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-pa_brand) ul.products li.product .ct-woo-card-actions {
  margin: 16px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-pa_brand) ul.products li.product a.button,
html body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-pa_brand) ul.products li.product .button {
  align-self: flex-start !important;
  min-height: 44px !important;
  margin: 0 !important;
  border-radius: 8px !important;
}

@media (max-width: 1100px) {
  html body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-pa_brand) ul.products {
    grid-template-columns: 1fr !important;
    gap: 38px !important;
  }

  html body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-pa_brand) ul.products li.product {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) max-content !important;
    grid-template-areas:
      "media media"
      "title price"
      "actions actions" !important;
    column-gap: 18px !important;
    row-gap: 0 !important;
    direction: rtl !important;
    text-align: right !important;
  }

  html body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-pa_brand) ul.products li.product figure {
    grid-area: media !important;
  }

  html body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-pa_brand) ul.products li.product .woocommerce-loop-product__title {
    grid-area: title !important;
    align-self: start !important;
    padding: 0 !important;
    font-size: clamp(1.08rem, 3.4vw, 1.32rem) !important;
    line-height: 1.25 !important;
  }

  html body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-pa_brand) ul.products li.product .price {
    grid-area: price !important;
    justify-self: end !important;
    align-self: start !important;
    margin: 0.12em 0 0 !important;
    padding: 0 !important;
    font-size: clamp(1.02rem, 3vw, 1.2rem) !important;
    line-height: 1.15 !important;
    text-align: left !important;
  }

  html body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-pa_brand) ul.products li.product .entry-meta {
    display: none !important;
  }

  html body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-pa_brand) ul.products li.product .ct-woo-card-actions {
    grid-area: actions !important;
    width: 100% !important;
    margin-top: 16px !important;
  }

  html body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-pa_brand) ul.products li.product a.button,
  html body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-pa_brand) ul.products li.product .button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 52px !important;
    padding: 0 20px !important;
    border-radius: 10px !important;
    font-size: 1rem !important;
  }
}

@media (max-width: 420px) {
  html body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-pa_brand) ul.products li.product {
    grid-template-columns: minmax(0, 1fr) auto !important;
    column-gap: 14px !important;
  }

  html body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-pa_brand) ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.08rem !important;
  }
}
/* === /DS catalog open product layout v0.20.109 === */

/* === DS archive product outer-card removal only v0.20.106 === */
html body.archive.woocommerce ul.products li.product,
html body.archive.woocommerce ul.products li.product:hover,
html body.archive.woocommerce-page ul.products li.product,
html body.archive.woocommerce-page ul.products li.product:hover {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}
/* === /DS archive product outer-card removal only v0.20.106 === */

/* === DS archive product lower stack lock v0.20.110 === */
html body.archive.woocommerce ul.products li.product .woocommerce-loop-product__title,
html body.archive.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: right !important;
}

html body.archive.woocommerce ul.products li.product .price,
html body.archive.woocommerce-page ul.products li.product .price {
  display: flex !important;
  width: 100% !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  justify-content: flex-end !important;
  text-align: right !important;
}

html body.archive.woocommerce ul.products li.product .ct-woo-card-actions,
html body.archive.woocommerce-page ul.products li.product .ct-woo-card-actions {
  display: block !important;
  width: 100% !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
}

html body.archive.woocommerce ul.products li.product a.button,
html body.archive.woocommerce ul.products li.product .button,
html body.archive.woocommerce-page ul.products li.product a.button,
html body.archive.woocommerce-page ul.products li.product .button {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 0 20px !important;
  justify-content: center !important;
  border-radius: 10px !important;
}

@media (max-width: 1100px) {
  html body.archive.woocommerce ul.products li.product,
  html body.archive.woocommerce-page ul.products li.product {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "media"
      "title"
      "price"
      "actions" !important;
    row-gap: 0 !important;
    direction: rtl !important;
    text-align: right !important;
  }

  html body.archive.woocommerce ul.products li.product figure,
  html body.archive.woocommerce-page ul.products li.product figure {
    grid-area: media !important;
  }

  html body.archive.woocommerce ul.products li.product .woocommerce-loop-product__title,
  html body.archive.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    grid-area: title !important;
  }

  html body.archive.woocommerce ul.products li.product .price,
  html body.archive.woocommerce-page ul.products li.product .price {
    grid-area: price !important;
  }

  html body.archive.woocommerce ul.products li.product .ct-woo-card-actions,
  html body.archive.woocommerce-page ul.products li.product .ct-woo-card-actions {
    grid-area: actions !important;
  }
}
/* === /DS archive product lower stack lock v0.20.110 === */

/* === DS checkout checkbox repair v0.20.113 === */
html body.woocommerce-checkout input[type="checkbox"] {
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  display: inline-block !important;
  flex: 0 0 18px !important;
  inline-size: 18px !important;
  width: 18px !important;
  min-inline-size: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  block-size: 18px !important;
  height: 18px !important;
  min-block-size: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 3px !important;
  background-color: #ffffff !important;
  accent-color: #1c1230 !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

html body.woocommerce-checkout #ship-to-different-address {
  margin: 0 0 18px !important;
}

html body.woocommerce-checkout #ship-to-different-address label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: auto !important;
  margin: 0 !important;
  color: #12131a !important;
  font-size: clamp(1.1rem, 1vw + 0.9rem, 1.35rem) !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  cursor: pointer !important;
}

html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row {
  margin: 14px 0 18px !important;
  padding: 0 !important;
}

html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label.checkbox,
html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: auto !important;
  margin: 0 !important;
  color: #4f4867 !important;
  font-size: 1rem !important;
  line-height: 1.45 !important;
  cursor: pointer !important;
}

html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper input[type="checkbox"],
html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper #terms {
  margin: 0 !important;
}

html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .required {
  margin-inline-start: 2px !important;
  color: #dc2626 !important;
  text-decoration: none !important;
}

html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
  color: #2563eb !important;
  text-decoration: none !important;
}

html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a:hover,
html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a:focus-visible {
  text-decoration: underline !important;
}
/* === /DS checkout checkbox repair v0.20.113 === */

/* === DS homepage custom CTA button match v0.20.112 === */
html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined .ds-home-footer-cta--rich .ds-home-button {
  min-height: 48px !important;
  padding-block: 7px !important;
  padding-inline-start: 22px !important;
  padding-inline-end: 7px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #1c1230 !important;
  color: #ffffff !important;
  box-shadow: 0 16px 36px rgba(28, 18, 48, 0.28) !important;
}

html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined .ds-home-footer-cta--rich .ds-home-button:hover,
html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined .ds-home-footer-cta--rich .ds-home-button:focus-visible {
  background: #0c0c10 !important;
  color: #ffffff !important;
  box-shadow: 0 16px 36px rgba(28, 18, 48, 0.28) !important;
}

html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined .ds-home-footer-cta--rich .ds-home-button > span[aria-hidden="true"] {
  background: rgba(255, 255, 255, 0.16) !important;
  color: #ffffff !important;
}
/* === /DS homepage custom CTA button match v0.20.112 === */

/* === DS homepage custom CTA image replacement v0.20.114 === */
html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined .ds-home-footer-cta--rich {
  --ds-custom-cta-pad-block: clamp(34px, 4.4vw, 56px);
  overflow: hidden !important;
}

html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined .ds-home-footer-cta--rich .ds-cta-visual--dream {
  align-self: stretch !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  min-height: clamp(360px, 32vw, 510px) !important;
  padding: 0 !important;
  margin-block-start: calc(-1 * var(--ds-custom-cta-pad-block)) !important;
  margin-block-end: calc(-1 * var(--ds-custom-cta-pad-block)) !important;
  overflow: visible !important;
}

html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined .ds-home-footer-cta--rich .ds-cta-visual--dream img[src*="custom-guitar-materials-v"] {
  display: block !important;
  width: min(92%, 430px) !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center top !important;
  transform: none !important;
  filter: drop-shadow(0 28px 42px rgba(28, 18, 48, 0.18)) !important;
}

@media (max-width: 880px) {
  html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined .ds-home-footer-cta--rich .ds-cta-visual--dream {
    min-height: clamp(330px, 84vw, 470px) !important;
    margin-block-end: 0 !important;
  }

  html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined .ds-home-footer-cta--rich .ds-cta-visual--dream img[src*="custom-guitar-materials-v"] {
    width: min(82vw, 360px) !important;
  }
}

@media (max-width: 520px) {
  html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined .ds-home-footer-cta--rich .ds-cta-visual--dream {
    min-height: clamp(300px, 86vw, 390px) !important;
  }

  html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined .ds-home-footer-cta--rich .ds-cta-visual--dream img[src*="custom-guitar-materials-v"] {
    width: min(84vw, 315px) !important;
  }
}
/* === /DS homepage custom CTA image replacement v0.20.114 === */

/* === DS checkout intro centering repair v0.20.115 === */
html body.woocommerce-checkout .ds-woo-page-intro {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(760px, 100%) !important;
  margin-inline: auto !important;
  text-align: center !important;
  direction: rtl !important;
}

html body.woocommerce-checkout .ds-woo-page-intro > span {
  align-self: center !important;
  margin-inline: auto !important;
  text-align: center !important;
}

html body.woocommerce-checkout .ds-woo-page-intro h1 {
  width: 100% !important;
  max-width: none !important;
  margin: 14px auto 0 !important;
  text-align: center !important;
}

html body.woocommerce-checkout .ds-woo-page-intro p {
  width: min(58ch, 100%) !important;
  max-width: 58ch !important;
  margin: 14px auto 0 !important;
  text-align: center !important;
}
/* === /DS checkout intro centering repair v0.20.115 === */

/* === DS homepage custom CTA image bottom breathing room v0.20.116 === */
@media (min-width: 881px) {
  html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined .ds-home-footer-cta--rich .ds-cta-visual--dream {
    min-height: clamp(566px, 45vw, 586px) !important;
  }

  html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined .ds-home-footer-cta--rich .ds-cta-visual--dream img[src*="custom-guitar-materials-v"] {
    width: min(86%, 390px) !important;
  }
}
/* === /DS homepage custom CTA image bottom breathing room v0.20.116 === */

/* === DS homepage custom CTA shadow clearance v0.20.118 === */
@media (min-width: 881px) {
  html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined .ds-home-footer-cta--rich .ds-cta-visual--dream {
    min-height: clamp(620px, 48vw, 640px) !important;
  }

  html body.home.page-id-3178 main.ds-shell.ds-home.ds-home-refined .ds-home-footer-cta--rich .ds-cta-visual--dream img[src*="custom-guitar-materials-v"] {
    width: min(84%, 380px) !important;
  }
}
/* === /DS homepage custom CTA shadow clearance v0.20.118 === */

/* === DS single product buy row alignment v0.20.117 === */
html body.single-product .ct-product-add-to-cart form.cart {
  width: 100% !important;
  margin: 0 !important;
}

html body.single-product .ct-product-add-to-cart form.cart > .ct-cart-actions {
  display: grid !important;
  grid-template-columns: clamp(132px, 29%, 168px) minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: stretch !important;
  width: 100% !important;
}

html body.single-product .ct-product-add-to-cart form.cart > .ct-cart-actions > .quantity {
  width: 100% !important;
  min-width: 0 !important;
  height: 64px !important;
  min-height: 64px !important;
  margin: 0 !important;
}

html body.single-product .ct-product-add-to-cart form.cart > .ct-cart-actions > .quantity input.qty {
  height: 64px !important;
  min-height: 64px !important;
}

html body.single-product .ct-product-add-to-cart form.cart > .ct-cart-actions > .single_add_to_cart_button {
  width: 100% !important;
  min-width: 0 !important;
  height: 64px !important;
  min-height: 64px !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

@media (max-width: 359.98px) {
  html body.single-product .ct-product-add-to-cart form.cart > .ct-cart-actions {
    grid-template-columns: 1fr !important;
  }
}
/* === /DS single product buy row alignment v0.20.117 === */
