.elementor-kit-15{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.e-con{--container-max-width-x:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.e-con{--container-max-width-x:1024px;}}@media(max-width:767px){.e-con{--container-max-width-x:767px;}}/* Start custom CSS *//* ================================================================
   RAVE BONFIRE — QUICK VIEW  (clean rebuild)
   One Quick View card. No separated sections. No pinned bars.
   ================================================================ */

/* ---------- 1. Quick View button on product cards ---------- */
ul.products li.product .rey-productInner { position: relative; }
ul.products li.product .rey-productLoop-footer { position: static; }
ul.products li.product .rey-productFooter-item--quickview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    margin: 0;
    z-index: 6;
    pointer-events: none;
}
ul.products li.product .rey-productFooter-item--quickview .rey-productFooter-inner {
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
}
ul.products li.product .rey-productFooter-item--quickview .rey-quickviewBtn {
    pointer-events: auto;
    border: 0 !important;
    text-decoration: none !important;
}

/* Desktop: pill appears on hover, centered on the image */
@media (min-width: 1026px) {
    ul.products li.product .rey-productFooter-item--quickview {
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease, visibility 0.2s ease;
    }
    ul.products li.product:hover .rey-productFooter-item--quickview {
        opacity: 1;
        visibility: visible;
    }
    ul.products li.product .rey-productFooter-item--quickview .rey-quickviewBtn {
        background: rgba(255, 255, 255, 0.92);
        color: #111;
        border-radius: 999px;
        padding: 11px 24px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.08em;
        line-height: 1;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
        transition: background 0.2s ease, color 0.2s ease;
    }
    ul.products li.product .rey-productFooter-item--quickview .rey-quickviewBtn::before,
    ul.products li.product .rey-productFooter-item--quickview .rey-quickviewBtn::after {
        content: none !important;
        display: none !important;
    }
    ul.products li.product .rey-productFooter-item--quickview .rey-quickviewBtn:hover {
        background: #350f40;
        color: #fff;
    }
}

/* Mobile: small white + circle, bottom-right of the image */
@media (max-width: 1025px) {
    ul.products li.product .rey-productFooter-item--quickview {
        display: flex !important;
        align-items: flex-end;
        justify-content: flex-end;
        padding: 0 10px 10px 0;
        opacity: 1;
        visibility: visible;
    }
    ul.products li.product .rey-productFooter-item--quickview .rey-quickviewBtn {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 26px;
        height: 26px;
        padding: 0;
        border-radius: 50%;
        background: #fff;
        color: #111;
        font-size: 0;
        line-height: 0;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
    }
    ul.products li.product .rey-productFooter-item--quickview .rey-quickviewBtn::before {
        content: '+';
        font-size: 17px;
        font-weight: 400;
        line-height: 1;
        color: #111;
        display: block;
    }
    ul.products li.product .rey-productFooter-item--quickview .rey-quickviewBtn::after { content: none !important; }
}

/* ---------- 2. Quick View card (both devices) ---------- */
.rey-quickviewPanel .rey-qvNav { display: none !important; }
#js-rey-quickviewPanel.--is-visible .rey-lineLoader { display: none !important; }

#js-rey-quickviewPanel { --size-w: min(920px, 88vw); --size-h: min(620px, 82vh); }
#js-rey-quickviewPanel .rey-quickview-container {
    border-radius: 16px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}
#js-rey-quickviewPanel .rey-quickviewPanel-close {
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
}

/* Add to Cart color can never be lost */
#js-rey-quickviewPanel .single_add_to_cart_button { background: #350f40 !important; color: #fff !important; opacity: 1; }
#js-rey-quickviewPanel .single_add_to_cart_button.disabled { opacity: 0.55; }

/* ---------- 3. Desktop: vertical scrolling gallery ---------- */
@media (min-width: 1025px) {
    #js-rey-quickviewPanel .woocommerce-product-gallery .--thumbs-gallery { display: none !important; }
    #js-rey-quickviewPanel .woocommerce-product-gallery .__nav-wrapper,
    #js-rey-quickviewPanel .woocommerce-product-gallery .__nav { display: none !important; }
    #js-rey-quickviewPanel .woocommerce-product-gallery__wrapper {
        flex-direction: column;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100%;
        scrollbar-width: thin;
    }
    #js-rey-quickviewPanel .woocommerce-product-gallery__image { width: 100%; flex: 0 0 auto; height: auto; }
    #js-rey-quickviewPanel .woocommerce-product-gallery__image a,
    #js-rey-quickviewPanel .woocommerce-product-gallery__image .__img {
        height: auto;
        object-fit: contain;
        background: #fff;
    }
}

/* ---------- 4. Mobile: fixed frame, images auto-shrink, NO scrolling ---------- */
@media (max-width: 1024px) {
    #js-rey-quickviewPanel { --size-w: 96vw; --size-h: min(660px, 88vh); --size-h: min(660px, 88svh); }

    /* rigid frame: card never scrolls; the image area flexes to fit */
    #js-rey-quickviewPanel .rey-quickview-container { overflow: hidden !important; }
    #js-rey-quickviewPanel div.product { height: 100%; min-height: 0; display: flex; flex-direction: column; }
    #js-rey-quickviewPanel div.product .rey-productSummary {
        height: 100%;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }
    #js-rey-quickviewPanel .woocommerce-product-gallery {
        flex: 1 1 auto;
        min-height: 90px;
        overflow: hidden;
        height: auto;
    }
    #js-rey-quickviewPanel div.product .rey-productSummary .summary {
        flex: 0 1 auto;
        overflow-y: auto;
        min-height: 0;
    }

    /* images: two side by side, swipe left-right, height follows the flexed area */
    #js-rey-quickviewPanel .woocommerce-product-gallery .--thumbs-gallery { display: none !important; }
    #js-rey-quickviewPanel .woocommerce-product-gallery__wrapper {
        scroll-snap-type: x mandatory;
        gap: 6px;
        scrollbar-width: none;
        height: 100%;
    }
    #js-rey-quickviewPanel .woocommerce-product-gallery__wrapper::-webkit-scrollbar { display: none; }
    #js-rey-quickviewPanel .woocommerce-product-gallery__image {
        flex: 0 0 50%;
        width: 50%;
        height: 100%;
        scroll-snap-align: start;
    }
    #js-rey-quickviewPanel .woocommerce-product-gallery__image a,
    #js-rey-quickviewPanel .woocommerce-product-gallery__image .__img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        background: #fff;
    }

    /* details: compact */
    #js-rey-quickviewPanel div.product {
        --summary-spacing: 8px;
        --quickview-summary-padding: 10px 16px 12px;
    }
    #js-rey-quickviewPanel div.product .rey-productSummary .product_title {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 3px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    #js-rey-quickviewPanel div.product .rey-productSummary .price { font-size: 15px; margin-bottom: 4px; }
    #js-rey-quickviewPanel .reset_variations { display: none !important; }
    #js-rey-quickviewPanel .rey-productShare,
    #js-rey-quickviewPanel [class*="productShare"],
    #js-rey-quickviewPanel .woocommerce-product-rating { display: none !important; }
    #js-rey-quickviewPanel .rey-swatches form.cart table.variations th,
    #js-rey-quickviewPanel .rey-swatches form.cart table.variations td { padding-top: 2px; padding-bottom: 2px; }
    #js-rey-quickviewPanel form.cart table.variations select { padding-top: 7px; padding-bottom: 7px; min-height: 38px; }
    #js-rey-quickviewPanel form.cart { margin-bottom: 6px; }
    #js-rey-quickviewPanel .single_variation_wrap .woocommerce-variation.single_variation { margin-bottom: 4px; min-height: 0; }
}/* End custom CSS */