/** Shopify CDN: Minification failed

Line 82:1 Expected "}" to go with "{"

**/
.collection-banner-adv .product.banner img{
  height: auto;
}

.productView-moreItem-price {
  display: flex;
  align-items: center;
}

.custom-feature-list2 {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: auto;
  list-style: none;
  padding: 0;
  margin: 0 0 0 12px;
  font-size: 17px;
}

.custom-feature-item2 {
  /*width: 49%; /* Two items per row on larger screens */
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  text-align: left;
  padding: 0;
  color: #295b74;
  font-weight: 500; /* Text colour */
}

.custom-feature-item2 i {
  margin-left: 15px;
  color: #295b74;
}

@media (max-width: 900px) {
  .custom-feature-list {
    width: 100%;
  }

  .custom-feature-item {
    width: 100%;
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 0;
  }

  .custom-feature-item2 i {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .policies-block .halo-row.list {
    row-gap: 16px;
  }
  .policies-block .halo-row.list .halo-item {
    width: 50% !important;
  }
  .policies-block .halo-row.list .halo-item a {
    padding-left: 20px;
    padding-right: 0 !important;
    width: 100%;
    justify-content: start !important;
  }
  .policies-block .halo-row.list .halo-item img {
    min-width: 50px !important;
  }
  .policies-block .halo-row.list .policies-text {
    margin: auto;
  }
  div#product {
    text-align: left !important;
}