/** Shopify CDN: Minification failed

Line 601:2 "diaplay" is not a known CSS property
Line 1317:0 Unexpected "}"

**/
/* font-family commented From whole File 17 Sept */
/*  */
.model-header-pro{
  display: none;
}

.model-header, .model-header-pro {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  gap: 8px;
   background-color:#F5F2EC;
}

.model-header-pro.active{
   background-color:transparent;
    display: flex;
}
.model-header > div, .model-header-pro > div{
  height: 46px;
  min-width: 40%;
}
.upload-container {
   display: flex;
              align-items: center;
              /* background-color: white; */
              color: black;
              border-radius: 32px;
              padding: 12px 24px;
              gap: 15px;
            border:1px solid black;
}

/* Close Button */
.close-btn, .next-btn {
  background: #000;
  border: none;
  color: white;
  font-size: 18px;
  border-radius: 50%;
  height: 46px;
  cursor: pointer;
  text-align: center;
  display: flex;
  width: 46px;
  justify-content: center;
  align-items: center;
            border:1px solid black;
  
}

/* Upload Step Section */
.upload-step {
    display: flex;
    align-items: center;
    gap: 10px;
  justify-content: space-between;
    flex-grow: 1;
}

.icon {
    font-size: 16px;
}
.text {
    font-size: 14px;
}

.step-info {
    font-size: 12px;
    color: black;
}

.step-circle {
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-number {
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.progress-ring {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  transform: rotate(130deg);
  clip-path: inset(0px 85% 0px 0px);
}
.progress-ring-full{
  width: 100%;
  height: 100%;
  z-index: 0;
  border: 2px solid #71717A;
  border-radius: 50%;
  position: absolute;
}

.upload-step > div{
display: flex;
align-items: center;
gap: 8px;
}

.step-4-img {
  width: 100vw;
  height: 810px;
}
/* anlysis step */
.img-with-txt {
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #fff;
}

.img-with-txt > div{
  /* width: 50%; */
  flex: 1;
  display: flex;
  flex-direction: column;
}

.img-with-txt .left-col img {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.right-col{
  position: relative;
  /* height:452px; */
  padding: 48px 16px 48px 48px;
}
.imgwrap-custom {
    width: 100%;
    aspect-ratio: 1;
}
.left-col {
    position: relative;
    overflow: hidden;
    align-items: center;
}

.process-text {
        position: absolute;
    bottom: 20px;
    padding: 10px;
    color: black;
    text-transform: uppercase;
   
    /* font-family: "Avenir Next"; */
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    width: 100%;
  
    text-align: center;
}
/* .process-text {
    top: 15px;
    left: 15px;
    bottom: unset;
    text-transform: uppercase;
    background: transparent;
    line-height: 1.5;
    color: #1c1c1c;
} */
.scan-line {
    position: absolute;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    height: 4px;
    background: #fff;
    box-shadow: 0 0 10px #fff;
    animation: scan-animation 2s ease-in-out infinite;
}
/* .customContent[data-step="4"] {
    align-items: flex-start;
    position: fixed;
    top: 214px;
    left: 0;
    width: 100vw;
    max-width: 100%;
    height: 100%;
    scale: 1;
    background-color: #F5F2EC;
    transition: all 0.5s ease;
    z-index: 999;
    overflow-y: auto;
} */
.model {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      position: fixed;
      top: 70px;
      scale: 0;
      left: 0;
      width: 100vw;
      max-width: 100%;
      height: 100%;
      scale: 0;
      background-color: #F5F2EC;
      transition: all 0.5s ease;
      z-index: 999;
      overflow-y: auto;
  }


    .model-content {
      max-width: 100%;
      width: 100%;
      padding: 0 48px;
      position: relative;
      overflow: hidden;
      overflow-y: auto;
      flex-direction: column;
      display: flex;
      scrollbar-width: none;
      /* max-height: calc(100vh - 70px); */
      background-color: #F5F2EC;
  }
    .model-body-wrap {
      padding-bottom: 48px;
      height: 100%;
    }
.customContent[data-step="4"] .img-with-txt-header h2 {
    /* font-family: "Avenir Next"; */
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 4px;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.fact-text {
    color: #E4E4E7;
    /* font-family: "Avenir Next"; */
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 3px;
    vertical-align: middle;
    text-transform: uppercase;
}
.tipfacts h3 {
    /* font-family: "Avenir Next"; */
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 4px;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #E4E4E7;
}
/* .tipfacts p {
    font-family: "Avenir Next";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    vertical-align: middle;
    color: #E4E4E7;
} */
.tipfacts p {
    /* font-family: "Avenir Next"; */
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 2px;
    vertical-align: middle;
    color: #E4E4E7;
    text-transform: uppercase;
}
.product-slider .slider-conatainer:not(:last-child){
  margin-bottom: 8px;
}
.fade-text {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.fade-text.hide {
  opacity: 0;
}
.main-product-content .customContent{
  padding-bottom: 48px;
}
.main-product-form{
  padding-top: 10px;
}
.product-data-6{
  margin-top: 56px;
}
.custom-slider-navbtns:first-child{
    text-align: right;
    padding: 16px 0;
}

.custom-slider-navbtns .custom-slick-prev{
  margin-right: 10px;
}
.custom-slider-navbtns button{
  display: none;
}
.custom-slick-prev, .custom-slick-next{
  pointer-events: none;
  display: inline-block !important;
  opacity: 0.7;
}
.order-summary.table--reduce-border{
  margin-top: 24px;
}

.custom-slider-navbtns button.active{
  display: inline-block;
}
.custom-slick-prev.active, .custom-slick-next.active{
  cursor: pointer;
  opacity: 1;
  pointer-events: all;
}
.slider-content{
    position: relative;
    /* padding-inline: 48px; */
}
button.slider-prev {
    position: absolute;
    left: -50px;
    /* left: 0; */
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
}
button.slider-next {
    position: absolute;
    right: -50px;
    /* right: 0; */
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
}

.padding-top-24{
  padding-top: 24px;
}
.customContent.active{
  display: block;
}
@keyframes scan-animation {
    0% {
        top: 0;
    }
    50% {
        top: 75%;
    }
    100% {
        top: 0;
    }
}

.product-gallery__thumbnail-list{
  top: 0;
}


@media screen and (max-width: 1024px){
  
  .model-content{
    padding: 0;
  }
  /* .model-header, .model-header-pro{
    background: #fff;
  } */
  .model-header > div, .model-header-pro > div{
    min-width: 20%;
  }
  .img-with-txt {
    display: block;
    max-width: 100%;
  }
  .slider-content > div.custom-slider-navbtns:nth-child(2){
    display: none !important;
  }
  .custom-slider-navbtns:first-child{
    padding: 16px;
  }
  .img-with-txt > div {
    width: 100%;
  }
  .tipfacts h3{
    font-size: 16px;
  }
  .tipfacts p {
    font-size: 14px;
  }
}
/* anlysis step */

.main-content {
  display: flex;
  flex-direction: column;
  /* gap: 8px; */
  /* padding-bottom: 64px; */
}

/* .product-1 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: linear-gradient(
      243.68deg,
      rgba(251, 238, 237, 0.3) 10.27%,
      #bca9a9 129.83%
    ),
    linear-gradient(238.59deg, rgba(246, 239, 239, 0.3) 3.54%, #c56e65 162.77%);
} */
.product-1 .product-all-content {
  padding-bottom: 64px;
  /* padding-bottom: 64px; */
}
#popup-2 .product-1 .product-all-content {
  padding-bottom: 8px;
  
}
.product-all-content {
  display: flex;
  gap: 80px;
}

.product-data-left {
  width: 75%;
  /* width: 60%; */
}

/* .big-images img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
} */

/* .big-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
*/

.left-size-wrap {
   display: flex;
    gap: 80px;
    flex: 1;
    width: 100%;
}

.big-images img {
    /* width: 100%;
    height: 100%; */
    /* object-fit: cover; */
}

/* .small-images {
  display: flex;
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.small-images img {
  border-width: 1px;
} */

.small-images {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-x: auto;
  white-space: nowrap;
}

/* .small-images img {
  width: 100px;
  height: 100px;
  cursor: pointer;
  scroll-snap-align: start;
} */

.small-images img {
    /* height: 100%;
    width: 100%; */
    cursor: pointer;
    object-fit: contain;
    scroll-snap-align: start;
}

.product-data-right {
  width: 40%;
  display: flex;
  gap: 8px;
  /* flex: 1; */
  padding-right: 10px;
}

.product-title-price {
    display: flex;
    gap: 16px;
    flex-grow: 1;
    flex-direction: column;
}

.product-title-price h2 {
  /* font-family: Avenir Next;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #18181B;
  text-transform: uppercase; */
  /* font-family: "Avenir Next"; */
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 3px;
  color: #18181b;
  text-transform: uppercase;
}

.product-data-details {
  /* display: flex;
  flex-direction: column;
  max-width: 100%; */
  width: 100%;
}

.product-data-2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* border-bottom: 1px solid #d4d4d8; */
  padding-bottom: 16px;
}

.product-data-2 p {
  font: var(--text-font-style) var(--text-font-weight) var(--text-base) / 1.65 var(--text-font-family);
  letter-spacing: var(--text-letter-spacing);
  color: rgb(var(--text-color));
  /* cursor: pointer; */
}

.product-readmore {
  /* font-family: "Avenir Next"; */
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #18181b;
  cursor: pointer;
}
.sls-purchase-options-label{
  color: #4d4d4d;
}

.product-data-3 {
  display: flex;
  flex-direction: column;
  /* gap: 16px; */
}

.day-name {
  diaplay: flex;
  justify-content: center;
  align-self: center;
  margin-left: 12px;
  /* font-family: Avenir Next; */
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #52525b;
}

/* .product-data-3 span {
  display: flex;
} */

.product-bright-on {
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  padding: 5px;
  cursor: pointer;
}

.product-bright-off {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  padding: 5px;
  cursor: pointer;
}
/* .product-bright-on svg path {
  fill: white;
}
.product-bright-off svg path {
  fill: black;
} */

.product-category {
  display: flex;
  gap: 10px;
}

/* .releted-s-image {
  width: 110px;
  gap: 4px;
} */

.part-si-1 {
  position: relative;
  display: inline-block;
}
.part-si-1 img {
  width: 110px;
  height: 110px;
}
.part-si-1 span {
  position: absolute;
  padding: 2px;
  top: 5px;
  right: 5px;
  /* font-family: Avenir Next; */
  font-weight: 500;
  font-size: 8px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #3f3f46;
  background: #1d1d1d1a;
}

.part-si-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    position: relative;
}

.part-si-2 svg path {
  fill: #71717a;
}
.part-si-2 label {
  /* font-family: Avenir Next; */
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.product-data-5 {
  display: flex;
  gap: 16px;
}

.button-left {
  /* width: 268;*/
  width: 50%;
  height: 40px;

  gap: 10px;
  padding-top: 8px;
  padding-right: 24px;
  padding-bottom: 8px;
  padding-left: 24px;
  background: #1d1d1d;

  /* font-family: Avenir Next; */
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff;
}

.button-right {
  /* width: 268; */
  width: 50%;
  height: 40px;

  gap: 10px;
  padding-top: 8px;
  padding-right: 24px;
  padding-bottom: 8px;
  padding-left: 24px;
  background: #ffffff;

  /* font-family: Avenir Next; */
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #1d1d1d;
  text-transform: uppercase;
  color: #1d1d1d;
}

.extra-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 32px;
  padding-top: 8px;
  justify-content: center;
  align-items: center;
}

.extra-content h2 {
  /* font-family: Avenir Next; */
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 5px;
  text-align: center;
  color: #18181b;
  text-transform: capitalize;
}

.extra-content p {
  /* font-family: Avenir Next; */
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  color: #1c1c1c;
}

.product-head {
  display: flex;
  gap: 10px;
  padding: 16px 24px;
  padding: 16px 0;
  justify-content: space-between;
  align-items: center;
}

.product-head-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-head-left h3 {
  /* font-family: Avenir Next; */
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: var(--heading-letter-spacing);
  text-transform: uppercase;
  color: #18181b;
}
.product-head-left p {
  /* font-family: Avenir Next; */
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #71717a;
}

.product-head-right {
  display: flex;
  width: 94px;
  height: 32px;
  justify-content: flex-end;
  gap: 8px;
  align-items: center;
}

.product-head-right span {
  /* font-family: Avenir Next; */
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #18181b;
}

.product-right-img {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.product-right-img img {
  width: 16px;
  height: 9px;
  top: 10.67px;
  left: 8px;
}
.selling-wrap{
  margin-top: 24px;
}
.row-1, .row-3{
  padding: 0 10px;
}
/* data-4 */
/* .product-data-4 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #d4d4d8;
  padding: 16px;
  color: #ffffff52;
  box-shadow: 0px 1px 2px 0px #0A0D1408;
  background: transparent;
} */
.row-1 label.sls-selling-plan-group-name {
    font-weight: bold;
    color: #4d4d4d;
    margin-right: 0.25em;
}
.product-data-4 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: 1px solid #d4d4d8;
    padding: 16px 0;
    color: #ffffff52;
    box-shadow: 0 1px 2px #0a0d1408;
    background: rgb(255 255 255 / 30%);
}

.row-1 {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid #e4e4e7;
}

.row-1-left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.row-1-left input {
  background: #1fc16b;
}

.row-1-left label {
  /* font-family: Avenir Next; */
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #18181b;
}

/* .discount-badge {
  gap: 2px;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-left: 8px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  background: #0f866a;

  font-family: Avenir Next;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
} */
.main-content .discount-badge {
    gap: 2px;
    padding: 2px 8px;
    background: #0f866a;
    /* font-family: "Avenir Next"; */
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0px;
}

.row-1-right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.row-1-right .current-price {
  /* font-family: Avenir Next; */
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgb(109, 109, 109);
}

.line-thorough {
  /* font-family: Avenir Next; */
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  text-decoration: line-through;
  color: rgb(109, 109, 109);
  font-style: italic;
}

/* .row-2 {
  display: flex;
  gap: 8px;
  justify-content: space-between;
} */

.row-2-left p {
  /* font-family: Avenir Next; */
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #71717a;
}

.row-2-right {
    display: flex;
    width: fit-content;
    gap: 4px;
    align-items: center;
    flex-wrap: wrap;
}
.row-2-left .sls-selling-plan-description-content{
  display: block !important;
  margin-top: 0.4em;
}
.row-2 {
    padding: 0 10px;
}

.row-2-right label {
  /* font-family: Avenir Next; */
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #71717a;
}

.row-2-right select {
  gap: 8px;

  border: 1px solid #e4e4e7;
  padding: 8px;
  /* font-family: Avenir Next; */
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #52525b;
}

.row-3 {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.row-3-left {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.row-3-right span {
  /* font-family: Avenir Next; */
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgb(109, 109, 109);
}
.row-3-left label {
  /* font-family: "Avenir Next"; */
  font-weight: bold;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  /* color: #18181b; */
}

.product-data-4 input[type="radio"] {
  accent-color: green;
}


.more-contant {
  display: flex;
  flex-direction: column;
  /* gap: 12px; */
  padding: 12px 0;
  border-top: 1px solid #a1a1aa;
}

.more-contant:last-child {
  border-bottom: 1px solid #a1a1aa;
}

/* .more-contant p {
  font-family: Avenir Next;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #52525b;
} */


.more-contant p {
    /* font-family: Avenir Next; */
    font-weight: 400;
    font-size: var(--text-h6)
calc(0.75rem * 1);
    letter-spacing: var(--heading-letter-spacing)
0.18em;
    line-height: 1.7;
    vertical-align: middle;
    color: #1c1c1c;
}

.dropdown-all-contant {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

/* .contant-new-data.acc-content, .ingredients .acc-content{
  display: none;
} */

.acc-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.acc-content.open {
  max-height: 1000px; 
  padding-bottom: 20px;
}
.dropdown-all-contant.acc-active .animated-plus:before{
  opacity: 0;
}
/* .dropdown-all-contant .animated-plus:after{
  opacity: 0;
} */
.dropdown-all-contant.acc-active .animated-plus:after{
  opacity: 1;
}
/* .contant-new-data p {
    color: #3f3f46;
    font-family: "Avenir Next";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    vertical-align: middle;
} */

.contant-new-data p {
    font-weight: 400;
    font-size: 14px;
    color: #71717A;
    line-height: 1.2;
    font: var(--text-font-style) var(--text-font-weight) var(--text-base) / 1.65 var(--text-font-family)
  "Avenir Next", sans-serif;
    letter-spacing: var(--text-letter-spacing);
    vertical-align: middle;
}

.more-text {
  display: none;
}

.close-svg {
  display: none;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/*============  */

.product-data-left-1 {
    display: flex;
    gap: 12px;
    flex: 1;
    flex-direction: column;
}

.product-slider {
  display: flex;
  flex-direction: column;
  gap: 8px;
  /* width: 100%; */
  /* max-width: 100%; */
  /* margin: 0 auto; */
  /* padding: 64px 48px; */
  padding-block: 64px;
  background: #fff;
}

/* .product-slider-inner {
  border: 1px solid #e4e4e7;
  padding: 24px 16px;
} */

.small-images-1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* .small-images-1 img {
  width: 100px;
  height: 100px;
  cursor: pointer;
  scroll-snap-align: start;
} */

.small-images-1 img {
    scroll-snap-align: start;
    width: 100px;
    height: 100px;
    cursor: pointer;
    transition: border 0.3s;
}

.left-arrow svg path {
  fill: #71717a;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.left-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.right-arrow svg path {
  /* fill: #71717a; */
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.right-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.slideshow-container {
  position: relative;
  margin: auto;
}

.slide{
  display:block;
}
.composition-switcher{
  display: flex;
}

.tooltip-custom{
  cursor: pointer;
}

   /* svg.tooltip-custom:hover + .tooltip-text {
     display: block !important;
    } */
  .releted-s-image.active .tooltip-text {
  display: block;
}
.tooltip-text{
  width: 250px;
  /* display: none; */
  position: absolute;
  background: #fff;
  z-index: 89;
  top: 20px;
  padding: 10px;
  color: #000;
  display:none;
  border: 1px solid #D4D4D8;
}


span.tooltip-text:hover{
    display: block;
}
/* .composition-details{
  display: none;
} */

.ingredients .contant-new-data.active{
  display: block;
}
.composition-details.active{
  display: flex;
}
.comp-toggle.active{
  background: #000;
}

.big-images {
    /* display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    width: 100%;
    position: relative;
    min-height: 430px;
    height: 100%;
    max-height: 800px; */
    flex: 1;
}

/* .product-1 .big-images{
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 650px; */
    /* aspect-ratio: 1;
    overflow: hidden;
    width: 100%;
    min-height: 100%; */
} */

.comp-toggle.active svg path{
  fill: #fff !important;
}
.product-bright-on:not(.active){
  background: #fff;
}
.small-images img.active{
  border: 1px solid #000;
}
.product-slider{
  background: #fff;
}
.thumimgs img.active{
  border: 1px solid #000;
}
.mainImage img{
    /* max-height: unset !important; */
}
.recomendation-tag {
    /* width: 130px; */
    width: max-content;
    background: #0f866a;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 0 10px;
    gap: 5px;
    justify-content: center;
}
.treat-box {
    border: 1px solid #e4e4e7;
    padding: 24px 16px;
}
.recomendation-tag svg path{
  fill: #fff;
}
.recomendation-tag.recomend{
  background: #000;
}
.product-price{
    font-size: var(--text-h4);
    line-height: 1.6;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    letter-spacing: var(--heading-letter-spacing);
    text-transform: var(--heading-text-transform);
    overflow-wrap: anywhere;
    color: rgb(var(--text-color) / .65);
}
.slick-arrow.slick-disabled{
  opacity: 0.5;
}
.slider-wrapper{
  width: 100%;
}
.slider-wrapper.slick-slider {
    display: flex;
}
.product-right-img svg{
  transform: rotate(180deg);
}
.product-right-img.active svg{
  transform: rotate(0);
}
.part-si-1.selected {
    border: 2px solid;
}
.acc-content .contant-new-data h3{
  margin-bottom: 10px;
  font-weight: 500;
}
.tags-wrap{
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 769px){
  
  .slick-prev.slick-arrow{
    position: relative;
    left: -15px;
  }
}

.slick-next.slick-arrow{
  position: relative;
  right: -15px;
}

.contant-new-data.evening{
  padding-top: 10px;
}
.formula-title{
  /* padding-top: 14px; */
  /* color: #71717A; */
  padding-bottom: 14px;
  border-bottom: 1px solid #D4D4D8;
  text-transform: uppercase;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
  font-size: var(--text-h6);
  line-height: 1.7;
  overflow-wrap: anywhere;
}
.am-pm-title {
    display: flex;
    gap: 6px;
    align-items: center;
    /* color: #71717A; */
    margin-bottom: 12px;
}
.skincare-routineBtns .discoverRoutine{
  flex: 1;
}
.am-pm-title p{
 /* font-family: "Avenir Next"; */
  font-weight: 450;
  font-size: 14px;
  line-height: 100%; 
  color: #1D1D1D;
 text-transform: capitalize;
  letter-spacing: 0px; 
}
.formula-contains{
  text-transform: capitalize;
}
/* .releted-s-image li{
    display: inline-flex;
    font-family: "Avenir Next";
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    gap: 8px;
    align-items: center;
    position: relative;
    color: #27272a;
} */
.releted-s-image li {
    display: inline-flex;
    /* font-family: Avenir Next;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2; */
    font: var(--text-font-style) var(--text-font-weight) var(--text-base) / 1.65 var(--text-font-family);
    letter-spacing: var(--text-letter-spacing);
    gap: 8px;
    align-items: center;
  flex-wrap: wrap;
    position: relative;
    /* color: #71717A; */
}
.releted-s-image:not(:last-child){
    margin-bottom: 5px;
}
/* .concentration{
  color: #71717A;
} */
.composition-evening{
  border-left: 1px solid #D4D4D8;
  padding-left: 16px;
}
.composition-details>div {
    /* display: flex; */
    /* flex-direction: column; */
    /* height: 100%; */
    flex: 1;
}
.composition-morning > div {
    flex: 1;
}
.composition-evening > div {
    flex: 1;
}
.composition-details {
    display: flex;
    border-radius: 8px;
    padding-top: 16px;
}
/* .product-all-list.hidden-section {
    max-width: 100%;
    margin: 0 auto;
  padding: 0 48px;
} */
.size-wrap{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.size-box{
  cursor: pointer;
  padding: 8px 12px;
  border: 1px solid #D4D4D8;
}
.product-details-size h3{
  margin-bottom: 10px;
  margin-top: 10px;
  color: #71717A;
    font: var(--text-font-style) var(--text-font-weight)
400
 var(--text-base) / 1.65 var(--text-font-family);
}
.size-box.selected{
  border: 1px solid #000;
}
.button-left{
  width: 100%;
}

.customContent{
    /* padding-bottom: 24px !important; */
  background-color:#F5F2EC;
  }

/* 991--> 999 => 12/06 */
@media screen and (max-width: 1000px){
  .upload-step>div{
    width: 100%;
  }
  .right-col{
    padding: 16px;
    padding-bottom:24px;
  }
  .more-contant{
    padding: 0;
  }
  .slider-content{
    padding-inline: 0;
  }
  .product-data-6{
    display: none;
  }
  .product-data-6.mobile{
    display: block !important;
  }
  .product-data-left{
    width: 100%;
  }
  .fact-text{  
    font-size: 16px;
  }
  .customContent[data-step="4"] .img-with-txt-header h2{
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 6%;
  }
  
  .left-size-wrap{
    flex-direction: column-reverse;
    gap: 8px;
  }
  .small-images {
    flex-direction: row;
    gap: .5rem 1rem;
    padding-top: 10px;
    justify-content: center;
  }
  .img-dot {
    border-radius: 50%;
    overflow: hidden;
    height: 6px;
    width: 6px;
    background: rgba(0,0,0, 0.4);
    border: 1px solid rgba(0,0,0, 0.4);
    transition: opacity .25s, background .25s;
    padding: 4px;
  }
  .img-dot img{
    width: 100% !important;
    height: 100% !important;
    z-index: -1;
    position: relative;
  }
  .img-dot.active{
    background: #000;
    border: 1px solid #000;
  }
  .small-images img {
    width: 80px;
    height: 80px;
  }
  .product-slider{
    padding: 64px 0;
  }
  .custom-slider-navbtns:last-child{
    display: none;
  }
  .product-slider .slider-conatainer:not(:last-child){
    margin-bottom: 0;
  }
  .row-2{
    display: block;
  }
  .treat-box{
    border: 0;
    padding: 0;
    border-top: 1px solid #e4e4e7 !important;
  }
  .slide .product-data-6{
    margin-bottom: 16px;
  }
  .product-data-2{
    padding-top: 24px;
  }
  .product-data-right{
    padding: 0;
  }
  .product-head{
    /* padding: 16px; */
    padding: 16px 0;
  }
  .product-all-list .product-data-5{
    padding-bottom: 24px;
  }
  .product-all-list.hidden-section{
    padding: 0;
    max-width: 100%;
    padding-bottom: 24px;
  }
  .product-gallery{
    display: block;
  }
  .product-gallery__thumbnail-scroller{
    grid-auto-columns: unset;
    grid-auto-flow: column;
    overflow-x: auto;
    /* overflow-y: hidden; */
    margin-top: 20px;
    scroll-snap-type: x mandatory;
    display: flex;
    justify-content: center;
  }
  .composition-evening, .product-data-right{
    padding-top: 0;
  }
  .releted-s-image li{
    font-size: 14px;
    flex-wrap: wrap;
  }
  .product{
    display: block;
  }
  button.product-gallery__thumbnail.active {
    /* border: 1px solid #18181B; */
    background-color: black;
  }
  .product-1 .product-data-2 {
    padding-top: 24px;
  }
  button.product-gallery__thumbnail {
    /* width: 80px;
    overflow: hidden; */
    aspect-ratio: 1;
     width: 10px;

  height: 10px;

  border-radius: 50%;

  border: 1px solid black;

  background-color: white;

  margin: 0 4px;

  padding: 0;

  transition: background-color 0.3s ease;
  }
  button.product-gallery__thumbnail img{
    /* height: 100%;
    object-fit: unset;
    width: 100%;
    object-position: center; */
    display:none;
  }
  button.product-gallery__thumbnail video{
    /* height: 100%;
    object-fit: unset;
    width: 100%;
    object-position: center; */
    display:none;
  }
  
  /* .composition-evening{
    padding-top: 20px;
    border-left: 0;
    padding-left: 0;
  } */
  .product-1, .product-slider{
    display: block;
    max-width: 100%;
  }
  /* .product-all-content{
    padding-left: 16px;
    padding-right: 16px;
  } */
  .composition-details>div{
    display: block;
    height: auto;
  }
  /* .product-head{
    padding: 0;
  } */
  .product-1, .product-all-content{
    display: block !important;
  }
  .product-1 .product-all-content > div, .product-data-right, .product-data-left-1{
    width: 100%;
  }
  .product-1 .product-all-content{
    padding-bottom: 24px;
  }
  .product-data-6.mobile{
    margin-top: 0;
  }
  .product-slider .main-product-form{
    margin-bottom: 24px;
  }
  .product-details-size{
    margin-bottom: 16px;
  }
  .treat-box .small-images-1{
    flex-direction: row;
    gap: 16px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .treat-box .small-images-1 img{
    scroll-snap-align: start;
  }
  .treat-box .product-data-left-1 {
    flex-direction: column-reverse;
  }
  .product-count{
    display: none;
  }
  .slick-next.slick-arrow {
    position: absolute;
    right: 16px;
  }
  .slick-prev.slick-arrow {
    position: absolute;
    right: 48px;
  }
  .slick-list{
    margin-top: 50px;
  }
  .tags-wrap {
    padding-top: 20px;
  }
  .product-title-price h2 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0;
  }
  .product-price{
    font-weight: 500;
  }
  .upload-step > div:first-child{
    display: none;
  }
  .upload-step > div:last-child{
    justify-content: center;
  }
  .big-images{
    min-height: 250px;
  }
}

.loader-wrap-custom{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 99;
    display: none;
    justify-content:center;
    align-items:center;
}
#content{
  width:100%;
  height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  background-color:#f4f2ee;
}
.loading-bar-custom{
  width: 180px;
  height: 5px;
  margin: 0 auto;
  border-radius: 2px;
  background: #fff;
  position: relative;
  color: #fff;
  overflow: hidden;
  z-index: 1;
  transform: rotateY(0);
  transition: transform .3s ease-in
}
.blue-bar {
  height: 100%;
  width: 88px;
  position: absolute;
  transform: translate(-34px);
  background-color: #000;
  border-radius: 2px;
  animation: initial-loading 1.5s ease infinite
}
@keyframes initial-loading {
  0% {
    transform: translate(-34px)
  }

  50% {
    transform: translate(96px)
  }

  to {
    transform: translate(-34px)
  }
}
button.swal2-confirm.swal2-styled {
    background: #1d1d1d !important;
}

.slideshow-container .product-all-content{
  grid-template-areas: "product-gallery product-info" !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  row-gap: 0 !important;
}
  .slide .product-gallery__image-list{
    max-height: 100vh;
    overflow: auto;
    scrollbar-width: none; 
  }
  .product-info{
    top: 0;
  }
.product-slider-inner{
  display: none;
}
.product-slider-inner.active{
  display: block;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.step-circle{
  display: none !important;
}
.sls-more-info-text{
  padding: 0;
}

.form-radio[type="radio"] {
    opacity: 0;
    width: 0;
    height: 0;
    float: left;
    position: absolute !important;
}

/* .sls-custom-radio, .form-radio[type="radio"] + span.sls-custom-radio {
    display: block;
    display: grid;
    place-content: center;
    /* min-width: 14px;
    min-height: 14px;
  max-width: 14px;
    max-height: 14px; 
    border-radius: 50%;
    border: 1px solid #4d4d4d;
    border: 1px solid #4d4d4d;
    background: white;
    background: #FFFFFF;
    padding: 3px;
} */
.sls-custom-radio{
     display: flex;
    padding: 7px;

    border: 1px solid #4d4d4d;
    background: white;
    border-radius: 50%;

  
}
/* .sls-custom-radio::after {
  margin: auto;
  content: "";
  display: block;
  /* width: 6px;
  height: 6px; 
  background: #4d4d4d;
  border-radius: 50%;
}
 */
/* .form-radio[type="radio"] + .sls-custom-radio:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    box-shadow: inset 1em 1em #4d4d4d;
    box-shadow: inset 1em 1em #4d4d4d;
    border-radius: 50%;
    transition: 150ms width ease-in-out, 150ms height ease-in-out;
    border: none;
    background: none;
    position: relative;
    margin: 0;
} */

.form-radio[type="radio"]:checked + .sls-custom-radio {
padding:2px;
}

.form-radio[type="radio"] + .sls-custom-radio:before {
    display: none;
}

/* .form-radio[type="radio"] + .sls-custom-radio:after {
    width: 10px;
    height: 10px;
    transform: scale(0);
    transition: 150ms transform ease-in-out;
} */

.form-radio[type="radio"]:checked + .sls-custom-radio .sls-custom-radio-inner {
   transform: scale(0.75);
    height: 10px;
    width: 10px;
    background: #4d4d4d;
    border-radius: 50%;
}

.form-radio[type="radio"]:focus + .sls-custom-radio {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.45);
    background-position: center;
}
.recomendation-tag .tooltip-custom{
  display: none !important;
}

  .sls-more-info-container .sls-sub-icon {
    width: 26px;
    height: 26px;
    margin: 0 0.5em 0 0;
    fill: rgb(77, 77, 77);
    fill: #4d4d4d;
}
.row-2 label {
    vertical-align: middle;
    font-size: 1em;
    margin: 0;
    padding: 0;
    text-transform: none;
    cursor: pointer;
    text-align: left;
    letter-spacing: initial;
    line-height: 1.6;
    float: none !important;
    width: auto !important;
}
  .text-block-wrap h3 {
        /* font-family: Avenir Next; */
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 2px;
        vertical-align: middle;
        text-transform: uppercase;
        margin-bottom: 8px;
    }

    .text-block-wrap p {
        /* font-family: 'Avenir Next'; */
        font-weight: 450;
        font-size: 14px;
        line-height: 1.6;
        vertical-align: middle;
        color: #71717A;
    }

    .autoscroll-text-wrap {
      /* display: flex;
      flex-direction: column; */
      padding-right: 20px;
      padding-bottom: 20px;
      /* display: inline-block; */
    }
/* //700 -> 504px */
    .overflow-wrapper{
      max-height: 504px;
      scrollbar-width: 8px;
      overflow-x: hidden;
      scroll-behavior: smooth;
      overflow-y: auto;
      position: relative;
      height: 100%;
    }
    .overflow-wrapper::-webkit-scrollbar-thumb {
      background-color: #A1A1AA; /* Medium gray */
      border-radius: 0px;
    }

    /* Webkit scrollbar */
    body .overflow-wrapper::-webkit-scrollbar {
      width: 8px;
      background-color: #F4F4F5; /* or add it to the track */
    }
    
    body .overflow-wrapper::-webkit-scrollbar-track {
      background: #F4F4F5;
    }

    .autoscroll-block h5 {
      /* font-family: "Avenir Next"; */
      font-size: 14px;
      line-height: 1.5;
      font-weight: 500;
      margin-bottom: 5px;
    }
    
    .autoscroll-block li{
      padding-bottom: 10px;
    }
/* 1270 --> 1400 */
    @keyframes revealBlock {
      0% {
        max-height: 0;
      }
      100% {
        max-height: 1400px;
      }
    }

    .autoscroll-block {
      overflow: hidden;
      max-height: 0;
      /* opacity: 0; */
    }
.list-item strong{
    /* font-family: 'Avenir Next'; */
    font-weight: 500;
}
    .autoscroll-block.visible {
       animation: revealBlock 5s ease forwards;
    }

    .padding-bottom-20 {
      margin-bottom: 20px;
    }
    .shimmer {
    		/* text-align: center; */
    		color: rgba(255, 255, 255, 0.1);
    		background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
    		background: -moz-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
    		background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
    		-webkit-background-size: 125px 100%;
    		-moz-background-size: 125px 100%;
    		background-size: 125px 100%;
    		-webkit-background-clip: text;
    		-moz-background-clip: text;
    		background-clip: text;
    		-webkit-animation-name: shimmer;
    		-moz-animation-name: shimmer;
    		animation-name: shimmer;
    		-webkit-animation-duration: 2s;
    		-moz-animation-duration: 2s;
    		animation-duration: 2s;
    		-webkit-animation-iteration-count: infinite;
    		-moz-animation-iteration-count: infinite;
    		animation-iteration-count: infinite;
    		background-repeat: no-repeat;
    		background-position: 0 0;
    		background-color: #3F3F46;
    }

    @-moz-keyframes shimmer {
      0% {
          background-position: top left;
      }
      100% {
          background-position: top right;
      }
    }

    @-webkit-keyframes shimmer {
        0% {
            background-position: top left;
        }
        100% {
            background-position: top right;
        }
    }

    @-o-keyframes shimmer {
        0% {
            background-position: top left;
        }
        100% {
            background-position: top right;
        }
    }

    @keyframes shimmer {
        0% {
            background-position: top left;
        }
        100% {
            background-position: top right;
        }
    }