.elementor-3469 .elementor-element.elementor-element-bb879c6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-7b700a2 */.jwel-grid-slider {
    position: relative;
    width: 100%;
}

.jwel-grid-slider .jwel-slide {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    padding: 10px;
}

.jwel-grid-slider .productsimfo {
    box-sizing: border-box;
    display: flex;
    gap: 12px;
    padding: 5px;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    background: #ffffff;
    cursor: pointer;
    transition: box-shadow .35s ease, transform .3s ease, border-color .3s ease;
}

.jwel-grid-slider .productsimfo:hover {
    box-shadow: 0px 6px 18px rgba(225, 163, 37, 0.28);
    transform: translateY(-4px);
    border-color: #B88E2F;
}

.productimagecontainer {
    flex: 0 0 102px;
}

.productimagecontainer img {
    width: 102px;
    height: 102px;
    object-fit: cover;
    border-radius: 8px;
}

.productinfo {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.moreinfo {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 12px;
}

.product-title {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    margin: 0;
    color: #737373;
    transition: color .25s ease;
}

.product-title a {
    color: #111827;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    transition: color .25s ease;
}

.productsimfo:hover .product-title a {
    color: #B88E2F;
}

.product-price {
    font-weight: 600;
    font-size: 15px;
    color: #111827;
    transition: opacity .25s ease, transform .25s ease;
}

.jwel-static-stars {
    display: flex;
    gap: 2px;
    margin: 0;
    padding: 0;
    transition: opacity .25s ease, transform .25s ease;
}

.jwel-static-stars .jwel-star-icon {
    width: 13px;
    height: 13px;
}

.jwel-static-stars svg path {
    fill: #F1BB40 !important;
    stroke: none !important;
}

.productsimfo:hover .product-price,
.productsimfo:hover .jwel-static-stars {
    opacity: 0;
    transform: translateY(-5px);
    display: none !important;
}

.hiddeninfo {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    padding: 0 12px;
    margin-top: 6px;
    transition: opacity .35s ease, transform .35s ease;
}

.hiddeninfo-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all .3s ease;
}

.productsimfo:hover .hiddeninfo {
    display: flex;
    opacity: 1;
    transform: translateY(0px);
}

.jwel-icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #E5E7EB;
    transition: background .25s ease, transform .25s ease, border-color .25s ease;
}

.jwel-icon-btn svg path {
    stroke: black !important;
    fill: none !important;
}

.jwel-icon-btn:hover {
    background: #D3A337;
    border-color: #D3A337;
    transform: translateY(-2px) scale(1.08);
}

.jwel-icon-btn:hover svg path {
    stroke: black !important;
    fill: none !important;
}

.jwel-slider-bottom-bar {
    width: 100%;
    height: 45px;
    position: relative;
    margin-top: 18px;
    padding: 8px 0;
}

.jwel-grid-slider .owl-nav,
.jwel-grid-slider .owl-dots {
    position: absolute !important;
    bottom: -55px;
    height: 45px;
    display: flex;
    align-items: center;
}

.jwel-grid-slider .owl-nav {
    left: 0;
    gap: 8px;
}

.jwel-grid-slider .owl-nav button.owl-prev,
.jwel-grid-slider .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #FEEFDC !important;
    cursor: pointer;
    font-size: 24px !important;
    transition: background .25s ease, transform .25s ease;
}

.jwel-grid-slider .owl-nav button:hover {
    background: #D3A337 !important;
}

.jwel-grid-slider .owl-dots {
    left: 50%;
    transform: translateX(-50%);
    gap: 15px;
}

.jwel-grid-slider .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #9CA3AF;
    display: block;
    transition: background .3s ease, transform .3s ease;
}

.jwel-grid-slider .owl-dots .owl-dot.active span {
    background: #B88E2F;
    width: 10px;
    height: 10px;
}

@media (max-width: 1024px) {
    .jwel-grid-slider .jwel-slide {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .jwel-grid-slider .jwel-slide {
        grid-template-columns: 1fr;
    }
    .productimagecontainer {
        flex: 0 0 80px;
    }
    .jwel-slider-bottom-bar {
        height: auto;
        margin-top: 40px;
    }
}/* End custom CSS */