.collection_main_heading {
  display: flex;
  justify-content: center;
  font-family: var(--font-body-family);
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #000000;
  padding-top: 32px;
}
.arrows-slider .next ,
.arrows-slider .prev {
  border: none;
  appearance: none;
}
.arrows-slider .prev {
  position: absolute;
  z-index: 1;
  top: 34%;
  left: -5rem;
}
.arrows-slider .next {
  position: absolute;
  z-index: 1;
  top: 34%;
  right: -5rem;
}

#homecarouselnew{
  padding-bottom:2rem;
}
#homecarouselnew.product-list-contain .slick-prev:before {


  content: url(//appstaging.dev/cdn/shop/files/left-arrow.png?v=1750131991);

  right: 0;
}
#homecarouselnew.product-list-contain .slick-next:before {


  content: url(//appstaging.dev/cdn/shop/files/right-arrow.png?v=1750131998);

  margin-left: 0;
  left: 0;
}
#homecarouselnew .slick-dots li button:before {

  display: block;
  /*content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="12" width="12"><circle r="6" cx="6" cy="6" fill="rgb(89, 89, 89)"></circle></svg>');*/
  width: 12px;
  height: 12px;

}
#homecarouselnew .slick-dots li.slick-active button:before {

  display: block;
  opacity: 1;
  content: url('data:image/svg+xml,<svg height="12" width="12" xmlns="http://www.w3.org/2000/svg"><circle r="6" cx="6" cy="6" fill="rgb(0, 0, 0)" ></circle></svg>');
  width: 12px;
  height: 12px;

}

#homecarouselipad{
  padding-bottom:2rem;
}
#homecarouselipad.product-list-contain .slick-prev:before {


  content: url(//appstaging.dev/cdn/shop/files/left-arrow.png?v=1750131991);

  right: 0;
}
#homecarouselipad.product-list-contain .slick-next:before {


  content: url(//appstaging.dev/cdn/shop/files/right-arrow.png?v=1750131998);

  margin-left: 0;
  left: 0;
}
#homecarouselipad .slick-dots li button:before {

  display: block;
  /*content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="12" width="12"><circle r="6" cx="6" cy="6" fill="rgb(89, 89, 89)"></circle></svg>');*/
  width: 12px;
  height: 12px;

}
#homecarouselipad .slick-dots li.slick-active button:before {

  display: block;
  opacity: 1;
  content: url('data:image/svg+xml,<svg height="12" width="12" xmlns="http://www.w3.org/2000/svg"><circle r="6" cx="6" cy="6" fill="rgb(0, 0, 0)" ></circle></svg>');
  width: 12px;
  height: 12px;

}
@media screen and (max-width: 989px) {
  .arrows-slider .prev {
    display: none !important;
  }
  .arrows-slider .next {
    display: none !important;
  }
}
/*@media screen and (max-width: 480px) {*/
/*  .page-width {*/
/*    padding: 0;*/
/*  }*/
/*}*/
@media screen and (min-width: 990px) and (max-width: 1400px) {
  .arrows-slider .prev {
    left: 1rem !important;
  }
  .arrows-slider .next {
    right: 1rem !important;
  }
}

.net-monthly-pricing {
  line-height: normal
}

.net-monthly-pricing.net-monthly-pricing--pdp.first-party {
  display: grid
}

.net-monthly-pricing--product_card {
  line-height: 20px
}

.net-monthly-pricing--cart_line_item {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #000;
  max-width: 137px
}

.net-monthly-pricing--cto-product {
  max-width: 150px
}

.product__info-wrapper .net-monthly-pricing__conditional--pdp {
  font-size: 12px;
  line-height: 14px;
  margin: 8px 0;
  color: #595959
}

.product__info-wrapper .net-monthly-pricing__conditional--footer-only, .sticky-container .net-monthly-pricing__conditional--pdp {
  display: none
}

@media screen and (min-width: 768px) {
  .net-monthly-pricing--cart_line_item {
    max-width: 150px;
    margin-left: auto;
    font-size: 14px;
    line-height: normal;
    padding-right: 8px
  }

  .net-monthly-pricing--cto-product {
    max-width: 180px
  }
}

.net-monthly-pricing--pdp {
  font-family: var(--font-body-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: normal;
  color: #000
}

.net-monthly-pricing--pdp .net-monthly-pricing__modal-trigger {
  font-family: var(--font-body-family);
  font-size: 14px;
  font-weight: 600
}

.net-monthly-pricing .net-monthly-pricing__modal-trigger {
  display: inline-block;
  cursor: pointer;
  color: #0071e3
}

.net-monthly-pricing .net-monthly-pricing__modal-trigger:hover, .net-monthly-pricing .net-monthly-pricing__modal-trigger:focus, .net-monthly-pricing .net-monthly-pricing__modal-trigger:focus-within {
  color: var(--color-tertiary-dynamic-hover) !important
}

.net-monthly-pricing__modal-trigger--only-cta {
  font-family: var(--font-body-family);
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
  color: #0071e3
}

.net-monthly-pricing__modal-content {
  text-align: left
}

.net-monthly-pricing__modal-content ul, .net-monthly-pricing__modal-content ol {
  list-style-position: inside
}

