.category-selector{max-width:1400px;margin:0 auto;padding:0 20px}.category-intro{text-align:center;margin-bottom:60px}.category-intro h2{font-size:2.5rem;color:#333;margin-bottom:20px;font-weight:400;letter-spacing:1px}.category-intro p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:60px}.category-grid.desktop-1-col{grid-template-columns:repeat(1,1fr)}.category-grid.desktop-2-col{grid-template-columns:repeat(2,1fr)}.category-grid.desktop-3-col{grid-template-columns:repeat(3,1fr)}.category-grid.desktop-4-col{grid-template-columns:repeat(4,1fr)}.category-grid.desktop-5-col{grid-template-columns:repeat(5,1fr)}.category-carousel{position:relative;overflow:visible;margin-bottom:60px;padding:0 60px}.category-carousel .category-track-container{overflow-x:hidden;overflow-y:visible;width:100%;padding:20px 0;margin:-20px 0}.category-carousel .category-track{display:flex;gap:30px;transition:transform .3s ease;padding-bottom:20px;width:100%}.category-carousel .category-card{flex:0 0 auto;aspect-ratio:1 / 1;width:300px;min-width:0;max-width:none;height:auto}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:transparent;border:none;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;opacity:.7}.category-carousel.hide-arrows .carousel-arrow{display:none!important}.category-carousel.hide-arrows{padding:0 20px!important}.carousel-arrow:hover{opacity:1;transform:translateY(-50%) scale(1.05)}.carousel-arrow.disabled{opacity:.3;cursor:not-allowed;transform:translateY(-50%);pointer-events:none}.carousel-arrow-left{left:15px}.carousel-arrow-right{right:15px}.carousel-arrow:before{content:"";width:12px;height:12px;border-style:solid;border-width:2px;transition:border-color .3s ease}.carousel-arrow-left:before{border-left:2px solid #333;border-bottom:2px solid #333;border-top:none;border-right:none;transform:rotate(45deg)}.carousel-arrow-right:before{border-right:2px solid #333;border-top:2px solid #333;border-left:none;border-bottom:none;transform:rotate(45deg)}.carousel-arrow:hover:before{border-color:#000}.category-card{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;background:#fff;box-shadow:0 4px 20px #00000014;border:1px solid #f0f0f0;aspect-ratio:1 / 1;width:100%;min-width:0;max-width:none;height:auto;display:flex;flex-direction:column;justify-content:stretch}.category-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.category-card img,.category-grid.mobile-2-col .category-card img{aspect-ratio:1 / 1;width:100%;height:auto!important;object-fit:cover}.category-card:hover img{transform:scale(1.05)}.category-card-content{padding:20px;text-align:center;background:linear-gradient(135deg,#fff,#f8f9fa)}.category-card h3{font-size:1.3rem;color:#333;margin:0;font-weight:500;letter-spacing:.5px}.gender-filter{display:none;text-align:center;margin-top:40px;padding:50px 40px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;box-shadow:inset 0 2px 10px #0000000d;border:1px solid #e0e6ed}.gender-filter.active{display:block;animation:fadeInUp .5s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.gender-filter h3{font-size:1.8rem;color:#333;margin-bottom:30px;font-weight:400;letter-spacing:1px}.gender-options{display:flex;justify-content:center;gap:25px;flex-wrap:wrap}.gender-option{padding:18px 35px;background:#fff;border:2px solid #ddd;border-radius:10px;cursor:pointer;transition:all .3s ease;font-size:1.1rem;font-weight:500;text-decoration:none;color:#333;min-width:130px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:10px}.fa-icons:before{display:none}.fa-solid,.fas{font-weight:900;font-size:20px}.gender-option.alt-icons[data-gender=unisex]:after{content:"\26a5";font-size:1.3em;margin-left:5px;font-weight:700}.gender-option.fashion-icons[data-gender=men]:after{content:"\1f935";font-size:1.2em;margin-left:5px}.gender-option.fashion-icons[data-gender=women]:after{content:"\1f457";font-size:1.2em;margin-left:5px}.gender-option.fashion-icons[data-gender=unisex]:after{content:"\1f48e";font-size:1.2em;margin-left:5px}.gender-option.dot-icons:after{content:"";width:8px;height:8px;border-radius:50%;margin-left:8px;display:inline-block;transition:all .3s ease}.gender-option.dot-icons[data-gender=men]:after{background:#4a90e2}.gender-option.dot-icons[data-gender=women]:after{background:#e94b8c}.gender-option.dot-icons[data-gender=unisex]:after{background:#9b59b6}.gender-option:hover.dot-icons:after{background:currentColor;transform:scale(1.2)}.gender-option:hover{border-color:#333;background:#333;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.gender-option:active{transform:translateY(0)}.category-card.blue-nile-style{background:#fff;border:none;box-shadow:0 2px 15px #0000001a}.category-card.blue-nile-style:hover{box-shadow:0 8px 30px #00000026}.category-card.blue-nile-style .category-card-content{background:#fff;border-top:1px solid #f0f0f0}@media screen and (max-width: 1200px){.category-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.category-grid.tablet-1-col{grid-template-columns:repeat(1,1fr)}.category-grid.tablet-2-col{grid-template-columns:repeat(2,1fr)}.category-grid.tablet-3-col{grid-template-columns:repeat(3,1fr)}.category-grid.tablet-4-col{grid-template-columns:repeat(4,1fr)}.category-carousel .category-card{width:250px}.carousel-arrow{width:35px;height:35px}.carousel-arrow:before{width:10px;height:10px}}.category-grid.mobile-1-col{grid-template-columns:1fr}.category-grid.mobile-2-col{grid-template-columns:repeat(2,1fr)}@media screen and (max-width: 750px){.category-intro h2{font-size:2rem}.category-intro p{font-size:1.1rem;padding:0 15px}.category-grid{gap:20px}.category-grid.mobile-1-col{grid-template-columns:1fr}.category-grid.mobile-2-col{grid-template-columns:repeat(2,1fr)}.category-grid.mobile-2-col .category-card{height:260px}.category-grid.mobile-2-col .category-card img{height:160px}.category-grid.mobile-2-col .category-card-content{padding:15px 10px}.category-grid.mobile-2-col .category-card h3{font-size:1.1rem}.category-card{height:280px}.category-card img{height:180px}.gender-filter{padding:30px 20px}.gender-filter h3{font-size:1.5rem}.gender-options{flex-direction:column;align-items:center;gap:15px}.gender-option{width:100%;max-width:250px;padding:15px 25px;flex-direction:column;gap:5px}.gender-option[data-gender=men]:after,.gender-option[data-gender=women]:after,.gender-option[data-gender=unisex]:after{margin-left:0;font-size:1.4em}.category-carousel .category-card{width:280px}.category-carousel{padding:0 20px}.carousel-arrow{display:none}.category-carousel.show-arrows-on-mobile .carousel-arrow{display:flex!important}.carousel-arrow:before{width:8px;height:8px}}@media screen and (max-width: 480px){.category-selector{padding:0 15px}.category-grid.mobile-1-col{grid-template-columns:1fr;gap:15px}.category-grid.mobile-2-col{grid-template-columns:repeat(2,1fr);gap:10px}.category-grid.mobile-2-col .category-card{height:220px}.category-grid.mobile-2-col .category-card img{height:140px}.category-grid.mobile-2-col .category-card-content{padding:10px 8px}.category-grid.mobile-2-col .category-card h3{font-size:1rem}.category-card{height:250px}.category-card img{height:160px}.category-intro{margin-bottom:40px}.category-carousel .category-card{width:250px}.category-carousel{padding:0 10px}.carousel-arrow{display:none}}.category-carousel.mobile-2-5-cards,.category-carousel.mobile-1-5-cards{padding-left:0!important;padding-right:0!important}@media screen and (max-width: 750px){.category-carousel .category-card{width:280px!important;min-width:280px!important;max-width:280px!important}}@media screen and (max-width: 480px){.category-carousel .category-card{width:250px!important;min-width:250px!important;max-width:250px!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/category-selector.css.map */
