@import url(https://fonts.googleapis.com/css2?family=Mukta:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&display=swap);
@import url(https://fonts.cdnfonts.com/css/ibm-plex-sans);
@import url(https://fonts.cdnfonts.com/css/lato);
@import url(https://fonts.googleapis.com/css2?family=Ovo&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
/* GLOBALS */
:root {
    /* MAIN COLORS */
    --primary: #383838;
    --secondary: #AD0000;
    --disabled: #ADADAD;

    --bg-color: #EDEDED;

    --title: #383838;
    --title-secondary: #141C24;
    --content: #6C6C70;

    --text-1: #2c2c2c;
    --text-secondary: #6C6C70;

    --success: #31B669;
    --warning: #EDBE30;
    --error: #F02A2A;
    --alert: #145AB9;

    --black: #000;
    --white: #FFF;

    --primary-bambino: #363694;
    --secondary-bambino: #383838;

    --primary-adt: #6F7170;
    --secondary-adt: #A3C048;

    --primary-hover: #4D4C4C;
    /* END MAIN COLORS */

    --order-progress-bar: #AD0000;

    --primary-bosi: #AD0000;
    --secondary-bosi: #383838;
    /* END MAIN COLORS */

    /* END LANDING COLORS */
    --primary-landing-bosi: #722627;
    --secondary-landing-bosi: #AC0000;
    --tertiary-landing-bosi: #684E37;

    /* END LANDING COLORS */

    /* FONTS */
    --ff-primary: "Mukta", sans-serif;
    --ff-secondary: "Mukta", sans-serif;
    --ff-tertiary: "Mukta", sans-serif;
    --ff-fourth: "Ovo", sans-serif;

    /* END FONTS */

    /* LOGIN */
    --login-input-color: #333;
    --login-input-border: 1px solid #000;
    --login-input-border-radius: 0px;

    --login-input-label-email: 'Email';
    --login-input-label-password: 'Contraseña';
    --login-email-verification-title: 'Ingresa tu correo electrónico para enviarte el código de acceso';
    --login-email-access-title: 'Entra con tu e-mail y contraseña';

    --login-button-border-radius: 0px;
    --login-button-color: #383838;
    --login-button-padding: 8px 19px !important;
    /* END LOGIN */

    /* GENERAL */
    --general-border-color: #ADADAD;
    --general-border-radius: 0;
    --general-border-width: 1px;
    --general-light-shadow-color: #00000025;

    /* END GENERAL */

    /* FORMS */
    --input-color: #6C6C70;
    --input-border-color: #ADADAD;
    --input-border-radius: 0;
    --input-border-width: 1px;
    --input-checkbox-border-radius: 1px;
    /* END FORMS */

    /* BUTTONS */
    --general-button-color: #FFF;
    --general-button-background: #000;
    --general-button-border-radius: 0px;

    --secondary-button-color: var(--secondary);
    --secondary-button-background: var(--white);

    --violet: #383838;
    /* END BUTTONS */

    /* ORDER */
    --order-status-cancelled: #6C6C70;
    --order-status-success: #359461;
    --order-status-general: #6C6C70;
    /* END ORDER */

    /* ALERTS */
    --alert-bg-info: #FCFCFC;
    /* END ALERTS */

    /* STATIC CONTENT */
    --static-content-borders-color: #D8D8DC;
    --static-content-menu-font-color: #AEAEB2;

    --static-content-menu-scrollbar-bg: #D9D9D9;
    --static-content-menu-scrollbar-thumb-bg: #383838;
    /* STATIC CONTENT END*/

    --max-width-container: 1008px;
}

@media screen and (min-width: 120em) {
    :root {
        --max-width-container: 1440px;
    }
}
.vtex-product-list-0-x-quantitySelectorWrapper--minicart-quantity .vtex-product-list-0-x-inputContainer input {
    color: var(--primary);
    text-align: center;
    font-family: var(--ff-secondary);
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 12.326px;
    letter-spacing: 0.036px;
}

.vtex-product-list-0-x-quantitySelectorButton--minicart-quantity svg {
    width: 0;
}

.vtex-product-list-0-x-quantitySelectorDecrease--minicart-quantity::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><rect width="11.6206" height="11.6206" transform="translate(0.276398)" fill="white"/><path d="M4.14984 5.81024H8.02336" stroke="%23383838" stroke-width="0.968379" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.vtex-product-list-0-x-quantitySelectorIncrease--minicart-quantity::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="12" viewBox="0 0 13 12" fill="none"><rect width="11.6206" height="11.6206" transform="translate(0.417145)" fill="white"/><path d="M6.22742 3.87347V7.74699" stroke="%23383838" stroke-width="0.968379" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.29065 5.81024H8.16417" stroke="%23383838" stroke-width="0.968379" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.vtex-flex-layout-0-x-flexRowContent--minicart-container-elements > .vtex-flex-layout-0-x-stretchChildrenWidth:nth-child(2) {
    width: 100% !important;
}

.vtex-login-2-x-accountOptions > div:first-child {
    padding: 24px 21px;
    margin: 0;
}

.vtex-my-orders-app-3-x-orderProduct > div:first-child {
    max-width: 89px;
}

.vtex-my-orders-app-3-x-orderProduct > div:last-child {
    margin-left: 15px;
    width: calc(100% - 110px);
    padding: 0;
}

.vtex-my-orders-app-3-x-orderProduct > div:first-child img {
    width: 100%;
}

.vtex-my-orders-app-3-x-orderBody > div:last-child {
    max-width: 195px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    margin-top: 20px;
}

.vtex-my-orders-app-3-x-orderHeader > div:nth-child(2) .vtex-my-orders-app-3-x-orderHeaderValue {
    font-weight: 700;
    color: var(--primary);
    font-size: 14px;
}

.vtex-my-orders-app-3-x-orderHeader > div:nth-child(3) > div:nth-child(3) {
    margin: 0;
    line-height: 1;
}

.vtex-my-orders-app-3-x-orderHeader > div:nth-child(3) > div:nth-child(3) div {
    padding: 0;
}

.vtex-account span[class~="c-on-base"],
.vtex-account span[class~="c-on-muted-1"],
.vtex-account span[class~="c-muted-3"],
.vtex-account span[class~="c-on-danger"],
.vtex-account span[class~="c-on-success"]{
    line-height: 1;
    text-align: right;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12px;
    min-height: 16px;
    display: flex;
    align-items: center;
    padding: 1px 5px;
    box-sizing: border-box;
    border-radius: var(--general-border-radius);
}

.vtex-account div[class~="bg-muted-1"],
.vtex-account div[class~="bg-danger"],
.vtex-account div[class~="bg-success"] {
    padding: 0;
}

.vtex-account [class~="bg-muted-1"] {
    background: var(--order-status-general);
}

.vtex-account [class~="bg-danger"] {
    background: var(--order-status-cancelled);
}

.vtex-account [class~="bg-success"] {
    background: var(--order-status-success);
}

.vtex-account [class~="c-on-muted-1"] {
    background: var(--order-status-general);
    color: var(--white);
}

[class~="c-on-danger"] {
    color: var(--white);
}


@media screen and (max-width: 39.9em) {
    .vtex-my-orders-app-3-x-orderHeader > div:nth-child(3) {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }
}

@media screen and (min-width: 40em) {
    .vtex-my-orders-app-3-x-orderProduct > div:last-child {
        width: calc(100% - 104px);
    }
}

@media screen and (min-width: 48em) {
    .vtex-my-orders-app-3-x-orderBody > div:last-child {
        margin-top: 0;
    }
}

@media screen and (min-width: 64em) {
    .vtex-my-orders-app-3-x-orderProduct > div:last-child {
        margin-left: 15px;
        width: calc(100% - 105px);
        padding: 0;
    }
}

.vtex-flex-layout-0-x-flexRowContent--copyright-footer .vtex-flex-layout-0-x-stretchChildrenWidth:nth-child(1) {
    grid-area: delivery;
}

.vtex-flex-layout-0-x-flexRowContent--copyright-footer .vtex-flex-layout-0-x-stretchChildrenWidth:nth-child(2) {
    grid-area: secure-site;
}

.vtex-flex-layout-0-x-flexRowContent--copyright-footer .vtex-flex-layout-0-x-stretchChildrenWidth:nth-child(3) {
    grid-area: copyright;
}

#store-locator .vtex-menu-2-x-styledLinkContent--menu-footer-1 {
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    color: var(--Colores-gris-dark, #6C6C70);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.07px;
} 
.vtex-brand-challenge--bosi div[class~="wpn-bubble-widget"]{
    bottom: 4.4rem !important;
}

@media screen and (min-width: 40em) {
    .vtex-menu-2-x-menuItem--item-section-footer .overflow-hidden {
        height: 100% !important;
    }

    .vtex-menu-2-x-menuContainer--menu-footer-1 .vtex-menu-2-x-menuItem--menu-footer:nth-child(3) .vtex-menu-2-x-styledLinkContainer--menu-footer-1,
    .vtex-menu-2-x-menuContainer--menu-footer-1 .vtex-menu-2-x-menuItem--menu-footer:nth-child(4) .vtex-menu-2-x-styledLinkContainer--menu-footer-1,
    .vtex-menu-2-x-menuContainer--menu-footer-1 .vtex-menu-2-x-menuItem--menu-footer:nth-child(5) .vtex-menu-2-x-styledLinkContainer--menu-footer-1 {
        padding: 0;
    }
}
.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--000000"],
.vtex-search-result-3-x-filter__container--color .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--000000"] {
    background-color: #000000;
}

.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--ffffff"],
.vtex-search-result-3-x-filter__container--color .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--ffffff"] {
    background-color: #ffffff;
    border: 0.063rem solid var(--primary);
}

.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--bebebe"],
.vtex-search-result-3-x-filter__container--color .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--bebebe"] {
    background-color: #bebebe;
}

.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--ff0000"],
.vtex-search-result-3-x-filter__container--color .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--ff0000"] {
    background-color: #ff0000;
}

.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--d4af37"],
.vtex-search-result-3-x-filter__container--color .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--d4af37"] {
    background-color: #d4af37;
}

.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--db8515"],
.vtex-search-result-3-x-filter__container--color .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--db8515"] {
    background-color: #db8515;
}

.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--63320b"],
.vtex-search-result-3-x-filter__container--color .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--63320b"] {
    background-color: #63320b;
}

.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--040e88"],
.vtex-search-result-3-x-filter__container--color .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--040e88"] {
    background-color: #040e88;
}

.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--e9ccaa"],
.vtex-search-result-3-x-filter__container--color .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--e9ccaa"] {
    background-color: #e9ccaa;
}

.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--2b662b"],
.vtex-search-result-3-x-filter__container--color .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--2b662b"] {
    background-color: #2b662b;
}

.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--ffc700"],
.vtex-search-result-3-x-filter__container--color .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--ffc700"] {
    background-color: #ffc700;
}

.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--ffc0cb"],
.vtex-search-result-3-x-filter__container--color .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--ffc0cb"] {
    background-color: #ffc0cb;
}

.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--922952"],
.vtex-search-result-3-x-filter__container--color .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--922952"] {
    background-color: #922952;
}

.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--fc53a7"],
.vtex-search-result-3-x-filter__container--color .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--fc53a7"] {
    background-color: #fc53a7;
}

.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--23a8b1"],
.vtex-search-result-3-x-filter__container--color .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--23a8b1"] {
    background-color: #23a8b1;
}

.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--f37968"],
.vtex-search-result-3-x-filter__container--color .vtex-search-result-3-x-filterItem .vtex-checkbox__label[for="color--f37968"] {
    background-color: #f37968;
}

.vtex-search-result-3-x-filterTemplateOverflow[aria-hidden="true"] {
    padding: 0 !important;
    display: none;
}

.vtex-search-result-3-x-filter__container--priceRange .vtex-search-result-3-x-filterTemplateOverflow[aria-hidden="true"] {
    display: block;
}


.vtex-search-result-3-x-filter__container--selectedFilters~.vtex-search-result-3-x-filter__container--clearAllFilters {
    display: flex;
}

.vtex-slider__base + div {
    left: 6px;
}

.vtex-slider-container {
    padding: 1.5rem 1.563rem 1rem 2.344rem;
}

.vtex-slider__selector-container:last-child {
    right: 6px;
}

.vtex-slider__selector-container .absolute {
    top: -30px;
    margin-bottom: 10px;
}

/* BREADCRUMB */
a[href*="ffc0cb?"] {
    font-size: 0;
}

a[href*="ffc0cb?"]:after {
    content: 'Rosado';
    font-size: 12px;
}

a[href*="000000?"] {
    font-size: 0;
}

a[href*="000000?"]:after {
    content: 'Negro';
    font-size: 12px;
}

a[href*="ffffff?"] {
    font-size: 0;
}

a[href*="ffffff?"]:after {
    content: 'Blanco';
    font-size: 12px;
}

a[href*="bebebe?"] {
    font-size: 0;
}

a[href*="bebebe?"]:after {
    content: 'Gris';
    font-size: 12px;
}

a[href*="ff0000?"] {
    font-size: 0;
}

a[href*="ff0000?"]:after {
    content: 'Rojo';
    font-size: 12px;
}

a[href*="d4af37?"] {
    font-size: 0;
}

a[href*="d4af37?"]:after {
    content: 'Dorado';
    font-size: 12px;
}

a[href*="db8515?"] {
    font-size: 0;
}

a[href*="db8515?"]:after {
    content: 'Ocre';
    font-size: 12px;
}

a[href*="63320b?"] {
    font-size: 0;
}

a[href*="63320b?"]:after {
    content: 'Café';
    font-size: 12px;
}

a[href*="040e88?"] {
    font-size: 0;
}

a[href*="040e88?"]:after {
    content: 'Azul';
    font-size: 12px;
}

a[href*="e9ccaa?"] {
    font-size: 0;
}

a[href*="e9ccaa?"]:after {
    content: 'Nude';
    font-size: 12px;
}

a[href*="2b662b?"] {
    font-size: 0;
}

a[href*="2b662b?"]:after {
    content: 'Verde';
    font-size: 12px;
}

a[href*="ffc700?"] {
    font-size: 0;
}

a[href*="ffc700?"]:after {
    content: 'Amarillo';
    font-size: 12px;
}

a[href*="922952?"] {
    font-size: 0;
}

a[href*="922952?"]:after {
    content: 'Vinotinto';
    font-size: 12px;
}

a[href*="fc53a7?"] {
    font-size: 0;
}

a[href*="fc53a7?"]:after {
    content: 'Fucsia';
    font-size: 12px;
}

a[href*="23a8b1?"] {
    font-size: 0;
}

a[href*="23a8b1?"]:after {
    content: 'Turquesa';
    font-size: 12px;
}

a[href*="f37968?"] {
    font-size: 0;
}

a[href*="f37968?"]:after {
    content: 'Coral';
    font-size: 12px;
}


.vtex-search-result-3-x-orderByOptionsContainer
    .vtex-search-result-3-x-orderByOptionItem:nth-child(5) {
    order: 0;
}

.vtex-search-result-3-x-orderByOptionsContainer
    .vtex-search-result-3-x-orderByOptionItem:nth-child(6) {
    order: 1;
}

.vtex-search-result-3-x-orderByOptionsContainer
    .vtex-search-result-3-x-orderByOptionItem:nth-child(4) {
    order: 2;
}

.vtex-search-result-3-x-orderByOptionsContainer
    .vtex-search-result-3-x-orderByOptionItem:nth-child(3) {
    order: 3;
}

.vtex-search-result-3-x-orderByOptionsContainer.db {
    display: flex;
}

.vtex-flex-layout-0-x-flexRowContent--items-deparment .vtex-flex-layout-0-x-flexColChild:nth-child(1) {
    order: 1;
}

.vtex-flex-layout-0-x-flexRowContent--items-deparment .vtex-flex-layout-0-x-flexColChild:nth-child(3) {
    order: 2;
}

.vtex-flex-layout-0-x-flexRowContent--items-deparment .vtex-flex-layout-0-x-flexColChild:nth-child(2) {
    order: 3;
}

.vtex-flex-layout-0-x-flexRowContent--items-deparment .vtex-flex-layout-0-x-flexColChild:nth-child(4) {
    order: 4;
}

.vtex-flex-layout-0-x-flexRowContent--items-deparment .vtex-flex-layout-0-x-flexColChild:nth-child(5) {
    order: 5;
}

@media screen and (min-width: 40em) {
    .vtex-flex-layout-0-x-flexRowContent--items-deparment .vtex-flex-layout-0-x-flexColChild:nth-child(1) {
        order: 1;
    }

    .vtex-flex-layout-0-x-flexRowContent--items-deparment .vtex-flex-layout-0-x-flexColChild:nth-child(2) {
        order: 2;
    }

    .vtex-flex-layout-0-x-flexRowContent--items-deparment .vtex-flex-layout-0-x-flexColChild:nth-child(3) {
        order: 3;
    }

    .vtex-flex-layout-0-x-flexRowContent--items-deparment .vtex-flex-layout-0-x-flexColChild:nth-child(4) {
        order: 4;
    }

    .vtex-flex-layout-0-x-flexRowContent--items-deparment .vtex-flex-layout-0-x-flexColChild:nth-child(5) {
        order: 5;
    }
}

@media screen and (min-width: 64em) {
    .vtex-list-context-0-x-item--grid-department:nth-child(3n) {
        display: grid;
        grid-column: 1/4;
    }
}
.vtex-search-result-3-x-accordionFilter .ReactCollapse--collapse:last-child {
    height: auto !important;
    overflow: initial !important;
}

.vtex-search-result-3-x-accordionFilter .ReactCollapse--collapse:last-child .pl8 {
    padding: 0;
}
.vtex-flex-layout-0-x-flexRowContent--product-page-container-details > .vtex-flex-layout-0-x-stretchChildrenWidth {
    width: 100% !important;
}

.vtex-disclosure-layout-1-x-content--product-page-content-disclosure .vtex-store-components-3-x-content {
    color: var(--content);
    font-family: var(--ff-primary) !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.absolute.pv3.ph4.bg-base--inverted.c-on-base--inverted.br2.shadow-4.mw5.overflow-hidden.vtex-styleguide-9-x-popup.o-100.t-small {
    transform: none !important;
}

.vtex-toast {
    border: 1px solid #6c6c70;
    background-color: #d8d8dc;
}

.vtex-toast div {
    color: #383838;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.08px;
}

/* REVIEW-FORM */
.vtex-styleguide-9-x-jsFocusVisible .flex-grow-1 {
    flex-grow: 0;
    order: -1;
    margin-right: 5px;
}

/* REVIEW - COMMENTS */
.vtex-reviews-and-ratings-3-x-reviewsOrderBy > div:nth-child(2) {
    display: none;
}

.vtex-reviews-and-ratings-3-x-reviewsPaging .c-muted-2 {
    color: var(--black);
}

.vtex-reviews-and-ratings-3-x-writeReviewContainer [role="region"] {
    height: auto !important;
}

.vtex-reviews-and-ratings-3-x-writeReviewContainer [aria-expanded] {
    display: none;
}
.vtex-product-price-1-x-listPriceValue.strike {
    text-decoration: none;
}
[class*="vtex-modal__modal"] {
    max-width: 600px;
}

[class*="vtex-modal__modal"] > div {
    padding: 0;
}

[data-specification-name]:not([data-specification-name*="Modo"]) {
    display: none;
}
[data-specification-name*="Modo"],
[data-specification-name*="Modo"] p{
    font-family: var(--ff-primary) !important;
    margin-top: 0;
}

[data-highlight-name="tag-descuento-40off"] {
    /*position: absolute;*/
    /*background: url(https://bosico.vteximg.com.br/arquivos/tag-descuento-40off.png) no-repeat scroll 0 0/100%;*/
    /*text-indent: 0;*/
    /*font-size: 0;*/
    /*height: 45px !important;*/
    /*width: 37px !important;*/
    /*opacity: 1 !important;*/
    /*background-color: transparent !important;*/
    /*margin: 0px !important;*/
    /*left: 0;*/
}

[data-highlight-name="tag-nuevo-2022"]:before {
    content: 'Nuevo'
}

[data-highlight-name*="tag-outlet"]:before {
    content: 'Outlet';
    background: white !important;
    color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}



.vtex-product-list-0-x-productPriceCurrency--minicart-price +
.vtex-product-list-0-x-productPrice--minicart-price {
    color: var(--secondary);
}

[data-highlight-name="tag-descuento-40off"] {
    /*position: absolute;*/
    /*background: url(https://bosico.vteximg.com.br/arquivos/tag-descuento-40off.png) no-repeat scroll 0 0/100%;*/
    /*text-indent: 0;*/
    /*font-size: 0;*/
    /*height: 45px !important;*/
    /*width: 37px !important;*/
    /*opacity: 1 !important;*/
    /*background-color: transparent !important;*/
    /*margin: 0px !important;*/
    /*left: 0;*/
}

[data-highlight-name="tag-nuevo-2022"]:before {
    content: 'Nuevo'
}

[data-highlight-name*="tag-outlet"]:before {
    content: 'Outlet';
    background: white !important;
    color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}



:root {
  --bg-color-2: #565454;
  --bg-color-3: #B8B5B5;
  --bg-color-4: #f5f5f5;
  --bg-color-5: #272727;
  --bg-color-6: #a47114;

  --text-2: #464445;
  --text-3: #DFC56C;

  --ff-4: "IBM Plex Sans";
  --ff-5: "'Lato', sans-serif !important";
}
[href*="bono"] .vtex-product-summary-2-x-SKUSelectorContainer,
[href*="bono"] .bosico-add-to-cart-custom-0-x-container,

[href*="tarjetero-padres"] .vtex-product-summary-2-x-SKUSelectorContainer,
[href*="tarjetero-padres"] .bosico-add-to-cart-custom-0-x-container{
    display: none;
}

.vtex-store-components-3-x-skuSelectorSubcontainer--colores .vtex-store-components-3-x-skuSelectorItem--selected .vtex-store-components-3-x-skuSelectorInternalBox:after  {
    content: '';
    position: absolute;
    border-radius: 50%;
    bottom: -3px;
    top: -3px;
    left: -3px;
    right: -3px;
    border: 2px solid #383838;
}

.bosico-mega-menu-0-x-container-department-mega-menu-options [href*="ofertas"] {
    color: var(--secondary)
}

.bosico-mega-menu-0-x-container-department-mega-menu-options:last-child > a {
    min-height: 24px;
    display: flex;
    flex-direction: column;
}

.bosico-mega-menu-0-x-container-department-mega-menu-options:last-child > a:after {
    content: '';
    background: url(/arquivos/women-secret.svg?v=1) no-repeat;
    width: 100px;
    height: 10px;
}

.render-route-store-custom-garage-sale-mujer-10
    .vtex-store-link-0-x-link--discount-10,
.render-route-store-custom-garage-sale-mujer-20
    .vtex-store-link-0-x-link--discount-20,
.render-route-store-custom-garage-sale-mujer-30
    .vtex-store-link-0-x-link--discount-30,
.render-route-store-custom-garage-sale-mujer-40
    .vtex-store-link-0-x-link--discount-40,
.render-route-store-custom-garage-sale-mujer-50
    .vtex-store-link-0-x-link--discount-50,
.render-route-store-custom-garage-sale-mujer-60
    .vtex-store-link-0-x-link--discount-60,
.render-route-store-custom-garage-sale-hombre-10
    .vtex-store-link-0-x-link--discount-10,
.render-route-store-custom-garage-sale-hombre-20
    .vtex-store-link-0-x-link--discount-20,
.render-route-store-custom-garage-sale-hombre-30
    .vtex-store-link-0-x-link--discount-30,
.render-route-store-custom-garage-sale-hombre-40
    .vtex-store-link-0-x-link--discount-40,
.render-route-store-custom-garage-sale-hombre-50
    .vtex-store-link-0-x-link--discount-50,
.render-route-store-custom-garage-sale-hombre-60
    .vtex-store-link-0-x-link--discount-60,
.render-route-store-custom-garage-sale-bambino-nina-30
    .vtex-store-link-0-x-link--discount-30,
.render-route-store-custom-garage-sale-bambino-nina-50
    .vtex-store-link-0-x-link--discount-50,
.render-route-store-custom-garage-sale-bambino-nino-30
    .vtex-store-link-0-x-link--discount-30,
.render-route-store-custom-garage-sale-bambino-nino-50
    .vtex-store-link-0-x-link--discount-50,
.render-route-store-custom-garage-sale-adt-motowear-hombre-10
    .vtex-store-link-0-x-link--discount-10,
.render-route-store-custom-garage-sale-adt-motowear-hombre-20
    .vtex-store-link-0-x-link--discount-20,
.render-route-store-custom-garage-sale-adt-motowear-hombre-50
    .vtex-store-link-0-x-link--discount-50,
.render-route-store-custom-garage-sale-adt-motowear-mujer-10
    .vtex-store-link-0-x-link--discount-10,
.render-route-store-custom-garage-sale-adt-motowear-mujer-20
    .vtex-store-link-0-x-link--discount-20,
.render-route-store-custom-garage-sale-adt-motowear-mujer-50
    .vtex-store-link-0-x-link--discount-50 {
    border: 1px solid #ffe500 !important;
    background-color: #ffe500 !important;
}
.render-route-store-custom-garage-sale-mujer-10
    .vtex-store-link-0-x-label--discount-10,
.render-route-store-custom-garage-sale-mujer-20
    .vtex-store-link-0-x-label--discount-20,
.render-route-store-custom-garage-sale-mujer-30
    .vtex-store-link-0-x-label--discount-30,
.render-route-store-custom-garage-sale-mujer-40
    .vtex-store-link-0-x-label--discount-40,
.render-route-store-custom-garage-sale-mujer-50
    .vtex-store-link-0-x-label--discount-50,
.render-route-store-custom-garage-sale-mujer-60
    .vtex-store-link-0-x-label--discount-60,
.render-route-store-custom-garage-sale-hombre-10
    .vtex-store-link-0-x-label--discount-10,
.render-route-store-custom-garage-sale-hombre-20
    .vtex-store-link-0-x-label--discount-20,
.render-route-store-custom-garage-sale-hombre-30
    .vtex-store-link-0-x-label--discount-30,
.render-route-store-custom-garage-sale-hombre-40
    .vtex-store-link-0-x-label--discount-40,
.render-route-store-custom-garage-sale-hombre-50
    .vtex-store-link-0-x-label--discount-50,
.render-route-store-custom-garage-sale-hombre-60
    .vtex-store-link-0-x-label--discount-60,
.render-route-store-custom-garage-sale-bambino-nina-30
    .vtex-store-link-0-x-label--discount-30,
.render-route-store-custom-garage-sale-bambino-nina-50
    .vtex-store-link-0-x-label--discount-50,
.render-route-store-custom-garage-sale-bambino-nino-30
    .vtex-store-link-0-x-label--discount-30,
.render-route-store-custom-garage-sale-bambino-nino-50
    .vtex-store-link-0-x-label--discount-50,
.render-route-store-custom-garage-sale-adt-motowear-hombre-10
    .vtex-store-link-0-x-label--discount-10,
.render-route-store-custom-garage-sale-adt-motowear-hombre-20
    .vtex-store-link-0-x-label--discount-20,
.render-route-store-custom-garage-sale-adt-motowear-hombre-50
    .vtex-store-link-0-x-label--discount-50,
.render-route-store-custom-garage-sale-adt-motowear-mujer-10
    .vtex-store-link-0-x-label--discount-10,
.render-route-store-custom-garage-sale-adt-motowear-mujer-20
    .vtex-store-link-0-x-label--discount-20,
.render-route-store-custom-garage-sale-adt-motowear-mujer-50
    .vtex-store-link-0-x-label--discount-50 {
    color: var(--secondary-bosi) !important;
}



.vtex-store-components-3-x-container{padding:0 16px;max-width:1280px;margin:0 auto}@media screen and (min-width:40em){.vtex-store-components-3-x-container{padding:0 32px}}@media screen and (min-width:90em){.vtex-store-components-3-x-container{padding:0;max-width:1440px}}
.vtex-flex-layout-0-x-flexRow--vitrine-error{padding:0 8px}.vtex-flex-layout-0-x-flexColChild--vitrine-error:last-child{padding:0 37px}@media screen and (min-width:40em){.vtex-flex-layout-0-x-flexColChild--vitrine-error:last-child{padding:0 22px}}@media screen and (min-width:64em){.vtex-flex-layout-0-x-flexColChild--vitrine-error:last-child{padding:0}}
.vtex-rich-text-0-x-headingLevel2--404,.vtex-rich-text-0-x-headingLevel3--404{color:var(--primary)}.vtex-rich-text-0-x-headingLevel2--404,.vtex-rich-text-0-x-headingLevel3--404,.vtex-rich-text-0-x-paragraph--404{margin:0}.vtex-rich-text-0-x-headingLevel2--404{margin-bottom:2.063rem}.vtex-rich-text-0-x-headingLevel3--404{margin-bottom:0.563rem}.vtex-rich-text-0-x-paragraph--404{margin-bottom:1.558rem}.vtex-rich-text-0-x-headingLevel2--404{font-size:3.125rem;font-style:normal;font-weight:800;line-height:normal;letter-spacing:0.094rem}.vtex-rich-text-0-x-headingLevel3--404{font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.25rem}.vtex-rich-text-0-x-paragraph--404{color:var(--primary);font-size:1rem;font-style:normal;font-weight:600;line-height:1.125rem;letter-spacing:0.005}.vtex-rich-text-0-x-link--404{background-color:var(--primary);color:var(--white);font-size:0.75rem;font-style:normal;font-weight:600;line-height:0.875rem;letter-spacing:0.1.5rem;text-transform:uppercase;padding:0.5rem 1.163rem;text-decoration:none}.vtex-rich-text-0-x-link--404:hover{background-color:var(--primary-hover)}.vtex-rich-text-0-x-paragraph--error{color:var(--primary);font-size:18px;font-style:normal;font-weight:600;line-height:20px;margin:3.313rem 0 1rem 0}@media screen and (min-width:40em){.vtex-rich-text-0-x-headingLevel2--404{font-size:5rem;letter-spacing:0.15rem;margin-bottom:1.063rem}.vtex-rich-text-0-x-headingLevel3--404{font-size:1.375rem;line-height:1.5rem;margin-bottom:0.875rem}.vtex-rich-text-0-x-paragraph--error{color:var(--primary);font-size:1.563rem;font-style:normal;font-weight:600;line-height:1.5rem;margin:2.75rem 0 1.75rem 0}}
.vtex-slider-layout-0-x-sliderTrack--error{gap:.5rem}.vtex-slider-layout-0-x-sliderLeftArrow--error{left:-50px}.vtex-slider-layout-0-x-sliderRightArrow--error{right:-50px}
.vtex-breadcrumb-1-x-container{display:flex;align-items:center;color:var(--disabled);text-align:center;font-size:11px;font-weight:400;letter-spacing:0.055px;padding:12px 0 9px 0;flex-wrap:wrap}.vtex-breadcrumb-1-x-container > span:last-child .vtex-breadcrumb-1-x-link,.vtex-breadcrumb-1-x-container > span:last-child{font-weight:bold;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:var(--primary);font-family:var(--ff-primary)}.vtex-breadcrumb-1-x-container > span:last-child:after{display:none}.vtex-breadcrumb-1-x-link{font-family:var(--ff-primary);text-decoration:none;color:var(--disabled);letter-spacing:0.24px;font-size:12px;text-transform:capitalize}.vtex-breadcrumb-1-x-homeLink,.vtex-breadcrumb-1-x-homeLink--breadcrumb{display:none}.vtex-breadcrumb-1-x-arrow::after{content:"|"}.vtex-breadcrumb-1-x-caretIcon,.vtex-breadcrumb-1-x-homeIcon{display:none}.vtex-breadcrumb-1-x-arrow{display:flex;align-items:center;padding:0;color:var(--disabled)}.vtex-breadcrumb-1-x-term,.vtex-breadcrumb-1-x-link:hover{color:var(--disabled)}.vtex-search-result-3-x-notFound--layout .vtex-breadcrumb-1-x-link{text-decoration:none}.vtex-breadcrumb-1-x-termArrow--breadcrumb{display:none}@media screen and (min-width:64em){.vtex-breadcrumb-1-x-container{padding-bottom:16px}}
.vtex-flex-layout-0-x-flexRowContent--breadcrumb-custom{display:flex;align-items:center;justify-content:flex-start;gap:7px;margin-top:15px}
.vtex-store-link-0-x-link--breadcrumb-brand{font-family:var(--ff-primary);text-decoration:none;color:var(--disabled);letter-spacing:0.24px;font-size:12px;text-transform:capitalize;padding-right:7px;border-right:1px solid var(--disabled)}.vtex-store-link-0-x-link--breadcrumb-section{font-weight:bold;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:var(--primary);font-family:var(--ff-primary);font-size:12px}
.vtex-flex-layout-0-x-flexRow--confirmationButtons{display:none}
.vtex-flex-layout-0-x-flexRowContent--department-texts{max-width:860px;margin:0 auto 16px}.vtex-flex-layout-0-x-flexColChild--vitrine-department-main .vtex-slider-layout-0-x-sliderTrack--vitrine{gap:10px;margin:10px 0}@media screen and (min-width:64rem){.vtex-flex-layout-0-x-flexColChild--vitrine-department-main .vtex-slider-layout-0-x-sliderTrack--vitrine{width:100%!important;display:grid;grid-template-columns:repeat(2,1fr);transform:none!important;gap:16px 8px;margin:0}.vtex-flex-layout-0-x-flexColChild--vitrine-department-main .vtex-slider-layout-0-x-slide--vitrine{width:100%!important}}
.vtex-rich-text-0-x-container--department-title,.vtex-rich-text-0-x-container--department-text{justify-content:center}.vtex-rich-text-0-x-heading--department-title{font-size:18px;font-weight:600;line-height:20px;color:var(--primary);margin:0 0 10px}.vtex-rich-text-0-x-paragraph--department-text{font-size:12px;font-weight:400;line-height:15px;text-align:center;color:#6C6C70}
.bosico-chat-0-x-boxRedirectContainer,.bosico-chat-0-x-buttonContainer{z-index:9999;position:fixed}.bosico-chat-0-x-open{border-radius:50%;border:1px solid var(--primary)}@media screen and (max-width:64rem){.bosico-chat-0-x-boxRedirectContainer,.bosico-chat-0-x-buttonContainer{bottom:10px;right:10px}.bosico-chat-0-x-boxRedirectContainer{bottom:4.6rem}.vtex-product-context-provider .bosico-chat-0-x-boxRedirectContainer,.vtex-product-context-provider .bosico-chat-0-x-buttonContainer{bottom:4.9rem;right:10px}.vtex-product-context-provider .bosico-chat-0-x-boxRedirectContainer{bottom:7.5rem}}
.bosico-price-wrapper-1-x-hasBestPrice .vtex-product-price-1-x-sellingPriceValue--product-page .vtex-product-price-1-x-currencyContainer--product-page{color:var(--secondary)}.bosico-price-wrapper-1-x-hasBestPrice .vtex-product-price-1-x-sellingPrice{color:var(--secondary)}
.bosico-image-custom-0-x-link-image--promotional-highlight-home{display:flex}.bosico-image-custom-0-x-link-image--category-highlight-home,.bosico-image-custom-0-x-image--category-highlight-home{display:block}
.bosico-text-banners-categories-0-x-container-highlight-banner-category--highlight-home{gap:0;align-items:flex-start}.bosico-text-banners-categories-0-x-link-category--highlight-home{text-decoration:none}.bosico-text-banners-categories-0-x-img-highlight-category--highlight-home{border-radius:0}.bosico-text-banners-categories-0-x-text-highlight-category--highlight-home{color:var(--secondary-bosi);font-size:14px;font-style:normal;font-weight:600;line-height:0.687rem;padding:6px}.bosico-text-banners-categories-0-x-link-category--highlight-home,.bosico-text-banners-categories-0-x-img-highlight-category--highlight-home{width:100%}.bosico-text-banners-categories-0-x-slide--highlight-home--visible{margin:0!important}.bosico-text-banners-categories-0-x-sliderTrack--highlight-home{gap:8px!important}.bosico-text-banners-categories-0-x-sliderLayoutContainer--highlight-home{padding:0 23px!important}.bosico-text-banners-categories-0-x-sliderArrows--highlight-home{padding:0;margin:0;width:18px}.bosico-text-banners-categories-0-x-sliderLeftArrow--highlight-home{left:7px}.bosico-text-banners-categories-0-x-sliderRightArrow--highlight-home{right:4px}@media screen and (min-width:40em){.bosico-text-banners-categories-0-x-text-highlight-category--highlight-home{line-height:0.872rem;padding:0.37rem}.bosico-text-banners-categories-0-x-sliderLayoutContainer--highlight-home{padding:0!important}.bosico-text-banners-categories-0-x-sliderTrack--highlight-home{gap:0.370rem!important}.bosico-text-banners-categories-0-x-sliderLeftArrow--highlight-home{left:-1.25rem}.bosico-text-banners-categories-0-x-sliderRightArrow--highlight-home{right:-1.625rem}}@media screen and (min-width:64em){.bosico-text-banners-categories-0-x-text-highlight-category--highlight-home{line-height:1.250rem;padding:0.3rem 0.53rem;font-size:16px}.bosico-text-banners-categories-0-x-sliderTrack--highlight-home{gap:0.530rem!important}}
.vtex-flex-layout-0-x-flexRow--container-highlights-home .vtex-store-components-3-x-container,.vtex-flex-layout-0-x-flexRow--items-home .vtex-store-components-3-x-container{padding:0}.vtex-flex-layout-0-x-flexRowContent--slider-categories-highlight{margin-top:15px}.vtex-flex-layout-0-x-flexColChild--container-highlights-home-1 .vtex-store-link-0-x-link--title-category-highlight-home{padding:0px 1.5px 0 6px;margin-bottom:16px;display:block}.vtex-flex-layout-0-x-flexColChild--container-highlights-home-2 .vtex-store-link-0-x-link--title-category-highlight-home{padding:0px 6px 0 1.5px;margin-bottom:16px;display:block}.vtex-flex-layout-0-x-flexRow--container-highlights-home{margin:1rem 0 0 0}.vtex-flex-layout-0-x-flexRowContent--container-highlights-home{gap:8px}.vtex-flex-layout-0-x-flexCol--text-vitrine-home,.vtex-flex-layout-0-x-flexColChild--text-vitrine-home{align-items:center;justify-content:center}.vtex-flex-layout-0-x-flexCol--text-vitrine-home{margin:0 0 35px 0}.vtex-flex-layout-0-x-flexRow--vitrine-home{padding:0 44.5px}.vtex-flex-layout-0-x-flexRowContent--images-our-brands{display:flex;flex-direction:column;gap:1rem}.vtex-flex-layout-0-x-flexRow--banner-promotional{margin:28px 0 14px}@media screen and (min-width:40em){.vtex-flex-layout-0-x-flexRow--container-highlights-home,.vtex-flex-layout-0-x-flexRow--items-home{padding:0 24px}.vtex-flex-layout-0-x-flexRow--vitrine-home{padding:0}.vtex-flex-layout-0-x-flexRowContent--vitrine-home{gap:36px;margin:20px 0 10px}.vtex-flex-layout-0-x-flexColChild--text-vitrine-home{margin:19px 0 0}.vtex-flex-layout-0-x-flexRowContent--images-our-brands{flex-direction:row;gap:0.5rem}.vtex-flex-layout-0-x-flexCol--text-vitrine-home,.vtex-flex-layout-0-x-flexColChild--text-vitrine-home{width:100%}.vtex-flex-layout-0-x-flexColChild--container-highlights-home-1 .vtex-store-link-0-x-link--title-category-highlight-home{padding:0 17px 17px 0;text-align:right;margin:0}.vtex-flex-layout-0-x-flexColChild--container-highlights-home-2 .vtex-store-link-0-x-link--title-category-highlight-home{padding:0 0 17px 17px;text-align:left;margin:0}}@media screen and (min-width:64em){.vtex-flex-layout-0-x-flexRow--container-highlights-home{margin-top:24px}.vtex-flex-layout-0-x-flexRow--banner-promotional{margin-top:36px}.vtex-flex-layout-0-x-flexRowContent--container-highlights-home{max-width:1216px}.vtex-flex-layout-0-x-flexRowContent--items-home{max-width:var(--max-width-container);;}.vtex-flex-layout-0-x-flexRowContent--container-highlights-home,.vtex-flex-layout-0-x-flexRowContent--items-home{margin:0 auto}.vtex-flex-layout-0-x-flexRowContent--vitrine-home{gap:78px;margin-top:25px}.vtex-flex-layout-0-x-flexRow--vitrine-home{margin:1rem 0}.vtex-flex-layout-0-x-flexRowContent--vitrine-home .vtex-flex-layout-0-x-stretchChildrenWidth:first-child{width:20%!important;flex:1 0 20%}.vtex-flex-layout-0-x-flexRowContent--vitrine-home .vtex-flex-layout-0-x-stretchChildrenWidth:last-child{width:80%!important;max-width:80%}.vtex-flex-layout-0-x-flexRow--vitrine-home{padding:0 27px}}@media screen and (min-width:120em){.vtex-flex-layout-0-x-flexRowContent--container-highlights-home{width:1648px;left:-106px;position:relative;max-width:none}.vtex-flex-layout-0-x-flexRowContent--vitrine-home .vtex-flex-layout-0-x-stretchChildrenWidth:first-child{width:13%!important;flex:1 1 13%}}.vtex-flex-layout-0-x-flexRow--addi-tag .vtex-flex-layout-0-x-stretchChildrenWidth:first-child{width:100%!important;max-width:unset!important}
.vtex-rich-text-0-x-paragraph--title-slider-category-highlight{color:var(--secondary-bosi);font-size:22px;font-style:normal;font-weight:700;line-height:24px;text-transform:uppercase;padding:16px 24px;margin:0}.vtex-rich-text-0-x-container--title-slider-category-highlight{position:relative;z-index:1;width:100%}.vtex-rich-text-0-x-container--title-slider-category-highlight::after{border-top:1px solid var(--static-content-menu-font-color);content:"";margin:0 auto;position:absolute;top:50%;left:0;right:0;bottom:0;width:100%;z-index:-1}.vtex-rich-text-0-x-wrapper--title-slider-category-highlight{background-color:var(--white)}.vtex-rich-text-0-x-headingLevel2--vitrine-home{display:none}.vtex-rich-text-0-x-container--vitrine-home{text-align:center}.vtex-rich-text-0-x-paragraph--vitrine-home{color:var(--secondary-bosi);font-size:12px;font-style:normal;font-weight:400;line-height:15px;margin-bottom:18px}.vtex-rich-text-0-x-container--main-text,.vtex-rich-text-0-x-container--main-description{justify-content:center;text-align:center;padding:0 15px}.vtex-rich-text-0-x-heading--main-text{color:var(--primary);font-size:20px;margin:35px 0 15px;line-height:24px}.vtex-rich-text-0-x-paragraph--main-description{font-size:12px;font-weight:normal;margin:0 0 20px;line-height:1}@media screen and (min-width:40em){.vtex-rich-text-0-x-heading--main-text{font-size:24px;margin:50px 0 20px}.vtex-rich-text-0-x-paragraph--main-description{font-size:14px}.vtex-rich-text-0-x-headingLevel2--vitrine-home{display:block}.vtex-rich-text-0-x-paragraph--title-slider-category-highlight{padding:1rem 57px}.vtex-rich-text-0-x-container--vitrine-home{text-align:right}.vtex-rich-text-0-x-headingLevel2--vitrine-home{color:var(--secondary-bosi);font-size:40px;font-style:normal;font-weight:400;text-transform:uppercase}.vtex-rich-text-0-x-headingLevel2--vitrine-home,.vtex-rich-text-0-x-paragraph--vitrine-home{margin:0 0 19px 0}}@media screen and (min-width:64em){.vtex-rich-text-0-x-wrapper--vitrine-home{display:flex;flex-direction:column;align-items:flex-end}.vtex-rich-text-0-x-headingLevel2--vitrine-home{text-transform:capitalize}.vtex-rich-text-0-x-heading--vitrine-home{width:90%}}
.vtex-slider-layout-0-x-caretIcon--carrousel{color:var(--white)}.vtex-slider-layout-0-x-paginationDotsContainer--carrousel{bottom:0.5rem;align-items:center}.vtex-slider-layout-0-x-paginationDot--carrousel{width:4.125rem!important;height:0.125rem!important;border-radius:0;border-bottom:0.125rem solid var(--white);background-color:var(--white);background-color:transparent;padding:10px}.vtex-slider-layout-0-x-paginationDot--carrousel:focus{transform:none}.vtex-slider-layout-0-x-paginationDot--carrousel--isActive{border-bottom:0.375rem solid var(--white)!important}.vtex-slider-layout-0-x-sliderArrows--vitrine{top:40%;width:18px;padding:0;margin:0}.vtex-slider-layout-0-x-sliderLeftArrow--vitrine{left:-22px}.vtex-slider-layout-0-x-sliderRightArrow--vitrine{right:-27px}.vtex-slider-layout-0-x-sliderLayoutContainer--vitrine{padding:0!important}@media screen and (min-width:40em){.vtex-slider-layout-0-x-sliderTrack--vitrine{gap:0.5rem}.vtex-slider-layout-0-x-paginationDotsContainer--carrousel{bottom:0.791rem}.vtex-slider-layout-0-x-sliderLeftArrow--vitrine{left:-10px}.vtex-slider-layout-0-x-sliderRightArrow--vitrine{right:-13px}}@media screen and (min-width:64em){.vtex-slider-layout-0-x-sliderRightArrow--carrousel{right:1.063rem}.vtex-slider-layout-0-x-sliderLeftArrow--carrousel{left:1.063rem}.vtex-slider-layout-0-x-sliderLeftArrow--vitrine{left:-24px}.vtex-slider-layout-0-x-sliderRightArrow--vitrine{right:-29px}}
.vtex-store-components-3-x-imageElement--carrousel{max-height:initial!important}.vtex-store-components-3-x-infoCardContainer--images-our-brands-home{position:relative}.vtex-store-components-3-x-infoCardTextContainer--images-our-brands-home{position:absolute;width:100%;bottom:15px}.vtex-store-components-3-x-infoCardCallActionContainer--images-our-brands-home .vtex-button{padding:.5rem 0;background:var(--secondary-bosi);color:var(--white);min-height:unset;height:35px;border:none}
.vtex-store-link-0-x-link--title-category-highlight-home,.vtex-store-link-0-x-label--title-category-highlight-home{width:100%}.vtex-store-link-0-x-link--title-category-highlight-home{text-decoration:none;text-align:center}.vtex-store-link-0-x-label--title-category-highlight-home,.vtex-store-link-0-x-label--see-all-vitrine-home{font-size:12px;font-style:normal;font-weight:600;line-height:14px;letter-spacing:0.24px;text-transform:uppercase;color:var(--secondary-bosi);font-family:var(--ff-secondary)}.vtex-store-link-0-x-label--title-category-highlight-home{display:block;background:var(--secondary-bosi);color:var(--white);padding:8px;box-sizing:border-box}.vtex-store-link-0-x-link--see-all-vitrine-home{display:inline-block;text-decoration:none;padding:8px 18.59px;border:1px solid var(--secondary-bosi);line-height:1;font-family:var(--ff-secondary);transition:0.3s ease all}.vtex-store-link-0-x-link--see-all-vitrine-home:hover{background-color:var(--secondary-bosi)}.vtex-store-link-0-x-link--see-all-vitrine-home:hover .vtex-store-link-0-x-label--see-all-vitrine-home{color:var(--white)}@media screen and (min-width:40em){.vtex-store-link-0-x-label--title-category-highlight-home{background-color:var(--white);color:var(--secondary-bosi);font-size:18px;line-height:20px;font-weight:700;padding:0}.vtex-store-link-0-x-link--title-category-highlight-home{display:flex;padding:0 17px}.vtex-store-link-0-x-link--see-all-vitrine-home,.vtex-store-link-0-x-label--see-all-vitrine-home{width:100%;display:block;text-align:center;font-size:18px}.vtex-store-link-0-x-link--see-all-vitrine-home{border:2px solid var(--secondary-bosi);font-size:18px;line-height:20px;letter-spacing:0.36px;padding:12px 10px}}@media screen and (min-width:64em){.vtex-store-link-0-x-link--title-category-highlight-home{padding:0 64.5px 15px}}
.vtex-flex-layout-0-x-flexRowContent--header-mobile-sticky-row-1{display:flex;align-items:center;padding:2px 12px;background-color:var(--white)}.vtex-flex-layout-0-x-flexRowContent--header-mobile-sticky-row-2{box-sizing:border-box;background-color:#F4F4F4;border-bottom:1px solid var(--static-content-borders-color);height:27px}.vtex-flex-layout-0-x-flexRowContent--header-mobile-sticky-row-2 .vtex-flex-layout-0-x-stretchChildrenWidth:nth-child(n){border-right:1px solid var(--static-content-menu-font-color)}.vtex-flex-layout-0-x-flexRowContent--header-mobile--search-minicart{align-items:center;gap:16px}.vtex-flex-layout-0-x-flexRowContent--header-sticky-row-1{background-color:#F4F4F4;height:39px;padding-inline:42px}.vtex-flex-layout-0-x-flexRowContent--header-desktop-sticky-row-1-options{align-items:center;gap:14px}.vtex-flex-layout-0-x-flexRowContent--header-sticky-row-2{background-color:var(--white)}.vtex-flex-layout-0-x-flexRowContent--header-sticky-row-3{background-color:var(--white);border-bottom:1px solid #F3F3F3}
.vtex-menu-2-x-menuContainer--header-container-menu{justify-content:center}.vtex-menu-2-x-menuContainer--submenu-others,.vtex-menu-2-x-styledLinkContent--menu-junior,.vtex-menu-2-x-styledLinkContent--menu-bebe{display:flex;flex-direction:column}.vtex-menu-2-x-menuContainer--submenu-others{gap:9px}.vtex-menu-2-x-styledLinkContent--menu-junior,.vtex-menu-2-x-styledLinkContent--menu-bebe{align-items:center;justify-content:center}
.vtex-modal__modal{border-radius:8px;overflow:hidden}.bosico-custom-promotion-modal-0-x-container_modal_close_button{position:absolute;top:5px;right:5px;cursor:pointer;border-radius:50%;z-index:999;font-size:15px;margin:0;padding:0 4px 2px 4px;width:20px;height:20px;display:flex;justify-content:center}.bosico-custom-promotion-modal-0-x-container_modal_promo .vtex-flex-layout-0-x-flexRowContent--promo-price-discount{background-color:red;width:60%}
.vtex-flex-layout-0-x-flexRowContent--content-product-promo .vtex-flex-layout-0-x-flexRowContent--product-page-sku-selector-size .bosico-store-components-3-x-skuSelectorTextContainer{text-align:start}.vtex-flex-layout-0-x-flexRowContent--content-product-promo .vtex-flex-layout-0-x-flexRowContent--product-page-sku-selector-size .bosico-store-components-3-x-skuSelectorContainer .bosico-store-components-3-x-skuSelectorSubcontainer:last-child{display:none}
.vtex-flex-layout-0-x-flexRowContent--content-product-promo{margin-top:12px}.vtex-flex-layout-0-x-flexRowContent--content-product-promo .vtex-flex-layout-0-x-flexRow--container-prices-vitrine{padding:0;margin-bottom:10px}.vtex-flex-layout-0-x-flexRow--content-add-product-promo{margin:12px auto 10px auto}.vtex-flex-layout-0-x-flexRow--content-product-promo .vtex-store-components-3-x-container{padding:0 32px 20px 32px!important}.vtex-modal__modal .vtex-flex-layout-0-x-flexRowContent--content-add-product-promo >div > button[class~="vtex-button"]{background:#AC0000!important;border:0!important}.vtex-modal__overlay{z-index:9999999999!important}.vtex-flex-layout-0-x-flexRowContent--promo-price-discount{display:flex;justify-content:center;align-items:center;gap:4px}.vtex-flex-layout-0-x-flexRowContent--promo-price-discount .vtex-product-price-1-x-sellingPrice--product-page span{color:#ADADAD!important}.vtex-flex-layout-0-x-flexRowContent--promo-price-discount .vtex-product-price-1-x-sellingPrice--product-page{position:relative}.vtex-flex-layout-0-x-flexRowContent--promo-price-discount .vtex-product-price-1-x-sellingPrice--product-page::after{content:"";position:absolute;left:0;right:0;height:1px;background:#AEAEB2;top:50%;transform:translateY(-50%);width:90%}
.vtex-product-summary-2-x-containerNormal--product-summary-promo{margin:0!important;max-width:100%!important}.vtex-product-summary-2-x-containerNormal--product-summary-promo .vtex-product-summary-2-x-brandName{font-size:14px;font-weight:600;line-height:14.52px;color:#000000;margin-bottom:8px}.vtex-product-summary-2-x-containerNormal--product-summary-promo .vtex-product-summary-2-x-nameContainer{justify-content:flex-start}.vtex-product-summary-2-x-containerNormal--product-summary-promo .vtex-store-components-3-x-swiperCaret{display:none!important}.vtex-product-summary-2-x-containerNormal--product-summary-promo .vtex-product-summary-2-x-SKUSelectorContainer--vitrine-home{padding:0!important}@media screen and (max-width:64em){.vtex-product-summary-2-x-element--product-summary-promo .vtex-flex-layout-0-x-flexRowContent--promo-price-discount{width:150px!important}.vtex-product-summary-2-x-element--product-summary-promo .vtex-flex-layout-0-x-flexRowContent--promo-price-discount span,.vtex-product-summary-2-x-element--product-summary-promo .vtex-flex-layout-0-x-flexRowContent--promo-price-discount .vtex-rich-text-0-x-paragraph--promo-price-discount{font-size:15px!important}}@media screen and (min-width:64em){.vtex-product-summary-2-x-element--product-summary-promo .vtex-flex-layout-0-x-flexRowContent--promo-price-discount{width:172px!important;margin-bottom:4px}}
.vtex-rich-text-0-x-container--modal-banner-promotional{background-color:#AC0000;display:flex;justify-content:center;align-items:center;text-align:center;min-height:65px}.vtex-rich-text-0-x-paragraph--modal-banner-promotional{font-size:12px;font-weight:700;line-height:14.52px;text-align:center;color:#FFFFFF;padding:0 14px}.vtex-rich-text-0-x-paragraph--select-variation-promo{font-size:13px;font-weight:400;line-height:9.68px;text-align:left;color:#000000;margin-bottom:0!important}.vtex-flex-layout-0-x-flexRowContent--content-product-promo .vtex-rich-text-0-x-paragraph--product-page-title-trigger-disclosure{font-size:13px!important}.vtex-rich-text-0-x-paragraph--alert-promotional-pdp{font-size:14px;font-weight:700;line-height:17px;text-align:center;color:#000000;margin-bottom:0!important;margin:0}.vtex-rich-text-0-x-container--alert-promotional-pdp{margin:0.5rem auto;display:flex;justify-content:center}.vtex-rich-text-0-x-container--alert-promotional-pdp,.vtex-rich-text-0-x-wrapper--alert-promotional-pdp{border:1.5px solid #AC0000;border-radius:1px}.vtex-rich-text-0-x-wrapper--alert-promotional-pdp{margin:1px 2px 2px 2px;padding:1rem}.vtex-rich-text-0-x-paragraph--promo-price-discount{font-family:var(--ff-primary);font-size:20px;font-style:normal;font-weight:600;line-height:25px;color:#AD0000;text-transform:uppercase;margin:0;display:block;text-align:center}@media screen and (min-width:40em){.vtex-rich-text-0-x-paragraph--promo-price-discount{font-size:18px}.vtex-rich-text-0-x-paragraph--alert-promotional-pdp{font-size:16px;line-height:18px}.vtex-rich-text-0-x-wrapper--alert-promotional-pdp{margin:2px}.vtex-rich-text-0-x-paragraph--brands-not-found{margin:2.063rem 0 20px}.vtex-rich-text-0-x-paragraph--banner-promotional-pdp{font-size:24px;font-style:normal;font-weight:300;line-height:30px;text-transform:capitalize}}
.vtex-flex-layout-0-x-flexRowContent--content-product-promo .vtex-store-components-3-x-skuSelectorNameContainer >div:first-child{display:flex!important}.vtex-flex-layout-0-x-flexRowContent--content-product-promo .vtex-store-components-3-x-skuSelectorNameContainer .vtex-store-components-3-x-skuSelectorName{font-size:13px;font-weight:700;line-height:9.68px;text-align:left;color:#000000!important}
.vtex-store-link-0-x-link--terms-and-conditions-promo{color:#000000!important;text-decoration-thickness:1px;text-underline-offset:2px}.vtex-store-link-0-x-label--terms-and-conditions-promo{color:#000000!important;font-size:11px;font-weight:400;line-height:9.68px;text-align:center;text-decoration-style:solid;text-decoration-skip-ink:auto}
.vtex-flex-layout-0-x-flexRowContent--brands-not-found{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:30px}@media screen and (min-width:40em){.vtex-flex-layout-0-x-flexRowContent--brands-not-found{flex-direction:row}}
.vtex-rich-text-0-x-paragraph--brands-not-found{color:var(--primary);font-size:1.563rem;font-style:normal;font-weight:700;line-height:1.5rem;padding-top:0}@media screen and (min-width:40em){.vtex-rich-text-0-x-paragraph--brands-not-found{margin:2.063rem 0 20px}}
.vtex-slider-layout-0-x-sliderArrows--not-found{width:2rem;height:2rem}.vtex-slider-layout-0-x-slide--not-found{margin-right:0!important}@media screen and (min-width:40em){.vtex-slider-layout-0-x-sliderTrack--not-found{gap:.5rem}}
.vtex-flex-layout-0-x-flexCol--product-page-conatiner-elements{padding-inline:13.5px;max-width:1285px;margin:0 auto}@media (min-width:64rem){.vtex-flex-layout-0-x-flexCol--product-page-conatiner-elements{padding-inline:30.5px;padding-bottom:46px}}
.vtex-store-components-3-x-infoCardImageContainer--info-card-pdp,.vtex-store-components-3-x-infoCardImage--info-card-pdp{width:100%}.vtex-store-components-3-x-infoCardContainer--info-card-pdp{padding:0}.vtex-store-components-3-x-infoCardTextContainer--info-card-pdp{display:none}@media screen and (min-width:90rem){.vtex-store-components-3-x-infoCardImage--info-card-pdp{max-height:380px}}
.bosico-faq-0-x-titleFaq{display:none}.bosico-faq-0-x-container_faqs{gap:0}.bosico-faq-0-x-container_faq_item,.bosico-faq-0-x-container_subfaq_item{max-width:100%;border-bottom:1px solid var(--static-content-borders-color)}.bosico-faq-0-x-faq_item{border:none;padding:16px 0}.bosico-faq-0-x-faq_item_title{color:#6F7170;font-size:16px;font-weight:700;line-height:18px;letter-spacing:0.08px;margin:0}.bosico-faq-0-x-faq_item_content{margin-top:2px;margin-bottom:14px}.bosico-faq-0-x-faq_item_description{color:var(--content);font-size:12px;line-height:15px;padding:0;margin:0;margin-bottom:8px}.bosico-faq-0-x-faq_item_description:last-child{margin-bottom:0}.bosico-faq-0-x-faq_item_description p{margin:0;margin-bottom:10px}.bosico-faq-0-x-container_subfaqs{margin:0}.bosico-faq-0-x-subfaq_item_title{color:var(--content);font-size:14px;font-weight:600;line-height:18px;letter-spacing:0.07px;margin:0}.bosico-faq-0-x-container_subfaq_item{margin-bottom:8px}.bosico-faq-0-x-container_subfaq_item:last-child{margin-bottom:0;border-bottom:none}.bosico-faq-0-x-subfaq_item{border:none;padding:8px 0}.bosico-faq-0-x-subfaq_item_content{margin-top:8px;margin-bottom:14px}.bosico-faq-0-x-container_subfaq_item:last-child .bosico-faq-0-x-subfaq_item_content{margin-bottom:0}.bosico-faq-0-x-subfaq_item_description{color:var(--content);font-size:12px;line-height:15px;margin:0}.bosico-faq-0-x-subfaq_item_description p{margin:0}@media (min-width:40em){.bosico-faq-0-x-container_faqs{margin-left:24px}}
.vtex-flex-layout-0-x-flexRow--static-content-main-container{max-width:var(--max-width-container);margin:0 auto 37px}@media (min-width:40em){.vtex-flex-layout-0-x-flexRow--static-content-main-container{margin-bottom:48px}}
.vtex-rich-text-0-x-wrapper--static-content-title .vtex-rich-text-0-x-heading{color:var(--title);font-size:22px;font-weight:700;line-height:24px;margin-bottom:40px}
.bosico-store-locator-0-x-title{color:var(--title);font-size:18px;font-weight:700;line-height:20px;letter-spacing:0.11px}.bosico-store-locator-0-x-subtitle{display:none;color:var(--title);font-size:18px;font-weight:700;line-height:20px;letter-spacing:0.11px}.bosico-store-locator-0-x-description{color:var(--content);font-size:14px;line-height:14px;letter-spacing:0.11px;text-align:left}.bosico-store-locator-0-x-containerInfo{align-items:flex-start;justify-content:flex-start}.bosico-store-locator-0-x-containerPrincipalLevels,.bosico-store-locator-0-x-containerSecondaryLevels{align-items:flex-start;justify-content:flex-start}.bosico-store-locator-0-x-containerMap{width:auto;flex-grow:1}.bosico-store-locator-0-x-containerStoreDescription{padding:8px 8px;border-radius:0px;box-shadow:0px 4px 4px 0px var(--general-light-shadow-color)}.bosico-store-locator-0-x-storeNameLabel,.bosico-store-locator-0-x-storeDirectionLabel,.bosico-store-locator-0-x-storePhoneLabel,.bosico-store-locator-0-x-storeHoraryLabel{color:var(--content);font-size:12px;line-height:14px;letter-spacing:0.11px;text-align:left;font-weight:700}.bosico-store-locator-0-x-storeName,.bosico-store-locator-0-x-storeDirection,.bosico-store-locator-0-x-storePhone,.bosico-store-locator-0-x-storeHorary{color:var(--content);font-size:12px;line-height:14px;letter-spacing:0.11px;text-align:left}.bosico-store-locator-0-x-containerLevel1,.bosico-store-locator-0-x-containerLevel2,.bosico-store-locator-0-x-containerLevel3,.bosico-store-locator-0-x-containerLevel4,.bosico-store-locator-0-x-containerStoreInfo{width:100%}.bosico-store-locator-0-x-containerStoreDescription{max-width:100%}
.vtex-rich-text-0-x-wrapper--store-locator-title .vtex-rich-text-0-x-heading{color:var(--title);font-size:22px;font-weight:700;line-height:24px;margin-bottom:40px}
.vtex-list-context-0-x-list--wishlist{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:16px 8px;list-style:none;padding:0;margin:0 0 69px}.vtex-list-context-0-x-item--wishlist{width:100%}@media screen and (min-width:40em){.vtex-list-context-0-x-list--wishlist{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:64em){.vtex-list-context-0-x-list--wishlist{grid-template-columns:repeat(4,1fr);gap:1.5rem 0.5rem}}
.vtex-rich-text-0-x-paragraph--title-wishlist{margin-top:8px!important;font-weight:600}@media screen and (min-width:64em){.vtex-rich-text-0-x-paragraph--title-wishlist{margin:28px 0 42px!important}}
.vtex-my-account-1-x-addressList .vtex-my-account-1-x-boxContainerBody{padding:20px 20px 0}.vtex-my-account-1-x-addressList .vtex-my-account-1-x-boxContainerBody>div{margin:0;padding:0;text-align:left;height:auto;width:100%}.vtex-my-account-1-x-addressList .vtex-my-account-1-x-boxContainerBody span{font-size:12px;letter-spacing:0.12px}.vtex-my-account-1-x-boxContainerBody [class~="street"],.vtex-my-account-1-x-boxContainerBody [class~="number"],.vtex-my-account-1-x-boxContainerBody [class~="complement"]{font-weight:700}[class~="address-summary"]>span{margin-right:3px;display:inline-block}[class~="address-summary"] [class~="number"],[class~="address-summary"] [class~="complement"]{margin-bottom:15px;display:inline-block}[class~="address-summary"] [class~="line2-delimiter"],[class~="address-summary"] [class~="neighborhood"],[class~="address-summary"] [class~="country"]{display:none}.vtex-my-account-1-x-boxContainerBody [class~="complement"]{display:inline-block}.vtex-address-form__container,.vtex-my-account-1-x-boxContainerBody [class~="address-summary"],.vtex-my-account-1-x-boxContainerBody [class~="neighborhood"]{text-align:left;line-height:1.2}.vtex-my-account-1-x-addressBox .vtex-my-account-1-x-boxContainerFooter{padding:18px 12px 12px;justify-content:end}.vtex-my-account-1-x-addressBox>div{flex:1;left:0}.vtex-my-account-1-x-addressBox>div:not([class~="animated"]){height:100%}.vtex-my-account-1-x-addressBox article{height:100%}.vtex-my-account-1-x-addressEdit .vtex-my-account-1-x-boxContainerBody{text-align:center}.vtex-account .vtex-my-account-1-x-addressBox .vtex-button,.vtex-account .vtex-my-account-1-x-addressBox .vtex-button:hover,.vtex-my-account-1-x-addressEdit .vtex-my-account-1-x-boxContainerBody>div .vtex-button{background-color:#fff!important;color:var(--violet);border:1px solid var(--violet)!important;margin-top:5px}.vtex-address-form__complement{width:100%}@media screen and (max-width:768px){.vtex-pageHeader__children{text-align:center;width:100%}.vtex-my-account-1-x-addressBox{display:flex;flex-direction:column}}@media screen and (min-width:40em){.vtex-my-account-1-x-addressBox{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;grid-auto-rows:1fr}.vtex-my-account-1-x-addressBox>div{padding:0}}@media screen and (min-width:64em){.vtex-my-account-1-x-addressBox>div{left:auto;right:0}}
.vtex-my-authentication-1-x-maskedPassword_title,.vtex-my-authentication-1-x-loginSessionsBox_title,.vtex-my-authentication-1-x-maskedPassword_content,.vtex-my-authentication-1-x-loginSessionsBox_content{color:var(--primary);font-family:var(--ff-primary);font-size:14px;line-height:normal;letter-spacing:0.14px}.vtex-my-authentication-1-x-maskedPassword_title,.vtex-my-authentication-1-x-loginSessionsBox_title{font-weight:600;margin-bottom:5px}.vtex-my-authentication-1-x-box_container{max-width:488px;border-radius:var(--general-border-radius);border:var(--general-border-width) solid var(--general-border-color)}.vtex-my-authentication-1-x-authenticationScreen_container{padding:0}.vtex-my-authentication-1-x-box_content{padding:28px}.vtex_my-authentication_box_footer{padding:0 28px 20px}.vtex_my-authentication_box_footer .vtex-button{height:35px}.vtex-my-authentication-1-x-savePassButton_container{margin:0}.vtex-my-authentication-1-x-authenticationScreen_passBox{margin-bottom:17px}
.vtex-my-cards-1-x-paymentsList{gap:16px}.vtex-my-cards-1-x-boxContainer{padding:0!important;flex:1}.vtex-my-cards-1-x-boxContainer article{border-radius:var(--general-border-radius);border:var(--general-border-width) solid var(--general-border-color)}.vtex-my-cards-1-x-boxContainerBody{padding-bottom:0!important}.vtex-my-cards-1-x-boxContainerBody>div{width:auto}.vtex-my-cards-1-x-boxContainerBody label{margin-bottom:19px}.vtex-my-cards-1-x-boxContainerBody label+div{font-family:var(--ff-primary);font-size:14px;font-weight:600;letter-spacing:0.14px}@media screen and (min-width:40em){.vtex-my-cards-1-x-paymentsList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr}}@media screen and (min-width:64em){.vtex-my-cards-1-x-paymentsList{grid-template-columns:repeat(3,minmax(0,1fr))}}
.vtex-account{max-width:1024px;margin:0 auto 40px}.vtex-account .vtex-input__label{font-family:var(--ff-primary)}.vtex-account__page{width:100%}.vtex-account .vtex-button__label{padding:0!important}.vtex-my-account-1-x-menu{padding:39px}[class="red"]{color:var(--error)}.vtex-account [class~="t-heading-4"],.vtex-account [class~="t-heading-4"] span{font-size:16px;color:var(--title);text-align:center;display:block;font-weight:400}.vtex-checkbox__inner-container{border-radius:var(--input-checkbox-border-radius)}.vtex-pageHeader__container,.vtex-account__page-body{padding:17px 0}.vtex-account__page-body{padding:0}.vtex-account_menu-link,.vtex-my-account-1-x-menuLink{padding:12px 0;margin:0!important;border:0;color:var(--primary);font-size:14px;font-weight:600;letter-spacing:0.28px;position:relative}.vtex-my-account-1-x-userImage{display:none}.vtex-my-account-1-x-userName,.vtex-my-account-1-x-userGreeting{color:var(--primary);font-weight:700;font-size:30px}.vtex-my-account-1-x-userGreeting:before{content:"¡"}.vtex-my-account-1-x-userName{text-transform:capitalize;overflow:hidden}@media screen and (width < 40em){.vtex-my-account-1-x-menu aside{padding:40px 70px}}@media screen and (width:40em) and (max-width:63.9em){.vtex-my-account-1-x-menu aside{padding:0!important}}@media screen and (min-width:40em){.vtex-pageHeader__container,.vtex-account__page-body{padding:0 20px 28px}.vtex-my-account-1-x-menu{padding:0}.vtex-my-account-1-x-userInfo>div:nth-child(2){width:100%}.vtex-account_menu-link[class~="c-on-base"]::before,.vtex-my-account-1-x-menuLink[class~="c-on-base"]::before{content:"";width:3px;display:block;left:-6px;position:absolute;height:30px;top:50%;background:var(--secondary);transform:translateY(-50%)}}@media screen and (min-width:64em){.vtex-pageHeader__container,.vtex-account__page-body{padding:0 0 28px}.vtex-account_menu-link,.vtex-my-account-1-x-menuLink{font-weight:400}.vtex-account_menu-link[class~="c-on-base"],.vtex-my-account-1-x-menuLink[class~="c-on-base"]{font-weight:600}.vtex-account__page{margin-left:46px}}.vtex-pageHeader-link__container{margin:0 0 15px}.vtex-pageHeader-link__container .vtex-button div{margin:0;padding:0}.vtex-pageHeader-link__container .vtex-button span{margin:0;color:var(--primary);font-size:12px;font-weight:700;text-transform:capitalize;display:flex;align-items:center;line-height:1}.vtex-pageHeader-link__container .vtex-button span:before{content:"";display:inline-block;background:url(https://bosico.vtexassets.com/assets/vtex/assets-builder/bosico.store/3.0.93/account/arrow-left___0fb3312d5696f7292abdf1f1271ee3ef.jpg) center center no-repeat;width:9px;height:9px;background-size:cover;margin-right:2px}.vtex-pageHeader-link__container .vtex__icon-arrow-back{display:none}@media screen and (min-width:768px){.vtex-pageHeader-link__container{margin-bottom:10px}.vtex-pageHeader-link__container .vtex-button span:before{width:15px;height:15px;margin-right:7px}.vtex-pageHeader-link__container .vtex-button span{font-size:16px}.vtex-pageHeader__container>div:last-child{align-items:center;min-height:36px}}.vtex-pageHeader__title{color:var(--primary);font-size:22px;font-weight:700;letter-spacing:0.25px}@media screen and (max-width:40em){.vtex-pageHeader__title{text-align:center}}@media screen and (min-width:64em){.vtex-pageHeader__title{font-size:20px}}.vtex-my-account-1-x-boxContainer{border:1px solid var(--general-border-color);border-radius:1px solid var(--general-border-radius)}.vtex-my-account-1-x-boxContainerBody{padding:28px}.vtex-my-account-1-x-boxContainerFooter{justify-content:center;padding:7px 28px 28px}.vtex-my-account-1-x-boxContainerFooter .vtex-button__label{padding:0}.vtex-dropdown__label{text-align:left}input,.vtex-dropdown__label+div,.vtex-input-prefix__group,.vtex-input-prefix__group input{font-size:16px;border-radius:var(--general-border-radius);border-color:var(--general-border-color)!important;border-width:var(--general-border-width);color:var(--input-color)}.vtex-dropdown__label,.vtex-input__label{color:var(--primary);font-weight:700;letter-spacing:0.12px;margin-bottom:5px;padding-left:0!important;font-size:14px!important}.vtex-input-prefix__group+div{font-size:12px}.vtex-checkbox__inner-container{border-color:var(--primary);border-width:var(--general-border-width)}.vtex-checkbox__line-container [class~="bg-action-primary"]{background-color:var(--primary);border-color:var(--primary)}button{border:none}.vtex-account__create-card .vtex-button,.vtex-account .vtex-button,.vtex-account .vtex-button,.vtex-account .vtex-button:hover,.vtex-modal__modal .vtex-button[class~="bg-action-primary"]{border-radius:var(--general-button-border-radius);background:var(--primary)!important;border:1px solid var(--primary)!important;color:var(--white);text-align:center;font-size:12px;font-weight:700;letter-spacing:0.36px;padding:7px 20px;width:auto;display:inline-block;line-height:1}.vtex-account .vtex-pageHeader-link__container .vtex-button{background-color:#fff!important;border:none!important;padding:0}.vtex-my-cards-1-x-newCardButton{display:none}@media screen and (max-width:767px){.vtex-my-cards-1-x-newCardButton button,[href="#/addresses/new"] button{margin-top:33px}}.vtex-account__page-body .vtex-my-account-1-x-boxContainerBody span{font-size:13px;color:var(--primary)}
.vtex-my-orders-app-3-x-orderCard{margin:0 0 12px;border-radius:var(--general-border-radius)}.vtex-my-orders-app-3-x-orderHeader{padding:18px 8px;background:#E3E3E3}.vtex-my-orders-app-3-x-orderHeaderLabel{color:var(--primary);font-size:12px;font-weight:700;letter-spacing:0.12px;line-height:1;margin-bottom:5px}.vtex-my-orders-app-3-x-orderHeaderValue{color:var(--primary);font-size:14px;font-weight:500;line-height:1;letter-spacing:0.12px}.vtex-my-orders-app-3-x-orderHeaderValue img{display:none}.vtex-my-orders-app-3-x-orderId{color:var(--primary);text-align:right;font-size:12px;font-weight:500;letter-spacing:0.12px;margin-bottom:5px;line-height:1}.vtex-my-orders-app-3-x-orderBody{padding:14px 12px;display:flex;flex-direction:column;justify-content:center}.vtex-my-orders-app-3-x-orderProduct{padding:0}.vtex-my-orders-app-3-x-orderProduct:not(:last-child){margin-bottom:10px}.vtex-my-orders-app-3-x-orderProductName{color:var(--primary);font-size:12px;font-weight:700;line-height:16px;text-transform:uppercase;display:block}.vtex-my-orders-app-3-x-orderProductShipping{color:var(--disabled);font-size:12px;line-height:20.016px;letter-spacing:0.24px;margin-bottom:0px}.vtex-my-orders-app-3-x-orderProductQuantityValue{color:var(--primary);font-size:12px;line-height:22.805px;letter-spacing:0.28px;margin-bottom:0;font-weight:400}.vtex-my-orders-app-3-x-orderProductValue{font-weight:700;font-size:12px}.vtex-my-orders-app-3-x-detailsBtn{order:-1}.vtex-my-orders-app-3-x-reorderBtn,.vtex-my-orders-app-3-x-cancelBtn,.vtex-my-orders-app-3-x-detailsBtn{margin:0;padding:0;width:100%;display:flex;align-items:center;justify-content:center;line-height:1}.vtex-my-orders-app-3-x-reorderBtn{margin:17px 0}.vtex-my-orders-app-3-x-reorderBtn,.vtex-my-orders-app-3-x-detailsBtn{height:31px}.vtex-my-orders-app-3-x-detailsBtn:hover,.vtex-my-orders-app-3-x-detailsBtn,.vtex-my-orders-app-3-x-reorderBtn:hover,.vtex-my-orders-app-3-x-reorderBtn,.vtex-account__order-details>div>div:nth-child(2) span{text-align:center;font-size:10px;font-weight:700;letter-spacing:0.24px;text-transform:uppercase;border-radius:var(--general-button-border-radius);padding:9px 11px}.vtex-my-orders-app-3-x-detailsBtn:hover,.vtex-my-orders-app-3-x-detailsBtn{background:var(--primary);color:var(--white)}.vtex-my-orders-app-3-x-reorderBtn:hover,.vtex-my-orders-app-3-x-reorderBtn{color:var(--primary);border:1px solid var(--primary)}.vtex-my-orders-app-3-x-reorderBtn span{margin-left:2px!important;font-family:var(--ff-primary);color:var(--primary)}.vtex-account__order-details>div>div:nth-child(2) a{text-decoration:none}.vtex-account__order-details>div>div:nth-child(2) span{padding:0;margin-left:14px!important;color:var(--primary)}.vtex-account__order-details>div>div:nth-child(2) a::before,.vtex-my-orders-app-3-x-reorderBtn::before{content:"";background-image:url(https://bosico.vtexassets.com/assets/vtex/assets-builder/bosico.store/3.0.93/account/again___e85ed30f074ac369629767e9e8510333.svg);width:12px;height:12px;display:block;background-size:cover}.vtex-account__order-details>div>div:nth-child(2) svg,.vtex-my-orders-app-3-x-reorderBtn svg{display:none}.vtex-my-orders-app-3-x-cancelBtn span{color:var(--primary);font-size:10px;font-weight:500;letter-spacing:0.6px;text-decoration-line:underline;text-transform:uppercase;font-family:var(--ff-primary);margin-left:5px}.vtex-my-orders-app-3-x-cancelBtn svg{display:none}.vtex-my-orders-app-3-x-cancelBtn::before{content:"";background-image:url(https://bosico.vtexassets.com/assets/vtex/assets-builder/bosico.store/3.0.93/account/close___a748e4deb77765c31328af98cafce54a.svg);width:12px;height:12px;display:block;background-size:cover}.vtex-my-orders-app-3-x-collapsedOrder{display:flex;margin:0 0 12px;border-radius:var(--general-border-radius)}.vtex-my-orders-app-3-x-collapsedOrder>div:nth-child(2){margin:0 0 0 auto;text-align:right}@media screen and (min-width:40em){.vtex-my-orders-app-3-x-orderHeader{display:flex}.vtex-my-orders-app-3-x-orderHeader>div:nth-child(1),.vtex-my-orders-app-3-x-orderHeader>div:nth-child(2),.vtex-my-orders-app-3-x-orderHeader>div:nth-child(3){width:auto}.vtex-my-orders-app-3-x-orderHeader>div:nth-child(1){margin-right:20px}.vtex-my-orders-app-3-x-orderHeader>div:nth-child(3){flex:1;margin-left:auto}}@media screen and (min-width:48em){.vtex-my-orders-app-3-x-collapsedOrder,.vtex-my-orders-app-3-x-orderCard{border-radius:var(--general-button-border-radius)}.vtex-my-orders-app-3-x-collapsedOrder,.vtex-my-orders-app-3-x-orderHeader{padding:16px 28px}.vtex-my-orders-app-3-x-orderBody{padding:32px 24px;display:block}.vtex-my-orders-app-3-x-orderProductQuantityValue{font-size:14px}.vtex-my-orders-app-3-x-orderProduct:not(:last-child){margin-bottom:21px}}@media screen and (min-width:64em){.vtex-my-orders-app-3-x-cancelBtn span,.vtex-my-orders-app-3-x-cancelBtn span:hover,.vtex-my-orders-app-3-x-detailsBtn:hover,.vtex-my-orders-app-3-x-detailsBtn,.vtex-my-orders-app-3-x-reorderBtn:hover,.vtex-my-orders-app-3-x-reorderBtn,.vtex-account__order-details>div>div:nth-child(2) span{font-size:12px}.vtex-my-orders-app-3-x-orderProductShipping{margin:10px 0}}
.vtex-my-account-1-x-profileBoxContainer>div{padding-bottom:32px}.vtex-my-account-1-x-profileBoxContainer .vtex-button,.vtex-my-account-1-x-profileBoxContainer .vtex-button:hover{width:93px}.vtex-profile-form-3-x-profileSummary{text-align:left}.vtex-profile-form-3-x-profileSummary div,.vtex-profile-form-3-x-profileSummary label,.vtex-profile-form-3-x-profileContainer .vtex-input__label,.vtex-profile-form-3-x-profileContainer .vtex-dropdown__label{color:var(--primary);font-size:13px;letter-spacing:0.13px}.vtex-profile-form-3-x-profileSummary label{font-weight:700}.vtex-profile-form-3-x-profileSummary>div{margin-bottom:0}.vtex-profile-form-3-x-profileSummary>div>div{margin-bottom:30px}.vtex-my-account-1-x-phoneNumberSubContainer{margin-bottom:0!important}.vtex-my-account-1-x-dataEntryLabel{margin-bottom:5px;padding:0}@media screen and (min-width:64em){.vtex-profile-form-3-x-profileSummary div,.vtex-profile-form-3-x-profileSummary label,.vtex-profile-form-3-x-profileContainer .vtex-input__label,.vtex-profile-form-3-x-profileContainer .vtex-dropdown__label{font-size:14px}.vtex-my-account-1-x-profileBoxContainer .vtex-button,.vtex-my-account-1-x-profileBoxContainer .vtex-button:hover{width:104px}}.vtex-my-account-1-x-newsletterContainerTitle{color:var(--primary);font-size:13px;font-weight:700;letter-spacing:0.325px}.vtex-my-account-1-x-newsletterContainerMessage{color:var(--primary);font-size:12px;letter-spacing:0.24px;padding:8px 0 14px}.vtex-my-account-1-x-boxContainerBody .vtex-checkbox__label{font-size:12px;letter-spacing:0.2px;font-family:var(--ff-primary)}.vtex-my-account-1-x-boxContainerBody .vtex-checkbox__box{border-color:var(--secondary);border-radius:2px}.vtex-my-account-1-x-boxContainerBody .vtex__icon-check{color:var(--white);background-color:var(--secondary);border-color:var(--secondary)}.vtex-profile-form-3-x-profileContainer{text-align:center}.vtex-profile-form-3-x-profileSummary,.vtex-profile-form-3-x-personalFields,.vtex-profile-form-3-x-businessFields{text-align:left}.vtex-profile-form-3-x-toggleBusinessButtonWrapper .vtex-button,.vtex-profile-form-3-x-toggleBusinessButtonWrapper .vtex-button:hover{background-color:#fff!important;color:var(--violet);border:1px solid var(--violet)!important;line-height:1.4}
.vtex-order-placed-2-x-packageDeliveryTitle{color:var(--primary);font-size:14px;font-weight:700;line-height:21px;letter-spacing:-0.14px}.vtex-order-placed-2-x-packageShippingEstimate{color:var(--secondary);font-size:12px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-0.12px}.vtex-order-placed-2-x-packageSLA{display:none}.vtex-order-placed-2-x-addressContainer{line-height:1.2}.vtex-order-placed-2-x-addressContainer span{color:var(--primary);font-size:12px;font-weight:400;letter-spacing:-0.14px}
.vtex-order-placed-2-x-confirmationIconWrapper,.vtex-order-placed-2-x-section--notices,.vtex-order-placed-2-x-updateOrderButton,.vtex-order-placed-2-x-orderSoldBy{display:none}.vtex-order-placed-2-x-cancelOrderButton{display:none}.vtex-order-placed-2-x-section--confirmation{padding-bottom:42px;margin:0}.vtex-order-placed-2-x-orderPlacedMainWrapper{margin:0 auto 87px;max-width:973px;padding-top:41px;border-top:1px solid var(--disabled)}.vtex-order-placed-2-x-confirmationTitle{font-size:20px;font-weight:700;line-height:19px;color:var(--primary);letter-spacing:0.6px;margin:0 0 32px}.vtex-order-placed-2-x-confirmationMessage{color:#727272;font-size:14px;letter-spacing:0.28px;padding:0 24px;max-width:609px;margin:0 auto}.vtex-order-placed-2-x-confirmationMessage::before{content:'¡Recuerda! ';font-weight:700}.vtex-order-placed-2-x-orderNumber{color:var(--primary);font-size:16px;font-weight:500;letter-spacing:-0.16px;line-height:1;margin-bottom:9px}.vtex-order-placed-2-x-orderDatetime{color:var(--disabled);font-size:12px;font-weight:500;letter-spacing:-0.12px}.vtex-order-placed-2-x-customerInfoListContainer{margin-top:11px;font-size:12px;font-weight:400;letter-spacing:-0.12px}.vtex-order-placed-2-x-customerInfoListContainer li{color:var(--primary)}.vtex-order-placed-2-x-customerInfoListName{font-weight:700;color:var(--primary)!important}.vtex-order-placed-2-x-myOrdersButton{width:auto;margin:0}.vtex-order-placed-2-x-myOrdersButton .vtex-button{border-radius:5px;background:var(--primary);padding:12px 70px}.vtex-order-placed-2-x-myOrdersButton .vtex-button__label{padding:0!important;color:var(--white, #FFF);font-size:12px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase}.vtex-order-placed-2-x-cancelOrderButton .vtex-button,.vtex-order-placed-2-x-cancelOrderButton .vtex-button:hover,.vtex-order-placed-2-x-cancelOrderButton .vtex-button__label{color:var(--primary);text-align:center;font-size:12px;font-weight:500;letter-spacing:0.6px;text-transform:uppercase;background-color:var(--white);border:none}.vtex-order-placed-2-x-cancelOrderButton a{justify-content:center}@media screen and (min-width:40em){.vtex-order-placed-2-x-orderOptionsWrapper{flex-direction:column;text-align:center}.vtex-order-placed-2-x-cancelOrderButton{position:relative;top:10px}}
.vtex-order-placed-2-x-orderPaymentWrapper{margin-top:26px}.vtex-order-placed-2-x-orderPaymentItem p{font-size:12px;color:var(--primary);font-weight:400;line-height:16px;letter-spacing:-0.12px;margin:0}.vtex-order-placed-2-x-paymentGroup{font-size:0!important}.vtex-order-placed-2-x-paymentGroup::before{content:'Medio de pago';color:var(--primary);font-size:12px!important;font-weight:700;line-height:16px;letter-spacing:-0.12px}.vtex-order-placed-2-x-section--paymentMethods{border:none}.vtex-order-placed-2-x-paymentValue,.vtex-order-placed-2-x-orderPaymentItem svg{display:none}
.vtex-order-placed-2-x-productListItem{margin-bottom:32px;padding-bottom:32px}.vtex-order-placed-2-x-productInfoColumn{justify-content:center}.vtex-order-placed-2-x-productQuantity{color:var(--primary);font-size:12px;font-weight:400;letter-spacing:0.12px}.vtex-order-placed-2-x-productName{margin:auto 0;color:var(--primary);font-size:12px;line-height:16px;font-weight:500;text-transform:uppercase;display:block;padding:0}.vtex-order-placed-2-x-productPrice{display:flex;align-items:center;color:var(--primary);font-size:12px;font-weight:500;line-height:18px;justify-content:center}.vtex-order-placed-2-x-totalListItem,.vtex-order-placed-2-x-totalListItemValue{color:var(--primary);font-size:14px;font-weight:500;letter-spacing:0.14px}.vtex-order-placed-2-x-totalListItem:last-child .vtex-order-placed-2-x-totalListItemLabel,.vtex-order-placed-2-x-totalListItem:last-child .vtex-order-placed-2-x-totalListItemValue{color:var(--primary);font-size:16px;font-weight:700;letter-spacing:0.16px}.vtex-order-placed-2-x-totalListItem:first-child .vtex-order-placed-2-x-totalListItemValue{font-weight:600}@media screen and (min-width:40em){.vtex-order-placed-2-x-productName{margin-right:87px}.vtex-order-placed-2-x-productPrice{position:relative;top:-18px}}
.vtex-store-components-3-x-backToTopButtonActive{bottom:70px;right:10px}.vtex-store-components-3-x-backToTopButtonActive button,.vtex-store-components-3-x-backToTopButtonActive button:hover{width:52px;height:52px;background:#F4F4F4;border-radius:5px;border:1px solid #F4F4F4}.vtex-store-components-3-x-backToTopButtonActive .vtex-button__label{background:url(https://bosico.vtexassets.com/assets/vtex/assets-builder/bosico.store/3.0.93/back-to-top/back-to-top___3909d76c3b1c4ce7ee42a88b1f1cdabb.svg) no-repeat center center}.vtex-store-components-3-x-backToTopButtonActive svg{display:none}@media screen and (min-width:64rem){.vtex-store-components-3-x-backToTopButtonActive{right:2rem;bottom:83px;;}}@media screen and (max-width:64rem){.vtex-product-context-provider .vtex-store-components-3-x-backToTopButtonActive{bottom:137px}}
.vtex-flex-layout-0-x-flexRowContent--container-name-vitrine,.vtex-flex-layout-0-x-flexRowContent--container-prices-vitrine{align-items:baseline}.vtex-flex-layout-0-x-flexRow--container-name-vitrine .vtex-store-components-3-x-container,.vtex-flex-layout-0-x-flexRow--container-prices-vitrine .vtex-store-components-3-x-container{padding:0 0.23rem}.vtex-flex-layout-0-x-flexRow--container-name-vitrine{margin:6px 0 0 0}.vtex-flex-layout-0-x-flexRow--container-name-vitrine,.vtex-flex-layout-0-x-flexRow--container-prices-vitrine{padding:0 6px}.vtex-flex-layout-0-x-flexRowContent--container-name-vitrine{gap:15.58px}.vtex-flex-layout-0-x-flexRow--btn-shelf-main{display:none}.vtex-flex-layout-0-x-flexRowContent--addi-tag-wishlist{padding:6px 6px;align-items:center}.vtex-flex-layout-0-x-flexCol--addi-tag-name .vtex-product-summary-2-x-productNameContainer{margin-left:6px}.vtex-flex-layout-0-x-flexCol--addi-tag-name .vtex-product-summary-2-x-nameContainer{justify-content:flex-start}@media screen and (max-width:65em){.vtex-flex-layout-0-x-flexRowContent--addi-tag-wishlist{display:flex;flex-wrap:wrap}}
.vtex-product-highlights-2-x-productHighlightText--new{font-size:0;display:flex;height:18px}.vtex-product-highlights-2-x-productHighlightText{margin-bottom:6px}.vtex-product-highlights-2-x-productHighlightText--new::before{border-radius:1.773px 0 0 1.773px;background:var(--secondary-bosi);color:var(--white);text-transform:uppercase;font-size:10px;font-style:normal;font-weight:600;line-height:0.8;letter-spacing:0.248px;padding:.35rem .5rem}.vtex-stack-layout-0-x-stackContainer--product-page-stack-image .vtex-product-highlights-2-x-productHighlightText--new::before{border-radius:0 1.773px 1.773px 0}@media screen and (min-width:64em){.vtex-product-highlights-2-x-productHighlightText--new::before{font-size:11px;letter-spacing:0.42px;border-radius:3px 0 0 3px}.vtex-stack-layout-0-x-stackContainer--product-page-stack-image .vtex-product-highlights-2-x-productHighlightText--new::before{border-radius:0 3px 3px 0}}
.vtex-product-list-0-x-productListUnavailableItemsMessage,.vtex-product-list-0-x-productListAvailableItemsMessage{margin:0 0 20px;color:var(--secondary-bosi);font-size:14px;font-weight:bold;padding-bottom:10px}
.vtex-product-price-1-x-sellingPrice,.vtex-product-price-1-x-listPrice{text-align:start}.vtex-product-price-1-x-listPrice{margin-right:7.48px;position:relative;text-decoration-color:var(--static-content-menu-font-color);display:flex;align-items:center}.vtex-product-price-1-x-listPrice::after{content:"";width:100%;border-bottom:1px solid var(--static-content-menu-font-color);position:absolute;top:45%;transform:translateY(-50%);left:0}.vtex-product-price-1-x-listPriceValue{color:var(--static-content-menu-font-color);font-size:14px;font-weight:400;line-height:10.94px;letter-spacing:0.05px}.vtex-product-price-1-x-sellingPrice{color:var(--primary);font-weight:700;display:flex;align-items:center;font-size:14px}.vtex-product-price-1-x-sellingPrice--hasListPrice .vtex-product-price-1-x-sellingPriceValue{color:var(--secondary);font-size:14px;font-weight:600;line-height:18px;letter-spacing:0.07px}.vtex-product-price-1-x-savings{background-color:var(--secondary);border-radius:0 1.773px 1.773px 0;color:var(--white);font-size:10px;font-weight:700;text-transform:capitalize;padding:.1rem .5rem;display:flex;gap:1px;height:18px;line-height:1;box-sizing:border-box;align-items:center}@media screen and (min-width:40em){.vtex-product-price-1-x-listPriceValue{font-size:14px;line-height:18px;letter-spacing:0.07px}.vtex-product-price-1-x-savings{font-size:12px}.vtex-product-price-1-x-listPrice{display:block}.vtex-product-price-1-x-sellingPrice--hasListPrice .vtex-product-price-1-x-sellingPriceValue{font-size:14px}}@media screen and (min-width:64em){.vtex-product-price-1-x-savings{background-color:var(--secondary);border-radius:0 3px 3px 0}}
.vtex-product-summary-2-x-container{border-radius:0}.vtex-product-summary-2-x-element{padding:0 0 2px}.vtex-product-summary-2-x-imageContainer,.vtex-product-summary-2-x-hoverEffect,.vtex-product-summary-2-x-imageNormal,.vtex-product-summary-2-x-image,.vtex-product-summary-2-x-hoverImage{background-color:var(--backgound-product-ligth, #F4F4F4);height:auto!important}.vtex-product-summary-2-x-nameContainer{padding:0}.vtex-product-summary-2-x-productNameContainer{text-align:start}.vtex-product-summary-2-x-productBrand{color:var(--primary);font-size:14px;line-height:18px;letter-spacing:0.07px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-transform:initial}.vtex-product-summary-2-x-element--vitrine-search{gap:3px}.vtex-product-summary-2-x-element--vitrine-search .vtex-product-summary-2-x-nameContainer{justify-content:flex-start}.vtex-product-summary-2-x-element--vitrine-search .vtex-product-summary-2-x-nameContainer .vtex-product-summary-2-x-productBrand{font-family:Mukta;font-size:12px;font-weight:600;line-height:16px;letter-spacing:0.005em;text-align:left;text-transform:initial!important}.vtex-product-summary-2-x-element--vitrine-search .vtex-product-price-1-x-currencyContainer{color:var(--primary);font-family:Mukta;font-size:13px;font-weight:600;line-height:15px;letter-spacing:0.005em;text-align:left}.vtex-product-summary-2-x-element--vitrine-search .vtex-rich-text-0-x-container--price-online,.vtex-product-summary-2-x-element--vitrine-search .vtex-flex-layout-0-x-flexRow--container-prices-vitrine{padding-left:0}.vtex-product-summary-2-x-element--vitrine-search .vtex-button{background-color:var(--white);color:var(--primary);border:1px solid var(--primary)}.vtex-product-summary-2-x-element--vitrine-search .vtex-button .vtex-button__label{padding-bottom:0!important}.vtex-product-summary-2-x-element{position:relative}[data-highlight-name*="tag-addi-sep2022"]{background:url(https://bosico.vtexassets.com/assets/vtex.file-manager-graphql/images/24274216-8854-4c9e-b9db-bf80c4270f86___3954aa280b0fb3c1f4129196968888c8.png) no-repeat left center!important;background-size:35px!important;width:35px;height:43px!important;font-size:0!important;padding:0!important;margin:-1px 2px 0 auto;position:absolute;margin-top:3px;z-index:5!important}.vtex-product-summary-2-x-hoverImage{z-index:3!important}@media (max-width:350px){.vtex-product-summary-2-x-element--vitrine-search .vtex-button .vtex-button__label{font-size:13px}}
.vtex-rich-text-0-x-container--price-online{padding:3px 6px}.vtex-rich-text-0-x-paragraph--price-online{margin:0;color:var(--static-content-menu-font-color);font-size:0.750rem;font-style:normal;font-weight:400;line-height:0.938rem}.vtex-rich-text-0-x-paragraph--addi-tag{margin:0;color:#fff;font-size:12px;line-height:18px;letter-spacing:0.07px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-transform:uppercase;font-weight:bold}.vtex-rich-text-0-x-wrapper--addi-tag{background-color:#0f1e5b;padding:2px 5px;width:100%;max-width:195px}.vtex-flex-layout-0-x-flexCol--product-page-container-details-summary{.vtex-rich-text-0-x-wrapper--addi-tag {
        margin: 10px 0;
    }

    .vtex-rich-text-0-x-paragraph--addi-tag {
        font-size: 14px;
    }}@media screen and (max-width:65em){.vtex-flex-layout-0-x-flexCol--product-page-container-details-summary{.vtex-rich-text-0-x-wrapper--addi-tag {
            margin-top: 0;
        }}}@media screen and (max-width:460px){.vtex-flex-layout-0-x-flexRowContent--addi-tag-wishlist{.vtex-rich-text-0-x-paragraph--addi-tag {
            font-size: 7px;
        }}}
.vtex-shelf-1-x-shelfContentContainer{padding:0 10px}.vtex-shelf-1-x-arrow{width:18px}.vtex-flex-layout-0-x-flexRowContent--related-products .vtex-shelf-1-x-arrowLeft{left:-16px}.vtex-flex-layout-0-x-flexRowContent--related-products .vtex-shelf-1-x-arrowRight{right:-19px}@media screen and (min-width:64rem){.vtex-shelf-1-x-shelfContentContainer{padding:0}.vtex-flex-layout-0-x-flexRowContent--related-products .vtex-shelf-1-x-arrowRight{right:-30px}.vtex-flex-layout-0-x-flexRowContent--related-products .vtex-shelf-1-x-arrowLeft{left:-27px}}
.vtex-flex-layout-0-x-flexRowContent--related-products .vtex-slider-0-x-sliderFrame{gap:10px}
.vtex-stack-layout-0-x-stackItem--add-to-cart-custom,.vtex-stack-layout-0-x-stackItem--new,.vtex-stack-layout-0-x-stackItem--discount-vitrine{z-index:999!important}.vtex-stack-layout-0-x-stackItem--new,.vtex-stack-layout-0-x-stackItem--discount-vitrine{top:5.32px;z-index:999!important}.vtex-stack-layout-0-x-stackItem--new{right:0;left:auto;display:flex;flex-direction:column-reverse;gap:5px}.vtex-stack-layout-0-x-stackItem--discount-vitrine{right:auto;left:0}.vtex-stack-layout-0-x-stackItem--add-to-cart-custom{display:none;justify-content:flex-end;width:100%;top:auto;left:auto;right:0;bottom:0}.vtex-stack-layout-0-x-stackContainer--product-page-stack-image .vtex-stack-layout-0-x-stackItem--new{right:auto;left:0;z-index:2!important}.vtex-stack-layout-0-x-stackItem--new [data-highlight-name*="Últimas Tallas Bambino 2024"]{background:url(https://bosico.vtexassets.com/assets/vtex.file-manager-graphql/images/55c4f6bb-5b60-4e3a-9745-50b2c5a9b2a8___74f75419002d8a4539d05e5a9e69e0aa.png) no-repeat right center!important;background-size:46px!important;width:46px;height:29px!important;font-size:0!important;padding:0!important;margin:-1px 2px 0 auto}div[class~="render-route-store-search"]:has([data-highlight-name*="Últimas Tallas Bambino 2024"]) .vtex-stack-layout-0-x-stackItem--discount-vitrine{display:none}div[class~="vtex-stack-layout-0-x-stackItem--new"]:has([data-highlight-name*="madres-addi"]){top:0!important}.vtex-stack-layout-0-x-stackItem--new [data-highlight-name*="Tag-Nuevo-2024"]:before{content:'Nuevo';background:var(--primary)!important;color:white!important;border:1px solid var(--primary)!important;margin-bottom:-3px}.vtex-stack-layout-0-x-stackItem--new [data-highlight-name*="madres-addi"]{background:url(https://bosico.vtexassets.com/assets/vtex.file-manager-graphql/images/ee075ab7-17f4-478c-92db-a1eb537f36b5___fb1f078af740ca7d034c6954ae801d2a.png) no-repeat center!important;background-size:46px!important;width:46px;height:48px!important;font-size:0!important;padding:0!important;margin:-1px 2px 0 auto}.vtex-stack-layout-0-x-stackItem--new [data-highlight-name*="tag-2x3-dic2024"]:before{content:'2x3';background:var(--primary)!important;color:white!important;border:1px solid var(--primary)!important;margin-bottom:-3px;width:100%}.vtex-stack-layout-0-x-stackItem--new [data-highlight-name*="Últimas Tallas Bosi 2024"]:before{content:'ÚLTIMAS TALLAS';background:var(--primary)!important;color:white!important;border:1px solid var(--primary)!important;margin-bottom:-2px}@media screen and (min-width:40em){.vtex-stack-layout-0-x-stackItem--new [data-highlight-name*="Últimas Tallas Bosi 2024"]:before{margin-bottom:-4px}.vtex-stack-layout-0-x-stackItem--new,.vtex-stack-layout-0-x-stackItem--discount-vitrine{top:9px}.vtex-stack-layout-0-x-stackItem--add-to-cart-custom{display:none}.vtex-product-summary-2-x-containerNormal:hover .vtex-stack-layout-0-x-stackItem--add-to-cart-custom{display:flex}}@media screen and (min-width:60em){.vtex-stack-layout-0-x-stackItem--add-to-cart-custom{display:flex}.vtex-stack-layout-0-x-stackItem--new [data-highlight-name*="madres-addi"]{width:52px;height:50px!important}}
.vtex-wish-list-1-x-iconSize{width:18px!important;height:18px!important}.vtex-wish-list-1-x-wishlistIconContainer .vtex-button{border:none;min-height:18px}.vtex-wish-list-1-x-wishlistIconContainer .vtex-button__label{padding:0!important}.vtex-wish-list-1-x-fill,.vtex-wish-list-1-x-outline{background:url(https://bosico.vtexassets.com/assets/vtex/assets-builder/bosico.store/3.0.93/product-summary/heart___a0c7a1c7667e1f55d7db68ec9f27b5db.svg);background-repeat:no-repeat;background-size:100%;width:20px!important;height:18px!important}.vtex-wish-list-1-x-outline{background:url(https://bosico.vtexassets.com/assets/vtex/assets-builder/bosico.store/3.0.93/product-summary/heart___a0c7a1c7667e1f55d7db68ec9f27b5db.svg)}.vtex-wish-list-1-x-fill{background:url(https://bosico.vtexassets.com/assets/vtex/assets-builder/bosico.store/3.0.93/product-summary/heart-fill___77927b376614ba0d8b667f219f2c3730.svg)}
.vtex-flex-layout-0-x-flexRow--copyright-footer{border-top:1px solid var(--static-content-menu-font-color)}.vtex-flex-layout-0-x-flexRowContent--copyright-footer,.vtex-flex-layout-0-x-flexRowContent--delivery-footer,.vtex-flex-layout-0-x-flexRowContent--secure-site-footer{justify-content:center;align-items:center}.vtex-flex-layout-0-x-flexRowContent--delivery-footer,.vtex-flex-layout-0-x-flexRowContent--secure-site-footer{align-items:center;gap:1.063rem}.vtex-flex-layout-0-x-flexRowContent--brands-copyright-footer{justify-content:center}.vtex-flex-layout-0-x-flexRowContent--copyright-footer .vtex-flex-layout-0-x-stretchChildrenWidth{width:auto!important;justify-content:center}.vtex-flex-layout-0-x-flexRowContent--copyright-footer{display:grid;grid-template-areas:"delivery" "secure-site" "copyright";gap:1rem;max-width:var(--max-width-container);;}.vtex-flex-layout-0-x-flexRow--copyright-footer .vtex-store-components-3-x-container{padding:0.875rem 1.25rem 0;display:flex;justify-content:center}.vtex-flex-layout-0-x-flexColChild--copyright-footer{display:flex;align-items:center;justify-content:center;height:100%}@media screen and (min-width:40em){.vtex-flex-layout-0-x-flexCol--copyright-footer{flex-direction:row;gap:.5rem}.vtex-flex-layout-0-x-flexRowContent--copyright-footer{grid-template-areas:"delivery copyright" "secure-site secure-site";gap:.5rem 2.563rem}.vtex-flex-layout-0-x-flexRow--copyright-footer .vtex-store-components-3-x-container{padding:0.438rem 2rem 0.813rem}}@media screen and (min-width:64em){.vtex-flex-layout-0-x-flexRowContent--copyright-footer{grid-template-areas:"delivery copyright secure-site";gap:2.463rem}.vtex-flex-layout-0-x-flexRow--copyright-footer .vtex-store-components-3-x-container{padding:0.594rem 6rem 0.875rem}}
.vtex-rich-text-0-x-paragraph--delivery-footer,.vtex-rich-text-0-x-paragraph--secure-site-footer,.vtex-rich-text-0-x-paragraph--copyright-footer{color:var(--content);font-size:12px;font-style:normal;font-weight:600;line-height:12px;letter-spacing:0.05px}.vtex-rich-text-0-x-paragraph--delivery-footer,.vtex-rich-text-0-x-paragraph--secure-site-footer{margin:0}
.vtex-flex-layout-0-x-flexRowContent--container-menu-footer{padding:0 0 1.5rem 0;max-width:var(--max-width-container);;margin:0 auto}.vtex-flex-layout-0-x-flexRowContent--social-icons{gap:0.313rem}.vtex-flex-layout-0-x-flexColChild--section-6:last-child{margin-top:15px}.vtex-flex-layout-0-x-flexCol--payment-methods{gap:8px}@media screen and (max-width:90em){.vtex-flex-layout-0-x-flexRowContent--container-menu-footer .vtex-flex-layout-0-x-flexCol--section-6{margin-top:10px}}@media screen and (min-width:40em){.vtex-flex-layout-0-x-flexRowContent--container-menu-footer{display:grid;grid-template-columns:repeat(3,1fr);gap:25px 33px;padding:0 3.7rem 1.563rem}.vtex-flex-layout-0-x-flexCol--section-6{gap:1rem}.vtex-flex-layout-0-x-flexColChild--section-6:last-child{margin-top:0}}@media screen and (min-width:64em){.vtex-flex-layout-0-x-flexRowContent--container-menu-footer{grid-template-columns:repeat(6,1fr)}.vtex-flex-layout-0-x-flexRowContent--container-menu-footer{padding:0 0 1.594rem}}
.vtex-menu-2-x-styledLinkContent--item-section-footer{color:var(--primary);font-size:14px;font-style:normal;font-weight:600;line-height:18px;letter-spacing:0.07px}.vtex-menu-2-x-styledLinkContent--menu-footer{color:var(--Colores-gris-dark, #6C6C70);font-size:12px;font-style:normal;font-weight:400;line-height:15px;white-space:pre-wrap}.vtex-menu-2-x-menuItem--item-section-footer--isClosed .vtex-menu-2-x-styledLinkContainer--item-section-footer{border-bottom:1px solid var(--static-content-menu-font-color)}.vtex-menu-2-x-menuItem--no-border--isClosed .vtex-menu-2-x-styledLinkContainer--no-border{border:none}.vtex-menu-2-x-styledLinkContainer--item-section-footer{padding:.5rem 0;margin:0}.vtex-menu-2-x-menuItem--item-section-footer-1--isOpen .vtex-menu-2-x-styledLinkContainer--item-section-footer{padding:0}.vtex-menu-2-x-styledLinkContainer--menu-footer{padding:0 1rem 10px;margin:0}.vtex-menu-2-x-submenuAccordion--subMenuFooterMobile{padding:0}.vtex-menu-2-x-styledLinkContainer--follow{padding:8px 0 4px 0}@media screen and (min-width:40em){.vtex-menu-2-x-styledLinkContainer--item-section-footer,.vtex-menu-2-x-styledLinkContainer--menu-footer,.vtex-menu-2-x-menuItem--item-section-footer--isOpen{margin:0}.vtex-menu-2-x-accordionIcon{display:none}.vtex-menu-2-x-menuItem--item-section-footer--isClosed .vtex-menu-2-x-styledLinkContainer--item-section-footer{border:none}.vtex-menu-2-x-submenuAccordion--subMenuFooterMobile{padding:0}.vtex-menu-2-x-styledLinkContainer--menu-footer{padding:8px 0}.vtex-menu-2-x-styledLinkIcon--menu-footer-1 svg{width:20px;height:20px}.vtex-menu-2-x-menuItem--menu-footer-1:first-child .vtex-menu-2-x-styledLinkContainer--menu-footer-1{padding:6px 0}.vtex-menu-2-x-styledLinkContainer--item-section-footer{padding:0}.vtex-menu-2-x-menuItemInnerDiv--item-section-footer{padding-bottom:3px}}@media screen and (min-width:64em){.vtex-menu-2-x-menuItemInnerDiv--item-section-footer{padding-bottom:6px}}
.vtex-store-components-3-x-imageElement--payment-methods{max-width:160px}
.bosico-form-newsletter-0-x-input{font-size:12px;line-height:1}.bosico-form-newsletter-0-x-title{margin-bottom:15px}.bosico-form-newsletter-0-x-container-form input[type="text"],.bosico-form-newsletter-0-x-container-form select,.bosico-form-newsletter-0-x-container-form textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;max-height:32px;height:100%;background-color:#FFF;color:var(--primary)}@media screen and (min-width:40em){.bosico-form-newsletter-0-x-container{max-width:700px}.bosico-form-newsletter-0-x-container-form{padding:0 18px}}
.bosico-newsletter-image-0-x-containerImage{display:flex}.bosico-newsletter-image-0-x-containerImage img{object-fit:cover}
.vtex-flex-layout-0-x-flexRow--newsletter .vtex-store-components-3-x-container{padding:21px 1.75rem;margin-bottom:1.5rem}.vtex-flex-layout-0-x-flexRowContent--newsletter{max-width:var(--max-width-container);margin:0 auto}.vtex-flex-layout-0-x-flexRow--newsletter{background:var(--backgound-product-ligth, #F4F4F4)}.vtex-flex-layout-0-x-flexRowContent--newsletter .vtex-flex-layout-0-x-stretchChildrenWidth:last-child{display:none}.vtex-flex-layout-0-x-flexCol--text-newsletter{justify-content:center;align-items:center}.vtex-flex-layout-0-x-flexColChild--image-newsletter{display:flex}@media screen and (min-width:40em){.vtex-flex-layout-0-x-flexRow--newsletter .vtex-store-components-3-x-container{margin-bottom:2.625rem}.vtex-flex-layout-0-x-flexRowContent--newsletter .vtex-flex-layout-0-x-stretchChildrenWidth:last-child{display:flex}.vtex-flex-layout-0-x-flexCol--text-newsletter{padding:33px 37px}.vtex-flex-layout-0-x-flexRow--newsletter .vtex-store-components-3-x-container{padding:0}}@media screen and (min-width:120rem){.vtex-flex-layout-0-x-flexCol--text-newsletter{max-width:50%}.vtex-flex-layout-0-x-flexRow--newsletter .vtex-store-components-3-x-container{margin-bottom:46px}}
.vtex-modal-layout-0-x-modal--newsletter{z-index:9999!important}.vtex-modal-layout-0-x-paper--newsletter .vtex-modal-layout-0-x-headerContainer{position:absolute;right:0;border:none}.vtex-modal-layout-0-x-paper--newsletter .vtex-modal-layout-0-x-closeIcon{width:24px;height:24px;color:var(--static-content-menu-font-color)}.vtex-modal-layout-0-x-paper--newsletter .vtex-modal-layout-0-x-closeButton{padding:0}.vtex-modal-layout-0-x-paper--newsletter.vtex-modal-layout-0-x-paperNotFullScreen{margin:0 .6rem}@media screen and (min-width:40em){.vtex-modal-layout-0-x-paper--newsletter .vtex-modal-layout-0-x-headerContainer{top:8px;right:14px}}
.vtex-rich-text-0-x-heading--newsletter{color:var(--Colores-gris-dark, #6C6C70);font-size:1.375rem;font-style:normal;font-weight:700;line-height:1.500rem;text-transform:uppercase}.vtex-rich-text-0-x-paragraph--newsletter{color:var(--Colores-gris-dark, #6C6C70);font-size:0.875rem;font-style:normal;font-weight:400;line-height:1.125rem;letter-spacing:0.004rem}.vtex-rich-text-0-x-paragraph--trigger-newsletter{background:var(--secondary-bosi);padding:.5rem 1.162rem;color:var(--white);font-family:var(--ff-primary);font-size:0.750rem;font-style:normal;font-weight:600;line-height:0.875rem;letter-spacing:0.015rem;text-transform:uppercase;cursor:pointer}.vtex-rich-text-0-x-heading--newsletter,.vtex-rich-text-0-x-paragraph--newsletter,.vtex-rich-text-0-x-paragraph--trigger-newsletter{margin:0}.vtex-rich-text-0-x-heading--newsletter,.vtex-rich-text-0-x-paragraph--newsletter{margin-bottom:1rem}@media screen and (min-width:64em){.vtex-rich-text-0-x-heading--newsletter,.vtex-rich-text-0-x-paragraph--newsletter{margin-bottom:10px}}
.vtex-list-context-0-x-list--payment-methods{display:flex;flex-wrap:wrap}
.vtex-flex-layout-0-x-flexRow--promises-brand{border-top:1px solid var(--static-content-menu-font-color);border-bottom:1px solid var(--static-content-menu-font-color);padding:18px 0;margin:1rem 0}.vtex-flex-layout-0-x-flexRowContent--promises-brand{max-width:var(--max-width-container);;margin:0 auto}.vtex-flex-layout-0-x-flexRowContent--promise-brand{align-items:center}.vtex-flex-layout-0-x-flexRow--promises-brand .vtex-store-components-3-x-container{padding:0}@media screen and (min-width:40em){.vtex-flex-layout-0-x-flexRowContent--promise-brand{gap:0.436rem}.vtex-flex-layout-0-x-flexRow--promises-brand .vtex-store-components-3-x-container{padding:0 32px}}@media screen and (min-width:40em) and (max-width:64em){.vtex-flex-layout-0-x-flexRow--promises-brand{padding:4px 0}}@media screen and (min-width:64em){.vtex-flex-layout-0-x-flexRow--promises-brand{margin:24px auto}.vtex-flex-layout-0-x-flexRow--promises-brand .vtex-store-components-3-x-container{padding:0 16px}}@media screen and (min-width:90em){.vtex-flex-layout-0-x-flexRow--promises-brand .vtex-store-components-3-x-container{padding:0}}
.vtex-rich-text-0-x-paragraph--promise-brand{color:var(--Colores-gris-dark, #6C6C70);font-size:17.424px;font-style:normal;font-weight:400;line-height:15.682px;letter-spacing:0.087px;white-space:nowrap}@media screen and (min-width:40em){.vtex-rich-text-0-x-paragraph--promise-brand{font-size:11px}}@media screen and (min-width:64em){.vtex-rich-text-0-x-paragraph--promise-brand{font-size:17.424px}}
.vtex-slider-layout-0-x-paginationDotsContainer--promises-brand{align-items:center;bottom:-.4rem}.vtex-slider-layout-0-x-paginationDot--promises-brand{background-color:var(--gris, #D8D8DC)}.vtex-slider-layout-0-x-paginationDot--promises-brand--isActive{background-color:var(--static-content-menu-font-color);width:0.75rem!important;height:0.75rem!important}.vtex-slider-layout-0-x-slide--promises-brand{width:auto!important}@media screen and (min-width:40em){.vtex-slider-layout-0-x-slide--promises-brand{width:inherit!important}.vtex-slider-layout-0-x-sliderTrack--promises-brand{gap:24.56px}}
.vtex-brand-challenge--adt-motowear .vtex-store-link-0-x-link--see-all-vitrine-home{border:none;background-color:var(--secondary-adt)}.vtex-brand-challenge--bambino .vtex-store-link-0-x-label--see-all-vitrine-home{color:var(--white)}
.vtex-brand-challenge--bambino .bosico-text-banners-categories-0-x-text-highlight-category--highlight-home{color:var(--primary-bambino)}
@media screen and (min-width:40em){.vtex-brand-challenge--bambino .vtex-flex-layout-0-x-flexRowContent--vitrine-home-2{flex-direction:row-reverse}.vtex-brand-challenge--bambino .vtex-flex-layout-0-x-flexCol--text-vitrine-home-2{align-items:flex-start}}
.vtex-brand-challenge--bambino .vtex-rich-text-0-x-heading--vitrine-home{color:var(--secondary-bambino)}.vtex-brand-challenge--bambino .vtex-rich-text-0-x-paragraph--title-slider-category-highlight{color:var(--secondary-bambino)}@media screen and (min-width:40em){.vtex-brand-challenge--bambino .vtex-rich-text-0-x-container--vitrine-home-2{text-align:start}.vtex-brand-challenge--bambino .vtex-rich-text-0-x-heading--vitrine-home-2{width:100%}}
.vtex-brand-challenge--bambino .vtex-store-link-0-x-link--see-all-vitrine-home{border:none;background-color:var(--primary-bambino);border-radius:10px}.vtex-brand-challenge--bambino .vtex-store-link-0-x-label--see-all-vitrine-home{color:var(--white)}

.bosico-free-shipping-0-x-fs_informativeFreeShippingText{align-items:center;margin:5px 0 0 0}.bosico-free-shipping-0-x-currencyContainer{text-align:center!important}.bosico-free-shipping-0-x-fs_informativeFreeShippingTextInner,.bosico-free-shipping-0-x-currencyContainer,.bosico-free-shipping-0-x-fs_informativeFreeShippingTextInner{font-size:12px!important}
.vtex-flex-layout-0-x-flexRowContent--header-desktop-sticky-row-1-brands .vtex-flex-layout-0-x-stretchChildrenWidth:not(:last-child) .vtex-store-components-3-x-logoLink--header-option-brand{border-right:1.194px solid var(--static-content-menu-font-color)}.vtex-flex-layout-0-x-flexCol--content-modal-promo-product .vtex-product-summary-2-x-SKUSelectorContainer{display:block!important}
.vtex-menu-2-x-menuContainerNav--header-drawer-container-search{width:100%}
.vtex-rich-text-0-x-paragraph--our-brands-logos{margin:0 5px 0 0;font-size:12px;font-weight:500}
.vtex-search-2-x-biggy-autocomplete{width:100%;box-shadow:none;opacity:1!important;max-height:fit-content!important}.vtex-search-2-x-biggy-autocomplete-wrapper{width:100%}@media (min-width:64rem){.vtex-search-2-x-biggy-autocomplete{width:684px}}
.vtex-slider-layout-0-x-imageElement--slider-statics-banners{max-height:none!important;height:auto;display:block}.vtex-slider-layout-0-x-imageElementLink--slider-statics-banners{width:100%}.vtex-store-components-3-x-imageElementLink--slider-statics-banners{padding:0}
.vtex-store-components-3-x-logoContainer--header-option-brand,.vtex-store-components-3-x-logoContainer--header-option-logo,.vtex-store-components-3-x-logoContainer--header-logo-main{display:flex;align-items:center;justify-content:center;padding:0;min-width:auto!important;max-width:none!important}.vtex-store-components-3-x-logoContainer--header-logo-main{display:block;line-height:1}.vtex-store-components-3-x-logoImage--header-logo-main{max-width:105px!important}.vtex-store-components-3-x-logoLink--header-option-brand{align-items:center;display:flex;justify-content:center;height:18.505px;padding-inline:10px}.vtex-store-components-3-x-logoLink--header-logo-main,.vtex-store-components-3-x-logoLink--header-option-logo{align-items:center;display:flex;justify-content:center}.vtex-store-components-3-x-logoImage--header-option-brand{filter:grayscale(80%);max-height:13px}.vtex-store-components-3-x-logoImage--header-option-brand:hover{filter:grayscale(0%)}.vtex-flex-layout-0-x-flexRowContent--header-mobile-sticky-row-1 .vtex-store-components-3-x-logoLink--header-option-brand{padding-inline:34px 0}.vtex-store-components-3-x-portalContainer--header-search-bar{inset:initial!important}.vtex-store-components-3-x-closeIcon--header-search-bar{overflow:visible!important}.vtex-store-components-3-x-portalContainer--header-search-bar{width:100%}.vtex-store-components-3-x-searchBarIcon--search{padding:0}@media (max-width:40rem){.vtex-store-components-3-x-logoLink--header-logo-main{position:absolute;left:50%;transform:translate(-50%,-50%)}}@media (min-width:40rem){.vtex-store-components-3-x-logoImage--header-logo-main{padding:12.5px 0}.vtex-store-components-3-x-portalContainer--header-search-bar{width:700px}}@media (max-width:40rem){.vtex-store-components-3-x-autoCompleteOuterContainer input{padding-left:50px}}@media (min-width:64rem){.vtex-store-components-3-x-logoImage--header-logo-main{max-width:100%!important;padding:19px 0 8px}}
.vtex-sticky-layout-0-x-container--header-desktop-sticky{z-index:1000!important}
.vtex-store-drawer-0-x-drawerHeader--search{width:100%;position:relative}.vtex-store-drawer-0-x-closeIconButton--search{position:absolute;top:9px;left:16px;padding:0}.vtex-store-drawer-0-x-closeIconButton--search svg{display:none}.vtex-store-drawer-0-x-closeIconButton--search::after{content:'';background:url(https://bosico.vtexassets.com/assets/vtex/assets-builder/bosico.store/3.0.93/header/go-back___1f94ffbfa5f75f6f8b123bac65aefbf1.svg);width:20px;height:20px;display:block;background-size:cover}.vtex-store-drawer-0-x-openIconContainer--header-option-search{padding:0}.vtex-store-drawer-0-x-drawerTriggerContainer--header-option-search{display:flex;align-items:center}.vtex-store-drawer-0-x-openIconContainer--header-mobile-menu-drawer{padding:0}.vtex-store-drawer-0-x-openIconContainer--header-mobile-menu-drawer img{width:30px}.vtex-store-drawer-0-x-openIconContainer--header-mobile-menu-drawer .vtex-store-drawer-0-x-drawerTriggerContainer{align-items:center;display:flex}.vtex-store-drawer-0-x-drawer--header-option-search{max-width:640px!important;width:100%!important;overflow:hidden auto;z-index:99999!important}.vtex-store-drawer-0-x-closeIconContainer--header-option-search{display:none}.vtex-store-drawer-0-x-closeIcon--header-option-search{overflow:visible!important}@media (min-width:40rem){.vtex-store-drawer-0-x-drawer--filters{min-width:300px!important}}@media (min-width:64rem){.vtex-store-drawer-0-x-drawer--header-option-search{max-width:720px!important}.vtex-store-drawer-0-x-drawerContent--header-option-search{padding:10px 10px}.vtex-store-drawer-0-x-drawerContent--header-option-search{padding:17px 18px}.vtex-store-drawer-0-x-drawer--filters{min-width:369px!important}}
.vtex-flex-layout-0-x-flexRowContent--submenu-container-items{gap:36px}.vtex-flex-layout-0-x-flexCol--submenu-desktop-items{gap:12px}
.vtex-menu-2-x-menuContainer--submenu-header-desktop{flex-direction:column;gap:8px}.vtex-menu-2-x-menuContainerNav--header-container-menu{margin:0 0 9px}.vtex-menu-2-x-menuItem--header-menu-options--isOpen .vtex-menu-2-x-styledLink--header-menu-options{font-weight:600}.vtex-menu-2-x-styledLinkContainer--header-menu-options{padding:0;margin:0}.vtex-menu-2-x-styledLink--header-menu-options{padding:8px 30px;display:block;line-height:1;text-transform:uppercase}.vtex-menu-2-x-styledLinkContainer--submenu-header-desktop{margin:0px}.vtex-menu-2-x-menuContainer--submenu-header-desktop{gap:12px}.vtex-menu-2-x-styledLink--submenu-header-desktop{color:var(--static-content-menu-font-color);font-family:var(--ff-primary);font-size:14px;font-style:normal;font-weight:400;line-height:15px}.vtex-menu-2-x-styledLink--submenu-header-desktop:hover{font-weight:600;color:var(--content)}@media screen and (min-width:40rem){.vtex-menu-2-x-styledLink--header-menu-options{padding:8px 17px}}@media screen and (min-width:64rem){.vtex-menu-2-x-styledLink--submenu-header-desktop{font-size:12px}.vtex-menu-2-x-styledLink--header-menu-options{padding:8px 30px}}
.vtex-store-link-0-x-link--submenu-desktop-title,.vtex-menu-2-x-styledLink--submenu-others{color:var(--primary);font-family:var(--ff-primary);font-size:14px;font-style:normal;font-weight:600;line-height:18px;letter-spacing:0.07px;text-decoration:none;text-transform:uppercase}.vtex-store-link-0-x-link--header-option-brand{padding:0 10px;line-height:1;display:flex;align-items:center}
@media screen and (min-width:40em){.vtex-login-2-x-vtex-login-2-x-optionsList{padding:.5rem 12px}}.vtex-login-2-x-profileIcon{width:28px;height:28px}.vtex-login-2-x-profile{color:var(--white);font-size:12px;font-weight:600;line-height:12.06px;letter-spacing:0.24px;text-transform:uppercase}.vtex-login-2-x-container span,.vtex-login-2-x-container span div{margin:0;padding:0}.vtex-login-2-x-label{color:var(--white);font-size:12px;font-style:normal;font-weight:600;letter-spacing:0.24px;text-transform:uppercase}@media screen and (min-width:64em){.vtex-login-2-x-container span{flex-direction:column}}.vtex-login-2-x-contentContainer{border-radius:7px;filter:drop-shadow(0px 2px 4px rgba(0,0,0,0.13));box-shadow:none}.vtex-login-2-x-contentContainer .vtex-login-2-x-contentForm,.vtex-login-2-x-contentContainer .vtex-login-2-x-options{min-width:100%}.vtex-login-2-x-arrowUp{left:41%;background:var(--primary)}.vtex-login-2-x-box{}.vtex-login-2-x-accountOptionsSectionTitle{color:var(--primary);font-family:var(--ff-primary);font-size:22px;font-weight:700;line-height:24px;text-align:center;margin-bottom:26px!important}.vtex-login-2-x-logoutButton,.vtex-login-2-x-logoutButton:hover,.vtex-login-2-x-accountItemPer:hover,.vtex-login-2-x-accountItemPer{color:var(--primary);font-size:12px;font-weight:600;letter-spacing:0.06px;padding-bottom:9px;font-family:var(--ff-primary);text-transform:uppercase}.vtex-login-2-x-logoutButton,.vtex-login-2-x-logoutButton:hover{padding:0;color:var(--black)}.vtex-login-2-x-contentAlwaysWithOptions{gap:30px}.vtex-login-2-x-content{padding:24px 21px;border-radius:7px}.vtex-login-2-x-content--loginOptions{padding:24px 7px}.vtex-login-2-x-content--accountOptions{padding:0}.vtex-login-2-x-contentAlwaysWithOptions .vtex-login-2-x-content,.vtex-login-2-x-contentForm{padding:0}.vtex-login-2-x-accountOptions div:last-of-type{text-align:center;margin:0;display:flex;align-items:center;justify-content:center;;}.vtex-login-2-x-loginOptionsContainer,.vtex-login-2-x-contentForm{flex:1}.vtex-login-2-x-content .vtex-button__label{padding:0!important}.vtex-login-2-x-content .vtex-button{padding:var(--login-button-padding)}.vtex-login-2-x-contentAlwaysWithOptions .vtex-login-2-x-formTitle{margin:0 0 1rem 0;min-height:40px}.vtex-login-2-x-accountOptions hr{border:1px solid var(--primary);display:none}.vtex-login-2-x-accountOptions>div:last-child{border-top:1px solid var(--primary);height:40px}.vtex-login-2-x-optionsList,.vtex-login-2-x-optionsListItemContainer{margin:0}.vtex-login-2-x-optionsListItem{margin-bottom:14px}.vtex-login-2-x-optionsListItem:last-child,.vtex-login-2-x-optionsListItem:nth-last-child(2){margin-bottom:0}.vtex-login-2-x-button .vtex-button{border-radius:var(--login-button-border-radius);border:var(--login-input-border);background:var(--white);min-height:100%}.vtex-login-2-x-oauthLabel,.vtex-login-2-x-button .vtex-button__label{color:var(--login-button-color);text-align:center;font-size:12px;font-weight:700;line-height:14px;letter-spacing:0.24px;text-transform:uppercase}.vtex-login-2-x-oauthLabel{margin:0 8px!important}.vtex-login-2-x-formFooter{padding:0;margin-top:24px;border-color:transparent}.vtex-login-2-x-backButton{margin:0 auto}.vtex-login-2-x-backButton svg{display:none}.vtex-login-2-x-backButton span{color:var(--primary);font-family:var(--ff-primary);text-align:center;font-size:12px;font-style:normal;font-weight:600;line-height:14px;letter-spacing:0.06px;text-transform:uppercase;margin:0}.vtex-login-2-x-sendButton .vtex-button{border-radius:var(--login-input-border-radius);border:none;min-height:auto;display:flex;justify-content:center}.vtex-login-2-x-sendButton .vtex-button::after{content:'';background:url(https://bosico.vtexassets.com/assets/vtex/assets-builder/bosico.store/3.0.93/login/send___d0235855a0799579464a102430cad07c.svg) no-repeat center center;width:14px;height:14px;background-size:cover;margin-left:6px;display:inline-block}.vtex-login-2-x-sendButton span{color:var(--general-button-color);text-align:center;font-size:12px;font-weight:600;text-transform:uppercase;line-height:14px;letter-spacing:0.24px}.vtex-login-2-x-content .vtex-input-prefix__group{border:var(--login-input-border);border-radius:var(--login-input-border-radius);height:auto}.vtex-login-2-x-content .vtex-styleguide-9-x-input,.vtex-login-2-x-content .vtex-styleguide-9-x-input::placeholder{padding:6px;font-size:12px;color:var(--login-input-color);font-weight:500}.vtex-login-2-x-formTitle{color:var(--primary);font-family:var(--ff-primary);text-align:center;font-weight:600;letter-spacing:0.6px;margin:0 0 26px;padding:0;font-size:14px}.vtex-login-2-x-content--beginCreatePass .vtex-login-2-x-contentForm .vtex-login-2-x-formTitle,.vtex-login-2-x-content--emailVerification .vtex-login-2-x-contentForm .vtex-login-2-x-formTitle,.vtex-login-2-x-emailVerification .vtex-login-2-x-formTitle{font-size:0}.vtex-login-2-x-emailVerification .vtex-login-2-x-formTitle::before,.vtex-login-2-x-content--beginCreatePass .vtex-login-2-x-contentForm .vtex-login-2-x-formTitle::before,.vtex-login-2-x-content--emailVerification .vtex-login-2-x-contentForm .vtex-login-2-x-formTitle::before{content:var(--login-email-verification-title);font-size:14px;font-weight:600;font-family:var(--ff-primary);display:block;line-height:18px}.vtex-login-2-x-emailVerification .vtex-login-2-x-formTitle::before{content:var(--login-email-access-title)}.vtex-login-2-x-inputContainerPassword::before,.vtex-login-2-x-inputContainerEmail::before{color:var(--primary);font-size:12px;font-weight:700;letter-spacing:0.12px;margin-bottom:5px;display:block}.vtex-login-2-x-inputContainerEmail::before{content:var(--login-input-label-email)}.vtex-login-2-x-inputContainerPassword::before{content:var(--login-input-label-password)}.vtex-login-2-x-formError{background-color:transparent;text-align:left;font-size:12px;color:var(--error)}.vtex-login-2-x-emailVerification form .vtex-login-2-x-inputContainerPassword{margin-top:18px;padding:0}.vtex-login-2-x-inputContainerPassword{padding:0}.vtex-login-2-x-inputContainerPassword .vtex-input-prefix__group span{display:flex;padding:0 3px}.vtex-login-2-x-formLinkContainer{margin:6px 0 0;padding:0}.vtex-login-2-x-dontHaveAccount,.vtex-login-2-x-forgotPasswordLink{color:var(--login-button-color);font-size:12px;letter-spacing:0.06px;text-transform:uppercase;line-height:14px;font-weight:600;font-family:var(--ff-primary)}.vtex-login-2-x-dontHaveAccount{margin-top:22px}.vtex-login-2-x-inputContainerAccessCode{max-width:175px;margin:0 auto;padding:0}.vtex-login-2-x-inputContainerAccessCode .vtex-styleguide-9-x-input{height:39px;text-align:center;font-size:20px;font-weight:600;letter-spacing:1px;color:var(--primary)}.vtex-login-2-x-container .vtex-button__label{padding:0}.vtex-login-2-x-arrowUp{right:12px;left:initial}.vtex-login-2-x-buttonSocial .vtex-button__label{flex-direction:row-reverse}.vtex-login-2-x-facebookOptionBtn svg{background-color:#3b5998;border-radius:3px}.vtex-login-2-x-facebookOptionBtn path{fill:#fff}.vtex-login-2-x-buttonSocial svg{width:15px;height:auto}
.bosico-mega-menu-0-x-container-department-mega-menu-options,.bosico-mega-menu-0-x-category-mega-menu-options{position:relative}.bosico-mega-menu-0-x-department-mega-menu-options-arrow,.bosico-mega-menu-0-x-category-mega-menu-options-arrow{position:absolute;top:50%;transform:translateY(-50%);right:0;width:100%}.bosico-mega-menu-0-x-container-came-back-button-mega-menu .bosico-mega-menu-0-x-caretIcon,.bosico-mega-menu-0-x-mega-menu-container-iconArrow .bosico-mega-menu-0-x-caretIcon{display:none}.bosico-mega-menu-0-x-mega-menu-container-iconArrow::before{content:'';background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M7.125 3.75L11.6679 8.29289C12.0584 8.68342 12.0584 9.31658 11.6679 9.70711L7.125 14.25" stroke="%23AEAEB2" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');width:18px;height:18px}.bosico-mega-menu-0-x-container-came-back-button-mega-menu{position:absolute;top:6px;left:12px;padding:0}.bosico-mega-menu-0-x-container-came-back-button-mega-menu::before{content:url(https://bosico.vtexassets.com/assets/vtex/assets-builder/bosico.store/3.0.93/header/go-back___1f94ffbfa5f75f6f8b123bac65aefbf1.svg);position:relative;top:2px}.bosico-mega-menu-0-x-came-back-button-mega-menu-title{color:var(--content);font-family:var(--ff-primary);font-size:14px;font-style:normal;font-weight:400;line-height:15px}.bosico-mega-menu-0-x-container-subcategory-mega-menu,.bosico-mega-menu-0-x-container-category-mega-menu,.bosico-mega-menu-0-x-container-department-mega-menu{padding:16px 16px 26px 26px}.bosico-mega-menu-0-x-category-mega-menu-options-link{color:gray;font-family:var(--ff-primary);font-size:14px;font-style:normal;font-weight:400;text-transform:uppercase}.bosico-mega-menu-0-x-container-subcategory-mega-menu .vtex-menu-2-x-styledLinkContainer--submenu-header-desktop{padding-top:0;padding-bottom:0}.bosico-mega-menu-0-x-department-mega-menu-options-link,.bosico-mega-menu-0-x-category-mega-menu-title-department{color:var(--primary);font-family:var(--ff-primary);font-size:16px;font-style:normal;font-weight:600;letter-spacing:0.07px;text-transform:uppercase}
.vtex-flex-layout-0-x-flexRowContent--footer-menu-mobile{position:absolute;bottom:0}.vtex-flex-layout-0-x-flexRowContent--footer-menu-mobile-options{background-color:var(--primary);height:52px;padding-inline:37px}.vtex-flex-layout-0-x-flexRowContent--footer-menu-mobile .vtex-flex-layout-0-x-flexColChild:last-child{width:100%}
.vtex-store-drawer-0-x-closeIconContainer--header-mobile-menu-drawer{justify-content:end;border-top:2px solid var(--static-content-borders-color)}.vtex-store-drawer-0-x-drawerContent--header-mobile-menu-drawer{height:100%;position:relative}.vtex-store-drawer-0-x-childrenContainer--header-mobile-menu-drawer{flex-direction:column;justify-content:space-between}.vtex-store-drawer-0-x-opened--header-mobile-menu-drawer{z-index:99999!important}.vtex-store-drawer-0-x-closeIconButton--header-mobile-menu-drawer{margin:0 16px 0 0;padding:0}.vtex-store-drawer-0-x-closeIconButton--header-mobile-menu-drawer::before{content:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 7L17 17M17 7L7 17" stroke="%23AEAEB2" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.vtex-store-drawer-0-x-closeIcon--header-mobile-menu-drawer{width:0}
.vtex-search-2-x-close-btn{display:none}.vtex-search-2-x-tileListList{padding:0;display:grid!important;grid-template-areas:"li li" "li li";gap:16px;grid-template-columns:repeat(2,1fr)}.vtex-search-2-x-biggy-autocomplete{padding-top:0;overflow:hidden}.vtex-search-2-x-tileList{padding:0 34px 0 27px;overflow-y:auto;border-left:1px solid #AEAEB2;min-height:200px}.vtex-search-2-x-tileList::-webkit-scrollbar-track{background-color:#fff}.vtex-search-2-x-tileList::-webkit-scrollbar{width:4px}.vtex-search-2-x-tileList::-webkit-scrollbar-thumb{background-color:#d8d8dc;border:none}.vtex-search-2-x-tileListSeeMore{font-family:var(--ff-primary);font-size:12px;font-weight:600;line-height:14px;letter-spacing:0.02em;text-align:center;color:var(--white);background-color:var(--title);display:flex;justify-content:center;align-items:center;height:30px;width:176px;margin:15px auto}@media (max-width:600px){.vtex-search-2-x-tileList{padding:0 5px;border-left:none;border-top:1px solid #AEAEB2}}
.vtex-store-components-3-x-searchBarContainer{padding-top:0}.vtex-store-components-3-x-searchBarContainer .vtex-input-prefix__group{border-top:0;border-left:0;border-right:0}
.vtex-disclosure-layout-1-x-trigger--bonds-question-1{background-color:transparent;width:100%;display:flex;justify-content:space-between;align-items:center}
.vtex-flex-layout-0-x-flexRow--banner-promotional-bonds .vtex-store-components-3-x-container{padding:0}.vtex-flex-layout-0-x-flexRow--banner-promotional-bonds{margin-top:12px}.vtex-flex-layout-0-x-flexRow--container-questions-bonds{margin-top:31px}.vtex-flex-layout-0-x-flexCol--container-questions-bonds >div:last-child{padding:0 16px}.vtex-flex-layout-0-x-flexRow--vitrine-bonds{margin-top:12px}.vtex-flex-layout-0-x-flexColChild--disclosure-question-1{margin-top:8px}.vtex-flex-layout-0-x-flexCol--disclosure-question-2{margin-top:49px;border-top:1px solid #6C6C70;padding-top:10px}.vtex-flex-layout-0-x-flexRow--content-seo-bonds{margin-top:57px}.vtex-flex-layout-0-x-flexRow--vitrine-bonds-2{margin:57px 0 42px 0}@media screen and (max-width:39.9rem){.vtex-flex-layout-0-x-flexRow--container-questions-bonds .vtex-store-components-3-x-container{padding:0}.vtex-flex-layout-0-x-flexRow--vitrine-bonds .vtex-store-components-3-x-container{padding:0 20px 0 16px}}@media screen and (min-width:40rem){.vtex-flex-layout-0-x-flexCol--container-questions-bonds{flex-direction:row}.vtex-flex-layout-0-x-flexRowContent--content-questions-2,.vtex-flex-layout-0-x-flexRowContent--vitrine-bonds-2{flex-direction:column}.vtex-flex-layout-0-x-flexRowContent--content-questions-2 >div,.vtex-flex-layout-0-x-flexRowContent--vitrine-bonds-2 >div{width:100%!important}.vtex-flex-layout-0-x-flexCol--container-questions-bonds{gap:15px}.vtex-flex-layout-0-x-flexRow--title-promotional-bonds{margin-top:49px}}@media screen and (min-width:64rem){.vtex-flex-layout-0-x-flexRow--vitrine-bonds{max-width:800px;margin:25px auto 0 auto}.vtex-flex-layout-0-x-flexRow--container-questions-bonds{max-width:900px;margin:41px auto 0 auto}.vtex-flex-layout-0-x-flexCol--disclosure-question-2{margin-top:29px}.vtex-flex-layout-0-x-flexRow--vitrine-bonds-2{margin:93px 0 42px 0}}
.vtex-rich-text-0-x-headingLevel1--title-bonds{font-size:18px;font-weight:700;line-height:24px;text-align:center;color:var(--primary)}.vtex-rich-text-0-x-wrapper--title-bonds p{font-size:12px;font-weight:400;line-height:14px;letter-spacing:0.005em;text-align:center;color:#6C6C70}.vtex-rich-text-0-x-wrapper--title-bonds span{font-size:12px;font-weight:700;line-height:14px;letter-spacing:0.005em;text-align:center;color:#6C6C70}.vtex-rich-text-0-x-wrapper--main-questions{font-size:12px;font-weight:400;line-height:15px;text-align:left;color:var(--primary)}.vtex-rich-text-0-x-wrapper--main-questions h2{font-size:18px;font-weight:700;line-height:20px;letter-spacing:0.005em;text-align:left;margin-top:19px}.vtex-rich-text-0-x-paragraph--titule-questions-1{font-size:16px;font-weight:700;line-height:18px;letter-spacing:0.005em;text-align:left;color:var(--primary);margin-bottom:0}.vtex-rich-text-0-x-wrapper--titule-questions-1{margin:0 auto;margin-bottom:0px;padding-bottom:29px}.vtex-rich-text-0-x-container--titule-questions-1{border-bottom:1px solid #6C6C70}.vtex-rich-text-0-x-paragraph--bonds-question-1::before{content:url(https://bosico.vtexassets.com/assets/vtex/assets-builder/bosico.store/3.0.93/landing/bonds/gift___49413e435ed6ad53d1fcb7618374e9c0.png);width:24px;height:20px;margin-right:10px;margin-top:-2px}.vtex-rich-text-0-x-paragraph--bonds-question-1,.vtex-rich-text-0-x-paragraph--bonds-question-2{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:600;line-height:18px;letter-spacing:0.005em;text-align:left;color:var(--primary)}.vtex-rich-text-0-x-list--static-disclosure-text-content p,.vtex-rich-text-0-x-wrapper--static-disclosure-text-content{font-size:12px;font-weight:400;line-height:14px;letter-spacing:0.005em;text-align:left;margin-top:0}.vtex-rich-text-0-x-paragraph--bonds-question-2::before{content:url(https://bosico.vtexassets.com/assets/vtex/assets-builder/bosico.store/3.0.93/landing/bonds/mail___f7dc43069fe8ddeb6890146334636fcc.png);width:24px;height:20px;margin-right:10px;margin-top:-2px}.vtex-rich-text-0-x-link--static-disclosure-text-content{text-decoration:none;color:var(--primary)}.vtex-rich-text-0-x-paragraph--text-seo-bonds{font-size:12px;font-weight:400;line-height:14px;letter-spacing:0.005em;margin-top:0}.vtex-rich-text-0-x-paragraph--text-seo-bonds a{color:var(--primary)}.vtex-rich-text-0-x-wrapper--titule-vitrine-2{margin:0 auto}.vtex-rich-text-0-x-paragraph--titule-vitrine-2{font-size:18px;font-weight:600;line-height:20px;text-align:center;margin:0 0 16px 0}@media screen and (min-width:40rem){.vtex-rich-text-0-x-wrapper--main-questions h2{margin-top:0}.vtex-rich-text-0-x-wrapper--titule-questions-1{margin:0}}@media screen and (min-width:64rem){.vtex-rich-text-0-x-headingLevel1--title-bonds{font-size:22px;margin-top:0;margin-bottom:25px}.vtex-rich-text-0-x-wrapper--title-bonds{width:668px;margin:0 auto}.vtex-rich-text-0-x-wrapper--title-bonds p{padding:0 54px}.vtex-rich-text-0-x-wrapper--title-bonds >p:last-child{font-size:16px;font-weight:700;line-height:18px;letter-spacing:0.005em}.vtex-rich-text-0-x-paragraph--titule-vitrine-2{margin:0 0 43px 0}}
@media screen and (max-width:40rem){.vtex-slider-layout-0-x-sliderRightArrow--vitrine-bonds{right:-5px}.vtex-slider-layout-0-x-sliderLeftArrow--vitrine-bonds{left:-5px}.vtex-slider-layout-0-x-sliderRightArrow--vitrine-bonds-1{right:-21px}.vtex-slider-layout-0-x-sliderLeftArrow--vitrine-bonds-1{left:-9px}}
.vtex-flex-layout-0-x-flexRowContent--steps-credito-addi-items{flex-direction:row;display:flex}.vtex-flex-layout-0-x-flexRowContent--steps-credito-addi-items >div:first-child{width:30%!important}.vtex-flex-layout-0-x-flexRow--content-steps-credito-addi{margin:1rem 0}.vtex-flex-layout-0-x-flexRow--content-steps-credito-addi .vtex-store-components-3-x-container{margin:0;padding:0;width:100%!important;max-width:100%!important}.vtex-flex-layout-0-x-flexRowContent--content-steps-credito-addi{display:flex;flex-direction:column}.vtex-flex-layout-0-x-flexRowContent--content-steps-credito-addi >div{width:100%!important}.vtex-flex-layout-0-x-flexCol--content-steps-credito-addi-items{background-color:#fbfbfb}.vtex-flex-layout-0-x-flexRowContent--content-steps-credito-addi-items{gap:3rem;flex-direction:column;display:flex;max-width:1440px;margin:0 auto;padding:3% 4%}.vtex-flex-layout-0-x-flexRowContent--relevant-data-items{width:50%;margin:0 auto}.vtex-flex-layout-0-x-flexCol--content-item-relevant-data{border-radius:26px;background:#fbfbfb;display:flex;justify-content:center;flex-direction:column;justify-content:center;gap:10px;padding:15px}.vtex-flex-layout-0-x-flexRowContent--relevant-data-items{padding-top:2rem;display:flex;flex-direction:column;align-items:center;gap:25px;justify-content:space-between}.vtex-flex-layout-0-x-flexRowContent--relevant-data-items-footer{margin-top:1rem;display:flex;justify-content:center;gap:25px;flex-direction:column}.vtex-flex-layout-0-x-flexRowContent--text-footer-credito-addi{display:flex;flex-direction:column;margin-top:1rem}.vtex-flex-layout-0-x-flexRowContent--text-footer-credito-addi-2{display:flex;flex-direction:column;gap:0.6rem}@media screen and (min-width:40em){.vtex-flex-layout-0-x-flexRow--relevant-data-items-footer,.vtex-flex-layout-0-x-flexRowContent--text-footer-credito-addi >div{width:100%!important}.vtex-flex-layout-0-x-flexRowContent--text-footer-credito-addi-2{margin-top:1.5rem;flex-direction:row;gap:1rem}.vtex-flex-layout-0-x-flexRowContent--relevant-data-items-footer{margin-top:2rem;flex-direction:row}.vtex-flex-layout-0-x-flexRow--relevant-data-items,.vtex-flex-layout-0-x-flexRowContent--relevant-data-items{width:100%!important}.vtex-flex-layout-0-x-flexRowContent--content-steps-credito-addi-items >div{width:100%!important}.vtex-flex-layout-0-x-flexRowContent--steps-credito-addi-items >div:first-child{width:15%!important}.vtex-flex-layout-0-x-flexRowContent--steps-credito-addi-items >div:last-child{width:80%!important}.vtex-flex-layout-0-x-flexColChild--content-item-steps:last-child{display:flex;justify-content:center}}@media screen and (min-width:64em){.vtex-flex-layout-0-x-flexRowContent--text-footer-credito-addi-2{width:60%}.vtex-flex-layout-0-x-flexRowContent--text-footer-credito-addi .vtex-flex-layout-0-x-stretchChildrenWidth{max-width:990px;margin:auto}.vtex-flex-layout-0-x-flexRowContent--relevant-data-items-footer{max-width:990px;margin:2rem auto 1rem auto}.vtex-flex-layout-0-x-flexRowContent--relevant-data-items{flex-direction:row;justify-content:center;gap:20px}.vtex-flex-layout-0-x-flexCol--content-item-relevant-data{width:200px!important;height:235px}.vtex-flex-layout-0-x-flexRowContent--relevant-data-items >div{width:210px!important}.vtex-flex-layout-0-x-flexCol--content-item-relevant-data >div:last-child{display:flex;justify-content:center;align-items:center}.vtex-flex-layout-0-x-flexRowContent--content-steps-credito-addi-items{flex-direction:row}.vtex-flex-layout-0-x-flexRowContent--steps-credito-addi-items >div:first-child{width:15%!important}.vtex-flex-layout-0-x-flexRowContent--steps-credito-addi-items >div:last-child{width:80%!important}.vtex-flex-layout-0-x-flexColChild--content-item-steps:last-child{display:flex;justify-content:center}}
.vtex-rich-text-0-x-heading--title-steps-credito-addi{font-size:20px;font-family:sans-serif;color:#838080;font-weight:100;letter-spacing:2px;padding:30px}.vtex-rich-text-0-x-wrapper--title-steps-credito-addi{text-align:center;margin:0 auto}.vtex-rich-text-0-x-paragraph--steps-credito-addi-items{font-size:21px!important;color:#757575;margin-top:2px}.vtex-rich-text-0-x-strong--title-relevant-data{font-size:0}.vtex-rich-text-0-x-strong--title-relevant-data::after{content:"\"SIN\"";font-size:20px}.vtex-rich-text-0-x-wrapper--title-relevant-data{width:60%;border-bottom:1px solid #ccc}.vtex-rich-text-0-x-headingLevel2--title-relevant-data{padding:15px 0}.vtex-rich-text-0-x-headingLevel3--title-item-relevant-data,.vtex-rich-text-0-x-headingLevel3--relevant-data-items-footer{text-align:center;font-size:21px;color:#757575;margin:0}.vtex-rich-text-0-x-wrapper--title-item-relevant-data,.vtex-rich-text-0-x-wrapper--relevant-data-items-footer{margin:0 auto}.vtex-rich-text-0-x-paragraph--text-footer-credito-addi{color:#9A9A9A;text-align:justify;font-size:14px}@media screen and (min-width:40em){.vtex-rich-text-0-x-container--relevant-data-items-footer-1,.vtex-rich-text-0-x-container--relevant-data-items-footer-2{border-right:1px solid #ccc}}@media screen and (min-width:64em){.vtex-rich-text-0-x-container--relevant-data-items-footer{padding:10px}}
.vtex-store-link-0-x-link--link-credito-addi{text-decoration:none;padding:5px 19px;background:#c6c6c6;color:#fff;margin-right:20px;text-decoration:none;border-radius:8px;text-align:center}
.vtex-store-components-3-x-imageElement--number-steps-credito-addi-items{max-width:40px;max-height:74px}.vtex-store-components-3-x-imageElement--steps-3-credito-addi-item{max-height:55px}.vtex-store-components-3-x-imageElement--steps-1-credito-addi-item{max-height:60px}@media screen and (min-width:64em){.vtex-store-components-3-x-imageElement--image-item-relevant-data{margin:0 auto}}
.bosico-image-custom-0-x-image--image-department{min-width:227px}.bosico-image-custom-0-x-image--image-department-main{min-width:193px}
.vtex-flex-layout-0-x-flexRowContent--vitrine-main-department{gap:4px}.vtex-flex-layout-0-x-flexRow--vitrine-secundary-department{margin:.5rem 0}.vtex-flex-layout-0-x-flexRow--items-deparment .vtex-store-components-3-x-container{padding:0}.vtex-flex-layout-0-x-flexCol--container-vitrines-deparment,.vtex-flex-layout-0-x-flexCol--container-vitrine-secundary-deparment{padding:0 18px}.vtex-flex-layout-0-x-flexColChild--container-vitrines-deparment .vtex-slider-layout-0-x-sliderArrows--vitrine,.vtex-flex-layout-0-x-flexCol--container-vitrine-secundary-deparment .vtex-slider-layout-0-x-sliderArrows--vitrine{padding:0;margin:0}.vtex-flex-layout-0-x-flexColChild--container-vitrines-deparment .vtex-slider-layout-0-x-sliderLeftArrow--vitrine,.vtex-flex-layout-0-x-flexCol--container-vitrine-secundary-deparment .vtex-slider-layout-0-x-sliderLeftArrow--vitrine{left:-0.9rem}.vtex-flex-layout-0-x-flexColChild--container-vitrines-deparment .vtex-slider-layout-0-x-sliderRightArrow--vitrine,.vtex-flex-layout-0-x-flexCol--container-vitrine-secundary-deparment .vtex-slider-layout-0-x-sliderRightArrow--vitrine{right:-0.9rem}.vtex-flex-layout-0-x-flexColChild--items-deparment{display:flow}.vtex-flex-layout-0-x-flexRowContent--vitrine-secundary-department{gap:10px}@media screen and (min-width:40em){.vtex-flex-layout-0-x-flexRowContent--vitrine-secundary-department{flex-direction:row-reverse}.vtex-flex-layout-0-x-flexRow--items-deparment .vtex-store-components-3-x-container{padding:0 33.5px}.vtex-flex-layout-0-x-flexRowContent--vitrine-main-department .vtex-flex-layout-0-x-stretchChildrenWidth{width:auto!important}.vtex-flex-layout-0-x-flexCol--container-vitrines-deparment,.vtex-flex-layout-0-x-flexCol--container-vitrine-secundary-deparment{padding:0}.vtex-flex-layout-0-x-flexCol--items-deparment .vtex-slider-layout-0-x-sliderArrows--vitrine{display:none}}@media screen and (min-width:64em){.vtex-flex-layout-0-x-flexColChild--container-vitrines-deparment:last-child{display:block}.vtex-flex-layout-0-x-flexRowContent--vitrine-secundary-department .vtex-flex-layout-0-x-stretchChildrenWidth{width:50%!important}.vtex-flex-layout-0-x-flexRowContent--items-deparment{width:995px;margin:0 auto}.vtex-flex-layout-0-x-flexRowContent--vitrine-main-department{gap:8px}.vtex-flex-layout-0-x-flexRow--vitrine-secundary-department{margin:1rem 0}}
.vtex-store-components-3-x-imageElement--grid-department{max-height:initial!important}
@media screen and (min-width:64em){.vtex-list-context-0-x-list--grid-department{display:grid;grid-template-columns:repeat(2,1fr);gap:8.2px}}
.vtex-flex-layout-0-x-flexRowContent--container-buttons-garage-sale-main{padding:2rem 0}.vtex-flex-layout-0-x-flexRowContent--container-buttons-garage-sale-not-text{padding:0}@media screen and (min-width:40em){.vtex-flex-layout-0-x-flexRowContent--container-buttons-garage-sale-not-text{padding:1.5rem 0 1rem 0}}@media screen and (min-width:64em){.vtex-flex-layout-0-x-flexRowContent--container-buttons-garage-sale-main{padding:4rem 0}.vtex-flex-layout-0-x-flexRowContent--container-buttons-garage-sale-not-text{padding:1.8rem 0 0.5rem 0}}
.vtex-rich-text-0-x-wrapper--title-garage-sale > *{margin:0;max-width:600px}.vtex-rich-text-0-x-wrapper--title-main-garage-sale > *{margin:0;max-width:600px}.vtex-rich-text-0-x-wrapper--subtitle-garage-sale > *{margin:0;max-width:600px}.vtex-rich-text-0-x-wrapper--subtitle-garage-sale a{color:var(--secondary-bosi)}.vtex-rich-text-0-x-wrapper--subtitle-garage-sale > h2,.vtex-rich-text-0-x-wrapper--title-garage-sale > h1,.vtex-rich-text-0-x-wrapper--title-main-garage-sale > h1{font-size:1.7rem}.vtex-rich-text-0-x-container--title-main-garage-sale{margin-bottom:3rem}@media screen and (min-width:40em){.vtex-rich-text-0-x-wrapper--title-garage-sale > *{text-align:left}}
.vtex-store-link-0-x-label--buttons-garaje-sale{font-size:12px;font-style:normal;font-weight:600;line-height:14px;letter-spacing:0.24px;text-transform:uppercase;color:var(--white);font-family:var(--ff-secondary)}.vtex-store-link-0-x-link--buttons-garaje-sale{text-decoration:none;padding:8px 18.59px;border:1px solid var(--secondary-bosi);line-height:1;font-family:var(--ff-secondary);transition:0.3s ease all;border-radius:50px;background-color:var(--secondary-bosi);min-height:40px;display:flex;align-items:center}.vtex-store-link-0-x-link--buttons-garaje-sale-higlight{border:1px solid #ffe500!important;background-color:#ffe500!important}.vtex-store-link-0-x-label--buttons-garaje-sale-higlight{color:var(--secondary-bosi)!important}.vtex-store-link-0-x-link--buttons-garaje-sale-higlight:hover{border:1px solid #ffe500;background-color:#ffe500;color:var(--secondary-bosi)!important}.vtex-store-link-0-x-link--buttons-garaje-sale:hover{background-color:transparent}.vtex-store-link-0-x-link--buttons-garaje-sale:hover .vtex-store-link-0-x-label--buttons-garaje-sale{color:var(--secondary-bosi)}.vtex-store-link-0-x-link--discount-10,.vtex-store-link-0-x-link--discount-20,.vtex-store-link-0-x-link--discount-30,.vtex-store-link-0-x-link--discount-40,.vtex-store-link-0-x-link--discount-50,.vtex-store-link-0-x-link--discount-60{padding:12px 20px!important}@media screen and (min-width:40em){.vtex-store-link-0-x-link--buttons-garaje-sale,.vtex-store-link-0-x-label--buttons-garaje-sale{width:100%;display:block;text-align:center;font-size:18px}.vtex-store-link-0-x-link--buttons-garaje-sale{border:2px solid var(--secondary-bosi);font-size:18px;line-height:20px;letter-spacing:0.36px;padding:12px 10px}}
.bosico-image-custom-0-x-image--gift-guide-banner{height:100%}
.vtex-add-to-cart-button-0-x-buttonText--vitrine-gift-guide{font-size:12px;font-weight:400;line-height:16px;text-align:center;color:var(--secondary-landing-bosi);text-transform:lowercase;display:inline-block;height:min-content}
.vtex-flex-layout-0-x-flexCol--gift-guide-banner-text *,.vtex-flex-layout-0-x-flexRow--gift-guide-banner *,.vtex-flex-layout-0-x-flexCol--gift-guide-formal-mobile-top *,.vtex-flex-layout-0-x-flexCol--gift-guide-adventurers-mobile-top *,.vtex-flex-layout-0-x-flexRow--gift-guide-formal-mobile *,.vtex-flex-layout-0-x-flexRow--content-gift-guide-informal *,.vtex-flex-layout-0-x-flexRow--gift-guide-formal *,.vtex-flex-layout-0-x-flexCol--gift-guide-formal-mobile-vitrine *,.vtex-flex-layout-0-x-flexCol--gift-guide-adventurers-mobile-vitrine *,.vtex-flex-layout-0-x-flexCol--gift-guide-informal-vitrine *,.vtex-flex-layout-0-x-flexRow--gift-guide-informal *,.vtex-flex-layout-0-x-flexRow--gift-guide-informal-banner *,.vtex-flex-layout-0-x-flexRow--gift-guide-favorites *,.vtex-flex-layout-0-x-flexRow--gift-guide-favorites-vitrine *,.vtex-flex-layout-0-x-flexRow--gift-guide-banner-down *{font-family:var(--ff-fourth)}.vtex-flex-layout-0-x-flexCol--gift-guide-banner-text{background-color:var(--primary-landing-bosi);padding:20px 30px}.vtex-flex-layout-0-x-flexRow--gift-guide-banner .vtex-store-components-3-x-container{margin:0;padding:0;max-width:100%;width:100%}.vtex-flex-layout-0-x-flexCol--gift-guide-formal-mobile-top{background-color:var(--primary-landing-bosi);padding-top:10px}.vtex-flex-layout-0-x-flexCol--gift-guide-adventurers-mobile-top{background-color:var(--tertiary-landing-bosi);padding-top:10px}.vtex-flex-layout-0-x-flexRow--gift-guide-formal-mobile,.vtex-flex-layout-0-x-flexRow--content-gift-guide-informal{margin-top:25px}.vtex-flex-layout-0-x-flexRow--gift-guide-formal .vtex-store-components-3-x-container{padding:0}.vtex-flex-layout-0-x-flexCol--gift-guide-formal-mobile-vitrine,.vtex-flex-layout-0-x-flexCol--gift-guide-adventurers-mobile-vitrine{margin:37px auto;width:70%!important}.vtex-flex-layout-0-x-flexCol--gift-guide-informal-vitrine{margin:0 auto 37px auto;width:70%!important}.vtex-flex-layout-0-x-flexRow--gift-guide-informal{margin-top:19px}.vtex-flex-layout-0-x-flexRow--gift-guide-informal .vtex-store-components-3-x-container{margin:0;padding:0;max-width:100%!important}.vtex-flex-layout-0-x-flexRowContent--gift-guide-informal-banner{background-color:#FBF8F8;padding:15px 0}.vtex-flex-layout-0-x-flexRow--gift-guide-favorites .vtex-store-components-3-x-container{margin:0;padding:0;max-width:100%!important}.vtex-flex-layout-0-x-flexRowContent--gift-guide-favorites-vitrine{max-width:70%;margin:25px auto 25px auto}.vtex-flex-layout-0-x-flexRow--gift-guide-gift .vtex-store-components-3-x-container{margin:0;padding:0;max-width:100%!important}.vtex-flex-layout-0-x-flexRow--gift-guide-banner-down{padding:20px;margin-top:20px;background-color:var(--primary-landing-bosi)}.vtex-flex-layout-0-x-flexRow--content-banner-relevant-button-gift-guide{max-width:1024px;margin:26px auto 23px auto}.vtex-flex-layout-0-x-flexRowContent--content-banner-relevant-button-gift-guide{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.vtex-flex-layout-0-x-flexRowContent--content-banner-relevant-button-gift-guide >div{width:119px!important;height:28px!important;text-align:center;box-sizing:border-box}@media screen and (min-width:40em){.vtex-flex-layout-0-x-flexRow--content-banner-relevant-button-gift-guide{max-width:1024px;margin:23px auto 0 auto}.vtex-flex-layout-0-x-flexRowContent--content-banner-relevant-button-gift-guide{gap:40px}.vtex-flex-layout-0-x-flexRowContent--content-banner-relevant-button-gift-guide >div{width:160px!important;height:32px!important}.vtex-flex-layout-0-x-flexRow--gift-guide-banner-down{padding:25px;margin-top:30px}.vtex-flex-layout-0-x-flexRowContent--gift-guide-favorites-vitrine{max-width:80%!important}.vtex-flex-layout-0-x-flexCol--gift-guide-favorites-vitrine >div:last-child{display:none}.vtex-flex-layout-0-x-flexRow--gift-guide-informal{margin-top:0}.vtex-flex-layout-0-x-flexCol--gift-guide-informal-vitrine{margin:0 auto 37px auto;width:85%!important}.vtex-flex-layout-0-x-flexCol--gift-guide-banner-text{padding:30px 20px}.vtex-flex-layout-0-x-flexRow--container-vitrine-gift-guide-formal{margin-top:60px}.vtex-flex-layout-0-x-flexRowContent--container-vitrine-gift-guide-formal >div:first-child{background-color:var(--primary-landing-bosi)}.vtex-flex-layout-0-x-flexRowContent--container-vitrine-gift-guide-adventurers >div:last-child{background-color:var(--tertiary-landing-bosi)}.vtex-flex-layout-0-x-flexRowContent--container-vitrine-gift-guide-formal,.vtex-flex-layout-0-x-flexRowContent--container-vitrine-gift-guide-adventurers{gap:10px;display:flex;justify-content:center;align-items:flex-start}}@media screen and (min-width:64em){.vtex-flex-layout-0-x-flexRowContent--container-vitrine-gift-guide-adventurers{margin-top:46px}.vtex-flex-layout-0-x-flexRow--gift-guide-gift{margin-top:50px}.vtex-flex-layout-0-x-flexRow--gift-guide-banner-down{padding:50px;margin-top:36px}.vtex-flex-layout-0-x-flexCol--gift-guide-informal-vitrine{margin:0 auto 37px auto;width:90%!important}.vtex-flex-layout-0-x-flexRowContent--gift-guide-banner{max-width:100%}.vtex-flex-layout-0-x-flexCol--gift-guide-banner-text{padding:35px 50px;gap:5px}.vtex-flex-layout-0-x-flexCol--gift-guide-banner-text >div{margin:0 auto;max-width:511px;height:auto!important}}@media screen and (min-width:80em){.vtex-flex-layout-0-x-flexRowContent--container-vitrine-gift-guide-formal >div:first-child{max-width:613px!important;width:100%!important}.vtex-flex-layout-0-x-flexRowContent--container-vitrine-gift-guide-adventurers >div:last-child{max-width:613px!important;width:100%!important}.vtex-flex-layout-0-x-flexCol--content-vitrine-gift-guide-formal{height:100%!important}.vtex-flex-layout-0-x-flexRowContent--container-vitrine-gift-guide-formal >div:last-child,.vtex-flex-layout-0-x-flexRowContent--container-vitrine-gift-guide-adventurers >div:first-child{width:auto!important}.vtex-flex-layout-0-x-flexRowContent--container-vitrine-gift-guide-formal >div:last-child,.vtex-flex-layout-0-x-flexRowContent--container-vitrine-gift-guide-adventurers >div:first-child{margin:auto 0;height:100%!important}.vtex-flex-layout-0-x-flexRowContent--container-vitrine-gift-guide-formal{justify-content:flex-start}.vtex-flex-layout-0-x-flexRowContent--container-vitrine-gift-guide-adventurers{justify-content:flex-end}.vtex-flex-layout-0-x-flexCol--content-vitrine-gift-guide-formal >div:first-child{display:flex;flex-direction:column;justify-content:center}.vtex-flex-layout-0-x-flexRowContent--container-vitrine-gift-guide-formal,.vtex-flex-layout-0-x-flexRowContent--container-vitrine-gift-guide-adventurers{gap:60px}.vtex-flex-layout-0-x-flexCol--gift-guide-banner-text{justify-content:center;align-items:center}.vtex-flex-layout-0-x-flexCol--gift-guide-informal-vitrine{max-width:1060px;margin:0 auto;width:100%!important}}@media screen and (min-width:81em){.vtex-flex-layout-0-x-flexRowContent--container-vitrine-gift-guide-formal,.vtex-flex-layout-0-x-flexRowContent--container-vitrine-gift-guide-adventurers{justify-content:center}}@media screen and (min-width:93em){.vtex-flex-layout-0-x-flexCol--gift-guide-banner-text{gap:30px}.vtex-flex-layout-0-x-flexRowContent--container-vitrine-gift-guide-formal,.vtex-flex-layout-0-x-flexRowContent--container-vitrine-gift-guide-adventurers{justify-content:center}.vtex-flex-layout-0-x-flexCol--gift-guide-informal-vitrine{max-width:1220px;margin:0 auto;width:100%!important}}
@media screen and (min-width:40em){.vtex-list-context-0-x-list--content-vitrine-gift-guide{gap:10px!important;margin-top:0!important}}@media screen and (min-width:80em){.vtex-list-context-0-x-list--content-vitrine-gift-guide{max-width:500px;width:100%;gap:24px!important}}
.vtex-flex-layout-0-x-flexCol--gift-guide-formal-mobile-vitrine .vtex-product-summary-2-x-brandName,.vtex-flex-layout-0-x-flexCol--gift-guide-informal-vitrine .vtex-product-summary-2-x-brandName,.vtex-flex-layout-0-x-flexCol--gift-guide-adventurers-mobile-vitrine .vtex-product-summary-2-x-brandName,.vtex-list-context-0-x-list--content-vitrine-gift-guide .vtex-product-summary-2-x-brandName{margin-top:10px;font-size:12px;font-weight:400;line-height:12px;text-align:center}.vtex-product-summary-2-x-element--vitrine-gift-guide >button{background-color:transparent!important;border:1px solid transparent;width:118px;height:30px;margin:5px auto 0 auto}.vtex-product-summary-2-x-element--vitrine-gift-guide .vtex-button__label{padding:1px;height:20px;display:inline-block;height:min-content;border:1px solid var(--secondary-landing-bosi)}
.vtex-rich-text-0-x-paragraph--gift-guide-banner-text{font-size:10px;font-weight:400;line-height:16px;text-align:center;color:#FFFFFF}.vtex-rich-text-0-x-headingLevel1--gift-guide-formal-title{font-size:16px;font-weight:400;line-height:22px;text-align:center;color:var(--primary-landing-bosi);text-transform:uppercase;margin:0}.vtex-rich-text-0-x-paragraph--gift-guide-formal-title,.vtex-rich-text-0-x-link--gift-guide-formal-link{font-size:12px;font-weight:400;line-height:18px;text-align:center}.vtex-rich-text-0-x-wrapper--gift-guide-formal-title,.vtex-rich-text-0-x-link--gift-guide-formal-link{color:#000000;font-size:12px;font-weight:400;line-height:18px;text-align:center}.vtex-rich-text-0-x-container--gift-guide-formal-title{max-width:920px;margin:0 auto}.vtex-rich-text-0-x-link--gift-guide-formal-link{margin:1rem 0 0 0}.vtex-rich-text-0-x-wrapper--gift-guide-formal-title{margin:34px auto 0 auto;padding:0 1rem}.vtex-rich-text-0-x-container--gift-guide-formal-subtitle,.vtex-rich-text-0-x-container--gift-guide-adventurers-subtitle{background-color:var(--primary-landing-bosi);padding:15px 20px}.vtex-rich-text-0-x-container--gift-guide-adventurers-subtitle{background-color:var(--tertiary-landing-bosi)}.vtex-rich-text-0-x-wrapper--gift-guide-formal-subtitle,.vtex-rich-text-0-x-wrapper--gift-guide-adventurers-subtitle{max-width:509px;display:block;margin:0 auto}.vtex-rich-text-0-x-paragraph--gift-guide-formal-subtitle,.vtex-rich-text-0-x-paragraph--gift-guide-adventurers-subtitle{font-size:12px;font-weight:400;line-height:20px;text-align:left;color:#FFFFFF}.vtex-rich-text-0-x-paragraph--gift-guide-informal-description{font-size:12px;font-weight:400;line-height:20px;text-align:left;color:var(--primary-landing-bosi);margin:0}.vtex-rich-text-0-x-container--gift-guide-informal-description{margin:17px auto;max-width:300px}.vtex-rich-text-0-x-wrapper--item-gift-guide-favorites{margin:0 auto}.vtex-rich-text-0-x-paragraph--item-gift-guide-favorites{font-size:12px;font-weight:400;line-height:12px;text-align:center;text-decoration:none}.vtex-rich-text-0-x-headingLevel2--gift-guide-banner-down-title{font-size:16px;font-weight:400;line-height:20px;text-align:center;color:#FFFFFF;text-transform:uppercase;margin:0}.vtex-rich-text-0-x-paragraph--gift-guide-banner-down-description{font-size:12px;font-weight:400;line-height:18px;text-align:center;color:#FFFFFF;margin:0}@media screen and (min-width:40em){.vtex-rich-text-0-x-headingLevel2--gift-guide-banner-down-title{font-size:24px;line-height:34px}.vtex-rich-text-0-x-container--gift-guide-banner-down-description{max-width:500px;margin:0 auto}.vtex-rich-text-0-x-paragraph--gift-guide-banner-down-description{font-size:16px;line-height:28px}.vtex-rich-text-0-x-wrapper--gift-guide-banner-down-title{margin:0 auto}.vtex-rich-text-0-x-paragraph--item-gift-guide-favorites{font-size:18px;line-height:18px}.vtex-rich-text-0-x-paragraph--gift-guide-informal-description{text-align:center;font-size:16px;font-weight:400;line-height:28px}.vtex-rich-text-0-x-container--gift-guide-informal-description{margin:20px auto;max-width:680px}.vtex-rich-text-0-x-paragraph--gift-guide-formal-subtitle,.vtex-rich-text-0-x-paragraph--gift-guide-adventurers-subtitle{font-size:16px;line-height:28px}.vtex-rich-text-0-x-paragraph--gift-guide-formal-title,.vtex-rich-text-0-x-link--gift-guide-formal-link{font-size:16px;line-height:28px}.vtex-rich-text-0-x-headingLevel1--gift-guide-formal-title{font-size:20px;line-height:26px}.vtex-rich-text-0-x-wrapper--gift-guide-formal-title{margin:40px auto 0 auto}.vtex-rich-text-0-x-paragraph--gift-guide-banner-text{font-size:14px;line-height:18px;margin:0}}@media screen and (min-width:64em){.vtex-rich-text-0-x-container--gift-guide-informal-description{margin:38px auto 30px auto;max-width:850px}.vtex-rich-text-0-x-headingLevel1--gift-guide-formal-title{font-size:28px;line-height:34px}.vtex-rich-text-0-x-wrapper--gift-guide-formal-title{margin:60px auto 0 auto}.vtex-rich-text-0-x-paragraph--gift-guide-banner-text{font-size:16px;line-height:24px}}
.vtex-slider-layout-0-x-sliderRightArrow--vitrine-gift-guide{width:30px;height:30px;background:url("https://bosico.vtexassets.com/assets/vtex.file-manager-graphql/images/647e43a3-6f84-4081-86eb-2e88b481daf0___752ccd3cd5ecc6b783806d27339ea39a.png") no-repeat center center!important;background-size:26px!important;z-index:99;right:-2.8rem}.vtex-slider-layout-0-x-sliderLeftArrow--vitrine-gift-guide{width:30px;height:30px;background:url("https://bosico.vtexassets.com/assets/vtex.file-manager-graphql/images/3a7c2d1d-c455-4ead-aa5e-887a2bad2979___e642b48eb682d6a13ddbde703d97a3a2.png") no-repeat center center!important;background-size:26px!important;z-index:99;left:-2.8rem}.vtex-slider-layout-0-x-sliderArrows--vitrine-gift-guide{top:37%}.vtex-slider-layout-0-x-sliderArrows--vitrine-gift-guide svg{display:none}@media screen and (min-width:64em){.vtex-slider-layout-0-x-slide--vitrine-gift-guide-informal{padding:0 1rem;margin:0 1rem}}@media screen and (min-width:80em){.vtex-slider-layout-0-x-slide--vitrine-gift-guide-informal--visible{}}
.vtex-store-components-3-x-imageElement--gift-guide-banner-title{max-width:170px;display:block;margin:0 auto;height:100%}.vtex-store-components-3-x-imageElement--gift-guide-formal-mobile-top-2{width:100%;margin-top:auto;display:block}.vtex-store-components-3-x-imageElement--gift-guide-formal-mobile-top-1{max-width:260px;display:block;margin:0 auto 18px auto}.vtex-store-components-3-x-imageElement--gift-guide-informal-title{max-width:350px;margin-bottom:-30px;z-index:10}.vtex-store-components-3-x-imageElement--title-gift-guide-gift{max-width:252px;margin:0 auto;display:block}.vtex-store-components-3-x-imageElement--gift-guide-banner-down{margin:0 auto;display:block}@media screen and (min-width:40em){.vtex-store-components-3-x-imageElement--title-gift-guide-gift{max-width:452px}.vtex-store-components-3-x-imageElement--gift-guide-informal-title{max-width:450px;margin-bottom:-30px}.vtex-store-components-3-x-imageElement--gift-guide-banner-title{max-width:227px}.vtex-store-components-3-x-imageElement--gift-guide-formal-mobile-top-1{max-width:320px;display:block;margin:0 auto 22px auto}}@media screen and (min-width:64em){.vtex-store-components-3-x-imageElement--gift-guide-informal-title{max-width:560px;margin-bottom:-40px}.vtex-store-components-3-x-imageElement--gift-guide-banner-title{max-width:327px}.vtex-store-components-3-x-imageElement--gift-guide-formal-mobile-top-1{max-width:420px;margin:0 auto 29px auto}}
.vtex-store-link-0-x-link--vitrine-gift-guide-collection{background-color:var(--primary-landing-bosi);width:146px;height:42px;text-decoration:none;padding:12px 16px;display:block;text-align:center;margin:24px auto 0 auto}.vtex-store-link-0-x-label--vitrine-gift-guide-collection{font-size:18px;font-weight:400;line-height:18px;text-align:center;color:#FFFFFF}.vtex-store-link-0-x-label--item-button-gift-guide-favorites{text-decoration:none;display:flex;justify-content:center;align-items:center}.vtex-store-link-0-x-link--item-button-gift-guide-favorites{text-decoration:none;border:1px solid var(--secondary-landing-bosi);color:var(--secondary-landing-bosi);width:142px;height:36px;display:none;margin:0 auto;text-align:center}.vtex-store-link-0-x-link--banner-button-relevant-gift-guide{text-decoration:none;border:1px solid var(--primary-landing-bosi);color:var(--primary-landing-bosi);width:100%!important;height:100%!important;margin:0 auto;text-align:center;display:flex;justify-content:center;align-items:center}.vtex-store-link-0-x-label--banner-button-relevant-gift-guide{font-size:12px;font-weight:400;line-height:12px;text-align:center}.vtex-store-link-0-x-link--content-item-vitrine-gift-guide-favorites{text-decoration:none}@media screen and (min-width:40em){.vtex-store-link-0-x-label--banner-button-relevant-gift-guide{font-size:16px;line-height:16px}.vtex-store-link-0-x-link--vitrine-gift-guide-collection{max-width:135px}.vtex-store-link-0-x-link--item-button-gift-guide-favorites{display:flex;justify-content:center;align-items:center}.vtex-store-link-0-x-link--content-item-vitrine-gift-guide-favorites{margin:1rem;padding:1rem}}
.bosico-countdown-0-x-containerContador,.bosico-countdown-0-x-hours{display:flex;flex-direction:row;justify-content:center;align-items:center}.bosico-countdown-0-x-containerContador{height:50px}.bosico-countdown-0-x-countdown{color:#FFFFFF;font-size:40px;font-weight:700;line-height:96.2px;text-align:center}@media screen and (min-width:40rem){.bosico-countdown-0-x-countdown{font-size:80.17px;line-height:96.2px}}
.vtex-disclosure-layout-1-x-trigger--disclosureTrigger-question{background-color:transparent;display:flex;justify-content:space-between;align-items:center;padding-left:0;padding-right:0}.vtex-disclosure-layout-1-x-trigger--disclosureTrigger-question svg{color:#6C6C70}
.vtex-flex-layout-0-x-flexRow--liveshopping-benefits{margin:30px 0}.vtex-flex-layout-0-x-flexRowContent--liveshopping-benefits{gap:30px;display:flex;flex-direction:column}.vtex-flex-layout-0-x-flexCol--liveshopping-benefits>div{display:flex;justify-content:center;align-items:center}.vtex-flex-layout-0-x-flexRow--faq-liveshopping{margin:30px 0}.vtex-flex-layout-0-x-flexRowContent--faq-liveshopping{display:flex;flex-direction:column;gap:20px}.vtex-flex-layout-0-x-flexRowContent--faq-liveshopping >div{flex-direction:column;border-bottom:1px solid var(--Colores-gris-light, #D8D8DC);padding-bottom:13px}.vtex-flex-layout-0-x-flexRowContent--faq-liveshopping >div:first-child{border-bottom:none}.vtex-flex-layout-0-x-flexRow--liveshopping-two-banner .vtex-store-components-3-x-container{padding:0;max-width:100%}.vtex-flex-layout-0-x-flexRow--liveshopping-two-banner{margin-top:-6px;position:relative}.vtex-flex-layout-0-x-flexCol--content-liveshopping-two-banner{position:absolute;height:285px;top:0;flex-direction:column;padding:0 16px}.vtex-flex-layout-0-x-flexRowContent--liveshopping-two-banner >div img{min-height:300px}.vtex-flex-layout-0-x-flexCol--content-liveshopping-two-banner >div:first-child{margin-top:10px}@media screen and (min-width:40rem){.vtex-flex-layout-0-x-flexCol--content-liveshopping-two-banner >div:first-child{margin-top:0px}.vtex-flex-layout-0-x-flexRowContent--liveshopping-two-banner >div:first-child{width:100%!important}.vtex-flex-layout-0-x-flexRowContent--liveshopping-two-banner >div:last-child{width:auto!important}.vtex-flex-layout-0-x-flexCol--content-liveshopping-two-banner{left:0;gap:5px;flex-direction:row;justify-content:center;align-items:center}.vtex-flex-layout-0-x-flexCol--content-liveshopping-two-banner >div:first-child{height:auto!important;width:258px;margin:0 4rem}.vtex-flex-layout-0-x-flexRowContent--liveshopping-two-banner >div img{min-height:260px}.vtex-flex-layout-0-x-flexRowContent--liveshopping-benefits >div,.vtex-flex-layout-0-x-flexRowContent--faq-liveshopping >div{width:100%!important;max-width:800px;margin:0 auto}}@media screen and (min-width:64rem){.vtex-flex-layout-0-x-flexRow--liveshopping-benefits{margin:60px 0}.vtex-flex-layout-0-x-flexRowContent--liveshopping-benefits{align-items:center}.vtex-flex-layout-0-x-flexCol--content-liveshopping-benefits{align-items:center;flex-direction:row;gap:60px}.vtex-flex-layout-0-x-flexRowContent--liveshopping-benefits .vtex-flex-layout-0-x-flexCol--liveshopping-benefits >div{flex-direction:column}.vtex-flex-layout-0-x-flexRowContent--liveshopping-benefits{gap:60px}.vtex-flex-layout-0-x-flexRow--faq-liveshopping{margin:60px 0}.vtex-flex-layout-0-x-flexCol--content-liveshopping-two-banner >div{width:50%;justify-content:center;align-items:center}.vtex-flex-layout-0-x-flexCol--content-liveshopping-two-banner >div a[class~="link"]{width:70%;display:inline-block}.vtex-flex-layout-0-x-flexCol--content-liveshopping-two-banner >div:first-child{width:45%;margin:0;display:flex;justify-content:flex-end}.vtex-flex-layout-0-x-flexCol--content-liveshopping-two-banner >div:last-child{display:flex;justify-content:center;align-items:center}.vtex-flex-layout-0-x-flexCol--content-liveshopping-two-banner >div:last-child div{height:auto}.vtex-flex-layout-0-x-flexCol--content-liveshopping-two-banner .vtex-flex-layout-0-x-flexColChild--content-liveshopping-two-banner:last-child >div div:last-child{margin-top:10px}}@media screen and (min-width:120rem){.vtex-flex-layout-0-x-flexCol--content-liveshopping-two-banner{top:10%}}
.vtex-rich-text-0-x-wrapper--title-benefits{padding:0 1.5rem}.vtex-rich-text-0-x-headingLevel3--title-benefits{font-size:18px;font-weight:600;line-height:20px;text-align:center;color:var(--primary);margin:14px 0 0 0}.vtex-rich-text-0-x-paragraph--title-benefits{font-size:12px;font-weight:400;line-height:15px;text-align:center;color:var(--primary);margin:14px 0 0 0}.vtex-rich-text-0-x-headingLevel2--title-main-benefits,.vtex-rich-text-0-x-headingLevel2--title-faq-liveshopping{font-size:18px;font-weight:700;line-height:20px;letter-spacing:0.005em;text-align:center;margin:0;color:var(--text-secondary)}.vtex-rich-text-0-x-wrapper--title-faq-liveshopping{margin:0 auto}.vtex-rich-text-0-x-paragraph--title-question{font-size:16px;font-weight:700;line-height:18px;letter-spacing:0.005em;text-align:left;margin:0}.vtex-rich-text-0-x-paragraph--text-conten-question{font-size:12px;font-weight:400;line-height:15px;text-align:left;color:#6C6C70}.vtex-rich-text-0-x-headingLevel1--main-titulo-two-banner{font-size:18px;font-weight:700;line-height:20px;letter-spacing:0.005em;text-align:left;color:#FFC465}.vtex-rich-text-0-x-paragraph--main-titulo-two-banner{font-size:12px;font-weight:400;line-height:15px;text-align:left;color:white}.vtex-rich-text-0-x-paragraph--alert-two-banner{font-size:14px;font-weight:300;line-height:15px;text-align:left;color:white}.vtex-rich-text-0-x-strong--alert-two-banner{font-size:14px;font-weight:700;line-height:15px;text-align:left;color:#FFC465}.vtex-rich-text-0-x-wrapper--alert-two-banner{display:flex;flex-direction:row;align-items:center;margin-top:10px}.vtex-rich-text-0-x-wrapper--alert-two-banner::before{content:url(https://bosico.vtexassets.com/assets/vtex/assets-builder/bosico.store/3.0.93/landing/liveshopping/tag-discount___8459b619a0bc5c3bdc4aa55651697362.png);margin-right:0.5rem}.vtex-rich-text-0-x-container--alert-two-banner{background-color:#191C28;padding:0 10px}div[class~="render-route-store-custom-liveshopping"] .vtex-rich-text-0-x-headingLevel2--vitrine-home{display:inline-block}@media screen and (min-width:40rem){.vtex-rich-text-0-x-wrapper--title-main-benefits{margin:0 auto}.vtex-rich-text-0-x-container--alert-two-banner{width:300px}}@media screen and (min-width:64rem){.vtex-rich-text-0-x-container--alert-two-banner{width:340px}.vtex-rich-text-0-x-container--main-titulo-two-banner{width:80%}}
.vtex-store-components-3-x-imageElement--benefits-image{max-width:102px}
div[class~="render-route-store-custom-love-and-friendship"] .vtex-flex-layout-0-x-flexCol--section-her >div:first-child,div[class~="render-route-store-custom-love-and-friendship"] .vtex-flex-layout-0-x-flexCol--section-her >div:nth-child(2){display:none}.vtex-flex-layout-0-x-flexRow--last-section-vitrine{margin:1.5rem 0}@media screen and (min-width:40rem){.vtex-flex-layout-0-x-flexRowContent--content-vitrine-bonds >div{width:auto!important}.vtex-flex-layout-0-x-flexRowContent--content-vitrine-bonds >div:nth-child(2){width:100%!important}}@media screen and (min-width:64rem){.vtex-flex-layout-0-x-flexRowContent--content-vitrine-bonds >div:nth-child(2){width:auto!important}.vtex-flex-layout-0-x-flexRowContent--content-vitrine-bonds >div:last-child{width:100%!important}.vtex-flex-layout-0-x-flexCol--content-vitrine-bonds-destok{flex-direction:row!important;justify-content:center;align-items:center;gap:10px}.vtex-flex-layout-0-x-flexCol--content-vitrine-bonds-destok >div:first-child{width:30%!important}div[class~="render-route-store-custom-love-and-friendship"] .vtex-flex-layout-0-x-flexCol--section-her >div:nth-child(2){display:block}div[class~="render-route-store-custom-love-and-friendship"] .vtex-flex-layout-0-x-flexCol--section-him >div:first-child{display:none}.vtex-flex-layout-0-x-flexRowContent--content-vitrine-bonds{margin-bottom:2.5rem}}
.vtex-rich-text-0-x-paragraph--description-love-and-friendship,.vtex-rich-text-0-x-paragraph--last-section-vitrine{font-size:12px;font-weight:400;line-height:14px;letter-spacing:0.005em;text-align:center;color:#6C6C70;margin:1rem 0}@media screen and (min-width:40rem){.vtex-rich-text-0-x-paragraph--description-love-and-friendship{margin:2rem 0 0 0;line-height:18px;font-size:16px}.vtex-rich-text-0-x-paragraph--last-section-vitrine{line-height:18px;font-size:16px}.vtex-rich-text-0-x-wrapper--description-love-and-friendship,.vtex-rich-text-0-x-wrapper--last-section-vitrine{max-width:1240px;margin:0 auto}}@media screen and (min-width:64rem){.vtex-rich-text-0-x-wrapper--description-love-and-friendship,.vtex-rich-text-0-x-wrapper--last-section-vitrine{max-width:1240px;margin:0 auto}.vtex-rich-text-0-x-headingLevel1--title-promotional-bonds{font-size:22px;font-weight:600;line-height:24px;color:#6C6C70}.vtex-rich-text-0-x-container--title-promotional-bonds{margin-top:2rem}.vtex-rich-text-0-x-paragraph--description-love-and-friendship{margin:3rem 0 2rem 0}.vtex-rich-text-0-x-paragraph--last-section-vitrine{margin:1.5rem 0 2.5rem 0}}
@media screen and (min-width:40rem){.vtex-flex-layout-0-x-flexRowContent--offer-recommended{flex-direction:column}.vtex-flex-layout-0-x-flexRowContent--offer-recommended >div{width:100%!important}}
.vtex-rich-text-0-x-headingLevel2--offer-recommended{ont-size:35px;font-weight:800;margin:20px 0 20px;text-align:center}@media screen and (min-width:40rem){.vtex-rich-text-0-x-wrapper--offer-recommended{margin:0 auto}}
.vtex-slider-layout-0-x-sliderRightArrow--vitrine-offer{right:-13px}.vtex-slider-layout-0-x-sliderLeftArrow--vitrine-offer{left:-6px}@media screen and (min-width:40rem){.vtex-slider-layout-0-x-sliderRightArrow--vitrine-offer{right:-28px}.vtex-slider-layout-0-x-sliderLeftArrow--vitrine-offer{left:-24px}}
.vtex-flex-layout-0-x-flexRowContent--container-highlight-great-offers .vtex-flex-layout-0-x-flexRowContent--container-categories-highlight-cyberdays-blackdays{grid-template-columns:repeat(4,1fr)}.vtex-flex-layout-0-x-flexRow--great-offers-content-main .vtex-store-components-3-x-container{padding:0}.vtex-flex-layout-0-x-flexRowContent--container-highlight-great-offers >div:first-child{padding:0 16px}.vtex-flex-layout-0-x-flexRowContent--container-highlight-great-offers .vtex-flex-layout-0-x-flexRow--container-categories-highlight-cyberdays-blackdays::before{background-color:transparent}.vtex-flex-layout-0-x-flexRow--container-product-great-offers{margin-top:32px}.vtex-flex-layout-0-x-flexRow--infomative-great-offers-2{margin-top:17px}div[class~="render-route-store-custom-great-offers"] .vtex-flex-layout-0-x-flexRow--breadcrumb-custom{margin-bottom:10px}.vtex-flex-layout-0-x-flexRow--container-infomative-great-offers .vtex-store-components-3-x-container,.vtex-flex-layout-0-x-flexRow--infomative-great-offers-2 .vtex-store-components-3-x-container,.vtex-flex-layout-0-x-flexRow--great-offers-content-main .vtex-store-components-3-x-container,.vtex-flex-layout-0-x-flexRow--container-product-great-offers .vtex-store-components-3-x-container{max-width:1002px}@media screen and (max-width:40rem){.vtex-flex-layout-0-x-flexRowContent--container-highlight-great-offers img[class~="bosico-image-custom-0-x-image--category-highlight-image-blackdays"]{min-height:92px;min-width:auto}}@media screen and (min-width:40rem){.vtex-flex-layout-0-x-flexRowContent--container-highlight-great-offers,.vtex-flex-layout-0-x-flexRowContent--container-product-great-offers{flex-direction:column;justify-content:center}.vtex-flex-layout-0-x-flexRowContent--container-highlight-great-offers >div{width:100%!important}.vtex-flex-layout-0-x-flexRowContent--container-infomative-great-offers,.vtex-flex-layout-0-x-flexRowContent--infomative-great-offers-2{gap:20px}.vtex-flex-layout-0-x-flexRowContent--container-product-great-offers >div{width:100%!important}.vtex-flex-layout-0-x-flexRowContent--container-highlight-great-offers .vtex-flex-layout-0-x-flexRowContent--container-categories-highlight-cyberdays-blackdays >div{width:auto!important}.vtex-flex-layout-0-x-flexRowContent--container-highlight-great-offers .vtex-flex-layout-0-x-flexRowContent--container-categories-highlight-cyberdays-blackdays{gap:33px}}@media screen and (min-width:64rem){.vtex-flex-layout-0-x-flexRow--great-offers-content-main{margin-top:31px}.vtex-flex-layout-0-x-flexRow--container-infomative-great-offers{margin-top:22px}.vtex-flex-layout-0-x-flexRowContent--container-infomative-great-offers{align-items:center}.vtex-flex-layout-0-x-flexRow--container-product-great-offers{margin-top:44px}.vtex-flex-layout-0-x-flexRowContent--infomative-great-offers-2{align-items:center;flex-direction:row-reverse}}@media screen and (min-width:120rem){.vtex-flex-layout-0-x-flexRowContent--container-infomative-great-offers >div:first-child,.vtex-flex-layout-0-x-flexRowContent--infomative-great-offers-2 >div:first-child{width:auto!important}.vtex-flex-layout-0-x-flexRowContent--container-infomative-great-offers,.vtex-flex-layout-0-x-flexRowContent--infomative-great-offers-2{justify-content:center;gap:40px}}
.vtex-list-context-0-x-list--vitrine-great-offers{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media screen and (min-width:40rem){.vtex-list-context-0-x-list--vitrine-great-offers{grid-template-columns:repeat(4,1fr)}}
.vtex-rich-text-0-x-heading--title-highlight-great-offers,.vtex-rich-text-0-x-headingLevel2--title-infomative{font-size:18px;font-weight:300;line-height:20px;letter-spacing:0.005em;margin-bottom:0;color:#6C6C70}.vtex-rich-text-0-x-paragraph--title-infomative{font-size:12px;font-weight:400;line-height:15px;text-align:left;margin-top:16px;color:#6C6C70}.vtex-rich-text-0-x-paragraph--titulo-products{font-size:18px;font-weight:700;line-height:20px;letter-spacing:0.005em;text-align:center;color:#6C6C70;margin:0 0 16px 0}.vtex-rich-text-0-x-wrapper--titulo-products{margin:0 auto}@media screen and (min-width:40rem){.vtex-rich-text-0-x-wrapper--title-highlight-great-offers{margin:0 auto}}@media screen and (min-width:64rem){.vtex-rich-text-0-x-headingLevel1--title-highlight-great-offers{margin:0 0 22px 0;font-weight:700}.vtex-rich-text-0-x-headingLevel2--title-infomative{font-weight:700}.vtex-rich-text-0-x-paragraph--titulo-products{margin-bottom:24px}}
.vtex-store-link-0-x-link--button-vitrine-great-offers{text-align:center;margin-top:24px;height:15px;margin-bottom:10px;display:block;height:auto}.vtex-store-link-0-x-label--button-vitrine-great-offers{color:var(--white);background-color:var(--primary);text-transform:none;font-size:12px;font-weight:600;line-height:14px;letter-spacing:0.02em;padding:8px 15px;display:inline-block}
@media screen and (min-width:40rem){.vtex-flex-layout-0-x-flexColChild--content-image-the-collection .bosico-image-custom-0-x-image{max-height:600px}}
.vtex-flex-layout-0-x-flexRowContent--banner-main-the-collection{display:flex;flex-direction:column;justify-content:center;align-items:center}.vtex-flex-layout-0-x-flexRowContent--content-descripcion-the-collection{display:flex;gap:20px;flex-direction:column}@media screen and (max-width:64rem){.vtex-flex-layout-0-x-flexRowContent--the-collection-vitrine-main .vtex-slider-layout-0-x-sliderRightArrow--vitrine{right:-14px!important}.vtex-flex-layout-0-x-flexRowContent--the-collection-vitrine-main .vtex-slider-layout-0-x-sliderLeftArrow--vitrine{left:-9px}}@media screen and (min-width:40rem){.vtex-flex-layout-0-x-flexRowContent--content-descripcion-the-collection{gap:30px;flex-direction:row-reverse;justify-content:center}.vtex-flex-layout-0-x-flexRowContent--content-descripcion-the-collection >div:last-child{width:70%!important}.vtex-flex-layout-0-x-flexRowContent--content-descripcion-the-collection >div:first-child{width:20%!important}.vtex-flex-layout-0-x-flexCol--content-image-the-collection{flex-direction:row!important;gap:10px}.vtex-flex-layout-0-x-flexRowContent--the-collection-vitrine-main >div{width:60%}.vtex-flex-layout-0-x-flexRowContent--banner-main-the-collection{display:flex;flex-direction:column;justify-content:center;align-items:center}.vtex-flex-layout-0-x-flexRowContent--content-descripcion-the-collection-him{padding-top:3.5rem;margin-bottom:1rem;flex-direction:row!important;margin-top:0}.vtex-flex-layout-0-x-flexCol--banner-solid-section-him{background-color:#f1f1f1;height:370px;position:absolute;width:100%;left:0}.vtex-flex-layout-0-x-flexRow--container-main-the-collection-him{position:relative;margin-top:1rem}.vtex-flex-layout-0-x-container-the-collection-section-him{z-index:20}.vtex-flex-layout-0-x-flexRowContent--container-main-the-collection-him >div:first-child{width:0%!important}.vtex-flex-layout-0-x-flexRowContent--container-main-the-collection-him >div:last-child{width:100%!important;z-index:10}}@media screen and (min-width:64rem){.vtex-flex-layout-0-x-flexRow--container-main-the-collection-him{margin-top:1.5rem}.vtex-flex-layout-0-x-flexCol--container-the-collection-section-her,.vtex-flex-layout-0-x-flexCol--container-the-collection-section-him{max-width:1020px;margin:0 auto}.vtex-flex-layout-0-x-flexRowContent--content-descripcion-the-collection-him{justify-content:flex-start}.vtex-flex-layout-0-x-flexCol--container-the-collection-section-him >div{margin-left:1.3rem!important}.vtex-flex-layout-0-x-flexCol--container-the-collection-section-him >div:last-child{margin-left:1.2rem!important;margin-right:1.5rem!important}.vtex-flex-layout-0-x-flexCol--container-the-collection-section-her >div:last-child{max-width:95%;margin-left:1.2rem}.vtex-flex-layout-0-x-flexCol--container-the-collection-section-her >div{display:flex;justify-content:center;align-items:center}.vtex-flex-layout-0-x-flexCol--container-the-collection-section-him >div:last-child{max-width:100%}.vtex-flex-layout-0-x-flexRowContent--content-descripcion-the-collection-him{padding-top:2rem}.vtex-flex-layout-0-x-flexCol--banner-solid-section-him{height:460px}.vtex-flex-layout-0-x-flexRowContent--content-descripcion-the-collection >div:first-child{width:24%!important}}
.vtex-rich-text-0-x-paragraph--title-the-collection{font-size:18px;font-weight:600;line-height:20px;color:var(--content);text-align:center;margin:0}.vtex-rich-text-0-x-wrapper--title-the-collection{text-align:center;margin:0 auto}.vtex-rich-text-0-x-headingLevel2--the-collection-description-landing{color:var(--title-secondary);font-size:22px;font-style:normal;font-weight:bold;line-height:24px;text-transform:uppercase;padding:16px 24px;margin:0}.vtex-rich-text-0-x-paragraph--the-collection-description-landing{text-transform:uppercase;color:var(--text-secondary);margin-top:0px;font-weight:600}.vtex-rich-text-0-x-wrapper--the-collection-description-landing h6  h3  p{text-align:start!important}.vtex-rich-text-0-x-wrapper--the-collection-description-landing{text-align:start!important}@media screen and (min-width:40rem){.vtex-rich-text-0-x-headingLevel2--the-collection-description-landing{font-size:30px;text-align:start;padding-left:0;width:100px;margin-right:auto;display:block;line-height:30px;padding-top:4px}.vtex-rich-text-0-x-paragraph--the-collection-description-landing{text-align:start;display:block;width:140px;margin-right:auto;line-height:20px}.vtex-rich-text-0-x-wrapper--the-collection-description-landing{margin-right:auto}}@media screen and (min-width:64rem){.vtex-rich-text-0-x-paragraph--the-collection-description-landing{font-size:18px;line-height:29px;width:236px}.vtex-rich-text-0-x-paragraph--title-the-collection{margin-top:-17px}.vtex-rich-text-0-x-headingLevel2--the-collection-description-landing{font-size:40px;line-height:40px}}
.vtex-store-link-0-x-label--the-collection-button{text-decoration:none;display:block;background:var(--secondary-bosi);color:var(--white);padding:8px;box-sizing:border-box;text-transform:uppercase;max-width:200px;text-align:center;margin:0 auto;text-decoration:none}.vtex-store-link-0-x-link--the-collection-button{text-decoration:none!important}@media screen and (min-width:40rem){.vtex-store-link-0-x-label--the-collection-button{margin:0;width:145px}}
.vtex-flex-layout-0-x-flexCol--product-page-container-details-image-desktop{display:none}.vtex-flex-layout-0-x-flexCol--product-page-container-details-summary{height:fit-content;position:sticky;top:10rem;z-index:9}@media (min-width:64rem){.vtex-flex-layout-0-x-flexRowContent--product-page-container-details{gap:33px}.vtex-flex-layout-0-x-flexRow--product-page-container-image-mobile{display:none}.vtex-flex-layout-0-x-flexCol--product-page-container-details-image-desktop{display:flex;width:696px!important}}
.vtex-store-components-3-x-productBrand--product-name-pdp{color:var(--primary);font-size:24px;font-style:normal;font-weight:300;line-height:25px;text-transform:capitalize}.vtex-store-components-3-x-highQualityContainer{overflow:auto!important}
.vtex-search-result-3-x-accordionFilterItemTitle{color:var(--primary);font-size:16px;font-style:normal;font-weight:400;line-height:18px}.vtex-search-result-3-x-accordionFilterOpen{padding-left:3px}.vtex-search-result-3-x-filterAccordionItemBox .vtex-checkbox__label{color:var(--primary);font-size:16px;font-style:normal;font-weight:600;line-height:18px;letter-spacing:0.16px}.vtex-search-result-3-x-filterClearButtonWrapper .vtex-button__label{color:var(--primary);font-size:14px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:0.14px;text-decoration-line:underline;padding:0!important}.vtex-search-result-3-x-filterApplyButtonWrapper .vtex-button{background:var(--primary)}.vtex-search-result-3-x-filterApplyButtonWrapper .vtex-button__label{color:var(--white);font-family:var(--ff-primary);font-size:12px;font-style:normal;font-weight:600;line-height:14px;letter-spacing:0.24px;text-transform:uppercase}.vtex-search-result-3-x-filter__container--priceRange{padding:0!important}.vtex-search-result-3-x-filter__container--priceRange .vtex-search-result-3-x-filterAvailable{display:none}.vtex-search-result-3-x-filter__container--priceRange .vtex-slider__values-container{justify-content:center}.vtex-search-result-3-x-filter__container--priceRange .vtex-slider__base-internal,.vtex-search-result-3-x-filter__container--priceRange .vtex-slider__selector{background-color:var(--secondary)}.vtex-search-result-3-x-filterAccordionItemBox--gama-de-precios .vtex-search-result-3-x-accordionFilterItemIcon{display:none}
.vtex-flex-layout-0-x-flexRowContent--container-contact-form-tab-fields .vtex-dropdown__container{height:32px;align-items:center;justify-content:center;display:flex}.vtex-flex-layout-0-x-flexRowContent--container-contact-form-tab-fields .vtex-dropdown__button > div{align-items:center}.vtex-flex-layout-0-x-flexRowContent--container-contact-form-tab-fields .vtex-dropdown__button > div > div:nth-child(2) > svg{color:var(--static-content-menu-font-color);width:24px;height:25px}.vtex-flex-layout-0-x-flexColChild--container-contact-form-tab .vtex-textarea > span{margin-bottom:4px;margin-top:16px}.vtex-flex-layout-0-x-flexColChild--container-contact-form-tab .vtex-flex-layout-0-x-flexRowContent--container-tyc{padding:18px 18px 24px 18px!important;gap:8px}.vtex-flex-layout-0-x-flexColChild--container-contact-form-tab .vtex-rich-text-0-x-paragraph--terms-conditions-agreement,.vtex-flex-layout-0-x-flexColChild--container-contact-form-tab .vtex-rich-text-0-x-link--terms-conditions-agreement{color:var(--primary);font-size:12px;font-weight:400;line-height:18px;width:auto;margin:0}.vtex-flex-layout-0-x-flexColChild--container-contact-form-tab .vtex-styleguide-9-x-dropdown > span,.vtex-flex-layout-0-x-flexColChild--container-contact-form-tab .vtex-styleguide-9-x-dropdown > div:nth-child(2) > div{display:none}.vtex-flex-layout-0-x-flexColChild--container-contact-form-tab .vtex-styleguide-9-x-dropdown > div:nth-child(2){display:flex;align-items:center;height:fit-content;padding:2px 9.5px;border-radius:2px;border:1px solid var(--primary);max-width:150px;justify-content:center;margin:0 auto}.vtex-flex-layout-0-x-flexRowContent--contact-upload .vtex-styleguide-9-x-container::after{content:"Seleccionar archivo";color:var(--primary);font-size:12px;font-weight:300;line-height:18px}.vtex-flex-layout-0-x-flexRowContent--contact-upload{gap:17px;margin-bottom:20px}.vtex-flex-layout-0-x-flexRowContent--contact-upload > div:nth-child(2){display:flex;align-items:center;justify-content:center}.vtex-flex-layout-0-x-flexColChild--container-contact-form-tab .vtex-dropdown__label,.vtex-flex-layout-0-x-flexColChild--container-contact-form-tab .vtex-input__label{color:var(--primary);font-weight:400;line-height:18px}.vtex-flex-layout-0-x-flexRowContent--container-contact-form-tab-fields .vtex-input-prefix__group{height:32px;padding:4.5px 0}@media screen and (max-width:40em){.vtex-flex-layout-0-x-flexCol--container-contact-form .vtex-flex-layout-0-x-stretchChildrenWidth{margin-top:16px}}@media screen and (min-width:40em){.vtex-flex-layout-0-x-flexRow--container-contact-form-tab-fields{margin-top:8px}.vtex-flex-layout-0-x-flexRowContent--container-contact-form-tab-fields{gap:36px}.vtex-flex-layout-0-x-flexColChild--container-contact-form-tab .vtex-flex-layout-0-x-flexRowContent--container-tyc{padding:30px 32px 40px 36px!important;justify-content:center;gap:8px}.vtex-flex-layout-0-x-flexRowContent--contact-upload > div:nth-child(2){min-width:262px}.vtex-flex-layout-0-x-flexCol--container-contact-form .vtex-flex-layout-0-x-stretchChildrenWidth{width:100%!important}.vtex-flex-layout-0-x-flexRowContent--container-tyc .vtex-flex-layout-0-x-stretchChildrenWidth{width:auto!important}.vtex-flex-layout-0-x-flexCol--container-contact-form,.vtex-flex-layout-0-x-flexColChild--container-contact-form-tab{padding:0 51px}}
.vtex-rich-text-0-x-headingLevel1--contact-title{margin:0;margin-top:27px;color:var(--black);font-size:22px;font-weight:700;line-height:24px}.vtex-rich-text-0-x-heading--tab-title{color:var(--content);font-size:18px;font-weight:600;line-height:20px;margin:0;margin-top:34px}.vtex-rich-text-0-x-paragraph--tab-description{color:var(--content);font-size:12px;font-weight:400;line-height:14px;letter-spacing:0.06px}.vtex-rich-text-0-x-wrapper--tab-description{margin-top:2px}.vtex-rich-text-0-x-heading--contact-upload-text{margin:0;color:var(--content);text-align:center;font-size:14px;font-weight:600;line-height:18px;letter-spacing:0.07px}.vtex-rich-text-0-x-paragraph--contact-upload-text{color:var(--content);text-align:center;font-size:12px;font-weight:300;line-height:18px;margin:0 0 10px 0}.vtex-rich-text-0-x-paragraph--contacto-success-text{margin-top:50px;font-size:24px}@media screen and (min-width:40em){.vtex-rich-text-0-x-headingLevel1--contact-title{margin-top:32px}.vtex-rich-text-0-x-heading--tab-title{margin-top:40px}.vtex-rich-text-0-x-wrapper--tab-description{margin-top:28px}.vtex-rich-text-0-x-paragraph--contact-upload-text{margin:0}.vtex-rich-text-0-x-container--contact-upload-text{max-width:220px}}@media screen and (min-width:64em){.vtex-rich-text-0-x-headingLevel1--contact-title{margin-top:39px}}
.vtex-store-form-0-x-formSubmitButton--contact-submit{text-align:center;margin-top:10px}.vtex-store-form-0-x-formSubmitButton--contact-submit > button{background:var(--primary);border:0;min-height:fit-content;padding:2.5px 0}.vtex-store-form-0-x-formSubmitButton--contact-submit > button:hover,.vtex-store-form-0-x-formSubmitButton--contact-submit > button:focus{background:var(--primary-hover)}.vtex-store-form-0-x-formSubmitButton--contact-submit .vtex-button__label{color:var(--white);text-align:center;font-family:var(--ff-primary);font-size:12px;font-weight:600;line-height:14px;letter-spacing:0.24px;text-transform:uppercase;padding:5.5px 18.5px!important}
.vtex-tab-layout-0-x-container--tabs-contact-form{margin-top:7px!important;margin-bottom:46px!important}.vtex-tab-layout-0-x-listContainer--tabs-contact-form-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.vtex-tab-layout-0-x-listContainer--tabs-contact-form-container .vtex-tab-layout-0-x-listItem .vtex-button__label{color:var(--static-content-menu-font-color);text-align:center;font-size:18px;font-weight:600;line-height:20px;text-transform:math-auto;padding:8px 0px!important}.vtex-tab-layout-0-x-listContainer--tabs-contact-form-container .vtex-tab-layout-0-x-listItemActive .vtex-button__label{color:var(--primary)}.vtex-tab-layout-0-x-listContainer--tabs-contact-form-container .vtex-tab-layout-0-x-listItemActive .vtex-button{background-color:transparent;border-color:transparent;border:0;min-height:min-content}.vtex-tab-layout-0-x-listContainer--tabs-contact-form-container .vtex-tab-layout-0-x-listItem{border-bottom:1px solid var(--static-content-menu-font-color);width:100%;justify-content:center;align-items:center;display:flex;max-width:200px;margin:0;padding:0}.vtex-tab-layout-0-x-listContainer--tabs-contact-form-container .vtex-tab-layout-0-x-listItemActive{border-bottom:3px solid var(--black)}@media screen and (min-width:40em){.vtex-tab-layout-0-x-listContainer--tabs-contact-form-container{flex-direction:row;max-width:800px;margin:0 auto;align-items:flex-end;flex-wrap:nowrap}.vtex-tab-layout-0-x-container--tabs-contact-form{margin:48px auto!important}.vtex-tab-layout-0-x-listContainer--tabs-contact-form-container .vtex-tab-layout-0-x-listItem{max-width:max-content;padding:0 16px}}@media screen and (min-width:64em){.vtex-tab-layout-0-x-container--tabs-contact-form{max-width:800px}}
.vtex-disclosure-layout-1-x-trigger--promotion{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-right:10x;background-color:transparent}.vtex-disclosure-layout-1-x-content{margin-top:3px;width:100%;position:relative;margin:0 8px}.vtex-disclosure-layout-1-x-trigger--promotion--visible svg{display:none}.vtex-disclosure-layout-1-x-trigger--promotion--visible svg::before{content:"-";font-size:15px;display:inline-block}.vtex-disclosure-layout-1-x-trigger--promotion--visible::after{content:"";display:inline-block;width:8.17px;height:2px;background-color:#6C6C70;margin-left:10px;vertical-align:middle}.vtex-disclosure-layout-1-x-trigger--promotion--hidden svg{width:11px;height:12px}.vtex-disclosure-layout-1-x-trigger--promotion--hidden svg use{width:11px;height:12px;color:#6C6C70}
.vtex-flex-layout-0-x-flexCol--static-content-menu{max-width:250px}.vtex-flex-layout-0-x-flexRow--faqs .vtex-menu-2-x-styledLinkContent--faqs,.vtex-flex-layout-0-x-flexRow--who-we-are .vtex-menu-2-x-styledLinkContent--who-we-are,.vtex-flex-layout-0-x-flexRow--terms-and-conditions .vtex-menu-2-x-styledLinkContent--terms-and-conditions,.vtex-flex-layout-0-x-flexRow--privacy-politics .vtex-menu-2-x-styledLinkContent--privacy-politics,.vtex-flex-layout-0-x-flexRow--glosary .vtex-menu-2-x-styledLinkContent--glosary,.vtex-flex-layout-0-x-flexRow--right-of-withdrawal .vtex-menu-2-x-styledLinkContent--right-of-withdrawal,.vtex-flex-layout-0-x-flexRow--warranty-delivery-devolution .vtex-menu-2-x-styledLinkContent--warranty-delivery-devolution{color:var(--primary);background-color:#EFEFEF}@media screen and (max-width:40em){.vtex-flex-layout-0-x-flexCol--static-content-menu{max-width:none!important}}
.vtex-menu-2-x-menuContainerNav--static-content-menu{border-bottom:1px solid var(--static-content-borders-color)}.vtex-menu-2-x-menuContainer--static-content-menu::-webkit-scrollbar{background-color:var(--static-content-menu-scrollbar-bg);width:4px;height:4px}.vtex-menu-2-x-menuContainer--static-content-menu::-webkit-scrollbar-thumb{background-color:var(--static-content-menu-scrollbar-thumb-bg);border-radius:4px}.vtex-menu-2-x-styledLinkContainer--static-content-menu{margin:0}.vtex-menu-2-x-styledLinkContent--static-content-menu,.vtex-rich-text-0-x-paragraph--text-promotion{align-items:center;justify-content:flex-start;gap:10px;color:#6C6C70;font-size:12px;font-weight:600;line-height:14.518px;letter-spacing:0.056px;padding-right:4px}.vtex-rich-text-0-x-paragraph--text-promotion{display:flex;justify-content:center;align-items:center}.vtex-rich-text-0-x-paragraph--text-promotion::before{content:url(https://bosico.vtexassets.com/assets/vtex/assets-builder/bosico.store/3.0.93/static/promotion___19443ff7fce6d5473b37e7d3aa9eedb7.svg);height:34px;display:inline-block}.vtex-menu-2-x-styledLinkContent--static-content-menu-active{color:(--secondary)}.vtex-menu-2-x-styledLinkIcon--static-content-menu{padding-top:3px}@media (max-width:40em){.vtex-menu-2-x-menuContainerNav--static-content-menu{border-bottom:none}.vtex-menu-2-x-menuContainer--static-content-menu{flex-direction:row;gap:13px;overflow-x:scroll;margin-bottom:37px;padding-bottom:5px}.vtex-menu-2-x-menuItem--static-content-menu{width:auto;display:flex;flex-shrink:0}.vtex-menu-2-x-styledLinkContainer--static-content-menu{display:flex;flex-shrink:0}.vtex-menu-2-x-styledLink--static-content-menu{display:flex;flex-shrink:0}.vtex-menu-2-x-styledLinkContent--static-content-menu{flex-direction:column;max-width:98px;white-space:wrap;text-align:center;flex-shrink:0;gap:8px}}@media (min-width:40em){.vtex-menu-2-x-menuContainerNav--static-content-menu{border-bottom:none;border-right:1px solid var(--static-content-borders-color);padding-right:20px;position:sticky;top:160px}}
.vtex-rich-text-0-x-wrapper--item-promotion{border-left:1px solid #ADADAD;margin-top:3px;width:100%}.vtex-rich-text-0-x-paragraph--item-promotion{margin:8px 8px}.vtex-rich-text-0-x-wrapper--item-promotion{position:relative}.vtex-rich-text-0-x-paragraph--text-promotion{margin:0px auto}.vtex-rich-text-0-x-paragraph--item-promotion::before{display:inline-block;content:" ";width:7px;height:7px;border-radius:50%;background-color:#6C6C70;position:absolute;left:-4px;top:40%}.vtex-rich-text-0-x-paragraph--item-promotion:hover,.vtex-rich-text-0-x-paragraph--item-promotion:active{background-color:#EFEFEF}
.vtex-store-link-0-x-label--item-promotion{color:#6C6C70;font-size:12px;font-weight:700;line-height:15px;text-align:left;margin-left:8px}.vtex-store-link-0-x-link--item-promotion{text-decoration:none;width:100%;display:inline-block}.vtex-store-link-0-x-link--item-promotion::before{display:inline-block;content:" ";width:7px;height:7px;border-radius:50%;background-color:#6C6C70;position:absolute;left:-4px;top:40%}
.vtex-flex-layout-0-x-flexRow--breadcrumb{position:relative}
.bosico-track-order-0-x-labelTypeTrack{color:var(--content);font-family:var(--ff-secondary);font-size:14px;font-weight:600;line-height:18px;letter-spacing:0.07px}.bosico-track-order-0-x-wrappedOptions{gap:24px 0px;margin-bottom:27px}.bosico-track-order-0-x-checkedOption{width:20px;height:20px}.bosico-track-order-0-x-wrappedInputNumber{margin-bottom:21px}.bosico-track-order-0-x-input{font-size:12px;padding:4px}.bosico-track-order-0-x-container-details{display:flex;flex-direction:column}.bosico-track-order-0-x-container button{background:var(--primary);color:var(--white);padding:0.500rem 1.162rem;font-size:0.750rem;font-weight:600;line-height:0.875rem;letter-spacing:0.015rem;text-transform:uppercase;margin:0 auto}
.vtex-flex-layout-0-x-flexRowContent--filters{display:flex;flex-direction:column;gap:.5rem;padding:1rem 0}.vtex-flex-layout-0-x-flexRowContent--filters,.vtex-flex-layout-0-x-flexRowContent--trigger-filters{align-items:center}.vtex-flex-layout-0-x-flexRowContent--trigger-filters{gap:6px}@media screen and (min-width:40em){.vtex-flex-layout-0-x-flexRowContent--filters{flex-direction:row;padding:13px 0}.vtex-flex-layout-0-x-flexRow--filters .vtex-store-components-3-x-container{padding:0}}@media screen and (min-width:64em){.vtex-flex-layout-0-x-flexRowContent--filters{padding:1rem 0}.vtex-flex-layout-0-x-flexRow--filters .vtex-store-components-3-x-container{padding:0}}
.vtex-rich-text-0-x-paragraph--trigger-filters{margin:0;color:var(--content);font-size:14px;font-weight:600;line-height:18px;letter-spacing:0.07px;text-transform:uppercase}
.vtex-search-result-3-x-filters--layout{width:100%;margin:0}.vtex-search-result-3-x-filterSelectedFilters{display:none}.vtex-search-result-3-x-filtersWrapper{padding:1.813rem 0 0 0}.vtex-search-result-3-x-filter__container{padding:0.938rem 1.563rem 1rem 2.344rem}.vtex-search-result-3-x-filter__container--title{padding:0.938rem 0.875rem 0.25rem;width:90%;margin:0 auto}.vtex-search-result-3-x-filterMessage{margin:0;color:var(--primary);font-size:1.25rem;font-style:normal;font-weight:400;line-height:1.125rem;letter-spacing:0.013rem}.vtex-search-result-3-x-filter,.vtex-search-result-3-x-filterTemplateOverflow,.vtex-search-result-3-x-filterIcon{padding:0}.vtex-search-result-3-x-filter__container--priceRange .vtex-slider__values-container{justify-content:center}.vtex-search-result-3-x-filter__container--priceRange .vtex-slider__base-internal,.vtex-search-result-3-x-filter__container--priceRange .vtex-slider__selector{background-color:var(--secondary)}.vtex-search-result-3-x-filter__container--priceRange .vtex-slider__right-value,.vtex-search-result-3-x-filter__container--priceRange .vtex-slider__left-value{color:var(--primary);font-size:0.875rem;font-style:normal;font-weight:600;line-height:1.125rem;letter-spacing:0.004rem}.vtex-search-result-3-x-filterTitleSpan{color:var(--primary);font-size:1rem;font-style:normal;font-weight:400;line-height:1.125rem}.vtex-search-result-3-x-filterSelected{padding:0 0 0.563rem 0}.vtex-search-result-3-x-filterSelected .vtex-search-result-3-x-filterTitleSpan{color:var(--primary);font-size:0.75rem;font-style:normal;font-weight:300;line-height:1.125rem;letter-spacing:0.004rem;text-transform:initial}.vtex-search-result-3-x-filterItem .vtex-checkbox__line-container{align-items:center}.vtex-search-result-3-x-filterItem .vtex-checkbox__label{color:var(--primary);font-size:1rem;font-style:normal;font-weight:600;line-height:1.125rem;letter-spacing:0.01rem}.vtex-search-result-3-x-filter__container--color .vtex-search-result-3-x-filterItem .vtex-checkbox__container,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---000000 .vtex-checkbox__container,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---ffffff .vtex-checkbox__container,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---bebebe .vtex-checkbox__container,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---ff0000 .vtex-checkbox__container,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---d4af37 .vtex-checkbox__container,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---db8515 .vtex-checkbox__container,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---63320b .vtex-checkbox__container,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---040e88 .vtex-checkbox__container,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---e9ccaa .vtex-checkbox__container,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---2b662b .vtex-checkbox__container,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---ffc0cb .vtex-checkbox__container,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---922952 .vtex-checkbox__container,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---fc53a7 .vtex-checkbox__container,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---23a8b1 .vtex-checkbox__container,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---f37968 .vtex-checkbox__container,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---ffc700 .vtex-checkbox__container{display:none}.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---000000 .vtex-checkbox__label,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---ffffff .vtex-checkbox__label,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---bebebe .vtex-checkbox__label,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---ff0000 .vtex-checkbox__label,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---d4af37 .vtex-checkbox__label,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---db8515 .vtex-checkbox__label,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---63320b .vtex-checkbox__label,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---040e88 .vtex-checkbox__label,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---e9ccaa .vtex-checkbox__label,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---2b662b .vtex-checkbox__label,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---ffc0cb .vtex-checkbox__label,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---922952 .vtex-checkbox__label,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---fc53a7 .vtex-checkbox__label,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---23a8b1 .vtex-checkbox__label,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---f37968 .vtex-checkbox__label,.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem---ffc700 .vtex-checkbox__label,.vtex-search-result-3-x-filter__container--color .vtex-search-result-3-x-filterItem .vtex-checkbox__label{width:1.063rem;height:1.063rem;font-size:0;border-radius:0.188rem}.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterItem .vtex-checkbox__label::after,.vtex-search-result-3-x-filter__container--color .vtex-search-result-3-x-filterItem .vtex-checkbox__label::after{font-size:0.938rem;position:absolute;width:auto;display:block;top:50%;left:1.688rem;transform:translateY(-50%)}.vtex-search-result-3-x-filterItem---000000 .vtex-checkbox__label::after{content:"Negro"}.vtex-search-result-3-x-filterItem---ffffff .vtex-checkbox__label::after{content:"Blanco"}.vtex-search-result-3-x-filterItem---bebebe .vtex-checkbox__label::after{content:"Gris"}.vtex-search-result-3-x-filterItem---ff0000 .vtex-checkbox__label::after{content:"Rojo"}.vtex-search-result-3-x-filterItem---d4af37 .vtex-checkbox__label::after{content:"Dorado"}.vtex-search-result-3-x-filterItem---db8515 .vtex-checkbox__label::after{content:"Ocre"}.vtex-search-result-3-x-filterItem---63320b .vtex-checkbox__label::after{content:"Café"}.vtex-search-result-3-x-filterItem---040e88 .vtex-checkbox__label::after{content:"Azul"}.vtex-search-result-3-x-filterItem---e9ccaa .vtex-checkbox__label::after{content:"Nude"}.vtex-search-result-3-x-filterItem---2b662b .vtex-checkbox__label::after{content:"Verde"}.vtex-search-result-3-x-filterItem---ffc700 .vtex-checkbox__label::after{content:"Amarillo"}.vtex-search-result-3-x-filterItem---ffc0cb .vtex-checkbox__label::after{content:"Rosado"}.vtex-search-result-3-x-filterItem---922952 .vtex-checkbox__label::after{content:"Vinotinto"}.vtex-search-result-3-x-filterItem---fc53a7 .vtex-checkbox__label::after{content:"Fucsia"}.vtex-search-result-3-x-filterItem---23a8b1 .vtex-checkbox__label::after{content:"Turquesa"}.vtex-search-result-3-x-filterItem---f37968 .vtex-checkbox__label::after{content:"Coral"}.vtex-search-result-3-x-filterContent{display:flex;flex-direction:column;gap:1.938rem}.vtex-search-result-3-x-filter__container--clearAllFilters{display:flex;justify-content:center;border:none;order:-1;top:4.438rem;right:0.8rem;padding:0}.vtex-search-result-3-x-filter__container--clearAllFilters .vtex-button{background:transparent;border:none}.vtex-search-result-3-x-filter__container--clearAllFilters .vtex-button__label{padding:0;color:var(--primary);font-size:0.75rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:0.009rem;text-decoration-line:underline}.vtex-search-result-3-x-filter__container--selectedFilters .vtex-search-result-3-x-filterTemplateOverflow{display:grid;grid-template-columns:repeat(2,1fr)}.vtex-search-result-3-x-filterTemplateOverflow{padding:1.938rem 0 0 1.25rem}.vtex-search-result-3-x-filterTemplateOverflow > div{overflow:hidden}.vtex-search-result-3-x-filterItem--selected .vtex-checkbox__box{background-image:url("/arquivos/check-form-1.svg");border-radius:2px}.vtex-search-result-3-x-filterItem--selected .vtex__icon-check{display:none}@media (min-width:64rem){.vtex-search-result-3-x-filtersWrapper{padding:1.813rem 20px 0 11px}}
.vtex-store-drawer-0-x-opened--filters{transform:translateX(0)!important;max-width:20rem!important}.vtex-store-drawer-0-x-opened--filters,.vtex-store-drawer-0-x-overlay,.vtex-store-drawer-0-x-drawer{z-index:9999!important}.vtex-store-drawer-0-x-closeIconContainer--filters{position:absolute;top:1.875rem;right:1.5rem}.vtex-store-drawer-0-x-openIconContainer--filters,.vtex-store-drawer-0-x-closeIconButton--filters{padding:0}.vtex-store-drawer-0-x-closeIcon--filters{width:20px;height:20px;color:var(--content)}@media (min-width:64rem){.vtex-store-drawer-0-x-closeIcon--filters{width:23px;height:23px;color:var(--content)}}
.vtex-search-result-3-x-orderBy--layout{width:100%}.vtex-search-result-3-x-orderByButton{padding:0;border:none;justify-content:center}.vtex-search-result-3-x-filterPopupArrowIcon{padding:0 6px;display:flex}.vtex-search-result-3-x-filterPopupArrowIcon .vtex-search-result-3-x-caretIcon{color:var(--Colores-gris-medium, #AEAEB2)}.vtex-search-result-3-x-filterPopupTitle,.vtex-search-result-3-x-orderByText{font-style:normal;font-weight:400;line-height:18px;text-transform:initial}.vtex-search-result-3-x-filterPopupButton .vtex-search-result-3-x-filterPopupTitle{color:var(--Colores-gris-dark, #6C6C70);font-size:14px;font-style:normal;font-weight:600;line-height:18px;letter-spacing:0.07px;text-transform:uppercase}.vtex-search-result-3-x-orderByButton .vtex-search-result-3-x-filterPopupTitle{display:flex;gap:6px;color:var(--Colores-gris-medium, #AEAEB2);font-size:12px;letter-spacing:0.06px}.vtex-search-result-3-x-orderByText{text-transform:initial;color:var(--Colores-gris-dark, #6C6C70);font-size:14px;letter-spacing:0.07px}.vtex-search-result-3-x-orderByText{display:block}.vtex-search-result-3-x-orderByOptionsContainer{top:22px;right:8px;max-width:158px;min-width:127px;padding:.5rem;box-shadow:none;border:none;border-top:1px solid var(--Colores-gris-medium, #AEAEB2);flex-direction:column;z-index:9999}.vtex-search-result-3-x-orderByOptionItem{width:auto;min-width:auto;padding:5px 1px;margin:0;color:var(--Colores-gris-medium, #AEAEB2);font-size:12px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:0.06px}
.bosico-page-by-number-0-x-categoryPagination{margin:32px 0 13px 0}
.bosico-see-more-0-x-container >button{margin-top:1.2rem}.bosico-see-more-0-x-subcontainer .vtex-rich-text-0-x-wrapper--text-seo-footer{height:14.3rem}.bosico-see-more-0-x-containerExpended .vtex-rich-text-0-x-wrapper--text-seo-footer{height:100%}@media (min-width:40em){.bosico-see-more-0-x-subcontainer .vtex-rich-text-0-x-wrapper--text-seo-footer{height:10.3rem}}@media (min-width:64em){.bosico-see-more-0-x-subcontainer .vtex-rich-text-0-x-wrapper--text-seo-footer{height:6.3rem}}
.vtex-flex-layout-0-x-flexRow--container-list-products .vtex-store-components-3-x-container,.vtex-flex-layout-0-x-flexRow--text-seo-footer .vtex-store-components-3-x-container{padding:0}.vtex-flex-layout-0-x-flexRow--container-list-products{margin-bottom:20px}.vtex-flex-layout-0-x-flexRow--last-sizes{display:none}div[class~="render-container"]:has([data-highlight-name*="Últimas Tallas Bosi 2024"]) .vtex-flex-layout-0-x-flexRow--last-sizes{display:block;background:#F4F4F4;margin:1rem auto 0.5rem auto}
.vtex-product-summary-2-x-containerNormal{border-radius:0}@media screen and (min-width:64em){.vtex-product-summary-2-x-containerNormal{max-width:100%!important}}
.vtex-rich-text-0-x-headingLevel3--text-seo-footer,.vtex-rich-text-0-x-headingLevel2--text-seo-footer{color:var(--title);font-size:15px;font-weight:700;line-height:19px;text-align:left}.vtex-rich-text-0-x-wrapper--text-seo-footer{font-size:13px;font-weight:400;line-height:19px;text-align:left}.vtex-rich-text-0-x-paragraph--last-sizes{font-size:14px;padding:0 5px;line-height:1.2;text-align:center}@media screen and (min-width:40em){.vtex-rich-text-0-x-paragraph--last-sizes{font-size:15px;padding:0 13px;line-height:1}.vtex-rich-text-0-x-headingLevel3--text-seo-footer,.vtex-rich-text-0-x-headingLevel2--text-seo-footer{font-size:16px}}@media screen and (min-width:64em){.vtex-rich-text-0-x-headingLevel2--text-seo-footer{font-size:17px}}
.vtex-search-result-3-x-container--layout{max-width:var(--max-width-container);;margin:0 auto 24px}.vtex-search-result-3-x-gallery{gap:24px 6px;grid-template-columns:repeat(2,1fr);display:grid;max-width:100%;width:100%;margin:0;padding:0}.vtex-search-result-3-x-galleryItem{max-width:100%!important;padding:0}.vtex-search-result-3-x-buttonShowMore .vtex-button{margin:20px 0 30px}@media screen and (min-width:40em){.vtex-search-result-3-x-gallery{gap:49px 6px;grid-template-columns:repeat(3,1fr)}.vtex-search-result-3-x-galleryItem{max-width:100%!important}}@media screen and (min-width:64em){.vtex-search-result-3-x-gallery{gap:1.500rem 0.500rem;grid-template-columns:repeat(4,1fr)}}
.vtex-flex-layout-0-x-flexRow--container-title-category .vtex-store-components-3-x-container{padding:10px 16px 8px}.vtex-flex-layout-0-x-flexRow--title-categories .vtex-store-components-3-x-container{padding:0}.vtex-flex-layout-0-x-flexRowContent--title-categories{flex-direction:column;gap:.5rem;margin:20px 0 10px}@media screen and (min-width:64rem){.vtex-flex-layout-0-x-flexRowContent--title-categories{margin:0}}
.vtex-rich-text-0-x-paragraph--title-categories,.vtex-rich-text-0-x-paragraph--description-categories{margin:0 0 5px;text-align:center}.vtex-rich-text-0-x-paragraph--title-categories{color:var(--primary);font-size:22px;font-weight:700;line-height:24px;text-transform:uppercase}.vtex-rich-text-0-x-paragraph--description-categories{color:var(--content);font-size:12px;font-weight:400;line-height:15px}@media screen and (min-width:40em){.vtex-rich-text-0-x-paragraph--title-categories{font-size:18px;font-weight:600;line-height:20px}.vtex-rich-text-0-x-paragraph--description-categories{margin-bottom:14px}}
.vtex-cc-legend{border-radius:var(--general-border-radius);background:var(--alert-bg-info);display:flex;align-items:flex-start;padding:13px 15px;border:1px solid var(--general-border-color);gap:7px;margin-bottom:15px}.vtex-cc-legend img{margin-top:8px}.vtex-cc-legend__text{color:var(--content);font-size:12px;letter-spacing:0.12px;margin:0;font-family:var(--ff-primary);line-height:1}.vtex-cc-legend__text strong{color:var(--title);font-size:16px;font-weight:600;display:block;margin-bottom:8px}
.vtex-my-orders-app-3-x-cancelOrder p,.vtex-my-orders-app-3-x-cancelOrder label,.vtex-my-orders-app-3-x-cancelOrder li{font-size:14px!important}[type='radio']:checked:after{background-color:var(--secondary, #F02580)!important}.vtex-my-orders-app-3-x-option{padding:10px 0;margin:0}.vtex-my-orders-app-3-x-optionDisclaimer,.vtex-my-orders-app-3-x-optionDisclaimer ul{padding:0 0 0 15px;margin-top:0}
.vtex-account__order-details>div>section{padding:0}.vtex-account__order-details time div[class~="bg-muted-1"],.vtex-account__order-details time div[class~="bg-danger"],.vtex-account__order-details time div[class~="bg-success"]{border-radius:var(--general-border-radius)}[class~="tracked-mega"]{color:var(--primary);font-size:14px;font-weight:700;letter-spacing:0.28px;padding:0;margin:29px 0 13px!important}.vtex-account__order-details time{color:var(--disabled, #828282);font-size:14px;font-weight:600;letter-spacing:0.28px}.vtex-account__order-details time span{padding:6.5px!important}.vtex-account__order-details time div{margin-left:12px}.vtex-account__order-details>div>section strong,.vtex-account__order-details>div>section span{font-size:12px;font-family:var(--ff-primary);font-weight:500}.vtex-account__order-details [class~="c-link"]{display:flex}@media screen and (min-width:40em){.vtex-account__order-details>div>section{display:flex;gap:15px;margin:50px 0 15px}.vtex-account__order-details>div>section>article{margin:0;padding:0}}
.bosico-add-to-cart-custom-0-x-container-open{width:100%}.bosico-add-to-cart-custom-0-x-container-close{margin:0 3.11px 4.58px 0}.bosico-add-to-cart-custom-0-x-subcontainer-open{background:#fffffff6;padding:6px 12px}.bosico-add-to-cart-custom-0-x-subcontainer-open .bosico-add-to-cart-custom-0-x-container-options{display:block}.bosico-add-to-cart-custom-0-x-subcontainer-open .bosico-add-to-cart-custom-0-x-container-icon{display:none}.bosico-add-to-cart-custom-0-x-container-icon svg{padding:5px;width:30px;height:30px}.bosico-add-to-cart-custom-0-x-add-to-cart-alert,.bosico-add-to-cart-custom-0-x-add-to-cart-button{text-align:start;font-size:10px;font-weight:600;line-height:12px;letter-spacing:0.05px;color:var(--secondary)}.bosico-add-to-cart-custom-0-x-container-icon{display:flex;background:rgba(255,255,255,0.47);border-radius:100%;position:relative;top:3px;left:3px}.bosico-add-to-cart-custom-0-x-subcontainer-open--add-to-cart-custom .vtex-store-components-3-x-skuSelectorSubcontainer{max-width:57%!important}.bosico-add-to-cart-custom-0-x-subcontainer-open--add-to-cart-custom .vtex-store-components-3-x-skuSelectorOptionsList{justify-content:flex-start!important;align-items:flex-start!important}.bosico-add-to-cart-custom-0-x-subcontainer-open--add-to-cart-custom .vtex-store-components-3-x-skuSelectorOptionsList >div{flex-basis:20%;height:23px;box-sizing:border-box;padding:0!important}.bosico-add-to-cart-custom-0-x-subcontainer-open--add-to-cart-custom .vtex-store-components-3-x-skuSelectorOptionsList .vtex-store-components-3-x-skuSelectorItem--unica{flex-basis:50%!important}.bosico-add-to-cart-custom-0-x-add-to-cart-button{position:absolute;right:8px;font-size:12px;border:1px solid #820101;padding:10px 22px;background-color:#ad0000;color:white;bottom:50%;transform:translateY(50%)}.bosico-add-to-cart-custom-0-x-add-to-cart-button:hover{background-color:#820101}.bosico-add-to-cart-custom-0-x-container-message-add{background:var(--secondary);padding:2px 0}.bosico-add-to-cart-custom-0-x-message-add{color:var(--white);font-family:var(--ff-primary);font-size:9px;font-weight:600;line-height:10.961px;letter-spacing:0.18px;text-transform:uppercase;margin:0}.bosico-add-to-cart-custom-0-x-skuSelectorTalla{display:flex;flex-direction:column}@media screen and (min-width:40em){.bosico-add-to-cart-custom-0-x-subcontainer-open{padding:6px 12px 11px}}@media screen and (min-width:64em){.bosico-add-to-cart-custom-0-x-subcontainer-open{padding:12px}}
.bosico-store-components-3-x-skuSelectorContainer{display:flex;flex-direction:column;gap:20px}.bosico-store-components-3-x-skuSelectorTextContainer{margin-bottom:9px}.bosico-store-components-3-x-skuSelectorName{color:var(--primary);font-weight:600}.bosico-store-components-3-x-skuSelectorSelectorImageValue{font-size:12px;color:var(--static-content-menu-font-color)}.bosico-store-components-3-x-skuSelectorSubcontainer--talla .bosico-store-components-3-x-skuSelectorNameContainer,.bosico-store-components-3-x-skuSelectorSubcontainer--talla .bosico-store-components-3-x-skuSelectorOptionsList,.bosico-store-components-3-x-skuSelectorSubcontainer--talla{margin:0}.bosico-store-components-3-x-skuSelectorSubcontainer--talla .bosico-store-components-3-x-skuSelectorOptionsList{gap:10px}.bosico-store-components-3-x-skuSelectorSubcontainer--talla .bosico-store-components-3-x-frameAround,.bosico-store-components-3-x-skuSelectorInternalBox{border:none}.bosico-store-components-3-x-skuSelectorSubcontainer--talla .bosico-store-components-3-x-skuSelectorItem{min-width:28px;height:28px;margin:0;padding:0 4px;position:relative}.bosico-store-components-3-x-skuSelectorSubcontainer--talla .bosico-store-components-3-x-valueWrapper{display:flex;justify-content:center;align-items:center;padding:0;color:var(--static-content-menu-font-color);font-size:12px;font-weight:600;line-height:12px;letter-spacing:0.06px}.bosico-store-components-3-x-skuSelectorSubcontainer--talla .bosico-store-components-3-x-skuSelectorItem,.bosico-store-components-3-x-skuSelectorSubcontainer--talla .bosico-store-components-3-x-skuSelectorItem--selected{border:1px solid var(--primary);width:auto}.bosico-store-components-3-x-skuSelectorSubcontainer--talla .bosico-store-components-3-x-skuSelectorItem .bosico-store-components-3-x-valueWrapper{color:var(--primary)}.bosico-store-components-3-x-skuSelectorSubcontainer--talla .bosico-store-components-3-x-skuSelectorItem--selected{background:var(--primary)}.bosico-store-components-3-x-skuSelectorSubcontainer--talla .bosico-store-components-3-x-skuSelectorItem--selected .bosico-store-components-3-x-valueWrapper{color:var(--white)}.bosico-store-components-3-x-skuSelectorSubcontainer--talla .bosico-store-components-3-x-skuSelectorItem--selected:hover{background:var(--primary-hover)}.bosico-store-components-3-x-skuSelectorSubcontainer--talla .bosico-store-components-3-x-unavailable{border:1px solid var(--disabled)!important}.bosico-store-components-3-x-skuSelectorSubcontainer--talla .bosico-store-components-3-x-unavailable.bosico-store-components-3-x-skuSelectorItem--selected{background:rgb(173 173 173 / 50%)}.bosico-store-components-3-x-skuSelectorSubcontainer--talla .bosico-store-components-3-x-valueWrapper--unavailable{color:var(--disabled)!important}.bosico-store-components-3-x-skuSelectorOptionsList{height:auto;display:flex;gap:15px;margin:0}.bosico-store-components-3-x-frameAround{border-radius:50%;bottom:-3px;top:-3px;left:-3px;right:-3px;border-color:#383838}.bosico-store-components-3-x-skuSelectorItem{width:22px;height:22px;margin:0}.bosico-store-components-3-x-skuSelectorItemTextValue{padding:0 3px!important;height:100%;width:100%}.bosico-store-components-3-x-skuSelectorSubcontainer--talla .bosico-store-components-3-x-skuSelectorOptionsList{visibility:visible}.bosico-store-components-3-x-skuSelectorSubcontainer{margin:0}.bosico-store-components-3-x-diagonalCross{z-index:2;background-image:linear-gradient(to top left,transparent 45%,var(--static-content-menu-font-color) 48%,var(--static-content-menu-font-color) 52%,transparent 54%)}.bosico-store-components-3-x-skuSelectorSubcontainer--colores .bosico-store-components-3-x-skuSelectorInternalBox{border-radius:50%}.bosico-store-components-3-x-skuSelectorSubcontainer--colores .bosico-store-components-3-x-diagonalCross{background:none}
.vtex-product-summary-2-x-skuSelectorInternalBox{border:none;border-radius:50%}.vtex-product-summary-2-x-skuSelectorItem--unavailable{pointer-events:none;cursor:not-allowed;opacity:0.3}.vtex-product-summary-2-x-SKUSelectorContainer--vitrine-home{padding:0 4.04px 0 6.23px}.vtex-product-summary-2-x-container .vtex-store-components-3-x-skuSelectorSubcontainer--talla,.vtex-product-summary-2-x-container .vtex-store-components-3-x-skuSelectorTextContainer{display:none}.vtex-product-summary-2-x-container .vtex-store-components-3-x-skuSelectorOptionsList--loaded{visibility:visible}.vtex-product-summary-2-x-imageColorTextValue{left:50%;position:absolute;top:11px;transform:translateX(-50%);font-size:10.5px;display:none;color:var(--primary)}.vtex-store-components-3-x-skuSelectorItem--selected .vtex-product-summary-2-x-imageColorTextValue{display:block}
.vtex-store-components-3-x-skuSelectorSubcontainer--talla .vtex-store-components-3-x-skuSelectorNameContainer,.vtex-store-components-3-x-skuSelectorSubcontainer--talla .vtex-store-components-3-x-skuSelectorOptionsList,.vtex-store-components-3-x-skuSelectorSubcontainer--talla{margin:0}.vtex-store-components-3-x-skuSelectorSubcontainer--talla .vtex-store-components-3-x-skuSelectorOptionsList{gap:7px}.vtex-store-components-3-x-skuSelectorSubcontainer--talla .vtex-store-components-3-x-frameAround{border:none}.vtex-store-components-3-x-skuSelectorSubcontainer--talla .vtex-store-components-3-x-skuSelectorItem{min-width:19px;height:30px;margin:0;width:auto;padding:0 10px}.vtex-store-components-3-x-skuSelectorSubcontainer--colores{height:34px}.vtex-store-components-3-x-skuSelectorSubcontainer--colores .vtex-store-components-3-x-skuSelectorItem{height:auto}.vtex-store-components-3-x-skuSelectorSubcontainer--talla .vtex-store-components-3-x-valueWrapper{display:flex;justify-content:center;align-items:center;padding:0;color:var(--static-content-menu-font-color);font-size:10px;font-weight:600;line-height:12px;letter-spacing:0.06px}.vtex-store-components-3-x-skuSelectorSubcontainer--talla .vtex-store-components-3-x-skuSelectorItem--selected{border:1.289px solid var(--primary)}.vtex-store-components-3-x-skuSelectorSubcontainer--talla .vtex-store-components-3-x-skuSelectorItem--selected .vtex-store-components-3-x-valueWrapper{color:var(--primary)}.vtex-store-components-3-x-skuSelectorOptionsList{height:auto;display:flex;gap:7px;margin:0}.vtex-store-components-3-x-frameAround{border:none}.vtex-store-components-3-x-skuSelectorSubcontainer--colores .vtex-store-components-3-x-skuSelectorInternalBox{width:14px;height:14px;margin:0}.vtex-store-components-3-x-skuSelectorItemTextValue{padding:0!important;height:100%;width:100%}.vtex-store-components-3-x-skuSelectorSubcontainer--talla .vtex-store-components-3-x-skuSelectorOptionsList{visibility:visible}.vtex-store-components-3-x-skuSelectorSubcontainer{margin:0}.vtex-store-components-3-x-valueWrapper--unavailable{background:var(--secondary-disabled)}.vtex-store-components-3-x-diagonalCross{z-index:2;background-image:linear-gradient(to top left,transparent 45%,var(--static-content-menu-font-color) 48%,var(--static-content-menu-font-color) 52%,transparent 54%)}.vtex-store-components-3-x-skuSelectorSubcontainer--colores .vtex-store-components-3-x-skuSelectorInternalBox{border-radius:50%}
.bosico-free-shipping-0-x-fs_globalFreeShippingContainer{padding:0;width:100%;border-bottom:1px solid var(--static-content-menu-font-color)}.bosico-free-shipping-0-x-fs_informativeFreeShippingText{display:flex;justify-content:center}.bosico-free-shipping-0-x-fs_globalFreeShippingContainer .vtex-styleguide-9-x-progressHeight > div,.bosico-free-shipping-0-x-fs_percentage_content .vtex-styleguide-9-x-progressHeight > div{background-color:var(--secondary)}.bosico-free-shipping-0-x-fs_initialRangeFreeShippingText,.bosico-free-shipping-0-x-fs_endRangeFreeShippingText{margin:5px 0 5px 0;height:19px}.bosico-free-shipping-0-x-currencyContainer{color:var(--primary);text-align:right;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.bosico-free-shipping-0-x-fs_content_globalFreeShippingPromo{display:flex;flex-direction:column;justify-content:center;align-items:center}.bosico-free-shipping-0-x-fs_title_initial_FreeShippingPromo,.bosico-free-shipping-0-x-fs_title_final_FreeShippingPromo{font-size:13px;font-weight:700;line-height:14.52px;text-align:center;color:#3E3E3E;text-align:center;padding:10px}.bosico-free-shipping-0-x-fs_title_content{display:flex;justify-content:center;align-items:center}.bosico-free-shipping-0-x-fs_percentage_content .vtex-styleguide-9-x-progressHeight > div{background-color:var(--secondary);height:0.2rem}.bosico-free-shipping-0-x-fs_percentage_content{padding-top:0}.bosico-free-shipping-0-x-fs_title_content_sub p{font-size:11px;font-weight:400;line-height:15px;text-align:center;color:#3E3E3E}.bosico-free-shipping-0-x-fs_content_icon{max-width:40px}.bosico-free-shipping-0-x-fs_percentage_content .bosico-free-shipping-0-x-fs_rangeFreeShippingContainer{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bosico-free-shipping-0-x-fs_buttton_content{display:flex;justify-content:center;align-items:center;margin-bottom:1.2rem}.bosico-free-shipping-0-x-fs_buttton_content button{font-size:10px;font-weight:700;line-height:12.1px;text-align:center;color:#FFFFFF;background-color:#494747;border-radius:34px;width:115px;height:28px}
.vtex-checkout-summary-0-x-summarySmallDisclaimer{display:none}.vtex-checkout-summary-0-x-summaryItemContainer{margin-top:0}.vtex-checkout-summary-0-x-summaryItemContainer:not(:last-child) .vtex-checkout-summary-0-x-summaryItemLabel,.vtex-checkout-summary-0-x-summaryItemContainer:not(:last-child) .vtex-checkout-summary-0-x-price{color:#383838;font-family:Mukta;font-size:16px;font-style:normal;font-weight:400;line-height:14px;letter-spacing:0.06px}.vtex-checkout-summary-0-x-summaryItemContainer:last-child .vtex-checkout-summary-0-x-summaryItemLabel,.vtex-checkout-summary-0-x-summaryItemContainer:last-child .vtex-checkout-summary-0-x-price{color:#383838;font-family:Mukta;font-size:16px;font-style:normal;font-weight:700;line-height:14px;letter-spacing:0.06px}.vtex-checkout-summary-0-x-summarySmallContent{display:flex;flex-direction:column;padding-top:10px;gap:8px}
.vtex-flex-layout-0-x-flexRowContent--minicart-container-resume-2-quantity-container{align-items:center;gap:8px}.vtex-flex-layout-0-x-flexRowContent--minicart-container-elements{gap:8px;margin-bottom:10px}.vtex-flex-layout-0-x-flexColChild--minicart-container-resume{height:auto!important}.vtex-flex-layout-0-x-flexRowContent--minicart-container-resume-1{gap:8px}.vtex-flex-layout-0-x-flexCol--container-minicart-footer{padding:0 9px 23px}
.vtex-minicart-2-x-drawer{width:320px!important;min-width:320px!important;z-index:9999999999!important}.vtex-minicart-2-x-minicartTitle{display:none}.vtex-minicart-2-x-overlay--visible{z-index:1000!important}.vtex-minicart-2-x-closeIconButton{padding:0;position:absolute;right:6px;top:6px}.vtex-minicart-2-x-closeIconContainer{display:flex;justify-content:space-between;align-items:end;padding-inline:4px;margin-inline:10px;height:55px;border-bottom:1px solid var(--static-content-menu-font-color);margin:0;padding:0 14px}.vtex-minicart-2-x-closeIconContainer::before{content:"TU BOLSA";color:var(--primary);font-size:18px;font-weight:400;line-height:20px;margin-bottom:4px}.vtex-minicart-2-x-closeIcon{overflow:visible!important;width:24px;color:#AEAEB2}.vtex-minicart-2-x-minicartContainer .vtex-button__label,.vtex-minicart-2-x-openIconContainer{padding-top:0!important;padding-bottom:0!important;padding-left:0!important;padding-right:0!important}.vtex-minicart-2-x-minicartQuantityBadge{top:-2px;right:-4px;width:12px;height:12px;font-size:12px}.vtex-minicart-2-x-minicartCheckoutButton--minicart-checkout-button{padding-left:0;padding-right:0;margin-top:0;margin-bottom:0}.vtex-minicart-2-x-minicartSideBarContentWrapper{height:calc(100dvh - 55px)!important}.vtex-minicart-2-x-minicartCheckoutButton--minicart-checkout-button .vtex-button{align-items:center;display:flex;background-color:#ad0000;border:none;min-height:auto;height:50px}.vtex-minicart-2-x-minicartCheckoutButton--minicart-checkout-button .vtex-button:hover{background-color:#820101}.vtex-minicart-2-x-minicartCheckoutButton--minicart-checkout-button .vtex-button__label{color:var(--white);text-align:center;font-family:var(--ff-secondary);font-size:0px;font-style:normal;font-weight:600;line-height:16px;letter-spacing:0.24px;text-transform:uppercase;padding:0!important}.vtex-minicart-2-x-minicartProductListContainer{margin-top:12px;padding:0px 8px}.vtex-minicart-2-x-minicartProductListContainer::-webkit-scrollbar{width:5px}.vtex-minicart-2-x-minicartProductListContainer::-webkit-scrollbar-track{background-color:#FFF;border-radius:5px}.vtex-minicart-2-x-minicartProductListContainer::-webkit-scrollbar-thumb{background-color:#D9D9D9;border-radius:5px}.vtex-minicart-2-x-minicartProductListContainer .vtex-product-list-0-x-removeButton{padding:0}.vtex-minicart-2-x-minicartProductListContainer .vtex-product-list-0-x-deleteIcon{overflow:visible}.vtex-minicart-2-x-minicartCheckoutButton--minicart-checkout-button .vtex-button__label::after{content:"IR A PAGAR";font-size:16px}.vtex-minicart-2-x-minicartSummary{padding-top:0;padding-left:0;padding-right:0}
.vtex-product-list-0-x-quantitySelectorWrapper--minicart-quantity{width:40px}.vtex-product-list-0-x-quantitySelectorButton--minicart-quantity{border:none;background-color:transparent;padding:0}.vtex-product-list-0-x-quantitySelectorButton--minicart-quantity:hover,.vtex-product-list-0-x-quantitySelectorButton--minicart-quantity:active,.vtex-product-list-0-x-quantitySelectorButton--minicart-quantity:focus{background-color:transparent}.vtex-product-list-0-x-quantitySelectorWrapper--minicart-quantity .vtex-product-list-0-x-inputContainer{border:none;padding-top:0;padding-bottom:0;padding-left:0;padding-right:0;width:15px}.vtex-flex-layout-0-x-flexRowContent--minicart-container-resume-1 .vtex-product-list-0-x-productName{color:var(--secondary-bosi);font-size:12px;font-style:normal;font-weight:400;text-transform:capitalize;text-overflow:ellipsis;overflow:hidden;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal}.vtex-product-list-0-x-productPriceContainer--minicart-price{align-items:center;display:flex;gap:8px}.vtex-product-list-0-x-productPriceCurrency--minicart-price{margin-bottom:0px}.vtex-product-list-0-x-currencyContainer--minicart-price{color:var(--static-content-menu-font-color);font-size:12px;font-style:normal;font-weight:400;line-height:14px;letter-spacing:0.06px}.vtex-product-list-0-x-productPrice--minicart-price{color:var(--primary);font-size:12px;font-style:normal;font-weight:400;line-height:14px;letter-spacing:0.06px}.vtex-product-list-0-x-productVariationsContainer .vtex-product-list-0-x-productVariationsItem:first-child{display:none}.vtex-product-list-0-x-productVariationsContainer .vtex-product-list-0-x-productVariationsItem{color:#383838;font-size:12px;font-style:normal;font-weight:400;line-height:14px;letter-spacing:0.06px;padding-top:5px}.vtex-product-list-0-x-productImage{background-color:#F4F4F4}
.vtex-rich-text-0-x-container--minicart-container-resume-2-quantity{width:auto}.vtex-rich-text-0-x-paragraph--minicart-container-resume-2-quantity{color:var(--secondary-bosi);font-family:var(--ff-primary);font-size:12px;font-style:normal;font-weight:400;line-height:14px;letter-spacing:0.06px;margin:0}.vtex-rich-text-0-x-paragraph--message-addi-discount{text-align:center;max-width:540px;margin:0 auto;margin-bottom:10px;padding:0 30px;padding-top:10px;font-size:13px}.vtex-rich-text-0-x-wrapper--message-addi-discount{background:#f2f2f2;margin-bottom:15px}.vtex-rich-text-0-x-wrapper--message-addi-discount .vtex-rich-text-0-x-paragraph--message-addi-discount:first-child{margin-bottom:0}
.vtex-store-icons-0-x-cartIcon--minicart-empty-state{overflow:visible!important}
.bosico-image-custom-0-x-image--banner-him{max-width:525px}
.vtex-breadcrumb-1-x-link--new-collection{font-size:12px;font-weight:500;letter-spacing:0.02em;color:var(--content)!important}.vtex-breadcrumb-1-x-container--new-collection{padding:0}
.vtex-flex-layout-0-x-flexRow--slider-links-collection{max-width:1090px;margin:0 auto}.vtex-flex-layout-0-x-flexRow--slider-links-collection img{width:auto!important}.vtex-flex-layout-0-x-flexRowContent--slider-links-collection{margin-bottom:40px}@media screen and (min-width:64em){.vtex-flex-layout-0-x-flexRowContent--vitrine-banner-him{flex-direction:row-reverse;gap:0 15px}}
.vtex-list-context-0-x-list--vitrine-new-collection{grid-template-columns:repeat(2,1fr);display:grid;margin-top:2rem;gap:5px}@media screen and (min-width:64em){.vtex-list-context-0-x-list--vitrine-new-collection{margin-top:0rem;gap:60px 20px}}
.vtex-rich-text-0-x-heading--description-landing{font-size:18px;font-weight:600;line-height:20px;color:var(--content)}.vtex-rich-text-0-x-paragraph--description-landing{font-size:12px;font-weight:400;line-height:15px;color:var(--content)}.vtex-rich-text-0-x-link--label-breadcrumb{font-size:12px;font-weight:400;line-height:56px;letter-spacing:0.02em;text-decoration:none;color:var(--content)}
.vtex-store-link-0-x-link--link-option{text-decoration:none}
.vtex-flex-layout-0-x-flexRow--wapped-bonus-gift{background-color:var(--bg-color)}.vtex-flex-layout-0-x-flexRow--wrapped-bonus-digital{background-color:var(--bg-color-4);margin:0 15px}.vtex-flex-layout-0-x-flexCol--wrapped-col-adt-1,.vtex-flex-layout-0-x-flexCol--wrapped-col-adt-2,.vtex-flex-layout-0-x-flexCol--wrapped-col-adt-3,.vtex-flex-layout-0-x-flexCol--wrapped-col-adt-4{position:relative}.vtex-flex-layout-0-x-flexCol--wrapped-col-adt-1:hover .vtex-store-link-0-x-link--link-adt-1,.vtex-flex-layout-0-x-flexCol--wrapped-col-adt-2:hover .vtex-store-link-0-x-link--link-adt-2,.vtex-flex-layout-0-x-flexCol--wrapped-col-adt-3:hover .vtex-store-link-0-x-link--link-adt-3,.vtex-flex-layout-0-x-flexCol--wrapped-col-adt-4:hover .vtex-store-link-0-x-link--link-adt-4{visibility:visible}.vtex-flex-layout-0-x-flexRow--wrapper-vitrine-end{background:var(--bg-color-4)}.vtex-flex-layout-0-x-flexCol--bg-color{background-color:var(--white);padding-bottom:15px}@media screen and (max-width:63em){.vtex-flex-layout-0-x-flexRowContent--section-adt{background-color:var(--bg-color-3);background-image:url(https://bosico.vtexassets.com/arquivos/parallax__regalos-para-papa-adt.png);width:100%;height:100%;background-size:cover;background-position:center center}}@media screen and (min-width:64em){.vtex-flex-layout-0-x-flexRow--wapped-bonus-gift{max-width:89%;margin:0 auto}.vtex-flex-layout-0-x-flexRow--wrapped-banners-adt{margin-top:10px}.vtex-flex-layout-0-x-flexRowContent--section-adt{margin:0 0 40px 0}.vtex-flex-layout-0-x-flexRowContent--wapped-bonus-gift{margin:40px 0}.vtex-flex-layout-0-x-flexCol--wrapped-col-adt{max-width:1440px}.vtex-flex-layout-0-x-flexRow--section-adt{background-image:url(https://bosico.vteximg.com.br/arquivos/parallax-regalos-para-papa-adt.png?v=638520900834770000);background-attachment:fixed;background-position:center center;background-size:cover}.vtex-flex-layout-0-x-flexRow--wrapped-bonus-digital,.vtex-flex-layout-0-x-flexRowContent--wrapper-vitrine,.vtex-flex-layout-0-x-flexRowContent--wrapper-vitrine-end{max-width:1280px;margin:0 auto}.vtex-flex-layout-0-x-flexRow--wrapper-vitrine-end{padding:30px 0 70px 0}}@media screen and (min-width:1440px){.vtex-flex-layout-0-x-flexRow--wapped-bonus-gift{max-width:1440px;margin:0 auto}}
.vtex-list-context-0-x-list--vitrine-padre,.vtex-list-context-0-x-list--vitrine-bonus{display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(4,1fr);gap:10px;padding:10px}@media screen and (min-width:40em){.vtex-list-context-0-x-list--vitrine-padre{grid-template-columns:repeat(2,1fr)}.vtex-list-context-0-x-list--vitrine-bonus{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}}@media screen and (min-width:64em){.vtex-list-context-0-x-list--vitrine-padre{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr)}.vtex-list-context-0-x-list--vitrine-bonus{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(1,1fr)}}
.vtex-rich-text-0-x-headingLevel1--title-landing{font-size:24px;font-weight:300;line-height:34.14px;color:var(--text-1);font-family:"IBM Plex Sans"}.vtex-rich-text-0-x-paragraph--label-bonus-gift{font-size:22px;font-weight:400;line-height:35px;letter-spacing:0.005em;margin-bottom:0;margin-top:6px}.vtex-rich-text-0-x-paragraph--title-adt{font-size:24px;font-weight:600;color:var(--white);margin-bottom:0;margin-top:15px}.vtex-rich-text-0-x-paragraph--label-adt{font-size:14px;font-weight:400;line-height:22.2px;color:var(--white)}.vtex-rich-text-0-x-paragraph--description-vitrine{font-family:var(--ff-primary);font-size:22px;font-weight:400;line-height:28px;letter-spacing:0.005em;color:rgba(21,21,21,0.7)}.vtex-rich-text-0-x-wrapper--banner-parallax{background-image:url("https://bosico.vtexassets.com/arquivos/parallax__regalos-para-papa.png");background-attachment:fixed;height:280px;width:100%;background-size:cover;background-position:center center}.vtex-rich-text-0-x-headingLevel3--label-gift-digital{color:var(--text-1);font-size:2em;font-family:var(--ff-secondary);line-height:1.15;font-weight:400;margin-bottom:10px}.vtex-rich-text-0-x-paragraph--label-gift-digital{margin-top:0;font-size:18px;font-family:var(--ff-secondary);font-weight:300}.vtex-rich-text-0-x-link--label-gift-digital{text-decoration:none;color:var(--white);background-color:var(--bg-color-5);border-color:var(--bg-color-5);border-radius:6px;padding:13px 35px;margin-top:10px;display:inline-block}.vtex-rich-text-0-x-link--label-gift-digital:hover{background-color:var(--bg-color-6);border-color:var(--bg-color-6)}.vtex-rich-text-0-x-paragraph--label-category{color:var(--text-2);font-size:15px;font-weight:600;text-transform:uppercase;font-family:'Lato',sans-serif;margin:0;padding:0}.vtex-rich-text-0-x-paragraph--show-more{color:var(--text-3);font-weight:bolder;text-transform:initial;margin-top:5px;display:inline-block;text-decoration:none}@media screen and (min-width:64em){.vtex-rich-text-0-x-container--description-vitrine{max-width:1110px;margin:0 auto 10px auto}.vtex-rich-text-0-x-headingLevel3--label-gift-digital{text-align:right}.vtex-rich-text-0-x-paragraph--label-gift-digital{text-align:right}.vtex-rich-text-0-x-paragraph--title-adt{font-size:40px;margin:3rem 0 4rem 0}.vtex-rich-text-0-x-paragraph--label-adt{font-size:17px}}
.vtex-slider-layout-0-x-sliderLeftArrow--vitrine-landing{left:-5px;margin:0;padding:0}.vtex-slider-layout-0-x-sliderRightArrow--vitrine-landing{right:-10px!important;margin:0;padding:0}@media screen and (min-width:64em){.vtex-slider-layout-0-x-sliderTrack--vitrine-landing{gap:0 15px}.vtex-slider-layout-0-x-sliderLeftArrow--vitrine-landing{left:-15px}.vtex-slider-layout-0-x-sliderRightArrow--vitrine-landing{right:-25px!important}.vtex-slider-layout-0-x-sliderTrack--slider-main{gap:0 18px}}
.vtex-store-components-3-x-imageElement--banner-sale{background-color:var(--bg-color-4)}.vtex-store-components-3-x-imageElement--banner-category{background-color:var(--white)}@media screen and (min-width:40em) and (max-width:63em){.vtex-store-components-3-x-imageElement--banner-adt{width:175px!important}}@media screen and (min-width:64em){.vtex-store-components-3-x-imageElement--banner-adt{width:316px!important;max-width:316px!important;object-fit:cover;object-position:center center;height:437px}}
.vtex-store-link-0-x-buttonLink--bonus-gift{width:80%;display:flex;margin:15px auto;background-color:var(--bg-color-2)}.vtex-store-link-0-x-label--show-all{font-size:14px;font-weight:400;line-height:34px;letter-spacing:0.005em;color:var(--white);background-color:var(--bg-color-5);border-radius:6px;padding:5px 20px}.vtex-store-link-0-x-link--bonus-gift{background-color:var(--bg-color-2);border-color:var(--bg-color-2);border-radius:6px}.vtex-store-link-0-x-link--bonus-gift:hover{background-color:var(--bg-color-2);border-color:var(--bg-color-2)}.vtex-store-link-0-x-label--show-all:hover{background-color:var(--bg-color-6);border-color:var(--bg-color-6)}.vtex-store-link-0-x-link--show-all{text-decoration:none}.vtex-store-link-0-x-link--link-adt-1,.vtex-store-link-0-x-link--link-adt-2,.vtex-store-link-0-x-link--link-adt-3,.vtex-store-link-0-x-link--link-adt-4{position:absolute;bottom:7%;left:20%;text-decoration:none;padding:10px 60px;background:#272727;border-radius:5px;visibility:hidden;transition:.1s .1s all linear}.vtex-store-link-0-x-label--link-adt-1,.vtex-store-link-0-x-label--link-adt-2,.vtex-store-link-0-x-label--link-adt-3,.vtex-store-link-0-x-label--link-adt-4{font-size:18px;color:var(--white);font-weight:600}.vtex-store-link-0-x-link--show-all{width:max-content!important}@media screen and (min-width:64em){.vtex-store-link-0-x-link--show-all{margin-top:15px;font-size:22px}.vtex-store-link-0-x-buttonLink--bonus-gift{width:310px}.vtex-store-link-0-x-buttonLink--bonus-gift:hover{background-color:var(--bg-color-2)}}
.vtex-store-media-0-x-videoContainer--wrapped-media{border-style:none}
.bosico-text-banners-categories-0-x-sliderLayoutContainer--sale,.bosico-text-banners-categories-0-x-sliderLayoutContainer--banner-sale{padding:0!important}.bosico-text-banners-categories-0-x-slide--sale--hidden{display:none}.bosico-text-banners-categories-0-x-sliderTrackContainer--sale{justify-content:center}.bosico-text-banners-categories-0-x-link-category--sale{text-decoration:none;width:100%}.bosico-text-banners-categories-0-x-img-highlight-category--sale{width:100%}.bosico-text-banners-categories-0-x-text-highlight-category--sale{color:var(--primary);text-shadow:0rem 0.125rem 0.250rem rgba(255,255,255,0.25);font-size:1rem;font-style:normal;font-weight:500;line-height:normal}.bosico-text-banners-categories-0-x-sliderArrows--sale{background-color:var(--primary)!important;border-radius:3.125rem;width:2rem;height:2rem}.bosico-text-banners-categories-0-x-caretIcon--sale{color:var(--white)}.bosico-text-banners-categories-0-x-paginationDotsContainer--sale{margin-bottom:-0.563rem}.bosico-text-banners-categories-0-x-paginationDot--sale--isActive{background-color:var(--primary);width:1.688rem!important;height:0.688rem!important;border-radius:3.125rem}
.vtex-flex-layout-0-x-flexRow--categories-sale{margin:0.938rem 0 2.5rem 0}.vtex-flex-layout-0-x-flexCol--offers-links{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px}.vtex-flex-layout-0-x-flexRow--offers-text-container{margin-bottom:40px}@media screen and (min-width:64em){.vtex-flex-layout-0-x-flexRow--categories-sale{margin:1.563rem 0 3.25rem 0}}@media screen and (max-width:40em){.vtex-flex-layout-0-x-flexCol--offers-links{flex-wrap:wrap;margin-top:20px}}
.vtex-rich-text-0-x-heading--offers-title{font-size:40px;font-weight:800;margin:20px 0 20px}.vtex-rich-text-0-x-container--offers-description,.vtex-rich-text-0-x-wrapper--offers-description{width:100%}.vtex-rich-text-0-x-heading--offers-description{font-size:22px;font-weight:normal;margin:0 0 45px;padding-bottom:30px;border-bottom:1px solid var(--content)}
.bosico-image-custom-0-x-image--category-highlight-image-blackdays{min-width:155px;min-height:147px}.bosico-image-custom-0-x-image--promotional-cyberdays-blackday{height:25px}@media screen and (min-width:40rem) and (max-width:64rem){.bosico-image-custom-0-x-image--category-highlight-image-blackdays{max-width:168px;max-height:177px}}@media screen and (min-width:64.1rem){.bosico-image-custom-0-x-image--category-highlight-image-blackdays{min-width:168px;min-height:177px}.bosico-image-custom-0-x-image--promotional-cyberdays-blackday{height:50px}}@media screen and (min-width:120rem){.bosico-image-custom-0-x-image--category-highlight-image-blackdays{max-width:280px;min-height:260px}}@media screen and (min-width:120rem){.vtex-flex-layout-0-x-flexRowContent--container-highlight-great-offers .bosico-image-custom-0-x-image--category-highlight-image-blackdays{max-width:100%!important}}
.vtex-flex-layout-0-x-flexCol--two-banner{margin-top:0.75rem}.vtex-flex-layout-0-x-flexCol--highlight-cyberdays-blackdays-colum-1{padding:0 17.5px;margin-top:12px}.vtex-flex-layout-0-x-flexRowContent--container-categories-highlight-cyberdays-blackdays{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.vtex-flex-layout-0-x-flexRow--container-categories-highlight-cyberdays-blackdays{margin:16px 0 17px -1px;position:relative}.vtex-flex-layout-0-x-flexRow--cyberdays-blackdays-banner{height:25px;background-color:black;margin-top:0.7rem}.vtex-flex-layout-0-x-flexCol--two-banner{margin-top:0px}@media screen and (max-width:63.9rem){.vtex-flex-layout-0-x-flexRow--container-categories-highlight-cyberdays-blackdays::before{content:"";position:absolute;bottom:-16px;left:4%;width:92%;right:4%;height:2px;background-color:#D8D8DC}}@media screen and (min-width:40rem){.vtex-flex-layout-0-x-flexRowContent--container-categories-highlight-cyberdays-blackdays{grid-template-columns:repeat(4,1fr)}.vtex-flex-layout-0-x-flexRowContent--main-highlight-cyberdays-blackdays{flex-direction:column;margin:0.5rem 0;padding:0 1rem}.vtex-flex-layout-0-x-flexRowContent--main-highlight-cyberdays-blackdays >div{width:100%!important}.vtex-flex-layout-0-x-flexRowContent--main-highlight-cyberdays-blackdays >div:last-child{margin-left:1rem;margin-top:0.3rem;width:97%!important}.vtex-flex-layout-0-x-flexRow--container-categories-highlight-cyberdays-blackdays{margin:16px 0 17px 0px;position:relative}.vtex-flex-layout-0-x-flexRow--container-categories-highlight-cyberdays-blackdays::before{left:0;width:96%;right:0}}@media (width:64rem){.vtex-flex-layout-0-x-flexRowContent--main-highlight-cyberdays-blackdays{padding:0!important}.vtex-flex-layout-0-x-flexRowContent--main-highlight-cyberdays-blackdays >div:first-child{width:40%!important}.vtex-flex-layout-0-x-flexRowContent--main-highlight-cyberdays-blackdays >div:last-child{width:63%!important}.vtex-flex-layout-0-x-flexCol--highlight-cyberdays-blackdays-colum-1 >div:first-child{display:flex;align-items:center}.vtex-flex-layout-0-x-flexRowContent--main-highlight-cyberdays-blackdays::before{bottom:-16px!important;width:97%!important;left:1.5%!important;right:1%!important}.vtex-flex-layout-0-x-flexRow--container-categories-highlight-cyberdays-blackdays{margin:0px}.vtex-flex-layout-0-x-flexRow--cyberdays-blackdays-banner{height:38px!important}}@media screen and (min-width:64rem){.vtex-flex-layout-0-x-flexRowContent--main-highlight-cyberdays-blackdays{padding:0 32px;flex-direction:row}.vtex-flex-layout-0-x-flexRowContent--main-highlight-cyberdays-blackdays >div:first-child{width:29%!important}.vtex-flex-layout-0-x-flexRow--main-highlight-cyberdays-blackdays{max-width:1280px;margin:0 auto}.vtex-flex-layout-0-x-flexRowContent--main-highlight-cyberdays-blackdays{margin:0 auto 24px;justify-content:center;gap:32px}.vtex-flex-layout-0-x-flexCol--highlight-cyberdays-blackdays-colum-1{padding:0px;margin-top:0}.vtex-flex-layout-0-x-flexCol--highlight-cyberdays-blackdays-colum-1 >div:first-child{display:flex;align-items:center}.vtex-flex-layout-0-x-flexRowContent--main-highlight-cyberdays-blackdays::before{content:"";position:absolute;bottom:-2px;left:7.5%;width:85%;right:7.5%;height:2px;background-color:#D8D8DC}.vtex-flex-layout-0-x-flexRowContent--main-highlight-cyberdays-blackdays{position:relative}.vtex-flex-layout-0-x-flexRow--container-categories-highlight-cyberdays-blackdays{margin:0px}.vtex-flex-layout-0-x-flexRow--cyberdays-blackdays-banner{height:47px}}@media screen and (min-width:64.1rem){.vtex-flex-layout-0-x-flexRowContent--main-highlight-cyberdays-blackdays >div:last-child{width:58%!important}.vtex-flex-layout-0-x-flexRowContent--main-highlight-cyberdays-blackdays >div:last-child{margin-bottom:24px}.vtex-flex-layout-0-x-flexRowContent--main-highlight-cyberdays-blackdays{margin:24px 0}}@media screen and (min-width:84rem){.vtex-flex-layout-0-x-flexRowContent--container-categories-highlight-cyberdays-blackdays >div{width:auto!important}.vtex-flex-layout-0-x-flexRow--cyberdays-blackdays-banner{height:55px}}@media screen and (min-width:90rem){.vtex-flex-layout-0-x-flexRow--main-highlight-cyberdays-blackdays{max-width:1440px;margin:0 auto}.vtex-flex-layout-0-x-flexRowContent--main-highlight-cyberdays-blackdays::before{left:6%;width:88%;right:6%}}@media screen and (min-width:120rem){.vtex-flex-layout-0-x-flexRow--main-highlight-cyberdays-blackdays{max-width:1500px;margin:0 auto}.vtex-flex-layout-0-x-flexRowContent--main-highlight-cyberdays-blackdays >div:last-child{width:100%!important}.vtex-flex-layout-0-x-flexRowContent--main-highlight-cyberdays-blackdays::before{bottom:-2px;left:1.5%;width:97%;right:1.5%}.vtex-flex-layout-0-x-flexRow--cyberdays-blackdays-banner{min-height:70px}}
.vtex-rich-text-0-x-headingLevel1--highlight-cyberdays-blackdays{font-size:18px;font-weight:300;line-height:24px;margin:0;color:var(--title-secondary)}.vtex-rich-text-0-x-paragraph--highlight-cyberdays-blackdays{font-size:12px;font-weight:400;line-height:18px;letter-spacing:0.005em;margin:7px 0 0 0;color:var(--text-secondary)}@media screen and (min-width:40em){.vtex-rich-text-0-x-headingLevel1--highlight-cyberdays-blackdays{font-size:29px;line-height:16px}.vtex-rich-text-0-x-paragraph--highlight-cyberdays-blackdays{font-size:16px;line-height:23px}.vtex-rich-text-0-x-paragraph--highlight-cyberdays-blackdays{margin-top:12px}}@media (width:64rem){.vtex-rich-text-0-x-headingLevel1--highlight-cyberdays-blackdays{line-height:26px!important}.vtex-rich-text-0-x-paragraph--highlight-cyberdays-blackdays{line-height:16px!important}}@media screen and (min-width:64.1rem){.vtex-rich-text-0-x-headingLevel1--highlight-cyberdays-blackdays{font-size:29px;line-height:34px}.vtex-rich-text-0-x-paragraph--highlight-cyberdays-blackdays{font-size:16px;line-height:23px}.vtex-rich-text-0-x-paragraph--highlight-cyberdays-blackdays{margin-top:24px}}
.vtex-flex-layout-0-x-flexRow--product-page-quantity-addToCart{margin-top:10px}.vtex-flex-layout-0-x-flexRowContent--product-page-quantity-addToCart .vtex-button{display:none}.vtex-flex-layout-0-x-flexRowContent--product-page-container-button-add-to-cart-mobile{bottom:0;position:fixed;left:0;z-index:10;padding:0 10px 7px}.vtex-flex-layout-0-x-flexRowContent--product-page-container-button-add-to-cart-mobile .vtex-button{align-items:center;background-color:#ad0000;box-sizing:border-box;border:none;display:flex;justify-content:center;height:60px;margin-bottom:0.4rem}.vtex-flex-layout-0-x-flexRowContent--product-page-container-button-add-to-cart-mobile .vtex-button__label{text-align:center;font-size:18px;letter-spacing:0.36px;padding-inline:0px;padding-top:0!important;padding-bottom:0!important;text-transform:uppercase;color:var(--white);font-family:var(--ff-secondary);font-style:normal;font-weight:400;line-height:20px}@media (min-width:40rem){.vtex-flex-layout-0-x-flexRowContent--product-page-quantity-addToCart .vtex-button{border-radius:0px;height:38px;width:218px}}@media (min-width:64rem){.vtex-flex-layout-0-x-flexRowContent--product-page-container-button-add-to-cart-mobile{display:none}.vtex-flex-layout-0-x-flexRow--product-page-quantity-addToCart{margin-top:15px}.vtex-flex-layout-0-x-flexRowContent--product-page-quantity-addToCart .vtex-button{align-items:center;background-color:#ad0000;box-sizing:border-box;border:none;border-radius:0%;display:flex;justify-content:center;height:44px;width:312px}.vtex-flex-layout-0-x-flexRowContent--product-page-quantity-addToCart .vtex-button:hover{background-color:#820101}.vtex-flex-layout-0-x-flexRowContent--product-page-quantity-addToCart .vtex-button .vtex-button__label{font-weight:600}.vtex-flex-layout-0-x-flexRowContent--product-page-quantity-addToCart .vtex-button__label{font-size:18px}}
.vtex-store-components-3-x-productImageTag{background-color:#f1f1f1;max-height:90svh}.vtex-store-components-3-x-productImageTag--main:hover{cursor:zoom-in}.vtex-store-components-3-x-carouselGaleryThumbs--product-page-image-mobile{display:block;margin-top:3px}.vtex-store-components-3-x-carouselGaleryThumbs--product-page-image-mobile [class="swiper-wrapper"]{gap:1.2px}.vtex-store-components-3-x-productImagesThumb--product-page-image-mobile{height:auto!important;margin-bottom:0}.vtex-store-components-3-x-carouselThumbBorder--product-page-image-mobile{display:none}.vtex-store-components-3-x-productImagesContainer--product-page-image-desktop--list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.vtex-store-components-3-x-productImage--product-page-image-desktop,.vtex-store-components-3-x-productImage--product-page-image-desktop > div{overflow:hidden}.vtex-store-components-3-x-swiperCaretNext--product-page-image-mobile::before{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M9.5 5.70142L15.7929 11.9943C16.1834 12.3848 16.1834 13.018 15.7929 13.4085L9.5 19.7014" stroke="%23383838" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.vtex-store-components-3-x-caretIcon--product-page-image-mobile{display:none}.vtex-store-components-3-x-swiperCaretPrev--product-page-image-mobile::before{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M15.5 19.7014L9.20711 13.4085C8.81658 13.018 8.81658 12.3848 9.20711 11.9943L15.5 5.70142" stroke="%23383838" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.vtex-store-components-3-x-caretIcon--product-page-image-mobile{display:none}.vtex-store-components-3-x-thumbImg{background:#f1f1f1}.vtex-store-components-3-x-highQualityProductImageImgElement{max-height:90svh}.vtex-store-components-3-x-highQualityContainer::after{content:'Para salir de esta imagen, haz clic fuera del recuadro.';bottom:10px;position:absolute;text-align:center;left:50%;transform:translateX(-50%);font-size:13px;color:var(--title);width:95%;padding:0 10px}@media (min-width:40rem){.vtex-store-components-3-x-carouselGaleryThumbs--product-page-image-mobile{width:50%;margin:0 auto;height:85px}.vtex-store-components-3-x-productImagesGallerySlide--product-page-image-mobile{flex:0 0 50%}.vtex-store-components-3-x-swiperCaretNext--product-page-image-mobile,.vtex-store-components-3-x-swiperCaretPrev--product-page-image-mobile{display:none}}
.vtex-disclosure-layout-1-x-trigger--product-page-trigger-disclosure{background-color:transparent;border:none;border-radius:0;height:40px;margin:0;padding:0;width:100%;outline:none}.vtex-disclosure-layout-1-x-trigger--product-page-trigger-disclosure--visible{border-bottom:none}.vtex-disclosure-layout-1-x-trigger--product-page-trigger-disclosure--hidden{border-bottom:1px solid #D8D8DC}.vtex-rich-text-0-x-container--product-page-title-trigger-disclosure{align-items:center;display:flex;justify-content:space-between;padding-right:5px}.vtex-disclosure-layout-1-x-trigger--product-page-trigger-disclosure--visible .vtex-rich-text-0-x-container--product-page-title-trigger-disclosure::after{transform:rotate(180deg)}.vtex-rich-text-0-x-container--product-page-title-trigger-disclosure::after{content:url(https://bosico.vtexassets.com/assets/vtex/assets-builder/bosico.store/3.0.93/pdp/arrow-down___bafa3855a2cc15a72014d8959ad0e86b.svg)}.vtex-disclosure-layout-1-x-trigger--product-page-trigger-disclosure .vtex-rich-text-0-x-paragraph--product-page-title-trigger-disclosure{color:var(--primary);font-family:var(--ff-primary)!important;font-size:16px;font-style:normal;font-weight:300;line-height:25px;margin:0}.vtex-disclosure-layout-1-x-content--product-page-content-disclosure--visible{padding-block:5px}.vtex-disclosure-layout-1-x-content--product-page-content-disclosure .vtex-store-components-3-x-showMoreButton{background-color:transparent;color:var(--content);font-family:var(--ff-primary);font-size:12px;font-style:normal;font-weight:800;line-height:15px;text-transform:initial;align-items:center;border:none;display:flex;margin:0 auto;padding:0}.vtex-store-components-3-x-productDescriptionText p{margin:0;font-family:var(--ff-primary)!important}.vtex-store-components-3-x-productDescriptionText .vtex-store-components-3-x-container{padding:0}
.vtex-flex-layout-0-x-flexRowContent--product-page-details-summary-price{justify-content:start;margin-top:7px}
.vtex-flex-layout-0-x-flexColChild--product-page-container-disclosure{margin-top:10px}
.vtex-product-price-1-x-listPrice--product-page,.vtex-product-price-1-x-listPrice--product-page .vtex-product-price-1-x-currencyContainer--product-page{color:var(--disabled);font-family:var(--ff-primary);font-size:20px;font-style:normal;font-weight:300;line-height:25px;text-transform:uppercase;display:flex;align-items:center}.vtex-product-price-1-x-sellingPriceValue--product-page .vtex-product-price-1-x-currencyContainer--product-page{color:var(--primary);font-family:var(--ff-primary);font-size:20px;font-style:normal;font-weight:600;line-height:25px;text-transform:uppercase}.vtex-product-price-1-x-listPrice--product-page,.vtex-product-price-1-x-sellingPriceValue--product-page{margin-right:12px}.vtex-product-price-1-x-savings--product-page{background-color:var(--primary-bosi);max-height:28px;display:flex;align-items:center;justify-content:start;padding-left:5px;color:var(--white);text-align:center;font-family:var(--ff-secondary);font-size:14.838px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize;border-radius:0}@media (min-width:64rem){.vtex-product-price-1-x-listPrice--product-page .vtex-product-price-1-x-currencyContainer--product-page,.vtex-product-price-1-x-sellingPriceValue--product-page .vtex-product-price-1-x-currencyContainer--product-page{font-size:18px}}.vtex-product-price-1-x-currencyDecimal,.vtex-product-price-1-x-currencyFraction{display:none}
.vtex-modal-layout-0-x-paper--purchase-policies-layout{max-width:715px;padding:0 20px;width:calc(100% - 40px);border:0}.vtex-modal-layout-0-x-headerContainer--purchase-delivery{border:0}
.vtex-rich-text-0-x-paragraph--purchase-policies-trigger{display:flex;align-items:center;gap:10px;margin:0;margin-top:10px;line-height:1.3;color:var(--primary);text-decoration:underline;cursor:pointer;font-size:14px;font-weight:700}.vtex-rich-text-0-x-paragraph--purchase-policies-trigger img{width:23px;height:auto;object-fit:contain}.vtex-rich-text-0-x-paragraph--purchase-policies-content,.vtex-rich-text-0-x-link--purchase-policies-content{line-height:1.3;color:var(--primary)}@media screen and (max-width:65em){.vtex-rich-text-0-x-wrapper--purchase-policies-content{width:calc(100% - 40px)}}
.bosico-product-stock-0-x-stockMessage span{color:#ad0000;font-size:14px;line-height:2.5;display:block;font-weight:700}.bosico-product-stock-0-x-stockMessage{margin-top:17px}
.vtex-flex-layout-0-x-flexRowContent--product-page-quantity-addToCar{align-items:center}.vtex-flex-layout-0-x-flexRowContent--product-page-quantity-addToCar .vtex-flex-layout-0-x-stretchChildrenWidth{align-items:center;max-height:38px}.vtex-flex-layout-0-x-flexRowContent--product-page-quantity-addToCart{justify-content:flex-start}.vtex-flex-layout-0-x-flexRowContent--product-page-quantity-addToCart .vtex-product-quantity-1-x-quantitySelectorContainer{gap:8px}.vtex-flex-layout-0-x-flexRowContent--product-page-quantity-addToCart .vtex-product-quantity-1-x-quantitySelectorContainer{display:flex;flex-direction:row;align-items:center;margin:0 15px 0 0}.vtex-flex-layout-0-x-flexRowContent--product-page-quantity-addToCart .vtex-product-quantity-1-x-quantitySelectorTitle{color:var(--primary);font-family:var(--ff-primary);font-size:16px;font-style:normal;font-weight:600;line-height:20px;margin:0%}.vtex-flex-layout-0-x-flexRowContent--product-page-quantity-addToCart .vtex-product-quantity-1-x-quantitySelectorTitle::after{content:":"}.vtex-flex-layout-0-x-flexRowContent--product-page-quantity-addToCart .vtex-numeric-stepper-container{border:none;height:22px;width:73px}.vtex-flex-layout-0-x-flexRowContent--product-page-quantity-addToCart .vtex-numeric-stepper__input{color:var(--primary);border:none;text-align:center;font-size:15px;font-style:normal;font-weight:600;line-height:22.867px;letter-spacing:0.1px;width:22px;height:22px}.vtex-flex-layout-0-x-flexRowContent--product-page-quantity-addToCart .vtex-numeric-stepper__minus-button,.vtex-flex-layout-0-x-flexRowContent--product-page-quantity-addToCart .vtex-numeric-stepper__plus-button{background-color:var(--white);border:none;width:27px!important;height:100%}.vtex-flex-layout-0-x-flexRowContent--product-page-quantity-addToCart .vtex-numeric-stepper__minus-button::after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23" fill="none"><rect width="21.558" height="21.558" transform="translate(0.489502 0.526276)" fill="white"/><path d="M7.67554 11.3052H14.8615" stroke="%23AEAEB2" stroke-width="1.7965" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.vtex-flex-layout-0-x-flexRowContent--product-page-quantity-addToCart .vtex-numeric-stepper__plus-button::after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="23" viewBox="0 0 22 23" fill="none"><rect width="21.558" height="21.558" transform="translate(0.321289 0.526276)" fill="white"/><path d="M11.1003 7.71222V14.8982" stroke="%23AEAEB2" stroke-width="1.7965" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.50732 11.3052H14.6933" stroke="%23AEAEB2" stroke-width="1.7965" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.vtex-flex-layout-0-x-flexRowContent--product-page-quantity-addToCart .vtex-numeric-stepper__minus-button__text,.vtex-flex-layout-0-x-flexRowContent--product-page-quantity-addToCart .vtex-numeric-stepper__plus-button__text{font-size:0px}@media (min-width:40rem){.vtex-flex-layout-0-x-flexRowContent--product-page-quantity-addToCart .vtex-product-quantity-1-x-quantitySelectorTitle{font-size:14px}}@media (min-width:64rem){.vtex-flex-layout-0-x-flexRowContent--product-page-quantity-addToCart .vtex-numeric-stepper__input{font-size:20px}}
.vtex-flex-layout-0-x-flexRowContent--product-page-wishList-share{gap:8px;align-items:center}
.vtex-modal-layout-0-x-paper--product-page-conatiner-share{align-items:center;background-color:var(--white);justify-content:center;height:127px;width:316px}.vtex-modal-layout-0-x-paper--product-page-conatiner-share .vtex-store-components-3-x-shareLabel{color:var(--primary);font-family:var(--ff-primary);font-size:0px;font-style:normal;font-weight:400;line-height:25px;margin:0}.vtex-modal-layout-0-x-paper--product-page-conatiner-share .vtex-store-components-3-x-shareLabel::after{content:"Compartir:";font-size:20px}.vtex-modal-layout-0-x-paper--product-page-conatiner-share .vtex-store-components-3-x-shareContainer{display:flex;flex-direction:column;align-items:center;gap:27px}.vtex-modal-layout-0-x-paper--product-page-conatiner-share .vtex-store-components-3-x-shareButtons{gap:53px}
.vtex-store-components-3-x-shareSocialButton--facebook::after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="32" viewBox="0 0 33 32" fill="none"><ellipse cx="16.2896" cy="16" rx="14.2534" ry="14" fill="%23383838"/><path d="M21.5976 20.2816L22.2308 16.3301H18.27V13.767C18.27 12.6857 18.8223 11.6311 20.5963 11.6311H22.3982V8.26699C22.3982 8.26699 20.7636 8 19.2016 8C15.9382 8 13.8071 9.89294 13.8071 13.3184V16.3301H10.181V20.2816H13.8071V29.8345C14.5351 29.944 15.2799 30 16.0385 30C16.7972 30 17.542 29.944 18.27 29.8345V20.2816H21.5976Z" fill="white"/></svg>')}.vtex-store-components-3-x-shareSocialButton--twitter::after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="34" height="32" viewBox="0 0 34 32" fill="none"><path d="M12.5813 28C9.28775 28 6.2176 27.0591 3.63348 25.4356C5.82748 25.5751 9.69939 25.2411 12.1077 22.9848C8.48481 22.8215 6.85095 20.0923 6.63783 18.926C6.94566 19.0426 8.41377 19.1826 9.24254 18.856C5.07501 17.8296 4.43567 14.2373 4.57775 13.141C5.35916 13.6775 6.68519 13.8641 7.20613 13.8174C3.32275 11.0882 4.71982 6.98276 5.40652 6.09635C8.19337 9.88867 12.37 12.0186 17.537 12.137C17.4396 11.7174 17.3882 11.2804 17.3882 10.8316C17.3882 7.61092 20.0385 5 23.3079 5C25.0162 5 26.5554 5.71275 27.6359 6.85284C28.7774 6.59011 30.4953 5.97507 31.3352 5.4432C30.9119 6.93611 29.5939 8.18149 28.7967 8.64308C28.7902 8.62731 28.8034 8.65878 28.7967 8.64308C29.497 8.53904 31.3918 8.18137 32.1403 7.68256C31.7701 8.52125 30.3728 9.91573 29.2262 10.6964C29.4395 19.9381 22.2408 28 12.5813 28Z" fill="%23383838"/></svg>')}.vtex-store-components-3-x-shareSocialButton--whatsapp::after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="32" viewBox="0 0 33 32" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.448 31C24.3199 31 30.7014 24.732 30.7014 17C30.7014 9.26801 24.3199 3 16.448 3C8.57604 3 2.19458 9.26801 2.19458 17C2.19458 19.5109 2.86754 21.8674 4.04597 23.905L2.19458 31L9.64184 29.3038C11.6643 30.3854 13.9831 31 16.448 31ZM16.448 28.8462C23.1088 28.8462 28.5085 23.5425 28.5085 17C28.5085 10.4576 23.1088 5.15385 16.448 5.15385C9.78711 5.15385 4.38741 10.4576 4.38741 17C4.38741 19.5261 5.19238 21.8675 6.5641 23.7902L5.48382 27.7692L9.60627 26.7569C11.5503 28.0746 13.9074 28.8462 16.448 28.8462Z" fill="white"/><path d="M28.6652 16C28.6652 22.6274 23.1953 28 16.448 28C13.8744 28 11.4867 27.2184 9.51741 25.8837L5.34143 26.9091L6.43573 22.8784C5.04619 20.9307 4.23077 18.5589 4.23077 16C4.23077 9.37258 9.7006 4 16.448 4C23.1953 4 28.6652 9.37258 28.6652 16Z" fill="%23383838"/><path fill-rule="evenodd" clip-rule="evenodd" d="M16.448 30C24.3199 30 30.7014 23.732 30.7014 16C30.7014 8.26801 24.3199 2 16.448 2C8.57604 2 2.19458 8.26801 2.19458 16C2.19458 18.5109 2.86754 20.8674 4.04597 22.905L2.19458 30L9.64184 28.3038C11.6643 29.3854 13.9831 30 16.448 30ZM16.448 27.8462C23.1088 27.8462 28.5085 22.5425 28.5085 16C28.5085 9.45755 23.1088 4.15385 16.448 4.15385C9.78711 4.15385 4.38741 9.45755 4.38741 16C4.38741 18.5261 5.19238 20.8675 6.5641 22.7902L5.48382 26.7692L9.60627 25.7569C11.5503 27.0746 13.9074 27.8462 16.448 27.8462Z" fill="white"/><path d="M12.8847 9.49989C12.5458 8.83131 12.0259 8.8905 11.5007 8.8905C10.5621 8.8905 9.09857 9.99478 9.09857 12.05C9.09857 13.7343 9.8542 15.578 12.4004 18.3361C14.8577 20.9979 18.0865 22.3748 20.767 22.3279C23.4474 22.2811 23.9989 20.0154 23.9989 19.2503C23.9989 18.9112 23.7847 18.742 23.6371 18.696C22.7236 18.2654 21.0389 17.4631 20.6556 17.3124C20.2723 17.1617 20.0721 17.3656 19.9477 17.4765C19.6001 17.8018 18.911 18.7608 18.6751 18.9765C18.4391 19.1922 18.0874 19.083 17.941 19.0015C17.4024 18.7892 15.9419 18.1511 14.7778 17.0426C13.338 15.6718 13.2535 15.2001 12.9823 14.7803C12.7653 14.4444 12.9245 14.2384 13.004 14.1483C13.3142 13.7968 13.7425 13.254 13.9346 12.9843C14.1267 12.7145 13.9742 12.305 13.8827 12.05C13.4891 10.953 13.1558 10.0347 12.8847 9.49989Z" fill="white"/></svg>')}.vtex-store-components-3-x-shareSocialIcon--facebook,.vtex-store-components-3-x-shareSocialIcon--twitter,.vtex-store-components-3-x-shareSocialIcon--whatsapp{display:none}.vtex-store-components-3-x-logoContainer--product-page-share{padding:0;cursor:pointer;display:flex;min-width:auto}.vtex-store-components-3-x-sizeMobile{min-width:24px}
.vtex-reviews-and-ratings-3-x-container{padding:0 5px}.vtex-reviews-and-ratings-3-x-reviewsHeading,.vtex-reviews-and-ratings-3-x-reviewVerifiedPurchase{display:none}.vtex-reviews-and-ratings-3-x-loginLink,.vtex-reviews-and-ratings-3-x-loginLink:hover{color:var(--primary);font-family:var(--ff-primary);font-size:15px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:0.15px}.vtex-reviews-and-ratings-3-x-summaryContainer{display:flex;align-items:center;gap:8px}.vtex-flex-layout-0-x-flexColChild--product-page-container-details-summary .vtex-reviews-and-ratings-3-x-summaryContainer{margin-bottom:10px}.vtex-reviews-and-ratings-3-x-summaryTotalReviews{color:var(--static-content-menu-font-color);font-family:var(--ff-primary);font-size:12px;font-style:normal;font-weight:400;line-height:15px}.vtex-flex-layout-0-x-flexCol--product-page-container-details-summary .vtex-reviews-and-ratings-3-x-summaryTotalReviews{display:none}.vtex-reviews-and-ratings-3-x-summaryButtonContainer .vtex-button{border:none;background:transparent;min-height:auto}.vtex-reviews-and-ratings-3-x-summaryButtonContainer .vtex-button .vtex-button__label{color:var(--static-content-menu-font-color);font-family:var(--ff-primary);font-size:0px;font-style:normal;font-weight:400;line-height:15px;text-decoration-line:underline;padding-top:0!important;padding-bottom:0!important;padding-left:0!important;padding-right:0!important;text-transform:initial}.vtex-reviews-and-ratings-3-x-summaryButtonContainer .vtex-button .vtex-button__label::after{content:"Ver comentarios";font-size:12px}.vtex-reviews-and-ratings-3-x-summaryButtonContainer .vtex-reviews-and-ratings-3-x-loginLink{display:none}@media (min-width:64rem){.vtex-reviews-and-ratings-3-x-summaryContainer{margin:0}}
.bosico-size-guide-0-x-button_modal_toggle_content .vtex-button{background-color:var(--static-content-borders-color);border:1px solid var(--static-content-menu-font-color);align-items:center;display:flex;justify-content:center;height:25px;width:86px;min-height:auto}.bosico-size-guide-0-x-button_modal_toggle_content{display:flex;align-items:center;gap:8px}.bosico-size-guide-0-x-button_modal_toggle_content .vtex-button .vtex-button__label{padding:0;height:25px}.bosico-size-guide-0-x-label_button_modal_toggle{color:var(--primary);font-family:var(--ff-primary);font-size:12px;font-style:normal;font-weight:400;line-height:14px;letter-spacing:0.06px;text-decoration:underline;text-transform:initial}
.vtex-flex-layout-0-x-flexRowContent--prduct-page-size-guide{align-items:center;gap:8px;justify-content:start;margin-top:12px}
.vtex-rich-text-0-x-paragraph--prduct-page-size-guide{color:var(--content);font-family:var(--ff-primary);font-size:14px;font-style:normal;font-weight:400;line-height:1;margin:0;align-items:center;display:flex;gap:8px}.vtex-rich-text-0-x-paragraph--prduct-page-size-guide::before{margin-left:-5px;content:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.5 11.8556V16.8556M12.5 8.85556H12.51M21.5 12.8556C21.5 17.8261 17.4706 21.8556 12.5 21.8556C7.52944 21.8556 3.5 17.8261 3.5 12.8556C3.5 7.885 7.52944 3.85556 12.5 3.85556C17.4706 3.85556 21.5 7.885 21.5 12.8556Z" stroke="%23AEAEB2" stroke-width="1.5" stroke-linecap="round"/></svg>')}
.vtex-flex-layout-0-x-flexRow--product-page-sku-selector-size .vtex-store-components-3-x-skuSelectorItem{min-width:23.171px;height:23.171px}
.vtex-rich-text-0-x-paragraph--select-variation{margin:10px 0;line-height:1.3;color:var(--primary)}
.vtex-product-specifications-1-x-specificationValue{color:#6C6C70}
.vtex-flex-layout-0-x-flexRow--recommended-products{margin-bottom:30px}
.vtex-tab-layout-0-x-container--product-page-recomendation-tab{align-items:center;display:flex;flex-direction:column;gap:24px}.vtex-tab-layout-0-x-container--product-page-recomendation-tab .vtex-tab-layout-0-x-listItem{margin:0;padding:0 15px;border-bottom:1px solid var(--static-content-menu-font-color)}.vtex-tab-layout-0-x-container--product-page-recomendation-tab .vtex-tab-layout-0-x-listItem .vtex-button{align-items:center;display:flex;background-color:transparent;border:none;min-height:auto}.vtex-tab-layout-0-x-container--product-page-recomendation-tab .vtex-tab-layout-0-x-listItem .vtex-button__label{padding-top:0!important;padding-bottom:0!important;padding-left:0!important;padding-right:0!important;color:var(--static-content-menu-font-color);text-align:center;font-family:var(--ff-primary);font-size:18px;font-style:normal;font-weight:300;line-height:24px;text-transform:initial}.vtex-tab-layout-0-x-container--product-page-recomendation-tab .vtex-tab-layout-0-x-listItemActive{border-bottom:2px solid var(--primary)}.vtex-tab-layout-0-x-container--product-page-recomendation-tab .vtex-tab-layout-0-x-listItemActive .vtex-button__label{color:var(--primary);font-weight:600}@media (min-width:64rem){.vtex-tab-layout-0-x-container--product-page-recomendation-tab{gap:43px}.vtex-tab-layout-0-x-container--product-page-recomendation-tab .vtex-tab-layout-0-x-listItem .vtex-button__label{font-size:22px}}
section>article:nth-child(2) [class~="tracked-mega"]+div>span,section>article:nth-child(2) [class~="tracked-mega"]+div>div>span{display:none}section>article:nth-child(2) [class~="tracked-mega"]+div div{display:inline-block;font-size:12px;color:#333;font-weight:500}.vtex-account__order-details article>section{border-radius:var(--general-button-border-radius);border:1px solid var(--general-border-color);overflow:auto;padding-top:0}.vtex-account__order-details article>section button{display:flex;align-items:center}.vtex-account__page-body [class~="list"] li{margin:0}.vtex-account__page-body [class~="list"]>li:last-child{display:none}
[class~="myo-margin-right"] h2{color:var(--primary);font-family:var(--ff-primary);font-size:14px;font-weight:700;letter-spacing:0.28px;margin-bottom:5px;text-transform:uppercase}[class~="myo-margin-right"]+div>div{display:flex;flex-direction:column;align-items:baseline}[class~="myo-margin-right"]~div{color:var(--primary);font-size:12px;font-weight:500;letter-spacing:0.24px}[class~="myo-margin-right"]+div>div span:last-child{padding:4px 13px;margin:6px 0}.vtex-my-orders-app-3-x-productTable th{color:var(--primary);font-size:14px;font-weight:600;letter-spacing:0.14px;padding:0 0 23px}.vtex-my-orders-app-3-x-productTable th:not(:first-child){text-align:center}.vtex-my-orders-app-3-x-productInfo{display:flex;align-items:center}.vtex-my-orders-app-3-x-productName,.vtex-my-orders-app-3-x-productPrice,.vtex-my-orders-app-3-x-productQuantity,.vtex-my-orders-app-3-x-productTotalPrice{color:var(--primary);font-size:12px;font-weight:700;line-height:16px;text-transform:uppercase;text-decoration:none;text-align:center;padding:0;vertical-align:middle}.vtex-my-orders-app-3-x-sellerName{display:none}.vtex-my-orders-app-3-x-productQuantity{font-weight:600;font-size:13px}.vtex-my-orders-app-3-x-productTotalPrice{color:var(--primary);font-size:14px;letter-spacing:0.28px}
[class="myo-progress-bar__mobile-text"]{justify-content:center;align-items:center;padding:0!important}[class="myo-progress-bar__mobile-text"] [class~="c-link"]{color:var(--primary)}[class~="myo-progress-bar"]{border-radius:var(--general-button-border-radius);border:1px solid var(--general-border-color);height:auto;padding-bottom:20px}[class~="myo-progress-bar"] [class~="bg-success"]{color:var(--order-progress-bar);background:var(--order-progress-bar)!important}[class~="myo-progress-bar"] [class~="myo-progress-bar__line"]{border-color:var(--order-progress-bar)}[class~="myo-progress-bar"] [class="myo-progress-bar"]{border:none}[class~="myo-progress-bar"]>div:nth-child(2){justify-content:center}[class~="myo-progress-bar__text"]{text-align:center!important;line-height:1;font-family:var(--ff-primary)}@media screen and (max-width:60em){[class="myo-progress-bar__mobile-text"]{display:flex!important;padding:0!important}[class~="myo-progress-bar__text"]{display:none!important}}@media screen and (min-width:60em){[class~="myo-progress-bar"]{padding-bottom:40px}}
section>article:nth-child(3) div{color:var(--primary);font-size:13px;font-weight:500;letter-spacing:0.13px;text-transform:uppercase;margin-bottom:0}section>article:nth-child(3) hr{display:none}section>article:nth-child(3) section>div{padding-bottom:12px}section>article:nth-child(3) section>div:last-child div{border-top:1px solid var(--disabled, #828282);padding-top:6px}section>article:nth-child(3) section>div:last-child div{font-weight:700}
.vtex-reviews-and-ratings-3-x-reviewCommentsContainer{padding:0 4px;width:100%}.vtex-reviews-and-ratings-3-x-reviewCommentsContainer div{border:none}.vtex-reviews-and-ratings-3-x-reviewComment,.vtex-reviews-and-ratings-3-x-reviewCommentRating{display:flex}.vtex-reviews-and-ratings-3-x-reviewCommentRating{flex-direction:column}.vtex-reviews-and-ratings-3-x-reviewComment{border-color:transparent}@media screen and (min-width:48em){.vtex-reviews-and-ratings-3-x-reviewCommentsContainer{margin-top:30px}}
.vtex-reviews-and-ratings-3-x-container{display:flex;flex-direction:column;align-items:baseline;padding:0}.vtex-reviews-and-ratings-3-x-formContainer{background:var(--white);display:flex}.vtex-reviews-and-ratings-3-x-formContainer .vtex-card,.vtex-reviews-and-ratings-3-x-formContainer{padding:0;margin:0}.vtex-reviews-and-ratings-3-x-formContainer .vtex-card{box-shadow:none!important}.vtex-reviews-and-ratings-3-x-formSection{margin:0 0 13px}.vtex-reviews-and-ratings-3-x-reviewsRating{display:none}.vtex-reviews-and-ratings-3-x-reviewsRatingCount{color:var(--primary);font-family:var(--ff-primary);font-size:12px;font-style:normal;font-weight:400;line-height:14px;letter-spacing:0.14px}@media screen and (min-width:48em){.vtex-reviews-and-ratings-3-x-container{position:relative;padding:0;margin:0;max-width:initial;flex-direction:row;min-height:400px}.vtex-reviews-and-ratings-3-x-reviewsRating{align-items:center;display:flex;gap:5px;width:176px;margin:0;justify-content:left}}@media (min-width:64rem){.vtex-reviews-and-ratings-3-x-reviewsRating{position:absolute;right:16rem;width:200px}.vtex-reviews-and-ratings-3-x-reviewsRatingCount{font-size:14px}}@media (min-width:80rem){.vtex-reviews-and-ratings-3-x-reviewsRating{right:21rem}}@media (min-width:90rem){.vtex-reviews-and-ratings-3-x-reviewsRating{right:16rem}}
.vtex-disclosure-layout-1-x-trigger--reviews-and-ratings-header{width:100%;padding:0}.vtex-disclosure-layout-1-x-trigger--reviews-and-ratings-header{background-color:transparent}.vtex-disclosure-layout-1-x-trigger--reviews-and-ratings-header--hidden .vtex-store-components-3-x-logoImage--reviews-title{transform:rotate(180deg)}
.vtex-flex-layout-0-x-flexRow--product-page-review-and-ratings{padding-block:24px}.vtex-flex-layout-0-x-flexRowContent--review-info{display:flex;padding:12px 17px 18px 10px;border-radius:4px;border:1px solid var(--success);background-color:#EBF8F0;gap:7px;font-weight:400;color:var(--black);font-size:13px;letter-spacing:0.12px;align-items:center;justify-content:flex-start;margin:11px auto 8px;max-width:894px;font-family:var(--ff-tertiary)}.vtex-flex-layout-0-x-flexRowContent--review-info:first-child{flex:1 0 auto}.vtex-flex-layout-0-x-flexRowContent--reviews-title-stars{align-items:center;gap:27px;width:fit-content;margin:0 auto}.vtex-store-components-3-x-logoContainer--reviews-title{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;min-width:auto}.vtex-flex-layout-0-x-flexRowContent--reviews-title-stars .vtex-reviews-and-ratings-3-x-stars{display:flex}.vtex-flex-layout-0-x-flexRowContent--reviews-title-stars .vtex-reviews-and-ratings-3-x-summaryTotalReviews,.vtex-flex-layout-0-x-flexRowContent--reviews-title-stars .vtex-reviews-and-ratings-3-x-summaryButtonContainer{display:none}@media screen and (min-width:48em){.vtex-flex-layout-0-x-flexRowContent--review-info{gap:13px;margin-bottom:35px;padding:7px 18px}}@media screen and (min-width:64em){.vtex-flex-layout-0-x-flexRowContent--reviews-title-stars{gap:40px;border-top:1px solid var(--static-content-menu-font-color)}.vtex-flex-layout-0-x-flexRow--product-page-review-and-ratings{padding-block:64px}.vtex-flex-layout-0-x-flexRowContent--review-info{margin-bottom:29px}}
.vtex-rich-text-0-x-paragraph--review-info{color:var(--primary);font-family:var(--ff-tertiary);font-size:12px;font-style:normal;font-weight:400;line-height:1;letter-spacing:0.12px;margin:0}.vtex-rich-text-0-x-heading--review-title{color:var(--primary);font-size:16px;font-weight:700;line-height:18px;letter-spacing:0.08px;text-align:left}@media screen and (min-width:48em){.vtex-rich-text-0-x-heading--review-title{font-size:22px}.vtex-rich-text-0-x-paragraph--review-info{font-size:14px}}
.vtex-reviews-and-ratings-3-x-reviewComment{position:relative}.vtex-reviews-and-ratings-3-x-reviewDateSubmitted{text-transform:lowercase}.vtex-reviews-and-ratings-3-x-reviewDateValue,.vtex-reviews-and-ratings-3-x-reviewAuthorName{font-weight:400!important}
.vtex-reviews-and-ratings-3-x-reviewsOrderBy .vtex-dropdown__container{border:0.5px solid var(--primary);border-radius:5px;width:153.252px;height:29px;color:var(--primary);font-size:13px;font-weight:500;line-height:18px;letter-spacing:0.13px}.vtex-reviews-and-ratings-3-x-reviewsOrderBy{justify-content:center;margin:24px auto 38px}.vtex-reviews-and-ratings-3-x-reviewsRatingAverage{display:none}.vtex-reviews-and-ratings-3-x-reviewsOrderBy .vtex-dropdown__container .vtex-dropdown__arrow{color:var(--primary)}@media screen and (min-width:48em){.vtex-reviews-and-ratings-3-x-reviewsOrderBy{margin:0 0 0 auto}}
.vtex-reviews-and-ratings-3-x-reviewCommentMessage{font-weight:500;letter-spacing:0.36px}.vtex-reviews-and-ratings-3-x-reviewCommentUser,.vtex-reviews-and-ratings-3-x-reviewCommentMessage{color:var(--primary);font-size:12px}.vtex-reviews-and-ratings-3-x-reviewCommentMessage br{display:none}.vtex-reviews-and-ratings-3-x-reviewCommentUser{font-weight:600;letter-spacing:0.12px;margin:4px 0 7px;line-height:1}
.vtex-reviews-and-ratings-3-x-reviewsPaging .vtex-button{border:none;background-color:transparent;color:var(--primary)}
.vtex-reviews-and-ratings-3-x-formContainer .vtex-card h3{display:none}
.vtex-reviews-and-ratings-3-x-writeReviewContainer{margin:0;order:-1;width:100%}.vtex-reviews-and-ratings-3-x-reviewCommentsContainer h5{margin:0;font-size:14px}.vtex-reviews-and-ratings-3-x-writeReviewContainer .vtex__icon-caret-up,.vtex-reviews-and-ratings-3-x-writeReviewContainer .vtex__icon-caret-down{color:var(--primary)}.vtex-reviews-and-ratings-3-x-reviewsOrderBy .vtex-styleguide-9-x-dropdown:last-child{display:none}@media screen and (min-width:48em){.vtex-reviews-and-ratings-3-x-writeReviewContainer{width:50%;margin-right:40px;box-sizing:border-box;min-height:400px}.vtex-reviews-and-ratings-3-x-reviewCommentsContainer{position:absolute;right:0;width:calc(50% - 40px);text-align:center;padding:0;border:none;max-height:320px;overflow-y:auto}.vtex-reviews-and-ratings-3-x-reviewCommentsContainer div{border:none;text-align:left}}@media screen and (min-width:64rem){.vtex-reviews-and-ratings-3-x-writeReviewContainer{padding-right:80px;border-right:1px solid var(--static-content-menu-font-color)}}@media screen and (min-width:80em){.vtex-reviews-and-ratings-3-x-writeReviewContainer{width:644px}.vtex-reviews-and-ratings-3-x-reviewCommentsContainer{width:calc(100% - 686px)}}@media screen and (min-width:90em){.vtex-reviews-and-ratings-3-x-reviewCommentsContainer{width:453px}}
.vtex-reviews-and-ratings-3-x-formSection .vtex-input-prefix__group{border:1px solid var(--static-content-borders-color);height:29px}.vtex-reviews-and-ratings-3-x-formSection .vtex-textarea__input{border:1px solid var(--static-content-borders-color)}.vtex-reviews-and-ratings-3-x-formSection .vtex-input__label,.vtex-reviews-and-ratings-3-x-formSection .vtex-textarea__label{color:var(--primary);font-family:var(--ff-primary);font-size:12px!important;font-style:normal;font-weight:600;letter-spacing:0.15px;line-height:1;margin-bottom:13px}.vtex-reviews-and-ratings-3-x-formSection .vtex-input__label,.vtex-reviews-and-ratings-3-x-formSection .vtex-textarea__label{font-weight:600}@media screen and (min-width:48em){.vtex-reviews-and-ratings-3-x-formSection .vtex-input-prefix__group{height:30px}.vtex-reviews-and-ratings-3-x-formSection .vtex-input__label,.vtex-reviews-and-ratings-3-x-formSection .vtex-textarea__label{font-size:15px!important}}
.vtex-flex-layout-0-x-flexColChild--product-page-container-details-summary .vtex-reviews-and-ratings-3-x-stars,.vtex-flex-layout-0-x-flexRowContent--product-page-review-and-ratings .vtex-reviews-and-ratings-3-x-stars{display:inline-flex;gap:5px}.vtex-flex-layout-0-x-flexColChild--product-page-container-details-summary .vtex-reviews-and-ratings-3-x-star--empty{content:url(https://bosico.vtexassets.com/assets/vtex/assets-builder/bosico.store/3.0.93/pdp/reviews-and-ratings/form/star-outline___3f2b167709d832212c70bdada2bacf5c.svg)}.vtex-flex-layout-0-x-flexRowContent--product-page-review-and-ratings .vtex-reviews-and-ratings-3-x-star--empty{content:url(https://bosico.vtexassets.com/assets/vtex/assets-builder/bosico.store/3.0.93/pdp/reviews-and-ratings/form/star-outline-2___b09586d19dda8ac2ed9bc04b76aebfac.svg)}.vtex-flex-layout-0-x-flexColChild--product-page-container-details-summary .vtex-reviews-and-ratings-3-x-star--filled,.vtex-flex-layout-0-x-flexRowContent--product-page-review-and-ratings .vtex-reviews-and-ratings-3-x-star--filled{content:url(https://bosico.vtexassets.com/assets/vtex/assets-builder/bosico.store/3.0.93/pdp/reviews-and-ratings/form/star-fill___62ed72d1b113ca14ec217d1c7278ef7e.svg)}.vtex-reviews-and-ratings-3-x-reviewCommentRating .vtex-reviews-and-ratings-3-x-star--empty{content:url(https://bosico.vtexassets.com/assets/vtex/assets-builder/bosico.store/3.0.93/pdp/reviews-and-ratings/form/star-outline-black___55a993a96c09641400518eb3e7e56fd4.svg)}.vtex-reviews-and-ratings-3-x-reviewCommentRating .vtex-reviews-and-ratings-3-x-star--filled{content:url(https://bosico.vtexassets.com/assets/vtex/assets-builder/bosico.store/3.0.93/pdp/reviews-and-ratings/form/star-fill-black___605fcabb45c2294f773de5330325b0b3.svg)}.vtex-reviews-and-ratings-3-x-starpicker .vtex-input__label{display:block;width:auto;margin:0 15px 13px 0;line-height:1}.vtex-reviews-and-ratings-3-x-starpicker > span:last-child{vertical-align:middle;display:inline-flex;gap:4px}
.vtex-reviews-and-ratings-3-x-formSubmit{display:flex;justify-content:start}.vtex-reviews-and-ratings-3-x-formSection .vtex-button{background-color:var(--primary);border:none;width:106px;height:36px}.vtex-reviews-and-ratings-3-x-formSection .vtex-button:hover{background-color:var(--primary-hover)}.vtex-reviews-and-ratings-3-x-formSection .vtex-button__label{color:var(--white);text-align:center;font-size:0px;font-style:normal;font-weight:600;line-height:20px;text-transform:uppercase;padding:0;display:flex;align-items:center;justify-content:center}.vtex-reviews-and-ratings-3-x-formSection .vtex-button__label::before{content:"Enviar";font-size:16px}@media (min-width:40rem){.vtex-reviews-and-ratings-3-x-formSubmit{justify-content:center}}@media (min-width:64rem){.vtex-reviews-and-ratings-3-x-formSection .vtex-button{width:121px;height:44px}.vtex-reviews-and-ratings-3-x-formSection .vtex-button__label::before{font-size:18px}}
