:root {
--cm-bg:#0B0D10;
--cm-bg2:#07080B;
--cm-surface:#ffffff0a;
--cm-surface-2:#ffffff0f;
--cm-surface-3:#ffffff14;
--cm-line:#ffffff1a;
--cm-line-2:#ffffff24;
--cm-text:#EAF0FF;
--cm-muted:#eaf0ffbf;
--cm-faint:#eaf0ff8c;
--cm-accent:#fff;
--cm-accent-2:#fff;
--cm-gold:#F6B547;
--cm-radius:22px;
--cm-radius-sm:14px;
--cm-shadow:0 24px 70px #0006;
--cm-btn-primary-bg:linear-gradient(135deg,#AF23E6 0%,#9202B3 60%,#af23e638 100%);
--cm-btn-primary-text:#fff;
--cm-btn-secondary-bg:transparent;
--cm-btn-secondary-text:#fffffff2;
--cm-btn-secondary-border:#e25effbf;
--cm-grad:var(--cm-btn-primary-bg);
--cm-purple:var(--cm-accent-2);
--cm-cyan:#00B8FF;
--cm-hero-pad:clamp(18px,3vw,64px);
--cm-summary-max:560px;
--cm-basic-bg:#161b21;
--global-palette1:#5B2BFF;
--global-palette2:#00B8FF;
--global-palette3:#AF23E6;
--global-palette4:#EAF0FF;
--global-palette5:#eaf0ffbf;
--global-palette6:#ffffff1a;
--global-palette7:#0B0D10;
--global-palette8:#07080B;
--global-palette9:#F6B547
}

html,body {
background:radial-gradient(1200px 520px at 18% -12%,#5b2bff4d,#0b0d1000 60%),radial-gradient(900px 420px at 86% 0%,#00b8ff38,#0b0d1000 60%),radial-gradient(1200px 800px at 60% 110%,#f6b5471a,#0b0d1000 60%),linear-gradient(180deg,var(--cm-bg) 0%,var(--cm-bg2) 100%);
color:var(--cm-text)
}

.site,.site-container,.site-header,.content-bg {
background:transparent!important
}

body {
-webkit-font-smoothing:antialiased;
text-rendering:optimizeLegibility
}

h1,h2,h3,h4,h5,h6 {
color:#fff
}

p,li {
color:var(--cm-muted)
}

a {
color:var(--cm-accent);
text-decoration-color:#e1ffffbf
}

a:hover {
color:#fff;
text-decoration-color:#ffffffb3
}

img {
max-width:100%;
height:auto
}

button,input[type="submit"],.wp-block-button__link,.kadence-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit {
background:var(--cm-btn-primary-bg)!important;
color:var(--cm-btn-primary-text)!important;
border:0!important;
border-radius:999px!important;
font-weight:900!important;
box-shadow:0 16px 36px #5b2bff40!important;
text-shadow:0 1px 2px #00000059!important
}

button:hover,input[type="submit"]:hover,.wp-block-button__link:hover,.kadence-button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover {
filter:saturate(1.1) brightness(1.05)
}

button:focus,input[type="submit"]:focus,.wp-block-button__link:focus {
outline:2px solid #77e3ff8c;
outline-offset:3px
}

.wp-block-button.is-style-outline .wp-block-button__link,.cm-btn-outline,.cm-btn--outline .wp-block-button__link,.woocommerce a.button.alt:not(.checkout-button) {
background:var(--cm-btn-secondary-bg)!important;
border:1px solid var(--cm-btn-secondary-border)!important;
color:var(--cm-btn-secondary-text)!important;
box-shadow:none!important;
text-shadow:none!important
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,.cm-btn-outline:hover,.cm-btn--outline .wp-block-button__link:hover,.woocommerce a.button.alt:not(.checkout-button):hover {
border-color:#77e3ffb3!important;
color:#fff!important
}

input[type="text"],input[type="email"],input[type="password"],input[type="tel"],input[type="search"],textarea,select {
background:#ffffff0a!important;
color:#fff!important;
border:1px solid var(--cm-line-2)!important;
border-radius:var(--cm-radius-sm)!important
}

input::placeholder,textarea::placeholder {
color:#eaf0ff8c
}

.site-header {
border-bottom:1px solid #ffffff14;
backdrop-filter:blur(10px)
}

.site-header .site-title a,.site-header a {
color:#fff
}

/* Header: skjul site-title tekst (logo-billedet viser brandet) */
.site-header .site-title-wrap .site-title,
.site-header p.site-title {
    display: none !important;
}

/* Header tagline */
.site-header .site-description {
    display: block !important;
    color: var(--cm-gold, #c9a84c);
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0.85;
    margin: 0;
    font-weight: 400;
}

body.cm-studio-ui .cm-overline {
font-size:11px;
letter-spacing:.22em;
text-transform:uppercase;
font-weight:800;
color:var(--cm-gold);
margin-bottom:8px
}

body.cm-studio-ui .cm-studio-panel {
background:radial-gradient(1200px 500px at 25% -10%,#5b2bff42,#0b0d1000 60%),radial-gradient(900px 400px at 85% 0%,#00b8ff2e,#0b0d1000 60%),#ffffff05;
border:1px solid #ffffff1a;
border-radius:22px;
padding:22px 18px;
color:var(--cm-text);
box-shadow:0 24px 70px #0006
}

body.cm-studio-ui .cm-studio-card {
background:#ffffff0a;
border:1px solid #ffffff1a;
border-radius:18px;
padding:16px;
margin-top:14px
}

body.cm-studio-ui .cm-studio-license-grid {
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:12px;
margin-top:12px
}

body.cm-studio-ui .cm-studio-license-row {
display:flex;
align-items:center;
gap:10px;
padding:12px;
border-radius:999px;
background:#0b0d1073;
border:1px solid #00b8ff47
}

body.cm-studio-ui .cm-studio-license-code {
flex:1;
font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;
font-weight:800;
letter-spacing:.14em;
color:#AF23E6;
font-size:14px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}

body.cm-studio-ui .cm-license-copy-btn,body.cm-studio-ui .cm-studio-btn {
border:0!important;
cursor:pointer;
border-radius:999px!important;
padding:10px 14px;
font-weight:900!important;
background:var(--cm-btn-primary-bg)!important;
color:var(--cm-btn-primary-text)!important;
text-shadow:0 1px 2px #00000059!important
}

body.cm-studio-ui .cm-studio-form__row input {
width:100%;
padding:12px;
border-radius:14px;
border:1px solid #ffffff1f;
background:#ffffff0a;
color:#fff
}

/* ============================================
   SINGLE PRODUCT – HERO GRID (Gallery + Summary)
   ============================================ */

body.single-product .woocommerce div.product{
  max-width:none!important;
  width:100vw!important;
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;

  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  align-items:stretch!important;

  margin:0 calc(50% - 50vw)!important;
}

body.single-product .woocommerce div.product div.images,
body.single-product .woocommerce div.product div.summary{
  float:none!important;
  width:auto!important;
  clear:none!important;
  min-width:0!important;
}

/* Gallery */
body.single-product .woocommerce div.product .woocommerce-product-gallery{
  grid-column:1!important;
  margin:0!important;
  padding:var(--cm-hero-pad)!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}

body.single-product .woocommerce-product-gallery__wrapper{
  padding:0!important;
  margin:0!important;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img{
  width:100%!important;
  height:auto!important;
  display:block!important;
  object-fit:contain!important;
  background:transparent!important;
  border-radius:18px!important;
  border:1px solid #ffffff1a!important;
}

/* Hide default thumbs (Kadence/Woo variants) */
body.single-product .woocommerce-product-gallery .flex-control-thumbs,
body.single-product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs,
body.single-product .woocommerce-product-gallery .kadence-product-gallery-thumbnails,
body.single-product .woocommerce-product-gallery .kt-wc-product-gallery-thumbs,
body.single-product .woocommerce-product-gallery .kt-product-gallery-thumbs{
  display:none!important;
}

/* Custom gallery grid thumbs (if you render .cm-gallery-grid) */
body.single-product .woocommerce-product-gallery .cm-gallery-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:14px!important;
  margin-top:14px!important;
  padding:0!important;
  list-style:none!important;
}
@media (max-width:780px){
  body.single-product .woocommerce-product-gallery .cm-gallery-grid{
    grid-template-columns:1fr!important;
  }
}
body.single-product .woocommerce-product-gallery .cm-gallery-grid-img{
  width:100%!important;
  height:auto!important;
  display:block!important;
  object-fit:contain!important;
  border-radius:16px!important;
  border:1px solid #ffffff1a!important;
  background:#ffffff08!important;
}

/* Summary */
body.single-product .woocommerce div.product .summary{
  grid-column:2!important;
  margin:0!important;
  padding:var(--cm-hero-pad)!important;
  position:relative!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
}

body.single-product .woocommerce div.product .summary::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:var(--cm-basic-bg)!important;
  z-index:0!important;
}

body.single-product .woocommerce div.product .summary > *{
  position:relative!important;
  z-index:1!important;
  max-width:var(--cm-summary-max)!important;
  width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

body.single-product .woocommerce div.product .summary,
body.single-product .woocommerce div.product .summary p,
body.single-product .woocommerce div.product .summary li{
  color:#eaf0ffd1!important;
}

body.single-product .woocommerce div.product .summary h1,
body.single-product .woocommerce div.product .summary h2,
body.single-product .woocommerce div.product .summary h3{
  color:#fff!important;
}

/* Hide meta lines */
.single-product .summary .product_meta .sku_wrapper,
.single-product .summary .product_meta .posted_in,
.single-product .summary .product_meta .tagged_as{
  display:none!important;
}

/* Single product ATC button (general) */
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button{
  background:var(--cm-btn-primary-bg)!important;
  color:var(--cm-btn-primary-text)!important;
  border:0!important;
  border-radius:999px!important;
  font-weight:900!important;
  box-shadow:0 18px 40px #00000059!important;
  text-shadow:0 1px 2px #00000059!important;
}

/* Full-width sections under hero */
body.single-product .cm-section-break,
body.single-product .cm-buybar-wrap,
body.single-product .cm-details-section,
body.single-product .cm-hotspot-section,
body.single-product .cm-video-section,
body.single-product .cm-faq-section,
body.single-product .related.products{
  grid-column:1 / -1!important;
  width:100%!important;
  float:none!important;
  clear:both!important;
}

/* Responsive hero */
@media (max-width:900px){
  body.single-product .woocommerce div.product{
    grid-template-columns:1fr!important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery{
    padding:clamp(16px,4vw,28px)!important;
  }
  body.single-product .woocommerce div.product .summary{
    padding:clamp(18px,4.5vw,32px)!important;
  }
}

/* Layout container */
.cm-wrap{
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:clamp(18px,3vw,34px)!important;
  padding-right:clamp(18px,3vw,34px)!important;
  box-sizing:border-box!important;
}

/* ============================================
   DETAILS / SPECS
   ============================================ */

.single-product .cm-details-section{
  padding:clamp(42px,5vw,72px) 0!important;
  background:#ffffff08!important;
  border-top:1px solid #ffffff14!important;
  border-bottom:1px solid #ffffff14!important;
}

.single-product .cm-details-section .wp-block-group,
.single-product .cm-details-section .kt-row-layout-inner,
.single-product .cm-details-section .kt-inside-inner-col{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  padding:0!important;
}

.single-product .cm-details-section .cm-details-grid{
  display:grid!important;
  grid-template-columns:minmax(0,3fr) minmax(0,1fr)!important;
  gap:clamp(14px,2.2vw,18px)!important;
  align-items:start!important;
}
@media (max-width:900px){
  .single-product .cm-details-section .cm-details-grid{
    grid-template-columns:1fr!important;
  }
}

.single-product .cm-spec-row{
  display:grid;
  grid-template-columns:auto 1fr;
  column-gap:10px;
  align-items:baseline;
  padding:6px 0;
  border-bottom:1px solid #ffffff14;
}
.single-product .cm-spec-row dt{
  margin:0;
  font-size:13px;
  font-weight:900;
  color:#eaf0ffb3;
  white-space:nowrap;
}
.single-product .cm-spec-row dd{
  margin:0;
  font-size:13px;
  color:#eaf0ffe6;
}
.single-product .cm-spec-row:last-child{
  border-bottom:0;
}

/* Manual link */
body.single-product a.cm-manual-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  padding:10px 14px!important;
  border-radius:999px!important;
  background:#ffffff0f!important;
  border:1px solid #ffffff24!important;
  color:#fff!important;
  text-decoration:none!important;
}

/* ============================================
   BUYBAR
   ============================================ */

.single-product .cm-buybar-wrap{
  padding:0!important;
  margin:0!important;
  background:transparent!important;
}

.single-product .cm-buybar{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  background:linear-gradient(135deg,#5b2bff59,#00b8ff59),#0B0D10;
  border-top:1px solid #ffffff24;
  border-bottom:1px solid #ffffff24;
  border-radius:999px;
  box-shadow:inset 0 1px 0 #ffffff1a, 0 16px 40px #00000073;
}

.single-product .cm-buybar .cm-stickybar-inner{
  max-width:1180px;
  margin:0 auto;
  padding:14px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.cm-stickybar-name,
.cm-stickybar-price{
  font-weight:900;
}

.single-product .cm-buybar .add_to_cart_button{
  background:var(--cm-btn-primary-bg)!important;
  color:var(--cm-btn-primary-text)!important;
  border-radius:999px!important;
  font-weight:900!important;
  text-shadow:0 1px 2px #00000059!important;
}

.single-product .cm-buybar .cm-dealer{
  background:var(--cm-btn-secondary-bg)!important;
  border:1px solid var(--cm-btn-secondary-border)!important;
  color:var(--cm-btn-secondary-text)!important;
  border-radius:999px!important;
  font-weight:900!important;
}

.single-product .cm-buybar-choose-variant{
  background:var(--cm-btn-secondary-bg)!important;
  border:1px solid var(--cm-btn-secondary-border)!important;
  color:var(--cm-btn-secondary-text)!important;
  border-radius:999px!important;
  font-weight:900!important;
  padding:10px 20px!important;
  font-size:14px!important;
  text-decoration:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  transition:all 0.2s ease!important;
}

.single-product .cm-buybar-choose-variant:hover{
  border-color:var(--cm-btn-secondary-text)!important;
  opacity:.9!important;
}

@media (max-width:900px){
  .single-product .cm-buybar{
    border-radius:22px;
  }
  .single-product .cm-buybar .cm-stickybar-inner{
    flex-direction:column;
    align-items:stretch;
    text-align:center;
  }
}

/* ============================================
   HOTSPOT SECTION
   ============================================ */

.single-product .cm-hotspot-section{
  width:100vw!important;
  padding:0!important;
  background:
    radial-gradient(900px 420px at 20% 0%,#5b2bff33,#0000 60%),
    radial-gradient(900px 420px at 85% 10%,#00b8ff24,#0000 60%),
    linear-gradient(180deg,#ffffff0f,#ffffff06)!important;
  margin:0 calc(50% - 50vw)!important;
}

.single-product .cm-hotspot-section > *{
  margin:0!important;
}

.single-product .cm-hotspot-section .cm-hotspot-media{
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border-radius:0!important;
  overflow:hidden!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

.single-product .cm-hotspot-media .wp-block-essential-blocks-image-hotspots,
.single-product .cm-hotspot-media .eb-parent-wrapper,
.single-product .cm-hotspot-media .eb-image-hotspots-wrapper,
.single-product .cm-hotspot-media .eb-image-hotspots-image-wrapper,
.single-product .cm-hotspot-media .eb-image-wrapper,
.single-product .cm-hotspot-media .eb-image-wrapper-inner,
.single-product .cm-hotspot-media figure{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}

.single-product .cm-hotspot-media figcaption{
  display:none!important;
}

.single-product .cm-hotspot-media img{
  width:100%!important;
  height:auto!important;
  display:block!important;
}

/* ============================================
   VIDEO SECTION
   ============================================ */

.single-product .cm-video-section{
  width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  position:relative!important;
  padding:clamp(36px,4.5vw,80px) 0!important;
  overflow:hidden!important;
}

.single-product .cm-video-section::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:
    radial-gradient(1200px 520px at 20% 0%,#5b2bff2e,#0000 60%),
    radial-gradient(900px 420px at 86% 10%,#00b8ff24,#0000 60%),
    linear-gradient(180deg,#07080beb,#07080bf5)!important;
  z-index:0!important;
}

.single-product .cm-video-section .cm-wrap{
  position:relative!important;
  z-index:1!important;
}

.single-product .cm-video-grid{
  display:grid!important;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.55fr)!important;
  gap:clamp(16px,3vw,40px)!important;
  align-items:center!important;
}

@media (max-width:900px){
  .single-product .cm-video-grid{
    grid-template-columns:1fr!important;
    align-items:start!important;
  }
}

.single-product .cm-video-quote{
  background:#00000059!important;
  border:1px solid #ffffff1f!important;
  border-radius:22px!important;
  padding:clamp(18px,2.2vw,28px)!important;
  box-shadow:0 22px 70px #00000073!important;
  backdrop-filter:blur(10px)!important;
}

.single-product .cm-video-quote p{
  margin:0!important;
  color:#fff!important;
  font-weight:900!important;
  line-height:1.05!important;
  font-size:clamp(26px,3.2vw,46px)!important;
}

.single-product .cm-video-quote cite{
  display:block!important;
  margin-top:14px!important;
  font-style:normal!important;
  color:#eaf0ffb3!important;
  font-weight:800!important;
  font-size:12px!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
}

.single-product .cm-video-embed{
  background:#ffffff08!important;
  border:1px solid #ffffff1f!important;
  border-radius:22px!important;
  padding:clamp(10px,1.4vw,14px)!important;
  box-shadow:0 22px 70px #00000073!important;
}

.single-product .cm-video-embed iframe{
  width:100%!important;
  aspect-ratio:16 / 9!important;
  border:0!important;
  border-radius:16px!important;
  display:block!important;
}

.single-product .cm-video-list{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:14px!important;
  align-items:stretch!important;
  margin-top:14px!important;
}

@media (max-width:980px){
  .single-product .cm-video-list{ grid-template-columns:repeat(3,minmax(0,1fr))!important; }
}
@media (max-width:640px){
  .single-product .cm-video-list{ grid-template-columns:repeat(2,minmax(0,1fr))!important; }
}

.single-product .cm-video-item{
  width:100%!important;
  text-align:left!important;
  border-radius:18px!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  padding:0!important;
  min-height:140px!important;
  background:#ffffff09!important;
  border:1px solid #ffffff1a!important;
  transition:transform .14s ease,border-color .14s ease,background .14s ease,box-shadow .14s ease!important;
}

.single-product .cm-video-item:hover{
  transform:translateY(-1px)!important;
  border-color:#77e3ff38!important;
  background:#ffffff0b!important;
}

.single-product .cm-video-item.is-active{
  border-color:#825aff8c!important;
  box-shadow:0 18px 46px #00000052!important;
}

.single-product .cm-video-thumb{
  position:relative!important;
  width:100%!important;
  aspect-ratio:16 / 9!important;
  overflow:hidden!important;
  border-bottom:1px solid #ffffff14!important;
}

.single-product .cm-video-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}

.single-product .cm-video-thumb::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,#0000 45%,#000000bf 100%)!important;
  pointer-events:none!important;
}

.single-product .cm-video-meta{
  padding:10px 12px 12px!important;
  min-height:58px!important;
  display:flex!important;
  align-items:flex-start!important;
}

.single-product .cm-video-title{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-weight:800!important;
  line-height:1.15!important;
  font-size:14px!important;
  color:#ffffffeb!important;
}

.cm-video-more-title{
  margin:16px 0 10px;
  font-size:14px;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.85;
}

/* ============================================
   FAQ SECTION
   ============================================ */

.single-product .cm-faq-section{
  width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  position:relative!important;
  padding:clamp(52px,7vw,96px) 0!important;
  background:
    radial-gradient(1100px 520px at 18% 10%,#5b2bff38,transparent 60%),
    radial-gradient(900px 480px at 85% 25%,#00b8ff2e,transparent 62%),
    linear-gradient(180deg,#ffffff17 0%,#ffffff0b 100%)!important;
}

.single-product .cm-faq-section .cm-wrap{
  position:relative;
  z-index:1;
}

.single-product .cm-faq-acc{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:14px!important;
}

.single-product .cm-faq-item{
  background:#0b0d104d!important;
  border:1px solid #ffffff24!important;
  border-radius:18px!important;
  overflow:hidden!important;
  box-shadow:0 18px 50px #00000038!important;
}

.single-product .cm-faq-q{
  list-style:none!important;
  cursor:pointer!important;
  padding:14px 16px!important;
  font-weight:950!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
}

.single-product .cm-faq-q::-webkit-details-marker{ display:none; }

.single-product .cm-faq-q::after{
  content:"+"!important;
  width:34px!important;
  height:34px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  border:1px solid #ffffff29!important;
  background:#ffffff0f!important;
  font-weight:950!important;
}

.single-product .cm-faq-item[open] > .cm-faq-q::after{
  content:"–"!important;
  background:#77e3ff24!important;
  border-color:#77e3ff42!important;
}

.single-product .cm-faq-a{
  padding:0 16px 16px!important;
  color:#eaf0ffdb!important;
  line-height:1.65!important;
}

.single-product .cm-faq-a p{ margin:10px 0 0!important; }

/* ============================================
   RELATED PRODUCTS (Cards)
   ============================================ */

body.single-product .related.products{
  position:relative!important;
  padding:clamp(46px,6vw,86px) 0!important;
}

body.single-product .related.products::before{
  content:""!important;
  position:absolute!important;
  top:0!important;
  bottom:0!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  width:100vw!important;
  background:
    radial-gradient(1200px 520px at 18% 0%, #77e3ff2e, #0000 60%),
    radial-gradient(1200px 520px at 86% 10%, #5b2bff2e, #0000 60%),
    linear-gradient(180deg, #2c343eff 0%, #1c2026ff 100%)!important;
  z-index:0!important;
}

body.single-product .related.products > *{
  position:relative!important;
  z-index:1!important;
}

body.single-product .related.products h2,
body.single-product .related.products ul.products{
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:clamp(18px,2.6vw,34px)!important;
  padding-right:clamp(18px,2.6vw,34px)!important;
  box-sizing:border-box!important;
}

body.single-product .related.products ul.products{
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  gap:18px!important;
  list-style:none!important;
}

/* Card layout */
body.single-product .related.products ul.products li.product{
  flex:0 1 260px!important;
  width:260px!important;
  background:#ffffff1a!important;
  border:1px solid #ffffff2e!important;
  border-radius:18px!important;
  padding:14px!important;
  box-shadow:0 18px 40px #00000059!important;

  display:grid!important;
  grid-template-columns:1fr auto!important;
  grid-template-rows:auto 1fr auto!important;
  column-gap:12px!important;
  row-gap:12px!important;
  text-align:left!important;
}

body.single-product .related.products ul.products li.product a.woocommerce-LoopProduct-link,
body.single-product .related.products ul.products li.product a.woocommerce-loop-product__link{
  grid-column:1 / -1!important;
  grid-row:1!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  padding:0!important;
  margin:0!important;
}

body.single-product .related.products ul.products li.product img{
  border-radius:14px!important;
  border:1px solid #ffffff24!important;
  background:#0000001a!important;
  display:block!important;
  margin:0!important;
}

body.single-product .related.products ul.products li.product .woocommerce-loop-product__title{
  width:100%!important;
  text-align:left!important;
  margin:10px 0 0!important;
  padding:0!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
  hyphens:auto!important;
  line-height:1.2!important;
}

body.single-product .related.products ul.products li.product .price{
  grid-column:1!important;
  grid-row:3!important;
  align-self:end!important;
  justify-self:start!important;
  margin:0!important;
}

body.single-product .related.products ul.products li.product a.button{
  grid-column:2!important;
  grid-row:3!important;
  align-self:end!important;
  justify-self:end!important;
  white-space:nowrap!important;
  width:auto!important;
  margin-top:0!important;
  opacity:1!important;
  transform:none!important;
  pointer-events:auto!important;
}

/* ============================================
   VARIATIONS (Woo default markup – no template override)
   IMPORTANT: Do NOT hide table. We restyle it.
   ============================================ */

.single-product .cm-summary-variations-wrapper{
  margin:12px 0 18px 0;
}

/* Table becomes "blocky" */
.single-product form.variations_form table.variations{
  width:100%!important;
  border:0!important;
  margin:0 0 12px 0!important;
}
.single-product form.variations_form table.variations tr{
  display:block!important;
  margin:0 0 12px 0!important;
}
.single-product form.variations_form table.variations th,
.single-product form.variations_form table.variations td{
  display:block!important;
  padding:0!important;
  border:0!important;
}

/* Label */
.single-product form.variations_form table.variations th label{
  display:block!important;
  margin:0 0 6px 0!important;
  font-size:12px!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  color:#eaf0ffb3!important;
}

/* Select */
.single-product form.variations_form table.variations select{
  width:100%!important;
  padding:12px 14px!important;
  background:#ffffff08!important;
  border:1px solid #ffffff1f!important;
  border-radius:10px!important;
  color:#eaf0ffe6!important;
  font-size:14px!important;
  font-weight:600!important;
  cursor:pointer!important;
  transition:all .2s ease!important;
  appearance:none!important;
  background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23eaf0ffe6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e")!important;
  background-repeat:no-repeat!important;
  background-position:right 10px center!important;
  background-size:18px!important;
  padding-right:38px!important;
}

.single-product form.variations_form table.variations select:hover{
  border-color:#77e3ff42!important;
  background-color:#ffffff0b!important;
}

.single-product form.variations_form table.variations select:focus{
  outline:none!important;
  border-color:#77e3ff8c!important;
  box-shadow:0 0 0 3px rgba(119,227,255,.1)!important;
}

.single-product form.variations_form table.variations select option{
  background:#1a1d23!important;
  color:#eaf0ffe6!important;
}

/* Optional: hide reset link + quantity */
.single-product form.variations_form .quantity{ display:none!important; }
.single-product form.variations_form .reset_variations{ display:none!important; }

/* Optional: hide Woo variation price/desc blocks (keep if you update price elsewhere) */
.single-product .woocommerce-variation-price{ display:none!important; }
.single-product .woocommerce-variation-description{ display:none!important; }

/* Button */
.single-product form.variations_form .single_add_to_cart_button{
  width:100%!important;
  padding:14px 24px!important;
  background:var(--cm-btn-primary-bg)!important;
  color:var(--cm-btn-primary-text)!important;
  border:0!important;
  border-radius:999px!important;
  font-weight:900!important;
  font-size:15px!important;
  text-shadow:0 1px 2px #00000059!important;
  box-shadow:0 18px 40px #00000059!important;
  margin-top:12px!important;
  min-height:50px!important;
  transition:all .2s ease!important;
}

.single-product form.variations_form .single_add_to_cart_button:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 22px 50px #00000073!important;
}

.single-product form.variations_form .single_add_to_cart_button:disabled{
  opacity:.6!important;
  cursor:not-allowed!important;
  transform:none!important;
}

/* Small screens */
@media (max-width:640px){
  .single-product form.variations_form table.variations select{
    padding:11px 12px!important;
    font-size:13px!important;
  }
  .single-product form.variations_form .single_add_to_cart_button{
    padding:12px 20px!important;
    font-size:14px!important;
    min-height:48px!important;
  }
}

body .cm-studio-page {
position:relative
}

body .cm-studio-page .alignfull {
width:100vw!important;
margin-left:calc(50% - 50vw)!important;
margin-right:calc(50% - 50vw)!important;
max-width:none!important;
position:relative;
padding:clamp(46px,6vw,86px) 0!important
}

body .cm-studio-page .cm-studio-hero {
position:relative;
overflow:hidden;
padding:clamp(64px,7vw,108px) 0!important;
background:radial-gradient(1100px 560px at 15% 25%,#825aff57,transparent 60%),radial-gradient(900px 520px at 85% 35%,#3cd2ff2e,transparent 62%),radial-gradient(700px 420px at 55% 95%,#ffffff12,transparent 60%),linear-gradient(180deg,#ffffff0f 0%,#ffffff05 100%)
}

body .cm-studio-page .cm-surface {
background:#12161cb8;
border:1px solid #ffffff1a;
border-radius:18px;
padding:clamp(18px,2.4vw,26px)!important;
box-shadow:0 18px 52px #00000057;
backdrop-filter:blur(10px)
}

body .cm-studio-page .cm-card {
background:#ffffff09;
border:1px solid #ffffff1a;
border-radius:16px;
padding:16px!important;
box-shadow:0 12px 34px #00000042
}

body .cm-studio-page .cm-spec-table {
width:100%;
border-collapse:separate;
border-spacing:0;
margin:18px 0 10px;
border-radius:14px;
border:1px solid #ffffff1a;
background:#ffffff05;
overflow:hidden
}

body .cm-studio-page .cm-spec-table caption {
text-align:left;
padding:10px 12px;
font-weight:900;
color:#ffffffeb
}

body .cm-studio-page .cm-spec-table th,body .cm-studio-page .cm-spec-table td {
padding:12px;
border-top:1px solid #ffffff14;
vertical-align:top
}

body .cm-studio-page .cm-spec-table th {
width:220px;
color:#ffffffe0;
font-weight:800
}

body.home .cm-page.cm-home .cm-studio-hero,body.home .cm-studio-hero.cm-hero-spotlight,.cm-page.cm-home .cm-studio-hero.cm-hero-spotlight {
position:relative;
overflow:hidden;
padding:clamp(64px,7vw,108px) 0!important;
background:radial-gradient(1100px 560px at 15% 25%,#825aff57,transparent 60%),radial-gradient(900px 520px at 85% 35%,#3cd2ff2e,transparent 62%),radial-gradient(700px 420px at 55% 95%,#ffffff12,transparent 60%),linear-gradient(180deg,#ffffff0f 0%,#ffffff05 100%)
}

body.home .cm-page.cm-home .alignfull {
width:100vw!important;
margin-left:calc(50% - 50vw)!important;
margin-right:calc(50% - 50vw)!important;
max-width:none!important;
position:relative;
padding:clamp(46px,6vw,86px) 0!important
}

body .cm-studio-page .cm-faq-section {
position:relative!important;
padding:clamp(52px,7vw,96px) 0!important;
background:radial-gradient(1100px 520px at 18% 10%,#5b2bff38,transparent 60%),radial-gradient(900px 480px at 85% 25%,#00b8ff2e,transparent 62%),linear-gradient(180deg,#ffffff17 0%,#ffffff0b 100%)!important
}

body .cm-studio-page .cm-faq-acc {
display:grid!important;
gap:12px!important
}

@media (min-width: 980px) {
body .cm-studio-page .cm-faq-acc {
grid-template-columns:1fr!important;
gap:14px!important
}
}

body .cm-studio-page .cm-faq-item {
background:#0b0d104d!important;
border:1px solid #ffffff24!important;
border-radius:18px!important;
overflow:hidden!important;
box-shadow:0 18px 50px #00000038!important
}

body .cm-studio-page .cm-faq-q {
list-style:none!important;
cursor:pointer!important;
padding:14px 16px!important;
font-weight:950!important;
color:#fff!important;
display:flex!important;
align-items:center!important;
justify-content:space-between!important;
gap:12px!important;
background:linear-gradient(180deg,#ffffff0a,#fff0)!important
}

body .cm-studio-page .cm-faq-q::-webkit-details-marker {
display:none
}

body .cm-studio-page .cm-faq-q::after {
content:"+"!important;
width:34px!important;
height:34px!important;
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
border-radius:999px!important;
border:1px solid #ffffff29!important;
background:#ffffff0f!important;
font-weight:950!important;
color:#eaf0ffeb!important
}

body .cm-studio-page .cm-faq-item[open] > .cm-faq-q::after {
content:"–"!important;
background:#77e3ff24!important;
border-color:#77e3ff42!important
}

body .cm-studio-page .cm-faq-a {
padding:0 16px 16px!important;
color:#eaf0ffdb!important;
line-height:1.65!important
}

body .cm-studio-page .cm-faq-a p {
margin:10px 0 0!important;
color:#eaf0ffd6!important
}

.single-product .summary {
display:flex!important;
flex-direction:column!important;
gap:25px!important
}

.single-product .summary .cm-summary-head {
margin:0!important;
padding:0!important
}

.single-product .summary .cm-summary-title {
margin:0!important;
line-height:1.05!important
}

.single-product .summary .cm-summary-subtitle {
margin-top:6px!important;
font-size:15px!important;
line-height:1.3!important;
color:#eaf0ffbf!important;
font-weight:650!important
}

.single-product .summary .cm-summary-cta {
display:flex!important;
align-items:center!important;
gap:25px!important;
flex-wrap:nowrap!important;
margin-top:5px!important
}

.single-product .summary .cm-summary-price,.single-product .summary .cm-summary-price .price {
margin:0!important;
font-size:30px!important;
font-weight:850!important;
line-height:1!important;
color:#fff!important;
white-space:nowrap!important
}

.single-product .summary .cm-summary-atc {
border:0!important;
border-radius:999px!important;
padding:12px 18px!important;
font-weight:900!important;
background:var(--cm-btn-primary-bg)!important;
color:var(--cm-btn-primary-text)!important;
box-shadow:0 14px 30px #00000047!important;
text-shadow:0 1px 2px #00000059!important;
white-space:nowrap!important
}

.single-product .summary .cm-summary-linksbar {
display:inline-flex!important;
align-items:center!important;
gap:25px!important;
padding:10px 14px!important;
border-radius:999px!important;
background:#ffffff0f!important;
border:1px solid #ffffff1a!important;
box-shadow:0 10px 22px #00000040!important;
width:fit-content!important;
max-width:100%!important
}

.single-product .summary .cm-summary-linksbar .cm-summary-link {
color:#fffffff2!important;
text-decoration:none!important;
font-weight:850!important;
line-height:1!important
}

.single-product .summary .cm-summary-linksbar .cm-summary-link:hover {
text-decoration:underline!important
}

.single-product .summary .cm-summary-linksbar .cm-summary-link-sep {
opacity:.55!important;
font-weight:900!important;
transform:translateY(-1px)
}

.single-product .summary .cm-summary-shortdesc {
margin-top:4px!important
}

.single-product .summary .cm-summary-shortdesc p {
margin:0 0 10px!important;
color:#eaf0ffc7!important
}

.single-product .summary .cm-summary-shortdesc ul {
margin:10px 0 0 18px !important;
padding:0!important
}

.single-product .summary .cm-summary-shortdesc li {
margin:6px 0!important;
color:#eaf0ffcc!important
}

body.single-product div.product.cm-has-sticky-summary {
position:relative
}

body.single-product div.product .summary.cm-summary-sticky {
position:sticky;
align-self:flex-start;
z-index:30
}

body.single-product div.product .summary.cm-summary-pin {
z-index:30
}

body.single-product div.product .summary.cm-summary-sticky,body.single-product div.product .summary.cm-summary-pin {
will-change:top
}

body .cm-studio-page .cm-surface {
background:#12161cb8!important;
border:1px solid #ffffff1a!important;
border-radius:18px!important;
padding:clamp(18px,2.4vw,26px)!important;
box-shadow:0 18px 52px #00000057!important;
backdrop-filter:blur(10px);
-webkit-backdrop-filter:blur(10px)
}

body .cm-studio-page .cm-card {
background:#ffffff09!important;
border:1px solid #ffffff1a!important;
border-radius:16px!important;
padding:16px!important;
box-shadow:0 12px 34px #00000042!important
}

body .cm-studio-page .cm-surface .wp-block-group,body .cm-studio-page .cm-card .wp-block-group {
background:transparent!important;
border:0!important;
box-shadow:none!important;
padding:0!important;
margin:0!important;
border-radius:0!important
}

body .cm-studio-page .cm-spec-table {
width:100%!important;
border-collapse:separate!important;
border-spacing:0!important;
margin:18px 0 10px!important;
overflow:hidden!important;
border-radius:14px!important;
border:1px solid #ffffff1a!important;
background:#ffffff05!important
}

body .cm-studio-page .cm-spec-table caption {
text-align:left!important;
padding:10px 12px!important;
font-weight:900!important;
color:#ffffffeb!important
}

body .cm-studio-page .cm-spec-table th,body .cm-studio-page .cm-spec-table td {
padding:12px!important;
border-top:1px solid #ffffff14!important;
vertical-align:top!important
}

body .cm-studio-page .cm-spec-table th {
width:220px!important;
color:#ffffffe0!important;
font-weight:800!important
}

@media (min-width: 980px) {
body .cm-studio-page .cm-faq-acc {
grid-template-columns:1fr!important
}
}

.cm-page.cm-dealers {
position:relative;
color:var(--cm-text)
}

.cm-page.cm-dealers .cm-hero,.cm-page.cm-dealers .cm-section {
position:relative;
padding:clamp(40px,6vw,86px) 0;
width:100vw!important;
margin-left:calc(50% - 50vw)!important;
margin-right:calc(50% - 50vw)!important;
max-width:none!important
}

.cm-page.cm-dealers .cm-hero > .wp-block-group__inner-container,.cm-page.cm-dealers .cm-section > .wp-block-group__inner-container {
max-width:1180px!important;
margin-left:auto!important;
margin-right:auto!important;
padding-left:clamp(18px,3vw,34px)!important;
padding-right:clamp(18px,3vw,34px)!important;
box-sizing:border-box!important
}

.cm-page.cm-dealers .cm-hero > :not(.wp-block-group__inner-container),.cm-page.cm-dealers .cm-section > :not(.wp-block-group__inner-container) {
max-width:1180px!important;
margin-left:auto!important;
margin-right:auto!important;
padding-left:clamp(18px,3vw,34px)!important;
padding-right:clamp(18px,3vw,34px)!important;
box-sizing:border-box!important
}

.cm-page.cm-dealers .cm-hero {
border:1px solid #ffffff14;
border-left:0;
border-right:0;
background:radial-gradient(1100px 560px at 15% 25%,#5b2bff47,transparent 60%),radial-gradient(900px 520px at 85% 35%,#00b8ff2e,transparent 62%),linear-gradient(180deg,#ffffff0f 0%,#ffffff05 100%)
}

.cm-page.cm-dealers .cm-h1 {
margin:0 0 10px;
color:#fff;
letter-spacing:-.02em;
line-height:1.05
}

.cm-page.cm-dealers .cm-lead {
margin:0;
max-width:70ch;
color:#eaf0ffcc;
font-size:clamp(16px,1.2vw,19px);
line-height:1.55
}

.cm-page.cm-dealers .cm-choice {
margin-top:clamp(18px,2.8vw,34px)
}

.cm-page.cm-dealers .cm-cols-2 {
gap:clamp(14px,2.2vw,18px)
}

@media (min-width: 901px) {
.cm-page.cm-dealers .cm-cols-2 {
display:grid!important;
grid-template-columns:1fr 1fr!important;
align-items:stretch!important
}
}

@media (max-width: 900px) {
.cm-page.cm-dealers .cm-cols-2 {
display:grid!important;
grid-template-columns:1fr!important
}
}

.cm-page.cm-dealers .cm-card {
background:#12161cb8;
border:1px solid #ffffff1a;
border-radius:18px;
padding:clamp(18px,2.4vw,26px);
box-shadow:0 18px 52px #00000057;
backdrop-filter:blur(10px);
-webkit-backdrop-filter:blur(10px);
height:100%
}

.cm-page.cm-dealers .cm-card--primary {
border-color:#5b2bff47;
box-shadow:0 22px 64px #0000006b
}

.cm-page.cm-dealers .cm-h2 {
margin:0 0 8px;
color:#fff
}

.cm-page.cm-dealers .cm-body {
margin:0 0 14px;
color:#eaf0ffc7;
line-height:1.55
}

.cm-page.cm-dealers .cm-buttons {
margin-top:10px
}

.cm-page.cm-dealers .cm-btn--outline .wp-block-button__link {
background:var(--cm-btn-secondary-bg)!important;
border:1px solid var(--cm-btn-secondary-border)!important;
color:var(--cm-btn-secondary-text)!important;
text-shadow:none!important
}

.cm-page.cm-dealers .cm-btn--gold .wp-block-button__link {
background:var(--cm-btn-primary-bg)!important;
color:var(--cm-btn-primary-text)!important;
text-shadow:0 1px 2px #00000059!important
}

.cm-page.cm-dealers .cm-country {
margin-top:clamp(18px,3.2vw,34px)
}

.cm-page.cm-dealers .cm-h3 {
margin:0 0 12px;
color:#ffffffeb;
letter-spacing:.02em
}

.cm-page.cm-dealers .cm-partner-grid {
display:grid!important;
gap:16px!important;
grid-template-columns:repeat(3,minmax(0,1fr))!important;
align-items:stretch!important;
width:100%!important;
max-width:none!important;
float:none!important;
clear:both!important
}

@media (min-width: 1280px) {
.cm-page.cm-dealers .cm-partner-grid {
grid-template-columns:repeat(4,minmax(0,1fr))!important
}
}

@media (max-width: 860px) {
.cm-page.cm-dealers .cm-partner-grid {
grid-template-columns:repeat(2,minmax(0,1fr))!important
}
}

@media (max-width: 540px) {
.cm-page.cm-dealers .cm-partner-grid {
grid-template-columns:1fr!important
}
}

.cm-page.cm-dealers .cm-partner-grid > * {
min-width:0
}

.cm-page.cm-dealers .cm-partner-card {
height:100%;
display:flex
}

.cm-page.cm-dealers .cm-dealer {
background:#ffffff09;
border:1px solid #ffffff1a;
border-radius:16px;
padding:16px;
box-shadow:0 12px 34px #00000042;
display:flex;
flex-direction:column;
width:100%;
height:100%;
min-width:0
}

.cm-page.cm-dealers .cm-dealer__name {
margin:0 0 6px;
color:#fff;
font-weight:900;
letter-spacing:-.01em
}

.cm-page.cm-dealers .cm-dealer__meta {
margin:0 0 8px;
color:#eaf0ffbf;
line-height:1.3
}

.cm-page.cm-dealers .cm-dealer__contacts {
margin:0;
padding:0
}

.cm-page.cm-dealers .cm-dealer__contact {
margin:0 0 4px;
line-height:1.25;
color:#eaf0ffd1
}

.cm-page.cm-dealers .cm-dealer__contact a {
color:#ffffffe6;
text-decoration:none;
border-bottom:1px solid #ffffff2e;
overflow-wrap:anywhere
}

.cm-page.cm-dealers .cm-dealer__contact a:hover {
color:#fff;
border-bottom-color:#77e3ff61
}

.cm-page.cm-dealers .cm-dealer--icons .cm-dealer__icon {
display:inline-block;
width:1.15em;
margin-right:8px;
opacity:.85;
transform:translateY(-1px)
}

.cm-page.cm-dealers .cm-dealer__link {
margin:auto 0 0;
padding-top:10px
}

.cm-page.cm-dealers .cm-dealer__link a {
display:inline-flex;
align-items:center;
gap:10px;
padding:10px 14px;
border-radius:999px;
background:#ffffff0f;
border:1px solid #ffffff24;
color:#ffffffeb;
text-decoration:none;
font-weight:850
}

.cm-page.cm-dealers .cm-dealer__link a:hover {
border-color:#77e3ff42;
background:#ffffff13;
color:#fff
}

.cm-page.cm-dealers .cm-distributors {
margin-top:clamp(18px,3.2vw,34px)
}

.cm-page.cm-dealers .cm-footerband {
margin-top:clamp(18px,3.2vw,34px);
background:#0b0d1059;
border:1px solid #ffffff1a;
border-radius:18px;
padding:18px;
box-shadow:0 18px 50px #00000038
}

.cm-page.cm-dealers .cm-small {
margin:0;
color:#eaf0ffb3;
line-height:1.55
}

.cm-page.cm-dealers .cm-partner-grid--world .cm-country-title {
grid-column:1 / -1;
margin:18px 0 6px;
color:#ffffffeb;
letter-spacing:.02em
}

.cm-page.cm-dealers .cm-dealer__country {
margin:0 0 10px;
display:inline-flex;
align-items:center;
width:fit-content;
padding:6px 10px;
border-radius:999px;
background:#ffffff0f;
border:1px solid #ffffff24;
color:#ffffffe6;
font-weight:850;
letter-spacing:.02em;
font-size:13px;
line-height:1
}

.cm-page.cm-dealers .cm-dealer__country--empty {
background:transparent;
border-color:transparent
}

.cm-page.cm-artists {
position:relative;
color:var(--cm-text)
}

.cm-page.cm-artists .cm-hero,.cm-page.cm-artists .cm-section {
position:relative;
padding:clamp(40px,6vw,86px) 0;
width:100vw!important;
margin-left:calc(50% - 50vw)!important;
margin-right:calc(50% - 50vw)!important;
max-width:none!important
}

.cm-page.cm-artists .cm-hero {
border:1px solid #ffffff14;
border-left:0;
border-right:0;
background:radial-gradient(1100px 560px at 15% 25%,#5b2bff47,transparent 60%),radial-gradient(900px 520px at 85% 35%,#00b8ff2e,transparent 62%),linear-gradient(180deg,#ffffff0f 0%,#ffffff05 100%)
}

.cm-page.cm-artists .cm-hero .cm-wrap,.cm-page.cm-artists .cm-section .cm-wrap {
max-width:1180px!important;
margin-left:auto!important;
margin-right:auto!important;
padding-left:clamp(18px,3vw,34px)!important;
padding-right:clamp(18px,3vw,34px)!important;
box-sizing:border-box!important
}

.cm-page.cm-artists .cm-h1 {
margin:0 0 10px;
color:#fff;
letter-spacing:-.02em;
line-height:1.05
}

.cm-page.cm-artists .cm-lead {
margin:0;
max-width:70ch;
color:#eaf0ffcc;
font-size:clamp(16px,1.2vw,19px);
line-height:1.55
}

.cm-page.cm-artists .cm-choice {
margin-top:clamp(18px,2.8vw,34px)
}

.cm-page.cm-artists .cm-cols-2 {
gap:clamp(14px,2.2vw,18px)
}

@media (min-width: 901px) {
.cm-page.cm-artists .cm-cols-2 {
display:grid!important;
grid-template-columns:1fr 1fr!important;
align-items:stretch!important
}
}

@media (max-width: 900px) {
.cm-page.cm-artists .cm-cols-2 {
display:grid!important;
grid-template-columns:1fr!important
}
}

.cm-page.cm-artists .cm-card {
background:#12161cb8;
border:1px solid #ffffff1a;
border-radius:18px;
padding:clamp(18px,2.4vw,26px);
box-shadow:0 18px 52px #00000057;
backdrop-filter:blur(10px);
-webkit-backdrop-filter:blur(10px);
height:100%
}

.cm-page.cm-artists .cm-card--primary {
border-color:#5b2bff47;
box-shadow:0 22px 64px #0000006b
}

.cm-page.cm-artists .cm-h2 {
margin:0 0 8px;
color:#fff
}

.cm-page.cm-artists .cm-body {
margin:0 0 14px;
color:#eaf0ffc7;
line-height:1.55
}

.cm-page.cm-artists .cm-buttons {
margin-top:10px
}

.cm-page.cm-artists .cm-btn--outline .wp-block-button__link {
background:var(--cm-btn-secondary-bg)!important;
border:1px solid var(--cm-btn-secondary-border)!important;
color:var(--cm-btn-secondary-text)!important;
text-shadow:none!important
}

.cm-page.cm-artists .cm-btn--gold .wp-block-button__link {
background:var(--cm-btn-primary-bg)!important;
color:var(--cm-btn-primary-text)!important;
text-shadow:0 1px 2px #00000059!important
}

.wp-block-button__link,button,input[type="submit"],.kadence-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.single-product .summary .cm-summary-atc,body.cm-studio-ui .cm-license-copy-btn,body.cm-studio-ui .cm-studio-btn,body.single-product .woocommerce div.product form.cart .single_add_to_cart_button,.single-product .cm-buybar .add_to_cart_button {
background:var(--cm-btn-primary-bg)!important;
color:var(--cm-btn-primary-text)!important;
border:0!important;
border-radius:999px!important;
font-weight:900!important;
text-shadow:0 1px 2px #00000059!important
}

.wp-block-button.is-style-outline .wp-block-button__link,.cm-btn-outline,.cm-btn--outline .wp-block-button__link,.single-product .cm-buybar .cm-dealer {
background:var(--cm-btn-secondary-bg)!important;
border:1px solid var(--cm-btn-secondary-border)!important;
color:var(--cm-btn-secondary-text)!important;
box-shadow:none!important;
text-shadow:none!important
}

.cm-artists-grid {
display:grid!important;
grid-template-columns:repeat(3,minmax(0,1fr))!important;
gap:14px!important;
margin-top:16px!important
}

@media (max-width: 980px) {
.cm-artists-grid {
grid-template-columns:repeat(2,minmax(0,1fr))!important
}
}

@media (max-width: 640px) {
.cm-artists-grid {
grid-template-columns:1fr!important
}
}

.cm-artist {
background:#ffffff09;
border:1px solid #ffffff1a;
border-radius:16px;
padding:16px;
box-shadow:0 12px 34px #00000042;
display:flex;
flex-direction:column;
gap:8px;
height:100%
}

.cm-artist__img {
width:100%;
height:auto;
aspect-ratio:4 / 3;
object-fit:cover;
border-radius:14px;
border:1px solid #ffffff1a;
background:#0000002e
}

.cm-artist__img--placeholder {
display:block;
width:100%
}

.cm-artist__name {
margin:0 0 6px!important;
color:#fff;
font-weight:900;
letter-spacing:-.01em
}

.cm-artist__links {
display:flex;
gap:10px;
flex-wrap:wrap;
margin-top:2px
}

.cm-artist__icon {
width:38px;
height:38px;
display:inline-flex;
align-items:center;
justify-content:center;
border-radius:999px;
background:#ffffff0f;
border:1px solid #ffffff24;
text-decoration:none
}

.cm-artist__icon svg {
width:18px;
height:18px;
fill:#ffffffeb
}

.cm-artist__icon:hover {
border-color:#77e3ff42;
background:#ffffff13
}

.cm-artist__icon:hover svg {
fill:#fff
}

.cm-artist__uses {
display:flex;
flex-direction:column;
gap:6px;
margin-top:4px
}

.cm-artist__uses-label {
font-weight:900;
color:#ffffffdb;
font-size:13px;
line-height:1.2;
padding:0
}

.cm-artist__products {
display:flex;
flex-wrap:wrap;
gap:8px
}

.cm-artist__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid #ffffff1a;
  background: #ffffff08;
  text-decoration: none;
  color: #ffffffd1;
  font-size: 12px;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.cm-artist__pill:hover {
  background: #ffffff12;
  color: #fffffff2;
  border-color: #ffffff2e;
}

.cm-artist__pill-thumb {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  object-fit: cover;
  display: block;
}

.cm-artist__pill-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cm-artist__pill--more {
  cursor: default;
}

.cm-artist__pill--more:hover {
  background: #ffffff08;
  color: #ffffffd1;
  border-color: #ffffff1a;
}


.cm-about-intro {
width:100vw!important;
margin-left:calc(50% - 50vw)!important;
margin-right:calc(50% - 50vw)!important;
padding:clamp(54px,6vw,92px) 0!important;
border-top:1px solid #ffffff14!important;
border-bottom:1px solid #ffffff14!important;
background:radial-gradient(900px 420px at 12% 12%,#af23e61f,transparent 60%),radial-gradient(900px 520px at 92% 36%,#77e3ff1a,transparent 62%),#ffffff05!important
}

.cm-about-intro .wp-block-columns {
gap:clamp(22px,3vw,44px)!important
}

.cm-about-intro .wp-block-column {
min-width:0!important
}

.cm-about-timeline {
position:relative;
display:grid;
gap:12px;
margin-top:18px;
padding-left:0
}

.cm-about-timeline::before {
content:"";
position:absolute;
left:105px;
top:6px;
bottom:6px;
width:2px;
background:linear-gradient(180deg,#af23e600 0%,#af23e699 25%,#af23e659 75%,#af23e600 100%);
filter:drop-shadow(0 0 10px #af23e64d)
}

.cm-about-timeline__item {
position:relative;
display:grid;
grid-template-columns:76px minmax(0,1fr);
gap:16px;
padding:12px 14px;
border-radius:16px;
border:1px solid #ffffff1a;
background:#ffffff08;
box-shadow:0 10px 26px #0003
}

.cm-about-timeline__item::before {
content:"";
position:absolute;
left:100px;
top:50%;
transform:translateY(-50%);
width:11px;
height:11px;
border-radius:999px;
background:#0b0d10;
border:2px solid #af23e6f2;
box-shadow:0 0 0 6px #af23e624 0 0 16px #af23e647
}

.cm-about-timeline__year {
text-align:right;
font-weight:950;
letter-spacing:-.02em;
font-size:18px;
line-height:1.05;
color:#ffffffeb;
white-space:nowrap
}

.cm-about-timeline__text {
min-width:0;
color:#ffffffdb;
font-size:14.5px;
line-height:1.42;
padding-left:12px;
white-space:normal;
word-break:normal;
overflow-wrap:anywhere;
hyphens:auto
}

.cm-about-timeline__item--mystery {
border-color:#af23e638;
background:radial-gradient(520px 120px at 25% 50%,#af23e61a,transparent 60%),#ffffff08
}

.cm-about-timeline__item--mystery .cm-about-timeline__text {
color:#fffffff0;
font-style:italic
}

@media (max-width: 640px) {
.cm-about-timeline::before {
left:76px
}

.cm-about-timeline__item {
grid-template-columns:82px minmax(0,1fr);
gap:14px
}

.cm-about-timeline__item::before {
left:94px
}

.cm-about-timeline__year {
font-size:17px
}

.cm-about-timeline__text {
font-size:14px
}
}

.cm-about-hero {
width:100vw!important;
margin-left:calc(50% - 50vw)!important;
margin-right:calc(50% - 50vw)!important;
padding:clamp(54px,7vw,96px) 0!important;
border-top:1px solid #ffffff14!important
}

.cm-about-hero .cm-hero-screenshot {
margin:0!important
}

.cm-about-hero .cm-hero-screenshot img {
width:100%!important;
height:auto!important;
display:block!important;
border-radius:18px!important;
border:1px solid #ffffff1a!important;
box-shadow:0 18px 44px #00000059!important;
filter:drop-shadow(0 0 26px #af23e62e)
}

body.cm-legacy-page .cm-legacy-wrap {
width:100%
}

.cm-legacy-grid {
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:16px;
margin-top:18px
}

@media (max-width: 980px) {
.cm-legacy-grid {
grid-template-columns:repeat(2,minmax(0,1fr))
}
}

@media (max-width: 640px) {
.cm-legacy-grid {
grid-template-columns:1fr
}
}

.cm-legacy-card {
border:1px solid #ffffff1a;
background:#ffffff08;
border-radius:16px;
overflow:hidden;
box-shadow:0 12px 34px #00000038
}

.cm-legacy-media {
display:block;
position:relative;
overflow:hidden
}

.cm-legacy-img {
width:100%;
height:auto;
display:block;
aspect-ratio:4 / 3;
object-fit:cover;
transform:translateZ(0);
transition:transform .22s ease,filter .22s ease
}

.cm-legacy-card:hover .cm-legacy-img {
transform:scale(1.03)
}

.cm-legacy-img--ph {
aspect-ratio:4 / 3;
background:#00000040
}

.cm-legacy-badge {
position:absolute;
left:12px;
top:12px;
padding:7px 10px;
border-radius:999px;
font-weight:900;
font-size:12px;
letter-spacing:-.01em;
color:#ffffffeb;
border:1px solid #af23e647;
background:#00000047;
box-shadow:0 0 0 6px #af23e61a
}

.cm-legacy-body {
padding:14px;
display:flex;
flex-direction:column;
gap:8px
}

.cm-legacy-title {
margin:0;
font-weight:950;
letter-spacing:-.02em;
line-height:1.15;
font-size:18px
}

.cm-legacy-title a {
color:#fffffff2;
text-decoration:none
}

body.cm-legacy-page .cm-legacy-summary-cta {
display:flex!important;
align-items:center!important;
gap:25px!important;
flex-wrap:nowrap!important;
margin-top:5px!important
}

body.cm-legacy-page .cm-legacy-summary-cta .cm-legacy-cta {
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
min-height:46px;
padding:12px 18px;
line-height:1;
border-radius:999px;
white-space:nowrap
}

.cm-legacy-wrap a.cm-summary-atc,.woocommerce a.cm-legacy-cta.cm-summary-atc {
border:0!important;
border-radius:999px!important;
padding:12px 18px!important;
font-weight:900!important;
background:var(--cm-btn-primary-bg)!important;
color:var(--cm-btn-primary-color)!important;
box-shadow:0 14px 30px #00000047!important;
text-shadow:0 1px 2px #00000059!important;
white-space:nowrap!important;
text-decoration:none!important
}

body.single-product .cm-legacy-single {
max-width:var(--cm-summary-max)!important;
width:100%!important;
margin-top:14px;
padding:14px 16px;
border-radius:16px;
border:1px solid #af23e638;
background:radial-gradient(800px 220px at 22% 30%,#af23e624,transparent 60%),#ffffff08;
box-shadow:0 12px 34px #00000038
}

body.single-product .cm-legacy-single__badge {
display:inline-flex;
align-items:center;
justify-content:center;
padding:7px 10px;
border-radius:999px;
font-weight:900;
font-size:12px;
letter-spacing:-.01em;
color:#ffffffeb;
border:1px solid #af23e647;
background:#00000047;
margin:0 0 10px
}

body.single-product .cm-legacy-single__text {
margin:0 0 12px;
color:#ffffffd1;
font-size:14.5px;
line-height:1.35
}

body.single-product .cm-legacy-single__buttons {
display:flex;
gap:10px;
flex-wrap:wrap
}

.woocommerce ul.products {
display:grid!important;
grid-template-columns:repeat(3,minmax(0,1fr))!important;
gap:16px!important;
margin-top:18px!important
}

@media (max-width: 980px) {
.woocommerce ul.products {
grid-template-columns:repeat(2,minmax(0,1fr))!important
}
}

@media (max-width: 640px) {
.woocommerce ul.products {
grid-template-columns:1fr!important
}
}

.woocommerce ul.products li.product {
border:1px solid #ffffff1a!important;
background:#ffffff08!important;
border-radius:16px!important;
overflow:hidden!important;
box-shadow:0 12px 34px #00000038!important;
padding:0!important;
margin:0!important;
position:relative;
display:flex!important;
flex-direction:column!important
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
display:block!important;
text-decoration:none!important;
color:inherit!important
}

.woocommerce ul.products li.product a img {
width:100%!important;
height:auto!important;
display:block!important;
aspect-ratio:4 / 3!important;
object-fit:cover!important;
transform:translateZ(0);
transition:transform .22s ease,filter .22s ease;
margin:0!important
}

.woocommerce ul.products li.product:hover a img {
transform:scale(1.03)
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
margin:14px 14px 8px!important;
font-weight:950!important;
letter-spacing:-.02em!important;
line-height:1.15!important;
font-size:18px!important;
color:#fffffff2!important
}

.woocommerce ul.products li.product .cm-summary-cta.cm-loop-summary-cta {
display:flex!important;
align-items:center!important;
gap:25px!important;
flex-wrap:nowrap!important;
margin:6px 14px 14px!important
}

.woocommerce ul.products li.product .cm-loop-summary-cta .price {
margin:0!important;
white-space:nowrap!important;
color:#ffffffd1!important;
font-weight:700!important
}

.woocommerce ul.products li.product .cm-loop-summary-cta .button,.woocommerce ul.products li.product .cm-loop-summary-cta a.cm-summary-atc {
margin:0!important;
align-self:auto!important;
border:0!important;
border-radius:999px!important;
padding:12px 18px!important;
font-weight:900!important;
background:var(--cm-btn-primary-bg)!important;
color:var(--cm-btn-primary-text)!important;
box-shadow:0 14px 30px #00000047!important;
text-shadow:0 1px 2px #00000059!important;
white-space:nowrap!important;
text-decoration:none!important;
min-height:46px!important;
line-height:1!important;
opacity:1!important;
visibility:visible!important;
transform:none!important;
pointer-events:auto!important
}

.woocommerce ul.products li.product .kadence-product-actions,.woocommerce ul.products li.product .kadence-product-actions-wrap {
opacity:1!important;
visibility:visible!important;
transform:none!important
}

.cm-page.cm-dealers .cm-hero,.cm-page.cm-artists .cm-hero,.cm-page.cm-dealers .cm-section,.cm-page.cm-artists .cm-section,.cm-studio-page .cm-studio-hero {
margin-top:0!important;
margin-bottom:0!important
}

.single-product .cm-downloads-dd summary {
list-style:none;
cursor:pointer
}

.single-product .cm-downloads-dd summary::-webkit-details-marker {
display:none
}

.single-product .cm-downloads-dd {
position:relative
}

.single-product .cm-downloads-summary {
display:inline-flex;
align-items:center;
gap:8px
}

.single-product .cm-downloads-summary-count {
opacity:.75;
font-weight:600
}

.single-product .cm-downloads-menu {
position:absolute;
top:calc(100% + 10px);
left:0;
z-index:20;
min-width:220px;
padding:10px;
background:linear-gradient(180deg,#ffffff0f,#ffffff05),var(--cm-surface,#ffffff0a);
border:1px solid var(--cm-line,#ffffff24);
border-radius:14px;
box-shadow:0 12px 28px #00000073 inset 0 1px 0 #ffffff0f;
display:grid;
gap:6px;
animation:cm-downloads-pop .16s ease-out
}

.single-product .cm-downloads-menu::before {
content:"";
position:absolute;
top:-6px;
left:22px;
width:12px;
height:12px;
background:var(--cm-surface,#ffffff0a);
border-left:1px solid var(--cm-line,#ffffff24);
border-top:1px solid var(--cm-line,#ffffff24);
transform:rotate(45deg)
}

.single-product .cm-downloads-item {
display:flex;
align-items:center;
gap:10px;
padding:8px 10px;
border-radius:10px;
text-decoration:none;
color:var(--cm-text,#EAF0FF);
transition:background-color .12s ease,transform .12s ease
}

.single-product .cm-downloads-item:hover {
background:var(--cm-surface-2,#ffffff14);
transform:translateY(-1px)
}

.single-product .cm-dl-ico {
display:inline-flex;
align-items:center;
justify-content:center;
width:18px;
height:18px;
opacity:.9
}

.single-product .cm-downloads-label {
font-weight:600
}

.single-product .cm-downloads-meta {
margin-left:auto;
font-size:.85em;
opacity:.65
}

@keyframes cm-downloads-pop {
from {
opacity:0;
transform:translateY(-4px) scale(.98)
}

to {
opacity:1;
transform:translateY(0) scale(1)
}
}

@media (max-width: 680px) {
.single-product .cm-downloads-menu {
position:static;
margin-top:8px;
box-shadow:0 8px 20px #00000059 inset 0 1px 0 #ffffff0d
}

.single-product .cm-downloads-menu::before {
display:none
}
}

.single-product .cm-manual-link {
display:inline-flex;
align-items:center;
justify-content:center;
padding:10px 14px;
border-radius:12px;
font-weight:600;
text-decoration:none;
color:var(--cm-text,#EAF0FF);
background:var(--cm-surface,#ffffff0f);
border:1px solid var(--cm-line,#ffffff24);
cursor:pointer;
user-select:none
}

.single-product .cm-manual-link:hover {
background:var(--cm-surface-2,#ffffff14)
}

.single-product .cm-manual-link:focus {
outline:none;
box-shadow:0 0 0 3px #9202b359
}

.woocommerce ul.products li.product .cm-summary-cta.cm-loop-summary-cta {
justify-content:space-between!important;
gap:12px!important
}

.woocommerce ul.products li.product .cm-loop-summary-cta .button,.woocommerce ul.products li.product .cm-loop-summary-cta a.cm-summary-atc {
padding:9px 12px!important;
min-height:38px!important;
font-size:12.5px!important
}

.woocommerce ul.products li.product .cm-loop-summary-cta .price {
font-size:12.5px!important
}

.woocommerce aside.sidebar,.woocommerce #secondary,.woocommerce .sidebar-primary {
background:#ffffff0a;
border:1px solid #ffffff1a;
border-radius:16px;
padding:18px;
box-shadow:0 12px 34px #00000038
}

.woocommerce .content-area {
padding-right:24px
}

@media (max-width: 1024px) {
.woocommerce aside.sidebar,.woocommerce #secondary,.woocommerce .sidebar-primary {
margin-bottom:24px
}
}

.woocommerce .sidebar-primary h2,.woocommerce .sidebar-primary h3 {
margin:0 0 10px;
font-size:14px;
font-weight:900;
letter-spacing:.02em;
text-transform:uppercase;
color:#ffffffe6
}

.woocommerce .sidebar-primary .widget {
margin-bottom:18px
}

.woocommerce .sidebar-primary .widget:last-child {
margin-bottom:0
}

.woocommerce .sidebar-primary input[type="search"],.woocommerce .sidebar-primary input[type="text"] {
width:100%;
background:#00000059;
border:1px solid #ffffff24;
border-radius:999px;
padding:10px 14px;
color:#fff
}

.woocommerce .sidebar-primary label {
font-size:13px;
color:#ffffffd9
}

@media (max-width: 1024px) {
.woocommerce .sidebar-primary {
display:none
}

body.cm-filters-open .woocommerce .sidebar-primary {
display:block;
margin-bottom:20px
}
}

.cm-filter-toggle {
display:none;
margin:0 0 16px
}

@media (max-width: 1024px) {
.cm-filter-toggle {
display:inline-flex;
align-items:center;
justify-content:center;
gap:8px;
border-radius:999px;
padding:10px 16px;
font-weight:900;
font-size:13px;
background:var(--cm-btn-primary-bg);
color:var(--cm-btn-primary-text);
box-shadow:0 12px 28px #00000047;
border:0;
cursor:pointer
}
}

.site-header::before,.site-header::after,.site-header-wrap::before,.site-header-wrap::after,.kadence-header-wrap::before,.kadence-header-wrap::after {
content:none!important
}

.site-header,.site-header-wrap,.site-header-inner-wrap,.kadence-header-wrap {
position:relative!important;
border-bottom:1px solid #ffffff1a!important;
.site-headersite-header-wrapsite-header-inner-wrapkadence-header-wrapposition:relative!important;
border-bottom:1px solid #ffffff1a!important;
background:#1e1e1e!important;
backdrop-filter:blur(12px)!important;
-webkit-backdrop-filter:blur(12px)!important
}

.site-header .kadence-header-row,.site-header .kadence-header-row-inner,.site-header .header-top,.site-header .header-main,.site-header .header-bottom {
background:transparent!important
}

.site-header .header-main,.site-header .kadence-header-row.header-row-main {
padding:12px 0!important
}

.site-header .primary-menu-container a,.site-header .main-navigation a {
color:#ffffffdb!important;
font-weight:650!important;
padding:9px 10px!important;
border-radius:999px!important;
background:transparent!important
}

.site-header .primary-menu-container a:hover,.site-header .main-navigation a:hover,.site-header .primary-menu-container .current-menu-item > a {
color:#fffffff5!important;
background:#ffffff14!important
}

.site-header .primary-menu-container a.cm-nav-cta {
background:#ffffff1a!important;
border:1px solid #ffffff1f!important;
color:#fffffff5!important;
box-shadow:0 10px 24px #00000047!important
}

.site-header.kadence-sticky-header,.kadence-sticky-header .site-header-wrap,.kadence-sticky-header .kadence-header-wrap {
background:linear-gradient(180deg,#ffffff14,#ffffff0a 40%,#0000009e)!important;
border-bottom:1px solid #ffffff24!important
}

.entry-content-wrap {
padding-top:0!important
}

.cm-support {
  width: 100%;
}

.cm-support-controls {
  margin: 0 0 14px;
}

.cm-support-controls__row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr auto;
  gap: 12px;
  align-items: end;
}

@media (max-width: 980px) {
  .cm-support-controls__row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}

.cm-support-label {
  display: block;
  font-size: 12px;
  color: #ffffffb8;
  margin: 0 0 6px;
}

.cm-support-field input,
.cm-support-field select {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #ffffff1f;
  background: #ffffff0a;
  color: #ffffffeb;
  padding: 10px 12px;
}

.cm-support-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cm-support-meta {
  color: #ffffffb8;
  font-size: 13px;
  margin: 0 0 12px;
}

.cm-support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}

@media (max-width: 1400px) {
  .cm-support-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 980px) {
  .cm-support-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .cm-support-grid {
    grid-template-columns: 1fr;
  }
}

.cm-support-card {
  border: 1px solid #ffffff1a;
  background: #ffffff08;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 34px #00000038;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cm-support-card:hover {
  border-color: #ffffff2e;
  box-shadow: 0 12px 34px #00000050;
}

.cm-support-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.cm-support-card__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.cm-support-card__img--placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ffffff1a 0%, #ffffff08 100%);
}

.cm-support-card:hover .cm-support-card__img {
  transform: scale(1.05);
}

.cm-support-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  color: #fffffff2;
  font-weight: 900;
  font-size: 14px;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.22s ease;
}

.cm-support-card:hover .cm-support-card__overlay {
  opacity: 1;
}

.cm-support-card__body {
  padding: 14px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cm-support-title {
  margin: 0;
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.15;
  font-size: 16px;
  color: #fffffff2;
}

.cm-support-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cm-support-h {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffffdb;
  font-weight: 900;
}

.cm-support-count {
  color: #ffffffa8;
  font-weight: 700;
}

.cm-support-downloads {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.cm-support-dl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
  border-radius: 999px;
  border: 1px solid #ffffff1f;
  background: #ffffff0a;
  color: #ffffffeb;
  text-decoration: none;
  font-weight: 800;
  font-size: 12px;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.cm-support-dl:hover {
  background: #ffffff12;
  border-color: #ffffff2e;
}

.cm-support-faq-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid #ffffff1f;
  background: #ffffff0a;
  color: #ffffffeb;
  font-weight: 900;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  width: 100%;
  font-family: inherit;
}

.cm-support-faq-toggle:hover {
  background: #ffffff12;
  border-color: #ffffff2e;
}

.cm-support-faq-toggle.is-active {
  background: #ffffff1f;
  border-color: #ffffff42;
}

.cm-support-faq-section {
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.cm-support-faq-section.is-open {
  display: block;
  max-height: 2000px;
  padding: 0 14px 14px;
}

.cm-support-faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cm-support-faq-item {
  border: 1px solid #ffffff1a;
  background: #0003;
  border-radius: 12px;
  padding: 10px 12px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.cm-support-faq-item:hover {
  background: #ffffff08;
  border-color: #ffffff2e;
}

.cm-support-faq-item[open] {
  background: #ffffff08;
  border-color: #ffffff2e;
}

.cm-support-faq-q {
  cursor: pointer;
  font-weight: 900;
  color: #ffffffeb;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cm-support-faq-q::marker {
  color: #ffffffb8;
}

.cm-support-faq-a {
  margin-top: 8px;
  color: #ffffffc7;
  font-size: 13px;
  line-height: 1.35;
}

.cm-support-pager {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.cm-support-page {
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid #ffffff1f;
  background: #ffffff08;
  color: #ffffffdb;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  transition: all 0.2s ease;
}

.cm-support-page:hover {
  background: #ffffff12;
  border-color: #ffffff2e;
}

.cm-support-page.is-current {
  background: #ffffff14;
  border-color: #ffffff2e;
}

.cm-support-empty {
  text-align: center;
  padding: 40px 20px;
  color: #ffffffb8;
}

.cm-support .cm-btn-secondary,
.cm-support a.cm-btn-secondary,
.cm-support-actions .cm-btn-secondary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 10px 16px !important;
  border-radius: 999px !important;
  border: 1px solid #ffffff2e !important;
  background: #ffffff0f !important;
  color: #ffffffeb !important;
  font-weight: 900 !important;
  font-size: 13px !important;
  letter-spacing: -0.01em !important;
  box-shadow: 0 10px 24px #00000038 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: all 0.2s ease !important;
}

.cm-support .cm-btn-secondary:hover,
.cm-support a.cm-btn-secondary:hover {
  background: #ffffff1f !important;
  color: #fff !important;
  border-color: #ffffff42 !important;
}
/* ==========================================
   Search results pagination → CM Support style
   ========================================== */

.search .navigation.pagination .nav-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.search .navigation.pagination .page-numbers {
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid #ffffff1f;
  background: #ffffff08;
  color: #ffffffdb;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  transition: all 0.2s ease;
  display: inline-block;
}

.search .navigation.pagination .page-numbers:hover {
  background: #ffffff12;
  border-color: #ffffff2e;
}

.search .navigation.pagination .page-numbers.current {
  background: #ffffff14;
  border-color: #ffffff2e;
}
/* ==========================================
   Search results → Read More button
   Matches CM secondary button design
   ========================================== */

.search .more-link,
.search .kt-post-readmore,
.search .entry-footer a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 10px 16px !important;
  border-radius: 999px !important;
  border: 1px solid #ffffff2e !important;
  background: #ffffff0f !important;
  color: #ffffffeb !important;
  font-weight: 900 !important;
  font-size: 13px !important;
  letter-spacing: -0.01em !important;
  box-shadow: 0 10px 24px #00000038 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: all 0.2s ease !important;
}

.search .more-link:hover,
.search .kt-post-readmore:hover,
.search .entry-footer a:hover {
  background: #ffffff1f !important;
  color: #fff !important;
  border-color: #ffffff42 !important;
}

.wp-block-group.cm-page.cm-scope.cm-home {
position:relative
}

.wp-block-group.cm-page.cm-scope.cm-home .cm-home-hero {
border-bottom:1px solid #ffffff1a;
background-repeat:no-repeat!important;
background-position:50% 50%!important;
background-size:contain!important;
background-color:#0B0D10;
position:relative;
overflow:hidden
}

.wp-block-group.cm-page.cm-scope.cm-home .cm-home-hero::before {
content:"";
position:absolute;
inset:0;
pointer-events:none;
background:linear-gradient(180deg,#0006 0%,#00000038 45%,#0000008c 100%)
}

.wp-block-group.cm-page.cm-scope.cm-home .cm-home-hero > * {
position:relative;
z-index:1
}

.wp-block-group.cm-page.cm-scope.cm-home .cm-home-hero .cm-wrap {
min-height:clamp(420px,52vh,640px);
display:flex;
align-items:center;
padding:clamp(38px,5vw,72px) 0
}

.wp-block-group.cm-page.cm-scope.cm-home .cm-hero-cols {
width:100%
}

.wp-block-group.cm-page.cm-scope.cm-home .cm-section {
border-bottom:1px solid #ffffff14;
background:#00000024
}

.wp-block-group.cm-page.cm-scope.cm-home .cm-section .cm-wrap {
padding:clamp(34px,4.5vw,68px) 0
}

.wp-block-group.cm-page.cm-scope.cm-home .wp-block-group.cm-card {
border:1px solid #ffffff1a;
background:#ffffff08;
border-radius:16px;
padding:16px;
box-shadow:0 12px 34px #00000038
}

.wp-block-group.cm-page.cm-scope.cm-home .wp-block-group.cm-card.cm-artists-card {
background:linear-gradient(180deg,#ffffff0f,#ffffff05)!important;
border-color:#ffffff1f!important;
border-radius:18px!important;
padding:clamp(18px,2.4vw,26px)!important;
box-shadow:0 16px 42px #00000047!important
}

.wp-block-group.cm-page.cm-scope.cm-home .wp-block-group.cm-card.cm-vip-card {
background:radial-gradient(900px 420px at 15% 20%,#af23e647,transparent 60%),radial-gradient(700px 380px at 85% 80%,#00b8ff2e,transparent 60%),linear-gradient(180deg,#ffffff1a,#ffffff0a)!important;
border-color:#ffffff2e!important;
border-radius:20px!important;
padding:clamp(20px,2.6vw,30px)!important;
box-shadow:0 22px 56px #00000061!important
}

.wp-block-group.cm-page.cm-scope.cm-home .wp-block-group.cm-card.cm-artists-card .cm-body,.wp-block-group.cm-page.cm-scope.cm-home .wp-block-group.cm-card.cm-vip-card .cm-body {
margin-bottom:14px
}

.wp-block-group.cm-page.cm-scope.cm-home .wp-block-group.cm-card.cm-vip-card .cm-mini {
opacity:.75
}

.wp-block-group.cm-page.cm-scope.cm-home .cm-cards.cm-cols-3 {
gap:16px
}

.wp-block-group.cm-page.cm-scope.cm-home .cm-mini {
color:#ffffffb8;
font-size:13px;
margin-top:12px
}

.wp-block-group.cm-page.cm-scope.cm-home .cm-artist-grid {
display:grid;
gap:10px
}

.wp-block-group.cm-page.cm-scope.cm-home .cm-artist-grid.cm-artist-grid-cols-2 {
grid-template-columns:repeat(2,minmax(0,1fr))
}

.wp-block-group.cm-page.cm-scope.cm-home .cm-artist-grid.cm-artist-grid-cols-3 {
grid-template-columns:repeat(3,minmax(0,1fr))
}

.wp-block-group.cm-page.cm-scope.cm-home .cm-artist-grid.cm-artist-grid-cols-4 {
grid-template-columns:repeat(4,minmax(0,1fr))
}

.wp-block-group.cm-page.cm-scope.cm-home .cm-artist-tile {
position:relative;
overflow:hidden;
border-radius:12px;
border:1px solid #ffffff1a;
background:#ffffff08;
box-shadow:0 10px 26px #00000038
}

.wp-block-group.cm-page.cm-scope.cm-home .cm-artist-tile img {
width:100%;
height:100%;
display:block;
aspect-ratio:1 / 1;
object-fit:cover
}

.wp-block-group.cm-page.cm-scope.cm-home .cm-artist-tile figure {
margin:0
}

@media (max-width: 980px) {
.wp-block-group.cm-page.cm-scope.cm-home .cm-hero-cols {
gap:18px
}

.wp-block-group.cm-page.cm-scope.cm-home .cm-home-hero .cm-wrap {
min-height:auto
}
}

@media (max-width: 680px) {
.wp-block-group.cm-page.cm-scope.cm-home .cm-artist-grid.cm-artist-grid-cols-4,.wp-block-group.cm-page.cm-scope.cm-home .cm-artist-grid.cm-artist-grid-cols-3 {
grid-template-columns:repeat(3,minmax(0,1fr))
}
}

@media (max-width: 420px) {
.wp-block-group.cm-page.cm-scope.cm-home .cm-artist-grid {
grid-template-columns:repeat(2,minmax(0,1fr))
}
}

p.cm-overline {
margin:0 0 10px;
font-size:12px;
font-weight:900;
letter-spacing:.14em;
text-transform:uppercase;
line-height:1;
color:#ffffffbf
}

.wp-block-group.cm-card.cm-artists-card,.wp-block-group.cm-card.cm-artists-card > .wp-block-group__inner-container {
background:linear-gradient(180deg,#ffffff0f,#ffffff05)!important;
border:1px solid #ffffff1f!important;
border-radius:18px!important;
box-shadow:0 16px 42px #00000047!important
}

.wp-block-group.cm-card.cm-artists-card {
padding:clamp(18px,2.4vw,26px)!important
}

.wp-block-group.cm-card.cm-artists-card > .wp-block-group__inner-container {
padding:0!important
}

.wp-block-group.cm-card.cm-vip-card,.wp-block-group.cm-card.cm-vip-card > .wp-block-group__inner-container {
background:radial-gradient(900px 420px at 15% 20%,#af23e647,transparent 60%),radial-gradient(700px 380px at 85% 80%,#00b8ff2e,transparent 60%),linear-gradient(180deg,#ffffff1a,#ffffff0a)!important;
border:1px solid #ffffff2e!important;
border-radius:20px!important;
box-shadow:0 22px 56px #00000061!important
}

.wp-block-group.cm-card.cm-vip-card {
padding:clamp(20px,2.6vw,30px)!important
}

.wp-block-group.cm-card.cm-vip-card > .wp-block-group__inner-container {
padding:0!important
}

.cm-artist-grid {
display:grid!important;
gap:10px!important;
width:100%
}

.cm-artist-grid.cm-artist-grid-cols-2 {
grid-template-columns:repeat(2,minmax(0,1fr))!important
}

.cm-artist-grid.cm-artist-grid-cols-3 {
grid-template-columns:repeat(3,minmax(0,1fr))!important
}

.cm-artist-grid.cm-artist-grid-cols-4 {
grid-template-columns:repeat(4,minmax(0,1fr))!important
}

.cm-artist-tile {
position:relative;
overflow:hidden;
border-radius:12px;
border:1px solid #ffffff1a;
background:#ffffff08;
box-shadow:0 10px 26px #00000038
}

.cm-artist-tile figure {
margin:0!important
}

.cm-artist-tile img {
width:100%!important;
height:100%!important;
display:block!important;
aspect-ratio:1 / 1;
object-fit:cover
}

@media (max-width: 680px) {
.cm-artist-grid.cm-artist-grid-cols-4,.cm-artist-grid.cm-artist-grid-cols-3 {
grid-template-columns:repeat(3,minmax(0,1fr))!important
}
}

@media (max-width: 420px) {
.cm-artist-grid {
grid-template-columns:repeat(2,minmax(0,1fr))!important
}
}

.wp-block-group.cm-card.cm-artists-card,.wp-block-group.cm-card.cm-vip-card {
position:relative;
overflow:hidden
}

.wp-block-group.cm-card.cm-artists-card {
background:linear-gradient(180deg,#ffffff0f,#ffffff05)!important;
border:1px solid #ffffff1f!important;
border-radius:18px!important;
box-shadow:0 16px 42px #00000047!important;
padding:clamp(18px,2.4vw,26px)!important
}

.wp-block-group.cm-card.cm-vip-card {
background:radial-gradient(900px 420px at 15% 20%,#af23e647,transparent 60%),radial-gradient(700px 380px at 85% 80%,#00b8ff2e,transparent 60%),linear-gradient(180deg,#ffffff1a,#ffffff0a)!important;
border:1px solid #ffffff2e!important;
border-radius:20px!important;
box-shadow:0 22px 56px #00000061!important;
padding:clamp(20px,2.6vw,30px)!important
}

.wp-block-group.cm-card.cm-artists-card > .wp-block-group__inner-container,.wp-block-group.cm-card.cm-vip-card > .wp-block-group__inner-container {
background:transparent!important;
border:0!important;
border-radius:0!important;
box-shadow:none!important;
padding:0!important
}

a,a:visited {
color:#fff
}

.site-footer a,.site-footer a:visited,.site-footer .widget a,.site-footer .widget a:visited,.footer-widget-area a,.footer-widget-area a:visited,#colophon a,#colophon a:visited {
color:#fff!important;
text-decoration-color:#ffffff73
}

.site-footer a:hover,.site-footer .widget a:hover,.footer-widget-area a:hover,#colophon a:hover {
color:#fff!important;
text-decoration-color:#ffffffbf
}

.site-header a,.site-header a:visited,.kadence-header-wrap a,.kadence-header-wrap a:visited {
color:#fff!important;
text-decoration:none
}

.site-header .primary-menu a,.site-header .primary-menu a:visited,.site-header .menu a,.site-header .menu a:visited {
color:#fff!important
}

.site-header a:hover,.site-header .primary-menu a:hover,.site-header .menu a:hover {
color:#fff!important;
opacity:.85
}

.site-header .current-menu-item > a,.site-header .current-menu-ancestor > a {
color:#fff!important;
opacity:1
}

.kadence-sticky-header a,.kadence-sticky-header a:visited {
color:#fff!important
}

.kadence-off-canvas-wrap a,.kadence-off-canvas-wrap a:visited {
color:#fff!important
}
/* Live search host */
.cm-live-search-host{ position:relative; }

/* Dropdown */
.cm-live-search-dd{
  position:absolute;
  top:calc(100% + 10px);
  left:0; right:0;
  border-radius:16px;
  border:1px solid #ffffff1f;
  background:#0b0b0ce6;
  backdrop-filter: blur(10px);
  box-shadow:0 18px 50px #00000066;
  overflow:hidden;
  z-index:9999;
}

/* Groups */
.cm-ls-group{ padding:10px; }
.cm-ls-label{ font-size:12px; font-weight:900; opacity:.8; margin:4px 6px 8px; }
.cm-ls-items{ display:grid; gap:8px; }

/* Items */
.cm-ls-item{
  display:block;
  padding:10px 10px;
  border-radius:12px;
  text-decoration:none;
  color:#ffffffeb;
  background:#ffffff08;
  border:1px solid transparent;
  transition: all .2s ease;
}
.cm-ls-item:hover{ background:#ffffff12; border-color:#ffffff2e; }
.cm-ls-title{ font-weight:900; font-size:13px; }
.cm-ls-sub{ font-size:12px; opacity:.8; margin-top:2px; }

.cm-ls-all{ padding:10px; border-top:1px solid #ffffff14; }
.cm-ls-all a{ color:#ffffffdb; text-decoration:none; font-weight:900; }

.cm-ls-empty{ padding:12px; opacity:.85; font-weight:800; }
/* ============================================
   ATC OVERLAY (fixed, full-screen backdrop blur)
   ============================================ */

.cm-atc-overlay{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
}

.cm-atc-overlay.is-open{ 
  display:block; 
}

/* Backdrop MUST cover full viewport */
.cm-atc-overlay__backdrop{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* Panel sits above backdrop */
.cm-atc-overlay__panel{
  position:fixed;
  right:clamp(16px, 3vw, 28px);
  top:clamp(16px, 3vw, 28px);
  width:min(560px, calc(100vw - 32px));
  background:var(--cm-basic-bg, #0b0d10);
  border:1px solid #ffffff1f;
  border-radius:24px;
  box-shadow:0 40px 120px rgba(0,0,0,.65);
  padding:22px;
  z-index:1;
}

/* Close button: white only, no purple bg */
.cm-atc-overlay__close{
  position:absolute;
  top:12px;
  right:14px;
  width:32px;
  height:32px;
  border:0 !important;
  background:transparent !important;
  color:#ffffff !important;
  font-size:20px;
  font-weight:900;
  cursor:pointer;
  box-shadow:none !important;
  border-radius:0 !important;
}
.cm-atc-overlay__close:hover{
  opacity:.7;
  background:transparent !important;
}

.cm-atc-overlay__title{
  font-weight:950;
  color:#fff;
  font-size:18px;
}
.cm-atc-overlay__meta{
  margin-top:4px;
  color:#eaf0ffb3;
  font-size:13px;
}

.cm-atc-overlay__actions{
  display:flex;
  gap:10px;
  margin-top:14px;
}

.cm-atc-overlay__btn{
  flex:1;
  border-radius:999px !important;
  font-weight:900 !important;
}

.cm-atc-overlay__btn--primary{
  background:var(--cm-btn-primary-bg) !important;
  color:var(--cm-btn-primary-text) !important;
  border:0 !important;
}

/* ============================================
   ATC OVERLAY — RELATED (clean, no duplicates)
   ============================================ */

.cm-atc-overlay__related{
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid #ffffff14;
}

.cm-atc-overlay__related-title{
  font-weight:900;
  color:#fff;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:12px;
  opacity:.9;
}

/* Neutralize legacy Woo-loop styles inside overlay */
#cmAtcOverlayRelated .product,
#cmAtcOverlayRelated .woocommerce-loop-product__title,
#cmAtcOverlayRelated .price,
#cmAtcOverlayRelated a.button{
  all: unset;
}

/* Grid: 2 columns */
.cm-overlay-related-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
}

@media (max-width:560px){
  .cm-overlay-related-grid{
    grid-template-columns:1fr;
  }
}

/* Card */
.cm-overlay-product{
  background:#ffffff0a;
  border:1px solid #ffffff14;
  border-radius:16px;
  padding:12px;
  transition:background .18s ease, border-color .18s ease, transform .18s ease;
}

.cm-overlay-product:hover{
  background:#ffffff12;
  border-color:#ffffff24;
  transform:translateY(-1px);
}

.cm-overlay-product > a{
  display:grid;
  grid-template-rows:auto 1fr auto;
  gap:10px;
  text-decoration:none !important;
  color:inherit !important;
}

.cm-overlay-product img{
  width:100%;
  height:auto;
  display:block;
  border-radius:12px;
  border:1px solid #ffffff1a;
  background:#0000001a;
}

.cm-overlay-product-title{
  font-size:14px;
  font-weight:800;
  line-height:1.25;
  color:#ffffffeb;
  margin:0;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}

.cm-overlay-product-price{
  font-size:14px;
  font-weight:900;
  color:#ffffff;
  margin:0;
  white-space:nowrap;
}.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .wc-forward{
  display:none !important;
}

/* ============================================================
   CONTACT PAGE  [cm_contact]
   ============================================================ */

.cm-contact-wrap {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(24px,4vw,64px);
  max-width:1100px;
  margin:clamp(32px,6vw,80px) auto;
  padding:0 clamp(16px,4vw,32px);
  align-items:start;
}
@media(max-width:860px){
  .cm-contact-wrap{grid-template-columns:1fr}
}

/* --- Left info col --- */
.cm-contact-overline {
  font-size:11px;
  letter-spacing:.22em;
  text-transform:uppercase;
  font-weight:800;
  color:var(--cm-gold);
  margin-bottom:8px
}
.cm-contact-heading {
  font-size:clamp(28px,4vw,44px);
  font-weight:900;
  color:#fff;
  margin:0 0 16px
}
.cm-contact-intro {
  color:var(--cm-muted);
  line-height:1.7;
  margin-bottom:32px
}
.cm-contact-details {
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:20px
}
.cm-contact-details li {
  display:flex;
  gap:14px;
  align-items:flex-start;
  color:var(--cm-muted)
}
.cm-contact-details li strong { color:#fff }
.cm-contact-detail-icon {
  font-size:20px;
  line-height:1.4;
  flex-shrink:0
}
.cm-contact-details a {
  color:var(--cm-cyan);
  text-decoration:none
}
.cm-contact-details a:hover { color:#fff }

/* --- Right panel --- */
.cm-contact-panel {
  background:radial-gradient(900px 400px at 80% -10%,#5b2bff28,transparent 60%),
             radial-gradient(600px 300px at 20% 110%,#00b8ff18,transparent 60%),
             var(--cm-surface);
  border:1px solid var(--cm-line);
  border-radius:var(--cm-radius);
  padding:clamp(24px,4vw,44px);
  box-shadow:var(--cm-shadow)
}

/* --- Form layout --- */
.cm-contact-form {
  display:flex;
  flex-direction:column;
  gap:18px
}
.cm-contact-row--half {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px
}
@media(max-width:560px){
  .cm-contact-row--half{grid-template-columns:1fr}
}
.cm-contact-field {
  display:flex;
  flex-direction:column;
  gap:6px
}
.cm-contact-field label {
  font-size:13px;
  font-weight:700;
  color:var(--cm-text);
  letter-spacing:.03em
}
.cm-contact-field label span { color:var(--cm-gold) }

.cm-contact-form input[type="text"],
.cm-contact-form input[type="email"],
.cm-contact-form select,
.cm-contact-form textarea {
  width:100%;
  padding:12px 16px;
  background:var(--cm-surface-2) !important;
  color:#fff !important;
  border:1px solid var(--cm-line-2) !important;
  border-radius:var(--cm-radius-sm) !important;
  font-size:15px;
  transition:border-color .2s,box-shadow .2s;
  outline:none
}
.cm-contact-form input:focus,
.cm-contact-form select:focus,
.cm-contact-form textarea:focus {
  border-color:#af23e6b3 !important;
  box-shadow:0 0 0 3px #af23e625 !important
}
.cm-contact-form textarea { resize:vertical; min-height:140px }
.cm-contact-form select option { background:#1a1d24; color:#fff }

/* Invalid state */
.cm-contact-invalid {
  border-color:#ff4d6a !important;
  box-shadow:0 0 0 3px #ff4d6a22 !important
}

/* Status messages */
.cm-contact-status {
  border-radius:12px;
  padding:14px 18px;
  font-size:14px;
  font-weight:600;
  display:none
}
.cm-contact-status:not(:empty) { display:block }
.cm-contact-status--success {
  background:#00ff8811;
  border:1px solid #00ff8840;
  color:#6fffb0
}
.cm-contact-status--error {
  background:#ff4d6a11;
  border:1px solid #ff4d6a40;
  color:#ff8097
}

/* Submit button */
.cm-contact-submit {
  position:relative;
  overflow:hidden;
  padding:14px 36px !important;
  font-size:15px !important;
  font-weight:900 !important;
  align-self:flex-start;
  cursor:pointer
}
.cm-contact-submit-spinner {
  display:none;
  width:16px;
  height:16px;
  border:2px solid #ffffff60;
  border-top-color:#fff;
  border-radius:50%;
  animation:cm-spin .7s linear infinite;
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%)
}
.cm-contact-submit--loading .cm-contact-submit-label { margin-right:24px }
.cm-contact-submit--loading .cm-contact-submit-spinner { display:block }
.cm-contact-submit:disabled { opacity:.7; cursor:not-allowed }

@keyframes cm-spin {
  to { transform:translateY(-50%) rotate(360deg) }
}

/* =========================================================
   Essential Blocks — Image Hotspots: active/hovered marker
   always renders above sibling markers
   ========================================================= */
.eb-image-hotspots-wrapper .eb-hotspot-marker:hover,
.eb-image-hotspots-wrapper .eb-hotspot-marker.active {
  z-index: 100 !important;
}

/* ── Checkout: Stripe checkbox label (udenfor iframe) ── */
.wc-block-components-radio-control-accordion-content .wc-block-components-checkbox__label {
  color: #eaf0ff !important;
}
.wc-block-components-radio-control-accordion-content .wc-block-components-checkbox__mark {
  fill: #eaf0ff !important;
}

/* ── Checkout: radio control – fix radioknap alignment ── */
.wc-block-components-radio-control__option {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  padding: 12px 12px 12px 40px !important;
  gap: 0 !important;
}

.wc-block-components-radio-control__input {
  position: absolute !important;
  left: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
}

.wc-block-components-radio-control__label {
  padding-left: 0 !important;
  margin-left: 0 !important;
  line-height: 1.4 !important;
}

/* ── Checkout: floating label – match WooCommerce blocks' egne værdier ── */

/* Label farve i mørkt tema */
.wc-block-components-text-input label {
  color: rgba(232,232,232,0.55) !important;
}

/* Når input har indhold (CSS-fallback hvis JS is-active ikke er sat endnu) */
.wc-block-components-text-input input:not(:placeholder-shown) {
  padding: 24px 9px 8px !important;
}
.wc-block-components-text-input input:not(:placeholder-shown) + label {
  top: 6px !important;
  transform: scale(0.82) !important;
  color: rgba(232,232,232,0.4) !important;
}

/* is-active label farve */
.wc-block-components-text-input.is-active label {
  color: rgba(232,232,232,0.4) !important;
}

/* ── Checkout: country/region dropdown ── */
.wc-block-components-country-input .wc-block-components-combobox input,
.wc-block-components-country-input input,
.wc-block-checkout .wc-block-components-country-input input {
  color: #e8e8e8 !important;
  background-color: #1a1d24 !important;
  caret-color: #e8e8e8 !important;
}
.wc-block-components-country-input input::placeholder {
  color: rgba(232,232,232,0.45) !important;
}
.wc-block-components-combobox [role="listbox"],
.wc-block-components-combobox .components-combobox-control__suggestions-container {
  background: #1a1d24 !important;
  color: #e8e8e8 !important;
  border-color: #2e3240 !important;
}
.wc-block-components-combobox [role="option"]:hover,
.wc-block-components-combobox [role="option"][aria-selected="true"] {
  background: rgba(175,35,230,0.15) !important;
}

/* ── Cart popup: skjul "You may also like" sektion hvis tom ── */
.woocommerce-upsells-products:not(:has(.product)) {
  display: none !important;
}

/* ── Checkout: fjern hvid ramme omkring betalingsmodul ── */
.wc-block-components-radio-control-accordion-content,
.wcstripe-payment-element,
.wc-block-checkout__payment-method,
.wp-block-woocommerce-checkout-payment-block,
.wc-block-components-radio-control__option-layout,
.wc-block-components-radio-control-accordion-option {
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
