@import url(https://use.typekit.net/xti1fvc.css);

@font-face {
    font-family: "Avenir-Next-Heavy";
    src: url(../fonts/Avenir-Next-Heavy.ttf) format("truetype")
}

@font-face {
    font-family: "Avenir-Next-Bold";
    src: url(../fonts/Avenir-Next-Bold.ttf) format("truetype")
}

@font-face {
    font-family: "Concert-One";
    src: url(../fonts/Concert-One.ttf) format("truetype")
}

@font-face {
    font-family: "NeutraText-Book";
    src: url(../fonts/NeutraText-Book.woff)
}

@font-face {
    font-family: "NeutraText-Bold";
    src: url(../fonts/NeutraText-Bold.woff)
}

@font-face {
    font-family: "UniversLTStd-Cn";
    src: url(../fonts/UniversLTStd-Cn.woff)
}

@font-face {
    font-family: "Helvetica-Neue-Black-Condensed";
    src: url(../fonts/Helvetica-Neue-Black-Condensed.ttf) format("truetype")
}

@font-face {
    font-family: "Helvetica-Neue-Bold";
    src: url(../fonts/Helvetica-Neue-Bold.ttf) format("truetype")
}

@font-face {
    font-family: "Helvetica-Neue-Condensed-Bold";
    src: url(../fonts/Helvetica-Neue-Condensed-Bold.ttf) format("truetype")
}

@font-face {
    font-family: "CoHeadlineBdDaMa";
    src: url(../fonts/CoHeadlineBdDaMa-Regular.otf) format("opentype")
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url(../fonts/OpenSans-Bold.ttf) format("truetype")
}

@font-face {
    font-family: "OpenSans-BoldItalic";
    src: url(../fonts/OpenSans-BoldItalic.ttf) format("truetype")
}

@font-face {
    font-family: "OpenSans-ExtraBold";
    src: url(../fonts/OpenSans-ExtraBold.ttf) format("truetype")
}

@font-face {
    font-family: "OpenSans-ExtraBoldItalic";
    src: url(../fonts/OpenSans-ExtraBoldItalic.ttf) format("truetype")
}

@font-face {
    font-family: "OpenSans-Italic";
    src: url(../fonts/OpenSans-Italic.ttf) format("truetype")
}

@font-face {
    font-family: "OpenSans-Light";
    src: url(../fonts/OpenSans-Light.ttf) format("truetype")
}

@font-face {
    font-family: "OpenSans-LightItalic";
    src: url(../fonts/OpenSans-LightItalic.ttf) format("truetype")
}

@font-face {
    font-family: "OpenSans-Regular";
    src: url(../fonts/OpenSans-Regular.ttf) format("truetype")
}

@font-face {
    font-family: "OpenSans-SemiBold";
    src: url(../fonts/OpenSans-SemiBold.ttf) format("truetype")
}

@font-face {
    font-family: "OpenSans-SemiBoldItalic";
    src: url(../fonts/OpenSans-SemiBoldItalic.ttf) format("truetype")
}

html {
    color: #222
}

html body {
    opacity: 1
}

html body #cart {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 500px;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    text-align: center;
    z-index: -50;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    overflow-y: scroll
}

html body #cart.active {
    opacity: 1
}

html body #cart .cart-content {
    position: relative;
    margin: 0 auto;
    padding: 4.75rem 2rem 2rem;
    max-width: 500px
}

html body #cart .cart-content h2 {
    margin: 0;
    font-family: "NeutraText-Bold";
    font-size: 1.75rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dotted #ccc;
    text-transform: uppercase
}

html body #cart .cart-content .cart-products {
    margin-bottom: 1rem
}

html body #cart .cart-content .cart-products .cart-product-row {
    width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dotted #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

html body #cart .cart-content .cart-products .cart-product-row .left {
    position: relative;
    width: calc(35% - 10px);
    max-width: 140px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo,
html body .box.box-product .box-link .box-left .box-promo {
    display: none;
    width: 140px;
    height: 91px;
    background-image: url(../images/promos/promo-v2-yellow-small.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    text-align: center;
    margin-bottom: 10px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo p,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-desconto-direto .promo-name p,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-na-compra-da-2a-unidade .promo-name p,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-pvpr-desconto-direto .promo-name p,
html body .box.box-product .box-link .box-left .box-promo p,
html body .box.box-product .box-link .box-left .box-promo.promo-desconto-direto .promo-name p,
html body .box.box-product .box-link .box-left .box-promo.promo-na-compra-da-2a-unidade .promo-name p,
html body .box.box-product .box-link .box-left .box-promo.promo-pvpr-desconto-direto .promo-name p {
    margin: 0
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-preco-vencedor {
    display: block;
    background-image: url(../images/promos/promo-preco-vencedor.png);
    width: 175px;
    height: 125px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-apenas,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-desconto-direto,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-desde,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-na-compra-da-2a-unidade,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-pvpr-desconto-direto {
    display: block
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-apenas .box-price {
    position: relative;
    max-width: 140px;
    color: #fff;
    margin-right: 10px;
    padding-top: 16px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-apenas .box-price .old-price,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-apenas .box-price .price {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-apenas .box-price .old-price {
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
    position: relative
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-price .old-price:before,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-apenas .box-price .old-price:before,
html body .box.box-product .box-link .box-left .box-price .old-price:before,
html body .box.box-product .box-link .box-left .box-promo.promo-apenas .box-price .old-price:before {
    position: absolute;
    content: '';
    top: 7px;
    right: 0;
    width: 45px;
    border-top: 2px solid;
    border-color: #000;
    -webkit-transform: skewY(-12deg);
    -ms-transform: skewY(-12deg);
    transform: skewY(-12deg);
    pointer-events: none
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-price .old-price.no-dec:before,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-apenas .box-price .old-price.no-dec:before,
html body .box.box-product .box-link .box-left .box-price .old-price.no-dec:before,
html body .box.box-product .box-link .box-left .box-promo.promo-apenas .box-price .old-price.no-dec:before {
    width: 20px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-apenas .box-price .old-price .euro {
    font-size: 10px;
    margin-top: 2px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-apenas .box-price .price {
    font-weight: 700;
    margin-top: -6px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-apenas .box-price .price.no-dec {
    margin-right: 36px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-apenas .box-price .price .int {
    font-size: 52px;
    line-height: 52px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-apenas .box-price .price .comma {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 26px;
    line-height: 26px;
    margin-top: 26px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-apenas .box-price .price .dec {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 28px;
    margin-top: 7px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-apenas .box-price .price .euro {
    font-size: 13px;
    line-height: 13px;
    margin-top: 21px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-apenas .box-price .price.long {
    font-family: "sofia-pro-condensed", sans-serif;
    font-style: normal;
    font-weight: 700
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-apenas .box-price .price.long .comma,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-apenas .box-price .price.long .dec {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-apenas .box-price .price-unit {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    text-align: right
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-apenas .promo-name {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 22px;
    padding-top: 24px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-desconto-direto .promo-extra,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-na-compra-da-2a-unidade .promo-extra,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-pvpr-desconto-direto .promo-extra {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 11px;
    padding-top: 5px;
    width: 90px;
    margin: 0 0 0 auto;
    text-align: left
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-desconto-direto .promo-discount,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-na-compra-da-2a-unidade .promo-discount,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-pvpr-desconto-direto .promo-discount {
    position: relative;
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 42px;
    line-height: 42px;
    margin-top: -6px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-desconto-direto .promo-discount span,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-na-compra-da-2a-unidade .promo-discount span,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-pvpr-desconto-direto .promo-discount span,
html body .box.box-category .box-link .box-left .box-promo.promo-desconto-direto-cat .promo-discount span,
html body .box.box-category .box-link .box-left .box-promo.promo-pvpr-desconto-direto-cat .promo-discount span,
html body .box.box-product .box-link .box-left .box-promo.promo-desconto-direto .promo-discount span,
html body .box.box-product .box-link .box-left .box-promo.promo-na-compra-da-2a-unidade .promo-discount span,
html body .box.box-product .box-link .box-left .box-promo.promo-pvpr-desconto-direto .promo-discount span {
    position: absolute;
    top: 7px;
    margin-left: -3px;
    font-size: 22px;
    line-height: 22px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-desconto-direto .promo-name,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-na-compra-da-2a-unidade .promo-name,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-pvpr-desconto-direto .promo-name {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: 13px;
    padding-left: 6px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-desconto-direto .promo-name,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-na-compra-da-2a-unidade .promo-name {
    font-size: 15px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-pvpr-desconto-direto .promo-name {
    font-size: 10px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-desde .promo-name {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 22px;
    padding-top: 24px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-desconto-em-cartao {
    display: block;
    background-image: url(../images/promos/promo-v2-red-small.png)
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-desconto-em-cartao .promo-discount {
    height: 100%;
    background-image: url(../images/promos/promo-v2-banner-desconto-cartao.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-desconto-em-cartao .promo-discount p,
html body .box.box-product .box-link .box-left .box-promo.promo-desconto-em-cartao .promo-discount p {
    font-family: "CoHeadlineBdDaMa", sans-serif;
    color: #ed1d24;
    font-size: 38px;
    line-height: 38px;
    padding-top: 16px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-desconto-em-cartao .promo-discount p span,
html body .box.box-product .box-link .box-left .box-promo.promo-desconto-em-cartao .promo-discount p span {
    position: absolute;
    top: 37px;
    font-size: 14px;
    line-height: 14px;
    right: 45px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-leve-x-pague-y,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-leve-x-por-y-euros,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-poupe,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-pvpr-poupe {
    display: block
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-leve-x-pague-y .promo-name,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-leve-x-por-y-euros .promo-name {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    padding-top: 12px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-leve-x-pague-y .promo-name p span,
html body .box.box-product .box-link .box-left .box-promo.promo-leve-x-pague-y .promo-name p span {
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-top: 4px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-leve-x-por-y-euros .promo-name .bulk-price {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-top: -2px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-leve-x-por-y-euros .promo-name .bulk-price .before {
    font-size: 12px;
    line-height: 12px;
    margin-right: 4px;
    margin-top: 4px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-leve-x-por-y-euros .promo-name .bulk-price .int,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-poupe .promo-discount .int,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-pvpr-poupe .promo-discount .int {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-leve-x-por-y-euros .promo-name .bulk-price .comma {
    font-size: 16px;
    line-height: 16px;
    margin-top: 14px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-leve-x-por-y-euros .promo-name .bulk-price .dec {
    font-size: 16px;
    line-height: 16px;
    margin-top: 4px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-leve-x-por-y-euros .promo-name .bulk-price .euro {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    margin-top: 8px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-poupe .promo-name,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-pvpr-poupe .promo-name {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 22px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-price .old-price,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-price .price,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-poupe .promo-discount,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-pvpr-poupe .promo-discount {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-poupe .promo-discount,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-pvpr-poupe .promo-discount {
    font-weight: 900;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-poupe .promo-discount .comma,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-pvpr-poupe .promo-discount .comma {
    font-size: 16px;
    line-height: 16px;
    margin-top: 16px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-poupe .promo-discount .dec,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-pvpr-poupe .promo-discount .dec {
    font-size: 16px;
    line-height: 16px;
    margin-top: 4px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-poupe .promo-discount .euro,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-pvpr-poupe .promo-discount .euro {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    margin-top: 8px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-poupe .promo-name {
    padding-top: 12px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-pvpr-poupe .promo-extra {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 10px;
    line-height: 10px;
    width: 100%;
    text-align: center;
    padding-top: 5px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo.promo-pvpr-poupe .promo-name {
    padding-top: 5px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-price {
    position: relative;
    color: #000;
    margin-right: 2px
}

html body .box.box-product .box-link .box-left .box-price {
    position: relative;
    color: #000;
    margin-right: 2px;
    max-width: 140px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-price .old-price,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-price .price {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-price .old-price {
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
    position: relative
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-price .old-price .euro,
html body .box.box-product .box-link .box-left .box-promo.promo-apenas .box-price .old-price .euro {
    font-size: 10px;
    margin-top: 2px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-price .price {
    font-weight: 700;
    margin-top: -6px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-price .price.no-dec,
html body .box.box-product .box-link .box-left .box-promo.promo-apenas .box-price .price.no-dec {
    margin-right: 36px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-price .price .int,
html body .box.box-product .box-link .box-left .box-promo.promo-apenas .box-price .price .int {
    font-size: 52px;
    line-height: 52px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-price .price .comma,
html body .box.box-product .box-link .box-left .box-promo.promo-apenas .box-price .price .comma {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 26px;
    line-height: 26px;
    margin-top: 26px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-price .price .dec,
html body .box.box-product .box-link .box-left .box-promo.promo-apenas .box-price .price .dec {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 28px;
    margin-top: 7px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-price .price .euro,
html body .box.box-product .box-link .box-left .box-promo.promo-apenas .box-price .price .euro {
    font-size: 13px;
    line-height: 13px;
    margin-top: 21px
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-price .price.long,
html body .box.box-product .box-link .box-left .box-promo.promo-apenas .box-price .price.long {
    font-family: "sofia-pro-condensed", sans-serif;
    font-style: normal;
    font-weight: 700
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-price .price.long .comma,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-price .price.long .dec,
html body .box.box-product .box-link .box-left .box-promo.promo-apenas .box-price .price.long .comma,
html body .box.box-product .box-link .box-left .box-promo.promo-apenas .box-price .price.long .dec {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-price .price-unit {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    text-align: right
}

html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-price,
html body #cart .cart-content .cart-products .cart-product-row .left .wrapper .box-promo {
    max-width: 140px
}

html body #cart .cart-content .cart-products .cart-product-row .middle {
    position: relative;
    width: calc(35% - 10px)
}

html body #cart .cart-content .cart-products .cart-product-row .middle .box-info {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 0
}

html body #cart .cart-content .cart-products .cart-product-row .middle .box-info .product-description {
    font-weight: 400
}

html body #cart .cart-content .cart-products .cart-product-row .middle .box-info .product-capacity,
html body #cart .cart-content .cart-products .cart-product-row .middle .box-info .product-emb {
    font-family: "sofia-pro-condensed", sans-serif;
    font-style: normal;
    font-weight: 400
}

@media only screen and (max-width:768px) {
    html body #cart .cart-content .cart-products .cart-product-row .middle .box-info {
        font-size: 12px;
        line-height: 14px
    }
}

html body #cart .cart-content .cart-products .cart-product-row .right {
    position: relative;
    width: calc(30% - 10px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

html body #cart .cart-content .cart-products .cart-product-row .right .box-image,
html body .box.box-product.full-image .box-link .box-right .box-image.square img,
html body .box.box-product.full-image .box-link .box-right .box-image.vertical img {
    width: 100%
}

html body #cart .cart-content .cart-products .cart-product-row .right .box-image img {
    max-width: 100%;
    max-height: 150px
}

html body #cart .cart-content .cart-products .cart-product-row .right .box-qty {
    width: 100px;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    margin: 10px auto 0
}

html body #cart .cart-content .cart-products .cart-product-row .right .box-qty .label {
    width: 100%;
    margin: 0 0 .2rem auto;
    font-family: "NeutraText-Book";
    font-size: 16px;
    color: #000;
    letter-spacing: .32px
}

html body #cart .cart-content .cart-products .cart-product-row .right .box-qty .qty {
    display: grid;
    grid-template-columns: 30px 40px 30px;
    grid-template-rows: 30px;
    grid-gap: 0;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    width: 100%;
    height: 28px;
    margin: 0 0 .8rem auto;
    border: 1px solid #eb0203;
    border-radius: 15px;
    overflow: hidden
}

html body #cart .cart-content .cart-products .cart-product-row .right .box-qty .qty .minus {
    text-align: center;
    color: #eb0203;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
    padding: 0;
    width: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html body #cart .cart-content .cart-products .cart-product-row .right .box-qty .qty .input {
    color: #000;
    font-family: "NeutraText-Book";
    letter-spacing: -.32px;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    width: 40px;
    border: 0;
    background-color: transparent
}

html body #cart .cart-content .cart-products .cart-product-row .right .box-qty .qty .plus {
    text-align: center;
    color: #eb0203;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
    padding: 0;
    width: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html body #cart .cart-content .cart-products .cart-product-row .right .box-qty .remove {
    opacity: 0;
    font-size: .8rem;
    line-height: 1rem;
    font-family: "OpenSans-Regular", sans-serif;
    color: #fff;
    background-color: #aaa;
    padding: .3rem 0;
    border-radius: 5px;
    width: 100%;
    margin: 0 0 0 auto;
    cursor: pointer;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

html body #cart .cart-content .cart-products .cart-product-row .right .box-qty .remove.active {
    opacity: 1
}

html body #cart .cart-content .cart-products .cart-product-row1 {
    width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dotted rgba(0, 0, 0, .2);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 0 .5rem;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-image {
    grid-column: 1/1;
    grid-row: 1/1
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-image .box-image img {
    max-width: 100%;
    max-height: 10rem
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-info {
    grid-column: 2/2;
    grid-row: 1/1
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-info .box-info {
    text-align: right;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-info .box-info p {
    padding: 0;
    font-family: "UniversLTStd-Cn", sans-serif;
    font-size: 14px;
    line-height: 15px;
    margin: 0 0 2px;
    word-break: break-word;
    text-transform: uppercase;
    color: #000
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-info.promo-leve-x-pague-y .box-info p span,
html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-info.promo-leve-x-por-y-euros .box-info p span,
html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-info.promo-na-compra-da-2a-unidade .box-info p span {
    font-weight: 700
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo {
    grid-column: 3/3;
    grid-row: 1/1;
    position: relative
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo .box-promo {
    position: relative;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    height: 160px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo .box-promo .promo-price-box {
    position: absolute;
    width: 200px;
    height: 80px;
    top: 3px;
    right: 0;
    margin: 0;
    padding: 0;
    background-color: #e30513;
    z-index: 40
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo .box-promo .promo-price-box .promo-old-price,
html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo .box-promo .promo-price-box .promo-price {
    position: absolute;
    top: 8px;
    right: 10px;
    font-family: "Helvetica-Neue-Black-Condensed", sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo .box-promo .promo-price-box .promo-old-price:before {
    position: absolute;
    content: "";
    left: -6px;
    top: 40%;
    right: -3px;
    border-top: 2px solid;
    border-color: #fff;
    -webkit-transform: skewY(12deg);
    -ms-transform: skewY(12deg);
    transform: skewY(12deg);
    pointer-events: none
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo .box-promo .promo-price-box .promo-old-price .promo-old-price-euro {
    font-family: "Helvetica-Neue-Bold", sans-serif;
    font-size: 12px;
    line-height: 12px;
    margin-top: 6px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo .box-promo .promo-price-box .promo-price {
    top: 28px;
    font-size: 50px;
    line-height: 50px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo .box-promo .promo-price-box .promo-price.no-dec {
    right: 22px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo .box-promo .promo-price-box .promo-price .promo-price-comma,
html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo .box-promo .promo-price-box .promo-price .promo-price-dec {
    font-size: 30px;
    line-height: 30px;
    margin-top: 3px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo .box-promo .promo-price-box .promo-price .promo-price-euro {
    font-family: "Helvetica-Neue-Bold", sans-serif;
    font-size: 20px;
    line-height: 20px;
    margin-top: 11px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo .box-promo .promo-price-box .promo-unit {
    position: absolute;
    bottom: 4px;
    right: 7px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Helvetica-Neue-Condensed-Bold", sans-serif
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-apenas .box-promo .promo-price-box-extra {
    position: absolute;
    width: 140px;
    height: 30px;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background-color: #ffdc16;
    z-index: 40;
    font-family: "Concert-One", sans-serif;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    color: #e30613;
    text-transform: uppercase
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-apenas .box-promo .promo-price-box {
    top: 30px;
    width: 140px;
    height: 60px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-apenas .box-promo .promo-price-box .promo-price {
    top: 5px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-apenas .box-promo .promo-price-box.has-old-price {
    height: 80px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-apenas .box-promo .promo-price-box.has-old-price .promo-price {
    top: 28px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-apenas .box-promo .cart-product-qty {
    top: 90px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-direto .box-promo .promo-banner-front {
    position: absolute;
    top: 0;
    right: 139px;
    width: 71px;
    color: #e30613;
    z-index: 50
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-direto .box-promo .promo-banner-front.promo-banner-small-front {
    height: 73px;
    background-image: url(../images/promos/promo-banner-yellow-small-front.svg)
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-direto .box-promo .promo-banner-front.promo-banner-large-front {
    height: 80px;
    background-image: url(../images/promos/promo-banner-yellow-large-front.svg)
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-direto .box-promo .promo-banner-front.promo-banner-large-front .promo-extra {
    position: absolute;
    top: 9px;
    left: 9px;
    -webkit-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    transform: rotate(9deg);
    font-family: "Avenir-Next-Bold", sans-serif;
    font-size: 10px;
    line-height: 10px;
    width: 71px;
    text-align: left
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-direto .box-promo .promo-banner-front.promo-banner-large-front .promo-discount {
    top: 15px;
    font-size: 30px;
    line-height: 30px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-direto .box-promo .promo-banner-front.promo-banner-large-front .promo-direct {
    top: 51px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-direto .box-promo .promo-banner-front .promo-discount {
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    transform: rotate(9deg);
    font-family: "Avenir-Next-Heavy", sans-serif;
    font-size: 32px;
    line-height: 32px;
    width: 71px;
    text-align: center
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-direto .box-promo .promo-banner-front .promo-discount span,
html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-na-compra-da-2a-unidade .box-promo .promo-banner-front .promo-discount span {
    font-size: 21px;
    line-height: 21px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-direto .box-promo .promo-banner-front .promo-direct {
    position: absolute;
    top: 44px;
    left: -1px;
    -webkit-transform: rotateZ(8deg);
    -ms-transform: rotate(8deg);
    transform: rotateZ(8deg);
    font-family: "Concert-One", sans-serif;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -.5px;
    width: 71px;
    text-align: center
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-direto .box-promo .promo-banner-back {
    position: absolute;
    top: 0;
    right: 139px;
    width: 71px;
    z-index: 30
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-direto .box-promo .promo-banner-back.promo-banner-small-back {
    height: 73px;
    background-image: url(../images/promos/promo-banner-yellow-small-back.svg)
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-direto .box-promo .promo-banner-back.promo-banner-large-back {
    height: 80px;
    background-image: url(../images/promos/promo-banner-yellow-large-back.svg)
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-em-cartao .box-promo .promo-price-box-extra {
    position: absolute;
    top: 5px;
    right: 113px;
    width: 113px;
    height: 143px;
    color: #575757;
    font-family: "CoHeadlineBdDaMa", sans-serif;
    text-transform: uppercase;
    background-image: url(../images/promos/promo-banner-desconto-cartao.png);
    z-index: 50
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-em-cartao .box-promo .promo-price-box-extra .promo-extra-top {
    position: absolute;
    top: 19px;
    left: 0;
    width: 113px;
    font-size: 9px;
    text-align: center
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-em-cartao .box-promo .promo-price-box-extra .promo-extra-num {
    position: absolute;
    top: 13px;
    left: 0;
    width: 113px;
    font-size: 55px;
    color: #e30613;
    text-align: center
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-em-cartao .box-promo .promo-price-box-extra .promo-extra-bottom {
    position: absolute;
    top: 72px;
    left: 0;
    width: 113px;
    font-size: 9px;
    text-align: center
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-em-cartao .box-promo .promo-price-box-extra .promo-extra-perc {
    position: absolute;
    top: 56px;
    left: 76px;
    font-size: 16px;
    color: #e30613;
    text-align: center;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    font-weight: 700
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-em-cartao .box-promo .promo-price-box {
    right: 0;
    width: 170px;
    height: 120px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-em-cartao .box-promo .promo-price-box .promo-price {
    top: 68px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-em-cartao .box-promo .promo-banner-front {
    position: absolute;
    top: 0;
    right: -10px;
    width: 80px;
    height: 71px;
    color: #e30613;
    background-image: url(../images/promos/promo-banner-gray-small-front.svg);
    z-index: 50
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-em-cartao .box-promo .promo-banner-front .promo-extra {
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
    font-family: "Concert-One", sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #e30613;
    width: 80px;
    text-align: center
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-em-cartao .box-promo .promo-banner-front .promo-discount {
    position: absolute;
    top: 28px;
    right: 5px;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
    font-family: "Helvetica-Neue-Black-Condensed", sans-serif;
    font-size: 40px;
    line-height: 40px;
    color: #e30613;
    width: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-em-cartao .box-promo .promo-banner-front .promo-discount .promo-discount-comma {
    font-size: 25px;
    line-height: 25px;
    margin-top: 5px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-em-cartao .box-promo .promo-banner-front .promo-discount .promo-discount-dec {
    font-size: 25px;
    line-height: 25px;
    margin-top: 3px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-em-cartao .box-promo .promo-banner-front .promo-discount .promo-discount-euro {
    font-family: "Helvetica-Neue-Bold", sans-serif;
    font-size: 15px;
    line-height: 15px;
    margin-top: 11px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-em-cartao .box-promo .promo-banner-back {
    position: absolute;
    top: 0;
    right: -10px;
    width: 80px;
    height: 71px;
    background-image: url(../images/promos/promo-banner-gray-small-back.svg);
    z-index: 30
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desconto-em-cartao .box-promo .cart-product-qty {
    top: 120px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desde .box-promo .promo-price-box-extra {
    position: absolute;
    width: 140px;
    height: 30px;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background-color: #ffdc16;
    z-index: 40;
    font-family: "Concert-One", sans-serif;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    color: #e30613;
    text-transform: uppercase
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desde .box-promo .promo-price-box {
    top: 30px;
    width: 140px;
    height: 60px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desde .box-promo .promo-price-box .promo-price {
    top: 5px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-desde .box-promo .cart-product-qty {
    top: 90px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-pague-y .box-promo .promo-price-box-extra {
    position: absolute;
    width: 140px;
    height: 50px;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background-color: #ffdc16;
    z-index: 40;
    font-family: "Concert-One", sans-serif;
    font-size: 16px;
    line-height: 8px;
    text-align: center;
    color: #e30613;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-pague-y .box-promo .promo-price-box-extra .promo-price-box-extra-left,
html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-pague-y .box-promo .promo-price-box-extra .promo-price-box-extra-right {
    position: absolute;
    width: 50%;
    height: 50px;
    top: 6px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-pague-y .box-promo .promo-price-box-extra .promo-price-box-extra-left p,
html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-pague-y .box-promo .promo-price-box-extra .promo-price-box-extra-right p,
html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-por-y-euros .box-promo .promo-price-box-extra .promo-price-box-extra-left p,
html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-por-y-euros .box-promo .promo-price-box-extra .promo-price-box-extra-right p {
    margin: 0;
    padding: 0
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-pague-y .box-promo .promo-price-box-extra .promo-price-box-extra-left p.quantity,
html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-pague-y .box-promo .promo-price-box-extra .promo-price-box-extra-right p.quantity,
html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-por-y-euros .box-promo .promo-price-box-extra .promo-price-box-extra-left p.quantity,
html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-por-y-euros .box-promo .promo-price-box-extra .promo-price-box-extra-right p.quantity {
    font-family: "Avenir-Next-Heavy", sans-serif;
    font-size: 35px;
    line-height: 40px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-pague-y .box-promo .promo-price-box-extra .promo-price-box-extra-left {
    left: 0;
    border-right: 2px dotted #e30613
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-pague-y .box-promo .promo-price-box-extra .promo-price-box-extra-right {
    right: 0
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-pague-y .box-promo .promo-price-box {
    top: 50px;
    width: 140px;
    height: 60px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-pague-y .box-promo .promo-price-box .promo-price {
    top: 5px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-pague-y .box-promo .cart-product-qty {
    top: 110px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-por-y-euros .box-promo .promo-price-box-extra {
    position: absolute;
    width: 140px;
    height: 50px;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background-color: #ffdc16;
    z-index: 40;
    font-family: "Concert-One", sans-serif;
    font-size: 16px;
    line-height: 8px;
    text-align: center;
    color: #e30613;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-por-y-euros .box-promo .promo-price-box-extra .promo-price-box-extra-left,
html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-por-y-euros .box-promo .promo-price-box-extra .promo-price-box-extra-right {
    position: absolute;
    height: 50px;
    top: 6px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-por-y-euros .box-promo .promo-price-box-extra .promo-price-box-extra-left {
    width: 34%;
    left: 0;
    border-right: 2px dotted #e30613
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-por-y-euros .box-promo .promo-price-box-extra .promo-price-box-extra-right {
    width: 66%;
    right: 0
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-por-y-euros .box-promo .promo-price-box-extra .promo-price-box-extra-right p {
    padding-left: 15px;
    text-align: left
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-por-y-euros .box-promo .promo-price-box-extra .promo-price-box-extra-right .bulk-price {
    position: absolute;
    top: 7px;
    left: 15px;
    font-family: "Helvetica-Neue-Black-Condensed", sans-serif;
    font-size: 40px;
    line-height: 40px;
    color: #e30613;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-por-y-euros .box-promo .promo-price-box-extra .promo-price-box-extra-right .bulk-price .bulk-price-comma,
html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-por-y-euros .box-promo .promo-price-box-extra .promo-price-box-extra-right .bulk-price .bulk-price-dec {
    font-size: 22px;
    line-height: 22px;
    margin-top: 2px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-por-y-euros .box-promo .promo-price-box-extra .promo-price-box-extra-right .bulk-price .bulk-price-euro {
    font-family: "Helvetica-Neue-Bold", sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin-top: 7px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-por-y-euros .box-promo .promo-price-box {
    top: 50px;
    width: 140px;
    height: 60px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-por-y-euros .box-promo .promo-price-box .promo-price {
    top: 5px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-leve-x-por-y-euros .box-promo .cart-product-qty {
    top: 110px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-na-compra-da-2a-unidade .box-promo .promo-price-box-extra {
    position: absolute;
    width: 200px;
    height: 16px;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background-color: #ffdc16;
    z-index: 40;
    font-family: "Concert-One", sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #e30613;
    text-transform: uppercase
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-na-compra-da-2a-unidade .box-promo .promo-price-box {
    top: 16px;
    height: 80px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-na-compra-da-2a-unidade .box-promo .promo-price-box .promo-price {
    top: 28px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-na-compra-da-2a-unidade .box-promo .promo-banner-front {
    position: absolute;
    top: 14px;
    right: 140px;
    width: 71px;
    color: #e30613;
    z-index: 50
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-na-compra-da-2a-unidade .box-promo .promo-banner-front.promo-banner-small-front {
    height: 73px;
    background-image: url(../images/promos/promo-banner-yellow-small-front.svg)
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-na-compra-da-2a-unidade .box-promo .promo-banner-front.promo-banner-large-front {
    height: 80px;
    background-image: url(../images/promos/promo-banner-yellow-large-front.svg)
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-na-compra-da-2a-unidade .box-promo .promo-banner-front.promo-banner-large-front .promo-extra {
    position: absolute;
    top: 9px;
    left: 9px;
    -webkit-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    transform: rotate(9deg);
    font-family: "Avenir-Next-Bold", sans-serif;
    font-size: 10px;
    line-height: 10px;
    width: 71px;
    text-align: left
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-na-compra-da-2a-unidade .box-promo .promo-banner-front.promo-banner-large-front .promo-discount {
    top: 15px;
    font-size: 30px;
    line-height: 30px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-na-compra-da-2a-unidade .box-promo .promo-banner-front.promo-banner-large-front .promo-direct,
html body.fix-linux-android .box1.box-category .box-promo .promo-banner-front.promo-banner-large-front .promo-direct {
    top: 45px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-na-compra-da-2a-unidade .box-promo .promo-banner-front .promo-discount {
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    transform: rotate(9deg);
    font-family: "Avenir-Next-Heavy", sans-serif;
    font-size: 32px;
    line-height: 32px;
    width: 71px;
    text-align: center
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-na-compra-da-2a-unidade .box-promo .promo-banner-front .promo-direct {
    position: absolute;
    top: 44px;
    left: -1px;
    -webkit-transform: rotateZ(8deg);
    -ms-transform: rotate(8deg);
    transform: rotateZ(8deg);
    font-family: "Concert-One", sans-serif;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -.5px;
    width: 71px;
    text-align: center
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-na-compra-da-2a-unidade .box-promo .promo-banner-back {
    position: absolute;
    top: 14px;
    right: 140px;
    width: 71px;
    z-index: 30
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-na-compra-da-2a-unidade .box-promo .promo-banner-back.promo-banner-small-back {
    height: 73px;
    background-image: url(../images/promos/promo-banner-yellow-small-back.svg)
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-na-compra-da-2a-unidade .box-promo .promo-banner-back.promo-banner-large-back {
    height: 80px;
    background-image: url(../images/promos/promo-banner-yellow-large-back.svg)
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-na-compra-da-2a-unidade .box-promo .cart-product-qty {
    top: 96px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-poupe .box-promo .promo-banner-front,
html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-pvpr-poupe .box-promo .promo-banner-front {
    position: absolute;
    top: 0;
    right: 136px;
    width: 74px;
    height: 74px;
    color: #e30613;
    background-image: url(../images/promos/promo-banner-yellow-inverted-front.svg);
    z-index: 50
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-poupe .box-promo .promo-banner-front .promo-extra,
html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-pvpr-poupe .box-promo .promo-banner-front .promo-extra {
    position: absolute;
    top: 6px;
    left: 0;
    -webkit-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    transform: rotate(9deg);
    font-family: "Concert-One", sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #e30613;
    width: 74px;
    text-align: center
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-poupe .box-promo .promo-banner-front .promo-discount,
html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-pvpr-poupe .box-promo .promo-banner-front .promo-discount {
    position: absolute;
    top: 30px;
    left: 0;
    -webkit-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    transform: rotate(9deg);
    font-family: "Helvetica-Neue-Black-Condensed", sans-serif;
    font-size: 40px;
    line-height: 40px;
    color: #e30613;
    width: 74px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-poupe .box-promo .promo-banner-front .promo-discount .promo-discount-comma,
html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-poupe .box-promo .promo-banner-front .promo-discount .promo-discount-dec,
html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-pvpr-poupe .box-promo .promo-banner-front .promo-discount .promo-discount-comma,
html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-pvpr-poupe .box-promo .promo-banner-front .promo-discount .promo-discount-dec {
    font-size: 25px;
    line-height: 25px;
    margin-top: 5px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-poupe .box-promo .promo-banner-front .promo-discount .promo-discount-euro,
html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-pvpr-poupe .box-promo .promo-banner-front .promo-discount .promo-discount-euro {
    font-family: "Helvetica-Neue-Bold", sans-serif;
    font-size: 15px;
    line-height: 15px;
    margin-top: 13px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-poupe .box-promo .promo-banner-back,
html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-pvpr-poupe .box-promo .promo-banner-back {
    position: absolute;
    top: 0;
    right: 136px;
    width: 74px;
    height: 74px;
    background-image: url(../images/promos/promo-banner-yellow-inverted-back.svg);
    z-index: 30
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-pvp-simples .box-promo .promo-price-box {
    width: 140px;
    height: 60px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-pvp-simples .box-promo .promo-price-box .promo-price {
    top: 5px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-pvp-simples .box-promo .cart-product-qty {
    top: 60px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-pvp-simples-riscado .box-promo .promo-price-box {
    width: 140px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo.promo-pvp-simples-riscado .box-promo .promo-price-box .promo-price {
    top: 28px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo .cart-product-qty {
    position: absolute;
    width: 100px;
    top: 80px;
    right: 0;
    text-align: center;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo .cart-product-qty .label {
    width: 100px;
    margin: 0 0 .2rem auto;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 1.2rem
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo .cart-product-qty .qty {
    display: grid;
    grid-template-columns: 30px 40px 30px;
    grid-template-rows: 30px;
    grid-gap: 0;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    width: 100%;
    max-width: 100px;
    height: 30px;
    margin: 0 0 .8rem auto;
    border: 1px solid #d3d3d3
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo .cart-product-qty .qty .minus {
    text-align: center;
    background: #e30513;
    color: #fff;
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    padding: 0;
    width: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo .cart-product-qty .qty .input {
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    width: 40px
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo .cart-product-qty .qty .plus {
    text-align: center;
    background: #e30513;
    color: #fff;
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    padding: 0;
    width: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo .cart-product-qty .remove {
    opacity: 0;
    font-size: 1rem;
    line-height: 1rem;
    font-family: "OpenSans-Regular", sans-serif;
    color: #fff;
    background-color: #aaa;
    padding: .3rem 0;
    border-radius: 5px;
    width: 100%;
    max-width: 100px;
    margin: 0 0 0 auto;
    cursor: pointer;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

html body #cart .cart-content .cart-products .cart-product-row1 .cart-product-promo .cart-product-qty .remove.active {
    opacity: 1
}

html body #cart .cart-content .cart-totals {
    margin-bottom: 5rem;
    text-align: center
}

html body #cart .cart-content .cart-totals .total-items {
    font-family: "NeutraText-Book";
    color: #000;
    letter-spacing: .32px;
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 2rem
}

html body #cart .cart-content .cart-totals .total-price {
    font-family: "NeutraText-Book";
    margin-bottom: 1rem;
    font-size: 1.625rem;
    line-height: normal;
    font-weight: 400;
    color: #222
}

html body #cart .cart-content .cart-totals .total-price span,
html body #cart-open {
    font-family: "NeutraText-Bold"
}

html body #cart .cart-content .cart-buy,
html body #cart .cart-content .cart-empty,
html body .box.promo-pvpr-desconto-direto .box-price .old-price:before,
html body .box.promo-pvpr-poupe .box-price .old-price:before,
html body .box.promo-pvpr-simples-riscado .box-price .old-price:before {
    display: none
}

html body #cart .cart-content .cart-buy.active,
html body #cart .cart-content .cart-empty.active {
    display: block
}

html body #cart .cart-content .cart-buy a#addToBasket,
html body .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

html body #cart .cart-content .cart-buy a#addToBasket {
    gap: 8px;
    background-color: #eb0203;
    padding: .5rem 1.5rem;
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer
}

html body #cart .cart-content .cart-buy a#addToBasket span {
    display: inline-block;
    font-family: "NeutraText-Bold";
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff
}

html body #cart .cart-content .cart-buy form#myForm {
    height: 0
}

html body #cart .cart-content .cart-empty .cart-empty-link {
    color: #000;
    font-family: "NeutraText-Book";
    padding: 1rem 0;
    text-decoration: underline;
    letter-spacing: .32px;
    cursor: pointer
}

html body #cart .cart-content .cart-close {
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 1rem;
    right: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7593 6.94727L7.28559 16.421' stroke='%23EB0203' stroke-linecap='round'/%3E%3Cpath d='M16.4209 16.4211L6.94721 6.94746' stroke='%23EB0203' stroke-linecap='round'/%3E%3Cg clip-path='url(%23clip0_332_420)'%3E%3Cpath d='M12.0019 24C5.38296 24 0 18.617 0 12.0019C0 5.38681 5.38296 0 12.0019 0C14.2699 0 16.4762 0.635328 18.386 1.83668C18.5516 1.94064 18.6016 2.15627 18.4977 2.32184C18.3937 2.48741 18.1781 2.53361 18.0125 2.4335C16.2143 1.30146 14.1351 0.704637 12.0019 0.704637C5.77186 0.704637 0.704637 5.77186 0.704637 12.0019C0.704637 18.232 5.77186 23.2992 12.0019 23.2992C18.232 23.2992 23.2992 18.232 23.2992 12.0019C23.2992 10.4463 22.9873 8.93695 22.3751 7.52382C22.2981 7.3467 22.379 7.13878 22.5599 7.06177C22.737 6.98476 22.945 7.06562 23.022 7.24659C23.6727 8.75213 24.0039 10.3501 24.0039 12.0058C24.0039 18.6247 18.6209 24.0077 12.0019 24.0077V24Z' fill='%23EB0203'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_332_420'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 2rem;
    cursor: pointer
}

html body #cart-open {
    position: fixed;
    bottom: 18px;
    right: 28px;
    padding: 10px 1rem 10px 3.5rem;
    background-repeat: no-repeat;
    background-position: 4px center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Cg clip-path='url(%23clip0_332_1226)'%3E%3Cpath d='M13.5022 27C6.05583 27 0 20.9442 0 13.5022C0 6.06016 6.05583 0 13.5022 0C16.0536 0 18.5357 0.714744 20.6843 2.06626C20.8705 2.18322 20.9268 2.4258 20.8099 2.61206C20.6929 2.79833 20.4503 2.85031 20.2641 2.73769C18.2411 1.46414 15.902 0.792716 13.5022 0.792716C6.49334 0.792716 0.792716 6.49334 0.792716 13.5022C0.792716 20.511 6.49334 26.2116 13.5022 26.2116C20.511 26.2116 26.2116 20.511 26.2116 13.5022C26.2116 11.7521 25.8607 10.0541 25.172 8.4643C25.0854 8.26504 25.1763 8.03112 25.3799 7.94449C25.5792 7.85785 25.8131 7.94882 25.8997 8.15241C26.6318 9.84614 27.0043 11.6438 27.0043 13.5065C27.0043 20.9528 20.9485 27.0087 13.5022 27.0087V27Z' fill='white'/%3E%3Cpath d='M15.746 16.673H8.24771C8.02679 16.673 7.85352 16.4954 7.85352 16.2789C7.85352 16.0623 8.03112 15.8847 8.24771 15.8847H15.746C16.2442 15.8847 16.6817 15.5511 16.816 15.0746L18.7566 7.74524C18.9689 6.93953 19.7053 6.37207 20.5413 6.37207H21.7239C21.9448 6.37207 22.1181 6.54967 22.1181 6.76626C22.1181 6.98285 21.9405 7.16045 21.7239 7.16045H20.5413C20.0648 7.16045 19.6446 7.48101 19.5233 7.94451L17.5784 15.2782C17.3445 16.1013 16.5907 16.673 15.7417 16.673H15.746Z' fill='white'/%3E%3Cpath d='M15.382 21.4251C14.2904 21.4251 13.4023 20.5371 13.4023 19.4454C13.4023 18.3538 14.2904 17.4658 15.382 17.4658C16.4736 17.4658 17.3616 18.3538 17.3616 19.4454C17.3616 20.5371 16.4736 21.4251 15.382 21.4251ZM15.382 18.2542C14.7279 18.2542 14.1951 18.787 14.1951 19.4411C14.1951 20.0952 14.7279 20.628 15.382 20.628C16.0361 20.628 16.5689 20.0952 16.5689 19.4411C16.5689 18.787 16.0361 18.2542 15.382 18.2542Z' fill='white'/%3E%3Cpath d='M9.83753 21.4251C8.74593 21.4251 7.85791 20.5371 7.85791 19.4454C7.85791 18.3538 8.74593 17.4658 9.83753 17.4658C10.9291 17.4658 11.8172 18.3538 11.8172 19.4454C11.8172 20.5371 10.9291 21.4251 9.83753 21.4251ZM9.83753 18.2542C9.18344 18.2542 8.65063 18.787 8.65063 19.4411C8.65063 20.0952 9.18344 20.628 9.83753 20.628C10.4916 20.628 11.0244 20.0952 11.0244 19.4411C11.0244 18.787 10.4916 18.2542 9.83753 18.2542Z' fill='white'/%3E%3Cpath d='M16.9674 14.2948H9.78969C8.95798 14.2948 8.20858 13.736 7.97034 12.939L6.86573 9.25261C6.83108 9.13132 6.85274 9.00136 6.92638 8.90173C7.00002 8.8021 7.11698 8.74146 7.2426 8.74146H18.5529C18.7738 8.74146 18.9471 8.91906 18.9471 9.13565C18.9471 9.35224 18.7695 9.52984 18.5529 9.52984H7.77541L8.7284 12.705C8.86702 13.1685 9.30453 13.4934 9.78969 13.4934H16.9674C17.1884 13.4934 17.3616 13.671 17.3616 13.8876C17.3616 14.1042 17.184 14.2818 16.9674 14.2818V14.2948Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_332_1226'%3E%3Crect width='27' height='27' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-color: #eb0203;
    background-size: 2.2rem;
    border-radius: 2rem;
    z-index: 50;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-size: 1.375rem;
    line-height: 1.5rem;
    text-transform: uppercase
}

html body #cart-open.has-products::before {
    display: flex;
    content: attr(data-counter);;
    background-image: url(../images/icons/cart-has-products.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    height: 18px;
    width: 18px;
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 50;
    color: #eb0203;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.has-products[data-counter=""]::before {
    content: "";
}

body.fix-linux-android1 .box.box-product.promo-apenas .box-promo .promo-price-box-extra,
body.fix-linux-android1 .box.box-product.promo-desde .box-promo .promo-price-box-extra,
html body.fix-linux-android #cart .cart-content .cart-products .cart-product-row .cart-product-promo.promo-apenas .box-promo .promo-price-box-extra,
html body.fix-linux-android #cart .cart-content .cart-products .cart-product-row .cart-product-promo.promo-desde .box-promo .promo-price-box-extra {
    line-height: 18px
}

html body.fix-linux-android #cart .cart-content .cart-products .cart-product-row .cart-product-promo.promo-desconto-direto .box-promo .promo-banner-front .promo-direct {
    top: 40px
}

body.fix-linux-android1 .box.box-product.promo-desconto-direto .box-promo .promo-banner-front.promo-banner-large-front .promo-direct,
html body.fix-linux-android #cart .cart-content .cart-products .cart-product-row .cart-product-promo.promo-desconto-direto .box-promo .promo-banner-front.promo-banner-large-front .promo-direct {
    top: 47px
}

html body.fix-linux-android #cart .cart-content .cart-products .cart-product-row .cart-product-promo.promo-desconto-em-cartao .box-promo .promo-banner-front .promo-extra {
    top: 3px
}

html body.fix-linux-android #cart .cart-content .cart-products .cart-product-row .cart-product-promo.promo-leve-x-pague-y .box-promo .promo-price-box-extra,
html body.fix-linux-android #cart .cart-content .cart-products .cart-product-row .cart-product-promo.promo-leve-x-por-y-euros .box-promo .promo-price-box-extra {
    line-height: 13px
}

html body.fix-linux-android #cart .cart-content .cart-products .cart-product-row .cart-product-promo.promo-leve-x-pague-y .box-promo .promo-price-box-extra .promo-price-box-extra-left,
html body.fix-linux-android #cart .cart-content .cart-products .cart-product-row .cart-product-promo.promo-leve-x-pague-y .box-promo .promo-price-box-extra .promo-price-box-extra-right,
html body.fix-linux-android #cart .cart-content .cart-products .cart-product-row .cart-product-promo.promo-leve-x-por-y-euros .box-promo .promo-price-box-extra .promo-price-box-extra-left,
html body.fix-linux-android #cart .cart-content .cart-products .cart-product-row .cart-product-promo.promo-leve-x-por-y-euros .box-promo .promo-price-box-extra .promo-price-box-extra-right {
    top: 0
}

body.fix-linux-android1 .box.box-product.promo-leve-x-por-y-euros .box-promo .promo-price-box-extra .promo-price-box-extra-right .bulk-price,
html body.fix-linux-android #cart .cart-content .cart-products .cart-product-row .cart-product-promo.promo-leve-x-por-y-euros .box-promo .promo-price-box-extra .promo-price-box-extra-right .bulk-price {
    top: 12px
}

html body.fix-linux-android #cart .cart-content .cart-products .cart-product-row .cart-product-promo.promo-na-compra-da-2a-unidade .box-promo .promo-price-box-extra {
    line-height: 12px
}

body.fix-linux-android1 .box.box-product.promo-desconto-direto .box-promo .promo-banner-front .promo-direct,
html body.fix-linux-android #cart .cart-content .cart-products .cart-product-row .cart-product-promo.promo-na-compra-da-2a-unidade .box-promo .promo-banner-front .promo-direct,
html body.fix-linux-android .box1.box-category .box-promo .promo-banner-front .promo-direct,
html body.fix-linux-android .box1.box-category.promo-desconto-direto-cat .box-promo .promo-banner-front .promo-direct {
    top: 40px
}

body.fix-linux-android1 .box.box-product.promo-na-compra-da-2a-unidade .box-promo .promo-banner-front.promo-banner-large-front .promo-direct,
html body.fix-linux-android #cart .cart-content .cart-products .cart-product-row .cart-product-promo.promo-na-compra-da-2a-unidade .box-promo .promo-banner-front.promo-banner-large-front .promo-direct {
    top: 41px
}

html body.fix-linux-android #cart .cart-content .cart-products .cart-product-row .cart-product-promo.promo-poupe .box-promo .promo-banner-front .promo-extra,
html body.fix-linux-android #cart .cart-content .cart-products .cart-product-row .cart-product-promo.promo-pvpr-poupe .box-promo .promo-banner-front .promo-extra {
    top: 1px
}

body.fix-linux-android1 .box.box-category.promo-desconto-direto-cat .box-promo .promo-banner-front.promo-banner-large-front .promo-direct,
html body.fix-linux-android .box1.box-category.promo-desconto-direto-cat .box-promo .promo-banner-front.promo-banner-large-front .promo-direct {
    top: 44px
}

html body.fix-linux-android .box1.box-category.promo-leve-x-pague-y-cat .box-link .box-image {
    height: 210px
}

body.fix-linux-android1 .box.box-product.promo-leve-x-pague-y .box-promo .promo-price-box-extra,
body.fix-linux-android1 .box.box-product.promo-leve-x-por-y-euros .box-promo .promo-price-box-extra,
html body.fix-linux-android .box1.box-category.promo-leve-x-pague-y-cat .box-promo .promo-price-box-extra {
    line-height: 13px
}

html body.fix-linux-android .box1.box-category.promo-leve-x-pague-y-cat .box-promo .promo-price-box-extra .promo-price-box-extra-left,
html body.fix-linux-android .box1.box-category.promo-leve-x-pague-y-cat .box-promo .promo-price-box-extra .promo-price-box-extra-right {
    top: 0
}

html body.fix-linux-android .box1.box-category.promo-poupe-cat .box-promo .promo-banner-front .promo-extra,
html body.fix-linux-android .box1.box-category.promo-pvpr-poupe-cat .box-promo .promo-banner-front .promo-extra {
    top: 2px
}

html body.fix-linux-android .box1.box-category.promo-poupe-cat .box-promo .promo-banner-front .promo-discount,
html body.fix-linux-android .box1.box-category.promo-pvpr-poupe-cat .box-promo .promo-banner-front .promo-discount {
    top: 29px
}

html body .box {
    padding: 0;
    -webkit-box-shadow: 0 10px 25px 0 rgba(154, 161, 186, .2), 0 4px 4px 0 rgba(154, 161, 186, .25);
    box-shadow: 0 10px 25px 0 rgba(154, 161, 186, .2), 0 4px 4px 0 rgba(154, 161, 186, .25);
    border-radius: 30px;
    overflow: hidden
}

html body .box.box-4 {
    width: 340px;
    height: 340px
}

html body .box.box-star {
    width: 700px;
    height: 340px
}

html body .box.box-star img{
    position: relative;
    z-index: 1000;
}

html body .box.box-category .box-link,
html body .box.box-product .box-link {
    position: relative;
    display: block;
    width: calc(100% - 20px);
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

html body .box.box-category .box-link:has(img#starImage),
html body .box.box-product .box-link:has(img#starImage),
html body .box.box-product .box-link:has(img#heroImage),
html body .box.box-product .box-link:has(img#heroImage) {
    width: 100%;
}

html body .box.box-product .box-link .box-left {
    position: absolute;
    top: 10px;
    left: 0;
    width: 140px;
    z-index: 10;
    background-color: rgba(255, 255, 255, .66);
}

html body .box.box-product .box-link .box-left .box-promo.promo-preco-vencedor {
    display: block;
    background-image: url(../images/promos/promo-preco-vencedor.png);
    width: 175px;
    height: 125px
}

html body .box.box-product .box-link .box-left .box-promo.promo-apenas,
html body .box.box-product .box-link .box-left .box-promo.promo-desconto-direto,
html body .box.box-product .box-link .box-left .box-promo.promo-desde,
html body .box.box-product .box-link .box-left .box-promo.promo-na-compra-da-2a-unidade,
html body .box.box-product .box-link .box-left .box-promo.promo-pvpr-desconto-direto {
    display: block
}

html body .box.box-product .box-link .box-left .box-promo.promo-apenas .box-price {
    position: relative;
    max-width: 140px;
    color: #fff;
    margin-right: 10px;
    padding-top: 16px
}

html body .box.box-product .box-link .box-left .box-promo.promo-apenas .box-price .old-price,
html body .box.box-product .box-link .box-left .box-promo.promo-apenas .box-price .price {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

html body .box.box-product .box-link .box-left .box-promo.promo-apenas .box-price .old-price {
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
    position: relative
}

html body .box.box-product .box-link .box-left .box-promo.promo-apenas .box-price .price {
    font-weight: 700;
    margin-top: -6px
}

html body .box.box-product .box-link .box-left .box-promo.promo-apenas .box-price .price-unit {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    text-align: right
}

html body .box.box-product .box-link .box-left .box-promo.promo-apenas .promo-name {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 22px;
    padding-top: 24px
}

html body .box.box-product .box-link .box-left .box-promo.promo-desconto-direto .promo-extra,
html body .box.box-product .box-link .box-left .box-promo.promo-na-compra-da-2a-unidade .promo-extra,
html body .box.box-product .box-link .box-left .box-promo.promo-pvpr-desconto-direto .promo-extra {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 11px;
    padding-top: 5px;
    width: 90px;
    margin: 0 0 0 auto;
    text-align: left
}

html body .box.box-product .box-link .box-left .box-promo.promo-desconto-direto .promo-discount,
html body .box.box-product .box-link .box-left .box-promo.promo-na-compra-da-2a-unidade .promo-discount,
html body .box.box-product .box-link .box-left .box-promo.promo-pvpr-desconto-direto .promo-discount {
    position: relative;
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 42px;
    line-height: 42px;
    margin-top: -6px
}

html body .box.box-product .box-link .box-left .box-promo.promo-desconto-direto .promo-name,
html body .box.box-product .box-link .box-left .box-promo.promo-na-compra-da-2a-unidade .promo-name,
html body .box.box-product .box-link .box-left .box-promo.promo-pvpr-desconto-direto .promo-name {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    padding-left: 6px
}

html body .box.box-product .box-link .box-left .box-promo.promo-desde .promo-name {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 22px;
    padding-top: 24px
}

html body .box.box-product .box-link .box-left .box-promo.promo-desconto-em-cartao {
    display: block;
    background-image: url(../images/promos/promo-v2-red-small.png)
}

html body .box.box-product .box-link .box-left .box-promo.promo-desconto-em-cartao .promo-discount {
    height: 100%;
    background-image: url(../images/promos/promo-v2-banner-desconto-cartao.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

html body .box.box-product .box-link .box-left .box-promo.promo-leve-x-pague-y,
html body .box.box-product .box-link .box-left .box-promo.promo-leve-x-por-y-euros,
html body .box.box-product .box-link .box-left .box-promo.promo-poupe,
html body .box.box-product .box-link .box-left .box-promo.promo-pvpr-poupe {
    display: block
}

html body .box.box-product .box-link .box-left .box-promo.promo-leve-x-pague-y .promo-name,
html body .box.box-product .box-link .box-left .box-promo.promo-leve-x-por-y-euros .promo-name {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    padding-top: 12px
}

html body .box.box-product .box-link .box-left .box-promo.promo-leve-x-por-y-euros .promo-name .bulk-price {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-top: -2px
}

html body .box.box-product .box-link .box-left .box-promo.promo-leve-x-por-y-euros .promo-name .bulk-price .before {
    font-size: 12px;
    line-height: 12px;
    margin-right: 4px;
    margin-top: 4px
}

html body .box.box-product .box-link .box-left .box-promo.promo-leve-x-por-y-euros .promo-name .bulk-price .int,
html body .box.box-product .box-link .box-left .box-promo.promo-poupe .promo-discount .int,
html body .box.box-product .box-link .box-left .box-promo.promo-pvpr-poupe .promo-discount .int {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px
}

html body .box.box-product .box-link .box-left .box-promo.promo-leve-x-por-y-euros .promo-name .bulk-price .comma {
    font-size: 16px;
    line-height: 16px;
    margin-top: 14px
}

html body .box.box-product .box-link .box-left .box-promo.promo-leve-x-por-y-euros .promo-name .bulk-price .dec {
    font-size: 16px;
    line-height: 16px;
    margin-top: 4px
}

html body .box.box-product .box-link .box-left .box-promo.promo-leve-x-por-y-euros .promo-name .bulk-price .euro {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    margin-top: 8px
}

html body .box.box-product .box-link .box-left .box-promo.promo-poupe .promo-name,
html body .box.box-product .box-link .box-left .box-promo.promo-pvpr-poupe .promo-name {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 22px
}

html body .box.box-product .box-link .box-left .box-price .old-price,
html body .box.box-product .box-link .box-left .box-price .price,
html body .box.box-product .box-link .box-left .box-promo.promo-poupe .promo-discount,
html body .box.box-product .box-link .box-left .box-promo.promo-pvpr-poupe .promo-discount {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

html body .box.box-product .box-link .box-left .box-promo.promo-poupe .promo-discount,
html body .box.box-product .box-link .box-left .box-promo.promo-pvpr-poupe .promo-discount {
    font-weight: 900;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

html body .box.box-product .box-link .box-left .box-promo.promo-poupe .promo-discount .comma,
html body .box.box-product .box-link .box-left .box-promo.promo-pvpr-poupe .promo-discount .comma {
    font-size: 16px;
    line-height: 16px;
    margin-top: 16px
}

html body .box.box-product .box-link .box-left .box-promo.promo-poupe .promo-discount .dec,
html body .box.box-product .box-link .box-left .box-promo.promo-pvpr-poupe .promo-discount .dec {
    font-size: 16px;
    line-height: 16px;
    margin-top: 4px
}

html body .box.box-product .box-link .box-left .box-info,
html body .box.box-product .box-link .box-left .box-promo.promo-poupe .promo-discount .euro,
html body .box.box-product .box-link .box-left .box-promo.promo-pvpr-poupe .promo-discount .euro {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    margin-top: 8px
}

html body .box.box-product .box-link .box-left .box-promo.promo-poupe .promo-name {
    padding-top: 12px
}

html body .box.box-product .box-link .box-left .box-promo.promo-pvpr-poupe .promo-extra {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 10px;
    line-height: 10px;
    width: 100%;
    text-align: center;
    padding-top: 5px
}

html body .box.box-product .box-link .box-left .box-promo.promo-pvpr-poupe .promo-name {
    padding-top: 5px
}

html body .box.box-product .box-link .box-left .box-price .old-price,
html body .box.box-product .box-link .box-left .box-price .price {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

html body .box.box-product .box-link .box-left .box-price .old-price {
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
    position: relative
}

html body .box.box-product .box-link .box-left .box-price .old-price .euro {
    font-size: 10px;
    margin-top: 2px
}

html body .box.box-product .box-link .box-left .box-price .price {
    font-weight: 700;
    margin-top: -6px
}

html body .box.box-product .box-link .box-left .box-price .price.no-dec {
    margin-right: 36px
}

html body .box.box-product .box-link .box-left .box-price .price .int {
    font-size: 52px;
    line-height: 52px
}

html body .box.box-product .box-link .box-left .box-price .price .comma {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 26px;
    line-height: 26px;
    margin-top: 26px
}

html body .box.box-product .box-link .box-left .box-price .price .dec {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 28px;
    margin-top: 7px
}

html body .box.box-product .box-link .box-left .box-price .price .euro {
    font-size: 13px;
    line-height: 13px;
    margin-top: 21px
}

html body .box.box-product .box-link .box-left .box-price .price.long {
    font-family: "sofia-pro-condensed", sans-serif;
    font-style: normal;
    font-weight: 700
}

html body .box.box-product .box-link .box-left .box-price .price.long .comma,
html body .box.box-product .box-link .box-left .box-price .price.long .dec {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900
}

html body .box.box-product .box-link .box-left .box-price .price-unit {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    text-align: right
}

html body .box.box-product .box-link .box-left .box-info {
    color: #000;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 20px
}

html body .box.box-product .box-link .box-left .box-info .product-description {
    font-weight: 400
}

html body .box.box-category .box-link .box-left .box-promo.promo-desconto-direto-cat .promo-text span,
html body .box.box-category .box-link .box-left .box-promo.promo-desconto-em-cartao-cat .promo-text span,
html body .box.box-category .box-link .box-left .box-promo.promo-leve-x-pague-y-cat .promo-text span,
html body .box.box-category .box-link .box-left .box-promo.promo-poupe-cat .promo-text span,
html body .box.box-category .box-link .box-left .box-promo.promo-pvpr-desconto-direto-cat .promo-text span,
html body .box.box-category .box-link .box-left .box-promo.promo-pvpr-poupe-cat .promo-text span,
html body .box.box-category.horizontal .box-link .box-top .box-promo .promo-right .promo-text span,
html body .box.box-product .box-link .box-left .box-info .product-capacity,
html body .box.box-product .box-link .box-left .box-info .product-emb {
    font-family: "sofia-pro-condensed", sans-serif;
    font-style: normal;
    font-weight: 400
}

html body .box.box-product .box-link .box-right {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 140px);
    height: 100%;
    z-index: 5
}

html body .box.box-product .box-link .box-right .box-bar-top {
    position: absolute;
    top: 10px;
    right: -10px;
    width: calc(100% + 10px);
    text-align: center;
    background: #fd0
}

html body .box.box-product .box-link .box-right .box-bar-top p {
    color: #000
}

html body .box.box-product .box-link .box-right .picto {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 10%;
    width: 100%;
}

html body .box.box-product .box-link .box-right .picto .picto-iva-zero {
    background-image: url(../images/pictos/iva-zero.png);
    width: 62.5px;
    height: 62.5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9999999
}

html body .box.box-product .box-link .box-right .picto .picto-novidade {
    width: 62.5px;
    height: 62.5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9999999;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 12px;
}

html body .box.box-product .box-link .box-right .box-image {
    position: absolute;
    top: 2rem;
    right: 0;
    width: 100%;
    height: calc(100% - 4rem)
}

html body .box.box-product .box-link .box-right .box-image img {
    position: absolute;
    max-width: calc(100% - 1rem);
    max-height: calc(100% - 1rem);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

html body .box.box-product .box-link .box-right .box-bar-bottom {
    position: absolute;
    bottom: 0;
    right: -10px;
    width: 100%;
    text-align: center;
    background: #fd0;
    color: #000
}

html body .box.box-product .box-link .box-right .box-bar-bottom.promo-desconto-em-cartao {
    background: #ed1d24;
    color: #fff
}

html body .box.box-product .box-link .box-right .box-bar-bottom.promo-na-compra-da-2a-unidade {
    background: 0 0
}

html body .box.box-product .box-link .box-right .box-bar-bottom p,
html body .box.box-product .box-link .box-right .box-bar-top p {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    margin: 6px
}

html,
html body .box.box-product .box-link .box-right .box-bar-bottom p span {
    font-size: 16px
}

html body .box.box-product .box-link .box-right .box-bar-bottom p span span {
    font-size: 11px
}

html body .box.box-product.full-image .box-link .box-left {
    background-color: rgba(255, 255, 255, .6)
}

html body .box.box-product.full-image .box-link .box-left .box-info {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px
}

html body .box.box-product.full-image .box-link .box-right .box-image {
    top: 0;
    width: 340px;
    height: 340px;
    overflow: hidden;
    right: -10px
}

html body .box.box-product.full-image .box-link .box-right .box-image img {
    max-width: unset;
    max-height: unset
}

html body .box.box-product.full-image .box-link .box-right .box-image.horizontal img {
    height: 100%
}

html body .box.box-category .box-link .box-left {
    position: absolute;
    top: 10px;
    left: 0;
    width: 140px;
    height: 100%
}

html body .box.box-category .box-link .box-left .box-promo {
    display: none;
    width: 140px;
    height: 280px;
    background-image: url(../images/promos/promo-v2-yellow-large.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    color: #000;
    text-align: center;
    margin-bottom: 1rem
}

html body .box.box-category .box-link .box-left .box-promo.promo-na-marca,
html body .box.box-category .box-link .box-left .box-promo.promo-short-text {
    background-image: url(../images/promos/promo-v2-yellow-medium.png)
}

html body .box.box-category .box-link .box-left .box-promo p,
html body .box.box-category .box-link .box-left .box-promo.promo-desconto-direto-cat .promo-name p,
html body .box.box-category .box-link .box-left .box-promo.promo-pvpr-desconto-direto-cat .promo-name p,
html body .box.box-category.horizontal .box-link .box-top .box-promo p,
html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-desconto-direto-cat .promo-left .promo-name p,
html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-pvpr-desconto-direto-cat .promo-left .promo-name p {
    margin: 0
}

html body .box.box-category .box-link .box-left .box-promo.promo-desconto-direto-cat,
html body .box.box-category .box-link .box-left .box-promo.promo-pvpr-desconto-direto-cat {
    display: block
}

html body .box.box-category .box-link .box-left .box-promo.promo-desconto-direto-cat .promo-extra,
html body .box.box-category .box-link .box-left .box-promo.promo-pvpr-desconto-direto-cat .promo-extra {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 11px;
    padding-top: 5px;
    width: 90px;
    margin: 0 0 0 auto;
    text-align: left
}

html body .box.box-category .box-link .box-left .box-promo.promo-desconto-direto-cat .promo-discount,
html body .box.box-category .box-link .box-left .box-promo.promo-pvpr-desconto-direto-cat .promo-discount {
    position: relative;
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 42px;
    line-height: 42px;
    margin-top: -6px
}

html body .box.box-category .box-link .box-left .box-promo.promo-desconto-direto-cat .promo-name,
html body .box.box-category .box-link .box-left .box-promo.promo-pvpr-desconto-direto-cat .promo-name {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    padding-left: 6px
}

html body .box.box-category .box-link .box-left .box-promo.promo-desconto-direto-cat .promo-split,
html body .box.box-category .box-link .box-left .box-promo.promo-pvpr-desconto-direto-cat .promo-split {
    width: 90%;
    height: 1px;
    background: #000;
    margin: 1rem auto
}

html body .box.box-category .box-link .box-left .box-promo.promo-desconto-direto-cat .promo-text,
html body .box.box-category .box-link .box-left .box-promo.promo-pvpr-desconto-direto-cat .promo-text {
    font-family: "sofia-pro-condensed", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase;
    overflow-wrap: break-word;
    width: 90%;
    margin: 0 auto
}

html body .box.box-category .box-link .box-left .box-promo.promo-desconto-direto-cat .promo-name {
    font-size: 15px;
    line-height: 13px
}

html body .box.box-category .box-link .box-left .box-promo.promo-pvpr-desconto-direto-cat .promo-name {
    font-size: 11px;
    line-height: 11px
}

html body .box.box-category .box-link .box-left .box-promo.promo-desconto-em-cartao-cat {
    display: block;
    height: 216px;
    background-image: url(../images/promos/promo-v2-red-large.png)
}

html body .box.box-category .box-link .box-left .box-promo.promo-desconto-em-cartao-cat.promo-na-marca,
html body .box.box-category .box-link .box-left .box-promo.promo-desconto-em-cartao-cat.promo-short-text {
    background-image: url(../images/promos/promo-v2-red-medium.png)
}

html body .box.box-category .box-link .box-left .box-promo.promo-desconto-em-cartao-cat .promo-discount,
html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-desconto-em-cartao-cat .promo-left .promo-discount {
    height: 91px;
    background-image: url(../images/promos/promo-v2-banner-desconto-cartao.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

html body .box.box-category .box-link .box-left .box-promo.promo-desconto-em-cartao-cat .promo-discount p {
    font-family: "CoHeadlineBdDaMa", sans-serif;
    color: #e30613;
    font-size: 38px;
    line-height: 38px;
    padding-top: 16px
}

html body .box.box-category .box-link .box-left .box-promo.promo-desconto-em-cartao-cat .promo-discount p span {
    position: absolute;
    top: 37px;
    font-size: 14px;
    line-height: 14px;
    right: 45px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff
}

html body .box.box-category .box-link .box-left .box-promo.promo-desconto-em-cartao-cat .promo-split {
    width: 90%;
    height: 1px;
    background: #fff;
    margin: .5rem auto 1rem
}

html body .box.box-category .box-link .box-left .box-promo.promo-desconto-em-cartao-cat .promo-text {
    font-family: "sofia-pro-condensed", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    color: #fff;
    text-transform: uppercase;
    overflow-wrap: break-word;
    width: 90%;
    margin: 0 auto
}

html body .box.box-category .box-link .box-left .box-promo.promo-leve-x-pague-y-cat,
html body .box.box-category .box-link .box-left .box-promo.promo-poupe-cat,
html body .box.box-category .box-link .box-left .box-promo.promo-pvpr-poupe-cat {
    display: block
}

html body .box.box-category .box-link .box-left .box-promo.promo-leve-x-pague-y-cat .promo-name {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    padding-top: 16px
}

html body .box.box-category .box-link .box-left .box-promo.promo-leve-x-pague-y-cat .promo-name p span {
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-top: 4px
}

html body .box.box-category .box-link .box-left .box-promo.promo-leve-x-pague-y-cat .promo-split {
    width: 90%;
    height: 1px;
    background: #000;
    margin: 1.5rem auto 1rem
}

html body .box.box-category .box-link .box-left .box-promo.promo-leve-x-pague-y-cat .promo-text {
    font-family: "sofia-pro-condensed", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase;
    overflow-wrap: break-word;
    width: 90%;
    margin: 0 auto
}

html body .box.box-category .box-link .box-left .box-promo.promo-poupe-cat .promo-name,
html body .box.box-category .box-link .box-left .box-promo.promo-pvpr-poupe-cat .promo-name {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 22px;
    padding-top: 18px
}

html body .box.box-category .box-link .box-left .box-promo.promo-poupe-cat .promo-discount,
html body .box.box-category .box-link .box-left .box-promo.promo-pvpr-poupe-cat .promo-discount {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

html body .box.box-category .box-link .box-left .box-promo.promo-poupe-cat .promo-discount .int,
html body .box.box-category .box-link .box-left .box-promo.promo-pvpr-poupe-cat .promo-discount .int {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px
}

html body .box.box-category .box-link .box-left .box-promo.promo-poupe-cat .promo-discount .comma,
html body .box.box-category .box-link .box-left .box-promo.promo-pvpr-poupe-cat .promo-discount .comma {
    font-size: 16px;
    line-height: 16px;
    margin-top: 16px
}

html body .box.box-category .box-link .box-left .box-promo.promo-poupe-cat .promo-discount .dec,
html body .box.box-category .box-link .box-left .box-promo.promo-pvpr-poupe-cat .promo-discount .dec {
    font-size: 16px;
    line-height: 16px;
    margin-top: 4px
}

html body .box.box-category .box-link .box-left .box-promo.promo-poupe-cat .promo-discount .euro,
html body .box.box-category .box-link .box-left .box-promo.promo-pvpr-poupe-cat .promo-discount .euro {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    margin-top: 8px
}

html body .box.box-category .box-link .box-left .box-promo.promo-poupe-cat .promo-split,
html body .box.box-category .box-link .box-left .box-promo.promo-pvpr-poupe-cat .promo-split {
    width: 90%;
    height: 1px;
    background: #000;
    margin: 1.2rem auto 1rem
}

html body .box.box-category .box-link .box-left .box-promo.promo-poupe-cat .promo-text,
html body .box.box-category .box-link .box-left .box-promo.promo-pvpr-poupe-cat .promo-text {
    font-family: "sofia-pro-condensed", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase;
    overflow-wrap: break-word;
    width: 90%;
    margin: 0 auto
}

html body .box.box-category .box-link .box-left .promo-logo {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 60px
}

html body .box.box-category .box-link .box-left .promo-logo img {
    display: block;
    max-width: 80%;
    max-height: 100%;
    margin: 0 auto
}

html body .box.box-category .box-link .box-left .promo-logo.promo-na-marca,
html body .box.box-category .box-link .box-left .promo-logo.promo-short-text {
    bottom: 35px;
    height: 80px
}

html body .box.box-category .box-link .box-right {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 140px);
    height: 100%
}

html body .box.box-category .box-link .box-right .box-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

html body .box.box-category .box-link .box-right .box-image img {
    position: absolute;
    max-width: calc(100% - 1rem);
    max-height: calc(100% - 1rem);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

html body .box.box-category.horizontal .box-link .box-top {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 125px;
    z-index: 5
}

html body .box.box-category.horizontal .box-link .box-top .box-promo {
    display: none;
    width: 100%;
    height: 100%;
    color: #000;
    text-align: center
}

html body .box.box-category.horizontal .box-link .box-top .box-promo .promo-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 125px;
    margin: 0;
    padding: 0;
    background-image: url(../images/promos/promo-v2-yellow-cat-small.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top
}

html body .box.box-category.horizontal .box-link .box-top .box-promo .promo-right {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 150px);
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: left
}

html body .box.box-category.horizontal .box-link .box-top .box-promo .promo-right .promo-text {
    font-family: "sofia-pro-condensed", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    overflow-wrap: break-word;
    font-size: 20px;
    line-height: 22px
}

html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-desconto-direto-cat,
html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-desconto-em-cartao-cat,
html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-leve-x-pague-y-cat,
html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-poupe-cat,
html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-pvpr-desconto-direto-cat,
html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-pvpr-poupe-cat {
    display: block
}

html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-desconto-direto-cat .promo-left .promo-discount span,
html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-pvpr-desconto-direto-cat .promo-left .promo-discount span {
    position: absolute;
    top: 7px;
    margin-left: -2px;
    font-size: 22px;
    line-height: 22px
}

html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-desconto-em-cartao-cat .promo-left {
    background-image: url(../images/promos/promo-v2-red-cat-small.png)
}

html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-desconto-em-cartao-cat .promo-left .promo-discount {
    margin-top: 4px;
    height: 125px
}

html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-desconto-em-cartao-cat .promo-left .promo-discount p {
    position: relative;
    font-family: "CoHeadlineBdDaMa", sans-serif;
    color: #e30613;
    font-size: 50px;
    line-height: 50px;
    padding-top: 22px;
    letter-spacing: -4px
}

html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-desconto-em-cartao-cat .promo-left .promo-discount p span {
    position: absolute;
    top: 53px;
    font-size: 14px;
    line-height: 14px;
    right: 40px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff
}

html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-leve-x-pague-y-cat .promo-left .promo-name {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 34px;
    line-height: 30px;
    padding-top: 22px
}

html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-leve-x-pague-y-cat .promo-left .promo-name p span {
    display: block;
    font-size: 26px;
    line-height: 22px;
    margin-top: 4px
}

html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-poupe-cat .promo-left .promo-name,
html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-pvpr-poupe-cat .promo-left .promo-name {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 34px;
    line-height: 30px;
    padding-top: 20px;
    letter-spacing: -2px
}

html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-poupe-cat .promo-left .promo-discount,
html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-pvpr-poupe-cat .promo-left .promo-discount {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-poupe-cat .promo-left .promo-discount .int,
html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-pvpr-poupe-cat .promo-left .promo-discount .int {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 40px
}

html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-poupe-cat .promo-left .promo-discount .comma,
html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-pvpr-poupe-cat .promo-left .promo-discount .comma {
    font-size: 30px;
    line-height: 20px;
    margin-top: 20px
}

html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-poupe-cat .promo-left .promo-discount .dec,
html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-pvpr-poupe-cat .promo-left .promo-discount .dec {
    font-size: 25px;
    line-height: 25px;
    margin-top: 4px
}

html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-poupe-cat .promo-left .promo-discount .euro,
html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-pvpr-poupe-cat .promo-left .promo-discount .euro {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px
}

html body .box.box-category.horizontal .box-link .box-bottom {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 100px);
    z-index: 3
}

html body .box.box-category.horizontal .box-link .box-bottom .picto {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 10%;
    /* left: 120px; */
    width: 100%;
}

html body .box.box-category.horizontal .box-link .box-bottom .picto .picto-iva-zero {
    background-image: url(../images/pictos/iva-zero.png);
    width: 62.5px;
    height: 62.5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9999999
}

html body .box.box-category.horizontal .box-link .box-bottom .picto .picto-novidade {
    width: 62.5px;
    height: 62.5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9999999;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 12px;
}

html body .box.box-category.horizontal .box-link .box-bottom .box-logo-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    height: calc(100% - 50px);
    text-align: center
}

html body .box.box-category.horizontal .box-link .box-bottom .box-logo-image img {
    position: absolute;
    max-width: 120px;
    max-height: 120px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

html body .box.box-category.horizontal .box-link .box-bottom .box-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 135px);
    height: 100%;
}

html body .box.box-category.horizontal .box-link .box-bottom .only-image {
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 100%;
    height: calc(100% - 30px);
    display: flex;
    justify-content: flex-end;
}

html body .box.box-category.horizontal .box-link .box-bottom .box-image.only-image img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    bottom: 0;
}


html body .box.box-category.horizontal .box-link .box-bottom .box-image img:not(.only-image img) {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

html body .box.box-category.horizontal.marca-da-semana .promo-marca-da-semana {
    top: 60px
}

html body .box.box-category.horizontal.marca-da-semana .promo-marca-da-semana img {
    width: 100%;
    height: 100%;
    margin: 0
}

html body .box.marca-da-semana .promo-marca-da-semana {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 100px;
    height: 100px;
    z-index: 60;
    border-radius: 100%
}

html body .box.marca-da-semana .promo-marca-da-semana img {
    width: 102%;
    height: 102%;
    margin-top: -1%;
    margin-left: -1%
}

html body .box.promo-pvpr-desconto-direto .box-price,
html body .box.promo-pvpr-poupe .box-price,
html body .box.promo-pvpr-simples-riscado .box-price {
    position: relative
}

html body .box.promo-pvpr-desconto-direto .box-price .promo-extra,
html body .box.promo-pvpr-poupe .box-price .promo-extra,
html body .box.promo-pvpr-simples-riscado .box-price .promo-extra {
    left: 0;
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    position: absolute;
    top: 4px;
    right: 50px;
    font-size: 10px;
    line-height: 10px;
    color: #000
}

html body .cards-gap {
    gap: 20px
}

body,
html {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none
}

html body * {
    max-height: 10000000px
}

body.fix-linux-android1 .box.box-product.promo-desconto-em-cartao .box-promo .promo-banner-front .promo-extra {
    top: 3px
}

body.fix-linux-android1 .box.box-product.promo-leve-x-pague-y .box-promo .promo-price-box-extra .promo-price-box-extra-left,
body.fix-linux-android1 .box.box-product.promo-leve-x-pague-y .box-promo .promo-price-box-extra .promo-price-box-extra-right,
body.fix-linux-android1 .box.box-product.promo-leve-x-por-y-euros .box-promo .promo-price-box-extra .promo-price-box-extra-left,
body.fix-linux-android1 .box.box-product.promo-leve-x-por-y-euros .box-promo .promo-price-box-extra .promo-price-box-extra-right {
    top: 0
}

body.fix-linux-android1 .box.box-product.promo-na-compra-da-2a-unidade .box-promo .promo-price-box-extra {
    line-height: 12px
}

body.fix-linux-android1 .box.box-category .box-promo .promo-banner-front .promo-direct,
body.fix-linux-android1 .box.box-product.promo-na-compra-da-2a-unidade .box-promo .promo-banner-front .promo-direct {
    top: 40px
}

body.fix-linux-android1 .box.box-product.promo-poupe .box-promo .promo-banner-front .promo-extra,
body.fix-linux-android1 .box.box-product.promo-pvpr-poupe .box-promo .promo-banner-front .promo-extra {
    top: 1px
}

body.fix-linux-android1 .box.box-category .box-promo .promo-banner-front.promo-banner-large-front .promo-direct {
    top: 45px
}

body.fix-linux-android1 .box.box-category.promo-desconto-direto-cat .box-promo .promo-banner-front .promo-direct {
    top: 40px
}

body.fix-linux-android1 .box.box-category.promo-leve-x-pague-y-cat .box-link .box-image {
    height: 210px
}

body.fix-linux-android1 .box.box-category.promo-leve-x-pague-y-cat .box-promo .promo-price-box-extra {
    line-height: 13px
}

body.fix-linux-android1 .box.box-category.promo-leve-x-pague-y-cat .box-promo .promo-price-box-extra .promo-price-box-extra-left,
body.fix-linux-android1 .box.box-category.promo-leve-x-pague-y-cat .box-promo .promo-price-box-extra .promo-price-box-extra-right {
    top: 0
}

body.fix-linux-android1 .box.box-category.promo-poupe-cat .box-promo .promo-banner-front .promo-extra,
body.fix-linux-android1 .box.box-category.promo-pvpr-poupe-cat .box-promo .promo-banner-front .promo-extra {
    top: 2px
}

body.fix-linux-android1 .box.box-category.promo-poupe-cat .box-promo .promo-banner-front .promo-discount,
body.fix-linux-android1 .box.box-category.promo-pvpr-poupe-cat .box-promo .promo-banner-front .promo-discount {
    top: 29px
}

#product-popup .box:nth-child(1),
#product-popup .box:nth-child(2) {
    border-bottom: none
}

#product-popup .box:nth-child(odd) {
    border-right: none
}

#product-popup .box.box-product .box-link {
    cursor: default
}

.swiper-slide.cover .magazine::before,
.swiper-slide.special .magazine {
    background-image: url(../images/logos/small-logo-continente-white.svg);
    background-repeat: no-repeat;
    background-size: 85px
}

.swiper-slide.cover .magazine::before {
    content: "";
    position: absolute;
    top: 3%;
    left: 5%;
    width: 85px;
    height: 85px;
    z-index: 4
}

.swiper-slide.cover .magazine::after {
    content: "";
    position: absolute;
    top: 40px;
    right: 40px;
    width: 130px;
    height: 30px;
    background-image: url(../images/loja-site-app.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-filter: invert(1);
    filter: invert(1);
    z-index: 4
}

.swiper-slide.generic,
.swiper-slide.special {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.swiper-slide.special .magazine {
    background-position: 5% 3%;
    background-color: unset
}

.swiper-slide.special .magazine .button-link {
    display: block;
    position: absolute;
    top: 1010px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: "NeutraText-Bold";
    left: 51%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    background-color: #eb0203;
    padding: 13px 30px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 42px
}

.swiper-slide.generic .magazine {
    background-color: transparent
}

.swiper-slide.generic .magazine .waterstamp {
    position: absolute;
    top: 3%;
    left: 5%;
    width: 85px;
    height: 85px;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide.generic .magazine::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none
}

.swiper-slide.generic .magazine::after {
    content: "";
    position: absolute;
    top: 40px;
    right: 40px;
    width: 130px;
    height: 30px;
    background-image: url(../images/loja-site-app.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-filter: invert(1);
    filter: invert(1);
    z-index: 4
}

.swiper-slide.generic .subtitle,
.swiper-slide.generic .title {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase
}

.swiper-slide.generic .title {
    top: 200px;
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    font-family: "NeutraText-Bold"
}

.swiper-slide.generic .subtitle {
    top: 320px;
    font-size: 22px;
    line-height: 22px;
    font-family: "NeutraText-Book"
}

.swiper-slide.generic .generic-link {
    display: block;
    width: 424px;
    height: 600px;
    position: absolute;
    top: 420px;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(-7deg);
    -ms-transform: translate(-50%, 0) rotate(-7deg);
    transform: translate(-50%, 0) rotate(-7deg);
    -webkit-box-shadow: -15px 15px 0 rgba(0, 0, 0, .7);
    box-shadow: -15px 15px 0 rgba(0, 0, 0, .7);
    z-index: -1
}

.swiper-slide.generic .generic-link img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.swiper-slide.generic .button-link {
    display: block;
    position: absolute;
    top: 1010px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: "NeutraText-Bold";
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #eb0203;
    padding: 13px 30px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 42px
}

html body .box.box-product .box-link .box-left .box-promo.promo-desconto-direto,
html body .box.box-product .box-link .box-left .box-promo.promo-na-compra-da-2a-unidade {
    background-image: url(../images/promos/promo-v3-yellow-discount-small.png)
}

html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-desconto-direto-cat .promo-left {
    background-image: url(../images/promos/promo-v3-yellow-cat-discount-small.png)
}

html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-desconto-direto-cat .promo-left p {
    color: #fff
}

html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-desconto-direto-cat .promo-left .promo-extra,
html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-pvpr-desconto-direto-cat .promo-left .promo-extra {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 10px;
    padding-top: 5px;
    width: 30px;
    margin: 6px 0 0 8px;
    text-align: left;
    position: absolute
}

html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-desconto-direto-cat .promo-left .promo-name,
html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-pvpr-desconto-direto-cat .promo-left .promo-name {
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    width: 100%
}

html body .box.box-product .box-link .box-left .box-promo.promo-pvpr-desconto-direto .promo-name {
    font-size: 14px;
    line-height: 14px;
    width: 75px;
    margin: 2px auto 0
}

html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-pvpr-desconto-direto-cat .promo-left .promo-discount {
    position: relative;
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: 60px;
    width: 100%;
    margin: 15px 0 8px;
    padding: 0
}

html body .box.box-product .box-link .box-left .box-promo.promo-desconto-direto .promo-name,
html body .box.box-product .box-link .box-left .box-promo.promo-na-compra-da-2a-unidade .promo-name {
    font-size: 11px;
    line-height: 11px;
    margin-top: 9px;
    color: #fff
}

html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-desconto-direto-cat .promo-left .promo-name,
html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-pvpr-desconto-direto-cat .promo-left .promo-name {
    font-size: 11px;
    line-height: 11px;
    margin-top: 16px
}

html body .box.box-category.horizontal .box-link .box-top .box-promo.promo-desconto-direto-cat .promo-left .promo-discount {
    position: relative;
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    width: 100%;
    padding: 0;
    font-size: 72px;
    line-height: 72px;
    margin: 7px 0 6px
}

.recipe-head{
    background-repeat: no-repeat;
}

.recipe-header-container{
    background-size: cover;
    background-position: 50% 50%;
    width: 768px;
    height: 290px
}

.recipe-box{
    width: 700px;
    height: 588px;
    padding: 0;
    -webkit-box-shadow: 0 10px 25px 0 rgba(154,161,186,.2), 0 4px 4px 0 rgba(154,161,186,.25);
    box-shadow: 0 10px 25px 0 rgba(154,161,186,.2), 0 4px 4px 0 rgba(154,161,186,.25);
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: 15px 0 30px 0;
}

.recipe-image{
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 325px;
    object-fit: cover;
    width: 100%;
}

.recipe-info{
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    font-family: "NeutraText-Bold";
    text-align: left;
    margin-top: 30px;

    h2{
       height: 80px; 
    }
}

.recipe-moreInfo{
    display: flex;
    gap: 30px;
    margin-top: 20px;
    font-family: "NeutraText-Book";
    font-weight: normal;
    color: #6f6f6f;
    font-size: 20px;
}

.recipe-link{
    text-align: center;
    font-size: 1.375rem;
    line-height: 1.5rem;
    padding: 10px 1rem 10px 1rem;
    text-transform: uppercase;
    width: 12rem;
    font-family: "NeutraText-Bold";
    display: block;
    background-color: #eb0203;
    background-size: 2.2rem;
    border-radius: 2rem;
    z-index: 50;
    cursor: pointer;
    color: #fff;
}

.recipe-actions{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.recipe-feedback {
    background-color: transparent;
    background-size: 2.2rem;
    border-radius: 2rem;
    z-index: 50;
    cursor: pointer;
    color: #fff;
    padding: 10px 1rem;
    display: flex;
    gap: 10px;
    position: relative;
}

/* Styles for greyed-out left side */
.selected-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #eb0203;
    pointer-events: none; /* Ensure it does not block clicks */
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

/* Styles for greyed-out right side */
.selected-right::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #eb0203;
    pointer-events: none; /* Ensure it does not block clicks */
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

.border{
    border-right: 1px solid transparent;
    margin: -6px 0;
}

.loading-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    height: 100vh; 
    visibility: visible; 
    opacity: 1;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 500px;
}

.spinner-border{
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    border-radius: 20px;
    width: 90%;
    padding: 10px;
    gap: 10px;
}

.loading-container p{
    font-size: 20px;
    text-align: center;
    font-family: "NeutraText-Bold";
}
  
.spinner {
    border: 9px solid rgba(255, 0, 0, 0.3); 
    border-top: 9px solid red; 
    border-radius: 50%; 
    width: 55px; 
    height: 55px; 
    animation: spin 1s linear infinite; 
    margin-top: 10px;
    visibility: visible;
    opacity: 1; 
    z-index: 9999; 
}

.loading-spinner,
.error-spinner{
    display: flex;
    justify-content: center;
}

.error-spinner{
    margin-top: 40px;
}

.loading-spinner{
    margin-top: 0;
}

.spinner-white {
    border: 9px solid rgba(0, 0, 0, 0); 
    border-top: 9px solid white; 
    border-radius: 50%; 
    width: 150px; 
    height: 150px; 
    animation: spin 1s linear infinite; 
    margin-top: 10px;
    visibility: visible;
    opacity: 1; 
    z-index: 9999; 
}

.spinner-white-desktop {
    border: 5px solid rgba(0, 0, 0, 0); 
    border-top: 5px solid white; 
    border-radius: 50%; 
    width: 100px; 
    height: 100px; 
    animation: spin 1s linear infinite; 
    visibility: visible;
    opacity: 1; 
    z-index: 9999; 
    margin-top: -20px;
}

.header-text{
    font-family: "NeutraText-Bold";
    color: white;
    padding: 170px 140px 0 140px;
}

.header-title{
    font-size: 60px;
    text-transform: uppercase;
}

.header-sub-title{
    font-size: 25px;
    margin-top: 20px;
    font-family: "NeutraText-Book";
}

.header-text-desktop{
    font-family: "NeutraText-Bold";
    color: white;
    padding: 10px 140px 0 140px;
}

.header-title-desktop{
    font-size: 40px;
    text-transform: uppercase;
}

.header-sub-title-desktop{
    font-size: 15px;
    margin-top: 20px;
    font-family: "NeutraText-Book";
}

.box-error,
.box-error-desktop{
    height: auto;
    background-color: white;
    margin: 130px 40px;
}

.box-error-desktop{
    margin: 110px auto 30px auto !important;
    width: 70%;
}

.box-error-desktop #content-box, #content-box .title{
    width: 65%;
    font-size: 50px;
    line-height: 50px;
    overflow-wrap: break-word;
}

.box-error-desktop #content-box, #content-box .subtitle{
    width: 80%;
    font-size: 21px;
    overflow-wrap: break-word;
}

.box-error-desktop #content-box, #content-box .content{
    gap: 130px;
    height: 250px;
}

.content{
    display: flex;
    flex-direction: row;
    gap: 90px;
}

.box-error-info{
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin: 50px 0;
    font-family: "NeutraText-Book";
    font-size: 25px;
    text-align: left;
}

.box-error-desktop #content-box, #content-box .box-error-info{
    margin: 40px 0;
    font-size: 18px;
    width: 320px;
    padding-right: 20px;
}

.button-flyers-link{
    font-family: "NeutraText-Bold";
    border-radius: 30px;
    background-color: red;
    color: white;
    padding: 10px;
    font-size: 25px;
    text-transform: uppercase;
    width: 240px;
    text-align: center;
}

.box-error-desktop #content-box, #content-box .button-flyers-link{
    font-size: 20px;
    width: 210px;
}

.error-body{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.error-page{
    background-image: url("/assets/images/backgrounds/background-indisponivel.jpg");
    background-repeat: no-repeat;
}

.error-page-desktop{
    background-image: url("/assets/images/backgrounds/background-indisponivel-desktop.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    transform-origin: 0px 0px;
}

.error-page-desktop::before{
    content: "";
    position: absolute;
    top: 5%;
    left: 5%;
    width: 85px;
    height: 85px;
    z-index: 4;
    background-image: url(../images/logos/small-logo-continente-white.svg);
    background-repeat: no-repeat;
    background-size: 85px;
}

.error-page-desktop::after{
    content: "";
    position: absolute;
    top: 40px;
    right: 40px;
    width: 130px;
    height: 30px;
    background-image: url(../images/loja-site-app.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-filter: invert(1);
    filter: invert(1);
    z-index: 4;
}

.loading-page{
    background-image: url("/assets/images/backgrounds/loading_mobile.png");
    background-repeat: no-repeat;
}

.loading-page-desktop{
    background-image: url("/assets/images/backgrounds/loading.png");
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    transform-origin: 0px 0px;
    width: 60%;
    height: 70%;
    background-position: bottom;
    border-radius: 15px;
    box-sizing: border-box;
}

.loading-page-desktop::before{
    content: "";
    position: absolute;
    top: 5%;
    left: 5%;
    width: 85px;
    height: 85px;
    z-index: 4;
    background-image: url(../images/logos/small-logo-continente-white.svg);
    background-repeat: no-repeat;
    background-size: 85px;
}

.loading-page-desktop::after{
    content: "";
    position: absolute;
    top: 40px;
    right: 40px;
    width: 130px;
    height: 30px;
    background-image: url(../images/loja-site-app.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-filter: invert(1);
    filter: invert(1);
    z-index: 4;
}

.loading-page-text{
    font-family: Neutratext-Bold;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    gap: 10px;
}

.loading-page-desktop .loading-page-text{
    margin: 0;
}

.loading-page-text p {
    font-size: 45px;
    text-transform: uppercase;
}

.loading-page-desktop .loading-page-text p {
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    overflow-wrap: break-word;
    width: 60%;
}

.loading-body{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

@media only screen and (max-width:768px) {
    .loading-page-desktop .loading-page-text p {
        font-size: 25px;
    }
}

@media (max-width: 1510px) {
    .box-error-desktop{
        width: 100%;
    }
}

.error-img{
    display: block;
    width: 212px;
    height: 300px;
    position: relative;
    top: 25px;
    left: 75%;
    -webkit-transform: translate(-50%, 0) rotate(-7deg);
    -ms-transform: translate(-50%, 0) rotate(-7deg);
    transform: translate(-50%, 0) rotate(-7deg);
    -webkit-box-shadow: -15px 15px 0 rgba(10, 3, 3, 0.7);
    box-shadow: -15px 15px 0 rgba(0, 0, 0, .7);
    background-color: #e6b287;
    background-image: url("/assets/images/folheto-background.png");
}

.box-error-desktop #content-box, #content-box .error-img{
    scale: 0.85;
    top: 0;
    left: 65%;
}

.header-text-receita{
    margin-top: -1.5rem !important;
    font-family: "NeutraText-Bold";
}

.smaller{
    font-size: 40px !important;
}

.larger{
    font-size: 60px !important;
}

.sub-title{
    font-family: "NeutraText-Book";
    color: #6f6f6f;
    font-weight: normal;
}

.recipe{
   width: 728px; 
   padding-top: 10px;
}

.recipe-title{
    width: 700px;
    font-family: "NeutraText-Bold";
    text-transform: uppercase;
    height: 120px;
}

/* .picto{
    display: flex;
    position: absolute;
    bottom: 10%;
} */

.selos-card{
    display: flex;
    position: absolute;
    top: 820px;
    left: 51%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 13px 30px;
    gap: 80px;
}

.selo{
    background-color: #fff;
}

@keyframes spin {
    0% { transform: rotate(0deg); } 
    100% { transform: rotate(360deg); } 
}

.recipe-box-bottom{
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    z-index: 100;

    .recipe-box-button{
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        overflow-wrap: break-word;
        font-family: "NeutraText-Bold";
        font-size: 1.375rem;
        line-height: 1.7rem;
        background-color: #eb0203;
        color: #fff;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        padding: 4px 10px 4px 3px;
        display: flex;
        gap: 10px;
    }
}

.recipe-popup-show {
    bottom: 1rem;
    position: absolute;
    right: 1rem;
    width: calc(100% - 2rem);
    text-align: center;
    z-index: 80;


    a {
        display: inline-flex;
        background-color: #fff;
        color: #eb0203;
        padding: .5rem 2rem;
        border-radius: 20px;
        font-family: "NeutraText-Bold";
        font-size: 18px;
        line-height: 24px;
        cursor: pointer;
        text-decoration: none;
        text-transform: uppercase;
        border: 2px solid #eb0203;
    }
}

#product-popup .product-popup-buy-button a.buy-button-popup-large {
    width: 311px !important;
    display: flex;
    justify-content: center;
}

#product-popup .product-popup-buy-button a.buy-button-popup-large.added {
    width: 311px !important;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
}