.lpc-filters,
.lpc-contact-form,
.lpc-product,
.lpc-catalogue {
    box-sizing: border-box;
    font-family: inherit;
}
.lpc-filters *,
.lpc-contact-form *,
.lpc-product *,
.lpc-catalogue * {
    box-sizing: border-box;
}
.lpc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    padding: 13px 20px;
    color: #fff;
    background: var(--accent, #c9232b);
    border: 1px solid transparent;
    border-radius: 5px;
    text-decoration: none;
    font:
        700 14px/1.4 Arial,
        Helvetica,
        sans-serif;
    cursor: pointer;
    transition: filter 0.2s;
}
.lpc-button:hover {
    filter: brightness(0.87);
    color: white;
}
.lpc-button:focus-visible,
.lpc-filters select:focus-visible,
.lpc-contact-form input:focus-visible,
.lpc-contact-form textarea:focus-visible,
.lpc-contact-form select:focus-visible {
    outline: 3px solid #2867d3;
    outline-offset: 3px;
}
.lpc-filters {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.5fr 1.3fr auto;
    gap: 14px;
    align-items: end;
    padding: 24px;
    background: #f4f5f4;
    border: 1px solid #dfe2e0;
    border-radius: 6px;
}
.lpc-filters label,
.lpc-form-grid label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    color: #30383b;
}
.lpc-filters select,
.lpc-form-grid input,
.lpc-form-grid select,
.lpc-form-grid textarea {
    display: block;
    width: 100%;
    min-width: 0;
    padding: 12px 11px;
    border: 1px solid #c6cdcd;
    background: #fff;
    color: #172024;
    border-radius: 4px;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin: 7px 0 0;
    min-height: 48px;
}
.lpc-filters select {
    padding-right: 28px;
}
.lpc-filters-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
    background: none;
    border: 0;
    padding: 0;
    gap: 12px;
}
.lpc-filters-compact select {
    background: #fff;
}
.lpc-results-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 24px 0;
    font-size: 14px;
}
.lpc-results-heading p {
    margin: 0;
}
.lpc-results-heading a {
    color: #535d62;
    text-underline-offset: 3px;
    font-size: 12px;
}
.lpc-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.lpc-card {
    border: 1px solid #dfe2e0;
    background: white;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.lpc-card-photo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1.45;
    background: #f4f5f4;
    text-decoration: none;
    overflow: hidden;
}
.lpc-card-photo > img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding: 18px;
    transition: transform 0.3s;
}
.lpc-card:hover .lpc-card-photo > img {
    transform: scale(1.035);
}
.lpc-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    height: 100%;
    padding: 18px;
    background: #f3f4f3;
}
.lpc-placeholder svg {
    max-width: 45%;
    max-height: 85%;
    height: 155px;
}
.lpc-placeholder > span {
    font:
        400 10px Arial,
        sans-serif;
    color: #70797b;
}
.lpc-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    border-radius: 3px;
    padding: 4px 9px;
    font-size: 10px;
    font-weight: 700;
    background: white;
    color: #222;
    border: 1px solid #e0e3e3;
}
.lpc-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.lpc-brand {
    display: block;
    color: var(--accent, #c9232b);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 9px;
}
.lpc-card h2 {
    font-size: 22px;
    margin: 0 0 12px;
    line-height: 1.15;
    letter-spacing: -0.03em;
}
.lpc-card h2 a {
    color: #151c1f;
    text-decoration: none;
}
.lpc-dimension {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px;
}
.lpc-dimension small {
    font-size: 13px;
    font-weight: 400;
    color: #5b6368;
}
.lpc-stock {
    font-size: 12px;
    color: #636e71;
    margin: 0 0 24px;
}
.lpc-card-bottom {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid #e1e5e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.lpc-price {
    font-size: 23px;
    letter-spacing: -0.03em;
    line-height: 1.2;
}
.lpc-card-bottom small {
    display: block;
    font-size: 10px;
    color: #626d72;
    margin-top: 3px;
}
.lpc-detail-link {
    color: #202729;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}
.lpc-detail-link span {
    margin-left: 8px;
    color: var(--accent, #c9232b);
}
.lpc-empty {
    text-align: center;
    padding: 60px 24px;
    border: 1px dashed #cbd1d1;
    background: #f8f9f8;
    border-radius: 6px;
}
.lpc-empty h2 {
    font-size: 29px;
    line-height: 1.15;
    margin-bottom: 17px;
}
.lpc-empty p {
    font-size: 15px;
    line-height: 1.7;
    max-width: 640px;
    margin: 0 auto 25px;
    color: #5c676b;
}
.lpc-catalogue-note {
    font-size: 12px !important;
    line-height: 1.7;
    margin: 30px 0 0;
    color: #677278;
    max-width: 1000px;
}
.lpc-pagination {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 28px;
}
.lpc-pagination .page-numbers {
    padding: 8px 14px;
    background: #f3f5f4;
    color: #1b2225;
    border: 1px solid #dfe3e2;
    border-radius: 3px;
    text-decoration: none;
}
.lpc-pagination .current {
    background: var(--accent, #c9232b);
    color: white;
    border-color: var(--accent, #c9232b);
}
.lpc-product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
}
.lpc-product-image {
    background: #f4f5f4;
    min-height: 410px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    overflow: hidden;
}
.lpc-product-image > img {
    width: 100%;
    height: 100%;
    max-height: 640px;
    object-fit: contain;
    padding: 28px;
}
.lpc-product-image .lpc-placeholder svg {
    height: 300px;
    width: 240px;
}
.lpc-product-info h1 {
    font-size: clamp(33px, 4vw, 55px);
    line-height: 1.04;
    margin: 10px 0 20px;
    letter-spacing: -0.045em;
}
.lpc-product-info > .lpc-dimension {
    font-size: 23px;
}
.lpc-product-price {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin: 25px 0 9px;
}
.lpc-product-price small {
    display: block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    color: #636e73;
}
.lpc-specs {
    margin: 27px 0;
}
.lpc-specs > div {
    display: flex;
    justify-content: space-between;
    padding: 11px 0;
    gap: 20px;
    border-bottom: 1px solid #dde2e2;
    font-size: 14px;
}
.lpc-specs dt {
    color: #5d686d;
}
.lpc-specs dd {
    margin: 0;
    text-align: right;
    font-weight: 700;
}
.lpc-product-description {
    grid-column: 1/-1;
    width: 100%;
    max-width: 900px;
}
.lpc-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 19px 16px;
}
.lpc-form-grid small {
    font-size: 10px;
    font-weight: 400;
}
.lpc-full {
    grid-column: 1/-1;
}
.lpc-form-grid textarea {
    min-height: 145px;
    resize: vertical;
}
.lpc-form-grid input::placeholder,
.lpc-form-grid textarea::placeholder {
    color: #737b7f;
}
.lpc-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 22px;
    font-size: 12px;
    line-height: 1.7;
    font-weight: 400;
    color: #535e62;
}
.lpc-consent input {
    margin: 4px 0 0;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    accent-color: var(--accent, #c9232b);
}
.lpc-consent a {
    color: #323d43;
}
.lpc-small {
    font-size: 11px;
    line-height: 1.7;
    color: #636f75;
    margin: 16px 0;
}
.lpc-submit {
    width: 100%;
    justify-content: space-between;
    padding: 16px 20px;
}
.lpc-trap {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}
.lpc-notice {
    padding: 18px 20px;
    background: #e8f5ec;
    border: 1px solid #a3c8ae;
    color: #164e2d;
    border-radius: 5px;
    margin-bottom: 24px;
    font-size: 14px;
}
.lpc-notice p {
    margin: 8px 0 0;
    font-size: 13px;
}
.lpc-selected-tyre {
    padding: 13px 16px;
    background: #fff;
    border-left: 3px solid var(--accent, #c9232b);
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 22px;
}
@media (max-width: 1100px) {
    .lpc-filters:not(.lpc-filters-compact) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lpc-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lpc-product {
        gap: 35px;
    }
    .lpc-card-body {
        padding: 20px;
    }
}
@media (max-width: 760px) {
    .lpc-filters:not(.lpc-filters-compact) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 18px;
        gap: 14px;
    }
    .lpc-filters-compact {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }
    .lpc-filters-compact > .lpc-button {
        grid-column: 1/-1;
    }
    .lpc-results-heading {
        align-items: flex-start;
        gap: 10px;
        font-size: 13px;
    }
    .lpc-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
    .lpc-card-body {
        padding: 17px;
    }
    .lpc-card h2 {
        font-size: 19px;
    }
    .lpc-card-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }
    .lpc-card-photo {
        aspect-ratio: 1.1;
    }
    .lpc-placeholder svg {
        height: 125px;
    }
    .lpc-price {
        font-size: 21px;
    }
    .lpc-product {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .lpc-product-image {
        min-height: 300px;
        max-height: 430px;
    }
    .lpc-product-info h1 {
        font-size: 39px;
    }
    .lpc-form-grid {
        grid-template-columns: 1fr;
        gap: 17px;
    }
    .lpc-empty {
        padding: 38px 20px;
    }
    .lpc-empty h2 {
        font-size: 25px;
    }
}
@media (max-width: 480px) {
    .lpc-grid {
        grid-template-columns: 1fr;
    }
    .lpc-card-photo {
        aspect-ratio: 1.6;
    }
    .lpc-card-bottom {
        flex-direction: row;
        align-items: center;
    }
    .lpc-placeholder svg {
        height: 155px;
    }
    .lpc-card h2 {
        font-size: 23px;
    }
    .lpc-filters select {
        font-size: 13px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .lpc-button,
    .lpc-card-photo > img {
        transition: none;
    }
}
