/* Collection PLP — align to Impulse https://lalensvip.com/collections/aegean-sea */

body[data-page-type="collection"] {
  background-color: #f2f2f2 !important;
}

body[data-page-type="collection"] .main-collection-container,
body[data-page-type="collection"] .main-collection {
  background: #f2f2f2 !important;
  color: #4b4848 !important;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

body[data-page-type="collection"] .main-collection-cover {
  display: none !important;
}

body[data-page-type="collection"] .main-collection.page-width,
body[data-page-type="collection"] .main-collection-container .page-width {
  max-width: 1500px;
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-top: 30px !important;
  padding-bottom: 60px !important;
}

/* Hide Availability / Price / Sort toolbar (Impulse collection screenshot has none) */
body[data-page-type="collection"] .facets-form,
body[data-page-type="collection"] .facets-filtering,
body[data-page-type="collection"] .facets-sorting-wrapper,
body[data-page-type="collection"] .facets-horizontal,
body[data-page-type="collection"] .facets-vertical,
body[data-page-type="collection"] .collection-filters,
body[data-page-type="collection"] .collection-toolbar,
body[data-page-type="collection"] .main-collection__toolbar,
body[data-page-type="collection"] .product-count,
body[data-page-type="collection"] theme-facets,
body[data-page-type="collection"] .facets:not(.main-collection):not(.main-collection-container) {
  display: none !important;
}

/* Facets live inside main-collection — hide only the facet UI nodes */
body[data-page-type="collection"] .main-collection > .facets,
body[data-page-type="collection"] .main-collection .facets-filtering,
body[data-page-type="collection"] .main-collection .facets-sorting-wrapper,
body[data-page-type="collection"] .main-collection .facets-form {
  display: none !important;
}

body[data-page-type="collection"] .main-collection__list,
body[data-page-type="collection"] .product-list,
body[data-page-type="collection"] [class*="product-list"] {
  column-gap: 22px !important;
  row-gap: 30px !important;
}

body[data-page-type="collection"] .product-card,
body[data-page-type="collection"] .block-product-card {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

body[data-page-type="collection"] .block-product-card-info,
body[data-page-type="collection"] .product-card__info {
  text-align: center !important;
  align-items: center !important;
  padding: 12px 0 0 !important;
  background: transparent !important;
}

body[data-page-type="collection"] .product-title,
body[data-page-type="collection"] .product-title a,
body[data-page-type="collection"] .block-product-card-info a {
  display: block !important;
  color: #4b4848 !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  text-decoration: none !important;
  margin: 0 !important;
}

body[data-page-type="collection"] .product-price,
body[data-page-type="collection"] .block-product-card-info .price,
body[data-page-type="collection"] .product-price__sale,
body[data-page-type="collection"] .block-product-price {
  color: #675e5e !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 15.3px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  text-align: center !important;
  margin: 5px 0 0 !important;
  justify-content: center !important;
}

/* Product card media — keep featured image visible */
body[data-page-type="collection"] .block-product-image__layer-image-wrapper {
  background: transparent !important;
  overflow: hidden;
  border-radius: 0 !important;
  width: 100%;
}

body[data-page-type="collection"] .block-product-image__image-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
  background-color: #fff !important;
  width: 100%;
  aspect-ratio: 1 / 1;
}

/* Primary <img> can decode as blank in some browsers; show via background-image instead */
body[data-page-type="collection"] .block-product-image__image-wrapper > .block-product-image__image--paint {
  opacity: 0 !important;
}

body[data-page-type="collection"] .block-product-image__image-wrapper > .block-product-image__image {
  visibility: visible !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 0 !important;
  background: transparent !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

body[data-page-type="collection"] .product-buy-button,
body[data-page-type="collection"] [class*="quick-add"],
body[data-page-type="collection"] [class*="discount-tag"],
body[data-page-type="collection"] .product-card__description,
body[data-page-type="collection"] .product-price__origin {
  display: none !important;
}

@media (max-width: 768px) {
  body[data-page-type="collection"] .main-collection.page-width,
  body[data-page-type="collection"] .main-collection-container .page-width {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  body[data-page-type="collection"] .product-title,
  body[data-page-type="collection"] .product-title a {
    font-size: 13px !important;
    letter-spacing: 0.12em !important;
  }
}
