Bags & Purses
<>
.custom-card-buyer {
/*box-shadow: 0 0px 5px 1px rgba(0000.05)*/
background-color: #ffffff;
height: 150px;
overflow: hidden;
border-width: 0px;
}
.custom-card-buyer-footer {
border-width:0px;
background-color: #FFFFFF
font-size: 1.1em;
text-align: left;
padding-left: 0px;
padding-top: 0px;
}
.p-image-container-buyer {
height: 280px;
width: 100%;
position: relative;
text-align:center;
overflow: hidden;
display:flex;
align-items:center;
justify-content:center;
border-radius: 18px;
background-color: #f2f2f2;
}
.p-image-container-buyer img {
mix-blend-mode: multiply;
width: 100%; /* Makes the image span the full width */
/* height: 100%; Makes the image span the full height */
object-fit: cover; Ensures the image covers the container without distortion
}
.price-pill {
bottom: 8px;
right: 8px;
background: rgba(0000.75);
/*background: #5D5E5F;*/
padding: 4px 10px;
border-radius: 50px;
text-align: center;
color: #FFF;
font-size: 12px;
font-weight: 500;
}
.price-pill .price {
font-weight: medium;
}
@media only screen and (max-width: 320px){
.taxon-title {
font-size: 24px;
}
.p-image-container-buyer {
height: 160px;
}
.price-pill {
bottom: 6px;
right: 6px;
padding: 4px 8px;
border-radius: 32px;
font-size: 10px;
font-weight: 400;
}
}
@media only screen and (min-width: 321px) and (max-width: 375px){
.p-image-container-buyer {
height: 180px;
}
}
@media only screen and (min-width: 376px) and (max-width: 430px){
.p-image-container-buyer {
height: 190px;
}
.taxon-title {
font-size: 28px;
}
.price-pill {
bottom: 6px;
right: 6px;
background: rgba(0000.75);
padding: 4px 8px;
border-radius: 40px;
font-size: 12px;
font-weight: 400;
}
}
@media only screen and (min-device-width: 431px) and (max-device-width: 575px){
.taxon-title {
font-size: 28px;
}
.p-image-container-buyer {
height: 220px;
}
}
.info-buyer {
line-clamp: 1;
max-lines: 1;
-webkit-line-clamp: 1;
font-size: 12px;
height: 22px;
text-overflow: ellipsis;
overflow: hidden;
text-decoration: none;
color: black;
}
@media only screen and (min-width: 576px){
.selling-buyer {
font-size: 14px;
}
.info-buyer {
font-size: 16px;
height: 46px;
}
}
.p-image-container-buyer img.square-image {
/* padding: 10px; Use relative units if necessary */
}
>