body {
  overflow: initial;
}

@media screen and (min-width: 992px) {
  .cart {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 0 118px;
    margin: 0 auto;
    max-width: 1250px;
  }
}
.cart-empty {
  display: block;
  margin-bottom: 40px;
}
.cart-tab {
  padding-bottom: 16px;
}
.cart-quantity {
  position: absolute;
  top: 0;
  right: -12px;
}
.cart-button {
  margin: 48px 0 80px;
  display: block;
}
@media screen and (min-width: 600px) {
  .cart-button {
    display: none;
  }
}
.cart-button.hide {
  display: none;
}
.cart-shipment {
  margin-bottom: 80px;
  border: solid #0c0d0d;
}
@media screen and (min-width: 1194px) {
  .cart-shipment {
    margin: 64px 0;
  }
}
.cart-cep {
  display: block;
}
.cart-cep__container {
  display: flex;
  margin-top: 16px;
  flex-direction: column;
  align-items: start;
}
@media screen and (min-width: 600px) {
  .cart-cep__container {
    flex-direction: row;
  }
}
.cart-cep__aditional {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  margin: 24px 0 0 0;
}
@media screen and (min-width: 600px) {
  .cart-cep__aditional {
    height: 64px;
    margin: 0 0 0 24px;
  }
}
.cart-cep__aditional.hide {
  display: none;
}
.cart-cep__input {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .cart-cep__input {
    margin-top: 0;
    width: 367px;
  }
}
.cart-freight-label {
  display: none;
  padding: 40px 0;
  border-top: 1px solid #E5E5E0;
}
@media screen and (min-width: 600px) {
  .cart-freight-label {
    display: block;
  }
}
.cart-freight-label.hide {
  display: none;
}
.cart-list-table {
  margin-top: 40px;
}
.cart__free-shipping {
  margin: 24px 0px;
  display: block;
}
@media screen and (min-width: 600px) {
  .cart__free-shipping {
    margin: 16px 0px;
  }
}
.cart-first-content {
  margin: 80px 0;
}
@media screen and (min-width: 600px) {
  .cart-first-content {
    margin: 64px 0;
  }
}
.cart-keep-buying-desktop {
  display: none;
}
@media screen and (min-width: 600px) {
  .cart-keep-buying-mobile {
    display: none;
  }
  .cart-keep-buying-desktop {
    display: block;
  }
}
.cart #js-loyalty-info.hide {
  display: none;
}

#cartToast {
  margin: 0px 8px;
  position: fixed;
  top: 80px;
  z-index: 999;
  right: 8px;
}
@media screen and (min-width: 600px) {
  #cartToast {
    margin: 0;
    top: 120px;
    right: 24px;
  }
}

cards-freight-card {
  display: flex;
  margin-top: 24px;
}
@media screen and (min-width: 600px) {
  cards-freight-card {
    display: none;
  }
}

product-purchase-details, product-gift-card {
  padding: 40px 0;
  display: block;
  border-bottom: 1px solid #e5e5e0;
}

product-purchase-details:last-child, product-gift-card:last-child {
  border: 0;
}

body .header-isFixed ~ .under-header-container {
  height: 116px;
}
@media screen and (min-width: 600px) {
  body .header-isFixed ~ .under-header-container {
    height: 140px;
  }
}

body .header-isFixed.showRewardsProgram ~ .under-header-container {
  height: 185px;
}
@media screen and (min-width: 600px) {
  body .header-isFixed.showRewardsProgram ~ .under-header-container {
    height: 182px;
  }
}

#js-product-has-no-delivery.disabled {
  display: none;
}

.gift-list__info-message {
  padding: 40px 0;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .gift-list__info-message {
    border-top: 1px solid #e5e5e0;
  }
}
.gift-list__info-message-label {
  display: none;
}
@media screen and (min-width: 600px) {
  .gift-list__info-message-label {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .gift-list__info-message-card {
    display: none;
  }
}
.gift-list__box-message {
  margin-left: -20px;
  width: 111%;
}
@media screen and (min-width: 600px) {
  .gift-list__box-message {
    margin-left: 0;
    width: 100%;
    margin-bottom: 40px;
  }
}

.edit-product-modal::part(content) {
  background: #f6f6f4;
}
.edit-product-modal::part(header) {
  padding-bottom: 0;
}
@media screen and (min-width: 600px) {
  .edit-product-modal::part(header) {
    padding-bottom: 34px;
  }
}
.edit-product-modal::part(header)::after {
  background-color: #f6f6f4;
}
.edit-product-modal__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 108px);
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .edit-product-modal__content {
    height: calc(100vh - 150px);
  }
}
.edit-product-modal__image {
  padding: 0 0 30px;
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .edit-product-modal__image {
    width: 240px;
    height: 240px;
    padding: 0px 0 50px;
  }
}
.edit-product-modal__image-wrapper {
  top: 0;
  z-index: -1;
  width: inherit;
  height: inherit;
  margin: 0px auto;
  position: absolute;
  background-color: #a79f9f;
}
.edit-product-modal__description {
  left: -22px;
  height: 100%;
  position: relative;
  padding: 16px 0 40px;
  width: calc(100% + 44px);
  background-color: #ffffff;
}
@media screen and (min-width: 600px) {
  .edit-product-modal__description {
    left: -48px;
    padding: 8px 0 40px;
    width: calc(100% + 96px);
  }
}
.edit-product-modal__description div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 22px 0;
}
@media screen and (min-width: 600px) {
  .edit-product-modal__description div {
    padding: 32px 48px 0;
  }
}
.edit-product-modal__description div.edit-product-modal__unavailable {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.edit-product-modal__buttons {
  gap: 8px;
  left: -22px;
  display: flex;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  padding: 40px 22px 22px;
  width: calc(100% + 44px);
  background-color: #ffffff;
}
@media screen and (min-width: 600px) {
  .edit-product-modal__buttons {
    left: -48px;
    padding: 63px 48px 32px;
    width: calc(100% + 96px);
  }
}
.edit-product-modal cards-product-square::part(product-container) {
  width: 150px;
  height: 150px;
  opacity: 0.9;
  user-select: none;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .edit-product-modal cards-product-square::part(product-container) {
    width: 240px;
    height: 240px;
  }
}
.edit-product-modal cards-product-square::part(background-color) {
  background-color: #9b9b99;
  width: 100%;
  height: 100%;
}
.edit-product-modal cards-product-square::part(bg-no-image) {
  background-color: transparent;
  width: 100%;
  height: 100%;
}
.edit-product-modal cards-product-square::part(product-image) {
  opacity: 0.9;
}

@media screen and (min-width: 992px) {
  .cart-summary {
    max-width: 338px;
    width: 100%;
    margin: 5px 0 40px;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
  }
}
@media screen and (min-width: 992px) {
  .cart-summary-container {
    position: relative;
    height: 100%;
  }
}
.cart-summary__header {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .cart-summary__header {
    flex-direction: column-reverse;
    margin-top: 0;
  }
}
.cart-summary__title {
  margin-bottom: 27px;
  display: block;
  order: 3;
}
@media screen and (min-width: 992px) {
  .cart-summary__title {
    margin-bottom: 64px;
    display: block;
    order: 3;
  }
}
.cart-summary__crm {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cart-summary__crm-text {
  line-height: 120%;
}
.cart-summary__coupon {
  margin: 0 0 83px;
}
@media screen and (min-width: 992px) {
  .cart-summary__coupon {
    margin: 0 0 30px;
  }
}
.cart-summary__coupon--seller-code {
  order: 1;
}
@media screen and (min-width: 992px) {
  .cart-summary__coupon--seller-code {
    order: 2;
  }
}
.cart-summary__coupon--promotion {
  order: 2;
}
@media screen and (min-width: 992px) {
  .cart-summary__coupon--promotion {
    order: 1;
  }
}
.cart-summary__sellerCode {
  margin: 0 0 83px;
}
@media screen and (min-width: 992px) {
  .cart-summary__sellerCode {
    margin: 0 0 30px;
  }
}
.cart-summary__values labels-summary-item:not(#labelTotalItems) {
  display: block;
  margin-top: 24px;
}
@media screen and (min-width: 992px) {
  .cart-summary__values labels-summary-item:not(#labelTotal) {
    margin-top: 32px;
  }
}
.cart-summary__values #labelGiftCardAmount {
  margin-top: 6px;
}
.cart-summary__total {
  margin-top: 24px;
  padding: 24px 0;
  border-top: 1px solid;
}
.cart-summary__divider {
  margin-bottom: 24px;
}
.cart-summary__info-payments labels-summary-item {
  margin-bottom: 8px;
  display: block;
}
.cart-summary__rewards-card {
  margin-top: 32px;
}
.cart-summary__product-unavailable {
  display: none;
  margin: 24px 0 16px;
}
@media screen and (min-width: 992px) {
  .cart-summary__product-unavailable {
    margin: 32px 0 -16px;
  }
}
.cart-summary__buttons {
  margin: 48px 0 80px;
}
@media screen and (min-width: 992px) {
  .cart-summary__buttons {
    padding: 32px 0 0;
  }
}
.cart-summary__buttons cta-pill-button {
  display: block;
  margin-bottom: 8px;
}
.cart-summary__buttons cta-pill-button.cart-summary-keep-buying {
  display: block;
}
@media screen and (min-width: 600px) {
  .cart-summary__buttons cta-pill-button.cart-summary-keep-buying {
    display: none;
  }
}
.cart-summary__fixed {
  position: fixed;
  bottom: 0;
  height: 88px;
  background-color: #0c0d0d;
  width: 100%;
  left: 0;
  padding: 35.5px 22px;
  box-sizing: border-box;
  z-index: 4;
  transition: all 1s ease-in-out;
}
@media screen and (min-width: 992px) {
  .cart-summary__fixed {
    display: none;
  }
}
.cart-summary__fixed.hide {
  bottom: -88px;
}

.coupon-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
}
@media screen and (min-width: 992px) {
  .coupon-heading {
    margin-bottom: 19px;
  }
}
.coupon-open-modal {
  cursor: pointer;
}

.coupon-modal {
  padding-bottom: 65px;
}
.coupon-modal__subtitle {
  margin: 63px 0 27px;
  display: block;
}
.coupon-modal__tickets {
  display: flex;
  flex-direction: column;
  gap: 22px;
}