@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

.jet-woo-products--preset-10.col-row {
    display: grid;
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 25px 100px;
}

.jet-woo-products--preset-10.col-row .jet-woo-products__item {
    --columns: 4;
    padding: 0;
    max-width: 100%;
    flex: none;
    max-width: 262px;
}

@media screen and (max-width: 395px) {
    .jet-woo-products--preset-10.col-row .jet-woo-products__item {
        max-width: 100%;
    }
}

@media screen and (max-width: 1450px) {
    .jet-woo-products--preset-10.col-row {
        gap: 25px 70px;
    }
}

@media screen and (max-width: 1280px) {
    .jet-woo-products--preset-10.col-row {
        gap: 25px 45px;
    }
}

@media screen and (max-width: 1180px) {
    .jet-woo-products--preset-10.col-row {
        gap: 25px 25px;
    }
}

@media screen and (max-width: 1024px) {
    .jet-woo-products--preset-10.col-row {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }
}

/* @media screen and (max-width: 530px) {
  .jet-woo-products--preset-10.col-row {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 25px 15px;
  }
} */

@media screen and (max-width: 530px) {
    .jet-woo-products--preset-10.col-row {
        grid-template-columns: 1fr 1fr;
        gap: 25px 15px;
    }

    .jet-woo-products--preset-10.col-row .jet-woo-products__item a.button.add_to_cart_button {
        font-size: 14px;
        line-height: 110%;
    }

    .jet-woo-products--preset-10.col-row .jet-woo-products__item a.button.add_to_cart_button span.add-to-cart-icon {
        width: 12px;
    }
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-products__inner-box {
    height: 100%;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-base {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-info {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    flex-wrap: wrap;
    width: 100%;
    margin-top: auto;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-thumbnail {
    display: flex;
    max-height: 262px;
    width: 100%;
    height: 100%;
    padding-top: 10px;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-thumbnail a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #FBAB2A;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-thumbnail a .jet-woo-product-thumbs {
    width: 100%;
    height: 100%;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-thumbs__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-thumbs__inner img {
    transform: none !important;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-badges {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
    padding-right: 8px;
    padding-left: 8px;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-price {
    text-align: left;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-price span.price {
    margin: 0;
    font-size: 21px;
    line-height: 1;
    display: block;
    color: #515859;
    text-align: left;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-price span.price ins {
    margin: 0 !important;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-price span.price ins span.woocommerce-Price-amount.amount {
    font-weight: bold;
    color: #000 !important;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-price span.price del {
    color: #515859;
    margin-right: 12px;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-price span.price span.woocommerce-Price-amount.amount {
    font-size: 21px;
    color: #515859 !important;
    margin: 0 !important;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-price span.price .variableshopmessage {
    font-size: 15px !important;
    position: static;
    color: #515859;
    font-weight: 400;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-unit-price del {
    display: none;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-unit-price ins {
    text-decoration: none !important;
    border: none;
    font-style: normal;
    line-height: 1;
    margin: 0 !important;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-unit-price span.unit {
    font-size: 15px;
    line-height: 1;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-unit-price span.woocommerce-Price-amount.amount {
    text-decoration: none;
    font-size: 15px;
    color: #515859 !important;
    margin: 0 !important;
}

.jet-woo-products--preset-10 .jet-woo-products__item h5.jet-woo-product-title {
    font-family: "Nunito", sans-serif;
    text-align: left !important;
    width: 100%;
    word-break: break-word;
}

.jet-woo-products--preset-10 .jet-woo-products__item h5.jet-woo-product-title a {
    font-family: "Nunito", sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #3A3A3A;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    transition: color 0.2s ease-in-out;
}

.jet-woo-products--preset-10 .jet-woo-products__item h5.jet-woo-product-title a:hover {
    color: #FBAB2A;
    transition: color 0.2s ease-in-out;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-foot {
    display: flex;
    gap: 14px;
    margin-top: 16px;
    width: 100%;
    flex-wrap: wrap;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-wishlist-button__container {
    margin: 0 !important;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-button-2 {
    display: flex;
    flex: 1;
}

.jet-woo-products--preset-10 .jet-woo-products__item a.button.add_to_cart_button {
    font-family: "Nunito", sans-serif !important;
    display: flex;
    padding: 15px 10px !important;
    background-color: #FBAB2A !important;
    outline: 2px solid #FBAB2A !important;
    outline-offset: -2px;
    border-radius: 8px;
    overflow: hidden;
    align-items: center;
    text-align: left;
    justify-content: center;
    width: 100%;
    font-size: 20px;
    font-weight: 800;
    text-transform: none;
    gap: 8px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.jet-woo-products--preset-10 .jet-woo-products__item a.button.add_to_cart_button:hover {
    background-color: #fff !important;
    color: #FBAB2A !important;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.jet-woo-products--preset-10 .jet-woo-products__item a.button.add_to_cart_button span.add-to-cart-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.jet-woo-products--preset-10 .jet-woo-products__item a.button.add_to_cart_button:before {
    display: none;
}

.jet-woo-products--preset-10 .jet-woo-products__item a.button.add_to_cart_button.no-product-in-stock {
    opacity: 0.4;
    pointer-events: none;
}

.jet-woo-products--preset-10 .jet-woo-products__item span.jet-wishlist-button__label {
    display: none;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-wishlist-button__plane-normal {
    background-color: #fff;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-wishlist-button__plane-added {
    background-color: #fff;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-badges {
    display: flex;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-badge.jet-woo-product-badge__sale {
    background-color: #FF47A2 !important;
    color: #fff;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-badge {
    border-radius: 3px;
    overflow: hidden;
    padding: 2px 7px !important;
    font-size: 16px !important;
    line-height: 1;
    text-transform: lowercase;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-badge.jet-woo-product-badge--sale {
    padding: 0 !important;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-badge.jet-woo-product-badge__sale {
    padding: 2px 7px !important;
}

.jet-woo-products--preset-10 .jet-woo-products__item span.jet-woo-product-badge.jet-woo-product-badge--new {
    background-color: #FBAB2A;
    color: #fff;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-stock-status {
    display: flex;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-wishlist-button__container .jet-wishlist-button__link {
    padding-top: 0;
    padding-bottom: 0;
    border: 2px solid #FF9602;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    width: 50px;
    height: 50px;
    padding: 5px !important;
    height: 100%;
    flex-shrink: 0;
    transition: background-color 0.2s ease-in-out;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-wishlist-button__container .jet-wishlist-button__link:hover .jet-wishlist-button__plane-normal {
    background-color: #FF9602;
    transition: background-color 0.2s ease-in-out;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-wishlist-button__container .jet-wishlist-button__link:hover svg path {
    fill: white;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-stock-status__in-stock {
    border-radius: 3px;
    overflow: hidden;
    padding: 2px 7px !important;
    font-size: 16px !important;
    line-height: 1;
    text-transform: lowercase;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #98C965;
}

.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-stock-status__out-of-stock {
    border-radius: 3px;
    overflow: hidden;
    padding: 2px 7px !important;
    font-size: 16px !important;
    line-height: 1;
    text-transform: lowercase;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #d1555d;
}

@media screen and (max-width: 1180px) {
    .jet-woo-products--preset-10 .jet-woo-products__item h5.jet-woo-product-title a {
        font-size: 20px;
        line-height: 24px;
    }

    .jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-price span.price span.woocommerce-Price-amount.amount {
        font-size: 16px;
    }

    .jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-unit-price span.woocommerce-Price-amount.amount {
        font-size: 14px;
    }

    .jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-unit-price span.unit {
        font-size: 14px;
    }

    .jet-woo-products--preset-10 .jet-woo-products__item a.button.add_to_cart_button {
        padding: 10px 10px !important;
        font-size: 18px;
        gap: 8px;
    }
}


/* 
 */
.tax-product_cat .jet-woo-products--preset-10.col-row {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px 50px;
}

.tax-product_cat .jet-woo-products--preset-10.col-row .jet-woo-products__item {
    max-width: 310px;
}

/* 
 */

.archive {
    .elementor-element.elementor-element-49b04e5.elementor-widget__width-inherit.VorschauBildShopGrid.elementor-widget.elementor-widget-jet-woo-builder-archive-product-thumbnail {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #FBAB2A;
        border-radius: 6px;
        overflow: hidden;
        width: 100%;
    }

    .elementor-27848 .elementor-element.elementor-element-674f653 .jet-woo-builder-archive-product-title a {
        font-family: "Nunito", sans-serif;
        text-align: left !important;
        width: 100%;
        word-break: break-word;
        font-size: 24px;
        font-weight: bold;
        color: #000;
        display: flex;
        margin-top: 15px;
    }

    .elementor-element.elementor-element-2ea74c7.e-con-full.e-flex.e-con.e-child {
        display: flex;
        align-items: flex-end;
        gap: 14px;
        flex-wrap: wrap;
        width: 100%;
        margin-top: auto;
        flex-direction: row;
    }

    .eael-add-to-cart-wrapper.eael-product-simple p.stock.in-stock {
        display: none;
    }

    button.single_add_to_cart_button {
        font-family: "Nunito", sans-serif !important;
        display: flex;
        padding: 15px 10px !important;
        background-color: #FBAB2A !important;
        outline: 2px solid #FBAB2A !important;
        outline-offset: -2px;
        border-radius: 8px;
        overflow: hidden;
        align-items: center;
        text-align: left;
        justify-content: center;
        width: 100%;
        font-size: 20px;
        font-weight: 800;
        text-transform: capitalize;
        gap: 8px;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    }

    button.single_add_to_cart_button:hover {
        padding: 15px 10px !important;

        border-radius: 8px;
        background-color: #fff !important;
        color: #FBAB2A !important;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    }

    a.button.add_to_cart_button {
        font-family: "Nunito", sans-serif !important;
        display: flex;
        padding: 15px 10px !important;
        background-color: #FBAB2A !important;
        outline: 2px solid #FBAB2A !important;
        outline-offset: -2px;
        border-radius: 8px;
        overflow: hidden;
        align-items: center;
        text-align: left;
        justify-content: center;
        width: 100%;
        font-size: 20px;
        font-weight: 800;
        text-transform: none;
        gap: 8px;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    }

    a.button.add_to_cart_button::before {
        display: none;
    }

    a.button.add_to_cart_button.no-product-in-stock {
        pointer-events: none;
        opacity: 0.5;
    }

    a.button.add_to_cart_button:hover {
        background-color: #fff !important;
        color: #FBAB2A !important;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    }

    .variableshopmessage {
        position: static !important;
        display: block;
    }

    .jet-woo-builder-archive-product-stock-status {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 12px;
        flex-wrap: wrap;
        padding-right: 8px;
        padding-left: 8px;
        z-index: 1;
    }

    .jet-woo-builder-archive-product-stock-status p {
        margin: 0;
    }

    p.stock.in-stock {
        border-radius: 3px;
        overflow: hidden;
        padding: 2px 7px !important;
        font-size: 16px !important;
        line-height: 1;
        text-transform: lowercase;
        display: flex;
        align-items: center;
        color: #fff !important;
        background-color: #98C965;
        margin: 0 !important;
    }

    p.stock.out-of-stock {
        border-radius: 3px;
        overflow: hidden;
        padding: 2px 7px !important;
        font-size: 16px !important;
        line-height: 1;
        text-transform: lowercase;
        display: flex;
        align-items: center;
        color: #fff;
        background-color: #d1555d;
        width: max-content;
    }

    .jet-woo-product-badge.jet-woo-product-badge__sale {
        border-radius: 3px;
        overflow: hidden;
        padding: 2px 7px !important;
        font-size: 16px !important;
        line-height: 1 !important;
        text-transform: lowercase;
        background-color: #FF47A2 !important;
        color: #fff;
        font-weight: normal !important;
    }

    .elementor-element.elementor-element-475aa7a.e-con-full.e-flex.e-con.e-child {
        position: relative;
    }

    .elementor-27848 .elementor-element.elementor-element-674f653 .jet-woo-builder-archive-product-title a {
        font-family: "Nunito", sans-serif;
        font-size: 24px;
        line-height: 28px;
        color: #3A3A3A;
        font-weight: bold;
        overflow: hidden;
        text-decoration: none;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow-wrap: break-word;
        transition: color 0.2s ease-in-out;
    }

    .elementor-27848 .elementor-element.elementor-element-674f653 .jet-woo-builder-archive-product-title a:hover {
        color: #FBAB2A;
        transition: color 0.2s ease-in-out;
    }

    .elementor-element.elementor-element-2ea74c7.e-con-full.e-flex.e-con.e-child {
        display: flex;
        align-items: center;
        gap: 14px;
        flex-wrap: wrap;
        width: 100%;
        margin-top: auto;
    }



    a.jet-wishlist-button__link.jet-wishlist-button__link--icon-left {
        padding-top: 0;
        padding-bottom: 0;
        border: 2px solid #FF9602;
        border-radius: 8px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 19px;
        width: 50px;
        height: 50px;
        padding: 5px !important;
        height: 100%;
        flex-shrink: 0;
        transition: background-color 0.2s ease-in-out;
    }

    span.woocommerce-Price-amount.amount,
    span.woocommerce-Price-currencySymbol {
        font-size: 21px;
        color: #515859 !important;
        margin: 0 !important;
    }

    p.price.price-unit,
    span.unit {
        text-decoration: none;
        font-size: 15px;
        color: #515859 !important;
        margin: 0 !important;
    }

    a.jet-wishlist-button__link.jet-wishlist-button__link--icon-left {
        padding-top: 0;
        padding-bottom: 0;
        border: 2px solid #FF9602;
        border-radius: 8px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 19px;
        width: 50px;
        height: 50px;
        padding: 5px !important;
        height: 100%;
        flex-shrink: 0;
        transition: background-color 0.2s ease-in-out;
    }

    .eael-single-product-add-to-cart .quantity {
        order: 2;
        display: none;
    }



    .jet-woo-product-unit-price span.woocommerce-Price-amount.amount,
    .jet-woo-product-unit-price span.woocommerce-Price-currencySymbol {
        text-decoration: none;
        font-size: 15px;
        color: #515859 !important;
        margin: 0 !important;
    }



    .jet-woo-product-info {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: auto;
    }

    .elementor-element.elementor-element-e3e6303.eael-add-to-cart--layout-row.elementor-widget.elementor-widget-eael-woo-add-to-cart p.stock.out-of-stock {
        display: none;
    }

    p.price.price-unit.smaller.wc-gzd-additional-info>del {
        display: none;
    }

    span.tiered-pricing-dynamic-price-wrapper {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px 5px;
        color: #3a3a3a;
    }

    .catloopasc .jet-woo-product-price .woocommerce-Price-amount.amount {
        font-size: 21px;
        color: #515859 !important;
        margin: 0 !important;
        text-decoration: none;
    }

    .catloopasc .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
        color: #515859 !important;
    }


    span.tiered-pricing-dynamic-price-wrapper * {
        text-decoration-color: #fbab2a;
        font-style: normal !important;
        border-bottom: none;
    }

    span.tiered-pricing-dynamic-price-wrapper ins {
        border-bottom: none;
        font-style: normal;
    }

    span.tiered-pricing-dynamic-price-wrapper bdi {
        text-decoration: none;
        font-style: normal;
    }

    .elementor-element.elementor-element-09716b8.elementor-widget__width-auto.elementor-widget.elementor-widget-jet-woo-builder-archive-stock-status {
        position: relative
    }

    .elementor-element.elementor-element-de0dcc0.e-con-full.e-flex.e-con.e-child {
        display: flex;
        align-items: center;
        position: absolute;
        z-index: 1;
        right: 0;
        top: -8px;
        width: auto;
        justify-content: flex-end;
        gap: 0;
    }

    .jet-woo-builder-archive-product-sale-badge {
        display: flex;
    }

}

@media screen and (max-width: 1024px) {
    .woocommerce .jet-woo-builder-layout-27848.products.jet-woo-builder-products--columns {
        --columns: 4 !important;
    }


    .archive a.button.add_to_cart_button span.add-to-cart-text {
        font-size: 14px;
    }

    .archive a.button.add_to_cart_button span.add-to-cart-icon svg {
        width: 10px;
    }

    .archive a.button.add_to_cart_button {
        padding: 11px 10px !important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-16521 .elementor-element.elementor-element-9951a37 {
        width: 100% !important;
    }
}


@media screen and (max-width: 768px) {
    .woocommerce .jet-woo-builder-layout-27848.products.jet-woo-builder-products--columns {
        --columns: 2 !important;
    }

    .archive a.button.add_to_cart_button {
        width: max-content;
        flex: 1;
        /* padding: 4px 10px !important; */
    }

    
    .archive .jet-woo-builder-product .elementor-widget.elementor-widget-shortcode {
        flex: 1;
    }

    .archive .elementor-widget.elementor-widget-jet-woo-builder-products-loop {
        margin-top: 70px;
    }
}




.archive .elementor-widget.elementor-widget-jet-wishlist-button {
    flex-shrink: 0;
}
