/** Shopify CDN: Minification failed

Line 775:7 Expected ":"

**/
/**
 * Utils
 */

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.form-checkbox, .form-radio {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  margin-right: 10px;
  color: #fff;
  background-color: #fff;
  border: 1px solid #D1D5DB;
  border-radius: 3px;
}

.form-checkbox:checked, .form-radio:checked {
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat
}

.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  background-color: #000;
}

.form-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='black' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")
}

/**
  * Cart
 */

.gr-cart__total {
  padding-bottom: 4px;
}

.gr-cart__total__heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 18px;
}

.Cart__NoteContainer {
  width: 100%;
  margin-top: 32px;
}

.Cart__NoteContainer textarea {
  border: 1px solid var(--gr-neutral-200);
  font-size: 16px;
  border-radius: 8px;
  padding: 20px;
  width: 100%;
}

.gr-cart__heading {
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
}

.gr-cart__wrapper > form {
  display: flex;
  flex-wrap: wrap;
}

.cart__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.cart__checkout {
  background-color: var(--gr-green);
  border-radius: 2rem;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}

.cart__checkout:hover {
  opacity: 0.8;
}

.cart__cell {
  color: #000;
  font-size: 16px;
}

.savings {
  border-top: 1px solid #D9D9D9;
  padding-top: 14px;
  margin-bottom: 6px;
}

.subtotal {
  font-weight: bold;
}

.subtotal .cart__cell {
  font-size: 18px;
}

.gr-cart__table__item {
  margin-top: -1px;
  border-top: 1px solid var(--gr-neutral-200);
  border-bottom: 1px solid var(--gr-neutral-200);
  padding-top: 32px;
  padding-bottom: 32px;

  display: flex;
}

.gr-cart__table__item .CartItem__QuantitySelector {
  margin-right: 10px;
}

.gr-cart__table__item .edit-btn {
  border: 1px solid var(--gr-neutral-200);
  border-radius: 33px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  cursor: pointer;
  transition: border-color 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out;
  -ms-transition: border-color 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out;
}

.gr-cart__table__item .edit-btn:hover {
  border-color: var(--gr-neutral-400);
}

.gr-cart__table__item .edit-btn svg {
  margin-right: 6px;
}

.gr-cart__table__item .image-wrap {
  min-width: 140px;
  position: relative;
  margin-right: 20px;
  align-self: flex-start;
}

.gr-cart__table__item .item-price {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.gr-cart__table__item .image-wrap img,
.gr-cart__table .gr-drawer__content .image-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gr-cart__table__item .image-wrap:before,
.gr-cart__table .gr-drawer__content .image-wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.gr-cart__table__item .title {
  font-size: 18px;
  line-height: 22px;
}

.gr-cart__table__item .desc {
  font-size: 14px;
  line-height: 17px;
  color: var(--gr-neutral-700);
}

.gr-cart__table__item .actions {
  display: flex;
  width: 100%;
}

.gr-cart__table__item .actions-left-bottom {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
}

.gr-cart__table__item .QuantitySelector__CurrentQuantity {
  display: flex;
  align-items: center;
  font-weight: 400;
  width: 30px;
}

.gr-cart__table .QuantitySelector__Button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gr-cart__table .QuantitySelector__Button,
.gr-cart__table .QuantitySelector,
.gr-cart__table .QuantitySelector__CurrentQuantity {
  height: 40px;
}

.gr-cart__table .QuantitySelector {
  border-radius: 2rem;
  transition: border-color 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out;
  -ms-transition: border-color 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out;
}

.gr-cart__table .QuantitySelector:hover {
  border-color: 1px solid var(--gr-neutral-400);  
}

.gr-cart__table .QuantitySelector svg {
  width: 16px;
  height: 16px;
}

.gr-cart__table__item .item-remove {
  color: var(--gr-neutral-500);
  display: flex;
  align-items: center;
}

.gr-cart__table__item .item-remove svg {
  margin-right: 10px;
}

.gr-cart__table__item .actions-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
}

.color-swatch {
  border: 1px solid #1D1D1D;
  border-radius: 60px;
  padding: 1px;
  overflow: hidden;
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.color-swatch img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gr-cart__table__item .item-options {
  display: flex;
  margin-top: 10px;
}

.item-options__item {
  display: flex;
  align-items: center;
  color: var(--gr-neutral-700);
}

.item-options__item:not(:last-of-type) {
  padding-right: 12px;
  border-right: 1px solid var(--gr-neutral-200);
}

.item-options__item:not(:first-child) {
  padding-left: 12px;
}

.coupon_notice {
  color:#737373;
  display: flex;
  align-items: center;
}

.coupon_notice svg {
  width: 16px;
  margin-right: 6px;
}

.gr-cart__table .gr-drawer__content .image-wrap {
  max-width: 86px;
  position: relative;
  margin-bottom: 16px;
}

.gr-cart__table .gr-drawer__content .title {
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

.gr-cart__table .gr-drawer__content .desc {
  font-size: 14px;
  line-height: 17px;
  color: var(--gr-neutral-700);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gr-cart__table .gr-drawer__content .price {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-top: 8px;
  margin-bottom: 14px;
  color: #000;
}

.gr-cart__table .gr-drawer__content .CartItem__QuantitySelector {
  margin-right: 20px;
}

.gr-cart__table .gr-drawer__content .actions a {
  text-decoration: none;
}

.gr-cart__table .gr-drawer__content .actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}

.gr-cart__table .gr-drawer__content .options__item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid var(--gr-neutral-200);
  border-bottom: 1px solid var(--gr-neutral-200);
  margin-top: -1px;
}

.gr-cart__table .gr-drawer__content .ProductForm__Label {
  margin-bottom: 10px;
}

.gr-cart__table .gr-drawer__content [data-save] {
  background-color: #1D1D1D;
  color: #fff;
  border-radius: 33px;
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
}

.gr-cart__header {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-bottom: 24px;
}

.gr-cart__wrapper [data-share-cart] {
  background-color: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 33px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  transition: border-color 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out;
  -ms-transition: border-color 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out;
}

.gr-cart__wrapper [data-share-cart]:hover {
  border-color: var(--gr-neutral-400);
}

.gr-cart__paymentIcons {
  margin: 18px 0;
  display: flex;
  flex-wrap: wrap;
}

.gr-cart__paymentIcons .HorizontalList__Item {
  margin: 3px;
  display: flex;
}

.gr-cart__paymentIcons svg {
  width: 38px;
  height: auto;
}

#agreementBox {
  max-width: 485px;
  background-color: #fff;
  color: #000;
  padding: 24px;
  border-radius: 6px;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  text-align: center;

  transform: translate(-50%,-50%);
  opacity: 0;
  visibility: hidden;
  transition: .3s all ease;
}

#agreementBox .agreementBox__page {
  max-height: 0;
  transition: .3s max-height ease;
  overflow: hidden;
  margin-bottom: 10px;
}

#agreementBox .agreementBox__page.active {
  max-height: calc(90vh - 326px);
  overflow: auto;
}

.gr-drawer__back {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -18px;
}

.gr-drawer__back:hover {
  background-color: var(--gr-neutral-100);
}

.gr-drawer__back svg {
  display: block;
  width: 16px;
  height: auto;
}

#agreementBox.open {
  opacity: 1;
  visibility: visible;
}

#agreementBox .accept {
  background: #38695D;
  border-radius: 33px;
  font-weight: 700;
  font-size: 16px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 0 20px;
  display: block;
}

#agreementBox .deny {
  font-weight: 700;
  font-size: 16px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}

.agreementBox__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 23px;
}

.agreementBox__content {
  font-size: 16px;
  margin-bottom: 23px;
  line-height: 19px;
}

.agreementBox__content a {
  text-decoration: underline;
}

@media(min-width: 1008px) {
  .gr-cart__left {
    width: 60%;
  }

  .gr-cart__right {
    width: 40%;
    padding-left: 88px;
  }

  .gr-cart__wrapper {
    position: relative;
  }
}

@media(max-width: 1007px) {
  .gr-cart__header {
    flex-wrap: wrap;
  }

  .gr-cart__heading {
    margin-bottom: 12px;
  }

  .gr-cart__table__item .image-wrap {
    min-width: 70px;
  }

  .gr-cart__table__item .actions,
  .gr-cart__table__item .item-options{
    flex-wrap: wrap;
  }

  .gr-cart__table__item {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .gr-cart__table__item .title {
    font-size: 16px;
    max-width: 90%;
  }

  .gr-cart__table__item .desc, .item-options__item {
    font-size: 13px;
  }

  .gr-cart__table__item .edit-btn {
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .gr-cart__table__item .CartItem__QuantitySelector,
  .gr-cart__table__item .item-options {
    margin-bottom: 10px;
  }

  .gr-cart__table__item .actions-right {
    font-size: 14px;
    width: 100%;
    align-items: flex-start;
  }

  .gr-cart__table__item .item-remove {
    position: absolute;
    top: 20px;
    right: 0;
    width: 16px;
    height: 16px;
  }

  .gr-cart__table__item .item-remove svg {
    width: 100%;
    height: 100%;
    margin-right: 0;
  }

  .gr-cart__table__item .item-price {
    font-size: 14px;
    margin-top: 10px;
  }

  .gr-cart__total {
    margin-top: 20px;
  }

  #agreementBox {
    max-width: 90%;
    width: 100%;
  }

  .gr-drawer__header {

  }

  .gr-drawer__heading {
    margin-right: auto;
  }

  .gr-drawer__back {
    position: absolute;
    left: 35px;
  }
}

/**
  * Share cart
 */

.sc-submit, .gr-btn[data-save] {
  transition: .3s all ease;
}

.sc-submit:hover, .gr-btn[data-save]:hover {
  background-color: #454545;
  transition: .3s all ease;
}

[data-drawer="share-cart"] {
  display: flex;
  flex-direction: column;
}

[data-drawer="share-cart"] .gr-drawer__content {
  height: 100%;
}

[data-drawer="share-cart"] .gr-drawer__content > .scs-hide {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sc-success__input-header {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  margin-bottom: 12px;
}

.sc-success__wrap {
  margin-top: 70px;
  margin-bottom: auto;
}

.sc-success__wrap input {
  padding: 20px 16px;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  font: inherit;
  font-size: 16px;
  line-height: 19px;
  color: #737373;
  width: 100%;

  overflow: hidden;
  text-overflow: ellipsis;
}

.sc-input {
  padding: 20px 16px 10px;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  background-color: #fff;
  width: 100%;
}

.sc-label {
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.sc-label span {
  font-size: 16px;
  line-height: 19px;

  position: absolute;
  left: 16px;
  top: 15px;

  transition: .150s all linear;
  color: var(--gr-neutral-500);
  pointer-events: none;
}

.sc-input:focus + span, .sc-input:not(:placeholder-shown) + span {
  font-size: 10px;
  line-height: 12px;
  top: 7px;
}

.gr-drawer[data-drawer="share-cart"]:not(.success) .scs-show {
  display: none;
}

.gr-drawer[data-drawer="share-cart"].success .scs-hide {
  display: none;
}

.gr-drawer[data-drawer="share-cart"].success .scs-show {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.gr-drawer[data-drawer="share-cart"] .button-continue {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 2rem;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
  border: 1px solid #E5E5E5;
  cursor: pointer;
  transition: .3s all ease;
}

.gr-drawer[data-drawer="share-cart"] .button-continue:hover {
  background-color: #E5E5E5;
  color;
  transition: .3s all ease;
}

.sc-form {
  margin-top: 33px;
  margin-bottom: auto;
}

.sc-submit {
  margin-top: 20px;
  background-color: #000;
  border-radius: 2rem;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 100%;
  cursor: pointer;
}

/**
  * USP section
 */

.gr-usp {
  margin-top: 32px;

  padding: 23px;
  display: flex;
  flex-wrap: wrap;

  border-top: 1px solid var(--gr-neutral-200);
  border-bottom: 1px solid var(--gr-neutral-200);
}

.gr-usp__item {
  flex: 1 0 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
}

.gr-usp__item svg, .gr-usp__item img {
  margin-right: 10px;
}

@media (max-width: 1007px) {
  .gr-usp__item {
    flex-basis: 100%;
    margin-bottom: 10px;
  }

  .gr-usp__item:last-child {
    margin-bottom: 0;
  }
}
