/* SYRO CBD — Conversion septembre 2026
   CSS léger, cartes, mobile, pas de overflow-x:hidden global. */

html, body {
  overflow-x: visible;
}

.syro-page-reassurance {
  margin: 0 0 16px;
  padding: 10px 12px;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  background: #f4f7f2;
  border: 1px solid #d7e4d0;
  border-radius: 10px;
  color: #1a4d3e;
}

.syro-trust-micro--loop {
  display: none !important;
}

ul.products li.product,
.ast-grid-common-col,
.woocommerce ul.products li.product {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

ul.products li.product img,
.woocommerce ul.products li.product img {
  max-width: 100%;
  height: auto;
}

ul.products li.product .button,
.syro-choose-format,
.syro-bis-form .button,
.syro-ref-actions .button {
  max-width: 100%;
  box-sizing: border-box;
}

.syro-card-formats,
.syro-card-ppg {
  font-size: 12px;
  line-height: 1.35;
  color: #4b5563;
  margin: 4px 0 8px;
  word-break: break-word;
}

.syro-choose-format {
  display: inline-block;
  width: 100%;
  text-align: center;
}

li.product.outofstock img,
li.product .syro-btn-oos + img,
.syro-catalog-stock-badge + a img {
  filter: grayscale(30%);
  opacity: 0.88;
}

.syro-catalog-high-demand-badge,
.syro-fulfillment__badge--oos,
.syro-badge-preorder {
  display: inline-block;
  margin: 6px 0;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.syro-catalog-high-demand-badge,
.syro-fulfillment__badge--oos {
  background: #7f1d1d;
  color: #fff;
}

.syro-badge-preorder,
.syro-fulfillment__badge--pre {
  background: #9a3412;
  color: #fff;
}

.syro-fulfillment {
  margin: 12px 0 16px;
  padding: 12px 14px;
  border: 1px solid #d7e4d0;
  border-radius: 12px;
  background: #f8faf5;
  font-size: 14px;
  line-height: 1.45;
}

.syro-fulfillment__badge {
  font-weight: 700;
  margin: 0 0 6px;
}

.syro-fulfillment__sub {
  color: #374151;
}

.syro-ppg-table {
  margin: 10px 0 16px;
  font-size: 14px;
}

.syro-ppg-table ul {
  margin: 0;
  padding-left: 18px;
}

.syro-ppg-oos {
  text-decoration: line-through;
  color: #6b7280;
}

.syro-home-merch {
  margin: 28px 0;
}

.syro-home-merch__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
}

.syro-home-merch__head h2 {
  margin: 0;
  font-size: 1.25rem;
}

.syro-home-merch__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.syro-home-merch__grid a {
  display: block;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

.syro-home-merch__grid img {
  width: 100%;
  height: auto;
  display: block;
}

.syro-teaser-acc {
  margin: 32px 0;
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
}

.syro-teaser-acc__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  background: #ecfccb;
  color: #365314;
  padding: 3px 8px;
  border-radius: 999px;
}

.syro-teaser-acc__photos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
  list-style: none;
  margin: 12px 0;
  padding: 0;
}

.syro-teaser-acc__photos img {
  width: 100%;
  height: auto;
}

.syro-bis-form,
.syro-teaser-acc form {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.syro-bis-form input[type="email"],
.syro-teaser-acc input[type="email"],
.syro-teaser-acc select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.syro-bis-consent {
  font-size: 12px;
}

.syro-cart-fulfillment,
.syro-mini-ship,
.syro-ref-box,
.syro-ref-dash,
.syro-ref-thanks {
  margin: 12px 0;
  padding: 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
}

.syro-ref-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.syro-ref-actions .button {
  flex: 1 1 140px;
}

.syro-loop-variations {
  display: none !important;
}

@media (max-width: 1024px) {
  .syro-home-merch__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .woocommerce ul.products,
  ul.products {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px;
  }

  .woocommerce ul.products li.product,
  ul.products li.product,
  .ast-width-md-3,
  .ast-width-md-4,
  .ast-col-sm-6,
  .ast-col-md-3,
  .ast-col-md-4 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
    min-width: 0 !important;
    margin: 0 0 12px !important;
    float: none !important;
  }

  .syro-home-merch__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .syro-home-merch__head,
  .syro-ref-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button,
  .woocommerce a.button,
  .woocommerce button.button {
    max-width: 100%;
  }

  .product_title,
  ul.products li.product .woocommerce-loop-product__title {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
