/* 🌱 Base (mobile first: ≤480px) */
.product-item {
  width: 100%;
  height: 100%;
}

.product-item.breaking-zone.PE25-BZ-M-PARKA-OKG {
  font-family: 'Poppins', sans-serif;
  color: #14387F;
  width: 100%;
  position: relative;
  min-height: 290px;
  height: 290px;
}

.product-item.breaking-zone.PE25-BZ-M-PARKA-OKG img.bg,
.product-item.breaking-zone.PE25-BZ-M-PARKA-OKG picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .price {
  line-height: -1;
  font-weight: 400;
  font-size: 60px;
  position: absolute;
  width: fit-content;
  height: fit-content;
  top: 15px;
  right: 52px;
}

.product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .price .price-sign {
  font-size: 26px;
  position: absolute;
  bottom: 10px;
  right: -20px;
}

.product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .price .price-sign.char {
  font-size: 18px;
  position: absolute;
  bottom: 17px;
  right: -37px;
}


.product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .price .price-float {
  position: absolute;
  font-size: 26px;
  top: 10px;
  right: -32px;
  letter-spacing: -1.2px;
}

.product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .content {
  font-weight: 300;
  position: absolute;
  left: 50%;
  top: 105px;
}

.product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .content h4 {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 200;
  font-size: 22px;
  letter-spacing: 3px;
  margin-bottom: 8px;
}

.product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .content ul {
  margin-bottom: 4px;
}

.product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .content ul li {
  font-size: 9px;
  display: flex;
  align-items: center;
}

.product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .content ul li span {
  font-size: 14px;
  padding-right: 10px;
  font-weight: 700;
}

.product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .content p {
  font-size: 9px;
  margin-bottom: 15px;
}

.product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .content a {
  border: 1px solid #14387F;
  display: flex;
  /* width: ; */
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  transition: all ease-in-out 300ms;
  padding: .6em 2.6em;
}

.product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .content a:hover {

  background-color: white;

}

/* 📱 ≥481px */
@media (min-width: 480px) {
  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG {
    min-height: 290px;
  }

  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .content h4 {
    font-size: 28px;
  }

  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .content ul li {
    font-size: 11px;
  }

  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .content p {
    font-size: 11px;
    margin-bottom: 15px;
  }

  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .content a {
    font-size: 12px;
  }

}

/* 💻 ≥768px */
@media (min-width: 768px) {
  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG {
    min-height: 470px;
    height: 470px;
  }

  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .content {
    font-weight: 300;
    position: absolute;
    left: 50%;
    top: 30%;
  }

  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .content h4 {
    font-size: 32px;
  }

  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .content ul li {
    font-size: 14px;
    margin-bottom: 5px;

  }

  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .content p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .content a {

    font-size: 12px;
  }

  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .price {
    font-size: 80px;
    top: 25px;
    right: 52px;
  }

  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .price .price-sign {
    font-size: 26px;
    bottom: 22px;
    right: -20px;
  }

  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .price .price-sign.char {
    /* font-size: 26px; */
    bottom: 30px;
    right: -32px;
  }

  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .price .price-float {
    font-size: 26px;
    top: 22px;
    right: -32px;
  }

}

@media (min-width: 1023px) {
  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .content ul li span {
    font-size: 18px;
  }

  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .content a {
    padding: .7em 2.6em;
  }
}

/* 🖥️ ≥1366px */
@media (min-width: 1366px) {
  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG {
    min-height: 650px;
    height: 650px;
  }

  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .content h4 {
    font-size: 52px;
  }

  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .content ul li {
    font-size: 17px;
    margin-bottom: 10px;

  }

  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .content p {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .content a {
    font-size: 13px;
    padding: .77em 2.6em;
  }

  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .price {
    font-size: 130px;
    top: 0;
    right: 82px;
  }

  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .price .price-sign {
    font-size: 46px;
    bottom: 32px;
    right: -30px;
  }

  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .price .price-sign.char {
    font-size: 30px;
    bottom: 48px;
    right: -50px;
  }

  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .price .price-float {
    font-size: 46px;
    top: 30px;
    right: -50px;
  }



}

@media (min-width: 1400px) {
  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG .content ul li span {
    font-size: 20px;
  }


}

/* 🖥️ ≥1900px */
@media (min-width: 1900px) {
  .product-item.breaking-zone.PE25-BZ-M-PARKA-OKG {
    min-height: 680px;
    height: 680px;
  }


}