/** Shopify CDN: Minification failed

Line 260:0 Expected "}" to go with "{"

**/
.tabular-card-wrapper .card:not(.ratio) {
  display: flex;
  flex-direction: row;
}

.tabular-card-wrapper .image-card-wrapper {
  width: 15%;
  margin-right: 20px;
}

.tabular-card-wrapper .card__information {
  display: block;
}

.tabular-card-wrapper .card__product-price-buttons {
  width: 25%;
}

.tabular-card-wrapper .card__content {
  width: 25%;
}

.tabular-card-wrapper .sku-section {
  width: 10%;
  height: 100%;
  display: flex;
  align-items: center;
}

.tabular-card-wrapper .quick-add {
  align-items: self-start;
}

.tabular-card-wrapper .card__product-price-buttons {
  overflow: visible;
}

.tabular-card-wrapper .card__product-price-buttons .price {
  transition: none;
}

.tabular-card-wrapper:hover .card__product-price-buttons .price {
    transform: translateY(-0%);
}

.tabular-card-wrapper .card-content-wrapper {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 10px;
}

.tabular-card-wrapper .card__information {
    padding: 0px;
}

.tabular-card-wrapper .card__content {
    padding: 0px;
}

.tabular-card-wrapper .quick-add .button {
    background: #07204d;
    padding: 10px 20px;
    border-radius: 5px;
    color: #ffffff;
}

.tabular-card-wrapper .quick-add {
    gap: 0px;
}

.tabular-card-wrapper .sold-out-button {
    padding: 7px 0px;
    border-radius: 5px;
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background: #07204d;
    pointer-events: none;
    opacity: 0.6;
    text-align: center;
}

.tabular-card-wrapper  .card__product-price-buttons.hessaire-parts {
    display: none;
}

.tabular-card-wrapper .quick-add-button-wrapper  {
    width: 20%;
}

.tabular-card-wrapper .quick-add-button-wrapper .quick-add {
    display: block;
}

.collection-header {
  --border-color: 239, 239, 239;
  display: flex;
  align-items: center;
  padding: 2rem;
  box-shadow: 1px 0 0 0 rgb(var(--border-color)),0 1px 0 0 rgb(var(--border-color)),1px 1px 0 0 rgb(var(--border-color)),1px 0 0 0 rgb(var(--border-color)) inset,0 1px 0 0 rgb(var(--border-color)) inset;
  width: 100%;
}

.collection-header .collection-header-text.header-image {
  width: 15%;
  margin-right: 20px;
  display: inline-block;
}

.collection-header .header-right {
  align-items: center;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  column-gap: 10px;
}

.collection-header .collection-header-text.header-sku {
  width: 10%;
  height: 100%;
  display: flex;
  align-items: center;
}

.collection-header span {
  font-size: 16px;
  text-transform: uppercase;
}

.collection-header .collection-header-text.header-description {
  width: 25%;
  flex: 1;
}

.collection-header .collection-header-text.header-price {
  width: 25%; 
}

.collection-header .collection-header-text.header-button {
  width: 20%;
}

.collection-header span {
  color: #07204d;
}

@media only screen and (max-width: 1060px) {
  .collection-header .collection-header-text.header-image {
    width: 25%;
    margin-right: 10px;
  }
  
  .tabular-card-wrapper .image-card-wrapper {
      margin-right: 10px;
  }

  .collection-header span {
    font-size: 14px;
  }

  .collection-header .collection-header-text.header-button {
   width: 25%;
  }

  .tabular-card-wrapper .quick-add-button-wrapper {
    width: 25%;
  }

  .tabular-card-wrapper .image-card-wrapper {
    width: 25%;
  }

  .collection-header .collection-header-text.header-sku {
    width: 13%;
  }
  
  .tabular-card-wrapper .card__content {
    width: 22%;
  }
  
  .tabular-card-wrapper .sku-section {
    width: 13%;
  }
  
}

@media only screen and (max-width: 991px) {
  .card-product-sku a {
    font-size: 13px;
  }
}


@media only screen and (max-width: 900px) {
  .tabular-card-wrapper .sku-section {
    height: auto;
  }

  .tabular-card-wrapper .image-card-wrapper {
    margin-right: 25px;
    width: 40%;
  }

  .collection-header {
    display: none;
  }

  .tabular-card-wrapper .card__content,
  .tabular-card-wrapper .sku-section {
    width: 100%;
  }

  .tabular-card-wrapper .card__product-price-buttons {
    width: 100%;
    margin-bottom: 5px;
  }

  .tabular-card-wrapper .card-content-wrapper {
    display: block;
  }

  .tabular-card-wrapper .quick-add-button-wrapper {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .tabular-card-wrapper .image-card-wrapper {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 450px) {

  .tabular-card-wrapper .image-card-wrapper {
    width: 55%;
  }

  .tabular-card-wrapper .quick-add-button-wrapper {
    width: 75%;
}

@media only screen and (max-width: 375px) {

  .tabular-card-wrapper .image-card-wrapper {
    width: 75%;
  }

}
