.filter-panel .filter-panel-title {
    margin: 0;
}

.filter-panel .filter-section-title {
    margin: 0 0 12px;
    font-size: .9rem;
    font-weight: 800;
}

.product-price-row .product-price-heading {
    margin: 0;
    color: #e0231c;
    font-size: 2.35rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}

.product-description-card h3.h2 {
    display: inline-flex;
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 3px solid #e0231c;
    color: #11141a;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 900;
}

.product-description-card .product-description-name {
    margin: 26px 0 20px;
    padding-top: 26px;
    border-top: 1px solid #eef1f4;
}

.product-gallery-main {
    --product-gallery-image-size: min(78%, 420px);
}

.product-gallery-main > img {
    width: var(--product-gallery-image-size);
    height: var(--product-gallery-image-size);
    max-width: 92%;
    max-height: 92%;
    object-fit: contain;
}

.brands {
    margin: 40px 0;
    padding: 0;
}

.brands-slider {
    display: block;
}

.brands-slider a {
    text-decoration: none;
}

.brands-slider img {
    display: block;
    width: auto;
    height: 30px;
    object-fit: contain;
}

.brands-slider.owl-carousel .owl-stage-outer {
    border-radius: 0;
}

.legal-page {
    padding: 26px 0 64px;
}

.legal-page .container {
    max-width: 1184px;
}

.legal-page h1 {
    margin: 18px 0 20px;
    color: #11141a;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 900;
}

.legal-card {
    padding: 34px 38px;
    border: 1px solid #e4e8ed;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(16, 40, 70, .05);
}

.legal-card h2 {
    margin: 0 0 18px;
    color: #11141a;
    font-size: 1.35rem;
    line-height: 1.3;
    font-weight: 900;
}

.legal-card h2:not(:first-child) {
    margin-top: 28px;
}

.legal-card p,
.legal-card li {
    color: #3d4654;
    font-size: .92rem;
    line-height: 1.65;
}

.legal-card p {
    margin: 0 0 16px;
}

.legal-card ul {
    margin: 0 0 18px;
    padding-left: 20px;
}

.flyer-card {
    aspect-ratio: 1080 / 1440;
    height: auto;
}

.flyer-card img {
    height: auto;
    aspect-ratio: 1080 / 1440;
}

.campaign-modal-dialog {
    width: min(90vw, 68vh, 640px);
}

.campaign-modal-image-wrap {
    width: 100%;
    aspect-ratio: 1080 / 1440;
}

.campaign-modal-image {
    width: 100%;
    height: 100%;
    max-height: none;
    aspect-ratio: 1080 / 1440;
    object-fit: contain;
}

.campaign-modal-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    font-size: 0;
    line-height: 1;
}

.campaign-modal-close .campaign-modal-close-mark {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
}

.campaign-modal-close .campaign-modal-close-mark::before,
.campaign-modal-close .campaign-modal-close-mark::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
}

.campaign-modal-close .campaign-modal-close-mark::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.campaign-modal-close .campaign-modal-close-mark::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.campaign-modal-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #0e5c9e;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .22);
    transform: translateY(-50%);
    transition: background 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.campaign-modal-nav[hidden] {
    display: none !important;
}

.campaign-modal-nav i {
    margin: 0;
    font-size: 24px;
    line-height: 1;
}

.campaign-modal-nav-prev {
    left: -26px;
}

.campaign-modal-nav-next {
    right: -26px;
}

.campaign-modal-nav:focus,
.campaign-modal-nav:hover {
    background: #0e5c9e;
    color: #fff;
    box-shadow: 0 18px 36px rgba(14, 92, 158, .28);
    transform: translateY(-50%) scale(1.04);
}

@media (max-width: 767.98px) {
    .product-price-row .product-price-heading {
        font-size: 1.9rem;
    }

    .product-gallery-main {
        --product-gallery-image-size: min(82%, 360px);
    }

    .campaign-modal-dialog {
        width: min(94vw, 68vh, 420px);
    }

    .campaign-modal-nav {
        width: 42px;
        height: 42px;
    }

    .campaign-modal-nav i {
        font-size: 20px;
    }

    .campaign-modal-nav-prev {
        left: 10px;
    }

    .campaign-modal-nav-next {
        right: 10px;
    }

    .legal-page {
        padding: 18px 0 46px;
    }

    .legal-page h1 {
        margin-top: 14px;
        font-size: 1.72rem;
    }

    .legal-card {
        padding: 24px 18px;
        border-radius: 14px;
    }

    .legal-card h2 {
        font-size: 1.18rem;
    }
}

.announcement-popup-modal {
    position: fixed;
    inset: 0;
    z-index: 1210;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.announcement-popup-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.announcement-popup-modal.is-open .announcement-popup-dialog {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.announcement-popup-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(4, 23, 42, .72);
    cursor: zoom-out;
}

.announcement-popup-dialog {
    position: relative;
    z-index: 2;
    display: block;
    overflow: hidden;
    width: fit-content;
    max-width: min(92vw, 900px);
    max-height: calc(100vh - 56px);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .35);
    opacity: 0;
    transform: translateY(18px) scale(.97);
    transition: opacity 180ms ease, transform 180ms ease;
}

.announcement-popup-dialog--single {
    width: fit-content;
    max-width: min(92vw, 900px);
}

.announcement-popup-close {
    top: 14px;
    right: 14px;
}

.announcement-popup-media {
    display: flex;
    background: #fff;
}

.announcement-popup-image {
    display: block;
    width: auto;
    max-width: min(92vw, 900px);
    height: auto;
    max-height: calc(100vh - 56px);
    object-fit: contain;
}

@media (max-width: 767.98px) {
    .announcement-popup-modal {
        padding: 16px;
    }

    .announcement-popup-dialog {
        display: block;
        width: fit-content;
        max-width: min(94vw, 480px);
        max-height: calc(100vh - 32px);
        border-radius: 16px;
    }

    .announcement-popup-close {
        top: 10px;
        right: 10px;
    }

    .announcement-popup-media {
        min-height: 0;
    }

    .announcement-popup-image {
        max-width: min(94vw, 480px);
        max-height: calc(100vh - 32px);
    }
}

.site-header .header-category-menu {
    position: relative;
    z-index: 1040;
    margin-right: auto;
    margin-left: 24px;
}

.site-header .header-category-menu::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: min(880px, calc(100vw - 48px));
    height: 12px;
}

.site-header .header-category-menu:hover::after,
.site-header .header-category-menu:focus-within::after,
.site-header .header-category-menu.is-open::after {
    display: block;
}

.site-header .header-category-menu:hover .header-category-dropdown,
.site-header .header-category-menu:focus-within .header-category-dropdown,
.site-header .header-category-menu.is-open .header-category-dropdown {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.site-header .header-category-menu:hover .header-category-toggle,
.site-header .header-category-menu:focus-within .header-category-toggle,
.site-header .header-category-menu.is-open .header-category-toggle {
    border-color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.12);
}

.site-header .header-category-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    gap: 10px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 999px;
    background: transparent;
    color: #fff;
    font-size: .94rem;
    font-weight: 800;
    line-height: 1;
    transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.site-header .header-category-toggle .fa-th-large {
    font-size: .88rem;
}

.site-header .header-category-toggle .fa-angle-down {
    margin-left: 2px;
    font-size: .82rem;
    opacity: .88;
}

.site-header .header-category-toggle:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.22);
}

.site-header .header-category-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    display: grid;
    width: min(880px, calc(100vw - 48px));
    min-height: 472px;
    max-height: calc(100vh - 110px);
    grid-template-columns: 294px 1fr;
    overflow: hidden;
    border: 1px solid rgba(217, 226, 236, 0.95);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 22px 48px rgba(7, 36, 64, 0.2);
    color: #11141a;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    visibility: hidden;
    transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
}

.site-header .header-category-list {
    overflow-y: auto;
    padding: 10px;
    border-right: 1px solid #e4e8ed;
    background: #f7f9fc;
    scrollbar-color: #c8d3df transparent;
    scrollbar-width: thin;
}

.site-header .header-category-item {
    display: grid;
    min-height: 60px;
    grid-template-columns: 38px 1fr 16px;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    color: #11141a;
    font-size: .96rem;
    font-weight: 800;
    line-height: 1.16;
    text-decoration: none;
    transition: background 140ms ease, color 140ms ease;
}

.site-header .header-category-item .fa {
    color: #a7b5c4;
    font-size: .82rem;
}

.site-header .header-category-item:hover,
.site-header .header-category-item:focus,
.site-header .header-category-item.is-active {
    background: #eaf2fa;
    color: #08467f;
    text-decoration: none;
}

.site-header .header-category-thumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 9px;
    background: #fff;
}

.site-header .header-category-thumb img {
    display: block;
    max-width: 76%;
    max-height: 76%;
    object-fit: contain;
}

.site-header .header-category-content {
    min-width: 0;
    padding: 30px 32px;
    background: #fff;
}

.site-header .header-category-panel {
    display: none;
}

.site-header .header-category-panel.is-active {
    display: block;
}

.site-header .header-category-panel-head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e4e8ed;
}

.site-header .header-category-panel-head strong {
    color: #11141a;
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1.15;
}

.site-header .header-subcategory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 44px;
    padding: 28px 10px 0;
}

.site-header .header-subcategory-grid a {
    color: #3d4654;
    font-size: .94rem;
    line-height: 1.22;
    text-decoration: none;
    transition: color 140ms ease;
}

.site-header .header-subcategory-grid a:hover,
.site-header .header-subcategory-grid a:focus {
    color: #08467f;
    text-decoration: none;
}

.site-header .header-mobile-category-link {
    display: none;
}

@media (max-width: 991.98px) {
    .site-header .header-category-menu {
        display: none;
    }

    .site-header .header-mobile-category-link {
        display: block;
    }
}
