/** Shopify CDN: Minification failed

Line 604:1 Expected "}" to go with "{"

**/
.pdp-product-collection {
  background-color: #fff;
  padding-bottom:160px;
  overflow:hidden;
  position: relative;

}


.pdp-product-collection .header .title-section {
  padding: 60px 0 56px 0;
    text-align: center;
  width:100%;
}

.pdp-product-collection .header .title-section h2 {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Montreal-Serial, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 5;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;

}


.pdp-product-collection .header a {
  border-radius: 8px;
  border: 1px solid #000;
  padding: 19px 25px 14px 25px;
  color: #000;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.pdp-product-collection .header a:hover{
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
}

.pdp-product-collection .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;

}

.pdp-product-collection .slider-box {
  padding: 0;
  position: relative;
  margin:0;

}

.pdp-product-collection .all-purifier-btn-mob{
  display: none;
}


.pdp-product-collection .btn {
  background: black;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  text-decoration: none;
  overflow:visible;
}
.product-grid a{
  text-decoration: none;
}

.pdp-product-collection .product-cell {
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform-style: preserve-3d;
		text-decoration: none;
		text-align: center;

}


.pdp-product-collection .product-cell:hover{
  transform: scale(1.03);
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); */
  z-index: 2;
  
}

.pdp-product-collection .product-meta 
{
	text-decoration: none !important;
	text-align: center;
}
.pdp-product-collection .product-meta h3 {
  margin: 0;
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Calibre", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.404px;
  text-align: center;
  width: 100%;

  /* 97.02% */
}

.pdp-product-collection .product-meta .product-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pdp-product-collection .product-meta .product-name span {
  color: #008157;
  text-align: right;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Calibre", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding:0;
  margin:0;
  /* 121.275% */
}

.pdp-product-collection .product-meta .coverage {
  color: #5B5B5B;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Calibre", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.404px;
  text-align: center;
  margin:0 0 5px;
    width: 100%;
}

.pdp-product-collection .add-to-cart {
display :block;
  border-radius: 3.881px;
  background: #008157;
  padding: 20px 0 13px 0;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: "Calibre", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-transform: uppercase;

}
.pdp-product-collection .add-to-cart span {
	font-weight:400;

}

.pdp-product-collection .product-cell .add-to-cart:hover{
  background-color: #000;
}

.pdp-product-collection .more-info {
  padding: 21px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center; /* center horizontally */
  gap: 7px;
  text-align: center;
}

.pdp-product-collection .more-info p {
  padding: 0.6rem 0 0 0;
  color: #008157;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Calibre", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.404px;
  text-decoration-line: underline;
  margin: 0;
}

.pdp-product-collection .more-info svg {
  flex-shrink: 0;
}


.pdp-product-collection .more-info span {
  text-decoration: none;
  border: 1px solid #008157;
  border-radius: 50%;
  padding: 5px 7px 0 8px;
  line-height: normal;
  color: #008157;
  font-size: 16px;
}

.pdp-product-collection .product-meta {
  padding: 23px 0 0 0;
}

.product-info {
  background: #f5f5f5;
  position: relative;
  padding: 20px 24px 70px 24px;

}

.rating-section {
  display: flex;
  align-items: center;
  gap: 5px;
}

.rating-section span {
  color: #008157;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Calibre", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.404px;
  padding: 0.6rem 0rem 0rem;
}

.rating-section.mobile {
  display: none;
}

.pdp-product-collection .callout {
  position: absolute;
  top: 14px;
  right: 20px;
  border-radius: 97.02px;
  background: #000;
  color: white;
  padding: 5px 10px;
  font-size: 14px;
  font-family: "Calibre", sans-serif;
  padding: 7px 15px 3px 15px;
}

.image-wrapper {
	position: relative;
  width:100%;
  height: auto;
  padding: 40px 0 0 0;
}
.image-wrapper img {
  max-width: 100%;

}

.image-wrapper .product-badge{
	position: absolute;
  top:-1px;
  right:22%;
  width:100px;
  height:auto;
}
.image-wrapper img {
  max-width: 100%;

}



.price {
  font-weight: bold;
}

.price.mobile {
  display: none;
}


.plus-icon {
  font-weight: bold;
  cursor: pointer;
}


.pdp-product-collection .navigation-btn {
	padding: 0;
	z-index:102;
	
}

.pdp-product-collection .swiper-button-prev-pdp::after {
  display: none;
}

.pdp-product-collection .swiper-button-next-pdp::after {
  display: none;
}

.pdp-product-collection .swiper-button-prev-pdp,
.pdp-product-collection .swiper-button-next-pdp {
position: absolute;
  top: 45%;
  height: 45px;
  width: 45px;
  padding: 0px;
  border: none;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  box-shadow: 0px 10.414px 14.201px 0px rgba(0, 0, 0, 0.03), 0px 8.52px 43.549px 0px rgba(0, 0, 0, 0.03), 0px 22.721px 35.975px 0px rgba(0, 0, 0, 0.03), 0px 0px 18.934px 0px rgba(0, 0, 0, 0.05);
}

.pdp-product-collection .swiper-button-prev-pdp:hover,
.pdp-product-collection .swiper-button-next-pdp:hover {
  background-color: #008157;
}

.pdp-product-collection .swiper-button-prev-pdp:hover svg path,
.pdp-product-collection .swiper-button-next-pdp:hover svg path {
  stroke: #fff;
}

.pdp-product-collection .swiper-button-prev-pdp {
  left: -20px;
  z-index: 111;

}

.pdp-product-collection .swiper-button-next-pdp {
  right: -20px;
  z-index: 111;
}

.pdp-product-collection .swiper-button-prev-pdp svg,
.pdp-product-collection .swiper-button-next-pdp svg {
  height: auto;
  max-width: 100%;
  border-radius: 50%;
}


/* Hide disabled buttons */


.swiper-button-prev-pdp,
.swiper-button-next-pdp {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.swiper-button-disabled {
  opacity: 0;
  pointer-events: none !important;
}

@media screen and (max-width: 768px) {
	

  .pdp-product-collection {
    padding: 0 0 80px 0;
}

.pdp-product-collection .header .title-section {
  padding: 10px 0 10px 0;
}

  .pdp-product-collection .all-purifier-btn-mob{
    display: block;

    border-radius: 8px;
    border: 1px solid #000;
    padding: 19px 25px 14px 25px;
    color: #000;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    margin: 30px 0 0 0; 
  }

 
  .pdp-product-collection .header {
    justify-content: center;
  }

  .pdp-product-collection .header .title-section {
      padding: 10px 0 30px 0;
  }

  .pdp-product-collection .header .title-section h2 {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montreal-Serial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 5;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }

  .pdp-product-collection .header a {
    display: none;
  }

  .pdp-product-collection .header .title-section p {
    font-size: 14px;
    padding: 23px 0 0 0;
    text-align: center;
  }

  .pdp-product-collection .product-cell {
    padding: 0;
    text-align: center;
    border-radius: 5px;
  }
  
  .pdp-product-collection .product-cell:hover{
  transform: none;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); */
  z-index: 2;
  
}

  .product-grid {
    row-gap: 20px;
    column-gap: 16px;
  }

  .pdp-product-collection .callout {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 97.02px;
    background: #000;
    color: white;
    padding: 5px 10px;
    font-size: 10px;
    font-family: "Calibre", sans-serif;
    padding: 7px 15px 3px 15px;
  }

  .product-info {
    background: #f5f5f5;
    position: relative;
    padding: 10px 12px 30px 12px;
  }
  
  .pdp-product-collection .product-meta {
  padding: 2px 0 0 0;
}

  .pdp-product-collection .product-meta h3 {
    margin: 0;
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Calibre", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.404px;

  }

  .pdp-product-collection .product-meta .coverage {
    color: #5B5B5B;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Calibre", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.404px;
    margin: 0 0 10px 0;
    text-align: center;
  }

  .pdp-product-collection .more-info p {
    color: #008157;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Calibre", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.404px; 
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: flex
;
    margin: 0;
}

.pdp-product-collection .more-info {
  padding: 10px 0 0 0;
  display: flex
;
  align-items: center;
  gap: 8px;
}



}



@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }


.image-wrapper .product-badge {
    position: absolute;
    top: -1px;
    right: 5%;
    width: 80px;
    height: auto;
  .rating-section.desktop {
    display: none;
  }

  .rating-section.mobile {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }  
  .rating-section.mobile .oke-sr-count{
    margin-top: 2px;
  }
  .rating-section.mobile svg{
    height:12px;
  }

  .price.desktop {
    display: none;
  }

  .price.mobile {
    display: block;
    text-align: left;
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Calibre", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 10.321px;
    /* 86.01% */
    padding: 0 0 10px 0;
  }
  
  .pdp-product-collection  .navigation-btn{
    padding: 70px 0 0 0;
  }

  .pdp-product-collection .swiper-button-prev-pdp {
    left: calc(50% - 55px);
    z-index: 111;
    bottom: 1px;
    top: auto;

  }

  .pdp-product-collection .swiper-button-next-pdp {
    right: calc(50% - 55px);
    z-index: 111;
    bottom: 1px;
    top: auto;

  }
  .swiper-button-disabled {
  opacity: .5;
}
}