/* CPAP Masks Page Styles */

.xq3p_section_main {
    padding: 60px 0;
    background: #fbfdff;
    position: relative;
    overflow: hidden;
}

.r9t2_container_wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.k5m8_content_layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.b4n6_navigation_path {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.b4n6_navigation_path a {
    color: #0a2b62;
    text-decoration: none;
    transition: color 0.3s;
}

.b4n6_navigation_path a:hover {
    color: #e94132;
}

.b4n6_navigation_path i {
    margin: 0 10px;
    font-size: 12px;
}

.b4n6_navigation_path span {
    color: #777;
}

.z8l1_main_heading {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0a2b62;
    line-height: 1.1;
}

.p2f7_description_text {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
    max-width: 500px;
}

.d3k9_slider_content {
    flex: 0 0 45%;
    position: relative;
}

.w7j4_slider_wrapper {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.t6h3_slider_track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}

.m1v8_slide_item {
    min-width: 100%;
    height: 100%;
    position: relative;
}

.m1v8_slide_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.c5n2_slide_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(10, 43, 98, 0.8), transparent);
    color: white;
    padding: 25px;
}

.s9q4_slide_title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.l3r7_slide_description {
    font-size: 0.95rem;
    opacity: 0.9;
}

.h2p6_slider_controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.y8k3_slider_indicator {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s;
}

.y8k3_slider_indicator.active {
    background: white;
    transform: scale(1.2);
}

.n4f9_nav_button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
    color: #0a2b62;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.n4f9_nav_button:hover {
    background: white;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    color: #e94132;
}

.v7m1_prev_button {
    left: 20px;
}

.g6t2_next_button {
    right: 20px;
}

.j8p5_content_area {
    flex: 1;
}

.f3k7_cta_button {
    display: inline-block;
    background: #e94132;
    color: white;
    padding: 14px 32px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(233, 65, 50, 0.3);
    border: none;
    cursor: pointer;
    margin-top: 10px;
}

.f3k7_cta_button:hover {
    background: #d63425;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(233, 65, 50, 0.4);
}

.q9r2_dynamic_content {
    transition: opacity 0.3s ease;
}

.q9r2_dynamic_content h2 {
    font-size: 48px;
    color: #0a2b62;
    margin-bottom: 15px;
    font-weight: 700;
}

.q9r2_dynamic_content p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 25px;
    max-width: 500px;
}

@media (max-width: 992px) {
    .k5m8_content_layout {
        flex-direction: column;
        text-align: center;
    }

    .d3k9_slider_content {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .z8l1_main_heading {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .w7j4_slider_wrapper {
        height: 350px;
    }

    .z8l1_main_heading {
        font-size: 2rem;
    }

    .q9r2_dynamic_content h2 {
        font-size: 1.8rem;
    }
}

/* Products Section with Tabs */
.cm-products-section {
    padding: 80px 0;
    background: #ffffff;
}

.cm-section-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0a2b62;
    text-align: center;
    margin-bottom: 50px;
}

.cm-tabs-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.cm-tabs {
    display: flex;
    gap: 0;
    background: #f5f5f5;
    border-radius: 50px;
    padding: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.cm-tab-btn {
    padding: 14px 40px;
    font-size: 1rem;
    font-weight: 600;
    color: #666;
    background: transparent;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cm-tab-btn:hover {
    color: #0a2b62;
}

.cm-tab-btn.active {
    background: #0a2b62;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(10, 43, 98, 0.3);
}

.cm-tab-content {
    display: none;
}

.cm-tab-content.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cm-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.cm-product-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.cm-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.cm-product-image {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #f8f9fa;
}

.cm-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.cm-product-card:hover .cm-product-image img {
    transform: scale(1.05);
}

.cm-product-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #e94132;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    z-index: 2;
}

.cm-product-info {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.cm-product-name {
    font-size: 1rem;
    font-weight: 600;
    color: #0a2b62;
    margin-bottom: 12px;
    line-height: 1.4;
    min-height: 2.8em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cm-product-price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.cm-price-current {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0a2b62;
}

.cm-price-old {
    font-size: 1rem;
    color: #999;
    text-decoration: line-through;
}

.cm-product-btn {
    display: inline-block;
    width: 100%;
    padding: 12px 20px;
    background: #e94132;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    margin-top: auto;
}

.cm-product-btn:hover {
    background: #d63425;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(233, 65, 50, 0.4);
}

.cm-no-products {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    color: #666;
    font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .cm-products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
}

@media (max-width: 992px) {
    .cm-section-heading {
        font-size: 2rem;
    }

    .cm-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .cm-tab-btn {
        padding: 12px 30px;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .cm-products-section {
        padding: 60px 0;
    }

    .cm-section-heading {
        font-size: 1.75rem;
        margin-bottom: 30px;
    }

    .cm-tabs-wrapper {
        margin-bottom: 30px;
    }

    .cm-tabs {
        flex-direction: column;
        border-radius: 12px;
        padding: 5px;
    }

    .cm-tab-btn {
        width: 100%;
        padding: 12px 20px;
        border-radius: 8px;
    }

    .cm-products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .cm-product-image {
        height: 220px;
    }
}

