/* =========================================
   Small New Banner — existing section styles
   ========================================= */
.taxonomy-prod-cat .small_new_banner {
    margin-block-start: 0;
    margin-block-end: 0;
}

.taxonomy-prod-cat .small_new_banner .small_new_banner__side_image {
    right: 55px;
    bottom: 20.42px;
    width: max(min(100%, 120px), 7vw);
    aspect-ratio: 243 / 220.5;
    height: auto;
}

.taxonomy-prod-cat .small_new_banner .small_new_banner__side_image svg,
.taxonomy-prod-cat .small_new_banner .small_new_banner__side_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.taxonomy-prod-cat .small_new_banner__inner_container {
    padding-inline: 14px;
    padding-block: 16px;
    border-radius: 4px;
}

.taxonomy-prod-cat .small_new_banner__inner_content {
    width: 100%;
}

.taxonomy-prod-cat .small_new_banner__inner_content .small_new_banner__title {
    font-weight: 600;
     font-size: 20px;
    line-height: 1.3;
    margin: 0 0 10px;
}

.taxonomy-prod-cat .small_new_banner__inner_content .small_new_banner__link {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 8px;
    background-color: #ff9933;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease-in-out;
    margin-block-start: 10px;
}

.taxonomy-prod-cat .small_new_banner__inner_content .small_new_banner__link .small_new_banner__link_text {
    /* font-weight: 400;
    font-size: 14px;
    line-height: 1.5; */

    font-family: "Museo Sans", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 30px;
letter-spacing: 0;
text-align: center;
}

.taxonomy-prod-cat .small_new_banner__inner_content .small_new_banner__link .small_new_banner__link_icon_start {
    width: 18px;
    height: 16px;
    display: flex;
}

.taxonomy-prod-cat .small_new_banner__inner_content .small_new_banner__link .small_new_banner__link_icon_start svg,
.taxonomy-prod-cat .small_new_banner__inner_content .small_new_banner__link .small_new_banner__link_icon_start img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.taxonomy-prod-cat .small_new_banner__inner_content .small_new_banner__link .small_new_banner__link_icon_end {
    width: 18px;
    height: 18px;
    display: flex;
}

.taxonomy-prod-cat .small_new_banner__inner_content .small_new_banner__link .small_new_banner__link_icon_end svg,
.taxonomy-prod-cat .small_new_banner__inner_content .small_new_banner__link .small_new_banner__link_icon_end img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.taxonomy-prod-cat .small_new_banner__inner_content .small_new_banner__link * {
    transition: all 0.3s ease-in-out;
}

.taxonomy-prod-cat .small_new_banner__inner_content .small_new_banner__link:hover {
    background-color: #42454F;
}

.taxonomy-prod-cat .small_new_banner__inner_content .small_new_banner__link:hover .small_new_banner__link_icon_start path {
    fill: #ff9933;
}

.taxonomy-prod-cat .small_new_banner__inner_content .small_new_banner__link:hover .small_new_banner__link_icon_end path {
    stroke: #ff9933;
}

/* =========================================
   Small New Banner — POPUP styles
   ========================================= */

/* Wrapper: fixed bottom-right anchor */
.snb-popup-wrapper {
    position: fixed;
    bottom: 100px;
    right: 23px;
    z-index: 9999;
    display: flex;
    align-items: flex-end;
    gap: 0;
}

/* Orange circle open/toggle button */
.snb-open-btn {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50% 0 0 50%;
    background-color: #ff9933;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: -3px 2px 10px rgba(0,0,0,0.20);
    transition: background-color 0.25s ease, transform 0.25s ease;
    padding: 0;
    order: 1;
}

.snb-open-btn:hover {
    background-color: #e6861a;
    transform: scale(1.08);
}

.snb-open-btn svg {
    width: 18px;
    height: 18px;
    pointer-events: none;
}

/* When panel is visible, flip arrow direction */
.snb-popup-wrapper.is-open .snb-open-btn svg {
    transform: rotate(180deg);
}

/* Popup panel */
.snb-popup {
    position: relative;
    width: 380px;
    background: #fff;
    border-radius: 16px 16px 16px 16px;
    box-shadow: -6px 6px 30px rgba(0,0,0,0.15);
    padding: 0;
    order: 0;
    transform: translateX(110%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                opacity   0.35s ease;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}

.snb-popup-wrapper.is-open .snb-popup {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

/* Reset container widths inside popup */
.snb-popup .small_new_banner__container,
.snb-popup .small_new_banner__container .row,
.snb-popup .small_new_banner__banner {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: 0 0 100% !important;
}

.snb-popup .small_new_banner__banner {
    border-radius: 0 !important;
    overflow: hidden;
    background-color: #fff !important;
}

/* Inner container — clean white card */
.snb-popup .small_new_banner__inner_container {
    padding: 30px 22px 26px !important;
    border-radius: 0 !important;
    /* background-color: #fff !important; */
}

/* Title — large bold, matches screenshot */
.snb-popup .small_new_banner__title {
   
    /* font-weight: 700 !important;
    line-height: 1.3 !important;
    color: #1a1a2e !important;
    margin: 0 0 20px !important;
    padding-right: 22px !important; */

    font-family: "Museo Sans", sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 1;
letter-spacing: 0;
text-align: center;
}

/* Inner content full width */
.snb-popup .small_new_banner__inner_content {
    width: 100% !important;
}

/* CTA link — full-width orange pill button */
.snb-popup .small_new_banner__link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 10px !important;
    /* padding: 14px 18px !important; */
    border-radius: 12px !important;
    background-color: #ff9933 !important;
    text-decoration: none !important;
    color: #1a1a2e !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    transition: background-color 0.25s ease, box-shadow 0.25s ease !important;
    margin-block-start: 0 !important;
    box-sizing: border-box !important;
}

.snb-popup .small_new_banner__link:hover {
    background-color: #e6861a !important;
    box-shadow: 0 4px 16px rgba(255,153,51,0.40) !important;
    color: #1a1a2e !important;
}

.snb-popup .small_new_banner__link_text {
    font-size: 16px !important;
    /* font-weight: 600 !important; */
    color: #1a1a2e !important;
    flex: 1 !important;
    text-align: center !important;
}

.snb-popup .small_new_banner__link_icon_start,
.snb-popup .small_new_banner__link_icon_end {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
}

.snb-popup .small_new_banner__link_icon_start svg,
.snb-popup .small_new_banner__link_icon_start img {
    width: 22px !important;
    height: 22px !important;
    object-fit: contain !important;
}

.snb-popup .small_new_banner__link_icon_end svg,
.snb-popup .small_new_banner__link_icon_end img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain !important;
}

/* Close × button */
.snb-close-btn {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 10;
    background: #efefef;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    transition: background 0.2s ease, color 0.2s ease;
    padding: 0;
    font-weight: 300;
}

.snb-close-btn:hover {
    background: #d0d0d0;
    color: #111;
}

@media (max-width: 700px) {
    .snb-popup {
        /* width: 260px; */
    }

    .snb-open-btn {
        width: 38px;
        height: 38px;
    }
}