/* hero section start */

#hero-section {
    height: 40vh;
    background: url('../images/shop/shop-hero-section.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    color: white;
    padding: 40px;
    text-align: center;
}

/* hero section end */

.section-title {
    font-size: 22px;
    font-weight: 500;
    color: #1A1A1C;
}

.section-subtitle {
    font-size: 14px;
    color: #777;
}

.view-all-link {
    font-size: 14px;
    color: #c86a79;
    text-decoration: none;
    font-weight: 500;
}

.view-all-link:hover {
    text-decoration: underline;
}

/* Product Card */
.product-card {
    border: 1px solid #B76E79;
    background: #fff;
    /* padding: 40px 20px; */
    transition: 0.3s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

/* Image Wrapper */
.product-image-wrapper {
   /* height: 220px;        
    display: flex;
    align-items: center;
    justify-content: center; */
    overflow: hidden;   
}

.product-image-wrapper img {
     width: 100%;
    /* height: 100%; */
    /* object-fit: contain;  */
    height: 443px;
}

/* Badge */
.badge-new {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #B76E79;
    color: #fff;
    font-size: 11px;
    padding: 6px 12px;
    border-radius: 20px;
}

/* Text */
.product-title {
    font-size: 15px;
    font-weight: 500;
}

.product-price {
    font-size: 14px;
    color: #555;
}

.best-sellers-section,
.earrings-section,
.bangles-section,
.rings-section {
    background-color: #F7F7F8;
}


.values-title {
    font-family: "Playfair Display", serif;
    font-size: 48px;
}

.values-subtitle {
    color: #777;
    font-size: 16px;
}

.value-card {
    background: #F7F7F8;
    padding: 40px 25px;
    border: 1px solid rgba(183, 110, 121, 0.4);
    transition: 0.35s ease;
    cursor: pointer;
}

.value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.value-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-icon img {
    width: 30px;
    opacity: 0.8;
}

.value-card h3 {
    font-family: "Playfair Display", serif;
    font-size: 22px;
    margin-bottom: 12px;
}

.value-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}

/* Responsive */
@media (max-width: 768px) {
    .values-title {
        font-size: 36px;
    }
}

.personalization-section {
    background-color: #f4f4f5;
}

/* Title */
.personal-title {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    font-weight: 600;
    color: #1A1A1C;
}

/* Description */
.personal-description {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}

/* Feature List */
.personal-feature h6 {
    font-weight: 600;
    font-size: 15px;
}

.personal-feature small {
    color: #777;
}

/* Check Icon */
.check-icon {
    width: 38px;
    height: 38px;
    background: #c86a79;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 16px;
}

/* Button */
.personal-btn {
    background-color: #c86a79;
    color: #fff;
    padding: 12px 28px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.personal-btn:hover {
    background-color: #b85c6c;
    color: #fff;
}

/* Image */
.personal-image-wrapper img {
    max-height: 480px;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
    .personal-title {
        font-size: 36px;
    }
}


/* ===== FEATURES STRIP ===== */

/* Feature item */
.jewellery-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Icon circle */
.jewellery-feature-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #F7F7F8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    transition: transform 0.3s ease;
}

.jewellery-feature-icon img {
    max-width: 30px;
    max-height: 30px;
}

/* Hover */
.jewellery-feature-item:hover .jewellery-feature-icon {
    transform: translateY(-4px);
}

.jewellery-feature-item h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}

.jewellery-feature-item p {
    font-size: 14px;
    color: #6f6f6f;
    line-height: 1.5;
}

#jewellery-features-strip {
    overflow-x: hidden;
}

.jewellery-feature-item {
    padding: 10px;
    transition: transform 0.3s ease;
}

.jewellery-feature-icon {
    width: 70px;
    height: 70px;
}

.jewellery-feature-icon img {
    max-width: 28px;
}

@media (max-width: 992px) {
    .jewellery-feature-icon {
        width: 64px;
        height: 64px;
    }

    .jewellery-feature-item h3 {
        font-size: 16px;
    }

    .jewellery-feature-item p {
        font-size: 13px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    #jewellery-features-strip {
        padding: 40px 0;
    }

    .jewellery-feature-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }

    .jewellery-feature-item h3 {
        font-size: 15px;
    }

    .jewellery-feature-item p {
        font-size: 12px;
    }
}

.product-image-wrapper {
    width: 100%;
    height: 600px;  
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8; /* optional */
}

.product-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* IMPORTANT */
}