@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap";:root{--dsm-navy: #0A192F;--dsm-navy-deep: #060E1A;--dsm-navy-darker: #050D1A;--dsm-lavender: #E6E6FA;--dsm-white: #FFFFFF;--dsm-gold: #D4AF37;--dsm-gold-dark: #B8962F;--dsm-gold-light: #F5E6A3}.dsm-landing{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:var(--dsm-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dsm-landing *,.dsm-landing *:before,.dsm-landing *:after{box-sizing:border-box;margin:0;padding:0}.dsm-announcement-bar{background:var(--dsm-gold-dark);padding:.5rem 1rem;text-align:center;position:fixed;top:0;left:0;right:0;z-index:1100}.dsm-announcement-inner{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.dsm-announcement-text{font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;color:var(--dsm-navy);letter-spacing:.02em}.dsm-announcement-text strong{font-weight:700}.dsm-announcement-sep{color:#0a192f4d;font-size:.75rem}.dsm-announcement-timer{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;color:var(--dsm-navy)}.dsm-announcement-timer span{display:inline-block;background:#0a192f26;color:var(--dsm-navy);padding:.125rem .375rem;border-radius:3px;font-variant-numeric:tabular-nums;min-width:1.5rem;text-align:center}.dsm-announcement-fire{font-size:.875rem;line-height:1}.dsm-product-sale-badge{position:absolute;top:1rem;left:1rem;background:#ef4444;color:#fff;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;padding:.25rem .625rem;border-radius:6px;z-index:5}.dsm-product-rating-row{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.dsm-product-stars{display:flex;gap:2px}.dsm-product-rating-text{font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;color:var(--dsm-gold)}.dsm-product-rating-count{font-family:Inter,sans-serif;font-size:.75rem;color:#e6e6fa80}.dsm-product-save-tag{display:inline-block;background:#22c55e1f;color:#22c55e;font-family:Inter,sans-serif;font-size:.6875rem;font-weight:700;padding:.25rem .625rem;border-radius:6px;letter-spacing:.02em}.dsm-product-urgency{display:flex;align-items:center;gap:.5rem;background:#ef44440f;border:1px solid rgba(239,68,68,.15);border-radius:8px;padding:.625rem 1rem;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:.8125rem;color:#e6e6fab3}.dsm-product-urgency strong{color:var(--dsm-white)}.dsm-product-urgency-dot{width:8px;height:8px;background:#ef4444;border-radius:50%;flex-shrink:0;animation:dsm-pulse-dot 1.5s ease-in-out infinite}@keyframes dsm-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.dsm-product-benefits{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.5rem;padding:1rem 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.dsm-product-benefit{display:flex;align-items:center;gap:.625rem;font-family:Inter,sans-serif;font-size:.8125rem;color:#e6e6fab3}.dsm-product-free-ship{display:flex;align-items:center;gap:.5rem;background:#22c55e0f;border:1px solid rgba(34,197,94,.12);border-radius:8px;padding:.75rem 1rem;margin-top:.75rem;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:.8125rem;color:#e6e6fab3}.dsm-product-social-proof{margin-top:1rem;background:#d4af370a;border:1px solid rgba(212,175,55,.1);border-radius:8px;padding:.625rem 1rem;overflow:hidden}.dsm-product-social-proof-inner{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.75rem;color:#e6e6fa8c;animation:dsm-social-fade 8s ease-in-out infinite}@keyframes dsm-social-fade{0%,30%{opacity:1}40%,60%{opacity:0}70%,to{opacity:1}}@media (max-width: 768px){.dsm-announcement-inner{gap:.375rem}.dsm-announcement-text{font-size:.6875rem}.dsm-announcement-sep{display:none}.dsm-announcement-timer{font-size:.6875rem}}.dsm-hero-image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;min-height:300px;background:radial-gradient(ellipse at center,rgba(212,175,55,.08),transparent 70%);border:1px dashed rgba(212,175,55,.2);border-radius:16px}.dsm-section-full{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;overflow:hidden}.dsm-landing h1,.dsm-landing h2,.dsm-landing h3,.dsm-landing h4{font-family:Playfair Display,Georgia,serif;font-weight:700;line-height:1.15}.dsm-landing img{max-width:100%;height:auto;display:block}.dsm-container{max-width:1200px;margin:0 auto;padding:0 1.25rem}@media (min-width: 640px){.dsm-container{padding:0 1.5rem}}@media (min-width: 1024px){.dsm-container{padding:0 1rem}}@keyframes dsm-shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes dsm-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes dsm-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes dsm-float{0%{transform:translateY(0) scale(1);opacity:.4}to{transform:translateY(-30px) scale(1.5);opacity:.8}}.dsm-shimmer-text{background:linear-gradient(90deg,#d4af37,#f5e6a3,#d4af37 60%,#f5e6a3);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:dsm-shimmer 4s linear infinite}.dsm-fade-in-up{animation:dsm-fadeInUp .8s ease-out forwards}.dsm-floating-particles{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.dsm-floating-particle{position:absolute;width:4px;height:4px;background:#d4af3766;border-radius:50%;animation:dsm-float 4s ease-in-out infinite alternate}.dsm-glass-card{background:#ffffff08;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.06);border-radius:1rem;transition:all .5s ease}@media (min-width: 640px){.dsm-glass-card{border-radius:1.5rem}}.dsm-glass-card:hover{background:#ffffff0f;border-color:#d4af3733}.dsm-label-chip{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:9999px;padding:.25rem .75rem;margin-bottom:1rem}@media (min-width: 640px){.dsm-label-chip{padding:.375rem 1rem;margin-bottom:1.5rem}}.dsm-label-chip svg{width:12px;height:12px;color:var(--dsm-gold)}@media (min-width: 640px){.dsm-label-chip svg{width:14px;height:14px}}.dsm-label-chip span{font-size:.625rem;color:#e6e6facc;font-weight:500;letter-spacing:.1em;text-transform:uppercase}@media (min-width: 640px){.dsm-label-chip span{font-size:.6875rem}}.dsm-hero{position:relative;display:flex;align-items:center;overflow:hidden;background:var(--dsm-navy)}@media (min-width: 1024px){.dsm-hero{min-height:100vh}}.dsm-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 50%,#0f2644 0%,var(--dsm-navy-deep) 60%,var(--dsm-navy-darker) 100%)}.dsm-hero-bg img{width:100%;height:100%;object-fit:cover}.dsm-hero-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0a192fe6,#0a192fb3,#0a192f80)}.dsm-hero-bg-overlay-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,var(--dsm-navy),transparent 60%,rgba(10,25,47,.4))}.dsm-hero-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;padding:5rem 0 2rem}@media (min-width: 1024px){.dsm-hero-grid{grid-template-columns:1fr 1fr;gap:4rem;min-height:100vh;padding:4rem 0}}.dsm-hero-image{position:relative;order:2}@media (min-width: 1024px){.dsm-hero-image{order:1}}.dsm-hero-image-inner{position:relative;max-width:17.5rem;margin:0 auto}@media (min-width: 640px){.dsm-hero-image-inner{max-width:24rem}}@media (min-width: 768px){.dsm-hero-image-inner{max-width:28rem}}.dsm-hero-image-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:#d4af3714;border-radius:50%;filter:blur(60px);transform:scale(1.1)}@media (min-width: 640px){.dsm-hero-image-glow{filter:blur(100px);transform:scale(1.25)}}.dsm-hero-image-frame{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 25px 50px -12px #d4af371a;border:1px solid rgba(255,255,255,.06)}@media (min-width: 640px){.dsm-hero-image-frame{border-radius:1.5rem}}.dsm-hero-badge{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0a192fe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 20px 40px #0000004d}.dsm-hero-badge--top-right{top:-.5rem;right:-.5rem;width:4rem;height:4rem;border-radius:.75rem;border:1px solid rgba(212,175,55,.3)}@media (min-width: 640px){.dsm-hero-badge--top-right{top:-.75rem;right:-.75rem;width:5rem;height:5rem;border-radius:1rem}}.dsm-hero-badge--top-right svg{width:20px;height:20px;color:var(--dsm-gold);margin-bottom:.125rem}@media (min-width: 640px){.dsm-hero-badge--top-right svg{width:24px;height:24px;margin-bottom:.25rem}}.dsm-hero-badge--top-right span{font-size:.5625rem;color:#d4af37cc;text-transform:uppercase;letter-spacing:.1em;font-weight:500}@media (min-width: 640px){.dsm-hero-badge--top-right span{font-size:.625rem}}.dsm-hero-badge--bottom-left{bottom:-.5rem;left:-.5rem;border-radius:.75rem;padding:.375rem .75rem;flex-direction:row;gap:.375rem;border:1px solid rgba(212,175,55,.1)}@media (min-width: 640px){.dsm-hero-badge--bottom-left{bottom:-.75rem;left:-.75rem;border-radius:1rem;padding:.5rem 1rem}}.dsm-hero-badge--bottom-left svg{width:14px;height:14px;color:#d4af37b3}@media (min-width: 640px){.dsm-hero-badge--bottom-left svg{width:16px;height:16px}}.dsm-hero-badge--bottom-left span{font-size:.6875rem;color:#e6e6facc}@media (min-width: 640px){.dsm-hero-badge--bottom-left span{font-size:.75rem}}.dsm-hero-content{order:1;text-align:center}@media (min-width: 1024px){.dsm-hero-content{order:2;text-align:left}}.dsm-hero-title{font-size:1.875rem;color:var(--dsm-white);line-height:1.1}@media (min-width: 640px){.dsm-hero-title{font-size:2.5rem}}@media (min-width: 768px){.dsm-hero-title{font-size:3.25rem}}@media (min-width: 1024px){.dsm-hero-title{font-size:3.75rem}}@media (min-width: 1280px){.dsm-hero-title{font-size:4.5rem}}.dsm-hero-subtitle{margin-top:1rem;font-size:1rem;color:#e6e6fab3;max-width:36rem;margin-left:auto;margin-right:auto;line-height:1.7}@media (min-width: 640px){.dsm-hero-subtitle{margin-top:1.5rem;font-size:1.125rem}}@media (min-width: 1024px){.dsm-hero-subtitle{font-size:1.25rem;margin-left:0;margin-right:0}}.dsm-hero-social-proof{margin-top:1.25rem;display:inline-flex;align-items:center;gap:.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);padding:.5rem .75rem;border-radius:9999px}@media (min-width: 640px){.dsm-hero-social-proof{margin-top:2rem;gap:.75rem;padding:.75rem 1.25rem}}.dsm-stars{display:flex;gap:1px}.dsm-star{width:.875rem;height:.875rem;color:var(--dsm-gold);fill:var(--dsm-gold)}@media (min-width: 640px){.dsm-star{width:1rem;height:1rem}}.dsm-hero-rating{font-weight:600;color:var(--dsm-white);font-size:.875rem}@media (min-width: 640px){.dsm-hero-rating{font-size:1rem}}.dsm-hero-separator{width:1px;height:.75rem;background:#fff3}@media (min-width: 640px){.dsm-hero-separator{height:1rem}}.dsm-hero-customers{font-size:.75rem;color:#e6e6fa99}@media (min-width: 640px){.dsm-hero-customers{font-size:.875rem}}.dsm-hero-offer{margin-top:1rem;display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#d4af37e6;font-weight:500;justify-content:center}@media (min-width: 640px){.dsm-hero-offer{margin-top:1.25rem;font-size:.875rem}}@media (min-width: 1024px){.dsm-hero-offer{justify-content:flex-start}}.dsm-hero-offer-icon{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;background:#d4af371a;border-radius:50%;flex-shrink:0}@media (min-width: 640px){.dsm-hero-offer-icon{width:1.5rem;height:1.5rem}}.dsm-hero-offer-icon svg{width:12px;height:12px;color:var(--dsm-gold)}@media (min-width: 640px){.dsm-hero-offer-icon svg{width:14px;height:14px}}.dsm-hero-cta-wrapper{margin-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}@media (min-width: 640px){.dsm-hero-cta-wrapper{flex-direction:row;gap:1rem;margin-top:2rem}}@media (min-width: 1024px){.dsm-hero-cta-wrapper{justify-content:flex-start}}.dsm-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 2rem;background:var(--dsm-gold);color:var(--dsm-navy);font-weight:700;font-size:1rem;border-radius:9999px;text-decoration:none;transition:all .3s ease;box-shadow:0 10px 25px #d4af3733;border:none;cursor:pointer;font-family:Inter,sans-serif}@media (min-width: 640px){.dsm-btn-primary{width:auto;padding:1rem 2rem;font-size:1.125rem}}.dsm-btn-primary:hover{background:var(--dsm-gold-dark);box-shadow:0 15px 35px #d4af374d}.dsm-btn-primary svg{width:20px;height:20px;transition:transform .3s ease}.dsm-btn-primary:hover svg{transform:translate(4px)}.dsm-hero-guarantee{font-size:.75rem;color:#e6e6fa66;display:flex;align-items:center;gap:.375rem}@media (min-width: 640px){.dsm-hero-guarantee{font-size:.875rem}}.dsm-hero-guarantee svg{width:14px;height:14px}@media (min-width: 640px){.dsm-hero-guarantee svg{width:16px;height:16px}}.dsm-hero-bottom-fade{position:absolute;bottom:0;left:0;right:0;height:6rem;background:linear-gradient(to top,var(--dsm-navy),transparent)}.dsm-problem{position:relative;padding:4rem 0 5rem;background:var(--dsm-navy)}@media (min-width: 640px){.dsm-problem{padding:6rem 0 7rem}}.dsm-problem-glow-1{position:absolute;top:25%;left:0;width:250px;height:250px;background:#d4af3708;border-radius:50%;filter:blur(80px);pointer-events:none}@media (min-width: 640px){.dsm-problem-glow-1{left:25%;width:400px;height:400px;filter:blur(120px)}}.dsm-problem-glow-2{position:absolute;bottom:25%;right:0;width:300px;height:300px;background:#e6e6fa0a;border-radius:50%;filter:blur(100px);pointer-events:none}@media (min-width: 640px){.dsm-problem-glow-2{right:25%;width:500px;height:500px;filter:blur(140px)}}.dsm-section-title{font-size:1.5rem;text-align:center;color:var(--dsm-white);margin-bottom:.75rem}@media (min-width: 640px){.dsm-section-title{font-size:1.875rem;margin-bottom:1rem}}@media (min-width: 768px){.dsm-section-title{font-size:2.5rem}}@media (min-width: 1024px){.dsm-section-title{font-size:3rem}}.dsm-section-subtitle{text-align:center;color:#e6e6fa66;margin-bottom:2.5rem;max-width:28rem;margin-left:auto;margin-right:auto;font-size:.875rem}@media (min-width: 640px){.dsm-section-subtitle{margin-bottom:4rem;font-size:1rem}}.dsm-problem-grid{display:grid;grid-template-columns:1fr;gap:1rem;max-width:1000px;margin:0 auto}@media (min-width: 640px){.dsm-problem-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width: 768px){.dsm-problem-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.dsm-problem-card{text-align:center;padding:1.5rem}@media (min-width: 640px){.dsm-problem-card{padding:2rem 2.5rem}}@media (min-width: 640px) and (max-width: 767px){.dsm-problem-card:last-child{grid-column:1 / -1;max-width:24rem;justify-self:center}}.dsm-problem-icon{width:3.5rem;height:3.5rem;margin:0 auto 1rem;background:#e6e6fa14;border-radius:.75rem;display:flex;align-items:center;justify-content:center;transition:all .5s ease}@media (min-width: 640px){.dsm-problem-icon{width:4rem;height:4rem;margin-bottom:1.5rem;border-radius:1rem}}.dsm-problem-card:hover .dsm-problem-icon{background:#d4af371a}.dsm-problem-icon svg{width:1.75rem;height:1.75rem;color:#e6e6fab3;transition:color .5s ease}@media (min-width: 640px){.dsm-problem-icon svg{width:2rem;height:2rem}}.dsm-problem-card:hover .dsm-problem-icon svg{color:var(--dsm-gold)}.dsm-problem-card h3{font-size:1.125rem;color:var(--dsm-white);margin-bottom:.5rem}@media (min-width: 640px){.dsm-problem-card h3{font-size:1.25rem;margin-bottom:.75rem}}@media (min-width: 1024px){.dsm-problem-card h3{font-size:1.5rem}}.dsm-problem-card p{color:#e6e6fa80;line-height:1.6;font-size:.875rem}@media (min-width: 640px){.dsm-problem-card p{font-size:1rem}}.dsm-problem-transition{margin-top:2.5rem;text-align:center}@media (min-width: 640px){.dsm-problem-transition{margin-top:4rem}}.dsm-problem-transition-text{color:#d4af37cc;font-weight:500;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem}@media (min-width: 640px){.dsm-problem-transition-text{font-size:.875rem}}.dsm-problem-transition svg{width:1.5rem;height:1.5rem;color:#d4af3799;animation:dsm-bounce 1s infinite}.dsm-howitworks{position:relative;padding:4rem 0 5rem;background:var(--dsm-navy-deep)}@media (min-width: 640px){.dsm-howitworks{padding:6rem 0 7rem}}.dsm-howitworks-bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:linear-gradient(135deg,#0f2644 0%,var(--dsm-navy-deep) 50%,#0a1628 100%)}.dsm-howitworks-bg img{width:100%;height:100%;object-fit:cover;opacity:.2}@media (min-width: 640px){.dsm-howitworks-bg img{opacity:.3}}@media (min-width: 1024px){.dsm-howitworks-bg img{width:50%;opacity:.4}}.dsm-howitworks-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(6,14,26,.4),rgba(6,14,26,.8),var(--dsm-navy-deep))}.dsm-howitworks-bg-overlay-mobile{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent,var(--dsm-navy-deep))}@media (min-width: 1024px){.dsm-howitworks-bg-overlay-mobile{display:none}}.dsm-howitworks-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;max-width:1200px;margin:0 auto}@media (min-width: 640px){.dsm-howitworks-grid{gap:3rem}}@media (min-width: 1024px){.dsm-howitworks-grid{grid-template-columns:1fr 1fr;gap:5rem}}.dsm-howitworks-image{position:relative;display:none}@media (min-width: 1024px){.dsm-howitworks-image{display:block}}.dsm-howitworks-image-frame{position:relative;border-radius:1.5rem;overflow:hidden;box-shadow:0 25px 50px #0a192f80;border:1px solid rgba(255,255,255,.05)}.dsm-howitworks-image-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,25,47,.8),transparent,transparent)}.dsm-howitworks-content{position:relative;z-index:2}.dsm-howitworks-content h2{font-size:1.5rem;color:var(--dsm-white);margin-bottom:.75rem}@media (min-width: 640px){.dsm-howitworks-content h2{font-size:1.875rem;margin-bottom:1rem}}@media (min-width: 768px){.dsm-howitworks-content h2{font-size:2.5rem}}@media (min-width: 1024px){.dsm-howitworks-content h2{font-size:3rem}}.dsm-howitworks-desc{color:#e6e6fa80;margin-bottom:1.5rem;max-width:32rem;line-height:1.7;font-size:.875rem}@media (min-width: 640px){.dsm-howitworks-desc{margin-bottom:2.5rem;font-size:1rem}}.dsm-howitworks-steps{display:flex;flex-direction:column;gap:.75rem}@media (min-width: 640px){.dsm-howitworks-steps{gap:1.5rem}}.dsm-howitworks-step{display:flex;gap:.75rem;padding:1rem}@media (min-width: 640px){.dsm-howitworks-step{gap:1.25rem;padding:1.25rem}}.dsm-howitworks-step-num{flex-shrink:0;width:2.5rem;height:2.5rem;background:#d4af371a;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:var(--dsm-gold);font-weight:700;font-size:.75rem}@media (min-width: 640px){.dsm-howitworks-step-num{width:3rem;height:3rem;border-radius:.75rem;font-size:.875rem}}.dsm-howitworks-step h3{font-family:Inter,sans-serif;font-weight:600;font-size:1rem;color:var(--dsm-white);margin-bottom:.125rem}@media (min-width: 640px){.dsm-howitworks-step h3{font-size:1.125rem;margin-bottom:.25rem}}.dsm-howitworks-step p{color:#e6e6fa80;line-height:1.6;font-size:.875rem}@media (min-width: 640px){.dsm-howitworks-step p{font-size:1rem}}.dsm-howitworks-flow{margin-top:1.25rem;display:flex;align-items:center;gap:.5rem;color:#e6e6fa4d;font-size:.75rem}@media (min-width: 640px){.dsm-howitworks-flow{margin-top:2rem;gap:.75rem;font-size:.875rem}}.dsm-howitworks-flow-label{color:#e6e6fa99}.dsm-howitworks-flow-label--gold{color:#d4af37cc;font-weight:500}.dsm-howitworks-flow svg{width:12px;height:12px}@media (min-width: 640px){.dsm-howitworks-flow svg{width:16px;height:16px}}.dsm-ingredients{position:relative;padding:3.5rem 0 4rem;overflow:hidden}@media (min-width: 640px){.dsm-ingredients{padding:5rem 0 6rem}}.dsm-ingredients-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#0d1f3c 0%,var(--dsm-navy-deep) 60%,#0a1628 100%)}.dsm-ingredients-bg img{width:100%;height:100%;object-fit:cover}.dsm-ingredients-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a192fd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dsm-ingredients-header{text-align:center;margin-bottom:2rem;position:relative;z-index:2}@media (min-width: 640px){.dsm-ingredients-header{margin-bottom:3rem}}.dsm-ingredients-header h2{font-size:1.25rem;color:var(--dsm-white);margin-bottom:.5rem}@media (min-width: 640px){.dsm-ingredients-header h2{font-size:1.5rem}}@media (min-width: 768px){.dsm-ingredients-header h2{font-size:2rem}}.dsm-ingredients-header p{color:#e6e6fa66;font-size:.75rem}@media (min-width: 640px){.dsm-ingredients-header p{font-size:.875rem}}.dsm-ingredients-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;max-width:1000px;margin:0 auto}@media (min-width: 640px){.dsm-ingredients-grid{gap:1rem}}@media (min-width: 1024px){.dsm-ingredients-grid{grid-template-columns:repeat(4,1fr)}}.dsm-ingredient-card{text-align:center;padding:1rem}@media (min-width: 640px){.dsm-ingredient-card{padding:1.5rem}}.dsm-ingredient-card-icon{width:2.5rem;height:2.5rem;margin:0 auto .75rem;background:#d4af371a;border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:background .3s ease}@media (min-width: 640px){.dsm-ingredient-card-icon{width:3rem;height:3rem;margin-bottom:1rem;border-radius:.75rem}}.dsm-ingredient-card:hover .dsm-ingredient-card-icon{background:#d4af3733}.dsm-ingredient-card-icon svg{width:1.25rem;height:1.25rem;color:var(--dsm-gold)}@media (min-width: 640px){.dsm-ingredient-card-icon svg{width:1.5rem;height:1.5rem}}.dsm-ingredient-card-text{font-weight:500;color:var(--dsm-white);font-size:.75rem}@media (min-width: 640px){.dsm-ingredient-card-text{font-size:.875rem}}.dsm-ingredient-card-subtext{font-size:.625rem;color:#e6e6fa66;margin-top:.25rem}@media (min-width: 640px){.dsm-ingredient-card-subtext{font-size:.75rem}}.dsm-pricing{position:relative;padding:4rem 0 5rem;background:var(--dsm-navy);scroll-margin-top:2rem}@media (min-width: 640px){.dsm-pricing{padding:6rem 0 7rem}}.dsm-pricing-glow-1{position:absolute;top:0;left:50%;transform:translate(-50%);width:400px;height:200px;background:#d4af370a;border-radius:50%;filter:blur(100px);pointer-events:none}@media (min-width: 640px){.dsm-pricing-glow-1{width:800px;height:400px;filter:blur(150px)}}.dsm-pricing-glow-2{position:absolute;bottom:0;right:0;width:200px;height:200px;background:#e6e6fa08;border-radius:50%;filter:blur(80px);pointer-events:none}@media (min-width: 640px){.dsm-pricing-glow-2{width:400px;height:400px;filter:blur(120px)}}.dsm-pricing-header{text-align:center;margin-bottom:2.5rem;position:relative;z-index:2}@media (min-width: 640px){.dsm-pricing-header{margin-bottom:3.5rem}}.dsm-pricing-header p{color:#e6e6fa66;max-width:36rem;margin:0 auto;font-size:.875rem}@media (min-width: 640px){.dsm-pricing-header p{font-size:1rem}}.dsm-pricing-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr;gap:1rem;max-width:1000px;margin:0 auto;align-items:stretch}@media (min-width: 640px){.dsm-pricing-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width: 768px){.dsm-pricing-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.dsm-pricing-card{position:relative;border-radius:1rem;padding:1.25rem 1.5rem;transition:all .5s ease;display:flex;flex-direction:column;background:#ffffff08;border:1px solid rgba(255,255,255,.08)}@media (min-width: 640px){.dsm-pricing-card{border-radius:1.5rem;padding:1.5rem 2rem}}.dsm-pricing-card:hover{border-color:#ffffff26}.dsm-pricing-card--popular{background:linear-gradient(to bottom,rgba(212,175,55,.1),var(--dsm-navy));border:2px solid rgba(212,175,55,.4);box-shadow:0 25px 50px #d4af371a;order:-1}@media (min-width: 640px){.dsm-pricing-card--popular{order:0}}.dsm-pricing-badge{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);background:var(--dsm-gold);color:var(--dsm-navy);font-weight:700;font-size:.625rem;padding:.25rem 1rem;border-radius:9999px;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}@media (min-width: 640px){.dsm-pricing-badge{top:-1rem;font-size:.6875rem;padding:.375rem 1.25rem}}.dsm-pricing-card-inner{text-align:center;flex:1;display:flex;flex-direction:column}.dsm-pricing-label{font-size:.625rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#e6e6fa80}@media (min-width: 640px){.dsm-pricing-label{font-size:.6875rem}}.dsm-pricing-card--popular .dsm-pricing-label{color:var(--dsm-gold)}.dsm-pricing-quantity{font-size:1.25rem;color:var(--dsm-white);margin-top:.375rem}@media (min-width: 640px){.dsm-pricing-quantity{font-size:1.5rem;margin-top:.5rem}}.dsm-pricing-price-wrapper{margin-top:1rem;margin-bottom:1rem}@media (min-width: 640px){.dsm-pricing-price-wrapper{margin-top:1.5rem;margin-bottom:1.5rem}}.dsm-pricing-original-price{font-size:.75rem;text-decoration:line-through;color:#e6e6fa4d}@media (min-width: 640px){.dsm-pricing-original-price{font-size:.875rem}}.dsm-pricing-price{font-size:2.5rem;font-weight:700;color:var(--dsm-white);font-family:Inter,sans-serif}@media (min-width: 640px){.dsm-pricing-price{font-size:3rem}}.dsm-pricing-price-currency{font-size:1rem}@media (min-width: 640px){.dsm-pricing-price-currency{font-size:1.125rem}}.dsm-pricing-card--popular .dsm-pricing-price{color:var(--dsm-gold)}.dsm-pricing-shipping{font-size:.75rem;margin-top:.25rem;color:#e6e6fa66}@media (min-width: 640px){.dsm-pricing-shipping{font-size:.875rem}}.dsm-pricing-savings{font-size:.75rem;margin-top:.5rem;font-weight:500;color:var(--dsm-gold)}@media (min-width: 640px){.dsm-pricing-savings{font-size:.875rem}}.dsm-pricing-bonus{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.75rem;color:#e6e6fa99;margin-bottom:1rem}@media (min-width: 640px){.dsm-pricing-bonus{font-size:.875rem;margin-bottom:1.5rem}}.dsm-pricing-bonus svg{width:.875rem;height:.875rem;color:var(--dsm-gold);flex-shrink:0}@media (min-width: 640px){.dsm-pricing-bonus svg{width:1rem;height:1rem}}.dsm-pricing-cta{margin-top:auto}.dsm-btn-order{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.75rem 1.5rem;border-radius:9999px;font-weight:700;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;transition:all .3s ease;border:none;cursor:pointer;text-decoration:none;background:#ffffff1a;color:var(--dsm-white);border:1px solid rgba(255,255,255,.1);font-family:Inter,sans-serif}@media (min-width: 640px){.dsm-btn-order{padding:.875rem 1.5rem;font-size:.8125rem}}.dsm-btn-order:hover{background:#fff3}.dsm-pricing-card--popular .dsm-btn-order{background:var(--dsm-gold);color:var(--dsm-navy);border:none;box-shadow:0 10px 25px #d4af3733}.dsm-pricing-card--popular .dsm-btn-order:hover{background:var(--dsm-gold-dark)}.dsm-testimonials{position:relative;padding:4rem 0 5rem;overflow:hidden}@media (min-width: 640px){.dsm-testimonials{padding:6rem 0 7rem}}.dsm-testimonials-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0d1f3c 0%,var(--dsm-navy-deep) 50%,#0a1628 100%)}.dsm-testimonials-bg img{width:100%;height:100%;object-fit:cover}.dsm-testimonials-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a192fe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dsm-testimonials-title{font-size:1.5rem;text-align:center;color:var(--dsm-white);margin-bottom:2rem;position:relative;z-index:2}@media (min-width: 640px){.dsm-testimonials-title{font-size:1.875rem;margin-bottom:3.5rem}}@media (min-width: 768px){.dsm-testimonials-title{font-size:2.5rem}}@media (min-width: 1024px){.dsm-testimonials-title{font-size:3rem}}.dsm-testimonials-grid{display:grid;grid-template-columns:1fr;gap:1rem;max-width:1000px;margin:0 auto;position:relative;z-index:2}@media (min-width: 768px){.dsm-testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.dsm-testimonial-card{padding:1.25rem 1.5rem}@media (min-width: 640px){.dsm-testimonial-card{padding:1.5rem 2rem}}.dsm-testimonial-stars{display:flex;gap:2px;margin-bottom:.75rem}@media (min-width: 640px){.dsm-testimonial-stars{margin-bottom:1rem}}.dsm-testimonial-stars svg{width:.875rem;height:.875rem;color:var(--dsm-gold);fill:var(--dsm-gold)}@media (min-width: 640px){.dsm-testimonial-stars svg{width:1rem;height:1rem}}.dsm-testimonial-text{font-size:1rem;font-style:italic;color:#ffffffe6;margin-bottom:1rem;line-height:1.7}@media (min-width: 640px){.dsm-testimonial-text{font-size:1.125rem;margin-bottom:1.5rem}}.dsm-testimonial-author{display:flex;align-items:center;gap:.75rem}.dsm-testimonial-avatar{width:2.25rem;height:2.25rem;background:#d4af371a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--dsm-gold);font-weight:700;font-size:.75rem}@media (min-width: 640px){.dsm-testimonial-avatar{width:2.5rem;height:2.5rem;font-size:.875rem}}.dsm-testimonial-author-name{color:var(--dsm-white);font-weight:500;font-size:.875rem}.dsm-testimonial-author-location{color:#e6e6fa66;font-size:.6875rem}@media (min-width: 640px){.dsm-testimonial-author-location{font-size:.75rem}}.dsm-testimonials-mobile{display:block;position:relative;z-index:2}@media (min-width: 768px){.dsm-testimonials-mobile{display:none}}.dsm-testimonials-desktop{display:none}@media (min-width: 768px){.dsm-testimonials-desktop{display:grid}}.dsm-testimonials-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.dsm-testimonials-dot{height:.5rem;width:.5rem;border-radius:9999px;background:#fff3;border:none;cursor:pointer;transition:all .3s ease;padding:0}.dsm-testimonials-dot--active{background:var(--dsm-gold);width:2rem}.dsm-faq{position:relative;padding:4rem 0 5rem;background:var(--dsm-navy)}@media (min-width: 640px){.dsm-faq{padding:6rem 0 7rem}}.dsm-faq-separator{position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.1),transparent)}.dsm-faq-title{font-size:1.5rem;color:var(--dsm-white);text-align:center;margin-bottom:2rem}@media (min-width: 640px){.dsm-faq-title{font-size:1.875rem;margin-bottom:3.5rem}}@media (min-width: 768px){.dsm-faq-title{font-size:2.5rem}}@media (min-width: 1024px){.dsm-faq-title{font-size:3rem}}.dsm-faq-list{max-width:42rem;margin:0 auto;display:flex;flex-direction:column;gap:.5rem}@media (min-width: 640px){.dsm-faq-list{gap:.75rem}}.dsm-faq-item{border-radius:.75rem;overflow:hidden;background:#ffffff05;border:1px solid rgba(255,255,255,.06);transition:all .3s ease}@media (min-width: 640px){.dsm-faq-item{border-radius:1rem}}.dsm-faq-item:hover{border-color:#ffffff1f}.dsm-faq-item--open{background:#ffffff0d;border-color:#d4af3733}.dsm-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem;background:transparent;border:none;cursor:pointer;text-align:left;font-family:inherit;color:var(--dsm-white)}@media (min-width: 640px){.dsm-faq-question{padding:1.25rem 1.5rem}}.dsm-faq-question span{font-weight:500;font-size:.875rem;color:var(--dsm-white)}@media (min-width: 640px){.dsm-faq-question span{font-size:1rem}}.dsm-faq-question svg{width:1.25rem;height:1.25rem;color:#d4af3799;transition:transform .3s ease;flex-shrink:0}.dsm-faq-item--open .dsm-faq-question svg{transform:rotate(180deg)}.dsm-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;opacity:0}.dsm-faq-item--open .dsm-faq-answer{max-height:200px;opacity:1}.dsm-faq-answer-inner{padding:0 1rem 1rem;color:#e6e6fa80;line-height:1.7;font-size:.875rem}@media (min-width: 640px){.dsm-faq-answer-inner{padding:0 1.5rem 1.25rem;font-size:1rem}}.dsm-footer{position:relative;padding:2.5rem 0 6rem;background:var(--dsm-navy-darker);color:var(--dsm-white)}@media (min-width: 640px){.dsm-footer{padding:4rem 0}}@media (min-width: 768px){.dsm-footer{padding-bottom:4rem}}.dsm-footer-separator{position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,rgba(212,175,55,.2),transparent)}.dsm-footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}@media (min-width: 640px){.dsm-footer-grid{gap:2.5rem;margin-bottom:3rem}}@media (min-width: 768px){.dsm-footer-grid{grid-template-columns:repeat(4,1fr)}}.dsm-footer-brand{grid-column:1 / -1}@media (min-width: 768px){.dsm-footer-brand{grid-column:auto}}.dsm-footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}@media (min-width: 640px){.dsm-footer-logo{gap:.625rem;margin-bottom:1rem}}.dsm-footer-logo svg{width:1.5rem;height:1.5rem;color:var(--dsm-gold)}@media (min-width: 640px){.dsm-footer-logo svg{width:1.75rem;height:1.75rem}}.dsm-footer-logo span{font-family:Playfair Display,Georgia,serif;font-size:1.125rem}@media (min-width: 640px){.dsm-footer-logo span{font-size:1.25rem}}.dsm-footer-description{color:#e6e6fa66;font-size:.75rem;line-height:1.7}@media (min-width: 640px){.dsm-footer-description{font-size:.875rem}}.dsm-footer-heading{font-family:Inter,sans-serif;font-weight:500;font-size:.625rem;letter-spacing:.1em;text-transform:uppercase;color:#e6e6fa99;margin-bottom:.75rem}@media (min-width: 640px){.dsm-footer-heading{font-size:.6875rem;margin-bottom:1rem}}.dsm-footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}@media (min-width: 640px){.dsm-footer-links{gap:.625rem}}.dsm-footer-links a{color:#e6e6fa66;text-decoration:none;font-size:.75rem;transition:color .3s ease}@media (min-width: 640px){.dsm-footer-links a{font-size:.875rem}}.dsm-footer-links a:hover{color:var(--dsm-gold)}.dsm-footer-payments-col{grid-column:1 / -1}@media (min-width: 768px){.dsm-footer-payments-col{grid-column:auto}}.dsm-footer-payments{display:flex;flex-wrap:wrap;gap:.5rem}.dsm-footer-payment-badge{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#e6e6fa80;font-size:.75rem;padding:.375rem .75rem;border-radius:.5rem}.dsm-footer-copyright{border-top:1px solid rgba(255,255,255,.06);padding-top:1.5rem;text-align:center;color:#e6e6fa4d;font-size:.625rem}@media (min-width: 640px){.dsm-footer-copyright{padding-top:2rem;font-size:.75rem}}.dsm-sticky-cta{position:fixed;bottom:0;left:0;right:0;padding:.625rem;padding-bottom:max(.625rem,env(safe-area-inset-bottom));background:#0a192ff2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid rgba(212,175,55,.1);z-index:1000;display:block}@media (min-width: 768px){.dsm-sticky-cta{display:none}}.dsm-sticky-cta a{display:flex;align-items:center;justify-content:center;width:100%;padding:.75rem;background:var(--dsm-gold);color:var(--dsm-navy);font-weight:700;font-size:.75rem;letter-spacing:.1em;border-radius:9999px;text-decoration:none;transition:background .3s ease;box-shadow:0 10px 25px #d4af3733;font-family:Inter,sans-serif}@media (min-width: 640px){.dsm-sticky-cta a{font-size:.8125rem}}.dsm-sticky-cta a:hover{background:var(--dsm-gold-dark)}.dsm-skip-link{position:absolute;top:-100px;left:0;background:var(--dsm-gold);color:var(--dsm-navy);padding:.5rem 1rem;z-index:9999;font-weight:700;text-decoration:none}.dsm-skip-link:focus{top:0}.dsm-product{background:var(--dsm-navy);min-height:60vh}.dsm-product-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media (min-width: 768px){.dsm-product-grid{grid-template-columns:1fr 1fr;gap:3rem}}.dsm-product-main-image{position:relative;border-radius:1rem;overflow:hidden;border:1px solid rgba(255,255,255,.06)}.dsm-product-main-image img{width:100%;height:auto;display:block}.dsm-product-thumbnails{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.dsm-product-thumb{width:3.5rem;height:3.5rem;border-radius:.5rem;overflow:hidden;border:2px solid rgba(255,255,255,.1);cursor:pointer;background:none;padding:0;transition:border-color .3s ease}.dsm-product-thumb--active,.dsm-product-thumb:hover{border-color:var(--dsm-gold)}.dsm-product-thumb img{width:100%;height:100%;object-fit:cover}.dsm-product-info{color:var(--dsm-white)}.dsm-product-title{font-family:Playfair Display,Georgia,serif;font-size:1.75rem;color:var(--dsm-white);margin-bottom:1rem;line-height:1.2}@media (min-width: 640px){.dsm-product-title{font-size:2.25rem}}.dsm-product-price-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.dsm-product-compare-price{text-decoration:line-through;color:#e6e6fa66;font-size:1rem}.dsm-product-price{font-size:1.75rem;font-weight:700;color:var(--dsm-gold)}.dsm-product-description{color:#e6e6fa99;line-height:1.7;margin-bottom:1.5rem;font-size:.875rem}@media (min-width: 640px){.dsm-product-description{font-size:1rem}}.dsm-product-option{margin-bottom:1rem}.dsm-product-option-label{display:block;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:#e6e6fa99;margin-bottom:.5rem}.dsm-product-select{width:100%;padding:.625rem 1rem;border-radius:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:var(--dsm-white);font-size:.875rem;font-family:Inter,sans-serif;cursor:pointer;-webkit-appearance:none;appearance:none}.dsm-product-quantity-row{margin-bottom:1.5rem}.dsm-product-quantity{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;overflow:hidden;margin-top:.25rem}.dsm-qty-btn{width:2.5rem;height:2.5rem;background:#ffffff0d;border:none;color:var(--dsm-white);font-size:1.125rem;cursor:pointer;transition:background .2s;font-family:Inter,sans-serif}.dsm-qty-btn:hover{background:#ffffff1a}.dsm-qty-input{width:3rem;height:2.5rem;text-align:center;background:transparent;border:none;border-left:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.1);color:var(--dsm-white);font-size:.875rem;font-family:Inter,sans-serif;-moz-appearance:textfield}.dsm-qty-input::-webkit-outer-spin-button,.dsm-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.dsm-btn-add-to-cart{margin-top:.5rem;margin-bottom:1.5rem}.dsm-btn-add-to-cart:disabled{opacity:.5;cursor:not-allowed}.dsm-product-trust{display:flex;flex-direction:column;gap:.625rem}.dsm-product-trust-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#e6e6fa80}.dsm-product-trust-item svg{color:var(--dsm-gold);flex-shrink:0}.dsm-collection{background:var(--dsm-navy);min-height:60vh}.dsm-collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 768px){.dsm-collection-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width: 1024px){.dsm-collection-grid{grid-template-columns:repeat(4,1fr)}}.dsm-product-card{display:block;text-decoration:none;color:var(--dsm-white);overflow:hidden;transition:all .4s ease}.dsm-product-card:hover{border-color:#d4af374d;transform:translateY(-4px)}.dsm-product-card-image{aspect-ratio:1;overflow:hidden;border-radius:.75rem .75rem 0 0}.dsm-product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.dsm-product-card:hover .dsm-product-card-image img{transform:scale(1.05)}.dsm-product-card-info{padding:.75rem}@media (min-width: 640px){.dsm-product-card-info{padding:1rem 1.25rem}}.dsm-product-card-info h3{font-family:Inter,sans-serif;font-weight:500;font-size:.8125rem;color:var(--dsm-white);margin-bottom:.25rem}@media (min-width: 640px){.dsm-product-card-info h3{font-size:.9375rem}}.dsm-product-card-price{display:flex;align-items:center;gap:.5rem;color:var(--dsm-gold);font-weight:600;font-size:.875rem}.dsm-empty-text{text-align:center;color:#e6e6fa80;padding:3rem 0}.dsm-pagination{text-align:center;margin-top:2rem;color:#e6e6fa99}.dsm-pagination a{color:var(--dsm-gold);text-decoration:none;padding:.25rem .5rem}.dsm-cart{background:var(--dsm-navy);min-height:60vh}.dsm-cart-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.dsm-cart-item{display:flex;gap:1rem;padding:1rem;align-items:center;position:relative}@media (min-width: 640px){.dsm-cart-item{padding:1.25rem;gap:1.5rem}}.dsm-cart-item-image{width:5rem;height:5rem;border-radius:.5rem;overflow:hidden;flex-shrink:0}.dsm-cart-item-image img{width:100%;height:100%;object-fit:cover}.dsm-cart-item-details{flex:1;min-width:0}.dsm-cart-item-title{margin-bottom:.25rem}.dsm-cart-item-title a{font-family:Inter,sans-serif;font-weight:500;font-size:.875rem;color:var(--dsm-white);text-decoration:none}.dsm-cart-item-title a:hover{color:var(--dsm-gold)}.dsm-cart-item-variant{font-size:.75rem;color:#e6e6fa66;margin-bottom:.5rem}.dsm-cart-item-price-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.5rem}.dsm-cart-item-price{font-weight:600;color:var(--dsm-gold);font-size:.9375rem}.dsm-cart-item-remove{position:absolute;top:.75rem;right:.75rem;color:#e6e6fa4d;transition:color .2s}.dsm-cart-item-remove:hover{color:#ff6b6b}.dsm-cart-summary{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:1rem;padding:1.5rem;max-width:28rem;margin-left:auto}.dsm-cart-total-row{display:flex;justify-content:space-between;align-items:center;font-size:1.125rem;color:var(--dsm-white)}.dsm-cart-total-price{font-weight:700;font-size:1.5rem;color:var(--dsm-gold)}.dsm-cart-shipping-note{font-size:.75rem;color:#e6e6fa66;margin-top:.5rem}.dsm-cart-continue{display:block;text-align:center;margin-top:.75rem;font-size:.8125rem;color:#e6e6fa80;text-decoration:underline}.dsm-cart-continue:hover{color:var(--dsm-gold)}.dsm-cart-empty{text-align:center;padding:4rem 0;color:#e6e6fa80}.dsm-cart-empty svg{margin:0 auto 1rem;color:#e6e6fa33}.dsm-info-page{background:var(--dsm-navy);position:relative;padding-top:3rem}.dsm-info-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 20% 0%,rgba(212,175,55,.06) 0%,transparent 50%),radial-gradient(ellipse at 80% 100%,rgba(10,25,47,.8) 0%,transparent 50%),var(--dsm-navy);z-index:1}.dsm-info-hero-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,5vw,3.25rem);font-weight:700;color:var(--dsm-white);line-height:1.15;margin-bottom:1rem}.dsm-info-hero-sub{font-family:Inter,sans-serif;font-size:1rem;color:#e6e6fa8c;max-width:32rem;margin:0 auto;line-height:1.6}.dsm-text-gold{color:var(--dsm-gold)}.dsm-info-section-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,3vw,2.125rem);font-weight:700;color:var(--dsm-white);margin-bottom:1.5rem}.dsm-info-text{font-family:Inter,sans-serif;font-size:.9375rem;color:#e6e6fa99;line-height:1.8;margin-bottom:1rem}.dsm-info-text-sm{font-family:Inter,sans-serif;font-size:.8125rem;color:#e6e6fa73;line-height:1.6}.dsm-info-divider{height:1px;background:linear-gradient(to right,transparent,rgba(212,175,55,.2),transparent);margin:3rem 0}.dsm-info-split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:2rem 0}.dsm-info-split-rev{direction:rtl}.dsm-info-split-rev>*{direction:ltr}.dsm-info-split-img{position:relative}.dsm-info-img-wrap{position:relative;border-radius:1rem;overflow:hidden;aspect-ratio:4/5;box-shadow:0 20px 60px -15px #00000080,0 0 80px #d4af370f}.dsm-info-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.dsm-info-img-badge{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.375rem;background:#0f172ad9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(212,175,55,.2);border-radius:8px;padding:.375rem .75rem;font-family:Inter,sans-serif;font-size:.625rem;font-weight:600;letter-spacing:.08em;color:var(--dsm-gold);text-transform:uppercase}.dsm-info-img-badge svg{color:var(--dsm-gold)}.dsm-info-img-badge-green{color:#22c55e}.dsm-info-img-badge-green svg{color:#22c55e}.dsm-info-luxgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.dsm-info-luxcard{padding:1.5rem;text-align:left}.dsm-info-luxcard .dsm-howitworks-step-num{margin-bottom:1rem}.dsm-info-luxcard h3{font-family:Playfair Display,Georgia,serif;font-size:1.0625rem;font-weight:700;color:var(--dsm-white);margin-bottom:.5rem}.dsm-info-luxcard p{font-family:Inter,sans-serif;font-size:.8125rem;color:#e6e6fa80;line-height:1.6}.dsm-info-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1rem}.dsm-info-stat-card{text-align:center;padding:1.5rem 1rem}.dsm-info-stat-big{display:block;font-family:Playfair Display,Georgia,serif;font-size:1.75rem;font-weight:700;color:var(--dsm-gold);margin-bottom:.25rem}.dsm-info-stat-lbl{font-family:Inter,sans-serif;font-size:.75rem;color:#e6e6fa73}.dsm-info-trio{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.dsm-info-contact-item{padding:1.75rem 1.25rem;text-align:center}.dsm-info-contact-item .dsm-howitworks-step-num{margin:0 auto 1rem}.dsm-info-contact-item h3{font-family:Playfair Display,Georgia,serif;font-size:1.0625rem;color:var(--dsm-white);margin-bottom:.25rem}.dsm-info-deliv-card{padding:1.5rem;position:relative}.dsm-info-deliv-pop{border-color:#d4af3740;background:#d4af3708}.dsm-info-deliv-pop-tag{position:absolute;top:-.625rem;left:1rem;font-family:Inter,sans-serif;font-size:.5625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--dsm-navy);background:var(--dsm-gold);padding:.25rem .625rem;border-radius:4px}.dsm-info-deliv-top{display:flex;justify-content:space-between;align-items:center}.dsm-info-deliv-name{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:700;color:var(--dsm-white);letter-spacing:.04em}.dsm-info-deliv-price{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:700;color:#e6e6facc}.dsm-info-deliv-chips{display:flex;gap:.5rem;flex-wrap:wrap}.dsm-info-deliv-chip{font-family:Inter,sans-serif;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#e6e6fa80;border:1px solid rgba(255,255,255,.08);border-radius:4px;padding:.25rem .5rem}.dsm-info-chip-gold{color:var(--dsm-gold);border-color:#d4af374d}.dsm-info-notice-box{display:flex;gap:.75rem;align-items:flex-start;background:#d4af370a;border:1px solid rgba(212,175,55,.1);border-radius:12px;padding:1.25rem 1.5rem;margin-top:2rem}.dsm-info-guarantee{text-align:center;padding:3rem 2rem;background:#d4af3708;border:1px solid rgba(212,175,55,.1);border-radius:1.5rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.dsm-info-cond-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.dsm-info-cond-card{padding:1.5rem}.dsm-info-cond-head{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.dsm-info-cond-head h3{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;color:var(--dsm-white)}.dsm-info-cond-yes{border-color:#22c55e26!important;background:#22c55e08!important}.dsm-info-cond-no{border-color:#ef444426!important;background:#ef444408!important}.dsm-info-cond-card ul{list-style:none;padding:0;margin:0}.dsm-info-cond-card li{font-family:Inter,sans-serif;font-size:.8125rem;color:#e6e6fa8c;line-height:1.6;padding:.375rem 0 .375rem 1.25rem;position:relative}.dsm-info-cond-yes li:before{content:"";position:absolute;left:0;top:.65rem;width:6px;height:6px;border-radius:50%;background:#22c55e99}.dsm-info-cond-no li:before{content:"";position:absolute;left:0;top:.65rem;width:6px;height:6px;border-radius:50%;background:#ef444499}.dsm-info-cta-block{text-align:center;padding:3rem 0 4rem;border-top:1px solid rgba(212,175,55,.1);margin-top:1.5rem}.dsm-info-cta-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--dsm-white);margin-bottom:1.5rem}.dsm-btn-lg{padding:1rem 2.5rem;font-size:.875rem}.dsm-info-cta-sub{font-family:Inter,sans-serif;font-size:.8125rem;color:#e6e6fa66;margin-top:.75rem}@media (max-width: 768px){.dsm-info-split{grid-template-columns:1fr;gap:2rem}.dsm-info-split-rev{direction:ltr}.dsm-info-img-wrap{aspect-ratio:3/4;max-height:380px}.dsm-info-luxgrid{grid-template-columns:1fr}.dsm-info-stats-row{grid-template-columns:repeat(2,1fr)}.dsm-info-trio,.dsm-info-cond-grid{grid-template-columns:1fr}}.dsm-page{background:var(--dsm-navy);min-height:60vh}.dsm-page-content{color:#e6e6fab3;line-height:1.8;max-width:42rem;margin:0 auto;font-size:.9375rem}.dsm-page-content h2,.dsm-page-content h3{color:var(--dsm-white);margin-top:2rem;margin-bottom:.75rem}.dsm-page-content a{color:var(--dsm-gold)}.dsm-page-content ul,.dsm-page-content ol{padding-left:1.5rem;margin:1rem 0}.dsm-404{background:var(--dsm-navy);min-height:60vh;display:flex;align-items:center}.dsm-search{background:var(--dsm-navy);min-height:60vh}.dsm-search-form{display:flex;gap:.75rem;max-width:32rem;margin:0 auto 2rem}.dsm-search-input{flex:1;padding:.75rem 1rem;border-radius:9999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:var(--dsm-white);font-size:.875rem;font-family:Inter,sans-serif;outline:none;transition:border-color .3s}.dsm-search-input:focus{border-color:var(--dsm-gold)}.dsm-search-input::placeholder{color:#e6e6fa4d}.dsm-site-header{position:fixed;top:2rem;left:0;right:0;z-index:900;background:#0f172ad9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06);transition:background .3s ease}.dsm-site-header-inner{max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.dsm-site-logo{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:700;color:var(--dsm-white, #f0f0ff);text-decoration:none;letter-spacing:-.02em}.dsm-site-logo span{color:var(--dsm-gold, #d4af37)}.dsm-header-nav{display:flex;align-items:center;gap:2rem}.dsm-header-nav-link{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;color:#f0f0ffb3;text-decoration:none;letter-spacing:.03em;transition:color .2s ease;position:relative}.dsm-header-nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--dsm-gold, #d4af37);transition:width .3s ease}.dsm-header-nav-link:hover{color:var(--dsm-white, #f0f0ff)}.dsm-header-nav-link:hover:after{width:100%}.dsm-header-cta-btn{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;color:var(--dsm-navy, #0f172a);background:var(--dsm-gold, #d4af37);padding:.5rem 1.125rem;border-radius:6px;text-decoration:none;letter-spacing:.04em;text-transform:uppercase;transition:all .2s ease}.dsm-header-cta-btn:hover{background:#e0c04a;transform:translateY(-1px)}.dsm-header-actions{display:flex;align-items:center;gap:1rem}.dsm-mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.dsm-hamburger{display:block;width:20px;height:2px;background:var(--dsm-white, #f0f0ff);position:relative;transition:all .3s ease}.dsm-hamburger:before,.dsm-hamburger:after{content:"";position:absolute;left:0;width:20px;height:2px;background:var(--dsm-white, #f0f0ff);transition:all .3s ease}.dsm-hamburger:before{top:-6px}.dsm-hamburger:after{top:6px}.dsm-mobile-menu-toggle[aria-expanded=true] .dsm-hamburger{background:transparent}.dsm-mobile-menu-toggle[aria-expanded=true] .dsm-hamburger:before{top:0;transform:rotate(45deg)}.dsm-mobile-menu-toggle[aria-expanded=true] .dsm-hamburger:after{top:0;transform:rotate(-45deg)}.dsm-mobile-nav{display:none;flex-direction:column;padding:1rem 1.5rem 1.5rem;background:#0f172afa;border-top:1px solid rgba(255,255,255,.06)}.dsm-mobile-nav[aria-hidden=false]{display:flex}.dsm-mobile-nav-link{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;color:#f0f0ffcc;text-decoration:none;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.06);transition:color .2s ease}.dsm-mobile-nav-link:hover{color:var(--dsm-gold, #d4af37)}@media (max-width: 768px){.dsm-header-nav,.dsm-header-cta-btn{display:none}.dsm-mobile-menu-toggle{display:block}}.dsm-header-cart{position:relative;color:var(--dsm-white, #f0f0ff);text-decoration:none;display:flex;align-items:center;transition:color .2s}.dsm-header-cart:hover{color:var(--dsm-gold, #d4af37)}.dsm-cart-count{position:absolute;top:-6px;right:-8px;background:var(--dsm-gold, #d4af37);color:var(--dsm-navy, #0f172a);font-size:.625rem;font-weight:700;width:1rem;height:1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif}.dsm-cart-toast{position:fixed;bottom:5rem;left:50%;transform:translate(-50%,20px);z-index:9999;opacity:0;transition:all .3s ease;width:calc(100% - 2rem);max-width:28rem}.dsm-cart-toast-inner{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;background:#0f172af2;border:1px solid rgba(212,175,55,.3);border-radius:.75rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:var(--dsm-white, #f0f0ff);font-family:Inter,sans-serif;font-size:.8125rem;box-shadow:0 8px 32px #0006}body{padding-top:5.5rem}
/*# sourceMappingURL=/cdn/shop/t/3/assets/dsm-landing.css.map */
