/** Shopify CDN: Minification failed

Line 425:44 Expected identifier but found "!"
Line 1091:19 Expected ":"

**/
/***** Custom Fonts 
@font-face {
    font-family: 'Degular light';
    src: url('{{ "Degular light.woff2" | asset_url }}') format('woff2'); 
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Degular light', sans-serif; 
}
*****/

@media only screen and (min-width: 980px) {
    h2{
        font-size:44px !important;
    }
}

@media only screen and (max-width: 768px) {
    .index-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}




/*** Announement bar ***/

span.announcement-link-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align:left;
}
.announcement-link-text:before{
    margin-bottom:-2px;
}

div#AnnouncementSlide-announcement-0 .announcement-link-text:before{
  content:url(/cdn/shop/files/Product_Streamline_Carbon.png);
}

div#AnnouncementSlide-announcement-1 .announcement-link-text:before{
  content:url(/cdn/shop/files/Stars.png);
}

div#AnnouncementSlide-announcement_9zUzQa .announcement-link-text:before{
  content:url(/cdn/shop/files/Delivery_Streamline_Carbon.png);
}


/**** ----- Custom header ---- ******/
    .megamenu .h5, .megamenu h5 {
     
        font-size:14px;
    }
    .header-layout.header-layout--center.page-width > div {
        width: 100%;
    }
    .site-nav.small--hide.desktop-search-wrap {
        margin: auto !important;
        width: 100%;
        
    }

    .desktop-search-wrap a.site-nav__link.site-nav__link--icon.js-search-header {
        width: 100%;
        border: 1px solid #1717174D;
        border-radius: 50px;
        font-size: 14px;
        margin: auto !important;
    }

    .site-nav__icons {
        display: flex;
        align-items: center;
    }


    

    @media only screen and (min-width: 769px) {

        .header-layout--center header-item--logo{
            order:1;
        }

        .header-layout--center .header-item--left{
            order:2;
        }

        .header-layout--center .header-item--icons{
        order:3;
        }

        .header-item {
            flex: auto !important;
        }

        .header-item--logo {
            margin: 0 !important;
        }

        .header-layout[data-logo-align=center] .site-header__logo {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin: 0;
        }

        .desktop-search-wrap .site-nav__link--icon .icon {
            height: 20px;
            width: 20px;
            margin-right:.5rem;
        }
    }

    

    .header-layout.header-layout--center.page-width {
        padding-bottom: 6px;
    }
    div#StickyHeaderWrap {
        height: auto !important;
    
    }
    header#SiteHeader{
    padding-bottom: 0 !important;
    padding-top:6px;
    }
    .page-full.bottom-header-wrap {
    /* background-color: var(--colorFooter); */
    background-color: #f3f5f9;
    padding:0!important;
    }

    .page-full.bottom-header-wrap ul.site-nav.site-navigation.small--hide{
        padding-top:6px;
        padding-bottom:6px;
    }

    a.site-nav__dropdown-link.site-nav__dropdown-link--top-level {
        text-transform: none !important;
    }

    /** Drawer nav custom **/
    .mobile-nav__social {
        justify-content: center;
        gap: 1rem;
    }

    .mobile-nav__social-item {
        border: none !important;
        flex: unset !important;
    }

    .mobile-nav__social-item a{
        padding:0 !important;
    }

    .mobile-nav__link--top-level {
        font-size: 1.1em !important;
    }


.site-nav__link--underline:after {
    margin: 0 5% !important; 
    border-bottom-color: var(--colorNavText) !important;
}

.site-nav__item:hover .site-nav__link--underline:after {
    width: 90% !important;
    transition: width .5s  !important;
}
.site-nav__link--underline:after {
    transition: width .5s !important;
    width: 0 !important;

}

.site-nav__link--underline:hover:after {
    width: 90%;
    transition: width .5s !important;
}

/******** Footer custom **********/

    .footer__logo a {
        height: 200px !important;
    }

    .footer__logo a img.image-element {
        max-width:200px !important;
        max-height:200px !important;
            opacity: 1 !important;
    animation: none !important;
    }

    ul.no-bullets.social-icons.footer__social a:after {
        display:none;
    }


    a:after{
        border-bottom: 2px solid;
        border-bottom-color: #21458c !important;
        bottom: -2px;
        content: "";
        left: 0;
        position: absolute;
        transition: width .5s ease;
        width: 0;
    }

    .megamenu .site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level){
        position:relative;
    }

    .megamenu .site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level):hover:after{
        transition: width .5s ease;
        width: 100%;
    }

 

    .megamenu .site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level):after{
       border-bottom: 2px solid;
        border-bottom-color: #21458c !important;
        bottom: 2px;
        content: "";
        left: 0;
        position: absolute;
        transition: width .5s ease;
        width: 0;
    }


    .site-footer {
        padding-bottom: 00px !important;
    }

    .grid.page-width.top-footer {
        padding-bottom: 40px;
    }

    ul.inline-list.payment-icons.footer__section {
        margin-top: 0 !important;
    }

    .bottom-footer {
        background: #21458C;
    }
        .bottom-footer .page-width {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        padding-top: 16px;
        padding-bottom: 16px;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .bottom-footer .page-width p.footer__small-text,
    .bottom-footer .page-width p.footer__small-text a {
        padding: 0;
        color: #fff !important;
        line-height: 1 !important;
    }
    .bottom-footer a {
        color: #fff;
        font-weight: bold;
    }
     footer.site-footer {
        padding-bottom: 0;
    }

    @media only screen and (min-width: 1140px) {
    .footer__item--logo_social_cCNbfe {
        width: 100% !important;
        }
            .footer__logo {
        text-align: center;
    }
    }

    @media only screen and (min-width: 960px) {
        .footer__item--logo_social_cCNbfe {
            width: 100% !important;
        }

        .footer__logo {
            text-align: center;
        }
    }

    @media only screen and (min-width: 1141px) {
    .footer__item--logo_social_cCNbfe {
        width: 20% !important;
        }
    }

    @media only screen and (max-width: 1140px) {
        .footer__item--custom_xQrPNH {
            display:none;
        }

        .grid.page-width.top-footer .grid__item {
            min-width: 20% !important;
        }
    }

    @media only screen and (min-width: 769px) and (max-width: 959px) {
    .footer__item--logo_social_cCNbfe {
        width: 100% !important;
    
    }
     .footer__logo {
            text-align: center;
        }
}


    /* socila column custom */
    .grid__item.footer__item--custom_JeTLtA ul:first-of-type {
        list-style:none;
        margin-left: auto;
    }

    .grid__item.footer__item--custom_JeTLtA ul:first-of-type li{
        position:relative;
        padding-left:34px;
        margin-bottom: 8px !important;
    }

    .grid__item.footer__item--custom_JeTLtA ul:first-of-type li:before{
        position:absolute;
        left: 0;
        top:-2px;
    }

    /* Email */
    .grid__item.footer__item--custom_JeTLtA ul:first-of-type li:first-child:before{
        content:url(/cdn/shop/files/Mail-Share.png);
    }

    /* tel */
    .grid__item.footer__item--custom_JeTLtA ul:first-of-type li:nth-child(2):before{
        content:url(/cdn/shop/files/Phone-Calling.png);
    }

    /* Whatsapp */
    .grid__item.footer__item--custom_JeTLtA ul:first-of-type li:nth-child(3):before{
        content:url(/cdn/shop/files/Whatsapp-Logo.png);
    }

    /* Map pin */
    .grid__item.footer__item--custom_JeTLtA ul:first-of-type li:nth-child(4):before{
        content:url(/cdn/shop/files/Location.png);
    }

    /* Building */
    .grid__item.footer__item--custom_JeTLtA ul:first-of-type li:nth-child(5):before{
        content:url(/cdn/shop/files/Building.png);
    }

    /* Files */
    .grid__item.footer__item--custom_JeTLtA ul:first-of-type li:nth-child(6):before{
        content:url(/cdn/shop/files/Document.png);
    }

    .collapsible-content__inner li a {
        position: relative;
    }

    .collapsible-content__inner li a:hover:after {
        width: 100% !important;
    }

     @media only screen and (max-width: 1024px) {
    .bottom-footer .page-width{
        flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .bottom-footer .page-width ul.inline-list.payment-icons.footer__section  svg {
        margin-bottom:8px;
        }
    }


    @media only screen and (min-width: 769px) {
        .footer__item-padding {
            padding-right: 00px !important; 
        }
        .site-footer {
            padding-bottom: 00px !important;
        }
    }

    @media only screen and (max-width: 768px) {
        .footer__logo {
            text-align: center;
        }
    }

    .grid__item.footer__item--custom_JeTLtA p:first-child:before {
        content: 'asdasd';
    }

    /**** Buttons custom ***/

    a.btn.btn--tertiary{
        border-color: var(--colorBtnPrimaryText) !important;
        color: var(--colorBtnPrimaryText) !important;
        background: var(--colorBtnPrimary); !important;
        transition-delay: .25s;
        transition: background .2s ease 0s;
        border-radius:50px;
    }

    a.btn.btn--tertiary:hover{
        border-color: var(--colorBtnPrimaryText) !important;
        color: var(--colorBtnPrimary) !important;
        background: var(--colorBtnPrimaryText) !important;
        transition-delay: .25s;
        transition: background .2s ease 0s;
    }

    .btn--tertiary, .rte .btn--tertiary {
        background-color: transparent;
        border: 1px solid;
        border-color: var(--colorBorder);
        color: var(--colorTextBody);
        font-weight: 400;
        letter-spacing: normal;
        padding: 10px 20px;
        text-transform: none;
        white-space: nowrap;
    }
        
  /***** Custom contact section *****/

    .contact-grid-wrap .form-vertical .btn:not(:last-child) {
        margin-bottom: 00px !important;
        width:100%;
    }

    .contact-grid-wrap textarea,
    .contact-grid-wrap input {
        border-radius:8px;
    }

    .contact-grid-wrap .section-header {
        text-align: left !important;
        margin-bottom: 40px !important;
    }

    .contact-grid-wrap .contact-grid-item h3{
    
        font-size:24px;
        margin-top:0;
        margin-bottom:10px !important;
    }
    .contact-grid-wrap .contact-grid-item .rte{
        font-size:16px !important;
    }

    .contact-details-wrap ul{
        list-style:none;
        margin:0;
        margin-bottom:1rem;
    }
    .contact-details-wrap ul li{
       position:relative;
       padding-left:40px;
       padding-bottom:1rem
    }
    .contact-details-wrap ul li:before{
        left: 0;
        position: absolute;
    }

    .contact-details-wrap ul li:first-child:before{
        content: url(/cdn/shop/files/contact-check-icon.png);
        top: calc(50% - 24px);
    }

    .contact-details-wrap ul li:nth-child(2):before{
     content: url(/cdn/shop/files/Calendar-Star_Streamline_Core.png);
        top: calc(50% - 24px);
    }

     .contact-details-wrap ul li:nth-child(3):before{
     content: url(/cdn/shop/files/Give-Gift_Streamline_Sharp.png);
        top: calc(50% - 24px);
    }


    .contact-grid-wrap {
        display: grid;
        gap: 40px;
        padding: 30px;
        background: #1837830D;
        border-radius:30px;
        border:1px solid #1837834D;
    }

    ul.contact-detail-list {
        margin-bottom: 10px;
        list-style:none;
        margin-left: 0;
    }
    ul.contact-detail-list li{
        margin-bottom: 4px;
        
    }
    ul.contact-detail-list li img {
        margin-bottom: -8px;
        margin-right:6px;
    }

    .contact-grid-item.form-wrap input {
        border: 1px solid;
        border-color: #1837834D;
        height: 50px;
    }

    .contact-grid-item.form-wrap textarea{
        border-color: #1837834D;
    }

    @media screen and (min-width: 1024px) {
        .contact-grid-wrap {
            display: grid;
            grid-template-columns: 1fr 1fr !important;
            padding: 50px;
            gap: 8%;
        }
        .contact-grid-item.form-wrap{
            order:2 !important;
        }
        .contact-grid-item.contact-details-wrap{
            order:1 !important;
        }
        .contact-grid-wrap .contact-grid-item h3{
            font-size:40px;
        }
    }

/******** Image with text custom *********/
    @media only screen and (max-width: 980px) {
        .feature-row {
            flex-direction: column;
            gap: 1rem !important;
            margin: 0;
        }
        .feature-row--50 .feature-row__images {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }
    }

     @media only screen and (max-width: 768px) {
        .feature-row {
            flex-direction: column-reverse;
        }
    }


/***** collcetion card custom *****/
    .grid-product__tag {
        font-size: 10px !important;
    }
    .grid-product__tag.grid-product__tag--sold-out{
            background-color: var(--colorTextBody) !important;
            color: var(--colorBody) !important;
        }

        @media only screen and (min-width: 769px) {
            .grid-product {
                margin-bottom: 0px  !important; 
            }
        }

    .card-product-wrap {
        padding: 20px !important;
        border-radius:20px;
        height: 100% !important;
    }

    .collection-grid__wrapper .grid--uniform .grid-product {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    }

    .card-product-wrap .product-card-content {
        padding-top: 20px;
    }


    .swiper-slide.card-product-wrap img,
    .collection-grid__wrapper .grid--uniform .grid-product{
        border-radius:20px;
    }

    .add-to-cart-btn-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 6px;
    }

    .quick-product__btn {
        font-size: calc(var(--typeBaseSize) * .85);
        position: relative !important;
        bottom: 0px !important;
        right: 0px !important;
        left: 0px !important;
        z-index: 2;
        background-color: transparent !important;
        color: #fff;
        padding: 0 !important;
        opacity: 1 !important;
        transform: none !important;
        /* transition: opacity .25s ease, transform .25s ease-out, background .4s ease; */
    }

    a.btn.btn--tertiary{
    font-size: 16px;
    }

    a.btn.view-product-btn {
        font-size: 12px;
        width: 100%;
        
    }
    .quick-product__btn
    {
        width: 50px !important;
        padding: 6px !important;
        border-radius: 10px;
        background:var(--colorBtnPrimaryText) !important;
    }

    .addtocart-wrap {
        width: 100%;
    }
    .swiper-slide.card-product-wrap {
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
    }

    .quick-product__btn img{
    display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .slider-pagination-wrap {
        padding-top: 2rem;
    }

    .slider-pagination-wrap {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal{
    margin-top: 0 !important;
        margin-right: 1rem;
    }

    .slider-pagination-wrap .pagination-arrow svg path{
        fill: var(--colorBtnPrimaryText) !important;
    }

    .slider-pagination-wrap .pagination-arrow.swiper-button-disabled svg path{
        opacity:0.4;
    }

    .pagination-arrow{
        opacity: 1 !important;
        position: relative !important;
        left:0 !important;
        right:0 !important;
        top: 0 !important;
        transform: none !important;
        width: 40px !important;
    }

    .collection-grid__wrapper .grid--uniform {
    display: flex;
    align-items: stretch;
    gap: 16px;
    flex-wrap: wrap;
}


.collection-grid__wrapper .grid--uniform .grid-product{
    padding-left:0 !important;
}

.collection-grid__wrapper  .grid.grid--uniform.small--grid--flush{
    margin: 0 0 0 0px !important;
}


 .collection-grid__wrapper .grid-product__content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
       /* gap: 1rem; */
    } 
    
    .supports-touch .quick-product__btn {
        display: block !important;
    }

    .modal__centered-content .product-single__title{
        font-size:28px;
        font-weight:600;
        line-height:1.2;
    }
    .modal .btn:not([disabled]):not(.btn--secondary):not(.btn--body), .modal .btn:not([disabled]):not(.btn--secondary):not(.btn--body):hover {
    color: #fff !important;
}


    

/**** Hover effects *****/
    .swiper-slide.card-product-wrap:hover,
    .collection-grid__wrapper .grid--uniform .grid-product:hover,
    .grid-product__content:hover{
        background: #21458C;
    }



    .swiper-slide.card-product-wrap:hover p {
    color: #fff;
}
    .card-product-wrap:hover .grid-product__title.grid-product__title--body,
    .card-product-wrap:hover .grid-product__link,
    .collection-grid__wrapper .grid--uniform .grid-product:hover .grid-product__title.grid-product__title--body,
    .collection-grid__wrapper .grid--uniform .grid-product:hover .grid-product__price,
    .collection-grid__wrapper .grid--uniform .grid-product:hover p.rating-text,
    .collection-grid__wrapper .grid--uniform .grid-product:hover .grid-product__link

    {
    color:#fff !important;
    }

    .swiper-slide.card-product-wrap:hover .product-card-content p.rating-text img,
    .card-product-wrap:hover p.rating-text img,
    .collection-grid__wrapper .grid--uniform .grid-product:hover p.rating-text img{
    filter: brightness(0) invert(1);
    }

    .swiper-slide.card-product-wrap:hover .quick-product__btn,
    .card-product-wrap:hover .quick-product__btn,
    .collection-grid__wrapper .grid--uniform .grid-product:hover .quick-product__btn
    {
        background:#fff !important;
    }

    .swiper-slide.card-product-wrap:hover .quick-product__btn svg path,
    .card-product-wrap:hover .quick-product__btn svg path,
    .collection-grid__wrapper .grid--uniform .grid-product:hover .quick-product__btn svg path
    {
        fill:var(--colorBtnPrimaryText) !important;
    }

    p.rating-text {
        padding-top: 1rem;
        padding-bottom: 1rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin-bottom:0 !important;
    }

    a.btn.view-product-btn.btn--tertiary:hover{
        background: #fff !important;
        color:var(--colorBtnPrimaryText) !important;
    }

    .drawer .btn {
        background-color: var(--colorBtnPrimaryText);
        color: var(--colorDrawerButtonText);
    }

    .drawer .btn:hover {
        background-color: var(--colorBtnPrimaryText) !important;
        color: var(--colorDrawerButtonText);
    }
    .ajaxcart__subtotal {
        text-transform: none;
        letter-spacing: 0.1em;
        font-size: 18px;
        font-weight:600;
    }
    .cart__item-sub.cart__item-row {
        /* padding-top: 20px; */
       /*  border-top: 1px solid #00000033; */
        font-size: 20px;
        font-weight: bold;
    }
    .drawer__footer.appear-animation.appear-delay-4 {
        background-color: var(--colorFooter);
        padding: 30px 22px !important;
        border: none;
        border-radius: 16px;
        margin-right: var(--drawer-gutter);
        margin-left: var(--drawer-gutter);
    }

    .drawer .cart__remove {
        display: block;
    }

    .drawer__contents .cart__item-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    

    a.btn.view-product-btn.btn--tertiary:after{
        display:none;
    }

/***** Single product ******/



@media only screen and (max-width: 768px) {
.product-main-slide {
    max-height: 400px !important;
}
}

@media only screen and (max-width: 768px) {
    .product-single__meta {
        text-align: left !important;
    }
    .sales-point .icon-and-text {
        justify-content: normal !important;
    }
    .page-content--product .image-wrap.loaded {
    padding-bottom: unset !important; 
    }
    }

    
    .product-block.product-block--tab .collapsible-trigger:before{
        position: absolute;
        left: 6px;
        top: calc(50% - 20px);
    }

    .product-block.product-block--tab .collapsible-trigger{
    /* padding-left:50px; */
    font-size: 18px !important;
    position:relative;
    }

    /*

    .product-block.product-block--tab [ aria-controls ="Product-content-tab-110908905111895" ]:before,
    .product-block.product-block--tab [ aria-controls ="Product-content-tab-110908420768087-modal" ]:before{
        content:url(/cdn/shop/files/Info-Fill_Streamline_Sharp-Fill-Material-Symbols.png) ;
        top: calc(50% - 12px);
    }
  
    .product-block.product-block--tab [ aria-controls ="Product-content-tab-210908905111895" ]:before,
    .product-block.product-block--tab [ aria-controls ="Product-content-tab-210908420768087-modal" ]:before{
       content:url(/cdn/shop/files/Delivery-Truck-Clock_Streamline_Ultimate.png);
    }


    .product-block.product-block--tab [ aria-controls ="Product-content-tab-310908905111895" ]:before,
    .product-block.product-block--tab [ aria-controls ="Product-content-tab-310908420768087-modal" ]:before{
        content:url(/cdn/shop/files/Verified-Fill_Streamline_Outlined-Fill-Material-Symbols.png);
    }

    */


    .product__thumbs.product__thumbs--below {
        margin-bottom: 3rem;
    }
    .page-content--product .image-wrap.loaded {
        padding-bottom: 100% !important;
    }

    .page-content--product .image-wrap img {
    height: 440px !important;
    object-fit: contain !important;
    padding: 10px;
    border-radius: 20px;
        
    }
    .page-content--product .flickity-viewport {
        height: 440px !important;
    }

    .product__thumb>.image-wrap img {
        height: 80px !important;
        object-fit: contain !important;
        width: 80px;
    }

    .image-wrap.image-wrap__thumbnail.loaded {
        padding-bottom: 100% !important;
    }

    .atc-btn-wrap .add-to-cart {
        border-radius: 50px;
        background: #3E75E0;
        text-transform: none;
        color:#fff;
        letter-spacing:0;
    }

    .atc-btn-wrap .add-to-cart:hover {
        background: #21458C !important;
    }
    .btn.disabled, .btn[disabled], .rte .btn.disabled, .rte .btn[disabled], .shopify-payment-button .shopify-payment-button__button--unbranded.disabled, .shopify-payment-button .shopify-payment-button__button--unbranded[disabled]  {
        background-color: #b6b6b6 !important;
        color: #fff;
    }

    .atc-btn-wrap {
        width: 100%;
    }

    .product__quantity.qnty-wrap {
        min-width: 100px;
        border-radius: 50px;
        overflow: hidden;
    }

    .product__quantity.qnty-wrap .js-qty__num {
        padding: 12px 12px;
        border-radius: 50px;
        min-height: 46px; 
        max-width: 100px !important;
    }

    .js-qty__wrapper{
        max-width: 100px !important;
    }

    .product__quantity.qnty-wrap label {
        display: none;
    }

    .product__quantity label {
        text-transform: none !important;
        font-weight: 700;
    }
    .product-block.buy-btn-wrap {
        display: flex;
        gap: 3%;
        align-items: end;
    
    }

    @media only screen and (max-width: 400px) {
        .product-block.buy-btn-wrap {
            display: flex;
            gap: 20px;
            align-items: end;
            flex-wrap: wrap;
        }
    }

    /*** Product tab ***/
    .product-block.product-block--tab .collapsibles-wrapper--border-bottom {
        border: 1px solid;
        border-color: var(--colorBorder);
        border-radius: 10px;
        padding: 8px;
    }
    .product-block.product-block--tab .collapsible-trigger-btn--borders {
        border: none;
        font-weight: bold;
        text-transform: none;
        letter-spacing: 0;
    }
    .product-block.product-block--tab {
        margin-top: 0px !important;
        margin-bottom: 14px !important;
        /* background: #eef9ff; */
    }

/******* Collection List slider custom  ********/
    .collection-slider-wrap {
        padding: 20px;
        background: #fff;
        border-radius: 30px;
        background: #21458c0d;
        min-height: 376px !important;
    }
    .collection-title-text{
        text-align:center !important;
        font-weight:600 !important;
        margin-top:1rem;
        font-size:18px !important;
    }

    .collection-slider-wrapper .swiper-button-next, collection-slider-wrapper .swiper-rtl .swiper-button-prev {
        right: 0 !important;
        left: auto;
    }

    .collection-slider-wrapper .swiper-button-prev, collection-slider-wrapper .swiper-rtl .swiper-button-next {
        left: 0 !important;
        right: auto;
    }

    @media only screen and (max-width: 600px) {
    .collection-slider-wrap {
            min-height: 344px !important;
    }
    .collection-slider-wrap p.collection-title-text{
        margin-bottom:0 !important;
        }
    }

    @media only screen and (max-width: 550px) {
    .collection-slider-wrap {
            min-height: 318px !important;

    }
    }

    @media only screen and (max-width: 500px) {
    .collection-slider-wrap {
            min-height: 290px !important;
    }
    
    }

    @media only screen and (max-width: 450px) {
    .collection-slider-wrap {
            min-height: 266px !important;
    }
    }

    @media only screen and (max-width: 400px) {
    .collection-slider-wrap p.collection-title-text{
        margin-bottom: 0 !important;
        font-size: 14px !important;
    }
    .collection-slider-wrap {
            min-height: 234px !important;
    }
}




    /**** Blog custom *****/

    .article__grid-image{
        background:#fff;
        border-radius:20px;
    }

    p.blog-date-text {
        display: flex;
        align-items: center;
        gap: 6px;
        justify-content: center;
        padding-top: 10px;
        font-size:15px !important;
        line-height
    }
        a.btn.readmore-btn {
        text-transform: none;
        letter-spacing: 0;
        font-size: 14px;
        color: #3E75E0;
    }

    a.btn.readmore-btn:after {
        display:none;
    }
    .grid.blog-grid-wrap{
           margin: 0 0 0 0px !important;
    }
    /*
    .blog-grid-wrap{
    border-radius: 20px;
        padding: 20px;
        background: #fff;
        box-shadow:0 0 10px #0000001A;
        margin-left: 10px;
    }
        */

    .blog-grid-wrap .grid__item {
        padding-left: 0px;
    }

     .blog-grid-main{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .blog-grid-main{
        padding: 10px;
    }

    /**** Blog hover effect ******/
    .blog-grid-main:hover{
        background:#21458C !important;
    }

    .blog-grid-main:hover .article__title,
    .blog-grid-main:hover p.blog-date-text{
        color:#fff;
    }
    .blog-grid-main:hover p.blog-date-text img{
        filter: brightness(0) invert(1);
    }

    [data-section-type="blog"] .grid.grid--uniform {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }


    @media only screen and (max-width: 768px) {
    .grid.blog-grid-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .blog-grid-wrap .small--one-third,
    .blog-grid-wrap .small--two-thirds {
            width: 100%;
        }
    }

    

    @media only screen and (min-width: 700px) {
     .medium-up--one-third.blog-grid-main {
        width: 47% !important;
        }
    }

    @media only screen and (min-width: 1100px) {
     .medium-up--one-third.blog-grid-main {
        width: 30.5% !important;
        }
    }

  
    

/******* image test section ********/
.feature-row__item.feature-row__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/******* Sub collsection ********/

.sub-collection-wrap .collection-content {
  padding-bottom: 50px;
  padding-top: 20px;
}

.sub-collection-wrap .collection-item {
  padding: 0px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 10px #0000001a;
}
.sub-collection-wrap .collection-item__title {
  margin-top: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  background: #3e75e0;
}
.sub-collection-wrap .collection-image--square {
  border-radius: 20px;
}
.sub-collection-wrap .collection-image img {
  left: 5%;
  right: 5%;
  width: 90%;
  object-position: center;
  border-radius: 20px;
}

/****** Breadcrumbs custom *********/
span.breadcrumb__divider svg {
    width: 10px;
    height: 10px;
    margin-top: -2px;
    transform: rotate(-90deg);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.page-content--product {
    padding-top: 0px;
}

.page-content--product nav.breadcrumb{
    margin:0 !important;
    padding-top: 20px;
    padding-bottom: 80px;
}


.ws_product_img_wrap:hover .ws_product_img {
    transform: scale(1) !important;
}

div#ws_up_sell_main_container_0 {
    padding: 0 !important;
    margin-top: -10px;
}

div#ws_header_container_0 {
    justify-content:end !important;
}

div#ws_up_sell_main_container_0 {
    display: flex;
    flex-direction: column-reverse;
    gap:10px;
}
div#ws_upper_title_0 {
    display: none;
}


/*** Mobile grid custom ****/
@media only screen and (max-width: 768px) {
    .site-footer .grid__item {
        padding-left: 0px !important;
    }
    .blog-grid-article-wrap{
        margin-left: 0px !important; 
    }
}





/* 1. Hide the native checkbox completely */
.readmoreless .toggle-checkbox {
  display: none;
}

/* 2. Initially hide the extra content block */
.readmoreless .text-content .more-text {
  display: none;
}

/* 3. When checkbox is checked, reveal the extra content */
.readmoreless .toggle-checkbox:checked ~ .text-content .more-text {
  display: inline;
}

/* 4. Style the label to look like a clickable button */
.readmoreless .toggle-btn {
  display: inline-block;

  color: #3E75E0;
  font-weight: 600;
  cursor: pointer;
text-transform:none !important;
letter-spacing:0 !important;
font-size:16px;
}


/* 5. Set default button text to "Read More" */
.readmoreless .toggle-btn::before {
  content: "Lees verder...";
  font-size:16px;
  font-weight:600;
}



/* 6. Change button text to "Read Less" when checked */
.readmoreless .toggle-checkbox:checked ~ .toggle-btn::before {
  content: "Minder lezen...";
  font-size:16px;
  font-weight:600;
}

[lang="en"] .readmoreless .toggle-btn::before {
  content: "Read more...";
}

[lang="en"] .readmoreless .toggle-checkbox:checked ~ .toggle-btn::before  {
  content: "Read less...";
}

/****** Filter form  ******/

.grid__item.medium-up--one-fifth.grid__item--sidebar {
    background: #3E75E00D;
    padding-top:20px;
    border-radius:10px;
}

a.sidebar-top-header-menu {
    font-weight: bold;
    font-size: 18px;
}

li.child-link:not(:first-child){
    padding-top:16px;
}

ul.grandchild-menu.no-bullets {
    padding-left: 10px;
}

a.sidebar-top-header-menu{
position: relative;
}

a.sidebar-grandchild-menu {
    font-weight: 300 !important;
    font-size: 15px;
    position: relative;
}

a.sidebar-top-header-menu:hover,
a.sidebar-grandchild-menu:hover {
    color: #21458c;
}

a.sidebar-top-header-menu:hover:after,
a.sidebar-grandchild-menu:hover:after {
    width:100%;
}

.collection-sidebar__group--1 {
    display: none;
}
@media only screen and (min-width: 769px) {
    .grid__item--sidebar {
        max-height: 100%;
    }
    a.sidebar-top-header-menu {
    font-size: 18px;
}
}

@media only screen and (max-width: 1000px) {
a.sidebar-top-header-menu {
    font-size: 15px;
}
a.sidebar-grandchild-menu {
    font-size: 13px;
}
.grid__item.medium-up--one-fifth.grid__item--sidebar {
    padding-left: 10px;
}
}

/******* Language switcher *******/
select.gt_selector.notranslate {
    border: none;
    font-size: 14px !important;
    width: auto !important;
    max-width: 120px;
}

select.gt_selector.notranslate option:first-child {
    display: none;
}

@media only screen and (max-width: 600px) {
.custom-language-switcher.gt_container-ejiqhj {
    display: none;
}
}

.recomended-header{
    display:none;
}

p.sitemap-header-text {
    font-size: 26px;
    font-weight: bold;
    padding-top: 1rem;
    text-align: center;
}


@media only screen and (min-width: 600px) {
ul.sitemap-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
 column-gap: 40px;
}
}

@media only screen and (min-width: 980px) {
ul.sitemap-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    column-gap: 40px;
}
}


