/** Shopify CDN: Minification failed

Line 647:29 Expected ":"

**/
.go-cart-wrp {
  position: relative;
  z-index: 9999;
}

.go-cart-wrp.mini-cart {
  z-index: 90;
}

.go-cart__modal {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 420px;
  height: 220px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.go-cart__modal.is-open {
  opacity: 1;
  visibility: visible;
}

.go-cart__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.go-cart__overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.go-cart__drawer {
  position: fixed;
  top: 0;
  right: -570px;
  z-index: 999;
  width: 100%;
  max-width: 570px;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.go-cart__drawer .afterpay-paragraph {
  margin-top: 0;
  padding: 0 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .go-cart__drawer .afterpay-paragraph {
    padding: 0 15px;
  }
}

.go-cart__drawer.is-open {
  -webkit-transform: translateX(-570px);
  -ms-transform: translateX(-570px);
  transform: translateX(-570px);
}

.go-cart__drawer--left {
  right: auto;
  left: -420px;
}

.go-cart__drawer--left.is-open {
  -webkit-transform: translateX(420px);
  -ms-transform: translateX(420px);
  transform: translateX(420px);
}

.go-cart__mini-cart {
  position: absolute;
  top: -1000%;
  right: 0;
  z-index: -1;
  width: 570px;
  border: 1px solid var(--brand-color-2);
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  cursor: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.go-cart__mini-cart .go-cart-mini-cart__close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 999;
  cursor: pointer;
}

.go-cart__mini-cart.is-open {
  top: 48px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.go-cart__empty {
  text-align: center;
  padding: 40px 0;
}

.go-cart__trigger {
  position: relative;
  cursor: pointer;
}

.go-cart__button {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
}
.go-cart__button:last-child {
  margin-bottom: 0;
}

.go-cart__button--checkout {
  background-color: #926245;
  border: 1px solid #926245;
  color: #ffffff;
}
.go-cart__button--checkout:hover {
  background-color: #425448;
  color: #ffffff;
}

.go-cart-modal {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.go-cart-modal__close {
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 20px;
  line-height: 0;
  cursor: pointer;
}

.go-cart-modal__content {
  width: 100%;
  padding: 20px;
  text-align: center;
}

.go-cart-modal__buttons {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px 20px;
}

.go-cart-drawer {
  position: relative;
  height: 100%;
  border-left: 2px solid #000;
}

.go-cart-drawer__header {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .go-cart-drawer__header {
    padding: 0 15px;
  }
}

.go-cart-drawer__close {
  cursor: pointer;
  line-height: 0;
}

.go-cart-drawer__content {
  height: auto;
  max-height: calc(100% - 170px - 60px - 50px);
  overflow: hidden;
  overflow-y: scroll;
  padding: 0 30px;
  margin-right: -15px;
}
@media (max-width: 575px) {
  .go-cart-drawer__content {
    padding: 0 15px;
    margin-right: 0;
  }
}

.go-cart-drawer__subtotal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  padding: 0 30px;
}
@media (max-width: 575px) {
  .go-cart-drawer__subtotal {
    padding: 0 15px;
  }
}

.go-cart-drawer__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 30px 20px 30px;
}
@media (max-width: 575px) {
  .go-cart-drawer__footer {
    padding: 20px 15px;
  }
}

.go-cart-mini-cart {
  position: relative;
}

.go-cart-mini-cart__content {
  position: relative;
  padding: 15px 30px 0 30px;
}

.go-cart-mini-cart__subtotal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  padding: 0 30px;
}

.go-cart-mini-cart__footer {
  padding: 20px 30px;
}

.go-cart-item__single {
  position: relative;
  padding: 15px 0;
  border-bottom: 2px solid #000;
}

.go-cart-item__info-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.go-cart-item__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 100px);
  text-align: left;
  padding: 10px 10px 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 575px) {
  .go-cart-item__info {
    padding: 5px 10px 10px 1rem;
  }
}
.go-cart-item__image {
  width: 100px;
  height: 120px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.go-cart-item__image.ship-ins{
  width: 100px;
  height: 5em;
  background-size: contain;
  background-position: center;
}
.go-cart-item__image.image_not_has {
  background-image: url(placeholder-image2.svg) !important;
}

.go-cart-item__title {
  vertical-align: top;
  overflow: hidden;
}
.go-cart-item__title:hover {
  color: var(--brand-color-2);
}
@media (max-width: 768px) {
  .go-cart-item__title {
    font-size: 12px;
  }
}
.go-cart-item__variant {
  position: relative;
  top: 0;
  font-size: 14px;
  /* Updated to new font name */
  font-family: "din-2014", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .go-cart-item__variant {
    font-size: 10px;
  }
}

.quantity-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.go-cart-item__quantity {
  width: 90px;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.go-cart-item__quantity-label {
  display: none;
  margin-right: 5px;
}

.go-cart-item__quantity-number {
  width: 20px;
  height: 20px;
  margin: 0;
  text-align: center;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  font-size: 12px;
  outline: none;
}

.go-cart-item__quantity-number::-webkit-inner-spin-button,
.go-cart-item__quantity-number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  display: none;
}

.go-cart-item__quantity-button {
  width: 20px;
  height: 20px;
  font-size: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5px 3px;
  color: #000;
  margin: 0 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.go-cart-item__remove {
  cursor: pointer;
  text-decoration: underline;
  color: var(--grey60);
}

.go-cart-modal-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.go-cart-modal-item__info {
  max-width: 250px;
  padding: 10px 10px 10px 30px;
  line-height: 1.18;
}

.go-cart-modal-item__image {
  width: 90px;
  height: 110px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.is-invisible {
  opacity: 0;
  visibility: hidden;
}

/************Is open animation**************/
.go-cart__drawer .go-cart-drawer__footer,
.go-cart__drawer .go-cart-drawer__subtotal {
  position: relative;
  bottom: -100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.go-cart__drawer.is-open .go-cart-drawer__footer,
.go-cart__drawer.is-open .go-cart-drawer__subtotal {
  bottom: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.js-go-cart-drawer-close svg {
  stroke: #303030;
}
.js-go-cart-drawer-close svg:hover {
  stroke: var(--brand-color-2);
}

/****** trial product ******/
.free-prod-after {
  text-align: end;
}
.free-prod-after::after {
  content: "w/\a0 COUPON";
  display: block;
  font-size: 65%;
  margin-left: 0.5rem;
}

/********* Platinum VIP **********/
div[data-handle="brickell-platinum-subscription"] .go-cart-item__quantity {
  display: none;
}


/****** FIRST MONTH FREE ******/
.mc-fmf .go-cart-item__title:after {
  content: "FIRST MONTH FREE";
  background: #80563c;
  display: block;
  padding: 0.25rem 0.5rem;
  width: fit-content;
  color: #fff;
  /* Updated to new font name and weight */
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  letter-spacing: 1.2px;
  margin: 0.5rem 0 0;
}
.mc-fmf > .go-cart-item__variant:first-of-type {
  display: none !important;
}
.mc-fmf > .go-cart-item__variant.color-grey70::after {
    content: "Limit 1 Per Household";
    display: block;
    /* Updated to new font name and weight */
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-size: .8em;
}

/****** ADD ON KIT ******/
div[data-handle="deluxe-sample-kit"] .go-cart-item__quantity {
    display: none;
}

/****** SHIPPING INSURANCE ******/
div[data-handle="shipping-insurance"] .go-cart-item__title::after, div[data-handle="shipping-insurance"] .go-cart-item__title_free::after {
    content: "Protect your order from damage, loss and/or theft";
    display: block;
    font-size: 12px;
    font-weight: 400;
    /* Updated to new font name */
    font-family: "din-2014", sans-serif;
    margin-top: .25em;
}

div[data-handle="shipping-insurance"] .go-cart-item__quantity {
  display:none;
}
/*** SALE PRICE DISPLAY ***/
.quantity-wrp {
  display: flex;
  flex-direction: column;
  align-items: flex-end;    /* keep right‑alignment */
  
  justify-content: flex-start; /* stack at top by default */
}

/* push only the quantity block to the bottom */
.quantity-wrp > .go-cart-item__quantity {
  margin-top: auto;
}

.go-cart-item__price--original s {color: var(--grey70);}