.catalog-product-hero {
    padding: 34px 0 84px;
}

.catalog-product-hero .breadcrumbs {
    margin-bottom: 34px;
}

.catalog-product-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
    gap: clamp(44px, 6vw, 86px);
    align-items: start;
}

.catalog-product-gallery {
    position: sticky;
    top: 112px;
    min-width: 0;
}

.catalog-product-media {
    position: relative;
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    padding: clamp(44px, 7vw, 94px);
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 48%, rgba(217, 28, 30, .055), transparent 38%),
        #f3f3f2;
    border: 1px solid #e2e3e1;
    border-radius: 22px;
}

.catalog-product-media::after {
    position: absolute;
    inset: 9%;
    border: 1px solid rgba(32, 33, 36, .055);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.catalog-product-media .product-badge {
    z-index: 2;
}

.catalog-product-media img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 180ms ease, transform 240ms ease;
}

.catalog-product-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    padding-bottom: 4px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.catalog-thumb {
    flex: 0 0 82px;
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    padding: 9px;
    border: 1px solid #dedfdd;
    border-radius: 12px;
    background: #f5f5f4;
    cursor: pointer;
}

.catalog-thumb.is-active {
    border-color: var(--red);
    box-shadow: inset 0 0 0 1px var(--red);
}

.catalog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catalog-product-info {
    padding-top: 8px;
}

.catalog-product-brand {
    margin-bottom: 20px;
    color: #717775;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.catalog-product-info h1 {
    max-width: 620px;
    margin: 0 0 18px;
    font-size: clamp(40px, 5vw, 66px);
    font-weight: 600;
    line-height: .96;
    letter-spacing: -.06em;
    overflow-wrap: anywhere;
}

.catalog-product-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
    color: #747a77;
    font-size: 12px;
}

.catalog-stock {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #24733b;
    font-weight: 750;
}

.catalog-stock i {
    width: 7px;
    height: 7px;
    background: #35a45a;
    border-radius: 50%;
}

.catalog-product-price {
    margin: 28px 0 3px;
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.05em;
}

.catalog-product-vat {
    margin: 0;
    color: #7c817f;
    font-size: 11px;
    line-height: 1.5;
}

.catalog-product-intro {
    margin: 26px 0;
    color: #4f5552;
    font-size: 15px;
    line-height: 1.7;
}

.catalog-product-buy {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 10px;
}

.catalog-qty {
    min-height: 54px;
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    align-items: center;
    border: 1px solid #d9dcda;
    border-radius: 999px;
}

.catalog-qty button,
.catalog-qty input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    text-align: center;
}

.catalog-qty button {
    height: 100%;
    color: #202124;
    font-size: 20px;
    cursor: pointer;
}

.catalog-qty input {
    min-width: 0;
    color: #202124;
    font-weight: 750;
}

.catalog-product-measure {
    width: 100%;
    min-height: 52px;
    margin-top: 10px;
}

.catalog-product-service {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 32px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
}

.catalog-product-service div {
    min-width: 0;
    padding-right: 12px;
}

.catalog-product-service div + div {
    padding-left: 14px;
    border-left: 1px solid var(--line);
}

.catalog-product-service span,
.catalog-product-service strong,
.catalog-product-service small {
    display: block;
}

.catalog-product-service span {
    margin-bottom: 10px;
    color: var(--red);
    font-size: 10px;
    font-weight: 800;
}

.catalog-product-service strong {
    margin-bottom: 4px;
    font-size: 13px;
}

.catalog-product-service small {
    color: #858b88;
    font-size: 10px;
    line-height: 1.4;
}

.catalog-product-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
    gap: 18px;
    align-items: start;
}

.catalog-product-description,
.catalog-product-specs {
    padding: clamp(28px, 4vw, 48px);
    border-radius: 20px;
}

.catalog-product-description {
    background: #fff;
    border: 1px solid #e1e2e0;
}

.catalog-product-description h2,
.catalog-product-specs h2 {
    margin: 12px 0 30px;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1;
    letter-spacing: -.05em;
}

.feed-description {
    color: #454b48;
    font-size: 15px;
    line-height: 1.75;
}

.feed-description > :first-child {
    margin-top: 0;
}

.feed-description > :last-child {
    margin-bottom: 0;
}

.feed-description p,
.feed-description ul,
.feed-description ol {
    margin: 0 0 18px;
}

.feed-description ul,
.feed-description ol {
    padding-left: 20px;
}

.feed-description li + li {
    margin-top: 6px;
}

.feed-description strong {
    color: #202124;
}

.catalog-product-specs {
    position: sticky;
    top: 112px;
    color: #fff;
    background: #202124;
}

.catalog-product-specs .eyebrow {
    color: rgba(255, 255, 255, .55);
}

.catalog-spec-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(110px, .8fr);
    gap: 18px;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, .13);
}

.catalog-spec-row span {
    color: rgba(255, 255, 255, .58);
    font-size: 11px;
    line-height: 1.45;
}

.catalog-spec-row strong {
    font-size: 12px;
    line-height: 1.45;
    text-align: right;
}

.catalog-related .product-card h3 a {
    color: inherit;
}

.catalog-related .product-media img {
    object-fit: contain;
}

.catalog-product-not-found {
    padding: 100px 0;
    text-align: center;
}

.catalog-product-not-found h1 {
    margin: 0 0 16px;
    font-size: clamp(44px, 7vw, 80px);
    letter-spacing: -.06em;
}

.catalog-product-not-found p {
    margin: 0 0 24px;
    color: var(--muted);
}

@media (max-width: 980px) {
    .catalog-product-grid,
    .catalog-product-content-grid {
        grid-template-columns: 1fr;
    }

    .catalog-product-gallery,
    .catalog-product-specs {
        position: static;
    }

    .catalog-product-media {
        max-height: 680px;
    }
}

@media (max-width: 620px) {
    .catalog-product-hero {
        padding: 24px 0 58px;
    }

    .catalog-product-hero .breadcrumbs {
        margin-bottom: 22px;
    }

    .catalog-product-grid {
        gap: 30px;
    }

    .catalog-product-media {
        padding: 36px;
        border-radius: 16px;
    }

    .catalog-thumb {
        flex-basis: 68px;
        width: 68px;
        height: 68px;
    }

    .catalog-product-info h1 {
        font-size: 38px;
    }

    .catalog-product-buy {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .catalog-product-service {
        gap: 0;
    }

    .catalog-product-service div {
        padding-right: 8px;
    }

    .catalog-product-service div + div {
        padding-left: 9px;
    }

    .catalog-product-description,
    .catalog-product-specs {
        padding: 26px 20px;
        border-radius: 16px;
    }

    .catalog-spec-row {
        grid-template-columns: minmax(0, 1fr) minmax(100px, .9fr);
        gap: 12px;
    }
}
