/* DEL MONACO LIVE V126 — premium visual polish for product pages only */
:root{
  --dm126-gold:#d7aa3a;
  --dm126-gold-2:#f3d680;
  --dm126-gold-3:#b9851f;
  --dm126-cream:#fff4d8;
  --dm126-text:#e0d4b6;
  --dm126-muted:rgba(255,244,216,.78);
  --dm126-bg:#050806;
  --dm126-panel:#09100c;
  --dm126-panel-2:#101712;
  --dm126-line:rgba(221,177,62,.24);
  --dm126-soft:rgba(255,244,216,.09);
  --dm126-shadow:0 26px 74px rgba(0,0,0,.36);
}
html body.dm-live-v126-product-pages{
  background:var(--dm126-bg)!important;
  color:var(--dm126-text)!important;
  overflow-x:hidden!important;
}
html body.dm-live-v126-product-pages .dm-live-v126-mount,
html body.dm-live-v126-product-pages .dm125-page,
html body.dm-live-v126-product-pages .dm125-page *{box-sizing:border-box}
html body.dm-live-v126-product-pages .dm-live-v126-mount{
  display:block!important;width:100%!important;max-width:none!important;
  margin:0!important;padding:0!important;background:var(--dm126-bg)!important;overflow:hidden!important;
}
html body.dm-live-v126-product-pages .dm125-page{
  position:relative;width:100%;overflow:hidden;
  background:
    radial-gradient(circle at 15% 0%, rgba(213,169,58,.10), transparent 24%),
    radial-gradient(circle at 88% 10%, rgba(255,255,255,.035), transparent 18%),
    linear-gradient(180deg,#060907,#030504);
}
html body.dm-live-v126-product-pages .dm125-page:before{
  content:"";position:fixed;inset:0;pointer-events:none;opacity:.24;
  background:
    linear-gradient(120deg,transparent 0 43%,rgba(255,255,255,.04) 43.2% 43.35%,transparent 43.5%),
    linear-gradient(60deg,transparent 0 72%,rgba(215,170,58,.05) 72.1% 72.25%,transparent 72.4%);
  background-size:260px 260px,320px 320px;
  mix-blend-mode:screen;
}
html body.dm-live-v126-product-pages .dm125-shell{width:min(calc(100% - clamp(28px,5vw,84px)),1460px);margin-inline:auto}
html body.dm-live-v126-product-pages .dm125-section-label{
  margin:0;color:var(--dm126-gold-2);font-size:.78rem;font-weight:900;letter-spacing:.22em;line-height:1.4;text-transform:uppercase;
}

/* Hero */
html body.dm-live-v126-product-pages .dm125-hero{
  position:relative;padding:clamp(44px,5vw,78px) 0;
  background:
    radial-gradient(circle at 10% 8%,rgba(228,188,83,.15),transparent 28%),
    radial-gradient(circle at 92% 12%,rgba(255,255,255,.05),transparent 22%),
    linear-gradient(135deg,#131813,#0b100d 52%,#060907);
  border-bottom:1px solid rgba(218,174,61,.12);
}
html body.dm-live-v126-product-pages .dm125-hero-grid{
  position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,.82fr);align-items:center;gap:clamp(28px,4.2vw,66px);
}
html body.dm-live-v126-product-pages .dm125-hero-copy,
html body.dm-live-v126-product-pages .dm125-hero-media,
html body.dm-live-v126-product-pages .dm125-profile-card,
html body.dm-live-v126-product-pages .dm125-mood-card,
html body.dm-live-v126-product-pages .dm125-story-copy,
html body.dm-live-v126-product-pages .dm125-atmosphere,
html body.dm-live-v126-product-pages .dm125-related-card,
html body.dm-live-v126-product-pages .dm125-final-card{
  backdrop-filter:blur(10px);
}
html body.dm-live-v126-product-pages .dm125-hero-copy{
  position:relative;isolation:isolate;padding:clamp(30px,3vw,50px);
  border:1px solid var(--dm126-soft);border-radius:32px;
  background:
    radial-gradient(circle at 10% 0%,rgba(226,184,77,.12),transparent 38%),
    linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.012)),
    rgba(5,11,8,.82);
  box-shadow:0 30px 88px rgba(0,0,0,.40), inset 0 1px 0 rgba(255,255,255,.06), inset 0 -40px 80px rgba(0,0,0,.12);
}
html body.dm-live-v126-product-pages .dm125-hero-copy:after{
  content:"";position:absolute;right:22px;top:22px;width:110px;height:110px;border-radius:50%;pointer-events:none;
  background:radial-gradient(circle,rgba(243,214,128,.16),transparent 70%);filter:blur(2px);opacity:.8;z-index:-1;
}
html body.dm-live-v126-product-pages .dm125-kicker{display:flex;align-items:center;gap:12px;margin:0;color:var(--dm126-gold-2);font-size:.78rem;font-weight:900;letter-spacing:.24em;text-transform:uppercase}
html body.dm-live-v126-product-pages .dm125-kicker i{display:block;width:64px;height:1px;background:linear-gradient(90deg,var(--dm126-gold),transparent)}
html body.dm-live-v126-product-pages .dm125-hero h1{
  max-width:11ch;margin:16px 0 0;color:var(--dm126-cream);font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(3.6rem,5.5vw,5.9rem);font-weight:700;letter-spacing:-.05em;line-height:.9;text-wrap:balance;
  text-shadow:0 8px 22px rgba(0,0,0,.16);
}
html body.dm-live-v126-product-pages .dm125-hero h2{margin:22px 0 0;color:var(--dm126-gold-2);font-size:clamp(1.06rem,1.25vw,1.32rem);line-height:1.35}
html body.dm-live-v126-product-pages .dm125-description{max-width:66ch;margin:14px 0 0;color:var(--dm126-muted);font-size:clamp(1rem,1vw,1.1rem);line-height:1.82}
html body.dm-live-v126-product-pages .dm125-badges{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:26px 0 24px}
html body.dm-live-v126-product-pages .dm125-badges span{
  display:flex;align-items:center;gap:10px;min-height:56px;padding:11px 14px;border:1px solid rgba(218,174,61,.17);border-radius:16px;
  background:linear-gradient(145deg,rgba(255,255,255,.02),rgba(255,255,255,.008));font-size:.76rem;line-height:1.35;color:#efe0bf;
}
html body.dm-live-v126-product-pages .dm125-badges span:before{
  content:"";flex:0 0 9px;width:9px;height:9px;border-radius:50%;background:radial-gradient(circle,#f8df8d 0%,#d49b1b 68%,#b17a14 100%);
  box-shadow:0 0 0 3px rgba(213,157,29,.12);
}
html body.dm-live-v126-product-pages .dm125-actions{display:flex;flex-wrap:wrap;gap:14px}
html body.dm-live-v126-product-pages .dm125-btn{
  position:relative;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:14px!important;
  min-height:58px!important;padding:0 26px!important;border:1px solid rgba(218,174,61,.35)!important;border-radius:16px!important;
  text-decoration:none!important;font-size:.77rem!important;font-weight:900!important;letter-spacing:.13em!important;line-height:1.2!important;text-transform:uppercase!important;
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background .28s ease!important;overflow:hidden!important;
}
html body.dm-live-v126-product-pages .dm125-btn b{font-size:1rem;font-weight:700}
html body.dm-live-v126-product-pages .dm125-btn:hover{transform:translateY(-2px)!important}
html body.dm-live-v126-product-pages .dm125-btn:before{content:"";position:absolute;inset:auto -20% -1px auto;width:40%;height:130%;transform:skewX(-22deg) translateX(260%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transition:transform .8s ease;pointer-events:none}
html body.dm-live-v126-product-pages .dm125-btn:hover:before{transform:skewX(-22deg) translateX(-290%)}
html body.dm-live-v126-product-pages .dm125-btn-gold{color:#11130f!important;background:linear-gradient(100deg,#f4dc87,#d59d1d)!important;box-shadow:0 20px 46px rgba(204,145,22,.22)!important}
html body.dm-live-v126-product-pages .dm125-btn-gold:hover{box-shadow:0 24px 54px rgba(204,145,22,.28)!important}
html body.dm-live-v126-product-pages .dm125-btn-ghost{color:var(--dm126-cream)!important;background:rgba(4,8,6,.34)!important}
html body.dm-live-v126-product-pages .dm125-btn-ghost:hover{border-color:rgba(240,203,105,.45)!important;background:rgba(9,13,10,.6)!important}
html body.dm-live-v126-product-pages .dm125-hero-media{
  position:relative;margin:0;padding:14px;border:1px solid rgba(229,192,90,.22);border-radius:32px;
  background:radial-gradient(circle at 50% 0%,rgba(230,190,81,.13),transparent 45%),linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.008)),rgba(7,13,10,.84);
  box-shadow:0 34px 96px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.07);overflow:hidden;
}
html body.dm-live-v126-product-pages .dm125-hero-media:before{content:"";position:absolute;inset:18px;border-radius:22px;pointer-events:none;border:1px solid rgba(255,255,255,.08)}
html body.dm-live-v126-product-pages .dm125-hero-media:after{content:"";position:absolute;inset:14px;border-radius:22px;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 18%,transparent 80%,rgba(0,0,0,.14))}
html body.dm-live-v126-product-pages .dm125-hero-image{
  display:block;width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center;border-radius:22px;background:#08100b;
  transition:transform .7s cubic-bezier(.2,.72,.2,1),filter .35s ease;
}
html body.dm-live-v126-product-pages .dm125-hero-media:hover .dm125-hero-image{transform:scale(1.02);filter:saturate(1.03)}

/* Profile */
html body.dm-live-v126-product-pages .dm125-profile{padding:clamp(30px,3.2vw,52px) 0;border-bottom:1px solid rgba(218,174,61,.09);background:linear-gradient(180deg,#050806,#080c09)}
html body.dm-live-v126-product-pages .dm125-profile-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(320px,.5fr);gap:18px}
html body.dm-live-v126-product-pages .dm125-profile-card,
html body.dm-live-v126-product-pages .dm125-mood-card{
  position:relative;padding:clamp(24px,2.5vw,36px);border:1px solid var(--dm126-line);border-radius:24px;
  background:radial-gradient(circle at 10% 0%,rgba(218,174,61,.07),transparent 38%),linear-gradient(145deg,rgba(255,255,255,.03),rgba(255,255,255,.008)),rgba(7,12,9,.92);
  box-shadow:var(--dm126-shadow),inset 0 1px 0 rgba(255,255,255,.05);
}
html body.dm-live-v126-product-pages .dm125-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:20px}
html body.dm-live-v126-product-pages .dm125-note{padding:18px;border:1px solid rgba(218,174,61,.14);border-radius:16px;background:rgba(255,255,255,.015)}
html body.dm-live-v126-product-pages .dm125-note span{display:block;margin-bottom:8px;color:#c8ab68;font-size:.68rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
html body.dm-live-v126-product-pages .dm125-note strong{display:block;color:#efe4c5;font-size:.93rem;line-height:1.55}
html body.dm-live-v126-product-pages .dm125-mood-card{display:flex;flex-direction:column;justify-content:center;gap:18px}
html body.dm-live-v126-product-pages .dm125-mood-card strong{color:var(--dm126-cream);font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.7rem,2.3vw,2.5rem);line-height:1.14}

/* Gallery */
html body.dm-live-v126-product-pages .dm125-gallery{padding:clamp(36px,3.6vw,58px) 0 clamp(46px,4vw,70px);background:radial-gradient(circle at 50% 0%,rgba(218,174,61,.05),transparent 30%),linear-gradient(180deg,#070a08,#090d0a)}
html body.dm-live-v126-product-pages .dm125-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,1.8vw,26px)}
html body.dm-live-v126-product-pages .dm125-gallery-card{
  position:relative;margin:0;padding:10px;aspect-ratio:4/5;overflow:hidden;border:1px solid rgba(232,196,98,.21);border-radius:24px;
  background:linear-gradient(160deg,rgba(255,255,255,.028),rgba(255,255,255,.006)),rgba(7,12,9,.94);
  box-shadow:0 26px 70px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.055);
  transition:transform .38s ease,border-color .38s ease,box-shadow .38s ease;
}
html body.dm-live-v126-product-pages .dm125-gallery-card:hover{transform:translateY(-7px);border-color:rgba(240,203,105,.48);box-shadow:0 38px 90px rgba(0,0,0,.46),0 0 30px rgba(218,174,61,.08)}
html body.dm-live-v126-product-pages .dm125-gallery-card:after{content:"";position:absolute;inset:10px;border-radius:16px;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.03),transparent 16%,transparent 84%,rgba(0,0,0,.12))}
html body.dm-live-v126-product-pages .dm125-gallery-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:16px;transition:transform .65s cubic-bezier(.2,.72,.2,1)}
html body.dm-live-v126-product-pages .dm125-gallery-card:hover .dm125-gallery-image{transform:scale(1.03)}

/* Story */
html body.dm-live-v126-product-pages .dm125-story{padding:clamp(44px,4vw,74px) 0;background:linear-gradient(180deg,#070b08,#040705)}
html body.dm-live-v126-product-pages .dm125-story-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:20px;align-items:stretch}
html body.dm-live-v126-product-pages .dm125-story-copy,
html body.dm-live-v126-product-pages .dm125-atmosphere{
  padding:clamp(28px,3vw,44px);border:1px solid var(--dm126-line);border-radius:24px;
  background:linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,.006)),rgba(7,12,9,.90);box-shadow:0 26px 72px rgba(0,0,0,.30)
}
html body.dm-live-v126-product-pages .dm125-story h2,
html body.dm-live-v126-product-pages .dm125-atmosphere h2{margin:18px 0 0;color:var(--dm126-cream);font-family:Georgia,'Times New Roman',serif;font-size:clamp(2rem,3vw,3.25rem);line-height:1.02;letter-spacing:-.025em}
html body.dm-live-v126-product-pages .dm125-story-copy p:last-child{margin-top:16px;color:var(--dm126-muted);font-size:1rem;line-height:1.85}
html body.dm-live-v126-product-pages .dm125-atmosphere-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px}
html body.dm-live-v126-product-pages .dm125-atmosphere-card{padding:16px;border:1px solid rgba(218,174,61,.14);border-radius:16px;background:rgba(255,255,255,.014)}
html body.dm-live-v126-product-pages .dm125-atmosphere-card span{display:block;color:#c8ab68;font-size:.68rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
html body.dm-live-v126-product-pages .dm125-atmosphere-card p{margin:8px 0 0;color:#efe0bf;line-height:1.55}

/* Related */
html body.dm-live-v126-product-pages .dm125-related{padding:clamp(42px,4vw,70px) 0;background:linear-gradient(180deg,#050806,#070a08)}
html body.dm-live-v126-product-pages .dm125-related-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}
html body.dm-live-v126-product-pages .dm125-related-head h2{margin:12px 0 0;color:var(--dm126-cream);font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.05rem,3vw,3.25rem);line-height:1.02}
html body.dm-live-v126-product-pages .dm125-related-head>a{display:inline-flex;align-items:center;gap:10px;color:var(--dm126-gold-2)!important;text-decoration:none!important;font-size:.84rem;font-weight:800;white-space:nowrap}
html body.dm-live-v126-product-pages .dm125-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
html body.dm-live-v126-product-pages .dm125-related-card{
  display:block!important;overflow:hidden!important;border:1px solid var(--dm126-line)!important;border-radius:24px!important;
  background:linear-gradient(150deg,rgba(255,255,255,.025),rgba(255,255,255,.006)),rgba(7,12,9,.92)!important;
  color:inherit!important;text-decoration:none!important;box-shadow:0 24px 68px rgba(0,0,0,.32)!important;
  transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease!important;
}
html body.dm-live-v126-product-pages .dm125-related-card:hover{transform:translateY(-6px)!important;border-color:rgba(239,202,104,.44)!important;box-shadow:0 34px 86px rgba(0,0,0,.42)!important}
html body.dm-live-v126-product-pages .dm125-related-card figure{margin:0!important;padding:9px!important;aspect-ratio:4/3!important;overflow:hidden!important}
html body.dm-live-v126-product-pages .dm125-related-image{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;border-radius:16px!important;transition:transform .6s ease!important}
html body.dm-live-v126-product-pages .dm125-related-card:hover .dm125-related-image{transform:scale(1.03)!important}
html body.dm-live-v126-product-pages .dm125-related-copy{padding:18px 20px 22px}
html body.dm-live-v126-product-pages .dm125-related-copy span{display:block;color:#c1a562;font-size:.68rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
html body.dm-live-v126-product-pages .dm125-related-copy h3{margin:8px 0 0;color:var(--dm126-cream);font-family:Georgia,'Times New Roman',serif;font-size:1.6rem;line-height:1.05}
html body.dm-live-v126-product-pages .dm125-related-copy em{display:flex;align-items:center;justify-content:space-between;margin-top:14px;color:#e3d6b5;font-style:normal;font-size:.82rem}
html body.dm-live-v126-product-pages .dm125-related-copy em b{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:rgba(215,170,58,.12);color:var(--dm126-gold-2)}

/* Final CTA */
html body.dm-live-v126-product-pages .dm125-final{padding:8px 0 clamp(56px,5vw,88px);background:#050806}
html body.dm-live-v126-product-pages .dm125-final-card{
  display:flex;align-items:center;justify-content:space-between;gap:28px;padding:clamp(30px,3vw,46px);
  border:1px solid var(--dm126-line);border-radius:28px;
  background:radial-gradient(circle at 8% 0%,rgba(218,174,61,.1),transparent 36%),linear-gradient(145deg,rgba(255,255,255,.028),rgba(255,255,255,.006)),rgba(7,12,9,.92);
  box-shadow:0 30px 76px rgba(0,0,0,.36)
}
html body.dm-live-v126-product-pages .dm125-final h2{margin:12px 0 0;color:var(--dm126-cream);font-family:Georgia,'Times New Roman',serif;font-size:clamp(2rem,3vw,3.25rem);line-height:1.02}

/* Intro animation */
html body.dm-live-v126-product-pages .dm125-page:not(.is-ready) .dm125-hero-copy,
html body.dm-live-v126-product-pages .dm125-page:not(.is-ready) .dm125-hero-media,
html body.dm-live-v126-product-pages .dm125-page:not(.is-ready) .dm125-profile-grid,
html body.dm-live-v126-product-pages .dm125-page:not(.is-ready) .dm125-gallery-grid,
html body.dm-live-v126-product-pages .dm125-page:not(.is-ready) .dm125-story-grid,
html body.dm-live-v126-product-pages .dm125-page:not(.is-ready) .dm125-related,
html body.dm-live-v126-product-pages .dm125-page:not(.is-ready) .dm125-final{opacity:0;transform:translateY(18px)}
html body.dm-live-v126-product-pages .dm125-page.is-ready .dm125-hero-copy,
html body.dm-live-v126-product-pages .dm125-page.is-ready .dm125-hero-media,
html body.dm-live-v126-product-pages .dm125-page.is-ready .dm125-profile-grid,
html body.dm-live-v126-product-pages .dm125-page.is-ready .dm125-gallery-grid,
html body.dm-live-v126-product-pages .dm125-page.is-ready .dm125-story-grid,
html body.dm-live-v126-product-pages .dm125-page.is-ready .dm125-related,
html body.dm-live-v126-product-pages .dm125-page.is-ready .dm125-final{opacity:1;transform:none;transition:opacity .55s ease,transform .55s ease}
html body.dm-live-v126-product-pages .dm125-page.is-ready .dm125-hero-media{transition-delay:.08s}
html body.dm-live-v126-product-pages .dm125-page.is-ready .dm125-profile-grid{transition-delay:.15s}
html body.dm-live-v126-product-pages .dm125-page.is-ready .dm125-gallery-grid{transition-delay:.22s}
html body.dm-live-v126-product-pages .dm125-page.is-ready .dm125-story-grid{transition-delay:.29s}
html body.dm-live-v126-product-pages .dm125-page.is-ready .dm125-related{transition-delay:.36s}
html body.dm-live-v126-product-pages .dm125-page.is-ready .dm125-final{transition-delay:.43s}

@media(max-width:1100px){
  html body.dm-live-v126-product-pages .dm125-hero-grid{grid-template-columns:minmax(0,1fr) minmax(340px,.76fr);gap:30px}
  html body.dm-live-v126-product-pages .dm125-hero h1{font-size:clamp(3.3rem,5.7vw,5.1rem)}
}
@media(max-width:860px){
  html body.dm-live-v126-product-pages .dm125-shell{width:min(calc(100% - 26px),760px)}
  html body.dm-live-v126-product-pages .dm125-hero-grid,
  html body.dm-live-v126-product-pages .dm125-profile-grid,
  html body.dm-live-v126-product-pages .dm125-story-grid{grid-template-columns:1fr}
  html body.dm-live-v126-product-pages .dm125-hero-media{width:min(100%,560px);justify-self:center}
  html body.dm-live-v126-product-pages .dm125-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  html body.dm-live-v126-product-pages .dm125-gallery-card:last-child{grid-column:1/-1;width:min(100%,390px);justify-self:center}
  html body.dm-live-v126-product-pages .dm125-related-grid{grid-template-columns:1fr}
  html body.dm-live-v126-product-pages .dm125-related-card{display:grid!important;grid-template-columns:220px 1fr!important;align-items:center!important}
}
@media(max-width:620px){
  html body.dm-live-v126-product-pages .dm125-shell{width:min(calc(100% - 20px),560px)}
  html body.dm-live-v126-product-pages .dm125-hero{padding:24px 0 38px}
  html body.dm-live-v126-product-pages .dm125-hero-copy{padding:22px 18px 24px;border-radius:24px}
  html body.dm-live-v126-product-pages .dm125-kicker i{width:46px}
  html body.dm-live-v126-product-pages .dm125-hero h1{max-width:none;font-size:clamp(2.9rem,14vw,4.25rem)}
  html body.dm-live-v126-product-pages .dm125-badges,
  html body.dm-live-v126-product-pages .dm125-notes,
  html body.dm-live-v126-product-pages .dm125-atmosphere-grid{grid-template-columns:1fr}
  html body.dm-live-v126-product-pages .dm125-actions{display:grid;grid-template-columns:1fr}
  html body.dm-live-v126-product-pages .dm125-btn{width:100%!important;white-space:normal!important;text-align:center!important}
  html body.dm-live-v126-product-pages .dm125-hero-media{padding:9px;border-radius:24px}
  html body.dm-live-v126-product-pages .dm125-hero-image{border-radius:15px}
  html body.dm-live-v126-product-pages .dm125-gallery-grid{grid-template-columns:1fr;gap:16px}
  html body.dm-live-v126-product-pages .dm125-gallery-card,html body.dm-live-v126-product-pages .dm125-gallery-card:last-child{grid-column:auto;width:100%;padding:7px;border-radius:20px}
  html body.dm-live-v126-product-pages .dm125-gallery-image{border-radius:12px}
  html body.dm-live-v126-product-pages .dm125-related-head,
  html body.dm-live-v126-product-pages .dm125-final-card{align-items:flex-start;flex-direction:column}
  html body.dm-live-v126-product-pages .dm125-related-head>a{white-space:normal}
  html body.dm-live-v126-product-pages .dm125-related-card{display:block!important}
}
@media(prefers-reduced-motion:reduce){html body.dm-live-v126-product-pages *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
