/*
Theme Name: Favori 2
Theme URI: https://wp.local
Author: Favori Migration
Description: Premium redesign of the migrated Favori website.
Version: 0.2.0
Text Domain: favori-2
*/

.favori-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

[hidden] {
    display: none !important;
}

.catalog-grid,
.product-grid,
.component-grid,
.benefit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.product-card a {
    color: inherit;
    text-decoration: none;
}

.product-card img,
.training-card img,
.science-slide img,
.contacts-gallery img,
.product-detail__hero img,
.product-gallery img,
.component-grid img {
    max-width: 100%;
    height: auto;
    display: block;
}

.product-gallery__track,
.contacts-gallery__track,
.science-slider__track {
    display: flex;
    transition: transform 320ms ease;
}

.product-gallery__track > *,
.contacts-gallery__track > *,
.science-slider__track > * {
    min-width: 100%;
}

.training-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    overflow: auto;
    background: rgba(0, 0, 0, 0.55);
    padding: 32px;
}

.training-modal__panel {
    max-width: 920px;
    margin: 0 auto;
    background: #fff;
    padding: 32px;
}

.contacts-gallery__card--map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: 0;
}

.catalog-filter__option[aria-current="true"] {
    color: var(--color-accent-dark);
}

.form__success {
    margin: 10px 0 0;
    color: var(--color-accent);
    font-size: 14px;
    line-height: 1.35;
}

.catalog-products-list .catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contacts-gallery__card--photo img,
.contacts-gallery__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contacts-gallery__card--map .map-widget {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.contacts-gallery__card--map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: 0;
}

.product-slider__viewport,
.science-slider,
.science-slider__viewport,
.results-slider,
.results-slider__viewport,
.product-gallery,
.product-gallery__viewport,
.product-gallery__track,
.product-gallery__slide,
.product-gallery__slide img,
.component-slider__viewport,
.contacts-gallery__viewport {
    touch-action: pan-y;
}

.product-gallery__viewport,
.product-gallery__track,
.product-gallery__slide,
.product-gallery__slide img {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.product-gallery__slide img {
    pointer-events: none;
}

.product-hero__visual {
    min-height: 0;
    overflow: hidden;
}

.product-hero__visual img {
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
}

.map-widget__scroll-lock {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: transparent;
}

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

    .product-hero__visual {
        min-height: 0;
        height: clamp(420px, 58vw, 560px);
        overflow: hidden;
    }

    .product-hero__visual img {
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover;
        object-position: center;
    }
}

@media (max-width: 767px) {
    .catalog-products-list .catalog-grid,
    .training-grid {
        grid-template-columns: 1fr;
    }

    .product-hero__visual {
        height: clamp(330px, 92vw, 420px);
        border-radius: 18px;
    }
}
