.p-sub-category {
  margin: 30px 10px;
  padding: 0;
  list-style-type: none;
}

.p-sub-category::after {
  display: block;
  clear: both;
  content: '';
}

.p-sub-category__item {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 10px 5px;
}

.p-sub-category__image {
  display: block;
  margin-bottom: 10px;
}

.p-sub-category__link {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-sub-category__link:hover {
  opacity: .66;
}

.p-sub-category__link:active {
  opacity: 1;
}

.p-sub-category__name {
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  display: block;
}

/* .p-sub-category__name::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '-';
} */


.product-list__artist{
  display:block;
  color: #2d2d2d;
  font-size: 16px;;
  margin: 0;
  padding: 10px 0 0;
  /* font-family:'Didot LT Pro';
  font-style: italic; */
}
.product-list__artist a {
  color: #2d2d2d;
  text-decoration: none;	
}



@media screen and (min-width: 600px) {
  .p-sub-category {
    margin-right: 0;
    margin-left: 0;
  }

  .p-sub-category__item {
    width: 25%;
    padding: 15px 10px;
  }

  .p-sub-category__item:nth-child(4n + 1) {
    clear: both;
  }
}
.artist-box {
background-color: #F0F0F1;
}
.artist-box  .inner {
  box-sizing: border-box;
  display: flex;
  margin: 0 auto;
  max-width: 1260px;
  padding: 110px 0;
  justify-content: space-evenly;
}
.artist-box  .inner .img-box {
  width: 45.9%;
}
.artist-box  .inner .img-box img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  box-shadow: 7px 12px 27px #d3d3d3;
}
.artist-box  .inner .txt-box {
  width: 43%;
}
.artist-box  .inner .txt-box h2 {
  font-size: 25px;
  margin: 0 0 20px;
  font-weight: 500;
}
.artist-box  .inner .txt-box p {
  font-size: 13px;
  line-height: 23px;
}



h2.category_heading {
  font-size: 25px;
  margin: 50px 10px 20px;
  text-align: center;
  font-weight: 500;
}

/* ÄÉ²Ã Posters */
.posters-box {
  margin: 0 auto;
  max-width: 1260px;
}



@media screen and (max-width: 768px) {
  .artist-box  .inner {
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
    max-width: 1260px;
    padding: 110px 0;
    flex-direction: column-reverse;
  }
  .artist-box  .inner .img-box {
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
  }
  .artist-box  .inner .img-box img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    box-shadow: 7px 12px 27px grey;
  }
  .artist-box  .inner .txt-box {
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .p-sub-category__item:nth-child(2n + 1) {
    clear: both;
  }
}
