@import"https://fonts.googleapis.com/css2?family=Righteous&family=Inter:wght@400;600;700;900&display=swap";.image-modal{position:fixed;inset:0;z-index:500;display:none;align-items:center;justify-content:center;padding:20px}.image-modal.active{display:flex;animation:fadeIn .2s ease-out}.image-modal-overlay{position:absolute;inset:0;background:#000000eb;cursor:pointer}.image-modal-content{position:relative;max-width:90vw;max-height:90vh;z-index:1}.image-modal-content img{max-width:90vw;max-height:90vh;display:block;object-fit:contain;border:none;border-radius:20px;background:#fff;box-shadow:0 0 0 5px #2d3142,0 10px 0 5px #2d3142,0 20px 60px #0000004d;animation:zoomIn .3s cubic-bezier(.68,-.55,.265,1.55)}.image-modal-close{position:absolute;top:-50px;right:0;width:48px;height:48px;background:#ffd93d;color:#2d3142;border:none;border-radius:50%;font-size:32px;font-weight:900;line-height:1;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;padding:0;box-shadow:0 0 0 4px #2d3142,0 6px 0 4px #2d3142}.image-modal-close:hover{background:#ff6b9d;transform:translateY(3px);box-shadow:0 0 0 4px #2d3142,0 3px 0 4px #2d3142}@media(max-width:768px){.image-modal-close{top:10px;right:10px;width:42px;height:42px;font-size:28px}.image-modal-content img{border-radius:16px;box-shadow:0 0 0 4px #2d3142,0 8px 0 4px #2d3142,0 15px 40px #0000004d}}.cart-panel{position:fixed;inset:0;display:none;z-index:300}.cart-panel.active{display:block}.cart-overlay{position:absolute;inset:0;background:#0000008c;animation:fadeIn .2s ease-out}.cart-content{position:absolute;right:0;top:0;width:min(420px,90vw);height:100%;background:#fff;border-left:4px solid #2d3142;display:flex;flex-direction:column;overflow:hidden;animation:slideIn .3s cubic-bezier(.68,-.55,.265,1.55)}.cart-header{padding:1.2rem 1.1rem;background:#fff;border-bottom:4px solid #2d3142;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.cart-title{font-family:Righteous,sans-serif;font-size:1.6rem;color:#2d3142;letter-spacing:.05em}.cart-close{width:auto;height:auto;padding:7px 9px;background:#fff;border:3px solid #2d3142;border-radius:12px;box-shadow:0 5px #2d3142;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.cart-close:hover{transform:translateY(2px);box-shadow:0 3px #2d3142;background:#ff6b9d}.cart-close svg{display:block}.cart-body{flex:1;min-height:0;padding:1rem;overflow-y:auto}.cart-empty{margin-top:20%;padding:2.5rem 1.5rem;border:4px dashed #2d3142;border-radius:22px;text-align:center}.cart-empty-icon{font-size:2.5rem;margin-bottom:12px}.cart-empty-text{font-size:1.2rem;font-weight:700;color:#2d3142;margin-bottom:6px}.cart-empty-subtext{font-size:.95rem;color:#2d3142;opacity:.75}.cart-items{display:flex;flex-direction:column;gap:14px}.cart-item{display:flex;gap:0;background:#fff;border:none;border-radius:20px;overflow:hidden;transition:transform .15s ease;box-shadow:0 0 0 4px #2d3142,0 5px 0 4px #2d3142;margin-bottom:10px}.cart-item-image{width:85px;padding:10px;border-right:4px solid #2d3142;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:contain}.cart-item-info{flex:1;padding:12px;min-width:0}.cart-item-name{font-size:.95rem;font-weight:900;color:#2d3142;line-height:1.3;margin-bottom:4px}.cart-item-size{font-size:.85rem;color:#2d3142;opacity:.75;margin-bottom:8px}.cart-item-footer{display:flex;justify-content:space-between;align-items:center;gap:10px}.cart-item-qty-controls{display:inline-flex;align-items:center;gap:8px;padding:3px 6px;border-radius:12px}.qty-btn{width:28px;height:28px;padding:0;background:#fff;border:2px solid #2d3142;border-radius:8px;font-size:1.1rem;font-weight:900;color:#2d3142;line-height:1;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.qty-btn:hover:not(:disabled){background:#ffd93d;transform:scale(1.1)}.qty-btn:disabled{opacity:.3;cursor:not-allowed}.qty-value{min-width:20px;font-size:.95rem;font-weight:900;color:#2d3142;text-align:center}.cart-item-price{font-family:Righteous,sans-serif;font-size:1.15rem;color:#2d3142;flex-shrink:0}.cart-item-remove{padding:0 14px;background:#ff6b9d;color:#fff;border:none;cursor:pointer;transition:background .2s ease;display:flex;align-items:center;justify-content:center;align-self:stretch;flex-shrink:0}.cart-item-remove:hover{background:#ff4081}.cart-footer{padding:1rem;background:#fff;border-top:4px solid #2d3142;flex-shrink:0}.cart-total-row{display:flex;justify-content:space-between;align-items:center;padding:12px;margin-bottom:14px;border-radius:16px}.cart-total-label{font-size:.95rem;font-weight:700;color:#2d3142;letter-spacing:.05em}.cart-total-value{font-family:Righteous,sans-serif;font-size:2rem;color:#2d3142}.cart-checkout-btn{width:100%;padding:1rem 1.2rem;margin-bottom:12px;background:#ffd93d;border:4px solid #2d3142;border-radius:50px;font-family:Inter,sans-serif;font-size:1rem;font-weight:900;color:#2d3142;letter-spacing:.02em;text-transform:none;box-shadow:0 7px #2d3142;cursor:pointer;transition:all .2s ease}.cart-checkout-btn:hover{background:#ffc93d;transform:translateY(3px);box-shadow:0 4px #2d3142}.cart-footer-note{margin-top:10px;font-size:.8rem;color:#2d3142;text-align:center;line-height:1.6;opacity:.75}.cart-footer-accent{margin-top:6px;font-weight:900;color:#3d5a80}@media(max-width:768px){.cart-content{width:100%}.cart-item-image{width:75px}.cart-total-value{font-size:1.7rem}}.restore-modal{position:fixed;inset:0;display:none;z-index:400;background:#000000bf;align-items:center;justify-content:center;padding:20px}.restore-modal.active{display:flex;animation:fadeIn .3s ease-out}.restore-overlay{position:absolute;inset:0;cursor:pointer}.restore-content{position:relative;z-index:1;max-width:500px;width:100%;padding:2.5rem 2rem;background:#fff;border:none;border-radius:28px;text-align:center;box-shadow:0 0 0 4px #2d3142,0 10px 0 4px #2d3142;animation:slideUp .3s cubic-bezier(.68,-.55,.265,1.55)}.restore-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:#ffd93d;color:#2d3142;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 4px #2d3142,0 6px 0 4px #2d3142}.restore-title{font-family:Righteous,sans-serif;font-size:1.8rem;color:#2d3142;margin-bottom:1rem}.restore-message{font-size:1rem;color:#2d3142;line-height:1.6;margin-bottom:1.5rem}.restore-count{font-size:1.2rem;font-weight:900;color:#ff6b9d}.restore-question{font-size:1rem;font-weight:700;color:#2d3142;margin:1.5rem 0 1.2rem}.restore-note{font-size:.8rem;color:#2d3142;opacity:.75;line-height:1.5}.restore-details{margin:1.5rem 0;padding:1rem;max-height:250px;overflow-y:auto;border:3px solid #2d3142;border-radius:18px;text-align:left}.restore-item{display:flex;align-items:center;gap:12px;padding:10px;margin-bottom:10px;background:#fff;border-radius:12px;border-bottom:2px dashed #2d3142}.restore-item:last-child{margin-bottom:0;border-bottom:none}.restore-item-image{width:50px;height:50px;padding:4px;border:2px solid #2d3142;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.restore-item-image img{width:100%;height:100%;object-fit:contain}.restore-item-info{flex:1;min-width:0}.restore-item-name{font-size:.9rem;font-weight:900;color:#2d3142;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.restore-item-details{font-size:.8rem;color:#2d3142;opacity:.75}.restore-actions{display:flex;flex-direction:column;gap:10px;margin-bottom:1rem}.restore-btn{width:100%;padding:.9rem 1.2rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:900;border:4px solid #2d3142;border-radius:50px;cursor:pointer;transition:all .2s ease}.restore-btn-primary{background:#ffd93d;color:#2d3142;box-shadow:0 6px #2d3142}.restore-btn-primary:hover{transform:translateY(3px);box-shadow:0 3px #2d3142}.restore-btn-secondary{background:#fff;color:#2d3142;box-shadow:0 5px #2d3142}.restore-btn-secondary:hover{background:#f5f5f5;transform:translateY(2px);box-shadow:0 3px #2d3142}@media(max-width:768px){.restore-content{padding:2rem 1.5rem;margin:0 10px}.restore-icon{width:70px;height:70px}.restore-title{font-size:1.5rem}.restore-message{font-size:.95rem}}.delivery-banner{position:fixed;bottom:0;left:0;right:0;z-index:100;padding:.9rem 1.2rem;background:#3d5a80;border-top:4px solid #2d3142;box-shadow:0 -6px #2d3142,0 -10px 30px #0003;transform:translateY(0);transition:transform .3s cubic-bezier(.68,-.55,.265,1.55),opacity .3s ease;opacity:1}.delivery-banner.closing{transform:translateY(100%);opacity:0}.delivery-banner-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:center;position:relative}.delivery-text{font-family:Fredoka,sans-serif;font-size:.95rem;font-weight:500;color:#fff;letter-spacing:.01em;text-align:center}.delivery-text strong{font-weight:900;color:#ffd93d}.delivery-banner-close{position:absolute;right:0;width:32px;height:32px;padding:0;background:#ffffff26;border:2px solid rgba(255,255,255,.3);border-radius:50%;color:#fff;font-size:1.5rem;font-weight:700;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.delivery-banner-close:hover{background:#ffffff40;border-color:#ffffff80;transform:scale(1.1)}.delivery-banner-close:active{transform:scale(.95)}@media(max-width:768px){.delivery-banner{padding:1rem}.delivery-text{font-size:.9rem;line-height:1.5;padding-right:40px}.delivery-banner-close{width:36px;height:36px;font-size:1.4rem;min-height:44px;min-width:44px}}@media(max-width:480px){.delivery-banner{padding:.9rem}.delivery-text{font-size:.8rem;line-height:1.4}.delivery-text br{display:none}.delivery-banner-close{width:40px;height:40px;font-size:1.3rem}}.core-product{display:flex;flex-direction:column;border:none;border-radius:20px;overflow:hidden;background:#fff;transition:transform .3s cubic-bezier(.68,-.55,.265,1.55);box-shadow:0 0 0 4px #2d3142,0 6px 0 4px #2d3142;max-height:480px}.core-product-image{height:240px;background:linear-gradient(135deg,#fff9,#fff0);display:flex;align-items:center;justify-content:center;position:relative;padding:16px;cursor:pointer;overflow:hidden}.core-product-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease,filter .3s ease}.core-product-image:hover img{transform:scale(1.08);filter:brightness(1.05)}.core-product-image:after{content:"ðŸ” Click to enlarge";position:absolute;bottom:8px;right:8px;background:#2d3142e6;color:#fff;padding:4px 10px;border-radius:10px;font-size:.7rem;font-weight:700;opacity:0;transition:opacity .3s ease;pointer-events:none}.core-product-image:hover:after{opacity:1}.core-product-badge{position:absolute;top:12px;left:12px;padding:6px 12px;background:#ffd93d;border:3px solid #2d3142;border-radius:12px;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em;color:#2d3142;box-shadow:0 4px #2d3142}.core-product-info{padding:.9rem .9rem .8rem;display:flex;flex-direction:column;flex:1}.core-product-name{font-family:Righteous,sans-serif;font-size:1.1rem;font-weight:700;color:#2d3142;margin-bottom:.4rem;letter-spacing:.02em}.core-product-desc{font-size:.8rem;color:#2d3142;opacity:.75;margin-bottom:.8rem;line-height:1.4}.core-product-sizes{margin-bottom:.8rem}.core-size-label{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#2d3142;opacity:.6;margin-bottom:.5rem}.core-size-options{display:flex;gap:6px;flex-wrap:wrap}.core-size-btn{padding:8px 12px;background:transparent;border:3px solid #2d3142;border-radius:12px;font-size:.85rem;font-weight:900;color:#2d3142;cursor:pointer;transition:all .2s ease;min-width:44px;text-align:center}.core-size-btn:hover:not(:disabled){background:#98fb98;transform:translateY(-2px)}.core-size-btn.active{background:#0f0;box-shadow:0 4px #2d3142}.core-size-btn:disabled{opacity:.3;cursor:not-allowed;text-decoration:line-through}.core-product-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:.8rem;border-top:3px solid #2d3142}.core-product-price{font-family:Righteous,sans-serif;font-size:1.6rem;font-weight:700;color:#2d3142;letter-spacing:.02em}.core-buy-btn{padding:.7rem 1rem;background:#ffd93d;border:3px solid #2d3142;border-radius:50px;font-family:Fredoka,sans-serif;font-size:.85rem;font-weight:900;color:#2d3142;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .2s ease;white-space:nowrap;box-shadow:0 5px #2d3142}.core-buy-btn:hover{background:#ffc93d;transform:translateY(2px);box-shadow:0 3px #2d3142}.core-buy-btn:disabled{opacity:.4;cursor:not-allowed}.core-product.coming-soon{opacity:.9}.core-product.coming-soon .core-product-image{cursor:default}.core-product.coming-soon .core-product-image:after{display:none}.core-product.coming-soon .core-product-image:hover img{transform:none;filter:none}.badge-coming-soon{background:#3d5a80!important;color:#fff!important;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.05)}}.core-product-coming-soon{margin-top:auto;padding-top:.8rem;border-top:3px solid #2d3142;display:flex;flex-direction:column;gap:1rem}.coming-soon-message{display:flex;align-items:center;gap:1rem;padding:1rem;background:#e8f0f7;border:3px dashed #2d3142;border-radius:16px}.coming-soon-icon{font-size:2rem;flex-shrink:0;animation:swing 2s ease-in-out infinite}@keyframes swing{0%,to{transform:rotate(-10deg)}50%{transform:rotate(10deg)}}.coming-soon-text{flex:1}.coming-soon-text strong{display:block;font-family:Righteous,sans-serif;font-size:1.1rem;color:#2d3142;margin-bottom:.3rem}.coming-soon-text p{font-size:.85rem;color:#2d3142;opacity:.75;margin:0}.core-product.coming-soon .core-product-price{text-align:right;color:#2d3142;opacity:.6}.core-product-price-tbd{font-family:Righteous,sans-serif;font-size:1.4rem;font-weight:700;color:#2d3142;opacity:.5;letter-spacing:.05em;text-align:right;font-style:italic}@media(max-width:768px){.core-product-image{height:220px;padding:14px}.core-product{max-height:none}.core-product-image:after{display:none}.core-product-name{font-size:1.1rem}.core-product-desc{font-size:.9rem;line-height:1.5}.core-size-btn{padding:10px 14px;font-size:.9rem;min-width:48px;min-height:44px}.core-buy-btn{padding:.85rem 1.1rem;font-size:.9rem;min-height:48px}.core-product-price{font-size:1.5rem}.coming-soon-message{gap:.8rem;padding:1rem}.coming-soon-icon{font-size:1.7rem}.coming-soon-text strong{font-size:1.1rem}.coming-soon-text p{font-size:.85rem}}@media(max-width:480px){.core-product-image{height:200px;padding:12px}.core-product-info{padding:.9rem}.core-product-name{font-size:1.05rem}.core-product-desc{font-size:.85rem}.core-size-btn{padding:9px 12px;font-size:.85rem;min-width:44px;min-height:44px}.core-product-price{font-size:1.4rem}.core-buy-btn{padding:.75rem 1rem;font-size:.85rem;min-height:44px}}.product-image-skeleton{width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 20%,#f0f0f0 40% 100%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:8px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.product-image-container{position:relative;width:100%;height:100%}.product-image-container img{opacity:0;transition:opacity .3s ease-in}.product-image-container img.loaded{opacity:1}.size-chart-modal{position:fixed;inset:0;display:none;z-index:400;background:#000000bf;align-items:center;justify-content:center;padding:20px}.size-chart-modal.active{display:flex;animation:fadeIn .3s ease-out}.size-chart-overlay{position:absolute;inset:0;cursor:pointer}.size-chart-content{position:relative;z-index:1;max-width:700px;width:100%;max-height:90vh;background:#fff;border:none;border-radius:28px;overflow:hidden;box-shadow:0 0 0 4px #2d3142,0 10px 0 4px #2d3142;animation:slideUp .3s cubic-bezier(.68,-.55,.265,1.55);display:flex;flex-direction:column}.size-chart-header{padding:1.5rem;background:#ffd93d;border-bottom:4px solid #2d3142;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.size-chart-title{font-family:Righteous,sans-serif;font-size:1.6rem;color:#2d3142;letter-spacing:.05em;margin:0}.size-chart-close{width:auto;height:auto;padding:7px 9px;background:#fff;border:3px solid #2d3142;border-radius:12px;box-shadow:0 5px #2d3142;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.size-chart-close:hover{transform:translateY(2px);box-shadow:0 3px #2d3142;background:#ff6b9d}.size-chart-body{padding:2rem 1.5rem;overflow-y:auto;flex:1}.size-chart-intro{margin-bottom:1.5rem;padding:1rem;background:#e8f0f7;border:3px solid #2d3142;border-radius:16px}.size-chart-intro p{font-size:.95rem;line-height:1.6;margin:0}.size-chart-table-wrapper{overflow-x:auto;margin-bottom:1.5rem}.size-chart-table{width:100%;border-collapse:separate;border-spacing:0;border:4px solid #2d3142;border-radius:16px;overflow:hidden}.size-chart-table thead{background:#3d5a80}.size-chart-table th{padding:.9rem 1rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em;color:#fff;text-align:left;border-bottom:3px solid #2d3142}.size-chart-table tbody tr{background:#fff;transition:background .2s ease}.size-chart-table tbody tr:nth-child(2n){background:#f8f8f8}.size-chart-table tbody tr:hover{background:#ffd93d}.size-chart-table td{padding:.85rem 1rem;font-size:.9rem;color:#2d3142;border-bottom:2px solid #e0e0e0}.size-chart-table tbody tr:last-child td{border-bottom:none}.size-chart-table td:first-child{font-weight:900;font-size:1rem}.size-chart-tips{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.5rem;padding:1.2rem;background:#fff;border:3px dashed #2d3142;border-radius:16px}.size-tip{display:flex;align-items:flex-start;gap:.8rem;font-size:.85rem;line-height:1.5;color:#2d3142}.size-tip-icon{font-size:1.2rem;flex-shrink:0}.size-tip strong{font-weight:900;color:#3d5a80}.size-chart-note{padding:1rem;background:#ff6b9d;border:3px solid #2d3142;border-radius:16px;text-align:center;font-size:.9rem;line-height:1.5;box-shadow:0 4px #2d3142;font-family:Righteous,sans-serif}@media(max-width:768px){.size-chart-content{margin:0 10px}.size-chart-header{padding:1.2rem 1rem}.size-chart-title{font-size:1.3rem}.size-chart-body{padding:1.5rem 1rem}.size-chart-table th,.size-chart-table td{padding:.7rem .6rem;font-size:.85rem}.size-chart-tips{padding:1rem}.size-tip{font-size:.8rem}}.toast{position:fixed;top:80px;right:20px;z-index:600;display:flex;align-items:center;gap:12px;padding:1rem 1.2rem;min-width:300px;background:#fff;border:4px solid #2d3142;border-radius:20px;box-shadow:0 6px #2d3142,0 10px 30px #00000026;transform:translate(400px);opacity:0;transition:all .4s cubic-bezier(.68,-.55,.265,1.55)}.toast.toast-visible{transform:translate(0);opacity:1}.toast-icon{width:32px;height:32px;background:#0f0;border:3px solid #2d3142;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#2d3142;flex-shrink:0}.toast-icon svg{display:block}.toast-message{flex:1;font-family:Fredoka,sans-serif;font-size:.95rem;font-weight:700;color:#2d3142;line-height:1.3}.toast-close{width:28px;height:28px;padding:0;background:transparent;border:2px solid #2d3142;border-radius:50%;color:#2d3142;font-size:1.5rem;font-weight:700;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.toast-close:hover{background:#ff6b9d;color:#fff;transform:rotate(90deg)}@media(max-width:768px){.toast{top:70px;right:10px;left:10px;min-width:auto;max-width:calc(100% - 20px);padding:1.1rem 1.2rem}.toast-message{font-size:1rem}.toast-icon{width:36px;height:36px}.toast-close{width:32px;height:32px;min-width:44px;min-height:44px}}.legal-page{min-height:100vh;background:#fff;padding:2rem 1rem}.legal-container{max-width:800px;margin:0 auto;background:#e8f0f7;border:4px solid #2d3142;border-radius:24px;padding:2.5rem 2rem;box-shadow:0 8px #2d3142}.legal-header{text-align:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:3px solid #2d3142}.legal-header h1{font-size:2.5rem;color:#2d3142;margin-bottom:.5rem}.legal-updated{font-size:.85rem;color:#2d3142;opacity:.6;font-weight:600}.legal-content{display:flex;flex-direction:column;gap:2rem}.legal-section{background:#fff;padding:1.5rem;border:3px solid #2d3142;border-radius:16px}.legal-section h2{font-size:1.3rem;color:#2d3142;margin-bottom:1rem;font-weight:700}.legal-section p{color:#2d3142;line-height:1.7;margin-bottom:1rem;opacity:.85}.legal-section p:last-child{margin-bottom:0}.legal-section ul{margin:1rem 0;padding-left:1.5rem;color:#2d3142;opacity:.85}.legal-section li{margin:.5rem 0;line-height:1.6}.legal-section a{color:#3d5a80;font-weight:700;text-decoration:none;border-bottom:2px solid #3d5a80;transition:all .2s ease}.legal-section a:hover{color:#ff6b9d;border-bottom-color:#ff6b9d}.legal-footer{margin-top:2rem;padding-top:1.5rem;border-top:3px solid #2d3142;text-align:center}.legal-back-link{display:inline-block;padding:.8rem 1.5rem;background:#ffd93d;border:3px solid #2d3142;border-radius:50px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:900;color:#2d3142;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 5px #2d3142;transition:all .2s ease}.legal-back-link:hover{transform:translateY(2px);box-shadow:0 3px #2d3142}@media(max-width:768px){.legal-container{padding:2rem 1.5rem}.legal-header h1{font-size:2rem}.legal-section{padding:1.2rem}.legal-section h2{font-size:1.15rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes zoomIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.tier-1{font-family:Righteous,sans-serif;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#2d3142}.tier-2{font-family:Fredoka,sans-serif;font-weight:500;color:#2d3142;opacity:.85}.tier-3{font-family:Fredoka,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#2d3142;opacity:.6}.page-wrapper{min-height:100vh;display:flex;flex-direction:column;padding-bottom:0}.container{max-width:1400px;margin:0 auto;padding:0 1.5rem}header{position:sticky;top:0;z-index:200;background:#fff;border-bottom:4px solid #2d3142}.header-content{max-width:1400px;margin:0 auto;padding:.8rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.brand{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#2d3142}.brand-word{font-family:Righteous,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.brand-word:after{content:" •"}.nav-logo{font-family:Fredoka,sans-serif;font-weight:600;letter-spacing:.03em}.nav-logo span{color:#ff6b9d;font-weight:900}.header-actions{display:flex;align-items:center;gap:1rem}.size-guide-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#3d5a80;border:3px solid #2d3142;border-radius:50px;font-family:Fredoka,sans-serif;font-size:.85rem;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .2s ease;box-shadow:0 5px #2d3142}.size-guide-btn:hover{background:#2d4a66;transform:translateY(2px);box-shadow:0 3px #2d3142}.cart-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#fff;border:3px solid #2d3142;border-radius:50px;font-family:Fredoka,sans-serif;font-size:.85rem;font-weight:900;color:#2d3142;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .2s ease;box-shadow:0 5px #2d3142}.cart-btn:hover{transform:translateY(2px);box-shadow:0 3px #2d3142}.cart-btn.has-items{background:#ff6b9d;color:#fff}.cart-label{font-size:.85rem}.cart-count{display:flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;background:#2d3142;color:#fff;border-radius:50%;font-size:.75rem;font-weight:900;line-height:1}.cart-btn.has-items .cart-count{background:#fff;color:#ff6b9d}.main-compact{flex:1;padding-top:.8rem;padding-bottom:1.5rem}.core-toolbar-compact{margin-bottom:.8rem;padding-bottom:.6rem;border-bottom:3px solid #2d3142}.core-count{font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2d3142;opacity:.7}.core-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;max-width:900px;margin:0 auto}.footer-compact{margin-top:auto;padding:1rem 0;border-top:3px solid #2d3142}.footer-content{max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.footer-text{font-size:.8rem;color:#2d3142;opacity:.6;font-weight:600;letter-spacing:.05em}.footer-link{font-size:.75rem;font-weight:700;color:#2d3142;opacity:.6;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;transition:opacity .2s}.footer-link:hover{opacity:1}@media(max-width:768px){.header-content{padding:1rem;gap:1rem}.brand{flex-direction:column;align-items:flex-start;gap:.25rem}.brand-word{font-size:1rem;line-height:1.2}.brand-word:after{content:""}.nav-logo{font-size:.8rem;line-height:1.2}.header-actions{gap:.8rem}.size-guide-btn{padding:.8rem 1rem;font-size:.9rem;min-height:44px}.cart-label{display:none}.cart-btn{padding:.8rem 1rem;min-height:44px}.cart-count{min-width:24px;height:24px;font-size:.8rem}.main-compact{padding-top:1rem;padding-bottom:2rem}.core-grid{grid-template-columns:1fr;max-width:100%;gap:2rem}.footer-content{flex-direction:column;text-align:center;gap:.8rem;padding:1rem 1.5rem}.footer-link{font-size:.85rem;padding:.5rem;min-height:44px;display:inline-flex;align-items:center}}@media(max-width:480px){.header-content{padding:.9rem}.brand-word{font-size:.95rem}.nav-logo{font-size:.75rem}.cart-btn{font-size:.85rem;padding:.75rem .9rem}.size-guide-btn{font-size:.85rem;padding:.75rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;background:#fff;color:#2d3142;caret-color:transparent}
