/** Shopify CDN: Minification failed

Line 182:4 Unexpected "{"
Line 182:5 Expected identifier but found "%"
Line 182:32 Unexpected "{"
Line 182:33 Expected identifier but found "%"

**/
#CartDrawer .cart__item-details {
   grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas:
        "image info info remove"
        "image quantity price price";
}

#CartDrawer .cart__item-sub {
    grid-row: 1;
    order: -1
}

#CartDrawer .cart__item-sub {
 position: initial;
    grid-area: remove;
    align-self: self-start;
    text-align: right;
    margin-left: auto;
}

@media only screen and (min-width:769px) {

    .drawer--right {
        width: 540px;
        right: -540px
    }
}



@media only screen and (min-width:769px) {

    .drawer--right.drawer--is-open {
        transform: translateX(-540px)
    }
}

#CartDrawer .js-qty__wrapper .js-qty__num{
    border: none;
    pointer-events: none;
    height: auto;
  }
  #CartDrawer .js-qty__wrapper {
    max-width: 144px;
  }
  #CartDrawer .js-qty__wrapper .js-qty__adjust{
    width: 34px;
      height: 34px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(55, 56, 115, 0.2);
  }
  #CartDrawer .js-qty__wrapper .js-qty__adjust svg{
    fill: #fff
  }

  #CartDrawer .js-qty__wrapper .js-qty__adjust {
    width: 28px;
    height: 28px;
  }
  #CartDrawer .js-qty__wrapper .js-qty__adjust {
    width: 21px;
    height: 21px;
    padding: 4px;
  }
  #CartDrawer .js-qty__wrapper .js-qty__num {
    border: none;
    pointer-events: none;
    height: auto;
    height: 21px;
  }
  #CartDrawer .js-qty__wrapper {
    max-width: 80px;
  }

  .drawer .cart__remove{
    display: block;
  }

  .cart__remove svg{
    width: 12px;
    height: 12px;
  }

.cart__item-title .cart__item--variants {
    font-size: 13px;
    line-height: 18px;
    color: #A1A7A7
}

.cart__item-name{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px
}

#CartDrawer .cart__price {
    color: #665BA7;
    font-size: 20px;
    font-weight: 700;
  }
  
  .cart__item .cart__item-details {
    padding-top: 24px;
    padding-bottom: 12px;
  }
   
  .cart__item  + .cart__item .cart__item-details {
    padding: 12px 0;
}
.cart__item{
    margin-bottom: 0;
}

.cart__checkout-wrapper .btn{
    font-weight: 400;
    background-color: #f19072;
    color: #fff;
    display: inline-block;
    border-radius: 40px;
    font-family: var(--typeHeaderPrimary);
    display: block;
  font-weight: bold
}
#CartDrawer  .drawer__title{
    width: auto;
    font-size: 20px;
}
#CartDrawer .drawer__header{
    display: flex;
    padding-top: 28px;
    justify-content:space-between;
}
#CartDrawer .drawer__scrollable{
    padding-top: 0px;
}

#CartDrawer .drawer__fixed-header{
    padding-top: 30px;
    height: auto;
}
#CartDrawer .drawer__close{
    text-align: left;
}

#CartDrawer .drawer__close-button{
    padding: 10px;
    border-radius: 100%;
    background-color:rgba(27, 42, 87, 0.2);
    width:42px;
    height: 42px;
    display: flex;
    align-items:center;
    justify-content: center;
    position:initial
    
}
#CartDrawer .drawer__close-button .icon {
    width: 40px;
    height: 40px;
    color: #ffff;
}
#CartDrawer .drawer__footer{
    padding-top: 20px;
    padding-bottom: 36px
}

input.limoniapps-discountninja-cartdiscountfield-input::placeholder, input[type=text].limoniapps-discountninja-cartdiscountfield-input::placeholder{
    color:#1B2A57;
    font-weight: 700;
    {% comment %} opacity: 0.4; {% endcomment %}
  }
  input.limoniapps-discountninja-cartdiscountfield-input:focus::placeholder {
    opacity: 0;
  }
input.limoniapps-discountninja-cartdiscountfield-input, input[type=text].limoniapps-discountninja-cartdiscountfield-input{
  --inputs-radius: 0;
  --color-background: transparent;
  --color-foreground: 255,255,255;
  border: 1px solid #fff;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: inherit;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 45px;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(70px + (var(--inputs-border-width) * 2));
  position: relative;
  border: none;
  flex-grow: 1;
  text-align: left;
  padding: 15px 0;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
  max-width: 100%;
  padding:0 ;
  height:auto;
}
.limoniapps-discountninja-cartdiscountfield-placeholder{
  width:100%
}
.checkout__block button.limoniapps-discountninja-cartdiscountfield-apply,  .checkout__block button[type=button].limoniapps-discountninja-cartdiscountfield-apply{
  --buttons-radius: 999px;
  --color-button: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 10px;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  font-size: 15px;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  min-width: calc(12px + 1 * 2);
  min-height: calc(45px + 1 * 2);
  border-radius: var(--buttons-radius);
  border: 1px solid;
  margin-top: 0;
  border:none;
  padding:0 ;
  height:auto;
}
input.limoniapps-discountninja-cartdiscountfield-input::placeholder {
  color: #ffff;
}
input.limoniapps-discountninja-cartdiscountfield-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

input.limoniapps-discountninja-cartdiscountfield-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.cart__page .cart__item .limoniapps-discountninja-discountedprice{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: right;
  align-items: flex-end;
}
.limoniapps-discountninja-cartdiscountfield-inputandbutton {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 100px;
  gap: 24px;
  width: 100%;
}
.limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-productprice-original, .limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-productprice-original .money{
  display: none!important;
}
.limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price, .limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price .money {
  line-height: 1.2;
  color: #345DAA!important;
  font-size: 20px!important;
  font-weight: 700!important;
}
.limoniapps-discountninja-cart-item-line-price + .limoniapps-discountninja-productprice-original, .limoniapps-discountninja-cart-item-line-price + .limoniapps-discountninja-productprice-original .money {
  line-height: 1.2;
  color: #AEBEDD!important;
  font-size: 16px!important;
  font-weight: 700!important;
  text-decoration: line-through 1px #AEBEDD!important;
}
.limoniapps-discountninja-shortcode-discounted_price + .limoniapps-discountninja-productprice-original, .limoniapps-discountninja-productprice-original + .limoniapps-discountninja-shortcode-discounted_price, .limoniapps-discountninja-shortcode-discounted_subtotal, .limoniapps-discountninja-shortcode-subtotal {
  margin-left: 0;
}

.cart__footer .limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price, .limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price .money {
  font-weight: normal!important;
  font-size: 30px!important;
    margin-top: 6px;
    line-height: 1.2;
    color: #345daa!important;
}

.cart__footer  .limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-productprice-original .money {
  display: none !important;
}
input.limoniapps-discountninja-cartdiscountfield-input:focus, input[type=text].limoniapps-discountninja-cartdiscountfield-input:focus{
  box-shadow: none !important;
}
.cart-item__price-wrapper .limoniapps-discountninja-discountedprice {
  flex-direction: column-reverse;
}
.limoniapps-discountninja-cart-subtotal-price[data-subtotal] .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price .money{
  font-size: 22px!important;
}
@media(max-width: 749px) {

  .cart-item__price-wrapper .limoniapps-discountninja-discountedprice{
    align-items: flex-start
  }
  .cart__page .cart__item .limoniapps-discountninja-discountedprice{
    align-items: flex-start
  }
.limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price, .limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price .money {
  font-size: 14px!important;
}
.limoniapps-discountninja-cart-item-line-price + .limoniapps-discountninja-productprice-original, .limoniapps-discountninja-cart-item-line-price + .limoniapps-discountninja-productprice-original .money {
  font-size: 14px!important;
}
  .cart__footer .limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price, .limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price .money {
    font-size: 18px!important;
  }
  .limoniapps-discountninja-cart-subtotal-price[data-subtotal] .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price .money{ 
    font-size: 18!important;
  }
}

.limoniapps-discountninja-cart-item-line-price + .limoniapps-discountninja-productprice-original{
    display: block!important;
}
.limoniapps-discountninja-cart-item-line-price + .limoniapps-discountninja-productprice-original .cart__price{
  display: none;
}
.cart__item .cart__item-details{
    border-top: none;
}
#CartDrawer  .drawer__scrollable{
    border-top: 1px solid  rgba(27, 42, 87, 0.2);
    padding-top: 24px;
}
.add-to-cart-success {
    display: none;
    padding: 10px 14px;
    background: #E9F5EF;
    border-radius: 45px;
    width: max-content;
    font-size: 13px;
}
.success
.add-to-cart-success {
    display: inline-block;

}
@media(max-width:767px){
    :root {
        --drawer-gutter: 15px
    }
    #CartDrawer.drawer--right.drawer--is-open{
        transform: translate(-100%);
    }
    #CartDrawer.drawer--right{
        width: 100%;
    right: -100%;
    max-width: 100%
    }
   
    #CartDrawer .cart__image{
        width: 85px;
        height: 85px
    }
    #CartDrawer .drawer__fixed-header{
        padding-top : 15px
    }
    #CartDrawer  .drawer__close-button{
        width: 30px;
        height: 30px;
        padding: 5px;
    }
  #CartDrawer .cart__price {
    font-size: 14px;
}
}

.cart__item-price-col{
  position: relative;
  min-width: 50px
}

.cart_is_loading *, .cart_is_loading>*{
  cursor: wait!important;
}

.cart_is_loading .cart__item-price-col:before {
  height: 7px;
  width: 50px;
  right: 0;
  top: 50%;
  margin-top: -2px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeload;
  animation-name: placeload;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #e5e5e5;
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#fbfbfb),color-stop(50%,#e5e5e5),color-stop(100%,#fbfbfb));
  background: -webkit-linear-gradient(left,#fbfbfb 0%,#e5e5e5 50%,#fbfbfb 100%);
  background: linear-gradient(to right,#fbfbfb 0%,#e5e5e5 50%,#fbfbfb 100%);
  background-size: 700px 100px;
  position: absolute;
  opacity: 1;
  content: "";
  border-radius: 99px;
}

@-webkit-keyframes placeload {
  0% {
      background-position: 0
  }

  to {
      background-position: 700px 0
  }
}

@keyframes placeload {
  0% {
      background-position: 0
  }

  to {
      background-position: 700px 0
  }
}
.cart_is_loading .cart__item-price-col * {
  opacity: 0!important;
}
#CartDrawer .cart__item-price-col{
  min-height: 44px;
}


#CartDrawer .cart__image {
    grid-row: 1 / 3;
    grid-area: image;
    height: 107px;
    width: 107px;
    align-self: self-start;
    grid-area: image;
}

#CartDrawer .cart__item-title {
    /* grid-column: 2 / 4; */
    grid-area: content;
    grid-area: info;
}

#CartDrawer .qty_container {
    /* grid-column: 2 / 5; */
    /* grid-area: image; */
    /* grid-row: 3; */
    grid-area: quantity;
}

#CartDrawer .cart__item-price-col {
    grid-area: price;
}