/** Shopify CDN: Minification failed

Line 6:0 Unexpected "5.article-content"

**/
5.article-content {
  --element-margin-bottom: 2em;
  --heading-margin-bottom: 1.5em;
}
.article-content p,
.article-content ol,
.article-content ul,
.article-content blockquote,
.article-content img {
  margin-bottom: var(--element-margin-bottom, 2em);
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  margin-top: var(--heading-margin-bottom, 1.5em);
}
.article-content img {
  padding-top: calc(2 * var(--space-unit));
  padding-bottom: calc(2 * var(--space-unit));
}
.article-content blockquote {
  padding-top: calc(4 * var(--space-unit));
  font-size: 2rem;
  font-style: italic;
  line-height: 2.4rem;
}
.article-content blockquote p:last-child {
  margin-bottom: 0;
}
.article-content iframe {
  max-width: 100%;
}

.article__image--wider .media {
  width: calc(100% + var(--gutter) * 2);
  max-width: calc(100% + var(--gutter) * 2);
  margin-inline-start: calc(var(--gutter) * -1);
}

@media (max-width: 1023.98px) {
  .article-content,
.article-width {
    max-width: 37em;
  }
}
@media (min-width: 768px) {
  .article-content img {
    padding-top: calc(4 * var(--space-unit));
  }
}
@media (min-width: 1024px) {
  .article-content blockquote {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}

.recom_ttl{
  margin-top:50px;
}
.recommended-products ul{
  width:100%;
}
.recommended-products li a{
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
  width:100%;
  padding: 30px 25px;
}

.re_img{
  width: 110px;
  height: 170px;
}

.re_div{
  width:calc(100% - 135px);
}

.ul_rnd {
   box-sizing: border-box;
   padding: 10px 30px 10px;
   margin-bottom: 10px;
   margin-top: 12px;/*12px*/
   list-style: none;
}
.ul_rnd li {
 padding-left: 16px;
 position: relative;
}
@media screen and (max-width: 767px){
   .ul_rnd li {
      line-height: 18px;
      padding-bottom: 2px;
   }
}
@media screen and (min-width: 768px){
   .ul_rnd li {
      line-height: 24px;
      padding-bottom: 7px;
   }
}

.ul_rnd li span {
      color: red;
      font-weight: bold;
}
.ul_rnd li:after {
 content: "";
 width: 12px;
 height: 12px;
 border-radius: 6px;
 background-color: #5b5b5b;
 position: absolute;
 left: 0;
}

@media screen and (max-width: 767px){
   .ul_rnd li:after {
      top: 3px;
   }
}
@media screen and (min-width: 768px){
   .ul_rnd li:after {
      top: 6px;
   }
}