/** Shopify CDN: Minification failed

Line 1057:3 Unexpected "="

**/
/* ============================================================
   DEKORK — SHARED SECTION STYLESHEET
   File: assets/dekork-sections.css

   This file holds the STATIC CSS shared/used by DEKORK sections.
   Section-specific settings that depend on the Shopify theme editor
   (colors, spacing, text pulled from section.settings) live inline
   in each section's own {% style %} block — NOT here. This file is
   only for CSS that does not depend on section.settings.

   TABLE OF CONTENTS
   -----------------
   1. SHARED / UNIFIED STYLE SYSTEM   (design tokens used by 2+ sections)
   2. TRUST BAR                       (.dk-trust)
   3. COLLECTION GRID                 (.dk-collection / .dk-card)
   4. HERO — LAMP CAROUSEL            (.dlc)
   5. PRODUCT MAIN                    (.dkp2)

   Cleanup note (this pass):
   Removed ~2,540 lines of dead CSS carried over from earlier section
   versions no longer referenced by any current .liquid file:
     - Old Hero versions (.dkh, "HERO SECTION" + Mobile V2/V3/V4/V7/V9)
       — superseded by the Lamp Carousel Hero (.dlc)
     - Old Product Main v1 (.dkp, .dkp--blocks) incl. its HUD-style
       trust cards/icons — superseded by Product Main V2 (.dkp2)
     - .secure-checkout-highlight — not referenced by any section
   ============================================================ */



/* ═══════════════════════════════════════════════════════════
   1. SHARED / UNIFIED STYLE SYSTEM — used by Trust Bar, Collection Grid, Product Main
   ═══════════════════════════════════════════════════════════ */
/* DEKORK UNIFIED STYLE SYSTEM V1
   Trust Bar + Collection Grid + Product Main
   Typography:
   - Display headings: Rajdhani
   - Body copy: Manrope
   - Technical labels: IBM Plex Mono
   Palette:
   - Background: #0A0D10
   - Panel: #131A20 / #1A232B
   - Border: #26323B
   - Accent: #49E8D0
   - Text: #EEF2F2
   - Muted: #829198
   ============================== */

.dk-style-system-v1 {
  --dk-system-bg: #0A0D10;
  --dk-system-panel: #131A20;
  --dk-system-panel-2: #1A232B;
  --dk-system-line: #26323B;
  --dk-system-accent: #49E8D0;
  --dk-system-text: #EEF2F2;
  --dk-system-muted: #829198;
  --dk-system-price: #FF9B45;
  font-family: var(--font-body, 'Manrope'), sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.dk-style-system-v1 button,
.dk-style-system-v1 input,
.dk-style-system-v1 select,
.dk-style-system-v1 textarea {
  font: inherit;
}

/* Shared display-heading language */
.dk-style-system-v1 .dk-heading__title,
.dk-style-system-v1 .dk-trust__title,
.dk-style-system-v1 .dk-card__title,
.dk-style-system-v1 .dkp2__title,
.dk-style-system-v1 .dkp2__trust-card strong,
.dk-style-system-v1 .dkp2__info-strip strong {
  font-family: var(--font-heading, 'Rajdhani'), sans-serif;
  font-weight: 700;
}

/* Shared technical-label language */
.dk-style-system-v1 .dk-heading__eyebrow,
.dk-style-system-v1 .dk-card__badge,
.dk-style-system-v1 .dk-card__price,
.dk-style-system-v1 .dk-view-all__button,
.dk-style-system-v1 .dkp2__console-head,
.dk-style-system-v1 .dkp2__module-label,
.dk-style-system-v1 .dkp2__specimen-status,
.dk-style-system-v1 .dkp2__inventory,
.dk-style-system-v1 .dkp2__rating,
.dk-style-system-v1 .dkp2__gallery-status,
.dk-style-system-v1 .dkp2__payment-head,
.dk-style-system-v1 .dkp2__payment-foot {
  font-family: var(--font-mono, 'IBM Plex Mono'), monospace;
}

/* TRUST BAR */
.dk-trust.dk-style-system-v1 {
  background: var(--dk-trust-bg);
  color: var(--dk-trust-text);
}

.dk-trust.dk-style-system-v1 .dk-trust__item {
  min-height: 152px;
  border-color: var(--dk-trust-border);
  background: var(--dk-trust-panel);
}

.dk-trust.dk-style-system-v1 .dk-trust__item:hover {
  border-color: var(--dk-item-accent);
  background: #1A232B;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, .26),
    inset 0 0 34px color-mix(in srgb, var(--dk-item-accent) 7%, transparent);
}

.dk-trust.dk-style-system-v1 .dk-trust__title {
  color: var(--dk-trust-text);
  font-size: 18px;
  line-height: 1.08;
  letter-spacing: .025em;
  text-transform: var(--dk-product-title-case, none);
}

.dk-trust.dk-style-system-v1 .dk-trust__text {
  margin-top: 9px;
  color: var(--dk-trust-muted);
  font-family: var(--font-body, 'Manrope'), sans-serif;
  font-size: 13px;
  line-height: 1.6;
}

.dk-trust.dk-style-system-v1 .dk-trust__icon {
  border-color: color-mix(in srgb, var(--dk-item-accent) 38%, transparent);
  background: color-mix(in srgb, var(--dk-trust-panel) 84%, #000);
}

/* COLLECTION GRID */
.dk-collection.dk-style-system-v1 {
  background: var(--dk-bg);
  color: var(--dk-text);
}

.dk-collection.dk-style-system-v1 .dk-heading {
  max-width: 720px;
  margin-bottom: 42px;
}

.dk-collection.dk-style-system-v1 .dk-heading__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
  color: var(--dk-accent);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: var(--dk-product-title-case, none);
}

.dk-collection.dk-style-system-v1 .dk-heading__eyebrow:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--dk-accent);
  box-shadow: 0 0 12px color-mix(in srgb, var(--dk-accent) 55%, transparent);
}

.dk-collection.dk-style-system-v1 .dk-heading__title {
  color: var(--dk-text);
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.02em;
  text-transform: var(--dk-product-title-case, none);
  text-wrap: balance;
}

.dk-collection.dk-style-system-v1 .dk-heading__description {
  max-width: 600px;
  margin-top: 16px;
  color: var(--dk-muted);
  font-family: var(--font-body, 'Manrope'), sans-serif;
  font-size: 14px;
  line-height: 1.65;
}

.dk-collection.dk-style-system-v1 .dk-heading--center .dk-heading__description {
  margin-right: auto;
  margin-left: auto;
}

.dk-collection.dk-style-system-v1 .dk-card {
  border-color: var(--dk-line);
  background: var(--dk-panel);
}

.dk-collection.dk-style-system-v1 .dk-card__body {
  padding: 17px 18px 19px;
  border-top: 1px solid var(--dk-line);
  background: var(--dk-panel);
}

.dk-collection.dk-style-system-v1 .dk-card__title {
  margin-bottom: 9px;
  color: var(--dk-product-title-color);
  font-size: var(--dk-product-title-size, 17px);
  line-height: 1.15;
  letter-spacing: .015em;
  text-transform: var(--dk-product-title-case, none);
}

.dk-collection.dk-style-system-v1 .dk-card__price {
  color: var(--dk-muted);
  font-size: var(--dk-product-price-size, 12px);
  letter-spacing: .025em;
}

.dk-collection.dk-style-system-v1 .dk-card__current {
  color: var(--dk-product-price-color, var(--dk-price));
  font-size: var(--dk-product-price-size, 14px);
}

.dk-collection.dk-style-system-v1 .dk-card__badge {
  min-height: 24px;
  padding: 6px 9px;
  font-size: 9px;
  letter-spacing: .1em;
}

.dk-collection.dk-style-system-v1 .dk-view-all__button {
  min-height: 46px;
  padding: 0 22px;
  border-color: var(--dk-accent);
  color: var(--dk-accent);
  font-size: 10px;
  letter-spacing: .1em;
}

@media (max-width: 749px) {
  .dk-trust.dk-style-system-v1 .dk-trust__title {
    font-size: 17px;
  }

  .dk-collection.dk-style-system-v1 .dk-heading {
    margin-bottom: 28px;
  }

  .dk-collection.dk-style-system-v1 .dk-heading__title {
    font-size: clamp(30px, 10vw, 42px);
  }

  .dk-collection.dk-style-system-v1 .dk-card__body {
    padding: 13px 13px 15px;
  }

  .dk-collection.dk-style-system-v1 .dk-card__title {
    font-size: var(--dk-product-title-size-mobile, 14px);
  }

  .dk-collection.dk-style-system-v1 .dk-card__price,
  .dk-collection.dk-style-system-v1 .dk-card__current {
    font-size: var(--dk-product-price-size-mobile, 13px);
  }
}

/* ==============================


/* ═══════════════════════════════════════════════════════════
   2. TRUST BAR (.dk-trust)
   ═══════════════════════════════════════════════════════════ */
/* ==============================
   TRUST SECTION
   ============================== */
.dk-trust {
    padding: var(--dk-trust-padding-top) 24px var(--dk-trust-padding-bottom);
    background: var(--dk-trust-bg);
    color: var(--dk-trust-text);
    font-family: var(--font-body, 'Manrope'), sans-serif;
    -webkit-font-smoothing: antialiased;
  }

  .dk-trust * {
    box-sizing: border-box;
  }

  .dk-trust .dk-trust__inner {
    width: 100%;
    max-width: var(--dk-trust-max);
    margin: 0 auto;
  }

  .dk-trust .dk-trust__grid {
    display: grid;
    grid-template-columns: repeat(var(--dk-trust-cols), minmax(0, 1fr));
    gap: var(--dk-trust-gap);
  }

  .dk-trust .dk-trust__item {
    position: relative;
    isolation: isolate;
    display: grid;
    min-width: 0;
    min-height: 150px;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    overflow: hidden;
    padding: 24px 22px;
    border: 1px solid var(--dk-trust-border);
    background: var(--dk-trust-panel);
    transition:
      transform .35s ease,
      border-color .35s ease,
      background .35s ease,
      box-shadow .35s ease;
  }

  .dk-trust .dk-trust__item:hover {
    border-color: var(--dk-item-accent);
    background: #1a232b;
    transform: translateY(-3px);
    box-shadow:
      0 18px 42px rgba(0,0,0,.22),
      inset 0 0 34px color-mix(in srgb, var(--dk-item-accent) 6%, transparent);
  }

  .dk-trust .dk-trust__grid-bg {
    position: absolute;
    z-index: -2;
    inset: 0;
    pointer-events: none;
    background-image:
      linear-gradient(
        to right,
        color-mix(in srgb, var(--dk-item-accent) 13%, transparent) 1px,
        transparent 1px
      ),
      linear-gradient(
        to bottom,
        color-mix(in srgb, var(--dk-item-accent) 13%, transparent) 1px,
        transparent 1px
      );
    background-size: 38px 38px;
    opacity: .38;
    transition: opacity .35s ease;
  }

  .dk-trust .dk-trust__item:hover .dk-trust__grid-bg {
    opacity: .72;
  }

  .dk-trust .dk-trust__grid-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(
        ellipse at 20% 50%,
        color-mix(in srgb, var(--dk-item-accent) 12%, transparent) 0%,
        color-mix(in srgb, var(--dk-item-accent) 6%, transparent) 34%,
        transparent 72%
      );
    filter: blur(16px);
  }

  .dk-trust .dk-trust__scan {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -30%;
    width: 26%;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(
      90deg,
      transparent,
      color-mix(in srgb, var(--dk-item-accent) 20%, transparent),
      transparent
    );
    transform: skewX(-18deg);
  }

  .dk-trust .dk-trust__item:hover .dk-trust__scan {
    opacity: 1;
    animation: dkTrustScan 1.15s ease forwards;
  }

  @keyframes dkTrustScan {
    from { left: -30%; }
    to { left: 110%; }
  }

  .dk-trust .dk-trust__icon {
    position: relative;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--dk-item-accent) 32%, transparent);
    background: rgba(8,11,13,.56);
    color: #fff;
    transition:
      color .35s ease,
      border-color .35s ease,
      background .35s ease,
      box-shadow .35s ease,
      transform .35s ease;
  }

  .dk-trust .dk-trust__item:hover .dk-trust__icon {
    color: var(--dk-item-accent);
    border-color: var(--dk-item-accent);
    background: color-mix(in srgb, var(--dk-item-accent) 8%, #0a0d10);
    box-shadow: 0 0 20px color-mix(in srgb, var(--dk-item-accent) 20%, transparent);
    transform: scale(1.04);
  }

  .dk-trust .dk-trust__icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-width: 3.2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .dk-trust .dk-trust__content {
    min-width: 0;
  }

  .dk-trust .dk-trust__title {
    margin: 0;
    color: var(--dk-trust-text);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
  }

  .dk-trust .dk-trust__text {
    margin-top: 8px;
    color: var(--dk-trust-muted);
    font-size: 13px;
    line-height: 1.55;
  }

  .dk-trust .dk-trust__text p {
    margin: 0;
  }

  .dk-trust .dk-trust__corner {
    position: absolute;
    z-index: 3;
    width: 12px;
    height: 12px;
    border-color: var(--dk-item-accent);
    opacity: .42;
    transition: opacity .35s ease;
  }

  .dk-trust .dk-trust__item:hover .dk-trust__corner {
    opacity: 1;
  }

  .dk-trust .dk-trust__corner--tl {
    top: 9px;
    left: 9px;
    border-top: 2px solid;
    border-left: 2px solid;
  }

  .dk-trust .dk-trust__corner--tr {
    top: 9px;
    right: 9px;
    border-top: 2px solid;
    border-right: 2px solid;
  }

  .dk-trust .dk-trust__corner--bl {
    bottom: 9px;
    left: 9px;
    border-bottom: 2px solid;
    border-left: 2px solid;
  }

  .dk-trust .dk-trust__corner--br {
    right: 9px;
    bottom: 9px;
    border-right: 2px solid;
    border-bottom: 2px solid;
  }

  @media screen and (max-width: 1100px) {
    .dk-trust .dk-trust__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media screen and (max-width: 749px) {
    .dk-trust {
      padding-right: 14px;
      padding-left: 14px;
    }

    .dk-trust .dk-trust__grid {
      grid-template-columns: 1fr;
      gap: var(--dk-trust-mobile-gap);
    }

    .dk-trust .dk-trust__item {
      min-height: 126px;
      grid-template-columns: 52px minmax(0, 1fr);
      gap: 15px;
      padding: 20px 18px;
    }

    .dk-trust .dk-trust__icon {
      width: 50px;
      height: 50px;
    }

    .dk-trust .dk-trust__icon svg {
      width: 29px;
      height: 29px;
    }

    .dk-trust .dk-trust__title {
      font-size: 16px;
    }

    .dk-trust .dk-trust__text {
      font-size: 12px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .dk-trust .dk-trust__item,
    .dk-trust .dk-trust__icon,
    .dk-trust .dk-trust__scan {
      animation: none !important;
      transition: none !important;
    }
  }



/* ═══════════════════════════════════════════════════════════
   3. COLLECTION GRID (.dk-collection / .dk-card)
   ═══════════════════════════════════════════════════════════ */
/* ==============================
   COLLECTION SECTION
   ============================== */
.dk-collection {
    background: var(--dk-bg);
    color: var(--dk-text);
    font-family: var(--font-body, 'Manrope'), sans-serif;
    padding: var(--dk-padding-top) 24px var(--dk-padding-bottom);
    -webkit-font-smoothing: antialiased;
  }

  .dk-collection * {
    box-sizing: border-box;
  }

  .dk-collection .dk-collection__inner {
    width: 100%;
    max-width: var(--dk-max-width);
    margin: 0 auto;
  }

  .dk-collection .dk-heading {
    max-width: 680px;
    margin-bottom: 38px;
  }

  .dk-collection .dk-heading--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .dk-collection .dk-heading--right {
    margin-left: auto;
    text-align: right;
  }

  .dk-collection .dk-heading__eyebrow {
    display: block;
    margin-bottom: 12px;
    color: var(--dk-accent);
    font-family: var(--font-mono, 'IBM Plex Mono'), monospace;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: var(--dk-product-title-case, none);
  }

  .dk-collection .dk-heading__title {
    margin: 0;
    color: var(--dk-text);
    font-family: var(--font-heading, 'Rajdhani'), sans-serif;
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 400;
    line-height: 1.3;
  }

  .dk-collection .dk-heading__description {
    margin-top: 12px;
    color: var(--dk-muted);
    font-size: 14px;
    line-height: 1.65;
  }

  .dk-collection .dk-heading__description p {
    margin: 0;
  }

  .dk-collection .dk-grid {
    display: grid;
    grid-template-columns: repeat(var(--dk-columns-desktop), minmax(0, 1fr));
    gap: var(--dk-gap);
  }

  .dk-collection .dk-card {
    min-width: 0;
    overflow: hidden;
    background: var(--dk-panel);
    border: 1px solid var(--dk-line);
    transition: border-color .35s ease, transform .35s ease, box-shadow .35s ease;
  }

  .dk-collection .dk-card:hover {
    border-color: var(--dk-card-accent);
    transform: translateY(-4px);
    box-shadow: none;
  }

  .dk-collection .dk-card__visual-link,
  .dk-collection .dk-card__title-link {
    display: block;
    color: inherit;
    text-decoration: none;
  }

  .dk-collection .dk-card__visual-link {
    position: relative;
  }

  .dk-collection .dk-card__visual {
    position: relative;
    aspect-ratio: var(--dk-visual-ratio);
    overflow: hidden;
    isolation: isolate;
    background: #050605;
  }

  .dk-collection .dk-card__wall {
    position: absolute;
    inset: 0 0 30%;
    background: linear-gradient(180deg, #1a232b 0%, #131A20 100%);
    transition: background .35s ease;
  }

  .dk-collection .dk-card__wall::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-image:
      linear-gradient(
        to right,
        color-mix(in srgb, var(--dk-card-accent) 22%, transparent) 1px,
        transparent 1px
      ),
      linear-gradient(
        to bottom,
        color-mix(in srgb, var(--dk-card-accent) 28%, transparent) 1px,
        transparent 1px
      );
    background-size: 54px 54px;
    background-position: left top;
    opacity: .72;
    transform: none;
    filter: none;
    transition: opacity .35s ease;
  }

  .dk-collection .dk-card__floor {
    position: absolute;
    inset: 70% 0 0;
    overflow: hidden;
    background: #0a0d09;
  }

  .dk-collection .dk-card__floor-grid {
    position: absolute;
    right: -80%;
    bottom: 0;
    left: -80%;
    height: 700%;
    background-color: #1a232b;
    background-image:
      linear-gradient(
        to right,
        color-mix(in srgb, var(--dk-card-accent) 20%, transparent) 1px,
        transparent 1px
      ),
      linear-gradient(
        to bottom,
        color-mix(in srgb, var(--dk-card-accent) 20%, transparent) 1px,
        transparent 1px
      );
    background-size: 54px 54px;
    background-position: center bottom;
    opacity: .72;
    transform: perspective(760px) rotateX(58deg);
    transform-origin: bottom center;
    transition: opacity .35s ease;
  }

  .dk-collection .dk-card__horizon {
    position: absolute;
    z-index: 1;
    top: 70%;
    right: 0;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--dk-card-accent), transparent);
    box-shadow: 0 0 8px color-mix(in srgb, var(--dk-card-accent) 42%, transparent);
    opacity: .55;
    transition: opacity .5s ease;
  }



  .dk-collection .dk-card__contrast-panel{
    position:absolute;
    z-index:2;
    left:50%;
    top:46%;
    width:88%;
    height:92%;
    transform:translate(-50%,-50%);
    pointer-events:none;
    opacity:.88;
    filter:blur(24px);
    background:
      radial-gradient(
        ellipse at center,
        color-mix(in srgb,var(--dk-card-accent) 18%,transparent) 0%,
        color-mix(in srgb,var(--dk-card-accent) 15%,transparent) 22%,
        color-mix(in srgb,var(--dk-card-accent) 10%,transparent) 44%,
        color-mix(in srgb,var(--dk-card-accent) 6%,transparent) 62%,
        color-mix(in srgb,var(--dk-card-accent) 3%,transparent) 78%,
        transparent 100%
      );
    transition:background .35s ease, opacity .35s ease, filter .35s ease;
  }

  .dk-collection .dk-card__stage {
    position: absolute;
    z-index: 3;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    padding: var(--dk-image-padding);
  }


  .dk-collection .dk-card__image,
  .dk-collection .dk-card__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    filter: brightness(1.03) saturate(1.08);
    transform: scale(var(--dk-image-scale));
    transform-origin: center bottom;
    transition: filter .45s ease, transform .45s ease;
  }

  .dk-collection .dk-card__placeholder {
    width: 90%;
    height: 90%;
    color: var(--dk-muted);
  }


  .dk-collection .dk-card__badges {
    position: absolute;
    z-index: 5;
    top: 12px;
    left: 12px;
    display: flex;
    max-width: calc(100% - 24px);
    flex-wrap: wrap;
    gap: 6px;
    pointer-events: none;
  }

  .dk-collection .dk-card__badge {
    display: inline-flex;
    min-height: 25px;
    align-items: center;
    padding: 6px 9px;
    border: 1px solid rgba(255,255,255,.12);
    background: #1C262E;
    color: #fff;
    font-family: var(--font-mono, 'IBM Plex Mono'), monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: var(--dk-product-title-case, none);
    box-shadow: 0 4px 14px rgba(0,0,0,.22);
  }

  .dk-collection .dk-card__badge--sale {
    border-color: transparent;
    background: var(--dk-card-accent);
    color: #071006;
  }

  .dk-collection .dk-card__badge--new {
    border-color: transparent;
    background: #eef2f2;
    color: #111;
  }

  .dk-collection .dk-card__badge--soldout {
    background: #26323b;
    color: #fff;
  }

  .dk-collection .dk-card__badge--preorder {
    border-color: transparent;
    background: #ff9b45;
    color: #171300;
  }

  .dk-collection .dk-card__badge--custom {
    background: #1C262E;
    color: #fff;
  }

  .dk-collection .dk-corner {
    position: absolute;
    z-index: 4;
    width: 14px;
    height: 14px;
    border-color: var(--dk-card-accent);
    opacity: 0;
    transition: opacity .35s ease;
  }

  .dk-collection .dk-corner--tl { top: 8px; left: 8px; border-top: 2px solid; border-left: 2px solid; }
  .dk-collection .dk-corner--tr { top: 8px; right: 8px; border-top: 2px solid; border-right: 2px solid; }
  .dk-collection .dk-corner--bl { bottom: 8px; left: 8px; border-bottom: 2px solid; border-left: 2px solid; }
  .dk-collection .dk-corner--br { right: 8px; bottom: 8px; border-right: 2px solid; border-bottom: 2px solid; }

  
  .dk-collection .dk-card:hover .dk-card__visual{
    background:#131A20;
  }

  .dk-collection .dk-card:hover .dk-card__contrast-panel{
    opacity:1;
    filter:blur(28px);
    background:
      radial-gradient(
        ellipse at center,
        color-mix(in srgb,var(--dk-card-accent) 26%,transparent) 0%,
        color-mix(in srgb,var(--dk-card-accent) 21%,transparent) 24%,
        color-mix(in srgb,var(--dk-card-accent) 14%,transparent) 46%,
        color-mix(in srgb,var(--dk-card-accent) 8%,transparent) 64%,
        color-mix(in srgb,var(--dk-card-accent) 4%,transparent) 80%,
        transparent 100%
      );
  }

  .dk-collection .dk-card:hover .dk-card__wall {
    background: linear-gradient(180deg, #1a232b 0%, #13171a 100%);
  }

  .dk-collection .dk-card:hover .dk-card__wall::after {
    opacity: .82;
    filter: none;
  }

  .dk-collection .dk-card:hover .dk-card__horizon{
    opacity:1;
    box-shadow:0 0 16px color-mix(in srgb,var(--dk-card-accent) 55%,transparent);
  }

  .dk-collection .dk-card:hover .dk-corner{
    opacity:1;
  }

  .dk-collection .dk-card:hover .dk-card__floor-grid {
    opacity: .95;
    filter: brightness(1.28);
  }


  .dk-collection .dk-card:hover .dk-card__image,
  .dk-collection .dk-card:hover .dk-card__placeholder {
    filter: brightness(1.18) saturate(1.28);
    transform: scale(calc(var(--dk-image-scale) * 1.045));
  }


  .dk-collection .dk-card__body {
    padding: 15px 16px 17px;
  }

  .dk-collection .dk-card__title {
    margin: 0 0 8px;
    color: var(--dk-text);
    font-size: var(--dk-product-title-size, 14px);
    font-weight: 700;
    line-height: 1.35;
  }

  .dk-collection .dk-card__review-hook {
    min-height: 18px;
    margin: -2px 0 8px;
    line-height: 1;
  }

  .dk-collection .dk-card__review-hook:empty,
  .dk-collection .dk-card__review-hook .t4s-product-rating:empty {
    display: none;
  }

  .dk-collection .dk-card__review-hook,
  .dk-collection .dk-card__review-hook * {
    max-width: 100%;
  }

  .dk-collection .dk-card__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px 8px;
    font-family: var(--font-mono, 'IBM Plex Mono'), monospace;
    font-size: var(--dk-product-price-size, 13px);
    font-weight: 700;
  }

  .dk-collection .dk-card__price s,
  .dk-collection .dk-card__from {
    color: var(--dk-muted);
    font-weight: 400;
  }

  .dk-collection .dk-card__current {
    color: var(--dk-price);
    font-size: var(--dk-product-price-size, 13px);
  }

  .dk-collection .dk-card--sold-out .dk-card__image {
    opacity: .6;
    filter: grayscale(.6);
  }

  .dk-collection .dk-view-all {
    margin-top: 34px;
  }

  .dk-collection .dk-view-all--center { text-align: center; }
  .dk-collection .dk-view-all--right { text-align: right; }

  .dk-collection .dk-view-all__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 19px;
    border: 1px solid var(--dk-accent);
    color: var(--dk-accent);
    font-family: var(--font-mono, 'IBM Plex Mono'), monospace;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: var(--dk-product-title-case, none);
    transition: background .25s ease, color .25s ease, box-shadow .25s ease;
  }

  .dk-collection .dk-view-all__button:hover {
    background: var(--dk-accent);
    color: #071006;
    box-shadow: 0 0 20px color-mix(in srgb, var(--dk-accent) 28%, transparent);
  }

  @media screen and (max-width: 989px) {
    .dk-collection .dk-grid {
      grid-template-columns: repeat(var(--dk-columns-tablet), minmax(0, 1fr));
    }
  }

  @media screen and (max-width: 749px) {
    .dk-collection {
      padding-right: 16px;
      padding-left: 16px;
    }

    .dk-collection .dk-grid {
      grid-template-columns: repeat(var(--dk-columns-mobile), minmax(0, 1fr));
      gap: var(--dk-mobile-gap);
    }

    .dk-collection .dk-heading {
      margin-bottom: 26px;
    }

    .dk-collection .dk-card__body {
      padding: 12px 12px 14px;
    }

    .dk-collection .dk-card__title {
      font-size: var(--dk-product-title-size-mobile, 13px);
    }

    .dk-collection .dk-card__price,
    .dk-collection .dk-card__current {
      font-size: var(--dk-product-price-size-mobile, 12px);
    }
  }

  @media (hover: none) {
    .dk-collection .dk-corner {
      opacity: .55;
    }
  }



/* ═══════════════════════════════════════════════════════════
   3a. Collection Grid — Quick Add + hover glow
   ═══════════════════════════════════════════════════════════ */
   COLLECTION CARD QUICK ADD V4
   Compact circular corner button — no layout shift
   ============================== */

.dk-collection .dk-card {
  position: relative;
  border-color: var(--dk-line);
}

.dk-collection .dk-card:hover,
.dk-collection .dk-card:focus-within {
  border-color: #49E8D0 !important;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, .30),
    0 0 0 1px rgba(73, 232, 208, .70),
    0 0 34px color-mix(
      in srgb,
      var(--dk-card-accent) 24%,
      transparent
    );
}

/* View all button appearance now lives entirely in the section's own
   #ViewAll-{{ section.id }}-scoped <style> block (Outline/Solid/Text
   styles, driven by the "View all button" settings) — removed the old
   hardcoded !important override that used to force every instance into
   a solid teal button no matter what. */

.dk-collection .dk-card__quick-add-icon {
  position:absolute;
  z-index:9;
  pointer-events:none;
  opacity:0;
  visibility:hidden;
  transform:translateY(7px) scale(.92);
  transition:opacity .22s ease,visibility .22s ease,transform .26s cubic-bezier(.22,.82,.25,1);
}

.dk-collection .dk-card:hover .dk-card__quick-add-icon,
.dk-collection .dk-card:focus-within .dk-card__quick-add-icon,
.dk-collection .dk-card__quick-add-icon.is-always-visible {
  pointer-events:auto;
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
}

.dk-collection .dk-card__quick-add-icon--top-left{top:var(--dk-qa-offset);left:var(--dk-qa-offset)}
.dk-collection .dk-card__quick-add-icon--top-right{top:var(--dk-qa-offset);right:var(--dk-qa-offset)}
.dk-collection .dk-card__quick-add-icon--bottom-left{bottom:var(--dk-qa-offset);left:var(--dk-qa-offset)}
.dk-collection .dk-card__quick-add-icon--bottom-right{right:var(--dk-qa-offset);bottom:var(--dk-qa-offset)}

.dk-collection .dk-card__quick-add-form{margin:0}

.dk-collection .dk-card__quick-add-circle{
  display:grid;
  width:var(--dk-qa-size);
  height:var(--dk-qa-size);
  place-items:center;
  padding:0;
  border:1px solid color-mix(in srgb,var(--dk-qa-bg) 82%,#fff);
  border-radius:50%;
  background:var(--dk-qa-bg);
  color:var(--dk-qa-text);
  cursor:pointer;
  box-shadow:0 10px 24px rgba(0,0,0,.34),0 0 18px color-mix(in srgb,var(--dk-qa-bg) 22%,transparent);
  transition:transform .22s ease,filter .22s ease,box-shadow .22s ease;
  -webkit-appearance:none;
  appearance:none;
}

.dk-collection .dk-card__quick-add-circle:hover:not(:disabled){
  transform:translateY(-2px) scale(1.06);
  filter:brightness(1.07);
  box-shadow:0 14px 30px rgba(0,0,0,.38),0 0 25px color-mix(in srgb,var(--dk-qa-bg) 34%,transparent);
}

.dk-collection .dk-card__quick-add-circle:active:not(:disabled){transform:scale(.98)}
.dk-collection .dk-card__quick-add-circle:focus-visible{outline:2px solid var(--dk-qa-bg);outline-offset:3px}
.dk-collection .dk-card__quick-add-circle:disabled{cursor:not-allowed;opacity:.48;filter:grayscale(.45)}

.dk-collection .dk-card__quick-add-circle svg{
  width:46%;
  height:46%;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

@media (hover:none),(max-width:749px){
  .dk-collection .dk-card__quick-add-icon{
    pointer-events:auto;
    opacity:1;
    visibility:visible;
    transform:none;
  }
}

@media (prefers-reduced-motion:reduce){
  .dk-collection .dk-card__quick-add-icon,
  .dk-collection .dk-card__quick-add-circle{transition:none !important}
}


/* QUICK ADD ICON V5 */
.dk-collection .dk-card__quick-add-circle svg {
  width: 48%;
  height: 48%;
  stroke-width: 1.9;
}

/* ==============================
   COLLECTION CARD LAYOUT FIX V7
   Valid link/form structure + restored absolute layers
   ============================== */

.dk-collection .dk-card__visual-shell {
  position: relative;
  display: block;
}

.dk-collection .dk-card__visual-link {
  position: relative;
  display: block;
}

/* Restore original layer positioning. */
.dk-collection .dk-card__stage {
  position: absolute !important;
  z-index: 3 !important;
  inset: 0 !important;
}

.dk-collection .dk-card__badges {
  z-index: 7;
}

.dk-collection .dk-corner {
  z-index: 6;
}

/* Quick Add is outside the product link, but positioned over the visual shell. */
.dk-collection .dk-card__quick-add-icon {
  z-index: 10;
}

/* Fixed brand border; lamp-colored outer glow. */
.dk-collection .dk-card:hover,
.dk-collection .dk-card:focus-within {
  border-color: #49E8D0 !important;
  box-shadow:
    0 18px 42px rgba(0,0,0,.30),
    0 0 0 1px rgba(73,232,208,.70),
    0 0 34px color-mix(in srgb, var(--dk-card-accent) 24%, transparent);
}

/* Lamp-colored glow stays behind the image without changing layout. */
.dk-collection .dk-card__visual::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 8%;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(
      circle at 50% 52%,
      color-mix(in srgb, var(--dk-card-accent) 14%, transparent) 0%,
      color-mix(in srgb, var(--dk-card-accent) 7%, transparent) 38%,
      transparent 72%
    );
  transition: opacity .35s ease;
}

.dk-collection .dk-card:hover .dk-card__visual::after,
.dk-collection .dk-card:focus-within .dk-card__visual::after {
  opacity: 1;
}

/* ==============================
   COLLECTION CARD HOVER V10 — CLIP-SAFE INNER GLOW
   The glow stays inside the card, so no theme wrapper can cut it.
   ========================================================= */

.dk-collection .dk-card,
.dk-collection .dk-card:hover,
.dk-collection .dk-card:focus-within {
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid var(--dk-line) !important;
  background: var(--dk-panel) !important;
  box-shadow: none !important;
}

.dk-collection .dk-card:hover,
.dk-collection .dk-card:focus-within {
  z-index: 2;
  border-color: #49E8D0 !important;
  transform: translateY(-4px);
}

/* Remove every previous outside-halo implementation. */
.dk-collection .dk-card::before,
.dk-collection .dk-card::after {
  content: none !important;
  display: none !important;
}

/* Keep the image viewport clean and use a soft internal light field. */
.dk-collection .dk-card__visual {
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
}

.dk-collection .dk-card__visual::after {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(
      ellipse 82% 74% at 50% 48%,
      color-mix(in srgb, var(--dk-card-accent) 22%, transparent) 0%,
      color-mix(in srgb, var(--dk-card-accent) 14%, transparent) 30%,
      color-mix(in srgb, var(--dk-card-accent) 7%, transparent) 52%,
      transparent 74%
    ),
    linear-gradient(
      90deg,
      color-mix(in srgb, var(--dk-card-accent) 8%, transparent),
      transparent 14%,
      transparent 86%,
      color-mix(in srgb, var(--dk-card-accent) 8%, transparent)
    );
  transition: opacity .35s ease;
}

.dk-collection .dk-card:hover .dk-card__visual::after,
.dk-collection .dk-card:focus-within .dk-card__visual::after {
  opacity: 1;
}

/* A subtle inner border glow replaces the clipped external box-shadow. */
.dk-collection .dk-card:hover .dk-card__visual,
.dk-collection .dk-card:focus-within .dk-card__visual {
  box-shadow:
    inset 0 0 28px color-mix(in srgb, var(--dk-card-accent) 10%, transparent);
}

/* Ensure content remains above the internal light field. */
.dk-collection .dk-card__stage {
  z-index: 5 !important;
}

.dk-collection .dk-card__badges,
.dk-collection .dk-corner {
  z-index: 7 !important;
}

.dk-collection .dk-card__body {
  position: relative;
  z-index: 6;
  background: var(--dk-panel);
}


/* ═══════════════════════════════════════════════════════════
   4. HERO — LAMP CAROUSEL (.dlc)
   Styles moved from dekork-lamp-carousel-hero.liquid
   ═══════════════════════════════════════════════════════════ */
.dlc {
    background: var(--dlc-bg);
    color: var(--dlc-text);
    padding: var(--dlc-pt) 24px var(--dlc-pb);
    font-family: var(--font-body, 'Manrope'), sans-serif;
    /* Stable section alignment: use Shopify's own full-width wrapper.
       Avoid the old 50vw breakout, which could shift the hero by half
       the viewport when section spacing was customized. */
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    max-width: none;
    margin-top: var(--dlc-mt);
    margin-right: 0;
    margin-bottom: var(--dlc-mb);
    margin-left: 0;
    box-sizing: border-box;
  }

  .dlc * { box-sizing: border-box; }

  .dlc .dlc__inner {
    width: 100%;
    max-width: var(--dlc-max);
    margin: 0 auto;
  }

  .dlc .dlc__viewport {
    position: relative;
    min-height: var(--dlc-height);
    overflow: hidden;
    border: 1px solid var(--dlc-line);
    border-radius: var(--dlc-radius);
    background: var(--dlc-panel);
    isolation: isolate;
  }

  .dlc .dlc__scene,
  .dlc .dlc__grid,
  .dlc .dlc__glow,
  .dlc .dlc__horizon {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .dlc .dlc__scene {
    z-index: 0;
    overflow: hidden;
  }

  .dlc .dlc__grid {
    background-image:
      linear-gradient(to right, color-mix(in srgb, var(--dlc-accent) 20%, transparent) 1px, transparent 1px),
      linear-gradient(to bottom, color-mix(in srgb, var(--dlc-accent) 20%, transparent) 1px, transparent 1px);
    background-size: var(--dlc-grid-size) var(--dlc-grid-size);
    opacity: var(--dlc-grid-opacity);
    transform: perspective(650px) rotateX(68deg) scale(1.75) translateY(34%);
    transform-origin: center bottom;
  }

  .dlc .dlc__grid::before {
    content: '';
    position: absolute;
    inset: -35% -15% 42%;
    background-image:
      linear-gradient(to right, color-mix(in srgb, var(--dlc-accent) 12%, transparent) 1px, transparent 1px),
      linear-gradient(to bottom, color-mix(in srgb, var(--dlc-accent) 12%, transparent) 1px, transparent 1px);
    background-size: var(--dlc-grid-size) var(--dlc-grid-size);
    opacity: .58;
    transform: perspective(800px) rotateX(-3deg);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 35%, #000 100%);
  }

  .dlc .dlc__glow {
    background:
      radial-gradient(circle at 50% 60%, color-mix(in srgb, var(--dlc-accent) 18%, transparent), transparent 34%),
      radial-gradient(circle at 50% 15%, rgba(255,255,255,.045), transparent 40%);
  }

  .dlc .dlc__horizon {
    top: 57%;
    bottom: auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--dlc-accent) 28%, transparent), transparent);
  }

  .dlc .dlc__copy {
    position: absolute;
    z-index: 8;
    top: 50%;
    left: clamp(24px, 5vw, 76px);
    width: min(var(--dlc-copy-width), 42%);
    transform: translateY(-50%);
  }

  .dlc .dlc__copy--center { text-align: center; }
  .dlc .dlc__copy--right { text-align: right; }

  .dlc .dlc__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    color: var(--dlc-eyebrow-color);
    font-family: var(--font-mono, 'IBM Plex Mono'), monospace;
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: var(--dk-product-title-case, none);
  }

  .dlc .dlc__eyebrow span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 12px currentColor;
  }

  .dlc .dlc__title {
    margin: 0;
    color: var(--dlc-heading-color);
    font-family: var(--font-heading, 'Rajdhani'), sans-serif;
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 700;
    line-height: .96;
    letter-spacing: -.025em;
    text-transform: var(--dk-product-title-case, none);
  }

  .dlc .dlc__text {
    max-width: 520px;
    margin-top: 18px;
    color: var(--dlc-description-color);
    font-size: 15px;
    line-height: 1.65;
  }

  .dlc .dlc__text p { margin: 0; }

  .dlc .dlc__actions {
    display: flex;
    gap: 12px;
    margin-top: 28px;
    flex-wrap: wrap;
  }

  .dlc .dlc__copy--center .dlc__actions { justify-content: center; }
  .dlc .dlc__copy--right .dlc__actions { justify-content: flex-end; }

  .dlc .dlc__button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid var(--dlc-line);
    color: var(--dlc-text);
    font-family: var(--font-mono, 'IBM Plex Mono'), monospace;
    font-size: 11px;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: var(--dk-product-title-case, none);
    transition: .25s ease;
  }

  .dlc .dlc__button--primary {
    border-color: var(--dlc-primary-border);
    background: var(--dlc-primary-bg);
    color: var(--dlc-primary-text);
  }

  .dlc .dlc__button--secondary {
    border-color: var(--dlc-secondary-border);
    background: var(--dlc-secondary-bg);
    color: var(--dlc-secondary-text);
  }

  .dlc .dlc__button:hover { transform: translateY(-2px); }

  .dlc .dlc__button svg {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .25s ease;
  }

  .dlc .dlc__button:hover svg { transform: translateX(4px); }

  .dlc .dlc__button[aria-disabled="true"] {
    opacity: .45;
    pointer-events: none;
  }

  .dlc .dlc__carousel {
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    width: 62%;
    height: 100%;
  }

  .dlc .dlc__stage {
    position: absolute;
    inset: 5% 2% 8%;
  }

  .dlc .dlc__item {
    --slot-x: 50%;
    --slot-width: var(--dlc-center-width);
    --slot-opacity: 0;
    --slot-scale: .65;
    --slot-z: 1;
    position: absolute;
    z-index: var(--slot-z);
    top: 50%;
    left: var(--slot-x);
    width: var(--slot-width);
    max-height: 94%;
    opacity: var(--slot-opacity);
    pointer-events: none;
    transform:
      translate(calc(-50% + var(--item-offset-x)), calc(-50% + var(--item-offset-y)))
      rotate(var(--item-rotate))
      scale(calc(var(--slot-scale) * var(--item-scale)));
    transform-origin: center;
    transition:
      left .58s cubic-bezier(.22,.82,.25,1),
      width .58s cubic-bezier(.22,.82,.25,1),
      opacity .38s ease,
      transform .58s cubic-bezier(.22,.82,.25,1),
      filter .45s ease;
    filter: brightness(.42) saturate(.65) blur(.3px);
  }

  .dlc .dlc__item.is-active {
    --slot-x: 50%;
    --slot-width: var(--dlc-center-width);
    --slot-opacity: 1;
    --slot-scale: 1;
    --slot-z: 6;
    filter: brightness(1) saturate(1) drop-shadow(0 24px 34px rgba(0,0,0,.42));
    pointer-events: auto;
  }

  .dlc .dlc__item.is-prev-1 {
    --slot-x: 25%;
    --slot-width: var(--dlc-side-width);
    --slot-opacity: .72;
    --slot-scale: .82;
    --slot-z: 4;
    filter: brightness(.62) saturate(.76);
    pointer-events: auto;
  }

  .dlc .dlc__item.is-next-1 {
    --slot-x: 75%;
    --slot-width: var(--dlc-side-width);
    --slot-opacity: .72;
    --slot-scale: .82;
    --slot-z: 4;
    filter: brightness(.62) saturate(.76);
    pointer-events: auto;
  }

  .dlc .dlc__item.is-prev-2 {
    --slot-x: 7%;
    --slot-width: var(--dlc-far-width);
    --slot-opacity: .38;
    --slot-scale: .67;
    --slot-z: 2;
  }

  .dlc .dlc__item.is-next-2 {
    --slot-x: 93%;
    --slot-width: var(--dlc-far-width);
    --slot-opacity: .38;
    --slot-scale: .67;
    --slot-z: 2;
  }

  .dlc .dlc__float {
    width: 100%;
    animation: dlcFloat var(--dlc-float-duration) ease-in-out infinite;
    animation-delay: var(--item-delay);
  }

  @keyframes dlcFloat {
    0%, 100% {
      transform:
        translateY(calc(var(--dlc-float-distance) * -.45))
        rotate(var(--dlc-float-tilt-negative));
    }
    50% {
      transform:
        translateY(calc(var(--dlc-float-distance) * .55))
        rotate(var(--dlc-float-tilt-positive));
    }
  }

  .dlc .dlc__image,
  .dlc .dlc__placeholder {
    display: block;
    width: 100%;
    height: auto;
    max-height: calc(var(--dlc-height) * .82);
    object-fit: contain;
  }

  .dlc .dlc__item-label {
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    color: var(--dlc-muted);
    font-family: var(--font-mono, 'IBM Plex Mono'), monospace;
    font-size: 9px;
    letter-spacing: .12em;
    text-transform: var(--dk-product-title-case, none);
    white-space: nowrap;
    opacity: 0;
    transition: opacity .25s ease;
  }

  .dlc .dlc__item.is-active .dlc__item-label { opacity: 1; }

  .dlc .dlc__arrow {
    position: absolute;
    z-index: 12;
    top: 50%;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid color-mix(in srgb, var(--dlc-accent) 34%, var(--dlc-line));
    border-radius: 50%;
    background: color-mix(in srgb, var(--dlc-panel) 82%, transparent);
    color: var(--dlc-text);
    font-size: 20px;
    cursor: pointer;
    transform: translateY(-50%);
    backdrop-filter: blur(8px);
    transition: .25s ease;
  }

  .dlc .dlc__arrow:hover {
    border-color: var(--dlc-accent);
    color: var(--dlc-accent);
  }

  .dlc .dlc__arrow--prev { left: 16px; }
  .dlc .dlc__arrow--next { right: 16px; }

  .dlc .dlc__counter {
    position: absolute;
    z-index: 12;
    right: 24px;
    bottom: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--dlc-muted);
    font-family: var(--font-mono, 'IBM Plex Mono'), monospace;
    font-size: 10px;
    letter-spacing: .08em;
  }

  .dlc .dlc__counter [data-current] { color: var(--dlc-accent); }
  .dlc .dlc__counter i { width: 30px; height: 1px; background: var(--dlc-line); }

  .dlc .dlc__corner {
    position: absolute;
    z-index: 14;
    width: 26px;
    height: 26px;
    border-color: color-mix(in srgb, var(--dlc-text) 74%, transparent);
    pointer-events: none;
  }
  .dlc .dlc__corner--tl { top: 16px; left: 16px; border-top: 2px solid; border-left: 2px solid; }
  .dlc .dlc__corner--tr { top: 16px; right: 16px; border-top: 2px solid; border-right: 2px solid; }
  .dlc .dlc__corner--bl { bottom: 16px; left: 16px; border-bottom: 2px solid; border-left: 2px solid; }
  .dlc .dlc__corner--br { right: 16px; bottom: 16px; border-right: 2px solid; border-bottom: 2px solid; }

  @media (max-width: 989px) {
    .dlc {
      margin-top: var(--dlc-mobile-mt);
      margin-bottom: var(--dlc-mobile-mb);
      padding-top: var(--dlc-mobile-pt);
      padding-right: 14px;
      padding-bottom: var(--dlc-mobile-pb);
      padding-left: 14px;
    }

    .dlc .dlc__viewport {
      min-height: var(--dlc-mobile-height);
    }

    .dlc.dlc--mobile-full-width {
      padding-right: 0;
      padding-left: 0;
    }

    .dlc.dlc--mobile-full-width .dlc__viewport {
      border-right: 0;
      border-left: 0;
      border-radius: 0;
    }

    /* Use the small viewport height only.
       100dvh changes while Chrome hides/shows its toolbar and causes layout jumping. */
    .dlc.dlc--mobile-full-height .dlc__viewport {
      min-height: 100svh;
    }

    .dlc .dlc__copy {
      top: auto;
      right: 16px;
      bottom: 18px;
      left: 16px;
      width: auto;
      transform: none;
      padding: 18px;
      border: 1px solid color-mix(in srgb, var(--dlc-line) 85%, transparent);
      background: color-mix(in srgb, var(--dlc-bg) 84%, transparent);
      backdrop-filter: blur(14px);
      text-align: left;
    }

    .dlc .dlc__eyebrow { margin-bottom: 9px; font-size: 9px; }
    .dlc .dlc__title { font-size: clamp(28px, 9vw, 42px); }
    .dlc .dlc__text { margin-top: 10px; font-size: 12px; line-height: 1.5; }
    .dlc .dlc__actions { margin-top: 16px; }
    .dlc .dlc__button { min-height: 40px; padding: 0 16px; font-size: 9px; }

    .dlc .dlc__carousel {
      top: 0;
      right: 0;
      width: 100%;
      height: 62%;
    }

    .dlc .dlc__stage { inset: 6% 0 5%; }

    .dlc .dlc__item {
      width: var(--dlc-mobile-center-width);
      transform:
        translate(calc(-50% + var(--item-mobile-offset-x)), calc(-50% + var(--item-mobile-offset-y)))
        rotate(var(--item-rotate))
        scale(calc(var(--slot-scale) * var(--item-mobile-scale)));
    }

    .dlc .dlc__item.is-active {
      --slot-x: 50%;
      --slot-width: var(--dlc-mobile-center-width);
      --slot-scale: 1;
    }

    .dlc .dlc__item.is-prev-1 {
      --slot-x: 8%;
      --slot-width: var(--dlc-mobile-side-width);
      --slot-opacity: .50;
      --slot-scale: .72;
    }

    .dlc .dlc__item.is-next-1 {
      --slot-x: 92%;
      --slot-width: var(--dlc-mobile-side-width);
      --slot-opacity: .50;
      --slot-scale: .72;
    }

    .dlc .dlc__item.is-prev-2,
    .dlc .dlc__item.is-next-2 { opacity: 0 !important; pointer-events: none; }

    .dlc .dlc__image,
    .dlc .dlc__placeholder { max-height: calc(var(--dlc-mobile-height) * .53); }

    .dlc .dlc__arrow { top: 45%; width: 38px; height: 38px; font-size: 17px; }
    .dlc .dlc__arrow--prev { left: 6px; }
    .dlc .dlc__arrow--next { right: 6px; }
    .dlc .dlc__counter { display: none; }
  }


  /* v4 centered selector layout */
  .dlc .dlc__copy {
    top: 38px;
    right: 24px;
    left: 24px;
    width: min(var(--dlc-copy-width), calc(100% - 48px));
    max-width: var(--dlc-copy-width);
    margin: 0 auto;
    transform: none;
    text-align: center;
  }

  .dlc .dlc__eyebrow {
    justify-content: center;
    margin-bottom: 11px;
  }

  .dlc .dlc__title {
    font-size: clamp(34px, 4.4vw, 62px);
    line-height: .95;
  }

  .dlc .dlc__text {
    max-width: 590px;
    margin: 14px auto 0;
    font-size: 14px;
    line-height: 1.55;
  }

  .dlc .dlc__actions {
    justify-content: center;
    margin-top: 20px;
  }

  .dlc .dlc__selection {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 13px;
    font-family: var(--font-mono, 'IBM Plex Mono'), monospace;
    font-size: var(--dlc-selection-font-size, 9px);
    letter-spacing: .12em;
    text-transform: var(--dk-product-title-case, none);
  }

  .dlc .dlc__selection span {
    color: var(--dlc-muted);
  }

  .dlc .dlc__selection strong {
    color: var(--dlc-accent);
    font-weight: 600;
    transition: opacity .18s ease, transform .18s ease;
  }

  .dlc .dlc__selection strong.is-changing {
    opacity: 0;
    transform: translateY(4px);
  }

  .dlc .dlc__carousel {
    top: 235px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }

  .dlc .dlc__stage {
    inset: 0 3% 7%;
  }

  .dlc .dlc__arrow {
    top: 52%;
  }

  .dlc .dlc__counter {
    right: 50%;
    bottom: 16px;
    transform: translateX(50%);
  }

  @media (max-width: 989px) {
    .dlc .dlc__copy {
      top: 20px;
      right: 14px;
      bottom: auto;
      left: 14px;
      width: auto;
      max-width: none;
      padding: 15px 14px 14px;
      border: 1px solid color-mix(in srgb, var(--dlc-line) 72%, transparent);
      background: color-mix(in srgb, var(--dlc-bg) 68%, transparent);
      backdrop-filter: blur(12px);
      text-align: center;
    }

    .dlc .dlc__eyebrow {
      justify-content: center;
      margin-bottom: 7px;
    }

    .dlc .dlc__title {
      font-size: clamp(26px, 8vw, 38px);
    }

    .dlc .dlc__text {
      max-width: 440px;
      margin-top: 8px;
      font-size: 11px;
      line-height: 1.45;
    }

    .dlc .dlc__actions {
      justify-content: center;
      margin-top: 12px;
      gap: 8px;
    }

    .dlc .dlc__button {
      min-height: 38px;
      padding: 0 14px;
      font-size: 8px;
    }

    .dlc .dlc__selection {
      margin-top: 10px;
      gap: 7px;
      font-size: 8px;
    }

    .dlc .dlc__carousel {
      top: 245px;
      right: 0;
      bottom: 0;
      width: 100%;
      height: auto;
    }

    .dlc .dlc__stage {
      inset: 0 0 6%;
    }

    .dlc .dlc__arrow {
      top: 50%;
    }
  }


  /* v5 balanced selector layout: heading above, carousel centered, controls below */
  .dlc .dlc__copy {
    top: clamp(28px, 4.5vh, 52px);
    right: 24px;
    left: 24px;
    width: min(var(--dlc-copy-width), calc(100% - 48px));
    max-width: var(--dlc-copy-width);
    margin: 0 auto;
    transform: none;
    text-align: center;
  }

  .dlc .dlc__copy .dlc__eyebrow {
    justify-content: center;
    margin-bottom: 9px;
  }

  .dlc .dlc__copy .dlc__title {
    font-size: clamp(34px, 4.2vw, 60px);
    line-height: .94;
  }

  .dlc .dlc__copy .dlc__text {
    max-width: 620px;
    margin: 12px auto 0;
    font-size: 14px;
    line-height: 1.5;
  }

  .dlc .dlc__carousel {
    top: clamp(150px, 23%, 205px);
    right: 0;
    bottom: clamp(132px, 18%, 165px);
    width: 100%;
    height: auto;
  }

  .dlc .dlc__stage {
    inset: 0 3% 0;
  }

  .dlc .dlc__image,
  .dlc .dlc__placeholder {
    max-height: min(calc(var(--dlc-height) * .60), 520px);
  }

  .dlc .dlc__arrow {
    top: 50%;
  }

  .dlc .dlc__counter {
    right: 50%;
    bottom: -22px;
    transform: translateX(50%);
  }

  .dlc .dlc__controls {
    position: absolute;
    z-index: 10;
    right: 24px;
    bottom: clamp(24px, 4vh, 42px);
    left: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }

  .dlc .dlc__controls .dlc__actions,
  .dlc .dlc__controls .dlc__selection {
    pointer-events: auto;
  }

  .dlc .dlc__controls .dlc__selection {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 0 0 13px;
    font-family: var(--font-mono, 'IBM Plex Mono'), monospace;
    font-size: var(--dlc-selection-font-size, 9px);
    letter-spacing: .12em;
    text-transform: var(--dk-product-title-case, none);
  }

  .dlc .dlc__controls .dlc__selection span {
    color: var(--dlc-muted);
  }

  .dlc .dlc__controls .dlc__selection strong {
    color: var(--dlc-accent);
    font-weight: 600;
    transition: opacity .18s ease, transform .18s ease;
  }

  .dlc .dlc__controls .dlc__selection strong.is-changing {
    opacity: 0;
    transform: translateY(4px);
  }

  .dlc .dlc__controls .dlc__actions {
    order: 2;
    justify-content: center;
    margin: 0;
  }

  @media (max-width: 989px) {
    .dlc .dlc__copy {
      top: 18px;
      right: 14px;
      bottom: auto;
      left: 14px;
      width: auto;
      max-width: none;
      padding: 0;
      border: 0;
      background: transparent;
      backdrop-filter: none;
      text-align: center;
    }

    .dlc .dlc__copy .dlc__eyebrow {
      justify-content: center;
      margin-bottom: 6px;
      font-size: 8px;
    }

    .dlc .dlc__copy .dlc__title {
      font-size: clamp(27px, 8.4vw, 39px);
    }

    .dlc .dlc__copy .dlc__text {
      max-width: 430px;
      margin-top: 7px;
      font-size: 11px;
      line-height: 1.42;
    }

    .dlc .dlc__carousel {
      top: 142px;
      right: 0;
      bottom: 128px;
      width: 100%;
      height: auto;
    }

    .dlc .dlc__stage {
      inset: 0;
    }

    .dlc .dlc__image,
    .dlc .dlc__placeholder {
      max-height: min(calc(var(--dlc-mobile-height) * .56), 470px);
    }

    .dlc .dlc__controls {
      right: 14px;
      bottom: 20px;
      left: 14px;
    }

    .dlc .dlc__controls .dlc__selection {
      margin-bottom: 10px;
      gap: 7px;
      font-size: var(--dlc-selection-font-size-mobile, 8px);
    }

    .dlc .dlc__controls .dlc__actions {
      gap: 8px;
    }

    .dlc .dlc__controls .dlc__button {
      min-height: 40px;
      padding: 0 15px;
      font-size: 8px;
    }

    .dlc .dlc__arrow {
      top: 50%;
    }
  }


  /* v9 independent text color controls */
  .dlc .dlc__eyebrow { color: var(--dlc-eyebrow-color) !important; }
  .dlc .dlc__title { color: var(--dlc-heading-color) !important; }
  .dlc .dlc__text,
  .dlc .dlc__text p { color: var(--dlc-description-color) !important; }
  .dlc .dlc__selection > span { color: var(--dlc-selection-prefix-color) !important; }
  .dlc .dlc__selection > strong { color: var(--dlc-selection-name-color) !important; }
  .dlc .dlc__button--primary {
    background: var(--dlc-primary-bg) !important;
    color: var(--dlc-primary-text) !important;
    border-color: var(--dlc-primary-border) !important;
  }
  .dlc .dlc__button--secondary {
    background: var(--dlc-secondary-bg) !important;
    color: var(--dlc-secondary-text) !important;
    border-color: var(--dlc-secondary-border) !important;
  }

  /* v6 editable text and controls positions */
  .dlc .dlc__copy {
    top: var(--dlc-copy-top);
    right: auto;
    left: var(--dlc-copy-x);
    width: min(var(--dlc-copy-width), calc(100% - 48px));
    transform: translateX(-50%);
  }

  .dlc .dlc__controls {
    right: auto;
    bottom: var(--dlc-controls-bottom);
    left: var(--dlc-controls-x);
    width: min(720px, calc(100% - 48px));
    transform: translateX(-50%);
  }

  @media (max-width: 989px) {
    .dlc .dlc__copy {
      top: var(--dlc-mobile-copy-top);
      right: auto;
      left: var(--dlc-mobile-copy-x);
      width: min(var(--dlc-copy-width), calc(100% - 28px));
      transform: translateX(-50%);
    }

    .dlc .dlc__controls {
      right: auto;
      bottom: var(--dlc-mobile-controls-bottom);
      left: var(--dlc-mobile-controls-x);
      width: calc(100% - 28px);
      transform: translateX(-50%);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .dlc .dlc__item,
    .dlc .dlc__float,
    .dlc .dlc__button,
    .dlc .dlc__arrow {
      animation: none !important;
      transition: none !important;
    }
  }

/* Full-width Shopify wrapper for the lamp carousel section — corrected. */
.shopify-section.section-dekork-lamp-carousel-hero {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: var(--dlc-bg, #0A0D10);
  overflow: clip;
}

.shopify-section.section-dekork-lamp-carousel-hero > .dlc {
  width: 100%;
  max-width: none;
  margin: 0;
  background: var(--dlc-bg);
}

@supports not (overflow: clip) {
  .shopify-section.section-dekork-lamp-carousel-hero {
    overflow: hidden;
  }
}



/* ============================================================
   HERO MOBILE SPILL — VIEWPORT LAYER SUPPORT
   The Liquid places .dlc__active-glow-spill directly in viewport.
   Remove the carousel stacking context so item z-index values can
   sit below/above the spill as intended.
   ============================================================ */
@media screen and (max-width: 749px) {
  .dlc .dlc__viewport {
    overflow: hidden !important;
    isolation: isolate;
  }

  .dlc .dlc__carousel {
    z-index: auto !important;
    overflow: visible !important;
  }

  .dlc .dlc__stage {
    overflow: visible !important;
    isolation: auto !important;
  }

  .dlc .dlc__active-glow-spill {
    overflow: visible !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    -webkit-mask: none !important;
    mask: none !important;
  }
}

/* ============================================================
   HERO MOBILE — ACTIVE CONTRAST GLOW RESTORED
   Non-active lamp glows stay disabled; active lamp glow may
   overflow its item without being clipped.
   ============================================================ */
@media screen and (max-width: 749px) {
  .dlc .dlc__contrast-glow {
    display: block !important;
    overflow: visible !important;
    filter: none !important;
  }

  .dlc .dlc__contrast-glow::before {
    content: none !important;
    display: none !important;
  }

  .dlc .dlc__item:not(.is-active) .dlc__contrast-glow {
    display: none !important;
    opacity: 0 !important;
  }

  .dlc .dlc__item.is-active,
  .dlc .dlc__item.is-active .dlc__float {
    overflow: visible !important;
  }
}

/* ============================================================
   HERO MOBILE COUNTER — RESTORED
   Overrides the older mobile display:none rule.
   ============================================================ */
@media screen and (max-width: 749px) {
  .dlc .dlc__counter {
    display: flex !important;
    position: absolute !important;
    z-index: 20 !important;
    right: 50% !important;
    bottom: 14px !important;
    left: auto !important;
    align-items: center;
    gap: 8px;
    transform: translateX(50%) !important;
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
  }

  .dlc .dlc__counter i {
    display: block;
    width: 28px;
    height: 1px;
  }
}
