/** Shopify CDN: Minification failed

Line 439:5 Unexpected "/"
Line 446:0 Unexpected "}"

**/
.best-seller {
  display: none !important;
}
div[id^="QuickAddInfo-"] .best-seller {
  display: none !important;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.product-container * {
  font-family: "Articulat Regular" !important;
}

.product-inner .product-media-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.product-images-wrapper .slick-slide {
  margin: 10px 12px 0;
  /* width: 388px !important; */
}

.product-thumbnail-images {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-thumbnail-images-wrapper {
  display: flex;
  margin: auto;
  width: 80%;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.product-thumbnail-images-wrapper img {
  width: 64px !important;
  height: 75px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.product-thumbnail-images-wrapper img.active {
  opacity: 1;
  border: 1px solid #2f2f2f;
}

/* ✅ Fix for Navigation Buttons */
.slick-prev,
.slick-next {
  background: transparent;
  border: 1px solid #2f2f2f;
  outline: none;
  height: 72px;
  width: 30px;
  cursor: pointer;
}

#slick-prev:before,
#slick-next:before {
  display: none;
}

.slick-prev {
  left: 10px;
  z-index: 2;
  position: absolute;
}

.slick-next {
  right: 10px;
  z-index: 2;
  position: absolute;
}

.product-thumbnail-images-wrapper .slick-track {
  display: flex;
  gap: 0.5rem;
}

.product-thumbnail-images-wrapper .slick-slide.slick-current.slick-active {
  border: 1px solid #2f2f2f;
}

/* Product Info */
.product-info-wrapper {
  width: 100%;
  display: block;
  padding: 0 1rem;
}

.product-info-wrapper .bought-div {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 1rem;

  .bought-text {
    font-size: 9px;
    font-weight: 500;
  }
}

.product-info-wrapper .product-title-section {
  width: 100%;
  margin-top: 0.8rem;

  h1.product__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
  }
}

.product-title-section .title-subtext {
  width: 100%;
  display: block;
  margin-top: 0.4rem;

  .subtext__text {
    font-size: 12px;
  }
}

.product-info-wrapper .product_price__section {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.8rem;
  margin-top: 0.5rem;
}

.product_price__section .product__price {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
}

.product_price__section .product_compare_at_price {
  font-size: 19px;
  font-weight: 500;
  color: #801a27;
  text-decoration: line-through;
}

.product_price__section .discount__text {
  font-size: 13px;
  padding: 2px 10px;
  background: #006f5d;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  line-height: 1.4;
}

.product-info-wrapper .coupon__code_section {
  width: 100%;
  margin-top: 0.5rem;
}

.coupon__code_section .discount__heading {
  width: 100%;
}

.discount__heading .heading_discount {
  font-size: 16px;
  font-weight: 600;
}

.coupon_code__inner .coupon_detail-text .details__text {
  font-size: 8px;
  font-weight: 400;
}

.couponcode_code-container {
  width: 100%;
}

.couponcode_code-container .code__inner {
  display: block;
  width: 100%;
  position: relative;
}

.code__inner .code__wrapper_box {
  display: flex;
  justify-content: start;
  gap: 0.5rem;
  overflow-x: auto;
  margin: 0.5rem 0 0 0;
}

.code__wrapper_box::-webkit-scrollbar {
  display: none;
}

.code__wrapper_box .code__box {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  margin: 0 auto;
}

.code__box .code_details {
  padding: 10px 24px;
  border-top: 2px solid #969696;
  border-left: 2px solid #969696;
  border-bottom: 2px solid #969696;
  font-size: 13px;
}

.code__box .copy_code_button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border: none;
  background: #015b5b;
  color: #fff;
  padding: 13px 30px;
  font-size: 14px;
}

.code__inner .coupon-arrow {
  position: absolute;
  bottom: -6px;
  background: none;
  border: none;
  outline: none;
}

.code__inner .coupon-prev_prev {
  left: 30%;
}

.code__inner .coupon-next_next {
  right: 30%;
}

.code_wrapper__inner {
  display: flex;
  flex-direction: column;
}

.slick-track {
  display: flex;
}

.slick-dots li button:before {
  display: none;
}
.coupon_pagination_section {
  margin-top: 0.5rem;
}

.code_wrapper__inner .ends_in_text {
  font-size: 10px;
  margin-top: 0.5rem;
}

.coupon_pagination_section .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 100px;
  margin: auto;
  overflow-x: auto;
  position: relative;
  bottom: 0;

  li {
    list-style: none;
    width: 6px;
    height: 10px;
    transition: all 0.3s;
    margin: 0;

    button {
      height: 5px;
      border: none;
      background: #969696;
      border-radius: 30px;
      transition: all 0.3s;
      padding: 3px 0;
    }
  }
}

.coupon_pagination_section .slick-dots .slick-active {
  width: 20px;
}

.coupon_pagination_section .slick-dots button {
  width: 100%;
}
div.price-per-item__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin: 16px 0 8px;
}
button#gokwik-buy-now {
  width: 50% !important;
  border-radius: 5px !important;
  padding: 0 !important;
  font-size: 24px;
  font-weight: 200 !important;
}
button#gokwik-buy-now:before,
button#gokwik-buy-now:after {
  display: none;
}
button.product-form__submit {
  margin-bottom: 0;
}
div.price-per-item__container > div {
  width: 50%;
}
.product__media-list .product__media-item {
  min-width: 92% !important;
}
.product-form__input:has([name="Color"]) .product_variants_section > label {
  height: 50px !important;
  width: 50px !important;
  border-radius: 5px !important;
  flex-shrink: 0;
}
div.product_atc_btn div.d-mobile h4 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 16px;
}
div.product_atc_btn div.accordion {
  border-top: none;
}
div.product_atc_btn button.accordion-header {
  font-size: 16px;
  font-weight: 400;
  padding: 11px 0;
  color: #000;
}
div.assurance-badge-container {
  margin-top: 18px;
}
.image--banner-pdp {
  width: 100%;
  margin: 2.6rem 0;
}
.image--banner-pdp .image-img {
  width: 100%;
}

product-recommendations.complementary-products {
  display: block;
  margin-bottom: 22px;
}

div.pdp-content {
  padding-top: 22px;
}

.yogi-banner p {
  font-size: 12px;
}
.yogi-banner .line {
  width: calc(100% - 66%);
}
.product-container
  div.product_atc_btn
  div.price-per-item__container
  .atc_button {
  font-size: 24px;
  padding: 0;
  border: none !important;
  border-radius: 5px;
}
.product-container
  div.product_atc_btn
  div.price-per-item__container
  .atc_button::after {
  display: none !important;
}

.mobile {
  display: none !important;
}
.desktop {
  display: block !important;
}

@media screen and (max-width: 900px) {
  .wishlisthero-floating {
    right: 15px;
    top: 35px;
    left: auto;
  }
  ul.slider.slider--mobile {
    margin-bottom: 0;
  }
  svg.svg-inline--fa.fa-w-16 {
    width: 22px;
    height: 22px;
  }
  .product-container {
    display: block;
  }
  /* .best-seller {
    display: block !important;
    position: absolute;
    z-index: 2;
    font-size: 12px;
    font-weight: 600;
    /* font-family: 'Poppins' !important; */
    padding: 2px 10px;
    background: #015b5b;
    color: white;
    border-radius: 20px;
    right: 15px;
    top: 95px;
    min-height:20px;
  } */
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
}
@media (max-width: 501px){
  .quantity.quantity_pos,.quantity__label{
    display:none;
  }
}
@media (min-width: 900px) {
  .product-inner {
    display: flex;
    max-width:140rem;
    margin:0 auto;
  }
  .slider.slider--mobile {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
  }
  .product-media-wrapper {
    width: 100vw;
    display: block;
  }
  .product-main-images {
    position: sticky;
    top: 0;
  }

  .best-seller {
    display: block !important;
    position: absolute;
    z-index: 2;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 10px;
    background: #015b5b;
    color: #fff;
    border-radius: 20px;
    right: unset;
    top: 2%;
    left: 1%;
  }
  .product-title-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .product-info-wrapper .product-title-section h1.product__title {
    font-size: 40px;
  }

  .jdgm-prev-badge__text {
    font-family: "Articulat Regular" !important;
    font-size: 20px;
    font-weight: 500;
  }

  .price--on-sale .price-item--regular {
    font-size: 16px;
  }

  .product-info-wrapper {
    padding: 0 50px;
    max-width:50%;
  }

  .product-inner .product-media-wrapper{
    min-width: 50%;
  }

  .product-media-container.media-fit-cover{
    width:500px;
  }

  .product-form form {
    display: flex !important;
    align-items: center;
    justify-content: space-around;
  }
  
  .product-form__buttons {
      max-width: 350px;
  }

  .product-container div.product_atc_btn div.price-per-item__container .atc_button{
    min-width:250px;
  }
}
@media (min-width: 600px) and (max-width: 800px) {
  .product-info-wrapper {
    padding: 0 20px;
  }
  .product-info-wrapper .product-title-section h1.product__title {
    font-size: 25px;
  }
  .card__heading.h5 a{
    font-size:16px !important;
  }
  .product-container div.product_atc_btn div.price-per-item__container .atc_button {
        min-width: 160px;
    }
}
@media (min-width: 800px) and (max-width: 1200px) {
  .product-container div.product_atc_btn div.price-per-item__container .atc_button {
        min-width: 230px;
  }
}
@media screen and (max-width: 390px) {
  .code__box .code_details {
    padding: 10px 14px;
    font-size: 12px;
  }
  .code__box .copy_code_button {
    padding: 13px 22px;
  }
  .product-info-wrapper .product-title-section {
    h1.product__title {
      font-size: 22px;
    }
  }
  .product_price__section .product__price {
    font-size: 30px;
  }
  .product_price__section .product_compare_at_price {
    font-size: 22px;
  }
  .discount__text {
    font-size: 12px;
  }
  .yogi-banner p {
    font-size: 9px;
  }
  /* .product-images-wrapper .slick-slide {
            width: auto;
          } */
}
@media screen and (max-width: 359px) {
  .code__box .copy_code_button {
    padding: 4px 32px;
    font-size: 13px;
  }
  .code__box .code_details {
    padding: 8px 11px;
    font-size: 10px;
  }
  .product-info-wrapper .product-title-section {
    h1.product__title {
      font-size: 18px;
    }
  }
  .product_price__section .product__price {
    font-size: 20px;
  }
  .product_price__section .product_compare_at_price {
    font-size: 18px;
  }
  .product_price__section .discount__text {
    font-size: 10px;
    padding: 3px 8px;
  }
}
@media screen and (max-width: 325px) {
  .code__box .copy_code_button {
    padding: 4px 26px;
    font-size: 11px;
  }
  .code__box .code_details {
    padding: 8px 11px;
    font-size: 10px;
  }
  .product-container
    div.product_atc_btn
    div.price-per-item__container
    .atc_button {
    font-size: 22px;
    padding: 0;
  }
  button#gokwik-buy-now {
    font-size: 22px;
  }
}
@medid screen and (min-width: 767px) {
  .mobileOnly {
    display: none;
  }
}

.variant_size_wrp {
  width: 100%;
  overflow: auto;
  position: relative;
}
.variant_size_wrp::-webkit-scrollbar {
  display: none;
}
.jdgm-widget.jdgm-widget {
  margin-bottom: 10px;
}
  .price.price--large.price--on-sale.price--show-badge {
    margin-bottom: 10px;
  }