:root {
    --wp-v27-pink: #c41e50;
    --wp-v27-red: #ee3f2e;
    --wp-v27-orange: #ef7f30;
    --wp-v27-cream: #fff8f0;
    --wp-v27-ink: #2b2a29;
    --wp-v27-muted: #77716e;
    --wp-v27-line: #eadfd7;
}

.wp-site-header-v27,
.wp-site-header-v27 * {
    box-sizing: border-box;
}

.wp-site-header-v27 {
    position: sticky;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 95px;
    background: #fff;
    color: var(--wp-v27-ink);
    box-shadow: 0 5px 11px rgba(61, 42, 34, .13);
    transition: height .2s ease, box-shadow .2s ease;
}

.wp-header-container {
    width: min(1300px, calc(100% - 32px));
    margin-inline: auto;
}

.wp-header-main {
    position: relative;
    height: 95px;
    display: grid;
    grid-template-columns: 135px minmax(470px, 1fr) minmax(230px, 330px) 90px;
    align-items: center;
    gap: 14px;
    padding-top: 18px;
    transition: height .2s ease, padding-top .2s ease;
}

.wp-header-logo {
    align-self: stretch;
    display: grid;
    place-items: center;
}

.wp-header-logo img {
    width: 120px;
    height: 88px;
    max-width: none;
    object-fit: contain;
    transform: translateY(-15px);
    transition: width .2s ease, height .2s ease, transform .2s ease;
}

.wp-header-navigation {
    min-width: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.wp-catalog-wrap {
    position: relative;
    flex: 0 0 215px;
}

.wp-catalog-trigger {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--wp-v27-red);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.wp-catalog-trigger:hover,
.wp-catalog-trigger:focus-visible {
    background: #d83123;
    color: #fff;
}

.wp-catalog-caret {
    margin-left: 1px;
    transition: transform .18s ease;
}

.wp-menu-drawer {
    display: contents;
}

.wp-main-links {
    min-width: 0;
    height: 44px;
    display: flex;
    flex: 1;
    align-items: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wp-main-links li {
    min-width: 0;
    display: flex;
}

.wp-main-links a {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 clamp(6px, .75vw, 11px);
    color: var(--wp-v27-pink);
    font-size: clamp(11px, .9vw, 14px);
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.wp-main-links a:hover,
.wp-main-links a:focus-visible,
.wp-main-links .is-active > a {
    background: #fff0f4;
    color: #a81440;
}

.wp-header-utility {
    position: absolute;
    z-index: 2;
    top: 9px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    color: var(--wp-v27-ink);
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    transition: opacity .15s ease, visibility .15s ease, transform .2s ease;
}

.wp-language-switcher,
.wp-utility-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.wp-language-switcher span {
    color: #85807d;
}

.wp-language-switcher strong,
.wp-language-switcher a {
    color: var(--wp-v27-ink);
    font-weight: 700;
}

.wp-header-utility a {
    text-decoration: none;
}

.wp-header-utility a:hover,
.wp-header-utility a:focus-visible {
    color: var(--wp-v27-red);
}

.wp-header-callback {
    color: var(--wp-v27-red) !important;
    font-weight: 700;
}

.wp-header-search {
    position: relative;
    min-width: 0;
    height: 48px;
}

.wp-header-search form {
    position: relative;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    border: 1px solid #f3a0b9;
    border-radius: 25px;
    background: #fff;
    color: var(--wp-v27-pink);
}

.wp-header-search input[type="search"] {
    min-width: 0;
    width: 100%;
    height: 46px;
    border: 0;
    border-radius: inherit;
    background: transparent;
    padding: 0 48px 0 20px;
    outline: 0;
    color: var(--wp-v27-ink);
    font-size: 13px;
}

.wp-search-submit,
.wp-search-close {
    position: absolute;
    right: 4px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--wp-v27-pink);
    padding: 0;
}

.wp-search-submit:hover,
.wp-search-submit:focus-visible {
    background: #fff0f4;
}

.wp-search-close {
    display: none;
}

.wp-header-search .ajax_search_results {
    position: absolute;
    z-index: 80;
    top: calc(100% + 8px);
    right: 0;
    width: 100%;
    max-height: min(420px, calc(100vh - 130px));
    overflow: auto;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .15);
}

.wp-header-search .ajax_search_results:empty {
    display: none;
}

.wp-header-search .ajax_search_results a,
.wp-header-search .ajax_search_results > div,
.wp-header-search .ajax_search_results > span {
    display: block;
    border-bottom: 1px solid #f2e9e0;
    padding: 10px 13px;
    color: var(--wp-v27-ink);
    font-size: 12px;
    text-decoration: none;
}

.wp-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.wp-account-link,
.wp-cart-link,
.wp-mobile-search-trigger,
.wp-menu-toggle {
    position: relative;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #f7f7f7;
    color: var(--wp-v27-red);
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.wp-cart-link {
    background: var(--wp-v27-red);
    color: #fff;
}

.wp-cart-wrap {
    display: block;
}

.wp-cart-link .counter_mini_cart {
    position: absolute;
    right: -3px;
    bottom: -3px;
    min-width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: var(--wp-v27-pink);
    font-size: 10px;
    font-weight: 700;
}

.wp-mobile-search-trigger,
.wp-menu-toggle {
    display: none;
}

.wp-catalog-panel {
    position: absolute;
    z-index: 90;
    top: calc(100% + 25px);
    left: 0;
    width: 330px;
    max-height: min(680px, calc(100vh - 120px));
    display: block;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    border-radius: 0 0 18px 18px;
    background: #fff;
    padding: 12px 0;
    box-shadow: 0 20px 45px rgba(43, 42, 41, .2);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.wp-catalog-wrap:hover .wp-catalog-panel,
.wp-catalog-panel.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.wp-catalog-wrap:hover .wp-catalog-caret,
.wp-catalog-trigger[aria-expanded="true"] .wp-catalog-caret {
    transform: rotate(180deg);
}

.wp-catalog-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wp-catalog-panel li {
    position: relative;
    margin: 0;
    padding: 0;
}

.wp-catalog-panel li.arrow::after {
    right: 16px;
    width: 8px;
    height: 12px;
    margin-top: -6px;
    background-size: contain;
}

.wp-catalog-panel li > a,
.wp-catalog-panel li.close_main_menu,
.wp-catalog-panel li.one_level_back {
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 17px;
    color: var(--wp-v27-ink);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.wp-catalog-panel li > a:hover,
.wp-catalog-panel li > a:focus-visible {
    background: #fff0eb;
    color: var(--wp-v27-red);
}

.wp-catalog-panel li > ul {
    display: none;
    padding-left: 14px;
}

.wp-catalog-panel li:hover > ul,
.wp-catalog-panel li:focus-within > ul,
.wp-catalog-panel li > ul.active {
    display: block;
}

.wp-catalog-panel li.close_main_menu,
.wp-catalog-panel li.one_level_back {
    display: none !important;
}

.wp-catalog-close {
    display: none;
}

.wp-site-header-v27.is-compact {
    height: 68px;
    box-shadow: 0 4px 9px rgba(61, 42, 34, .13);
}

.wp-site-header-v27.is-compact .wp-header-main {
    height: 68px;
    padding-top: 0;
}

.wp-site-header-v27.is-compact .wp-header-utility {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
}

.wp-site-header-v27.is-compact .wp-header-logo img {
    width: 84px;
    height: 60px;
    transform: translateY(0);
}

/* Approved homepage delta */
.main_page {
    overflow-x: clip;
}

.main_page > .container {
    align-items: flex-start;
}

.wp-home-v27 {
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    margin: 0 !important;
}

.wp-home-intro {
    display: grid;
    grid-template-columns: minmax(0, 3.05fr) minmax(0, 3fr);
    gap: 14px;
    align-items: stretch;
    padding-top: 30px;
}

.wp-package-finder {
    position: relative;
    min-width: 0;
    min-height: 344px;
    overflow: hidden;
    border-radius: 10px;
    background: #f7e0d2;
}

.wp-finder-content {
    min-width: 0;
    padding: 28px 28px 22px;
}

.wp-package-finder h1 {
    max-width: 620px;
    margin: 0;
    color: var(--wp-v27-ink);
    font-family: "Nunito", Arial, sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.03;
    letter-spacing: -.035em;
}

.wp-finder-title-main,
.wp-finder-title-accent {
    display: inline;
}

.wp-finder-title-accent {
    color: var(--wp-v27-pink);
}

.wp-finder-title-period {
    display: none;
}

.wp-finder-intro {
    max-width: 470px;
    margin: 12px 0 0;
    color: #5d5855;
    font-size: 12px;
    line-height: 1.4;
}

.wp-finder-form {
    max-width: 650px;
    margin-top: 18px;
    border-radius: 10px;
    background: #fff;
    padding: 14px;
    box-shadow: 0 10px 30px rgba(90, 60, 43, .08);
}

.wp-finder-fields {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.wp-finder-form label {
    min-width: 0;
    display: grid;
    gap: 5px;
}

.wp-finder-form label > span {
    color: #6e6763;
    font-size: 11px;
    font-weight: 700;
}

.wp-finder-form select {
    width: 100%;
    height: 38px;
    border: 1px solid var(--wp-v27-line);
    border-radius: 3px;
    background: #fff;
    color: var(--wp-v27-ink);
    padding: 0 9px;
    font-size: 12px;
}

.wp-finder-submit {
    width: 100%;
    height: 38px;
    margin-top: 10px;
    border: 0;
    border-radius: 12px;
    background: var(--wp-v27-pink);
    color: #fff;
    font-size: 12.5px;
    font-weight: 700;
}

.wp-finder-actions {
    max-width: 650px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 10px;
}

.wp-finder-actions a,
.wp-finder-actions button {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--wp-v27-red);
    border-radius: 12px;
    background: #fff;
    color: var(--wp-v27-red);
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none;
}

.wp-finder-actions a:first-child {
    border-color: var(--wp-v27-pink);
    background: var(--wp-v27-pink);
    color: #fff;
}

.wp-finder-action-compact,
.wp-finder-find,
.wp-finder-expand-overlay {
    display: none;
}

.wp-home-hero {
    min-width: 0;
    margin: 0 !important;
}

.wp-home-hero .slides.desktop {
    height: 100%;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.wp-home-hero .slides.mobile {
    display: none !important;
}

.wp-home-hero .slides > * {
    min-width: 0;
    height: 100%;
}

.wp-home-hero .slides > * > div,
.wp-home-hero .slides a,
.wp-home-hero .main_slider_banner_picture {
    width: 100%;
    height: 100%;
    display: block;
}

.wp-home-hero .slides img,
.wp-home-hero .slides.desktop img {
    width: 100% !important;
    height: 344px !important;
    border-radius: 8px;
    object-fit: cover;
    object-position: center top;
}

.wp-home-v27 .header_with_line .h1 {
    margin-bottom: 0;
}

.wp-home-v27 .header_with_line .h1::after {
    display: none !important;
    content: none !important;
}

.wp-home-v27 .products_list.fav .header_with_line {
    margin-top: 30px;
    margin-bottom: 12px;
}

.wp-home-v27 .products_list.fav .favcats_slider .product_item_list {
    margin-right: 14px;
}

@keyframes wp-finder-reveal {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1100px) and (min-width: 761px) {
    .wp-header-main {
        grid-template-columns: 105px minmax(390px, 1fr) minmax(180px, 250px) 76px;
        gap: 8px;
    }

    .wp-catalog-wrap {
        flex-basis: 170px;
    }

    .wp-catalog-trigger {
        gap: 4px;
        font-size: 12px;
    }

    .wp-main-links a {
        padding-inline: 5px;
        font-size: 10.5px;
    }

    .wp-header-utility {
        gap: 8px;
        font-size: 10px;
    }

    .wp-utility-links,
    .wp-language-switcher {
        gap: 8px;
    }

    .wp-header-logo img {
        width: 104px;
    }
}

@media (max-width: 900px) and (min-width: 761px) {
    .wp-header-main {
        grid-template-columns: 86px minmax(390px, 1fr) minmax(125px, 190px) 70px;
        gap: 6px;
    }

    .wp-header-logo img {
        width: 70px;
        height: 62px;
        transform: translateY(-7px);
    }

    .wp-catalog-wrap {
        flex-basis: 135px;
    }

    .wp-catalog-trigger,
    .wp-main-links a {
        font-size: 10.5px;
    }
}

@media (max-width: 760px) {
    .wp-site-header-v27,
    .wp-site-header-v27.is-compact {
        height: 72px;
        box-shadow: 0 5px 11px rgba(61, 42, 34, .13);
    }

    .wp-header-container {
        width: 100%;
    }

    .wp-header-main,
    .wp-site-header-v27.is-compact .wp-header-main {
        height: 72px;
        grid-template-columns: 68px minmax(108px, 1fr) 34px 34px 34px;
        gap: 4px;
        padding: 5px 12px;
    }

    .wp-header-logo {
        grid-column: 1;
    }

    .wp-header-logo img,
    .wp-site-header-v27.is-compact .wp-header-logo img {
        width: 66px;
        height: 58px;
        transform: none;
    }

    .wp-header-navigation {
        display: contents;
    }

    .wp-catalog-wrap {
        grid-column: 2;
        min-width: 0;
    }

    .wp-catalog-trigger {
        height: 40px;
        gap: 5px;
        overflow: hidden;
        padding: 0 7px;
        font-size: clamp(9.5px, 2.9vw, 11.5px);
    }

    .wp-catalog-trigger > span {
        overflow: hidden;
        text-overflow: clip;
    }

    .wp-catalog-caret {
        display: none;
    }

    .wp-menu-drawer {
        position: fixed;
        z-index: 130;
        top: 72px;
        right: 0;
        bottom: 0;
        width: min(88vw, 360px);
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        gap: 24px;
        visibility: hidden;
        transform: translateX(102%);
        background: #fff;
        padding: 24px 20px 32px;
        box-shadow: -14px 20px 35px rgba(43, 42, 41, .2);
        transition: transform .2s ease, visibility .2s ease;
    }

    .wp-menu-drawer.active {
        visibility: visible;
        transform: translateX(0);
    }

    .wp-main-links {
        height: auto;
        display: grid;
        flex: 0 0 auto;
        gap: 2px;
    }

    .wp-main-links li,
    .wp-main-links a {
        width: 100%;
        display: block;
    }

    .wp-main-links a {
        padding: 12px 8px;
        border-bottom: 1px solid #f2e9e0;
        font-size: 14px;
        text-align: left;
    }

    .wp-header-utility,
    .wp-site-header-v27.is-compact .wp-header-utility {
        position: static;
        display: grid;
        justify-content: stretch;
        gap: 16px;
        visibility: visible;
        opacity: 1;
        transform: none;
        pointer-events: auto;
        white-space: normal;
    }

    .wp-language-switcher,
    .wp-utility-links {
        display: grid;
        gap: 10px;
    }

    .wp-utility-links a,
    .wp-header-callback {
        display: block;
        padding: 7px 0;
        font-size: 13px;
    }

    .wp-header-search {
        position: fixed;
        z-index: 140;
        top: 72px;
        left: 0;
        width: 100%;
        height: 58px;
        display: none;
        background: #fff;
        padding: 7px 15px;
        box-shadow: 0 7px 16px rgba(61, 42, 34, .16);
    }

    .wp-header-search.active {
        display: block;
    }

    .wp-header-search form {
        height: 44px;
        padding-right: 40px;
    }

    .wp-header-search input[type="search"] {
        height: 42px;
        padding-right: 44px;
    }

    .wp-search-submit {
        right: 42px;
        width: 38px;
        height: 38px;
    }

    .wp-search-close {
        right: 2px;
        display: grid;
        width: 36px;
        height: 36px;
        background: var(--wp-v27-pink);
        color: #fff;
    }

    .wp-header-search .ajax_search_results {
        top: calc(100% + 7px);
        left: 15px;
        width: calc(100% - 30px);
    }

    .wp-mobile-search-trigger,
    .wp-menu-toggle {
        display: grid;
        width: 34px;
        height: 34px;
        padding: 0;
    }

    .wp-mobile-search-trigger {
        grid-column: 3;
        background: #f7f7f7;
        color: var(--wp-v27-red);
    }

    .wp-header-actions {
        grid-column: 4;
        display: block;
    }

    .wp-account-link {
        display: none;
    }

    .wp-cart-link {
        width: 34px;
        height: 34px;
        background: var(--wp-v27-orange);
    }

    .wp-cart-link .counter_mini_cart {
        min-width: 16px;
        height: 16px;
        font-size: 9px;
    }

    .wp-menu-toggle {
        grid-column: 5;
        align-content: center;
        gap: 4px;
        background: var(--wp-v27-red);
    }

    .wp-menu-toggle span {
        width: 16px;
        height: 2px;
        display: block;
        border-radius: 2px;
        background: #fff;
        transition: transform .18s ease, opacity .18s ease;
    }

    .wp-menu-toggle.active span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .wp-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .wp-menu-toggle.active span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .wp-catalog-panel {
        position: fixed;
        z-index: 150;
        top: 72px;
        left: 0;
        width: min(92vw, 390px);
        height: calc(100vh - 72px);
        max-height: none;
        display: block;
        overflow-y: auto;
        visibility: visible;
        opacity: 1;
        transform: translateX(-102%);
        pointer-events: auto;
        border-radius: 0;
        padding: 12px 0 30px;
        transition: transform .2s ease;
    }

    .wp-catalog-wrap:hover .wp-catalog-panel,
    .wp-catalog-panel {
        transform: translateX(-102%);
    }

    .wp-catalog-panel.active,
    .wp-catalog-wrap:hover .wp-catalog-panel.active {
        transform: translateX(0);
    }

    .wp-catalog-panel li.close_main_menu {
        display: none !important;
    }

    .wp-catalog-panel li.one_level_back {
        display: flex !important;
        color: var(--wp-v27-red);
        cursor: pointer;
    }

    .wp-catalog-panel .wp-catalog-close {
        width: 100%;
        min-height: 44px;
        display: flex;
        align-items: center;
        gap: 8px;
        border: 0;
        border-bottom: 1px solid #f2e9e0;
        background: #fff;
        color: var(--wp-v27-red);
        padding: 8px 17px 12px;
        font-size: 13px;
        font-weight: 700;
        text-align: left;
    }

    .main_page > .container {
        width: calc(100% - 30px) !important;
    }

    .wp-home-intro {
        display: block;
        padding-top: 14px;
    }

    .wp-package-finder {
        min-height: 0;
        display: block;
        overflow: visible;
        border-radius: 0;
        background: transparent;
    }

    .wp-finder-content {
        padding: 8px 0 0;
    }

    .wp-package-finder h1 {
        font-size: clamp(14px, 4.7vw, 20px);
        line-height: 1.15;
        letter-spacing: -.025em;
        text-align: center;
    }

    .wp-finder-title-main,
    .wp-finder-title-accent {
        display: block;
        white-space: nowrap;
    }

    .wp-finder-title-period {
        display: inline;
    }

    .wp-finder-intro {
        margin-top: 10px;
        font-size: 11.5px;
    }

    .wp-finder-form {
        margin-top: 15px;
        border-radius: 10px;
        padding: 12px;
    }

    .wp-finder-fields {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .wp-finder-form label > span {
        font-size: 11.5px;
    }

    .wp-finder-form select {
        height: 40px;
        font-size: 12.5px;
    }

    .wp-finder-submit {
        height: 42px;
        font-size: 13.5px;
    }

    .wp-finder-actions {
        gap: 8px;
        margin-top: 9px;
    }

    .wp-finder-actions a,
    .wp-finder-actions button {
        height: 44px;
        gap: 6px;
        border-radius: 12px;
        font-size: 12.5px;
    }

    .wp-package-finder.is-collapsed .wp-finder-intro,
    .wp-package-finder.is-collapsed .wp-finder-form {
        display: none;
    }

    .wp-package-finder.is-collapsed {
        min-height: 136px;
        overflow: hidden;
        border: 1px solid rgba(238, 63, 46, .28);
        border-radius: 10px;
        background: #fffaf6 url("/src/images/homepage-v27-finder-ribbons.png") center / 100% 100% no-repeat;
        box-shadow: 0 4px 10px rgba(61, 42, 34, .14);
    }

    .wp-package-finder.is-collapsed::after {
        content: "";
        position: absolute;
        z-index: 2;
        inset: 0;
        pointer-events: none;
        background: url("/src/images/homepage-v27-finder-ribbon-bottom-right.png") center / 100% 100% no-repeat;
        clip-path: inset(50% 0 0 50%);
    }

    .wp-package-finder.is-collapsed .wp-finder-content {
        position: relative;
        z-index: 1;
        padding: 16px 18px 25px;
    }

    .wp-package-finder.is-collapsed h1 {
        transform: translateY(4px);
    }

    .wp-package-finder.is-collapsed .wp-finder-actions {
        width: min(100%, 322px);
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        margin: 12px auto 0;
        transform: translateY(8px);
    }

    .wp-package-finder.is-collapsed .wp-finder-actions a,
    .wp-package-finder.is-collapsed .wp-finder-actions button {
        height: 35px;
        gap: 4px;
        padding: 0 5px;
        font-size: 11.5px;
    }

    .wp-package-finder.is-collapsed .wp-finder-action-full {
        display: none;
    }

    .wp-package-finder.is-collapsed .wp-finder-action-compact {
        display: inline;
    }

    .wp-package-finder.is-collapsed .wp-finder-find {
        display: flex;
    }

    .wp-package-finder.is-collapsed .wp-finder-expand-overlay {
        position: absolute;
        z-index: 5;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
        background: transparent;
        padding: 0;
    }

    .wp-package-finder.is-expanded {
        overflow: hidden;
        border: 1px solid rgba(238, 63, 46, .28);
        border-radius: 10px;
        background: #fffaf6;
        box-shadow: 0 4px 10px rgba(61, 42, 34, .14);
    }

    .wp-package-finder.is-expanded .wp-finder-content {
        padding: 16px 12px 12px;
    }

    .wp-package-finder.is-expanded .wp-finder-intro,
    .wp-package-finder.is-expanded .wp-finder-form {
        animation: wp-finder-reveal .22s ease both;
    }

    .wp-package-finder.is-expanded .wp-finder-action-full {
        display: inline;
    }

    .wp-package-finder.is-expanded .wp-finder-action-compact,
    .wp-package-finder.is-expanded .wp-finder-find {
        display: none;
    }

    .wp-home-hero {
        margin-top: 12px !important;
    }

    .wp-home-hero .slides.desktop {
        display: none !important;
    }

    .wp-home-hero .slides.mobile {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        height: 202px;
    }

    .wp-home-hero .slides img,
    .wp-home-hero .slides.mobile img {
        width: 100% !important;
        height: 202px !important;
        border-radius: 5px;
    }

    .wp-home-v27 .products_list.fav .header_with_line {
        margin-top: 25px;
    }

    .wp-home-v27 .header_with_line .h1 {
        font-size: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wp-site-header-v27 *,
    .wp-home-v27 * {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
