/* VNUTI product detail screen - local UI parity 1.20.244 */
body.vnuti-staff-page:has(.vnuti-ui-shell--product) {
  margin: 0 !important;
  background: #eef4ee !important;
  overflow-x: hidden !important;
}

body.vnuti-staff-page:has(.vnuti-ui-shell--product) .entry-title,
body.vnuti-staff-page:has(.vnuti-ui-shell--product) .entry-header,
body.vnuti-staff-page:has(.vnuti-ui-shell--product) .site-footer,
body.vnuti-staff-page:has(.vnuti-ui-shell--product) footer {
  display: none !important;
}

body.vnuti-staff-page:has(.vnuti-ui-shell--product) .site,
body.vnuti-staff-page:has(.vnuti-ui-shell--product) .site-content,
body.vnuti-staff-page:has(.vnuti-ui-shell--product) .ast-container,
body.vnuti-staff-page:has(.vnuti-ui-shell--product) #primary,
body.vnuti-staff-page:has(.vnuti-ui-shell--product) article,
body.vnuti-staff-page:has(.vnuti-ui-shell--product) .entry-content,
body.vnuti-staff-page:has(.vnuti-ui-shell--product) .hentry {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #eef4ee !important;
  overflow-x: hidden !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen,
.vnuti-ui-shell.vnuti-ui-shell--product.product-screen *,
.vnuti-ui-shell.vnuti-ui-shell--product.product-screen *::before,
.vnuti-ui-shell.vnuti-ui-shell--product.product-screen *::after {
  box-sizing: border-box !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen {
  --green: #3f7848;
  --red: #f31724;
  --line: #dfe9e1;
  --bg: #eef4ee;
  position: relative !important;
  display: block !important;
  width: min(100%, 428px) !important;
  max-width: 428px !important;
  min-height: 926px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background: var(--bg) !important;
  color: #151515 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
  -webkit-overflow-scrolling: touch !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen button,
.vnuti-ui-shell.vnuti-ui-shell--product.product-screen a {
  font: inherit !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen button {
  border: 0 !important;
  cursor: pointer !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen a {
  color: inherit !important;
  text-decoration: none !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-staff.vnuti-staff--product.product-screen,
.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product.product-screen {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: 428px !important;
  min-height: 926px !important;
  margin: 0 auto !important;
  padding: 0 0 94px !important;
  overflow-x: hidden !important;
  background: var(--bg) !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__gallery {
  position: relative !important;
  background: #fff !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__media {
  position: relative !important;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  overflow: hidden !important;
  background: #e7e1d8 !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__media::after {
  position: absolute !important;
  inset: 0 !important;
  content: "" !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, .10), rgba(0, 0, 0, 0) 35%) !important;
  pointer-events: none !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__carousel {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  will-change: transform !important;
  transition: transform .28s ease !important;
  touch-action: pan-y pinch-zoom !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__slide {
  width: 100% !important;
  height: 100% !important;
  flex: 0 0 100% !important;
  margin: 0 !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__slide img,
.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__media img,
.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__media > span {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 50% !important;
  background: #dfe9e1 !important;
  pointer-events: none !important;
  user-select: none !important;
  -webkit-user-drag: none !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__back {
  position: absolute !important;
  left: 21px !important;
  top: 78px !important;
  z-index: 5 !important;
  width: 34px !important;
  height: 34px !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__back::before {
  position: absolute !important;
  inset: 7px 6px !important;
  content: "" !important;
  border-left: 4px solid var(--green) !important;
  border-bottom: 4px solid var(--green) !important;
  transform: rotate(45deg) !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .gallery-dots {
  position: absolute !important;
  left: 50% !important;
  bottom: 16px !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  transform: translateX(-50%) !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .gallery-dots button {
  display: block !important;
  width: 5px !important;
  height: 5px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .86) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .22) !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .gallery-dots button.is-active {
  width: 6px !important;
  height: 6px !important;
  background: var(--green) !important;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .78) !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .thumb-strip,
.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__thumbs,
.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__meta {
  display: none !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__body {
  padding: 15px 13px 0 !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__title-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 44px !important;
  gap: 12px !important;
  align-items: center !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__title-row h2 {
  margin: 0 !important;
  color: var(--green) !important;
  font-size: 18px !important;
  line-height: 1.18 !important;
  font-weight: 950 !important;
  overflow-wrap: anywhere !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__share {
  position: relative !important;
  display: grid !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  padding: 0 !important;
  flex: 0 0 42px !important;
  place-items: center !important;
  overflow: hidden !important;
  border: 1px solid rgba(61, 107, 62, .12) !important;
  border-radius: 50% !important;
  background: radial-gradient(circle at 32% 28%, #ffffff 0%, #f7fcf8 58%, #eef7f0 100%) !important;
  color: var(--green) !important;
  box-shadow:
    0 5px 12px rgba(37, 69, 44, .10),
    inset 0 1px 0 rgba(255, 255, 255, .82) !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__share:active {
  transform: translateY(1px) !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__share svg {
  width: 18px !important;
  height: 18px !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__price {
  margin: 15px 0 16px !important;
  color: var(--red) !important;
  font-size: 18px !important;
  font-weight: 950 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__duration h3 {
  margin: 0 0 9px !important;
  color: var(--green) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__duration > div {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 9px !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__duration button {
  min-width: 54px !important;
  height: 30px !important;
  padding: 0 12px !important;
  border-radius: 7px !important;
  background: #dedede !important;
  color: var(--green) !important;
  font-size: 11px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__duration button.is-selected {
  background: var(--green) !important;
  color: #fff !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__provider {
  display: grid !important;
  grid-template-columns: 55px minmax(0, 1fr) 68px !important;
  gap: 10px !important;
  align-items: center !important;
  margin-top: 17px !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__provider img,
.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__provider > span {
  display: block !important;
  width: 55px !important;
  height: 55px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  background: #e7efe8 !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__provider > div {
  min-width: 0 !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__provider h3 {
  margin: 0 0 6px !important;
  color: var(--green) !important;
  font-size: 17px !important;
  line-height: 1.05 !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__provider p {
  margin: 0 !important;
  color: rgba(63, 120, 72, .72) !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: .01em !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__provider a {
  display: grid !important;
  height: 35px !important;
  place-items: center !important;
  border-radius: 7px !important;
  background: var(--green) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__description {
  margin-top: 20px !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: var(--green) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  overflow: hidden !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__description summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 42px !important;
  padding: 0 13px !important;
  cursor: pointer !important;
  list-style: none !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__description summary::-webkit-details-marker {
  display: none !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__description summary::after {
  content: "⌄" !important;
  font-size: 20px !important;
  line-height: 1 !important;
  transition: transform .18s ease !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__description[open] summary::after {
  transform: rotate(180deg) !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__description-content {
  padding: 0 13px 14px !important;
  color: #666 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__description-content > *:first-child {
  margin-top: 0 !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__description-content > *:last-child {
  margin-bottom: 0 !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__footer {
  position: fixed !important;
  left: 50% !important;
  bottom: 0 !important;
  z-index: 30 !important;
  width: min(100%, 428px) !important;
  padding: 14px 18px 21px !important;
  border-radius: 16px 16px 0 0 !important;
  background: #fff !important;
  box-shadow: 0 -10px 28px rgba(31, 57, 36, .14) !important;
  transform: translateX(-50%) !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-add-cart.book {
  width: 100% !important;
  height: 48px !important;
  border-radius: 10px !important;
  background: var(--green) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__toast[hidden] {
  display: none !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__toast:not([hidden]) {
  position: fixed !important;
  left: 50% !important;
  bottom: 116px !important;
  z-index: 40 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 48px !important;
  max-width: min(340px, calc(100vw - 34px)) !important;
  padding: 0 16px 0 12px !important;
  border: 1px solid rgba(61, 107, 62, .12) !important;
  border-radius: 17px !important;
  background: rgba(255, 255, 255, .97) !important;
  color: var(--green) !important;
  box-shadow: 0 10px 24px rgba(33, 60, 39, .14) !important;
  backdrop-filter: blur(14px) !important;
  pointer-events: none !important;
  animation: vnutiShareToastIn .22s ease !important;
  transform: translateX(-50%) !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__toast-icon {
  display: grid !important;
  width: 24px !important;
  height: 24px !important;
  flex: 0 0 24px !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: #edf8ef !important;
  color: #2f8f4f !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__toast-icon svg {
  width: 15px !important;
  height: 15px !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__toast-text {
  font-size: 12.5px !important;
  line-height: 1.2 !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product--empty {
  display: grid !important;
  min-height: 926px !important;
  padding: 76px 18px 24px !important;
  place-items: center !important;
  background: var(--bg) !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product-empty {
  width: 100% !important;
  padding: 28px 18px !important;
  border-radius: 18px !important;
  background: #fff !important;
  color: #17341e !important;
  text-align: center !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08) !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product-empty__icon {
  display: inline-grid !important;
  width: 44px !important;
  height: 44px !important;
  margin-bottom: 14px !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: var(--bg) !important;
  color: var(--green) !important;
  font-size: 24px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product-empty h2 {
  margin: 0 0 10px !important;
  color: var(--green) !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product-empty p {
  margin: 0 0 18px !important;
  color: #5d6b61 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
}

.vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product-empty__action {
  display: grid !important;
  width: 100% !important;
  height: 44px !important;
  place-items: center !important;
  border-radius: 8px !important;
  background: var(--green) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 950 !important;
}

@keyframes vnutiShareToastIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(8px) scale(.96);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}

@media (max-width: 500px) {
  .vnuti-ui-shell.vnuti-ui-shell--product.product-screen {
    width: 100% !important;
    max-width: 428px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .vnuti-ui-shell.vnuti-ui-shell--product.product-screen .vnuti-product__footer {
    width: min(100%, 428px) !important;
  }
}

:root {
  --vnuti-font: Inter, "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

html,
body,
.vnuti-ui-shell.vnuti-ui-shell--product.product-screen,
.vnuti-ui-shell.vnuti-ui-shell--product.product-screen *,
.vnuti-ui-shell.vnuti-ui-shell--product.product-screen *::before,
.vnuti-ui-shell.vnuti-ui-shell--product.product-screen *::after,
button,
input,
textarea,
select {
  font-family: var(--vnuti-font) !important;
  font-synthesis: none !important;
}
