:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.checkout-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.checkout-modal{background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;animation:slideInUp .3s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.checkout-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e5e7}.checkout-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#1d1d1f}.close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#86868b;padding:.5rem;border-radius:50%;transition:all .2s ease}.close-button:hover{background-color:#f5f5f7;color:#1d1d1f}.checkout-content{padding:2rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width: 768px){.checkout-content{grid-template-columns:1fr;gap:1.5rem}.checkout-header,.checkout-content{padding:1rem}}.order-summary{background-color:#f5f5f7;padding:1.5rem;border-radius:8px;height:fit-content}.order-summary h3{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#1d1d1f}.cart-items{margin-bottom:1.5rem}.cart-item{padding:1rem 0;border-bottom:1px solid #e5e5e7;display:flex;justify-content:space-between;align-items:center;gap:1rem}.cart-item:last-child{border-bottom:none}.item-details{flex:1;display:flex;flex-direction:column;gap:.25rem}.item-name{font-weight:500;color:#1d1d1f;font-size:.9rem}.item-price{color:#007aff;font-weight:600;font-size:.9rem}.item-controls{display:flex;align-items:center;gap:.5rem}.quantity-btn{background:#007aff;color:#fff;border:none;width:28px;height:28px;border-radius:50%;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.quantity-btn:hover:not(:disabled){background:#0056b3;transform:scale(1.1)}.quantity-btn:disabled{background:#86868b;cursor:not-allowed;transform:none}.quantity{background:#fff;color:#1d1d1f;padding:.25rem .5rem;border-radius:4px;font-weight:600;min-width:20px;text-align:center;font-size:.9rem}.remove-btn{background:#ff3b30;color:#fff;border:none;width:28px;height:28px;border-radius:50%;font-size:.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.remove-btn:hover{background:#d70015;transform:scale(1.1)}.totals{border-top:2px solid #e5e5e7;padding-top:1rem}.total-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.9rem}.total-row.final{font-weight:600;font-size:1.1rem;color:#1d1d1f;border-top:1px solid #e5e5e7;padding-top:1rem;margin-top:.5rem}.empty-cart{text-align:center;padding:2rem 1rem}.empty-cart p{color:#86868b;margin-bottom:1rem;font-size:1rem}.continue-shopping-btn{background:#007aff;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.continue-shopping-btn:hover{background:#0056b3;transform:translateY(-1px)}.checkout-form h3{margin:0 0 1.5rem;font-size:1.1rem;font-weight:600;color:#1d1d1f}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.form-row{grid-template-columns:1fr;gap:0}}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:500;color:#1d1d1f}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid #d2d2d7;border-radius:8px;font-size:.9rem;transition:border-color .2s ease;box-sizing:border-box}.form-group input:focus,.form-group select:focus{outline:none;border-color:#007aff;box-shadow:0 0 0 3px #007aff1a}.checkout-button{width:100%;background:linear-gradient(135deg,#007aff,#0056b3);color:#fff;border:none;padding:1rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:1rem}.checkout-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #007aff4d}.checkout-button:disabled{background:#86868b;cursor:not-allowed;transform:none;box-shadow:none}.error-message{background-color:#fef2f2;color:#dc2626;padding:.75rem;border-radius:6px;border:1px solid #fecaca;margin-bottom:1rem;font-size:.9rem}.checkout-info{margin-top:1.5rem;padding:1rem;background-color:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;text-align:center}.checkout-info p{margin:.5rem 0;font-size:.85rem;color:#0369a1;line-height:1.4}.checkout-info p:first-child{font-weight:600}.checkout-button:disabled{position:relative}.checkout-button:disabled:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.discount-code-row{display:flex;gap:.5rem;margin-top:.25rem}.discount-code-row .form-input{flex:1;min-width:0}.apply-discount-btn{flex-shrink:0;padding:.75rem 1.25rem;background:linear-gradient(135deg,#007aff,#0056b3);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.apply-discount-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #007aff4d}.discount-applied{background-color:#d4edda;color:#155724;padding:8px 12px;border-radius:4px;margin-top:8px;font-size:14px;border:1px solid #c3e6cb;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.remove-discount-link{background:none;border:none;color:#0d6efd;text-decoration:underline;cursor:pointer;font-size:13px;padding:0}.remove-discount-link:hover{color:#0056b3}.discount-invalid{margin-top:8px;padding:8px 12px;background-color:#f8d7da;color:#721c24;border-radius:4px;font-size:14px;border:1px solid #f5c6cb}.total-row.discount{color:#28a745;font-weight:600}.total-row.discount span:last-child{color:#28a745}.form-input{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:16px;transition:border-color .3s ease}.form-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.form-input:invalid{border-color:#dc3545;box-shadow:0 0 0 2px #dc354540}.form-input:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 2px #dc354540}.form-input:valid{border-color:#28a745}.form-input:valid:focus{border-color:#28a745;box-shadow:0 0 0 2px #28a74540}.form-input::placeholder{color:#6c757d;opacity:.7}.form-group.error .form-input{border-color:#dc3545}.form-group.error label{color:#dc3545}.error-message{background-color:#f8d7da;color:#721c24;padding:12px;border-radius:4px;margin:16px 0;border:1px solid #f5c6cb;font-size:14px}.form-help{display:block;margin-top:4px;font-size:12px;color:#6c757d;font-style:italic}.size-guide-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.size-guide-modal{background-color:#fff;padding:2rem;border-radius:8px;max-width:800px;width:90%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 4px 6px #0000001a;color:#333}.close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;line-height:1;color:#666}.close-button:hover{color:#000}.size-guide-container{display:flex;flex-direction:column;gap:2rem}.size-guide-section{margin-bottom:1.5rem}.size-guide-section h1{margin-bottom:1.5rem;color:#2c3e50;font-size:2rem;font-weight:600}.size-guide-section h2{margin-bottom:1rem;color:#34495e;font-size:1.5rem;font-weight:600}.size-guide-section p{color:#555;line-height:1.6;margin-bottom:1rem}.measurement-steps{padding-left:1.5rem;color:#555}.measurement-steps li{margin-bottom:.5rem;color:#555;line-height:1.6}.size-chart{width:100%;border-collapse:collapse;margin-top:1rem}.size-chart th,.size-chart td{padding:.75rem;text-align:center;border:1px solid #ddd;color:#333}.size-chart th{background-color:#f5f5f5;font-weight:700;color:#2c3e50}.size-chart tr:nth-child(2n){background-color:#f9f9f9}.size-chart tr:nth-child(odd){background-color:#fff}@media (max-width: 768px){.size-guide-modal{width:95%;padding:1rem}.size-guide-section h1{font-size:1.5rem}.size-guide-section h2{font-size:1.3rem}}.about-container{min-height:100vh;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,sans-serif}.about-header{background-color:#fff;box-shadow:0 2px 4px #0000001a;padding:1rem 0;position:sticky;top:0;z-index:1000}.header-content{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo a{color:#2c3e50;text-decoration:none;font-size:1.5rem;font-weight:700}.navigation{display:flex;gap:2rem;align-items:center}.navigation a{color:#2c3e50;text-decoration:none;font-weight:500;transition:color .3s ease}.navigation a:hover,.navigation a.active{color:#3498db}.about-main{flex:1;padding:2rem 0}.about-content{max-width:1200px;margin:0 auto;padding:0 2rem}.about-content h1{font-size:2.5rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:3rem;letter-spacing:-.02em}.about-section{margin-bottom:3rem}.about-section h2{font-size:1.8rem;font-weight:600;color:#2c3e50;margin-bottom:1.5rem;border-bottom:2px solid #3498db;padding-bottom:.5rem}.about-section p{font-size:1.1rem;line-height:1.7;color:#555;margin-bottom:1rem}.products-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:1.5rem}.product-category{background-color:#f8f9fa;padding:1.5rem;border-radius:12px;border-left:4px solid #3498db}.product-category h3{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.product-category p{font-size:1rem;line-height:1.6;color:#666;margin:0}.features-list{list-style:none;padding:0}.features-list li{font-size:1.1rem;line-height:1.6;color:#555;margin-bottom:1rem;padding-left:1.5rem;position:relative}.features-list li:before{content:"✓";position:absolute;left:0;color:#27ae60;font-weight:700;font-size:1.2rem}.terms-section .terms-meta{color:#666;font-size:1rem;margin-bottom:1.5rem}.terms-section h3{font-size:1.25rem;font-weight:600;color:#2c3e50;margin-top:1.5rem;margin-bottom:.5rem}.terms-section h3:first-of-type{margin-top:0}.terms-section .terms-list{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.terms-section .terms-list li{margin-bottom:.25rem}.terms-section a{color:#3498db;text-decoration:none}.terms-section a:hover{text-decoration:underline}.cta-buttons{display:flex;gap:1rem;margin-top:2rem;justify-content:center}.cta-button{display:inline-block;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;text-align:center;min-width:140px}.cta-button.primary{background-color:#3498db;color:#fff}.cta-button.primary:hover{background-color:#2980b9;transform:translateY(-2px);box-shadow:0 4px 12px #3498db4d}.cta-button.secondary{background-color:transparent;color:#3498db;border:2px solid #3498db}.cta-button.secondary:hover{background-color:#3498db;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #3498db4d}.about-footer{background-color:#f5f5f7;border-top:1px solid rgba(0,0,0,.1);padding:2rem 0;margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto;text-align:center;padding:0 2rem}.footer-content p{font-size:.9rem;color:#86868b;margin:0}@media (max-width: 768px){.about-content{padding:0 1rem}.about-content h1{font-size:2rem;margin-bottom:2rem}.about-section h2{font-size:1.5rem}.products-overview{grid-template-columns:1fr;gap:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:300px}.navigation{display:none}}.return-policy-container{min-height:100vh;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,sans-serif}.return-policy-main{flex:1;padding:2rem 0}.return-policy-content{max-width:1200px;margin:0 auto;padding:0 2rem}.return-policy-content h1{font-size:2.5rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:3rem;letter-spacing:-.02em}.return-policy-section{margin-bottom:3rem}.return-policy-section h2{font-size:1.8rem;font-weight:600;color:#2c3e50;margin-bottom:1.5rem;border-bottom:2px solid #3498db;padding-bottom:.5rem}.return-policy-section p{font-size:1.1rem;line-height:1.7;color:#555;margin-bottom:1rem}.policy-list{list-style:none;padding:0;margin:1rem 0}.policy-list li{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.policy-list li:before{content:"•";position:absolute;left:0;color:#3498db;font-weight:700;font-size:1.3rem}@media (max-width: 768px){.return-policy-content{padding:0 1rem}.return-policy-content h1{font-size:2rem;margin-bottom:2rem}.return-policy-section h2{font-size:1.5rem}.return-policy-section p,.policy-list li{font-size:1rem}}
