.anthemeblocks-staticblockcategory {
  display: flex;
  justify-content: space-between;
  margin-bottom: 93px;
}
.shopnow-vt8{
  display: none;
  align-items: center;
  margin-top: 28px;
  margin-bottom: 17px;
}
.shopnow-vt8 p{
  text-transform: uppercase;
}
.staticblockcategory-item{
  position: relative;
  overflow: hidden;
}
@media (min-width: 767px) {
  .staticblockcategory-item:hover .shopnow-vt8{
    display: flex;
  }
}
.staticblockcategory-item:hover img{
  box-shadow: 0px 5px 13px 0px #dddde4;
}
.anthemeblocks-staticblockcategory-desc{
  position: absolute;
  bottom: 20px;
  left: 39px;
}
.anthemeblocks-staticblockcategory-desc h2{
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000;
}
.anthemeblocks-staticblockcategory-desc svg{
  background: #000;
  border-radius: 50%;
  font-size: 20px;
}
.shopnow-vt8 p{
  margin: 0;
  margin-right: 11px;
  line-height: 16px;
  color: #000;
  font-size: 12px;
}
.anthemeblocks-staticblockcategory-content p{
  width: 65%;
}
div.shopnow-vt8_arrow{
  border-radius: 50%;
  display: inherit;
  background: #fff;
}
.shopnow-vt8_arrow i{
  font-size: 17px;
  color: #000;
}
#main .anthemeblocks-staticblockcategory-desc h2{
  text-align: left;
}
@media (max-width: 1200px) {
    .staticblockcategory-item {
      width: 49%;
    }
    .staticblockcategory-item img {
      width: 100%;
    }
}
@media (max-width: 1024px) {
  .anthemeblocks-staticblockcategory {
    margin-bottom: 34px;
  }
  .anthemeblocks-staticblockcategory-content p {
        width: 100%;
  }
}

@media (max-width: 768px) {
  .shopnow-vt8{
    display: flex;
    align-items: center;
  }
  .anthemeblocks-staticblockcategory {
      flex-direction: column;
  }
  .staticblockcategory-item {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
    .anthemeblocks-staticblockcategory-desc {
        bottom: -6px;
        left: 21px;
    }
    .anthemeblocks-staticblockcategory-content p {
        width: 90%;
    }
    .shopnow-vt8 {
        margin-top: 15px;
    }
    .anthemeblocks-staticblockcategory-desc h2 {
        margin-bottom: 6px;
    }
}