@media (max-width:768px) {
    #themeToggle {
        display: none;
    }

    .header-actions {
        gap: 0.6rem !important;
    }

    .action-icon>.lucide-search {
        display: none;
    }

    .slide-content h2 {
        color: #298D75 !important;
        font-size: 26px;
    }

    .slide-content p {
        font-size: 14px !important;
        color: #222 !important;
    }

    .slide-content>.btn {
        display: none !important;
    }

    .section-title h2 {
        font-size: 1.2rem !important;
    }

    .scroll-btns>.btn {
        padding: 1rem 0rem;
    }

    .product-card {
        min-width: 136px;
        padding: 6px !important;
    }

    .product-info h3 {
        font-size: 15px !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .products-scroll {
        gap: 0 !important;
    }

    .product-price>.price {
        font-size: 14px !important;

    }

    .section-title {
        margin-bottom: 0 !important;
    }

    .slider-container {
        height: 200px !important;
    }

    .footer-about h3 {
        font-size: 19px !important;
        margin-bottom: 0.5rem !important;
    }

    .footer-about p {
        font-size: 12px;
    }

    .product-meta h1 {
        font-size: 1.5rem;
    }

    .buy-actions .btn {
        padding: 1rem 1.5rem !important;
    }

    .product-tabs {
        margin-top: 0rem;
    }

    .cart-items {
        padding: 0rem !important;
    }

    .cart-summary {
        padding: 0rem !important;
    }

    .cart-item-info {
        flex-direction: row;
    }

    .form-grid {
        display: flex !important;
    }

    .checkout-form {
        padding: 0 !important;
    }

    .btn {
        padding: 1rem 1.5rem !important;
    }
}