.spinner-wrapper[hidden]{display:none!important}.spinner-wrapper{pointer-events:none!important;position:fixed;inset:0;z-index:2147483647;background:rgb(255 255 255 / .35)}.spinner{position:absolute;top:50%;left:50%;width:80px;height:80px;transform:translate(-50%,-50%)}.lds-ring{display:inline-block;position:relative;width:80px;height:80px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border:8px solid #fff0;border-top-color:#000;border-radius:50%;animation:td-spinner-ring 1.2s cubic-bezier(.5,0,.5,1) infinite}.lds-ring div:nth-child(1){animation-delay:-0.45s}.lds-ring div:nth-child(2){animation-delay:-0.3s}.lds-ring div:nth-child(3){animation-delay:-0.15s}@keyframes td-spinner-ring{to{transform:rotate(360deg)}}.td-home-products{display:grid;grid-template-columns:repeat(var(--td-home-product-columns,4),minmax(0,1fr));gap:24px;margin:0;padding:0;list-style:none}.td-home-product{min-width:0;text-align:center}.td-home-product__link{display:block;color:inherit;text-decoration:none}.td-home-product__image{display:block;position:relative;aspect-ratio:1;overflow:hidden}.td-home-product__image .onsale{position:absolute;z-index:1;top:8px;left:8px}.td-home-product__image img{display:block;width:100%;height:100%;object-fit:contain}.td-home-product__name{margin:12px 0 6px;font-size:17px;line-height:1.35}.td-home-product__rating .star-rating{float:none;margin:0 auto 6px}.td-home-product__rating{min-height:22px}.td-home-product__price{font-weight:600}@media (max-width:767px){.td-home-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}}