/** Shopify CDN: Minification failed

Line 7:1 Unexpected "{"

**/
body.SeatCover .m-lookbook-card ,
 {
    display: flex;
    gap: 0;
}
body.SeatCover .m-lookbook-card h2.m-section__heading {
    margin-left: 12px;
    text-align: left;
    line-height: 1;
}
body.SeatCover .m-lookbook-card h2.m-section__heading a {
    font-size: 16px;
    line-height: 1 !important;
}
body.SeatCover .m-lookbook-card .m-lookbook-card__image {
    margin: 0;
}
body.SeatCover .iconsLookbook .m-section__header .m-section__description {
    color: #185ABC;
}
body.template-product .m-app-section {
    background: #E5EDF9;
}
body.SeatCover .m-lookbook .m-mixed-layout__inner ,
body.template-product.pipeAndDrapeKit .m-lookbook .m-mixed-layout__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.template-product.pipeAndDrapeKit  .m-main-product--info .gpo-container {
    display: none;
}
body.template-product.pipeAndDrapeKit .m-lookbook .m-mixed-layout__inner .customHtml {
    text-align: center;
    margin: 4px 0 0;
}
body.template-product.customWall .m-lookbook-card .customHtml {
    margin: 4px 0 0;
    text-align: center;
}
.icon-text-bar__wrapper .icon-text-bar__item p.mainP {
    line-height: normal;
    font-size: 14px;
    text-transform: none;
}
body.template-product.customWall .icon-text-bar__item img {
    width: 40px;
}
body.template-product.customWall .customTextBar {
    background: #fff;
}
body.SeatCover  .m-lookbook-card {
    display: flex;
}
.m-breadcrumb--wrapper {
    justify-content: flex-start;
}
body.template-product .rte .woocommerce-product-details__short-description {
    background: transparent !important;
    margin: 0 !important;
}
body.template-product .rte .woocommerce-product-details__short-description p {
    border: none !important;
    padding: 0 !important;
    color: #191919 !important;
}
body.template-product .rte form {
    background: transparent !important;
}
  @media only screen and (max-width: 768px) {
body.SeatCover .m-lookbook .m-mixed-layout__inner ,
body.template-product.pipeAndDrapeKit .m-lookbook .m-mixed-layout__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
  }

    @media only screen and (max-width: 767px) {
  body.template-product.pipeAndDrapeKit .m-lookbook-card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
body.template-product.pipeAndDrapeKit .m-lookbook-card h2.m-section__heading.m-lookbook-card__heading.h4 {
    text-align: center;
}
    }
    @media only screen and (max-width: 480px) {
body.SeatCover .m-lookbook .m-mixed-layout__inner ,
body.template-product.pipeAndDrapeKit .m-lookbook .m-mixed-layout__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
  }