*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:"Inter",var(--font-body),-apple-system,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.7;font-weight:400;display:flex;flex-direction:column;min-height:100vh}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin);width:100%}img{display:block;max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{font-family:"Inter",var(--font-heading);font-weight:800;line-height:1.12;letter-spacing:-.02em;color:#fff}::selection{background:var(--color-accent);color:#0d1117}.announcement-bar{background:var(--color-accent);color:#0d1117;text-align:center;padding:8px var(--page-margin);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.site-header{border-bottom:1px solid var(--color-border);background:#0d1117eb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);position:sticky;top:0;z-index:100}.site-header .page-width{display:flex;align-items:center;justify-content:space-between;padding-top:16px;padding-bottom:16px}.brand-logo{font-family:"Inter",var(--font-heading);font-size:1.3rem;font-weight:800;color:#fff;text-decoration:none;letter-spacing:-.01em;display:flex;align-items:center;gap:6px}.brand-logo__icon{color:var(--color-accent);font-size:1.1rem}.brand-logo:hover{opacity:.85}.site-nav{display:flex;align-items:center;gap:28px}.site-nav a{color:var(--color-muted);text-decoration:none;font-size:.82rem;font-weight:600;transition:color .2s}.site-nav a:hover{color:#fff}.site-nav__primary{color:var(--color-accent)!important;font-weight:700!important}.cart-link{display:flex;align-items:center;gap:4px;position:relative;color:var(--color-muted)!important}.cart-link:hover{color:var(--color-accent)!important}.cart-count:not(:empty){position:absolute;top:-6px;right:-10px;background:var(--color-accent);color:#0d1117;font-size:.58rem;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800}.cart-dot{position:absolute;top:-2px;right:-6px;width:8px;height:8px;border-radius:50%;background:var(--color-accent);box-shadow:0 0 6px #0f86}.pf-hero{padding:100px 0 48px;text-align:center;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(0,255,136,.06),transparent)}.pf-hero__inner{max-width:900px;margin:0 auto}.pf-hero__animate{min-height:220px;margin-bottom:20px}.pf-hero__line{font-family:"Inter",var(--font-heading);font-size:5.2rem;font-weight:800;line-height:.8;letter-spacing:-.03em;white-space:pre-line;animation:pfFadeIn .6s ease,pfTextTwinkle 3.5s ease-in-out .6s infinite;background:linear-gradient(135deg,var(--color-accent),var(--color-accent-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;will-change:opacity,filter}@keyframes pfFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes pfNeonPulse{0%,to{opacity:1;filter:brightness(1)}50%{opacity:.7;filter:brightness(.7)}}.pf-hero__sub{font-size:1.1rem;color:var(--color-muted);max-width:540px;margin:0 auto 36px;font-weight:400}.pf-hero__actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.pf-hero__brands{margin-top:72px;padding-top:40px;border-top:1px solid var(--color-border)}.pf-hero__brands-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.14em;color:var(--color-muted);display:block;margin-bottom:14px}.pf-hero__brands-row{display:flex;gap:32px;justify-content:center;flex-wrap:wrap}.pf-hero__brand-item{font-size:.85rem;color:var(--color-muted);font-weight:600;opacity:.5}.pf-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 44px;border-radius:8px;font-size:.88rem;font-weight:700;text-decoration:none;letter-spacing:.02em;transition:all .25s;cursor:pointer;min-width:220px;text-align:center}.pf-btn--primary{background:var(--color-accent);color:#0d1117}.pf-btn--primary:hover{transform:translateY(-1px);background:#00cc6e;box-shadow:0 4px 16px #0f83}.pf-btn--ghost{background:var(--color-accent-light);color:#0d1117}.pf-btn--ghost:hover{transform:translateY(-1px);box-shadow:0 4px 16px #ffd70033}.pf-btn--large{padding:20px 56px;font-size:1rem}.pf-stats{margin-top:-1px}.pf-stats__grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.pf-stats__item{text-align:center;padding:36px 20px;border-right:1px solid var(--color-border)}.pf-stats__item:last-child{border-right:none}.pf-stats__num{display:block;font-family:"Inter",var(--font-heading);font-size:2rem;font-weight:800;color:var(--color-accent);margin-bottom:4px}.pf-stats__label{font-size:.72rem;color:var(--color-muted);font-weight:600;text-transform:uppercase;letter-spacing:.08em}.pf-features{padding:100px 0 80px}.pf-features__title{text-align:center;font-size:2.4rem;margin-bottom:60px;color:#fff}.pf-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pf-features__card{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius);padding:32px 28px;text-align:center;transition:transform .25s,border-color .25s,box-shadow .25s}.pf-features__card:hover{transform:translateY(-6px);border-color:var(--color-accent);box-shadow:0 4px 20px #00ff8814}.pf-features__icon{font-size:2rem;margin-bottom:14px}.pf-features__card h3{font-size:1.05rem;margin-bottom:8px;color:#fff;font-weight:700}.pf-features__card p{font-size:.85rem;color:var(--color-muted);line-height:1.6}.social-proof{padding:100px 0;border-top:1px solid var(--color-border)}.social-proof__inner{text-align:center}.social-proof__label{font-size:.7rem;text-transform:uppercase;letter-spacing:.2em;color:var(--color-accent);font-weight:700;margin-bottom:12px}.social-proof__title{font-size:2.2rem;margin-bottom:56px;color:#fff}.social-proof__testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.social-proof__card{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius);padding:32px 24px;text-align:left;transition:transform .2s}.social-proof__card:hover{transform:translateY(-3px);border-color:var(--color-accent)}.social-proof__stars{color:var(--color-accent-light);font-size:.85rem;letter-spacing:.12em;margin-bottom:14px}.social-proof__quote{font-size:.95rem;line-height:1.7;color:var(--color-text);font-style:italic;margin-bottom:16px}.social-proof__author{font-size:.75rem;color:var(--color-muted);font-weight:700}.pf-cta{padding:100px 0;text-align:center;background:radial-gradient(ellipse 60% 60% at 50% 100%,rgba(0,255,136,.05),transparent);border-top:1px solid var(--color-border)}.pf-cta__inner{max-width:560px;margin:0 auto}.pf-cta__inner h2{font-size:2.6rem;margin-bottom:14px}.pf-cta__inner p{color:var(--color-muted);margin-bottom:36px;font-size:1.05rem}.pf-cta__trust{display:flex;gap:28px;justify-content:center;margin-top:28px;flex-wrap:wrap}.pf-cta__trust span{font-size:.8rem;color:var(--color-muted);font-weight:600}.design-lab{min-height:calc(100vh - 160px)}.design-lab__layout{display:grid;grid-template-columns:1fr 380px;gap:0;max-width:1200px;margin:0 auto}.design-lab__canvas-panel{padding:32px;display:flex;flex-direction:column;align-items:center;border-right:1px solid var(--color-border)}.design-lab__canvas-wrap{position:relative;background:#fff;box-shadow:0 8px 32px #0000004d;border-radius:4px;margin-bottom:20px}.design-lab__canvas-wrap canvas{display:block;border-radius:4px}.design-lab__hint{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#999;font-size:1rem;pointer-events:none}.design-lab__tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center}.tool-btn{width:42px;height:42px;border:2px solid var(--color-border);background:var(--color-card);color:var(--color-text);border-radius:8px;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:all .15s}.tool-btn:hover{border-color:var(--color-accent)}.tool-btn.active{background:var(--color-accent);color:#0d1117;border-color:var(--color-accent)}.tool-color{width:42px;height:42px;border:2px solid var(--color-border);border-radius:8px;cursor:pointer;padding:2px;background:var(--color-card)}.tool-slider{width:80px;accent-color:var(--color-accent)}.tool-label{font-size:.75rem;color:var(--color-muted);min-width:28px}.design-lab__product-panel{padding:32px 28px;display:flex;flex-direction:column;gap:20px}.design-lab__title{font-size:1.5rem;margin-bottom:2px}.design-lab__subtitle{font-size:.85rem;color:var(--color-muted);margin-bottom:4px;margin-top:-14px}.design-lab__product-selector label,.design-lab__colors label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-muted);font-weight:700;margin-bottom:8px}.design-lab__product-selector select{width:100%;padding:10px 14px;border:1px solid var(--color-border);border-radius:var(--radius);font-family:"Inter",var(--font-body);font-size:.9rem;background:var(--color-card);color:var(--color-text)}.color-swatches{display:flex;gap:10px}.swatch{width:32px;height:32px;border-radius:50%;cursor:pointer;border:2px solid var(--color-border);transition:all .15s}.swatch:hover{transform:scale(1.15);border-color:#fff}.swatch.active{border-color:var(--color-accent);box-shadow:0 0 6px #00ff8840}.design-lab__preview{min-height:160px;background:var(--color-card);border:1px dashed var(--color-border);border-radius:var(--radius);display:flex;align-items:center;justify-content:center}.preview-placeholder{text-align:center;color:var(--color-muted);font-size:.85rem}.design-lab__actions{display:flex;flex-direction:column;gap:10px}.design-lab__btn{width:100%;padding:15px;border:none;border-radius:var(--radius);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;transition:all .25s}.design-lab__btn--preview{background:var(--color-card);color:#fff;border:2px solid var(--color-border)}.design-lab__btn--preview:hover{border-color:var(--color-accent);color:var(--color-accent)}.design-lab__btn--cart{background:var(--color-accent);color:#0d1117}.design-lab__btn--cart:hover{background:#00cc6e;box-shadow:0 4px 16px #0f83}.design-lab__btn--cart:disabled{background:var(--color-border);color:var(--color-muted);box-shadow:none;cursor:not-allowed}.design-lab__note{font-size:.78rem;color:var(--color-muted);line-height:1.7}.design-lab__note--small{font-size:.7rem;margin-top:4px}.design-lab__note a{color:var(--color-accent)}.page-default{padding:60px 0}.page-default h1{font-size:2.2rem;margin-bottom:20px}.page-default__content{color:var(--color-muted);line-height:1.9}.page-default__content p{margin-bottom:12px}.product-main{padding:80px 0}.product-main__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-main__image{aspect-ratio:1;object-fit:cover;border-radius:var(--radius)}.product-main__vendor{font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;color:var(--color-accent);font-weight:700;margin-bottom:8px}.product-main__title{font-size:2.6rem;margin-bottom:12px}.product-main__price{font-size:1.5rem;font-weight:700;color:var(--color-accent);margin-bottom:24px}.product-main__desc{font-size:1rem;line-height:1.8;color:var(--color-muted);margin-bottom:32px}.product-main__form{border-top:1px solid var(--color-border);padding-top:24px}.product-main__variant{margin-bottom:16px}.product-main__variant label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;margin-bottom:8px;color:var(--color-muted)}.product-main__variant select{width:100%;max-width:300px;padding:10px 14px;border:1px solid var(--color-border);border-radius:var(--radius);font-family:"Inter",var(--font-body);font-size:.9rem;background:var(--color-card);color:var(--color-text)}.product-main__add{display:inline-flex;align-items:center;gap:8px;padding:16px 44px;background:var(--color-accent);color:#0d1117;border:none;border-radius:var(--radius);font-size:.88rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;transition:all .25s}.product-main__add:hover{background:#00cc6e;box-shadow:0 4px 16px #0f83}.collection-header{text-align:center;padding:80px 0 40px}.collection-header__title{font-size:2.8rem;margin-bottom:12px}.collection-header__desc{font-size:1rem;color:var(--color-muted);max-width:500px;margin:0 auto}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:28px;padding:0 0 80px}.product-card{text-decoration:none;color:var(--color-text);transition:transform .2s}.product-card:hover{transform:translateY(-4px)}.product-card__image{aspect-ratio:3/4;object-fit:cover;border-radius:var(--radius);margin-bottom:14px;background:var(--color-card)}.product-card__title{font-size:1.2rem;margin-bottom:4px;color:#fff}.product-card__price{color:var(--color-accent);font-weight:700}.cart-page{padding:80px 0}.cart-page h1{font-size:2.2rem;margin-bottom:40px;text-align:center}.cart-empty{text-align:center;padding:80px 0}.cart-empty p{color:var(--color-muted);margin-bottom:24px}.cart-empty a{color:var(--color-accent);text-decoration:none;font-weight:700}.site-footer{padding:80px 0 40px;border-top:1px solid var(--color-border)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.footer-brand h3{font-size:1.25rem;margin-bottom:8px;display:flex;align-items:center;gap:6px;white-space:nowrap}.footer-brand p{color:var(--color-muted);font-size:.85rem;max-width:240px}.footer-links h4{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:#fff;margin-bottom:14px;font-weight:800}.footer-links a{display:block;color:var(--color-muted);text-decoration:none;font-size:.85rem;margin-bottom:8px;transition:color .2s}.footer-links a:hover{color:var(--color-accent)}.footer-copy{color:var(--color-muted);font-size:.78rem;margin-top:12px}@media(max-width:768px){.pf-hero{padding:56px 0 32px}.pf-hero__animate{min-height:150px}.pf-hero__line{font-size:3.6rem;line-height:.8}.pf-hero__sub{font-size:.95rem}.pf-stats__grid{grid-template-columns:repeat(2,1fr)}.pf-stats__item:nth-child(2){border-right:none}.pf-stats__num{font-size:1.4rem}.pf-features__grid{grid-template-columns:1fr}.pf-features__title{font-size:1.8rem}.social-proof__testimonials{grid-template-columns:1fr}.pf-cta__inner h2{font-size:2rem}.pf-btn{min-width:0;width:100%}.design-lab__layout{grid-template-columns:1fr}.design-lab__canvas-panel{border-right:none;border-bottom:1px solid var(--color-border);padding:16px}.design-lab__product-panel{padding:20px 16px}.product-main__grid{grid-template-columns:1fr;gap:28px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:24px}.footer-brand{grid-column:span 2}.site-nav{gap:16px}.site-nav a{font-size:.75rem}}.highdeep-brand{--color-bg: #FDF6FA;--color-text: #1A1230;--color-card: rgba(255, 255, 255, .78);--color-border: rgba(124, 58, 237, .16);--color-muted: #5B4A6E;--color-accent: #7C3AED;--color-accent-light: #06B6D4;--hd-pink: #EC4899;--hd-cyan: #06B6D4;--hd-purple: #7C3AED;background-color:var(--color-bg);background-size:cover;background-position:center top;background-attachment:fixed;background-repeat:no-repeat;color:var(--color-text)}.highdeep-brand h1,.highdeep-brand h2,.highdeep-brand h3,.highdeep-brand h4,.highdeep-brand h5,.highdeep-brand h6,.highdeep-brand .pf-features__card h3,.highdeep-brand .product-card__title,.highdeep-brand .footer-links h4,.highdeep-brand .pf-features__title,.highdeep-brand .social-proof__title,.highdeep-brand .collection-header__title,.highdeep-brand .product-main__title,.highdeep-brand .page-default h1,.highdeep-brand .cart-page h1,.highdeep-brand .brand-logo,.highdeep-brand .site-nav a{color:var(--color-text)}.highdeep-brand .site-header{background:#ffffffb8;border-bottom:1px solid var(--color-border);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.highdeep-brand .site-nav a:hover{color:var(--color-accent)}.highdeep-brand .site-nav__primary{color:var(--hd-pink)!important}.highdeep-brand .cart-link:hover{color:var(--color-accent)!important}.highdeep-brand .pf-hero{background:none}.highdeep-brand .pf-hero__brands{border-top:1px solid var(--color-border)}.highdeep-brand .pf-hero__brands-label,.highdeep-brand .pf-hero__brand-item{color:var(--color-text);font-weight:800}.highdeep-brand .pf-hero__brand-item{opacity:.9}.highdeep-brand .pf-hero__brand-item:hover{opacity:1}.highdeep-brand .pf-hero__line{background:linear-gradient(135deg,var(--hd-purple),var(--hd-pink),var(--hd-cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:pfFadeIn .6s ease,pfTextTwinkle 3.5s ease-in-out .6s infinite}.highdeep-brand .pf-hero__sub{color:var(--color-text);display:inline-block}.highdeep-brand .pf-btn--primary{background:linear-gradient(135deg,var(--hd-purple),var(--hd-pink));color:#fff;box-shadow:0 4px 16px #7c3aed40}.highdeep-brand .pf-btn--primary:hover{background:linear-gradient(135deg,#6d28d9,#db2777);box-shadow:0 6px 22px #7c3aed59}.highdeep-brand .pf-btn--ghost{background:#fff9;color:var(--hd-purple);border:1px solid var(--color-border)}.highdeep-brand .pf-btn--ghost:hover{background:#ffffffe6;color:var(--hd-pink)}.highdeep-brand .pf-features__card,.highdeep-brand .social-proof__card,.highdeep-brand .product-card__image,.highdeep-brand .product-main__variant select,.highdeep-brand .design-lab__canvas-wrap,.highdeep-brand .design-lab__preview{background:var(--color-card);border:1px solid var(--color-border);box-shadow:0 4px 20px #7c3aed0f}.highdeep-brand .pf-features__card:hover,.highdeep-brand .social-proof__card:hover{border-color:var(--hd-pink);box-shadow:0 8px 28px #ec48991f}.highdeep-brand .pf-features__card p{color:var(--color-text)}.highdeep-brand .product-card__price{color:var(--hd-pink)}.highdeep-brand .product-main__vendor{color:var(--hd-purple)}.highdeep-brand .product-main__price{color:var(--hd-pink)}.highdeep-brand .product-main__desc{color:var(--color-muted)}.highdeep-brand .product-main__add{background:linear-gradient(135deg,var(--hd-purple),var(--hd-pink));color:#fff;box-shadow:0 4px 16px #7c3aed40}.highdeep-brand .product-main__add:hover{background:linear-gradient(135deg,#6d28d9,#db2777);box-shadow:0 6px 22px #7c3aed59}.highdeep-brand .pf-cta{background:none;border-top:1px solid var(--color-border)}.highdeep-brand .pf-cta__inner p{color:var(--color-muted)}.highdeep-brand .pf-stats__grid{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.highdeep-brand .pf-stats__item{border-right:1px solid var(--color-border)}.highdeep-brand .pf-stats__num,.highdeep-brand .pf-stats__label{color:var(--color-text)}.highdeep-brand .pf-stats__num{font-weight:800}.highdeep-brand .pf-stats__label{font-weight:700}.highdeep-brand .social-proof__label{color:var(--hd-pink)}.highdeep-brand .social-proof__quote{color:var(--color-text)}.highdeep-brand .social-proof__author{color:var(--color-muted)}.highdeep-brand .social-proof__stars{color:var(--hd-cyan)}.highdeep-brand .site-footer{background:#ffffff8c;border-top:1px solid var(--color-border);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.highdeep-brand .footer-brand p,.highdeep-brand .footer-links a,.highdeep-brand .footer-copy{color:var(--color-muted)}.highdeep-brand .footer-links a:hover{color:var(--hd-pink)}.highdeep-brand .collection-header__desc,.highdeep-brand .page-default__content,.highdeep-brand .cart-empty p{color:var(--color-muted)}.highdeep-brand .cart-empty a{color:var(--hd-pink)}.highdeep-brand .announcement-bar{background:linear-gradient(90deg,var(--hd-purple),var(--hd-pink),var(--hd-cyan));color:#fff}@media(max-width:768px){.highdeep-brand .pf-btn{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
