:root{--font-display:Copperplate,Copperplate Gothic Bold,Copperplate Gothic Light,serif;--font-body:"DM Sans",sans-serif;--color-coral:#e8806a;--color-coral-light:#f0a090;--color-sky:#89c4e1;--color-sky-light:#b8ddf0;--color-bg:#f8f9fc;--color-surface:#fff;--color-surface-2:#f0f2f8;--color-border:rgba(0,0,0,.08);--color-border-strong:rgba(0,0,0,.12);--color-text:#1a1a2e;--color-text-muted:#6b7280;--color-text-light:#9ca3af;--text-xs:clamp(.75rem,.7rem + .25vw,.875rem);--text-sm:clamp(.875rem,.8rem + .35vw,1rem);--text-base:clamp(1rem,.95rem + .25vw,1.125rem);--text-lg:clamp(1.125rem,1rem + .75vw,1.5rem);--text-xl:clamp(1.5rem,1.2rem + 1.25vw,2.25rem);--text-2xl:clamp(2rem,1.2rem + 2.5vw,3.5rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-3xl:2rem;--radius-full:9999px;--transition:.2s cubic-bezier(.16,1,.3,1);--transition-slow:.4s cubic-bezier(.16,1,.3,1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);font-size:var(--text-base);background:var(--color-bg);color:var(--color-text);line-height:1.6;min-height:100dvh;position:relative;z-index:1}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 10% 0%,rgba(232,128,106,.07) 0,transparent 60%),radial-gradient(ellipse 60% 50% at 90% 100%,rgba(137,196,225,.08) 0,transparent 60%);pointer-events:none;z-index:0}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}img{max-width:100%;display:block}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.15;color:var(--color-text)}p{max-width:68ch}.container{max-width:1200px;margin:0 auto;padding-inline:var(--space-6)}.gradient-text{background:linear-gradient(135deg,var(--color-coral) 0,var(--color-sky) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.badge{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:#e8806a1a;border:1px solid rgba(232,128,106,.2);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:700;color:var(--color-coral);letter-spacing:.06em;text-transform:uppercase}.btn{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);border-radius:var(--radius-full);font-size:var(--text-sm);font-weight:600;cursor:pointer;border:none;transition:transform var(--transition),box-shadow var(--transition),background var(--transition);white-space:nowrap;text-decoration:none}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--color-coral) 0,#d4809e 50%,var(--color-sky) 100%);background-size:200% 100%;color:#fff;box-shadow:0 4px 20px #e8806a4d}.btn-outline{background:transparent;color:var(--color-text);border:1.5px solid var(--color-border-strong)}.btn-sm{padding:var(--space-2) var(--space-4);font-size:var(--text-xs)}.site-header{position:sticky;top:0;z-index:100;background:#ffffffeb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);transition:box-shadow var(--transition)}.site-header.scrolled{box-shadow:0 4px 24px #0000001a}.header-inner{max-width:1200px;margin:0 auto;padding:var(--space-4) var(--space-6);display:flex;align-items:center;justify-content:space-between;gap:var(--space-6)}.site-logo{display:flex;align-items:center;gap:var(--space-3)}.site-logo img{display:block;height:38px;width:auto;object-fit:contain}.text-logo-fallback{display:none;font-family:var(--font-display);font-size:1.1rem;font-weight:700}.site-logo.text-logo .text-logo-fallback{display:inline-block}.header-nav{display:flex;align-items:center;gap:var(--space-2)}.header-nav a{font-size:var(--text-sm);font-weight:500;color:var(--color-text-muted);padding:var(--space-2) var(--space-3);border-radius:var(--radius-lg)}.header-actions{display:flex;align-items:center;gap:var(--space-3)}.cart-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-full);background:none;border:1.5px solid var(--color-border-strong);color:var(--color-text-muted)}.cart-count-badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 5px;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--color-coral),var(--color-sky));color:#fff;font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;line-height:1}.menu-toggle{display:none;background:none;border:1.5px solid var(--color-border-strong);width:40px;height:40px;border-radius:var(--radius-lg);align-items:center;justify-content:center;color:var(--color-text-muted)}.hero{padding:var(--space-20) 0 var(--space-16);overflow:hidden;position:relative}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-16);align-items:center}.hero-content{display:flex;flex-direction:column;gap:var(--space-6)}.hero-title{font-size:var(--text-2xl);font-weight:900;line-height:1.1}.hero-desc{font-size:var(--text-base);color:var(--color-text-muted);line-height:1.7;max-width:48ch}.hero-actions,.hero-trust{display:flex;gap:var(--space-3);flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-xs);font-weight:600;color:var(--color-text-muted)}.hero-visual{display:flex;align-items:center;justify-content:center;position:relative;height:400px}.hero-blob{position:absolute;border-radius:var(--radius-full);filter:blur(60px);animation:blobFloat ease-in-out infinite}.hero-blob-1{width:300px;height:300px;background:#e8806a1f;top:-50px;right:-50px;animation-duration:7s}.hero-blob-2{width:200px;height:200px;background:#89c4e124;bottom:-30px;left:-30px;animation-duration:9s;animation-delay:2s}@keyframes blobFloat{0%,to{transform:translate(0) scale(1)}33%{transform:translate(15px,-15px) scale(1.05)}66%{transform:translate(-10px,10px) scale(.96)}}.section-header{text-align:center;margin-bottom:var(--space-12);display:flex;flex-direction:column;align-items:center;gap:var(--space-4)}.section-header h2{font-size:var(--text-xl);font-weight:900}.section-header p{color:var(--color-text-muted);text-align:center}.features,.social-proof{padding:var(--space-20) 0}.features-grid,.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4)}.feature-card,.review-card,.product-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-2xl);padding:var(--space-8)}.feature-card--large{grid-column:span 2;background:linear-gradient(135deg,#e8806a0d,#89c4e10d)}.feature-icon{font-size:2rem;margin-bottom:var(--space-4);display:inline-block}.review-card p,.feature-card p,.product-desc-static{font-size:var(--text-sm);color:var(--color-text-muted)}.review-card--featured{background:linear-gradient(135deg,#e8806a0f,#89c4e10f)}.review-stars,.rating-stars-static{color:var(--color-coral)}.reviewer{display:flex;align-items:center;gap:var(--space-3);margin-top:var(--space-4)}.reviewer-avatar{width:36px;height:36px;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--color-coral),var(--color-sky));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:var(--text-sm)}.product-card{overflow:hidden;padding:0}.product-badge{position:absolute;top:var(--space-4);left:var(--space-4);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:700;z-index:2}.product-badge--hot-static{background:linear-gradient(135deg,var(--color-coral),#d4809e);color:#fff}.product-static1{display:flex;align-items:center;justify-content:center;height:160px}.galaxyicon{display:block;object-fit:contain;width:320px;height:220px}.product-body-static{padding:var(--space-5) var(--space-6) var(--space-6);display:flex;flex-direction:column;gap:var(--space-3);flex:1}.product-name-ststic{font-size:var(--text-base);font-weight:700}.product-rating-static{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-xs);flex-wrap:wrap}.product-footer{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);margin-top:var(--space-1)}.price-current{font-family:var(--font-display);background:linear-gradient(135deg,var(--color-coral),var(--color-sky));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:var(--text-lg);font-weight:900}.price-original{font-size:var(--text-sm);color:var(--color-text-light);text-decoration:line-through}.site-footer{background:var(--color-surface);border-top:1px solid var(--color-border);padding:var(--space-16) 0 var(--space-8)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:var(--space-12);margin-bottom:var(--space-12)}.footer-brand p{color:var(--color-text-muted);margin-top:var(--space-4);font-size:var(--text-sm);max-width:30ch}.footer-col h4{font-size:var(--text-sm);font-weight:700;margin-bottom:var(--space-4);font-family:var(--font-display)}.footer-col a{display:block;color:var(--color-text-muted);font-size:var(--text-sm);margin-bottom:var(--space-2)}.footer-bottom{border-top:1px solid var(--color-border);padding-top:var(--space-8);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--space-4)}.footer-bottom p{color:var(--color-text-light);font-size:var(--text-xs)}#shopify-section-tb-galaxy-product .hero{padding-top:var(--space-16);padding-bottom:var(--space-20)}.galaxy-hero-center{max-width:920px;margin:0 auto;padding-inline:var(--space-6);display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-6)}.galaxy-price-row{display:flex;align-items:center;gap:var(--space-4);flex-wrap:wrap;justify-content:center}.galaxy-slider-wrap{width:100%;max-width:760px;margin:0 auto}.galaxy-slider{position:relative;background:linear-gradient(135deg,#e8806a14,#89c4e11a);border:1px solid rgba(232,128,106,.16);border-radius:var(--radius-3xl);box-shadow:0 18px 50px #00000014;padding:var(--space-6);overflow:hidden}.galaxy-slider-track{display:flex;transition:transform var(--transition-slow);will-change:transform}.galaxy-slide{min-width:100%;display:flex;justify-content:center;align-items:center}.galaxy-slide img{width:100%;max-width:520px;height:auto;max-height:420px;object-fit:contain;margin:0 auto}.galaxy-slider-btn{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:var(--radius-full);border:1px solid rgba(255,255,255,.35);background:#ffffffb8;color:var(--color-text);display:inline-flex;align-items:center;justify-content:center;z-index:3;box-shadow:0 8px 24px #0000001a}.galaxy-slider-btn.prev{left:var(--space-4)}.galaxy-slider-btn.next{right:var(--space-4)}.galaxy-slider-dots{display:flex;justify-content:center;align-items:center;gap:var(--space-2);margin-top:var(--space-5);flex-wrap:wrap}.galaxy-dot{width:10px;height:10px;border-radius:var(--radius-full);background:#1a1a2e29;cursor:pointer;border:none}.galaxy-dot.active{background:linear-gradient(135deg,var(--color-coral),var(--color-sky));transform:scale(1.15)}.product-description{width:100%;max-width:760px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-2xl);padding:var(--space-8);text-align:left;box-shadow:0 12px 32px #0000000d}.product-description h2,.product-description h3{text-align:center}.product-description ul{padding-left:1.2rem}.qty-row{display:flex;gap:var(--space-3);align-items:center;justify-content:center;margin:var(--space-6) 0;flex-wrap:wrap}.qty-input{display:flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius-full);overflow:hidden}.qty-input button{background:none;border:none;color:var(--color-text);width:40px;height:44px;cursor:pointer;font-size:var(--text-lg)}.qty-input input{width:70px;text-align:center;border:none;outline:none;background:transparent;padding:0 var(--space-2);font-size:var(--text-base)}@media(max-width:768px){.header-nav{display:none}.header-nav.open{display:flex;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--color-surface);padding:var(--space-4) var(--space-6);gap:var(--space-1);border-bottom:1px solid var(--color-border);box-shadow:0 8px 24px #00000014}.menu-toggle{display:inline-flex!important}.hero-inner,.features-grid,.reviews-grid,.footer-grid{grid-template-columns:1fr}.hero{padding:var(--space-16) 0}.hero-visual{height:auto}.feature-card--large{grid-column:span 1}.galaxy-hero-center{padding-inline:var(--space-4);gap:var(--space-5)}.galaxy-slider{padding:var(--space-4);border-radius:var(--radius-2xl)}.galaxy-slide img{max-width:100%;max-height:280px}.site-logo img{height:30px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/tb-base.css.map */
