#page_product_detail .block_product-cart-add {
  position: relative !important;
}

#page_product_detail .vpo-pd-trust {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 18px !important;
  padding: 18px !important;
  border: 1px solid rgba(51, 204, 204, 0.16) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f6fdfd 100%) !important;
  box-shadow: 0 14px 34px rgba(19, 62, 71, 0.08) !important;
}

#page_product_detail .vpo-pd-trust__item {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  min-width: 0 !important;
}

#page_product_detail .vpo-pd-trust__item strong {
  color: #17333a !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

#page_product_detail .vpo-pd-trust__item span {
  color: #567078 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

#page_product_detail .vpo-pd-upsell {
  margin-top: 18px !important;
  padding: 18px !important;
  border: 1px solid rgba(23, 51, 58, 0.08) !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 16px 34px rgba(14, 33, 39, 0.07) !important;
}

#page_product_detail .vpo-pd-upsell__head {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  margin-bottom: 14px !important;
}

#page_product_detail .vpo-pd-upsell__head strong {
  color: #17333a !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

#page_product_detail .vpo-pd-upsell__head span {
  color: #6b8086 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

#page_product_detail .vpo-pd-upsell__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

#page_product_detail .vpo-pd-upsell-card {
  display: grid !important;
  grid-template-columns: 74px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 12px !important;
  border: 1px solid rgba(20, 54, 63, 0.08) !important;
  border-radius: 14px !important;
  background: #fbfefe !important;
}

#page_product_detail .vpo-pd-upsell-card__media {
  display: block !important;
  width: 74px !important;
  height: 74px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

#page_product_detail .vpo-pd-upsell-card__media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

#page_product_detail .vpo-pd-upsell-card__body {
  min-width: 0 !important;
}

#page_product_detail .vpo-pd-upsell-card__title {
  display: block !important;
  color: #17333a !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
}

#page_product_detail .vpo-pd-upsell-card__meta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-top: 10px !important;
}

#page_product_detail .vpo-pd-upsell-card__price {
  color: #17333a !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

#page_product_detail .vpo-pd-upsell-card__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 82px !important;
  min-height: 34px !important;
  padding: 0 12px !important;
  border: 1px solid #33cccc !important;
  border-radius: 10px !important;
  background: #33cccc !important;
  color: #ffffff !important;
  cursor: pointer !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, opacity 160ms ease !important;
}

#page_product_detail .vpo-pd-upsell-card__button:hover,
#page_product_detail .vpo-pd-upsell-card__button:focus {
  background: #24b3b3 !important;
  border-color: #24b3b3 !important;
  outline: none !important;
}

#page_product_detail .vpo-pd-upsell-card__button.is-busy {
  opacity: 0.78 !important;
  cursor: progress !important;
}

#page_product_detail .vpo-pd-upsell-card__button.is-added {
  background: #edfafa !important;
  border-color: rgba(51, 204, 204, 0.28) !important;
  color: #17333a !important;
}

#page_product_detail .vpo-pd-upsell-card__button.is-error {
  background: #ffffff !important;
  border-color: rgba(23, 51, 58, 0.14) !important;
  color: #17333a !important;
}

.vpo-pd-sticky {
  position: fixed !important;
  left: 14px !important;
  right: 14px !important;
  bottom: 14px !important;
  z-index: 1000004 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(18px) !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}

.vpo-pd-sticky.is-visible {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.vpo-pd-sticky__inner {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 12px !important;
  border: 1px solid rgba(51, 204, 204, 0.18) !important;
  border-radius: 18px !important;
  background: rgba(17, 34, 39, 0.96) !important;
  box-shadow: 0 18px 44px rgba(10, 18, 20, 0.28) !important;
}

.vpo-pd-sticky__summary {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
}

.vpo-pd-sticky__label {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}

.vpo-pd-sticky__price {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}

.vpo-pd-sticky__qty {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.vpo-pd-sticky__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  min-width: 140px !important;
  min-height: 44px !important;
  padding: 0 16px !important;
  border: 1px solid #33cccc !important;
  border-radius: 14px !important;
  background: #33cccc !important;
  color: #ffffff !important;
  cursor: pointer !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.vpo-pd-sticky__button:disabled {
  opacity: 0.7 !important;
  cursor: default !important;
}

.vpo-pd-toast {
  position: fixed !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 1000005 !important;
  width: min(360px, calc(100vw - 28px)) !important;
  padding: 16px !important;
  border: 1px solid rgba(51, 204, 204, 0.16) !important;
  border-radius: 18px !important;
  background: rgba(16, 31, 36, 0.96) !important;
  box-shadow: 0 22px 48px rgba(10, 18, 20, 0.28) !important;
  color: #ffffff !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(14px) !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}

.vpo-pd-toast.is-visible {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.vpo-pd-toast__text {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

.vpo-pd-toast__actions {
  display: flex !important;
  gap: 10px !important;
  margin-top: 14px !important;
}

.vpo-pd-toast__continue,
.vpo-pd-toast__cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 0 14px !important;
  border-radius: 12px !important;
  box-sizing: border-box !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.vpo-pd-toast__continue {
  flex: 1 1 auto !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: transparent !important;
  color: #ffffff !important;
  cursor: pointer !important;
}

.vpo-pd-toast__cart {
  flex: 0 0 auto !important;
  border: 1px solid #33cccc !important;
  background: #33cccc !important;
  color: #ffffff !important;
}

@media (min-width: 861px) {
  .vpo-pd-sticky {
    display: none !important;
  }
}

@media (max-width: 860px) {
  #page_product_detail .vpo-pd-trust {
    grid-template-columns: 1fr !important;
  }

  #page_product_detail .vpo-pd-upsell__grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  #page_product_detail .vpo-pd-upsell-card {
    grid-template-columns: 62px minmax(0, 1fr) !important;
  }

  #page_product_detail .vpo-pd-upsell-card__media {
    width: 62px !important;
    height: 62px !important;
  }

  .vpo-pd-toast {
    right: 14px !important;
    left: 14px !important;
    width: auto !important;
    bottom: 72px !important;
  }

  .vpo-pd-toast__actions {
    flex-direction: column !important;
  }

  .vpo-pd-sticky__inner {
    align-items: stretch !important;
  }

  .vpo-pd-sticky__button {
    min-width: 116px !important;
  }
}
