/* 
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
*/

/* Add your custom styles here */
html { overflow-y: scroll; }
/* Limit product image size */




.fct-product-gallery-thumb {
    height: auto;
    max-height: 600px;
    width: 250px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--fct-single-product-border-color);
    text-align: center;
    aspect-ratio: 1/1
}

/* Center the whole gallery wrapper */
.fct-product-gallery-wrapper {
    display: flex;
    justify-content: center;
}

/* Make sure the thumb doesn’t constrain it oddly */
.fct-product-gallery-thumb {
    text-align: center;
}

/* Optional: control image size + centering */
.fct-product-gallery-thumb img {
    max-width: 500px;   /* or whatever size you like */
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
/* Buy Now / Add to Cart button styling */
.fct-single-product .fct-product-buy-button button,
.fct-single-product .fct-product-buy-button .fc_btn,
.fc-single-product .fc-product-buy-button button,
.fc-single-product .fc-product-buy-button .fc_btn 
.fluent-cart-direct-checkout-button .fc_btn {
    background-color: #F2B9FD;
    color: #000; /* adjust if you want darker text */
    padding: 14px 28px;
    font-size: 18px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

/* Hover state */
.fct-single-product .fct-product-buy-button button:hover,
.fct-single-product .fct-product-buy-button .fc_btn:hover,
.fc-single-product .fc-product-buy-button button:hover,
.fc-single-product .fc-product-buy-button .fc_btn:hover, 
.fluent-cart-direct-checkout-button {
    background-color: #e8a7f0; /* slightly darker shade for hover */
}
.fluent-cart-direct-checkout-button { background-color: #F2B9FD !important; color: #000 !important; } .fluent-cart-direct-checkout-button:hover { background-color: #e89afc !important; /* slightly darker for hover */ color: #000 !important; }
.fct-product-summary-title { font-size: inherit; font-weight: inherit; line-height: inherit; color: inherit; font-family: inherit; }



