html {
    scrollbar-gutter: stable;
}
.beautiful-map {
    height: 100% !important;
    min-height: 100% !important;
    width: 100% !important;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s ease;
}
.beautiful-map iframe {
    height: 100% !important;
    width: 100% !important;
    min-height: 500px;
}
.about-us-page-image {
    margin-bottom: -500px;
}
.uni_cpo_ajax_add_to_cart.loading {
    opacity: 0.5;
    pointer-events: none;
}
.custom-text-styles__bek {
    font-weight: 300;
}
.mc_signup_submit_button {
    width: 100%;
}
.wp-block-mailchimp-mailchimp {
    width: 33.3%;
}
.mc_form_inside input[type="text"] {
    border-bottom: 1px solid !important;
    border: 0px;
    background: transparent;
}
.mc_header_email {
    display: none !important;
}
.mc_signup_submit_button {
    margin-top: 0px;
    padding-top: 0px;
}
.slider:hover {
    background-color: #6cc5c4;
}
.product-categories-grid a {
    color: #510c76;
}
@media screen and (max-width: 768px) {
    .product-categories-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}
@media screen and (min-width: 769px) {
    .product-categories-grid {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 20px;
    }
}
@media (max-width: 1024px) {
    .header-content {
        padding-top: 30px;
    }
    .search-field {
        width: 200px;
    }
}
@media (max-width: 768px) {
    .main-header {
        height: auto;
        padding: 15px 0;
    }
    .header-content {
        flex-wrap: wrap;
        padding-top: 0;
    }
    .search-bar {
        order: 3;
        width: 100%;
        margin-top: 15px;
    }
    .search-field {
        width: 100%;
    }
}
.wc-block-cart__submit {
    margin-bottom: 0px !important;
}
.woocommerce-breadcrumb {
    color: #510c76 !important;
    font-size: 16px !important;
    margin-bottom: 10px !important;
    border-radius: 20px !important;
}
@media only screen and (max-width: 768px) {
    .woocommerce-breadcrumb {
        margin-bottom: 30px !important;
        padding: 0 !important;
    }
}
.woocommerce-breadcrumb a {
    color: #510c76 !important;
}
.gb-container-d1892673 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.popup-list-gb {
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.popup-list-gb h2 {
    margin-bottom: 0;
}
.popup-list-gb .gb-icon {
    width: 70px;
    height: 70px;
    display: block;
}
.popup-list-gb svg {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.popup-text-bek {
    width: 80%;
    text-align: left;
    font-size: 16px;
}
.popup-icon-bek {
    width: 20%;
    display: flex;
    justify-content: flex-start;
}
.popup-text-bek h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #2e3192;
}
.popup-text-bek p {
    font-size: 16px;
    margin: 0;
    color: #808080;
}
.headline-popup-bek h2 {
    font-size: 30px;
    color: #ed1e79;
    font-weight: 400;
    margin-bottom: 7px;
    line-height: 1.2;
}
.headline-popup-bek p {
    font-size: 30px;
    color: #808080;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.2 !important;
    padding: 0 30px 20px 30px;
}
.headline-popup-bek {
    padding-top: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #cccccc;
}
.inside-site-info {
    flex-direction: column;
    align-items: flex-start;
}
.footer-bar-align-left .copyright-bar {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 128px;
    margin-top: 50px;
}
.footer-bar-align-left .copyright-bar a {
    font-weight: bold;
}
.footer-menu-links a {
    text-decoration: none;
}
.footer-menu-links ul li {
    margin-bottom: 17px !important;
}
.menu-footer-bar-menu-container a {
    text-transform: uppercase;
    font-size: 16px;
}
@media screen and (min-width: 2560px) {
    .top-containter-products-section::before {
        background-position: 21vw bottom !important;
    }
}
@media screen and (max-width: 2559px) and (min-width: 1920px) {
    .top-containter-products-section::before {
        background-position: 25.5vw bottom !important;
    }
}
@media screen and (max-width: 1919px) and (min-width: 1600px) {
    .top-containter-products-section::before {
        background-position: 29vw bottom !important;
    }
}
@media screen and (max-width: 1599px) and (min-width: 1366px) {
    .top-containter-products-section::before {
        background-position: 38vw bottom !important;
    }
}
@media screen and (max-width: 1365px) and (min-width: 1280px) {
    .top-containter-products-section::before {
        background-position: 33.75vw bottom !important;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
    .top-containter-products-section::before {
        background-position: 42vw bottom !important;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
    .top-containter-products-section::before {
        background-position: 56vw bottom !important;
    }
}
.home-cta-full-name input,
.home-cta-email input,
.home-cta-phone input,
.home-cta-message textarea {
    border-radius: 5px !important;
    padding: 15px 10px 15px 15px !important;
    background-color: #f2f2f2 !important;
    color: #510c76 !important;
    font-size: 16px !important;
    font-weight: 700;
    border: none;
    font-family: Lato, sans-serif;
}
.home-cta-full-name input::placeholder,
.home-cta-email input::placeholder,
.home-cta-phone input::placeholder,
.home-cta-message textarea::placeholder {
    color: #510c76 !important;
    opacity: 1;
}
.home-cta-full-name input:-ms-input-placeholder,
.home-cta-email input:-ms-input-placeholder,
.home-cta-phone input:-ms-input-placeholder,
.home-cta-message input:-ms-textarea-placeholder {
    color: #510c76 !important;
}
.home-cta-full-name input::-ms-input-placeholder,
.home-cta-email input::-ms-input-placeholder,
.home-cta-phone input::-ms-input-placeholder,
.home-cta-message input::-ms-textarea-placeholder {
    color: #510c76 !important;
}
.lets-home-cta-form .gfield_contains_required input::placeholder {
    content: "*";
    color: black;
    font-size: 16px;
}
.lets-home-cta-form input[type="submit"] {
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #510c76 !important;
    font-family: Lato, sans-serif;
}
.home-print-cta {
    display: flex;
    gap: 6px;
    background-color: #f2f2f2;
    padding: 17px 15px;
    width: 200px;
}
.home-print-cta::after {
    content: "";
    background-image: url("/wp-content/uploads/2024/12/icon-upload.png");
    width: 24px;
    height: 22px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.home-print-cta input[type="file"] {
    color: transparent;
    width: 140px !important;
}
.home-print-cta input[type="file"]::-webkit-file-upload-button {
    display: none !important;
}
.home-print-cta input[type="file"]::-moz-file-upload-button {
    display: none !important;
}
.home-print-cta input[type="file"]::before {
    content: "Upload Your Files";
    color: #510c76;
    font-weight: 700 !important;
    text-decoration: underline;
    display: inline-block;
    margin-right: 5px;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
    font-family: Lato, sans-serif;
}
.gform_fileupload_rules {
    display: none !important;
}
.videos-home-page-auto video {
    border-radius: 20px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.videos-home-page-auto {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}
.non-underline-links a {
    text-decoration: none;
}
.our-work-video video {
    height: 530px;
    width: 530px;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .our-work-video video {
        height: auto;
        width: 100%;
    }
}
.vertical-h-tags__h2 {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: left;
}
.vertical-h-tags__h2::after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    transform: rotate(180deg);
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2.156' height='148.057' viewBox='0 0 2.156 148.057'%3E%3Cline id='Line_206' data-name='Line 206' y1='146.479' transform='translate(1.078 0.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1'/%3E%3Cline id='Line_208' data-name='Line 208' y1='44.672' transform='translate(1.078 102.307)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2.156'/%3E%3C/svg%3E%0A");
}
.contact-us-page-contact input,
.contact-us-page-contact textarea {
    box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid #ffffff !important;
}
.contact-us-page-contact input:focus,
.contact-us-page-contact textarea:focus {
    color: #ffffff;
    background-color: #a062c1;
    outline: 0;
    box-shadow: none;
    border: none;
}
.contact-us-page-contact input[type="submit"] {
    width: 100% !important;
    inline-size: 100% !important;
}
.contact-us-page-contact input[type="submit"]:hover {
    color: #a062c1 !important;
    background-color: #ffffff !important;
}
.contact-us-page-contact .gform_footer {
    width: 100% !important;
}
.job-desc-list ul {
    list-style-type: square;
    margin: 0;
    line-height: 25px;
}
.job-res-req-list ul {
    list-style-type: square;
    margin: 0;
    color: #707070;
}
.job-res-req-list ul li {
    margin-bottom: 40px;
    line-height: 1.6;
}
.gb-grid-column:nth-child(4n + 1) .jobs-loop-container,
.gb-grid-column:nth-child(4n) .jobs-loop-container {
    background-color: #a063bd !important;
}
.gb-grid-column:nth-child(4n + 1) .gb-headline-14103817 a,
.gb-grid-column:nth-child(4n) .gb-headline-14103817 a {
    color: #a063bd !important;
}
.gb-grid-column:nth-child(4n + 2) .jobs-loop-container,
.gb-grid-column:nth-child(4n + 3) .jobs-loop-container {
    background-color: #510c76 !important;
}
.gb-grid-column:nth-child(4n + 2) .gb-headline-14103817 a,
.gb-grid-column:nth-child(4n + 3) .gb-headline-14103817 a {
    color: #510c76 !important;
}
.gb-headline-14103817 {
    background-color: white;
    padding: 10px;
    border-radius: 4px;
    margin: 10px 0;
}
.jobs-loop-container {
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}
.jobs-loop-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.gallery-grid {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}
.gallery-grid__container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    grid-auto-flow: dense;
    width: 100%;
}
.gallery-grid__item {
    position: relative;
    overflow: hidden;
    background: #f0f0f0;
    border-radius: 15px;
    width: 100%;
    box-sizing: border-box;
}
.gallery-grid__item--square {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1;
    min-height: 400px;
}
.gallery-grid__item--vertical {
    grid-column: span 1;
    grid-row: span 2;
    min-height: 800px;
    height: 100%;
    aspect-ratio: 0.5;
}
.gallery-grid__item--wide {
    grid-column: span 2;
    grid-row: span 1;
    aspect-ratio: 2/1;
    min-height: 400px;
}
.gallery-grid__item:nth-child(4) {
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio: 1;
    min-height: 800px;
}
.gallery-grid__image,
.gallery-grid__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    border-radius: 15px;
}
@media (max-width: 992px) {
    .gallery-grid__container {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .gallery-grid__item--square {
        grid-column: span 1;
        aspect-ratio: 1;
        min-height: 300px;
    }
    .gallery-grid__item--vertical {
        grid-column: span 1;
        grid-row: span 2;
        aspect-ratio: 0.6;
        min-height: 600px;
    }
    .gallery-grid__item--wide {
        grid-column: span 2;
        aspect-ratio: 16/9;
        min-height: 300px;
    }
    .gallery-grid__item:nth-child(4) {
        grid-column: span 2;
        grid-row: span 2;
        aspect-ratio: 1;
        min-height: 600px;
    }
}
@media (max-width: 576px) {
    .gallery-grid {
        padding: 12px;
    }
    .gallery-grid__container {
        gap: 8px;
    }
}
.popup-image-container__sh {
    width: 100%;
    height: calc(100% - 60px);
    overflow: hidden;
    position: relative;
}
.popup-image-container__sh .popup-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.popup-image-container__sh .popup-content img,
.popup-image-container__sh .popup-content video {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}
.gb-container-1f90d04d {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.store-product-list-item .price {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 400;
    font-family: Lato, "sans-serif";
}
.store-product-list-item:hover .store-meta-container {
    background-color: #a062c1;
}
.store-product-list-item:hover .bek-rating-container {
    color: #a062c1;
}
.store-product-list-item:hover .bek-rating-container svg {
    fill: #a062c1 !important;
}
.shop-page-products__bek .price {
    font-size: 25px !important;
}
.bd-container-pr-archive .woocommerce-breadcrumb,
.bd-container-pr-archive .woocommerce-breadcrumb a {
    color: #510c76;
    margin: 0 !important;
}
.filter-accordion-heading {
    position: relative;
    padding-right: 20px;
}
.filter-accordion-heading::after {
    content: "Ã¢â€“Â¼";
    position: absolute;
    right: 0;
    transition: transform 0.3s ease;
}
.filter-accordion-heading.is-open::after {
    transform: rotate(180deg);
}
.brand-images-container {
    height: 365px;
    overflow-y: auto;
    position: relative;
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.brand-images-container::-webkit-scrollbar {
    display: none;
}
.brand-images__home {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s ease forwards;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    scroll-snap-align: start;
}
.brand-images__home:nth-child(1) {
    animation-delay: 0.1s;
}
.brand-images__home:nth-child(2) {
    animation-delay: 0.2s;
}
.brand-images__home:nth-child(3) {
    animation-delay: 0.3s;
}
.brand-images__home:nth-child(4) {
    animation-delay: 0.4s;
}
.brand-images__home:nth-child(5) {
    animation-delay: 0.5s;
}
.brand-images__home:nth-child(6) {
    animation-delay: 0.6s;
}
.brand-images__home:nth-child(7) {
    animation-delay: 0.7s;
}
.brand-images__home:nth-child(8) {
    animation-delay: 0.8s;
}
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media screen and (max-width: 768px) {
    .brand-images-container {
        scroll-behavior: smooth;
    }
    .brand-images__home {
        padding: 0;
    }
    .brand-images__home:last-child {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 768px) {
    .video-cta-top__home video {
        height: 400px;
    }
}
@media screen and (max-width: 768px) {
    .our-work-mobile-slider__item {
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .our-work-mobile-slider__item::-webkit-scrollbar {
        display: none;
    }
    .product .inside-article {
        padding: 10px !important;
    }
}
.product .inside-article button {
    font-family: Lato, "sans-serif";
    font-size: 16px !important;
}
.gform_wrapper.gravity-theme #field_submit input,
.gform_wrapper.gravity-theme .gform_footer input {
    align-self: center !important;
}
.wc-block-mini-cart__quantity-badge svg {
    display: none !important;
}
.wc-block-mini-cart__quantity-badge::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.5' height='20.501' viewBox='0 0 20.5 20.501'%3E%3Cg id='Group_459' data-name='Group 459' transform='translate(-1582.569 -85.695)'%3E%3Cpath id='Path_24' data-name='Path 24' d='M1589.364,103.719a1.727,1.727,0,1,1-1.727-1.727A1.727,1.727,0,0,1,1589.364,103.719Z' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Path_25' data-name='Path 25' d='M1601.456,103.719a1.728,1.728,0,1,1-1.728-1.727A1.727,1.727,0,0,1,1601.456,103.719Z' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Path_26' data-name='Path 26' d='M1599.729,101.992h-12.092l-1.727-15.547h-2.591' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Path_27' data-name='Path 27' d='M1586.293,89.9l16.026,1.727-.768,6.91h-14.3' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 20px;
    height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width: 768px) {
    .bek-side-menu-container .wc-block-mini-cart__quantity-badge::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 42'%3E%3Ccircle cx='21' cy='21' r='21' fill='%233ebe56'/%3E%3Cg fill='none' stroke='%23fff' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round'%3E%3C!-- Sol tekerlek --%3E%3Ccircle cx='14.32' cy='30.75' r='2.13'/%3E%3Ccircle cx='29.21' cy='30.75' r='2.13'/%3E%3Cpath d='M29.21 28.62H14.32L12.19 9.47H9'/%3E%3Cpath d='M12.67 13.73l19.74 2.12-.95 8.51H13.85'/%3E%3C/g%3E%3C/svg%3E");
        width: 42px;
        height: 42px;
    }
    .bek-header-inside__container > :nth-last-child(2) {
        margin-left: auto;
    }
}
.wp_google_login {
    margin: 0 !important;
}
.wp_google_login__button {
    background-color: #fff !important;
    border: solid #000 !important;
    border-radius: 10px !important;
    border-width: 1px !important;
    color: #000000 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    padding: 10px 15px !important;
}
.wp_google_login__button-container {
    margin-top: 0 !important;
}
.wc-block-mini-cart {
    visibility: visible !important;
}
.bek-custom-basket-styles * {
    font-family: Roboto, "sans-serif" !important;
}
.bek-custom-basket-styles .wc-block-cart-items__header-image,
.bek-custom-basket-styles .wc-block-cart-items__header-total {
    color: #c10078 !important;
    font-size: 25px;
}
.bek-custom-basket-styles .wp-block-woocommerce-cart-order-summary-block * {
    color: #4c2771 !important;
}
.bek-custom-basket-styles .wc-block-components-button {
    background-color: #c10078 !important;
    border-radius: 15px !important;
}
.bek-custom-basket-styles a.wc-block-components-product-name,
.bek-custom-basket-styles .wc-block-components-product-price {
    color: #c10078 !important;
    font-weight: 700;
}
.bek-custom-basket-styles .wc-block-cart-item__total {
    line-height: 0.6 !important;
}
.bek-custom-basket-styles .wc-block-cart-item__prices {
    display: none !important;
}
.bek-custom-basket-styles .cart-sidebar-inner,
.wp-block-woocommerce-checkout-order-summary-block {
    background-color: #f2f2f2 !important;
    border-radius: 20px !important;
    padding: 20px !important;
    border: none !important;
}
.bek-custom-basket-styles .wc-block-cart__totals-title {
    font-size: 40px !important;
    font-family: Roboto, "sans-serif" !important;
    color: #4c2771 !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
}
.bek-custom-basket-styles .wp-block-woocommerce-cart-order-summary-totals-block {
    border: 0;
    margin-top: 8px;
}
.bek-custom-basket-styles .wc-block-components-totals-item__value {
    font-size: 20px !important;
    font-weight: 700 !important;
}
.bek-custom-basket-styles .wc-block-components-totals-item__label {
    font-size: 20px;
}
.cart-sidebar-inner .wc-block-cart__sidebar {
    width: 100%;
}
.wp-block-woocommerce-checkout-order-summary-block * {
    font-family: Roboto, "sans-serif" !important;
    color: #4c2771 !important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title-text {
    font-size: 40px !important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item__label {
    font-size: 20px !important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item__value {
    font-size: 20px !important;
    font-weight: 700 !important;
}
@media screen and (max-width: 768px) {
    .wc-block-checkout__actions .wp-block-woocommerce-checkout-order-summary-block {
        display: none;
    }
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title-text {
        font-size: 16px !important;
    }
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item__label {
        font-size: 14px !important;
    }
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item__value {
        font-size: 14px !important;
        font-weight: 700 !important;
    }
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
    }
}
.bek-payment-methods {
    background: #f2f2f2;
    border-radius: 16px;
    padding: 1.5rem;
    margin-top: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.bek-payment-methods h3 {
    color: #4a2b82;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 1rem;
}
.bek-payment-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.bek-payment-icons img {
    height: 33px;
    width: auto;
    object-fit: contain;
}
@media screen and (max-width: 768px) {
    .bek-side-menu-container .wc-block-mini-cart {
        display: flex !important;
        width: 100%;
    }
    .bek-accordion-section-p {
        padding: 10px;
    }
    .bek-accordion-header-p {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        padding: 0;
        font-size: 16px !important;
    }
    .bek-accordion-icon-p {
        display: flex;
        align-items: center;
    }
    .bek-accordion-icon-p svg {
        width: 18px;
        height: 18px;
    }
    .bek-accordion-closed-p .icon-minus,
    .bek-accordion-open-p .icon-plus {
        display: none;
    }
    .bek-accordion-closed-p .icon-plus,
    .bek-accordion-open-p .icon-minus {
        display: block;
    }
    .bek-accordion-open-p .bek-accordion-header-p {
        margin-bottom: 10px;
    }
    .bek-accordion-closed-p .bek-accordion-header-p {
        margin: 0;
    }
}
.bek-container.bek-login-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}
.bek-icon-wrapper {
    display: flex;
    align-items: center;
}
.bek-text-wrapper {
    display: flex;
    align-items: flex-end;
    height: 20px;
}
.bek-text-wrapper p {
    line-height: 0.9;
}
.bek-headline.bek-login-toggle {
    margin: 0;
    cursor: pointer;
    color: #fff;
}
.bek-icon-wrapper svg {
    width: 20px;
    height: 20px;
}
@media (max-width: 768px) {
    .main-container_case__wrap {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
        position: relative !important;
        background-color: #a063bd !important;
    }
    .mobile-image-container__case {
        width: 45% !important;
        flex: 0 0 45% !important;
    }
    .main-container_case__wrap .gb-tabs {
        width: 48% !important;
        flex: 0 0 48% !important;
    }
    .main-container_case__wrap .gb-tabs__buttons {
        width: 100% !important;
    }
    .main-container_case__wrap .gb-tabs__items {
        position: absolute !important;
        left: 0;
        right: 0;
        width: 100% !important;
        margin-top: 20px;
        top: 100%;
    }
    .main-wrapper-case__bek {
        background-color: #fff !important;
    }
    .bek-case-custom-tabs__case .gb-tabs__items {
        background-color: #fff !important;
    }
    .bek-case-custom-tabs__case .gb-tabs__item {
        background-color: #fff !important;
        color: #520e74 !important;
    }
    .bek-case-custom-tabs__case .gb-tabs__item h2 {
        color: #520e74 !important;
    }
    .bek-case-custom-tabs__case .gb-tabs__item p {
        color: #707070 !important;
    }
}
.bek-side-menu-container,
.bek-side-login-container {
    position: fixed;
    top: 0;
    width: 480px;
    height: 100vh;
    background-color: #ffffff;
    transition: right 0.3s ease-in-out;
    z-index: 9999;
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-overflow-scrolling: touch;
}
.bek-side-menu-container,
.bek-side-login-container {
    overflow-y: hidden;
}
.bek-side-menu-container {
    right: -100%;
}
.bek-side-login-container {
    right: -480px;
    width: 480px;
}
.bek-media-popup_case {
    width: 90vw;
    max-width: 1200px;
    right: -100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 90vh;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.bek-side-menu-container.active-menu-bek,
.bek-side-login-container.active-menu-bek {
    right: 0;
}
.bek-media-popup_case.active-menu-bek {
    right: 50%;
    opacity: 1;
    visibility: visible;
}
.bek-menu-toggle svg,
.bek-menu-toggle line,
.bek-login-toggle svg,
.bek-login-toggle line {
    transition: all 0.3s ease-in-out;
}
.bek-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(95, 95, 95, 0.35);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 9997;
}
.bek-menu-overlay.active-menu-bek {
    background-color: rgba(95, 95, 95, 0.35);
    opacity: 1;
    visibility: visible;
}
@media (max-width: 768px) {
    .bek-side-menu-container,
    .bek-side-login-container {
        width: 100%;
        right: -100%;
    }
    .bek-media-popup_case {
        width: 100vw;
        height: 100vh;
        padding: 10px;
    }
    .popup-image-container__sh {
        height: calc(100% - 50px);
    }
}
@media (max-width: 768px) {
    .bek-side-menu-container,
    .bek-side-login-container {
        width: 100%;
        right: -100%;
    }
    .bek-media-popup_case {
        width: 100vw;
        height: 100vh;
        padding: 10px;
    }
}
.bek-accordion-side-subheader {
    display: none !important;
}
.gb-accordion__item-open .bek-accordion-side-subheader {
    display: flex !important;
}
.wc-block-components-product-details:not(.bek-wrapped) {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.bek-details-accordion {
    margin: 0.5em 0;
}
.bek-details-accordion summary {
    cursor: pointer;
    padding: 0.75em 0;
    font-weight: 500;
    list-style: none;
    display: flex;
    align-items: center;
}
.bek-details-accordion summary::-webkit-details-marker {
    display: none;
}
.bek-details-accordion summary::before {
    content: ">";
    margin-right: 0.75em;
    display: inline-block;
    transition: transform 0.2s ease;
}
.bek-details-accordion.is-open summary::before {
    transform: rotate(90deg);
}
.bek-details-accordion__content {
    padding: 1em;
    border-top: 1px solid #f0f0f0;
}
.bek-wrapped {
    visibility: visible;
    height: auto;
}

/* Step titles + block titles */
.woocommerce-page .wc-block-components-title,
.woocommerce-page .wc-block-components-checkout-step__title {
  color: #c10078;
  font-weight: bold!important;
}

/* Return to cart button/link */
.woocommerce-page .wc-block-components-checkout-return-to-cart-button {
  color: #c10078;
  border-color: #c10078;
}

/* Address card border */
.woocommerce-page .wc-block-components-address-card {
  border: 1px solid #510C76;
}

/* Address card text Ã¢â‚¬â€œ primary + secondary sections */
.woocommerce-page 
.wc-block-components-address-card__address-section.wc-block-components-address-card__address-section--primary,
.woocommerce-page 
.wc-block-components-address-card__address-section.wc-block-components-address-card__address-section--secondary {
  color: #510C76;
}

/* Style the "Add a note to your order" label on checkout */
body.woocommerce-checkout
.wc-block-checkout__add-note
.wc-block-components-checkbox__label {
  color: #510C76;
  font-size: 12px;
}

/* Email input text colour */
body.woocommerce-checkout 
.wc-block-components-text-input input[type="email"] {
  color: #510C76;
}

/* Email placeholder colour */
body.woocommerce-checkout 
.wc-block-components-text-input input[type="email"]::placeholder {
  color: #510C76;
  opacity: 1; /* prevent faded default */
}

/* For browser compatibility */
body.woocommerce-checkout 
.wc-block-components-text-input input[type="email"]::-webkit-input-placeholder {
  color: #510C76;
}

body.woocommerce-checkout 
.wc-block-components-text-input input[type="email"]:-ms-input-placeholder {
  color: #510C76;
}

/* Email label */
body.woocommerce-checkout 
.wc-block-components-text-input label {
  color: #510C76;
  font-weight: 600; /* optional - makes it a bit stronger */
}

/* Email input text */
body.woocommerce-checkout 
.wc-block-components-text-input input[type="email"] {
  color: #510C76;
}

/* Email placeholder */
body.woocommerce-checkout 
.wc-block-components-text-input input[type="email"]::placeholder {
  color: #510C76;
  opacity: 1;
}

/* All "Edit" buttons on Checkout */
body.woocommerce-checkout 
.wc-block-components-button.is-link,
body.woocommerce-checkout 
button.wc-block-components-button.is-link {
  color: #be1078;
}

/* Address card Edit buttons */
body.woocommerce-checkout 
.wc-block-components-address-card 
.wc-block-components-button.is-link {
  color: #be1078;
}

/* Shipping option prices */
body.woocommerce-checkout 
.wc-block-components-shipping-rates-control__option 
.wc-block-components-shipping-rates-control__price {
  color: #be1078;
  font-weight: 600; /* optional but makes it pop nicely */
}

/* Fallback – any price inside shipping options */
body.woocommerce-checkout 
.wc-block-components-shipping-rates-control 
.wc-block-components-formatted-money-amount {
  color: #be1078;
  font-weight: 600;
}

/* Flatten shipping option cards – keep radios as-is */
body.woocommerce-checkout 
.wc-block-components-shipping-rates-control__option,
body.woocommerce-checkout 
.wc-block-components-shipping-rates-control__option--selected,
body.woocommerce-checkout 
.wc-block-components-shipping-rates-control__option:focus-within {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Just in case Woo adds any other "selected" variants on the container */
body.woocommerce-checkout 
[class*="wc-block-components-shipping-rates-control__option"][class*="selected"] {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Icon wrapper for Standard / Express / Delivery / Collection */
body.woocommerce-checkout .beautiful-option-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

/* Make sure the img fits nicely inside the circle/area */
body.woocommerce-checkout .beautiful-option-icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.wc-block-components-form .wc-block-components-checkout-step{
    margin-bottom:55px!important;
}

.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large{
    border:0px!important;

}


/* Override Gravity Forms "full width" button globally */
@media (max-width: 768px) {

  body .gform_wrapper.gravity-theme .gform_footer .gform_button.gform-button--width-full,
  body .gform_wrapper.gravity-theme .gform_page_footer .gform_button.gform-button--width-full {
    width: auto !important;      /* kill the 100% */
    display: inline-flex;
  }

  /* Put upload + submit on one line inside the footer */
  body .gform_wrapper.gravity-theme .gform_footer,
  body .gform_wrapper.gravity-theme .gform_page_footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
  }

  /* Make sure the upload field doesn't stretch full width either */
  body .gform_wrapper.gravity-theme .gform_footer .gform_fileupload_multifile,
  body .gform_wrapper.gravity-theme .gform_footer .ginput_container_fileupload {
    flex: 1 1 auto;
  }

  body .gform_wrapper.gravity-theme .gform_footer .gform_button {
    flex: 0 0 auto;
  }
}

/* Testimonial tile as a gallery item */
.gallery-grid__item--testimonial {
	background: #510c76;
	border-radius: 18px;
	display: flex;
	align-items: center;   /* vertical centering */
	justify-content: center; /* horizontal centering of inner block */
	padding: 40px;
}

/* Inner wrapper: stacks quote + meta */
.gallery-grid__testimonial-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;   /* left align content */
	justify-content: center;
	text-align: left;          /* left align text */
	gap: 20px;
	color: #ffffff;
	max-width: 90%;
}

/* Quote text: STIX Two Text Medium Italic */
.gallery-grid__testimonial-text {
	color: #ffffff;
	font-family: "STIX Two Text", "Times New Roman", serif;
	font-weight: 500;          /* Medium */
	font-style: italic;        /* Italic */
	font-size: 1.3rem;
	line-height: 1.6;
	margin-bottom: 0.5em;
}

.gallery-grid__testimonial-text p{
    margin-bottom: 0px!important;
}

/* Name + company wrapper: STIX Two Text Regular */
.gallery-grid__testimonial-meta {
	color: #ffffff;
	font-family: "STIX Two Text", "Times New Roman", serif;
	font-weight: 400;          /* Regular */
	font-style: normal;
	font-size: 1.3rem;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0;
}

/* Name, comma, and company all regular STIX */
.gallery-grid__testimonial-name,
.gallery-grid__testimonial-company,
.gallery-grid__testimonial-separator {
	color: #ffffff;
	font-family: "STIX Two Text", "Times New Roman", serif;
	font-weight: 400;
	font-style: normal;
}

body.tax-product_cat .bek-price-block{
    color:white;
}

.bl-product-flags{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:8px;
	margin:0;
}

.bl-product-flag{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0;
	margin:0;
	background:none;
	border:none;
	border-radius:0;
	box-shadow:none;
	line-height:1;
	color:#efedec;
}

.bl-product-flag-icon{
	width:24px;
	height:24px;
	display:block;
	flex:0 0 24px;
}

.bl-product-flag-icon path{
	fill:#efedec;
}

.bl-product-flag-icon-recyclable{
	width:24px;
	height:24px;
	flex:0 0 24px;
}

.bl-product-flag-icon-recyclable path{
	fill:#efedec;
}

.bl-product-flag-icon-pvc-free{
	width:24px;
	height:24px;
	flex:0 0 24px;
}

.bl-product-flag-icon-pvc-free path{
	fill:#efedec;
}

.bl-product-flags-key{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap: 25px;
	color:#510c76;
}

.bl-product-flags-key-item{
	display:inline-flex;
	align-items:center;
	gap: 8px;
	line-height:1;
	color:#510c76;
	font-size: 16px;
	font-weight:500;
}

.bl-product-flags-key-item .bl-product-flag-icon{
	width: 22px;
	height: 22px;
	flex:0 0 34px;
}

.bl-product-flags-key-item .bl-product-flag-icon path{
	fill:#510c76;
}

.bl-product-flags-key-item .bl-product-flag-icon-recyclable{
	width: 22px;
	height: 22px;
	flex:0 0 34px;
}

.bl-product-flags-key-item .bl-product-flag-icon-recyclable path{
	fill:#510c76;
}

.bl-product-flags-key-item .bl-product-flag-icon-pvc-free{
	width: 22px;
	height: 22px;
	flex:0 0 34px;
}

.bl-product-flags-key-item .bl-product-flag-icon-pvc-free path{
	fill:#510c76;
}

.bl-product-flags-key-text{
	display:inline-block;
	white-space:nowrap;
}

@media (max-width: 767px){
	.bl-product-flags-key{
		gap:18px;
	}

	.bl-product-flags-key-item{
		font-size:15px;
		gap:10px;
	}

	.bl-product-flags-key-item .bl-product-flag-icon,
	.bl-product-flags-key-item .bl-product-flag-icon-recyclable,
	.bl-product-flags-key-item .bl-product-flag-icon-pvc-free{
		width:26px;
		height:26px;
		flex:0 0 26px;
	}
}

.gform-theme--framework .gf_progressbar .percentbar_blue{
    background-color:#510c76!important;
}

 .slick-slider {
      visibility: hidden;
  }
  .slick-slider.slick-initialized {
      visibility: visible;
  }