.scratch-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9998;
}

.max-w-md.popup-active {
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

@media (max-width: 768px) {
  .popup-active button {
    width: 25px !important;
    height: 25px !important;
    font-size: 14px !important;
    line-height: 26px !important;
        top: 20px !important;
    right: 18px !important;
  }
}

@media (max-width: 768px) {
  .popup-active {
    width: 90% !important;
    max-width: 320px !important;
    height: auto !important;
    padding: 16px !important;
  }

  .popup-active .relative {
    padding: 16px !important;
  }

  .popup-active canvas {
    height: auto !important;
  }
}






.show-more-description{
  margin-top:0px;
  font-weight:600;
  cursor:pointer;
      margin-bottom: 1rem;
}
.sahm-main-content.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 > div.product__description.p-2.px-5.sm\:p-1.leading-7.mb-3
{
  margin-bottom: 0;
}


.product-full-description{
  margin-top:40px;
  padding-top:20px;
  border-top:1px solid #eee;
      margin-bottom: 2rem;
}

.full-desc-title{
  font-size:22px;
  font-weight:700;
  margin-bottom:15px;
}

.full-desc-body{
  line-height:1.9;
}




/* upper header icon & email color  */
.s-social-link a svg{color: black !important}
.sahm-store-header 
.sahm-top-navbar salla-contacts 
.s-contacts-topnav-link 
{color: black !important;font-weight:500}
/* **************************************** */
.s-block--special-products .tab-trigger{border: 1px soid !important;border-radius: 5px;!important}

text-5xl md:text-7xl font-bold mb-6 leading-tight split-text span
{margin: 15px !important}


@media (max-width: 767px) {
.s-product-card-content-footer {
display: flex;
flex-direction: column;
}
}

.show-more-description {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.show-more-description:hover {
  background-color: #eae4d5;
   color: #000;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}