.sc-results{flex-wrap:wrap;width:100%;display:flex;gap:1rem}.sc-results .sc-tile-product-price.special-price{background:red}.sc-results .sc-tile-product-price.special-price .t-line-through{color:#a9a9a9}.sc-tile{flex:1 1 100%;width:100%}.sc-tile-product{display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;align-items:flex-start;justify-content:space-between;position:relative;box-shadow:0 .2rem .5rem rgba(0,0,0,.2);transition:all .2s ease-in-out;gap:1rem;padding:10px;padding-top:4rem}.sc-tile-product:hover{box-shadow:0 .2rem 1.2rem rgba(0,0,0,.2)}.sc-tile-product-image{overflow:hidden;display:block;height:12rem;position:relative}.sc-tile-product-image img{margin:0 auto;position:absolute;left:50%;transform:translate(-50%, 0)}@media(max-width: 600px){.sc-tile-product-image{height:auto;width:100%}}.sc-tile-product .product-text{flex:1;display:flex;flex-direction:column}.sc-tile-product-name{font-weight:bold;font-size:1.4rem;margin:0}.sc-tile-product-price{position:absolute;top:0;left:0;width:max-content;padding:4px 40px 4px 10px;margin:10px 0 0;clip-path:polygon(0 0, 100% 0, calc(100% - 15px) 100%, 0% 100%);background-color:#000;color:#fff;font-weight:600;font-size:1.4rem}.sc-tile-product-description{font-size:1rem;text-wrap:balance}.sc-tile-product-button.btn{background:red;color:#000;padding:10px 20px;align-self:flex-start}.image-logo{position:relative}.image-logo::after{content:"";position:absolute;bottom:-10px;right:10px;width:70px;height:70px;background-image:url("/images/content/logos/dmw-black-bg.png");background-size:contain;background-repeat:no-repeat;background-position:center}