/** Shopify CDN: Minification failed

Line 1001:12 Expected identifier but found whitespace
Line 1001:14 Unexpected "{"
Line 1001:23 Expected ":"
Line 1001:50 Expected ":"
Line 2807:12 Expected identifier but found "0.8rem"

**/
h2{
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 600 !important;
}

a{
    color: #444;
}

.header{
    max-width: 100%;
}

.header__heading-logo-wrapper {
    margin-top: -45px;
    z-index: 10;
    position: relative;
}

.country-flag-wrapper{
    display: flex;
    align-items: center;

    img{
        margin-right: 5px;
    }
}

#Banner-template--25683672138099__image_banner {
    height: 80vh;
}

.banner__text {
    width: 80%;
    margin: 0 auto;
}

.scrolled-past-header .header__heading {
    margin-top: 0;
}

.info_block.center {
    background: #ededed;
    padding: 20px;
    border-radius: 25px;

    h3{
        margin: 0;
    }
}

.top-header-wrap {
    top: 0;
    width: 100%;
    z-index: 3 !important;
}

.header{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.header__inline-menu{
    .list-menu{
        > li{
            margin: 0;

            > a {
                margin: 0;
                font-weight: 600;
            }
        }
    }    
} 

.header-wrap{
    top: 38px;
}

.header__menu-item:hover + .mega-menu{
    display: sticky;
}

.submenu-opened{
    .menu-contact, .menu-offer{
        display: none;
    }
}

.menu-offer {
    background: white;
    padding: 25px;
    text-align: center;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;

    p {
        font-size: 24px;
        font-weight: 500;
        color: #000;

        span{
            color: var(--accent-color);
        }
    }
}

.menu-contact{
    padding-left: 25px !important;
    margin-top: 1rem;

    li{
        border: none !important;
    }

    .menu-social{
        li{
            a{
                border: 1px solid var(--brand-color);
                border-radius: 50%;
                padding: 12px;
                display: inline-flex;
                justify-content: center;
            }
        }
    }

    a {
        font-size: 18px !important;
        text-decoration: none;
        font-weight: 300 !important;
    }
}

.shopify-section-group-header-group {
    z-index: 3;
}

.header__icon {
    background: var(--accent-color);
    border: none;
    border-radius: 50%;
    padding: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .header__icon--account {
    background-image: url(/cdn/shop/files/user-icon.svg?v=1764045230) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;

    .svg-wrapper{
        display: none;
    }
} */

#cart-icon-bubble {
    /* background-color: var(--accent-color);
    border-radius: 50px;
    background-image: url(/cdn/shop/files/cart-icon.svg?v=1764044986);
    background-repeat: no-repeat;
    background-position: center;

    .svg-wrapper{
        display: none;
    } */

    .cart-count-bubble{
        bottom: 0.1rem;
        left: 2.6rem;
        line-height: calc(1 + 0.1 / var(--font-body-scale));
        background: var(--brand-color);

        span{
            color: #fff;
            font-size: 10px;
        }
    }

    /* path {
        fill: #fff;
    } */
}

#Banner-template--25683672138099__image_banner .banner__heading.inline-richtext.h0{
    position: relative;
}

#Banner-template--25683672138099__image_banner .banner__heading.inline-richtext.h0:after {
    content: "®";
    position: absolute;
    font-size: 35px;
}

.button_container_213f588e.button_primary_213f588e{
    transition: all 0.5s ease;

    &:hover{
        background: var(--brand-color) !important;
    }
}

.product-video-heading h4 {
    font-weight: 500;
    font-size: 2rem;
}

.banner__box.content-container:empty {
    display: none;
}

#Banner-template--25683672138099__image_banner .banner__media:after {
    width: 100%;
    height: 100%;
    background-image: url(/cdn/shop/files/support-tree-image-min.png);
    background-size: contain;
    content: "";
    position: absolute;
    display: block;
    opacity: 1;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.blinking-star {
    position: absolute;
    background-color: white;
    border-radius: 50%;
    opacity: 0;
    animation: blink 2s infinite ease-in-out;
}

@keyframes blink {
    0%, 100% {
        opacity: 0.2;
        transform: scale(0.8);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

/* .multicolumn-list li {
    padding: 0;

    &:before{
        display: none
    }
} */

.shopify-section{
    z-index: 2;
    position: relative;

    .container-wrap{
        margin-top: -150px;
    }
}

.product-shop-now {
    border-top: 1px solid #e7e7e7;
    padding-top: 15px;
}

.right-content {
    text-align: left;
}

.range-item {
    border: 3px solid var(--brand-color);

    p{
        line-height: 2rem;
        font-size: 1.6rem;
        text-transform: uppercase;
        color: var(--brand-color);
        width: 55%;
        margin: 0;
    }
}

.info-section {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

#collection-template--25683672138099__featured_collection1 h2, #collection-template--25683672138099__featured_collection_9girte h2{
    font-family: 'Inter' !important;
    font-weight: 600;
}

ul.list-unstyled.countries {
    li{
        padding: 0;

        &:before{
            display: none;
        }
    }
    
}

.desktop-localization-wrapper {
    padding: 5px;
    background: var(--light-sandle);
    border-radius: 25px;
    margin-right: 10px;
}

.disclosure__list-wrapper.country-selector {
    background: var(--light-sandle);
    top: 60px !important;
    left: 50%;
    margin: 0 auto;
    width: 240px;
    border-radius: 30px;
    transform: translateX(-50%) !important;
}

#collection-template--25683672138099__featured_collection1 p, #collection-template--25683672138099__featured_collection_9girte p {
    font-size: 3.5rem;
    line-height: 3.8rem;
    display: block;
    padding-bottom: 30px;
    color: #444;
}

.product-card-wrapper {
    border: 1px solid #fbfbfb;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.1);
}

.card .media {
    width: 100%;
    border-radius: 25px;
}

.card__inner{
    height: 170px;
}

.card__information{
    z-index: 2
}

.card__badge.bottom.left {
    position: absolute;
    left: 5px;
    bottom: 5px;
}

.card .card__inner .card__media{
    max-height: 180px;
    position: relative;
    width: 100%;
    margin: 0;
    height: 100%;
    padding: 5px;

    .media {
        height: 100%;
        position: relative;
    }
}

.bg-on-hover{
    overflow: hidden;
    position: relative;
}

.onhover-expand {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    z-index: 0;
    transition: all 0.7s ease;
}

.bg-on-hover:hover .onhover-expand {
    transform: scale(20);
}

.peace-text{
    width: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

s.price-item.price-item--regular {
    display: none;
}

div#shopify-section-sections--25683672596851__custom_footer_JzLatj,
div#shopify-section-sections--25683672596851__footer {
    z-index: 0;
}

#shopify-section-template--25683672138099__featured_collection1, 
#shopify-section-template--25683672138099__featured_collection_9girte, 
#shopify-section-template--25683672138099__custom_about_us_WwkP6C,
#shopify-section-template--25683672138099__custom_video_section_FL4Kcm{
    text-align: center;
    background-color: transparent;
}

#shopify-section-template--25683672138099__featured_collection1 .isolate.gradient{
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

#shopify-section-template--25683672138099__custom_banner_ap8YVD {
    margin-top: -80px;
    position: relative;
    z-index: 0;    
}

#shopify-section-template--25683672138099__featured_collection_9girte .isolate.gradient {
    margin-top: -80px;
    position: relative;
    z-index: 2;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.shopify-section slider-component{
    padding: 0
}

.product-card-wrapper .card__media {
    border-radius: 20px;
}

.product-card-wrapper .card__media .media img:last-child{
    object-fit: contain;
}

.custom-showcase-outer{
    border-radius: 50px;
}

#shopify-section-template--25683672138099__custom_why_bedbug_JNRT93 {
    margin-top: -50px;
    z-index: 0;
}

div#shopify-section-template--25683672138099__custom_testimonial_slider_RTgWVw {
    margin-top: -50px;
    background: transparent;

    .tsec-outer{
        border-radius: 50px;
    }
}

.product-shop-now {
    border-top: 1px solid #e7e7e7;
    padding-top: 15px;
}

.footer-address p {
    opacity: 0.8;
    line-height: 24px;
}

.btn {
    position: relative;
    padding: 12px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
    transition: all 0.1s ease;
    transform: scaleX(1);
    border: 1px solid transparent;
    transition: all 0.05s ease;
}

.btn:not(:disabled):not(.disabled):hover {
    transform: scaleX(1.02);
    color: #000 !important;
    background-color: var(--light-sandle) !important;
    border: 1px solid #c9c9c9 !important;
}

.btn-main {
    background: var(--brand-color) !important;
    color: #fff !important;
}

.btn-accent {
    background: var(--accent-color);
    color: #000;
}

.btn-white {
    border: 2px solid var(--brand-color);
    background: white;
    color: #000;
}

.overflow-hidden-device{
    overflow-y: hidden;
}

.template-index{
    .banner__buttons{
        a.btn.btn-accent:before {
            background-image: url('https://flagcdn.com/36x27/au.png');
            content: "";
            position: absolute;
            width: 16px;
            height: 16px;
            background-repeat: no-repeat;
            left: 14px;
            top: 20px;
            background-size: contain;
        }

        a.btn.btn-accent:after {
            background-image: url('https://flagcdn.com/36x27/nz.png');
            content: "";
            position: absolute;
            width: 16px;
            height: 16px;
            background-repeat: no-repeat;
            left: 80%;
            top: 20px;
            background-size: contain;
        }
    }    
}

span.bundle-requirement-message {
    font-size: 14px;
    background: var(--medium-sandle);
    border-radius: 10px;
    text-align: center;
    padding: 15px;
    line-height: 1.5rem;
    color: black;
    border: 2px solid var(--accent-color);
    FONT-WEIGHT: 400;
}

/* .btn:after {
    overflow: hidden;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    content: var(--btn-text);
    color: #000;
    opacity: 0;
    border-radius: 30px; 
    /*background-image: url(/cdn/shop/files/pngfind.com-scribble-png-330448.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    transition: all 0.15s ease;
    border: 0px solid #000;
}

.btn:hover:after {
    left: 0;
    opacity: 1;
    width: 100%;
} */

.customer {
    button{
        width: 100%;
    }
}

#shopify-section-template--25683672138099__custom_delivary_banner_jdTG9J{
    h2{
        font-size: 5rem;
        line-height: 5.5rem;
        padding-left: 20px !important;
    }

    a{
        margin-left: 20px;
    }
}

.about-image-wrapper {
    border: 1px solid var(--border-light-color);
    border-radius: 35px;
}

section#shopify-section-template--26097456513395__image_banner_3znKrG{
    z-index: -1;
    margin-top: -50px;
}

.b-bottom {
    border-bottom: 1px solid var(--accent-color);
}

/* .scrolled-past-header {
    width: 100%;
    position: fixed !important;
} */

.fixed-header {
  position: fixed !important;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 999 !important;
}

.fixed-announcement{
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 990;
}

.who-be-work-with {
    background: transparent;

    h2{
        margin: 0
    }

    p {
        font-size: 25px;
        line-height: 32px;
    }

    .grid > li{
        padding: 0;
        
        &:before{
            display: none;
        }
    }

    .multicolumn-card{
        background: transparent !important;
    }
}

#shopify-section-template--25683672301939__icon-bar,
#shopify-section-template--25683672301939__multicolumn_myzwtn,
#shopify-section-template--25683672301939__product_additional_info_mUr3jP {
    z-index: 1;
    margin-top: -50px;
}

#shopify-section-template--25683672301939__product_proof_test_videos_Bibrdf{
    margin-top: -50px;
}

.product-desc-container h2 {
    text-align: center;
    width: 50%;
    margin: 0 auto !important;
}

.aus-own-section{
    .gradient, .multicolumn-card{
        background: transparent !important;
    }

    h2, p{
        color: #fff;
    }

    .media{
        border-radius: 30px;
    }

    #Slide-template--25683672301939__multicolumn_myzwtn-2 .multicolumn-card__info{
        padding: 10px;
        text-align: center;
    }
}

.pagination__list{
    li{
        &:before{
            display: none;
        }
    }
}

h3.accordion__title {
    font-size: 2.5rem;
    font-weight: 500;
}

.rich-text__blocks{
    max-width: 100% !important;
}

.ai-vertical-spacer-aofdpdtrzr240yxjrvaigenblockb9f4399dw8ce4 {
    display: block !important;
}

.product-tags li, .product-grid li, .header__inline-menu li, .aus-own-section li{
    padding-left: 0.2rem;

    &:before{
        display: none;
    }
}

.faq-item:before{
    display: none;
}

.size-note-wrapper{
    padding: 2rem;
    background: #fff;
    border-radius: 30px;

    h3{
        margin-bottom: 1rem !important;
    }
}

/* Contact Page */

section#shopify-section-template--25683672203635__image_banner{
    background-color: transparent;
}

#Banner-template--25683672203635__image_banner,
#shopify-section-template--25683672301939__product_gallery_CyMdCp {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
}

#shopify-section-template--25683672203635__custom_contact_form_jdcNbX, 
#shopify-section-template--26097456513395__rich_text_bkcfwd,
#shopify-section-template--26097456513395__wholesale_flex_ordering_section_dAPV6n{
    margin-top: -50px;
    z-index: 0
}

#shopify-section-template--26097456513395__rich_text_zWjCtC,
#shopify-section-template--25683672301939__multicolumn_EtbYU9,
#shopify-section-template--25683672301939__product_size_table_jVYNzh,
#shopify-section-template--25683672301939__product_description_cNEmxg,
#shopify-section-template--25683672301939__product_related_products_9i9wmr{
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    margin-top: -50px;
    overflow: hidden;
}

.h2-no-margin h2{
    margin: 0;
}

#hero-banner-template--26100615315827__faq{
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    overflow: hidden !important;
}

.contact-item-wrap {
    margin-top: 120px;
}

.banner__heading.h1 {
    background-image: url(/cdn/shop/files/banner-heading-icon.png);
    padding: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: 45px
}

.footer-social a {
    padding: 10px;
    border-radius: 35px;
    border: 2px solid var(--brand-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    transition: all ease 0.5s;

    &:hover{
        background: var(--brand-color)
    }
}

.footer-logos img {
    border-radius: 15px;
}

.footer__copyright.caption {
    display: flex;
    width: 100%;
    justify-content: space-between;

    small{ 
        color: #fff;

        a{
            color: #fff;
            text-decoration: none;
            font-family: "Arial";

            &:hover{
                text-decoration: underline;
            }
        }
    }
}

.product_banner_title {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 60px;

    p, h1{
        margin-bottom: 2px;
        width: 80%;
        margin: 0 auto;
    }

    & * {
        color: #fff;
    }
}

.footer-menu li a:hover{
    text-decoration: underline !important;
    opacity: 0.8;
}

.multicolumn-card__info{
    h3{
        strong{
            color: #fff;
        }
    }
}

.quick-add-modal {
    background: rgba(0,0,0,0.5) !important;
}

.tpu-info-desc{
    a.btn{
        margin-top: 20px
    }
}

.quick-add-modal__content.global-settings-popup {
    background: var(--light-sandle) !important;
}

.cat-bird-lice-and-mites{
    background-image: url(/cdn/shop/files/bird_lice_icon_340db246-e9a9-44a5-9aa4-9e1e1f34df0e.svg);
}

.faq-item{
    border: 1px solid transparent;

    &:hover{
        border: 1px solid var(--brand-color)
    }
}

.card-wrapper {
    a{
        font-weight: 600 !important;
    }
}

.form__message{
    display: none;
}

.errors {
    border: 1px solid #ffa6a6;
    color: #ffa6a6;
    border-radius: 15px;
    padding: 25px;

    ul{
        margin: 0 !important;

        li{
            padding: 0;
            color: red;
            text-align: center;

            &:before{
                display: none;
            }
        }
    }
}

/* Contact Page */

#shopify-section-template--25683672203635__17636132401bb0abdd {
    background-image: url(https://bedbugdev.myshopify.com/cdn/shop/files/contacft-form-bg.jpg);
    background-size: cover;
    padding: 150px 20px;
    margin-top: -50px;
    z-index: 1;
}

#shopify-block-AQ2ZoUlhKWDRZZU5hN__powerful_form_builder_app_block_4Hh8CD > div {
    display: flex;
    gap: 50px;
    flex-direction: row;
    flex-wrap: nowrap;
}

.globo-form-id-119917 .globo-form-app{
    background: transparent !important;
}

.globo-heading, .globo-description{
    display: none;
}

.globo-form-app {
    margin: 0 !important;
}

.contact-leftcol{
    width: 48%;

    h2, .lead{
        color: #fff;
    }
}

.globo-form-control{
    margin-bottom: 30px !important;

    input, textarea{
        border-radius: 15px !important;
        background: #fff !important;
    }    
}

.globo-form-app  button.action {
    width: 150px !important;
    border-radius: 15px !important;
    background: var(--accent-color) !important;
    border: 1px solid var(--accent-color) !important;
    color: #000 !important;
    padding: 15px !important;
}

.globo-form-app .message.success {
    background: var(--light-sandle);
}

.globo-form-app  button.action:hover{
    background: transparent !important;
    color: #fff !important;
}

.contact-leftcol .leftcol {
    padding: {{ section.settings.left_padding }}px;
}
.contact-leftcol .leftcol .lead {
    opacity: .9;
    margin: 10px 0 24px;
    line-height: 1.6;
}
.contact-leftcol .contact-item {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid rgb(255 255 255 / .1);
}

.contact-leftcol .contact-item__label { opacity: .9; color: var(--accent-color) }
.contact-leftcol .contact-item__value a, .contact-item__value { text-decoration: none; color: #fff; }

.footer-contact a:hover{
    text-decoration: none;
}

/* Login and Register */
.template-customers-login #MainContent, .template-customers-register #MainContent{
    background: var(--light-sandle);

    .customer.login, .customer.register{
        padding: 40px;
        background: white;
        margin: 85px auto;
        border-radius: 35px;
        box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
        max-width: 50%;
    }

    .field{
        label{
            position: absolute;
        }
    }
}

.accordion{
    .icon.icon-caret{
        width: 25px;
        margin-left: auto;
    }
}

.collapsible-content summary{
    padding: 10px !important;
}

.collapsible-content summary:hover{
    background-color: var(--light-sandle) !important;
    border-radius: 15px;
    padding: 10px;
}

/* Product Modal */
.rbr-page-container {
    background: var(--accent-color);
    border-radius: 15px !important;

    .pmmWidget_container_732d6539{
        flex-direction: row;
        padding: 15px;
        justify-content: space-between;

        .imageList_container_dca36d27{
            display: none;
        }

        .rbr-discountBadge__container{
            display: none;
        }
    }
}

.accordionHead_productDetail_ce9641cc{
    height: auto !important;
}

.cart-item__details:contains("BUNDLE") a {
  pointer-events: none;
  cursor: default;
}

.content-wrap {
    display: flex;
    align-items: center;

    .left-col{
        flex: 2;

        ul{
            li{
                display: inline-block;
                width: calc(49% - 10px);
                vertical-align: top;
                margin: 5px;
                box-sizing: border-box;
            }
        }
    }

    .post-lists{
        /* background: var(--light-sandle); */
        padding: 15px;
        border-radius: 15px;

        li{
            &:before{
                display: none;
            }
            img{
                width: 200px;
                display: block;
                height: auto;
                object-fit: contain;
                border: 1px solid #ececec;
                padding: 15px;
                margin: 0;
                border-radius: 15px;
            }
        }
    }
}

/* Cart Page */
.template-cart{
    background: var(--light-sandle);

    button#checkout {
        padding: 15px;
        font-size: 20px;
        font-weight: 500;
    }

    .cart-items td {
        margin: 28px;
        padding: 20px 5px;
        border-bottom: 1px solid var(--medium-sandle);
    }

    .cart-item__details{
        padding-top: 10px;
    }

    .quantity-wrap{
        color: rgba(var(--color-foreground));
        position: relative;
        width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
        display: flex;        
        background: var(--light-sandle);
        border-radius: 25px;
        min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);

        .svg-wrapper{
            width: 3.5rem;
            pointer-events: none;
            background: white;
            border-radius: 25px;
            height: 3.5rem;
            padding: 0.8rem;
        }
    }

    .mw-stack .mw-stack__item:first-child{
        display: none;
    }

    .cart__footer {
        padding: 0;
    }

    li.discounts__discount {
        &:before{
            display: none;
        }

        padding: 0;
    }

    .title-wrapper-with-link.page-width {
        margin: 0;

        h1{
            font-size: 24px;
        }
    }

    cart-remove-button {
        position: absolute;
        z-index: 1;
        left: -7px;
        top: 8px;
        margin: 0 !important;

        .svg-wrapper{
            width: 30px;
            height: 30px;
            background: var(--medium-sandle);
            border-radius: 20px;

            svg{
                color: red;
            }
        }
    }

    .mw-fee__control-title .mw-text, 
    .totals .totals__total, 
    .totals .totals__total-value,
    .tm_cart_f .tm_title,
    .tm_cart_f .tm_price {
        font-size: 1.6rem;
        color: #000;
        font-weight: 500;
    }

    .totals>*+*{
        margin-left: .8rem
    }

    .btn.btn-white{
        margin-top: 25px;
    }

    #MainContent {
        padding: 80px 0;
        display: flex !important;
        margin: 0 auto;
        gap: 30px;
        width: 90%
    }

    div#shopify-section-template--25683672072563__cart-items {
        width: 75%;
    }

    .section-template--25683672072563__cart-items-padding,
    .cart__footer-wrapper {
        background: #fff;
        padding: 30px;
        border-radius: 30px;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
        border: 1px solid var(--medium-sandle);
    }

    .cart__items{
        border: none;
    }
    
    .cart__footer-wrapper{
        margin-top: 30px;

        span.tm_title {
            margin-left: 5px;
            color: #000;
        }

        h2.summary-title {
            font-size: 2.5rem;
            margin-bottom: 0;
            border-bottom: 1px solid var(--medium-sandle);
        }        

        .mw-stack--vertical {
            margin: 0;
            padding: 10px 0;
        }

        input[type='checkbox'] {
            width: 20px;
            height: 20px;
        }

        .mw-fee--type-cart {
            justify-content: flex-start;
            border-bottom: 1px solid var(--medium-sandle);
        }

        .js-contents {
            margin: 0;
            padding: 15px 0;
            border-bottom: 1px solid var(--medium-sandle);
        }

        .totals{
            justify-content: flex-start;
        }
        
        .tm_cart_f{
            flex-direction: row-reverse;
            justify-content: left;
        }

        .tax-note{
            text-align: left;
            margin: 6px 0;
        }
    }
}

.cart-empty{
    #shopify-section-template--25683672072563__cart-items{
        width: 100% !important;
    }

    .cart__footer-wrapper,
    .title-wrapper-with-link.page-width,
    a.underlined-link.btn.btn-white{
        display: none
    }

    
}

.card--card .quick-add{
    display: none;
}

.metafield-rich_text_field{
    a{
        color: var(--brand-color)
    }
}

#rbr-bundle-438813{
    width: 100% !important;
}

.template-search{
    .facets__summary, .facets__heading {
        margin: 10px 5px;
    }

    .facets-wrapper{
        display: none;
    }
    
    .facet-filters {
        align-items: center !important;
    }

    .product-count{
        align-self: center !important;
    }

    .facets-wrapper {
        background: var(--light-sandle);
        padding: 10px;
        border-radius: 20px;
    }

    .predictive-search__results-list{
        li{
            padding: 0;

            &:before{
                display: none
            }
        }
    }

    .field__label{
        position: absolute;
        display: none;
    }

    .media{
        img{
            object-fit: cover !important;
        }
    }

    .card.article-card.card--standard.card--media {
        border: 1px solid #fbfbfb;
        border-radius: 25px;
        overflow: hidden;
        box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
    }

    .article-card{
        time {
            opacity: 0.8;
        }

        .card__information {
            padding: 25px !important;
        }

        .article-card__info {
            margin-top: 15px;
            margin-bottom: 25px;
        }

        .card__badge{
            display: none;
        }

        a.btn {
            width: 100%;
            margin: auto auto 0px;
            text-align: center;
        }
    }
}


.template-index{
    .custom-showcase-inner{
        .media-item{
            height: 100%;
            width: 100%;
        }
        
        .left-media-grid > .media-item:nth-child(1) {
            grid-column: 1; /* First column (Left side) */
            grid-row: 1;    /* First row (Top) */
        }

        /* 3. Position the second child (Bottom-Left) */
        .left-media-grid > .media-item:nth-child(2) {
            grid-column: 1; /* First column (Left side) */
            grid-row: 2;    /* Second row (Bottom) */
        }

        /* 4. Position the third child (Full-Height Right) */
        .left-media-grid > .media-item:nth-child(3) {
            grid-column: 2;     /* Second column (Right side) */
            grid-row: 1 / 3;    /* Start at row line 1 and end at row line 3, spanning both rows */
        }
    }

    .banner__buttons{
        margin-top: 0 !important;
    }

    .banner__heading{
        font-weight: 600;
        font-size: 6rem;
        line-height: 6.5rem;
    }

    .banner__text p {
        font-size: 2rem;
        line-height: 2.5rem;
        color: #fff;
    }
}

.header__icons{
    gap: 20px;

    .header__icon {
        background-color: var(--light-sandle);
        border-radius: 35px;

        .svg-wrapper{
            width: 100%;
            height: 100%;
        }
    }
}

.header__icon, .header-search-icon{
    width: 45px;
    height: 45px;    

    .svg-wrapper{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.custom-categories{
    align-items: stretch !important;

    .category-link{
        display: flex;
        align-items: center;
    }
}

.template-search__header p {
    text-align: center;
    background: #ffd4d4;
    padding: 10px;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
}

.product-grid{
    a{
        /* padding: 12px 20px; */
    }
}

.rbr-poweredBy__container {
    display: none !important;
}

/* Responsive CSS */

@media screen and (max-width: 768px) {
    /* General Part */
    h2 {
        font-size: 3rem !important;
        line-height: 3.5rem !important;
    }

    .support-wrap{
        width: auto !important;
    }

    .review-icons{
        width: 100%;
    }
    
    .card__inner{
        height: 100% !important;

        .card__media{
            max-height: 100% !important;

            .media{
                display: flex;
                flex-direction: column;

                img:last-child {
                    display: none;
                }

                img{
                    width: auto !important;
                }
            }            
        }
    }

    .media-item{
        video{
            border-radius: 0 !important;
        }
    }

    .about-grid {
        .about-left{
            h3{
                font-size: 3rem !important;
                line-height: 3.3rem !important;
                font-weight: 500 !important
            }
        }
    }

    .template-index{
        .banner__box{
            position: absolute !important;
            top: 30%;
            transform: translateY(-40%) !important;

            .banner__heading{
                padding: 0 25px;
            }
        }
    }
    
    .cart__items{
        width: 100% !important;

        .cart-remove-button{
            left: 0 !important;
        }

        .quantity__input, .quantity__button {
            border: none;
            text-align: center;
        }

        .quantity-wrap{
            width: 100% !important;
        }

        .cart-item{
            flex-direction: column;
            gap: 0;

            .cart-item__totals.medium-hide{
                display: none;
            }

            .cart-item__totals{
                div{
                    display: block;
                    width: 100%;

                    span{
                        text-align: left;
                    }
                }
            }

            td{
                padding: 0;
                margin: 0;
                border: none !important;
            }
        }
    }

    .who-be-work-with {
        padding: 0 30px;
    }

    .lets-work{
        .rich-text__buttons{
            justify-content: flex-start;
        }
    }

    .pmmWidget_container_732d6539{
        flex-direction: column !important;
    }

    form.search{
        position: relative;

        button.reset__button.field__button {
            right: 35px;
        }

        .field__button {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            border: none;
        }
    }    

    .wholesale-flex-template--26097456513395__wholesale_flex_ordering_section_dAPV6n{
        padding: 90px 0 !important;
    }

    .hoursmap-template--25683672203635__custom_contact_map_xWwCJy .row{
        display: block !important;
    }

    .benefits__container {
        margin: 0 25px;
    }

    .range-item.is-link::after{
        display: none;
    }

    .wholesale-flex__inner{
        #topSection{
            margin-bottom: 0;
        }
    }

    .care-icon-label {
        line-height: 1.5rem;
        text-align: left;
    }

    .category-filter-inner {
        height: auto !important;
        padding: 0 !important;
    }

    .custom-categories{
        box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.08);

        .category-link{
            padding: 5px;
            padding-top: 60px;
            text-align: center;
            display: inline-block;
            max-width: 30%;
            width: 30%;
            background-position: center 15%;
            background-size: 35px 35px;
        }
    }

    .collection-header{
        padding: 0 25px;
    }

    .badge-item{
        border-radius: 25px !important;
    }

    .slider.slider--tablet{
        display: flex;
        gap: 2%;

        .grid__item{
            width: 49%;

            a{
                text-decoration: none !important;
            }
        }
    }    

    #shopify-section-template--25683672138099__custom_video_section_FL4Kcm{
        .custom-showcase-outer{
            padding: 40px 20px !important;
        }

        .media-item{
            border-radius: 20px !important;

            img{
                border-radius: 20px !important;
            }
        }
    }

    .product-grid{
        display: flex;
        gap: 2%;
        flex-wrap: wrap;

        .grid__item{
            width: 49%;

            a{
                text-decoration: none !important;
            }
        }
    }

    .field{
        label{
            display: none;
        }
        
        input {
            border: 1px solid #c9c9c9;
            padding: 15px;
            border-radius: 10px;
            width: 100%;
        }
    }

    #collection-template--25683672138099__featured_collection1{
        padding: 20px;
    }

    /* Header Part */

    .country-selector__overlay, .header__inline-menu, .desktop-localization-wrapper {
        display: none !important;
    }

    .scrolled-past-header{
        top: 0;
        background: #fff;
    }

    .header{
        display: flex;
        /*padding: 25px !important;

        .header__heading-logo-wrapper{
            position: absolute;
            top: 10px;
        }*/

        .header__heading-logo-wrapper{
            height: auto;
            width: 115px;
            padding: 15px 0;
            margin-top: 0 !important;

            img{
                width: 100%;
                height: 100%;
            }
        }

        h1.header__heading {
            margin: 0;
        }

        .menu-drawer__menu li {
            &:before{
                display: none;
            }
            
            padding: 0;
        }

        div#menu-drawer {
            li{

                .menu-drawer__menu-item--active{
                    color: var(--brand-color);
                    background: transparent;                   
                }
            }
        }

        .menu-drawer__utility-links {
            display: flex;
            justify-content: space-between;
            background: var(--accent-color);

            a.menu-drawer__account {
                padding: 10px;
                border: 1px solid #444;
                border-radius: 10px;

                .svg-wrapper{
                    display: block;
                }
            }

            .localization-form__select{
                padding: 12px;
                border: 1px solid #444;

                .icon-caret{
                    display: none;
                }
            }

            .disclosure__list-wrapper.country-selector {
                height: auto;
                position: fixed;
                right: 0;
                left: 0;
                width: 100%;
                margin: 0 auto;
                transform: translateX(0) !important;
                top: auto !important;
                bottom: 80px !important;

                a{
                    color: #444;

                    span{
                        color: #444;

                        svg{
                            display: none;
                        }
                    }
                }
            }
        }

        .header__search-form .search__input{
            padding: 5px;
        }
        
        .header__icons{
            display: flex;
            align-items: center;
            margin-left: auto;
            margin-right: 30px;
            gap: 10px;            
        }

        .header__heading-logo-wrapper{
            margin-top: -30px;
        }

        /* .header__icon--account, .header__icon--cart{
            display: block;
            width: 38px;
            height: 38px;
        }              */
    }

    .menu-drawer-container{
        .header__icon--menu{
            position: absolute;
            right: 5px;
            top: 50%;
            transform: translateY(-50%);
            display: block;
            background: var(--accent-color);
            justify-content: center;
            display: flex;
            align-items: center;

            .icon-close {
                display: none;
            }
        }
    }
    
    .menu-opening{
        .icon-hamburger{
            display: none;
        }
        
        .icon-close {
            display: block !important;
        }
    }

    a#cart-icon-bubble {
        position: relative;

        .cart-count-bubble {
            position: absolute;
            border-radius: 15px;
            width: 20px;
            text-align: center;
            top: -8px;
            bottom: auto;
            right: 0;
            left: auto;
        }
    }

    .t-prev{
        left: -20px
    }

    .t-next{
        right: -20px
    }

    .t-prod-title{
        width: 100%;
    }

    /* Home Page Contents */

    #MainContent{
        z-index: 0;
    }

    #Banner-template--25683672138099__image_banner:not(.banner--mobile-bottom) .banner__content::before{
        padding-bottom: 0 !important;
    }

    #Banner-template--25683672138099__image_banner{
        .banner__media{
            display: none;
        }

        .banner__content{
            background: url(/cdn/shop/files/mobile-banner.jpg);
            background-repeat: no-repeat;
            background-size: cover;
        }
    }

    .info-section{
        background-image: linear-gradient(180deg, #000, #461276);

        .info-text{
            width: 95% !important;
            text-align: center;
            padding: 50px 20px !important;
        }
    }

    .badge-item{
        min-height: 80px;
    }

    .card__media{
        .media{
            img{
                border-radius: 22px;
            }
        }
    }

    .collection__description{
        margin: 0;

        p{
            padding: 0 !important;
        }
    }

    .container-wrap{
        margin-top: 0;
    }

    .range-section{
        .title-section{
            width: 95% !important;
        }

        .range-list {
            width: 100%;
            margin: 0 auto;
            text-align: center;
            display: flex;
            flex-wrap: wrap;
            padding: 0 10px !important;
            gap: 0;

            .range-item{
                gap: 0;
                border: none;
                flex-direction: column;
                width: 33%;
                padding: 15px 0 !important;

                p{
                    font-weight: 500;
                    text-transform: capitalize;
                    width: 90%;
                    font-size: 1.5rem;
                    line-height: 1.8rem;
                }

                img{
                    width: 90px !important;
                    height: 90px !important;
                    object-fit: contain;
                    margin: 0 0 10px !important;
                    padding: 25px;
                    border-radius: 20px;
                    border: 3px solid var(--brand-color);
                }
            }
        }
    }

    .quick-add.no-js-hidden{
        display: none !important;
    }

    .card-wrapper{
        .badge {
            padding: 5px;
            border-radius: 10px;
            font-size: 15px;
        }

        .card__heading {
            a{
                color: #000;
            }
        }        
    }

    .custom-banner{
        .onhover-expand{
            width: 100%;
        }
    }

    #collection-template--25683672138099__featured_collection1 p, 
    #collection-template--25683672138099__featured_collection_9girte p {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .slider-mobile-gutter{
        .slider-buttons{
            display: none;
        }
    }

    .left-media-grid{
        grid-template-columns: auto !important;
        width: 100% !important;
    }

    .custom-showcase-inner{
        .right-content{
            h2{
                margin-top: 0;
            }
        }
    }
    
    #tsec-template--25683672138099__custom_testimonial_slider_RTgWVw{
        padding: 50px 20px !important;
    }

    .about-grid{
        gap: 10px !important;
    }

    .delivary-section .inner-container {
        background-image: url(/cdn/shop/files/mobile-delivary-banner.png?v=1770880144) !important;
        padding: 300px 20px 0px 20px !important;
    }

    .footer__copyright {
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
        
        small{
            display: block;
            width: 100%;
        }
    }

    .custom-footer{
        .footer-top{
            display: block;
            align-items: center;
            text-align: center;
        }

        .footer-bottom{
            width: 100%;
            display: block;
            text-align: center;
            border-top: 1px solid rgba(255, 255, 255, 0.4);
            padding-top: 20px;
        }

        .footer-menu {
            text-align: left;
            display: flex;
            justify-content: space-around;
            margin-top: 15px;
        }

        .footer-social{
            justify-content: center;
            display: flex;
        }

        .footer-contact {
            margin-bottom: 25px;
        }

        .footer-logos{
            justify-content: center;
        }        
    }

    /* Wholesale Supply */
    /* Apply to all .banner except the excluded ID */
    .banner:not(#Banner-template--25683672138099__image_banner) {
        /* Media */
        .banner__media::before {
            padding: 0 !important;
        }

        .banner__media img {
            width: 100%;
            height: auto;
            display: block;
            border-bottom-left-radius: 30px;
            border-bottom-right-radius: 30px;
        }

        /* Content */
        .banner__content .banner__box {
            padding: 0;
            left: 20px;
            background: transparent;
            position: absolute;
            bottom: 20px;
        }

        .banner__content .banner__box .banner__heading {
            padding: 18px !important;
            text-align: left;
            /* font-size: 20px;
            text-indent: 20px !important; */
        }
    }
    
    .wholesale-partner-template--26097456513395__wholesale_partner_benefits_section_LXTQMr{
        padding: 30px 20px !important;

        .benefit-card{
            max-width: 100% !important;

            h2, h3{
                margin-bottom: 5px !important;
            }
        }
    }

    .rich-text.content-container{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .rich-text__buttons{
        max-width: 100%;
    }

    .wholesale-benefits-template--26097456513395__wholesale_benefits_split_section_TFahma,
    .section-template--26097456513395__multicolumn_6jmQbV-padding {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        
        .benefits__heading{
            margin-bottom: 10px !important;
        }

        .benefits__container{
            .benefits__grid{
                gap: 25px;
            }
        } 
    }

    /* Contact Page */
    #shopify-section-template--25683672203635__17636132401bb0abdd{
        padding: 80px 20px;

        .contact-leftcol{
            width: 100%;
        }
    }

    #shopify-block-AQ2ZoUlhKWDRZZU5hN__powerful_form_builder_app_block_4Hh8CD > div,
    .contact-leftcol{
        flex-wrap: wrap;
    }

    .contact-item-wrap{
        margin-top: 10px;
    }

    .globo-form-app .header{
        display: none !important;
    }

    .hoursmap-template--25683672203635__custom_contact_map_xWwCJy {
        padding: 20px !important;
    }
    
    .tsec-heading{
        width: 100%;
    }    

    #section-template--25683672301939__main .product-wrapper .product-info{
        margin: 0 auto;
    }
}

@media (max-width: 960px) {
    .footer-contact {
        text-align: center !important;
    } 

    .benefit-icon-item{
        p{
            font-size: 1.5rem !important;
        }
    }

    .step-text{
        font-size: 1.5rem !important;
    }

    .bundle-requirement-message{
        display: none !important;
    }

    /* .cartInfo_card_9e1b0acf{
        width: 100% !important;
    }*/

    .content-wrap{
        display: block;

        ul.post-lists li {
            display: inline-block;
            width: 49%;
        }
    }

    .scrolled-past-header{
        .header__heading-logo-wrapper{
            margin-top: 0 !important;
        }
    }

    .slider--tablet.grid--peek .grid__item:first-of-type{
        margin-left: 0;
    }

    .slider-mobile-gutter{
        ul#Slider-template--25683672138099__featured_collection1 {
            width: 90%;
            margin: 0 auto !important;
        }

        .slider-buttons{
            display: none;
        }
    }
    
    .onhover-expand{
        transform: scale(20);
    }

    .productsCard_container_8ad44d35{
        padding-bottom: 0 !important;
    } 

    #section-template--25683672301939__main .product-wrapper{
        flex-wrap: wrap;

        .product-media{
            width: 100%;
            flex: 0 0 100%;
            margin: 0 auto;

            .custom-image-wrapper{
                border-radius: 30px;
                margin-top: 20px;
                overflow: hidden;
            }
        }

        .product-info{
            margin: 0 auto !important;
            padding: 0 5% !important;
            max-width: 100%;
            flex: 0 0 100%;
        }

        #rbr-bundle-438813{
            width: 100% !important
        }
    }

    .customer.login, .customer.register{
        max-width: 90% !important;
    }

    .slider.slider--tablet{
        flex-wrap: wrap !important;
    }

    .why-bedbug__container{
        .why-bedbug__center{
            display: none !important;
        }

        .why-bedbug__left, .why-bedbug__right{
            gap: 0px !important;
        }

        .feature-item {
            width: 100%
        }

        .feature-header{
            h4{
                padding-left: 45px;
            }

            img{
                position: absolute;
            }
        }

        .feature-header{
            padding: 0;
            border: none;
        }

        .feature-item{
            padding: 30px 0;
            border-top: 2px solid var(--accent-color);

            p{
                padding-left: 45px;
            }
        }

        .why-bedbug__wrapper{
            gap: 0px;
        }
    }
}

@media screen and (min-width: 1600px){
    #free-shipping-bar{
        position: absolute !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1500px){
    
}

@media screen and (max-width: 1200px){
    .menu-drawer__navigation > .menu-drawer__menu{
        margin-top: 20px !important;
    }

    .review-icons a img{
        padding: 0;
    }

    .fsb-message {
        font-size: 1.4rem;
    } 

    .announcement-bar__message {
        font-size: 1.3rem;
    }

    .template-search__search input {
        padding: 15px !important;
    }

    .cart__checkout-button{
        max-width: 100% !important;
    }

    .template-product{
        .page-width{
            padding-left: 3rem;
            padding-right: 3rem;
        }
    }

    .feature-item {
        h4{
            font-size: 14px !important;
        }

        img{
            width: 25px !important;
            height: 25px !important;
        }
    }

    .scrolled-past-header{
        top: 0;

        .utility-bar{
            display: none;
        }
    }

    .custom-categories{
        width: 95%;
        margin-bottom: 25px;
    }

    .announcement-bar{
        display: none;
    }

    #free-shipping-bar{
        position: relative !important;
        flex-direction: column;
        gap: 8px !important;

        .fsb-message{
            display: block
        }

        .fsb-fill{
            height: 8px;
        }
    }

    .wholesale-flex-template--26097456513395__wholesale_flex_ordering_section_dAPV6n .step-card::after{
        display: none;
    }

    .header{
        background: white;
        display: flex;
        justify-content: space-between;
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.05);

        .header__heading{
            margin-right: auto;
        }
    }  
    
    .template-cart {
        #MainContent {
            flex-wrap: wrap;
        }
        
        #shopify-section-template--25683672072563__cart-items,
        #shopify-section-template--25683672072563__cart-footer{
            width: 100% !important;
        }

        .tm_cart{
            max-width: 100%;
        }

        .cart__contents{
            overflow: auto;

            .cart__items{
                width: 100vw;

                .cart-item{
                    display: flex
                }
            }
        }

        .underlined-link{
            display: none;
        }
        
        .cart__footer>*{
            width: 100%;
        }
    }

    /* #free-shipping-bar{
        display: none !important;
    } */

    .badge-section .badges-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .header__inline-menu li a {
        font-size: 14px;
        padding: 4px;
    }

    .range-section{
        .title-section{
            width: 80% !important;
        }

        .range-list{
            padding: 20px !important;
        }
    }

    .header__heading-logo-wrapper{
        margin-top: -20px;
    }

    .about-right{

        .point-item{
            text-align: left;
        }
    }

    .custom-footer .footer-top{
        justify-content: center;
    }

    .footer-contact {
        text-align: left;
    }    

    .template-article{
        .star-image-wrapper{
            position: relative !important;
        }

        .article-template{
            header{
                margin-top: 0 !important;
            }

            .article-template__title{
                padding: 20px 0;
                font-size: 2.5rem;
                position: absolute;
                top: 15px;
            }

             .page-width{
                margin-left: 15px;
                margin-right: 15px;
            }
        }



        .article-template__hero-medium {
            height: auto !important;
            
            img{
                width: 95%;
                border-radius: 30px; 
                margin: 0 auto;
            }
        }
    }
}

@media screen and (max-width: 580px) {
    .range-list {
        grid-template-columns: repeat(auto-fit, minmax(45%, 1fr)) !important;
    }

    ul.post-lists li{
        width: 100% !important;
    }

    .peace-text{
        width: 80%;
    }     

    .header__heading-logo-wrapper{
        height: auto;
        width: 80px;
    }
    
    .contact-leftcol .contact-item{
        display: block;
    }

    .info-section, .badge-section{        
        padding: 0 !important;
    }    
}

@media screen and (max-width: 1200px) {
    .header__inline-menu {
        display: none !important;
    }

    .menu-drawer__utility-links{
        display: none !important;
    }

    .menu-drawer__menu-item{
        color: #fff;
    }

    header-drawer{
        display: block !important
    }

    .header__heading-link{
        margin-right: auto;
    }    

    .menu-drawer__menu-item--active{
        text-decoration: underline !important;
    }

    .menu-drawer__navigation{

        li{
            &:before{
                display: none;
            }

            padding: 0
        }
    }

    details[open].menu-opening>.menu-drawer__submenu{
        background: transparent;
    }

    .menu-offer{
        margin-top: auto;

        p{
            width: 90%;
            margin-left: auto;
            margin-right: auto;
        }
    }

    div#menu-drawer {
        background: var(--light-sandle);
        width: 100%;
        overflow-x: hidden;
        
        .menu-drawer__close-button {
            margin: 0;
            color: #000;
            font-size: 22px;
            border: none;
            border-bottom: 1px solid #e0e0e0;
            opacity: 0.8;

            .svg-wrapper{
                transform: rotateY(0deg);
                margin-right: 0.5rem;
            }
        }

        .menu-drawer__inner-submenu{
            height: auto;
        }        

        div#link-shop {
            background: transparent;
        }

        .menu-drawer__navigation{
            padding: 0;
            display: flex;
            flex-direction: column;
        }

        summary{
            color: #000;
            font-size: 3rem;
            font-weight: 600;
        }

        li{
            border-bottom: 1px solid #e0e0e0;

            a{                
                color: #000;
                font-size: 3rem;
                font-weight: 600;
            }
        }

        .menu-drawer__inner-submenu{
            li{
                a{
                    font-size: 2.5rem;
                }

                svg{
                    margin-right: 1.2rem;
                }
            }
        }
    }
}

@media (max-width: 480px) {
    /* .card__media{
        padding: 0;

        img{
            display: block;
            margin: 0 auto;
            width: auto !important;
        }
    } */

    .badge-section .badges-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .t-slide, .tsec-inner{
        padding: 0;
    }

    .t-content{
        padding: 15px;
    }    

    .benefit-card h3{
        font-size: 2rem !important;
        line-height: 2.3rem;
    }

    .intro-text {
        p {
            font-size: 2rem !important;
            line-height: 2.2rem !important;
            font-weight: 500;
        }
    }

    .banner__text p{
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    .footer-contact {
        a{ 
            font-size: 2rem !important;
        }
    }

    .footer-menu {
        a{
            font-size: 1.5rem !important;
        }
    }    

    .product_banner_title{
        top: 10px;

        h1{
            font-size: 1.5rem;
        }

        p{
            0.8rem;
        }
    }    

    .product-grid{
        .grid__item {
            width: 100% !important;
        }
    }

    .care-icon-item{
        min-width: 100% !important;        
    }
}

@media screen and (min-width: 768px) and max-width(1200px) {
    .slider-mobile-gutter{
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}

#section-template--25683672301939__main .product-wrapper{
    align-items: stretch !important;

    .custom-image-wrapper{
        height: 100%;

        img{
            height: 100%;
        }
    }
}