.elementor-kit-5{--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-5 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Botão dourado - Add to Cart */
.woocommerce a.button.product_type_simple,
.woocommerce button.button,
.woocommerce input.button {
    background: linear-gradient(135deg, #c9a24d, #f5d27a, #b88a2d);
    color: #1f1f1f !important;
    font-weight: 600;
    border-radius: 6px;
    padding: 14px 20px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(184, 138, 45, 0.35);
    position: relative;
    overflow: hidden;
}

/* Hover */
.woocommerce a.button.product_type_simple:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: linear-gradient(135deg, #b88a2d, #f7e29a, #c9a24d);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(184, 138, 45, 0.5);
    color: #000 !important;
}

/* Efeito de brilho passando */
.woocommerce a.button.product_type_simple::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.6) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
}

/* Brilho no hover */
.woocommerce a.button.product_type_simple:hover::after {
    left: 130%;
    transition: left 0.7s ease;
}

/* Selo de oferta dourado */
.woocommerce span.onsale {
    background: linear-gradient(135deg, #c9a24d, #f7e29a, #b88a2d);
    color: #1f1f1f;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 8px 16px;
    min-width: auto;
    min-height: auto;
    line-height: 1;
    box-shadow: 0 4px 12px rgba(184, 138, 45, 0.5);
    position: absolute;
    animation: pulseGold 1.8s infinite;
}

/* Pontas arredondadas (efeito badge premium) */
.woocommerce span.onsale::before,
.woocommerce span.onsale::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    background: inherit;
    border-radius: 50%;
    transform: translateY(-50%);
}

.woocommerce span.onsale::before {
    left: -5px;
}

.woocommerce span.onsale::after {
    right: -5px;
}

/* Animação de pulsar */
@keyframes pulseGold {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(184, 138, 45, 0.6);
    }
    70% {
        transform: scale(1.08);
        box-shadow: 0 0 0 14px rgba(184, 138, 45, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(184, 138, 45, 0);
    }
}

/* Base dourada dos botões do carrinho */
.elementor-button.elementor-button--view-cart,
.elementor-button.elementor-button--checkout {
    background: linear-gradient(
        135deg,
        #4a360f 0%,
        #7a5c1e 22%,
        #c9a24d 50%,
        #7a5c1e 78%,
        #4a360f 100%
    );
    color: #1f1f1f !important;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    box-shadow: 0 6px 18px rgba(122, 92, 30, 0.35);
    transition: all 0.3s ease;
}

/* Hover – leve destaque premium */
.elementor-button.elementor-button--view-cart:hover,
.elementor-button.elementor-button--checkout:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(122, 92, 30, 0.55);
    filter: brightness(1.05);
    color: #000 !important;
}/* End custom CSS */