@-webkit-keyframes loading-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes loading-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@-webkit-keyframes active-point-blur{0%,96%{box-shadow:0 0 1px 0 #f37419}98%{box-shadow:0 0 4px 1px #f37419}100%{box-shadow:0 0 1px 0 #f37419}}@keyframes active-point-blur{0%,96%{box-shadow:0 0 1px 0 #f37419}98%{box-shadow:0 0 4px 1px #f37419}100%{box-shadow:0 0 1px 0 #f37419}}@-webkit-keyframes filtered-indicator{35%,65%{border-top:15px solid #ff7e33}}@keyframes filtered-indicator{35%,65%{border-top:15px solid #ff7e33}}@-webkit-keyframes scroll-top-btn{50%{transform:translateY(-15%)}}@keyframes scroll-top-btn{50%{transform:translateY(-15%)}}@-webkit-keyframes corporate-offer-hr{50%{transform:translateY(10px)}}@keyframes corporate-offer-hr{50%{transform:translateY(10px)}}@-webkit-keyframes blink{0%{opacity:0}50%{opacity:.9}80%{opacity:1}100%{opacity:0}}@keyframes blink{0%{opacity:0}50%{opacity:.9}80%{opacity:1}100%{opacity:0}}.category-product-list{display:flex;flex-direction:row;justify-content:center;align-items:stretch;flex-wrap:wrap;max-width:100%}.category-product-list .product-item{position:relative;display:inline-block;overflow:hidden;cursor:default}.category-product-list .product-item.product-item-promo{position:relative;padding:0;background-position:center;background-repeat:no-repeat;background-size:cover}.category-product-list .product-item.product-item-promo a{position:absolute;display:block;top:0;right:0;bottom:0;left:0}.category-product-list .image{position:relative;display:block;max-width:100%;max-height:100%;margin:0 auto}.category-product-list .image .product-image{max-width:100%;height:auto;aspect-ratio:1}.category-product-list .image .icon-360,.category-product-list .image .icon-play{z-index:2;position:absolute;display:inline-block;top:6px;left:6px}.category-product-list .image .icon-play+.icon-360{top:36px}.category-product-list .image .icon-360{width:32px;height:32px;background:url(/img/icons/ic-360-dark-32.png) center no-repeat;background-size:contain;filter:drop-shadow(0 0 .5rem #fff)}.category-product-list .image .icon-play{width:32px;height:23px;background:url(/img/icons/ic-play-32.png) center no-repeat;background-size:contain}.category-product-list .product-info .product-link{width:100%;text-decoration:none;margin:0;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.category-product-list .product-info .product-desc{color:#888;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}