/*!
 * Bootstrap  v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.product-card {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
}

.product-card .product-card__media {
  flex: 0 0 147px;
  width: 147px;
  height: 147px;
  z-index: 2;
}

.product-card .product-card__media--dual .product-card__packshot--big {
  display: none;
}

.product-card .product-card__packshot {
  height: 100%;
  width: 100%;
}

.product-card .product-card__packshot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-card .product-card__body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  z-index: 1;
}

.product-card .product-card__title {
  font-family: "Plus Jakarta Sans", quicksand, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--plp-white, #fffffc);
  margin: 0;
  text-wrap: balance;
}

.product-card .product-card__description {
  font-family: nunito, quicksand, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: var(--plp-white, #fffffc);
  margin-top: -12px;
}

@media (min-width: 992px) {
  .product-card {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 0;
  }

  .product-card .product-card__media {
    flex: 0 0 auto;
    width: 100%;
    height: 309px;
    overflow: hidden;
    position: relative;
  }

  .product-card .product-card__media--dual .product-card__packshot--small {
    display: none;
  }

  .product-card .product-card__media--dual .product-card__packshot--big {
    display: block;
  }

  .product-card .product-card__body {
    flex: 0 0 auto;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding-bottom: 20px;
    margin-top: -8px;
  }

  .product-card .product-card__title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }

  .product-card .product-card__description {
    font-size: 16px;
    line-height: 24px;
  }

  .product-card .product-card__cta-label {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .16px;
  }
}

.product-card--big {
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  gap: 0;
}

.product-card--big .product-card__media {
  flex: 0 0 auto;
  width: 100%;
  height: 309px;
  overflow: hidden;
  position: relative;
}

.product-card--big .product-card__media--dual .product-card__packshot--small {
  display: none;
}

.product-card--big .product-card__media--dual .product-card__packshot--big {
  display: block;
}

.product-card--big .product-card__body {
  flex: 0 0 auto;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding-bottom: 20px;
  margin-top: -8px;
}

.product-card--big .product-card__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
}

.product-card--big .product-card__description {
  font-size: 16px;
  line-height: 24px;
}

.product-card--big .product-card__cta-label {
  font-size: 14px;
  line-height: 18px;
}

@media (min-width: 992px) {
  .product-card--big .product-card__title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }

  .product-card--big .product-card__description {
    font-size: 16px;
    line-height: 24px;
  }

  .product-card--big .product-card__cta-label {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .16px;
  }
}

.product-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid var(--plp-cyan-300, #67f7fe);
  border-radius: 100000px;
  
  background: linear-gradient(180deg, var(--plp-blue-950, #001e60), var(--plp-blue-600, #003da6));
  box-shadow: var(--plp-shadow-button, 0 4px 4px 0 rgba(1, 29, 121, .4)), inset 0 0 4px 4px rgba(19, 235, 255, .4);
  padding: 12px 40px;
  min-height: 50px;
  margin-top: -16px;
  position: relative;
}

[dir="rtl"] .product-card__cta {
  
  background: linear-gradient(-180deg, var(--plp-blue-950, #001e60), var(--plp-blue-600, #003da6));
}

.product-card__cta::before, .product-card__cta::after {
  background: radial-gradient(ellipse closest-side at center, #deffff 0%, rgba(190, 253, 254, 0) 100%);
  content: "";
  height: 8px;
  
  left: 50%;
  pointer-events: none;
  position: absolute;
  
  transform: translateX(-50%);
  width: 60px;
}

[dir="rtl"] .product-card__cta::before, [dir="rtl"] .product-card__cta::after {
  left: auto;
  
  right: 50%;
  
  transform: translateX(50%);
}

.product-card__cta::before {
  top: -5px;
}

.product-card__cta::after {
  bottom: -5px;
}

.product-card__cta:hover, .product-card__cta:focus-visible {
  
  background: linear-gradient(128.6deg, #468ecf 0%, #025ac1 60.151%);
  border-color: #f3f7fb;
}

[dir="rtl"] .product-card__cta:hover, [dir="rtl"] .product-card__cta:focus-visible {
  
  background: linear-gradient(-128.6deg, #468ecf 0%, #025ac1 60.151%);
}

.product-card__cta:hover::before, .product-card__cta:hover::after, .product-card__cta:focus-visible::before, .product-card__cta:focus-visible::after {
  opacity: 0;
}

.product-card__cta-label {
  font-family: var(--plp-font-heading, "Plus Jakarta Sans", quicksand, sans-serif);
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .14px;
  color: var(--plp-white, #fffffc);
}

