.wi-marketing-topbar {
    position: relative;
    z-index: 1;
    background: #15243b;
    color: #fff;
    padding: 10px 16px;
    text-align: center;
}

.wi-marketing-inner {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
}

.wi-marketing-topbar a,
.wi-marketing-popup a {
    color: inherit;
    text-decoration: underline;
}

.wi-marketing-popup[hidden] {
    display: none !important;
}

.wi-marketing-popup {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    opacity: 0;
    transition: opacity 0.22s ease;
}

.wi-marketing-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.wi-marketing-popup__panel {
    position: relative;
    z-index: 1;
    width: min(92vw, 520px);
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    padding: 28px 24px 24px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    color: #1c2430;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.wi-marketing-popup.is-visible {
    opacity: 1;
}

.wi-marketing-popup.is-visible .wi-marketing-popup__panel {
    opacity: 1;
    transform: translateY(0);
}

.wi-marketing-popup__close {
    position: absolute;
    top: 5px;
    right: 12px;
    z-index: 2;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #1c2430;
}

.wi-marketing-popup__panel--image-only {
    width: auto;
    max-width: min(92vw, 920px);
    padding: 0;
    overflow: visible;
    background: transparent;
    border-radius: 14px;
    box-shadow: none;
    color: #fff;
}

.wi-marketing-popup__panel--image-only .wi-marketing-popup__close {
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 2px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    background: rgba(16, 24, 40, 0.72);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
    color: #fff;
    font-size: 26px;
    line-height: 1;
}

.wi-marketing-popup__title {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.2;
    padding-top: 12px;
}

.wi-marketing-popup__image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 16px;
    border-radius: 10px;
}

.wi-marketing-popup__panel--image-only .wi-marketing-popup__image {
    width: auto;
    max-width: min(92vw, 920px);
    max-height: calc(100vh - 48px);
    margin: 0;
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
    object-fit: contain;
}

.wi-marketing-popup__content {
    font-size: 15px;
    line-height: 1.6;
}

.wi-marketing-notice[hidden] {
    display: none !important;
}

.wi-marketing-notice {
    margin: 0 0 20px;
}

.wi-marketing-notice__inner {
    border: 1px solid #d6e3f5;
    border-left: 4px solid #1f5da8;
    border-radius: 12px;
    background: #f4f8fd;
    color: #18304d;
    padding: 16px 18px;
}

.wi-marketing-notice__title {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
}

.wi-marketing-notice__list {
    margin: 0;
    padding-left: 18px;
}

.wi-marketing-notice__list li + li {
    margin-top: 6px;
}

.wi-marketing-product-banner[hidden] {
    display: none !important;
}

.wi-marketing-product-banner {
    margin: 10px 0 16px;
}

.wi-marketing-product-banner__inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    border: 1px solid #d8ead7;
    border-left: 4px solid #3d8a49;
    border-radius: 12px;
    background: #f3fbf2;
    color: #1e4122;
    padding: 12px 14px;
}

.wi-marketing-product-banner__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #3d8a49;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1;
}

.wi-marketing-product-banner__text {
    font-size: 14px;
    line-height: 1.4;
}

.wi-marketing-price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px;
}

.wi-marketing-original-price {
    color: #ff0000;
    font-size: 0.62em;
    font-weight: 600;
    line-height: 1;
    text-decoration: line-through;
}

.wi-marketing-discount-price {
    display: inline-block;
    color: #3E8A49;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
}
