/* ROKODIL — page-product.css — карточка товара (Figma 82:424) */

/* ====== SINGLE PRODUCT PAGE (Figma 82:424) ====== */
.product-page { padding-bottom: 64px; }
.product-main { display: flex; justify-content: space-between; align-items: start; margin-bottom: 64px; }
.product-gallery { width: 770px; flex-shrink: 0; display: flex; flex-direction: column; align-items: center; }
.product-gallery__main { width: 770px; height: 770px; background: #FFFFFF; border-radius: 4px; overflow: hidden; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; position: relative; border: 1px solid #F5F5F5; }
.product-gallery__main img { max-width: 85%; max-height: 85%; object-fit: contain; }

.product-gallery__rotate-overlay { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100px; height: 100px; border-radius: 50%; background: rgba(0, 0, 0, 0.6); display: flex; flex-direction: column; align-items: center; justify-content: center; color: #FFFFFF; cursor: pointer; z-index: 2; transition: transform 0.2s, background 0.2s; }
.product-gallery__rotate-overlay:hover { background: rgba(0, 0, 0, 0.75); transform: translate(-50%, -50%) scale(1.05); }
.product-gallery__rotate-title { font-family: 'Inter', sans-serif; font-size: 20px; font-weight: 600; line-height: 24px; color: #FFFFFF; }
.product-gallery__rotate-sub { font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500; color: #FFFFFF; opacity: 0.9; }

.product-gallery__media-tabs { display: flex; gap: 8px; margin-bottom: 16px; justify-content: center; }
.product-gallery__media-tab { display: inline-flex; align-items: center; justify-content: center; height: 34px; padding: 0 16px; border-radius: 999px; background: #F5F5F5; font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500; color: #555B5C; border: none; cursor: pointer; transition: background 0.2s, color 0.2s; }
.product-gallery__media-tab.is-active, .product-gallery__media-tab:hover { background: #252B2B; color: #FFFFFF; }

.product-gallery__thumbs { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 5; padding: 0; margin: 0; }
.product-gallery__thumb { width: 50px; height: 50px; border-radius: 4px; background: #FFFFFF; border: 1px solid #E3E5E6; opacity: 0.6; overflow: hidden; cursor: pointer; transition: all 0.2s; flex-shrink: 0; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); }
.product-gallery__thumb.is-active, .product-gallery__thumb:hover { border-color: #252B2B; opacity: 1; }
.product-gallery__thumb img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }

.product-info { width: 574px; flex-shrink: 0; display: flex; flex-direction: column; }
.product-info__badges { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.product-info__title { font-family: 'Oswald', sans-serif; font-style: normal; font-weight: 500; font-size: 32px; line-height: 46px; color: #252B2B; margin: 0 0 12px 0; }
.product-info__subtitle { font-family: 'Inter', sans-serif; font-size: 16px; line-height: 26px; color: #555B5C; margin: 0 0 20px 0; }

.product-info__meta-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 0; border-top: 1px solid #F3F3F3; border-bottom: 1px solid #F3F3F3; margin-bottom: 24px; }
.product-info__sku { font-family: 'Inter', sans-serif; font-size: 14px; color: #979E9F; text-align: center; flex: 1; }
.product-info__meta-bar .rating { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; }
.product-info__reviews-link { font-family: 'Inter', sans-serif; font-size: 14px; color: #979E9F; text-decoration: none; margin-left: 4px; }
.product-info__reviews-link:hover { color: #006C66; text-decoration: underline; }

.product-info__price-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
.product-info__price-wrap { display: flex; align-items: baseline; gap: 12px; }
.product-info__price { font-family: 'Inter', sans-serif; font-style: normal; font-weight: 700; font-size: 24px; line-height: 28px; color: #252B2B; }
.product-info__old-price { font-family: 'Inter', sans-serif; font-style: normal; font-weight: 500; font-size: 16px; line-height: 26px; color: #979E9F; text-decoration: line-through; }
.product-info__actions { display: flex; align-items: center; gap: 16px; }
.btn-link { display: inline-flex; align-items: center; gap: 6px; font-family: 'Inter', sans-serif; font-size: 14px; color: #555B5C; background: none; border: none; cursor: pointer; padding: 0; text-decoration: none; }
.btn-link:hover { color: #006C66; }

.product-info__purchase-row { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.product-info__purchase-row .wc-forward { display: none !important; }
.qty--large { width: 180px; height: 52px; border-radius: 5.2px; border-width: 1.3px; }
.qty--large .qty__btn { width: 32px; height: 32px; }
.qty--large .qty__input { font-size: 18px; line-height: 26px; height: 26px; width: 36px; }

.product-info__buy-btn { flex: 1; height: 52px; font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 500; background: #006C66; color: #FFFFFF; border-radius: 8px; border: none; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: background 0.2s; }
.product-info__buy-btn:hover { background: #00544E; }
.product-info__quick-buy-btn { width: 100%; height: 52px; font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 500; background: #F5F5F5; color: #252B2B; border-radius: 8px; border: none; cursor: pointer; margin-bottom: 32px; display: inline-flex; align-items: center; justify-content: center; transition: background 0.2s; }
.product-info__quick-buy-btn:hover { background: #EAEAEA; }

.product-info__trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 32px; }
.product-info__trust-card { display: flex; align-items: flex-start; gap: 12px; }
.product-info__trust-icon { width: 46px; height: 46px; border-radius: 50%; background: #252B2B; display: flex; align-items: center; justify-content: center; color: #FFFFFF; flex-shrink: 0; }
.product-info__trust-text { display: flex; flex-direction: column; gap: 2px; }
.product-info__trust-text strong { font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 600; line-height: 22px; color: #252B2B; }
.product-info__trust-text span { font-family: 'Inter', sans-serif; font-size: 13px; line-height: 18px; color: #979E9F; }

.product-info__ai-banner { position: relative; width: 574px; height: 220px; background: #000000; border-radius: 8px; overflow: hidden; box-sizing: border-box; }
.product-info__ai-content { position: absolute; top: 56px; left: 51px; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; gap: 32px; width: 266px; }
.product-info__ai-title { font-family: 'Inter', sans-serif; font-style: normal; font-weight: 700; font-size: 22px; line-height: 28px; color: #FFFFFF; margin: 0; width: 266px; }
.product-info__ai-btn { width: 240px; height: 48px; padding: 0 16px; font-family: 'Inter', sans-serif; font-style: normal; font-weight: 500; font-size: 14px; line-height: 18px; background: #FFFFFF; color: #252B2B; border-radius: 4px; border: none; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: background 0.2s; white-space: nowrap; }
.product-info__ai-btn:hover { background: #F5F5F5; }
.product-info__ai-img { position: absolute; top: 0; right: 0; width: 242px; height: 220px; aspect-ratio: 11 / 10; z-index: 1; pointer-events: none; overflow: hidden; }
.product-info__ai-img img { width: 242px; height: 220px; aspect-ratio: 11 / 10; object-fit: cover; transform: translateX(70px); }
/* Tabs System (Figma 82:1054) */
.product-tabs { margin-top: 48px; }
.product-tabs__nav { display: flex; align-items: center; gap: 0; border-top: 1px solid #F5F5F5; border-bottom: 1px solid #F5F5F5; min-height: 70px; overflow-x: auto; }
.product-tab { padding: 24px 32px; font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 500; color: #555B5C; background: none; border: none; border-bottom: 2px solid transparent; cursor: pointer; white-space: nowrap; transition: color 0.2s, border-color 0.2s; display: inline-flex; align-items: center; gap: 6px; }
.product-tab:hover { color: #252B2B; }
.product-tab.is-active { color: #006C66; border-bottom-color: #006C66; }
.product-tab__count { display: inline-flex; align-items: center; justify-content: center; padding: 2px 8px; background: #F9F9F9; border-radius: 999px; font-size: 13px; color: #555B5C; }
.product-tab-panel { display: none; padding: 48px 0 64px; }
.product-tab-panel.is-active { display: block; }

/* Description Tab (Figma 82:831) */
.product-description { max-width: 1045px; background: #FFFFFF; border-radius: 8px; padding: 48px 36px; box-sizing: border-box; }
.product-description__title { font-family: 'Oswald', sans-serif; font-style: normal; font-weight: 500; font-size: 32px; line-height: 46px; color: #252B2B; margin: 0 0 24px 0; }
.product-description__text { font-family: 'Inter', sans-serif; font-style: normal; font-weight: 400; font-size: 15px; line-height: 26px; color: #555B5C; margin: 0; }
.product-description__text p { font-family: 'Inter', sans-serif; font-style: normal; font-weight: 400; font-size: 15px; line-height: 26px; color: #555B5C; margin: 0 0 24px 0; }
.product-description__text p:last-child { margin-bottom: 0; }
/* Specs Tab (Figma 82:760) */
.product-specs { max-width: 1045px; background: #FFFFFF; border-radius: 8px; padding: 48px 36px; box-sizing: border-box; }
.product-specs__title { font-family: 'Oswald', sans-serif; font-style: normal; font-weight: 500; font-size: 32px; line-height: 46px; color: #252B2B; margin: 0 0 32px 0; }
.product-specs__list { display: flex; flex-direction: column; gap: 14px; }
.product-specs__item { display: flex; align-items: baseline; gap: 8px; font-family: 'Inter', sans-serif; font-size: 15px; line-height: 24px; }
.product-specs__name { color: #979E9F; font-weight: 400; flex-shrink: 0; }
.product-specs__dots { flex: 1; border-bottom: 1px dotted #E3E5E6; margin-bottom: 4px; min-width: 20px; }
.product-specs__value { color: #252B2B; font-weight: 400; flex-shrink: 0; text-align: right; }
.product-specs__more { margin-top: 24px; display: inline-flex; align-items: center; gap: 8px; font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 500; color: #006C66; background: none; border: none; padding: 0; cursor: pointer; transition: opacity 0.2s ease; }
.product-specs__more svg { transition: transform 0.2s ease; color: #006C66; }
.product-specs__more.is-expanded svg { transform: rotate(180deg); }
.product-specs__item.is-hidden { display: none; }
/* Package Tab (Figma 82:720) */
.product-package { max-width: 1045px; background: #FFFFFF; border-radius: 8px; padding: 48px 36px; box-sizing: border-box; }
.product-package__title { font-family: 'Oswald', sans-serif; font-style: normal; font-weight: 500; font-size: 40px; line-height: 46px; color: #252B2B; margin: 0 0 32px 0; }
.product-package__grid { display: grid; grid-template-columns: repeat(3, 311px); gap: 32px 20px; }
.package-card { width: 311px; box-sizing: border-box; }
.package-card__media { width: 311px; height: 280px; background: #F9F9F9; border-radius: 4px; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-bottom: 18px; }
.package-card__media img { max-width: 234px; max-height: 234px; object-fit: contain; }
.package-card__title { font-family: 'Inter', sans-serif; font-style: normal; font-weight: 600; font-size: 18px; line-height: 26px; color: #252B2B; margin: 0; }
.package-card__sub { font-family: 'Inter', sans-serif; font-style: normal; font-weight: 400; font-size: 14px; line-height: 20px; color: #979E9F; margin: 4px 0 0 0; }
.package-card.is-hidden { display: none; }
.product-package__more-wrap { display: flex; justify-content: center; margin-top: 40px; }
.product-package__more { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 200px; height: 40px; background: #252B2B; border-radius: 4px; color: #FFFFFF; font-family: 'Inter', sans-serif; font-style: normal; font-weight: 400; font-size: 13px; line-height: 18px; border: none; cursor: pointer; transition: opacity 0.2s ease; }
.product-package__more:hover { opacity: 0.9; }
.product-package__more svg { width: 18px; height: 18px; stroke: currentColor; fill: none; }
/* Блок Инструкция по Figma (нода 82:834) */
.product-manual { max-width: 1045px; background: #FFFFFF; border-radius: 8px; padding: 48px 36px; box-sizing: border-box; }
.product-manual__title { font-family: 'Oswald', sans-serif; font-style: normal; font-weight: 500; font-size: 40px; line-height: 46px; color: #252B2B; margin: 0 0 32px 0; }
.product-manual__grid { display: grid; grid-template-columns: 1fr 1px 1fr; gap: 40px; align-items: start; }
.product-manual__divider { background: #F5F5F5; width: 1px; height: 100%; min-height: 280px; }
.product-manual__file-header { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.product-manual__file-icon { width: 64px; height: 64px; background: rgba(0, 108, 102, 0.08); border-radius: 4px; display: flex; align-items: center; justify-content: center; color: #006C66; flex-shrink: 0; }
.product-manual__file-titles { display: flex; flex-direction: column; gap: 4px; }
.product-manual__file-name { font-family: 'Inter', sans-serif; font-size: 22px; font-weight: 700; line-height: 28px; color: #242627; }
.product-manual__file-sub { font-family: 'Inter', sans-serif; font-size: 16px; line-height: 26px; color: #555B5C; }
.product-manual__meta { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; padding: 12px 0; }
.product-manual__meta-item { display: flex; align-items: center; gap: 8px; font-family: 'Inter', sans-serif; font-size: 14px; line-height: 20px; color: #555B5C; }
.product-manual__meta-sep { width: 1px; height: 24px; background: #F5F5F5; }
.product-manual__badge { border: 1px solid #555B5C; border-radius: 4px; padding: 0 4px; font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 600; line-height: 16px; text-transform: uppercase; }
.product-manual__actions { display: flex; gap: 16px; margin-bottom: 24px; }
.product-manual__btn { width: 220px; height: 48px; border-radius: 4px; font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 400; display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; border: none; cursor: pointer; transition: opacity 0.2s ease, background-color 0.2s ease; box-sizing: border-box; }
.product-manual__btn--primary { background: #006C66; color: #FFFFFF; }
.product-manual__btn--primary:hover { opacity: 0.9; }
.product-manual__btn--secondary { background: #F5F5F5; color: #252B2B; }
.product-manual__btn--secondary:hover { background: #EBEBEB; }
.product-manual__notice { display: flex; align-items: center; gap: 8px; font-family: 'Inter', sans-serif; font-size: 14px; line-height: 20px; color: #979E9F; }
.product-manual__notice svg { flex-shrink: 0; color: #979E9F; }
.product-manual__list-title { font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 600; line-height: 26px; color: #252B2B; margin-bottom: 20px; }
.product-manual__list { display: flex; flex-direction: column; gap: 16px; }
.product-manual__list-item { display: flex; align-items: center; gap: 12px; font-family: 'Inter', sans-serif; font-size: 14px; line-height: 20px; color: #252B2B; }
.product-manual__check-icon { width: 20px; height: 20px; flex-shrink: 0; color: #006C66; }
@media (max-width: 768px) { .product-manual__grid { grid-template-columns: 1fr; gap: 32px; } .product-manual__divider { display: none; } .product-manual__actions { flex-direction: column; } }
/* Блок Видео по Figma (нода 82:426) */
.product-video { max-width: 1045px; }
.product-video__header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.product-video__title { font-family: var(--font-display); font-size: 40px; font-weight: 500; line-height: 46px; color: var(--color-dark); }
.product-video__arrows { display: flex; gap: 12px; }
.product-video__arrow { width: 40px; height: 40px; border-radius: 50%; border: 1px solid #E3E5E6; background: #FFFFFF; color: var(--color-dark); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease; }
.product-video__arrow:hover { border-color: var(--color-primary); color: var(--color-primary); }
.product-video__card { position: relative; width: 100%; aspect-ratio: 16 / 9; max-height: 547px; border-radius: 8px; overflow: hidden; margin-bottom: 24px; background: #111111; }
.product-video__thumb { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-video__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0) 70%); pointer-events: none; }
.product-video__info { position: absolute; top: 32px; left: 32px; right: 32px; color: #FFFFFF; z-index: 2; }
.product-video__name { font-size: 24px; font-weight: 600; line-height: 36px; color: #FFFFFF; margin-bottom: 8px; }
.product-video__desc { font-size: 16px; line-height: 26px; color: rgba(255, 255, 255, 0.9); max-width: 814px; }
.product-video__play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 64px; height: 64px; border-radius: 50%; background: rgba(255, 255, 255, 0.9); color: #111111; display: flex; align-items: center; justify-content: center; border: none; cursor: pointer; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25); transition: transform 0.2s ease, background-color 0.2s ease; z-index: 3; }
.product-video__play svg { margin-left: 3px; }
.product-video__play:hover { transform: translate(-50%, -50%) scale(1.1); background: #FFFFFF; }
.product-video__duration { position: absolute; bottom: 24px; left: 32px; background: rgba(35, 35, 37, 0.8); border-radius: 4px; padding: 4px 8px; font-size: 14px; font-weight: 500; line-height: 16px; color: #FFFFFF; z-index: 2; }
.product-video__pagination { display: flex; justify-content: center; align-items: center; gap: 8px; }
.product-video__dot { width: 6px; height: 6px; border-radius: 50%; background: #E3E5E6; transition: width 0.2s ease, background-color 0.2s ease, border-radius 0.2s ease; }
.product-video__dot.is-active { width: 28px; border-radius: 3px; background: #9B9B9B; }
@media (max-width: 768px) {
  .product-video__info { top: 16px; left: 16px; right: 16px; }
  .product-video__name { font-size: 18px; line-height: 26px; }
  .product-video__desc { font-size: 13px; line-height: 18px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .product-video__duration { bottom: 16px; left: 16px; }
  .product-video__play { width: 48px; height: 48px; }
}
/* Блок Отзывы по Figma (нода 82:558) */
.reviews-block { max-width: 1045px; background: #FFFFFF; border-radius: 8px; padding: 48px 36px; box-sizing: border-box; }
.reviews-block__title { font-family: 'Oswald', sans-serif; font-style: normal; font-weight: 500; font-size: 40px; line-height: 46px; color: #252B2B; margin: 0 0 24px 0; }
.reviews-summary { display: flex; align-items: center; justify-content: space-between; gap: 32px; background: rgba(27, 124, 119, 0.05); border-radius: 8px; padding: 24px 32px; margin-bottom: 32px; }
.reviews-summary__left { display: flex; align-items: center; gap: 20px; }
.reviews-summary__score { font-family: 'Inter', sans-serif; font-size: 48px; font-weight: 700; line-height: 56px; color: #252B2B; }
.reviews-summary__rating { display: flex; flex-direction: column; gap: 4px; }
.reviews-summary__stars { display: flex; gap: 4px; color: #FFB800; }
.reviews-summary__count { font-family: 'Inter', sans-serif; font-size: 16px; line-height: 26px; color: #969DA3; }
.reviews-summary__center { display: flex; align-items: center; gap: 24px; }
.reviews-summary__badge { display: flex; align-items: center; gap: 8px; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500; line-height: 1.4em; color: #555B5C; padding-right: 24px; border-right: 1px solid #E3E5E6; }
.reviews-summary__badge:last-child { border-right: none; padding-right: 0; }
.reviews-summary__badge svg { flex-shrink: 0; color: #555B5C; }
.reviews-summary__btn { width: 200px; height: 48px; background: #006C66; border-radius: 4px; color: #FFFFFF; font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 400; border: none; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; transition: opacity 0.2s ease; }
.reviews-summary__btn:hover { opacity: 0.9; }

.reviews-photos { margin-bottom: 32px; }
.reviews-photos__title { font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; line-height: 26px; color: #242627; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.reviews-photos__count { color: #979E9F; font-weight: 700; }
.reviews-photos__list { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 4px; }
.reviews-photos__thumb { width: 64px; height: 64px; border-radius: 4px; overflow: hidden; flex-shrink: 0; background: #F5F5F5; cursor: pointer; }
.reviews-photos__thumb img { width: 100%; height: 100%; object-fit: cover; }

.reviews-sort { display: flex; justify-content: flex-end; align-items: center; gap: 12px; margin-bottom: 24px; }
.reviews-sort__label { font-family: 'Inter', sans-serif; font-size: 14px; color: #979E9F; }
.reviews-sort__select { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 210px; height: 42px; background: #F5F5F5; border-radius: 4px; padding: 0 14px; font-family: 'Inter', sans-serif; font-size: 14px; color: #252B2B; cursor: pointer; border: none; }

.reviews-list { display: flex; flex-direction: column; }
.review-item { display: flex; gap: 32px; padding: 32px 0; border-bottom: 1px solid #F5F5F5; box-sizing: border-box; }
.review-item:last-child { border-bottom: none; }
.review-item.is-hidden { display: none; }
.review-item__user-col { width: 182px; flex-shrink: 0; display: flex; flex-direction: column; gap: 8px; }
.review-item__user-header { display: flex; align-items: center; gap: 14px; }
.review-item__avatar { width: 42px; height: 42px; border-radius: 50%; background: #9D9D9D; color: #FFFFFF; font-family: 'Inter', sans-serif; font-size: 20px; font-weight: 600; display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; }
.review-item__avatar img { width: 100%; height: 100%; object-fit: cover; }
.review-item__user-meta { display: flex; flex-direction: column; }
.review-item__name-row { display: flex; align-items: center; gap: 6px; }
.review-item__name { font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 600; line-height: 26px; color: #252B2B; }
.review-item__verified-icon { width: 20px; height: 20px; flex-shrink: 0; color: #006C66; }
.review-item__verified { font-family: 'Inter', sans-serif; font-size: 12px; line-height: 16px; color: #979E9F; }
.review-item__date { font-family: 'Inter', sans-serif; font-size: 13px; line-height: 21px; color: #979E9F; }

.review-item__main { flex: 1; display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.review-item__stars { display: flex; gap: 3px; color: #FFB800; }
.review-item__content { font-family: 'Inter', sans-serif; font-size: 14px; line-height: 23px; color: #252B2B; }
.review-item__photos { display: flex; gap: 10px; margin-top: 4px; }
.review-item__photos img { width: 64px; height: 64px; border-radius: 5px; object-fit: cover; cursor: pointer; }
.review-item__source { display: inline-flex; align-items: center; gap: 8px; height: 32px; padding: 0 12px; border: 1px solid #F5F5F5; border-radius: 4px; font-family: 'Inter', sans-serif; font-size: 14px; line-height: 20px; color: #555B5C; width: fit-content; margin-top: 4px; }
.review-item__source img { height: 18px; width: auto; object-fit: contain; }

.reviews-block__more-wrap { display: flex; justify-content: center; margin-top: 32px; }
.reviews-block__more { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 200px; height: 40px; background: #252B2B; border-radius: 4px; color: #FFFFFF; font-family: 'Inter', sans-serif; font-style: normal; font-weight: 400; font-size: 13px; line-height: 18px; border: none; cursor: pointer; transition: opacity 0.2s ease; }
.reviews-block__more:hover { opacity: 0.9; }
.reviews-block__more svg { width: 18px; height: 18px; stroke: currentColor; fill: none; }
@media (max-width: 768px) {
  .reviews-summary { flex-direction: column; align-items: flex-start; gap: 20px; }
  .reviews-summary__btn { width: 100%; }
  .review-item { flex-direction: column; gap: 16px; }
  .review-item__user-col { width: 100%; }
}
.specs-table { width: 100%; border-collapse: collapse; }
.specs-table tr:nth-child(even) { background: #F3F3F3; }
.specs-table td { padding: 12px 16px; font-size: 14px; line-height: 26px; }
.specs-table td:first-child { color: #555B5C; width: 40%; }
@media (max-width: 768px) { .product-main { grid-template-columns: 1fr; } .product-info__title { font-size: 24px; } }
.product-tabs { margin-top: 64px; }
.product-tabs__body { min-height: 200px; }
.related-products { margin-top: 64px; }
.related-products__title { font-family: var(--font-display); font-size: 32px; font-weight: 500; color: #252B2B; margin-bottom: 24px; }
.related-products__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.related-product-card { display: flex; flex-direction: column; gap: 8px; text-decoration: none; }
.related-product-card__img { aspect-ratio: 1; background: #F9F9F9; border-radius: 8px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.related-product-card__img img { max-width: 80%; max-height: 80%; object-fit: contain; }
.related-product-card__title { font-size: 14px; font-weight: 500; line-height: 20px; color: #252B2B; }
.related-product-card__price { font-size: 18px; font-weight: 700; color: #252B2B; }
.product-fav, .product-compare { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; color: #555B5C; text-decoration: none; cursor: pointer; }
.product-fav:hover, .product-compare:hover { color: #006C66; }
.product-info__price-wrap .price { font-family: var(--font-display); font-size: 40px; font-weight: 600; line-height: 44px; color: var(--color-dark); }
.product-info__price-wrap .price del { font-size: 18px; color: #979E9F; text-decoration: line-through; font-weight: 400; }
.product-info__price-wrap .price ins { text-decoration: none; }
@media (max-width: 768px) {
  .related-products__grid { grid-template-columns: repeat(2, 1fr); }
}

.cart-layout { display: grid; grid-template-columns: 1fr 380px; gap: 32px; padding-bottom: 64px; align-items: start; }
.cart-items { background: #fff; }
.cart-item { display: grid; grid-template-columns: 96px 1fr auto; gap: 24px; padding: 24px 0; border-bottom: 1px solid #F3F3F3; align-items: center; }
.cart-item__img { width: 96px; height: 96px; background: #F9F9F9; border-radius: 4px; overflow: hidden; }
.cart-item__img img { width: 100%; height: 100%; object-fit: contain; padding: 12px; }
.cart-item__info { display: flex; flex-direction: column; gap: 4px; }
.cart-item__title { font-size: 16px; font-weight: 500; }
.cart-item__art { font-size: 13px; color: #979E9F; }
.cart-item__controls { display: flex; align-items: center; gap: 16px; margin-top: 12px; }
.cart-item__price { font-size: 18px; font-weight: 600; text-align: right; }
.cart-item__remove { color: #979E9F; display: flex; align-items: center; gap: 6px; font-size: 13px; }
.cart-item__remove:hover { color: #C60100; }
.order-summary { background: #fff; border: 1px solid #E3E5E6; border-radius: 12px; padding: 24px; position: sticky; top: calc(var(--header-height) + 20px); }
.order-summary__title { font-size: 20px; font-weight: 600; font-family: var(--font-display); margin-bottom: 24px; }
.order-summary__row { display: flex; justify-content: space-between; font-size: 14px; margin-bottom: 12px; }
.order-summary__row--total { font-size: 20px; font-weight: 700; font-family: var(--font-display); padding-top: 16px; border-top: 1px solid #F3F3F3; margin-top: 16px; margin-bottom: 24px; }
.order-summary__checkout-btn { width: 100%; padding: 16px; margin-bottom: 12px; }
.checkout-form { background: #fff; }
.checkout-form__section { padding: 32px 0; border-bottom: 1px solid #F3F3F3; }
.checkout-form__section-title { font-size: 20px; font-weight: 600; margin-bottom: 24px; }
.checkout-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.checkout-form__grid .field--full { grid-column: 1 / -1; }
.delivery-option, .payment-option { display: flex; align-items: flex-start; gap: 16px; padding: 20px; border: 1px solid #E3E5E6; border-radius: 4px; cursor: pointer; transition: border-color 0.2s; }
.delivery-option:hover, .payment-option:hover { border-color: #006C66; }
.delivery-option__info, .payment-option__info { flex: 1; }
.delivery-option__title, .payment-option__title { font-size: 16px; font-weight: 500; margin-bottom: 4px; }
.delivery-option__desc, .payment-option__desc { font-size: 13px; color: #555B5C; }
.delivery-option__price, .payment-option__note { font-size: 14px; font-weight: 600; color: #006C66; }
@media (max-width: 1024px) { .cart-layout { grid-template-columns: 1fr; } }
@media (max-width: 768px) { .cart-item { grid-template-columns: 80px 1fr; } .cart-item__price { grid-column: 2; text-align: left; } .checkout-form__grid { grid-template-columns: 1fr; } }
.cart-page { padding-bottom: 64px; }
.cart-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 24px; }
.cart-coupon { display: flex; gap: 8px; }
.cart-coupon__input { height: 44px; padding: 0 16px; border: 1px solid #E3E5E6; border-radius: 4px; font-size: 14px; min-width: 200px; }
.cart-coupon__btn { height: 44px; padding: 0 20px; background: #252B2B; color: #fff; border: none; border-radius: 4px; font-size: 14px; font-weight: 500; cursor: pointer; }
.cart-update { height: 44px; padding: 0 20px; background: transparent; color: #555B5C; border: 1px solid #E3E5E6; border-radius: 4px; font-size: 14px; cursor: pointer; }
.cart-update:hover { border-color: #252B2B; color: #252B2B; }

