/** Shopify CDN: Minification failed

Line 369:8 Expected identifier but found "360px"
Line 512:9 Cannot use type selector "--discount" directly after nesting selector "&"
Line 599:9 Cannot use type selector "--compare" directly after nesting selector "&"
Line 605:9 Cannot use type selector "--current" directly after nesting selector "&"
Line 630:10 Cannot use type selector "--sold-out" directly after nesting selector "&"

**/

/* Cart Drawer Overlay */
.cart-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27,27,27,.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .3s;
  transition-property: all;
  pointer-events: none;
  &.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
#cart-drawer {
  padding: 0;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.15);
}
.recommendations_title{
  font-weight:700;
}
.cart-drawer::part(content) {
  background: #FCFCFC; /*-- #1e1e1e #FCFCFC -- */
  border-radius: 0;
  clip-path: none !important;
}
.cart-drawer::part(body) {
  padding: 0;
  opacity: 1 !important;
}
#CartDrawer {
  height: 100%;
  overflow: hidden;
}
cart-drawer-items {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Custom Checkobox */
.custom_checkbox *,
.custom_checkbox *:after,
.custom_checkbox *:before {
  box-sizing: border-box;
}
.custom_checkbox {
  display: inline-block;
  input {
    position: absolute;
    opacity: 0;
    &:checked+label svg path {
      stroke-dashoffset: 0;
    }
    &:focus+label {
      transform: scale(1.03);
    }
    &+label {
      display: block;
      border: 1px solid #00000080;
      width: var(--size);
      height: var(--size);
      cursor: pointer;
      transition: all .2s ease;
      position: relative;
      &:active {
        transform: scale(1.05);
      }
      svg {
        pointer-events: none;
        padding: 5%;
        position: absolute;
        top: 0;
        path {
          fill: none;
          stroke: #000000;
          stroke-width: 2px;
          stroke-linecap: round;
          stroke-linejoin: round;
          stroke-dasharray: 100;
          stroke-dashoffset: 101;
          transition: all 250ms cubic-bezier(1, 0, .37, .91);
        }
      }
    }
  }
}

.cart-drawer__middle .line_item__info .trash_data .link{
  display:flex;
  gap:5px;
  align-items:center;
}
/* CART HEADER */
.cart-drawer__top {
  /* border-bottom: 1px solid #E7E7E7; */
  background-color:#fff;
  padding: 24px 24px 0;
  gap: 0px;
  .cart_header {
    color: #000000;
    .cart_title {
      font-size: 13px;
      /* margin-left: 8px; */
    }
    .drawer__close-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      span {
        font-size: 12px;
      }
      svg {
        width: 18px;
      }
    }
  }
}
.cart-drawer.drawer {
  max-width: 90%;
  width: 540px;
}

/* CART MIDDLE */
.cart-drawer__middle {
  flex: 1;
  overflow: auto;
  display: flex;
  background-color:#fff;
  flex-direction: column;
  justify-content: space-between;
  .cart-drawer__line-items {
    display: flex;
    flex-direction: column;
    row-gap: 1px;
  }
  .line_item {
    /* border-bottom: 1px solid #E7E7E7; */
    padding: 12px;
    gap: 16px;
    color: #000000;
    background-color: #fafafa;
    align-items: start;
    display: flex;
    flex-wrap: nowrap;
  }
  .line_item__media_wrapper {
    width: 100px;
    height: 100%;
    background: #fff;
    position: relative;
    .pill-loader {
      background: black;
      position: absolute;
      top: calc(50% - 0.5rem);
      left: calc(50% - 1rem);
      color: #FFFFFF;
    }
    .line_item__media {
      object-fit: cover;
      height: 100%;
    }
  }
  .line_item__info {
    width: 100%;
    height: 100%;
    min-height: 120px;
    max-width: calc(100% - 100px);
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    gap: 20px;
    .title_data {
      width: 100%;
      max-width: calc(100% - 70px);
      color: #000000;
      .product-title-cart {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.3px;
      }
    }
    .price_remove_data {
      width: 100%;
      max-width: 50px;
      text-align: right;
      margin-left: auto;
    }
    .price-list {
      justify-content: end;
      & * {
        color: #000000;
      }
    }
    .trash_data {
      display: flex;
      align-items: center;
      justify-content: end;
      color: #000000;
      gap: 10px;
      margin-top: 8px;
      a * {
        pointer-events: none;
      }
      .link {
        text-decoration: none;
        background: transparent;
        font-size: 14px;
        letter-spacing: 0;
      }
    }
    .quantity_data {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      gap: 20px;
      .quantity-selector {
        height: 40px;
        width: 100%;
        max-width: 60px;
        border-color: #e7e7e7;
        border-bottom: 0;
        border: 0;
        color: #000000;
      }
      .quantity-dropdown {
        width: 100%;
        max-width: 80px;
        height: 40px;
        padding: 8px 32px 8px 12px;
        border-bottom: 1px solid #e7e7e7;
        border-radius: 0;
        background-color: transparent;
        color: #000000;
        font-size: 14px;
        font-family: "Aeonik", sans-serif;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 12px 8px;
        &:focus {
          outline: none;
          border-color: #000000;
        }
        &:hover {
          border-color: #000000;
        }
        option {
          padding: 8px;
          background-color: #ffffff;
          color: #000000;
        }
      }
      .quantity-input {
        width: 100%;
        max-width: 54px;
        border-radius: 0;
        border-top: 0;
        border-bottom: 0;
        border-color: #e7e7e7;
      }
      .qty-btn {
        width: 64px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
    }
  }
  .bundle_list {
    padding: 0;
    & + .line_item {
      margin-top: 16px;
      border-top: 1px solid #e7e7e7;
    }
    .line_item__media_wrapper {
      width: 100px;
      height: 90px;
    }
    .line_item__info {
      min-height: 90px;
      .title_data {
        .title {
          line-height: 100%;
          letter-spacing: 0;
        }
        .subtitle {
          font-size: 14px;
          letter-spacing: 0;
          color: #828282;
          margin-top: 8px;
        }
      }
      .line-through {
        color: #828282;
        white-space: nowrap;
      }
    }
    .price_remove_data {
      display: flex;
      gap: 8px;
      justify-content: right;
    }
  }
  .cart_recommendations {
    padding: 0;
    .recommendations_header {
      padding: 12px 0;
    }
    .recommendations_title {
      color: #000000;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.3px;
      font-family: "Aeonik", sans-serif;
      margin-bottom: 8px;
      padding-inline: 12px;
    }
    .recommendations_progress_bar {
      height: 2px;
      background-color: #E5E5E5;
      position: relative;
      overflow: hidden;
      .recommendations_progress_bar__fill {
        height: 100%;
        background-color: #000000;
        width: 0%;
        transition: width 0.3s ease;
      }
    }
    .recommendations_slider_wrapper {
      overflow: hidden;
    }
    .cart-recommendations-swiper {
      overflow: visible;
      .swiper-wrapper {
        display: flex;
      }
      .swiper-slide {
        width: auto;
        height: auto;
        360px;
      }
    }
    .horizontal-product {
      padding: 0;
      gap: 0;
      align-items: stretch;
    }
    .horizontal-product__image {
      width: 100px;
      aspect-ratio: 1;
      flex: unset;
      border-bottom: 1px solid #EAEAEA;
    }
    .horizontal-product__info {
      display: flex;
      flex-direction: column;
      align-items: start;
      /* width: calc(100% - 100px); */
      border-bottom: 1px solid #E7E7E7;
    }
    .first_block {
      display: flex;
      gap: 10px;
      justify-content: space-between;
      width: 100%;
      padding: 8px 24px 0 16px;
      .product_title {
        font-size: 16px;
        line-height: 100%;
        /* letter-spacing: 0px; */
        font-weight:700;
        color: #000000;
      }
      .product_price {
        color: #000000;
        font-size: 16px;
        line-height: 100%;
        white-space: nowrap;
      }
    }
    .secound_block {
      width: 100%;
      .quantity-selector {
        height: 40px;
        border-color: #E7E7E7;
        border-bottom: 0;
        color: #000;
      }
      .qty-btn {
        width: 64px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .quantity-input {
        width: 100%;
        max-width: 54px;
        border-radius: 0;
        border-top: 0;
        border-bottom: 0;
        border-color: #E7E7E7;
      }
      form {
        display: flex;
      }
      button[type="submit"] {
        max-width: 100%;
        background: #FFFFFF;
        color: #000000;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0;
        flex: 1;
      }
      &.disabled .button {
        background: #5e5e5e;
        color: white;
      }
    }
    .recommendations_product_list_mobile {
      display: none;
    }
  }
  /* Cart Drawer Product Card */
  .cart-drawer-product-card {
    width: 200px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    
    .product-card__image-wrapper {
      position: relative;
      width: 100%;
      aspect-ratio: 1;
      background: #f5f5f5;
      overflow: hidden;
      
      .product-card__image-link {
        display: block;
        width: 100%;
        height: 100%;
      }
      
      .product-card__image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: opacity 0.3s ease;
        &.product-card__image--primary {
          opacity: 1;
        }
        &.product-card__image--secondary {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
        }
      }
      
      &.has-multiple-images:hover {
        .product-card__image--primary {
          opacity: 0;
        }
        .product-card__image--secondary {
          opacity: 1;
        }
      }
      
      .product-card__badge {
        position: absolute;
        top: 8px;
        left: 8px;
        background-color: #8B4513;
        color: #ffffff;
        padding: 4px 8px;
        font-size: 11px;
        font-weight: 600;
        font-family: "Aeonik", sans-serif;
        z-index: 2;
        
        &--discount {
          background-color: #8B4513;
        }
      }
      
      .product-card__cart-icon {
        position: absolute;
        bottom: 8px;
        right: 8px;
        width: 32px;
        height: 32px;
        background-color: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.3s ease, transform 0.3s ease;
        z-index: 2;
        cursor: pointer;
        opacity: 1;
        transform: translateY(0);
        color: rgb(27, 27, 27);
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        svg {
          width: 14px;
          height: 14px;
        }
        &:hover {
          background: linear-gradient(106.34deg, #9AB0C7 -11.4%, #4678AC 108.79%);
          color: #ffffff;
          transform: scale(1.05);
        }
        &.loading {
          background-color: #ffffff;
          cursor: wait;
          pointer-events: none;
        }
        .loader-spinner {
          width: 14px;
          height: 14px;
          box-sizing: border-box;
          border: 2px solid rgba(0, 0, 0, 0.1);
          border-top-color: #000;
          border-radius: 50%;
          animation: spin 0.6s linear infinite;
          display: block;
        }
      } 
    }
    
    .product-card__info {
      padding: 12px;
      display: flex;
      flex-direction: column;
      gap: 4px;
      
      .product-card__title {
        font-size: 13px;
        font-weight: 600;
        color: #000000;
        text-decoration: none;
        font-family: "Aeonik", sans-serif;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        
        &:hover {
          text-decoration: underline;
        }
      }
      
      .product-card__variant-title {
        font-size: 11px;
        color: #737373;
        font-family: "Aeonik", sans-serif;
        line-height: 1.3;
      }
      
      .product-card__price {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 4px;
        
        &--compare {
          font-size: 12px;
          color: #737373;
          text-decoration: line-through;
        }
        
        &--current {
          font-size: 13px;
          font-weight: 600;
          color: #000000;
          font-family: "Aeonik", sans-serif;
        }
      }
      
       .product-card__add-to-cart {
         width: 100%;
         padding: 10px;
         margin-top: 8px;
         background-color: #8B4513;
         color: #ffffff;
         border: none;
         font-size: 12px;
         font-weight: 600;
         font-family: "Aeonik", sans-serif;
         cursor: pointer;
         transition: background-color 0.3s ease;
         
         &:hover:not(:disabled) {
           background-color: #6B3410;
         }
         
         &--sold-out {
           background-color: #5e5e5e;
           cursor: not-allowed;
         }
       }
     }
     
     /* Variant Modal */
     .product-card__variant-modal {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       z-index: 10;
       
       .variant-modal__overlay {
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         background-color: rgba(0, 0, 0, 0.7);
       }
       
       .variant-modal__content {
         position: absolute;
         bottom: 0;
         left: 0;
         width: 100%;
         background-color: #ffffff;
         padding: 20px;
         display: flex;
         flex-direction: column;
         gap: 16px;
         max-height: 80%;
         overflow-y: auto;
       }
       .variant-modal__header {
         display: flex;
         align-items: center;
         gap: 3px;
         font-size: 12px;
         font-weight: 400;
         font-family: "Aeonik", sans-serif;
         color: #000000;
         .variant-modal__label {
           text-transform: capitalize;
         }
         .variant-modal__selected-value {
           font-weight: 400;
           color: #737373;
         }
       }
       
       .variant-modal__options {
         display: grid;
         grid-template-columns: repeat(2, 1fr);
         gap: 5px;
       }
       .variant-modal__option {
         padding: 8px;
         border: 1px solid #e5e5e5;
         background-color: #ffffff;
         color: #000000;
         font-size: 12px;
         font-weight: 400;
         font-family: "Aeonik", sans-serif;
         text-align: center;
         cursor: pointer;
         transition: all 0.2s ease;
         &.variant-modal__option--selected {
           border: 2px solid #000000;
         }
         &.variant-modal__option--unavailable {
           opacity: 0.4;
           cursor: not-allowed;
           color: #737373;
         }
         span {
           display: block;
         }
       }
       
       .variant-modal__add-to-cart {
         width: 100%;
         padding: 8px;
         background: linear-gradient(106.34deg, #9AB0C7 -11.4%, #4678AC 108.79%);
         color: #ffffff;
         border: none;
         font-size: 12px;
         line-height: 1;
         font-weight: 600;
         font-family: "Aeonik", sans-serif;
         text-transform: uppercase;
         cursor: pointer;
         transition: background-color 0.3s ease;
         margin-top: 8px;
         text-align: center;
         &:disabled {
           background-color: #5e5e5e;
           cursor: not-allowed;
         }
       }
     }
   }
  .empty_cart_data {
    color: #000000;
    text-align: center;
    padding: 27px 0 10px;
    h3 {
      font-family: "Aeonik" !important;
      font-weight: 700;
      font-size: 18px;
      line-height: 1.5;
      letter-spacing: 0;
    }
    p {
      font-family: "Aeonik" !important;
      font-weight: 500;
      font-size: 14px;
      line-height: 1.3;
      letter-spacing: 0;
    }
    & + .button {
      max-width: 200px;
      margin: 0 auto;
      padding: 12px 16px;
      font-size: 14px;
      letter-spacing: 0;
      font-weight: 400;
    }
  }
  &.empty_cart {
    justify-content: center;
  }
  &::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6); */
    background-color: #5e5e5e;
  }
  &::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
  }
  &::-webkit-scrollbar-thumb {
    background-color: #000;
    /* background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 25%, transparent 100%, rgba(0, 0, 0, 1) 75%, transparent) */
  }
}
.recommendations_product_list_mobile {
  .swiper-pagination-progressbar {
    bottom: 0;
    top: auto;
    .swiper-pagination-progressbar-fill {
      background: linear-gradient(to right, #9AB0C7 0%, #4678AC 100%);
    }
  }
}

@media screen and (max-width: 991px) {
  .cart-drawer__middle {
    .cart_recommendations {
      .recommendations_product_list {
        display: none;
      }
      .recommendations_product_list_mobile {
        display: block;
      }
    }
  }
}


.free-shipping-bar {
  gap: 2px;
  padding-bottom: 40px;
  span {
    color: #737373;
  }
}
span.free-shipping-bar-text {
  font-size: 13px;
  font-weight: 600;
}
.free-shipping-progress-wrapper {
  position: relative;
  margin-top: 6px;
  padding-right: 10px;
}
.progress-bar {
  background: #e5e5e5;
  border-radius: 0;
  height: 3px;
  display: block;
  &:before {
    background: #03ae00;
  }
}
.free-shipping-icon-wrapper {
  position: absolute;
  top: -12px;
  left: calc(100% - 10px);
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  z-index: 1;
  transition: left 0.5s ease-in-out;
}
.free-shipping-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  .free-shipping-truck-icon {
    width: 18px;
    height: 18px;
    color: #737373;
    transition: color 0.3s ease;
  }
}
.free-shipping-text {
  font-size: 11px;
  font-weight: 600;
  color: #4678AC;
  white-space: nowrap;
  font-family: "Aeonik", sans-serif;
  transition: color 0.3s ease;
}

/* Reached state styles */
.free-shipping-bar.reached {
  .free-shipping-icon {
    background-color: #03ae00;
    .free-shipping-truck-icon {
      color: #ffffff;
    }
  }
  .free-shipping-text {
    color: #03ae00;
  }
}

/* CART FOOTER */
.cart-drawer__footer {
  .cart_free_shipping_bar {
    color: #000000;
    padding: 16px 24px 12px;
    border-bottom: 1px solid #E7E7E7;
    background: #FFFFFF;
    .progress_bar_price {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
    }
  }
  .cart_summary {
    display: flex;
    justify-content: space-between;
    padding: 12px 24px;
    border-bottom: 1px solid #E7E7E7;
    background: #FFFFFF;
    * {
      font-size: 18px;
      font-family: "Aeonik" !important;
      color: #000000;
    }
  }
  .cart_form {
    padding: 12px 0 0;
    background: #FFFFFF;
    form {
      display: flex;
      flex-direction: column;
      width: 100%;
    }
    .upcartTermsCheckboxWrapper {
      color: #000000;
      font-family: "Aeonik" !important;
      letter-spacing: 0;
      margin-bottom: 14px;
      padding: 0 24px;
      display: flex;
      align-items: center;
      gap: 5px;
    }
    .upcartTermsCheckboxWrapper a {
      text-decoration: underline;
      text-underline-offset: 4px;
    }
    .button[type="submit"] {
      background: linear-gradient(106.34deg, #9AB0C7 -11.4%, #4678AC 108.79%);
      width: 100%;
      &:disabled {
        background: #8F8F8F;
        background: linear-gradient(134deg, #DFDFDF 0%, #A0A0A0 100%),#9AB0C7;
      }
    }
  }
  .cart_payment_icon {
    background: #FFFFFF;
    padding: 12px 0;
  }
}

.line-item-properties{
  padding-bottom: 5px;
  font-size: 12px;
}

/* Order Note Section */
.cart-order-note {
  padding: 0;
  .order-note-toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    .order-note-title {
      font-size: 13px;
      font-weight: 400;
      color: #1b1b1b;
      letter-spacing: 0.3px;
      font-family: "Aeonik", sans-serif;
      text-transform: uppercase;
    }
    .order-note-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.3s ease;
      svg {
        width: 12px;
        height: 12px;
        color: #000000;
        path {
          stroke-width: 1px;
        }
      }
    }
    &[aria-expanded="true"] {
      .order-note-icon {
        transform: rotate(180deg);
      }
    }
  }
  .order-note-content {
    padding: 0 24px 12px;
    animation: slideDown 0.3s ease;
  }
  .order-note-textarea {
    width: 100%;
    min-height: 100px;
    padding: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background-color: #ffffff;
    color: rgb(27, 27, 27);
    font-size: 13px;
    font-family: "Aeonik", sans-serif;
    resize: vertical;
    &:hover {
      background-color: #fafafa;
    }
    &::placeholder {
      color: #737373;
    }
    &:focus {
      outline: none;
      border-color: #000000;
    }
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}