.woocommerce .products li,
.wp-block-woocommerce-product-new .wc-block-grid__product,
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product,
.search .site-main .product {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 7%);
}

.woocommerce-shop .site-content {
    margin-top: 50px;
}

.woocommerce-shop .techbeeps-wrapper {
    max-width: 1200px;
    padding: 0 15px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wp-block-woocommerce-product-new .wc-block-grid__product-link,
.search .site-main .product h2.entry-title a {
    font-size: 20px;
    text-decoration: none;
    padding: 0 10px;
}

.woocommerce ul.products li.product .button {
    display: block;
}

.woocommerce ul.products li.product .added_to_cart {
    padding-bottom: 10px 0;
}

.woocommerce ul.products li.product,
.search .site-main .product h2.entry-title a {
    text-align: center;
    margin: 10px;

}

.woocommerce ul.products li.product .price,
.wp-block-woocommerce-product-new .woocommerce-Price-amount {
    font-weight: 700;
    font-size: 14px;
}

.woocommerce-shop .techbeeps-wrapper {
    gap: 30px;
}

.woocommerce-shop .woocommerce .woocommerce-ordering .orderby {
    background: none;
    font-size: 16px;
    border: 0;

}

.woocommerce ul.products li.product .price {
    color: var(--techbeeps-primary-color);
}

.edit-link {
    display: none;
}

.woocommerce-shop .woocommerce-message {
    border-top-color: var(--techbeeps-primary-color);
}

.woocommerce-shop .woocommerce-message::before {
    color: var(--techbeeps-primary-color);
}

/* ===== Shop Page Responsive Css ===== */
@media (max-width: 991px) {
    .woocommerce-shop .techbeeps-wrapper {
        flex-direction: column;
    }

    .woocommerce-shop .techbeeps-wrapper .sidebar {
        width: auto;
        order: 2;
    }

    .woocommerce-shop .site-content {
        margin-top: 20px;
        margin-bottom: 50px;
    }
}

@media (max-width: 544px) {
    .techbeeps-wrapper .woocommerce ul.products li.product {
        width: 100%;
    }
}