/*
 * Siteware Property Search 1.1.5
 * Pierwszy polish pass: pełna szerokość, offset pod sticky headerem,
 * stabilna typografia oraz responsywne układy desktop/tablet/mobile.
 */

/*
 * Usuwa szczeliny tworzone przez margines body i wrappery Elementora.
 * Reguły działają tylko na stronie, na której rzeczywiście znajduje się
 * shortcode wyszukiwarki.
 */
html.swp-search-document,
body.swp-search-page,
html:has(.swp-property-search),
body:has(.swp-property-search) {
    margin: 0 !important;
    padding: 0 !important;
    background: #FFFCFA !important;
}

.swp-search-widget-host,
.swp-search-widget-host > .elementor-widget-container,
.swp-search-shortcode-host {
    display: block !important;
    width: 100% !important;
    margin-block: 0 !important;
    padding-block: 0 !important;
    border-block: 0 !important;
    background: #FFFCFA !important;
    line-height: 0 !important;
}

.swp-search-container-host,
.swp-search-container-host > .e-con-inner {
    margin-block: 0 !important;
    padding-block: 0 !important;
    border-block: 0 !important;
    row-gap: 0 !important;
    background: #FFFCFA !important;
    box-shadow: none !important;
}

.swp-search-shortcode-host > .swp-property-search,
.swp-search-widget-host .swp-property-search {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.55;
    vertical-align: top;
}

.swp-property-search {
    --swp-primary: #480505;
    --swp-primary-dark: #350303;
    --swp-bg: #FFFCFA;
    --swp-surface: #FFFFFF;
    --swp-text: #1B1919;
    --swp-muted: #716A66;
    --swp-border: rgba(72, 5, 5, .16);
    --swp-heading: "Old Standard TT", Georgia, serif;
    --swp-body: "Manrope", Arial, sans-serif;
    --swp-gutter: clamp(16px, 4vw, 56px);
    --swp-header-clearance: clamp(104px, 7vw, 132px);

    position: relative;
    left: 50%;
    width: 100vw;
    max-width: none;
    margin: 0 0 0 -50vw;
    padding: var(--swp-header-clearance) 0 0;
    overflow: hidden;
    overflow: clip;
    color: var(--swp-text);
    background: var(--swp-bg);
    font-family: var(--swp-body);
    font-size: clamp(16px, calc(16px + (18 - 16) * ((100vw - 390px) / (1920 - 390))), 18px);
    font-weight: 400;
    line-height: 1.55;
    isolation: isolate;
}

.swp-property-search,
.swp-property-search *,
.swp-property-search *::before,
.swp-property-search *::after {
    box-sizing: border-box;
}

.swp-property-search [hidden] {
    display: none !important;
}

.swp-property-search__form,
.swp-property-search__results {
    width: min(calc(100% - var(--swp-gutter) - var(--swp-gutter)), 1320px);
    margin-inline: auto;
}

.swp-property-search__form {
    position: relative;
    z-index: 1;
    padding: clamp(24px, 2.5vw, 36px);
    background: var(--swp-surface);
    background: color-mix(in srgb, var(--swp-surface) 96%, var(--swp-bg));
    border: 1px solid var(--swp-border);
    border-radius: 20px;
    box-shadow: 0 18px 55px rgba(27, 25, 25, .07);
}

.swp-property-search__quick {
    display: grid;
    grid-template-columns: minmax(150px, .95fr) minmax(150px, .95fr) minmax(210px, 1.25fr) minmax(240px, 1.35fr) auto;
    gap: 16px;
    align-items: end;
}

.swp-filter-field,
.swp-filter-range {
    display: grid;
    gap: 8px;
    min-width: 0;
    margin: 0;
}

.swp-filter-field > span,
.swp-filter-range > span,
.swp-filter-choices legend {
    color: var(--swp-primary);
    font-family: var(--swp-body) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: .14em !important;
    line-height: 1.3 !important;
    text-transform: uppercase !important;
}

.swp-property-search select,
.swp-property-search input[type="text"],
.swp-property-search input[type="search"],
.swp-property-search input[type="number"] {
    width: 100%;
    min-width: 0;
    height: 52px;
    margin: 0;
    padding: 0 15px;
    color: var(--swp-text) !important;
    background: #fff !important;
    border: 1px solid rgba(27, 25, 25, .18) !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    font-family: var(--swp-body) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: normal !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.swp-property-search select:focus,
.swp-property-search input:focus {
    border-color: var(--swp-primary) !important;
    box-shadow: 0 0 0 3px rgba(72, 5, 5, .08) !important;
}

.swp-filter-range > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 8px;
}

.swp-filter-range > div > span {
    color: var(--swp-muted);
    font-size: 14px;
}

.sw-filter-actions {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    gap: 10px;
    min-width: max-content;
}

.swp-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin: 0;
    padding: 0 22px;
    border-radius: 999px !important;
    font-family: var(--swp-body) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: normal !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: none !important;
    white-space: nowrap;
    cursor: pointer;
    transition: transform .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.swp-button--primary {
    color: #fff !important;
    background: var(--swp-primary) !important;
    border: 1px solid var(--swp-primary) !important;
}

.swp-button--primary:hover,
.swp-button--primary:focus-visible {
    color: #fff !important;
    background: var(--swp-primary-dark) !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .10);
}

.swp-button--ghost {
    color: var(--swp-primary) !important;
    background: #fff !important;
    border: 1px solid var(--swp-border) !important;
}

.swp-button--ghost:hover,
.swp-button--ghost:focus-visible,
.swp-button--ghost.is-open {
    color: #fff !important;
    background: var(--swp-primary) !important;
    border-color: var(--swp-primary) !important;
}

.swp-button--link {
    min-height: 44px;
    color: var(--swp-primary) !important;
    background: transparent !important;
    border: 0 !important;
    text-decoration: underline !important;
    text-underline-offset: 4px;
}

.swp-property-search__advanced {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid var(--swp-border);
}

.swp-property-search__advanced-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px 18px;
}

.swp-filter-field--span-2 { grid-column: span 2; }
.swp-filter-field--span-all { grid-column: 1 / -1; }

.swp-filter-choices {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.swp-filter-choices > div {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 10px;
}

.swp-filter-choices label {
    position: relative;
    margin: 0;
    cursor: pointer;
}

.swp-filter-choices input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.swp-filter-choices label span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    min-height: 42px;
    padding: 0 14px;
    color: var(--swp-text);
    background: #fff;
    border: 1px solid rgba(27, 25, 25, .18);
    border-radius: 999px;
    font-family: var(--swp-body) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: normal !important;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.swp-filter-choices input:checked + span,
.swp-filter-choices input:focus-visible + span {
    color: #fff;
    background: var(--swp-primary);
    border-color: var(--swp-primary);
}

.swp-property-search__advanced-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 30px;
}

.swp-property-search__results {
    position: relative;
    padding: clamp(38px, 4vw, 56px) 0 clamp(64px, 7vw, 112px);
}

.swp-property-search.is-loading .swp-property-search__results {
    opacity: .58;
    pointer-events: none;
}

.swp-property-search.is-loading .swp-property-search__results::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    border: 3px solid rgba(72, 5, 5, .18);
    border-top-color: var(--swp-primary);
    border-radius: 50%;
    animation: swp-spin .8s linear infinite;
}

@keyframes swp-spin { to { transform: rotate(360deg); } }

.swp-property-search__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
    padding: 0 2px;
}

.swp-property-search__toolbar > div {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px 9px;
    color: var(--swp-muted);
    font-family: var(--swp-body) !important;
}

.swp-property-search__toolbar strong {
    color: var(--swp-text);
    font-family: var(--swp-heading) !important;
    font-size: 31px !important;
    font-weight: 800 !important;
    letter-spacing: normal !important;
    line-height: 1 !important;
}

.swp-property-search__toolbar > div span {
    font-size: 13px !important;
    letter-spacing: normal !important;
}

.swp-property-search__sort {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: var(--swp-muted);
    font-family: var(--swp-body) !important;
    font-size: 13px !important;
    letter-spacing: normal !important;
    white-space: nowrap;
}

.swp-property-search__sort select {
    width: auto;
    min-width: 260px;
    height: 46px;
}

.swp-property-search__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 32px 24px;
}

.swp-search-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    color: var(--swp-text);
    background: #fff;
    border: 1px solid var(--swp-border);
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(27, 25, 25, .055);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.swp-search-card:hover {
    transform: translateY(-5px);
    border-color: rgba(72, 5, 5, .32);
    box-shadow: 0 22px 54px rgba(27, 25, 25, .11);
}

.swp-search-card__image {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eee8e4;
}

.swp-search-card__image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover;
    transition: transform .7s ease;
}

.swp-search-card:hover .swp-search-card__image img { transform: scale(1.04); }
.swp-search-card__placeholder { position: absolute; inset: 0; background: linear-gradient(120deg, #eee8e4, #faf7f5, #eee8e4); }

.swp-search-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    padding: clamp(22px, 2vw, 28px);
}

.swp-search-card__type {
    color: var(--swp-primary) !important;
    font-family: var(--swp-body) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: .16em !important;
    line-height: 1.3 !important;
    text-transform: uppercase !important;
}

.swp-property-search .swp-search-card__title {
    display: -webkit-box;
    min-height: 2.22em;
    margin: 14px 0 0 !important;
    overflow: hidden;
    color: var(--swp-text) !important;
    font-family: var(--swp-heading) !important;
    font-size: clamp(28px, 2vw, 36px) !important;
    font-weight: 800 !important;
    letter-spacing: -.025em !important;
    line-height: 1.08 !important;
    text-transform: none !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.swp-property-search .swp-search-card__title a {
    color: var(--swp-text) !important;
    font: inherit !important;
    letter-spacing: inherit !important;
    text-decoration: none !important;
    text-transform: none !important;
}

.swp-search-card__location {
    margin-top: 20px;
    color: var(--swp-muted) !important;
    font-family: var(--swp-body) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .09em !important;
    line-height: 1.3 !important;
    text-transform: uppercase !important;
}

.swp-search-card__price {
    margin-top: 8px;
    color: var(--swp-text) !important;
    font-family: var(--swp-body) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    letter-spacing: normal !important;
    line-height: 1.25 !important;
}

.swp-search-card__price-m2 {
    margin-top: 3px;
    color: var(--swp-muted) !important;
    font-family: var(--swp-body) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    letter-spacing: normal !important;
    line-height: 1.3 !important;
}

.swp-search-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid var(--swp-border);
    color: var(--swp-text) !important;
    font-family: var(--swp-body) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: normal !important;
    line-height: 1.35 !important;
}

.swp-search-card__button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: min(100%, 290px);
    min-height: 54px;
    margin: 28px auto 0;
    padding: 14px 24px;
    color: #fff !important;
    background: var(--swp-primary) !important;
    border: 1px solid var(--swp-primary) !important;
    border-radius: 999px !important;
    font-family: var(--swp-body) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: normal !important;
    line-height: 1.15 !important;
    text-align: center;
    text-decoration: none !important;
    text-transform: none !important;
    transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease;
}

.swp-search-card__button:hover,
.swp-search-card__button:focus-visible {
    color: #fff !important;
    background: var(--swp-primary-dark) !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .10);
}

.swp-search-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 52px;
}

.swp-search-pagination a,
.swp-search-pagination__ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 46px;
    padding: 0 13px;
    color: var(--swp-text) !important;
    background: transparent;
    border: 1px solid var(--swp-border);
    border-radius: 999px;
    font-family: var(--swp-body) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: normal !important;
    text-decoration: none !important;
}

.swp-search-pagination a:hover,
.swp-search-pagination a:focus-visible,
.swp-search-pagination a.is-current {
    color: #fff !important;
    background: var(--swp-primary);
    border-color: var(--swp-primary);
}

.swp-search-pagination a.is-disabled {
    opacity: .35;
    pointer-events: none;
}

.swp-search-pagination__ellipsis { border-color: transparent; }

.swp-property-search__empty,
.swp-property-search__error {
    padding: clamp(48px, 7vw, 90px) 24px;
    text-align: center;
    background: #fff;
    border: 1px solid var(--swp-border);
    border-radius: 18px;
}

.swp-property-search__empty h2 {
    margin: 0 !important;
    color: var(--swp-text) !important;
    font-family: var(--swp-heading) !important;
    font-size: clamp(34px, 4vw, 58px) !important;
    font-weight: 800 !important;
    letter-spacing: normal !important;
    line-height: 1.05 !important;
    text-transform: none !important;
}

.swp-property-search__empty p {
    margin: 14px 0 26px;
    color: var(--swp-muted);
}

/* Laptop i mniejszy desktop. */
@media (max-width: 1280px) {
    .swp-property-search__quick {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .swp-filter-range { grid-column: span 2; }

    .sw-filter-actions {
        grid-column: 1 / -1;
        justify-content: flex-end;
    }

    .swp-property-search__advanced-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Tablet poziomo i mniejsze laptopy. */
@media (max-width: 1100px) {
    .swp-property-search {
        --swp-header-clearance: 106px;
        --swp-gutter: clamp(18px, 3vw, 32px);
    }

    .swp-property-search__quick {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .swp-filter-field--wide,
    .swp-filter-range,
    .sw-filter-actions {
        grid-column: 1 / -1;
    }

    .sw-filter-actions { justify-content: stretch; }
    .sw-filter-actions .swp-button { flex: 1 1 0; }

    .swp-property-search__advanced-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .swp-property-search__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .swp-search-card__title {
        font-size: clamp(27px, 3.2vw, 34px) !important;
    }
}

/* Tablet pionowo i telefony. */
@media (max-width: 767px) {
    .swp-property-search {
        --swp-header-clearance: 102px;
        --swp-gutter: 14px;
        font-size: 16px;
    }

    .swp-property-search__form {
        padding: 22px 16px;
        border-radius: 16px;
    }

    .swp-property-search__quick,
    .swp-property-search__advanced-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .swp-filter-field--wide,
    .swp-filter-field--span-2,
    .swp-filter-field--span-all,
    .swp-filter-range,
    .sw-filter-actions {
        grid-column: auto;
    }

    .sw-filter-actions,
    .swp-property-search__advanced-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .swp-button { width: 100%; }

    .swp-property-search__results {
        padding-top: 34px;
    }

    .swp-property-search__toolbar {
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
        margin-bottom: 22px;
    }

    .swp-property-search__sort {
        align-items: stretch;
        flex-direction: column;
        gap: 7px;
        white-space: normal;
    }

    .swp-property-search__sort select {
        width: 100%;
        min-width: 0;
    }

    .swp-property-search__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .swp-search-card {
        border-radius: 16px;
    }

    .swp-search-card__image {
        aspect-ratio: 16 / 10;
    }

    .swp-search-card__body {
        padding: 24px 20px;
    }

    .swp-property-search .swp-search-card__title {
        min-height: 0;
        font-size: clamp(29px, 8.5vw, 36px) !important;
        -webkit-line-clamp: 4;
    }

    .swp-search-card__meta {
        margin-top: 24px;
    }

    .swp-search-card__button {
        width: 100%;
        max-width: none;
    }

    .swp-search-pagination {
        gap: 6px;
        margin-top: 40px;
    }

    .swp-search-pagination a,
    .swp-search-pagination__ellipsis {
        min-width: 42px;
        height: 42px;
        padding: 0 10px;
    }
}

@media (max-width: 420px) {
    .swp-property-search {
        --swp-header-clearance: 94px;
        --swp-gutter: 10px;
    }

    .swp-property-search__form {
        padding-inline: 14px;
    }

    .swp-filter-range > div {
        gap: 6px;
    }

    .swp-property-search select,
    .swp-property-search input[type="text"],
    .swp-property-search input[type="search"],
    .swp-property-search input[type="number"] {
        padding-inline: 12px;
        font-size: 14px !important;
    }

    .swp-search-card__body {
        padding: 22px 17px;
    }

    .swp-property-search .swp-search-card__title {
        font-size: 29px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .swp-property-search *,
    .swp-property-search *::before,
    .swp-property-search *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* ================================================================
 * Skrócony listing najnowszych ofert na stronie głównej
 * Shortcode: [siteware_properties_preview limit="4"]
 * ================================================================ */
.swp-properties-preview {
    --swp-primary: #480505;
    --swp-primary-dark: #350303;
    --swp-bg: #FFFCFA;
    --swp-surface: #FFFFFF;
    --swp-text: #1B1919;
    --swp-muted: #716A66;
    --swp-border: rgba(72, 5, 5, .16);
    --swp-heading: "Old Standard TT", Georgia, serif;
    --swp-body: "Manrope", Arial, sans-serif;

    width: 100%;
    max-width: 1320px;
    margin-inline: auto;
    color: var(--swp-text);
    font-family: var(--swp-body);
    font-size: clamp(16px, calc(16px + (18 - 16) * ((100vw - 390px) / (1920 - 390))), 18px);
    font-weight: 400;
    line-height: 1.55;
}

.swp-properties-preview,
.swp-properties-preview *,
.swp-properties-preview *::before,
.swp-properties-preview *::after {
    box-sizing: border-box;
}

.swp-properties-preview__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: clamp(18px, 1.6vw, 24px);
}

.swp-properties-preview .swp-search-card__body {
    padding: clamp(20px, 1.6vw, 26px);
}

.swp-properties-preview .swp-search-card__title {
    display: -webkit-box;
    min-height: 3.2em;
    margin: 12px 0 0 !important;
    overflow: hidden;
    color: var(--swp-text) !important;
    font-family: var(--swp-heading) !important;
    font-size: clamp(25px, 1.7vw, 32px) !important;
    font-weight: 800 !important;
    letter-spacing: -.02em !important;
    line-height: 1.07 !important;
    text-transform: none !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.swp-properties-preview .swp-search-card__title a {
    color: var(--swp-text) !important;
    font: inherit !important;
    letter-spacing: inherit !important;
    text-decoration: none !important;
    text-transform: none !important;
}

.swp-properties-preview .swp-search-card__location {
    margin-top: 16px;
}

.swp-properties-preview .swp-search-card__price {
    font-size: 18px !important;
}

.swp-properties-preview .swp-search-card__meta {
    gap: 9px 14px;
    padding-top: 18px;
}

.swp-properties-preview .swp-search-card__button {
    width: 100%;
    min-height: 50px;
    margin-top: 22px;
    padding: 13px 18px;
}

.swp-properties-preview__empty {
    margin: 0;
    padding: 28px;
    color: var(--swp-muted);
    text-align: center;
    background: var(--swp-surface);
    border: 1px solid var(--swp-border);
    border-radius: 18px;
}

@media (max-width: 1100px) {
    .swp-properties-preview__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .swp-properties-preview .swp-search-card__title {
        min-height: 2.15em;
        font-size: clamp(28px, 3.3vw, 36px) !important;
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 767px) {
    .swp-properties-preview__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .swp-properties-preview .swp-search-card__body {
        padding: 24px 20px;
    }

    .swp-properties-preview .swp-search-card__title {
        min-height: 0;
        font-size: clamp(29px, 8.5vw, 36px) !important;
        -webkit-line-clamp: 4;
    }

    .swp-properties-preview .swp-search-card__button {
        max-width: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .swp-properties-preview *,
    .swp-properties-preview *::before,
    .swp-properties-preview *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
