/* ==========================================================================
   AstraOptima - Product Subtitles CSS Framework
   ========================================================================== */

:root {
    --ao-sub-single-size: 18px;
    --ao-sub-single-weight: 500;
    --ao-sub-single-color: #64748b;
    --ao-sub-single-style: normal;
    --ao-sub-loop-size: 12.5px;
    --ao-sub-loop-weight: 500;
    --ao-sub-loop-color: #64748b;
}

/* 1. Single Product Page Subtitle */
.ast-product-subtitle.ast-single-subtitle {
    font-family: inherit !important;
    font-size: var(--ao-sub-single-size, 18px) !important;
    font-weight: var(--ao-sub-single-weight, 500) !important;
    color: var(--ao-sub-single-color, #64748b) !important;
    font-style: var(--ao-sub-single-style, normal) !important;
    padding: 0 !important;
    line-height: 1.45em !important;
    letter-spacing: -0.01em !important;
    display: block !important;
    text-decoration: none !important;
}

.ast-product-subtitle.ast-single-subtitle.ast-pos-above_title {
    margin: 0 0 8px 0 !important;
}

.ast-product-subtitle.ast-single-subtitle.ast-pos-after_title {
    margin: 4px 0 12px 0 !important;
}

.ast-product-subtitle.ast-single-subtitle.ast-pos-below_price {
    margin: 6px 0 14px 0 !important;
}

/* 2. Catalog, Archives & Fast Grid Subtitles */
.ast-product-subtitle.ast-loop-subtitle,
.ast-product-subtitle.ast-grid-subtitle {
    font-family: inherit !important;
    font-size: var(--ao-sub-loop-size, 12.5px) !important;
    font-weight: var(--ao-sub-loop-weight, 500) !important;
    color: var(--ao-sub-loop-color, #64748b) !important;
    text-align: center !important;
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
    line-height: 1.3em !important;
    display: block !important;
    width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}

/* 3. Cart & Checkout Subtitle */
.ast-product-subtitle.ast-cart-subtitle {
    display: block !important;
    font-size: 12px !important;
    color: #64748b !important;
    margin-top: 3px !important;
    line-height: 1.3em !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}

/* 4. Subtitle Links & Interactive Elements (No Underline) */
.ast-product-subtitle a.ast-subtitle-link,
.ast-product-subtitle a {
    color: inherit !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
    cursor: pointer !important;
}

.ast-product-subtitle a.ast-subtitle-link:hover,
.ast-product-subtitle a:hover {
    color: #ff8000 !important;
    text-decoration: none !important;
}
