.decorceramica-static-pages-0-x-infoStaticContent{padding-top:24px;background:#f9f9f9}.decorceramica-static-pages-0-x-containerInfoStaticTab{display:flex;margin:auto;padding-left:40px;padding-right:40px;padding-bottom:68px}.decorceramica-static-pages-0-x-listContainer{display:flex;flex-direction:column;width:auto;background:#f9f7f6;overflow:hidden;margin-right:25px;justify-content:flex-start;height:fit-content}.decorceramica-static-pages-0-x-listItem{width:100%;margin-top:5px}.decorceramica-static-pages-0-x-listItem .vtex-button{width:100%;transition:background 0.3s ease-in-out;border:none;border-radius:0;padding-top:8px;padding-bottom:8px;padding-right:2px}.decorceramica-static-pages-0-x-listItem .vtex-button__label{width:100%;display:flex;justify-content:space-between;align-items:center;color:#2c2c2b;text-align:start;text-transform:initial;font-family:"Gotham",sans-serif;font-weight:400;font-size:16px;line-height:24px;padding:8px 12px 8px 18px;box-sizing:border-box;border-right:3px solid transparent}.decorceramica-static-pages-0-x-listItem .vtex-button__label :last-child{margin-left:8px;flex-shrink:0;display:inline-block}.decorceramica-static-pages-0-x-listItem:not(.decorceramica-static-pages-0-x-listItemActive) .vtex-button:hover{background-color:white}.decorceramica-static-pages-0-x-listItem:not(.decorceramica-static-pages-0-x-listItemActive) .vtex-button__label:hover{border-right-color:#000}.decorceramica-static-pages-0-x-listItemActive{background-color:#2c2c2b;.vtex-button {
    background-color: #2c2c2b;
  }

  .vtex-button__label {
    border-right-color: #a49481;
    /* mantiene el mismo ancho de 3px definido arriba */
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
  }}.decorceramica-static-pages-0-x-listItemActive:hover .vtex-button{background-color:#2c2c2b}.decorceramica-static-pages-0-x-contentContainer{background:#fff}.decorceramica-static-pages-0-x-contentItem_disclouser .decorceramica-static-pages-0-x-content{transition:opacity 250ms ease-in-out,height 250ms ease-in-out,transform 250ms ease-in-out;opacity:0;height:0;transform:translate3d(0,-10%,0)}.decorceramica-static-pages-0-x-contentItem_disclouser .decorceramica-static-pages-0-x-content[data-enter]{opacity:1;height:fit-content;transform:translate3d(0,0,0)}.decorceramica-static-pages-0-x-contentItem_disclouser .decorceramica-static-pages-0-x-content[data-leave]{height:0;overflow:hidden}.decorceramica-static-pages-0-x-contentItem_disclouser .decorceramica-static-pages-0-x-trigger{position:relative;display:flex;height:48px;align-items:center;cursor:pointer}.decorceramica-static-pages-0-x-contentItem_disclouser .decorceramica-static-pages-0-x-trigger::before,.decorceramica-static-pages-0-x-contentItem_disclouser .decorceramica-static-pages-0-x-trigger--hidden::before{content:"";position:absolute;display:block;right:0;top:0;bottom:0;width:40px;border:none;min-height:40px;background-image:url("/arquivos/arrow-disclosure.png");background-repeat:no-repeat;background-position:center;transition:ease all 0.2s;transform:rotate(0deg)}.decorceramica-static-pages-0-x-contentItem_disclouser .decorceramica-static-pages-0-x-trigger--visible::before{transform:rotate(180deg)}.decorceramica-static-pages-0-x-servicio-al-cliente{max-width:1040px;background-color:#a49481;margin:0;padding:18px 10px 18px 18px;color:#fff;font-family:"Gotham",sans-serif;font-weight:400;font-size:24px;line-height:26px;margin-bottom:14px}.decorceramica-static-pages-0-x-listItemFirstElement{margin:0}.decorceramica-static-pages-0-x-info_Text{width:fit-content;color:#0d0d0d;display:flex;align-items:center;font-family:"Gotham",sans-serif;font-weight:400;font-size:40px;line-height:100%;margin:32px 0;margin-left:174px}.decorceramica-static-pages-0-x-contentItem{padding:0 174px;padding-bottom:48px;.decorceramica-static-pages-0-x-customer-service-page {
    header {
      h2 {
        font-family: "Gotham", sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        color: #a58d70;

        @media screen and (min-width: 1024px) {
          font-size: 24px;
        }
      }
    }

    section {
      h3 {
        color: #0d0d0d;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 26px;
        margin-top: 0;

        @media screen and (min-width: 1024px) {
          font-size: 28px;
          font-weight: 325;
          line-height: 36px;
        }
      }

      article {
        h4 {
          font-family: "Gotham", sans-serif;
          font-weight: 325;
          font-size: 16px;
          line-height: 24px;

          @media screen and (min-width: 1024px) {
            font-size: 24px;
            line-height: 26px;
            font-weight: 400;
          }
        }

        p {
          a {
            font-family: "Gotham", sans-serif;
            font-weight: 325;
            font-size: 14px;
            line-height: 22px;
            color: #0d0d0d;
            display: flex;
            align-items: center;
            gap: 8px;

            @media screen and (min-width: 1024px) {
              font-size: 16px;
              line-height: 24px;
            }
          }

          b {
            color: #2e2e2e;
          }
        }

        ul {
          display: flex;
          flex-direction: column;
          gap: 20px;
          padding: 0;

          li {
            align-items: center;
            display: flex;
            gap: 12px;

            ::marker {
              content: none;
            }
          }
        }
      }
    }

    hr {
      border: 1px solid #e4e4e4;
      margin: 24px 0;

      @media screen and (min-width: 1024px) {
        margin: 44px 0;
      }
    }

    .decorceramica-static-pages-0-x-contact-us-by-call {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 20px;
      padding-top: 16px;

      h4 {
        margin: 0;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;

        @media screen and (min-width: 1024px) {
          font-size: 24px;
          line-height: 26px;
        }
      }
    }
  }

  h4 {
    color: #0d0d0d;
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 16px;
    margin-top: 0;
  }

  p {
    color: #636363;
    font-family: "Gotham", sans-serif;
    font-weight: 325;
    font-size: 14px;
    line-height: 22px;
    margin-top: 0;

    @media screen and (min-width: 1024px) {
      font-size: 16px;
    }
  }

  h5 {
    font-family: "Gotham", sans-serif;
    color: #2e2e2e;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  li {
    color: #2e2e2e;
    font-family: "Gotham", sans-serif;
    font-weight: 325;
    font-size: 16px;
    line-height: 24px;

    p {
      color: #636363;
      font-family: "Gotham", sans-serif;
      font-weight: 325;
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 24px;
    }
  }}.decorceramica-static-pages-0-x-contentItem::-webkit-scrollbar,.decorceramica-static-pages-0-x-contentItem_disclouser::-webkit-scrollbar{width:3px}.decorceramica-static-pages-0-x-contentItem::-webkit-scrollbar-track,.decorceramica-static-pages-0-x-contentItem_disclouser::-webkit-scrollbar-track{background:#e0e0e0}.decorceramica-static-pages-0-x-contentItem::-webkit-scrollbar-thumb,.decorceramica-static-pages-0-x-contentItem_disclouser::-webkit-scrollbar-thumb{background:#000}.decorceramica-static-pages-0-x-contentItem::-webkit-scrollbar-thumb:hover,.decorceramica-static-pages-0-x-contentItem_disclouser::-webkit-scrollbar-thumb:hover{background:#000}.decorceramica-static-pages-0-x-divider{border-top:1px solid #e4e4e4;margin:0 17px;margin-top:14px;margin-bottom:22px}.decorceramica-static-pages-0-x-contactAndHelp{color:#6b7a8a;font-family:"Gotham",sans-serif;font-weight:400;font-size:14px;line-height:16px;padding-left:18px;padding-bottom:27px}.decorceramica-static-pages-0-x-tabListContentWrapper{border:1px solid #e4e4e4;box-shadow:0px 4px 16px 0px #a494811f;padding-bottom:24px}.decorceramica-static-pages-0-x-tabDescription--paragraph{padding:0 174px;color:#636363;font-family:"Gotham",sans-serif;font-weight:325;font-size:14px;line-height:22px;padding-top:12px;margin-bottom:39px;margin-top:0;p {
    margin: 0;
  }}.decorceramica-static-pages-0-x-downloadLinksTable{display:block;border:1px solid #e4e4e4}.decorceramica-static-pages-0-x-downloadLinksTableTabs{display:flex;align-items:center;gap:1px;position:relative}.decorceramica-static-pages-0-x-downloadLinksTableTab{background:#f2efec;border:none;padding:16px 5px;cursor:pointer;font-family:"Gotham",sans-serif;font-weight:325;font-size:16px;line-height:24px;text-align:center;border-bottom:3px solid transparent}.decorceramica-static-pages-0-x-downloadLinksTableTab--active{background:#e7e3de;border-bottom:3px solid #2c2c2b}.decorceramica-static-pages-0-x-downloadLinksTableGroup{background:#ffffff;box-shadow:0 0 0 1px rgba(0,0,0,0.04);margin-bottom:12px;overflow:auto;max-height:490px}.decorceramica-static-pages-0-x-downloadLinksTableGroupHeader{width:100%;display:flex;align-items:center;justify-content:space-between;padding:39px 16px 15px 16px;background:#ffffff;border:none;cursor:pointer}.decorceramica-static-pages-0-x-downloadLinksTableGroupTitle{text-transform:uppercase;font-family:"Gotham",sans-serif;font-weight:325;font-size:16px;line-height:24px;color:#0d0d0d}.decorceramica-static-pages-0-x-downloadLinksTableGroupChevron{width:22px;height:12px;transform:rotate(180deg);transition:transform 0.2s ease}.decorceramica-static-pages-0-x-downloadLinksTableGroupChevron--open{transform:rotate(0deg)}.decorceramica-static-pages-0-x-downloadLinksTableBody{padding:0 16px 17px}.decorceramica-static-pages-0-x-downloadLinksTableRow{display:flex;align-items:center;justify-content:space-between;padding:20px 0px;border-bottom:1px solid #e4e4e4}.decorceramica-static-pages-0-x-downloadLinksTableCellTitle{width:auto;max-width:163px;flex:0 0 auto;font-family:"Gotham",sans-serif;font-weight:325;font-size:14px;line-height:22px;color:#636363;b {
    color: #2e2e2e;
  }}.decorceramica-static-pages-0-x-downloadLinksTableCellAction{display:inline-flex;align-items:center;gap:8px;font-family:"Gotham",sans-serif;font-weight:325;font-size:16px;line-height:20px;color:#0d0d0d;text-decoration:none}.decorceramica-static-pages-0-x-downloadLinksTableDownloadIcon{height:18px}.decorceramica-static-pages-0-x-downloadLinksTableDivider{height:1px;background:#eeeeee;margin:0 8px}@media (min-width:450px){.decorceramica-static-pages-0-x-downloadLinksTableTab{width:100%}}@media (min-width:768px){.decorceramica-static-pages-0-x-downloadLinksTableTabs{gap:8px}.decorceramica-static-pages-0-x-downloadLinksTableTab{padding:10px 14px;background:white;border-bottom:1px solid #e4e4e4}.decorceramica-static-pages-0-x-downloadLinksTableTab--active{background:#e7e3de;border-bottom:1px solid #2c2c2b}.decorceramica-static-pages-0-x-downloadLinksTableGroupHeader{padding:14px 16px}.decorceramica-static-pages-0-x-downloadLinksTableRow{padding:14px 12px}.decorceramica-static-pages-0-x-downloadLinksTableCellTitle,.decorceramica-static-pages-0-x-downloadLinksTableCellAction{font-size:14px}.decorceramica-static-pages-0-x-downloadLinksTableCellTitle{max-width:403px}}@media screen and (min-width:1024px){.decorceramica-static-pages-0-x-containerInfoStaticTab{display:flex;align-items:flex-start;gap:16px}.decorceramica-static-pages-0-x-listContainer{width:328px;min-width:328px;max-width:328px;flex:0 0 328px;box-sizing:border-box}.decorceramica-static-pages-0-x-tabListContentWrapper{width:100%;box-sizing:border-box}.decorceramica-static-pages-0-x-contentContainer{flex:1 1 auto;min-width:0}}@media screen and (max-width:1024px){.decorceramica-static-pages-0-x-container{padding-bottom:33px}.decorceramica-static-pages-0-x-containerInfoStaticTab{position:relative;padding:0;overflow:hidden}.decorceramica-static-pages-0-x-listContainer{width:0%;opacity:0;transition:transform ease 0.8s;min-width:auto;margin:0;gap:8px;padding:0}.decorceramica-static-pages-0-x-tabListContentWrapper{margin:0 16px;margin-bottom:15px}.decorceramica-static-pages-0-x-listContainer--Active{width:100%;transition:opacity ease 0.8s;opacity:1}.decorceramica-static-pages-0-x-contentContainer{width:0;transition:transform ease 0.8s;background:transparent}.decorceramica-static-pages-0-x-contentContainer--Active{width:100%;padding:0;margin:0;filter:unset;background-color:#f9f7f6}.decorceramica-static-pages-0-x-contentItem{padding:0 16px}.decorceramica-static-pages-0-x-info_buttom{display:flex;align-items:center;margin-bottom:14px}.decorceramica-static-pages-0-x-info_buttom .vtex-button{background-color:transparent;border:transparent}.decorceramica-static-pages-0-x-info_buttom .vtex-button__label{color:#2c2a29;font-family:"Gotham",sans-serif;font-weight:325;font-size:14px;line-height:22px;text-transform:initial;padding:0!important}.decorceramica-static-pages-0-x-info_buttom-icon{display:flex}.decorceramica-static-pages-0-x-info_Text{color:#0d0d0d;display:inline-block;font-family:"Gotham",sans-serif;font-size:32px;font-weight:400;line-height:36px;margin-bottom:32px;margin-top:24px;margin-left:16px}.vtex-flex-layout-0-x-flexRow--customer-service__breadcrumb{display:none}.decorceramica-static-pages-0-x-container .vtex-rich-text-0-x-container--servicio-al-cliente{margin:0;background-color:#fff;position:relative;top:0}.decorceramica-static-pages-0-x-container .vtex-rich-text-0-x-container--servicio-al-cliente .vtex-rich-text-0-x-wrapper--servicio-al-cliente{width:100%;border-radius:0;background-color:#fff}.decorceramica-static-pages-0-x-container .vtex-rich-text-0-x-container--servicio-al-cliente .vtex-rich-text-0-x-wrapper--servicio-al-cliente .vtex-rich-text-0-x-headingLevel1--servicio-al-cliente{text-align:center;color:#333;font-size:22px;padding-bottom:38px!important}.decorceramica-static-pages-0-x-listItem{margin:0}.decorceramica-static-pages-0-x-listItem .vtex-button{border-radius:0}.decorceramica-static-pages-0-x-listItem .vtex-button__label{justify-content:space-between}.decorceramica-static-pages-0-x-contentItem_disclouser .decorceramica-static-pages-0-x-trigger{padding-right:40px;font-family:"Gotham",sans-serif;font-weight:325;font-size:16px;line-height:24px;color:#2e2e2e;text-transform:uppercase}.decorceramica-static-pages-0-x-contentItem_disclouser{display:flex;flex-direction:column;gap:40px;padding-top:24px;padding-bottom:24px}.decorceramica-static-pages-0-x-tabDescription--paragraph{font-size:14px;line-height:22px;padding:0 16px;margin-top:0}.decorceramica-static-pages-0-x-tabDescription--subtitle{font-family:"Gotham",sans-serif;font-weight:400;font-size:24px;line-height:26px;color:#0d0d0d;padding:0 16px}}@media screen and (min-width:300px) and (max-width:340px){.decorceramica-static-pages-0-x-contentContainer--Active{max-width:280px}}
.decorceramica-store-locator-0-x-storeLocatorWrapper{display:flex;gap:24px;justify-content:center;flex-direction:column;background-color:#f9f9f9;padding-top:24px;@media screen and (min-width:1024px){padding-bottom: 69px;
    padding-left: 41px;
    padding-right: 41px;}.decorceramica-store-locator-0-x-backButton {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;

    @media screen and (min-width: 1024px) {
      display: none;
    }

    .decorceramica-store-locator-0-x-backButton__text {
      color: #2c2a29;
      font-family: "Gotham", sans-serif;
      font-weight: 325;
      font-size: 14px;
      line-height: 22px;
    }
  }

  .decorceramica-store-locator-0-x-childrenWrapper {
    background-color: #ffffff;
    padding: 16px;

    @media screen and (min-width: 1024px) {
      display: flex;
      gap: 24px;
    }
  }}.decorceramica-store-locator-0-x-storeLocatorList__title{font-family:"Gotham",sans-serif;font-weight:400;font-size:32px;line-height:36px;margin:0;color:#0d0d0d}.decorceramica-store-locator-0-x-storeLocatorMap{display:block;position:relative;width:100%;height:100vh;max-height:33.125rem}.decorceramica-store-locator-0-x-infoWindow{width:242px;box-sizing:border-box;background:white;border-radius:8px;padding:44px 12px 12px 12px;position:absolute;bottom:60px;left:50%;transform:translateX(-50%);overflow:visible}.decorceramica-store-locator-0-x-infoWindow__closeButton{position:absolute;top:10px;right:10px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:transparent;border:none}.decorceramica-store-locator-0-x-infoWindow__image{width:218px;height:153.96px;border-radius:4px;display:block;object-fit:cover}.decorceramica-store-locator-0-x-storeList__label{flex:1;word-wrap:break-word;cursor:pointer;overflow:hidden}.decorceramica-store-locator-0-x-infoWindow__title{font-family:"Gotham",sans-serif;font-weight:Bold;font-size:16px;line-height:24px;margin:8px 0;color:#2e2e2e}.decorceramica-store-locator-0-x-infoWindow__phone{margin:0 0 8px 0}.decorceramica-store-locator-0-x-infoWindow__phoneLabel{font-family:"Gotham",sans-serif;font-weight:Bold;color:#2e2e2e;font-size:14px;line-height:22px;margin-right:5px}.decorceramica-store-locator-0-x-infoWindow__phoneNumber{font-family:"Gotham",sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#2e2e2e}.decorceramica-store-locator-0-x-infoWindow__googleMapsContainer{display:flex;justify-content:center}.decorceramica-store-locator-0-x-infoWindow__googleMaps{color:#6b7a8a;border:none;background-color:transparent;border-bottom:1px solid #6b7a8a;font-family:"Gotham",sans-serif;font-weight:325;font-size:16px;line-height:24px;cursor:pointer;text-decoration:none;display:inline-block;transition:background-color 0.2s ease}.decorceramica-store-locator-0-x-infoWindow::after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:20px solid white;z-index:1001}.decorceramica-store-locator-0-x-infoWindow__arrow{position:absolute;top:100%;left:50%;transform:translateX(-50%);width:0;height:0;z-index:1002}.decorceramica-store-locator-0-x-storeLocatorList{background-color:white;display:flex;flex-direction:column;gap:24px}.decorceramica-store-locator-0-x-storeLocatorList_filter{display:flex;flex-direction:column;gap:0.25rem;position:relative}.decorceramica-store-locator-0-x-storeLocatorList_filter::after{content:"";position:absolute;right:0.9rem;bottom:0.6rem;display:block;background:url(/arquivos/arrow-down.svg);width:1.5rem;height:1.5rem}.decorceramica-store-locator-0-x-storeLocatorList_filterLabel{font-family:"Gotham",sans-serif;font-weight:500;font-size:14px;line-height:22px;text-align:left;vertical-align:middle;color:#0d0d0d;margin:0}.decorceramica-store-locator-0-x-storeLocatorList_filterSelect{height:44px;padding:8px 10px 8px 18px;border:1.1px solid #000000;@media screen and (min-width:1024px){width: 364px;}}.decorceramica-store-locator-0-x-storeLocatorList_button{border:none;color:#636363;background-color:transparent;font-family:"Gotham",sans-serif;font-weight:325;font-size:16px;line-height:24px;text-align:left;cursor:pointer;transition:background 0.3s ease-in-out,color 0.3s ease-in-out}.decorceramica-store-locator-0-x-storeLocatorList_button:hover{background:#e2458533;color:#e24585}.decorceramica-store-locator-0-x-storeLocatorList_button:active{background:#e24585;color:#fff}.decorceramica-store-locator-0-x-storeList{display:flex;flex-direction:column;overflow:auto;background-color:white;border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;margin-bottom:24px;max-height:180px;margin-top:8px;@media screen and (min-width:1024px){width: 364px;
    max-height: 208px;}.decorceramica-store-locator-0-x-storeList__item {
    display: flex;
    align-items: center;
    border: 1px solid #e4e4e4;
    gap: 15px;
    min-height: 60px;
    padding: 9px 11px;
    box-sizing: border-box;
  }}.decorceramica-store-locator-0-x-storeList::-webkit-scrollbar-thumb{border-radius:10px!important;height:20%!important;background-color:#e24585!important}.decorceramica-store-locator-0-x-storeList .decorceramica-store-locator-0-x-trigger{all:unset;display:flex;position:relative;box-sizing:border-box;width:calc(100% - 0.5rem);max-width:323px;min-height:43px;gap:8px;border-bottom:1px solid #e0e0e0}.decorceramica-store-locator-0-x-storeList .decorceramica-store-locator-0-x-content{margin:1rem 0 0.5rem}.decorceramica-store-locator-0-x-storeList__title{margin:0;text-align:left;font-family:"Gotham",sans-serif;font-weight:325;font-size:14px;line-height:22px;color:#0d0d0d}.decorceramica-store-locator-0-x-storeList__text{margin:0.5rem 0}.decorceramica-store-locator-0-x-arrowItem{position:absolute;right:0;bottom:5px}.decorceramica-store-locator-0-x-storeDetails{border:1px solid #e4e4e4;background:#f9f7f6;@media screen and (min-width:1024px){width: 364px;}}.decorceramica-store-locator-0-x-storeDetails__image{width:100%;height:231px;object-fit:cover}.decorceramica-store-locator-0-x-storeDetails__content{display:flex;flex-direction:column;gap:12px;padding:20px}.decorceramica-store-locator-0-x-storeDetails__title{margin:0;font-family:"Gotham",sans-serif;font-weight:400;font-size:20px;line-height:26px;color:#2e2e2e;@media screen and (min-width:1024px){font-size: 24px;}}.decorceramica-store-locator-0-x-storeDetails__text{font-family:"Gotham",sans-serif;font-size:14px;line-height:22px;font-weight:325;color:#636363;margin:0}.decorceramica-store-locator-0-x-storeDetails__address,.decorceramica-store-locator-0-x-storeDetails__phone,.decorceramica-store-locator-0-x-storeDetails__schedule{padding-bottom:12px}.decorceramica-store-locator-0-x-storeList__radio{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:20px;height:20px;border:1.4px solid #323232;border-radius:50%;background-color:white;cursor:pointer;position:relative;outline:none;transition:all 0.2s ease-in-out;background-image:none;flex-shrink:0}.decorceramica-store-locator-0-x-storeList__radio--checked{background-color:white;border-color:#323232;background-image:radial-gradient(circle,#000000 40%,transparent 40%);background-position:center;background-repeat:no-repeat;background-size:contain}.decorceramica-store-locator-0-x-storeList__radio:hover{border-color:#555}.decorceramica-store-locator-0-x-storeList__radio:focus{box-shadow:0 0 0 2px rgba(50,50,50,0.2)}.decorceramica-store-locator-0-x-storeDetails__list{padding-left:10px;margin:0}.decorceramica-store-locator-0-x-storeDetails__listItem{list-style:none;position:relative;padding-left:20px}.decorceramica-store-locator-0-x-storeDetails__listItem::before{content:"•";color:#636363;position:absolute;left:0;top:0;font-size:1.2em;font-weight:500}@keyframes decorceramica-store-locator-0-x-fadeInDown{0%{opacity:0;transform:translateY(-10px)}100%{opacity:1;transform:translateY(0)}}
.vtex-rich-text-0-x-strong--brandSince{font-size:1rem;font-weight:500;color:#fff;text-transform:uppercase;letter-spacing:2px;margin-bottom:10px}.vtex-rich-text-0-x-h2--brandSubtitle{font-size:1.5rem;color:#fff;margin-bottom:10px}.vtex-rich-text-0-x-h1--brandTitle{font-size:3rem;font-weight:500;color:#fff;margin:1rem 0}.vtex-rich-text-0-x-p--brandDescription{font-size:1.1rem;color:#fff;margin:1rem 0;line-height:1.6}.vtex-rich-text-0-x-strong--brandStatNumber{font-size:2.5rem;font-weight:500;color:#fff;margin:0}.vtex-rich-text-0-x-em--brandStatLabel{font-size:1rem;color:#fff;margin:0;text-transform:uppercase}.vtex-rich-text-0-x-h2--brandStory{margin-bottom:3rem;text-align:center}.vtex-rich-text-0-x-a--brandVideoPlayButton{margin-top:-50px;background:rgba(255,255,255,0.9);border:none;border-radius:50%;width:60px;height:60px;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,0.2);display:inline-block;text-decoration:none;color:inherit}.vtex-rich-text-0-x-h2--brandSpacesTitle{font-size:2rem;text-align:center;margin-bottom:3rem;color:#333}.vtex-rich-text-0-x-h3--brandSpaceName{font-size:1.3rem;margin:0 0 0.5rem 0;color:#333}.vtex-rich-text-0-x-p--brandSpaceDescription{font-size:0.9rem;color:#666;margin:0}.vtex-rich-text-0-x-h2--brandSelectedProductsTitle{font-size:2rem;text-align:center;margin-bottom:3rem;color:#333}.vtex-rich-text-0-x-h2--brandBenefitsTitle{font-size:2rem;text-align:center;margin-bottom:3rem;color:#333}.vtex-rich-text-0-x-h4--brandBenefitText{font-size:1rem;color:#333;margin:0}.vtex-rich-text-0-x-h2--brandCatalogTitle{font-size:2rem;text-align:center;margin-bottom:3rem;color:#333}.vtex-rich-text-0-x-strong--brandCatalogName{font-size:0.9rem;color:#333;margin:0}@media (max-width:768px){.vtex-rich-text-0-x-h1--brandTitle{font-size:2rem}.vtex-rich-text-0-x-h2--brandSubtitle{font-size:1.2rem}.vtex-rich-text-0-x-p--brandDescription{font-size:1rem}.vtex-rich-text-0-x-strong--brandStatNumber{font-size:2rem}.vtex-rich-text-0-x-h3--brandSpaceName{font-size:1.1rem}.vtex-rich-text-0-x-h4--brandBenefitText{font-size:0.9rem}.vtex-rich-text-0-x-strong--brandCatalogName{font-size:0.8rem}}@media (max-width:480px){.vtex-rich-text-0-x-h1--brandTitle{font-size:1.5rem}.vtex-rich-text-0-x-h2--brandSubtitle{font-size:1rem}.vtex-rich-text-0-x-h2--brandSpacesTitle,.vtex-rich-text-0-x-h2--brandSelectedProductsTitle,.vtex-rich-text-0-x-h2--brandBenefitsTitle,.vtex-rich-text-0-x-h2--brandCatalogTitle{font-size:1.5rem}}
.vtex-flex-layout-0-x-flexRow--brandHero{position:relative;min-height:600px;height:fit-content;display:flex;align-items:center;justify-content:center}.vtex-flex-layout-0-x-flexRow--brandHeroImage{background-position:center;background-size:cover}.vtex-flex-layout-0-x-flexRow--brandHeroOverlay{background-color:rgba(0,0,0,0.4)}.vtex-flex-layout-0-x-flexRow--brandStats{display:flex;justify-content:center;margin-top:2rem;gap:3rem}.vtex-flex-layout-0-x-flexCol--brandStatItem{text-align:center}.vtex-flex-layout-0-x-flexRowContent--brandHero .vtex-flex-layout-0-x-stretchChildrenWidth:nth-child(n){width:100%!important;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.vtex-flex-layout-0-x-flexRowContent--brandHero .vtex-flex-layout-0-x-stretchChildrenWidth:nth-child(2n){width:100%!important;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.vtex-store-components-3-x-imageElement--brandHeroImage{width:100%;aspect-ratio:529 / 300}.vtex-flex-layout-0-x-flexRowContent--brandHeroContent{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;min-height:600px}.vtex-flex-layout-0-x-flexRowContent--brandHeroContent .vtex-flex-layout-0-x-stretchChildrenWidth{position:relative;left:auto;top:auto;transform:none;text-align:center}.vtex-flex-layout-0-x-flexRow--brandContent{padding:4rem 1rem;max-width:1200px;margin:0 auto}.vtex-flex-layout-0-x-flexRow--brandVideoSection{text-align:center;margin-top:3rem}.vtex-flex-layout-0-x-flexRow--brandSpaces{padding:4rem 1rem;background-color:#f8f8f8}.vtex-flex-layout-0-x-flexRow--brandSpaces .vtex-flex-layout-0-x-flexRowContent--brandSpaces{max-width:1200px;margin:0 auto}.vtex-flex-layout-0-x-flexRow--brandSpacesGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.vtex-flex-layout-0-x-flexCol--brandSpaceCard{text-align:center;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);transition:transform 0.3s ease}.vtex-flex-layout-0-x-flexCol--brandSpaceCard:hover{transform:translateY(-5px)}.vtex-flex-layout-0-x-flexRow--brandSelectedProducts{padding:4rem 1rem}.vtex-flex-layout-0-x-flexRow--brandSelectedProducts .vtex-flex-layout-0-x-flexRowContent--brandSelectedProducts{max-width:1200px;margin:0 auto}.vtex-flex-layout-0-x-flexRow--brandBenefits{padding:4rem 1rem;background-color:#f8f8f8}.vtex-flex-layout-0-x-flexRow--brandBenefits .vtex-flex-layout-0-x-flexRowContent--brandBenefits{max-width:1200px;margin:0 auto}.vtex-flex-layout-0-x-flexRow--brandBenefitsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.vtex-flex-layout-0-x-flexCol--brandBenefitItem{text-align:center;display:flex;flex-direction:column;align-items:center}.vtex-flex-layout-0-x-flexRow--brandCatalog{padding:4rem 1rem}.vtex-flex-layout-0-x-flexRow--brandCatalog .vtex-flex-layout-0-x-flexRowContent--brandCatalog{max-width:1200px;margin:0 auto}.vtex-flex-layout-0-x-flexRow--brandCatalogGrid{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem}.vtex-flex-layout-0-x-flexCol--brandCatalogItem{text-align:center;width:150px}.vtex-flex-layout-0-x-flexRow--brandProducts{padding:4rem 1rem}.vtex-flex-layout-0-x-flexRow--brandProducts .vtex-flex-layout-0-x-flexRowContent--brandProducts{max-width:1200px;margin:0 auto}.vtex-flex-layout-0-x-flexRowContent--test-container{padding-bottom:0}.vtex-flex-layout-0-x-flexRowContent--test-container .vtex-slider-layout-0-x-sliderTrackContainer--vitrina-slider{overflow:unset!important}.vtex-flex-layout-0-x-flexRowContent--test-container .vtex-slider-layout-0-x-sliderLayoutContainer--vitrina-shelf{padding-bottom:22px}.vtex-flex-layout-0-x-flexRowContent--test-container .vtex-slider-layout-0-x-sliderLeftArrow--vitrina-shelf{top:-50px;right:41px;left:unset}.vtex-flex-layout-0-x-flexRowContent--test-container .vtex-slider-layout-0-x-sliderRightArrow--vitrina-shelf{top:-50px}.vtex-flex-layout-0-x-flexRowContent--test-container .vtex-slider-layout-0-x-paginationDot--vitrina-shelf{width:80px!important;height:4px!important;border-radius:0!important;padding:0;background-color:#dadada}.vtex-flex-layout-0-x-flexRowContent--test-container .vtex-slider-layout-0-x-paginationDot--vitrina-shelf--isActive{background-color:#2c2c2b}.vtex-flex-layout-0-x-flexRowContent--test-container .vtex-product-comparison-0-x-productSelectorContainer,.vtex-flex-layout-0-x-flexRowContent--test-container .vtex-rich-text-0-x-container--prodSummaryShelf-disponibilidad_flags,.vtex-flex-layout-0-x-flexRowContent--test-container .vtex-flex-layout-0-x-flexCol--prodSummaryShelf-priceSection{display:none}@media (max-width:768px){.vtex-flex-layout-0-x-flexRow--brandHero{height:400px}.vtex-flex-layout-0-x-flexRow--brandStats{flex-direction:column;gap:1.5rem;align-items:center}.vtex-flex-layout-0-x-flexRow--brandSpacesGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.vtex-flex-layout-0-x-flexCol--brandSpaceCard{padding:1rem}.vtex-flex-layout-0-x-flexRow--brandBenefitsGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.vtex-flex-layout-0-x-flexRow--brandCatalogGrid{gap:1rem}.vtex-flex-layout-0-x-flexCol--brandCatalogItem{width:120px}}@media (max-width:480px){.vtex-flex-layout-0-x-flexRow--brandHero{height:300px}.vtex-flex-layout-0-x-flexRow--brandContent,.vtex-flex-layout-0-x-flexRow--brandSpaces,.vtex-flex-layout-0-x-flexRow--brandSelectedProducts,.vtex-flex-layout-0-x-flexRow--brandBenefits,.vtex-flex-layout-0-x-flexRow--brandCatalog,.vtex-flex-layout-0-x-flexRow--brandProducts{padding:2rem 1rem}.vtex-flex-layout-0-x-flexRow--brandSpacesGrid{grid-template-columns:1fr}.vtex-flex-layout-0-x-flexRow--brandBenefitsGrid{grid-template-columns:1fr}.vtex-flex-layout-0-x-flexRow--brandCatalogGrid{flex-direction:column;align-items:center}.vtex-flex-layout-0-x-flexCol--brandCatalogItem{width:80%;max-width:200px}}
.vtex-flex-layout-0-x-flexRow--maxWidthBig{max-width:var(--maxWidth-big-desk);margin-left:auto;margin-right:auto}.vtex-flex-layout-0-x-flexRow--maxWidthBig .vtex-store-components-3-x-container{max-width:var(--maxWidth-big-desk);padding:0}.vtex-flex-layout-0-x-flexRow--maxWidthSmall{max-width:var(--maxWidth-small-desk);margin-left:auto;margin-right:auto}.vtex-flex-layout-0-x-flexRow--maxWidthSmall .vtex-store-components-3-x-container{max-width:var(--maxWidth-small-desk);padding:0;padding-left:var(--maxWidth-small--padding-desk);padding-right:var(--maxWidth-small--padding-desk)}@media screen and (max-width:48rem){.vtex-flex-layout-0-x-flexRow--maxWidthSmall .vtex-store-components-3-x-container{padding-left:1rem;padding-right:1rem}}
.vtex-modal-layout-0-x-closeIcon{color:#000}
.vtex-store-components-3-x-swiperCaret{display:flex;justify-content:center;align-items:center;width:24px;height:24px;border-radius:50%;padding:0;background-color:#a58d70}.vtex-store-components-3-x-swiperCaret .vtex-store-components-3-x-caretIcon{color:#fff;transform:scale(0.5)}.vtex-store-components-3-x-swiperBullet{width:80px!important;height:4px!important;border-radius:0!important;padding:0;background-color:#b8b8b8}.vtex-store-components-3-x-swiperBullet--active{background-color:#2c2a29}@media screen and (max-width:48rem){.vtex-store-components-3-x-swiperBullet{width:32px!important}}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandPageContainer{font-family:Arial,sans-serif}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandHero{position:relative;height:500px;display:flex;align-items:center;justify-content:center}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandHeroImage{background-position:center;background-size:cover}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandHeroOverlay{background-color:rgba(0,0,0,0.4)}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandHeroContent{text-align:center;z-index:1;max-width:800px}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandSince{font-size:1rem;font-weight:500;color:#fff;text-transform:uppercase;letter-spacing:2px;margin-bottom:10px}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandSubtitle{font-size:1.5rem;color:#fff;margin-bottom:10px}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandTitle{font-size:3rem;font-weight:500;color:#fff;margin:1rem 0}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandDescription{font-size:1.1rem;color:#fff;margin:1rem 0;line-height:1.6}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandStats{display:flex;justify-content:center;margin-top:2rem;gap:3rem}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandStatItem{text-align:center}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandStatNumber{font-size:2.5rem;font-weight:500;color:#fff;margin:0}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandStatLabel{font-size:1rem;color:#fff;margin:0;text-transform:uppercase}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandContent{padding:4rem 1rem;max-width:1200px;margin:0 auto}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandStory{margin-bottom:3rem;text-align:center}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandStoryText{font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandStoryImage{max-width:100%;height:auto;margin:0 auto 2rem;display:block}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandVideoSection{text-align:center;margin-top:3rem}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandVideoPlaceholder{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,0.1)}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandVideoPlayButton{margin-top:-50px;background:rgba(255,255,255,0.9);border:none;border-radius:50%;width:60px;height:60px;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,0.2)}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandSpaces{padding:4rem 1rem;background-color:#f8f8f8}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandSpacesTitle{font-size:2rem;text-align:center;margin-bottom:3rem;color:#333}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandSpacesGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandSpaceCard{text-align:center;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);transition:transform 0.3s ease}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandSpaceCard:hover{transform:translateY(-5px)}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandSpaceImage{width:100%;height:150px;object-fit:cover;border-radius:2px;margin-bottom:1rem;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandSpaceImagePlaceholder{width:100%;height:150px;border-radius:2px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandSpaceName{font-size:1.3rem;margin:0 0 0.5rem 0;color:#333}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandSpaceDescription{font-size:0.9rem;color:#666;margin:0}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandSelectedProducts{padding:4rem 1rem}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandSelectedProductsTitle{font-size:2rem;text-align:center;margin-bottom:3rem;color:#333}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandSelectedProductsCarousel{max-width:1200px;margin:0 auto}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandBenefits{padding:4rem 1rem;background-color:#f8f8f8}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandBenefitsTitle{font-size:2rem;text-align:center;margin-bottom:3rem;color:#333}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandBenefitsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandBenefitItem{text-align:center;display:flex;flex-direction:column;align-items:center}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandBenefitIcon{width:60px;height:60px;margin-bottom:1rem}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandBenefitText{font-size:1rem;color:#333;margin:0}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandCatalog{padding:4rem 1rem}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandCatalogTitle{font-size:2rem;text-align:center;margin-bottom:3rem;color:#333}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandCatalogCarousel{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;max-width:1200px;margin:0 auto}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandCatalogItem{text-align:center;width:150px}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandCatalogImage{width:100%;height:150px;object-fit:cover;border-radius:4px;margin-bottom:0.5rem}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandCatalogName{font-size:0.9rem;color:#333;margin:0}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandProducts{padding:4rem 1rem;max-width:1200px;margin:0 auto}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandProductsShelf{}@media (max-width:768px){.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandHero{height:400px}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandTitle{font-size:2rem}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandSubtitle{font-size:1.2rem}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandDescription{font-size:1rem}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandStats{flex-direction:column;gap:1.5rem;align-items:center}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandStatNumber{font-size:2rem}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandSpacesGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandSpaceCard{padding:1rem}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandSpaceName{font-size:1.1rem}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandBenefitsGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandBenefitIcon{width:40px;height:40px}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandCatalogCarousel{gap:1rem}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandCatalogItem{width:120px}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandCatalogImage{height:120px}}@media (max-width:480px){.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandHero{height:300px}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandTitle{font-size:1.5rem}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandSubtitle{font-size:1rem}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandContent,.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandSpaces,.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandSelectedProducts,.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandBenefits,.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandCatalog,.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandProducts{padding:2rem 1rem}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandSpacesTitle,.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandSelectedProductsTitle,.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandBenefitsTitle,.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandCatalogTitle{font-size:1.5rem}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandSpacesGrid{grid-template-columns:1fr}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandBenefitsGrid{grid-template-columns:1fr}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandCatalogCarousel{flex-direction:column;align-items:center}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandCatalogItem{width:80%;max-width:200px}.vtex-store-components-3-x-vtex-store-theme-q-4-x-brandCatalogImage{height:150px}}
.vtex-store-link-0-x-link,.vtex-store-link-0-x-link:hover,.vtex-store-link-0-x-buttonLink,.vtex-store-link-0-x-buttonLink:hover{transition:var(--transition-main)}
.vtex-slider-layout-0-x-sliderArrows{width:25px;height:25px;border-radius:50%;background-color:#A58D70!important}.vtex-slider-layout-0-x-sliderArrows .vtex-slider-layout-0-x-caretIcon{color:#fff}
.vtex-flex-layout-0-x-flexRowContent--pdp-addToCartButton{margin-bottom:20px}.vtex-flex-layout-0-x-flexRowContent--pdp-addToCartButton .vtex-button{height:47px}.vtex-flex-layout-0-x-flexRowContent--pdp-addToCartButton .vtex-button:hover,.vtex-flex-layout-0-x-flexRowContent--pdp-addToCartButton .vtex-button{transition:var(--transition-main)}.vtex-add-to-cart-button-0-x-buttonText--pdp{font-weight:400;text-transform:initial}@media screen and (max-width:40rem){.vtex-flex-layout-0-x-flexRow--pdp-addToCartButton{width:100vw;position:fixed;bottom:0;left:0;z-index:9}.vtex-flex-layout-0-x-flexRowContent--pdp-addToCartButton{margin-bottom:0px}.vtex-flex-layout-0-x-flexRowContent--pdp-addToCartButton .vtex-button{border-radius:0}}
.vtex-availability-notify-1-x-notiferContainer{margin-bottom:13px;border:1px solid #e4e4e4;padding:24px;background-color:#f9f7f6}.vtex-availability-notify-1-x-title{color:#2e2e2e;font-weight:500;font-size:18px;margin-bottom:16px}.vtex-availability-notify-1-x-notifyLabel{color:#2e2e2e;font-size:16px;margin-bottom:24px}.vtex-availability-notify-1-x-content{flex-direction:column}.vtex-availability-notify-1-x-input{margin-bottom:18px}.vtex-availability-notify-1-x-inputName .vtex-input::before,.vtex-availability-notify-1-x-inputEmail .vtex-input::before{display:block;margin-bottom:8px;color:#0d0d0d;font-weight:500;font-size:14px;line-height:18px}.vtex-availability-notify-1-x-inputName .vtex-input,.vtex-availability-notify-1-x-inputEmail .vtex-input{position:relative}.vtex-availability-notify-1-x-inputName .vtex-input::before{content:"Nombre"}.vtex-availability-notify-1-x-inputEmail .vtex-input::before{content:"Correo electrónico"}.vtex-availability-notify-1-x-content .vtex-input-prefix__group{border:1px solid #e0e0e0;border-radius:2px}.vtex-availability-notify-1-x-content .vtex-styleguide-9-x-input{font-size:16px}.vtex-availability-notify-1-x-submit{margin:0}.vtex-availability-notify-1-x-submit .vtex-button{width:100%;height:47px;border-radius:1px;display:flex;justify-content:center;align-items:center;transition:var(--transition-main)}.vtex-availability-notify-1-x-submit .vtex-button__label{text-transform:initial}@media screen and (max-width:40rem){.vtex-availability-notify-1-x-notiferContainer{margin-bottom:35px}}
.vtex-breadcrumb-1-x-container--pdp{margin-bottom:20px;padding:0}.vtex-breadcrumb-1-x-link--pdp{position:relative;padding:0;color:#666666;font-size:14px;transition:var(--transition-main)}.vtex-breadcrumb-1-x-link--pdp:hover{color:#000!important;text-decoration:underline;transition:var(--transition-main)}.vtex-breadcrumb-1-x-homeIcon--pdp{display:none}.vtex-breadcrumb-1-x-link--pdp.vtex-breadcrumb-1-x-homeLink--pdp{padding:0!important;margin:0!important}.vtex-breadcrumb-1-x-link--pdp.vtex-breadcrumb-1-x-homeLink--pdp::after{content:"Inicio";display:block}.vtex-breadcrumb-1-x-arrow--pdp{position:relative;padding:0}.vtex-breadcrumb-1-x-arrow--pdp--2 .vtex-breadcrumb-1-x-link--pdp{color:#212121}.vtex-breadcrumb-1-x-arrow--pdp .vtex-breadcrumb-1-x-caretIcon--pdp{position:relative;top:-2px;border-radius:50%;width:4px;height:4px;margin:0 10px;color:#666666;background-color:#666666}.vtex-breadcrumb-1-x-termArrow--pdp,.vtex-breadcrumb-1-x-term--pdp{display:none}
.vtex-flex-layout-0-x-flexRowContent--pdp-buyActions,.vtex-flex-layout-0-x-flexRowContent--pdp-not_available{gap:6%}.vtex-flex-layout-0-x-flexCol--pdp-buyActions,.vtex-flex-layout-0-x-flexCol--pdp-not_available{flex:1;height:fit-content;position:sticky;top:134px;z-index:10}.vtex-flex-layout-0-x-flexCol--pdp-buyActions .vtex-flex-layout-0-x-flexRowContent--pdp-flags{display:flex;margin-bottom:20px}.vtex-flex-layout-0-x-flexCol--pdp-buyActions .vtex-flex-layout-0-x-flexRowContent--pdp-flags .vtex-flex-layout-0-x-stretchChildrenWidth{width:auto!important}.vtex-flex-layout-0-x-flexRow--pdp-prices{margin-bottom:16px}.vtex-flex-layout-0-x-flexRowContent--pdp-prices{gap:16px}.vtex-flex-layout-0-x-flexRowContent--pdp-sellingPrice,.vtex-flex-layout-0-x-flexRowContent--pdp-listPrice{gap:8px}.vtex-flex-layout-0-x-flexRowContent--pdp-specifications-content{margin-bottom:14px}.vtex-flex-layout-0-x-flexRowContent--pdp-specifications-content{align-items:center;gap:4px}
.vtex-product-highlights-2-x-productHighlightWrapper--pdp{width:fit-content;display:flex;justify-content:center;align-items:center;border-radius:4px;margin-right:8px;padding:4px 7px}.vtex-product-highlights-2-x-productHighlightText--pdp{color:#2E2E2E;font-weight:500;font-size:12px;line-height:14px;text-transform:initial}.vtex-product-highlights-2-x-productHighlightWrapper--pdp[data-highlight-id="246"]{background-color:#F4EEEE}.vtex-product-highlights-2-x-productHighlightWrapper--pdp[data-highlight-id="201"]{background-color:#F7F3ED}.vtex-product-highlights-2-x-productHighlightWrapper--pdp[data-highlight-id="248"],.vtex-product-highlights-2-x-productHighlightWrapper--pdp[data-highlight-id="261"]{background-color:#D5B895}@media screen and (max-width:64rem){.vtex-product-highlights-2-x-productHighlightWrapper--pdp[data-highlight-id="231"]{width:24px;height:24px;opacity:1}.vtex-product-highlights-2-x-productHighlightWrapper--pdp[data-highlight-id="231"]::after{transform:scale(0.8)}}
.vtex-flex-layout-0-x-flexColChild--pdp-buyActions .vtex-product-identifier-0-x-product-identifier,.vtex-flex-layout-0-x-flexColChild--pdp-not_available .vtex-product-identifier-0-x-product-identifier{display:block;margin:0 0 8px;padding:0;color:#787878;font-size:12px}
.vtex-product-price-1-x-savingsPercentage--pdp{font-size:12px;line-height:14px}.vtex-product-price-1-x-sellingPrice--pdp{color:#2C2C2B;font-weight:500;font-size:16px;line-height:155%}.vtex-product-price-1-x-listPriceValue--pdp,.vtex-product-price-1-x-listPrice--pdp .vtex-product-price-1-x-measurementUnit--pdp{color:#DADADA;font-weight:500;font-size:16px;line-height:155%}.vtex-product-price-1-x-listPrice--pdp .vtex-product-price-1-x-measurementUnit--pdp{text-decoration:line-through}
.vtex-product-quantity-1-x-quantitySelectorStepper .vtex-numeric-stepper-container{display:flex;align-items:center;border:1px solid #bcbdbc;border-radius:1px;overflow:hidden;width:100%}.vtex-product-quantity-1-x-quantitySelectorStepper .vtex-numeric-stepper__minus-button,.vtex-product-quantity-1-x-quantitySelectorStepper .vtex-numeric-stepper__plus-button{border-radius:0;width:48px;height:48px;border:none;cursor:pointer;font-size:18px;font-weight:500;display:flex;align-items:center;justify-content:center;transition:background-color 0.2s ease}.vtex-product-quantity-1-x-quantitySelectorStepper .vtex-numeric-stepper__minus-button{background-color:#e0e0e0;color:#a0a0a0}.vtex-product-quantity-1-x-quantitySelectorStepper .vtex-numeric-stepper__plus-button{background-color:#a58d70;color:#ffffff}.vtex-product-quantity-1-x-quantitySelectorStepper .vtex-numeric-stepper__input{font-size:16px;font-weight:500;color:#333;text-align:center;width:100%;height:48px;border:none;padding:8px}
.vtex-product-specifications-1-x-specificationName--pdp-specificationsName{position:relative;color:#484848;font-weight:500;font-size:14px;text-decoration:underline}.vtex-product-specifications-1-x-specificationName--pdp-specificationsName::after{content:": ";display:inline}.vtex-product-specifications-1-x-specificationValue--pdp-specificationsValue{display:block;color:#484848;font-size:14px;text-align:justify}
.vtex-rich-text-0-x-container--pdp-sobrePedido{margin-bottom:13px;padding:24px;background-color:#EEF1F4}.vtex-rich-text-0-x-wrapper--pdp-sobrePedido{}.vtex-rich-text-0-x-paragraph--pdp-sobrePedido{position:relative;margin:0;color:#2E2E2E;font-size:14px}.vtex-rich-text-0-x-paragraph--pdp-sobrePedido::before{content:url("/arquivos/icon-pdpInfo.svg");display:block;margin-bottom:16px}.vtex-rich-text-0-x-strong--pdp-sobrePedido{display:block;font-weight:500;font-size:16px;line-height:24px}.vtex-rich-text-0-x-link--pdp-sobrePedido{color:#2E2E2E;font-weight:500}.vtex-rich-text-0-x-container--pdp-ivaText{height:100%}.vtex-rich-text-0-x-paragraph--pdp-ivaText{margin:0;color:#484848;font-weight:300;font-size:12px}@media screen and (max-width:40rem){.vtex-rich-text-0-x-container--pdp-sobrePedido{margin-bottom:25px}}
.vtex-store-components-3-x-productNameContainer--pdp{width:90%}.vtex-flex-layout-0-x-flexCol--pdp-not_available .vtex-store-components-3-x-productNameContainer--pdp{margin-bottom:16px}.vtex-store-components-3-x-productBrand--pdp{display:-webkit-box;-webkit-box-orient:vertical;color:#565556;font-weight:500;font-size:17px;line-height:20px;text-align:start}
.vtex-store-components-3-x-logoLink--header-desk{position:relative;width:243px;height:21px;display:flex;justify-content:center;align-items:center;margin-right:16px}.vtex-store-components-3-x-logoLink--header-desk::after{content:"";display:block;position:relative;right:-16px;height:32px;border-right:2px solid #a49481}.vtex-store-components-3-x-logoContainer--header-desk{display:block;width:100%;height:auto;padding:0;max-width:unset;max-height:unset}.vtex-store-components-3-x-searchBarContainer{padding:0;border:none;max-width:unset}.vtex-store-components-3-x-autoCompleteOuterContainer .vtex-input{order:2}.vtex-store-components-3-x-autoCompleteOuterContainer .vtex-input .vtex-input-prefix__group{border:none}.vtex-store-components-3-x-autoCompleteOuterContainer .vtex-input .vtex-input-prefix__group .vtex-styleguide-9-x-input{order:2;height:auto;border:none;border-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px;padding:0 0 0 10px;color:#000;font-size:1rem;font-weight:400;line-height:120%;letter-spacing:0.07px;border-bottom:1px solid #2c2c2b;background-color:#fff}.vtex-store-components-3-x-autoCompleteOuterContainer .vtex-input .vtex-input-prefix__group .vtex-styleguide-9-x-input::placeholder{color:#565556}.vtex-store-components-3-x-autoCompleteOuterContainer .vtex-input .vtex-input-prefix__group .vtex-input__suffix{order:1;border-radius:0;padding:0 0 0 12px;border-bottom:1px solid #2c2c2b;background-color:#fff}.vtex-store-components-3-x-autoCompleteOuterContainer .vtex-input-prefix__group{height:48px}.vtex-store-components-3-x-searchBarIcon--search{padding:0}.vtex-store-components-3-x-searchBarIcon--search .vtex-store-components-3-x-searchIcon,.vtex-store-components-3-x-searchBarIcon--clear .vtex-store-components-3-x-closeIcon{display:none}.vtex-store-components-3-x-searchBarIcon--search::after{content:url(/arquivos/header-glassSearch-icon.svg);padding-top:5px}.vtex-store-components-3-x-searchBarIcon--clear::after{content:url(/arquivos/icon-closeSearchBar.png);padding-top:5px}
.vtex-flex-layout-0-x-flexRow--seccionGridDepartament .vtex-store-components-3-x-container{width:100%;max-width:100%}.vtex-flex-layout-0-x-flexRow--BannerDepartament .vtex-store-components-3-x-container{width:100%;max-width:100%}.vtex-flex-layout-0-x-flexRow--depto-comprar_por{margin-bottom:80px;margin-top:80px;margin-left:0;margin-right:0}.vtex-flex-layout-0-x-flexRow--depto-comprar_por .vtex-store-components-3-x-container .vtex-flex-layout-0-x-flexRowContent--depto-comprar_por{padding:0 3rem!important}.vtex-flex-layout-0-x-flexColChild--depto-comprar_por:first-child{width:fit-content}.vtex-flex-layout-0-x-flexCol--depto-comprar_por{position:relative}.vtex-flex-layout-0-x-flexRow--depto-comprar_por-heading_control{margin-bottom:45px}@media screen and (max-width:48rem){.vtex-flex-layout-0-x-flexRow--depto-comprar_por-heading_control{margin-bottom:68px}.vtex-flex-layout-0-x-flexRow--depto-comprar_por .vtex-store-components-3-x-container .vtex-flex-layout-0-x-flexRowContent--depto-comprar_por{padding:0!important}}
.vtex-list-context-0-x-list--banner-dpto-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,minmax(200px,350px));grid-column-gap:2px;grid-row-gap:2px}.vtex-list-context-0-x-item--banner-dpto-grid{position:relative;display:flex;align-items:center;justify-content:center}.vtex-list-context-0-x-item--banner-dpto-grid:nth-child(n){grid-area:1 / 1 / 3 / 2}.vtex-list-context-0-x-item--banner-dpto-grid:nth-child(2n){grid-area:1 / 2 / 2 / 3}.vtex-list-context-0-x-item--banner-dpto-grid:nth-child(2n) .vtex-list-context-0-x-imageElement--banner-dpto-grid{max-height:inherit!important}.vtex-list-context-0-x-item--banner-dpto-grid:nth-child(3n){grid-area:2 / 2 / 3 / 3}.vtex-list-context-0-x-item--banner-dpto-grid:nth-child(4n){grid-area:3 / 1 / 4 / 3}.vtex-list-context-0-x-item--banner-dpto-grid:nth-child(5n){grid-area:4 / 1 / 5 / 3}.vtex-list-context-0-x-imageElementLink--banner-dpto-grid{width:100%!important;height:100%;display:contents;max-height:500px!important}.vtex-list-context-0-x-imageElement--banner-dpto-grid{width:100%;height:100%;object-fit:cover;object-position:center;max-height:100%!important}.vtex-list-context-0-x-imageElementLink--banner-dpto-grid::before{content:"Ver todo";font-family:"Gotham";font-style:normal;font-weight:400;font-size:16px;line-height:2;color:#ffffff;position:absolute;left:35px;bottom:28px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGZvcmVpZ25PYmplY3QgeD0iLTQiIHk9Ii00IiB3aWR0aD0iMzMiIGhlaWdodD0iMzMiPjxkaXYgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGh0bWwiIHN0eWxlPSJiYWNrZHJvcC1maWx0ZXI6Ymx1cigycHgpO2NsaXAtcGF0aDp1cmwoI2JnYmx1cl8xXzQyMjRfMjQ3MjdfY2xpcF9wYXRoKTtoZWlnaHQ6MTAwJTt3aWR0aDoxMDAlIj48L2Rpdj48L2ZvcmVpZ25PYmplY3Q+PGcgZGF0YS1maWdtYS1iZy1ibHVyLXJhZGl1cz0iNCI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF80MjI0XzI0NzI3KSI+CjxyZWN0IHk9IjI1IiB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHJ4PSIxMi41IiB0cmFuc2Zvcm09InJvdGF0ZSgtOTAgMCAyNSkiIGZpbGw9IiNBNThENzAiLz4KPHBhdGggZD0iTTE5LjI3NzggNi4zNTg0VjE2LjEwODRDMTkuMjc3OCAxNi4zMDczIDE5LjE5ODcgMTYuNDk4MSAxOS4wNTgxIDE2LjYzODdDMTguOTE3NCAxNi43Nzk0IDE4LjcyNjcgMTYuODU4NCAxOC41Mjc4IDE2Ljg1ODRDMTguMzI4OCAxNi44NTg0IDE4LjEzODEgMTYuNzc5NCAxNy45OTc0IDE2LjYzODdDMTcuODU2OCAxNi40OTgxIDE3Ljc3NzggMTYuMzA3MyAxNy43Nzc4IDE2LjEwODRWOC4xNjg3MUw3LjA1ODM5IDE4Ljg4OUM2LjkxNzY2IDE5LjAyOTggNi43MjY3OCAxOS4xMDg4IDYuNTI3NzYgMTkuMTA4OEM2LjMyODc0IDE5LjEwODggNi4xMzc4NyAxOS4wMjk4IDUuOTk3MTQgMTguODg5QzUuODU2NDEgMTguNzQ4MyA1Ljc3NzM0IDE4LjU1NzQgNS43NzczNCAxOC4zNTg0QzUuNzc3MzQgMTguMTU5NCA1Ljg1NjQxIDE3Ljk2ODUgNS45OTcxNCAxNy44Mjc4TDE2LjcxNzQgNy4xMDg0SDguNzc3NzZDOC41Nzg4NSA3LjEwODQgOC4zODgwOCA3LjAyOTM4IDguMjQ3NDMgNi44ODg3M0M4LjEwNjc4IDYuNzQ4MDggOC4wMjc3NiA2LjU1NzMxIDguMDI3NzYgNi4zNTg0QzguMDI3NzYgNi4xNTk0OSA4LjEwNjc4IDUuOTY4NzIgOC4yNDc0MyA1LjgyODA3QzguMzg4MDggNS42ODc0MiA4LjU3ODg1IDUuNjA4NCA4Ljc3Nzc2IDUuNjA4NEgxOC41Mjc4QzE4LjcyNjcgNS42MDg0IDE4LjkxNzQgNS42ODc0MiAxOS4wNTgxIDUuODI4MDdDMTkuMTk4NyA1Ljk2ODcyIDE5LjI3NzggNi4xNTk0OSAxOS4yNzc4IDYuMzU4NFoiIGZpbGw9IndoaXRlIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJiZ2JsdXJfMV80MjI0XzI0NzI3X2NsaXBfcGF0aCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNCA0KSI+PHJlY3QgeT0iMjUiIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgcng9IjEyLjUiIHRyYW5zZm9ybT0icm90YXRlKC05MCAwIDI1KSIvPgo8L2NsaXBQYXRoPjxjbGlwUGF0aCBpZD0iY2xpcDBfNDIyNF8yNDcyNyI+CjxyZWN0IHk9IjI1IiB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHJ4PSIxMi41IiB0cmFuc2Zvcm09InJvdGF0ZSgtOTAgMCAyNSkiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");background-repeat:no-repeat;width:110px;background-position-x:right;background-position-y:center;z-index:9}.vtex-list-context-0-x-imageElementLink--banner-dpto-grid::after{content:attr(title);font-style:normal;font-weight:400;font-size:38px;line-height:140%;color:#ffffff;text-shadow:0px 4px 4px rgba(0,0,0,0.25);position:absolute;left:35px;bottom:76px}@media screen and (max-width:500px){.vtex-list-context-0-x-list--banner-dpto-grid{grid-template-rows:repeat(3,minmax(100px,180px))}.vtex-list-context-0-x-imageElementLink--banner-dpto-grid::after{content:attr(title);font-style:normal;font-weight:400;font-size:22px;left:15px;bottom:58px}.vtex-list-context-0-x-imageElementLink--banner-dpto-grid::before{left:15px;font-size:13px;width:90px}}
.vtex-rich-text-0-x-container--depto-comprar_por-heading{}.vtex-rich-text-0-x-wrapper--depto-comprar_por-heading{}.vtex-rich-text-0-x-heading--depto-comprar_por-heading,.vtex-rich-text-0-x-paragraph--depto-comprar_por-heading{margin:0;color:#2c2c2b;font-weight:500;font-size:24px;line-height:26px}@media screen and (max-width:48rem){.vtex-rich-text-0-x-heading--depto-comprar_por-heading,.vtex-rich-text-0-x-paragraph--depto-comprar_por-heading{text-transform:uppercase}}
.vtex-search-result-3-x-searchResultContainer--Content_departament{margin:0 auto!important;max-width:unset!important;padding:0!important}.vtex-search-result-3-x-searchResultContainer--Content_departament .vtex-store-components-3-x-container{padding:0!important}@media screen and (max-width:500px){.vtex-search-result-3-x-searchResultContainer--Content_departament{padding:0}.vtex-search-result-3-x-searchResultContainer--Content_departament .vtex-store-components-3-x-container{padding:0!important}}
.vtex-tab-layout-0-x-container--depto-comprar_por .vtex-tab-layout-0-x-contentItem{min-height:518px}.vtex-tab-layout-0-x-listContainer--depto-comprar_por{width:fit-content;position:absolute;top:0;right:76px;left:unset}.vtex-tab-layout-0-x-listItem--depto-comprar_por-tab{margin:0;padding:0}.vtex-tab-layout-0-x-listItem--depto-comprar_por-tab .vtex-button{min-height:24px;height:24px;color:#958f95;font-weight:400;font-size:16px;line-height:24px;background-color:transparent;border:none;border-radius:0;text-transform:capitalize}.vtex-tab-layout-0-x-listItem--depto-comprar_por-tab.vtex-tab-layout-0-x-listItemActive--depto-comprar_por-tab .vtex-button{color:#2c2c2b;font-weight:500;border-bottom:1px solid #a58d70}.vtex-tab-layout-0-x-listItem--depto-comprar_por-tab .vtex-button__label{padding:0 8px}@media screen and (max-width:48rem){.vtex-tab-layout-0-x-container--depto-comprar_por{min-height:433px}.vtex-tab-layout-0-x-listContainer--depto-comprar_por{width:100%;top:44px;right:unset;left:unset;margin:auto}.vtex-tab-layout-0-x-listItem--depto-comprar_por-tab .vtex-button{min-height:32px;height:32px}}
.vtex-slider-layout-0-x-slide--depto-comprar_por-tabsList{width:fit-content!important;min-width:140px;margin:0!important}.vtex-slider-layout-0-x-sliderLayoutContainer--depto-comprar_por-tabContent{padding-bottom:44px}.vtex-slider-layout-0-x-sliderLeftArrow--depto-comprar_por-tabContent{top:-76px;right:41px;left:unset}.vtex-slider-layout-0-x-sliderRightArrow--depto-comprar_por-tabContent{top:-76px}.vtex-slider-layout-0-x-paginationDot--depto-comprar_por-tabContent{width:80px!important;height:4px!important;border-radius:0!important;padding:0;background-color:#dadada}.vtex-slider-layout-0-x-paginationDot--depto-comprar_por-tabContent--isActive{background-color:#2c2c2b}@media screen and (max-width:48rem){.vtex-slider-layout-0-x-slide--depto-comprar_por-tabsList{width:unset!important;min-width:116px}}
.vtex-flex-layout-0-x-flexRow--collection .vtex-flex-layout-0-x-flexRow--materialTypeImageSliderContainer{display:none}.vtex-flex-layout-0-x-flexRow--collection3-noBanner-noCarousel .vtex-flex-layout-0-x-flexRow--materialTypeImageSliderContainer,.vtex-flex-layout-0-x-flexRow--collection3-noBanner-noCarousel .vtex-flex-layout-0-x-flexRow--bannerContainer{display:none}.vtex-flex-layout-0-x-flexRow--collection.vtex-flex-layout-0-x-flexRow--collection2 .vtex-flex-layout-0-x-flexRow--materialTypeImageSliderContainer{display:block!important}.vtex-flex-layout-0-x-flexRow--collection .vtex-flex-layout-0-x-flexRowContent--breadcrumbSearchInfoOrderbyContainer,.vtex-flex-layout-0-x-flexRow--collection3-noBanner-noCarousel .vtex-flex-layout-0-x-flexRowContent--breadcrumbSearchInfoOrderbyContainer{padding:12px 40px!important;margin-top:18px}.vtex-flex-layout-0-x-flexRow--collection .vtex-flex-layout-0-x-flexRow--section3ResultAndFilterContainier{padding-top:34px}@media screen and (width <= 64rem){.vtex-flex-layout-0-x-flexRow--collection .vtex-flex-layout-0-x-flexRowContent--breadcrumbSearchInfoOrderbyContainer{padding:0!important;margin-top:0}.vtex-flex-layout-0-x-flexRow--collection .vtex-flex-layout-0-x-flexRow--section3ResultAndFilterContainier{padding-top:0}}
.vtex-flex-layout-0-x-flexRow--myAccountMainContentWrapper{background-color:#eef1f4;section {
    margin: 0;
    padding: 0;
  }}
:root{--color-primary: #2e2e2e;--color-background: #f8f8f7;--color-letter-thin: #1e1e1e;--color-border: #e4e4e4;--color-shadow: #a494811f;--color-address-form-button: #2c2c2b;--color-label-field: #0d0d0d;--font-family-main: "Gotham", sans-serif;--background-color-main: #a49481;--border-containers: 1px solid var(--color-border);--border-address-form-button: 1px solid #2c2c2b}.vtex-my-account-1-x-menu{padding:16px;@media screen and (min-width:1026px){padding: 0;
    padding-left: 0;
    width: 328px;}}.vtex-my-account-1-x-userImage{display:none}.vtex-my-account-1-x-userInfo{background:var(--background-color-main);margin-bottom:22px;.vtex-my-account-1-x-userGreeting,
  .vtex-my-account-1-x-userName {
    color: white;
    font-family: var(--font-family-main);
    font-weight: 700;
    font-size: 18px;
    line-height: 28.8px;
    text-align: center;
  }

  .vtex-my-account-1-x-userGreeting {
    margin: 0;
  }

  .vtex-my-account-1-x-userName {
    padding-left: 10px;
  }

  & > div:nth-child(2) {
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 18px 10px;
    width: 100%;
  }}.vtex-account_menu-link{color:black;font-family:var(--font-family-main);font-weight:400;font-size:14px;line-height:22px;padding:8px 2px 8px 17px;margin:0;border-radius:4px;display:flex;align-items:center;justify-content:space-between;border-left:unset;transition:color 0.2s ease,background-color 0.2s ease;&:hover,
  &:focus,
  &[aria-current="page"],
  &.b--action-primary,
  &.vtex-my-account-1-x-current {
    background-color: var(--color-primary);
    color: white;
  }

  &.b--action-primary {
    border-color: var(--color-primary);
    position: relative;
    &::after {
      content: "";
      display: block;
      width: 3px;
      height: 22px;
      background: #a49481;
      border-radius: 1px;
    }
  }}.vtex-my-account-1-x-menuLinks{background-color:#f9f7f6;> div {
    gap: 8px;
    border-top: 1px solid #e4e4e4;
    border-inline: 1px solid #e4e4e4;
    padding-bottom: 8px;
  }
  > .vtex-my-account-1-x-menuLink {
    border: unset;
    border-bottom: 1px solid #e4e4e4;
    border-inline: 1px solid #e4e4e4;
    margin-block: 0;
    font-family: "Gotham", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #0d0d0d;
    border-radius: 4px;
    padding: 8px 2px 8px 17px;

    &:hover,
    &:focus,
    &[aria-current="page"],
    &.b--action-primary,
    &.vtex-my-account-1-x-current {
      background-color: var(--color-primary);
      color: white;
    }

    &.b--action-primary {
      border-color: var(--color-primary);
      position: relative;
      &::after {
        content: "";
        display: block;
        width: 3px;
        height: 22px;
        background: #a49481;
        border-radius: 1px;
      }
    }
  }}.vtex-pageHeader__title{@media screen and (min-width:1026px){font-size: 24px;}}.vtex-my-account-1-x-profile__header{.vtex-pageHeader__title {
    color: var(--color-primary);
    font-family: var(--font-family-main);
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;

    @media screen and (min-width: 1026px) {
      font-size: 24px;
    }
  }
  .vtex-pageHeader__container {
    padding: 0;
    > div {
      margin-top: 0;
    }
  }}.vtex-pageHeader-link__container{.vtex-button {
    > div {
      padding: 0;

      &::before {
        content: url("/arquivos/CaretLeft.webp");
        margin-top: 2px;
      }

      svg {
        display: none;
      }

      &::after {
        content: "Volver";
        font-family: var(--font-family-main);
        font-weight: 325;
        font-size: 14px;
        line-height: 22px;
      }

      > span {
        font-size: 0;
      }
    }
    &:hover {
      background-color: transparent;
    }
  }}.vtex-my-account-1-x-profileFormBoxContainer{width:100%;> div {
    @media screen and (min-width: 1026px) {
      width: 100%;
      max-width: none;
    }
  }

  .vtex-input__label,
  .vtex-dropdown__label {
    color: var(--color-label-field);
    font-family: var(--font-family-main);
    font-weight: Bold;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
  }}.vtex-my-account-1-x-addressEdit__header{.vtex-pageHeader__container {
    padding: 24px;
    padding-bottom: 0;

    div:nth-child(2) {
      &::before {
        content: "Dirección de despacho";
        color: var(--color-primary);
        font-family: var(--font-family-main);
        font-weight: 700;
        font-size: 18px;
        line-height: 28.8px;

        @media screen and (min-width: 1026px) {
          font-size: 24px;
        }
      }

      div {
        display: none;
      }
    }
  }}.vtex-my-account-1-x-addressEdit{padding-top:16px;@media screen and (min-width:1026px){padding: 24px;}.vtex-my-account-1-x-boxContainerBody {
    @media screen and (min-width: 1026px) {
      padding: 0;
    }

    .address-summary {
      > span:last-child {
        color: var(--color-primary);
        font-family: var(--font-family-main);
        font-weight: Bold;
        font-size: 16px;
        line-height: 24px;
        text-decoration: underline;
      }
    }
  }

  .vtex-dropdown__label,
  .vtex-input__label {
    color: var(--color-label-field);
    font-family: var(--font-family-main);
    font-weight: Bold;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
  }

  .vtex-address-form__container {
    /* Selecciona el vtex-button que está al lado del formulario de dirección */
    + .vtex-button {
      background-color: white;
      border: var(--border-address-form-button);
      padding: 14.5px 0;
      width: 113px;
      border-radius: 0;
      transition: all 0.2s ease;
      align-self: flex-start;
      margin-left: 0;
      margin-right: auto;

      &:hover {
        background-color: var(--background-color-main);

        &::after {
          color: white;
        }
      }

      .vtex-button__label {
        display: none;
      }

      &::after {
        content: "Guardar";
        color: var(--color-address-form-button);
        font-family: var(--font-family-main);
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        vertical-align: middle;
        text-transform: capitalize;
        transition: color 0.2s ease;
      }
    }
  }}.vtex-my-account-1-x-addressList__header{.vtex-pageHeader__container > :nth-child(2) {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;

    @media screen and (min-width: 1026px) {
      flex-wrap: wrap;
    }

    &::before {
      content: "Dirección de despacho";
      color: var(--color-primary);
      font-family: var(--font-family-main);
      font-weight: 700;
      font-size: 18px;
      line-height: 28.8px;
      white-space: nowrap;

      @media screen and (min-width: 1026px) {
        font-size: 24px;
      }
    }
  }

  .vtex-pageHeader__container {
    padding-bottom: 16px;

    .vtex-pageHeader__title {
      display: none;
    }

    .vtex-pageHeader__children {
      width: fit-content;
      flex-shrink: 0;

      .vtex-button {
        background-color: white;
        border: none;
        color: var(--color-letter-thin);
        white-space: nowrap;

        &::before {
          content: "Agregar dir.";
          color: var(--color-letter-thin);
          font-family: var(--font-family-main);
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          text-align: center;
          text-decoration-line: underline;
          text-decoration-style: solid;
          text-decoration-thickness: 1px;
          text-transform: initial;
          white-space: nowrap;

          @media screen and (min-width: 1026px) {
            content: "Agregar dirección";
          }
        }

        .vtex-button__label {
          font-size: 0;
        }
      }
    }
  }}.vtex-my-account-1-x-addressList{padding-top:0}.vtex-my-account-1-x-addressBox{flex-direction:column;> div {
    width: 100%;
  }

  .vtex-my-account-1-x-boxContainer {
    border: none;
  }

  .vtex-my-account-1-x-boxContainerBody {
    border: 1px solid #e4e4e4;
    background-color: #f8f8f7;
    border-bottom: none;

    .address-summary .street,
    .address-summary .complement {
      color: var(--color-primary);
      font-family: var(--font-family-main);
      font-weight: Bold;
      font-size: 16px;
      line-height: 24px;
    }
  }

  .vtex-my-account-1-x-boxContainerFooter {
    background-color: #f8f8f7;
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;

    .vtex-button {
      .vtex-button__label {
        font-family: var(--font-family-main);
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        text-align: right;
        text-decoration: underline;
        text-decoration-style: solid;
        text-decoration-thickness: 0%;
        text-transform: capitalize;
        transition: color 0.2s;
      }

      &:hover .vtex-button__label {
        color: white;
      }
    }

    & .vtex-button__label {
      font-family: var(--font-family-main);
      font-weight: Bold;
      font-size: 14px;
      line-height: 22px;
      text-align: right;
      text-decoration: underline;
      text-decoration-style: solid;
      text-decoration-thickness: 0%;
      text-transform: capitalize;
    }
  }}.vtex-my-account-1-x-profile{main {
    > div {
      width: 100%;

      @media screen and (min-width: 1026px) {
        .vtex-my-account-1-x-boxContainer {
          flex-direction: column-reverse;
        }
      }
    }

    > div:nth-child(2) {
      display: none;
    }
  }}.vtex-my-account-1-x-profileBoxContainer{> div {
    padding: 0;
  }
  .vtex-my-account-1-x-boxContainer {
    background-color: var(--color-background);
    border: var(--border-containers);
    border-radius: 0;
    padding: 18px;
    position: relative;
  }

  .vtex-my-account-1-x-boxContainerBody {
    padding: 0;
  }

  .vtex-my-account-1-x-boxContainerFooter {
    position: absolute;
    padding: 0;
    right: 18px;
    top: 18px;
    .vtex-button {
      .vtex-button__label {
        font-family: var(--font-family-main);
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        text-align: right;
        text-decoration: underline;
        text-decoration-style: solid;
        text-decoration-thickness: 0%;
        text-transform: capitalize;
        transition: color 0.2s;
      }

      &:hover .vtex-button__label {
        color: white;
      }
    }
  }}.vtex-my-account-1-x-nameContainer{gap:5px;margin-bottom:4px;.vtex-my-account-1-x-dataEntryLabel {
    display: none;
  }

  .vtex-my-account-1-x-dataEntryChildren {
    font-family: "Gotham", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #2e2e2e;
  }

  .vtex-my-account-1-x-lastNameSubContainer,
  .vtex-my-account-1-x-firstNameSubContainer {
    margin-bottom: 0;
    flex: unset;
  }}.vtex-my-account-1-x-emailContainer{margin-top:6px;margin-bottom:6px;display:flex;justify-content:flex-start;gap:5px;align-items:center}.vtex-my-account-1-x-dataEntryLabel{margin-bottom:0;font-family:"Gotham",serif;font-style:normal;font-weight:325;font-size:14px;line-height:22px;color:#0d0d0d;display:block;&::after {
    content: ":";
  }}.vtex-my-account-1-x-dataEntryChildren{margin-bottom:0;font-family:"Gotham",serif;font-style:normal;font-weight:325;font-size:14px;line-height:22px;color:#0d0d0d;display:block}.vtex-my-account-1-x-phoneNumberContainer,.vtex-my-account-1-x-genderContainer{flex-direction:column;.vtex-my-account-1-x-phoneNumberSubContainer,
  .vtex-my-account-1-x-dateOfBirthSubContainer,
  .vtex-my-account-1-x-genderSubContainer,
  .vtex-my-account-1-x-documentsSubContainer {
    margin-bottom: 6px;
    display: flex;
    gap: 5px;
    align-items: center;
  }}.vtex-account__page-body{padding:0;padding-block-start:16px}.vtex_my-authentication_maskedPassword_title{color:var(--color-label-field);font-family:var(--font-family-main);font-weight:Bold;font-size:16px;line-height:24px}.vtex_my-authentication_authenticationScreen_passBox{.vtex_my-authentication_maskedPassword_content {
    color: var(--color-primary);
    font-family: var(--font-family-main);
    font-weight: 325;
    font-size: 14px;
    line-height: 22px;
  }

  .vtex_my-authentication_box_footer {
    .vtex-button {
      &:hover {
        background-color: transparent;
      }

      &::before {
        content: "Modificar contraseña";
        color: var(--color-primary);
        font-family: var(--font-family-main);
        font-weight: 325;
        font-size: 14px;
        line-height: 22px;
        text-decoration: underline;
        text-decoration-style: solid;
        text-decoration-thickness: 0%;
        text-transform: capitalize;
        transition: color 0.2s;
      }
    }

    .vtex-button__label {
      font-size: 0;
      padding: 0;
    }
  }}.vtex_my-authentication_box_container{background-color:var(--color-background);border:1px solid var(--color-border)}.vtex_my-authentication_loginSessionsBox_title{color:var(--color-label-field);font-family:var(--font-family-main);font-weight:Bold;font-size:16px;line-height:24px}.vtex_my-authentication_authenticationScreen_container>section{.vtex-button {
    display: flex;
    align-items: center;

    &:hover {
      background-color: transparent;
    }

    &::before {
      content: "Ver sesiones activas";
      color: var(--color-primary);
      font-family: var(--font-family-main);
      font-weight: 325;
      font-size: 14px;
      line-height: 22px;
      padding-left: 16px;
      text-transform: capitalize;
    }

    &::after {
      content: url("/arquivos/right-arrow-black.webp");
      margin-top: 2px;
      margin-left: 6px;
    }
  }

  .vtex-button__label {
    display: none;
  }}.vtex_my-authentication_loginSessionsBox_content{color:#636363;font-family:var(--font-family-main);font-weight:325;font-size:14px;line-height:22px}.vtex_my-authentication_codeInput_container{.vtex-input__label {
    color: var(--color-label-field);
    font-family: var(--font-family-main);
    font-weight: Bold;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
  }}.vtex_my-authentication_newPassInput_container{.vtex-input__label {
    color: var(--color-label-field);
    font-family: var(--font-family-main);
    font-weight: Bold;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
  }}.vtex_my-authentication_passValidation_container{.vtex_my-authentication_passValidation_content {
    flex-direction: column;
    gap: 8px;

    .vtex_my-authentication_passValidation_minLengthNumber,
    .vtex_my-authentication_passValidation_lowerUpper {
      gap: 8px !important;

      .vtex_my-authentication_passValidation_minLength,
      .vtex_my-authentication_passValidation_number,
      .vtex_my-authentication_passValidation_lower,
      .vtex_my-authentication_passValidation_upper {
        color: var(--color-primary);
        font-family: var(--font-family-main);
        font-weight: 325;
        font-size: 14px;
        line-height: 22px;
      }
    }
  }}.vtex-account{padding-inline:2.5rem;> div {
    @media screen and (min-width: 1026px) {
      display: grid;
      grid-template-columns: max-content 1fr;
      gap: 15px;
      width: 100%;
    }
  }}.vtex-account__page{padding:24px!important;background-color:white;width:100%}.vtex-my-account-1-x-newsletterBoxContainer{display:none}.vtex-profile-form-3-x-toggleBusinessButtonWrapper{display:none}.vtex-my-account-1-x-boxContainer{border:none}.vtex-my-account-1-x-profileEdit__header{margin-bottom:24px}.vtex-my-account-1-x-profileEdit__header .vtex-pageHeader__container{padding:0}.vtex-my-account-1-x-profileEdit__header .vtex-pageHeader__title{font-family:'Gotham',serif;font-style:normal;font-weight:500;font-size:24px;line-height:29px;color:#2E2E2E}.vtex-my-account-1-x-profileEdit{padding-block-start:0;display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;padding-inline:16px;gap:34px}.vtex-my-account-1-x-profileEdit .vtex-my-account-1-x-boxContainerBody{padding:0}.vtex-profile-form-3-x-styleguideInput .red.f6.mt3{margin-bottom:8px}
.vtex-profile-form-3-x-personalFields{display:grid;grid-template:max-content / 1fr 1fr;gap:8px 34px}.vtex-my-account-1-x-profileForm-email .vtex-profile-form-3-x-styleguideInput{display:block}.vtex-profile-form-3-x-styleguideInput{padding-bottom:0;min-height:90px}.vtex-profile-form-3-x-styleguideInput .vtex-input{margin-bottom:0}.vtex-profile-form-3-x-styleguideInput .vtex-dropdown__button,.vtex-profile-form-3-x-styleguideInput .vtex-input-prefix__group{height:44px}
.vtex-flex-layout-0-x-flexRow--brandHero{position:relative;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden}.vtex-flex-layout-0-x-flexRow--brandHeroImage{position:absolute;top:0;left:0;width:100%;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat;z-index:1}.vtex-flex-layout-0-x-flexRow--brandHeroOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.3);z-index:2}.vtex-flex-layout-0-x-flexRowContent--brandHero{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0px;max-width:100%;margin:0 auto}.vtex-flex-layout-0-x-flexRowContent--brandHero .vtex-flex-layout-0-x-flexRow--brandHeroContent{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.vtex-flex-layout-0-x-flexRow--brandHero .vtex-store-components-3-x-container{width:100%;padding:0;margin:auto;max-width:100%}@media (max-width:768px){.vtex-flex-layout-0-x-flexRow--brandHero{min-height:400px}.vtex-flex-layout-0-x-flexRowContent--brandHero{padding:40px 15px;max-width:100%}}.vtex-flex-layout-0-x-brandLogo{max-width:200px;margin-bottom:20px}@media (max-width:768px){.vtex-flex-layout-0-x-brandLogo{max-width:150px;margin-bottom:15px}}.vtex-flex-layout-0-x-brandSince{margin-bottom:10px;font-weight:500;font-size:16px;color:#fff}@media (max-width:768px){.vtex-flex-layout-0-x-brandSince{font-size:14px;margin-bottom:8px}}.vtex-flex-layout-0-x-brandSubtitle{margin-bottom:10px;font-size:24px;color:#fff}@media (max-width:768px){.vtex-flex-layout-0-x-brandSubtitle{font-size:20px;margin-bottom:8px}}.vtex-flex-layout-0-x-brandTitle{margin-bottom:20px;font-size:48px;color:#fff;font-weight:500}@media (max-width:768px){.vtex-flex-layout-0-x-brandTitle{font-size:36px;margin-bottom:15px}}.vtex-flex-layout-0-x-brandDescription{margin-bottom:30px;font-size:18px;color:#fff;line-height:1.6}@media (max-width:768px){.vtex-flex-layout-0-x-brandDescription{font-size:16px;margin-bottom:25px;line-height:1.5}}.vtex-flex-layout-0-x-flexRow--brandStats{display:flex;justify-content:center;gap:40px;margin-top:20px}.vtex-flex-layout-0-x-flexCol--brandStatItem{display:flex;flex-direction:column;align-items:center;text-align:center}.vtex-flex-layout-0-x-brandStatNumber{font-size:36px;font-weight:500;color:#fff;margin-bottom:5px}.vtex-flex-layout-0-x-brandStatLabel{font-size:16px;color:#fff}@media (max-width:768px){.vtex-flex-layout-0-x-flexRow--brandStats{gap:20px;margin-top:15px}.vtex-flex-layout-0-x-brandStatNumber{font-size:28px;margin-bottom:3px}.vtex-flex-layout-0-x-brandStatLabel{font-size:14px}}@media (max-width:480px){.vtex-flex-layout-0-x-flexRow--brandStats{flex-direction:column;gap:15px}.vtex-flex-layout-0-x-flexCol--brandStatItem{flex-direction:row;justify-content:center;gap:10px;width:100%}.vtex-flex-layout-0-x-brandStatNumber{font-size:24px}.vtex-flex-layout-0-x-brandStatLabel{font-size:16px}}
.vtex-rich-text-0-x-brandSince{font-weight:500;font-size:16px;color:#fff;text-align:center}.vtex-rich-text-0-x-brandSince .vtex-rich-text-0-x-rich-text__strong{font-weight:500}.vtex-rich-text-0-x-brandSubtitle{font-size:24px;color:#fff;text-align:center;margin:10px 0}.vtex-rich-text-0-x-brandSubtitle .vtex-rich-text-0-x-rich-text__heading--h2{font-size:24px;margin:0;font-weight:normal}.vtex-rich-text-0-x-brandTitle{font-size:48px;color:#fff;text-align:center;margin:20px 0;font-weight:500}.vtex-rich-text-0-x-brandTitle .vtex-rich-text-0-x-rich-text__heading--h1{font-size:48px;margin:0;font-weight:500}.vtex-rich-text-0-x-brandDescription{font-size:18px;color:#fff;text-align:center;line-height:1.6;margin:30px 0}.vtex-rich-text-0-x-brandStatNumber{font-size:36px;font-weight:500;color:#fff;margin-bottom:5px}.vtex-rich-text-0-x-brandStatNumber .vtex-rich-text-0-x-rich-text__strong{font-weight:500}.vtex-rich-text-0-x-brandStatLabel{font-size:16px;color:#fff}.vtex-rich-text-0-x-brandStatLabel .vtex-rich-text-0-x-rich-text__emphasis{font-style:normal}@media (max-width:768px){.vtex-rich-text-0-x-brandSince{font-size:14px}.vtex-rich-text-0-x-brandSubtitle{font-size:20px}.vtex-rich-text-0-x-brandSubtitle .vtex-rich-text-0-x-rich-text__heading--h2{font-size:20px}.vtex-rich-text-0-x-brandTitle{font-size:36px;margin:15px 0}.vtex-rich-text-0-x-brandTitle .vtex-rich-text-0-x-rich-text__heading--h1{font-size:36px}.vtex-rich-text-0-x-brandDescription{font-size:16px;margin:25px 0;line-height:1.5}.vtex-rich-text-0-x-brandStatNumber{font-size:28px;margin-bottom:3px}.vtex-rich-text-0-x-brandStatLabel{font-size:14px}}@media (max-width:480px){.vtex-rich-text-0-x-brandStatNumber{font-size:24px}.vtex-rich-text-0-x-brandStatLabel{font-size:16px}}
.vtex-breadcrumb-1-x-container--breadcrumbCategory{display:flex;align-items:center;white-space:nowrap}.vtex-breadcrumb-1-x-link--breadcrumbCategory{position:relative;padding:0;color:#666666;font-size:14px;transition:var(--transition-main);margin:0!important}.vtex-breadcrumb-1-x-link--breadcrumbCategory:hover{color:#000!important;text-decoration:underline;transition:var(--transition-main)}.vtex-breadcrumb-1-x-homeIcon--breadcrumbCategory{display:none}.vtex-breadcrumb-1-x-homeLink--breadcrumbCategory{border-left:1px solid #DDDDDD;padding-left:8px!important;@media screen and (min-width:1024px){border: none;}}.vtex-breadcrumb-1-x-link--breadcrumbCategory.vtex-breadcrumb-1-x-homeLink--breadcrumbCategory::after{content:"Inicio";display:block}.vtex-breadcrumb-1-x-arrow--breadcrumbCategory{position:relative;padding:0;display:flex;align-items:center}.vtex-breadcrumb-1-x-arrow--breadcrumbCategory:nth-child(n+4){display:none}.vtex-breadcrumb-1-x-arrow--breadcrumbCategory--1{.vtex-breadcrumb-1-x-link--breadcrumbCategory--1 {
    max-width: 80px;
    text-overflow: ellipsis;
    overflow: hidden;

    @media screen and (min-width:640px) {
      max-width: none;
    }
  }}.vtex-breadcrumb-1-x-arrow--breadcrumbCategory--2 .vtex-breadcrumb-1-x-link--breadcrumbCategory{color:#212121}.vtex-breadcrumb-1-x-arrow--breadcrumbCategory .vtex-breadcrumb-1-x-caretIcon--breadcrumbCategory{position:relative;border-radius:50%;width:4px;height:4px;margin:0 10px;color:#666666;background-color:#666666}.vtex-breadcrumb-1-x-termArrow--breadcrumbCategory,.vtex-breadcrumb-1-x-term--breadcrumbCategory{display:none}
.vtex-flex-layout-0-x-flexRow--section1Container{section {
    padding: 0;
  }

  .vtex-flex-layout-0-x-flexRowContent--section1Container {
    flex-direction: column;


    @media screen and (min-width:640px) {
      .vtex-flex-layout-0-x-stretchChildrenWidth {
        width: 100% !important;
      }
    }

    @media screen and (min-width:1026px) {
      flex-direction: column-reverse;
    }
  }}.vtex-flex-layout-0-x-flexRow--searchBreadcrumbMobile{padding:9px 7px 25px 9px;@media screen and (min-width:1024px){padding: 0;}.vtex-flex-layout-0-x-flexRowContent--searchBreadcrumbMobile {
    display: flex;
    gap: 8px;

    .vtex-flex-layout-0-x-stretchChildrenWidth {
      width: fit-content !important;
    }
  }}.vtex-flex-layout-0-x-flexRow--bannerContainer{section {
    padding: 0;
  }}.vtex-flex-layout-0-x-flexCol--gobackAndBreadcrumbContainer{display:flex}.vtex-flex-layout-0-x-flexRowContent--bannerContainer{& .vtex-store-components-3-x-imageElement {
    max-height: 380px;
  }

  h1 {
    font-family: "Gotham", sans-serif;
    font-weight: 325;
    font-size: 26px;
    line-height: 140%;
    text-transform: uppercase;
    color: white;

    @media screen and (min-width:1024px) {
      font-size: 42px;
      line-height: 100%;
    }
  }

  h2 {
    font-family: "Gotham", sans-serif;
    font-weight: 325;
    font-size: 16px;
    line-height: 140%;
    color: white;
  }}.vtex-flex-layout-0-x-flexRow--breadcrumbSearchInfoOrderbyContainer{.vtex-flex-layout-0-x-flexRowContent--breadcrumbSearchInfoOrderbyContainer {
    justify-content: space-between;

    @media screen and (min-width:1024px) {
      padding: 34px 22px 45px 40px;
    }

    .vtex-flex-layout-0-x-stretchChildrenWidth {
      width: fit-content !important;
    }
  }}.vtex-flex-layout-0-x-flexRow--FilaSearchInfo{display:none;@media screen and (min-width:1026px){display: flex;}.vtex-flex-layout-0-x-flexRowContent--FilaSearchInfo {
    .vtex-search-result-3-x-totalProducts--layout {
      font-family: "Gotham", sans-serif;
      font-weight: 325;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: #888888;
      padding: 0;
      display: flex;
      align-items: center;
    }
  }}.vtex-flex-layout-0-x-flexRow--section2MobileFilterSliderContainer{section {
    padding: 0;
  }

  .vtex-flex-layout-0-x-flexRowContent--section2MobileFilterSliderContainer {

    @media screen and (min-width:640px) {
      display: block;

      .vtex-flex-layout-0-x-stretchChildrenWidth {
        width: 100% !important;
      }
    }

    @media screen and (min-width:1026px) {
      .vtex-search-result-3-x-filters--layout {
        display: none;
      }
    }

    .vtex-search-result-3-x-filters {

      .vtex-search-result-3-x-filtersWrapperMobile {
        justify-content: flex-end;

        .vtex-search-result-3-x-filterPopupButton {
          padding: 36px 20px 36px 0;

          .vtex-search-result-3-x-filterPopupTitle {
            font-size: 0;

            &::before {
              content: "FILTROS";
              color: #000000;
              font-family: "Gotham", sans-serif;
              font-weight: 400;
              font-size: 14px;
              line-height: 14px;
            }

          }

          .vtex-search-result-3-x-filterPopupArrowIcon {
            svg {
              display: none;
            }

            &::after {
              content: url("/arquivos/filter-mobile-icon.svg");
            }
          }
        }
      }
    }


  }}.vtex-flex-layout-0-x-flexRowContent--materialTypeImageSliderContainer{margin-bottom:23px;flex-direction:column;@media screen and (min-width:1026px){padding: 0 33px 0 40px;}}.vtex-flex-layout-0-x-flexRow--section3ResultAndFilterContainier{@media screen and (min-width:1026px){padding: 51px 36px 74px 39px;

    >section{padding:0}}.vtex-flex-layout-0-x-flexRowContent--section3ResultAndFilterContainier {
    >.vtex-flex-layout-0-x-stretchChildrenWidth {
      width: fit-content !important;
    }
  }

  .vtex-search-result-3-x-gallery--grid {

    @media screen and (min-width:1026px) {
      padding-left: 24px;
    }

    .vtex-search-result-3-x-galleryItem--grid {
      padding-inline: 8px;
      padding-bottom: 16px;
      max-width: none !important;
      flex: auto;

      @media screen and (min-width:1026px) {
        >section {
          margin: 0;
        }
      }

      .vtex-product-summary-2-x-container {
        border-radius: 0;
      }
    }
  }}.vtex-flex-layout-0-x-flexCol--desktopFilterContainer{@media screen and (min-width:1026px){width: 301px !important;
    background: white;
    padding: 16px;}.vtex-flex-layout-0-x-flexColChild--desktopFilterContainer {
    .vtex-search-result-3-x-filters--layout {
      display: none;

      @media screen and (min-width:1026px) {
        display: flex;
      }
    }
  }}.vtex-flex-layout-0-x-flexRow--products_gallery{margin-bottom:20px;@media screen and (min-width:1026px){margin-bottom: 48px;}}.vtex-flex-layout-0-x-flexCol--results{margin-bottom:47px;@media screen and (min-width:1026px){margin-bottom: 0;}}
.vtex-store-components-3-x-brandHeroImage{width:100%;height:100%;object-fit:cover}.vtex-store-components-3-x-brandLogo{max-width:200px;height:auto;margin-bottom:20px}@media (max-width:768px){.vtex-store-components-3-x-brandLogo{max-width:150px;margin-bottom:15px}}
.vtex-rich-text-0-x-paragraph--volver-bradcrumb{margin:0;.vtex-rich-text-0-x-link--volver-bradcrumb {
    align-items: center;
    font-family: "Gotham", sans-serif;
    font-weight: 325;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    display: flex;
    text-decoration: none;

    &::before {
      content: url("/arquivos/CaretLeft.webp");
      margin-right: 8px;
    }
  }}.vtex-rich-text-0-x-container--searchByStyleTitle{display:none;@media screen and (min-width:1026px){display: flex;}.vtex-rich-text-0-x-wrapper--searchByStyleTitle {
    .vtex-rich-text-0-x-paragraph--searchByStyleTitle {
      margin-top: 0;
      margin-bottom: 30px;
      color: #2C2C2B;
      font-family: "Gotham", sans-serif;
      font-weight: 400;
      font-size: 24px;
      line-height: 26px;
      vertical-align: middle;
      text-transform: uppercase;

    }
  }}
.vtex-slider-layout-0-x-sliderLeftArrow--categoryMaterialType{left:30px}.vtex-slider-layout-0-x-sliderRightArrow--categoryMaterialType{right:30px}.vtex-slider-layout-0-x-imageElementLink--categoryMaterialType{position:relative;overflow:hidden}.vtex-slider-layout-0-x-imageElementLink--categoryMaterialType::before{content:"";position:absolute;top:0;display:block;width:140px;height:180px;opacity:1;background:linear-gradient(180deg,rgba(0,0,0,0.1874) 19.66%,rgba(0,0,0,0.8) 68.53%);transition:var(--transition-main);z-index:1}.vtex-slider-layout-0-x-imageElementLink--categoryMaterialType::after{content:attr(title);display:block;position:absolute;bottom:18px;left:0;right:0;color:#fff;font-family:"Gotham",sans-serif;font-weight:325;font-size:18px;line-height:120%;text-align:center;z-index:2}.vtex-slider-layout-0-x-imageElementLink--categoryMaterialType:hover::before{opacity:0.6;transition:var(--transition-main)}.vtex-slider-layout-0-x-imageElement--categoryMaterialType{max-height:unset!important;transition:var(--transition-main);height:180px;width:140px!important}.vtex-slider-layout-0-x-imageElementLink--categoryMaterialType:hover .vtex-slider-layout-0-x-imageElement--categoryMaterialType{transform:scale(1.1);transition:var(--transition-main)}@media screen and (max-width:64rem){.vtex-slider-layout-0-x-imageElementLink--categoryMaterialType:hover::before{opacity:1}.vtex-slider-layout-0-x-imageElementLink--categoryMaterialType:hover .vtex-slider-layout-0-x-imageElement--categoryMaterialType{transform:scale(1)}}
.vtex-search-result-3-x-searchResultContainer--categoryDesktopAndMobile{padding:0}.vtex-search-result-3-x-totalProductsMessage--totalProductsCategory{font-family:"Gotham",sans-serif;font-weight:325;font-size:16px;line-height:24px;text-align:center;color:#888888;text-transform:capitalize;padding-right:16px}.vtex-search-result-3-x-filterPopupTitle--orderByCategory{background-color:white;padding:7px 0 7px 0}.vtex-search-result-3-x-orderByText--orderByCategory{font-family:"Gotham",sans-serif;font-weight:325;font-size:16px;line-height:24px;color:#666666;text-transform:capitalize;background-color:#f9f9f9;padding:11px 19px 11px 0}.vtex-search-result-3-x-filterPopupArrowIcon--orderByCategory{background-color:white;padding:11px 11px 11px 30px}.vtex-search-result-3-x-orderByButton--orderByCategory{padding:0;border-left:1px solid #DDDDDD;padding-left:12px}.vtex-search-result-3-x-filtersWrapper--categoryDesktop{width:100%;.vtex-search-result-3-x-filterSelected--categoryDesktop {
    display: none;
  }


  .vtex-search-result-3-x-filter__container--categoryDesktop--title {
    border-bottom: none;

    +.vtex-search-result-3-x-filter__container--categoryDesktop {
      >.vtex-search-result-3-x-filterSelected--categoryDesktop {
        +.vtex-search-result-3-x-filterTemplateOverflow--categoryDesktop {
          padding-top: 16px;
          gap: 8px;
          display: flex;
          flex-wrap: wrap;

          .vtex-search-result-3-x-selectedFilterItem--categoryDesktop {
            width: fit-content;
          }

          .vtex-checkbox__line-container {
            width: fit-content;
          }

          .vtex-checkbox__container {
            display: none;
          }

          .vtex-checkbox__label {
            color: #2C2A29;
            background-color: #DDDDDD;
            padding: 5px;

            &::after {
              content: url("/arquivos/x-Icon-filter.png");
              padding-left: 11.33px;
            }
          }
        }
      }
    }

    .vtex-search-result-3-x-filterMessage--categoryDesktop {
      font-size: 0;
      margin: 0;
    }

    &::after {
      content: "Filtrar:";
      font-family: "Gotham", sans-serif;
      font-weight: 500;
      font-size: 22px;
      line-height: 140%;
      color: #212121;
      padding-top: 12px;
      display: block;
    }
  }

  .vtex-search-result-3-x-filterTitleSpan--categoryDesktop {
    color: #484848;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
  }

  .vtex-search-result-3-x-filterItem--categoryDesktop {

    .vtex-checkbox__label {
      font-family: "Gotham", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 140%;
      color: #666666;
    }
  }

  .vtex-search-result-3-x-filterIcon--categoryDesktop {

    &::after {
      content: url("/arquivos/icon_filter_down.svg");

    }

    svg {
      display: none;
    }
  }}.vtex-search-result-3-x-accordionFilter{padding-bottom:6rem}.vtex-search-result-3-x-filterAccordionBreadcrumbs{padding-top:32px}.vtex-search-result-3-x-closeIconButton--closeBtnMobile{padding-top:32px}.vtex-search-result-3-x-filterBreadcrumbsContent--categoryMobile{padding:0;.vtex-search-result-3-x-filterBreadcrumbsText--categoryMobile {
    font-size: 0;

    &::after {
      content: "Filtrar:";
      font-family: "Gotham", sans-serif;
      font-size: 22px;
      line-height: 140%;
      color: #212121;
      font-weight: 325;
      text-transform: uppercase;
    }
  }}.vtex-search-result-3-x-accordionFilterItemIcon--categoryMobile{svg {
    display: none;
  }

  &::after {
    content: url("/arquivos/icon_filter_down.svg");

  }}.vtex-search-result-3-x-accordionFilterItemTitle--categoryMobile{color:#484848;font-family:"Gotham",sans-serif;font-weight:700;font-size:14px;line-height:16px}.vtex-search-result-3-x-filter__container--priceRange{border:none}.vtex-search-result-3-x-filter__container--categoryDesktop--clearAllFilters{border:none;.vtex-button {
    background-color: white;
    border-radius: 0;
    width: 100%;
    border: 1px solid #2C2C2B;

    .vtex-button__label {
      font-size: 0;
    }

    &::after {
      content: "Limpar filtros";
      font-family: "Gotham", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 100%;
      color: #2C2C2B;
      text-transform: initial;
    }

    &:hover {
      background-color: #A58D70;
      border: 1px solid #A58D70;

      &::after {
        color: white;
      }
    }
  }}.vtex-search-result-3-x-filterButtonsBox{flex-direction:row-reverse;gap:13px;height:auto;flex-wrap:nowrap;padding:21px 20px;.vtex-search-result-3-x-filterApplyButtonWrapper--categoryMobile {
    padding: 0;

    .vtex-button {
      border-radius: 0;
      background-color: #000000;

      .vtex-button__label {
        color: white;
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        padding: 16px 0 !important;
        text-transform: initial;
      }
    }
  }

  .vtex-search-result-3-x-filterClearButtonWrapper--categoryMobile {
    padding: 0;

    .vtex-button {
      border-radius: 0;
      background-color: white;
      border: 1px solid #000000;

      .vtex-button__label {
        font-size: 0;

        &::after {
          content: "Borrar";
          font-family: "Gotham", sans-serif;
          font-weight: 400;
          font-size: 16px;
          line-height: 100%;
          color: #000000;
          text-transform: initial;
          padding: 16px 0 !important;
        }
      }
    }
  }}.vtex-search-result-3-x-buttonShowMore--fetch_more_button{.vtex-button {
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #000000;

    &:hover {
      background-color: #A58D70;
      border: 1px solid #A58D70;
    }

    .vtex-button__label {
      font-size: 0;

      @media screen and (min-width:1026px) {
        padding-inline: 24px;
      }

      &::after {
        content: "Ver más";
        font-family: "Gotham", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        color: #000000;
        text-transform: initial;
        padding-top: 12px;
        padding-bottom: 12px;
      }

      &:hover {
        &::after {
          color: white;
        }
      }
    }
  }}
.vtex-checkout-summary-0-x-summaryItemLabel{font-family:"Gotham",sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:22px;color:#2e2e2e}.vtex-checkout-summary-0-x-price{font-family:"Gotham",sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:22px;text-align:right;color:#2e2e2e}.vtex-checkout-summary-0-x-summarySmallDisclaimer{display:none}
.vtex-flex-layout-0-x-flexRow--minicart-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:12px;gap:1px;background:#ffffff}.vtex-flex-layout-0-x-flexRowContent--minicart-top{display:grid;justify-content:flex-end;align-items:flex-start;padding:0px;gap:8px;grid-template-columns:max-content 1fr max-content}.vtex-flex-layout-0-x-flexColChild--minicart-product-description{display:flex;flex-direction:column;justify-content:center;align-items:center;height:80px!important}.vtex-flex-layout-0-x-flexRowContent--minicart-item_info .vtex-flex-layout-0-x-stretchChildrenWidth{width:100%!important}.vtex-flex-layout-0-x-flexRowContent--minicart-item_info_col{align-items:center}.vtex-flex-layout-0-x-flexRowContent--minicart-item_info_col .vtex-flex-layout-0-x-stretchChildrenWidth{width:max-content!important}.vtex-flex-layout-0-x-flexRow--minicart-footer{box-shadow:unset!important;border-block-start:1px solid #e0e0e0}.vtex-flex-layout-0-x-flexCol--minicart-empty-state{display:flex;flex-direction:column;align-items:center;padding:0px;gap:20px}
.vtex-minicart-2-x-drawerContent{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:16px 0px 0px;gap:20px;background:#ffffff}.vtex-minicart-2-x-drawer{max-width:427px!important}.vtex-minicart-2-x-childrenContainer{width:100%}.vtex-minicart-2-x-minicartContentContainer{gap:20px}.vtex-minicart-2-x-minicartProductListContainer{display:flex;flex-direction:column;align-items:flex-start;padding:0px 16px 88px;gap:16px;margin:0 auto}.vtex-minicart-2-x-closeIconContainer{position:absolute;right:16px;top:18px}.vtex-minicart-2-x-closeIconButton{padding:0}.vtex-minicart-2-x-closeIcon{width:24px;height:24px}.vtex-minicart-2-x-minicartTitle{margin:0;display:flex;place-content:center;min-height:42px;font-family:"Gotham";font-style:normal;font-weight:600;font-size:18px;line-height:24px;text-align:center;padding-inline:16px;padding-block-end:10px;color:#2e2e2e;border-bottom:1px solid #cccccc}.vtex-minicart-2-x-minicartSummary{padding:13px 34px 0;gap:13px;margin:0 auto;background:#ffffff}.vtex-minicart-2-x-minicartCheckoutButton{margin-block:0;margin-block-start:14px}.vtex-minicart-2-x-minicartCheckoutButton .vtex-button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;background:#000000;border-radius:1px}.vtex-minicart-2-x-minicartCheckoutButton .vtex-button__label{font-family:"Gotham";font-style:normal;font-weight:400;font-size:16px;line-height:15px;text-align:center;color:#ffffff;text-transform:none}
.vtex-product-list-0-x-productImage{width:80px;height:80px;border-radius:0%;display:block}.vtex-product-list-0-x-productName{font-family:"Gotham",sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:22px;color:#2c2c2b;max-width:243px;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.vtex-product-list-0-x-productImageContainer{width:80px!important}.vtex-product-list-0-x-removeButton{padding:0;width:24px;height:24px;display:flex;justify-content:center;align-items:center}.vtex-product-list-0-x-deleteIcon{width:24px;height:24px}.vtex-product-list-0-x-productPriceCurrency{font-family:"Gotham",sans-serif;font-style:normal;font-weight:325;font-size:14px;line-height:22px;text-decoration-line:line-through;color:#636363;margin-bottom:0}.vtex-product-list-0-x-productPrice{font-family:"Gotham",sans-serif;font-style:normal;font-weight:900;font-size:16px;line-height:25px;color:#2e2e2e}.vtex-product-list-0-x-productPriceContainer{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.vtex-product-list-0-x-productPriceContainer .vtex-product-list-0-x-price{width:max-content}.vtex-product-list-0-x-quantitySelectorWrapper--miniCart{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:0px;width:97px;height:32px;background:#ffffff;border-radius:0}.vtex-product-list-0-x-quantitySelectorButton--miniCart:hover,.vtex-product-list-0-x-quantitySelectorButton--miniCart{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0px;gap:10px;min-width:32px;height:32px;background:#a58d70;border-block:1px solid #a58d70;color:#fff;border-radius:0}.vtex-product-list-0-x-quantitySelectorWrapper--miniCart .vtex-product-list-0-x-inputContainer{width:33px;height:100%;padding:0;border:none;border-block:1px solid #bcbdbc;padding-block-start:5px}
.vtex-rich-text-0-x-paragraph--minicart-empty-state{margin:0;font-family:"Gotham",serif;font-style:normal;font-weight:325;font-size:16px;line-height:24px;text-align:center;color:#787878}
.vtex-flex-layout-0-x-flexRow--slider-row{margin-bottom:80px;padding-top:30px}.vtex-flex-layout-0-x-flexRow--slider-row .vtex-slider-layout-0-x-imageElementLink{text-decoration:none!important}.vtex-flex-layout-0-x-flexRow--slider-row .vtex-slider-layout-0-x-imageElementLink::after{content:attr(title);color:#000;text-decoration:none!important;font-size:1.17em;margin-top:5px;max-width:240px;text-align:center}.vtex-flex-layout-0-x-flexRow--slider-row .vtex-slider-layout-0-x-imageElementLink{display:flex;flex-direction:column;justify-content:center;align-items:center}.vtex-flex-layout-0-x-flexRow--slider-row .vtex-slider-layout-0-x-paginationDotsContainer{display:none}
.vtex-rich-text-0-x-wrapper--catalogos-subtitle{width:100%}.vtex-rich-text-0-x-heading--catalogos-subtitle{text-align:center;font-weight:400;font-size:28px}.vtex-rich-text-0-x-heading--catalogos-title{font-weight:400;color:#3a3f44;margin:30px 0;font-size:38px}@media screen and (max-width:48rem){.vtex-rich-text-0-x-heading--catalogos-title{color:#3a3f44;margin:20px auto 25px auto;text-align:center!important;font-size:40px}}
.vtex-flex-layout-0-x-flexRowContent--order-info{gap:16px}.vtex-flex-layout-0-x-flexRowContent--order-info .vtex-flex-layout-0-x-stretchChildrenWidth{padding-inline:2.5rem;padding-block:1.375rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;background:#f8f8f7;border:1px solid #e4e4e4}.vtex-flex-layout-0-x-flexCol--order-info-total,.vtex-flex-layout-0-x-flexCol--order-info-payments,.vtex-flex-layout-0-x-flexCol--order-info-customer{align-items:flex-start;justify-content:flex-start;gap:14px}.vtex-flex-layout-0-x-flexColChild--order-info-total,.vtex-flex-layout-0-x-flexColChild--order-info-payments,.vtex-flex-layout-0-x-flexColChild--order-info-customer{height:max-content!important;width:100%!important}@media screen and (width <= 64rem){.vtex-flex-layout-0-x-flexRow--order-info .vtex-store-components-3-x-container{padding-inline:0!important}.vtex-flex-layout-0-x-flexRowContent--order-info .vtex-flex-layout-0-x-stretchChildrenWidth{margin-block:0.5rem;width:100%!important}.vtex-flex-layout-0-x-flexRowContent--order-info{display:block}}
.vtex-order-placed-2-x-confirmationTitle{font-family:"Lato","Gotham",serif;font-style:normal;font-weight:400;font-size:40px;line-height:48px;text-align:center;color:#222222;margin-top:0}.vtex-order-placed-2-x-confirmationMessage{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:calc(27px / 2);margin-block:27px;font-family:"Gotham",serif;font-style:normal;font-weight:400;font-size:16px;line-height:24px;text-align:center;color:#222222}.vtex-order-placed-2-x-section--confirmation{margin-bottom:0}.vtex-order-placed-2-x-orderNumber{font-family:"Gotham",serif;font-style:normal;font-weight:600;font-size:14px;line-height:22px;text-align:center;color:#2e2e2e;box-sizing:border-box;min-width:250px;height:50px;margin-block-end:27px;background:#eef1f4;border:1px solid #6b7a8a;border-radius:6px;display:flex;justify-content:center;align-items:center}.vtex-order-placed-2-x-orderDatetime{font-family:"Gotham",serif;font-style:normal;font-weight:700;font-size:14px;line-height:22px;text-align:center;color:#565556}.vtex-order-placed-2-x-customerInfoListContainer{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.vtex-order-placed-2-x-customerInfoListName,.vtex-order-placed-2-x-customerInfoListDocument,.vtex-order-placed-2-x-customerInfoListPhone,.vtex-order-placed-2-x-customerInfoListEmail{order:1;font-family:"Gotham",serif;font-style:normal;font-weight:400;font-size:14px;line-height:140%;padding:0;color:#666666}.vtex-order-placed-2-x-customerInfoListEmail{order:0}.vtex-order-placed-2-x-customerInfoListDocument::before{content:"Documento: "}.vtex-order-placed-2-x-customerInfoListPhone::before{content:"Teléfono: "}.vtex-order-placed-2-x-totalList{width:100%;margin-top:0}.vtex-order-placed-2-x-totalListItem{padding:8px 0 4px;border-top:1px solid #e4e4e4}.vtex-order-placed-2-x-totalListItem--Discounts,.vtex-order-placed-2-x-totalListItem--Shipping,.vtex-order-placed-2-x-totalListItem--Items{padding-top:4px;border-top:unset}.vtex-order-placed-2-x-totalListItemLabel{font-family:"Gotham",serif;font-style:normal;font-weight:500;font-size:18px;line-height:29px;color:#2c2c2b}.vtex-order-placed-2-x-totalListItemValue{font-family:"Gotham",serif;font-style:normal;font-weight:500;font-size:18px;line-height:29px;text-align:right;color:#2e2e2e}.vtex-order-placed-2-x-totalListItem--Discounts .vtex-order-placed-2-x-totalListItemValue,.vtex-order-placed-2-x-totalListItem--Discounts .vtex-order-placed-2-x-totalListItemLabel,.vtex-order-placed-2-x-totalListItem--Shipping .vtex-order-placed-2-x-totalListItemValue,.vtex-order-placed-2-x-totalListItem--Shipping .vtex-order-placed-2-x-totalListItemLabel,.vtex-order-placed-2-x-totalListItem--Items .vtex-order-placed-2-x-totalListItemValue,.vtex-order-placed-2-x-totalListItem--Items .vtex-order-placed-2-x-totalListItemLabel{font-weight:400;font-size:14px}.vtex-order-placed-2-x-paymentGroup{display:none}.vtex-order-placed-2-x-paymentValue{font-family:"Gotham",serif;font-style:normal;font-weight:400;font-size:14px;line-height:22px;color:#565556}.vtex-order-placed-2-x-section--paymentMethods{border-block-end:unset}.vtex-order-placed-2-x-orderPaymentItem{margin:0;padding:0}@media screen and (width <= 64rem){.vtex-order-placed-2-x-orderPlacedWrapper{padding-block-start:2rem;padding-inline:16px}.vtex-order-placed-2-x-orderPlacedMainWrapper{width:100%}.vtex-order-placed-2-x-confirmationTitle{font-size:32px;line-height:36px}}
.vtex-rich-text-0-x-paragraph--order-notice{margin-block-start:2rem;font-family:"Gotham",serif;font-style:normal;font-weight:700;font-size:14px;line-height:22px;color:#0d0d0d;display:flex;align-items:center;box-sizing:border-box;flex-direction:row;padding:16px;gap:16px;min-height:56px;background:#eef1f4;border:1px solid #9baab7;border-radius:2px 2px 0px 0px}.vtex-rich-text-0-x-image--order-notice{width:24px;height:24px;margin:auto}.vtex-rich-text-0-x-heading--order-info-title{margin:0;font-family:"Gotham",serif;font-style:normal;font-weight:500;font-size:14px;line-height:22px;color:#565556}.vtex-rich-text-0-x-heading--order-info-resume{margin:2rem 0 0;font-family:"Gotham",serif;font-style:normal;font-weight:700;font-size:18px;line-height:29px;color:#0d0d0d}@media screen and (width <= 64rem){.vtex-rich-text-0-x-paragraph--order-notice{text-align:left}.vtex-rich-text-0-x-wrapper--order-info-resume{display:none}}
.vtex-product-comparison-0-x-drawerContainer{z-index:9999990}.vtex-product-comparison-0-x-expandCollapseButton:hover .vtex-product-comparison-0-x-hideOrShowText{color:#000}.vtex-product-comparison-0-x-removeAllItemsButtonWrapper .vtex-button,.vtex-product-comparison-0-x-removeAllWrapper .vtex-button{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0px;gap:32px;background:#ffffff;border:1px solid #2c2c2b;border-radius:0;transition:background 0.3s linear,border-color 0.3s linear}.vtex-product-comparison-0-x-removeAllItemsButtonWrapper .vtex-button__label,.vtex-product-comparison-0-x-removeAllWrapper .vtex-button__label{font-family:"Gotham",serif;font-style:normal;font-weight:400;font-size:16px;line-height:15px;color:#2c2c2b;text-transform:initial!important;transition:color 0.3s linear}.vtex-product-comparison-0-x-removeAllItemsButtonWrapper .vtex-button:hover,.vtex-product-comparison-0-x-removeAllWrapper .vtex-button:hover{background:#a58d70;border-color:#a58d70}.vtex-product-comparison-0-x-removeAllItemsButtonWrapper .vtex-button:hover .vtex-button__label,.vtex-product-comparison-0-x-removeAllWrapper .vtex-button:hover .vtex-button__label{color:#fff}.vtex-product-comparison-0-x-compareProductButtonWrapper .vtex-button{display:flex;flex-direction:row;justify-content:center;align-items:center;background:#000000;border-radius:0;transition:background 0.3s linear,border-color 0.3s linear}.vtex-product-comparison-0-x-compareProductButtonWrapper .vtex-button:hover{background:#a58d70;border-color:#a58d70}.vtex-product-comparison-0-x-compareProductButtonWrapper .vtex-button__label{font-family:"Gotham",serif;font-style:normal;font-weight:400;font-size:16px;line-height:15px;display:flex;align-items:center;text-align:center;color:#ffffff;text-transform:initial!important;transition:color 0.3s linear}.vtex-product-comparison-0-x-compareProductButtonWrapper .vtex-button:hover .vtex-button__label{color:#fff}.vtex-product-comparison-0-x-comparisonButtons{padding-inline-end:2rem;align-items:center;position:relative}.vtex-product-comparison-0-x-expandCollapseButton{position:absolute;right:4px;top:4px;width:24px;height:24px;padding:0;border:unset}.vtex-product-comparison-0-x-expandCollapseButton::before{content:"";display:block;width:24px;height:24px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjAzMDYgMTUuNTMwN0MxOS45NjA5IDE1LjYwMDUgMTkuODc4MiAxNS42NTU4IDE5Ljc4NzEgMTUuNjkzNUMxOS42OTYxIDE1LjczMTMgMTkuNTk4NSAxNS43NTA3IDE5LjQ5OTkgMTUuNzUwN0MxOS40MDE0IDE1Ljc1MDcgMTkuMzAzOCAxNS43MzEzIDE5LjIxMjcgMTUuNjkzNUMxOS4xMjE3IDE1LjY1NTggMTkuMDM5IDE1LjYwMDUgMTguOTY5MyAxNS41MzA3TDExLjk5OTkgOC41NjA0MUw1LjAzMDU1IDE1LjUzMDdDNC44ODk4MiAxNS42NzE1IDQuNjk4OTUgMTUuNzUwNSA0LjQ5OTkzIDE1Ljc1MDVDNC4zMDA5MSAxNS43NTA1IDQuMTEwMDMgMTUuNjcxNSAzLjk2OTMgMTUuNTMwN0MzLjgyODU3IDE1LjM5IDMuNzQ5NTEgMTUuMTk5MSAzLjc0OTUxIDE1LjAwMDFDMy43NDk1MSAxNC44MDExIDMuODI4NTcgMTQuNjEwMiAzLjk2OTMgMTQuNDY5NUwxMS40NjkzIDYuOTY5NDhDMTEuNTM5IDYuODk5NzQgMTEuNjIxNyA2Ljg0NDQzIDExLjcxMjcgNi44MDY2OEMxMS44MDM4IDYuNzY4OTQgMTEuOTAxNCA2Ljc0OTUxIDExLjk5OTkgNi43NDk1MUMxMi4wOTg1IDYuNzQ5NTEgMTIuMTk2MSA2Ljc2ODk0IDEyLjI4NzEgNi44MDY2OEMxMi4zNzgyIDYuODQ0NDMgMTIuNDYwOSA2Ljg5OTc0IDEyLjUzMDYgNi45Njk0OEwyMC4wMzA2IDE0LjQ2OTVDMjAuMTAwMyAxNC41MzkxIDIwLjE1NTYgMTQuNjIxOCAyMC4xOTMzIDE0LjcxMjlDMjAuMjMxMSAxNC44MDM5IDIwLjI1MDUgMTQuOTAxNSAyMC4yNTA1IDE1LjAwMDFDMjAuMjUwNSAxNS4wOTg3IDIwLjIzMTEgMTUuMTk2MyAyMC4xOTMzIDE1LjI4NzNDMjAuMTU1NiAxNS4zNzg0IDIwLjEwMDMgMTUuNDYxMSAyMC4wMzA2IDE1LjUzMDdaIiBmaWxsPSIjMkMyQzJCIi8+Cjwvc3ZnPgo=)}.vtex-product-comparison-0-x-drawerOpened .vtex-product-comparison-0-x-expandCollapseButton::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjAzMDYgOS41MzA1NUwxMi41MzA2IDE3LjAzMDZDMTIuNDYwOSAxNy4xMDAzIDEyLjM3ODIgMTcuMTU1NiAxMi4yODcxIDE3LjE5MzNDMTIuMTk2MSAxNy4yMzExIDEyLjA5ODUgMTcuMjUwNSAxMS45OTk5IDE3LjI1MDVDMTEuOTAxNCAxNy4yNTA1IDExLjgwMzggMTcuMjMxMSAxMS43MTI3IDE3LjE5MzNDMTEuNjIxNyAxNy4xNTU2IDExLjUzOSAxNy4xMDAzIDExLjQ2OTMgMTcuMDMwNkwzLjk2OTMgOS41MzA1NUMzLjgyODU3IDkuMzg5ODIgMy43NDk1MSA5LjE5ODk1IDMuNzQ5NTEgOC45OTk5M0MzLjc0OTUxIDguODAwOTEgMy44Mjg1NyA4LjYxMDAzIDMuOTY5MyA4LjQ2OTNDNC4xMTAwMyA4LjMyODU3IDQuMzAwOTEgOC4yNDk1MSA0LjQ5OTkzIDguMjQ5NTFDNC42OTg5NSA4LjI0OTUxIDQuODg5ODIgOC4zMjg1NyA1LjAzMDU1IDguNDY5M0wxMS45OTk5IDE1LjQzOTZMMTguOTY5MyA4LjQ2OTNDMTkuMDM5IDguMzk5NjIgMTkuMTIxNyA4LjM0NDM1IDE5LjIxMjggOC4zMDY2M0MxOS4zMDM4IDguMjY4OTIgMTkuNDAxNCA4LjI0OTUxIDE5LjQ5OTkgOC4yNDk1MUMxOS41OTg1IDguMjQ5NTEgMTkuNjk2MSA4LjI2ODkyIDE5Ljc4NzEgOC4zMDY2M0MxOS44NzgxIDguMzQ0MzUgMTkuOTYwOSA4LjM5OTYyIDIwLjAzMDYgOC40NjkzQzIwLjEwMDIgOC41Mzg5OSAyMC4xNTU1IDguNjIxNzEgMjAuMTkzMiA4LjcxMjc2QzIwLjIzMDkgOC44MDM4IDIwLjI1MDMgOC45MDEzOCAyMC4yNTAzIDguOTk5OTNDMjAuMjUwMyA5LjA5ODQ3IDIwLjIzMDkgOS4xOTYwNiAyMC4xOTMyIDkuMjg3MUMyMC4xNTU1IDkuMzc4MTUgMjAuMTAwMiA5LjQ2MDg3IDIwLjAzMDYgOS41MzA1NVoiIGZpbGw9IiMyQzJDMkIiLz4KPC9zdmc+Cg==)}.vtex-product-comparison-0-x-hideOrShowText{font-size:0}.vtex-product-comparison-0-x-closeButton{border:unset}.vtex-product-comparison-0-x-closeIcon{width:16px;height:16px;cursor:pointer;border:unset}.vtex-product-comparison-0-x-pageContainer .vtex-pageHeader__title{font-style:normal;font-weight:400;font-size:32px;line-height:36px;color:#2e2e2e}@media screen and (width <= 1024px){.vtex-product-comparison-0-x-drawerTitleInnerContainer{font-size:12px}.vtex-product-comparison-0-x-compareProductButtonWrapper .vtex-button__label,.vtex-product-comparison-0-x-removeAllWrapper .vtex-button__label{font-size:12px}.vtex-product-comparison-0-x-compareProductButtonWrapper .vtex-button,.vtex-product-comparison-0-x-removeAllWrapper .vtex-button{height:100%}.vtex-product-comparison-0-x-comparisonButtons{align-items:initial}.vtex-product-comparison-0-x-drawerTitleOuterContainer{align-items:center}.vtex-product-comparison-0-x-productSummaryRowContainer{flex-direction:column-reverse}.vtex-product-comparison-0-x-productSummaryRowContainer .vtex-slider-layout-0-x-sliderLayoutContainer--comparison-page{margin:auto}.vtex-product-comparison-0-x-fieldNameCol{min-width:unset;width:40%}.vtex-product-comparison-0-x-rowContainer .vtex-slider-layout-0-x-sliderLayoutContainer--comparison-page{width:60%!important}.vtex-product-comparison-0-x-rowContainer,.vtex-product-comparison-0-x-title{margin:auto;max-width:96dvw}.vtex-product-comparison-0-x-pageContainer .vtex-pageHeader__title{margin-bottom:1rem}.vtex-product-comparison-0-x-productSummaryRowContainer .vtex-product-comparison-0-x-fieldNameCol{width:max-content!important}}
.vtex-product-summary-2-x-element--drawer-summary .vtex-product-summary-2-x-image{width:100px!important}.vtex-product-summary-2-x-column--drawer-summary-col2 .vtex-product-summary-2-x-nameContainer{margin-bottom:0;height:max-content;padding-inline:0}.vtex-product-summary-2-x-column--drawer-summary-col2 .vtex-product-summary-2-x-productBrand{font-size:14px;text-transform:unset;line-height:1.2;height:auto}.vtex-product-summary-2-x-column--drawer-summary-col2 .vtex-product-summary-2-x-priceContainer{width:100%;align-items:flex-start}.vtex-product-summary-2-x-column--drawer-summary-col2 .vtex-product-summary-2-x-price_sellingPrice{color:#2c2c2b;font-weight:500;font-size:14px;padding-inline:0}.vtex-product-summary-2-x-containerNormal--comparison-page-summary .vtex-product-summary-2-x-buyButtonText{font-family:"Gotham",serif;font-style:normal;font-weight:400;font-size:16px;line-height:15px;display:flex;align-items:center;text-align:center;color:#ffffff;text-transform:initial}.vtex-product-summary-2-x-containerNormal--comparison-page-summary .vtex-button__label{padding-inline:0}.vtex-product-summary-2-x-clearLink--comparison-page-summary .vtex-product-summary-2-x-brandName{font-family:"Gotham",serif;font-style:normal;font-weight:500;font-size:18px;line-height:27px;color:#2c2c2b;height:auto}.vtex-product-summary-2-x-clearLink--comparison-page-summary .vtex-product-summary-2-x-nameContainer{height:auto;padding-inline:0;margin-bottom:0}.vtex-product-summary-2-x-priceContainer--comparison-page-summary{align-items:flex-start}.vtex-product-summary-2-x-currencyContainer--comparison-page-summary{font-family:"Gotham",serif;font-style:normal;font-weight:500;font-size:16px;line-height:19px;display:flex;align-items:center;color:#2c2c2b}.vtex-product-summary-2-x-price_listPrice--comparison-page-summary .vtex-product-summary-2-x-currencyContainer--comparison-page-summary{font-family:"Gotham",serif;font-style:normal;font-weight:325;font-size:15px;line-height:18px;text-decoration-line:line-through;color:#565556}.vtex-product-summary-2-x-price_sellingPriceContainer--comparison-page-summary{padding-bottom:0}.vtex-product-summary-2-x-clearLink--comparison-page-summary .vtex-product-summary-2-x-priceContainer--comparison-page-summary{padding-block:0}.vtex-product-summary-2-x-buyButtonContainer .vtex-button{border-radius:0%}
.vtex-flex-layout-0-x-flexColChild--razones-content{display:flex;justify-content:space-around}.vtex-flex-layout-0-x-flexColChild--razones-content .vtex-rich-text-0-x-heading-level-3{font-size:24px;font-weight:600;text-align:center;margin-top:60px;margin-bottom:50px}.vtex-flex-layout-0-x-flexColChild--razones-content .vtex-store-image-0-x-imageElement{width:auto!important;max-height:240px!important}.vtex-flex-layout-0-x-flexColChild--razones-content .vtex-store-image-0-x-imageElementLink{text-decoration:none}.vtex-flex-layout-0-x-flexColChild--razones-content .vtex-store-image-0-x-imageElementLink::after{content:attr(title);display:block;text-align:center;margin-top:0.5rem;font-size:1rem;font-weight:500;color:#333;padding:0.25rem 0;max-width:250px}.vtex-flex-layout-0-x-flexColChild--pilares-content{display:flex;justify-content:space-around}.vtex-flex-layout-0-x-flexColChild--pilares-content .vtex-rich-text-0-x-heading-level-3{font-size:24px;font-weight:600;text-align:center;margin-top:60px;margin-bottom:50px}.vtex-flex-layout-0-x-flexColChild--pilares-content .vtex-store-image-0-x-imageElement{width:auto!important;max-height:240px!important}.vtex-flex-layout-0-x-flexColChild--pilares-content .vtex-store-image-0-x-imageElementLink{text-decoration:none}.vtex-flex-layout-0-x-flexColChild--pilares-content .vtex-store-image-0-x-imageElementLink::after{content:attr(title);display:block;text-align:center;margin-top:0.5rem;font-size:1rem;font-weight:500;color:#333;padding:0.25rem 0;max-width:250px}.vtex-flex-layout-0-x-flexRow--video-mobile{display:none}.vtex-flex-layout-0-x-flexRow--video-desktop{display:block}.vtex-flex-layout-0-x-flexRow--video-desktop .vtex-store-components-3-x-container{max-width:100%;padding:0}@media screen and (max-width:500px){.vtex-flex-layout-0-x-flexRow--video-desktop{display:none}.vtex-flex-layout-0-x-flexRow--video-mobile{display:block}.vtex-flex-layout-0-x-flexColChild--razones-content{display:flex;justify-content:space-around;flex-wrap:wrap}.vtex-flex-layout-0-x-flexColChild--razones-content .vtex-store-image-0-x-imageElementLink{text-decoration:none;width:45%}.vtex-flex-layout-0-x-flexColChild--pilares-content{display:flex;justify-content:space-around;flex-wrap:wrap}.vtex-flex-layout-0-x-flexColChild--pilares-content .vtex-store-image-0-x-imageElementLink{text-decoration:none;width:45%}}
@media screen and (max-width:48rem){.vtex-flex-layout-0-x-flexCol--pdp-stack{margin-bottom:32px}}
.vtex-rich-text-0-x-paragraph--pdp-imageDisclaimerMessage{margin:0;color:#565556;font-size:12px}
.vtex-store-components-3-x-productImagesContainer--pdp--list{display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-content:flex-start;gap:5px;height:100%;margin:0}.vtex-store-components-3-x-triggerContainer--pdp{cursor:url("/arquivos/cursor-panZoom.svg"),auto}.vtex-store-components-3-x-productImagesThumb--pdp-modal_zoom{max-width:48px;border-radius:1px;border:1px solid #ededed}.vtex-store-components-3-x-carouselThumbBorder--pdp-modal_zoom{cursor:initial}.vtex-store-components-3-x-carouselContainer--pdp-modal_zoom .vtex-store-components-3-x-carouselGaleryCursor{width:100%;margin:0;padding:0}.vtex-store-components-3-x-productImagesGallerySlide--pdp-modal_zoom{width:100%!important;cursor:auto;scroll-snap-align:start}.vtex-store-components-3-x-productImage--pdp-modal_zoom{height:100%}.vtex-store-components-3-x-carouselGaleryThumbs--pdp-modal_zoom{position:fixed;width:fit-content!important;left:unset;right:110px;z-index:2;top:114px;height:fit-content;max-height:70vh;overflow:hidden}.vtex-store-components-3-x-productImageTag--pdp-modal_zoom{max-height:calc(100vh - 92px)!important}.vtex-modal-layout-0-x-headerContent--pdp-modal_zoom .vtex-store-components-3-x-productBrand{height:auto;font-size:18px}@media screen and (max-width:48rem){.vtex-modal-layout-0-x-headerContent--pdp-modal_zoom .vtex-store-components-3-x-productNameContainer{max-width:85%}.vtex-modal-layout-0-x-headerContent--pdp-modal_zoom .vtex-store-components-3-x-productBrand{height:auto;font-size:14px}.vtex-store-components-3-x-triggerContainer--pdp{height:441px}}
.vtex-modal-layout-0-x-paper--pdp-modal_zoom{overflow:unset}.vtex-modal-layout-0-x-headerContainer--pdp-modal_zoom{position:relative;height:92px;padding:24px 3%}.vtex-modal-layout-0-x-headerContent--pdp-modal_zoom{width:100%}.vtex-modal-layout-0-x-closeButtonContainer--pdp-modal_zoom{position:absolute;top:24px;right:2%;left:unset}@media screen and (max-width:48rem){.vtex-modal-layout-0-x-closeButtonContainer--pdp-modal_zoom{top:0;right:3%}.vtex-modal-layout-0-x-headerContainer--pdp-modal_zoom{padding:24px 3% 8px}.vtex-modal-layout-0-x-closeIcon--pdp-modal_zoom{width:24px;height:24px}}
.vtex-flex-layout-0-x-flexRow--prodSummaryShelf-stockFinal_Online_Nuevo-flag{min-height:21px;margin-bottom:12px;padding:0 12px}.vtex-flex-layout-0-x-flexRow--prodSummaryShelf-listPrice{min-height:18px;padding:0 12px}.vtex-flex-layout-0-x-flexRow--prodSummaryShelf-sellingPriceSavings{min-height:21px;padding:0 12px}.vtex-flex-layout-0-x-flexRowContent--prodSummaryShelf-sellingPriceSavings{align-items:center;gap:4px}@media screen and (max-width:48rem){.vtex-flex-layout-0-x-flexRow--prodSummaryShelf-stockFinal_Online_Nuevo-flag,.vtex-flex-layout-0-x-flexRow--prodSummaryShelf-listPrice,.vtex-flex-layout-0-x-flexRow--prodSummaryShelf-sellingPriceSavings{padding:0 8px}.vtex-flex-layout-0-x-flexRow--prodSummaryShelf-stockFinal_Online_Nuevo-flag{min-height:14px}}
.vtex-modal-layout-0-x-triggerContainer--quickview{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.vtex-modal-layout-0-x-triggerContainer--quickview::after{position:relative;top:2px;;content:url("/arquivos/icon-eye-quickview.svg");display:block}.vtex-modal-layout-0-x-triggerContainer--quickview .vtex-store-icons-0-x-expandIcon{display:none}
.vtex-search-2-x-biggy-autocomplete .vtex-product-comparison-0-x-productSelectorContainer{display:none}.vtex-product-summary-2-x-element .vtex-product-comparison-0-x-productSelectorContainer{width:86px;height:28px;margin:0;border-radius:12px;position:absolute;top:10px;left:10px;opacity:0;transition:all 0.3s ease-in-out;background-color:rgba(0,0,0,0.4);backdrop-filter:blur(10px)}.vtex-stack-layout-0-x-stackContainer--prodSummaryShelf:hover .vtex-product-comparison-0-x-productSelectorContainer{opacity:1;transition:all 0.3s ease-in-out}.vtex-product-summary-2-x-element .vtex-product-comparison-0-x-productSelectorContainer .vtex-checkbox__line-container{height:100%;justify-content:center;align-items:center;gap:4px}.vtex-product-summary-2-x-element .vtex-product-comparison-0-x-productSelectorContainer .vtex-checkbox__container{margin:0;width:12px;height:12px}.vtex-product-summary-2-x-element .vtex-product-comparison-0-x-productSelectorContainer .vtex-checkbox__inner-container{margin:0;width:12px;height:12px}.vtex-product-summary-2-x-element .vtex-product-comparison-0-x-productSelectorContainer .vtex-checkbox__box-wrapper{padding:0;width:12px;height:12px}.vtex-product-summary-2-x-element .vtex-product-comparison-0-x-productSelectorContainer .vtex-checkbox__box{}.vtex-product-summary-2-x-element .vtex-product-comparison-0-x-productSelectorContainer .vtex-checkbox__input{width:86px;height:28px;top:-8px;left:-5px}.vtex-product-summary-2-x-element .vtex-product-comparison-0-x-productSelectorContainer .vtex-checkbox__label{width:fit-content;color:#fff;font-weight:400;font-size:12px}@media screen and (max-width:64rem){.vtex-product-summary-2-x-element .vtex-product-comparison-0-x-productSelectorContainer{height:24px;opacity:1;left:8px}}
.vtex-product-summary-2-x-imageStackContainer{width:100%;max-height:320px;overflow:hidden;border-radius:0.25rem}.vtex-product-summary-2-x-imageNormal{max-height:100%!important;display:block}.vtex-product-summary-2-x-hoverEffect:hover .vtex-product-summary-2-x-mainImageHovered{transition:all 0.4s ease-in-out}.vtex-product-summary-2-x-mainImageHovered{transition:all 0.4s ease-in-out}.vtex-product-summary-2-x-hoverImage{opacity:0;z-index:2;transition:all 0.4s ease-in-out}.vtex-product-summary-2-x-hoverEffect:hover .vtex-product-summary-2-x-hoverImage{opacity:1;transition:all 0.4s ease-in-out}.vtex-product-summary-2-x-imageWrapper--prodSummaryShelf{margin-bottom:8px}.vtex-product-summary-2-x-containerNormal{border-radius:0;background-color:#fff}.vtex-product-summary-2-x-nameContainer{padding:0 12px;height:80px;margin-bottom:12px;justify-content:flex-start}.vtex-product-summary-2-x-brandName{height:80px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#2c2c2b;font-weight:500;font-size:18px;line-height:27px;text-align:start}@media screen and (max-width:48rem){.vtex-product-summary-2-x-nameContainer{padding:0 8px}.vtex-product-summary-2-x-brandName{height:36px;font-size:12px;line-height:18px}}
.vtex-product-highlights-2-x-productHighlightWrapper--prodSummaryShelf[data-highlight-id="231"]{position:relative;display:flex;justify-content:center;align-items:center;width:36px;height:36px;border-radius:50%;background-color:rgba(0,0,0,0.4);backdrop-filter:blur(10px);opacity:0;transition:all .3s ease-in-out}.vtex-stack-layout-0-x-stackContainer--prodSummaryShelf:hover .vtex-product-highlights-2-x-productHighlightWrapper--prodSummaryShelf[data-highlight-id="231"]{opacity:1;transition:all .3s ease-in-out}.vtex-product-highlights-2-x-productHighlightWrapper--prodSummaryShelf[data-highlight-id="231"]:hover{background-color:#A58D70;transition:all .3s ease-in-out}.vtex-product-highlights-2-x-productHighlightWrapper--prodSummaryShelf[data-highlight-id="231"]::after{position:relative;top:2px;content:url("/arquivos/icon-camara-roomvo.svg");display:block;width:24px;height:24px}.vtex-product-highlights-2-x-productHighlightText--prodSummaryShelf[data-highlight-id="231"]{display:none;font-size:0}.vtex-product-highlights-2-x-productHighlightWrapper--prodSummaryShelf{width:fit-content;display:flex;justify-content:center;align-items:center;border-radius:4px;padding:4px;color:#2E2E2E;font-weight:500;font-size:10px;text-transform:capitalize}.vtex-product-highlights-2-x-productHighlightText--prodSummaryShelf{color:#2E2E2E;font-weight:500;font-size:10px;text-transform:capitalize}.vtex-product-highlights-2-x-productHighlightWrapper--prodSummaryShelf[data-highlight-id="246"]{background-color:#F4EEEE}.vtex-product-highlights-2-x-productHighlightWrapper--prodSummaryShelf[data-highlight-id="201"]{background-color:#F7F3ED}.vtex-product-highlights-2-x-productHighlightWrapper--prodSummaryShelf[data-highlight-id="248"],.vtex-product-highlights-2-x-productHighlightWrapper--prodSummaryShelf[data-highlight-id="261"]{background-color:#D5B895}@media screen and (max-width:64rem){.vtex-product-highlights-2-x-productHighlightWrapper--prodSummaryShelf[data-highlight-id="231"]{width:24px;height:24px;opacity:1}.vtex-product-highlights-2-x-productHighlightWrapper--prodSummaryShelf[data-highlight-id="231"]::after{transform:scale(0.8)}}
.vtex-rich-text-0-x-container--prodSummaryShelf-disponibilidad_flags{height:32px;justify-content:center;align-items:center;border-radius:0px;background-color:#fff;color:#2c2c2b;font-weight:400;font-size:16px}.vtex-rich-text-0-x-heading--prodSummaryShelf-disponibilidad_flags,.vtex-rich-text-0-x-paragraph--prodSummaryShelf-disponibilidad_flags{margin:0;text-align:center}@media screen and (max-width:48rem){.vtex-rich-text-0-x-container--prodSummaryShelf-disponibilidad_flags{height:36px;font-size:12px}}
.vtex-product-price-1-x-currencyLiteral--prodSummaryShelf{display:none}.vtex-product-price-1-x-listPrice--prodSummaryShelf{color:#565556;font-weight:400;font-size:15px;text-align:start;text-decoration:line-through}.vtex-product-price-1-x-savingsPercentage--prodSummaryShelf{box-sizing:border-box;display:flex;justify-content:center;align-items:center;min-width:30px;height:21px;border-radius:4px;padding:4px;color:#fff;font-weight:500;font-size:10px;background-color:#BB5858}.vtex-product-price-1-x-sellingPrice--prodSummaryShelf{color:#2C2C2B;font-weight:500;font-size:16px}@media screen and (max-width:48rem){.vtex-product-price-1-x-listPrice--prodSummaryShelf{font-size:12px}.vtex-product-price-1-x-sellingPrice--prodSummaryShelf{font-size:13px}}
.vtex-stack-layout-0-x-stackContainer--prodSummaryShelf{position:relative}.vtex-stack-layout-0-x-stackItem--prodSummaryShelf--quickview{position:absolute;top:50px;right:10px;left:unset;width:36px;height:36px;border-radius:50%;background-color:rgba(0,0,0,0.4);backdrop-filter:blur(10px);opacity:0;transition:all .3s ease-in-out}.vtex-stack-layout-0-x-stackContainer--prodSummaryShelf:hover .vtex-stack-layout-0-x-stackItem--prodSummaryShelf--quickview{opacity:1;transition:all .3s ease-in-out}.vtex-stack-layout-0-x-stackItem--prodSummaryShelf--quickview:hover{background-color:#A58D70;transition:all .3s ease-in-out}.vtex-stack-layout-0-x-stackItem--prodSummaryShelf--roomvo-flag{position:absolute;top:90px;right:10px;left:unset;width:36px;height:36px;border-radius:50%}@media screen and (max-width:64rem){.vtex-stack-layout-0-x-stackItem--prodSummaryShelf--quickview{width:24px;height:24px;top:38px;right:12px;opacity:1}.vtex-stack-layout-0-x-stackItem--prodSummaryShelf--roomvo-flag{width:24px;height:24px;top:66px;right:12px}}
.vtex-disclosure-layout-1-x-trigger--pdp-info-item{position:relative;display:flex;justify-content:space-between;align-items:center;height:58px;padding:17px;border:none;border-bottom:1px solid #e0e0e0;background-color:transparent;transition:var(--transition-main);cursor:pointer}.vtex-disclosure-layout-1-x-trigger--pdp-info-item::after{content:url(/arquivos/icon-disclosureLayout-arrowDown.svg);width:24px;height:24px;transition:var(--transition-main)}.vtex-disclosure-layout-1-x-trigger--pdp-info-item--visible::after{transform:rotate(180deg);transition:var(--transition-main)}.vtex-disclosure-layout-1-x-trigger--pdp-info-item .vtex-rich-text-0-x-paragraph{margin:0;color:#484848;font-weight:500;font-size:16px;line-height:16px}.vtex-disclosure-layout-1-x-content--pdp-info-item{padding:17px 17px 4px}
.vtex-flex-layout-0-x-flexColChild--pdp-productInformation{display:flex;flex-direction:column}
.vtex-rich-text-0-x-heading--pdp-nuestraInnovacion-heading,.vtex-rich-text-0-x-paragraph--pdp-nuestraInnovacion-heading{margin:0;color:#212121;font-weight:500;font-size:36px;margin-bottom:60px}@media screen and (max-width:40rem){.vtex-rich-text-0-x-heading--pdp-nuestraInnovacion-heading,.vtex-rich-text-0-x-paragraph--pdp-nuestraInnovacion-heading{font-size:24px;margin-bottom:24px}}
.vtex-flex-layout-0-x-flexRow--pdp-nuestraInnovacion{background-color:#fff;max-width:unset;margin-bottom:80px}.vtex-flex-layout-0-x-flexRowContent--pdp-nuestraInnovacion{max-width:90vw;margin:0 auto;padding:44px 0}.vtex-flex-layout-0-x-flexRow--pdp-nuestraInnovacion .vtex-store-components-3-x-container{max-width:unset;padding:0}@media screen and (max-width:40rem){.vtex-flex-layout-0-x-flexRow--pdp-nuestraInnovacion{margin-bottom:34px}.vtex-flex-layout-0-x-flexRowContent--pdp-nuestraInnovacion{padding:34px 0 24px}}
.vtex-store-components-3-x-productDescriptionText--pdp-info-item{color:#484848;font-size:14px;text-align:justify}
.vtex-flex-layout-0-x-flexRowContent--header-logo .vtex-flex-layout-0-x-stretchChildrenWidth{width:fit-content!important}.vtex-flex-layout-0-x-flexColChild--header-logo{height:100%;display:flex;align-items:center}.vtex-flex-layout-0-x-flexRowContent--header-logo{gap:24px}.vtex-flex-layout-0-x-flexRowContent--header-nav-group-items .vtex-flex-layout-0-x-stretchChildrenWidth{width:fit-content!important}.vtex-flex-layout-0-x-flexColChild--header-nav-group-items{height:100%;display:flex;align-items:center}.vtex-flex-layout-0-x-flexRowContent--header-nav-group-items{gap:16px}
.vtex-store-components-3-x-infoCardContainer--pdp-infoCard{padding:0;background-color:#FFF}.vtex-store-components-3-x-infoCardContainer--pdp-infoCardTop{margin-bottom:32px}.vtex-store-components-3-x-infoCardTextContainer--pdp-infoCard{width:45%}.vtex-store-components-3-x-infoCardImage--pdp-infoCard{width:100%}.vtex-store-components-3-x-infoCardTextContainer--pdp-infoCard{}.vtex-store-components-3-x-infoCardHeadline--pdp-infoCard{margin:0;order:2;color:#2C2C2B;font-weight:500;font-size:24px;margin-bottom:16px}.vtex-store-components-3-x-infoCardSubhead--pdp-infoCard{margin:0;order:1;color:#2C2C2B;font-weight:400;font-size:16px;margin-bottom:9px}.vtex-store-components-3-x-infoCardBodyText--pdp-infoCard{margin:0;order:3;color:#666666;font-weight:400;font-size:16px;text-align:justify}@media screen and (max-width:40rem){.vtex-store-components-3-x-infoCardContainer--pdp-infoCard{display:flex;flex-direction:column-reverse}.vtex-store-components-3-x-infoCardContainer--pdp-infoCarTop{margin-bottom:48px}.vtex-store-components-3-x-infoCardTextContainer--pdp-infoCard{width:100%;padding:0}.vtex-store-components-3-x-infoCardImageContainer--pdp-infoCard{margin-bottom:24px}}
@media screen and (max-width:40rem){.vtex-minicart-2-x-minicartContainer .vtex-button{min-height:24px}.vtex-minicart-2-x-minicartContainer .vtex-minicart-2-x-minicartIconContainer{width:24px;height:24px}.vtex-minicart-2-x-minicartContainer .vtex-minicart-2-x-minicartIconContainer::after{width:22px;height:22px;display:flex;align-items:center;padding-bottom:0px}}
.vtex-flex-layout-0-x-flexRow--main-header-mobileTablet-topRow{background-color:#a49481}.vtex-flex-layout-0-x-flexRowContent--main-header-mobileTablet-bottomRow{height:64px;justify-content:space-around;align-items:center;background-color:#fff}
@media screen and (max-width:48rem){.vtex-flex-layout-0-x-flexRow--main-header-mobileTablet-bottomRow .vtex-modal-layout-0-x-triggerContainer--cityLocator-desk{border:none;padding-left:0px}.vtex-modal-layout-0-x-paper--cityLocator_popup-desk{}}
.vtex-store-components-3-x-logoContainer--header-mobileTablet{padding:0}.vtex-store-components-3-x-logoImage--header-mobileTablet{transform:scale(1.08)}
.vtex-flex-layout-0-x-flexRowContent--main-header{display:flex;align-items:stretch;justify-content:space-between;height:100%}.vtex-flex-layout-0-x-flexCol--momentary-menu-spacer{position:relative;display:flex;justify-content:center;align-items:center;width:calc(100vw * (703 / 1440));min-width:600px;max-width:703px;height:100%;border:1px solid #000}.vtex-flex-layout-0-x-flexCol--momentary-menu-spacer::before{content:"Espacio temporal para megamenu.";font-size:16px}
.vtex-minicart-2-x-minicartContainer{}.vtex-minicart-2-x-openIconContainer{padding:0}.vtex-minicart-2-x-openIconContainer .vtex-button{}.vtex-minicart-2-x-openIconContainer .vtex-button__label{}.vtex-minicart-2-x-minicartIconContainer{}.vtex-minicart-2-x-minicartContainer .vtex-button{padding:0;border:none}.vtex-minicart-2-x-opened{z-index:9999999!important}.vtex-minicart-2-x-minicartContainer .vtex-button .vtex-button__label{padding:0}.vtex-minicart-2-x-minicartContainer .vtex-button:hover{background-color:transparent}.vtex-minicart-2-x-minicartContainer .vtex-button:hover .vtex-minicart-2-x-minicartIconContainer::after{transform:scale(1.05);transition:var(--transition-main)}.vtex-minicart-2-x-minicartContainer .vtex-button:hover .vtex-minicart-2-x-minicartIconContainer .vtex-minicart-2-x-minicartQuantityBadge{background-color:#888888;color:#212121}.vtex-minicart-2-x-minicartIconContainer::after{content:url("/arquivos/header-cartBag-icon.svg");display:inline-block;padding-bottom:6px;transition:var(--transition-main)}.vtex-minicart-2-x-cartIcon{display:none}.vtex-minicart-2-x-minicartQuantityBadge{background-color:#212121;color:#fff;transform:scale(0.8);top:-0.7rem;right:-0.6rem;z-index:2}@media screen and (min-width:1024px) and (max-width:1100px){.vtex-minicart-2-x-minicartIconContainer::after{transform:scale(0.7);padding-bottom:0}.vtex-minicart-2-x-minicartContainer .vtex-button:hover .vtex-minicart-2-x-minicartIconContainer::after{transform:scale(0.7)!important}}
.vtex-sticky-layout-0-x-container--maxWidth{max-width:var(--maxWidth-desk);margin:0 auto}.vtex-sticky-layout-0-x-wrapper--sticky-header{width:100%}.vtex-sticky-layout-0-x-wrapper--header-desk{}.vtex-sticky-layout-0-x-wrapper--header-desk{}.vtex-sticky-layout-0-x-container--header-desk{background-color:#fff;transition:var(--transition-main)}
.vtex-menu-2-x-menuContainerNav--footer-mobile{padding:0 8px;margin:12px 0 72px;border-bottom:1px solid #dadada}.vtex-menu-2-x-menuContainer--footer-mobile{}.vtex-menu-2-x-menuItem--footer-menu_item-mobile{border-top:1px solid #dadada;padding-top:12px}.vtex-menu-2-x-menuItem--footer-menu_item-mobile--isClosed{}.vtex-menu-2-x-menuItem--footer-menu_item-mobile--isOpen{}.vtex-menu-2-x-menuItemInnerDiv--footer-menu_item-mobile{margin-bottom:12px}.vtex-menu-2-x-styledLinkContainer--footer-menu_item-mobile{margin:0;padding:0}.vtex-menu-2-x-styledLinkContent--footer-menu_item-mobile{height:24px;color:#a49481;font-weight:700;font-size:14px}.vtex-menu-2-x-accordionIcon--footer-menu_item-mobile--isClosed,.vtex-menu-2-x-accordionIcon--footer-menu_item-mobile--isOpen{position:relative;font-size:0}.vtex-menu-2-x-accordionIcon--footer-menu_item-mobile--isClosed::after,.vtex-menu-2-x-accordionIcon--footer-menu_item-mobile--isOpen::after{display:block}.vtex-menu-2-x-accordionIcon--footer-menu_item-mobile--isClosed::after{content:url("/arquivos/footer-mobile-chevron-up.svg")}.vtex-menu-2-x-accordionIcon--footer-menu_item-mobile--isOpen::after{content:url("/arquivos/footer-mobile-chevron-up.svg");transform:rotate(180deg)}.vtex-menu-2-x-submenuAccordion--footer-submenu-mobile{margin-bottom:12px}.vtex-menu-2-x-menuContainer--footer-submenu-mobile{gap:12px}.vtex-menu-2-x-styledLinkContainer--footer-submenu-mobile{margin:0;padding:0}.vtex-menu-2-x-styledLink--footer-submenu-mobile{color:#dadada;font-size:14px}.vtex-menu-2-x-styledLinkContent--footer-submenu-mobile{height:24px}
.vtex-flex-layout-0-x-flexRow--footer_04-payment_methods-mobile{background-color:#f9f9f9;padding:32px 24px}.vtex-flex-layout-0-x-flexRowContent--4-payments_logos-mobile{display:flex;gap:19px}.vtex-flex-layout-0-x-flexRow--footer_05-copyright-mobile{padding-top:8px;margin-bottom:6px}.vtex-flex-layout-0-x-flexRow--footer_06-dessarollado_por-mobile{padding-bottom:16px}
.vtex-flex-layout-0-x-flexRowContent--2-footer-mobile .vtex-store-components-3-x-logoLink--footer-mobile{width:fit-content;display:block;margin:0 auto 24px}
.vtex-store-footer-2-x-footerLayout{background-color:#2c2c2b}@media screen and (max-width:64rem){.vtex-store-footer-2-x-socialNetworksContainer--footer{justify-content:center!important;gap:19px!important;margin-bottom:25px}}
.vtex-rich-text-0-x-heading--footer_04-payment_methods-mobile,.vtex-rich-text-0-x-paragraph--footer_04-payment_methods-mobile{margin:0 0 8px;color:#2c2c2b;font-weight:400;font-size:14px;line-height:24px}.vtex-rich-text-0-x-paragraph--footer_05-copyright-mobile,.vtex-rich-text-0-x-paragraph--footer_06-dessarollado_por-mobile{margin:0;color:#fff;font-size:9px;text-align:center}.vtex-rich-text-0-x-paragraph--footer_06-dessarollado_por-mobile{display:flex}.vtex-rich-text-0-x-image--footer_06-dessarollado_por-mobile{transform:scale(0.7)}
.vtex-flex-layout-0-x-flexCol--home_0-subscription_modal_img{overflow:hidden}
.vtex-modal-layout-0-x-modal--home_0-subscription_modal{}.vtex-modal-layout-0-x-container--home_0-subscription_modal{}.vtex-modal-layout-0-x-paper--home_0-subscription_modal{margin:0;width:798px;max-height:458px}.vtex-modal-layout-0-x-headerContainer--home_0-subscription_modal{position:relative;border:none}.vtex-modal-layout-0-x-closeButtonContainer--home_0-subscription_modal{position:absolute;top:0;right:0}.vtex-modal-layout-0-x-closeButton--home_0-subscription_modal{}.vtex-modal-layout-0-x-closeIcon--home_0-subscription_modal{}.vtex-modal-layout-0-x-contentContainer--home_0-subscription_modal{padding:0;max-height:458px;overflow:hidden}.vtex-modal-layout-0-x-closeButton--home_0-subscription_modal_form{width:100%;height:44px;border-radius:1px;border:1px solid #2c2c2b;background-color:#fff;color:#2c2c2b;font-weight:400;text-transform:initial;transition:var(--transition-main)}.vtex-modal-layout-0-x-closeButton--home_0-subscription_modal_form:hover{border:1px solid #a58d70;background-color:#a58d70;color:#fff;transition:var(--transition-main)}@media screen and (max-width:48rem){.vtex-modal-layout-0-x-paper--home_0-subscription_modal{max-width:328px;max-height:584px}.vtex-modal-layout-0-x-contentContainer--home_0-subscription_modal{max-height:584px}}
.vtex-rich-text-0-x-heading--home_0-subscription_modal_paragraph{margin:0 0 8px;color:#313131;font-weight:400;font-size:24px}.vtex-rich-text-0-x-paragraph--home_0-subscription_modal_paragraph{margin:0 0 30px;color:#2E2E2E;font-weight:400;font-size:14px}
.vtex-store-newsletter-1-x-newsletterForm--home_0-subscription_modal{padding:48px 32px}.vtex-store-newsletter-1-x-emailInputContainer--home_0-subscription_modal,.vtex-store-newsletter-1-x-nameInputContainer--home_0-subscription_modal,.vtex-store-newsletter-1-x-confirmationCheckboxContainer--home_0-subscription_modal{margin-bottom:18px}.vtex-store-newsletter-1-x-emailInputContainer--home_0-subscription_modal .vtex-input__label,.vtex-store-newsletter-1-x-nameInputContainer--home_0-subscription_modal .vtex-input__label{color:#0D0D0D;font-weight:500;font-size:14px}.vtex-store-newsletter-1-x-formSubmitContainer--home_0-subscription_modal{margin-bottom:12px}.vtex-store-newsletter-1-x-formSubmitContainer--home_0-subscription_modal .vtex-button{width:100%}.vtex-store-newsletter-1-x-confirmationCheckboxContainer--home_0-subscription_modal .vtex-checkbox__label,.vtex-store-newsletter-1-x-labelLink--home_0-subscription_modal{color:#1D1D1B;font-size:14px}.vtex-store-newsletter-1-x-formSubmitContainer--home_0-subscription_modal .vtex-button{height:44px;border-radius:1px;transition:var(--transition-main)}.vtex-store-newsletter-1-x-formSubmitContainer--home_0-subscription_modal .vtex-button__label{font-weight:400;text-transform:initial}.vtex-store-newsletter-1-x-defaultSuccessMessage--home_0-subscription_modal{height:100%;margin:0;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:500}@media screen and (max-width:48rem){.vtex-store-newsletter-1-x-newsletterForm--home_0-subscription_modal{padding:24px}}
.vtex-store-components-3-x-imageElement--home_0-subscription_modal_img-desk{width:100%;height:100%}.vtex-store-components-3-x-imageElement--home_0-subscription_modal_img-mobile{width:100%}
.vtex-flex-layout-0-x-flexRow--home_7-about_us_info_card{margin-bottom:80px}@media screen and (max-width:48rem){.vtex-flex-layout-0-x-flexRow--home_7-about_us_info_card{margin-bottom:24px}}
.vtex-store-components-3-x-infoCardContainer--home_7-about_us_info_card{gap:36px}.vtex-store-components-3-x-infoCardTextContainer--home_7-about_us_info_card{height:100%;justify-content:flex-start;padding:0}.vtex-store-components-3-x-container--home_7-about_us_info_card{padding:0!important}.vtex-store-components-3-x-heading--home_7-about_us_info_card,.vtex-store-components-3-x-infoCardHeadline--home_7-about_us_info_card,.vtex-store-components-3-x-infoCardSubhead--home_7-about_us_info_card{margin:0}.vtex-store-components-3-x-container--home_7-about_us_info_card:nth-child(0n+1) .vtex-store-components-3-x-heading--home_7-about_us_info_card,.vtex-store-components-3-x-infoCardHeadline--home_7-about_us_info_card{margin-bottom:30px;color:#2C2C2B;font-weight:500;font-size:24px;line-height:32px}.vtex-store-components-3-x-container--home_7-about_us_info_card:nth-child(0n+2) .vtex-store-components-3-x-heading--home_7-about_us_info_card,.vtex-store-components-3-x-infoCardSubhead--home_7-about_us_info_card{margin-bottom:9px;color:#2C2C2B;font-weight:400;font-size:16px}.vtex-store-components-3-x-paragraph--home_7-about_us_info_card,.vtex-store-components-3-x-infoCardBodyText--home_7-about_us_info_card{margin:0;color:#2C2C2B;line-height:140%;text-align:justify}.vtex-store-components-3-x-container--home_7-about_us_info_card:nth-child(0n+1),.vtex-store-components-3-x-infoCardHeadline--home_7-about_us_info_card{order:2}.vtex-store-components-3-x-container--home_7-about_us_info_card:nth-child(0n+2),.vtex-store-components-3-x-infoCardSubhead--home_7-about_us_info_card{order:1}.vtex-store-components-3-x-container--home_7-about_us_info_card:nth-child(0n+3),.vtex-store-components-3-x-infoCardBodyText--home_7-about_us_info_card{order:3}@media screen and (max-width:64rem){.vtex-store-components-3-x-infoCardContainer--home_7-about_us_info_card{display:flex;flex-direction:column-reverse;gap:26px}.vtex-store-components-3-x-infoCardTextContainer--home_7-about_us_info_card{height:auto}.vtex-store-components-3-x-container--home_7-about_us_info_card:nth-child(0n+1) .vtex-store-components-3-x-heading--home_7-about_us_info_card,.vtex-store-components-3-x-infoCardHeadline--home_7-about_us_info_card{margin-bottom:20px;color:#231F20;font-size:22px;line-height:26px}.vtex-store-components-3-x-container--home_7-about_us_info_card:nth-child(0n+2) .vtex-store-components-3-x-heading--home_7-about_us_info_card,.vtex-store-components-3-x-infoCardSubhead--home_7-about_us_info_card{color:#231F20}.vtex-store-components-3-x-paragraph--home_7-about_us_info_card,.vtex-store-components-3-x-infoCardBodyText--home_7-about_us_info_card{color:#000;font-size:14px;line-height:auto}}
.vtex-flex-layout-0-x-flexRow--home_8-info-responsive{background-color:#a58d701a}
.vtex-flex-layout-0-x-flexRow--home_3-comprar_por{margin-bottom:80px}.vtex-flex-layout-0-x-flexColChild--home_3-comprar_por:first-child{width:fit-content}.vtex-flex-layout-0-x-flexCol--home_3-comprar_por{position:relative}.vtex-flex-layout-0-x-flexRow--home_3-comprar_por-heading_control{margin-bottom:45px}@media screen and (max-width:48rem){.vtex-flex-layout-0-x-flexRow--home_3-comprar_por-heading_control{margin-bottom:68px}}
.vtex-rich-text-0-x-container--home_3-comprar_por-heading{}.vtex-rich-text-0-x-wrapper--home_3-comprar_por-heading{}.vtex-rich-text-0-x-heading--home_3-comprar_por-heading,.vtex-rich-text-0-x-paragraph--home_3-comprar_por-heading{margin:0;color:#2C2C2B;font-weight:500;font-size:24px;line-height:26px}@media screen and (max-width:48rem){.vtex-rich-text-0-x-heading--home_3-comprar_por-heading,.vtex-rich-text-0-x-paragraph--home_3-comprar_por-heading{text-transform:uppercase}}
.vtex-slider-layout-0-x-slide--home_3-comprar_por-tabsList{width:fit-content!important;min-width:140px;margin:0!important}.vtex-slider-layout-0-x-sliderLayoutContainer--home_3-comprar_por-tabContent{padding-bottom:44px}.vtex-slider-layout-0-x-sliderLeftArrow--home_3-comprar_por-tabContent{top:-76px;right:41px;left:unset}.vtex-slider-layout-0-x-sliderRightArrow--home_3-comprar_por-tabContent{top:-76px}.vtex-slider-layout-0-x-paginationDot--home_3-comprar_por-tabContent{width:80px!important;height:4px!important;border-radius:0!important;padding:0;background-color:#DADADA}.vtex-slider-layout-0-x-paginationDot--home_3-comprar_por-tabContent--isActive{background-color:#2C2C2B}@media screen and (max-width:48rem){.vtex-slider-layout-0-x-slide--home_3-comprar_por-tabsList{width:unset!important;min-width:116px}}
.vtex-tab-layout-0-x-container--home_3-comprar_por .vtex-tab-layout-0-x-contentItem{min-height:518px}.vtex-tab-layout-0-x-listContainer--home_3-comprar_por{width:fit-content;position:absolute;top:0;right:76px;left:unset}.vtex-tab-layout-0-x-listItem--home_3-comprar_por-tab{margin:0;padding:0}.vtex-tab-layout-0-x-listItem--home_3-comprar_por-tab .vtex-button{min-height:24px;height:24px;color:#958f95;font-weight:400;font-size:16px;line-height:24px;background-color:transparent;border:none;border-radius:0;text-transform:capitalize}.vtex-tab-layout-0-x-listItem--home_3-comprar_por-tab.vtex-tab-layout-0-x-listItemActive--home_3-comprar_por-tab .vtex-button{color:#2c2c2b;font-weight:500;border-bottom:2px solid #a58d70}.vtex-tab-layout-0-x-listItem--home_3-comprar_por-tab .vtex-button__label{padding:0 8px}@media screen and (max-width:48rem){.vtex-tab-layout-0-x-container--home_3-comprar_por{min-height:433px}.vtex-tab-layout-0-x-listContainer--home_3-comprar_por{width:100%;top:44px;right:unset;left:unset;margin:auto}.vtex-tab-layout-0-x-listItem--home_3-comprar_por-tab .vtex-button{min-height:32px;height:32px}}
.vtex-flex-layout-0-x-flexRow--home_1-multimedia-slider-banner{margin-bottom:8px}@media screen and (max-width:48rem){.vtex-flex-layout-0-x-flexRow--home_1-multimedia-slider-banner{margin-bottom:28px}}
.vtex-flex-layout-0-x-flexRow--home-cta_and_slider_links-global{margin-bottom:80px}.vtex-flex-layout-0-x-flexCol--home-cta_and_slider_links-CTA_wrapper-global{padding-left:3vw}@media screen and (max-width:48rem){.vtex-flex-layout-0-x-flexRow--home-cta_and_slider_links-global{margin-bottom:46px}.vtex-flex-layout-0-x-flexCol--home-cta_and_slider_links-CTA_wrapper-global{margin-bottom:24px;padding-left:16px;padding-right:16px}}
.vtex-rich-text-0-x-paragraph--home-cta_and_slider_links-preTitle-global,.vtex-rich-text-0-x-heading--home-cta_and_slider_links-preTitle-global{margin:0 0 12px;color:#2C2C2B;font-weight:400;font-size:16px}.vtex-rich-text-0-x-paragraph--home-cta_and_slider_links-title-global,.vtex-rich-text-0-x-heading--home-cta_and_slider_links-title-global{margin:0 0 24px;padding-right:1rem;color:#2C2C2B;font-weight:500;line-height:32px}@media screen and (max-width:64rem){}@media screen and (max-width:48rem){.vtex-rich-text-0-x-paragraph--home-cta_and_slider_links-title-global,.vtex-rich-text-0-x-heading--home-cta_and_slider_links-title-global{margin:0 0 16px;font-size:22px;line-height:26px}}
.vtex-slider-layout-0-x-sliderLeftArrow--home-cta_and_slider_links-Slider-global{left:30px}.vtex-slider-layout-0-x-sliderRightArrow--home-cta_and_slider_links-Slider-global{right:30px}.vtex-slider-layout-0-x-imageElementLink--home-cta_and_slider_links-Slider-global{position:relative;overflow:hidden}.vtex-slider-layout-0-x-imageElementLink--home-cta_and_slider_links-Slider-global::before{content:"";position:absolute;top:0;display:block;width:100%;height:100%;opacity:1;background:linear-gradient(180deg,rgba(0,0,0,0.1874) 19.66%,rgba(0,0,0,0.8) 68.53%);transition:var(--transition-main);z-index:1}.vtex-slider-layout-0-x-imageElementLink--home-cta_and_slider_links-Slider-global::after{content:attr(title);background:url(/arquivos/icon-linkArrow.svg) no-repeat right center;padding-right:40px;display:block;position:absolute;left:30px;bottom:55px;color:#fff;font-weight:500;font-size:24px;line-height:120%;z-index:2}.vtex-slider-layout-0-x-imageElementLink--home-cta_and_slider_links-Slider-global:hover::before{opacity:0.6;transition:var(--transition-main)}.vtex-slider-layout-0-x-imageElement--home-cta_and_slider_links-Slider-global{max-height:unset!important;transition:var(--transition-main)}.vtex-slider-layout-0-x-imageElementLink--home-cta_and_slider_links-Slider-global:hover .vtex-slider-layout-0-x-imageElement--home-cta_and_slider_links-Slider-global{transform:scale(1.1);transition:var(--transition-main)}@media screen and (max-width:64rem){.vtex-slider-layout-0-x-imageElementLink--home-cta_and_slider_links-Slider-global:hover::before{opacity:1}.vtex-slider-layout-0-x-imageElementLink--home-cta_and_slider_links-Slider-global:hover .vtex-slider-layout-0-x-imageElement--home-cta_and_slider_links-Slider-global{transform:scale(1)}}
.vtex-store-link-0-x-link--home-cta_and_slider_links-CTAButton-global{border-radius:0;border:none!important}.vtex-store-link-0-x-label--home-cta_and_slider_links-CTAButton-global{font-weight:400;font-size:16px;text-transform:initial}.vtex-store-link-0-x-link--home-cta_and_slider_links-CTAButton-global:hover{border-radius:0}
.vtex-flex-layout-0-x-flexRow--home_4-info_cards{margin-bottom:40px}.vtex-flex-layout-0-x-flexRowContent--home_4-info_cards{gap:7px}@media screen and (max-width:64rem){.vtex-flex-layout-0-x-flexRow--home_4-info_cards{margin-bottom:42px}.vtex-flex-layout-0-x-flexRowContent--home_4-info_cards{display:flex;flex-direction:column;gap:8px}}
.vtex-store-components-3-x-infoCardImageLinkWrapper--home_4-info_cards{display:block;height:100%}.vtex-store-components-3-x-infoCardContainer--home_4-info_cards{position:relative;align-items:flex-end;height:360px;background-size:100%!important;transition:var(--transition-main)}.vtex-store-components-3-x-infoCardContainer--home_4-info_cards::before{content:"";position:absolute;top:0;display:block;width:100%;height:100%;opacity:1;background:linear-gradient(180deg,rgba(0,0,0,0.1874) 19.66%,rgba(0,0,0,0.8) 68.53%);transition:var(--transition-main);z-index:1}.vtex-store-components-3-x-infoCardContainer--home_4-info_cards:hover{background-size:110%!important;transition:var(--transition-main)}.vtex-store-components-3-x-infoCardContainer--home_4-info_cards:hover::before{opacity:0.6;transition:var(--transition-main)}.vtex-store-components-3-x-infoCardTextContainer--home_4-info_cards{width:100%;height:100px;margin-bottom:28px;z-index:2}.vtex-store-components-3-x-infoCardHeadline--home_4-info_cards,.vtex-store-components-3-x-heading--home_4-info_cards{position:relative;margin:0 0 11px;color:#fff;font-weight:500;font-size:22px;line-height:120%}.vtex-store-components-3-x-infoCardHeadline--home_4-info_cards::after,.vtex-store-components-3-x-heading--home_4-info_cards::after{content:url(/arquivos/icon-linkArrow.svg);position:absolute;top:0;right:-36px}.vtex-store-components-3-x-infoCardBodyText--home_4-info_cards,.vtex-store-components-3-x-paragraph--home_4-info_cards{margin:0;color:#fff;font-weight:400;font-size:16px;line-height:120%}@media screen and (max-width:64rem){.vtex-store-components-3-x-infoCardContainer--home_4-info_cards,.vtex-store-components-3-x-infoCardContainer--home_4-info_cards:hover{background-size:cover!important}.vtex-store-components-3-x-infoCardContainer--home_4-info_cards:hover::before{opacity:1}}@media screen and (max-width:48rem){.vtex-store-components-3-x-infoCardTextContainer--home_4-info_cards{height:269px;margin-left:16px;margin-right:16px}.vtex-store-components-3-x-infoCardHeadline--home_4-info_cards,.vtex-store-components-3-x-heading--home_4-info_cards{width:90%;margin:0 0 10px;font-size:18px}.vtex-store-components-3-x-infoCardHeadline--home_4-info_cards::after,.vtex-store-components-3-x-heading--home_4-info_cards::after{top:0;right:-20px}.vtex-store-components-3-x-infoCardBodyText--home_4-info_cards,.vtex-store-components-3-x-paragraph--home_4-info_cards{margin:0;color:#fff;font-weight:300;font-size:16px}}
.vtex-flex-layout-0-x-flexRow--home_6-instagram{margin-bottom:80px}.vtex-flex-layout-0-x-flexRowContent--home_6-instagram_heading_CTA-container{margin-bottom:40px;gap:80px}.vtex-flex-layout-0-x-flexRowContent--home_6-instagram_heading_CTA-container .vtex-flex-layout-0-x-stretchChildrenWidth:first-child{width:auto!important}.vtex-flex-layout-0-x-flexRowContent--home_6-instagram_heading_CTA-container .vtex-flex-layout-0-x-stretchChildrenWidth:last-child{width:fit-content!important}.vtex-flex-layout-0-x-flexColChild--home_6-instagram_CTA-container{display:flex;align-items:center}@media screen and (max-width:48rem){.vtex-flex-layout-0-x-flexRow--home_6-instagram{margin-bottom:42px}.vtex-flex-layout-0-x-flexRowContent--home_6-instagram_heading_CTA-container{margin-bottom:20px;gap:0px}}
.vtex-rich-text-0-x-container--home_6-instagram_pre_heading{margin-bottom:9px}.vtex-rich-text-0-x-paragraph--home_6-instagram_pre_heading,.vtex-rich-text-0-x-heading--home_6-instagram_pre_heading{margin:0;color:#2C2C2B;font-weight:400;font-size:16px}.vtex-rich-text-0-x-container--home_6-instagram_heading{margin-bottom:16px}.vtex-rich-text-0-x-heading--home_6-instagram_heading,.vtex-rich-text-0-x-paragraph--home_6-instagram_heading{margin:0;color:#2C2C2B;font-weight:500;font-size:24px;line-height:32px}.vtex-rich-text-0-x-heading--home_6-instagram_description,.vtex-rich-text-0-x-paragraph--home_6-instagram_description{margin:0;color:#565556;font-weight:400;font-size:16px;line-height:24px}.vtex-rich-text-0-x-link--home_6-instagram_description{color:#565556}@media screen and (max-width:48rem){.vtex-rich-text-0-x-container--home_6-instagram_heading{margin-bottom:20px}.vtex-rich-text-0-x-heading--home_6-instagram_heading,.vtex-rich-text-0-x-paragraph--home_6-instagram_heading{color:#231F20;font-size:22px;line-height:26px}}
.vtex-store-link-0-x-link--home_6-instagram_CTA-button{min-width:236px;height:47px;border-radius:1px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;transition:var(--transition-main)}.vtex-store-link-0-x-label--home_6-instagram_CTA-button{font-weight:400;text-transform:initial;padding:0}.vtex-store-link-0-x-link--home_6-instagram_CTA-button-mobile{margin-top:20px}
.vtex-search-2-x-biggy-autocomplete{display:grid;grid-template-columns:240px 1fr;grid-template-rows:auto;padding:40px 48px 24px;isolation:isolate;background:#ffffff;height:100dvh;max-height:calc(100dvh - 133px)}.vtex-search-2-x-itemListTitle{margin:0 0 5px;padding:0;font-family:"Gotham",serif;font-style:normal;font-weight:500;font-size:14px;line-height:140%;color:#000000}.vtex-search-2-x-itemListList{display:flex;flex-direction:column}.vtex-search-2-x-itemListSubItemLink,.vtex-search-2-x-itemListLink{padding-inline:0!important;padding-block:5px!important;margin:0!important;font-family:"Gotham";font-style:normal!important;font-weight:400!important;font-size:14px!important;line-height:140%!important;color:#666666!important;min-height:20px;height:max-content!important}.vtex-search-2-x-itemListLinkTitle{font-family:"Gotham";font-style:normal!important;font-weight:400!important;font-size:14px!important;line-height:140%!important;color:#666666!important}.vtex-search-2-x-itemListLinkTitle:hover,.vtex-search-2-x-itemListSubItemLink:hover,.vtex-search-2-x-itemListLink:hover{background-color:#fff!important}.vtex-search-2-x-tileListTitle{display:none}.vtex-search-2-x-tileListList{margin-block:0}.vtex-search-2-x-tileListSeeMore{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;width:239px;height:47px;margin:auto;background:#000000;border-radius:1px;font-family:"Gotham",serif;font-style:normal;font-weight:400;font-size:16px;line-height:15px;display:flex;align-items:center;text-align:center;text-decoration:none;color:#ffffff;transition:var(--transition-main)}.vtex-search-2-x-tileListSeeMore:hover{background-color:#a58d70;transition:var(--transition-main)}.vtex-search-2-x-tileList{display:flex;flex-direction:column;gap:32px}.vtex-search-2-x-itemListIcon,.vtex-search-2-x-itemListPrefix{display:none}.vtex-search-2-x-history-and-top-wrapper{flex-direction:column-reverse!important;justify-content:flex-end;gap:1rem}.vtex-search-2-x-history-and-top-wrapper .vtex-search-2-x-itemList{flex:unset}@media screen and (width <= 64rem){.vtex-search-2-x-itemList--suggestion{padding-inline:5px}.vtex-search-2-x-biggy-autocomplete{grid-template-columns:1fr;padding:6px 12px 40px;gap:16px;background:#ffffff;max-height:calc(100dvh - 104px)!important;height:100dvh!important;width:100vw;overflow-x:hidden}.vtex-search-2-x-history-and-top-wrapper{width:100vw}.vtex-search-2-x-itemListLinkTitle{display:block;max-width:90vw;overflow-x:hidden;white-space:nowrap;text-overflow:ellipsis}.vtex-search-2-x-tileList{border-left:unset;gap:0}.vtex-search-2-x-tileListList{width:100vw;display:grid!important;grid-template-columns:1fr 1fr}.vtex-search-2-x-tileListItem{max-width:160px}.vtex-search-2-x-close-btn{display:none}}
.vtex-list-context-0-x-imageElement--not-found{display:block}
.vtex-flex-layout-0-x-flexRowContent--not-found{display:grid;grid-template:1fr / 1fr;grid-template-areas:"not-found"}.vtex-flex-layout-0-x-flexRowContent--not-found .vtex-flex-layout-0-x-stretchChildrenWidth{grid-area:not-found}.vtex-flex-layout-0-x-flexColChild--not-found-wrapper .vtex-flex-layout-0-x-flexRow--home_3-comprar_por{padding-inline:40px}.vtex-flex-layout-0-x-flexRowContent--search{padding:12px 18px 12px 36px!important;align-items:center}.vtex-flex-layout-0-x-flexRowContent--search .vtex-search-result-3-x-orderByButton--orderByCategory{padding-block-start:0;padding-inline-end:0;border-block:none;border-inline-end:none;min-height:40px}.vtex-flex-layout-0-x-flexRowContent--search .vtex-search-result-3-x-filterPopupTitle--orderByCategory{padding-block:0;height:40px;line-height:40px}.vtex-flex-layout-0-x-flexRowContent--search .vtex-search-result-3-x-orderByText--orderByCategory{padding-block:0;line-height:40px;height:100%;display:inline-block}.vtex-flex-layout-0-x-flexRowContent--search .vtex-search-result-3-x-totalProductsMessage--totalProductsCategory{padding-right:5px}.vtex-flex-layout-0-x-flexRowContent--section2MobileFilterSliderContainer .vtex-search-result-3-x-totalProducts--layout,.vtex-flex-layout-0-x-flexRowContent--section2MobileFilterSliderContainer .vtex-search-result-3-x-galleryTitle--layout{display:none}@media screen and (width <= 64rem){.vtex-flex-layout-0-x-flexColChild--not-found-wrapper .vtex-flex-layout-0-x-flexRow--home_3-comprar_por{padding-inline:16px 0}.vtex-flex-layout-0-x-flexRowContent--search{padding:10px 2px!important;align-items:center}.vtex-flex-layout-0-x-flexRowContent--search .vtex-flex-layout-0-x-flexRow--searchBreadcrumbMobile,.vtex-flex-layout-0-x-flexRowContent--search .vtex-search-result-3-x-filterPopupButton,.vtex-flex-layout-0-x-flexRowContent--search .vtex-search-result-3-x-totalProducts--layout{padding:0!important}.vtex-flex-layout-0-x-flexRowContent--search .vtex-search-result-3-x-totalProducts--layout{font-family:"Gotham";font-style:normal;font-weight:325;font-size:16px;line-height:24px;text-align:center;white-space:nowrap;color:#888888}.vtex-flex-layout-0-x-flexRowContent--section2MobileFilterSliderContainer .vtex-search-result-3-x-totalProducts--layout,.vtex-flex-layout-0-x-flexRowContent--section2MobileFilterSliderContainer .vtex-search-result-3-x-galleryTitle--layout{display:inline}.vtex-flex-layout-0-x-flexRowContent--section2MobileFilterSliderContainer.vtex-flex-layout-0-x-flexRowContent--search{margin:0 20px;width:calc(100% - 40px);padding-inline:20px;gap:0;justify-content:flex-start}.vtex-flex-layout-0-x-flexRowContent--section2MobileFilterSliderContainer.vtex-flex-layout-0-x-flexRowContent--search .vtex-flex-layout-0-x-stretchChildrenWidth:nth-child(0n+3){margin-left:auto}}
.vtex-rich-text-0-x-container--not-found{padding-inline-start:9.25rem;align-items:center;max-width:564px;margin-right:auto}.vtex-rich-text-0-x-wrapper--not-found{display:flex;flex-direction:column;align-items:flex-start;padding:0px;gap:20px}.vtex-rich-text-0-x-heading--not-found{margin:0;font-family:"Gotham";font-style:normal;font-weight:400;font-size:28px;line-height:36px;color:#2e2e2e}.vtex-rich-text-0-x-paragraph--not-found{margin:0;font-family:"Gotham";font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#2e2e2e}.vtex-rich-text-0-x-link--not-found{display:flex;flex-direction:column;align-items:center;padding:0px;gap:32px;width:164px;height:44px;font-family:"Gotham";font-style:normal;font-weight:400;font-size:16px;line-height:44px;text-align:center;color:#ffffff;background:#000000;border-radius:1px;text-decoration:none;transition:background 0.3s ease}.vtex-rich-text-0-x-link--not-found:hover{background:#a58d70}@media screen and (width <= 64rem){.vtex-rich-text-0-x-container--not-found{padding-inline:16px}.vtex-rich-text-0-x-heading--not-found{font-size:24px;line-height:28px}.vtex-rich-text-0-x-paragraph--not-found{font-size:14px;line-height:22px}}
.vtex-search-result-3-x-galleryTitle--layout{display:inline;font-family:"Gotham";font-style:normal;font-weight:325;font-size:16px;line-height:24px;text-align:center;color:#888888;padding-right:16px}.vtex-search-result-3-x-galleryTitle--layout::before{content:"para ";color:#888888}@media screen and (width <= 64rem){.vtex-search-result-3-x-notFound--layout .vtex-flex-layout-0-x-flexRow--home_3-comprar_por{max-width:100vw}.vtex-search-result-3-x-galleryTitle--layout{max-width:31dvw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}
.vtex-flex-layout-0-x-flexRowContent--quickviewMainRow .decorceramica-custom-wishlist-q-0-x-custom-wishlist{position:absolute;top:0;right:20px;left:unset;z-index:2}
.vtex-flex-layout-0-x-flexCol--quickviewImages{position:sticky;top:0px;height:fit-content}.vtex-flex-layout-0-x-flexCol--quickviewImages .vtex-flex-layout-0-x-flexColChild--quickviewImages:last-child{}.vtex-flex-layout-0-x-flexRow--quickviewMainRow{}.vtex-flex-layout-0-x-flexRowContent--quickviewMainRow{justify-content:space-between}.vtex-flex-layout-0-x-flexRowContent--quickviewMainRow .vtex-flex-layout-0-x-stretchChildrenWidth{position:relative}.vtex-flex-layout-0-x-flexRow--quickview-price_IVA{margin-bottom:16px}.vtex-flex-layout-0-x-flexRowContent--quickview-price{justify-content:flex-start;align-items:center;gap:8px}
.vtex-modal-layout-0-x-modal--quickview{}.vtex-modal-layout-0-x-container--quickview{}.vtex-modal-layout-0-x-paper--quickview{box-sizing:border-box;max-width:857px;min-height:417px;max-height:617px;padding:30px 32px;margin:0}.vtex-modal-layout-0-x-headerContainer--quickview{border:none}.vtex-modal-layout-0-x-headerContent--quickview{}.vtex-modal-layout-0-x-closeButtonContainer--quickview{position:absolute;top:20px;right:20px}.vtex-modal-layout-0-x-closeButton--quickview{}.vtex-modal-layout-0-x-closeIcon--quickview{}.vtex-modal-layout-0-x-contentContainer--quickviewContent{padding:0}
.vtex-modal-layout-0-x-contentContainer--quickviewContent .vtex-product-identifier-0-x-product-identifier--productReference{color:#787878;font-weight:400;font-size:13px}.vtex-modal-layout-0-x-contentContainer--quickviewContent .vtex-product-identifier-0-x-product-identifier--productReference .vtex-product-identifier-0-x-product-identifier__label,.vtex-modal-layout-0-x-contentContainer--quickviewContent .vtex-product-identifier-0-x-product-identifier--productReference .vtex-product-identifier-0-x-product-identifier__separator{display:none}
.vtex-rich-text-0-x-paragraph--quickview-IVA{margin:0;color:#484848;font-weight:400;font-size:12px}
.vtex-store-components-3-x-productImagesContainer--quickview{height:100%;position:sticky;top:0}.vtex-store-components-3-x-swiperCaret--quickview{width:25px;height:25px;border-radius:50%;padding:0;background-color:#A58D70}.vtex-store-components-3-x-swiperCaretNext--quickview{right:12px}.vtex-store-components-3-x-swiperCaretPrev--quickview{left:12px}.vtex-store-components-3-x-caretIcon--quickview{color:#fff;transform:scale(0.5)}.vtex-store-components-3-x-productImagesGallerySwiperContainer--quickview .vtex-store-components-3-x-swiperBullet{width:25px;height:4px;border-radius:0}.vtex-store-components-3-x-productNameContainer--quickview{max-width:90%}.vtex-store-components-3-x-productBrand--quickview{height:40px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#565556;font-weight:500;font-size:17px;line-height:20px;text-align:start}.vtex-store-components-3-x-productDescriptionContainer--quickview{margin-top:16px;margin-bottom:16px}.vtex-store-components-3-x-productDescriptionTitle--quickview{margin-bottom:8px;color:#000;font-weight:500;font-size:16px}.vtex-store-components-3-x-productDescriptionText--quickview{color:#484848;font-weight:400;font-size:14px;text-align:justify}.vtex-store-components-3-x-showMoreButton--quickview{padding:4px 12px;border-radius:4px;color:#fff;font-weight:500;font-size:15px;background-color:#A58D71;text-transform:initial}
.vtex-store-link-0-x-buttonLink--quickview-pdpButton{border-radius:1px;border-width:1px;font-weight:400;text-transform:initial;transition:var(--transition-main)}.vtex-store-link-0-x-buttonLink--quickview-pdpButton:hover{transition:var(--transition-main)}
.vtex-flex-layout-0-x-flexRow--header-top-row-desk{height:38px;padding:6px 40px;background-color:#A49481}.vtex-flex-layout-0-x-flexRowContent--header-top-row-desk{display:flex;align-items:stretch;justify-content:space-between;height:100%}
.vtex-modal-layout-0-x-triggerContainer--cityLocator-desk{display:flex;align-items:center;border-left:2px solid #fff;padding-left:10px}.vtex-modal-layout-0-x-paper--cityLocator_popup-desk{border-radius:56px;border-bottom-left-radius:12px;border-bottom-right-radius:12px}
.vtex-flex-layout-0-x-flexRow--header-bottom-row-desk{height:80px;padding:0 24px}
.vtex-rich-text-0-x-container--cityLocator_trigger-desk,.vtex-rich-text-0-x-wrapper--cityLocator_trigger-desk,.vtex-rich-text-0-x-wrapper--cityLocator_trigger-desk .vtex-rich-text-0-x-paragraph{height:100%}.vtex-rich-text-0-x-wrapper--cityLocator_trigger-desk .vtex-rich-text-0-x-paragraph{cursor:pointer;display:flex;align-items:center;gap:8px;margin:0;color:#fff;font-weight:400;font-size:13px}
@media screen and (max-width:40rem){.vtex-overlay-layout-0-x-trigger--headerDesk-SearchBarOverlay .vtex-overlay-layout-0-x-popper--headerDesk-SearchBarOverlay{min-width:unset;width:96vw;right:0!important}}
@media screen and (max-width:40rem){.vtex-rich-text-0-x-paragraph--headerDesk-SearchBar-question{}.vtex-rich-text-0-x-image--headerDesk-SearchBar-question{width:29px;height:29px}}
@media screen and (max-width:40rem){.vtex-search-2-x-biggy-autocomplete-wrapper{top:104px!important}}
.vtex-overlay-layout-0-x-trigger--headerDesk-SearchBarOverlay{position:relative}.vtex-overlay-layout-0-x-popper--headerDesk-SearchBarOverlay{position:absolute;top:-6px!important;right:-6px!important;min-width:670px;width:100%;width:calc(100vw * ((860 / 1366)));max-width:1110px;transform:unset!important}.vtex-overlay-layout-0-x-container--headerDesk-SearchBarOverlay{padding:0;border:none;background:transparent}.vtex-overlay-layout-0-x-outsideClickHandler--headerDesk-SearchBarOverlay::after{content:url(/arquivos/login-close-icon.svg);height:100%;display:inline-flex;align-items:center;font-size:0;position:absolute;top:0;right:10px;filter:invert(16%) sepia(6%) saturate(131%) hue-rotate(21deg) brightness(97%) contrast(95%)}
@media screen and (min-width:64rem){.vtex-search-2-x-biggy-autocomplete .vtex-product-summary-2-x-imageStackContainer{width:70%}}
.vtex-search-2-x-biggy-autocomplete-wrapper{position:absolute;top:118px;left:0;width:100vw;cursor:default}
.vtex-rich-text-0-x-container--headerDesk-SearchBar-question{height:100%}.vtex-rich-text-0-x-paragraph--headerDesk-SearchBar-question{margin:0;line-height:normal;width:32px;height:32px}@media screen and (min-width:1024px) and (max-width:1100px){.vtex-rich-text-0-x-paragraph--headerDesk-SearchBar-question{width:20px;height:20px}}
.vtex-flex-layout-0-x-flexRow--footer_03-logo_menus_social_networks-desk{background-color:#2C2C2B;padding:42px 50px 42px 15vw}.vtex-flex-layout-0-x-flexRow--footer_03-logo-desk{position:relative}.vtex-flex-layout-0-x-flexRowContent--footer_03-menus-desk{margin-bottom:30px;gap:60px}.vtex-flex-layout-0-x-flexRowContent--footer_03-menus-desk .vtex-flex-layout-0-x-stretchChildrenWidth{width:230px!important}
.vtex-menu-2-x-styledLinkContainer--footer_03-menu-desk{width:fit-content;margin:0;padding:0}.vtex-menu-2-x-styledLinkContent--footer_03-menu-desk{cursor:default;margin-bottom:10px;color:#A49481;font-weight:600;font-size:16px;line-height:144%}.vtex-menu-2-x-menuItem--footer_03-menu-desk{width:fit-content}.vtex-menu-2-x-menuItem--footer_03-menu-desk .vtex-menu-2-x-styledLinkContent--footer_03-menu-desk{cursor:pointer;margin-bottom:8px;text-wrap:auto;color:#fff;font-weight:400;font-size:16PX;line-height:24px}
.vtex-store-components-3-x-logoLink--footer_03-logo-desk{position:absolute;top:0;right:0;width:fit-content!important;display:block}
.vtex-store-footer-2-x-socialNetworksContainer--footer{justify-content:flex-end;gap:20px}.vtex-store-footer-2-x-socialNetworkLink--footer{margin:0}.vtex-store-footer-2-x-socialNetworkImage--footer{display:none}.vtex-store-footer-2-x-socialNetworkLink--footer--facebook::after{content:url(/arquivos/footer-facebook-icon.svg)}.vtex-store-footer-2-x-socialNetworkLink--footer--youtube::after{content:url(/arquivos/footer-youtube-icon.svg)}.vtex-store-footer-2-x-socialNetworkLink--footer--instagram::after{content:url(/arquivos/footer-instagram-icon.svg)}.vtex-store-footer-2-x-socialNetworkLink--footer--linkedin::after{content:url(/arquivos/footer-linkedin-icon.svg)}
.vtex-flex-layout-0-x-flexRow--footer_04-payment_methods-desk{}.vtex-flex-layout-0-x-flexRow--footer_04-payment_methods-desk .vtex-store-components-3-x-container{}.vtex-flex-layout-0-x-flexRowContent--footer_04-payment_methods-desk{padding:16px 0;gap:40px;background-color:#f9f9f9}
.vtex-rich-text-0-x-container--footer_04-payment_methods-desk{align-items:center}.vtex-rich-text-0-x-heading--footer_04-payment_methods-desk,.vtex-rich-text-0-x-paragraph--footer_04-payment_methods-desk{margin:0;color:#2C2C2B;font-weight:700;font-size:10px}
.vtex-store-components-3-x-imageElement--footer_04-payment_method-desk{}.vtex-store-components-3-x-imageElement--footer_04-payment_method_visa-desk{}.vtex-store-components-3-x-imageElement--footer_04-payment_method_american-desk{}.vtex-store-components-3-x-imageElement--footer_04-payment_method_diners-desk{}.vtex-store-components-3-x-imageElement--footer_04-payment_method_efecty-desk{}.vtex-store-components-3-x-imageElement--footer_04-payment_method_pse-desk{}
.vtex-flex-layout-0-x-flexRow--footer_05-rights-desk{background-color:#2C2C2B}
.vtex-rich-text-0-x-heading--footer_05-rights-desk,.vtex-rich-text-0-x-paragraph--footer_05-rights-desk{display:flex;align-items:center;gap:8px;color:#fff;font-weight:400;font-size:12px}.vtex-rich-text-0-x-italic--footer_05-rights-desk{margin:0 10px}
.vtex-flex-layout-0-x-flexRowContent--home_08-info_section-desk{padding:28.5px 0;justify-content:space-between;gap:16px;margin:0 auto;max-width:928px}.vtex-flex-layout-0-x-flexRowContent--home_08-card-desk{gap:16px}
.vtex-rich-text-0-x-paragraph--home_08-card_title-desk,.vtex-rich-text-0-x-heading--home_08-card_title-desk{margin:0 0 8px;color:#2c2c2b;font-weight:500;font-size:16px}.vtex-rich-text-0-x-paragraph--home_08-card_paragraph-desk,.vtex-rich-text-0-x-heading--home_08-card_paragraph-desk{margin:0;color:#565556;font-weight:400;font-size:16px;line-height:19.5px}
.vtex-slider-layout-0-x-sliderLeftArrow--home_08-info_slider-mobile{left:15px}.vtex-slider-layout-0-x-sliderRightArrow--home_08-info_slider-mobile{right:15px}
.vtex-store-components-3-x-infoCardContainer--home_08-info_slider-slide-mobile{display:flex;gap:12px;padding:16px 50px;background-color:transparent}.vtex-store-components-3-x-infoCardTextContainer--home_08-info_slider-slide-mobile{padding:0}.vtex-store-components-3-x-container--home_08-info_slider-slide-mobile{}.vtex-store-components-3-x-wrapper--home_08-info_slider-slide-mobile{}.vtex-store-components-3-x-heading--home_08-info_slider-slide-mobile{margin:0 0 8px;color:#222;font-weight:500;font-size:16px}.vtex-store-components-3-x-paragraph--home_08-info_slider-slide-mobile{margin:0;color:#222;font-weight:300;font-size:16px;line-height:19.5px}.vtex-store-components-3-x-infoCardImageContainer--home_08-info_slider-slide-mobile{min-width:32px}
