.full-size {
  width: 100%;
}
.mt-10 {
  margin-top: 10px;
}
.mt-30 {
  margin-top: 30px;
}
.frame,
.frame-hover,
.frame-inverse,
.frame-support {
  background: transparent;
  border-radius: 0;
  padding: 1rem;
}
.frame-outline {
  background-color: transparent;
  border-radius: 0;
  padding: 1rem;
  border: 0;
}
[class*='alert-'] {
  font-size: 1.2rem;
}
[class*='alert-'] .icon-cr.icon-close {
  display: block;
  float: right;
  height: 1.8rem;
  width: 1.8rem;
  opacity: 0.7;
  cursor: pointer;
}
@keyframes go-back {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(10px);
  }
}
@keyframes showOverlay {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 0.3;
  }
}
@keyframes hideOverlay {
  0% {
    display: block;
    opacity: 0.3;
  }
  100% {
    display: block;
    opacity: 0;
  }
}
@keyframes openDrawer {
  0% {
    display: block;
    transform: translateX(-100%);
    box-shadow: none;
  }
  100% {
    display: block;
    transform: translateX(0);
    box-shadow: none;
  }
}
@keyframes closeDrawer {
  0% {
    display: block;
    transform: translateX(0);
    box-shadow: none;
  }
  100% {
    display: block;
    transform: translateX(-100%);
    box-shadow: none;
  }
}
@keyframes showFlashSearch {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash-search {
  animation: showFlashSearch 3s linear 0s infinite normal backwards;
}
.cart-display {
  display: flex !important;
  flex-direction: column-reverse !important;
}
.cart-display-AB {
  flex-direction: column !important;
}
/*start barra de progresso sacola*/
.progress-scroll {
  width: 100%;
  height: 10px;
  border-radius: 10px;
  background-color: rgba(184, 204, 215, 0.5);
}
.progress-scroll div {
  height: 100%;
  border-radius: 10px;
  background-color: #1eb3d6;
}
/*end progresso sacola*/
#cart-products .cart-product-info {
  display: flex;
  width: 100%;
}
#cart-products .badge-default,
#cart-products .badge-danger,
#cart-products .badge-primary,
#cart-products .badge-info {
  font-size: 0.86rem;
  min-width: 122px;
}
#cart-products .badge-product-color {
  border-radius: 50%;
  display: inline-block;
  height: 19px;
  width: 19px;
  border-style: solid;
  border-width: 1px;
}
#cart-products .product-list-item-subtitle {
  font-size: 14px;
}
#cart-products .product-list-item-subtitle .color-name {
  font-size: 12px;
}
@media (max-width: 768px) {
  .ellipsis-text {
    width: 14ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 513px) {
  .mobile-cart-deadline {
    display: none;
  }
}
@media (max-width: 513px) {
  .hidden-mobile {
    display: none;
  }
}
.hidden-lateral-cart {
  display: none;
}
.select-and-prices {
  margin-bottom: 2rem;
}
@media (max-width: 513px) {
  .select-and-prices {
    margin-bottom: 0;
  }
}
@media (max-width: 570px) {
  .select-and-prices {
    justify-content: space-between;
  }
}
.select-and-prices-special {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .select-and-prices-special {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 575px) {
  .select-and-prices-special {
    display: flex;
  }
}
a:hover .animation-go-back,
button:hover .animation-go-back {
  animation: go-back 0.5s infinite alternate;
}
@media (max-width: 320px) {
  #cart-gift-options {
    padding: 0;
  }
}
#cart-gift-options .gift-options-ab {
  display: flex;
}
#cart-gift-options .gift-options-ab img {
  max-width: none !important;
}
#cart-gift-options .gift-options-ab .icon-add-to-cart {
  position: absolute;
  bottom: 0;
  margin-bottom: 2%;
  margin-left: 73%;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 320px) {
  #cart-gift-options .gift-options-ab .icon-add-to-cart {
    margin-left: 70%;
  }
}
#cart-gift-options .gift-options-ab .icon-add-to-cart .icon-cr {
  width: 30px;
  height: 30px;
  background-color: whitesmoke;
  border-radius: 20px;
  padding: 18px;
}
#cart-gift-options .horizontal-list > * {
  flex: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 576px) {
  #cart-finish {
    position: relative;
    width: auto;
    box-shadow: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #cart-finish h3 {
    margin-top: 0;
  }
  #cart-finish .cart-security {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cart-min-height {
    min-height: 30vh;
  }
}
.finish-cart-AB {
  width: 100vw;
  max-width: 550px;
  background-color: #F7F6F5;
  display: flex;
  justify-content: space-around;
  z-index: 10;
}
.finish-cart-AB button {
  width: 63% !important;
  margin: 1rem !important;
}
.fixed-button {
  position: fixed;
  bottom: -1px;
  right: 0;
  box-shadow: 0 -5px 11px -11px black;
  transition: all 0.5s;
}
.positioned-button {
  bottom: -100px;
}
ul.cart-products-list {
  padding-left: 0;
}
ul.cart-products-list li {
  display: flex;
  flex-wrap: wrap;
}
ul.cart-products-list li:not(:last-child) {
  margin-bottom: 2rem;
}
ul.cart-products-list li > :not(:last-child) {
  margin-right: 1rem;
}
ul.cart-products-list li > :not(.cart-product-info) {
  flex-shrink: 0;
  flex-grow: 0;
}
ul.cart-products-list li .cart-product-info {
  display: flex;
  width: 100%;
}
@media (max-width: 513px) {
  ul.cart-products-list li .product-list-item-price {
    flex-basis: auto;
  }
}
ul.cart-products-list li .cr-select {
  flex-basis: 50px;
  width: 4.5rem;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media (min-width: 992px) {
  ul.cart-products-list li {
    flex-wrap: nowrap;
  }
  ul.cart-products-list li .cart-product-info {
    flex: 1 1 auto;
    width: auto;
  }
  ul.cart-products-list li input {
    flex-basis: 4rem;
    text-align: center;
  }
  ul.cart-products-list li .cart-product-remove {
    margin-left: 0;
  }
}
ul.cart-products-list .flex:not(.flex-column) {
  align-items: center;
}
ul.cart-products-list .aspect-shirt {
  padding-bottom: 50%;
}
@media (max-width: 513px) {
  ul.cart-products-list .aspect-shirt {
    padding-bottom: 75%;
  }
}
.input-cart::-moz-placeholder {
  color: var(--color-default-text-1);
}
.input-cart::placeholder {
  color: var(--color-default-text-1);
}
.input-cart:hover::-moz-placeholder {
  color: var(--color-default-text-3);
}
.input-cart:hover::placeholder {
  color: var(--color-default-text-3);
}
.input-cart.input-btn-internal {
  float: left;
  margin-right: -1.875rem;
  border-bottom-width: 0.125rem;
  font-size: 1rem !important;
}
@media (max-width: 575px) {
  .input-cart.input-btn-internal {
    font-size: 1.2rem !important;
  }
}
.input-cart.placeholder-AB::-moz-placeholder {
  color: #797978;
}
.input-cart.placeholder-AB::placeholder {
  color: #797978;
}
.btn-internal-input-ab {
  background-color: #FFFFFF;
  cursor: pointer;
  max-width: 100px;
  min-width: 90px;
  height: 47px;
  margin-left: 30px;
  border: 1px solid #797978;
  font-size: 1rem;
}
.btn-internal-input-ab:hover {
  border-color: #0c81b7;
}
@media (max-width: 575px) {
  .btn-internal-input-ab.fix-margin {
    height: 46px;
    margin-left: 7px;
  }
}
.btn-internal-input-ab span {
  text-transform: uppercase;
  font-weight: 400;
}
.cr-select-country {
  width: 80%;
  float: left;
}
.cr-select-country:after {
  float: right;
  position: relative;
  margin-top: -1.5rem;
}
.cr-select-country select {
  font-size: 0.75em;
}
@media (max-width: 575px) {
  .cr-select-country select {
    height: 3.35rem;
  }
}
.btn-select-country {
  width: 20%;
  font-size: 0.75em;
  margin-left: 5px;
}
.special-option-text {
  color: var(--color-default-5);
  font-size: 14px;
  gap: 0.5rem;
}
.special-option-text.max-fixed {
  max-width: 270px;
}
@media (max-width: 575px) {
  .special-option-text.max-fixed {
    max-width: 180px;
  }
}
@media (max-width: 575px) {
  .special-option-text {
    margin-bottom: 0 !important;
  }
}
.special-option-button {
  background-color: white;
  color: black;
  font-size: 13px;
  border: 1.8px solid;
  border-radius: unset;
  width: auto;
}
@media (max-width: 767px) {
  .special-option-button {
    line-height: 2.7rem;
  }
}
@media (max-width: 575px) {
  .special-option-button {
    padding: 0 5px !important;
  }
}
.search-bar a {
  text-decoration: none;
}
.search-bar ul {
  list-style-type: none;
  padding-left: 0;
}
.search-bar li {
  font-size: 15px;
  line-height: 2rem;
}
.search-bar li:hover {
  cursor: pointer;
}
.text-register {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-align: left;
}
.text-register-login {
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.01em;
}
.text-back {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
}
.button-login {
  position: absolute;
  width: 100%;
  height: 47px;
}
.text-login {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: center;
}
.text-access {
  font-size: 14px;
  font-weight: 300;
  line-height: 10px;
  letter-spacing: 0;
  text-align: left;
  flex: 1;
}
ul.checkout-options {
  list-style: none;
  padding-left: 0;
}
ul.checkout-options > li:not(:last-child) {
  margin-bottom: 0;
}
ul.checkout-options > li input:checked + label {
  border-color: transparent;
}
ul.checkout-options > li label {
  display: flex;
  padding: 0.5rem 0 0.5rem 0;
  border: 1px solid transparent;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: 0;
}
@media (max-width: 575px) {
  ul.checkout-options > li label {
    padding: 1rem 0.5rem 1rem 2rem;
  }
}
ul.checkout-options > li label:before {
  left: 0rem;
  border: 1px solid;
  width: 1.5rem;
  height: 1.5rem;
}
ul.checkout-options > li label:after {
  left: 0.75rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 0.5rem;
}
@media (hover: hover) and (pointer: fine) {
  ul.checkout-options > li label {
    cursor: text;
  }
}
ul.checkout-options > li label > :first-child {
  margin-right: 1rem;
}
ul.checkout-options > li label > :last-child {
  flex-shrink: 0;
}
ul.checkout-options > li label > p {
  margin: 0;
}
ul.checkout-options > li label > div p:first-child {
  margin-top: 0;
}
ul.checkout-options > li label > div p:last-child {
  margin-bottom: 0;
}
ul.checkout-options > li label .checkout-option-content {
  flex: 0.3 1 auto;
  margin-right: -0.5rem;
  padding-top: 0.3rem;
  padding-bottom: 0;
}
ul.checkout-options > li label .checkout-option-content .checkout-option-content-img {
  width: 3.5rem;
  height: 1.4rem;
}
ul.checkout-options > li label .price-carrier {
  padding-top: 0.3rem;
  padding-bottom: 0;
}
@media (max-width: 575px) {
  ul.checkout-options > li {
    margin-bottom: 0.8rem !important;
  }
}
@media (max-width: 575px) {
  ul.checkout-options {
    padding-left: 1rem;
  }
}
.btn {
  text-transform: uppercase;
  font-size: 1.14em;
  background-color: var(--color-default-5);
  border: 1px solid var(--color-default-5);
  color: white;
}
@media (hover: hover) and (pointer: fine) {
  .btn:not([disabled]):not(.btn-disabled):hover {
    background-color: var(--color-default-4);
    border-color: var(--color-default-5);
    color: white;
  }
}
.btn:not([disabled]):not(.btn-disabled):active {
  background-color: var(--color-default-5);
  box-shadow: none;
}
.btn.btn-success:not([disabled]):not(.btn-disabled) {
  background-color: var(--color-default-5);
  border-color: var(--color-default-5);
}
.btn.btn-success:not([disabled]):not(.btn-disabled):hover {
  background-color: var(--color-primary-5) !important;
  border-color: var(--color-primary-5) !important;
}
.icon-carrier-car .icon-cr.icon-carrier-car:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg style='fill:black' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 166.74 127.02'><g id='Layer_2' data-name='Layer 2'><g id='Layer_1-2' data-name='Layer 1'><path class='cls-1' d='M52.74,108.72a18.3,18.3,0,1,1-36.59,0'/><path class='cls-1' d='M0,0V108.72H16.15a18.3,18.3,0,1,1,36.59,0H88.27V0Z'/><path class='cls-1' d='M152.1,108.72a18.3,18.3,0,1,1-36.6,0'/><path class='cls-1' d='M100.86,53.82v54.9H115.5a18.3,18.3,0,1,1,36.6,0h14.64V53.82Z'/><path class='cls-1' d='M100.86,20.71V54.9h33.36c0-.14,0-.28,0-.41A33.79,33.79,0,0,0,100.86,20.71Z'/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg style='fill:black' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 166.74 127.02'><g id='Layer_2' data-name='Layer 2'><g id='Layer_1-2' data-name='Layer 1'><path class='cls-1' d='M52.74,108.72a18.3,18.3,0,1,1-36.59,0'/><path class='cls-1' d='M0,0V108.72H16.15a18.3,18.3,0,1,1,36.59,0H88.27V0Z'/><path class='cls-1' d='M152.1,108.72a18.3,18.3,0,1,1-36.6,0'/><path class='cls-1' d='M100.86,53.82v54.9H115.5a18.3,18.3,0,1,1,36.6,0h14.64V53.82Z'/><path class='cls-1' d='M100.86,20.71V54.9h33.36c0-.14,0-.28,0-.41A33.79,33.79,0,0,0,100.86,20.71Z'/></g></g></svg>");
}
.icon-btn-true-fill .icon-cr.icon-btn-true-fill:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'><circle cx='8' cy='8.5' r='7' fill='white'/><path d='M7.99999 0.5C6.41821 0.500001 4.87193 0.968918 3.55657 1.84749C2.24122 2.72605 1.21584 3.97484 0.610014 5.43601C0.0041923 6.89718 -0.154873 8.50515 0.152922 10.0567C0.460716 11.6082 1.22155 13.0337 2.33928 14.153C3.457 15.2722 4.88144 16.035 6.43257 16.3449C7.98369 16.6549 9.59188 16.498 11.0539 15.8942C12.5159 15.2904 13.7661 14.2667 14.6464 12.9525C15.5268 11.6384 15.9978 10.0927 16 8.51096C16.0014 7.45946 15.7956 6.41799 15.3942 5.44612C14.9928 4.47425 14.4037 3.59105 13.6607 2.84702C12.9177 2.10299 12.0353 1.51273 11.064 1.11001C10.0927 0.707288 9.05149 0.499999 7.99999 0.5ZM8.43835 10.8671L7.01369 12.2984L5.58246 10.8671L2.82958 8.11425L4.26082 6.68301L7.01369 9.4337L11.7436 4.70164L13.1748 6.13287L8.44054 10.8649L8.43835 10.8671Z' fill='black'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'><circle cx='8' cy='8.5' r='7' fill='white'/><path d='M7.99999 0.5C6.41821 0.500001 4.87193 0.968918 3.55657 1.84749C2.24122 2.72605 1.21584 3.97484 0.610014 5.43601C0.0041923 6.89718 -0.154873 8.50515 0.152922 10.0567C0.460716 11.6082 1.22155 13.0337 2.33928 14.153C3.457 15.2722 4.88144 16.035 6.43257 16.3449C7.98369 16.6549 9.59188 16.498 11.0539 15.8942C12.5159 15.2904 13.7661 14.2667 14.6464 12.9525C15.5268 11.6384 15.9978 10.0927 16 8.51096C16.0014 7.45946 15.7956 6.41799 15.3942 5.44612C14.9928 4.47425 14.4037 3.59105 13.6607 2.84702C12.9177 2.10299 12.0353 1.51273 11.064 1.11001C10.0927 0.707288 9.05149 0.499999 7.99999 0.5ZM8.43835 10.8671L7.01369 12.2984L5.58246 10.8671L2.82958 8.11425L4.26082 6.68301L7.01369 9.4337L11.7436 4.70164L13.1748 6.13287L8.44054 10.8649L8.43835 10.8671Z' fill='black'/></svg>");
}
#reamaze-wrapper {
  bottom: 0 !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) !important;
  border-radius: 0 !important;
  right: 1rem !important;
}
#reamaze-widget {
  display: none !important;
}
.anchored #reamaze-wrapper iframe,
.anchored #reamaze-wrapper #reamaze-container {
  border-radius: 0 !important;
}
#olark-tab {
  display: flex;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
  position: fixed;
  bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  right: 1rem;
  background-color: var(--color-default-1);
  z-index: 2;
  box-shadow: none;
  align-items: center;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  font-size: 1rem;
}
#olark-tab:hover {
  text-decoration: none;
  background-color: var(--color-default-2);
  color: var(--color-info-3);
}
#olark-tab svg {
  width: 13rem;
  height: 3.5rem;
}
#olark-tab .st0 {
  fill: var(--color-white);
}
#olark-tab .st1 {
  fill: none;
  stroke: var(--color-black);
  stroke-width: 1.4784;
  stroke-miterlimit: 10;
}
#olark-tab .st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #29A619;
}
#olark-tab .st3 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: var(--color-white);
}
#olark-tab .st4 {
  fill-rule: evenodd;
  clip-rule: evenodd;
}
#olark-tab .st5 {
  fill: none;
  stroke: var(--color-black);
  stroke-width: 3.8162;
  stroke-miterlimit: 10;
}
#olark-tab .st6 {
  fill: none;
  stroke: var(--color-black);
  stroke-width: 4.1694;
  stroke-miterlimit: 10;
}
#olark-tab .st7 {
  fill: none;
  stroke: var(--color-black);
  stroke-width: 2.8917;
  stroke-miterlimit: 10;
}
#olark-tab .st8 {
  fill: none;
  stroke: var(--color-black);
  stroke-width: 3.9127;
  stroke-miterlimit: 10;
}
@media (max-width: 767px) {
  #olark-tab {
    display: none !important;
  }
}
@-moz-document url-prefix() {
  #olark-tab a:after {
    margin-top: -70px;
  }
}
html {
  background-color: var(--color-default-2);
}
body {
  background-color: white;
}
#footer {
  font-weight: 300;
  position: relative;
  margin-top: 2rem;
  background-color: var(--color-default-2);
}
#footer #footer-main-content {
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  text-align: center;
}
#footer.footer-special {
  background-color: var(--color-white);
  padding-top: 0;
}
#footer.footer-special #footer-main-content {
  padding-top: 0;
}
#footer.footer-special #footer-main-content .footer-brand {
  margin-top: 0;
}
#footer #footer-seo-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: 300;
}
#footer #footer-seo-content a {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  #footer #footer-seo-content {
    padding-top: 0;
  }
}
#footer #footer-achievements {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#footer #footer-achievements > *,
#footer #footer-achievements img {
  height: 6rem;
}
#footer #footer-achievements > *.img-gptw,
#footer #footer-achievements img.img-gptw {
  height: 6rem;
}
#footer #footer-achievements > *.img-pacto,
#footer #footer-achievements img.img-pacto {
  height: 4.5rem;
}
#footer #footer-achievements > *.img-capitalismo,
#footer #footer-achievements img.img-capitalismo {
  height: 4rem;
}
#footer #footer-achievements > *.img-reciclo,
#footer #footer-achievements img.img-reciclo {
  height: 4.5rem;
}
#footer #footer-achievements > *.img-peta,
#footer #footer-achievements img.img-peta {
  height: 4rem;
}
#footer #footer-achievements > *.img-algodao,
#footer #footer-achievements img.img-algodao {
  height: 3.5rem;
}
#footer #footer-achievements > :nth-child(n + 2) {
  margin-top: 1rem;
}
#footer #footer-achievements > :not(#footer-change-world) img {
  padding: 0.5rem 0;
}
#footer #footer-achievements #footer-humanizadas img {
  padding: 0;
}
#footer #footer-achievements .cr-popover-content {
  min-width: 300px;
}
@media (min-width: 576px) {
  #footer #footer-achievements {
    justify-content: start;
    padding-left: 0;
  }
  #footer #footer-achievements > * {
    margin-right: 2rem;
  }
  #footer #footer-achievements > *:nth-child(n + 2) {
    margin-top: 0;
  }
}
#footer #footer-main-content > :not(:last-child) {
  margin-top: 2rem;
}
#footer #footer-main-content > :last-child > div {
  margin-top: 2rem;
}
#footer #footer-main-content > :not(:first-child) {
  padding-left: 2rem;
}
#footer #footer-logo {
  width: 9rem;
  height: 3rem;
  display: block;
  -webkit-mask-position: center;
          mask-position: center;
  margin: 0 auto;
}
#footer #footer-social {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  justify-content: center;
}
#footer #footer-social a {
  height: 2rem;
  width: 2rem;
  background-position: left;
  margin: 0 0.75rem 1rem;
}
@media (hover: hover) and (pointer: fine) {
  #footer #footer-social a {
    height: 1.5rem;
    width: 1.5rem;
  }
}
#footer #footer-contact {
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto;
}
#footer .footer-advantages-items > .d-flex {
  flex-basis: 50%;
  flex-direction: column;
  align-items: center;
}
#footer .footer-advantages-items > .d-flex > .icon-cr {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
}
#footer #footer-payments {
  align-items: center;
}
#footer #footer-payments .footer-payment {
  max-height: 35px;
}
#footer #footer-certificates img {
  height: 35px;
}
#footer #footer-certificates,
#footer #footer-payments {
  position: relative;
  top: -0.5rem;
  left: -0.5rem;
  margin-bottom: -1rem;
  width: calc(100% + 1rem);
}
#footer #footer-certificates > *,
#footer #footer-payments > * {
  margin: 0.5rem;
  flex: 0 0 auto;
}
#footer ul.inline-list {
  list-style-type: none;
  padding-left: 0;
}
#footer ul.inline-list li {
  display: inline;
}
#footer ul.inline-list li:not(:first-child) {
  position: relative;
  padding-left: 1rem;
}
#footer ul.inline-list li:not(:first-child):before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1rem;
  text-align: center;
  transform: translateY(-0.25em);
}
#footer .seo-items-group {
  margin-top: 0.5rem;
}
@media (min-width: 576px) {
  #footer #footer-main-content {
    align-items: normal;
    flex-direction: row;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    text-align: left;
  }
  #footer #footer-main-content > * {
    flex: 0 0 50%;
  }
  #footer #footer-logo {
    background-position: left;
    position: relative;
    margin-left: 0;
  }
  #footer #footer-social {
    justify-content: start;
  }
  #footer #footer-social a {
    margin-left: 0;
    margin-right: 1rem;
  }
  #footer #footer-contact {
    margin: 0;
  }
  #footer .footer-advantages-items > .d-flex {
    flex-direction: row;
    align-items: normal;
  }
  #footer .collapsible-footer {
    display: none !important;
  }
  #footer .form-newsletter {
    max-width: 18.572rem;
  }
}
@media (min-width: 768px) {
  #footer .seo-items-group {
    display: flex;
    align-items: baseline;
  }
  #footer .seo-items-group > :first-child {
    width: 16rem;
  }
  #footer .footer-advantages-items {
    max-width: 15rem;
  }
  #footer .footer-advantages-items > .d-flex {
    flex-basis: 40%;
  }
  #footer .footer-advantages-items > .d-flex:not(:first-child) {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  #footer #footer-main-content {
    flex-wrap: nowrap;
  }
  #footer #footer-main-content > * {
    flex: 0 0 25%;
  }
}
#footer.footer-special .empresa-item {
  float: left;
  margin-top: 0 !important;
}
@media (max-width: 991px) {
  #footer.footer-special .empresa-item {
    padding-left: 17px;
  }
}
#footer.footer-special .logo-footer {
  float: right;
  margin-top: 1.5rem;
}
@media (max-width: 575px) {
  #footer #footer-newsletter input,
  #footer #footer-newsletter select,
  #footer #footer-newsletter .btn {
    margin-bottom: 0.5rem;
    width: 100%;
  }
  #footer #footer-newsletter input:last-child,
  #footer #footer-newsletter select:last-child,
  #footer #footer-newsletter .btn:last-child {
    margin-bottom: 0;
  }
  #footer #footer-payments,
  #footer #footer-certificates {
    justify-content: center;
  }
  #footer .footer-advantages-items {
    display: flex;
    flex-wrap: wrap;
  }
  #footer #footer-main-content {
    display: none !important;
  }
  #footer .back-store-footer {
    width: 100%;
    padding: 2rem 0;
    background: #f3f0ec;
  }
  #footer .back-store-footer .icon-cr {
    width: 3rem;
    height: 3rem;
    /* float: right; */
    margin-bottom: 1rem;
  }
  #footer .back-store-footer .back-store {
    float: right;
    position: relative;
    margin: 1rem 2rem 2rem;
  }
  #footer #footer-payments {
    padding-bottom: 20px;
  }
  #footer .footer-payment {
    margin: 0.8rem !important;
  }
  #footer .collapsible-footer {
    width: 100%;
    margin: 0 !important;
    display: block;
  }
  #footer .content {
    padding: 0;
  }
  #footer .collapsible-button {
    border: 0;
    background-color: #f3f0ec;
    color: #1e1e1d;
    cursor: pointer;
    width: 100%;
    border-bottom: 1px solid white;
    text-align: left;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 1.5rem 20px;
  }
  #footer .active {
    border-bottom: none !important;
  }
  #footer .collapsible-icon {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 1rem;
    transition: all 0.2s ease;
  }
  #footer .active .collapsible-icon {
    transform: rotate(90deg);
  }
  #footer .collapsible-text {
    padding: 0 1.25rem 0 3.2rem;
    max-height: 0;
    text-align: left;
    overflow: hidden;
    color: #1e1e1d;
    background-color: #f3f0ec;
    border-bottom: 2px solid white;
    transition: max-height 0.2s ease;
    line-height: 3;
    font-size: 14px;
  }
  #footer .sub-content {
    max-width: calc(1250px + 2 * 1rem);
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #footer #footer-social a {
    width: 3rem;
    height: 3rem;
    margin: 0 3.5rem 2rem 0;
  }
}
@media (min-width: 576px) {
  #footer #footer-newsletter {
    display: block;
    align-items: center;
    padding: 0 1.3rem;
    font-family: Roboto, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  }
  #footer #footer-newsletter > label {
    font-size: 1rem;
    font-weight: bold;
    line-height: 2.2rem;
  }
  #footer #footer-newsletter > * {
    margin-top: 0;
    margin-bottom: 0;
  }
  #footer #footer-newsletter > input {
    margin-right: 0;
  }
  #footer #footer-newsletter > .btn {
    line-height: 2.4rem;
    letter-spacing: 0.06rem;
  }
  #footer #footer-newsletter select:not([type='submit']):not([type='button']):not([type='file']),
  #footer #footer-newsletter input:not([type='submit']):not([type='button']):not([type='file']),
  #footer #footer-newsletter textarea:not([type='submit']):not([type='button']):not([type='file']) {
    width: 100%;
    background: var(--color-default-1);
  }
  #footer #footer-newsletter > input:not(.btn):not(label) {
    flex: 1 1 auto;
  }
}
@media (min-width: 992px) {
  .a2hs {
    display: none;
  }
}
@media (max-width: 991px) {
  .a2hs {
    display: block;
  }
  .a2hs .banner {
    display: none;
    color: white;
    background-color: var(--color-default-4);
    margin: 0;
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 50px;
    z-index: 10000;
  }
  .a2hs .banner .accept {
    width: 86%;
    height: 100%;
    float: left;
    padding: 11px 0 0 3px;
  }
  .a2hs .banner .deny {
    width: 14%;
    height: 100%;
    float: right;
    padding: 11px 3px 0 0;
  }
  .a2hs .banner .deny .icon-cr {
    width: 30px;
    height: 30px;
    float: right;
  }
  .a2hs .banner .icone-logo {
    width: 32px;
    height: 32px;
    margin-left: 6px;
    float: left;
  }
  .a2hs .banner .message {
    float: left;
    margin: 4px 0 5px 8px;
    font-size: 14px;
  }
}
.input-newsletter input::-moz-placeholder {
  color: var(--color-default-5);
  font-weight: bold;
  text-align: left;
}
.input-newsletter input::placeholder {
  color: var(--color-default-5);
  font-weight: bold;
  text-align: left;
}
.ra-widget-verified-seal {
  margin: 0 0.5rem !important;
}
@media (max-width: 768px) {
  .cr-modal.modal-regulamento .cr-modal-header {
    padding: 0;
  }
  .cr-modal.modal-regulamento ul {
    padding: 15px;
  }
  .cr-modal.modal-regulamento img.banner-regulamento {
    width: 100%;
  }
  .cr-modal.modal-regulamento.modal-black .cr-modal-header {
    border-bottom: 1px solid #353535;
  }
  .cr-modal.modal-regulamento.modal-black .cr-modal-footer {
    border-top: 1px solid #353535;
  }
  .cr-modal.modal-regulamento.modal-black .cr-modal-dialog {
    background-color: #282828;
    color: white;
  }
}
@media (min-width: 769px) {
  .cr-modal.modal-regulamento .cr-modal-header {
    border-bottom: 1px solid #353535;
    padding: 0;
  }
  .cr-modal.modal-regulamento img.banner-regulamento {
    width: 100%;
    -o-object-fit: none;
       object-fit: none;
  }
  .cr-modal.modal-regulamento.modal-black .cr-modal-footer {
    border-top: 1px solid #353535;
  }
  .cr-modal.modal-regulamento.modal-black .cr-modal-body {
    background-color: #282828;
    color: white;
  }
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("https://d37qth7w71a0im.cloudfront.net/fonts/proxima-nova/proxima_nova_regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("https://d37qth7w71a0im.cloudfront.net/fonts/proxima-nova/proxima_nova_bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
.cr-popover-left-top {
  position: relative;
}
.cr-popover-left-top .cr-popover-content {
  position: absolute;
  display: none;
  background-color: var(--color-default-1);
  padding: 1rem;
  border: 2px solid var(--color-default-2);
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  z-index: 11;
}
.cr-popover-left-top .cr-popover-content:before {
  position: absolute;
  content: "";
}
.cr-popover-left-top .cr-popover-content:after {
  position: absolute;
  content: '';
  left: 0;
  height: 1rem;
  width: 100%;
}
.cr-popover-left-top.debug .cr-popover-content {
  display: block;
}
.cr-popover-left-top .cr-popover-content {
  left: 0;
}
.cr-popover-left-top .cr-popover-content:before {
  border-left: 0 solid transparent;
  border-right: 1rem solid transparent;
  left: 0.5rem;
}
.cr-popover-left-top .cr-popover-content {
  bottom: calc(100% - 0.5rem);
  margin-bottom: 1rem;
}
.cr-popover-left-top .cr-popover-content:before {
  border-top: 1rem solid var(--color-default-2);
  bottom: -1rem;
}
.cr-popover-left-top .cr-popover-content:after {
  bottom: -1rem;
}
.cr-popover-right-top {
  position: relative;
}
.cr-popover-right-top .cr-popover-content {
  position: absolute;
  display: none;
  background-color: var(--color-default-1);
  padding: 1rem;
  border: 2px solid var(--color-default-2);
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  z-index: 11;
}
.cr-popover-right-top .cr-popover-content:before {
  position: absolute;
  content: "";
}
.cr-popover-right-top .cr-popover-content:after {
  position: absolute;
  content: '';
  left: 0;
  height: 1rem;
  width: 100%;
}
.cr-popover-right-top.debug .cr-popover-content {
  display: block;
}
.cr-popover-right-top .cr-popover-content {
  right: 0;
}
.cr-popover-right-top .cr-popover-content:before {
  border-left: 1rem solid transparent;
  border-right: 0 solid transparent;
  right: 0.5rem;
}
.cr-popover-right-top .cr-popover-content {
  bottom: calc(100% - 0.5rem);
  margin-bottom: 1rem;
}
.cr-popover-right-top .cr-popover-content:before {
  border-top: 1rem solid var(--color-default-2);
  bottom: -1rem;
}
.cr-popover-right-top .cr-popover-content:after {
  bottom: -1rem;
}
.cr-popover-left-bottom {
  position: relative;
}
.cr-popover-left-bottom .cr-popover-content {
  position: absolute;
  display: none;
  background-color: var(--color-default-1);
  padding: 1rem;
  border: 2px solid var(--color-default-2);
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  z-index: 11;
}
.cr-popover-left-bottom .cr-popover-content:before {
  position: absolute;
  content: "";
}
.cr-popover-left-bottom .cr-popover-content:after {
  position: absolute;
  content: '';
  left: 0;
  height: 1rem;
  width: 100%;
}
.cr-popover-left-bottom.debug .cr-popover-content {
  display: block;
}
.cr-popover-left-bottom .cr-popover-content {
  left: 0;
}
.cr-popover-left-bottom .cr-popover-content:before {
  border-left: 0 solid transparent;
  border-right: 1rem solid transparent;
  left: 0.5rem;
}
.cr-popover-left-bottom .cr-popover-content {
  top: calc(100% - 0.5rem);
  margin-top: 1rem;
}
.cr-popover-left-bottom .cr-popover-content:before {
  border-bottom: 1rem solid var(--color-default-2);
  top: -1rem;
}
.cr-popover-left-bottom .cr-popover-content:after {
  top: -1rem;
}
.cr-popover-right-bottom,
.cr-popover-right-bottom-sm-up {
  position: relative;
}
.cr-popover-right-bottom .cr-popover-content,
.cr-popover-right-bottom-sm-up .cr-popover-content {
  position: absolute;
  display: none;
  background-color: var(--color-default-1);
  padding: 1rem;
  border: 2px solid var(--color-default-2);
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  z-index: 11;
}
.cr-popover-right-bottom .cr-popover-content:before,
.cr-popover-right-bottom-sm-up .cr-popover-content:before {
  position: absolute;
  content: "";
}
.cr-popover-right-bottom .cr-popover-content:after,
.cr-popover-right-bottom-sm-up .cr-popover-content:after {
  position: absolute;
  content: '';
  left: 0;
  height: 1rem;
  width: 100%;
}
.cr-popover-right-bottom.debug .cr-popover-content,
.cr-popover-right-bottom-sm-up.debug .cr-popover-content {
  display: block;
}
.cr-popover-right-bottom .cr-popover-content,
.cr-popover-right-bottom-sm-up .cr-popover-content {
  right: 0;
}
.cr-popover-right-bottom .cr-popover-content:before,
.cr-popover-right-bottom-sm-up .cr-popover-content:before {
  border-left: 1rem solid transparent;
  border-right: 0 solid transparent;
  right: 0.5rem;
}
.cr-popover-right-bottom .cr-popover-content,
.cr-popover-right-bottom-sm-up .cr-popover-content {
  top: calc(100% - 0.5rem);
  margin-top: 1rem;
}
.cr-popover-right-bottom .cr-popover-content:before,
.cr-popover-right-bottom-sm-up .cr-popover-content:before {
  border-bottom: 1rem solid var(--color-default-2);
  top: -1rem;
}
.cr-popover-right-bottom .cr-popover-content:after,
.cr-popover-right-bottom-sm-up .cr-popover-content:after {
  top: -1rem;
}
@media (hover: hover) and (pointer: fine) {
  .cr-popover-left-top:hover .cr-popover-content,
  .cr-popover-left-top.cr-popover-show .cr-popover-content,
  .cr-popover-left-top .cr-popover-content:hover {
    display: block;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cr-popover-right-top:hover .cr-popover-content,
  .cr-popover-right-top.cr-popover-show .cr-popover-content,
  .cr-popover-right-top .cr-popover-content:hover {
    display: block;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cr-popover-left-bottom:hover .cr-popover-content,
  .cr-popover-left-bottom.cr-popover-show .cr-popover-content,
  .cr-popover-left-bottom .cr-popover-content:hover {
    display: block;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cr-popover-right-bottom:hover .cr-popover-content,
  .cr-popover-right-bottom.cr-popover-show .cr-popover-content,
  .cr-popover-right-bottom .cr-popover-content:hover {
    display: block;
  }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .cr-popover-right-bottom-sm-up:hover .cr-popover-content,
  .cr-popover-right-bottom-sm-up.cr-popover-show .cr-popover-content,
  .cr-popover-right-bottom-sm-up .cr-popover-content:hover {
    display: block;
  }
}
.text-accent {
  color: var(--color-default-4) !important;
}
.text-yanone {
  font-family: Roboto, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--color-default-5);
}
::-webkit-scrollbar-thumb:active {
  background: var(--color-default-5);
}
.full-image img {
  margin: 0 auto;
}
.titleOrderConfirmation {
  font-family: Roboto, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 23.44px;
}
@media (hover: hover) and (pointer: fine) {
  .frame-hover {
    transition: background-color 0.1s ease-in-out;
    cursor: pointer;
  }
  .frame-hover:hover {
    background-color: var(--color-default-2);
  }
}
.frame-inverse {
  background-color: var(--color-default-5);
  color: var(--color-default-1);
}
.frame-inverse h1,
.frame-inverse h2,
.frame-inverse h3,
.frame-inverse h4 {
  color: var(--color-default-1);
}
.frame-support {
  background-color: var(--color-info-4);
  color: var(--color-default-1);
}
.frame-support h1,
.frame-support h2,
.frame-support h3,
.frame-support h4,
.frame-support a {
  color: var(--color-default-1);
}
.spaced-dots {
  background-image: linear-gradient(to right, var(--color-default-4) 20%, transparent 0%);
  background-position: bottom;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  height: 3px;
}
ul.d-flex,
ul.row,
ul.flex-grid {
  list-style: none;
  padding-left: 0;
}
table th,
table tfoot td {
  text-transform: uppercase;
}
[class*='alert-'] {
  font-family: Roboto, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
#cart-finish {
  bottom: 0;
  left: 0;
  z-index: 1;
}
#cart-finish #cart-finish-price > :last-child:before {
  content: '\00a0 ';
}
.finish-cart-AB {
  font-family: Roboto, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
/*start barra vertical sacola vazia*/
.vertical-row {
  margin-top: 45%;
  width: 7px;
  height: 450px;
  background: linear-gradient(180deg, #efb758 3.88%, #ffdb9e 8.35%, #c94e36 13.37%, #ed8c9d 29.61%, #719fda 51.56%, #5a40a1 61.22%, #5a40a1 80.62%, #e94e3a 96.87%);
}
/*end*/
.select-mobile {
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  line-height: 1.7rem;
}
.mt-10 {
  margin-top: 10px;
}
.mt-30 {
  margin-top: 30px;
}
.text-or {
  font-family: Roboto, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.02em;
}
.text-register,
.text-register-login,
.text-back,
.text-login,
.text-access {
  font-family: Roboto, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
#cart-gift-options .gift-options-ab {
  font-family: 'Proxima Nova', sans-serif;
}
#cart-gift-options ul {
  padding-left: 0 !important;
}
.special-option-stock {
  font-weight: 700;
  font-size: 12px;
  color: var(--color-default-5);
}
.cart-cashback-toggle {
  border: 1px solid var(--color-default-3);
  padding: 13px 0 9px 10px;
  background-color: var(--color-input-background);
}
.cart-cashback-toggle label::after {
  top: 50% !important;
}
.cart-cashback-toggle .cr-switch:not(:checked) + label::before {
  background-color: var(--color-default-4) !important;
}
.cart-cashback-toggle .cr-switch:checked + label::before {
  background-color: #6B8CC4 !important;
}
.cart-cashback-toggle .cr-switch + label {
  margin-top: -2px !important;
}
.checkout-cashback .cr-switch:not(:checked) + label::before {
  background-color: var(--color-default-4) !important;
}
.checkout-cashback .cr-switch:checked + label::before {
  background-color: #6B8CC4 !important;
}
.checkout-cashback .cr-switch + label {
  margin-left: -1rem;
}
.text-cashback {
  color: #0B6B07;
  margin: 0;
}
.cashback-checkout {
  border-left: 2px solid #0B6B07;
  background: #F4F4F4;
  padding: 8px;
}
.cashback-checkout p {
  color: #0B6B07;
}
.facebook-login {
  display: flex;
  color: #444;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  white-space: nowrap;
  border: 1px solid #dadce0;
  cursor: pointer;
}
.facebook-login:hover {
  /*box-shadow: 0.5px 0.5px 0.5px #32b7e8;*/
  box-shadow: 0px 0px 0px 0.5px #1db2d6;
}
.facebook-icon {
  background: url(https://chico-rei.imgix.net/icones/icon-facebook.jpg) no-repeat;
  padding-left: 25px;
  height: 65px;
  margin-top: 18%;
  margin-left: 20%;
  margin-right: 2%;
}
#cart-promotion-alert {
  font-family: Roboto, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  text-align: center;
  font-size: 0.93rem;
  line-height: 2rem;
}
#cart-promotion-alert .promo-title {
  background-color: #676762;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
  color: #FFFFFF;
}
#cart-promotion-alert a {
  text-decoration: underline;
}
.scrollbar-box-shadow-right {
  width: 5rem;
  border: none;
  position: absolute;
  z-index: 2;
  right: 0;
  text-decoration: none;
  cursor: pointer;
  bottom: 0;
}
.scrollbar-box-shadow-left {
  width: 5rem;
  border: none;
  position: absolute;
  z-index: 2;
  left: 0;
  text-decoration: none;
  cursor: pointer;
  bottom: 0;
}
.scrollbar-button-right {
  width: 4rem;
  height: 2.5rem;
  border: none;
  background-color: white;
  opacity: 0.8;
  position: relative;
  z-index: 2;
  right: 0.625rem;
  text-decoration: none;
  cursor: pointer;
  text-align: right;
  top: 35%;
}
.scrollbar-button-left {
  width: 4rem;
  height: 2.5rem;
  border: none;
  background-color: white;
  opacity: 0.8;
  position: relative;
  z-index: 2;
  left: 0.625rem;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
  top: 35%;
}
.horizontal-scrollbar {
  height: 2px;
  background-color: #a7a6a5;
}
span:hover .animation-go-back-wishlist {
  animation: go-back 0.5s infinite alternate;
}


/*# sourceMappingURL=base.82820708d5b5cee6c1f2.css.map*/