/* Italic line ko style karne ke liye */
.custom-hero-heading .italic-line {
    font-style: italic !important;
    font-weight: 300 !important;
    color: #b3d5bb !important; /* Sage green color */
    display: inline-block;
}



a.button.product_type_variable.add_to_cart_button {
transition: all 0.3s ease !important;
    background: #38473b;
    color: white;
}

a.button.product_type_variable.add_to_cart_button:hover {
    background-color: #5a705f !important;
    color: #ffffff !important;
    border-color: #2e6f40 !important;
    box-shadow: 0 4px 12px rgba(46, 111, 64, 0.2) !important;
}













/* --- MODERN & CONVERSION OPTIMIZED PRODUCT PAGE --- */
/* 1. Price Layout Styling */
.single-product p.price, .single-product span.woocommerce-Price-amount {
    font-size: 28px !important;
    color: #111111 !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px;
    margin-bottom: 15px !important;
}

a.button.product_type_variable.add_to_cart_button {
    border: 1px solid #2e6f40 !important;
    padding: 15px 15px !important;
    margin-left: 7px !important;
    transition: all 0.3s ease !important;
}


/* 2. Variation Dropdowns (Finish & Size) Styling */
.single-product table.variations {
    margin-bottom: 25px !important;
    width: 100%;
}
.single-product table.variations td.label {
    font-weight: 600;
    color: #333;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.single-product table.variations select {
    width: 100% !important;
    height: 48px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 0 15px !important;
    background-color: #f8fafc !important;
    font-size: 15px !important;
    color: #475569 !important;
    transition: all 0.3s ease;
}
.single-product table.variations select:focus {
    border-color: #222 !important;
    background-color: #fff !important;
    outline: none;
}

/* 3. Quantity Box Modern Styling */
.single-product .quantity input.qty {
    height: 48px !important;
    width: 60px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
}

/* 4. BUY NOW / Add to Cart Button Premium Look */
.single-product .single_add_to_cart_button {
    height: 48px !important;
    background-color: #38473b !important; /* Premium Green for Higher Conversion */
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 8px !important;
    border: none !important;
    padding: 0 35px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 6px -1px rgba(16, 185, 129, 0.2), 0 2px 4px -1px rgba(16, 185, 129, 0.06) !important;
}
.single-product .single_add_to_cart_button:hover {
    background-color: #849c8a !important; /* Darker green on hover */
    transform: translateY(-1px);
    box-shadow: 0 10px 15px -3px rgba(16, 185, 129, 0.3) !important;
}

/* 5. PayPal aur Form Layout Spacing */
.single-product form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 25px !important;
    background: #ffffff;
}
.single-product .paypal-buttons, .single-product .wc-stripe-payment-request-wrapper {
    margin-top: 15px !important;
    width: 100% !important;
}

/* 6. Product Meta (SKU, Category) Clean Look */
.single-product .product_meta {
    margin-top: 30px !important;
    padding-top: 20px !important;
    border-top: 1px solid #f1f5f9 !important;
    font-size: 14px !important;
    color: #64748b !important;
}
.single-product .product_meta a {
    color: #334155 !important;
    font-weight: 500;
}






/* --- PREMIUM VARIATION SWATCHES REDESIGN --- */

/* 1. Label Styling */
.single-product table.variations th.label label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

/* 2. Base Button Styles */
.variable-items-wrapper .variable-item {
    border: 1px solid #cbd5e1 !important; /* Soft grey border */
    border-radius: 8px !important; /* Elegant rounded corners */
    padding: 10px 18px !important;
    background-color: #ffffff !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

/* 3. Hover State (Mouse le jaane par) */
.variable-items-wrapper .variable-item:hover {
    border-color: #0f172a !important; /* Dark border on hover */
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.08) !important;
}

/* 4. Selected State (Click karne par) */
.variable-items-wrapper .variable-item.selected {
    border: 2px solid #000000 !important; /* Bold black border */
    background-color: #ffffff !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
}

/* Text adjustments inside buttons */
.variable-item .variable-item-span {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #334155 !important;
}
.variable-items-wrapper .variable-item.selected .variable-item-span {
    color: #000000 !important;
}

/* 5. Size Button Specific Fix (For long text) */
.variable-items-wrapper.button-variable-items-wrapper li[data-attribute_name="attribute_size"] {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    padding: 12px 20px !important;
}



table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: unset;
}

table td, table th {
    padding: 5px;
}

.woocommerce div.product {
    padding-top: 36px;
}

table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: unset;
}




/* Size buttons ko full width aur aik ke neeche aik karne ke liye */
.variable-items-wrapper[aria-label="Size"] .variable-item {
    display: flex !important;
    width: 100% !important;
    margin-right: 0 !important;
    justify-content: flex-start !important;
    padding-left: 15px !important;
}