.leyva-shipping-product {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  max-width: 100%;
  margin: 0.75rem 0 0.9rem;
  padding: 0.75rem 0.85rem;
  box-sizing: border-box;
  border: 1px solid #d8e3dc;
  border-radius: 0.45rem;
  background: #f7faf8;
  color: #25342d;
  font-size: 0.88rem;
  line-height: 1.4;
}

.leyva-shipping-product p,
.leyva-shipping-cart p {
  margin: 0;
}

.leyva-shipping-product__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.22rem;
  min-width: 0;
  max-width: 100%;
}

.leyva-shipping-product__main strong {
  display: block;
  min-width: 0;
  max-width: 100%;
  font-size: inherit;
  font-weight: 700;
  white-space: normal;
  overflow-wrap: anywhere;
}

.leyva-shipping-product__main strong + strong {
  color: #0f6b4f;
}

.leyva-shipping-product__secondary {
  color: #5c6c63;
}

.leyva-shipping-product__exception,
.leyva-shipping-cart__exception {
  color: #7b4512;
  font-weight: 650;
}

.leyva-shipping-product__details summary {
  width: fit-content;
  max-width: 100%;
  cursor: pointer;
  color: #174f39;
  font-weight: 750;
  white-space: normal;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.leyva-shipping-product__details summary:focus-visible,
.leyva-shipping-product__details a:focus-visible,
.leyva-shipping-cart a:focus-visible {
  outline: 3px solid rgba(15, 107, 79, 0.35);
  outline-offset: 3px;
}

.leyva-shipping-product__details > div {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #d8e3dc;
}

.leyva-shipping-product__details a,
.leyva-shipping-cart a {
  width: fit-content;
  max-width: 100%;
  color: #174f39;
  font-weight: 700;
  white-space: normal;
  overflow-wrap: anywhere;
}

.leyva-shipping-cart {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
  max-width: 100%;
  margin: 0 0 0.75rem;
  padding: 0.75rem 0.85rem;
  box-sizing: border-box;
  border: 1px solid rgba(15, 107, 79, 0.26);
  border-radius: 0.45rem;
  background: #eef8f2;
  color: #25342d;
  line-height: 1.35;
}

.leyva-shipping-cart > strong {
  color: #0f6b4f;
}

.leyva-shipping-cart > span {
  color: #5c6c63;
  font-size: 0.9rem;
}

.leyva-shipping-cart .leyva-shipping-cart__progress {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(15, 107, 79, 0.13);
}

.leyva-shipping-cart__progress > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #0f6b4f;
}

.leyva-shipping-cart.is-complete {
  border-color: rgba(15, 107, 79, 0.42);
  background: #e6f5ec;
}

.leyva-shipping-cart.has-exception {
  border-color: rgba(158, 92, 26, 0.4);
  background: #fff7ec;
}

.leyva-shipping-cart.has-exception > strong {
  color: #7b4512;
}

@media (max-width: 767px) {
  .leyva-shipping-product {
    margin-top: 0.6rem;
    padding: 0.7rem 0.75rem;
    font-size: 0.88rem;
  }

  .leyva-shipping-product__main {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.2rem;
  }

  .leyva-shipping-product__main strong {
    display: block;
    width: 100%;
  }

  .leyva-shipping-product__main span[aria-hidden="true"] {
    display: none;
  }
}
