

/* Start:/local/templates/zorgepro_eshop/components/bitrix/catalog/bootstrap_v6/style.min.css?1778375522684*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 0;border-bottom:2px solid #d9dee6;border-bottom-color:var(--primary);color:#000}
/* End */


/* Start:/local/templates/zorgepro_eshop/components/bitrix/catalog.element/zorgepro/style.css?178249973411474*/
.zp-product-detail {
  padding: 24px 0 80px;
  color: var(--zp-black, #1a1a1a);
}

.zp-product-detail__breadcrumbs {
  margin-bottom: 20px;
  font-size: 13px;
  color: #6b7280;
}

.zp-product-detail__head {
  margin-bottom: 28px;
}

.zp-product-detail__title {
  margin: 0 0 14px;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
}

.zp-product-detail__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
}

.zp-product-detail__meta-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
}

.zp-product-detail__rating,
.zp-product-detail__reviews-link,
.zp-product-detail__meta-link {
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  color: #4b5563;
  text-decoration: none;
  cursor: pointer;
}

.zp-product-detail__rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #1a1a1a;
  font-weight: 600;
}

.zp-product-detail__rating-star {
  color: #f59e0b;
}

.zp-product-detail__fav {
  width: 40px;
  height: 40px;
}

.zp-product-detail__fav.is-active svg path {
  fill: #ef4444;
}

.zp-product-detail__meta-link.is-active {
  color: #dc2626;
}

.zp-product-detail__code {
  font-size: 14px;
  color: #6b7280;
}

.zp-product-detail__top {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr) 320px;
  gap: 28px;
  align-items: start;
  margin-bottom: 48px;
}

.zp-product-detail__gallery-main {
  aspect-ratio: 1;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zp-product-detail__gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.zp-product-detail__no-image {
  display: block;
  width: 60%;
  height: 60%;
  background: #e5e7eb;
  border-radius: 12px;
}

.zp-product-detail__thumbs-carousel {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
}

.zp-product-detail__thumbs-track {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.zp-product-detail__thumbs-track::-webkit-scrollbar {
  display: none;
}

.zp-product-detail__thumbs-arrow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #9ca3af;
  cursor: pointer;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.zp-product-detail__thumbs-arrow:hover:not(:disabled) {
  color: #4b5563;
}

.zp-product-detail__thumbs-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.zp-product-detail__thumb {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 4px;
  background: #fff;
  cursor: pointer;
}

.zp-product-detail__thumb.is-active {
  border-color: var(--zp-accent, #c9a227);
}

.zp-product-detail__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.zp-product-detail__subtitle {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 700;
}

.zp-product-detail__spec-list {
  margin: 0;
}

.zp-product-detail__spec-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
  padding: 8px 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: 14px;
}

.zp-product-detail__spec-row dt {
  margin: 0;
  color: #6b7280;
  font-weight: 400;
}

.zp-product-detail__spec-row dd {
  margin: 0;
  color: #1a1a1a;
  font-weight: 500;
}

.zp-product-detail__link {
  margin-top: 12px;
  border: 0;
  background: none;
  padding: 0;
  color: #6b7c3a;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.zp-product-detail__buyer-photos {
  margin-top: 28px;
}

.zp-product-detail__buyer-photos-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.zp-product-detail__buyer-photos-list img {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  object-fit: cover;
}

.zp-product-detail__buyer-photos-more {
  font-size: 14px;
  color: #6b7280;
}

.zp-product-detail__buy-card {
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 24px;
  background: #fff;
}

.zp-product-detail__prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 18px;
}

.zp-product-detail__price-current {
  font-size: 28px;
  font-weight: 700;
}

.zp-product-detail__price-old {
  font-size: 16px;
  color: #9ca3af;
  text-decoration: line-through;
}

.zp-product-detail__buy-actions {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.zp-product-detail__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  border: 0;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.zp-product-detail__btn--primary {
  background: #6b7c3a;
  color: #fff;
}

.zp-product-detail__btn--dark {
  background: #1a1a1a;
  color: #fff;
}

.zp-product-detail__unavailable {
  color: #dc2626;
  font-weight: 600;
}

.zp-product-detail__stock {
  margin-bottom: 18px;
  font-size: 14px;
  color: #16a34a;
}

.zp-product-detail__perks {
  display: grid;
  gap: 12px;
}

.zp-product-detail__perk {
  font-size: 13px;
  color: #4b5563;
  padding-left: 18px;
  position: relative;
}

.zp-product-detail__perk::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6b7c3a;
}

.zp-product-detail__tabs {
  margin-top: 12px;
}

.zp-product-detail__tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 28px;
}

.zp-product-detail__tab {
  position: relative;
  border: 0;
  background: none;
  padding: 0 0 14px;
  font: inherit;
  font-size: 16px;
  color: #9ca3af;
  cursor: pointer;
}

.zp-product-detail__tab.is-active {
  color: #1a1a1a;
  font-weight: 700;
}

.zp-product-detail__tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: #1a1a1a;
}

.zp-product-detail__tab-panel[hidden] {
  display: none !important;
}

.zp-product-detail__specs-grid {
  display: grid;
  grid-template-columns: minmax(200px, 280px) minmax(0, 1fr);
  gap: 32px 40px;
  align-items: start;
}

.zp-product-detail__specs-grid--no-image {
  grid-template-columns: 1fr;
}

.zp-product-detail__specs-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 40px;
}

.zp-product-detail__specs-image {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.zp-product-detail__specs-image img {
  width: 100%;
  max-height: 320px;
  object-fit: contain;
}

.zp-product-detail__description {
  max-width: 900px;
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
}

.zp-product-detail__description h2,
.zp-product-detail__description h3,
.zp-product-detail__description strong {
  color: #1a1a1a;
}

.zp-product-detail__description ul {
  padding-left: 1.2em;
}

.zp-product-detail__description li {
  margin-bottom: 0.5em;
}

.zp-product-detail__video-preview {
  display: block;
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 20px;
  background-color: #111;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
}

.zp-product-detail__video-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
}

.zp-product-detail__video-play::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 24px;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #1a1a1a;
}

.zp-product-detail__video-frame {
  max-width: 900px;
}

.zp-product-detail__video-frame iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 20px;
}

.zp-product-detail__docs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
}

.zp-product-detail__doc {
  display: block;
  color: inherit;
  text-decoration: none;
}

.zp-product-detail__doc-preview {
  display: block;
  aspect-ratio: 3 / 4;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #f9fafb center / cover no-repeat;
  margin-bottom: 12px;
}

.zp-product-detail__doc-title {
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
}

.zp-product-detail__doc-desc {
  display: block;
  font-size: 14px;
  color: #6b7280;
}

.zp-product-detail__reviews-list {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
}

.zp-product-detail__review {
  padding: 18px 0;
  border-bottom: 1px solid #f3f4f6;
}

.zp-product-detail__review-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.zp-product-detail__review-rating {
  color: #f59e0b;
  font-size: 14px;
}

.zp-product-detail__review-text {
  color: #4b5563;
  line-height: 1.6;
}

.zp-product-detail__review-form {
  max-width: 520px;
  display: grid;
  gap: 14px;
}

.zp-product-detail__field {
  display: grid;
  gap: 6px;
  font-size: 14px;
}

.zp-product-detail__field input,
.zp-product-detail__field select,
.zp-product-detail__field textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font: inherit;
}

.zp-product-detail__field textarea {
  min-height: 110px;
  resize: vertical;
}

.zp-product-detail__form-message {
  font-size: 14px;
}

.zp-product-detail__form-message.is-ok {
  color: #16a34a;
}

.zp-product-detail__form-message.is-error {
  color: #dc2626;
}

.zp-product-detail__empty {
  color: #6b7280;
}

.zp-product-modal[hidden] {
  display: none !important;
}

.zp-product-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.zp-product-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.zp-product-modal__dialog {
  position: relative;
  width: min(100%, 440px);
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.zp-product-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #6b7280;
}

.zp-product-modal__title {
  margin: 0 0 18px;
  font-size: 22px;
}

.zp-product-modal__form {
  display: grid;
  gap: 14px;
}

.zp-product-detail-below {
  margin-top: 56px;
}

@media (max-width: 1100px) {
  .zp-product-detail__top {
    grid-template-columns: 1fr 1fr;
  }

  .zp-product-detail__buy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .zp-product-detail__top {
    grid-template-columns: 1fr;
  }

  .zp-product-detail__specs-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .zp-product-detail__specs-columns {
    grid-template-columns: 1fr;
  }

  .zp-product-detail__specs-image img {
    max-height: 240px;
  }

  .zp-product-detail__tabs-nav {
    gap: 16px 20px;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .zp-product-detail__tab {
    white-space: nowrap;
  }
}

/* End */


/* Start:/local/templates/zorgepro_eshop/components/bitrix/catalog.section/zorgepro_similar/style.css?1782378280504*/
.zp-similar-products {
  margin-top: 56px;
}

.zp-similar-products .zp-bestsellers-shell {
  position: relative;
}

.zp-similar-products .zp-bestsellers__arrow {
  position: absolute;
  top: 42%;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.zp-similar-products .zp-bestsellers__arrow--prev {
  left: -12px;
}

.zp-similar-products .zp-bestsellers__arrow--next {
  right: -12px;
}

/* End */
/* /local/templates/zorgepro_eshop/components/bitrix/catalog/bootstrap_v6/style.min.css?1778375522684 */
/* /local/templates/zorgepro_eshop/components/bitrix/catalog.element/zorgepro/style.css?178249973411474 */
/* /local/templates/zorgepro_eshop/components/bitrix/catalog.section/zorgepro_similar/style.css?1782378280504 */
