*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: "Montserrat", serif;
}

.widget {
  background: #efefef;
  width: 622px;
  height: 340px;
  padding: 0 15px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 35px 14px 0;
}

.strelice {
  position: relative;
}

.product {
  background: #fff;
  padding: 10px;
  text-decoration: none;
  height: 257px;
}

.productimg {
  width: 100%;
  height: 100%;
  max-height: 135px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.prodman {
  color: #7b7b7b;
  font-family: Roboto;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 5px;
  text-align: left;
  display: none;
}

.prodtitle {
  color: #000;
  font-size: 12px;
  height: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prodtags {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  height: 24px;
}

.prodoldprice {
  color: rgba(15, 15, 15, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: line-through;
  text-align: left;
  height: 16px;
  margin-top: 6px;
}

.tnc {
  text-decoration: none;
}

.prodprice {
  color: #e20015;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  height: 20px;
  padding: 3px 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.logohead {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 1336px) {
  .widget {
    width: 100%;
  }
  .prodtitle {
    height: 32px;
  }
}
