.elementor-widget-shortcode:has(.rw-hoh-category-slider),
.elementor-shortcode:has(.rw-hoh-category-slider) {
    align-self: stretch;
    display: block;
    width: 100% !important;
}

.rw-hoh-category-slider {
    --rw-hoh-category-slider-gap: 15px;
    --rw-hoh-category-slider-columns: 3;
    position: relative;
    width: 100%;
}

.rw-hoh-category-slider__viewport {
    overflow: hidden;
    width: 100%;
}

.rw-hoh-category-slider__track {
    display: flex;
    gap: var(--rw-hoh-category-slider-gap);
    transition: transform 420ms ease;
    will-change: transform;
}

.rw-hoh-category-slider__slide {
    flex: 0 0 calc((100% - (var(--rw-hoh-category-slider-gap) * (var(--rw-hoh-category-slider-columns) - 1))) / var(--rw-hoh-category-slider-columns));
    min-width: 0;
}

.rw-hoh-category-slider .elementor-flip-box {
    height: 730px;
    overflow: hidden;
    position: relative;
    perspective: 1000px;
}

.rw-hoh-product-image-rotator__images {
    inset: 0;
    overflow: hidden;
    position: absolute;
    z-index: 0;
}

.rw-hoh-product-image-rotator__image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 700ms ease;
}

.rw-hoh-product-image-rotator__image.is-active {
    opacity: 1;
}

.rw-hoh-category-slider .elementor-flip-box__layer {
    align-items: center;
    display: flex;
    height: 100%;
    inset: 0;
    overflow: hidden;
    position: absolute;
    transition: opacity 0.6s ease;
    width: 100%;
}

.rw-hoh-category-slider .elementor-flip-box__front {
    background: transparent !important;
    opacity: 1;
    z-index: 2;
}

.rw-hoh-category-slider .elementor-flip-box__back {
    background: transparent !important;
    opacity: 0;
    z-index: 1;
}

.rw-hoh-category-slider .elementor-flip-box:hover .elementor-flip-box__front,
.rw-hoh-category-slider .elementor-flip-box:focus .elementor-flip-box__front {
    opacity: 0;
}

.rw-hoh-category-slider .elementor-flip-box:hover .elementor-flip-box__back,
.rw-hoh-category-slider .elementor-flip-box:focus .elementor-flip-box__back {
    opacity: 1;
    z-index: 3;
}

.rw-hoh-category-slider .elementor-flip-box__layer__overlay {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 50px 63px;
    width: 100%;
}

.rw-hoh-category-slider .elementor-flip-box__back .elementor-flip-box__layer__overlay {
    background-color: rgba(0, 0, 0, 0.35);
}

.rw-hoh-category-slider .elementor-flip-box__layer__inner {
    width: 100%;
}

.rw-hoh-category-slider .elementor-flip-box__layer__title {
    color: #fff;
    font-family: var(--e-global-typography-primary-font-family, Nunito), Sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 30px;
}

.rw-hoh-category-slider .elementor-flip-box__button {
    background-color: #fff;
    border-radius: 100px;
    color: #323e48;
    display: inline-block;
    font-family: var(--e-global-typography-text-font-family, Nunito), Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
}

.rw-hoh-category-slider__nav {
    background: rgba(255, 255, 255, 0.9);
    border: 0;
    border-radius: 50%;
    color: #323e48;
    cursor: pointer;
    height: 42px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    z-index: 5;
}

.rw-hoh-category-slider__nav:hover,
.rw-hoh-category-slider__nav:focus {
    background: #000;
    color: #fff;
    outline: none;
}

.rw-hoh-category-slider__nav::before {
    border-color: currentColor;
    border-style: solid;
    content: "";
    display: block;
    height: 10px;
    left: 16px;
    position: absolute;
    top: 15px;
    transform: rotate(45deg);
    width: 10px;
}

.rw-hoh-category-slider__nav--prev {
    left: 18px;
}

.rw-hoh-category-slider__nav--prev::before {
    border-width: 0 0 2px 2px;
}

.rw-hoh-category-slider__nav--next {
    right: 18px;
}

.rw-hoh-category-slider__nav--next::before {
    border-width: 2px 2px 0 0;
    left: 14px;
}

.rw-hoh-category-slider__nav[disabled] {
    display: none;
}

.rw-hoh-category-slider-empty {
    background: #f4f4f4;
    color: #666;
    padding: 32px;
    text-align: center;
}

@media (max-width: 1024px) {
    .rw-hoh-category-slider {
        --rw-hoh-category-slider-columns: 2;
    }

    .rw-hoh-category-slider .elementor-flip-box {
        height: 560px;
    }
}

@media (max-width: 767px) {
    .rw-hoh-category-slider {
        --rw-hoh-category-slider-gap: 30px;
        --rw-hoh-category-slider-columns: 1;
    }

    .rw-hoh-category-slider .elementor-flip-box {
        height: 460px;
    }

    .rw-hoh-category-slider .elementor-flip-box__layer__overlay {
        padding: 36px;
    }

    .rw-hoh-category-slider .elementor-flip-box__layer__title {
        font-size: 38px;
    }
}
