/** Shopify CDN: Minification failed

Line 310:1 Expected "*/" to terminate multi-line comment

**/

.hero-media-content-wrapper  {
  text-shadow: 0px 4px 4px rgba(0,0,0,.25);
}

.home_pg_banner .hero-media-card .hero-media-cont-inner .hero-media-btns {
  display: block;
}
.home_pg_banner .hero-media-content .container {
    width: 100%;
}
.home_pg_banner .hero-media-inner {
  padding-bottom:0;
}
.home_pg_banner .hero-media-cont-inner {
  padding-left: 0;
} 
/*.product_varient_col .gallery-grid{
  display: flex;
}
.product_varient_col .gallery-item {
  width: calc(33% - 10px);
}
#shopify-section-template--24822036234536__image_with_text_gfjM4D{
  overflow: visible;
} */
.rotating_ani_circle{
  position: relative;
}
.rotating_ani_circle:before{
  content:'';
  background: url(/cdn/shop/files/trust_circle-spin.png?v=1753249266);
  width: 120px;
  height: 120px;
  background-size: contain;
  position: absolute;
  top: -120px;
  right: 0;
  z-index: 1;
  animation: mymove 12s infinite linear;
}

@keyframes mymove {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotating_ani_circle:after{
  content:'';
  background: url(/cdn/shop/files/skinworks_circle-spin.png?v=1753248634);
  width: 120px;
  height: 120px;
  background-size: contain;
  position: absolute;
  top: -120px;
  right: 0;
  z-index: 2;
}
.rotating_ani_circle .image-with-text-content-card{
  z-index: 9;
}
.rotating_ani_circle ul {
  position: relative;
  margin-left: 0;
}
.rotating_ani_circle li {
  font-size: 16px;
  list-style: none;
  padding-left: 65px;
  position: relative;
  margin-bottom: 25px;
}
.rotating_ani_circle li:before {
  content:'';
  background: url(/cdn/shop/files/target.svg?v=1752750604);
  width: 50px;
  height: 50px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rotating_ani_circle li:nth-child(3):before {
  background: url(/cdn/shop/files/circular-led.svg?v=1752750603);
}
.rotating_ani_circle li:nth-child(2):before {
  background: url(/cdn/shop/files/led.svg?v=1752750604);
}
.rotating_ani_circle li:nth-child(4):before {
  background: url(/cdn/shop/files/spred_light.svg?v=1752750604);
}
.rotating_ani_circle li:nth-child(5):before {
  background: url(/cdn/shop/files/safe.svg?v=1752750604);
}
.rotating_ani_circle li:nth-child(6):before {
  background: url(/cdn/shop/files/light_comfort.svg?v=1752750604);
}
/*
.home_faq .grid-item-md-12{
  display: flex;align-items: center;
}
.home_faq .grid-item-md-12 .accordion-wrapper{
  width: 55%;
  margin-right: 5%;
}
.home_faq .grid-item-md-12 img {
  width: 40%;
  border-radius: 10px;
}
.home_faq .heading-header {
  margin: auto;
  padding-bottom: 50px;
}

/* Product page 

.section-main-product .product-slide-box {
  display: flex;
  flex-direction: column-reverse;
}
.section-main-product .product-slider-thumbnail {
    width: 100%;
    height: 100%;
}
.section-main-product .main-product-grid .product-slider-nav-wrapper {
    width: 100%;
}
.section-main-product .product-slider-wrapper{
  max-width: 100%
}
.section-main-product .product-slider-nav-wrapper {
    transform: rotate(0) translateY(0);
}
.section-main-product .main-product-thumb .main-product-thumb-item .media-image {
    transform: rotate(0deg);
}
.section-main-product .main-product-grid {
  grid-template-columns: 2fr minmax(40%, 1fr);
}
.section-main-product .product-title {
  font-size: 28px;
} */
.section-main-product .icon-with-text{
  display: flex;
  list-style: none;
  gap: 20px;justify-content: space-between;
  flex-wrap: nowrap;
}
.section-main-product .icon-with-text img{
  max-width: 40px;
}
.section-main-product .icon-with-text li{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33% - 10px);
}

/*
.section-main-product span.h4  {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding-top: 10px;
}
.section-main-product .star-rating-widget {
  border-bottom: 1px solid #00000050;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.section-main-product .item-price-old {
  color: #f00
}
.product-tabs-wrapper>ul {
  list-style: none;
  padding-left: 0;
}
.product-tabs-wrapper .tab-panel ul{
  padding-left: 40px;
}
.tab-nav a.active {
  border-top: 2px solid #ffdca7;
  margin-bottom: -1px;
  font-weight: 600;
}
.tab-nav li a{
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: .625rem 1.5rem;
  transition: .1s ease-in-out;
  font-size: 18px;
  border: 1px solid #d8d8d8;
  border-bottom: 0;
}
ul.tab-nav {
  display: flex;
}
.product-tabs-wrapper {
      max-width: 1200px;
    margin: 50px auto 0;
}
.product-tabs-wrapper .tab-content {   
  border: 1px solid #d8d8d8;
  padding: 20px 20px 25px;
}
.benifit_pro_sec .image-with-text-desc p {
  position: relative;
  padding-left: 65px;
  padding-bottom: 32px;
}
.benifit_pro_sec .image-with-text-desc p strong{
  font-size: 24px;
}
.benifit_pro_sec .image-with-text-desc p:before {
  content: '';
  background: url(/cdn/shop/files/hydrated-skin.png?v=1753162781);
  background-repeat: no-repeat !important;
  width: 50px;
  height: 50px;
  background-size: contain !important;
  position: absolute;
  left: 0;  top: 5px;
}
.benifit_pro_sec .image-with-text-desc p:nth-child(2):before {
  background: url(/cdn/shop/files/magic.png?v=1753162782);
}
.benifit_pro_sec .image-with-text-desc p:nth-child(3):before {
  background: url(/cdn/shop/files/skin-regeneration.png?v=1753162781);
}
.benifit_pro_sec .image-with-text-desc p:nth-child(4):before {
  background: url(/cdn/shop/files/glowing-skin.png?v=1753162781);
}
.shopify-policy__title h1 {
  font-size: 60px;
  padding-top: 60px;
}
.shopify-policy__body h2, .shopify-policy__body h3 {
  font-size: 32px;
  padding-top:36px;
}
.shopify-policy__container {
  max-width: 90ch;
  padding-bottom:60px;
}
.shopify-policy__body hr {
  display: none;
}
@media (max-width: 767px) {
  .tab-nav li a {
    width: 100%;
  }
  .tab-nav li {
    width: 50%
  }
  .product-tabs-wrapper>ul {
    flex-wrap: wrap;
  }
  .home_faq .grid-item-md-12 img{
    display: none;
  }
  .home_faq .grid-item-md-12 .accordion-wrapper {
    width: 100%;
  }
  .home_faq .accordion-detail-item {
    padding: 25px 36px 25px 0!important;
  }
  .home_faq .arrow-icon-inner .arrow-icon-item {
    width: 32px;
    height: 32px;
  }
  .home_faq .accordion-content {
    padding: 22px 0 0 ;
  }
  .home_faq .grid-item-md-12 .accordion-wrapper{
    margin-right: 0;
  }
  .home_faq .quest-icon-box {
    display: none;
  }
  .home_faq .faq-title{
    padding: 0 15px;
  }
  .pro_home_scroller .rich-text-desc{
    overflow: auto;
  }
  .rotating_ani_circle:before, .rotating_ani_circle:after {
    display: none;
  }
  .pro_col4_sec .grid-item-sm-6{
    width: 50% !important;
    padding-right: 0;
    padding-left: 0;
  }
}