/** Shopify CDN: Minification failed

Line 186:5 Unexpected "{"

**/
#product_breadcrumb {
  margin-bottom: 64px;
}

/* Product Informations */

.new_product_page_layout .product__title h1 {
  color: #fea833;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.new_product_page_layout .product__text {
  color: #adadad;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: capitalize;
}
.new_product_page_layout .price-item {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.new_product_page_layout .after_zip_icons {
  margin-top: 9px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.new_product_page_layout .buy_text {
  margin: 0px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #fea833;
}
.new_product_page_layout .after_pay_icon {
  margin-left: 1px;
}
.new_product_page_layout .product-form__quantity {
  margin-top: 54px;
}
.new_product_page_layout .quantity__label {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 14px;
      letter-spacing: 0;
}
.new_product_page_layout .quantity:before,
.new_product_page_layout .quantity:after,
.new_product_page_layout .product-form__buttons button:after,
.new_product_page_layout .product-form__buttons button:before {
  display: none;
}
.new_product_page_layout .quantity {
  border-radius: 40px;
  border: 1px solid #fea833;
  width: 144px;
  height: 72px;
}
.new_product_page_layout .quantity__button {
  width: calc(5.5rem / var(--font-body-scale));
}
.new_product_page_layout .quantity__button .svg-wrapper {
  width: 2rem;
  pointer-events: none;
}
.new_product_page_layout .quantity__input {
  color: #fea833;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 1;
}
.new_product_page_layout .quantity__input:focus-visible {
  box-shadow: none !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.new_product_page_layout .product_buy_buttons {
  margin-top: 56px;
}
.new_product_page_layout .product_buy_buttons .pro_add_wish_btns {
  display: flex;
  align-items: center;
  gap: 21px;
  width: 100%;
}
.new_product_page_layout .pro_add_check_btns {
  width: 100%;
}
.new_product_page_layout .product_buy_buttons button {
  margin: 0px;
}
.new_product_page_layout .product_buy_buttons .product-form {
  margin: 0px;
}
.new_product_page_layout .product-form__submit {
  border-radius: 30px;
  background: #ffa933;
}
.new_product_page_layout .product-form__submit span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.new_product_page_layout .product-form__submit .add_class {
  display: flex;
  align-items: center;
  gap: 18px;
}
.new_product_page_layout .pro_wishlist {
  display: flex;
  cursor: pointer;
}
.new_product_page_layout .pro_collect_find_btns a {
  text-decoration: none;
  padding: 13px 0px;
  width: 50%;
  max-width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 20px;
}
.new_product_page_layout .pro_collect_find_btns a span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.new_product_page_layout .pro_collect_find_btns {
  display: flex;
  align-items: center;
  gap: 21px;
  width: 100%;
}
.new_product_page_layout .pro_collect_find_btns .collect_btn {
  border-radius: 30px;
  border: 2px solid #fea833;
}
.new_product_page_layout .pro_collect_find_btns .find_btn {
  border-radius: 30px;
  border: 2px solid #9266b9;
}
.new_product_page_layout .icon-with-text {
  margin-top: 43px;
}
.new_product_page_layout .icon-with-text--vertical img {
  margin-right: 20px;
  width: 24px;
  height: auto;
}
.new_product_page_layout .icon-with-text__item span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

@media (max-width: 1099px) {
  .product__info-wrapper--extra-padding {
    padding: 0 0 0 4rem;
  }
  .new_product_page_layout .product__title h1 {
    font-size: 30px;
    line-height: 110%;
     {
      padding: 13px 20px;
    }
  }
  .new_product_page_layout .buy_text {
    font-size: 18px;
    line-height: 110%;
  }
  .new_product_page_layout .product-form__quantity {
    margin-top: 30px;
  }
  .new_product_page_layout .quantity {
    height: 62px;
  }
  .new_product_page_layout .quantity__label {
    font-size: 18px;
    line-height: 110%;
    margin-bottom: 10px;
  }
  .new_product_page_layout .product_buy_buttons {
    margin-top: 36px;
  }
  .new_product_page_layout .pro_collect_find_btns a {
    gap: 15px;
  }
  .new_product_page_layout .product_buy_buttons .pro_add_wish_btns {
    gap: 15px;
  }
  .new_product_page_layout .pro_collect_find_btns {
    gap: 15px;
    margin-top: 15px;
  }
  .new_product_page_layout .icon-with-text {
    margin-top: 23px;
  }
  .icon-with-text--vertical .icon-with-text__item {
    margin-bottom: 15px;
  }
  .new_product_page_layout .icon-with-text--vertical img {
    width: 20px;
  }
  .new_product_page_layout .icon-with-text__item span {
    font-size: 18px;
    line-height: 110%;
  }
}

@media (max-width: 991px) {
  .new_product_page_layout .after_zip_icons {
    gap: 15px;
  }
}

@media (max-width: 749px) {
  .new_product_page_layout .after_zip_icons {
    gap: 15px;
  }
  .product__info-wrapper--extra-padding {
    padding: 0 0 0 0rem;
  }
}

/* Product Informations */

/* Product Image */

.new_product_page_layout .product-media-container {
  width: 100% !important;
  padding: 0px;
  border: none;
}
.new_product_page_layout .product-media-container .product__media {
  padding-top: 100%;
}
.new_product_page_layout .product_main_border,
.new_product_page_layout .product_thumb_border {
  position: absolute;
}
.new_product_page_layout .product_top_border {
  top: -15px;
  width: 100%;
}
.new_product_page_layout .product_thumb_top_border {
  top: 0px;
  width: 100%;
}
.new_product_page_layout .product_top_border img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
}
.new_product_page_layout .product_thumb_top_border img {
  display: block;
  width: calc(100% - 10px);
  max-width: 100%;
  margin: 0px auto;
}
.new_product_page_layout .product_left_border {
  left: -15px;
  height: 100%;
  max-height: 100%;
}
.new_product_page_layout .product_thumb_left_border {
  top: 0px;
  left: 0px;
  height: 100%;
  max-height: 100%;
  margin: 5px 0px;
}
.new_product_page_layout .product_left_border img {
  display: block;
  height: 100%;
  max-height: 100%;
}
.new_product_page_layout .product_thumb_left_border img {
  display: block;
  height: calc(100% - 10px);
  max-height: 100%;
}
.new_product_page_layout .product_right_border {
  right: -15px;
  height: 100%;
  max-height: 100%;
}
.new_product_page_layout .product_thumb_right_border {
  right: 0px;
  top: 0px;
  max-height: 100%;
  height: 100%;
}
.new_product_page_layout .product_right_border img {
  display: block;
  height: 100%;
  max-height: 100%;
}
.new_product_page_layout .product_thumb_right_border img {
  display: block;
  height: calc(100% - 10px);
  max-height: 100%;
  margin: 5px 0px;
}
.new_product_page_layout .product_bottom_border {
  bottom: -15px;
  width: 100%;
}
.new_product_page_layout .product_thumb_bottom_border {
  bottom: 0px;
  width: 100%;
}
.new_product_page_layout .product_bottom_border img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.new_product_page_layout .product_thumb_bottom_border img {
  display: block;
  width: calc(100% - 10px);
  max-width: 100%;
  margin: 0px auto;
}
.new_product_page_layout .thumbnail-slider {
  margin-top: 30px;
}
.new_product_page_layout .thumbnail[aria-current],
.new_product_page_layout .thumbnail[aria-current]:focus:not(:focus-visible) {
  box-shadow: none;
  border: none;
}
.new_product_page_layout .thumbnail:hover {
  opacity: 1;
}
.new_product_page_layout .slider-button--prev .icon {
  transform: unset !important;
}
.new_product_page_layout .slider-button--next .icon {
  transform: rotate(-180deg) !important;
}
.new_product_page_layout .slider-button .icon {
  height: 18px;
}
.new_product_page_layout
  .thumbnail-slider
  .thumbnail-list
  .thumbnail-list__item
  .thumbnail {
  border: none;
  padding: 10px;
}
.new_product_page_layout .thumbnail-slider {
  position: relative;
}
.new_product_page_layout .thumbnail-slider::after {
  position: absolute;
  content: "";
  top: 0px;
  right: 44px;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, #0000 -5.29%, #000000bd);
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.new_product_page_layout
  .thumbnail-slider:has(.slider-button--next[disabled])::after {
  opacity: 0;
}

@media (max-width: 767px) {
  .new_product_page_layout .product_top_border {
    top: 20px;
    width: 100%;
    z-index: 1;
  }
  .new_product_page_layout .product_top_border img {
    width: 93%;
  }
  .new_product_page_layout .product_left_border {
    left: 5px;
    height: 100%;
    max-height: 100%;
    z-index: 1;
  }
  .new_product_page_layout .product_left_border img {
    height: 83%;
    margin: 30px 0;
  }
  .new_product_page_layout .product_right_border {
    right: 5px;
    height: 100%;
    max-height: 100%;
    z-index: 1;
  }
  .new_product_page_layout .product_right_border img {
    height: 83%;
    margin: 30px 0;
  }
  .new_product_page_layout .product_bottom_border {
    bottom: 20px;
    width: 100%;
    z-index: 1;
  }
  .new_product_page_layout .product_bottom_border img {
    width: 93%;
    margin: 0px auto;
  }
  .new_product_page_layout .product-media-container {
    padding: 30px;
  }
  #product_breadcrumb{
    margin-bottom: 30px;
  }
  .product__media-icon{
    height: 3rem;
    width: 3rem;
  }
  .product__info-container .price--on-sale .price-item--regular{
      opacity: .6;
  }
    .new_product_page_layout .price-item{
      font-size: 22px;
    }
  
}


@media (max-width: 749px) {
  .new_product_page_layout .product__title h1 {
    font-size: 26px;
    line-height: 130%;
  }
  .new_product_page_layout .product_top_border img {
    width: 95%;
  }
  .new_product_page_layout .product_left_border img {
    height: 86%;
    margin: 40px 0px;
  }
  .new_product_page_layout .product_right_border img {
    height: 86%;
    margin: 40px 0px;
  }
  .new_product_page_layout .product_bottom_border img {
    width: 95%;
    margin: 0px auto;
  }
  .new_product_page_layout .buy_text{
            font-size: 14px;
  }
  .new_product_page_layout .quantity__label{
            font-size: 16px;
  }
  .new_product_page_layout .quantity{
            height: 52px;
  }
  .new_product_page_layout .quantity__input{
        font-size: 25px;
  }
  .new_product_page_layout .icon-with-text__item span{
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .new_product_page_layout .product-media-container {
    padding: 20px;
  }
  .new_product_page_layout .product_top_border {
    top: 15px;
  }
  .new_product_page_layout .product_top_border img {
    width: 95%;
  }
  .new_product_page_layout .product_left_border {
    left: 0px;
  }
  .new_product_page_layout .product_left_border img {
    height: 88%;
    margin: 30px 0px;
  }
  .new_product_page_layout .product_right_border {
    right: 0px;
  }
  .new_product_page_layout .product_right_border img {
    height: 88%;
    margin: 30px 0px;
  }
  .new_product_page_layout .product_bottom_border {
    bottom: 15px;
  }
  .new_product_page_layout .product_bottom_border img {
    width: 95%;
    margin: 0px auto;
  }
}

@media (max-width: 499px) {
  .new_product_page_layout .product__title h1 {
    font-size: 26px;
    line-height: 110%;
  }
  .new_product_page_layout .product_left_border {
    left: 0px;
  }
  .new_product_page_layout .product_left_border img {
    height: 87.5%;
    margin: 25px 0px;
  }
  .new_product_page_layout .product_right_border img {
    height: 87.5%;
    margin: 25px 0px;
  }
}

@media (max-width: 425px) {
  .new_product_page_layout .product_left_border img,
  .new_product_page_layout .product_right_border img {
    height: 88%;
    margin: 20px 0;
  }
  .new_product_page_layout .pro_collect_find_btns {
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
  .new_product_page_layout .pro_collect_find_btns a {
    width: 100%;
  }
  .new_product_page_layout .product_buy_buttons .pro_add_wish_btns {
    gap: 10px;
  }
  #product_breadcrumb {
    margin-bottom: 0px;
  }
}

@media (max-width: 375px) {
  .new_product_page_layout .product_left_border img,
  .new_product_page_layout .product_right_border img {
    height: 86%;
  }
}

@media (max-width: 325px) {
  .new_product_page_layout .product_left_border img,
  .new_product_page_layout .product_right_border img {
    height: 83%;
  }
}

/* Product Image */
