/* 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;
  /* stylelint-disable-next-line selector-class-pattern */
}
.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 .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;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.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 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: #495057;
}
.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: 768.98px) {
  .quick-view-dialog .bonus-summary,
  .choose-bonus-product-dialog .bonus-summary {
    font-size: 0.625em;
  }
}
@media (max-width: 768.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: 769px) {
  .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;
}

/* 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: 575.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: 575.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: 576px) {
  .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: 575.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;
}
@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: 575.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;
  /* stylelint-disable-next-line selector-class-pattern */
}
.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 .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;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.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 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: #495057;
}
.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;
}

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

.swatch a {
  text-decoration: none;
}

@media (max-width: 575.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: 575.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: 576px) {
  .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: 575.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;
}
@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: 575.98px) {
  .container.product-detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}

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

.add-to-basket-alert,
.add-to-cart-messages {
  z-index: 3;
}

.product-badge {
  display: inline-block;
  background-color: #fff;
  border-radius: 0.25rem;
  color: #333f48;
  font-family: "Poppins", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.25rem 1.5625rem 0.3125rem;
  z-index: 1;
}
.product-detail .product-badge {
  font-size: 0.5rem;
  font-weight: 700;
  padding: 0.125rem 0.25rem;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}

.product-badge--bestSeller {
  background-color: #f90;
  color: #fff;
}

.product-badge--shipsSameDay {
  background-color: #0073e6;
  color: #fff;
}

.product-badge--onSale {
  background-color: #c00;
  color: #fff;
}

.product-badge--newLowPrice {
  background-color: #060;
  color: #fff;
}

.product-badge--newItem {
  background-color: #60c;
  color: #fff;
}

.product-badge--madeInUSA {
  background-color: #036;
  color: #fff;
}

.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (min-width: 1400px) {
  .pull-left-xxl {
    float: left;
  }
  .pull-right-xxl {
    float: right;
  }
}
@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (max-width: 1399.98px) {
  .hidden-xl-down {
    display: none !important;
  }
}

.hidden-xxl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* 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);
}

.product-detail .attributes .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;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.product-detail .attributes .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;
}
.product-detail .attributes .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;
}
.product-detail .attributes .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed;
}
.product-detail [disabled] .swatch-circle.color-value.selected::after,
.product-detail .swatch-circle.unselectable.color-value.selected::after {
  background-color: #495057;
}

.social-container {
  padding-top: 0.9375em;
  text-align: center;
}
.social-container .social-icons {
  text-decoration: none;
  font-size: 1.875em;
  list-style-type: none;
  padding: 0;
  color: #444;
}
@media (max-width: 991.98px) {
  .social-container .social-icons {
    font-size: 1.5625em;
  }
}
.social-container .social-icons i,
.social-container .social-icons a {
  color: #444;
  padding-right: 0.2em;
}

label.color ~ a:hover {
  text-decoration: none;
}

.description-and-detail {
  margin-top: 2em;
}
@media (max-width: 575.98px) {
  .description-and-detail {
    margin-top: 0;
  }
  .description-and-detail .title {
    font-size: 1.5rem;
    margin-bottom: 0;
    font-family: Dosis, sans-serif;
  }
  .description-and-detail > div:last-child {
    margin-bottom: 1em;
  }
}
@media (min-width: 576px) {
  .description-and-detail .description {
    margin-bottom: 2em;
  }
}
@media (max-width: 575.98px) {
  .description-and-detail .content {
    margin-top: 1em;
  }
}

label.availability {
  padding-right: 0.3125em;
}

@media (min-width: 576px) {
  .product-number-rating {
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 768px) {
  .product-number-rating {
    border-top: 1px solid #ccc;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product-name {
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 576px) {
  .product-number-rating .ratings {
    margin-top: 0.625em;
  }
}
@media (max-width: 575.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-top: -1.875em; /* 30/16 */
    margin-right: -0.9375em; /* 15/16 */
    padding: 0.1875em; /* 3/16 */
  }
}

.product-number {
  color: #ccc;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-top: 0.938em;
}

.promotions {
  font-weight: normal;
  text-align: center;
  height: 85%;
}
.promotions div.collapsible-xl button.callout {
  font-size: 1.25em;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  color: #c00;
}
@media (min-width: 576px) {
  .promotions div.collapsible-xl button.callout {
    font-size: 1.375em;
  }
}
.promotions div.collapsible-xl button.callout::after {
  color: #000;
}

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .product-breadcrumb .breadcrumb {
    border-top: 1px solid #ccc;
  }
}

.price {
  font-size: 1.5rem;
}

.product-options {
  margin-top: 1.25em;
}

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
          transition-timing-function: cubic-bezier(0, 1, 0, 1);
}
.size-chart .size-chart-collapsible.active {
  max-height: 100%;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.color-attribute {
  border: none;
  padding: 0;
  background: none;
}

.non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .attributes {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .product-grid {
    padding-top: 0.938em;
  }
  .product-grid .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (min-width: 1400px) {
  .pull-left-xxl {
    float: left;
  }
  .pull-right-xxl {
    float: right;
  }
}
@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (max-width: 1399.98px) {
  .hidden-xl-down {
    display: none !important;
  }
}

.hidden-xxl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-wrapper {
  margin: 0 auto;
  max-width: 120rem;
}
@media (min-width: 768px) {
  .product-wrapper {
    padding: 0 2.875rem;
  }
}
@media (min-width: 1200px) {
  .product-wrapper {
    padding: 0 6.875rem;
  }
}
.modal-dialog .product-wrapper {
  padding: 0;
}

.product-detail {
  display: grid;
  gap: 0 4.25rem;
  grid-template-areas: "breadcrumbs" "badge" "name" "images" "attributes" "recommendations";
  max-width: 91rem;
}
@media (min-width: 992px) {
  .product-detail {
    grid-template-areas: "breadcrumbs     breadcrumbs" "images          badge" "images          name" "images          attributes" "recommendations recommendations";
    grid-template-columns: 55% 1fr;
    grid-template-rows: auto auto auto 1fr auto;
  }
}
.modal-dialog .product-detail {
  gap: 0 1.875rem;
}
.product-detail__breadcrumbs {
  grid-area: breadcrumbs;
  padding: 0 1.875rem;
}
@media (min-width: 992px) {
  .product-detail__breadcrumbs {
    padding: 0;
  }
}
.product-detail__badge {
  grid-area: badge;
  position: relative;
  margin: 0 0 0.6875rem;
  padding: 0 1.875rem;
}
@media (min-width: 992px) {
  .product-detail__badge {
    padding: 0;
  }
}
.product-detail__badge:has(.product-badge) {
  height: 1rem;
  margin: 0 0 1.6875rem;
}
.product-detail__name-container {
  grid-area: name;
  padding: 0 1.875rem;
}
@media (min-width: 992px) {
  .product-detail__name-container {
    padding: 0;
  }
}
.product-detail__image-container {
  grid-area: images;
  margin: 0;
}
.product-detail__images {
  margin: 0 0 2.875rem;
}
@media (min-width: 768px) {
  .product-detail__images {
    margin: 0 0 4.5rem;
  }
}
@media (min-width: 992px) {
  .product-detail__images {
    margin: 0 0 2.625rem;
  }
}
.product-detail__attributes {
  grid-area: attributes;
  padding: 0 1.875rem;
}
@media (min-width: 992px) {
  .product-detail__attributes {
    padding: 0;
  }
}
.product-detail__description {
  margin: 0 0 1.625rem;
}
@media (min-width: 768px) {
  .product-detail__description {
    margin: 0 0 4.5rem;
  }
}
@media (min-width: 992px) {
  .product-detail__description {
    margin: 0 0 3rem;
  }
}
.product-detail__description--mobile {
  display: block;
}
@media (min-width: 992px) {
  .product-detail__description--mobile {
    display: none;
  }
}
.product-detail__description--desktop {
  display: none;
}
@media (min-width: 992px) {
  .product-detail__description--desktop {
    display: block;
  }
}
.product-detail__description .description-and-detail {
  margin: 0;
  padding: 0;
}
.product-detail__description-container {
  border-bottom: 0.0625rem solid #000;
}
.product-detail__description-container--collapsible .product-detail__description-content {
  display: none;
}
.product-detail__description-container--collapsible.active .product-detail__description-content {
  display: block;
}
.product-detail__description-heading {
  background-color: transparent;
  border: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1 !important;
  margin: 0 0 2.125rem;
  padding: 0;
  text-align: left;
  width: 100%;
}
.product-detail__description-heading:not(div) {
  margin: 0;
  padding: 0.875rem 1.875rem;
}
.product-detail__description-heading:not(div)::after {
  display: block;
  color: #333f48;
  content: "\f0d7" !important;
  clear: both;
  float: right;
  font-family: "Font Awesome 7 Free" !important;
}
.product-detail__description-container.active .product-detail__description-heading:not(div)::after {
  content: "\f0d8" !important;
}
.product-detail__description-content {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin: 0 0 2.125rem;
}
.product-detail__description-container--collapsible .product-detail__description-content {
  margin: 0 0 0.875rem;
  padding: 0 1.875rem;
}
.product-detail__description-content a {
  text-decoration: underline;
}
.product-detail__description-content textarea {
  margin: 0 0 0.5rem;
  padding: 1rem;
  width: 100%;
}
.product-detail__description-subtitle {
  font-weight: 600;
  margin: 0 0 1rem;
}
.product-detail__question-form.hidden {
  display: none;
}
.product-detail__question-message {
  font-weight: 600;
}
.product-detail__question-message.hidden {
  display: none;
}
.product-detail__question-thank-you {
  color: #fd7e14;
}
.product-detail__question-required, .product-detail__question-error {
  color: #c00;
}
.product-detail__recommendations {
  grid-area: recommendations;
}
.product-detail__name {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5625rem;
  margin: 0 0 0.4375rem;
}
.product-detail__brand-name {
  color: #fd7e14;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0 0 0.4375rem;
}
.product-detail__sku {
  color: #7d7d7d;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0 0 2.1875rem;
}
@media (min-width: 768px) {
  .product-detail__sku {
    margin: 0 0 2.625rem;
  }
}
@media (min-width: 992px) {
  .product-detail__sku {
    margin: 0 0 2.3125rem;
  }
}
.product-detail__order-help {
  background-color: rgba(255, 90, 0, 0.2);
  border-radius: 0.3125rem;
  color: #000;
  margin: 4.1875rem 0 1.625rem;
  padding: 3.4375rem 1.25rem 1.625rem 2.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .product-detail__order-help {
    margin: 6.25rem 0 2.625rem;
    padding: 3.4375rem 2.5rem 3.3125rem;
  }
}
@media (min-width: 992px) {
  .product-detail__order-help {
    margin: 4.0625rem 0 2.625rem;
  }
}
.product-detail__product-options, .product-detail__variation-attributes {
  max-width: 30.625rem;
}
.product-detail__promotions {
  height: unset;
  margin: 1rem 0;
  text-align: left;
}
.product-detail__promotions-heading {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.625rem;
  padding: 0;
}
.product-detail__promotion {
  border-bottom: 0.0625rem solid #b3b3b3;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
}
.product-detail__promotion:last-child {
  border-bottom: 0;
  margin: 0 0 1.625rem;
}
@media (min-width: 768px) {
  .product-detail__promotion:last-child {
    margin: 0 0 2.625rem;
  }
}
@media (min-width: 992px) {
  .product-detail__promotion:last-child {
    margin: 0 0 1rem;
  }
}
.product-detail__promotion .content {
  margin: 0.5rem 0 0;
}
.product-detail__promotion .content > *:last-child {
  margin-bottom: 0;
}
.product-detail__promotion button {
  display: block;
  background-color: transparent;
  border: 0;
  color: #fd7e14;
  font-weight: 600;
  line-height: 1 !important;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.product-detail__promotion button::after {
  color: #333f48;
  font-family: "Font Awesome 7 Free" !important;
  content: "\f0d7" !important;
}
@media (min-width: 1200px) {
  .product-detail__promotion button::after {
    display: none;
  }
}
.product-detail__promotion.active button::after {
  content: "\f0d8" !important;
}
.product-detail__special-order-message {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin: 0.5rem 0 1rem;
}
.product-detail__special-order-message a {
  color: #fd7e14;
  font-weight: 700;
  text-decoration: underline;
}
.product-detail .prices .price {
  margin: 0;
  padding: 0;
  text-align: left;
}
.product-detail .prices .tiered-price .tiered {
  display: none;
}
.product-detail__price-details {
  margin: 0 0 3.5rem;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .product-detail__price-details {
    margin: 0 0 2.3125rem;
  }
}
.product-detail__price-details__final {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  margin: 0 0 0.375rem;
}
@media (min-width: 768px) {
  .product-detail__price-details__final {
    gap: 0.875rem;
  }
}
.product-detail__price-details__final-value {
  color: #fd7e14;
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .product-detail__price-details__final-value {
    font-size: 2.25rem;
  }
}
.product-detail__price-details__as-low-as {
  color: #7d7d7d;
  font-weight: 400;
}
.product-detail__price-details__sale-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #6edad5;
  border-radius: 0.1875rem;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0.3125rem 0.625rem;
}
@media (min-width: 768px) {
  .product-detail__price-details__sale-badge {
    font-size: 1.25rem;
    padding: 0.3125rem 0.5rem;
  }
}
.product-detail__price-details__regular-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #7d7d7d;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  gap: 0.3125rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .product-detail__price-details__regular-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.product-detail__price-details__regular {
  font-weight: 700;
  white-space: nowrap;
}
.product-detail__price-details__regular-value--has-sale-price {
  text-decoration: line-through;
}
.product-detail__price-details__unit {
  font-weight: 400;
}
.product-detail__bulk-pricing {
  display: contents;
}
.product-detail__bulk-pricing .product-detail__price-details {
  display: none;
}
.product-detail__bulk-pricing .tiered-price {
  margin: 0 0 4.1875rem;
}
@media (min-width: 768px) {
  .product-detail__bulk-pricing .tiered-price {
    margin: 0 0 6.25rem;
  }
}
@media (min-width: 992px) {
  .product-detail__bulk-pricing .tiered-price {
    margin: 0 0 4.0625rem;
  }
}
.product-detail__bulk-pricing .tiered-price > .sales {
  display: none;
}
.product-detail__image-carousel {
  margin: 0 auto 0.75rem;
  padding: 0 1.875rem;
  max-width: 100vw;
}
@media (min-width: 768px) {
  .product-detail__image-carousel {
    margin: 0 0 1.6875rem;
    max-width: 43rem;
    padding: 0;
  }
}
.product-detail__image-carousel .slick-slide {
  margin: 0;
  padding: 0 0.3125rem;
}
@media (min-width: 768px) {
  .product-detail__image-carousel .slick-slide {
    padding: 0 0.6875rem;
  }
}
.product-detail__image-carousel .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.875rem;
}
.product-detail__image-carousel .slick-arrow::before {
  color: #7d7d7d;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .product-detail__image-carousel .slick-arrow::before {
    font-size: 1.5625rem;
  }
}
.product-detail__image-carousel .slick-prev {
  left: 0;
}
@media (min-width: 768px) {
  .product-detail__image-carousel .slick-prev {
    left: 1.875rem;
  }
}
.product-detail__image-carousel .slick-next {
  right: 0;
}
@media (min-width: 768px) {
  .product-detail__image-carousel .slick-next {
    right: 1.875rem;
  }
}
.product-detail__image-carousel img {
  width: 100%;
}
.product-detail__thumbnail-carousel {
  margin: 0 auto;
  max-width: 100vw;
}
@media (min-width: 768px) {
  .product-detail__thumbnail-carousel {
    max-width: 43rem;
  }
}
.product-detail__thumbnail-carousel .slick-slide {
  margin: 0;
  padding: 0 0.3125rem;
}
@media (min-width: 768px) {
  .product-detail__thumbnail-carousel .slick-slide {
    padding: 0 0.6875rem;
  }
}
.product-detail__thumbnail-carousel img {
  width: 100%;
}
.product-detail__carousel-templates {
  display: none;
}

.prices-add-to-cart-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  bottom: unset;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8125rem;
  left: unset;
  margin: 1.625rem 0 1.625rem;
  padding: 0;
  position: relative;
  z-index: unset;
}
@media (min-width: 992px) {
  .prices-add-to-cart-actions {
    margin-top: 2.1875rem;
  }
}
.prices-add-to-cart-actions .simple-quantity {
  margin: 0;
  padding: 0;
}
.prices-add-to-cart-actions .simple-quantity input {
  border: 0.0625rem solid #ccc;
  border-radius: 0.3125rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.3125rem 0.6875rem;
}
.prices-add-to-cart-actions .cart-and-ipay {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  padding: 0;
}
.prices-add-to-cart-actions .cart-and-ipay button {
  background-color: #fd7e14;
  border: 0;
  border-radius: 0.3125rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0;
  padding: 0.4375rem 0.5625rem;
  text-transform: uppercase;
  width: 100%;
}
.prices-add-to-cart-actions .cart-and-ipay button:disabled {
  cursor: default;
  opacity: 0.5;
}
.prices-add-to-cart-actions .link-actions {
  display: none;
  gap: 0.25rem;
}
.prices-add-to-cart-actions .link-actions button {
  display: block;
  background-color: #fff;
  background-position: center center;
  background-size: 1.25rem 1.25rem;
  background-repeat: no-repeat;
  border: 0.0625rem solid #fd7e14;
  border-radius: 0.3125rem;
  height: 2.125rem;
  width: 2.3125rem;
}
.prices-add-to-cart-actions .link-actions button:focus, .prices-add-to-cart-actions .link-actions button:hover {
  border-width: 0.125rem;
}
.prices-add-to-cart-actions .link-actions .btn-favorites {
  background-image: url("../../images/heart.svg");
}
.prices-add-to-cart-actions .link-actions .btn-favorites--active {
  background-image: url("../../images/heart-filled.svg");
}
.prices-add-to-cart-actions .link-actions .btn-bookmark {
  background-image: url("../../images/bookmark.svg");
}
.prices-add-to-cart-actions .link-actions .btn-bookmark--active {
  background-image: url("../../images/bookmark-filled.svg");
}

.product-availability {
  margin: 0 0 1rem;
  padding: 0;
}
.product-availability .non-input-label {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.625rem;
  padding: 0;
}
.product-availability .availability-msg {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-availability .availability-msg li {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.attribute-container {
  margin: 0 0 1.625rem;
  padding: 0;
}
@media (min-width: 768px) {
  .attribute-container {
    margin: 0 0 2.625rem;
  }
}
@media (min-width: 992px) {
  .attribute-container {
    margin: 0 0 1rem;
  }
}
.attribute-container .attribute {
  margin: 0;
  padding: 0;
}
.attribute-container .attribute:not(.attribute-container .attribute--swatchable) {
  display: grid;
  grid-template-rows: auto auto;
  gap: 0.6875rem;
}
@media (min-width: 768px) {
  .attribute-container .attribute:not(.attribute-container .attribute--swatchable) {
    grid-template-columns: auto 1fr;
  }
}
.attribute-container .attribute__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.625rem;
  padding: 0;
}
.attribute:not(.attribute--swatchable) .attribute__label {
  margin: 0;
}

.attribute-container .attribute .custom-select {
  border: 0.0625rem solid #b3b3b3;
  border-radius: 0.3125rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0.3125rem 0.625rem;
}
.attribute-container .attribute-swatches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.attribute-container .attribute-swatches .swatch-value {
  display: block;
  border: 0.125rem solid transparent;
  border-radius: 0.3125rem;
  height: 2.25rem;
  margin: 0;
  padding: 0;
  width: 2.25rem;
}
.attribute-container .attribute-swatches .swatch-value.selected {
  border-color: #fd7e14;
}
.attribute-container .attribute-swatches .swatch-value.selected::after {
  display: none;
}
.attribute-container .attribute-swatches .swatch-value:focus, .attribute-container .attribute-swatches .swatch-value:hover {
  border-color: #fd7e14;
}

.product-options .product-option {
  display: grid;
  grid-template-rows: auto auto;
  gap: 0.6875rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .product-options .product-option {
    grid-template-columns: auto 1fr;
  }
}
.product-options .product-option__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.product-options .product-option .custom-select {
  border: 0.0625rem solid #b3b3b3;
  border-radius: 0.3125rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0.3125rem 0.625rem;
}

.order-help__icon {
  display: block;
  background-color: #fd7e14;
  border-radius: 100%;
  height: 3.875rem;
  left: 1.9375rem;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: -1.9375rem;
  width: 3.875rem;
}
.order-help__section {
  margin: 0 0 0.625rem;
}
.order-help__heading {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin: 0 0 0.625rem;
  padding: 0;
}
.order-help__subheading {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.order-help p {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.order-help__contact a {
  color: #fd7e14;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3125rem;
  margin: 0;
  padding: 0;
}

.pdp-out-of-stock__container {
  width: 100%;
}
.pdp-out-of-stock__heading {
  color: #fd7e14;
  font-family: "Poppins", sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 100%;
  margin: 0 0 0.875rem;
  text-transform: uppercase;
}
.pdp-out-of-stock__subheading {
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}
.pdp-out-of-stock__input {
  font-family: "Poppins", sans-serif;
  margin-top: 1.25rem;
}
.pdp-out-of-stock__input label {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3125rem;
}
.pdp-out-of-stock__input input[type=email] {
  width: 100%;
  padding: 0.75rem 0.8125rem;
  border: 0.0625rem solid #999;
  border-radius: 0.3125rem;
  font-size: 1rem;
  outline: none;
}
.pdp-out-of-stock__input input[type=email]::-webkit-input-placeholder {
  color: #999;
}
.pdp-out-of-stock__input input[type=email]::-moz-placeholder {
  color: #999;
}
.pdp-out-of-stock__input input[type=email]:-ms-input-placeholder {
  color: #999;
}
.pdp-out-of-stock__input input[type=email]::-ms-input-placeholder {
  color: #999;
}
.pdp-out-of-stock__input input[type=email]::placeholder {
  color: #999;
}
.pdp-out-of-stock__input input[type=email]:focus {
  border-color: #fd7e14;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 102, 0, 0.5333333333);
          box-shadow: 0 0 0 0.25rem rgba(255, 102, 0, 0.5333333333);
}
.pdp-out-of-stock__input .notify-me-message {
  color: #209064;
  font-size: 1rem;
  line-height: 1.3125rem;
  margin: 0.25rem 0 0;
}
.pdp-out-of-stock__input .notify-me-message.notify-success-message {
  color: #209064 !important;
}
.pdp-out-of-stock__input .notify-me-message.notify-error-message {
  color: #fd7e14 !important;
}
.pdp-out-of-stock p {
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin: 0 0 1rem;
}
.pdp-out-of-stock a {
  font-weight: 700;
}
.pdp-out-of-stock a[href^="tel:"]::before {
  content: "";
  display: block;
}

.quick-view-dialog {
  max-width: 87.5rem;
}
.quick-view-dialog .modal-header {
  background-color: transparent;
  border: 0;
}

.cart-signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #333f48;
  border-radius: 0.0625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin: 0 0 2.25rem;
  padding: 0.75rem;
}
@media (min-width: 768px) {
  .cart-signup {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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;
    margin: 0 0 1.9375rem;
    padding: 0.75rem 1.25rem;
  }
}
.checkout .cart-signup {
  background-color: transparent;
}
.cart-signup p {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
  padding: 0;
}
.checkout .cart-signup p {
  color: #333f48;
}
.cart-signup__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.625rem;
}
.cart-signup a {
  border-radius: 0.25rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.625rem 1.125rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  width: 50%;
}
@media (min-width: 768px) {
  .cart-signup a {
    width: auto;
  }
}
.cart-signup__sign-in-btn {
  background-color: #fff !important;
  color: #fd7e14 !important;
}
.checkout .cart-signup__sign-in-btn {
  border: 0.125rem solid #333f48 !important;
  color: #333f48 !important;
}
.cart-signup__sign-in-btn:focus, .cart-signup__sign-in-btn:hover {
  background-color: #fd7e14 !important;
  color: #fff !important;
  text-decoration: none !important;
}
.checkout .cart-signup__sign-in-btn:focus, .checkout .cart-signup__sign-in-btn:hover {
  background-color: #333f48 !important;
}
.cart-signup__create-account-btn {
  background-color: #fd7e14 !important;
  color: #fff !important;
}
.checkout .cart-signup__create-account-btn {
  background-color: #fff !important;
  border: 0.125rem solid #fd7e14 !important;
  color: #fd7e14 !important;
}
.cart-signup__create-account-btn:focus, .cart-signup__create-account-btn:hover {
  background-color: #fff !important;
  color: #fd7e14 !important;
  text-decoration: none !important;
}
.checkout .cart-signup__create-account-btn:focus, .checkout .cart-signup__create-account-btn:hover {
  background-color: #fd7e14 !important;
  color: #fff !important;
}

.cart__help {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}
.cart__help h2 {
  color: #fd7e14;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 0.75rem;
}
@media (min-width: 768px) {
  .cart__help h2 {
    font-size: 1.3125rem;
  }
}
.cart__help ul {
  margin: 0;
  padding: 0 0 0 1.5rem;
}
@media (min-width: 768px) {
  .cart__help ul {
    display: grid;
    gap: 0 1rem;
    grid-template-columns: 1fr 1fr;
  }
}
.cart__help li {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
@media (min-width: 768px) {
  .cart__help li {
    margin: 0 0 0 1.5rem;
  }
}
.cart__help a {
  color: #000 !important;
  font-weight: 500;
  text-decoration: underline;
  white-space: nowrap;
}

.cart-error-messaging.cart-error {
  z-index: 3;
}

.recommendations {
  position: relative;
  margin-top: 1rem;
  padding-top: 1rem;
}
.recommendations::before {
  display: block;
  content: "";
  height: 0.0625rem;
  width: calc(100% - 30px);
  position: absolute;
  top: 0;
  left: 0.9375rem;
  border-top: 0.0625rem solid #ccc;
}

.cart-title-container {
  margin: 1.1875rem 1.875rem 1.4375rem;
  max-width: 100rem;
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  .cart-title-container {
    margin: 1.875rem auto 2rem;
    padding: 0 1.875rem;
  }
  .cart-title-container::after {
    border-bottom: 0.0625rem solid #cecece;
    bottom: 0;
    content: "";
    left: 1.875rem;
    position: absolute;
    right: 1.875rem;
  }
}
.cart-title-container .page-title {
  background-color: transparent;
  color: #333f48;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  left: unset;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .cart-title-container .page-title {
    font-size: 2.25rem;
    margin: 0 0 1.1875rem;
  }
}
.cart-title-container .page-title::before {
  display: none;
}
.cart-title-container span {
  margin: 0 0 0 0.5rem;
}

.cart-empty {
  margin: 1.5rem auto 5rem;
  max-width: 100rem;
  padding: 0 1.875rem;
}
@media (min-width: 768px) {
  .cart-empty {
    margin: 1.9375rem auto 6.9375rem;
  }
}
.cart-empty--hidden {
  display: none;
}
.cart-empty__header h1 {
  color: #333f48;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 2.25rem;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .cart-empty__header h1 {
    font-size: 1.5rem;
  }
}
.cart-empty .cart__help {
  margin: 2.125rem 0 0;
  padding: 2.125rem 0 0;
  border-top: 0.0625rem solid #ccc;
}
.cart-empty .cart__help ul {
  display: block;
}

.cart-continue-shopping-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fd7e14;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  gap: 0.4375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .cart-continue-shopping-link {
    font-size: 1.25rem;
    gap: 0.75rem;
  }
}
.cart-continue-shopping-link::before {
  background-image: url("../../images/continue.png");
  background-repeat: no-repeat;
  content: "";
  height: 0.875rem;
  width: 0.875rem;
}
.cart-empty .cart-continue-shopping-link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.cart__products .cart-continue-shopping-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .cart__products .cart-continue-shopping-link {
    display: none;
  }
}
.cart__totals .cart-continue-shopping-link {
  display: none;
  margin: 0 0 0.8125rem;
}
@media (min-width: 768px) {
  .cart__totals .cart-continue-shopping-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.checkout-continue {
  left: 0;
  right: 0;
}

.cart {
  display: grid;
  gap: 1.375rem;
  grid-template-areas: "products" "totals" "footer";
  margin: 0 1.875rem 3.5rem;
  max-width: 100rem;
  padding: 0;
}
@media (min-width: 768px) {
  .cart {
    gap: 1.125rem 4rem;
    grid-template-columns: 1fr auto;
    grid-template-areas: "products totals" "footer   totals";
    margin-inline: auto;
    padding: 0 1.875rem;
  }
}
.cart__lock-message {
  background-color: rgba(255, 90, 0, 0.2);
  border-radius: 0.3125rem;
  color: #000;
  margin: 0 0 2.25rem;
  padding: 0.75rem;
  position: relative;
}
@media (min-width: 768px) {
  .cart__lock-message {
    margin: 0 0 1.9375rem;
    padding: 1.25rem;
  }
}
.cart__lock-message div {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.cart__lock-message p {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0.5rem 0 0;
  padding: 0;
}
.cart__products {
  grid-area: products;
}
.cart__products__table {
  border: 0.0625rem solid #ccc;
}
.cart__products__table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #eaf5f3;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.8125rem 0.9375rem 0.9375rem;
}
@media (min-width: 768px) {
  .cart__products__table-header {
    padding: 0.875rem 1.3125rem 1rem;
  }
}
.cart__products__table-header-text {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .cart__products__table-header-text {
    font-size: 1.25rem;
    line-height: 1;
  }
}
.cart__products__table-header-text__items-in-cart {
  display: block;
}
@media (min-width: 768px) {
  .cart__products__table-header-text__items-in-cart {
    display: none;
  }
}
.cart__products__table-header-text--desktop {
  display: none;
}
@media (min-width: 768px) {
  .cart__products__table-header-text--desktop {
    display: block;
  }
}
.cart__products__table-header-text__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cart__products__table-header-text__qty {
  padding: 0 0 0 1rem;
  width: 7.625rem;
}
.cart__products__table-header-text__price {
  text-align: right;
  width: 7.8125rem;
}
.cart__totals {
  grid-area: totals;
}
@media (min-width: 768px) {
  .cart__totals {
    max-width: 26.9375rem;
  }
}
.cart__totals__container {
  border: 0.0625rem solid #ccc;
  border-radius: 0.25rem;
}
.cart__totals__checkout-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 0.875rem;
  padding: 0 !important;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .cart__totals__checkout-total {
    display: none;
  }
}
.cart__totals__checkout-total > div {
  padding: 0;
}
.cart__totals__checkout-promo-btn {
  display: block;
  background-color: transparent;
  border: 0;
  color: #7d7d7d;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 0.875rem;
  padding: 0;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .cart__totals__checkout-promo-btn {
    display: none;
  }
}
.cart__totals__contact {
  display: block;
  margin: 1.5rem 0 0;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .cart__totals__contact {
    display: none;
  }
}
.cart__totals__contact > div {
  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;
  margin: 0;
  padding: 0;
}
.cart__totals__contact > div::before {
  display: inline-block;
  background-image: url("../../images/phone.svg");
  background-repeat: no-repeat;
  content: "";
  height: 1rem;
  margin: 0 0.75rem 0 0;
  width: 1rem;
}
.cart__totals__contact p {
  color: #7d7d7d;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
  padding: 0;
}
.cart__totals__contact a {
  font-weight: 700;
}
.cart__totals__title {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 0.375rem;
  padding: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .cart__totals__title {
    font-size: 1.5rem;
    margin: 0 0 1.25rem;
  }
}
.cart__totals__order-summary {
  border-bottom: 0.0625rem solid #ccc;
  margin: 0;
  padding: 1rem 1.3125rem 0;
}
@media (min-width: 768px) {
  .cart__totals__order-summary {
    padding: 1.25rem 1.625rem 0;
  }
}
.cart__totals__shipping {
  display: none;
  margin: 0 0 1.25rem;
}
.cart__totals__shipping .form-group {
  margin: 0;
  padding: 0;
}
.cart__totals__shipping label {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 768px) {
  .cart__totals__shipping label {
    font-size: 1.125rem;
  }
}
.cart__totals__shipping .custom-select {
  border: 0.0625rem solid #b3b3b3;
  border-radius: 0.3125rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0.3125rem 0.625rem;
}
.cart__totals__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 2rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .cart__totals__row {
    font-size: 1.125rem;
  }
}
.cart__totals__row.shipping-discount, .cart__totals__row.order-discount {
  color: #c00;
}
.cart__totals__row.hide-shipping-discount, .cart__totals__row.hide-order-discount {
  display: none;
}
.cart__totals__row p {
  margin: 0;
  padding: 0;
}
.cart__totals__row-label p::after {
  content: ":";
}
.cart__totals__row-value {
  font-weight: 600;
  text-align: right;
}
.cart__totals__estimated-total {
  border-top: 0.0625rem solid #ccc;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  margin: 1.25rem -1.3125rem 0;
  padding: 1.25rem 1.3125rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .cart__totals__estimated-total {
    font-size: 1.5rem;
    margin: 1.375rem 0 0;
    padding: 1.25rem 0;
  }
}
.cart__totals__estimated-total p {
  font-weight: 700;
}
.cart__totals__checkout {
  background-color: #fff;
  -webkit-box-shadow: 0 -0.25rem 0.25rem 0 rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0 -0.25rem 0.25rem 0 rgba(0, 0, 0, 0.2509803922);
  margin: 0;
  padding: 1.25rem 0.9375rem;
}
@media (min-width: 768px) {
  .cart__totals__checkout {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 1.5rem 1.625rem 1.9375rem;
  }
}
.cart__totals__checkout .checkout-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.375rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.875rem;
}
@media (min-width: 768px) {
  .cart__totals__checkout .checkout-btn {
    font-size: 1.25rem;
  }
}
.cart__totals__checkout .checkout-btn::before {
  display: inline-block;
  background-image: url("../../images/lock.svg");
  background-repeat: no-repeat;
  content: "";
  height: 1.625rem;
  margin: 0 0.75rem 0 0;
  width: 1rem;
}
.cart__totals__checkout .checkout-btn:hover, .cart__totals__checkout .checkout-btn:focus {
  background-color: #fff;
  color: #fd7e14;
}
.cart__totals__checkout .checkout-btn:hover::before, .cart__totals__checkout .checkout-btn:focus::before {
  background-image: url("../../images/lock-focus.svg");
}
.cart__totals__promo-container {
  margin: 0;
  padding: 0.875rem 1.3125rem 1.5625rem;
}
@media (min-width: 768px) {
  .cart__totals__promo-container {
    padding: 1.125rem 1.625rem 0;
  }
}
.cart__totals__promo-container .promo-code-form {
  display: block;
}
.cart__totals__promo-container .form-group {
  margin: 0;
  padding: 0;
}
.cart__totals__promo-container .coupons-and-promos {
  margin: 0;
  padding: 0;
}
.cart__totals__promo-container .coupons-and-promos:has(*) {
  margin: 1.0625rem 0 0;
}
.cart__totals__promo-container__info {
  background-color: #eaf5f3;
  border: 0;
  border-radius: 0.25rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0.625rem 0 0;
  padding: 0.625rem 0.9375rem;
}
.cart__totals__promo-container__info.promotion-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart__totals__promo-container__info.promotion-information .applied-promotion-discount {
  font-weight: 600;
}
.cart__totals__promo-container .coupon-code {
  font-size: 0.875rem;
  position: relative;
}
.cart__totals__promo-container .coupon-code__action {
  font-weight: 600;
  text-transform: uppercase;
}
.cart__totals__promo-container .coupon-code__remove-btn {
  font-size: 1.25rem;
  line-height: 1;
  position: absolute;
  right: 0;
}
.cart__totals__promo-container .coupon-promotion-relationship {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.cart__totals__promo-code-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 1.0625rem;
}
.cart__totals__promo-code-input label {
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin: 0 0 0.625rem;
  text-transform: uppercase;
  width: 100%;
}
.cart__totals__promo-code-input__label {
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .cart__totals__promo-code-input__label {
    font-size: 1.125rem;
  }
}
.cart__totals__promo-code-input__label-note {
  color: #ccc;
  font-size: 0.9375rem;
  font-weight: 400;
}
.cart__totals__promo-code-input__field {
  border-color: #ccc;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-right: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0;
  color: #999;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  height: 3rem;
  line-height: 1;
  margin: 0;
  padding: 0.875rem 0.9375rem;
  width: auto;
}
.cart__totals__promo-code-input__submit button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-width: 0.125rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0.875rem 1.5rem;
  text-transform: uppercase;
}
.cart__totals__promo-code-input__error {
  display: none;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0.625rem 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .cart__totals__promo-code-input__error {
    font-size: 0.9375rem;
  }
}
.cart__totals__promo-code-input__error.show {
  display: block;
}
.cart__totals__for-id-me {
  display: none;
}
.cart__footer {
  grid-area: footer;
}
.cart__pdf-conversion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin: 0 0 1.9375rem;
}
.cart__pdf-conversion button {
  border-radius: 0.25rem;
  border-width: 0.125rem;
  padding: 0.5rem 1.1875rem;
  text-transform: uppercase;
}
.cart__saved-for-later {
  border: 0.0625rem solid #ccc;
  margin: 1.375rem 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .cart__saved-for-later {
    margin: 1.125rem 0 0;
    padding: 0;
  }
}
.cart-empty .cart__saved-for-later {
  margin: 2.25rem auto 0;
  max-width: 50rem;
}
.cart__saved-for-later__title {
  background-color: #eaf5f3;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
  margin: 0;
  padding: 0.8125rem 0.9375rem 0.9375rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .cart__saved-for-later__title {
    font-size: 1.25rem;
    line-height: 1;
    padding: 0.875rem 1.3125rem 1rem;
  }
}
.cart__saved-for-later__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding: 1rem 3.5rem 1.8125rem 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .cart__saved-for-later__item {
    padding: 1.625rem 1.4375rem 1.25rem;
  }
}
.cart__saved-for-later__item + .cart__saved-for-later__item {
  border-top: 0.0625rem solid #ccc;
}
.cart__saved-for-later__image img {
  height: 6.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  width: 6.25rem;
}
.cart__saved-for-later__info {
  font-family: "Poppins", sans-serif;
}
.cart__saved-for-later__name {
  font-size: 1.125rem;
  font-weight: 600;
}
.cart__saved-for-later__sku {
  color: #7d7d7d;
  margin: 0 0 1rem;
}
.cart__saved-for-later__price {
  font-weight: 500;
  margin: 0 0 1rem;
}
.cart__saved-for-later__price--regular {
  color: #7d7d7d;
  margin: 0 0.5rem 0 0;
  text-decoration: line-through;
}
.cart__saved-for-later__unit-price__label {
  font-weight: 500;
}
.cart__saved-for-later__move-to-cart-btn {
  background-color: transparent;
  border: 0;
  bottom: 0.75rem;
  color: #999;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 1rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .cart__saved-for-later__move-to-cart-btn {
    bottom: 1.375rem;
    right: 4.6875rem;
  }
}
.cart__saved-for-later__move-to-cart-btn:hover {
  color: #999;
  text-decoration: none;
}
.cart__saved-for-later__move-to-cart-btn[disabled] {
  cursor: default;
  opacity: 0.5;
}
.cart__saved-for-later__remove-saved-btn {
  background-color: transparent;
  background-image: url("../../images/remove.png");
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
  height: 1.375rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 1.375rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .cart__saved-for-later__remove-saved-btn {
    bottom: 1rem;
    height: 1.875rem;
    width: 1.875rem;
    right: 1.4375rem;
    top: unset;
  }
}
.cart__saved-for-later__remove-saved-btn span {
  display: none;
}
.cart__saved-for-later__remove-saved-btn[disabled] {
  cursor: default;
  opacity: 0.5;
}

.product-card {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 1rem 1rem 1.8125rem 7.8125rem;
  position: relative;
}
@media (min-width: 768px) {
  .product-card {
    padding: 1.625rem 1.4375rem 1.25rem;
  }
}
.product-card + .product-card {
  border-top: 0.0625rem solid #ccc;
}
@media (min-width: 768px) {
  .product-card__container {
    display: grid;
    grid-template-areas: "image name         qty total" "image price        qty total" "image availability qty total" "image promo        qty total";
    grid-template-columns: 15.0625rem 1fr 7.625rem 7.8125rem;
  }
}
.product-card__image {
  grid-area: image;
  height: 6.25rem;
  left: 1rem;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 1rem;
  width: 6.25rem;
}
@media (min-width: 768px) {
  .product-card__image {
    height: 11rem;
    left: unset;
    position: relative;
    top: unset;
    width: 11rem;
  }
}
.product-card__image img {
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
.product-card__name-container {
  display: block;
  grid-area: name;
  margin: 0 0 1.1875rem;
  padding: 0 1.625rem 0 0;
}
@media (min-width: 768px) {
  .product-card__name-container {
    margin: 0 0 2.25rem;
    padding: 0;
  }
}
.product-card__name {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3125rem;
  margin: 0 0 0.375rem;
  padding: 0;
  text-overflow: unset;
  white-space: normal;
  width: auto;
}
@media (min-width: 768px) {
  .product-card__name {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.product-card__sku {
  color: #999;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.product-card__price {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  grid-area: price;
  margin: 0 0 1.1875rem;
  padding: 0;
}
.product-card__unit-price {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 1.125rem;
}
@media (min-width: 768px) {
  .product-card__unit-price {
    font-size: 1.125rem;
  }
}
.product-card__unit-price__line-item {
  margin: 0 0 0.5rem;
}
@media (min-width: 768px) {
  .product-card__unit-price__line-item {
    margin: 0 0 0.625rem;
  }
}
.product-card__unit-price__label {
  font-weight: 600;
}
.product-card__unit-price__value {
  font-weight: 400;
}
.product-card__prop65-warning a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fd7e14;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}
.product-card__prop65-warning a::before {
  display: inline-block;
  content: "";
  background-image: url("../../images/warning.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 0.9375rem;
  margin: 0 0.5rem 0 0;
  width: 0.9375rem;
}
.product-card__availability {
  bottom: -0.75rem;
  grid-area: availability;
  margin: 0 0 1rem;
  position: absolute;
}
@media (min-width: 768px) {
  .product-card__availability {
    position: relative;
    bottom: unset;
  }
}
.product-card__availability p {
  color: #c00;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 768px) {
  .product-card__availability p {
    font-size: 0.9375rem;
  }
}
.product-card__edit a {
  display: block;
  color: #fd7e14;
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 0 0 0 1.625rem;
}
@media (min-width: 768px) {
  .product-card__edit a {
    font-size: 1rem;
    padding: 0;
    text-align: center;
  }
}
.product-card__qty-update {
  grid-area: qty;
}
@media (min-width: 768px) {
  .product-card__qty-update {
    max-width: 7.625rem;
    padding: 0 1rem;
  }
}
.product-card__qty-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
}
.product-card__qty-form .custom-select {
  border: 0.0625rem solid #ccc;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  max-width: 6.75rem;
  padding: 0.4375rem 0.9375rem;
  width: 100%;
}
@media (min-width: 768px) {
  .product-card__qty-form .custom-select {
    max-width: 7.625rem;
  }
}
.product-card__qty-case {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 768px) {
  .product-card__qty-case {
    display: none;
  }
}
.product-card__shipping-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c00;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  gap: 0.1875rem;
  line-height: 1;
  margin: 0.375rem 0;
  padding: 0;
}
.product-card__shipping-notice::before {
  display: block;
  background-image: url("../../images/truck.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 0.9375rem;
  margin: 0;
  padding: 0;
  width: 1.1875rem;
}
@media (min-width: 768px) {
  .product-card__shipping-notice::before {
    height: 1.1875rem;
    width: 1.5rem;
  }
}
.product-card__total {
  display: inline-block;
  bottom: 3.625rem;
  grid-area: total;
  position: absolute;
  right: 1rem;
  text-align: right;
}
@media (min-width: 768px) {
  .product-card__total {
    bottom: unset;
    position: relative;
    right: unset;
  }
}
.product-card__total .pricing {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .product-card__total .pricing {
    font-size: 1.25rem;
  }
}
.product-card__total .pricing--strike-through {
  color: #7d7d7d;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-decoration: line-through;
}
.product-card__total .pricing--strike-through.non-adjusted-price {
  display: none;
}
.product-card__total .strike-through {
  margin: 0;
  padding: 0;
}
.product-card__promo {
  grid-area: promo;
  margin: 0.375rem 0;
}
.product-card__favorite-btn {
  display: none;
  background-color: transparent;
  background-image: url("../../images/heart-gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
  height: 0.875rem;
  left: 0.6875rem;
  position: absolute;
  top: 0.6875rem;
  width: 0.875rem;
}
@media (min-width: 768px) {
  .product-card__favorite-btn {
    height: 1.25rem;
    left: 0.8125rem;
    top: 0.8125rem;
    width: 1.25rem;
  }
}
.product-card__favorite-btn--active {
  background-image: url("../../images/heart-gray-filled.svg");
}
.product-card__save-btn {
  background-color: transparent;
  border: 0;
  bottom: 1rem;
  color: #999;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 1rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .product-card__save-btn {
    bottom: 1.375rem;
    right: 4.6875rem;
  }
}
.product-card__save-btn:hover {
  color: #999;
  text-decoration: none;
}
.product-card .remove-product {
  background-color: transparent;
  background-image: url("../../images/remove.png");
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
  height: 1.375rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 1.375rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .product-card .remove-product {
    bottom: 1rem;
    height: 1.875rem;
    width: 1.875rem;
    right: 1.4375rem;
    top: unset;
  }
}
.product-card .remove-product span {
  display: none;
}
.product-card .remove-product[disabled] {
  cursor: default;
  opacity: 0.5;
}

.checkbox {
  margin-top: 10px;
  padding: 0;
  position: relative;
  background: #fff;
  display: block;
}
.checkbox label {
  padding-left: 25px;
  font-size: 15px;
  font-weight: 500;
  color: #333f48;
}
.checkbox label:hover .helper {
  color: #fd7e14;
}
.checkbox input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}
.checkbox input:checked ~ .helper {
  color: #fd7e14;
  border: 2px solid #fd7e14;
}
.checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
  opacity: 1;
  -webkit-transition: height 0.15s ease 0s;
  transition: height 0.15s ease 0s;
}
.checkbox input:checked ~ .helper::after {
  height: 0.6rem;
}
.checkbox input:checked ~ .helper::before {
  height: 1.3rem;
  width: 0.15625rem;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.checkbox .helper {
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 2px solid #c4c4c4;
  border-radius: 0.0625rem;
  -webkit-transition: border-color 0.28s ease;
  transition: border-color 0.28s ease;
}
.checkbox .helper::before, .checkbox .helper::after {
  position: absolute;
  height: 0;
  background-color: #fd7e14;
  display: block;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-radius: 0.25rem;
  content: "";
  -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}
.checkbox .helper::before {
  top: 0.7rem;
  left: 0.5rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.checkbox .helper::after {
  top: 0.3rem;
  left: 0;
  width: 0.1875rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
