.product-img-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.product-img {
    width: 100%;
    transition: transform 0.3s ease;
}

.size-btn.active {
    background-color: #5C4730;
    color: white;
    border-color: #5C4730;
}

.btn:hover {
    background-color: #5C4730;
    color: white;
    border-color: #5C4730;
}


.product-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}

.product-rating span {
    color: #555;
    font-size: 0.9rem;
}

.product-stock {
    color: green;
    font-weight: 600;
}

.bogo-btn,
.size-btn {
    padding: 5px 10px;
    border: 1px dashed #6c63ff;
    background: none;
    color: #000;
    cursor: pointer;
}

.price {
    font-size: 1.75rem;
    font-weight: bold;
}

.btn-purple {
    background-color: #5C4730 !important;
    color: white !important;
}

.btn-purple:hover {
    background-color: rgb(249, 240, 195);
    color: white;
}

.qty-box .input-group button {
    min-width: 40px;
}

.product-purchase {
    border-top: 1px solid #eee;
    position: sticky;

}

.secure-text {
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .sticky-top {
        position: static !important;
    }

    .product-title {
        padding-top: 20px;
    }
}

.product-img-container {
    width: 100%;
    overflow: hidden;
    /* border: 1px solid #ddd; */
}

.product-img {
    width: 100%;
    transition: transform 0.3s ease;
}



.thumb-img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.2s;
    border: 1px groove #C4BBA3 !important;

}

.thumb-img:hover {
    border: 2px solid #4b0082;
    transform: scale(1.05);
}

.product-img-container {
    width: 100%;
    /* max-width: 400px; */
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
}

.product-img {
    width: 100%;
    display: block;
}

.zoom-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    pointer-events: none;
    background-repeat: no-repeat;
    border: 2px solid #ccc;
    display: none;
    z-index: 10;
}

.toast-success {
    background-color: #5C4730 !important;
    color: #fff !important;
}

.size-btn.active {
    background-color: #5C4730 !important;
    color: white !important;
}

.color-btn.active {
    background-color: #212529 !important;
    color: white !important;
}

#hoverColorText {
    transition: all 0.2s ease;
    font-weight: 600;
    color: #333;
}

/* Hide colors by default until size is selected */
.color-btn {
    display: none;
}

/* Visual feedback for active selections */
.size-btn.active,
.color-btn.active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    transition: all 0.2s ease;
}
#btnshare{
    background-color: #10193A;
    color:white;
}
#btnshare:hover{
    background-color: #050505;
    color:white;
}
