section.heroproduct:not(.admin):first-child {
  padding-top: var(--header-height);
}
section.heroproduct.has-img .block-padding {
  padding-top: 0 !important;
}
section.heroproduct .product-logo img {
  height: 100%;
  width: auto;
}
@container main (min-width: 64.0625rem) {
  section.heroproduct .product-logo {
    height: 35px;
  }
}
@container main (min-width: 48rem) and (max-width: 64rem) {
  section.heroproduct .product-logo {
    height: 25px;
  }
}
@container main (max-width: 47.9375rem) {
  section.heroproduct .product-logo {
    height: 20px;
  }
}
section.heroproduct .ic-col .product-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
}
@container main (min-width: 64.0625rem) {
  section.heroproduct .ic-col {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  section.heroproduct .ic-col .product-icon {
    margin-right: 1.875rem;
    width: 4.5rem;
    height: 5.3125rem;
  }
}
@container main (min-width: 48rem) and (max-width: 64rem) {
  section.heroproduct .ic-col .product-icon {
    width: 3.875rem;
    height: 4.4375rem;
  }
}
@container main (max-width: 47.9375rem) {
  section.heroproduct .ic-col .product-icon {
    width: 3.1875rem;
    height: 3.8125rem;
  }
}