/* =============================================================================
   Kitchen Modules — exact reference CSS
   ============================================================================= */

/* =============================================================================
   ARTICLE THEMATICS
   ============================================================================= */
.article-thematics {
    margin-bottom: 0;
    overflow: hidden;
}

@media (min-width: 992px) {
    .article-thematics {
        margin-bottom: 60px;
    }
}

.article-thematics .swiper-container {
    overflow: visible;
}

.article-thematics .swiper-scrollbar {
    background: transparent;
    cursor: pointer;
    height: 8px;
    margin-top: 30px;
    position: relative;
    width: 100%;
}

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

.article-thematics .swiper-scrollbar-drag {
    background: #102335;
    height: 2px;
    top: 3px;
    z-index: 1;
}

.article-thematics .swiper-button {
    align-items: center;
    background: #102335;
    border: 2px solid #284b73;
    border-radius: 50%;
    color: #fff;
    display: none;
    font-size: 1.3rem;
    height: 40px;
    justify-content: center;
    left: unset;
    margin-top: -20px;
    position: absolute;
    right: 0;
    top: 50%;
    transition: .25s ease-in-out;
    width: 40px;
    cursor: pointer;
    z-index: 10;
}

.article-thematics .swiper-button:hover {
    background: #fff;
    color: #102335;
    transition: .25s ease-in-out;
}

.article-thematics .swiper-button-prev {
    left: 0;
    right: unset;
    transform: scaleX(-1);
}

.article-thematics .swiper-button-disabled {
    opacity: 0 !important;
}

.article-thematics .swiper-button:after {
    content: none;
}

.article-thematics .swiper-button .icon-next:before {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e90b";
    font-size: .9rem;
}

@media (min-width: 768px) {
    .article-thematics .swiper-button {
        right: -20px;
    }
    .article-thematics .swiper-button-prev {
        left: -20px;
        right: unset;
    }
}

.article-thematics__image {
    height: 100%;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
}

.article-thematics__image img {
    height: 100%;
    object-fit: cover;
    transition: .25s ease-in-out;
    width: 100%;
}

@media (min-width: 768px) {
    .article-thematics__item {
        height: 376px !important;
    }
}

.article-thematics__item:focus-within .article-thematics__image img,
.article-thematics__item:hover .article-thematics__image img {
    transform: scale(1.1);
}

.article-thematics__link {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.article-thematics__btn {
    position: relative;
    z-index: 1;
    background: #fff;
    border: none;
    color: #102335;
    padding: 14px 24px 10px;
    transition: all .25s;
    /* btn base */
    border-radius: 25px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.25;
    min-height: 40px;
    white-space: normal;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-family: Dinamit, sans-serif;
    position: relative;
    z-index: 2;
}

.article-thematics__btn: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: "\e90b";
    font-size: .7rem;
    margin-left: 6px;
    color: inherit;
}

.article-thematics__item {
    align-items: flex-end;
    display: flex;
    height: 288px !important;
    justify-content: center;
    padding: 20px 20px 40px;
    position: relative;
    overflow: hidden;
    /* No width:100% — let Swiper control it */
}

@media (min-width: 992px) {
    .article-thematics__item {
        width: calc(33.33333% - 16px) !important;
    }
}

.article-thematics__item:focus-within .article-thematics__btn,
.article-thematics__item:hover .article-thematics__btn {
    background-color: #ba4e8e;
    color: #fff;
    transition: all .25s;
}

/* Mobile touch */
.article-thematics__item:active .article-thematics__image img {
    transform: scale(1.1);
}

.article-thematics__item:active .article-thematics__btn {
    background-color: #ba4e8e;
    color: #fff;
}

@media (min-width: 992px) {
    .article-thematics__grid {
        display: flex;
        flex-flow: column wrap;
        gap: 24px;
        height: 688px !important;
        width: 100%;
    }

    .article-thematics__item {
        height: 288px !important;
        position: relative;
        width: calc(33.33333% - 16px) !important;
    }

    .article-thematics__item:nth-child(2),
    .article-thematics__item:nth-child(3),
    .article-thematics__item:nth-child(6) {
        height: 376px !important;
    }

    .article-thematics .swiper-button,
    .article-thematics .swiper-scrollbar {
        display: none;
    }
}

.article-thematics:focus-within .swiper-scrollbar-drag,
.article-thematics:focus-within .swiper-scrollbar:before,
.article-thematics:hover .swiper-scrollbar-drag,
.article-thematics:hover .swiper-scrollbar:before {
    height: 8px;
    top: 0;
}

/* =============================================================================
   VISUALS LINK GALLERY — heading + description
   ============================================================================= */
.visuals-link-gallery h2,
.visuals-link-gallery .h2-01-black {
    color: #102335;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.9rem;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .visuals-link-gallery h2,
    .visuals-link-gallery .h2-01-black {
        font-size: 2.2rem;
        line-height: 2.6rem;
        margin-bottom: 14px;
        margin-top: 30px;
    }
}

.visuals-link-gallery .h2-01-black .line-1 {
    font-family: Dinamit, sans-serif;
    font-weight: 600;
    line-height: 120%;
    font-size: 16px;
    display: block;
}

@media (min-width: 992px) {
    .visuals-link-gallery .h2-01-black .line-1 {
        font-size: 22px;
    }
}

/* Remove p margin inside heading span */
.visuals-link-gallery .h2-01-black .line-1 p {
    margin: 0;
    display: inline;
}

.visuals-link-gallery-top {
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .visuals-link-gallery-top {
        align-items: flex-start;
        display: flex;
        margin-bottom: 20px;
    }
}

.visuals-link-gallery__text {
    font-size: 1.2rem;
    line-height: 2.1rem;
}

@media (min-width: 992px) {
    .visuals-link-gallery__text {
        font-size: 1.3rem;
        line-height: 2.34rem;
    }
}

.visuals-link-gallery__text p,
.visuals-link-gallery__text p.body {
    font-size: 12px;
    font-weight: 400;
    line-height: 180%;
    margin: 0;
}

@media (min-width: 992px) {
    .visuals-link-gallery__text p,
    .visuals-link-gallery__text p.body {
        font-size: 13px;
    }
}

/* =============================================================================
   KITCHEN LAYOUTS MODULE — exact reference CSS
   ============================================================================= */
.km-layouts-module .h2-01-black,
.km-layouts-module .km-module__heading {
    font-size: 1.6rem;
    font-weight: 600;
    color: #102335;
    font-family: Dinamit, sans-serif;
}

@media (min-width: 992px) {
    .km-layouts-module .h2-01-black,
    .km-layouts-module .km-module__heading {
        font-size: 2.2rem;
        line-height: 2.6rem;
        margin-bottom: 14px;
        margin-top: 30px;
    }
}

.kitchen-implantations {
    position: relative;
    z-index: 3;
}

@media (min-width: 768px) {
    .kitchen-implantations {
        padding-bottom: 20px;
    }
}

.kitchen-implantations__grid {
    height: 635px;
    margin: 0 -4px 20px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 768px) {
    .kitchen-implantations__grid {
        height: 637px;
        margin: 0 -8px 25px;
    }
}

/* Items — absolute positioned */
.kitchen-implantations__item {
    align-items: flex-end;
    border: 4px solid transparent;
    display: flex;
    height: 195px !important;
    justify-content: center;
    position: absolute;
    width: 50%;
    isolation: isolate;
}

@media (min-width: 768px) {
    .kitchen-implantations__item {
        border: 8px solid #fff;
        height: 278px !important;
        width: 33.333%;
    }
}

/* impl-1 */
.kitchen-implantations__grid .impl-1 {
    height: 359px !important;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .kitchen-implantations__grid .impl-1 {
        height: 195px !important;
    }
}

/* impl-2 */
.kitchen-implantations__grid .impl-2 {
    bottom: 0;
    left: 0;
}

@media (max-width: 767px) {
    .kitchen-implantations__grid .impl-2 {
        bottom: inherit;
        height: 253px !important;
        left: inherit;
        right: 0;
        top: 0;
    }
}

/* impl-3 */
.kitchen-implantations__grid .impl-3 {
    left: 33.333%;
    top: 0;
}

@media (max-width: 767px) {
    .kitchen-implantations__grid .impl-3 {
        height: 253px !important;
        left: 0;
        top: 195px;
    }
}

/* impl-4 */
.kitchen-implantations__grid .impl-4 {
    right: 0;
    top: 0;
}

@media (max-width: 767px) {
    .kitchen-implantations__grid .impl-4 {
        right: 0;
        top: 253px !important;
    }
}

/* impl-5 */
.kitchen-implantations__grid .impl-5 {
    bottom: 0;
    height: 359px !important;
    right: 0;
    width: 66.666%;
}

@media (max-width: 767px) {
    .kitchen-implantations__grid .impl-5 {
        bottom: 0;
        height: 187px !important;
        left: 0;
        right: 0;
        width: 100%;
    }
}

/* Image */
.kitchen-implantations__image {
    height: 100%;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 0;
}

.kitchen-implantations__image img {
    height: 100%;
    object-fit: cover;
    transition: .25s ease-in-out;
    width: 100%;
}

/* Link overlay */
.kitchen-implantations__link {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

/* Button */
.kitchen-implantations__btn {
    background: #fff;
    border: none;
    border-radius: 25px;
    color: #102335;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 25px;
    min-height: 40px;
    padding: 14px 24px 10px;
    transition: all .25s;
    white-space: normal;
    display: inline-block;
    text-align: center;
    font-family: Dinamit, sans-serif;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

@media (max-width: 767px) {
    .kitchen-implantations .btn {
        font-size: 8px;
        line-height: 1.1rem;
        min-height: 30px;
        padding: 9px 9px 7px;
    }
}

@media (min-width: 992px) {
    .kitchen-implantations__btn {
        margin-bottom: 40px;
    }
}

.kitchen-implantations__btn:after {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e90b";
    font-size: .7rem;
    margin-left: 6px;
    color: inherit;
}

@media (min-width: 991px) {
    .kitchen-implantations__item {
        cursor: pointer;
    }
    .kitchen-implantations__item:focus-within .kitchen-implantations__image img,
    .kitchen-implantations__item:hover .kitchen-implantations__image img {
        transform: scale(1.1);
    }
    .kitchen-implantations__item:focus-within .kitchen-implantations__btn,
    .kitchen-implantations__item:hover .kitchen-implantations__btn {
        background-color: #ba4e8e;
        color: #fff;
        transition: all .25s;
        cursor: pointer;
    }
}

/* Mobile touch — :active fires on tap */
@media (max-width: 990px) {
    .kitchen-implantations__item {
        cursor: pointer;
    }
    .kitchen-implantations__item:active .kitchen-implantations__image img {
        transform: scale(1.1);
        transition: .25s ease-in-out;
    }
    .kitchen-implantations__item:active .kitchen-implantations__btn {
        background-color: #ba4e8e;
        color: #fff;
        transition: all .25s;
    }
}

/* Bottom text */
.kitchen-implantations__text {
    font-size: 1.2rem;
    line-height: 2.1rem;
}

@media (min-width: 768px) {
    .kitchen-implantations__text {
        font-size: 1.3rem;
        line-height: 2.34rem;
    }
}

@media (min-width: 992px) {
    .kitchen-implantations__text {
        padding: 0 90px;
    }
}

.kitchen-implantations__text p {
    font-size: 13px;
    font-weight: 400;
    line-height: 180%;
    margin: 0;
}

/* =============================================================================
   READ MORE — text-full / text-truncated toggle
   ============================================================================= */

/* Mobile: text-truncated shown by default, text-full hidden (set inline in PHP) */
.km-text-wrap .text-truncated { display: block; }

/* Desktop: always show full, hide truncated and button */
@media (min-width: 992px) {
    .km-text-wrap .text-full      { display: block !important; }
    .km-text-wrap .text-truncated { display: none !important; }
    .km-slide-read-more           { display: none !important; }
}

/* Read more button */
.read-more.km-read-more {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.2rem;
    font-weight: 600;
    height: 12px;
    line-height: 0;
    margin-left: 20px;
    position: relative;
    transition: color .25s, border-color .25s;
    color: #102335;
    font-family: Dinamit, sans-serif;
}

.read-more.km-read-more:before {
    align-items: center;
    border: 1px solid #102335;
    border-radius: 100%;
    color: #102335;
    content: "\e902";
    display: flex;
    font-family: icomoon;
    font-size: .8rem;
    font-weight: 600;
    height: 15px;
    justify-content: center;
    left: -20px;
    padding-right: 1px;
    position: absolute;
    top: -2px;
    transform: rotate(45deg);
    transition: color .25s, border-color .25s;
    width: 15px;
}

.read-more.km-read-more:after {
    background-color: #102335;
    bottom: -7px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: background-color .25s;
    width: 101%;
}

.read-more.km-read-more:hover {
    color: #ba4e8e;
}

.read-more.km-read-more:hover:before {
    border-color: #ba4e8e;
    color: #ba4e8e;
}

.read-more.km-read-more:hover:after {
    background: #ba4e8e;
}

/* Layouts description: mobile = after title, desktop = after grid */
.km-desc-mobile  { display: block; }
.km-desc-desktop { display: none !important; }

@media (min-width: 992px) {
    .km-desc-mobile  { display: none !important; }
    .km-desc-desktop { display: block !important; }
    .km-desc-desktop.km-text-wrap .text-full      { display: block !important; }
    .km-desc-desktop.km-text-wrap .text-truncated { display: none !important; }
    .km-desc-desktop.km-slide-read-more           { display: none !important; }
}
/* =============================================================================
   MORE EQUIPMENTS / EQUIPMENT CAROUSEL — exact reference CSS
   ============================================================================= */
.more-equipments {
    margin: auto;
    max-width: 1920px;
    overflow: hidden;
    padding: 44px 0;
    width: 100%;
}

.more-equipments .title-small {
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin: 0 0 20px;
    padding: 0;
    font-weight: 600;
    color: #102335;
    font-family: Dinamit, sans-serif;
}

@media (min-width: 768px) {
    .more-equipments .title-small {
        font-size: 2.2rem;
        line-height: 2.6rem;
        margin-bottom: 10px;
    }
}

.more-equipments-wrap-text {
    display: inline-block;
    margin-bottom: 27px;
}

@media (min-width: 992px) {
    .more-equipments-wrap-text { margin-bottom: 17px; }
}

.more-equipments-top > .btn {
    background: transparent;
    border: 0;
    border-radius: 25px;
    box-shadow: inset 0 0 0 1px #102335;
    color: #102335;
    display: none;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    padding: 14px 21px 14px 24px;
    transition: all .25s;
    white-space: nowrap;
    text-decoration: none;
    font-family: Dinamit, sans-serif;
}

@media (min-width: 768px) {
    .more-equipments-top > .btn {
        display: inline-flex;
        align-items: center;
        margin-left: auto;
    }
    .more-equipments-top {
        align-items: flex-start;
        display: flex;
    }
    .more-equipments-top .more-equipments-wrap-text {
        flex: 1;
    }
}

.more-equipments-top > .btn:after {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e90b";
    font-size: .7rem;
    margin-left: 6px;
    color: #102335;
}

.more-equipments-top > .btn:hover {
    background: #102335;
    color: #fff;
    transition: all .25s;
}

.more-equipments-top > .btn:hover:after { color: #fff; }

/* Ensure container has correct max-width matching theme */
.more-equipments > .container {
    max-width: 1225px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12.5px;
    padding-right: 12.5px;
    overflow: visible;
    position: relative;
    width: 100% !important;
    box-sizing: border-box;
}

@media (min-width: 1230px) {
    .more-equipments > .container {
        width: 1225px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1229px) {
    .more-equipments > .container {
        width: 1170px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .more-equipments > .container {
        width: 970px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .more-equipments > .container {
        width: 750px !important;
    }
}

/* Swiper — overflow visible so slides show outside container */
.more-equipments .swiper-container,
.more-equipments .swiper-container.swiper {
    overflow: visible !important;
}

.more-equipments .swiper-container .swiper-slide {
    align-items: flex-end;
    display: flex;
    height: 296px;
    justify-content: center;
    overflow: hidden;
    padding: 40px 15px;
    position: relative;
    width: 220px;
    z-index: 1;
}

.more-equipments .swiper-container .swiper-slide img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: all .25s;
    width: 100%;
}

.more-equipments .swiper-container .swiper-slide .link-wrap {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.more-equipments .swiper-container .swiper-slide .btn {
    background-color: #fff;
    border: 0;
    border-radius: 25px;
    color: #102335;
    height: auto;
    line-height: 20px;
    margin: 0;
    min-height: 40px;
    transition: all .25s;
    z-index: 1;
    position: relative;
    font-size: 10px;
    font-weight: 700;
    padding: 14px 16px 10px;
    text-align: center;
    display: inline-block;
    font-family: Dinamit, sans-serif;
}

@media (max-width: 767px) {
    .more-equipments .swiper-container .swiper-slide .btn {
        font-size: 8px;
        min-height: 30px;
        padding: 5px 16px 7px;
    }
}

.more-equipments .swiper-container .swiper-slide .btn:after {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e90b";
    font-size: .7rem;
    margin-left: 6px;
    color: inherit;
}

.more-equipments .swiper-container .swiper-slide:hover .btn,
.more-equipments .swiper-container .swiper-slide:focus .btn {
    background-color: #102335;
    color: #fff;
}

.more-equipments .swiper-container .swiper-slide:hover img,
.more-equipments .swiper-container .swiper-slide:focus img {
    transform: scale(1.2);
}

/* Nav buttons */
.more-equipments .swiper-container .swiper-button-next,
.more-equipments .swiper-container .swiper-button-prev {
    align-items: center;
    background: #102335 !important;
    border: 2px solid #102335 !important;
    border-radius: 50%;
    color: #fff !important;
    display: flex;
    font-size: 1.1rem;
    height: 40px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    margin-top: -20px;
    top: calc(50% - 15px);
    transition: all .25s;
    width: 40px;
    cursor: pointer;
    z-index: 10;
    --swiper-navigation-color: #fff;
    --swiper-navigation-size: 40px;
    text-indent: 0;
    font-size: 0;
}

@media (max-width: 991px) {
    .more-equipments .swiper-container .swiper-button-next,
    .more-equipments .swiper-container .swiper-button-prev {
        display: none;
    }
}

.more-equipments .swiper-container .swiper-button-next:after,
.more-equipments .swiper-container .swiper-button-prev:after { content: none; }

.more-equipments .swiper-container .swiper-button-prev { left: -20px; transform: scaleX(-1); }
.more-equipments .swiper-container .swiper-button-next { right: -22px; }

.more-equipments .swiper-container .swiper-button-next:hover,
.more-equipments .swiper-container .swiper-button-prev:hover {
    background: #fff !important;
    color: #102335 !important;
    --swiper-navigation-color: #102335;
}

.more-equipments .swiper-container .swiper-button-next:hover .icon-next:before,
.more-equipments .swiper-container .swiper-button-prev:hover .icon-next:before {
    color: #102335;
}

.more-equipments .swiper-container .swiper-button .icon-next:before,
.more-equipments .swiper-container .swiper-button-next .icon-next:before,
.more-equipments .swiper-container .swiper-button-prev .icon-next:before {
    font-family: icomoon !important;
    content: "\e90b";
    font-size: 1.1rem;
    color: #fff;
    display: block;
}

.more-equipments .swiper-container:hover .swiper-button-next,
.more-equipments .swiper-container:hover .swiper-button-prev,
.more-equipments .swiper-container:focus-within .swiper-button-next,
.more-equipments .swiper-container:focus-within .swiper-button-prev { opacity: 1; }

.more-equipments .swiper-container:hover .swiper-button-disabled,
.more-equipments .swiper-container:focus-within .swiper-button-disabled { opacity: 0; }

/* Scrollbar */
.more-equipments .swiper-container .swiper-scrollbar {
    background: transparent;
    cursor: pointer;
    height: 8px;
    left: 0;
    margin-top: 25px;
    position: relative;
    width: 100%;
}

.more-equipments .swiper-container .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;
}

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

.more-equipments .swiper-container:hover .swiper-scrollbar-drag,
.more-equipments .swiper-container:hover .swiper-scrollbar:before,
.more-equipments .swiper-container:focus-within .swiper-scrollbar-drag,
.more-equipments .swiper-container:focus-within .swiper-scrollbar:before {
    height: 8px;
    top: 0;
}

/* Description */
.more-equipments .default-paragraph p {
    font-size: 13px;
    font-weight: 400;
    line-height: 180%;
    margin: 0;
    color: #102335;
}

/* Override Elementor clipping only - NOT more-equipments which must stay overflow:hidden */
.elementor-widget-kitchen_equipment > .elementor-widget-container {
    overflow: visible !important;
}


/* =========================================================================
   Kitchen Related Carousel — .carousel-kitchens (reference)
   ========================================================================= */
.carousel-kitchens {
    margin: auto;
    max-width: 1920px;
    overflow: hidden;
    padding-bottom: 45px;
    padding-top: 0;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .carousel-kitchens {
        padding-bottom: 70px;
        padding-top: 74px;
    }
}

@media (max-width: 767px) {
    .carousel-kitchens-item {
        max-width: 384px;
    }
}

@media (min-width: 768px) {
    .carousel-kitchens .swiper-slide {
        width: 378px;
    }
}

.carousel-kitchens .swiper-container {
    overflow: visible;
    z-index: 2;
}

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

@media (min-width: 992px) {
    .carousel-kitchens:focus-within .swiper-button:not(.swiper-button-disabled),
    .carousel-kitchens:hover .swiper-button:not(.swiper-button-disabled) {
        opacity: 1;
        pointer-events: all;
    }
}

.carousel-kitchens .swiper-button {
    align-items: center;
    background: #102335;
    border: 2px solid #102335;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 1.1rem;
    height: 40px;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    right: -22px;
    top: 137px;
    transition: all .25s;
    width: 40px;
}

.carousel-kitchens .swiper-button:hover {
    background: #fff;
    color: #102335;
    transition: all .25s;
}

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

@media (max-width: 991px) {
    .carousel-kitchens .swiper-button {
        display: none;
    }
}

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

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

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

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

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

.carousel-kitchens .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-kitchens .swiper-scrollbar-drag {
    background: #102335;
    height: 2px;
    top: 3px;
    transition: all .25s;
    z-index: 1;
}

.carousel-kitchens .show-mobile-link {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

@media (min-width: 768px) {
    .carousel-kitchens .show-mobile-link {
        display: none;
    }
}

.carousel-kitchens .show-mobile-link a {
    background: transparent;
    border-radius: 25px;
    box-shadow: inset 0 0 0 1px #102335;
    color: #102335;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    padding: 14px 21px 14px 24px;
    transition: box-shadow .3s ease-in-out;
    white-space: nowrap;
}

.carousel-kitchens .show-mobile-link a:hover {
    box-shadow: inset 0 0 0 2px #102335;
    color: #102335;
}

.carousel-kitchens .show-mobile-link a:after {
    font-family: icomoon !important;
    color: #102335;
    content: "\e90b";
    font-size: .7rem;
    margin-left: 6px;
}

.carousel-kitchens-wrap-text {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .carousel-kitchens-top {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }
}

.carousel-kitchens-top p {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.55rem;
    margin-bottom: 12.5px;
    margin-right: auto;
    margin-top: 0;
}

@media (min-width: 992px) {
    .carousel-kitchens-top p {
        font-size: 2.2rem;
        line-height: 2.7rem;
    }
}

.carousel-kitchens-top a {
    display: none;
}

@media (min-width: 768px) {
    .carousel-kitchens-top a {
        background: transparent;
        border-radius: 25px;
        box-shadow: inset 0 0 0 1px #102335;
        color: #102335;
        display: inline;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.25rem;
        padding: 14px 21px 14px 24px;
        transition: box-shadow .3s ease-in-out;
        white-space: nowrap;
    }

    .carousel-kitchens-top a:after {
        font-family: icomoon !important;
        color: #102335;
        content: "\e90b";
        font-size: .7rem;
        margin-left: 6px;
    }

    .carousel-kitchens-top a:hover {
        background: #102335;
        color: #fff;
        transition: all .25s;
    }

    .carousel-kitchens-top a:hover:after {
        color: #fff;
    }
}

.carousel-kitchens .img-wrap {
    position: relative;
}

.carousel-kitchens .img-wrap img {
    display: block;
    height: auto;
    width: 100%;
}

.carousel-kitchens .img-wrap .carousel-kitchens__tag {
    background: #fff;
    font-size: .8rem;
    font-weight: 600;
    left: 16px;
    line-height: 1rem;
    padding: 7px 10px;
    position: absolute;
    top: 20px;
}

.carousel-kitchens__title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.55rem;
}

.carousel-kitchens .info-block {
    align-items: flex-start;
    display: flex;
    padding-top: 10px;
}

.carousel-kitchens .info-block__right {
    margin-left: auto;
    margin-top: 1px;
}

.carousel-kitchens .info-block__right .carousel-kitchens__price-infos {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    padding-right: 15px;
    position: relative;
    width: fit-content;
}

.carousel-kitchens .info-block__right .kitchen-card__tooltip-wrapper {
    position: absolute;
    right: 0;
    top: 0;
}

.carousel-kitchens .kitchen-card__tooltip {
    color: #fff;
    display: none;
    font-size: 8px;
    font-weight: 600;
    padding-top: 13px;
    position: absolute;
    text-align: center;
    z-index: 9;
}

.carousel-kitchens .kitchen-card__tooltip p {
    background: #102335;
    border-radius: 6px;
    padding: 6px 8px;
}

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

.carousel-kitchens .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;
    position: relative;
    width: 12px;
}

.carousel-kitchens .kitchen-card__tooltip-btn:before {
    font-family: icomoon !important;
    color: #102335;
    content: "\e904";
    font-size: 1.6rem;
    transition: all .25s;
}

.carousel-kitchens .kitchen-header__colors-item {
    margin-right: 8px;
}

.carousel-kitchens .kitchen-header__colors-item a {
    align-items: center;
    display: flex;
    height: 13px;
    justify-content: center;
    position: relative;
    width: 13px;
}

.carousel-kitchens .kitchen-header__colors-item a .conf--color {
    border-radius: 50%;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.carousel-kitchens .kitchen-header__colors-item a .color-tooltip {
    display: none;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
}

.carousel-kitchens .kitchen-header__colors-item a .color-tooltiptext {
    color: #fff;
    font-size: 8px;
    font-weight: 600;
    padding-top: 13px;
    text-align: center;
    white-space: nowrap;
}

.carousel-kitchens .kitchen-header__colors-item a .color-tooltiptext span {
    background: #102335;
    border-radius: 6px;
    padding: 6px 8px;
}

.carousel-kitchens .kitchen-header__colors-item a:hover .color-tooltip {
    display: block;
}

.carousel-kitchens .kitchen-header__colors-item.light-color a .conf--color {
    box-shadow: inset 0 0 0 1pt #b7c6d1;
}

.carousel-kitchens .kitchen-card__colors {
    display: flex;
}

/* Icons for prev/next buttons */
.carousel-kitchens .swiper-button .icon-next:before {
    font-family: icomoon !important;
    content: "\e90b";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.carousel-kitchens .swiper-button-prev .icon-next:before {
    display: block;
}

/* Title color */
.carousel-kitchens__title {
    color: #102335;
}

/* Info block left max-width */
.carousel-kitchens .info-block__left {
    max-width: 60%;
}



/* =========================================================================
   Kitchen List Carousel — .kitchen-list__carousel (reference exact)
   ========================================================================= */
.kitchen-list__carousel {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    overflow: hidden;
    padding: 0 0 45px;
    position: relative;
    width: 1920px;
}

@media (min-width: 768px) {
    .kitchen-list__carousel {
        min-height: 606.594px;
        padding: 45px 0;
    }
    .kitchen-list__carousel .lds-roller { top: 20vh; }
}

@media (min-width: 992px) {
    .kitchen-list__carousel {
        min-height: 620.594px;
        padding: 45px 0 80px;
    }
    .kitchen-list__carousel .lds-roller { top: 20vh; }
}

@media (min-width: 1200px) {
    .kitchen-list__carousel { min-height: 875.594px; }
    .kitchen-list__carousel .lds-roller { top: 20vh; }
}

.kitchen-list__carousel .lds-roller { left: 50%; }

/* Container widths — matches theme */
.kitchen-list__carousel .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-list__carousel .container { width: 750px; } }
@media (min-width: 992px)  { .kitchen-list__carousel .container { width: 970px; } }
@media (min-width: 1200px) { .kitchen-list__carousel .container { width: 1170px; } }
@media (min-width: 1230px) { .kitchen-list__carousel .container { width: 1225px; } }

/* Title */
.kitchen-list__carousel .kitchen-list__title {
    align-items: center;
    color: #102335;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px 0 25px;
}
@media (min-width: 768px) { .kitchen-list__carousel .kitchen-list__title { margin: 0 0 25px; } }
@media (min-width: 991px) { .kitchen-list__carousel .kitchen-list__title { padding: 0 0 20px; } }

.kitchen-list__carousel .kitchen-list__title .title-top {
    font-family: Dinamit, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    position: relative;
}
@media (min-width: 992px) {
    .kitchen-list__carousel .kitchen-list__title .title-top { font-size: 16px; line-height: 24px; }
}

.kitchen-list__carousel .kitchen-list__title .title-bottom {
    font-family: Lumios Marker, serif;
    font-size: 64px;
    font-style: italic;
    font-weight: 400;
    line-height: 64px;
    position: relative;
}
@media (min-width: 992px) {
    .kitchen-list__carousel .kitchen-list__title .title-bottom { font-size: 78px; line-height: 78px; }
}

/* Swiper wrapper */
.kitchen-list__carousel .kitchens-swiper-wrapper { padding-bottom: 25px; }
@media (min-width: 991px) { .kitchen-list__carousel .kitchens-swiper-wrapper { padding-bottom: 45px; } }

.kitchen-list__carousel .kitchens-swiper-wrapper .swiper { overflow: visible; }

.kitchen-list__carousel .kitchens-swiper-wrapper .swiper-slide { width: 280px; }
@media (min-width: 360px) { .kitchen-list__carousel .kitchens-swiper-wrapper .swiper-slide { width: 330px; } }
@media (min-width: 992px) { .kitchen-list__carousel .kitchens-swiper-wrapper .swiper-slide { width: 584px; } }

/* Image */
.kitchen-list__carousel .kitchens-swiper-wrapper .swiper-slide .img-wrap {
    height: 230px;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
@media (min-width: 992px) { .kitchen-list__carousel .kitchens-swiper-wrapper .swiper-slide .img-wrap { height: 390px; } }

.kitchen-list__carousel .kitchens-swiper-wrapper .swiper-slide .img-wrap img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: transform .25s ease-in-out;
    width: 100%;
    filter: none !important;
    mix-blend-mode: normal !important;
}

.kitchen-list__carousel .kitchens-swiper-wrapper .swiper-slide:hover .img-wrap img,
.kitchen-list__carousel .kitchens-swiper-wrapper .swiper-slide:focus-within .img-wrap img {
    transform: translate(-50%, -50%) scale(1.05);
    transition: transform .25s ease-in-out;
}

/* Info block */
.kitchen-list__carousel .kitchens-swiper-wrapper .swiper-slide .info-block {
    align-items: flex-start;
    color: #102335;
    display: flex;
    gap: 5px;
    justify-content: space-between;
}

.kitchen-list__carousel .kitchens-swiper-wrapper .swiper-slide .info-block .left-block { flex: 1; }

.kitchen-list__carousel .kitchens-swiper-wrapper .swiper-slide .info-block .left-block .title {
    color: #102335;
    display: block;
    font-family: Dinamit, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin: 3px 0;
    text-decoration: none;
}
@media (min-width: 769px) {
    .kitchen-list__carousel .kitchens-swiper-wrapper .swiper-slide .info-block .left-block .title {
        font-size: 20px; line-height: 24px; margin: 12px 0 3px;
    }
}

.kitchen-list__carousel .kitchens-swiper-wrapper .swiper-slide .info-block .left-block .description {
    display: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.kitchen-list__carousel .kitchens-swiper-wrapper .swiper-slide .info-block .left-block .description div {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (min-width: 768px) {
    .kitchen-list__carousel .kitchens-swiper-wrapper .swiper-slide .info-block .left-block .description { display: block; }
}

.kitchen-list__carousel .kitchens-swiper-wrapper .swiper-slide .info-block .right-block {
    flex: 1;
    position: relative;
    text-align: right;
}

/* Prev/next buttons */
.kitchen-list__carousel .kitchens-swiper-wrapper .swiper-button-prev,
.kitchen-list__carousel .kitchens-swiper-wrapper .swiper-button-next {
    align-items: center;
    background: #102335;
    border: 0;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-top: -20px;
    opacity: 0;
    top: calc(50% - 40px);
    transition: .25s ease-in-out;
    width: 40px;
}

.kitchen-list__carousel .kitchens-swiper-wrapper .swiper-button-prev:after,
.kitchen-list__carousel .kitchens-swiper-wrapper .swiper-button-next:after {
    content: "\e90b";
    font-family: icomoon !important;
    font-size: 16px;
    speak: never;
    display: block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 991px) {
    .kitchen-list__carousel .kitchens-swiper-wrapper .swiper-button-prev,
    .kitchen-list__carousel .kitchens-swiper-wrapper .swiper-button-next { display: none; }
}

.kitchen-list__carousel .kitchens-swiper-wrapper .swiper-button-prev { left: -20px; right: unset; transform: scaleX(-1); }
.kitchen-list__carousel .kitchens-swiper-wrapper .swiper-button-next { left: unset; right: -20px; }

.kitchen-list__carousel:hover .swiper-button-next:not(.swiper-button-disabled),
.kitchen-list__carousel:hover .swiper-button-prev:not(.swiper-button-disabled),
.kitchen-list__carousel:focus-within .swiper-button-next:not(.swiper-button-disabled),
.kitchen-list__carousel:focus-within .swiper-button-prev:not(.swiper-button-disabled) { opacity: 1; }

/* Scrollbar */
.kitchen-list__carousel .kitchens-swiper-wrapper .swiper-scrollbar {
    background-color: transparent;
    bottom: -25px;
    cursor: pointer;
    height: 8px;
    left: unset;
    width: 100%;
}

.kitchen-list__carousel .kitchens-swiper-wrapper .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;
}

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

@media (min-width: 991px) { .kitchen-list__carousel .kitchens-swiper-wrapper .swiper-scrollbar { bottom: -45px; } }

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

/* See all button */
.kitchen-list__carousel .kitchen-list__btn { margin-top: 32px; text-align: center; }

.kitchen-list__carousel .kitchen-list__btn .btn {
    background: #fff;
    border: .5px solid #102335;
    border-radius: 37px;
    box-sizing: border-box;
    color: #102335;
    display: inline-block;
    font-family: Dinamit, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 13px;
    padding: 14px 18px 9px;
    text-decoration: none;
    transition: all .25s;
}

.kitchen-list__carousel .kitchen-list__btn .btn:hover,
.kitchen-list__carousel .kitchen-list__btn .btn:focus {
    background-color: #ba4e8e;
    border-color: #ba4e8e;
    color: #fff;
}

/* Spinner */
.kitchen-list__carousel .lds-roller { display: inline-block; height: 80px; position: absolute; width: 80px; }
.kitchen-list__carousel .lds-roller div { animation: kitchen-list-carousel-lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite; transform-origin: 40px 40px; }
.kitchen-list__carousel .lds-roller div:after { border-radius: 50%; content: " "; display: block; height: 7px; margin: -4px 0 0 -4px; position: absolute; width: 7px; }
.kitchen-list__carousel .lds-roller div:nth-child(1) { animation-delay: -0.036s; }
.kitchen-list__carousel .lds-roller div:nth-child(1):after { top: 63px; left: 63px; }
.kitchen-list__carousel .lds-roller div:nth-child(2) { animation-delay: -0.072s; }
.kitchen-list__carousel .lds-roller div:nth-child(2):after { top: 68px; left: 56px; }
.kitchen-list__carousel .lds-roller div:nth-child(3) { animation-delay: -0.108s; }
.kitchen-list__carousel .lds-roller div:nth-child(3):after { top: 71px; left: 48px; }
.kitchen-list__carousel .lds-roller div:nth-child(4) { animation-delay: -0.144s; }
.kitchen-list__carousel .lds-roller div:nth-child(4):after { top: 72px; left: 40px; }
.kitchen-list__carousel .lds-roller div:nth-child(5) { animation-delay: -0.18s; }
.kitchen-list__carousel .lds-roller div:nth-child(5):after { top: 71px; left: 32px; }
.kitchen-list__carousel .lds-roller div:nth-child(6) { animation-delay: -0.216s; }
.kitchen-list__carousel .lds-roller div:nth-child(6):after { top: 68px; left: 24px; }
.kitchen-list__carousel .lds-roller div:nth-child(7) { animation-delay: -0.252s; }
.kitchen-list__carousel .lds-roller div:nth-child(7):after { top: 63px; left: 17px; }
.kitchen-list__carousel .lds-roller div:nth-child(8) { animation-delay: -0.288s; }
.kitchen-list__carousel .lds-roller div:nth-child(8):after { top: 56px; left: 12px; }

@keyframes kitchen-list-carousel-lds-roller {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Override theme .find-your-store img brightness filter */
.kitchen-list__carousel .kitchens-swiper-wrapper .swiper-slide .img-wrap img,
.carousel-kitchens-item .img-wrap img,
.carousel-kitchen-item .img-wrap img {
    filter: none !important;
}

/* =============================================================================
   KITCHEN LIST CAROUSEL — Filter buttons
   ============================================================================= */
.kitchen-list__carousel .filters-swiper-wrapper-test {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    white-space: nowrap;
    width: 100%;
}
@media (min-width: 991px) {
    .kitchen-list__carousel .filters-swiper-wrapper-test {
        justify-content: center;
        margin-bottom: 40px;
    }
}
.kitchen-list__carousel .filters-swiper-wrapper-test .filter-slide button,
.kitchen-list__carousel .filters-swiper-wrapper-test .filter-slide a {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    border-radius: 72px;
    color: #102335;
    font-family: Dinamit, sans-serif;
    font-size: 8px;
    font-weight: 700;
    line-height: 11px;
    padding: 9px 16px 8px;
    transition: .25s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
@media (min-width: 768px) {
    .kitchen-list__carousel .filters-swiper-wrapper-test .filter-slide button,
    .kitchen-list__carousel .filters-swiper-wrapper-test .filter-slide a {
        font-size: 10px;
        line-height: 12px;
        padding: 14px 18px 12px;
    }
}
.kitchen-list__carousel .filters-swiper-wrapper-test .filter-slide button.active,
.kitchen-list__carousel .filters-swiper-wrapper-test .filter-slide a.active {
    background-color: #102335;
    border-color: #102335;
    color: #fff;
}
@media (min-width: 992px) {
    .kitchen-list__carousel .filters-swiper-wrapper-test .filter-slide button:hover,
    .kitchen-list__carousel .filters-swiper-wrapper-test .filter-slide a:hover {
        background-color: #102335;
        border-color: #102335;
        color: #fff;
    }
}

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

/* =============================================================================
   BLOG CAROUSEL — carousel-thematics
   ============================================================================= */
.carousel-thematics { margin: auto; max-width: 1920px; overflow: hidden; padding-bottom: 75px; position: relative; width: 100%; }
@media (max-width: 992px) { .carousel-thematics { padding-bottom: 40px; } }
@media (max-width: 767px) { .carousel-thematics { text-align: center; } .carousel-thematics .container { text-align: left; } }
.carousel-thematics .img-wrap { overflow: hidden; }
.carousel-thematics .img-wrap img { aspect-ratio: 384/353; height: auto; margin: 0; object-fit: cover; object-position: center; transition: transform .25s; width: 100%; }
.carousel-thematics .info-block { color: #102335; font-size: .9rem; min-height: 160px; padding: 24px; text-transform: uppercase; }
.carousel-thematics .info-block .carousel-cards-item__title { font-size: 1.5rem; font-weight: 600; line-height: 2rem; text-transform: none; }
.carousel-thematics .info-block a.sr-only { font-size: 0; position: static; }
.carousel-thematics .info-block a.sr-only:after { bottom: 0; content: ""; display: block; left: 0; position: absolute; right: 0; top: 0; }
.carousel-thematics .info-block a.sr-only:before {
    font-family: icomoon !important; speak: never; font-style: normal; font-variant: normal; font-weight: 400; text-transform: none; -webkit-font-smoothing: antialiased;
    color: #102335; align-items: center; border: .5px solid #102335; border-radius: 50%; bottom: 24px; content: "\e90b"; display: flex; font-size: .7rem; height: 24px; justify-content: center; left: 24px; line-height: 24px; margin: 0; padding: 0; position: absolute; transition: all .25s; width: 24px;
}
.carousel-thematics .carousel-thematics-item { background: #f8f8f8; position: relative; width: 384px; }
.carousel-thematics .carousel-thematics-item__link-thematic { border-bottom: 1px solid #000; color: #102335; display: inline-block; margin-bottom: 17px; padding-bottom: 7px; position: relative; text-decoration: none; z-index: 3; }
.carousel-thematics .carousel-thematics-item:hover img { transform: scale(1.15); }
.carousel-thematics .carousel-thematics-item:hover .info-block .sr-only:before { background: #102335; color: #fff; }
.carousel-thematics .carousel-thematics-item:last-child { margin-right: 0 !important; }
.carousel-thematics .swiper-container { overflow: visible; }
.carousel-thematics .swiper-button { align-items: center; background: #102335; border: 2px solid #102335; border-radius: 50%; color: #fff; display: flex; font-size: 1.1rem; height: 40px; justify-content: center; position: absolute; right: -22px; top: 174px; transition: all .25s; width: 40px; z-index: 10; }
.carousel-thematics .swiper-button:hover { background: #fff; color: #102335; }
.carousel-thematics .swiper-button:after { display: none; }
@media (max-width: 991px) { .carousel-thematics .swiper-button { display: none; right: 10px; top: 33%; } }
.carousel-thematics .swiper-button-prev { left: -22px; right: inherit; transform: rotate(180deg); }
@media (max-width: 767px) { .carousel-thematics .swiper-button-prev { left: 10px; } }
.carousel-thematics .swiper-button-disabled { display: none; }
.carousel-thematics .swiper-scrollbar { background: transparent; cursor: pointer; height: 8px; margin-top: 30px; position: relative; width: 100%; }
@media (max-width: 768px) { .carousel-thematics .swiper-scrollbar { margin-top: 15px; } }
.carousel-thematics .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-thematics .swiper-scrollbar-drag { background: #102335; height: 2px; top: 3px; transition: all .25s; z-index: 1; }
.carousel-thematics:hover .swiper-scrollbar-drag, .carousel-thematics:hover .swiper-scrollbar:before,
.carousel-thematics:focus-within .swiper-scrollbar-drag, .carousel-thematics:focus-within .swiper-scrollbar:before { height: 8px; top: 0; }
.carousel-thematics:hover .swiper-button:not(.swiper-button-disabled),
.carousel-thematics:focus-within .swiper-button:not(.swiper-button-disabled) { opacity: 1; }

[class*=carousel-thematics-wrapper] [class*=container-],
[class^=carousel-thematics-wrapper] [class*=container-] { align-items: center; display: flex; flex-wrap: wrap; position: relative; }
[class*=carousel-thematics-wrapper] [class*=container-] a,
[class^=carousel-thematics-wrapper] [class*=container-] a { margin-left: auto; }
@media (max-width: 767px) {
    [class*=carousel-thematics-wrapper] [class*=container-] a,
    [class^=carousel-thematics-wrapper] [class*=container-] a { margin-bottom: 15px; margin-left: 0; }
}
[class*=carousel-thematics-wrapper] .title-small,
[class*=carousel-thematics-wrapper] h2[class*=h2-0],
[class^=carousel-thematics-wrapper] .title-small,
[class^=carousel-thematics-wrapper] h2[class*=h2-0] { margin: 40px 10px 40px 0; padding: 0; width: auto; }
@media (max-width: 922px) {
    [class*=carousel-thematics-wrapper] .title-small,
    [class^=carousel-thematics-wrapper] .title-small { margin: 20px 10px 20px 0; }
}
@media (max-width: 767px) {
    [class*=carousel-thematics-wrapper] .title-small,
    [class^=carousel-thematics-wrapper] .title-small { margin: 15px 10px 20px 0; width: 100%; }
}
[class*=carousel-thematics-wrapper] .title-small ~ a,
[class^=carousel-thematics-wrapper] h2[class*=h2-0] ~ a { background: #fff; border-radius: 25px; box-shadow: inset 0 0 0 1px #102335; color: #102335; font-size: 1rem; font-weight: 700; line-height: 1.25rem; padding: 14px 21px 14px 24px; transition: all .25s; white-space: nowrap; }
[class*=carousel-thematics-wrapper] .title-small ~ a:hover,
[class^=carousel-thematics-wrapper] h2[class*=h2-0] ~ a:hover { background: #102335; color: #fff; }
[class*=carousel-thematics-wrapper] .title-small ~ a:after,
[class^=carousel-thematics-wrapper] h2[class*=h2-0] ~ a:after {
    font-family: icomoon !important; speak: never; font-style: normal; font-weight: 400; -webkit-font-smoothing: antialiased;
    color: #102335; content: "\e90b"; font-size: .7rem; margin-left: 6px;
}
[class*=carousel-thematics-wrapper] .title-small ~ a:hover:after,
[class^=carousel-thematics-wrapper] h2[class*=h2-0] ~ a:hover:after { color: #fff; }

/* Carousel container overrides — scoped to avoid affecting other containers */
[class*=carousel-thematics-wrapper] .container,
[class^=carousel-thematics-wrapper] .container {
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1230px) {
    [class*=carousel-thematics-wrapper] .container,
    [class^=carousel-thematics-wrapper] .container { width: 1225px; }
}

/* h2-02 line-1 font size */
h2.h2-02-black .line-1, h2.h2-02-white .line-1 { font-size: 20px; }

/* icomoon icon-next — ensure content is set */
.icon-ix:before, .icon-next:before { content: "\e90b"; }
[class*=" icon-"], [class^=icon-] {
    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;
}

/* =============================================================================
   IMAGE SLIDER WIDGET — slider-container-default
   ============================================================================= */
.container--sm { margin-left: auto; margin-right: auto; padding-left: 12.5px; padding-right: 12.5px; }
@media (min-width: 992px) { .container--sm { width: 700px; } }

.slider-container-default { position: relative; overflow: visible; }
/* Base: hidden. 768px+: visible so next slide peeks beyond container--sm */
.slider-container-default .swiper-container { overflow: hidden; position: relative; }
@media (min-width: 768px) { .slider-container-default .swiper-container { overflow: visible; } }
/* Clip at wrapper level on mobile only */
.wrapper-slider { overflow: hidden; }
@media (min-width: 768px) { .wrapper-slider { overflow: visible; } }
.slider-container-default-wrapper .ce-gallery img,
.slider-container-default .ce-gallery img {
    height: 461px; max-height: 461px; width: 100%; object-fit: cover; object-position: center center; display: block;
}
@media (max-width: 767px) {
    .slider-container-default-wrapper .ce-gallery img,
    .slider-container-default .ce-gallery img { height: 350px; max-height: 350px; }
}
/* Reset TYPO3 float-based ce-center layout inside slider */
.slider-container-default .ce-center .ce-outer,
.slider-container-default .ce-center .ce-inner,
.slider-container-default .ce-column,
.slider-container-default .ce-left .ce-gallery { float: none; right: auto; position: static; }
.slider-container-default .ce-gallery,
.slider-container-default .ce-row,
.slider-container-default .ce-textpic { overflow: visible; }
.slider-container-default figure { display: block; margin: 0; }
.slider-container-default .swiper-button-next,
.slider-container-default .swiper-button-prev {
    align-items: center; background: #102335; border: 2px solid #102335; border-radius: 50%;
    color: #fff; display: flex; font-size: 1.1rem; height: 40px; justify-content: center;
    position: absolute; top: 50%; transform: translateY(-50%); transition: all .25s; width: 40px; z-index: 10;
}
.slider-container-default .swiper-button-next:after,
.slider-container-default .swiper-button-prev:after { font-family: icomoon !important; content: "\e90b"; font-size: .9rem; }
.slider-container-default .swiper-button-next { right: -20px; }
.slider-container-default .swiper-button-prev { left: -20px; transform: translateY(-50%) rotate(180deg); }
.slider-container-default .swiper-button-next:hover,
.slider-container-default .swiper-button-prev:hover { background: #fff; color: #102335; }
.slider-container-default .swiper-button-disabled { opacity: 0; pointer-events: none; }
.slider-container-default .swiper-scrollbar { background: transparent; cursor: pointer; height: 8px; margin-top: 20px; position: relative; width: 100%; }
.slider-container-default .swiper-scrollbar:before { background: hsla(0,0%,77%,.4); border-radius: 10px; content: ""; height: 2px; left: 0; position: absolute; top: 3px; width: 100%; }
.slider-container-default .swiper-scrollbar-drag { background: #102335; height: 2px; top: 3px; z-index: 1; }
.slider-container-default:hover .swiper-scrollbar-drag,
.slider-container-default:hover .swiper-scrollbar:before { height: 8px; top: 0; transition: all .25s; }

/* h2-00 burst-black-left */
h2.h2-00-black .line-1, h2.h2-00-white .line-1 { font-size: 32px; }
h1[class*=h1-0].burst-black-left b:after, h2[class*=h2-0].burst-black-left b:after,
h3[class*=h3-0].burst-black-left b:after, p[class*=title-0].burst-black-left b:after {
    background-image: url('https://www.ixina.sa/_assets/94178d7d8e8cf690ee3d73c038a6ef99/css/images/titles-bg/burst-black-left.svg');
    left: -30px;
}
h1[class*=h1-0][class*=burst] b:after, h2[class*=h2-0][class*=burst] b:after,
h3[class*=h3-0][class*=burst] b:after, p[class*=title-0][class*=burst] b:after {
    background-repeat: no-repeat; display: block; height: 45px; position: absolute; top: -30px; width: 45px;
}
/* Custom burst icon via CSS var */
h2.burst-custom .line-1 b:after { background-image: var(--burst-icon); }

/* =============================================================================
   IMAGE SLIDER — title & description typography
   ============================================================================= */
/* line-1 / line-2 display */
h1[class*=h1-0] .line-1, h1[class*=h1-0] .line-2,
h2[class*=h2-0] .line-1, h2[class*=h2-0] .line-2,
h3[class*=h3-0] .line-1, h3[class*=h3-0] .line-2,
p[class*=title-0] .line-1, p[class*=title-0] .line-2 { display: block; }

/* b tag inside lines */
h1[class*=h1-0] .line-1 b, h1[class*=h1-0] .line-2 b,
h2[class*=h2-0] .line-1 b, h2[class*=h2-0] .line-2 b,
h3[class*=h3-0] .line-1 b, h3[class*=h3-0] .line-2 b,
p[class*=title-0] .line-1 b, p[class*=title-0] .line-2 b { display: inline-block; font-weight: inherit; position: relative; z-index: 2; }

/* b:after base */
h1[class*=h1-0] b:after, h2[class*=h2-0] b:after,
h3[class*=h3-0] b:after, p[class*=title-0] b:after { content: ""; }

/* burst styles */
h1[class*=h1-0][class*=burst] b:after, h2[class*=h2-0][class*=burst] b:after,
h3[class*=h3-0][class*=burst] b:after, p[class*=title-0][class*=burst] b:after {
    background-repeat: no-repeat; display: block; height: 45px; position: absolute; top: -30px; width: 45px;
}
h1[class*=h1-0].burst-black-left b:after, h2[class*=h2-0].burst-black-left b:after,
h3[class*=h3-0].burst-black-left b:after, p[class*=title-0].burst-black-left b:after {
    background-image: url('https://www.ixina.sa/_assets/94178d7d8e8cf690ee3d73c038a6ef99/css/images/titles-bg/burst-black-left.svg');
    left: -30px;
}

/* Description body text */
.frame-type-textmedia .ce-bodytext p { font-size: 1.3rem; line-height: 2.3rem; }
p { margin: 0 0 10px; }

/* Margin utilities */
.margin-top-40    { margin-top: 20px; }
.margin-bottom-40 { margin-bottom: 20px; }
@media (min-width: 768px) {
    .margin-top-40    { margin-top: 40px; }
    .margin-bottom-40 { margin-bottom: 40px; }
}

/* h2-00 responsive font size */
@media (max-width: 991px) {
    h2.h2-00-black .line-1, h2.h2-00-white .line-1 { font-size: 20px; }
}

/* Heading margins */
.h1, .h2, .h3, h1, h2, h3 { margin-bottom: 10px; margin-top: 20px; }

/* Hide burst icon on mobile */
@media (max-width: 767px) {
    h1[class*=h1-0][class*=burst] b:after,
    h2[class*=h2-0][class*=burst] b:after,
    h3[class*=h3-0][class*=burst] b:after,
    p[class*=title-0][class*=burst] b:after { display: none; }
}

/* Arabic burst-black-right */
h1[class*=h1-0].burst-black-right b:after, h2[class*=h2-0].burst-black-right b:after,
h3[class*=h3-0].burst-black-right b:after, p[class*=title-0].burst-black-right b:after {
    background-image: url('https://www.ixina.sa/_assets/94178d7d8e8cf690ee3d73c038a6ef99/css/images/titles-bg/burst-black-right.svg');
    right: -30px; left: auto;
}

/* Hide burst icon in Arabic (RTL) */
[dir=rtl] h1[class*=h1-0][class*=burst] b:after,
[dir=rtl] h2[class*=h2-0][class*=burst] b:after,
[dir=rtl] h3[class*=h3-0][class*=burst] b:after,
[dir=rtl] p[class*=title-0][class*=burst] b:after { display: none; }

/* Hide prev/next arrows on mobile */
@media (max-width: 767px) {
    .slider-container-default .swiper-button-next,
    .slider-container-default .swiper-button-prev { display: none; }
}

/* =============================================================================
   EQUIPMENT CATEGORIES CARDS
   ============================================================================= */
.equipment-categories-cards { background: #fff; margin: auto; max-width: 1920px; overflow: hidden; padding: 55px 0 70px; width: 100%; }
.equipment-categories-cards.faq-categories { margin-top: -20px; padding: 0 0 70px; }
.equipment-categories-cards .title-small { margin: 0 0 7px; }
.equipment-categories-cards .tiny-text { font-size: 1.3rem; font-weight: 400; line-height: 24px; margin: 0; }
.equipment-categories-cards__slider { margin-top: 40px; }
@media (min-width: 768px) {
    .equipment-categories-cards__slider { margin-left: auto; margin-right: auto; }
}
.equipment-categories-cards .swiper-slide { align-items: flex-end; display: flex; height: 322px; justify-content: center; overflow: hidden; padding: 40px 15px; position: relative; width: 322px; z-index: 1; }
.equipment-categories-cards .swiper-slide img { height: 100%; left: 0; object-fit: cover; position: absolute; top: 0; transition: all .25s; width: 100%; }
.equipment-categories-cards .swiper-slide .link-wrap { font-size: 0; height: 100%; left: 0; opacity: 0; position: absolute; top: 0; width: 100%; z-index: 2; }
.equipment-categories-cards .swiper-slide .btn { background-color: #fff; border: 0; color: #102335; height: auto; line-height: 20px; margin: 0; min-height: 40px; transition: all .25s; white-space: unset; z-index: 1; }
.equipment-categories-cards .swiper-slide .btn:after { color: inherit; }
@media (min-width: 768px) {
    .equipment-categories-cards .swiper-slide:focus .btn,
    .equipment-categories-cards .swiper-slide:hover .btn { background-color: #102335; color: #fff; }
    .equipment-categories-cards .swiper-slide:focus img,
    .equipment-categories-cards .swiper-slide:hover img { transform: scale(1.2); }
}
.equipment-categories-cards__group { display: grid; gap: 24px; width: 100%; }
.equipment-categories-cards__group:not(:last-child) { margin-bottom: 56px; }
.equipment-categories-cards__group--2 { grid-template-columns: repeat(2,1fr); }
.equipment-categories-cards__group--2 .swiper-slide { height: 288px; width: 100%; }
.equipment-categories-cards__group--3 { grid-template-columns: repeat(3,1fr); }
.equipment-categories-cards__group--3 .swiper-slide { height: 288px; width: 100%; }
.equipment-categories-cards__group--4 { grid-template-columns: repeat(2,1fr); }
.equipment-categories-cards__group--4 .swiper-slide { height: 288px; width: 100%; }
@media (min-width: 992px) { .equipment-categories-cards__group--4 { grid-template-columns: repeat(4,1fr); } }
.equipment-categories-cards__group--6 { grid-auto-flow: column; grid-template-columns: repeat(3,1fr); grid-template-rows: repeat(2,1fr); height: 688px; }
.equipment-categories-cards__group--6 .swiper-slide { height: 288px; width: 100%; }
.equipment-categories-cards__group--6 .swiper-slide:nth-child(2),
.equipment-categories-cards__group--6 .swiper-slide:nth-child(3),
.equipment-categories-cards__group--6 .swiper-slide:nth-child(6) { height: 376px; }
.equipment-categories-cards__group--6 .swiper-slide:nth-child(2),
.equipment-categories-cards__group--6 .swiper-slide:nth-child(6) { margin-top: -88px; }
.equipment-categories-cards .swiper-container { overflow: visible; }
.equipment-categories-cards .swiper-container .swiper-button-next,
.equipment-categories-cards .swiper-container .swiper-button-prev { align-items: center; background: #102335; border: 2px solid #102335; border-radius: 50%; color: #fff; font-size: 1.1rem; height: 40px; justify-content: center; transition: all .25s; width: 40px; display: none; }
.equipment-categories-cards .swiper-container .swiper-button-next:after,
.equipment-categories-cards .swiper-container .swiper-button-prev:after { content: none; }
.equipment-categories-cards .swiper-container .swiper-button-prev { left: -10px; transform: scaleX(-1); }
.equipment-categories-cards .swiper-container .swiper-button-next { right: -10px; }
.equipment-categories-cards .swiper-container .swiper-button-disabled { opacity: 0; }
.equipment-categories-cards .swiper-container .swiper-scrollbar { background: transparent; cursor: pointer; height: 8px; margin-top: 30px; position: relative; width: 100%; }
@media (max-width: 768px) { .equipment-categories-cards .swiper-container .swiper-scrollbar { margin-top: 15px; } }
.equipment-categories-cards .swiper-container .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; }
.equipment-categories-cards .swiper-container .swiper-scrollbar-drag { background: #102335; height: 2px; top: 3px; transition: all .25s; z-index: 1; }
@media (min-width: 768px) { .equipment-categories-cards .swiper-container .swiper-scrollbar { display: none; } }
.equipment-categories-cards .swiper-container:focus-within .swiper-scrollbar-drag,
.equipment-categories-cards .swiper-container:focus-within .swiper-scrollbar:before,
.equipment-categories-cards .swiper-container:hover .swiper-scrollbar-drag,
.equipment-categories-cards .swiper-container:hover .swiper-scrollbar:before { height: 8px; top: 0; }

/* =============================================================================
   EQUIPMENT CATEGORIES CARDS — typography
   ============================================================================= */
/* h2-04 sizes */
h2.h2-04-black .line-1, h2.h2-04-white .line-1 { font-size: 20px; }
h2.h2-04-black .line-2, h2.h2-04-white .line-2 { font-size: 70px; }
@media (max-width: 991px) {
    h2.h2-04-black .line-1, h2.h2-04-white .line-1 { font-size: 14px; }
}

/* line-2 font */
.title-05-black .line-2, .title-05-white .line-2,
.title-07-black .line-2, .title-07-white .line-2,
h1[class*=h1-0] .line-2, h2[class*=h2-0] .line-2 { font-family: 'Lumios Marker', sans-serif; font-weight: 400; line-height: 70%; margin-bottom: 30px; }

/* Heading colors */
h1.h1-00-black, h1.h1-01-black, h1.h1-02-black, h1.h1-03-black,
h2.h2-00-black, h2.h2-01-black, h2.h2-02-black, h2.h2-03-black,
h2.h2-04-black, h2.h2-05-black, h2.h2-06-black, h2.h2-07-black,
h3.h3-00-black, h3.h3-01-black,
p.title-00-black, p.title-01-black, p.title-02-black, p.title-03-black,
p.title-04-black, p.title-05-black, p.title-06-black, p.title-07-black { color: #102335; }

/* .btn override for swiper-slide */
.equipment-categories-cards .swiper-slide .btn {
    background-color: #fff;
    border: 0;
    color: #102335;
    height: auto;
    line-height: 20px;
    margin: 0;
    min-height: 40px;
    transition: all .25s;
    white-space: unset;
    z-index: 1;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    padding: 12px 21px 11px;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
}
.equipment-categories-cards .swiper-slide .btn: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;
    color: inherit; content: "\e90b"; font-size: .7rem; margin-left: 6px;
}

/* =============================================================================
   EQUIPMENT CATEGORIES CARDS — typography
   ============================================================================= */
/* h2-04 sizes */
h2.h2-04-black .line-1, h2.h2-04-white .line-1 { font-size: 20px; }
h2.h2-04-black .line-2, h2.h2-04-white .line-2 { font-size: 70px; }
@media (max-width: 991px) {
    h2.h2-04-black .line-1, h2.h2-04-white .line-1 { font-size: 14px; }
}

/* line-2 font */
.title-05-black .line-2, .title-05-white .line-2,
.title-07-black .line-2, .title-07-white .line-2,
h1[class*=h1-0] .line-2, h2[class*=h2-0] .line-2 { font-family: 'Lumios Marker', sans-serif; font-weight: 400; line-height: 70%; margin-bottom: 30px; }

/* Heading colors */
h1.h1-00-black, h1.h1-01-black, h1.h1-02-black, h1.h1-03-black,
h2.h2-00-black, h2.h2-01-black, h2.h2-02-black, h2.h2-03-black,
h2.h2-04-black, h2.h2-05-black, h2.h2-06-black, h2.h2-07-black,
h3.h3-00-black, h3.h3-01-black,
p.title-00-black, p.title-01-black, p.title-02-black, p.title-03-black,
p.title-04-black, p.title-05-black, p.title-06-black, p.title-07-black { color: #102335; }

/* .btn override for swiper-slide */
.equipment-categories-cards .swiper-slide .btn {
    background-color: #fff;
    border: 0;
    color: #102335;
    height: auto;
    line-height: 20px;
    margin: 0;
    min-height: 40px;
    transition: all .25s;
    white-space: unset;
    z-index: 1;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    padding: 12px 21px 11px;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
}
.equipment-categories-cards .swiper-slide .btn: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;
    color: inherit; content: "\e90b"; font-size: .7rem; margin-left: 6px;
}

/* =============================================================================
   STICKY ANCHOR MENU
   ============================================================================= */
.menu-anchors { background: #fff; }
@media (min-width: 768px) {
    .menu-anchors { border-top: 1px solid #e9eef1; padding: 30px 0; position: sticky; top: 0; z-index: 9; }
}

/* CRITICAL: position:sticky breaks if any ancestor has overflow:hidden.
   Force overflow visible on all Elementor wrappers containing menu-anchors */
.elementor-section:has(.menu-anchors),
.elementor-container:has(.menu-anchors),
.e-con:has(.menu-anchors),
.elementor-column:has(.menu-anchors),
.elementor-col-100:has(.menu-anchors),
.elementor-widget-wrap:has(.menu-anchors),
.elementor-element:has(.menu-anchors) {
    overflow: visible !important;
}

/* Strip Elementor section/column padding around the widget */
.elementor-section:has(> .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .menu-anchors),
.elementor-widget-container:has(.menu-anchors) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.menu-anchors ul { display: flex; gap: 24px; list-style: none; overflow: auto; -ms-overflow-style: none; margin: 0 -12.5px; padding: 0 12.5px; scrollbar-width: none; }
.menu-anchors ul::-webkit-scrollbar { display: none; }
@media (min-width: 992px) { .menu-anchors ul { justify-content: center; } }
.menu-anchors ul li a { border-bottom: 3px solid transparent; color: #102335; display: block; font-size: 16px; font-weight: 600; line-height: 22px; padding-bottom: 8px; transition: all .25s; white-space: nowrap; text-decoration: none; }
.menu-anchors ul li a.active,
.menu-anchors ul li a:focus,
.menu-anchors ul li a:hover { border-bottom: 3px solid #409498 !important; color: #409498 !important; text-decoration: none; }

/* =============================================================================
   EQUIPMENT POINTERS
   ============================================================================= */
.equipment-pointers { padding-bottom: 24px; padding-top: 10px; }
@media (max-width: 767px) { .equipment-pointers > .container { padding: 0; } }
@media (min-width: 768px) { .equipment-pointers { padding-bottom: 40px; padding-top: 28px; } }
.equipment-pointers-inner { position: relative; }
.equipment-pointers .equipment-pointers-swiper { overflow: hidden; }
.equipment-pointers .pointers-container { bottom: 0; left: 0; pointer-events: none; position: absolute; right: 0; top: 0; z-index: 2; }
.equipment-pointers .pointers--wrap { height: 100%; width: 100%; position: relative; }
.equipment-pointers__item img { display: block; height: auto; width: 100%; }
.equipment-pointers .equipment-pointers--img { display: block; height: auto; width: 100%; }
.equipment-pointers .hidden-mobile { display: block; }
.equipment-pointers .show-mobile  { display: none; }
@media (max-width: 767px) {
    .equipment-pointers .hidden-mobile { display: none; }
    .equipment-pointers .show-mobile   { display: block; }
}

/* Dot */
.equipment-pointers div[class^=pointers--item] {
    background: #fff; border-radius: 50%; box-shadow: 0 0 0 13px rgba(0,0,0,.4);
    cursor: pointer; height: 12px; pointer-events: auto; position: absolute;
    transition: left .5s, top .5s, box-shadow .25s; width: 12px;
}
@media (min-width: 992px) {
    .equipment-pointers div[class^=pointers--item].open,
    .equipment-pointers div[class^=pointers--item]:hover { box-shadow: 0 0 0 13px rgba(0,0,0,.7); }
    .equipment-pointers div[class^=pointers--item]:after {
        background: #fff; border-radius: 50%; content: ""; display: block;
        height: 12px; left: 0; position: absolute; top: 0; transition: all .25s; width: 12px; z-index: 3;
    }
    .equipment-pointers div[class^=pointers--item].open:after,
    .equipment-pointers div[class^=pointers--item]:hover:after {
        border-radius: 50%; height: 20px; left: -4px; top: -4px; transition: all .25s; width: 20px;
    }
}
.equipment-pointers div[class^=pointers--item]:after {
    animation: preview-marker-pulsar-inner 1s ease-out infinite;
    background: #000; border-radius: 50%; content: ""; display: block;
    height: 50px; left: -19px; position: absolute; top: -19px;
    transition: all .25s; width: 50px; z-index: -1;
}
.equipment-pointers div[class^=pointers--item]:before {
    border-radius: 50%; content: ""; display: block; height: 36px;
    left: -12px; position: absolute; top: -12px; width: 36px; z-index: 3;
}
@keyframes preview-marker-pulsar-inner {
    0%   { opacity: .6; transform: scale(1); }
    100% { opacity: 0; transform: scale(1.8); }
}

/* Modal */
.equipment-pointers div[class^=pointers--modal] {
    background: #fff; display: none; left: 20px; margin-top: 13px;
    padding: 24px 32px; position: absolute; top: 100%; width: 344px; z-index: 5;
}
@media (min-width: 768px) and (max-width: 991px) {
    .equipment-pointers div[class^=pointers--modal] { padding: 20px 23px; }
}
.equipment-pointers div[class^=pointers--item].pos-right div[class^=pointers--modal] { left: -12px; transform: translateX(-100%); }
.equipment-pointers div[class^=pointers--item].pos-top   div[class^=pointers--modal] { left: 30px; margin-top: -23px; transform: translateY(-100%); }
.equipment-pointers div[class^=pointers--item].pos-top.pos-right div[class^=pointers--modal] { left: -13px; transform: translate(-100%,-100%); }
.equipment-pointers div[class^=pointers--item].open div[class^=pointers--modal] { display: block; }

/* Modal content */
.equipment-pointers .pointers--modal__title { font-size: 1.4rem; font-weight: 700; line-height: 2.6rem; }
@media (min-width: 768px) and (max-width: 991px) { .equipment-pointers .pointers--modal__title { margin-bottom: 7px; } }
.equipment-pointers .pointers--modal__text { font-size: 1.2rem; font-weight: 300; line-height: 2.3rem; }
@media (min-width: 768px) and (max-width: 991px) { .equipment-pointers .pointers--modal__text { font-size: 1.1rem; line-height: 1.9rem; margin-bottom: 7px; } }
.equipment-pointers .pointers--modal__close {
    cursor: pointer; font-size: 0; position: absolute; right: 36px; top: 25px; transition: all .25s;
}
@media (min-width: 768px) and (max-width: 991px) { .equipment-pointers .pointers--modal__close { right: 28px; top: 21px; } }
.equipment-pointers .pointers--modal__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;
    color: #102335; content: "\e902"; font-size: 2rem;
}
.equipment-pointers .pointers--modal__close:hover { opacity: .7; transition: all .25s; }
.equipment-pointers .pointers--modal__link {
    align-items: center; background: #102335; border: 2px solid #102335; border-radius: 25px;
    color: #fff; display: inline-flex; font-size: 1rem; font-weight: 700; line-height: 2.3rem;
    padding: 6px 17px 6px 18px; transition: all .25s;
}
.equipment-pointers .pointers--modal__link: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;
    color: #fff; content: "\e90b"; font-size: .7rem; line-height: inherit; margin-left: 6px; transition: all .25s;
}
@media (min-width: 768px) {
    .equipment-pointers .pointers--modal__link:hover { background: #fff; color: #102335; transition: all .25s; }
    .equipment-pointers .pointers--modal__link:hover:after { color: #102335; transition: all .25s; }
}

/* Mobile wrapper */
.equipment-pointers-mobile-wrapper div[class^=pointers--modal] {
    background: #e8e9eb; left: inherit; margin-bottom: -24px; margin-top: 0;
    padding: 24px; position: relative; width: 100%;
}
.equipment-pointers-mobile-wrapper div[class^=pointers--modal] .pointers--modal__close { right: 24px; }
/* Hide specific dots on mobile */
@media (max-width: 767px) {
    .equipment-pointers div[class^=pointers--item].hide-on-mobile { display: none !important; }
}

/* Equipment pointers swiper buttons — override Swiper defaults */
.equipment-pointers .swiper-button {
    align-items: center;
    background: #102335;
    border: 2px solid #102335;
    border-radius: 50%;
    color: #fff;
    display: none;
    font-size: 1.3rem;
    height: 40px;
    justify-content: center;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    transition: .25s ease-in-out;
    width: 40px;
    z-index: 10;
    /* Override Swiper's own width/height */
    --swiper-navigation-size: 40px;
}
@media (min-width: 768px) {
    .equipment-pointers .swiper-button { display: flex; right: 32px; }
    .equipment-pointers .swiper-button-prev { left: 32px; right: unset; }
}
.equipment-pointers .swiper-button-prev { transform: scaleX(-1); }
.equipment-pointers .swiper-button:after { content: none !important; }
.equipment-pointers .swiper-button .icon-next:before { font-size: 1.1rem; }
.equipment-pointers .swiper-button-disabled { opacity: 0 !important; pointer-events: none; }
@media (min-width: 992px) {
    .equipment-pointers .swiper-button:hover { background: #fff; color: #102335; transition: .25s ease-in-out; }
}

/* Mobile: show only first slide, no slider */
@media (max-width: 767px) {
    .equipment-pointers .swiper-wrapper { transform: none !important; }
    .equipment-pointers .swiper-slide { display: none !important; width: 100% !important; }
    .equipment-pointers .swiper-slide:first-child { display: block !important; }
    .equipment-pointers .swiper-button { display: none !important; }
    .equipment-pointers .swiper-scrollbar { display: none !important; }
}
