/* SENTIUS HOME - FEATURED PRODUCTS SLIDER */
.home-products-slider{position:relative}.home-products-slider-viewport{width:100%;overflow:hidden}.home-products-slider-track{display:flex;align-items:stretch;gap:1.25rem;transition:transform .45s ease;will-change:transform}.home-products-slider .product-card{flex:0 0 calc((100% - 5rem)/5);min-width:0}.home-products-slider-controls{display:grid;grid-template-columns:44px minmax(120px,260px) 44px;align-items:center;justify-content:center;gap:1rem;margin-top:2.2rem}.home-products-slider-button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--border-color);border-radius:50%;background:transparent;color:var(--primary-color);cursor:pointer;transition:var(--transition-fast)}.home-products-slider-button:hover:not(:disabled){border-color:var(--primary-color);background:var(--primary-color);color:var(--surface-color)}.home-products-slider-button:disabled{opacity:.35;cursor:default}.home-products-slider-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.home-products-slider-progress{position:relative;height:2px;overflow:hidden;background:var(--border-color)}.home-products-slider-progress span{display:block;width:50%;height:100%;background:var(--primary-color);transform:translateX(0);transition:transform .45s ease,width .3s ease}.home-embedsocial-section{overflow:hidden}.home-embedsocial-wrapper{width:100%;min-height:240px}.home-embedsocial-wrapper .embedsocial-hashtag{width:100%}.home-embedsocial-wrapper .es-widget-branding{margin-left:auto;margin-right:auto}
@media(max-width:1200px){.home-products-slider .product-card{flex-basis:calc((100% - 3.75rem)/4)}}
@media(max-width:900px){.home-products-slider .product-card{flex-basis:calc((100% - 2.5rem)/3)}}
@media(max-width:640px){.home-products-slider-track{gap:1rem}.home-products-slider .product-card{flex-basis:calc((100% - 1rem)/2)}.home-products-slider-controls{grid-template-columns:40px minmax(90px,180px) 40px;gap:.75rem;margin-top:1.6rem}.home-products-slider-button{width:40px;height:40px}}
@media(max-width:420px){.home-products-slider .product-card{flex-basis:84%}}
