body.ecowheels-catalog-mode .price,
body.ecowheels-catalog-mode .quantity,
body.ecowheels-catalog-mode .single_add_to_cart_button,
body.ecowheels-catalog-mode .add_to_cart_button,
body.ecowheels-catalog-mode .cart_dropdown,
body.ecowheels-catalog-mode .widget_price_filter,
body.ecowheels-catalog-mode .widget_product_status {
    display: none !important;
}

body.ecowheels-catalog-mode .products > .product,
body.ecowheels-catalog-mode .related.products .product {
    display: flex;
    flex-direction: column;
}

body.ecowheels-catalog-mode .products > .product > .shop-item,
body.ecowheels-catalog-mode .related.products .product > .shop-item {
    width: 100%;
}

.ecowheels-catalog-types {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 28px;
    width: 100%;
}

.ecowheels-catalog-type {
    align-items: center;
    background: #f2f4f3;
    border: 1px solid #d9dfdc;
    border-radius: 999px;
    color: #26332d;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.2;
    min-height: 44px;
    padding: 10px 18px;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.ecowheels-catalog-type:hover,
.ecowheels-catalog-type:focus-visible,
.ecowheels-catalog-type.is-active {
    background: #126c50;
    border-color: #126c50;
    color: #fff;
    text-decoration: none;
}

.ecowheels-catalog-type:focus-visible,
.ecowheels-whatsapp-button:focus-visible {
    outline: 3px solid #f2b705;
    outline-offset: 2px;
}

.ecowheels-catalog-actions {
    width: 100%;
}

.ecowheels-catalog-actions--loop {
    margin-top: auto;
    padding-top: 12px;
}

.ecowheels-catalog-actions--single {
    margin: 18px 0;
    max-width: 680px;
}

.ecowheels-catalog-stock {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 7px;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 7px 11px;
}

.ecowheels-catalog-stock > span {
    border-radius: 50%;
    display: block;
    height: 8px;
    width: 8px;
}

.ecowheels-catalog-stock.is-in-stock {
    background: #e8f6ef;
    color: #17633f;
}

.ecowheels-catalog-stock.is-in-stock > span {
    background: #198754;
}

.ecowheels-catalog-stock.is-out-of-stock {
    background: #fbeceb;
    color: #8e2f2a;
}

.ecowheels-catalog-stock.is-out-of-stock > span {
    background: #b53a32;
}

.ecowheels-whatsapp-actions {
    display: grid;
    gap: 9px;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
}

body.ecowheels-catalog-mode a.ecowheels-whatsapp-button {
    align-items: center;
    background: #107a5c !important;
    border: 1px solid #107a5c !important;
    border-radius: 6px;
    box-shadow: none;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    line-height: 1.25;
    min-height: 44px;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none !important;
    white-space: normal;
    width: 100%;
}

body.ecowheels-catalog-mode a.ecowheels-whatsapp-button:hover,
body.ecowheels-catalog-mode a.ecowheels-whatsapp-button:focus-visible {
    background: #075e54 !important;
    border-color: #075e54 !important;
    color: #fff !important;
}

.ecowheels-whatsapp-button .fa-whatsapp {
    flex: 0 0 auto;
    font-size: 18px;
}

@media (min-width: 768px) {
    .ecowheels-catalog-actions--single .ecowheels-whatsapp-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .ecowheels-catalog-types {
        flex-wrap: nowrap;
        margin-bottom: 22px;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: thin;
    }

    .ecowheels-catalog-type {
        flex: 0 0 auto;
    }

    .ecowheels-catalog-stock {
        font-size: 12px;
    }

    body.ecowheels-catalog-mode a.ecowheels-whatsapp-button {
        font-size: 13px;
        padding-left: 8px;
        padding-right: 8px;
    }
}
