section {
    color: #533B4D;
}

.thumbnail-img {
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
    height: 80px;
    object-fit: cover;
}

.thumbnail-img.active {
    border-color: #533B4D;
}

.main-img {
    max-height: 400px;
    object-fit: contain;
}

.size-box {
    width: 48px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #533B4D !important;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: transparent;
    color: #533B4D !important;
    transition: all 0.2s ease;
}

.size-box:hover {
    background-color: #7b556b !important;
    color: #FAE3C6 !important;
}

#mrp {
    opacity: 0.8;
}

.size-box.selected {
    background-color: #533B4D;
    color: #FAE3C6 !important;
    border-color: #533B4D;
}

#qty-display {
    background-color: #FAE3C6;
}

.btn {
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(83, 59, 77, 0.2);
}

.btn-purple {
    background: #533B4D !important;
    color: #FAE3C6 !important;
    border: none;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(83, 59, 77, 0.2);
}

.btn-purple:hover {
    background: #7b556b !important;
    box-shadow: 0 6px 12px rgba(83, 59, 77, 0.35);
}

.title {
    font-size: 1.2rem;
}

#fabric {
    font-size: 1.2rem;
}

#mrp {
    font-size: 1.2rem;
}

#desc {
    font-size: 1.1rem;
}


@media (max-width: 768px) {
    .title {
        font-size: 1rem;
    }

    #fabric {
        font-size: 1rem;
    }

    #mrp {
        font-size: 1rem;
    }

    #desc {
        font-size: 0.9rem;
    }
}