@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700;800&family=Noto+Sans+KR:wght@400;700;900&display=swap";:root{--primary: #7c3aed;--primary-dark: #5b21b6;--accent: #ec4899;--accent-dark: #be185d;--bg: #ffffff;--bg-soft: #f9f7ff;--text: #1a1a2e;--text-muted: #6b7280;--border: #e5e7eb;--radius: 16px;--radius-sm: 8px;--shadow: 0 4px 24px rgba(124,58,237,.12);--shadow-hover: 0 12px 40px rgba(124,58,237,.22);--header-h: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,Noto Sans KR,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.announcement-bar{text-align:center;padding:.6rem 1rem;font-size:13px;font-weight:600;letter-spacing:.02em}.site-header{position:sticky;top:0;z-index:100;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);height:var(--header-h)}.header-inner{display:flex;align-items:center;gap:1.5rem;height:var(--header-h)}.site-logo{flex-shrink:0}.logo-img{height:44px;width:auto;object-fit:contain}.main-nav{display:flex;align-items:center;gap:.25rem;flex:1}.main-nav a{padding:.5rem .75rem;border-radius:var(--radius-sm);font-size:14px;font-weight:600;color:var(--text);transition:all .2s;white-space:nowrap}.main-nav a:hover{background:var(--bg-soft);color:var(--primary)}.header-actions{display:flex;align-items:center;gap:.5rem;margin-left:auto}.header-btn{position:relative;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text);transition:all .2s}.header-btn:hover{background:var(--bg-soft);color:var(--primary)}.header-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cart-count{position:absolute;top:2px;right:2px;background:var(--accent);color:#fff;font-size:10px;font-weight:800;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.cart-count.hidden,.menu-toggle{display:none}.hero-section{position:relative;height:100vh;min-height:600px;max-height:900px;overflow:hidden}.hero-slides{position:relative;width:100%;height:100%}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .8s ease}.hero-slide.active{opacity:1}.hero-slide-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-slide-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(26,26,46,.85) 0%,rgba(124,58,237,.4) 60%,transparent 100%)}.hero-content{position:relative;z-index:2;max-width:600px;padding:6rem 0 4rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25);color:#fff;padding:.4rem 1rem;border-radius:100px;font-size:13px;font-weight:600;margin-bottom:1.5rem}.hero-title{font-family:Bebas Neue,sans-serif;font-size:clamp(52px,8vw,90px);line-height:1;color:#fff;letter-spacing:.02em;margin-bottom:.5rem}.hero-title .accent{color:var(--accent);display:block}.hero-desc{color:#ffffffd9;font-size:16px;line-height:1.7;margin-bottom:2rem;max-width:480px}.hero-cta{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;padding:.9rem 2rem;border-radius:100px;font-weight:700;font-size:16px;transition:all .3s;box-shadow:0 8px 32px #7c3aed66}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 16px 48px #7c3aed80}.hero-stats{display:flex;gap:2.5rem;margin-top:2.5rem}.hero-stat-value{font-family:Bebas Neue,sans-serif;font-size:32px;color:#fff;line-height:1}.hero-stat-label{font-size:12px;color:#ffffffb3;margin-top:.2rem}.hero-deco-text{position:absolute;right:5%;top:50%;transform:translateY(-50%);font-family:Noto Sans KR,sans-serif;font-size:clamp(80px,12vw,160px);font-weight:900;color:#ffffff0f;line-height:1;pointer-events:none;z-index:1}.hero-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.hero-dot{width:8px;height:8px;border-radius:50%;background:#fff6;transition:all .3s}.hero-dot.active{background:#fff;width:24px;border-radius:4px}.features-bar{background:var(--bg);border-bottom:1px solid var(--border);padding:1.25rem 0}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.feature-item{display:flex;align-items:center;gap:.75rem}.feature-icon{width:44px;height:44px;background:linear-gradient(135deg,var(--primary),var(--accent));border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.feature-title{font-weight:700;font-size:14px}.feature-desc{font-size:12px;color:var(--text-muted)}.section-eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--primary);margin-bottom:.5rem}.section-title{font-family:Bebas Neue,sans-serif;font-size:clamp(36px,5vw,56px);letter-spacing:.02em;line-height:1.1;color:var(--text)}.section-subtitle{color:var(--text-muted);font-size:15px;margin-top:.5rem}.categories-section{padding:5rem 0}.categories-header{text-align:center;margin-bottom:3rem}.categories-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem}.category-card{background:var(--bg-soft);border:1.5px solid var(--border);border-radius:var(--radius);padding:2rem 1rem;text-align:center;transition:all .3s}.category-card:hover{border-color:var(--primary);background:#fff;transform:translateY(-4px);box-shadow:var(--shadow)}.category-emoji{font-size:2.5rem;margin-bottom:.75rem}.category-name{font-weight:800;font-size:15px;margin-bottom:.25rem}.category-desc{font-size:12px;color:var(--text-muted)}.carousel-section{padding:5rem 0}.carousel-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.5rem}.view-all-link{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;padding:.5rem 1.25rem;border-radius:100px;font-size:13px;font-weight:700;white-space:nowrap;transition:all .3s}.view-all-link svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.view-all-link:hover{transform:translateY(-1px);box-shadow:0 8px 24px #7c3aed4d}.carousel-wrapper{position:relative}.carousel-track-outer{overflow:hidden}.carousel-track{display:flex;gap:1.25rem;transition:transform .4s cubic-bezier(.23,1,.32,1)}.carousel-item{flex:0 0 calc(25% - .94rem);min-width:0}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;border-radius:50%;background:#fff;border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow);transition:all .2s}.carousel-btn:hover{background:var(--primary);border-color:var(--primary);color:#fff}.carousel-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.carousel-btn.prev{left:-22px}.carousel-btn.next{right:-22px}.product-card{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all .3s}.product-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:var(--shadow-hover)}.product-card-img-wrap{position:relative;display:block;aspect-ratio:1;overflow:hidden}.product-card-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card-img{transform:scale(1.05)}.product-card-no-img{width:100%;height:100%;background:var(--bg-soft);display:flex;align-items:center;justify-content:center;font-size:3rem}.product-badge{position:absolute;top:.75rem;left:.75rem;padding:.3rem .75rem;border-radius:100px;font-size:11px;font-weight:800;z-index:2}.product-badge.hot{background:linear-gradient(135deg,#ff6b35,#f7c59f);color:#fff}.product-badge.new{background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff}.product-badge.sale{background:linear-gradient(135deg,#10b981,#34d399);color:#fff}.product-card-body{padding:1rem}.product-card-vendor{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:.25rem}.product-card-title{font-size:13px;font-weight:700;line-height:1.4;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.5rem}.product-card-price{font-size:16px;font-weight:800;color:var(--primary);margin-bottom:.75rem}.price-compare{font-size:13px;color:var(--text-muted);text-decoration:line-through;margin-right:.4rem;font-weight:400}.product-card-btn{width:100%;padding:.6rem;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;border-radius:var(--radius-sm);font-size:13px;font-weight:700;transition:all .2s}.product-card-btn:hover{opacity:.9;transform:scale(.98)}.mid-banner{padding:5rem 2rem;text-align:center;color:#fff}.mid-banner .section-eyebrow{color:#fffc}.mid-banner .section-title{color:#fff}.mid-banner .section-subtitle{color:#ffffffd9}.btn-white{display:inline-flex;align-items:center;gap:.75rem;background:#fff;color:var(--primary);padding:.9rem 2rem;border-radius:100px;font-weight:700;font-size:16px;transition:all .3s}.btn-white:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0003}.testimonials-section{padding:5rem 0}.testimonials-header{text-align:center;margin-bottom:3rem}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial-card{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius);padding:2rem;transition:all .3s}.testimonial-card:hover{border-color:var(--primary);box-shadow:var(--shadow);transform:translateY(-4px)}.testimonial-stars{display:flex;gap:.2rem;margin-bottom:1rem}.testimonial-stars svg{width:16px;height:16px;fill:#f59e0b;stroke:#f59e0b}.testimonial-text{font-size:14px;line-height:1.7;color:var(--text-muted);margin-bottom:1.5rem;font-style:italic}.testimonial-footer{display:flex;align-items:center;justify-content:space-between}.testimonial-name{font-weight:700;font-size:14px}.testimonial-location{font-size:12px;color:var(--text-muted)}.testimonial-product{background:var(--bg-soft);color:var(--primary);font-size:11px;font-weight:700;padding:.25rem .6rem;border-radius:100px}.site-footer{background:var(--text);color:#fffc;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-logo{font-family:Bebas Neue,sans-serif;font-size:28px;color:#fff;letter-spacing:.05em;margin-bottom:1rem}.footer-logo span{color:var(--accent)}.footer-desc{font-size:14px;line-height:1.7;margin-bottom:1.5rem}.footer-social{display:flex;gap:.75rem}.social-link{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:all .2s}.social-link:hover{background:var(--primary);transform:translateY(-2px)}.social-link svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.footer-col-title{font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:1.25rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.6rem}.footer-links a{font-size:14px;color:#ffffffb3;transition:color .2s}.footer-links a:hover{color:var(--accent)}.footer-newsletter-desc{font-size:14px;line-height:1.6;margin-bottom:1rem}.newsletter-form{display:flex;gap:.5rem}.newsletter-input{flex:1;padding:.65rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-sm);color:#fff;font-size:14px;outline:none}.newsletter-input::placeholder{color:#ffffff80}.newsletter-input:focus{border-color:var(--accent)}.newsletter-btn{padding:.65rem 1.25rem;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;border-radius:var(--radius-sm);font-size:14px;font-weight:700;white-space:nowrap;transition:opacity .2s}.newsletter-btn:hover{opacity:.9}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#ffffff80}.payment-badges{display:flex;gap:.5rem}.payment-badges span{background:#ffffff1a;padding:.25rem .6rem;border-radius:4px;font-size:11px;font-weight:700;color:#ffffffb3}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:199;opacity:0;pointer-events:none;transition:opacity .3s}.cart-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100vh;background:#fff;z-index:200;transform:translate(100%);transition:transform .35s cubic-bezier(.23,1,.32,1);display:flex;flex-direction:column;box-shadow:-8px 0 40px #00000026}.cart-drawer.open{transform:translate(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.cart-drawer-header h2{font-family:Bebas Neue,sans-serif;font-size:24px;letter-spacing:.05em}.cart-close{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.cart-close:hover{background:var(--bg-soft)}.cart-close svg{width:20px;height:20px;fill:none;stroke:var(--text);stroke-width:2;stroke-linecap:round}.cart-drawer-body{flex:1;overflow-y:auto;padding:1.5rem}.cart-empty{text-align:center;padding:3rem 1rem}.cart-empty p{color:var(--text-muted);margin-bottom:1.5rem}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.cart-item-img{width:72px;height:72px;object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0}.cart-item-info{flex:1;min-width:0}.cart-item-title{font-size:13px;font-weight:700;line-height:1.4;margin-bottom:.25rem}.cart-item-price{font-size:15px;font-weight:800;color:var(--primary)}.cart-item-qty{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.cart-item-qty button{width:28px;height:28px;border-radius:50%;background:var(--bg-soft);font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background .2s}.cart-item-qty button:hover{background:var(--primary);color:#fff}.cart-item-qty span{font-size:14px;font-weight:700;min-width:20px;text-align:center}.cart-drawer-footer{padding:1.5rem;border-top:1px solid var(--border)}.cart-subtotal-row{display:flex;justify-content:space-between;font-weight:700;margin-bottom:1rem;font-size:16px}.btn-checkout{display:block;width:100%;padding:1rem;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;border-radius:var(--radius-sm);font-weight:700;font-size:16px;text-align:center;transition:opacity .2s}.btn-checkout:hover{opacity:.9}.cart-note{text-align:center;font-size:12px;color:var(--text-muted);margin-top:.75rem}.collection-hero{background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;padding:3rem 0;text-align:center}.collection-hero h1{font-family:Bebas Neue,sans-serif;font-size:48px;letter-spacing:.02em}.collection-hero p{color:#ffffffd9;margin-top:.5rem}.collection-filters-bar{background:var(--bg-soft);border-bottom:1px solid var(--border);padding:1rem 0}.collection-filters-bar .container{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.filter-pills{display:flex;gap:.5rem;flex-wrap:wrap}.filter-pill{padding:.4rem 1rem;border-radius:100px;font-size:13px;font-weight:600;background:#fff;border:1.5px solid var(--border);transition:all .2s}.filter-pill:hover,.filter-pill.active{background:var(--primary);border-color:var(--primary);color:#fff}.sort-select{padding:.4rem .75rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:13px;background:#fff;cursor:pointer}.collection-sort{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.pagination{display:flex;justify-content:center;gap:.5rem;margin:3rem 0}.pagination a,.pagination span{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);border:1.5px solid var(--border);font-size:14px;font-weight:600;transition:all .2s}.pagination a:hover,.pagination span.current{background:var(--primary);border-color:var(--primary);color:#fff}.product-page{padding:3rem 0}.breadcrumb{font-size:13px;color:var(--text-muted);margin-bottom:2rem}.breadcrumb a:hover{color:var(--primary)}.product-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-main-img{width:100%;border-radius:var(--radius);object-fit:cover;aspect-ratio:1}.product-no-img{background:var(--bg-soft);display:flex;align-items:center;justify-content:center;font-size:5rem}.product-thumbs{display:flex;gap:.75rem;margin-top:1rem}.product-thumb{width:72px;height:72px;object-fit:cover;border-radius:var(--radius-sm);border:2px solid var(--border);cursor:pointer;transition:border-color .2s}.product-thumb.active,.product-thumb:hover{border-color:var(--primary)}.product-page-vendor{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:.5rem}.product-page-title{font-family:Bebas Neue,sans-serif;font-size:40px;line-height:1.1;margin-bottom:1rem}.product-page-price{font-size:28px;font-weight:800;color:var(--primary);margin-bottom:1.5rem}.product-page-desc{font-size:15px;line-height:1.8;color:var(--text-muted);margin-bottom:2rem}.product-variants{margin-bottom:1.5rem}.product-variants label{font-size:13px;font-weight:700;display:block;margin-bottom:.5rem}.variant-select{padding:.6rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:14px;width:100%}.product-qty-row{display:flex;gap:1rem;align-items:center}.qty-control{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.qty-control button{width:40px;height:44px;font-size:20px;font-weight:700;transition:background .2s}.qty-control button:hover{background:var(--bg-soft)}.qty-control input{width:56px;height:44px;text-align:center;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);font-size:16px;font-weight:700}.product-page-add{flex:1;padding:.9rem 2rem;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;border-radius:var(--radius-sm);font-size:16px;font-weight:700;transition:all .2s}.product-page-add:hover{opacity:.9;transform:scale(.99)}.product-page-add:disabled{background:var(--border);color:var(--text-muted);cursor:not-allowed}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;padding:.75rem 1.75rem;border-radius:100px;font-weight:700;font-size:15px;transition:all .3s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #7c3aed4d}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--primary);border:2px solid var(--primary);padding:.7rem 1.5rem;border-radius:100px;font-weight:700;font-size:15px;transition:all .3s}.btn-secondary:hover{background:var(--primary);color:#fff}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.categories-grid{grid-template-columns:repeat(3,1fr)}.carousel-item{flex:0 0 calc(33.33% - .84rem)}.products-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:768px){.main-nav{display:none}.main-nav.open{display:flex;flex-direction:column;position:fixed;top:var(--header-h);left:0;right:0;background:#fff;padding:1rem;border-bottom:1px solid var(--border);z-index:99}.menu-toggle{display:flex}.hero-section{height:85vh}.hero-deco-text{display:none}.categories-grid{grid-template-columns:repeat(2,1fr)}.carousel-item{flex:0 0 calc(50% - .625rem)}.testimonials-grid{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,1fr)}.product-page-grid{grid-template-columns:1fr;gap:2rem}.footer-grid{grid-template-columns:1fr}.carousel-btn.prev{left:-10px}.carousel-btn.next{right:-10px}}@media(max-width:480px){.categories-grid{grid-template-columns:repeat(2,1fr)}.hero-title{font-size:44px}.products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/theme.css.map */
