/** Shopify CDN: Minification failed

Line 345:32 The "-" operator only works if there is whitespace on both sides

**/
.cart-drawer__overlay:empty {
    background-color: #000;
    opacity: .4;
}
.drawer.is-empty .cart-drawer__warnings .drawer__close {
    right: 30px;
}
.drawer__inner-empty .cart__empty-text {
    margin: 0 0 1rem;
}
.cart-drawer .cart__checkout-button:after{
  display: none !important;
}
/* .text_box_payment .list-payment__item svg {
    max-width: 2.5rem;
} */
p.upsell_title {
    color: #000000;
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: .64px;
    font-family: var(--font-body-family);
}
#CartDrawer .drawer__inner {
    width: 100%;
    max-width: 28.75rem;
    min-width: 28.75rem;
    background: #fff;
    border-radius: 0;
    padding-top: .75rem;
}
dt.datum-icon {
    font-size: 0;
}
.product-option {
    display: flex;
    align-items: center;
}
.drawer .drawer__heading {
    margin: 0;
    font-size: 1rem;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading-family);
    color: #000000;
    letter-spacing: 0;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: .5rem;
}
.drawer__inner .drawer__close .svg-wrapper {
    height: 0.938rem;
    width: 0.938rem;
}
.drawer__heading svg {
    max-width: 1rem;
    margin-right: .5rem;
    position: relative;
    top: -1px;
}
.drawer__close .svg-wrapper {
    height: 1rem;
    width: 1rem;
}
.drawer__inner .drawer__header {
    padding: 0.5rem 0;
    border-bottom: 1px solid hsl(97deg 100% 50% / 20%);
}
.drawer__inner  .drawer__close {
    display: inline-block;
    padding: 0;
    min-width: auto;
    min-height: auto;
    top: 1rem;
    right: 0;
}
div#CartDrawer-CartItems .cart-item__totals.right,
.cart-drawer .cart-items thead,
.cart-item__details dl {
    display: none;
}
div#CartDrawer-CartItems .cart-item {
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid hsl(97deg 100% 50% / 20%);
    /* padding-top: .9375rem; */
    /* padding-bottom: .9375rem; */
    gap: 0;
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 12px;
    padding: 1rem 0;
}
div#CartDrawer-CartItems .cart-item__media {
    width: 100%;
    max-width: 70px;
    flex-basis: 70px;
    padding: 0;
    height: 80px;
}
div#CartDrawer-CartItems .cart-item__media * {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.upsell-header > p {
    border-bottom: .1px solid rgb(0 0 0 / 50%);
    margin-bottom: .5rem;
    padding-bottom: 1rem;
    margin-top: 0;
}
#CartDrawer cart-drawer-items {
    overflow-y: auto;
    overflow-x: hidden;
}
div#CartDrawer-CartItems .cart-item__details {
    max-width: calc(100% - 75px - 64px);
    flex-basis: calc(100% - 75px - 64px);
    display: flex;
    flex-direction: column;
    padding: 0 0 0 1rem;
}
div#CartDrawer-CartItems .cart-item__quantity {
    padding-left: 0;
    max-width: 64px;
    flex-basis: 64px;
    margin-left: auto;
}
div#CartDrawer-CartItems quantity-input.quantity.cart-quantity,
div#CartDrawer-CartItems .quantity__button {
    width: auto;
}
div#CartDrawer-CartItems .cart-item__quantity-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
div#CartDrawer-CartItems .cart-item__name {
    font-size: 1rem;
    font-weight: 400;
    padding-right: .75rem;
    text-transform: inherit;
    line-height: 1.25rem;
    letter-spacing: 0;
    color: #000000;
    font-family: var(--text-medium);
}
.cart-drawer .cart-item__totals {
    justify-content: flex-start;
}
.product-option dd {
    font-family: var(--font-body-family);
}
span.price.price--end, span.product_price, .drawer__inner .product-option {
    letter-spacing: 0;
    font-size: .938rem!important;
    line-height: 1.2;
    color: #495772;
    opacity: 1;
    font-family: var(--font-body-family);
}
span.price.price--end, span.product_price{
  display: inline-block;
}
.drawer__inner quantity-input.quantity .quantity__button .svg-wrapper {
    width: .625rem;
    height: .625rem;
}
.drawer__inner .discounts__discount {
    line-height: 1;
    font-size: .75rem;
    color: #959595;
}
.drawer__inner .discounts__discount > .icon {
    color: #959595;
    width: .75rem;
    height: .75rem;
    margin-right: 0.5rem;
}
.drawer__inner .discounts {
    display: none;
}
div#CartDrawer-CartItems quantity-input.quantity.cart-quantity {
    width: auto;
    height: 25px;
    padding-left: .625rem;
    padding-right: .625rem;
    width: 66px;
    margin-left: auto;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1rem;
    min-height: auto;
    min-width: 66px;
    background-color: transparent;
    border: 0px solid hsl(97deg 100% 50% / 20%);
    border-radius: 6px;
    border-radius: 0;
}
div#CartDrawer-CartItems quantity-input.quantity.cart-quantity > * {
    width: 33.33%;
    max-width: 33.33%;
    flex-basis: 33.33%;
    padding: 0;
    font-size: .875rem;
    height: 1.563rem;
}
.drawer .drawer__heading span.svg-wrapper {
    width: 30px;
    top: 11px;
    position: absolute;
    left: 0;
}
.quantity__button .svg-wrapper {
    width: .5rem;
}
div#CartDrawer-CartItems .quantity:before, div#CartDrawer-CartItems .quantity:after {
    display: none;
}
div#CartDrawer-CartItems button.button.button--tertiary.cart-remove-button {
    color: #959595;
    padding-bottom: 0;
    line-height: normal;
    min-height: auto;
    letter-spacing: 0;
    font-size: .75rem;
    text-decoration: underline;
    font-family: var(--font-body-family);
    text-underline-position: under;
    justify-content: flex-end;
    min-width: 1rem;
    width: 1rem;
}
div#CartDrawer-CartItems button.button.button--tertiary.cart-remove-button .svg-wrapper{
    width: .875rem;
}
.cart-drawer .cart-item__error {
    display: none;
}
div#CartDrawer-CartItems quantity-popover {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
}
div#CartDrawer-CartItems cart-remove-button {
    margin-left: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1rem;
    height: 1rem;
}
div#CartDrawer-CartItems .cart-item__totals.right {
    align-items: flex-end;
}
.cart-drawer .cart-item__image {
    height: 3.75rem;
    object-fit: cover;
}
div#CartDrawer-CartItems .cart-item__name:hover {
    text-decoration: none;
}
.drawer__inner .product-option span.product-tax {
    margin-left: .5rem;
}
.drawer__inner p.totals__total-value, .drawer__inner .totals__total {
    font-size: 1rem;
    letter-spacing: 0;
    color: #000000;
    font-family: var(--text-medium);
    letter-spacing: 0;
}
.cart-drawer .totals {
    margin-top: .25rem;
}
div#CartDrawer-CartItems cart-remove-button {
    margin-left: auto;
}
.drawer__inner small.tax-note.caption-large.rte {
    letter-spacing: 0;
    font-size: .813rem;
    color: #959595;
    margin-bottom: 1rem;
    margin-top: .5rem;
    font-family: var(--text-light);
}
.drawer__inner small.tax-note a {
    font-size: .813rem;
    color: #959595;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
    font-family: var(--font-body-family);
}
.cartdrawer-upsell-wrap .main_wrapper {
    display: flex!important;
    flex-flow: row wrap;
    border-bottom: 0;
    position: relative;
    background-color: transparent;
    padding: 0;
    border-radius: 12px;
}
.cartdrawer-upsell-wrap .product-single__variants {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    height: 0;
    width: 0;
}
cart-drawer-items {
    overflow: hidden;
}
.drawer__inner small.tax-note.caption-large p {
    display: inline-block;
}
div#upsell-product-custom {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    overflow: auto;
    height: 200px;
}
.pro-image {
    width: 100%;
    max-width: 70px;
    flex-basis: 70px;
    padding: 0;
}
.cart-drawer__form {
    height: 100%;
}
.pro-details.cart__item-details {
    max-width: calc(100% - 75px -1rem);
    flex-basis: calc(100% - 75px - 1rem);
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
}
.pro-details-price-add-to-cart-button svg {
    /* filter: brightness(0) invert(1); */
    /* max-width: max-content; */
    width: 1.5rem;
}
.pro-details-price-add-to-cart-button .svg-wrapper {
    width: 30px;
    height: 30px;
}
.pro-details-price-add-to-cart-button {
    align-items: center;
    display: flex;
    margin-left: auto;
    position: absolute;
    top: 50%;
    right: .5rem;
    transform: translateY(-50%);
}
.text_box_payment p {
    font-size: .813rem;
    margin-bottom: .5rem;
}
.text_box_payment .list-payment {
    justify-content: flex-start;
    margin: 0;
    padding-top: 0;
}
.text_box_payment .list-payment__item {
    padding: 0;
    margin-right: .25rem;
    margin-bottom: .25rem;
    display: block;
}
.text_box_payment .list-payment__item:last-child svg{
      width: 42px;
    position: relative;
    top: -4px;
}
.text_box_payment .footer__payment {
    margin-top: 0;
}
.pro-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
span.vat_inc.vat_inc {
    color: #959595;
    font-size: .625rem;
}
h4.cart__item-name {
    font-size: .875rem;
    font-weight: 400;
    padding-right: 1rem;
    text-transform: inherit;
    line-height: 1.5;
    letter-spacing: 0;
    color: #000000;
    font-family: var(--text-medium);
    margin-bottom: 0;
}
.cart-drawer-upsell-contern {
    background: #FFFCEA;
    box-shadow: none;
    border: 0;
    padding: 1.25rem;
    padding-bottom: 0;
    border-radius: 10px;
}
.drawer__inner .drawer__footer {
    border-top: none;
    padding-top: .5rem
}
.upsell-header h3 {
    border-bottom: none;
}
button.btn.custom-check-btn.btn__default.submit_form {
    margin-right: 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
}
button.btn.custom-check-btn.btn__default.submit_form {
    background: transparent;
    border: none;
    cursor: pointer;
}
.upsell-header h5 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1rem;
    letter-spacing: 0;
    color: #18294A;
    border-bottom: .1px solid #000;
    padding-bottom: .5rem;
}
.shipping-bar {
    text-align: center;
    width: 100%;
    margin-block-start: 16px;
    margin-block-end: 4px;
    margin-inline-start: auto;
    margin-inline-end: auto;
    display: block;
}
.mini-cart .mini-cart__drawer-footer .shipping-bar {
    border-bottom: 1px solid hsl(97deg 100% 50% / 20%);
    padding-bottom: 14px;
}
.mini-cart .mini-cart__drawer-footer .shipping-bar__text {
    text-align: left;
    font-size: 13px;
    letter-spacing: .5px;
    color: #12292d;
    line-height: 1.33;
}
.shipping-bar__text {
    display: block;
    font-size: .625rem;
    text-align: left;
    letter-spacing: 0.013rem;
}
.shipping-bar__progress {
    border-radius: 3px;
    height: 5px;
    display: block;
    position: relative;
    background-color: #E2E2E2;
}
.mini-cart .mini-cart__drawer-footer .shipping-bar__progress {
    background: #d0d7e9;
    border: none;
    height: 5px;
}
.shipping-bar__progress:after {
    content: "";
    transform: scaleX(var(--progress));
    transform-origin: left;
    background: #121212;
    transition: transform .2s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.cart-drawer .free_shipping_card_wrapper .free_shipping_card_title {
    font-size: 12px;
    letter-spacing: 0px;
    color: #42A202;
    font-weight: 400;
    text-align: left;
    line-height: 15px;
    order: 2;
    margin-top: .625rem;
      margin-bottom: .25rem;
}
.cart-item__details dl {
    display: none;
    font-weight: 400;
}
.cart-drawer .free_shipping_card_wrapper {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    border-top: 0;
    display: flex;
    flex-direction: column;
    padding-top: 0;
}
.cart-drawer .free_shipping_card_wrapper .free_shipping_card_title {
    font-size: 13px;
    letter-spacing: 0px;
    color: #D50062;
    font-weight: 400;
    text-align: left;
    line-height: 15px;
    order: -1;
    font-family: var(--text-light);
}
.cart-drawer .cart__ctas {
    flex-direction: column;
    gap: 0;
}
.cart__ctas .list-payment{
    justify-content: center;
    width: 100%;
    margin: 0;
}
.cart__ctas .list-payment__item {
    padding: 0 .25rem;
}
.cart-drawer .free_shipping_card_wrapper .free_shipping_card_progress {
    margin-top: 8px;
    border: none;
    border-radius: 0;
    background: #CECECE;
    height: 2px;
}
small.cart_tax {
    margin-left: 10px;
}
p.cart__sub {
    width: 100%;
    background: transparent;
    text-align: center;
    color: #000000;
    font-size: .813rem;
    padding: 2px 0;
    margin: 0;
}
.cart-drawer .free_shipping_card_wrapper .free_shipping_card_progress .free_shipping_card_progress_bar {
    border-radius: 0;
    background: #D50062;
    height: 2px;
    display: block;
}
.cart_tax, p.caption-with-letter-spacing.light {
    color: #919191;
    font-size: .813rem;
    opacity: 1;
    font-family: var(--text-light);
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 1;
}
p.cart__item-name {
    font-size: .75rem;
    font-weight: 400;
    padding-right: .75rem;
    text-transform: inherit;
    line-height: 1.125rem;
    letter-spacing: 0;
    color: #001d38;
    font-family: var(--heading-medium);
    padding-right: 2.5rem;
    margin-bottom: 0;
    max-width: 15rem;
}
@media screen and (max-width: 849px){
 #CartDrawer .drawer__inner {
    width: 100%;
    max-width: 28.75rem;
    min-width: auto;
    border-radius: 0;
  }
  #CartDrawer .drawer__inner .swiper-slide {
    width: 100% !important;
  }
  .drawer__inner p.totals__total-value, .drawer__inner .totals__total, .upsell-header h5, .drawer__heading {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0;
  }
  .drawer__inner p.totals__total-value {
    font-size: 14px;
    letter-spacing: 0;
  }
   div#CartDrawer-CartItems .cart-item__media {
    width: 100%;
    max-width: 75px;
    flex-basis: 75px;
    padding: 0;
    height: 80px;
    margin-top: 8px;
  }
  .cart-drawer .free_shipping_card_wrapper .free_shipping_card_title {
    font-size: 12px;
  }
  .upsell-header h5 {
    margin-bottom: 15px;
  }
  .pro-image {
    width: 85px;
    height: 55px;
  }
  .drawer__inner small.tax-note.caption-large.rte {
    margin-top: 0;
  }
  button.btn.custom-check-btn.btn__default.submit_form {
    width: 40px;
    height: 30px;
  }
  div#CartDrawer-CartItems .cart-item__name {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
  }
  .drawer__inner dl .product-option {
    font-size: 12px;
    letter-spacing: .48px;
  }
  .cartdrawer-upsell-wrap .main_wrapper {
    padding: 0;
  }
  .drawer__inner .drawer__header {
    padding: 10px 0;
  }
  .cart-drawer .free_shipping_card_wrapper {
    border-top: 0;
  }
  p.upsell_title {
    color: #004381;
    font-size: 15px;
    line-height: 1.625rem;
    letter-spacing: .6px;
    font-family: var(--font-heading-family);
  }
}