.section-product-recommendations{position:relative}.section-product-recommendations__header{display:flex;justify-content:center;align-items:center;margin-bottom:2em;text-align:center;flex-direction:column;gap:1em;justify-content:flex-start;flex-direction:row;gap:2em}@media (max-width:1024px){.section-product-recommendations__header{margin-bottom:1.5em}}.section-product-recommendations__header h1,.section-product-recommendations__header h2,.section-product-recommendations__header h3,.section-product-recommendations__header h4,.section-product-recommendations__header h5,.section-product-recommendations__header h6,.section-product-recommendations__header p{margin:0;text-transform:uppercase}.section-product-recommendations__header p{font-size:1.25em}.section-product-recommendations__header p.text{width:100%;text-transform:none;max-width:768px;margin:0 auto}@media (max-width:768px){.section-product-recommendations__header{justify-content:space-between;align-items:center;gap:0}}.section-product-recommendations__header h2,.section-product-recommendations__header h3,.section-product-recommendations__header h4,.section-product-recommendations__header h5,.section-product-recommendations__header h6{opacity:.5;white-space:nowrap;cursor:pointer}.section-product-recommendations__header h2.active,.section-product-recommendations__header h3.active,.section-product-recommendations__header h4.active,.section-product-recommendations__header h5.active,.section-product-recommendations__header h6.active{opacity:1}@media (max-width:768px){.section-product-recommendations__header h2,.section-product-recommendations__header h3,.section-product-recommendations__header h4,.section-product-recommendations__header h5,.section-product-recommendations__header h6{font-size:1.0625em}}.section-product-recommendations__inner{position:relative}.section-product-recommendations__inner.hidden{display:none}.section-product-recommendations .swiper{background-color:var(--color-white);padding:0 2px}@media (max-width:768px){.section-product-recommendations .swiper{padding:0 0 0 2px}}.section-product-recommendations .swiper-slide{height:auto}@media (max-width:768px){.section-product-recommendations .swiper-slide{width:95%}}.section-product-recommendations .swiper-slide .card-product{border-right:none}.section-product-recommendations .recently-viewed.hidden{display:none}.section-product-recommendations .recently-viewed.loading .loading-icon{display:block}.section-product-recommendations .recently-viewed.loading .recently-viewed__inner{display:none}.section-product-recommendations .recently-viewed__inner{position:relative}.section-product-recommendations .recently-viewed .swiper{padding:0;background-color:transparent;border-left:2px solid var(--color-white)}.section-product-recommendations .recently-viewed .swiper-slide .card-product{border-right:2px solid var(--color-white)}.section-product-recommendations .recently-viewed .loading-icon{display:none;width:2em;height:2em;margin:0 auto}.section-product-recommendations .recently-viewed .loading-icon svg{fill:var(--color-white);opacity:.5;width:100%;height:auto;-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}