/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/*
* Manually generated mixins and they can't be named
* by Sass interpolation (e.g. in @each loop.srem;
*/
/* stylelint-disable */
/* stylelint-enable */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
    Close icon
*/
/**
    Menu icon
 */
/**
    Heart icon
 */
/**
 * Position definition
 *
 * Example of utilization
 * @include absolute(top 1rem left 2rem);
 */
.color-blue {
  color: #205096;
}

.color-indigo {
  color: #6610f2;
}

.color-purple {
  color: #E232FF;
}

.color-pink {
  color: #e83e8c;
}

.color-red {
  color: #C53929;
}

.color-orange {
  color: #FB8836;
}

.color-yellow {
  color: #ffc107;
}

.color-green {
  color: #5C7E08;
}

.color-teal {
  color: #20c997;
}

.color-cyan {
  color: #17a2b8;
}

.color-white {
  color: #fff;
}

.color-gray {
  color: #5D676C;
}

.color-gray-dark {
  color: #5D676C;
}

/*
* Manually generated mixins and they can't be named
* by Sass interpolation (e.g. in @each loop.srem;
*/
/* stylelint-disable */
/* stylelint-enable */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
    Close icon
*/
/**
    Menu icon
 */
/**
    Heart icon
 */
.full-width-page {
  min-height: 70vh;
}
@media (min-width: 1024px) {
  .full-width-page__main {
    max-width: 50%;
    margin: 0 auto;
  }
}
.full-width-page__title {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .full-width-page__title {
    margin-bottom: 3rem;
  }
}
.full-width-page__image {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .full-width-page__image {
    margin-bottom: 5rem;
  }
}
.full-width-page__image img {
  width: 100%;
  max-height: 20rem;
  object-fit: cover;
}
.full-width-page .card {
  background-color: transparent;
}
.full-width-page .card-header {
  background-color: transparent;
}

.cart .product-card-footer .line-item-promo {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .cart .product-card-footer .line-item-promo {
    position: absolute;
    right: 1.2rem;
    top: 4rem;
    width: 40%;
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .cart .product-card-footer .line-item-promo {
    right: 5.5rem;
    top: -1rem;
  }
}
.cart .approaching-discounts.active {
  margin-top: 2rem;
  padding: 2rem;
  background-color: #E5E5E5;
}
@media (min-width: 1920px) {
  .cart .cart-product-cart__wrapper {
    padding-right: 12%;
  }
}
@media (min-width: 1440px) {
  .cart .cart__product-info {
    max-width: 64.3rem;
  }
}
@media (max-width: 767.98px) {
  .cart .cart__product-info {
    padding-left: 0;
    padding-right: 0;
  }
}
.cart__title {
  margin: 0;
  padding: 3.2rem 0;
}
.cart__totals-container {
  padding: 2.4rem 2.4rem 0.1rem;
  background-color: #F3F3F3;
  font-size: 1.4rem;
}
.cart__totals-container .sub-total,
.cart__totals-container .tax-total,
.cart__totals-container .shipping-cost,
.cart__totals-container .order-discount-total,
.cart__totals-container .shipping-discount-total,
.cart__totals-container .shipping-total-cost {
  font-weight: 350;
}
.cart__totals-container .coupons-and-promos {
  margin: 0;
}
.cart__totals-container .coupons-and-promos .promotion-information .applied-promotion-discount {
  float: right;
}
.cart__totals-container .coupon-code-field {
  background-color: transparent;
}
@media (min-width: 1024px) {
  .cart__totals-container .coupon-code-field {
    height: 3.2rem;
  }
}
.cart__totals-container .coupon-code {
  padding: 1.2rem 1.6rem;
  background-color: transparent;
  color: #000;
  font-size: 1.1rem;
}
.cart__totals-container .remove-coupon {
  border: none;
  background-color: transparent;
}
.cart__totals-container .coupon-error {
  margin: 0.8rem 0 0;
  font-size: 1.1rem;
}
.cart__totals-container .coupon-error span {
  padding: 0;
  line-height: 3.2rem;
  padding-top: 0;
  padding-bottom: 0;
}
.cart__totals-container .coupon-error .coupon-missing-error.show {
  display: flex;
}
.cart__totals-container .coupon-error .coupon-error-message {
  margin-bottom: 0;
}
.cart .grand-total-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.8rem;
  background-color: #F3F3F3;
  padding: 2rem 2.4rem;
}
.cart .grand-total-container__text {
  font-size: 1.6rem;
  font-weight: 550;
  margin-right: auto;
}
.cart .grand-total-container__value {
  font-size: 1.6rem;
  font-weight: 550;
}
.cart .checkout-continue {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #fff;
}
@media (min-width: 768px) {
  .cart .checkout-continue {
    position: static;
  }
}
.cart .coupon-missing-error {
  display: none;
}
.cart .promo-code-form .form-group {
  margin-bottom: 0.8rem;
}
.cart .promo-code-form label {
  font-size: 1.4rem;
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
}
.cart__promo-code {
  border-top: 0.1rem solid #ECECEC;
}
.cart__promo-code .promo-code-submit button {
  min-height: 100%;
}
.cart .strike-through.non-adjusted-price {
  display: none;
}
.cart .coupon-promotion-relationship {
  font-size: 0.8em;
  padding-left: 2rem;
  margin-top: 1rem;
}

.cart-totals {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.cart-totals__container {
  display: flex;
  flex-direction: column;
  gap: 0;
  background-color: #F3F3F3;
  border-radius: 0.6rem;
  overflow: clip;
}

.page[data-action=Cart-Show] .minicart {
  display: none;
}
