.elementor-1480 .elementor-element.elementor-element-7074db9{--display:flex;}/* Start custom CSS for container, class: .elementor-element-7074db9 *//* ============================================
   WOOCOMMERCE PRODUCT PAGE - READABILITY FIX
   Add this to: Appearance > Customize > Additional CSS
   Or: Theme Options > Custom CSS
   ============================================ */

/* ---- BREADCRUMB FIX ---- */
.woocommerce-breadcrumb {
    color: #374151 !important;
    font-size: 0.9rem !important;
}
.woocommerce-breadcrumb a {
    color: #0D9488 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}
.woocommerce-breadcrumb a:hover {
    color: #0F766E !important;
    text-decoration: underline !important;
}

/* ---- PRODUCT TITLE ---- */
.product_title.entry-title {
    color: #111827 !important;
    font-weight: 700 !important;
    font-family: 'Poppins', sans-serif !important;
}

/* ---- SHORT DESCRIPTION - MAIN FIX ---- */
.woocommerce-product-details__short-description,
.woocommerce div.product div.summary p {
    color: #4B5563 !important;  /* Dark gray - readable */
    font-size: 1rem !important;
    line-height: 1.7 !important;
}
.woocommerce-product-details__short-description strong,
.woocommerce div.product div.summary p strong {
    color: #0D9488 !important;  /* Teal accent for bold text */
}

/* ---- PRICE ---- */
.price {
    color: #111827 !important;
    font-weight: 700 !important;
    font-family: 'Poppins', sans-serif !important;
}
.price > .amount {
    color: #0D9488 !important;
}

/* ---- PRODUCT META (SKU, CATEGORIES, TAGS) ---- */
.product_meta {
    border-top: 1px solid #E5E7EB !important;
    padding-top: 20px !important;
    margin-top: 20px !important;
}
.product_meta > span {
    display: block !important;
    color: #6B7280 !important;  /* Medium dark gray */
    font-size: 0.875rem !important;
    line-height: 1.8 !important;
    margin-bottom: 8px !important;
}
.product_meta > span > a {
    color: #0D9488 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    padding: 2px 6px !important;
    background: rgba(13, 148, 136, 0.08) !important;
    border-radius: 4px !important;
    transition: all 0.2s ease !important;
}
.product_meta > span > a:hover {
    background: rgba(13, 148, 136, 0.15) !important;
    color: #0F766E !important;
}

/* SKU specifically */
.sku_wrapper {
    color: #6B7280 !important;
    font-size: 0.85rem !important;
}
.sku_wrapper .sku {
    color: #374151 !important;
    font-weight: 600 !important;
}

/* Posted_in (Categories) */
.posted_in {
    color: #6B7280 !important;
}
.posted_in a {
    color: #0D9488 !important;
}

/* Tagged_as (Tags) */
.tagged_as {
    color: #6B7280 !important;
}
.tagged_as a {
    color: #6B7280 !important;
    background: #F3F4F6 !important;
    padding: 4px 10px !important;
    border-radius: 20px !important;
    font-size: 0.8rem !important;
    display: inline-block !important;
    margin: 0 4px 4px 0 !important;
    transition: all 0.2s ease !important;
}
.tagged_as a:hover {
    background: #E5E7EB !important;
    color: #111827 !important;
}

/* ---- PRODUCT FEATURES/LIST ---- */
.woocommerce div.product div.summary ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 15px 0 !important;
}
.woocommerce div.product div.summary ul li {
    color: #374151 !important;  /* Dark readable text */
    padding: 8px 0 8px 28px !important;
    position: relative !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
}
.woocommerce div.product div.summary ul li::before {
    content: "✓" !important;
    position: absolute !important;
    left: 0 !important;
    color: #10B981 !important;  /* Green checkmark */
    font-weight: 700 !important;
    font-size: 1rem !important;
}
.woocommerce div.product div.summary ul li strong {
    color: #111827 !important;  /* Very dark for emphasis */
}

/* ---- WARNING/DISCLAIMER BOX ---- */
.woocommerce-info,
.woocommerce-message {
    background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%) !important;
    border-left: 4px solid #F59E0B !important;
    color: #78350F !important;  /* Dark amber text */
    border-radius: 8px !important;
    padding: 16px 20px !important;
    font-size: 0.9rem !important;
}
.woocommerce-info a,
.woocommerce-message a {
    color: #B45309 !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
}

/* ---- VARIATIONS/DROPDOWN ---- 
.variations select,
.variations .value select {
    color: #374151 !important;
    background-color: #FFFFFF !important;
    border: 2px solid #D1D5DB !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 0.95rem !important;
    font-family: 'Poppins', sans-serif !important;
    appearance: auto !important;
}
.variations label {
    color: #111827 !important;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 8px !important;
    display: block !important;
}

/* ---- QUANTITY INPUT ----
.quantity .qty {
    color: #111827 !important;
    background: #FFFFFF !important;
    border: 2px solid #D1D5DB !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif !important;
}

/* ---- BUTTONS ----
.single_add_to_cart_button.button {
    background: linear-gradient(135deg, #14B8A6 0%, #0D9488 100%) !important;
    color: white !important;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif !important;
    border-radius: 10px !important;
    padding: 15px 30px !important;
    font-size: 1rem !important;
    border: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
}
.single_add_to_cart_button.button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 25px rgba(13, 148, 136, 0.35) !important;
}

/* ---- STOCK STATUS ----
.stock {
    color: #059669 !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
}
.stock.out-of-stock {
    color: #DC2626 !important;
}

/* ---- GALLERY/IMAGES ----
.woocommerce-product-gallery__wrapper {
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1) !important;
}
.woocommerce-product-gallery__image {
    border-radius: 12px !important;
}

/* ---- TABS (Description, Reviews, etc.) ----
.woocommerce-tabs .tabs li a {
    color: #6B7280 !important;
    font-weight: 500 !important;
    font-family: 'Poppins', sans-serif !important;
    padding: 12px 24px !important;
}
.woocommerce-tabs .tabs li.active a {
    color: #0D9488 !important;
    border-bottom: 2px solid #0D9488 !important;
}
.woocommerce-Tabs-panel {
    color: #4B5563 !important;
    line-height: 1.8 !important;
}
.woocommerce-Tabs-panel h2 {
    color: #111827 !important;
    font-family: 'Poppins', sans-serif !important;
}

/* ---- RESPONSIVE FIXES ----
@media (max-width: 768px) {
    .woocommerce div.product div.summary {
        margin-top: 30px !important;
    }
    .woocommerce-breadcrumb {
        font-size: 0.82rem !important;
        margin-bottom: 20px !important;
    }
    .product_title.entry-title {
        font-size: 1.75rem !important;
    }
}/* End custom CSS */