/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.attribute {
  margin-top: 0.938em;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

@media (max-width: 543.98px) {
  .primary-images {
    margin: 0;
    padding: 0;
  }
}

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
@media (max-width: 543.98px) {
  .prices-add-to-cart-actions {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 544px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 0.9375em;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
}

.cart-and-ipay {
  text-align: center;
}
@media (max-width: 543.98px) {
  .cart-and-ipay {
    padding-bottom: 26px;
  }
  .cart-and-ipay .btn {
    width: 98%;
    margin: 1%;
    display: block;
  }
}

.add-to-cart-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.add-to-basket-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-basket-alert.show {
  display: block;
}

.simple-quantity {
  margin-top: 1em;
}

.main-attributes {
  margin-top: 1em;
}

.size-chart {
  margin-top: 1.071em;
}

div.availability {
  margin-top: 1.071em;
}

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.bundle-item:last-child {
  border-bottom: none;
}

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 543.98px) {
  .container.product-detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

.quick-view-dialog,
.choose-bonus-product-dialog {
  max-width: 56.25em;
}
.quick-view-dialog .selectable-bonus-product-line-item,
.choose-bonus-product-dialog .selectable-bonus-product-line-item {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.quick-view-dialog,
.choose-bonus-product-dialog {
  /* stylelint-disable-next-line selector-class-pattern */
}
.quick-view-dialog .beenSelected,
.choose-bonus-product-dialog .beenSelected {
  background-color: #eee;
}
.quick-view-dialog .modal-header,
.choose-bonus-product-dialog .modal-header {
  background-color: #eee;
  border-bottom: 2px solid #ccc;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.quick-view-dialog .modal-header .full-pdp-link,
.choose-bonus-product-dialog .modal-header .full-pdp-link {
  color: var(--skin-primary-color-1);
}
.quick-view-dialog .modal-header .close,
.choose-bonus-product-dialog .modal-header .close {
  font-size: 2rem;
  line-height: 1.5rem;
}
.quick-view-dialog .modal-title,
.choose-bonus-product-dialog .modal-title {
  font-size: 1em;
}
.quick-view-dialog .product-name,
.choose-bonus-product-dialog .product-name {
  font-size: 1.875em;
}
.quick-view-dialog .swatch-circle,
.choose-bonus-product-dialog .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
}
.quick-view-dialog .swatch-circle.color-value[data-selected=true]::after,
.choose-bonus-product-dialog .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.quick-view-dialog .swatch-circle.color-value.selected::after,
.choose-bonus-product-dialog .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}
.quick-view-dialog .swatch-circle,
.choose-bonus-product-dialog .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.quick-view-dialog .swatch-circle i.fa-times-circle,
.choose-bonus-product-dialog .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}
.quick-view-dialog a[disabled] .swatch-circle,
.choose-bonus-product-dialog a[disabled] .swatch-circle {
  cursor: not-allowed;
}
.quick-view-dialog a[disabled] .swatch-circle.color-value.selected::after,
.choose-bonus-product-dialog a[disabled] .swatch-circle.color-value.selected::after {
  background-color: #616161;
}
.quick-view-dialog .availablity-container,
.choose-bonus-product-dialog .availablity-container {
  text-align: right;
}
.quick-view-dialog .availablity-container,
.quick-view-dialog .size-chart,
.choose-bonus-product-dialog .availablity-container,
.choose-bonus-product-dialog .size-chart {
  margin-top: 0.938em;
}
.quick-view-dialog .modal-content,
.choose-bonus-product-dialog .modal-content {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.quick-view-dialog .modal-body,
.choose-bonus-product-dialog .modal-body {
  max-height: 28.125em; /* 450/16 */
  overflow-y: auto;
}
.quick-view-dialog button.close,
.choose-bonus-product-dialog button.close {
  font-size: 1.25em;
}
.quick-view-dialog .modal-footer,
.choose-bonus-product-dialog .modal-footer {
  background-color: #fff;
  border: none;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.quick-view-dialog .modal-footer .prices .price,
.choose-bonus-product-dialog .modal-footer .prices .price {
  font-size: 1.6em;
}
.quick-view-dialog .prices .sales,
.choose-bonus-product-dialog .prices .sales {
  font-size: 1.5rem;
}
.quick-view-dialog .promotions,
.choose-bonus-product-dialog .promotions {
  text-align: left;
  color: #c00;
}
@media (max-width: 767.98px) {
  .quick-view-dialog .bonus-summary,
  .choose-bonus-product-dialog .bonus-summary {
    font-size: 0.625em;
  }
}
@media (max-width: 767.98px) {
  .quick-view-dialog .bonus-summary .bonus-product-name,
  .choose-bonus-product-dialog .bonus-summary .bonus-product-name {
    padding: 0;
  }
}
.quick-view-dialog .pre-cart-products,
.choose-bonus-product-dialog .pre-cart-products {
  margin-right: 0.125em;
}
.quick-view-dialog .color-attribute,
.choose-bonus-product-dialog .color-attribute {
  border: none;
  padding: 0;
  background: none;
}
.quick-view-dialog .non-input-label,
.choose-bonus-product-dialog .non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}

.single-approaching-discount {
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #fff;
  color: #008827;
  margin-bottom: 0.3125rem;
}

.checkout-continue {
  position: fixed;
  bottom: 0;
  z-index: 1;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 543.98px) {
  .checkout-continue {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .checkout-continue div {
    padding: 0.625em;
  }
}
@media (min-width: 544px) {
  .checkout-continue {
    position: static;
    padding-right: 0.938em;
    padding-left: 0.938em;
  }
}

.edit {
  margin-right: 0.625em;
}

.product-edit {
  margin-top: auto;
}
.product-edit a {
  font-size: 0.813em;
}

.line-item-attributes {
  font-size: 0.813rem;
  margin: 0;
}

.item-attributes {
  display: inline-block;
  vertical-align: top;
}

.line-item-divider {
  margin: 0.625em -0.625rem 0.625em -0.625rem;
}

.line-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1em;
  color: #222;
  font-weight: bold;
  margin-bottom: 0.625em;
  width: 90%;
}

.line-item-price {
  font-size: 1em;
  color: #222;
  font-weight: bold;
}

.line-item-price-info {
  font-size: 0.75em;
  margin-bottom: 0.5rem;
}

.no-margin-top {
  margin-top: 0;
}

.number-of-items {
  font-size: 1.25rem;
  margin-top: 1rem;
}
@media (min-width: 544px) {
  .number-of-items {
    margin-top: 0;
  }
}

.optional-promo {
  color: var(--skin-primary-color-1);
}

.product-info {
  margin-bottom: 0.313em;
  padding: 0.625em;
}
@media (min-width: 768px) {
  .product-info {
    height: auto;
  }
}
.product-info .remove-btn {
  color: #999;
  font-size: 1.625em;
  padding: 0;
  position: absolute;
  top: -0.625rem;
  right: 0.25rem;
  border: none;
  background-color: #fff;
}
@media (min-width: 992px) {
  .product-info .remove-btn {
    top: 0;
    bottom: 0;
    right: -0.625rem;
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
.product-info .remove-btn-lg {
  border: none;
  border-radius: 0;
  font-size: 1.625em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  z-index: 1;
}

.product-to-remove {
  font-weight: bold;
}

.item-image {
  height: 5.625em;
  width: 5.625em;
  margin-right: 0.938em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-image img.product-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 5.625em;
}

.promo-code-form {
  display: none;
}
@media (min-width: 544px) {
  .promo-code-form {
    display: block;
  }
}

.promo-code-submit {
  padding-left: 0;
}

.quantity-form {
  margin-bottom: 0;
  margin-top: -0.313em;
}

.bonus-product {
  display: block;
  text-align: center;
}

.remove-line-item {
  position: relative;
}

.remove-coupon {
  border: none;
  background: transparent;
}

.sub-total {
  font-weight: bold;
}

.grand-total {
  font-size: 1em;
  font-weight: 600;
}

.coupon-price-adjustment {
  background-color: #fff;
  padding: 0.625em;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.1875rem;
}

.coupon-price-adjustment + .coupon-price-adjustment {
  margin-top: 0.625rem;
}

.coupon-promotion-relationship {
  font-size: 0.813em;
  padding-left: 1rem;
  margin-bottom: 0;
}

.coupons-and-promos {
  margin-bottom: 0.625rem;
  padding-right: 0;
  padding-left: 0;
}

.coupon-code {
  font-size: 1.125em;
}

.coupon-applied {
  color: #008827;
  font-size: 0.813em;
}

.coupon-not-applied {
  color: #c00;
  font-size: 0.813em;
}

.coupon-error {
  color: #c00;
  margin-top: 0.25rem;
}

.coupon-missing-error {
  display: none;
}

.applied-promotion-discount {
  color: #008827;
  float: right;
}

.promotion-information {
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}

.line-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bundle-includes {
  font-size: 0.813em;
  margin-bottom: 0.625em;
}

.cart-page .bundled-line-item + .bundled-line-item::before,
.cart-page .bonus-line-item-row + .bonus-line-item-msg::before {
  content: "";
  display: block;
  border-bottom: 0.063em dashed #ccc;
  margin: 0.625em -0.625em;
}

.quantity-label {
  font-size: 0.813em;
}

.quantity {
  width: 100%;
  min-width: 5em;
}

.bundle-misc {
  font-size: 0.813rem;
}
@media (max-width: 991.98px) {
  .bundle-misc {
    margin-bottom: 0.625em;
  }
}

.cart-error-messaging.cart-error {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.valid-cart-error {
  min-height: 6.5rem;
}

.bundled-line-item .item-attributes {
  margin-left: 0;
}

.bonus-product-button {
  margin-right: 1.5em;
}

.approaching-discounts {
  margin: 15px 0;
}
.approaching-discounts .single-approaching-discount {
  background: var(--color-white);
  border: none;
  border-radius: 10px;
  padding: 12px 20px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.approaching-discounts .single-approaching-discount .discount-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
.approaching-discounts .single-approaching-discount .discount-content .discount-icon .info-icon {
  background: var(--color-white);
  color: var(--color-primary);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  margin-right: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.approaching-discounts .single-approaching-discount .discount-content .discount-icon .info-icon:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.approaching-discounts .single-approaching-discount .discount-content .discount-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--color-black);
  font-size: 14px;
  font-weight: 500;
}
.approaching-discounts .single-approaching-discount .discount-content .discount-text .discount-message {
  display: block;
}
.approaching-discounts .single-approaching-discount .progress-bar-container {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.approaching-discounts .single-approaching-discount .progress-bar-container .progress-bar {
  width: 100%;
  height: 12px;
  background-color: rgba(150, 150, 150, 0.3);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  min-height: 8px;
}
.approaching-discounts .single-approaching-discount .progress-bar-container .progress-bar .progress-fill {
  height: 100%;
  background: var(--color-primary);
  border-radius: 4px;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  position: relative;
  width: 0%;
  min-width: 2px;
}
.approaching-discounts .single-approaching-discount .progress-bar-container .progress-bar .progress-fill[data-progress="10.0"] {
  width: 10%;
}
.approaching-discounts .single-approaching-discount .progress-bar-container .progress-bar .progress-fill[data-progress="20.0"] {
  width: 20%;
}
.approaching-discounts .single-approaching-discount .progress-bar-container .progress-bar .progress-fill[data-progress="30.0"] {
  width: 30%;
}
.approaching-discounts .single-approaching-discount .progress-bar-container .progress-bar .progress-fill[data-progress="40.0"] {
  width: 40%;
}
.approaching-discounts .single-approaching-discount .progress-bar-container .progress-bar .progress-fill[data-progress="50.0"] {
  width: 50%;
}
.approaching-discounts .single-approaching-discount .progress-bar-container .progress-bar .progress-fill[data-progress="60.0"] {
  width: 60%;
}
.approaching-discounts .single-approaching-discount .progress-bar-container .progress-bar .progress-fill[data-progress="70.0"] {
  width: 70%;
}
.approaching-discounts .single-approaching-discount .progress-bar-container .progress-bar .progress-fill[data-progress="80.0"] {
  width: 80%;
}
.approaching-discounts .single-approaching-discount .progress-bar-container .progress-bar .progress-fill[data-progress="90.0"] {
  width: 90%;
}
.approaching-discounts .single-approaching-discount .progress-bar-container .progress-bar .progress-fill[data-progress="100.0"] {
  width: 100%;
}
.approaching-discounts .single-approaching-discount .progress-bar-container .discount-amounts {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 1;
}
.approaching-discounts .single-approaching-discount .progress-bar-container .discount-amounts .target-amount {
  color: var(--color-black);
  line-height: inherit;
}
@media (max-width: 767px) {
  .approaching-discounts .single-approaching-discount .progress-bar-container .discount-amounts .target-amount {
    font-size: 14px;
  }
}

.approaching-discount-tooltip {
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  color: var(--color-white);
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  max-width: 250px;
  z-index: 9999;
  pointer-events: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  line-height: 1.4;
  word-wrap: break-word;
}
.approaching-discount-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.9);
}

@media (max-width: 767px) {
  .approaching-discounts {
    margin: 10px 0;
  }
  .approaching-discounts .single-approaching-discount {
    padding: 10px 15px;
  }
  .approaching-discounts .single-approaching-discount .discount-content .discount-text {
    font-size: 13px;
  }
  .approaching-discounts .single-approaching-discount .discount-content .discount-amounts {
    font-size: 14px;
  }
  .approaching-discounts .single-approaching-discount .discount-content .discount-icon .info-icon {
    width: 18px;
    height: 18px;
    font-size: 11px;
  }
  .approaching-discounts .single-approaching-discount .progress-bar-container .progress-bar {
    height: 6px;
  }
  .approaching-discount-tooltip {
    max-width: 200px;
    font-size: 11px;
    padding: 6px 10px;
  }
}
.product-card-footer .price {
  font-size: 14px;
}

.cart-giftcard-card.cart-product-card-tailoy {
  display: grid;
  grid-template: "image info" auto "form form" auto "footer footer" auto/98px 1fr;
  gap: 16px;
  padding: 12px;
  position: relative;
  background: transparent;
}
@media (min-width: 992px) {
  .cart-giftcard-card.cart-product-card-tailoy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    padding: 24px 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
  }
}
.cart-giftcard-card {
  border-bottom: none;
}
.cart-giftcard-card:last-child {
  padding-bottom: 24px;
}

.giftcard-form-section {
  grid-area: form;
  width: 100%;
  padding: 24px 16px;
  background-color: #fafafa;
  border-radius: 8px;
  margin-top: 16px;
}
@media (min-width: 992px) {
  .giftcard-form-section {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    padding: 24px;
    margin-top: 24px;
    background: #fff;
  }
}
@media (min-width: 992px) {
  .giftcard-form-section .giftcard-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.giftcard-form-section .section-title {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #444;
  margin-bottom: 20px;
  text-transform: none;
}
@media (min-width: 992px) {
  .giftcard-form-section .section-title {
    margin-bottom: 24px;
  }
}
.giftcard-form-section .giftcard-sender-section,
.giftcard-form-section .giftcard-recipient-section,
.giftcard-form-section .giftcard-message-section {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .giftcard-form-section .giftcard-sender-section,
  .giftcard-form-section .giftcard-recipient-section,
  .giftcard-form-section .giftcard-message-section {
    margin-bottom: 0;
  }
}
.giftcard-form-section .floating-label {
  margin-bottom: 20px;
}
.giftcard-form-section .floating-label:last-child {
  margin-bottom: 0;
}
.giftcard-form-section .floating-label .form-control {
  background-color: transparent;
  border-color: #e2e2e2;
  height: 48px;
}
.giftcard-form-section .floating-label .form-control:focus {
  border-color: #008c4b;
}
.giftcard-form-section .floating-label .form-control:not(:-moz-placeholder) ~ label.floating-label {
  background-color: #fafafa;
  color: #aeaeae;
  font-size: 14px;
}
.giftcard-form-section .floating-label .form-control:not(:-ms-input-placeholder) ~ label.floating-label {
  background-color: #fafafa;
  color: #aeaeae;
  font-size: 14px;
}
.giftcard-form-section .floating-label .form-control:focus ~ label.floating-label, .giftcard-form-section .floating-label .form-control:not(:placeholder-shown) ~ label.floating-label, .giftcard-form-section .floating-label .form-control.is-invalid ~ label.floating-label {
  background-color: #fafafa;
  color: #aeaeae;
  font-size: 14px;
}
.giftcard-form-section .floating-label label.floating-label {
  background-color: transparent;
  font-size: 16px;
  left: 16px;
  color: #aeaeae;
}
.giftcard-form-section .floating-label.has-value label.floating-label {
  background-color: #fafafa;
}
.giftcard-form-section .floating-label .invalid-feedback::before {
  display: none !important;
}
.giftcard-form-section .floating-label .form-control.is-invalid ~ .invalid-feedback {
  display: block;
}

.giftcard-form-section .floating-label .form-control.giftcard-textarea {
  resize: none;
  padding-top: 14px;
}
@media (min-width: 992px) {
  .giftcard-form-section .floating-label .form-control.giftcard-textarea {
    height: 116px;
  }
}

.cart-giftcard-card .cart-item-footer {
  grid-area: footer;
}
@media (min-width: 992px) {
  .cart-giftcard-card .cart-item-footer {
    margin-left: auto;
  }
}

.school-list-not-found-list {
  max-height: 201px;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .school-list-not-found-list {
    max-height: 244px;
  }
}

.school-list-not-found-list > .school-list-not-found-card:first-child {
  border-top: 1px solid #e2e2e2;
}

.school-list-not-found-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: #fafafa;
  border-bottom: 1px solid #e2e2e2;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 768px) {
  .school-list-not-found-card {
    padding: 0.75rem;
    min-height: 80px;
  }
}
.school-list-not-found-card .btn-delete-not-found {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #aeaeae;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  .school-list-not-found-card .btn-delete-not-found {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    background: #f4f4f4;
    width: 30px;
    height: 56px;
    border-radius: 4px;
  }
  .school-list-not-found-card .btn-delete-not-found:hover {
    background: #e2e2e2;
  }
}
.school-list-not-found-card .btn-delete-not-found:hover {
  color: #222;
}
.school-list-not-found-card .btn-delete-not-found svg {
  color: #444;
}
.school-list-not-found-card .not-found-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.school-list-not-found-card .not-found-name {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #222;
}
.school-list-not-found-card .not-found-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .school-list-not-found-card .not-found-badges .badge-not-found {
    display: none;
  }
}
.school-list-not-found-card .badge-not-found--desktop {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 768px) {
  .school-list-not-found-card .badge-not-found--desktop {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.badge-not-found {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.5rem;
  border-radius: 99px;
  background: #e2e2e2;
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #444;
  backdrop-filter: blur(20px);
  white-space: nowrap;
  width: 83px;
  height: 20px;
}

.badge-not-found-box {
  padding: 0;
  margin: 0;
  height: 20px;
  max-width: 50%;
}

.badge-school-list-category {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 99px;
  background: #fff3cf;
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #c47c00;
  backdrop-filter: blur(20px);
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;
}

.badge-school-list-box {
  padding: 0;
  margin: 0.25rem 0 0;
  height: 20px;
}

.badge-school-list-label {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 99px;
  background: #fff3cf;
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #c47c00;
  backdrop-filter: blur(20px);
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;
}

.school-list-suggested-products-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  color: #008c4b;
  text-align: left;
  margin-top: 0.25rem;
}

.suggested-products-modal.modal {
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden !important;
}
.suggested-products-modal .suggested-products-dialog {
  max-width: 816px;
  margin: 2.5rem auto;
}
@media (max-width: 767px) {
  .suggested-products-modal .suggested-products-dialog {
    position: absolute;
    inset: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
  }
}
.suggested-products-modal .suggested-products-content {
  border: none;
  border-radius: 1rem;
  background: #fff;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
  max-height: calc(100vh - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media (max-width: 767px) {
  .suggested-products-modal .suggested-products-content {
    border-radius: 0;
    max-height: 100dvh;
    height: 100%;
  }
}
.suggested-products-modal .suggested-products-header {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
  padding: 1.5rem 1.5rem 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: none;
}
@media (max-width: 767px) {
  .suggested-products-modal .suggested-products-header {
    padding: 1.25rem;
    padding-top: calc(1.25rem + env(safe-area-inset-top));
  }
}
.suggested-products-modal .suggested-products-title {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin: 0;
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.suggested-products-modal .close-suggested-modal {
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.suggested-products-modal .close-suggested-modal svg {
  width: 20px;
  height: 20px;
  color: #222;
}
.suggested-products-modal .close-suggested-modal:hover {
  background: #f4f4f4;
}
.suggested-products-modal .close-suggested-modal:focus {
  outline: 2px solid #005f32;
  outline-offset: 2px;
}
.suggested-products-modal .suggested-products-body {
  padding: 0 1.5rem 1.5rem;
  overflow: hidden auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .suggested-products-modal .suggested-products-body {
    padding: 0 1rem 1.25rem;
  }
}
.suggested-products-modal .suggested-products-loading,
.suggested-products-modal .suggested-products-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 200px;
}
.suggested-products-modal .suggested-products-empty-msg {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #aeaeae;
  text-align: center;
  margin: 0;
}
.suggested-products-modal .suggested-products-grid {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 992px) {
  .suggested-products-modal .suggested-products-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}
.suggested-products-modal .suggested-products-grid .product {
  width: 100%;
}
.suggested-products-modal .suggested-products-grid .product-tile {
  min-height: 333px;
}
.suggested-products-modal .suggested-products-grid .sales-row .discount-badge {
  display: none;
}
@media (max-width: 767px) {
  .suggested-products-modal .suggested-products-grid {
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .suggested-products-modal .suggested-products-grid .product {
    padding: 0.75rem 0.5rem;
    border-bottom: 1px solid #e2e2e2;
  }
}
.suggested-products-modal .suggested-products-grid .tile-badges {
  gap: 0.5rem;
}
.suggested-products-modal .suggested-products-grid .image-container {
  background-color: transparent;
  min-height: auto;
  width: 139px;
  max-width: 100%;
  height: 139px;
  margin: 0 auto;
}
.suggested-products-modal .suggested-products-grid .image-container > a:first-of-type {
  width: 100%;
  height: 100%;
}
.suggested-products-modal .suggested-products-grid .image-container .tile-image {
  width: 139px;
  max-width: 100%;
  height: 139px;
  -o-object-fit: contain;
     object-fit: contain;
}
.suggested-products-modal .suggested-products-grid .image-container .wishlistTile {
  top: auto;
  bottom: 0;
  right: 0;
}
.suggested-products-modal .suggested-products-grid .image-container .wishlistTile .fa-heart-o,
.suggested-products-modal .suggested-products-grid .image-container .wishlistTile .fa-heart {
  font-size: 24px;
}
.suggested-products-modal .btn-replace-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  width: 139px;
  height: 44px;
  padding: 0 0.75rem;
  -ms-flex-item-align: center;
      align-self: center;
  border: 1px solid #008c4b;
  border-radius: 9999px;
  background: #e8f5ef;
  cursor: pointer;
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #005f32;
}
.suggested-products-modal .btn-replace-product span {
  font-size: 12px;
}
.suggested-products-modal .btn-replace-product {
  -webkit-transition: background 150ms ease, border-color 150ms ease;
  transition: background 150ms ease, border-color 150ms ease;
  margin-top: 0.75rem;
}
.suggested-products-modal .btn-replace-product svg {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.suggested-products-modal .btn-replace-product:hover {
  background: #c0e6d4;
  border-color: #005f32;
}
.suggested-products-modal .btn-replace-product:focus {
  outline: 2px solid #005f32;
  outline-offset: 2px;
}
.suggested-products-modal .btn-replace-product:disabled, .suggested-products-modal .btn-replace-product.is-loading {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.suggested-products-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #008c4b;
  text-align: left;
  text-decoration: none;
  margin-top: 0.25rem;
  display: inline-block;
}
.suggested-products-btn:hover {
  text-decoration: underline;
  color: #005f32;
}
.suggested-products-btn:focus {
  outline: 2px solid #005f32;
  outline-offset: 2px;
}

.cart-page-tailoy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cart-page-tailoy {
    min-height: auto;
  }
}

.cart-toast-container {
  position: fixed;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1050;
  width: calc(100% - 32px);
  max-width: 400px;
}
@media (min-width: 992px) {
  .cart-toast-container {
    top: 100px;
  }
}

.cart-toast {
  display: none;
  padding: 12px 16px;
  border-radius: 50px;
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.cart-toast.cart-toast-error {
  background: #ce3333;
  color: #fafafa;
}

.cart-header-tailoy {
  padding: 24px 0;
  background: #fff;
}
@media (min-width: 992px) {
  .cart-header-tailoy {
    background: #fafafa;
  }
}
.cart-header-tailoy > .container {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .cart-header-tailoy .cart-header-content {
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  .cart-header-tailoy > .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cart-header-tailoy .cart-header-content {
  text-align: left;
}
.cart-header-tailoy .cart-title {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #444;
  margin: 0 0 8px;
  line-height: 1.2;
}
.cart-header-tailoy .cart-title .cart-item-count {
  font-weight: 700;
}
.cart-header-tailoy .cart-subtitle {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #222;
  margin: 0;
  line-height: 1.4;
}

.cart-empty-tailoy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 24px;
  width: 100%;
  min-height: calc(100vh - 250px);
}
@media (min-width: 992px) {
  .cart-empty-tailoy {
    padding: 80px 24px 120px;
    min-height: calc(100vh - 300px);
  }
}
.cart-empty-tailoy .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.cart-empty-tailoy .empty-content {
  text-align: center;
  max-width: 320px;
}
@media (min-width: 992px) {
  .cart-empty-tailoy .empty-content {
    max-width: 450px;
  }
}
.cart-empty-tailoy .empty-icon {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cart-empty-tailoy .empty-icon {
    margin-bottom: 32px;
  }
}
.cart-empty-tailoy .empty-icon svg {
  color: #aeaeae;
  width: 64px;
  height: 64px;
}
@media (min-width: 992px) {
  .cart-empty-tailoy .empty-icon svg {
    width: 96px;
    height: 96px;
  }
}
.cart-empty-tailoy .empty-title {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #444;
  margin: 0 0 12px;
}
@media (min-width: 992px) {
  .cart-empty-tailoy .empty-title {
    font-size: 24px;
    margin: 0 0 16px;
  }
}
.cart-empty-tailoy .empty-message {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #aeaeae;
  margin: 0 0 24px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .cart-empty-tailoy .empty-message {
    font-size: 16px;
    margin: 0 0 32px;
    line-height: 1.5;
  }
}
.cart-empty-tailoy .empty-cta {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cart-empty-tailoy .empty-cta {
    max-width: 320px;
    padding: 14px 32px;
    font-size: 16px;
  }
}

.cart-content-tailoy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 992px) {
  .cart-content-tailoy {
    padding: 0 0 14px;
  }
}

.approaching-discounts {
  margin: 0;
}

@media (min-width: 992px) {
  .cart-layout-tailoy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.cart-products-column {
  width: 100%;
}
@media (min-width: 992px) {
  .cart-products-column {
    width: 755px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media (min-width: 992px) {
  .cart-summary-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 400px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}

.product-list-tailoy .cart-product-card-tailoy {
  border-bottom: 1px solid #e2e2e2;
}
.product-list-tailoy .cart-product-card-tailoy:last-child {
  border-bottom: none;
}

.cart-product-card-tailoy {
  position: relative;
  display: grid;
  padding: 12px;
  background: #fff;
  grid-template: "image info" auto "footer footer" auto/98px 1fr;
  gap: 16px;
}
@media (min-width: 992px) {
  .cart-product-card-tailoy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    padding: 24px 16px;
    min-height: 146px;
  }
}

.cart-item-left-group {
  display: contents;
}
@media (min-width: 992px) {
  .cart-item-left-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.btn-delete-item {
  border: none;
  background: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  border-radius: 4px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.btn-delete-item svg {
  width: 24px;
  height: 24px;
  color: #444;
}
.btn-delete-item:hover {
  background: #f4f4f4;
}
.btn-delete-item:hover svg {
  color: #444;
}
.btn-delete-item:focus {
  outline: 2px solid #005f32;
  outline-offset: 2px;
}
.btn-delete-item {
  position: absolute;
  top: 0;
  right: 4px;
  z-index: 1;
}
@media (min-width: 992px) {
  .btn-delete-item {
    position: static;
    width: 30px;
    height: 85px;
    background: #f4f4f4;
    border-radius: 8px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0;
  }
  .btn-delete-item:hover {
    background: #e2e2e2;
  }
}

.cart-item-image {
  grid-area: image;
  width: 85px;
  height: 85px;
}
@media (min-width: 992px) {
  .cart-item-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.cart-item-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.cart-item-image .product-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.cart-item-info {
  grid-area: info;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  min-width: 0;
  padding-right: 40px;
}
@media (min-width: 992px) {
  .cart-item-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 0;
    min-width: 150px;
  }
}

.cart-item-name-link {
  text-decoration: none;
}
.cart-item-name-link:hover {
  text-decoration: underline;
}

.cart-item-name {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #222;
  margin: 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.badge-lista-escolar {
  display: inline-block;
  padding: 6px 12px;
  background: #fff3cf;
  color: #c47c00;
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  line-height: 1;
  margin-top: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cart-item-variations {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #aeaeae;
  margin: 4px 0 0;
  line-height: 1.4;
}
.cart-item-variations .variation-value {
  display: inline;
}
.cart-item-variations .variation-separator {
  display: inline;
  color: #aeaeae;
}
@media (min-width: 992px) {
  .cart-item-variations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
  .cart-item-variations .variation-value {
    display: block;
  }
  .cart-item-variations .variation-separator {
    display: none;
  }
}

.cart-item-option {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #aeaeae;
  margin: 0;
}

.cart-item-promotions {
  margin-top: 4px;
}
.cart-item-promotions .promo-text {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #ce3333;
  margin: 0;
  line-height: 1.3;
}

.cart-item-footer {
  grid-area: footer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid #e2e2e2;
}
@media (min-width: 992px) {
  .cart-item-footer {
    display: contents;
  }
}

.cart-item-right-group {
  display: contents;
}
@media (min-width: 992px) {
  .cart-item-right-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.unit-price-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 992px) {
  .unit-price-section {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    min-width: 100px;
  }
}

.line-total-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 992px) {
  .line-total-section {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    min-width: 100px;
  }
}

.unit-price-section .price-label,
.line-total-section .price-label {
  display: block;
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #aeaeae;
  line-height: 1.2;
  margin-bottom: 4px;
}
.unit-price-section .price-value,
.line-total-section .price-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.unit-price-section .sales-price,
.unit-price-section .list-price:not(.strike-through),
.unit-price-section .calculated-price,
.unit-price-section .line-total,
.line-total-section .sales-price,
.line-total-section .list-price:not(.strike-through),
.line-total-section .calculated-price,
.line-total-section .line-total {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #444;
  line-height: 1.2;
}
.unit-price-section .strike-through,
.line-total-section .strike-through {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-decoration: line-through;
  color: #aeaeae;
  line-height: 1.2;
}

.quantity-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  position: relative;
}
@media (min-width: 992px) {
  .quantity-controls {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    gap: 12px;
  }
}
.quantity-controls .btn-qty {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e8f5ef;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.1s ease;
  transition: background 0.2s ease, -webkit-transform 0.1s ease;
  transition: background 0.2s ease, transform 0.1s ease;
  transition: background 0.2s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.quantity-controls .btn-qty svg {
  width: 24px;
  height: 24px;
  color: #005f32;
}
.quantity-controls .btn-qty:hover {
  background: #c0e6d4;
}
.quantity-controls .btn-qty:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.quantity-controls .btn-qty:focus {
  outline: 2px solid #005f32;
  outline-offset: 2px;
}
.quantity-controls .btn-qty:disabled, .quantity-controls .btn-qty.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
  background: #e2e2e2;
}
.quantity-controls .btn-qty:disabled svg, .quantity-controls .btn-qty.is-disabled svg {
  color: #aeaeae;
}
.quantity-controls .btn-qty:disabled:hover, .quantity-controls .btn-qty.is-disabled:hover {
  background: #e2e2e2;
  -webkit-transform: none;
          transform: none;
}
.quantity-controls .qty-value {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #222;
  line-height: 1;
  text-align: center;
  min-width: 24px;
}
.quantity-controls .stock-error-tooltip {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #444;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 2200;
  margin-bottom: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
.quantity-controls .stock-error-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #444;
}
.quantity-controls .stock-error-tooltip.is-visible {
  display: block !important;
}

.bonus-quantity {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 14px;
  color: #444;
}
@media (min-width: 992px) {
  .bonus-quantity {
    grid-area: qtycontrols;
  }
}
.bonus-quantity .qty-label {
  font-weight: 400;
}
.bonus-quantity .qty-value {
  font-weight: 700;
}

.cart-item-availability {
  grid-column: 1/-1;
  padding-top: 8px;
  display: none;
}
.cart-item-availability .availability-message {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #ce3333;
  margin: 0;
}

.cart-totals-sidebar {
  position: sticky;
  top: 100px;
  background: #fff;
  padding: 42px 24px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.cart-totals-sidebar .cart-summary-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 30px;
}
.cart-totals-sidebar .cart-summary-total {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #444;
}
.cart-totals-sidebar .coupon-link-tailoy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #444;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.cart-totals-sidebar .coupon-link-tailoy:hover {
  color: #444;
  text-decoration: underline;
}
.cart-totals-sidebar .coupon-link-tailoy .coupon-link-icon {
  width: 24px;
  height: 24px;
  color: inherit;
}
.cart-totals-sidebar .checkout-continue .btn {
  width: 100%;
  font-size: 18px;
}

.cart-footer-tailoy {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
  padding: 0;
  padding-bottom: env(safe-area-inset-bottom, 0);
  z-index: 200;
}
.cart-footer-tailoy .coupons-container-mobile .coupons-applied-container-tailoy {
  margin: 0;
  gap: 0;
}
.cart-footer-tailoy .coupons-container-mobile .coupons-applied-container-tailoy .coupon-bar {
  border-radius: 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  margin-top: -1px;
}
.cart-footer-tailoy .coupons-container-mobile .coupons-applied-container-tailoy .coupon-bar:first-child {
  margin-top: 0;
}
.cart-footer-tailoy .cart-footer-content {
  padding: 21px 24px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
.cart-footer-tailoy .footer-top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart-footer-tailoy .coupon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #444;
  text-decoration: underline;
}
.cart-footer-tailoy .coupon-link:hover {
  color: #444;
}
.cart-footer-tailoy .coupon-link .coupon-link-icon {
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cart-footer-tailoy .total-value {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #444;
  line-height: 1.2;
}
.cart-footer-tailoy .btn-checkout {
  width: 100%;
}

#couponModal .modal-content {
  border-radius: 16px 16px 0 0;
}
#couponModal .modal-header {
  border-bottom: 1px solid #e2e2e2;
  padding: 16px 24px;
}
#couponModal .modal-header .modal-title {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #444;
}
#couponModal .modal-body {
  padding: 24px;
}

.cart-recommendations {
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .cart-recommendations {
    padding: 24px 12px 180px !important;
    border-top: 1px solid #e2e2e2;
    padding-bottom: 180px;
  }
}

.cart-error-messaging {
  margin-bottom: 16px;
}
.cart-error-messaging .cart-stock-error {
  margin: 0;
  padding: 12px 16px;
  background: #fee;
  color: #bd182e;
  font-size: 14px;
  font-weight: 400;
  border: none;
  border-radius: 8px;
}

@media (prefers-reduced-motion: reduce) {
  .btn-qty,
  .btn-delete-item {
    -webkit-transition: none;
    transition: none;
  }
}
.coupon-modal-tailoy.modal {
  background: rgba(0, 0, 0, 0.5);
}
.coupon-modal-tailoy .modal-dialog {
  max-width: 336px;
  width: 336px;
  margin: auto;
}
@media (max-width: 768px) {
  .coupon-modal-tailoy .modal-dialog {
    padding: 0;
  }
}
.coupon-modal-tailoy .modal-content {
  height: 378px;
  border: none;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 336px;
}
.coupon-modal-tailoy .close-modal-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.coupon-modal-tailoy .close-modal-btn svg {
  width: 24px;
  height: 24px;
  color: #444;
}
.coupon-modal-tailoy .close-modal-btn:hover {
  background: #f4f4f4;
}
.coupon-modal-tailoy .close-modal-btn:focus {
  outline: 2px solid #005f32;
  outline-offset: 2px;
}
.coupon-modal-tailoy .modal-body {
  padding: 0;
}
.coupon-modal-tailoy .coupon-entry-state,
.coupon-modal-tailoy .coupon-applied-state {
  text-align: center;
}
.coupon-modal-tailoy .coupon-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
  margin-top: 16px;
}
.coupon-modal-tailoy .coupon-icon-circle {
  width: 71px;
  height: 71px;
  border-radius: 50%;
  background: rgba(50, 101, 218, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.coupon-modal-tailoy .coupon-icon {
  width: 28.8px;
  height: auto;
  color: #3265da;
}
.coupon-modal-tailoy .coupon-text-content {
  margin-bottom: 24px;
}
.coupon-modal-tailoy .coupon-modal-title {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #3265da;
  margin: 0 0 12px;
  line-height: 1.3;
}
.coupon-modal-tailoy .coupon-modal-description {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #444;
  margin: 0;
  line-height: 1.4;
}
.coupon-modal-tailoy .coupon-form-tailoy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.coupon-modal-tailoy .coupon-error-message {
  display: block;
  margin-top: 8px;
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ce3333;
  text-align: left;
  min-height: 16px;
}
.coupon-modal-tailoy .coupon-error-message:empty {
  display: none;
}
.coupon-modal-tailoy .coupon-applied-content {
  margin-bottom: 24px;
}
.coupon-modal-tailoy .coupon-code-applied {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #3265da;
  margin: 0 0 8px;
  line-height: 1.3;
  text-transform: uppercase;
}
.coupon-modal-tailoy .coupon-benefit-description {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #444;
  margin: 0;
  line-height: 1.4;
}
.coupon-modal-tailoy .coupon-applied-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.coupon-modal-tailoy .coupon-applied-actions button {
  width: 288px;
  height: 44px;
  margin: 0 auto;
}
.coupon-modal-tailoy .btn-remove-coupon:hover {
  background-color: #e8f5ef;
}

.coupons-applied-container-tailoy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.coupons-applied-container-tailoy.has-coupons {
  margin-bottom: 20px;
}

.coupon-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 44px;
  padding: 0 12px;
  background: #fee;
  border-radius: 8px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.coupon-bar:hover {
  background: #fce3e3;
}
.coupon-bar .coupon-bar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.coupon-bar .coupon-bar-icon {
  width: 20px;
  height: 20px;
  color: #ce3333;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.coupon-bar .coupon-bar-code {
  background: none;
  border: none;
  padding: 0;
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ce3333;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}
.coupon-bar .coupon-bar-code.truncate {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.coupon-bar .coupon-bar-code:hover {
  text-decoration: none;
}
.coupon-bar .coupon-bar-code:focus {
  outline: 2px solid #ce3333;
  outline-offset: 2px;
}
.coupon-bar .coupon-bar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.coupon-bar .coupon-bar-discount {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ce3333;
}
.coupon-bar .coupon-bar-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  color: #ce3333;
  cursor: pointer;
  -webkit-transition: color 0.2s ease, opacity 0.2s ease;
  transition: color 0.2s ease, opacity 0.2s ease;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.coupon-bar .coupon-bar-remove:hover {
  color: #ce3333;
  background-color: rgba(206, 51, 51, 0.1);
}
.coupon-bar .coupon-bar-remove:focus {
  outline: 2px solid #ce3333;
  outline-offset: 2px;
}
.coupon-bar .coupon-bar-remove svg {
  width: 16px;
  height: 16px;
}
.coupon-bar.coupon-applied {
  background: #eaf0fb;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.coupon-bar.coupon-applied:hover {
  background: #b3dbf5;
}
.coupon-bar.coupon-applied .coupon-bar-icon {
  color: #3265da;
}
.coupon-bar.coupon-applied .coupon-bar-code {
  color: #3265da;
}
.coupon-bar.coupon-applied .coupon-bar-code:focus {
  outline: 2px solid #005f32;
}
.coupon-bar.coupon-applied .coupon-bar-discount {
  color: #3265da;
}
.coupon-bar.coupon-applied .coupon-bar-remove {
  color: #3265da;
}
.coupon-bar.coupon-applied .coupon-bar-remove:hover {
  color: rgb(29.2789256198, 69.6363636364, 162.2210743802);
  background: rgba(50, 101, 218, 0.1);
}
.coupon-bar.coupon-applied .coupon-bar-remove:focus {
  outline: 2px solid #3265da;
}

.btn-validate-coupon {
  font-weight: 700;
}

.coupon-link-tailoy {
  display: block;
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #008c4b;
  text-decoration: none;
  margin-bottom: 16px;
  cursor: pointer;
}
.coupon-link-tailoy:hover {
  text-decoration: underline;
}
.coupon-link-tailoy .coupon-link-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
}

.cart-totals-sidebar .promo-code-form {
  display: none;
}
.cart-totals-sidebar .coupons-and-promos {
  margin-bottom: 16px;
}

@media (prefers-reduced-motion: reduce) {
  .coupon-modal-tailoy .close-modal-btn,
  .coupon-modal-tailoy .btn-validate-coupon,
  .coupon-modal-tailoy .btn-remove-coupon,
  .coupon-modal-tailoy .btn-apply-coupon,
  .coupon-modal-tailoy .coupon-input {
    -webkit-transition: none;
    transition: none;
  }
  .coupon-bar-code {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 768px) {
  .coupon-modal-tailoy {
    padding-right: 0;
  }
}
.cart-recommendations .cart-rec-title {
  font-size: 18px;
  font-weight: 600;
  color: #444;
  margin-bottom: 16px;
}
.cart-recommendations .cart-recommendations-grid {
  margin-left: -6px;
  margin-right: -6px;
}
.cart-recommendations .cart-recommendations-grid .cart-rec-tile {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}
.cart-recommendations .cart-recommendations-swiper .cart-recommendations-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cart-recommendations .cart-recommendations-swiper .cart-recommendations-pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 0.375rem;
  background: #bdbdbd;
  border-radius: 0.25rem;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.cart-recommendations .cart-recommendations-swiper .cart-recommendations-pagination .swiper-pagination-bullet-active {
  width: 3rem;
  background: #444;
}
.cart-recommendations .cart-recommendations-swiper .swiper-slide {
  width: 222px !important;
  margin-right: 12px !important;
}
.cart-recommendations .cart-recommendations-swiper .swiper-slide .product {
  width: 100%;
  height: 346px;
}
.cart-recommendations .cart-recommendations-swiper.has-overflow::after, .cart-recommendations .cart-recommendations-swiper.has-overflow-left::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 43px;
  width: 100px;
  pointer-events: none;
  z-index: 2;
}
.cart-recommendations .cart-recommendations-swiper.has-overflow::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, #fafafa), to(rgba(250, 250, 250, 0)));
  background: linear-gradient(270deg, #fafafa 30%, rgba(250, 250, 250, 0) 100%);
}
.cart-recommendations .cart-recommendations-swiper.has-overflow-left::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fafafa), to(rgba(250, 250, 250, 0)));
  background: linear-gradient(90deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
}
