.site-preloader {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    background: #FFFEFA;
    touch-action: none;
    opacity: 1;
    transition: opacity 350ms ease;
}

.site-preloader.is-complete {
    opacity: 0;
    pointer-events: none;
}

.site-preloader__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(324px, calc(100vw - 40px));
    padding: 0;
    gap: 50px;
}

.site-preloader__logo {
    width: 100%;
    aspect-ratio: 324 / 150.715;
    overflow: hidden;
}

.site-preloader__logo .site-header__logo-animation {
    display: block;
    width: 100%;
    height: 100%;
}

.site-preloader__progress {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.site-preloader__percentage {
    display: block;
    width: 100%;
    height: 13px;
    color: #2D5F67;
    font-family: "Involve", system-ui, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 13px;
    text-align: center;
}

.site-preloader__bar {
    position: relative;
    display: block;
    width: 80px;
    height: 6px;
    overflow: hidden;
    background: rgba(45, 95, 103, 0.2);
}

.site-preloader__bar-fill {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    background: #2D5F67;
}

@media (prefers-reduced-motion: reduce) {
    .site-preloader {
        transition: none;
    }
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    font-family: "Involve", system-ui, sans-serif;
}

.admin-bar .site-header {
    top: 32px;
}

.site-header a {
    text-decoration: none;
}

.site-header__desktop {
    display: block;
}

.site-header__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    min-height: 80px;
    padding: 10px 60px;
    background: var(--pgi-white);
}

.site-header__top-nav {
    justify-self: start;
    min-width: 0;
}

.top-menu,
.main-menu,
.mobile-menu,
.mobile-secondary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-menu {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.top-menu a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 15px;
    color: rgba(var(--pgi-black-rgb), 0.6);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.1px;
    white-space: nowrap;
}

.top-menu a[data-button-animate-chars],
.site-header__rating > span[data-button-animate-chars] {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.top-menu a[data-button-animate-chars] span,
.main-menu>li>a[data-button-animate-chars] .pgi-menu-link-text span,
.site-header__rating > span[data-button-animate-chars] > span {
    display: inline-block;
    text-shadow: 0 1.8em currentColor;
    transform: translateY(0em) rotate(0.001deg);
    transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
    will-change: transform;
}

.top-menu a:hover,
.top-menu a:focus-visible {
    color: var(--pgi-black);
}

@media (hover: hover) and (pointer: fine) {

    .top-menu a[data-button-animate-chars]:hover span,
    .top-menu a[data-button-animate-chars]:focus-visible span,
    .main-menu>li>a[data-button-animate-chars]:hover .pgi-menu-link-text span,
    .main-menu>li>a[data-button-animate-chars]:focus-visible .pgi-menu-link-text span,
    .site-header__rating:hover > span[data-button-animate-chars] > span,
    .site-header__rating:focus-visible > span[data-button-animate-chars] > span {
        transform: translateY(-1.8em) rotate(0.001deg);
    }
}

@media (prefers-reduced-motion: reduce) {

    .top-menu a[data-button-animate-chars] span,
    .main-menu>li>a[data-button-animate-chars] .pgi-menu-link-text span,
    .site-header__rating > span[data-button-animate-chars] > span {
        transition: none;
    }
}

.site-header__logo,
.site-header__mobile-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.site-header__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.site-header__mobile-brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.site-header__tagline {
	position: relative;
	top: 6px;
    max-width: 400px;
    margin-top: -8px;
    margin-bottom: 4px;
    color: var(--pgi-laguna);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.site-header__tagline--mobile {
    display: none;
}

@media (min-width: 1189px) {
    .site-header__tagline {
        max-width: 500px;
        font-size: 14px;
    }

    .site-header__tagline-line {
        white-space: nowrap;
    }

    .site-header__desktop .site-header__tagline[data-site-header-tagline]:not(.is-reveal-ready) {
        visibility: hidden;
    }
}

.site-header__logo-animation svg path[fill]:not([fill="none"]),
.site-header__mobile-logo .site-header__logo-animation svg path[fill]:not([fill="none"]) {
    fill: var(--pgi-laguna) !important;
}

.site-header__logo-animation svg path[stroke]:not([stroke="none"]),
.site-header__mobile-logo .site-header__logo-animation svg path[stroke]:not([stroke="none"]) {
    stroke: var(--pgi-laguna) !important;
}

.site-header__logo img {
    width: 97px;
    height: auto;
}

.site-header__logo-animation {
    display: none;
    width: 200px;
    height: 55px;
    overflow: hidden;
}

.site-header__logo.has-lottie-logo .site-header__logo-animation,
.site-header__mobile-logo.has-lottie-logo .site-header__logo-animation {
    display: block;
}

.site-header__logo.has-lottie-logo .site-header__logo-fallback,
.site-header__mobile-logo.has-lottie-logo .site-header__logo-fallback {
    display: none;
}

.site-header__logo.no-lottie-logo .site-header__logo-fallback,
.site-header__mobile-logo.no-lottie-logo .site-header__logo-fallback {
    display: block !important;
}

.site-header__logo-animation svg {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(2.1) !important;
    transform-origin: 50% 50%;
}

.site-header__mobile-logo .site-header__logo-animation svg {
    margin-left: -15px;
}

.site-header__actions {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 0;
}

.site-header__reviews {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 144px;
}

.site-header__rating {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 3px;
    min-height: 41px;
    color: var(--pgi-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
}

.site-header__rating > span:last-child {
    margin-top: 5px;
    letter-spacing: 0px;
}

.site-header__stars {
    display: flex;
    gap: 0.8px;
    color: var(--pgi-star-rating);
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
}

.site-header__stars svg {
    display: inline-block;
}

.site-header__reviews-plugin,
.pgi-header-review-widget {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 220px;
    overflow: hidden;
}

.site-header__button,
.site-header__mobile-quote,
.site-header__mobile-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--pgi-laguna);
    color: var(--pgi-white);
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    transition: opacity 180ms ease, transform 180ms ease;
}

.site-header__button {
    height: 50px;
    min-width: 138px;
    padding: 0 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}

.site-header__button:last-child {
    width: 186px;
}

.site-header__button svg {
    width: 17px;
    height: 17px;
    flex: 0 0 20px;
}

.site-header__button span {
    letter-spacing: 0.1px;
}

.site-header__phone-lottie {
    display: none;
    width: 198px;
    height: 50px;
    overflow: hidden;
    line-height: 0;
}

.site-header__phone-lottie svg {
    display: block;
    width: 100%;
    height: 100%;
}

.site-header__phone-fallback {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.site-header__button.has-phone-lottie {
    width: 198px;
    min-width: 198px;
    padding: 0;
}

.site-header__button.has-phone-lottie .site-header__phone-lottie {
    display: block;
}

.site-header__button.has-phone-lottie .site-header__phone-fallback {
    display: none;
}

.site-header__button.no-phone-lottie .site-header__phone-fallback {
    display: inline-flex;
}

.site-header__button:hover,
.site-header__button:focus-visible,
.site-header__mobile-quote:hover,
.site-header__mobile-quote:focus-visible,
.site-header__mobile-call:hover,
.site-header__mobile-call:focus-visible {
    opacity: 0.86;
}

.site-header__icon {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}

.site-header__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    padding: 0 60px;
    background: var(--pgi-laguna);
    transition: opacity 180ms ease, visibility 180ms ease;
}

@media (min-width: 1189px) {
    .site-header.is-scrolling-down {
        pointer-events: none;
    }

    .site-header.is-scrolling-down .site-header__top {
        pointer-events: auto;
    }

    .site-header.is-scrolling-down .site-header__bottom {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}

.main-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.main-menu>li {
    position: relative;
}

.main-menu>li>a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 80px;
    color: var(--pgi-white);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
    white-space: nowrap;
}

.main-menu>li>a::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 350ms ease-in-out;
}

.main-menu>li>a:hover::before,
.main-menu>li>a:focus-visible::before {
    transform: scaleX(1);
    transform-origin: left center;
}

.main-menu>li>a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.main-menu>li>a[data-button-animate-chars]::before {
    content: none;
}

.main-menu>li>a[data-button-animate-chars] .pgi-menu-link-text {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.main-menu>.menu-item-has-children:hover>a::after,
.main-menu>.menu-item-has-children:focus-within>a::after,
.main-menu>.pgi-menu-arrow:hover>a::after,
.main-menu>.pgi-menu-arrow:focus-within>a::after {
    transform: rotate(45deg);
}

.main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    margin: 0;
    padding: 14px 18px;
    list-style: none;
    background: var(--pgi-white);
    border: 1px solid var(--pgi-border);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.main-menu li:hover>.sub-menu,
.main-menu li:focus-within>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-menu .sub-menu a {
    display: block;
    padding: 10px 0;
    color: var(--pgi-black);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
}

.site-header__mobile {
    display: none;
}

.site-header__mobile-panel {
    display: none;
}

@media (max-width: 1320px) {
    .site-header__reviews {
        display: none;
    }
}

@media (max-width: 1280px) {
    .site-header__top {
        padding-inline: 32px;
    }

    .site-header__bottom {
        padding-inline: 32px;
    }

    .main-menu {
        gap: 28px;
    }

    .site-header__actions {
        gap: 12px;
    }

    .site-header__button {
        padding-inline: 22px;
    }
}

@media (max-width: 1188px) {
    .admin-bar .site-header {
        top: 0;
    }

    .site-header__desktop {
        display: none;
    }

    .site-header__mobile {
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 60px;
        padding: 10px;
        background: var(--pgi-white);
        border-bottom: 1px solid var(--pgi-border);
        margin: 0;
        border-radius: 0px 0px 10px 10px;
        width: 100%;
        top: 0px;
    }

    .site-header__mobile-logo img {
		width: 70px;
		height: auto;
		margin-right: 33px;
		margin-left: 2px;
    }

    .site-header__mobile-logo .site-header__logo-animation {
        width: 105px;
        height: 40px;
    }

    .site-header__mobile-brand {
        flex: 1 1 auto;
        max-width: calc(100% - 196px);
    }

    .site-header__tagline--mobile {
        display: block;
        max-width: 140px;
        margin: -8px 0px 0 -20px;
        font-size: 10px;
        line-height: 1.15;
        text-align: left;
    }

    .site-header__mobile-actions {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .site-header__mobile-quote {
        min-height: 40px;
        padding: 0 20px;
        border-radius: 10px;
        font-size: 14px;
        background: var(--pgi-laguna);
    }

    .site-header__mobile-quote .site-header__icon {
        width: 16px;
        height: 16px;
    }

    .site-header__menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        padding: 0;
        border: 0;
        border-radius: 5px;
        background: transparent;
        color: var(--pgi-black);
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }

    .site-header__burger,
    .site-header__burger::before,
    .site-header__burger::after {
        display: block;
        width: 22px;
        height: 2px;
        background: currentColor;
        border-radius: 999px;
        position: relative;
        transition: transform 180ms ease, opacity 180ms ease;
    }

    .site-header__burger::before,
    .site-header__burger::after {
        content: "";
        position: absolute;
        left: 0;
    }

    .site-header__burger::before {
        top: -6px;
    }

    .site-header__burger::after {
        top: 6px;
    }

    .site-header__menu-toggle[aria-expanded="true"] .site-header__burger {
        background: transparent;
    }

    .site-header__menu-toggle[aria-expanded="true"] .site-header__burger::before {
        transform: translateY(6px) rotate(45deg);
    }

    .site-header__menu-toggle[aria-expanded="true"] .site-header__burger::after {
        transform: translateY(-6px) rotate(-45deg);
    }

    .site-header__mobile-panel {
        position: fixed;
        z-index: 999;
        inset: 50px 0 auto 0;
        display: block;
        max-height: calc(100vh - 50px);
        overflow: auto;
        padding: 24px 20px 32px;
        background: var(--pgi-white);
        border-bottom: 1px solid rgba(var(--pgi-black-rgb), 0.15);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    }

    .site-header__mobile-panel[hidden] {
        display: none;
    }

    .mobile-menu,
    .mobile-secondary-menu {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .mobile-menu a,
    .mobile-secondary-menu a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 48px;
        color: var(--pgi-black);
        font-size: 18px;
        font-weight: 500;
        line-height: 1.3;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(var(--pgi-black-rgb), 0.12);
    }

    .mobile-menu .menu-item-has-children>a::after {
        content: "↘";
        font-size: 18px;
    }

    .mobile-menu .sub-menu {
        margin: 0;
        padding: 0 0 12px 16px;
        list-style: none;
    }

    .mobile-menu .sub-menu a {
        min-height: 38px;
        font-size: 15px;
        opacity: 0.72;
    }

    .mobile-secondary-menu {
        margin-top: 24px;
        padding-top: 16px;
    }

    .mobile-secondary-menu a {
        min-height: 38px;
        font-size: 15px;
    }

    .site-header__mobile-call {
        width: 100%;
        min-height: 46px;
        margin-top: 24px;
        border-radius: 5px;
        font-size: 15px;
    }
}

@media (max-width: 420px) {
    .site-header__mobile-logo img {
        width: 76px;
    }

    .site-header__mobile-logo .site-header__logo-animation {
        width: 115px;
        height: 36px;
    }

    .site-header__mobile-quote {
        padding-inline: 14px;
    }
}

/* Dynamic product-category mega menu. */
.site-header__bottom {
    position: relative;
}

.main-menu>li {
    position: static;
}

.pgi-header-mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1001;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    width: min(1320px, calc(100vw - 64px));
    max-height: calc(100vh - 190px);
    overflow: auto;
    padding: 40px;
    background: var(--pgi-white);
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.14);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translate(-50%, 8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.main-menu>li:hover>.pgi-header-mega-menu,
.main-menu>li:focus-within>.pgi-header-mega-menu {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translate(-50%, 0);
    box-shadow: 0px 0px 1000px 1000px rgba(0, 0, 0, 0.3);
}

.pgi-header-mega-menu--single {
    justify-content: center;
    width: min(1000px, calc(100vw - 64px));
}

.pgi-header-mega-menu__tabs {
    display: flex;
    flex: 0 0 230px;
    flex-direction: column;
    gap: 15px;
}

.pgi-header-mega-menu__tab {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 42px;
    padding: 15px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--pgi-black);
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    cursor: pointer;
}

.pgi-header-mega-menu__tab.is-active,
.pgi-header-mega-menu__tab:hover,
.pgi-header-mega-menu__tab:focus-visible {
    background: #F6F6F6;
    color: var(--pgi-laguna);
}

.pgi-header-mega-menu__divider {
    display: block;
    align-self: stretch;
    width: 1px;
    min-height: 465px;
    background: rgba(var(--pgi-black-rgb), 0.1);
}

.pgi-header-mega-menu__content {
    flex: 1 1 auto;
    min-width: 0;
}

.pgi-header-mega-menu__panel {
    display: none;
    flex-direction: column;
    gap: 20px;
}

.pgi-header-mega-menu__panel.is-active {
    display: flex;
}

.pgi-header-mega-menu__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 32px;
}

.pgi-header-mega-menu__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 4px;
    border-bottom: 1px solid currentColor;
    color: var(--pgi-laguna);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

.pgi-header-mega-menu__link svg {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    transform: rotate(-45deg);
}

/* 5 columns; flex (not grid) so an incomplete last row stays centered. */
.pgi-header-mega-menu__grid {
    --pgi-mega-columns: 5;
    --pgi-mega-gap-x: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 24px var(--pgi-mega-gap-x);
    width: 100%;
}

.pgi-header-mega-menu__card {
    display: flex;
    flex: 0 0 calc((100% - (var(--pgi-mega-columns) - 1) * var(--pgi-mega-gap-x)) / var(--pgi-mega-columns));
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 0;
    color: var(--pgi-laguna);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.pgi-header-mega-menu__card-media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 120px;
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 14px;
}

.pgi-header-mega-menu__card-media:hover {
    transform: scale(1.03);
}

.pgi-header-mega-menu__card-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.pgi-header-mega-menu__card-title {
    display: block;
}

.pgi-header-mega-menu__card:hover .pgi-header-mega-menu__card-title,
.pgi-header-mega-menu__card:focus-visible .pgi-header-mega-menu__card-title {
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* Single mega menu: card selector frame (shared styles in retro-selector.css). */
.pgi-header-mega-menu--single .pgi-header-mega-menu__card {
    --pgi-retro-inset: 0px;
    --pgi-retro-radius: 14px;
}

/* Breathing room so product photos never touch the frame. */
.pgi-header-mega-menu--single .pgi-header-mega-menu__card-media {
    padding: 8px;
}

.pgi-header-mega-menu--single .pgi-header-mega-menu__card-title {
    position: relative;
    display: inline-block;
}

.pgi-header-mega-menu--single .pgi-header-mega-menu__card:hover .pgi-header-mega-menu__card-title,
.pgi-header-mega-menu--single .pgi-header-mega-menu__card:focus-visible .pgi-header-mega-menu__card-title {
    text-decoration: none;
}

/* Hairline that underlines the name while the frame draws around the image. */
.pgi-header-mega-menu--single .pgi-header-mega-menu__card-title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 600ms cubic-bezier(0.77, 0, 0.18, 1);
}

.pgi-header-mega-menu--single .pgi-header-mega-menu__card:focus-visible .pgi-header-mega-menu__card-title::after,
.pgi-header-mega-menu--single .pgi-header-mega-menu__card.is-selected .pgi-header-mega-menu__card-title::after {
    transform: scaleX(1);
    transform-origin: left;
    transition-duration: 900ms;
}

@media (hover: hover) and (pointer: fine) {
    .pgi-header-mega-menu--single .pgi-header-mega-menu__card:hover .pgi-header-mega-menu__card-title::after {
        transform: scaleX(1);
        transform-origin: left;
        transition-duration: 900ms;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pgi-header-mega-menu--single .pgi-header-mega-menu__card-title::after {
        transition: none;
    }
}

@media (max-width: 1500px) {
    .pgi-header-mega-menu {
        gap: 28px;
        width: min(1120px, calc(100vw - 48px));
        padding: 28px;
    }

    .pgi-header-mega-menu--single {
        width: min(850px, calc(100vw - 48px));
    }

    .pgi-header-mega-menu__tabs {
        flex-basis: 190px;
        gap: 10px;
    }

    .pgi-header-mega-menu__tab,
    .pgi-header-mega-menu__link,
    .pgi-header-mega-menu__card {
        font-size: 13px;
    }

    .pgi-header-mega-menu__tab {
        min-height: 38px;
        padding: 12px;
    }

    .pgi-header-mega-menu__divider {
        min-height: 360px;
    }

    .pgi-header-mega-menu__grid {
        gap: 22px 18px;
    }

    .pgi-header-mega-menu__card {
        gap: 10px;
    }

    .pgi-header-mega-menu__card-media {
        min-height: 0;
        border-radius: 15px;
    }
}

@media (max-width: 1188px) {
    .pgi-header-mega-menu {
        display: none;
    }

    .site-header__mobile-panel {
        inset: 50px 0 0 0;
        max-height: calc(100vh - 50px);
        padding: 20px 10px 32px;
        background: var(--pgi-white);
        border-bottom: 0;
        box-shadow: none;
    }

    .mobile-menu,
    .mobile-secondary-menu {
        gap: 10px;
    }

    .mobile-menu {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(213, 213, 212, 0.5);
    }

    .mobile-menu>li>a,
    .mobile-secondary-menu>li>a {
        min-height: 50px;
        padding: 0 15px;
        border: 0;
        border-radius: 10px;
        background: #F6F6F6;
        color: var(--pgi-laguna);
        font-size: 16px;
        line-height: 1.3;
        text-transform: none;
    }

    .mobile-menu>li>a::after {
        content: "›";
        margin-left: auto;
        color: var(--pgi-laguna);
        font-size: 28px;
        font-weight: 300;
        line-height: 1;
    }

    .mobile-menu .menu-item-has-children>a::after {
        content: "›";
        font-size: 28px;
    }

    .pgi-mobile-menu-link__content {
        display: inline-flex;
        align-items: center;
        min-width: 0;
        gap: 10px;
    }

    .pgi-mobile-menu-link__icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
        overflow: hidden;
    }

    .pgi-mobile-menu-link__icon-image {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .pgi-mobile-menu-link__label {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mobile-secondary-menu {
        margin-top: 20px;
        padding-top: 0;
    }

    .mobile-secondary-menu>li>a {
        justify-content: flex-start;
    }

    .site-header__mobile-panel-actions {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 198px;
        margin: 30px auto 0;
        gap: 20px;
    }

    .site-header__mobile-phone-button {
        width: 198px;
        min-width: 198px;
        height: 50px;
        padding: 0 30px;
        background: var(--pgi-laguna);
        border-radius: 10px;
        color: var(--pgi-white);
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
    }

    .site-header__mobile-phone-button .site-header__phone-fallback {
        gap: 10px;
    }

    .site-header__mobile-phone-button .site-header__phone-fallback svg {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
    }

    .site-header__mobile-reviews {
        display: flex;
        justify-content: center;
        min-width: 144px;
    }

    .site-header__mobile-reviews .site-header__rating {
        flex-direction: row;
        align-items: center;
        gap: 8px;
        min-height: 50px;
        font-weight: 600;
        text-align: center;
    }

    .site-header__mobile-reviews .site-header__rating > span:last-child {
        margin-top: 0;
    }

    .site-header__mobile-reviews .site-header__stars {
        font-size: 19px;
    }
}

@media (max-width: 1188px) {
    .mobile-menu>li>a::after {
        content: none;
    }

    .mobile-menu>.pgi-has-mega-menu>a::after {
        content: "›";
        margin-left: auto;
        color: var(--pgi-laguna);
        font-size: 28px;
        font-weight: 300;
        line-height: 1;
    }

    .pgi-mobile-mega-menu[hidden] {
        display: none;
    }

    .pgi-mobile-mega-menu {
        position: fixed;
        inset: 80px 0 0 0;
        z-index: 1002;
        display: block;
        overflow: auto;
        padding: 20px 10px;
        background: var(--pgi-white);
        color: var(--pgi-laguna);
    }

    .pgi-mobile-mega-menu a {
        display: flex;
        min-height: 0;
        padding: 0;
        border: 0;
        background: transparent;
        color: inherit;
        font-size: inherit;
        line-height: inherit;
        text-transform: none;
    }

    .pgi-mobile-mega-menu a::after {
        content: none !important;
    }

    .pgi-mobile-mega-menu__inner {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .pgi-mobile-mega-menu__line {
        display: block;
        width: 100%;
        height: 1px;
        background: rgba(213, 213, 212, 0.5);
    }

    .pgi-mobile-mega-menu__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 50px;
        padding: 0 15px;
        gap: 10px;
        border-radius: 10px;
        cursor: pointer;
    }

    .pgi-mobile-mega-menu__back,
    .pgi-mobile-mega-menu__category-button {
        border: 0;
        background: transparent;
        color: var(--pgi-laguna);
        font-family: inherit;
        cursor: pointer;
    }

    .pgi-mobile-mega-menu__back {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        padding: 0;
        flex: 0 0 20px;
    }

    .pgi-mobile-mega-menu__back svg,
    .pgi-mobile-mega-menu__header-spacer {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
    }

    .pgi-mobile-mega-menu__title {
        flex: 1 1 auto;
        min-width: 0;
        color: var(--pgi-laguna);
        font-size: 16px;
        font-weight: 600;
        line-height: 1.3;
        text-align: left;
    }

    .pgi-mobile-mega-menu__categories {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .pgi-mobile-mega-menu__category {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .pgi-mobile-mega-menu__category-button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 50px;
        padding: 0 15px;
        gap: 10px;
        border-radius: 10px;
        background: #F6F6F6;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.3;
        text-align: left;
    }

    .pgi-mobile-mega-menu__category-button svg {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
        transition: transform 180ms ease;
    }

    .pgi-mobile-mega-menu__category.is-active {
        gap: 30px;
        padding: 20px 10px;
        border-radius: 10px;
        background: #F6F6F6;
    }

    .pgi-mobile-mega-menu__category.is-active .pgi-mobile-mega-menu__category-button {
        min-height: 20px;
        padding: 0;
        border-radius: 0;
        background: transparent;
    }

    .pgi-mobile-mega-menu__category.is-active .pgi-mobile-mega-menu__category-button svg {
        transform: rotate(180deg);
    }

    .pgi-mobile-mega-menu__category-panel,
    .pgi-mobile-mega-menu__single-content {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .pgi-mobile-mega-menu__category-panel[hidden] {
        display: none;
    }

    .pgi-mobile-mega-menu__single-content {
        padding: 20px 10px;
        border-radius: 10px;
        background: #F6F6F6;
    }

    .pgi-mobile-mega-menu__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        width: 100%;
    }

    .pgi-mobile-mega-menu__card {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 7px;
        min-width: 0;
        color: var(--pgi-laguna);
        text-align: center;
    }

    .pgi-mobile-mega-menu__card-media {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        aspect-ratio: 170.55 / 117.5;
        overflow: hidden;
        border-radius: 10px;
        background: #FFFFFF;
    }

    .pgi-mobile-mega-menu__card-media img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .pgi-mobile-mega-menu__card-title {
        display: block;
        width: 100%;
        color: var(--pgi-laguna);
        font-size: 12px;
        font-weight: 500;
        line-height: 1.3;
    }

    .pgi-mobile-mega-menu__links {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 20px;
    }

    .pgi-mobile-mega-menu__link {
        display: inline-flex !important;
        align-items: center;
        width: auto;
        gap: 10px;
        padding-bottom: 5px !important;
        border-bottom: 1px solid currentColor !important;
        color: var(--pgi-laguna) !important;
        font-size: 16px !important;
        font-weight: 500;
        line-height: 1 !important;
    }

    .pgi-mobile-mega-menu__link svg {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        transform: rotate(-45deg);
    }
}

@media (min-width: 1189px) and (max-width: 1499px) {
    .site-header__top {
        min-height: 51.2px;
        padding: 6.4px 32px;
    }

    .top-menu {
        gap: 28.8px;
    }

    .top-menu a,
    .site-header__rating,
    .main-menu>li>a {
        font-size: 12.35px;
    }

    .site-header__logo-animation {
        width: 136px;
        height: 37.6px;
    }

    .site-header__button {
        height: 35.2px;
        min-width: 99.2px;
        padding-inline: 17.6px;
        font-size: 12.35px;
        line-height: 14.4px;
    }

    .site-header__button:last-child {
        width: 128px;
    }

    .site-header__button.has-phone-lottie {
        width: 136px;
        min-width: 136px;
    }

    .site-header__phone-lottie {
        width: 136px;
        height: 35.2px;
    }

    .site-header__bottom {
        min-height: 51.2px;
        padding-inline: 32px;
    }

    .main-menu {
        gap: 20.8px;
    }

    .main-menu>li>a {
        min-height: 51.2px;
    }

    .main-menu>li>a::before {
        bottom: 15.2px;
    }
}
