.etsy-shop-listing-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.etsy-shop-listing {
    border: 0px !important;
}

.etsy-shop-listing-card {
    background-color: white;
    min-width: 172px;
    text-align: center;
    margin: auto;
    padding: 6px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 7px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-height: 570px;
}

.etsy-shop-listing {
    border-top: 0;
}


.etsy-shop-listing-thumb {
    display: block;
}

.etsy-shop-listing-thumb img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    max-height: 570px;
}

.etsy-shop-listing-detail {
    margin: 0;
    padding: 0;
    text-align: left;
}

.etsy-shop-listing-title {
    height: 15px;
    line-height: 15px !important;
    margin: 0;
    padding: 0;
    margin-top: 5px;
    text-overflow: ellipsis;
}

.etsy-shop-listing-title a {
    color: #666;
    text-decoration: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: none;
}

.etsy-shop-listing-maker {
    line-height: 14px !important;
    margin: 0;
    padding: 0;
}

.etsy-shop-listing-card a {
    text-decoration: none;
    border-bottom: none;
    -webkit-box-shadow: none;
    border-bottom: none;
}

.etsy-shop-listing-maker a {
    color: #B2B2B2;
    text-decoration: none;
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.etsy-shop-listing-price {
    color: #ff0000;
    float: right;
    line-height: 14px !important;
    margin-top: 14px;
}

.etsy-shop-currency-code {
    font-size: 10px;
}
/* Sale price styling */
.etsy-shop-sale-price {
    color: #78C042;
    font-weight: bold;
    font-size: 1.1em;
}

.etsy-shop-original-price {
    color: #FF0000;
    text-decoration: line-through;
    font-size: 0.9em;
    margin-left: 0px;
}

/* SALE badge for all listings */
.etsy-shop-listing-card.etsy-shop-on-sale {
    position: relative;
}

.etsy-shop-listing-card.etsy-shop-on-sale:before {
    content: "70% OFF";
    position: absolute;
    top: 10px;
    right: 10px;
    background: #78C042;
    color: white;
    padding: 4px 8px;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 4px;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Alternative badge styles - uncomment if you prefer different text */
/*
.etsy-shop-listing-card.etsy-shop-on-sale:before {
    content: "SALE";
}
*/

/* Ensure the listing card has proper positioning */
.etsy-shop-listing-card {
    position: relative;
    overflow: visible;
}