/**
 * Product-page refinements: mobile summary, quality medals, brand marks and
 * desktop spacing. Loaded after the approved v78 stylesheet.
 */

.single-product .pc-single-purchase__brand {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: 1fr !important;
  min-height: 78px !important;
  place-items: center !important;
  overflow: hidden !important;
}

.single-product .pc-brand-mark,
.single-product .pc-brand-mark--dell,
.single-product .pc-brand-mark--hp,
.single-product .pc-brand-mark--lenovo {
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 48px !important;
  min-height: 48px !important;
  place-items: center !important;
  margin: 0 auto !important;
  padding: 0 !important;
  color: #111722 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-style: normal !important;
  letter-spacing: 0 !important;
}

.single-product .pc-brand-mark img {
  display: block !important;
  width: min(126px, 94%) !important;
  height: 46px !important;
  max-width: 100% !important;
  max-height: 46px !important;
  margin: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

.single-product .pc-brand-mark--hp img,
.single-product .pc-brand-mark--lg img {
  width: 58px !important;
  height: 52px !important;
  max-height: 52px !important;
}

.single-product .pc-brand-mark--acer img,
.single-product .pc-brand-mark--bematech img,
.single-product .pc-brand-mark--dell img,
.single-product .pc-brand-mark--lenovo img {
  width: min(138px, 98%) !important;
  height: 50px !important;
  max-height: 50px !important;
}

.single-product .pc-brand-mark--text span {
  display: block;
  max-width: 100%;
  overflow-wrap: anywhere;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.05;
}

.single-product div.product.type-product .woocommerce-product-details__short-description {
  display: none !important;
}

.single-product .pc-product-meta-line {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  width: 100% !important;
  margin: 8px 0 12px !important;
}

.single-product .pc-product-meta-line .pc-product-sku {
  margin: 0 !important;
}

.single-product .pc-product-availability {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin-left: auto !important;
  color: #63833a !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  white-space: nowrap !important;
}

.single-product .pc-product-availability i {
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(99, 131, 58, .12);
}

.single-product .pc-product-availability.is-out-of-stock {
  color: #b34132 !important;
}

.single-product .summary > p.stock {
  display: none !important;
}

.single-product .pc-payment-card-icon svg {
  display: block;
  width: 21px;
  height: 21px;
}

@media (min-width: 881px) {
  .single-product .pc-content-wrap {
    padding-top: 32px !important;
  }
}

@media (max-width: 720px) {
  .single-product .pc-product-meta-line {
    gap: 12px !important;
    margin-top: 7px !important;
  }

  .single-product .pc-product-availability {
    font-size: 12px !important;
  }

  .single-product .pc-quality-card__medal {
    left: 21px !important;
    width: 64px !important;
    height: 64px !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
  }
}

@media (max-width: 360px) {
  .single-product .pc-quality-card__medal {
    left: 15px !important;
    width: 58px !important;
    height: 58px !important;
  }
}

.pc-quality-card__stock {
  display: block;
  margin-top: 3px;
  color: #647084;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.2;
}

.pc-shipping-estimator [data-pc-shipping-result] {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0 15px;
  color: #4c5668;
  font-size: 12px;
}

.pc-shipping-estimator__destination {
  color: #17202d;
  font-size: 12px;
}

.pc-shipping-estimator__rates {
  display: grid;
  overflow: hidden;
  border: 1px solid #e3e6ea;
  border-radius: 10px;
  background: #fff;
}

.pc-shipping-estimator__rates > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
}

.pc-shipping-estimator__rates > span + span {
  border-top: 1px solid #edf0f2;
}

.pc-shipping-estimator__rates b {
  flex: 0 0 auto;
  color: #cf5200;
  font-size: 13px;
}

@media (max-width: 767px) {
  .pc-shipping-estimator [data-pc-shipping-result] {
    padding: 0;
  }

  .pc-shipping-estimator__rates > span {
    align-items: flex-start;
  }
}
