main {
    background-color: #f9f9f9;
}

p {
    padding-bottom: 0.25rem;
}

.woocommerce div.product ul {
    padding: 0;
    margin: 0;
}

.woocommerce div.product ul li {
    padding-bottom: 0.25rem;
}

.woocommerce div.product .product_title {
    padding-bottom: 0.75rem;
}

.price,
.woocommerce div.product p.price {
    color: red;
    font-weight: 600;
}

.woocommerce div.product p.price {
    padding-bottom: 0.75rem;
}

.woocommerce a.contact-button {
    display: inline-block;
    overflow: hidden;
    clear: both;
    padding: 9px 0;
    border-radius: 4px;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    background: -webkit-linear-gradient(top, #0876f8, #000055dd);
    /* background: #fd6e1d; */
    /* background: -webkit-gradient(linear, 0 0, 0 100%, from(#fd6e1d), to(#f59000)); */
    /* background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
    background: -moz-linear-gradient(top, #f59000, #fd6e1d);
    background: -ms-linear-gradient(top, #f59000, #fd6e1d);
    background: -o-linear-gradient(top, #f59000, #fd6e1d); */
    margin: 0 0 20px;
    margin-top: 10px;
    text-decoration: none;
    border-bottom: 0 !important;
    max-width: 350px;
    width: 100%;
    cursor: pointer;
}

.woocommerce a.contact-button:hover {
    opacity: 0.9;
    background: linear-gradient(#eaea00, #eaea00, #eaea00, #fafa01);
    color: #3c3c3c !important;
}

.woocommerce a.contact-button:hover span{
    color: #3c3c3c;
}

.woocommerce a.contact-button span {
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: none;
    margin: 2px 0 0;
}

.woocommerce .product table tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.woocommerce .product {
    background-color: #ffffff;
}
.woocommerce ul.products li.product {
    border: 1px solid #d6d6d6;
    border-radius: 0.5rem;
    padding: 0.5rem;
    margin: 0 16px 16px 0;
    width: calc(25% - 34px);
    aspect-ratio: 3/4;
}

body.home .woocommerce ul.products li.product {
    width: calc(25% - 16px);
}

.woocommerce ul.products li.product a img {
    margin: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limits to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    height: 38px;
}

.woocommerce ul.products li.product .price {
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    margin-top: 8px;
}

#coming-soon-footer-banner {
    width: 100vw;
}

figure {
    max-width: 100%;
}

.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true],
.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover,
.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true],
.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: var(--primary-color);
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: red;
}

.woo-product-variants {
    display: flex;
    gap: 8px;
}

.btn_variant_product_outline {
    border: 2px solid var(--primary-color);
    padding: 8px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}

.btn_variant_product_outline.active {
    color: white;
    background-color: var(--primary-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:nth-child(n+2) {
    display: none;
}

.search-page ul.products {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    gap: 8px;
}

.search-page ul.products li {
    padding: 8px 16px;
    border: 1px solid #ececec;
    border-radius: 8px;
    background-color: white;
    text-align: center;
}

.search-page ul.products li h2{
    font-size: 18px;
}

.search-page ul.products img {
    width: 100%;
    aspect-ratio: 1;
    height: auto;
}


@media screen and (max-width: 768px) {
    .woocommerce .woocommerce-tabs img {
        width: 100%;
        max-width: calc(100vw - 32px);
    }


    body.home .woocommerce ul.products[class*=columns-] li.product{
        width: calc(50% - 8px);
        margin: 0 8px 8px 0;
    }

    body.archive .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: calc(50% - 26px);
        margin: 0 8px 8px 0;
    }

    .custom-contact-button-wrapper {
        text-align: center;
    }
}