@media screen and (max-width: 1024px){
    body,html,
    div#main-content {
        overflow-x: hidden;
    }
    html,
    body{
        position: relative;
    }
    h2 {
        font-size: 2.5rem;
    }
    .product-image-wrapper a img, .product-image-wrapper a {
        object-fit: contain;
    }
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .banner-container {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
        grid-template-columns: 1fr;
    }

    .banner-title {
        font-size: 4rem;
    }

    .banner-image {
        width: 100%;
        margin: 0 auto;
        order: -1;
    }
    .loriana-card {
        max-width: 400px;
        margin: 0 auto;
    }
    /* Banner */
    .beauty-banner {
        padding: 10rem 0 5rem;
    }

    .banner-title {
        font-size: 3rem;
    }
    .stats-container {
        flex-wrap: wrap;
    }
    .stat-item {
        flex: 0 0 50%;
        align-items: center;
        padding: 1rem 0;
    }
    .loriana-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .loriana-grid .loriana-card:not(:nth-child(2)) {
        margin-top: 0;
    }
    ul.loriana-products li.product {
        margin-right: 2rem;
    }
    .add-btn.button {
        width: 2.5rem !important;
        height: 2.5rem !important;
        font-size: 1.5rem !important;
    }
    .price, .price .amount {
        font-size: 1.5rem !important;
    }
    .woocommerce-loop-product__title {
        font-size: 2rem !important;
    }
    /* Philosophy Section */
    .philosophy-wrap {
        flex-direction: column;
        text-align: center;
        overflow: hidden;
    }

    .philosophy-image {
        margin-top: 3rem;
        width: 100%;
        height: 100%;
        position: relative;
        margin-bottom: -10px;
    }
    .philosophy-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        opacity: 1;
        object-position: bottom;
    }
    .philosophy-content {
        padding-right: 0;
    }
    .philosophy-title strong {
        display: block;
        font-size: 3.5rem;
        font-weight: 700;
        line-height: 1.1;
        margin-left: 0;
        white-space: inherit;
        transform: none;
    }
    .philosophy-title {
        font-size: 3.5rem;
    }
    .philosophy-text {
        margin: 0 auto 2rem;
    }
    .brand-philosophy {
        margin-top: 6rem;
        padding-bottom: 0;
    }
    .new-product {
        padding-top: 6rem;
    }
    .product-image-wrapper {
        height: 20rem;
    }
    /* Tips Section */
    .tips-section {
        padding: 6rem 0;
    }
    .tips-grid {
        grid-template-columns: 1fr;
    }

    .tips-featured {
        display: none; 
    }
    .tips-header {
        margin-top: 0;
    }
    .flickity-prev-next-button {
        display: none;
    }

}

@media screen and (max-width: 480px) {
    .tips-articles-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .stats-container {
        grid-template-columns: 1fr;
    }

    .loriana-grid {
        grid-template-columns: 1fr;
    }

    .loriana-card {
        aspect-ratio: 16/9;
    }

    .section-title {
        font-size: 2.5rem;
    }


    .current-price {
        font-size: 2rem;
    }
    ul.loriana-products li.product {
        width: 90% !important;
    }
}