.elementor-130 .elementor-element.elementor-element-a4fc8dc{--display:flex;--margin-top:0px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;}.elementor-130 .elementor-element.elementor-element-1b354ad{--display:flex;}:root{--page-title-display:none;}



/* Start custom CSS */.fpg-catalog,
.fpg-catalog * {
    box-sizing: border-box;
}
 
.fpg-catalog {
    --fpg-accent: #69b9ad;
    --fpg-accent-dark: #3f8e84;
    --fpg-text: #171717;
    --fpg-muted: #a6a6a6;
    --fpg-line: #dfdfdc;
    --fpg-image-bg: #f4efec;
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    color: var(--fpg-text);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.fpg-toolbar {
    position: relative;
    display: flex;
    min-height: 32px;
    align-items: flex-start;
    justify-content: flex-end;
    margin: 0 0 84px;
}

.fpg-category-filter {
    display: flex;
    align-items: center;
    margin: 0;
}

.fpg-category-filter__control {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.fpg-category-filter select {
    width: auto;
    max-width: 280px;
    min-height: 30px;
    margin: 0;
    padding: 0 21px 0 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    appearance: none;
    color: #171717;
    background: transparent;
    font: inherit;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.025em;
    cursor: pointer;
}

.fpg-category-filter select::-ms-expand {
    display: none;
}

.fpg-category-filter select:focus-visible {
    outline: 2px solid var(--fpg-accent-dark);
    outline-offset: 4px;
}

.fpg-category-filter__control svg {
    position: absolute;
    top: 50%;
    right: 1px;
    color: #171717;
    transform: translateY(-50%);
    pointer-events: none;
}

.fpg-category-filter__submit {
    margin-left: 8px;
}

.fpg-grid {
    display: grid;
    grid-template-columns: repeat(var(--fpg-desktop-columns, 3), minmax(0, 1fr));
    gap: 10px 60px;
}

.fpg-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.fpg-card__image-link {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 2px;
    background:
        radial-gradient(
            ellipse at 50% 82%,
            rgba(190, 180, 170, 0.22) 0%,
            rgba(225, 218, 212, 0.12) 30%,
            rgba(255, 255, 255, 0) 58%
        ),
        linear-gradient(
            180deg,
            #eee9e5 0%,
            #f4f0ed 55%,
            #fbfaf8 100%
        );
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fpg-card__image {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    transition: transform 0.45s cubic-bezier(0.2, 0.65, 0.3, 1);
}

.fpg-card__image-link:hover .fpg-card__image,
.fpg-card__image-link:focus .fpg-card__image {
    transform: scale(1.025);
}

.fpg-card__placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #b7b1ab;
}

.fpg-card__body {
    min-height: 178px;
    padding: 13px 0 0;
}

.fpg-card__title {
    margin: 0;
    padding: 0;
    color: var(--fpg-text);
    font-size: clamp(21px, 1.78vw, 27px);
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: 0.032em;
}

.fpg-card__title a {
    color: inherit;
    text-decoration: none;
}

.fpg-card__title a:hover,
.fpg-card__title a:focus {
    color: var(--fpg-accent-dark);
}

.fpg-card__category {
    min-height: 18px;
    margin-top: 9px;
    color: #b7b7b4;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
}

.fpg-card__specs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 10px;
    min-height: 25px;
    margin-top: 16px;
}

.fpg-card__spec {
    display: inline-flex;
    min-height: 25px;
    align-items: center;
    justify-content: center;
    padding: 2px 7px;
    border: 1px solid var(--fpg-accent);
    border-radius: 6px;
    color: #75b9b0;
    background: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.fpg-card__colors {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    min-height: 48px;
    margin-top: 15px;
}

.fpg-card__swatch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    background-color: var(--fpg-swatch, #d0a36b);
    background-image: var(--fpg-swatch-image, none);
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.13);
}

.fpg-card__swatch::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.16), transparent 44%, rgba(0, 0, 0, 0.055));
    content: "";
}

.fpg-card__price {
    margin-top: 15px;
    color: #222;
    font-size: 17px;
    font-weight: 600;
}

.fpg-card__price del {
    margin-right: 6px;
    color: #aaa;
    font-weight: 400;
}

.fpg-card__button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    margin-top: 17px;
    padding: 0 18px;
    border: 1px solid #202020;
    border-radius: 4px;
    background: #202020;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.fpg-card__button:hover,
.fpg-card__button:focus {
    border-color: var(--fpg-accent-dark);
    background: var(--fpg-accent-dark);
    color: #fff;
}

.fpg-empty {
    display: flex;
    min-height: 240px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px;
    border: 1px dashed #d8d8d4;
    border-radius: 8px;
    color: #8f8f8b;
    text-align: center;
}

.fpg-empty p {
    margin: 12px 0 0;
    font-size: 15px;
}

.fpg-notice {
    padding: 16px 18px;
    border-left: 4px solid #dba617;
    background: #fff8dd;
    color: #5e4a15;
}

.fpg-pagination {
    margin-top: 58px;
}

.fpg-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

.fpg-pagination .page-numbers li {
    margin: 0;
    padding: 0;
}

.fpg-pagination a.page-numbers,
.fpg-pagination span.page-numbers {
    display: inline-flex;
    min-width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid #dededa;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: all 0.2s ease;
}

.fpg-pagination a.page-numbers:hover,
.fpg-pagination a.page-numbers:focus,
.fpg-pagination span.page-numbers.current {
    border-color: var(--fpg-accent-dark);
    background: var(--fpg-accent-dark);
    color: #fff;
}

@media (max-width: 1100px) {
    .fpg-toolbar {
        margin-bottom: 64px;
    }

    .fpg-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 34px;
    }
}

@media (max-width: 767px) {
    .fpg-catalog {
        width: 100%;
    }

    .fpg-toolbar {
        margin-bottom: 48px;
    }

    .fpg-category-filter select {
        max-width: calc(100vw - 48px);
    }

    .fpg-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
    }

    .fpg-card__title {
        font-size: 23px;
    }

    .fpg-card__swatch {
        width: 44px;
        height: 44px;
    }

    .fpg-pagination {
        margin-top: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fpg-catalog *,
    .fpg-catalog *::before,
    .fpg-catalog *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}/* End custom CSS */
