/** Shopify CDN: Minification failed

Line 308:15 Expected "}" to go with "{"

**/
/* Drawer Styling */
#PBarNextFrameWrapper {
    /* display: none; */
}
.m-0{
  margin: 0;
}
.body-cart-drawer-open {
    overflow: hidden;
}
.cart-discounts {
    margin: 0;
    padding-left: 0px;
    list-style: none;
}
.cart-discounts .discount {
    display: flex;
    gap: 10px;
}
.cart-drawer {
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 550px;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1001;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  /* overflow-y: auto; */
}
.cart-drawer::-webkit-scrollbar {
  width: 10px !important;
}
@media screen and (max-width: 767px){
  .cart-drawer {
      height: 90%;
  }
}
.cart-drawer.cart-drawer-open {
  transform: translateX(0%);
}
/* Hide helper */
.cart-drawer-hidden {
  /* display: none; */
}
.cart-drawer.cart-drawer-open + .cart-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

/* Loader */
.cart-loading .cart-drawer--body {
    position: relative;
}

.cart-loading .cart-drawer--body::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    opacity: 0.7;
}
.cart-drawer--body,.cart-inner,.cart-drawer-content {
    height: 100%;
}
.cart-drawer--body {
    height: calc(100% - 225px);
    overflow: auto;
}
.cart-drawer--body::-webkit-scrollbar {
  width: 10px !important;
}
/* Quantity Buttons */
.cart-qty--wrapper {
  display: flex;
  gap: 15px;
}

.cart-qty {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 2px solid #eee;
  border-radius: 10px;
}

.cart-item--remove {background: transparent;color: #f00;}

.cart-item--remove svg {
    width: 20px;
    height: 20px;
    margin-top: 5px;
}
.cart-qty button {
  width: 30px;
  height: 30px;
  font-size: 16px;
  background: transparent;
}
.cart-qty button[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}
.cart-error {
    padding: 4px;
    background: #ffe0e0;
    color: #b30000;
    border: 1px solid #ffaaaa;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 9px;
    display: inline-block;
    margin-top: 8px;
    line-height: 100%;
}


.cart-drawer--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 20px;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 9;
}

.cart-drawer--header h2 {
  margin: 0;
  font-weight: bold;
  color: #9caf8f;
}
.cart-drawer--header-btns {
  display: flex;
  gap: 30px;
}

.cart-drawer--header-btns a {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.cart-drawer-close {
  font-size: 45px;
  padding: 0;
  background: transparent;
  line-height: 20px;
  font-weight: 300;
}
div#cart-items {
  padding: 30px;
  padding-top: 0;
}

.cart-item {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
}

.cart-item--image {
  width: 20%;
}

.cart-item--detail {
  width: 70%;
}

.cart-item--image img {
  width: 100%;
}

.cart-item--options {
    margin: 5px 0 10px;
}
.cart-item--price {
    font-size: 18px;
    margin: 10px 0;
    display: block;
}

.cart-item--title {
    font-size: 16px;
}
.cart-drawer--footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    box-shadow: 1px 1px 11px 1px #ccc;
    flex-direction: column;
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 2;
}
.checkout-btn span{
    color: #fff !important;
}
.checkout-btn svg {
    margin-bottom: 3px;
}
.checkout-btn {
    background: #9caf8f;
    color: #fff !important;
    display: flex;
    gap: 5px;
    font-size: 16px;
    align-items: center;
    width: 80%;
    text-align: center;
    justify-content: center;
    border-radius: 8px;
}

.cart-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
}


.cart-upsell--item {
    display: flex;
    gap: 20px;
}

.cart-upsell {
    padding: 20px 20px;
}

.cart-upsell--details button {
    transform: unset;
    opacity: 1;
    color: #fff;
    border: none;
    background: #9caf8f;
    border-radius: 6px;
    padding: 13px 40px;
    text-transform: uppercase;
}
.cart-upsell--details p,.cart-upsell--details h5 {
    margin: 0;
    padding: 0;
}

.cart-upsell--details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
    justify-content: center;
}
.cart-upsell-slide {
    width: 100%;
}
.cart-upsell-slider {
    overflow: visible;
    background: #f8f8f8;
    padding: 10px;
}

.cart-upsell-slider .flickity-page-dots {
    display: none;
}

.cart-upsell-slider .flickity-button {
    right: 0px;
    left: unset;
    top: unset;
    bottom: calc(100% + 15px);
    background: #9caf8f;
    height: 30px;
    opacity: 1;
    border-radius: 5px;
}
.cart-upsell-slider .flickity-prev-next-button.previous {
    right: 40px;
}
.cart-upsell-slider .flickity-prev-next-button svg {
    padding: 0;
}
.cart-upsell-slider .flickity-prev-next-button .arrow {
    fill: #f8f8f8;
    opacity: 1;