.elementor-kit-19{--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-19 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.botao-whatsapp-flutuante {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 9999;

    width: 58px;
    height: 58px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    background: #25d366;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.28);
    transition: transform 0.2s ease, background 0.2s ease;
}

.botao-whatsapp-flutuante svg {
    width: 34px;
    height: 34px;
}

.botao-whatsapp-flutuante:hover {
    color: #ffffff;
    background: #1ebe5d;
    transform: scale(1.08);
}

@media (max-width: 767px) {
    .botao-whatsapp-flutuante {
        right: 15px;
        bottom: 15px;
        width: 54px;
        height: 54px;
    }
}





.ny-product-main {
    max-width: 1240px;
    margin: 0 auto;
}

.ny-product-gallery .woocommerce-product-gallery {
    padding: 18px;
    background: #fff;
    border: 1px solid #dfe6f2;
    border-radius: 18px;
}

.ny-product-gallery .woocommerce-product-gallery__image img {
    border-radius: 14px;
}

.ny-product-gallery .flex-control-thumbs img {
    border: 2px solid transparent;
    border-radius: 10px;
    opacity: 1;
}

.ny-product-gallery .flex-control-thumbs img.flex-active {
    border-color: #0057ff;
}

.ny-product-gallery .onsale {
    min-width: auto;
    min-height: auto;
    padding: 8px 12px;
    color: #fff;
    background: #ff3131;
    border-radius: 7px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.ny-product-info .product_title {
    color: #0038b8;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    line-height: 1.1;
}

.ny-product-info .price {
    color: #0057ff;
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    font-weight: 900;
}

.ny-product-info .price del {
    display: block;
    color: #898f9b;
    font-size: 20px;
    font-weight: 700;
}

.ny-product-info .price ins {
    text-decoration: none;
}

.ny-product-info form.cart {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.ny-product-info form.cart .quantity .qty {
    width: 70px;
    height: 52px;
    border: 1px solid #dce2ee;
    border-radius: 7px;
    font-weight: 800;
}

.ny-product-info .single_add_to_cart_button {
    flex: 1;
    min-height: 52px;
    color: #222 !important;
    background: #ffd600 !important;
    border: 0;
    border-radius: 7px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900 !important;
    text-transform: uppercase;
    box-shadow: 0 5px 12px rgba(255, 214, 0, 0.28);
}

.ny-product-info .single_add_to_cart_button:hover {
    color: #fff !important;
    background: #ff3131 !important;
}

.ny-related ul.products li.product {
    padding: 15px;
    background: #fff;
    border: 1px solid #dfe6f2;
    border-radius: 14px;
    box-shadow: 0 7px 20px rgba(0, 56, 184, 0.08);
}

.ny-related ul.products li.product img {
    border-radius: 10px;
}

.ny-related ul.products li.product .price {
    color: #0057ff;
    font-weight: 900;
}

.ny-related ul.products li.product .button {
    width: 100%;
    color: #222;
    background: #ffd600;
    border-radius: 7px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .ny-product-main {
        padding-right: 15px;
        padding-left: 15px;
    }

    .ny-product-info .price {
        font-size: 34px;
    }

    .ny-product-info form.cart {
        flex-wrap: wrap;
    }

    .ny-product-info .single_add_to_cart_button {
        width: 100%;
        flex-basis: calc(100% - 80px);
    }
}/* End custom CSS */