:root{--theme-color:#180d3e}html{color-scheme:light!important}.dark,.dark-mode,[data-theme=dark],body,html{background-color:#fff!important;color:#180d3e!important}*{margin:0;padding:0}body{font-family:Poppins,sans-serif}:-moz-full-screen body,:-ms-fullscreen body,:-webkit-full-screen body,:fullscreen body{overflow:hidden!important}::-webkit-scrollbar{width:8px;height:8px;background:transparent}::-webkit-scrollbar-thumb{background:#ce1e36;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#a81a2b}::-webkit-scrollbar-track{border-radius:8px}::-webkit-scrollbar{width:12px;background:#f3f4f6}::-webkit-scrollbar-thumb{background:#180d3e;border-radius:0;min-height:40px;border:3px solid #f3f4f6}::-webkit-scrollbar-track{background:#f3f4f6;border-radius:0}body,html{scrollbar-width:none!important;-ms-overflow-style:none!important;overflow-y:scroll}body::-webkit-scrollbar,html::-webkit-scrollbar{width:0!important;background:transparent!important}.custom-scrollbar-progress{position:fixed;top:0;right:0;width:10px;height:100vh;background:#f3f4f6;z-index:9999;box-shadow:0 0 4px rgba(24,13,62,.08)}.custom-scrollbar-progress-fill{width:100%;background:#180d3e;transition:height .15s cubic-bezier(.4,0,.2,1)}.shimmer-placeholder{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:linear-gradient(90deg,#eee 25%,#f5f5f5 50%,#eee 75%);background-size:200% 100%;animation:shimmer 1.2s linear infinite;z-index:2}.container-responsive{width:100%;margin:0 auto;padding:0 20px}@media (max-width:1200px){.container-responsive{padding:0 15px}}@media (max-width:768px){.container-responsive{padding:0 12px}}@media (max-width:480px){.container-responsive{padding:0 8px}}.flex-responsive{display:flex;flex-wrap:wrap;gap:1rem}@media (max-width:768px){.flex-responsive{flex-direction:column;gap:.75rem}}.grid-responsive{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media (max-width:992px){.grid-responsive{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width:768px){.grid-responsive{grid-template-columns:1fr;gap:.75rem}}.text-responsive{font-size:1rem;line-height:1.6}@media (max-width:768px){.text-responsive{font-size:.95rem;line-height:1.5}}@media (max-width:480px){.text-responsive{font-size:.9rem;line-height:1.4}}.heading-responsive{font-weight:600;line-height:1.2;margin-bottom:1rem}.h1-responsive{font-size:2.5rem}.h2-responsive{font-size:2rem}.h3-responsive{font-size:1.5rem}@media (max-width:768px){.h1-responsive{font-size:2rem}.h2-responsive{font-size:1.75rem}.h3-responsive{font-size:1.25rem}}@media (max-width:480px){.h1-responsive{font-size:1.75rem}.h2-responsive{font-size:1.5rem}.h3-responsive{font-size:1.1rem}}.btn-responsive{padding:12px 24px;font-size:1rem;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease}@media (max-width:768px){.btn-responsive{padding:10px 20px;font-size:.95rem}}@media (max-width:480px){.btn-responsive{padding:8px 16px;font-size:.9rem;width:100%}}.img-responsive{width:100%;height:auto;max-width:100%;display:block}.hide-mobile{display:block}.hide-desktop{display:none}@media (max-width:768px){.hide-mobile{display:none!important}.hide-desktop{display:block!important}}.spacing-responsive{margin:2rem 0;padding:1.5rem}@media (max-width:768px){.spacing-responsive{margin:1.5rem 0;padding:1rem}}@media (max-width:480px){.spacing-responsive{margin:1rem 0;padding:.75rem}}.form-responsive{width:100%;max-width:600px;margin:0 auto}.form-responsive input,.form-responsive select,.form-responsive textarea{width:100%;padding:12px;margin-bottom:1rem;border:1px solid #ddd;border-radius:6px;font-size:1rem}@media (max-width:768px){.form-responsive input,.form-responsive select,.form-responsive textarea{padding:10px;font-size:.95rem}}.card-responsive{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-bottom:1rem}@media (max-width:768px){.card-responsive{padding:1rem;border-radius:8px}}.nav-responsive{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}@media (max-width:768px){.nav-responsive{flex-direction:column;gap:1rem;padding:.75rem 0}}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive table{width:100%;min-width:600px}@media (max-width:768px){.table-responsive table{font-size:.9rem}.table-responsive td,.table-responsive th{padding:.5rem}}.modal-responsive{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:600px;max-height:90vh;overflow-y:auto;background:#fff;border-radius:12px;padding:2rem;z-index:1000}@media (max-width:768px){.modal-responsive{width:95%;padding:1.5rem;border-radius:8px}}@media (max-width:480px){.modal-responsive{width:98%;padding:1rem;max-height:95vh}}.touch-friendly{min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center}.no-horizontal-scroll{overflow-x:hidden;width:100%}.safe-area-padding{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}@media (prefers-contrast:high){.btn-responsive{border:2px solid}.card-responsive{border:1px solid #000}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.mobile-container{width:100%;max-width:100%;margin:0 auto;padding:0 1rem}@media (max-width:768px){.mobile-container{padding:0 .75rem}}@media (max-width:480px){.mobile-container{padding:0 .5rem}}.mobile-text-xs{font-size:.75rem}.mobile-text-sm{font-size:.875rem}.mobile-text-base{font-size:1rem}.mobile-text-lg{font-size:1.125rem}.mobile-text-xl{font-size:1.25rem}.mobile-text-2xl{font-size:1.5rem}.mobile-text-3xl{font-size:1.875rem}@media (max-width:768px){.mobile-text-xs{font-size:.7rem}.mobile-text-sm{font-size:.8rem}.mobile-text-base{font-size:.9rem}.mobile-text-lg{font-size:1rem}.mobile-text-xl{font-size:1.1rem}.mobile-text-2xl{font-size:1.3rem}.mobile-text-3xl{font-size:1.6rem}}.mobile-p-1{padding:.25rem}.mobile-p-2{padding:.5rem}.mobile-p-3{padding:.75rem}.mobile-p-4{padding:1rem}.mobile-p-6{padding:1.5rem}.mobile-p-8{padding:2rem}.mobile-m-1{margin:.25rem}.mobile-m-2{margin:.5rem}.mobile-m-3{margin:.75rem}.mobile-m-4{margin:1rem}.mobile-m-6{margin:1.5rem}.mobile-m-8{margin:2rem}@media (max-width:768px){.mobile-p-1{padding:.2rem}.mobile-p-2{padding:.4rem}.mobile-p-3{padding:.6rem}.mobile-p-4{padding:.8rem}.mobile-p-6{padding:1.2rem}.mobile-p-8{padding:1.6rem}.mobile-m-1{margin:.2rem}.mobile-m-2{margin:.4rem}.mobile-m-3{margin:.6rem}.mobile-m-4{margin:.8rem}.mobile-m-6{margin:1.2rem}.mobile-m-8{margin:1.6rem}}.mobile-flex{display:flex}.mobile-flex-col{flex-direction:column}.mobile-flex-row{flex-direction:row}.mobile-flex-wrap{flex-wrap:wrap}.mobile-flex-nowrap{flex-wrap:nowrap}.mobile-justify-center{justify-content:center}.mobile-justify-between{justify-content:space-between}.mobile-justify-around{justify-content:space-around}.mobile-items-center{align-items:center}.mobile-items-start{align-items:flex-start}.mobile-items-end{align-items:flex-end}@media (max-width:768px){.mobile-flex-col-mobile{flex-direction:column}.mobile-flex-row-mobile{flex-direction:row}.mobile-justify-center-mobile{justify-content:center}.mobile-items-center-mobile{align-items:center}}.mobile-grid{display:grid}.mobile-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.mobile-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.mobile-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.mobile-gap-1{gap:.25rem}.mobile-gap-2{gap:.5rem}.mobile-gap-3{gap:.75rem}.mobile-gap-4{gap:1rem}.mobile-gap-6{gap:1.5rem}@media (max-width:768px){.mobile-grid-cols-1-mobile{grid-template-columns:repeat(1,minmax(0,1fr))}.mobile-grid-cols-2-mobile{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-grid-cols-3-mobile{grid-template-columns:repeat(3,minmax(0,1fr))}.mobile-gap-1-mobile{gap:.2rem}.mobile-gap-2-mobile{gap:.4rem}.mobile-gap-3-mobile{gap:.6rem}.mobile-gap-4-mobile{gap:.8rem}}.mobile-hidden{display:none}.mobile-block{display:block}.mobile-inline{display:inline}.mobile-inline-block{display:inline-block}@media (max-width:768px){.mobile-hidden-mobile{display:none}.mobile-block-mobile{display:block}.mobile-flex-mobile{display:flex}.mobile-grid-mobile{display:grid}}.mobile-w-full{width:100%}.mobile-w-auto{width:auto}.mobile-w-1\/2{width:50%}.mobile-w-1\/3{width:33.333333%}.mobile-w-2\/3{width:66.666667%}.mobile-w-1\/4{width:25%}.mobile-w-3\/4{width:75%}.mobile-h-full{height:100%}.mobile-h-auto{height:auto}.mobile-h-screen{height:100vh}.mobile-min-h-screen{min-height:100vh}.mobile-relative{position:relative}.mobile-absolute{position:absolute}.mobile-fixed{position:fixed}.mobile-sticky{position:sticky}.mobile-overflow-hidden{overflow:hidden}.mobile-overflow-auto{overflow:auto}.mobile-overflow-scroll{overflow:scroll}.mobile-overflow-x-auto{overflow-x:auto}.mobile-overflow-y-auto{overflow-y:auto}.mobile-border{border:1px solid #e5e7eb}.mobile-border-t{border-top:1px solid #e5e7eb}.mobile-border-b{border-bottom:1px solid #e5e7eb}.mobile-border-l{border-left:1px solid #e5e7eb}.mobile-border-r{border-right:1px solid #e5e7eb}.mobile-border-0{border:0}.mobile-rounded{border-radius:.25rem}.mobile-rounded-md{border-radius:.375rem}.mobile-rounded-lg{border-radius:.5rem}.mobile-rounded-full{border-radius:9999px}.mobile-shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.mobile-shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.mobile-shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.mobile-shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.mobile-text-left{text-align:left}.mobile-text-center{text-align:center}.mobile-text-right{text-align:right}.mobile-text-justify{text-align:justify}.mobile-font-normal{font-weight:400}.mobile-font-medium{font-weight:500}.mobile-font-semibold{font-weight:600}.mobile-font-bold{font-weight:700}.mobile-uppercase{text-transform:uppercase}.mobile-lowercase{text-transform:lowercase}.mobile-capitalize{text-transform:capitalize}.mobile-text-primary{color:#180d3e}.mobile-text-secondary{color:#ce1e36}.mobile-text-gray-500{color:#6b7280}.mobile-text-gray-600{color:#4b5563}.mobile-text-gray-700{color:#374151}.mobile-text-gray-800{color:#1f2937}.mobile-text-gray-900{color:#111827}.mobile-bg-primary{background-color:#180d3e}.mobile-bg-secondary{background-color:#ce1e36}.mobile-bg-gray-50{background-color:#f9fafb}.mobile-bg-gray-100{background-color:#f3f4f6}.mobile-bg-gray-200{background-color:#e5e7eb}.mobile-bg-white{background-color:#fff}.mobile-touch-manipulation{touch-action:manipulation}.mobile-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mobile-pointer-events-none{pointer-events:none}.mobile-pointer-events-auto{pointer-events:auto}.mobile-scroll-smooth{scroll-behavior:smooth}.mobile-scroll-auto{scroll-behavior:auto}.mobile-scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.mobile-scrollbar-hide::-webkit-scrollbar{display:none}.mobile-transition{transition:all .3s ease}.mobile-transition-fast{transition:all .15s ease}.mobile-transition-slow{transition:all .5s ease}.mobile-transform,.mobile-transform-gpu{transform:translateZ(0)}.mobile-focus-outline-none:focus{outline:none}.mobile-focus-ring:focus{outline:2px solid #ce1e36;outline-offset:2px}.mobile-safe-top{padding-top:env(safe-area-inset-top)}.mobile-safe-bottom{padding-bottom:env(safe-area-inset-bottom)}.mobile-safe-left{padding-left:env(safe-area-inset-left)}.mobile-safe-right{padding-right:env(safe-area-inset-right)}.mobile-safe-all{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}@container (max-width: 768px){.mobile-container-query{padding:.5rem}}@media print{.mobile-print-hidden{display:none!important}.mobile-print-block{display:block!important}.mobile-print-inline{display:inline!important}}@media (prefers-contrast:high){.mobile-high-contrast{border:2px solid;background-color:ButtonFace;color:ButtonText}}@media (prefers-reduced-motion:reduce){.mobile-reduce-motion{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-color-scheme:dark){.mobile-dark-mode{background-color:#1f2937;color:#f9fafb}}@media (max-width:768px) and (orientation:landscape){.mobile-landscape-hidden{display:none}.mobile-landscape-flex{display:flex}.mobile-landscape-grid{display:grid}}@media (max-width:768px) and (orientation:portrait){.mobile-portrait-hidden{display:none}.mobile-portrait-flex{display:flex}.mobile-portrait-grid{display:grid}}.footer{padding:30px 10%;background:#f3f4f6}.footer__newsletter{display:flex;align-items:center;justify-content:space-between;padding-bottom:3%}.footer__newsletter-content{width:400px}.footer__newsletter-content h4{font-size:22px;font-weight:700;margin-bottom:4px}.footer__newsletter-content p{font-size:16px;color:#6b7280;margin-bottom:12px}.footer__newsletter-form{display:flex;gap:0;margin-bottom:8px}.footer__newsletter-form input{padding:8px 100px;border:1px solid #ececec;border-radius:4px 0 0 4px;outline:none;font-size:1rem}.footer__newsletter-form button{background:#d32f2f;color:#fff;border:none;padding:8px 24px;border-radius:0 4px 4px 0;font-weight:600;cursor:pointer;transition:background .2s}.footer__newsletter-form button:hover{background:#b71c1c}.footer__newsletter-policy{font-size:11px;color:#888;margin-top:4px;text-align:center}.footer__newsletter-policy a{color:#d32f2f;text-decoration:none}.footer__main{display:flex;flex-wrap:wrap;justify-content:space-between;padding:3% 0;border-bottom:1px solid #d1d5db}.footer__col{flex:1 1 180px;min-width:180px}.footer__brand{min-width:470px}.footer__logo img{width:70%;height:100%}.footer__logo-text{font-size:2rem;font-weight:800;color:#ce1e36;letter-spacing:1px}.footer__brand p{font-size:14px;color:#666;margin:25px 0 70px}.footer__social h2{font-size:16px;font-weight:600;margin-bottom:10px}.footer__social-icons{display:flex;align-items:center;gap:10px}.footer__social-icons a{font-size:20px;background-color:#fff;padding:10px 10px 5px;border-radius:10px}.facebook{color:#1877f2}.twitter{color:#1da1f2}.instagram{color:#fd1d1d}.linkedin{color:#0077b5}.footer__col h4{font-size:18px;font-weight:700;margin-bottom:15px;color:#111827}.footer__col ul{list-style:none;padding:0;margin:0}.footer__col ul li{font-size:14px;color:#4b5563;margin-bottom:15px;cursor:pointer;transition:color .2s;width:60%}.footer__col ul li:hover{color:#d32f2f}.footer__help{margin-left:-5%}.footer__help h5{margin-bottom:16px}.footer__help p{font-size:14px;color:#666;margin-bottom:30px}.footer__contact{display:flex;flex-direction:column;gap:30px}.footer__contact div{font-size:1rem;display:flex;align-items:center;gap:15px;color:#4b5563}.footer__contact svg{font-size:30px}.contact-item .gap{display:flex;flex-direction:column;gap:5px}.contact-item .bold{color:#111827;font-size:20px}.footer__contact .contact-link{text-decoration:none!important;color:inherit!important;cursor:pointer!important;transition:all .2s ease;display:inline-block;padding:2px 4px;border-radius:3px}.footer__contact .contact-link:hover{color:#d32f2f!important;text-decoration:underline!important;text-underline-offset:3px;background-color:rgba(211,47,47,.1);transform:translateY(-1px)}.footer__contact .contact-link .bold{transition:all .2s ease;color:inherit}.footer__contact .contact-link:hover .bold{color:#d32f2f!important}.footer__bottom{justify-content:space-between;width:100%;padding-top:2%;border-top:1px solid #ececec;font-size:.95rem}.footer__bottom,.footer__copyright-credit{display:flex;flex-direction:row;align-items:center}.footer__copyright-credit{gap:24px}.footer__credit{font-size:.95em;color:#888;white-space:nowrap}.footer__credit a{text-decoration:none;color:inherit}.footer__credit a:hover{text-decoration:underline;text-underline-offset:5px}.footer__copyright{color:#222;font-size:1em}.footer__payments{display:flex}.footer__payments .mastercard{width:30px;height:16px;margin-right:10px;vertical-align:middle}.footer__payments .klarna,.footer__payments .paypal,.footer__payments .skrill,.footer__payments .visa{width:50px;height:13px;margin-right:10px;vertical-align:middle}.footer__links{margin-top:8px;width:100%;display:flex;flex-wrap:wrap;gap:16px;font-size:1em}.footer__links a{color:#111827;text-decoration:underline;font-size:.95rem;transition:color .2s}.footer__links a:hover{color:#d32f2f}@media (max-width:1440px){.footer{padding:30px 4%}}@media (max-width:1024px){.footer{padding:30px 3%}.footer__main{align-items:flex-start;gap:32px;padding:4% 0}.footer__brand,.footer__col{min-width:0;width:100%;margin-bottom:24px}.footer__help{margin-left:-90px}.footer__newsletter{align-items:flex-start;gap:px}.footer__newsletter-content{width:100%}}@media (max-width:768px){.footer{box-sizing:border-box}.footer__main{flex-direction:column;align-items:stretch;gap:0;padding:10px 0}.footer__brand,.footer__col{width:100%;min-width:0;margin-bottom:40px;box-sizing:border-box}.footer__newsletter{flex-direction:column;align-items:stretch;gap:12px;padding-bottom:18px}.footer__brand p{margin:25px 0}.footer__newsletter-content{width:100%;text-align:left;margin-bottom:8px}.footer__newsletter-form{display:flex;flex-direction:column;gap:8px;width:100%}.footer__newsletter-form button,.footer__newsletter-form input{width:100%;min-width:0;box-sizing:border-box}.footer__newsletter-form input{padding:10px 12px;font-size:1rem;border-radius:4px}.footer__newsletter-form button{padding:10px 0;font-size:1rem;border-radius:4px}.footer__bottom{flex-direction:column;align-items:flex-start;gap:16px;padding-top:16px}.footer__links{flex-wrap:wrap;gap:8px}.footer__links a{margin:0 8px 8px 0;font-size:1rem;display:inline-block}.footer__payments{flex-wrap:wrap;gap:8px}.footer__payments .klarna,.footer__payments .mastercard,.footer__payments .paypal,.footer__payments .skrill,.footer__payments .visa,.footer__payments img{width:40px!important;height:14px!important;margin-right:6px;margin-bottom:6px}.footer__social-icons{gap:12px;margin-bottom:8px}.footer__help{margin-left:0}}@media (max-width:600px){.footer__bottom{align-items:flex-start}.footer__bottom,.footer__links{flex-direction:column;gap:4px;font-size:.95em}.footer__credit{margin-left:0}}@media (max-width:426px){.footer{box-sizing:border-box}.footer__newsletter{flex-direction:column;align-items:stretch;gap:8px;padding-bottom:12px}.footer__newsletter-content{width:100%;margin-bottom:6px}.footer__newsletter-form{flex-direction:column;gap:6px;width:100%}.footer__newsletter-form input{padding:8px 8px 8px 16px;font-size:.95rem;border-radius:4px}.footer__newsletter-form button{padding:8px 0;font-size:.95rem;border-radius:4px}.footer__main{flex-direction:column;align-items:stretch;gap:10px;padding:4% 0}.footer__brand,.footer__col{width:100%;min-width:0;margin-bottom:10px}.footer__help{margin-left:0}.footer__bottom{flex-direction:column;align-items:flex-start;gap:8px;padding-top:8px}.footer__links{flex-wrap:wrap;gap:6px;margin-top:8px}.footer__links a{margin:0 6px 6px 0;display:inline-block;font-size:.92rem}.footer__payments .klarna,.footer__payments .mastercard,.footer__payments .paypal,.footer__payments .skrill,.footer__payments .visa,.footer__payments img{width:32px!important;height:12px!important;margin-right:4px;margin-bottom:4px}.footer__social-icons{gap:10px;margin-bottom:6px}}.header{width:100%;background:#f3f4f6;z-index:1000;box-shadow:0 2px 8px rgba(0,0,0,.03);position:sticky;top:0;font-family:Segoe UI,Arial,sans-serif}.header--sticky{box-shadow:0 2px 10px rgba(0,0,0,.1)}.header--hidden{transform:translateY(-100%);transition:transform .3s ease-in-out}@media (max-width:768px){.header,.header--sticky{transition:transform .3s ease-in-out}.header--sticky{width:100%;right:0}.header--hidden{transform:translateY(-100%)}}.header__top{display:flex;align-items:center;justify-content:space-between;padding:15px 10%;background:#f3f4f6;width:100%;box-sizing:border-box}.header__logo{width:15%}.header__logo img{width:100%;height:100%}.header__nav{flex:1;margin:0 20px}.header__nav ul{display:flex;align-items:center;list-style:none;margin:0;padding:0;justify-content:center;gap:50px}.header__nav li a{font-size:17px;color:#374151;cursor:pointer;transition:color .2s;font-weight:500;text-decoration:none;position:relative;padding:5px 0}.header__nav li a.active,.header__nav li a:hover{color:#d32f2f}.header__nav li a.active:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background-color:#d32f2f;border-radius:2px}.header__actions{display:flex;align-items:center;gap:24px}.header__search-icon{background:transparent;border:none;font-size:25px;color:#030712;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center}.header__search-icon:hover{color:#d32f2f}.header__account{display:flex;align-items:center;gap:8px;font-size:.95rem;color:#030712;cursor:pointer;text-decoration:none}.header__account svg{font-size:30px}.header__cart,.header__wishlist{position:relative;font-size:1.5rem;cursor:pointer}.header__cart svg,.header__wishlist svg{color:#030712;font-size:25px}.header__badge{position:absolute;top:-8px;right:-10px;background:#d32f2f;color:#fff;border-radius:50%;font-size:.75rem;padding:2px 6px;font-weight:700}.search-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:flex-start;justify-content:center;z-index:1000;padding-top:100px}.search-container{width:100%;max-width:800px;padding:0 20px}.search-content{background:#fff;padding:10px 15px;display:flex;align-items:center;gap:10px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.search-content input{flex:1 1;padding:15px 16px;border:1px solid #e5e7eb;border-radius:6px 0 0 6px;font-size:1rem;outline:none}.search-content input:focus{border-color:#d32f2f}.search-close{background:transparent;font-size:30px;color:#374151}.search-close:hover{color:#d32f2f}.header__tag{display:inline-block;padding:2px 10px;border-radius:4px;font-size:.95rem;font-weight:500;color:#fff;background:#ce1e36}.header__hamburger,.mobile-menu,.mobile-menu-backdrop{display:none}@media (max-width:900px){.header__top{padding:12px 5%}.header__logo{width:35%;min-width:120px}.header__actions,.header__nav{display:none}.header__hamburger{display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:2.2rem;color:#d32f2f;cursor:pointer;z-index:1101;transition:transform .3s cubic-bezier(.4,0,.2,1)}.header__hamburger.open{transform:rotate(90deg) scale(1.1)}.mobile-menu{display:flex;position:fixed;top:0;right:-100vw;width:80vw;max-width:350px;height:100vh;background:#fff;box-shadow:-2px 0 16px rgba(0,0,0,.12);z-index:1100;flex-direction:column;align-items:flex-start;padding:32px 24px 24px;transition:right .35s cubic-bezier(.4,0,.2,1)}.mobile-menu.open{right:0}.mobile-menu-backdrop{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.45);z-index:1099;opacity:0;pointer-events:none;transition:opacity .3s}.mobile-menu.open~.mobile-menu-backdrop{opacity:1;pointer-events:auto}.mobile-menu__nav ul{list-style:none;padding:0;margin:0 0 32px;width:100%;display:flex;flex-direction:column;gap:24px}.mobile-menu__nav li a{font-size:1.2rem;color:#374151;font-weight:600;text-decoration:none;transition:color .2s;padding:8px 0;border-radius:4px}.mobile-menu__nav li a.active,.mobile-menu__nav li a:hover{color:#ce1e36;-webkit-text-decoration:2px underline #ce1e36;text-decoration:2px underline #ce1e36;text-underline-offset:5px}.mobile-menu__actions{display:flex;flex-direction:row;gap:18px;width:100%;justify-content:flex-start;align-items:center}.mobile-menu__actions .header__account{font-size:1rem;gap:6px}.mobile-menu__actions .header__cart,.mobile-menu__actions .header__wishlist{font-size:1.3rem}}.search-dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%);width:100vw;background:#fff;box-shadow:0 8px 25px rgba(0,0,0,.15);z-index:1000;border-top:1px solid #eee;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateX(-50%) translateY(-10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.search-dropdown-content{position:relative;width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.search-form{display:flex;align-items:center;gap:0;margin:0;position:relative;background:#fff;border-radius:0;box-shadow:none;overflow:hidden;padding:20px 0;width:100%}.search-input{flex:1;padding:15px 20px;border:2px solid #ddd;border-radius:8px 0 0 8px;font-size:16px;font-weight:400;outline:none;background:#fff;transition:all .3s ease;color:#333}.search-input:focus{border-color:#ce1e36;box-shadow:0 0 0 3px rgba(206,30,54,.1)}.search-input::-moz-placeholder{color:#999;font-weight:400}.search-input::placeholder{color:#999;font-weight:400}.search-submit{padding:15px 20px;background:#ce1e36;color:#fff;border:2px solid #ce1e36;border-radius:0 8px 8px 0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-size:16px;font-weight:600;min-width:60px}.search-submit:hover{background:#a0182b;border-color:#a0182b}.search-close{position:absolute;top:20px;right:20px;background:#f0f0f0;border:none;font-size:20px;cursor:pointer;color:#666;padding:8px;border-radius:50%;transition:all .3s ease;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-weight:700}.search-close:hover{background:#e0e0e0;color:#333;transform:scale(1.1)}.search-results{max-height:400px;overflow-y:auto;background:#fafafa;border-top:1px solid #eee;scrollbar-width:none}.search-results::-webkit-scrollbar{width:6px}.search-results::-webkit-scrollbar-track{background:#f1f1f1}.search-results::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.search-results::-webkit-scrollbar-thumb:hover{background:#999}.search-loading{display:flex;align-items:center;justify-content:center;padding:30px;gap:10px;color:#666;font-size:16px}.loading-spinner{border:2px solid #f3f3f3;border-top-color:#ce1e36}.search-results-list h4{margin:0;padding:15px 20px;background:#f8f9fa;color:#333;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #eee}.search-result-item{display:flex;align-items:center;padding:12px 20px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:all .2s ease;background:#fff}.search-result-item:hover{background:#f8f9fa;transform:translateX(2px)}.search-result-image{width:45px;height:45px;margin-right:12px;border-radius:6px;overflow:hidden;flex-shrink:0;box-shadow:0 2px 6px rgba(0,0,0,.1)}.search-result-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.search-result-info{flex:1}.search-result-info h5{margin:0 0 3px;font-size:13px;color:#333;font-weight:500;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-result-price{margin:0;font-size:13px;color:#ce1e36;font-weight:600}.search-view-all{padding:15px 20px;text-align:center;background:#fff;border-top:1px solid #eee}.search-view-all button{background:#ce1e36;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;transition:all .2s ease}.search-view-all button:hover{background:#a0182b;transform:translateY(-1px)}.search-no-results{padding:30px 20px;text-align:center;color:#666;background:#fff}.search-no-results p{margin:0 0 15px;font-size:14px;color:#333}.search-no-results button{background:#ce1e36;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;transition:all .2s ease}.search-no-results button:hover{background:#a0182b;transform:translateY(-1px)}@media (max-width:768px){.search-dropdown{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:1001;animation:slideDown .3s ease}.search-dropdown-content{padding:20px;height:100%;display:flex;flex-direction:column}.search-form{padding:0 0 20px;border-bottom:1px solid #eee;margin-bottom:20px}.search-input{font-size:16px}.search-input,.search-submit{padding:12px 16px}.search-close{position:fixed;top:20px;right:20px;background:rgba(0,0,0,.1);color:#333}.search-results{flex:1;max-height:none}.search-result-item{padding:15px 0}.search-result-image{width:50px;height:50px}.search-result-info h5,.search-result-price{font-size:14px}}@media (max-width:1440px){.header__top{padding:15px 4%}}@media (max-width:1024px){.header__top{padding:15px 3%}.header__nav ul{gap:19px}.header__actions{gap:16px}.search-container{width:95%;margin:0 10px}.search-results{max-height:300px}}.testimonials-section{padding:50px 10%;background:#fff}.testimonials-title{text-align:center;font-size:1.1rem;font-weight:500;letter-spacing:2px;margin-bottom:32px;color:#222}.testimonials-container{position:relative;padding:40px 0}.testimonials-slider{display:flex;gap:24px;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:20px 0}.testimonials-slider::-webkit-scrollbar{display:none}.testimonial-card{background:#fff;border:1px solid #ececec;box-shadow:0 2px 12px rgba(0,0,0,.04);padding:28px 24px 20px;display:flex;flex-direction:column;justify-content:space-between;min-height:220px;min-width:350px;max-width:350px;transition:box-shadow .2s;cursor:pointer}.testimonial-card:hover{box-shadow:0 4px 24px rgba(206,30,54,.1)}.testimonial-text{font-size:20px;color:#000;margin-bottom:24px;flex:1}.testimonial-user{display:flex;align-items:center;gap:14px}.testimonial-avatar{width:50px;height:50px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.testimonial-name{font-weight:600;font-size:1rem;color:#222}.testimonial-rating{margin-top:2px}.testimonial-star{color:#ffb400;font-size:1.1rem;margin-right:2px}.testimonials-container .slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#180d3e;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:all .3s ease;color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1)}.testimonials-container .slider-arrow:hover{background:#ce1e36}.testimonials-container .slider-arrow-left{left:0}.testimonials-container .slider-arrow-right{right:0}.testimonials-container .slider-arrow svg{width:24px;height:24px}@media (max-width:1024px){.testimonials-container{position:relative;padding:40px 0}.testimonials-section{padding:50px 3%;background:#fff}.testimonial-card{padding:24px;min-height:170px;min-width:260px}}@media (max-width:768px){.testimonials-container .slider-arrow{width:32px;height:32px}.testimonials-container .slider-arrow svg{width:20px;height:20px}.testimonial-card{min-width:280px;max-width:280px}.footer__newsletter-policy{text-align:left}}.home-page{background-color:#fff;padding:0 0 60px}.hero-slider{height:90vh;overflow:hidden;background-image:url(/assets/hero-bg.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:#1c2333}.hero-slide,.hero-slider{position:relative;width:100%}.hero-slide{height:100%;display:flex;align-items:center}.hero-slide__image{position:absolute;top:0;left:0;width:100%;height:100%}.hero-slide__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-slide__content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:2;background:rgba(0,0,0,.3)}.hero-slide__content-text{color:#fff;max-width:600px;text-align:center;position:relative;padding:0 2rem}.hero-slide__content-text h1{font-size:4rem;margin-bottom:1.5rem;line-height:1.2;position:relative;display:inline-block}.hero-slide__content-text h1:after{content:"";position:absolute;bottom:-10px;left:0;width:80px;height:4px;background:#ce1e36}.hero-slide__content-text .highlight{color:#ce1e36;display:block;font-size:3.5rem;margin-top:.5rem}.hero-slide__content-text p{font-size:1.2rem;margin-bottom:2.5rem;line-height:1.6;color:hsla(0,0%,100%,.9)}.hero-btn{padding:9px 12px;font-size:1.1rem;background-color:#ce1e36;color:#fff;border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;z-index:1;animation:fadeInUp 1s ease-out .9s both}.hero-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#180d3e;transition:all .3s ease;z-index:-1}.hero-btn:hover:before{left:0}.hero-btn:hover{transform:translateY(-2px);background:none}.hero-slider__nav{position:absolute;bottom:40px;right:40px;display:flex;gap:15px;z-index:2}.hero-slider__nav .dot{width:10px;height:10px;border-radius:50%;background:hsla(0,0%,100%,.3);cursor:pointer;transition:all .3s ease;position:relative}.hero-slider__nav .dot:before{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border:1px solid hsla(0,0%,100%,.2);border-radius:50%;transition:all .3s ease}.hero-slider__nav .dot.active{background:#ce1e36;transform:scale(1.2)}.hero-slider__nav .dot.active:before{border-color:#ce1e36}@keyframes slideInRight{0%{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-slide__content-text{animation:slideInLeft 1s ease-out}.hero-slide__content-text h1{animation:fadeInUp 1s ease-out .3s both}.hero-slide__content-text p{animation:fadeInUp 1s ease-out .6s both}.hero-slide__content-text .hero-btn{animation:fadeInUp 1s ease-out .9s both}.hero-slide__image{animation:slideInRight 1s ease-out}.hero-slide__image img{animation:fadeInUp 1.2s ease-out}.trust-badges{padding:4rem 2rem;background-color:#f3f4f6}.trust-badges__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;text-align:center}.trust-badge{padding:2rem;background:#fff;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease;cursor:pointer}.trust-badge:hover{transform:translateY(-5px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.trust-badge__icon{display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.trust-badge__icon svg{width:40px;height:40px;transition:transform .3s ease}.trust-badge:hover .trust-badge__icon svg{transform:scale(1.1)}.trust-badge h3{font-size:1.25rem;margin-bottom:.5rem;color:#333;font-weight:600}.trust-badge p{color:#666;font-size:.9rem;line-height:1.4}.summer-collections-section{justify-content:flex-start;background-image:url(/assets/summer.webp);background-size:cover;background-position:bottom;margin:0 10%;overflow:hidden;padding:50px}.summer-collections-content,.summer-collections-section{position:relative;display:flex;flex-direction:column;align-items:flex-start}.summer-collections-content{z-index:2;gap:20px}.summer-collections-content h2{font-weight:700;font-size:2rem;color:#333;padding-top:80px}.summer-highlight{color:#fff}.summer-shop-btn{background:#ce1e36;color:#fff;border:none;padding:.75rem 2rem;border-radius:4px;margin:.5rem 0 1.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s}.summer-shop-btn:hover{background:#e10926}.summer-countdown{display:flex;gap:1.5rem;margin-top:5rem;font-family:monospace;font-size:1.2rem;color:#333;align-items:center}.summer-countdown-block{text-align:center}.summer-countdown-digit{font-size:2rem;font-weight:700;min-width:2ch;letter-spacing:1px}.summer-countdown-label{font-size:.8rem;color:#33333399}@keyframes slideContent{0%{opacity:0;transform:translateY(50px) skewX(-10deg)}to{opacity:1;transform:translateY(0) skewX(0deg)}}@keyframes slideImage{0%{opacity:0;transform:scale(1.2) translateY(50px)}to{opacity:1;transform:scale(1) translateY(0)}}.hero-slide .hero-slide__content-text{animation:slideContent 1.2s cubic-bezier(.4,0,.2,1)}.hero-slide .hero-slide__image{animation:slideImage 1.2s cubic-bezier(.4,0,.2,1)}.hero-slide__content-text .hero-btn,.hero-slide__content-text h1,.hero-slide__content-text p{opacity:0;animation:fadeIn .5s ease-out forwards}.hero-slide__content-text h1{animation-delay:.3s}.hero-slide__content-text p{animation-delay:.6s}.hero-slide__content-text .hero-btn{animation-delay:.9s}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.shop-by-category{padding:50px 10%;background-color:#fff}.category-title{display:flex;justify-content:flex-end;align-items:center;margin-bottom:3rem;gap:17rem}.section-title{text-align:center;font-size:2rem;font-weight:700;color:#180d3e;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:#ce1e36}.category-section{display:flex;gap:2rem;position:relative}.category-sidebar{display:flex;align-items:center;justify-content:center}.category-item{position:relative;overflow:hidden;height:265px;width:350px}.category-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.category-item h3{position:absolute;bottom:0;left:0;right:0;padding:2rem 1rem;background:linear-gradient(0deg,rgba(0,0,0,.9),transparent);color:#fff;font-size:1.5rem;font-weight:600;text-align:center}.category-sidebar .slider-arrow{background:hsla(0,0%,100%,.9);border:1px solid #ddd;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;flex-shrink:0}.category-sidebar .slider-arrow:hover{background:#ce1e36;color:#fff;border-color:#ce1e36}.category-sidebar .slider-arrow svg{width:20px;height:20px}.category-products{flex:1;overflow:hidden;position:relative}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #e6e6e6;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;color:#180d3e;box-shadow:0 2px 4px rgba(0,0,0,.1)}.slider-arrow:hover{background:#180d3e;color:#fff;border-color:#180d3e}.slider-arrow-left{left:0}.slider-arrow-right{right:0}.slider-arrow svg{width:24px;height:24px}.products-slider{display:flex;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;width:100%;position:relative}.products-slider::-webkit-scrollbar{display:none}.products-slider .product-card{min-width:250px;max-width:300px;flex:0 0 auto;background:#fff;border:1px solid #e6e6e6;transition:transform .3s ease,box-shadow .3s ease}.products-slider .product-image{position:relative;width:100%;height:300px;overflow:hidden}.products-slider .product-image img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.products-slider .product-card:hover .product-image img{transform:scale(1.05)}.products-slider .product-info{padding:1rem;min-width:0;margin-left:0}.products-slider .product-info h3{font-size:1rem;margin-bottom:.5rem;color:#333}.products-slider .product-meta{display:flex;justify-content:space-between;align-items:center}.products-slider .product-price{font-weight:600;color:#180d3e}.products-slider .original-price{color:#bbb;text-decoration:line-through;margin-right:.5rem}.products-slider .add-to-cart{cursor:pointer;border:1px solid #e6e6e6;background:none;font-size:15px;padding:5px 10px;color:#180d3e}.products-slider .add-to-cart:hover{background-color:#180d3e!important;color:#fff}.products-slider .product-badge{position:absolute;top:1rem;left:1rem;background:#ce1e36;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.8rem;z-index:1}.products-slider .wishlist-btn{position:absolute;top:1rem;right:1rem;background:#fff;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:1}.products-slider .wishlist-btn:hover{background:#f8f8f8;transform:scale(1.1)}.products-slider .wishlist-btn.active{color:#ce1e36}.featured-products-section{padding:50px 10%;background-color:#fff}.featured-products-container{position:relative;padding:0 40px}.featured-products-slider{display:flex;gap:2rem;overflow-x:auto;padding:3rem 0 0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.featured-products-slider::-webkit-scrollbar{display:none}.featured-products-container .slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#180d3e;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:all .3s ease;color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1)}.featured-products-container .slider-arrow:hover{background:#ce1e36}.featured-products-container .slider-arrow-left{left:0}.featured-products-container .slider-arrow-right{right:0}.featured-products-container .slider-arrow svg{width:24px;height:24px}.featured-product-card{min-width:1070px;display:flex;gap:2rem;background:#fff;padding:2rem;border:1px solid #e6e6e6;box-shadow:0 2px 8px rgba(0,0,0,.1)}.featured-product-card .product-images{flex:1;display:flex;flex-direction:column;gap:1rem;margin-bottom:0;align-items:center}.featured-product-card .main-image{height:auto;-o-object-fit:cover;object-fit:cover}.featured-product-card .thumbnail-images{display:flex;flex-wrap:wrap;gap:.5rem}.featured-product-card .thumbnail-images img{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;cursor:pointer;transition:opacity .3s ease}.featured-product-card .thumbnail-images img.active{opacity:1;border:2px solid #ce1e36}.featured-product-card .product-info{flex:1;display:flex;flex-direction:column}.featured-product-card h3{font-size:1.5rem;color:#333;margin:0}.featured-product-card .product-rating-row{display:flex;align-items:center;gap:.5rem}.featured-product-card .stars{color:gold}.featured-product-card .rating-value{font-weight:600;color:#333}.featured-product-card .review-count{color:#666}.featured-product-card .current-price{font-size:1.5rem;font-weight:600;color:#ce1e36}.featured-product-card .original-price{font-size:1.1rem;color:#222;text-decoration:line-through}.featured-product-card .product-options{display:flex;flex-direction:column}.featured-product-card .option-label{font-weight:600;color:#333;display:block}.featured-product-card .color-options{display:flex;gap:.5rem}.featured-product-card .color-option{width:30px;height:30px;border-radius:50%;border:2px solid transparent;cursor:pointer;position:relative}.featured-product-card .color-option.selected{border-color:#ce1e36}.featured-product-card .color-check{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:.8rem}.featured-product-card .size-options{display:flex;gap:.5rem}.featured-product-card .size-option{padding:.5rem 1rem;border:1px solid #e6e6e6;background:#fff;cursor:pointer;transition:all .3s ease}.featured-product-card .size-option.selected{background:#ce1e36;color:#fff;border-color:#ce1e36}.featured-product-card .quantity-and-buttons{display:flex;gap:1rem;align-items:center}.featured-product-card .quantity-box{display:flex;align-items:center;border:1px solid #e6e6e6;border-radius:4px}.featured-product-card .quantity-btn{background:none;border:none;cursor:pointer}.featured-product-card .quantity-value{padding:.5rem 1rem;border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6}.featured-product-card .add-to-cart{padding:.75rem 2rem;background:#ce1e36;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .3s ease}.featured-product-card .add-to-cart:hover{background:#a0182b}.featured-product-card .view-more-btn{display:none}.latest-title{display:flex;justify-content:flex-end;align-items:center;margin-bottom:3rem;gap:20rem}.latest-products-section{padding:4rem 10%;background-color:#fff}.latest-products-container{position:relative;padding:0 40px}.latest-products-slider{display:flex;gap:1.5rem;overflow-x:auto;padding:3rem 0 0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.latest-products-slider::-webkit-scrollbar{display:none}.latest-products-container .slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#180d3e;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:all .3s ease;color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1)}.latest-products-container .slider-arrow:hover{background:#ce1e36}.latest-products-container .slider-arrow-left{left:0}.latest-products-container .slider-arrow-right{right:0}.latest-products-container .slider-arrow svg{width:24px;height:24px}.no-products-center{display:flex;align-items:center;justify-content:center;height:300px;background:#f3f4f6;border:2px dashed #ddd}.no-products-center p{text-align:center;margin:0;padding:2rem}@media (max-width:1024px){.hero-slide__content{padding:0 2%}.category-title{gap:8rem}.featured-product-card{min-width:700px}.featured-products-slider{gap:1rem}.featured-products-section,.latest-products-section,.shop-by-category{padding:40px 3%}.summer-collections-section{margin:0 3%;padding:40px}.trust-badges__container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.hero-slide__content-text h1{font-size:3.5rem}.hero-slide__content-text .highlight{font-size:3rem}}@media (max-width:900px){.hero-slider{height:70vh}.hero-slide__content-text h1{font-size:3rem}.hero-slide__content-text .highlight{font-size:2.5rem}.hero-slide__content-text p{font-size:1.1rem}.category-title{gap:6rem}.featured-product-card{min-width:600px;flex-direction:column;padding:1.5rem}.featured-product-card .product-images{margin-bottom:1rem}.summer-collections-section{padding:30px}.summer-collections-content h2{font-size:1.8rem}}@media (max-width:768px){.hero-slide__content-text{max-width:300px}.hero-slide__content-text h1{font-size:2.5rem}.hero-slide__content-text p{font-size:1.5rem}.trust-badges__container{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.category-section{padding:0 1rem}.category-title{gap:13rem}.category-item{width:300px}.category-item h3{font-size:1.2rem;padding:1.5rem 1rem}.products-slider .product-card{min-width:200px}.slider-arrow{width:32px;height:32px}.slider-arrow svg{width:20px;height:20px}.slider-arrow-left{left:5px}.slider-arrow-right{right:5px}.featured-products-container{padding:0 30px}.featured-products-container .slider-arrow{width:32px;height:32px}.featured-products-container .slider-arrow svg{width:20px;height:20px}.featured-products-section{padding:2rem 5%}.featured-products-section .section-title{font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.featured-product-card{min-width:280px;max-width:280px;flex-direction:column;padding:1rem;gap:1rem;border:1px solid #f0f0f0;border-radius:8px;position:relative;overflow:visible;flex-shrink:0;align-self:flex-start}.featured-product-card .product-images{flex:none;margin-bottom:0;align-items:center}.featured-product-card .main-image{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:6px}.featured-product-card .thumbnail-images{display:none}.featured-product-card .product-info{flex:none;display:flex;flex-direction:column}.featured-product-card .product-title-row{margin-bottom:.5rem}.featured-product-card h3{font-size:1rem;margin-bottom:.3rem;line-height:1.3}.featured-product-card .product-price-row{margin-bottom:.5rem}.featured-product-card .current-price{font-size:1.1rem}.featured-product-card .review-summary{font-size:.8rem}.featured-product-card .action-buttons-row,.featured-product-card .details-row:last-child,.featured-product-card .product-details-section,.featured-product-card .quantity-section,.featured-product-card .select-color-section,.featured-product-card .select-size-section{display:none}.featured-product-card .view-more-btn{display:block;width:100%;padding:.6rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;cursor:pointer;font-size:.85rem;color:#666;margin-top:.5rem;transition:all .2s ease}.featured-product-card .view-more-btn:hover{background:#e9ecef;color:#333}.featured-product-card .view-more-btn.expanded{background:#ce1e36;color:#fff;border-color:#ce1e36}.featured-product-card.expanded{min-width:280px;max-width:280px;width:280px;height:auto}.featured-product-card.expanded .action-buttons-row,.featured-product-card.expanded .details-row:last-child,.featured-product-card.expanded .product-details-section,.featured-product-card.expanded .quantity-section,.featured-product-card.expanded .select-color-section,.featured-product-card.expanded .select-size-section{display:block;animation:slideDown .3s ease-out}.featured-product-card.expanded .product-details-section{margin-bottom:.8rem}.featured-product-card.expanded .details-heading{font-size:.8rem;font-weight:600;color:#333;margin-bottom:.4rem}.featured-product-card.expanded .details-row{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;margin-bottom:.2rem}.featured-product-card.expanded .details-label,.featured-product-card.expanded .details-value{font-size:.85rem}.featured-product-card.expanded .select-color-section,.featured-product-card.expanded .select-size-section{margin-bottom:.6rem}.featured-product-card.expanded .select-color-section strong,.featured-product-card.expanded .select-size-section strong{font-size:.8rem;margin-bottom:.3rem}.featured-product-card.expanded .color-options,.featured-product-card.expanded .size-options{display:flex;gap:.3rem;flex-wrap:wrap}.featured-product-card.expanded .color-option{width:18px;height:18px}.featured-product-card.expanded .size-option{padding:.2rem .4rem;font-size:.7rem}.featured-product-card.expanded .quantity-section{margin-bottom:.6rem}.featured-product-card.expanded .quantity-box{display:inline-flex;border:1px solid #ddd;border-radius:4px}.featured-product-card.expanded .quantity-btn,.featured-product-card.expanded .quantity-value{padding:.2rem .4rem;font-size:.8rem}.featured-product-card.expanded .action-buttons-row{display:flex;gap:.6rem;margin-bottom:.6rem}.featured-product-card.expanded .add-to-cart-btn,.featured-product-card.expanded .buy-now-btn{flex:1;padding:.5rem;font-size:.75rem;border-radius:4px}.featured-product-card.expanded .details-row:last-child{margin-top:.6rem}.featured-product-card.expanded .details-row:last-child .details-heading{font-size:.8rem;margin-bottom:.3rem}.featured-product-card.expanded .details-row:last-child .details-value{font-size:.75rem;line-height:1.4}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}.featured-products-slider{align-items:flex-start}.latest-products-container{padding:0 30px}.latest-products-container .slider-arrow{width:32px;height:32px}.latest-products-container .slider-arrow svg{width:20px;height:20px}.latest-products-section{padding:2rem 5%}.summer-collections-section{padding:0 50px 50px}.summer-collections-content h2{font-size:24px}.summer-shop-btn{margin:0;font-size:1rem}.summer-countdown{margin-top:3rem}.summer-countdown-digit{font-size:25px}}@media (max-width:600px){.hero-slider{height:60vh}.hero-slide__content-text{max-width:280px;padding:0 1rem}.hero-slide__content-text h1{font-size:2.2rem;margin-bottom:1rem}.hero-slide__content-text .highlight{font-size:2rem}.hero-slide__content-text p{font-size:1rem;margin-bottom:2rem}.hero-btn{padding:12px 20px;font-size:1rem}.category-title{gap:2rem;flex-direction:column;text-align:center}.category-section{flex-direction:column;gap:1rem}.category-item{height:auto;width:100%;max-width:300px;margin:0 auto}.category-item h3{font-size:1.1rem;padding:1rem}.products-slider .product-card{min-width:180px;max-width:210px}.view-details{width:30px;height:30px;font-size:1rem}.products-slider .product-image{height:180px}.featured-product-card{min-width:280px;flex-direction:column;padding:.75rem;gap:.75rem;border:1px solid #f0f0f0;box-shadow:0 1px 3px rgba(0,0,0,.05)}.featured-product-card .product-images{margin-bottom:0;flex:1}.featured-product-card .main-image{width:100%;height:180px;-o-object-fit:cover;object-fit:cover;border-radius:6px}.featured-product-card .thumbnail-images{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.5rem;justify-content:center}.featured-product-card .thumbnail-images img{width:35px;height:35px;-o-object-fit:cover;object-fit:cover;border-radius:3px;cursor:pointer;transition:all .2s ease;border:1px solid #e0e0e0}.featured-product-card .thumbnail-images img:hover{opacity:.8;transform:scale(1.05)}.featured-product-card .thumbnail-images img.active{border:2px solid #ce1e36;opacity:1}.featured-product-card h3{font-size:1.1rem;margin-bottom:.5rem;line-height:1.3}.featured-product-card .product-info{flex:1;display:flex;flex-direction:column;justify-content:space-between}.featured-product-card .current-price{font-size:1.3rem;margin-bottom:.5rem}.featured-product-card .product-options{display:flex;flex-direction:column;gap:.5rem;margin:.5rem 0}.featured-product-card .option-label{font-size:.8rem;font-weight:500;color:#666;margin-bottom:.25rem}.featured-product-card .color-options{display:flex;gap:.25rem;flex-wrap:wrap}.featured-product-card .color-option{width:20px;height:20px;border-radius:50%;border:1px solid #ddd;cursor:pointer;transition:all .2s ease}.featured-product-card .color-option.selected{border-color:#ce1e36;transform:scale(1.1)}.featured-product-card .size-options{display:flex;gap:.25rem;flex-wrap:wrap}.featured-product-card .size-option{padding:.25rem .5rem;border:1px solid #ddd;background:#f9f9f9;border-radius:3px;font-size:.75rem;cursor:pointer;transition:all .2s ease}.featured-product-card .size-option.selected{background:#ce1e36;color:#fff;border-color:#ce1e36}.featured-product-card .quantity-and-buttons{flex-direction:column;gap:.75rem;margin-top:1rem}.featured-product-card .add-to-cart{padding:.5rem 1rem;font-size:.9rem;width:100%}.featured-products-section .section-title{font-size:1.6rem;margin-bottom:1.25rem}.latest-title{flex-direction:column;gap:1rem;text-align:center}.summer-collections-section{margin:0 2%;padding:20px 10px 40px}.summer-collections-content h2{font-size:1.5rem;padding-top:40px}.summer-shop-btn{padding:10px 20px;font-size:.9rem}.summer-countdown{margin-top:2rem;gap:1rem}.summer-countdown-digit{font-size:1.5rem}.trust-badges__container{grid-template-columns:1fr;gap:1rem}.trust-badge{padding:1.5rem}.details-label,.details-value{font-size:15px}}@media (max-width:320px){.featured-products-section{padding:1.5rem 2%}.featured-product-card{min-width:220px;padding:.4rem;gap:.4rem;border:1px solid #f0f0f0;box-shadow:0 1px 2px rgba(0,0,0,.02)}.featured-product-card .main-image{height:140px}.featured-product-card .color-option{width:16px;height:16px}.featured-product-card .size-option{padding:.15rem .3rem;font-size:.65rem}.featured-product-card h3{font-size:.9rem;margin-bottom:.25rem}.featured-product-card .current-price{font-size:1rem;margin-bottom:.25rem}.featured-product-card .quantity-and-buttons{gap:.4rem;margin-top:.5rem}.featured-product-card .add-to-cart{padding:.35rem .7rem;font-size:.8rem}.featured-products-container{padding:0 15px}.featured-products-container .slider-arrow{width:24px;height:24px}.featured-products-container .slider-arrow svg{width:14px;height:14px}.featured-products-section .section-title{font-size:1.2rem;margin-bottom:.75rem}}@media (max-width:426px){.hero-slider{background-image:none;background-color:#1c2333;height:50vh}.hero-slide__image{width:100%;height:100%}.hero-slide__content-text{max-width:250px;padding:0 .75rem}.hero-slide__content-text h1{font-size:1.8rem}.hero-slide__content-text .highlight{font-size:1.6rem}.hero-btn,.hero-slide__content-text p{font-size:.9rem}.hero-btn{padding:10px 16px}.category-title{gap:1rem}.category-section,.category-title{flex-direction:column}.category-item h3{font-size:1rem;padding:.75rem}.products-slider .product-image{height:160px}.products-slider .product-info h3{font-size:.9rem}.products-slider .product-price{font-size:1rem}.featured-product-card{min-width:250px;padding:.5rem;gap:.5rem;border:1px solid #f0f0f0;box-shadow:0 1px 2px rgba(0,0,0,.03)}.featured-product-card .main-image{height:160px}.featured-product-card .color-option{width:18px;height:18px}.featured-product-card .size-option{padding:.2rem .4rem;font-size:.7rem}.featured-product-card h3{font-size:1rem;margin-bottom:.25rem}.featured-product-card .current-price{font-size:1.1rem;margin-bottom:.25rem}.featured-product-card .quantity-and-buttons{gap:.5rem;margin-top:.75rem}.featured-product-card .add-to-cart{padding:.4rem .8rem;font-size:.85rem}.featured-products-container{padding:0 20px}.featured-products-container .slider-arrow{width:28px;height:28px}.featured-products-container .slider-arrow svg{width:16px;height:16px}.featured-products-section .section-title{font-size:1.4rem;margin-bottom:1rem}.latest-title{gap:.75rem}.summer-collections-section{margin:0 1%;padding:15px 5px 30px}.summer-collections-content h2{font-size:1.3rem;padding-top:30px}.summer-shop-btn{padding:8px 16px;font-size:.85rem}.summer-countdown{margin-top:1.5rem;gap:.75rem}.summer-countdown-digit{font-size:1.2rem}.trust-badge{padding:1rem}.trust-badge h3{font-size:1.1rem}.trust-badge p{font-size:.85rem}}@media (max-width:320px){.hero-slide__content-text h1{font-size:1.5rem}.hero-slide__content-text .highlight{font-size:1.3rem}.hero-slide__content-text p{font-size:.8rem}.products-slider .product-image{height:140px}.featured-product-card{min-width:220px;padding:.5rem}.summer-collections-content h2{font-size:1.1rem}}.footer p,.footer__copyright,.footer__newsletter-policy{color:#222}.products-page .summer-collections-section{margin:0;padding:50px 10%}.products-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:50px 10%}.products-header h1{font-size:2.5rem;color:#180d3e}.products-count{text-align:center;color:#666;font-size:.9rem;margin:.5rem 0 1rem;font-weight:500;width:100%}.products-controls{display:flex;gap:1rem;align-items:center}.clear-filters-btn{padding:.75rem 1.5rem;background-color:#ce1e36;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease;font-weight:500}.clear-filters-btn:hover{background-color:#b91c31}.filter-toggle{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#2c3e50;color:#fff;border:none;cursor:pointer;transition:background-color .3s ease}.filter-toggle:hover{background-color:#34495e}.sort-select{padding:.75rem;border:1px solid #ddd;background-color:#fff;cursor:pointer}.products-container{display:flex;gap:2rem;position:relative;padding:0 10% 70px}.filters-sidebar{width:250px;background-color:#f3f4f6;border:1px solid #e6e6e6;padding:1rem;box-shadow:0 2px 4px rgba(0,0,0,.1);position:sticky;top:2rem;height:-moz-fit-content;height:fit-content}.close-filters{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.25rem;cursor:pointer;color:#666}.filter-section{padding-bottom:1.5rem}.filter-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.filter-section h3{margin-bottom:.75rem;color:#333;font-size:1.1rem;padding-bottom:10px}.arrow-icon{transition:transform .3s ease;display:inline-block;position:relative;top:3px}.arrow-icon.open{transform:rotate(180deg)}.clickable-heading{cursor:pointer;transition:border-bottom .3s ease}.clickable-heading.open{border-bottom:2px solid #e9e9e9}.category-list{display:flex;flex-direction:column;gap:.5rem}.category-btn{padding:.5rem 1rem;background:none;border:none;text-align:left;cursor:pointer;transition:all .3s ease;border-radius:5px;color:#666}.category-btn:hover{background-color:#f0f0f0;color:#2c3e50}.category-btn.active{background-color:#2c3e50;color:#fff}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;margin-bottom:.5rem;color:#666;justify-content:space-between}.checkbox-label input[type=checkbox]{accent-color:#2c3e50;width:16px;height:16px}.checkbox-group{display:flex;gap:10px}.price-range input[type=range]{flex:1;margin:0}.price-inputs{gap:10px;color:#374151;font-size:.9rem}.color-btn{width:30px;height:30px;border-radius:5px;cursor:pointer;position:relative;transition:all .3s ease;border:none}.color-btn:hover{transform:scale(1.1)}.color-btn.active{border:1px solid #2c3e50}.size-btn{padding:.5rem 1rem;border:1px solid #ddd;background:none;border-radius:5px;cursor:pointer;transition:all .3s ease}.size-btn:hover{border-color:#2c3e50;color:#2c3e50}.size-btn.active{background-color:#2c3e50;color:#fff;border-color:#2c3e50}.gender-btn{padding:.5rem 1rem;border:1px solid #ddd;background:none;border-radius:5px;cursor:pointer;transition:all .3s ease}.gender-btn.active{background-color:#2c3e50;color:#fff;border-color:#2c3e50}.products-grid{flex:1;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.product-card{display:flex;overflow:hidden;flex-direction:column;background:#fff;border:1px solid #e6e6e6;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.product-image{position:relative;width:100%;height:300px;overflow:hidden}.product-image img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.image-placeholder{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:1rem;min-width:0;margin-left:0;display:flex;flex-direction:column}.product-main-info{flex:1;display:flex;flex-direction:column}.products-page .product-info h3{margin-bottom:.5rem;color:#333}.products-page .product-description{color:#666;font-size:.9rem;margin-bottom:.5rem;line-height:1.4;flex:1}.products-page .product-rating{display:flex;align-items:center;gap:.25rem}.products-page .star{color:#ddd;font-size:1.25rem}.star.filled{color:gold}.reviews{color:#666;font-size:.875rem;margin-left:.5rem}.product-price{font-weight:600;color:#180d3e}.original-price{color:#bbb;margin-right:.5rem}.product-colors{display:flex;gap:.25rem}.color-dot{width:12px;height:12px;border-radius:50%;border:1px solid #ddd}.products-page .add-to-cart{cursor:pointer;border:1px solid #e6e6e6;background:none;font-size:15px;padding:5px 10px;color:#180d3e;transition:all .3s ease}.products-page .add-to-cart:hover{background-color:#180d3e!important;color:#fff}.loading-container{min-height:100vh;gap:1rem}.loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top-color:#2c3e50;border-radius:50%}.error-container{min-height:100vh;display:flex;align-items:center;justify-content:center;color:#e74c3c;font-size:1.25rem}.material-list{display:flex;flex-direction:column;gap:.5rem}.material-btn{padding:.5rem 1rem;background:none;border:none;text-align:left;cursor:pointer;transition:all .3s ease;border-radius:5px;color:#666}.material-btn:hover{background-color:#f0f0f0;color:#2c3e50}.material-btn.active{background-color:#2c3e50;color:#fff}.wishlist-btn{position:absolute;top:1rem;right:1rem;background:#fff;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:1}.wishlist-btn svg{width:20px;height:20px;transition:all .3s ease}.wishlist-btn:hover{background:#f8f8f8;transform:scale(1.1)}.wishlist-btn:hover svg{fill:#ce1e36;stroke:#ce1e36}.wishlist-btn.active{color:#ce1e36}.wishlist-btn.active svg{fill:#ce1e36;stroke:#ce1e36}.product-badge{position:absolute;top:1rem;left:1rem;background:#ce1e36;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.8rem;z-index:1}.product-listing{flex:1;display:flex;flex-direction:column}.no-products{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;color:#555;min-height:300px;width:100%}@media (max-width:768px){.products-header{padding:30px 2%;flex-direction:column;gap:1rem;text-align:center}.products-header h1{font-size:2rem}.products-controls{flex-direction:column;gap:.75rem;width:100%}.filter-toggle{justify-content:center}.sort-select{width:100%;max-width:200px}.products-container{padding:0 2% 50px;flex-direction:column}.filters-sidebar{display:none}.products-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.product-card{margin-bottom:0}.product-image{height:180px}.product-info h3,.product-price{font-size:1rem}}@media (max-width:500px){.filters-sidebar{display:none!important}.filter-toggle.mobile-fixed{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:1002;border-radius:32px;font-size:1.2rem;background:#111;color:#fff;box-shadow:0 4px 24px rgba(0,0,0,.18);padding:10px 20px;justify-content:center;display:flex}.products-header{padding:20px 1rem}.products-header h1{font-size:1.75rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.product-image{height:160px}.product-info{padding:.75rem;display:flex;flex-direction:column;flex:1}.product-info h3{font-size:.9rem;line-height:1.3;margin-bottom:.5rem}.product-price{font-weight:600;color:#180d3e;font-size:.95rem}.add-to-cart{font-size:.85rem;padding:4px 8px}}.mobile-filter-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.45);z-index:1003;display:flex;justify-content:flex-start;align-items:stretch;width:100vw;height:100vh}.mobile-filter-modal{background:#fff;width:75vw;max-width:350px;height:100vh;box-shadow:2px 0 24px rgba(0,0,0,.12);display:flex;flex-direction:column;animation:slideInLeft .3s cubic-bezier(.4,0,.2,1);position:relative}@keyframes slideInLeft{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.mobile-filter-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #eee;background:#fff;position:sticky;top:0;z-index:2;gap:20px;flex-wrap:wrap}.mobile-filter-modal-header .modal-title{font-size:1.2rem;font-weight:600;letter-spacing:.2em;color:#222}.mobile-filter-modal-header .modal-clear{background:none;border:none;color:#ce1e36;font-weight:500;font-size:1rem;cursor:pointer;margin-right:1rem}.mobile-filter-modal-header .modal-close{background:none;border:none;font-size:2rem;color:#888;cursor:pointer;margin-left:.5rem;line-height:1}.mobile-filter-modal-body{padding:1.5rem;overflow-y:auto;flex:1;display:flex;flex-direction:column}.modal-filter-section{margin-bottom:1.5rem}.modal-filter-label{font-size:1.1rem;font-weight:500;color:#222;margin-bottom:.75rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding-bottom:.5rem;border-bottom:1px solid #f0f0f0}.category-list,.color-options,.material-list,.price-range{margin-top:.75rem}.color-options{flex-wrap:wrap}.color-btn{width:32px;height:32px;border-radius:8px;border:1px solid #eee}.color-btn.active{border:2px solid #2c3e50}.price-range input[type=range]{width:100%;margin:.5rem 0}.price-inputs{font-size:1rem;color:#333;margin-top:.5rem;display:flex;gap:.5rem}.checkbox-label{font-size:1rem;gap:.75rem}.products-header h1{font-size:2rem;margin-bottom:.2em}.sort-select{width:140px;font-size:1rem;margin-left:0}.product-meta{margin-top:auto;display:flex;justify-content:space-between;align-items:center}.products-page .products-grid{grid-gap:1rem;margin:0 2% 0 0}.products-page .product-card{height:auto}.products-page .product-image{height:auto;overflow:hidden;background:#fff;margin-bottom:.5rem}.products-page .product-image img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;background:#fff}.products-page .product-info h3{font-size:1rem;margin-bottom:.1rem;line-height:1.2;min-height:2.2em;word-break:break-word}.products-page .product-description{font-size:.95rem;margin-bottom:.2rem;min-height:1.2em;word-break:break-word}.product-meta{margin-bottom:.2rem}.product-price{font-size:1.05rem;gap:.3rem;white-space:nowrap}.original-price{font-size:.95rem;margin-right:.2rem}.products-page .add-to-cart{font-size:.95rem;padding:4px 10px;margin-left:.2rem;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:40px;max-width:60px}.wishlist-btn{top:.5rem!important;right:.5rem!important;height:28px;width:28px}.wishlist-btn svg{width:16px;height:16px;stroke:#666}.product-badge{top:.5rem!important;left:.5rem!important;font-size:.75rem!important;padding:.2rem .5rem!important;border-radius:4px!important}.custom-price-range{display:flex;flex-direction:column;gap:.5rem;padding:.5rem 0}.custom-price-range input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;background:#e0e0e0;border-radius:3px;outline:none;margin:.5rem 0;transition:background .3s}.custom-price-range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#ce1e36;border:2px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.15);cursor:pointer;-webkit-transition:background .3s;transition:background .3s}.custom-price-range input[type=range]:hover::-webkit-slider-thumb{background:#b91c31}.custom-price-range input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#ce1e36;border:2px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.15);cursor:pointer;-moz-transition:background .3s;transition:background .3s}.custom-price-range input[type=range]:hover::-moz-range-thumb{background:#b91c31}.custom-price-range input[type=range]::-ms-thumb{width:18px;height:18px;border-radius:50%;background:#ce1e36;border:2px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.15);cursor:pointer;-ms-transition:background .3s;transition:background .3s}.custom-price-range input[type=range]:focus{outline:none;background:#f3f3f3}.custom-price-range .price-inputs{display:flex;justify-content:space-between;font-weight:500;color:#180d3e;font-size:1rem;margin-top:.25rem}.view-details{background:#fff;border:1px solid #e0e0e0;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .2s,border-color .2s,background .2s;margin-left:8px;font-size:1.3rem;color:#180d3e;box-shadow:0 2px 8px rgba(24,13,62,.04)}.view-details:hover{background:#f5f5f5;border-color:#ce1e36;color:#ce1e36;box-shadow:0 4px 16px rgba(206,30,54,.1)}.select-color-section{margin:24px 0 0}.select-color-section>strong{display:block;margin-bottom:8px;font-size:1rem;color:#222}.select-color-options{display:flex;gap:12px;flex-wrap:wrap}.color-swatch-btn{border:2px solid #eee;background:none;border-radius:50%;padding:3px;cursor:pointer;transition:border .2s;outline:none;display:flex;align-items:center;justify-content:center}.color-swatch-btn.selected{border:2px solid #222;box-shadow:0 2px 8px #eee}.color-swatch{display:inline-block;width:24px;height:24px;border-radius:50%;border:1px solid #888;box-sizing:border-box}.color-swatch-btn:focus{border:2px solid #0070f3}.color-pack-btn{display:flex;flex-direction:column;align-items:center;border:2px solid #eee;background:none;border-radius:10px;padding:10px 12px 6px;margin:0 4px;cursor:pointer;transition:border .2s,box-shadow .2s;min-width:56px;min-height:48px;box-shadow:none}.color-pack-btn.selected{border:2px solid #222;box-shadow:0 2px 8px #eee}.color-pack-swatch-row{display:flex;gap:4px;margin-bottom:4px}.color-pack-count{font-size:12px;color:#555;margin-top:2px;text-align:center;letter-spacing:.5px}.select-size-section{margin:18px 0 0}.select-size-section>strong{display:block;margin-bottom:8px;font-size:1rem;color:#222}.select-size-options{display:flex;gap:10px;flex-wrap:wrap}.size-swatch-btn{border:2px solid #eee;background:#fafbfc;border-radius:6px;padding:7px 18px;font-size:15px;color:#333;cursor:pointer;transition:border .2s,background .2s;outline:none}.size-swatch-btn.selected{border:2px solid #222;background:#f5f5f5;color:#111}.size-swatch-btn:focus{border:2px solid #0070f3}.enhanced-price-range{background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(24,13,62,.06);padding:1rem 1.2rem 1.2rem;margin-bottom:1.2rem;position:relative}.price-slider-labels{display:flex;justify-content:space-between;font-size:.98rem;margin-bottom:.5rem}.slider-wrapper{position:relative;width:100%;height:32px;display:flex;align-items:center;margin-bottom:.5rem}.price-slider{position:absolute;width:100%;pointer-events:auto;background:none;height:32px;margin:0;z-index:2}.slider-track-highlight{position:absolute;height:6px;background:linear-gradient(90deg,#ce1e36,#f59e42);border-radius:3px;top:50%;transform:translateY(-50%);z-index:1}.price-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:#ce1e36;border:3px solid #fff;box-shadow:0 2px 8px rgba(206,30,54,.15);cursor:pointer;-webkit-transition:background .3s;transition:background .3s}.price-slider:focus::-webkit-slider-thumb{outline:2px solid #f59e42}.price-slider::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#ce1e36;border:3px solid #fff;box-shadow:0 2px 8px rgba(206,30,54,.15);cursor:pointer;-moz-transition:background .3s;transition:background .3s}.price-slider:focus::-moz-range-thumb{outline:2px solid #f59e42}.price-slider::-ms-thumb{width:22px;height:22px;border-radius:50%;background:#ce1e36;border:3px solid #fff;box-shadow:0 2px 8px rgba(206,30,54,.15);cursor:pointer;-ms-transition:background .3s;transition:background .3s}.price-slider.max-slider::-webkit-slider-thumb{opacity:var(--hide-max-thumb,1)}.price-slider.max-slider::-moz-range-thumb{opacity:var(--hide-max-thumb,1)}.price-slider.max-slider::-ms-thumb{opacity:var(--hide-max-thumb,1)}@media (max-width:600px){.product-price{display:flex;flex-direction:column;gap:.2rem;padding-top:10px}.enhanced-price-range{padding:.7rem .5rem 1rem}.slider-wrapper{height:28px}.price-slider::-moz-range-thumb,.price-slider::-ms-thumb,.price-slider::-webkit-slider-thumb{width:18px;height:18px}.view-details{width:30px;height:30px;font-size:1rem}}.product-details{display:flex;padding:50px 9%;gap:7rem;align-items:flex-start}.product-gallery{flex:0 0 500px;display:flex;flex-direction:column;align-items:center;position:sticky;top:75px;height:-moz-fit-content;height:fit-content}.main-image{margin-bottom:1rem}.thumbnail-images{display:flex;justify-content:center;-o-object-fit:cover;object-fit:cover}.thumbnail-images img{width:100px;height:100px;margin-right:.5rem;cursor:pointer;border:1px solid #ccc}.thumbnail-images img:last-child{margin-right:0}.thumbnail-images img.active{border:2px solid #e60000;box-sizing:border-box}.product-info{flex:1;max-height:85vh;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.product-info::-webkit-scrollbar{display:none}.product-info h1{font-weight:700;margin-bottom:.5rem;color:#030712}.product-rating-row{display:flex;align-items:center;gap:.5rem;padding:10px 0;font-size:1.1rem}.stars{color:#ffd600;font-size:1.2rem;margin-right:.2rem}.rating-value{border:1px solid #d1d5db;color:#030712;border-radius:6px;padding:2px 7px;font-weight:600;margin-right:.2em}.review-count{margin-right:.5em}.review-count,.sku-label{color:#888;font-size:1rem}.sku-label{margin-left:.5em}.sku-value{color:#222;font-weight:500}.product-divider{border:none;border-top:1px solid #eee;margin:.5em 0 1em}.product-desc-short{color:#555;font-size:1.02rem;margin-bottom:1.2em}.product-price-row{display:flex;flex-wrap:wrap;align-items:center;gap:1em;margin-bottom:1em}.current-price{color:#e60000;font-size:1.5rem}.original-price{color:#222;font-size:1rem;font-weight:500}.option-label{font-size:1.05rem;color:#444;margin-right:1em;font-weight:500}.product-options .color-options{display:flex;margin-top:.5em;margin-bottom:1em}.product-options .color-option{width:32px;height:32px;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:border .2s}.color-check{color:#fff;font-size:1.2rem;font-weight:700;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-shadow:0 0 2px #222,0 0 4px #222}.product-options .size-options{display:flex;gap:.7em;margin-top:.5em;margin-bottom:1em}.size-option{padding:.5rem 1.2rem;border:none;background:#f0f0f0;color:#00000099;font-size:1.05rem;font-weight:500;cursor:pointer;transition:background .2s,color .2s,border .2s}.size-option.selected{background:#222}.size-option.disabled{background:#eee;color:#bbb;border:1.5px solid #ddd;cursor:not-allowed}.product-special-offer{background:#fff7ed;border:1px solid #ffedd5;padding:1.2rem;display:flex;align-items:center;gap:.7rem;font-size:1.08rem}.special-offer-label{color:#ea580c;font-weight:700}.special-offer-note{color:#6b7280;font-size:14px}.product-quantity{display:flex;align-items:center;gap:.7rem;margin-bottom:1.2rem}.product-quantity button{width:36px;height:36px;border:1.5px solid #ccc;background:#f9f9f9;font-size:1.3rem;cursor:pointer;border-radius:6px;font-weight:700}.product-quantity span{min-width:28px;text-align:center;font-size:1.15rem}.payment-info,.warranty-info{background:#f9f9f9;border:1.5px solid #eee;padding:.85rem 1.2rem;margin-bottom:.7rem;font-size:1.01rem;display:flex;align-items:center;gap:.7em}.info-icon{font-size:1.3rem;margin-right:.5em}.info-label{font-weight:700;margin-right:.5em}.colors,.product-options,.sizes{display:flex;flex-direction:column}.colors,.sizes{align-items:flex-start}.color-options{display:flex;gap:.5rem;margin-bottom:1rem}.color-option{width:32px;height:32px;border-radius:50%;border:1px solid #ccc;margin-right:.5rem;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;transition:border .2s}.product-timer{margin:1rem 0;color:orange}.product-tabs-section{padding:0 10% 50px}.product-tabs-container{border:1px solid #e9e9e9;padding:10px}.product-description,.product-reviews{padding:1rem;margin-top:-1px}.product-description h2,.product-reviews h2{margin-bottom:.5rem}.product-tabs{display:flex;margin-top:1.5rem;border-bottom:2px solid #eee;overflow:hidden;padding-left:24px}.product-tabs,.tab{border-radius:6px 6px 0 0}.tab{padding:.75rem 2rem;cursor:pointer;margin-right:.5rem;font-size:1rem;color:#222;background:none;border:none;border-bottom:2px solid transparent;transition:background .2s,color .2s;outline:none}.tab.active{background:#fff;color:#e60000;border-bottom:2px solid #e60000;font-weight:700}.product-action-box{padding:18px 0;display:flex;align-items:center;gap:18px}.product-action-box .product-quantity{margin-bottom:0}.product-action-box .product-buttons{margin:0}.special-offer-timer{display:flex;align-items:center;gap:.2em}.timer-box{display:inline-block;padding:3px 7px;background:#ffedd5;border:1px solid #fed7aa;color:#c2410c;font-weight:600;font-size:1.1rem;text-align:center}.quantity-and-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:18px}.quantity-box{border:1px solid #e5e7eb;min-width:140px;box-sizing:border-box}.quantity-btn{font-size:2rem;width:36px;height:36px;font-weight:400;transition:background .2s}.quantity-value{font-size:1.3rem;font-weight:500}.product-action-box .add-to-cart{background:#d32c3b;color:#fff;border:none;border-radius:0;padding:10px 36px;font-size:16px;font-weight:700;display:flex;align-items:center;gap:10px;cursor:pointer;transition:background .2s}.product-action-box.add-to-cart:hover{background:#b71c2b}.product-info .buy-now{background:#222;color:#fff;border:none;padding:10px 36px;font-size:16px;font-weight:700;display:flex;align-items:center;gap:10px;cursor:pointer;transition:background .2s}.product-info .buy-now:hover{background:#444}.cart-icon{font-size:1.3rem;display:flex;align-items:center}.product-action-box .product-buttons,.product-action-box .product-quantity{margin:0}.review-card{background:#fff;border:1px solid #eee;border-radius:8px;padding:18px 24px 12px;margin-bottom:18px;box-shadow:0 1px 2px rgba(0,0,0,.02)}.review-header{flex-direction:column;gap:12px;margin-bottom:8px}.review-stars{color:#ffd600;font-size:1.2rem;letter-spacing:1px}.review-user{font-size:1.1rem;font-weight:600;color:#222;display:flex;align-items:center;gap:6px}.review-user-initial{font-weight:700;color:#222}.review-verified{color:#22c55e;font-size:1.1rem;margin-left:4px}.review-body{color:#444;font-size:1.05rem;margin-bottom:6px}.review-date{font-size:.95rem}.load-more-reviews{display:block;margin:24px auto 0;padding:8px 28px;background:#fff;border:1px solid #ddd;border-radius:4px;color:#222;font-size:1rem;cursor:pointer;transition:background .2s,border .2s}.load-more-reviews:hover{background:#f7f7f7;border-color:#bbb}.product-description{padding:24px;background:#fff;border-radius:0 0 8px 8px;margin-bottom:32px}.product-description h3{margin-top:1.5em;margin-bottom:.5em;border-bottom:1px solid #ccc;padding-bottom:10px;color:#222;font-size:1.1rem;font-weight:600}.info-icon svg{display:inline-block;stroke:#222}.review-form{display:flex;flex-direction:column;gap:16px;flex:1;min-height:0}@media (max-width:768px){.review-form{gap:14px}}@media (max-width:480px){.review-form{gap:12px}}.form-group{gap:4px}.form-group label{font-weight:600;color:#030712;font-size:1rem;display:flex;align-items:center;gap:4px}@media (max-width:768px){.form-group{gap:3px}.form-group label{font-size:.95rem}}@media (max-width:480px){.form-group{gap:2px}.form-group label{font-size:.9rem}}.rating-input{display:flex;gap:8px;margin-top:4px}.star-button{background:none;border:none;font-size:32px;color:#d1d5db;cursor:pointer;padding:0;transition:all .2s ease;line-height:1}@media (max-width:768px){.rating-input{gap:6px}.star-button{font-size:28px}}@media (max-width:480px){.rating-input{gap:4px}.star-button{font-size:24px}}.star-button.active,.star-button:hover{color:#ffd600;transform:scale(1.1)}.star-button:focus{outline:none;color:#ffd600}.character-count{font-size:.875rem;color:#6b7280;text-align:right;margin-top:4px}.review-form input,.review-form textarea{width:100%;padding:8px 12px;border:2px solid #e5e7eb;border-radius:6px;font-size:.95rem;transition:border-color .2s ease;box-sizing:border-box}.review-form textarea{min-height:70px;resize:vertical;max-height:100px}.review-form input:focus,.review-form textarea:focus{outline:none;border-color:#ce1e36;box-shadow:0 0 0 3px rgba(206,30,54,.1)}.review-form input.error,.review-form textarea.error{border-color:#dc2626}@media (max-width:768px){.review-form input,.review-form textarea{padding:7px 10px;font-size:.9rem}.review-form textarea{min-height:60px;max-height:90px}}@media (max-width:480px){.review-form input,.review-form textarea{padding:6px 8px;font-size:.85rem}.review-form textarea{min-height:55px;max-height:75px}}.submit-review{background:#d32c3b;color:#fff;border:none;padding:12px 24px;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .2s ease;margin-top:6px;display:flex;align-items:center;justify-content:center;gap:6px;border-radius:6px;flex-shrink:0}.submit-review:hover{background:#b71c2b;transform:translateY(-1px)}.submit-review:active{transform:translateY(0)}.submit-review:disabled{background:#e5e7eb;cursor:not-allowed;transform:none}@media (max-width:768px){.submit-review{padding:10px 18px;font-size:.9rem}}@media (max-width:480px){.submit-review{padding:8px 14px;font-size:.85rem}}.review-error{color:#dc2626;padding:16px;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;font-size:.95rem;margin-top:8px;display:flex;align-items:center;gap:8px}.error-icon{width:20px;height:20px;flex-shrink:0}.review-success{color:#059669;padding:24px;background:#d1fae5;border:1px solid #a7f3d0;border-radius:8px;text-align:center;font-size:1rem;display:flex;flex-direction:column;align-items:center;gap:12px}.success-icon{width:32px;height:32px;color:#059669}.loading-spinner{width:20px;height:20px;animation:spin 1s linear infinite}.review-section{margin-top:32px}.review-section h3{color:#030712;font-size:1.25rem;font-weight:600;margin-bottom:16px;display:flex;align-items:center;gap:8px}.file-preview{margin-top:15px;padding:15px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.file-preview h4{margin:0 0 10px;font-size:14px;color:#333}.preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px}.preview-item{display:flex;flex-direction:column;align-items:center;padding:8px;background:#fff;border-radius:6px;border:1px solid #ddd}.preview-item img,.preview-item video{border-radius:4px;border:1px solid #eee}.preview-item p{margin:5px 0;text-align:center;word-break:break-word;max-width:100px}.existing-reviews{margin-bottom:30px}.existing-reviews h3{margin-bottom:20px;color:#333;font-size:18px}.reviews-list{display:flex;flex-direction:column;gap:20px}.review-item{padding:20px;border:1px solid #e0e0e0;border-radius:8px;background:#fff}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.reviewer-info{display:flex;flex-direction:column;gap:5px}.reviewer-name{color:#333;font-size:14px}.review-rating{display:flex;gap:2px}.review-rating .star{color:gold;font-size:14px}.review-date{color:#666;font-size:12px}.review-content{display:flex;flex-direction:column;gap:15px}.review-text{color:#333;line-height:1.6;margin:0}.review-images{gap:10px;flex-wrap:wrap}.review-image img,.review-image video{border-radius:6px;border:1px solid #eee;cursor:pointer;transition:transform .2s}.review-image img:hover,.review-image video:hover{transform:scale(1.05)}.no-reviews{text-align:center;color:#666;font-style:italic;padding:40px 20px;background:#f8f9fa;border-radius:8px}.variation-group{margin-bottom:1.2rem}.size-option.selected{background:#e60000;color:#fff;border:1.5px solid #e60000}.selected-variation-info{margin:1.2rem 0 1.5rem;font-weight:500;display:flex;gap:2.5rem;align-items:center}.product-coupons-box{margin:20px 0;padding:16px;background:#f8fafc;border:1px solid #e0e0e0;border-radius:8px;overflow:visible}.product-coupons-title{margin-bottom:12px;color:#180d3e;font-size:1.1rem;font-weight:600}.product-coupons-list{display:flex;flex-direction:column;gap:10px}.coupon-card-details{border-left-width:5px;transition:all .2s ease-in-out}.coupon-code-details{margin-bottom:4px}.coupon-code-clickable,.coupon-code-details{font-weight:700;font-family:Courier New,Courier,monospace;color:#180d3e;font-size:1.1rem}.coupon-code-clickable{cursor:pointer;transition:color .18s,-webkit-text-decoration .18s;transition:color .18s,text-decoration .18s;transition:color .18s,text-decoration .18s,-webkit-text-decoration .18s}.coupon-code-clickable:focus,.coupon-code-clickable:hover{color:#ce1e36;text-decoration:underline;outline:none}.coupon-description-details{font-size:.9rem;color:#555;margin:0}@keyframes fadeInOut{0%{opacity:0;transform:translateX(-50%) translateY(10px)}20%{opacity:1;transform:translateX(-50%) translateY(0)}80%{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(-10px)}}.attribute-groups-unique{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.variation-group-unique{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap}.option-label-unique{font-size:1.08rem;color:#180d3e;font-weight:700;min-width:90px;letter-spacing:.01em}.variation-options-unique{display:flex;gap:.7rem;align-items:center}.color-options-unique{gap:.7rem}.color-option-unique{width:38px;height:38px;border-radius:50%;border:2px solid #e5e7eb;box-shadow:0 2px 8px rgba(24,13,62,.07);cursor:pointer;position:relative;transition:border .2s,box-shadow .2s,transform .18s;outline:none}.color-option-unique.selected{border:3px solid #ce1e36;box-shadow:0 4px 16px rgba(206,30,54,.13)}.color-option-unique:hover{border:2.5px solid #180d3e;box-shadow:0 2px 12px rgba(24,13,62,.13);z-index:2}.color-check-unique{color:#fff;font-size:1.3rem;font-weight:700;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-shadow:0 0 2px #222,0 0 4px #222;pointer-events:none}.color-option-unique[data-tooltip]:hover:after{content:attr(data-tooltip);position:absolute;bottom:-32px;left:50%;transform:translateX(-50%);background:#222;color:#fff;padding:4px 12px;border-radius:6px;font-size:.92rem;white-space:nowrap;z-index:10;opacity:.95;pointer-events:none}.size-options-unique{gap:.7rem}.size-option-unique{padding:.5rem 1.5rem;border-radius:999px;border:1.5px solid #e5e7eb;background:#f8fafc;color:#180d3e;font-size:1.08rem;font-weight:600;cursor:pointer;transition:background .18s,color .18s,border .18s,transform .18s;outline:none;position:relative;box-shadow:0 2px 8px rgba(24,13,62,.04)}.size-option-unique.selected{background:linear-gradient(90deg,#ce1e36,#180d3e);color:#fff;border:2px solid #ce1e36;box-shadow:0 4px 16px rgba(206,30,54,.13);transform:scale(1.07)}.size-option-unique.pop{animation:popSize .25s cubic-bezier(.68,-.55,.27,1.55)}@keyframes popSize{0%{transform:scale(1)}50%{transform:scale(1.18)}to{transform:scale(1.07)}}.size-option-unique:hover{border:2px solid #180d3e;background:#fff;color:#ce1e36;z-index:2}@media (max-width:600px){.attribute-groups-unique{gap:1rem}.variation-group-unique{gap:.7rem}.option-label-unique{min-width:60px;font-size:1rem}.color-option-unique{width:30px;height:30px}.size-option-unique{padding:.4rem 1rem;font-size:.98rem}}.variation-scroller-box{margin:32px 0 24px;padding:18px 0 8px;background:#f8fafc;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 2px 12px rgba(24,13,62,.04)}.variation-scroller-title{font-size:1.1rem;font-weight:700;color:#180d3e;margin:0 0 12px 18px}.variation-scroller-row{display:flex;overflow-x:auto;gap:18px;padding:10px 18px;scroll-snap-type:x mandatory}.variation-card{min-width:120px;max-width:140px;background:#fff;border-radius:10px;box-shadow:0 2px 8px rgba(24,13,62,.07);border:2px solid transparent;display:flex;flex-direction:column;align-items:center;padding:12px 10px 10px;cursor:pointer;transition:border .2s,box-shadow .2s,transform .18s;scroll-snap-align:start;position:relative}.variation-card.selected{border:2px solid #ce1e36;box-shadow:0 4px 16px rgba(206,30,54,.13);transform:scale(1.04)}.variation-card-img-wrap{width:80px;height:80px;background:#f3f4f6;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:10px;overflow:hidden}.variation-card-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.variation-card-attrs{display:flex;align-items:center;gap:8px;margin-top:4px}.variation-card-color{display:inline-block;width:22px;height:22px;border-radius:50%;border:2px solid #eee;box-shadow:0 1px 4px rgba(24,13,62,.08)}.variation-card-size{display:inline-block;background:#f3f4f6;color:#180d3e;font-weight:600;font-size:1rem;border-radius:999px;padding:2px 12px;border:1.5px solid #e5e7eb}@media (max-width:600px){.variation-scroller-row{gap:10px;padding:0 6px 10px}.variation-card{min-width:90px;max-width:110px;padding:8px 4px}.variation-card-img-wrap{width:54px;height:54px}.variation-card-color{width:16px;height:16px}.variation-card-size{font-size:.92rem;padding:2px 7px}}.product-coupons-scroller-row{display:flex;overflow-x:auto;gap:18px;padding:0 8px 10px;scroll-snap-type:x mandatory}.coupon-card-details{min-width:220px;max-width:260px;background-color:#fff;padding:12px 16px;border-radius:6px;border:1px solid #eee;position:relative;cursor:pointer;transition:box-shadow .2s,transform .2s;scroll-snap-align:start}.coupon-card-details:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-2px)}.coupon-copied-tooltip{position:absolute;top:-38px;left:50%;transform:translateX(-50%);background:#ce1e36;color:#fff;padding:8px 14px;border-radius:6px;font-size:.95rem;font-weight:600;white-space:nowrap;z-index:100;opacity:.97;box-shadow:0 2px 8px #ce1e3633;animation:fadeInOut 2s;pointer-events:none}.coupon-copied-tooltip.fixed{position:fixed;top:var(--tooltip-top,20px);left:var(--tooltip-left,50vw);transform:translate(-50%);min-width:80px;max-width:90vw;text-align:center}@media (max-width:600px){.coupon-copied-tooltip,.coupon-copied-tooltip.fixed{font-size:.85rem;padding:6px 8px;min-width:60px}}.coupon-copied-tooltip:after{content:"";position:absolute;left:50%;bottom:-7px;transform:translateX(-50%);border-color:#ce1e36 transparent transparent;border-style:solid;border-width:7px 7px 0}.product-coupons-scroller-row::-webkit-scrollbar,.variation-scroller-row::-webkit-scrollbar{height:0;background:transparent}.product-coupons-scroller-row,.variation-scroller-row{scrollbar-width:none;-ms-overflow-style:none}.product-title-row{display:flex;align-items:flex-start;justify-content:space-between;border-bottom:2px solid #ce1e36;margin-bottom:20px}.product-title{font-size:1.5rem;font-weight:800;margin:0;letter-spacing:1px;line-height:1.1;color:#030712}.product-details .wishlist-btn{background:none;border:none;cursor:pointer;margin-left:24px;margin-top:8px;padding:0;display:flex;align-items:center;transition:transform .15s}.product-details .wishlist-btn:hover .wishlist-icon{transform:scale(1.1);filter:drop-shadow(0 2px 8px #eee)}.product-details .wishlist-icon{width:32px;height:32px;display:block;transition:transform .15s,filter .15s}.details-table{gap:.3rem;margin-bottom:1.2rem}.details-row,.details-table{display:flex;flex-direction:column}.details-row{gap:1rem}.details-label{font-weight:600;color:#ce1e36;min-width:110px;margin-right:.3rem;font-size:1rem}.details-value{color:#222;min-width:80px;margin-right:1.5rem;font-size:1rem}.model-row{margin:.7rem 0 .5rem;font-size:1.05rem;display:flex;align-items:center;gap:.7rem}.model-btn-row{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.2rem}.model-btn{padding:8px 22px;border:1.5px solid #222;background:#fff;color:#222;font-size:1rem;font-weight:500;cursor:pointer;transition:border .18s,color .18s,background .18s;outline:none}.model-btn.selected{font-weight:700;box-shadow:0 2px 8px rgba(230,0,0,.08);outline:none}.model-btn.selected,.model-btn:hover{background-color:#180d3e;color:#fff}.details-heading{font-size:1.25rem;font-weight:700;color:#222;margin-bottom:.7rem;letter-spacing:.02em}.variation-button{display:flex;flex-wrap:wrap;gap:5px}.quantity-section{margin:1.5rem 0 1.2rem}.quantity-label{font-size:.98rem;color:#888;margin-bottom:.4rem}.quantity-box{display:flex;align-items:center;border:1.5px solid #ddd;width:140px;background:#fff;overflow:hidden}.quantity-btn{width:40px;height:40px;background:none;border:none;font-size:1.5rem;font-weight:700;color:#222;cursor:pointer;transition:background .18s}.quantity-btn:hover{background:#f3f3f3}.quantity-value{flex:1;text-align:center;font-size:1.2rem;font-weight:600;color:#222}.action-buttons-row{display:flex;gap:1.5rem;margin:2rem 0}.add-to-cart-btn,.buy-now-btn{flex:1 1 0;padding:16px 0;background:#180d3e;color:#fff;border:none;font-size:1.1rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:background .18s,color .18s,box-shadow .18s;box-shadow:0 2px 8px rgba(0,0,0,.04)}.add-to-cart-btn:hover,.buy-now-btn:hover{background:#e60000;color:#fff}.buy-now-btn{margin-left:0}.product-reviews-section{margin:32px 0;padding:0 16px}.product-reviews-section h2{font-size:2rem;font-weight:700;margin-bottom:16px;color:#222}.review-slider{display:flex;overflow-x:auto;gap:20px;padding:8px 0 16px;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#ccc #fafbfc}.review-slider::-webkit-scrollbar{height:8px}.review-slider::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.review-slide{min-width:300px;max-width:340px;background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px 18px 16px;scroll-snap-align:start;box-shadow:0 2px 12px #eee;display:flex;flex-direction:column;justify-content:space-between;transition:box-shadow .2s}.review-slide:hover{box-shadow:0 4px 24px #ddd}.reviewer-name{font-weight:600;color:#222}.review-stars,.reviewer-name{font-size:1.1rem;margin-bottom:6px}.review-stars{color:#f59e42}.review-text{font-size:1rem;margin-bottom:10px;color:#444}.review-date{font-size:.9rem;color:#888;margin-bottom:8px}.review-images{margin-top:8px;display:flex;gap:6px}.review-images img{width:48px;height:48px;-o-object-fit:cover;object-fit:cover;border-radius:6px;border:1px solid #eee}.product-reviews-section .review-section{margin-top:36px;background:#fafbfc;border-radius:12px;padding:24px 18px;box-shadow:0 2px 8px #f0f0f0;max-width:500px}.product-reviews-section .review-section h3{font-size:1.3rem;font-weight:600;margin-bottom:16px;color:#222}.write-review-btn{margin-top:24px;padding:10px 28px;background:#ce1e36;color:#fff;border:none;border-radius:6px;font-weight:600;font-size:1rem;cursor:pointer;box-shadow:0 2px 8px #eee;transition:background .2s}.write-review-btn:hover{background:#a81a2a}.review-form-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:modalFadeIn .3s ease-out}@keyframes modalFadeIn{0%{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{opacity:1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}}.review-form-modal-content{position:relative;background:#fff;border-radius:12px;padding:24px 20px 20px;box-shadow:0 4px 32px rgba(0,0,0,.15);margin:auto;animation:modalSlideIn .3s ease-out;transform-origin:center;display:flex;flex-direction:column}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width:768px){.review-form-modal{padding:20px;align-items:center}.review-form-modal-content{padding:20px 16px 16px;border-radius:8px}}@media (max-width:480px){.review-form-modal{padding:15px}.review-form-modal-content{padding:18px 14px 14px;max-width:95%;max-height:calc(100vh - 30px);border-radius:6px}}.close-modal-btn{position:absolute;top:12px;right:16px;background:none;border:none;font-size:24px;cursor:pointer;color:#888;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.close-modal-btn:hover{color:#ce1e36;background:rgba(206,30,54,.1)}@media (max-width:768px){.close-modal-btn{top:8px;right:12px;font-size:20px;width:28px;height:28px}}@media (max-width:480px){.close-modal-btn{top:6px;right:8px;font-size:18px;width:24px;height:24px}}.review-form-modal-content h3{margin:0 0 12px;font-size:1.3rem;font-weight:700;color:#222;text-align:center;flex-shrink:0}@media (max-width:768px){.review-form-modal-content h3{font-size:1.1rem;margin-bottom:10px}}@media (max-width:480px){.review-form-modal-content h3{font-size:1rem;margin-bottom:8px}}.review-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;gap:16px;flex-wrap:wrap}.customer-reviews-heading{font-size:2rem;font-weight:700;color:#222;margin:0}.star-breakdown-row{gap:18px;margin-bottom:18px;font-size:1rem}.star-breakdown-item,.star-breakdown-row{display:flex;flex-wrap:wrap;align-items:center}.star-breakdown-item{gap:4px;background:#fafbfc;border-radius:6px;padding:2px 10px;border:1px solid #eee}.star-label{font-weight:500;color:#222}.star-count{font-weight:600;color:#ce1e36;margin-left:2px}.total-reviews-label{margin-left:12px;color:#888;font-size:.98rem}@media (max-width:1440px){.product-details{padding:40px 5%;gap:1.5rem}.product-info h1{font-size:2.1rem}}@media (max-width:1024px){.product-details{padding:32px 5%;gap:2.5rem;align-items:stretch}.product-tabs-section{padding:0 5% 50px}.product-gallery{position:static;top:unset;margin-bottom:2rem;flex:none}.product-info{min-width:unset;max-height:none;overflow-y:visible}.product-rating-row{font-size:1rem;flex-wrap:wrap}.product-details{padding:30px 4%;gap:2rem}.product-gallery{flex:0 0 400px}.product-info h1{font-size:2rem}.current-price{font-size:1.4rem}}@media (max-width:900px){.product-details{padding:25px 3%;gap:1.5rem}.product-gallery{flex:0 0 350px}.product-info h1{font-size:1.8rem}.current-price{font-size:1.3rem}.quantity-and-buttons{flex-direction:column;gap:1rem}.quantity-box{width:100%;max-width:200px}}@media (max-width:768px){.product-details{flex-direction:column;gap:1rem;padding:20px 2%}.product-gallery{flex:none;position:static;margin-bottom:1rem}.main-image{margin-bottom:1rem;width:100%;height:auto;max-height:400px;-o-object-fit:contain;object-fit:contain}.thumbnail-images{justify-content:center;flex-wrap:wrap;gap:.5rem}.thumbnail-images img{width:60px;height:60px}.product-info{max-height:none;overflow-y:visible}.product-info h1{font-size:1.6rem;margin-bottom:.75rem}.product-rating-row{font-size:1rem;flex-wrap:wrap}.product-price-row .current-price{font-size:1.3rem}.product-action-box{flex-direction:column;gap:1rem;align-items:stretch}.quantity-and-buttons{flex-direction:row;gap:1rem;justify-content:center}.quantity-box{max-width:150px}.product-coupons-box{padding:15px}.product-tabs-section{padding:0 2% 40px}.product-tabs{flex-wrap:wrap;gap:.5rem}.tab{padding:.5rem 1rem;font-size:.9rem}}@media (max-width:600px){.product-details{padding:15px 1rem}.main-image{max-height:300px}.thumbnail-images img{width:50px;height:50px}.product-info h1{font-size:1.4rem}.product-rating-row{font-size:.9rem}.current-price{font-size:1.2rem}.original-price{font-size:.9rem}.quantity-and-buttons{flex-direction:column;gap:.75rem}.quantity-box{width:100%;max-width:120px}.add-to-cart-btn,.buy-now-btn{padding:12px 20px;font-size:1rem}.product-coupons-box{padding:12px}.product-tabs{padding-left:12px}.tab{padding:.4rem .8rem;font-size:.85rem}}@media (max-width:426px){.product-details{flex-direction:column;gap:.7rem}.product-info h1{font-size:1.1rem;margin-bottom:20px}.product-rating-row{font-size:.95rem;gap:.3rem;flex-wrap:wrap}.product-price-row .current-price{font-size:1rem}.product-action-box{padding:10px 0;gap:6px}.quantity-and-buttons{gap:6px}.product-coupons-box{padding:6px}.product-coupons-title,.variation-scroller-title{font-size:1rem}.product-tabs-container{padding:0}.action-buttons-row{flex-direction:column;gap:10px}.add-to-cart-btn,.buy-now-btn{padding:10px 0;font-size:.9rem}.review-header-row{gap:0}.product-reviews-section h2{margin-bottom:0}.write-review-btn{margin-top:10px;margin-bottom:10px}}@media (max-width:320px){.product-details{padding:2px 0;gap:.3rem}.thumbnail-images img{width:32px;height:32px}.product-info h1{font-size:.9rem}.product-rating-row{font-size:.8rem}.product-price-row .current-price{font-size:.85rem}.product-action-box{padding:4px 0;gap:2px}.quantity-and-buttons{gap:2px}.product-coupons-box{padding:2px}}.select-pack-section{margin:16px 0}.select-pack-options{display:flex;flex-wrap:wrap;gap:1em;margin-top:.5em}.select-pack-box{border:1.5px solid #ccc;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border .2s,box-shadow .2s,background .2s;box-shadow:0 2px 8px #f3f3f3;position:relative;outline:none;padding:10px}.select-pack-box.selected{border:2.5px solid #222;background:#f5f5f5;box-shadow:0 4px 16px #e0e0e0}.select-pack-box:hover{border:2px solid #888;background:#fafafa}.select-pack-label{font-weight:700;font-size:1.15rem;color:#222;text-align:center;width:100%;display:flex;align-items:center;justify-content:center}@media (max-width:600px){.select-pack-options{gap:.5em}.select-pack-box{width:60px;height:60px}.select-pack-label{font-size:.95rem}}.cart-main{display:flex;gap:2rem;justify-content:center;align-items:flex-start;padding:50px 10%;background:#fff}.cart-section{flex:2}.order-summary-section{flex:1;background:#f3f4f6;padding:2rem 1.5rem;min-width:320px;max-width:350px;height:-moz-fit-content;height:fit-content}.cart-section h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.cart-items-list-container{border:1px solid #0000001a;padding:1rem}.cart-items-list{display:flex;flex-direction:column;gap:15px}.cart-item{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;border-bottom:1px solid #0000001a;padding-bottom:1rem}.cart-item:last-child{border-bottom:none}.cart-item-img{width:100px;height:100px;-o-object-fit:cover;object-fit:cover}.cart-item-details{flex:1;display:flex;flex-direction:column;gap:.2rem}.cart-item-title{font-weight:600;font-size:1.1rem}.cart-item-meta{color:#888;font-size:.95rem}.cart-item-price{font-weight:700;color:#222;margin-top:25px}.cart-item-qty{display:flex;align-items:center;gap:10px;border:1px solid #eee;padding:.2rem}.qty-btn{background:none;border:none;width:28px;height:28px;font-size:25px;cursor:pointer;color:#333;transition:all .2s}.qty-btn-disabled{color:#e74c3c;cursor:not-allowed}.cart-item-remove{background:none;border:none;color:#e74c3c;font-size:1.3rem;cursor:pointer;margin-left:1rem;transition:color .2s}.cart-item-remove:hover{color:#b71c1c}.empty-cart{text-align:center;display:flex;flex-direction:column;align-items:center;padding:2rem}.empty-cart-icon{font-size:150px;color:#222}.empty-cart-text{padding:20px 10%;margin-bottom:20px}.cart-items-list.empty{padding:0;border:none}.payment-section h3,.shipping-addresses h2{font-size:1.25rem;color:#2d3748;margin-bottom:1rem}.address-list{display:flex;flex-direction:column;gap:1rem}.address-card{padding:1rem;border:1px solid #e0e0e0;cursor:pointer;transition:border .2s,box-shadow .2s;display:flex;justify-content:space-between;align-items:center}.address-card.selected,.address-card:hover{border:2px solid #222;box-shadow:0 2px 8px rgba(0,0,0,.04)}.address-card h3{color:#2d3748;margin-bottom:.5rem}.address-card p{color:#4a5568;margin:.25rem 0}.address-card-actions{display:flex;gap:.5rem}.address-card-actions button{background:none;border:none;cursor:pointer;font-size:1rem;color:#6b7280}.add-address-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:#f7fafc;border:2px dashed #e0e0e0;color:#4a5568;cursor:pointer;transition:all .2s ease;margin-top:1rem}.add-address-btn:hover{background:#edf2f7;border-color:#a0aec0}.shipping-form-container{margin-top:2rem;padding:1.5rem;border:1px solid #e0e0e0}.shipping-form-container h4{margin-bottom:1.2rem;font-size:1.2rem;font-weight:600}.shipping-form{display:flex;flex-direction:column;gap:.7rem}.form-row-2col{display:flex;gap:1.2rem}.form-group{flex:1;display:flex;flex-direction:column;gap:.3rem}.form-group label{font-size:.98rem;color:#222;font-weight:500}.form-group input{padding:.7rem .9rem;border:1px solid #e0e0e0;font-size:1rem;background:#fafbfc}.save-address-btn{margin-top:1.2rem;background:#222;color:#fff;border:none;padding:.9rem 0;font-size:1.08rem;font-weight:600;cursor:pointer;transition:background .2s}.save-address-btn:hover{background:#111}.cancel-btn{margin-top:.5rem;background:#e0e0e0;color:#000;border:none;padding:.9rem 0;font-size:1.08rem;cursor:pointer}.delivery-methods-section{margin-top:2.5rem}.delivery-methods-section h4{font-size:1.08rem;font-weight:600;margin-bottom:1rem}.delivery-methods{display:flex;flex-direction:column;gap:1.5rem}.delivery-card{display:flex;align-items:center;gap:1.1rem;background:#fafbfc;border:1.5px solid #e0e0e0;padding:1.1rem 1.5rem;cursor:pointer;flex:1;transition:border .2s,box-shadow .2s;position:relative}.delivery-card.selected,.delivery-card:hover{border:2px solid #222;box-shadow:0 2px 8px rgba(0,0,0,.04)}.delivery-card input[type=radio]{accent-color:#222;margin-right:.7rem}.delivery-title{font-weight:600;font-size:1.05rem}.delivery-desc{font-size:.93rem;color:#888}.delivery-fee{margin-left:auto;font-weight:600;font-size:1rem}.delivery-fee.free{color:#2ecc40}.delivery-fee.paid{color:#222}.payment-section{padding:1rem;border:1px solid #e0e0e0}.payment-method{border:1px solid #eee;padding:1rem;margin-bottom:1rem;display:flex;align-items:flex-start;gap:1rem;cursor:pointer;background:#fff;transition:border .2s;position:relative}.payment-method.active{border:2px solid #222;background:#fafafa}.payment-method input[type=radio]{margin-top:4px}.payment-method-content{width:100%;display:flex;flex-direction:column;gap:1rem}.payment-method .label{font-weight:500;margin-right:1rem;min-width:160px}.payment-method .icons img{width:28px;height:18px;-o-object-fit:contain;object-fit:contain;margin-right:6px;vertical-align:middle}.upi-input-row{display:flex;gap:.5rem;margin-top:1rem;width:100%}.upi-input-row input{flex:1;padding:.5rem;border:1px solid #bbb}.upi-input-row button{padding:.5rem 1.2rem;background:#111;color:#fff;border:none;cursor:pointer}.order-summary-box{display:flex;flex-direction:column;gap:1.1rem}.order-summary-title{font-size:1.2rem;font-weight:600;margin-bottom:.7rem}.order-summary-row{display:flex;justify-content:space-between;color:#444;font-size:1rem}.order-summary-row .discount{color:#e74c3c;font-weight:600}.order-summary-total{display:flex;justify-content:space-between;font-size:1.15rem;font-weight:700;margin:1rem 0 .5rem}.promo-section{border-top:1px solid #e0e0e0;padding-top:1rem}.promo-row{display:flex;gap:.5rem;margin-bottom:.7rem}.promo-input{flex:1;padding:.5rem .8rem;border:1px solid #ddd;font-size:1rem;border-radius:4px;transition:border-color .2s}.promo-apply{background:#180d3e;color:#fff;border:none;padding:.5rem 1.1rem;font-size:1rem;cursor:pointer;transition:background .2s;border-radius:4px}.promo-apply:hover{background:#ce1e36}.checkout-btn{background:#000;color:#fff;border:none;padding:10px 20px;font-size:1.1rem;font-weight:600;cursor:pointer;margin-top:.7rem;transition:all .2s;align-items:center}.checkout-btn:hover{background:transparent;border:1px solid #000;color:#000}.checkout-btn:disabled{background:#ccc;cursor:not-allowed}.checkout-btn:disabled:hover{color:#fff;border-color:transparent}.available-coupons{margin-top:1rem;border-top:1px solid #e0e0e0;padding-top:1rem}.available-coupons-title{font-size:1rem;font-weight:600;color:#333;margin-bottom:.5rem}.coupons-list{max-height:200px;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem;scrollbar-width:none}.coupon-card{border:1px dashed #ccc;padding:.75rem;border-radius:4px;cursor:pointer;transition:border-color .2s}.coupon-card:hover{border-color:#999}.coupon-card.selected{border-style:solid;border-color:#180d3e;background-color:#f3f4f6}.coupon-card-header{display:flex;justify-content:space-between;align-items:center}.coupon-card-code{font-weight:700;font-family:monospace;background:#e0e0e0;padding:2px 6px;border-radius:4px}.coupon-card-body{margin-top:.5rem}.coupon-card-description{font-size:.9rem;color:#666}.coupon-message{padding:.5rem;margin-top:.5rem;border-radius:4px;font-size:.9rem}.coupon-error{background-color:#fdd;border:1px solid #fbb;color:#c00}.coupon-success{background-color:#dfd;border:1px solid #bfb;color:#070}.coupons-list::-webkit-scrollbar{width:6px}.coupons-list::-webkit-scrollbar-track{background:#f1f1f1}.coupons-list::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.coupons-list::-webkit-scrollbar-thumb:hover{background:#555}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.loading-container .loader{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#222;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-container p{color:#666;font-size:1.1rem;margin:0}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.cart-main{flex-direction:column;padding:20px 2%;margin:0 auto;overflow-x:hidden;width:100%;box-sizing:border-box}.cart-section{width:100%}.order-summary-section{min-width:unset;max-width:690px;width:100%;margin-top:1rem}.cart-item-img{width:80px;height:80px;align-self:center}.cart-item-details{width:100%}.cart-item-price,.cart-item-qty{margin-top:.5rem}}@media (max-width:480px){.cart-main{padding:15px 3%;max-width:600px}.order-summary-section{min-width:unset;max-width:360px;padding:1.5rem 1rem}.shipping-form-container{padding:1rem}.form-row-2col{flex-direction:column;gap:.7rem}.delivery-methods{gap:1rem}.delivery-card{flex-direction:column;align-items:flex-start;gap:.8rem;padding:1rem}.delivery-fee{margin-left:0;margin-top:.5rem}.payment-method{flex-direction:column;align-items:flex-start;gap:.8rem}.upi-input-row{flex-direction:column;gap:.5rem}.order-summary-title{font-size:1.1rem}.order-summary-row{font-size:.9rem}.order-summary-total{font-size:1.05rem}}@media (max-width:376px){.promo-row{flex-direction:column}.order-summary-section{max-width:320px}}.guest-checkout-option{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:2rem;background:#fff}.guest-checkout-card{background:#fff!important;border:1px solid #0000001a!important;padding:2rem!important;max-width:500px;width:100%;box-shadow:0 2px 8px rgba(0,0,0,.04)!important;border-radius:0!important}.guest-checkout-card h2{font-size:1.5rem!important;font-weight:600!important;color:#222!important;margin-bottom:.5rem!important;text-align:center!important}.guest-checkout-card p{color:#888!important;text-align:center!important;margin-bottom:2rem!important;font-size:.95rem!important}.guest-info-form{display:flex;flex-direction:column;gap:1.5rem}.guest-checkout-card .form-group{display:flex;flex-direction:column;gap:.3rem}.guest-checkout-card .form-group label{font-weight:500;color:#222;font-size:.98rem}.guest-checkout-card .form-group input{padding:.7rem .9rem;border:1px solid #e0e0e0;font-size:1rem;background:#fafbfc;transition:border-color .2s ease-in-out}.guest-checkout-card .form-group input:focus{outline:none;border-color:#180d3e!important;background:#fff!important}.guest-checkout-card .form-group input::-moz-placeholder{color:#888}.guest-checkout-card .form-group input::placeholder{color:#888}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.guest-checkout-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1.2rem}.guest-checkout-actions .btn{padding:.9rem 0;font-weight:600;font-size:1.08rem;cursor:pointer;transition:all .2s;border:none;text-align:center;text-decoration:none;display:inline-block}.cart-main .cart-section .guest-checkout-option .guest-checkout-card .guest-checkout-actions .btn-primary{background:#180d3e!important;background-color:#180d3e!important;color:#fff!important;border:none!important}.cart-main .cart-section .guest-checkout-option .guest-checkout-card .guest-checkout-actions .btn-primary:hover{background:#ce1e36!important;background-color:#ce1e36!important}.cart-main .cart-section .guest-checkout-option .guest-checkout-card .guest-checkout-actions .btn-secondary{background:#e0e0e0!important;background-color:#e0e0e0!important;color:#222!important;border:1px solid #e0e0e0!important}.cart-main .cart-section .guest-checkout-option .guest-checkout-card .guest-checkout-actions .btn-secondary:hover{background:#d0d0d0!important;background-color:#d0d0d0!important;border-color:silver!important}@media (max-width:640px){.guest-checkout-option{padding:1rem;max-width:600px;margin:0 auto}.guest-checkout-card{padding:1.5rem;max-width:600px}.form-row{grid-template-columns:1fr;gap:1rem}.guest-checkout-card .form-row{grid-template-columns:1fr!important;display:flex!important;flex-direction:column!important}.guest-checkout-actions{gap:.75rem}}@media (max-width:480px){.guest-checkout-option{padding:.5rem;max-width:600px;overflow-x:hidden}.guest-checkout-card{padding:1rem;max-width:600px;width:100%;box-sizing:border-box}.guest-checkout-card h2{font-size:1.3rem!important}.guest-checkout-card p{font-size:.9rem!important}.guest-info-form{gap:1rem;width:100%;overflow-x:hidden}.guest-checkout-card .form-group{width:100%;box-sizing:border-box}.guest-checkout-card .form-group input{padding:.6rem .8rem;font-size:.95rem;width:100%;box-sizing:border-box;max-width:100%}.guest-checkout-actions .btn{padding:.8rem 0;font-size:1rem;width:100%;box-sizing:border-box}.guest-checkout-card .form-row{grid-template-columns:1fr!important;display:flex!important;flex-direction:column!important;width:100%;gap:.8rem}}.guest-checkout-actions button.btn.btn-primary,.guest-checkout-card .guest-checkout-actions button.btn.btn-primary,div.guest-checkout-actions button.btn.btn-primary{background:#180d3e!important;background-color:#180d3e!important;color:#fff!important;border:transparent!important}.guest-checkout-actions button.btn.btn-primary:hover,.guest-checkout-card .guest-checkout-actions button.btn.btn-primary:hover,div.guest-checkout-actions button.btn.btn-primary:hover{background:#ce1e36!important;background-color:#ce1e36!important;color:#fff!important}.guest-checkout-actions button.btn.btn-secondary,.guest-checkout-card .guest-checkout-actions button.btn.btn-secondary,div.guest-checkout-actions button.btn.btn-secondary{background:#e0e0e0!important;background-color:#e0e0e0!important;color:#222!important;border:1px solid #e0e0e0!important}.guest-checkout-actions button.btn.btn-secondary:hover,.guest-checkout-card .guest-checkout-actions button.btn.btn-secondary:hover,div.guest-checkout-actions button.btn.btn-secondary:hover{background:#d0d0d0!important;background-color:#d0d0d0!important;border-color:silver!important;color:#222!important}.thankyou-container{flex-direction:column;text-align:center;padding:60px 20px;background-color:#f9f9f9;min-height:70vh}.thankyou-container,.thankyou-icon-container{display:flex;align-items:center;justify-content:center}.thankyou-icon-container{width:80px;height:80px;border-radius:50%;background-color:#28a745;margin-bottom:24px}.thankyou-icon{color:#fff;font-size:48px;font-weight:700;line-height:1}.thankyou-container h1{font-size:2.5rem;color:#333;margin-bottom:16px}.order-confirmation{font-size:1.2rem;color:#555;margin-bottom:8px}.thankyou-desc{font-size:1rem;color:#666;max-width:500px;margin-bottom:24px}.delivery-info{font-size:1.1rem;color:#333;padding:16px;background-color:#e9ecef;border-radius:8px;margin-bottom:32px}.thankyou-buttons{display:flex;gap:16px}.shop-again,.track-order{padding:12px 24px;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.shop-again{background-color:#e94b5a;color:#fff;border:2px solid #e94b5a}.shop-again:hover{background-color:#d83a49;border-color:#d83a49}.track-order{background-color:transparent;color:#e94b5a;border:2px solid #e94b5a}.track-order:hover{background-color:#e94b5a;color:#fff}.wishlist-page{display:flex;flex-direction:column}.wishlist-main{flex:1;padding:50px 10%}.wishlist-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem}.wishlist-header h1{font-size:2rem;color:#180d3e;margin:0;font-weight:600}.wishlist-controls{display:flex;gap:1rem;align-items:center}.wishlist-sort{display:flex;align-items:center;gap:.5rem}.wishlist-sort-select{padding:.5rem;border:2px solid #180d3e;background-color:#fff;cursor:pointer;color:#180d3e;font-weight:500}.wishlist-clear-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#ce1e36;color:#fff;border:none;cursor:pointer;transition:all .3s ease;font-weight:500}.wishlist-clear-btn:hover{background-color:#a8182b;transform:translateY(-2px)}.wishlist-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.wishlist-item{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;box-sizing:border-box;background:#fff;box-shadow:0 4px 6px rgba(24,13,62,.1);overflow:hidden;transition:all .3s ease;border:1px solid rgba(24,13,62,.1);position:relative}.wishlist-item:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(24,13,62,.15)}.wishlist-item-image{width:100%;overflow:hidden;position:relative}.wishlist-item-image img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.wishlist-item:hover .wishlist-item-image img{transform:scale(1.01)}.wishlist-item-details{flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-start;padding:1.5rem;background:linear-gradient(180deg,#fff,#f8f9fa)}.wishlist-item-details h3{margin:0 0 5px;font-size:1.2rem;color:#180d3e;font-weight:600}.wishlist-item-price{display:flex;gap:1rem;align-items:center;margin-bottom:10px}.original-price{color:#666;text-decoration:line-through;font-size:.9rem}.current-price{color:#ce1e36;font-weight:700;font-size:1.3rem}.wishlist-item-actions{margin-top:auto;display:flex;gap:10px;justify-content:flex-start;align-items:center}.move-to-cart-btn,.remove-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;border:none;cursor:pointer;transition:all .3s ease;font-weight:500}.move-to-cart-btn{background-color:#180d3e;color:#fff}.move-to-cart-btn:hover{background-color:#fff;color:#180d3e;border:1px solid #180d3e;transform:translateY(-2px)}.remove-btn{background-color:#fff;color:#ce1e36;border:2px solid #ce1e36}.remove-btn:hover{background-color:#ce1e36;color:#fff;transform:translateY(-2px)}.wishlist-empty{text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px}.wishlist-empty-icon{font-size:100px;color:#000}.wishlist-empty h2{color:#ce1e36;font-weight:600}.wishlist-empty p{color:#666}.wishlist-browse-btn{background:#000;color:#fff;border:none;padding:.8rem 1rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s}.wishlist-browse-btn:hover{background-color:#fff;color:#000;border:1px solid #000;transform:translateY(-2px)}.wishlist-icon-btn{position:absolute;top:14px;right:14px;background:#fff;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 5px rgba(0,0,0,.1);z-index:2;transition:all .2s}.wishlist-icon-btn svg{width:22px;height:22px;transition:all .2s}.wishlist-icon-btn:hover{background:#f8f8f8;transform:scale(1.08)}.wishlist-icon-btn:active{background:#f0f0f0}@media (max-width:768px){.wishlist-main{padding:30px 5%}.wishlist-header{flex-direction:column;gap:1rem;align-items:flex-start}.wishlist-controls{width:100%;flex-direction:column}.wishlist-sort{width:100%}.wishlist-sort-select{flex:1}.wishlist-clear-btn{width:100%}.wishlist-items{grid-template-columns:1fr}.wishlist-item-image{height:200px}.wishlist-icon-btn{top:8px;right:8px;width:30px;height:30px}.wishlist-icon-btn svg{width:18px;height:18px}}.auth-container{max-width:450px;margin:50px auto;background:#fff;box-shadow:0 2px 16px rgba(0,0,0,.07);padding:2.5rem;text-align:center}.auth-tabs{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem;font-size:30px;font-weight:600}.auth-tabs .active{color:#111827;padding-bottom:2px;cursor:default}.auth-tabs .inactive{color:#9ca3af;text-decoration:none;cursor:pointer}.auth-info{color:#444;font-size:.95rem;margin-bottom:1.5rem}.auth-form{display:flex;flex-direction:column;gap:15px;text-align:left}.auth-form label{font-size:15px;color:#22223b}.auth-form input[type=email],.auth-form input[type=password],.auth-form input[type=text]{padding:.7rem .9rem;border:1px solid #d1d1d1;font-size:1rem;outline:none}.password-wrapper{position:relative;display:flex;align-items:center}.password-wrapper input{flex:1}.toggle-password{position:absolute;right:10px;top:50%;transform:translateY(-50%);cursor:pointer;color:#888;padding:4px;border-radius:4px;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.toggle-password:hover{background-color:rgba(0,0,0,.05)}.toggle-password svg{transition:transform .2s}.toggle-password:hover svg{transform:scale(1.1)}.auth-options{justify-content:space-between;margin-bottom:.5rem}.auth-options,.remember-me{display:flex;align-items:center}.remember-me{font-size:.95rem;color:#444;gap:.3rem}.forgot-password{color:#e63946;font-size:.95rem;text-decoration:none;margin-left:auto}.auth-btn{width:100%;background:#180d3e;color:#fff;border:none;padding:.9rem 0;font-size:1.08rem;font-weight:500;margin-top:.7rem;cursor:pointer;transition:background .2s}.auth-btn:hover{background:#39396a}.policy-container{padding:50px 10%;background:#f7f8fa;min-height:70vh;display:flex;flex-direction:column;align-items:center}.policy-section{background:#fff;border-radius:16px;padding:2.5rem 2rem 2rem 1.5rem;width:100%;border-left:6px solid #ce1e36;position:relative;transition:box-shadow .2s}.policy-section h2{font-size:2rem;font-weight:700;margin-bottom:1.2rem;color:#ce1e36;letter-spacing:.5px}.policy-content,.policy-section p{font-size:1.08rem;line-height:1.8;color:#222}.policy-content ol,.policy-content ul{margin-left:1.5rem;margin-bottom:1.2rem}@media (max-width:600px){.policy-container{padding:30px 2%}.policy-section{padding:1.2rem .7rem 1.2rem .5rem;max-width:100%;border-left-width:4px}.policy-section h2{font-size:1.3rem}.policy-content,.policy-section p{font-size:.98rem}}.dashboard-layout{display:flex;min-height:100vh;background:#f3f4f6;color:#180d3e;border-color:#e6e6e6;box-shadow:0 4px 8px rgba(0,0,0,.1)}.dashboard-sidebar{width:250px;background:#fff;border-right:1px solid #ececec;box-shadow:2px 0 8px rgba(0,0,0,.03);z-index:10}.dashboard-sidebar.dark{background:#181d2a;color:#fff;border-right:none}.dashboard-sidebar .sidebar-header{font-size:1.5rem;font-weight:700;padding:2rem 1.5rem 1rem;color:#ce1e36;display:flex;align-items:center;gap:.5rem}.dashboard-sidebar .sidebar-section{margin-bottom:1.5rem}.dashboard-sidebar .sidebar-section-title{font-size:.95rem;font-weight:600;color:#180d3e;margin:1.5rem 0 .5rem 1.5rem;letter-spacing:.5px}.dashboard-sidebar .sidebar-items{display:flex;flex-direction:column;gap:.25rem}.dashboard-sidebar .sidebar-link{display:flex;align-items:center;padding:.7rem 1.5rem;color:#180d3e;text-decoration:none;border-radius:8px;font-size:1.05rem;transition:background .15s,color .15s;gap:.75rem}.dashboard-sidebar .sidebar-link.active,.dashboard-sidebar .sidebar-link:hover{color:#ce1e36}.dashboard-sidebar .sidebar-link .icon{font-size:1.2rem}.dashboard-sidebar .sidebar-footer{margin-top:auto;padding:1.5rem;text-align:center;font-size:.95rem;color:#64748b}.dashboard-main{flex:1;display:flex;flex-direction:column;min-height:100vh}.dashboard-header{background:#f3f4f5;border-bottom:1px solid #e6e6e6;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px rgba(0,0,0,.03);z-index:100;height:80px;color:#180d3e;position:fixed;top:0;left:260px;width:calc(100% - 260px);transition:left .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1);border-top-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0}.dashboard-header .header-title{font-size:1.5rem;font-weight:700;color:#180d3e}.dashboard-header .header-actions{display:flex;align-items:center;gap:1.5rem}.dashboard-header .header-actions span{color:#ce1e36;font-weight:600;display:flex;align-items:center;gap:8px}.dashboard-header .profile-icon{font-size:24px;color:#180d3e;margin-right:8px}.dashboard-header .fullscreen-btn{background:none;border:none;cursor:pointer;font-size:24px;margin-right:16px;color:#180d3e;outline:none;display:flex;align-items:center}.dashboard-footer{background:#f3f4f5;border-top:1px solid #e6e6e6;padding:0 2rem;text-align:center;color:#180d3e;font-size:1rem;height:56px;display:flex;align-items:center;justify-content:center;position:fixed;bottom:0;left:260px;width:calc(100% - 260px);z-index:100;transition:left .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1);border-bottom-right-radius:18px;border-bottom-left-radius:0;border-top-left-radius:0}.dashboard-footer.collapsed,.dashboard-header.collapsed{left:72px;width:calc(100% - 72px)}.dashboard-content{flex:1;padding:2rem;background:#fff}@media (max-width:900px){.dashboard-footer,.dashboard-header{left:72px!important;width:calc(100% - 72px)!important}}.dashboard-sidebar{background:#f3f4f6;color:#180d3e;box-shadow:0 4px 8px rgba(0,0,0,.1);border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:18px;border-bottom-left-radius:18px;margin:18px 0 18px 18px;min-height:calc(100vh - 36px);display:flex;flex-direction:column;transition:width .2s cubic-bezier(.4,0,.2,1);border:none;position:relative}.dashboard-sidebar.collapsed{width:70px!important;min-width:70px;max-width:70px}.dashboard-sidebar:not(.collapsed){width:250px;min-width:250px;max-width:250px}.sidebar-header{font-size:1.5rem;font-weight:700;padding:2rem 1.5rem 1rem;color:#ce1e36;gap:.5rem;border-bottom:1px solid #f3f4f6;min-height:64px}.sidebar-header,.sidebar-link{display:flex;align-items:center}.sidebar-link{padding:.7rem 1.5rem;color:#180d3e;text-decoration:none;border-radius:10px;font-size:1.05rem;font-weight:500;gap:.75rem;margin:2px 8px;transition:background .18s,color .18s;position:relative;cursor:pointer}.sidebar-link.active{background:#7c3aed;color:#fff!important;box-shadow:0 2px 8px rgba(124,58,237,.08)}.sidebar-link.active .icon{color:#fff!important}.sidebar-link:hover:not(.active){background:#f3f4f6;color:#ce1e36}.sidebar-link .icon{font-size:1.2rem;color:#a0aec0;transition:color .18s}.sidebar-link.active .icon,.sidebar-link:hover .icon{color:#7c3aed}.sidebar-section{margin-bottom:.5rem}.sidebar-section-title{font-size:.97rem;font-weight:600;color:#180d3e;margin:1.2rem 0 .3rem 1.5rem;letter-spacing:.5px;display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sidebar-items{display:flex;flex-direction:column;gap:.1rem}.sidebar-footer{margin-top:auto;padding:1.5rem;text-align:center;font-size:.98rem;color:#64748b;border-top:1px solid #f3f4f6}.sidebar-footer .help-card{background:#f3f4f6;border-radius:12px;padding:1rem .5rem;display:flex;flex-direction:column;align-items:center;box-shadow:0 2px 8px rgba(44,62,80,.04);margin-top:.5rem}.sidebar-footer .help-card .help-icon{font-size:2.2rem;color:#7c3aed;margin-bottom:.5rem}.sidebar-footer .help-card .help-link{color:#7c3aed;font-weight:600;text-decoration:none;font-size:1.01rem;margin-top:.2rem}.sidebar-footer .help-card .help-link:hover{text-decoration:underline}.sidebar-tooltip{position:fixed;left:70px;background:#181d2a;color:#fff;padding:.4rem .9rem;border-radius:6px;font-size:.98rem;box-shadow:0 2px 8px rgba(44,62,80,.12);z-index:9999;pointer-events:none;opacity:0;transition:opacity .15s}.sidebar-tooltip.visible{opacity:1}.login-bg{min-height:100vh;background-image:url(/assets/hero-bg.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:#1c2333;display:flex;align-items:center;justify-content:center}.login-card{background:#fff;border-radius:32px 32px 24px 24px;box-shadow:0 12px 40px rgba(31,41,55,.18);padding:3.5rem 2.5rem 2.5rem;width:100%;max-width:440px;display:flex;flex-direction:column;align-items:stretch;border-top:8px solid #ce1e36;position:relative}.login-title{font-size:2.3rem;font-weight:800;text-align:center;margin-bottom:.25rem;color:#180d3e;letter-spacing:1px}.login-subtitle{color:#1f2937;text-align:center;margin-bottom:2.2rem}.login-input,.login-subtitle{font-size:1.13rem;font-weight:500}.login-input{border:2px solid #1f2937;background:#f3f4f6;border-radius:12px;padding:1.15rem 1.5rem;margin-bottom:1.5rem;outline:none;width:88%;transition:box-shadow .2s,border .2s;box-shadow:0 2px 6px rgba(31,41,55,.07);color:#180d3e}.login-input:focus{box-shadow:0 0 0 3px #ce1e36;border:2px solid #ce1e36;background:#fff}.login-password-wrapper{position:relative}.login-eye{position:absolute;background:none;right:1.1rem;top:35%;transform:translateY(-50%);font-size:1.25rem;width:2.2rem;height:2.2rem;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s,border .2s;z-index:2}.login-btn,.login-eye{border:none;cursor:pointer;color:#fff}.login-btn{background:linear-gradient(90deg,#ce1e36 60%,#dc2626);border-radius:12px;padding:1.1rem;font-size:1.15rem;font-weight:700;margin-bottom:1.5rem;transition:background .2s,box-shadow .2s;width:100%;letter-spacing:.7px;box-shadow:0 2px 8px rgba(220,38,38,.1)}.login-btn:hover{background:linear-gradient(90deg,#951518 60%,#dc2626);box-shadow:0 4px 16px rgba(220,38,38,.18)}.login-oauth{display:flex;flex-direction:column;align-items:stretch;margin-bottom:1.2rem}.login-google-btn{display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #1f2937;border-radius:12px;padding:.9rem .5rem;font-size:1.05rem;cursor:pointer;margin-bottom:.7rem;transition:border .2s,box-shadow .2s;width:100%;font-weight:600;gap:.7rem;box-shadow:0 1px 4px rgba(31,41,55,.07)}.login-google-btn:hover{border-color:#ce1e36;box-shadow:0 2px 8px rgba(206,30,54,.1)}.login-google-icon{width:22px;height:22px}.login-links{text-align:right;margin-bottom:.7rem}.login-link{color:#ce1e36;text-decoration:none;font-weight:600;font-size:1.05rem;transition:color .2s}.login-link:hover{color:#951518;text-decoration:underline}.login-signup{text-align:center;color:#1f2937;font-size:1.05rem;margin-top:.7rem;font-weight:500}.login-error{color:#dc2626;margin-bottom:1.2rem;text-align:center;font-weight:600}.login-back-link{text-align:center;margin-top:1.2rem}