.section-recently-viewed{background-color:#fafafa;overflow:hidden}.section-recently-viewed.no-products{display:none}.section-recently-viewed__loading{display:none;flex-direction:column;align-items:center;justify-content:center;gap:1em}.section-recently-viewed__loading .loading-icon{display:block;width:1.5em;height:1.5em}.section-recently-viewed__loading .loading-icon svg{opacity:.2;width:100%;height:auto;-webkit-animation-name:loading;animation-name:loading;-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}.section-recently-viewed__inner{position:relative;display:block}.section-recently-viewed__header{display:flex;justify-content:center;align-items:center;margin-bottom:2em}.section-recently-viewed__header h2,.section-recently-viewed__header h3,.section-recently-viewed__header h4,.section-recently-viewed__header h5,.section-recently-viewed__header h6{margin:0}.section-recently-viewed__content{padding:0}.section-recently-viewed .swiper{overflow:visible}.section-recently-viewed .swiper-slide{padding:.5em;height:auto;min-width:15em;max-width:15em}@media (max-width:1440px){.section-recently-viewed .swiper-slide{min-width:17.22vw;max-width:17.22vw}}@media (max-width:1100px){.section-recently-viewed .swiper-slide{padding:.25em;min-width:44.9vw;max-width:44.9vw}}.section-recently-viewed .swiper-navigation{display:none}.section-recently-viewed.hidden .section-recently-viewed__loading{display:flex}.section-recently-viewed.hidden .section-recently-viewed__inner{display:none}@-webkit-keyframes loading{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes loading{from{transform:rotate(0)}to{transform:rotate(360deg)}}