/** Shopify CDN: Minification failed

Line 100:53 Expected ":"

**/
img{
  max-width:100%;
}
.inner-pdp-banner {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 4rem;
    max-width: 85%;
    margin: auto;
    padding: 5rem 0;
    align-items: center;
}
.pdp_banner_caption h2,.pdp_banner_caption h2>p{
  margin:0;
  padding:0 0 1rem;
  color:#121212;
  font-size:60px;
  line-height:70px;
  font-weight:600;
  font-family: "Figtree";
}
.pdp_banner_caption .description p {
    margin: 0;
    padding: 0 0 1rem;
    color: #121212;
}
.inner-pdp-banner button.pdp_banner_btn {
    border: 1px solid;
    padding: 10px 25px;
    background-color: #121212;
    margin: 22px 0 0 0;
}
.inner-pdp-banner button.pdp_banner_btn a {
    font-size: 20px;
    line-height: 32px;
    font-weight:500;
    text-decoration: none;
    color: #fff;
}
.inner-pdp-banner button.pdp_banner_btn:hover {
    background: transparent;
    border: 1px solid #121212;
}
.inner-pdp-banner button.pdp_banner_btn:hover a{
  color:#121212;
}
.banner_variants ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.banner_variants ul li p {
    width: 100%;
    text-align: center;
    padding: 7px 0;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 100%;
}
.banner_variants ul li img {
    max-width: 73px;
    max-height: 73px;
}
.banner_variants ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 12%;
}
.banner_variants ul li.active img {
    border: 1px solid #121212;
    border-radius: 50%;
    padding: 6px;
}
@media screen and (max-width:1400px) {
  .banner_variants ul li {
    max-width: 16%;
  }
  .pdp_banner_caption h2, .pdp_banner_caption h2>p {
    font-size: 50px;
    line-height: 60px;
  }
}

@media screen and (max-width:1024px) {
  .banner_variants ul li {
    max-width: 20%;
  }
  .inner-pdp-banner {
    max-width: 90%;
  }
  .pdp_banner_caption h2, .pdp_banner_caption h2>p {s
    font-size: 50px;
    line-height: 60px;
  }
}

@media screen and (max-width:989px) {
 .inner-pdp-banner {
    grid-template-columns: 100%;
  }
  .banner_variants ul li {
      max-width: 12%;
  }
}

@media screen and (max-width:767px) {
  .banner_variants ul li {
      max-width: 16%;
  }
  .pdp_banner_caption h2 >p {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}

@media screen and (max-width:600px) {
  .banner_variants ul li {
      max-width: 20%;
  }
}

@media screen and (max-width:480px) {
  .banner_variants ul li {
      max-width: 30%;
  }
}

