.ps-slider-container-216e78c4 {
    width: 100%;
    position: relative;
    /* Default Gap */
    --ps-gap: 20px;
    --ps-row-gap: 20px;
}

/* Slider Mode */
.ps-slider-216e78c4 {
    overflow: hidden; 
    padding-bottom: 5px; 
}
.ps-slider-216e78c4 .swiper-wrapper {
    box-sizing: border-box;
    display: flex;
}
.ps-slider-216e78c4 .swiper-slide {
    height: auto; 
}
.ps-scrollbar-wrapper-216e78c4 {
    position: relative;
    width: 100%;
    height: 10px;
    margin-top: 20px;
}
.is-grid-mode .ps-scrollbar-wrapper-216e78c4 {
    display: none !important;
}
.ps-scrollbar-wrapper-216e78c4 .swiper-scrollbar {
    background: #F4F4F4;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    z-index: 10;
}
.ps-scrollbar-wrapper-216e78c4 .swiper-scrollbar-drag {
    background: #639879;
    border-radius: 5px;
}

/* Grid Mode */
.ps-grid-wrapper-216e78c4 {
    width: 100%;
}
.ps-grid-inner-216e78c4 {
    display: grid;
    grid-template-columns: repeat(var(--cols-desktop, 4), 1fr);
    column-gap: var(--ps-gap);
    row-gap: var(--ps-row-gap);
    width: 100%;
}
.ps-grid-item-216e78c4 {
    display: flex;
    width: 100%;
}
@media (max-width: 1024px) {
    .ps-grid-inner-216e78c4 {
        grid-template-columns: repeat(var(--cols-tablet, 2), 1fr);
    }
}
@media (max-width: 767px) {
    .ps-grid-inner-216e78c4 {
        grid-template-columns: repeat(var(--cols-mobile, 1), 1fr);
    }
}

/* Shared Product Card Styles */
.ps-product-card-216e78c4 {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    font-family: sans-serif;
    padding-bottom: 5px; /* Ensure button doesn't cut off */
}
.ps-image-wrapper-216e78c4 {
    position: relative;
    overflow: hidden;
    border: 2px solid #2A684F; 
    border-radius: 6px;
    background: #FCE1E4; 
}
.ps-image-wrapper-216e78c4 img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
    object-fit: cover;
}
.ps-image-wrapper-216e78c4.has-zoom:hover img {
    transform: scale(1.08);
}
.ps-sale-badge-216e78c4 {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #0B6E4F; 
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    z-index: 2;
}
.ps-content-216e78c4 {
    padding: 15px 0 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.ps-title-216e78c4 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
}
.ps-title-216e78c4 a {
    color: #2A684F;
    text-decoration: none;
}
.ps-price-216e78c4 {
    color: #2A684F;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.ps-price-216e78c4 del,
.ps-price-216e78c4 del span.amount {
    color: #7A9B8F;
    font-weight: normal;
    text-decoration: none;
    opacity: 0.8;
}
.ps-price-216e78c4 ins,
.ps-price-216e78c4 ins span.amount {
    text-decoration: none;
    font-weight: 600;
}
.ps-button-wrapper-216e78c4 {
    margin-top: auto;
    padding-bottom: 5px; /* ensure extra room for button border/shadow */
}
.ps-add-to-cart-216e78c4 {
    display: inline-block;
    background: #FFBDE1;
    border: 2px solid #2A684F;
    color: #2A684F;
    padding: 12px 20px;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
}
.ps-add-to-cart-216e78c4:hover {
    background: #2A684F;
    color: #FFBDE1;
}
.ps-button-wrapper-216e78c4.is-fullwidth .ps-add-to-cart-216e78c4 {
    display: block;
    width: 100%;
}
.ps-view-all-wrapper-216e78c4 {
    text-align: center;
    margin-top: 25px; 
}
.is-grid-mode .ps-view-all-wrapper-216e78c4 {
    margin-top: 20px; /* Bring it up when there's no scrollbar */
}
.ps-view-all-btn-216e78c4 {
    display: inline-block;
    background: #2A684F;
    color: #fff;
    padding: 12px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.3s;
}
.ps-view-all-btn-216e78c4:hover {
    opacity: 0.9;
}

/* Force hide the WooCommerce "View Cart" link that gets appended automatically globally for this widget */
.ps-slider-container-216e78c4 a.added_to_cart,
.ps-product-card-216e78c4 a.added_to_cart,
.ps-button-wrapper-216e78c4 a.added_to_cart,
.wc-forward.added_to_cart {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}
