/* Catalogue v209. Les photos et les informations occupent des rangées distinctes.
   Les règles 01grid d'origine positionnent la photo en absolu dans une carte
   haute de 33vh : on rétablit explicitement le flux, y compris au survol. */
html body .product-listing .product-list-header {
  position: relative !important;
  float: none !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 0 30px !important;
  padding: 12px 0 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body .product-listing .product-list-header h1 {
  font-size: clamp(36px,4vw,56px) !important;
  line-height: 1.1 !important;
}

html body#category #wrapper .breadcrumb,
html body#product #wrapper .breadcrumb {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  max-width: 1380px !important;
  height: auto !important;
  margin: 0 auto 22px !important;
  padding: 14px 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  clip: auto !important;
  clip-path: none !important;
}

html body#category .breadcrumb ol,
html body#product .breadcrumb ol { display: flex !important; flex-wrap: wrap; gap: 8px; }
html body #products .products::after { content: none !important; }

html body .products .chinwa-product-card {
  position: relative !important;
  inset: auto !important;
  display: flex !important;
  flex-direction: column;
  float: none !important;
  width: 100% !important;
  min-width: 0;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 0 !important;
  overflow: visible !important;
  background: var(--chinwa-paper, #fffaf3);
  border: 1px solid var(--chinwa-line, rgba(44,23,40,.18));
  box-shadow: none !important;
  list-style: none;
}

html body .products .chinwa-product-card .thumbnail-container {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  flex: none !important;
  order: 0 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  background: #eae7e2 !important;
  box-shadow: none !important;
}

html body .products .chinwa-product-card .thumbnail-container > a {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 3 / 4;
  overflow: hidden !important;
  background: #eae7e2 !important;
}

html body .products .chinwa-product-card .thumbnail-container img,
html body .products .chinwa-product-card:hover .thumbnail-container img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
  transition: none !important;
}

html body .products .chinwa-product-card .thumbnail-container > a::after {
  display: none !important;
  content: none !important;
}

html body .products .chinwa-product-card .product-description {
  position: relative !important;
  inset: auto !important;
  display: flex !important;
  flex-direction: column;
  flex: 1 0 auto;
  order: 1 !important;
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 22px !important;
  margin: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: var(--chinwa-paper, #fffaf3) !important;
  text-align: left !important;
}

html body .products .chinwa-product-card .product-title {
  font-size: clamp(20px,1.7vw,26px) !important;
  line-height: 1.18 !important;
  letter-spacing: .02em !important;
  text-transform: none !important;
}

html body .products .chinwa-product-card .product-title::before,
html body .products .chinwa-product-card .product-title::after {
  content: none !important;
}

html body .products .chinwa-product-card .product-desc {
  font: 400 12px/1.65 var(--chinwa-sans, Arial, sans-serif) !important;
  margin: 0 0 14px !important;
}

html body .products .chinwa-product-card .product-price-and-shipping {
  margin: 12px 0 0 !important;
  font: 600 17px/1.4 var(--chinwa-sans, Arial, sans-serif) !important;
}

html body .products .chinwa-product-card .chinwa-product-details {
  position: static !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 44px;
  margin: 18px 0 0;
  padding: 12px 0;
  border-top: 1px solid var(--chinwa-line);
  font: 600 10px/1.4 var(--chinwa-sans, Arial, sans-serif);
  letter-spacing: .12em;
  text-transform: uppercase;
}

html body .products .chinwa-product-card .chinwa-product-details span { font-size: 18px; }

html body .products .chinwa-product-card .functional-buttons {
  position: static !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: auto;
  padding-top: 8px;
  opacity: 1 !important;
}

html body .products .chinwa-product-card .functional-buttons form { margin: 0; }
html body .products .chinwa-product-card .functional-buttons .quick-view,
html body .products .chinwa-product-card .functional-buttons .add-to-cart-list {
  position: static !important;
  inset: auto !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 0 !important;
  margin: 0 !important;
  border: 0 !important;
  color: var(--chinwa-plum) !important;
  background: transparent !important;
  box-shadow: none !important;
  font: 500 11px/1.4 var(--chinwa-sans, Arial, sans-serif) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  transform: none !important;
}

html body .products .chinwa-product-card .functional-buttons span { display: inline !important; }
html body .products .chinwa-product-card a:focus-visible,
html body .products .chinwa-product-card button:focus-visible {
  outline: 2px solid var(--chinwa-copper);
  outline-offset: -3px;
}

html body .products .chinwa-product-card .highlighted-informations {
  position: static !important;
  inset: auto !important;
  order: 2;
  padding: 0 22px 16px;
  background: var(--chinwa-paper);
  transform: none !important;
}

html body .products .chinwa-product-card .highlighted-informations.no-variants { display: none !important; }
.chinwa-product-image-missing { display: grid; place-items: center; height: 100%; min-height: 260px; }

@media (max-width: 767px) {
  html body .products .chinwa-product-card .product-description { padding: 20px !important; }
}
