.ip-os-product-list-wrapper {
  font-size: 0;
  position: relative;
  padding-top: 36px;
}

.ip-os-product-list {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.ip-os-product-list-item-inner-wrap {
  border: 1px solid #000;
  padding: 30px 20px 0;
  min-height: 590px;
}

.ip-os-product-list-item-link {
  padding-top: 15px;
}
.ip-os-product-list-item-link a {
  display: block;
  font-family: "Cabin", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  text-align: center;
  padding: 10px 0;
  background-color: #fbe115;
  transition: all 0.4s ease-in-out;
}
.ip-os-product-list-item-link a:hover {
  background-color: #ffef79;
}
.ip-os-product-list-item-details {
  padding-top: 14px;
}
.ip-os-product-list-item-details-item {
  margin-bottom: 18px;
}
.ip-os-product-list-item-details-item h3 {
  font-family: "Cabin", sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #808080;
  line-height: 1 !important;
  text-transform: uppercase;
  margin: 0 !important;
}
.ip-os-product-list-item-details-item p {
  font-family: "Cabin", sans-serif;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #000;
  line-height: 1 !important;
  margin: 10px 0 0 !important;
}

#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}
#content-full {
  margin-top: 0;
}

.header-logo-wrapper {
  border-bottom: none;
}

.ip-os-banner-wrapper {
  font-size: 0;
  position: relative;
}

.ip-os-banner-wrapper canvas {
  display: block;
  width: 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.ip-os-product-list-item-photo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 190px;
}
/* Media Queries */
@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 991px) {
  .ip-os-product-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .ip-os-product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 480px) {
  .ip-os-product-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
