/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 06 2026 | 01:36:57 */
/* ==========================================================================
   ---- COMPACT PREMIUM MAIN SINGLE PRODUCT PAGE STYLING ----
   ========================================================================== */

/* --- 1. Compact Title & Breadcrumbs --- */
h1.product_title.entry-title {
    font-size: 28px !important; /* Thoda chota aur solid size */
    font-weight: 800 !important;
    color: #111111 !important;
    letter-spacing: -0.5px !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important; /* Space kam ki */
    line-height: 1.2 !important;
    text-transform: uppercase !important;
}

.woocommerce-breadcrumb {
    font-size: 12px !important;
    color: #888888 !important;
    margin-bottom: 10px !important; /* Space kam ki */
    font-weight: 400 !important;
}

.woocommerce-breadcrumb a {
    color: #666666 !important;
    text-decoration: none !important;
}

.woocommerce-breadcrumb a:hover {
    color: #ff5a00 !important;
}

/* --- 2. Compact Search Bar --- */
.aws-container .aws-search-form {
    background: #f8f9fa !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 6px !important;
    padding: 0px 4px !important;
    margin-bottom: 15px !important; /* Space kam ki */
}

/* --- 3. Clean Price Tag Layout (No Divider Line) --- */
p.price {
    display: flex !important;
    align-items: baseline !important;
    gap: 8px !important;
    margin-bottom: 12px !important; /* Space kam ki */
    padding-bottom: 0px !important;
    border-bottom: none !important; /* Line hata di taake space bache */
}

p.price del .woocommerce-Price-amount {
    color: #aabbcc !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

p.price ins .woocommerce-Price-amount {
    color: #ff5a00 !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

/* --- 4. Badge Stock Status --- */
.stock.in-stock {
    color: #15803d !important;
    background-color: #f0fdf4 !important;
    border: 1px solid #bbf7d0 !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 4px 10px !important; /* Sleek and thin padding */
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important; /* Space kam ki */
    text-transform: uppercase !important;
}

/* --- 5. Flexbox Cart Action Row --- */
form.cart {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 5px !important;
    margin-bottom: 15px !important; /* Space kam ki */
}

.e-atc-qty-button-holder {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
}

/* --- 6. Sleek Quantity Box --- */
.quantity {
    position: relative !important;
    display: inline-block !important;
}

.quantity input.qty {
    width: 60px !important; /* standard sleek width */
    height: 44px !important; /* height kam ki */
    border: 2px solid #e2e8f0 !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    text-align: center !important;
    background-color: #ffffff !important;
    padding: 0 !important;
}

.quantity input.qty:focus {
    border-color: #ff5a00 !important;
    outline: none !important;
}

/* --- 7. Main "Add to Cart" Button --- */
button.single_add_to_cart_button.button.alt {
    flex-grow: 1 !important;
    background: linear-gradient(135deg, #ff6a00 0%, #ee4d00 100%) !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    height: 44px !important; /* height kam ki */
    border-radius: 6px !important;
    border: none !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 4px 10px rgba(238, 77, 0, 0.2) !important;
    cursor: pointer !important;
}

button.single_add_to_cart_button.button.alt:hover {
    background: linear-gradient(135deg, #ee4d00 0%, #d44400 100%) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 14px rgba(238, 77, 0, 0.25) !important;
}

/* --- 8. Sleek Meta Box (No heavy backgrounds) --- */
.product_meta {
    border-top: 1px dashed #e2e8f0 !important; /* Clean minimal separator */
    background: transparent !important; /* Heavy background box hata diya */
    padding-top: 12px !important;
    margin-top: 15px !important;
    font-size: 13px !important;
    color: #475569 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.product_meta .detail-container {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.product_meta .detail-label {
    font-weight: 700 !important;
    color: #0f172a !important;
    min-width: 75px !important;
}

.product_meta .sku {
    color: #64748b !important;
    font-weight: 600 !important;
}

.product_meta a {
    color: #ff5a00 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

.product_meta a:hover {
    text-decoration: underline !important;
}

/* --- 9. Compact Product Image --- */
.woocommerce-product-gallery__image img {
    border-radius: 10px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid #e2e8f0 !important;
}