
.woocommerce ul.products.columns-1 li.product-card-wrapper,
.woocommerce ul.products.columns-4 li.product-card-wrapper {
    width: 100%;
}


.product-card-wrapper {
    width: 100%;
    height: 100%;
    display: grid;
    line-height: 1;
    font-size: 12px;
    font-weight: 800;
    border-radius: 0;
    --wd-brd-radius: 0;
    position: relative;
    margin: 0 0 10px 0 !important;
    background-color: #33715e !important;
    box-shadow: 0 0 3px #0000001f;
}
.my-custom-slider-container-dark .product-card-wrapper {
    background-color: #012a1f !important;
}
.product-card-wrapper .prod-card-content {
    padding: 8px;
    display: grid;
    height: 100%;
    grid-column-gap: 8px;
    grid-template-rows: 1fr auto;
    grid-template: "img top" "img bottom";
    grid-template-columns: 95px minmax(0, 1fr);
}
.product-card-wrapper .prod-card-img {
    grid-area: img;
    overflow: hidden;
    position: relative;
}
.product-card-wrapper .prod-card-img-ratio {
    margin: 0;
    display: block;
    padding-top: 135%;
    position: relative;
}
.product-card-wrapper .prod-card-img-ratio img {
    top: 0;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    max-width: 100%;
    margin-bottom: 0 !important;
    border-radius: 0;
    object-fit: cover;
    position: absolute;
    opacity: 1;
    transition: opacity 200ms ease-in-out;
}
.product-card-wrapper .prod-card-country,
.crt-rel-card .prod-card-country {
    grid-area: country;
    display: none;
    min-height: 24px;
}
.crt-rel-card .prod-card-country {
    display: block;
}
.product-card-wrapper .prod-card-country-body,
.crt-rel-card .prod-card-country-body {
    gap: 8px;
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: space-between;
    background-color: #118f70;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    padding: 6px 10px 3px 10px;
    padding: 4px 10px 4px 10px;
}
.product-card-wrapper .prod-card-country-body.is-invalid-country,
.crt-rel-card .prod-card-country-body.is-invalid-country {
    background-color: #d32252;
}
.product-card-wrapper .prod-card-country-body .fi,
.crt-rel-card .prod-card-country-body .fi {
    position: relative;
    top: -1px;
}
.product-card-wrapper .prod-card-country-body svg,
.crt-rel-card .prod-card-country-body svg {
    top: 0;
    position: relative;
    flex-shrink: 0;
}
.product-card-wrapper .prod-card-top {
    display: grid;
    grid-area: top;
    text-align: left;
    position: relative;
    padding: 0 50px 10px 0;
}
.product-card-wrapper .prod-card-top .woocommerce-loop-product__title {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.4;
    padding-left: 0;
    color: #ffffff;
    font-weight: 500;
}
.product-card-wrapper .prod-card-top .woocommerce-loop-product__title a {
    color:  #ffffff !important;
}
.product-card-wrapper .prod-card-top .prod-card-region,
.crt-rel-card .crt-rel-top .prod-card-region {
    color: #ffffff;
    font-size: 13px;
    overflow: hidden;
    line-height: 1.1;
    white-space: nowrap;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-overflow: ellipsis;
    background-color: #118f70;
    text-transform: uppercase;
    padding: 6px 14px 4px 14px;
}
.product-card-wrapper .prod-card-top .prod-card-region .fi,
.crt-rel-card .fi {
    position: relative;
    top: -1px;
}
.product-card-wrapper .prod-card-top .product-row {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
}
.product-card-wrapper .prod-card-top .prod-card-region.is-invalid-country,
.crt-rel-card .prod-card-region.is-invalid-country {
    background-color: #d32252;
}
.product-card-wrapper .prod-card-bottom {
    gap: 5px;
    display: flex;
    text-align: left;
    margin-top: auto;
    align-items: center;
    padding: 0 5px 5px 0;
    justify-content: space-between;
}
.product-card-wrapper .prod-card-bottom .prod-card-price-box,
.product-card-wrapper .prod-card-bottom .prod-card-price-box .amount {
    color: #ffffff;
    font-weight: 800;
}
.product-card-wrapper .prod-card-bottom .prod-card-price-box {
    font-size: 16px;
    text-decoration: none;
}
.product-card-wrapper .prod-card-bottom .prod-card-cart-btn .add_to_cart_inline .wmc-wc-price,
.product-card-wrapper .prod-card-bottom .prod-card-cart-btn .add_to_cart_inline .woocommerce-Price-amount,
.product-card-wrapper .prod-card-bottom .prod-card-price-box del,
.product-card-wrapper .prod-card-bottom .prod-card-price-box .currency-code-1 {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
}
.product-card-wrapper .prod-card-bottom .prod-card-price-box .price {
    padding: 0 !important;
    margin-bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0) !important;
}
.product-card-wrapper .prod-card-content .prod-card-bottom .prod-card-price-box ins {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-decoration: none;
}

.prod-card-add-btn.prod-card-add-btn-pc:hover{
    background-color: rgba(0, 0, 0, .3) !important;
    border-color: #fad318 !important;
}
.product-card-wrapper .prod-card-add-btn {
    min-height: 35px !important;
    padding: 0 10px !important;
    user-select: none;
    text-align: center !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #ffffff !important;
    background-color: rgba(0, 0, 0, 0) !important;
}
.product-card-wrapper .prod-card-add-btn-pc {
    display: none !important;
}
.product-card-wrapper .prod-card-add-btn-mobile {
    background-color: #fad318 !important;
    color: #000000 !important;
    border-color: #fad318 !important;
    line-height: 1 !important;
    font-size: 15px !important;
    padding: 0 10px !important;
    height: auto !important;
    text-transform: unset !important;
}
.product-card-wrapper .prod-card-add-btn-mobile:hover {
    border-color: #f0a613 !important;
    background-color: #f0a613 !important;
}

.product-card-wrapper .prod-card-cart-btn .add_to_cart_inline a.button {
    font-size: 0;
}


.product-card-wrapper .prod-card-like-form {
    position: absolute;
    right: 10px;
    top: 0;
}
.product-card-wrapper .prod-card-like-form .prod-card-like-btn {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px !important;
    transition: opacity 200ms ease-in-out !important;
    background-color: rgba(0, 0, 0, 0) !important;
}
.product-card-wrapper .prod-card-like-form .prod-card-like-icon {
    width: 34px;
    color: #ffffff;
    transition: all 250ms;
}
.product-card-wrapper .prod-card-like-icon-path-1,
.product-card-wrapper .prod-card-like-icon-path-2 {
    color: rgba(255, 255, 255, 0.1);
    color: rgb(255 255 255 / 31%);
    transition: all 250ms;
}
.product-card-wrapper .prod-card-like-icon-path-3 {
    color: rgba(0, 0, 0, 0);
    transition: all 250ms;
}
.product-card-wrapper .prod-card-like-btn:hover .prod-card-like-icon-path-1,
.product-card-wrapper .prod-card-like-btn:hover .prod-card-like-icon-path-2 {
    color: rgba(255, 255, 255, 0.4);
}
.product-card-wrapper .app-product-wishlist-btn-filled .prod-card-like-icon-path-1,
.product-card-wrapper .app-product-wishlist-btn-filled .prod-card-like-icon-path-2 {
    color: #fad318 !important;
    color:#198c6d !important;
}
.product-card-wrapper .app-product-wishlist-btn-filled .prod-card-like-icon-path-3,
.product-card-wrapper .app-product-wishlist-btn-filled .prod-card-like-icon-path-4 {
    color: rgba(255, 255, 255, 1);
}
.product-card-wrapper .prod-card-like-icon-loader {
    position: absolute;
    top: 8px;
    display: none;
}
.product-card-wrapper .prod-card-like-btn:disabled .prod-card-like-icon-loader {
    display: block;
}
.product-card-wrapper .prod-card-like-btn:disabled .prod-card-like-icon-path-3,
.product-card-wrapper .prod-card-like-btn:disabled .prod-card-like-icon-path-4 {
    opacity: 0;
}
.product-card-wrapper .prod-card-like-icon-loader-icon {
    animation: prodCardLikeLoader 1s linear infinite;
}
@keyframes prodCardLikeLoader {
    0% {transform: rotate(0deg)}
   100% {transform: rotate(360deg)}
}

@media(min-width:601px) {
    .woocommerce ul.products.columns-4::before,
    .woocommerce ul.products.columns-4::after {
        display: none;
    }
    .woocommerce ul.products.columns-4 {
        gap: 20px;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
    }
    .product-card-wrapper .prod-card-content {
        padding: 0;
        display: flex;
        flex-direction: column;
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr auto;
        grid-template: "img" "country" "top" "bottom";
    }
    .product-card-wrapper .prod-card-top {
        padding: 15px 15px 10px;
    }
    .product-card-wrapper .prod-card-top .woocommerce-loop-product__title {
        font-size: 14px !important;
        padding: 0 !important;
    }
    .product-card-wrapper .prod-card-country {
        display: block;
    }
    .product-card-wrapper .prod-card-top .prod-card-region {
        font-size: 14px;
        display: none;
    }
    .product-card-wrapper .prod-card-img-ratio {
        padding-top: 100%;
        /* margin-bottom: -60px; */
    }
    .product-card-wrapper .prod-card-add-btn-pc {
        display: flex !important;
    }
    .product-card-wrapper .prod-card-add-btn-mobile {
        display: none !important;
    }
    .product-card-wrapper .prod-card-bottom {
        padding: 0 15px 15px 15px;
    }
    .product-card-wrapper .prod-card-like-btn {
        opacity: 0;
    }
    .product-card-wrapper:hover .prod-card-img-ratio img {
        opacity: 0.7;
    }
    .product-card-wrapper .prod-card-like-btn.app-product-wishlist-btn-filled,
    .product-card-wrapper:hover .prod-card-like-btn {
        opacity: 1;
    }
    .product-card-wrapper .prod-card-like-form .prod-card-like-icon {
        width: 48px;
    }
    .product-card-wrapper .prod-card-like-icon-loader {
        top: 14px;
    }
}

@media(min-width: 768px) {
    .product-card-wrapper .prod-card-bottom .prod-card-price-box {
        font-size: 20px;
    }
}


@media(min-width: 1200px) {
    .woocommerce ul.products.columns-4 {
        grid-template-columns:repeat(5, 1fr);
    }
}

.product-card-wrapper .prod-card-cart-btn .add_to_cart_inline {
    border: 0 !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}
.product-card-wrapper .prod-card-cart-btn .add_to_cart_inline del,
.product-card-wrapper .prod-card-cart-btn .add_to_cart_inline ins,
.product-card-wrapper .prod-card-cart-btn .add_to_cart_inline .currency-code-1 {
    display: none !important;
    visibility: hidden !important;
}
.product-card-wrapper .prod-card-cart-btn .add_to_cart_inline a.button {
    background-color: #fad318;
    padding: 0 10px !important;
    min-height: 35px !important;
    user-select: none;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
}

.product-card-wrapper .prod-card-cart-btn .add_to_cart_inline a.button::before {
    content: "Buy Now";
    display: inline-block;
    color: #000000;
    font-weight: 600;
    font-size: 15px !important;
    transform: none !important;
}
.product-card-wrapper .prod-card-cart-btn .add_to_cart_inline a.button.loading {
    pointer-events: none;
}
.product-card-wrapper .prod-card-cart-btn .add_to_cart_inline a.button.loading::before {
    opacity: 0;
}
.product-card-wrapper .prod-card-cart-btn .add_to_cart_inline a.button.loading::after {
    content: "";
    width: 25px;
    height: 25px;
    top: auto;
    right: auto;
    border-radius: 99px;
    background-image: none;
    border: 4px solid #ffffff;
    border-top: 4px solid #111111;
    animation: productCartBtnLoader 1s linear infinite;
    position: absolute;
}
.product-card-wrapper .prod-card-cart-btn .add_to_cart_inline .added_to_cart.wc-forward {
    display: none;
}


@media(min-width: 601px) {
    .product-card-wrapper .prod-card-cart-btn .add_to_cart_inline a.button::before {
        content: "";
        display: inline-block;
        height: 34px;
        width: 34px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 30px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23ffffff' viewBox='0 0 30 30'%3E%3Cpath d='M22.39 19.5H12.14a3 3 0 0 1-2.94-2.41L7.18 7H4a1 1 0 0 1 0-2h4a1 1 0 0 1 1 .8l2.16 10.9a1 1 0 0 0 1 .8h10.23a1 1 0 0 0 1-.79L25 9.21A1 1 0 0 0 24 8h-1a1 1 0 0 1 0-2h1a3 3 0 0 1 3 3.64l-1.63 7.5a3 3 0 0 1-2.98 2.36zM13 27a3 3 0 1 1 3-3 3 3 0 0 1-3 3zm0-4a1 1 0 1 0 1 1 1 1 0 0 0-1-1zM22 27a3 3 0 1 1 3-3 3 3 0 0 1-3 3zm0-4a1 1 0 1 0 1 1 1 1 0 0 0-1-1z'/%3E%3Cpath d='M20 12h-6a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2z'/%3E%3Cpath d='M17 15a1 1 0 0 1-1-1V8a1 1 0 0 1 2 0v6a1 1 0 0 1-1 1z'/%3E%3C/svg%3E");
    }
    .product-card-wrapper .prod-card-cart-btn .add_to_cart_inline a.button.loading::after {
        border-top: 4px solid #f0a613;
    }
    .product-card-wrapper .prod-card-cart-btn .add_to_cart_inline a.button {
        display: inline-flex;
        border-color: #ffffff;
        min-width: 56px;
        border-style: solid;
        border-width: 1px !important;
        background-color: rgba(0, 0, 0, 0) !important;
    }
    .product-card-wrapper .prod-card-cart-btn .add_to_cart_inline a.button:hover{
        background-color: #0e5440 !important;
        border-color: #043f31;
    }
}
