@media (min-width: 992px) {
    .bwp-single-image {
        max-width: 25% !important;
    }
}

/*.bwp-single-image{max-width:25% !important;}*/

.single-product .product_title {
    font-size: 25px !important;
}


body.woocommerce-cart .bwp-header {
    margin-bottom: 0px !important;
}
/* PRODUCT IMAGE HOVER ZOOM */
.product-image-box .woocommerce-product-gallery__image img {
    transition: all 0.3s ease;
}
.product-image-box:hover .woocommerce-product-gallery__image img {
    transform: scale(1.05);
}

/* TITLE STYLING */
.product-summary-details .product_title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* PRICE */
.product-summary-details .price {
    font-size: 18px;
    font-weight: bold;
    color: #e95520;
}

/* ADD TO CART BUTTON */
.single_add_to_cart_button {
    background: #000;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    font-size: 14px;
}

/* SIDEBAR */
.product-side-widget {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 6px;
}
.side-title {
    font-size: 16px;
    font-weight: 600;
}
.side-cat-list {
    padding-left: 18px;
}
.side-cat-list li {
    margin-bottom: 6px;
}
.side-cat-list li a {
    font-size: 13px;
    color: #444;
}

/* WISHLIST BUTTON */
.add-to-wishlist {
    font-size: 14px;
    color: #444;
}
.add-to-wishlist i {
    margin-right: 6px;
    transition: 0.3s;
}
.add-to-wishlist:hover i {
    color: #e95320;
}

/* STICKY ADD TO CART */
.sticky-add-to-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 10px 0;
    z-index: 999;
    display: none;
}
.sticky-add-to-cart .sticky-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sticky-add-to-cart .sticky-title {
    font-size: 14px;
    font-weight: 600;
}

/* SHOW WHEN SCROLLED */
body.scrolled .sticky-add-to-cart {
    display: block;
}

/* DESKTOP: HIDE IF NEEDED */
@media (min-width: 992px) {
    .sticky-add-to-cart {
        display: none !important;
    }
}

/* FLOATING BUY NOW (MOBILE) */
.floating-buy-now {
    position: fixed;
    bottom: 80px;
    right: 18px;
    background: #e95320;
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 999;
    display: none;
}
@media(max-width:768px){
    .floating-buy-now {
        display: block;
    }
}

/* TABS SPACING */
.product-tabs {
    margin-top: 20px;
}

/* RELATED SECTION */
.related-title {
    font-size: 18px;
    font-weight: 600;
}
.product-tabs-wrapper {
    background: #fff;
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 8px;
}

/* Tab titles */
.woocommerce-tabs ul.tabs li a {
    font-size: 14px;
    padding: 10px 18px;
    font-weight: 600;
}

/* Tab content spacing */
.woocommerce-Tabs-panel {
    padding: 18px 5px;
    font-size: 14px;
}

.single-product form.cart {
    display: flex;
    align-items: center;
    gap: 12px;
}

/*.single-product form.cart .qty {*/
/*    width: 70px;*/
/*    text-align: center;*/
/*}*/

.single-product .single_add_to_cart_button {
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
}



.single-product-custom .product_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.single-product-custom .price {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.single-product-custom form.cart {
    display: flex;
    align-items: center;
}

.single-product-custom form.cart .qty {
    width: 70px;
    text-align: center;
}

.single-product-custom .product-image img {
    width: 100%;
    height: auto;
}

.product-side-info {
    border-left: 1px solid #eee;
    padding-left: 20px;
}
/*.woocommerce-variation-add-to-cart {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 10px;*/
/*}*/

@media (max-width: 767px) {
    .all-product-cats {
        display: none !important;
    }
}

.all-product-cats {
    list-style: none;
    padding: 0;
    margin: 0;
}

.all-product-cats li {
    margin-bottom: 6px;
}

.all-product-cats a {
    color: #222;
    text-decoration: none;
    font-size: 14px;
}

.all-product-cats a:hover {
    color: #dc3545;
}


/* DESKTOP – keep inline */
.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* MOBILE – show below variation, full width, stacked */
@media (max-width: 767px) {

    /* Variation form full width */
    .variations_form {
        width: 100%;
    }

    /* Stack qty + button vertically */
    .woocommerce-variation-add-to-cart {
        display: block;
        width: 100%;
    }

    /* Quantity full width */
    .woocommerce-variation-add-to-cart .quantity {
        width: 100%;
        margin-bottom: 10px;
    }

    .woocommerce-variation-add-to-cart .quantity input.qty {
        width: 100%;
        text-align: center;
    }

    /* Button full width */
    .woocommerce-variation-add-to-cart .single_add_to_cart_button {
        width: 100%;
        margin: 0;
        text-align: center;
    }
}
