:root {
  --vpo-accent: #33cccc;
  --vpo-accent-dark: #24b3b3;
  --vpo-ink: #1d3d46;
  --vpo-ink-strong: #17333a;
  --vpo-muted: #6d7f85;
  --vpo-line: rgba(25, 77, 88, 0.16);
  --vpo-surface: #ffffff;
  --vpo-soft: #eefbfb;
  --vpo-soft-strong: #f6fcfc;
  --vpo-shadow: 0 16px 34px rgba(26, 62, 73, 0.08);
  --vpo-shadow-hover: 0 22px 42px rgba(26, 62, 73, 0.14);
  --vpo-success: #2f8f63;
}

.vpo-home-boost {
  max-width: 1080px !important;
  margin: 18px auto 28px !important;
  padding: 0 12px !important;
  box-sizing: border-box !important;
}

.vpo-home-boost__card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 12px 18px !important;
  align-items: center !important;
  padding: 18px 22px !important;
  border: 1px solid rgba(51, 204, 204, 0.18) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at top right, rgba(51, 204, 204, 0.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f5fcfd 100%) !important;
  box-shadow: 0 14px 34px rgba(16, 38, 45, 0.06) !important;
}

.vpo-home-boost__main {
  min-width: 0 !important;
}

.vpo-home-boost__eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 26px !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  background: rgba(51, 204, 204, 0.12) !important;
  color: #1d5963 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

.vpo-home-boost__title {
  margin: 10px 0 6px !important;
  color: #16343c !important;
  font-size: clamp(24px, 2.6vw, 30px) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
}

.vpo-home-boost__text {
  margin: 0 !important;
  color: #536d75 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.vpo-home-boost__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  align-items: center !important;
}

.vpo-home-boost__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 0 16px !important;
  border-radius: 12px !important;
  box-sizing: border-box !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease !important;
}

.vpo-home-boost__button:hover,
.vpo-home-boost__button:focus {
  transform: translateY(-1px) !important;
  outline: none !important;
}

.vpo-home-boost__button--primary {
  border: 1px solid var(--vpo-accent) !important;
  background: var(--vpo-accent) !important;
  color: #ffffff !important;
}

.vpo-home-boost__button--primary:hover,
.vpo-home-boost__button--primary:focus {
  border-color: var(--vpo-accent-dark) !important;
  background: var(--vpo-accent-dark) !important;
}

.vpo-home-boost__button--secondary {
  border: 1px solid rgba(21, 58, 66, 0.12) !important;
  background: #ffffff !important;
  color: var(--vpo-ink-strong) !important;
}

.vpo-home-boost__button--secondary:hover,
.vpo-home-boost__button--secondary:focus {
  border-color: rgba(51, 204, 204, 0.32) !important;
  background: #f9fefe !important;
}

.vpo-home-boost__meta {
  grid-column: 1 / -1 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.vpo-home-boost__pill {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 30px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(21, 58, 66, 0.1) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.88) !important;
  color: #5b7178 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.c-product {
  display: flex !important;
  flex-direction: column !important;
  box-sizing: border-box !important;
  min-height: 100% !important;
}

.c-product .p-img,
.c-product .p-subtitle,
.c-product .p-desc,
.c-product .p-tags,
.c-product .p-availability,
.c-product .p-price,
.c-product .quick-container {
  flex: 0 0 auto !important;
}

.c-product.vpo-qb-enhanced,
.vpo-karta.vpo-qb-enhanced {
  border: 1px solid var(--vpo-line) !important;
  border-radius: 22px !important;
  background: var(--vpo-surface) !important;
  box-shadow: var(--vpo-shadow) !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease !important;
}

.c-product.vpo-qb-enhanced:hover,
.c-product.vpo-qb-enhanced:focus-within,
.vpo-karta.vpo-qb-enhanced:hover,
.vpo-karta.vpo-qb-enhanced:focus-within {
  transform: translateY(-3px) !important;
  box-shadow: var(--vpo-shadow-hover) !important;
  border-color: rgba(51, 204, 204, 0.3) !important;
}

.c-product.vpo-qb-enhanced {
  padding: 18px !important;
  gap: 10px !important;
  text-decoration: none !important;
  color: inherit !important;
  overflow: hidden !important;
}

.c-product.vpo-qb-enhanced .p-img {
  display: grid !important;
  place-items: center !important;
  aspect-ratio: 1 / 1 !important;
  padding: 14px !important;
  margin: 0 !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #ffffff 0%, var(--vpo-soft-strong) 100%) !important;
  overflow: hidden !important;
}

.c-product.vpo-qb-enhanced .p-img img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.c-product.vpo-qb-enhanced .p-subtitle {
  margin: 0 !important;
  color: var(--vpo-ink) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
  min-height: 4.05em !important;
}

.c-product.vpo-qb-enhanced .p-desc {
  margin: 0 !important;
  color: var(--vpo-muted) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  min-height: 3em !important;
}

.c-product.vpo-qb-enhanced .p-tags {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin: 0 !important;
}

.c-product.vpo-qb-enhanced .p-tags > span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 24px !important;
  padding: 0 9px !important;
  border-radius: 999px !important;
  background: var(--vpo-soft) !important;
  color: var(--vpo-ink) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.c-product.vpo-qb-enhanced .p-tags .p-discount {
  background: #fff1dd !important;
  color: #b36400 !important;
}

.c-product.vpo-qb-enhanced .p-availability {
  margin: 0 !important;
  color: var(--vpo-success) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.c-product.vpo-qb-enhanced .p-price {
  display: flex !important;
  align-items: flex-end !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
}

.c-product.vpo-qb-enhanced .p-price > span:first-child {
  color: var(--vpo-ink) !important;
  font-size: 25px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.c-product.vpo-qb-enhanced .p-price .list-price {
  color: var(--vpo-muted) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-decoration: line-through !important;
}

.c-product .vpo-qb-card-footer {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: auto 0 0 !important;
  padding-top: 10px !important;
}

.c-product.vpo-qb-enhanced .quick-container {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
}

.c-product.vpo-qb-enhanced .quick-container > span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid var(--vpo-line) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease !important;
}

.c-product.vpo-qb-enhanced .quick-container > span:hover,
.c-product.vpo-qb-enhanced .quick-container > span:focus {
  border-color: rgba(51, 204, 204, 0.34) !important;
  background: var(--vpo-soft) !important;
  transform: translateY(-1px) !important;
}

.c-product .vpo-qb-card-actions {
  display: block !important;
  flex: 1 1 auto !important;
  width: auto !important;
  margin: 0 !important;
  padding-top: 0 !important;
}

.vpo-qb-button,
#page_product_detail .vpo-pd-upsell-card__button,
.vpo-pd-sticky__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 42px !important;
  padding: 0 14px !important;
  border: 1px solid var(--vpo-accent) !important;
  border-radius: 12px !important;
  background: var(--vpo-accent) !important;
  color: #ffffff !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease, opacity 160ms ease !important;
  user-select: none !important;
}

.vpo-qb-button:hover,
.vpo-qb-button:focus,
#page_product_detail .vpo-pd-upsell-card__button:hover,
#page_product_detail .vpo-pd-upsell-card__button:focus,
.vpo-pd-sticky__button:hover,
.vpo-pd-sticky__button:focus {
  background: var(--vpo-accent-dark) !important;
  border-color: var(--vpo-accent-dark) !important;
  color: #ffffff !important;
  outline: none !important;
  transform: translateY(-1px) !important;
}

.vpo-qb-button.is-busy,
#page_product_detail .vpo-pd-upsell-card__button.is-busy {
  opacity: 0.8 !important;
  cursor: progress !important;
  pointer-events: none !important;
}

.vpo-qb-button.is-added,
#page_product_detail .vpo-pd-upsell-card__button.is-added {
  background: var(--vpo-soft) !important;
  border-color: rgba(51, 204, 204, 0.28) !important;
  color: var(--vpo-ink) !important;
}

.vpo-qb-button.is-error,
#page_product_detail .vpo-pd-upsell-card__button.is-error {
  background: #ffffff !important;
  border-color: var(--vpo-line) !important;
  color: var(--vpo-ink) !important;
}

.vpo-qb-button.is-unavailable {
  background: #f4f7f8 !important;
  border-color: rgba(25, 77, 88, 0.12) !important;
  color: var(--vpo-muted) !important;
  cursor: default !important;
  pointer-events: none !important;
}

.vpo-karta.vpo-qb-enhanced {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  min-height: 100% !important;
  padding: 18px !important;
  overflow: hidden !important;
}

.vpo-karta.vpo-qb-enhanced > a:first-child {
  display: block !important;
  aspect-ratio: 1 / 1 !important;
  padding: 12px !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #ffffff 0%, var(--vpo-soft-strong) 100%) !important;
  overflow: hidden !important;
}

.vpo-karta.vpo-qb-enhanced > a:first-child img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.vpo-karta .vpo-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  min-height: 0 !important;
  height: 100% !important;
}

.vpo-karta.vpo-qb-enhanced .vpo-info h3 {
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  min-height: 2.7em !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
}

.vpo-karta.vpo-qb-enhanced .vpo-info h3 a {
  color: var(--vpo-ink) !important;
  text-decoration: none !important;
}

.vpo-karta.vpo-qb-enhanced .vpo-cena {
  margin: 0 !important;
}

.vpo-karta.vpo-qb-enhanced .vpo-cena a {
  color: var(--vpo-ink) !important;
  font-size: 25px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.vpo-karta .vpo-qb-manual-actions {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin-top: auto !important;
  width: 100% !important;
}

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

#page_product_detail .vpo-pd-panels {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin-top: 20px !important;
  align-items: stretch !important;
}

#page_product_detail .vpo-pd-trust {
  display: grid !important;
  gap: 12px !important;
  margin-top: 18px !important;
  padding: 16px !important;
  border: 1px solid rgba(23, 51, 58, 0.08) !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 12px 28px rgba(19, 62, 71, 0.06) !important;
}

#page_product_detail .vpo-pd-panels .vpo-pd-trust,
#page_product_detail .vpo-pd-panels .vpo-pd-upsell,
#page_product_detail .vpo-pd-panels .vpo-sales-bundle {
  margin-top: 0 !important;
  height: 100% !important;
  align-self: stretch !important;
}

#page_product_detail .vpo-pd-trust__head {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

#page_product_detail .vpo-pd-trust__head strong {
  color: var(--vpo-ink-strong) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

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

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

#page_product_detail .vpo-pd-trust__item {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  min-width: 0 !important;
  padding: 12px !important;
  border: 1px solid rgba(51, 204, 204, 0.16) !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fefe 100%) !important;
}

#page_product_detail .vpo-pd-trust__item strong {
  color: var(--vpo-ink-strong) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

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

#page_product_detail .vpo-pd-trust__note {
  color: #567078 !important;
  font-size: 12.5px !important;
  line-height: 1.5 !important;
  padding-top: 2px !important;
}

#page_product_detail .vpo-pd-trust__note strong {
  color: var(--vpo-ink-strong) !important;
}

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

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

#page_product_detail .vpo-pd-upsell__head strong {
  color: var(--vpo-ink-strong) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

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

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

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

#page_product_detail .vpo-pd-upsell-card__media {
  display: block !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 10px !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: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  color: var(--vpo-ink-strong) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

#page_product_detail .vpo-pd-upsell-card__meta {
  display: flex !important;
  align-items: flex-start !important;
  gap: 4px !important;
  margin-top: 6px !important;
}

#page_product_detail .vpo-pd-upsell-card__price {
  color: var(--vpo-ink-strong) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

#page_product_detail .vpo-pd-upsell-card__action {
  display: flex !important;
  align-items: center !important;
}

#page_product_detail .vpo-pd-upsell-card__button {
  min-width: 78px !important;
  min-height: 34px !important;
  padding: 0 12px !important;
  border-radius: 9px !important;
  font-size: 12px !important;
}

#page_product_detail .vpo-pd-panels .vpo-pd-upsell {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

#page_product_detail .vpo-pd-panels .vpo-pd-upsell__grid {
  display: block !important;
}

#page_product_detail .vpo-pd-panels .vpo-pd-upsell-card {
  grid-template-columns: 68px minmax(0, 1fr) !important;
  grid-template-areas:
    "media body"
    "media action" !important;
  align-items: start !important;
  gap: 10px 12px !important;
  padding: 12px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfd 100%) !important;
}

#page_product_detail .vpo-pd-panels .vpo-pd-upsell-card__media {
  grid-area: media !important;
  width: 68px !important;
  height: 68px !important;
}

#page_product_detail .vpo-pd-panels .vpo-pd-upsell-card__body {
  grid-area: body !important;
  display: flex !important;
  flex-direction: column !important;
}

#page_product_detail .vpo-pd-panels .vpo-pd-upsell-card__title {
  -webkit-line-clamp: 3 !important;
}

#page_product_detail .vpo-pd-panels .vpo-pd-upsell-card__action {
  grid-area: action !important;
  align-items: flex-start !important;
}

#page_product_detail .vpo-pd-panels .vpo-pd-upsell-card__button {
  min-width: 92px !important;
}

.vpo-pd-sticky {
  display: none !important;
  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 {
  flex: 0 0 auto !important;
  min-width: 140px !important;
  min-height: 44px !important;
  border-radius: 14px !important;
}

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

.vpo-cart-benefits {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-bottom: 18px !important;
}

.vpo-cart-benefits__item {
  padding: 16px !important;
  border: 1px solid rgba(51, 204, 204, 0.14) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f6fdfd 100%) !important;
  box-shadow: 0 14px 34px rgba(19, 62, 71, 0.06) !important;
}

.vpo-cart-benefits__item strong {
  display: block !important;
  color: var(--vpo-ink-strong) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.vpo-cart-benefits__item span {
  display: block !important;
  margin-top: 5px !important;
  color: #60767d !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.vpo-cart-loyalty {
  margin-bottom: 18px !important;
  padding: 18px !important;
  border: 1px solid rgba(244, 193, 61, 0.2) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #fffdf5 0%, #ffffff 100%) !important;
  box-shadow: 0 16px 36px rgba(40, 33, 15, 0.07) !important;
}

.vpo-cart-loyalty__head strong {
  display: block !important;
  color: var(--vpo-ink-strong) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.vpo-cart-loyalty__head span {
  display: block !important;
  margin-top: 6px !important;
  color: #6a7d83 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.vpo-cart-loyalty__progress {
  margin-top: 14px !important;
}

.vpo-cart-loyalty__bar {
  height: 10px !important;
  border-radius: 999px !important;
  background: #eef6f7 !important;
  overflow: hidden !important;
}

.vpo-cart-loyalty__bar i {
  display: block !important;
  height: 100% !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #f2c94c 0%, var(--vpo-accent) 100%) !important;
}

.vpo-cart-loyalty__progress p {
  margin: 10px 0 0 !important;
  color: var(--vpo-ink-strong) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

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

.vpo-cart-recent__head strong {
  display: block !important;
  color: var(--vpo-ink-strong) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.vpo-cart-recent__head span {
  display: block !important;
  margin-top: 6px !important;
  color: #698087 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.vpo-cart-recent__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 14px !important;
}

.vpo-cart-recent__card {
  display: flex !important;
  flex-direction: column !important;
  border: 1px solid rgba(17, 50, 58, 0.08) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #fbfefe !important;
}

.vpo-cart-recent__media {
  display: block !important;
  aspect-ratio: 1 / 1 !important;
  background: #ffffff !important;
}

.vpo-cart-recent__media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.vpo-cart-recent__body {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  padding: 14px !important;
}

.vpo-cart-recent__title {
  color: var(--vpo-ink-strong) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  text-decoration: none !important;
}

.vpo-cart-recent__meta {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
}

.vpo-cart-recent__meta span {
  color: var(--vpo-ink-strong) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.vpo-cart-recent__actions {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: auto !important;
  flex-wrap: wrap !important;
}

.vpo-cart-recent__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 36px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(51, 204, 204, 0.28) !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: var(--vpo-ink-strong) !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.vpo-cart-recent__buy {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 36px !important;
  padding: 0 12px !important;
  border: 1px solid var(--vpo-accent) !important;
  border-radius: 10px !important;
  background: var(--vpo-accent) !important;
  color: #ffffff !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  font-family: inherit !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease, opacity 160ms ease !important;
}

.vpo-cart-recent__buy:hover,
.vpo-cart-recent__buy:focus {
  background: var(--vpo-accent-dark) !important;
  border-color: var(--vpo-accent-dark) !important;
  color: #ffffff !important;
  outline: none !important;
  transform: translateY(-1px) !important;
}

.vpo-cart-recent__buy.is-busy {
  opacity: 0.8 !important;
  cursor: progress !important;
  pointer-events: none !important;
}

.vpo-cart-recent__buy.is-added {
  background: var(--vpo-soft) !important;
  border-color: rgba(51, 204, 204, 0.28) !important;
  color: var(--vpo-ink) !important;
}

.vpo-cart-recent__buy.is-error {
  background: #ffffff !important;
  border-color: var(--vpo-line) !important;
  color: var(--vpo-ink) !important;
}

.vpo-cart-empty-categories {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 16px 0 !important;
}

.vpo-cart-empty-category {
  display: block !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(51, 204, 204, 0.18) !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  color: var(--vpo-ink-strong) !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(19, 62, 71, 0.05) !important;
}

.vpo-cart-empty-category span {
  color: var(--vpo-ink-strong) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.vpo-cart-empty-ctas {
  display: flex !important;
  justify-content: center !important;
  gap: 12px !important;
  margin-top: 18px !important;
  flex-wrap: wrap !important;
}

.vpo-cart-empty-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(17, 50, 58, 0.14) !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: var(--vpo-ink-strong) !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.vpo-cart-empty-cta--primary {
  border-color: var(--vpo-accent) !important;
  background: var(--vpo-accent) !important;
  color: #ffffff !important;
}

.vpo-cart-copy {
  margin: 18px 0 20px !important;
  padding: 18px 20px !important;
  border: 1px solid rgba(51, 204, 204, 0.16) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fefe 100%) !important;
  box-shadow: 0 14px 32px rgba(19, 62, 71, 0.05) !important;
  text-align: center !important;
}

.vpo-cart-copy strong {
  display: block !important;
  color: var(--vpo-ink-strong) !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.vpo-cart-copy p {
  max-width: 760px !important;
  margin: 10px auto 0 !important;
  color: #617880 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.vpo-cart-copy a {
  color: var(--vpo-ink-strong) !important;
  font-weight: 700 !important;
}

.vpo-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-toast.is-visible {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

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

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

.vpo-toast__continue,
.vpo-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-family: inherit !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.vpo-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-toast__cart {
  flex: 0 0 auto !important;
  border: 1px solid var(--vpo-accent) !important;
  background: var(--vpo-accent) !important;
  color: #ffffff !important;
}

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

@media (max-width: 900px) {
  .vpo-home-boost__card,
  .vpo-cart-benefits,
  .vpo-cart-recent__grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 860px) {
  #page_product_detail .vpo-pd-trust {
    gap: 10px !important;
  }

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

@media (max-width: 768px) {
  .c-product.vpo-qb-enhanced,
  .vpo-karta.vpo-qb-enhanced {
    border-radius: 18px !important;
  }

  .c-product.vpo-qb-enhanced {
    padding: 14px !important;
    gap: 9px !important;
  }

  .c-product.vpo-qb-enhanced .p-subtitle,
  .vpo-karta.vpo-qb-enhanced .vpo-info h3 {
    font-size: 16px !important;
  }

  .c-product.vpo-qb-enhanced .p-price > span:first-child,
  .vpo-karta.vpo-qb-enhanced .vpo-cena a {
    font-size: 22px !important;
  }

  .c-product .vpo-qb-card-footer {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
  }

  .c-product.vpo-qb-enhanced .quick-container {
    justify-content: flex-start !important;
  }

  .vpo-karta.vpo-qb-enhanced {
    padding: 14px !important;
    gap: 12px !important;
  }
}

@media (max-width: 640px) {
  .vpo-home-boost {
    margin: 14px auto 22px !important;
    padding: 0 10px !important;
  }

  .vpo-home-boost__card {
    gap: 12px !important;
    padding: 16px !important;
    border-radius: 18px !important;
  }

  .vpo-home-boost__title {
    font-size: 22px !important;
  }

  .vpo-home-boost__actions,
  .vpo-toast__actions {
    flex-direction: column !important;
  }

  .vpo-home-boost__button,
  .vpo-cart-empty-cta {
    width: 100% !important;
  }

  .vpo-cart-empty-categories {
    grid-template-columns: 1fr !important;
  }

  .vpo-cart-copy {
    padding: 16px !important;
  }

  .vpo-cart-copy strong {
    font-size: 18px !important;
  }

  #page_product_detail .vpo-pd-upsell-card {
    grid-template-columns: 52px minmax(0, 1fr) auto !important;
    align-items: start !important;
  }

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

  #page_product_detail .vpo-pd-upsell-card__action {
    grid-column: 3 !important;
    align-self: center !important;
  }

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

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

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

.vpo-selection-guide {
  max-width: 1080px !important;
  margin: 18px auto 28px !important;
  padding: 0 12px !important;
  box-sizing: border-box !important;
}

.vpo-selection-guide__return {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin-bottom: 14px !important;
  padding: 14px 18px !important;
  border: 1px solid rgba(51, 204, 204, 0.18) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fefe 100%) !important;
  box-shadow: 0 12px 28px rgba(17, 39, 46, 0.06) !important;
}

.vpo-selection-guide__return-copy strong {
  display: block !important;
  color: #17333a !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.vpo-selection-guide__return-copy span {
  display: block !important;
  margin-top: 4px !important;
  color: #5f7680 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.vpo-selection-guide__return-actions {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex: 0 0 auto !important;
}

.vpo-selection-guide__return-link,
.vpo-selection-guide__return-reset,
.vpo-selection-guide__cta,
.vpo-selection-guide__secondary,
.vpo-selection-guide__back {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 0 16px !important;
  border-radius: 12px !important;
  box-sizing: border-box !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease !important;
}

.vpo-selection-guide__return-link,
.vpo-selection-guide__cta {
  border: 1px solid #33cccc !important;
  background: #33cccc !important;
  color: #ffffff !important;
}

.vpo-selection-guide__return-reset,
.vpo-selection-guide__secondary,
.vpo-selection-guide__back {
  border: 1px solid rgba(23, 51, 58, 0.14) !important;
  background: #ffffff !important;
  color: #17333a !important;
  cursor: pointer !important;
}

.vpo-selection-guide__return-link:hover,
.vpo-selection-guide__return-link:focus,
.vpo-selection-guide__cta:hover,
.vpo-selection-guide__cta:focus {
  background: #24b3b3 !important;
  border-color: #24b3b3 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

.vpo-selection-guide__return-reset:hover,
.vpo-selection-guide__return-reset:focus,
.vpo-selection-guide__secondary:hover,
.vpo-selection-guide__secondary:focus,
.vpo-selection-guide__back:hover,
.vpo-selection-guide__back:focus {
  border-color: rgba(51, 204, 204, 0.32) !important;
  background: #f8ffff !important;
  transform: translateY(-1px) !important;
}

.vpo-selection-guide__card {
  padding: 22px !important;
  border: 1px solid rgba(51, 204, 204, 0.18) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at top right, rgba(51, 204, 204, 0.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f5fcfd 100%) !important;
  box-shadow: 0 16px 36px rgba(16, 38, 45, 0.06) !important;
}

.vpo-selection-guide__head {
  max-width: 760px !important;
}

.vpo-selection-guide__eyebrow,
.vpo-selection-guide__result-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 26px !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  background: rgba(51, 204, 204, 0.12) !important;
  color: #1d5963 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

.vpo-selection-guide__title {
  margin: 10px 0 6px !important;
  color: #16343c !important;
  font-size: clamp(26px, 2.9vw, 34px) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
}

.vpo-selection-guide__text {
  margin: 0 !important;
  color: #536d75 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.vpo-selection-guide__steps {
  margin-top: 18px !important;
}

.vpo-selection-guide__step {
  display: none !important;
}

.vpo-selection-guide__step.is-active {
  display: block !important;
}

.vpo-selection-guide__step-head strong {
  display: block !important;
  color: #17333a !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.vpo-selection-guide__step-head span {
  display: block !important;
  margin-top: 5px !important;
  color: #627981 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.vpo-selection-guide__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 16px !important;
}

.vpo-selection-guide__grid--goals {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.vpo-selection-guide__option {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 6px !important;
  min-height: 116px !important;
  padding: 16px !important;
  border: 1px solid rgba(23, 51, 58, 0.12) !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 12px 26px rgba(17, 39, 46, 0.05) !important;
  text-align: left !important;
  cursor: pointer !important;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease !important;
}

.vpo-selection-guide__option strong {
  color: #17333a !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.vpo-selection-guide__option span {
  color: #5f7680 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.vpo-selection-guide__option:hover,
.vpo-selection-guide__option:focus {
  border-color: rgba(51, 204, 204, 0.34) !important;
  background: #fbffff !important;
  box-shadow: 0 16px 30px rgba(17, 39, 46, 0.08) !important;
  transform: translateY(-2px) !important;
  outline: none !important;
}

.vpo-selection-guide__option--goal {
  min-height: 108px !important;
}

.vpo-selection-guide__back {
  margin-top: 14px !important;
}

.vpo-selection-guide__result-card {
  padding: 18px !important;
  border: 1px solid rgba(23, 51, 58, 0.08) !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 30px rgba(16, 38, 45, 0.05) !important;
}

.vpo-selection-guide__result-card h3 {
  margin: 12px 0 8px !important;
  color: #17333a !important;
  font-size: clamp(22px, 2.6vw, 30px) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
}

.vpo-selection-guide__result-card p {
  margin: 0 !important;
  color: #5f7680 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  max-width: 720px !important;
}

.vpo-selection-guide__chips {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 14px !important;
}

.vpo-selection-guide__chip {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 30px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(51, 204, 204, 0.18) !important;
  background: rgba(51, 204, 204, 0.08) !important;
  color: #1d5963 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.vpo-selection-guide__actions {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 16px !important;
  flex-wrap: wrap !important;
}

.vpo-selection-guide__links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin-top: 14px !important;
}

.vpo-selection-guide__links a {
  color: #17333a !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.vpo-home-scenarios {
  max-width: 1080px !important;
  margin: 18px auto 28px !important;
  padding: 0 12px !important;
  box-sizing: border-box !important;
}

.vpo-home-scenarios__section + .vpo-home-scenarios__section {
  margin-top: 18px !important;
}

.vpo-home-scenarios__section {
  padding: 22px !important;
  border: 1px solid rgba(51, 204, 204, 0.16) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at top right, rgba(51, 204, 204, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fcfd 100%) !important;
  box-shadow: 0 16px 36px rgba(16, 38, 45, 0.06) !important;
}

.vpo-home-scenarios__head {
  max-width: 760px !important;
}

.vpo-home-scenarios__eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 26px !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  background: rgba(51, 204, 204, 0.12) !important;
  color: #1d5963 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

.vpo-home-scenarios__title {
  margin: 10px 0 6px !important;
  color: #16343c !important;
  font-size: clamp(26px, 2.9vw, 34px) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
}

.vpo-home-scenarios__text {
  margin: 0 !important;
  color: #536d75 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.vpo-home-scenarios__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 18px !important;
}

.vpo-home-scenarios__card {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100% !important;
  padding: 18px !important;
  border: 1px solid rgba(23, 51, 58, 0.1) !important;
  border-radius: 20px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 28px rgba(17, 39, 46, 0.05) !important;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease !important;
}

.vpo-home-scenarios__card:hover,
.vpo-home-scenarios__card:focus-within {
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 34px rgba(17, 39, 46, 0.08) !important;
  border-color: rgba(51, 204, 204, 0.28) !important;
}

.vpo-home-scenarios__card-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 24px !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  background: rgba(51, 204, 204, 0.08) !important;
  color: #1d5963 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  align-self: flex-start !important;
}

.vpo-home-scenarios__card h3 {
  margin: 12px 0 8px !important;
  color: #17333a !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
}

.vpo-home-scenarios__card p {
  margin: 0 !important;
  color: #617880 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.vpo-home-scenarios__card-actions {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: auto !important;
  padding-top: 16px !important;
  flex-wrap: wrap !important;
}

.vpo-home-scenarios__card-cta,
.vpo-home-scenarios__recent-buy {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 0 16px !important;
  border: 1px solid #33cccc !important;
  border-radius: 12px !important;
  background: #33cccc !important;
  color: #ffffff !important;
  box-sizing: border-box !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease, opacity 160ms ease !important;
}

.vpo-home-scenarios__card-cta:hover,
.vpo-home-scenarios__card-cta:focus,
.vpo-home-scenarios__recent-buy:hover,
.vpo-home-scenarios__recent-buy:focus {
  background: #24b3b3 !important;
  border-color: #24b3b3 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  outline: none !important;
}

.vpo-home-scenarios__recent-buy.is-busy {
  opacity: 0.8 !important;
  pointer-events: none !important;
  cursor: progress !important;
}

.vpo-home-scenarios__recent-buy.is-added {
  background: #eefbfb !important;
  border-color: rgba(51, 204, 204, 0.28) !important;
  color: #17333a !important;
}

.vpo-home-scenarios__recent-buy.is-error {
  background: #ffffff !important;
  border-color: rgba(23, 51, 58, 0.14) !important;
  color: #17333a !important;
}

.vpo-home-scenarios__card-link,
.vpo-home-scenarios__recent-detail {
  display: inline-flex !important;
  align-items: center !important;
  color: #17333a !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.vpo-home-scenarios__recent-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 18px !important;
}

.vpo-home-scenarios__recent-card {
  display: flex !important;
  flex-direction: column !important;
  border: 1px solid rgba(17, 50, 58, 0.08) !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  box-shadow: 0 12px 26px rgba(17, 39, 46, 0.05) !important;
}

.vpo-home-scenarios__recent-media {
  display: block !important;
  aspect-ratio: 1 / 1 !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfd 100%) !important;
}

.vpo-home-scenarios__recent-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.vpo-home-scenarios__recent-body {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  padding: 14px !important;
  min-height: 100% !important;
}

.vpo-home-scenarios__recent-title {
  color: #17333a !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  text-decoration: none !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
}

.vpo-home-scenarios__recent-meta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
}

.vpo-home-scenarios__recent-meta strong {
  color: #17333a !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

.vpo-home-scenarios__recent-actions {
  margin-top: auto !important;
}

.vpo-sales-category {
  margin: 0 0 18px !important;
  padding: 20px !important;
  border: 1px solid rgba(51, 204, 204, 0.16) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at top right, rgba(51, 204, 204, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fcfd 100%) !important;
  box-shadow: 0 16px 36px rgba(16, 38, 45, 0.06) !important;
}

.vpo-sales-category__hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 14px 18px !important;
  align-items: end !important;
}

.vpo-sales-category__eyebrow,
.vpo-sales-bundle__eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 26px !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  background: rgba(51, 204, 204, 0.12) !important;
  color: #1d5963 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

.vpo-sales-category__title,
.vpo-sales-bundle__title {
  margin: 10px 0 6px !important;
  color: #16343c !important;
  font-size: clamp(24px, 2.7vw, 32px) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
}

.vpo-sales-category__text,
.vpo-sales-bundle__text {
  margin: 0 !important;
  color: #536d75 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.vpo-sales-category__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  justify-content: flex-end !important;
}

.vpo-sales-category__cta,
.vpo-sales-bundle__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 0 16px !important;
  border: 1px solid #33cccc !important;
  border-radius: 12px !important;
  background: #33cccc !important;
  color: #ffffff !important;
  box-sizing: border-box !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease, opacity 160ms ease !important;
}

.vpo-sales-category__cta:hover,
.vpo-sales-category__cta:focus,
.vpo-sales-bundle__button:hover,
.vpo-sales-bundle__button:focus {
  background: #24b3b3 !important;
  border-color: #24b3b3 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  outline: none !important;
}

.vpo-sales-category__cta--light,
.vpo-sales-bundle__link {
  border: 1px solid rgba(23, 51, 58, 0.14) !important;
  background: #ffffff !important;
  color: #17333a !important;
}

.vpo-sales-category__cta--light:hover,
.vpo-sales-category__cta--light:focus,
.vpo-sales-bundle__link:hover,
.vpo-sales-bundle__link:focus {
  border-color: rgba(51, 204, 204, 0.32) !important;
  background: #f8ffff !important;
  color: #17333a !important;
}

.vpo-sales-category__chips {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 14px !important;
}

.vpo-sales-category__chip {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 30px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(21, 58, 66, 0.1) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.88) !important;
  color: #5b7178 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.vpo-sales-category__recent {
  margin-top: 16px !important;
  padding-top: 16px !important;
  border-top: 1px solid rgba(23, 51, 58, 0.08) !important;
}

.vpo-sales-category__recent-head strong {
  display: block !important;
  color: #17333a !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.vpo-sales-category__recent-head span {
  display: block !important;
  margin-top: 5px !important;
  color: #627981 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.vpo-sales-category__recent-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 14px !important;
}

.vpo-sales-category__recent-card {
  display: flex !important;
  flex-direction: column !important;
  border: 1px solid rgba(17, 50, 58, 0.08) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  box-shadow: 0 12px 24px rgba(17, 39, 46, 0.04) !important;
}

.vpo-sales-category__recent-media {
  display: block !important;
  aspect-ratio: 1 / 1 !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfd 100%) !important;
}

.vpo-sales-category__recent-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.vpo-sales-category__recent-body {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  padding: 14px !important;
  min-height: 100% !important;
}

.vpo-sales-category__recent-title {
  color: #17333a !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  text-decoration: none !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
}

.vpo-sales-category__recent-meta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
}

.vpo-sales-category__recent-meta strong {
  color: #17333a !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.vpo-sales-category__recent-link,
.vpo-sales-bundle__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 0 14px !important;
  border-radius: 12px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.vpo-sales-category__recent-buy {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 0 14px !important;
  border: 1px solid #33cccc !important;
  border-radius: 12px !important;
  background: #33cccc !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease, opacity 160ms ease !important;
}

.vpo-sales-category__recent-buy:hover,
.vpo-sales-category__recent-buy:focus {
  background: #24b3b3 !important;
  border-color: #24b3b3 !important;
  transform: translateY(-1px) !important;
  outline: none !important;
}

.vpo-sales-category__recent-buy.is-busy,
.vpo-sales-bundle__button.is-busy {
  opacity: 0.8 !important;
  pointer-events: none !important;
  cursor: progress !important;
}

.vpo-sales-category__recent-buy.is-added,
.vpo-sales-bundle__button.is-added {
  background: #eefbfb !important;
  border-color: rgba(51, 204, 204, 0.28) !important;
  color: #17333a !important;
}

.vpo-sales-category__recent-buy.is-error,
.vpo-sales-bundle__button.is-error {
  background: #ffffff !important;
  border-color: rgba(23, 51, 58, 0.14) !important;
  color: #17333a !important;
}

.vpo-sales-bundle {
  margin-top: 16px !important;
  padding: 18px !important;
  border: 1px solid rgba(51, 204, 204, 0.16) !important;
  border-radius: 20px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7fcfd 100%) !important;
  box-shadow: 0 14px 30px rgba(16, 38, 45, 0.06) !important;
}

.vpo-sales-bundle__head {
  margin-bottom: 14px !important;
}

.vpo-sales-bundle__items {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: center !important;
}

.vpo-sales-bundle__item {
  display: grid !important;
  grid-template-columns: 72px 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: 16px !important;
  background: #ffffff !important;
}

.vpo-sales-bundle__media {
  display: block !important;
  width: 72px !important;
  height: 72px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfd 100%) !important;
}

.vpo-sales-bundle__media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.vpo-sales-bundle__body {
  min-width: 0 !important;
}

.vpo-sales-bundle__label {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 24px !important;
  padding: 0 9px !important;
  border-radius: 999px !important;
  background: rgba(51, 204, 204, 0.08) !important;
  color: #1d5963 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}

.vpo-sales-bundle__body strong,
.vpo-sales-bundle__body a strong {
  display: block !important;
  margin-top: 8px !important;
  color: #17333a !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
}

.vpo-sales-bundle__body > span:last-child {
  display: block !important;
  margin-top: 6px !important;
  color: #17333a !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.vpo-sales-bundle__plus {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 999px !important;
  background: rgba(51, 204, 204, 0.12) !important;
  color: #1d5963 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.vpo-sales-bundle__summary {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin-top: 14px !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(23, 51, 58, 0.08) !important;
  flex-wrap: wrap !important;
}

.vpo-sales-bundle__total span {
  display: block !important;
  color: #627981 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.vpo-sales-bundle__total strong {
  display: block !important;
  margin-top: 4px !important;
  color: #17333a !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
}

.vpo-sales-bundle__actions {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

#page_product_detail .vpo-pd-panels .vpo-sales-bundle {
  display: flex !important;
  flex-direction: column !important;
  padding: 16px !important;
  border-radius: 18px !important;
}

#page_product_detail .vpo-pd-panels .vpo-sales-bundle__head {
  margin-bottom: 12px !important;
}

#page_product_detail .vpo-pd-panels .vpo-sales-bundle__title {
  font-size: 18px !important;
  line-height: 1.18 !important;
}

#page_product_detail .vpo-pd-panels .vpo-sales-bundle__text {
  font-size: 13px !important;
  line-height: 1.5 !important;
}

#page_product_detail .vpo-pd-panels .vpo-sales-bundle__items {
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  align-items: stretch !important;
}

#page_product_detail .vpo-pd-panels .vpo-sales-bundle__item {
  grid-template-columns: 58px minmax(0, 1fr) !important;
  gap: 10px !important;
  padding: 10px !important;
}

#page_product_detail .vpo-pd-panels .vpo-sales-bundle__media {
  width: 58px !important;
  height: 58px !important;
}

#page_product_detail .vpo-pd-panels .vpo-sales-bundle__body strong,
#page_product_detail .vpo-pd-panels .vpo-sales-bundle__body a strong {
  font-size: 13px !important;
  line-height: 1.35 !important;
}

#page_product_detail .vpo-pd-panels .vpo-sales-bundle__body > span:last-child {
  font-size: 14px !important;
}

#page_product_detail .vpo-pd-panels .vpo-sales-bundle__plus {
  margin: 0 auto !important;
}

#page_product_detail .vpo-pd-panels .vpo-sales-bundle__summary {
  margin-top: auto !important;
}

#page_product_detail .vpo-pd-panels .vpo-sales-bundle__total strong {
  font-size: 18px !important;
}

#page_product_detail .vpo-pd-panels .vpo-sales-bundle__button,
#page_product_detail .vpo-pd-panels .vpo-sales-bundle__link {
  min-height: 36px !important;
  padding: 0 12px !important;
  font-size: 12.5px !important;
}

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

  #page_product_detail .vpo-pd-panels .vpo-sales-bundle {
    grid-column: 1 / -1 !important;
  }

  .vpo-sales-category__hero,
  .vpo-sales-bundle__items {
    grid-template-columns: 1fr !important;
  }

  .vpo-sales-category__actions {
    justify-content: flex-start !important;
  }

  .vpo-sales-bundle__plus {
    display: none !important;
  }

  .vpo-sales-category__recent-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 900px) {
  .vpo-selection-guide__return,
  .vpo-selection-guide__grid,
  .vpo-selection-guide__grid--goals,
  .vpo-home-scenarios__grid,
  .vpo-home-scenarios__recent-grid {
    grid-template-columns: 1fr !important;
  }

  .vpo-selection-guide__return {
    display: grid !important;
  }

  .vpo-selection-guide__return-actions {
    justify-content: flex-start !important;
  }
}

@media (max-width: 640px) {
  #page_product_detail .vpo-pd-panels {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 16px !important;
  }

  #page_product_detail .vpo-pd-panels .vpo-pd-trust,
  #page_product_detail .vpo-pd-panels .vpo-pd-upsell,
  #page_product_detail .vpo-pd-panels .vpo-sales-bundle {
    padding: 14px !important;
    border-radius: 16px !important;
  }

  #page_product_detail .vpo-pd-panels .vpo-sales-bundle__title {
    font-size: 17px !important;
  }

  #page_product_detail .vpo-pd-panels .vpo-sales-bundle__summary,
  #page_product_detail .vpo-pd-panels .vpo-sales-bundle__actions {
    align-items: stretch !important;
  }

  #page_product_detail .vpo-pd-panels .vpo-sales-bundle__button,
  #page_product_detail .vpo-pd-panels .vpo-sales-bundle__link {
    width: 100% !important;
  }

  .vpo-selection-guide,
  .vpo-home-scenarios {
    margin: 14px auto 22px !important;
    padding: 0 10px !important;
  }

  .vpo-selection-guide__card,
  .vpo-selection-guide__return,
  .vpo-home-scenarios__section,
  .vpo-sales-category,
  .vpo-sales-bundle {
    padding: 16px !important;
    border-radius: 18px !important;
  }

  .vpo-selection-guide__title,
  .vpo-home-scenarios__title,
  .vpo-sales-category__title,
  .vpo-sales-bundle__title {
    font-size: 24px !important;
  }

  .vpo-home-scenarios__card {
    padding: 16px !important;
    border-radius: 18px !important;
  }

  .vpo-home-scenarios__card h3 {
    font-size: 21px !important;
  }

  .vpo-selection-guide__actions,
  .vpo-selection-guide__return-actions,
  .vpo-home-scenarios__card-actions {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .vpo-sales-category__actions,
  .vpo-sales-bundle__actions,
  .vpo-sales-bundle__summary {
    align-items: stretch !important;
  }

  .vpo-selection-guide__return-link,
  .vpo-selection-guide__return-reset,
  .vpo-selection-guide__cta,
  .vpo-selection-guide__secondary,
  .vpo-selection-guide__back,
  .vpo-home-scenarios__card-cta,
  .vpo-home-scenarios__recent-buy,
  .vpo-sales-category__cta,
  .vpo-sales-category__recent-buy,
  .vpo-sales-bundle__button,
  .vpo-sales-bundle__link {
    width: 100% !important;
  }

  .vpo-sales-bundle__item {
    grid-template-columns: 60px minmax(0, 1fr) !important;
  }

  .vpo-sales-bundle__media {
    width: 60px !important;
    height: 60px !important;
  }
}

body#page_home_out .vpo-home-boost,
body#page_home_out .vpo-selection-guide,
body#page_home_out .vpo-home-scenarios {
  display: none !important;
}

.vpo-home-recent {
  max-width: 1080px !important;
  margin: 18px auto 24px !important;
  padding: 0 12px !important;
  box-sizing: border-box !important;
}

.vpo-home-recent__inner {
  padding: 16px 18px !important;
  border: 1px solid rgba(51, 204, 204, 0.14) !important;
  border-radius: 20px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfd 100%) !important;
  box-shadow: 0 12px 28px rgba(16, 38, 45, 0.05) !important;
}

.vpo-home-recent__head {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 14px !important;
}

.vpo-home-recent__copy {
  min-width: 0 !important;
}

.vpo-home-recent__eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 24px !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  background: rgba(51, 204, 204, 0.1) !important;
  color: #1d5963 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

.vpo-home-recent__title {
  margin: 8px 0 4px !important;
  color: #17333a !important;
  font-size: clamp(22px, 2.2vw, 28px) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}

.vpo-home-recent__text {
  margin: 0 !important;
  color: #617880 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.vpo-home-recent__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(23, 51, 58, 0.14) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #17333a !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.vpo-home-recent__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.vpo-home-recent__card {
  display: grid !important;
  grid-template-columns: 78px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 12px !important;
  border: 1px solid rgba(17, 50, 58, 0.08) !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: 0 10px 22px rgba(17, 39, 46, 0.04) !important;
}

.vpo-home-recent__media {
  display: block !important;
  width: 78px !important;
  height: 78px !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfc 100%) !important;
}

.vpo-home-recent__media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.vpo-home-recent__body {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  min-width: 0 !important;
}

.vpo-home-recent__product {
  color: #17333a !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  text-decoration: none !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
}

.vpo-home-recent__meta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
}

.vpo-home-recent__meta strong {
  color: #17333a !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}

.vpo-home-recent__detail {
  color: #17333a !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.vpo-home-recent__actions {
  display: flex !important;
  align-items: center !important;
  margin-top: auto !important;
}

.vpo-home-recent__buy {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 36px !important;
  padding: 0 14px !important;
  border: 1px solid #33cccc !important;
  border-radius: 12px !important;
  background: #33cccc !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease, opacity 160ms ease !important;
}

.vpo-home-recent__buy:hover,
.vpo-home-recent__buy:focus {
  background: #24b3b3 !important;
  border-color: #24b3b3 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  outline: none !important;
}

.vpo-home-recent__buy.is-busy {
  opacity: 0.8 !important;
  pointer-events: none !important;
  cursor: progress !important;
}

.vpo-home-recent__buy.is-added {
  background: #eefbfb !important;
  border-color: rgba(51, 204, 204, 0.28) !important;
  color: #17333a !important;
}

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

@media (max-width: 980px) {
  .vpo-home-recent__grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  .vpo-home-recent {
    margin: 14px auto 22px !important;
    padding: 0 10px !important;
  }

  .vpo-home-recent__inner {
    padding: 14px !important;
    border-radius: 18px !important;
  }

  .vpo-home-recent__head {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .vpo-home-recent__title {
    font-size: 22px !important;
  }

  .vpo-home-recent__link,
  .vpo-home-recent__buy {
    width: 100% !important;
  }

  .vpo-home-recent__card {
    grid-template-columns: 64px minmax(0, 1fr) !important;
  }

  .vpo-home-recent__media {
    width: 64px !important;
    height: 64px !important;
  }
}
