/* =============================================================================
   SINGLE KITCHEN PAGE — kitchen-designs.css
   Matches reference site exactly
   ============================================================================= */

/* ---- HEADER ---- */
.kitchen-header {
    background-color: rgba(166,192,169,.302);
    margin: 0 auto;
    max-width: 1920px;
}

.kitchen-header .container {
    position: relative;
}

/* Theme container widths */
.kitchen-header .container,
.kitchen-description .container,
.ks-layouts .container,
.carousel-kitchens .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 12.5px;
    padding-right: 12.5px;
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .kitchen-header .container,
    .kitchen-description .container,
    .ks-layouts .container,
    .carousel-kitchens .container { width: 750px; }
}

@media (min-width: 992px) {
    .kitchen-header .container,
    .kitchen-description .container,
    .ks-layouts .container,
    .carousel-kitchens .container { width: 970px; }
}

@media (min-width: 1200px) {
    .kitchen-header .container,
    .kitchen-description .container,
    .ks-layouts .container,
    .carousel-kitchens .container { width: 1170px; }
}

@media (min-width: 1230px) {
    .kitchen-header .container,
    .kitchen-description .container,
    .ks-layouts .container,
    .carousel-kitchens .container { width: 1225px; }
}

@media (max-width: 991px) {
    .kitchen-header .container { padding: 0; }
}

/* ---- IMAGE ---- */
.kitchen-header__img { position: relative; }

.kitchen-header__img-headline {
    padding: 0 38px;
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 5;
}

.kitchen-header__img img {
    object-fit: cover;
    width: 100%;
}

@media (max-width: 767px) {
    .kitchen-header__img img { height: auto; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .kitchen-header__img img { height: 360px; }
}

@media (max-width: 768px) {
    .kitchen-header__img-item { display: block !important; }
}

/* Desktop: JS controls show/hide via inline style */
@media (min-width: 769px) {
    .kitchen-header__img-item { display: none; }
    .kitchen-header__img-item:first-child { display: block; }
}

.kitchen-header__tag {
    background-color: #fff;
    font-size: .8rem;
    line-height: 1rem;
    padding: 7px 10px;
}

/* ---- COLORS BAR ---- */
.kitchen-header__colors {
    align-items: center;
    background-color: #f8f8f8;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
}

@media (min-width: 992px) {
    .kitchen-header__colors {
        justify-content: flex-start;
        padding: 30px 376px 30px 36px;
    }
}

.kitchen-header__colors-number {
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    width: 100%;
}

@media (min-width: 992px) {
    .kitchen-header__colors-number {
        margin: 0 20px 0 0;
        width: auto;
    }
}

.kitchen-header__colors-slider {
    align-items: center;
    display: flex;
    margin: -20px 0;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}

.kitchen-header__colors-slider:before,
.kitchen-header__colors-slider:after {
    background: #f8f8f8;
    content: "";
    display: block;
    height: 34px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    z-index: 2;
}

.kitchen-header__colors-slider:before { left: 0; }
.kitchen-header__colors-slider:after  { right: 0; }

.kitchen-header__colors .swiper-container {
    margin: 0;
    overflow: visible;
    padding: 10px 0;
    width: 230px;
}

.kitchen-header__colors .swiper-container .swiper-slide {
    align-items: center;
    display: flex;
    justify-content: center;
}

/* Color nav buttons */
.kitchen-header__colors .swiper-button {
    background: transparent;
    border: 1px solid #102335;
    border-radius: 50%;
    color: #102335;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 8px;
    height: 24px;
    line-height: 24px;
    margin: 0;
    position: static;
    text-align: center;
    width: 24px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kitchen-header__colors .swiper-button:after { content: none; }
.kitchen-header__colors .swiper-button-prev  { margin-right: 10px; transform: scaleX(-1); }
.kitchen-header__colors .swiper-button-next  { margin-left: 10px; }

.kitchen-header__colors .swiper-button .icon-next:before {
    font-family: icomoon !important;
    content: "\e90b";
    font-size: 8px;
    color: #102335;
}

/* Color items */
.kitchen-header .kitchen-header__colors-item {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
    position: relative;
    width: 40px;
}

.kitchen-header__colors-item.light-color .conf--color {
    box-shadow: inset 0 0 0 1px #b7c6d1;
}

.kitchen-header__colors .kitchen-header__colors-item.light-color .conf--color,
.kitchen-header__colors .kitchen-header__colors-item.light-color .span--color {
    box-shadow: inset 0 0 0 1px #b7c6d1;
}

.conf--color {
    border: 0;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #b7c6d1;
    cursor: pointer;
    font-size: 0;
    height: 24px;
    position: relative;
    width: 24px;
}

.conf--color img {
    border-radius: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.conf--color.active:after {
    border: .5px solid #102335;
    border-radius: 50%;
    content: "";
    height: 32px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 32px;
}

/* Color tooltip */
.color-tooltip {
    display: none;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    z-index: 10;
}

.color-tooltip .color-tooltiptext {
    background-color: #102335;
    border-radius: 6px;
    color: #fff;
    font-size: 8px;
    font-weight: 600;
    padding: 6px 8px;
    text-align: center;
    white-space: nowrap;
}

.conf--color:hover + .color-tooltip { display: block; }

/* Hide swiper buttons when < 7 colors */
.swiper-button-hidden .swiper-button { display: none; }
.swiper-button-hidden .kitchen-header__colors-slider { overflow: visible; }
.swiper-button-hidden .kitchen-header__colors-slider:after,
.swiper-button-hidden .kitchen-header__colors-slider:before { display: none; }

@media (max-width: 991px) {
    .swiper-button-hidden .swiper-wrapper { justify-content: center; }
}

/* ---- INFO CARD ---- */
.kitchen-header__infos {
    background: #fff;
    box-shadow: 0 25px 56px rgba(0,0,0,.06);
    display: flex;
    flex-direction: column;
    margin-top: -181px;
    position: absolute;
    right: 12.5px;
    width: 376px;
    z-index: 1;
}

@media (max-width: 991px) {
    .kitchen-header__infos {
        flex-flow: row wrap;
        margin: 0;
        position: relative;
        right: unset;
        width: 100%;
    }
    .kitchen-header__infos .kitchen-header__config,
    .kitchen-header__infos .kitchen-header__price,
    .kitchen-header__infos .kitchen-header__title {
        width: 100%;
    }
    .kitchen-header__infos .kitchen-header__wrapper-garanties {
        margin: 0 auto 24px 30px;
    }
}

.kitchen-header__infos .kitchen-header__price-wrapper {
    min-width: 310px;
    width: 100%;
}

.kitchen-header__infos .kitchen-header__price-wrapper.budget {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
    padding-left: 26px;
}

.kitchen-card__tooltip-wrapper {
    display: inline-flex;
    position: relative;
}

.kitchen-card__tooltip-btn {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    height: 12px;
    justify-content: center;
    margin-right: 6px;
    outline-offset: 2px;
    position: relative;
    width: 12px;
}

.kitchen-header__infos .kitchen-header__wrapper-garanties {
    align-self: center;
    background-color: #f8f8f8;
    display: flex;
    gap: 30px;
    margin-bottom: 24px;
    padding: 10px 17px;
}

.kitchen-header__infos .kitchen-header__wrapper-garanties img {
    height: auto;
    max-width: 100%;
}

.kitchen-header__title {    color: inherit;
    display: flex;
    font-size: 2.7rem;
    line-height: 4rem;
    margin-top: 0;
    padding: 37px 37px 0;
    text-align: left;
}

.kitchen-header__title-wrapper {
    display: inline;
    position: relative;
    text-align: left;
}

.kitchen-header__infos .kitchen-header__title-wrapper:after {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: 44px;
    position: absolute;
    right: -32px;
    top: -22px;
    width: 44px;
}

.kitchen-header__title-wrapper span {
    display: block;
    position: relative;
}

.kitchen-header__config {
    font-size: 1.3rem;
    padding: 0 37px;
}

.kitchen-header__price-wrapper.budget {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
    padding-left: 26px;
}

.kitchen-header__wrapper-garanties {
    align-self: center;
    background-color: #f8f8f8;
    display: flex;
    gap: 30px;
    margin-bottom: 24px;
    padding: 10px 17px;
}

.kitchen-header__wrapper-garanties img {
    height: auto;
    max-width: 100%;
}

/* Tooltip */
.kitchen-card__tooltip-wrapper {
    position: relative;
    display: inline-block;
}

.kitchen-card__tooltip-btn {
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 0;
    line-height: 1;
    padding: 0;
    position: relative;
    top: 0;
    display: inline-block;
}

.kitchen-card__tooltip-btn:before {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    color: #102335;
    content: "\e904";
    font-size: 2rem;
    transition: all .25s;
    display: block;
}

.kitchen-header__infos .kitchen-card__tooltip-btn:before {
    font-size: 2rem;
}

.kitchen-card__tooltip {
    background: #102335;
    border-radius: 6px;
    color: #fff;
    display: none;
    font-size: 12px;
    font-weight: 600;
    left: 50%;
    padding: 10px 15px;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 3;
    margin-top: 4px;
}

.kitchen-card__tooltip-btn:hover + .kitchen-card__tooltip,
.kitchen-card__tooltip-wrapper:hover .kitchen-card__tooltip {
    display: block;
}

@media (max-width: 991px) {
    .kitchen-header__infos .kitchen-card__tooltip { display: none !important; }
}

/* ---- SUBTITLE + DESCRIPTION (truncated-bodytext) ---- */
.truncated-bodytext .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 12.5px;
    padding-right: 12.5px;
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 768px)  { .truncated-bodytext .container { width: 750px; } }
@media (min-width: 992px)  { .truncated-bodytext .container { width: 970px; } }
@media (min-width: 1200px) { .truncated-bodytext .container { width: 1170px; } }
@media (min-width: 1230px) { .truncated-bodytext .container { width: 1225px; } }

.truncated-bodytext .frame-type-textmedia {
    width: 64.195%;
}

.truncated-bodytext.align-left .frame-type-textmedia {
    padding: 0 54px 0 88px;
}

@media (max-width: 991px) {
    .truncated-bodytext.align-left .frame-type-textmedia {
        padding: 0 !important;
    }
    .truncated-bodytext .frame-type-textmedia {
        width: 100% !important;
    }
}

.truncated-bodytext .title-small {
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin: 40px 0 16px;
    color: #102335;
    font-family: Dinamit, sans-serif;
    font-weight: 600;
}

@media (max-width: 991px) {
    .truncated-bodytext .title-small,
    .truncated-bodytext h2.h2-00-black .line-1,
    .truncated-bodytext h2.h2-00-white .line-1 {
        font-size: 20px;
        line-height: 120%;
    }
}

@media (min-width: 992px) {
    .truncated-bodytext .title-small {
        font-size: 3rem;
        line-height: 4.4rem;
        margin: 75px 0 24px;
    }
}

.truncated-bodytext .ce-bodytext {
    margin-bottom: 45px;
}

@media (min-width: 992px) {
    .truncated-bodytext .ce-bodytext {
        margin-bottom: 95px;
    }
}

.truncated-bodytext .ce-bodytext p {
    font-size: 1.2rem;
    line-height: 2.1rem;
    color: #102335;
}

@media (min-width: 992px) {
    .truncated-bodytext .ce-bodytext p {
        font-size: 1.3rem;
        line-height: 2.5rem;
    }
}

/* ---- LAYOUT CAROUSEL (carousel-kitchen) ---- */
.carousel-kitchen {
    background: rgba(150,201,212,.2);
    margin: auto;
    max-width: 1920px;
    overflow: hidden;
    padding-bottom: 55px;
    position: relative;
    width: 100%;
}

@media (max-width: 992px) {
    .carousel-kitchen { padding-bottom: 40px; }
}

.carousel-kitchen .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 12.5px;
    padding-right: 12.5px;
    width: 100%;
    overflow: visible;
    position: relative;
}

@media (min-width: 768px)  { .carousel-kitchen .container { width: 750px; } }
@media (min-width: 992px)  { .carousel-kitchen .container { width: 970px; } }
@media (min-width: 1200px) { .carousel-kitchen .container { width: 1170px; } }
@media (min-width: 1230px) { .carousel-kitchen .container { width: 1225px; } }

/* Title */
.carousel-kitchen .title-01-black,
.carousel-kitchen .burst-black-right {
    color: #102335;
    font-family: Dinamit, sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 3rem;
    margin: 40px 0;
}

@media (min-width: 768px) {
    .carousel-kitchen .burst-black-right { margin: 68px 0 40px; }
}

.carousel-kitchen .burst-black-right .line-1 b {
    font-weight: 700;
}

/* Swiper */
.carousel-kitchen .swiper-container {
    overflow: visible;
}

.carousel-kitchen .swiper-container.swiper {
    overflow: visible !important;
}

/* Slide */
.carousel-kitchen .carousel-kitchen-item {
    background: #f8f8f8;
    position: relative;
    width: 325px;
}

.carousel-kitchen .img-wrap {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.carousel-kitchen .img-wrap img {
    height: auto;
    margin: 0;
    transition: transform .25s;
    width: 100%;
}

.carousel-kitchen .carousel-kitchen-item:hover img {
    transform: scale(1.15);
}

/* Info block */
.carousel-kitchen .info-block {
    color: #102335;
    font-size: .9rem;
    min-height: 124px;
    padding: 20px 24px 24px;
    text-transform: uppercase;
}

.carousel-kitchen .carousel-kitchen__configuration-label {
    font-size: 1.1rem;
    line-height: 1.8rem;
    margin-bottom: 7px;
    text-transform: none;
}

.carousel-kitchen .carousel-kitchen__bottom small {
    color: #707b86;
    font-size: .8rem;
    text-transform: none;
}

/* Nav buttons */
.carousel-kitchen .swiper-button {
    align-items: center;
    background: #102335 !important;
    border: 2px solid #102335;
    border-radius: 50%;
    color: #fff !important;
    display: flex;
    font-size: 1.1rem;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: -22px;
    top: 174px;
    transition: all .25s;
    width: 40px;
    cursor: pointer;
    z-index: 10;
    --swiper-navigation-color: #fff;
}

.carousel-kitchen .swiper-button:hover {
    background: #fff !important;
    color: #102335 !important;
}

.carousel-kitchen .swiper-button:hover .icon-next:before {
    color: #102335;
}

.carousel-kitchen .swiper-button:after { display: none; }

.carousel-kitchen .swiper-button .icon-next:before {
    font-family: icomoon !important;
    content: "\e90b";
    font-size: .9rem;
    color: #fff;
}

@media (max-width: 767px) {
    .carousel-kitchen .swiper-button { right: 10px; top: 33%; }
}

.carousel-kitchen .swiper-button-prev {
    left: -22px;
    right: inherit;
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .carousel-kitchen .swiper-button-prev { left: 10px; }
}

.carousel-kitchen .swiper-button-disabled { display: none; }

/* Scrollbar */
.carousel-kitchen .swiper-scrollbar {
    background: transparent;
    bottom: unset;
    cursor: pointer;
    height: 8px;
    left: unset;
    margin-top: 30px;
    position: relative;
    width: 100%;
}

@media (max-width: 768px) {
    .carousel-kitchen .swiper-scrollbar { margin-top: 15px; }
}

.carousel-kitchen .swiper-scrollbar:before {
    background: hsla(0,0%,77%,.4);
    border-radius: 10px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 3px;
    transition: all .25s;
    width: 100%;
    z-index: 1;
}

.carousel-kitchen .swiper-scrollbar-drag {
    background: #102335;
    height: 2px;
    top: 3px;
    transition: all .25s;
    z-index: 1;
}

.carousel-kitchen:hover .swiper-scrollbar-drag,
.carousel-kitchen:hover .swiper-scrollbar:before,
.carousel-kitchen:focus-within .swiper-scrollbar-drag,
.carousel-kitchen:focus-within .swiper-scrollbar:before {
    height: 8px;
    top: 0;
    transition: all .25s;
}

/* ---- SR ONLY ---- */
.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* ---- Burst icon after bold in title ---- */
p[class*=title-0] b {
    position: relative;
}

p[class*=title-0][class*=burst] b:after {
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 45px;
    position: absolute;
    top: -30px;
    width: 45px;
}

p[class*=title-0].burst-black-right b:after {
    right: -30px;
}

@media (max-width: 991px) {
    .title-01-black .line-1,
    .title-01-white .line-1 {
        font-size: 16px;
    }

    p[class*=title-0][class*=burst] b:after {
        display: none;
    }
}

/* ---- Carousel Kitchen Modal ---- */

/* Prevent background scroll while modal is open */
body.modal-open {
    overflow: hidden;
}

.carousel-kitchen-modal {
    background: rgba(40,75,115,.85);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.carousel-kitchen-modal .fullscreen__close {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    margin: 5px 0 0;
    position: absolute;
    right: 60px;
    top: 0;
    z-index: 100;
    font-size: 1.1rem;
}

.carousel-kitchen-modal .fullscreen__close span {
    font-family: Dinamit, sans-serif;
    margin-right: 7px;
}

.carousel-kitchen-modal .fullscreen__close:after {
    font-family: icomoon !important;
    content: "\e902";
    font-size: 1.4rem;
    display: block;
}

@media (max-width: 767px) {
    .carousel-kitchen-modal .fullscreen__close { right: 10px; }
}

.carousel-kitchen-modal .kitchen-modal__slider {
    text-align: right;
    position: static;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-kitchen-modal .swiper-wrapper {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-kitchen-modal .swiper-wrapper .kitchen-modal__img {
    display: none;
    height: auto;
    max-height: 85vh;
    object-fit: contain;
    width: calc(100vw - 30px);
}

.carousel-kitchen-modal .swiper-wrapper .kitchen-modal__img.active {
    display: block;
}

.carousel-kitchen-modal .swiper-button,
.carousel-kitchen-modal .swiper-scrollbar {
    display: none;
}

.carousel-kitchen-modal .carousel-kitchen-modal-favorite-container {
    bottom: 0;
    height: 29vw;
    left: 0;
    margin: 40px auto;
    max-height: 850px;
    position: absolute;
    right: 0;
    top: 0;
    width: 130vh;
}

@media (max-width: 768px) {
    .carousel-kitchen-modal .carousel-kitchen-modal-favorite-container {
        height: 69vw;
        margin: 0;
        max-height: unset;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
}

/* ---- CAROUSEL KITCHEN FULLSCREEN MODAL ---- */
.carousel-kitchen-modal {
    background: rgba(40,75,115,.85);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.carousel-kitchen-modal .kitchen-modal__slider__wrap {
    height: 100%;
    width: 100%;
    position: relative;
}

.carousel-kitchen-modal .kitchen-modal__slider {
    height: 100%;
    position: static !important;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Close button — exact reference */
.carousel-kitchen-modal .fullscreen__close {
    background: none;
    border: none;
    cursor: pointer;
}

.carousel-kitchen-modal .kitchen-modal__slider .fullscreen__close {
    color: #fff;
    display: inline-flex;
    align-items: center;
    margin: 5px 0 0;
    position: absolute;
    right: 60px;
    top: 0;
    z-index: 100;
}

.carousel-kitchen-modal .kitchen-modal__slider .fullscreen__close span {
    margin-right: 7px;
    font-size: 1rem;
}

.carousel-kitchen-modal .fullscreen__close:after {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    content: "\e902";
    font-size: 1.4rem;
}

@media (max-width: 767px) {
    .carousel-kitchen-modal .kitchen-modal__slider .fullscreen__close {
        right: 10px;
    }
}

/* Swiper wrapper fills screen */
.carousel-kitchen-modal .swiper-wrapper {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/* Images — hidden by default, active shows */
.carousel-kitchen-modal .swiper-wrapper .kitchen-modal__img {
    display: none;
    height: auto;
    margin: 40px auto 30px;
    object-fit: contain;
    width: calc(100vw - 30px);
    max-width: 1250px;
    max-height: 80vh;
}

.carousel-kitchen-modal .swiper-wrapper .kitchen-modal__img.active {
    display: block;
}

/* Favorite container */
.carousel-kitchen-modal .carousel-kitchen-modal-favorite-container {
    bottom: 0;
    height: 29vw;
    left: 0;
    margin: 40px auto;
    max-height: 850px;
    position: absolute;
    right: 0;
    top: 0;
    width: 130vh;
}

@media (max-width: 768px) {
    .carousel-kitchen-modal .carousel-kitchen-modal-favorite-container {
        height: 69vw;
        margin: 0;
        max-height: unset;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
}

/* Nav buttons */
.carousel-kitchen-modal .swiper-button {
    align-items: center;
    background: rgba(255,255,255,.2) !important;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff !important;
    cursor: pointer;
    display: flex !important;
    height: 40px;
    justify-content: center;
    opacity: 1 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .25s;
    width: 40px;
    z-index: 10;
}

.carousel-kitchen-modal .swiper-button:after { display: none; }

.carousel-kitchen-modal .swiper-button .icon-next:before {
    font-family: icomoon !important;
    content: "\e90b";
    font-size: .9rem;
    color: #fff;
}

.carousel-kitchen-modal .swiper-button:hover {
    background: #fff !important;
}

.carousel-kitchen-modal .swiper-button:hover .icon-next:before {
    color: #102335;
}

.carousel-kitchen-modal .swiper-button-prev {
    left: 20px;
    transform: translateY(-50%) rotate(180deg);
}

.carousel-kitchen-modal .swiper-button-next {
    right: 20px;
}

@media (max-width: 767px) {
    .carousel-kitchen-modal .swiper-button {
        margin-top: 20px;
    }
}
/* =============================================================================
   RTL / ARABIC OVERRIDES — single kitchen design
   ============================================================================= */

/* Colors bar — flip padding on desktop */
@media (min-width: 992px) {
    [dir=rtl] .kitchen-header__colors {
        padding: 30px 36px 30px 376px;
    }
}

@media (min-width: 992px) {
    [dir=rtl] .kitchen-header__colors-number {
        margin: 0 0 0 20px;
        width: auto;
    }
}

/* Scrollbar fade edges — flip left/right */
[dir=rtl] .kitchen-header__colors-slider:before { left: unset; right: 0; }
[dir=rtl] .kitchen-header__colors-slider:after  { right: unset; left: 0; }

/* Swiper prev/next arrows — flip */
[dir=rtl] .kitchen-header__colors .swiper-button-prev { margin-right: 0; margin-left: 10px; transform: scaleX(1); }
[dir=rtl] .kitchen-header__colors .swiper-button-next { margin-left: 0; margin-right: 10px; transform: scaleX(-1); }

/* Info card — move from right to left */
[dir=rtl] .kitchen-header__infos {
    left: 12.5px;
    right: unset;
}

/* Layout slider arrows — flip */
[dir=rtl] .carousel-kitchen .swiper-button-prev { transform: scaleX(1); }
[dir=rtl] .carousel-kitchen .swiper-button-next { transform: scaleX(-1); }

/* RTL icon-next arrow — flip direction */
[dir=rtl] .icon-next:before {
    content: "\e90b";
    display: inline-block;
    margin-bottom: 1px;
    transform: scaleX(-1);
}

/* RTL burst-black-right decoration — flip to left side */
[dir=rtl] h1[class*=h1-0].burst-black-right b:after,
[dir=rtl] h2[class*=h2-0].burst-black-right b:after,
[dir=rtl] h3[class*=h3-0].burst-black-right b:after,
[dir=rtl] p[class*=title-0].burst-black-right b:after {
    left: -30px;
    right: unset;
    transform: scaleX(-1);
}

/* RTL carousel-kitchens-top link arrow — flip direction */
@media (min-width: 768px) {
    [dir=rtl] .carousel-kitchens-top a:after {
        display: inline-block;
        font-family: icomoon !important;
        speak: never;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e90b";
        font-size: .7rem;
        margin-right: 6px;
        transform: scaleX(-1);
    }
}
