.entres-cs {
  --entres-cs-green: #315c4b;
  --entres-cs-accent: #6f9f3f;
  color: #26372d;
}

.product__actions-qty-add > .entres-cs--product-action,
.product-quantity > .entres-cs--product-action {
  order: -1;
  flex: 0 0 100%;
  width: 100%;
}

.entres-cs--product-action {
  margin: 0;
  padding: .85rem;
  border: 1px solid #d5e2c6;
  border-radius: 8px;
  background: linear-gradient(180deg, #fbfdf7 0%, #f3f8ec 100%);
}

.entres-cs__title {
  margin: 0;
  color: var(--entres-cs-green);
  font-size: 1.35rem;
  font-weight: 800;
}

.entres-cs__title--small { font-size: 1.05rem; }
.entres-cs__action-title { margin: 0 0 .55rem; color: var(--entres-cs-green); font-size: .9rem; font-weight: 800; }
.entres-cs__action-options { display: grid; gap: .45rem; }
.entres-cs__action-option { display: grid; grid-template-columns: auto 42px minmax(0, 1fr) auto; gap: .65rem; align-items: center; margin: 0; padding: .45rem; border: 1px solid transparent; border-radius: 6px; background: #fff; cursor: pointer; transition: border-color .15s ease, background .15s ease; }
.entres-cs__action-option:hover { border-color: #bfd2ac; background: #fdfff9; }
.entres-cs__selector { appearance: auto; width: 1.15rem; height: 1.15rem; margin: 0; accent-color: var(--entres-cs-accent); }
.entres-cs__action-image { width: 42px; height: 42px; border-radius: 6px; object-fit: cover; background: #f4f4f4; }
.entres-cs__action-copy { display: flex; flex-direction: column; min-width: 0; line-height: 1.25; }
.entres-cs__action-copy strong { overflow: hidden; font-size: .875rem; text-overflow: ellipsis; white-space: nowrap; }
.entres-cs__action-copy small { color: #687269; font-size: .72rem; }
.entres-cs__action-price { color: var(--entres-cs-green); font-size: .875rem; font-weight: 800; white-space: nowrap; }
.entres-cs__feedback { margin: .45rem 0 0; color: var(--entres-cs-green); font-size: .8rem; font-weight: 700; }

.entres-cs--cart { margin: 1rem 0; padding: 1rem; border: 1px solid #dfe7d8; border-radius: 10px; background: #fafcf8; }
.entres-cs__cart-list { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: .75rem; }
.entres-cs__cart-item { display: grid; grid-template-columns: 52px minmax(120px, 1fr) auto; align-items: center; gap: .65rem; min-width: min(100%, 330px); flex: 1; padding: .65rem; border-radius: 8px; background: #fff; }
.entres-cs__cart-image { width: 52px; height: 52px; border-radius: 6px; object-fit: cover; }
.entres-cs__cart-info { display: flex; flex-direction: column; font-size: .85rem; }
.entres-cs__cart-info a { color: #26372d; }
.entres-cs__cart-info span { color: var(--entres-cs-green); font-weight: 800; }
.entres-cs__cart-item .entres-cs__feedback { grid-column: 2 / -1; font-size: .75rem; }

@media (max-width: 575px) {
  .entres-cs__action-option { grid-template-columns: auto 38px minmax(0, 1fr); }
  .entres-cs__action-image { width: 38px; height: 38px; }
  .entres-cs__action-price { grid-column: 3; }
}
