*{box-sizing:border-box;margin:0;padding:0}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;-webkit-font-smoothing:antialiased;font-family:Rubik,system-ui,sans-serif;font-size:16px;line-height:1.5}body{color:#1a1a2e;background:#f5f6fa;min-height:100vh}#root{min-height:100vh}.app-layout{flex-direction:column;min-height:100vh;display:flex}.app-layout>main{flex:1}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.header{color:#1a1a2e;z-index:100;background:#fff;padding:0 1.2rem;position:sticky;top:0;box-shadow:0 1px 4px #00000014}.header-inner{justify-content:space-between;align-items:center;max-width:1200px;height:56px;margin:0 auto;display:flex}.logo{color:#e94560;letter-spacing:2px;flex-shrink:0;font-size:1.2rem;font-weight:900;text-decoration:none}.desktop-nav{gap:2rem;display:flex}.desktop-nav a{color:#555;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.desktop-nav a:hover{color:#e94560}.hamburger{cursor:pointer;color:#333;background:0 0;border:none;padding:4px;line-height:0;display:none}.mobile-nav{border-top:1px solid #f0f0f0;flex-direction:column;padding:.5rem 0 1rem;display:flex}.mobile-nav a{color:#333;border-bottom:1px solid #f5f5f5;padding:.75rem .5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s}.mobile-nav a:hover{color:#e94560}@media (width<=640px){.desktop-nav{display:none}.hamburger{display:block}}.footer{color:#555;background:#fff;border-top:1px solid #e8e8e8;margin-top:auto;padding:2rem 1.2rem 0}.footer-inner{border-bottom:1px solid #e8e8e8;flex-wrap:wrap;gap:2rem;max-width:1200px;margin:0 auto;padding-bottom:1.5rem;display:flex}.footer-brand .footer-logo{color:#e94560;letter-spacing:2px;margin-bottom:.5rem;font-size:1.3rem;font-weight:900;display:block}.footer-brand p{color:#888;font-size:.85rem}.footer-contact p{color:#555;align-items:center;gap:.5rem;margin:.5rem 0;font-size:.9rem;display:flex}.footer-contact svg{color:#e94560;flex-shrink:0}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;max-width:1200px;margin:0 auto;padding:1rem 0;display:flex}.footer-copy{color:#aaa;font-size:.8rem}.footer-credit{color:#bbb;font-size:.8rem}.footer-credit a{color:#e94560;font-weight:600;text-decoration:none;transition:opacity .2s}.footer-credit a:hover{opacity:.75}.product-card{background:#fff;border:1px solid #ebebeb;border-radius:10px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000f}.product-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #e945601f}.product-image-link{aspect-ratio:1;display:block;overflow:hidden}.product-image-link img{object-fit:cover;width:100%;height:100%;transition:transform .3s,opacity .15s}.product-card:hover .product-image-link img{transform:scale(1.05)}.product-info{flex-direction:column;flex:1;gap:.3rem;padding:.75rem;display:flex}.product-category{color:#e94560;text-transform:uppercase;letter-spacing:.8px;font-size:.65rem;font-weight:700}.product-name{color:#1a1a2e;margin:0;font-size:.8rem;font-weight:700;line-height:1.3}.product-kupa-note{color:#888;margin:0;font-size:.72rem;font-style:italic}.product-colors{flex-wrap:wrap;gap:4px;margin-top:.15rem;display:flex}.color-dot{border:1px solid #0000001f;border-radius:50%;flex-shrink:0;width:11px;height:11px}.product-footer{justify-content:space-between;align-items:center;margin-top:.4rem;display:flex}.product-price{color:#e94560;font-size:1rem;font-weight:800}.product-shipping{color:#aaa;align-items:center;gap:3px;font-size:.68rem;display:flex}.product-shipping svg{color:#bbb}.btn-buy{color:#fff;text-align:center;background:#e94560;border-radius:6px;margin-top:.6rem;padding:.5rem .8rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:background .2s;display:block}.btn-buy:hover{background:#c73652}@media (width>=900px){.product-info{gap:.4rem;padding:1.2rem}.product-category{font-size:.72rem}.product-name{font-size:.95rem}.product-price{font-size:1.1rem}.btn-buy{padding:.6rem 1.2rem;font-size:.9rem}}.hero{background:#1a1a2e;padding:3rem 1.2rem 3.5rem;overflow:hidden}.hero-inner{flex-direction:column;align-items:center;gap:2.5rem;max-width:1200px;margin:0 auto;display:flex}.hero-text{text-align:center;flex-direction:column;gap:1rem;display:flex}.hero-badge{color:#e94560;letter-spacing:.5px;text-transform:uppercase;background:#e945601f;border:1px solid #e9456040;border-radius:999px;align-items:center;gap:.35rem;width:fit-content;margin:0 auto;padding:.3rem .85rem;font-size:.75rem;font-weight:700;display:inline-flex}.hero-title{color:#fff;letter-spacing:4px;margin:0;font-size:3rem;font-weight:900;line-height:1.1}.hero-title span{color:#e94560}.hero-desc{color:#a0aec0;max-width:440px;margin:0 auto;font-size:.95rem;line-height:1.7}.hero-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.hero-btn-primary{color:#fff;background:#e94560;border-radius:8px;align-items:center;gap:.4rem;padding:.75rem 1.6rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.hero-btn-primary:hover{background:#c73652;transform:translateY(-2px)}.hero-btn-secondary{color:#e2e8f0;border:1.5px solid #fff3;border-radius:8px;align-items:center;padding:.75rem 1.6rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:border-color .2s,color .2s;display:inline-flex}.hero-btn-secondary:hover{color:#e94560;border-color:#e94560}.hero-showcase{flex-shrink:0;width:100%;max-width:340px;height:280px;position:relative}.hero-card{background:#fff;border-radius:16px;position:absolute;overflow:hidden;box-shadow:0 20px 60px #0006}.hero-card img{object-fit:cover;width:100%;height:100%;display:block}.hero-card--main{z-index:3;width:160px;height:180px;top:20px;left:50%;transform:translate(-50%)rotate(-4deg)}.hero-card--secondary{z-index:2;width:130px;height:150px;top:60px;right:0;transform:rotate(5deg)}.hero-card--tertiary{z-index:1;width:110px;height:120px;bottom:0;left:10px;transform:rotate(-2deg)}.info-strip{background:#f8f9fa;border-top:1px solid #eee;border-bottom:1px solid #eee;flex-wrap:wrap;justify-content:center;gap:0;display:flex}.info-item{color:#1a1a2e;flex:1;justify-content:center;align-items:center;gap:.65rem;min-width:160px;padding:1.1rem 1.5rem;display:flex}.info-item svg{color:#e94560;flex-shrink:0}.info-item div{flex-direction:column;gap:.1rem;display:flex}.info-item strong{color:#1a1a2e;font-size:.82rem;font-weight:700}.info-item span{color:#888;font-size:.72rem}.categories-section{background:#fff;padding:2.5rem 1.2rem}.section-inner{max-width:1200px;margin:0 auto}.section-title{color:#1a1a2e;margin:0 0 1.2rem;font-size:1.3rem;font-weight:800}.section-header{justify-content:space-between;align-items:center;margin-bottom:1.2rem;display:flex}.see-all{color:#e94560;align-items:center;gap:.3rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.see-all:hover{gap:.5rem}.categories-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.category-card{background:#f8f9fa;border:1.5px solid #ebebeb;border-radius:14px;justify-content:center;align-items:center;padding:1.5rem 1rem;text-decoration:none;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}.category-card:hover{border-color:#e94560;transform:translateY(-3px);box-shadow:0 8px 24px #e945601f}.category-label{color:#1a1a2e;font-size:.9rem;font-weight:700}.featured-section{background:#fff;padding:2.5rem 1.2rem}.featured-section--alt{background:#fafafa;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}@media (width>=640px){.categories-grid{grid-template-columns:repeat(4,1fr)}.category-img-wrap{width:100px;height:100px}}@media (width>=900px){.hero{padding:5rem 2rem 5.5rem}.hero-inner{flex-direction:row;justify-content:space-between;gap:3rem}.hero-text{text-align:left;flex:1}.hero-badge{margin:0}.hero-title{font-size:4.5rem}.hero-desc{margin:0;font-size:1.05rem}.hero-actions{justify-content:flex-start}.hero-showcase{flex-shrink:0;width:420px;max-width:none;height:340px}.hero-card--main{width:200px;height:220px}.hero-card--secondary{width:165px;height:190px}.hero-card--tertiary{width:140px;height:155px}.categories-section,.featured-section{padding:4rem 2rem}.section-title{font-size:1.6rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}.products-page{min-height:60vh;padding:1.5rem 1.2rem}.products-page-inner{max-width:1200px;margin:0 auto}.filter-bar{flex-direction:column;gap:.75rem;margin-bottom:.75rem;display:flex}.filter-tabs{flex-wrap:wrap;gap:.45rem;display:flex}.filter-tab{color:#555;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e0e0e0;border-radius:999px;align-items:center;gap:.35rem;padding:.4rem .85rem;font-size:.78rem;font-weight:600;transition:border-color .18s,background .18s,color .18s;display:inline-flex}.filter-tab:hover{color:#e94560;border-color:#e94560}.filter-tab.active{color:#fff;background:#e94560;border-color:#e94560}.filter-tab-count{background:#00000014;border-radius:999px;padding:.05rem .4rem;font-size:.68rem;font-weight:700;line-height:1.6}.filter-tab.active .filter-tab-count{background:#ffffff40}.sort-select{color:#555;cursor:pointer;background:#fff;border:1.5px solid #e0e0e0;border-radius:8px;outline:none;align-self:flex-start;padding:.4rem .75rem;font-size:.78rem;font-weight:500;transition:border-color .18s}.sort-select:focus{border-color:#e94560}.color-filter{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.75rem;display:flex}.color-filter-label{color:#888;white-space:nowrap;font-size:.75rem;font-weight:600}.color-filter-swatches{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.color-filter-dot{cursor:pointer;border:2px solid #0000;border-radius:50%;outline:2px solid #0000;width:22px;height:22px;padding:0;transition:outline .15s,transform .15s;box-shadow:0 1px 3px #00000026}.color-filter-dot:hover{transform:scale(1.15)}.color-filter-dot.active{outline-offset:2px;outline:2px solid #e94560;transform:scale(1.15)}.color-filter-clear{color:#e94560;cursor:pointer;white-space:nowrap;background:#fff0f2;border:1px solid #f5c0c8;border-radius:999px;padding:.2rem .65rem;font-size:.72rem;font-weight:600;transition:background .15s}.color-filter-clear:hover{background:#ffd9e0}.results-count{color:#aaa;margin-bottom:.75rem;font-size:.75rem}.grid-section-label{text-transform:uppercase;letter-spacing:1px;color:#e94560;align-items:center;gap:.5rem;margin:0 0 .65rem;font-size:.72rem;font-weight:700;display:flex}.grid-section-label:after{content:"";background:#f0e0e3;flex:1;height:1px}.grid-section-label--rest{color:#999;margin-top:1.8rem}.grid-section-label--rest:after{background:#ebebeb}.products-grid--featured{margin-bottom:0}.products-grid{grid-template-columns:repeat(2,1fr);gap:.9rem;display:grid}@media (width>=640px){.filter-bar{flex-direction:row;justify-content:space-between;align-items:center}.sort-select{align-self:center}}@media (width>=900px){.products-page{padding:3rem 2rem}.page-title{margin-bottom:1.5rem;font-size:2rem}.filter-tab{padding:.45rem 1rem;font-size:.85rem}.sort-select{font-size:.85rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}.product-detail-page{min-height:70vh;padding:1.2rem}.detail-inner{max-width:1000px;margin:0 auto}.back-btn{color:#666;cursor:pointer;background:0 0;border:1px solid #ddd;border-radius:6px;align-items:center;gap:.4rem;margin-bottom:1.2rem;padding:.45rem 1rem;font-family:inherit;font-size:.85rem;transition:color .2s,border-color .2s;display:inline-flex}.back-btn:hover{color:#e94560;border-color:#e94560}.detail-grid{grid-template-columns:1fr;gap:1.2rem;display:grid}@media (width>=700px){.detail-grid{grid-template-columns:1fr 1fr;gap:3rem}}.detail-image img{object-fit:cover;aspect-ratio:4/3;border-radius:10px;width:100%;box-shadow:0 4px 20px #00000014}@media (width>=700px){.detail-image img{aspect-ratio:1}}.detail-category{color:#e94560;text-transform:uppercase;letter-spacing:1.5px;font-size:.72rem;font-weight:700}.detail-name{color:#1a1a2e;margin:.4rem 0 .6rem;font-size:1.3rem;font-weight:900;line-height:1.3}@media (width>=700px){.detail-name{font-size:1.7rem}}.detail-kupa-note{color:#888;margin-bottom:.6rem;font-size:.85rem;font-style:italic}.detail-desc{color:#555;margin-bottom:1.2rem;font-size:.9rem;line-height:1.7}.color-picker{margin-bottom:1.2rem}.color-picker-label{color:#333;align-items:center;gap:.6rem;margin-bottom:.6rem;font-size:.85rem;font-weight:600;display:flex}.color-selected-name{color:#888;font-weight:400}.color-swatches{flex-wrap:wrap;gap:.5rem;display:flex}.color-swatch{cursor:pointer;border:2px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:border-color .15s,transform .15s;display:flex}.color-swatch:hover{border-color:#999;transform:scale(1.1)}.color-swatch.active{border-color:#e94560;transform:scale(1.1)}.color-swatch.no-image{opacity:.6;border-style:dashed}.img-unavailable{color:#aaa;text-align:center;margin-top:.5rem;font-size:.78rem;font-style:italic}.detail-price-row{background:#f8f9fa;border:1px solid #ebebeb;border-radius:8px;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.2rem;padding:.9rem 1rem;display:flex}.detail-price{color:#e94560;font-size:1.6rem;font-weight:900}.detail-shipping{color:#666;align-items:center;gap:6px;font-size:.82rem;display:flex}.detail-shipping svg{color:#888}.detail-actions{flex-wrap:wrap;gap:.75rem;margin-bottom:1.2rem;display:flex}.btn-contact{color:#fff;background:#e94560;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;min-width:140px;padding:.8rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.btn-contact:hover{background:#c73652}.btn-secondary{color:#e94560;background:#fff;border:1.5px solid #e94560}.btn-secondary:hover{background:#fff0f3}.detail-meta{border-top:1px solid #ebebeb;flex-direction:column;gap:.5rem;padding-top:1rem;display:flex}.detail-meta p{color:#888;align-items:center;gap:6px;font-size:.85rem;display:flex}.detail-meta svg{color:#bbb}.not-found{text-align:center;color:#888;padding:4rem 1.2rem}.back-link{color:#e94560;margin-top:1rem;text-decoration:none;display:inline-block}.contact-page{min-height:70vh;padding:4rem 2rem}.contact-inner{max-width:1000px;margin:0 auto}.page-title{color:#1a1a2e;text-align:center;margin-bottom:2.5rem;font-size:2rem;font-weight:800}.contact-grid{grid-template-columns:1fr 1.5fr;gap:3rem;display:grid}@media (width<=700px){.contact-grid{grid-template-columns:1fr}}.contact-info h2,.contact-form-wrap h2{color:#e94560;margin-bottom:1.5rem;font-size:1.2rem;font-weight:700}.contact-item{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.contact-icon{color:#e94560;align-items:center;margin-top:2px;display:flex}.contact-label{color:#999;text-transform:uppercase;letter-spacing:1px;margin:0 0 .2rem;font-size:.75rem}.contact-item a,.contact-item span{color:#333;font-size:.95rem;text-decoration:none}.contact-item a:hover{color:#e94560}.contact-form{flex-direction:column;gap:1.2rem;display:flex}.contact-form label{color:#555;flex-direction:column;gap:.4rem;font-size:.85rem;font-weight:500;display:flex}.contact-form input,.contact-form textarea{color:#1a1a2e;resize:vertical;background:#fff;border:1px solid #ddd;border-radius:6px;outline:none;padding:.7rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.contact-form input:focus,.contact-form textarea:focus{border-color:#e94560}.btn-submit{color:#fff;cursor:pointer;background:#e94560;border:none;border-radius:8px;padding:.8rem;font-family:inherit;font-size:1rem;font-weight:700;transition:background .2s}.btn-submit:hover{background:#c73652}
