.product-item{color:inherit;background-color:#fff;border:1px solid #f0f0f0;border-radius:8px;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.related-products-list .product-item:hover{box-shadow:none;transform:none}.product-item:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.related-products-list .product-item:last-child{border:1px solid #f0f0f0}.product-item:hover,.related-products-list .product-item:hover,.news-products-list .news-product-item:hover{border:1px solid #e70214!important}.product-image{justify-content:center;align-items:center;display:flex;overflow:hidden}.product-image img{object-fit:contain;max-width:100%;max-height:100%}.product-info{text-align:left;flex-direction:column;flex-grow:1;padding:0 15px 15px;display:flex}.product-name{color:#000;min-height:70px;font-weight:500;line-height:1.05rem;font-size:var(--fs-sm)!important}.product-price{color:#e70214;margin-top:auto;font-size:16px;font-weight:700}.current-price{color:#e70214;font-weight:700;font-size:1rem!important}.old-price{color:#999;margin-left:5px;font-size:16px;font-weight:400;text-decoration:line-through}@media (max-width:768px){.product-grid .product-name{min-height:auto}.feature-list .product-item,.mobile-related-products-section .related-products-list .product-item,.related-products-list .product-item{box-shadow:none!important;border:1px solid #f0f0f0!important;border-radius:8px!important;margin:0!important;transform:none!important}.feature-list .product-item:hover,.mobile-related-products-section .related-products-list .product-item:hover,.related-products-list .product-item:hover{box-shadow:none!important;border-color:#e70214!important;transform:none!important}}.product-grid{grid-template-columns:repeat(auto-fill,minmax(calc(20% - 20px),1fr));gap:12px;margin-bottom:30px;display:grid}.product-grid .product-item{background:#fff;border:1px solid #f0f0f0;border-radius:12px;overflow:hidden}@media (max-width:600px){.product-name{margin-bottom:8px;font-size:13px}.product-price,.current-price{font-size:14px}.old-price{font-size:12px}}.product-price-row{justify-content:space-between;align-items:center;gap:8px;margin-top:auto;display:flex}.product-price-row .product-price{margin-top:0}.product-card-cart-btn{background:var(--primary-color,#e70214);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #e7021440}.product-card-cart-btn:after{content:"";background:#ffffff40;border-radius:50%;transition:transform .3s;position:absolute;inset:0;transform:scale(0)}.product-card-cart-btn:hover{background:#c10010;transform:scale(1.12);box-shadow:0 4px 16px #e7021466}.product-card-cart-btn:active{transform:scale(.92)}.product-card-cart-btn:active:after{opacity:0;transition:transform .4s,opacity .4s;transform:scale(2)}.product-card-cart-btn svg{z-index:1;width:16px;height:16px;position:relative}.fly-to-cart-el{isolation:isolate;background:#fff;border:2px solid #ffffffe6;border-radius:12px;animation:.3s cubic-bezier(.34,1.56,.64,1) forwards flySpawn;overflow:hidden;box-shadow:0 0 0 3px #e7021433,0 12px 40px #e702144d,0 6px 16px #0003}.fly-to-cart-el img{object-fit:cover;border-radius:10px;width:100%;height:100%;display:block}.fly-to-cart-el:after{content:"";filter:blur(10px);z-index:-1;background:radial-gradient(circle,#e7021433 0%,#0000 65%);border-radius:16px;animation:.5s ease-in-out infinite alternate trailPulse;position:absolute;inset:-6px}@keyframes flySpawn{0%{opacity:0;transform:scale(.2)rotate(-8deg)}50%{opacity:1;transform:scale(1.08)rotate(2deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes trailPulse{0%{opacity:.5;transform:scale(1)}to{opacity:1;transform:scale(1.4)}}.cart-icon-bounce{animation:.75s cubic-bezier(.28,.84,.42,1) cartBounce}@keyframes cartBounce{0%{transform:scale(1)rotate(0)}12%{transform:scale(1.35)rotate(-10deg)}28%{transform:scale(.82)rotate(6deg)}44%{transform:scale(1.18)rotate(-4deg)}60%{transform:scale(.94)rotate(2deg)}76%{transform:scale(1.07)rotate(-1deg)}to{transform:scale(1)rotate(0)}}#add-to-cart-toast{z-index:99999;border-left:4px solid var(--primary-color,#e70214);opacity:0;background:#fff;border-radius:12px;align-items:center;gap:12px;max-width:340px;padding:14px 20px;font-family:inherit;transition:right .4s cubic-bezier(.22,1,.36,1),opacity .4s;display:flex;position:fixed;top:20px;right:-400px;box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f}#add-to-cart-toast.atc-toast-show{opacity:1;right:20px}#add-to-cart-toast.atc-toast-hide{opacity:0;right:-400px}.atc-toast-icon{background:var(--primary-color,#e70214);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;animation:.4s .2s both toastIconPop;display:flex}@keyframes toastIconPop{0%{transform:scale(0)}60%{transform:scale(1.2)}to{transform:scale(1)}}.atc-toast-text{flex-direction:column;gap:2px;display:flex;overflow:hidden}.atc-toast-title{color:#222;white-space:nowrap;font-size:14px;font-weight:700}.atc-toast-product{color:#888;white-space:nowrap;text-overflow:ellipsis;max-width:240px;font-size:12px;overflow:hidden}@media (max-width:768px){.product-grid .product-item,.product-section .product-list>.product-list-item .product-item,.related-products-list .product-item,.feature-list .product-item{border-radius:12px}.product-price-row{justify-content:flex-start;align-items:center;gap:4px;width:100%;margin-top:auto;display:flex}.product-price-row .product-price{min-width:calc(100% - 36px);max-width:calc(100% - 36px);font-size:var(--fs-sm);flex:auto;margin:0;font-weight:700;line-height:1.2}.product-price-row .current-price{max-width:100%;text-overflow:unset;white-space:nowrap;line-height:1.2;display:inline-block;overflow:visible}.product-card-cart-btn{z-index:2;flex-shrink:0;width:32px;height:32px;margin:0;display:flex}.product-card-cart-btn svg{width:14px;height:14px}#add-to-cart-toast{max-width:none;transition:bottom .4s cubic-bezier(.22,1,.36,1),opacity .4s;inset:auto 12px -100px}#add-to-cart-toast.atc-toast-show{opacity:1;bottom:20px;right:12px}#add-to-cart-toast.atc-toast-hide{opacity:0;bottom:-100px}}
