*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #050816;--bg-2: #0a0f1e;--bg-card: rgba(255,255,255,.03);--bg-card-hover:rgba(255,255,255,.06);--text: #ffffff;--text-muted: rgba(255,255,255,.55);--text-faint: rgba(255,255,255,.25);--cyan: #22d3ee;--cyan-dim: rgba(34,211,238,.15);--cyan-glow: rgba(34,211,238,.25);--purple: #a855f7;--purple-dim: rgba(168,85,247,.15);--blue: #3b82f6;--emerald: #10b981;--emerald-dim: rgba(16,185,129,.15);--orange: #f97316;--orange-dim: rgba(249,115,22,.15);--rose: #f43f5e;--rose-dim: rgba(244,63,94,.15);--indigo: #6366f1;--indigo-dim: rgba(99,102,241,.15);--amber: #f59e0b;--amber-dim: rgba(245,158,11,.15);--border: rgba(255,255,255,.07);--border-hover: rgba(255,255,255,.14);--radius: 16px;--radius-sm: 10px;--radius-lg: 24px;--ease-out: cubic-bezier(.23, 1, .32, 1);--ease-in-out: cubic-bezier(.77, 0, .175, 1);--header-h: 64px;--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif}html{scroll-behavior:smooth}body.dmf-body{font-family:var(--font);background-color:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;border:none;background:none}input,textarea,select{font-family:inherit}.dmf-ambient{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}.dmf-ambient__orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:dmf-pulse 6s ease-in-out infinite}.dmf-ambient__orb--1{width:500px;height:500px;background:radial-gradient(circle,rgba(34,211,238,.08),transparent 70%);top:-100px;left:15%;animation-delay:0s}.dmf-ambient__orb--2{width:400px;height:400px;background:radial-gradient(circle,rgba(168,85,247,.08),transparent 70%);top:30%;right:10%;animation-delay:2s}.dmf-ambient__orb--3{width:350px;height:350px;background:radial-gradient(circle,rgba(59,130,246,.06),transparent 70%);bottom:10%;left:30%;animation-delay:4s}@keyframes dmf-pulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.15);opacity:.9}}.dmf-header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-h);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#050816d9;transition:background .3s var(--ease-out)}.dmf-header__inner{max-width:1280px;margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.dmf-header__brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1rem;letter-spacing:-.01em;flex-shrink:0}.dmf-header__logo{border-radius:50%;object-fit:cover}.dmf-header__logo-placeholder{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--cyan),var(--purple));display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.dmf-header__brand-name em{font-style:normal;background:linear-gradient(90deg,var(--cyan),var(--purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dmf-header__nav{display:flex;align-items:center;gap:28px}.dmf-header__nav-link{font-size:.875rem;color:var(--text-muted);transition:color .2s;position:relative}.dmf-header__nav-link:hover,.dmf-header__nav-link.is-active{color:var(--text)}.dmf-header__nav-link.is-active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;border-radius:1px;background:linear-gradient(90deg,var(--cyan),var(--purple))}.dmf-header__actions{display:flex;align-items:center;gap:8px}.dmf-header__icon-btn{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);border:1px solid var(--border);transition:all .2s var(--ease-out);position:relative}.dmf-header__icon-btn:hover{color:var(--text);border-color:var(--border-hover);background:var(--bg-card-hover)}.dmf-header__cart-count{position:absolute;top:-4px;right:-4px;width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,var(--cyan),var(--blue));font-size:10px;font-weight:700;color:#000;display:flex;align-items:center;justify-content:center}.dmf-header__mobile-toggle{display:none;flex-direction:column;gap:5px;width:38px;height:38px;border-radius:10px;align-items:center;justify-content:center;border:1px solid var(--border)}.dmf-header__mobile-toggle span{display:block;width:18px;height:2px;background:var(--text-muted);border-radius:1px;transition:all .25s var(--ease-out)}.dmf-header__mobile-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.dmf-header__mobile-toggle.is-open span:nth-child(2){opacity:0}.dmf-header__mobile-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.dmf-mobile-nav{display:none;flex-direction:column;padding:16px 24px 20px;border-top:1px solid var(--border);background:#050816f7;max-height:0;overflow:hidden;transition:max-height .35s var(--ease-out),padding .35s var(--ease-out)}.dmf-mobile-nav.is-open{max-height:400px}.dmf-mobile-nav__link{padding:12px 0;font-size:1rem;font-weight:500;color:var(--text-muted);border-bottom:1px solid var(--border);transition:color .2s}.dmf-mobile-nav__link:last-child{border-bottom:none}.dmf-mobile-nav__link:hover{color:var(--text)}.dmf-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--radius-sm);font-weight:700;font-size:.9rem;transition:all .2s var(--ease-out);cursor:pointer;border:1px solid transparent;white-space:nowrap}.dmf-btn:active{transform:scale(.97)}.dmf-btn--primary{background:linear-gradient(135deg,var(--cyan),var(--blue));color:#000;border-color:transparent;box-shadow:0 8px 32px #22d3ee40}.dmf-btn--primary:hover{background:linear-gradient(135deg,#67e8f9,var(--cyan));box-shadow:0 12px 40px #22d3ee59}.dmf-btn--ghost{background:transparent;color:var(--text);border-color:var(--border)}.dmf-btn--ghost:hover{border-color:var(--border-hover);background:var(--bg-card-hover)}.dmf-btn--sm{padding:8px 16px;font-size:.8rem;border-radius:8px}.dmf-btn--lg{padding:16px 36px;font-size:1rem}.dmf-btn--full{width:100%}.dmf-btn:disabled{opacity:.5;cursor:not-allowed}.dmf-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.dmf-badge--cyan{background:var(--cyan-dim);border:1px solid rgba(34,211,238,.25);color:var(--cyan)}.dmf-badge--purple{background:var(--purple-dim);border:1px solid rgba(168,85,247,.25);color:var(--purple)}.dmf-badge--rose{background:var(--rose-dim);border:1px solid rgba(244,63,94,.25);color:var(--rose)}.dmf-badge__dot{width:6px;height:6px;border-radius:50%;background:currentColor;animation:dmf-pulse 2s ease-in-out infinite}.dmf-section-header{text-align:center;margin-bottom:56px;display:flex;flex-direction:column;align-items:center;gap:16px}.dmf-section-title{font-size:clamp(2rem,4vw,3rem);font-weight:900;letter-spacing:-.02em;line-height:1.1}.dmf-section-title em{font-style:normal;background:linear-gradient(90deg,var(--cyan),var(--purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dmf-section-subtitle{color:var(--text-muted);max-width:520px;font-size:1rem}.dmf-hero{min-height:100vh;padding-top:var(--header-h);display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1}.dmf-hero__inner{max-width:1280px;margin:0 auto;padding:60px 24px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.dmf-hero__copy{display:flex;flex-direction:column;gap:28px}.dmf-hero__headline{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;letter-spacing:-.03em;line-height:1.05}.dmf-hero__headline em{font-style:normal;background:linear-gradient(90deg,var(--cyan),var(--blue),var(--purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dmf-hero__subtext{color:var(--text-muted);font-size:1.1rem;max-width:480px;line-height:1.7}.dmf-hero__ctas{display:flex;flex-wrap:wrap;gap:12px}.dmf-hero__stats{display:flex;gap:32px}.dmf-hero__stat{display:flex;flex-direction:column;gap:2px}.dmf-hero__stat-value{font-size:1.75rem;font-weight:900;letter-spacing:-.02em;background:linear-gradient(90deg,var(--cyan),var(--purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dmf-hero__stat-label{font-size:.75rem;color:var(--text-faint)}.dmf-hero__portrait-wrap{position:relative;display:flex;justify-content:center;align-items:center}.dmf-hero__portrait-glow{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;border-radius:50%;background:radial-gradient(circle,rgba(34,211,238,.15),rgba(168,85,247,.1),transparent 70%);filter:blur(30px);animation:dmf-pulse 4s ease-in-out infinite}.dmf-hero__portrait-ring{position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:50%;border:1px solid rgba(34,211,238,.2);animation:dmf-pulse 3s ease-in-out infinite}.dmf-hero__portrait{width:380px;height:380px;border-radius:50%;object-fit:cover;position:relative;z-index:1;box-shadow:0 0 60px #22d3ee26,0 0 120px #a855f71a;border:2px solid rgba(34,211,238,.3)}.dmf-hero__portrait--placeholder{background:linear-gradient(135deg,var(--cyan-dim),var(--purple-dim));display:flex;align-items:center;justify-content:center;font-size:4rem}.dmf-hero__badge{position:absolute;z-index:2;background:var(--bg-2);border-radius:var(--radius-sm);padding:10px 16px;display:flex;flex-direction:column;gap:2px;box-shadow:0 8px 32px #0006}.dmf-hero__badge--top{top:0;left:-20px;border:1px solid rgba(168,85,247,.3)}.dmf-hero__badge--bottom{bottom:0;right:-20px;border:1px solid rgba(34,211,238,.3)}.dmf-hero__badge-label{font-size:.65rem;color:var(--text-faint);text-transform:uppercase;letter-spacing:.05em}.dmf-hero__badge-value{font-size:1.1rem;font-weight:800;color:var(--text)}.dmf-hero__badge--bottom .dmf-hero__badge-value{background:linear-gradient(90deg,var(--cyan),var(--blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.5rem}.dmf-hero__scroll-hint{position:absolute;bottom:32px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:6px;font-size:.7rem;color:var(--text-faint);letter-spacing:.05em;animation:dmf-bounce 2s ease-in-out infinite}@keyframes dmf-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}.dmf-categories{padding:100px 24px;position:relative;z-index:1;max-width:1280px;margin:0 auto}.dmf-categories__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.dmf-cat-card{display:flex;flex-direction:column;gap:10px;padding:28px;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg-card);transition:all .3s var(--ease-out);position:relative;overflow:hidden}.dmf-cat-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;opacity:0;transition:opacity .3s}.dmf-cat-card:hover{transform:translateY(-4px);border-color:var(--border-hover);background:var(--bg-card-hover)}.dmf-cat-card__icon{font-size:2.5rem;line-height:1}.dmf-cat-card__name{font-size:1.1rem;font-weight:700}.dmf-cat-card__desc{font-size:.875rem;color:var(--text-muted);line-height:1.6;flex:1}.dmf-cat-card__cta{font-size:.8rem;font-weight:600;margin-top:8px;transition:gap .2s}.dmf-cat-card--cyan{border-color:#22d3ee33}.dmf-cat-card--cyan:hover{border-color:#22d3ee66;box-shadow:0 16px 48px #22d3ee1a}.dmf-cat-card--cyan .dmf-cat-card__cta{color:var(--cyan)}.dmf-cat-card--purple{border-color:#a855f733}.dmf-cat-card--purple:hover{border-color:#a855f766;box-shadow:0 16px 48px #a855f71a}.dmf-cat-card--purple .dmf-cat-card__cta{color:var(--purple)}.dmf-cat-card--emerald{border-color:#10b98133}.dmf-cat-card--emerald:hover{border-color:#10b98166;box-shadow:0 16px 48px #10b9811a}.dmf-cat-card--emerald .dmf-cat-card__cta{color:var(--emerald)}.dmf-cat-card--orange{border-color:#f9731633}.dmf-cat-card--orange:hover{border-color:#f9731666;box-shadow:0 16px 48px #f973161a}.dmf-cat-card--orange .dmf-cat-card__cta{color:var(--orange)}.dmf-cat-card--rose{border-color:#f43f5e33}.dmf-cat-card--rose:hover{border-color:#f43f5e66;box-shadow:0 16px 48px #f43f5e1a}.dmf-cat-card--rose .dmf-cat-card__cta{color:var(--rose)}.dmf-cat-card--indigo{border-color:#6366f133}.dmf-cat-card--indigo:hover{border-color:#6366f166;box-shadow:0 16px 48px #6366f11a}.dmf-cat-card--indigo .dmf-cat-card__cta{color:var(--indigo)}.dmf-cat-card--amber{border-color:#f59e0b33}.dmf-cat-card--amber:hover{border-color:#f59e0b66;box-shadow:0 16px 48px #f59e0b1a}.dmf-cat-card--amber .dmf-cat-card__cta{color:var(--amber)}.dmf-featured{padding:100px 24px;position:relative;z-index:1;max-width:1280px;margin:0 auto}.dmf-featured__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.dmf-product-card{border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);background:var(--bg-card);transition:all .3s var(--ease-out);position:relative;display:flex;flex-direction:column}.dmf-product-card:hover{transform:translateY(-4px);border-color:var(--border-hover);box-shadow:0 20px 60px #0000004d}.dmf-product-card__image-wrap{position:relative;aspect-ratio:1;overflow:hidden}.dmf-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease-out)}.dmf-product-card:hover .dmf-product-card__image{transform:scale(1.05)}.dmf-product-card__image--placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--bg-2),rgba(34,211,238,.05));display:flex;align-items:center;justify-content:center;font-size:3rem;color:var(--text-faint)}.dmf-product-card__badge{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,var(--rose),#ff6b6b);color:#fff;font-size:.7rem;font-weight:700;padding:3px 8px;border-radius:6px}.dmf-product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#050816b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s var(--ease-out)}.dmf-product-card:hover .dmf-product-card__overlay{opacity:1}.dmf-product-card__info{padding:16px;display:flex;flex-direction:column;gap:4px;flex:1}.dmf-product-card__vendor{font-size:.7rem;color:var(--text-faint);text-transform:uppercase;letter-spacing:.05em}.dmf-product-card__title{font-size:.95rem;font-weight:600;line-height:1.4}.dmf-product-card__price{display:flex;align-items:center;gap:8px;margin-top:4px}.dmf-product-card__price--current{font-weight:700;font-size:1rem;color:var(--cyan)}.dmf-product-card__price--compare{font-size:.85rem;color:var(--text-faint);text-decoration:line-through}.dmf-featured__cta{text-align:center;margin-top:48px}.dmf-trust{padding:80px 24px;position:relative;z-index:1;background:linear-gradient(180deg,transparent,rgba(34,211,238,.03),transparent)}.dmf-trust__grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px}.dmf-trust__item{text-align:center;padding:32px 24px;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);transition:all .3s var(--ease-out)}.dmf-trust__item:hover{border-color:var(--border-hover);background:var(--bg-card-hover);transform:translateY(-2px)}.dmf-trust__icon{font-size:2.5rem;margin-bottom:16px}.dmf-trust__title{font-size:1rem;font-weight:700;margin-bottom:8px}.dmf-trust__desc{font-size:.875rem;color:var(--text-muted);line-height:1.6}.dmf-about{padding:100px 24px;position:relative;z-index:1}.dmf-about__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.dmf-about__portrait-wrap{position:relative;display:flex;justify-content:center}.dmf-about__portrait-glow{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;border-radius:var(--radius-lg);background:radial-gradient(circle,rgba(34,211,238,.12),rgba(168,85,247,.08),transparent 70%);filter:blur(40px)}.dmf-about__portrait{position:relative;z-index:1;width:340px;height:340px;border-radius:var(--radius-lg);object-fit:cover;border:1px solid var(--border);box-shadow:0 32px 80px #0006}.dmf-about__portrait--placeholder{background:linear-gradient(135deg,var(--cyan-dim),var(--purple-dim));display:flex;align-items:center;justify-content:center;font-size:4rem}.dmf-about__copy{display:flex;flex-direction:column;gap:24px}.dmf-about__headline{font-size:clamp(2rem,3.5vw,3rem);font-weight:900;letter-spacing:-.02em;line-height:1.1}.dmf-about__headline em{font-style:normal;background:linear-gradient(90deg,var(--cyan),var(--purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dmf-about__body p{color:var(--text-muted);line-height:1.8;font-size:1rem;margin-bottom:16px}.dmf-about__tags{display:flex;flex-wrap:wrap;gap:8px}.dmf-tag{padding:5px 12px;border-radius:999px;background:var(--bg-card);border:1px solid var(--border);font-size:.8rem;color:var(--text-muted)}.dmf-tag--amber{background:var(--amber-dim);border-color:#f59e0b4d;color:var(--amber)}.dmf-cta-banner{padding:100px 24px;position:relative;z-index:1}.dmf-cta-banner__inner{max-width:800px;margin:0 auto;text-align:center;padding:64px 48px;border-radius:var(--radius-lg);border:1px solid rgba(34,211,238,.2);background:linear-gradient(135deg,#22d3ee0a,#a855f70a);position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:24px}.dmf-cta-banner__top-line{position:absolute;top:0;left:50%;transform:translate(-50%);width:200px;height:1px;background:linear-gradient(90deg,transparent,rgba(34,211,238,.5),transparent)}.dmf-cta-banner__bottom-line{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:200px;height:1px;background:linear-gradient(90deg,transparent,rgba(168,85,247,.5),transparent)}.dmf-cta-banner__icon{font-size:3rem}.dmf-cta-banner__headline{font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:900;letter-spacing:-.02em;line-height:1.15}.dmf-cta-banner__subtext{color:var(--text-muted);font-size:1.1rem;max-width:500px;line-height:1.7}.dmf-footer{border-top:1px solid var(--border);padding:60px 24px 32px;position:relative;z-index:1}.dmf-footer__inner{max-width:1280px;margin:0 auto}.dmf-footer__top{display:flex;justify-content:space-between;gap:48px;margin-bottom:48px;flex-wrap:wrap}.dmf-footer__brand{display:flex;flex-direction:column;gap:12px;max-width:280px}.dmf-footer__tagline{font-size:.875rem;color:var(--text-muted);line-height:1.6}.dmf-footer__links{display:flex;gap:48px}.dmf-footer__col{display:flex;flex-direction:column;gap:12px}.dmf-footer__col-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-faint)}.dmf-footer__link{font-size:.875rem;color:var(--text-muted);transition:color .2s}.dmf-footer__link:hover{color:var(--text)}.dmf-footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;padding-top:24px;border-top:1px solid var(--border)}.dmf-footer__copy{font-size:.8rem;color:var(--text-faint)}.dmf-footer__legal{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--text-faint)}.dmf-product-page{padding:calc(var(--header-h) + 48px) 24px 80px;max-width:1280px;margin:0 auto;position:relative;z-index:1}.dmf-product-page__inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.dmf-product-page__gallery{display:flex;flex-direction:column;gap:12px}.dmf-product-page__main-image{border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);aspect-ratio:1}.dmf-product-page__main-image img{width:100%;height:100%;object-fit:cover}.dmf-product-page__thumbnails{display:flex;gap:8px;flex-wrap:wrap}.dmf-product-page__thumb{width:72px;height:72px;border-radius:10px;overflow:hidden;border:2px solid var(--border);transition:border-color .2s;flex-shrink:0}.dmf-product-page__thumb.is-active{border-color:var(--cyan)}.dmf-product-page__thumb img{width:100%;height:100%;object-fit:cover}.dmf-product-page__info{display:flex;flex-direction:column;gap:20px}.dmf-product-page__vendor{font-size:.75rem;color:var(--text-faint);text-transform:uppercase;letter-spacing:.06em}.dmf-product-page__title{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;letter-spacing:-.01em;line-height:1.2}.dmf-product-page__price{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.dmf-product-page__price--current{font-size:1.75rem;font-weight:800;color:var(--cyan)}.dmf-product-page__price--compare{font-size:1.1rem;color:var(--text-faint);text-decoration:line-through}.dmf-product-page__option-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:8px;display:block}.dmf-product-page__option-values{display:flex;flex-wrap:wrap;gap:8px}.dmf-option-btn{padding:8px 16px;border-radius:8px;border:1px solid var(--border);background:var(--bg-card);font-size:.875rem;font-weight:500;color:var(--text-muted);transition:all .2s}.dmf-option-btn:hover,.dmf-option-btn.is-active{border-color:var(--cyan);color:var(--cyan);background:var(--cyan-dim)}.dmf-qty{display:flex;align-items:center;gap:0;border:1px solid var(--border);border-radius:10px;overflow:hidden;width:fit-content}.dmf-qty__btn{width:40px;height:40px;font-size:1.2rem;color:var(--text-muted);transition:all .2s;background:var(--bg-card)}.dmf-qty__btn:hover{background:var(--bg-card-hover);color:var(--text)}.dmf-qty__input{width:56px;height:40px;text-align:center;background:transparent;border:none;color:var(--text);font-size:.95rem;font-weight:600;-moz-appearance:textfield}.dmf-qty__input::-webkit-outer-spin-button,.dmf-qty__input::-webkit-inner-spin-button{-webkit-appearance:none}.dmf-product-page__trust{display:flex;flex-direction:column;gap:8px;padding:16px;border-radius:var(--radius-sm);background:var(--bg-card);border:1px solid var(--border);font-size:.875rem;color:var(--text-muted)}.dmf-product-page__description{color:var(--text-muted);line-height:1.8;font-size:.95rem}.dmf-product-page__description h1,.dmf-product-page__description h2,.dmf-product-page__description h3{color:var(--text);margin:16px 0 8px}.dmf-collection-page{padding:calc(var(--header-h) + 48px) 24px 80px;max-width:1280px;margin:0 auto;position:relative;z-index:1}.dmf-collection-page__header{margin-bottom:48px}.dmf-collection-page__title{font-size:clamp(2rem,4vw,3rem);font-weight:900;letter-spacing:-.02em;margin-bottom:12px}.dmf-collection-page__desc{color:var(--text-muted);margin-bottom:8px}.dmf-collection-page__count{font-size:.875rem;color:var(--text-faint)}.dmf-cart-page{padding:calc(var(--header-h) + 48px) 24px 80px;max-width:900px;margin:0 auto;position:relative;z-index:1}.dmf-cart-page__title{font-size:2rem;font-weight:900;margin-bottom:40px}.dmf-cart-page__empty{text-align:center;padding:80px 24px;display:flex;flex-direction:column;align-items:center;gap:16px}.dmf-cart-page__empty-icon{font-size:4rem}.dmf-cart-page__empty h2{font-size:1.5rem;font-weight:700}.dmf-cart-page__empty p{color:var(--text-muted)}.dmf-cart-page__form{display:grid;grid-template-columns:1fr 320px;gap:40px;align-items:start}.dmf-cart-item{display:grid;grid-template-columns:80px 1fr auto auto;gap:16px;align-items:center;padding:20px 0;border-bottom:1px solid var(--border)}.dmf-cart-item__image-wrap img{width:80px;height:80px;object-fit:cover;border-radius:10px;border:1px solid var(--border)}.dmf-cart-item__title{font-weight:600;margin-bottom:4px}.dmf-cart-item__variant{font-size:.8rem;color:var(--text-faint)}.dmf-cart-item__price{font-size:.875rem;color:var(--text-muted)}.dmf-cart-item__total{font-weight:700;color:var(--cyan)}.dmf-cart-page__summary{padding:28px;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);display:flex;flex-direction:column;gap:16px;position:sticky;top:calc(var(--header-h) + 24px)}.dmf-cart-page__subtotal{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:700}.dmf-cart-page__note{font-size:.8rem;color:var(--text-faint)}.dmf-page{padding:calc(var(--header-h) + 60px) 24px 80px;max-width:800px;margin:0 auto;position:relative;z-index:1}.dmf-page__title{font-size:2.5rem;font-weight:900;margin-bottom:32px}.dmf-page__content{color:var(--text-muted);line-height:1.8}.dmf-page__content h2{color:var(--text);font-size:1.5rem;margin:32px 0 12px}.dmf-page__content p{margin-bottom:16px}.dmf-page__content a{color:var(--cyan)}.dmf-404{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;position:relative;z-index:1}.dmf-404__inner{text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px}.dmf-404__icon{font-size:4rem;color:var(--text-faint)}.dmf-404__title{font-size:3rem;font-weight:900}.dmf-404__desc{color:var(--text-muted);max-width:400px}.dmf-pagination{text-align:center;margin-top:48px}.dmf-pagination a,.dmf-pagination span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;margin:0 4px;border:1px solid var(--border);font-size:.875rem;font-weight:600;transition:all .2s}.dmf-pagination a:hover{border-color:var(--cyan);color:var(--cyan)}.dmf-pagination .current{background:linear-gradient(135deg,var(--cyan),var(--blue));color:#000;border-color:transparent}@media(max-width:1024px){.dmf-hero__inner{grid-template-columns:1fr;text-align:center}.dmf-hero__copy{align-items:center}.dmf-hero__portrait-wrap{order:-1}.dmf-hero__portrait{width:280px;height:280px}.dmf-about__inner{grid-template-columns:1fr;text-align:center}.dmf-about__copy{align-items:center}.dmf-product-page__inner,.dmf-cart-page__form{grid-template-columns:1fr}}@media(max-width:768px){.dmf-header__nav{display:none}.dmf-header__mobile-toggle,.dmf-mobile-nav{display:flex}.dmf-hero__stats{gap:20px}.dmf-categories__grid,.dmf-featured__grid,.dmf-trust__grid{grid-template-columns:1fr 1fr}.dmf-footer__top{flex-direction:column}.dmf-footer__bottom{flex-direction:column;text-align:center}.dmf-cta-banner__inner{padding:40px 24px}}@media(max-width:480px){.dmf-categories__grid,.dmf-featured__grid,.dmf-trust__grid{grid-template-columns:1fr}.dmf-hero__ctas{flex-direction:column;width:100%}.dmf-hero__ctas .dmf-btn{width:100%;justify-content:center}.dmf-cart-item{grid-template-columns:60px 1fr}.dmf-cart-item__qty,.dmf-cart-item__total{grid-column:2}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
