.arc-promo-popup {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.44);
}

.arc-promo-popup__dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 548px;
    max-width: calc(100% - 36px);
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #d9e2ee;
    border-top: 4px solid #0b65b9;
    border-radius: 6px;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.26);
    overflow: hidden;
}

.arc-promo-popup__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    background: #fff;
    color: #475569;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
}

.arc-promo-popup__close span {
    display: block;
    font-size: 24px;
    line-height: 30px;
}

.arc-promo-popup__close:hover,
.arc-promo-popup__close:focus {
    border-color: #0b65b9;
    color: #0b65b9;
    outline: 0;
}

.arc-promo-popup__body {
    padding: 32px 36px 28px;
}

.arc-promo-popup__body h3 {
    margin: 0 48px 10px 0;
    color: #153f73;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}

.arc-promo-popup__body p {
    max-width: 430px;
    margin: 0 0 20px;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.55;
}

.arc-promo-popup__offer {
    display: flex;
    width: 100%;
    margin: 0 0 22px;
    border: 2px solid #0b65b9;
    border-radius: 4px;
    overflow: hidden;
}

.arc-promo-popup__code,
.arc-promo-popup__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    text-align: center;
    font-weight: 800;
    letter-spacing: 0;
}

.arc-promo-popup__code {
    flex: 1 1 62%;
    background: #fff;
    color: #0b65b9;
    font-size: 24px;
}

.arc-promo-popup__badge {
    flex: 0 0 38%;
    background: #0b65b9;
    color: #fff;
    font-size: 22px;
}

.arc-promo-popup__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.arc-promo-popup__cta {
    display: inline-block;
    min-width: 150px;
    padding: 11px 20px;
    background: #0b65b9;
    border: 1px solid #0b65b9;
    border-radius: 3px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    text-decoration: none !important;
}

.arc-promo-popup__cta:hover,
.arc-promo-popup__cta:focus {
    background: #064f96;
    border-color: #064f96;
    outline: 0;
}

.arc-promo-popup__timer {
    color: #6b7280;
    font-size: 12px;
    text-align: right;
}

.arc-promo-tags--overlay {
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0px;
    z-index: 12;
    width: 78px;
    max-width: 78px;
    max-height: calc(100% - 16px);
    overflow: hidden;
    box-sizing: border-box;
}

.arc-promo-tag {
    display: block;
    width: 78px;
    max-width: 78px;
    box-sizing: border-box;
    overflow: hidden;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 3px 8px rgba(24, 42, 68, 0.16);
}

.arc-promo-tags--overlay .arc-promo-tag + .arc-promo-tag {
    margin-top: 4px;
}

.arc-promo-tag__code,
.arc-promo-tag__amount {
    display: block;
    min-height: 20px;
    padding: 2px 4px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 800;
    line-height: 16px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.arc-promo-tag__code {
    background: #0b65b9;
    color: #fff;
}

.arc-promo-tag__amount {
    background: #ffc632;
    color: #1f2937;
}

.products-grid .item .product-wrapper .arc-promo-tags--overlay,
.products-list li.item .product-wrapper .arc-promo-tags--overlay {
    left: 0px;
    right: auto;
}

.products-grid .item .product-wrapper .arc-promo-tag,
.products-list li.item .product-wrapper .arc-promo-tag {
    width: 78px;
}

.arc-promo-detail-tags {
    margin: 12px 0 14px;
}

.arc-promo-detail-tag {
    padding: 10px 12px;
    border-left: 4px solid #0b65b9;
    background: #f3f8ff;
    color: #394457;
    font-size: 13px;
    line-height: 1.45;
}

.arc-promo-detail-tag strong {
    color: #0b65b9;
    font-weight: 800;
}

.arc-promo-detail-tag a {
    margin-left: 6px;
    color: #0b65b9;
    font-weight: 700;
    text-decoration: underline;
}

.arc-promo-landing__header {
    display: grid;
    grid-template-columns: 152px minmax(0, 1fr) 320px;
    align-items: stretch;
    gap: 22px;
    margin: 0 0 18px;
    padding: 0;
    border: 0;
    border-top: 1px solid #d8dee8;
    border-bottom: 1px solid #d8dee8;
    background: #fff;
}

.arc-promo-landing__deal {
    display: flex;
    min-height: 118px;
    background: #0b65b9;
}

.arc-promo-landing__copy {
    flex: 1 1 auto;
    min-width: 0;
    padding: 20px 0;
}

.arc-promo-landing__header h1 {
    margin: 0 0 8px;
    color: #153f73;
    font-size: 26px;
    font-weight: 700;
}

.arc-promo-landing__header p {
    margin: 0;
    color: #4b5563;
}

.arc-promo-landing__note {
    margin-top: 6px !important;
    color: #6b7280 !important;
    font-size: 13px;
}

.arc-promo-landing__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 0 !important;
}

.arc-promo-landing__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 3px 9px;
    border: 1px solid #d8dee8;
    background: #f5f8fb;
    color: #4b5563;
    font-size: 13px;
}

.arc-promo-landing__summary {
    max-width: 100%;
    border: 1px solid #d8dee8;
    background: #fff;
    box-shadow: 0 8px 18px rgba(24, 42, 68, 0.08);
}

.arc-promo-landing__summary-main {
    display: flex;
    width: 100%;
    min-height: 118px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: #0b65b9;
    color: #fff;
    text-align: center;
}

.arc-promo-landing__summary-main strong {
    display: block;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}

.arc-promo-landing__summary-main span {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.arc-promo-landing__summary-note {
    padding: 12px 14px;
    color: #394457;
    font-size: 13px;
    line-height: 1.45;
}

.arc-promo-landing__how {
    padding: 16px;
    border: 0;
    border-left: 1px solid #d8dee8;
    background: #fff;
}

.arc-promo-landing__how h2 {
    margin: 0 0 12px;
    color: #153f73;
    font-size: 14px;
    font-weight: 700;
}

.arc-promo-landing__how ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.arc-promo-landing__how li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 10px;
    color: #4b5563;
    font-size: 12px;
    line-height: 18px;
}

.arc-promo-landing__how li span {
    display: inline-flex;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #e8f3ff;
    color: #0b65b9;
    font-size: 12px;
    font-weight: 700;
}

.arc-promo-landing__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 10px;
    padding: 0;
    background: transparent;
}

.arc-promo-toolbar__controls {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    min-height: 34px;
}

.arc-promo-toolbar__label {
    margin: 0;
    color: #394457;
    font-size: 13px;
    line-height: 32px;
}

.arc-promo-landing__count {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #394457;
    font-size: 13px;
    line-height: 30px;
}

.arc-promo-sort {
    width: 112px;
    max-width: 100%;
    height: 32px;
    border: 1px solid #d8dee8;
    background: #fff;
}

.arc-promo-sort-dir {
    display: inline-block;
    min-width: 18px;
    color: #153f73 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    text-decoration: none !important;
}

.arc-promo-products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.arc-promo-product {
    border: 1px solid #d8dee8;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.arc-promo-product__image {
    position: relative;
    display: block;
    padding: 14px;
    text-align: center;
}

.arc-promo-product__image img {
    max-width: 100%;
    height: auto;
}

.arc-promo-tag--landing {
    position: absolute;
    top: 14px;
    left: 14px;
}

.arc-promo-product__info {
    padding: 0 14px 16px;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.arc-promo-product__name {
    display: -webkit-box;
    height: 38px;
    min-height: 38px;
    max-height: 38px;
    overflow: hidden;
    color: #1f2937;
    font-weight: 700;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.arc-promo-product__price {
    margin: 8px 0 12px;
    color: #d97706;
    font-size: 18px;
    font-weight: 700;
}

#nav .arc-promo-menu > a {
    padding-left: 18px;
    padding-right: 18px;
}

#nav .arc-promo-menu > .arc-promo-menu__drop {
    position: absolute;
    top: 100%;
    left: 0;
    width: 320px;
    min-width: 320px;
    padding: 0;
    border: 0;
    background: #0068b5;
    box-shadow: 0 3px 5px rgba(45, 50, 55, 0.2);
    overflow: hidden;
}

#nav .arc-promo-menu .arc-promo-menu__list {
    position: static;
    top: auto;
    left: auto;
    margin: 0;
    padding: 0;
    min-width: 0;
    opacity: 1;
    visibility: visible;
    list-style: none;
}

#nav .arc-promo-menu .arc-promo-menu__item {
    float: none;
    margin: 0;
    padding: 0;
}

#nav .arc-promo-menu .arc-promo-menu__item a {
    padding: 10px 15px;
    color: #fff;
    font-weight: 400;
    line-height: 18px;
    white-space: normal;
}

#nav .arc-promo-menu .arc-promo-menu__item a:hover,
#nav .arc-promo-menu .arc-promo-menu__item a:focus {
    background: #005fa6;
    color: #fff;
}

#mega_cats .arc-promo-menu > .arc-promo-menu__drop,
.arc-promo-menu > .arc-promo-menu__drop {
    display: none !important;
    width: 320px;
    min-width: 320px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

#mega_cats .arc-promo-menu .arc-promo-menu__drop,
.arc-promo-menu .arc-promo-menu__drop {
    display: none !important;
}

#mega_cats .arc-promo-menu:hover > .arc-promo-menu__drop,
#mega_cats .arc-promo-menu:focus-within > .arc-promo-menu__drop,
#mega_cats .arc-promo-menu.over > .arc-promo-menu__drop,
.arc-promo-menu:hover .arc-promo-menu__drop,
.arc-promo-menu:focus-within .arc-promo-menu__drop,
.arc-promo-menu:hover > .arc-promo-menu__drop,
.arc-promo-menu:focus-within > .arc-promo-menu__drop,
.arc-promo-menu.over > .arc-promo-menu__drop {
    display: block !important;
    opacity: 1;
    visibility: visible;
    z-index: 780;
}

.arc-promo-menu__list {
    width: 100%;
}

.arc-promo-menu__item a {
    display: block;
    padding: 8px 14px;
    color: #333;
    font-size: 13px;
    line-height: 18px;
    text-transform: none;
    white-space: normal;
}

.arc-promo-menu__item--all a {
    font-weight: 700;
}

.arc-promo-list__header {
    margin: 0 0 14px;
    padding: 0 0 0 4px;
}

.arc-promo-list__header h1 {
    margin: 0 0 8px;
    color: #153f73;
    font-size: 22px;
    font-weight: 700;
}

.arc-promo-list__header p {
    margin: 0;
    color: #4b5563;
}

.arc-promo-list__items {
    max-width: 780px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.arc-promo-list__item {
    margin: 0 0 12px;
    list-style: none;
}

.arc-promo-list__card {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 104px;
    padding: 10px 12px 10px 10px;
    border: 0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(24, 42, 68, 0.12);
    color: inherit;
    text-decoration: none !important;
}

.arc-promo-list__card:hover,
.arc-promo-list__card:focus {
    box-shadow: 0 5px 14px rgba(24, 42, 68, 0.16);
    color: inherit;
    outline: 0;
}

.arc-promo-list__summary {
    display: flex;
    flex: 0 0 138px;
    width: 138px;
    min-height: 84px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #0b65b9;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
}

.arc-promo-list__summary strong {
    display: block;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
}

.arc-promo-list__summary span {
    display: block;
    margin-top: 7px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.arc-promo-list__content {
    display: block;
    flex: 0 1 460px;
    min-width: 0;
}

.arc-promo-list__title {
    display: inline-block;
    margin: 0 0 6px;
    color: #153f73;
    font-size: 16px;
    font-weight: 700;
}

.arc-promo-list__meta {
    display: block;
    color: #4b5563;
    font-size: 12px;
    line-height: 1.45;
}

.arc-promo-list__period,
.arc-promo-list__scope {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    margin: 8px 6px 0 0;
    padding: 2px 8px;
    border: 0;
    border-radius: 2px;
    background: #eef4fa;
    color: #4b5563;
    font-size: 12px;
    line-height: 16px;
}

.arc-promo-list__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 3px;
    background: #eef6ff;
    color: #0b65b9 !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
}

.arc-promo-list__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .arc-promo-popup__body {
        padding: 28px 24px 24px;
    }

    .arc-promo-popup__footer,
    .arc-promo-landing__header {
        display: block;
        border: 1px solid #d8dee8;
    }

    .arc-promo-popup__timer {
        display: block;
        margin-top: 12px;
        text-align: left;
    }

    .arc-promo-landing__summary {
        max-width: none;
        margin-top: 16px;
    }

    .arc-promo-landing__copy,
    .arc-promo-landing__how {
        padding: 16px;
    }

    .arc-promo-landing__how {
        border-left: 0;
    }

    .arc-promo-list__card {
        display: block;
    }

    .arc-promo-list__summary {
        display: flex;
        width: 100%;
        margin-bottom: 12px;
    }

    .arc-promo-list__actions {
        display: flex;
        justify-content: flex-start;
        min-height: 0;
        margin-top: 10px;
    }

    .arc-promo-list__link {
        margin-top: 0;
    }

    .arc-promo-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .arc-promo-popup__dialog {
        max-width: calc(100% - 24px);
    }

    .arc-promo-popup__body h3 {
        margin-right: 42px;
        font-size: 20px;
    }

    .arc-promo-popup__offer {
        display: block;
    }

    .arc-promo-popup__code,
    .arc-promo-popup__badge {
        display: flex;
        width: auto;
        height: auto;
        min-height: 48px;
        padding: 10px 12px;
    }

    .arc-promo-popup__code {
        border-bottom: 2px solid #0b65b9;
    }

    .arc-promo-products {
        grid-template-columns: 1fr;
    }
}
