.squeezy-nav,
.power-slider-nav {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.nav-btn,
.power-slider-nav button {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #001a2c; /* Replace with your var if needed */
    border: 1px solid #e8e9f2;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-btn:hover,
.power-slider-nav button:hover {
    box-shadow: -1px 6px 6px -3px rgba(7, 26, 53, 0.05);
}

.power-slider-nav button:hover,
.power-slider-nav button:active,
.power-slider-nav button:focus,
.nav-btn:hover,
.nav-btn:active,
.nav-btn:focus {
    color: var(--color-2);
    border: 1px solid #e8e9f2;
    background: #fff;
}

.canvas-container {
    max-width: 1222px;
    width: 100%;
    height: 540px;
    cursor: pointer;
}

.canvas-container canvas {
    display: block;
    width: 100%;
}

.inocel-squeezy-wrapper {
    position: relative;
    width: 100%;
    clear: both;
}

.canvas-container {
    width: 100%;
    height: 540px; /* Essential: Canvas needs parent height */
    min-height: 540px;
    position: relative;
    overflow: hidden;
}

.squeezyCanvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
    touch-action: none;
}

@media (min-width: 769px) {
    .squeezy-nav,
    .power-slider-nav {
        position: relative;
        margin: -46px 32px 47px 0;
        justify-content: flex-end;
        z-index: 2;
    }
    
}

@media (min-width: 992px) {
    .power-slider-nav,
    .power-slider {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .squeezy-nav,
    .canvas-container {
        display: none;
    }

    .inocel-squeezy-wrapper .power-slider {
        width: calc(100% - 21px);
        margin: 20px 0 0;
        overflow: visible;
    }

    .inocel-squeezy-wrapper .power-slider .swiper-slide {
        width: inherit !important;
    }

    .power-slider-slide-wrap {
        position: relative;
        padding-top: 78.4%;
        border-radius: 4px;
        overflow: hidden;
        z-index: 1;
    }

    .power-slider-slide-wrap::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(3.59deg, rgba(0, 0, 0, 0.5) 2.3%, rgba(0, 0, 0, 0) 45.25%);
        z-index: -1;
    }

    .power-slider .power-slider-slide-wrap img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
        z-index: -2;
    }

    .power-slider-slide-wrap--title {
        position: absolute;
        left: 0;
        bottom: 0;
        width: calc(100% - 64px);
        margin: 0 32px 24px;
        padding-top: 12px;
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        border-top: 1px solid #fff;
    }
}


@media (max-width: 768px) {
    .power .headline,
    .power-slider-nav {
        padding: 0 26px;
    }

    .power-slider-slide-wrap {
        padding-top: 138%;
    }

    .power-slider-slide-wrap--title {
        width: calc(100% - 48px);
        margin: 0 24px 26px;
        padding-top: 15px;
        font-size: 16px;
    }
}


.power-slider-slide-wrap img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}