.pd-crosssell {
  margin-top: clamp(24px, 3vw, 38px);
  display: grid;
  gap: clamp(16px, 1.8vw, 24px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.pd-crosssell__header {
  display: grid;
  gap: 6px;
  max-width: 60ch;
}

.pd-crosssell__eyebrow {
  margin: 0;
  color: #6b7f61;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pd-crosssell__title {
  margin: 0;
  color: #162917;
  font-size: clamp(1.22rem, 1.08rem + 0.55vw, 1.7rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.pd-crosssell__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(12px, 1.4vw, 18px);
  align-items: stretch;
  isolation: isolate;
}

.pd-crosssell__backdrop {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 100%;
  height: 75%;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 28px;
  background: #eef1eb;
  pointer-events: none;
  z-index: 0;
}

.pd-crosssell__grid > .pd-crosssell__card,
.pd-crosssell__grid > .pd-crosssell__summary {
  position: relative;
  z-index: 1;
  align-self: stretch;
}

.pd-crosssell__grid > .pd-crosssell__plus,
.pd-crosssell__grid > .pd-crosssell__equals {
  position: relative;
  z-index: 1;
}

.pd-crosssell__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  align-items: stretch;
  gap: clamp(12px, 1vw, 16px);
  width: 100%;
  height: 100%;
  padding: clamp(14px, 1.4vw, 18px);
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: none;
}

.pd-crosssell__card--product {
  border-color: rgba(17, 24, 39, 0.12);
  min-height: clamp(270px, 24vw, 360px);
}

.pd-crosssell__card--addon {
  border-color: rgba(17, 24, 39, 0.12);
  min-height: clamp(270px, 24vw, 360px);
}

.pd-crosssell__product-link {
  grid-column: 1 / -1;
  color: inherit;
  text-decoration: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  align-items: stretch;
  gap: clamp(12px, 1vw, 16px);
  min-width: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}

.pd-crosssell__media {
  display: grid;
  place-items: center;
  width: clamp(184px, 16vw, 224px);
  min-width: clamp(184px, 16vw, 224px);
  aspect-ratio: 1 / 1;
  padding: 10px;
  border-radius: 18px;
  background: transparent;
  justify-self: start;
}

.pd-crosssell__image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: none;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
}

.pd-crosssell__image--placeholder {
  opacity: 0.72;
}

.pd-crosssell__body {
  min-width: 0;
  display: grid;
  gap: 10px;
  align-content: start;
  padding-top: 2px;
}

.pd-crosssell__body--product,
.pd-crosssell__body--addon {
  min-height: 100%;
}

.pd-crosssell__label {
  margin: 0;
  color: #607357;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pd-crosssell__name {
  margin: 0;
  color: var(--pd-text);
  font-size: clamp(0.98rem, 0.94rem + 0.22vw, 1.08rem);
  font-weight: 700;
  line-height: 1.34;
  min-height: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pd-crosssell__meta,
.pd-crosssell__brand {
  margin: 0;
  color: #5f6b66;
  font-size: 0.86rem;
  line-height: 1.42;
}

.pd-crosssell__price {
  margin: 0;
  padding-top: 0;
  border-top: 0;
  color: #16301a;
  font-size: clamp(1.05rem, 1rem + 0.18vw, 1.16rem);
  font-weight: 800;
  line-height: 1.2;
}

.pd-crosssell__cta {
  display: none;
}

.pd-crosssell__cta::after {
  content: "\2192";
  font-size: 0.95rem;
}

.pd-crosssell__plus,
.pd-crosssell__equals {
  display: grid;
  place-items: center;
  width: auto;
  min-height: auto;
  margin: 0;
  justify-self: center;
  align-self: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #5f6b66;
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
}

.pd-crosssell__summary {
  display: grid;
  align-content: center;
  justify-items: stretch;
  gap: clamp(6px, 0.8vw, 8px);
  width: 100%;
  min-width: 0;
  padding: clamp(8px, 0.9vw, 12px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
  height: 100%;
}

.pd-crosssell__summary-heading {
  width: 100%;
  color: #162917;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  text-transform: none;
}

.pd-crosssell__summary-price {
  gap: 3px;
  width: 100%;
}

.pd-crosssell__summary-total {
  display: block;
  min-width: 0;
}

.pd-crosssell__summary .pd-uvp-row {
  justify-content: flex-start;
  gap: 6px;
}

.pd-crosssell__summary .pd-sale-row {
  align-items: flex-end;
  justify-content: flex-start;
}

.pd-crosssell__summary .pd-uvp-label,
.pd-crosssell__summary .pd-uvp-price,
.pd-crosssell__summary .pd-meta {
  color: rgba(17, 24, 39, 0.68);
}

.pd-crosssell__summary .pd-sale-price {
  color: #16301a;
  font-size: clamp(1.75rem, 1.45rem + 0.9vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.pd-crosssell__bundle-form {
  display: grid;
  gap: 5px;
  width: 100%;
  justify-items: start;
}

.pd-crosssell__cart-btn {
  width: auto;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 14px;
  background: linear-gradient(180deg, #3d6629 0%, #2e4f20 100%);
  color: #ffffff;
  border: 0;
  box-shadow: 0 14px 28px rgba(46, 79, 32, 0.16);
}

.pd-crosssell__cart-btn:hover {
  background: linear-gradient(180deg, #466f31 0%, #264119 100%);
  border-color: transparent;
}

.pd-crosssell__cart-btn:focus-visible {
  outline-color: #244017;
  box-shadow:
    0 0 0 3px rgba(46, 79, 32, 0.16),
    0 14px 30px rgba(46, 79, 32, 0.16);
}

.pd-crosssell__cart-btn[disabled],
.pd-crosssell__cart-btn[aria-disabled="true"] {
  background: linear-gradient(180deg, rgba(61, 102, 41, 0.44), rgba(46, 79, 32, 0.44));
  color: rgba(255, 255, 255, 0.92);
  box-shadow: none;
}

@media (min-width: 1024px) {
  .pd-crosssell__grid {
    grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr) minmax(320px, 1.08fr);
    grid-auto-rows: minmax(0, 1fr);
    align-items: stretch;
  }

  .pd-crosssell__grid > .pd-crosssell__card {
    justify-self: stretch;
  }

  .pd-crosssell__card--product,
  .pd-crosssell__card--addon {
    width: 70%;
    max-width: 100%;
  }

  .pd-crosssell__card--product {
    justify-self: start;
    margin-left: 100px;
    margin-right: 0;
  }

  .pd-crosssell__card--addon {
    justify-self: end;
    margin-left: 0;
    margin-right: 100px;
  }

  .pd-crosssell__summary {
    position: relative;
    width: fit-content;
    min-width: 320px;
    max-width: 100%;
    justify-self: end;
    justify-items: start;
  }

  .pd-crosssell__summary-heading,
  .pd-crosssell__summary-price,
  .pd-crosssell__bundle-form {
    width: auto;
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
  .pd-crosssell__grid {
    grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
    align-items: start;
  }

  .pd-crosssell__card--product,
  .pd-crosssell__card--addon {
    width: 70%;
    justify-self: center;
  }

  .pd-crosssell__card--product {
    grid-column: 1;
  }

  .pd-crosssell__plus {
    grid-column: 2;
    align-self: center;
  }

  .pd-crosssell__card--addon {
    grid-column: 3;
  }

  .pd-crosssell__equals {
    display: none;
  }

  .pd-crosssell__summary {
    grid-column: 1 / -1;
  }
}

