/* sealingdry.css */

.sd-hero{
  text-align:center;
  padding:50px 20px 30px;
  background:linear-gradient(180deg,#fff8f8,#fff);
  border-radius:18px;
}

.sd-lead{
  max-width:760px;
  margin:0 auto 24px;
  text-align:left;
}

.sd-product-card img{
  max-height:220px;
  object-fit:contain;
}

.sd-example{
  background:#fffaf5;
  border:1px solid #ead5d8;
  border-radius:12px;
  padding:20px;
}

.sd-faq dt{
  font-weight:bold;
  color:#8a555f;
  margin-top:22px;
}

.sd-faq dd{
  margin:8px 0 18px;
}








.sealingdry-page{
  background:url("1/cloth07a.gif") repeat;
}

.sd-hero{
  padding-top:40px;
}

.sd-logo-wide{
  width:100%;
  max-width:619px;
  height:auto;
  display:block;
  margin:10px auto 30px;
}

.sd-sale-title{
  font-size:28px;
  font-weight:bold;
  color:#f60;
  margin-top:30px;
}

.sd-sale-title::after{
  content:"";
  display:block;
  width:80px;
  height:3px;
  background:#e6b7bd;
  margin:14px auto 0;
}

.sd-product-grid{
  grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
}

.sd-product-card{
  min-height:100%;
}

.sd-product-card h3{
  color:#555;
}

.sd-product-card a{
  text-decoration:none;
}