/** Shopify CDN: Minification failed

Line 48:14 Unexpected "{"
Line 48:23 Expected ":"
Line 56:13 Unexpected "{"
Line 56:22 Expected ":"

**/
.header__inline-menu .list-menu--inline{
    gap:30px;
} 
.shopify-policy__body ul li p{
    display:inline;
}
.shopify-policy__body hr{
    margin:4rem 0;
}
.shopify-policy__container{
    margin-bottom:30px;
}
.product-card-wrapper .card__content .card__information .card__heading{
    min-height:50px; 
}
.product-card-wrapper .card{
    padding:2%;             
}
.product-card-wrapper .card__content .card__information .card-information{
     min-height:50px;    
}
product-component{
    height:100% !important;
}
@media screen and (min-width:250px) and (max-width:768px){
    .product-card-wrapper .card__content .card__information .card-information .price{
        font-size:1.4rem;
    }
    .product-card-wrapper .card__content .card__information .card-information{
     /* min-height:80px;  */
}
}
 #UtilityBar-sections--27826277351712__announcement-bar .utility-bar__grid {
    grid-template-columns: 5fr 4fr 3fr !important;
 }
@media screen and (min-width: 990px){
 #UtilityBar-sections--27826277351712__announcement-bar .utility-bar__grid {
    grid-template-columns: 3fr 4fr 3fr;
 }
 #UtilityBar-{{ section.id }} .utility-bar__grid--3-col{
      grid-template-columns: 6fr 4fr 3fr !important;
 }
}
 .quick-add-modal .product-description-accordion, .quick-add-modal   .product-custom-tab {
    display:none;

}
#UtilityBar-{{ section.id }} .utility-bar__grid--3-col{
    grid-template-columns: 4fr 4fr 3fr;
}

/* Keep mega menu open while moving mouse from the menu item to dropdown */
.header__inline-menu .mega-menu {
  position: relative;
}

.header__inline-menu .mega-menu__content {
  margin-top: 0 !important;
}

/* Remove any gap between menu trigger and dropdown */
.header__inline-menu .custom-mega-menu {
  top: 100%;
}

/* Invisible bridge to prevent the menu from closing */
.header__inline-menu .mega-menu::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 15px;
  z-index: 10;
}


.header__inline-menu .mega-menu__content {
  position: absolute;
  z-index: 100;
}
.static-page-blogs ul li p{
  display: inline-flex;
}