@charset "UTF-8";.header .logo{font-family:Outfit,sans-serif;font-weight:600;text-transform:uppercase;color:#232323}.header .nav a,.header .auth-buttons .auth-button,.header .auth-buttons .user-name,.header .auth-buttons .logout-button{font-family:Outfit,sans-serif;font-weight:400;color:#232323}.header{padding:2rem 4rem;display:flex;justify-content:space-between;align-items:center;background:white;box-shadow:0 2px 10px #0000001a}.header .logo{font-size:2rem;color:#0067ff}.header .nav{display:flex;gap:2rem;flex-wrap:wrap}.header .nav a{text-decoration:none;color:#232323;font-weight:500;transition:color .3s ease;background:none;border:none;padding:0;cursor:pointer;white-space:nowrap}.header .nav a:hover{color:#0067ff}.header .auth-buttons{display:flex;gap:1rem;align-items:center}.header .auth-buttons .auth-button{padding:.5rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:500;transition:all .3s ease;white-space:nowrap;border:2px solid transparent}.header .auth-buttons .auth-button.login-button{color:#0067ff;border-color:#0067ff;background:transparent}.header .auth-buttons .auth-button.login-button:hover,.header .auth-buttons .auth-button.register-button{background:#0067ff;color:#fff}.header .auth-buttons .auth-button.register-button:hover{background:rgb(0,82.4,204)}.header .auth-buttons .auth-user{display:flex;gap:.75rem;align-items:center}.header .auth-buttons .user-name{font-weight:600;color:#232323;white-space:nowrap;max-width:200px;overflow:hidden;text-overflow:ellipsis;display:inline-block}.header .auth-buttons .logout-button{background:transparent;border:2px solid transparent;padding:.4rem .8rem;border-radius:4px;color:#232323;cursor:pointer}.header .auth-buttons .logout-button:hover{background:#e7ebee}@media (width <= 1024px){.header .nav{gap:1.5rem}}@media (width <= 768px){.header{padding:1rem 2rem;flex-wrap:wrap;gap:1rem;justify-content:center}.header .logo{font-size:1.5rem;flex:1;text-align:center}.header .nav{gap:1rem;justify-content:center;order:2;width:100%;margin-top:1rem}.header .nav a{font-size:.9rem;padding:.5rem 1rem;border-radius:4px;background:#f9f9f9}.header .nav a:hover{background:#e7ebee}.header .auth-buttons{order:1;margin-left:auto;gap:.5rem}.header .auth-buttons .auth-button{padding:.4rem 1rem;font-size:.9rem}}@media (width <= 480px){.header{padding:1rem;flex-direction:column;align-items:center}.header .logo{order:1;flex:none;margin-bottom:1rem}.header .nav{order:2;width:100%;justify-content:center;margin-top:0;margin-bottom:1rem}.header .nav a{font-size:.85rem;padding:.4rem .8rem;flex:1;text-align:center;min-width:0}.header .auth-buttons{order:3;margin-left:0;width:100%;justify-content:center}.header .auth-buttons .auth-button{flex:1;max-width:120px;text-align:center;font-size:.85rem}}.floating-shapes{position:absolute;width:100%;height:100%}.floating-shapes .shape{position:absolute;border-radius:50%;background:rgba(255,255,255,.15);animation:float 4s infinite ease-in-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.floating-shapes .shape.shape-1{width:60px;height:60px;top:15%;left:8%;animation-delay:0s;animation-duration:3s}.floating-shapes .shape.shape-2{width:100px;height:100px;top:55%;left:85%;animation-delay:.5s;animation-duration:3.5s}.floating-shapes .shape.shape-3{width:40px;height:40px;top:75%;left:15%;animation-delay:1s;animation-duration:2.5s}.floating-shapes .shape.shape-4{width:80px;height:80px;top:25%;left:75%;animation-delay:1.5s;animation-duration:4s}.floating-shapes .shape.shape-5{width:50px;height:50px;top:65%;left:55%;animation-delay:.2s;animation-duration:3.2s}.floating-shapes .shape.shape-6{width:70px;height:70px;top:35%;left:25%;animation-delay:.8s;animation-duration:3.8s}.floating-shapes .shape.shape-7{width:90px;height:90px;top:10%;left:60%;animation-delay:1.2s;animation-duration:4.2s}.floating-shapes .shape.shape-8{width:45px;height:45px;top:80%;left:40%;animation-delay:.4s;animation-duration:2.8s}.floating-shapes .shape.shape-9{width:110px;height:110px;top:45%;left:5%;animation-delay:1.8s;animation-duration:4.5s}.floating-shapes .shape.shape-10{width:55px;height:55px;top:5%;left:35%;animation-delay:.6s;animation-duration:3.6s}@keyframes float{0%,to{transform:translate(0) rotate(0) scale(1)}25%{transform:translate(15px,-25px) rotate(90deg) scale(1.1)}50%{transform:translate(-10px,15px) rotate(180deg) scale(.95)}75%{transform:translate(20px,10px) rotate(270deg) scale(1.05)}}@media (width <= 768px){.floating-shapes .shape.shape-1,.floating-shapes .shape.shape-2,.floating-shapes .shape.shape-3,.floating-shapes .shape.shape-4,.floating-shapes .shape.shape-5,.floating-shapes .shape.shape-6,.floating-shapes .shape.shape-7,.floating-shapes .shape.shape-8,.floating-shapes .shape.shape-9,.floating-shapes .shape.shape-10{width:40px;height:40px}}.hero .hero-animation .animation-content .animated-text,.hero .hero-content .stats .stat-item .number,.hero .hero-content h1{font-family:Outfit,sans-serif;font-weight:600;text-transform:uppercase;color:#232323}.hero .hero-animation .animation-content .animated-tagline,.hero .hero-animation .animation-content .animated-subtitle,.hero .hero-content .stats .stat-item .label,.hero .hero-content .subtitle{font-family:Outfit,sans-serif;font-weight:400;color:#232323}.hero{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:4rem;align-items:center;min-height:80vh}.hero .hero-content h1{font-size:90px;margin-bottom:1.5rem;line-height:1.1}.hero .hero-content h1 .accent{color:#0067ff}.hero .hero-content .subtitle{font-size:1.5rem;color:#6e7174;margin-bottom:2rem;line-height:1.6}.hero .hero-content .cta-buttons{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.hero .hero-content .cta-buttons a{text-decoration:none;padding:1rem 2rem;border-radius:8px;font-family:Outfit,sans-serif;font-weight:500;font-size:1.1rem;cursor:pointer;border:none;transition:all .3s ease;display:inline-block;text-align:center;flex:1;min-width:200px;box-sizing:border-box}.hero .hero-content .cta-buttons a.btn-primary{background:#0067ff;color:#fff}.hero .hero-content .cta-buttons a.btn-primary:hover{background:#0052cc;transform:translateY(-2px)}.hero .hero-content .cta-buttons a.btn-secondary{background:transparent;color:#232323;border:2px solid #e7ebee}.hero .hero-content .cta-buttons a.btn-secondary:hover{border-color:#0067ff;transform:translateY(-2px)}.hero .hero-content .stats{display:flex;gap:2rem;flex-wrap:wrap}.hero .hero-content .stats .stat-item{flex:1;min-width:120px}.hero .hero-content .stats .stat-item .number{font-size:2rem;color:#0067ff;display:block}.hero .hero-content .stats .stat-item .label{color:#6e7174;font-size:.9rem}.hero .hero-animation{position:relative;width:100%;height:500px;background:linear-gradient(135deg,#0067ff 0%,#7b61ff 50%,#00d4ff 100%);border-radius:20px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero .hero-animation .animation-content{position:relative;z-index:2;text-align:center;color:#fff}.hero .hero-animation .animation-content .animated-text{font-size:3.5rem;margin-bottom:.5rem;animation:fadeInUp .8s ease-out;text-transform:uppercase;color:#fff;font-weight:600}.hero .hero-animation .animation-content .animated-subtitle{font-size:1.8rem;opacity:.9;animation:fadeInUp .8s ease-out .3s both;color:#fff;font-weight:300;margin-bottom:.5rem}.hero .hero-animation .animation-content .animated-tagline{font-size:1.2rem;opacity:.8;animation:fadeInUp .8s ease-out .6s both;color:#fff;font-weight:400;font-style:italic}@media (width <= 1024px){.hero .hero-content h1{font-size:70px}.hero .hero-content .cta-buttons a{min-width:180px;font-size:1rem;padding:.9rem 1.8rem}.hero .hero-animation .animation-content .animated-text{font-size:3rem}.hero .hero-animation .animation-content .animated-subtitle{font-size:1.5rem}.hero .hero-animation .animation-content .animated-tagline{font-size:1.1rem}}@media (width <= 768px){.hero{grid-template-columns:1fr;padding:2rem;text-align:center;gap:3rem}.hero .hero-content h1{font-size:50px}.hero .hero-content .subtitle{font-size:1.1rem}.hero .hero-content .cta-buttons{justify-content:center;flex-wrap:wrap;gap:.8rem}.hero .hero-content .cta-buttons a{flex:1 1 calc(50% - .8rem);min-width:160px;font-size:.95rem;padding:.8rem 1.5rem}.hero .hero-content .stats{justify-content:center;gap:1.5rem}.hero .hero-content .stats .stat-item{flex:0 0 calc(50% - 1rem)}.hero .hero-content .stats .stat-item .number{font-size:1.5rem}.hero .hero-animation{height:400px}.hero .hero-animation .animation-content .animated-text{font-size:2.5rem}.hero .hero-animation .animation-content .animated-subtitle{font-size:1.3rem}.hero .hero-animation .animation-content .animated-tagline{font-size:1rem}}@media (width <= 480px){.hero{padding:1rem}.hero .hero-content .cta-buttons{flex-direction:column;gap:.8rem}.hero .hero-content .cta-buttons a{flex:1;min-width:100%;font-size:.9rem;padding:.8rem 1.2rem;width:100%}.hero .hero-content .stats{flex-direction:column;gap:1rem}.hero .hero-content .stats .stat-item{flex:0 0 100%;text-align:center}.hero .hero-content .stats .stat-item .number{font-size:1.3rem}.hero .hero-animation{height:300px}.hero .hero-animation .animation-content .animated-text{font-size:2rem}.hero .hero-animation .animation-content .animated-subtitle{font-size:1.1rem}.hero .hero-animation .animation-content .animated-tagline{font-size:.9rem}}.contact-info .contact-item{font-family:Outfit,sans-serif;font-weight:400;color:#232323}.home-page{min-height:100vh;background:#f9f9f9}.contact-info{margin:2rem 0}.contact-info .contact-item{margin-bottom:1rem;font-size:1.1rem;padding:.5rem 0}.contact-info .contact-item strong{color:#0067ff;font-weight:500}.cta-buttons{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:2rem}.cta-buttons .btn-primary,.cta-buttons .btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:12px;font-weight:500;text-decoration:none;transition:all .3s ease;font-size:1.1rem;min-width:200px;text-align:center;border:2px solid transparent}.cta-buttons .btn-primary{background:#0067ff;color:#fff}.cta-buttons .btn-primary:hover{background:rgb(0,82.4,204);transform:translateY(-2px);box-shadow:0 6px 20px #0067ff66}.cta-buttons .btn-secondary{background:transparent;color:#232323;border-color:#232323}.cta-buttons .btn-secondary:hover{background:#232323;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #0003}@keyframes fadeInQuote{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.quote{position:relative;display:inline-block;font-style:italic;color:#232323;line-height:1.6;font-size:1.4rem;font-weight:300;letter-spacing:.3px;text-shadow:0 1px 2px rgba(0,0,0,.05);animation:fadeInQuote 1s ease-out}.quote .quote-mark{font-size:2rem;color:#0067ff;vertical-align:top}.quote-author{display:block;margin-top:1rem;font-size:1.1rem;font-weight:500;color:#6e7174;text-align:right;animation:fadeInQuote 1.4s ease-out}@media (max-width: 768px){.cta-buttons{flex-direction:column;gap:.8rem;margin-top:1.5rem}.cta-buttons .btn-primary,.cta-buttons .btn-secondary{width:100%;max-width:280px;min-width:auto;padding:.9rem 1.5rem;font-size:1rem}}@media (max-width: 480px){.cta-buttons{gap:.6rem;margin-top:1.2rem}.cta-buttons .btn-primary,.cta-buttons .btn-secondary{max-width:100%;padding:.8rem 1.2rem;font-size:.95rem;border-radius:10px}}@media (max-width: 375px){.cta-buttons .btn-primary,.cta-buttons .btn-secondary{padding:.7rem 1rem;font-size:.9rem;border-radius:8px;max-width:100px}}.features .features-grid .feature-card h3{font-family:Outfit,sans-serif;font-weight:600;text-transform:uppercase;color:#232323}.features .features-grid .feature-card p{font-family:Outfit,sans-serif;font-weight:400;color:#232323}.features{padding:4rem;background:white}.features .features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.features .features-grid .feature-card{text-align:center;padding:2rem;background:#f9f9f9;border-radius:12px;transition:transform .3s ease}.features .features-grid .feature-card:hover{transform:translateY(-5px)}.features .features-grid .feature-card .icon{font-size:2.5rem;margin-bottom:1rem}.features .features-grid .feature-card h3{font-size:1.2rem;margin-bottom:1rem}.features .features-grid .feature-card p{color:#6e7174}@media (width <= 1024px){.features .features-grid{grid-template-columns:repeat(2,1fr)}}@media (width <= 768px){.features{padding:2rem;margin-top:2rem}.features .features-grid{grid-template-columns:1fr;gap:1.5rem}.features .features-grid .feature-card{padding:1.5rem}}@media (width <= 480px){.features{padding:1rem}}.category-card .category-header .category-name{font-family:Outfit,sans-serif;font-weight:600;text-transform:uppercase;color:#232323}.category-card .category-header .category-count,.category-card .subcategories-list .subcategory-link .subcategory-name,.category-card .category-link{font-family:Outfit,sans-serif;font-weight:400;color:#232323}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.category-card{background:white;border-radius:20px;padding:2rem;box-shadow:0 8px 32px #00000014;transition:all .3s ease;border:2px solid transparent;display:flex;flex-direction:column;height:fit-content}.category-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0000001f;border-color:#0067ff}.category-card .category-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f9f9f9}.category-card .category-header .category-name{font-size:1.5rem;margin:0 0 .5rem;color:#232323;text-transform:none}.category-card .category-header .category-count{color:#6e7174;font-size:.9rem;font-weight:500}.category-card .subcategories-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem;flex:1}.category-card .subcategories-list .subcategory-link{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#f9f9f9;border-radius:10px;text-decoration:none;transition:all .3s ease;border:2px solid transparent}.category-card .subcategories-list .subcategory-link:hover{background:#0067ff;transform:translate(5px)}.category-card .subcategories-list .subcategory-link:hover .subcategory-name{color:#fff}.category-card .subcategories-list .subcategory-link:hover .subcategory-arrow{color:#fff;transform:translate(3px)}.category-card .subcategories-list .subcategory-link .subcategory-name{color:#232323;font-weight:500;font-size:.95rem;transition:color .3s ease}.category-card .subcategories-list .subcategory-link .subcategory-arrow{color:#0067ff;font-weight:600;transition:all .3s ease}.category-card .category-link{display:inline-flex;align-items:center;justify-content:center;background:#0067ff;color:#fff;text-decoration:none;padding:.8rem 1.5rem;border-radius:10px;font-weight:500;transition:all .3s ease;margin-top:auto}.category-card .category-link:hover{background:rgb(0,82.4,204);transform:translateY(-2px);box-shadow:0 4px 12px #0067ff4d}@media (max-width: 768px){.categories-grid{grid-template-columns:1fr;gap:1.5rem}.category-card{padding:1.5rem}.category-card .category-header .category-name{font-size:1.3rem}.category-card .subcategories-list .subcategory-link{padding:.6rem .8rem}.category-card .subcategories-list .subcategory-link .subcategory-name{font-size:.9rem}}.products-page .page-header h1{font-family:Outfit,sans-serif;font-weight:600;text-transform:uppercase;color:#232323}.products-page .page-header .lead{font-family:Outfit,sans-serif;font-weight:400;color:#232323}.products-page .breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;color:#6e7174}.products-page .breadcrumb a{color:#0067ff;text-decoration:none}.products-page .breadcrumb a:hover{text-decoration:underline}.products-page .breadcrumb .sep{color:#e7ebee}.products-page .page-header{text-align:center;margin-bottom:3rem}.products-page .page-header h1{font-size:2.5rem;margin-bottom:1rem;color:#232323}.products-page .page-header .lead{font-size:1.2rem;color:#6e7174;max-width:600px;margin:0 auto;line-height:1.6}.products-page .categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}@media (width <= 768px){.products-page .page-header h1{font-size:2rem}.products-page .page-header .lead{font-size:1.1rem;padding:0 1rem}.products-page .categories-grid{grid-template-columns:1fr;gap:1.5rem}}@media (width <= 480px){.products-page .page-header h1{font-size:1.75rem}.products-page .page-header .lead{font-size:1rem}.products-page .breadcrumb{flex-wrap:wrap;font-size:.8rem}}.products-page .no-products p,.products-page .product-item .sizes,.products-page .product-item .colors,.products-page .product-item .description,.products-page .product-item .price,.products-page .page-header .subcategories-nav .subcategories-list .subcategory-link,.products-page .page-header .subcategories-nav h3,.products-page .page-header .lead{font-family:Outfit,sans-serif;font-weight:400;color:#232323}.products-page .page-header h1{margin:0 0 1rem;font-size:2.5rem;text-transform:none}.products-page .page-header .lead{margin:0;color:#6e7174;font-size:1.2rem;font-weight:300}.products-page .page-header .subcategories-nav{margin-top:2rem;padding:1.5rem;background:white;border-radius:12px;box-shadow:0 2px 12px #00000014}.products-page .page-header .subcategories-nav h3{font-weight:500;margin-bottom:1rem;color:#232323;font-size:1.1rem}.products-page .page-header .subcategories-nav .subcategories-list{display:flex;flex-wrap:wrap;gap:.75rem}.products-page .page-header .subcategories-nav .subcategories-list .subcategory-link{display:inline-block;padding:.6rem 1.2rem;background:#f9f9f9;color:#232323;text-decoration:none;border-radius:8px;font-weight:500;transition:all .3s ease;border:2px solid transparent}.products-page .page-header .subcategories-nav .subcategories-list .subcategory-link:hover{background:#0067ff;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0067ff4d}.products-page .product-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;list-style:none;padding:0;margin:0 0 3rem}.products-page .product-item .product-image{width:100%;height:220px;margin-bottom:1.5rem;border-radius:12px;overflow:hidden;background:#f9f9f9}.products-page .product-item h3{margin:0 0 1rem;font-size:1.3rem;text-transform:none;color:#232323;line-height:1.4}.products-page .product-item .description{margin:0 0 1rem;color:#6e7174;font-size:.95rem;line-height:1.5}.products-page .product-item .sizes,.products-page .product-item .colors{margin:.5rem 0;color:#6e7174;font-size:.9rem}.products-page .product-item .sizes:before,.products-page .product-item .colors:before{content:"• ";color:#0067ff;font-weight:700}.products-page .no-products .back-link{color:#0067ff;text-decoration:none;font-weight:500}.products-page .no-products .back-link:hover{text-decoration:underline}@media (max-width: 768px){.products-page .page-header h1{font-size:2rem}.products-page .page-header .lead{font-size:1.1rem}.products-page .product-list{grid-template-columns:1fr;gap:1.5rem}.products-page .product-item{padding:1.25rem}}.auth-heading{font-family:Outfit,sans-serif;font-weight:600;text-transform:uppercase;color:#232323}.auth-link,.auth-form .form-group label{font-family:Outfit,sans-serif;font-weight:400;color:#232323}.auth-page{min-height:100vh;background:#f9f9f9;display:flex;justify-content:center;align-items:center;padding:2rem}.auth-container{background:white;padding:3rem;border-radius:12px;box-shadow:0 8px 24px #0000001a;width:100%;max-width:450px;animation:fadeInUp .6s ease-out}.auth-heading{font-size:2.5rem;text-align:center;margin-bottom:2rem;color:#232323}.auth-form .form-group{margin-bottom:1.5rem}.auth-form .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#232323}.auth-form .form-group input{width:100%;padding:.75rem 1rem;border:2px solid #e7ebee;border-radius:8px;font-size:1rem;font-family:Outfit,sans-serif;transition:all .3s ease}.auth-form .form-group input:focus{outline:none;border-color:#0067ff;box-shadow:0 0 0 3px #0067ff1a}.auth-form .form-group input::placeholder{color:#a2a4a6}.auth-submit-button{width:100%;padding:1rem;border:none;border-radius:8px;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;margin-top:1rem}.auth-submit-button.login-button{background-color:#0067ff;color:#fff}.auth-submit-button.login-button:hover{background-color:#0052cc;transform:translateY(-2px);box-shadow:0 4px 12px #0067ff4d}.auth-submit-button.register-button{background-color:#232323;color:#fff}.auth-submit-button.register-button:hover{background-color:#3d3d3d;transform:translateY(-2px);box-shadow:0 4px 12px #2323234d}.auth-link{text-align:center;margin-top:2rem;color:#6e7174}.auth-link a{color:#0067ff;text-decoration:none;font-weight:500}.auth-link a:hover{text-decoration:underline}.product-page .related-products .related-products-grid .related-product-card .price,.product-page .related-products h2,.product-page .product-info .product-price,.product-page .product-info .product-header h1,.product-page .product-not-found h1{font-family:Outfit,sans-serif;font-weight:600;text-transform:uppercase;color:#232323}.product-page .related-products .related-products-grid .related-product-card h3,.product-page .product-info .product-features .feature span:last-child,.product-page .product-info .quantity-controls span,.product-page .product-info .size-selection h3,.product-page .product-info .color-selection h3,.product-page .product-info .quantity-selection h3,.product-page .product-info .product-description,.product-page .product-info .product-sku,.product-page .product-info .product-header .product-meta .product-gender,.product-page .product-info .product-header .product-meta .in-stock{font-family:Outfit,sans-serif;font-weight:400;color:#232323}.product-page{min-height:100vh;background:#f9f9f9}.product-page .container{max-width:1200px;margin:0 auto;padding:0 1rem}.product-page .breadcrumb{margin-bottom:2rem;padding:1rem 0}.product-page .breadcrumb a{color:#6e7174;text-decoration:none;transition:color .3s ease}.product-page .breadcrumb a:hover{color:#0067ff}.product-page .breadcrumb .sep{margin:0 .5rem;color:#e7ebee}.product-page .breadcrumb .current{color:#232323;font-weight:500}.product-page .product-not-found{text-align:center;padding:6rem 2rem}.product-page .product-not-found h1{margin-bottom:2rem;font-size:2.5rem}.product-page .product-not-found .back-to-products{color:#0067ff;text-decoration:none;font-weight:500;font-size:1.1rem}.product-page .product-not-found .back-to-products:hover{text-decoration:underline}.product-page .product-details{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;animation:fadeInUp .8s ease-out}.product-page .product-gallery .main-image{border-radius:20px;overflow:hidden;box-shadow:0 8px 32px #0000001f;margin-bottom:1rem}.product-page .product-gallery .main-image img{width:100%;height:auto;display:block;transition:transform .3s ease}.product-page .product-gallery .main-image:hover img{transform:scale(1.02)}.product-page .product-gallery .image-thumbnails{display:flex;gap:.5rem;flex-wrap:wrap}.product-page .product-gallery .image-thumbnails .thumbnail{width:80px;height:80px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .3s ease}.product-page .product-gallery .image-thumbnails .thumbnail:hover{border-color:#0067ff}.product-page .product-gallery .image-thumbnails .thumbnail img{width:100%;height:100%;object-fit:cover}.product-page .product-info .product-header{display:flex;justify-content:space-between;align-items:start;gap:1rem;margin-bottom:.5rem}.product-page .product-info .product-header h1{font-size:2.5rem;margin-bottom:.5rem;text-transform:none;line-height:1.2;flex:1}.product-page .product-info .product-header .product-meta{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.product-page .product-info .product-header .product-meta .product-gender,.product-page .product-info .product-header .product-meta .in-stock{font-size:.9rem;padding:.3rem .8rem;border-radius:6px;font-weight:500}.product-page .product-info .product-header .product-meta .product-gender{background:rgba(0,103,255,.1);color:#0067ff}.product-page .product-info .product-header .product-meta .in-stock{background:rgba(0,210,106,.1);color:#00d26a}.product-page .product-info .product-sku{color:#6e7174;margin-bottom:1.5rem;font-size:.95rem}.product-page .product-info .product-price{font-size:2.5rem;color:#0067ff;margin-bottom:2rem;font-weight:600}.product-page .product-info .product-description{font-size:1.1rem;line-height:1.7;margin-bottom:2.5rem;color:#232323}.product-page .product-info .size-selection,.product-page .product-info .color-selection,.product-page .product-info .quantity-selection{margin-bottom:2.5rem}.product-page .product-info .size-selection h3,.product-page .product-info .color-selection h3,.product-page .product-info .quantity-selection h3{font-weight:500;margin-bottom:1rem;color:#232323;font-size:1.1rem;display:flex;align-items:center;gap:.5rem}.product-page .product-info .size-selection h3 .required,.product-page .product-info .color-selection h3 .required,.product-page .product-info .quantity-selection h3 .required{color:#ff4757;font-weight:600}.product-page .product-info .size-options{display:flex;gap:.75rem;flex-wrap:wrap}.product-page .product-info .size-options .size-option{padding:.75rem 1.5rem;border:2px solid #e7ebee;background:white;border-radius:10px;cursor:pointer;transition:all .3s ease;font-weight:500;min-width:60px;text-align:center}.product-page .product-info .size-options .size-option:hover{border-color:#0067ff;transform:translateY(-2px);box-shadow:0 4px 12px #0067ff33}.product-page .product-info .size-options .size-option.selected{background:#0067ff;color:#fff;border-color:#0067ff;transform:translateY(-2px);box-shadow:0 4px 12px #0067ff4d}.product-page .product-info .color-options{display:flex;gap:.75rem;flex-wrap:wrap}.product-page .product-info .color-options .color-option{padding:.6rem 1.2rem;border-radius:8px;font-size:.9rem;font-weight:500;border:2px solid transparent;transition:all .3s ease;cursor:pointer;min-width:80px;text-align:center}.product-page .product-info .color-options .color-option:hover{border-color:#0067ff;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.product-page .product-info .color-options .color-option.selected{border:2px solid #232323;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.product-page .product-info .quantity-controls{display:flex;align-items:center;gap:1rem}.product-page .product-info .quantity-controls button{width:44px;height:44px;border:2px solid #e7ebee;background:white;border-radius:10px;cursor:pointer;font-size:1.3rem;font-weight:500;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.product-page .product-info .quantity-controls button:hover:not(:disabled){border-color:#0067ff;background:#0067ff;color:#fff;transform:scale(1.05)}.product-page .product-info .quantity-controls button:disabled{opacity:.5;cursor:not-allowed}.product-page .product-info .quantity-controls span{font-size:1.3rem;font-weight:500;min-width:50px;text-align:center}.product-page .product-info .product-actions{display:flex;gap:1rem;margin-bottom:2.5rem}.product-page .product-info .product-actions button{flex:1;padding:1.2rem 2rem;border:none;border-radius:12px;font-weight:500;font-size:1.1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.product-page .product-info .product-actions button:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.product-page .product-info .product-actions .add-to-cart-btn{background:#0067ff;color:#fff}.product-page .product-info .product-actions .add-to-cart-btn:hover:not(:disabled){background:rgb(0,82.4,204);transform:translateY(-2px);box-shadow:0 6px 20px #0067ff66}.product-page .product-info .product-actions .buy-now-btn{background:#232323;color:#fff}.product-page .product-info .product-actions .buy-now-btn:hover:not(:disabled){background:rgb(60.5,60.5,60.5);transform:translateY(-2px);box-shadow:0 6px 20px #23232366}.product-page .product-info .product-features{display:flex;flex-direction:column;gap:1rem}.product-page .product-info .product-features .feature{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:white;border-radius:12px;box-shadow:0 2px 8px #0000000f;transition:transform .3s ease}.product-page .product-info .product-features .feature:hover{transform:translate(5px)}.product-page .product-info .product-features .feature .feature-icon{font-size:1.2rem}.product-page .product-info .product-features .feature span:last-child{font-size:.95rem;font-weight:500}.product-page .related-products{margin-top:4rem;padding-top:3rem;border-top:2px solid #e7ebee}.product-page .related-products h2{font-size:2rem;margin-bottom:2rem;text-align:center;text-transform:none}.product-page .related-products .related-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.product-page .related-products .related-products-grid .related-product-card{background:white;border-radius:12px;padding:1rem;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.product-page .related-products .related-products-grid .related-product-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.product-page .related-products .related-products-grid .related-product-card a{text-decoration:none;color:inherit}.product-page .related-products .related-products-grid .related-product-card img{width:100%;height:150px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.product-page .related-products .related-products-grid .related-product-card h3{font-weight:500;margin-bottom:.5rem;font-size:1rem;line-height:1.3}.product-page .related-products .related-products-grid .related-product-card .price{color:#0067ff;font-weight:600;font-size:1.1rem;margin:0}@media (max-width: 968px){.product-page .product-details{grid-template-columns:1fr;gap:3rem}.product-page .product-info .product-header{flex-direction:column;align-items:flex-start}.product-page .product-info .product-header .product-meta{flex-direction:row;align-items:center;gap:1rem}.product-page .product-info h1,.product-page .product-info .product-price{font-size:2rem}.product-page .product-info .product-actions{flex-direction:column}.product-page .related-products-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media (max-width: 768px){.product-page .product-info h1,.product-page .product-info .product-price{font-size:1.8rem}}.products-page .product-item h3,.products-page .page-header h1{font-family:Outfit,sans-serif;font-weight:600;text-transform:uppercase;color:#232323}.products-page .no-products p,.products-page .product-item .sizes .sizes-label,.products-page .product-item .price{font-family:Outfit,sans-serif;font-weight:400;color:#232323}.products-page{min-height:100vh;background:#f9f9f9}.products-page .container{max-width:1200px;margin:0 auto;padding:0 1rem}.products-page .breadcrumb{margin-bottom:2rem;padding:1rem 0}.products-page .breadcrumb a{color:#6e7174;text-decoration:none;transition:color .3s ease}.products-page .breadcrumb a:hover{color:#0067ff}.products-page .breadcrumb .sep{margin:0 .5rem;color:#e7ebee}.products-page .breadcrumb .current{color:#232323;font-weight:500}.products-page .page-header{margin-bottom:3rem;animation:fadeInUp .8s ease-out}.products-page .page-header h1{margin:0 0 1rem;font-size:2.3rem;text-transform:none}.products-page .page-header .back-link{display:inline-flex;align-items:center;color:#0067ff;text-decoration:none;margin-bottom:1.5rem;font-weight:500;transition:all .3s ease}.products-page .page-header .back-link:hover{transform:translate(-5px)}.products-page .product-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;list-style:none;padding:0;margin:0 0 3rem}.products-page .product-item{background:white;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #00000014;transition:all .4s ease;border:1px solid transparent;position:relative;overflow:hidden}.products-page .product-item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#0067ff,#00a8ff);transform:scaleX(0);transition:transform .3s ease}.products-page .product-item:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:#0067ff}.products-page .product-item:hover:before{transform:scaleX(1)}.products-page .product-item:hover .product-image img{transform:scale(1.08)}.products-page .product-item .product-image{width:100%;height:200px;margin-bottom:1.5rem;border-radius:12px;overflow:hidden;background:#f9f9f9}.products-page .product-item .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.products-page .product-item h3{margin:0 0 1rem;font-size:1.4rem;text-transform:none;color:#232323;line-height:1.4}.products-page .product-item .price{margin:0 0 1rem;color:#0067ff;font-size:1.4rem;font-weight:600}.products-page .product-item .sizes{margin:1rem 0}.products-page .product-item .sizes .sizes-label{font-weight:500;color:#232323;margin-right:.5rem}.products-page .product-item .sizes .sizes-list{display:inline-flex;gap:.5rem;list-style:none;padding:0;margin:0}.products-page .product-item .sizes .sizes-list .size{background:#e7ebee;padding:.3rem .6rem;border-radius:6px;font-size:.9rem;font-weight:500}.products-page .product-item a{display:inline-flex;align-items:center;margin-top:1rem;color:#0067ff;text-decoration:none;font-weight:500;transition:all .3s ease;padding:.5rem 1rem;border:2px solid #0067ff;border-radius:8px}.products-page .product-item a:hover{background:#0067ff;color:#fff;transform:translate(5px)}.products-page .no-products{text-align:center;padding:4rem 2rem;animation:fadeInUp 1s ease-out}.products-page .no-products p{font-size:1.3rem;color:#6e7174;margin:0 0 2rem}@media (max-width: 768px){.products-page .page-header h1{font-size:1.8rem}.products-page .product-list{grid-template-columns:1fr;gap:1.5rem}.products-page .product-item{padding:1.25rem;text-align:center}}.cart-page .cart-summary .summary-details .summary-row.total,.cart-page .cart-summary .summary-header,.cart-page .cart-items .cart-item .item-price .total-price,.cart-page .cart-items .cart-item .item-details h3,.cart-page .empty-cart h2,.cart-page .page-header h1{font-family:Outfit,sans-serif;font-weight:600;text-transform:uppercase;color:#232323}.cart-page .cart-features .feature .feature-text,.cart-page .cart-summary .summary-details .summary-row .value,.cart-page .cart-summary .summary-details .summary-row .label,.cart-page .cart-items .cart-item .item-price .unit-price,.cart-page .cart-items .cart-item .item-details .item-controls .quantity-controls .quantity,.cart-page .cart-items .cart-item .item-details .item-attributes .attribute,.cart-page .cart-items .cart-item .item-details .item-sku,.cart-page .empty-cart p{font-family:Outfit,sans-serif;font-weight:400;color:#232323}.cart-page{min-height:100vh;background:#f9f9f9;padding-top:80px}.cart-page .container{max-width:1200px;margin:0 auto;padding:0 1rem}.cart-page .breadcrumb{margin-bottom:2rem;padding:1rem 0}.cart-page .breadcrumb a{color:#6e7174;text-decoration:none;transition:color .3s ease}.cart-page .breadcrumb a:hover{color:#0067ff}.cart-page .breadcrumb .sep{margin:0 .5rem;color:#e7ebee}.cart-page .breadcrumb .current{color:#232323;font-weight:500}.cart-page .page-header{margin-bottom:3rem;text-align:center}.cart-page .page-header h1{margin:0 0 1rem;font-size:2.5rem;text-transform:none;background:linear-gradient(135deg,#232323 0%,#0067ff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.cart-page .empty-cart{text-align:center;padding:4rem 2rem;animation:fadeInUp .8s ease-out}.cart-page .empty-cart .empty-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.7}.cart-page .empty-cart h2{margin:0 0 1rem;font-size:1.8rem;color:#232323}.cart-page .empty-cart p{color:#6e7174;margin-bottom:2rem;font-size:1.1rem}.cart-page .empty-cart .continue-shopping{display:inline-flex;align-items:center;background:#0067ff;color:#fff;text-decoration:none;padding:1rem 2rem;border-radius:12px;font-weight:500;transition:all .3s ease}.cart-page .empty-cart .continue-shopping:hover{background:rgb(0,82.4,204);transform:translateY(-2px);box-shadow:0 6px 20px #0067ff66}.cart-page .cart-content{display:grid;grid-template-columns:1fr 380px;gap:3rem;margin-bottom:4rem;animation:fadeInUp .8s ease-out}.cart-page .cart-items{list-style:none;padding:0;margin:0}.cart-page .cart-items .cart-item{display:flex;gap:1.5rem;align-items:center;padding:1.5rem;background:white;border-radius:16px;margin-bottom:1.5rem;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:2px solid transparent;position:relative}.cart-page .cart-items .cart-item:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001f;border-color:#0067ff}.cart-page .cart-items .cart-item .item-image{flex-shrink:0}.cart-page .cart-items .cart-item .item-image img{width:120px;height:120px;object-fit:cover;border-radius:12px;box-shadow:0 4px 12px #0000001a}.cart-page .cart-items .cart-item .item-details{flex:1}.cart-page .cart-items .cart-item .item-details h3{margin:0 0 .5rem;font-size:1.3rem;text-transform:none;color:#232323}.cart-page .cart-items .cart-item .item-details .item-sku{color:#6e7174;font-size:.9rem;margin-bottom:.5rem}.cart-page .cart-items .cart-item .item-details .item-attributes{display:flex;gap:1rem;margin-bottom:1rem}.cart-page .cart-items .cart-item .item-details .item-attributes .attribute{background:#f9f9f9;padding:.3rem .8rem;border-radius:6px;font-size:.85rem;color:#232323}.cart-page .cart-items .cart-item .item-details .item-attributes .attribute strong{color:#0067ff;font-weight:500}.cart-page .cart-items .cart-item .item-details .item-controls{display:flex;align-items:center;gap:1rem}.cart-page .cart-items .cart-item .item-details .item-controls .quantity-controls{display:flex;align-items:center;gap:.5rem;background:#f9f9f9;border-radius:10px;padding:.5rem}.cart-page .cart-items .cart-item .item-details .item-controls .quantity-controls button{width:36px;height:36px;border:none;background:white;border-radius:8px;cursor:pointer;font-size:1.1rem;font-weight:500;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.cart-page .cart-items .cart-item .item-details .item-controls .quantity-controls button:hover:not(:disabled){background:#0067ff;color:#fff;transform:scale(1.1)}.cart-page .cart-items .cart-item .item-details .item-controls .quantity-controls button:disabled{opacity:.4;cursor:not-allowed}.cart-page .cart-items .cart-item .item-details .item-controls .quantity-controls .quantity{font-weight:500;min-width:40px;text-align:center;font-size:1.1rem}.cart-page .cart-items .cart-item .item-details .item-controls .remove-btn{background:transparent;border:2px solid #ff4757;color:#ff4757;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.cart-page .cart-items .cart-item .item-details .item-controls .remove-btn:hover{background:#ff4757;color:#fff;transform:translateY(-2px)}.cart-page .cart-items .cart-item .item-price{text-align:right}.cart-page .cart-items .cart-item .item-price .unit-price{color:#6e7174;font-size:.9rem;margin-bottom:.5rem}.cart-page .cart-items .cart-item .item-price .total-price{color:#0067ff;font-size:1.4rem;font-weight:600}.cart-page .cart-summary{background:white;border-radius:20px;padding:2rem;box-shadow:0 8px 32px #0000001a;position:sticky;top:100px;height:fit-content}.cart-page .cart-summary .summary-header{font-size:1.5rem;margin-bottom:1.5rem;text-align:center;color:#232323}.cart-page .cart-summary .summary-details{margin-bottom:2rem}.cart-page .cart-summary .summary-details .summary-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #e7ebee}.cart-page .cart-summary .summary-details .summary-row:last-child{border-bottom:none}.cart-page .cart-summary .summary-details .summary-row.total{font-size:1.3rem;color:#0067ff;font-weight:600;border-top:2px solid #0067ff;margin-top:1rem}.cart-page .cart-summary .summary-details .summary-row .label{color:#6e7174}.cart-page .cart-summary .summary-details .summary-row .value{font-weight:500;color:#232323}.cart-page .cart-summary .promo-section{margin-bottom:2rem}.cart-page .cart-summary .promo-section .promo-input{display:flex;gap:.5rem}.cart-page .cart-summary .promo-section .promo-input input{flex:1;padding:.75rem 1rem;border:2px solid #e7ebee;border-radius:10px;font-size:1rem;transition:border-color .3s ease}.cart-page .cart-summary .promo-section .promo-input input:focus{outline:none;border-color:#0067ff}.cart-page .cart-summary .promo-section .promo-input button{background:#232323;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;cursor:pointer;font-weight:500;transition:all .3s ease}.cart-page .cart-summary .promo-section .promo-input button:hover{background:rgb(60.5,60.5,60.5);transform:translateY(-2px)}.cart-page .cart-summary .summary-actions{display:flex;flex-direction:column;gap:1rem}.cart-page .cart-summary .summary-actions .checkout-btn{background:#0067ff;color:#fff;border:none;padding:1.2rem 2rem;border-radius:12px;cursor:pointer;font-weight:500;font-size:1.1rem;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.cart-page .cart-summary .summary-actions .checkout-btn:hover{background:rgb(0,82.4,204);transform:translateY(-2px);box-shadow:0 6px 20px #0067ff66}.cart-page .cart-summary .summary-actions .checkout-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.cart-page .cart-summary .summary-actions .clear-btn{background:transparent;border:2px solid #e7ebee;color:#6e7174;padding:.8rem 2rem;border-radius:10px;cursor:pointer;font-weight:500;transition:all .3s ease}.cart-page .cart-summary .summary-actions .clear-btn:hover{border-color:#ff4757;color:#ff4757;transform:translateY(-2px)}.cart-page .cart-summary .summary-actions .continue-shopping{text-align:center;color:#0067ff;text-decoration:none;font-weight:500;margin-top:1rem;transition:color .3s ease}.cart-page .cart-summary .summary-actions .continue-shopping:hover{text-decoration:underline}.cart-page .cart-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:3rem}.cart-page .cart-features .feature{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:white;border-radius:12px;box-shadow:0 4px 12px #00000014;transition:transform .3s ease}.cart-page .cart-features .feature:hover{transform:translateY(-2px)}.cart-page .cart-features .feature .feature-icon{font-size:2rem}.cart-page .cart-features .feature .feature-text strong{display:block;color:#232323;font-weight:500;margin-bottom:.25rem}.cart-page .cart-features .feature .feature-text span{color:#6e7174;font-size:.9rem}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@media (max-width: 968px){.cart-page .cart-content{grid-template-columns:1fr;gap:2rem}.cart-page .cart-summary{position:static}}@media (max-width: 768px){.cart-page{padding-top:70px}.cart-page .cart-item{flex-direction:column;text-align:center;gap:1rem}.cart-page .cart-item .item-details{width:100%}.cart-page .cart-item .item-controls{justify-content:center}.cart-page .cart-features{grid-template-columns:1fr}}@media (max-width: 480px){.cart-page .container{padding:0 .5rem}.cart-page .page-header h1{font-size:2rem}.cart-page .cart-item{padding:1rem;margin-bottom:1rem}.cart-page .cart-item .item-image img{width:100px;height:100px}.cart-page .cart-item .item-details h3{font-size:1.1rem}.cart-page .cart-item .item-attributes{flex-direction:column;gap:.5rem}.cart-page .cart-item .item-controls{flex-direction:column;gap:.8rem}.cart-page .cart-item .item-controls .quantity-controls{order:1}.cart-page .cart-item .item-controls .remove-btn{order:2;justify-content:center}.cart-page .cart-item .item-price{text-align:center;width:100%;display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #e7ebee}.cart-page .cart-item .item-price .unit-price{margin-bottom:0;font-size:.8rem}.cart-page .cart-item .item-price .total-price{font-size:1.2rem}.cart-page .cart-summary{padding:1.5rem;border-radius:16px}.cart-page .cart-summary .summary-header{font-size:1.3rem}.cart-page .cart-summary .promo-input{flex-direction:column}.cart-page .cart-summary .promo-input input{margin-bottom:.5rem}.cart-page .cart-features{gap:1rem}.cart-page .cart-features .feature{padding:1rem;gap:.8rem}.cart-page .cart-features .feature .feature-icon{font-size:1.5rem}.cart-page .cart-features .feature .feature-text strong{font-size:.9rem}.cart-page .cart-features .feature .feature-text span{font-size:.8rem}}@media (max-width: 375px){.cart-page{padding-top:60px}.cart-page .container{padding:0 .25rem}.cart-page .breadcrumb{margin-bottom:1rem;font-size:.9rem}.cart-page .page-header{margin-bottom:2rem}.cart-page .page-header h1{font-size:1.7rem}.cart-page .cart-item{padding:.8rem;border-radius:12px}.cart-page .cart-item .item-image img{width:80px;height:80px}.cart-page .cart-item .item-details h3{font-size:1rem}.cart-page .cart-item .item-details .item-sku{font-size:.8rem}.cart-page .cart-item .item-details .attribute{font-size:.8rem;padding:.2rem .6rem}.cart-page .cart-item .item-controls .quantity-controls button{width:32px;height:32px;font-size:1rem}.cart-page .cart-item .item-controls .quantity-controls .quantity{min-width:35px;font-size:1rem}.cart-page .cart-item .item-controls .remove-btn{font-size:.9rem;padding:.4rem .8rem}.cart-page .cart-item .item-price .unit-price{font-size:.75rem}.cart-page .cart-item .item-price .total-price{font-size:1.1rem}.cart-page .cart-summary{padding:1rem;border-radius:12px}.cart-page .cart-summary .summary-header{font-size:1.2rem;margin-bottom:1rem}.cart-page .cart-summary .summary-details{margin-bottom:1.5rem}.cart-page .cart-summary .summary-details .summary-row{padding:.8rem 0;font-size:.9rem}.cart-page .cart-summary .summary-details .summary-row.total{font-size:1.1rem}.cart-page .cart-summary .summary-actions{gap:.8rem}.cart-page .cart-summary .summary-actions .checkout-btn{padding:1rem 1.5rem;font-size:1rem}.cart-page .cart-summary .summary-actions .clear-btn{padding:.7rem 1.5rem;font-size:.9rem}.cart-page .cart-summary .summary-actions .continue-shopping{font-size:.9rem}.cart-page .empty-cart{padding:2rem 1rem}.cart-page .empty-cart h2{font-size:1.5rem}.cart-page .empty-cart p{font-size:1rem}.cart-page .empty-cart .continue-shopping{padding:.8rem 1.5rem;font-size:.9rem}}.checkout-page .order-summary .summary-total,.checkout-page .order-summary h3,.checkout-page .checkout-form h2,.checkout-page .page-header h1{font-family:Outfit,sans-serif;font-weight:600;text-transform:uppercase;color:#232323}.checkout-page .checkout-features .feature .feature-text,.checkout-page .order-summary .delivery-info .info-item span,.checkout-page .order-summary .summary-items li .item-total .price,.checkout-page .order-summary .summary-items li .item-total .qty,.checkout-page .order-summary .summary-items li .item-details .attributes,.checkout-page .order-summary .summary-items li .item-details .name,.checkout-page .order-summary .summary-stats p,.checkout-page .checkout-form label{font-family:Outfit,sans-serif;font-weight:400;color:#232323}.checkout-page{min-height:100vh;background:#f9f9f9;padding-top:80px}.checkout-page .container{max-width:1200px;margin:0 auto;padding:0 1rem}.checkout-page .breadcrumb{margin-bottom:2rem;padding:1rem 0}.checkout-page .breadcrumb a{color:#6e7174;text-decoration:none;transition:color .3s ease}.checkout-page .breadcrumb a:hover{color:#0067ff}.checkout-page .breadcrumb .sep{margin:0 .5rem;color:#e7ebee}.checkout-page .breadcrumb .current{color:#232323;font-weight:500}.checkout-page .page-header{margin-bottom:3rem;text-align:center}.checkout-page .page-header h1{margin:0 0 1rem;font-size:2.5rem;text-transform:none;background:linear-gradient(135deg,#232323 0%,#0067ff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.checkout-page .checkout-grid{display:grid;grid-template-columns:1fr 400px;gap:3rem;margin-bottom:4rem;animation:fadeInUp .8s ease-out}.checkout-page .checkout-form{background:white;border-radius:20px;padding:2.5rem;box-shadow:0 8px 32px #0000001a}.checkout-page .checkout-form h2{font-size:1.5rem;margin-bottom:1.5rem;color:#232323;padding-bottom:.5rem;border-bottom:2px solid #e7ebee}.checkout-page .checkout-form .form-section{margin-bottom:2.5rem}.checkout-page .checkout-form .form-section:last-of-type{margin-bottom:2rem}.checkout-page .checkout-form label{display:block;margin-bottom:1.5rem;font-weight:500;color:#232323}.checkout-page .checkout-form label:last-child{margin-bottom:0}.checkout-page .checkout-form label input[type=text],.checkout-page .checkout-form label input[type=email],.checkout-page .checkout-form label input[type=tel]{width:100%;padding:1rem 1.2rem;border:2px solid #e7ebee;border-radius:12px;font-size:1rem;transition:all .3s ease;margin-top:.5rem;background:#f9f9f9}.checkout-page .checkout-form label input[type=text]:focus,.checkout-page .checkout-form label input[type=email]:focus,.checkout-page .checkout-form label input[type=tel]:focus{outline:none;border-color:#0067ff;background:white;box-shadow:0 0 0 3px #0067ff1a}.checkout-page .checkout-form label input[type=text]::placeholder,.checkout-page .checkout-form label input[type=email]::placeholder,.checkout-page .checkout-form label input[type=tel]::placeholder{color:#a2a4a6}.checkout-page .checkout-form .row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkout-page .checkout-form .payment-methods{display:flex;flex-direction:column;gap:1rem}.checkout-page .checkout-form .payment-methods label{display:flex;align-items:center;padding:1rem 1.5rem;border:2px solid #e7ebee;border-radius:12px;cursor:pointer;transition:all .3s ease;margin-bottom:0}.checkout-page .checkout-form .payment-methods label:hover{border-color:#0067ff;transform:translateY(-2px)}.checkout-page .checkout-form .payment-methods label.selected{border-color:#0067ff;background:rgba(0,103,255,.05)}.checkout-page .checkout-form .payment-methods label input[type=radio]{margin-right:1rem;width:18px;height:18px;accent-color:#0067ff}.checkout-page .checkout-form .submit-btn{width:100%;background:#0067ff;color:#fff;border:none;padding:1.3rem 2rem;border-radius:14px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.checkout-page .checkout-form .submit-btn:hover:not(:disabled){background:rgb(0,82.4,204);transform:translateY(-2px);box-shadow:0 8px 25px #0067ff66}.checkout-page .checkout-form .submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.checkout-page .checkout-form .submit-btn .loading-spinner{width:20px;height:20px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.checkout-page .order-summary{background:white;border-radius:20px;padding:2rem;box-shadow:0 8px 32px #0000001a;position:sticky;top:100px;height:fit-content}.checkout-page .order-summary h3{font-size:1.4rem;margin-bottom:1.5rem;text-align:center;color:#232323}.checkout-page .order-summary .summary-stats{display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e7ebee}.checkout-page .order-summary .summary-stats p{margin:0;color:#6e7174}.checkout-page .order-summary .summary-stats p strong{color:#232323}.checkout-page .order-summary .summary-items{list-style:none;padding:0;margin:0 0 1.5rem;max-height:300px;overflow-y:auto}.checkout-page .order-summary .summary-items::-webkit-scrollbar{width:4px}.checkout-page .order-summary .summary-items::-webkit-scrollbar-track{background:#f9f9f9;border-radius:2px}.checkout-page .order-summary .summary-items::-webkit-scrollbar-thumb{background:#0067ff;border-radius:2px}.checkout-page .order-summary .summary-items li{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #e7ebee}.checkout-page .order-summary .summary-items li:last-child{border-bottom:none}.checkout-page .order-summary .summary-items li .item-image{width:60px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0}.checkout-page .order-summary .summary-items li .item-image img{width:100%;height:100%;object-fit:cover}.checkout-page .order-summary .summary-items li .item-details{flex:1}.checkout-page .order-summary .summary-items li .item-details .name{font-weight:500;color:#232323;display:block;margin-bottom:.25rem;line-height:1.3}.checkout-page .order-summary .summary-items li .item-details .attributes{font-size:.85rem;color:#6e7174}.checkout-page .order-summary .summary-items li .item-total{text-align:right}.checkout-page .order-summary .summary-items li .item-total .qty{font-size:.9rem;color:#6e7174;display:block;margin-bottom:.25rem}.checkout-page .order-summary .summary-items li .item-total .price{font-weight:500;color:#0067ff}.checkout-page .order-summary .summary-total{font-size:1.5rem;color:#0067ff;text-align:center;padding:1.5rem 0;border-top:2px solid #0067ff;margin-top:1rem}.checkout-page .order-summary .delivery-info{background:#f9f9f9;padding:1rem;border-radius:10px;margin-top:1.5rem}.checkout-page .order-summary .delivery-info .info-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.checkout-page .order-summary .delivery-info .info-item:last-child{margin-bottom:0}.checkout-page .order-summary .delivery-info .info-item .icon{font-size:1.2rem;width:20px;text-align:center}.checkout-page .order-summary .delivery-info .info-item span{font-size:.9rem;color:#6e7174}.checkout-page .checkout-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:3rem}.checkout-page .checkout-features .feature{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:white;border-radius:12px;box-shadow:0 4px 12px #00000014;transition:transform .3s ease}.checkout-page .checkout-features .feature:hover{transform:translateY(-2px)}.checkout-page .checkout-features .feature .feature-icon{font-size:2rem}.checkout-page .checkout-features .feature .feature-text strong{display:block;color:#232323;font-weight:500;margin-bottom:.25rem}.checkout-page .checkout-features .feature .feature-text span{color:#6e7174;font-size:.9rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 968px){.checkout-page .checkout-grid{grid-template-columns:1fr;gap:2rem}.checkout-page .order-summary{position:static;order:-1}}@media (max-width: 768px){.checkout-page{padding-top:70px}.checkout-page .checkout-form{padding:1.5rem}.checkout-page .checkout-form .row,.checkout-page .checkout-features{grid-template-columns:1fr}}.order-success h1{font-family:Outfit,sans-serif;font-weight:600;text-transform:uppercase;color:#232323}.text-xxl{font-size:90px}.text-xl{font-size:70px}.text-lg{font-size:50px}.color-primary{color:#0067ff}.color-gray{color:#6e7174}.bg-light-gray{background-color:#e7ebee}.bg-off-white{background-color:#f9f9f9}.order-success{padding:3rem 0}.order-success .container{max-width:980px;margin:0 auto}.order-success h1{font-size:2rem;margin-bottom:1rem}.order-success .order-info{background:#f9f9f9;border-radius:12px;padding:1.5rem;box-shadow:0 6px 18px #0000000f}.order-success .order-info p{margin:.5rem 0;color:#232323;font-size:1rem}.order-success .order-info .order-items{margin-top:1rem;list-style:none;padding:0}.order-success .order-info .order-items li{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px dashed #e7ebee;color:#6e7174}.order-success .order-info a{display:inline-block;margin-top:1rem;color:#0067ff;text-decoration:none;font-weight:500}.order-success .order-info a:hover{text-decoration:underline}.order-success .order-not-found{padding:2rem;background:#f9f9f9;border-radius:10px;text-align:center}.order-success .order-not-found p{margin-bottom:1rem;color:#6e7174}@media (max-width: 768px){.order-success{padding:1.5rem 0}.order-success h1{font-size:1.6rem}}
