/** Shopify CDN: Minification failed

Line 9:0 Unexpected "{"
Line 9:1 Expected identifier but found "%"
Line 293:0 Unexpected "{"
Line 293:1 Expected identifier but found "%"

**/
{%- style -%}
  .product_hero_container { 
    background: #F5F4F2; 
    padding-top:25px;
    padding-bottom:55px;
    display: flex; 
    justify-content: center; 
  }
  .compare_price {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
  .h-grid { 
    display: flex;  
    gap: 0px; 
    justify-content:space-between;
    width: 100%; 
  }
  .image_contner_er {
    display: flex;
    width: 59%;
    gap: 16px;
}
  .h-img-hover {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    cursor: pointer;
    line-height: 0; /* Image ke niche extra space khatam karne ke liye */
  }
.hr_bor2 {
    margin-top: 0;
    width: 62%;
    margin-inline: auto;
    margin-bottom: 55px;
    background: #0000001C;
}
  .h-img-hover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  /* Yeh hai wo box jo shuru mein chhupa hoga */
  .h-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    opacity: 0; /* Hidden by default */
    transition: opacity 0.4s ease;
    border-radius:32px;
    z-index: 2;
    padding: 26px 22px;
  }
  /* Hover karne par show hoga */
  .h-img-hover:hover .h-img-overlay {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
  }


  .overlay-ttl { 
    font-size: 20px; 
    margin: 18px 0; 
    color: #fff;
  }

  .overlay-price { 
    font-size: 18px; 
    color: #ffffff; 
    margin-bottom: 15px;
    font-weight:500;
  }

  .h-img {
    position: relative;
}

  .h-col { 
    display: flex; 
    flex-direction: column; 
    width:39%;
    justify-content: center; 
    gap: 0px; 
  }
  
  .h-badge p{
margin:0;
  }
  .custom_btn a{
  background:#8B8B8B;
  }
  .h-badge {
    padding: 12px 12px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    width: fit-content;
    color: #000000;
}
.disc_text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* font-weight: 400; */
}
.overlay-pct {
    font-size: 54px;
    font-weight: 500;
    margin: 0;
    display: flex;
    gap: 5px;
    align-items: center;
}
.overlay-link {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.disc_text span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}
.h-img {
  position: relative; /* Container ko relative rakhein */
  display: inline-block; /* Ya block, depends on your layout */
  overflow: hidden;
}

.h-img img {
  display: block;
  width: 100%;
  height: auto;
}

/* Gradient Overlay */
.h-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%; 
  background: linear-gradient(to top, rgb(0 0 0 / 77%), rgba(0, 0, 0, 0));
  pointer-events: none; 
  border-radius:32px;
}
.h-desc p{
  margin:0;
}
 .h-desc {
    font-size: 13px;
    color: #000000;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 20px 0;
}
.h-btn {
    background: #8B8B8B;
    color: #fff;
    padding: 12px 28px 12px 36px;
    border-radius: 35px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
}
  .h-btn p{
    margin:0;
  }
  .h-img img { 
    width: 100%; 
    height: 100%; 
    border-radius: 32px; 
  }

  .h-card { 
    background: #000; 
    color: #fff; 
    border-radius: 40px; 
    padding: 40px; 
    display: flex; 
    flex-direction: column; 
    justify-content: space-between; 
  }
  .h-pct { 
    font-size: 64px; 
    font-weight: 700; 
    line-height: 1; 
  }
  .h-price { 
    color: #888; 
    font-size: 18px; 
  }

  @media (max-width: 768px) { 
 .h-grid {
    flex-direction: column;
    padding-bottom:36px;
}
.image_contner_er {
    display: flex;
    width: 100%;
    gap: 32px !important;
    flex-direction: column;
}
.image_contner_er a {
    width: 100%;
}
.product_hero_container{
padding:0px 0;
}
.h-col {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom:48px;
    justify-content: center;
    gap: 0px;
}
.h-col .zyre-description{
  text-align:left;
}
.h-btn {
    background: #8B8B8B;
    color: #fff;
    padding: 9px 45px 12px 45px;
    border-radius: 35px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
    margin-top: 15px;
}
.hr_bor2 {
  margin-bottom:35px;
    width: 100%;
}
.h-btn span{
display:none;
}

.h-desc {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 20px 0;
}
.h-badge{
  margin-bottom:15px;
}
  }
{%- endstyle -%}
