.jewelry-showcase {
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
}

.jewelry-showcase h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: bold;
}

.earring-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}

.earring-item {
    width: 160px;
    text-align: center;
}

.earring-item img {
    height: auto;
    margin-bottom: 10px;
}

.earring-item p {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.earring-item .btn {
    box-shadow: none !important;
    padding: 10px 31px ;
    font-size: 14px;
    color: #7A3E52;
    text-decoration: none;
    border: 1px solid #7A3E52;
    border-radius: 25px;
    background-color: #C8A96A;
    transition: all 0.3s ease;
}

.earring-item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
}
.earring-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    gap: 20px;
}
.banners-top-block .banner-wrapper {
   width: 100% !important;
   flex: none !important;
   max-width: 100% !important;

}
.category-header input[type="radio"]+label {
    color: #C8A96A !important;
}
