:root{--top3-gap-between-products: 16px}section.top3{display:grid;grid-template-columns:minmax(0,1fr);gap:16px 30px;align-items:stretch}@media only screen and (min-width:40.0625em){section.top3{grid-template-columns:repeat(2,minmax(0,1fr))}}div.top3_subsection{display:flex;flex-direction:column;align-items:center}div.top3_product_container{flex-grow:1;display:flex;clear:both;width:100%;gap:var(--top3-gap-between-products);border:var(--section-border);background-color:var(--section-background-color);border-radius:var(--section-border-radius);padding:20px}.top3_product{display:flex;flex-grow:1;align-items:center;justify-content:center;flex-direction:column;height:100%;text-decoration:none!important;width:calc((100%/3) - (var(--top3-gap-between-products) * 2))}.top3_product_image{width:100%;flex-grow:1;display:flex;align-items:center;justify-content:center;position:relative}.top3_product_image img{object-fit:contain;max-height:100px}.top3_product_text{margin-top:10px;text-align:center;max-width:100%}.top3_product_text>h2{max-width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.top3_product h3{max-width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.top3_special_price{color:#f4f4f4;background-color:#3d3d3d;padding:0 4px}.top3_special_percent{color:#da2127;font-weight:700;display:inline-block;margin-left:10px}.top3_outlet_overlay{position:absolute;bottom:0;padding:2px 4px;background-color:#da2127;color:#fff;display:inline-block;width:40%;min-width:70px;left:0;right:0;margin-left:auto;margin-right:auto;text-align:center;font-size:12px}