body,html{overflow-x:hidden}.product-shelf{background:#fff;padding:80px 0;position:relative}.product-shelf__container{max-width:1920px;margin:0 auto;padding:0 64px}.product-shelf__header{display:flex;flex-direction:column;align-items:flex-start;gap:40px;margin-bottom:60px}.product-shelf__title{font-family:Poppins,sans-serif;font-size:32px;font-weight:400;line-height:1.3;color:#1f1f1f;margin:0;text-align:left}.product-shelf__filters{display:flex;gap:24px;align-items:center;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;padding:0 0 8px;width:100%;cursor:grab}.product-shelf__filter{background:transparent;border:1px solid #e0e0e0;padding:12px 24px;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:#666;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0;scroll-snap-align:start;white-space:nowrap}.product-shelf__filter:hover{border-color:#1f1f1f;color:#1f1f1f}.product-shelf__filter--active{background:#1f1f1f;border-color:#1f1f1f;color:#fff}.product-shelf__content,.product-shelf__tabs-wrapper{position:relative}.product-shelf__tab-pane{display:none}.product-shelf__tab-pane--active{display:block}.product-shelf__grid{display:flex;flex-wrap:nowrap;gap:24px;align-items:stretch;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;padding:0 20px}.product-shelf__filters.dragging{cursor:grabbing}.product-shelf__filters.dragging .product-shelf__filter{pointer-events:none}.product-card{flex:0 0 auto;width:280px;scroll-snap-align:start;display:flex;flex-direction:column;align-self:stretch;min-height:100%}@media (max-width: 768px){.product-card{width:calc(50% - 12px)}}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;border-color:#e0e0e0}.product-card__image-container{position:relative;aspect-ratio:1;overflow:hidden}.product-card__link{display:block;width:100%;height:100%;padding:32px;box-sizing:border-box}.product-card__image{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .3s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__tags{position:absolute;top:8px;left:8px;display:flex;flex-direction:column;gap:8px;z-index:2}.product-card__tag{display:flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:20px;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;line-height:1.2;text-align:center;letter-spacing:.5px;color:#1f1f1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.product-card__tag--best-seller{background:#ff6b35;color:#fff}.product-card__tag--feature{width:32px;height:32px;padding:0;border-radius:50%}.product-card__tag--feature img{width:16px;height:16px;opacity:.7}.product-card__tooltip{position:absolute;left:40px;top:50%;transform:translateY(-50%);background:#1f1f1f;color:#fff;border-radius:4px;padding:6px 12px;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;white-space:nowrap;box-shadow:0 6px 20px #0000002e;opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease;z-index:5}.product-card__tooltip:before{content:"";position:absolute;left:-6px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #1f1f1f}.product-card__tag--feature:hover .product-card__tooltip{opacity:1;visibility:visible}.product-card__wishlist{position:absolute;top:16px;right:16px;z-index:2}.product-card__wishlist-btn{background:#ffffffe6;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.product-card__wishlist-btn:hover{transform:scale(1.1);box-shadow:0 4px 12px #00000026}.product-card__wishlist-btn img{width:20px;height:20px;opacity:1;filter:brightness(0) saturate(100%) invert(45%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(95%) contrast(90%);transition:all .3s ease}.product-card__wishlist-btn:hover img{filter:brightness(0) saturate(100%) invert(10%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(95%) contrast(100%)}.product-card__wishlist-btn.active img{filter:brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%)}.product-card__wishlist-btn.loading{opacity:.6;cursor:not-allowed}.product-card__wishlist-btn--active{background:transparent}.product-card__content{padding:20px;display:flex;flex-direction:column;flex:1;min-height:0}.product-card__colors{display:flex;gap:8px;align-items:center;margin-bottom:16px}.product-card__color{width:24px;height:24px;border-radius:4px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;padding:2px;background:none}.product-card__color:hover{transform:scale(1.1)}.product-card__color--active{border-color:#1f1f1f}.product-card__color-inner{width:100%;height:100%;border:1px solid rgba(0,0,0,.1)}.product-card__color-inner{position:relative;overflow:hidden;background:#f5f5f5}.product-card__color-inner img{width:100%;height:100%;object-fit:cover;display:block}.product-card__color-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-family:Poppins,sans-serif;font-size:10px;line-height:1;color:#1f1f1f}.product-card__title{margin:0 0 16px;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:1.4;color:#1f1f1f}.product-card__title a{color:inherit;text-decoration:none;transition:color .3s ease}.product-card__title a:hover{color:#666}.product-card__price{display:flex;align-items:center;gap:8px;font-family:Poppins,sans-serif;margin-top:auto}.product-card__price--compare{font-size:14px;color:#999;text-decoration:line-through}.product-card__price--current{font-size:18px;font-weight:600;color:#1f1f1f}.product-shelf__navigation{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:24px}.product-shelf__dots{display:flex;gap:12px;align-items:center;flex:1;justify-content:flex-start}.product-shelf__dot{height:3px;width:100px;border-radius:2px;background:#e0e0e0;cursor:pointer;transition:all .3s ease}.product-shelf__dot--active{background:#1f1f1f;height:4px;width:120px}.product-shelf__controls{display:flex;gap:8px;flex-shrink:0}.product-shelf__control{background:#fff;border:1px solid #e0e0e0;width:42px;height:42px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.product-shelf__control:hover{border-color:#1f1f1f;background:#f8f8f8}.product-shelf__control:disabled{opacity:.5;cursor:not-allowed}.product-shelf__control svg{width:16px;height:16px;color:#666}@media (max-width: 1200px){.product-card{width:260px}}@media (max-width: 768px){.product-shelf{padding:60px 0}.product-shelf__container{padding:0 16px}.product-shelf__header{gap:24px;margin-bottom:40px}.product-shelf__title{font-size:24px}.product-shelf__filters{gap:12px;justify-content:flex-start;overflow-x:auto;padding-bottom:8px;width:100%}.product-shelf__filter{flex-shrink:0;padding:10px 20px;font-size:13px}.product-shelf__grid{padding:0 16px}.product-card__content{padding:16px;gap:12px}.product-card__title{font-size:14px}.product-card__price--current{font-size:16px}.product-shelf__navigation{justify-content:center;gap:0}.product-shelf__dots{flex:none;width:100%;justify-content:center;gap:0px}.product-shelf__dot{width:60px}.product-shelf__dot--active{width:80px}.product-shelf__controls{display:none}}@media (max-width: 480px){.product-card{width:200px}.product-card__content{padding:12px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/product-shelf.css.map */
