.catalog-series-overview {
    margin-top: 36px;
}

.catalog-series-block {
    margin-top: 48px;
}

.catalog-series-block:first-child,
.catalog-series-block--standalone {
    margin-top: 28px;
}

.catalog-series-block__marketing {
    max-width: 920px;
    margin: 14px 0 28px;
    padding-left: 18px;
    border-left: 2px solid var(--datts-accent, #ffe096);
}

.catalog-series-block__description {
    margin: 0;
    max-width: 860px;
    color: rgba(255, 255, 255, 0.72);
    font-family: montserrat-regular;
    font-size: 15px;
    line-height: 1.6;
    white-space: pre-line;
}

.catalog-series-block__details-link,
.catalog-series-block__details-link:visited {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 12px;
    color: var(--datts-accent, #ffe096);
    font-family: montserrat-semibold, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}

.catalog-series-block__details-link:hover,
.catalog-series-block__details-link:focus-visible {
    gap: 13px;
    color: var(--datts-accent-soft, #fff0c4);
}

.datts-products {
    --page-bg: #000;
    --card-bg: #080806;
    --text: #f6f2e9;
    --muted: rgba(246, 242, 233, 0.62);
    --gold: #e8c36f;
    --gold-light: #ffe096;
    --gold-border: rgba(232, 195, 111, 0.78);
    --gap: clamp(40px, 3.8vw, 72px);
    padding: clamp(28px, 4vw, 46px) 0 clamp(40px, 5vw, 62px);
    background:
        radial-gradient(circle at 46% 20%, rgba(156, 113, 55, 0.13), transparent 34%),
        linear-gradient(180deg, #020202 0%, #000 100%);
    color: var(--text);
    font-family: montserrat-regular, "Segoe UI", Arial, sans-serif;
}

.datts-products,
.datts-products *,
.datts-products *::before,
.datts-products *::after {
    box-sizing: border-box;
}

.datts-products .product-card,
.datts-products .product-card a,
.datts-products .product-card div,
.datts-products .product-card h3,
.datts-products .product-card span {
    font-family: inherit;
}

.datts-products a {
    text-decoration: none;
}

.datts-products__container {
    width: min(100% - 64px, 1570px);
    margin: 0 auto;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: var(--gap);
    row-gap: calc(var(--gap) + 20px);
}

.product-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--card-bg);
    isolation: isolate;
}

.product-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.015), inset 0 -80px 105px rgba(0, 0, 0, 0.28);
}

.product-card__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center;
    transform: scale(1);
    transition: transform 0.55s ease, filter 0.55s ease;
}

.product-card:hover .product-card__image img {
    transform: scale(1.045);
    filter: brightness(1.06);
}

.product-card__image-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    color: rgba(246, 242, 233, 0.48);
    text-align: center;
}

.product-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding-top: clamp(20px, 1.8vw, 26px);
}

.product-card__category {
    margin-bottom: 12px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.045em;
    line-height: 1.2;
    text-transform: uppercase;
}

.product-card__title {
    margin: 0 0 14px;
    width: 80%;
    color: var(--text);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.22;
}

.product-card__title a {
    transition: color 0.25s ease;
}

.product-card__title a:hover {
    color: var(--gold-light);
}

.product-card__meta,
.product-card__submeta {
    color: var(--muted);
    font-size: clamp(15px, 1.02vw, 17px);
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1.42;
}

.product-card__meta {
    width: 80%;
}

.product-card__submeta {
    margin-top: 8px;
}

.product-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: auto;
    padding-top: clamp(24px, 2.4vw, 32px);
}

.product-card__price {
    color: var(--gold-light);
    font-size: 26px;
    font-weight: 300;
    letter-spacing: -0.038em;
    line-height: 1;
    white-space: nowrap;
}

.product-card__cart {
    min-width: clamp(168px, 11.8vw, 198px);
    min-height: 45px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border: 1px solid var(--gold-border);
    border-radius: 8px;
    background: rgba(232, 195, 111, 0.035);
    color: var(--gold-light);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1;
    box-shadow: 0 0 0 1px rgba(232, 195, 111, 0.08), 0 0 25px rgba(232, 195, 111, 0.06);
    transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.product-card__cart svg {
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-card__cart:hover {
    transform: translateY(-1px);
    background: rgba(232, 195, 111, 0.14);
    border-color: var(--gold-light);
    color: #fff0bd;
}

.product-card__cart.is-added {
    background: var(--gold);
    border-color: var(--gold);
    color: #070604;
}

@media (max-width: 1180px) {
    .product-card__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-card__cart {
        width: 100%;
    }
}

@media (max-width: 860px) {
    .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .catalog-series-overview {
        margin-top: 26px;
    }

    .catalog-series-block {
        margin-top: 36px;
    }

    .datts-products__container {
        width: min(100% - 28px, 480px);
    }

    .products-grid {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .product-card__body {
        padding-top: 22px;
    }
}
