.product-page {
    padding-bottom: 28px;
}

.product-page__header {
    margin-bottom: 14px;
}

.product-page__title-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.product-page__header.section-heading-emphasis {
    margin-bottom: 20px;
    padding-bottom: 14px;
}

.product-page-title {
    margin: 0;
}

.product-page-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: #475569;
    font-size: 14px;
    margin-top: 12px;
}

.product-rating-stars {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.product-page-rating__score {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f4f6f8;
    color: #111827;
    font-size: 13px;
    font-weight: 700;
}

.product-page-rating .rating-text {
    color: #0f5f84;
    font-weight: 600;
    text-decoration: none;
}

.product-gallery-card__body {
    position: relative;
}

.product-media-stage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-media-stage--image {
    height: 460px;
    min-height: 460px;
}

.product-main-image,
.product-media-frame {
    display: block;
    border: 0;
}

.product-main-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}

.product-media-stage > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.product-media-stage--image > a {
    min-height: inherit;
    height: 100%;
}

.product-media-frame {
    width: 100%;
}

.product-media-frame {
    min-height: 420px;
}

.product-gallery-thumbs {
    margin-top: 16px;
}

.product-thumb-image,
.product-thumb {
    display: block;
    width: 100%;
    background: #fff;
    object-fit: contain;
    object-position: center;
}

.product-thumbs-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-thumbs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 4px;
}

.product-thumbs > a {
    flex: 0 0 auto;
}

.product-thumb {
    width: 72px;
    min-width: 72px;
    max-width: 72px;
    height: 84px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 6px;
}

.product-thumb-image {
    height: 84px;
}

.thumb-nav {
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-size: 20px;
    line-height: 1;
}

.product-details-info {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.product-meta-links {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 6px 12px;
    padding: 0;
    font-size: 14px;
    color: #475569;
}

.product-meta-links__items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 8px;
    min-width: 0;
}

.product-meta-links .list-value {
    display: inline-flex;
    align-items: center;
    padding: 0;
    color: #111827;
    text-decoration: none;
    line-height: 1.35;
}

.product-meta-label {
    font-weight: 700;
    margin-right: 0;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
    line-height: 1.5;
}

.product-meta-links__separator {
    color: #94a3b8;
    line-height: 1;
}

.product-meta-links .list-value:hover {
    color: #0f5f84;
}

.product-facts {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 4px 0 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
}

.product-facts li {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
    min-width: 0;
    padding: 0;
}

.product-facts__label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}

.product-facts__value {
    color: #111827;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

.product-section {
    margin-top: 0;
}

.product-section__title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #111;
}

.product-section__content {
    color: #333;
}

.product-grid-section--product-recommendations .promo-section-heading--stacked {
    margin-bottom: 20px;
    padding: 0 0 16px;
    border-bottom: 1px solid #dbe4f0;
}

.product-grid-section--product-recommendations .home-recommendation-heading-row {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.product-grid-section--product-recommendations .home-recommendation-heading-row h2 {
    position: relative;
    margin: 0;
    padding-left: 18px;
    color: #0f172a;
    font-size: clamp(28px, 2.4vw, 34px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.product-grid-section--product-recommendations .home-recommendation-heading-row h2::before {
    content: '';
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 6px;
    background: var(--site-brand-primary, #367b9c);
}

.product-grid-section--product-recommendations .home-recommendation-info {
    margin-top: 2px;
}

.product-grid-section--product-recommendations .home-recommendation-info summary {
    width: 28px;
    height: 28px;
    border-color: #b7cbe4;
    color: #1e3a5f;
    background: #f8fbff;
}

.product-grid-section--product-recommendations .home-recommendation-info__panel {
    margin-top: 2px;
}

.product-description-collapse {
    position: relative;
    max-width: 100%;
    color: #334155;
    font-size: 16px;
    line-height: 1.7;
}

.product-description-collapse-preview {
    display: none;
    overflow: hidden;
    color: #334155;
}

.product-description-collapse-content > *:first-child {
    margin-top: 0;
}

.product-description-collapse-content > *:last-child {
    margin-bottom: 0;
}

.product-description-collapse.is-collapsible.is-collapsed .product-description-collapse-content {
    display: none;
}

.product-description-collapse.is-collapsible.is-collapsed .product-description-collapse-preview {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
}

.product-description-collapse-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    margin-top: 14px;
    padding: 0 16px;
    border: 1px solid #111827;
    border-radius: 8px;
    background: #111827;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.product-description-collapse-toggle:hover,
.product-description-collapse-toggle:focus {
    background: #1f2937;
    border-color: #1f2937;
    color: #fff;
    outline: none;
    text-decoration: none;
}

.product-description-collapse-toggle-icon {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform .18s ease;
}

.product-description-collapse:not(.is-collapsed) .product-description-collapse-toggle-icon {
    transform: rotate(-135deg) translateY(-1px);
}

.product-detail-tabs-section {
    margin-top: 28px;
    margin-bottom: 28px;
}

.product-detail-tabs {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.product-detail-tabs__nav {
    display: inline-flex;
    align-items: stretch;
    gap: 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    width: fit-content;
    max-width: 100%;
}

.product-detail-tabs__button {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    min-height: 58px;
    padding: 12px 18px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    color: #475569;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    transition: border-color .18s ease, color .18s ease, background .18s ease;
}

.product-detail-tabs__button.is-active {
    background: #fff;
    color: #111827;
    border-color: #111827;
}

.product-detail-tabs__button:focus,
.product-detail-tabs__button:focus-visible {
    outline: 0;
    box-shadow: none;
}

.product-detail-tabs__button-label {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
    color: inherit;
}

.product-detail-tabs__button-meta {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 10px;
    font-size: 12px;
    line-height: 1.2;
    color: #64748b;
    font-weight: 600;
}

.product-detail-tabs__button-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.product-detail-tabs__button-star {
    font-size: 12px;
    line-height: 1;
    color: #d4dbe3;
}

.product-detail-tabs__button-star--active {
    color: #f7b731;
}

.product-detail-tabs__button-score,
.product-detail-tabs__button-count {
    color: #475569;
}

.product-detail-tabs__panel[hidden] {
    display: none !important;
}

.product-detail-tabs__panel--reviews {
    scroll-margin-top: 120px;
}

.product-short-description .product-section__content,
.product-details-article {
    margin-top: 0;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 20px;
}

.product-details-article--tab,
.product-detail-tabs__panel--reviews .product-reviews {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 22px;
    box-shadow: none;
}

.product-history-strip-section {
    margin-top: 28px;
}

.product-history-strip {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 4px 2px 8px;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.product-history-strip::-webkit-scrollbar {
    height: 8px;
}

.product-history-strip::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

.product-history-strip__item {
    flex: 0 0 auto;
    width: 108px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.product-history-strip__item:hover,
.product-history-strip__item:focus {
    border-color: #cbd5e1;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
    text-decoration: none;
}

.product-history-strip__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-important-message {
    margin-bottom: 0;
}

.product-page-message .alert,
#messageajax .alert,
[id^="messageajax_"] .alert {
    margin-top: 10px;
}

.product-collection {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.collection-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 10px 14px;
    border: 1px solid #e7ecf1;
    border-radius: 14px;
    background: #fff;
    color: #111;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.collection-item img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.product-purchase-stack {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.add-to-cart-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.qty-controls {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.qty-btn {
    width: 44px;
    height: 44px;
    border: 0;
    background: #f6f6f6;
    color: #111;
    font-size: 24px;
    line-height: 1;
}

.qty-controls input {
    width: 72px;
    height: 44px;
    border: 0;
    text-align: center;
    font-weight: 600;
}

.btn-add-cart {
    min-height: 48px;
    padding: 12px 22px;
    border: 0;
    border-radius: 8px;
    background: #111;
    color: #fff;
    font-weight: 700;
}

.btn-add-cart .plus {
    margin-right: 6px;
}

#product-price-box {
    display: flex;
    gap: 18px;
    margin-top: 10px;
    flex-wrap: wrap;
    align-items: stretch;
}

#product-price-box .price-col {
    flex: 1 1 0;
    max-width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
    gap: 0;
}

#product-price-box .price-col:only-child {
    flex-basis: 100%;
    max-width: 100%;
}

#product-price-box .price-main-box {
    background: #fff;
    border: 2px solid #e6e6e6;
    border-left: 6px solid #ccc;
    border-radius: 8px 8px 0 0;
    padding: 16px 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    flex: 1;
}

#product-price-box .price-main-box.has-promo {
    border-left-color: #e11900;
}

#product-price-box .price-benefit-box {
    background: #f4faf6;
    border: 2px solid #cce6d8;
    border-left: 6px solid #166534;
    border-radius: 8px 8px 0 0;
    padding: 16px 20px;
    flex: 1;
    color: #1f2937;
}

#product-price-box .price-tva-line {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: #f0f0f0;
    border: 2px solid #e6e6e6;
    border-top: none;
    border-left: 6px solid #ccc;
    border-radius: 0 0 8px 8px;
    font-size: 13px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

#product-price-box .price-tva-line-green {
    background: #e6f4ec;
    border-color: #cce6d8;
    border-left-color: #166534;
}

#product-price-box .tva-old {
    text-decoration: line-through;
    color: #6b7280;
    font-size: 13px;
}

#product-price-box .tva-current {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

#product-price-box .tva-current.tva-promo {
    color: #e11900;
}

#product-price-box .price-tva-line-green .tva-current {
    color: #198754;
}

#product-price-box .price-title {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

#product-price-box .price-old-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

#product-price-box .price-old {
    font-size: 14px;
    color: #4b5563;
    text-decoration: line-through;
}

#product-price-box .price-discount-badge {
    background: #d91400;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 6px;
}

#product-price-box .price-main {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #111;
    display: inline-flex;
    align-items: flex-start;
}

#product-price-box .price-main.price-red {
    color: #e11900;
}

#product-price-box .price-main.price-green {
    color: #166534;
}

#product-price-box .price-main span {
    font-size: 18px;
    position: relative;
    top: -6px;
    margin-left: 2px;
}

#product-price-box .price-main.price-green span,
#product-price-box .price-main.price-green .currency {
    color: #166534;
}

#product-price-box .currency {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-left: 6px;
    align-self: flex-end;
}

#product-price-box .price-sub {
    font-size: 13px;
    color: #4b5563;
    margin-top: 6px;
}

#product-price-box .benefit-title {
    font-size: 15px;
    font-weight: 600;
    color: #166534;
}

#product-price-box .benefit-condition {
    font-size: 13px;
    margin-top: 4px;
    color: #374151;
}

#product-price-box .benefit-note {
    font-size: 12px;
    color: #374151;
    margin-top: 6px;
}

.product-badges {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 20;
}

.product-badge {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 9px;
    border-radius: 6px;
    line-height: 1.1;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.product-badge--service {
    background: var(--campaign-badge-bg, #111);
    color: #fff;
}

.product-badge--campaign {
    background: var(--campaign-badge-static-bg, #1f5f7a);
}

.product-badge--volume {
    background: #166534;
    color: #fff;
}

.product-badge--volume span {
    display: block;
    font-size: 11px;
    font-weight: 500;
    opacity: 0.9;
    margin-top: 2px;
}

.product-badge--volume .volume-price {
    font-size: 12px;
    font-weight: 600;
}

.product-badge--volume sup {
    font-size: 0.7em;
    position: relative;
    top: -0.3em;
}

.volume-price-meta {
    font-size: 9px;
    opacity: 1;
    display: block;
    color: rgba(255, 255, 255, 0.96);
}

.product-card--body {
    display: flex;
    flex-direction: column;
    padding: 12px;
    background: #fff;
    position: relative;
    text-align: left;
    height: 100%;
}

.product-stock {
    font-size: 12px;
    font-weight: 500;
}

.product-stock--in {
    color: #198754;
}

.product-stock--low {
    color: #92400e;
}

.product-stock--out {
    color: #d91400;
}

.card-image {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.card-image img,
.card-image iframe {
    max-height: 180px;
    width: auto;
    border: 0;
    display: block;
}

.product-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #111;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 3.9em;
}

.product-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    margin-top: 4px;
}

.product-price-box {
    margin-top: 6px;
}

.price-old-row {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 18px;
    margin-bottom: 2px;
}

.price-old-row--placeholder {
    visibility: hidden;
}

.price-old {
    font-size: 13px;
    color: #5f6368;
    text-decoration: line-through;
}

.price-discount {
    background: #d91400;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 3px 6px;
    border-radius: 4px;
    line-height: 1;
}

.price-main {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.price-main sup {
    font-size: 0.6em;
}

.price-vat {
    font-size: 11px;
    color: #777;
}

.product-cta {
    margin-top: auto;
    padding-top: 8px;
}

.btn-altex {
    width: 100%;
    padding: 7px 0;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.btn-altex:hover {
    color: #fff;
    opacity: 0.92;
}

.wishlist-wrapper {
    margin-top: 10px;
    width: 100%;
}

.btn-wishlist-modern {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 44px;
    border-radius: 10px;
    border: 1.5px solid #1f5f7a;
    background: #fff;
    color: #1f5f7a;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-wishlist-modern:hover {
    background: #1f5f7a;
    color: #fff;
}

.btn-wishlist-modern.in-wishlist {
    background: #f2f2f2;
    border-color: #b9c0c9;
    color: #374151;
}

.btn-wishlist-modern.in-wishlist:hover {
    background: #e6e6e6;
    color: #333;
}

.btn-wishlist-modern.wishlist-loading {
    opacity: 0.6;
    transform: scale(0.98);
}

.wishlist-helper {
    margin-top: 6px;
    font-size: 12px;
    color: #374151;
    text-align: center;
    line-height: 1.4;
}

.wishlist-toast {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: #333;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    z-index: 9999;
    font-size: 0.85rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.product-sticky-buybar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1015;
    display: none;
    background: var(--site-sticky-buybar-bg);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: var(--site-sticky-shadow);
    backdrop-filter: blur(12px);
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.product-sticky-buybar::before {
    display: none;
}

.product-sticky-buybar[hidden] {
    display: none !important;
}

.product-sticky-buybar.is-visible {
    background: #eeee;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.product-sticky-buybar__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) auto auto;
    align-items: center;
    gap: 18px;
    min-height: 92px;
    padding: 12px 0;
}

.product-sticky-buybar__product {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 14px;
}

.product-sticky-buybar__thumb {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8edf3;
    background: #fff;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.product-sticky-buybar__thumb:hover,
.product-sticky-buybar__thumb:focus {
    border-color: #cbd8e6;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .06);
    transform: translateY(-1px);
}

.product-sticky-buybar__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.product-sticky-buybar__summary {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-sticky-buybar__title-link {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

.product-sticky-buybar__title-link:hover,
.product-sticky-buybar__title-link:focus {
    color: inherit;
    text-decoration: none;
}

.product-sticky-buybar__label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}

.product-sticky-buybar__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 19px;
    line-height: 1.2;
    color: #0f172a;
}

.product-sticky-buybar__prices {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.product-sticky-buybar__price-box {
    min-width: 178px;
    padding: 10px 14px;
    border: 1px solid #dce5ee;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product-sticky-buybar__price-box.is-promo {
    border-color: #f3d0cc;
    background: #fff8f7;
}

.product-sticky-buybar__price-box.is-volume {
    border-color: #cfe6d8;
    background: #f4faf6;
}

.product-sticky-buybar__price-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #64748b;
}

.product-sticky-buybar__price-old-row {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 18px;
}

.product-sticky-buybar__price-old {
    font-size: 12px;
    color: #64748b;
    text-decoration: line-through;
}

.product-sticky-buybar__price-discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 6px;
    background: #d91400;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.product-sticky-buybar__price-main {
    display: inline-flex;
    align-items: flex-start;
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
}

.product-sticky-buybar__price-main.is-promo {
    color: #d91400;
}

.product-sticky-buybar__price-main.is-volume {
    color: #166534;
}

.product-sticky-buybar__price-main span {
    font-size: 14px;
    line-height: 1;
    position: relative;
    top: 3px;
}

.product-sticky-buybar__price-main small {
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    line-height: 1.15;
    margin-left: 6px;
    align-self: flex-end;
}

.product-sticky-buybar__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.product-sticky-buybar__cart {
    min-width: 208px;
    min-height: 50px;
    padding: 0 24px;
    border: 0;
    background: var(--site-brand-primary);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(var(--site-brand-primary-rgb), 0.24);
}

.product-sticky-buybar__cart:hover {
    background: var(--site-brand-strong);
}

.product-sticky-buybar__wishlist {
    width: 50px;
    height: 50px;
    border: 1px solid #cfe1f0;
    background: #fff;
    color: var(--site-brand-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-sticky-buybar__wishlist:hover {
    background: var(--site-brand-soft);
}

.product-sticky-buybar__wishlist.in-wishlist {
    border-color: #1f8c46;
    background: #f3fbf5;
    color: #1f8c46;
}

.shop-contacts__header h2 {
    margin-bottom: 0;
}

.product-reviews-summary {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-bottom: 18px;
}

.product-reviews-summary__stars {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.product-reviews-summary__star {
    font-size: 20px;
    line-height: 1;
    color: #d4dbe3;
}

.product-reviews-summary__star--active {
    color: #f7b731;
}

.product-reviews-summary__score {
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.03em;
}

.product-reviews-summary__count {
    font-size: 15px;
    font-weight: 600;
    color: #475569;
}

.product-reviews-summary__link {
    display: inline-flex;
    align-items: center;
    color: #0f5f84;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.product-reviews-heading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin-bottom: 14px !important;
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    line-height: 1.2;
    color: #111827;
}

.product-reviews-heading__count {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f4f6f8;
    color: #111827;
    font-size: 14px;
    font-weight: 700;
}

.product-reviews-heading__product {
    color: #1f2937;
}

.product-reviews-heading__link {
    display: inline-flex;
    align-items: center;
    color: #0f5f84;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.review-wrapper {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.review-comment {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 18px;
    margin-bottom: 0;
    border: 1px solid #e7ecf1;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.review-comment .avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(180deg, #f1f5f9 0%, #e5ebf1 100%);
}

.review-comment .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-comment .text {
    min-width: 0;
}

.review-rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.review-rating-stars {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.review-star {
    font-size: 19px;
    line-height: 1;
    color: #d4dbe3;
}

.review-star--active {
    color: #f7b731;
}

.review-rating-value {
    display: inline-flex;
    align-items: center;
    padding: 4px 9px;
    border-radius: 999px;
    background: #f4f6f8;
    color: #111827;
    font-size: 13px;
    font-weight: 700;
}

.review-comment .author {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.4;
    color: #111827;
}

.review-products {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.review-products__label {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
}

.review-product-link,
.review-products__more {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f3f6f9;
    font-size: 14px;
    line-height: 1.3;
}

.review-product-link {
    color: #0f5f84;
    text-decoration: none;
}

.review-products__more {
    color: #475569;
    font-weight: 600;
}

.review-comment-text {
    margin: 0;
    padding-top: 14px;
    border-top: 1px solid #edf2f7;
    color: #1f2937;
    font-size: 16px;
    line-height: 1.65;
}

@media (max-width: 991.98px) {
    .product-sticky-buybar {
        display: none !important;
    }

    .product-page-title {
        font-size: 26px;
    }

    .product-media-frame {
        min-height: 320px;
    }

    .product-media-stage--image {
        height: 420px;
        min-height: 420px;
    }

    .product-main-image {
        max-height: 100%;
    }

    #product-price-box .price-col {
        max-width: 100%;
        flex-basis: 100%;
    }

    .product-detail-tabs__nav {
        width: 100%;
    }

    .product-detail-tabs__button {
        flex: 1 1 0;
        min-width: 0;
    }

    .review-comment {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 14px;
        padding: 16px;
    }

    .review-comment .avatar {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }
}

@media (min-width: 992px) {
    .product-sticky-buybar {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .product-sticky-buybar__inner {
        grid-template-columns: minmax(0, 1.2fr) auto auto;
        gap: 14px;
    }

    .product-sticky-buybar__thumb {
        width: 56px;
        height: 56px;
        flex-basis: 56px;
    }

    .product-sticky-buybar__title {
        font-size: 16px;
    }

    .product-sticky-buybar__price-box {
        min-width: 154px;
        padding: 8px 12px;
    }

    .product-sticky-buybar__price-main {
        font-size: 26px;
    }

    .product-sticky-buybar__cart {
        min-width: 180px;
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .product-page__header {
        margin-bottom: 16px;
    }

    .product-page__title-block {
        gap: 8px;
    }

    .product-page__header.section-heading-emphasis {
        padding-bottom: 12px;
    }

    .product-page-title {
        font-size: 23px;
    }

    .product-facts {
        gap: 8px;
        padding-top: 2px;
    }

    .product-meta-links {
        gap: 6px 10px;
    }

    .product-short-description .product-section__content,
    .product-details-article,
    .product-details-article--tab,
    .product-detail-tabs__panel--reviews .product-reviews {
        padding: 16px;
    }

    .product-detail-tabs {
        gap: 14px;
    }

    .product-detail-tabs__nav {
        gap: 8px;
    }

    .product-detail-tabs__button {
        min-height: 54px;
        padding: 10px 14px;
        font-size: 14px;
        border-radius: 8px;
    }

    .product-grid-section--product-recommendations .promo-section-heading--stacked {
        margin-bottom: 16px;
        padding-bottom: 12px;
    }

    .product-grid-section--product-recommendations .home-recommendation-heading-row {
        gap: 10px;
    }

    .product-grid-section--product-recommendations .home-recommendation-heading-row h2 {
        padding-left: 14px;
        font-size: 24px;
        line-height: 1.12;
    }

    .product-grid-section--product-recommendations .home-recommendation-heading-row h2::before {
        top: 3px;
        bottom: 3px;
        width: 5px;
    }

.product-description-collapse-toggle {
    width: 100%;
    justify-content: center;
}

.product-grid-section--lazy .container {
    min-height: 120px;
}

.product-recommendation-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 120px;
    padding: 24px;
    color: #5f6f8b;
    background: #fff;
    border: 1px solid #e4ebf5;
}

.product-recommendation-placeholder__spinner {
    width: 22px;
    height: 22px;
    border: 2px solid #d8e2f1;
    border-top-color: #0f67b7;
    border-radius: 50%;
    animation: product-recommendation-spin .8s linear infinite;
}

.product-recommendation-placeholder__text {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.product-recommendation-placeholder--error {
    justify-content: flex-start;
}

@keyframes product-recommendation-spin {
    to {
        transform: rotate(360deg);
    }
}

    .product-detail-tabs__button-label {
        font-size: 14px;
    }

    .product-detail-tabs__button-meta {
        gap: 4px 8px;
        font-size: 11px;
    }

    .product-reviews-summary {
        gap: 8px 12px;
        margin-bottom: 16px;
    }

    .product-reviews-summary__score {
        font-size: 22px;
    }

    .product-history-strip {
        gap: 10px;
        padding-bottom: 4px;
    }

    .product-history-strip__item {
        width: 88px;
        height: 88px;
        padding: 8px;
        border-radius: 8px;
    }

    .add-to-cart-row {
        align-items: stretch;
    }

    .qty-box,
    .add-cart-btn {
        width: 100%;
    }

    .btn-add-cart {
        width: 100%;
    }

    #product-price-box .price-main {
        font-size: 38px;
    }

    .review-comment {
        grid-template-columns: 1fr;
    }

    .review-comment .avatar {
        width: 44px;
        height: 44px;
    }

    .review-comment-text {
        font-size: 15px;
    }
}
