@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --inter: "Inter", sans-serif;
    --darkgrey: #373737;
    --textgrey: #6F7272;
    --darkgreen: #1E3147;
    --lightgrey: #FAF9F8;
    --bluegreen: #005F73;
    --orange: #F9A825;
    --fs50: 38px;
    --fs35: 28px;
    --fs24: 21px;
    --fs20: 18px;
    --fs18: 16px;
}

* {
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
}

body {
    font-family: var(--inter) !important;
    font-size: var(--fs18) !important;
    color: var(--darkgrey) !important;
}

h1, h2, h3, h4 {
    font-family: var(--inter) !important;
}

h2 {
    font-weight: 700 !important;
    font-size: var(--fs50) !important;
}
h3 {
    font-weight: 500 !important;
    font-size: var(--fs24) !important;
}
p {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}
button, .button {
    outline: none !important;
    box-shadow: none !important; 
}
.bg-grey-light {
    background-color: var(--lightgrey);
}
.pt-pb-10 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.pt-10 {
    padding-top: 3rem;
}
.pb-10 {
    padding-bottom: 3rem;
}
.small-container {
    max-width: 850px;
}
.orange_btn {
    background: var(--orange) !important;
    font-size: var(--fs20) !important;
    font-weight: 600 !important;
    padding: 10px 25px !important;
}


.wc-filter-sidebar {
    position: fixed;
    top: 0;
    left: -380px;
    width: 380px;
    max-width: 90%;
    height: 100%;
    background: #ffffff;
    z-index: 9999;
    padding: 24px;
    overflow-y: auto;
    transition: right 0.35s ease;
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0.15);
    border-left: 1px solid #eee;
}
.wc-filter-sidebar.active {
    left: 0;
}
.wc-filter-close {
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
}
.wc-filter-sidebar::before {
    content: 'Filters';
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.wc-filter-sidebar .widget {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 20px;
}
.wc-filter-sidebar .widget-title, .wc-filter-sidebar h2, .wc-filter-sidebar h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
.wc-filter-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wc-filter-sidebar ul li {
    margin-bottom: 4px;
}
.wc-filter-sidebar .price_slider_wrapper {
    margin-top: 10px;
}
.wc-filter-btn {
    padding: 8px 16px;
    border-radius: 30px;
    background: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}
.filter-widget.category-menu {
    margin-bottom: 1.5rem;
    h3.widget-title {
        display: none;
    }
}
.category-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-parent {
    margin-bottom: 10px;
}
.category-children {
    list-style: none;
    margin-top: 6px !important;
    display: none;
}
.category-parent.open .category-children {
    display: block;
}
.category-children li a {
    display: block;
    padding: 2px 0;
    font-size: 13px;
    color: var(--darkgrey);
    text-decoration: none;
    border-radius: 0;
}
.category-children li a:hover, .category-children li a.active {
    color: var(--bluegreen);
}
.category-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-parent {
    margin-bottom: 10px;
}
.parent-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
.parent-link {
    flex: 1;
    padding: 10px 0;
    font-weight: 600;
    color: var(--darkgrey);
    text-decoration: none;
    font-size: 14px;
}
a.parent-link.active {
    color: var(--darkgreen);
}
.toggle-icon {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    font-weight: bold;
    color: #000;
    i {
        display: none;
    }
}
.category-parent.open .toggle-icon::after {
    content: '-';
}
.toggle-icon::after {
    content: '+';
}
#wc-filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}
#wc-filter-overlay.active {
    opacity: 1;
    visibility: visible;
}
li.product p.product__categories {
    display: none;
}
ul.products li.product .button:hover {
    background-color: #FFBC00 !important;
}
body:not(.static-cta-buttons) ul.products li.product:hover {
    .button {
        background-color: #FFBC00 !important;
    }
}
ul.products li.product {
    .button {
        background-color: #FFBC00 !important;
    }
}
.add_to_cart_button {
    background-color: #FFBC00 !important;
    opacity: 1 !important;
}
.product_List_container ul.products li.product {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.review-tabs .nav-link {
    font-weight: 600;
    color: #666;
}
.review-tabs .nav-link.active {
    color: #000;
    border-bottom: 3px solid #000;
}
.rating-big {
    font-size: 42px;
    font-weight: 700;
}
.rating-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}
.rating-bar .bar {
    flex: 1;
    height: 6px;
    background: #eee;
    border-radius: 5px;
}
.rating-bar .fill {
    height: 100%;
    background: #f5a623;
    border-radius: 5px;
}
.recommend-circle {
    width: 90px;
    height: 90px;
    border: 4px solid #000;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.rb-single-layout {
    display: flex;
}
.rb-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}
.rb-badges {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
}
.rb-badge {
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}
.rb-badge.blue {
    background: #e9f6fb;
    color: #0a6aa1;
}
.rb-badge.green {
    background: #eaf9ef;
    color: #168f3f;
}
.rb-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
}
.rb-price {
    font-size: 28px;
    font-weight: 700;
    color: #0a6aa1;
}
.rb-price del {
    color: #999;
    margin-left: 8px;
}
.rb-stock {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0a6aa1;
    font-weight: 600;
    margin: 10px 0;
}
.rb-stock .dot {
    width: 10px;
    height: 10px;
    background: #22c55e;
    border-radius: 50%;
}
.rb-info {
    display: flex;
    min-width: 100% !important;
}
.rb-info span {
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 14px;
}
.rb-info .blue {
    background: #eef7ff;
}
.rb-info .orange {
    background: #fff2dc;
}
.rb-delivery-box {
    margin: 20px 0;
    padding-top: 10px;
    border-top: 1px solid #eee;
}
.rb-pincode-row {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}
.rb-pincode-row input {
    width: 120px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.rb-pincode-row button {
    background: #ff9f1a;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}
#rb-delivery-msg {
    font-size: 13px;
    margin-top: 5px;
}
#rb-delivery-msg.success {
    color: green;
}
#rb-delivery-msg.info {
    color: #ff5722;
}
#rb-delivery-msg.error {
    color: red;
}
.rb-delivery-box strong {
    font-size: 30px;
}
.coupon_container {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.discount-card {
    background-color: #2c7a7b;
    color: white;
    padding: 20px 30px;
    border: 3px dashed #ffffff;
    border-radius: 8px;
    text-align: center;
    width: 45%;
    box-sizing: border-box;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}
.discount-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.discount-text {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.2;
}
.discount-label {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}
#respbuy-pincode-box {
    font-family: Arial, sans-serif;
    max-width: 450px;
    padding: 5px;
    border-radius: 8px;
    background-color: #f9f9f9;
}
#rb-pincode {
    width: 80%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 10px;
}
#rb-check-pincode {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #f68a1f;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
#rb-check-pincode:hover {
    background-color: #e77d12;
}
#rb-delivery-msg {
    margin-top: 10px;
    font-size: 14px;
    color: red;
}
#rb-delivery-msg p {
    margin: 0;
}
/* Checkout Page Coupon Code */
.rb-applied-coupons {
    background: #f8f9fb;
    border: 1px solid #e5e7eb;
    padding: 12px 16px;
    margin-bottom: 12px;
    border-radius: 6px;
    font-size: 15px;
    color: #333;
}
.rb-applied-coupons strong {
    font-weight: 600;
}
.woocommerce-checkout-review-order-table .cart-discount {
    display: none;
}
.rb-checkout-coupons th {
    vertical-align: top;
    padding-top: 12px;
}
.rb-coupon-item {
    display: inline-block;
    margin: 0 6px 6px 0;
    padding: 4px 10px;
    background: #eef3ff;
    color: #1a5cff;
    font-weight: 600;
    border-radius: 4px;
    font-size: 13px;
}
.shoptimizer-sorting .woocommerce-ordering, .shoptimizer-sorting .woocommerce-result-count {
    display: none !important;
}


.shop_filter {
    .product-categories {
        display: flex;
        flex-wrap: wrap;
        .cat-item {
            margin-right: 1rem;
            margin-bottom: 1rem;
            a {
                border: 1px solid #5D9999;
                padding: 10px 15px;
                border-radius: 5px;
                display: inline-block;
                color: var(--darkgrey);
                font-size: var(--fs18);
                font-weight: 400;
                &:hover {
                    background-color: var(--orange);
                    border-color: var(--orange);
                    color: #fff;
                }
            }
        }
    }
}

.filter_result_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    .sorting_filtr_btn {
        display: inline-flex;
        align-items: center;
        gap: 1rem;
    }
    form.woocommerce-ordering {
        margin-right: 0;
        select.orderby {
            border: 1px solid #A1A1A1;
            padding: 10px;
        }
    }
}

.product_List_container{
    ul.products {
        gap: 1rem;
        li.product {
            width: calc(33.33% - 1rem) !important;
            margin-bottom: 2rem;
            height: calc(100% - 2rem) !important;
        }
        .woocommerce-image__wrapper {
            img.attachment-woocommerce_thumbnail {
                height: 270px;
                object-fit: contain;
            }
        }
        .woocommerce-loop-product__title a.woocommerce-loop-product__link {
            color: var(--darkgrey);
            font-weight: 500;
            margin-bottom: 8px;
            font-size: var(--fs24);
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;  
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .product-short-description {
            color: var(--textgrey);
            font-weight: 300;
            margin-bottom: 0;
            font-size: var(--fs18);
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;  
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .price {
            margin-top: 1rem;
            display: block;
            font-weight: 300;
            font-size: var(--fs18);
            color: #A6A6A6;
            /*span.woocommerce-Price-amount.amount:first-child {
                font-weight: 500;
                color: var(--bluegreen);
            }*/
        }
    }
    .shoptimizer-sorting .woocommerce-pagination {
        margin-right: auto;
        margin-bottom: 2rem;
    }
}

.google_review_flex {
    display: flex;
    gap: 10px;
    a {
        margin-top: 1.5rem;
        width: calc(100% - 10px);
        height: 90px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #E5E5E5;
        padding: 15px;
        border-radius: 6px;
        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }
}

.cpap_online_machine {
    .img_col img {
        mix-blend-mode: multiply;
    }
    .note {
        background-color: #fff;
        padding: 1.5rem;
        border-left: 4px solid var(--orange);
    }
}

.cpap_sleep_machine {
    .table-shadow {
        background-color: #fff;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0px 2px 20px rgb(0 0 0 / 5%);
    }
    table {
        margin-bottom: 0;
    }
    table th, table td {
        padding: .85rem 1.5rem;
        font-size: var(--fs20) !important;
        color: var(--darkgrey);
    }
    table th {
        background: var(--bluegreen);
        color: #fff;
        font-weight: 600;
    }
    table tr:last-child td {
        border-bottom: 0;
    }
}

.cpap_benefit_sec {
    .item-inner {
        position: relative;
        padding-left: 70px;
        p {
            color: var(--textgrey);
            font-weight: 300;
            margin-bottom: 0;
        }
    }
    .item-icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 50px;
        height: 50px;
        object-fit: contain;
    }
}

.cpap_concern_sec {
    .item-inner {
        width: 100%;
        height: 100%;
        display: inline-block;
        border: 1px solid #D9D9D9;
        border-radius: 10px;
        padding: 1rem;
        p {
            color: var(--textgrey);
            font-weight: 300;
            margin-bottom: 0;
        }
    }
}

.cpap_faq {
    .gradient_sec {
        background: linear-gradient(to bottom, #0b4046, #42716f);
        color: #fff;
        border-radius: 20px;
        overflow: hidden;
        h3 {
            font-weight: 700 !important;
            font-size: var(--fs35) !important;
            line-height: 1.25;
        }
    }
}

.faq_accordion {
    background-color: var(--lightgrey);
    border-radius: 20px;
    padding: 1.5rem;
}

.accordion {
    .accordion:first-child {
        margin-top: 0;
    }
    .accordion-item {
        border-radius: 0;
        margin: 0;
        border: none;
        overflow: hidden;
        background: transparent;
        border-bottom: 1px solid #D8D8D8;
    }
    .accordion-header {
        background: transparent;
        margin-bottom: 0;
        border: 0;
    }
    .accordion-header button {
        width: 100%;
        display: inline-block;
        padding: 1rem 0;
        padding-right: 50px;
        position: relative;
        background: transparent;
        font-family: var(--inter);
        color: var(--darkgreen);
        border-radius: 0;
        font-size: var(--fs24);
        font-weight: 500;
    }
    .accordion-header button:after {
        display: none;
    }
    .accordion-header button:before {
        content: ' ';
        position: absolute;
        right: 8px;
        top: 17px;
        width: 30px;
        height: 30px;
        background-image: url(/wp-content/uploads/2026/01/minus-icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
    }
    .accordion-header button.collapsed:before {
        background-image: url(/wp-content/uploads/2026/01/plus-icon.svg);
    }
    .accordion-body {
        padding: 0;
        font-size: var(--fs20) !important;
        font-weight: 300;
        color: #475569;
    }
}