@charset "UTF-8";
.veda-quickview .added_to_cart {
    display: none;
}
.veda-quickview .button.loading::before {
    --spinner-color: #333333;
    --spinner-size: 12px;
    content: "";
    position: absolute;
    border: 2px solid transparent !important;
    border-radius: 50%;
    border-top: 2px solid var(--color-primary) !important;
    border-right: 2px solid var(--color-primary) !important;
    width: var(--spinner-size) !important;
    height: var(--spinner-size) !important;
    animation: spin 0.6s linear infinite;
    top: auto !important;
    right: auto !important;
    padding: 0 !important;
    background-color: #eeeeee !important;
    background: #eeeeee !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.veda-quickview a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading:hover {
    background-color: #eeeeee !important;
    background: #eeeeee !important;
}
.veda-quickview a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading:hover {
    background-color: #eeeeee !important;
    background: #eeeeee !important;
}
.veda-quickview .button.loading::after {
    display: none;
}

.wiloke-highlight-featured-products-wrapper {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --star-stroke-color: #FEAA01;
    --star-color: #FEAA01;
    --tooltip-background: #000;
    --tooltip-color: #fff;
}
.wiloke-highlight-featured-products-wrapper .added_to_cart {
    display: none;
}
.wiloke-highlight-featured-products-wrapper .button.loading::before {
    --spinner-color: #333333;
    --spinner-size: 12px;
    content: "";
    position: absolute;
    border: 2px solid transparent !important;
    border-radius: 50%;
    border-top: 2px solid var(--color-primary) !important;
    border-right: 2px solid var(--color-primary) !important;
    width: var(--spinner-size) !important;
    height: var(--spinner-size) !important;
    animation: spin 0.6s linear infinite;
    top: auto !important;
    right: auto !important;
    padding: 0 !important;
    background-color: #eeeeee !important;
    background: #eeeeee !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.wiloke-highlight-featured-products-wrapper a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading:hover {
    background-color: #eeeeee !important;
    background: #eeeeee !important;
}
.wiloke-highlight-featured-products-wrapper .button.loading::after {
    display: none;
}
.wiloke-highlight-featured-products-wrapper .button.loading {
    color: #eeeeee;
}
.wiloke-highlight-featured-products-wrapper .button.loading i {
    visibility: hidden;
}
.wiloke-highlight-featured-products-wrapper .btn-wishlist .add_to_wishlist:hover {
    color: var(--color-secondary) !important;
    background-color: var(--color-primary) !important;
}
.wiloke-highlight-featured-products-wrapper .btn-wishlist .add_to_wishlist:hover i {
    color: var(--color-secondary) !important;
}
.wiloke-highlight-featured-products-wrapper .btn-wishlist .remove_from_wishlist:hover {
    color: var(--color-primary) !important;
    background-color: var(--color-secondary) !important;
    background-color: var(--color-secondary) !important;
}
.wiloke-highlight-featured-products-wrapper .btn-wishlist .remove_from_wishlist:hover i {
    color: var(--color-primary) !important;
}
.wiloke-highlight-featured-products-wrapper .wil-product-quickview-js:hover {
    color: var(--color-secondary) !important;
    background-color: var(--color-primary) !important;
}
.wiloke-highlight-featured-products-wrapper .wil-product-quickview-js:hover i {
    color: var(--color-secondary) !important;
}
.wiloke-highlight-featured-products-wrapper a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: var(--color-secondary) !important;
    color: var(--color-primary) !important;
    border: 1px solid var(--color-secondary) !important;
}
.wiloke-highlight-featured-products-wrapper a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    color: var(--color-secondary) !important;
    background-color: var(--color-primary) !important;
}
.wiloke-highlight-featured-products-wrapper a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hoveri {
    color: var(--color-secondary) !important;
}
.wiloke-highlight-featured-products-wrapper .veda-spinner {
    --spinner-color: #3498db;
    --spinner-size: 12px;
    position: absolute;
    border: 2px solid transparent;
    border-radius: 50%;
    border-top: 2px solid var(--spinner-color);
    border-right: 2px solid var(--spinner-color);
    width: var(--spinner-size);
    height: var(--spinner-size);
    animation: spin 0.6s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.wiloke-highlight-featured-products-wrapper,
.wiloke-highlight-featured-products-wrapper:before,
.wiloke-highlight-featured-products-wrapper:after,
.wiloke-highlight-featured-products-wrapper *,
.wiloke-highlight-featured-products-wrapper *:before,
.wiloke-highlight-featured-products-wrapper *:after {
    box-sizing: border-box;
    letter-spacing: 0 !important;
}

.wiloke-highlight-featured-products-wrapper .ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.wiloke-highlight-featured-products-wrapper .full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
}

.wiloke-highlight-featured-products-wrapper .empty-stars:before {
    content: "★ ★ ★ ★ ★";
    -webkit-text-stroke: 1px var(--star-stroke-color) !important;
}

.wiloke-highlight-featured-products-wrapper .full-stars:before {
    content: "★ ★ ★ ★ ★";
    -webkit-text-stroke: 1px var(--star-stroke-color) !important;
    color: var(--star-color) !important;
}

.wiloke-wrapper .ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.wiloke-wrapper .full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
}

.wiloke-wrapper .empty-stars:before {
    content: "★ ★ ★ ★ ★";
    -webkit-text-stroke: 1px var(--star-stroke-color) !important;
}

.wiloke-wrapper .full-stars:before {
    content: "★ ★ ★ ★ ★";
    -webkit-text-stroke: 1px var(--star-stroke-color) !important;
    color: var(--star-color) !important;
}

.wiloke-highlight-featured-products-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--gap-xs, 30px) / -2);
    margin-right: calc(var(--gap-xs, 30px) / -2);
    margin-top: calc(var(--gap-xs, 30px) / -1);
}
.wiloke-highlight-featured-products-grid > * {
    padding-left: calc(var(--gap-xs, 30px) / 2);
    padding-right: calc(var(--gap-xs, 30px) / 2);
    margin-top: var(--gap-xs, 30px);
    width: calc(100% / var(--col-xs, 1));
}
@media (min-width: 768px) {
    .wiloke-highlight-featured-products-grid {
        margin-left: calc(var(--gap-sm, 30px) / -2);
        margin-right: calc(var(--gap-sm, 30px) / -2);
        margin-top: calc(var(--gap-sm, 30px) / -1);
    }
    .wiloke-highlight-featured-products-grid > * {
        padding-left: calc(var(--gap-sm, 30px) / 2);
        padding-right: calc(var(--gap-sm, 30px) / 2);
        margin-top: var(--gap-sm, 30px);
        width: calc(100% / var(--col-sm, 1));
    }
}
@media (min-width: 992px) {
    .wiloke-highlight-featured-products-grid {
        margin-left: calc(var(--gap-md, 30px) / -2);
        margin-right: calc(var(--gap-md, 30px) / -2);
        margin-top: calc(var(--gap-md, 30px) / -1);
    }
    .wiloke-highlight-featured-products-grid > * {
        padding-left: calc(var(--gap-md, 30px) / 2);
        padding-right: calc(var(--gap-md, 30px) / 2);
        margin-top: var(--gap-md, 30px);
        width: calc(100% / var(--col-md, 1));
    }
}
@media (min-width: 1200px) {
    .wiloke-highlight-featured-products-grid {
        margin-left: calc(var(--gap-lg, 30px) / -2);
        margin-right: calc(var(--gap-lg, 30px) / -2);
        margin-top: calc(var(--gap-lg, 30px) / -1);
    }
    .wiloke-highlight-featured-products-grid > * {
        padding-left: calc(var(--gap-lg, 30px) / 2);
        padding-right: calc(var(--gap-lg, 30px) / 2);
        margin-top: var(--gap-lg, 30px);
        width: calc(100% / var(--col-lg, 1));
    }
}

.wil-swiper {
    position: relative;
}
.wil-swiper .swiper-pagination {
    position: relative !important;
    bottom: 0 !important;
    margin-top: 30px;
}
.wil-swiper .swiper-button-prev {
    left: -40px;
}
.wil-swiper .swiper-button-next {
    right: -40px;
}
.wil-swiper .swiper-button-prev:after,
.wil-swiper .swiper-button-next:after {
    font-size: 34px;
}
.wil-swiper .swiper-pagination-bullet {
    background: currentColor !important;
    cursor: pointer;
}

[class*=lines-] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

[dir=rtl] .wiloke-highlight-featured-products-wrapper .l\:0 {
    left: initial;
}

[dir=rtl] .wiloke-highlight-featured-products-wrapper .mr\:5px\! {
    margin-right: initial;
}

[dir=rtl] .wiloke-highlight-featured-products-wrapper .mr\:9px {
    margin-right: initial;
}

[dir=rtl] .wiloke-highlight-featured-products-wrapper .ml\:5px\! {
    margin-left: initial;
}

[dir=rtl] .wiloke-highlight-featured-products-wrapper .pr\:1px {
    padding-right: initial;
}

[dir=rtl] .wiloke-highlight-featured-products-wrapper .pl\:1px {
    padding-left: initial;
}

[dir=rtl] .wiloke-highlight-featured-products-wrapper .r\:20px {
    right: initial;
}

[dir=rtl] .wiloke-highlight-featured-products-wrapper .l\:50\% {
    left: initial;
}

[dir=rtl] .wiloke-highlight-featured-products-wrapper .mr\:10px {
    margin-right: initial;
}

[dir=rtl] .wiloke-highlight-featured-products-wrapper .ml\:20px {
    margin-left: initial;
}

[dir=rtl] .wiloke-highlight-featured-products-wrapper .mr\:5px {
    margin-right: initial;
}

.wiloke-highlight-featured-products-wrapper .bg\:none\! {
    background: none !important;
}

.wiloke-highlight-featured-products-wrapper .d\:flex {
    display: flex;
}

.wiloke-highlight-featured-products-wrapper .d\:flex\! {
    display: flex !important;
}

.wiloke-highlight-featured-products-wrapper .fld\:column\! {
    flex-direction: column !important;
}

.wiloke-highlight-featured-products-wrapper .h\:auto\! {
    height: auto !important;
}

.wiloke-highlight-featured-products-wrapper .lh\:1\.5 {
    line-height: 1.5;
}

.wiloke-highlight-featured-products-wrapper .mih\:100\%\! {
    min-height: 100% !important;
}

.wiloke-highlight-featured-products-wrapper .op\:0 {
    opacity: 0;
}

.wiloke-highlight-featured-products-wrapper .p\:20px {
    padding: 20px;
}

.wiloke-highlight-featured-products-wrapper .pos\:absolute {
    position: absolute;
}

.wiloke-highlight-featured-products-wrapper .p\:10px {
    padding: 10px;
}

.wiloke-highlight-featured-products-wrapper .mt\:40px {
    margin-top: 40px;
}

.wiloke-highlight-featured-products-wrapper .bd\:1px_solid_\#E5E5E5 {
    border: 1px solid #E5E5E5;
}

.wiloke-highlight-featured-products-wrapper .bd\:1px_solid_\#e5e5e5 {
    border: 1px solid #e5e5e5;
}

.wiloke-highlight-featured-products-wrapper .bd\:1px_solid_\#ccc {
    border: 1px solid #ccc;
}

.wiloke-highlight-featured-products-wrapper .bd\:1px_solid_\#e5e5e5\! {
    border: 1px solid #e5e5e5 !important;
}

.wiloke-highlight-featured-products-wrapper .bdrs\:20px {
    border-radius: 20px;
}

.wiloke-highlight-featured-products-wrapper .bdrs\:50\% {
    border-radius: 50%;
}

.wiloke-highlight-featured-products-wrapper .bgc\:\#000000 {
    background-color: #000000;
}

.wiloke-highlight-featured-products-wrapper .bgc\:\#ffffff {
    background-color: #ffffff;
}

.wiloke-highlight-featured-products-wrapper .bgc\:\#000000\|h:hover {
    background-color: #000000;
}

.wiloke-highlight-featured-products-wrapper .bgc\:\#ffffff\|h:hover {
    background-color: #ffffff;
}

.wiloke-highlight-featured-products-wrapper .bgz\:cover {
    background-size: cover;
}

.wiloke-highlight-featured-products-wrapper .bgp\:center {
    background-position: center;
}

.wiloke-highlight-featured-products-wrapper .bxsh\:none {
    box-shadow: none;
}

.wiloke-highlight-featured-products-wrapper .c\:\#ffffff {
    color: #ffffff;
}

.wiloke-highlight-featured-products-wrapper .c\:\#000000 {
    color: #000000;
}

.wiloke-highlight-featured-products-wrapper .c\:\#ffffff\|h:hover {
    color: #ffffff;
}

.wiloke-highlight-featured-products-wrapper .c\:\#000000\|h:hover {
    color: #000000;
}

.wiloke-highlight-featured-products-wrapper .c\:\#BAB7B3 {
    color: #BAB7B3;
}

.wiloke-highlight-featured-products-wrapper .c\:transparent {
    color: transparent;
}

.wiloke-highlight-featured-products-wrapper .c\:\#FBA300 {
    color: #FBA300;
}

.wiloke-highlight-featured-products-wrapper .cur\:pointer {
    cursor: pointer;
}

.wiloke-highlight-featured-products-wrapper .d\:block {
    display: block;
}

.wiloke-highlight-featured-products-wrapper .d\:inline-block {
    display: inline-block;
}

.wiloke-highlight-featured-products-wrapper .ai\:center {
    align-items: center;
}

.wiloke-highlight-featured-products-wrapper .jc\:center {
    justify-content: center;
}

.wiloke-highlight-featured-products-wrapper .flw\:wrap {
    flex-wrap: wrap;
}

.wiloke-highlight-featured-products-wrapper .fw\:700 {
    font-weight: 700;
}

.wiloke-highlight-featured-products-wrapper .fw\:500 {
    font-weight: 500;
}

.wiloke-highlight-featured-products-wrapper .fw\:400 {
    font-weight: 400;
}

.wiloke-highlight-featured-products-wrapper .fw\:600 {
    font-weight: 600;
}

.wiloke-highlight-featured-products-wrapper .fz\:20px {
    font-size: 20px;
}

.wiloke-highlight-featured-products-wrapper .fz\:14px {
    font-size: 14px;
}

.wiloke-highlight-featured-products-wrapper .fz\:12px {
    font-size: 12px;
}

.wiloke-highlight-featured-products-wrapper .fz\:pfs\(18px\,21px\) {
    font-size: clamp(18px, 0.375vw + 16.5px, 21px);
}

.wiloke-highlight-featured-products-wrapper .fz\:15px {
    font-size: 15px;
}

.wiloke-highlight-featured-products-wrapper .fz\:13px {
    font-size: 13px;
}

.wiloke-highlight-featured-products-wrapper .h\:100\% {
    height: 100%;
}

.wiloke-highlight-featured-products-wrapper .h\:120px {
    height: 120px;
}

.wiloke-highlight-featured-products-wrapper .h\:40px {
    height: 40px;
}

.wiloke-highlight-featured-products-wrapper .h\:20px {
    height: 20px;
}

.wiloke-highlight-featured-products-wrapper .l\:0 {
    left: 0;
}

[dir=rtl] .wiloke-highlight-featured-products-wrapper .l\:0 {
    right: 0;
}

.wiloke-highlight-featured-products-wrapper .m\:0\! {
    margin: 0 !important;
}

.wiloke-highlight-featured-products-wrapper .m\:0 {
    margin: 0;
}

.wiloke-highlight-featured-products-wrapper .mt\:25px {
    margin-top: 25px;
}

.wiloke-highlight-featured-products-wrapper .mt\:9px {
    margin-top: 9px;
}

.wiloke-highlight-featured-products-wrapper .mt\:5px {
    margin-top: 5px;
}

.wiloke-highlight-featured-products-wrapper .mt\:4px {
    margin-top: 4px;
}

.wiloke-highlight-featured-products-wrapper .mr\:5px\! {
    margin-right: 5px !important;
}

[dir=rtl] .wiloke-highlight-featured-products-wrapper .mr\:5px\! {
    margin-left: 5px !important;
}

.wiloke-highlight-featured-products-wrapper .mr\:9px {
    margin-right: 9px;
}

[dir=rtl] .wiloke-highlight-featured-products-wrapper .mr\:9px {
    margin-left: 9px;
}

.wiloke-highlight-featured-products-wrapper .mb\:0\! {
    margin-bottom: 0 !important;
}

.wiloke-highlight-featured-products-wrapper .mb\:20px {
    margin-bottom: 20px;
}

.wiloke-highlight-featured-products-wrapper .ml\:5px\! {
    margin-left: 5px !important;
}

[dir=rtl] .wiloke-highlight-featured-products-wrapper .ml\:5px\! {
    margin-right: 5px !important;
}

.wiloke-highlight-featured-products-wrapper .mih\:100\% {
    min-height: 100%;
}

.wiloke-highlight-featured-products-wrapper .o\:0 {
    outline: 0;
}

.wiloke-highlight-featured-products-wrapper .t\:0 {
    top: 0;
}

.wiloke-highlight-featured-products-wrapper .t\:20px {
    top: 20px;
}

.wiloke-highlight-featured-products-wrapper .op\:0\.5 {
    opacity: 0.5;
}

.wiloke-highlight-featured-products-wrapper .op\:1 {
    opacity: 1;
}

.wiloke-highlight-featured-products-wrapper .ov\:hidden {
    overflow: hidden;
}

.wiloke-highlight-featured-products-wrapper .p\:30px {
    padding: 30px;
}

.wiloke-highlight-featured-products-wrapper .p\:0\! {
    padding: 0 !important;
}

.wiloke-highlight-featured-products-wrapper .pr\:1px {
    padding-right: 1px;
}

[dir=rtl] .wiloke-highlight-featured-products-wrapper .pr\:1px {
    padding-left: 1px;
}

.wiloke-highlight-featured-products-wrapper .pl\:1px {
    padding-left: 1px;
}

[dir=rtl] .wiloke-highlight-featured-products-wrapper .pl\:1px {
    padding-right: 1px;
}

.wiloke-highlight-featured-products-wrapper .pe\:none {
    pointer-events: none;
}

.wiloke-highlight-featured-products-wrapper .pe\:auto {
    pointer-events: auto;
}

.wiloke-highlight-featured-products-wrapper .pos\:relative {
    position: relative;
}

.wiloke-highlight-featured-products-wrapper .ta\:center {
    text-align: center;
}

.wiloke-highlight-featured-products-wrapper .td\:none {
    text-decoration: none;
}

.wiloke-highlight-featured-products-wrapper .td\:none\! {
    text-decoration: none !important;
}

.wiloke-highlight-featured-products-wrapper .td\:line-through {
    text-decoration: line-through;
}

.wiloke-highlight-featured-products-wrapper .tt\:uppercase {
    text-transform: uppercase;
}

.wiloke-highlight-featured-products-wrapper .tt\:capitalize {
    text-transform: capitalize;
}

.wiloke-highlight-featured-products-wrapper .group\*:hover .trf\:scale\(1\.1\)\*group-hover {
    transform: scale(1.1);
}

.wiloke-highlight-featured-products-wrapper .trf\:translateX\(300px\) {
    transform: translateX(300px);
}

[dir=rtl] .wiloke-highlight-featured-products-wrapper .trf\:translateX\(300px\) {
    transform: translateX(-300px);
}

.wiloke-highlight-featured-products-wrapper .group\*:hover .trf\:translateX\(0\)\*group-hover {
    transform: translateX(0);
}

.wiloke-highlight-featured-products-wrapper .trs\:all_0\.3s {
    transition: all 0.3s;
}

.wiloke-highlight-featured-products-wrapper .trs\:all_0\.4s {
    transition: all 0.4s;
}

.wiloke-highlight-featured-products-wrapper .trs\:all_0\.5s {
    transition: all 0.5s;
}

.wiloke-highlight-featured-products-wrapper .w\:100\% {
    width: 100%;
}

.wiloke-highlight-featured-products-wrapper .w\:40px {
    width: 40px;
}

.wiloke-highlight-featured-products-wrapper .w\:20px {
    width: 20px;
}

.wiloke-highlight-featured-products-wrapper .w\:fit-content {
    width: fit-content;
}

.wiloke-highlight-featured-products-wrapper .z\:3 {
    z-index: 3;
}

.wiloke-highlight-featured-products-wrapper .z\:8 {
    z-index: 8;
}

.wiloke-highlight-featured-products-wrapper .z\:9 {
    z-index: 9;
}

.wiloke-highlight-featured-products-wrapper .z\:99 {
    z-index: 99;
}

.wiloke-highlight-featured-products-wrapper .z\:999 {
    z-index: 999;
}

.wiloke-highlight-featured-products-wrapper .r\:20px {
    right: 20px;
}

[dir=rtl] .wiloke-highlight-featured-products-wrapper .r\:20px {
    left: 20px;
}

.wiloke-highlight-featured-products-wrapper .ar\:1 {
    aspect-ratio: 1;
}

.wiloke-highlight-featured-products-wrapper .bd\:1px_solid_\#000000 {
    border: 1px solid #000000;
}

.wiloke-highlight-featured-products-wrapper .bdrs\:250px_250px_0_0 {
    border-radius: 250px 250px 0 0;
}

.wiloke-highlight-featured-products-wrapper .bdrs\:10px {
    border-radius: 10px;
}

.wiloke-highlight-featured-products-wrapper .ai\:flex-end {
    align-items: flex-end;
}

.wiloke-highlight-featured-products-wrapper .fz\:17px {
    font-size: 17px;
}

.wiloke-highlight-featured-products-wrapper .fz\:pfs\(18px\,28px\) {
    font-size: clamp(18px, 1.25vw + 13px, 28px);
}

.wiloke-highlight-featured-products-wrapper .fz\:16px {
    font-size: 16px;
}

.wiloke-highlight-featured-products-wrapper .h\:100px {
    height: 100px;
}

.wiloke-highlight-featured-products-wrapper .h\:20\% {
    height: 20%;
}

.wiloke-highlight-featured-products-wrapper .h\:15px {
    height: 15px;
}

.wiloke-highlight-featured-products-wrapper .l\:50\% {
    left: 50%;
}

[dir=rtl] .wiloke-highlight-featured-products-wrapper .l\:50\% {
    right: 50%;
}

.wiloke-highlight-featured-products-wrapper .mt\:5px\! {
    margin-top: 5px !important;
}

.wiloke-highlight-featured-products-wrapper .mr\:10px {
    margin-right: 10px;
}

[dir=rtl] .wiloke-highlight-featured-products-wrapper .mr\:10px {
    margin-left: 10px;
}

.wiloke-highlight-featured-products-wrapper .mb\:30px {
    margin-bottom: 30px;
}

.wiloke-highlight-featured-products-wrapper .ml\:20px {
    margin-left: 20px;
}

[dir=rtl] .wiloke-highlight-featured-products-wrapper .ml\:20px {
    margin-right: 20px;
}

.wiloke-highlight-featured-products-wrapper .mih\:60px {
    min-height: 60px;
}

.wiloke-highlight-featured-products-wrapper .t\:50\% {
    top: 50%;
}

.wiloke-highlight-featured-products-wrapper .b\:50px {
    bottom: 50px;
}

.wiloke-highlight-featured-products-wrapper .b\:0px {
    bottom: 0px;
}

.wiloke-highlight-featured-products-wrapper .p\:35px_30px_30px_30px {
    padding: 35px 30px 30px 30px;
}

.wiloke-highlight-featured-products-wrapper .p\:17px_25px {
    padding: 17px 25px;
}

.wiloke-highlight-featured-products-wrapper .trf\:translateY\(300px\) {
    transform: translateY(300px);
}

.wiloke-highlight-featured-products-wrapper .group\*:hover .trf\:translateY\(-20px\)\*group-hover {
    transform: translateY(-20px);
}

.wiloke-highlight-featured-products-wrapper .trf\:translateY\(-50\%\) {
    transform: translateY(-50%);
}

.wiloke-highlight-featured-products-wrapper .trf\:translateX\(-50\%\) {
    transform: translateX(-50%);
}

[dir=rtl] .wiloke-highlight-featured-products-wrapper .trf\:translateX\(-50\%\) {
    transform: translateX(50%);
}

.wiloke-highlight-featured-products-wrapper .whs\:nowrap {
    white-space: nowrap;
}

.wiloke-highlight-featured-products-wrapper .w\:15px {
    width: 15px;
}

.wiloke-highlight-featured-products-wrapper .z\:1 {
    z-index: 1;
}

.wiloke-highlight-featured-products-wrapper .z\:-1 {
    z-index: -1;
}

.wiloke-highlight-featured-products-wrapper .z\:2 {
    z-index: 2;
}

.wiloke-highlight-featured-products-wrapper .ar\:298\/394 {
    aspect-ratio: 298/394;
}

.wiloke-highlight-featured-products-wrapper .bd\:1px_solid_\#F4F3F2 {
    border: 1px solid #F4F3F2;
}

.wiloke-highlight-featured-products-wrapper .bdrs\:20px_20px_0px_0px {
    border-radius: 20px 20px 0px 0px;
}

.wiloke-highlight-featured-products-wrapper .bgp\:top {
    background-position: top;
}

.wiloke-highlight-featured-products-wrapper .c\:\#878480 {
    color: #878480;
}

.wiloke-highlight-featured-products-wrapper .fld\:column {
    flex-direction: column;
}

.wiloke-highlight-featured-products-wrapper .jc\:space-between {
    justify-content: space-between;
}

.wiloke-highlight-featured-products-wrapper .jc\:flex-start {
    justify-content: flex-start;
}

.wiloke-highlight-featured-products-wrapper .fxw\:wrap {
    flex-wrap: wrap;
}

.wiloke-highlight-featured-products-wrapper .fw\:400\! {
    font-weight: 400 !important;
}

.wiloke-highlight-featured-products-wrapper .fz\:pfs\(15px\,21px\) {
    font-size: clamp(15px, 0.75vw + 12px, 21px);
}

.wiloke-highlight-featured-products-wrapper .fz\:18px {
    font-size: 18px;
}

.wiloke-highlight-featured-products-wrapper .p\:13px_20px {
    padding: 13px 20px;
}

.wiloke-highlight-featured-products-wrapper .ta\:left {
    text-align: left;
}

[dir=rtl] .wiloke-highlight-featured-products-wrapper .ta\:left {
    text-align: right;
}

.wiloke-highlight-featured-products-wrapper .trf\:translateY\(200px\) {
    transform: translateY(200px);
}

.wiloke-highlight-featured-products-wrapper .ar\:298\/340 {
    aspect-ratio: 298/340;
}

.wiloke-highlight-featured-products-wrapper .bgc\:\#EAE7E2 {
    background-color: #EAE7E2;
}

.wiloke-highlight-featured-products-wrapper .c\:\#350424 {
    color: #350424;
}

.wiloke-highlight-featured-products-wrapper .c\:\#9E9E9E {
    color: #9E9E9E;
}

.wiloke-highlight-featured-products-wrapper .jc\:flex-end {
    justify-content: flex-end;
}

.wiloke-highlight-featured-products-wrapper .fw\:300 {
    font-weight: 300;
}

.wiloke-highlight-featured-products-wrapper .fz\:pfs\(16px\,21px\) {
    font-size: clamp(16px, 0.625vw + 13.5px, 21px);
}

.wiloke-highlight-featured-products-wrapper .fz\:pfs\(15px\,18px\) {
    font-size: clamp(15px, 0.375vw + 13.5px, 18px);
}

.wiloke-highlight-featured-products-wrapper .mt\:10px\! {
    margin-top: 10px !important;
}

.wiloke-highlight-featured-products-wrapper .mt\:20px\! {
    margin-top: 20px !important;
}

.wiloke-highlight-featured-products-wrapper .mr\:5px {
    margin-right: 5px;
}

[dir=rtl] .wiloke-highlight-featured-products-wrapper .mr\:5px {
    margin-left: 5px;
}

.wiloke-highlight-featured-products-wrapper .b\:0 {
    bottom: 0;
}

.wiloke-highlight-featured-products-wrapper .group\*:hover .op\:1\*group-hover {
    opacity: 1;
}

.wiloke-highlight-featured-products-wrapper .p\:10px_20px {
    padding: 10px 20px;
}

.wiloke-highlight-featured-products-wrapper .p\:12px_20px_20px_20px {
    padding: 12px 20px 20px 20px;
}

.wiloke-highlight-featured-products-wrapper .trf\:translateY\(-300px\) {
    transform: translateY(-300px);
}

.wiloke-highlight-featured-products-wrapper .group\*:hover .trf\:translateY\(105\%\)\*group-hover {
    transform: translateY(105%);
}

.wiloke-highlight-featured-products-wrapper .trf\:translateY\(100\%\) {
    transform: translateY(100%);
}

.wiloke-highlight-featured-products-wrapper .group\*:hover .trf\:translateY\(0\)\*group-hover {
    transform: translateY(0);
}

.wiloke-highlight-featured-products-wrapper .z\:4 {
    z-index: 4;
}

.wiloke-highlight-featured-products-wrapper .bdrs\:15px_15px_0px_0px {
    border-radius: 15px 15px 0px 0px;
}

.wiloke-highlight-featured-products-wrapper .bgc\:\#000 {
    background-color: #000;
}

.wiloke-highlight-featured-products-wrapper .fil\:drop-shadow\(0px_2px_16px_rgba\(0\,0\,0\,0\.06\)\) {
    filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.06));
}

.wiloke-highlight-featured-products-wrapper .pt\:110\% {
    padding-top: 110%;
}

.wiloke-highlight-featured-products-wrapper .pb\:16px {
    padding-bottom: 16px;
}

[data-tooltip-text] {
    position: relative;
    display: inline-block;
    --tooltip-position-warning: "You need to add attribute `data-tooltip-position: top | right | bottom | left` to element";
    --tooltip-active-warning: "You need to add attribute `data-tooltip-active-text` to element";
}
[data-tooltip-text]:before {
    content: var(--tooltip-position-warning);
    font-size: 13px !important;
    position: absolute;
    z-index: 999;
    white-space: nowrap;
    padding: 2px 5px;
    background: var(--tooltip-background);
    color: var(--tooltip-color);
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    font-weight: 400;
}
[data-tooltip-text]:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    opacity: 0;
    border: 5px solid transparent;
    visibility: hidden;
    transition: 0.2s;
    z-index: 999;
    pointer-events: none;
    font-size: 13px !important;
}
[data-tooltip-text]:hover:before {
    opacity: 1;
    visibility: visible;
}
[data-tooltip-text]:hover:after {
    opacity: 1;
    visibility: visible;
}
[data-tooltip-text][data-tooltip-position]:before {
    content: attr(data-tooltip-text);
}

[data-tooltip-active=true]:before {
    content: var(--tooltip-active-warning);
}
[data-tooltip-active=true][data-tooltip-position]:before {
    content: attr(data-tooltip-active-text);
}
[data-tooltip-active=true][data-tooltip-active-text]:before {
    content: var(--tooltip-position-warning);
}
[data-tooltip-active=true][data-tooltip-active-text][data-tooltip-position]:before {
    content: attr(data-tooltip-active-text);
}

[data-tooltip-position=top]:before {
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, -15px);
}
[data-tooltip-position=top]:after {
    bottom: 100%;
    left: 50%;
    border-width: 5px 4px;
    border-top-color: var(--tooltip-background);
    transform: translate(-50%, -5px);
}
[data-tooltip-position=top]:hover:before {
    transform: translate(-50%, -10px);
}
[data-tooltip-position=top]:hover:after {
    transform: translate(-50%, 0px);
}

[data-tooltip-position=right]:before {
    left: 100%;
    top: 50%;
    transform: translate(15px, -50%);
}
[data-tooltip-position=right]:after {
    left: 100%;
    top: 50%;
    border-width: 4px 5px;
    border-right-color: var(--tooltip-background);
    transform: translate(5px, -50%);
}
[data-tooltip-position=right]:hover:before {
    transform: translate(10px, -50%);
}
[data-tooltip-position=right]:hover:after {
    transform: translate(0px, -50%);
}

[data-tooltip-position=bottom]:before {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 15px);
}
[data-tooltip-position=bottom]:after {
    top: 100%;
    left: 50%;
    border-width: 5px 4px;
    border-bottom-color: var(--tooltip-background);
    transform: translate(-50%, 5px);
}
[data-tooltip-position=bottom]:hover:before {
    transform: translate(-50%, 10px);
}
[data-tooltip-position=bottom]:hover:after {
    transform: translate(-50%, 0px);
}

[data-tooltip-position=left]:before {
    right: 100%;
    top: 50%;
    transform: translate(-15px, -50%);
}
[data-tooltip-position=left]:after {
    right: 100%;
    top: 50%;
    border-width: 4px 5px;
    border-left-color: var(--tooltip-background);
    transform: translate(-5px, -50%);
}
[data-tooltip-position=left]:hover:before {
    transform: translate(-10px, -50%);
}
[data-tooltip-position=left]:hover:after {
    transform: translate(0px, -50%);
}

/* ===================================================================
   Variant 4 — custom design (hand-written, fully scoped under .whfp-v4).
   Self-contained: needs no Master-CSS build, and every selector is scoped
   so it cannot affect the active theme or any other plugin.
   =================================================================== */
.whfp-v4 {
  --whfp-primary: #111111;
  --whfp-secondary: #ffffff;
  --whfp-rating: #fba300;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 18px -10px rgba(17, 17, 26, .22);
  transition: transform .35s ease, box-shadow .35s ease;
}
.whfp-v4 * { box-sizing: border-box; }
.whfp-v4:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 46px -18px rgba(17, 17, 26, .42);
}

.whfp-v4__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f3f3f4;
}
.whfp-v4 .whfp-v4__img {
  position: absolute;
  inset: 0;
  display: block;
  background-size: cover;
  background-position: center;
  transition: transform .6s cubic-bezier(.22, .61, .36, 1);
}
.whfp-v4:hover .whfp-v4__img { transform: scale(1.07); }

.whfp-v4__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--whfp-primary);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
}

.whfp-v4__actions {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none;
}

.whfp-v4__overlay {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .5);
}
.whfp-v4__overlay span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.whfp-v4__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  padding: 16px 18px 18px;
}
.whfp-v4__rating {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 13px;
  line-height: 1;
  color: var(--whfp-rating);
}
.whfp-v4__rating .whfp-v4__star { color: var(--whfp-rating); }
.whfp-v4__rating-count {
  margin-left: 3px;
  color: #9a9a9a;
  font-size: 12px;
}

.whfp-v4 a.whfp-v4__name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  color: #1b1b1b;
  font-size: clamp(15px, 1.1vw + 12px, 18px);
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  text-transform: capitalize;
  transition: color .25s ease;
}
.whfp-v4 a.whfp-v4__name:hover { color: var(--whfp-primary); }

.whfp-v4__foot {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: auto;
}
.whfp-v4__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}
.whfp-v4__price-now {
  color: #111;
  font-size: clamp(17px, 1vw + 13px, 21px);
  font-weight: 700;
}
.whfp-v4__price-old {
  color: #b6b3af;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
}

.whfp-v4 a.whfp-v4__cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  margin: 0;
  padding: 13px 18px;
  border: 1.5px solid var(--whfp-primary);
  border-radius: 12px;
  background: var(--whfp-primary);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  transition: background .25s ease, color .25s ease;
}
.whfp-v4 a.whfp-v4__cart:hover {
  background: transparent;
  color: var(--whfp-primary);
}
.whfp-v4 a.whfp-v4__cart i { font-size: 15px; }
.whfp-v4__cart-ico { width: 16px; height: 16px; }

@media (max-width: 480px) {
  .whfp-v4__body { gap: 8px; padding: 14px 14px 16px; }
  .whfp-v4 a.whfp-v4__cart { padding: 11px 14px; font-size: 14px; }
}
