.main-copy{
  width:100%;
  margin-bottom:60px;
}

.main-copy h1{
  font-size:16px;
  font-weight: bold !important;
  line-height:2;
  color:#000;
  text-align:center;
}

#slider img{
  border-radius: 6px;
}

.slider .bx-wrapper .bx-caption {
    background: rgba(0, 0, 0, 0);
}

.slider .bx-wrapper .bx-caption span {
    padding: 15px;
  text-align:right;
  color:#000;
  font-size:16px;
}

.slider .bx-wrapper .bx-viewport {
    background: transparent;
}

.bx-wrapper img {
    display: block;
    -webkit-mask-image: linear-gradient(
    to left,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 1) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 1) 70%,
    rgba(0, 0, 0, 0) 100%
  );

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
    background: transparent;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #B58E30 !important;
}


ul.product{
}

ul.product a img{
  border-radius:10px;
}

ul.product li{
  list-style:none;
}

span.price{
}

.product-list__link img{
    border-radius:6px;
}