/** Shopify CDN: Minification failed

Line 17:0 Unexpected "{"
Line 17:1 Expected identifier but found "%"
Line 17:14 Unexpected "18"
Line 20:1 Expected identifier but found "%"

**/


.product--infobox {
  isolation: isolate;
  border-radius: var(--block-border-radius, 16px); }



{% comment %} 18 Sept 2023 - BRAD CHANGED: 
 padding: DEFAULT: padding: 13px 16px; CHANGED TO: padding: 8px 8px; 
Margin Bottom changed from 40 px to 30 px
{% endcomment %}  


.product--infobox {
  display: flex;
  align-items: center;
  padding: 8px 8px;
  background: var(--info-box-bg);
  color: var(--info-box-color);
  font-size: 0.8125rem;
  position: relative; }
  .product--infobox-container {
    margin-bottom: 30px;
    display: grid;
    grid-gap: 5px; }
    @media only screen and (min-width: 1068px) {
      .product--infobox-container {
        margin-top: 20px;
        margin-bottom: 0;
        padding: 0 25px 0 0; } }
  .product--infobox-image {
    margin-right: 15px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .product--infobox-image svg {
      fill: var(--info-box-color); }
  .product--infobox-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
