/* FISINGCLUB PATCH 31.0.20: PUBLIC CATALOG SEARCH UI */
.fc-public-search-hero {
    padding: 48px 0;
    background: linear-gradient(135deg, #071b30 0%, #0b355d 55%, #0d4a77 100%);
}
.fc-public-search-hero,
.fc-public-search-hero * {
    color: #fff !important;
}
.fc-public-search-hero span {
    display: block;
    margin-bottom: 9px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    opacity: .72;
}
.fc-public-search-hero h1 {
    margin: 0;
    font-size: clamp(30px, 4vw, 46px);
}
.fc-public-search-hero p {
    margin: 12px 0 0;
    opacity: .8;
}
.fc-public-search-section {
    padding: 34px 0 72px;
    background: #f5f7fa;
}
.fc-public-search-layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 26px;
    align-items: start;
}
.fc-public-search-filter {
    position: sticky;
    top: 20px;
    border: 1px solid #dfe5ed;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(9, 30, 52, .06);
}
.fc-public-search-filter form {
    display: grid;
    gap: 18px;
    padding: 22px;
}
.fc-public-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f4;
}
.fc-public-filter-head strong {
    font-size: 18px;
    color: #102b47;
}
.fc-public-filter-head a {
    font-size: 13px;
    color: #6b7785;
}
.fc-public-search-filter label,
.fc-public-price-filter {
    display: grid;
    gap: 8px;
}
.fc-public-search-filter label > span,
.fc-public-price-filter > span {
    font-size: 13px;
    font-weight: 800;
    color: #34465a;
}
.fc-public-search-filter input[type="search"],
.fc-public-search-filter input[type="number"],
.fc-public-search-filter select {
    width: 100%;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid #ccd5df;
    border-radius: 9px;
    background: #fff;
    color: #172b40;
}
.fc-public-price-filter > div {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 7px;
    align-items: center;
}
.fc-public-price-filter i {
    color: #9aa5b1;
    font-style: normal;
}
.fc-public-stock-check {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center;
    gap: 9px !important;
}
.fc-public-stock-check input {
    width: 17px;
    height: 17px;
}
.fc-public-search-filter button {
    min-height: 46px;
    border: 0;
    border-radius: 9px;
    background: #0b3a69;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}
.fc-public-result-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    margin-bottom: 18px;
    padding: 0 18px;
    border: 1px solid #dfe5ed;
    border-radius: 12px;
    background: #fff;
}
.fc-public-result-toolbar > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.fc-public-result-toolbar strong {
    color: #0b2948;
}
.fc-public-result-toolbar span {
    padding: 5px 8px;
    border-radius: 999px;
    background: #edf4fb;
    color: #34597b;
    font-size: 12px;
}
.fc-public-result-toolbar select {
    min-height: 38px;
    padding: 0 10px;
    border: 1px solid #d5dce5;
    border-radius: 8px;
    background: #fff;
}
.fc-public-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}
.fc-public-product-card {
    overflow: hidden;
    border: 1px solid #e0e5eb;
    border-radius: 14px;
    background: #fff;
    transition: transform .18s ease, box-shadow .18s ease;
}
.fc-public-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(18, 42, 67, .1);
}
.fc-public-product-image {
    position: relative;
    display: grid;
    aspect-ratio: 1 / 1;
    place-items: center;
    overflow: hidden;
    background: #f2f5f8;
}
.fc-public-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fc-public-product-placeholder {
    color: #6b7c8f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
}
.fc-public-product-image em {
    position: absolute;
    inset: auto 10px 10px auto;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(13, 25, 39, .86);
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}
.fc-public-product-image.is-sold-out img {
    filter: grayscale(.45);
    opacity: .72;
}
.fc-public-product-body {
    padding: 15px 15px 17px;
}
.fc-public-product-path {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    min-height: 22px;
}
.fc-public-product-path span,
.fc-public-product-path a {
    color: #6b7b8d;
    font-size: 11px;
}
.fc-public-product-path span + span::before,
.fc-public-product-path a + a::before {
    content: "·";
    margin-right: 5px;
}
.fc-public-product-name {
    display: -webkit-box;
    min-height: 44px;
    margin-top: 7px;
    overflow: hidden;
    color: #162b42;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.fc-public-product-body > small {
    display: block;
    margin-top: 7px;
    color: #8a96a3;
    font-size: 11px;
}
.fc-public-product-price {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: baseline;
    margin-top: 11px;
}
.fc-public-product-price b {
    color: #e24a3b;
    font-size: 15px;
}
.fc-public-product-price strong {
    color: #0a223a;
    font-size: 18px;
}
.fc-public-product-price del {
    color: #9aa3ad;
    font-size: 11px;
}
.fc-public-empty {
    padding: 54px 24px;
    border: 1px dashed #c8d2dd;
    border-radius: 14px;
    background: #f9fbfd;
    text-align: center;
}
.fc-public-empty strong {
    display: block;
    color: #193753;
    font-size: 20px;
}
.fc-public-empty p {
    margin: 10px 0 0;
    color: #687b8e;
}
.fc-public-empty a {
    display: inline-flex;
    margin-top: 18px;
    padding: 10px 16px;
    border-radius: 8px;
    background: #0b3a69;
    color: #fff;
    font-weight: 700;
}
.fc-public-pagination {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 32px;
}
.fc-public-pagination a {
    display: grid;
    min-width: 39px;
    height: 39px;
    padding: 0 9px;
    place-items: center;
    border: 1px solid #d7dfe7;
    border-radius: 8px;
    background: #fff;
    color: #38516b;
}
.fc-public-pagination a.is-current {
    border-color: #0b3a69;
    background: #0b3a69;
    color: #fff;
}
.fc-catalog-home-products .fc-public-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1080px) {
    .fc-public-product-grid,
    .fc-catalog-home-products .fc-public-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 840px) {
    .fc-public-search-layout {
        grid-template-columns: 1fr;
    }
    .fc-public-search-filter {
        position: static;
    }
}
@media (max-width: 700px) {
    .fc-public-product-grid,
    .fc-catalog-home-products .fc-public-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    .fc-public-result-toolbar {
        align-items: flex-start;
        flex-direction: column;
        padding: 13px;
    }
    .fc-public-result-toolbar select {
        width: 100%;
    }
}
