.hero {
    display: grid;
    grid-template-columns: 53% 47%;
    height: auto;
    align-items: center;
}

.hero-text {
    padding: 0rem 0rem 0rem 10%;
    position: relative;
}

.hero-text h1 {
    font-size: 4rem;
    line-height: 1.2;
    margin: 0 0 20px;
}

.hero-text h1 strong {
    font-weight: 700;
}

.highlighted {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.highlighted::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.2em;
    width: 100%;
    height: 0.6em;
    background-color: #affdef;
    z-index: -1;
}

.hero-text p {
    font-size: 2rem;
    line-height: 1.6;
    margin: 3rem 0 0;
}

.hero-text p span {
    display: block;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-section {
    background-image: url('https://storage.googleapis.com/giffycms-puffedup.appspot.com/images/explore-background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 5rem 0;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}

.feature-section h2 {
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
}

.feature-section h2 .highlight {
    position: relative;
    display: inline-block;
}

.feature-section h2 .highlight::after {
    content: "";
    position: absolute;
    bottom: 0.1em;
    left: 0.2em;
    width: 100%;
    height: 0.4em;
    background-color: #d7fef2;
    z-index: -1;
}

.feature-section .explore-text {
    text-align: center;
    font-size: 2rem;
    max-width: 80%;
    margin: 3rem auto 5rem;
    line-height: 1.6;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* gap: 1rem; */
    align-items: center;
}

.product-image {
    /* text-align: center; */
}

.product-image img {
    max-width: 90%;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.features {
    display: grid;
    gap: 30px;
}

.feature {
    display: grid;
    grid-template-columns: 20% 80%;
    gap: 1rem;
}

.feature-middle {
    margin: 4rem 0;
}

.feature-icon {
    /* min-width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #6ad7f8;
    display: flex;
    align-items: center;
    justify-content: center; */
}

.feature-icon img {
    width: 78%;
}

.feature-text h4 {
    margin: 0;
    font-size: 2.1rem;
    font-weight: 700;
}

.feature-text p {
    margin: 5px 0 0;
    font-size: 2rem;
    line-height: 1.4;
}

.product-div {
    display: grid;
    grid-template-columns: 25% 75%;
}

.sidebar {
    padding-right: 7rem;
}

.sidebar .category-heading {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: left;
}

.category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 12px 0;
    border-bottom: 2px solid #333333d4;
    cursor: pointer;
    text-decoration: none;
    color: #333333;
}

.category:hover {
    text-decoration: none;
    color: #ff5758;
}

.product-section {
    padding: 0rem 0 8rem;
    margin: 0 auto;
    text-align: center;
}

.product-section h2 {
    font-size: 3.8rem;
    font-weight: 500;
    margin-bottom: 5rem;
    text-align: left;
}

.product-section h2 .highlight {
    position: relative;
    display: inline-block;
}

.product-section h2 .highlight::after {
    content: "";
    position: absolute;
    bottom: 0.2em;
    left: 0;
    width: 100%;
    height: 0.6em;
    background-color: #affdef;
    z-index: -1;
}

.product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 2rem;
}

.product-card {
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 1s;
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
}

.product-card:hover {
    -ms-transform: scale(1.02);
    /* IE 9 */
    -webkit-transform: scale(1.02);
    /* Safari 3-8 */
    transform: scale(1.02);
}

.product-card img {
    width: 70%;
    height: auto;
    padding: 3.5rem 3rem 0 3rem;
}

.product-info {
    margin-top: 1.5rem;
    text-align: center;
}

.product-info .prod-name {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: .3rem;
}

.disposable-text {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: .3rem;
}

.prod-details {
    font-size: 1.35rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}

.prod-price {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 0;
}

.key-ingredients {
    font-size: 1.35rem;
    color: #333;
    margin-bottom: .7rem;
}

.price-desc {
    font-size: 1.45rem;
    color: #333333;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.product-info button {
    padding: 10px 35px;
    border: none;
    border-radius: 50px;
    background-color: #6af0e7;
    color: #000;
    font-size: 1.8rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
    margin-bottom: 6rem;
}

.product-card:hover .product-info button {
    background-color: #ff5758;
    color: #fff;
    box-shadow: 0 0 12px rgb(0 0 0 / 30%);
}

.product-info button:hover {
    background-color: #ff5758;
    color: #fff;
}

.coming-soon-section {
    background-image: url('https://storage.googleapis.com/giffycms-puffedup.appspot.com/images/product/coming-soon-bg.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    border-radius: 25px;
    color: #222;
    padding: 8rem 10rem;
    position: relative;
    text-align: center;
}

.cta-heading {
    font-size: 3.8rem;
    font-weight: 700;
    margin-bottom: 1.8rem;
}

.cta-subtext {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 0rem;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-buttons a {
    padding: 1.3rem 8rem;
    font-size: 2.2rem;
    text-decoration: none;
    color: #ff5758;
    background-color: white;
    transition: all 0.3s ease;
}

.cta-buttons a:last-child {
    background-color: #ff5758;
    color: #fff;
    border: none;
}

.cta-buttons a:last-child:hover {
    background-color: #fff;
    color: #ff5758;
    border: none;
}

.cta-buttons a:hover {
    background-color: #ff5758;
    color: #fff;
    border: none;
    box-shadow: 0 0 12px rgb(0 0 0 / 30%);
}

.interest-div {
    margin: 6rem 0;
    text-align: center;
}

.interest-div .interest-text {
    font-size: 2.5rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 3rem;
}

.lab-btn {
    background-color: #ff5758;
    color: #fff;
    border: none;
    padding: 1.3rem 4.5rem;
    border-radius: 50px;
    font-size: 2.4rem;
    cursor: pointer;
}

.lab-btn:hover {
    background-color: #fff;
    color: #ff5758;
    box-shadow: 0 0 12px rgb(0 0 0 / 30%);
}

.toast {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #ff5758;
    color: white;
    padding: 12px 20px;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: none;
    font-size: 16px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.toast.show {
    display: block;
    opacity: 1;
}

.no-product {
    margin-top: 9rem;
    font-size: 2.2rem;
    text-align: right;
}

.coming-soon-message {
    margin-top: 10rem;
    font-size: 2.2rem;
    text-align: right;
}

.category-list p a:focus {
    outline: none;
    outline-offset: unset;
    text-decoration: none;
    color: #ff5758;
}

.desktop-heading {
    display: block;
}

.mobile-heading {
    display: none;
}

@media (max-width: 768px) {

    .desktop-heading {
        display: none;
    }

    .mobile-heading {
        display: block;
    }

    .hero {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }

    .hero-text {
        padding: 20px;
        text-align: center;
    }

    .hero-text h1 {
        margin: 4rem 0 3rem;
    }

    .feature-section .explore-text {
        max-width: 100%;
    }

    .product-image img {
        max-width: 100%;
        padding-bottom: 5rem;
    }

    .grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .feature {
        display: grid;
        grid-template-columns: 20% 80%;
        gap: 1rem;
    }

    .feature-text h4 {
        /* font-size: 1rem; */
        text-align: left;
    }

    .feature-text p {
        /* font-size: 0.9rem; */
        text-align: left;
    }

    .cta-heading {
        font-size: 2.8rem;
    }

    .cta-subtext {
        /* font-size: 1rem; */
    }

    .cta-buttons a {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .coming-soon-section {
        padding: 5rem 5rem;
    }

    .product-grid {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .product-div {
        grid-template-columns: 1fr;
    }

    .coming-soon-message {
        text-align: center;
    }

    .no-product {
        text-align: center;
    }
}