/* SoldDolls — legacy inline product card used inside blog article content.
   Intentionally scoped to single-post article content only. */

html body.single-post article.sd-blog-article .rich-desc a.sd-goods-one {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 150px !important;
  overflow: hidden !important;
  margin: 18px 0 !important;
  padding: 15px !important;
  background: #f2f2f2 !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  color: #666 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  line-height: 27px !important;
  text-decoration: none !important;
}

html body.single-post article.sd-blog-article .rich-desc a.sd-goods-one .sd-gw-img {
  position: static !important;
  float: left !important;
  display: block !important;
  width: 120px !important;
  height: 120px !important;
  max-width: 120px !important;
  object-fit: contain !important;
  margin: 0 20px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

html body.single-post article.sd-blog-article .rich-desc a.sd-goods-one .sd-gw-name {
  display: block !important;
  height: 36px !important;
  overflow: hidden !important;
  margin: 10px 77px 0 0 !important;
  padding: 0 !important;
  color: #333 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

html body.single-post article.sd-blog-article .rich-desc a.sd-goods-one .sd-gw-b {
  display: block !important;
  margin: 5px 77px 0 0 !important;
  padding: 0 !important;
}

html body.single-post article.sd-blog-article .rich-desc a.sd-goods-one .sd-price {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #f64156 !important;
  font-size: 18px !important;
  line-height: 27px !important;
}

html body.single-post article.sd-blog-article .rich-desc a.sd-goods-one .sd-red,
html body.single-post article.sd-blog-article .rich-desc a.sd-goods-one .sd-euro {
  color: #f64156 !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

html body.single-post article.sd-blog-article .rich-desc a.sd-goods-one .sd-g-rbtn {
  position: absolute !important;
  right: 15px !important;
  bottom: 15px !important;
  display: block !important;
  width: 62px !important;
  height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #999 !important;
  border-radius: 20px !important;
  color: #999 !important;
  background: transparent !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  text-align: center !important;
}

@media (max-width: 640px) {
  html body.single-post article.sd-blog-article .rich-desc a.sd-goods-one {
    min-height: 150px !important;
    margin: 18px 0 !important;
    padding: 15px !important;
  }

  html body.single-post article.sd-blog-article .rich-desc a.sd-goods-one .sd-gw-img {
    position: static !important;
    float: left !important;
    width: 120px !important;
    height: 120px !important;
    max-width: 120px !important;
  }

  html body.single-post article.sd-blog-article .rich-desc a.sd-goods-one .sd-gw-name {
    height: 36px !important;
    margin: 10px 77px 0 0 !important;
    font-size: 16px !important;
    line-height: 18px !important;
  }

  html body.single-post article.sd-blog-article .rich-desc a.sd-goods-one .sd-g-rbtn {
    right: 15px !important;
    bottom: 15px !important;
    width: 62px !important;
  }
}
