.bls__product-item.bls__product-style-2{position:relative;background:#fff;border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000000d;border:1px solid #d0d0d0;--grid-horizontal-spacing: 3rem;margin-bottom:20px;align-items:stretch}.bls__grid-wrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px}.bls__products-grid{display:flex;flex-wrap:wrap;align-items:stretch}.bls__products-grid .bls__product-item.bls__product-style-2{margin:10px;flex:1 1 calc(25% - 20px);min-width:250px}.bls__product-item.bls__product-style-2 .bls__product-img{position:relative;border-radius:12px 12px 0 0;overflow:hidden;background:#f5f5f5}.bls__product-item.bls__product-style-2 .bls__img-url{display:block;width:100%;overflow:hidden}.bls__product-item.bls__product-style-2 .bls__product-main-img img,.bls__product-item.bls__product-style-2 .bls__product-hover-img img{width:100%;height:auto;display:block;object-fit:cover;transition:transform .5s ease}.bls__product-item.bls__product-style-2:hover .bls__product-main-img img{transform:scale(1.05)}.bls__product-item.bls__product-style-2 .bls__hover-image{position:relative}.bls__product-item.bls__product-style-2 .bls__product-hover-img{position:absolute;top:0;left:0;opacity:0;transition:opacity .3s ease}.bls__product-item.bls__product-style-2 .bls__img-url:hover .bls__product-hover-img{opacity:1}.bls__product-item.bls__product-style-2 .bls__img-url:hover .bls__product-main-img{opacity:0}.bls__product-item.bls__product-style-2 .bls__product-label{position:absolute;z-index:2;display:flex;flex-direction:column;gap:8px}@media(min-width:769px){.bls__product-item.bls__product-style-2 .bls__product-label{top:12px;left:12px}}@media(max-width:768px){.bls__product-item.bls__product-style-2 .bls__product-label{bottom:12px;left:12px;top:auto}}.bls__product-item.bls__product-style-2 .bls__sale-label{background:#c00000;color:#fff;padding:0 7px;border-radius:14px;font-size:10px;font-weight:500;display:inline-block;letter-spacing:.5px;animation:pulse 1.5s infinite}@media(max-width:768px){.bls__product-item.bls__product-style-2 .bls__product-price .price-sale-label{display:none}}@media(min-width:769px){.bls__product-item.bls__product-style-2 .bls__product-price .price-sale-label{display:inline-block;background:#c00000;color:#fff;padding:0 7px;border-radius:14px;font-size:10px;font-weight:500;letter-spacing:.5px;animation:pulse 1.5s infinite}}.bls__product-item.bls__product-style-2 .bls__sold-out-label,.bls__product-item.bls__product-style-2 .bls__pre-order-label,.bls__product-item.bls__product-style-2 .bls__custom-label,.bls__product-item.bls__product-style-2 .bls__selling_plan-label{background:#f80000;color:#fff;padding:4px 10px;border-radius:4px;font-size:10px;font-weight:500;display:inline-block;letter-spacing:.5px}.bls__product-item.bls__product-style-2 .bls__product-action{position:absolute;bottom:16px;right:12px;z-index:3;opacity:0;transform:translate(20px);transition:all .3s ease}.bls__product-item.bls__product-style-2:hover .bls__product-action{opacity:1;transform:translate(0)}.bls__product-item.bls__product-style-2 .bls__product-action-inner{display:flex;flex-direction:column;gap:8px}.bls__product-item.bls__product-style-2 .bls__product-wishlist,.bls__product-item.bls__product-style-2 .bls__product-compare,.bls__product-item.bls__product-style-2 .bls__product-quickview{width:38px;height:38px;background:#fff;border:1px solid #e5e5e5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative}.bls__product-item.bls__product-style-2 .bls__product-wishlist:hover,.bls__product-item.bls__product-style-2 .bls__product-compare:hover,.bls__product-item.bls__product-style-2 .bls__product-quickview:hover{background:#2c7a4d;border-color:#2c7a4d}.bls__product-item.bls__product-style-2 .bls__product-wishlist:hover .picon-heart,.bls__product-item.bls__product-style-2 .bls__product-compare:hover .picon-copy,.bls__product-item.bls__product-style-2 .bls__product-quickview:hover .picon-magnifier{color:#fff}.bls__product-item.bls__product-style-2 .bls__product-icon{font-size:16px;color:#333;transition:color .3s ease}.bls__product-item.bls__product-style-2 .bls_tooltip-content{position:absolute;right:100%;top:50%;transform:translateY(-50%);background:#333;color:#fff;padding:4px 10px;border-radius:4px;font-size:11px;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease;margin-right:8px;pointer-events:none}.bls__product-item.bls__product-style-2 .bls_tooltip:hover .bls_tooltip-content{opacity:1;visibility:visible}.bls__product-item.bls__product-style-2 .bls__product-wishlist.hide,.bls__product-item.bls__product-style-2 .bls__product-compare.hide,.bls__product-item.bls__product-style-2 .bls__product-quickview.hide{display:none}@media(min-width:769px){.bls__product-item.bls__product-style-2 .bls__product-addtocart{position:absolute;left:0;bottom:0;width:100%;transform:translateY(100%);opacity:0;transition:all .6s ease;z-index:2}.bls__product-item.bls__product-style-2:hover .bls__product-addtocart{transform:translateY(0);opacity:1}.bls__product-item.bls__product-style-2 .btn-add-to-cart{width:100%;background:#0510ac;color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:600;letter-spacing:1px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;text-transform:uppercase;transition:all .3s ease;padding:10px 16px}.bls__product-item.bls__product-style-2 .btn-add-to-cart .btn-text{display:inline-block}.bls__product-item.bls__product-style-2 .btn-add-to-cart svg{display:inline-block}.bls__product-item.bls__product-style-2 .btn-add-to-cart:hover{background:#0510acba}}@media(max-width:768px){.bls__product-item.bls__product-style-2 .bls__product-addtocart{position:absolute;bottom:10px;right:10px;left:auto;width:auto;z-index:3}.bls__product-item.bls__product-style-2 .btn-add-to-cart{width:44px;height:44px;background:#0510ac;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:0;box-shadow:0 2px 8px #0003}.bls__product-item.bls__product-style-2 .btn-add-to-cart .btn-text{display:none}.bls__product-item.bls__product-style-2 .btn-add-to-cart svg{margin:0 auto;width:18px;height:18px}.bls__product-item.bls__product-style-2 .btn-add-to-cart:hover{background:#0510accc;transform:scale(1.05)}.bls__product-item.bls__product-style-2:hover .bls__product-addtocart{transform:none;opacity:1}}.bls__product-item.bls__product-style-2 .bls__js-addtocart.loading{pointer-events:none;opacity:.7}.bls__product-item.bls__product-style-2 .bls__js-addtocart.loading svg{animation:spin 1s linear infinite}.bls__product-item.bls__product-style-2 .bls__product-details{padding:10px;background:#fff}.bls__product-item.bls__product-style-2 .bls__product-name{margin:0 0 8px;font-size:14px;line-height:1.4}.bls__product-item.bls__product-style-2 .bls__product-name a{color:#111;text-decoration:none;font-weight:600;transition:color .3s ease;text-transform:uppercase;letter-spacing:.5px}.bls__product-item.bls__product-style-2 .bls__product-name a:hover{color:#2c7a4d}.bls__product-item.bls__product-style-2 .limited-line{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;font-size:12px;letter-spacing:.5px}.bls__product-item.bls__product-style-2 .bls__product-vendor{font-size:11px;color:#777;margin-bottom:6px}.bls__product-item.bls__product-style-2 .bls__product-vendor a{color:#777;text-decoration:none}.bls__product-item.bls__product-style-2 .bls__product-vendor a:hover{color:#2c7a4d}.bls__product-item.bls__product-style-2 .bls__product-price,.bls__product-item.bls__product-style-2 .price{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.bls__product-item.bls__product-style-2 .price-item--regular,.bls__product-item.bls__product-style-2 .price-item--sale{color:#c00505;font-size:16px;font-weight:700}.bls__product-item.bls__product-style-2 .price-item--compare{font-size:14px;color:#999;text-decoration:line-through;font-weight:500}.bls__product-item.bls__product-style-2 .bls__product-rating,.bls__product-item.bls__product-style-2 .bls__product-review{display:flex;align-items:center;gap:6px;font-size:12px}.bls__product-item.bls__product-style-2 .stars,.bls__product-item.bls__product-style-2 .star-rating{display:flex;align-items:center;gap:2px}.bls__product-item.bls__product-style-2 .star-rating i,.bls__product-item.bls__product-style-2 .stars i{font-size:12px;color:#ffb800}.bls__product-item.bls__product-style-2 .rating-count,.bls__product-item.bls__product-style-2 .review-count{font-size:12px;color:#777}.bls__product-item.bls__product-style-2 .bls__product-color-swatches{display:flex;align-items:center;gap:8px;margin-top:10px;flex-wrap:wrap}.bls__product-item.bls__product-style-2 .swatch-element{display:inline-block}.bls__product-item.bls__product-style-2 .swatch-color{width:24px;height:24px;border-radius:50%;display:inline-block;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.bls__product-item.bls__product-style-2 .swatch-color:hover,.bls__product-item.bls__product-style-2 .swatch-color.active{border-color:#2c7a4d;transform:scale(1.1)}.bls__product-item.bls__product-style-2 .bls__product-text-scrolling{position:absolute;bottom:0;left:0;right:0;background:#000c;color:#fff;padding:6px 12px;z-index:2;white-space:nowrap;overflow:hidden}.bls__product-item.bls__product-style-2 .sale-content-product{font-size:11px;font-weight:500;letter-spacing:.5px;display:inline-block;animation:scrollText 10s linear infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideInProduct{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scrollText{0%{transform:translate(100%)}to{transform:translate(-100%)}}@media(prefers-reduced-motion:no-preference){.bls__product-item.bls__product-style-2.scroll-trigger{animation-duration:.6s;animation-fill-mode:both}.bls__product-item.bls__product-style-2.animate--slide-in{animation-name:slideInProduct}}@media(max-width:768px){.bls__product-item.bls__product-style-2 .bls__product-price{gap:8px}.bls__product-item.bls__product-style-2{border-radius:10px;margin-bottom:15px}.bls__product-item.bls__product-style-2 .bls__product-action{opacity:1;transform:translate(0);bottom:12px;right:60px}.bls__product-item.bls__product-style-2 .bls__product-wishlist,.bls__product-item.bls__product-style-2 .bls__product-compare,.bls__product-item.bls__product-style-2 .bls__product-quickview{width:34px;height:34px}.bls__product-item.bls__product-style-2 .bls__product-details{padding:10px}.bls__product-item.bls__product-style-2 .price-item--regular,.bls__product-item.bls__product-style-2 .price-item--sale{font-size:14px}.bls__product-item.bls__product-style-2 .limited-line{font-size:11px;-webkit-line-clamp:2}.bls__product-item.bls__product-style-2 .bls__product-label{bottom:12px;left:12px;top:auto;gap:5px}.bls__product-item.bls__product-style-2 .bls__sale-label,.bls__product-item.bls__product-style-2 .bls__sold-out-label,.bls__product-item.bls__product-style-2 .bls__pre-order-label{font-size:10px;padding:3px 8px}.bls__product-item.bls__product-style-2 .bls__product-price .price-sale-label{display:none}.bls__products-grid .bls__product-item.bls__product-style-2{flex:1 1 calc(50% - 20px);min-width:200px}.bls__product-item.bls__product-style-2 .stars svg,.bls__product-item.bls__product-style-2 .star-rating svg{width:12px;height:12px}.bls__product-item.bls__product-style-2 .rating-count,.bls__product-item.bls__product-style-2 .review-count,.bls__product-item.bls__product-style-2 .bls__product-vendor{font-size:10px}}@media(max-width:480px){.bls__products-grid .bls__product-item.bls__product-style-2{flex:1 1 calc(100% - 20px);min-width:auto}.bls__product-item.bls__product-style-2 .bls__product-details{padding:10px}.bls__product-item.bls__product-style-2 .price-item--regular,.bls__product-item.bls__product-style-2 .price-item--sale{font-size:14px}.bls__product-item.bls__product-style-2 .price-item--compare{font-size:12px}.bls__product-item.bls__product-style-2 .limited-line{font-size:10px}.bls__product-item.bls__product-style-2 .bls__product-action-inner{gap:6px}.bls__product-item.bls__product-style-2 .bls__product-wishlist,.bls__product-item.bls__product-style-2 .bls__product-compare,.bls__product-item.bls__product-style-2 .bls__product-quickview{width:30px;height:30px}.bls__product-item.bls__product-style-2 .bls__product-icon{font-size:14px}.bls__product-item.bls__product-style-2 .btn-add-to-cart{width:40px;height:40px}.bls__product-item.bls__product-style-2 .bls__product-label{bottom:8px;left:8px}}@media(min-width:769px)and (max-width:1024px){.bls__product-item.bls__product-style-2 .btn-add-to-cart{font-size:11px;padding:8px 12px}.bls__product-item.bls__product-style-2 .btn-add-to-cart svg{width:14px;height:14px}.bls__products-grid .bls__product-item.bls__product-style-2{flex:1 1 calc(33.333% - 20px)}.bls__product-item.bls__product-style-2 .bls__product-price .price-sale-label{display:inline-block}}@media(min-width:1400px){.bls__products-grid .bls__product-item.bls__product-style-2{flex:1 1 calc(20% - 20px)}}@media(max-width:1024px){.hide-on-mobile{display:none!important}.show-on-mobile{display:flex!important}}@media(min-width:750px){.show-on-mobile{display:none!important}}.bls__sale-image-badge{position:absolute;top:8px;left:8px;background-color:#c00;color:#fff;font-size:11px;font-weight:700;padding:3px 7px;border-radius:3px;z-index:2;line-height:1.4;letter-spacing:.3px}@media(max-width:749px){.btn-icon-mobile{display:inline-flex!important;align-items:center;justify-content:center}.btn-text-desktop{display:none!important}}@media(min-width:750px){.btn-icon-mobile{display:none!important}.btn-text-desktop{display:inline-block!important}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/product.css.map */
