@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap";.navbar-header{position:sticky!important;top:0;z-index:1001;width:100%;background:#fff;border-bottom:1px solid #f0f0f0;box-shadow:none}.navbar-container{max-width:1440px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;height:80px;width:100%;overflow:hidden;gap:8px}@media (max-width: 768px){.navbar-container{padding:0 20px;height:70px;gap:6px}}@media (max-width: 576px){.navbar-container{gap:4px;padding:0 16px}}.navbar-logo{flex:1;display:none;justify-content:center}.navbar-logo a{display:flex;align-items:center;justify-content:center;height:100%}.navbar-logo a img{height:60px;width:auto;object-fit:contain}@media (max-width: 768px){.navbar-logo{display:flex;flex:1;justify-content:center;margin-left:0}.navbar-logo a img{height:50px;max-width:150px}}@media (max-width: 576px){.navbar-logo a img{height:48px;max-width:130px}}.desktop-nav{display:flex;flex:2;justify-content:space-between;align-items:center;gap:0;width:100%;min-width:0}@media (max-width: 768px){.desktop-nav{display:none}}.desktop-nav .nav-left,.desktop-nav .nav-right{display:flex;align-items:center;gap:32px;white-space:nowrap;min-width:0;flex:1}.desktop-nav .nav-left a,.desktop-nav .nav-right a{color:#000;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.desktop-nav .nav-left a:hover,.desktop-nav .nav-right a:hover{color:#ff3636}.desktop-nav .nav-left{justify-content:flex-end}.desktop-nav .nav-right{justify-content:flex-start}.desktop-nav .nav-logo-center{margin:0 20px;display:flex;align-items:center;justify-content:center;height:100%;overflow:hidden;flex-shrink:0}.desktop-nav .nav-logo-center a{display:flex;align-items:center;justify-content:center;height:100%}.desktop-nav .nav-logo-center a img{height:150px;width:auto;object-fit:contain;max-width:100%}@media (max-width: 1200px){.desktop-nav .nav-logo-center a img{height:120px}}@media (max-width: 1024px){.desktop-nav .nav-logo-center a img{height:100px}}@media (max-width: 900px){.desktop-nav .nav-logo-center a img{height:80px}}.desktop-nav .nav-item{text-decoration:none;color:#000;font-weight:500;font-size:16px;padding:8px 0;position:relative;transition:color .3s ease;white-space:nowrap;flex-shrink:0}.desktop-nav .nav-item:hover{color:#ff3636;text-decoration:underline}.desktop-nav .nav-item.active{color:#ff3636;font-weight:600}.desktop-nav .nav-item.dropdown-trigger{display:flex;align-items:center;gap:4px}.desktop-nav .nav-item.dropdown-trigger .anticon{transition:transform .2s ease}.desktop-nav .nav-item.dropdown-trigger:hover .anticon{transform:rotate(180deg)}.navbar-search{flex:0 0 auto;display:flex;justify-content:flex-start;align-items:center;white-space:nowrap;min-width:0}@media (max-width: 768px){.navbar-search{flex:0 0 auto}}.navbar-search .search-input{width:200px}@media (max-width: 768px){.navbar-search .search-input{width:150px}}@media (max-width: 576px){.navbar-search .search-input{width:0;padding:0;border:none;display:none}}.navbar-search .search-button{font-size:18px;color:#000;flex-shrink:0;padding:8px;display:flex;align-items:center;justify-content:center}.navbar-search .search-button:hover{color:#ff3636}@media (max-width: 768px){.navbar-search .search-button{font-size:16px;padding:6px}}.navbar-cart{flex:0 0 auto;display:flex;justify-content:flex-end;align-items:center;white-space:nowrap;min-width:0}@media (max-width: 768px){.navbar-cart{flex:0 0 auto}}.navbar-cart .cart-button{font-size:18px;color:#000;flex-shrink:0;padding:8px;display:flex;align-items:center;justify-content:center}.navbar-cart .cart-button:hover{color:#ff3636}@media (max-width: 768px){.navbar-cart .cart-button{font-size:16px;padding:6px}}.mobile-menu-button{display:none;font-size:18px;color:#000;padding:8px;align-items:center;justify-content:center}@media (max-width: 768px){.mobile-menu-button{display:flex;font-size:20px}}.mobile-menu-button:hover{color:#ff3636}@media (max-width: 768px){.navbar-container{padding:0 16px;height:88px;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;justify-items:center;gap:0}.navbar-container .mobile-menu-button{grid-column:1;justify-self:start;align-self:center;padding:0;margin:-65px 0 0;width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;line-height:1;font-size:20px;background:transparent!important;border:none!important;box-shadow:none!important}.navbar-container .mobile-menu-button:hover,.navbar-container .mobile-menu-button:focus,.navbar-container .mobile-menu-button:active,.navbar-container .mobile-menu-button.ant-btn-text:not(:disabled):hover{background:transparent!important}.navbar-container .mobile-menu-button span{display:flex;align-items:center;justify-content:center}.navbar-container .mobile-menu-button svg{width:24px;height:24px;font-size:24px;margin:0;display:block}.navbar-container .navbar-logo{grid-column:2;justify-self:center;align-self:center;margin:0;width:auto;height:100%;display:flex;align-items:center;justify-content:center}.navbar-container .navbar-logo a{display:flex;align-items:center;justify-content:center;height:100%}.navbar-container .navbar-logo a img{margin-top:-50px;height:200px;display:block}.navbar-container .navbar-cart,.navbar-container .nav-left,.navbar-container .navbar-search,.navbar-container .navbar-actions{display:none!important}}.mobile-menu-drawer .ant-drawer-content-wrapper{width:100%!important}.mobile-menu-drawer .ant-drawer-header{display:none}.mobile-menu-drawer .ant-drawer-body{padding:88px 0 0;overflow-x:hidden}.mobile-menu-drawer .ant-menu{border:none;overflow-x:hidden;background:transparent;padding:16px 0}.ant-drawer-open .navbar-header{position:fixed!important}body:has(.mobile-menu-drawer.ant-drawer-open){overflow:hidden!important;position:fixed!important;width:100%!important}.mobile-menu-drawer .ant-menu-item{margin:4px 16px;border-radius:8px;height:auto;line-height:1.5;padding:14px 16px;display:flex;align-items:center}.mobile-menu-drawer .ant-menu-item a{text-decoration:none;color:#000;display:flex;align-items:center;gap:12px;width:100%;font-size:16px;font-weight:500}.mobile-menu-drawer .ant-menu-item a svg{font-size:24px;flex-shrink:0;width:24px;height:24px}.mobile-menu-drawer .ant-menu-item a span{flex:1}.mobile-menu-drawer .ant-menu-item:hover,.mobile-menu-drawer .ant-menu-item.ant-menu-item-selected{background-color:#ff36361a}.mobile-menu-drawer .ant-menu-item:hover a,.mobile-menu-drawer .ant-menu-item.ant-menu-item-selected a{color:#ff3636}.mobile-menu-drawer .ant-menu-item-icon{min-width:24px!important;width:24px;margin-inline-end:12px!important;font-size:24px;display:inline-flex;align-items:center;justify-content:center}.mobile-menu-drawer .ant-menu-item-icon svg{font-size:24px;width:24px;height:24px}.mobile-menu-drawer .ant-menu-submenu{margin:4px 16px}.mobile-menu-drawer .ant-menu-submenu .ant-menu-submenu-title{padding:14px 16px;border-radius:8px;height:auto;line-height:1.5;margin:0;display:flex;align-items:center}.mobile-menu-drawer .ant-menu-submenu .ant-menu-submenu-title .ant-menu-title-content{flex:1}.mobile-menu-drawer .ant-menu-submenu .ant-menu-submenu-title .ant-menu-title-content a{text-decoration:none;color:#000;display:flex;align-items:center;gap:12px;font-size:16px;font-weight:500}.mobile-menu-drawer .ant-menu-submenu .ant-menu-submenu-title .ant-menu-title-content a svg{font-size:24px;flex-shrink:0;width:24px;height:24px}.mobile-menu-drawer .ant-menu-submenu .ant-menu-submenu-title .ant-menu-title-content a span{flex:1}.mobile-menu-drawer .ant-menu-submenu .ant-menu-submenu-title .ant-menu-submenu-arrow{right:16px;color:#000}.mobile-menu-drawer .ant-menu-submenu .ant-menu-submenu-title .ant-menu-submenu-arrow:before,.mobile-menu-drawer .ant-menu-submenu .ant-menu-submenu-title .ant-menu-submenu-arrow:after{background:currentColor}.mobile-menu-drawer .ant-menu-submenu .ant-menu-submenu-title:hover{background-color:#ff36361a;color:#ff3636}.mobile-menu-drawer .ant-menu-submenu .ant-menu-submenu-title:hover .ant-menu-title-content a,.mobile-menu-drawer .ant-menu-submenu .ant-menu-submenu-title:hover .ant-menu-submenu-arrow{color:#ff3636}.mobile-menu-drawer .ant-menu-submenu .ant-menu-sub{background:#ff363605!important;border-radius:8px;margin:4px 0 8px;padding:4px 0}.mobile-menu-drawer .ant-menu-submenu .ant-menu-sub .ant-menu-item{padding-left:56px!important;padding-right:16px!important;margin:2px 8px;background:transparent}.mobile-menu-drawer .ant-menu-submenu .ant-menu-sub .ant-menu-item a{font-size:15px;font-weight:400}.mobile-menu-drawer .ant-menu-submenu .ant-menu-sub .ant-menu-item a svg{font-size:24px;width:24px;height:24px}.mobile-menu-drawer .ant-menu-submenu .ant-menu-sub .ant-menu-item:hover{background-color:#ff36361a}.mobile-menu-drawer .ant-drawer-close{top:20px;right:24px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#000}.mobile-menu-drawer .ant-drawer-close:hover{color:#ff3636}.ant-dropdown .ant-dropdown-menu{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:8px 0;min-width:160px}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item{padding:8px 16px}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .dropdown-link{color:#333;text-decoration:none;display:flex;align-items:center;gap:8px;width:100%;transition:color .2s ease}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .dropdown-link:hover{color:#000}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .dropdown-link .anticon{font-size:14px}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover{background-color:#f5f5f5}.main-footer{background:#000!important;color:#fff!important;padding:60px 0 20px!important;min-height:auto;margin-top:auto;display:block}.footer-container{max-width:1440px;margin:0 auto;padding:0 40px;width:100%}@media (max-width: 768px){.footer-container{padding:0 20px}}@media (max-width: 576px){.footer-container{padding:0 16px}}.footer-section .footer-title{color:#fff!important;margin-bottom:24px!important;font-weight:500;font-size:14px;text-transform:uppercase;letter-spacing:1px;border-bottom:none;padding-bottom:0;display:block}.contact-info{width:100%}.contact-info .contact-item{display:flex;align-items:flex-start;gap:12px}.contact-info .contact-item .contact-icon{color:#fff;font-size:16px;margin-top:4px;flex-shrink:0}.contact-info .contact-item .ant-typography{color:#ccc!important;margin:0!important;font-weight:300}.contact-info .contact-item a.ant-typography{color:#fff!important;text-decoration:none;border-bottom:1px solid transparent}.contact-info .contact-item a.ant-typography:hover{border-bottom-color:#fff;color:#fff!important}.contact-info .social-links{margin-top:24px}.contact-info .social-links .ant-typography{color:#fff!important;display:block;margin-bottom:16px!important;font-size:13px}.contact-info .social-links .social-icons{display:flex;gap:16px}.contact-info .social-links .social-icons .social-link{color:#fff!important;font-size:20px;transition:opacity .3s ease;opacity:.8}.contact-info .social-links .social-icons .social-link:hover{opacity:1;transform:none}.policy-links{width:100%}.policy-links .policy-link{color:#fff!important;text-decoration:none;font-size:16px;transition:color .3s ease,padding-left .3s ease;display:block;padding:4px 0}.policy-links .policy-link:hover{color:#ff3636!important;padding-left:8px}.policy-links .policy-link:before{content:"→";margin-right:8px;opacity:0;transition:opacity .3s ease}.policy-links .policy-link:hover:before{opacity:1;color:#ff3636}.logo-section{display:flex;flex-direction:column;align-items:center;text-align:center}.logo-section .footer-logo{margin-bottom:32px}.logo-section .footer-logo img{height:220px;width:auto;object-fit:contain;margin-bottom:16px}.logo-section .footer-logo .brand-name{color:#fff!important;margin:16px 0 8px!important;font-weight:700;font-size:28px!important}.logo-section .footer-logo .brand-tagline{color:#4d4d4d!important;font-style:italic;font-size:16px;line-height:1.5;max-width:250px}.logo-section .footer-bottom-info .copyright,.logo-section .footer-bottom-info .developed-by{color:#666!important;font-size:14px;display:block;margin:4px 0!important}.logo-section .footer-bottom-info .developed-by{font-size:12px;margin-top:8px!important}@media (max-width: 768px){.main-footer{min-height:50vh}.footer-section{margin-bottom:32px}.footer-section.logo-section{order:-1}.footer-section .footer-title{font-size:18px!important}.logo-section .footer-logo img{height:80px}.logo-section .brand-name{font-size:24px!important}}@media (max-width: 576px){.main-footer{min-height:auto;padding:32px 0}.footer-container{padding:24px 16px}.contact-info .contact-item{gap:8px;margin-bottom:12px}.contact-info .contact-item .contact-icon{font-size:16px}.contact-info .contact-item .ant-typography{font-size:14px!important}.logo-section .footer-logo{margin-bottom:24px}.logo-section .footer-logo img{height:60px}.logo-section .footer-logo .brand-name{font-size:20px!important}.logo-section .footer-logo .brand-tagline{font-size:14px}.policy-links .policy-link{font-size:14px;padding:6px 0}.social-links .social-icons .social-link{font-size:18px;margin:0 8px}}.home-page{min-height:100vh;width:100%}.hero-banner{position:relative;width:100%;height:50vh;min-height:375px;overflow:hidden;margin-bottom:60px}@media (max-width: 768px){.hero-banner{height:38vh;min-height:260px;margin-bottom:36px}}@media (max-width: 576px){.hero-banner{height:30vh;min-height:225px;margin-bottom:32px}}.banner-content{position:relative;width:100%;height:100%}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#0009,#0003);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:40px}@media (max-width: 768px){.hero-overlay{padding:24px}}@media (max-width: 576px){.hero-overlay{padding:16px}}.hero-text{max-width:600px;color:#fff}.hero-text .hero-title{color:#fff!important;font-size:48px!important;font-weight:700!important;margin-bottom:24px!important;text-shadow:2px 2px 4px rgba(0,0,0,.5)}@media (max-width: 768px){.hero-text .hero-title{font-size:32px!important;margin-bottom:16px!important}}@media (max-width: 576px){.hero-text .hero-title{font-size:32px!important;margin-bottom:16px!important;line-height:1.2}}.hero-text .hero-description{font-size:18px;margin-bottom:32px!important;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.5)}@media (max-width: 768px){.hero-text .hero-description{font-size:16px;margin-bottom:20px!important}}@media (max-width: 576px){.hero-text .hero-description{font-size:16px;margin-bottom:24px!important;display:block;opacity:.9}}@media (max-width: 576px){.hero-text .ant-space,.hero-text .ant-space .ant-space-item,.hero-text .ant-space .ant-space-item a,.hero-text .ant-space .ant-space-item a .ant-btn{width:100%}}.new-arrivals-section{padding:20px 0}@media (max-width: 768px){.new-arrivals-section{padding:48px 0}}@media (max-width: 576px){.new-arrivals-section{padding:32px 0}.new-arrivals-section .ant-row{margin-left:-8px!important;margin-right:-8px!important}.new-arrivals-section .ant-row>.ant-col{padding-left:8px!important;padding-right:8px!important}.new-arrivals-section .shop-product-card .ant-card-body{padding:10px}.new-arrivals-section .shop-product-card .ant-card-meta-title{font-size:12px;margin-bottom:4px!important;line-height:1.3}.new-arrivals-section .shop-product-card .ant-card-meta-description{font-size:11px}.new-arrivals-section .shop-product-card .product-pricing .current-price{font-size:13px}.new-arrivals-section .shop-product-card .product-pricing .original-price{font-size:11px}.new-arrivals-section .shop-product-card .product-meta .product-colors .color-dot{width:10px;height:10px}.new-arrivals-section .shop-product-card .ant-card-actions li{margin:2px 0}.new-arrivals-section .shop-product-card .ant-card-actions li .cart-action{padding:6px 8px;font-size:10px}.new-arrivals-section .shop-product-card .ant-card-actions li .cart-action svg{font-size:12px;margin-right:4px}.new-arrivals-section .shop-product-card .ant-card-actions li .cart-action span{display:none}}@media (max-width: 576px) and (min-width: 400px){.new-arrivals-section .shop-product-card .ant-card-actions li .cart-action{font-size:11px}.new-arrivals-section .shop-product-card .ant-card-actions li .cart-action span{display:inline}}.product-card .ant-card-cover{overflow:hidden;border-radius:12px 12px 0 0}.product-card .ant-card-cover img{width:100%;height:300px;object-fit:cover;transition:transform .3s ease}.product-card:hover .ant-card-cover img{transform:scale(1.05)}.product-card .ant-card-actions{background:transparent;border-top:1px solid #f0f0f0}.product-card .ant-card-actions li{margin:8px 0}.product-card .ant-card-actions li .anticon{font-size:18px;color:#666;transition:color .3s ease}.product-card .ant-card-actions li .anticon:hover{color:#ff3636}.product-info .product-price{font-size:16px;color:#ff3636}.product-info .badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-left:8px}.product-info .badge.new-badge{background-color:#52c41a;color:#fff}.product-info .badge.bestseller-badge{background-color:#ff3636;color:#fff}.section-action{text-align:center;margin-top:48px}.featured-collections{width:100%;padding:80px 0;background-color:#fafafa}@media (max-width: 768px){.featured-collections{padding:48px 0}}@media (max-width: 576px){.featured-collections{padding:32px 0}}.collection-card{height:100%}.collection-card .collection-image-placeholder{height:200px;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center}.collection-card .collection-image-placeholder:before{content:"📸";font-size:48px;opacity:.3}.collection-card .collection-action{margin-top:16px;text-align:center}.brand-values{padding:80px 0}@media (max-width: 768px){.brand-values{padding:48px 0}}@media (max-width: 576px){.brand-values{padding:32px 0}}.brand-values .brand-features{list-style:none;padding:0;margin:24px 0}.brand-values .brand-features li{padding:8px 0;font-size:16px}@media (max-width: 768px){.brand-values .brand-features li{font-size:14px}}@media (max-width: 576px){.brand-values .brand-features li{font-size:13px}}.brand-values .brand-image-placeholder{height:300px;background:linear-gradient(135deg,#f8f8f8,#e8e8e8);border-radius:12px;display:flex;flex-direction:column;justify-content:center;align-items:center}.brand-values .brand-image-placeholder:before{content:"🏢";font-size:64px;opacity:.3}@media (max-width: 768px){.brand-values .brand-image-placeholder{height:200px;margin-top:32px}}@media (max-width: 576px){.brand-values .brand-image-placeholder{height:150px;margin-top:24px}}.shop-page{padding:0 0 40px;min-height:100vh}.shop-page .container{max-width:1200px;margin:0 auto;padding:0 24px}@media (max-width: 768px){.shop-page .container{padding:0 16px}}@media (max-width: 576px){.shop-page .container{padding:0 12px}}@media (max-width: 576px){.shop-page .page-banner{height:30vh;min-height:225px;padding:0 16px}.shop-page .page-banner .banner-title{font-size:28px!important}}.shop-page .page-header{margin-bottom:40px}@media (max-width: 576px){.shop-page .page-header{margin-bottom:24px}}.shop-page .page-header .page-title{margin-bottom:16px;color:#000}@media (max-width: 576px){.shop-page .page-header .page-title{font-size:24px!important;margin-bottom:8px}}.shop-page .page-header .page-subtitle{color:#666;font-size:16px}@media (max-width: 576px){.shop-page .page-header .page-subtitle{font-size:14px}}.filters-sidebar{max-height:calc(100vh - 130px);overflow-y:auto;z-index:100;align-self:flex-start}@media (max-width: 768px){.filters-sidebar{position:static;margin-bottom:24px;max-height:none;overflow-y:visible;align-self:auto}}.filters-card{box-shadow:0 2px 8px #0000001a;border-radius:8px}.filters-card .filter-group{margin-bottom:24px}.filters-card .filter-group:last-child{margin-bottom:0}.filters-card .filter-group .ant-typography{margin-bottom:8px}.filters-card .filter-group .ant-checkbox-group:not(.color-filter){max-height:150px;overflow-y:auto;padding-right:8px}.filters-card .filter-group .ant-checkbox-wrapper{transition:all .3s ease;padding:4px;border-radius:4px}.filters-card .filter-group .ant-checkbox-wrapper:hover{background-color:#ff36360d}.filters-card .filter-group .ant-select{transition:all .3s ease}.filters-card .filter-group .ant-select:hover .ant-select-selector{border-color:#ff3636;box-shadow:0 0 0 2px #ff36361a}.filters-card .filter-group .ant-slider{transition:all .3s ease}.filters-card .filter-group .ant-slider:hover .ant-slider-rail{background-color:#ff36361a}.filters-card .filter-group .ant-slider:hover .ant-slider-handle{border-color:#ff3636;box-shadow:0 0 0 3px #ff363633}.filters-card .filter-group .ant-input{transition:all .3s ease}.filters-card .filter-group .ant-input:hover{border-color:#ff3636;box-shadow:0 0 0 2px #ff36361a}@media (max-width: 768px){.products-header{margin-bottom:16px;padding:0 12px}.products-header .ant-row{margin-bottom:0!important;gap:8px;flex-wrap:nowrap}.products-header .ant-row .ant-col-xs-12{padding:0!important;flex:1}.products-header .mobile-filter-button{width:100%;height:40px;border-radius:0;border:1px solid #e0e0e0;color:#111;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:none}.products-header .mobile-filter-button:hover,.products-header .mobile-filter-button:focus{background:#f9f9f9;color:#000;border-color:#000}.products-header .ant-select{width:100%!important}.products-header .ant-select .ant-select-selector{height:40px!important;border-radius:0!important;display:flex;align-items:center;border:1px solid #e0e0e0!important;box-shadow:none!important}}.color-checkbox{width:100%;margin-bottom:8px}.color-checkbox .ant-checkbox{position:relative;top:0;margin-right:3px;flex-shrink:0}.color-checkbox .ant-checkbox-wrapper{display:flex;align-items:center;width:100%}.color-checkbox .color-option{display:flex;align-items:center;gap:6px;flex:1}.color-checkbox .color-option .color-circle{width:16px;height:16px;border-radius:50%;flex-shrink:0;box-shadow:0 1px 3px #0000001a;transition:all .3s ease}.color-checkbox .color-option .color-name{font-size:13px;line-height:1.2;transition:all .3s ease}.color-checkbox:hover .color-name{color:#ff3636;font-weight:500}.ant-btn{transition:all .3s ease}.ant-btn:hover{box-shadow:0 2px 8px #ff36364d}.products-header{margin-bottom:24px}.products-header .mobile-filter-button{display:none}@media (max-width: 768px){.products-header .mobile-filter-button{display:inline-flex;align-items:center;justify-content:center}}@media (max-width: 576px){.products-header .mobile-filter-button{width:100%;height:40px}}@media (max-width: 576px){.products-header .ant-row{flex-direction:row!important;gap:8px;align-items:stretch}.products-header .ant-row .ant-col{flex:1;display:flex}.products-header .ant-row .ant-col:first-child{flex:1}.products-header .ant-row .ant-col:last-child{flex:1}}.products-header .ant-select{min-width:180px}@media (max-width: 768px){.products-header .ant-select{min-width:120px}}@media (max-width: 576px){.products-header .ant-select{width:100%;min-width:auto;height:40px}.products-header .ant-select .ant-select-selector{height:40px!important;display:flex;align-items:center}}.shop-product-card{height:100%}.shop-product-card .product-image-wrap{position:relative;overflow:hidden;border-radius:12px 12px 0 0;background-color:#f5f5f5;height:280px}@media (max-width: 576px){.shop-product-card .product-image-wrap{height:220px}}.shop-product-card .product-image-wrap .product-card-skeleton{width:100%!important;height:100%!important;display:flex!important;align-items:center;justify-content:center}.shop-product-card .product-image-wrap .product-card-skeleton .ant-skeleton-image{width:100%;height:100%}.shop-product-card .product-image-wrap .product-card-skeleton .ant-skeleton-image svg{width:20%;height:20%;opacity:.2}.shop-product-card .product-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;color:transparent;display:block}.shop-product-card .product-image-wrap .product-badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:4px}@media (max-width: 576px){.shop-product-card .product-image-wrap .product-badges{top:8px;left:8px}}.shop-product-card .product-image-wrap .product-badges .badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 576px){.shop-product-card .product-image-wrap .product-badges .badge{padding:3px 6px;font-size:9px}}.shop-product-card .product-image-wrap .product-badges .badge.new-badge{background-color:#52c41a;color:#fff}.shop-product-card .product-image-wrap .product-badges .badge.bestseller-badge{background-color:#ff3636;color:#fff}.shop-product-card .product-image-wrap .product-badges .badge.discount-badge{background-color:#fa541c;color:#fff}.shop-product-card .product-image-wrap .product-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.shop-product-card:hover .product-image-container img{transform:scale(1.05)}.shop-product-card .ant-card-actions{background:transparent;border-top:1px solid #f0f0f0}.shop-product-card .ant-card-actions li{margin:8px 0}@media (max-width: 576px){.shop-product-card .ant-card-actions li{margin:4px 0}}.shop-product-card .ant-card-actions li .cart-action{display:flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:6px;cursor:pointer;color:#666;transition:all .3s ease;font-size:14px;font-weight:500;position:relative}@media (max-width: 576px){.shop-product-card .ant-card-actions li .cart-action{padding:6px 12px;font-size:12px}}.shop-product-card .ant-card-actions li .cart-action:hover{background-color:#ff3636;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #ff36364d}.shop-product-card .ant-card-actions li .cart-action.added{background-color:#52c41a;color:#fff}.shop-product-card .ant-card-actions li .cart-action.added:hover{background-color:#52c41a;transform:none;box-shadow:0 2px 8px #52c41a4d}.shop-product-card .ant-card-actions li .cart-action .countdown-loader{position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#ffffff4d;border-radius:0 0 6px 6px;overflow:hidden}.shop-product-card .ant-card-actions li .cart-action .countdown-loader .countdown-bar{height:100%;background-color:#fffc;transition:width .1s linear;border-radius:0 0 6px 6px}.shop-product-card .ant-card-actions li .anticon{font-size:16px;color:#666;transition:color .3s ease}@media (max-width: 576px){.shop-product-card .ant-card-actions li .anticon{font-size:14px}}.shop-product-card .ant-card-actions li .anticon:hover{color:#ff3636}.product-details .product-rating{margin-bottom:8px;display:flex;align-items:center}.product-details .product-rating .ant-rate{font-size:12px}.product-details .product-pricing{display:flex;align-items:center;gap:8px;margin-bottom:8px}.product-details .product-pricing .current-price{font-size:16px;color:#ff3636}.product-details .product-pricing .original-price{font-size:14px}.product-details .product-meta{margin-top:4px}.product-details .product-meta .product-colors{display:flex;gap:6px;align-items:center;margin-top:4px}.product-details .product-meta .product-colors .color-dot{width:12px;height:12px;border-radius:50%;cursor:pointer}.pagination-container .ant-pagination{display:inline-block}.no-products-found{min-height:400px;display:flex;align-items:center;justify-content:center}.no-products-found .ant-typography{margin-bottom:16px}.no-products-found .ant-btn{margin-top:16px}@media (max-width: 768px){.shop-page .filters-sidebar .filters-card .filter-group{margin-bottom:16px}.shop-page .filters-sidebar .filters-card .filter-group .ant-checkbox-group{max-height:100px}}.filter-drawer.ant-drawer,.filter-drawer .ant-drawer-mask{z-index:1000!important}.filter-drawer .ant-drawer-content-wrapper{z-index:1000!important;width:100%!important;max-width:100%!important}.filter-drawer .ant-drawer-content{overflow:hidden!important;height:100%!important}.filter-drawer .ant-drawer-header{padding:12px 16px!important;border-bottom:1px solid #f0f0f0!important;background:#fff!important;position:relative!important;margin-top:100px!important}.filter-drawer .ant-drawer-header .ant-drawer-header-title{flex:1}.filter-drawer .ant-drawer-header .ant-drawer-title{font-size:18px!important;font-weight:600!important}@media (max-width: 576px){.filter-drawer .ant-drawer-header .ant-drawer-title{font-size:16px!important}}.filter-drawer .ant-drawer-header .ant-drawer-close{color:#000!important;font-size:20px!important;padding:8px!important;margin-right:8px!important}.filter-drawer .ant-drawer-header .ant-drawer-close:hover{color:#ff3636!important;background-color:#ff36361a!important}.filter-drawer .ant-drawer-header .ant-drawer-extra{margin-left:auto}.filter-drawer .ant-drawer-body{padding:0!important;overflow-y:auto!important;overflow-x:hidden!important;height:100%!important;max-height:none!important}.filter-drawer .ant-drawer-body::-webkit-scrollbar{width:6px}.filter-drawer .ant-drawer-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.filter-drawer .ant-drawer-body::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.filter-drawer .ant-drawer-body::-webkit-scrollbar-thumb:hover{background:#555}.filter-drawer .filter-group{margin-bottom:24px;padding:0 16px}.filter-drawer .filter-group:first-child{padding-top:16px}.filter-drawer .filter-group:last-child{margin-bottom:0;padding-bottom:16px}.filter-drawer .filter-group .ant-typography{margin-bottom:8px!important;display:block;font-weight:600!important;font-size:14px!important;color:#262626}.filter-drawer .filter-group .ant-checkbox-group{max-height:200px;overflow-y:auto;padding-right:8px;width:100%!important}.filter-drawer .filter-group .ant-checkbox-group.color-filter,.filter-drawer .filter-group .ant-checkbox-group.size-filter{max-height:none;overflow-y:visible}.filter-drawer .filter-group .ant-input,.filter-drawer .filter-group .ant-select{width:100%!important}.filter-drawer .filter-group .ant-slider{margin:16px 0 8px!important}.filter-drawer .filter-group .ant-checkbox-wrapper{margin:4px 0!important;font-size:13px!important}.filter-drawer .color-checkbox{width:100%;margin-bottom:8px}.filter-drawer .color-checkbox .ant-checkbox{position:relative;top:0;margin-right:6px;flex-shrink:0}.filter-drawer .color-checkbox .ant-checkbox-wrapper{display:flex!important;align-items:center!important;width:100%!important;padding:6px 4px!important;border-radius:4px;transition:all .3s ease;margin:0!important}.filter-drawer .color-checkbox .ant-checkbox-wrapper:hover{background-color:#ff36360d}.filter-drawer .color-checkbox .color-option{display:flex;align-items:center;gap:8px;flex:1}.filter-drawer .color-checkbox .color-option .color-circle{width:18px;height:18px;border-radius:50%;flex-shrink:0;box-shadow:0 1px 3px #0000001a}@media (max-width: 576px){.filter-drawer .color-checkbox .color-option .color-circle{width:16px;height:16px}}.filter-drawer .color-checkbox .color-option .color-name{font-size:13px;line-height:1.2}@media (max-width: 576px){.filter-drawer .color-checkbox .color-option .color-name{font-size:12px}}.ant-drawer-open:has(.filter-drawer) .navbar-header{position:fixed!important}body:has(.filter-drawer.ant-drawer-open){overflow:hidden!important;position:fixed!important;width:100%!important}@media (max-width: 576px){body:has(.filter-drawer.ant-drawer-open){height:100%!important}}@media (max-width: 576px){.shop-page .shop-product-card{margin-bottom:0!important;padding-bottom:0!important}.shop-page .shop-product-card .ant-card-body{padding:10px;margin-bottom:0!important;padding-bottom:10px!important}.shop-page .shop-product-card .ant-card-meta-title{font-size:12px;margin-bottom:4px!important;line-height:1.3}.shop-page .shop-product-card .ant-card-meta-description{font-size:11px}.shop-page .shop-product-card .product-pricing .current-price{font-size:13px}.shop-page .shop-product-card .product-pricing .original-price{font-size:11px}.shop-page .shop-product-card .product-meta{margin-top:4px}.shop-page .shop-product-card .product-meta .product-colors .color-dot{width:10px;height:10px}.shop-page .shop-product-card .ant-card-actions{padding:0!important;margin:0!important;border-top:1px solid #f0f0f0!important;background:transparent!important;height:44px!important;display:flex!important;align-items:stretch!important}.shop-page .shop-product-card .ant-card-actions>li{margin:0!important;width:100%!important;padding:0!important;line-height:1!important}.shop-page .shop-product-card .ant-card-actions>li:not(:last-child){border-right:none!important}.shop-page .shop-product-card .ant-card-actions>li .cart-action{display:flex!important;width:100%!important;height:100%!important;min-height:44px!important;max-height:44px!important;padding:0 8px!important;font-size:12px!important;border-radius:0!important;margin:0!important;align-items:center!important;justify-content:center!important}.shop-page .shop-product-card .ant-card-actions>li .cart-action svg{font-size:14px;margin-right:6px}.shop-page .shop-product-card .ant-card-actions>li .cart-action span{display:inline}}.product-card{border-radius:0!important;overflow:hidden;transition:all .4s ease;height:100%;display:flex;flex-direction:column;background:transparent;border:none!important;box-shadow:none!important}.product-card:where(.ant-card-bordered){border:none!important}.product-card:before,.product-card:after{border:none!important;box-shadow:none!important;display:none!important}.product-card .ant-card-cover{margin:0;overflow:hidden;border-radius:0}.product-card .ant-card-cover .product-image-wrap{position:relative;width:100%;height:0;padding-bottom:133.33%;overflow:hidden;background-color:#f5f5f5}.product-card .ant-card-cover .product-card-image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.8,.25,1);position:absolute;top:0;left:0;color:transparent}.product-card .ant-card-cover .product-badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:6px;z-index:2}.product-card .ant-card-cover .product-badges .badge{padding:4px 10px;border-radius:0;color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 4px #0000001a}.product-card .ant-card-cover .product-badges .badge.new-badge{background-color:#000}.product-card .ant-card-cover .product-badges .badge.discount-badge{background-color:#ff3636}.product-card:hover .ant-card-cover .product-card-image{transform:scale(1.5)}.product-card.ant-card,.product-card.ant-card:hover,.product-card.ant-card-bordered,.product-card.ant-card-hoverable,.product-card.ant-card-hoverable:hover{border:none!important;box-shadow:none!important}.product-card.ant-card:before,.product-card.ant-card:after,.product-card.ant-card:hover:before,.product-card.ant-card:hover:after,.product-card.ant-card-bordered:before,.product-card.ant-card-bordered:after,.product-card.ant-card-hoverable:before,.product-card.ant-card-hoverable:after,.product-card.ant-card-hoverable:hover:before,.product-card.ant-card-hoverable:hover:after{display:none!important}.product-card .ant-card-head,.product-card .ant-card-body,.product-card .ant-card-cover{border:none!important;box-shadow:none!important}.product-card .ant-card-body{padding:8px}.product-card .ant-card-meta{margin-top:4px}.product-card .ant-card-meta .ant-card-meta-detail>div:not(:last-child){margin-bottom:0}.product-card .ant-card-meta .ant-card-meta-title{color:#1a1a1a;font-weight:500;font-size:15px;line-height:1.4;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card .ant-card-meta .ant-card-meta-description .product-details{display:flex;flex-direction:column;gap:4px}.product-card .ant-card-meta .ant-card-meta-description .product-details .product-pricing{display:flex;align-items:center;gap:8px;margin:0;line-height:1.1}.product-card .ant-card-meta .ant-card-meta-description .product-details .product-pricing .current-price{color:#000;font-weight:500;font-size:14px}.product-card .ant-card-meta .ant-card-meta-description .product-details .product-pricing .original-price{color:#999;text-decoration:line-through;font-size:13px}.product-card .ant-card-meta .ant-card-meta-description .product-details .product-meta{margin:0}.product-card .ant-card-meta .ant-card-meta-description .product-details .product-meta .product-colors{display:flex;gap:4px;flex-wrap:wrap}.product-card .ant-card-meta .ant-card-meta-description .product-details .product-meta .product-colors .color-dot{border-radius:50%;border:1px solid rgba(0,0,0,.1)}.product-card .ant-card-actions{display:none}@media (max-width: 768px){.product-card{margin-bottom:24px}.product-card:hover{transform:none;box-shadow:none}.product-card .ant-card-cover .product-image-wrap{padding-bottom:150%}.product-card .ant-card-body{padding:4px 4px 8px}.product-card .ant-card-meta{margin-top:2px}.product-card .ant-card-meta .ant-card-meta-detail>div:not(:last-child){margin-bottom:2px}.product-card .ant-card-meta .ant-card-meta-title{font-size:15px;font-weight:700;line-height:1.3;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:auto;margin-bottom:2px!important}.product-card .ant-card-meta .ant-card-meta-description .product-details{gap:2px}.product-card .ant-card-meta .product-pricing{margin-top:0}.product-card .ant-card-meta .product-pricing .current-price{font-size:13px;font-weight:500;color:#000}.product-card .ant-card-meta .product-pricing .original-price{font-size:11px}}.ant-card-meta-description{margin-bottom:2px;font-size:13px}.ant-card-meta-description .product-details .product-pricing .current-price{font-size:14px}.ant-card-meta-description .product-details .product-pricing .original-price{font-size:12px}.product-detail-container{max-width:1200px;margin:0 auto;padding:40px 24px;min-height:80vh}@media (max-width: 768px){.product-detail-container{padding:16px;margin-bottom:80px}}.product-images{position:sticky;top:24px}@media (max-width: 768px){.product-images{position:relative;top:0;margin-bottom:24px;width:100%}}.product-images .main-image-container{margin-bottom:24px;text-align:center;background-color:transparent;border-radius:0;overflow:visible;border:none;position:relative;height:auto;min-height:200px}@media (max-width: 992px){.product-images .main-image-container{min-height:300px}}@media (max-width: 768px){.product-images .main-image-container{border:none;margin-bottom:0;min-height:auto;width:100vw;position:relative;left:50%;margin-left:-50vw;margin-right:-50vw;padding:0!important;background-color:transparent!important;display:flex;justify-content:center}}.product-images .main-image-container .main-image-wrapper{width:100%;display:block}@media (max-width: 768px){.product-images .main-image-container .main-image-wrapper{width:100%;display:flex;justify-content:center;background-color:transparent}}.product-images .main-image-container .main-image,.product-images .main-image-container .ant-image-img{width:100%;height:auto;max-height:80vh;object-fit:contain;mix-blend-mode:normal;display:block}@media (max-width: 768px){.product-images .main-image-container .main-image,.product-images .main-image-container .ant-image-img{width:100vw!important;max-width:100vw!important;height:auto!important;max-height:none!important;object-fit:contain!important;margin:0!important;padding:0!important;border:none!important}}.product-images .image-carousel{margin-top:16px;display:flex;flex-wrap:wrap;justify-content:flex-start}@media (max-width: 768px){.product-images .image-carousel{flex-wrap:nowrap;justify-content:flex-start;padding:0 4px;margin-left:0;margin-right:0;width:100%;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.product-images .image-carousel::-webkit-scrollbar{display:none}}.product-images .image-carousel .thumbnail-container{flex:0 0 auto;width:25%;max-width:100px;padding:0 6px}@media (max-width: 768px){.product-images .image-carousel .thumbnail-container{width:calc(25% - 6px);min-width:70px;max-width:none;padding:0;margin-right:0}}.product-images .image-carousel .thumbnail-container .thumbnail{width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;border-radius:4px;cursor:pointer;transition:all .2s ease;border:1px solid #eee;opacity:.6}@media (hover: hover) and (pointer: fine){.product-images .image-carousel .thumbnail-container .thumbnail:hover{opacity:1;border-color:#999}}.product-images .image-carousel .thumbnail-container .thumbnail.active{opacity:1;border-color:#000;box-shadow:none}.product-info{padding-left:32px}@media (max-width: 768px){.product-info{margin-top:16px;padding:0}}.product-info .product-name{margin-bottom:16px;color:#111;font-weight:600;font-size:32px;letter-spacing:-.5px;line-height:1.2}@media (max-width: 768px){.product-info .product-name{font-size:24px;margin-bottom:8px}}@media (max-width: 768px){.product-info .product-price{font-size:18px;margin-bottom:16px}}.product-info .mobile-sticky-actions{display:none}@media (max-width: 768px){.product-info .mobile-sticky-actions{display:flex;position:fixed;bottom:60px;left:0;width:100%;padding:12px 16px;background:#fff;box-shadow:0 -4px 12px #0000000d;z-index:100;gap:12px;align-items:center}.product-info .mobile-sticky-actions .ant-btn{flex:1;height:48px;font-weight:600;border-radius:0}}.price-section{display:flex;align-items:center;margin-bottom:12px}.price-section .current-price{font-size:22px;font-weight:500;color:#000}@media (max-width: 768px){.price-section .current-price{font-size:18px}}.price-section .original-price{margin-left:12px;font-size:18px;color:#999;text-decoration:line-through}.size-selection .ant-btn-link,.body-shape-section .ant-btn-link{box-shadow:none!important;border:none!important}.size-selection .ant-btn-link:hover,.size-selection .ant-btn-link:focus,.body-shape-section .ant-btn-link:hover,.body-shape-section .ant-btn-link:focus{color:#333!important;border:none!important;background:transparent!important}.size-selection .ant-btn-link:hover span,.size-selection .ant-btn-link:focus span,.body-shape-section .ant-btn-link:hover span,.body-shape-section .ant-btn-link:focus span{text-decoration:underline}.size-selection .ant-btn-link:after,.body-shape-section .ant-btn-link:after{display:none!important}.size-selection .size-options{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.size-selection .size-options .size-chip{min-width:48px;height:40px;padding:0 16px;border:1px solid #e0e0e0;background-color:#fff;border-radius:4px;font-size:14px;font-weight:500;color:#333;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.size-selection .size-options .size-chip:hover:not(.disabled){border-color:#000}.size-selection .size-options .size-chip.selected{background-color:#000;color:#fff;border-color:#000}.size-selection .size-options .size-chip.disabled{opacity:.5;background-color:#f5f5f5;border-color:#eee;cursor:not-allowed;color:#aaa;text-decoration:line-through}.quantity-section .quantity-controls{display:inline-flex;align-items:center;border:1px solid #e0e0e0;border-radius:0;height:40px}.quantity-section .quantity-controls .qty-btn{width:40px;height:100%;border:none;background:transparent;font-size:18px;cursor:pointer;color:#333;display:flex;align-items:center;justify-content:center;transition:background .2s}.quantity-section .quantity-controls .qty-btn:hover:not(:disabled){background-color:#f5f5f5}.quantity-section .quantity-controls .qty-btn:disabled{color:#ccc;cursor:not-allowed}.quantity-section .quantity-controls .qty-value{width:40px;text-align:center;font-weight:600;font-size:16px;-webkit-user-select:none;user-select:none}@media (max-width: 768px){.action-buttons-group{display:none!important}}.action-buttons-group .add-to-cart-btn{background-color:#000;border-color:#000}.action-buttons-group .add-to-cart-btn:hover{background-color:#333!important;border-color:#333!important;transform:translateY(-1px)}.action-buttons-group .add-to-cart-btn:disabled{background-color:#ccc;border-color:#ccc}.action-buttons-group .wishlist-btn{border-color:#e0e0e0;color:#666}.action-buttons-group .wishlist-btn:hover{border-color:#ff3636;color:#ff3636;background-color:transparent}.product-tabs .ant-tabs-nav{margin-bottom:20px}.product-tabs .ant-tabs-nav:before{border-bottom:1px solid #e5e5e5}.product-tabs .ant-tabs-nav .ant-tabs-nav-wrap{overflow:visible}.product-tabs .ant-tabs-nav .ant-tabs-nav-operations{display:none!important}.product-tabs .ant-tabs-nav .ant-tabs-nav-list{transform:none!important;width:100%;display:flex;overflow-x:auto!important;overflow-y:hidden;-webkit-overflow-scrolling:touch;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none}.product-tabs .ant-tabs-nav .ant-tabs-nav-list::-webkit-scrollbar{display:none}.product-tabs .ant-tabs-tab{flex-shrink:0;font-size:12px!important;text-transform:uppercase;letter-spacing:.5px;padding:12px 0;margin:0 24px 0 0;background:transparent;transition:color .3s ease;border:none}@media (max-width: 768px){.product-tabs .ant-tabs-tab{margin:0 16px 0 0;font-size:11px!important}}.product-tabs .ant-tabs-tab .ant-tabs-tab-btn{color:#888;font-weight:500}.product-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#000!important;font-weight:700;text-shadow:none}.product-tabs .ant-tabs-tab:hover{color:#000}.product-tabs .ant-tabs-tab:hover .ant-tabs-tab-btn{color:#555}.product-tabs .ant-tabs-ink-bar{background-color:#000!important;height:2px;bottom:0}.product-tabs .ant-tabs-content-holder{font-size:14px;line-height:1.6;color:#444}.product-tabs .ant-tabs-content-holder .ant-typography{font-size:14px;line-height:1.6;color:#555}.product-tabs .product-details-content .detail-section{margin-bottom:24px}.product-tabs .product-details-content .detail-section:last-child{margin-bottom:0}.product-tabs .product-details-content .detail-heading.ant-typography{font-size:11px!important;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px!important;color:#000!important;font-weight:700!important;border-bottom:1px solid #f0f0f0;padding-bottom:4px;display:inline-block;min-width:150px}.product-tabs .product-details-content .detail-text.ant-typography{color:#555;font-size:14px;line-height:1.5;margin-bottom:0!important}.product-tabs .product-details-content .detail-label.ant-typography{color:#666;font-size:12px;text-transform:uppercase;letter-spacing:.5px;margin-right:8px;font-weight:600}.product-tabs .product-details-content .detail-value.ant-typography{color:#000;font-weight:500;font-size:14px}.product-tabs .ant-descriptions-item-label{color:#666;font-weight:500;text-transform:uppercase;font-size:12px;letter-spacing:.5px}.product-tabs .ant-descriptions-item-content{color:#000;font-weight:500;font-size:15px}.suggested-products{margin-top:48px}.suggested-products h3{color:#000;margin-bottom:24px;text-align:center}.suggested-products .suggested-product-card{border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.suggested-products .suggested-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.suggested-products .suggested-product-card .ant-card-cover img{height:200px;object-fit:cover}.suggested-products .suggested-product-card .ant-card-meta .ant-card-meta-title{color:#000;font-size:14px;font-weight:500}.suggested-products .suggested-product-card .ant-card-meta .ant-card-meta-description{color:#ff3636;font-weight:600}.size-guide .ant-modal-content,.shipping-policy .ant-modal-content,.return-policy .ant-modal-content{border-radius:8px}.size-guide p,.shipping-policy p,.return-policy p{color:#666;line-height:1.6;margin-bottom:16px}@media (max-width: 768px){.product-detail-container .product-images .main-image-container .main-image{max-height:400px}.product-detail-container .product-info .price-section .current-price{font-size:24px}.product-detail-container .product-info .price-section .original-price{font-size:18px}}.ant-skeleton-image{border-radius:8px}.product-detail-container .size-button:focus,.product-detail-container .thumbnail:focus{outline:2px solid #FF3636;outline-offset:2px}.product-detail-container .body-shape-icon:focus{outline:2px solid #FF3636;outline-offset:2px}@media print{.product-detail-container .action-buttons,.product-detail-container .policy-links,.product-detail-container .suggested-products,.product-detail-container .product-images .image-carousel{display:none}}.cart-page{max-width:1200px;margin:0 auto;padding:24px;min-height:calc(100vh - 200px)}@media (max-width: 768px){.cart-page{padding:16px}}@media (max-width: 576px){.cart-page{padding:12px}}.cart-page .page-header{margin-bottom:32px;text-align:center}@media (max-width: 576px){.cart-page .page-header{margin-bottom:20px}}.cart-page .page-header .page-title{margin-bottom:8px!important;font-weight:700}@media (max-width: 576px){.cart-page .page-header .page-title{font-size:24px!important}}.cart-page .page-header .page-title svg{color:#ff3636}.cart-page .empty-cart{text-align:center}.cart-page .empty-cart .ant-empty .ant-btn{background:#ff3636;border-color:#ff3636}.cart-page .empty-cart .ant-empty .ant-btn:hover{background:#e62e2e;border-color:#e62e2e}@media (max-width: 576px){.cart-page .cart-items-card{padding:0!important;margin:0!important;border:none!important;box-shadow:none!important;background:transparent!important}.cart-page .cart-items-card .ant-card-head{display:none}.cart-page .cart-items-card .ant-card-body{padding:0!important}}.cart-page .cart-items-card .cart-items-list .ant-list-item{border:none!important;padding:0!important;margin-bottom:16px!important}@media (max-width: 576px){.cart-page .cart-items-card .cart-items-list .ant-list-item{margin-bottom:12px!important}}.cart-page .cart-items-card .cart-items-list .ant-list-item:last-child{margin-bottom:0!important}.cart-page .cart-items-card .cart-items-list .cart-item{background:#fff;transition:all .3s ease;border-radius:8px;border:1px solid #f0f0f0!important;padding:16px}@media (max-width: 576px){.cart-page .cart-items-card .cart-items-list .cart-item{padding:12px!important;margin-bottom:12px}}.cart-page .cart-items-card .cart-items-list .cart-item:hover{background:#fff}.cart-page .cart-items-card .cart-items-list .cart-item .ant-list-item-meta{align-items:flex-start}.cart-page .cart-items-card .cart-items-list .cart-item .ant-list-item-meta-avatar{margin-right:16px;flex-shrink:0}@media (max-width: 576px){.cart-page .cart-items-card .cart-items-list .cart-item .ant-list-item-meta-avatar{margin-right:8px}}@media (max-width: 576px){.cart-page .cart-items-card .cart-items-list .cart-item .ant-list-item-meta-avatar .ant-image{width:80px!important;height:96px!important}}.cart-page .cart-items-card .cart-items-list .cart-item .ant-list-item-meta-content{flex:1;width:100%}.cart-page .cart-items-card .cart-items-list .cart-item .product-name{font-size:18px;font-weight:600;line-height:1.3;color:#262626}@media (max-width: 576px){.cart-page .cart-items-card .cart-items-list .cart-item .product-name{font-size:13px;line-height:1.2}}.cart-page .cart-items-card .cart-items-list .cart-item .section-label{font-size:14px;font-weight:600;display:block;margin-bottom:8px;color:#262626}@media (max-width: 576px){.cart-page .cart-items-card .cart-items-list .cart-item .section-label{font-size:10px;margin-bottom:2px;display:none}}.cart-page .cart-items-card .cart-items-list .cart-item .size-label{font-size:14px;font-weight:600;margin-right:8px;color:#262626}@media (max-width: 576px){.cart-page .cart-items-card .cart-items-list .cart-item .size-label{font-size:13px;margin-right:6px}}.cart-page .cart-items-card .cart-items-list .cart-item .price-label,.cart-page .cart-items-card .cart-items-list .cart-item .total-label{font-size:12px;font-weight:400;display:block;margin-bottom:4px;color:#8c8c8c;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 576px){.cart-page .cart-items-card .cart-items-list .cart-item .price-label,.cart-page .cart-items-card .cart-items-list .cart-item .total-label{font-size:9px;margin-bottom:1px;letter-spacing:.2px}}.cart-page .cart-items-card .cart-items-list .cart-item .price-value{font-size:16px;font-weight:600;color:#ff3636}@media (max-width: 576px){.cart-page .cart-items-card .cart-items-list .cart-item .price-value{font-size:12px}}.cart-page .cart-items-card .cart-items-list .cart-item .total-value{font-size:20px;font-weight:700;color:#ff3636;line-height:1.2}@media (max-width: 576px){.cart-page .cart-items-card .cart-items-list .cart-item .total-value{font-size:14px}}.cart-page .cart-items-card .cart-items-list .cart-item .size-display-button{background-color:#ff3636;color:#fff;border:none;border-radius:4px;min-width:40px;font-weight:600;cursor:default}@media (max-width: 576px){.cart-page .cart-items-card .cart-items-list .cart-item .size-display-button{min-width:36px;height:36px;font-size:13px;padding:0 8px}}.cart-page .cart-items-card .cart-items-list .cart-item .size-display-button:hover{background-color:#ff3636!important;color:#fff!important}.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details{width:100%}.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details .ant-row{align-items:stretch}.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details .item-info{display:flex;flex-direction:column;border-radius:0}.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details .item-info .price-and-quantity-row{display:flex;align-items:flex-end;gap:24px;flex-wrap:wrap}@media (max-width: 576px){.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details .item-info .price-and-quantity-row{gap:12px}}.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details .item-info .price-and-quantity-row .price-section{margin-top:8px;margin-bottom:0}@media (max-width: 576px){.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details .item-info .price-and-quantity-row .price-section{margin-top:2px}}.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details .item-info .price-and-quantity-row .quantity-section{display:flex;flex-direction:column}.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details .item-info .price-and-quantity-row .quantity-label{margin-bottom:4px}@media (max-width: 576px){.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details .item-info .price-and-quantity-row .quantity-label{margin-bottom:2px}}.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details .item-info .price-and-quantity-row .quantity-controls{display:inline-flex;align-items:center;justify-content:flex-start;gap:0}.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details .item-info .price-and-quantity-row .quantity-controls .quantity-btn{height:40px;border:1px solid #d9d9d9;background:#fff;min-width:40px;font-weight:600;font-size:16px}@media (max-width: 576px){.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details .item-info .price-and-quantity-row .quantity-controls .quantity-btn{height:36px;min-width:36px;font-size:16px}}.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details .item-info .price-and-quantity-row .quantity-controls .quantity-btn:first-child{border-radius:4px 0 0 4px}.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details .item-info .price-and-quantity-row .quantity-controls .quantity-btn:last-child{border-radius:0 4px 4px 0}.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details .item-info .price-and-quantity-row .quantity-controls .quantity-btn:hover:not(:disabled){border-color:#ff3636;color:#ff3636}.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details .item-info .price-and-quantity-row .quantity-controls .quantity-btn:disabled{opacity:.5}.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details .item-info .price-and-quantity-row .quantity-controls .quantity-input{height:40px;width:60px;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;border-radius:0}@media (max-width: 576px){.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details .item-info .price-and-quantity-row .quantity-controls .quantity-input{height:36px;width:50px}}.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details .item-info .price-and-quantity-row .quantity-controls .quantity-input .ant-input-number-input{text-align:center;height:38px;font-weight:600;font-size:16px;border-radius:0}@media (max-width: 576px){.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details .item-info .price-and-quantity-row .quantity-controls .quantity-input .ant-input-number-input{height:34px;font-size:14px}}.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details .item-info .price-and-quantity-row .quantity-controls .quantity-input:focus,.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details .item-info .price-and-quantity-row .quantity-controls .quantity-input:hover{border-color:#ff3636;box-shadow:none}@media (max-width: 576px){.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details .item-info{height:34px;font-size:14px}}.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details:focus,.cart-page .cart-items-card .cart-items-list .cart-item .cart-item-details:hover{border-color:#ff3636;box-shadow:none}.cart-page .cart-items-card .right-section{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}@media (max-width: 576px){.cart-page .cart-items-card .right-section{flex-direction:row;align-items:center;justify-content:space-between;margin-top:8px}}.cart-page .cart-items-card .right-section .total-section{text-align:right;margin-bottom:12px}@media (max-width: 576px){.cart-page .cart-items-card .right-section .total-section{margin-bottom:0;text-align:left}}.cart-page .cart-items-card .right-section .remove-section .remove-btn{max-width:120px;margin:0;font-weight:600}@media (max-width: 576px){.cart-page .cart-items-card .right-section .remove-section .remove-btn{max-width:none;width:36px;height:36px;font-size:14px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:4px}.cart-page .cart-items-card .right-section .remove-section .remove-btn span:not(.anticon):not(:has(svg)){display:none}.cart-page .cart-items-card .right-section .remove-section .remove-btn svg{display:block}}.order-summary-card{position:sticky;top:24px}.order-summary-card .summary-row{display:flex;justify-content:space-between;align-items:center}.order-summary-card .ant-btn-primary{background:#ff3636;border-color:#ff3636;height:48px;font-size:16px}@media (max-width: 576px){.order-summary-card .ant-btn-primary{height:56px;font-size:18px}}.order-summary-card .ant-btn-primary:hover{background:#e62e2e;border-color:#e62e2e}@media (max-width: 992px){.order-summary-card{position:static;margin-top:24px}}.checkout-container{max-width:1200px;margin:0 auto;padding:24px}.checkout-container .checkout-form-card{margin-bottom:24px}.checkout-container .checkout-form-card .ant-card-head{background:#f9f9f9;border-bottom:1px solid #f0f0f0}.checkout-container .checkout-form-card .shipping-options .ant-radio-group .ant-radio-wrapper,.checkout-container .checkout-form-card .payment-options .ant-radio-group .ant-radio-wrapper{padding:12px;border:1px solid #d9d9d9;border-radius:6px;margin-bottom:8px;transition:all .3s ease}.checkout-container .checkout-form-card .shipping-options .ant-radio-group .ant-radio-wrapper:hover,.checkout-container .checkout-form-card .payment-options .ant-radio-group .ant-radio-wrapper:hover{border-color:#ff3636}.checkout-container .checkout-form-card .shipping-options .ant-radio-group .ant-radio-wrapper.ant-radio-wrapper-checked,.checkout-container .checkout-form-card .payment-options .ant-radio-group .ant-radio-wrapper.ant-radio-wrapper-checked{border-color:#ff3636;background:#fff2f0}.checkout-container .order-summary-card{position:sticky;top:24px}.checkout-container .order-summary-card .ant-list-item{border-bottom:1px solid #f0f0f0;padding:12px 0}.checkout-container .order-summary-card .ant-list-item:last-child{border-bottom:none}.checkout-container .checkout-actions .ant-btn-primary{background:#ff3636;border-color:#ff3636;min-width:120px}.checkout-container .checkout-actions .ant-btn-primary:hover{background:#e62e2e;border-color:#e62e2e}.checkout-container .order-confirmation .ant-card{text-align:left;max-width:500px;margin:0 auto}@media (max-width: 768px){.cart-drawer .cart-footer .cart-total{padding:12px}.checkout-container{padding:16px}.checkout-container .checkout-form-card .ant-row .ant-col{margin-bottom:16px}.checkout-container .order-summary-card{position:static;margin-top:24px}}.cart-empty{text-align:center;padding:40px 20px}.cart-empty .ant-empty-image{margin-bottom:16px}.cart-empty .ant-btn{margin-top:16px}.cart-item{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ant-steps .ant-steps-item.ant-steps-item-active .ant-steps-item-icon{background:#ff3636;border-color:#ff3636}.ant-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon{background:#52c41a;border-color:#52c41a}.ant-form .ant-form-item{margin-bottom:24px}.ant-form .ant-input,.ant-form .ant-select-selector{border-radius:6px}.ant-form .ant-input:focus,.ant-form .ant-input:hover,.ant-form .ant-select-selector:focus,.ant-form .ant-select-selector:hover{border-color:#ff3636}.ant-form .ant-input-affix-wrapper:focus,.ant-form .ant-input-affix-wrapper:hover{border-color:#ff3636}.ant-alert{border-radius:6px}.ant-alert.ant-alert-info{background:#f0f9ff;border-color:#91d5ff}.checkout-success-container{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:40px 20px;display:flex;align-items:center;justify-content:center}.checkout-success-container .ant-card{box-shadow:0 10px 30px #0000001a;border-radius:12px;border:none}.checkout-success-container .ant-card .ant-card-body{padding:40px}.checkout-success-container .success-icon{animation:successPulse 2s ease-in-out infinite}.checkout-success-container .order-details-card .ant-card-head{background:#f8f9fa;border-bottom:1px solid #e9ecef}.checkout-success-container .status-badge.paid{background:#f6ffed;border:1px solid #b7eb8f;color:#52c41a;padding:4px 12px;border-radius:6px;font-weight:600}.checkout-success-container .status-badge.pending{background:#fffbe6;border:1px solid #ffe58f;color:#faad14;padding:4px 12px;border-radius:6px;font-weight:600}@keyframes successPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@media (max-width: 768px){.checkout-success-container{padding:20px 10px}.checkout-success-container .ant-card-body{padding:20px!important}.checkout-success-container .ant-typography h2{font-size:1.5rem}.checkout-success-container .ant-space-item{margin-bottom:12px}}.collections-page{padding:0 0 40px;min-height:100vh}@media (max-width: 576px){.collections-page{padding:0 0 24px}}.featured-collection{margin-bottom:60px}@media (max-width: 576px){.featured-collection{margin-bottom:28px}}.featured-collection .featured-collection-card{overflow:hidden;border:none;border-radius:0;box-shadow:0 4px 12px #00000014}.featured-collection .featured-collection-card .ant-card-cover{border-radius:0;margin:0}.featured-collection .featured-collection-card .ant-card-cover img{display:block}.featured-collection .featured-collection-card .ant-card-body{display:none}.featured-collection .featured-image-container{position:relative;height:480px;overflow:hidden}@media (max-width: 768px){.featured-collection .featured-image-container{height:360px}}@media (max-width: 576px){.featured-collection .featured-image-container{height:280px}}.featured-collection .featured-image-container img{width:100%;height:100%;object-fit:cover}.featured-collection .featured-image-container .featured-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000040;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:40px}@media (max-width: 768px){.featured-collection .featured-image-container .featured-overlay{padding:24px}}@media (max-width: 576px){.featured-collection .featured-image-container .featured-overlay{padding:16px}}.featured-collection .featured-image-container .featured-overlay .featured-content{max-width:600px}.featured-collection .featured-image-container .featured-overlay .featured-content .featured-badge{margin-bottom:16px}.featured-collection .featured-image-container .featured-overlay .featured-content .featured-title{color:#fff!important;margin-bottom:16px!important;font-size:42px!important;line-height:1.1}.featured-collection .featured-image-container .featured-overlay .featured-content .featured-description{color:#fff!important;font-size:16px;margin-bottom:24px!important;opacity:.9}@media (max-width: 576px){.featured-collection .featured-image-container .featured-overlay .featured-content{max-width:100%}.featured-collection .featured-image-container .featured-overlay .featured-content .featured-badge{margin-bottom:10px}.featured-collection .featured-image-container .featured-overlay .featured-content .featured-title{font-size:28px!important;margin-bottom:10px!important}.featured-collection .featured-image-container .featured-overlay .featured-content .featured-description{font-size:14px;margin-bottom:16px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.featured-collection .featured-image-container .featured-overlay .featured-content .featured-action{height:38px;padding:0 14px;font-size:13px}}@media (max-width: 576px){.featured-collection .featured-image-container .featured-overlay{justify-content:flex-end;align-items:flex-start;text-align:left}}.collection-card{height:100%;border-radius:0}.collection-card .collection-image-container{position:relative;overflow:hidden;border-radius:0}.collection-card .collection-image-container img{width:100%;height:320px;object-fit:cover;transition:transform .5s ease}@media (max-width: 576px){.collection-card .collection-image-container img{height:240px}}.collection-card .collection-image-container .collection-tags{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:4px}@media (max-width: 576px){.collection-card .collection-image-container .collection-tags{top:8px;left:8px}}.collection-card:hover .collection-image-container img{transform:scale(1.05)}@media (max-width: 576px){.collection-card .ant-card-body{padding:14px 12px}.collection-card .ant-card-actions>li{margin:8px 0}}.collection-info .collection-meta{display:flex;align-items:center;gap:8px;margin-bottom:4px;flex-wrap:wrap}.collection-info .price-range{margin-top:8px}.newsletter-section{margin-top:80px;padding:60px 24px;background:#fafafa;border-radius:12px;text-align:center}@media (max-width: 768px){.newsletter-section{margin-top:48px;padding:40px 20px}}@media (max-width: 576px){.newsletter-section{margin-top:32px;padding:32px 16px;border-radius:8px}}.contact-page{padding:0 0 40px;min-height:100vh;background-color:#fff}@media (max-width: 576px){.contact-page{padding:0 0 24px}}.contact-page .page-banner{display:flex;flex-direction:column;justify-content:center;align-items:center;background:#000;color:#fff;width:100%;margin-bottom:60px}.contact-page .page-header{margin-bottom:40px;text-align:center}@media (max-width: 576px){.contact-page .page-header{margin-bottom:24px}}.contact-page .page-header .page-title{margin-bottom:16px;color:#000}@media (max-width: 576px){.contact-page .page-header .page-title{font-size:24px!important;margin-bottom:8px}}.contact-page .page-header .page-subtitle{color:#666;font-size:16px;max-width:600px;margin:0 auto}@media (max-width: 576px){.contact-page .page-header .page-subtitle{font-size:14px}}.contact-form-card{padding:40px;border-radius:0;box-shadow:none;border:1px solid #f0f0f0}@media (max-width: 768px){.contact-form-card{padding:24px}}@media (max-width: 576px){.contact-form-card{padding:16px}}.contact-form-card .form-title{margin-bottom:24px;font-weight:400}@media (max-width: 576px){.contact-form-card .form-title{font-size:18px!important;margin-bottom:16px}}.contact-form-card .ant-form-item-label>label{font-weight:500;color:#000}@media (max-width: 576px){.contact-form-card .ant-form-item-label>label{font-size:14px}}.contact-form-card .ant-input,.contact-form-card .ant-input-affix-wrapper{border-radius:0}@media (max-width: 576px){.contact-form-card .ant-input,.contact-form-card .ant-input-affix-wrapper{min-height:44px;font-size:16px}}.contact-form-card .ant-input:hover,.contact-form-card .ant-input:focus,.contact-form-card .ant-input-affix-wrapper:hover,.contact-form-card .ant-input-affix-wrapper:focus{border-color:#ff3636;box-shadow:none}.contact-form-card .ant-btn-primary{height:48px;font-size:14px;text-transform:uppercase;letter-spacing:1px;font-weight:600;border-radius:0;background:#000;border-color:#000}.contact-form-card .ant-btn-primary:hover{background:#ff3636;border-color:#ff3636}@media (max-width: 576px){.contact-form-card .ant-btn-primary{height:56px;width:100%}}.contact-info-card,.business-hours-card,.social-media-card{padding:32px;height:fit-content}@media (max-width: 768px){.contact-info-card,.business-hours-card,.social-media-card{padding:24px;margin-bottom:24px}}@media (max-width: 576px){.contact-info-card,.business-hours-card,.social-media-card{padding:16px}}.contact-info-card .card-title,.business-hours-card .card-title,.social-media-card .card-title{margin-bottom:24px}@media (max-width: 576px){.contact-info-card .card-title,.business-hours-card .card-title,.social-media-card .card-title{font-size:16px!important;margin-bottom:16px}}.contact-info-card .title-icon,.business-hours-card .title-icon,.social-media-card .title-icon{margin-right:8px;color:#ff3636}.contact-item{padding:16px 0;border-bottom:1px solid #f0f0f0}@media (max-width: 576px){.contact-item{padding:12px 0}}.contact-item:last-child{border-bottom:none}.contact-item .contact-icon{font-size:18px;color:#ff3636;min-width:24px}@media (max-width: 576px){.contact-item .contact-icon{font-size:16px;min-width:20px}}.contact-item a{color:inherit;text-decoration:none}.contact-item a:hover{color:#ff3636}.schedule-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f0f0f0}@media (max-width: 576px){.schedule-item{font-size:14px}}.schedule-item:last-child{border-bottom:none}.social-media-card .ant-btn{padding:8px 16px;height:auto;border:none}@media (max-width: 576px){.social-media-card .ant-btn{width:100%;margin-bottom:8px;justify-content:flex-start}}.social-media-card .ant-btn:hover{background-color:#ff36361a}.about-section{text-align:center}.about-section .about-title{margin-bottom:24px}@media (max-width: 576px){.about-section .about-title{font-size:18px!important;margin-bottom:16px}}.about-section .ant-typography{font-size:16px;line-height:1.7;color:#666}@media (max-width: 576px){.about-section .ant-typography{font-size:14px}}.bestsellers-page{padding:40px 0;min-height:100vh}@media (max-width: 576px){.bestsellers-page{padding:24px 0}.bestsellers-page .ant-row[gutter]{margin-left:-8px!important;margin-right:-8px!important}.bestsellers-page .ant-row[gutter]>.ant-col{padding-left:8px!important;padding-right:8px!important}}.page-controls{margin-bottom:32px}@media (max-width: 576px){.page-controls{margin-bottom:20px}}.bestseller-card .product-image-container{position:relative;overflow:hidden;border-radius:12px 12px 0 0}.bestseller-card .product-image-container img{width:100%;height:300px;object-fit:cover;transition:transform .3s ease}@media (max-width: 576px){.bestseller-card .product-image-container img{height:220px}}.bestseller-card .product-image-container .bestseller-rank{position:absolute;top:12px;left:12px;background:#ff3636;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:700;font-size:14px;box-shadow:0 2px 8px #00000026}@media (max-width: 576px){.bestseller-card .product-image-container .bestseller-rank{width:24px;height:24px;font-size:11px;top:8px;left:8px}}.bestseller-card .product-image-container .discount-tag{position:absolute;top:12px;right:12px;font-weight:600}@media (max-width: 576px){.bestseller-card .product-image-container .discount-tag{top:8px;right:8px;font-size:11px}}.bestseller-card:hover .product-image-container img{transform:scale(1.05)}@media (max-width: 576px){.bestseller-card .ant-card-body{padding:10px}.bestseller-card .ant-card-meta-title{font-size:12px;margin-bottom:4px!important;line-height:1.3}.bestseller-card .ant-card-meta-description{font-size:11px}}.product-rating{margin-bottom:8px}.product-rating .ant-rate{font-size:14px}@media (max-width: 576px){.product-rating .ant-rate{font-size:11px}}.product-pricing{display:flex;align-items:center;gap:8px;margin-bottom:4px}.product-pricing .original-price{font-size:14px}@media (max-width: 576px){.product-pricing .original-price{font-size:11px}}@media (max-width: 576px){.product-pricing .current-price{font-size:13px}}.sales-info{margin-top:8px}@media (max-width: 576px){.sales-info{font-size:10px;margin-top:4px}}.pagination-container{text-align:center;margin:60px 0 40px}@media (max-width: 576px){.pagination-container{margin:40px 0 20px}}.cta-section{text-align:center;padding:60px 0;background-color:#fafafa;border-radius:12px;margin-top:60px}@media (max-width: 576px){.cta-section{padding:32px 16px;margin-top:32px}}.returns-policy-page{padding:0 0 100px;background-color:#fff;font-family:Nunito Sans,sans-serif}.returns-policy-page .policy-content-wrapper{max-width:900px;margin:0 auto;padding:60px 20px 0}.returns-policy-page .policy-section{margin-bottom:60px}.returns-policy-page .policy-section h2{font-size:1.4rem;font-weight:500;margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid #f0f0f0;text-transform:uppercase;letter-spacing:1.5px;color:#1a1a1a}.returns-policy-page .policy-section .ant-typography{font-size:1.05rem;line-height:1.9;color:#4a4a4a;margin-bottom:1.5rem;font-weight:300}.returns-policy-page .policy-section strong{font-weight:600;color:#000}.returns-policy-page .policy-section a{color:#1a1a1a;text-decoration:underline;text-decoration-color:#0000004d;text-underline-offset:4px;transition:all .3s ease}.returns-policy-page .policy-section a:hover{color:#555;text-decoration-color:#555}.returns-policy-page .policy-section ul{list-style:none;padding:0;margin:24px 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.returns-policy-page .policy-section ul li{position:relative;padding-left:24px;color:#4a4a4a;font-weight:300}.returns-policy-page .policy-section ul li:before{content:"—";position:absolute;left:0;color:#ccc}.returns-policy-page .info-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:60px}@media (max-width: 768px){.returns-policy-page .info-grid{grid-template-columns:1fr;gap:40px}}.returns-policy-page .contact-box{background-color:#fcfcfc;border:1px solid #f0f0f0;padding:40px;text-align:center;margin-top:60px}.returns-policy-page .contact-box h3{font-size:1.1rem;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:16px}.returns-policy-page .contact-box p{margin-bottom:10px;color:#666}.returns-policy-page .assistance-section{background-color:#1a1a1a;color:#fff;padding:60px 40px;margin-top:80px}.returns-policy-page .assistance-section h2{color:#fff;border-bottom-color:#333}.returns-policy-page .assistance-section .ant-typography,.returns-policy-page .assistance-section li{color:#e0e0e0}.returns-policy-page .assistance-section a{color:#fff;text-decoration-color:#ffffff4d}.returns-policy-page .assistance-section a:hover{color:#ccc;text-decoration-color:#ccc}.returns-policy-page .assistance-section ul li:before{color:#666}.guide-page{padding:0 0 100px;background-color:#fff;font-family:Nunito Sans,sans-serif;color:#1a1a1a}.guide-page .guide-content-wrapper{max-width:1000px;margin:0 auto;padding:60px 20px 0}.guide-page .guide-section{margin-bottom:80px}.guide-page .guide-section h2.section-title{font-size:1.6rem;font-weight:400;text-align:center;margin-bottom:40px;text-transform:uppercase;letter-spacing:2px;position:relative;padding-bottom:20px}.guide-page .guide-section h2.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:1px;background-color:#000}.guide-page .body-type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}@media (max-width: 768px){.guide-page .body-type-grid{grid-template-columns:1fr}}.guide-page .body-type-card{background-color:#fafafa;transition:transform .3s ease,box-shadow .3s ease;height:100%}.guide-page .body-type-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000000d}.guide-page .body-type-card .image-container{width:100%;height:auto;min-height:400px;overflow:hidden;display:flex;align-items:center;justify-content:center}.guide-page .body-type-card .image-container img{width:100%;height:100%;object-fit:contain;transition:transform .5s ease}.guide-page .body-type-card:hover .image-container img{transform:scale(1.05)}.guide-page .body-type-card .content{padding:30px;text-align:center}.guide-page .body-type-card .content h3{font-size:1.25rem;font-weight:600;margin-bottom:15px;text-transform:uppercase;letter-spacing:1px}.guide-page .body-type-card .content p{font-size:.95rem;line-height:1.6;color:#666;margin-bottom:20px;font-weight:300}.guide-page .body-type-card .content .tips-label{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#000;display:block;margin-bottom:8px}.guide-page .size-guide-image-section{margin-bottom:60px}.guide-page .size-guide-image-section .guide-image-container{width:100%;margin-bottom:32px}.guide-page .size-guide-image-section .guide-image-container img{width:100%;height:auto;display:block}.guide-page .ant-tabs .ant-tabs-nav{margin-bottom:40px}.guide-page .ant-tabs .ant-tabs-nav:before{border-bottom:1px solid #f0f0f0}.guide-page .ant-tabs .ant-tabs-nav .ant-tabs-tab{padding:12px 24px;font-size:1rem;text-transform:uppercase;letter-spacing:1px;color:#888}.guide-page .ant-tabs .ant-tabs-nav .ant-tabs-tab:hover{color:#000}.guide-page .ant-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#000;font-weight:600}.guide-page .ant-tabs .ant-tabs-nav .ant-tabs-ink-bar{background:#000;height:2px}.guide-page .ant-table-wrapper .ant-table{background:transparent}.guide-page .ant-table-wrapper .ant-table-thead>tr>th{background:#f9f9f9;text-transform:uppercase;font-size:.85rem;letter-spacing:1px;font-weight:600;color:#1a1a1a;border-bottom:1px solid #e0e0e0}.guide-page .ant-table-wrapper .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0;color:#666;font-weight:300}.guide-page .ant-table-wrapper .ant-table-tbody>tr:hover>td{background:#fafafa!important}.guide-page .measurement-instructions{margin-top:60px;background-color:#fafafa;padding:40px}.guide-page .measurement-instructions h3{font-size:1.25rem;text-transform:uppercase;letter-spacing:1.5px;text-align:center;margin-bottom:30px}.guide-page .measurement-instructions .instruction-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.guide-page .measurement-instructions .instruction-grid .instruction-item h4{font-size:1rem;font-weight:600;margin-bottom:10px;text-transform:uppercase}.guide-page .measurement-instructions .instruction-grid .instruction-item p{font-size:.95rem;line-height:1.6;color:#666;font-weight:300}.guide-page .contact-cta{margin-top:80px;text-align:center;padding-top:40px;border-top:1px solid #f0f0f0}.guide-page .contact-cta p{font-size:1.1rem;color:#444;font-weight:300}.guide-page .contact-cta a{color:#000;text-decoration:underline;text-decoration-color:#0000004d;font-weight:500}.guide-page .contact-cta a:hover{text-decoration-color:#000}.page-banner{background-color:#000;color:#fff;height:50vh;min-height:375px;padding:0 24px;margin-bottom:40px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}@media (max-width: 768px){.page-banner{height:38vh;min-height:260px;margin-bottom:36px}}@media (max-width: 576px){.page-banner{height:30vh;min-height:225px;margin-bottom:24px;padding:0 16px}}.page-banner .banner-title{color:#fff!important;margin-bottom:16px!important;font-size:48px!important;font-weight:700!important}@media (max-width: 768px){.page-banner .banner-title{font-size:36px!important}}@media (max-width: 576px){.page-banner .banner-title{font-size:28px!important}}.page-banner .banner-subtitle{color:#fffc!important;font-size:18px;max-width:800px;margin:0 auto!important}@media (max-width: 576px){.page-banner .banner-subtitle{font-size:14px}}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#000;background-color:#fff;line-height:1.6;width:100%;overflow-x:hidden}#root{width:100%;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 24px;width:100%}@media (max-width: 768px){.container{padding:0 16px}}@media (max-width: 576px){.container{padding:0 12px}}.app-container{width:100%;min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;width:100%}.page-header{margin-bottom:48px;text-align:center}@media (max-width: 768px){.page-header{margin-bottom:32px}}@media (max-width: 576px){.page-header{margin-bottom:24px}}.page-header .page-title{margin-bottom:16px!important;font-weight:700}@media (max-width: 576px){.page-header .page-title{font-size:24px!important;margin-bottom:12px!important}}.page-header .page-subtitle{font-size:18px;color:#666;max-width:600px;margin:0 auto}@media (max-width: 576px){.page-header .page-subtitle{font-size:14px}}.section-header{text-align:center;margin-bottom:48px}@media (max-width: 768px){.section-header{margin-bottom:32px}}@media (max-width: 576px){.section-header{margin-bottom:24px}}.section-header .section-title{margin-bottom:16px!important;font-weight:600}@media (max-width: 576px){.section-header .section-title{font-size:22px!important;margin-bottom:12px!important}}.section-header .section-subtitle{color:#666;font-size:16px;max-width:500px;margin:0 auto}@media (max-width: 576px){.section-header .section-subtitle{font-size:14px}}.text-center{text-align:center}.mt-24{margin-top:24px}.mb-24{margin-bottom:24px}.mt-48{margin-top:48px}.mb-48{margin-bottom:48px}.ant-layout-header{background:#fff!important;border-bottom:1px solid #f0f0f0;padding:0!important;height:auto!important;line-height:normal!important}.ant-menu-horizontal{border-bottom:none!important}.ant-menu-horizontal .ant-menu-item{border-radius:6px;margin:0 4px}.ant-menu-horizontal .ant-menu-item:after{display:none!important}.ant-menu-horizontal .ant-menu-item:hover,.ant-menu-horizontal .ant-menu-item.ant-menu-item-selected{background-color:#ff36361a!important;color:#ff3636!important}.ant-card{border-radius:12px;box-shadow:0 2px 12px #0000000a;border:1px solid #f0f0f0}.ant-card:hover{box-shadow:0 8px 30px #0000001f;transition:all .3s ease}.shop-product-card:hover{transform:none!important;box-shadow:0 2px 12px #0000000a!important}.ant-btn-primary{background-color:#ff3636;border-color:#ff3636}.ant-btn-primary:hover,.ant-btn-primary:focus{background-color:#ff0303;border-color:#ff0303}.ant-btn-ghost{border-color:#ff3636;color:#ff3636}.ant-btn-ghost:hover,.ant-btn-ghost:focus{background-color:#ff36361a}@media (max-width: 576px){.ant-btn{min-height:44px;padding:8px 16px;font-size:15px}.ant-btn-lg{min-height:48px;padding:10px 20px;font-size:16px}.ant-checkbox,.ant-radio{transform:scale(1.2);margin-right:12px}.ant-input,.ant-select-selector{min-height:44px;font-size:16px}.ant-card{margin-bottom:16px}.ant-row{margin-left:-8px!important;margin-right:-8px!important}.ant-row>.ant-col{padding-left:8px!important;padding-right:8px!important}}@media (max-width: 768px){.ant-row{margin-left:-12px!important;margin-right:-12px!important}.ant-row>.ant-col{padding-left:12px!important;padding-right:12px!important}}@media (hover: none) and (pointer: coarse){.ant-card:hover{transform:none!important}a,button,.ant-btn{min-height:44px;min-width:44px}.ant-btn:active{transform:scale(.98)}}body,html{overflow-x:hidden;max-width:100vw}html{scroll-behavior:smooth}img{max-width:100%;height:auto}@media (max-width: 576px){h1,.ant-typography h1{font-size:28px!important}h2,.ant-typography h2{font-size:24px!important}h3,.ant-typography h3{font-size:20px!important}h4,.ant-typography h4{font-size:18px!important}p,.ant-typography{font-size:14px}}.ant-drawer-root:has(.filter-drawer){z-index:1000!important}.ant-drawer-mask{z-index:1000!important}@media (max-width: 768px){.filter-drawer.ant-drawer .ant-drawer-content-wrapper{width:100%!important;max-width:100%!important}}.about-us-page .about-container{padding:60px 24px;max-width:800px;margin:0 auto}@media (max-width: 576px){.about-us-page .about-container{padding:40px 16px}}.about-us-page .about-content{font-size:1.1rem;line-height:1.8;color:#4a4a4a;white-space:pre-wrap}@media (max-width: 576px){.about-us-page .about-content{font-size:1rem;line-height:1.6}}.collection-detail-page .container{max-width:1200px;margin:0 auto;padding:0 24px}.collection-detail-page .collection-hero{min-height:60vh;display:flex;align-items:center;position:relative;overflow:hidden}.collection-detail-page .collection-hero .hero-content{width:100%;position:relative;z-index:2;padding:56px 0}.collection-detail-page .collection-hero .back-link{display:inline-flex;align-items:center;margin-bottom:24px;font-weight:500;transition:opacity .3s ease}.collection-detail-page .collection-hero .back-link:hover{opacity:.8}.collection-detail-page .collection-hero .hero-text{max-width:620px}.collection-detail-page .collection-hero .hero-text h1{font-weight:700;letter-spacing:-2px;line-height:1.1}.collection-detail-page .collection-hero .hero-text .hero-title{margin-bottom:12px!important;font-size:48px!important}.collection-detail-page .collection-hero .hero-text .hero-subtitle{display:block;font-size:20px;opacity:.9}.collection-detail-page .collection-hero .hero-text .hero-description{font-size:16px;margin-top:20px;margin-bottom:0;opacity:.82}.collection-detail-page .collection-hero .hero-text .hero-tags{margin-top:24px;display:flex;align-items:center;justify-content:flex-start;gap:12px;max-width:100%}.collection-detail-page .collection-hero .hero-text .hero-tags .hero-product-count{flex:0 0 auto}.collection-detail-page .collection-hero .hero-text .hero-tags .hero-meta-tags{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;max-width:none;min-width:0;flex:1 1 auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.collection-detail-page .collection-hero .hero-text .hero-tags .hero-meta-tags::-webkit-scrollbar{display:none}.collection-detail-page .collection-hero .hero-text .hero-tags .hero-meta-tags .ant-tag{flex:0 0 auto;margin-inline-end:0}.collection-detail-page .collection-hero .hero-image-placeholder{box-shadow:0 20px 60px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);height:400px!important;width:100%}.collection-detail-page .collection-products .collection-product-card{transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #00000014}.collection-detail-page .collection-products .collection-product-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:var(--accent-color)!important}.collection-detail-page .collection-products .collection-product-card.shop-product-card:hover{transform:none!important;box-shadow:0 2px 12px #0000000a!important;border-color:transparent!important}.collection-detail-page .collection-products .collection-product-card .product-image-container{position:relative;overflow:hidden}.collection-detail-page .collection-products .collection-product-card .product-image-container img{transition:transform .5s ease}.collection-detail-page .collection-products .collection-product-card .product-image-container .product-overlay{position:absolute;top:12px;right:12px;opacity:0;transition:opacity .3s ease}.collection-detail-page .collection-products .collection-product-card .product-image-container .product-overlay .wishlist-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #00000026}.collection-detail-page .collection-products .collection-product-card .product-image-container .sale-badge{position:absolute;top:12px;left:12px;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;letter-spacing:.5px}.collection-detail-page .collection-products .collection-product-card .product-image-container:hover img{transform:scale(1.1)}.collection-detail-page .collection-products .collection-product-card .product-image-container:hover .product-overlay{opacity:1}.collection-detail-page .collection-products .collection-product-card .product-info{padding:16px}.collection-detail-page .collection-products .collection-product-card .product-info .product-price{margin-top:8px}.collection-detail-page .collection-products .collection-product-card .product-info .product-meta{text-transform:uppercase;letter-spacing:.5px}.collection-detail-page .collection-products .evening-elegance-card:hover{border-color:#daa520!important;box-shadow:0 12px 40px #daa52033}.collection-detail-page .collection-products .evening-elegance-card.shop-product-card:hover{border-color:transparent!important;box-shadow:0 2px 12px #0000000a!important}.collection-detail-page .collection-products .summer-breeze-card:hover{border-color:coral!important;box-shadow:0 12px 40px #ff7f5033}.collection-detail-page .collection-products .summer-breeze-card.shop-product-card:hover{border-color:transparent!important;box-shadow:0 2px 12px #0000000a!important}.collection-detail-page .collection-products .urban-chic-card:hover{border-color:#ff6b6b!important;box-shadow:0 12px 40px #ff6b6b33}.collection-detail-page .collection-products .urban-chic-card.shop-product-card:hover{border-color:transparent!important;box-shadow:0 2px 12px #0000000a!important}.collection-detail-page .collection-products .arctic-tundra-card:hover{border-color:#4a90e2!important;box-shadow:0 12px 40px #4a90e233}.collection-detail-page .collection-products .arctic-tundra-card.shop-product-card:hover{border-color:transparent!important;box-shadow:0 2px 12px #0000000a!important}.collection-detail-page .collection-cta{position:relative;overflow:hidden}.collection-detail-page .collection-cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000001a;z-index:1}.collection-detail-page .collection-cta .container{position:relative;z-index:2}.collection-detail-page .collection-cta h2{font-weight:700;letter-spacing:-1px}.collection-detail-loading{display:flex;justify-content:center;align-items:center;min-height:60vh}@media (max-width: 768px){.collection-detail-page .collection-hero{min-height:50vh;text-align:center}.collection-detail-page .collection-hero .hero-content{padding:36px 0}.collection-detail-page .collection-hero .back-link{display:none}.collection-detail-page .collection-hero .hero-text{max-width:100%}.collection-detail-page .collection-hero .hero-text .hero-title{font-size:34px!important;margin-bottom:8px!important;letter-spacing:-1px}.collection-detail-page .collection-hero .hero-text .hero-subtitle{font-size:16px}.collection-detail-page .collection-hero .hero-text .hero-description{font-size:15px;margin-top:14px;text-align:left;display:block;max-height:none;overflow:visible;-webkit-line-clamp:unset!important;-webkit-box-orient:unset!important}.collection-detail-page .collection-hero .hero-text .hero-tags{margin-top:16px;width:100%;justify-content:space-between}.collection-detail-page .collection-hero .hero-text .hero-tags .hero-meta-tags{justify-content:flex-end;max-width:none;padding-bottom:4px}.collection-detail-page .collection-hero .hero-image{margin-top:12px}.collection-detail-page .collection-hero .hero-image .hero-image-placeholder{height:220px!important;font-size:15px!important}.collection-detail-page .collection-products{padding:40px 0}.collection-detail-page .collection-products .collection-product-card{margin-bottom:24px}.collection-detail-page .collection-products .collection-product-card .product-image-container img{height:240px}.collection-detail-page .collection-cta{padding:40px 0}.collection-detail-page .collection-cta h2{font-size:24px}}@media (max-width: 576px){.collection-detail-page .container{padding:0 16px}.collection-detail-page .collection-hero .hero-text .hero-title{font-size:28px!important;margin-bottom:8px!important}.collection-detail-page .collection-hero .hero-text .hero-subtitle{font-size:15px}.collection-detail-page .collection-hero .hero-text .hero-description{font-size:14px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.collection-detail-page .collection-hero .hero-text .hero-tags{margin-top:12px}.collection-detail-page .collection-hero .hero-image .hero-image-placeholder{height:190px!important;border-radius:10px!important}.collection-detail-page .collection-products .collection-product-card .product-image-container img{height:200px}}.collection-detail-page .mobile-collection-image{display:block;margin:24px 0}@media (min-width: 992px){.collection-detail-page .mobile-collection-image{display:none!important}}.checkout-container{background-color:#fff;min-height:100vh;padding:0;pointer-events:auto;-webkit-user-select:auto;user-select:auto}.checkout-container .checkout-content-wrapper{max-width:1200px;margin:0 auto;padding:24px}@media (max-width: 768px){.checkout-container .checkout-content-wrapper{padding:16px}}@media (max-width: 576px){.checkout-container .checkout-content-wrapper{padding:12px}}.checkout-container .checkout-form-container{background:#fff;border-radius:0;padding:32px;box-shadow:none;border:1px solid #f0f0f0;pointer-events:auto}.checkout-container .checkout-section{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #f0f0f0}.checkout-container .checkout-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.checkout-container .checkout-section h4{margin-bottom:24px!important;color:#000;font-weight:500;font-size:18px;letter-spacing:.5px;text-transform:uppercase}.checkout-container .shipping-methods .shipping-option{transition:all .2s ease;box-shadow:none;border-radius:0}.checkout-container .shipping-methods .shipping-option:hover,.checkout-container .shipping-methods .shipping-option.selected{border-color:#000!important;background-color:#fff!important;box-shadow:none}.checkout-container .shipping-options .shipping-option{transition:all .2s ease;cursor:pointer;border-radius:0}.checkout-container .shipping-options .shipping-option:hover{border-color:#000!important;background-color:#fff!important}.checkout-container .shipping-options .shipping-option.selected{border-color:#000!important;background-color:#fafafa!important}.checkout-container .address-autocomplete .ant-select-dropdown{box-shadow:0 4px 12px #00000014;border-radius:0}.checkout-container .address-autocomplete .ant-select-item{padding:8px 12px}.checkout-container .address-autocomplete .ant-select-item:hover{background-color:#f5f5f5}.checkout-container .payment-methods .payment-option{transition:all .2s ease;box-shadow:none;border-radius:0}.checkout-container .payment-methods .payment-option:hover{border-color:#000!important;background-color:#fff!important;box-shadow:none}.checkout-container .payment-methods .payment-option.selected{border-color:#000!important;background-color:#fafafa!important;box-shadow:none}.checkout-container .order-summary-card{background:#fafafa;border-radius:0;box-shadow:none;border:1px solid #f0f0f0;position:sticky;top:24px}.checkout-container .order-summary-card .ant-card-head{border-bottom:1px solid #f0f0f0}.checkout-container .order-summary-card .ant-card-body{padding:16px}.checkout-container .checkout-form-container .ant-form-item{margin-bottom:16px}.checkout-container .checkout-form-container .ant-input,.checkout-container .checkout-form-container .ant-select-selector{border-radius:6px}.checkout-container .checkout-form-container .ant-checkbox-wrapper{font-size:14px}@media (max-width: 768px){.checkout-container .checkout-form-container{padding:0!important;margin-bottom:24px;border:none;border-bottom:1px solid #f0f0f0;background:transparent!important;box-shadow:none!important}.checkout-container .order-summary-card{position:static;border:none;background:transparent!important;box-shadow:none!important}.checkout-container .order-summary-card .ant-card-head{background:transparent;padding:0;margin-bottom:16px;border-bottom:1px solid #f0f0f0}.checkout-container .order-summary-card .ant-card-head .ant-card-head-title{padding:0}.checkout-container .order-summary-card .ant-card-body{padding:0!important}.checkout-container .checkout-section{margin-bottom:24px;padding-bottom:24px}.checkout-container .checkout-section h4{font-size:16px;margin-bottom:16px!important}}.shipping-options{max-height:400px;overflow-y:auto}.shipping-options::-webkit-scrollbar{width:6px}.shipping-options::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.shipping-options::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.shipping-options::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.shipping-options .shipping-option{transition:all .2s ease;cursor:pointer;position:relative;min-height:80px}.shipping-options .shipping-option:hover{border-color:#40a9ff!important;background-color:#f6ffed!important}.shipping-options .shipping-option.selected{border-color:#52c41a!important;background-color:#f6ffed!important;box-shadow:0 2px 8px #52c41a33}.shipping-options .shipping-option .ant-tag{margin-left:8px;border:none;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;line-height:1.2;padding:2px 6px;margin-top:2px}.shipping-options .shipping-option .ant-tag:not(:first-of-type){margin-left:4px}.shipping-options .shipping-option .shipping-price{font-size:16px;font-weight:600;color:#ff3636}.shipping-options .shipping-option .shipping-price.economy{color:#52c41a}.shipping-options .shipping-option .shipping-price.express{color:#ff7875}.ant-select-dropdown .ant-select-item{padding:8px 12px}.ant-select-dropdown .ant-select-item:hover{background-color:#f6ffed}.ant-select-dropdown .ant-select-item.ant-select-item-option-selected{background-color:#e6f7ff}.shipping-options-card .ant-spin-container{min-height:120px;display:flex;align-items:center;justify-content:center}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.shipping-options .shipping-option{animation:slideInUp .3s ease-out}.payment-methods .payment-option.selected{border-color:#52c41a!important;background-color:#f6ffed!important}@media (max-width: 768px){.shipping-option{padding:10px!important}.shipping-option .shipping-option-header .shipping-option-left span{font-size:13px!important}.shipping-option .shipping-option-price{font-size:12px!important}.shipping-option .shipping-option-details{padding-left:32px!important}.shipping-option .shipping-option-details .ant-typography{font-size:11px!important}.payment-option{padding:10px!important}.payment-option .payment-option-header span{font-size:13px!important}.payment-option .payment-option-details{padding-left:32px!important}.payment-option .payment-option-details .ant-typography{font-size:11px!important}}@media (max-width: 576px){.shipping-option{padding:8px!important}.shipping-option .shipping-option-price{font-size:11px!important}.shipping-options .shipping-option{padding:12px;margin-bottom:12px}.shipping-options .shipping-option .ant-tag{margin-left:4px;margin-top:4px}.ant-select-dropdown .ant-select-item{padding:6px 8px}.ant-select-dropdown .ant-select-item div div{font-size:13px}.ant-select-dropdown .ant-select-item div div:last-child{font-size:11px}}body.mobile-nav-open .mobile-bottom-nav{display:none!important}.mobile-bottom-nav{display:none;position:fixed;bottom:0;left:0;width:100%;height:60px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(0,0,0,.05);z-index:10000;justify-content:space-around;align-items:center;box-shadow:0 -4px 20px #0000000a;padding-bottom:env(safe-area-inset-bottom)}@media (max-width: 768px){.mobile-bottom-nav{display:flex}}.mobile-bottom-nav .nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#000;flex:1;height:100%;transition:all .2s ease}.mobile-bottom-nav .nav-item .icon{font-size:24px;color:inherit;margin-bottom:4px;position:relative;display:flex;align-items:center;justify-content:center;line-height:1;transition:transform .2s cubic-bezier(.175,.885,.32,1.275)}.mobile-bottom-nav .nav-item .icon>svg,.mobile-bottom-nav .nav-item .icon .ant-badge svg{width:24px;height:24px;font-size:24px;color:currentColor;display:block}.mobile-bottom-nav .nav-item .icon .ant-badge{display:inline-flex;align-items:center;justify-content:center;line-height:1;color:inherit}.mobile-bottom-nav .nav-item .label{font-size:10px;font-weight:500;letter-spacing:.3px}.mobile-bottom-nav .nav-item.active{color:#ff3636}.mobile-bottom-nav .nav-item.active .icon{color:#ff3636;transform:translateY(-2px)}.mobile-bottom-nav .nav-item.active .label{font-weight:700}.mobile-bottom-nav .nav-item:active .icon{transform:scale(.9)}@media (max-width: 768px){body,.app-container{padding-bottom:70px}}*{box-sizing:border-box;font-family:Nunito Sans,sans-serif}body{margin:0;padding:0;width:100vw;min-height:100vh;overflow-x:hidden;overflow-y:auto}
