body{font-family:Montserrat,sans-serif;margin:0}.slider-wrapper,body{background:#fff;padding:0}.slider-wrapper{position:relative}.products-viewport,.slider-wrapper{overflow:hidden;width:100%}.products-container{display:flex;gap:7px;transition:transform .6s ease;will-change:transform}.product-card{background:#fff;box-shadow:0 4px 15px rgba(0,0,0,.1);display:flex;flex:0 0 calc(33.333% - 5px);flex-direction:column;gap:8px;max-width:474px;overflow:hidden}.product-image{background:#ddd;height:0;overflow:hidden;padding-bottom:120%;position:relative;width:100%}.product-image img{height:100%;object-fit:cover;position:absolute;transition:transform .5s ease;width:100%}.product-image:hover img{transform:scale(1.05)}.product-content{background-color:#e6e6e6;display:flex;flex-direction:column;flex-grow:1;padding:24px}.product-heading{font-size:42.71px;font-weight:900;margin:0;text-transform:capitalize}.product-description,.product-heading{color:#000;font-family:Gotham,sans-serif;font-style:normal;letter-spacing:0;line-height:100%}.product-description{flex-grow:1;font-size:14px;font-weight:500}.product-link{align-self:flex-end;color:#000;font-family:Gotham,sans-serif;font-size:16px;font-style:normal;font-weight:900;letter-spacing:.14em;line-height:100%;margin-top:20px;position:relative;text-decoration:none;text-transform:uppercase;transition:color .3s ease}.product-link:hover{color:#666}.slider-arrow{align-items:center;border:none;bottom:auto;color:#fff;cursor:pointer;display:flex;font-size:24px;height:100%;justify-content:center;pointer-events:auto;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:60px;z-index:10}.slider-arrow,.slider-arrow-left{background:linear-gradient(90deg,rgba(0,0,0,.7),transparent)}.slider-arrow-left{justify-content:flex-start;left:0;padding-left:10px}.slider-arrow-right{background:linear-gradient(270deg,rgba(0,0,0,.7),transparent);justify-content:flex-end;padding-right:10px;right:0}.slider-arrow:hover{background:linear-gradient(90deg,rgba(0,0,0,.9),transparent)}.slider-arrow-right:hover{background:linear-gradient(270deg,rgba(0,0,0,.9),transparent)}.slider-arrow.disabled{opacity:.3;pointer-events:none}@media (min-width:1201px){.product-card{flex:0 0 calc(25% - 6px)}}@media (max-width:1200px) and (min-width:992px){.product-card{flex:0 0 calc(33.333% - 5px)}}@media (max-width:991px) and (min-width:768px){.product-card{flex:0 0 calc(50% - 4px)}.product-content{padding:30px 25px}}@media (max-width:767px){.product-card{flex:0 0 100%}.product-content{padding:25px 20px}.slider-arrow{font-size:20px;width:50px}.slider-arrow-left{padding-left:8px}.slider-arrow-right{padding-right:8px}}@media (max-width:480px){.product-content{padding:20px 15px}.product-heading{font-size:18px;margin-bottom:15px}.product-description{font-size:14px;margin-bottom:20px}.slider-arrow{font-size:18px;width:45px}.slider-arrow-left{padding-left:6px}.slider-arrow-right{padding-right:6px}}@media (max-width:767px){.slider-arrow.hidden-mobile{display:none}}.products-container.centered{justify-content:center}