2024-12-27 22:10:25 +00:00
|
|
|
.fw-store-parent {
|
|
|
|
align-content: center;
|
2024-12-27 23:16:53 +00:00
|
|
|
vertical-align: bottom;
|
2024-12-27 22:10:25 +00:00
|
|
|
overflow-y: auto;
|
|
|
|
text-align:center;
|
|
|
|
margin:0 auto;
|
|
|
|
max-width: 1000px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.product-tile {
|
|
|
|
align-content: center;
|
2024-12-27 23:16:53 +00:00
|
|
|
vertical-align: bottom;
|
2024-12-27 22:10:25 +00:00
|
|
|
background: white;
|
|
|
|
display:inline-block;
|
2024-12-27 23:16:53 +00:00
|
|
|
width:225px;
|
|
|
|
margin:15px 15px 15px 15px;
|
|
|
|
|
2024-12-27 22:10:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.product-tile img {
|
|
|
|
max-height: 350px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image__badges {
|
|
|
|
color: red;
|
|
|
|
justify-content: center;
|
|
|
|
position: absolute;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
.badge {
|
|
|
|
color: red !important;
|
|
|
|
margin: auto;
|
|
|
|
padding: 60px;
|
|
|
|
font-size: 20px;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2024-12-27 23:16:53 +00:00
|
|
|
|
|
|
|
.tile__heading {
|
|
|
|
font-size: 0.88em; /* Reduced font size for product titles */
|
|
|
|
font-weight: bold;
|
|
|
|
}
|