@import url(https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700;800&family=Roboto:wght@400;500;700;900&display=swap);
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.css');

/**************RESET**************************/
a,
body,
h1,
h2,
li,
p,
ul {
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

img {
    display: block;
    max-width: 100%
}

* {
    box-sizing: border-box
}

body * {
    font-family: Heebo, sans-serif;
    color: #333;
}

/**************END RESET*********************/



/***********HEADER*****************/

.header-topbar {
    background-color: #000;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
}

.header-topbar--col {
    display: flex;
    align-items: center;
    gap: 15px;
    row-gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
}

.header-topbar--text,
.header-topbar--text span {
    color: #fff;
    margin: 0;
}

.header-topbar--text span {
    font-weight: 900;
}

.header-topbar--code {
    width: 170px;
    gap: 0;
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
}

.header-topbar--code input {
    width: 100%;
    outline: 0;
    cursor: pointer;
    text-align: center;
    border: 0;
    line-height: 1;
    background-color: #fff;
    padding: 5px;
    color: #000;
    border-radius: 0;
    box-sizing: unset;
}

.header-topbar--code button {
    background: #f2c112;
    color: #000;
    padding: 5px 8px;
    text-transform: uppercase;
    border: 2px solid #fff;
    line-height: 1;
    cursor: pointer;
    position: relative;
    width: auto;
    outline: 0;
}

.header-topbar--code input:disabled,
.header-topbar--code button:disabled {
    cursor: not-allowed;
}

.header-checkout {
    background-color: #191818;
    margin-bottom: 30px;
}

.header-checkout-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 20px;
}

.header-checkout-safebuy {
    display: flex;
    align-items: center;
}

.header-checkout-safebuy p {
    display: inline-block;
    font-weight: 700;
    font-size: 11px;
    color: #fff;
    margin-left: 8px;
}

.footer-wrapper {
    background: #fff;
    padding-bottom: 30px;
}

.payments {
    display: flex;
    justify-content: center;
    height: 83px;
    align-items: center;
    border-bottom: 1px solid #cecece;
}

.footer-icons {
    max-width: 1282px;
    margin: 0 auto;
    padding: 0 20px;
}

.security {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 26px;
}

.payments-icons svg {
    margin-right: 35px;
}

.security-title p {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 21px;
    text-align: left;
    color: #000;
}

.payments-title {
    font-family: Heebo, sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 34px;
    text-align: left;
    color: #454545;
    padding-right: 49px;
}

.security-icons {
    margin-left: 38px;
}

@media (max-width: 490px) {
    .header-checkout-logo img {
        width: 137px;
    }
}

@media (max-width: 1024px) {
    .security {
        display: flex !important;
        flex-direction: column;
        max-width: 425px;
        margin: 0 auto;
    }

    .payments-title {
        padding-right: unset;
        margin-bottom: 27px;
        font-weight: 700 !important;
    }

    .payments {
        height: 189px !important;
        flex-direction: column;
    }

    .payments-icons,
    .security-icons {
        display: none;
    }

    .payments-mobile,
    .security-icons-mobile {
        display: block !important;
    }

    .security-title p {
        text-align: center;
    }

    .security-icons-mobile {
        margin: 38px auto;
    }
}

/**************END HEADER - FOOTER *********************/

/************MODAL FRAUDE******************/
.modal_fraud {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.modal_fraud--backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.3;
    z-index: -1;
}

.modal_fraud--wrapper {
    display: flex;
    flex-direction: column;
    width: 32rem;
    max-width: calc(100% - 2rem);
    max-height: calc(100% - 2rem);
    background: #ffffff;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
}

.modal_fraud--header {
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    color: #323232;
    font-size: 18px;
}

.modal_fraud--body {
    overflow-y: auto;
}

.modal_fraud--content {
    padding: 15px;
}

.modal_fraud--content p {
    margin-bottom: 15px;
    text-align: left;
}

.modal_fraud--close {
    background: #FFCF24;
    width: 74px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    margin: 10px auto 0;
}

.modal_fraud--close:hover {
    font-weight: 700;
}

/***********END: MODAL FRAUDE****************/


/*************GIFTCARD*********************/

#fake-cart-to-orderform[disabled] {
    background-color: #7c7c7c;
}

.has-product-gift-card .btn-place-order-wrapper::after,
.has-product-gift-card .payment-confirmation-wrap::after {
    content: 'Gift cards são produtos digitais.\A Para comprar Gift Cards junto com produtos físicos selecione o Pix como forma de pagamento. Caso queira concluir o seu pedido no cartão de crédito, exclua o Gift Card do carrinho, conclua o pagamento do produto físico primeiro, e realize um novo pedido para o Gift Card no Pix.';
    font-size: 12px;
    max-width: 100%;
    display: block;
    text-align: left;
    margin: 0 auto;
    color: #000;
    background-color: rgba(255, 181, 36, 0.3);
    border: 1px solid #ffcf24;
    padding: 10px;
    margin-top: 12px;
    white-space: pre-wrap;
    border-radius: 8px;
}

.has-gift-card #shipping-data .shipping-container:before {
    content: 'Gift card são produtos digitais. Não enviamos o cartão físico, você receberá um código PIN por e-mail após a confirmação do pedido.';
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
    padding: 15px;
    background-color: rgba(255, 181, 36, 0.3);
    border: 1px solid #ffcf24;
    color: #000;
}

.giftcardActive #cart-to-orderform,
.has-gift-card #payment-group-bankInvoicePaymentGroup,
.has-gift-card #payment-group-creditCardPaymentGroup {
    display: none !important;
}

.giftcard-terms {
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 20px;
    padding: 15px;
    background-color: #f6f6f6;
    border: 1px solid transparent;
    text-align: left;
}

.giftcard-terms label {
    width: 100%;
    font-size: 11px;
}

.giftcard-terms label a {
    text-decoration: underline;
    font-weight: 600;
}

.giftcard-terms.error {
    background-color: #ffbaba;
    border-color: #fb6d6d;
    color: #ff3939;
}

.modal_giftcard {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.modal_giftcard--backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.3;
    z-index: -1;
}

.modal_giftcard--wrapper {
    display: flex;
    flex-direction: column;
    width: 32rem;
    max-width: calc(100% - 2rem);
    max-height: calc(100% - 2rem);
    background: #ffffff;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
}

.modal_giftcard--header {
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    color: #323232;
    font-size: 18px;
}

.modal_giftcard--body {
    overflow-y: auto;
}

.modal_giftcard--content {
    padding: 15px;
    margin-bottom: 15px;
    text-align: left;
}

.modal_giftcard--close {
    background: transparent;
    border: 0;
    margin-left: auto;
    font-size: 18px;
}

.modal_giftcard--close:hover {
    font-weight: 700;
}

/***********END: GIFTCARD************************/

/********CART**********/
.mini-cart .summary-cart-template-holder {
    min-height: 120px;
}

.full-cart .summary-totalizers .totalizers-list .Shipping,
.full-cart .summary-template-holder>.summary>.summary-coupon-wrap,
body.shipping-disabled .cart-links-bottom,
body.shipping-disabled .payment-confirmation-wrap {
    display: none !important;
}

.orderform-template .cart-template.mini-cart .item .url,
#item-quantity-change-decrement-2002109,
#item-quantity-change-increment-2002109,
#item-quantity-2002109 {
    pointer-events: none;
}

.body-cart {
    background-color: #EBEBEB;
    padding-bottom: 0 !important
}

.cart-template-holder>.cart {
    background-color: #fff;
    border-radius: 15px
}

body .container-cart {
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 20px !important
}

#cart-title {
    margin-bottom: 10px;
    font-size: 0;
}

#cart-title::after {
    content: "Meu carrinho";
    font-size: 24px;
    font-weight: 800;
    line-height: 31px;
    text-align: left;
    margin-top: 40px;
}

.cart {
    border-style: none;
    padding: 0
}

.cart-items thead {
    background-color: #f6f6f6;
    padding: 25px
}

.cart-items thead th {
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 22px 10px
}

.cart-items thead .product {
    padding-left: 20px
}

.cart-items tbody tr .product-price,
.cart-items tbody tr .quantity,
.cart-items tbody tr .quantity-price,
.cart-items tbody tr .shipping-date,
.cart-template .cart-items tr th {
    text-align: center
}

.btn-ask-for-geolocation-cta {
    background: #191818;
    border: 0;
    border-radius: 23px
}

.btn-ask-for-geolocation-cta:focus,
.btn-ask-for-geolocation-cta:hover {
    background-color: #191818 !important;
    border: 0;
    border-radius: 23px;
    outline: 0
}

.cart-items thead tr,
.cart-items thead tr th {
    font-weight: 600;
    letter-spacing: .5px;
    color: #000
}

.cart-template .cart-items thead th.product {
    font-size: 0;
    text-align: left
}

.cart-items thead th.product::after {
    content: "Lista de produtos";
    font-size: 13px;
    vertical-align: bottom
}

#vtex-callcenter,
.body-order-form #payment-data-submit .icon-lock,
.cart-items .hproduct .description .shipping-date,
.cart-items .product-price .price-details,
.cart-template .cart-items .item-component,
.cart-template .srp-description,
.cart-template .srp-postal-code__form .ship-postalCode label,
.coupon-label label,
.link-choose-more-products-wrapper,
.payments-mobile,
.product-name .brand,
.security-icons-mobile,
.cart-template .product-name .sku-selector-button,
.link-print-cart-wrapper,
.vtex-omnishipping-1-x-summaryChange {
    display: none
}

.cart-items thead th.quantity,
.cart-items thead th.quantity-price {
    vertical-align: middle
}

.cart-template .cart-items .item-remove {
    vertical-align: middle;
    padding: 0 20px;
}

.cart-items .item-remove .item-link-remove {
    padding: 0;
    color: #454545
}

.product-image a {
    pointer-events: none;
}

.product-image img {
    height: 100px;
    width: 100px;
    max-width: 100px
}

.cart-template .product-name a {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    display: block;
    pointer-events: none;
}

.shipping-estimate-date {
    color: #454545;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px
}

.old-product-price {
    color: #454545;
    font-size: 12px;
    font-weight: 400
}

.new-product-price {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.1px;
    line-height: 22px
}

.cart-items .hproduct .description strong,
.full-cart .summary-totalizers tfoot tr td,
.total-selling-price {
    font-size: 16px;
    letter-spacing: -.1px;
    line-height: 22px
}

.total-selling-price {
    color: #000;
    font-weight: 800
}

.product-item .quantity .item-quantity-change .icon {
    font-size: 14px;
    font-weight: 500;
    color: #454545
}

.product-item .quantity .item-quantity-change-decrement {
    background-color: transparent;
    border-radius: 10px 0 0 10px;
    width: 30px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #454545;
    border-right: none
}

.product-item .quantity .item-quantity-change-increment {
    background-color: transparent;
    border-radius: 0 10px 10px 0;
    width: 30px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #454545;
    border-left: none
}

.quantity input {
    border: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #454545;
    font-size: 14px;
    font-weight: 700;
    height: 35px;
    margin-left: -4px;
    margin-right: -4px;
    padding: 0 5px;
    text-align: center;
    border-top: 1px solid #454545;
    border-bottom: 1px solid #454545
}

.item-quantity-change {
    position: static !important;
    display: inline-block;
    height: 35px;
    width: 30px
}

.item-quantity-change:hover {
    color: #454545
}

.icon-minus-sign:before {
    content: "-";
    display: block;
    font-size: 30px;
    line-height: 33px;
}

.icon-plus-sign:before {
    content: "+";
    display: block;
    font-size: 20px;
    line-height: 35px;
}

.icon-remove:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.404 9.404'%3E%3Cpath d='M15.152 16.124 11.63 19.646a.687.687 0 1 1-.972-.972l3.522-3.522L10.658 11.63a.687.687 0 1 1 .972-.972l3.522 3.522 3.522-3.522a.687.687 0 1 1 .972.972l-3.522 3.522 3.522 3.522a.687.687 0 1 1-.972.972Z' transform='translate(-10.45 -10.45)' fill='%23454545'/%3E%3C/svg%3E");
    background-color: transparent
}

.cart-template #cart-shipping-calculate,
.cart-template .shp-open-options {
    background-color: transparent;
    width: 139px;
    z-index: 99;
    font-family: Heebo, sans-serif
}

.summary-template-holder {
    margin-top: 25px
}

.summary-coupon-wrap {
    margin-top: 20px
}

.cart-template .srp-main-title {
    font-size: 0;
}

.cart-template .srp-main-title::after {
    content: "Calcular Opções de Entrega";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 31px;
    color: #000;
    text-transform: uppercase;
}

.cart-template .srp-data {
    margin-top: 0
}

.cart-template .shp-open-options {
    border: 1px solid #2a2a2a;
    border-radius: 20px;
    padding: 0;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 6px;
    text-transform: uppercase;
    color: #2a2a2a
}

#cart-choose-products,
.link-choose-more-products::after {
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 800
}

.cart-template .shp-open-options:focus,
.cart-template .shp-open-options:hover {
    background-color: #f2c112;
    border-style: none;
    color: #000
}

.coupon-data {
    background-color: transparent;
    height: 50px;
    border-radius: 20px;
    border: 1px solid #2a2a2a;
    z-index: 99;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center
}

.srp-toggle__current,
.srp-toggle__wrapper {
    box-shadow: none !important;
    border-radius: 8px !important
}

.link-coupon-add {
    font-size: 14px;
    font-weight: 700;
    line-height: 6px;
    color: #2a2a2a;
    text-transform: uppercase
}

.client-pre-email .emailInfo .icon-ok,
.client-pre-email .emailInfo h3,
.link-coupon-add:focus,
.link-coupon-add:hover {
    color: #191818
}

p.coupon-fields .info {
    border: 1px solid #f6f6f6;
    padding: 12px 20px;
    width: 100%;
    display: block;
    background: #fff;
    border-radius: 10px;
    font-weight: 600;
}

p.coupon-firstbuy {
    border: 1px solid #ffcf24;
    background: rgba(255, 207, 36, .5);
    padding: 6px 8px;
    border-radius: 10px;
    margin: -10px 0 0;
}

.coupon-fields .coupon-value {
    border-style: none;
    box-shadow: none;
    background-color: #fff;
    height: 50px;
    border-radius: 15px;
    width: 100%;
    padding-left: 20px
}

.coupon-fields .coupon-value::placeholder {
    font-family: Heebo, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    color: #7c7c7c
}

.coupon-fields .coupon-value:focus {
    box-shadow: none;
    border-style: none
}

.coupon-fields #cart-coupon-add {
    background-color: transparent;
    background-image: none;
    border-style: none;
    box-shadow: none;
    font-family: Heebo, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 6px;
    color: #2a2a2a;
    text-transform: uppercase;
    text-decoration: underline;
    outline: 0;
    position: relative;
    bottom: 40px;
    left: 35%
}

.cart-active .summary-totalizers .summary-coupon {
    margin-left: 0;
    margin-bottom: 30px
}

.full-cart .summary-totalizers .info {
    text-align: left
}

.cart-totalizers .accordion-group,
.full-cart .summary-totalizers tr,
.payment-confirmation-wrap {
    border-style: none
}

.payment-confirmation-wrap {
    background: #ebebeb;
}

.full-cart .summary-totalizers .empty {
    display: none;
    width: 0
}

.full-cart .summary-totalizers .totalizers-list tr td {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.1px;
    line-height: 22px;
    color: #000;
    padding: 2px 0 !important;
    vertical-align: unset
}

.full-cart .summary-totalizers tfoot tr td {
    font-weight: 800;
    color: #000;
    padding: 0
}

.full-cart .row-fluid .cart-totalizers,
.full-cart .summary-totalizers tfoot tr .monetary,
.mini-cart .info,
.mini-cart .monetary,
.mini-cart .table tfoot td {
    padding: 0
}

.btn-place-order-wrapper .btn-success {
    font-size: 0;
    width: 352px;
    max-width: 100%;
    height: 50px;
    background-color: #0eaa38;
    background-image: none;
    border-radius: 20px;
    text-shadow: none;
    border-style: none;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center
}

.btn-place-order-wrapper .btn-success::after {
    content: "Finalizar pedido";
    font-family: Heebo, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 6px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle
}

.btn-place-order-wrapper .btn-success:hover {
    background-color: #128231
}

.btn-place-order-wrapper .btn-success:hover.btn-success::after {
    color: #fff
}

#cart-choose-products {
    background-color: #f2c112;
    background-image: none;
    border-radius: 10px;
    text-shadow: none;
    border-style: none;
    padding: 15px;
    font-size: 14px;
    color: #000
}

.link-choose-more-products::after {
    content: "Continuar comprando";
    font-size: 11px;
    letter-spacing: 2px;
    color: #000;
    text-decoration: underline
}

.cart-template .srp-delivery-header span,
.cart-template .srp-delivery-header strong {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #2a2a2a
}

.cart-template .srp-shipping-current-single {
    background-color: #fff;
    border-radius: 20px;
    padding: 5px 25px;
    margin-top: 15px
}

.srp-icon-radio-selected path,
.vtex-omnishipping-1-x-svg path {
    fill: #191818
}

.cart-template .srp-shipping-current-single__sla {
    font-size: 13px;
    font-weight: 400;
    line-height: 10px;
    color: #2a2a2a
}

.cart-template .srp-shipping-current-single__price {
    font-size: 13px;
    font-weight: 700;
    line-height: 23px;
    color: #2a2a2a;
    position: relative
}

.cart-template .srp-shipping-current-single__price::after {
    content: '';
    position: absolute;
    left: -40%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f6f6f6;
    height: 27px;
    width: 1px
}

.cart-template .srp-address-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #2a2a2a;
    text-decoration: underline
}

.srp-toggle {
    margin-top: -35px;
    margin-bottom: 0 !important
}

.srp-toggle__wrapper {
    background-color: #fff;
    margin-left: -2px
}

.srp-toggle__current {
    border-color: #191818 !important;
    border-style: none !important
}

.srp-toggle__wrapper label {
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 15px;
    text-align: left !important;
    text-transform: none !important;
    width: 70px !important
}

.srp-toggle__wrapper .blue {
    color: #191818 !important;
    font-weight: 700
}

.srp-toggle__wrapper .gray {
    color: #525a6a
}

.srp-toggle__delivery,
.srp-toggle__pickup {
    font-size: 0px !important
}

.srp-toggle__delivery::after {
    content: "Entrega";
    font-size: 13px;
    line-height: 16px
}

.srp-toggle__pickup::after {
    content: "Retirada";
    font-size: 13px;
    line-height: 16px
}

.srp-pickup-empty__my-location {
    text-align: left !important
}

.srp-pickup-my-location__button {
    background-color: #191818 !important;
    border-style: none !important
}

.srp-pickup-my-location__button span {
    font-size: 13px !important;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 15px
}

.cart-template .srp-postal-code__form .ship-postalCode #ship-postalCode {
    border-style: none;
    box-shadow: none;
    border-radius: 15px;
    width: 300px;
    height: 50px;
    padding-left: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
    background-image: url(https://webfonesio.vteximg.com.br/arquivos/icon-digite-seu-cep.png);
    background-repeat: no-repeat;
    background-position: 20px
}

.cart-template .srp-postal-code__form .ship-postalCode #ship-postalCode:focus,
.cart-template .srp-postal-code__form .ship-postalCode #ship-postalCode:not([value=""]) {
    background-image: none
}

.vtex-pickup-points-modal-3-x-modalPostalCode input {
    width: 100% !important
}

.vtex-pickup-points-modal-3-x-askGeolocationBtnPostalCode {
    top: 0 !important
}

.vtex-pickup-points-modal-3-x-askGeolocationBtn {
    display: block !important;
    background: 0 0 !important
}

.cart-template #cart-shipping-calculate {
    border: 1px solid #2a2a2a;
    box-shadow: none;
    border-radius: 20px;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 6px;
    text-transform: uppercase;
    color: #2a2a2a;
    margin: 0;
    padding: 0;
    outline: 0;
    position: absolute;
    top: 15px;
    left: 310px
}

.cart-template #cart-shipping-calculate:focus,
.cart-template #cart-shipping-calculate:hover {
    background-color: #f2c112;
    border-style: none;
    color: #000;
    outline: 0
}

.cart-template .ship-postalCode small a {
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    color: #000;
    text-decoration: underline
}

.srp-postal-code {
    margin-top: -20px
}

.mini-cart .info,
.steps-view {
    float: unset
}

.identified-user-modal .icon-lock {
    background-color: #1918181f
}

.body-cart .empty-cart-content,
.body-order-form {
    background-color: #ebebeb;
}

.container-order-form {
    padding: 20px
}

.table.cart-items thead * {
    font-size: 14px;
}

.cart-items thead .product {
    border-top-left-radius: 20px;
}

.cart-items thead .item-remove {
    border-top-right-radius: 20px;
}

.cart-items .shipping-date,
.cart-items .product-price {
    display: none;
}

.cart-items thead .quantity-price {
    font-size: 0;
}

.cart-items .quantity-price {
    min-width: 120px;
}

.cart-items thead .quantity-price:after {
    content: "Preço";
    font-size: 14px;
    vertical-align: middle;
}

.full-cart .summary-totalizers .monetary {
    text-align: right;
}

.cart-more-options {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}

.summary-totalizers tr.Discounts {
    display: none !important;
}

.row-fluid .full-cart.active,
.cart-links-bottom {
    margin-bottom: 0;
}

/**************VITRINE********************/

.slick-dots {
    bottom: -30px;
}

.slick-dots li button:before {
    font-size: 16px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

.product-showcase-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px 30px;
}

.product-showcase-title {
    margin: 0 10px 25px;
    font-weight: 800;
    color: #000;
    font-size: 22px;
}

.product-showcase {
    opacity: 0;
    display: none;
    transition: opacity 0.3s ease;
    margin-bottom: 5rem !important;
}

.product-showcase.slick-initialized {
    display: block;
    opacity: 1;
}

.product-showcase-item {
    margin: 0 5px;
    padding: 10px;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
    transition: box-shadow .15s linear;
    position: relative;
    position: relative;
}

.product-showcase-item .product-showcase-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 300px;
}

.product-showcase-item h3 {
    color: #3f3f40;
    font-size: 1rem;
    margin: 15px 0 10px;
    height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-showcase-price-wrapper {
    min-height: 85px;
}

.product-showcase-list-price {
    text-decoration: line-through;
}

.product-showcase-item .product-showcase-price {
    font-size: 1rem;
    color: #0a852d;
    font-weight: 800;
}

.product-showcase-item .product-showcase-price small {
    color: #0a852d;
    font-size: 12px;
}

.product-showcase-installments {
    margin-bottom: 10px;
    font-size: 12px;
}

.product-showcase-item .add-to-cart {
    font-size: 14px;
    font-weight: 700;
    background-color: #0eaa38;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 20px;
    border: 0;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: background-color .3s ease;
}

.add-to-cart .button-text {
    color: #fff;
    width: 100%;
}

.product-showcase-item .add-to-cart:hover {
    background-color: #218838;
}

.add-to-cart.btn-showcase-loading .loading-spinner {
    display: block;
}

.add-to-cart.btn-showcase-loading .button-text {
    display: none;
}

.loading-spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: none;
    margin-left: 10px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* MODAL EXIT POPUP */

#exit-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#exit-popup::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: -1;
}

.ePopup--container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
}

.ePopup--wrapper {
    background-color: #FFFFFF;
    max-width: calc(100% - 2rem);
    width: 100%;
    border-radius: 0;
    box-shadow: -10px 10px 30px 0px rgba(0, 0, 0, 0.50);
    position: relative;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
}

.ePopup--close {
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
}

.ePopup--close svg {
    display: block;
}

.ePopup--content {
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 5px;
}

.ePopup--content h2 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-right: 1rem;
}

.ePopup--content label {
    color: #000;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin: 0;
}

.ePopup--radio-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 10px 0 12px;
}

.ePopup--radio-group label {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    outline: 0;
}

.ePopup--radio-group input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.ePopup--radio-group .checkmark {
    position: relative;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ePopup--radio-group .checkmark::after {
    content: "✓";
    position: absolute;
    display: none;
}

.ePopup--radio-group input:checked~.checkmark {
    background-color: #FFB524;
    border: 1px solid #FFB524;
}

.ePopup--radio-group input:checked~.checkmark::after {
    display: block;
}

.ePopup--radio-group .checkmark::after {
    left: 4px;
    top: -4px;
    font-weight: 700;
    font-size: 20px;
}

.ePopup--radio-group.ePopup--error label {
    color: red;
}

.ePopup--radio-group.ePopup--error .checkmark {
    border: 1px solid red;
}

.ePopup--input {
    margin-bottom: 10px;
}

.ePopup--input label {
    display: block;
    margin-bottom: 6px;
}

.ePopup--input input {
    height: 44px;
    border-radius: 10px;
    border: 1px solid #C4C4C4;
    width: 100%;
}

.ePopup--input input:focus {
    border-color: rgba(255, 207, 36, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 207, 36, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 207, 36, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 207, 36, 0.6);
}

.ePopup--input-email.ePopup--error {
    border: 1px solid red;
}

.ePopup--form button {
    width: 100%;
    border-radius: 10px;
    background-color: #000;
    border: 0;
    height: 44px;
    line-height: 44px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.1px;
    transition: background-color 0.3s ease;
}

.ePopup--form button:hover {
    background-color: #ffcf24;
    color: #000;
}

.ePopup--info {
    color: #969696;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
}

.ePopup--info a {
    text-decoration: underline;
    color: #969696;
    display: block;
}

/* MODAL EXIT POPUP */


@media (min-width:1300px) {
    .container-order-form {
        width: 1280px
    }
}

@media (min-width:490px) and (max-width:730px) {
    .cart-template .cart-items tbody {
        background-color: #fff
    }
}

@media (min-width:769px) {

    .has-gift-card .btn-place-order-wrapper::after,
    .has-gift-card .payment-confirmation-wrap::after {
        max-width: 332px;
    }

    .ePopup--wrapper {
        max-width: 27rem;
        border-radius: 30px;
        overflow-x: hidden;
    }

    .ePopup--content {
        width: 27rem;
        padding: 2rem;
        gap: 10px;
    }

    .ePopup--content h2 {
        font-size: 24px;
    }

    .ePopup--input {
        margin-bottom: 20px;
    }

    .ePopup--radio-group {
        margin-bottom: 20px;
    }

    .product-showcase-item {
        padding: 15px;
        margin: 0 10px;
    }

    .product-showcase-price-wrapper {
        min-height: 70px;
    }

    .full-cart .summary-totalizers {
        max-width: 340px;
    }

    .row-fluid .cart-more-options {
        margin-left: 0;
        max-width: 500px;
    }

    .product-item .quantity .item-quantity-change-decrement,
    .product-item .quantity .item-quantity-change-increment {
        width: 38px
    }

    .cart-items .product-name {
        width: 60%;
    }

    .cart-items tbody tr {
        height: 125px;
        padding: 10px;
    }
}

@media (min-width:490px) and (max-width:980px) {
    .cart-items tbody tr .quantity {
        height: 122px;
        display: flex;
        align-items: center;
        width: 100%
    }
}

@media (min-width:500px) {
    .product-image img {
        margin: 0 20px;
    }

    .cart-items tbody tr {
        border-top: 1px solid #cecece6c
    }
}

@media (max-width:768px) {
    .btn-place-order-wrapper .btn-success {
        width: 100% !important;
        max-width: 100%
    }

    .cart-links-bottom {
        display: flex !important;
        flex-direction: column-reverse;
        float: none !important;
        text-align: center;
        width: 100%;
    }
}

@media (max-width:610px) {
    .cart-template .srp-postal-code__form .ship-postalCode #ship-postalCode {
        width: 200px !important
    }

    .cart-template #cart-shipping-calculate {
        left: 215px
    }

    .cart-totalizers {
        float: none !important;
        margin: 0 auto !important
    }

    .btn-place-order-wrapper {
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .product-item .product-name .seller {
        display: none;
    }

    .product-item .product-name,
    .product-item .quantity {
        margin-left: 90px !important
    }

    .link-choose-more-products-wrapper {
        margin-top: 20px
    }
}

@media (max-width:490px) {
    .full-cart .cart table tbody tr+tr {
        border-top: 1px solid #cecece5d
    }

    .full-cart .cart table tbody tr td.quantity {
        width: auto
    }

    .full-cart .cart table tbody tr td.product-price {
        bottom: 20px;
        margin-right: 15px
    }

    .full-cart .cart table tbody tr td.product-name a {
        padding-right: 10px;
        width: 240px
    }

    .full-cart .cart table tbody tr td.item-remove {
        top: 25px !important
    }

    .full-cart .cart table tbody tr td.product-price .list-price {
        display: none
    }

    .cart-items .product-item .product-price .new-product-price {
        font-size: 16px;
        font-weight: 800;
        letter-spacing: -.1px;
        line-height: 22px;
        color: #000;
        bottom: 20px
    }

    .cart-items .product-item .new-product-price-label {
        display: none;
    }

    .cart-items .product-item .product-image img {
        height: 70px;
        width: 70px;
        max-width: 70px
    }

    .full-cart .cart table tbody tr td.product-image,
    .full-cart .cart table tbody tr td.bundle-item-image {
        left: 10px;
    }

    .cart-items .product-item {
        padding: 20px 0 !important
    }

    .cart-template .srp-postal-code__form .ship-postalCode #ship-postalCode {
        width: 180px !important
    }

    .cart-template #cart-shipping-calculate {
        width: 90px;
        left: 190px
    }

    .icon-minus-sign:before {
        line-height: 30px;
    }

    .icon-plus-sign:before {
        line-height: 26px;
    }
}

@media (max-width:380px) {
    .full-cart .cart table tbody tr td.product-name a {
        width: 190px;
    }
}

/*****END CART********/


/***************PAYMENT**********************/
.PaymentCardCVVHelp {
    left: 85px;
}

.ChangeNumberOfPayments {
    display: none;
}

/*Ame*/
#payment-group-AmeDigitalPaymentGroup {}

/*Cartao*/
#payment-group-creditCardPaymentGroup {}

/*DEUNA*/
#payment-group-DeunaNowPaymentGroup {}

/*Boleto*/
#payment-group-bankInvoicePaymentGroup {
    display: none !important;
}

/*Pix*/
#payment-group-instantPaymentPaymentGroup {}

#payment-group-instantPaymentPaymentGroup span:after {
    /* content: "até 15% de desconto";
    margin-left: 5px;*/
}

.hideAme .v-custom-payment-item-wrap:nth-child(1) {
    display: none !important;
}

.link-gift-card {
    display: none !important;
}

.coupon-form p.vcustom-showCustomMsgCoupon {
    display: none !important;
}

#orderform-title {
    margin-bottom: 10px;
    font-size: 0;
}

#orderform-title::after {
    content: "Finalizar Compra";
    font-size: 24px;
    font-weight: 800;
    line-height: 31px;
    text-align: left;
    margin-top: 40px;
}

.step {
    margin-bottom: 20px;
    padding: 0;
    border-radius: 20px !important;
    background: #fff !important;
    border: 0;
}

.accordion-inner {
    padding: 15px !important;
}

.step .text input {
    height: 30px;
}

.accordion-toggle .link-box-edit {
    right: 0;
    top: 0;
    background: rgb(255, 207, 36);
    border-color: rgb(255, 207, 36);
    color: rgb(25, 24, 24);
    opacity: 1;
}

.accordion-heading .accordion-toggle {
    background: #f6f6f6;
    border-bottom: 1px solid rgb(234, 234, 234);
    border-radius: 20px 20px 0px 0px;
    padding: 8px;
    font-weight: bold;
    color: rgb(50, 50, 50);
    font-size: 18px;
    line-height: 18px;
}

.accordion-heading .accordion-toggle-active {
    background: #191818;
    color: #fff;
}

.accordion-heading .accordion-toggle-active span {
    color: #fff;
}

.accordion-heading .icon-user,
.accordion-heading .icon-home,
.accordion-heading .icon-credit-card {
    display: none;
}

.client-profile-data .accordion-toggle>span::before,
.shipping-data .accordion-toggle::before,
.payment-data .accordion-toggle>span:not(.payment-edit-link)::before {
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
    margin-top: -2px;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    padding: 4px;
    border: 1px solid;
}

.shipping-data .accordion-toggle::before,
.client-profile-data .accordion-toggle>span::before,
.payment-data .accordion-toggle>span::before {
    color: rgb(25, 24, 24);
    background: rgb(255, 255, 255);
    border-color: rgb(25, 24, 24);
}

.client-profile-data .accordion-toggle>span::before {
    content: "1";
}

.shipping-data .accordion-toggle::before {
    content: "2";
}

.payment-data .accordion-toggle>span:not(.payment-edit-link)::before {
    content: "3";
}

.payment-group {
    margin-top: 0;
}

.payment-group-list-btn {
    width: 260px;
}

.steps-view,
.gift-card-section,
.payment-discounts-alert {
    width: auto;
}

.btn#payment-data-submit span {
    font-size: 0;
}

.btn#payment-data-submit span::after {
    content: "Finalizar Pedido";
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.mini-cart .table td {
    vertical-align: middle;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

.mini-cart .table tfoot td {
    font-size: 16px;
}

#payment-data-submit {
    font-size: 14px;
    background: rgb(14, 170, 56);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(14, 170, 56);
    border-image: initial;
    font-weight: 500;
    border-radius: 10px;
}

.mini-cart h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    padding: 4px 6px;
    text-align: left;
    color: #191818;
    margin-bottom: 0;
    border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: transparent;
}

.mini-cart .summary-template-holder,
.mini-cart h2 {
    background: transparent;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px dotted #eee;
    padding-top: 8px;
}

p.input.ship-receiverName {
    float: left;
}

@media (max-width: 991px) {
    .payment-group-list-btn {
        width: 100%;
    }
}

@media (max-width: 556px) {
    .PaymentCardCVVHelp {
        left: -35px;
        margin-top: 5px !important;
    }

    .PaymentCardCVVHelp .cvv-help-arrow {
        top: -3px !important;
        transform: rotate(90deg);
        left: 50% !important;
    }
}

@media (max-width: 490px) {

    .step .accordion-heading .accordion-toggle,
    .cart .accordion-heading .accordion-toggle,
    .totalizers .accordion-heading .accordion-toggle {
        padding: 8px;
    }
}

/************END: PAYMENT*******************/

/*********MERCADO PAGO*********/

.mercadopago-box-wrapper .mini-box:last-child,
.mercadopago-box-wrapper .mini-box-2:first-child {
    display: none;
}

.mercadopago-box-wrapper:before {
    content: 'clique em "finalizar pedido" para prosseguir';
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 8px 0;
    display: block;
    text-align: center;
}

.mercadopago-box-wrapper .thumbnails li {
    width: 125px;
    margin: 0;
    border: 0 !important;
}

.mercadopago-box-wrapper div[data-bind*="mercadoPago"] .row-fluid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.mercadopago-box-wrapper .row-fluid .thumbnails {
    display: flex;
    justify-content: center;
    padding: 0;
}

.mercadopago-box-wrapper .mini-box:first-child {
    margin-right: 10px;
}

.mercadopago-box-wrapper .header-img {
    display: none;
}

.payment-mercadopago-flags-bra {
    height: 28px;
}

#payment-group-MercadoPagoProPaymentGroup span:after {
    content: "Cartão de Crédito";
    background: #fff;
    margin-left: -82px;
    display: inline-block;
}

#payment-group-MercadoPagoProPaymentGroup.active span:after {
    background: #191818;
}

@media (min-width: 556px) {
    a#payment-group-MercadoPagoProPaymentGroup {
        background-image: url(/arquivos/flags-mp.png) !important;
        background-size: auto 20px !important;
        background-repeat: no-repeat !important;
        background-position: 98% center !important;
    }
}

/*********END: MERCADO PAGO*********/

/***********DEUNA**********/

#payment-group-DeunaNowPaymentGroup span:after {
    content: "Cartão de Crédito/Débito";
    background: #fff;
    margin-left: -43px;
    display: inline-block;
}

#payment-group-DeunaNowPaymentGroup.active span:after {
    background: #f4f4f4;
}

.deunaNow-title {
    font-size: 0 !important;
}

.deunaNow-title::after {
    content: 'Clique em "FINALIZAR PEDIDO" para concluir a sua compra';
    color: #102C60;
    font-size: 16px;
}

.deunaNow-logo,
.deunaNow-payments {
    display: none !important;
}

/*
@media (min-width: 556px) {
    #payment-group-DeunaNowPaymentGroup {
        background-image: url(/arquivos/flags-mp.png) !important;
        background-size: auto 20px !important;
        background-repeat: no-repeat !important;
        background-position: 98% center !important;
    }
}*/

/***********END DEUNA**********/

#vtex-callcenter,
.body-order-form #payment-data-submit .icon-lock,
.cart-items .hproduct .description .shipping-date,
.cart-items .product-price .price-details,
.cart-template .cart-items .item-component,
.cart-template .srp-description,
.cart-template .srp-postal-code__form .ship-postalCode label,
.coupon-label label,
.link-choose-more-products-wrapper,
.payments-mobile,
.product-name .brand,
.security-icons-mobile {
    display: none;
}


#btn-go-to-payment,
#go-to-payment,
#go-to-shipping {
    background-color: #f2c112;
    border-radius: 15px;
    border-style: none;
    font-size: 11px;
    font-weight: 800;
    color: #000;
    outline: 0;
    margin-top: 15px;
}

#btn-go-to-payment,
#go-to-payment,
#go-to-shipping {
    background-image: none;
    text-shadow: none;
    padding: 14px 10px;
    line-height: 17px;
    text-transform: uppercase;
    width: 100%;
}

a#cart-choose-products {
    background: #FFCF24;
    border: none;
    color: #191818;
    width: 232px;
    height: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.empty-cart-content {
    padding: 32px;
    background: #fff;
    border-radius: 20px;
}

.link-print-cart-wrapper {
    display: none !important;
}

.client-pre-email {
    background: #ebebeb;
}

#vtexIdContainer {
    position: fixed !important;
}

.vtexIdUI {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.webfonesio-crm-bonus-checkout-1-x-bonus-box {
    display: none !important;
}