.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-color-kadence1: #2b6cb0;
    --e-global-color-kadence2: #215387;
    --e-global-color-kadence3: #1a202c;
    --e-global-color-kadence4: #2d3748;
    --e-global-color-kadence5: #4a5568;
    --e-global-color-kadence6: #718096;
    --e-global-color-kadence7: #edf2f7;
    --e-global-color-kadence8: #f7fafc;
    --e-global-color-kadence9: #fff;
    --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.el-is-editing {
    --global-palette1: #2b6cb0;
    --global-palette2: #215387;
    --global-palette3: #1a202c;
    --global-palette4: #2d3748;
    --global-palette5: #4a5568;
    --global-palette6: #718096;
    --global-palette7: #edf2f7;
    --global-palette8: #f7fafc;
    --global-palette9: #fff
}

.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) {
    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) {
    .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
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.entry-hero.page-hero-section .entry-header {
    display: none
}

.added_to_cart,
.wc-forward {
    display: none !important
}

.products {
    padding: 12px 12px 0 !important
}

.woocommerce ul.products.woo-archive-action-on-hover li.product:hover .product-action-wrap,
.woocommerce ul.products.woo-archive-action-on-hover li.product:focus-within .product-action-wrap {
    bottom: -1rem;
    opacity: 1
}

.product-action-wrap {
    position: relative !important;
    padding: 0 !important
}

.produto-controles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
    font-family: Arial, sans-serif;
    flex-wrap: wrap
}

label {
    color: #fff;
    font-size: 14px
}

.quantidade-input {
    color: #fff !important;
    width: 60px;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #0a1b2a;
    color: #fff;
    text-align: center
}

.quantidade-input:focus {
    border-color: #5a9;
    outline: none
}

.botao-comprar {
    background-color: #5a9;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color .2s ease-in-out
}

.botao-comprar:hover {
    background-color: #48b
}

.estoque-label {
    color: #ccc;
    font-size: 13px;
    margin-left: auto
}

.produto-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    text-align: center;
    color: #fff;
    background: #0a1629;
    border-radius: 10px;
    padding: 20px !important;
    margin: auto;
    list-style: none;
    box-shadow: 0 0 15px rgba(0, 255, 255, .1)
}

.produto-imagem {
    width: 100%;
    height: 100%;
    margin-bottom: 10px
}

.arrow {
    font-size: 30px;
    color: #ff0040;
    margin-bottom: 10px
}

.produto-nome {
    font-size: 14px !important;
    color: #0ff;
    text-shadow: 0 0 5px #0ff;
    margin-bottom: 5px;
    line-height: 1.4;
    height: 100px;
    overflow: hidden
}

.produto-preco {
    color: #f0f;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0 0 5px #f0f;
    margin-bottom: 15px
}

.produto-compra {
    display: flex;
    align-self: flex-end;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px !important;
    font-size: 13px
}

.produto-compra input[type=number] {
    width: 36px;
    padding: 3px;
    gap: 6px;
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    text-align: center
}

.botao-comprar {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 4px 10px;
    font-weight: 700;
    cursor: pointer;
    transition: all .2s ease
}

.botao-comprar:hover {
    background: #0ff;
    color: #00f7ff;
    border-color: #0ff
}

.estoque {
    color: #ccc;
    font-size: 12px
}

.buy-wrapper {
    height: fit-content
}

.info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.floating-cart-buy {
    color: #fff;
    font-weight: 700;
    padding: 12px 24px;
    background: 0 0;
    color: #fff;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    transition: .3s;
    border: 2px solid #fff
}

.floating-cart-buy:hover {
    color: #00f7ff;
    border-color: #00f7ff;
    background: 0 0
}

.floating-cart-buy:focus {
    background: 0 0
}

@media(max-width:600px) {
    #floating-cart-bar {
        width: 90vw !important;
        bottom: 0 !important;
        right: 0 !important
    }
}