/** Shopify CDN: Minification failed

Line 676:7 Unexpected "/"

**/
.sampleProduct {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  margin: 8px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: transform 0.3s;
  height:350px
}
.tier-message-text {
  font-size: 12px;
  color: white;
  margin-top: -3px;
  text-align: center; /* or center depending on your design */
}

.sampleProduct:hover {
  transform: scale(1.05);
}

.sampleProduct.selected {
  border-color: #009290;
  background-color: #e0f7f7;
}

.sampleProduct img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.sampleProduct h3 {
  margin: 2px 0;
      line-height: 18px;
  font-size:12px;
}

.sampleProduct p {
  color: #555;
  font-size:11px;
}

/* sample product end  */
.cartSectionLg {
  max-width: 1240px;
  width: 95%;
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: first baseline;
  align-items: center;
  padding: 0;
  padding-bottom: 40px;
  position: relative;
}


.cartSectionLg > .active {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  position: sticky;
  top: 115px;
  left: 0;
  z-index: 50;
  background-color: white;
}

#cartNavbar {
  display: none;
}

.stepperContainer {
  width: 100%;
  height: 107px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  position: relative;
}

.stepperContainer > button {
  width: 68px;
  height: 24px;
  position: absolute;
  top: 28px;
  left: 0;
  text-align: left;
  display: none;
}

.stepperBox {
  width: fit-content;
  height: 49px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.steps {
  width: 98%;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

.stepHeading {
  width: 100%;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.stepHeading > p {
  width: 100%;
  height: auto;
  font-family: "Noto Sans" sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
}

.stepHeading > p:nth-child(1) {
  text-align: left;
}

.stepHeading > p:nth-child(2) {
  text-align: center;
}

.stepHeading > p:nth-child(3) {
  text-align: right;
}

.steps > .step {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 5px;
}

.steps > .step.active {
  border: 2px dashed #009290;
}

.steps > span {
  width: 200px;
  height: 1px;
  margin: auto;
  border: 1px solid #707070;
}

.bulletDot {
  display: block; /* Make the dot appear inline with text */
  width: 10px; /* Set width to ensure consistent size */
  height: 10px; /* Set height to ensure consistent size */
  border-radius: 50%; /* Make it round */
  background-color: #707070; /* Color of the bullet dot */
}

.bulletDot.active {
  background-color: #009290;
}

.bulletDot.completed {
  background-color: #009290;
}

.cartStep {
  width: 100%;
  height: auto;
  display: block;
}

/* Shipping Cart Step 3 */
.sampleContainer {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.sampleContainer > p {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans" sans-serif;
  font-weight: 400;
  font-style: normal;

}
.mess{
  text-align:center;
}

.sampleContainer > p {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans" sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sampleContainer > p:nth-child(1) {
  font-size: 26px;
  color: #70645c;
}

.sampleContainer > p:nth-child(1) > span {
  color: #009290;
}

.sampleContainer > p:nth-child(2) {
  font-size: 18px;
  color: black;
}

.tierBox {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: auto;
  margin-top: 10px;
  border-radius: 40px;
}

.tierBox > div {
  width: 100%;
  height: 48px;
text-align:center;
  background-color: #70645c;
  color: white;
  font-family: "Noto Sans" sans-serif;
  font-weight: 500;
  font-size: 26px;
  font-style: normal;
}

.tierBox > div.active {
  background-color: #009290;
}

.tierBox > div:nth-child(1) {
 border-radius:40px;
}

.tierBox > div:nth-child(2) {
  border-radius:40px;
}

.cartProducts {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 25px;
  justify-content: center;
  align-items: center;
}

.cartProducts > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cartProducts > div > span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  color: #70645c;
  font-family: "Noto Sans" sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 1.2px;
}

.cartProducts > div > span:nth-child(1) {
  padding: 15px;
  padding-bottom: 0;
}

.addToOrderButton {
  width: 296px;
  height: 48px;
  margin: auto;
  background-color: #009290;
  color: white;
  font-family: "Noto Sans" sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 1px;
  margin-top: 10px;
  border-radius: 10px;
  text-align: center;
  padding-top: 5px;
}

.sampleFooter {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #70645c;
  font-family: "Noto Sans" sans-serif;
  font-weight: 500;
  font-size: 17px;
  font-style: normal;
  letter-spacing: 1.2px;
  border-top: 1px solid #707070;
}

.sampleFooter > div:nth-child(1) {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.sampleFooter > div:nth-child(2) {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  gap: 20px;
}

@media all and (min-width: 600px) and (max-width: 767px) {
    .sampleProducts
  {
       width:100%;
    display: flex;
  flex-direction:column;
    gap:5px;
  }
     
.item{
  display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.sampleProduct {
  
          height: 325px;
        width: 90%;
        margin: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  margin: 8px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: transform 0.3s;
 
}
.tier-message-text {
  font-size: 12px;
  color: white;
  margin-top: -3px;
  text-align: center; /* or center depending on your design */
}

.sampleProduct:hover {
  transform: scale(1.05);
}

.sampleProduct.selected {
  border-color: #009290;
  background-color: #e0f7f7;
}

.sampleProduct img {
  max-width: 100%;
 height: 210px;
  border-radius: 8px;
}

.sampleProduct h3 {
         margin: 7px 0;
        line-height: 18px;
        font-size: 12px;
}

.sampleProduct p {
  color: #555;
  font-size:11px;
}
  .cartSectionLg {
    width: 95%;
  }

  .steps > span {
    width: 150px;
    height: 1px;
    margin: auto;
    border: 1px solid #707070;
  }

  .stepperContainer > button {
    top: 28px;
    padding-left: 15px;
  }

  .cartProducts {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 25px;
    justify-content: center;
    align-items: center;
  }
}

@media all and (min-width: 768px) and (max-width: 900px) {
    .sampleProducts
  {
       display: flex;
    flex-direction: column;
    display: grid;
  
  }
    

.sampleProduct {
  
          height: 325px;
        width: 90%;
        margin: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  margin: 8px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: transform 0.3s;
 
}
.tier-message-text {
  font-size: 12px;
  color: white;
  margin-top: -3px;
  text-align: center; /* or center depending on your design */
}

.sampleProduct:hover {
  transform: scale(1.05);
}

.sampleProduct.selected {
  border-color: #009290;
  background-color: #e0f7f7;
}

.sampleProduct img {
  max-width: 100%;
 height: 210px;
  border-radius: 8px;
}

.sampleProduct h3 {
         margin: 7px 0;
        line-height: 18px;
        font-size: 12px;
}

.sampleProduct p {
  color: #555;
  font-size:11px;
}
  .cartSectionLg {
    width: 95%;
  }

  .steps > span {
    width: 150px;
    height: 1px;
    margin: auto;
    border: 1px solid #707070;
  }

  .stepperContainer > button {
    top: 28px;
    padding-left: 15px;
  }

  .cartProducts {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 25px;
    justify-content: center;
    align-items: center;
  }
}
@media all and (min-width: 300px) and (max-width: 599px) {
  .cartSectionLg {
    width: 100%;
  }
    .tier-title{
    font-size: 14px !important;
   margin-top: 18px !important;
      font-weight: 700 !important;
    
}
  .sampleProducts
  {
       
    display: flex;
    flex-direction: column;
    align-items: center;
  }

.sampleProduct {
  
     height: 340px
        width: 90%;
        margin: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  margin: 8px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: transform 0.3s;
 
}
.tier-message-text {
  font-size: 12px;
  color: white;
  margin-top: 2px;
  text-align: center; /* or center depending on your design */
}

.sampleProduct:hover {
  transform: scale(1.05);
}

.sampleProduct.selected {
  border-color: #009290;
  background-color: #e0f7f7;
}

.sampleProduct img {
  max-width: 100%;
 height: 210px;
  border-radius: 8px;
}

.sampleProduct h3 {
         margin: 7px 0;
        line-height: 18px;
        font-size: 12px;
}

.sampleProduct p {
  color: #555;
  font-size:11px;
}


  .cartSectionLg > div:nth-child(1) {
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    position: sticky;
    top: 120px;
    left: 0;
    z-index: 50;
    background-color: white;
  }

  .steps > span {
    width: 70px;
    height: 1px;
    margin: auto;
    border: 1px solid #707070;
  }

  .stepperContainer > button {
    top: 28px;
    padding-left: 15px;
  }

  .sampleContainer {
    
    gap: 15px;
    margin: 0;
    position: relative;
    padding-bottom: 25px;
  }

  .sampleContainer > p {
    padding: 0 15px;
  }

  .sampleContainer > p:nth-child(1) {
    font-size: 18px;
    color: #70645c;
  }

  .sampleContainer > p:nth-child(1) > span {
    color: #009290;
  }

  .sampleContainer > p:nth-child(2) {
    font-size: 14px;
    color: black;
  }
  .tierBox {
    padding: 0 15px;
    margin: 0;
    flex-direction:column;
    gap: 6px;
  }

     .tier-title {
        font-size: 14px !important;
        margin-top: 0px !important;
        font-weight: 700 !important;
    } */
      .tier-message-text {
        font-size: 12px !important;
        color: white;
        margin-top: 2px;
        text-align: center;
    }

 

  .tierBox > div {
    width: 100%;
    height: 57px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #70645c;
    color: white;
    font-family: "Noto Sans" sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
  }

  .cartProducts {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
  }

  .sampleFooter {
    padding: 0 15px;
    color: #70645c;
    font-family: "Playfair Display" sans-serif;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 1.2px;
    border-top: 1px solid #707070;
  }

  .sampleFooter > div:nth-child(1) {
    justify-content: center;
  }

  .sampleFooter > div:nth-child(1) > p:nth-child(1) {
    display: none;
  }

  .sampleFooter > div:nth-child(2) {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    gap: 20px;
  }

  .addToOrderButton {
    width: 100%;
    height: 48px;
    margin: auto;
    background-color: #70645c;
    color: white;
    font-family: "Noto Sans" sans-serif;
    font-weight: 500;
    font-size: 18px;
    font-style: normal;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 5px;
    position: fixed;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%);
    z-index: 50;
    border-radius: 0;
  }
}

@media all and (min-width: 400px) and (max-width: 599px) {
   .sampleProducts
  {
       
    display: flex;

  }
      .sampleProduct {
        height: 340px;
      }
}
@media only screen and (min-width: 769px) {
  .backButton::before {
    content: "< Back"; /* Text for larger screens */
  }
}

@media only screen and (max-width: 768px) {
  .backButton::before {
    content: "<"; /* Text for smaller screens */
  }
}

#productScroll::-webkit-scrollbar {
  width: 6px;
  /* Customize the scrollbar width */
}
#productScroll::-webkit-scrollbar-track {
  /* Customize the scrollbar track */
  background-color: gray;
  border-radius: 10px;
  color: gray;
}
#productScroll::-webkit-scrollbar-thumb {
  /* Customize the scrollbar thumb */
  background-color: #009290;
  border-radius: 10px;
  color: #009290;
}
