:root{--black:#0a0a0a;--white:#fff;--red:#dc2626;--red-dark:#b91c1c;--red-light:#ef4444;--orange:#ff8c00;--orange-dark:#e67e00;--gray-light:#f5f5f5;--gray:#e5e5e5;--gray-dark:#737373;--text:#1a1a1a;--text-muted:#6b7280;--border:#e5e5e5;--shadow:0 2px 8px #0000001a;--shadow-lg:0 8px 24px #0000001f;--radius:8px;--radius-lg:12px;--transition:all .2s ease}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--white);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;max-width:100vw;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;transition:var(--transition);text-decoration:none}a:hover{color:var(--red)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;overflow-x:visible}.app{flex-direction:column;min-height:100vh;display:flex}.main-content{background:var(--white);flex:1;min-height:100vh;position:relative}.header{background:var(--black);color:var(--white);z-index:100;box-shadow:var(--shadow);border-bottom:4px solid #dc2626;border-image:linear-gradient(90deg,#dc2626 11%,#f80 100%) 1;position:sticky;top:0;overflow-x:hidden}.top-bar{text-align:center;background:#ffffff0d;border-bottom:1px solid #ffffff1a;justify-content:center;align-items:center;padding:.875rem 1.5rem;font-size:.9375rem;display:flex}.top-bar span{align-items:center;gap:.25rem;display:flex}.top-bar strong{font-weight:600}.top-bar a{color:var(--white);transition:var(--transition);font-weight:700}.top-bar a:hover{color:var(--red-light);text-decoration:underline}.nav{justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.search-container{flex:1;min-width:0;max-width:500px;margin:0 1.5rem;position:relative}.search-form{width:100%;position:relative}.search-form:focus-within .search-input{background:#ffffff2e;border-color:#ef4444d9;box-shadow:0 0 0 3px #ef444440}.search-input{color:#fff;-webkit-text-fill-color:#fff;caret-color:#fff;background:#ffffff1f;border:1px solid #ffffff47;border-radius:999px;outline:none;width:100%;padding:.6rem 2.75rem .6rem 1.1rem;font-size:.9375rem;transition:border-color .2s,box-shadow .2s,background .2s}.search-input:-webkit-autofill{-webkit-text-fill-color:#fff;transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #ffffff1a}.search-input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #ffffff1a}.search-input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #ffffff1a}.search-input:focus{caret-color:#fff;background:#ffffff2e;border-color:#ef4444d9}.search-submit-btn{cursor:pointer;color:#fffc;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;justify-content:center;align-items:center;padding:.35rem;transition:background .2s,color .2s,border-color .2s;display:flex;position:absolute;top:50%;right:.55rem;transform:translateY(-50%)}.search-submit-btn:hover{color:var(--white);background:#fff3;border-color:#ffffff59}.search-results-dropdown{z-index:1000;background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;max-height:400px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.search-results-dropdown--portal{margin-top:0;right:auto}.search-result-item{cursor:pointer;border-bottom:1px solid #f1f5f9;padding:.75rem 1rem;transition:background-color .2s}.search-result-item:hover{background-color:#f8fafc}.search-result-item:last-of-type{border-bottom:none}.search-result-name{color:#0f172a;margin-bottom:.25rem;font-weight:600}.search-result-image{object-fit:cover;border-radius:4px;width:40px;height:40px;margin-top:.5rem}.search-results-footer{text-align:center;color:#64748b;border-top:1px solid #e2e8f0;padding:.75rem 1rem;font-size:.875rem}@media (max-width:768px){.top-bar{-webkit-overflow-scrolling:touch;padding:.5rem 1rem;font-size:.8125rem;overflow-x:auto}.nav{flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem;position:relative;overflow-x:auto}.logo{flex-shrink:0;font-size:1.125rem}.search-container{flex-basis:100%;order:2;width:100%;min-width:0;max-width:none;margin:0}.mobile-menu-toggle{z-index:101;flex-shrink:0;order:1;align-items:center;margin-left:auto;display:flex!important}.nav-links{background:var(--black);z-index:99;border-top:none;flex-direction:column;align-items:flex-start;gap:1rem;width:calc(100vw - 2rem);max-height:0;padding:0;transition:max-height .3s,padding .3s;display:flex;position:fixed;top:158px;left:1rem;right:auto;overflow:hidden;box-shadow:0 4px 6px #0000004d}.nav-links.mobile-open{max-height:calc(100vh - 200px);padding:1rem;overflow-y:auto}.nav-links a{width:100%;padding:.75rem 0;display:block}.market-selector,.market-select{width:100%}.search-input{padding:.625rem 2.5rem .625rem 1rem;font-size:16px}.search-results-dropdown{border-left:none;border-right:none;border-radius:0;max-height:60vh;margin-top:0;box-shadow:0 4px 12px #00000026}.search-result-item{padding:1rem}.search-result-name{font-size:.9375rem}.search-results-footer{padding:1rem;font-size:.8125rem}.nav-links.mobile-open~.search-container{display:none}}@media (max-width:768px) and (min-width:481px){.top-bar{padding:.5rem 1rem;font-size:.75rem}.top-bar span{text-align:center;flex-wrap:wrap;justify-content:center}.nav-links{width:min(100vw - 2rem,360px);top:162px}.logo-image{max-width:180px;height:42px}}@media (max-width:1024px){.container{padding:0 1rem}.top-bar{text-align:center;word-break:break-word;flex-wrap:wrap;justify-content:center;padding:.625rem 1rem;font-size:.8125rem}.top-bar span{flex-wrap:wrap;justify-content:center}.nav{flex-wrap:nowrap;align-items:center;gap:.75rem;padding:.875rem 1rem}.search-container{flex:1;min-width:0;max-width:280px;margin:0 .5rem}.logo{flex-shrink:0;font-size:1.25rem}.logo-image{max-width:200px;height:44px}.mobile-menu-toggle{z-index:101;flex-shrink:0;justify-content:center;align-items:center;padding:.5rem;display:flex!important}.nav-links{background:var(--black);z-index:99;border-radius:0 0 8px 8px;flex-direction:column;align-items:flex-start;gap:.75rem;width:calc(100vw - 2rem);max-width:400px;max-height:0;padding:0;transition:max-height .3s,padding .3s;display:flex;position:fixed;top:108px;left:1rem;right:auto;overflow:hidden;box-shadow:0 4px 12px #0000004d}.nav-links.mobile-open{max-height:calc(100vh - 140px);padding:1rem;overflow-y:auto}.nav-links a{width:100%;padding:.75rem 0;display:block}.market-selector,.market-select{width:100%}.nav-links.mobile-open~.search-container{display:none}}@media (max-width:480px){.nav{gap:.25rem;padding:.75rem;overflow-x:auto}.logo{flex-shrink:0;min-width:fit-content;font-size:1rem}.logo-image{max-width:200px;height:35px}.mobile-menu-toggle{flex-shrink:0;min-width:40px}.search-input{padding:.625rem 2.5rem .625rem .75rem;font-size:16px}.search-submit-btn{padding:.3rem;right:.5rem}.market-selector{min-width:fit-content}}.logo{letter-spacing:.02em;color:var(--white);transition:var(--transition);align-items:center;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.logo-image{object-fit:contain;width:auto;max-width:300px;height:50px;transition:var(--transition)}.logo:hover .logo-image{opacity:.9;transform:translateY(-1px)}.logo:hover{color:var(--red-light);transform:translateY(-1px)}.nav-links{align-items:center;gap:2rem;display:flex}.market-selector{align-items:center;display:flex}.market-select{color:#ffffffe6;cursor:pointer;transition:var(--transition);border:1px solid #fff3;border-radius:4px;outline:none;min-width:100px;padding:.5rem 2rem .5rem .75rem;font-size:.9375rem;font-weight:500;appearance:none!important;background-color:#0000!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='rgba(255,255,255,0.7)' d='M6 9L1 4h10z'/%3E%3C/svg%3E")!important;background-position:right .5rem center!important;background-repeat:no-repeat!important;background-size:10px!important}.market-select:hover{color:#fff;border-color:#fff6;background-color:#0000!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='white' d='M6 9L1 4h10z'/%3E%3C/svg%3E")!important;background-position:right .5rem center!important;background-repeat:no-repeat!important;background-size:10px!important}.market-select:focus{color:#fff;border-color:#dc2626cc;box-shadow:0 0 0 2px #dc262633;background-color:#0000!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='white' d='M6 9L1 4h10z'/%3E%3C/svg%3E")!important;background-position:right .5rem center!important;background-repeat:no-repeat!important;background-size:10px!important}.market-select option{color:#fff;background:#0f172a;padding:.5rem}.market-select option:checked{color:#fff;background:#1a1f3a}.mobile-menu-toggle{cursor:pointer;z-index:101;background:0 0;border:none;padding:.5rem;display:none}.hamburger{flex-direction:column;gap:5px;width:24px;height:18px;display:flex;position:relative}.hamburger span{background:var(--white);transform-origin:50%;border-radius:1px;width:100%;height:2px;transition:all .25s;display:block}.hamburger.open span:first-child{transform:translateY(8px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.nav-links a{color:#ffffffe6;transition:var(--transition);cursor:pointer;padding:.5rem 0;font-weight:500;text-decoration:none;display:inline-block;position:relative}.nav-links a:hover,.nav-links a.active{color:var(--white)}.nav-links a:hover:after,.nav-links a.active:after{content:"";background:var(--red);height:2px;position:absolute;bottom:0;left:0;right:0}.cart-badge{background:var(--red);color:var(--white);text-align:center;border-radius:12px;min-width:1.5rem;margin-left:.5rem;padding:.125rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.cart-menu{position:relative}.cart-dropdown{background:var(--white);border:1px solid var(--border);border-radius:8px;width:320px;max-height:400px;box-shadow:0 4px 20px #00000026}.cart-dropdown-header{border-bottom:1px solid var(--border);padding:1rem}.cart-dropdown-header h4{color:var(--text);margin:0;font-size:1rem;font-weight:600}.cart-dropdown-items{max-height:250px;overflow-y:auto}.cart-dropdown-item{border-bottom:1px solid var(--border-light);align-items:center;padding:.75rem 1rem;display:flex}.cart-dropdown-item:last-child{border-bottom:none}.cart-dropdown-item-image{border-radius:4px;flex-shrink:0;width:48px;height:48px;margin-right:.75rem;overflow:hidden}.cart-dropdown-item-image img{object-fit:cover;width:100%;height:100%}.cart-dropdown-item-info{flex:1;min-width:0}.cart-dropdown-item-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:.875rem;font-weight:500;overflow:hidden}.cart-dropdown-item-details{color:var(--text-muted);font-size:.75rem}.cart-dropdown-more{text-align:center;color:var(--text-muted);border-top:1px solid var(--border-light);padding:.75rem 1rem;font-size:.875rem}.cart-dropdown-footer{border-top:1px solid var(--border);text-align:center;padding:1rem}.cart-dropdown-footer .btn{width:100%}.hero{color:var(--white);background:0 0;padding:0;position:relative;overflow:hidden}.hero-slideshow{width:100%;height:600px;min-height:600px;position:relative}.hero-slides-container{width:100%;height:100%;position:relative}.hero-slide{opacity:0;z-index:1;width:100%;height:100%;transition:opacity .8s ease-in-out;position:absolute;top:0;left:0}.hero-slide.active{opacity:1;z-index:2}.hero-slide img{object-fit:cover;width:100%;height:100%;display:block}.hero-slide-overlay{z-index:3;justify-content:flex-start;align-items:center;width:100%;height:100%;padding:0 3rem;display:flex;position:absolute;top:0;left:0}.hero-content{text-align:left;z-index:4;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border-radius:8px;max-width:500px;margin:0 0 0 2rem;padding:2rem;position:relative}.hero-content h1{color:var(--white);text-shadow:2px 2px 4px #000c;margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2}.hero-subtitle{color:#ffffffe9;text-shadow:1px 1px 2px #000c;margin-bottom:2rem;font-size:1.25rem;line-height:1.6}.hero-actions{flex-wrap:wrap;justify-content:flex-start;gap:1rem;display:flex}.hero-pagination{z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000080;border-radius:2rem;gap:.75rem;padding:.5rem 1rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-pagination-dot{cursor:pointer;background:0 0;border:2px solid #ffffffb3;border-radius:50%;outline:none;width:12px;height:12px;padding:0;transition:all .3s}.hero-pagination-dot:hover{border-color:var(--white);background:#ffffff4d;transform:scale(1.2)}.hero-pagination-dot.active{background:var(--white);border-color:var(--white);border-radius:999px;width:32px}.hero-logos{z-index:5;align-items:center;gap:1rem;display:flex;position:absolute;bottom:2rem;right:2rem}.hero-logos img{opacity:.9;width:auto;height:60px;transition:opacity .3s}.hero-logos img:hover{opacity:1}.logo-white{filter:brightness(0)invert()}@media (max-width:1024px){.hero-slideshow{height:500px;min-height:500px}.hero-content{max-width:550px;margin-left:2rem;padding:2rem}.hero-content h1{font-size:clamp(2rem,4vw,3rem)}.hero-subtitle{font-size:1.125rem}}@media (max-width:768px){.hero-slideshow{height:500px;min-height:500px}.hero-slide-overlay{align-items:flex-start;padding-top:2rem}.hero-content{max-width:90%;margin:1rem;padding:1.5rem}.hero-content h1{margin-bottom:1rem;font-size:clamp(1.5rem,6vw,2.5rem)}.hero-subtitle{margin-bottom:1.5rem;font-size:1rem}.hero-pagination{padding:.5rem;bottom:1rem}.hero-logos{bottom:1rem;right:1rem}.hero-logos img{height:40px}}@media (max-width:480px){.hero-slideshow{height:480px;min-height:480px}.hero-slide-overlay{align-items:flex-start;padding-top:1rem}.hero-content{max-width:95%;margin:.5rem;padding:1rem}.hero-content h1{font-size:clamp(1.25rem,7vw,2rem)}.hero-subtitle{font-size:.9rem}.hero-pagination{gap:.5rem;bottom:.5rem}.hero-pagination-dot{width:10px;height:10px}.hero-pagination-dot.active{width:24px}.hero-logos{gap:.5rem;bottom:.5rem;right:.5rem}.hero-logos img{height:30px}}.features{background:var(--white);padding:4rem 1.5rem}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.feature-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;transition:var(--transition);box-shadow:var(--shadow);padding:2rem}.feature-card:hover{box-shadow:var(--shadow-lg);border-color:var(--red);transform:translateY(-4px)}.feature-card h3{color:var(--red);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.feature-card p{color:var(--text-muted);font-size:1rem;line-height:1.6}@media (max-width:1024px){.feature-grid{grid-template-columns:repeat(2,1fr)}}.featured-categories{background:#fff;padding:4rem 1.5rem}.featured-products{background:var(--gray-light);padding:4rem 1.5rem}.section-header{justify-content:space-between;align-items:center;max-width:1200px;margin-bottom:2rem;margin-left:auto;margin-right:auto;display:flex}.section-header h2{text-transform:uppercase;letter-spacing:.05em;color:var(--text);font-size:2rem;font-weight:700}.view-all-link{color:var(--red);transition:var(--transition);font-weight:600;text-decoration:none}.view-all-link:hover{text-decoration:underline}.featured-products-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;max-width:1400px;margin:0 auto;display:grid}.featured-product-detail-card{background:var(--white);border-radius:var(--radius-lg);transition:var(--transition);box-shadow:var(--shadow);border:1px solid var(--border);flex-direction:column;display:flex;overflow:hidden}.featured-product-detail-card:hover{box-shadow:var(--shadow-lg);border-color:var(--red)}.featured-product-detail-image{background:var(--gray-light);flex-shrink:0;width:100%;height:350px;position:relative;overflow:hidden}.featured-product-detail-image img{object-fit:cover;width:100%;height:100%}.featured-product-detail-info{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex}.featured-product-detail-header{flex-direction:column;gap:.5rem;display:flex}.featured-product-detail-header h3{color:var(--black);margin:0;font-size:1.5rem;font-weight:700}.featured-product-description{color:var(--text);font-size:.95rem;line-height:1.6}@media (max-width:1024px){.featured-products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.featured-products-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.featured-product-detail-image{height:280px}.featured-product-detail-header h3{font-size:1.25rem}.featured-product-description{font-size:.9rem}}@media (max-width:480px){.featured-products-grid{grid-template-columns:1fr;gap:1rem}.featured-product-detail-image{height:250px}.featured-product-detail-info{gap:.75rem;padding:1rem}.featured-product-detail-header h3{font-size:1.1rem}.featured-product-description{font-size:.875rem}}.featured-product-description p{margin:0}.featured-size-selector{flex-direction:column;gap:.5rem;display:flex}.featured-size-selector label{color:var(--text);font-size:.875rem;font-weight:600}.featured-product-actions{flex-direction:column;gap:1rem;margin-top:.5rem;display:flex}.featured-product-actions .quantity-selector{align-items:center;gap:1rem;display:flex}.featured-product-actions .quantity-selector label{min-width:80px;font-size:.875rem;font-weight:600}.featured-product-card{background:var(--white);border-radius:var(--radius-lg);transition:var(--transition);box-shadow:var(--shadow);border:1px solid var(--border);text-decoration:none;display:block;overflow:hidden}.featured-product-card:hover{box-shadow:var(--shadow-lg);border-color:var(--red);transform:translateY(-4px)}.featured-product-image{background:var(--gray-light);width:100%;height:300px;position:relative;overflow:hidden}.featured-product-image img{object-fit:cover;width:100%;height:100%}.featured-product-info{padding:1.5rem}.featured-product-info h3{color:var(--text);margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.3}.featured-product-price{color:var(--red);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.featured-product-shipping{color:var(--text-muted);margin:0;font-size:.875rem}.about-quality-section{background:var(--white);padding:0}.about-quality-container{max-width:100%}.about-quality-row{grid-template-columns:1fr 1fr;gap:0;min-height:400px;display:grid}.about-quality-row.reverse{grid-template-columns:1fr 1fr}.about-quality-row.reverse .about-quality-text{order:1}.about-quality-row.reverse .about-quality-image{order:2}.about-quality-image{background:var(--gray-light);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.about-quality-image .image-placeholder-large{background:var(--gray-light);width:100%;height:100%;color:var(--text-muted);text-transform:uppercase;text-align:center;justify-content:center;align-items:center;padding:2rem;font-size:1.25rem;font-weight:600;display:flex}.about-quality-image img{object-fit:cover;width:100%;height:100%;display:block}.image-preview{border:1px solid var(--border);border-radius:var(--radius);background:var(--gray-light);max-width:400px;margin-top:1rem;overflow:hidden}.image-preview img{object-fit:contain;width:100%;height:auto;max-height:300px;display:block}.about-quality-text{background:var(--white);flex-direction:column;justify-content:center;padding:4rem;display:flex}.about-quality-text h2{color:var(--text);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.about-quality-text p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.8}.about-quality-text .btn{align-self:flex-start;margin-top:1rem}@media (max-width:1024px){.about-quality-row{min-height:350px}.about-quality-text{padding:3rem}.about-quality-text h2{font-size:2rem}.about-quality-text p{font-size:1rem}}@media (max-width:768px){.about-quality-row{grid-template-columns:1fr;min-height:auto}.about-quality-row.reverse{grid-template-columns:1fr}.about-quality-row.reverse .about-quality-text{order:2}.about-quality-row.reverse .about-quality-image{order:1}.about-quality-image{min-height:300px}.about-quality-text{padding:2.5rem 1.5rem}.about-quality-text h2{margin-bottom:1rem;font-size:1.75rem}.about-quality-text p{margin-bottom:1rem;font-size:1rem}}@media (max-width:480px){.about-quality-image{min-height:250px}.about-quality-image .image-placeholder-large{padding:1rem;font-size:1rem}.about-quality-text{padding:1.5rem 1rem}.about-quality-text h2{margin-bottom:.75rem;font-size:1.5rem}.about-quality-text p{font-size:.9375rem}}.quality-features-section{background:var(--white);padding:4rem 1.5rem}.quality-feature{text-align:center;transition:var(--transition);padding:2rem 1rem}.quality-feature:hover{transform:translateY(-4px)}.quality-feature svg{margin:0 auto 1rem;display:block}.quality-feature h3{color:var(--text);text-transform:capitalize;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.quality-feature p{color:var(--text-muted);margin:0;font-size:.875rem}.cta{background:var(--white);color:var(--text);text-align:center;padding:4rem 1.5rem}.cta h2{color:var(--text);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.cta p{color:var(--text-muted);margin-bottom:2rem;font-size:1.25rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.page-header{background:var(--black);color:var(--white);text-align:center;padding:2rem 1.5rem}.page-header h1{word-break:break-word;overflow-wrap:break-word;margin-bottom:.5rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.page-header p{color:#ffffffe6;word-break:break-word;overflow-wrap:break-word;font-size:1.125rem}@media (max-width:768px){.page-header{padding:1.5rem 1rem}.page-header h1{font-size:1.5rem}.page-header p{font-size:1rem}}@media (max-width:480px){.page-header{padding:1rem .75rem}.page-header h1{font-size:1.25rem}.page-header p{font-size:.9rem}}.btn{text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius);cursor:pointer;transition:var(--transition);border:none;justify-content:center;align-items:center;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn:active{transform:translateY(0)}.product-vendor-detail{color:var(--red-dark);text-transform:capitalize;word-break:break-word;overflow-wrap:break-word;margin-bottom:.5rem;font-size:.875rem;font-weight:600}@media (max-width:768px){.product-vendor-detail{font-size:.8125rem}}@media (max-width:480px){.product-vendor-detail{font-size:.75rem}}.btn-primary{color:var(--white);background:red}.btn-primary:hover{background:var(--red-dark);color:var(--white)}.btn-outline{color:var(--white);border:2px solid var(--white);background:0 0}.btn-outline:hover{background:var(--white);color:var(--black)}.btn-ghost{color:var(--text);border:2px solid var(--border);background:0 0}.btn-ghost:hover{background:var(--gray-light);border-color:var(--red);color:var(--red)}.btn-large{padding:1rem 2.25rem;font-size:1.125rem}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.market-selector-section{background:var(--gray-light);padding:2rem 1.5rem}.market-controls{flex-wrap:wrap;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.market-toggle{align-items:center;gap:1rem;display:flex}.market-toggle label{color:var(--text);font-weight:600}.toggle{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);gap:.5rem;padding:.25rem;display:inline-flex}.province-select{flex-direction:column;gap:.5rem;display:flex}.province-select label{color:var(--text);font-weight:600}.filters-section{background:var(--gray-light);padding:2rem 1.5rem}.filters-container{max-width:1200px;margin:0 auto}.filters-container h2{color:var(--text);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.filter-grid{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.form-input,.form-select,.form-textarea{border:1px solid var(--border);border-radius:var(--radius);width:100%;transition:var(--transition);background:var(--white);padding:.75rem;font-family:inherit;font-size:1rem}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--red);outline:none;box-shadow:0 0 0 3px #dc26261a}.form-textarea{resize:vertical;min-height:100px}.products-section{padding:3rem 1.5rem}.products-header{margin-bottom:2rem}.products-header h2{color:var(--text);font-size:1.75rem;font-weight:700}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.product-card-link{color:inherit;transition:var(--transition);text-decoration:none;display:block}.product-card-link:hover{transform:translateY(-4px)}.product-card-link:hover .product-card{box-shadow:var(--shadow-lg);border-color:var(--red)}.product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);box-shadow:var(--shadow);flex-direction:column;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);border-color:var(--red);transform:translateY(-4px)}.product-image{background:var(--gray-light);justify-content:center;align-items:center;height:240px;display:flex;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%}.image-placeholder{color:var(--text-muted);font-size:.875rem;font-weight:600}.product-body{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex}.variant-dimensions{color:#d40000;font-size:1.2rem;font-weight:600}.product-card-actions{border-top:1px solid var(--border);margin-top:auto;padding-top:.75rem}.btn-view-details{text-align:center;width:100%;transition:var(--transition);padding:.75rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-block}.btn-view-details:hover{transform:translateY(-1px);box-shadow:0 4px 8px #dc26264d}.product-category{color:var(--red);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.product-categories{flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;display:flex}.product-category-badge{color:var(--white);background:var(--red);text-transform:uppercase;letter-spacing:.05em;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;display:inline-block}.product-vendor{color:var(--text-muted);margin-bottom:.5rem;font-size:.875rem;font-style:italic}.category-section{margin-bottom:3rem}.category-title{color:var(--black);border-bottom:2px solid var(--red);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.75rem;font-weight:700}.category-header-content{align-items:center;gap:2rem;display:flex}.category-header-image{border-radius:var(--radius-lg);width:200px;height:200px;box-shadow:var(--shadow);flex-shrink:0;overflow:hidden}.category-header-image img{object-fit:cover;width:100%;height:100%}.categories-section{padding:3rem 1.5rem}.categories-header{margin-bottom:2rem}.categories-header h2{color:var(--text);font-size:2rem;font-weight:700}.category-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.category-card-link{color:inherit;transition:var(--transition);text-decoration:none;display:block}.category-card-link:hover{transform:translateY(-4px)}.category-card{background:var(--white);border:2px solid var(--border);border-radius:var(--radius-lg);height:100%;transition:var(--transition);box-shadow:var(--shadow);flex-direction:column;display:flex;overflow:hidden}.category-image{background:var(--gray-light);width:100%;height:200px;overflow:hidden}.category-image img{object-fit:cover;width:100%;height:100%}.category-card-link:hover .category-card{border-color:var(--red);box-shadow:var(--shadow-lg)}.category-body{flex-direction:column;flex:1;display:flex}.category-body h3{color:var(--text);margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:1.3}.category-description{color:var(--text-muted);flex:1;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.category-arrow{color:var(--red);align-items:center;gap:.5rem;margin-top:auto;font-size:1rem;font-weight:600;display:flex}.category-card-link:hover .category-arrow{transform:translate(4px)}.product-body h3{color:var(--text);font-size:1.25rem;font-weight:700;line-height:1.3}.product-description{color:var(--text-muted);flex:1;font-size:.9375rem;line-height:1.6}.product-sku{color:var(--text-muted);font-family:monospace;font-size:.875rem}.product-price-preview{color:var(--red);margin-top:.5rem;font-size:1.125rem;font-weight:700}.product-sizes{flex-direction:column;gap:.5rem;display:flex}.product-sizes label{color:var(--text);font-size:.875rem;font-weight:600}.no-sizes-message{border-radius:var(--radius);background:#fef3c7;border:1px solid #fbbf24;padding:.75rem;font-size:.875rem}.no-sizes-message .text-muted{color:#92400e;margin:0}.no-sizes-message .small{color:#78350f;margin-top:.25rem;font-size:.75rem}.cart-page{background:linear-gradient(#f8fafc 0%,#fff 100%);min-height:100vh}.cart-page .page-header{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);padding:3rem 1.5rem;position:relative;overflow:hidden}.cart-page .page-header:before{content:"";pointer-events:none;background:radial-gradient(at 100%,#f20d0d26 0%,#0000 70%);width:300px;height:100%;position:absolute;top:0;right:0}.cart-page .page-header h1{letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(2rem,5vw,2.75rem)}.cart-page .page-header p{color:#ffffffd9;font-size:1.125rem}.cart-page .container{max-width:1400px}.empty-cart{background:#fff;justify-content:center;align-items:center;min-height:60vh;padding:6rem 1.5rem;display:flex}.empty-state{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;max-width:520px;margin:0 auto;padding:4rem 2.5rem;display:flex;box-shadow:0 4px 24px #0000000f}.empty-icon svg{color:#94a3b8;width:80px;height:80px}.empty-state h2{color:#0f172a;letter-spacing:-.025em;margin-bottom:.75rem;font-size:1.75rem;font-weight:700}.empty-state p{color:#64748b;margin-bottom:2rem;font-size:1.0625rem;line-height:1.6}.empty-state button{margin:0 auto;padding:14px 32px;font-size:1rem}.container-full{width:100%;max-width:1400px;margin:0 auto;padding:0 24px}.cart-items-section{padding:40px 0 60px}.cart-layout{max-width:1400px;margin:0 auto;display:block}.cart-items-container{background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;max-width:1400px;margin:0 auto;padding:32px;box-shadow:0 2px 12px #0000000a}.cart-section-title{color:#0f172a;border-bottom:2px solid #e2e8f0;align-items:center;gap:12px;margin:0 0 24px;padding-bottom:20px;font-size:1.5rem;font-weight:700;display:flex}.cart-section-title:before{content:"";background:linear-gradient(#f20d0d 0%,#dc2626 100%);border-radius:2px;width:4px;height:24px;display:inline-block}.cart-items{flex-direction:column;gap:16px;display:flex}.cart-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:140px 1fr auto;align-items:center;gap:24px;padding:20px;transition:all .25s cubic-bezier(.4,0,.2,1);display:grid}.cart-item:hover{border-color:#f20d0d;transform:translateY(-2px);box-shadow:0 8px 24px #f20d0d1a}.cart-item-image-wrapper{background:#f8fafc;border-radius:10px;flex-shrink:0;width:140px;height:140px;position:relative;overflow:hidden}.cart-item-image{object-fit:cover;width:100%;height:100%;transition:transform .4s}.cart-item:hover .cart-item-image{transform:scale(1.08)}.cart-item-image-placeholder{color:#94a3b8;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:.8125rem;font-weight:500;display:flex}.cart-item-info{flex:1;min-width:0}.cart-item-info h3{color:#0f172a;word-break:break-word;letter-spacing:-.01em;margin:0 0 10px;font-size:1.125rem;font-weight:700;line-height:1.4}.cart-item-details{color:#64748b;flex-wrap:wrap;gap:16px;font-size:.875rem;line-height:1.5;display:flex}.item-price{color:#f20d0d;font-size:1rem;font-weight:700}.cart-item-controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:16px;display:flex}.quantity-control{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;align-items:center;gap:0;display:flex;overflow:hidden}.btn-quantity{cursor:pointer;color:#64748b;background:0 0;border:none;border-right:1px solid #e2e8f0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:1.125rem;font-weight:600;transition:all .2s;display:flex}.btn-quantity:last-child{border-left:1px solid #e2e8f0;border-right:none}.btn-quantity:hover{color:#fff;background:linear-gradient(135deg,#f20d0d 0%,#dc2626 100%)}.btn-quantity:active{transform:scale(.95)}.quantity{text-align:center;color:#0f172a;min-width:44px;font-size:.9375rem;font-weight:600}.quantity-input{text-align:center;color:#0f172a;background:0 0;border:none;width:50px;height:40px;font-size:.9375rem;font-weight:600}.quantity-input:focus{background:#f20d0d0d;outline:none}.item-total{color:#0f172a;text-align:right;white-space:nowrap;min-width:100px;font-size:1.25rem;font-weight:700}.btn-remove{cursor:pointer;color:#94a3b8;background:0 0;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:1.125rem;transition:all .2s;display:flex}.btn-remove:hover{color:#fff;background:linear-gradient(135deg,#f20d0d 0%,#dc2626 100%);border-color:#f20d0d;transform:scale(1.05)}.btn-remove:active{transform:scale(.95)}.cart-summary-section{background:#f8fafc;border-top:1px solid #e2e8f0;padding:40px 0 60px}.cart-summary-wrapper{gap:32px;max-width:1400px;margin:0 auto;display:grid}.cart-summary{background:#fff;border:1px solid #e2e8f0;border-radius:16px;height:fit-content;padding:32px;position:sticky;top:100px;box-shadow:0 4px 16px #0000000d}.summary-header{border-bottom:2px solid #e2e8f0;margin-bottom:24px;padding-bottom:20px}.summary-header h2{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:1.375rem;font-weight:700}.summary-row{color:#64748b;justify-content:space-between;align-items:center;padding:14px 0;font-size:.9375rem;display:flex}.summary-row span:last-child{color:#0f172a;font-weight:600}.summary-tax-note{margin:8px 0;padding:14px 0}.summary-tax-note p{color:#64748b;text-align:center;justify-content:center;align-items:center;gap:6px;margin:0;font-size:.8125rem;font-style:italic;display:flex}.summary-tax-note p:before{font-style:normal}.summary-divider{background:linear-gradient(90deg,#0000,#e2e8f0,#0000);height:1px;margin:20px 0}.cart-disclaimer{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border:1px solid #bae8fd;border-radius:10px;margin:20px 0;padding:16px 20px}.cart-disclaimer p{color:#0369a1;align-items:flex-start;gap:8px;margin:0;font-size:.875rem;line-height:1.6;display:flex}.cart-disclaimer p:before{flex-shrink:0;margin-top:2px}.cart-disclaimer strong{color:#075985;font-weight:600}.cart-quebec-notice{background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border:1px solid #fecaca;border-radius:10px;align-items:flex-start;gap:14px;margin:16px 0;padding:16px 20px;display:flex}.quebec-warning-icon{color:#dc2626;flex-shrink:0;justify-content:center;align-items:center;padding-top:2px;display:flex}.quebec-notice-content{color:#b91c1c;font-size:.875rem;line-height:1.5}.quebec-notice-content strong{color:#991b1b;font-weight:600}.quebec-notice-content a{color:#dc2626;font-weight:500;text-decoration:underline}.quebec-notice-content a:hover{color:#b91c1c}.cart-market-selector{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin:16px 0;padding:16px 20px}.cart-market-selector .market-label{color:#475569;margin-bottom:12px;font-size:.875rem;font-weight:500;display:block}.cart-market-selector .market-buttons{flex-wrap:wrap;gap:10px;display:flex}.cart-market-selector .market-btn{color:#64748b;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:8px;flex:1;min-width:140px;padding:12px 18px;font-size:.875rem;font-weight:500;transition:all .2s}.cart-market-selector .market-btn:hover{background:#f8fafc;border-color:#94a3b8;transform:translateY(-1px)}.cart-market-selector .market-btn.active{color:#1d4ed8;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border-color:#2563eb;font-weight:600;box-shadow:0 2px 8px #2563eb26}@media (max-width:480px){.cart-market-selector .market-buttons{flex-direction:column}.cart-market-selector .market-btn{width:100%}.cart-quebec-notice{text-align:center;flex-direction:column}.quebec-warning-icon{justify-content:center}}.summary-total{color:#0f172a;justify-content:space-between;align-items:center;padding:20px 0;font-size:1.25rem;font-weight:700;display:flex}.summary-total strong{color:#f20d0d;letter-spacing:-.02em;font-size:1.625rem}.btn-checkout{background:linear-gradient(135deg,#f20d0d 0%,#dc2626 100%);border-radius:10px;width:100%;margin-top:24px;padding:16px 24px;font-size:1.0625rem;font-weight:600;transition:all .25s;box-shadow:0 4px 14px #f20d0d59}.btn-checkout:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f20d0d73}.btn-checkout:active{transform:translateY(0)}.btn-continue-shopping{color:#0f172a;background:#fff;border:2px solid #e2e8f0;border-radius:10px;width:100%;margin-top:12px;padding:14px 24px;font-size:.9375rem;font-weight:600;transition:all .2s}.btn-continue-shopping:hover{color:#f20d0d;background:#fefefe;border-color:#f20d0d;transform:translateY(-1px)}.checkout-hint{text-align:center;color:#f20d0d;margin-top:12px;font-size:.8125rem;font-weight:500}.admin-page.shopify-style.no-sidebar{background:#f6f6f7;flex-direction:column;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex}.admin-main{flex-direction:column;flex:1;min-height:100vh;display:flex}.admin-header{z-index:50;background:#fff;border-bottom:1px solid #e1e3e5;padding:0;position:sticky;top:0;box-shadow:0 1px #20222314}.admin-header-content{justify-content:space-between;align-items:center;width:100%;max-width:1200px;height:56px;margin:0 auto;padding:8px 24px;display:flex}.admin-header-left{align-items:center;display:flex}.admin-title-group{align-items:center;gap:16px;display:flex}.admin-logo-small{background:#f1f8f5;border:1px solid #e1e3e5;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.admin-nav-separator{color:#8c9196;margin:0 4px;font-size:18px;font-weight:300}.admin-header-right{align-items:center;display:flex}.admin-header-actions{align-items:center;gap:12px;display:flex}.admin-image-preview{background:#f6f6f7;border:1px solid #e1e3e5;border-radius:8px;justify-content:center;align-items:center;max-width:200px;max-height:200px;margin-top:8px;display:flex;overflow:hidden}.admin-image-preview img{object-fit:contain;max-width:100%;max-height:100%}.admin-header h1{color:#6d7175;text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:14px;font-weight:600}.admin-nav-dropdown{cursor:pointer;appearance:none;min-width:180px;font-weight:500;color:#202223!important;background-color:#fff!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%235c5f62'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd' /%3E%3C/svg%3E")!important;background-position:right 8px center!important;background-repeat:no-repeat!important;background-size:20px!important;border:1px solid #8c9196!important;border-radius:4px!important;height:32px!important;padding:0 32px 0 12px!important;font-size:14px!important;line-height:30px!important}.admin-nav-dropdown:focus{border-color:#008060!important;box-shadow:0 0 0 1px #008060!important}.admin-content{flex:1;width:100%;padding:32px 24px}.admin-container{max-width:1200px;margin:0 auto}.admin-view-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.admin-view-header h2{color:#202223;letter-spacing:-.03em;margin:0;font-size:28px;font-weight:700}.admin-key-input{max-width:280px}.form-input.compact{color:#202223;background:#fff;border:1px solid #8c9196;border-radius:4px;height:32px;padding:6px 12px;font-family:inherit;font-size:14px}.form-input.compact:focus{border-color:#008060;outline:none;box-shadow:0 0 0 1px #008060}.admin-section{padding:0}.admin-key-section,.admin-select-section{max-width:none;margin:0 0 2rem}.admin-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;max-width:none;margin:0;display:grid}.admin-panel{background:#fff;border:1px solid #e1e3e5;border-radius:8px;margin-bottom:24px;padding:24px;box-shadow:0 1px #2022230d}.admin-panel:last-child{margin-bottom:0}.admin-panel h3{color:#202223;letter-spacing:-.01em;border:none;margin:0 0 20px;padding:0;font-size:16px;font-weight:600;line-height:24px}.admin-panel .form-field{margin-bottom:1rem}.form-hint{color:var(--text-muted);background:var(--gray-light);border-radius:var(--radius);margin-bottom:1rem;padding:.75rem;font-size:.875rem}.checkbox-label{cursor:pointer;color:#202223;align-items:center;gap:10px;font-size:14px;font-weight:400;line-height:20px;display:flex}.checkbox-label input[type=checkbox]{cursor:pointer;accent-color:#008060;border:1px solid #8c9196;border-radius:4px;width:18px;height:18px;margin:0}.checkbox-group.disabled{opacity:.6;pointer-events:none}.checkbox-label.disabled{cursor:not-allowed}.price-prefix{color:var(--text);z-index:1;font-weight:600;position:absolute;left:.75rem}.edit-mode-indicator{background:#e3f2fd;border-left:3px solid #008060;border-radius:6px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:12px 16px;display:flex}.edit-mode-indicator span{color:#202223;font-size:14px;font-weight:500;line-height:20px}.btn-cancel{color:#202223;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:14px;font-weight:500;line-height:20px;transition:all .15s}.btn-cancel:hover{background:#2022231a}.btn-danger{color:var(--red);border-color:var(--red)}.btn-danger:hover{color:var(--red-dark);background:#fee2e2}.sizes-list{flex-direction:column;gap:.75rem;display:flex}.size-item{background:var(--gray-light);border-radius:var(--radius);border:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;transition:all .2s;display:flex}.size-drag-handle{color:#999;cursor:grab;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:20px;display:flex}.size-item.drag-over{border-color:var(--red);background:#f20d0d0d}.fkh-admin-shell .drag-over-wrap{outline:2px solid var(--red);outline-offset:2px}.sizes-list-header{text-align:center;margin-bottom:.5rem}.btn-link{color:var(--red);cursor:pointer;background:0 0;border:none;margin-left:.5rem;padding:0;font-size:.875rem;font-weight:600;text-decoration:underline}.btn-link:hover{color:var(--red-dark)}.alert{border-radius:var(--radius);max-width:1200px;margin-bottom:2rem;margin-left:auto;margin-right:auto;padding:1rem 1.5rem}.alert-success{color:#065f46;background:#d1fae5;border:1px solid #10b981}.alert-error{color:#991b1b;background:#fee2e2;border:1px solid #ef4444}.loading,.empty-state{text-align:center;color:var(--text-muted);padding:3rem;font-size:1.125rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto 2rem;display:grid}.footer-section h3,.footer-section h4{color:var(--white);margin-bottom:1rem;font-size:1.125rem;font-weight:700}.footer-section ul li{margin-bottom:.5rem}.footer-bottom{text-align:center;color:#fff9;border-top:1px solid #ffffff1a;max-width:1200px;margin:0 auto;padding-top:2rem;font-size:.875rem}.footer-links{border-top:1px solid #ffffff1a;justify-content:center;gap:2rem;max-width:1200px;margin:0 auto;padding:1rem 0;display:flex}.footer-links a{color:#fffc;transition:var(--transition);font-size:.875rem;text-decoration:none}.footer-links a:hover{color:var(--red-light)}.policy-hero{background:linear-gradient(135deg,var(--black)0%,var(--gray-dark)100%);color:var(--white);text-align:center;margin-bottom:3rem;padding:4rem 2rem}.policy-hero h1{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.hero-subtitle{color:#fffc;font-size:1.125rem;font-weight:400}.policy-content{max-width:800px;margin:0 auto;padding:0 2rem 4rem}.policy-section{margin-bottom:3rem}.policy-section h2{color:var(--black);border-bottom:2px solid var(--red);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:600}.policy-section p{color:var(--gray-dark);margin-bottom:1rem;line-height:1.8}.policy-section ul{margin-bottom:1rem;margin-left:1.5rem}.policy-section li{color:var(--gray-dark);margin-bottom:.5rem;line-height:1.6}.policy-section a{color:var(--red);text-decoration:none}.policy-section a:hover{text-decoration:underline}.shipping-table{border-collapse:collapse;background:var(--white);border:1px solid var(--gray-light);width:100%;margin:1rem 0}.shipping-table th,.shipping-table td{text-align:left;border:1px solid var(--gray-light);padding:.75rem}.shipping-table th{background:var(--gray-light);color:var(--black);font-weight:600}.shipping-table td{color:var(--gray-dark)}.product-detail-page{width:100%;max-width:100vw;min-height:60vh;overflow-x:hidden}.breadcrumb{color:#fffc;text-align:left;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.5rem;margin-bottom:0;font-size:.875rem;display:flex}.breadcrumb a{color:#fffc;transition:var(--transition);white-space:nowrap;text-overflow:ellipsis;max-width:200px;overflow:hidden}.breadcrumb a:hover{color:var(--red-light)}.breadcrumb span{color:#ffffff80}.breadcrumb>span:last-child{white-space:nowrap;text-overflow:ellipsis;max-width:250px;overflow:hidden}@media (max-width:768px){.breadcrumb{gap:.375rem;margin-bottom:0;font-size:.75rem}.breadcrumb a{max-width:120px}.breadcrumb>span:last-child{max-width:150px}}@media (max-width:480px){.breadcrumb{gap:.25rem;font-size:.7rem}.breadcrumb a{max-width:80px}.breadcrumb>span:last-child{max-width:100px}}.product-detail-section{padding:1.5rem}.product-detail-section .container{width:100%;max-width:1200px;margin:0 auto;padding-right:0;overflow-x:hidden}.product-detail{grid-template-columns:minmax(420px,560px) minmax(500px,1fr);gap:3rem;width:100%;min-width:0;max-width:1200px;margin:0 auto;display:grid}@media (max-width:1024px){.product-detail{grid-template-columns:1fr;gap:2rem}}.product-detail-media{flex-direction:column;width:100%;max-width:100%;display:flex;overflow:hidden}.product-detail-image{border-radius:var(--radius-lg);aspect-ratio:1;cursor:crosshair;background:0 0;justify-content:center;align-items:center;width:100%;max-width:100%;display:flex;position:relative;overflow:hidden}.product-detail-image img{object-fit:contain;object-position:center;width:100%;max-width:100%;height:auto}.zoom-overlay{pointer-events:none;z-index:2;position:absolute}.zoom-square{background:#0000001a;border:3px solid #dc2626e6;border-radius:4px;width:150px;height:150px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 3px #fffc,0 0 20px #0000004d}.zoom-square img{object-fit:cover;pointer-events:none;max-width:none;max-height:none;position:absolute}.image-nav-btn{cursor:pointer;z-index:10;color:#0f172a;background:#ffffffe6;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.image-nav-btn:hover{background:#fff;transform:translateY(-50%)scale(1.1);box-shadow:0 2px 8px #00000026}.image-nav-btn:active{transform:translateY(-50%)scale(.95)}.image-nav-prev{left:1rem}.image-nav-next{right:1rem}.product-image-thumbnails{scrollbar-width:thin;scrollbar-color:#0003 transparent;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;gap:.75rem;margin-top:1rem;padding:.5rem 0;display:flex;overflow:auto hidden}.product-image-thumbnails::-webkit-scrollbar{height:6px}.product-image-thumbnails::-webkit-scrollbar-track{background:0 0}.product-image-thumbnails::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}@media (max-width:768px){.product-image-thumbnails{gap:.5rem;margin-top:.75rem;padding:.375rem 0}}@media (max-width:480px){.product-image-thumbnails{gap:.375rem;margin-top:.5rem;padding:.25rem 0}}.thumbnail-item{cursor:pointer;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:80px;min-width:80px;height:80px;transition:all .2s;position:relative;overflow:hidden}@media (max-width:768px){.thumbnail-item{border-radius:6px;width:60px;min-width:60px;height:60px}}@media (max-width:480px){.thumbnail-item{border-width:1.5px;border-radius:4px;width:50px;min-width:50px;height:50px}}@media (max-width:360px){.thumbnail-item{width:45px;min-width:45px;height:45px}}.thumbnail-item:hover{border-color:#0003;transform:scale(1.05)}.thumbnail-item.active{border-color:var(--red);box-shadow:0 0 0 2px #dc262633}.thumbnail-item.active:after{content:"";background:var(--red);height:3px;position:absolute;bottom:0;left:0;right:0}.thumbnail-item img{object-fit:cover;width:100%;height:100%;display:block}@media (max-width:768px){.image-nav-btn{width:40px;height:40px}.image-nav-prev{left:.5rem}.image-nav-next{right:.5rem}}@media (max-width:1200px){.zoom-preview{margin-left:20px;left:100%;right:auto}}@media (max-width:1024px){.zoom-preview{display:none}.zoom-square{width:80px;height:80px}.product-detail-image:hover img{transform:scale(1.02)}}.image-placeholder-large{width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;font-size:1.25rem;font-weight:600;display:flex}.product-detail-info,.product-detail-header{flex-direction:column;gap:.75rem;display:flex}.product-category-badge{background:var(--red);color:var(--white);border-radius:var(--radius);text-transform:uppercase;letter-spacing:.05em;word-break:break-word;overflow-wrap:break-word;width:fit-content;max-width:100%;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.product-detail-header h1{color:var(--text);word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin:0;font-size:2rem;font-weight:700;line-height:1.3}.product-sku-detail{color:var(--text-muted);word-break:break-all;overflow-wrap:break-word;font-family:monospace;font-size:1rem}@media (max-width:768px){.product-detail-header{gap:.5rem}.product-category-badge{padding:.375rem .75rem;font-size:.75rem}.product-detail-header h1{font-size:1.5rem;line-height:1.3}.product-sku-detail{font-size:.875rem}}@media (max-width:480px){.product-detail-header{gap:.375rem}.product-category-badge{padding:.325rem .625rem;font-size:.65rem}.product-detail-header h1{font-size:1.25rem;line-height:1.25}.product-sku-detail{font-size:.8125rem}}@media (max-width:360px){.product-detail-header h1{font-size:1.125rem}.product-category-badge{padding:.25rem .5rem;font-size:.6rem}}.product-price-large{color:var(--red);word-break:break-word;overflow-wrap:break-word;margin-top:.25rem;font-size:1.75rem;font-weight:700}@media (max-width:768px){.product-price-large{font-size:1.375rem}}@media (max-width:480px){.product-price-large{font-size:1.125rem}}@media (max-width:360px){.product-price-large{font-size:1rem}}.product-description-section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);word-break:normal;overflow-wrap:break-word;min-width:0;padding:.5rem 0}.product-description-section h2{color:var(--text);word-break:normal;overflow-wrap:break-word;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.product-description-content{color:var(--text-muted);min-width:0;max-width:100%;margin:0;font-size:1rem;line-height:1.6;word-break:normal!important;overflow-wrap:anywhere!important;-webkit-hyphens:none!important;hyphens:none!important}.product-description-content p{margin:0 0 .5rem}.product-description-content p:last-child{margin-bottom:0}.product-description-content strong,.product-description-content b{color:var(--text);font-weight:700}.product-description-content em,.product-description-content i{font-style:italic}.product-description-content ul,.product-description-content ol{margin:.5rem 0;padding-left:2rem}.product-description-content li{margin:.25rem 0}.product-description-content a{color:var(--red);word-break:normal;overflow-wrap:anywhere;text-decoration:underline}.product-description-content a *{word-break:normal;overflow-wrap:anywhere}.product-description-content a:hover{color:var(--red-dark)}.product-description-content h1,.product-description-content h2,.product-description-content h3,.product-description-content h4,.product-description-content h5,.product-description-content h6{color:var(--text);margin:1rem 0 .5rem;font-weight:700}.product-description-content h1{font-size:2rem}.product-description-content h2{font-size:1.75rem}.product-description-content h3{font-size:1.5rem}.product-description-content h4{font-size:1.25rem}.product-description-content blockquote{border-left:4px solid var(--red);color:var(--text-muted);margin:.5rem 0;padding-left:1rem;font-style:italic}.product-description-content code{background:var(--gray-light);border-radius:4px;padding:.2rem .4rem;font-family:monospace;font-size:.9em}.product-description-content pre{background:var(--gray-light);border-radius:8px;margin:.5rem 0;padding:1rem;overflow-x:auto}.product-description-content pre code{background:0 0;padding:0}.product-description-content img{max-width:100%;height:auto}.product-description-content table{border-collapse:collapse;max-width:100%}.product-sizes-section{flex-direction:column;gap:1rem;display:flex}.product-sizes-section h2{color:var(--text);margin:0;font-size:1.5rem;font-weight:700}.size-selector{flex-direction:column;gap:.75rem;display:flex}.size-selector label{color:var(--text);font-size:1rem;font-weight:600}.size-category-group{grid-column:1/-1;padding:.25rem 0 .5rem}.size-category-title{color:var(--text);letter-spacing:.2px;margin:.25rem 0 .5rem;font-size:.95rem;font-weight:800}.size-category-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.5rem;display:grid}.size-category-wrapper{grid-column:1/-1}.size-category-pills{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.size-category-pill{appearance:none;border:1px solid var(--border);color:var(--text);cursor:pointer;background:#fff;border-radius:8px;padding:.5rem .75rem;font-size:.9rem;font-weight:800;transition:transform .12s,border-color .12s,box-shadow .12s}.size-category-pill:hover{border-color:var(--red);box-shadow:0 2px 10px #dc26261f}.size-category-pill.is-active{border-color:var(--red);background:#dc26260f}.size-options-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:start;gap:.5rem;display:grid}.size-option-box{border:2px solid var(--border);border-radius:var(--radius);background:var(--white);cursor:pointer;text-align:center;width:100%;font-family:inherit;font-size:inherit;line-height:inherit;text-transform:none;appearance:button;-webkit-user-select:none;user-select:none;flex-direction:column;gap:.25rem;margin:0;padding:1rem;transition:all .2s;display:flex;overflow:visible}.size-option-box:hover{border-color:var(--red);transform:translateY(-1px);box-shadow:0 2px 8px #dc26261a}.size-option-box.selected{border-color:var(--red);background:#dc26260d;box-shadow:0 0 0 2px #dc262633}.size-option-box:focus{outline:2px solid var(--red);outline-offset:2px}.size-option-box .size-label{color:var(--text);margin:0;font-size:.875rem;font-weight:700}.size-option-box .size-price{color:var(--red);flex-direction:column;gap:.125rem;font-size:.8125rem;font-weight:600;display:flex}.size-option-box .size-original-price{color:var(--text-muted);font-size:.75rem;font-weight:400;text-decoration:line-through}.size-option-box .size-dimensions{color:var(--text-muted);font-size:.75rem;font-weight:500}.size-description{word-break:break-word;overflow-wrap:anywhere;max-width:100%}.size-option-box .size-description{text-align:left;color:var(--text-muted);max-height:8.1em;margin:2px 0 0;font-size:12.5px;line-height:1.35;overflow:hidden}.size-option-box.selected .size-description,.size-option-box:hover .size-description,.size-option-box:focus .size-description{max-height:none;overflow:visible}.size-option-box .size-description p{margin:0}.size-option-box .size-description p+p{margin-top:6px}.size-option-box .size-description ul,.size-option-box .size-description ol{margin:6px 0 0;padding-left:1.25rem}.size-option-box .size-description li{margin:2px 0}.size-selection-modal-description{word-break:break-word;overflow-wrap:anywhere;white-space:normal;max-width:100%}@media (max-width:768px){.size-options-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.5rem}.size-option-box{gap:.25rem;padding:.75rem}.size-option-box .size-label{font-size:.875rem}.size-option-box .size-price{font-size:.8125rem}.size-option-box .size-original-price,.size-option-box .size-dimensions{font-size:.75rem}}@media (max-width:480px){.size-options-grid{grid-template-columns:repeat(2,1fr);gap:.375rem}.size-option-box{gap:.1875rem;padding:.625rem}.size-option-box .size-label{font-size:.8125rem}.size-option-box .size-price{font-size:.75rem}.size-option-box .size-dimensions{font-size:.6875rem}}.size-details{background:var(--gray-light);border-radius:var(--radius-lg);padding:.75rem}.size-details h3{color:var(--text);margin-bottom:.75rem;font-size:1.125rem;font-weight:700}.size-specs{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.custom-size-notice{color:#d97706;text-align:center;border-radius:var(--radius);word-break:break-word;overflow-wrap:break-word;background:#f59e0b0d;border:1px solid #f59e0b33;margin-top:.75rem;padding:.5rem;font-size:.875rem;font-weight:600;line-height:1.4}@media (max-width:768px){.custom-size-notice{margin-top:.5rem;padding:.375rem;font-size:.75rem}}@media (max-width:480px){.custom-size-notice{padding:.25rem;font-size:.7rem}}.spec-item{flex-direction:column;gap:.25rem;display:flex}.spec-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.spec-value{color:var(--text);font-size:1.25rem;font-weight:700}.product-actions{background:var(--gray-light);border-radius:var(--radius-lg);flex-direction:column;gap:1rem;padding:1rem;display:flex}.quantity-selector label{color:var(--text);font-weight:600}.quantity-control{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:.75rem;padding:.5rem;display:flex}.quantity-input{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:.25rem;width:4rem;padding:.25rem .5rem;font-size:1rem;font-weight:600}.quantity-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 2px #3b82f61a}.btn-add-to-cart{text-transform:none;letter-spacing:0;width:100%;padding:1.25rem;font-size:1.125rem}.product-info-footer{border-top:1px solid var(--border);flex-direction:column;gap:.5rem;padding-top:1rem;display:flex}.market-info,.shipping-info{color:var(--text-muted);margin:0;font-size:.875rem}.market-info strong{color:var(--text);font-weight:600}.product-related-actions{border-top:1px solid var(--border);justify-content:space-between;gap:1rem;max-width:1200px;margin-top:3rem;margin-left:auto;margin-right:auto;padding-top:2rem;display:flex}@media (max-width:768px){.product-detail-section .container{padding-left:1rem;padding-right:1rem}.product-detail{grid-template-columns:1fr;gap:2rem}.product-detail-media{order:-1;width:100%}.product-detail-header h1{font-size:1.75rem}.product-price-large{font-size:1.5rem}.size-specs{grid-template-columns:1fr}.product-related-actions{flex-direction:column}.product-detail-section{padding:2rem 1rem}.product-detail-image{aspect-ratio:1;margin-bottom:1rem}.product-detail-image img{border-radius:12px}.image-nav-btn{border-radius:50%;width:44px;height:44px}.image-nav-prev{left:.75rem}.image-nav-next{right:.75rem}.product-image-thumbnails{gap:.5rem;margin-top:.75rem;padding:.5rem 0}.product-detail-info{gap:1.5rem}.product-detail-header{gap:.75rem}.product-category-badge{padding:.375rem .75rem;font-size:.75rem}.product-detail-header h1{font-size:1.5rem;line-height:1.3}.product-sku-detail{font-size:.875rem}.product-price-large{margin-top:.375rem;font-size:1.25rem}.product-description-section{padding:1rem 0}.product-description-section h2{margin-bottom:.75rem;font-size:1.125rem}.product-description-content{font-size:1rem;line-height:1.6}.product-sizes-section h2{font-size:1.25rem}.size-selector label{font-size:.875rem}.form-select{min-height:44px;padding:.625rem;font-size:1rem}.size-details{padding:.75rem}.size-details h3{margin-bottom:.75rem;font-size:1rem}.size-specs{gap:.5rem}.spec-item{border-radius:6px;padding:.5rem}.spec-label{font-size:.75rem}.spec-value{font-size:1rem}.product-options-section{margin-top:1rem;padding:1rem}.product-options-section h2{font-size:1.25rem}.product-option-item{margin-bottom:1rem}.option-label{margin-bottom:.5rem;font-size:.875rem}.option-quantity-input input{min-height:44px;padding:.625rem;font-size:1rem}.product-actions{gap:1rem;padding:1rem}.quantity-selector{flex-direction:column;align-items:flex-start;gap:.75rem}.quantity-selector label{min-width:auto;font-size:.875rem}.quantity-control{gap:.5rem;padding:.375rem}.quantity-input{width:3.5rem;min-height:40px;font-size:1rem}.btn-quantity{width:40px;height:40px;font-size:1.25rem}.btn-add-to-cart{min-height:48px;padding:1rem;font-size:1rem}.product-info-footer{gap:.375rem;padding-top:.75rem}.market-info,.shipping-info{font-size:.8125rem}.product-related-actions{gap:.75rem;margin-top:2rem;padding-top:1.5rem}.product-related-actions .btn{width:100%;min-height:44px}.product-certifications{margin-top:1.5rem}.product-certifications h3{margin-bottom:.75rem;font-size:1rem}.certifications-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr))!important;gap:.75rem!important}.certification-item{min-height:70px}.certification-item a{min-height:70px;padding:.75rem}.certification-item img{max-height:60px!important}.product-files h3{margin-bottom:.75rem;font-size:1rem}.product-files-list a{padding:.5rem 0;font-size:.875rem}.zoom-overlay,.zoom-square{width:120px;height:120px}.image-nav-btn,.btn-quantity,.btn-add-to-cart,.product-related-actions .btn{min-width:44px;min-height:44px}.thumbnail-item{min-width:50px;min-height:50px}.form-input,.form-select,.form-textarea{min-height:44px;padding:.75rem;font-size:16px}.product-description-content,.product-description-content p{font-size:1rem;line-height:1.6}.product-actions .btn{margin-top:.5rem}}@media (max-width:480px){.product-detail-section{padding:1rem .75rem}.container{padding:0 .75rem}.breadcrumb{flex-wrap:wrap;gap:.375rem;font-size:.75rem}.product-detail-header h1{font-size:1.375rem;line-height:1.25}.product-price-large{font-size:1.125rem}.size-options-grid{grid-template-columns:1fr;gap:.5rem}.size-option-box{padding:.625rem}.size-option-box .size-label{font-size:.8125rem}.size-option-box .size-price{font-size:.75rem}.product-category-badge{padding:.325rem .625rem;font-size:.65rem}.product-sku-detail{font-size:.8125rem}.product-description-section h2{font-size:1rem}.product-sizes-section h2,.product-options-section h2{font-size:1.125rem}.spec-item{padding:.375rem}.spec-label{font-size:.65rem}.spec-value{font-size:.95rem}.custom-size-notice{margin-top:.5rem;padding:.375rem;font-size:.75rem}.product-actions{gap:.75rem;padding:.75rem}.quantity-selector{flex-direction:column;align-items:stretch;gap:.5rem}.quantity-selector label{font-size:.8125rem}.quantity-control{gap:.375rem;padding:.25rem}.btn-quantity{width:36px;height:36px;font-size:1.125rem}.quantity-input{width:3rem;min-height:36px;font-size:.95rem}.btn-add-to-cart{min-height:44px;padding:.875rem;font-size:.95rem}.product-related-actions{gap:.5rem;margin-top:1.5rem;padding-top:1rem}.product-related-actions .btn{font-size:.875rem}.size-selection-modal{max-height:85vh;padding:1rem}.size-selection-modal h3{font-size:1.125rem}.size-selection-modal img{max-width:100%;height:auto}[role=dialog][aria-modal=true]{padding:1rem}button,a{min-width:44px;min-height:44px}.certification-item a{min-height:72px}.product-files-list a{padding:.75rem 0;font-size:.8125rem}.form-input,.form-select,.form-textarea{font-size:16px!important}.product-description-content{font-size:.95rem;line-height:1.5}.option-label{font-size:.8125rem}.option-description{font-size:.75rem!important}.product-option-item{margin-bottom:.75rem}[style*="display: grid"][style*="gap: 1rem"]{gap:.75rem!important}.product-files-list,.certifications-grid{gap:.5rem!important}.certifications-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))!important}.certification-item img{max-height:50px!important}.size-selection-modal-overlay{padding:.5rem!important}[role=dialog] img:not(.product-image-thumbnails img){max-width:calc(100vw - 2rem);max-height:calc(100vh - 4rem)}}@media (max-width:360px){.product-detail-section{padding:.75rem .5rem}.container{padding:0 .5rem}.product-detail-header h1{font-size:1.25rem}.product-price-large{font-size:1rem}.breadcrumb{font-size:.65rem}.product-category-badge{padding:.25rem .5rem;font-size:.6rem}.product-sku-detail{font-size:.75rem}.size-options-grid{gap:.375rem}.size-option-box{padding:.5rem}.size-option-box .size-label{font-size:.75rem}.size-option-box .size-price{font-size:.7rem}.product-actions{gap:.5rem;padding:.5rem}.quantity-selector label{font-size:.75rem}.btn-quantity{width:32px;height:32px;padding:0;font-size:1rem}.quantity-input{width:2.5rem;min-height:32px;font-size:.875rem}.btn-add-to-cart{min-height:44px;padding:.75rem;font-size:.875rem}.product-description-content{font-size:.9rem;line-height:1.5}.option-label{font-size:.75rem}.option-description{font-size:.7rem!important}.product-option-item{margin-bottom:.5rem}.custom-size-notice{padding:.25rem;font-size:.7rem}.certifications-grid{grid-template-columns:repeat(auto-fill,minmax(70px,1fr))!important;gap:.375rem!important}.certification-item img{max-height:45px!important}.product-certifications h3,.product-files h3{font-size:.95rem!important}body{font-size:14px}.image-nav-btn{width:40px;height:40px}.thumbnail-item{width:48px;height:48px}}@media (max-width:768px) and (orientation:landscape) and (max-height:500px){.product-detail{gap:1.5rem}.product-detail-image{aspect-ratio:auto;max-height:350px}.product-detail-image img{max-height:350px}.product-detail-info{gap:1rem}.product-image-thumbnails{gap:.25rem;max-height:60px}.thumbnail-item{width:50px;height:50px}.product-actions{gap:.75rem;padding:.75rem}.size-specs{grid-template-columns:repeat(2,1fr);gap:.5rem}.spec-item{padding:.375rem}.product-description-section{margin:.75rem 0;padding:.75rem 0}}@media (max-width:1024px) and (min-width:769px){.product-detail-page{min-height:50vh}.product-detail-section{padding:2rem 1.5rem}.product-detail-section .container{max-width:100%;padding-left:1.5rem;padding-right:1.5rem}.product-detail{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:2rem;max-width:100%;display:grid}.product-detail-media{min-width:0;max-width:100%;position:sticky;top:1.5rem}.product-detail-image{aspect-ratio:1;width:100%;max-width:100%}.product-detail-image img{object-fit:contain;max-width:100%;height:auto}.product-image-thumbnails{gap:.625rem;margin-top:1rem;padding:.5rem 0}.thumbnail-item{border-radius:8px;width:72px;min-width:72px;height:72px}.product-detail-info{gap:1rem;min-width:0}.product-detail-header{gap:.625rem}.product-category-badge{padding:.4375rem .875rem;font-size:.8125rem}.product-detail-header h1{font-size:clamp(1.375rem,2.5vw,1.75rem);line-height:1.3}.product-sku-detail{font-size:.9375rem}.product-price-large{margin-top:.25rem;font-size:1.375rem}.product-description-section{padding:1rem 0}.product-description-section h2{margin-bottom:.5rem;font-size:1.1875rem}.product-description-content{font-size:.9375rem;line-height:1.6}.product-sizes-section h2{font-size:1.3125rem}.size-options-grid{grid-template-columns:repeat(2,1fr);gap:.625rem}.size-option-box{padding:.875rem}.size-option-box .size-label{font-size:.875rem}.size-option-box .size-price{font-size:.8125rem}.size-specs{grid-template-columns:repeat(2,1fr);gap:.625rem}.spec-item{padding:.5rem}.spec-label{font-size:.75rem}.spec-value{font-size:.9375rem}.product-options-section{margin-top:1rem;padding:1rem 0}.product-options-section h2{font-size:1.25rem}.product-actions{gap:1rem;padding:1rem 0}.quantity-selector{flex-direction:row;align-items:center;gap:.75rem}.quantity-control{gap:.5rem}.btn-add-to-cart{padding:.875rem 1.25rem;font-size:1rem}.product-certifications h3,.product-files h3{font-size:1.1875rem}.certifications-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.75rem}.image-nav-btn{width:44px;height:44px}.image-nav-prev{left:.75rem}.image-nav-next{right:.75rem}.zoom-square{width:120px;height:120px}}@media (max-width:768px){.btn{min-width:44px;min-height:44px;padding:.75rem 1.25rem}.btn-primary{font-size:1rem}.form-input,.form-select,.form-textarea,input[type=number],input[type=text],input[type=email],select{min-height:44px!important;padding:.875rem!important;font-size:16px!important}.product-actions{gap:1rem}.quantity-control button{min-width:44px;min-height:44px}input[type=checkbox],input[type=radio]{cursor:pointer;min-width:20px;min-height:20px}a[role=button],.btn-ghost{min-height:44px;padding:.75rem 1rem}[role=dialog]{max-height:95vh!important;overflow-y:auto!important}.product-option-item{padding:.875rem}.product-detail-content{font-size:1rem;line-height:1.6}.product-image-thumbnails{margin-top:.75rem;padding:.375rem}.size-option-box{transition:all .15s}.size-option-box:active{transform:scale(.98)}.product-price-large,.product-price-original{word-break:break-word;overflow-wrap:break-word}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{word-break:break-word;overflow-wrap:break-word}ol,ul{padding-left:1.5rem}li{margin:.25rem 0}.product-sizes-section,.product-options-section,.product-description-section{margin:1rem 0}.size-selection-modal-overlay{padding:.75rem!important}.size-selection-modal{padding:1.25rem!important}[role=dialog] img{max-width:100vw;max-height:85vh}.image-nav-btn{min-width:44px;min-height:44px}[style*=grid]{gap:.75rem!important}}.admin-page-container{background:var(--gray-light);min-height:100vh;padding-top:80px}.admin-content-wrapper{width:100%;max-width:1400px;margin:0 auto}.admin-nav-tabs{border-bottom:2px solid var(--border);z-index:50;background:#fff;position:sticky;top:80px;box-shadow:0 2px 4px #0000000d}.admin-nav-tabs-container{scrollbar-width:thin;gap:0;max-width:1400px;margin:0 auto;display:flex;overflow-x:auto}.admin-nav-tabs-container::-webkit-scrollbar{height:4px}.admin-nav-tabs-container::-webkit-scrollbar-track{background:#f1f1f1}.admin-nav-tabs-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.admin-nav-tab{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;align-items:center;gap:8px;padding:16px 24px;font-size:14px;font-weight:500;transition:all .2s;display:flex;position:relative}.admin-nav-tab svg{flex-shrink:0;width:18px;height:18px}.admin-nav-tab:hover{color:var(--text);background:var(--gray-light)}.admin-nav-tab.active{color:var(--red);border-bottom-color:var(--red);background:0 0;font-weight:600}.admin-nav-tab.active svg{color:var(--red)}.admin-main-wrapper{background:var(--gray-light);min-height:calc(100vh - 160px)}.sidebar-scroll::-webkit-scrollbar{width:6px}.sidebar-scroll::-webkit-scrollbar-track{background:#1a1a1a}.sidebar-scroll::-webkit-scrollbar-thumb{background-color:#3a3a3a;border-radius:20px}.sidebar-scroll::-webkit-scrollbar-thumb:hover{background-color:#4a4a4a}.sidebar-content{flex-direction:column;justify-content:space-between;height:100%;padding:16px;display:flex}.sidebar-main{flex-direction:column;gap:32px;display:flex}.sidebar-logo{flex-direction:column;margin-bottom:8px;padding:8px 0;display:flex}.logo-icon{background:var(--red);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:12px;display:flex}.logo-icon svg{width:24px;height:24px}.logo-text{color:#fff;letter-spacing:-.01em;margin:0;font-size:16px;font-weight:700;line-height:1.2}.logo-subtitle{color:#999;text-transform:uppercase;letter-spacing:.05em;margin:4px 0 0;font-size:11px;font-weight:500;line-height:1.2}.sidebar-nav{flex-direction:column;gap:8px;display:flex}.nav-item{color:#b0b0b0;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:12px;width:100%;padding:10px 12px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.nav-item svg{width:20px;height:20px;color:inherit;flex-shrink:0}.nav-item:hover{color:#fff;background:#2a2a2a}.nav-item.active{background:var(--red);color:#fff}.nav-item.active svg{color:#fff}.sidebar-footer{flex-direction:column;gap:16px;margin-top:auto;display:flex}.sidebar-divider{background:#2d2d2d;width:100%;height:1px}.user-profile{align-items:center;gap:12px;padding:8px;display:flex}.user-avatar{color:#fff;background:#2a2a2a;border:2px solid #3a3a3a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative}.user-avatar svg{width:18px;height:18px}.status-indicator{border:2px solid #1a1a1a;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.status-indicator.online{background:#10b981}.user-info{flex-direction:column;flex:1;min-width:0;display:flex}.user-name{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;font-weight:600;overflow:hidden}.user-email{color:#999;text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:11px;overflow:hidden}.admin-page-header{border-bottom:1px solid var(--border);background:#fff;padding:24px 32px}.admin-page-header-content{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1400px;margin:0 auto;display:flex}.admin-page-title{color:var(--text);letter-spacing:-.02em;margin:0 0 4px;font-size:28px;font-weight:700}.admin-page-subtitle{color:var(--text-muted);margin:0;font-size:14px}.admin-content-area{width:100%;max-width:1400px;margin:0 auto;padding:24px 32px}.catalog-unified-wrapper{flex-direction:column;gap:24px;display:flex}.catalog-single{flex-direction:column;gap:20px;display:flex}.catalog-header{border-bottom:none;margin-bottom:0;padding-bottom:0}.catalog-header h2{color:#0f172a;margin:0 0 8px;font-size:28px;font-weight:700}.inline-icon{vertical-align:middle;justify-content:center;align-items:center;margin-right:8px;display:inline-flex}.catalog-header-subtitle{color:#64748b;margin:0;font-size:14px}.catalog-section{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;gap:12px;padding:20px;display:flex;box-shadow:0 8px 20px #0f172a0f}.catalog-section-header{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.catalog-section-header h3{color:#0f172a;margin:0;font-size:17px;font-weight:700}.product-sizes-pricing{flex-direction:column;gap:12px;margin-top:12px;display:flex}.product-sizes-pricing>h4{color:#1f2937;margin:4px 0 0;font-size:14px;font-weight:700}.catalog-subsection{border-top:1px dashed #e5e7eb;flex-direction:column;gap:12px;padding-top:16px;display:flex}.catalog-subsection-header{justify-content:space-between;align-items:center;display:flex}.catalog-subsection-header h4{color:#1f2937;margin:0;font-size:14px;font-weight:700}.catalog-three-col{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:24px;display:grid}.catalog-column{background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:12px;min-height:600px;padding:20px;display:flex}.catalog-column-header{border-bottom:2px solid #f3f4f6;justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.catalog-column-header h3{color:#0f172a;margin:0;font-size:16px;font-weight:700}.count-badge{background:linear-gradient(135deg,var(--red)0%,#b91c1c 100%);color:#fff;text-align:center;border-radius:20px;min-width:32px;padding:4px 12px;font-size:12px;font-weight:600}.catalog-list{background:#f9fafb;border-radius:8px;flex-direction:column;flex:1;gap:6px;min-height:180px;max-height:320px;padding:8px;display:flex;overflow-y:auto}.list-search{margin-bottom:4px;position:relative}.autocomplete-dropdown{z-index:100;background:#fff;border:1px solid #e2e8f0;border-radius:6px;max-height:150px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.autocomplete-item{cursor:pointer;border-bottom:1px solid #f1f5f9;padding:8px 12px;font-size:13px;transition:background .2s}.autocomplete-item:hover{background:#f1f5f9}.list-header{color:#64748b;background:#fff;border-bottom:1px solid #e5e7eb;border-radius:4px;padding:6px 8px;font-size:11px;font-weight:700}.list-items{flex-direction:column;flex:1;gap:4px;display:flex;overflow-y:auto}.list-item{background:#fff;border-left:3px solid #0000;border-radius:6px;justify-content:space-between;align-items:center;padding:8px 10px;font-size:13px;transition:all .2s;display:flex}.list-item:hover{border-left-color:var(--red);background:#f1f5f9;padding-left:7px}.list-item-actions{gap:4px;display:flex}.list-item-price{color:#059669;margin-left:12px;font-size:.8125rem;font-weight:600}.empty-placeholder{text-align:center;color:#cbd5e1;background:#fff;border:2px dashed #e5e7eb;border-radius:6px;padding:24px 16px;font-size:13px}.catalog-form{background:linear-gradient(135deg,#dc262605 0%,#dc262603 100%);border:1px solid #fecaca;border-radius:8px;flex-direction:column;gap:8px;padding:12px;display:flex}.catalog-form h4{color:#7f1d1d;margin:0 0 8px;font-size:13px;font-weight:700}.form-field-compact{flex-direction:column;gap:4px;display:flex}.form-input-sm,.form-textarea-sm{border:1px solid #e5e7eb;border-radius:6px;padding:8px 10px;font-family:inherit;font-size:13px}.form-input-sm:focus,.form-textarea-sm:focus{border-color:var(--red);outline:none;box-shadow:0 0 0 2px #dc26261a}.form-row-compact{grid-template-columns:1fr 1fr;gap:6px;display:grid}.checkbox-group-compact{flex-direction:column;gap:4px;display:flex}.checkbox-label-compact{cursor:pointer;align-items:center;gap:6px;padding:2px;font-size:12px;display:flex}.checkbox-label-compact input{cursor:pointer;width:14px;height:14px}.preview-thumb{border:1px solid #e5e7eb;border-radius:6px;max-width:60px;max-height:60px;margin-top:4px}.btn-primary-sm,.btn-xs,.btn-danger-xs,.btn-cancel-xs{cursor:pointer;border:none;border-radius:6px;padding:6px 10px;font-size:12px;font-weight:600;transition:all .2s}.btn-primary-sm{background:var(--red);color:#fff;width:100%}.btn-primary-sm:hover{background:#b91c1c}.btn-xs{color:#334155;background:#e2e8f0}.btn-xs:hover{background:#cbd5e1}.btn-danger-xs{color:#991b1b;background:#fee2e2}.btn-danger-xs:hover{background:#fecaca}.btn-cancel-xs{color:#64748b;background:0 0;padding:4px 8px;font-size:11px}.bulk-action-small{color:#7f1d1d;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;justify-content:space-between;align-items:center;padding:8px 10px;font-size:12px;font-weight:500;display:flex}.product-details-section{border-top:1px solid #e5e7eb;margin-top:12px;padding-top:12px}.product-details-section h4{color:#0f172a;margin:0 0 8px;font-size:13px;font-weight:700}.catalog-sub-nav,.catalog-nav-grid,.catalog-back-btn{display:none}.products-list-manage{margin-top:16px}.products-list-header{background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:12px 16px;display:flex}.products-count{color:var(--red);font-size:14px;font-weight:600}.products-list-items{flex-direction:column;gap:8px;max-height:400px;padding:4px;display:flex;overflow-y:auto}.product-list-item{background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;padding:12px 16px;transition:all .2s;display:flex}.product-list-item:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000000d}.product-item-name{color:#374151;margin-left:8px;font-size:14px;font-weight:500}.product-item-actions{align-items:center;gap:8px;display:flex}.admin-table{border-collapse:collapse;font-size:.875rem}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem}.admin-table th{color:#374151;background:#f9fafb;font-weight:600}.admin-table tbody tr:hover{background:#f9fafb}.admin-table-row-clickable{cursor:pointer}.admin-table th,.admin-table td{vertical-align:middle}.admin-table td:first-child{min-width:220px}.admin-table td:nth-child(4),.admin-table td:nth-child(5){text-align:right}.admin-table th:last-child,.admin-table td:last-child{white-space:nowrap;width:160px}.admin-form-card .form-input+svg{pointer-events:none;color:#9ca3af;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.admin-table .btn-ghost-small,.admin-table .btn-warning-small,.admin-table .btn-success-small,.admin-table .btn-danger-small{border-radius:6px;align-items:center;gap:8px;padding:6px 10px;font-size:13px;display:inline-flex}.admin-table .btn-ghost-small svg,.admin-table .btn-warning-small svg,.admin-table .btn-success-small svg,.admin-table .btn-danger-small svg,.btn-primary-small svg,.btn-secondary-small svg{vertical-align:middle;flex-shrink:0;width:16px;height:16px;display:inline-block}.admin-table .btn-ghost-small svg+*,.admin-table .btn-ghost-small svg+svg+*,.btn-ghost-small svg+*,.btn-danger-small svg+*{margin-left:6px}@media (max-width:768px){.admin-table th,.admin-table td{padding:.5rem .75rem;font-size:14px}.admin-table td:first-child{min-width:160px}.admin-form-card{padding:12px}}.admin-table .btn-ghost-small:focus,.admin-table .btn-danger-small:focus,.admin-table .btn-warning-small:focus,.admin-table .btn-success-small:focus,.btn-primary-small:focus,.btn-secondary-small:focus{outline-offset:2px;outline:2px solid #c7ddff;box-shadow:0 0 0 3px #c7ddff33}.admin-order-detail-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.admin-order-detail-modal{border-radius:var(--radius-lg,12px);box-shadow:var(--shadow-lg,0 8px 24px #0000001f);background:#fff;width:100%;max-width:420px;max-height:90vh;overflow-y:auto}.admin-order-detail-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.admin-order-detail-header h3{margin:0;font-size:1.125rem;font-weight:600}.admin-order-detail-body{padding:1.25rem}.admin-order-detail-dl{grid-template-columns:auto 1fr;gap:.5rem 1.5rem;margin:0;display:grid}.admin-order-detail-dl dt{color:#6b7280;font-size:.875rem;font-weight:500}.admin-order-detail-dl dd{margin:0;font-size:.9375rem}.catalog-sub-nav-btn{color:#6b7280;cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 1px 2px #0000000d}.catalog-sub-nav-btn:hover{color:#374151;background:#f9fafb;border-color:#d1d5db}.catalog-sub-nav-btn.active{background:var(--red);border-color:var(--red);color:#fff;box-shadow:0 2px 4px #dc262633}.catalog-sub-nav-btn.active:hover{background:#b91c1c;border-color:#b91c1c}.section-header-with-count{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.section-header-with-count>div{flex:1}.section-header-with-count h3{color:#0f172a;margin:0 0 4px;font-size:18px}.section-description{color:#64748b;margin:0;font-size:14px}.category-count-badge{background:linear-gradient(135deg,var(--red)0%,#b91c1c 100%);color:#fff;text-align:center;white-space:nowrap;border-radius:20px;min-width:40px;padding:6px 12px;font-size:13px;font-weight:600}.empty-state{text-align:center;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:12px;padding:40px 20px}.empty-state-icon{margin-bottom:12px;font-size:48px;display:block}.empty-state p{color:#64748b;margin:0;font-size:16px}.bulk-action-bar{color:#7f1d1d;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:12px 16px;font-size:14px;font-weight:500;display:flex}.categories-list-container,.products-list-container{display:block}.form-card-highlight{border:2px solid var(--red);background:linear-gradient(135deg,#dc262605 0%,#dc262603 100%);box-shadow:0 4px 12px #dc26261a}.form-card-highlight h3{color:#7f1d1d;border-bottom:2px solid #fecaca;margin-bottom:16px;padding-bottom:12px}.form-actions{gap:12px;margin-top:20px;display:flex}.header-content{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.header-left{flex-direction:column;gap:4px;display:flex}.page-title{color:#0f172a;letter-spacing:-.033em;margin:0;font-size:30px;font-weight:900;line-height:1.2}.page-subtitle{color:#64748b;margin:0;font-size:14px;font-weight:400}.header-right{align-items:center;gap:12px;display:flex}.admin-search{background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;min-width:320px;height:40px;padding:0 12px;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.admin-search:focus-within{border-color:#f20d0d;box-shadow:0 0 0 3px #f20d0d1a}.admin-search svg{color:#94a3b8;width:20px;height:20px;margin-right:8px}.search-input{color:#1e293b;background:0 0;border:none;outline:none;flex:1;font-size:14px}.search-input::placeholder{color:#94a3b8}.btn-secondary,.btn-primary{letter-spacing:.015em;cursor:pointer;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;gap:8px;height:40px;padding:0 16px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.btn-secondary{color:#1e293b;background:#fff}.btn-secondary:hover{background:#f8fafc}.btn-primary{color:#fff;background:red;border-color:#f20d0d;box-shadow:0 4px 6px #f20d0d33}.btn-primary:hover{background:#d90b0b}.btn-secondary svg,.btn-primary svg{width:18px;height:18px}.admin-key-input-wrapper{position:relative}.admin-key-input{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;min-width:180px;height:40px;padding:0 12px;font-size:14px;box-shadow:0 1px 2px #0000000d}.admin-key-input:focus{border-color:#f20d0d;box-shadow:0 0 0 3px #f20d0d1a}.admin-key-input::placeholder{color:#94a3b8}.admin-alert{border-radius:8px;margin-bottom:24px;padding:12px 16px;font-size:14px}.admin-alert.alert-success{color:#065f46;background:#d1fae5;border:1px solid #6ee7b7}.admin-alert.alert-error{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5}.admin-form-section{flex-direction:column;gap:24px;display:flex}.admin-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:32px;transition:all .2s;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a}.admin-form-card:hover{border-color:#d1d5db;box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f}.admin-form-card h3{color:#111827;letter-spacing:-.01em;margin:0 0 24px;font-size:20px;font-weight:700}.section-header{border-bottom:2px solid #f3f4f6;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;display:flex}.section-header h3{color:#111827;letter-spacing:-.01em;margin:0;font-size:20px;font-weight:700}.orders-table{gap:8px;display:grid}.orders-row{background:#fff;border:1px solid #e5e7eb;border-radius:8px;grid-template-columns:1.3fr 1.25fr .8fr .85fr .9fr 1.8fr 1.15fr .6fr;align-items:center;gap:12px;padding:10px 12px;font-size:14px;display:grid}.orders-row.clickable{cursor:pointer;transition:background .2s,border-color .2s}.orders-row.clickable:hover{background:#f8fafc;border-color:#cbd5e1}.orders-header{color:#374151;background:#f9fafb;font-weight:700}.orders-cell-strong{color:#111827;font-weight:700}.orders-status{text-transform:capitalize;color:#334155;font-weight:600}.orders-status.paid,.orders-status.completed,.orders-status.fulfilled{color:#166534}.orders-status.pending,.orders-status.processing{color:#92400e}.orders-status.canceled,.orders-status.cancelled,.orders-status.failed{color:#991b1b}.orders-actions{justify-content:center;align-items:center;gap:8px;display:flex}.btn-delete-order{color:#dc2626;cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;padding:6px 8px;font-size:14px;transition:all .2s;display:flex}.btn-delete-order:hover{color:#991b1b;background:#fee2e2;border-color:#fca5a5}.btn-delete-order:active{transform:scale(.95)}.section-divider{background:linear-gradient(90deg,#0000,#e5e7eb,#0000);border:none;height:1px;margin:2rem 0}.product-edit-tabs{border-bottom:2px solid #e5e7eb;gap:.5rem;margin-bottom:2rem;padding-bottom:.5rem;display:flex}.product-tab-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;margin-bottom:-.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s}.product-tab-btn:hover{color:#374151}.product-tab-btn.active{color:#0284c7;border-bottom:3px solid #0284c7;font-weight:600}.accordion-item{margin-bottom:0}.accordion-header{cursor:pointer;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:1rem;transition:all .2s;display:flex}.accordion-header:hover{background-color:#f3f4f6;border-color:#d1d5db}.accordion-header h4{color:#374151;margin:0;font-size:1rem;font-weight:600}.edit-indicator{color:#78350f;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:1px solid #fbbf24;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:12px 16px;font-size:14px;font-weight:500;display:flex;box-shadow:0 1px 2px #fbbf241a}.btn-cancel-small{color:#92400e;cursor:pointer;background:0 0;border:1px solid #fbbf24;border-radius:4px;padding:4px 12px;font-size:12px;font-weight:600;transition:all .2s}.btn-cancel-small:hover{color:#78350f;background:#fbbf24}.form-field{margin-bottom:24px}.form-field label{color:#374151;letter-spacing:-.01em;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.form-input,.form-select,.form-textarea{color:#111827;box-sizing:border-box;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;width:100%;padding:12px 16px;font-family:inherit;font-size:15px;transition:all .2s}.form-input:hover,.form-select:hover,.form-textarea:hover{border-color:#d1d5db}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--red);background:#fefefe;outline:none;box-shadow:0 0 0 4px #dc26261a}.form-textarea{resize:vertical;min-height:120px;line-height:1.6}.rich-text-editor-wrapper{margin-bottom:8px}.rich-text-editor-wrapper .quill{background:#fff;border-radius:8px}.rich-text-editor-wrapper .ql-container{border-bottom-right-radius:8px;border-bottom-left-radius:8px;min-height:200px;font-size:15px}.rich-text-editor-wrapper .ql-editor{color:#111827;min-height:200px;line-height:1.6}.rich-text-editor-wrapper .ql-editor.ql-blank:before{color:#9ca3af;font-style:normal}.rich-text-editor-wrapper .ql-toolbar{background:#f9fafb;border:1.5px solid #e5e7eb;border-bottom:none;border-top-left-radius:8px;border-top-right-radius:8px}.rich-text-editor-wrapper .ql-container{border:1.5px solid #e5e7eb;border-top:none}.rich-text-editor-wrapper .ql-toolbar .ql-stroke{stroke:#374151}.rich-text-editor-wrapper .ql-toolbar .ql-fill{fill:#374151}.rich-text-editor-wrapper .ql-toolbar button:hover,.rich-text-editor-wrapper .ql-toolbar button.ql-active{color:var(--red)}.rich-text-editor-wrapper .ql-toolbar button:hover .ql-stroke,.rich-text-editor-wrapper .ql-toolbar button.ql-active .ql-stroke{stroke:var(--red)}.rich-text-editor-wrapper .ql-toolbar button:hover .ql-fill,.rich-text-editor-wrapper .ql-toolbar button.ql-active .ql-fill{fill:var(--red)}.rich-text-editor-wrapper .ql-toolbar .ql-picker-label{color:#374151}.rich-text-editor-wrapper .ql-toolbar .ql-picker-label:hover,.rich-text-editor-wrapper .ql-toolbar .ql-picker.ql-expanded .ql-picker-label{color:var(--red)}.form-row,.form-row-admin{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.checkbox-group{background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:8px;flex-direction:column;gap:12px;padding:16px;display:flex}.checkbox-label{cursor:pointer;color:#374151;border-radius:6px;align-items:center;gap:10px;padding:8px;font-size:14px;font-weight:500;transition:background .2s;display:flex}.checkbox-label:hover{background:#fff}.checkbox-label input[type=checkbox]{cursor:pointer;width:18px;height:18px;accent-color:var(--red)}.hint{color:#64748b;margin-top:4px;font-size:12px}.form-section-divider{border-top:2px solid #e2e8f0;margin-top:2rem;margin-bottom:1rem;padding-top:1.5rem}.form-section-divider h4{color:#1e293b;margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.hint.error{color:#dc2626}.price-input-wrapper{align-items:center;display:flex;position:relative}.price-prefix{color:#64748b;font-weight:500;position:absolute;left:12px}.price-input{padding-left:28px!important}.image-preview{background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;justify-content:center;align-items:center;max-width:200px;max-height:200px;margin-top:12px;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000d}.image-preview img{object-fit:contain;max-width:100%;max-height:100%}.form-actions{border-top:1px solid #f3f4f6;align-items:center;gap:12px;margin-top:32px;padding-top:24px;display:flex}.btn-primary-form,.btn-ghost-form{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary-form{background:var(--red);color:#fff;box-shadow:0 1px 2px #0000000d}.btn-primary-form:hover{background:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 6px #dc262633}.btn-primary-form:active{transform:translateY(0)}.btn-ghost-form{color:#6b7280;background:#fff;border:1.5px solid #e5e7eb}.btn-ghost-form:hover{color:#374151;background:#f9fafb;border-color:#d1d5db}.product-sizes-list{margin-top:24px}.sizes-list{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.size-item{background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:16px 20px;transition:all .2s;display:flex}.size-item:hover{border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.size-item.active{background:#e3f2fd;border-color:#90caf9}.size-item.inactive{opacity:.7}.size-info{flex-direction:column;flex:0 auto;gap:.375rem;min-width:0;display:flex}.size-info strong{color:#1e293b;font-size:.9375rem;font-weight:600}.size-price{color:#f20d0d;font-size:1rem;font-weight:700}.size-dims{color:#64748b;font-size:.8125rem;line-height:1.4}.size-active-indicator{color:#0284c7;margin-top:.25rem;font-size:.75rem;font-weight:500;display:inline-block}.size-actions{flex-shrink:0;gap:.5rem;display:flex}.btn-ghost-small,.btn-danger-small{cursor:pointer;border:1.5px solid;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.btn-ghost-small{color:#6b7280;background:#fff;border-color:#e5e7eb}.btn-ghost-small:hover{color:#374151;background:#f9fafb;border-color:#d1d5db}.btn-danger-small{color:#dc2626;background:#fff;border-color:#fca5a5}.btn-danger-small:hover{color:#b91c1c;background:#fee2e2;border-color:#f87171}.loading{text-align:center;color:#64748b;padding:48px}.dashboard-section{flex-direction:column;gap:24px;display:flex}.dashboard-loading{justify-content:center;align-items:center;min-height:400px;display:flex}.dashboard-stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;display:grid}.dashboard-stat-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;padding:24px;transition:all .2s;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a}.dashboard-stat-card:hover{border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f}.stat-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.stat-icon{color:#fff;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.stat-icon.revenue{color:#059669;background:#d1fae5}.stat-icon.products{color:#2563eb;background:#dbeafe}.stat-icon.categories{color:#d97706;background:#fef3c7}.stat-icon.orders{color:#dc2626;background:#fee2e2}.stat-icon.live-site{color:#4f46e5;background:#e0e7ff}.stat-badge{border-radius:9999px;align-items:center;gap:4px;padding:4px 8px;font-size:12px;font-weight:500;display:inline-flex}.stat-badge.positive{color:#065f46;background:#d1fae5}.stat-badge.negative{color:#991b1b;background:#fee2e2}.stat-badge svg{width:14px;height:14px}.stat-card-content{flex-direction:column;gap:4px;display:flex}.stat-label{color:#64748b;margin:0;font-size:14px;font-weight:500}.stat-value{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:24px;font-weight:700;line-height:1.2}.dashboard-charts-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px;margin-top:24px;display:grid}.dashboard-chart-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:box-shadow .2s;box-shadow:0 1px 3px #0000001a}.dashboard-chart-card:hover{box-shadow:0 4px 6px #0000001a}.chart-title{color:#0f172a;margin:0 0 20px;font-size:18px;font-weight:700}.chart-container{height:300px;position:relative}.chart-empty-state{color:#64748b;text-align:center;justify-content:center;align-items:center;height:300px;padding:40px;font-size:14px;display:flex}.dashboard-welcome-card{background:linear-gradient(135deg,#fff 0%,#f9fafb 100%);border:1.5px solid #e5e7eb;border-radius:12px;margin-top:24px;padding:24px;box-shadow:0 1px 3px #0000001a}.dashboard-welcome-card h3{color:#0f172a;margin:0 0 8px;font-size:18px;font-weight:700}.dashboard-welcome-card p{color:#64748b;margin:0;font-size:14px;line-height:1.6}@media (max-width:768px){.admin-page-container{padding-top:0}.admin-nav-tabs{position:relative;top:0}.admin-nav-tabs-container{padding:0 1rem}.admin-nav-tab{padding:12px 16px;font-size:13px}.admin-nav-tab span{display:none}.admin-nav-tab svg{width:20px;height:20px}.admin-page-header{padding:16px}.admin-page-header-content{flex-direction:column;align-items:flex-start;gap:1rem}.admin-page-title{font-size:24px}.admin-content-area{padding:16px}.form-row,.dashboard-charts-grid{grid-template-columns:1fr}.chart-container{height:250px}}.categories-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#0f172a 0%,#1a1a1a 100%);padding:60px 0}.categories-hero-content h1{letter-spacing:-.02em;color:#fff;margin-bottom:1rem;font-size:3rem;font-weight:900}.categories-hero-content p{color:#e5e5e5;max-width:600px;margin:0 auto;font-size:1.125rem}.product-category-tabs{flex-wrap:wrap;gap:.5rem .625rem;margin-top:0;margin-bottom:1rem;display:flex}.category-tab{appearance:none;font:inherit;cursor:pointer;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:999px;padding:.5rem 1rem;font-size:.9375rem;font-weight:600;line-height:1.25;transition:background .2s,border-color .2s,color .2s,box-shadow .2s}.category-tab:hover{background:#f8fafc;border-color:#94a3b8}.category-tab:focus-visible{outline-offset:2px;outline:2px solid #dc2626}.category-tab.active{color:#fff;background:#0f172a;border-color:#0f172a;box-shadow:0 2px 8px #0f172a26}.category-grid-revamped{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;margin-top:40px;display:grid}.product-category-tabs+.category-grid-revamped{margin-top:.5rem}.category-card-revamped-link{text-decoration:none;transition:transform .3s,box-shadow .3s}.category-card-revamped-link:hover{transform:translateY(-8px)}.category-card-revamped{background:#fff;border-radius:16px;flex-direction:column;height:100%;transition:box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000001a}.category-card-revamped-link:hover .category-card-revamped{box-shadow:0 12px 32px #00000026}.category-image-container{background:#f1f5f9;width:100%;height:240px;position:relative;overflow:hidden}.category-image-revamped{object-fit:cover;width:100%;height:100%;transition:transform .3s}.category-card-revamped-link:hover .category-image-revamped{transform:scale(1.05)}.category-image-placeholder{color:#cbd5e1;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.category-overlay{background:0 0;width:100%;height:100%;transition:background .3s;position:absolute;top:0;left:0}.category-card-revamped-link:hover .category-overlay{background:#0000001a}.category-content-revamped{flex-direction:column;flex:1;padding:24px;display:flex}.category-title-revamped{color:#0f172a;margin:0 0 8px;font-size:1.375rem;font-weight:700;line-height:1.3}.category-desc-revamped{color:#64748b;flex:1;margin:0 0 16px;font-size:.9375rem;line-height:1.6}.category-cta{color:#f20d0d;align-items:center;gap:8px;margin-top:auto;font-size:1rem;font-weight:600;display:flex}.cta-arrow{transition:transform .3s}.category-card-revamped-link:hover .cta-arrow{transform:translate(4px)}.category-detail-page{background:#fff;min-height:100vh}.category-header-revamped{background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);border-bottom:none;padding:60px 0;position:relative;overflow:hidden}.category-header-revamped:before{content:"";pointer-events:none;background:radial-gradient(circle,#f20d0d1a 0%,#f20d0d00 70%);width:400px;height:100%;position:absolute;top:0;right:0}.breadcrumb-revamped{z-index:1;align-items:center;gap:8px;margin-bottom:32px;font-size:.875rem;display:flex;position:relative}.breadcrumb-revamped a{color:#94a3b8;text-decoration:none;transition:color .2s}.breadcrumb-revamped a:hover{color:#f20d0d}.breadcrumb-revamped .separator{color:#475569}.breadcrumb-revamped .active{color:#ff4500;font-weight:600}.category-header-hero{z-index:1;grid-template-columns:450px 1fr;align-items:center;gap:48px;display:grid;position:relative;overflow:hidden}.category-header-image-revamped{background:#2d2d2d;border:1px solid #f20d0d4d;border-radius:8px;width:100%;height:280px;transition:transform .3s;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 1px #f20d0d33}.category-header-image-revamped:hover{transform:scale(1.02)}.category-header-image-revamped img{object-fit:cover;width:100%;height:100%}.category-header-info{flex-direction:column;gap:20px;display:flex}.category-header-top{align-items:center;margin-bottom:-8px;display:flex}.category-back-button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.category-back-button:hover{background:#ffffff26;border-color:#ffffff4d;transform:translate(-2px)}.category-back-button svg{flex-shrink:0;width:18px;height:18px}.category-page-title{color:#fff;letter-spacing:-.03em;margin:0;font-size:3rem;font-weight:900;line-height:1.1}.category-page-description{color:#cbd5e1;max-width:90%;margin:0;font-size:1.125rem;line-height:1.7}.category-stats{align-items:center;gap:16px;margin-top:12px;display:flex}.category-stats .stat-badge{color:#f20d0d;text-transform:uppercase;letter-spacing:.5px;background:#f20d0d1a;border:1px solid #f20d0d4d;border-radius:6px;padding:8px 16px;font-size:.875rem;font-weight:600}.category-content-section{background:#fff;width:100%;min-height:calc(100vh - 200px);padding:0}.category-layout{grid-template-columns:280px 1fr;align-items:stretch;gap:0;width:100%;max-width:100%;min-height:100%;display:grid}.category-layout.with-sizes-panel{grid-template-columns:280px 1fr 320px}.filters-sidebar{background:#f8f9fa;border-right:1px solid #e2e8f0;height:100%;min-height:calc(100vh - 80px);padding:32px 24px;position:sticky;top:80px;overflow-y:auto}.filters-sidebar-content{background:0 0;border:none;border-radius:0;padding:0}.filters-sidebar-title{color:#0f172a;border-bottom:2px solid #e2e8f0;margin:0 0 24px;padding-bottom:16px;font-size:1.125rem;font-weight:700}.filter-group{margin-bottom:24px}.filter-group:last-child{margin-bottom:0}.filter-group-title{color:#0f172a;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:.875rem;font-weight:600}.market-toggle-vertical{flex-direction:column;gap:8px;display:flex}.market-btn-vertical{color:#64748b;cursor:pointer;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:6px;width:100%;padding:10px 16px;font-size:.875rem;font-weight:500;transition:all .2s}.market-btn-vertical:hover{color:#f20d0d;background:#fff5f5;border-color:#f20d0d}.market-btn-vertical.active{color:#fff;background:#f20d0d;border-color:#f20d0d}.market-btn-vertical.active:hover{background:#d90b0b;border-color:#d90b0b}.filter-input,.filter-select{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:6px;width:100%;padding:10px 12px;font-size:.875rem;transition:border-color .2s}.filter-input:focus,.filter-select:focus{border-color:#f20d0d;outline:none;box-shadow:0 0 0 3px #f20d0d1a}.filter-input::placeholder{color:#94a3b8}.filter-select{cursor:pointer}.price-inputs{align-items:center;gap:8px;margin-bottom:8px;display:flex}.price-input{flex:1}.price-separator{color:#64748b;font-weight:500}.price-currency{color:#64748b;margin-top:4px;font-size:.75rem}.products-main{width:100%;min-height:400px;padding:32px 24px}.sizes-panel{background:#fff;border-left:1px solid #e2e8f0;flex-direction:column;height:100%;min-height:calc(100vh - 80px);padding:0;display:flex;position:sticky;top:80px;overflow-y:auto}.sizes-panel-header{z-index:10;background:#f8f9fa;border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;padding:24px;display:flex;position:sticky;top:0}.sizes-panel-title{color:#0f172a;flex:1;margin:0;font-size:1.125rem;font-weight:700;line-height:1.3}.sizes-panel-close{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.5rem;transition:all .2s;display:flex}.sizes-panel-close:hover{color:#0f172a;background:#e2e8f0}.sizes-panel-content{flex:1;padding:24px}.sizes-panel-subtitle{color:#0f172a;text-transform:uppercase;letter-spacing:.5px;margin:0 0 20px;font-size:.875rem;font-weight:600}.sizes-panel .sizes-list{flex-flow:wrap;gap:16px;display:flex}.sizes-panel .size-item{background:#f8f9fa;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;flex:calc(50% - 8px);gap:12px;min-width:280px;max-width:calc(50% - 8px);padding:16px;transition:all .2s;display:flex}.size-item:hover{border-color:#f20d0d;box-shadow:0 2px 8px #f20d0d1a}.size-item-left{flex:1;min-width:0}.size-item-right{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:8px;width:100%;display:flex}.size-item-header{flex-flow:wrap;align-items:center;gap:8px;display:flex}.size-label{color:#0f172a;margin-bottom:4px;font-size:1rem;font-weight:700}.size-dimensions{flex-flow:wrap;gap:8px;display:flex}.size-dimension-line{color:#64748b;font-size:.875rem;line-height:1.4}.size-item-price{text-align:left;width:100%}.size-price-normal{color:#dc2626;font-size:1.125rem;font-weight:700}.size-price-discounted{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.size-price-original{color:#94a3b8;font-size:.875rem;text-decoration:line-through}.size-price-final{color:#dc2626;font-size:1.125rem;font-weight:700}.size-sale-badge{color:#fff;background:#dc2626;border-radius:4px;width:fit-content;margin-top:4px;padding:2px 8px;font-size:.75rem;font-weight:600;display:inline-block}.sizes-view-details-btn{white-space:nowrap;margin-top:0;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.product-card-revamped-link.selected .product-card-revamped{border-color:#f20d0d;box-shadow:0 0 0 2px #f20d0d33}.btn-small{padding:.5rem 1rem;font-size:.875rem}.category-products-section{padding:48px 0}.products-grid-revamped{grid-template-columns:repeat(auto-fit,285px);justify-content:start;align-items:stretch;gap:24px;display:grid}.product-container{display:block}.product-container.expanded{grid-column:1/-1;grid-template-columns:minmax(300px,360px) 1fr;align-items:start;gap:24px;display:grid}.product-size-variants{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.product-container:not(.expanded) .product-size-variants{display:none}.product-variant-card,.product-variant-card .product-card-revamped{height:100%}@media (max-width:1024px){.product-container.expanded{grid-template-columns:1fr}.product-size-variants{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}.product-card-revamped-link{width:285px;height:100%;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex}.product-card-revamped-link:hover{transform:translateY(-6px)}.product-card-revamped{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;width:100%;height:100%;transition:box-shadow .3s,border-color .3s;display:flex;overflow:hidden}.product-card-revamped-link:hover .product-card-revamped{border-color:#f20d0d;box-shadow:0 8px 24px #f20d0d1a}.product-card-revamped .product-image{background:#f1f5f9;justify-content:center;align-items:center;width:100%;height:200px;display:flex;overflow:hidden}.product-card-revamped .product-image img{object-fit:fit;object-position:center;width:100%;height:100%;transition:transform .3s}.product-card-revamped-link:hover .product-image img{transform:scale(1.05)}.product-card-revamped .product-body{flex-direction:column;flex:1;padding:20px;display:flex}.product-card-revamped h3{color:#0f172a;margin:0 0 12px;font-size:1.0625rem;font-weight:700;line-height:1.3}.product-card-revamped .product-categories{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.product-card-revamped .product-category-badge{color:#f20d0d;background:#ffe0e0;border-radius:4px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-block}.product-card-revamped .product-vendor{color:#64748b;margin-bottom:8px;font-size:.8125rem;font-style:italic}.product-card-revamped .product-description{color:#64748b;height:5.4em;margin:0 0 12px;font-size:.875rem;line-height:1.5}.product-card-revamped .product-description.product-description-content{max-height:4.2em;position:relative;overflow:hidden}.product-card-revamped .product-description.product-description-content:after{content:"";pointer-events:none;background:linear-gradient(#0000,#ffffffe6);height:1.2em;position:absolute;bottom:0;left:0;right:0}.product-card-revamped .product-description-content p{margin:0 0 .5rem;display:block}.product-card-revamped .product-description-content p:last-child{margin-bottom:0}.product-card-revamped .product-description-content strong,.product-card-revamped .product-description-content b{color:#1e293b;font-weight:700}.product-card-revamped .product-description-content em,.product-card-revamped .product-description-content i{font-style:italic}.product-card-revamped .product-description-content ul,.product-card-revamped .product-description-content ol{margin:0 0 .5rem 1rem;padding-left:.75rem;display:block}.product-card-revamped .product-description-content li{margin:0 0 .25rem;display:list-item}.product-card-revamped .product-description-content h1,.product-card-revamped .product-description-content h2,.product-card-revamped .product-description-content h3,.product-card-revamped .product-description-content h4,.product-card-revamped .product-description-content h5,.product-card-revamped .product-description-content h6{display:none}.product-card-revamped .product-description-content a{color:inherit;pointer-events:none;text-decoration:none}.product-card-revamped .product-description-content br{display:none}.product-card-revamped .product-card-footer{flex-direction:column;gap:.75rem;margin-top:auto;display:flex}.product-card-revamped .product-card-footer .product-card-actions{margin-top:0}.product-card-revamped .product-price-preview{color:#f20d0d;align-items:center;min-height:2.5rem;font-size:1.1875rem;font-weight:700;display:flex}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:3rem;padding:2rem 0;display:flex}.pagination-btn{background:var(--white);border:2px solid var(--border);color:var(--text);cursor:pointer;transition:var(--transition);border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;display:flex}.pagination-btn:hover:not(:disabled){background:var(--red);color:var(--white);border-color:var(--red);transform:translateY(-2px)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.pagination-btn svg{flex-shrink:0;width:18px;height:18px}.pagination-info{color:var(--text);flex-direction:column;align-items:center;gap:.25rem;font-size:.9375rem;font-weight:500;display:flex}.pagination-total{color:var(--text-muted);font-size:.875rem;font-weight:400}.pagination-numbers{align-items:center;gap:.5rem;display:flex}.pagination-number{background:var(--white);border:2px solid var(--border);min-width:40px;height:40px;color:var(--text);cursor:pointer;transition:var(--transition);border-radius:8px;justify-content:center;align-items:center;padding:0 .75rem;font-size:.9375rem;font-weight:600;display:flex}.pagination-number:hover{background:var(--gray-light);border-color:var(--red);color:var(--red);transform:translateY(-2px)}.pagination-number.active{background:var(--red);color:var(--white);border-color:var(--red)}.pagination-number.active:hover{background:var(--red-dark);transform:translateY(-2px)}@media (max-width:768px){.categories-hero-content h1{font-size:2rem}.category-grid-revamped{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}.category-header-hero{grid-template-columns:1fr;gap:24px}.category-page-title{font-size:2rem}.filters-and-market-wrapper{flex-direction:column;gap:16px}.products-grid-revamped{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.category-header-image-revamped{height:200px}.breadcrumb-revamped{flex-wrap:wrap;row-gap:6px}.category-page-description{max-width:100%}.category-content-section{padding:0 0 24px}.category-layout{grid-template-columns:1fr;gap:24px}.filters-sidebar{border-bottom:1px solid #e2e8f0;border-right:none;width:100%;height:auto;min-height:auto;padding:20px 16px;position:static}.products-main{padding:24px 16px}.sizes-panel{border-top:1px solid #e2e8f0;border-left:none;height:auto;min-height:auto;position:static}}@media (max-width:480px){.category-header-revamped{padding:40px 0}.categories-hero-content h1,.category-page-title{font-size:1.5rem}.category-page-description{font-size:.95rem}.category-grid-revamped,.products-grid-revamped{grid-template-columns:1fr}.category-layout{grid-template-columns:1fr;gap:24px}.filters-sidebar{padding:16px 12px}.products-main{padding:20px 12px}.category-header-image-revamped{height:180px}.pagination{flex-direction:column;gap:1rem;padding:1.5rem 0}.pagination-numbers{flex-wrap:wrap;order:-1;justify-content:center}.pagination-info{order:0}.category-layout.with-sizes-panel{grid-template-columns:1fr}.filters-sidebar{max-height:none;position:static}.filters-sidebar-content{padding:20px}.sizes-panel{z-index:1000;background:#fff;border-left:none;min-height:100vh;position:fixed;inset:0}.sizes-panel-header{position:sticky;top:0}.sizes-list{flex-direction:column}.size-item{flex:100%;min-width:100%}}@media (max-width:1024px){.cart-layout{display:block}.cart-summary{position:static;top:auto}}@media (max-width:768px){.cart-items-section{padding:24px 0 40px}.cart-items-container{border-radius:12px;padding:20px}.cart-item{border-radius:10px;grid-template-columns:1fr;gap:16px;padding:16px}.cart-item-image-wrapper{width:100%;height:180px}.cart-item-info h3{font-size:1rem}.cart-item-details{flex-direction:column;gap:10px}.cart-item-controls{flex-direction:column;align-items:stretch;gap:12px}.quantity-control{justify-content:center;width:100%}.item-total{text-align:center;width:100%;font-size:1.125rem}.btn-remove{justify-content:center;width:100%}.cart-summary{border-radius:12px;padding:24px 20px}.summary-header h2{font-size:1.25rem}.summary-total{padding:16px 0}.summary-total strong{font-size:1.375rem}.btn-checkout{padding:14px 20px;font-size:1rem}.btn-continue-shopping{padding:12px 20px}.cart-disclaimer,.cart-quebec-notice,.cart-market-selector{padding:14px 16px}}@media (max-width:480px){.container-full{padding:0 16px}.cart-items-container{padding:16px}.cart-section-title{font-size:1.25rem}.cart-item{padding:14px}.cart-item-image-wrapper{height:160px}.btn-quantity{width:44px;height:44px}.summary-row{padding:12px 0;font-size:.875rem}.cart-market-selector .market-buttons{flex-direction:column}.cart-market-selector .market-btn{width:100%}.cart-quebec-notice{text-align:center;flex-direction:column;gap:10px}.quebec-warning-icon{justify-content:center}}.checkout-page{background:#fff;min-height:100vh}.checkout-content{padding:48px 0}.checkout-layout{grid-template-columns:1fr 400px;align-items:start;gap:48px;display:grid}.checkout-main{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:32px}.checkout-section{margin-bottom:32px}.checkout-section:last-child{margin-bottom:0}.checkout-section-title{color:#0f172a;border-bottom:2px solid #e2e8f0;margin:0 0 24px;padding-bottom:16px;font-size:1.25rem;font-weight:700}.checkout-form-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.form-field{flex-direction:column;gap:8px;display:flex}.form-field-full{grid-column:1/-1}.form-field label{color:#0f172a;font-size:.875rem;font-weight:600}.form-input{color:#0f172a;border:1px solid #e2e8f0;border-radius:6px;padding:12px 16px;font-size:.9375rem;transition:border-color .2s}.form-input:focus{border-color:#f20d0d;outline:none;box-shadow:0 0 0 3px #f20d0d1a}.stripe-card-element{background:#fff;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:16px;padding:16px}.checkout-error{color:#f20d0d;background:#fff5f5;border:1px solid #fecaca;border-radius:6px;margin-top:12px;padding:12px;font-size:.875rem}.btn-submit-payment{width:100%;margin-top:24px;padding:14px 24px;font-size:1.0625rem;font-weight:700}.checkout-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;height:fit-content;padding:32px;position:sticky;top:100px}.checkout-summary h2{color:#0f172a;border-bottom:2px solid #e2e8f0;margin:0 0 24px;padding-bottom:16px;font-size:1.25rem;font-weight:700}.checkout-items{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.checkout-item{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.checkout-item strong{color:#0f172a;margin-bottom:4px;font-weight:600;display:block}.checkout-item-details{color:#64748b;font-size:.875rem}.checkout-item-price{color:#0f172a;white-space:nowrap;font-weight:700}.checkout-summary-divider{background:#e2e8f0;height:1px;margin:16px 0}.checkout-summary-row{color:#64748b;justify-content:space-between;align-items:center;padding:8px 0;font-size:.9375rem;display:flex}.checkout-summary-row span:last-child{color:#0f172a;font-weight:600}.checkout-tax-row{color:#475569;padding:6px 0;font-size:.875rem}.checkout-total{color:#0f172a;justify-content:space-between;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.checkout-total strong{color:#f20d0d;font-size:1.5rem}.checkout-error-page{text-align:center;max-width:600px;margin:0 auto;padding:60px 20px}.checkout-error-page h2{color:#0f172a;margin-bottom:16px;font-size:1.75rem}.checkout-error-page p{color:#64748b;margin-bottom:32px}.success-page{background:#fff;min-height:100vh}.success-content{padding:60px 0}.success-message{text-align:center;max-width:600px;margin:0 auto;padding:60px 20px}.success-icon{color:#fff;background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;font-size:3rem;font-weight:700;display:flex}.success-message h2{color:#0f172a;margin-bottom:16px;font-size:2rem;font-weight:700}.success-order-id{color:#64748b;margin-bottom:24px;font-size:1.125rem;font-weight:600}.success-message p{color:#64748b;margin-bottom:12px;font-size:1.0625rem;line-height:1.6}.success-actions{justify-content:center;gap:16px;margin-top:32px;display:flex}.success-actions .btn{min-width:180px}.error-page{background:#fff;min-height:100vh}.error-content{padding:60px 0}.error-message{text-align:center;max-width:640px;box-shadow:var(--shadow-lg);background:#fff;border:1px solid #fee2e2;border-radius:16px;margin:0 auto;padding:60px 24px}.error-icon{color:#dc2626;background:#fee2e2;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;font-size:3rem;font-weight:700;display:flex;box-shadow:0 6px 18px #dc262633}.error-message h2{color:#0f172a;margin-bottom:16px;font-size:2rem;font-weight:700}.error-message p{color:#64748b;margin-bottom:12px;font-size:1.0625rem;line-height:1.6}.error-actions{justify-content:center;gap:16px;margin-top:32px;display:flex}.error-actions .btn{min-width:180px}@media (max-width:768px){.checkout-layout{grid-template-columns:1fr;gap:32px}.checkout-summary{position:static;top:auto}.checkout-form-grid{grid-template-columns:1fr}.success-actions{flex-direction:column}.success-actions .btn{width:100%}}.auth-page{min-height:calc(100vh - 200px);padding:48px 0}.auth-content{max-width:500px;margin:0 auto}.auth-card{background:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 6px #0000001a}.auth-card h2{color:#0f172a;margin-bottom:8px;font-size:2rem;font-weight:700}.auth-subtitle{color:#64748b;margin-bottom:32px;font-size:1rem}.auth-form{flex-direction:column;gap:20px;display:flex}.auth-error{color:#991b1b;background:#fee2e2;border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:.9375rem}.auth-footer{text-align:center;border-top:1px solid #e2e8f0;margin-top:24px;padding-top:24px}.auth-footer p{color:#64748b;font-size:.9375rem}.auth-forgot-password{text-align:right;margin-top:-8px;margin-bottom:4px}.auth-forgot-password .auth-link{font-size:.875rem;font-weight:500}.auth-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:24px;padding:20px}.auth-info p{color:#475569;margin-bottom:12px;font-size:.9375rem;line-height:1.6}.auth-info p:last-child{margin-bottom:0}.auth-info strong{color:#0f172a;font-weight:600}.auth-success{color:#166534;background:#dcfce7;border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:.9375rem}.form-textarea{resize:vertical;min-height:120px;font-family:inherit}.contact-page-wrapper{background:var(--white);min-height:calc(100vh - 80px)}.contact-section{background:var(--white);padding:4rem 0}.contact-layout{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.contact-form-wrapper{display:flex}.contact-form-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid #e5e5e5;width:100%;padding:2.5rem;box-shadow:0 1px 3px #00000014}.contact-form-card h2{color:var(--black);margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.form-subtitle{color:#666;margin-bottom:1.5rem;font-size:.95rem}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;display:flex}.form-group label{color:var(--black);letter-spacing:.3px;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.form-input-contact{width:100%;transition:all var(--transition);background:var(--white);color:var(--black);border:1px solid #ddd;border-radius:6px;padding:.75rem 1rem;font-family:inherit;font-size:.95rem}.form-input-contact:focus{border-color:var(--red);background:var(--white);outline:none;box-shadow:0 0 0 3px #dc26261a}.form-input-contact::placeholder{color:#999}.form-textarea-contact{resize:vertical;min-height:120px}.form-row-contact{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.contact-form-error{border-left:4px solid var(--red);color:#c00;background:#fee;border-radius:4px;margin-bottom:1rem;padding:1rem;font-size:.9rem}.contact-form-success{color:#060;background:#efe;border-left:4px solid #0f0;border-radius:4px;margin-bottom:1rem;padding:1rem;font-size:.9rem}.contact-submit-btn{background:var(--red);color:#fff;letter-spacing:.5px;border:none;align-self:flex-start;min-width:200px;margin-top:.5rem;font-weight:600}.contact-submit-btn:hover:not(:disabled){background:#b91c1c;transform:translateY(-2px);box-shadow:0 4px 12px #dc262640}.contact-submit-btn:disabled{opacity:.6;cursor:not-allowed}.contact-info-wrapper{display:flex}.contact-info-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid #e5e5e5;width:100%;padding:2.5rem;box-shadow:0 1px 3px #00000014}.contact-info-card h2{color:var(--black);margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.info-subtitle{color:#666;margin-bottom:2rem;font-size:.95rem}.contact-info-items{flex-direction:column;gap:2rem;margin-bottom:2rem;display:flex}.contact-info-item{border-bottom:1px solid #f0f0f0;gap:1.25rem;padding-bottom:1.5rem;display:flex}.contact-info-item:last-child{border-bottom:none}.contact-info-icon{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;display:flex}.phone-icon{background:linear-gradient(135deg,#dc2626,#991b1b)}.email-icon{background:linear-gradient(135deg,#dc2626,#b91c1c)}.location-icon{background:linear-gradient(135deg,#991b1b,#7f1d1d)}.contact-info-content h3{color:var(--black);margin:0 0 .25rem;font-size:1.1rem;font-weight:700}.contact-info-content p{color:#666;margin:0 0 .5rem;font-size:.85rem}.contact-link{color:var(--red);transition:all var(--transition);font-weight:600;text-decoration:none;display:inline-block}.contact-link:hover{color:#b91c1c;text-decoration:underline}.contact-faq{border-top:1px solid #f0f0f0;padding-top:1.5rem}.contact-faq h3{color:var(--black);margin-bottom:1rem;font-size:1.1rem;font-weight:700}.faq-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.faq-list li{color:#555;padding-left:1.5rem;font-size:.9rem;position:relative}.faq-list li:before{content:"→";color:var(--red);font-weight:700;position:absolute;left:0}@media (max-width:768px){.contact-layout{grid-template-columns:1fr;gap:2rem}.contact-form-card,.contact-info-card{padding:1.5rem}.contact-form-card h2,.contact-info-card h2{font-size:1.5rem}.form-row-contact{grid-template-columns:1fr;gap:1rem}.contact-section{padding:2rem 0}}.auth-link{color:#f20d0d;font-weight:600;text-decoration:none}.auth-link:hover{text-decoration:underline}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.orders-page{min-height:calc(100vh - 200px);padding:0 0 48px}.orders-content{max-width:1200px;margin:0 auto}.orders-list{flex-direction:column;gap:24px;display:flex}.order-card{background:#fff;border-radius:12px;padding:24px;transition:box-shadow .2s;box-shadow:0 2px 4px #0000001a}.order-card:hover{box-shadow:0 4px 8px #00000026}.order-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:16px;display:flex}.order-info h3{color:#0f172a;margin-bottom:4px;font-size:1.5rem;font-weight:700}.order-date{color:#64748b;font-size:.9375rem}.order-status{align-items:center;display:flex}.status-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:6px;padding:6px 12px;font-size:.875rem;font-weight:600}.status-completed{color:#065f46;background:#d1fae5}.status-uncompleted{color:#92400e;background:#fef3c7}.status-in-progress{color:#1e40af;background:#dbeafe}.order-details{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.order-detail-row{flex-direction:column;gap:4px;display:flex}.order-detail-row span:first-child{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.875rem}.order-detail-row strong{color:#0f172a;font-size:1rem}.order-total{color:#f20d0d;font-size:1.25rem}.order-payment-id{color:#475569;word-break:break-all;font-family:monospace;font-size:.875rem}.order-items-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin:20px 0;padding:16px}.order-items-section h4{color:#0f172a;margin:0 0 12px;font-size:1rem;font-weight:600}.order-items-list{flex-direction:column;gap:12px;display:flex}.order-item{background:#fff;border:1px solid #e2e8f0;border-radius:6px;grid-template-columns:1fr auto auto;align-items:start;gap:16px;padding:12px;display:grid}.order-item-info{flex-direction:column;gap:6px;display:flex}.order-item-info strong{color:#0f172a;font-size:.9375rem}.order-item-size{color:#64748b;font-size:.8125rem}.order-item-options{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.order-option-badge{color:#475569;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:4px;padding:2px 8px;font-size:.75rem;display:inline-block}.order-item-bundles{flex-direction:column;gap:6px;margin-top:4px;display:flex}.order-bundle-block{flex-direction:column;gap:4px;display:flex}.order-bundle-block .order-bundle-badge{align-self:flex-start}.order-bundle-options{flex-wrap:wrap;gap:6px;padding-left:8px;display:flex}.order-bundle-badge{color:#1e40af;background:#eff6ff;border:1px solid #93c5fd;border-radius:4px;padding:2px 8px;font-size:.75rem;display:inline-block}.order-item-quantity{color:#64748b;white-space:nowrap;font-size:.875rem}.order-item-price{color:#0f172a;white-space:nowrap;font-size:.9375rem;font-weight:600}.order-summary{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:20px 0;padding:16px}.order-summary-row{color:#1f2937;justify-content:space-between;align-items:center;padding:8px 0;font-size:.9375rem;display:flex}.order-summary-row:not(:last-child){border-bottom:1px solid #fee2e2}.order-total-row{border-top:2px solid #fecaca;margin-top:8px;padding-top:12px;font-weight:600}.order-shipping-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin:20px 0;padding:16px}.order-shipping-info h4{color:#0f172a;margin:0 0 8px;font-size:.9375rem;font-weight:600}.order-shipping-info p{color:#475569;margin:0;font-size:.9375rem;line-height:1.6}.order-muted{color:#94a3b8;font-style:normal}.orders-empty,.orders-error{text-align:center;background:#fff;border-radius:12px;padding:64px 24px;box-shadow:0 2px 4px #0000001a}.orders-empty-icon{margin-bottom:16px;font-size:4rem}.orders-empty h2,.orders-error h2{color:#0f172a;margin-bottom:8px;font-size:1.5rem;font-weight:700}.orders-empty p,.orders-error p{color:#64748b;margin-bottom:24px;font-size:1rem}.user-menu{position:relative}.user-menu-toggle{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:6px 12px;font-size:.9375rem;font-weight:500;transition:background .2s;display:flex}.user-menu-name{color:#fff}.user-menu-toggle:hover{background:#ffffff1a}.user-avatar-circle{color:#fff;text-transform:uppercase;background:linear-gradient(135deg,#f20d0d 0%,#ff6b6b 50%,#ffd93d 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9375rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #f20d0d4d}.user-menu-toggle:hover .user-avatar-circle{transform:scale(1.05);box-shadow:0 4px 12px #f20d0d66}.user-menu-name{display:none}.dropdown-arrow{color:#fff;font-size:.75rem;transition:transform .2s}.user-menu:hover .dropdown-arrow{transform:rotate(180deg)}@media (min-width:769px){.user-menu-name{display:inline}}.user-menu-dropdown{z-index:1000;background:#fff;border-radius:8px;min-width:200px;max-height:80vh;overflow:hidden auto;box-shadow:0 4px 12px #00000026}.user-menu-dropdown a,.user-menu-dropdown button{text-align:left;color:#0f172a;cursor:pointer;background:0 0;border:none;width:100%;padding:12px 16px;font-size:.9375rem;text-decoration:none;transition:background .2s;display:block}.user-menu-dropdown a:hover,.user-menu-dropdown button:hover{background:#f1f5f9}.logout-btn{color:#f20d0d;border-top:1px solid #e2e8f0;font-weight:600}.logout-btn:hover{background:#fee2e2}.change-password-btn{color:#0f172a;border-top:1px solid #e2e8f0;font-weight:500}.change-password-btn:hover{background:#f1f5f9}.admin-user-info{background:#ffffff1a;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;display:flex}.admin-user-name{color:var(--text);font-size:.9375rem;font-weight:500}.admin-unauthorized{text-align:center;background:#fff;border-radius:12px;max-width:500px;margin:100px auto;padding:48px;box-shadow:0 4px 6px #0000001a}.admin-unauthorized h2{color:#0f172a;margin-bottom:16px;font-size:2rem;font-weight:700}.admin-unauthorized p{color:#64748b;margin-bottom:32px;font-size:1.125rem}@media (max-width:768px){.auth-card{padding:24px}.form-row{grid-template-columns:1fr}.order-header{flex-direction:column;gap:16px}.order-details{grid-template-columns:1fr}.user-menu-dropdown{max-width:calc(100vw - 2rem);left:auto;right:0}.user-menu-name{display:none}.user-menu-toggle{gap:8px;padding:4px 8px}.user-avatar-circle{width:32px;height:32px;font-size:.875rem}}.product-options-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-top:.5rem;padding:1rem}.section-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.section-header h3{color:#0f172a;margin:0;font-size:1.25rem;font-weight:700}.btn-secondary-small{color:#fff;cursor:pointer;background:#64748b;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-secondary-xs{color:#fff;cursor:pointer;background:#64748b;border:none;border-radius:4px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-secondary-xs:hover{background:#475569}.options-list{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.option-item{background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:center;padding:18px 20px;transition:all .2s;display:flex}.option-item:hover{border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.option-info{flex-direction:column;flex:1;gap:.5rem;display:flex}.option-info strong{color:#0f172a;font-size:1rem;font-weight:700}.option-type{color:#4338ca;text-transform:uppercase;background:#e0e7ff;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.option-price{color:#059669;font-size:.875rem;font-weight:600}.option-required{color:#991b1b;background:#fee2e2;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.option-values-preview{color:#64748b;margin-top:.25rem;font-size:.875rem}.option-actions{gap:.5rem;display:flex}.option-form{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.option-form h4{color:#0f172a;margin-bottom:1rem;font-size:1.125rem;font-weight:700}.form-row-admin{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.dropdown-values-list{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.value-item{align-items:center;gap:.5rem;display:flex}.value-item .form-input{flex:1}.add-value-form{border-top:1px dashed #cbd5e1;align-items:center;gap:.5rem;padding-top:.5rem;display:flex}.add-value-form .form-input{flex:1}.form-actions{border-top:1px solid #e2e8f0;gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}.btn-primary-small{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.btn-primary-small:hover{background:#b91c1c}.btn-secondary-small{color:#fff;cursor:pointer;background:#6b7280;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.btn-secondary-small:hover{background:#4b5563}.btn-warning-small{color:#fff;cursor:pointer;background:#f59e0b;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.btn-warning-small:hover{background:#d97706}.btn-success-small{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.btn-success-small:hover{background:#059669}.btn-danger-small{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.btn-danger-small:hover{background:#dc2626}.discounts-list{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.discount-item{background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:center;padding:18px 20px;transition:all .2s;display:flex}.discount-item:hover{border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.discount-info{flex-direction:column;flex:1;gap:8px;display:flex}.discount-info strong{color:#111827;letter-spacing:-.01em;font-size:16px;font-weight:700}.discount-percentage{color:#166534;background:linear-gradient(135deg,#dcfce7 0%,#bbf7d0 100%);border:1px solid #86efac;border-radius:6px;padding:4px 12px;font-size:13px;font-weight:700;display:inline-block;box-shadow:0 1px 2px #1665341a}.discount-active{color:#166534;background:linear-gradient(135deg,#dcfce7 0%,#bbf7d0 100%);border:1px solid #86efac;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-block;box-shadow:0 1px 2px #1665341a}.discount-inactive{color:#6b7280;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}.discount-description{color:#64748b;margin:0;font-size:.875rem}.discount-rules-preview{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.discount-rules-preview strong{color:#64748b;font-size:.875rem}.rule-badge{color:#4338ca;background:linear-gradient(135deg,#e0e7ff 0%,#c7d2fe 100%);border:1px solid #a5b4fc;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-block;box-shadow:0 1px 2px #4338ca1a}.discount-actions{gap:.5rem;display:flex}.discount-form,.size-form{background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;margin-top:24px;padding:24px}.discount-form h4,.size-form h4{color:#111827;letter-spacing:-.01em;margin:0 0 20px;font-size:18px;font-weight:700}.discount-rules-list{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.rule-item{background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;align-items:center;gap:.75rem;margin-bottom:8px;padding:12px 16px;display:flex}.rule-type{color:#4338ca;text-align:center;background:linear-gradient(135deg,#e0e7ff 0%,#c7d2fe 100%);border:1px solid #a5b4fc;border-radius:6px;min-width:80px;padding:6px 12px;font-size:12px;font-weight:700;box-shadow:0 1px 2px #4338ca1a}.rule-target{color:#0f172a;flex:1;font-size:.875rem}.add-rule-form{border-top:1px dashed #cbd5e1;align-items:center;gap:.5rem;padding-top:.5rem;display:flex}.add-rule-form .form-select{flex:1}.email-autocomplete-dropdown{z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:6px;max-height:200px;margin-top:.25rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px -1px #0000001a}.email-suggestion-item{cursor:pointer;border-bottom:1px solid #f1f5f9;padding:.75rem 1rem;transition:background-color .15s}.email-suggestion-item:hover{background-color:#f8fafc}.email-suggestion-item:last-child{border-bottom:none}.suggestion-email{color:#0f172a;font-size:.875rem;font-weight:600}.suggestion-name{color:#64748b;margin-top:.25rem;font-size:.75rem}.cart-item-options,.checkout-item-options{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;margin-bottom:.5rem;display:flex}.cart-item-options strong,.checkout-item-options strong{color:#64748b;margin-right:.25rem;font-size:.8125rem;font-weight:500}.option-badge{color:#0f172a;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:500;display:inline-flex}.option-price{color:#059669;font-weight:600}.price-breakdown{color:#64748b;margin-top:4px;margin-left:.5rem;font-size:.75rem;display:block}.sale-dates{color:#64748b;margin-top:.5rem;font-size:.875rem}.sale-dates p{margin:.25rem 0}.sale-dates strong{color:#0f172a;margin-right:.5rem}.product-options-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin:2rem 0;padding:1.5rem}.product-options-section h2{color:#0f172a;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.product-option-item{margin-bottom:1rem}.product-option-item:last-child{margin-bottom:0}.option-label{color:#0f172a;margin-bottom:.5rem;font-size:.9375rem;font-weight:600;display:block}.required-asterisk{color:#dc2626;margin-left:.25rem}.option-price-modifier{color:#059669;margin-left:.5rem;font-size:.875rem;font-weight:400}.option-quantity-input{width:100%}.option-quantity-input input{width:100%;max-width:200px}.shipping-options{margin-top:1rem}.shipping-option{transition:all .2s}.shipping-option:hover,.shipping-option.selected{background-color:#fef2f2!important;border-color:#dc2626!important}.checkout-loading{text-align:center;color:#64748b;padding:1rem;font-size:.875rem}.admin-header{background:var(--black);color:var(--white);z-index:1000;box-shadow:var(--shadow);border-bottom:1px solid #ffffff1a;position:sticky;top:0}.admin-header-content{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;padding:1rem 1.5rem;display:flex}.admin-header-logo{color:var(--white);transition:var(--transition);align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.admin-header-logo:hover{color:var(--red-light)}.admin-header-logo svg{width:24px;height:24px}.admin-header-center{text-align:center;flex:1}.admin-header-title{color:var(--white);letter-spacing:.02em;margin:0;font-size:1.125rem;font-weight:600}.admin-header-user{position:relative}.admin-user-menu-toggle{color:var(--white);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:6px;align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.admin-user-menu-toggle:hover{background:#ffffff1a}.admin-user-avatar{background:var(--red);width:36px;height:36px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex}.admin-user-name{text-overflow:ellipsis;white-space:nowrap;max-width:150px;font-size:.875rem;font-weight:500;overflow:hidden}.admin-dropdown-arrow{opacity:.7;font-size:.75rem}.admin-user-menu-dropdown{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:1001;min-width:200px;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden}.admin-user-menu-dropdown a,.admin-logout-btn{width:100%;color:var(--text);transition:var(--transition);text-align:left;cursor:pointer;background:0 0;border:none;padding:.75rem 1rem;font-size:.875rem;text-decoration:none;display:block}.admin-user-menu-dropdown a:hover,.admin-logout-btn:hover{background:var(--gray-light);color:var(--red)}.admin-logout-btn{border-top:1px solid var(--border);color:var(--red)}.footer{background:var(--black);color:var(--white);margin-top:auto;padding:3rem 0 1.5rem}.footer-content{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.footer-section h3{color:var(--white);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.footer-section h4{color:var(--white);margin-bottom:1rem;font-size:1.125rem;font-weight:600}.footer-section p{color:#e5e7eb;margin-bottom:1rem;line-height:1.6}.footer-section a{color:#d1d5db;transition:var(--transition)}.footer-section a:hover{color:var(--red-light)}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.social-links{flex-direction:column;gap:.75rem;display:flex}.social-link{color:#d1d5db;transition:var(--transition);align-items:center;gap:.75rem;padding:.5rem 0;font-size:.9375rem;text-decoration:none;display:flex}.social-link:hover{color:var(--red-light)}.social-link svg{flex-shrink:0;width:20px;height:20px}.footer-payments{border-top:1px solid #ffffff1a;margin-top:1.5rem;padding-top:1.25rem}.footer-payment-icons{flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:.75rem;padding:2px 0;display:flex;overflow:visible}.footer-payment-icons .pm-item{cursor:default;background:0 0;border:0;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative}.footer-payment-icons .pm-icon{flex:none;width:38px;height:24px;display:block}.footer-payment-icons .pm-tip{color:#ffffffeb;pointer-events:none;z-index:9999;background:#000000eb;border:1px solid #ffffff24;border-radius:10px;width:min(72vw,420px);padding:10px 12px;font-size:.875rem;line-height:1.4;display:none;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 12px 30px #00000059}.footer-payment-icons .pm-tip:after{content:"";border:7px solid #0000;border-top-color:#000000eb;position:absolute;top:100%;left:50%;transform:translate(-50%)}.footer-payment-icons .pm-item:hover .pm-tip,.footer-payment-icons .pm-item:focus-within .pm-tip{display:block}.footer-payment-icons .pm-item:focus{outline:none}.footer-payment-icons .pm-item:focus-visible{cursor:default;border-radius:8px;box-shadow:0 0 0 3px #ffffff40}.footer-payment-icons .pm-item:focus .pm-tip{display:block}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;padding-top:1.5rem}.footer-bottom p{color:#9ca3af;margin:0;font-size:.875rem}@media (max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer{padding:2rem 0 1rem}.social-links{flex-flow:wrap;gap:1rem}.social-link{flex:1;justify-content:center;min-width:120px}}.about-hero{text-align:center;background:linear-gradient(135deg,var(--gray-light)0%,var(--white)100%);margin-bottom:3rem;padding:4rem 2rem 3rem}.about-hero h1{color:var(--text);margin-bottom:1rem;font-size:3rem;font-weight:700}.about-content{max-width:800px;margin:0 auto;padding:0 2rem 4rem}.about-section{margin-bottom:3rem}.about-section h2{color:var(--text);border-bottom:2px solid var(--red);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:2rem;font-weight:600}.about-section p{color:var(--text);margin-bottom:1.25rem;font-size:1.125rem;line-height:1.7}.product-list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.5rem;margin:1rem 0 1.5rem;padding:0;list-style:none;display:grid}.product-list li{padding:.5rem 0 .5rem 1.5rem;position:relative}.product-list li:before{content:"✓";color:var(--red);font-weight:700;position:absolute;left:0}.call-to-action{background:var(--gray-light);border-radius:var(--radius);padding:1.5rem;margin-top:1.5rem!important;font-size:1.1rem!important}.contact-link2{color:var(--red);font-weight:600;text-decoration:underline}.contact-link2:hover{color:var(--red-dark)}.values-grid,.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.value-item,.feature-item{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow);transition:var(--transition);padding:2rem}.value-item:hover,.feature-item:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.value-item h3,.feature-item h3{color:var(--text);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.value-item p,.feature-item p{color:var(--text-muted);font-size:1rem;line-height:1.6}.contact-info{background:var(--gray-light);border-radius:var(--radius-lg);margin-top:2rem;padding:2rem}.contact-info p{margin-bottom:.75rem;font-size:1.125rem}.contact-info p:last-child{margin-bottom:0}.contact-info strong{color:var(--text);font-weight:600}@media (max-width:768px){.about-hero{padding:3rem 1rem 2rem}.about-hero h1{font-size:2.25rem}.hero-subtitle{font-size:1.125rem}.about-content{padding:0 1rem 3rem}.about-section h2{font-size:1.75rem}.values-grid,.features-grid{grid-template-columns:1fr;gap:1.5rem}.value-item,.feature-item{padding:1.5rem}}.testimonials-section{border-top:2px solid var(--border);padding-top:3rem}.testimonials-section h2{text-align:center;color:var(--text);margin-bottom:2rem}.testimonials-slider{max-width:800px;margin:0 auto;position:relative}.testimonials-container{height:300px;position:relative;overflow:hidden}.testimonial-slide{opacity:0;width:100%;height:100%;transition:all .5s ease-in-out;position:absolute;top:0;left:0;transform:translate(100%)}.testimonial-slide.active{opacity:1;transform:translate(0)}.testimonial-slide.prev{transform:translate(-100%)}.testimonial-content{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid var(--border);flex-direction:column;justify-content:center;height:100%;padding:2rem;display:flex}.testimonial-rating{justify-content:center;margin-bottom:1rem;display:flex}.star{color:#ddd;margin:0 .125rem;font-size:1.25rem}.star.filled{color:#fbbf24}.testimonial-text{color:var(--text);text-align:center;flex-grow:1;align-items:center;margin-bottom:1.5rem;font-size:1.125rem;font-style:italic;line-height:1.6;display:flex}.testimonial-author{text-align:center}.author-name{color:var(--text);margin-bottom:.25rem;font-weight:600}.author-position{color:var(--text-muted);font-size:.875rem}.slider-controls{justify-content:center;align-items:center;gap:1rem;margin-top:2rem;display:flex}.slider-btn{background:var(--red);color:var(--white);cursor:pointer;width:40px;height:40px;box-shadow:var(--shadow);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;transition:all .2s;display:flex}.slider-btn:hover{background:var(--red-dark);transform:scale(1.05)}.slider-dots{gap:.5rem;display:flex}.slider-dot{cursor:pointer;background:#ddd;border:none;border-radius:50%;width:12px;height:12px;transition:all .2s}.slider-dot.active{background:var(--red);transform:scale(1.2)}.slider-dot:hover{background:var(--red-dark)}@media (max-width:768px){.testimonials-container{height:350px}.testimonial-content{padding:1.5rem}.testimonial-text{font-size:1rem}.slider-controls{gap:.75rem}.slider-btn{width:35px;height:35px;font-size:1.125rem}}.cookie-banner{background:var(--black);color:var(--white);z-index:1000;padding:1.5rem;animation:.4s ease-out slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 12px #00000026}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cookie-banner-content{justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.cookie-banner-text h3{color:var(--white);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.cookie-banner-text p{color:#ffffffd9;margin:0;font-size:.9375rem;line-height:1.6}.cookie-banner-actions{flex-shrink:0;gap:1rem;display:flex}.cookie-btn-decline{color:var(--white);background:0 0;border:1px solid #ffffff4d}.cookie-btn-decline:hover{background:#ffffff1a;border-color:#ffffff80}.cookie-btn-accept{background:var(--red);color:var(--white);border:none}.cookie-btn-accept:hover{background:var(--red-dark)}@media (max-width:768px){.cookie-banner{padding:1.25rem}.cookie-banner-content{flex-direction:column;align-items:stretch;gap:1rem}.cookie-banner-text h3{margin-bottom:.375rem;font-size:1.125rem}.cookie-banner-text p{font-size:.875rem}.cookie-banner-actions{flex-direction:row;justify-content:stretch}.cookie-banner-actions button{flex:1}}@media (max-width:480px){.cookie-banner{padding:1rem}.cookie-banner-text h3{font-size:1rem}.cookie-banner-text p{font-size:.8125rem}.cookie-banner-actions{flex-direction:column;gap:.75rem}.cookie-banner-actions button{width:100%}}.testimonials-section{overflow:hidden}.continuous-slider{max-width:1200px;margin:0 auto;position:relative}.slider-track{width:1260px;animation:20s linear infinite scroll;display:flex}.slider-track:hover{animation-play-state:paused}.slide{flex-shrink:0;margin-right:30px}.slide img{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:100px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.testimonials-section{padding:2rem 1rem}.slide{width:250px;margin-right:15px}.slide img{height:60px}.slider-track{width:530px}}.hero-aggressive{background:#0b0f14!important}.hero-aggressive .hero-slideshow{height:clamp(480px,70svh,640px);min-height:480px}.hero-content-aggressive{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0b0f14c7!important;border:1px solid #ffffff24!important;border-top:2px solid #dc2626b3!important;border-radius:14px!important;margin:0!important;padding:1.6rem!important;box-shadow:0 18px 60px #0000008c!important}.urgency-badge{color:#fffffff2;text-transform:none;letter-spacing:.2px;background:linear-gradient(135deg,#dc2626eb,#b91c1ceb);border:1px solid #ffffff29;border-radius:999px;margin-bottom:.9rem;padding:.35rem .65rem;font-size:.8rem;font-weight:650;display:inline-block}.hero-h1-aggressive{letter-spacing:-.4px;color:#fff!important;text-shadow:none!important;margin-bottom:.7rem!important;font-size:clamp(1.5rem,3.5vw,2.2rem)!important;font-weight:800!important;line-height:1.15!important}.hero-subtitle-aggressive{color:#ffffffd1!important;margin-bottom:1.1rem!important;font-size:.95rem!important;line-height:1.55!important}.hero-stats{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-bottom:1.2rem;padding:.9rem;display:grid}.stat{text-align:center;color:#fff}.stat strong{color:#fffffff2;margin-bottom:.2rem;font-size:1.1rem;font-weight:700;display:block}.stat span{color:#fffc;text-transform:none;letter-spacing:.2px;font-size:.7rem}.hero-actions-aggressive{flex-wrap:wrap;gap:.8rem;display:flex}.btn-hero-cta{transform:translateY(0);color:#fff!important;background:linear-gradient(135deg,#dc2626,#b91c1c)!important;border:1px solid #ffffff24!important;padding:.9rem 1.35rem!important;font-size:.98rem!important;font-weight:700!important;transition:transform .22s,box-shadow .22s,background-color .22s!important;box-shadow:0 14px 34px #00000080!important}.btn-hero-cta:hover{background:linear-gradient(135deg,#ef4444,#dc2626)!important;transform:translateY(-2px)!important;box-shadow:0 18px 44px #00000094!important}.hero-logos-aggressive{border-radius:8px!important;padding:1rem!important}.flash-sale-section{background:#f6f7f9;padding:5rem 1.5rem;position:relative;overflow:hidden}.flash-sale-section:before{content:none}.flash-sale-header{text-align:center;margin-bottom:3rem}.flash-sale-badge{color:#fffffff5;text-transform:none;letter-spacing:.2px;background:linear-gradient(135deg,#ef4444,#b91c1c);border:1px solid #ffffff2e;border-radius:999px;margin-bottom:1.5rem;padding:.45rem .85rem;font-size:.9rem;font-weight:600;display:inline-block}.flash-sale-header h2{color:#0b0f14;letter-spacing:-.5px;text-transform:none;margin-bottom:.5rem;font-size:clamp(1.8rem,5vw,2.4rem);font-weight:800}.section-description-aggressive{color:#666;margin-bottom:1.5rem;font-size:1.2rem}.category-grid-aggressive{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.category-card-aggressive-link{text-decoration:none;display:block}.category-card-aggressive{cursor:pointer;border-radius:16px;flex-direction:column;justify-content:flex-end;height:300px;transition:transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #1018281f}.category-card-aggressive:hover{transform:translateY(-4px);box-shadow:0 16px 44px #10182829}.category-image-container-aggressive{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.category-image-aggressive{object-fit:cover;width:100%;height:100%;transition:transform .6s}.category-card-aggressive:hover .category-image-aggressive{transform:scale(1.04)}.category-overlay-aggressive{z-index:2;background:linear-gradient(#0b0f1400 0%,#0b0f14eb 100%);width:100%;height:100%;position:absolute;top:0;left:0}.category-badge-aggressive{color:#0b0f14eb;z-index:3;opacity:1;background:#ffffffeb;border:1px solid #dc26262e;border-radius:999px;padding:.4rem .7rem;font-size:.85rem;font-weight:650;transition:transform .25s,background-color .25s;position:absolute;top:1rem;right:1rem;transform:none}.category-card-aggressive:hover .category-badge-aggressive{transform:translateY(-1px)}.category-content-aggressive{z-index:2;color:#fff;padding:1.5rem;position:relative}.category-title-aggressive{text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.category-desc-aggressive{color:#ffffffe6;font-size:.95rem;line-height:1.5}.featured-products-aggressive{position:relative;background:#f6f7f9!important;padding:5rem 1.5rem!important}.featured-products-aggressive:before{content:none}.section-header-aggressive{text-align:center;flex-direction:column;align-items:center;max-width:800px;margin-bottom:3rem;margin-left:auto;margin-right:auto;display:flex}.header-top{margin-bottom:1rem}.best-seller-badge{color:#fffffff5;text-transform:none;letter-spacing:.2px;background:linear-gradient(135deg,#ef4444,#b91c1c);border:1px solid #ffffff2e;border-radius:999px;padding:.45rem .85rem;font-size:.9rem;font-weight:650;display:inline-block}.section-header-aggressive h2{color:#000;letter-spacing:-.5px;text-transform:none;margin-bottom:.5rem;font-size:clamp(1.8rem,5vw,2.4rem);font-weight:800}.featured-products-grid-aggressive{max-width:1200px;margin:0 auto}.featured-product-aggressive{background:#fff;border:1px solid #10182814;border-radius:16px;grid-template-columns:1.1fr 1fr;align-items:center;gap:2.25rem;padding:2.25rem;transition:box-shadow .22s,border-color .22s;display:grid;overflow:visible;box-shadow:0 12px 34px #1018281f}.featured-product-aggressive:hover{border-color:#1018281f;box-shadow:0 16px 44px #10182824}.product-image-wrapper-aggressive,.featured-product-aggressive .featured-product-detail-info{min-width:0;overflow:visible}.product-image-wrapper-aggressive{position:relative}.featured-product-aggressive .featured-product-detail-image{width:100%}.featured-product-aggressive .featured-product-detail-image>img{display:block;width:100%!important}.stock-indicator{color:#0b0f14d9;z-index:10;background:#ffffffeb;border:1px solid #1018281f;border-radius:12px;padding:.55rem .9rem;font-size:.9rem;font-weight:650;animation:none;position:absolute;bottom:1rem;left:1rem;box-shadow:0 12px 30px #1018281f}.stock-indicator svg{color:var(--red);flex:none}.featured-product-info-aggressive h3{color:#000;text-transform:none;letter-spacing:-.5px;margin-bottom:1rem;font-size:1.8rem;font-weight:800}.product-category-badge-aggressive{color:#b91c1cf2;text-transform:none;letter-spacing:.2px;background:#dc262614;border:1px solid #dc26262e;border-radius:999px;margin-bottom:1rem;padding:.5rem 1.2rem;font-size:.85rem;font-weight:650;display:inline-block}.product-price-section-aggressive{background:#b91c1c0a;border:1px solid #dc262624;border-radius:12px;margin:1.5rem 0;padding:1.25rem}.price-label{color:#0b0f14b8;text-transform:none;letter-spacing:.2px;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.product-price-large-aggressive{color:var(--red);font-size:2rem;font-weight:800}.featured-product-description-aggressive{color:#555;white-space:normal;overflow-wrap:anywhere;word-break:break-word;max-height:none;margin:1.5rem 0;font-size:1rem;line-height:1.7;overflow:visible}.featured-product-description-aggressive p,.featured-product-description-aggressive span{white-space:normal!important}.featured-product-description-aggressive span[style*=background-color]{background-color:#0000!important}.featured-size-selector-aggressive{margin:2rem 0}.featured-size-selector-aggressive label{color:#000;text-transform:none;letter-spacing:.2px;margin-bottom:.8rem;font-weight:650;display:block}.form-select-aggressive{cursor:pointer;border:1px solid #10182829;border-radius:12px;width:100%;padding:.9rem 1rem;font-size:1rem;font-weight:500;transition:box-shadow .18s,border-color .18s}.form-select-aggressive:hover,.form-select-aggressive:focus{border-color:var(--red);box-shadow:0 0 0 3px #dc262614}.featured-product-actions-aggressive{flex-direction:column;gap:1.2rem;margin-top:2rem;display:flex}.quantity-selector label{text-transform:none;letter-spacing:.2px;white-space:nowrap;font-weight:650}.btn-cta-aggressive{border-radius:12px;transform:translateY(0);text-transform:none!important;letter-spacing:.2px!important;background:linear-gradient(135deg,#dc2626,#b91c1c)!important;border:1px solid #ffffff24!important;padding:.95rem 1.15rem!important;font-size:1.02rem!important;font-weight:750!important;transition:transform .22s,box-shadow .22s,background-color .22s!important;box-shadow:0 16px 44px #00000073!important}.btn-cta-aggressive:hover{background:linear-gradient(135deg,#ef4444,#dc2626)!important;transform:translateY(-2px)!important;box-shadow:0 20px 54px #0000008c!important}.cta-aggressive{position:relative;overflow:hidden;color:#fff!important;background:linear-gradient(#0b0f14 0% 55%,#0a0d12 100%)!important;padding:5rem 1.5rem!important}.cta-background-overlay{pointer-events:none;background:radial-gradient(at 100% 0,#dc26261f 0%,#0000 60%);position:absolute;inset:0}.cta-content-aggressive{z-index:2;text-align:center;max-width:800px;margin:0 auto;position:relative}.cta-urgency-badge{color:#ffffffeb;text-transform:none;letter-spacing:.2px;background:#ef44442e;border:1px solid #ef444447;border-radius:999px;margin-bottom:1.25rem;padding:.45rem .85rem;font-size:.9rem;font-weight:650;display:inline-block}.cta-aggressive h2{letter-spacing:-.5px;text-transform:none;color:#fff;margin-bottom:1rem;font-size:clamp(1.8rem,5vw,2.4rem);font-weight:800}.cta-subtitle-aggressive{color:#ffffffd1;margin-bottom:1rem;font-size:1.1rem;line-height:1.6}.cta-guarantee{color:#ffffffd6;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:12px;flex-wrap:wrap;justify-content:center;gap:1rem;margin:1.5rem 0;padding:1rem 1.1rem;font-size:.95rem;display:flex}.btn-cta-explosive{text-transform:none!important;letter-spacing:.2px!important;background:linear-gradient(135deg,#dc2626,#b91c1c)!important;border:1px solid #ffffff24!important;justify-content:center!important;align-items:center!important;margin:2rem auto!important;padding:1.1rem 1.35rem!important;font-size:1.05rem!important;font-weight:750!important;transition:transform .22s,box-shadow .22s,background-color .22s!important;display:inline-flex!important;transform:translateY(0)!important;box-shadow:0 16px 44px #0000008c!important}.btn-cta-explosive:hover{background:linear-gradient(135deg,#ef4444,#dc2626)!important;transform:translateY(-2px)!important;box-shadow:0 20px 54px #0009!important}.cta-footnote{color:#ffffffbf;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:12px;margin-top:2rem;padding:.9rem 1rem;font-size:.95rem}@media (max-width:1024px){.featured-product-aggressive{grid-template-columns:1fr;gap:2rem}.hero-h1-aggressive{font-size:clamp(1.6rem,4.5vw,2.4rem)!important}.flash-sale-header h2,.section-header-aggressive h2,.cta-aggressive h2{font-size:2rem}.hero-content-aggressive{max-width:100%!important;padding:2rem!important}}@media (max-width:768px){.hero-content-aggressive{max-width:85%!important;margin-left:1rem!important;padding:1.3rem!important}.hero-stats{grid-template-columns:1fr;gap:.8rem;margin-bottom:1.5rem;padding:1rem}.hero-actions-aggressive{flex-direction:column}.hero-slide-overlay.hero-overlay-aggressive{align-items:flex-start;padding-top:1.25rem;padding-bottom:4.75rem}.hero-logos.hero-logos-aggressive{display:none}.hero-h1-aggressive{margin-bottom:.8rem!important;font-size:clamp(1.3rem,4vw,2.2rem)!important}.hero-subtitle-aggressive{margin-bottom:1.2rem!important;font-size:.85rem!important}.flash-sale-header h2,.section-header-aggressive h2{font-size:1.6rem}.category-grid-aggressive{grid-template-columns:1fr}.featured-product-aggressive{grid-template-columns:1fr;gap:1.75rem}.product-image-wrapper-aggressive{max-width:520px;margin:0 auto}.featured-product-aggressive{padding:2rem}.featured-product-info-aggressive h3{font-size:1.5rem}.cta-aggressive h2{font-size:1.6rem}.cta-aggressive{padding:3rem 1.5rem!important}.cta-subtitle-aggressive{font-size:1rem}}@media (max-width:480px){.hero-aggressive .hero-slide img{background:0 0;object-fit:cover!important;object-position:center!important}.urgency-badge,.flash-sale-badge,.best-seller-badge,.cta-urgency-badge{align-items:center;gap:.4rem;padding:.4rem 1rem;font-size:.8rem;display:inline-flex}.urgency-badge svg,.flash-sale-badge svg,.best-seller-badge svg,.cta-urgency-badge svg{width:14px;height:14px}.hero-content-aggressive{display:none!important}.hero-slide-overlay.hero-overlay-aggressive{padding-left:.75rem;padding-right:.75rem}.hero-pagination{bottom:.75rem}.hero-actions-aggressive .btn{justify-content:center;width:100%}.hero-h1-aggressive{margin-bottom:.5rem!important;font-size:clamp(1.2rem,5vw,2rem)!important}.hero-stats{gap:.6rem;margin-bottom:.8rem;padding:.7rem}.stat strong{font-size:1.4rem}.stat span{font-size:.75rem}.hero-subtitle-aggressive{font-size:.95rem!important}.flash-sale-header h2,.section-header-aggressive h2{font-size:1.5rem}.category-card-aggressive{height:250px}.featured-product-aggressive{padding:1.5rem}.featured-product-info-aggressive h3{font-size:1.2rem}.product-price-large-aggressive{font-size:1.8rem}.btn-cta-explosive{gap:.4rem;padding:1.2rem 1rem!important;font-size:1rem!important}.btn-cta-aggressive{padding:1rem!important;font-size:1rem!important}.stock-indicator{align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.8rem;display:inline-flex;bottom:.8rem;left:.8rem}.stock-indicator svg{width:14px;height:14px}.cta-aggressive h2{font-size:1.5rem}.cta-guarantee{flex-direction:column;gap:.5rem;font-size:.9rem}.cta-guarantee svg{width:12px;height:12px}.form-select-aggressive,.quantity-control{font-size:1rem}.quantity-control button{padding:.5rem .8rem}}@media (max-width:360px){.hero-content-aggressive{padding:1.2rem!important}.urgency-badge,.flash-sale-badge,.best-seller-badge,.cta-urgency-badge{padding:.3rem .8rem;font-size:.75rem}.hero-h1-aggressive{font-size:clamp(1.1rem,4vw,1.8rem)!important}.flash-sale-header h2,.section-header-aggressive h2,.cta-aggressive h2{font-size:1.3rem}.featured-product-aggressive{padding:1.2rem}.featured-product-info-aggressive h3{font-size:1.1rem}.category-card-aggressive{height:220px}.btn-cta-explosive{padding:1rem .8rem!important;font-size:.95rem!important}}@media (min-width:769px) and (max-width:1024px){.category-grid-aggressive{grid-template-columns:repeat(2,1fr)}.featured-product-aggressive{grid-template-columns:1.2fr 1fr;padding:2.5rem}.featured-product-info-aggressive h3{font-size:1.6rem}.btn-cta-aggressive{font-size:1.05rem!important}}@media (max-width:900px){.featured-product-aggressive{grid-template-columns:1fr;gap:2rem}.product-image-wrapper-aggressive{max-width:560px;margin:0 auto}}@media (min-width:1200px){.featured-product-aggressive{grid-template-columns:1.1fr 1fr}.category-grid-aggressive{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.urgency-badge,.flash-sale-badge,.best-seller-badge,.cta-urgency-badge{align-items:center;gap:.6rem;display:inline-flex}.stock-indicator{align-items:center;gap:.5rem;display:inline-flex}.cta-guarantee{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.urgency-badge svg,.flash-sale-badge svg,.best-seller-badge svg,.cta-urgency-badge svg,.stock-indicator svg{flex-shrink:0;display:inline-block}.cta-guarantee svg{vertical-align:middle;flex-shrink:0;display:inline-block}.btn-cta-explosive svg,.btn-cta-aggressive svg,.btn-add-to-cart svg{flex-shrink:0;margin-right:.4rem;display:inline-block}@media (max-width:768px){.btn{min-width:44px;min-height:44px}.quantity-control button{min-width:40px;min-height:40px}.form-select-aggressive,select{min-height:44px;font-size:16px}}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width:768px){.container{padding:0 1rem}}@media (max-width:480px){.container{padding:0 .75rem}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}svg,img{max-width:100%;height:auto;display:block}.hero-actions,.hero-actions-aggressive,.featured-product-actions-aggressive{gap:1rem}@media (max-width:768px){.hero-actions,.hero-actions-aggressive,.featured-product-actions-aggressive{gap:.8rem}}@media (max-width:480px){.hero-actions,.hero-actions-aggressive,.featured-product-actions-aggressive{gap:.6rem}.hero-actions-aggressive,.featured-product-actions-aggressive{flex-direction:column}.hero-actions-aggressive .btn,.featured-product-actions-aggressive .btn{width:100%}}.urgency-badge,.flash-sale-badge,.best-seller-badge,.cta-urgency-badge,.product-category-badge-aggressive{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media (max-width:480px){.urgency-badge,.flash-sale-badge,.best-seller-badge,.cta-urgency-badge,.product-category-badge-aggressive{white-space:normal}}.hero-stats{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem;margin-bottom:2rem;padding:1.5rem;display:grid}@media (max-width:480px){.hero-stats{grid-template-columns:1fr;gap:.8rem;margin-bottom:1.5rem;padding:1rem}}.quality-features-section{padding:3rem 1.5rem}.quality-features-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}@media (max-width:768px){.quality-features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.quality-features-section{padding:2rem 1rem}}@media (max-width:480px){.quality-features-grid{grid-template-columns:1fr;gap:1rem}.quality-feature{text-align:center}.quality-feature svg{margin:0 auto 1rem}}.about-quality-section{padding:3rem 1.5rem}@media (max-width:768px){.about-quality-row{grid-template-columns:1fr!important}.about-quality-image{min-height:250px}.about-quality-text h2{font-size:1.8rem}}@media (max-width:480px){.about-quality-section{padding:2rem 1rem}.about-quality-image{min-height:200px}.about-quality-text h2{font-size:1.5rem}.about-quality-text p{font-size:.95rem}}.continuous-slider{-webkit-overflow-scrolling:touch;overflow-x:hidden}.slider-track{gap:1.5rem;padding:1.5rem 0;display:flex}@media (max-width:480px){.slider-track{gap:1rem}.slide{min-width:200px;height:150px}}input[type=number],input[type=text],input[type=email],select,textarea{border:1px solid #ddd;border-radius:8px;padding:.75rem;font-size:16px}input[type=number]:focus,input[type=text]:focus,input[type=email]:focus,select:focus,textarea:focus{border-color:var(--red);outline:none;box-shadow:0 0 0 3px #dc26261a}@media (max-width:480px){body{font-size:14px}h1{font-size:1.5rem}h2{font-size:1.3rem}h3{font-size:1.1rem}p{font-size:.95rem;line-height:1.6}}.modal-overlay{z-index:9999;background-color:#000000b3;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.product-quick-view-modal{background:#fff;border-radius:.5rem;width:100%;max-width:900px;max-height:90vh;animation:.3s ease-out slideUp;position:relative;overflow-y:auto}.modal-close-btn{cursor:pointer;z-index:10;color:#666;background:0 0;border:none;padding:.5rem;transition:color .2s;position:absolute;top:1rem;right:1rem}.modal-close-btn:hover{color:#333}.modal-product-layout{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (max-width:768px){.modal-product-layout{grid-template-columns:1fr}}.modal-product-image{background:#f9fafb;justify-content:center;align-items:center;padding:2rem;display:flex}.modal-product-image img{object-fit:contain;max-width:100%;max-height:400px}.modal-product-details{padding:2rem 3rem 2rem 2rem}.modal-product-title{color:#111827;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.modal-product-sku,.modal-product-vendor{color:#6b7280;margin-bottom:.5rem;font-size:.875rem}.modal-product-description{color:#4b5563;margin:1rem 0;font-size:.9rem;line-height:1.5}.modal-product-description p{margin-bottom:.5rem}.modal-product-sizes,.modal-product-options,.modal-product-quantity{margin:1.5rem 0}.modal-product-sizes h4,.modal-product-options h4,.modal-product-quantity h4{color:#374151;margin-bottom:.75rem;font-size:.9rem;font-weight:600}.modal-product-sizes h4 .required,.modal-product-options h4 .required{color:#dc2626}.size-options{flex-wrap:wrap;gap:.5rem;display:flex}.size-option-btn{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:.375rem;flex-direction:column;align-items:center;min-width:80px;padding:.5rem 1rem;transition:all .2s;display:flex}.size-option-btn:hover{border-color:#3b82f6}.size-option-btn.selected{background:#eff6ff;border-color:#3b82f6}.size-option-btn .size-label{font-size:.875rem;font-weight:600}.size-option-btn .size-price{color:#6b7280;font-size:.75rem}.modal-option-group{margin-bottom:1rem}.modal-option-select{background:#fff;border:1px solid #d1d5db;border-radius:.375rem;width:100%;padding:.5rem;font-size:.9rem}.modal-option-checkbox{cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.modal-option-checkbox input{width:1.125rem;height:1.125rem}.modal-option-checkbox .option-price{color:#6b7280;margin-left:auto;font-size:.875rem}.modal-option-quantity{align-items:center;gap:.5rem;display:flex}.modal-option-quantity button{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:.25rem;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:flex}.modal-option-quantity button:hover{background:#f3f4f6}.modal-option-quantity span{text-align:center;min-width:40px;font-weight:500}.quantity-selector{align-items:center;gap:.5rem;display:flex}.quantity-selector button{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:.25rem;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;transition:all .2s;display:flex}.quantity-selector button:hover:not(:disabled){background:#f3f4f6}.quantity-selector button:disabled{opacity:.5;cursor:not-allowed}.quantity-selector span{text-align:center;min-width:40px;font-size:1.1rem;font-weight:600}.modal-product-price-action{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.modal-price-display{font-size:1.25rem}.price-with-discount{flex-direction:column;gap:.25rem;display:flex}.price-with-discount .original-price{color:#9ca3af;font-size:.9rem;text-decoration:line-through}.price-with-discount .discounted-price{color:#059669;font-size:1.5rem;font-weight:700}.sale-badge{color:#fff;background:#dc2626;border-radius:.25rem;padding:.125rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.current-price{color:#111827;font-size:1.5rem;font-weight:700}.btn-add-to-cart-modal{padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.btn-add-to-cart-modal.added{background:#059669}.btn-add-to-cart-modal:disabled{opacity:.6;cursor:not-allowed}.btn-view-full-details{text-align:center;margin-top:1rem;padding:.5rem 1rem;font-size:.875rem;display:block}
