/* Main container */
.promotions-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: #fff;
    font-family: 'Inter', sans-serif;
    margin: 0 -4px;
}

.content-container {
    display: block;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    position: relative;
    width: 100%;
}

.header-title-row {
    display: flex;
    width: 100%;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

@media (max-width: 991px) {
    .header-title-row {
        width: 100%;
    }
}

.promotions-container {
    width: 100%;
}

@media (max-width: 991px) {
    .section-subtitle {
        max-width: 100%;
        font-size: 36px;
    }
}

@media (max-width: 640px) {
    .section-subtitle {
        font-size: 28px;
    }
}

.badge-text {
    position: relative;
    white-space: nowrap;
    color: var(--Colors-bg, #FFF);
    text-align: center;
    /* Desk/field2 */
    font-family: NAMU;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    padding: 4px 0px 0 0;
}

.promotion-badge {
    display: flex;
    padding: 10px 20px 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 3.14px;
    border-radius: 10px 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 46px;
    background-color: #005ca3;
    z-index: 2;
}

.banner-container-promotion-wrap {
    /* margin: 0 -4px; */
    padding-top: 6px;
}

.banner-container-promotion {
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    position: relative;
}

@media (max-width: 991px) {
    .banner-container-promotion {
        width: 100%;
        margin-bottom: 9px;
        gap: 15px;
    }
}

.promotions-slider {
    width: 100%;
    position: relative;
}

.promotional-banner {
    display: flex !important;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
    position: relative;
}

.banner-card {
    display: flex;
    width: 100%;
    border-radius: 15px;
    height: 568px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .banner-card {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .banner-card {
        height: auto;
    }
}

.banner-image-section {
    flex-shrink: 0;
    max-width: 600px;
    align-self: stretch;
    border-radius: 10px;
    position: relative;
}

@media (max-width: 991px) {
    .banner-image-section {
        width: 100%;
        padding: 12px;
    }

    .promotion-badge {
        left: 12px;
        padding: 5px;
        top: 12px;
        height: auto;
    }
}

@media (max-width: 991px) {
    .banner-image {
        width: 100%;
        height: 274px;
        border-radius: 10px;
        position: relative;
        left: 0;
        top: 0;
    }

    .badge-text {
        font-size: 14px;
    }
}

.banner-card {
    border-radius: 10px;
    background: linear-gradient(180deg, #092139 0%, #195c9f 100%);
}

.banner-content-promotion {
    display: flex;
    padding: 25px 0 25px 26px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    position: relative;
}

@media (max-width: 991px) {
    .banner-content-promotion {
        width: 100%;
        border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 640px) {
    .banner-content-promotion {
        padding: 32px 12px 19px 12px;
    }
}

.content-wrapper-promotion {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    gap: 10px;
    align-self: stretch;
    position: relative;
}

.content-details {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    align-self: stretch;
    position: relative;
}

.logo-container {
    display: flex;
    width: 210px;
    height: 52.5px;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 31px;
}

.company-logo {
    display: flex;
    width: 210px;
    height: 53px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.banner-title {
    align-self: stretch;
    margin-top: 0;
    position: relative;
    color: var(--Colors-bg, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    /* Desk/H1 */
    font-family: NAMU;
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 19px 0;
}

@media (max-width: 640px) {
    .banner-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

.banner-description {
    align-self: stretch;
    position: relative;
    text-transform: none;
    font: 400 16px "Lato", sans-serif;
    color: var(--Colors-bg, #FFF);
    /* Desk/body2 */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 640px) {
    .banner-description {
        font-size: 14px;
        margin-bottom: 13px;
    }
}

:root {
    --Colors-main: #005ca3;
    --Colors-bg: #fff;
}

/* Ð‘Ð°Ð·Ð¾Ð²Ð°Ñ ÐºÐ½Ð¾Ð¿ÐºÐ° */
.banner-button {
    width: 100%;
    display: flex;
    max-width: 313px;
    align-items: center;
    backdrop-filter: blur(8px);
    border-radius: 10px;
    font-weight: 400;
    position: relative;
    border: 1.181px solid var(--Colors-main);
    justify-content: space-between;
    background: var(--Colors-bg);
    transition: all 0.3s ease;
    padding: 0;
}

/* Ð˜ÐºÐ¾Ð½ÐºÐ° */
.button-icon-bg {
    width: 64px;
    height: 56px;
    flex-shrink: 0;
    margin: 1px 1px 1px 1px;
    border-radius: 10px;
    background-color: var(--Colors-main);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Ð¢ÐµÐºÑÑ‚ */
.banner-button .button-text {
    color: var(--Colors-main);
    flex-grow: 1;
    z-index: 2;
    transition: color 0.3s ease;
    font-family: NAMU;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    padding-left: 7px;
    padding-top: 1px;
}

.hero-content .button-text {
    font-size: 18px;
}

.banner-content-promotion .button-text {
    padding: 5px 0 0 7px;
}

.product-content .button-text {
    padding: 0 0 0 9px;
    font-size: 18px;
}

.product-content .button-icon-bg {
    width: 52px;
    height: 58px;
    margin: 0;
}

/* Ð¥Ð¾Ð²ÐµÑ€ */
.banner-button:hover {
    background-color: var(--Colors-main);
    border-color: var(--Colors-bg);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 92, 163, 0.2);
}

.banner-button:hover .button-text {
    color: var(--Colors-bg);
}

.button-icon-bg svg {
    transition: all 0.3s ease;
}

.banner-button:hover .button-icon-bg svg {
    fill: var(--Colors-main);
    stroke: var(--Colors-main);
    transform: rotate(45deg);
}

/* ÐÐºÑ‚Ð¸Ð²Ð°Ñ†Ð¸Ñ */
.banner-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 92, 163, 0.1);
}

.slider-navigation {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: -33px;
}

.image-navigation {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding-top: 10px;
}

/* Placeholder for when no image is selected */
.no-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    border: 2px dashed #ccc;
    border-radius: 10px;
}

.placeholder-text {
    color: #999;
    font-style: italic;
}

.promotions-slider .slick-list {
    margin: 0 -15px;
}

.door-calculator-button {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: stretch;
    gap: 35px;
    padding: 2px 2px 2px 31px;
    border: 1px solid rgba(0, 92, 163, 1);
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    text-align: left;
    width: 100%;
    max-width: fit-content;
}

.door-calculator-button:hover {
    background-color: rgba(248, 250, 252, 1);
}

.door-calculator-button:focus {
    outline: 2px solid rgba(0, 92, 163, 0.5);
    outline-offset: 2px;
}

@media (max-width: 991px) {
    .door-calculator-button {
        padding-left: 20px;
    }
}

.calculator-text {
    flex-grow: 1;
    flex-shrink: 1;
    width: 158px;
    margin: auto 0;
    color: inherit;
}

.calculator-icon {
    aspect-ratio: 1.14;
    object-fit: contain;
    object-position: center;
    width: 64px;
    border-radius: 10px;
    flex-shrink: 0;
}

@media (max-width: 640px) {
    .promotions-section {
        margin: 0;
    }

    .content-container {
    }

    .header-title-row {
    }

    .promotions-container {
    }

    .badge-text {
        padding: 4px 8px 0px 8px;
    }

    .promotion-badge {
        top: 20px;
        padding: 4px;
    }

    .banner-container-promotion-wrap {
        padding-top: 21px;
        padding: 0px 3px 0 3px;
    }

    .banner-container-promotion {
    }

    .promotions-slider {
    }

    .promotional-banner {
    }

    .banner-card {
        border-radius: 5px;
    }

    .banner-image {
    }

    .banner-image-section {
        padding: 20px 12px 0 12px;
    }

    .content-wrapper-promotion {
    }

    .content-details {
    }

    .logo-container {
        margin-bottom: 26px;
    }

    .company-logo {
    }

    .banner-title {
    }

    .banner-description {
    }

    .banner-button {
        max-width: none;
    }

    .button-icon-bg {
    }

    .banner-button .button-text {
    }

    .hero-content .button-text {
    }

    .banner-content-promotion .button-text {
        font-size: 18px;
        padding: 0 0 0 8px;
    }

    .product-content .button-text {
        padding: 5px 0 0 7px;
    }

    .product-content .button-icon-bg {
    }

    .banner-button:hover {
    }

    .banner-button:hover .button-text {
    }

    .button-icon-bg svg {
    }

    .banner-button:hover .button-icon-bg svg {
    }

    .banner-button:active {
    }

    .slider-navigation {
    }

    .image-navigation {
    }

    .no-image-placeholder {
    }

    .placeholder-text {
    }

    .promotions-slider .slick-list {
        padding-bottom: 9px !important;
    }

    .door-calculator-button {
    }

    .door-calculator-button:hover {
    }

    .door-calculator-button:focus {
    }

    .calculator-text {
    }

    .calculator-icon {
    }
}