/* Size Swatches Custom Styles */
.product-swatches {
    margin-bottom: 1.5rem;
}

.swatch-size-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.swatch-size {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    min-height: 35px;
    padding: 0.25rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 0 !important;
    background-color: #ffffff;
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.swatch-size:hover {
    border-color: #9ca3af;
    background-color: #f9fafb;
}

.swatch-size.active {
    border: 1px solid #F97316 !important;
    color: #F97316;
    cursor: default;
    font-weight: 600;
}

/* Underline review link always */
.product-info-detail .review-summary a {
    text-decoration: underline !important;
}

/* Reduce spacing between review stars and NOW text */
.product-info-detail > div.my-2.flex {
    margin-bottom: 0.25rem !important;
}

.product-info-detail > div.items-end.my-4 {
    margin-top: 0.25rem !important;
}

/* Reduce top spacing on product card */
div.card.product-info-detail {
    padding-top: 0.5rem !important;
    padding-block-start: 0.5rem !important;
}

/* Scroll offset for mobile anchor links */
@media (max-width: 768px) {
    #product-gallery {
        scroll-margin-top: 20px;
    }
}

/* Match NOW, SIZE and QUANTITY styling - SINGLE RULE */
.product-info-detail .price-title,
.product-info-detail .product-label {
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    display: block !important;
    margin-bottom: 0.5rem !important;
}