.custom-acf-slider {
    margin-top: 20px;
}
.custom-acf-slider .item {
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 6px;
    background: #f9f9f9;
    text-align: center;
    height: 150px;
}
.custom-acf-slider .field-icon svg {
    width: 32px;
    height: 32px;
    stroke: #444;
    vertical-align: middle;
    margin-bottom: 8px;
}
.custom-acf-slider .slick-slide {
    padding: 0 10px;
    box-sizing: border-box;
}
.custom-acf-slider .field-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.custom-acf-slider .field-label {
    font-weight: bold;
    font-size: 14px;
}
.custom-acf-slider .field-icon {
    font-size: 20px;
    color: #ff6600;
}
.custom-acf-slider .field-value {
    font-size: 14px;
    line-height: 18px;
    color: #333;
}
.single-product .condition-guide{
    float: right;
}
.cs-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #e8e8e8;
    flex: 0 0 auto;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
}
h2.cs-title {
    font-size: 18px;
    color: #1d1d1d;
    margin: 0;
    padding: 0;
}
.cs-header .close-sidebar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #f0f0f0;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #555;
    flex-shrink: 0;
    transition: background 0.2s ease;
    line-height: 1;
    padding: 0;
    cursor: pointer;
}
.cs-header .close-sidebar:hover{
    background-color: #e0e0e0 !important;
}
.condition-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 350px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    transition: right 0.3s ease;
    padding: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
}
.condition-sidebar.active {
    right: 0;
}
.condition-sidebar-content{
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 15px;
}
.recently-viewed-slider ul.products.columns-6 li.product {
    max-width: 100%;
}
.custom-wishlist-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    cursor: pointer;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 4px;
    color: #333;
    transition: all 0.2s ease;
}
.custom-wishlist-icon:hover {
    color: #62ab00;
    transform: scale(1.05);
}
.custom-wishlist-icon.active {
    color: #f4402f;
}
li.product .product-block .product-transition .group-action.wishlist-icon{
    top: 0;
    bottom: unset;
}
.group-action.wishlist-icon .shop-action button.woosw-btn{
    display: flex !important;
}
.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block {
    display: none;
}