.wapf-field-container .wapf-field-input textarea{
    height: 35px;
    resize: unset;
    width: 100%;
    outline: none;
    padding-left: 15px;
    padding-top: 15px;
    min-height: 80px;
    font-family: 'Manrope';
    font-size: 14px;
    border-radius: 4px;

}

.wapf-field-container.wapf-field-number{
    display: inline-block;
}

.wapf-field-container .wapf-field-input input[type="number"]{
    outline: none!important;
    height: 54px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid #68655F;
}

.wapf-field-container.wapf-field-number .wapf-field-input{
    position: relative;
}

.wapf-field-container.wapf-field-number .wapf-field-input span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    height: 100%;
    width: 78px;
    cursor: pointer;
    color: #68655F;
    font-weight: 300;
    line-height: 18px;
    justify-content: center;
}

.wapf-field-container.wapf-field-number .wapf-field-input span.more-qty{
    right: 0;
}
.wapf-field-container.wapf-field-number .wapf-field-input span.less-qty{
    left: 0;
}

.wapf-field-container.wapf-field-number .wapf-pricing-hint{
    display: none;
}

.wapf-field-container .wapf-field-input input[type="number"]::-webkit-outer-spin-button,
.wapf-field-container .wapf-field-input input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.flex-control-nav.flex-control-thumbs.swiper {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 602px;
    overflow: hidden;
}

.flex-control-nav.flex-control-thumbs .swiper-wrapper {
    display: flex !important;
}

.flex-control-nav.flex-control-thumbs .swiper-slide {
    display: block !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

.woocommerce div.product div.images .flex-control-thumbs li.swiper-slide{
    margin-bottom: 18px!important;
}

ol.flex-control-nav.flex-control-thumbs .swiper-button-prev{
    top: 22px;
    width: 100%;
    left: 50%;
    height: 39px;
    transform: translateX(-50%);
    align-items: baseline;
}

ol.flex-control-nav.flex-control-thumbs .swiper-button-prev:before{
    content: "";
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 34%);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    position: absolute;
    width: 100%;
    height: 100%;
}

ol.flex-control-nav.flex-control-thumbs .swiper-button-prev:after{
    content: '';
    background: url(/wp-content/uploads/2025/12/product_gallery_arrow_up.svg) no-repeat center;
    background-size: 18px;
    width: 18px;
    height: 18px;
    z-index: 9;
    position: relative;
    top: 7px;
}

ol.flex-control-nav.flex-control-thumbs .swiper-button-next{
    top: unset;
    bottom: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 39px;
    align-items: end;
}

ol.flex-control-nav.flex-control-thumbs .swiper-button-next:before{
    content: "";
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(7px);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 34%);
    width: 100%;
    height: 100%;
    position: absolute;
}

ol.flex-control-nav.flex-control-thumbs .swiper-button-next:after{
    content: '';
    background: url(/wp-content/uploads/2025/12/product_gallery_arrow_up.svg) no-repeat center;
    transform: rotate(180deg);
    background-size: 18px;
    width: 18px;
    height: 18px;
    position: relative;
    bottom: 7px;
}

.container_for_product_img_column + .elementor-element > .elementor-widget-woocommerce-product-price{
    display: none;
}

.mobile_menu_solid ul.elementor-nav-menu{
    padding-bottom: 50px;
}

.solid_inquiry_form_container button.solid_form_submit{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: 'Manrope';
    font-size: 18px;
    border: none;
    color: white;
    background: #800116;
    font-weight: 600;
}

.solid_inquiry_form_container button.solid_form_submit.loading{
    pointer-events: none;
}

.solid_inquiry_form_container button.solid_form_submit .loader{
    display: none;
}
.solid_inquiry_form_container button.solid_form_submit.loading .loader{
    width: 24px;
    height: 24px;
    border: 4px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.solid_inquiry_form_container button.solid_form_submit.loading .loader:before{
    content: none;
}

.solid_custom_elementor_button a{
    height: 54px;
    max-width: 298px;
    width: 100% !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.text_for_start_yor_bespoke_project p:last-child{
    margin-bottom: 0;
}

.swiper-slide.bespoke_slider_container{
    display: flex;
    align-items: center;
    gap: 80px;
}

h3.bespoke_slide_head_text{
    font-weight: 300!important;
    font-size: 32px!important;
    line-height: 128%;
    text-transform: capitalize;
}

.slide_content_seperator_between_text{
    margin-bottom: 23px;
    margin-top: 23px;
    width: 80px;
    border-top: 1px solid #000;
}

.bespoke_slide_content_container p{
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 30px!important;
}

.swiper-slide.bespoke_slider_container img{
    max-width: 734px;
    object-fit: cover;
    aspect-ratio: 734 / 643;
}

.bespoke_slider_wrapper .wrapper_for_swiper_pagination{
    display: flex;
    margin-top: 10px;
}

.bespoke_slider_wrapper .wrapper_for_swiper_pagination .column_for_swiper{
    width: 100%;
    min-width: 736px;
}

.bespoke_slider_wrapper .wrapper_for_swiper_pagination .column_for_space{
    width: 100%;
}

.bespoke_slider_wrapper .swiper-pagination{
    position: relative;
    top: 0;
    margin-top: 18px;
}

.wrapper_for_swiper_pagination .image_for_resize{
    display: none;
}

.container_for_elem_bespoke_slider .elementor-widget-shortcode{
    position: unset;
}

.bespoke_slider_wrapper .swiper-button-prev{
    left: 28px;
}

.bespoke_slider_wrapper .swiper-button-next{
    right: 28px;
}

.bespoke_slider_wrapper .swiper-button-prev:after{
    content: '';
    background: url(/wp-content/uploads/2025/12/slider_arrow_left.svg) no-repeat center;
    background-size: 24px;
    width: 24px;
    height: 44px;
}

.bespoke_slider_wrapper .swiper-button-next:after{
    content: '';
    background: url(/wp-content/uploads/2025/12/slider_arrow_right.svg) no-repeat center;
    background-size: 24px;
    width: 24px;
    height: 44px;
}

.text_for_next_project_slide{
    display: none;
}

.bespoke_slide_image_container .swiper-pagination .swiper-pagination-bullet{
    background: #CCCCCC;
    opacity: 1;
    width: 6px;
    height: 6px;
}

.bespoke_slide_image_container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #000000;
    opacity: 1;
}

.bespoke_steps_wrapper .swiper-wrapper{
    display: flex;
    gap: 18px;
    justify-content: center;
}

.bespoke_steps_wrapper .circle_step_container{
    border-radius: 100px;
    background: #800116;
    display: flex;
    width: 74px;
    height: 74px;
    align-items: center;
    justify-content: center;
    color: #DBC9B9;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 18px;
}

.bespoke_step_container{
    display: flex!important;
    flex-direction: column;
    align-items: center!important;
    text-align: center;
    color: #800116;
    flex-basis: 97px;
    max-width: 97px;
}

.bespoke_step_container h3{
    font-weight: 600!important;
    font-size: 24px!important;
    line-height: 100%;
    color: #800116!important;
    min-height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    white-space: nowrap;
}

.bespoke_step_container p{
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    text-align: center;
}

.bespoke_step_divider_line{
    max-width: 60px;
    width: 100%;
    border-top: 1px solid #800116;
    margin-top: 37px;
}

.wrapper_for_steps_section{
    linear-gradient(to top, rgba(240, 233, 277, 0) 0%, rgba(240, 233, 227, 1) 50%)
}

.bespoke_contact_form .required_symbol{
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #800116;
}

.bespoke_contact_form form label{
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.bespoke_contact_form form input{
    height: 72px;
    outline: none;
    border: none;
    padding-left: 24px;
    color: #000;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    margin-top: 12px;
    font-family: 'Manrope';
}

.bespoke_contact_form form textarea{
    width: 100%;
    resize: none;
    border: none;
    outline: none;
    padding: 24px;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    margin-top: 12px;
    font-family: 'Manrope';
    min-height: 284px;
}

.bespoke_contact_form form label.attach_files_button span.wpcf7-form-control-wrap, .bespoke_contact_form form label.attach_files_button br{
    display: none;
}

.bespoke_contact_form form label.attach_files_button{
    background: #DBC9B9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    transition: .3s;
}

.bespoke_contact_form form label.attach_files_button:hover{
    background: #E5D4C4;
}

.bespoke_contact_form .supported_formats_text{
    margin-bottom: 25px;
}

.bespoke_contact_form .supported_formats_text p{
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #93918D;
}

.bespoke_contact_form input.wpcf7-submit{
    height: 54px;
    color: white!important;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    margin: 0;
    padding: 0;
    background: #800116;
}

.bespoke_contact_form input.wpcf7-submit:hover{
    background: #922122;
}

.bespoke_contact_form .wpcf7-response-output{
    margin: 0!important;
    display: none;
}

.wpcf7-form.submitting input.wpcf7-submit{
    pointer-events: none;
}

.wpcf7-form .wpcf7-spinner{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.wpcf7-form .supported_formats_text + p{
    position: relative;
    margin: 0;
}

.container_for_cf7_success_message{
    max-width: 328px;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.container_for_cf7_success_message .cf7_success_checkmark{
    margin-bottom: 50px;
    width: 52px;
}

.container_for_cf7_success_message h3{
    font-weight: 300!important;
    font-size: 40px!important;
    line-height: 128%;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.container_for_cf7_success_message .cf_7_success_content{
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    color: #000;
    margin-bottom: 122px;
}

.container_for_cf7_success_message .return_to_homepage_button{
    background: #DBC9B9;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    transition: .3s;
    gap: 10px;
    margin-bottom: 122px;
}

.container_for_cf7_success_message .return_to_homepage_button:hover{
    background: #E5D4C4;
}

.container_for_cf7_success_message .cf_7_success_socials h4{
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.cf7_success_message_shortcode{
    display: none;
}

.bespoke_contact_form form.spam .wpcf7-response-output{
    display: block;
}

.wrapper_for_steps_section:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 0;
    background: rgba(255, 255, 255, 0.7);
}

.bespoke_contact_form .wpcf7-not-valid-tip{
    margin-top: 5px;
}

.bespoke_slide_image_container.swiper{
    max-width: 734px;
}

.newsletter_container label.input_label{
    font-size: 18px;
    height: 58px;
    display: block;
    line-height: 200%;
}

.newsletter_container{
    max-width: 367px;
    width: 100%;
}

.newsletter_container input[type="email"]{
    height: 54px;
    display: flex;
    outline: none;
    border: none;
    padding-left: 24px;
    color: #93918D;
    font-weight: 400;
    font-size: 18px;
    width: 100%;
}

.newsletter_container .newsletter_subscribe_button{
    display: flex;
    margin-top: 27px;
    background: #800116;
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 18px;
    color: white;
    text-align: center;
    height: 54px;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    transition: .3s;
}

.newsletter_container .newsletter_subscribe_button:hover{
    background: #922122;
}

.newsletter_container .custom_checkbox{
    display: block;
    width: 100%;
    margin-top: 26px;
    cursor: pointer;
}

.newsletter_container .custom_checkbox input{
    display: none;
}

.newsletter_container .custom_checkbox .privacy_policy_text{
    display: flex;
    align-items: center;
    gap: 18px;
}

.newsletter_container .custom_checkbox .privacy_policy_text span{
    font-family: Manrope;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.newsletter_container .custom_checkbox .privacy_policy_text span a{
    font-family: Manrope;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    text-decoration: underline;
}

.newsletter_container .custom_checkbox .privacy_policy_text:before{
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: block;
    content: '';
    background: white;
    border: 2px solid #fff;
}

.newsletter_container .custom_checkbox input:checked + .privacy_policy_text:before{
    background: #800116;
}

.newsletter_form_error_message{
    margin-top: 15px;
    font-size: 16px;
    color: red;
    font-weight: 500;
    font-family: 'Manrope';
}

.newsletter_form_success_message{
    margin-top: 15px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-family: 'Manrope';
}

.language_selector_container .selected_language{
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.language_selector_container .selected_language svg{
    transition: .3s;
    min-width: 12px;
}

.language_selector_container .selected_language .selected_language_iso{
    font-size: 18px;
    text-transform: uppercase;
}

.language_selector_container .language_selector_dropdown{
    display: none;
    position: absolute;
    background: white;
    min-width: 192px;
    padding-left: 34px;
    padding-right: 34px;
    left: -74px;
    box-shadow: 0px 1.11px 1.11px 0px #00000040;
    top: 37px;
    padding-bottom: 37px;
}

.language_selector_container ul.lang-switcher{
    list-style: none;
}

.language_selector_container{
    position: relative;
    z-index: 999;
}

/*.language_selector_container.show_languages .language_selector_dropdown{
    display: block;
}*/

.language_selector_container.show_languages .selected_language svg{
    transform: rotate(180deg);
}

.language_selector_dropdown img{
    padding: 2px;
    width: 28px;
    height: 28px!important;
    object-fit: cover;
    border-radius: 100px!important;
}

.language_selector_dropdown li{
    margin-top: 16px;
}

.language_selector_dropdown li:first-child{
    margin-top: 20px;
}

.language_selector_dropdown a{
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Manrope !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: normal;
    color: #000000 !important;
}

.language_selector_dropdown a.selected_language_item{
    font-weight: 600!important;
}

.language_selector_dropdown a.selected_language_item img{
    border: 1px solid #68655F;
}

.container_for_related_products{
    display: flex;
    gap: 13px;
}

.container_for_related_products a img{
    max-width: 220px;
    aspect-ratio: 220 / 165;
    width: 100%;
}

.container_for_related_products a p{
    font-weight: 300;
    font-size: 18px;
    text-transform: capitalize;
    color: #000000;
    margin-top: 18px;
}

.wrapper_for_related_products h2{
    line-height: normal!important;
    font-weight: 300!important;
    font-size: 32px!important;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.container_for_client_projects{
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.container_for_client_projects:has(> :nth-child(2):last-child), .container_for_client_projects:has(> :nth-child(1):last-child){
    justify-content: center;
}

.wrapper_for_client_projects h2{
    font-weight: 300!important;
    font-size: 40px!important;
    line-height: normal!important;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 18px;
}

.wrapper_for_client_projects h3{
    font-weight: 300!important;
    font-size: 24px!important;
    line-height: normal!important;
    text-align: center;
    text-transform: capitalize;
    min-height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper_for_client_projects .spacer{
    width: 80px;
    text-align: center;
    height: 1px;
    border-top: 1px solid black;
    margin-top: 24px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 62px;
}

.wrapper_for_client_projects a img{
    aspect-ratio: 490 / 380;
    object-fit: cover;
}

.wrapper_for_client_projects a p{
    font-weight: 400!important;
    font-size: 18px!important;
    line-height: normal;
    text-align: center;
    color: #000000;
    margin-top: 18px;
    margin-bottom: 15px!important;
    min-height: 49px;
}

.wrapper_for_client_projects .read_more_button{
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    min-height: 23px;
    border-bottom: 1px solid #000000;
    color: #000000;
    transition: .3s;
}

.container_for_client_projects a:hover .read_more_button{
    color: #800116;
}

.wrapper_for_client_projects .explore_more_client_projects_button{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 13px;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    cursor: pointer;
    transition: .3s;
    margin-top: 60px;
    margin-bottom: 107px;
}

.wrapper_for_client_projects .explore_more_client_projects_button:hover{
    text-decoration: underline;
    color: #800116;
}

.wrapper_for_client_projects{
    margin-top: 130px;
}

.single.single-client-project .type-client-project .elementor-widget-text-editor p a{
    color: #000;
    text-decoration: underline;
}

.container_for_client_projects > a{
    flex-basis: calc(33.333333333% - 12px);
}

.wrapper_for_select_country_currency_popup{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(143, 143, 143, 0.5);
    z-index: 9999;
    display: none;
}

.wrapper_for_select_country_currency_popup .select_country_currency_popup_outer_container{
    max-width: 799px;
    width: calc(100% - 60px);
    min-height: 560px;
    position: absolute;
    left: 50%;
    top: 49%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
}

.select_country_currency_popup_container{
    max-width: 440px;
    width: 100%;
    margin: auto;
}

.select_country_currency_popup_outer_container .close_popup_button{
    display: inline-block;
    height: 29px;
    position: relative;
    left: 100%;
    transform: translateX(-100%);
    cursor: pointer;
}

.select_country_currency_popup_content h2{
    font-weight: 600!important;
    font-size: 32px!important;
    text-transform: capitalize;
    line-height: normal;
}

.select_country_currency_popup_content .separator_line{
    width: 80px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    border-top: 1px solid black;
    margin-top: 22px;
    margin-bottom: 22px;
}

.select_country_currency_popup_content{
    text-align: center;
    margin-top: 15px;
}

.select_country_currency_popup_content p{
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    max-width: 430px;
}

.select_country_currency_popup_content select{
    outline: none!important;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    height: 54px;
    border-radius: 0;
    border: 1px solid rgba(104, 101, 95, 1);
    cursor: pointer;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Manrope';
    appearance: none;
    background: url(https://www.celsiumwellness.com/wp-content/uploads/2025/04/menu_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px);
    margin-top: 10px;
}

.country_confirm_button{
    width: 100%;
    background: rgba(128, 1, 22, 1);
    color: white!important;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px!important;
    font-weight: 600!important;
    border-radius: 0;
    cursor: pointer;
    transition: .3s;
    text-decoration: none;
    margin-top: 20px;
}

.country_confirm_button:hover{
    background: #922122;
}

.popup_last_line{
    width: 100%;
    height: 1px;
    border-top: 1px solid rgba(104, 101, 95, 1);
    margin-top: 43px;
    margin-bottom: 30px;
}

.select_country_currency_popup_content p.you_can_update{
    color: rgba(104, 101, 95, 1);
}

body.currency_popup_open{
    overflow: hidden;
}

body.currency_popup_open .wrapper_for_select_country_currency_popup{
    display: block;
}

e-page-transition{
    pointer-events: none!important;
}

.accessories_category_content .elementor-products-grid ul.products.elementor-grid li.product{
    padding-left: 15px;
    padding-right: 15px;
}

.select_country_currency_popup_content .wcml-dropdown.wcml_currency_switcher{
    display: none;
}

.select_country_currency_popup_outer_container.ajax_loading:after{
    content: "";
    width: 96px;
    height: 96px;
    border: 8px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
}

.wrapper_for_select_country_currency_popup .select_country_currency_popup_outer_container.ajax_loading{
    background: rgb(143 143 143 / 1);
    pointer-events: none;
}

.container_for_currency_switcher{
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: Manrope;
    font-weight: 300;
    font-size: 18px;
    cursor: pointer;
    gap: 5px;
}

.elementor-menu-cart__toggle_button.elementor-button.elementor-size-sm{
    padding-right: 0!important;
}

@media (max-width: 1800px){
    .woocommerce div.product div.images .flex-control-thumbs li.swiper-slide{
        margin-bottom: 0px!important;
        margin-right: 18px!important;
    }

    ol.flex-control-nav.flex-control-thumbs .swiper-button-next{
        left: unset;
        right: 0;
        height: 100%;
        transform: none;
        width: 35px;
    }

    ol.flex-control-nav.flex-control-thumbs .swiper-button-next:after{
        transform: rotate(90deg);
    }

    ol.flex-control-nav.flex-control-thumbs .swiper-button-prev{
        left: 0;
        right: unset;
        height: 100%;
        transform: none;
        width: 35px;
    }

    ol.flex-control-nav.flex-control-thumbs .swiper-button-prev:after{
        transform: rotate(-90deg);
    }

    .woocommerce div.product div.images .flex-control-thumbs{
        left: unset;
        position: relative;
    }

    .language_selector_container .language_selector_dropdown{
        left: unset;
        right: 0;
    }
}

@media (max-width: 1420px){
    .wapf-field-container.wapf-field-image-swatch:not(.color_fields) .wapf-col--6{
        --wapf-cols: 4!important;
        --wapf-cols-t: 4!important;
        --wapf-cols-m: 4!important;
    }
}

@media (max-width: 1300px){
    .swiper-slide.bespoke_slider_container img{
        width: 100%;
    }

    .swiper-slide.bespoke_slider_container{
        gap: 40px;
    }

    .bespoke_slide_image_container{
        width: 100%;
    }

    .bespoke_slider_wrapper .wrapper_for_swiper_pagination .column_for_swiper{
        min-width: unset;
    }
}

@media (max-width: 1024px){
    header nav.elementor-nav-menu__container{
        padding-left: 20px;
        padding-right: 20px;
    }

    header nav.elementor-nav-menu__container li a{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .elementor-nav-menu__container li.link_after_products{
        border-top: 1px solid #93918D;
        padding-top: 25px;
        margin-top: 25px;
    }

    header nav.elementor-nav-menu__container li ul a{
        padding-left: 20px!important;
        border: none!important;
        font-size: 18px!important;
    }

    header nav.elementor-nav-menu__container li ul a:before{
        content: '-';
        display: inline-block;
        margin-right: 3px;
    }

    header nav.elementor-nav-menu__container span.sub-arrow{
        background: url("/wp-content/uploads/2025/12/chevron_down_menu.svg") no-repeat center;
        background-size: 12px;
        padding: 0;
        width: 12px;
        height: 12px;
        transition: .3s;
    }

    header nav.elementor-nav-menu__container span.sub-arrow svg{
        display: none;
    }

    header nav.elementor-nav-menu__container a.elementor-item-anchor.has-submenu{
        justify-content: space-between;
    }

    header nav.elementor-nav-menu__container a.elementor-item-anchor.has-submenu[aria-expanded="true"] span.sub-arrow{
        transform: rotate(180deg);
    }

    .bespoke_slide_content_container{
        width: 70%;
    }

    .bespoke_slider_wrapper .wrapper_for_swiper_pagination .column_for_space{
        width: 70%;
    }
}

@media (max-width: 950px){
    .container_for_related_products a img{
        max-width: unset;
    }

    .container_for_related_products a{
        flex-basis: calc(33.333333% - 9px);
    }
}

@media (max-width: 900px){
    .wapf-field-container.wapf-field-image-swatch:not(.color_fields) .wapf-col--6{
        --wapf-cols: 3!important;
        --wapf-cols-t: 3!important;
        --wapf-cols-m: 3!important;
    }

    .container_for_elem_bespoke_slider{
        padding: 0!important;
    }

    .swiper-slide.bespoke_slider_container{
        flex-direction: column;
    }

    .swiper-slide.bespoke_slider_container img{
        max-width: unset;
    }

    .bespoke_slide_content_container{
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 150px;
    }

    .wrapper_for_swiper_pagination .column_for_swiper{
        position: absolute;
        top: 0;
    }

    .wrapper_for_swiper_pagination .column_for_swiper img{
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        display: block;
        object-fit: cover;
        aspect-ratio: 734 / 643;
    }

    .bespoke_slider_wrapper .wrapper_for_swiper_pagination .column_for_space{
        display: none;
    }

    .bespoke_slider_wrapper .wrapper_for_swiper_pagination{
        margin: 0;
    }

    .bespoke_slider_wrapper .swiper-button-prev, .bespoke_slider_wrapper .swiper-button-next{
        top: unset;
        bottom: 70px;
    }

    .text_for_next_project_slide{
        display: inline-block;
        position: absolute;
        bottom: 84px;
        left: 50%;
        transform: translateX(-50%);
        font-weight: 600;
        font-size: 12px;
        line-height: 128%;
        text-align: center;
        text-transform: capitalize;
    }

    .container_for_elem_bespoke_slider .e-con-inner{
        padding: 0!important;
    }

    .bespoke_slider_wrapper .swiper-button-next:after, .bespoke_slider_wrapper .swiper-button-prev:after{
        background-size: 18px;
        width: 18px;
        height: 36px;
    }

    .bespoke_slider_wrapper .swiper-button-prev{
        left: 9px;
    }

    .bespoke_slider_wrapper .swiper-button-next{
        right: 9px;
    }

    .bespoke_slider_wrapper .bespoke_slide_image_container .swiper-pagination{
        margin-top: 3px;
    }

    .bespoke_steps_wrapper .swiper-wrapper{
        gap: 6px;
    }

    .bespoke_slide_image_container.swiper{
        max-width: unset;
    }

}

@media (min-width: 768px){
    .bespoke_steps_wrapper.swiper{
        overflow: unset;
    }
}

@media (max-width: 768px){
    .wapf-field-container.wapf-field-image-swatch:not(.color_fields) .wapf-col--6{
        --wapf-cols: 6!important;
        --wapf-cols-t: 6!important;
        --wapf-cols-m: 6!important;
    }

    .woocommerce div.product div.images .flex-control-thumbs li.swiper-slide{
        margin-right: 5px!important;
        width: calc(20% - 4px)!important;
    }

    .bespoke_step_divider_line{
        display: none;
    }

    .bespoke_step_container{
        max-width: unset;
        flex-basis: unset;
    }

    .bespoke_steps_wrapper .swiper-wrapper {
        gap: unset;
        justify-content: unset;
    }

    .bespoke_step_container.swiper-slide:after{
        content: "";
        display: block;
        width: 60px;
        height: 1px;
        border-top: 1px solid #800116;
        position: absolute;
        top: 37px;
        left: calc(50% + 100px);
        transform: translateX(-50%);
    }

    .bespoke_step_container.swiper-slide:before{
        content: "";
        display: block;
        width: 60px;
        height: 1px;
        border-top: 1px solid #800116;
        position: absolute;
        top: 37px;
        left: calc(50% - 100px);
        transform: translateX(-50%);
    }

    .bespoke_step_container.swiper-slide[data-swiper-slide-index="5"]:after{
        content: none;
    }

    .bespoke_step_container.swiper-slide[data-swiper-slide-index="0"]:before{
        content: none;
    }

    .wrapper_for_steps_section:after{
        background: rgba(255, 255, 255, 1);
    }

    .wrapper_for_steps_section{
        padding-top: 0!important;
        margin-top: 18px!important;
    }

    h3.bespoke_slide_head_text{
        font-weight: 600!important;
        font-size: 24px!important;
        line-height: 128%;
    }

    .slide_content_seperator_between_text{
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .bespoke_slide_content_container p{
        font-size: 14px;
        margin-bottom: 25px!important;
    }

    .container_for_related_products{
        flex-wrap: wrap;
    }

    .container_for_client_projects > a{
        flex-basis: calc(50% - 9px);
    }

    .container_for_client_projects{
        flex-wrap: wrap;
    }

    .wrapper_for_client_projects{
        margin-top: 60px;
    }
}

@media (max-width: 650px){
    .wapf-field-container.wapf-field-image-swatch:not(.color_fields) .wapf-col--6{
        --wapf-cols: 5!important;
        --wapf-cols-t: 5!important;
        --wapf-cols-m: 5!important;
    }
}

@media (max-width: 600px){
    .container_for_related_products a{
        flex-basis: calc(50% - 7px);
    }

    .container_for_client_projects > a{
        flex-basis: 100%;
    }
}

@media (max-width: 550px){
    .wapf-field-container.wapf-field-image-swatch:not(.color_fields) .wapf-col--6{
        --wapf-cols: 4!important;
        --wapf-cols-t: 4!important;
        --wapf-cols-m: 4!important;
    }
}

@media (max-width: 500px){
    .wp-singular .wapf-swatch--text label{
        line-height: normal;
    }
}

@media (max-width: 400px){
    .wapf-field-container.wapf-field-number{
        width: 100% !important;
    }

    .wrapper_for_client_projects .explore_more_client_projects_button{
        margin-bottom: 60px;
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}