.skeleton-slide{width:300px;height:350px;background:#e0e0e0;border-radius:5px;display:flex !important;animation:pulse 1.5s infinite ease-in-out}.skeleton-slide.disable{display:none !important}.product__label{height:auto !important}.product-slider-title{font-size:calc(var(--font-heading-scale)*3rem);color:rgb(var(--text-primary-color));font-family:var(--font-heading-family);text-transform:uppercase;margin:0 !important;line-height:31px !important;padding-bottom:15px;border-bottom:2px solid rgb(var(--primary-color));width:100%}@keyframes pulse{0%{background-color:#e0e0e0}50%{background-color:#f2f2f2}100%{background-color:#e0e0e0}}