.elementor-kit-6{--e-global-color-primary:#212121;--e-global-color-secondary:#000000;--e-global-color-text:#C0C2C4;--e-global-color-accent:#373737;--e-global-color-0cb808b:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;--e-global-typography-b77208e-font-family:"Anton";--e-global-typography-b77208e-text-transform:uppercase;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1550px;}.e-con{--container-max-width:1550px;}.elementor-widget:not(:last-child){--kit-widget-spacing:32px;}.elementor-element{--widgets-spacing:32px 32px;--widgets-spacing-row:32px;--widgets-spacing-column:32px;}{}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 */::selection {
    background-color: #eee;
    color: #555555;
}

.woocommerce-message .button {
    display: none !important;
}

.woocommerce-message {
    position: fixed;
    top: 45px;
    left: 45px;
    z-index: 9999;
}


.cursor-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 20px; /* Tamanho do círculo */
    height: 20px; /* Tamanho do círculo */
    background-color: rgba(0, 0, 0, 0.5); /* Cor do círculo */
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999; /* Certifique-se de que esteja acima de outros elementos */
    transition: background-color 0.3s ease, width 0.3s ease, height 0.3s ease, transform 0.1s ease;
}


.cursor-wrapper.cursor-hover {
    background-color: transparent; /* Mude para a cor desejada */
    border: 2px solid #3EC45E;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%) scale(1.2);
}


@media (max-width: 768px) { /* 768px é um valor comum para tablets e dispositivos móveis */
    .cursor-wrapper {
        display: none;
    }
}/* End custom CSS */