.adshop {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0px;
  background: black;
}

.adshop a.container-link {
  text-decoration: none;
  color: inherit;
}

.adshop .container {
  max-width: 700px;
  margin: auto;
  border: 0px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}

.adshop .col-left, .col-right {
  box-sizing: border-box;
  padding: 5px;
}

.adshop .col-left {
  width: 40%;
  text-align: center;
}

.adshop .col-left img {
  width: 100%;
  max-width: 150px;
  height: auto;
}

.adshop .col-right {
  width: 60%;
  text-align: left;
}

.adshop .price {
  font-size: 22px;
  font-weight: bold;
  color: #f60;
}

.adshop .title {
  font-size: 14px;
  margin: 6px 0;
  color: white;
}

.adshop .free-shipping {
  background-color: #00bfa5;
  color: white;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: bold;
  margin-top: 2px;
}

.adshop .voucher {
  background-color: #ff5722;
  color: white;
  padding: 10px;
  margin-top: 4px;
  font-weight: bold;
  border-radius: 4px;
  text-align: center;
  width: fit-content;
}