/** Shopify CDN: Minification failed

Line 1306:1 Expected "}" to go with "{"

**/
.product-main-wrapper {
  width: 100%;
  display: flex;
  padding-bottom: 40px;
  @media screen and (min-width: 992px) {
    padding-bottom: 7.625rem;
  }

  @media screen and (max-width: 991px) {
    flex-direction: column !important;
  }

  .product-col-left,
  .product-col-right {
    @media screen and (min-width: 768px) and (max-width: 991px) {
      width: 100% !important;
    }
  }

  .product-col-right {
    @media screen and (min-width: 768px) and (max-width: 991px) {
      padding: 0 !important;
    }
    .product__title {
      @media screen and (min-width: 992px) {
        margin-bottom: 15px;
      }
    }
    .product__info-container .product-form {
      @media screen and (min-width: 992px) {
        margin: 25px 0 10px !important;
      }
    }
    .product-form__buttons {
      flex-direction: row-reverse;
      @media screen and (max-width: 767px) {
        justify-content: start;

        button {
          max-width: 170px;
        }
      }
    }
    .shopify-payment-button {
      padding-left: 0;
      @media screen and (max-width: 992px) {
        margin-right: -5px !important;
      }
    }

    .price__container + span {
      @media screen and (min-width: 992px) {
        margin-left: 6px !important;
      }
    }
  }

  .thumbnail-slider {
    @media screen and (min-width: 768px) and (max-width: 991px) {
      margin-bottom: 50px;
    }
    @media screen and (min-width: 568px) and (max-width: 991px) {
      display: flex !important;
    }
    position: relative;
  }

  .product-form__buttons,
  .wishlisthero-product-page-button-container {
    @media screen and (min-width: 768px) and (max-width: 991px) {
      width: 55%;
    }
  }

  .product-col-left.product__media-wrapper {
    @media screen and (min-width: 992px) {
      max-width: 54.5% !important;
      width: 100% !important;
    }
    @media screen and (min-width: 1200px) {
      max-width: 55.5% !important;
    }
  }

  .product-col-right.product__info-wrapper {
    /* z-index: 3; */
    @media screen and (min-width: 992px) {
      max-width: 43.5% !important;
      width: 100% !important;
    }
    @media screen and (min-width: 1200px) {
      max-width: 42.5% !important;
    }
  }

  @media screen and (min-width: 992px) {
    --bs-gutter-x: 6.0625rem;
  }

  /* .share-button {
    @media screen and (min-width: 992px) {
      position: absolute;
      top: 0;
      left: -12.5rem;
    }
  } */
}

.product-col-right {
  @media screen and (min-width: 992px) {
    padding-left: 4.5rem !important;
  }
  @media screen and (min-width: 1200px) {
    padding-left: 6rem !important;
  }

  .new-price {
    font-size: 22px !important;
    margin-right: 0 !important;
    letter-spacing: 0 !important;
    @media screen and (min-width: 992px) {
      font-size: 1.75rem !important;
      color: #5a60ff !important;
      margin-right: 3px !important;
    }
  }

  .new-price-discount {
    font-size: 14px !important;
    @media screen and (min-width: 992px) {
      color: #9f9f9f !important;
      font-size: 1.125rem !important;
    }
  }

  .price__badge-sale,
  .price__badge-sold-out {
    padding: 3px 12px;

    @media screen and (min-width: 992px) {
      margin-left: -2px !important;
      padding: 5px 12px;
    }
    font-size: 0.75rem;
    letter-spacing: 0;
    background: #12b76a;
    margin-left: 0.75rem !important;
  }

  .product-storage,
  .product-color {
    .form__label {
      font-size: 12px !important;
      font-weight: 600 !important;
      letter-spacing: 0 !important;
      @media screen and (min-width: 992px) {
        font-size: 14px !important;
        margin-bottom: 0;
        line-height: 1;
      }
    }
  }

  .product-color {
    span.swatch {
      width: 24px;
      height: 24px;
    }
  }

  .product-storage label {
    @media screen and (max-width: 992px) {
      padding: 10px 27px !important;
      font-size: 12px !important;
      letter-spacing: 0 !important;
      margin-top: 3px !important;
    }
    @media screen and (max-width: 576px) {
      margin-right:4px!important;
    }

    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    padding: 0.8125rem 1.5rem !important;
    border: 1px solid #dedede !important;
  }

  .product-form__input--pill input[type="radio"]:checked + label {
    background-color: #f3f3ff !important;
    color: #5a60ff !important;
    color: #5a60ff !important;
    border: 1px solid #5a60ff !important;
  }

  .quantity__label {
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    @media screen and (min-width: 992px) {
      font-size: 14px !important;
    }
  }

  .swatch-input__input + .swatch-input__label:hover,
  .swatch-input__input:hover + .swatch-input__label {
    /* outline: 0 !important; */
  }

  .swatch-input__input:checked + .swatch-input__label:hover {
    outline: 0.1rem solid rgb(18, 18, 18) !important;
  }

  .product-form__buttons {
    .shopify-payment-button {
      button {
        font-size: 14px !important;
        transition: all 0.3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: auto !important;

        background-color: #5a60ff !important;
        border: 1px solid #5a60ff !important;
        font-weight: 500 !important;
        border-radius: 30px !important;

        height: 41px !important;
        min-height: auto !important;

        @media screen and (min-width: 992px) {
          font-size: 18px !important;
          height: 55px !important;
          padding: 0 20px !important;

          &:hover {
            color: #5a60ff !important;
            background-color: #ffffff !important;
          }
        }
      }
      button::after {
        box-shadow: none !important;
      }
    }

    .product-form__submit {
      background-color: #ffffff !important;
      border: 0 !important;
      color: #5a60ff !important;
      font-weight: 500 !important;
      border-radius: 30px !important;
      border: 1px solid #5a60ff !important;
      font-size: 14px !important;
      transition: all 0.3s ease;
      height: 41px !important;
      min-height: auto !important;
      min-width: auto !important;

      @media screen and (max-width: 992px) {
        margin-bottom: 5px !important;
      }

      @media screen and (min-width: 992px) {
        font-size: 18px !important;
        height: 55px !important;
        min-height: auto !important;
        &:hover {
          color: #ffffff !important;
          background-color: #5a60ff !important;
        }
      }
    }

    .product-form__submit::after {
      box-shadow: none !important;
    }
  }
  /* .wishlisthero-product-page-button-container {
    button {
      font-size: 14px !important;
      background-color: transparent !important;
      border: 0 !important;
      color: #5a60ff !important;
      font-weight: 500 !important;
      border-radius: 30px !important;
      border: 1px solid #5a60ff !important;
      transition: all 0.3s ease;
      height: 41px !important;

      min-height: auto !important;
      min-width: auto !important;

      @media screen and (min-width: 992px) {
        font-size: 18px !important;
        height: 55px !important;
        min-height: auto !important;
        &:hover {
          color: #ffffff !important;
          background-color: #5a60ff !important;
        }
      }
    }
    button::after {
      box-shadow: none !important;
    }
  } */

  .price-per-item__container {
    .quantity {
      min-height: auto !important;
      width: fit-content !important;
    }
  }

  .quantity__input {
    width: 30px;
    height: 30px;
    font-size: 15px !important;
  }

  .quantity__button {
    width: 30px;
    height: 30px;
    svg {
      width: 12px !important;
    }
  }

  .product-form__input.product-color {
    @media screen and (max-width: 992px) {
      .swatch-input__label {
        margin-top: 3px !important;
      }
    }
  }
  .product-form__quantity .form__label {
    @media screen and (max-width: 992px) {
      margin-bottom: 5px !important;
    }
  }
  .product-form__quantity {
    display: none;
  }

  .product-form__input--pill input[type="radio"] + label {
    @media screen and (max-width: 991px) {
      margin-bottom: 8px !important;
    }
  }
}

.product-col-left {
  .product__column-sticky {
    display: flex !important;
    flex-direction: column;

    @media screen and (min-width: 992px) {
      top: 10.625rem !important;
      flex-direction: row;
      justify-content: space-between;
    }
    @media screen and (max-width: 992px) {
      z-index: 1 !important;
      position: relative;
    }

    .product__title {
      @media screen and (max-width: 992px) {
        margin-bottom: 17px !important;
      }

      h1 {
        @media screen and (max-width: 992px) {
          font-size: 24px !important;
        }
      }
    }
  }

  .thumbnail-slider {
    @media screen and (max-width: 991px) {
      order: 2;
    }
    @media screen and (min-width: 992px) {
      width: 18% !important;
    }

    .slider-button--prev {
      @media screen and (min-width: 992px) {
        transform: rotate(90deg);
        margin: 0 auto;
      }
    }

    .slider-button--next {
      @media screen and (min-width: 992px) {
        transform: translateX(-50%) rotate(90deg);
        position: absolute;
        bottom: -5px;
        margin: 0 auto;
        left: 50%;
      }
    }

    ul.thumbnail-list {
      @media screen and (min-width: 992px) {
        /* flex-direction: column !important; */
        padding: 0 0.7rem 0 0 !important;
        position: absolute;
        transform: rotate(90deg);
        z-index: 10;
        min-width: 500px;
        left: 88px;
        top: 0;
        transform-origin: top left;
        margin-block: 40px;
        @media screen and (min-width: 1200px) {
          left: 132px;
        }
      }
    }

    ul {
      li {
        .thumbnail {
          border-radius: 14px;
          /* background-color: #f5f5f5; */
          opacity: 1 !important;
        }

        .thumbnail[aria-current] {
          box-shadow: none !important;
          border: 1px solid #000000 !important;
        }
      }
    }
    .thumbnail-list__item {
      @media screen and (min-width: 768px) {
        /* width: 25% !important; */
      }

      @media screen and (min-width: 992px) {
        width: 17% !important;
        transform: rotate(-90deg);
      }
      @media screen and (min-width: 1200px) {
        width: 27% !important;
      }
    }
  }

  .main-slider {
    @media screen and (min-width: 992px) {
      width: 100% !important;
      pointer-events: none !important;
      min-height: 580px;
    }

    ul {
      height: 100%;

      li {
        height: 100%;
        max-width: 100% !important;
      }
    }

    .product__media {
      @media screen and (min-width: 992px) {
        max-width: 280px;
        padding-top: 80% !important;
        position: absolute;
        top: 50%;
        width: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
      img {
        object-fit: contain;
      }
    }

    .product-media-container {
      width: 100% !important;
      height: 100% !important;
      background-color: #fff;
      border-radius: 14px;
    }

    .product__modal-opener {
      height: 100% !important;
    }
  }
}

.product-form {
  @media screen and (max-width: 992px) {
    margin: 10px 0 20px 0 !important;
  }
}

/* review  */

.jdgm-rev-widg__header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left !important;
}

.jdgm-write-rev-link {
  width: fit-content !important;
  margin: inherit !important;
}

.jdgm-all-reviews-text,
.jdgm-preview-badge--with-link {
  display: none !important;
}

.jdgm-rev-widg {
  padding-top: 50px !important;
  @media screen and (min-width: 992px) {
    /* width: 100% !important; */
  }
}

/* .........  */

.facets__form-vertical {
  @media screen and (min-width: 768px) and (max-width: 992px) {
    width: 14rem !important;
  }
}

.certification_logo {
  position: absolute;
  width: 61px;
  height: 61px;
  top: 10px;
  left: 32px;

  @media screen and (min-width: 768px) {
    width: 85px;
    height: 85px;
    top: 16px;
    left: 16px;
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.thumbnail-slider + .main-slider {
  @media screen and (min-width: 992px) {
    width: 80% !important;
  }
  @media screen and (min-width: 1200px) {
    width: 76% !important;
  }

  @media screen and (min-width: 1420px) {
    width: 80% !important;
  }
}

.thumbnail-slider + .main-slider .product__media {
  @media screen and (min-width: 992px) {
    max-width: 500px !important;
  }
}

.product__media-icon--lightbox {
  display: none !important;
}

/* related-products  */

.related-products__heading {
  @media screen and (min-width: 992px) {
    margin-bottom: 1.25rem !important;
  }
}

.related-collection-container {
  padding-bottom: 50px;
  --grid-mobile-horizontal-spacing: 10px;
  --grid-mobile-vertical-spacing: 10px;
  --grid-desktop-vertical-spacing: 20px;
  @media screen and (min-width: 992px) {
    padding-bottom: 5.25rem !important;
  }
}
.ttl-30 {
  @media screen and (min-width: 992px) {
    font-size: 1.85rem !important;
  }
}

.slider.slider--desktop {
  column-gap: 26px;

  @media screen and (max-width: 991px) {
    column-gap: 20px;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }
  @media screen and (max-width: 575px) {
    column-gap: 10px;
    padding-left: 12px;
  }
}

.slider.slider--desktop .grid__item:first-of-type {
  margin-left: 0 !important;
}

.slider.slider--desktop .grid__item {
  padding-top: 0 !important;

  @media screen and (max-width: 991px) {
    max-width: 220px;
  }

  @media screen and (min-width: 992px) {
    max-width: 258px;
  }
  @media screen and (min-width: 1420px) {
    max-width: 310px;
  }
}

.product-specs:nth-last-child(1),
.product-specs:nth-last-child(2) {
  .product-specs-value:after {
    display: none;
  }
}
/* styles */

.desk-sticky {
  @media screen and (min-width: 768px) and (max-width: 991px) {
    position: relative;
    padding-bottom: 100px;
  }
  @media screen and (min-width: 992px) {
    position: sticky;
    top: 170px;
  }
}

.product-detail.product-specification {
  .product-specs p {
    font-size: 14px;
    margin-bottom:0;
    @media screen and (min-width: 992px) {
      font-size: 1rem;
    }
  }
}

.delivery-map {
  margin-bottom: 30px;
  @media screen and (min-width: 768px) {
    margin-bottom: 0;
    position: absolute;
    bottom: 50px;
  }
  @media screen and (min-width: 992px) {
    bottom: -55px;
  }
}

.check-pincode {
  --border: #d9d9d9;
  margin-bottom: 24px;

  .ttl {
    font-size: 14px;
    @media screen and (min-width: 992px) {
      color: #858585;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }
  }
  .pincode-label {
    font-size: 12px;
    @media screen and (min-width: 992px) {
      color: #858585;
      font-family: Poppins;
      font-style: normal;
      font-weight: 500;
      line-height: 22px; /* 183.333% */
    }
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .check-pincode {
    max-width: 500px;
  }
}
@media screen and (min-width: 992px) {
  .check-pincode {
    margin-bottom: 0;
  }
}
.check-pincode .form-control {
  padding: 0.75rem 7.5625rem 0.75rem 1.25rem;
  border-radius: 30px;
  border-color: var(--border);
}
@media screen and (max-width: 991px) {
  .check-pincode .form-control {
    background-color: transparent !important;
    font-size: 16px !important;
  }
}
@media screen and (min-width: 992px) {
  .check-pincode .form-control {
    padding: 0.75rem 7.8125rem 0.75rem 1.25rem;
  }
}
@media screen and (min-width: 1600px) {
  .check-pincode .form-control {
    padding: 0.75rem 7.1875rem 0.75rem 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .check-pincode input {
    font-size: 16px !important;
  }
}
.check-pincode input::placeholder {
  color: #717171;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03rem;
}
.check-pincode input:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--border);
}
.check-pincode .subscribe-btn {
  font-size: 0.875rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 0.75rem 1.3rem 0.75rem 1.3rem;
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .check-pincode .subscribe-btn {
    min-width: 135px;
  }
}

@media screen and (min-width: 992px) {
  .check-pincode .subscribe-btn {
    padding: 0.75rem 1.25rem 0.75rem 1rem;
  }
}
@media screen and (min-width: 1600px) {
  .check-pincode .subscribe-btn {
    padding: 0.75rem 1.25rem 0.75rem 1.5rem;
  }
}
.check-pincode .subscribe-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 10px);
  width: 1px;
  background-color: var(--border);
}
.check-pincode .newsletter-info {
  color: #a8a8a8;
}

.klaviyo-bis-trigger {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 16px;
  border-radius: 30px;
  background-color: #5a60ff;
  border: 1px solid #5a60ff;
  color: white;
  padding: 8px 56px;
  transition: all 0.3s ease;
  pointer-events:none !important;

  @media screen and (min-width: 768px) and (max-width: 992px) {
    max-width: 385px;
  }

  @media screen and (min-width: 992px) {
    font-size: 18px;
    margin: 10px 0 35px 0;
    padding: 15px 56px;

    &:hover {
      color: #5a60ff !important;
      background-color: #fff !important;
    }
  }
}

.product-cod {
  color: #000;
  justify-content: center;
  align-items: center;
  background-color: #f0f1fc;
  border-radius: 30px;
  padding: 3px 0;
  margin-bottom: 22px;
  font-size: 12px;

  span {
    display: block;
    margin-right: 10px;
  }

  @media screen and (min-width: 992px) {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 18px;
  }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    max-width: 500px;
  }
}

.cart-notification-wrapper {
  .cart-notification {
    position: fixed;
    top: 10rem;
    border-radius: 20px;
    padding: 15px 17px 27px 25px !important;

    @media screen and (max-width: 576px) {
     top: 8rem;
    }

    @media screen and (min-width: 768px) {
      max-width: 400px;
    }

    @media screen and (min-width: 992px) {
      max-width: 365px;
    }
  }

  .cart-notification__heading {
    position: relative;
    font-size: 16px;
    color: #009b2b !important;

    @media screen and (min-width: 992px) {
      color: #009b2b !important;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }
    &::after {
      content: "";
      position: absolute;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: #009b2b;
      top: 50%;
      left: 5px;
      transform: translate(-50%, -50%);
    }

    svg {
      width: 10px !important;
      height: 10px;
      position: relative;
      z-index: 1;
      margin-right: 10px !important;
    }
  }

  .cart-notification__close.modal__close-button {
    margin: 0;
    width: 24px;
    height: 24px;
    padding: 5px;
  }

  .cart-notification-product__name.h4 {
    margin-bottom: 3px !important;
    letter-spacing: 0;
    font-size: 18px;
    @media screen and (min-width: 992px) {
      margin-bottom: 0 !important;
      color: #000;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 26px;
    }
  }
  .cart-notification-product {
    align-items: center;
    padding: 15px 0 !important;
    border-top: 1px solid #eaeaea;
    .product-option {
      color: #7d7d7d;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin-top: 0;
      letter-spacing: 0;
    }
  }

  .cart-notification-product__image {
    width: 85px;
    height: 85px;
    margin: 0;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 10px;
    margin-right: 20px;
    border: 1px solid #EDEBEB;
  }

  .cart-notification__header {
    margin-bottom: 15px;
  }
  .cart-notification__links {
    display: flex;
    gap: 10px;

    .link.button-label {
      display: none;
    }
  }
  #cart-notification-button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5a60ff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 1px solid #5a60ff;
    min-width: initial !important;
    min-height: initial !important;
    letter-spacing: 0 !important;
    flex: 1 0;
    border-radius: 30px;
    padding: 9px 10px !important;
    margin-top: 0 !important;
    transition: all 0.3s ease;

    &::after {
      display: none;
    }

    @media screen and (min-width: 992px) {
      &:hover {
        color: #fff;
        background-color: #5a60ff;
      }
    }
  }
  #cart-notification-form {
    flex: 1 0;
    margin-top: 0 !important;

    .button {
      transition: all 0.3s ease;
      padding: 9px 10px !important;
      letter-spacing: 0 !important;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #ffffff;
      background-color: #5a60ff;
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      border: 1px solid #5a60ff;
      border-radius: 30px;
      margin-top: 0 !important;

      width: 100%;
      min-width: initial !important;
      min-height: initial !important;
      &::after {
        display: none;
      }
      @media screen and (min-width: 992px) {
        &:hover {
          color: #5a60ff;
          background-color: #fff;
        }
      }
    }
  }
}
.cart-notification-product dt {
  font-weight: 500 !important;
}

.cart-wishlist-custom {
  /* display: none !important; */
}
.product-form__input--pill input[type="radio"]:disabled + label,
.product-form__input--pill input[type="radio"].disabled + label {
  background: #f6f6f6 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  /* pointer-events: none !important; */
  color: #b9b9b9 !important;
}

.cart-wishlist-section {
  height: 34px !important;
  min-height: 34px !important;
  width: 34px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50%;
  background-color: #ffffff !important;
  z-index: 2;
  position: absolute;
  right: 18px;
  top: 15px;
  /* svg {
    margin-right: 0px;
  } */
  @media screen and (max-width: 992px) {
    max-width: 34px !important;
  }

  @media screen and (min-width: 992px) {
    z-index: 3;
    right: 16px;
    top: 15px;
    height: 40px !important;
    width: 40px !important;
  }

  .wishlisthero-product-page-button-container {
    @media screen and (max-width: 992px) {
      width: 34px !important;
    }
  }

  button {
    min-height: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border: 1px solid #ECECEC !important;

    @media screen and (max-width: 992px) {
      padding: 0 !important;
      max-width: 34px !important;
      width: 34px !important;
    }

    @media screen and (min-width: 992px) {
      height: 40px !important;
      min-height: 40px !important;
    }

    svg {
      width: 16px !important;
      height: 14px !important;
      path {
        fill: #000 !important;
      }
    }
    &.wishlisthero-product-in-wishlist {
      path {
        fill: #ff0000 !important;
      }
    }
  }
}

.condition-wt {
  line-height: 1.1;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  margin: 18px 0 8px 0;
  cursor: pointer;

  p {
    color: #858585 !important;
    font-weight: 400;
    line-height: 1.1;
    margin-left: 8px;
    font-size:14px;

    span {
      width: 14px;
      height: 14px;
      display: block;
      margin-right: 4px;
      svg {
        width: 100%;
        height: 100%;
      }
    }
  }
}

.product-varient {
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.product-out-of-stock {
  margin-bottom: 20px;
  p {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    color: #ff0024;
    letter-spacing: 0;
  }
  span {
    font-size: 14px;
    font-weight: 500;
    color: #858585;
    letter-spacing: 0;
  }
}
.wishlisthero-product-in-wishlist{
  opacity:1!important;
}

.jss8{
  min-height:unset!important;
}
.MuiCardHeader-root{
  background:#fff!important;
  .wishlist-hero-dyna-translate{
    color: #009b2b !important;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.2;
        max-width: 80%;
     @media screen and (max-width: 767px) {
         font-size: 14px;
       max-width: 100%;
     }
    
  }
}

.MuiSnackbarContent-root{
    max-width:665px!important;
  .jss1{
    max-width:421px!important;
        padding: 15px 17px 27px 25px !important;
    max-height: unset;
  }
  .jss3{
    padding: 0 0 10px 26px !important;
    border-bottom: 1px solid #eaeaea;
    margin-bottom:10px;
    position:relative;
  }
  .full-unstyled-link{
    max-width:70%;
  }
  .jss3:before{
        position: absolute;
    width: 17px;
    height: 16px;
    left: 0;
    top: 8px;
    content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8.49805' cy='8' r='8.00488' fill='%23009B2B'/%3E%3Cpath d='M11.7555 5.75879L7.27659 10.2377L5.24072 8.20183' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  .underline-links-hover{
    padding:0!important;
        color: #000;
    pointer-events:none!important;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
     @media screen and (max-width: 767px) {
         font-size: 16px;
     }
  }
  }
  .MuiCardActions-root{
    /* display:none!important; */
  }
  .MuiSnackbarContent-root{
    background-color:transparent!important;
  }

  .MuiSnackbar-anchorOriginBottomCenter{
    /* display:none!important;  */
  }
  .wishlist-hero-add-prod-to-wishlist-notification .MuiSnackbarContent-root{
    box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity));
    border-radius: 20px !important;
    overflow: hidden;
    border: 1px solid rgba(var(--color-foreground),var(--popup-border-opacity));
    max-height:unset!important;
  }
  .MuiCardHeader-action{
    color:#999999;
    .MuiSvgIcon-root{
      font-size:20px!important;
    }
  }

#scroll-to-div{
  cursor:pointer;
}
#BIS_trigger{
                font-size: 14px !important;
                transition: all 0.3s ease;
                display: flex;
                justify-content: center;
                align-items: center;
                min-width: auto !important;
                background-color: #5a60ff !important;
                border: 1px solid #5a60ff !important;
                font-weight: 500 !important;
                border-radius: 30px !important;
               height: 45px !important;
      margin: 80px 0px 12px!important;
    min-height: unset;
  width: 100%;
  &:before{
           content: 'Sold Out';
        color: red;
        text-align: left;
        margin-top: 0;
        font-size: 30px;
                   top: -70px;
            outline: none;
        box-shadow: unset;
  }
  &:after{
     content: 'This item is currently out of stock';
        font-size: 14px;
        color: #858585;
               top: -31px;
        outline: none;
        box-shadow: unset;
        left: 0;
        text-align: left;
  }

}

.product-form__submit{
  &:disabled{
    display: none!important;
  }
}
.shopify-payment-button__button{
   &:disabled{
    display: none!important;
  }
}


.large-up-hide{
  + ul.thumbnail-list {
      @media screen and (min-width: 992px) {
        margin-block:0!important;
      }
}