/* 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: #FFFFFF; /* 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: #FFFFFF; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #FFFFFF;
  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);
}

.btn-rc-primary {
  background-color: #005EB8 !important;
  color: #FFFFFF !important;
  border: 1px solid #005EB8 !important;
}
@media (min-width: 992px) {
  .btn-rc-primary {
    width: 120px;
    height: 34px;
    padding: 12px 24px;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
    font-family: "Futura", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .btn-rc-primary {
    width: 97px;
    height: 30px;
    padding: 6px 20px;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
    font-family: "Futura", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
  }
}
.btn-rc-primary:hover {
  background-color: #00478B !important;
  color: #FFFFFF !important;
  border: 1px solid #00478B !important;
}
.btn-rc-primary.disabled {
  pointer-events: none !important;
  background-color: #849DA9 !important;
  color: #FFFFFF !important;
  border: 1px solid #CFD8DC !important;
}

.btn-rc-secondary {
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #005EB8 !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
}
@media (min-width: 992px) {
  .btn-rc-secondary {
    width: 120px;
    height: 34px;
    padding: 12px 24px;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
    font-family: "Futura", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .btn-rc-secondary {
    width: 97px;
    height: 30px;
    padding: 6px 20px;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
    font-family: "Futura", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
  }
}
.btn-rc-secondary:hover {
  background-color: #FFFFFF !important;
  color: #005EB8 !important;
  border: 1px solid #FFFFFF !important;
}
.btn-rc-secondary.disabled {
  pointer-events: none !important;
  background-color: #CFD8DC !important;
  color: #F0F0F0 !important;
  border: 1px solid #CFD8DC !important;
}

.btn-rc-subtle {
  background-color: #005EB8 !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
}
@media (min-width: 992px) {
  .btn-rc-subtle {
    width: 120px;
    height: 34px;
    padding: 12px 24px;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
    font-family: "Futura", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .btn-rc-subtle {
    width: 97px;
    height: 30px;
    padding: 6px 20px;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
    font-family: "Futura", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
  }
}
.btn-rc-subtle:hover {
  background-color: #005EB8 !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
}
.btn-rc-subtle.disabled {
  pointer-events: none !important;
  background-color: #CFD8DC !important;
  color: #F0F0F0 !important;
  border: 1px solid #CFD8DC !important;
}

.btn-rc-outline {
  background-color: transparent !important;
  color: #005EB8 !important;
  border: 1px solid #005EB8 !important;
}
@media (min-width: 992px) {
  .btn-rc-outline {
    width: 120px;
    height: 34px;
    padding: 12px 24px;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
    font-family: "Futura", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .btn-rc-outline {
    width: 97px;
    height: 30px;
    padding: 6px 20px;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
    font-family: "Futura", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
  }
}
.btn-rc-outline:hover {
  background-color: #005EB8 !important;
  color: #FFFFFF !important;
  border: 1px solid #005EB8 !important;
}
.btn-rc-outline.disabled {
  pointer-events: none !important;
  background-color: #CFD8DC !important;
  color: #F0F0F0 !important;
  border: 1px solid #CFD8DC !important;
}

.attribute {
  margin: 20px 0;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

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

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

.cart-and-ipay {
  text-align: unset !important;
  width: 287px;
}
@media (max-width: 543.98px) {
  .cart-and-ipay {
    width: 100%;
  }
}
.cart-and-ipay .add-to-cart {
  border: 1px solid var(--color-blue-pantone);
  border-color: var(--color-blue-pantone);
}
.cart-and-ipay .custom-buy-btn {
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  background-color: #005EB8 !important;
  color: #FFFFFF !important;
  border: 1px solid #005EB8 !important;
  width: 100%;
  height: 48px;
  border-radius: 6px;
}
.cart-and-ipay .custom-buy-btn:hover {
  background-color: #00478B !important;
  color: #FFFFFF !important;
  border: 1px solid #00478B !important;
}
.cart-and-ipay .custom-buy-btn:focus, .cart-and-ipay .custom-buy-btn:focus-visible {
  background-color: #00478B !important;
  color: #FFFFFF !important;
  border: 1px solid #00478B !important;
  outline: rgba(0, 71, 139, 0.2) solid 4px !important;
}
.cart-and-ipay .custom-buy-btn.disabled, .cart-and-ipay .custom-buy-btn:disabled {
  pointer-events: none !important;
  background-color: #CFD8DC !important;
  color: #FFFFFF !important;
  border: 1px solid #CFD8DC !important;
}
.cart-and-ipay .custom-add-to-cart {
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  background-color: #FFFFFF !important;
  color: #005EB8 !important;
  border: 1px solid #FFFFFF !important;
  width: 100%;
  height: 48px;
  border-radius: 6px;
  border: 1px solid var(--color-blue-pantone) !important;
  color: var(--color-blue-pantone) !important;
}
.cart-and-ipay .custom-add-to-cart:hover {
  background-color: rgba(48, 113, 239, 0.1) !important;
  color: #3071EF !important;
  border: 1px solid rgba(48, 113, 239, 0.1) !important;
}
.cart-and-ipay .custom-add-to-cart:focus, .cart-and-ipay .custom-add-to-cart:focus-visible {
  background-color: #FFFFFF !important;
  color: #00478B !important;
  border: 1px solid white !important;
  outline: rgba(5, 63, 176, 0.2) solid 4px !important;
}
.cart-and-ipay .custom-add-to-cart.disabled, .cart-and-ipay .custom-add-to-cart:disabled {
  pointer-events: none !important;
  background-color: #FFFFFF !important;
  color: #CFD8DC !important;
  border: 1px solid #FFFFFF !important;
}
.cart-and-ipay .custom-add-to-cart:disabled {
  border: 1px solid var(--color-light-blue) !important;
}
.cart-and-ipay .custom-add-to-cart:hover {
  background-color: rgba(48, 113, 239, 0.1) !important;
  color: #3071EF !important;
  border: 1px solid rgba(48, 113, 239, 0.1) !important;
}
@media (max-width: 543.98px) {
  .cart-and-ipay {
    padding-bottom: 0;
    margin-top: 24px;
  }
  .cart-and-ipay .btn {
    width: 91% !important;
    margin: 1%;
    display: block;
  }
}

.add-to-cart-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
  z-index: 1042;
  top: 90% !important;
}
@media (max-width: 543.98px) {
  .add-to-cart-messages {
    width: 90%;
  }
}
.add-to-cart-messages .add-to-basket-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem;
}
.add-to-cart-messages .add-to-basket-alert .pop-up-toast {
  font-family: "Futura", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.alert-success {
  color: #FFFFFF;
  background-color: var(--color-green-success);
  border-color: var(--color-green-success);
}

.alert {
  border-radius: 6px;
}

.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;
  padding-left: 20px !important;
}

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

.container.product-detail {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-inline: 15px;
}

.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: #FFFFFF; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 6px;
  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: #FFFFFF;
  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: #FFFFFF;
  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: #FFFFFF;
  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;
}

.btn-rc-primary {
  background-color: #005EB8 !important;
  color: #FFFFFF !important;
  border: 1px solid #005EB8 !important;
}
@media (min-width: 992px) {
  .btn-rc-primary {
    width: 120px;
    height: 34px;
    padding: 12px 24px;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
    font-family: "Futura", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .btn-rc-primary {
    width: 97px;
    height: 30px;
    padding: 6px 20px;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
    font-family: "Futura", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
  }
}
.btn-rc-primary:hover {
  background-color: #00478B !important;
  color: #FFFFFF !important;
  border: 1px solid #00478B !important;
}
.btn-rc-primary.disabled {
  pointer-events: none !important;
  background-color: #849DA9 !important;
  color: #FFFFFF !important;
  border: 1px solid #CFD8DC !important;
}

.btn-rc-secondary {
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #005EB8 !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
}
@media (min-width: 992px) {
  .btn-rc-secondary {
    width: 120px;
    height: 34px;
    padding: 12px 24px;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
    font-family: "Futura", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .btn-rc-secondary {
    width: 97px;
    height: 30px;
    padding: 6px 20px;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
    font-family: "Futura", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
  }
}
.btn-rc-secondary:hover {
  background-color: #FFFFFF !important;
  color: #005EB8 !important;
  border: 1px solid #FFFFFF !important;
}
.btn-rc-secondary.disabled {
  pointer-events: none !important;
  background-color: #CFD8DC !important;
  color: #F0F0F0 !important;
  border: 1px solid #CFD8DC !important;
}

.btn-rc-subtle {
  background-color: #005EB8 !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
}
@media (min-width: 992px) {
  .btn-rc-subtle {
    width: 120px;
    height: 34px;
    padding: 12px 24px;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
    font-family: "Futura", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .btn-rc-subtle {
    width: 97px;
    height: 30px;
    padding: 6px 20px;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
    font-family: "Futura", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
  }
}
.btn-rc-subtle:hover {
  background-color: #005EB8 !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
}
.btn-rc-subtle.disabled {
  pointer-events: none !important;
  background-color: #CFD8DC !important;
  color: #F0F0F0 !important;
  border: 1px solid #CFD8DC !important;
}

.btn-rc-outline {
  background-color: transparent !important;
  color: #005EB8 !important;
  border: 1px solid #005EB8 !important;
}
@media (min-width: 992px) {
  .btn-rc-outline {
    width: 120px;
    height: 34px;
    padding: 12px 24px;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
    font-family: "Futura", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .btn-rc-outline {
    width: 97px;
    height: 30px;
    padding: 6px 20px;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
    font-family: "Futura", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
  }
}
.btn-rc-outline:hover {
  background-color: #005EB8 !important;
  color: #FFFFFF !important;
  border: 1px solid #005EB8 !important;
}
.btn-rc-outline.disabled {
  pointer-events: none !important;
  background-color: #CFD8DC !important;
  color: #F0F0F0 !important;
  border: 1px solid #CFD8DC !important;
}

@media (min-width: 1200px) {
  .page[data-action=Cart-Show] .container {
    max-width: 1225px;
  }
}
.single-approaching-discount {
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #FFFFFF;
  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;
    padding-top: 36px;
  }
}

.edit {
  margin-right: 0.625em;
}

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

.line-item-attributes {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-gray-medium);
  margin: 0;
}

.line-item-divider {
  margin: 0.625em -0.1rem 0.625em -0.1rem;
  border-width: 2px;
}

.line-item-name {
  font-family: "Futura", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 1.5625em;
}
@media (max-width: 768.98px) {
  .line-item-name {
    overflow: hidden;
  }
}

.page[data-action=Cart-Show] .card.product-info .line-item-name {
  padding-right: 33px;
}
@media (max-width: 991.98px) {
  .page[data-action=Cart-Show] .card.product-info .line-item-name {
    padding-right: 0;
  }
}

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

.line-item-price-info {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 3.8rem;
  color: var(--color-gray-dark);
}

.continue-shopping-link {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-blue-bright) !important;
  text-decoration: none;
}

.no-margin-top {
  margin-top: 30px;
  margin-bottom: 30px;
  color: var(--color-gris-claro);
  border-width: 2px;
}
@media (max-width: 991.98px) {
  .cart-section .not-allowed .no-margin-top {
    margin-inline: 12px;
  }
}
.cart-section .not-allowed .no-margin-top:last-of-type {
  display: none;
}

.not-allowed > .card,
.cart-section > .card {
  margin-bottom: 0;
}

.not-allowed > .card:has(+ hr + .card),
.cart-section > .card:has(+ hr + .card) {
  margin-bottom: 30px;
}

.no-margin-bottom {
  margin-top: 40px !important;
  margin-bottom: 42px;
  border: 2px solid var(--color-dark-gris-blue);
}
.no-margin-bottom.empty-cart {
  margin-top: 0px !important;
  border: 2px solid var(--color-gris-claro);
}

.cart-header {
  height: 30px;
}

.number-of-items {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin-top: 1rem;
  color: var(--color-gray-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 544px) {
  .number-of-items {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .number-of-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
}

.optional-promo {
  color: var(--color-blue-bright);
}

.product-info {
  border: none !important;
}
@media (min-width: 769px) {
  .product-info {
    height: auto;
  }
}
@media (min-width: 992px) {
  .product-info .hidden-md-desktop {
    display: none;
  }
}
.product-info .remove-btn {
  color: #999;
  font-size: 1.625em;
  padding: 0;
  position: absolute;
  top: -0.625rem;
  right: 0.25rem;
  border: none;
  background-color: #FFFFFF;
}
@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: -10px;
  right: 0;
  color: var(--color-gray-dark);
  right: 0px;
  top: 0px;
  z-index: 1;
  padding: 4px 4px 15px 4px;
}
@media (max-width: 768.98px) {
  .product-info .remove-btn-lg {
    top: 0px;
    right: 15px;
  }
}
.product-info .product-details-col {
  gap: 18px;
}
@media (min-width: 992px) {
  .product-info .product-details-col {
    gap: 24px;
    padding-right: 0;
  }
}
.product-info .item-attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .product-info .item-attributes {
    padding-right: 0;
  }
}
.product-info .line-item-availability, .product-info .line-item-stock {
  color: var(--color-green-success);
}
.product-info .unit-price, .product-info .total-price-section {
  position: absolute;
  bottom: 0;
}
.product-info .unit-price .sales {
  font-family: "Futura", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.product-info .unit-price .price .price-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
@media (max-width: 768.98px) {
  .product-info .product-card-footer {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.product-info .bonus-line-item-row + .bonus-line-item-msg {
  font-family: "Futura", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: var(--color-blue-pantone);
}
@media (max-width: 768.98px) {
  .product-info .bonus-line-item-row + .bonus-line-item-msg {
    display: none;
  }
}
.product-info .line-item-promo .bonus-promotions-message {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 30px;
  color: var(--color-green-success);
}
@media (min-width: 769px) {
  .product-info .line-item-promo .bonus-promotions-message {
    font-family: "Futura", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin-top: 10px;
  }
}
.product-info .extra-margin {
  margin-inline: 0;
  padding-inline: 0;
}
@media (min-width: 992px) {
  .product-info .extra-margin {
    margin-inline: 30px;
  }
}
.product-info .pricing-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .product-info .pricing-item-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product-info .product-price-info {
  padding-left: 12px;
}
.product-info .quantity-form .quantity.custom-select {
  width: 112px;
}
@media (max-width: 991.98px) {
  .product-info .quantity-form .quantity.custom-select {
    width: 88px;
  }
}
.product-info .line-item-total-price {
  padding-left: 0;
}
.product-info .bundled-line-item .line-item-name {
  font-family: "Futura", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: var(--color-gray-dark);
  overflow: visible;
}
@media (max-width: 768.98px) {
  .product-info .bundled-line-item .line-item-name {
    overflow: hidden;
    padding-top: 30px;
  }
}
.product-info .bundled-line-item .bundle-products {
  gap: 24px;
}
.product-info .bundled-line-item .product-card-footer .line-item-price-info, .product-info .bundled-line-item .product-card-footer .line-item-quantity, .product-info .bundled-line-item .product-card-footer .line-item-total-price {
  margin-bottom: 16px;
}
.product-info .bundled-line-item .product-card-footer span {
  position: relative;
  top: 26px;
}
.product-info .bundled-line-item .product-card-footer .line-item-quantity .line-item-price-info {
  position: relative;
  top: 0;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-gray-dark);
}
.product-info .bundled-line-item .product-card-footer .line-item-quantity .line-item-qty {
  position: relative;
  font-family: "Futura", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  top: 28px;
}
.product-info .bundled-line-item .product-card-footer .line-item-total-price .price {
  position: relative;
  top: 26px;
}

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

.pricing {
  font-family: "Futura", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: var(--color-gray-dark);
}

.item-image {
  height: 100px;
  width: 100px;
  margin-right: 0;
  -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: 100px;
}

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

.cart-page .not-allowed {
  border: 1px solid var(--color-red-pantone);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .cart-page .not-allowed {
    padding: 12px;
  }
}
.cart-page .not-allowed .error-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-page .not-allowed__title {
  color: var(--color-red-pantone);
  margin-bottom: 30px;
  font-family: "Futura", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .cart-page .not-allowed__title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.cart-page .not-allowed__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}
.cart-page .not-allowed__desc span.remove-not-allowed-pli {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-blue-bright) !important;
  text-decoration: underline;
  cursor: pointer;
}
.cart-page .not-allowed__desc span.whats {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.cart-page .not-allowed__desc span.whats .content-asset {
  display: contents;
}
.cart-page .not-allowed__desc span.whats .content-asset .whatsapp-phone {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: var(--color-blue-bright) !important;
  text-decoration: underline;
}

.cart-page-title {
  font-family: "Futura", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  color: var(--color-blue-pantone);
  padding: 0.3125em 0.625em 0.3125em 0;
  display: inline-block;
  margin: 35px 0;
  line-height: 34px;
}
.cart-page-title::before {
  content: "";
  background-color: var(--skin-primary-color-1);
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 1200px) {
  .cart-page-title::before {
    left: calc((100vw - 1140px) / 2 * -1);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cart-page-title::before {
    left: calc((100vw - 940px) / 2 * -1);
  }
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .cart-page-title::before {
    left: calc((100vw - 720px) / 2 * -1);
  }
}
@media (min-width: 1200px) {
  .cart-page-title {
    left: calc((100% - 1140px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cart-page-title {
    left: calc((100% - 940px) / 2);
  }
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .cart-page-title {
    left: calc((100% - 720px) / 2);
  }
}
@media (max-width: 768.98px) {
  .cart-page-title {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Futura", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin: 14px 0;
  }
}

.couponCode {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-gray-dark);
}
@media (max-width: 768.98px) {
  .couponCode {
    display: none;
  }
}

.coupon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.coupon-code-field {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  color: var(--color-dark-gris-blue);
  width: 234px;
  height: 48px;
  border-radius: 6px;
  gap: 10px;
  border-color: var(--color-gris-claro);
  width: 100%;
}

.close-button {
  color: var(--color-gray-dark);
  opacity: 1.5 !important;
}

.promo-code-btn {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  width: 101px;
  height: 48px;
  border-radius: 6px;
  background-color: var(--color-blue-pantone) !important;
}

.quantity-form {
  margin-bottom: 0;
  margin-top: 1.3rem;
}

.checkout-btn {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  width: 100%;
  height: 48px;
  border-radius: 6px;
  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;
  background-color: var(--color-blue-pantone) !important;
}

.delete-coupon-confirmation-btn {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  width: 100%;
  border-radius: 6px;
  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;
  background-color: var(--color-blue-pantone) !important;
}

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

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

.remove-coupon {
  font-size: 16px;
  border: none;
  background: transparent;
}

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

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

.coupon-price-adjustment {
  background-color: #FFFFFF;
  padding: 16px;
  border: 1px solid var(--color-blue-pantone);
  border-radius: 6px;
}
.coupon-price-adjustment .delete-icon-img {
  width: 9px;
  height: 9px;
}

.coupon-price-adjustment.applied {
  height: 100%;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
.coupon-price-adjustment.applied .delete-icon-img {
  margin-top: 10px;
}

.coupon-price-adjustment.not-applied {
  height: 50px;
  margin-bottom: 1.625rem;
}
.coupon-price-adjustment.not-applied .remove-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.coupon-price-adjustment.not-applied .delete-icon-img {
  margin-top: 3px;
}

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

.coupon-promotion-relationship {
  font-size: 12px;
  padding-left: 1rem;
  margin-bottom: 0;
  font-weight: 700;
  margin-top: 8px;
  color: var(--color-gray-dark);
  line-height: 14px;
}

.coupons-and-promos {
  padding-right: 0;
  padding-left: 0;
}

.coupon-code {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}
.coupon-code .coupon-color {
  color: var(--color-gray-dark);
}

.coupon-applied {
  color: #008827;
  font-size: 16px;
}

.coupon-not-applied {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-red-error);
}

.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;
}

.quantity-label {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-gray-dark);
  position: absolute;
  left: 0;
  top: 0;
}

.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: sticky;
  top: 78px;
  z-index: 1041;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media (min-width: 769px) {
  .cart-error-messaging.cart-error {
    padding: 0 0.938em;
  }
}
@media (max-width: 991.98px) {
  .cart-error-messaging.cart-error {
    top: 52px;
  }
}

.valid-cart-error {
  margin: 0 auto;
  padding: 1rem 2.5rem 1rem 1rem;
  max-width: 1225px;
  word-break: break-word;
  overflow: visible;
}
.valid-cart-error .close {
  padding: 0.75rem 1rem;
}
.valid-cart-error .valid-cart-error-message {
  font-weight: 600;
  line-height: 1.3;
}
.valid-cart-error .valid-cart-error-items {
  list-style: disc;
  font-size: 0.875rem;
}
@media (max-width: 768.98px) {
  .valid-cart-error {
    padding: 0.875rem 2.5rem 0.875rem 1rem;
    font-size: 0.875rem;
    max-height: 50vh;
    overflow-y: auto;
  }
}

.product-info-unavailable {
  background-color: rgba(220, 53, 69, 0.04);
  border: 1px solid rgba(220, 53, 69, 0.35);
  border-radius: 4px;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
}
.product-info-unavailable .item-image .img-real {
  opacity: 0.45;
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
}
.product-info-unavailable .line-item-attributes,
.product-info-unavailable .line-item-pricing-info,
.product-info-unavailable .line-item-total-price-amount {
  opacity: 0.7;
}

.line-item-unavailable {
  margin: 0.25rem 0 0.5rem;
}
.line-item-unavailable .line-item-unavailable-badge {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 0.25rem;
  background-color: #dc3545;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

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

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

.cart-empty {
  padding: 40px 40px;
}
.cart-empty span {
  font-family: "Futura", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: var(--color-gray-dark);
}
.cart-empty .continue-shopping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart-empty .continue-shopping a {
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  background-color: #005EB8 !important;
  color: #FFFFFF !important;
  border: 1px solid #005EB8 !important;
  width: 200px;
  height: 48px;
  padding: 15px 24px;
  margin-top: 30px;
  margin-bottom: 43px;
}
.cart-empty .continue-shopping a:hover {
  background-color: #00478B !important;
  color: #FFFFFF !important;
  border: 1px solid #00478B !important;
}
.cart-empty .continue-shopping a:focus, .cart-empty .continue-shopping a:focus-visible {
  background-color: #00478B !important;
  color: #FFFFFF !important;
  border: 1px solid #00478B !important;
  outline: rgba(0, 71, 139, 0.2) solid 4px !important;
}
.cart-empty .continue-shopping a.disabled, .cart-empty .continue-shopping a:disabled {
  pointer-events: none !important;
  background-color: #CFD8DC !important;
  color: #FFFFFF !important;
  border: 1px solid #CFD8DC !important;
}
@media (min-width: 769px) {
  .cart-empty .continue-shopping a {
    margin-bottom: 88px;
  }
}

.totals .cart-sub-total-cost {
  padding-top: 15px;
}
.totals .cart-sub-total-cost .sub-total-label {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-dark-gris-blue);
}
.totals .cart-sub-total-cost .sub-total {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-gray-dark);
}
.totals .cart-shipping-cost .shipping-label {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-dark-gris-blue);
}
.totals .cart-shipping-cost .shipping-cost {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-gray-dark);
}
.totals .row-total .grand-total-label, .totals .row-total .grand-total-label-span {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: var(--color-dark-gris-blue);
}
.totals .row-total .grand-total {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: var(--color-gray-dark);
}

.help-section {
  text-align: center;
  margin-bottom: 40px;
}
.help-section .mobile-section {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.help-section .help-message {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-gray-dark);
}
.help-section .help-number {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-blue-bright);
}
