.product-detail-page .section h2 {
    font-size: clamp(1.2rem, 2.2vw, 1.55rem);
}

.product-detail-page .section-head {
    margin-bottom: 18px;
}

.product-hero-shot {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(7, 15, 28, 0.76);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.product-hero-shot img {
    display: block;
    width: 100%;
    height: auto;
}

.product-hero-shot-fallback {
    min-height: 280px;
    padding: 40px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
}

.product-hero-shot-fallback strong {
    font-size: 1.1rem;
}

.product-hero-shot-fallback p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.6;
}

.product-hero-shot-fallback .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.product-hero-shot-fallback .tag-row span {
    padding: 4px 12px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 0.8rem;
    font-weight: 700;
}
