/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* Quantity box */
.quantity {
    display: flex;
    align-items: center;
    border:1px solid #fff;
    border-radius: 5px;
    overflow: hidden;
}

/* Input */
.quantity input.qty {
    width: 50px;
    text-align: center;
    border: none;
    background: #000;
    color: #fff;
    font-size: 16px;
}
.shopengine-comparison.badge.active {
    color: #fff !important;
    font-size: 18px;
}
.woocommerce .quantity .qty {
    width: 2.631em;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

/* Plus minus buttons */
.qty-btn {
    background: #FE8F00;
    color: #000;
    border: none;
    width: 35px;
    height: 40px;
    cursor: pointer;
    font-size: 18px;
}

/* Remove default arrows */
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.fit-bg {
    background: 
       radial-gradient(circle at 20% 30%, rgba(255, 105, 180, 0.5), transparent 50%), radial-gradient(circle at 70% 60%, rgb(255 20 147 / 77%), transparent 50%), radial-gradient(circle at 50% 80%, rgb(255 121 192), transparent 50%), linear-gradient(
102deg, #ff77c4, #ff69b4);

    background-blend-mode: screen;
}

.text-1{    color: #FFC935;
    font-family: "Fraunces", Sans-serif;
    font-weight: 900;
    font-style: italic;
    line-height: 1.4em;
    text-shadow: 6px 0px 0px #FFFEFE;}


#site-header, #site-footer{ display:none !important;}






.block-in{ position:relative;}

   /* Parent fix */
.bg-block{width:400px !important;
    height: 400px !important;
    margin: 0px auto !important;
    left: 0px !important;
right: 0px !important; position:absolute;}
.pack-img {
    position: relative;
    z-index: 1;
    top: 45px;
    left: 2px;
}
/* Parent fix */
/***.elementor-element-ac08458{
    position: relative;
    overflow: hidden;
}**

/* HTML widget full overlay */
/***.elementor-element-6c40565{
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: 5;
    pointer-events: none;
}**/

/* Mask always visible */
.bg-block::before{
    content: "";
    position: absolute;
    inset: 0;

    background-color: #fe8f00;

    /* MASK */
    -webkit-mask-image: url(https://bqfitfoodie.com/wp-content/uploads/2026/04/shop-mask-main.webp);
    mask-image: url(https://bqfitfoodie.com/wp-content/uploads/2026/04/shop-mask-main.webp);

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;

    -webkit-mask-size: cover;
    mask-size: cover;

    opacity: 1;       /* always visible */
    transform: scale(1); /* no zoom */
}










/* OUTER PINK BG */
.juice-outer {
    background:#000;
    padding: 30px;
    border-radius: 30px;
	margin-bottom:50px
}

/* MAIN FLEX */
.juice-product {
    display: flex;
    gap: 30px;
    align-items: center;
	    align-items: stretch;
}

/* REVERSE */
.juice-product.reverse {
    flex-direction: row-reverse;
}

/* IMAGE */
.juice-image {
    width: 60%;
}

.juice-image img {
    width: 100%;
    height:440px;
    object-fit: cover;
    border-radius: 25px;
}

/* CONTENT CARD */
.juice-content {
    width: 40%;
    background: #f4f4f4;
    padding: 40px;
    border-radius: 25px;
}

/* TEXT */
.juice-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.subtitle {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
}

.desc {
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
	    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
}

/* PRICE */
.price {
    font-size:30px;
    font-weight: bold;
    color:#FE8F00;
    margin-bottom: 20px;
}

/* BUTTON */
.buy-btn {
    display: inline-block;
    background:#FE8F00;
    color: #fff;
    padding: 14px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
}

/* MOBILE */
@media (max-width: 768px) {
    .juice-product {
        flex-direction: column !important;
    }

    .juice-image,
    .juice-content {
        width: 100%;
    }

    .juice-image img {
        height: 250px;
    }

    .juice-content {
        text-align: center;
        padding: 25px;
    }

    .juice-content h2 {
        font-size: 28px;
    }
}




.contact-form input[type=date], .contact-form input[type=email], .contact-form input[type=number], .contact-form .contact-form input[type=password], .contact-form input[type=search], .contact-form input[type=tel], .contact-form input[type=text], .contact-form input[type=url], .contact-form select, .contact-form textarea{    border: 1px solid #000;
    display: block;
    background-color: #fff;
    margin:10px 0px 0px 0px;
    padding: 12px 20px;
    width: 100%;
	max-width:100% !important;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: var(--wdtRadius_2X); width:100% !important;
    border-radius:8px;}

..contact-form textarea{ height:80px;}



.woocommerce-page{ background-color:#0D1017F2;}

.custom-product-description p {
    font-size: 18px;
}



/**************/

/* Only WooCommerce pages */
.woocommerce,
.woocommerce-page {
    background: #000 !important;
    color: #fff !important;
}

/* Text white 
.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce p,
.woocommerce div {
    color: #fff !important;
}***/

.woocommerce div.product form.cart {
    margin-top: 2em;
}

/* Price */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color:#FE8F00 !important;
	font-size:26px !important;
}

/* Buttons */
/* .woocommerce button,
.woocommerce .button {
    background:#FE8F00;
    color: #000;    font-size: 23px
} */

.shopengine-wishlist.badge {
    padding: 6px 5px;
    margin-left: 4px;
    background: transparent;
    padding: 9px 15px;
    border: #fff 1px solid;
    font-size: 23px;
}
.shopengine-wishlist.badge.active, .woocommerce .products .product .shopengine-wishlist.badge.active {
    color: #fe8f00;
}
.quantity button {
    border: none;
    padding: 0px 10px;
    font-size: 29px;
    color: #fff;
    font-weight: bold;
}
.wc-block-components-notice-banner.is-error {
    background-color: #FE8F00;}

.woocommerce div.product form.cart .single_add_to_cart_button {
       height: 55px;
    line-height: 1em !important;
    padding: 0px 55px 0 !important;
    margin-right: 10px;
    white-space: normal;
    background: #FE8F00;
    margin: 0px 10px !important;
    text-transform: uppercase;
    font-size: 18px;color:#fff !important;
}
p.form-submit .submit {
    height: 55px;
    line-height: 1em !important;
    padding: 0px 55px 0 !important;
    margin-right: 10px;
    white-space: normal;
	color:#fff !important;
    background: #FE8F00 !important;
    text-transform: uppercase;
    font-size: 18px;
}


a:active, a:hover {
    color: #FE8F00;
}







/* Only WooCommerce pages */
.wc-custom-banner {
    position: relative;
    text-align: center;
    padding:150px 0px 80px 0px;
    background-image: url(https://bqfitfoodie.com/wp-content/uploads/2026/04/ChatGPT-Image-Apr-18-2026-02_46_03-AM.png);
    background-position: bottom center;
    background-attachment: fixed;
    background-size: cover;
    z-index: 1;
	margin-bottom:80px;
	    margin-top: -48px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message { background-color: #282828;}
.wc-custom-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4); /* transparency control */
    z-index: -1;
}

.wc-banner-title {
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;
}

.wc-banner-icon {
    margin-top: 10px;
}
.woocommerce-page .page-header{
    display: none;
}
.wc-block-components-sidebar-layout{ margin-bottom:80px;}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0;
    border: 1px solid #fff;
    padding: 20px 30px;
    margin: 50px 0px 80px 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{ display:none;}
.woocommerce #review_form #respond p{ margin-top:15px;}

.woocommerce ul.products li.product .price {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.post-type-archive-product .product .price {
    font-size:20px;
    font-weight: bold;
    text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
    color: #fff;
    font-size:22px;
	letter-spacing:1px;
    margin: 15px 0px 20px 0px;
}

section.related.products h2 {
    text-align: center;
    text-transform: capitalize;
    font-size: 40px;
    margin-bottom: 80px;    font-family: "Libre Baskerville", Sans-serif;
}

.archive.woocommerce .shopengine-wishlist, .archive.woocommerce .se-btn, .archive.woocommerce .shopengine_comparison_add_to_list_action{ display:none;}

.archive.woocommerce span.woocommerce-Price-amount.amount {
    color: #FE8F00 !important;
    font-size: 26px !important;
}
.woocommerce ul.products li.product a{ position:relative;}
.woocommerce ul.products li.product a:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffc935;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    mask-image: url("../images/shop-mask-main.png");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-image: url("../images/shop-mask-main.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;}





