/* sticky header */
header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999 !important;
    transition: all 200ms ease-in-out;
    background-color: transparent;
}

header.is-sticky .header-absolute {
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
    background-color: #282725 !important;
}

body.logged-in.admin-bar header {
    top: 32px !important;

    @media screen and (max-width: 782px) {
        top: 46px !important;
    }
}

@media screen and (max-width: 782px) {
    body.logged-in.admin-bar header.is-sticky {
        top: 0 !important;

    }
}

.main-navigation ul.menu>li.menu-item-has-children>a::after,
.main-navigation ul.menu>li.page_item_has_children>a::after,
.main-navigation ul.menu>li.has-mega-menu>a::after,
.main-navigation ul.nav-menu>li.menu-item-has-children>a::after,
.main-navigation ul.nav-menu>li.page_item_has_children>a::after,
.main-navigation ul.nav-menu>li.has-mega-menu>a::after {
    top: -8px !important;
}



header .primary-navigation {
    display: none;
}

.extice-canvas-menu-layout-2.elementor-widget-extice-menu-canvas {
    display: block;
}

@media (min-width: 1450px) {
    .extice-canvas-menu-layout-2.elementor-widget-extice-menu-canvas {
        display: none;
    }

    header .primary-navigation {
        display: block;
    }

}

/* product-range-slider */

.product-range-slider .project-item.project-style-1 .project-content .project-bottom {
    gap: 0;
    align-items: start;
}


.product-range-slider .project-item.project-style-1 .project-post-thumbnail:before {
    content: unset;
}

.product-range-slider .project-item.project-style-1 .project-post-thumbnail {
    min-height: auto;
}

@media (max-width: 1388px) {
    .product-range-slider .project-item.project-style-1 .project-content {
        padding: 32px;
    }

    .product-range-slider .project-item .project-title.delta {
        font-size: 28px;
    }

    .product-range-slider .project-item .project-button {
        width: 52px;
        height: 52px;
    }
}

@media (max-width: 575px) {
    .product-range-slider .project-item.project-style-1 .project-post-thumbnail {
        padding-top: 65%;
    }

    .product-range-slider .project-item.project-style-1 .project-content {
        padding: 24px;
    }

    .product-range-slider .project-item .project-title.delta {
        font-size: 24px;
    }

    .product-range-slider .project-item .project-button {
        width: 42px;
        height: 42px;
    }
}

/* featured product section */
.product-wrapper .d-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;

    @media (max-width: 1200px) {
        grid-gap: 20px;
    }

    @media (max-width: 991px) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media (max-width: 575px) {
        grid-template-columns: 1fr;
    }
}

.product-wrapper .service-item.service-style-2 .service-post-thumbnail {
    padding: 0;
    min-height: 200px;
    margin-bottom: 20px;
    margin-top: 0;
}

.product-wrapper .service-item.service-style-2 .service-head h4 {
    font-size: 28px;

    @media (max-width: 1024px) {
        font-size: 26px;
    }
}

.product-wrapper .service-item.service-style-2 .service-head {
    margin-bottom: 20px;

    @media (max-width: 575px) {
        margin-bottom: 14px;
    }
}

.product-wrapper .service-item.service-style-2 .service-description p {
    @media (max-width: 575px) {
        margin-bottom: 14px;
    }
}

.product-wrapper .service-item.service-style-2 .service-tag {
    margin-bottom: 12px;
}

.product-wrapper .service-item.service-style-2 .service-tag span {
    color: var(--e-global-color-primary);
    font-size: 16px;
}

.product-wrapper .service-item.service-style-2 .service-button-wrap {
    margin-top: auto;
}



/* project service section */
.project-service-section .project-service-wrapper .d-grid,
.project-service-section .product-wrapper .d-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;

    @media (max-width: 1200px) {
        grid-gap: 20px;
    }

    @media (max-width: 991px) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media (max-width: 575px) {
        grid-template-columns: 1fr;
    }
}

.project-service-section .service-item.service-style-2,
.product-wrapper .service-item.service-style-2 {
    @media (max-width: 1200px) {
        padding: 20px;
    }
}

.project-service-section .service-item.service-style-2 .service-title,
.product-wrapper .service-item.service-style-2 .service-title {
    margin-right: 0;
}

.project-service-section .service-item.service-style-2,
.product-wrapper .service-item.service-style-2 {
    @media (max-width: 1024px) {
        border-radius: 14px;
    }
}

.project-service-section .service-item.service-style-2 .service-head {
    margin-bottom: 30px;

    @media (max-width: 575px) {
        margin-bottom: 20px;
    }
}


.project-service-section .service-item.service-style-2 .service-head h4 {
    @media (max-width: 1024px) {
        font-size: 28px;
    }
}

.project-service-section .service-item.service-style-2 .description p,
.product-wrapper .service-item.service-style-2 .description p {
    margin-bottom: 20px;
}

.project-service-section .service-item.service-style-2 .description {
    min-height: auto;
    max-width: 100%;
}

.project-service-section .service-button-wrap {
    margin-bottom: 20px;
}

.project-service-section .service-item.service-style-2 .service-button span,
.product-wrapper .service-item.service-style-2 .service-button span,
.collection-list-section .service-button span {
    position: relative;
}

.project-service-section .service-item.service-style-2 .service-button span::before,
.project-service-section .service-item.service-style-2 .service-button span::after,
.product-wrapper .service-item.service-style-2 .service-button span::before,
.product-wrapper .service-item.service-style-2 .service-button span::after,
.collection-list-section .service-button span::before,
.collection-list-section .service-button span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--accent);
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
}

.project-service-section .service-item.service-style-2 .service-button span::after,
.product-wrapper .service-item.service-style-2 .service-button span::after,
.collection-list-section .service-button span:after {
    transform: scaleX(1);
    transform-origin: 100% 0;
    transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
}

.project-service-section .service-item.service-style-2 .service-button span:hover,
.product-wrapper .service-item.service-style-2 .service-button span:hover,
.collection-list-section .service-button span:hover {
    text-decoration: none;
}

.project-service-section .service-item.service-style-2 .service-button span:hover:after,
.project-service-section .service-item.service-style-2 .service-button span:hover:before,
.product-wrapper .service-item.service-style-2 .service-button span:hover:after,
.product-wrapper .service-item.service-style-2 .service-button span:hover:before,
.collection-list-section .service-button span:hover:after,
.collection-list-section .service-button span:hover:before {
    background-color: var(--primary);
}

.project-service-section .service-item.service-style-2 .service-button span:hover:before,
.product-wrapper .service-item.service-style-2 .service-button span:hover:before,
.collection-list-section .service-button span:hover:before {
    transform: scaleX(1);
    transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
}

.project-service-section .service-item.service-style-2 .service-button span:hover:after,
.product-wrapper .service-item.service-style-2 .service-button span:hover:after,
.collection-list-section .service-button span:hover:after {
    transform: scaleX(0);
    transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
}

.project-service-section .service-item.service-style-2 .service-button i,
.product-wrapper .service-item.service-style-2 .service-button i,
.collection-list-section .service-button i {
    padding-left: 3px;
    transform: rotate(-45deg);
    transition: all 0.4s ease;
}


.project-service-section .service-item.service-style-2 .service-button:hover i,
.product-wrapper .service-item.service-style-2 .service-button:hover i,
.collection-list-section .service-button:hover i {
    transform: rotate(0deg);
}


.elementor-button {
    @media (max-width: 1024px) {
        padding: 14px 24px !important;
    }

    @media (max-width: 767px) {
        padding: 10px 20px !important;
    }
}

.elementor-button-outline .elementor-button {
    @media (max-width: 1024px) {
        padding: 13px 24px !important;
    }

    @media (max-width: 767px) {
        padding: 9px 20px !important;
    }

}

.elementor-button-outline .elementor-button {
    color: #fff !important;

}

.elementor-button-outline .elementor-button:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #000 !important;
}

.sanitary-overview-section .elementor-button-outline .elementor-button {
    border-color: #000 !important;
    background: transparent !important;
    color: #000 !important;
}

.sanitary-overview-section .elementor-button-outline .elementor-button:hover {
    border-color: #000 !important;
    background: #000 !important;
    color: #fff !important;
}

footer .footer-row:before {
    display: none !important;
}

.work-process .iconbox-layout-2 .elementor-iconbox-item .elementor-icon-box-wrapper::after,
.work-process .iconbox-layout-2 .elementor-iconbox-item .elementor-icon-box-wrapper::before {
    background: #f9f9f9;
}

.product-range-slider .project-item .project-post-thumbnail:after {

    height: 50%;
    mask-image: linear-gradient(180deg, rgba(185, 183, 174, 0) 0%, rgba(134, 132, 126, 0.54) 60%, #53524E 80%);

}

.site-branding .site-title {
    font-size: 1.5em !important;
}

.mobile-nav-close {
    top: 22px !important;
}

.title-wrapper {
    text-align: center !important;
    position: relative;
    z-index: 1;
}

.title-wrapper h1 {
    color: #fff;
}

.title-wrapper .woocommerce-breadcrumb span {
    margin: 0 15px;
}

.title-wrapper .woocommerce-breadcrumb a,
.title-wrapper .woocommerce-breadcrumb {
    color: #fff;
}

/* form styling */

.wpcf7-form p button {
    margin-top: 0 !important;
}

.wpcf7 form .wpcf7-response-output {
    margin-bottom: 0;
    background: #FFF;
    border-radius: 6px;
    padding: 10px 20px;
    text-align: center;
    border-width: 1px;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #f3fff3;
    border-color: v#16A34A;
    color: #16A34A;
}

.wpcf7 form.invalid .wpcf7-response-output {
    background: #fff3f3;
    border-color: #EF4444;
    color: #EF4444;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="date"],
.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form .input-text {
    margin: 0 !important;
}

.wpcf7-form .row [class*="column-"] {
    padding: 0 !important;
}

.wpcf7-form .row {
    margin: 0 !important;
    gap: 24px;
}

.wpcf7-form .row [class*="column-50"],
.wpcf7-form .row [class^="column-50"] {
    flex: calc(50% - 12px) !important;
}

@media (max-width: 767px) {
    .wpcf7-form .row [class*="column"] {
        flex: 100% !important;
    }
}

.wpcf7-not-valid-tip {
    margin-top: 4px;
    font-size: 14px !important;
}

label {
    font-weight: 500;
    color: #000;
    margin-bottom: 4px;
    display: block;
}

select {
    width: 100% !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.8571428571 !important;
    padding: 16px 20px !important;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    color: var(--text);
    transition: all ease-in-out 0.3s;
    border: 1px solid rgba(129, 129, 129, 0.07) !important;
    border-radius: 24px !important;
    background-color: var(--background_light) !important;
}

@media (max-width: 1024px) {
    .no-border .elementor-widget-container img {
        border-width: 0 !important;
    }
}

/* product specification table */

.product-spec-section {
    width: 100%;
    color: #282725;
    font-family: var(--e-global-typography-text-font-family) !important;
    /* max-width: 1110px;
    margin: 0 auto; */
}

table td,
table th {
    word-break: normal !important;
}

.product-spec-table-wrap {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #dcdcdc;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    border-radius: 16px;
    scrollbar-width: auto;
    scrollbar-color: #777 #eeeeee;
}

.product-spec-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
    margin: 0 !important;
}

.product-spec-table thead th {
    position: relative;
    padding: .5rem;
    line-height: 1.625;
    vertical-align: top;
    background: #181818;
    color: #fff;
    border-right: 1px solid #343434;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
}

.product-spec-table thead th:first-child {
    border-radius: 16px 0 0 0;
}

.product-spec-table thead th:last-child {
    border-right: 0;
    border-radius: 0 16px 0 0;
}

.product-spec-table tbody td {
    padding: .5rem;
    background: #fff;
    color: #252525;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: middle;
}

.product-spec-table tbody td:last-child {
    border-right: 0;
}

.product-spec-table tbody tr:last-child td {
    border-bottom: 0;
}

.product-spec-table tbody tr:nth-child(even) td {
    background: #fafafa;
}

.product-spec-table tbody tr {
    transition: all .2s ease;
}

.product-spec-table tbody tr:hover td {
    background: #f1f1f1;
}

.product-spec-table .serial {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.product-spec-table .size {
    color: #111;
    font-weight: 700;
}

.product-spec-table .highlight {
    color: #111;
    font-weight: 700;
}

.product-spec-table th:first-child,
.product-spec-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
}

.product-spec-table thead th:first-child {
    z-index: 4;
    background: #181818;
}

.product-spec-table tbody td:first-child {
    background: #fff;
}

.product-spec-table tbody tr:nth-child(even) td:first-child {
    background: #fafafa;
}

.product-spec-table tbody tr:hover td:first-child {
    background: #f1f1f1;
}

.product-spec-table thead tr th:first-child {
    text-align: center;
}

@media (max-width: 767px) {
    .product-spec-table-wrap {
        padding-bottom: 2px;
    }
}


/* collection list section */

.ug-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    font-family: var(--e-global-typography-text-font-family) !important;
}

.ug-product-card {
    box-sizing: border-box;
    width: 100%;
    padding: 16px;
    background: #f8f8f7;
    border: 1px solid #E5E1DC;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.ug-product-image {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: 510px;
    /* aspect-ratio: 1 / 0.82; */
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 12px;
    background-color: #fff;
}

.ug-product-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ug-product-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.ug-product-title {
    margin: 0;
    color: #282725;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.ug-product-type {
    margin: 0;
    color: #5C5D5E;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-align: right;

}

.ug-product-type strong {
    font-weight: 700;
    color: #282725;
}

.ug-product-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #E5E1DC;
}

.ug-product-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    font-size: 14px;
    line-height: 1.3;
}

.ug-product-detail-label {
    color: #5C5D5E;
}

.ug-product-detail-value {
    color: #282725;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

.collection-list-section .service-button-wrap {
    padding-top: 34px;
    margin-top: auto;

}

@media (max-width: 1199px) {
    .ug-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ug-product-card {
        padding: 14px;
    }
}

@media (max-width: 900px) {
    .ug-product-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .ug-product-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .ug-product-card {
        padding: 14px;
        border-radius: 14px;
    }

    .ug-product-image {
        aspect-ratio: 1 / 0.75;
    }
}

@media (max-width: 575px) {
    .ug-product-grid {
        grid-template-columns: 1fr;
    }
}

.collection-list-section .collection-link {
    cursor: pointer;
}

.collection-list-section .collection-link,
.collection-list-section .collection-link .elementor-heading-title,
.collection-list-section .collection-link .elementor-icon i {
    transition: all 0.3s ease-in-out;
}

.collection-list-section .collection-link:hover {
    background-color: var(--primary) !important;
}

.collection-list-section .collection-link:hover .elementor-heading-title,
.collection-list-section .collection-link:hover .elementor-icon i {
    color: var(--e-global-color-background);
}

.collection-list-section .collection-right-side {
    /* display: block; */
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.project-service-section .project-service-wrap {
    display: block;
}

.testimonial-btn .elementor-button {
    padding: 0 !important;
}

footer .footer-row .mobile-navigation ul>li.menu-item>a {
    color: #FFFFFFB3;
}

footer .footer-row .mobile-navigation ul>li.menu-item>a:hover,
footer .footer-row .mobile-navigation ul>li.menu-item.current-menu-item>a {
    color: var(--e-global-color-primary);
}

.project-slider-wrapper .project-item {
    display: flex;
    flex-direction: column;
}

.project-slider-wrapper .project-item h4 {
    color: #fff;
}

.project-slider-wrapper .project-item:hover h4 {
    color: var(--e-global-color-primary);
}

.project-slider-wrapper .project-content figure {
    max-width: 104px;
    margin-bottom: 12px !important;

    @media (max-width: 575px) {
        max-width: 80px;
    }
}

.image-gallary-section .elementor-widget-image,
.image-gallary-section .elementor-widget-image a {
    height: 100%;
}

.image-gallary-section .elementor-widget-image a {
    display: flex !important;
}

.image-box .elementor-widget-container p {
    transition: all 0.3s ease-in-out;
}

.image-box:hover .elementor-widget-container p {
    color: var(--e-global-color-primary);
}

/* request a quote pop up */
.req-popup-overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(41, 41, 41, 0.9);
    padding: 25px;
    z-index: 999999;
    box-sizing: border-box;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.req-popup-overlay.active {
    display: block;
}

.req-popup-wrapper-inner {
    position: relative;
}

.req-popup-wrapper {
    width: 100%;
    min-height: calc(100vh - 50px);

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;
}

.req-popup {
    position: relative;
    max-width: 1250px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 24px;
    overflow: visible;
    display: grid;
    grid-template-columns: 535px 1fr;
    animation: reqPopupShow 0.35s ease;
}


@keyframes reqPopupShow {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.req-popup-close {
    position: absolute;
    top: -10px;
    right: -24px;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #282725;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    transition: all 0.2s ease;
}

.req-popup-close:hover {
    transform: scale(1.08);
}

.req-popup-image {
    position: relative;
    overflow: hidden;
    border-radius: 24px 0 0 24px;
}

.req-popup-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.req-popup-content {
    padding: 54px 45px;
    box-sizing: border-box;
}

.req-popup-content h2 {
    margin: 0 0 20px;
    padding: 0;
    color: #282725;
    font-family: Inter, sans-serif;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}



@media (max-width: 991px) {
    .req-popup-overlay {
        padding: 40px;
    }

    .req-popup {
        grid-template-columns: 0.7fr 1fr;
    }

    .req-popup-content {
        padding: 32px 24px;
    }

    .req-popup-content h2 {
        font-size: 26px;
        margin-bottom: 16px;
    }
}

@media (max-width: 900px) {
    .req-popup {
        width: 100%;
        /* max-width: 430px; */
        display: flex;
        flex-direction: column;
        border-radius: 14px;
        margin: 15px 0;
    }

    .req-popup-image {
        position: relative;
        overflow: hidden;
        border-radius: 14px 14px 0 0;
    }

}

@media (max-width: 767px) {
    .req-popup-content {
        width: 100%;
        padding: 25px 20px 22px;
    }

    .req-popup-content h2 {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .req-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    select {
        padding: 9px 16px !important;
    }

    input[type=text],
    input[type=number],
    input[type=email],
    input[type=tel],
    input[type=url],
    input[type=password],
    input[type=search],
    input[type=date],
    textarea,
    .input-text {
        padding: 9px 16px !important;
    }


}

@media (max-width: 480px) {
    .req-popup {
        max-width: 100%;
    }

}


.spinner-wrapper {
    position: relative;
    display: inline-flex;
}

.spinner-wrapper .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    opacity: 1;
    z-index: 1;
    background-color: var(--white);
}

.spinner-wrapper .wpcf7-spinner::before {
    background-color: #000;
}

.wpcf7-form.submitting .spinner-wrapper button[type="submit"] {
    color: transparent;
}

.breadcrumb-wrap {
    background-repeat: no-repeat;
    background-size: cover;
}

/* sticky whatsapp */
.sticky-contact-info {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    bottom: 80px;
    gap: 10px;
    right: 2rem;
    z-index: 9999;
    width: auto !important;
}

.sticky-contact-info .elementor-social-icons-wrapper svg {
    width: 32px !important;
    height: 32px !important;
}

@media (max-width: 880px) {
    .sticky-contact-info .elementor-social-icons-wrapper svg {
        width: 24px !important;
        height: 24px !important;
    }
}

@media (max-width: 990px) {
    .sticky-contact-info {
        right: 0.5rem;
    }
}

@media (max-width: 880px) {
    .progress-wrap.active-progress {
        transform: translateY(0px) !important;
    }

}

.neo-banner-image {
    margin: 0 auto;
    width: max-content;
}


/* color options css */
.colour-options-header {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd9d1;
}

.section-label {
    display: block;
    margin-bottom: 18px;
    font-family: var(--e-global-typography-38547f3-font-family), Sans-serif;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 2px;
    color: var(--e-global-color-primary);
    text-transform: uppercase;
}

.colour-options-title h2 {
    margin: 0;
    font-family: var(--e-global-typography-38547f3-font-family), Sans-serif;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 700;
    color: var(--e-global-color-accent);
}

.colour-list {
    display: grid;
    grid-template-columns: repeat(15, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
    padding-top: 47px;
}

.colour-item {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.colour-circle {
    width: 49px;
    height: 49px;
    flex: 0 0 49px;
    margin-bottom: 12px;
    border-radius: 50%;
    box-sizing: border-box;
}

.colour-item>span {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.3;
    color: #685d57;
    white-space: nowrap;
}

/* Colours */

.colour-white {
    background: #fff;
    border: 1px solid #dedbd5;
}

.colour-blue {
    background: #403b9e;
}

.colour-ivory {
    background: #fff6df;
    border: 1px solid #e6ddc8;
}

.colour-tblue {
    background: #13a1d2;
}

.colour-red-brown {
    background: #865039;
}

.colour-red {
    background: #dd2527;
}

.colour-orange {
    background: #f58b20;
}

.colour-yellow {
    background: #f8d238;
}

.colour-green {
    background: #218b4c;
}

.colour-mgreen {
    background: #a5c72e;
}

.colour-brown {
    background: #4d2c18;
}

.colour-burgundy {
    background: #850025;
}

.colour-pink {
    background: #ed9abb;
}

.colour-black {
    background: #191919;
}

.colour-purple {
    background: #4f2d8d;
}

/* Tablet */

@media (max-width: 1100px) {


    .colour-list {
        grid-template-columns: repeat(8, minmax(0, 1fr));
        row-gap: 30px;
    }

    .colour-options-title h2 {
        font-size: 34px;
    }
}

/* Mobile */

@media (max-width: 767px) {


    .section-label {
        margin-bottom: 12px;
        font-size: 10px;
    }

    .colour-options-title h2 {
        font-size: 30px;
    }

    .colour-list {
        grid-template-columns: repeat(4, 1fr);
        column-gap: 12px;
        row-gap: 28px;
        padding-top: 30px;
    }

    .colour-circle {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .colour-item>span {
        font-size: 11px;
    }
}

/* Small Mobile */

@media (max-width: 420px) {


    .colour-options-title h2 {
        font-size: 27px;
    }

    .colour-list {
        column-gap: 8px;
    }

    .colour-circle {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .colour-item>span {
        font-size: 10px;
    }
}

.designer-series-custom .ug-product-grid{
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-bottom: 50px;
}

.designer-series-custom .ug-product-grid .ug-product-image{
    height: 120px;
}

.designer-series-custom .ug-product-grid .ug-product-image img{
    height: 100%;
    object-fit: contain;
}

.designer-series-custom .series-title{
    font-size: 28px;
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    
    .designer-series-custom .ug-product-grid{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

}

@media (max-width: 1024px) {

    .designer-series-custom .ug-product-grid{
        margin-bottom: 40px;
    }

    .designer-series-custom .series-title{
        font-size: 24px;
        margin-bottom: 24px;
    }
}

@media (max-width: 991px) {
    
    .designer-series-custom .ug-product-grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}

@media (max-width: 575px) {
    
    .designer-series-custom .ug-product-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 1450px) {
    .elementor-6288 .elementor-element.elementor-element-4ef6df7 .e-con-inner{
        padding-top: 20px;
        padding-bottom: 15px;
    }
    
}

@media (max-width: 767px) {
    .elementor-6288 .elementor-element.elementor-element-4ef6df7 .e-con-inner{
        padding-bottom: 20px;
    }
    
}