/* Product Page Styles 🛍️ */

@media (min-width: 992px) {
    .product-gallery-sticky {
        position: sticky;
        top: 100px;
        z-index: 50;
    }
}

.thumbnail-list .thumb-item img {
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.6;
}

.thumbnail-list .thumb-item.active img,
.thumbnail-list .thumb-item:hover img {
    opacity: 1;
    border-color: var(--accent-color) !important;
}

.promo-box {
    border-style: dashed !important;
}

.product-tabs .nav-link {
    color: var(--text-muted) !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
}

.product-tabs .nav-link.active {
    color: var(--text-main) !important;
    border-bottom: 2px solid var(--text-main) !important;
}
