/** Shopify CDN: Minification failed

Line 153:3 Expected "}" to go with "{"

**/
.announcement-bar__message p a{
    background-color: white;
    color: black !important;;
    border-radius: 4px;
    padding: 0 7px;
    margin-left: 5px;
}
.announcement-bar__message p a:hover{
    color: white !important;
    background: transparent;
    border: 1px #fff solid;
}
.sz-bargain-now{
  /* padding-top: 30px; */
  /* padding-bottom: 30px; */
  margin-bottom: 30px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(119,119,119,0.2);
  font-size: 18px;
}
.sz-bargain-now p{
  margin-top: 10px !important;
}
.sz-btn{
    display: block;
    background-color: #83b735;
    box-shadow: inset 0 -2px #00000026;
    color: white !important;
    padding: 10px 20px;
    width: fit-content;
    margin: 10px auto 0px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 6px;
}
  /* ===== Product image & content ===== */
  .template-product .productView-image,
  .template-product .productView-details {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* ===== Vendor (line 1) & Availability (line 2) ===== */
  .template-product .productView-info {
    display: block;
    text-align: center;
  }

  .template-product .productView-infoItem {
    display: block;
    width: 100%;
    margin: 4px 0;
    text-align: center;
    justify-content: center;
  }

  /* ===== Quantity selector (LABEL UP, BOX DOWN, CENTER) ===== */
  .template-product .productView-quantity {
    display: flex;
    flex-direction: column; /* label upar, box neeche */
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .template-product .productView-quantity label {
    display: block;
    margin-bottom: 8px;
    text-align: center;
  }

  .template-product .quantity_selector {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

    @media (max-width: 767px) {
  /* ===== PRICE ke neeche har cheez ZERO ===== */
  .template-product .productView-price {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
    }
    .productView-price .price{
    justify-content: center !important;
  }
  /* ===== PRICE aur QUANTITY ke beech jo wrapper hai uska gap ===== */
  .template-product .productView-price + div,
  .template-product .productView-price + .productView-form,
  .template-product .productView-price + .productView-options {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* ===== Quantity ka apna top gap ZERO ===== */
  .template-product .productView-quantity {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* Quantity label gap bhi ZERO */
  .template-product .productView-quantity label,
  .template-product .form__label {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }
/*variation me from hide krne ke lie */
  @media (max-width: 767px) {
  .price__sale .price-item--sale .text {
    display: none !important;

  }/*variation me from hide krne ke lie */
  @media (max-width: 767px) {
  .price__sale .price-item--sale .text {
    display: none !important;
  }
}
  .productView-title{
    text-align: center !important;
  }
  .productView-meta{
    text-align: center !important;
  }
  .footer .halo-row .footer-block__item .footer-block__details .rte p{
    text-align: center !important; 
    margin-bottom: 0px !important;
  }
  .footer .halo-row .footer-block__item .footer-block__details .rte .address-wrapper,
  .footer .halo-row .footer-block__item .footer-block__details .rte .phone-wrapper,
  .footer .halo-row .footer-block__item .footer-block__details .rte .email-wrapper{
      justify-content: center !important;
  }
    .footer .footer__content-top{
    padding-top: 5px !important;
  }
    .footer-block__details .image_logo{
    /* position: relative !important;
    left: 23% !important; */
    display: grid !important;
    justify-content: center !important;
  }