.info-tiles{display:flex;flex-direction:column;align-items:center}.info-tiles .animate-slide-next{animation:slideInRight .8s ease forwards}.info-tiles .animate-slide-prev{animation:slideInLeft .8s ease forwards}@keyframes slideInRight{from{opacity:0;transform:translateX(200%)}to{opacity:1;transform:translateX(0)}}@keyframes slideInLeft{from{opacity:0;transform:translateX(-200%)}to{opacity:1;transform:translateX(0)}}.info-tiles .btn-mobile{display:none}@media screen and (min-width: 768px){.info-tiles .btn-mobile{display:flex}}.info-tiles__title{font-weight:700}.info-tiles__wrapper-container{height:43rem;overflow:hidden}@media screen and (max-width: 991.98px){.info-tiles__wrapper-container{height:70vh}}.info-tiles__wrapper{display:grid;grid-row-gap:24px;grid-column-gap:10px;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;padding-right:1rem;height:100%;scroll-behavior:smooth;overflow-y:scroll;scrollbar-width:none}@media screen and (min-width: 768px){.info-tiles__wrapper{grid-template-columns:1fr 1fr 1fr;grid-row-gap:32px;grid-column-gap:16px}}@media screen and (min-width: 1200px){.info-tiles__wrapper{grid-template-columns:1fr 1fr 1fr 1fr}}.info-tiles__progress-bar{position:absolute;top:0;right:0;width:7px;height:100%;border-radius:1rem;background-color:rgb(var(--color-base-background-2))}.info-tiles__progress-bar::after{content:"";display:block;height:var(--scroll-progress, 0%);min-height:1rem;width:100%;border-radius:inherit;background-color:#fce1e6;transition:height .1s linear}.info-tiles .block{display:none}.info-tiles__image:hover img{cursor:zoom-in}.info-tiles__image-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:1/1}.info-tiles__heading{transition:all .3s;width:-moz-fit-content;width:fit-content;font-weight:bold}.info-tiles .custom__header--link{font-size:13px}@media(max-width: 767px){.info-tiles .custom__header--link{text-align:center}}.tiles-info-product{overflow:hidden}