.custom-header{position:sticky;top:0;z-index:20;width:100%;overflow:visible;display:block;background:var(--header-background-color, #fff)}@media screen and (min-width: 768px){.custom-header{display:none}}.custom-header-wrapper{padding:1rem;margin-bottom:-16px}.custom-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.custom-header-left{flex:1;display:flex;justify-content:flex-start;gap:1rem;align-items:center}.custom-header-center{flex:1;display:flex;justify-content:center}.custom-header-right{flex:1;display:flex;justify-content:flex-end;gap:1rem}.custom-header-logo{flex-shrink:0}.custom-header-logo img{height:auto;max-height:50px;width:auto;max-width:50px;margin:0 auto}.custom-header-search{width:100%;position:relative;margin-bottom:1px}.custom-header-search form{position:relative;width:100%}.custom-header-search input{width:100%;padding:10px 2.5rem 10px 1rem;border-radius:8px;border:1px solid #ddd;font-size:14px;background:#f5f5f5}.custom-header-search input::placeholder{opacity:0}.search-placeholder-text{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:14px;color:#666;pointer-events:none;white-space:nowrap;opacity:1;transition:opacity .2s ease}.custom-header-search button{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:#666;padding:0;display:flex;align-items:center}.custom-header-icons{display:flex;gap:1rem;align-items:center}.custom-header-icons a,.custom-header-icons button,.custom-header-left button,.custom-header-right a{position:relative;background:none;border:none;font-size:20px;padding:0;display:flex;align-items:center;color:var(--icon-color, #000);cursor:pointer;transition:color .3s ease}.custom-header-icons a:hover,.custom-header-icons button:hover,.custom-header-left button:hover,.custom-header-right a:hover{color:var(--icon-hover-color, #1E1B4B)}.custom-header-icons svg,.custom-header-left svg,.custom-header-right svg{stroke:var(--icon-color, #000);transition:stroke .3s ease}.custom-header-icons a:hover svg,.custom-header-icons button:hover svg,.custom-header-left button:hover svg,.custom-header-right a:hover svg{stroke:var(--icon-hover-color, #1E1B4B)}.custom-header-icons a:hover:not(.active){color:var(--nav-hover-color, #1E1B4B)}.custom-header-nav{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.custom-header-nav::-webkit-scrollbar{display:none}.nav-tabs{display:flex;justify-content:center;gap:0;margin:0;list-style:none;white-space:nowrap;background:var(--nav-background-color, #fff)}.nav-tabs li{display:inline-block;position:relative}.nav-tabs a{display:flex;align-items:center;justify-content:center;gap:6px;padding:14px 16px;text-decoration:none;color:var(--nav-text-color, #6B7280);font-size:12px;font-weight:600;transition:all .3s ease;background:transparent;border:none;position:relative}.nav-tabs a.active{color:var(--nav-active-color, #1E1B4B);font-weight:600;background:var(--nav-active-background, transparent)}.nav-tabs a.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:var(--nav-active-color, #1E1B4B);border-radius:2px 2px 0 0}.nav-tabs a:hover:not(.active){color:var(--nav-hover-color, #1E1B4B)}.nav-indicator{position:absolute;width:4px;height:4px;background-color:var(--nav-indicator-color, #F97316);border-radius:50%;top:8px;right:8px}.custom-header-search button svg{stroke:#666}.trending-section{background:var(--trending-background, #f8f9fa);padding-bottom:16px;margin-top:-16px}.trending-header{display:flex;align-items:center;padding:16px}.trending-title{font-size:18px;font-weight:600;color:#1e1b4b;margin:0}.trending-title span{color:var(--nav-active-color, #1E1B4B)}.trending-slider{position:relative;overflow:hidden}.trending-items{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:0 16px;margin-left:15px}.trending-items::-webkit-scrollbar{display:none}.trending-item:first-child{margin-left:8px}.trending-item{flex:0 0 auto;width:220px;height:270px;scroll-snap-align:start;position:relative;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.trending-item img,.trending-item video{width:100%;height:100%;object-fit:cover;display:block}.trending-item-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.trending-item-title{position:absolute;bottom:12px;left:12px;right:12px;font-size:14px;font-weight:500;color:#fff;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.5);z-index:2}.offer-button{background:linear-gradient(135deg,var(--offer-button-color, #FF6B6B) 0%,var(--offer-button-color-end, #FF8E8E) 100%);border:none;border-radius:50px;padding:5px 12px;font-size:12px;font-weight:600;color:#fff;display:flex;align-items:center;gap:6px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #ff6b6b33;position:relative;overflow:hidden;text-decoration:none;white-space:nowrap;margin-left:8px}.offer-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:.5s}.offer-button:hover:before{left:100%}.offer-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff6b6b4d}.offer-button:active{transform:translateY(1px)}.offer-button svg{width:14px;height:14px;stroke:#fff}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.offer-button.pulse{animation:pulse 2s infinite}.menu-drawer{position:fixed;top:0;left:0;width:85%;max-width:360px;height:100vh;background:#fff!important;z-index:1000;transform:translate(-100%);transition:transform .3s ease-in-out;overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:2px 0 8px #0000001a}body.menu-open .menu-drawer{transform:translate(0)}.menu-drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;opacity:0;visibility:hidden;transition:all .3s ease-in-out;z-index:999}body.menu-open .menu-drawer-overlay{opacity:1;visibility:visible}.menu-drawer-header{padding:20px;border-bottom:1px solid var(--drawer-border-color, #e5e7eb);display:flex;align-items:center;justify-content:space-between}.menu-drawer-close{background:none;border:none;padding:5px;color:#000!important;cursor:pointer}.menu-drawer-title{font-size:18px;font-weight:600;color:#000!important;margin:0}.menu-drawer-content{padding:16px}.drawer-menu-list{list-style:none;margin:0;padding:0}.drawer-menu-item{margin-bottom:8px}.drawer-menu-link{display:flex;align-items:center;padding:12px 16px;color:#000!important;text-decoration:none;font-size:16px;border-radius:8px;transition:all .2s ease}.drawer-menu-link:hover{background:#f3f4f6!important;color:#000!important}.drawer-menu-link>svg:last-child{transition:transform .2s ease}.drawer-menu-item.expanded .drawer-menu-link>svg:last-child{transform:rotate(90deg)}.drawer-menu-icon{margin-right:12px;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.drawer-menu-icon svg{width:20px;height:20px;stroke:currentColor}.drawer-submenu-list{list-style:none;padding:0;margin:8px 0 0 32px;display:none;animation:slideDown .2s ease-out}.drawer-menu-item.expanded .drawer-submenu-list{display:block}.drawer-menu-item.has-submenu .drawer-menu-link{position:relative}.submenu-arrow{position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:transform .3s ease;display:flex;align-items:center;justify-content:center}.drawer-menu-item.expanded .submenu-arrow{transform:translateY(-50%) rotate(90deg)}.submenu-arrow svg{width:16px;height:16px;stroke:currentColor;opacity:1!important;visibility:visible!important;display:block!important}.submenu-arrow-nested{position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:transform .3s ease;opacity:1!important;visibility:visible!important;display:block!important}.submenu-arrow-nested svg{opacity:1!important;visibility:visible!important;display:block!important}.drawer-submenu-item.expanded .submenu-arrow-nested{transform:translateY(-50%) rotate(90deg)}.drawer-sub-submenu-list{list-style:none;padding:0;margin:4px 0 0 20px;display:none;animation:slideDown .2s ease-out}.drawer-submenu-item.expanded .drawer-sub-submenu-list{display:block}.drawer-sub-submenu-item{margin-bottom:2px}.drawer-sub-submenu-link{display:block;padding:6px 12px;color:#666!important;text-decoration:none;font-size:13px;border-radius:4px;transition:all .2s ease;position:relative}.drawer-sub-submenu-link:hover{background:#f9f9f9!important;color:#000!important}.drawer-submenu-link{position:relative}.drawer-submenu-item{margin-bottom:4px}.drawer-submenu-link{display:block;padding:8px 16px;color:#333!important;text-decoration:none;font-size:14px;border-radius:6px;transition:all .2s ease}.drawer-submenu-link:hover{background:#f3f4f6!important;color:#000!important}.nav-tab-icon{display:flex;align-items:center;justify-content:center}.nav-tab-icon svg{width:18px;height:18px;stroke:currentColor}.nav-tab-icon img,.nav-tab-icon-img{width:16px;height:16px;object-fit:contain;stroke:currentColor;display:block;max-width:100%}@media screen and (max-width: 480px){.nav-tab-icon img,.nav-tab-icon-img{width:18px;height:18px}.nav-tabs a{padding:12px 14px;font-size:11px}}@media screen and (max-width: 374px){.nav-tab-icon img,.nav-tab-icon-img{width:20px;height:20px}.nav-tabs a{padding:10px 12px;font-size:10px;gap:4px}}.nav-tabs a:hover .nav-tab-icon img{opacity:0;transform:scale(1.1)}.nav-tabs a.active .nav-tab-icon img{opacity:0}.custom-header-icons a{position:relative;display:flex;align-items:center}.cart-count-bubble{position:absolute;top:-8px;right:-8px;background:var(--cart-count-background, #EF4444);color:#fff;font-size:10px;font-weight:600;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px;transform-origin:center;animation:cartBounce .3s cubic-bezier(.34,1.56,.64,1);line-height:1;z-index:1}@keyframes cartBounce{0%{transform:scale(0)}80%{transform:scale(1.2)}to{transform:scale(1)}}.drawer-offers{padding:16px;overflow:hidden}.drawer-offers-title{font-size:14px;font-weight:600;color:#000!important;margin:0 0 12px}.drawer-offers-slider{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:8px}.drawer-offers-slider::-webkit-scrollbar{display:none}.drawer-offer-card{flex:0 0 auto;width:280px;height:120px;border-radius:8px;overflow:hidden;scroll-snap-align:start;position:relative;transition:transform .2s ease,box-shadow .2s ease}.drawer-offer-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.drawer-offer-link{display:block;width:100%;height:100%;text-decoration:none;color:inherit;position:relative;cursor:pointer}.drawer-offer-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.drawer-offer-card:hover img{transform:scale(1.05)}.drawer-offer-overlay{position:absolute;bottom:0;left:0;right:0;padding:12px;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);color:#fff;transition:background .3s ease}.drawer-offer-card:hover .drawer-offer-overlay{background:linear-gradient(to top,#000c,#0000001a)}.drawer-offer-title{font-size:14px;font-weight:600;margin:0;transition:transform .2s ease}.drawer-offer-subtitle{font-size:12px;opacity:.9;margin:4px 0 0;transition:transform .2s ease}.drawer-offer-card:hover .drawer-offer-title,.drawer-offer-card:hover .drawer-offer-subtitle{transform:translateY(-1px)}.drawer-offer-card:active{transform:translateY(-1px) scale(.98)}.drawer-offer-link:focus{outline:2px solid #007bff;outline-offset:2px}.drawer-offer-link:focus-visible{outline:2px solid #007bff;outline-offset:2px}.cart-help-link{display:flex;align-items:center;text-decoration:none;color:#1a1a1a;font-weight:500;font-size:14px}.gift-banner{background:#e8f5f1;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.gift-banner-left{display:flex;align-items:center;gap:8px}.gift-banner-text{margin:0;color:#1a7857;font-weight:500}.gift-timer{color:#d23f57;font-weight:500}.gift-remove{color:#666;text-decoration:none;font-size:14px}.gift-card{background:#fff;border-radius:12px;padding:16px;margin:12px 16px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #0000000d}.gift-card-left{display:flex;align-items:center;gap:12px}.gift-card-image{width:80px;height:60px;background:#1a1a1a;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600}.gift-card-info h4{margin:0;font-size:14px;color:#1a1a1a}.gift-card-info p{margin:4px 0 0;font-size:12px;color:#666}.gift-card-price{display:flex;align-items:center;gap:8px}.original-price{color:#999;text-decoration:line-through;font-size:14px}.free-tag{background:#1a7857;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.cart-item{background:#fff;padding:16px;margin:12px 16px;border-radius:12px;display:flex;gap:16px;position:relative;box-shadow:0 2px 8px #0000000d}.cart-item-content{display:flex;gap:16px;flex:1;min-width:0}.cart-item-image{flex-shrink:0;width:100px;height:100px;border-radius:8px;overflow:hidden;background:#f5f5f5;position:relative}.cart-item-details{flex:1;min-width:0;padding-right:28px}.cart-item-title{font-size:16px;font-weight:600;color:#1a1a1a;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-item-size{color:#666;font-size:14px;margin:0 0 8px}.cart-item-options{margin-top:8px}.option-row{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:#1a7857;font-size:14px}.option-row svg{width:16px;height:16px}.cart-item-price{font-size:16px;font-weight:600;color:#1a1a1a;margin-top:8px}.remove-item{position:absolute;top:8px;right:8px;background:none;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;z-index:2}.remove-item:hover{background-color:#0000000d}.remove-item svg{width:16px;height:16px;stroke:#666;transition:stroke .2s ease}.remove-item:hover svg{stroke:#d23f57}.exclusive-offer{background:#fff;margin:12px 16px;padding:16px;border-radius:12px}.exclusive-offer-header{color:#8b6f3d;font-weight:600;margin:0 0 12px}.gold-offer{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:12px;border-radius:8px}.gold-offer-left{display:flex;align-items:center;gap:12px}.gold-icon{width:32px;height:32px;background:#1a1a1a;border-radius:50%;display:flex;align-items:center;justify-content:center}.gold-offer-text{margin:0}.gold-offer-membership{color:#8b6f3d;font-size:14px}.add-gold-button{background:#1a1a1a;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:500;cursor:pointer}.coupons-section{margin:12px 16px}.coupons-header{color:#1a1a1a;font-size:18px;font-weight:600;margin:0 0 12px}.coupon-input{display:flex;gap:8px;margin-bottom:12px;padding:0 12px}.coupon-code-input{flex:1;padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;text-transform:uppercase}.apply-coupon-button{background:#1a1a1a;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:500;cursor:pointer;white-space:nowrap}.hidden{display:none}.applied-coupon{background:#fff;padding:12px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.coupon-left{display:flex;align-items:center;gap:12px}.coupon-check{color:#1a7857}.coupon-details h4{margin:0;color:#1a1a1a;font-size:14px}.coupon-savings{color:#666;font-size:12px;margin:4px 0 0}.coupon-amount{color:#1a7857;font-weight:500}.remove-coupon{color:#d23f57;border:none;background:none;padding:4px 8px;cursor:pointer;font-size:14px}.view-coupons{color:#1a1a1a;text-decoration:none;font-weight:500;display:flex;align-items:center;gap:4px}.savings-banner{background:#e8f5f1;padding:12px 16px;margin:12px 16px;border-radius:8px;display:flex;align-items:center;gap:12px}.savings-icon{color:#1a7857}.savings-text{color:#1a7857;font-weight:500;margin:0}.cart-total{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.total-left{display:flex;align-items:center;gap:4px}.total-label{font-size:16px;color:#1a1a1a;font-weight:500}.total-amount{font-size:20px;font-weight:600;color:#1a1a1a}.checkout-button{width:100%;background:#1a1a1a;color:#fff;border:none;padding:16px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer}.empty-cart{text-align:center;padding:32px 16px;color:var(--drawer-text-muted, #6b7280)}.empty-cart svg{width:48px;height:48px;margin-bottom:16px;stroke:currentColor}.empty-cart-message{font-size:14px;margin:8px 0 0}.search-results{position:absolute;top:100%;left:0;width:100%;max-height:400px;overflow-y:auto;background:#fff;border:1px solid #ddd;border-top:none;border-radius:0 0 8px 8px;box-shadow:0 4px 6px #0000001a;z-index:9999;display:none}.search-results.active{display:block}.search-result-item{display:flex;padding:12px;text-decoration:none;color:inherit;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.search-result-item:hover{background-color:#f8f9fa}.search-result-item:last-child{border-bottom:none}.search-result-image{width:60px;height:60px;object-fit:cover;border-radius:4px;margin-right:12px;flex-shrink:0}.search-result-info{flex:1;min-width:0}.search-result-title{font-weight:500;font-size:14px;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-result-price{color:#666;font-size:13px}.search-no-results{padding:20px;text-align:center;color:#666;font-style:italic}.search-loading{padding:20px;text-align:center;color:#666}@media screen and (max-width: 480px){.search-results{max-height:300px}.search-result-item{padding:10px}.search-result-image{width:50px;height:50px;margin-right:10px}.search-result-title{font-size:13px}.search-result-price{font-size:12px}}.eyewear-section-wrapper *,.eyewear-section-wrapper *:before,.eyewear-section-wrapper *:after{box-sizing:border-box;margin:0;padding:0}.eyewear-section-wrapper{width:100%;max-width:100%;margin:0 auto;padding:0;background:#fff}.eyewear-section{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.eyewear-section .top-section{margin-bottom:10px}.eyewear-section .top-navigation{display:flex;justify-content:space-between;align-items:center;padding:20px 0 12px;border-bottom:1px solid #eee}.eyewear-section .back-button,.eyewear-section .cart-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:none;color:#333;cursor:pointer;padding:0;transition:all .3s ease}.eyewear-section .back-button:hover,.eyewear-section .cart-button:hover{color:#000}.eyewear-section .back-button svg,.eyewear-section .cart-button svg{width:24px;height:24px}.eyewear-section .cart-button{position:relative}.eyewear-section .cart-count{position:absolute;top:-8px;right:-8px;background:#1a1a1a;color:#fff;font-size:12px;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.eyewear-section .page-title{font-size:18px;font-weight:500;color:#1a1a1a;text-transform:uppercase;letter-spacing:1px;text-align:center;flex:1;margin:0 20px;font-family:inherit}.hero-banner{width:100%;margin-bottom:60px;overflow:hidden}.hero-banner .hero-image{width:100%}.hero-banner .hero-image img{width:100%;height:auto;display:block;object-fit:cover}.eyewear-section .frame-types{margin-bottom:10px}.eyewear-section .section-title{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 10px;line-height:1.2;text-align:left;padding:0 0 0 10px}.eyewear-section .section-subtitle{color:#666;margin:0 0 30px;font-family:inherit;text-align:left;padding-left:10px}.eyewear-section .frame-icons{display:flex;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:40px;padding:10px 0;position:relative;white-space:nowrap}.eyewear-section .frame-icons::-webkit-scrollbar{display:none}.eyewear-section .frame-icon{text-align:left;min-width:120px;position:relative;flex-shrink:0}.eyewear-section .frame-icon-circle{width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 35px;padding:0;border:2px solid #333;overflow:hidden;position:relative}.eyewear-section .frame-icon img{width:100%;height:100%;object-fit:cover;display:block;position:absolute;top:0;left:0;border-radius:50%;padding:5px}.eyewear-section .frame-icon p{position:absolute;bottom:0;left:0;font-size:12px;color:#333;font-weight:500;background:#fff;padding:4px 0;min-width:80px;text-align:left}.eyewear-section .new-arrival-title,.eyewear-section .trending-title,.eyewear-section .new-arrival-subtitle,.eyewear-section .trending-subtitle{text-align:left}.eyewear-section .new-arrival-banner{background:#f5f5f5;border-radius:20px;padding:40px;display:flex;align-items:center;margin-bottom:10px;gap:4px}.eyewear-section .trending-categories{margin-bottom:20px;padding:0 10px;width:100%}.eyewear-section .category-grid{display:flex;flex-wrap:wrap;gap:15px;padding:0;width:100%}.eyewear-section .category-card{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:1;background:#fff;box-shadow:0 2px 4px #0000001a;width:calc(50% - 8px);flex-shrink:0}.eyewear-section .category-card img,.eyewear-section .category-card .placeholder-svg{width:100%;height:100%;object-fit:cover;display:block}.eyewear-section .category-name{position:absolute;bottom:0;left:0;right:0;background:#fffffff2;padding:12px;text-align:center;font-size:14px;font-weight:500;color:#333}@media (max-width: 768px){.eyewear-section{padding:0 15px}.eyewear-section .top-navigation{padding:15px 0 10px}.eyewear-section .page-title{font-size:16px}.hero-banner{margin-bottom:10px}.eyewear-section .tab-buttons{flex-direction:row;flex-wrap:wrap}.eyewear-section .tab-button{min-width:150px;flex:1}.eyewear-section .frame-icons{justify-content:center;gap:20px}.eyewear-section .category-grid{gap:8px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.eyewear-section .back-button span{display:none}.eyewear-section .back-button,.eyewear-section .cart-button{padding:8px}.eyewear-section .section-title,.eyewear-section .section-subtitle{padding-left:5px}.eyewear-section .frame-icon-circle{width:80px;height:80px;margin-bottom:30px}.eyewear-section .frame-icon p{font-size:11px;padding:3px 10px;min-width:70px}.eyewear-section .category-name{padding:8px;font-size:12px}.eyewear-section .trending-categories{padding:0 8px}.eyewear-section .category-card{width:calc(50% - 4px)}}.eyewear-section .section-header{text-align:left;margin-bottom:30px}.eyewear-section .main-title{font-size:32px;font-weight:600;color:#1a1a1a;margin:0;padding:0;line-height:1.2;text-transform:uppercase;letter-spacing:1px;text-align:left}.eyewear-section .category-tabs{padding-top:12px}.eyewear-section .tab-buttons{display:flex;gap:12px;width:100%;justify-content:center;max-width:600px;margin:0 auto}.eyewear-section .tab-button{min-width:200px;padding:10px 40px;border-radius:30px;border:1px solid #ddd;background:#fff;cursor:pointer;transition:all .3s ease;font-family:inherit;font-size:18px;text-transform:uppercase;letter-spacing:1px;flex:1}.eyewear-section .tab-button.active{background:#1a1a1a;color:#fff;border-color:#1a1a1a}@media (max-width: 768px){.eyewear-section .top-navigation{padding:15px 0 10px}.eyewear-section .category-tabs{padding-top:10px}.eyewear-section .tab-buttons{gap:10px;padding:0}.eyewear-section .tab-button{min-width:150px;padding:8px 20px;font-size:16px}.eyewear-section .frame-icons{justify-content:left;gap:0px}.eyewear-section .category-grid{grid-template-columns:1fr}.eyewear-section .back-button span{display:none}.eyewear-section .back-button,.eyewear-section .cart-button{padding:8px}.eyewear-section .section-title,.eyewear-section .section-subtitle{padding-left:5px}.eyewear-section .frame-icon-circle{width:80px;height:80px;margin-bottom:30px}.eyewear-section .frame-icon p{font-size:11px;padding:3px 10px;min-width:70px}}@media screen and (min-width: 768px){.mobile-only-tabs{display:none}}.mobile-only-tabs{display:block}.mobile-tabs-wrapper{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;padding:0;scrollbar-width:none;background:#fff8dc}.mobile-tabs-wrapper::-webkit-scrollbar{display:none}.mobile-tab{display:ruby-text;align-items:center;gap:.5rem;padding:.6rem 1rem;margin-right:.5rem;font-size:13px;font-weight:700;color:#333;cursor:pointer;border-radius:8px;position:relative;text-decoration:none;min-width:100px}.mobile-tab img{width:20px;height:20px}.mobile-tab span{font-weight:700;white-space:nowrap}.mobile-tab.active:after{content:"";position:absolute;bottom:-4px;left:15%;right:15%;height:3px;background-color:#000;border-radius:2px}.section-curvy-wrapper{border-radius:0;padding:16px 12px;overflow-x:hidden}.slider-wrapper{display:flex;overflow-x:auto;gap:12px;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.slider-wrapper::-webkit-scrollbar{display:none}.image-block{flex:0 0 auto;width:120px;text-align:center;border-radius:8px;overflow:hidden;position:relative}.image-block.first-block .arrow-icon{position:absolute;top:50%;right:8px;transform:translateY(-50%);font-size:24px;background:#fff9;border-radius:50%;padding:4px 8px}@media screen and (min-width: 768px){.mobile-only{display:none!important}}.section-curvy-wrapper{border-radius:0;padding:16px 12px}.mobile-image-grid{display:flex;flex-wrap:wrap;gap:12px;padding:12px 0}.image-block{flex:0 0 calc(33.333% - 8px);text-align:center;border-radius:8px;overflow:hidden;position:relative}.image-block img{width:100%;height:auto;display:block;border-radius:8px}.image-label{padding:8px 0;font-size:14px}.new-arrivals-section2-wrapper{background:#f5f5f5;padding:60px 0;width:100%}.new-arrivals-section-2{width:100%;max-width:100%;padding:0}.heading-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;padding:0 40px}.headings{display:flex;gap:15px}.sec-heading{font-size:48px;margin:0;line-height:1}.h-bold{font-weight:900;color:#000}.h-norm{font-weight:300;color:#666}.filters-container{background:#fff;border-radius:50px;padding:4px;box-shadow:0 2px 10px #0000000d}.filter-tab{padding:12px 30px;border:none;background:transparent;cursor:pointer;font-weight:500;border-radius:50px;transition:all .3s ease;color:#666}.filter-tab.button-active{background:#000;color:#fff}.content-container-main{display:flex;flex-direction:column;width:100%}.left-product-container{display:flex;margin-bottom:0;background:#fff;padding:40px}.photo-grid-overlay{width:70px;margin-right:20px}.other-images-title{font-size:12px;color:#666;margin:0 0 10px}.photo-grid{display:grid;grid-template-columns:1fr;gap:10px;overflow-y:auto;max-height:400px;scrollbar-width:none;-ms-overflow-style:none}.photo-grid::-webkit-scrollbar{display:none}.photo{width:50px;height:50px;border-radius:4px;overflow:hidden;cursor:pointer;border:1px solid #eee;transition:all .3s ease}.photo.active{border-color:#000}.photo img{width:100%;height:100%;object-fit:cover}.main-image-container{flex:1;display:flex;align-items:center;justify-content:center;min-height:500px}.main-product-img{max-width:100%;height:auto;max-height:500px;object-fit:contain}.right-container{width:100%;background:#fff;padding:20px 40px}.scrollable-slider{display:none}.scrollable-slider.active{display:block}.products-slider{display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;margin:0;padding:0}.products-slider::-webkit-scrollbar{display:none}.product-slide{flex:0 0 120px;position:relative;cursor:pointer;padding-bottom:15px}.product-slide-content{border-radius:8px;overflow:hidden}.product-slide-content img{width:120px;height:120px;object-fit:cover}.product-slide:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:6px;height:6px;border-radius:50%;background:transparent;transition:background-color .3s ease}.product-slide.active:after{background:#000}.product-info-card{background:#2a2a2a;color:#fff;padding:25px 40px;margin:0}.product-badge{display:inline-block;padding:4px 12px;background:#ffffff1a;border-radius:20px;font-size:12px;margin-bottom:5px}.product-id{font-size:14px;color:#fff9;margin-bottom:10px}.product-title{font-size:20px;font-weight:500;margin:0 0 15px}.product-price{font-size:24px;font-weight:600;margin-bottom:20px}.product-actions{display:flex;gap:15px;align-items:center}.explore-btn{flex:1;padding:12px 24px;background:#fff;color:#000;text-decoration:none;border-radius:8px;font-weight:500;text-align:center;transition:all .3s ease}.explore-btn:hover{background:#ffffffe6}.add-to-cart-btn{width:48px;height:48px;border:none;background:#ffffff1a;border-radius:8px;cursor:pointer;transition:all .3s ease;color:#fff;display:flex;align-items:center;justify-content:center}.add-to-cart-btn:hover{background:#fff3}.pagination-container{display:flex;justify-content:center}.swiper-pagination{position:static!important;display:none}.swiper-pagination-bullet{width:8px;height:8px;background:#ccc;opacity:1}.swiper-pagination-bullet-active{background:#000}@media (max-width: 768px){.heading-container{padding:0 20px}.left-product-container{flex-direction:column;padding:20px}.photo-grid-overlay{width:100%;margin-right:0;margin-top:20px;order:2}.photo-grid{display:flex;gap:10px;overflow-x:auto;max-height:none}.photo{flex:0 0 50px}.main-image-container{min-height:300px;order:1}.main-product-img{max-height:300px}.right-container,.product-info-card{padding:20px}}
/*# sourceMappingURL=/cdn/shop/t/129/compiled_assets/styles.css.map */
