/* =====================================================
   RESPONSIVE CSS
   EGOR WEBSITE
   Works with existing style.css
   DO NOT MODIFY HTML
===================================================== */


/* =====================================================
   GLOBAL RESPONSIVE FIXES
===================================================== */

html,
body {
    width: 100%;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

* {
    box-sizing: border-box;
}


/* =====================================================
   LARGE LAPTOP
   1200px - 1400px
===================================================== */

@media (max-width: 1400px) {

    .navbar {
        width: 92%;
    }

    .products-grid,
    .qubix-product-grid,
    .rain-showers-ss-product-grid {
        gap: 22px;
    }

    .category-grid {
        gap: 22px;
    }

    .hero {
        padding-left: 6%;
        padding-right: 6%;
    }

}


/* =====================================================
   LAPTOP / SMALL DESKTOP
   1024px - 1199px
===================================================== */

@media (max-width: 1199px) {

    /* ---------- HEADER ---------- */

    .navbar {
        width: 94%;
        height: 78px;
    }

    .logo img {
        width: 155px;
    }

    .nav-links {
        gap: 22px;
    }

    .nav-links a {
        font-size: 14px;
    }

    .quote-btn {
        padding: 10px 20px;
        font-size: 14px;
    }


    /* ---------- HOME HERO ---------- */

    .hero {
        padding: 110px 6% 150px;
    }

    .hero-content {
        max-width: 560px;
    }

    .hero-content h1 {
        font-size: 28px;
    }

    .hero-content p {
        font-size: 17px;
    }

    .hero-features {
        padding: 22px 6%;
        gap: 18px;
    }


    /* ---------- CATEGORIES ---------- */

    .categories {
        padding: 80px 6%;
    }

    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .category-card {
        height: auto;
    }


    /* ---------- WHY EGOR ---------- */

    .why-egor {
        padding: 80px 6%;
    }

    .why-container {
        gap: 40px;
    }

    .why-left img {
        height: 550px;
    }

    .why-right h2 {
        font-size: 44px;
    }


    /* ---------- FOOTER ---------- */

    .footer {
        padding-left: 6%;
        padding-right: 6%;
    }

    .footer-container {
        grid-template-columns: 1.3fr 1fr 1fr;
        gap: 35px;
    }

    .footer-box:last-child {
        grid-column: span 3;
    }


    /* ---------- ABOUT ---------- */

    .about-company {
        padding: 80px 6%;
    }

    .about-company-container {
        gap: 45px;
    }

    .journey {
        padding: 80px 6%;
    }


    /* ---------- PRODUCT CATEGORY ---------- */

    .product-category-title {
        padding-left: 6%;
        padding-right: 6%;
    }

    .product-category-section {
        padding-left: 6%;
        padding-right: 6%;
    }


    /* ---------- BATH FAUCETS ---------- */

    .products-section {
        padding-left: 6%;
        padding-right: 6%;
    }

    .products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }


    /* ---------- ACCESSORIES ---------- */

    .accessories-section {
        padding-left: 6%;
        padding-right: 6%;
    }

    .accessories-grid {
        gap: 25px;
    }


    /* ---------- PTMT ---------- */

    .ptmt-section {
        padding-left: 6%;
        padding-right: 6%;
    }

    .ptmt-grid {
        gap: 25px;
    }


    /* ---------- SHOWERS ---------- */

    .showers-section {
        padding-left: 6%;
        padding-right: 6%;
    }

    .showers-grid {
        gap: 25px;
    }


    /* ---------- RAIN SHOWERS SS ---------- */

    .rain-showers-ss-section {
        padding-left: 5%;
        padding-right: 5%;
    }

    .rain-showers-ss-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
    }

}


/* =====================================================
   TABLET
   768px - 1023px
===================================================== */

@media (max-width: 1023px) {

    /* ---------- HEADER ---------- */

    .navbar {
        width: 94%;
        height: 75px;
    }

    .logo img {
        width: 145px;
    }

    .nav-links {
        gap: 15px;
    }

    .nav-links a {
        font-size: 13px;
    }

    .quote-btn {
        padding: 9px 16px;
        font-size: 13px;
    }


    /* ---------- HOME HERO ---------- */

    .hero {
        min-height: 700px;
        padding: 110px 6% 180px;
        background-position: center;
    }

    .hero-content {
        max-width: 520px;
    }

    .hero-content h1 {
        font-size: 27px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .hero-features {
        grid-template-columns: repeat(2, 1fr);
        padding: 20px 6%;
        gap: 18px;
    }


    /* ---------- SECTION TITLES ---------- */

    .section-title h2 {
        font-size: 40px;
    }

    .section-title p {
        font-size: 15px;
    }


    /* ---------- CATEGORIES ---------- */

    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-image img {
        height: 240px;
    }


    /* ---------- WHY EGOR ---------- */

    .why-container {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .why-left img {
        height: 500px;
    }

    .why-right h2 {
        font-size: 42px;
    }

    .why-bottom {
        grid-template-columns: 1fr;
    }

    .bottom-right img {
        height: 400px;
    }


    /* ---------- ABOUT ---------- */

    .about-hero {
        height: 500px;
    }

    .about-text {
        max-width: 560px;
    }

    .about-text h1 {
        font-size: 34px;
    }

    .about-text p {
        font-size: 16px;
    }

    .about-company-container {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .about-company-content h2 {
        font-size: 42px;
    }

    .about-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .journey-container {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .journey-content h2 {
        font-size: 42px;
    }

    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    /* ---------- PRODUCTS HERO ---------- */

    .products-hero {
        height: 500px;
    }

    .products-text h1 {
        font-size: 55px;
    }


    /* ---------- PRODUCT CATEGORY ---------- */

    .product-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-category-overlay h3 {
        font-size: 28px;
    }


    /* ---------- BATH HERO ---------- */

    .bath-hero {
        min-height: 500px;
    }

    .bath-hero-content {
        margin-left: 6%;
    }

    .bath-hero-content h1 {
        font-size: 52px;
    }

    .bath-hero-content p {
        font-size: 16px;
    }


    /* ---------- BATH PRODUCTS ---------- */

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-card img {
        height: 260px;
    }


    /* ---------- ACCESSORIES HERO ---------- */

    .accessories-hero {
        height: 480px;
    }

    .accessories-content {
        margin-left: 6%;
    }

    .accessories-content h1 {
        font-size: 52px;
    }


    /* ---------- ACCESSORIES GRID ---------- */

    .accessories-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    /* ---------- PTMT HERO ---------- */

    .ptmt-hero {
        height: 480px;
    }

    .ptmt-content {
        margin-left: 6%;
    }

    .ptmt-content h1 {
        font-size: 52px;
    }


    /* ---------- PTMT GRID ---------- */

    .ptmt-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    /* ---------- SHOWERS HERO ---------- */

    .showers-hero {
        height: 520px;
    }

    .showers-content {
        margin-left: 6%;
    }

    .showers-content h1 {
        font-size: 52px;
    }


    /* ---------- SHOWERS GRID ---------- */

    .showers-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    /* ---------- QUBIX PRODUCTS ---------- */

    .qubix-products {
        padding-left: 5%;
        padding-right: 5%;
    }

    .qubix-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }


    /* ---------- BATH ACCESSORIES PRODUCT ---------- */

    .bath-accessories-products {
        padding-left: 5%;
        padding-right: 5%;
    }

    .bath-accessories-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    /* ---------- RAIN SHOWERS SS ---------- */

    .rain-showers-ss-section {
        padding: 70px 5%;
    }

    .rain-showers-ss-heading {
        margin-bottom: 45px;
    }

    .rain-showers-ss-heading h1 {
        font-size: 38px;
    }

    .rain-showers-ss-heading p {
        font-size: 15px;
    }

    .rain-showers-ss-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .rain-showers-ss-product-image {
        height: 280px;
    }


    /* ---------- COMBO SHOWERS ---------- */

    .combo-shower-group .bath-accessories-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 25px !important;
    }

    .combo-shower-group .bath-accessories-product-image {
        height: 300px !important;
    }


    /* ---------- CATALOGUE ---------- */

    .catalogue-hero {
        min-height: 420px;
    }

    .catalogue-hero-content h1 {
        font-size: 52px;
    }

    .catalogue-preview {
        padding: 70px 20px 90px;
    }

    .catalogue-heading h2 {
        font-size: 40px;
    }

}


/* =====================================================
   MOBILE
   480px - 767px
===================================================== */

@media (max-width: 767px) {

    /* ---------- HEADER ---------- */

    header {
        position: fixed;
    }

    .navbar {
        width: 92%;
        height: 70px;
    }

    .logo img {
        width: 130px;
    }

    /*
       IMPORTANT:
       Existing HTML has no mobile-menu class in the
       supplied CSS. Therefore navigation is allowed
       to wrap/scroll instead of changing HTML structure.
    */

    .nav-links {
        gap: 10px;
    }

    .nav-links a {
        font-size: 11px;
    }

    .quote-btn {
        padding: 8px 12px;
        font-size: 11px;
    }


    /* ---------- HOME HERO ---------- */

    .hero {
        min-height: 680px;
        padding: 100px 6% 190px;
        background-position: center;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-subtitle {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .hero-content h1 {
        font-size: 25px;
        margin-top: 15px;
        margin-bottom: 18px;
    }

    .hero-content p {
        font-size: 15px;
        line-height: 1.7;
        max-width: 100%;
        margin-bottom: 28px;
    }

    .hero-btn {
        padding: 13px 25px;
        font-size: 14px;
    }

    .hero-features {
        grid-template-columns: 1fr;
        padding: 18px 6%;
        gap: 15px;
    }

    .feature-item {
        gap: 12px;
    }

    .feature-item i {
        width: 48px;
        height: 48px;
        font-size: 18px;
        flex-shrink: 0;
    }

    .feature-item h4 {
        font-size: 16px;
    }

    .feature-item p {
        font-size: 12px;
    }


    /* ---------- CATEGORIES ---------- */

    .categories {
        padding: 65px 5%;
    }

    .section-title {
        margin-bottom: 40px;
    }

    .section-title span {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .section-title h2 {
        font-size: 34px;
        margin: 12px 0;
    }

    .section-title p {
        font-size: 14px;
        line-height: 1.7;
    }

    .category-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .category-card {
        height: auto;
    }

    .category-image img {
        height: 250px;
    }

    .category-content {
        padding: 20px;
    }

    .category-content h3 {
        font-size: 21px;
    }

    .category-content p {
        font-size: 14px;
    }


    /* ---------- WHY EGOR ---------- */

    .why-egor {
        padding: 65px 5%;
    }

    .why-container {
        gap: 35px;
        margin-bottom: 50px;
    }

    .why-left img {
        height: 380px;
    }

    .why-right h2 {
        font-size: 34px;
    }

    .why-desc {
        font-size: 15px;
        line-height: 1.8;
    }

    .why-points {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .why-btn {
        padding: 13px 28px;
        font-size: 14px;
    }

    .bottom-left {
        padding: 30px 20px;
    }

    .bottom-left img {
        width: 130px;
    }

    .bottom-left h2 {
        font-size: 34px;
    }

    .bottom-left p {
        font-size: 14px;
    }

    .bottom-right img {
        height: 300px;
    }


    /* ---------- FOOTER ---------- */

    .footer {
        padding: 55px 6% 0;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 35px;
        padding-bottom: 40px;
    }

    .footer-box:last-child {
        grid-column: auto;
    }

    .footer-logo {
        width: 145px;
    }

    .footer-box h3 {
        font-size: 21px;
    }

    .footer-box p {
        font-size: 14px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        padding: 20px 0;
    }

    .footer-bottom p {
        font-size: 13px;
    }

    .footer-map iframe {
        height: 220px;
    }


    /* ---------- FLOATING BUTTONS ---------- */

    .floating-buttons {
        right: 15px;
        bottom: 15px;
        gap: 10px;
    }

    .float-btn {
        width: 50px;
        height: 50px;
        font-size: 21px;
    }


    /* ---------- ABOUT HERO ---------- */

    .about-hero {
        height: 460px;
        background-position: center;
    }

    .about-container {
        width: 90%;
    }

    .about-text {
        max-width: 100%;
    }

    .about-subtitle {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .about-text h1 {
        font-size: 31px;
    }

    .about-text p {
        font-size: 15px;
        line-height: 1.7;
    }


    /* ---------- ABOUT COMPANY ---------- */

    .about-company {
        padding: 65px 5%;
    }

    .about-company-container {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .about-company-content h2 {
        font-size: 35px;
    }

    .about-company-content p {
        font-size: 15px;
    }

    .about-features {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .about-feature {
        font-size: 15px;
    }


    /* ---------- JOURNEY ---------- */

    .journey {
        padding: 65px 5%;
    }

    .journey-container {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .journey-content h2 {
        font-size: 35px;
    }

    .journey-content p {
        font-size: 15px;
    }

    .journey-stats {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .journey-card {
        padding: 25px 15px;
    }

    .journey-card h3 {
        font-size: 32px;
    }

    .journey-card p {
        font-size: 13px;
    }


    /* ---------- REVIEWS ---------- */

    .reviews {
        padding: 65px 5%;
    }

    .reviews-title {
        margin-bottom: 40px;
    }

    .reviews-title h2 {
        font-size: 35px;
    }

    .reviews-title p {
        font-size: 14px;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .review-card {
        padding: 28px 22px;
    }


    /* ---------- PRODUCTS HERO ---------- */

    .products-hero {
        height: 450px;
        background-position: center;
    }

    .products-container {
        width: 90%;
    }

    .products-text {
        max-width: 100%;
    }

    .products-subtitle {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .products-text h1 {
        font-size: 44px;
    }

    .products-text p {
        font-size: 15px;
    }


    /* ---------- PRODUCT CATEGORY ---------- */

    .product-category-title {
        padding: 65px 5% 45px;
    }

    .category-heading span {
        font-size: 18px;
    }

    .category-heading h2 {
        font-size: 35px;
    }

    .category-heading p {
        font-size: 14px;
    }

    .product-category-section {
        padding: 15px 5% 65px;
    }

    .product-category-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .product-category-card {
        height: 280px;
    }

    .product-category-overlay {
        padding: 25px 20px;
    }

    .product-category-overlay h3 {
        font-size: 27px;
    }


    /* ---------- BATH HERO ---------- */

    .bath-hero {
        min-height: 450px;
        background-position: center;
    }

    .bath-hero-content {
        margin-left: 5%;
        padding-right: 5%;
    }

    .bath-hero-content h1 {
        font-size: 43px;
    }

    .bath-hero-content p {
        font-size: 15px;
    }


    /* ---------- BATH PRODUCTS ---------- */

    .products-section {
        padding: 60px 5%;
    }

    .products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .product-card img {
        height: 270px;
    }

    .product-content {
        padding: 20px;
    }

    .product-content h3 {
        font-size: 21px;
        min-height: auto;
    }


    /* ---------- ACCESSORIES HERO ---------- */

    .accessories-hero {
        height: 450px;
        background-position: center;
    }

    .accessories-content {
        margin-left: 5%;
        margin-right: 5%;
    }

    .accessories-content h1 {
        font-size: 43px;
    }

    .accessories-content p {
        font-size: 15px;
    }


    /* ---------- ACCESSORIES ---------- */

    .accessories-section {
        padding: 65px 5%;
    }

    .accessories-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .accessory-card img {
        height: 270px;
    }

    .accessory-content {
        padding: 22px;
    }

    .accessory-content h3 {
        font-size: 23px;
    }


    /* ---------- PTMT HERO ---------- */

    .ptmt-hero {
        height: 450px;
        background-position: center;
    }

    .ptmt-content {
        margin-left: 5%;
        margin-right: 5%;
    }

    .ptmt-content h1 {
        font-size: 43px;
    }

    .ptmt-content p {
        font-size: 15px;
    }


    /* ---------- PTMT ---------- */

    .ptmt-section {
        padding: 65px 5%;
    }

    .ptmt-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ptmt-card img {
        height: 270px;
    }

    .ptmt-content {
        padding: 22px;
    }

    .ptmt-content h3 {
        font-size: 23px;
    }


    /* ---------- SHOWERS HERO ---------- */

    .showers-hero {
        height: 470px;
        background-position: center;
    }

    .showers-content {
        margin-left: 5%;
        margin-right: 5%;
    }

    .showers-content h1 {
        font-size: 43px;
    }

    .showers-content p {
        font-size: 15px;
    }


    /* ---------- SHOWERS ---------- */

    .showers-section {
        padding: 65px 5%;
    }

    .showers-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .showers-card img {
        height: 270px;
    }

    .showers-content {
        padding: 22px;
    }

    .showers-content h3 {
        font-size: 23px;
        min-height: auto;
    }


    /* ---------- QUBIX PRODUCT PAGES ---------- */

    .qubix-products {
        padding: 65px 5%;
    }

    .qubix-products-heading {
        margin-bottom: 40px;
    }

    .qubix-products-heading span {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .qubix-products-heading h1 {
        font-size: 35px;
    }

    .qubix-products-heading p {
        font-size: 14px;
    }

    .qubix-product-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .qubix-product-image {
        height: 280px;
    }

    .qubix-product-info {
        padding: 18px;
    }

    .qubix-product-info h3 {
        font-size: 16px;
    }


    /* ---------- BATH ACCESSORIES PRODUCT PAGES ---------- */

    .bath-accessories-products {
        padding: 65px 5%;
    }

    .bath-accessories-heading {
        margin-bottom: 40px;
    }

    .bath-accessories-heading span {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .bath-accessories-heading h1 {
        font-size: 34px;
    }

    .bath-accessories-heading p {
        font-size: 14px;
    }

    .bath-accessories-product-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .bath-accessories-product-image {
        height: 280px;
    }

    .bath-accessories-product-info {
        padding: 20px;
    }

    .bath-accessories-product-info h3 {
        font-size: 18px;
    }


    /* ---------- COMBO SHOWERS ---------- */

    .combo-shower-group {
        margin: 45px 0 60px;
    }

    .combo-shower-group h2 {
        font-size: 23px !important;
        margin-bottom: 25px !important;
    }

    .combo-shower-group .bath-accessories-product-grid {
        grid-template-columns: 1fr !important;
        gap: 35px !important;
    }

    .combo-shower-group .bath-accessories-product-image {
        height: 280px !important;
    }

    .combo-shower-group .bath-accessories-product-info {
        padding: 0 10px 20px !important;
    }

    .combo-shower-group .bath-accessories-product-info h3 {
        font-size: 18px !important;
    }


    /* ---------- RAIN SHOWERS SS ---------- */

    .rain-showers-ss-section {
        padding: 65px 5%;
    }

    .rain-showers-ss-heading {
        margin-bottom: 40px;
    }

    .rain-showers-ss-heading span {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .rain-showers-ss-heading h1 {
        font-size: 34px;
        line-height: 1.2;
    }

    .rain-showers-ss-heading p {
        font-size: 14px;
        line-height: 1.7;
    }

    .rain-showers-ss-product-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .rain-showers-ss-product-image {
        height: 280px;
    }

    .rain-showers-ss-product-info {
        padding: 19px;
        gap: 8px;
    }

    .rain-showers-ss-product-info h3 {
        font-size: 17px;
    }

    .rain-showers-ss-product-code {
        font-size: 13px;
    }

    .rain-showers-ss-product-price {
        font-size: 14px;
        min-width: 60px;
    }


    /* ---------- CATALOGUE ---------- */

    .catalogue-hero {
        min-height: 400px;
        padding: 90px 5% 60px;
    }

    .catalogue-hero-content {
        width: 100%;
    }

    .catalogue-hero-content span {
        font-size: 11px;
        letter-spacing: 3px;
    }

    .catalogue-hero-content h1 {
        font-size: 42px;
    }

    .catalogue-hero-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .catalogue-preview {
        padding: 60px 15px 75px;
    }

    .catalogue-heading {
        margin-bottom: 40px;
    }

    .catalogue-heading span {
        font-size: 11px;
    }

    .catalogue-heading h2 {
        font-size: 34px;
    }

    .catalogue-heading p {
        font-size: 14px;
    }

    .catalogue-cover {
        width: 96%;
    }

    .catalogue-download-btn {
        width: 100%;
        min-width: 0;
        height: 55px;
        font-size: 15px;
    }

    .catalogue-popup {
        padding: 12px;
    }

    .catalogue-popup-box {
        max-width: 100%;
        max-height: 92vh;
    }

    .catalogue-popup-content {
        padding: 48px 22px 25px;
    }

    .catalogue-popup-content h2 {
        font-size: 30px;
    }

}


/* =====================================================
   SMALL MOBILE
   BELOW 480px
===================================================== */

@media (max-width: 479px) {

    /* ---------- HEADER ---------- */

    .navbar {
        width: 94%;
        height: 65px;
    }

    .logo img {
        width: 115px;
    }

    .nav-links {
        gap: 7px;
    }

    .nav-links a {
        font-size: 9px;
    }

    .quote-btn {
        padding: 7px 9px;
        font-size: 9px;
    }


    /* ---------- HERO ---------- */

    .hero {
        min-height: 650px;
        padding-top: 90px;
    }

    .hero-content h1 {
        font-size: 22px;
    }

    .hero-content p {
        font-size: 14px;
    }


    /* ---------- HEADINGS ---------- */

    .section-title h2,
    .why-right h2,
    .journey-content h2 {
        font-size: 30px;
    }


    /* ---------- JOURNEY ---------- */

    .journey-stats {
        grid-template-columns: 1fr;
    }


    /* ---------- ABOUT ---------- */

    .about-hero {
        height: 430px;
    }

    .about-text h1 {
        font-size: 28px;
    }


    /* ---------- PRODUCT HEROES ---------- */

    .products-text h1,
    .bath-hero-content h1,
    .accessories-content h1,
    .ptmt-content h1,
    .showers-content h1 {
        font-size: 36px;
    }


    /* ---------- PRODUCT IMAGES ---------- */

    .product-card img,
    .accessory-card img,
    .ptmt-card img,
    .showers-card img,
    .qubix-product-image,
    .bath-accessories-product-image,
    .rain-showers-ss-product-image {
        height: 240px;
    }


    /* ---------- RAIN SHOWERS SS ---------- */

    .rain-showers-ss-heading h1 {
        font-size: 30px;
    }

    .rain-showers-ss-product-info h3 {
        font-size: 16px;
    }


    /* ---------- CATALOGUE ---------- */

    .catalogue-hero-content h1 {
        font-size: 36px;
    }

    .catalogue-heading h2 {
        font-size: 30px;
    }


    /* ---------- FLOATING BUTTONS ---------- */

    .float-btn {
        width: 46px;
        height: 46px;
        font-size: 19px;
    }

    .floating-buttons {
        right: 12px;
        bottom: 12px;
    }

}