html{width:100%;overflow-x:hidden;margin:0;padding:0}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #000;--secondary-color: #666;--accent-color: #ff6b6b;--bg-color: #fff;--text-color: #333;--border-color: #e0e0e0;--out-of-stock: #999}body{font-family:Assistant,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-color);background-color:#fff;margin:0;padding:0;width:100%;max-width:100%;overflow-x:hidden}#app{overflow-x:hidden;max-width:100%}.site-footer{visibility:hidden;opacity:0}body.app-ready .site-footer{visibility:visible;opacity:1}.app-loading{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem}.app-loading-spinner{width:40px;height:40px;border:3px solid var(--border-color, #e0e0e0);border-top-color:var(--accent-color, #ff6b6b);border-radius:50%;animation:app-spin .8s linear infinite}@keyframes app-spin{to{transform:rotate(360deg)}}#header-container{overflow-x:hidden;max-width:100%}.container{max-width:1200px;margin:0 auto;padding:0 20px}.site-header{background:#fff;padding:0;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 8px #0000001a;width:100%;margin:0}.header-container{max-width:1400px;margin:0 auto;padding:1rem 40px;display:flex;justify-content:space-between;align-items:center;width:100%;box-sizing:border-box;background:#fff}.mobile-header{display:none}.mobile-header-top{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#fff;border-bottom:1px solid #e0e0e0;width:100%;box-sizing:border-box;margin:0}.mobile-menu-btn,.mobile-search-btn{background:none;border:none;font-size:1.2rem;color:#333;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;text-decoration:none}.mobile-logo{flex:1;display:flex;justify-content:center;align-items:center}.mobile-logo a{display:flex;align-items:center;justify-content:center;text-decoration:none}.mobile-header-icons{display:flex;gap:.75rem;align-items:center}.mobile-icon{color:#333;font-size:1.1rem;text-decoration:none;display:flex;align-items:center;justify-content:center;padding:.25rem}.mobile-menu-drawer{position:fixed;top:0;left:0;width:85%;max-width:350px;height:100vh;background:#fff;z-index:2000;transform:translate(-100%);transition:transform .3s ease-in-out;overflow-y:auto;box-shadow:2px 0 10px #0000001a}.mobile-menu-drawer.active{transform:translate(0)}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:1999;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.mobile-menu-overlay.active{opacity:1;visibility:visible}.account-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:2100;display:flex;align-items:flex-end;justify-content:center;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.account-sheet-overlay.active{opacity:1;visibility:visible}.account-sheet{width:100%;max-width:480px;background:#fff;border-radius:18px 18px 0 0;padding:1rem 1.25rem 1.5rem;box-shadow:0 -10px 30px #0000002e;transform:translateY(100%);transition:transform .25s ease-out}.account-sheet.active{transform:translateY(0)}.account-sheet-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.account-sheet-title{font-size:1.1rem;font-weight:600}.account-sheet-close{background:none;border:none;font-size:1.25rem;cursor:pointer;color:#333;padding:.25rem}.account-sheet-body{display:flex;flex-direction:column;gap:1.2rem}.account-sheet-signin-btn{width:100%;border:none;border-radius:999px;padding:.85rem 1rem;background:#000;color:#fff;font-size:.98rem;font-weight:600;cursor:pointer}.account-sheet-links{display:flex;justify-content:space-around;padding-top:.25rem}.account-sheet-link{background:none;border:none;display:flex;flex-direction:column;align-items:center;gap:.35rem;cursor:pointer;color:#111;font-size:.8rem}.account-sheet-link-icon{width:38px;height:38px;border-radius:999px;background:#f3f3f3;display:flex;align-items:center;justify-content:center;font-size:1rem}.account-sheet-link-label{font-size:.78rem}@media (min-width: 769px){.account-sheet-overlay{display:none}}.mobile-menu-header{padding:1rem;border-bottom:1px solid #e0e0e0;display:flex;align-items:center}.mobile-menu-close{background:none;border:none;font-size:1.5rem;color:#333;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center}.mobile-menu-tabs{display:flex;border-bottom:1px solid #e0e0e0;padding:0;margin:0}.mobile-menu-tab{flex:1;padding:.75rem .5rem;background:#fff;border:1px solid #e0e0e0;border-bottom:none;border-top:none;color:#333;font-size:.75rem;font-weight:500;cursor:pointer;text-align:center;transition:all .2s}.mobile-menu-tab:first-child{border-left:none}.mobile-menu-tab:last-child{border-right:none}.mobile-menu-tab.active{background:#000;color:#fff;border-color:#000}.mobile-menu-content{padding:0}.mobile-menu-list{list-style:none;padding:0;margin:0}.mobile-menu-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background .2s}.mobile-menu-item:hover{background:#f9f9f9}.mobile-menu-item-content{display:flex;align-items:center;gap:.75rem;flex:1}.mobile-menu-thumbnail{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0}.mobile-menu-thumbnail img{width:100%;height:100%;object-fit:cover}.mobile-menu-label{font-size:.9rem;color:#333;font-weight:400}.mobile-menu-expand{background:none;border:none;color:#333;font-size:.9rem;cursor:pointer;padding:.25rem .5rem;display:flex;align-items:center;justify-content:center}.mobile-menu-item.expandable{flex-wrap:wrap}.mobile-menu-sublist{display:none;flex-direction:column;width:100%;flex-basis:100%;padding:0 0 .5rem;padding-left:calc(.75rem + 50px);background:#f8f8f8;border-top:none}.mobile-menu-item.expandable.expanded .mobile-menu-sublist{display:flex}.mobile-menu-sublink{display:block;padding:.5rem 1rem;font-size:.85rem;color:#333;text-decoration:none;border-bottom:1px solid #eee}.mobile-menu-sublink:last-child{border-bottom:none}.mobile-menu-sublink:hover{background:#eee}.mobile-menu-item.expandable .mobile-menu-item-content{cursor:pointer}.mobile-menu-bottom{margin-top:1rem;border-top:1px solid #e0e0e0;padding-top:.5rem}.promo-banner-scroll{background:#d4a574;padding:.35rem 0;overflow:hidden;overflow-x:hidden;white-space:nowrap;width:100%;max-width:100%;position:relative;border-bottom:1px solid #e0e0e0;z-index:999;margin-top:80px;margin-bottom:.35rem;display:flex;align-items:center;min-height:2rem}.promo-scroll-content{display:inline-flex;animation:scroll-banner 25s linear infinite;gap:3rem;will-change:transform}.promo-item{display:inline-flex;align-items:center;gap:.6rem;font-size:.7rem;line-height:1;color:#2c1810;white-space:nowrap;flex-shrink:0;font-weight:500}.promo-offer{font-weight:500}.promo-separator{color:#2c1810;font-size:.6rem;margin:0 .25rem}.promo-customers{font-size:.7rem;color:#2c1810;opacity:1}@keyframes scroll-banner{0%{transform:translate(0)}to{transform:translate(-50%)}}.promo-banner{display:none}.category-scroll-container{background:#fff;padding:1rem 0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;width:100%;box-sizing:border-box;margin:0;border-bottom:1px solid #e0e0e0;display:none!important}body.home-page .category-scroll-container{display:block!important}body:not(.home-page) .category-scroll-container{display:none!important}.category-scroll-container::-webkit-scrollbar{display:none}.category-scroll{display:flex;gap:1rem;padding:0 1rem;min-width:max-content;justify-content:center;margin:0 auto;max-width:1400px}.category-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;min-width:70px;cursor:pointer;transition:transform .2s;text-decoration:none;color:inherit}.category-item a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;color:inherit;width:100%}.category-item:active{transform:scale(.95)}.category-item.active .category-image{border-color:#ff6b35;box-shadow:0 0 0 2px #ff6b3533}.category-image{width:70px;height:70px;border-radius:50%;overflow:hidden;background:#000;display:flex;align-items:center;justify-content:center;border:2px solid #e0e0e0;transition:border-color .3s;flex-shrink:0;margin:0 auto}.category-item:hover .category-image{border-color:#ff6b35}.category-image img{width:100%;height:100%;object-fit:cover}.category-label{font-size:.75rem;color:#333;text-align:center;font-weight:500;white-space:nowrap;width:100%;margin:0;padding:0;line-height:1.2}.nav-left{display:flex;gap:2rem;flex:1}.nav-left a{text-decoration:none;color:#333;font-weight:500;font-size:.95rem;transition:color .3s;white-space:nowrap;position:relative}.nav-left a:hover{color:#ff6b35}.nav-item.dropdown{position:relative;z-index:1000}.dropdown-trigger{cursor:pointer}.dropdown-menu-wrapper{position:fixed;top:80px;left:0;right:0;width:100vw;z-index:1001;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s ease}.dropdown-menu-wrapper.active{opacity:1;visibility:visible;pointer-events:auto}.dropdown-menu{position:relative;width:100%;background:#fff;box-shadow:0 4px 20px #00000026;border-radius:0;padding:2rem 0;margin-top:0;box-sizing:border-box}.dropdown-content{display:grid;grid-template-columns:repeat(4,1fr) 2fr;gap:2rem;margin-bottom:1.5rem;max-width:1400px;margin-left:auto;margin-right:auto;padding:0 2rem}.dropdown-column{display:flex;flex-direction:column}.dropdown-title{color:#ff6b35;font-size:1rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.dropdown-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.dropdown-list li a{color:#333;font-size:.9rem;font-weight:400;text-decoration:none;transition:color .2s;display:block}.dropdown-list li a:hover{color:#ff6b35}.dropdown-featured{grid-column:5}.featured-products{display:flex;flex-direction:row;gap:1.5rem}.featured-product-card{background:#0a0a0a;border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .3s;flex:1;min-width:0;text-decoration:none;color:inherit;display:flex;flex-direction:column}.featured-product-card:hover{transform:translateY(-4px)}.featured-product-image{width:100%;height:250px;overflow:hidden;background:#1a1a1a}.featured-product-image img{width:100%;height:100%;object-fit:cover}.featured-product-info{padding:1rem;color:#fff}.featured-product-info h4{font-size:.9rem;font-weight:500;margin-bottom:.5rem;color:#fff}.featured-product-price{display:flex;align-items:center;gap:.75rem}.featured-product-price .original-price{text-decoration:line-through;color:#999;font-size:.85rem}.featured-product-price .discounted-price{color:#fff;font-size:1rem;font-weight:600}.dropdown-footer{display:flex;gap:2rem;padding-top:1.5rem;border-top:1px solid #e0e0e0;max-width:1400px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}.footer-link{color:#ff6b35;font-weight:700;font-size:.95rem;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;transition:color .2s}.footer-link:hover{color:#ff8c5a}.collection-menu-wrapper{position:fixed;top:80px;left:0;right:0;width:100vw;z-index:1001;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s ease}.collection-menu-wrapper.active{opacity:1;visibility:visible;pointer-events:auto}.collection-menu{position:relative;width:100%;background:#fff;box-shadow:0 4px 20px #00000026;border-radius:0;padding:2rem 0;margin-top:0;box-sizing:border-box}.collection-series-list{display:flex;flex-direction:column;align-items:flex-start;gap:0;max-width:320px;margin:0;padding:1rem 0 1rem 2.5rem}.collection-series-link{display:block;font-size:1.05rem;font-weight:600;color:#444;text-decoration:none;transition:color .2s;padding:.4rem 0;width:100%;border:none}.collection-series-link:hover{color:#ff6b35}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:flex-start;justify-content:center;padding:4rem 1rem 2rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}.search-overlay.active{opacity:1;visibility:visible;pointer-events:auto}.search-overlay-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;cursor:pointer}.search-modal{position:relative;width:100%;max-width:900px;max-height:calc(100vh - 6rem);background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;overflow:hidden;display:flex;flex-direction:column}.search-modal-inner{padding:1.5rem 1.5rem 2rem;overflow-y:auto}.search-input-wrap{display:flex;align-items:center;gap:.75rem;border-bottom:2px solid #e0e0e0;padding-bottom:.75rem;margin-bottom:1.25rem}.search-input-icon{color:#999;font-size:1.1rem}.search-overlay-input{flex:1;border:none;outline:none;font-size:1.1rem;font-family:inherit;color:#333}.search-overlay-input::placeholder{color:#999}.search-overlay-close{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:none;background:transparent;color:#666;cursor:pointer;border-radius:50%;transition:color .2s,background .2s}.search-overlay-close:hover{color:#333;background:#0000000f}.search-overlay-close i{font-size:1.25rem}.search-products-heading{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#333;margin:0 0 1rem}.search-results-container{min-height:120px;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.search-placeholder{color:#666;font-size:.95rem;margin:0}.search-result-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:box-shadow .2s,transform .2s}.search-result-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.search-result-image{width:100%;aspect-ratio:3/4;background:#f5f5f5;overflow:hidden}.search-result-image img{width:100%;height:100%;object-fit:cover}.search-result-info{padding:.75rem}.search-result-name{font-size:.9rem;font-weight:600;color:#333;margin:0 0 .35rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-result-price{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.search-result-original{text-decoration:line-through;color:#999;font-size:.8rem}.search-result-current{font-size:.95rem;font-weight:700;color:#333}@media (max-width: 768px){.search-overlay{padding:0;align-items:stretch}.search-modal{max-width:none;max-height:none;border-radius:0;flex:1;display:flex;flex-direction:column}.search-modal-inner{flex:1;padding:1rem;overflow-y:auto}.search-input-wrap{padding-right:0;margin-bottom:1rem}.search-overlay-close{width:2.75rem;height:2.75rem;flex-shrink:0}.search-results-container{grid-template-columns:repeat(2,1fr);gap:.75rem;min-height:0}.search-result-card{border-radius:6px}.search-result-info{padding:.5rem}.search-result-name,.search-result-original,.search-result-current{font-size:.8rem}}.policy-menu-wrapper{position:fixed;top:80px;left:0;right:0;width:100vw;z-index:1001;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s ease}.policy-menu-wrapper.active{opacity:1;visibility:visible;pointer-events:auto}.policy-menu{position:relative;width:100%;background:#fff;box-shadow:0 4px 20px #00000026;border-radius:0;padding:2rem 0;margin-top:0;box-sizing:border-box}.policy-dropdown-content{display:flex;flex-direction:column;gap:1rem;max-width:1400px;margin:0 auto;padding:0 2rem;align-items:flex-start}.policy-dropdown-link{color:#dc2626!important;font-size:1rem;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;padding:.75rem 0;transition:color .2s;display:block;width:100%;text-align:left}.policy-dropdown-link:hover{color:#b91c1c!important}.logo{flex:0 0 auto;display:flex;justify-content:center}.logo a{display:flex;align-items:center;justify-content:center;text-decoration:none}.logo svg,.logo img{width:40px;height:40px;object-fit:contain;display:block}.header-icons{display:flex;gap:1.5rem;flex:1;justify-content:flex-end}.header-icon{color:#333;font-size:1.2rem;text-decoration:none;transition:color .3s;display:flex;align-items:center;justify-content:center}.header-icon:hover{color:#ff6b35}.cart-link .cart-icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}.cart-icon-svg{width:1.4rem;height:1.4rem;display:block}.cart-count{position:absolute;top:-6px;right:-6px;min-width:1.1rem;height:1.1rem;padding:0 4px;font-size:.7rem;font-weight:700;line-height:1.1rem;color:#fff;background:#e53935;border-radius:50%;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.hero-section{background:linear-gradient(180deg,#0a0a0a,#1a1a1a,#0a0a0a);color:#fff;min-height:auto;position:relative;display:flex;align-items:flex-start;justify-content:center;overflow:hidden;padding:0;width:100%;margin:0}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0003;z-index:1;pointer-events:none}.hero-image-container{position:relative;width:100%;max-width:100%;margin:0;z-index:2}.hero-link{display:block;width:100%;text-decoration:none;color:inherit}.hero-slider-mobile,.hero-slider-desktop{display:none;position:relative;width:100%;overflow:hidden}.hero-slider-track{display:flex;width:100%;transition:transform .7s ease-in-out}.hero-slide-image{width:100%;height:auto;display:block;flex-shrink:0;object-fit:cover}@media (min-width: 769px){.hero-slider-mobile{display:none}.hero-slider-desktop{display:block}}@media (max-width: 768px){.hero-slider-mobile{display:block}.hero-slider-desktop{display:none}}.hero-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;text-align:center;width:100%;pointer-events:none}.hero-text-top{font-size:2.5rem;font-weight:700;color:#ffffffe6;margin:0;line-height:1.2;text-transform:uppercase;letter-spacing:4px;position:absolute;top:-80px;left:-200px}.hero-text-top-right{font-size:2.5rem;font-weight:700;color:#ffffffe6;margin:0;line-height:1.2;text-transform:uppercase;letter-spacing:4px;position:absolute;top:-80px;right:-200px}.hero-text-main{font-size:10rem;font-weight:900;background:linear-gradient(135deg,gold,orange,#ff6b35);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;line-height:1;text-transform:uppercase;letter-spacing:8px;text-shadow:0 0 30px rgba(255,215,0,.5);filter:drop-shadow(0 0 20px rgba(255,215,0,.3))}.hero-cta{position:absolute;bottom:80px;left:50%;transform:translate(-50%);z-index:3}.cta-button{background:linear-gradient(135deg,#ff6b35,#ffd23f);color:#fff;border:none;padding:1rem 3rem;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;border-radius:50px;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #ff6b3566}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3599}.whatsapp-icon{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.8rem;z-index:999;box-shadow:0 4px 15px #25d36666;transition:all .3s;text-decoration:none}.whatsapp-icon:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699}@media (min-width: 769px){.whatsapp-icon{display:none!important}}.stats-section{background:#fff;padding:.5rem 0;border-top:none;border-bottom:1px solid #e0e0e0;margin:0}.stats-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-around;align-items:center;gap:2rem}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;gap:0}.stat-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#000;font-size:1rem}.stat-content{display:flex;flex-direction:column;gap:.15rem}.stat-number{font-size:1rem;font-weight:700;color:#000;line-height:1.2}.stat-label{font-size:.75rem;color:#666;font-weight:400;line-height:1.3}.products-section:not(.new-arrivals-section){padding:4rem 0;background:#fff}.new-arrivals-section{padding:0;background:#fff;overflow-x:hidden;width:100%;max-width:100%}.new-arrivals-container{width:100%;max-width:100%;margin:0;padding:0;box-sizing:border-box;overflow-x:hidden}.new-arrivals-grid .product-image-container,.products-grid .product-image-container{max-width:100%}.new-arrivals-container .section-title{text-align:center;font-size:2.5rem;margin-bottom:0;color:var(--text-color);padding:0 2rem;box-sizing:border-box;white-space:nowrap}.products-section.new-arrivals-section .filters{margin-bottom:1rem;padding:0 2rem}.new-arrivals-grid,.products-grid.new-arrivals-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;margin-bottom:0;padding:0;width:100%;box-sizing:border-box}.products-grid.compact-view,.new-arrivals-grid.compact-view,.products-grid.new-arrivals-grid.compact-view{grid-template-columns:repeat(3,1fr)!important}@media (min-width: 769px){.products-grid.compact-view,.new-arrivals-grid.compact-view,.products-grid.new-arrivals-grid.compact-view{grid-template-columns:repeat(6,1fr)!important}}@media (max-width: 768px){.products-grid.compact-view,.new-arrivals-grid.compact-view,.products-grid.new-arrivals-grid.compact-view{grid-template-columns:repeat(3,1fr)!important}}@media (min-width: 769px){.new-arrivals-grid,.products-grid.new-arrivals-grid,.products-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;padding:0 3rem 0 1rem;justify-content:center;width:100%;max-width:100%;margin-left:2rem;margin-right:0;box-sizing:border-box}.new-arrivals-grid .product-card,.products-grid.new-arrivals-grid .product-card,.products-grid .product-card{width:100%!important;max-width:100%;height:auto;min-height:0;flex-shrink:0;box-sizing:border-box}.new-arrivals-grid .product-image-container,.products-grid.new-arrivals-grid .product-image-container,.products-grid .product-image-container{width:100%;height:auto;aspect-ratio:3/4;min-height:0;box-sizing:border-box}.new-arrivals-grid .product-image,.products-grid.new-arrivals-grid .product-image,.products-grid .product-image{width:100%;height:100%;object-fit:cover;object-position:center top}.product-card--poster .product-image{object-fit:contain;object-position:center}}@media (min-width: 1025px){.new-arrivals-grid,.products-grid.new-arrivals-grid,.products-grid{grid-template-columns:repeat(4,1fr)}}.styled-section-heading{text-align:center;margin-bottom:1.75rem;position:relative}.styled-section-heading .title-wrapper{position:relative;display:inline-block}.styled-section-heading .main-title{font-family:Montserrat,sans-serif;font-weight:800;font-size:2.8rem;letter-spacing:.5px;color:#111;margin:0;position:relative;z-index:1;text-shadow:none}.styled-section-heading .tape{position:absolute;width:18px;height:5px;background-color:#283441d1;z-index:10;pointer-events:none}#newArrivals .styled-section-heading .tape{background-color:#1e344ed1}#hotSelling .styled-section-heading .tape{background-color:#4e2828d1}.categories-section .styled-section-heading .tape{background-color:#1e4e2ad1}.collections-container .styled-section-heading .tape{background-color:#193e3ed1}.organized-events-container .styled-section-heading .tape{background-color:#34264ed1}.home-faq-section .styled-section-heading .tape{background-color:#4e3e1ed1}.related-products-section .styled-section-heading .tape{background-color:#283441d1}.checkout-you-may-like .styled-section-heading .tape{background-color:#3e263ed1}.collection-header .styled-section-heading .tape,.category-header .styled-section-heading .tape{background-color:#3e3e26d1}#products .styled-section-heading .tape{background-color:#1e4e34d1}.styled-section-heading.no-tape .tape{display:none}.styled-section-heading .tape-1{top:10px;left:8%;transform:rotate(-35deg)}.styled-section-heading .tape-2{top:5px;left:40%;transform:rotate(-40deg)}.styled-section-heading .tape-3{bottom:25px;right:40%;transform:rotate(-20deg)}.styled-section-heading .tape-4{bottom:20px;right:8%;transform:rotate(45deg)}@media (min-width: 769px){.styled-section-heading .tape-1{top:22px!important}.styled-section-heading .tape-2{top:18px!important}.collections-container .styled-section-heading .tape-2{left:28%!important}}.home-faq-section .styled-section-heading .tape-1{top:8px;left:8%;transform:rotate(-35deg)}.home-faq-section .styled-section-heading .tape-2{top:6px;left:62%;transform:rotate(-40deg)}.home-faq-section .styled-section-heading .tape-3{bottom:22px;right:42%;transform:rotate(-20deg)}.home-faq-section .styled-section-heading .tape-4{bottom:18px;right:8%;transform:rotate(45deg)}.home-faq-section .styled-section-heading{margin-bottom:.75rem}.styled-section-heading .subtitle{margin-top:0;font-family:Open Sans,sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:5px;color:#555}#newArrivals .styled-section-heading .subtitle{max-width:90%;margin-left:auto;margin-right:auto}@media (max-width: 768px){#newArrivals .styled-section-heading .subtitle{max-width:85%}}#hotSelling .styled-section-heading .subtitle{margin-top:-.35rem;margin-bottom:.4rem}.styled-section-heading .subtitle.description-text{text-transform:none;letter-spacing:normal;font-size:.95rem;max-width:42em;margin-left:auto;margin-right:auto}.styled-section-heading .highlight{color:#ff5e3a}@media (max-width: 768px){.styled-section-heading .main-title{font-size:1.3rem}.styled-section-heading .tape{width:15px;height:4px}.styled-section-heading .subtitle{font-size:7.5px;letter-spacing:3px}.categories-section .styled-section-heading .main-title{font-size:1.25rem}.home-faq-section .styled-section-heading .main-title{font-size:1.4rem}.home-faq-section .styled-section-heading .title-wrapper{overflow:hidden;padding:0 6px;box-sizing:border-box;max-width:100%}.home-faq-section .styled-section-heading .tape-1{left:15%}.home-faq-section .styled-section-heading .tape-2{left:58%}.home-faq-section .styled-section-heading .tape-3{right:42%}.home-faq-section .styled-section-heading .tape-4{right:28%}.collections-container .styled-section-heading .tape-2{top:14px}#newArrivals .styled-section-heading .tape-1,#hotSelling .styled-section-heading .tape-1,.categories-section .styled-section-heading .tape-1,.collections-container .styled-section-heading .tape-1,.related-products-section .styled-section-heading .tape-1,.checkout-you-may-like .styled-section-heading .tape-1,.collection-header .styled-section-heading .tape-1,.category-header .styled-section-heading .tape-1,#products .styled-section-heading .tape-1{left:8%}#newArrivals .styled-section-heading .tape-2,#hotSelling .styled-section-heading .tape-2,.categories-section .styled-section-heading .tape-2,.collections-container .styled-section-heading .tape-2,.related-products-section .styled-section-heading .tape-2,.checkout-you-may-like .styled-section-heading .tape-2,.collection-header .styled-section-heading .tape-2,.category-header .styled-section-heading .tape-2,#products .styled-section-heading .tape-2{left:40%}#newArrivals .styled-section-heading .tape-3,#hotSelling .styled-section-heading .tape-3,.categories-section .styled-section-heading .tape-3,.collections-container .styled-section-heading .tape-3,.related-products-section .styled-section-heading .tape-3,.checkout-you-may-like .styled-section-heading .tape-3,.collection-header .styled-section-heading .tape-3,.category-header .styled-section-heading .tape-3,#products .styled-section-heading .tape-3{right:40%}#newArrivals .styled-section-heading .tape-4,#hotSelling .styled-section-heading .tape-4,.categories-section .styled-section-heading .tape-4,.collections-container .styled-section-heading .tape-4,.related-products-section .styled-section-heading .tape-4,.checkout-you-may-like .styled-section-heading .tape-4,.collection-header .styled-section-heading .tape-4,.category-header .styled-section-heading .tape-4,#products .styled-section-heading .tape-4{right:8%}}.new-arrivals-container .styled-section-heading,.collections-container .styled-section-heading{margin-bottom:0}#newArrivals .styled-section-heading{margin-bottom:.25rem!important}.checkout-you-may-like .styled-section-heading{margin-bottom:1rem}@media (max-width: 768px){.checkout-you-may-like .styled-section-heading .main-title{font-size:1.2rem}.checkout-you-may-like .styled-section-heading{margin-bottom:.75rem}}body.product-detail-page .related-products-section .styled-section-heading{padding-left:1.5rem;padding-right:1.5rem}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--text-color)}.filters{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem;flex-wrap:wrap;padding:0 2rem;box-sizing:border-box}.filter-select,.search-input{padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:4px;font-size:1rem;min-width:200px}.search-input{flex:1;max-width:400px}.loading{text-align:center;padding:3rem;font-size:1.2rem;color:var(--secondary-color)}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;margin-bottom:0;padding:0;width:100%;box-sizing:border-box}.products-grid.compact-view{grid-template-columns:repeat(3,1fr)}@media (min-width: 769px){.products-grid.compact-view{grid-template-columns:repeat(4,1fr)}}@media (max-width: 768px){.products-grid.compact-view{grid-template-columns:repeat(2,1fr)}}.product-card{border:none;border-radius:0;overflow:hidden;background:transparent;width:100%;height:auto;display:flex;flex-direction:column;margin:0;padding:0}.product-card__link,.product-card a{text-decoration:none;color:inherit;display:block}.product-card a .product-name,.product-card a .current-price,.product-card a .original-price{text-decoration:none!important}.product-image-container{position:relative;width:100%;height:auto;min-height:0;aspect-ratio:3/4;overflow:hidden;background:#f5f5f5;flex-shrink:0}.product-image{width:100%;height:100%;object-fit:cover;object-position:center top}.product-card--poster .product-image-container{background:#f5f5f5}.product-card--poster .product-image{object-fit:contain;object-position:center}.out-of-stock-badge{position:absolute;top:10px;right:10px;background:#000c;color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;font-weight:600}@media (max-width: 768px){.out-of-stock-badge{top:6px;right:6px;padding:.2rem .4rem;border-radius:3px;font-size:.6rem;font-weight:600}}.discount-badge{display:none!important}.new-badge{position:absolute;top:10px;left:10px;background:#4caf50;color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;font-weight:600;z-index:2}.hot-badge{position:absolute;top:10px;left:10px;background:#ff6b35;color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;font-weight:600;z-index:2}.page-subtitle{font-size:1.1rem;color:#666;margin-bottom:2rem;text-align:left}.featured-collections-section{padding:0 0 1.5rem;background:#fafafa;margin-top:0}.collections-container{width:100%;max-width:100%;margin:0;padding:0;box-sizing:border-box}.collections-container .section-title{text-align:center;font-size:2.5rem;margin-bottom:0;color:var(--text-color);padding:0 2rem;box-sizing:border-box;white-space:nowrap}.collections-image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:0;padding:0;width:100%;box-sizing:border-box;align-items:stretch}.collections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.collection-image-link{display:flex;flex-direction:column;text-decoration:none;border-radius:0;overflow:hidden;width:100%;height:100%;min-width:0;max-width:100%;background:#fff;box-shadow:none;position:relative;margin:0;padding:0;align-items:stretch}.collection-image-wrapper{width:100%;height:100%;aspect-ratio:991 / 1231;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}@media (min-width: 769px){.collections-image-grid{grid-template-columns:repeat(3,1fr);gap:0;padding:0;margin:0}.collections-image-grid .collection-image-link{display:flex;flex-direction:column;height:100%;align-items:stretch}.collection-image-wrapper{aspect-ratio:991 / 1231;width:100%;height:100%}}.collection-image-btn{width:100%;height:100%;object-fit:cover;display:block;margin:0;padding:0}.collection-label{position:absolute;bottom:0;left:0;right:0;padding:.75rem;text-align:center;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#fff;background:#0009;border-top:none;z-index:10;margin:0;display:block;opacity:1;visibility:visible;pointer-events:none}.collection-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s}.collection-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00000026}.collection-card a{text-decoration:none;color:inherit;display:block}.collection-image{width:100%;height:250px;overflow:hidden;background:#f0f0f0}.collection-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.collection-card:hover .collection-image img{transform:scale(1.05)}.collection-info{padding:1.5rem}.collection-info h3{font-size:1.3rem;font-weight:700;color:#333;margin-bottom:.5rem}.collection-info p{color:#666;font-size:.95rem;line-height:1.6}.organized-events-section{padding:1.5rem 0;background:#f5f5f5;width:100%;margin-top:0}.organized-events-container{width:100%;max-width:100%;margin:0;padding:0;box-sizing:border-box}.organized-events-container .section-title{text-align:center;font-size:2.5rem;margin-bottom:0;color:var(--text-color);padding:0 2rem;box-sizing:border-box;white-space:nowrap}.events-scroll-wrapper{overflow:hidden;width:100%;position:relative;padding:1.5rem 0 0;margin:0}.events-scroll-track{display:flex;gap:1.5rem;animation:scroll-cards 60s linear infinite;width:fit-content}@keyframes scroll-cards{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (hover: hover){.events-scroll-wrapper:hover .events-scroll-track{animation-play-state:paused}}.event-gallery-card{position:relative;overflow:hidden;border-radius:12px;height:500px;width:350px;flex-shrink:0;cursor:pointer;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.event-gallery-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.event-gallery-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.event-gallery-card:hover .event-gallery-image{transform:scale(1.1)}.event-gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.2) 50%,transparent 100%);opacity:.7;transition:opacity .5s ease}.event-gallery-card:hover .event-gallery-overlay{opacity:.9}.event-gallery-content{position:absolute;bottom:0;left:0;padding:2rem;width:100%;transform:translateY(8px);transition:transform .5s ease}.event-gallery-card:hover .event-gallery-content{transform:translateY(0)}.event-gallery-title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.5rem;letter-spacing:.5px;text-transform:uppercase;line-height:1.2}.event-gallery-subtitle{color:#fffc;font-size:.9rem;font-weight:500;opacity:0;transition:opacity .7s ease .1s}.event-gallery-card:hover .event-gallery-subtitle{opacity:1}.event-gallery-accent{width:0;height:4px;background:#3b82f6;margin-top:1rem;transition:width .5s ease}.event-gallery-card:hover .event-gallery-accent{width:64px}.home-faq-section{width:100%;padding:2rem 0 .5rem;background:#fff;margin:0}.home-faq-container{max-width:800px;margin:0 auto;padding:0 1.5rem}.home-faq-section .section-title{text-align:center;font-size:2rem;margin-bottom:1.5rem;color:var(--text-color)}.home-faq-list{display:flex;flex-direction:column;gap:0}.home-faq-item{border-bottom:1px solid rgba(0,0,0,.08);overflow:hidden}.home-faq-item:first-child{border-top:none}.home-faq-question{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s ease}.home-faq-question:hover{background:#00000008}.home-faq-question h3{font-size:1rem;font-weight:600;color:var(--text-color);margin:0;flex:1}.home-faq-question i{color:var(--secondary-color);font-size:.85rem;transition:transform .2s ease;flex-shrink:0}.home-faq-item.active .home-faq-question i{transform:rotate(180deg)}.home-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.home-faq-answer p{margin:0 0 1rem;padding:0 0 1rem;font-size:.95rem;line-height:1.5;color:var(--secondary-color)}@media (min-width: 769px){.home-faq-section{padding:2.5rem 0 1rem}.home-faq-container{max-width:720px;padding:0 2rem}.home-faq-question{padding:1.15rem 0}.home-faq-question h3{font-size:1.05rem}.home-faq-section .styled-section-heading .subtitle{margin-top:.35rem}}@media (max-width: 768px){.home-faq-section{padding:1.5rem 0 .5rem}.home-faq-section .section-title{font-size:1.4rem;margin-bottom:1rem}.home-faq-question h3{font-size:.95rem}}.above-footer-section{width:100%;padding:0;margin:0;background:transparent;overflow:hidden}.above-footer-container{width:100%;max-width:100%;margin:0;padding:0;box-sizing:border-box}.above-footer-image{width:100%;height:auto;display:block;object-fit:cover}.filters-bar-mobile{display:flex;width:100%;align-items:center;justify-content:flex-start;gap:1rem;padding:.4rem 1rem .1rem;border-bottom:none}.filters-bar-mobile .view-toggle-mobile{margin-left:auto;display:inline-flex;align-items:center;gap:.5rem}.filter-trigger-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.28rem .55rem;border:1px solid var(--border-color);background:#fff;border-radius:6px;font-size:.75rem;font-weight:500;color:var(--text-color);cursor:pointer;transition:border-color .2s,background .2s}.filter-trigger-btn:hover{border-color:var(--primary-color);background:var(--light-bg)}.filter-trigger-icon{display:flex;align-items:center;justify-content:center}.filter-trigger-icon svg{display:block;width:12px;height:12px}.filter-trigger-label{white-space:nowrap}@media (min-width: 769px){.filters-bar-mobile{display:none}}.filter-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;visibility:hidden;pointer-events:none;transition:visibility .25s ease}.filter-drawer.filter-drawer-open{visibility:visible;pointer-events:auto}.filter-drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .25s ease}.filter-drawer.filter-drawer-open .filter-drawer-backdrop{opacity:1}.filter-drawer-panel{position:absolute;top:0;left:0;bottom:0;width:100%;max-width:320px;background:#fff;box-shadow:2px 0 12px #00000026;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .25s ease}.filter-drawer.filter-drawer-open .filter-drawer-panel{transform:translate(0)}.filter-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border-color);flex-shrink:0}.filter-drawer-title{margin:0;font-size:1.125rem;font-weight:600;color:var(--text-color)}.filter-drawer-close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;font-size:1.5rem;line-height:1;color:#666;cursor:pointer;border-radius:6px;transition:background .2s,color .2s}.filter-drawer-close:hover{background:#f0f0f0;color:#333}.filter-drawer-body{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.filter-drawer-body .filter-group{flex-direction:column;align-items:stretch}.filter-drawer-body .filter-select{width:100%;min-width:0;min-height:44px}.filter-drawer-footer{padding:1rem 1.25rem;border-top:1px solid var(--border-color);flex-shrink:0}.filter-drawer-apply{width:100%;justify-content:center}.filters-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1.5rem;flex-wrap:wrap;padding:0;box-sizing:border-box;width:100%;border-bottom:1px solid var(--border-color);padding-bottom:1rem}.new-arrivals-container .filters-bar,.container .filters-bar{padding:0;margin-bottom:1.5rem;padding-bottom:1rem}.filters-bar .filters-left{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;flex:1}.filters-bar .filters-right{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.filters-bar .filters{display:flex;gap:1rem;flex:1;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-group label{font-size:.875rem;color:var(--text-color);white-space:nowrap}.filter-select{padding:.5rem 2rem .5rem .75rem;border:1px solid var(--border-color);border-radius:4px;font-size:.875rem;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;min-width:120px}.filter-select:focus{outline:none;border-color:var(--primary-color)}.items-count{font-size:.875rem;color:var(--text-color);white-space:nowrap}.view-toggle{display:flex;gap:.5rem;align-items:center}.view-toggle-btn{padding:.5rem;border:1px solid var(--border-color);background:#fff;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;width:32px;height:32px}.view-toggle-btn:hover{border-color:var(--primary-color);background:var(--light-bg)}.view-toggle-btn.active{background:var(--light-bg);border-color:var(--primary-color)}.view-toggle-btn svg{width:16px;height:16px;fill:var(--text-color)}.view-toggle-btn.active svg{fill:var(--primary-color)}@media (max-width: 768px){.filters-bar{flex-wrap:wrap}.filters-bar .filters-left,.filters-bar .filters-right{display:none!important}.filters-bar.filters-bar-mobile-expanded .filters-left,.filters-bar.filters-bar-mobile-expanded .filters-right{display:flex!important;width:100%;flex-basis:100%;margin-top:.5rem}.filters-bar.filters-bar-mobile-expanded .filters-left{flex-wrap:wrap;gap:.5rem}.filters-bar.filters-bar-mobile-expanded .filters-right{flex-wrap:wrap}.filters-bar-mobile{display:flex!important}}.section-footer{text-align:center;margin-top:2rem}.section-footer .btn{display:inline-block;padding:.75rem 2rem;background:#9b59b6;color:#fff;text-decoration:none;border-radius:4px;font-weight:600;transition:background .3s}.section-footer .btn:hover{background:#8e44ad}.category-header,.collection-header{margin-bottom:0}.new-arrivals-container .collection-header{margin-bottom:0;padding-bottom:0;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}@media (max-width: 768px){.featured-collections-section{padding:2rem 0 1rem;background:#fff}.collections-container{width:100%;max-width:100%;margin:0;padding:0}.collections-container .section-title{font-size:1.3rem;padding:0 .5rem;margin-bottom:0;white-space:nowrap;overflow:visible}.collections-image-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0!important;padding:0!important;margin:0!important;overflow:visible;max-width:100%}.collection-image-link{width:100%;height:100%;border-radius:0!important;background:#f0f0f0;display:flex;flex-direction:column;position:relative;margin:0!important;padding:0!important;align-items:stretch}.collection-image-wrapper{width:100%;height:100%;aspect-ratio:991 / 1231;overflow:hidden;position:relative;background:#f0f0f0;display:flex;align-items:center;justify-content:center}.collection-image-btn{width:100%;height:100%;object-fit:cover;border-radius:0}.collections-grid{grid-template-columns:1fr}.organized-events-section{padding:1rem 0;background:#f5f5f5;margin-top:0}.organized-events-container{width:100%;max-width:100%;margin:0;padding:0}.organized-events-container .section-title{font-size:1.3rem;padding:0 .5rem;margin-bottom:0;white-space:nowrap;overflow:visible}.events-scroll-wrapper{padding:0;margin:0}.events-scroll-track{gap:0;animation-duration:40s}.event-gallery-card{height:400px;width:50vw;border-radius:0}.event-gallery-image{border-radius:0}.filters-bar-mobile{display:flex}.filters-bar .filters-desktop{display:none!important}.filters-bar{flex-direction:row;align-items:center;gap:0;padding-bottom:0;margin-bottom:0;border-bottom:none}.new-arrivals-container .filters-bar,.container .filters-bar{margin-bottom:0!important;padding-bottom:0!important}.new-arrivals-container .products-grid,.new-arrivals-container #productsGrid{margin-top:0!important;padding-top:0!important}.view-toggle-mobile .view-toggle-btn{width:32px;height:32px;padding:.35rem;border-radius:8px}.view-toggle-mobile .view-toggle-btn svg{width:12px;height:12px}}@media (max-width: 480px){.filters-bar-mobile .filter-trigger-btn{padding:.25rem .5rem;font-size:.7rem}}.product-info{padding:.4rem .6rem;flex:1;display:flex;flex-direction:column;justify-content:flex-start;gap:0}@media (min-width: 769px){.product-info{padding:.5rem 1rem}}.product-name{font-size:.8rem;margin-bottom:.1rem;margin-top:0;color:#333;font-weight:500;line-height:1.3;text-decoration:none}@media (min-width: 769px){.product-name{font-size:.9rem}}.new-arrivals-grid .product-info,.products-grid.new-arrivals-grid .product-info{padding:.4rem .6rem;justify-content:flex-start;gap:0}@media (min-width: 769px){.new-arrivals-grid .product-info,.products-grid.new-arrivals-grid .product-info{padding:.5rem 1rem}}.new-arrivals-grid .product-name,.products-grid.new-arrivals-grid .product-name,.new-arrivals-grid .product-price-info,.products-grid.new-arrivals-grid .product-price-info{margin-bottom:.1rem;margin-top:0}.new-arrivals-grid .product-sizes,.products-grid.new-arrivals-grid .product-sizes{margin-top:.1rem;margin-bottom:0}.product-category{font-size:.7rem;color:#999;margin-bottom:0;margin-top:0;text-transform:uppercase;font-weight:400;display:none}.product-price-info{display:flex;flex-direction:column;gap:0;margin-bottom:.1rem}.price-container{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.product-price{display:flex;align-items:center;gap:.75rem;margin-bottom:0;margin-top:0}.product-price-info{margin-bottom:.1rem}.original-price{text-decoration:line-through;color:#999;font-size:.75rem}.discounted-price,.current-price{font-size:.85rem;font-weight:600;color:#333;text-decoration:none}@media (min-width: 769px){.current-price{font-size:.95rem}}.discount-percentage{display:inline-block;color:#dc2626;font-size:.7rem;font-weight:600;margin-left:.25rem}.product-sizes{display:flex;flex-wrap:nowrap;gap:.25rem;margin-top:.1rem;margin-bottom:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-sizes::-webkit-scrollbar{display:none}.size-tag{display:inline-block;padding:.2rem .4rem;background:#f5f5f5;color:#333;border:1px solid #e0e0e0;border-radius:2px;font-size:.65rem;font-weight:500;line-height:1.2;min-width:28px;text-align:center;flex-shrink:0;white-space:nowrap}.product-colors{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.color-tag{width:24px;height:24px;border-radius:50%;display:inline-block;cursor:pointer;transition:transform .2s,box-shadow .2s}.color-tag:hover{transform:scale(1.1);box-shadow:0 0 0 2px #0000001a}.add-to-cart-btn{width:100%;padding:.75rem;background:var(--primary-color);color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s}.add-to-cart-btn:hover:not(:disabled){background:#333}.add-to-cart-btn:disabled{background:var(--out-of-stock);cursor:not-allowed}.product-card__content{padding:1rem}.product-card__title{font-size:1.1rem;margin-bottom:.75rem;color:var(--text-color);font-weight:600}.product-card__price{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.compare-at-price{text-decoration:line-through;color:var(--secondary-color);font-size:.9rem}.price{font-size:1.2rem;font-weight:700;color:var(--accent-color)}.stock{color:#4caf50}.empty-state{text-align:center;padding:4rem 2rem;color:var(--secondary-color)}.error{text-align:center;padding:2rem;color:var(--accent-color)}.pagination{display:flex;justify-content:center;margin-top:3rem}.pagination-controls{display:flex;gap:.5rem;align-items:center}.pagination-btn{padding:.5rem 1rem;border:1px solid var(--border-color);background:#fff;cursor:pointer;border-radius:4px;transition:all .3s}.pagination-btn:hover,.pagination-btn.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-ellipsis{padding:0 .5rem}.after-products-banner{width:100%;margin:0;padding:0;background:#fff}section:has(+.after-products-banner){margin-bottom:0;padding-bottom:0}#newArrivals,#newArrivals .new-arrivals-container{margin-bottom:0!important;padding-bottom:0!important}#newArrivals .pagination,#newArrivals .products-grid{margin-bottom:0!important}.new-arrivals-container+.after-products-banner{margin-top:0!important;padding-top:0!important}#newArrivals .pagination{margin-top:.5rem!important}#newArrivals .section-title{margin-bottom:.25rem!important}.after-products-banner+section,#newArrivals+section{margin-top:0!important;padding-top:0!important}.after-products-container{width:100%;max-width:100%;margin:0;padding:0;overflow:hidden;position:relative}.after-products-link{display:block;width:100%;text-decoration:none;color:inherit}.after-products-image.after-products-desktop-only{width:100%;height:auto;display:block;object-fit:cover}.after-products-slider-mobile{display:none;position:relative;width:100%;overflow:hidden}.after-products-track{display:flex;width:100%;transition:transform .7s ease-in-out}.after-products-slide-image{width:100%;height:auto;display:block;flex-shrink:0;object-fit:cover}@media (min-width: 769px){.after-products-desktop-only{display:block}.after-products-slider-mobile{display:none}}@media (max-width: 768px){.after-products-desktop-only{display:none!important;visibility:hidden;position:absolute;width:0;height:0;overflow:hidden}.after-products-slider-mobile{display:block}}.policy-section{padding:2rem 0;min-height:calc(100vh - 80px);background:#fff}.policy-container{display:flex;gap:3rem;max-width:1400px;margin:0 auto;padding:2rem}.policy-sidebar{width:250px;flex-shrink:0}.policy-sidebar-title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:2rem;text-transform:uppercase;letter-spacing:1px}.policy-nav{display:flex;flex-direction:column;gap:.5rem}.policy-link{color:#dc2626!important;font-size:.95rem;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;padding:.75rem 0;transition:color .2s;display:block;border-bottom:1px solid transparent}.policy-link:hover,.policy-link.active{color:#b91c1c!important;border-bottom-color:#dc2626}.policy-content{flex:1;max-width:800px}.policy-content-area{background:#fff}.policy-content-title{font-size:2rem;font-weight:700;color:#333;margin-bottom:2rem;text-transform:uppercase;letter-spacing:1px}.policy-text{line-height:1.8;color:#333}.policy-text h2{font-size:1.5rem;font-weight:700;margin-top:2rem;margin-bottom:1rem;color:#333}.policy-text h3{font-size:1.2rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;color:#333}.policy-text p{margin-bottom:1rem;color:#666}.policy-text ul,.policy-text ol{margin-bottom:1.5rem;padding-left:2rem;color:#666}.policy-text li{margin-bottom:.5rem}.policy-text strong{color:#333;font-weight:600}.categories-section,.categories-section.new-arrivals-section{padding:1rem 0 0;background:#fff;overflow-x:hidden;margin-bottom:0}.categories-section .new-arrivals-container{width:100%;max-width:100%;margin:0;padding:0;box-sizing:border-box}.categories-section .section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#000;padding:0 2rem;box-sizing:border-box;white-space:nowrap;text-transform:uppercase;letter-spacing:1px}.categories-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:1200px;margin:0 auto}.category-button{padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border:none;background:#f0f0f0;color:#333;cursor:pointer;transition:all .3s ease;border-radius:0;min-width:100px;text-align:center}.category-button:hover{background:#333;color:#fff}.category-button.active{background:#000;color:#fff}@media (max-width: 768px){.categories-section{padding:2rem 0}.categories-section .container{padding:0 1rem}.categories-section .section-title{font-size:1.25rem;font-weight:700;color:#000;margin-bottom:1.5rem;text-align:center;text-transform:uppercase;letter-spacing:.5px;padding:0 1rem}.categories-buttons{gap:.5rem;padding:0;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:flex-start;margin:0}.categories-buttons::-webkit-scrollbar{display:none}.category-button{padding:.6rem 1rem;font-size:.8rem;font-weight:600;min-width:auto;flex-shrink:0;white-space:nowrap;border-radius:0;border:none}.category-button.active{background:#000;color:#fff}.category-button:not(.active){background:#f0f0f0;color:#333}.categories-tabs{gap:0!important;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0!important;margin-bottom:1rem!important;justify-content:flex-start!important;display:flex!important;background:#efefef;border-radius:4px}.categories-tabs::-webkit-scrollbar{display:none}.category-tab{padding:.6rem .9rem!important;font-size:.7rem!important;font-weight:600!important;min-width:auto!important;flex-shrink:0;border-radius:0!important;letter-spacing:.3px!important;text-align:center;white-space:nowrap;margin:0!important;border:none!important;border-right:1px solid #e0e0e0!important;outline:none!important}.category-tab:last-child{border-right:none!important}.category-tab.active{background:#000!important;color:#fff!important}.category-tab:not(.active){background:transparent!important;color:#333!important}}.categories-tabs{display:flex;gap:0;flex-wrap:nowrap;align-items:stretch;justify-content:center;margin:0 auto 1.5rem;padding:0;max-width:100%;box-sizing:border-box;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#efefef;border-radius:4px;box-shadow:0 1px 2px #0000000d}.categories-tabs::-webkit-scrollbar{display:none}.category-tab{padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border:none;background:transparent;color:#333;cursor:pointer;transition:background .2s ease,color .2s ease;border-radius:0;min-width:110px;text-align:center;white-space:nowrap;flex-shrink:0;border-right:1px solid #e0e0e0}.category-tab:last-child{border-right:none}@media screen and (max-width: 768px){.categories-section .categories-tabs,#categoriesTabs.categories-tabs,.categories-tabs{gap:0!important;padding:0!important;margin-bottom:1rem!important;justify-content:flex-start!important;display:flex!important;border-radius:4px}.categories-section .category-tab,#categoriesTabs .category-tab,.category-tab{padding:.6rem .9rem!important;font-size:.7rem!important;font-weight:600!important;min-width:auto!important;border-radius:0!important;letter-spacing:.3px!important;margin:0!important;border:none!important;border-right:1px solid #e0e0e0!important;outline:none!important}.categories-section .category-tab:last-child,#categoriesTabs .category-tab:last-child,.category-tab:last-child{border-right:none!important}.categories-section .category-tab.active,#categoriesTabs .category-tab.active,.category-tab.active{background:#000!important;color:#fff!important}.categories-section .category-tab:not(.active),#categoriesTabs .category-tab:not(.active),.category-tab:not(.active){background:transparent!important;color:#333!important}}.category-tab:hover:not(.active){background:#e5e5e5;color:#333}.category-tab.active{background:#000!important;color:#fff!important}.category-tab:not(.active){background:transparent;color:#333}.category-tab.active:hover{background:#000!important;color:#fff!important}#categoryProductsGrid.new-arrivals-grid{padding-top:0;padding-left:0;padding-right:0;margin:0;width:100%;box-sizing:border-box}#categoryProductsGrid.new-arrivals-grid .product-image-container{aspect-ratio:3/5}@media (max-width: 768px){#categoryProductsGrid.new-arrivals-grid .product-image-container{aspect-ratio:3/5!important}}@media (min-width: 769px){#categoryProductsGrid.new-arrivals-grid{grid-template-columns:repeat(6,1fr);padding-left:0;padding-right:0}}.faq-section{padding:2.5rem 0 3rem;background:#fff}.faq-section .container{max-width:800px;margin:0 auto;padding:0 1.5rem}.faq-section .page-title{text-align:center;font-size:2rem;font-weight:800;color:#111;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px}.faq-search{position:relative;margin-bottom:1.5rem}.faq-search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-size:1rem}.faq-search .fa-search{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#888;font-size:.9rem}.faq-categories{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.faq-category-btn{padding:.5rem 1rem;border:1px solid rgba(0,0,0,.12);background:#fff;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background .2s,border-color .2s}.faq-category-btn:hover,.faq-category-btn.active{background:#111;color:#fff;border-color:#111}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid rgba(0,0,0,.08);overflow:hidden}.faq-item:first-child{border-top:none}.faq-question{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s}.faq-question:hover{background:#00000008}.faq-question h3{margin:0;font-size:1rem;font-weight:600;color:#111;flex:1}.faq-question i{color:#666;font-size:.85rem;flex-shrink:0;transition:transform .2s}.faq-item.active .faq-question i{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer p{margin:0 0 1rem;padding:0 0 1rem;font-size:.95rem;line-height:1.6;color:#555}.faq-footer{margin-top:2.5rem;text-align:center}.faq-footer-card{padding:2rem;background:#f8f8f8;border-radius:12px}.faq-footer-card h2{font-size:1.25rem;margin-bottom:.5rem}.faq-footer-card p{margin-bottom:1rem;color:#666}@media (min-width: 769px){.faq-section .container{max-width:720px;padding:0 2rem}.faq-question{padding:1.15rem 0}.faq-question h3{font-size:1.05rem}}.contact-section.contact-page{position:relative;padding:3rem 0 4rem;background:#fff;min-height:calc(100vh - 200px);overflow:hidden}.contact-section.contact-page:before{content:"";position:absolute;top:0;left:0;width:46%;height:100%;background:#f4f4f4}.contact-section.contact-page .container{position:relative;z-index:1}.contact-section.contact-page .page-title{text-align:center;font-size:2.5rem;font-weight:800;color:#000;margin-bottom:2.5rem;text-transform:uppercase;letter-spacing:1px}.contact-page .contact-shell{position:relative;width:100%;max-width:1100px;min-height:560px;margin:0 auto;padding-bottom:4rem}.contact-page .contactInfo{position:absolute;top:40px;left:0;width:calc(50% - 15px);height:calc(100% - 80px);background:#000;color:#fff;z-index:2;padding:40px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 20px 25px #00000026;border-radius:18px}.contact-page .contactInfo h2{color:#fff;font-size:1.4rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.contact-page .contactInfo ul.info{position:relative;margin:1.25rem 0 0;padding:0}.contact-page .contactInfo ul.info li{position:relative;list-style:none;display:flex;gap:12px;margin:18px 0;align-items:flex-start}.contact-page .contactInfo ul.info li .icon{width:30px;min-width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#fff;opacity:.95}.contact-page .contactInfo ul.info li .text{color:#fff;font-weight:400;line-height:1.6;opacity:.95}.contact-page .contactInfo ul.info li .text a{color:#fff;text-decoration:none;font-weight:500}.contact-page .contactInfo ul.info li .text a:hover{text-decoration:underline}.contact-page .contact-cta-whatsapp{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:14px;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);transition:transform .2s ease,background .2s ease,border-color .2s ease}.contact-page .contact-cta-whatsapp:hover{transform:translateY(-2px);background:#ffffff29;border-color:#ffffff59;text-decoration:none}.contact-page .contactForm{position:absolute;top:0;right:0;width:calc(50% - 15px);min-height:100%;background:#fff;border-radius:18px;border:1px solid #e6e6e6;box-shadow:0 40px 50px #0000002e;padding:70px 50px 90px;box-sizing:border-box}.contact-page .contactForm h2{color:#000;font-size:1.5rem;font-weight:800;letter-spacing:.5px;text-transform:uppercase;margin:0 0 .5rem}.contact-page .contactFormSub{color:#666;margin:0 0 2rem;font-size:.95rem;line-height:1.6}.contact-page .formBox{position:relative;display:flex;justify-content:space-between;flex-wrap:wrap;gap:0;margin:0;padding-bottom:1rem;min-width:0}.contact-page .formBox .inputBox{position:relative;margin-bottom:34px;min-width:0;max-width:100%;box-sizing:border-box}.contact-page .formBox .inputBox.w100:last-of-type{margin-bottom:0}.contact-page .formBox .inputBox.w50{width:47%}.contact-page .formBox .inputBox.w100{width:100%}.contact-page .formBox .inputBox input,.contact-page .formBox .inputBox textarea,.contact-page .formBox .inputBox select{width:100%;resize:none;padding:10px 0 6px;font-size:1rem;font-weight:400;color:#111;border:none;outline:none;border-bottom:1px solid #777;background:transparent;font-family:inherit}.contact-page .formBox .inputBox textarea{height:130px}.contact-page .formBox .inputBox select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:24px;cursor:pointer;box-sizing:border-box;max-width:100%;background-image:linear-gradient(45deg,transparent 50%,#111 50%),linear-gradient(135deg,#111 50%,transparent 50%);background-position:calc(100% - 12px) 17px,calc(100% - 7px) 17px;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.contact-page .contact-subject-wrap{position:relative;padding-top:22px;overflow:visible}.contact-page .contact-subject-select-hidden{position:absolute!important;opacity:0;width:0;height:0;pointer-events:none;overflow:hidden;margin:0;padding:0}.contact-page .contact-subject-trigger{width:100%;padding:10px 0 12px;font-size:1rem;font-weight:400;line-height:1.5;color:#111;border:none;border-bottom:1px solid #777;background:transparent;font-family:inherit;text-align:left;cursor:pointer;display:flex;align-items:center;box-sizing:border-box;min-height:24px}.contact-page .contact-subject-trigger .contact-subject-label:empty{color:#777}.contact-page .contact-subject-trigger .contact-subject-label{flex:1 1 0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:12px}.contact-page .contact-subject-trigger .contact-subject-arrow{flex:0 0 24px;width:24px;min-width:24px;font-size:.6rem;color:#777;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.contact-page .contact-subject-open .contact-subject-trigger .contact-subject-arrow{transform:rotate(180deg)}.contact-page .contact-subject-floating-label{position:absolute;left:0;top:0;padding:0;pointer-events:none;font-size:.75rem;font-weight:700;letter-spacing:.6px;color:#000;line-height:1.2;transition:.25s ease}.contact-page .contact-subject-list{position:absolute;left:0;right:0;top:100%;margin-top:4px;max-height:220px;overflow-y:auto;background:#fff;border:1px solid #e6e6e6;border-radius:8px;box-shadow:0 8px 20px #0000001f;z-index:10;width:100%;min-width:0;box-sizing:border-box}.contact-page .contact-subject-option{padding:12px 14px;font-size:1rem;color:#111;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background .15s ease}.contact-page .contact-subject-option:last-child{border-bottom:none}.contact-page .contact-subject-option:hover{background:#f5f5f5}.contact-page .formBox .inputBox span{position:absolute;left:0;top:0;padding:10px 0 6px;pointer-events:none;font-size:1rem;font-weight:400;color:#777;transition:.25s ease}.contact-page .formBox .inputBox input:focus~span,.contact-page .formBox .inputBox input:valid~span,.contact-page .formBox .inputBox textarea:focus~span,.contact-page .formBox .inputBox textarea:valid~span,.contact-page .formBox .inputBox select:focus~span,.contact-page .formBox .inputBox select:valid~span{transform:translateY(-20px);font-size:.75rem;font-weight:700;letter-spacing:.6px;color:#000}.contact-page .contact-submit-btn{cursor:pointer;background:#000;color:#fff;border:none;border-radius:20px;max-width:160px;width:100%;padding:12px 16px;font-weight:700;letter-spacing:.4px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.contact-page .contact-submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000002e}.contact-page #contactError,.contact-page #contactSuccess{width:100%;margin:-10px 0 18px}.business-hours-section{margin-top:5rem;display:flex;justify-content:center;position:relative;z-index:1}.business-hours-card{background:#f8f8f8;border-radius:12px;padding:2rem;max-width:600px;width:100%;text-align:center}.business-hours-card h2{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.5px}.hours-list{display:flex;flex-direction:column;gap:1rem}.hours-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border-radius:8px;border:1px solid #e0e0e0}.hours-day{font-weight:600;color:#333;font-size:.95rem}.hours-time{color:#666;font-size:.9rem}@media (max-width: 1200px){.contact-page .contact-shell{width:100%;max-width:980px;min-height:auto;margin:0 auto 2.5rem;box-shadow:0 20px 50px #00000014}.contact-page .contactInfo{position:relative;top:0;left:0;width:calc(50% - 15px);height:auto;border-radius:0;box-shadow:none}.contact-page .contactForm{position:relative;width:calc(50% - 15px);height:auto;border-radius:0;box-shadow:none;padding:40px}.contact-section.contact-page:before{width:40%}}@media (max-width: 991px){.contact-section.contact-page:before{display:none}.contact-page .contact-shell{display:flex;flex-direction:column-reverse;max-width:100%;min-height:0;width:100%}.contact-page .contactForm{width:100%!important;max-width:100%;border-radius:0;box-sizing:border-box}.contact-page .contactInfo{width:100%!important;max-width:100%;border-radius:0;flex-direction:column;gap:1rem;height:auto}}@media (max-width: 600px){.contact-section.contact-page{padding:2rem 0 4rem;overflow:visible;min-height:0}.contact-section.contact-page .container{padding:0 1rem;max-width:100%}.contact-section.contact-page .page-title{font-size:1.75rem;margin-bottom:2rem}.contact-page .contact-shell{padding-bottom:2rem}.contact-page .contactForm{padding:24px 18px 32px;overflow-x:hidden}.contact-page .formBox .inputBox select{min-width:0}.contact-page .contactInfo{padding:24px 18px 28px}.contact-page .formBox .inputBox.w50{width:100%}.business-hours-section{margin-top:3rem;padding:0 0 2rem}.business-hours-card{padding:1.5rem}.hours-item{flex-direction:column;align-items:flex-start;gap:.5rem}}.site-footer{background:#2a2a2a;color:#ccc;padding:2rem 0 .75rem;margin-top:4rem}body.home-page .site-footer{margin-top:1rem}.site-footer .container{max-width:1400px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:2rem;margin-bottom:1rem}.footer-section{text-align:left}.footer-section h3{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.3px}.footer-branding{max-width:350px}.footer-logo{font-size:1.8rem;font-weight:700;margin-bottom:.75rem;line-height:1.1}.logo-anime{color:#fff}.logo-india{color:#ff69b4}.footer-description{color:#ccc;font-size:.9rem;line-height:1.4;margin-bottom:1rem}.footer-social{display:flex;gap:.75rem;margin-top:1rem}.social-icon{width:40px;height:40px;border:2px solid #ffffff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:1rem;transition:all .3s}.social-icon:hover{background:#fff;color:#2a2a2a;transform:translateY(-2px)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links li:last-child{margin-bottom:0}.footer-links a{color:#ccc;text-decoration:none;font-size:.95rem;transition:color .3s}.footer-links a:hover{color:#fff;text-decoration:underline}.footer-newsletter{max-width:300px}.newsletter-description{color:#ccc;font-size:.9rem;line-height:1.4;margin-bottom:.75rem}.newsletter-form{margin-bottom:.75rem}.newsletter-input-group{display:flex;align-items:center;background:#3a3a3a;border-radius:4px;overflow:hidden;border:1px solid #4a4a4a}.newsletter-input{flex:1;padding:.75rem 1rem;background:transparent;border:none;color:#fff;font-size:.9rem;outline:none}.newsletter-input::placeholder{color:#999}.newsletter-submit{width:40px;height:40px;background:#ff69b4;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s;flex-shrink:0}.newsletter-submit:hover{background:#ff1493}.newsletter-privacy{color:#ccc;font-size:.8rem;line-height:1.3;margin:0}.privacy-link{color:#ff69b4;text-decoration:none}.privacy-link:hover{text-decoration:underline}.footer-bottom{padding-top:1rem;margin-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright{color:#ccc;font-size:.85rem;margin:0;line-height:1.2}.footer-policies{display:flex;gap:1rem;flex-wrap:wrap}.footer-policies a{color:#ccc;text-decoration:none;font-size:.85rem;transition:color .3s;line-height:1.2}.footer-policies a:hover{color:#fff;text-decoration:underline}@media (max-width: 1024px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.site-footer{padding:1.5rem 0 .5rem}.footer-content{grid-template-columns:repeat(2,1fr);gap:1rem;padding:0;margin-bottom:.75rem}.footer-section{text-align:left}.footer-section h3{font-size:.85rem;margin-bottom:.75rem;letter-spacing:.2px}.footer-branding{max-width:100%;grid-column:1 / -1}.footer-logo{font-size:1.2rem;margin-bottom:.5rem;line-height:1.1}.footer-description{font-size:.7rem;line-height:1.3;margin-bottom:.75rem}.footer-social{gap:.5rem;margin-top:.75rem}.social-icon{width:30px;height:30px;font-size:.8rem}.footer-links{font-size:.8rem}.footer-links li{margin-bottom:.4rem}.footer-links li:last-child{margin-bottom:0}.footer-links a{font-size:.75rem;line-height:1.2}.footer-newsletter{display:none!important}.footer-bottom{padding-top:.75rem;margin-top:.75rem}.footer-bottom-content{flex-direction:column;text-align:center;gap:.5rem}.footer-copyright{font-size:.7rem;line-height:1.2}.footer-policies{justify-content:center;gap:.5rem;flex-wrap:wrap}.footer-policies a{font-size:.7rem;line-height:1.2}}@media (min-width: 769px){.mobile-header{display:none!important}.desktop-nav{display:flex!important}.dropdown-menu-wrapper,.collection-menu-wrapper,.policy-menu-wrapper{display:block!important}.collection-series-link{font-size:1rem}.category-scroll-container{display:flex;justify-content:center}.category-scroll{justify-content:center;padding:0 2rem;max-width:1400px;margin:0 auto}.policy-container{flex-direction:row}}@media (max-width: 1024px){.hero-text-main{font-size:8rem}.hero-text-top,.hero-text-top-right{font-size:2rem}.model-card{width:250px;height:375px}.policy-container{flex-direction:column}.policy-sidebar{width:100%}}@media (max-width: 768px){html,body{width:100%;max-width:100%;overflow-x:hidden;margin:0;padding:0}#app,#header-container{overflow-x:hidden;max-width:100%}.site-header,.header-container{max-width:100%;overflow-x:hidden}.site-footer{overflow-x:hidden;max-width:100%}.site-footer .container,.container{max-width:100%;box-sizing:border-box}.new-arrivals-container .section-title{font-size:1.3rem;padding:0 .5rem;white-space:nowrap;overflow:visible}.new-arrivals-grid,.products-grid.new-arrivals-grid,.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:.25rem!important;padding:0!important;margin:0!important;justify-content:stretch!important}.new-arrivals-grid .product-card,.products-grid.new-arrivals-grid .product-card,.products-grid .product-card{width:100%!important;max-width:100%!important;border-radius:0!important;margin:0!important;padding:0!important;height:auto!important;min-height:auto!important}.new-arrivals-grid .product-image-container,.products-grid.new-arrivals-grid .product-image-container,.products-grid .product-image-container{width:100%!important;height:auto!important;aspect-ratio:3/4!important}.new-arrivals-grid .product-image,.products-grid.new-arrivals-grid .product-image,.products-grid .product-image{width:100%!important;height:100%!important;object-fit:cover;object-position:center top}.product-card--poster .product-image{object-fit:contain!important;object-position:center}.product-name{font-size:.65rem!important;line-height:1.2}.current-price{font-size:.7rem!important}.original-price{font-size:.6rem!important}.discount-percentage{font-size:.55rem!important}.size-tag{font-size:.5rem!important;padding:.12rem .25rem!important;min-width:22px!important}body{background-color:#fff;padding-top:0!important}.desktop-nav,.dropdown-menu-wrapper,.collection-menu-wrapper,.policy-menu-wrapper{display:none!important}.mobile-header{display:block;width:100%;margin:0;padding:0;position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;box-shadow:0 2px 8px #0000001a}.mobile-menu-btn{min-width:44px;min-height:44px;font-size:1.35rem;color:#333;-webkit-tap-highlight-color:transparent}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000}.header-container{padding:0 15px;flex-wrap:wrap}.nav-left{order:3;width:100%;justify-content:center;gap:.75rem;margin-top:1rem;font-size:.8rem;flex-wrap:wrap}.logo{order:1}.logo svg,.logo img{width:35px;height:35px;object-fit:contain}.mobile-logo img{width:35px;height:35px;object-fit:contain}.header-icons{order:2;gap:1rem}.header-icon{font-size:1rem}.mobile-header-top{padding:.75rem 1rem}.promo-banner-scroll{display:flex;align-items:center;padding:.35rem 0 .6rem;margin-top:59px!important;margin-bottom:.35rem;position:relative;min-height:2.25rem;overflow-x:hidden;max-width:100%}.category-scroll-container{margin-top:0!important;padding-top:0!important}.promo-item{font-size:.6rem;gap:.35rem;line-height:1}.promo-offer,.promo-customers{font-size:.65rem}.promo-separator{font-size:.5rem}.promo-scroll-content{gap:2rem;margin-top:.75rem}.mobile-menu-drawer{width:85%;max-width:320px}.mobile-menu-close{min-width:44px;min-height:44px;font-size:1.5rem;-webkit-tap-highlight-color:transparent}.mobile-menu-tab{font-size:.7rem;padding:.6rem .4rem}.mobile-menu-item{padding:.65rem .9rem}.mobile-menu-thumbnail{width:45px;height:45px}.mobile-menu-label{font-size:.85rem}.category-scroll{gap:.75rem;padding:0 1rem}.category-item{min-width:65px}.category-item a{gap:.4rem}.category-image{width:65px;height:65px}.category-label{font-size:.7rem;line-height:1.1}.hero-section{padding:0!important;min-height:auto;width:100%;max-width:100%;margin:0;position:relative}.hero-content{padding:0;width:100%;max-width:100%;min-height:auto;margin:0}.hero-overlay{width:100%;max-width:100%}.hero-image-container{width:100%;max-width:100%;padding:0;margin:0;position:relative}.hero-slider-mobile .hero-slide-image{width:100%;max-width:100%;height:auto;border-radius:0;display:block;object-fit:cover}.hero-text-main{font-size:4rem}.hero-text-top,.hero-text-top-right{font-size:1.2rem}.whatsapp-icon{width:50px;height:50px;font-size:1.5rem;bottom:20px;right:20px}.stats-section{padding:.5rem 0!important;margin-top:-.3rem!important}.stats-container{flex-direction:row;gap:.5rem;padding:0 1rem;justify-content:space-between;align-items:flex-start}.stat-item{flex:1;gap:0;min-width:0}.stat-icon{width:32px;height:32px;font-size:1rem}.stat-content{gap:.15rem}.stat-number{font-size:.9rem;line-height:1.1}.stat-label{font-size:.65rem;line-height:1.2}.policy-container{flex-direction:column;padding:1rem}.policy-sidebar{width:100%}.policy-nav{flex-direction:row;flex-wrap:wrap;gap:1rem}.policy-link{padding:.5rem 1rem;border:1px solid #dc2626;border-radius:4px}.policy-link.active{background:#dc2626;color:#fff}}.cart-section{padding:1.5rem 0 3rem;min-height:calc(100vh - 180px);background:#fafafa}.cart-section .container{max-width:1200px;margin:0 auto;padding:0 1.25rem}.cart-section .page-title{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;text-align:left;letter-spacing:-.02em}.cart-container{display:grid;grid-template-columns:1fr 380px;gap:2rem;align-items:start}.cart-items-section{min-height:280px}.cart-items-container{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:140px 1fr 140px 120px;gap:1.25rem;padding:1.25rem 1.5rem;background:#fff;border:1px solid #f0f0f0;border-radius:14px;align-items:center;box-shadow:0 1px 3px #0000000d;transition:box-shadow .2s,border-color .2s}.cart-item:hover{border-color:#e5e7eb;box-shadow:0 4px 12px #0000000f}.cart-item-image-link{display:block;text-decoration:none;width:140px;height:140px;flex-shrink:0}.cart-item-image-link:hover .cart-item-image{box-shadow:0 4px 12px #0000001a}.cart-item-image{width:100%;height:100%;overflow:hidden;border-radius:12px;background:#f8f8f8;transition:box-shadow .2s ease}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{display:flex;flex-direction:column;gap:.35rem;min-width:0}.cart-item-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.cart-item-name{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0;line-height:1.35;flex:1;min-width:0}.cart-item-remove{flex-shrink:0;width:36px;height:36px;border:none;background:#f9fafb;color:#6b7280;font-size:1rem;cursor:pointer;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.cart-item-remove:hover{background:#fef2f2;color:#dc2626}.cart-item-meta{font-size:.8rem;color:#6b7280;margin:0;display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.cart-item-meta .separator{color:#9ca3af}.cart-item-price{display:flex;align-items:center;gap:.5rem;margin-top:.1rem}.cart-item-price .current-price,.cart-item-price .discounted-price{font-size:1rem;font-weight:700;color:#1a1a1a}.cart-item-price .original-price{font-size:.8rem;color:#9ca3af;text-decoration:line-through}.cart-item-quantity{display:flex;flex-direction:column;gap:.35rem}.cart-item-quantity-label{font-size:.75rem;font-weight:600;color:#6b7280;display:block}.quantity-controls{display:flex;align-items:center;gap:.25rem;border:1.5px solid #e5e7eb;border-radius:10px;padding:.25rem;width:fit-content;background:#fafafa}.quantity-btn{width:30px;height:30px;border:none;background:#fff;color:#374151;font-size:1rem;font-weight:600;cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.quantity-btn:hover{background:#f3f4f6;color:#1a1a1a}.quantity-input{width:40px;height:30px;border:none;text-align:center;font-size:.9rem;font-weight:600;color:#1a1a1a;background:transparent}.quantity-input::-webkit-inner-spin-button,.quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-item-total{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem}.item-total-label{font-size:.75rem;color:#6b7280;font-weight:600}.item-total-price{font-size:1.05rem;font-weight:700;color:#1a1a1a}.empty-cart{text-align:center;padding:3rem 1.5rem;background:#fff;border-radius:16px;border:1px solid #f0f0f0;box-shadow:0 1px 3px #0000000d}.empty-cart-icon{margin-bottom:1.25rem;color:#e5e7eb;font-size:3.5rem;display:flex;justify-content:center;align-items:center}.empty-cart-icon i{opacity:.7}.empty-cart h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem;letter-spacing:-.02em}.empty-cart p{color:#6b7280;font-size:.95rem;margin-bottom:1.5rem;max-width:320px;margin-left:auto;margin-right:auto}.empty-cart .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.75rem;background:#1a1a1a;color:#fff;text-decoration:none;border:none;border-radius:12px;font-weight:600;font-size:.95rem;transition:background .2s,transform .1s;cursor:pointer;box-shadow:0 2px 8px #0000001f}.empty-cart .btn:hover{background:#000;transform:translateY(-1px)}.cart-summary{position:sticky;top:90px}.summary-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:1.5rem 1.75rem;box-shadow:0 1px 3px #0000000f}.summary-title{font-size:1.15rem;font-weight:700;color:#1a1a1a;margin-bottom:1.25rem;text-align:left;letter-spacing:-.01em}.promo-code-section{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.promo-code-section label{display:block;font-size:.85rem;font-weight:600;color:#374151;margin-bottom:.4rem}.promo-input-group{display:flex;gap:.5rem}.promo-input{flex:1;padding:.6rem .85rem;border:1.5px solid #e5e7eb;border-radius:10px;font-size:.9rem;transition:border-color .2s}.promo-input:focus{outline:none;border-color:#1a1a1a}.promo-input::placeholder{color:#9ca3af}.cart-section .btn-secondary{padding:.6rem 1rem;background:#1a1a1a;color:#fff;border:none;border-radius:10px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.cart-section .btn-secondary:hover:not(:disabled){background:#000}.cart-section .btn-secondary:disabled{background:#d1d5db;cursor:not-allowed}.cart-section .price-breakdown{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #f0f0f0;gap:.5rem}.cart-section .price-row{font-size:.9rem;color:#374151}.cart-section .price-row.total-row{font-size:1.15rem;font-weight:700;color:#1a1a1a;margin-top:.5rem;padding-top:.75rem}.cart-section #checkoutBtn.btn-primary{width:100%;padding:.95rem 1.25rem;border-radius:12px;font-weight:600;font-size:.95rem;margin-top:0;box-shadow:0 2px 8px #0000001f;transition:background .2s,transform .1s}.cart-section #checkoutBtn.btn-primary:hover:not(:disabled){transform:translateY(-1px)}.cart-section #checkoutBtn.btn-primary:disabled{background:#d1d5db;cursor:not-allowed}.cart-section .continue-shopping-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;color:#6b7280;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.cart-section .continue-shopping-link:hover{color:#1a1a1a}.cart-section .continue-shopping-link i{font-size:.8rem}.checkout-section{padding:2rem 0 4rem;min-height:calc(100vh - 200px);background:#fff;animation:checkoutSectionIn .5s ease-out}@keyframes checkoutSectionIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.checkout-page-title{animation:checkoutFadeIn .5s ease-out .1s both}.checkout-card-animate{animation:checkoutSlideUp .45s ease-out both}.checkout-form-card[data-collapse=shipping]{animation-delay:.15s}.checkout-form-card[data-collapse=payment]{animation-delay:.25s}.checkout-summary-animate{animation:checkoutSlideUp .5s ease-out .2s both}@keyframes checkoutFadeIn{0%{opacity:0}to{opacity:1}}@keyframes checkoutSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.checkout-section .page-title{font-size:2rem;font-weight:700;color:#333;margin-bottom:2rem;text-align:left}.checkout-container{display:grid;grid-template-columns:1fr 400px;gap:3rem;align-items:start}.checkout-form-section{display:flex;flex-direction:column;gap:2rem}.checkout-card-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;margin:0;background:none;border:none;cursor:pointer;text-align:left}.checkout-card-header .form-title{margin:0;padding:0;border-bottom:none}.checkout-card-chevron{transition:transform .3s ease;color:#666}.checkout-card-header.is-open .checkout-card-chevron{transform:rotate(180deg)}.checkout-card-body{overflow:hidden;transition:max-height .35s ease,opacity .3s ease}.checkout-form-card .checkout-card-body{padding-top:1rem}@media (min-width: 769px){.checkout-card-header{pointer-events:none;cursor:default}.checkout-card-chevron{display:none}}.login-prompt{background:#f0f7ff;border:1px solid #b3d9ff;border-radius:8px;padding:1rem;margin-bottom:1rem}.login-prompt-content{text-align:center;color:#333;font-size:.95rem}.login-prompt-content a{color:#06c;text-decoration:underline;font-weight:600}.login-prompt-content a:hover{color:#0052a3}.checkout-form-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem}.form-title{font-size:1.3rem;font-weight:700;color:#333;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.form-group label{font-size:.9rem;font-weight:600;color:#333}.form-group .required{color:#dc2626}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid #e0e0e0;border-radius:4px;font-size:.95rem;color:#333;transition:border-color .3s;box-sizing:border-box}.form-group input:focus,.form-group select:focus{outline:none;border-color:#9b59b6}.form-group input:invalid{border-color:#dc2626}.payment-section-hint{font-size:.875rem;color:#6b7280;margin:0 0 1rem;line-height:1.45}.payment-methods{display:flex;flex-direction:column;gap:.75rem}.payment-method{display:flex;align-items:center;padding:0;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:border-color .2s,background .2s,box-shadow .2s;background:#fff;position:relative;overflow:hidden}.payment-method:hover{border-color:#c7d2fe;background:#fafbff}.payment-method input[type=radio]{position:absolute;opacity:0;width:0;height:0}.payment-method:has(input[type=radio]:checked){border-color:#3395ff;background:#f0f7ff;box-shadow:0 0 0 1px #3395ff}.payment-method:has(input[type=radio]:checked) .payment-method-check{opacity:1;color:#3395ff;border-color:#3395ff;background:#fff}.payment-method:has(input[type=radio]:checked).payment-method-online .payment-method-icon{background:#3395ff;color:#fff}.payment-method:has(input[type=radio]:checked).payment-method-cod .payment-method-icon{background:#1a1a1a;color:#fff}.payment-method-content{display:flex;align-items:center;gap:1rem;flex:1;padding:1rem 1.25rem;min-height:72px}.payment-method-icon{width:48px;height:48px;border-radius:12px;background:#f3f4f6;color:#6b7280;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0;transition:background .2s,color .2s}.payment-method-online .payment-method-icon{background:#e0f0ff;color:#3395ff}.payment-method-cod .payment-method-icon{background:#f3f4f6;color:#6b7280}.payment-method-text{flex:1;min-width:0}.payment-method-text strong{display:block;font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.2rem}.payment-method-text p{font-size:.8rem;color:#6b7280;margin:0;line-height:1.4}.payment-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.7rem;color:#059669;margin-top:.4rem;font-weight:600}.payment-badge i{font-size:.65rem}.payment-method-check{position:absolute;top:1rem;right:1rem;width:22px;height:22px;border-radius:50%;background:#fff;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-size:.7rem;opacity:0;transition:opacity .2s}.checkout-summary{position:sticky;top:100px}.summary-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.25rem}.summary-title{font-size:1.2rem;font-weight:700;color:#333;margin:0 0 1rem;padding-bottom:.65rem;border-bottom:2px solid #f0f0f0}.order-items{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;max-height:400px;overflow-y:auto}.order-item{display:flex;gap:1rem;padding:1rem;background:#f9f9f9;border-radius:8px}.order-item-image-link{display:block;flex-shrink:0;text-decoration:none}.order-item-image-link img{width:80px;height:80px;object-fit:cover;border-radius:6px;display:block}.order-item img{width:80px;height:80px;object-fit:cover;border-radius:6px;flex-shrink:0}.order-item-name-link{text-decoration:none;color:inherit;display:inline-block}.order-item-name-link:hover{text-decoration:underline;color:#9b59b6}.order-item-info h4,.order-item-info .order-item-name-link h4{font-size:.95rem;font-weight:600;color:#333;margin:0;line-height:1.3}.order-item-info .order-item-name-link:hover h4{color:#9b59b6}.order-item-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.order-item-info p{font-size:.85rem;color:#666;margin:0}.order-item-price{font-size:1rem;font-weight:700;color:#333;margin-top:auto}.price-breakdown{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.75rem;padding-top:.75rem;border-top:1px solid #e0e0e0}.price-row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:#666}.price-row.total-row{font-size:1.2rem;font-weight:700;color:#333;padding-top:.75rem;border-top:1px solid #e0e0e0;margin-top:.5rem}.btn-large{padding:.75rem 1.5rem;font-size:1.05rem}.summary-card .btn-large{margin-top:.5rem}.secure-payment-note{text-align:center;font-size:.8rem;color:#666;margin:.5rem 0 0;display:flex;align-items:center;justify-content:center;gap:.5rem}.secure-payment-note i{color:#4caf50}@media (max-width: 1024px){.checkout-container{grid-template-columns:1fr 350px;gap:2rem}}@media (max-width: 768px){.checkout-section{padding:.5rem 0 1.5rem}.checkout-section .page-title{font-size:1.5rem;margin-bottom:.75rem}.checkout-container{grid-template-columns:1fr;gap:.75rem}.checkout-summary{position:static}.checkout-form-section{gap:.5rem}.checkout-form-card{padding:.6rem .75rem .75rem;border-radius:10px;transition:box-shadow .3s ease}.checkout-form-card:focus-within{box-shadow:0 4px 12px #00000014}.checkout-card-header{padding:.2rem 0}.checkout-card-header .form-title{font-size:1.05rem;margin-bottom:0;padding-bottom:.4rem}.checkout-form-card .checkout-card-body{padding-top:.4rem}.checkout-card-body{max-height:2000px;opacity:1}.checkout-card-body:not(.is-open){max-height:0;opacity:0;padding-top:0!important;margin-top:-.5rem}.checkout-card-header:not(.is-open) .checkout-card-chevron{transform:rotate(0)}.checkout-card-header.is-open .checkout-card-chevron{transform:rotate(180deg)}.checkout-form-card .form-row{grid-template-columns:1fr;gap:0}.checkout-form-card .form-row-name{grid-template-columns:1fr 1fr;gap:.35rem}.checkout-form-card .form-group{margin-bottom:.28rem;gap:.12rem}.checkout-form-card .form-group:last-child{margin-bottom:0}.checkout-form-card .form-group label{font-size:.72rem}.checkout-form-card .form-group input,.checkout-form-card .form-group select{padding:.18rem .28rem;font-size:.78rem;min-height:1.35rem;line-height:1.3;border-radius:2px}.checkout-form-card .payment-methods{gap:.5rem}.checkout-form-card .payment-method-content{padding:.75rem 1rem;min-height:60px}.checkout-form-card .payment-method-icon{width:40px;height:40px;font-size:1rem}.checkout-form-card .payment-method-text strong{font-size:.9rem;margin-bottom:.1rem}.checkout-form-card .payment-method-text p{font-size:.75rem}.checkout-form-card .payment-badge{font-size:.65rem;margin-top:.25rem}.checkout-form-card .payment-method-check{top:.6rem;right:.6rem;width:18px;height:18px;font-size:.6rem}.summary-card{padding:.85rem 1rem}.checkout-summary .promo-code-section{margin-bottom:.5rem;padding-bottom:.5rem}.checkout-summary .promo-code-section label{margin-bottom:.25rem}.checkout-summary .price-breakdown{margin-bottom:.5rem;padding-top:.5rem;gap:.35rem}.checkout-summary .summary-card .btn-large,.checkout-summary .secure-payment-note{margin-top:.4rem}.order-item{padding:.5rem 0}.order-item img{width:56px;height:56px}.checkout-you-may-like{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #eee;animation:checkoutYouMayLikeIn .5s ease-out both}.checkout-you-may-like .section-title{font-size:1.2rem;margin-bottom:.75rem}#checkoutYouMayLike.new-arrivals-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}@keyframes checkoutYouMayLikeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.checkout-you-may-like{margin-top:3rem;padding-top:2rem;border-top:1px solid #eee;animation:checkoutYouMayLikeIn .5s ease-out .3s both}.checkout-you-may-like .section-title{text-align:center;margin-bottom:1rem}.checkout-you-like-card{transition:transform .25s ease,box-shadow .25s ease}.checkout-you-like-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000014}.checkout-you-like-options{font-size:.8rem;color:#ec4899;display:inline-block;margin-top:.25rem}.checkout-you-like-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:flex-end;justify-content:center;pointer-events:none;visibility:hidden;transition:visibility .35s ease}.checkout-you-like-modal.is-open{pointer-events:auto;visibility:visible}.checkout-you-like-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .35s ease}.checkout-you-like-modal.is-open .checkout-you-like-overlay{opacity:1}.checkout-you-like-sheet{position:relative;width:100%;max-width:100%;max-height:85vh;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -4px 24px #00000026;transform:translateY(100%);transition:transform .4s cubic-bezier(.32,.72,0,1);overflow:hidden;display:flex;flex-direction:column}.checkout-you-like-modal.is-open .checkout-you-like-sheet{transform:translateY(0)}@media (min-width: 769px){.checkout-you-like-modal{align-items:center;justify-content:center}.checkout-you-like-sheet{max-width:420px;width:100%;max-height:85vh;border-radius:16px;transform:scale(.9);transition:transform .3s cubic-bezier(.32,.72,0,1)}.checkout-you-like-modal.is-open .checkout-you-like-sheet{transform:scale(1)}}.checkout-you-like-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #eee;flex-shrink:0}.checkout-you-like-sheet-title{font-size:1.25rem;font-weight:700;color:#333;margin:0}.checkout-you-like-close{background:none;border:none;font-size:1.75rem;line-height:1;color:#666;cursor:pointer;padding:.25rem}.checkout-you-like-sheet-body{overflow-y:auto;padding:1.25rem;flex:1;min-height:0}.checkout-you-like-loading{text-align:center;padding:2rem;color:#666}.checkout-you-like-image-wrap{width:100%;aspect-ratio:1;background:#f5f5f5;border-radius:8px;overflow:hidden;margin-bottom:1rem}.checkout-you-like-image{width:100%;height:100%;object-fit:cover}.checkout-you-like-name{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 .5rem}.checkout-you-like-price-row{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.checkout-you-like-original{text-decoration:line-through;color:#999;font-size:.95rem}.checkout-you-like-price{font-size:1.25rem;font-weight:700;color:#333}.checkout-you-like-off{font-size:.9rem;color:#dc2626;font-weight:600}.checkout-you-like-sizes label{display:block;font-size:.9rem;font-weight:600;color:#333;margin-bottom:.5rem}.checkout-you-like-size-btns{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.checkout-you-like-size-btn{padding:.5rem .75rem;border:2px solid #e5e5e5;border-radius:4px;background:#fff;font-size:.9rem;cursor:pointer;transition:border-color .2s,background .2s}.checkout-you-like-size-btn:hover{border-color:#ccc}.checkout-you-like-size-btn.active{border-color:#ec4899;background:#fdf2f8;color:#333}.promo-message{margin-top:.5rem;font-size:.85rem;min-height:1.2rem}.promo-message.error{color:#c62828;background-color:#ffebee;border:2px solid #f44336;padding:.5rem;border-radius:4px;text-align:center}.btn.applied{background-color:#4caf50!important;color:#fff!important;cursor:not-allowed;animation:pulse .5s ease}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.coupon-success-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.3);z-index:10000;opacity:0;pointer-events:none;transition:all .5s cubic-bezier(.34,1.56,.64,1);filter:blur(5px)}.coupon-success-popup.show{opacity:1;transform:translate(-50%,-50%) scale(1);pointer-events:auto;filter:blur(0px)}.popup-content{background:#fffffff2;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);color:#2e7d32;padding:3.5rem 4.5rem;border-radius:50%/65% 65% 35% 35%;box-shadow:0 10px 40px #4caf5026,0 3px 15px #00000014,inset 0 1px #ffffffe6;text-align:center;min-width:420px;max-width:90vw;position:relative;overflow:visible;animation:popupEntrance .7s cubic-bezier(.68,-.55,.265,1.55);border:1.5px solid rgba(76,175,80,.15)}.popup-content:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(76,175,80,.08) 0%,transparent 70%);animation:shimmer 3s ease-in-out infinite;pointer-events:none;border-radius:50%}.popup-icon{font-size:4.5rem;margin-bottom:1rem;display:flex;justify-content:center;align-items:center;gap:.5rem;filter:drop-shadow(0 2px 8px rgba(76,175,80,.3))}.popup-icon .emoji-1,.popup-icon .emoji-2{display:inline-block;animation:emojiDance 1.2s ease-in-out infinite}.popup-icon .emoji-1{animation-delay:0s}.popup-icon .emoji-2{animation-delay:.3s}.popup-title{font-size:2.8rem;font-weight:900;margin-bottom:.75rem;text-shadow:2px 2px 4px rgba(76,175,80,.2);letter-spacing:3px;color:#4caf50;animation:titlePulse 1.2s ease-in-out infinite;position:relative}.popup-message{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#2e7d32;animation:fadeInUp .6s ease .2s both}.popup-discount{font-size:1.1rem;font-weight:600;color:#1b5e20;animation:fadeInUp .6s ease .4s both}.popup-discount .emoji{display:inline-block;animation:emojiSpin 1s ease-in-out infinite}.popup-discount .emoji:nth-child(2){animation-delay:.3s}@keyframes popupEntrance{0%{transform:scale(.2);opacity:0;filter:blur(10px);border-radius:50%}40%{transform:scale(1.1);opacity:.9;filter:blur(2px);border-radius:50%/65% 65% 35% 35%}60%{transform:scale(.98);opacity:1;filter:blur(0px);border-radius:50%/65% 65% 35% 35%}80%{transform:scale(1.01)}to{transform:scale(1);opacity:1;filter:blur(0px);border-radius:50%/65% 65% 35% 35%}}@keyframes emojiDance{0%,to{transform:translateY(0) rotate(0) scale(1)}10%{transform:translateY(-20px) rotate(-15deg) scale(1.15)}20%{transform:translateY(-5px) rotate(10deg) scale(1.05)}30%{transform:translateY(-18px) rotate(-8deg) scale(1.12)}40%{transform:translateY(-3px) rotate(5deg) scale(1.03)}50%{transform:translateY(-15px) rotate(-12deg) scale(1.1)}60%{transform:translateY(-2px) rotate(8deg) scale(1.02)}70%{transform:translateY(-12px) rotate(-5deg) scale(1.08)}80%{transform:translateY(-1px) rotate(3deg) scale(1.01)}90%{transform:translateY(-8px) rotate(-3deg) scale(1.05)}}.popup-discount .emoji{display:inline-block;margin:0 .2rem}.popup-discount .emoji-money{animation:emojiMoneyBounce 1s ease-in-out infinite}.popup-discount .emoji-sparkle{animation:emojiSparkleSpin 1.2s ease-in-out infinite}@keyframes emojiMoneyBounce{0%,to{transform:translateY(0) rotate(0) scale(1)}25%{transform:translateY(-8px) rotate(-10deg) scale(1.2)}50%{transform:translateY(-3px) rotate(5deg) scale(1.1)}75%{transform:translateY(-6px) rotate(-5deg) scale(1.15)}}@keyframes emojiSparkleSpin{0%,to{transform:rotate(0) scale(1)}25%{transform:rotate(90deg) scale(1.3)}50%{transform:rotate(180deg) scale(1.1)}75%{transform:rotate(270deg) scale(1.2)}}@keyframes titlePulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes titleShine{0%{background-position:0% center}to{background-position:200% center}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%,to{transform:translate(-50%,-50%) rotate(0);opacity:0}50%{transform:translate(-50%,-50%) rotate(180deg);opacity:.3}}.price-breakdown{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.price-row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.95rem;color:#666}.price-row.total-row{font-size:1.2rem;font-weight:700;color:#333;margin-top:.5rem;padding-top:.75rem;border-top:1px solid #e0e0e0}.discount-text{color:#4caf50}.btn-primary{padding:1rem;background:#9b59b6;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s;width:100%}.btn-primary:hover:not(:disabled){background:#8e44ad}.btn-primary:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.btn-large{padding:1.25rem;font-size:1.1rem}.btn-block{width:100%;display:block}.continue-shopping-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;color:#9b59b6;text-decoration:none;font-size:.95rem;font-weight:600;transition:color .3s}.continue-shopping-link:hover{color:#8e44ad;text-decoration:underline}.continue-shopping-link i{font-size:.85rem}@media (max-width: 1024px){.cart-container{grid-template-columns:1fr;gap:2rem}.cart-summary{position:static}.cart-item{grid-template-columns:100px 1fr;gap:1rem;padding:1rem;align-items:start}.cart-item-image-link{width:100px;height:100px}.cart-item-image{width:100%;height:100%}.cart-item-details{min-width:0}.cart-item-header{gap:.5rem}.cart-item-name{font-size:.95rem}.cart-item-quantity,.cart-item-total{grid-column:1 / -1;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #eee;flex-direction:row;align-items:center;gap:.75rem}.cart-item-quantity{display:flex}.cart-item-quantity .cart-item-quantity-label{min-width:4.5rem}.cart-item-total{display:flex;align-items:center;gap:.75rem;padding-top:.35rem;margin-top:0;border-top:none}.cart-item-total .item-total-label{font-size:.85rem}.cart-item-total .item-total-price{font-size:1.05rem}}@media (max-width: 480px){html,body{width:100%;max-width:100%;overflow-x:hidden}.hero-text-main{font-size:3rem}.policy-nav{flex-direction:column}.after-products-banner{margin:0}.order-image-section{height:180px;max-height:180px}.order-main-image{max-height:180px}}.auth-section{padding:4rem 0;min-height:calc(100vh - 200px);background:#fff}.auth-section.auth-section-centered{padding:0;min-height:100vh;display:flex;justify-content:center;align-items:center;width:100%;box-sizing:border-box}.auth-fullpage{max-width:480px;width:100%;margin:0 auto;padding:2.5rem 1.5rem 1.5rem;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow-x:visible;box-sizing:border-box}.auth-logo-top{display:flex;justify-content:center;align-items:center;padding-top:.5rem;padding-bottom:3rem}.auth-logo-top img{width:42px;height:42px;object-fit:contain}.auth-container{max-width:500px;margin:0 auto;padding:0 1rem}.auth-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2.5rem;box-shadow:0 2px 8px #0000000d}.auth-card.auth-card-narrow{border-radius:16px;border:1px solid #e5e7eb;padding:1.75rem 1.75rem 2rem;box-shadow:0 18px 40px #0f172a1f;overflow:visible;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.auth-card.auth-card-narrow .auth-title{font-size:2rem;font-weight:700;color:#000;margin-bottom:.35rem;text-align:left;letter-spacing:-.02em}.auth-subtitle{font-size:.95rem;color:#666;margin-bottom:2rem;text-align:left}.auth-card.auth-card-narrow .auth-subtitle{white-space:nowrap;overflow:visible;font-size:.7rem;font-weight:400;color:#4a4a4a;margin-bottom:1.5rem}@media (min-width: 380px){.auth-card.auth-card-narrow .auth-subtitle{font-size:.8rem}}@media (min-width: 440px){.auth-card.auth-card-narrow .auth-subtitle{font-size:.9rem}}.auth-card.auth-card-narrow .auth-form .form-group label{font-size:.875rem;font-weight:400;color:#4a4a4a;margin-bottom:.5rem}.auth-card.auth-card-narrow .auth-form .form-group input[type=email],.auth-card.auth-card-narrow .auth-form .form-group input[type=text]{padding:.75rem 1rem;border:1px solid #dcdcdc;border-radius:5px;font-size:.95rem;color:#000;background:#fff}.auth-card.auth-card-narrow .auth-form .form-group input[type=email]:focus,.auth-card.auth-card-narrow .auth-form .form-group input[type=text]:focus{outline:none;border-color:#999}.auth-card.auth-card-narrow .auth-form .btn-primary{background:#2c2c2c;color:#fff;font-weight:700;font-size:.95rem;padding:.875rem 1rem;border:none;border-radius:5px}.auth-card.auth-card-narrow .auth-form .btn-primary:hover:not(:disabled){background:#1a1a1a}.auth-card.auth-card-narrow .auth-form .btn-primary:disabled{background:#999}.auth-card.auth-card-narrow .auth-form .otp-input-group{display:flex;gap:.75rem;align-items:stretch;margin-top:.25rem}.auth-card.auth-card-narrow .auth-form .otp-input-group input{flex:1;min-width:0;padding:.75rem 1rem;border:1px solid #dcdcdc;border-radius:8px;font-size:1rem;letter-spacing:.2em;text-align:center;background:#fff}.auth-card.auth-card-narrow .auth-form .otp-input-group input:focus{outline:none;border-color:#2c2c2c}.auth-card.auth-card-narrow .auth-form .otp-input-group .btn-secondary{flex-shrink:0;padding:.75rem 1rem;font-size:.9rem;font-weight:600;color:#2c2c2c;background:#fff;border:1px solid #dcdcdc;border-radius:8px;cursor:pointer;transition:background .2s,border-color .2s}.auth-card.auth-card-narrow .auth-form .otp-input-group .btn-secondary:hover{background:#f5f5f5;border-color:#999}.auth-card.auth-card-narrow .auth-form .form-hint{margin-top:.5rem;font-size:.85rem;color:#6b7280}.auth-card.auth-card-narrow .auth-form .error-message{margin-top:.5rem;margin-bottom:0}.auth-card.auth-card-narrow .auth-form input[type=email],.auth-card.auth-card-narrow .auth-form input[type=text]{-webkit-autofill-padding:.75rem 1rem}.auth-card.auth-card-narrow .auth-form input:-webkit-autofill,.auth-card.auth-card-narrow .auth-form input:-webkit-autofill:hover,.auth-card.auth-card-narrow .auth-form input:-webkit-autofill:focus{-webkit-text-fill-color:#000;-webkit-box-shadow:0 0 0 1000px #fff inset;box-shadow:0 0 0 1000px #fff inset;transition:background-color 5000s ease-in-out 0s}.auth-footer-links{margin-top:auto;padding-top:2rem;display:flex;justify-content:center;gap:.5rem;font-size:.8rem;color:#6b7280}.auth-footer-links a{color:inherit;text-decoration:none}.auth-footer-links a:hover{text-decoration:underline}.auth-form{margin-bottom:1.5rem}.auth-card.auth-card-narrow .auth-form .form-group{margin-bottom:1.25rem}.auth-card.auth-card-narrow .auth-form .btn-primary{margin-top:1.25rem}.form-group{margin-bottom:1.5rem;text-align:left}.form-group label{display:block;font-size:.95rem;font-weight:600;color:#333;margin-bottom:.5rem}.form-group input[type=text],.form-group input[type=email],.form-group input[type=password],.form-group input[type=tel],.form-group input[type=date],.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #e0e0e0;border-radius:4px;font-size:.95rem;font-family:inherit;transition:border-color .3s;box-sizing:border-box}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#9b59b6}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.form-group small{display:block;margin-top:.25rem;font-size:.85rem;color:#999}.required{color:#f44336}.forgot-password-link{display:block;text-align:right;margin-top:.5rem;font-size:.9rem;color:#2196f3;text-decoration:underline}.forgot-password-link:hover{color:#1976d2}.error-message{background:#ffebee;color:#c62828;padding:.75rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem;text-align:left}.success-message{background:#e8f5e9;color:#2e7d32;padding:.75rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem;text-align:left}.auth-divider{text-align:center;margin:1.5rem 0;position:relative;color:#666;font-size:.9rem}.auth-divider:before,.auth-divider:after{content:"";position:absolute;top:50%;width:45%;height:1px;background:#e0e0e0}.auth-divider:before{left:0}.auth-divider:after{right:0}.auth-footer{text-align:center;color:#666;font-size:.95rem;margin-top:1.5rem}.auth-footer a{color:#2196f3;text-decoration:underline}.auth-footer a:hover{color:#1976d2}.profile-section{padding:2rem 0 4rem;min-height:calc(100vh - 200px);background:#fff}.profile-section .page-title{font-size:2rem;font-weight:700;color:#333;margin-bottom:2rem;text-align:left}.profile-container{display:grid;grid-template-columns:250px 1fr;gap:2rem;align-items:start}.profile-sidebar{position:sticky;top:100px}.profile-menu{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.profile-menu-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;color:#333;text-decoration:none;font-size:.95rem;font-weight:500;border-bottom:1px solid #e0e0e0;transition:all .3s}.profile-menu-item:last-child{border-bottom:none}.profile-menu-item i{width:20px;text-align:center;color:#666}.profile-menu-item:hover{background:#f5f5f5;color:#9b59b6}.profile-menu-item:hover i{color:#9b59b6}.profile-menu-item.active{background:#9b59b6;color:#fff;font-weight:600}.profile-menu-item.active i{color:#fff}.profile-content{min-height:400px}.profile-tab{display:none}.profile-tab.active{display:block}.profile-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;margin-bottom:2rem}.card-title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:1.5rem;text-align:left}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.card-header .card-title{margin-bottom:0}.profile-form{max-width:600px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.radio-group{display:flex;gap:2rem;flex-wrap:wrap}.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.95rem;color:#333}.radio-label input[type=radio]{width:auto;margin:0;cursor:pointer}.form-hint{display:block;margin-top:.25rem;font-size:.85rem;color:#999}.addresses-list{display:grid;gap:1.5rem}.address-card{border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;background:#fafafa}.address-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.address-header h3{font-size:1.1rem;font-weight:600;color:#333;margin:0}.address-actions{display:flex;gap:.5rem}.btn-icon{background:none;border:none;color:#666;font-size:1rem;cursor:pointer;padding:.5rem;border-radius:4px;transition:all .3s}.btn-icon:hover{background:#e0e0e0;color:#333}.address-body p{margin:.5rem 0;color:#666;font-size:.95rem}.orders-list{display:grid;gap:1.5rem}.order-card{border:1px solid #e0e0e0;border-radius:16px;padding:0;background:#fff;box-shadow:0 2px 8px #00000014;overflow:hidden;transition:all .3s ease}.order-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.order-card-content{display:grid;grid-template-columns:180px 1fr;gap:0;align-items:stretch}.order-image-section{border-right:1px solid #e0e0e0}.order-image-section{position:relative;background:#f8f9fa;overflow:hidden;display:flex;align-items:center;justify-content:center;min-width:0}.order-main-image{width:100%;height:100%;max-width:100%;max-height:180px;object-fit:cover;object-position:center;display:block}.order-items-count{position:absolute;bottom:12px;right:12px;background:#000000bf;color:#fff;padding:.35rem .7rem;border-radius:20px;font-size:.8rem;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 8px #0003}.order-details-section{padding:1.25rem 1.5rem;display:flex;flex-direction:column;justify-content:flex-start;min-height:180px;min-width:0;overflow-x:hidden;box-sizing:border-box}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:2px solid #f0f0f0;gap:1rem}.order-header-left{flex:1}.order-header h3{font-size:1.2rem;font-weight:700;color:#2c3e50;margin:0 0 .5rem;letter-spacing:-.3px}.order-date{font-size:.9rem;color:#666;margin:0}.order-status{text-align:right;flex-shrink:0}.status-badge{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase}.status-processing{background:#cce5ff;color:#004085}.status-shipped{background:#d4edda;color:#155724}.order-body{margin:.5rem 0;flex:1}.order-items-preview{margin-bottom:.75rem}.order-product-name{font-size:1rem;font-weight:600;color:#2c3e50;margin:0 0 .25rem;line-height:1.4}.order-more-items{font-size:.85rem;color:#666;margin:0;font-style:italic}.order-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:.75rem}.order-info-item{display:flex;flex-direction:column;gap:.25rem}.info-label{font-size:.85rem;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:1rem;color:#2c3e50;font-weight:600}.order-total-amount{font-size:1.3rem;color:#28a745;font-weight:700}.order-footer{padding-top:.75rem;margin-top:auto;border-top:2px solid #f0f0f0;min-width:0;overflow:hidden}.btn-view-details{width:100%;max-width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;border-radius:8px;transition:all .3s ease;box-sizing:border-box}.btn-view-details:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.btn-view-details i{font-size:.9rem}.address-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}.address-modal-content{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #00000026}.address-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e0e0e0}.address-modal-header h2{font-size:1.5rem;font-weight:600;color:#2c3e50;margin:0}.address-form{padding:2rem}.address-modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1100;padding:1rem}.modal-overlay .modal-content{background:#fff;border-radius:12px;max-width:520px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 24px #00000026}.modal-overlay .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e0e0e0}.modal-overlay .modal-header h2{margin:0;font-size:1.25rem;font-weight:600}.modal-overlay .modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;line-height:1;padding:0 .25rem}.modal-overlay .modal-body{padding:1.5rem}.modal-overlay .modal-footer{display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem;border-top:1px solid #e0e0e0}.success-message-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1200;padding:1.5rem;animation:successOverlayFade .2s ease-out}@keyframes successOverlayFade{0%{opacity:0}to{opacity:1}}.success-message-card{background:#fff;border-radius:16px;padding:2rem 2.5rem;max-width:420px;width:100%;text-align:center;box-shadow:0 24px 48px #00000026;animation:successCardPop .3s ease-out}@keyframes successCardPop{0%{opacity:0;transform:scale(.92) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.success-message-icon{width:64px;height:64px;margin:0 auto 1.25rem;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem}.success-message-title{font-size:1.5rem;font-weight:700;color:#111;margin:0 0 .75rem;letter-spacing:-.02em}.success-message-text{font-size:1rem;line-height:1.5;color:#444;margin:0 0 1.5rem}.success-message-btn{min-width:120px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:10px;background:#111;color:#fff;border:none;cursor:pointer;transition:background .2s,transform .1s}.success-message-btn:hover{background:#333}.success-message-btn:active{transform:scale(.98)}.request-return-section{margin-top:2rem;padding:1.5rem;background:#f9f9f9;border-radius:12px;border:1px solid #e0e0e0}.request-return-section h2{font-size:1.1rem;margin:0 0 .5rem}.request-return-section p{margin:0 0 1rem;color:#666;font-size:.95rem}.modal-return-request .modal-body{overflow-x:hidden}.modal-return-request .form-group{min-width:0;width:100%}.modal-return-request .return-policy-note{margin-bottom:1rem;font-size:.9rem;color:#666}.return-items-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;width:100%;min-width:0}.return-item-row{width:100%;min-width:0}.return-item-row .return-item-label{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f5f5f5;border-radius:8px;cursor:pointer;width:100%;min-width:0;box-sizing:border-box}.return-item-row .return-item-checkbox{flex-shrink:0;width:1.125rem;height:1.125rem;margin:0;cursor:pointer}.return-item-row .return-item-name{flex:1 1 0%;min-width:0;font-weight:500;font-size:.95rem;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word}.return-item-row .return-item-qty{flex-shrink:0;font-size:.9rem;color:#666;white-space:nowrap}.return-item-row .return-item-qty-input{width:2.75rem;padding:.25rem .2rem;text-align:center;font-size:.9rem;margin:0 .15rem;border:1px solid #ddd;border-radius:4px}.return-item-row .return-item-price{flex-shrink:0;font-weight:600;font-size:.95rem;color:#333;white-space:nowrap}@media (max-width: 480px){.return-item-row .return-item-label{flex-wrap:wrap}.return-item-row .return-item-name{flex-basis:100%;order:1;padding-right:0}.return-item-row .return-item-checkbox{order:0}.return-item-row .return-item-qty{order:2}.return-item-row .return-item-price{order:3;margin-left:auto}}@media (max-width: 768px){.order-card{width:100%;max-width:100%;min-width:0;overflow:hidden;box-sizing:border-box}.order-card *{box-sizing:border-box}.order-card-content{grid-template-columns:1fr;width:100%;max-width:100%;min-width:0;overflow:hidden;box-sizing:border-box}.order-image-section{width:100%;max-width:100%;min-width:0;height:220px;min-height:0;max-height:220px;overflow:hidden;flex-shrink:0;box-sizing:border-box}.order-main-image{width:100%!important;max-width:100%!important;height:100%;min-height:0;max-height:220px;object-fit:cover;object-position:center top;display:block;flex-shrink:0}.orders-list{width:100%;min-width:0;max-width:100%;overflow-x:hidden}.order-details-section{padding:1rem;min-width:0;overflow-x:hidden}.order-footer{min-width:0;overflow:hidden}.btn-view-details{max-width:100%;padding:.5rem .75rem;font-size:.85rem;box-sizing:border-box}.order-header{flex-direction:column;gap:1rem}.order-status{text-align:left}.order-info-grid{grid-template-columns:1fr;gap:.75rem}.order-total-amount{font-size:1.2rem}.address-modal{padding:1rem}.address-modal-content{max-height:95vh}.address-modal-header,.address-form{padding:1.5rem}.order-info-row{flex-direction:column;gap:.25rem}.order-info-row span:last-child{text-align:left}}.status-delivered{background:#d1f2eb;color:#0e6655}.order-body{margin:1rem 0}.order-body p{margin:.5rem 0;color:#666;font-size:.95rem}.order-info-row{display:flex;justify-content:space-between;align-items:flex-start;padding:.5rem 0;border-bottom:1px solid #f0f0f0}.order-info-row:last-child{border-bottom:none}.order-info-row span:first-child{color:#666;font-size:.95rem}.order-info-row span:last-child{color:#2c3e50;font-weight:500;text-align:right}.order-footer{padding-top:1rem;border-top:1px solid #e0e0e0}@media (max-width: 1024px){.profile-container{grid-template-columns:1fr}.profile-sidebar{position:static}.profile-menu{display:flex;overflow-x:auto;border-radius:8px}.profile-menu-item{white-space:nowrap;border-bottom:none;border-right:1px solid #e0e0e0}.profile-menu-item:last-child{border-right:none}.form-row{grid-template-columns:1fr}}@media (max-width: 768px){.auth-card{padding:1.5rem}.auth-title{font-size:1.5rem}.profile-section{padding:.5rem 0 1.5rem;width:100%;max-width:100%;overflow-x:hidden}.profile-section .container{padding:0 .75rem;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.profile-container{min-width:0;overflow-x:hidden;width:100%}.profile-sidebar{overflow-x:hidden;width:100%;min-width:0}.profile-menu{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;max-width:100%}.profile-content{min-width:0;overflow-x:hidden;max-width:100%;width:100%}.orders-list{width:100%;min-width:0;max-width:100%;overflow-x:hidden}.profile-section .page-title{font-size:1.4rem;margin-bottom:.75rem}.profile-menu{display:flex;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0;padding:.25rem 0;margin-bottom:1rem}.profile-menu::-webkit-scrollbar{display:none}.profile-menu-item{flex:0 0 auto;padding:.6rem .85rem;font-size:.8rem;min-height:44px;min-width:max-content;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border-right:1px solid #e0e0e0;white-space:nowrap}.profile-menu-item:last-child{border-right:none}.profile-menu-item i{font-size:.9rem}.profile-card{padding:.6rem .75rem .75rem;margin-bottom:.75rem;border-radius:8px;min-width:0;overflow-x:hidden;max-width:100%}.profile-section .card-title{font-size:1.05rem;margin-bottom:.5rem}.profile-section .form-row{grid-template-columns:1fr;gap:0;margin-bottom:.35rem}.profile-section .form-group{margin-bottom:.35rem;gap:.15rem}.profile-section .form-group:last-of-type{margin-bottom:.5rem}.profile-section .form-group label{font-size:.8rem}.profile-section .form-group input,.profile-section .form-group select{padding:.22rem .32rem;font-size:.8rem;min-height:1.5rem;line-height:1.3;border-radius:3px}.profile-section .form-hint{font-size:.75rem;margin-top:.15rem}.profile-section .radio-group{gap:1rem}.profile-section .radio-label{font-size:.85rem}.profile-section .btn{padding:.5rem .85rem;font-size:.9rem;margin-top:.25rem}.profile-section .error-message,.profile-section .success-message{font-size:.8rem;margin-top:.35rem}.card-title{font-size:1.15rem;margin-bottom:1rem}.card-header{flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:.75rem}.card-header .card-title{margin-bottom:0}.card-header .btn{width:100%}.order-card{width:100%;max-width:100%;min-width:0;overflow:hidden;box-sizing:border-box}.order-card-content{grid-template-columns:1fr;width:100%;max-width:100%;min-width:0;overflow:hidden;box-sizing:border-box}.order-image-section{width:100%;max-width:100%;min-width:0;height:220px;min-height:0;max-height:220px;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-sizing:border-box}.order-main-image{width:100%!important;max-width:100%!important;height:100%;min-height:0;max-height:220px;object-fit:cover;object-position:center top;display:block;flex-shrink:0}.order-details-section{padding:1rem;min-height:auto;min-width:0;overflow-x:hidden}.order-footer{min-width:0;overflow:hidden}.btn-view-details{max-width:100%;padding:.5rem .75rem;font-size:.85rem;box-sizing:border-box}.order-header h3{font-size:1rem}.order-header{flex-direction:column;gap:.5rem;margin-bottom:.5rem;padding-bottom:.5rem}.order-status{text-align:left}.order-info-grid{grid-template-columns:1fr;gap:.5rem}}body.product-detail-page #app{padding-left:0;background:#fafafa}.product-detail-container{max-width:1280px;margin:0 auto}.product-detail-error{padding:1.5rem 1.5rem 2rem;text-align:center;color:#666;background:#f5f5f5;border-radius:8px;margin-bottom:1rem}body.product-detail-page .product-detail-container{padding:1.5rem 1.5rem 2rem}@media (min-width: 769px){body.product-detail-page .product-detail-container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:2.25rem;max-width:1400px}}.product-detail-section{margin-bottom:2.5rem;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000000f}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;min-height:0}@media (min-width: 900px){.product-detail-grid{grid-template-columns:1.4fr .6fr;gap:0}}.product-images-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:.5rem;position:sticky;top:90px;min-height:380px;padding:1rem;background:#fff}@media (min-width: 900px){.product-images-grid{padding:.75rem;min-height:520px;gap:.5rem}}.product-image-item{position:relative;width:100%;aspect-ratio:1;cursor:pointer;overflow:hidden;background:#f8f8f8;border-radius:12px;transition:transform .25s ease,box-shadow .25s ease}.product-image-item:hover{transform:scale(1.02);box-shadow:0 4px 12px #00000014}.product-grid-image{width:100%;height:100%;object-fit:contain;object-position:top center;display:block}.product-images-wrapper{position:relative;width:100%;background:#fff}.mobile-image-dots{display:none}.image-gallery-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:10000;display:none}.lightbox-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000eb;cursor:pointer}.lightbox-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;box-sizing:border-box;pointer-events:none}.lightbox-content>*{pointer-events:auto}.lightbox-image-wrap{flex:1;width:100%;display:flex;align-items:center;justify-content:center;min-height:0;padding:3.5rem 1rem 1rem}.lightbox-image{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;-webkit-user-select:none;user-select:none;box-shadow:none}.lightbox-close{position:absolute;top:1rem;right:1rem;background:#ffffff26;border:none;color:#fff;font-size:1.75rem;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;z-index:10002;line-height:1}.lightbox-close:hover{background:#ffffff4d}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff26;border:none;color:#fff;font-size:1.75rem;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;z-index:10002}.lightbox-nav:hover{background:#ffffff4d}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.lightbox-thumbnails{display:flex;gap:.5rem;padding:.75rem 1rem;overflow-x:auto;overflow-y:hidden;justify-content:center;flex-shrink:0;background:#0000004d;min-height:72px;-webkit-overflow-scrolling:touch}.lightbox-thumbnail{flex:0 0 auto;width:56px;height:56px;padding:0;border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;background:transparent;transition:border-color .2s,opacity .2s}.lightbox-thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.lightbox-thumbnail:hover{opacity:.9}.lightbox-thumbnail.active{border-color:#fff;box-shadow:0 0 0 1px #ffffff80}.lightbox-counter{position:absolute;bottom:5.5rem;left:50%;transform:translate(-50%);color:#fffc;font-size:.875rem;z-index:10002}@media (max-width: 768px){.lightbox-image-wrap{padding:3rem .5rem .5rem}.lightbox-close{top:.75rem;right:.75rem;width:40px;height:40px;font-size:1.5rem}.lightbox-nav{width:36px;height:36px;font-size:1.25rem}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}.lightbox-thumbnails{min-height:64px;padding:.5rem}.lightbox-thumbnail{width:48px;height:48px}.lightbox-counter{bottom:4.5rem}}.product-info-detail{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem 1.25rem;margin-top:0;background:#fff}@media (min-width: 769px){.product-info-detail{padding:2rem 2rem 2rem 1.5rem;gap:1rem}}.product-info-top-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem;margin-bottom:0;padding-bottom:.75rem;border-bottom:1px solid #f0f0f0}.product-detail-name{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0;line-height:1.3;flex:1;min-width:0;letter-spacing:-.02em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}@media (min-width: 769px){.product-detail-name{font-size:1.75rem}}.product-rating{display:flex;align-items:center;gap:.5rem}.stars{color:#333;font-size:1rem}.rating-text{font-size:.9rem;color:#666}.product-price-detail{display:flex;flex-direction:column;gap:.2rem;margin-bottom:0;text-align:right;align-items:flex-end;flex-shrink:0}.product-price-detail .size-chart-link{margin-top:.35rem}.product-detail-price{font-size:1.5rem;font-weight:700;color:#1a1a1a;letter-spacing:-.02em}.product-original-price{font-size:.95rem;color:#9ca3af;text-decoration:line-through}.price-tax{font-size:.8rem;color:#6b7280;white-space:nowrap;font-weight:500}.product-description{font-size:1rem;color:#666;line-height:1.6}.size-color-selection{display:flex;flex-direction:column;gap:1rem;margin-bottom:.5rem}.color-selection,.size-selection,.quantity-selection{display:flex;flex-direction:column;gap:.5rem}.color-label{font-size:.875rem;font-weight:600;color:#374151;display:block;margin-bottom:.4rem;letter-spacing:.01em}.color-selection{margin-top:0;margin-bottom:.5rem}.color-selection label,.size-selection{margin-bottom:.75rem}.size-label{font-size:.875rem;font-weight:600;color:#374151;display:block;margin-bottom:.4rem;letter-spacing:.01em}.size-chart-link{font-size:.8rem;color:#6b7280;text-decoration:none;margin-top:0;display:inline-block;cursor:pointer;position:relative;z-index:1;font-weight:500;padding:.25rem 0;border-bottom:1px solid transparent;transition:color .2s,border-color .2s}.size-chart-link:hover{color:#1a1a1a;border-bottom-color:#1a1a1a}.size-chart-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:none;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box}.size-chart-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;cursor:pointer}.size-chart-content{position:relative;background:#fff;border-radius:8px;padding:1.5rem 2rem 2rem;max-width:95vw;max-height:90vh;overflow:auto;box-shadow:0 4px 24px #0003}.size-chart-close{position:absolute;top:.5rem;right:.75rem;background:none;border:none;font-size:1.75rem;line-height:1;color:#666;cursor:pointer;padding:.25rem}.size-chart-close:hover{color:#333}.size-chart-tabs{display:flex;gap:0;margin-bottom:1rem;border-radius:8px 8px 0 0;overflow:hidden}.size-chart-tab{flex:1;padding:.6rem 1rem;font-size:.9rem;font-weight:600;border:none;background:#e5e5e5;color:#555;cursor:pointer;transition:background .2s,color .2s}.size-chart-tab.active{background:#ec4899;color:#fff}.size-chart-tab:hover:not(.active){background:#d4d4d4}.size-chart-panel{display:none}.size-chart-panel.active{display:block}.size-chart-info-banner{display:flex;align-items:flex-start;gap:.75rem;background:#dbeafe;color:#1e40af;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.size-chart-info-icon{flex-shrink:0;width:1.5rem;height:1.5rem;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700}.size-chart-info-text{font-weight:400;opacity:.95}.size-chart-table-wrap{overflow-x:auto;margin-bottom:.75rem}.size-chart-table{width:100%;border-collapse:collapse;font-size:.85rem}.size-chart-table th,.size-chart-table td{border:1px solid #e5e7eb;padding:.5rem .6rem;text-align:left}.size-chart-table th{background:#f9fafb;font-weight:600;color:#374151}.size-chart-table tbody tr:nth-child(2n){background:#f9fafb}.size-chart-footer{font-size:.8rem;color:#6b7280;margin:0}.size-chart-panel-title{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 1rem}.size-chart-image{width:100%;max-width:400px;height:auto;display:block;border-radius:4px}@media (max-width: 768px){body.product-detail-page .size-chart-link{min-height:44px;min-width:44px;padding:.5rem .25rem .5rem 0;display:inline-flex;align-items:center;-webkit-tap-highlight-color:transparent;touch-action:manipulation}body.product-detail-page .size-chart-modal{z-index:99999;padding:1rem}.size-chart-close{min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center}.size-chart-tab{min-height:44px;padding:.75rem .5rem;font-size:.85rem;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.size-chart-table{font-size:.75rem}.size-chart-table th,.size-chart-table td{padding:.4rem .5rem}.size-chart-info-banner{font-size:.8rem;padding:.6rem .75rem}}.color-selection label,.quantity-selection label{font-size:.95rem;font-weight:600;color:#333}.required{color:#dc2626}.size-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.size-btn{padding:.55rem 1.1rem;border:1.5px solid #e5e7eb;background:#fff;color:#374151;font-size:.9rem;font-weight:600;cursor:pointer;border-radius:10px;transition:border-color .2s,background .2s,color .2s;min-width:50px;text-align:center}.size-btn:hover{border-color:#1a1a1a;background:#fafafa}.size-btn.active{border-color:#1a1a1a;background:#1a1a1a;color:#fff}.color-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.color-btn{width:44px;height:44px;border-radius:50%;border:2px solid #e5e7eb;cursor:pointer;transition:transform .2s,border-color .2s,box-shadow .2s;position:relative;display:flex;align-items:center;justify-content:center;padding:0;background:transparent;box-shadow:0 1px 3px #00000014}.color-btn:hover{transform:scale(1.08);box-shadow:0 2px 8px #0000001f}.color-btn.active{border-color:#1a1a1a;border-width:3px;box-shadow:0 0 0 2px #fff,0 0 0 4px #1a1a1a}.color-btn.light-color{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}.color-btn.light-color.active{border-color:#1a1a1a;border-width:3px;box-shadow:0 0 0 2px #fff,0 0 0 4px #1a1a1a}.color-checkmark{color:#fff;font-size:1rem;font-weight:700;text-shadow:0 0 2px rgba(0,0,0,.5)}.color-btn.light-color .color-checkmark{color:#333;text-shadow:0 0 2px rgba(255,255,255,.8)}.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-btn{width:40px;height:40px;border:1px solid #e0e0e0;background:#fff;color:#333;font-size:1.2rem;font-weight:600;cursor:pointer;border-radius:4px;transition:all .3s}.quantity-btn:hover{background:#f5f5f5;border-color:#333}#quantityInput{width:60px;height:40px;border:1px solid #e0e0e0;text-align:center;font-size:1rem;border-radius:4px}.stock-status{font-size:.9rem;font-weight:500}.stock-status.in-stock{color:#4caf50}.stock-status.out-of-stock{color:#f44336}.product-material-info{display:flex;align-items:flex-start;gap:.5rem;margin:1rem 0;font-size:.85rem;color:#333;line-height:1.4}.material-icon{color:#dc2626;font-size:.7rem;margin-top:.2rem}.btn-select-size,.btn-add-to-cart,.btn-buy-now{width:100%;padding:.95rem 1.25rem;border:none;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.04em}.btn-select-size:hover,.btn-add-to-cart:hover,.btn-buy-now:hover{transform:translateY(-1px)}.btn-select-size:active,.btn-add-to-cart:active,.btn-buy-now:active{transform:translateY(0)}.btn-select-size{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;box-shadow:0 2px 8px #f9731659}.btn-select-size:hover{background:linear-gradient(135deg,#ea580c,#c2410c);box-shadow:0 4px 12px #f9731666}.btn-add-to-cart{background:#1a1a1a;color:#fff;box-shadow:0 2px 8px #00000026}.btn-add-to-cart:hover{background:#000;box-shadow:0 4px 14px #0003}.btn-buy-now{background:#fff;color:#1a1a1a;border:2px solid #e5e7eb}.btn-buy-now:hover{background:#f9fafb;border-color:#1a1a1a;box-shadow:0 2px 8px #0000000f}.return-policy-info{display:inline-flex;align-items:center;gap:.5rem;margin:.25rem 0;padding:.5rem .75rem;font-size:.8rem;color:#059669;background:#ecfdf5;border-radius:10px;width:fit-content;font-weight:500}.return-policy-info .fa-check-circle{color:#059669}.return-policy-info .fa-info-circle{color:#6b7280;cursor:pointer;font-size:.75rem}.offers-section{margin:.5rem 0;padding:1.25rem;background:#f9fafb;border-radius:12px;border:1px solid #f3f4f6}.offers-title{font-size:.9rem;font-weight:600;color:#374151;margin:0 0 .75rem;letter-spacing:.01em}.offer-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem 1.1rem;margin-bottom:.5rem;transition:border-color .2s,box-shadow .2s}.offer-card:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000a}.offer-content{display:flex;justify-content:space-between;align-items:center;gap:1rem}.offer-text{font-size:.9rem;color:#333;flex:1}.offer-code{display:flex;align-items:center;gap:.5rem}.coupon-code{font-size:.85rem;font-weight:600;color:#ff6b35;padding:.25rem .5rem;background:#fff3f0;border-radius:4px}.copy-btn{padding:.45rem .9rem;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.copy-btn:hover{background:#000}.copy-btn.copied{background:#059669}.offers-loading,.no-offers{text-align:center;padding:1rem;color:#666;font-style:italic}.offer-pagination{display:flex;gap:.5rem;justify-content:center;margin-top:1rem}.offer-dot{width:8px;height:8px;border-radius:50%;background:#ccc;cursor:pointer;transition:background .3s}.offer-dot.active{background:#333}.app-promotion{margin:2rem 0;padding:1.5rem;background:linear-gradient(135deg,#ff6b35,#ffd23f);border-radius:8px}.app-promo-content{display:flex;flex-direction:column;gap:1rem}.app-promo-text{font-size:.95rem;color:#fff;font-weight:500}.btn-download-app{padding:.75rem 1.5rem;background:#fff;color:#ff6b35;border:none;border-radius:4px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s;align-self:flex-start}.btn-download-app:hover{background:#f5f5f5;transform:translateY(-2px)}.about-product-section{margin:.5rem 0 0;border-top:1px solid #f0f0f0}.about-product-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background .2s;border-radius:8px;margin:0 -.25rem;padding:1rem .25rem}.about-product-header:hover{background:#fafafa}.about-product-header h3{font-size:.95rem;font-weight:600;color:#374151;margin:0;letter-spacing:.01em}.about-product-header .fa-chevron-down{color:#9ca3af;transition:transform .25s ease;font-size:.8rem}.about-product-content{padding:0 0 1rem;font-size:.9rem;color:#6b7280;line-height:1.65}.product-details-tabs{margin-top:2rem}.tab-buttons{display:flex;gap:.5rem;border-bottom:2px solid #e0e0e0;margin-bottom:1.5rem}.tab-btn{padding:.75rem 1.5rem;border:none;background:transparent;color:#666;font-size:.95rem;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .3s}.tab-btn:hover{color:#333}.tab-btn.active{color:#333;border-bottom-color:#333}.tab-content{display:none}.tab-content.active{display:block}.tab-content h3{font-size:1.2rem;font-weight:700;color:#333;margin-top:1.5rem;margin-bottom:1rem}.tab-content h3:first-child{margin-top:0}.tab-content ul{list-style:none;padding:0;margin:0}.tab-content li{color:#666;font-size:.95rem;line-height:1.6;padding:.5rem 0 .5rem 1.5rem;position:relative}.tab-content li:before{content:"•";position:absolute;left:0;color:#333;font-weight:700}.related-products-section.new-arrivals-section{margin-top:3rem;width:100%;max-width:100%;box-sizing:border-box}@media (min-width: 769px){body.product-detail-page .related-products-section.new-arrivals-section{width:100%;max-width:100%;padding-left:0;padding-right:0;margin-left:0;margin-right:0;box-sizing:border-box}body.product-detail-page .related-products-section .new-arrivals-container,body.product-detail-page .related-products-section .related-products-container{width:100%;max-width:100%;padding-left:0;padding-right:0;box-sizing:border-box}body.product-detail-page .related-products-section .styled-section-heading,body.product-detail-page .related-products-section .section-title{padding-left:1rem;padding-right:1rem}body.product-detail-page .related-products-section .new-arrivals-grid,body.product-detail-page .related-products-section .products-grid.new-arrivals-grid,body.product-detail-page #relatedProducts.new-arrivals-grid{grid-template-columns:repeat(5,1fr);padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;width:100%;max-width:100%;justify-content:stretch}.checkout-you-may-like.products-section.new-arrivals-section{width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding-left:0;padding-right:0;box-sizing:border-box}.checkout-you-may-like .new-arrivals-container{padding-left:0;padding-right:0;max-width:100%}.checkout-you-may-like .styled-section-heading{padding-left:1rem;padding-right:1rem}.checkout-you-may-like #checkoutYouMayLike.new-arrivals-grid,.checkout-you-may-like .new-arrivals-grid,.checkout-you-may-like .products-grid.new-arrivals-grid{grid-template-columns:repeat(4,1fr);padding-left:0;padding-right:0;margin-left:0;margin-right:0}}@media (max-width: 768px){.related-products-section.new-arrivals-section{margin-top:2rem}}body.product-detail-page .product-info-detail .error-message{color:#dc2626;font-size:.8rem;margin-top:.4rem;font-weight:500}@media (max-width: 768px){body.product-detail-page #app{padding-top:0;margin-top:0}body.product-detail-page .product-detail-container{max-width:100%;margin:0;padding:0 0 1.5rem;background:#fafafa}body.product-detail-page .product-detail-section{border-radius:0;box-shadow:none;margin:0 0 .75rem}.product-detail-grid{grid-template-columns:1fr;gap:0}.product-detail-section{margin:0 0 .75rem}.product-images-wrapper{position:relative;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);margin-top:-110px;overflow:hidden;background:#fff}.product-images-grid{position:relative;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0;min-height:0}.product-images-grid::-webkit-scrollbar{display:none}.product-image-item{flex:0 0 100%;scroll-snap-align:start;width:100%;min-width:100%;border-radius:0;min-height:70vh;height:70vh;overflow:hidden}.product-grid-image{width:100%;height:100%;display:block;border-radius:0;object-fit:cover;object-position:center 15%;background:#f8f8f8}.mobile-image-dots{position:absolute;left:0;right:0;bottom:12px;display:flex;justify-content:center;align-items:center;gap:6px;margin:0;z-index:2;pointer-events:none}.mobile-image-dot{width:8px;height:8px;border-radius:50%;background:#ffffffb3;transition:all .2s ease}.mobile-image-dot.active{width:10px;height:10px;background:#1a1a1a}.product-info-detail{padding:1rem 1.25rem 1.25rem}}@media (max-width: 768px){body.product-detail-page .product-info-detail{gap:0}body.product-detail-page .product-info-top-row{margin-bottom:-2.6rem}body.product-detail-page .color-selection{margin-top:-2.4rem;margin-bottom:.35rem;gap:.25rem}body.product-detail-page .color-selection .color-label{margin-bottom:.15rem}body.product-detail-page .color-buttons{gap:.5rem}.product-detail-name{font-size:1.2rem!important;line-height:1.3}.product-detail-price{font-size:1.3rem!important}.product-original-price{font-size:1rem!important}.discount-badge{display:none!important}.product-description{font-size:.8rem!important;line-height:1.5}.color-selection label,.size-selection label,.quantity-selection label{font-size:.8rem!important}.color-btn{width:35px!important;height:35px!important}.color-checkmark{font-size:.8rem!important}.size-btn{font-size:.8rem!important;padding:.45rem .95rem!important;min-width:44px!important}.quantity-btn{width:35px!important;height:35px!important;font-size:1rem!important}#quantityInput{width:50px!important;height:35px!important;font-size:.9rem!important}.stock-status{font-size:.8rem!important}.btn-select-size,.btn-add-to-cart,.btn-buy-now{width:100%;max-width:none;border-radius:999px;padding:.9rem 1.5rem;font-size:.95rem;font-weight:700;margin-top:.5rem}.tab-btn{font-size:.8rem!important;padding:.6rem 1rem!important}.tab-content h3{font-size:1rem!important}.tab-content li{font-size:.8rem!important}.breadcrumb{font-size:.75rem!important}.stars{font-size:.9rem!important}.rating-text{font-size:.75rem!important}}.order-confirmation-section{padding:3rem 0;min-height:60vh;background:linear-gradient(to bottom,#f8f9fa,#fff)}.order-confirmation-section .container{max-width:900px;margin:0 auto;padding:0 2rem}.order-confirmation-section .loading{text-align:center;padding:3rem;font-size:1.1rem;color:#666}.confirmation-icon{text-align:center;margin-bottom:2rem}.confirmation-icon i{font-size:5rem;color:#28a745;animation:scaleIn .5s ease-out,jumpTick 1.3s ease-in-out .5s infinite}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes jumpTick{0%,to{transform:scale(1) translateY(0)}40%{transform:scale(1) translateY(-18px)}70%{transform:scale(1) translateY(-4px)}}.confirmation-title{text-align:center;font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;letter-spacing:-.5px}.confirmation-message{text-align:center;font-size:1.1rem;color:#666;margin-bottom:3rem;line-height:1.6}.order-details-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:2rem;margin-bottom:2rem;border:1px solid #e9ecef}.order-details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.order-details-header h2{font-size:1.5rem;font-weight:600;color:#2c3e50;margin:0}.order-number{font-size:1rem;color:#666;font-weight:500}.order-number span{color:#2c3e50;font-weight:600}.order-details-body{display:grid;gap:1rem}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f5f5f5}.detail-row:last-child{border-bottom:none}.detail-label{font-size:1rem;color:#666;font-weight:500}.detail-value{font-size:1rem;color:#2c3e50;font-weight:600}.order-total{font-size:1.3rem;color:#28a745}.track-link{margin-left:.5rem;font-size:.9rem;font-weight:600;color:var(--accent-color, #ff6b6b);text-decoration:none}.track-link:hover{text-decoration:underline}.status-badge{display:inline-block;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-pending{background:#fff3cd;color:#856404}.status-confirmed{background:#d1ecf1;color:#0c5460}.status-shipped{background:#cce5ff;color:#004085}.status-delivered{background:#d4edda;color:#155724}.status-cancelled{background:#f8d7da;color:#721c24}.order-items-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:2rem;margin-bottom:2rem;border:1px solid #e9ecef}.order-items-card h2{font-size:1.5rem;font-weight:600;color:#2c3e50;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.order-items-list{display:flex;flex-direction:column;gap:1rem}.order-item-row{display:flex;align-items:center;gap:1.5rem;padding:1rem;background:#f8f9fa;border-radius:8px;transition:transform .2s,box-shadow .2s}.order-item-row:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.order-item-row img{width:80px;height:80px;object-fit:cover;border-radius:8px;border:2px solid #e9ecef}.order-item-info{flex:1}.order-item-info h4{font-size:1.1rem;font-weight:600;color:#2c3e50;margin:0 0 .5rem}.order-item-info p{font-size:.9rem;color:#666;margin:0}.order-item-price{font-size:1.2rem;font-weight:700;color:#2c3e50}.shipping-address-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:2rem;margin-bottom:2rem;border:1px solid #e9ecef}.shipping-address-card h2{font-size:1.5rem;font-weight:600;color:#2c3e50;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.address-details{font-size:1rem;color:#2c3e50;line-height:1.8}.address-details p{margin:.5rem 0}.address-details strong{color:#2c3e50;font-weight:600}.next-steps-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:2rem;margin-bottom:2rem;border:1px solid #e9ecef}.next-steps-card h2{font-size:1.5rem;font-weight:600;color:#2c3e50;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.next-steps-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.next-steps-list li{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;transition:background .2s}.next-steps-list li:hover{background:#e9ecef}.next-steps-list li i{font-size:1.5rem;color:#28a745;margin-top:.25rem;flex-shrink:0}.next-steps-list li div{flex:1}.next-steps-list li strong{display:block;font-size:1rem;font-weight:600;color:#2c3e50;margin-bottom:.25rem}.next-steps-list li p{font-size:.9rem;color:#666;margin:0;line-height:1.5}.confirmation-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.confirmation-actions .btn{min-width:180px;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.confirmation-actions .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none}.confirmation-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.confirmation-actions .btn-secondary{background:#fff;color:#2c3e50;border:2px solid #e9ecef}.confirmation-actions .btn-secondary:hover{background:#f8f9fa;border-color:#2c3e50;transform:translateY(-2px)}.error-state{text-align:center;padding:3rem 2rem}.error-icon{margin-bottom:1.5rem}.error-icon i{font-size:4rem;color:#dc3545}.error-state h2{font-size:1.8rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.error-state p{font-size:1rem;color:#666;margin-bottom:2rem;line-height:1.6}@media (max-width: 768px){.order-confirmation-section{padding:2rem 0}.order-confirmation-section .container{padding:0 1rem}.confirmation-title{font-size:2rem}.confirmation-message{font-size:1rem}.order-details-card,.order-items-card,.shipping-address-card,.next-steps-card{padding:1.5rem}.order-details-header{flex-direction:column;align-items:flex-start;gap:.5rem}.detail-row{flex-direction:column;align-items:flex-start;gap:.25rem}.order-item-row{flex-direction:column;align-items:flex-start;text-align:left}.order-item-row img{width:100%;height:200px}.order-item-price{align-self:flex-end;margin-top:.5rem}.next-steps-list li{flex-direction:column;text-align:center}.next-steps-list li i{align-self:center}.confirmation-actions{flex-direction:column}.confirmation-actions .btn{width:100%}}.maintenance-page{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,var(--bg-primary, #0d0d0d) 0%,var(--bg-secondary, #1a1a1a) 100%)}.maintenance-content{text-align:center;max-width:480px}.maintenance-page .maintenance-icon{font-size:4rem;color:var(--accent, #e94560);margin-bottom:1.5rem}.maintenance-page .maintenance-icon i{font-size:inherit}.maintenance-page h1{font-family:var(--font-heading, "Montserrat", sans-serif);font-size:2rem;margin-bottom:1rem;color:var(--text-primary, #fff)}.maintenance-page .maintenance-message{font-size:1.125rem;color:var(--text-secondary, #b0b0b0);margin-bottom:.5rem;line-height:1.5;white-space:pre-wrap}.maintenance-page .maintenance-sub{font-size:.95rem;color:var(--text-muted, #888)}.fly-to-cart-sprite{will-change:left,top,transform,opacity}.fly-to-cart-sprite.fly-to-cart-fallback{background:#f5f5f5;color:#333}.fly-to-cart-sprite.fly-to-cart-fallback i{font-size:24px}
