
/* source: <poloplay.checkout-ui-settings@0.0.17> */
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);@charset "UTF-8";
/* colors */
/* font family */
/* font size */
/* 12px */
/* 14px */
/* 16px */
/* 20px */
/* 24px */
/* 28px */
/* 32px */
/* 40px */
/* 48px */
/* line height */
/* 18px */
/* 21px */
/* 24px */
/* 26px */
/* 28px */
/* 32px */
/* 38px */
/* 48px */
/* 56px */
/* font weight */
/* border width */
/* border radius */
button,
a,
input,
select,
textarea {
  transition: 0.2s linear;
  font-family: "Inter", sans-serif !important;
}

body {
  padding: 0 !important;
  font-family: "Inter", sans-serif !important;
  transition: 0.2s linear;
  box-sizing: border-box;
}
body .container-main {
  min-height: auto !important;
  width: 100% !important;
  max-width: 1264px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 1026px) {
  body .container-main {
    padding: 64px 16px;
  }
}
@media screen and (max-width: 1025px) {
  body .container-main {
    padding: 40px 16px !important;
  }
}
body .container-main::before, body .container-main::after {
  display: none;
}
body .container-main #cart-title {
  display: none !important;
}
body .container-main #cart-title,
body .container-main #orderform-title {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 700;
  color: #000000;
}
@media screen and (min-width: 1026px) {
  body .container-main #cart-title,
  body .container-main #orderform-title {
    margin: 0 0 32px 0;
  }
}
@media screen and (max-width: 1025px) {
  body .container-main #cart-title,
  body .container-main #orderform-title {
    margin: 0 0 24px 0;
  }
}
body .container-main .checkout-container {
  min-height: auto !important;
}
body .container-main .checkout-container::before, body .container-main .checkout-container::after {
  display: none;
}
body .container-main .checkout-container .cart-template {
  margin: 0;
  min-height: auto !important;
  display: flex;
  flex-direction: column;
}

.checkout-header {
  padding: 16px 0;
  box-shadow: 0px 2px 8px 0px rgba(158, 158, 158, 0.0784313725);
}
.checkout-header .checkout-header-container {
  max-width: 1264px;
  padding: 0 16px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1025px) {
  .checkout-header .checkout-header-container .checkout-header-logo {
    margin: 0 auto;
    display: block;
    max-width: 142px;
  }
}

.checkout-header-columns {
  display: flex;
  align-items: center;
  gap: 64px;
}
.checkout-header-columns .checkout-header-security {
  font-size: 12px;
  line-height: normal;
  color: var(--primary-neutral-800);
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.benefits {
  margin: 0 auto;
  max-width: 1224px;
  padding: 0 16px;
}
.benefits .benefits-list {
  display: flex;
  overflow-x: auto;
  margin-bottom: 64px;
  gap: 16px;
}
.benefits .benefits-list .benefits-item {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #EEEEEE;
  padding: 16px;
}
@media (min-width: 1026px) {
  .benefits .benefits-list .benefits-item {
    flex: 1;
  }
}
.benefits .benefits-list .benefits-item .benefits-info {
  height: 100%;
}
.benefits .benefits-list .benefits-item .benefits-label {
  font-size: 14px;
  line-height: 21px;
  color: #10223C;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 1025px) {
  .benefits .benefits-list .benefits-item .benefits-label {
    white-space: nowrap;
  }
}
.benefits .benefits-list .benefits-item .benefits-href,
.benefits .benefits-list .benefits-item .benefits-text {
  font-size: 14px;
  line-height: 21px;
  color: #616161;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1025px) {
  .benefits .benefits-list .benefits-item .benefits-href,
  .benefits .benefits-list .benefits-item .benefits-text {
    white-space: nowrap;
  }
}
.benefits .benefits-list .benefits-item .benefits-href {
  text-decoration: underline;
}

.checkout-footer .checkout-footer-row:first-child {
  background: #FAFAFA;
}
.checkout-footer .checkout-footer-row .checkout-footer-container {
  max-width: 1264px;
  padding: 32px 16px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 1025px) {
  .checkout-footer .checkout-footer-row .checkout-footer-container {
    flex-direction: column;
    padding: 32px 16px;
  }
}
.checkout-footer .checkout-footer-row .checkout-footer-container .checkout-footer-column {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1025px) {
  .checkout-footer .checkout-footer-row .checkout-footer-container .checkout-footer-column {
    flex-direction: column;
  }
}
.checkout-footer .checkout-footer-row .checkout-footer-container .checkout-footer-column .checkout-footer-title {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #757575;
  margin: 0;
}
.checkout-footer .checkout-footer-row .checkout-footer-container .checkout-footer-column .checkout-footer-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 1025px) {
  .checkout-footer .checkout-footer-row .checkout-footer-container .checkout-footer-column .checkout-footer-payments {
    justify-content: center;
  }
}
.checkout-footer .checkout-footer-row .checkout-footer-container .checkout-footer-copy,
.checkout-footer .checkout-footer-row .checkout-footer-container .checkout-footer-item-title {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #757575;
  margin: 0;
}
@media screen and (max-width: 1025px) {
  .checkout-footer .checkout-footer-row .checkout-footer-container .checkout-footer-copy,
  .checkout-footer .checkout-footer-row .checkout-footer-container .checkout-footer-item-title {
    text-align: center;
  }
}
.checkout-footer .checkout-footer-row .checkout-footer-container div.checkout-footer-copy {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1025px) {
  .checkout-footer .checkout-footer-row .checkout-footer-container div.checkout-footer-copy {
    padding-bottom: 100px;
  }
}
.checkout-footer .checkout-footer-row .checkout-footer-container div.checkout-footer-copy .checkout-footer-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1025px) {
  .checkout-footer .checkout-footer-row .checkout-footer-container div.checkout-footer-copy .checkout-footer-item {
    flex-direction: column;
  }
}

.empty-cart-content .empty-cart-title {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 700;
  color: #000000;
  margin: 0 0 8px 0;
  text-align: center;
  padding-top: 32px;
}
.empty-cart-content .empty-cart-message {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #424242;
  text-align: center;
  max-width: 420px;
  margin: 0 auto 24px auto;
}
.empty-cart-content .empty-cart-links::before, .empty-cart-content .empty-cart-links::after {
  display: none;
}
.empty-cart-content .empty-cart-links .link-choose-products {
  background: #BC9138;
  border-radius: 0px;
  border: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 auto;
  display: block;
  max-width: 238px;
  padding: 16px;
  text-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
}
.empty-cart-content .empty-cart-links .link-choose-products:hover {
  background: #5A350A;
}

@media screen and (min-width: 1026px) {
  .container-cart .cart-active .cart-template {
    padding-top: 32px;
    display: grid !important;
    grid-template-columns: 1fr;
    column-gap: 16px;
  }
}
@media screen and (max-width: 1025px) {
  .container-cart .cart-active .cart-template {
    padding-top: 28px;
  }
}
.container-cart .cart-active .cart-template::before {
  content: "Minha Sacola";
  display: block;
  position: absolute;
  top: 0;
  color: #000000;
  font-weight: 600;
}
@media screen and (min-width: 1026px) {
  .container-cart .cart-active .cart-template::before {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1025px) {
  .container-cart .cart-active .cart-template::before {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1026px) {
  .container-cart .cart-active .cart-template .cart-template-holder {
    grid-column: 1;
  }
}
.container-cart .cart {
  border: none;
  border-radius: 0px;
  background: #FAFAFA;
  padding: 0;
}
@media screen and (min-width: 1026px) {
  .container-cart .cart {
    margin: 0 0 32px 0;
  }
}
@media screen and (max-width: 1025px) {
  .container-cart .cart {
    margin: 0 0 24px 0;
  }
}
@media screen and (min-width: 1026px) {
  .container-cart .cart .table.cart-items {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1025px) {
  .container-cart .cart .table.cart-items {
    margin-top: 24px !important;
    display: block;
  }
}
@media screen and (max-width: 1025px) {
  .container-cart .cart .table.cart-items thead {
    display: block !important;
    border-bottom-width: 1px;
    border-bottom-color: #BDBDBD;
    border-bottom-style: solid;
  }
}
.container-cart .cart .table.cart-items thead th {
  padding: 16px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 1025px) {
  .container-cart .cart .table.cart-items thead th {
    display: none;
  }
  .container-cart .cart .table.cart-items thead th.product {
    display: block;
  }
}
@media screen and (max-width: 1025px) {
  .container-cart .cart .table.cart-items tbody {
    display: block;
  }
}
.container-cart .cart .table.cart-items tbody .product-item {
  border-bottom-width: 1px;
  border-bottom-color: #BDBDBD;
  border-bottom-style: solid;
}
@media screen and (max-width: 1025px) {
  .container-cart .cart .table.cart-items tbody .product-item {
    padding: 16px;
    margin: 0;
    border-top: none !important;
    display: grid;
    grid-template-columns: max-content;
    gap: 8px;
  }
}
.container-cart .cart .table.cart-items tbody .product-item:last-child {
  border-bottom: none;
}
.container-cart .cart .table.cart-items tbody .product-item .product-image {
  background: none;
}
@media screen and (min-width: 1026px) {
  .container-cart .cart .table.cart-items tbody .product-item .product-image {
    padding: 8px 4px 8px 16px;
  }
}
@media screen and (max-width: 1025px) {
  .container-cart .cart .table.cart-items tbody .product-item .product-image {
    padding: 0;
    position: relative;
    width: 64px;
    grid-column: 1;
    grid-row-start: 1;
    grid-row-end: 4;
  }
}
.container-cart .cart .table.cart-items tbody .product-item .product-image img {
  width: 64px;
  max-width: 64px;
  height: 80px;
  object-fit: contain;
}
@media screen and (min-width: 1026px) {
  .container-cart .cart .table.cart-items tbody .product-item .product-name {
    padding: 8px 4px;
    max-width: 226px;
  }
}
@media screen and (max-width: 1025px) {
  .container-cart .cart .table.cart-items tbody .product-item .product-name {
    width: auto !important;
    padding: 0 !important;
    margin: 0;
    grid-column: 2;
    grid-row: 1;
  }
}
.container-cart .cart .table.cart-items tbody .product-item .product-name a {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #000000;
  padding: 0 !important;
}
.container-cart .cart .table.cart-items tbody .product-item .product-name a:hover {
  text-decoration: none;
  color: #BC9138;
}
.container-cart .cart .table.cart-items tbody .product-item .product-name .brand,
.container-cart .cart .table.cart-items tbody .product-item .product-name .seller {
  display: none;
}
.container-cart .cart .table.cart-items tbody .product-item .shipping-date {
  display: block !important;
}
@media screen and (min-width: 1026px) {
  .container-cart .cart .table.cart-items tbody .product-item .shipping-date {
    padding: 8px 4px;
  }
}
@media screen and (max-width: 1025px) {
  .container-cart .cart .table.cart-items tbody .product-item .shipping-date {
    padding: 0 !important;
    grid-column: 2;
    grid-row: 2;
    text-align: left;
  }
}
.container-cart .cart .table.cart-items tbody .product-item .shipping-date .shipping-estimate-date {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #000000;
}
@media screen and (min-width: 1026px) {
  .container-cart .cart .table.cart-items tbody .product-item .product-price {
    padding: 8px 4px;
  }
}
@media screen and (max-width: 1025px) {
  .container-cart .cart .table.cart-items tbody .product-item .product-price {
    padding: 0 !important;
    margin: 0 !important;
    grid-column: 2;
    grid-row: 3;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
}
.container-cart .cart .table.cart-items tbody .product-item .product-price .list-price .old-product-price-label {
  display: none;
}
.container-cart .cart .table.cart-items tbody .product-item .product-price .list-price .old-product-price {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #757575;
}
.container-cart .cart .table.cart-items tbody .product-item .product-price .best-price .new-product-price-label {
  display: none;
}
.container-cart .cart .table.cart-items tbody .product-item .product-price .best-price .new-product-price {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 600;
  color: #000000;
}
.container-cart .cart .table.cart-items tbody .product-item .product-price .price-details .price-details-icon {
  color: #BC9138;
}
.container-cart .cart .table.cart-items tbody .product-item .product-price .price-details .price-details-popup {
  background: #BC9138;
  border: none;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #FFFFFF;
}
.container-cart .cart .table.cart-items tbody .product-item .quantity {
  display: flex;
  justify-content: center;
  min-height: 80px;
}
@media screen and (min-width: 1026px) {
  .container-cart .cart .table.cart-items tbody .product-item .quantity {
    padding: 8px 4px;
    align-items: center;
  }
}
@media screen and (max-width: 1025px) {
  .container-cart .cart .table.cart-items tbody .product-item .quantity {
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    grid-column: 3;
    grid-row-start: 2;
    grid-row-end: 4;
    justify-content: end;
  }
}
.container-cart .cart .table.cart-items tbody .product-item .quantity .item-quantity-change {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  width: 30px;
  border-width: 1px;
  border-color: #757575;
  border-style: solid;
  position: relative;
  bottom: initial;
  left: initial;
  top: initial;
}
@media screen and (min-width: 1026px) {
  .container-cart .cart .table.cart-items tbody .product-item .quantity .item-quantity-change {
    height: 46px;
  }
}
@media screen and (max-width: 1025px) {
  .container-cart .cart .table.cart-items tbody .product-item .quantity .item-quantity-change {
    height: 38px;
  }
}
.container-cart .cart .table.cart-items tbody .product-item .quantity .item-quantity-change-decrement {
  border-right: none;
}
.container-cart .cart .table.cart-items tbody .product-item .quantity .item-quantity-change-decrement .icon-minus-sign::before {
  content: "-";
  font-size: 1.25rem;
  font-weight: 400;
  color: #000000;
}
.container-cart .cart .table.cart-items tbody .product-item .quantity .item-quantity-change-increment {
  border-left: none;
}
.container-cart .cart .table.cart-items tbody .product-item .quantity .item-quantity-change-increment .icon-plus-sign::before {
  content: "+";
  font-size: 1.25rem;
  font-weight: 400;
  color: #000000;
}
.container-cart .cart .table.cart-items tbody .product-item .quantity input {
  border-width: 1px;
  border-color: #757575;
  border-style: solid;
  border-right: none;
  border-left: none;
  border-radius: 0px;
  background: transparent;
  width: 40px;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1026px) {
  .container-cart .cart .table.cart-items tbody .product-item .quantity input {
    height: 46px;
  }
}
@media screen and (max-width: 1025px) {
  .container-cart .cart .table.cart-items tbody .product-item .quantity input {
    height: 38px;
  }
}
.container-cart .cart .table.cart-items tbody .product-item .quantity-price {
  padding: 8px 4px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 1025px) {
  .container-cart .cart .table.cart-items tbody .product-item .quantity-price {
    display: none;
  }
}
@media screen and (min-width: 1026px) {
  .container-cart .cart .table.cart-items tbody .product-item .item-remove {
    padding: 8px 4px;
  }
}
@media screen and (max-width: 1025px) {
  .container-cart .cart .table.cart-items tbody .product-item .item-remove {
    position: relative;
    grid-column: 3;
    grid-row: 1;
    padding: 0;
    width: 100%;
    text-align: right;
  }
}
.container-cart .cart .table.cart-items tbody .product-item .item-remove .item-link-remove {
  padding: 0;
}
.container-cart .cart .table.cart-items tbody .product-item .item-remove .item-link-remove .icon-remove::before {
  content: url("https://poloplay.vteximg.com.br/arquivos/checkout-icon-trash.svg");
}
.container-cart .cart .show-more-items-button {
  width: 100%;
  background: #BC9138;
  border-radius: 0px;
  border: none;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 600;
  color: #FFFFFF;
  padding: 12px;
  text-align: center;
  margin: 0;
  box-sizing: border-box;
  text-shadow: none;
  box-shadow: none;
  text-transform: initial;
}
.container-cart .cart .show-more-items-button:hover {
  background: #5A350A;
  text-decoration: none;
}
@media screen and (min-width: 1026px) {
  .container-cart .summary-template-holder {
    grid-column: 2;
    max-width: 296px;
    margin: 0 0 0 auto;
    padding-top: 30px;
  }
}
.container-cart .summary-template-holder .summary::before, .container-cart .summary-template-holder .summary::after {
  display: none;
}
.container-cart .summary-template-holder .summary .cart-more-options {
  width: 100% !important;
  margin: 0 0 32px 0;
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 32px;
}
.container-cart .summary-template-holder .summary .cart-more-options .srp-main-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #000000;
  margin: 0 0 8px 0;
}
.container-cart .summary-template-holder .summary .cart-more-options .srp-description {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #757575;
  margin: 0 0 8px 0;
}
.container-cart .summary-template-holder .summary .cart-more-options .srp-delivery-header {
  margin-bottom: 8px;
}
.container-cart .summary-template-holder .summary .cart-more-options .srp-delivery-header .srp-items,
.container-cart .summary-template-holder .summary .cart-more-options .srp-delivery-header .srp-items strong {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #757575;
}
.container-cart .summary-template-holder .summary .cart-more-options .srp-delivery-header .srp-address-title {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 600;
  color: #000000;
}
.container-cart .summary-template-holder .summary .cart-more-options .srp-delivery-select-container {
  border-width: 1px;
  border-color: #BDBDBD;
  border-style: solid;
  border-radius: 0px;
  height: 56px;
  padding: 0 16px;
}
.container-cart .summary-template-holder .summary .cart-more-options .srp-delivery-select-container .srp-delivery-current-many__name {
  display: none;
}
.container-cart .summary-template-holder .summary .cart-more-options .srp-delivery-select-container .srp-delivery-current-many {
  padding: 0;
  height: 100%;
}
.container-cart .summary-template-holder .summary .cart-more-options .srp-delivery-select-container .srp-delivery-current-many .flex {
  height: 100%;
}
.container-cart .summary-template-holder .summary .cart-more-options .srp-delivery-select-container .srp-delivery-current-many .flex .srp-delivery-current-many__text {
  display: flex;
  align-items: center;
  gap: 8px;
  border-color: #BDBDBD;
}
.container-cart .summary-template-holder .summary .cart-more-options .srp-delivery-select-container .srp-delivery-current-many .flex .srp-delivery-current-many__text::before {
  content: "";
  background-image: url("https://poloplay.vteximg.com.br/arquivos/checkout-icon-frete.svg");
  background-size: 100%;
  width: 24px;
  height: 24px;
  display: block;
}
.container-cart .summary-template-holder .summary .cart-more-options .srp-delivery-select-container .srp-delivery-current-many .flex .srp-delivery-current-many__text > div,
.container-cart .summary-template-holder .summary .cart-more-options .srp-delivery-select-container .srp-delivery-current-many .flex .srp-delivery-current-many__price {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 600;
  color: #757575;
}
.container-cart .summary-template-holder .summary .cart-more-options .srp-delivery-select-container .srp-delivery-current-many .flex .srp-icon-arrow-down g {
  fill: #2196F3;
}
.container-cart .summary-template-holder .summary .cart-more-options .srp-delivery-select-container .srp-delivery-current-many .flex .srp-icon-arrow-down {
  width: 24px;
  height: 24px;
}
.container-cart .summary-template-holder .summary .cart-more-options .srp-data {
  margin: 0;
}
.container-cart .summary-template-holder .summary .cart-more-options .srp-data .srp-postal-code__form {
  width: 100%;
  max-width: 296px;
}
.container-cart .summary-template-holder .summary .cart-more-options .srp-data .srp-postal-code__form .vtex-shipping-preview-0-x-postalCodeForgotten {
  margin: 0;
  align-items: flex-start;
}
.container-cart .summary-template-holder .summary .cart-more-options .srp-data .srp-postal-code__form .vtex-shipping-preview-0-x-postalCodeForgotten .ship-postalCode {
  width: 100%;
  max-width: 296px;
}
.container-cart .summary-template-holder .summary .cart-more-options .srp-data .srp-postal-code__form .vtex-shipping-preview-0-x-postalCodeForgotten .ship-postalCode label {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 600;
  color: #000000;
}
.container-cart .summary-template-holder .summary .cart-more-options .srp-data .srp-postal-code__form .vtex-shipping-preview-0-x-postalCodeForgotten .ship-postalCode input {
  border-width: 1px;
  border-color: #BDBDBD;
  border-style: solid;
  border-radius: 0px;
  height: 48px;
  width: 100%;
  box-shadow: none;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0;
  text-indent: 16px;
}
.container-cart .summary-template-holder .summary .cart-more-options .srp-data .srp-postal-code__form .vtex-shipping-preview-0-x-postalCodeForgotten .ship-postalCode small {
  display: block;
}
.container-cart .summary-template-holder .summary .cart-more-options .srp-data .srp-postal-code__form .vtex-shipping-preview-0-x-postalCodeForgotten .ship-postalCode small a {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #1E88E5;
}
.container-cart .summary-template-holder .summary .cart-more-options .srp-data .srp-postal-code__form .vtex-shipping-preview-0-x-postalCodeForgotten .srp-pc-input {
  background: transparent;
  border: none;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 600;
  color: #BC9138;
  padding: 0;
  margin: 26px 0 0 -64px;
  box-shadow: none;
  height: 48px;
}
.container-cart .summary-template-holder .summary .cart-more-options .srp-data .shp-open-options {
  margin: 0;
  background: #BC9138;
  border-radius: 0px;
  border: none;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: initial;
  padding: 8px 32px;
}
.container-cart .summary-template-holder .summary .cart-more-options .srp-data .shp-open-options:hover {
  background: #5A350A;
}
.container-cart .summary-template-holder .summary .summary-totalizers {
  padding: 0;
  margin: 0;
  width: 100%;
}
.container-cart .summary-template-holder .summary .summary-totalizers .summary-coupon {
  margin: 0 0 24px 0;
}
.container-cart .summary-template-holder .summary .summary-totalizers .summary-coupon .coupon-fieldset > div .coupon-label {
  margin-bottom: 8px;
}
.container-cart .summary-template-holder .summary .summary-totalizers .summary-coupon .coupon-fieldset > div .coupon-label::before {
  content: "Adicionar cupom de desconto";
  font-size: 14px;
  line-height: normal;
  color: #212121;
  font-weight: 400;
  text-align: left;
  display: block;
}
.container-cart .summary-template-holder .summary .summary-totalizers .summary-coupon .coupon-fieldset > div .coupon-label label {
  display: none;
}
.container-cart .summary-template-holder .summary .summary-totalizers .summary-coupon .coupon-fieldset > div .coupon-fields {
  margin: 0;
}
.container-cart .summary-template-holder .summary .summary-totalizers .summary-coupon .coupon-fieldset > div .coupon-fields > span:first-child {
  height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid #E0E0E0;
}
.container-cart .summary-template-holder .summary .summary-totalizers .summary-coupon .coupon-fieldset > div .coupon-fields .info {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #66BB6A;
  padding: 16px;
  box-sizing: border-box;
  position: relative;
}
.container-cart .summary-template-holder .summary .summary-totalizers .summary-coupon .coupon-fieldset > div .coupon-fields .info::after {
  content: "";
  background-image: url("https://poloplay.vteximg.com.br/arquivos/icon-cupom-check.svg");
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
}
.container-cart .summary-template-holder .summary .summary-totalizers .summary-coupon .coupon-fieldset > div .coupon-fields .info span {
  font-size: 12px;
  line-height: normal;
  color: #212121;
  font-weight: 400;
  text-transform: uppercase;
}
.container-cart .summary-template-holder .summary .summary-totalizers .summary-coupon .coupon-fieldset > div .coupon-fields .info #cart-coupon-remove {
  font-size: 12px;
  line-height: normal;
  color: #BC8D23;
  font-weight: 400;
  text-decoration: underline;
  text-transform: capitalize;
}
.container-cart .summary-template-holder .summary .summary-totalizers .summary-coupon .coupon-fieldset > div .coupon-fields .coupon-value {
  width: 100%;
  padding: 0;
  height: 100%;
  border: none;
  text-indent: 16px;
  box-shadow: none;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #757575;
  display: flex;
  align-items: center;
  border-radius: 0px;
}
.container-cart .summary-template-holder .summary .summary-totalizers .summary-coupon .coupon-fieldset > div .coupon-fields #cart-coupon-add {
  background: transparent;
  border: none;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 600;
  color: #BC9138;
  padding: 0 16px;
  text-transform: capitalize;
  text-decoration: none;
  box-shadow: none;
}
.container-cart .summary-template-holder .summary .summary-totalizers .summary-coupon .coupon-fieldset > div .coupon-fields .loading-coupon {
  display: none !important;
}
.container-cart .summary-template-holder .summary .summary-totalizers .summary-coupon .coupon-data {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 28px;
}
.container-cart .summary-template-holder .summary .summary-totalizers .summary-coupon .coupon-data::before {
  content: "Possui um cupom?";
  font-size: 14px;
  line-height: normal;
  color: #212121;
  font-weight: 400;
}
.container-cart .summary-template-holder .summary .summary-totalizers .summary-coupon .coupon-data::after {
  content: "";
  background-image: url("https://poloplay.vteximg.com.br/arquivos/icon-cupom-checkout.svg");
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
}
.container-cart .summary-template-holder .summary .summary-totalizers .summary-coupon .coupon-data .link-coupon-add {
  display: block;
  text-align: right;
}
.container-cart .summary-template-holder .summary .summary-totalizers .summary-coupon .coupon-data .link-coupon-add span[data-i18n="global.add"] {
  font-size: 12px;
  line-height: normal;
  color: #BC8D23;
  font-weight: 400;
  text-decoration: underline;
}
.container-cart .summary-template-holder .summary .summary-totalizers .summary-coupon .coupon-data .link-coupon-add span[data-i18n="totalizers.coupon"] {
  display: none;
}
.container-cart .summary-template-holder .summary .summary-totalizers .accordion-group {
  margin: 0;
}
.container-cart .summary-template-holder .summary .summary-totalizers .accordion-group .accordion-heading {
  display: block !important;
}
.container-cart .summary-template-holder .summary .summary-totalizers .accordion-group .accordion-heading .accordion-toggle {
  font-size: 0;
  padding: 0 0 8px 0;
}
.container-cart .summary-template-holder .summary .summary-totalizers .accordion-group .accordion-heading .accordion-toggle::before {
  content: "Resumo";
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #000000;
}
.container-cart .summary-template-holder .summary .summary-totalizers .accordion-group .table .srp-summary-result.frete-gratis .monetary {
  font-size: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.container-cart .summary-template-holder .summary .summary-totalizers .accordion-group .table .srp-summary-result.frete-gratis .monetary::before {
  content: "Grátis";
  background: #CAE1FC;
  border-radius: 4px;
  padding: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #1565C0;
  font-weight: 600;
  text-transform: uppercase;
}
.container-cart .summary-template-holder .summary .summary-totalizers .accordion-group .table .economy-value .info,
.container-cart .summary-template-holder .summary .summary-totalizers .accordion-group .table .economy-value .monetary {
  color: #4CAF50;
}
.container-cart .summary-template-holder .summary .summary-totalizers .accordion-group .table tr {
  border: none;
}
.container-cart .summary-template-holder .summary .summary-totalizers .accordion-group .table tr.Items, .container-cart .summary-template-holder .summary .summary-totalizers .accordion-group .table tr.Discounts {
  display: none;
}
.container-cart .summary-template-holder .summary .summary-totalizers .accordion-group .table tr .info {
  padding: 0 0 8px 0;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #000000;
}
.container-cart .summary-template-holder .summary .summary-totalizers .accordion-group .table tr .monetary {
  padding: 0 0 8px 0;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #000000;
}
.container-cart .summary-template-holder .summary .summary-totalizers .accordion-group .table tr .space,
.container-cart .summary-template-holder .summary .summary-totalizers .accordion-group .table tr .empty {
  display: none;
}
.container-cart .summary-template-holder .summary .summary-totalizers .accordion-group .table tfoot .info,
.container-cart .summary-template-holder .summary .summary-totalizers .accordion-group .table tfoot .monetary {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #000000;
  padding: 8px 0 0 0;
}
.container-cart .cart-links-bottom {
  width: 100%;
  display: flex !important;
  flex-direction: column;
}
@media screen and (min-width: 1026px) {
  .container-cart .cart-links-bottom {
    margin: 24px 0 0 auto;
  }
}
@media screen and (max-width: 1025px) {
  .container-cart .cart-links-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 16px 16px 7px 16px;
    background: #FFF;
    margin: 0 !important;
    box-shadow: 0px 4px 24px 0px rgba(104, 104, 110, 0.0784313725);
    box-sizing: border-box;
  }
}
.container-cart .cart-links-bottom::before, .container-cart .cart-links-bottom::after {
  display: none;
}
.container-cart .cart-links-bottom .link-choose-more-products-wrapper {
  display: block;
  order: 2;
}
.container-cart .cart-links-bottom .link-choose-more-products-wrapper .link-choose-more-products {
  width: 100%;
  display: block;
  background: transparent;
  font-size: 0;
  line-height: 0;
  font-weight: 600;
  color: #757575;
  text-align: center;
  box-sizing: border-box;
  text-decoration: underline;
  padding: 0 0 9px 0;
}
.container-cart .cart-links-bottom .link-choose-more-products-wrapper .link-choose-more-products::before {
  content: "Continuar Comprando";
  font-size: 14px;
  line-height: normal;
}
.container-cart .cart-links-bottom .link-choose-more-products-wrapper .link-choose-more-products:hover {
  background: transparent;
  text-decoration: underline;
}
.container-cart .cart-links-bottom .btn-place-order-wrapper {
  display: block;
  order: 1;
}
.container-cart .cart-links-bottom .btn-place-order-wrapper .btn-place-order {
  width: 100%;
  display: block;
  background: #BC9138;
  border-radius: 0px;
  border: none;
  font-size: 0;
  line-height: 0;
  font-weight: 600;
  color: #FFFFFF;
  padding: 18px;
  text-align: center;
  margin: 0 0 16px 0;
  box-sizing: border-box;
  text-shadow: none;
  box-shadow: none;
  transition: 0.2s linear;
}
.container-cart .cart-links-bottom .btn-place-order-wrapper .btn-place-order::before {
  content: "Finalizar Compra";
  font-size: 16px;
  line-height: normal;
}
.container-cart .cart-links-bottom .btn-place-order-wrapper .btn-place-order:hover {
  background: #5A350A;
  text-decoration: none;
}

.client-pre-email {
  border: none;
}
.client-pre-email .link-cart {
  display: none;
}
.client-pre-email .client-pre-email-h {
  margin: 0 0 32px 0;
}
.client-pre-email .client-pre-email-h label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.client-pre-email .client-pre-email-h label span {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 700;
  color: #000000;
  display: block;
}
.client-pre-email .client-pre-email-h label small {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #000000;
  display: block;
}
.client-pre-email .client-email {
  display: flex;
  margin-bottom: 42px;
}
.client-pre-email .client-email input {
  border-width: 1px;
  border-color: #BDBDBD;
  border-style: solid;
  border-radius: 0px;
  height: 50px;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #757575;
  padding: 0;
  text-indent: 16px;
  box-shadow: none;
}
.client-pre-email .client-email .btn-success {
  background: #BC9138;
  border-radius: 0px;
  border: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #FFFFFF;
  text-shadow: none;
  height: 50px;
  padding: 0 16px;
  position: relative;
  right: initial;
  top: initial;
  margin: 0 !important;
}
.client-pre-email .client-email .btn-success:hover {
  background: #5A350A;
}
.client-pre-email .client-email .icon-spinner {
  display: none !important;
}
.client-pre-email .client-email .help.error {
  position: absolute;
  bottom: -30px;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #B71C1C;
  margin: 0;
}

.container-order-form .accordion-group.client-profile-data,
.container-order-form .accordion-group.shipping-data,
.container-order-form .accordion-group.step,
.container-order-form .cart-fixed {
  background: #FAFAFA;
  border-radius: 0px;
  border: none;
  padding: 24px;
}
.container-order-form .accordion-group .accordion-heading .accordion-toggle {
  padding: 0 0 16px 0;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 600;
  color: #000000;
}
.container-order-form .accordion-group .accordion-heading .accordion-toggle span {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 600;
  color: #000000;
}
.container-order-form .accordion-group .accordion-heading .accordion-toggle a {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.container-order-form .accordion-group .accordion-inner {
  padding: 0;
}
.container-order-form .accordion-group .accordion-inner .client-profile-email,
.container-order-form .accordion-group .accordion-inner .client-profile-summary span {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #757575;
}
.container-order-form .accordion-group .accordion-inner .client-profile-summary .name-label,
.container-order-form .accordion-group .accordion-inner .client-profile-summary .tel-label {
  display: none;
}
.container-order-form .accordion-group .accordion-inner .link-logout {
  color: #1E88E5;
}
.container-order-form .accordion-group .accordion-inner .ship-postalCode small {
  margin: 0;
}
.container-order-form .accordion-group .accordion-inner .ship-postalCode small a {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #1E88E5;
  display: block;
  padding-top: 8px;
}
.container-order-form .accordion-group .accordion-inner .vtex-omnishipping-1-x-deliveryGroup {
  margin: 0;
}
.container-order-form .accordion-group .accordion-inner .vtex-omnishipping-1-x-leanShippingGroupList {
  border-color: #BDBDBD;
  border-radius: 0;
}
.container-order-form .accordion-group .accordion-inner .vtex-omnishipping-1-x-shippingSectionTitle,
.container-order-form .accordion-group .accordion-inner .vtex-omnishipping-1-x-shippingSectionTitle {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 8px;
}
.container-order-form .accordion-group .accordion-inner .vtex-omnishipping-1-x-leanShippingOptionActive {
  background: #FFF !important;
}
.container-order-form .accordion-group .accordion-inner .vtex-omnishipping-1-x-leanShippingOption {
  background: transparent;
}
.container-order-form .accordion-group .accordion-inner .vtex-omnishipping-1-x-leanShippingOption .shp-option-text-label,
.container-order-form .accordion-group .accordion-inner .vtex-omnishipping-1-x-leanShippingOption .shp-option-text-package {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 600;
  color: #757575;
}
.container-order-form .accordion-group .accordion-inner .vtex-omnishipping-1-x-leanShippingText {
  border-right: 1px solid #BDBDBD;
}
.container-order-form .accordion-group .accordion-inner .vtex-omnishipping-1-x-optionPrice {
  font-weight: 600;
}
.container-order-form .accordion-group .accordion-inner .address-summary {
  border: none;
  background-position: 10px;
}
.container-order-form .accordion-group .accordion-inner .address-summary span {
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  color: #757575;
}
.container-order-form .accordion-group .accordion-inner .address-summary .link-edit {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #1565C0;
}
.container-order-form .accordion-group .accordion-inner .vtex-omnishipping-1-x-SummaryItemGroup {
  padding: 0 0 8px 0;
}
.container-order-form .accordion-group .accordion-inner .vtex-omnishipping-1-x-summaryPackage,
.container-order-form .accordion-group .accordion-inner .vtex-omnishipping-1-x-SummaryItemPrice {
  display: none;
}
.container-order-form .accordion-group .accordion-inner .vtex-omnishipping-1-x-SummaryItemInfo {
  border: none;
  padding: 0;
}
.container-order-form .accordion-group .accordion-inner .vtex-omnishipping-1-x-summaryChange {
  background: transparent;
  border-radius: 0px;
  border: none;
  font-size: 12px;
  line-height: normal;
  font-weight: 600;
  color: #2196F3;
  margin: 0;
  padding: 8px;
  text-shadow: none;
  border: 1px dashed #2196F3;
}
.container-order-form .accordion-group .accordion-inner .vtex-omnishipping-1-x-summaryChange:hover {
  text-decoration: none;
}
.container-order-form .accordion-group .accordion-inner fieldset {
  width: 100%;
}
.container-order-form .accordion-group .accordion-inner .client-notice.notice {
  display: none !important;
}
.container-order-form .accordion-group .accordion-inner .input {
  width: 100%;
}
.container-order-form .accordion-group .accordion-inner .input label {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 8px;
}
.container-order-form .accordion-group .accordion-inner .input input,
.container-order-form .accordion-group .accordion-inner .input .input-mini {
  width: 100% !important;
  max-width: 100%;
  border-width: 1px;
  border-color: #BDBDBD;
  border-style: solid;
  background: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #000000;
  text-indent: 16px;
  height: 48px;
  padding: 0;
  border-radius: 0px;
  box-shadow: none;
}
.container-order-form .accordion-group .accordion-inner .input input.focus-visible {
  border: 1px solid #C9D6EC;
}
.container-order-form .accordion-group .accordion-inner .input input.error {
  border: 1px solid #F44336;
  color: #F44336 !important;
  background-color: #FFF;
}
.container-order-form .accordion-group .accordion-inner .input input.success {
  border: 1px solid #66BB6A;
}
.container-order-form .accordion-group .accordion-inner .input .help.error {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #F44336;
  margin: 0;
  padding-top: 8px;
  width: 100%;
}
.container-order-form .accordion-group .accordion-inner .text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.container-order-form .accordion-group .accordion-inner .text label {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #000000;
  width: 100%;
  margin: 0;
}
.container-order-form .accordion-group .accordion-inner .text label + span {
  width: 100%;
  background: #BDBDBD !important;
  border-width: 1px;
  border-color: #BDBDBD;
  border-style: solid;
  background: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #757575;
  text-indent: 16px;
  height: 48px;
  padding: 0;
  border-radius: 0px;
  box-shadow: none;
  display: flex;
  align-items: center;
}
.container-order-form .accordion-group .accordion-inner #is-corporate-client {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #1565C0;
  margin-bottom: 16px;
  display: block;
}
.container-order-form .accordion-group .accordion-inner .newsletter,
.container-order-form .accordion-group .accordion-inner .state-inscription-box {
  margin: 0 0 16px 0;
}
.container-order-form .accordion-group .accordion-inner .newsletter-text,
.container-order-form .accordion-group .accordion-inner .exempt-si-text {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #757575;
}
.container-order-form .accordion-group .accordion-inner .btn-success {
  width: 100%;
  display: block;
  background: #BC9138;
  border-radius: 0px;
  border: none;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  color: #FFFFFF;
  padding: 16px;
  text-align: center;
  margin: 0 0 16px 0;
  box-sizing: border-box;
  text-shadow: none;
  box-shadow: none;
  transition: 0.2s linear;
}
.container-order-form .accordion-group .accordion-inner .btn-success:hover {
  background: #5A350A;
  text-decoration: none;
}
.container-order-form .accordion-group .accordion-inner .shipping-summary-info {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #757575;
}
.container-order-form .accordion-group .accordion-inner form.form-step.box-new.row-fluid {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
}
.container-order-form .accordion-group .accordion-inner form.form-step.box-new.row-fluid::before, .container-order-form .accordion-group .accordion-inner form.form-step.box-new.row-fluid::after {
  display: none;
}
.container-order-form .accordion-group .accordion-inner form.form-step.box-new.row-fluid .link.link-gift-card {
  left: 0;
  margin: 0 0 32px 0;
  display: block;
  position: relative;
  width: 100%;
}
.container-order-form .accordion-group .accordion-inner form.form-step.box-new.row-fluid .link.link-gift-card .link-payment-discounts-cod {
  font-size: 12px;
  line-height: normal;
  font-weight: 600;
  color: #2196F3;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 8px;
}
.container-order-form .accordion-group .accordion-inner form.form-step.box-new.row-fluid .link.link-gift-card .link-payment-discounts-cod::before {
  content: "";
  background-image: url("https://poloplay.vteximg.com.br/arquivos/checkout-icon-presente.svg");
  background-size: 100%;
  width: 17px;
  height: 17px;
}
.container-order-form .accordion-group .accordion-inner form.form-step.box-new.row-fluid .gift-card-section {
  margin: 0;
  width: 100%;
  background: transparent;
  padding: 0 0 32px 0;
}
.container-order-form .accordion-group .accordion-inner form.form-step.box-new.row-fluid .payment-discounts-cod {
  max-width: 300px;
}
.container-order-form .accordion-group .accordion-inner form.form-step.box-new.row-fluid #btn-add-gift-card {
  background: #BC9138;
  border-radius: 0px;
  border: none;
  font-size: 12px;
  line-height: normal;
  font-weight: 600;
  color: #FFFFFF;
  padding: 16px;
  text-shadow: none;
}
.container-order-form .accordion-group .accordion-inner form.form-step.box-new.row-fluid fieldset.payment-group {
  margin: 0;
  background: transparent;
}
@media screen and (min-width: 1026px) {
  .container-order-form .accordion-group .accordion-inner form.form-step.box-new.row-fluid fieldset.payment-group {
    width: 191px !important;
    max-width: 191px;
    min-width: 191px;
  }
}
.container-order-form .accordion-group .accordion-inner form.form-step.box-new.row-fluid fieldset.payment-group .payment-group-list-btn {
  width: 100% !important;
}
.container-order-form .accordion-group .accordion-inner form.form-step.box-new.row-fluid fieldset.payment-group .payment-group-list-btn a {
  padding: 0 !important;
  background: transparent !important;
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-radius: 0px;
  border-left-width: 2px;
  border-left-color: transparent;
  border-left-style: solid;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #757575;
  text-decoration: none;
  margin: 0 0 8px 0;
}
.container-order-form .accordion-group .accordion-inner form.form-step.box-new.row-fluid fieldset.payment-group .payment-group-list-btn a.active, .container-order-form .accordion-group .accordion-inner form.form-step.box-new.row-fluid fieldset.payment-group .payment-group-list-btn a:hover {
  border-left-color: #2B3244;
  color: #2B3244;
  font-weight: 600;
}
.container-order-form .accordion-group .accordion-inner form.form-step.box-new.row-fluid fieldset.payment-group .payment-group-list-btn a span {
  background-image: none !important;
  padding: 0 !important;
  font-size: 14px;
  margin: 0;
}
.container-order-form .accordion-group .accordion-inner form.form-step.box-new.row-fluid .steps-view {
  padding: 0;
  background: #FAFAFA;
}
@media screen and (min-width: 1026px) {
  .container-order-form .accordion-group .accordion-inner form.form-step.box-new.row-fluid .steps-view {
    width: calc(100% - 215px);
  }
}
@media screen and (max-width: 1025px) {
  .container-order-form .accordion-group .accordion-inner form.form-step.box-new.row-fluid .steps-view {
    width: 100%;
  }
}
.container-order-form .orderform-template {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1026px) {
  .container-order-form .orderform-template {
    gap: 24px;
  }
}
@media screen and (max-width: 1025px) {
  .container-order-form .orderform-template {
    flex-direction: column;
    gap: 16px;
  }
}
.container-order-form .orderform-template::before, .container-order-form .orderform-template::after {
  display: none;
}
.container-order-form .orderform-template .orderform-template-holder {
  width: 100%;
}
@media screen and (min-width: 1026px) {
  .container-order-form .orderform-template .orderform-template-holder {
    max-width: 816px;
  }
}
.container-order-form .orderform-template .cart-template.mini-cart {
  width: 100%;
}
@media screen and (min-width: 1026px) {
  .container-order-form .orderform-template .cart-template.mini-cart {
    max-width: 400px;
  }
}
.container-order-form .orderform-template .cart-fixed {
  width: 100%;
  box-sizing: border-box;
  height: fit-content !important;
}
@media screen and (min-width: 1026px) {
  .container-order-form .orderform-template .cart-fixed {
    max-width: 400px;
  }
}
@media screen and (max-width: 1025px) {
  .container-order-form .orderform-template .cart-fixed {
    position: relative !important;
  }
}
.container-order-form .orderform-template .cart-fixed h2 {
  padding: 0 0 16px 0;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 600;
  color: #000000;
  margin: 0;
  text-align: left;
}
.container-order-form .orderform-template .cart-fixed .summary-cart-template-holder::-webkit-scrollbar {
  width: 4px;
}
.container-order-form .orderform-template .cart-fixed .summary-cart-template-holder::-webkit-scrollbar-track {
  background: transparent;
}
.container-order-form .orderform-template .cart-fixed .summary-cart-template-holder::-webkit-scrollbar-thumb {
  background-color: #E3EAF5;
  border-radius: 4px;
}
.container-order-form .orderform-template .cart-fixed .cart {
  padding: 0 !important;
  margin: 0 !important;
}
.container-order-form .orderform-template .cart-fixed .cart::-webkit-scrollbar {
  width: 4px;
}
.container-order-form .orderform-template .cart-fixed .cart::-webkit-scrollbar-track {
  background: transparent;
}
.container-order-form .orderform-template .cart-fixed .cart::-webkit-scrollbar-thumb {
  background-color: #E3EAF5;
  border-radius: 4px;
}
.container-order-form .orderform-template .cart-fixed .cart .hproduct.item {
  padding: 4px 0;
  margin: 0;
  border: none;
  display: grid;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
.container-order-form .orderform-template .cart-fixed .cart .hproduct.item .quantity.badge {
  background-color: #2B3244;
  border-radius: 100px;
  border: none;
  font-size: 0.75rem;
  font-weight: 700;
  color: #FFFFFF;
  min-width: 24px;
  min-height: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
.container-order-form .orderform-template .cart-fixed .cart .hproduct.item .url {
  grid-column: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  margin: 0;
}
.container-order-form .orderform-template .cart-fixed .cart .hproduct.item .url img {
  width: 64px;
  height: 80px;
  object-fit: contain;
}
.container-order-form .orderform-template .cart-fixed .cart .hproduct.item .fn.product-name {
  grid-column: 2;
  grid-row: 1;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #000000;
}
.container-order-form .orderform-template .cart-fixed .cart .hproduct.item .description {
  grid-column: 2;
  grid-row: 2;
  margin: 0 !important;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #000000;
}
.container-order-form .orderform-template .cart-fixed .cart .hproduct.item .description .shipping-date {
  display: none !important;
}
.container-order-form .orderform-template .cart-fixed .cart .hproduct.item .description .price {
  float: left;
}
.container-order-form .orderform-template .cart-fixed .summary-template-holder {
  border: none;
  clear: both;
  padding-top: 0;
}
.container-order-form .orderform-template .cart-fixed .payment-confirmation-wrap {
  padding: 0;
  border: none;
}
.container-order-form .orderform-template .cart-fixed .payment-confirmation-wrap .note.summary-note {
  display: none;
}
.container-order-form .orderform-template .cart-fixed .payment-submit-wrap {
  margin: 0;
}
.container-order-form .orderform-template .cart-fixed .payment-submit-wrap .btn-success {
  margin: 16px 0 0 0;
  background: #BC9138;
  border-radius: 0px;
  border: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #FFFFFF;
  padding: 16px;
  text-shadow: none;
}
.container-order-form .orderform-template .cart-fixed .payment-submit-wrap .btn-success:hover {
  background: #5A350A;
}
.container-order-form .orderform-template .cart-fixed .payment-submit-wrap .btn-success i {
  display: none !important;
}
.container-order-form .orderform-template .cart-fixed .cart-totalizers {
  margin: 0;
}
.container-order-form .orderform-template .cart-fixed .cart-totalizers .accordion-group {
  margin: 0;
}
.container-order-form .orderform-template .cart-fixed .cart-totalizers .accordion-group .economy-value .info,
.container-order-form .orderform-template .cart-fixed .cart-totalizers .accordion-group .economy-value .monetary {
  color: #4CAF50;
}
.container-order-form .orderform-template .cart-fixed .cart-totalizers .accordion-group tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 8px;
}
.container-order-form .orderform-template .cart-fixed .cart-totalizers .accordion-group tr.Items, .container-order-form .orderform-template .cart-fixed .cart-totalizers .accordion-group tr.Discounts {
  display: none;
}
.container-order-form .orderform-template .cart-fixed .cart-totalizers .accordion-group tr .info {
  padding: 0;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #000000;
}
.container-order-form .orderform-template .cart-fixed .cart-totalizers .accordion-group tr .monetary {
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #000000;
  padding: 0 !important;
}
.container-order-form .orderform-template .cart-fixed .cart-totalizers .accordion-group tr .space,
.container-order-form .orderform-template .cart-fixed .cart-totalizers .accordion-group tr .empty, .container-order-form .orderform-template .cart-fixed .cart-totalizers .accordion-group tr.hide {
  display: none;
}
.container-order-form .orderform-template .cart-fixed .cart-totalizers .accordion-group tr.Discounts .info,
.container-order-form .orderform-template .cart-fixed .cart-totalizers .accordion-group tr.Discounts .monetary {
  color: #4CAF50;
}
.container-order-form .orderform-template .cart-fixed .cart-totalizers .accordion-group tfoot tr {
  margin-bottom: 0;
  border-top: 1px solid #D2D2D2;
  padding-top: 16px;
  margin-top: 8px;
}
.container-order-form .orderform-template .cart-fixed .cart-totalizers .accordion-group tfoot .info,
.container-order-form .orderform-template .cart-fixed .cart-totalizers .accordion-group tfoot .monetary {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #000000;
  padding: 0;
}
.container-order-form .orderform-template .cart-fixed .link-cart {
  margin: 16px 0;
  float: left;
}
.container-order-form .orderform-template .cart-fixed .link-cart a {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #1565C0;
}

.iframe-credit-card-payment-group {
  background: #FAFAFA;
}
.iframe-credit-card-payment-group .FormFieldLabel,
.iframe-credit-card-payment-group .PaymentLabel h5,
.iframe-credit-card-payment-group .BillingAddress h5 {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 8px;
  padding: 0;
  width: 100%;
}
.iframe-credit-card-payment-group .help.error {
  margin-bottom: 16px !important;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #B71C1C;
  width: auto;
}
.iframe-credit-card-payment-group input,
.iframe-credit-card-payment-group select {
  width: 100% !important;
  max-width: 100%;
  border-width: 1px;
  border-color: #BDBDBD !important;
  border-style: solid;
  background: #FFFFFF;
  font-size: 0.75rem !important;
  line-height: 1.125rem !important;
  font-weight: 400;
  color: #757575;
  text-indent: 16px;
  height: 48px !important;
  padding: 0;
  border-radius: 0px;
  box-shadow: none !important;
  margin-bottom: 16px !important;
  box-sizing: border-box;
}
.iframe-credit-card-payment-group input:focus,
.iframe-credit-card-payment-group select:focus {
  border-color: #BDBDBD;
}
.iframe-credit-card-payment-group .card-flags {
  margin-bottom: 16px !important;
}
.iframe-credit-card-payment-group .card-flags input {
  width: 16px !important;
  height: 16px !important;
  margin: 0 0 4px 0 !important;
}
.iframe-credit-card-payment-group .PaymentCardDueDate {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.iframe-credit-card-payment-group .payment-card-due-month,
.iframe-credit-card-payment-group .payment-card-due-year {
  width: 47%;
}
.iframe-credit-card-payment-group .payment-card-lash {
  width: 6%;
  margin: 0 !important;
  text-align: center;
}
.iframe-credit-card-payment-group .SecurityEnvironmentIcon {
  display: none;
}
.iframe-credit-card-payment-group .BillingAddress {
  margin-bottom: 16px;
}
.iframe-credit-card-payment-group .BillingAddress h5 {
  float: left;
}
.iframe-credit-card-payment-group .AddressToggle input {
  width: 16px !important;
  height: 16px !important;
}
.iframe-credit-card-payment-group .AddressToggle label {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #000000;
}
.iframe-credit-card-payment-group .ChangeNumberOfPayments a,
.iframe-credit-card-payment-group #dont-know-postal-code {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #2196F3;
}
.iframe-credit-card-payment-group .recaptcha-alert {
  font-weight: 400;
}
.iframe-credit-card-payment-group .PaymentCardValue .input-prepend {
  width: 100% !important;
}
.iframe-credit-card-payment-group .PaymentCardValue .input-prepend .add-on {
  display: none !important;
}
.iframe-credit-card-payment-group .PaymentCardValue .input-prepend input {
  text-align: left;
}

.orderform-template-holder #payment-data .payment-group-item[id=payment-group-creditCardPaymentGroup] {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 16px !important;
}
.orderform-template-holder #payment-data .payment-group-item[id=payment-group-creditCardPaymentGroup]::before {
  content: "";
  background-image: url("https://poloplay.vteximg.com.br/arquivos/checkout-icon-card.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.orderform-template-holder #payment-data .payment-group-item[data-name="Pagaleve Pix A Vista Transparente"] {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 16px !important;
}
.orderform-template-holder #payment-data .payment-group-item[data-name="Pagaleve Pix A Vista Transparente"]::before {
  content: "";
  background-image: url("https://poloplay.vteximg.com.br/arquivos/checkout-icon-pix.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 1025px) {
  .checkout-header-steps {
    display: none;
  }
}
.checkout-header-steps .checkout-header-steps-items {
  list-style: none;
  margin: 0;
  display: flex;
  position: relative;
  z-index: 0;
  width: 320px;
}
.checkout-header-steps .checkout-header-steps-items::before, .checkout-header-steps .checkout-header-steps-items::after {
  content: "";
  background: #BDBDBD;
  position: absolute;
  width: 100%;
  height: 4px;
  top: 24px;
  z-index: 2;
}
.checkout-header-steps .checkout-header-steps-items::after {
  background-color: #2B3244;
  width: 33%;
  z-index: 3;
}
.checkout-header-steps .checkout-header-steps-items.checkout-header-steps-items-1::after {
  width: 33%;
}
.checkout-header-steps .checkout-header-steps-items.checkout-header-steps-items-2::after {
  width: 66%;
}
.checkout-header-steps .checkout-header-steps-items.checkout-header-steps-items-3::after {
  width: 100%;
}
.checkout-header-steps .checkout-header-steps-items.checkout-header-steps-items-4::after {
  width: 100%;
}
.checkout-header-steps .checkout-header-steps-items .checkout-header-steps-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  z-index: 4;
  position: relative;
}
.checkout-header-steps .checkout-header-steps-items .checkout-header-steps-item.checkout-header-steps-item--active .checkout-header-steps-item-icon-outline .checkout-header-steps-item-icon {
  border-color: transparent !important;
  background: #2B3244 !important;
}
.checkout-header-steps .checkout-header-steps-items .checkout-header-steps-item.checkout-header-steps-item--active .checkout-header-steps-item-icon-outline .checkout-header-steps-item-icon .fill {
  fill: #FFFFFF;
}
.checkout-header-steps .checkout-header-steps-items .checkout-header-steps-item:first-child::before, .checkout-header-steps .checkout-header-steps-items .checkout-header-steps-item:last-child::before {
  content: "";
  background-color: #FFFFFF;
  width: 50%;
  height: 100%;
  top: 0;
  display: block;
  position: absolute;
  z-index: -1;
}
.checkout-header-steps .checkout-header-steps-items .checkout-header-steps-item:first-child::before {
  left: 0;
}
.checkout-header-steps .checkout-header-steps-items .checkout-header-steps-item:last-child::before {
  right: 0;
}
.checkout-header-steps .checkout-header-steps-items .checkout-header-steps-item .checkout-header-steps-item-icon-outline {
  border-width: 4px;
  border-color: #FFFFFF;
  border-style: solid;
}
.checkout-header-steps .checkout-header-steps-items .checkout-header-steps-item .checkout-header-steps-item-icon-outline .checkout-header-steps-item-icon {
  align-items: center;
  border-width: 1px;
  border-color: #757575;
  border-style: solid;
  border-radius: 100px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.checkout-header-steps .checkout-header-steps-items .checkout-header-steps-item .checkout-header-steps-item-icon-outline .checkout-header-steps-item-icon .fill {
  fill: #757575;
}
.checkout-header-steps .checkout-header-steps-items .checkout-header-steps-item .checkout-header-steps-item-label {
  font-size: 0.75rem;
  font-weight: 400;
  color: #757575;
  padding-top: 8px;
}

.freeShippingBar {
  width: 100%;
  display: block !important;
  position: relative;
  padding-top: 24px;
}

.freeShippingBar .free-shipping-bar-title {
  color: #212121;
  font-weight: 400;
  margin: 0 0 16px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.freeShippingBar .free-shipping-bar-title b {
  font-weight: 700;
}

.freeShippingBar .free-shipping-bar-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.freeShippingBar .free-shipping-bar-flex p {
  color: #AFAFAF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

.progress-container {
  box-shadow: 0px 4px 8px 0px rgba(33, 33, 33, 0.1019607843);
  background: #EEE;
  border-radius: 100px;
  overflow: hidden;
  height: 12px;
}

.progress-bar {
  height: 100%;
  background: #9BA9C6;
  width: 0%;
  transition: all ease 3.3ms;
}

.progress-bar.frete-gratis-reached {
  background: #4CAF50;
}

.wishlist-shelf__title {
  margin-bottom: 24px;
  grid-column-start: 1;
  grid-column-end: 3;
}
@media screen and (min-width: 1026px) {
  .wishlist-shelf__title {
    padding-top: 32px;
  }
}
@media screen and (max-width: 1025px) {
  .wishlist-shelf__title {
    padding-top: 24px;
  }
}
.wishlist-shelf__title h2 {
  font-weight: 600;
  color: #000000;
  margin: 0 0 8px 0;
}
@media screen and (min-width: 1026px) {
  .wishlist-shelf__title h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1025px) {
  .wishlist-shelf__title h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
.wishlist-shelf__title p {
  font-weight: 400;
  color: #757575;
  margin: 0;
}
@media screen and (min-width: 1026px) {
  .wishlist-shelf__title p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 1025px) {
  .wishlist-shelf__title p {
    font-size: 12px;
    line-height: 18px;
  }
}

.wishlist-slider {
  width: 100%;
  padding-bottom: 52px !important;
  grid-column-start: 1;
  grid-column-end: 3;
}
.wishlist-slider .swiper-pagination {
  top: auto !important;
  bottom: 0 !important;
}
.wishlist-slider .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #757575;
  background: transparent;
  margin: 0 2px !important;
}
.wishlist-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2B3244;
  border-color: #2B3244;
}

.wishlist__shelf-container {
  display: flex;
  gap: 16px;
}

.wishlist__image-container {
  min-width: 120px;
  height: 120px;
}
.wishlist__image-container .wishlist__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wishlist__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: left;
  gap: 8px;
}

.wishlist__price-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wishlist__product-title-container {
  height: 40px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.wishlist__product-title-container .wishlist__product-title {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #000000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wishlist__product-title-container svg {
  min-width: 24px;
  height: 24px;
}

.wishlist__product-best-price {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #000000;
}

.wishlist__product-list-price {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #757575;
  text-decoration-line: line-through;
}

.wishlist__add-to-cart-button {
  border: 2px solid #2B3244;
  width: 100%;
  padding: 8px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #2B3244;
  text-align: center;
  display: block;
  box-sizing: border-box;
  transition: 0.2s linear;
}
.wishlist__add-to-cart-button:hover {
  background: #2B3244;
  color: #FFFFFF;
  text-decoration: none;
}

.payment-modal-button {
  background: transparent;
  border: none;
  padding: 8px 0 0 0;
  font-size: 12px;
  line-height: normal;
  color: #BC8D23;
  text-decoration: underline;
}

.payment-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  display: none;
}
.payment-modal.payment-modal-active {
  display: flex;
}

.payment-modal-content {
  background: #fff;
  width: calc(100% - 32px);
  max-width: 500px;
  position: relative;
  max-height: calc(100% - 4rem);
  overflow-y: auto;
  box-sizing: border-box;
}
@media (min-width: 1026px) {
  .payment-modal-content {
    padding: 40px 24px;
  }
}
@media (max-width: 1025px) {
  .payment-modal-content {
    padding: 24px 16px;
  }
}

.payment-modal-close {
  background: transparent;
  border: none;
  padding: 0;
  height: 16px;
  margin: 0 0 0 auto;
  display: block;
}

.payment-modal-title {
  font-size: 20px;
  line-height: normal;
  color: #212121;
  font-weight: 600;
  text-align: center;
  margin: 0 0 24px 0;
}

.payment-modal-tabs {
  display: flex;
  margin-bottom: 24px;
}

.payment-modal-tab {
  font-size: 14px;
  line-height: normal;
  color: #8C8C8C;
  background: transparent;
  border: none;
  flex: 1;
  border-bottom: 2px solid #D2D2D2;
  padding: 8px;
}
.payment-modal-tab.payment-modal-tab-active {
  color: #10223C;
  font-weight: 600;
  border-bottom-color: #10223C;
}

.payment-modal-tab-panel {
  display: none;
}
.payment-modal-tab-panel.payment-modal-tab-active {
  display: block;
}

.payment-modal-installments-titles {
  display: flex;
}
.payment-modal-installments-titles p {
  flex: 1;
  font-size: 12px;
  line-height: 18px;
  color: #10223C;
  font-weight: 600;
  margin: 0;
  padding: 8px 16px;
}

.payment-modal-installments-values div {
  display: flex;
}
.payment-modal-installments-values div:nth-child(odd) {
  background: #f5f5f5;
}
.payment-modal-installments-values div p {
  flex: 1;
  font-size: 12px;
  line-height: 18px;
  color: #212121;
  font-weight: 400;
  margin: 0;
  padding: 8px 16px;
}

.payment-modal-installments-img {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-top: 24px;
}

.payment-modal-pix-title {
  font-size: 14px;
  line-height: normal;
  color: #212121;
  font-weight: 600;
  text-align: center;
  margin: 0 0 24px 0;
}

.payment-modal-pix-info {
  font-size: 12px;
  line-height: normal;
  color: #10223C;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 8px;
}

.payment-modal-pix-value {
  font-size: 12px;
  line-height: 18px;
  color: #212121;
  font-weight: 400;
  margin: 0;
  padding: 8px;
  background: #f5f5f5;
  text-align: center;
}