/**
 * Theme Name:     Storefront Child
 * Author:         Automattic
 * Template:       storefront
 * Text Domain:	   storefront-child
 * Description:    Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
 */
@font-face {
    font-family: 'Almoni';
    src: url('/wp-content/themes/storefront-child/fonts/almoni-regular-aaa.woff2') format('woff2'),
        url('/wp-content/themes/storefront-child/fonts/almoni-regular-aaa.woff') format('woff'),
        url('/wp-content/themes/storefront-child/fonts/almoni-regular-aaa.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Almoni';
    src: url('/wp-content/themes/storefront-child/fonts/AlmoniMLv5AAA-Bold.woff2') format('woff2'),
        url('/wp-content/themes/storefront-child/fonts/AlmoniMLv5AAA-Bold.woff') format('woff'),
        url('/wp-content/themes/storefront-child/fonts/almoni-bold-aaa.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.woobt-before-text {
    font-family: 'Almoni';
    font-weight: 300;
    font-size: 16px;
    /* line-height:24px ; */
    margin: 0 0 15px;
    color: #000000;
}

.cart {
    font-family: 'Almoni';
    font-weight: 600;
    color: #434867;
    font-size: 20px;
    line-height: 20px;
    margin-block-end: 0px;
}

.products__view-all a {
    display: inline-block;
    padding: 12px 40px;

    background-color: #434867;
    /* צבע רקע כמו באלמנטור */
    color: #fff;
    /* טקסט לבן */
    font-family: "Almoni", Sans-serif;
    /* פונט זהה */
    font-size: 15px;
    font-weight: 600;
    /* bold */
    line-height: 1;
    /* רדיוס קטן כמו באלמנטור */
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    fill: #fff;

    border: none;
    /* הסרנו גבול כי באלמנטור אין */
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

/* הוספה של מצב hover/focus/visited כמו ב-elementor */
.products__view-all a:hover,
.products__view-all a:focus,
.products__view-all a:visited {
    color: #fff;
    background-color: #434867;
    /* ניתן להתאים את הצבע להבהרה קלה */
}

/* ---HEADER----- */

.products__view-all a {
    font-size: 15px;
}

/* div.couples-section__title{
    font-family: 'Almoni';
    font-weight: 600;
    padding: 20px 60px;
} */
text {

    font-family: 'Almoni';
    font-weight: 400;
    font-size: 18px !important;
    white-space: nowrap;
}

/* ====== Customers Section ====== */
.customers-slider-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* לפיירפוקס */
    margin-top: 30px;
    direction: rtl;
}

.customers-slider-wrapper::-webkit-scrollbar {
    display: none;
    /* לכרום */
}

.customers-slider {
    display: flex;
    gap: 20px;
    white-space: nowrap;
    padding-bottom: 20px;
    direction: rtl;
}

.customer-card {
    flex: 0 0 auto;
    width: 280px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
}

.customers-section {
    background-color: #f7f7f7;
    padding: 40px 20px;
    text-align: center;
    direction: rtl;
}

.flex.max-sm\:flex-wrap.items-center.gap-4.max-sm\:divide-x-0.divide-x {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    justify-content: center;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.text-lg.font-bold.capitalize.ps-1.md\:ps-2 {
    font-family: "Almoni", Arial, sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #434867;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
}

.flex.summ-stars.gap-2.items-center.ps-4 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Almoni", Sans-serif;
    color: #434867;
    font-size: 1rem;
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
}

textarea.wc-pao-addon-custom-textarea {
    width: 483.25px !important;
    height: 110px !important;
    background-color: #ffffff !important;
    border: 1.5px solid #434867 !important;
    color: #434867 !important;
}

.font-normal.text-base {
    font-weight: bold;
    font-size: 1.1rem;
}

.text-gray-500.capitalize {
    font-size: 0.95rem;
    color: #666;
}

.stars-container {
    display: flex;
    gap: 2px;
}

.star {
    color: #FFD700;
    font-size: 1.3rem;
}

@media (max-width: 768px) {
    .text-lg.font-bold.capitalize.ps-1.md\:ps-2 {
        font-size: 1.8rem;
    }

    .flex.summ-stars.gap-2.items-center.ps-4 {
        flex-direction: column;
        gap: 5px;
    }
}

@media (max-width: 480px) {
    .text-lg.font-bold.capitalize.ps-1.md\:ps-2 {
        font-size: 1.5rem;
    }

    .star {
        font-size: 1.1rem;
    }
}

/* ====== קונטיינר של הדף ====== */
.faq-container {
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    padding: 60px 15px;
}

/* ====== כותרת כללית של הדף ====== */
.question-block__text {
    font-size: 25px !important;
    font-weight: 600;
    color: #434867;
    text-align: center;
    /* margin-bottom: 40px; */
    font-family: "Almoni", Arial, sans-serif;
    margin: 0px 0px 15px !important;
}

/* ====== קונטיינר הדף ====== */
.faq-container {
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    padding: 60px 15px;
    display: flex;
}



.question_toggle_item+.question_toggle_item {
    margin-top: 12px;
}

/* ====== כותרת שאלה ====== */
.question_toggle_des_title {
    height: 78px;
    width: 1120px;
    position: relative;
    font-size: 28px;
    font-weight: 600;
    cursor: pointer;
    padding: 25px 40px;
    background-color: transparent;
    border: none;
    color: #434867;
    font-family: "Almoni", Arial, sans-serif;
}

/* ====== סמל פלוס/מינוס ====== */
.question_toggle_des_title:before,
.question_toggle_des_title:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 25px;
    background-color: #434867;
    height: 2px;
    width: 14px;
    transition: transform 0.3s ease;
    border-radius: 2px;
}



.question_toggle_des_title.is-open:after {
    content: "";
}

/* ====== תוכן תשובה ====== */
.question_toggle_description {
    display: none;
    background-color: #fff;
    border-radius: 12px;
    padding: 25px 30px;
    margin: 0;
}

/* ====== טקסט בתשובה ====== */
.question_toggle_description p,
.question_toggle_description li {
    font-size: 1.05rem;
    color: #333 !important;
    margin-bottom: 15px;
    line-height: 1.9;
    /* letter-spacing: 0.3px; */
    font-family: "Almoni", Arial, sans-serif;
}

.question_toggle_description a {
    color: #cc3366;
}

/* ====== רשימות בתוך תשובה ====== */
.question_toggle_description ul {
    list-style: none;
    padding-right: 0;
    margin-top: 15px;
}

.question_toggle_description li::before {
    content: "+";
    color: #434867;
    display: inline-block;
    width: 1em;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .question-block__text {
        font-size: 22px !important;
    }

    .question_toggle_des_title {
        font-size: 18px !important;
        width: 100% !important;
        height: 68px !important;
    }

    .faq-container {

        padding: 60px 10px !important;
    }

    .question_toggle_item .question_toggle_des_title {
        padding: 25px 40px !important;
    }

}

@media (max-width: 768px) {
    .page-id-29 .couples-section__image {
        /* background-image: none; */
        height: 153px !important;
    }

    .page-id-11 .couples-section__image img {
        /* background-image: none; */
        height: 153px !important;
    }

}

.single-product #primary,
.single-product #main {
    margin-bottom: 0px;
}

.single_product_container {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
    padding: 0px 15px;
}

.breadcrumb ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    row-gap: 0px;
}

.breadcrumb ul li {
    list-style: none;
}

.breadcrumb ul li a,
.breadcrumb ul li span {
    color: #434867;
    font-size: 1.25rem;
    font-weight: 400;
    font-family: "Almoni", Sans-serif;
}

.single_product_breadcrumb {
    font-family: 'Almoni';
    padding: 10px 0px;
    max-width: 100% !important;
}

.single_product_sec {
    padding: 20px 0px;
}

.single_product_inner {
    display: flex;
    gap: 20px;
    /* width: 100%; */
}

.single_product_content {
    max-width: 563.25px !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 20px 0 50px;
    width: 51%;
}

.single_product_content h2,
.single_product_content h4 {
    font-size: 2rem;
    line-height: 1;
    font-weight: 600;
    font-family: "Almoni", Sans-serif;
    color: #434867;
    margin-bottom: 10px;
}

.single_product_content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    font-family: "Almoni", Sans-serif;
    color: #434867;
    line-height: 30px;
    margin-block-end: 14.4px;
}

.single_product_content h3 span {
    text-decoration: underline;
}

.single_product_description p {
    display: block;
    box-sizing: border-box;
    font-family: "Almoni", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #434867;
    line-height: 1.6;
    margin-top: 0;
    margin: 0px 0px 14px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s;
}

.single_product_description ul li,
.single_product_description ol li {
    font-size: 20px;
    color: #434867;
    font-family: "Almoni";
    line-height: 1.6;
    font-weight: 400;

}

.single_product_description p strong {
    font-weight: 600;
}

p strong a {
    color: #cc3366;
}

.product_bundled {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #ffffff;
    padding: 0px;
    margin-bottom: 30px;
}

.reset_variations {
    visibility: hidden !important;
}

button#INDmenu-btn {
    bottom: 1% !important;
    left: 0% !important;
    right: auto !important;

}

.woocommerce-message {
    border: none;
    background-color: #434867;
    width: 100%;
}

.woocommerce-info {
    width: 77%;
    margin: 10px auto;
    background-color: #434867 !important;
}

.upsell-product-price .original-price .woocommerce-Price-amount.amount {
    text-decoration: line-through !important;
}

.original-price {
    display: inline-flex;
}

.original-price .woocommerce-Price-currencySymbol {
    display: inline-block;
    vertical-align: middle;
    text-decoration: inherit;
}

/* עיצוב לפריטים הבאנדל */
.product_bundled_item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px;
    /* border-radius: 12px; */
    background-color: #FFFFFF;
    height: 200px;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); */

}

.woobt-product.woobt-hide {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    margin-bottom: 15px;
    border-top: 1px;
    border-bottom: 1px;
    background-color: #FFFFFF;
    height: 97px;
}

.woobt-product.woobt-product-together {
    display: flex;
    align-items: center;
    gap: 0px;
    padding: 20px;
    margin-bottom: 15px;
    border-top: 1px;
    border-bottom: 1px;
    background-color: #FFFFFF;
    height: 87.66px;
}

.woocommerce-price-new .woocommerce-Price-amount.amount {
    font-family: 'Almoni' !important;
    font-weight: 400 !important;
    color: rgb(51, 51, 51);
    font-size: 16px;
}

.woocommerce-Price-currencySymbol {
    font-family: 'Almoni' !important;
    font-weight: 400 !important;
    color: black;
    font-size: 12px
}

.woocommerce-Price-amount {
    font-family: 'Almoni';
    font-weight: 400 !important;
}

.amount {
    font-family: 'Almoni';
    font-weight: 400;
}

.quantity {
    border: none;
}

/* מסיר מסגרת מהאינפוט של הכמות */
.woobt-quantity-input {
    border-color: #FFFFFF;
}

/* מוסיף מסגרת עגולה לפלוס ולמינוס */
.woobt-quantity-input-minus,
.woobt-quantity-input-plus {
    border: 1px solid rgba(225, 220, 220, 0.944) !important;
    border-radius: 50% !important;
    color: #434867;
    opacity: 0.5;
    font-weight: 400;
    font-family: 'Almoni';
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.woobt-product .woobt-product-together .woobt-hide {
    height: 97px;
}

.woosq-link {
    font-family: 'Almoni';
    font-weight: 400;
    font-size: 16px !important;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;

}

.woobt-title-inner {
    font-family: 'Almoni';
    font-weight: 400;
}

.woobt-thumb {
    height: 60px;
    width: 40px;
}

/* img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
width: 15% !important;
    height: 15% !important;
 } */
.selector-of-the-second-paragraph {
    box-sizing: border-box;
    color: rgb(67, 72, 103);
    display: block;
    font-family: 'Almoni' !important;
    font-size: 20px;
    font-weight: 400;
    height: 120px;
    line-height: 30px;
    margin-block-end: 14.4px;
    margin-block-start: 0px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin: 0 0 14.4px 0;
    text-align: start;
    text-size-adjust: 100%;
    unicode-bidi: isolate;
    width: 334.775px;
    -webkit-font-smoothing: antialiased;

    /* מסירים שאריות שגורמות לשוני */
    letter-spacing: normal;
    word-spacing: normal;
    overflow-wrap: normal;
    text-rendering: auto;
    -webkit-tap-highlight-color: initial;

    /* אם רוצים – אפשר להסיר גם את ה־transition */
    transition: none;
}

.single_product_image {
    /* width: 517px;
    height:388.72px; */
    max-width: 517px !important;
    max-height: 388.72px !important;
}

.product_gallery_slider img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    height: 100%;
    border-radius: 0px;
    cursor: pointer;
}

.prodict_image_slider .product_gallery_slider img {
    aspect-ratio: 1.4;
    object-fit: cover;
}

.prodict_image_slider_nav .slick-slide {
    margin: 0 5px;
    /* Adjust as needed */
}

.prodict_image_slider_nav .slick-list {
    margin: 0 -5px;
}




.prodict_image_slider .custom-prev {
    right: 10px !important;

}

.prodict_image_slider .custom-next {
    left: 10px !important;
}

.product_toggle {
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
}

.product_toggle_item .product_toggle_des_title {
    position: relative;
    padding: 20px;
    background-color: #DDDBEF;
    transition: 0.3s;
    font-weight: 700;
    font-family: "almoni", Sans-serif;
    line-height: 1.2;
    font-size: 23px;
    cursor: pointer;
    width: 493.25px;
    height: 67.59px
}

.product_toggle_item .product_toggle_des_title:hover {
    background-color: #ECEBF8;
}

.product_toggle_des_title:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 20px;
    width: 15px;
    height: 3px;
    background-color: currentColor;
    transition: 0.3s ease;
    border-radius: 2px;
    transition-property: transform, opacity;
    transform: rotate(-90deg);
}

.product_toggle_des_title.is-open:before {
    opacity: 0;
}

.product_toggle_des_title:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 20px;
    width: 15px;
    border-radius: 2px;
    height: 3px;
    background-color: currentColor;
    transition: 0.3s ease;
    transition-property: transform, opacity;
}

.product_toggle_description {
    padding: 20px;
    border: 1px solid #d5d8dc;
    display: none;
}

.product_toggle_description ul,
.product_toggle_description ol {
    margin: 0px;
    padding-right: 40px;
}

.product_toggle_description li,
.product_toggle_description p {
    font-family: "almoni", Sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 1.25rem;
    color: #434867;
}

.product_toggle_description li strong {
    font-weight: 700;
}

.product_addtocart_btn h2.step_title_wrapper {
    background-color: #434867;
    color: #fff;
    font-weight: 600;
    font-family: "Almoni", Sans-serif;
    padding: 5px;
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
}

.product_addtocart_btn {
    align-items: center !important;
}

.product_addtocart_btn .component_description p {
    font-family: "almoni", Sans-serif;
    font-size: 18px;
    text-align: right;
    color: #434867;
    font-weight: 600;
}

.product_addtocart_btn .component_selections>.component_section_title {
    display: none;
}

.product_addtocart_btn .component_options_inner .radio_button_input {
    padding: 0px;
}

.product_addtocart_btn .component_options_inner ul input {
    appearance: none;
    outline: none !important;
}

.product_addtocart_btn .component_options_inner ul {
    display: flex;
    flex-wrap: wrap;
}

.product_addtocart_btn .component_options_inner ul li {
    width: fit-content !important;
}

.product_addtocart_btn .radio_button_title {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1;
    color: #000;
    font-family: "almoni", Sans-serif;
    cursor: pointer;
    background-color: #fff;
    margin: 0px !important;
}

.product_addtocart_btn .component_options_inner .component_option_radio_button {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    font-family: "Almoni", Sans-serif !important;
    box-shadow: 0 0 0 1px #a8a8a8;
    cursor: pointer;
    background-color: #fff;
    padding: 6px 4px;
    /* margin: 4px; */
    display: flex !important;
}

.product_addtocart_btn .component_options_inner .component_option_radio_button:hover {
    box-shadow: 0 0 0 2px #a8a8a8;
}

body .cp_clearfix.component_option_radio_button.selected {
    box-shadow: 0 0 0 2px #000;
    /* width: 400px!important;
    display: flex;
    white-space: nowrap; */
}

.product_addtocart_btn .composited_product_title_wrapper {
    padding-top: 0px;
}

.product_addtocart_btn .composited_product_title_wrapper .component_section_title {
    color: #434867;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Almoni", Sans-serif;
}

.component_section_title {
    font-weight: 400 !important;
}

.pwgc-field-container {}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.pwgc-input-text {
    width: 100%;
    border: 1.5px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
    background-color: #fff;
}

/* a:focus, */
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
    outline-color: #666;
    background-color: #FFFFFF !important;
    color: #666;
}

/* .button pwgc-email-preview-button{
    background-color: #434867;
    color: #fff;
} */
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.widget a.button {
    background-color: #434867;
    border-color: #434867;
    color: #fff;
    border-radius: 31px;
    padding: 8px 31px 8px 31px;
    font-family: "Almoni", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;

}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.widget a.button:hover {
    background-color: #ffffff;
    color: #434867;
    border-color: #434867;
}

.product_addtocart_btn .composited_product_title_wrapper .composited_product_title {
    font-size: 24px;
    font-weight: 600;
    color: #434867;
    font-family: "almoni", Sans-serif;
    line-height: 1.2;
}

/* הסתרה כברירת מחדל */
/* .wc-pao-addon-id-1715515443 {
    display: none;
} */

/* הצגה רק כשה-checkbox מסומן */
/* .wc-pao-addon-checkbox:checked .wc-pao-addon-id-1715515443 {
    display: block;
} */
a:focus {
    outline: none !important;
}

.button pwgc-email-preview-button {
    background-color: #434867;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-family: "almoni", Sans-serif;
    padding: 5px;
    font-size: 2rem;
    line-height: 1.2;
}

.product_addtocart_btn .composited_product_details_wrapper .details.component_data {
    display: none;
}

.product_addtocart_btn .composited_product_images img {
    border-radius: 0px;
}

.woocommerce .required,
.required {
    color: #e31e26;
    /* אדום */
    font-size: 16px;
    font-weight: normal;
    margin-right: 3px;
    margin-left: 0;
    vertical-align: middle;
}

/**/

/* .product_title{
        margin: 0 16px;
}
.product_title a{
    font-size: 16px;
    color: #000 !important;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Almoni", Sans-serif;
    text-decoration: none;
     margin: 0 16px;
} */
.product_quantity_plus_minus {
    max-width: 130px;
    display: flex;
    align-items: center;
}

.product_quantity_plus_minus button {
    border-radius: 31px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #fefefe;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    font-family: "almoni", Sans-serif;
    justify-content: center;
    font-size: 1rem;
    font-weight: 400;
    padding: 0px;
    outline: none !important;
}

.product_quantity_plus_minus button:hover {
    background-color: #f0f0f0;
}

.product_quantity_plus_minus input {
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    width: 100%;
    min-width: 40px;
    max-width: 40px;
    border: 0px !important;
    outline: none !important;
    text-align: center;
    background-color: #fff !important;
    padding: 0px;
    box-shadow: none !important;
    font-family: "almoni", Sans-serif;
}

button.qty_button.minus,
button.qty_button.plus:focus {
    outline: none !important;
}

.quantity .qty:focus {
    outline: none !important;
}

.product_quantity_plus_minus input[type=number]::-webkit-inner-spin-button,
.product_quantity_plus_minus input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product_price {
    max-width: 100px;
    width: 100%;
    text-align: left;
}

.product_price span {
    font-size: 1rem;
    font-weight: 400;
    font-family: "almoni", Sans-serif;
    line-height: 1.5;
    color: #333;
}

.choose_product input {
    outline: none;
}

.fancybox__toolbar__items--right {
    margin-right: auto;
    margin-left: 0px !important;
}

.fancybox__carousel .fancybox__nav {
    display: none;
}

.wc-pao-addon-id-1710429703 .wc-pao-addon-name,
.wc-pao-addon-id-1747786312 .wc-pao-addon-name,
.wc-pao-addon-id-1747786230>label {
    color: #434867;
    font-family: almoni, Sans-serif;
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 1;
    margin-top: 20px;
}

.wc-pao-addon-id-1710429703 .input-text,
.wc-pao-addon-id-1747786312 .form-row .input-text {
    border: 1px solid #200707cc;
    border-radius: 4px;
    background-color: white;
}

.wc-pao-addon-id-1747786312 .wc-pao-addon-name {
    margin: 20px 0px;
}

.qty {
    background-color: white;
    border-radius: 3px;
    padding: 8px 16px;
    transition: all .3s;
    font-family: 'almoni', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid black;
}

.cart .single_add_to_cart_button {
    margin-top: 0px;
    margin-right: 5%;
    font-family: "Almoni", Sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 31px 31px 31px 31px;
    padding: 8px 31px 8px 31px;
    color: #FFFFFF;
    background-color: #434867;
    border-color: #434867;
    transition: all 0.3s;
    box-shadow: 0px 3px 6px #9FA2B7;
}

.cart .single_add_to_cart_button:hover {
    color: #434867;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.mobile-product-title {
    background-color: #434867;
    font-family: 'Almoni';
    color: #fafafa;
    display: none;
    font-size: 28.8px;
    font-weight: 600;
    text-align: center;
    margin: 0px 0px 0px 0px;
}

@media (max-width: 900px) {

    .mobile-product-title {
        display: block;
    }

    .desktop-product-title {
        display: none;
    }

    .woobt-product .woobt-product-together .woobt-hide {
        width: 100%;

    }

    .woobt-products.woobt-products-layout-default.woobt-products-651 {
        max-width: 100%;

    }

    .woosq-link {
        white-space: normal;
        /* מאפשר ירידת שורה */
        word-break: break-word;
    }

    .woocommerce-Price-amount {
        font-family: 'Almoni';
        font-weight: 300 !important;
        font-size: 16px;
    }

    .amount {
        font-family: 'Almoni';
        font-weight: 300;
        font-size: 16px;
    }

    .cart {
        font-family: 'Almoni';
        font-weight: 600;
        color: rgb(67, 72, 103);
        font-size: 18px;
        margin-block-end: 0px;
    }
}

/**/
@media (max-width: 767px) {
    .single_product_inner {
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    image.png .single_product_content,
    .single_product_image {
        width: 100%;
    }

    .single_product_image {
        order: 1;
        width: 100%;
    }

    .single_product_content {
        padding-left: 0px;
        order: 2;
        width: 100% !important;
    }


}


@media (max-width: 767px) {
    .content-area {
        width: 100% !important;
    }

    #primary {
        width: 100% !important;
    }

    .single_product_breadcrumb {
        width: 100% !important;
    }

    .single-product .col-full {
        display: flex;
        justify-content: center;
    }

    /* .cart .single_add_to_cart_button{
        margin-right: 30%;
    } */
    .sec_dec {
        font-size: 22px;
    }

    .product_bundled .product_quantity_plus_minus {
        padding-right: 12px;
    }

    .single_product_container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .prodict_image_slider .product_gallery_slider img {
        width: 100% !important;
        height: 370px;

    }

    .single_product_container .single_product_content h2,
    .single_product_container .single_product_content h4,
    .single_product_container .single_product_content h3,
    .single_product_container .single_product_content .single_product_description {
        padding: 0px 15px;
    }

    .single_product_content .product_addtocart_btn {
        padding: 0px !important;
    }

    .single_product_content .product_bundled {
        padding: 0px;
    }

    .product_toggle_item .product_toggle_des_title {
        padding: 20px !important;
    }

    .single_product_content {
        padding: 100px 0 0 0 !important;
    }

    .product_toggle {
        width: 100% !important;
    }

    .product_toggle_des_title {
        width: 100% !important;
    }

    /* רק בעמוד הבית, רק במסכים עד 768px */
    @media screen and (max-width: 768px) {
        body.home .convenient_sec {

            padding: 20px !important;
            padding-top: 70px !important;
        }
    }

}

/* Hide duplicate trust bar on "all boxes" category when another instance exists on the page. */
body.term-allboxes .features-section:not(.omb-trust-features) {
    display: none !important;
}

/* Trust bar from template-parts/trust-features-bar.php — always show on homepage / shared partial. */
body.home .omb-trust-features,
body.page-template-page-homepage-template-php .omb-trust-features {
    display: flex !important;
}

/* Inline SVG trust icons (matches Elementor-style icon circles without media files). */
.omb-trust-features .features__icon {
    width: 120px;
    height: 120px;
    background-color: #F5E3E3;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.omb-trust-features .features__icon svg {
    display: block;
    max-width: 66px;
    max-height: 56px;
    width: auto;
    height: auto;
}

/* WooCommerce Fly Cart Icons */
.woofc-icon-icon7::before {
    content: '×';
    font-weight: 400;
    display: inline-block;
    line-height: 1;
}

.woofc-icon-icon10::before {
    content: '×';
    font-weight: 400;
    display: inline-block;
    line-height: 1;
}

/* Additional WooCommerce Fly Cart Icons if needed */
.woofc-icon-icon1::before {
    content: '\f00d';
}

/* X icon */
.woofc-icon-icon2::before {
    content: '\f07a';
}

/* Shopping cart */
.woofc-icon-icon3::before {
    content: '\f06e';
}

/* Eye icon */
.woofc-icon-icon4::before {
    content: '\f004';
}

/* Heart icon */
.woofc-icon-icon5::before {
    content: '\f002';
}

/* Search icon */
.woofc-icon-icon6::before {
    content: '\f007';
}

/* User icon */
.woofc-icon-icon8::before {
    content: '\f105';
}

/* Chevron right */
.woofc-icon-icon9::before {
    content: '\f104';
}

/* Chevron left */
section.convenient_sec.custom_my_box {
    height: auto;
    padding-bottom: 45px;
}

section.convenient_sec.custom_my_box p {
    max-width: 1140px;
}

.bisnnes_box p {

    font-size: 23px;
    font-weight: 400;
    font-family: "Almoni", Sans-serif;
    line-height: 1.5;
    color: #434867;

}

.btn_customr {
    background-color: #434867;
    color: #fff;
    font-family: "Almoni", Sans-serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 20px;
    border-radius: 0px;
    padding: 12px 24px;
}

.btn_customr :hover {
    background-color: #434867 !important;
    color: #fff !important;
}

/* ================================
   MOBILE REVIEWS IN PRODUCTS GRID
   ================================ */

/* Hide mobile review images on desktop */
.products__review-image.mobile-only {
    display: none;
}

/* Show mobile review images only on mobile */
@media (max-width: 768px) {
    .products__review-image.mobile-only {
        display: block;
        width: 100%;
        /* margin: 20px 0; */
        grid-column: 1 / -1;
    }

    .products__review-container {
        background: #fff;
        /* border-radius: 15px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        padding: 20px;
        margin: 0 auto;
        max-width: 600px; */
        text-align: center;
        direction: rtl;
    }

    .products__review-container img {
        width: 100%;
        /* max-width: 300px; */
        height: auto;
        object-fit: contain;
        /* border-radius: 10px; */
        /* margin-bottom: 20px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
    }

    /* Quote styling using ::before and ::after like image-whatsapp */
    .quote-container {
        position: relative;
        /* padding: 20px 0; */
        width: 100%;
        /* margin: 0 auto; */
    }

    .quote-container::before {
        content: url(/wp-content/uploads/2022/11/q-right-2.svg);
        display: flex;
        justify-content: right;
        /* margin-bottom: 15px; */
    }

    .quote-container::after {
        content: url(/wp-content/uploads/2022/11/q-right-2.svg);
        display: flex;
        justify-content: right;
        /* margin-top: 15px; */
        transform: scale(-1);
        /* Mirror for closing quote */
    }
}

/* סגנונות חצי הסלידר */
.prodict_image_slider .slick-arrow {
    position: absolute;
    top: 50%;
    font-weight: 100 !important;
    /* transform: translateY(-50%); */
    z-index: 10;
    width: 40px;
    height: 40px;
    color: #000;
    border: none;
    /* border-radius: 50%; */
    font-size: 70px;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    /* transition: all 0.3s ease; */
    outline: none;
}

.prodict_image_slider .slick-arrow:focus,
.prodict_image_slider .slick-arrow:active,
.prodict_image_slider .slick-arrow:hover {
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    /* עמעום קל בהובר */
}

.prodict_image_slider .custom-prev svg {
    transform: scaleX(-1);
    /* הופך את החץ אופקית */
}

.prodict_image_slider .custom-next svg {
    transform: scaleX(-1);
    /* הופך את החץ אופקית */
}

.prodict_image_slider .custom-prev {
    right: 10px;
}

.prodict_image_slider .custom-next {
    left: 10px;
}

/* הסתרת האיקונים הדיפולטיים של Slick */
.prodict_image_slider .slick-arrow:before {
    display: none !important;
}

.woobt-products .woobt-product .woobt-price .amount {
    font-size: 16px !important;
    font-weight: 400 !important;
    text-align: none !important;
}

span.woocommerce-Price-currencySymbol {
    font-size: 16px;
    font-weight: 400;
}

.product_toggle {
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
}

.product_toggle_item .product_toggle_des_title {
    position: relative;
    padding: 20px;
    background-color: #DDDBEF;
    transition: 0.3s;
    font-weight: 700;
    font-family: "almoni", Sans-serif;
    line-height: 1.2;
    font-size: 23px;
    cursor: pointer;
    width: 493.25px;
    height: 67.59px
}

.product_toggle_item .product_toggle_des_title:hover {
    background-color: #ECEBF8;
}

.product_toggle_des_title:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 20px;
    width: 15px;
    height: 3px;
    background-color: currentColor;
    transition: 0.3s ease;
    border-radius: 2px;
    transition-property: transform, opacity;
    transform: rotate(-90deg);
}

.product_toggle_des_title.is-open:before {
    opacity: 0;
}

.product_toggle_des_title:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 20px;
    width: 15px;
    border-radius: 2px;
    height: 3px;
    background-color: currentColor;
    transition: 0.3s ease;
    transition-property: transform, opacity;
}

.product_toggle_description {
    padding: 20px;
    border: 1px solid #d5d8dc;
    display: none;
}

.product_toggle_description ul,
.product_toggle_description ol {
    margin: 0px;
    padding-right: 40px;
}

.product_toggle_description li,
.product_toggle_description p {
    font-family: "almoni", Sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 1.25rem;
    color: #434867;
}

.product_toggle_description li strong {
    font-weight: 700;
}

.product_addtocart_btn h2.step_title_wrapper {
    background-color: #434867;
    color: #fff;
    font-weight: 600;
    font-family: "Almoni", Sans-serif;
    padding: 5px;
    font-size: 2rem;
    line-height: 1.2;
}

.product_addtocart_btn {
    align-items: center !important;
}

.product_addtocart_btn .component_description p {
    font-family: "almoni", Sans-serif;
    font-size: 18px;
    text-align: right;
    color: #434867;
    font-weight: 600;
}

.product_addtocart_btn .component_selections>.component_section_title {
    display: none;
}

.product_addtocart_btn .component_options_inner .radio_button_input {
    padding: 0px;
}

.product_addtocart_btn .component_options_inner ul input {
    appearance: none;
    outline: none !important;
}

.product_addtocart_btn .component_options_inner ul {
    display: flex;
    flex-wrap: wrap;
}

.product_addtocart_btn .component_options_inner ul li {
    width: fit-content !important;
}

.product_addtocart_btn .radio_button_title {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1;
    color: #000;
    font-family: "Almoni", Sans-serif;
    cursor: pointer;
    background-color: #fff;
    margin: 0px !important;
    display: flex;
}

.product_addtocart_btn .component_options_inner .component_option_radio_button {
    height: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    font-family: "almoni", Sans-serif;
    box-shadow: 0 0 0 1px #a8a8a8;
    cursor: pointer;
    background-color: #fff;
    padding: 6px 4px;
    margin: 4px;
}

.component_option_radio_button_container .radio_button_description {
    display: flex;
    gap: 10px;
}

.radio_button_description {
    display: flex !important;
    gap: 10px;
}

.product_addtocart_btn .component_options_inner .component_option_radio_button:hover {
    box-shadow: 0 0 0 2px #a8a8a8;
}

body .cp_clearfix.component_option_radio_button.selected {
    box-shadow: 0 0 0 2px #000;
    /* width: 400px!important;
    display: flex;
    white-space: nowrap; */
}

.product_addtocart_btn .composited_product_title_wrapper {
    padding-top: 0px;
}

.product_addtocart_btn .composited_product_title_wrapper .component_section_title {
    color: #434867;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Almoni", Sans-serif;
}

.component_section_title {
    font-weight: 400 !important;
}

.pwgc-field-container {}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.pwgc-input-text {
    width: 100%;
    border: 1.5px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
    background-color: #fff;
}

/* a:focus, */
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
    outline-color: #666;
    background-color: #FFFFFF !important;
    color: #666;
}

/* .button pwgc-email-preview-button{
    background-color: #434867;
    color: #fff;
} */
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.widget a.button {
    background-color: #434867;
    border-color: #434867;
    color: #fff;
    border-radius: 31px;
    padding: 8px 31px 8px 31px;
    font-family: "Almoni", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;

}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.widget a.button:hover {
    background-color: #ffffff;
    color: #434867;
    border-color: #434867;
}

.product_addtocart_btn .composited_product_title_wrapper .composited_product_title {
    font-size: 24px;
    font-weight: 600;
    color: #434867;
    font-family: "almoni", Sans-serif;
    line-height: 1.2;
}

/* הסתרה כברירת מחדל */
/* .wc-pao-addon-id-1715515443 {
    display: none;
} */

/* הצגה רק כשה-checkbox מסומן */
/* .wc-pao-addon-checkbox:checked .wc-pao-addon-id-1715515443 {
    display: block;
} */
a:focus {
    outline: none !important;
}

.button pwgc-email-preview-button {
    background-color: #434867;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-family: "almoni", Sans-serif;
    padding: 5px;
    font-size: 2rem;
    line-height: 1.2;
}

.product_addtocart_btn .composited_product_details_wrapper .details.component_data {
    display: none;
}

.product_addtocart_btn .composited_product_images img {
    border-radius: 0px;
}

.woocommerce .required,
.required {
    color: #e31e26;
    /* אדום */
    font-size: 16px;
    font-weight: normal;
    margin-right: 3px;
    margin-left: 0;
    vertical-align: middle;
}

/**/

/* .product_title{
        margin: 0 16px;
}
.product_title a{
    font-size: 16px;
    color: #000 !important;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Almoni", Sans-serif;
    text-decoration: none;
     margin: 0 16px;
} */
.product_quantity_plus_minus {
    max-width: 130px;
    display: flex;
    align-items: center;
}

.product_quantity_plus_minus button {
    border-radius: 31px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #fefefe;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    font-family: "almoni", Sans-serif;
    justify-content: center;
    font-size: 1rem;
    font-weight: 400;
    padding: 0px;
    outline: none !important;
}

.product_quantity_plus_minus button:hover {
    background-color: #f0f0f0;
}

.product_quantity_plus_minus input {
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    width: 100%;
    min-width: 40px;
    max-width: 40px;
    border: 0px !important;
    outline: none !important;
    text-align: center;
    background-color: #fff !important;
    padding: 0px;
    box-shadow: none !important;
    font-family: "almoni", Sans-serif;
}

.product_quantity_plus_minus input[type=number]::-webkit-inner-spin-button,
.product_quantity_plus_minus input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product_price {
    max-width: 100px;
    width: 100%;
    text-align: left;
}

.product_price span {
    font-size: 1rem;
    font-weight: 400;
    font-family: "almoni", Sans-serif;
    line-height: 1.5;
    color: #333;
}

.choose_product input {
    outline: none;
}

.fancybox__toolbar__items--right {
    margin-right: auto;
    margin-left: 0px !important;
}

.fancybox__carousel .fancybox__nav {
    display: none;
}

.wc-pao-addon-id-1710429703 .wc-pao-addon-name,
.wc-pao-addon-id-1747786312 .wc-pao-addon-name,
.wc-pao-addon-id-1747786230>label {
    color: #434867;
    font-family: almoni, Sans-serif;
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 1;
    margin-top: 20px;
}

.wc-pao-addon-id-1710429703 .input-text,
.wc-pao-addon-id-1747786312 .form-row .input-text {
    border: 1px solid #200707cc;
    border-radius: 4px;
    background-color: white;
}

.wc-pao-addon-id-1747786312 .wc-pao-addon-name {
    margin: 20px 0px;
}

.qty {
    background-color: white;
    border-radius: 3px;
    padding: 8px 16px;
    transition: all .3s;
    font-family: 'almoni', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid black;
}

.cart .single_add_to_cart_button:hover {
    color: #434867;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.mobile-product-title {
    background-color: #434867;
    font-family: 'Almoni';
    color: #fafafa;
    display: none;
    font-size: 28.8px;
    font-weight: 600;
    text-align: center;
    margin: 0px 0px 0px 0px;
}

@media (max-width: 900px) {

    .mobile-product-title {
        display: block;
    }

    .desktop-product-title {
        display: none;
    }

    .woobt-product .woobt-product-together .woobt-hide {
        width: 100%;

    }

    .woobt-products.woobt-products-layout-default.woobt-products-651 {
        max-width: 100%;

    }

    .woosq-link {
        white-space: normal;
        /* מאפשר ירידת שורה */
        word-break: break-word;
    }

    .woocommerce-Price-amount {
        font-family: 'Almoni';
        font-weight: 300 !important;
        font-size: 16px;
    }

    .amount {
        font-family: 'Almoni';
        font-weight: 300;
        font-size: 16px;
    }

    .cart {
        font-family: 'Almoni';
        font-weight: 600;
        color: rgb(67, 72, 103);
        font-size: 18px;
        margin-block-end: 0px;
    }
}

/**/
@media (max-width: 767px) {
    .single_product_inner {
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    image.png .single_product_content,
    .single_product_image {
        width: 100%;
    }

    .single_product_image {
        order: 1;
        width: 100%;
    }

    /* .single_product_content{
        padding-left: 0px;
        order: 2;
        width: 400px !important;
    } */



}


@media (max-width: 767px) {
    .content-area {
        width: 100% !important;
    }

    #primary {
        width: 100% !important;
    }

    .single_product_breadcrumb {
        width: 100% !important;
    }

    .single-product .col-full {
        display: flex;
        justify-content: center;
    }

    .cart .single_add_to_cart_button {
        margin-right: 0;
        margin-top: 0px;
    }

    .sec_dec {
        font-size: 22px;
    }

    .product_bundled .product_quantity_plus_minus {
        padding-right: 12px;
    }

    .single_product_container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    /* .prodict_image_slider .product_gallery_slider img{
            width: 100% !important;
          } */
    .single_product_container .single_product_content h2,
    .single_product_container .single_product_content h4,
    .single_product_container .single_product_content h3,
    .single_product_container .single_product_content .single_product_description {
        padding: 0px 15px;
    }

    /* .single_product_content .product_bundled{
    	padding: 10px;
    } */
    .product_toggle_item .product_toggle_des_title {
        padding: 20px !important;
    }

    .woocommerce-info {
        width: 100%;
        margin: 10px 0px;
    }

    .product_toggle {
        width: 100% !important;
    }

    .product_toggle_des_title {
        width: 100% !important;
    }

}

/* WooCommerce Fly Cart Icons */
.woofc-icon-icon7::before {
    content: '×';
    font-weight: 400;
    display: inline-block;
    line-height: 1;
}

.woofc-icon-icon10::before {
    content: '×';
    font-weight: 400;
    display: inline-block;
    line-height: 1;
}

/* Additional WooCommerce Fly Cart Icons if needed */
.woofc-icon-icon1::before {
    content: '\f00d';
}

/* X icon */
.woofc-icon-icon2::before {
    content: '\f07a';
}

/* Shopping cart */
.woofc-icon-icon3::before {
    content: '\f06e';
}

/* Eye icon */
.woofc-icon-icon4::before {
    content: '\f004';
}

/* Heart icon */
.woofc-icon-icon5::before {
    content: '\f002';
}

/* Search icon */
.woofc-icon-icon6::before {
    content: '\f007';
}

/* User icon */
.woofc-icon-icon8::before {
    content: '\f105';
}

/* Chevron right */
.woofc-icon-icon9::before {
    content: '\f104';
}

/* Chevron left */
section.convenient_sec.custom_my_box {
    height: auto;
    padding-bottom: 45px;
}

section.convenient_sec.custom_my_box p {
    max-width: 1140px;
}

.bisnnes_box p {
    font-size: 23px;
    font-weight: 400;
    font-family: "Almoni", Sans-serif;
    line-height: 1.5;
    color: #434867;

}

.custom_my_box {
    margin: 0 auto !important;
}

.btn_customr {
    background-color: #434867;
    color: #fff;
    font-family: "Almoni", Sans-serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 20px;
    border-radius: 0px;
    padding: 12px 24px;
}

.btn_customr :hover {
    background-color: #434867 !important;
    color: #fff !important;
}

/* ================================
   MOBILE REVIEWS IN PRODUCTS GRID
   ================================ */

/* Hide mobile review images on desktop */
.products__review-image.mobile-only {
    display: none;
}

/* Show mobile review images only on mobile */
@media (max-width: 768px) {
    .products__review-image.mobile-only {
        display: block;
        width: 100%;
        /* margin: 20px 0; */
        grid-column: 1 / -1;
    }

    .products__review-container {
        background: #fff;
        /* border-radius: 15px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        padding: 20px;
        margin: 0 auto;
        max-width: 600px; */
        text-align: center;
        direction: rtl;
    }

    .products__review-container img {
        width: 100%;
        /* max-width: 300px; */
        height: auto;
        object-fit: contain;
        /* border-radius: 10px; */
        /* margin-bottom: 20px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
    }

    /* Quote styling using ::before and ::after like image-whatsapp */
    .quote-container {
        position: relative;
        /* padding: 20px 0; */
        width: 100%;
        /* margin: 0 auto; */
    }

    .quote-container::before {
        content: url(/wp-content/uploads/2022/11/q-right-2.svg);
        display: flex;
        justify-content: right;
        /* margin-bottom: 15px; */
    }

    .quote-container::after {
        content: url(/wp-content/uploads/2022/11/q-right-2.svg);
        display: flex;
        justify-content: right;
        /* margin-top: 15px; */
        transform: scale(-1);
        /* Mirror for closing quote */
    }
}

/* קלף מוצר */
.product_slider_sec .product_slider .product_card {
    width: 280px;
    max-width: 280px;
    min-width: 280px;
    flex: 0 0 280px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    background: #fff;
    overflow: hidden;
    margin: 0 15px;
    /* רווח של 15px מכל צד = 30px בין קלפים */
}

.product_slider.slick-slider .slick-track {
    display: flex !important;
    gap: 0px 10px;
    /* הוספת gap של 20px בין הקלפים */
    align-items: flex-start;
    /* padding: 0 15px; */
}

/* וודא שהcontainer מתמודד עם הרווחים */
.product_slider_sec .slider_container {
    max-width: 100%;
    margin: auto;
    overflow: visible;
    /* padding: 0 30px;  */
}

.show::first-letter,
.hide::first-letter {
    font-size: 20px;
    font-weight: bold;
}

.woocommerce .required,
.required {
    font-size: 18px;
    font-weight: bolder;
}

a.woocommerce-terms-and-conditions-link {
    color: #cc3366;
    text-decoration: underline;
}

.pwgc-input-text {
    font-size: 16px;
}

/* ====================================
   Blog Templates Styles - Single & Archive
   ==================================== */

/* Single Post Template */
.single-post-template {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.single-post-template article {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.single-post-template .post-thumbnail {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.single-post-template .post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px 8px 0 0;
}

.single-post-template .entry-header {
    padding: 30px 40px 20px;
    border-bottom: 1px solid #eee;
}

.single-post-template .entry-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.single-post-template .entry-meta i {
    margin-left: 5px;
    color: #cc3366;
}

.single-post-template .entry-meta span {
    display: inline-flex;
    align-items: center;
}

.single-post-template .entry-meta .cat-links a {
    color: #cc3366;
    text-decoration: none;
    transition: color 0.3s;
}

.single-post-template .entry-meta .cat-links a:hover {
    color: #a82651;
}

.single-post-template .entry-title {
    font-family: 'Almoni', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    color: #333;
}

.single-post-template .entry-content {
    padding: 40px;
    font-size: 18px;
    line-height: 1.8;
    color: #444;
}

.single-post-template .entry-content p {
    margin-bottom: 20px;
}

.single-post-template .entry-content h2,
.single-post-template .entry-content h3 {
    font-family: 'Almoni', sans-serif;
    font-weight: 600;
    margin: 30px 0 15px;
    color: #333;
}

.single-post-template .entry-content h2 {
    font-size: 28px;
}

.single-post-template .entry-content h3 {
    font-size: 24px;
}

.single-post-template .entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

.single-post-template .entry-content ul,
.single-post-template .entry-content ol {
    margin: 20px 0;
    padding-right: 25px;
}

.single-post-template .entry-content li {
    margin-bottom: 10px;
}

.single-post-template .entry-footer {
    padding: 20px 40px;
    border-top: 1px solid #eee;
}

.single-post-template .tags-links {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.single-post-template .tags-links i {
    color: #cc3366;
}

.single-post-template .tags-links a {
    display: inline-block;
    padding: 5px 12px;
    background: #f5f5f5;
    border-radius: 20px;
    font-size: 13px;
    color: #666;
    text-decoration: none;
    transition: all 0.3s;
}

.single-post-template .tags-links a:hover {
    background: #cc3366;
    color: #fff;
}

/* Author Bio */
.author-bio {
    display: flex;
    gap: 20px;
    padding: 30px;
    margin: 30px 0;
    background: #f9f9f9;
    border-radius: 8px;
    align-items: flex-start;
}

.author-bio .author-avatar {
    flex-shrink: 0;
}

.author-bio .author-avatar img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.author-bio .author-details {
    flex: 1;
}

.author-bio .author-title {
    font-family: 'Almoni', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #333;
}

.author-bio .author-description {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Post Navigation */
.post-navigation {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 30px 0;
    margin: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    flex: 1;
    max-width: 48%;
}

.post-navigation a {
    display: block;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s;
}

.post-navigation a:hover {
    background: #cc3366;
    color: #fff;
}

.post-navigation .nav-subtitle {
    display: block;
    font-size: 13px;
    color: #999;
    margin-bottom: 5px;
}

.post-navigation a:hover .nav-subtitle {
    color: #fff;
}

.post-navigation .nav-title {
    display: block;
    font-family: 'Almoni', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.post-navigation a:hover .nav-title {
    color: #fff;
}

/* Archive Template */
.archive-template {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
}

.archive-template .page-header {
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 40px;
    background: linear-gradient(135deg, #cc3366 0%, #a82651 100%);
    border-radius: 8px;
    color: #fff;
}

.archive-template .page-title {
    font-family: 'Almoni', sans-serif;
    font-size: 42px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.archive-template .archive-description {
    font-size: 16px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.95;
}

/* Posts Grid */
.posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.posts-grid .post-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.posts-grid .post-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
}

.posts-grid .post-thumbnail {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.posts-grid .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.posts-grid .post-item:hover .post-thumbnail img {
    transform: scale(1.05);
}

.posts-grid .post-thumbnail-placeholder {
    background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
}

.posts-grid .placeholder-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 60px;
    color: #ccc;
}

.posts-grid .post-content-wrapper {
    padding: 25px;
}

.posts-grid .cat-links {
    margin-bottom: 12px;
}

.posts-grid .category-badge {
    display: inline-block;
    padding: 5px 12px;
    background: #cc3366;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
    transition: background 0.3s;
}

.posts-grid .category-badge:hover {
    background: #a82651;
}

.posts-grid .entry-title {
    font-family: 'Almoni', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 15px 0;
}

.posts-grid .entry-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.posts-grid .entry-title a:hover {
    color: #cc3366;
}

.posts-grid .entry-meta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    font-size: 13px;
    color: #999;
}

.posts-grid .entry-meta i {
    margin-left: 5px;
    color: #cc3366;
}

.posts-grid .entry-meta span {
    display: inline-flex;
    align-items: center;
}

.posts-grid .entry-excerpt {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
}

.posts-grid .entry-excerpt p {
    margin: 0;
}

.posts-grid .read-more-wrapper {
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.posts-grid .read-more-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Almoni', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #cc3366;
    text-decoration: none;
    transition: all 0.3s;
}

.posts-grid .read-more-link:hover {
    color: #a82651;
    gap: 12px;
}

.posts-grid .read-more-link i {
    font-size: 12px;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 50px 0;
}

.pagination .nav-links {
    display: flex;
    gap: 10px;
    align-items: center;
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    padding: 0 15px;
    background: #fff;
    border: 2px solid #eee;
    border-radius: 5px;
    font-family: 'Almoni', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #666;
    text-decoration: none;
    transition: all 0.3s;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background: #cc3366;
    border-color: #cc3366;
    color: #fff;
}

.pagination .page-numbers i {
    font-size: 14px;
}

/* No Results */
.no-results {
    text-align: center;
    padding: 60px 20px;
}

.no-results .page-header {
    margin-bottom: 30px;
}

.no-results .page-title {
    font-family: 'Almoni', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #333;
}

.no-results .page-content p {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .single-post-template .entry-header,
    .single-post-template .entry-content,
    .single-post-template .entry-footer {
        padding: 20px;
    }
    
    .single-post-template .entry-title {
        font-size: 28px;
    }
    
    .single-post-template .entry-content {
        font-size: 16px;
    }
    
    .archive-template .page-title {
        font-size: 32px;
    }
    
    .posts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .post-navigation .nav-links {
        flex-direction: column;
    }
    
    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        max-width: 100%;
    }
    
    .author-bio {
        flex-direction: column;
        text-align: center;
    }
    
    .pagination .page-numbers {
        min-width: 40px;
        height: 40px;
        padding: 0 10px;
        font-size: 14px;
    }
}

/* ====================================
   Comments Section Styles
   ==================================== */

.comments-area {
    margin-top: 50px;
    padding: 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.comments-title {
    font-family: 'Almoni', sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 30px 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #cc3366;
    color: #333;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.comment-list .comment {
    margin-bottom: 30px;
}

.comment-body {
    display: flex;
    gap: 20px;
    padding: 25px;
    background: #f9f9f9;
    border-radius: 8px;
    transition: background 0.3s;
}

.comment-body:hover {
    background: #f5f5f5;
}

.comment-author-avatar {
    flex-shrink: 0;
}

.comment-author-avatar img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.comment-content-wrapper {
    flex: 1;
}

.comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 10px;
}

.comment-author-name {
    font-family: 'Almoni', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.comment-author-name a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.comment-author-name a:hover {
    color: #cc3366;
}

.comment-metadata {
    font-size: 13px;
    color: #999;
}

.comment-metadata a {
    color: #999;
    text-decoration: none;
    transition: color 0.3s;
}

.comment-metadata a:hover {
    color: #cc3366;
}

.comment-metadata .edit-link {
    margin-right: 10px;
}

.comment-metadata .edit-link::before {
    content: '|';
    margin-left: 10px;
    color: #ddd;
}

.comment-awaiting-moderation {
    padding: 10px 15px;
    background: #fff3cd;
    border-right: 3px solid #ffc107;
    border-radius: 4px;
    font-size: 14px;
    color: #856404;
    margin: 10px 0;
}

.comment-text {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 12px;
}

.comment-text p {
    margin: 0 0 10px 0;
}

.comment-text p:last-child {
    margin-bottom: 0;
}

.reply {
    margin-top: 12px;
}

.reply a {
    display: inline-block;
    padding: 6px 15px;
    background: #cc3366;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
}

.reply a:hover {
    background: #a82651;
}

/* Nested Comments */
.comment-list .children {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 40px;
}

.comment-list .children .comment-body {
    background: #fff;
    border: 1px solid #e0e0e0;
}

/* Comment Form */
.comment-respond {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.comment-reply-title {
    font-family: 'Almoni', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 25px 0;
    color: #333;
}

.comment-reply-title small {
    font-size: 14px;
    font-weight: normal;
}

.comment-reply-title small a {
    color: #cc3366;
    text-decoration: none;
    transition: color 0.3s;
}

.comment-reply-title small a:hover {
    color: #a82651;
}

.comment-form {
    display: grid;
    gap: 20px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    margin: 0;
}

.comment-form label {
    display: block;
    font-family: 'Almoni', sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.comment-form .required {
    color: #cc3366;
    font-weight: bold;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    font-family: 'Almoni', sans-serif;
    font-size: 15px;
    color: #333;
    transition: border-color 0.3s;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
    outline: none;
    border-color: #cc3366;
}

.comment-form textarea {
    min-height: 150px;
    resize: vertical;
}

.comment-form-comment {
    margin: 0;
}

.form-submit {
    margin: 0;
}

.comment-form .submit {
    padding: 12px 30px;
    background: #cc3366;
    border: none;
    border-radius: 5px;
    font-family: 'Almoni', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}

.comment-form .submit:hover {
    background: #a82651;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(204, 51, 102, 0.3);
}

/* Comment Navigation */
.comment-navigation {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    margin: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.comment-navigation a {
    color: #cc3366;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.comment-navigation a:hover {
    color: #a82651;
}

.no-comments {
    padding: 30px;
    text-align: center;
    background: #f9f9f9;
    border-radius: 8px;
    color: #999;
    font-style: italic;
}

/* Responsive Comments */
@media (max-width: 768px) {
    .comments-area {
        padding: 20px;
    }
    
    .comments-title {
        font-size: 22px;
    }
    
    .comment-body {
        flex-direction: column;
        padding: 20px;
    }
    
    .comment-list .children {
        margin-right: 20px;
    }
    
    .comment-form input[type="text"],
    .comment-form input[type="email"],
    .comment-form input[type="url"],
    .comment-form textarea {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    .comment-navigation {
        flex-direction: column;
        gap: 10px;
    }
}

/* ====================================
   Category & Tag Templates Specific Styles
   ==================================== */

/* Category Template */
.category-template .category-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.category-template .category-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-bottom: 20px;
}

.category-template .category-icon i {
    font-size: 36px;
    color: #fff;
}

.category-template .category-meta {
    margin-top: 20px;
}

.category-template .posts-count {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
}

.category-template .posts-count i {
    font-size: 16px;
}

/* Tag Template */
.tag-template .tag-header {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.tag-template .tag-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-bottom: 20px;
}

.tag-template .tag-icon i {
    font-size: 36px;
    color: #fff;
}

.tag-template .tag-meta {
    margin-top: 20px;
}

.tag-template .posts-count {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
}

.tag-template .posts-count i {
    font-size: 16px;
}

/* Post Overlay Effect */
.post-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(204, 51, 102, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.post-item:hover .post-overlay {
    opacity: 1;
}

.post-overlay i {
    font-size: 32px;
    color: #fff;
    transform: translateX(10px);
    transition: transform 0.3s ease;
}

.post-item:hover .post-overlay i {
    transform: translateX(0);
}

/* Enhanced Post Meta */
.entry-meta .has-tags {
    color: #999;
}

.entry-meta .has-tags i {
    color: #cc3366;
}

/* Responsive for Category/Tag Templates */
@media (max-width: 768px) {
    .category-template .category-icon,
    .tag-template .tag-icon {
        width: 60px;
        height: 60px;
    }
    
    .category-template .category-icon i,
    .tag-template .tag-icon i {
        font-size: 28px;
    }
}

/* ====================================
   Search Template Styles
   ==================================== */

.search-template .search-header {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.search-template .search-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-bottom: 20px;
}

.search-template .search-icon i {
    font-size: 36px;
    color: #fff;
}

.search-template .search-query {
    display: inline-block;
    padding: 5px 15px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    font-weight: 600;
}

.search-template .search-meta {
    margin-top: 20px;
}

.search-template .results-count {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
}

.search-template .results-count i {
    font-size: 16px;
}

.search-form-container {
    max-width: 600px;
    margin: 30px auto;
}

.search-template .search-form-container {
    margin-bottom: 40px;
}

/* Post Type Badges */
.post-type-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    margin-bottom: 12px;
}

.post-type-badge i {
    font-size: 14px;
}

.product-badge {
    background: #96588a;
    color: #fff;
}

.post-badge {
    background: #667eea;
    color: #fff;
}

.product-meta {
    margin-bottom: 15px;
}

.product-price {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #96588a;
}

/* Search Form Styling */
.search-form {
    position: relative;
    display: flex;
    gap: 10px;
}

.search-form label {
    flex: 1;
    margin: 0;
}

.search-form .search-field {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 50px;
    font-family: 'Almoni', sans-serif;
    font-size: 16px;
    color: #333;
    transition: all 0.3s;
}

.search-form .search-field:focus {
    outline: none;
    border-color: #4facfe;
    box-shadow: 0 0 0 3px rgba(79, 172, 254, 0.1);
}

.search-form .search-submit {
    padding: 15px 30px;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    border: none;
    border-radius: 50px;
    font-family: 'Almoni', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
}

.search-form .search-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(79, 172, 254, 0.4);
}

/* No Results Styling */
.no-results-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: #f5f5f5;
    border-radius: 50%;
    margin-bottom: 20px;
}

.no-results-icon i {
    font-size: 48px;
    color: #ccc;
}

.no-results .page-header {
    background: transparent;
    color: #333;
}

.no-results .page-title {
    color: #333;
}

.search-tips {
    margin-top: 40px;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 8px;
    text-align: right;
}

.search-tips h3 {
    font-family: 'Almoni', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #333;
}

.search-tips ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-tips li {
    padding: 8px 0;
    padding-right: 25px;
    position: relative;
    color: #666;
}

.search-tips li::before {
    content: '✓';
    position: absolute;
    right: 0;
    color: #4facfe;
    font-weight: bold;
}

/* Responsive Search Template */
@media (max-width: 768px) {
    .search-template .search-icon {
        width: 60px;
        height: 60px;
    }
    
    .search-template .search-icon i {
        font-size: 28px;
    }
    
    .search-form {
        flex-direction: column;
    }
    
    .search-form .search-submit {
        width: 100%;
    }
    
    .no-results-icon {
        width: 80px;
        height: 80px;
    }
    
    .no-results-icon i {
        font-size: 36px;
    }
}

/* ====================================
   Blog Home Template Styles
   ==================================== */

.blog-home-template .blog-home-header {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.blog-home-template .blog-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-bottom: 20px;
}

.blog-home-template .blog-icon i {
    font-size: 36px;
    color: #fff;
}

.blog-home-template .blog-description {
    font-size: 18px;
    margin: 15px 0 0 0;
    opacity: 0.95;
}

/* Featured Post */
.featured-post {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.featured-post-thumbnail {
    position: relative;
    height: 100%;
    min-height: 400px;
    overflow: hidden;
}

.featured-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.featured-post:hover .featured-post-thumbnail img {
    transform: scale(1.05);
}

.featured-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 50%);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 20px;
}

.featured-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(255, 215, 0, 0.95);
    color: #333;
    font-family: 'Almoni', sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-radius: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.featured-badge i {
    font-size: 16px;
    color: #ffd700;
    filter: drop-shadow(0 0 3px rgba(255, 215, 0, 0.8));
}

.featured-post-content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-post-content .cat-links {
    margin-bottom: 15px;
}

.featured-post-content .entry-title {
    font-family: 'Almoni', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 20px 0;
}

.featured-post-content .entry-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.featured-post-content .entry-title a:hover {
    color: #cc3366;
}

.featured-post-content .entry-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.featured-post-content .entry-meta i {
    margin-left: 5px;
    color: #fa709a;
}

.featured-post-content .entry-excerpt {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
}

.read-more-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    color: #fff;
    font-family: 'Almoni', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s;
    align-self: flex-start;
}

.read-more-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(250, 112, 154, 0.4);
    gap: 15px;
}

.read-more-button i {
    font-size: 14px;
}

/* Responsive Featured Post */
@media (max-width: 992px) {
    .featured-post {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .featured-post-thumbnail {
        min-height: 300px;
    }
    
    .featured-post-content {
        padding: 30px;
    }
    
    .featured-post-content .entry-title {
        font-size: 26px;
    }
}

/* ====================================
   Author Template Styles
   ==================================== */

.author-template .author-header {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    padding: 60px 40px;
}

.author-header-content {
    display: flex;
    gap: 30px;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
}

.author-avatar-large {
    flex-shrink: 0;
}

.author-avatar-large img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.author-info-section {
    flex: 1;
}

.author-name {
    font-family: 'Almoni', sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #fff;
}

.author-bio {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 20px 0;
}

.author-meta {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    font-size: 14px;
}

.author-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
}

.author-meta i {
    font-size: 16px;
}

.author-meta a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s;
}

.author-meta a:hover {
    opacity: 0.8;
}

.author-posts-section {
    margin-top: 50px;
}

.author-posts-section .section-title {
    font-family: 'Almoni', sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 40px 0;
    padding-bottom: 15px;
    border-bottom: 3px solid #6a11cb;
    color: #333;
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-posts-section .section-title i {
    color: #6a11cb;
}

/* Responsive Author Template */
@media (max-width: 768px) {
    .author-header-content {
        flex-direction: column;
        text-align: center;
    }
    
    .author-name {
        font-size: 28px;
    }
    
    .author-meta {
        justify-content: center;
    }
    
    .author-posts-section .section-title {
        font-size: 22px;
        flex-direction: column;
        gap: 8px;
    }
    
    .blog-home-template .blog-icon {
        width: 60px;
        height: 60px;
    }
    
    .blog-home-template .blog-icon i {
        font-size: 28px;
    }
}

/* ====================================
   Blog Widgets Styles
   ==================================== */

.blog-widget {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.blog-widget .widget-title {
    font-family: 'Almoni', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #cc3366;
    color: #333;
    position: relative;
}

.blog-widget .widget-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 50px;
    height: 2px;
    background: #cc3366;
}

/* Recent Posts Widget */
.recent-posts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recent-post-item {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.recent-post-item:first-child {
    padding-top: 0;
}

.recent-post-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.recent-post-thumb {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 6px;
    overflow: hidden;
}

.recent-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.recent-post-item:hover .recent-post-thumb img {
    transform: scale(1.1);
}

.recent-post-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.recent-post-title {
    font-family: 'Almoni', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.recent-post-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.recent-post-title a:hover {
    color: #cc3366;
}

.recent-post-date {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #999;
}

.recent-post-date i {
    font-size: 11px;
    color: #cc3366;
}

/* Categories Widget */
.blog-widget .cat-item {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.blog-widget .cat-item:last-child {
    border-bottom: none;
}

.blog-widget .cat-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #555;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s;
}

.blog-widget .cat-item a:hover {
    color: #cc3366;
    padding-right: 5px;
}

.blog-widget .cat-item a::before {
    content: '\f07b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    margin-left: 8px;
    color: #cc3366;
}

/* Tags Cloud Widget */
.blog-widget .tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.blog-widget .tagcloud a {
    display: inline-block;
    padding: 6px 14px;
    background: #f5f5f5;
    border-radius: 20px;
    font-size: 13px !important;
    color: #666;
    text-decoration: none;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.blog-widget .tagcloud a:hover {
    background: #cc3366;
    color: #fff;
    border-color: #cc3366;
    transform: translateY(-2px);
}

/* Search Widget */
.blog-widget .search-form {
    display: flex;
    gap: 0;
}

.blog-widget .search-form .search-field {
    flex: 1;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-left: none;
    border-radius: 5px 0 0 5px;
    font-family: 'Almoni', sans-serif;
    font-size: 14px;
}

.blog-widget .search-form .search-submit {
    padding: 12px 20px;
    background: #cc3366;
    border: none;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-family: 'Almoni', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.blog-widget .search-form .search-submit:hover {
    background: #a82651;
}

/* Archive Widget */
.blog-widget .archive-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-widget .archive-list li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.blog-widget .archive-list li:last-child {
    border-bottom: none;
}

.blog-widget .archive-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #555;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s;
}

.blog-widget .archive-list a:hover {
    color: #cc3366;
    padding-right: 5px;
}

.blog-widget .archive-list a::before {
    content: '\f073';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    margin-left: 8px;
    color: #cc3366;
}

/* Responsive Widgets */
@media (max-width: 768px) {
    .blog-widget {
        padding: 20px;
    }
    
    .recent-post-thumb {
        width: 60px;
        height: 60px;
    }
    
    .recent-post-title {
        font-size: 14px;
    }
}

/* ====================================
   Breadcrumbs Styles
   ==================================== */

.blog-breadcrumbs {
    margin-bottom: 30px;
    padding: 15px 0;
}

.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    color: #666;
}

.breadcrumb-item::after {
    content: '/';
    margin: 0 8px;
    color: #ccc;
}

.breadcrumb-item:last-child::after {
    display: none;
}

.breadcrumb-item a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb-item a:hover {
    color: #cc3366;
}

.breadcrumb-item.active {
    color: #cc3366;
    font-weight: 600;
}

.breadcrumb-item i {
    margin-left: 5px;
}

/* ====================================
   Social Share Buttons Styles
   ==================================== */

.social-share-buttons {
    margin: 40px 0;
    padding: 30px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 10px;
}

.social-share-buttons .share-title {
    font-family: 'Almoni', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-share-buttons .share-title i {
    color: #cc3366;
}

.share-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.share-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}

.share-button.facebook {
    background: #1877f2;
}

.share-button.facebook:hover {
    background: #145dbf;
}

.share-button.twitter {
    background: #1da1f2;
}

.share-button.twitter:hover {
    background: #0d8bd9;
}

.share-button.whatsapp {
    background: #25d366;
}

.share-button.whatsapp:hover {
    background: #1ebe57;
}

.share-button.linkedin {
    background: #0077b5;
}

.share-button.linkedin:hover {
    background: #005885;
}

.share-button.email {
    background: #ea4335;
}

.share-button.email:hover {
    background: #d33426;
}

.share-button.copy {
    background: #667eea;
}

.share-button.copy:hover {
    background: #5568d3;
}

/* Reading Time Badge */
.reading-time-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 20px;
    font-size: 13px;
    color: #667eea;
    font-weight: 600;
    margin-bottom: 15px;
}

.reading-time-badge i {
    font-size: 14px;
}

/* Sticky Sidebar */
.sidebar-primary.sticky-sidebar {
    position: sticky;
    top: 20px;
}

/* Print Styles */
@media print {
    .social-share-buttons,
    .blog-breadcrumbs,
    .post-navigation,
    .comments-area,
    .sidebar-primary {
        display: none;
    }
    
    .single-post-template .entry-content {
        font-size: 12pt;
        line-height: 1.6;
    }
}

/* Responsive Social Share */
@media (max-width: 768px) {
    .social-share-buttons {
        padding: 20px;
    }
    
    .social-share-buttons .share-title {
        font-size: 16px;
    }
    
    .share-button {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .breadcrumb-list {
        font-size: 13px;
    }
}

/* ====================================
   WOOBT - Bought Together Slider Styles
   ==================================== */

/* כותרת ותת-כותרת — הקונטיינר לא חורג מהעמוד (במובייל רוחב מלא) */
.woobt-upgrade-section {
    text-align: start;
    margin: 0 0 10px;
    padding-inline: 20px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    /* visible — clip חתך חיצי Slick מחוץ לרשימה */
    overflow-x: visible;
    overflow-y: visible;
}

/* דורשים טיפוגרפיה מפורשת — form.cart (.cart) מעביר font-weight:600 וגודל גופן לכל התוכן */
.woobt-upgrade-section .woobt-upgrade-title {
    font-family: "Almoni", Sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #434867;
    margin: 0 0 6px;
    line-height: 1.3;
}

.woobt-upgrade-section .woobt-upgrade-subtitle {
    font-family: "Almoni", Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #434867;
    margin: 0 0 10px;
    line-height: 1.4;
}

.woobt-upgrade-section p.woobt-upgrade-subtitle ~ p.woobt-upgrade-subtitle {
    display: none !important;
}

/* טקסט כפול מהתוסף (לעיתים כפול לכותרת מהתבנית) */
.woobt-upgrade-section .woobt-text {
    display: none !important;
}

/* לפני/אחרי מהתוסף — אותו ניסוח כמו woobt-upgrade-subtitle; מציגים רק את מה שהתבנית מדפיסה */
.woobt-upgrade-section .woobt-before-text,
.woobt-upgrade-section .woobt-after-text {
    display: none !important;
}

/* מיכל סליידר: מקום לחיצים, רוחב מלא */
.woobt-upgrade-section .woobt-wrap {
    position: relative;
    padding-inline: 44px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: visible;
}

/* דריסת responsive של התוסף — שלא יהפוך לעמודה צרה בצד (RTL) */
.woobt-upgrade-section .woobt-wrap.woobt-wrap-responsive .woobt-products,
.woobt-upgrade-section .woobt-wrap-responsive .woobt-products {
    width: 100% !important;
    max-width: 100% !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
}

.woobt-upgrade-section .woobt-products.slick-initialized,
.woobt-upgrade-section .woobt-products.slick-slider {
    display: block !important;
    touch-action: pan-y;
}

/* ללא פס גלילה אופקי (המראה נשלט ב-Slick + חיצים) */
.woobt-upgrade-section .woobt-products .slick-list {
    overflow: hidden !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.woobt-upgrade-section .woobt-products .slick-list::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.woobt-upgrade-section .woobt-products .slick-track {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
}

.woobt-upgrade-section .woobt-products .slick-slide {
    height: auto !important;
    padding: 0 8px;
    box-sizing: border-box;
}

/* חיצי Slick בצדדים (RTL) — עיגול כהה כמו בעיצוב המקורי */
.woobt-upgrade-section .woobt-products .slick-prev,
.woobt-upgrade-section .woobt-products .slick-next {
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    padding: 0 !important;
    line-height: 1 !important;
    background: rgba(40, 40, 40, 0.88) !important;
    border: none !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 16px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
    z-index: 12 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.woobt-upgrade-section .woobt-products .slick-prev:hover,
.woobt-upgrade-section .woobt-products .slick-next:hover {
    background: rgba(20, 20, 20, 0.95) !important;
}

.woobt-upgrade-section .woobt-products .slick-prev {
    right: 4px !important;
    left: auto !important;
}

.woobt-upgrade-section .woobt-products .slick-next {
    left: 4px !important;
    right: auto !important;
}

.woobt-upgrade-section .woobt-products:not(.slick-initialized) {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    gap: 8px;
    width: 100% !important;
}

.woobt-upgrade-section .woobt-products:not(.slick-initialized) .woobt-product {
    flex: 0 0 auto !important;
    scroll-snap-align: start;
}

/* כרטיסים: גבול מעודן + צל עומק */
.woobt-upgrade-section .woobt-products {
    min-height: 180px;
}

.woobt-upgrade-section .woobt-products .woobt-product {
    width: 130px !important;
    max-width: 140px !important;
    height: auto !important;
    min-height: 132px !important;
    padding: 14px 10px 12px !important;
    border: 1px solid rgba(67, 72, 103, 0.16) !important;
    border-radius: 14px !important;
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.05),
        0 6px 18px rgba(67, 72, 103, 0.11),
        inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
}

.woobt-upgrade-section .woobt-products .woobt-product:hover {
    border-color: rgba(67, 72, 103, 0.38) !important;
    box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.06),
        0 10px 28px rgba(67, 72, 103, 0.16) !important;
}

.woobt-upgrade-section .woobt-products .woobt-product.woobt-selected {
    border-color: #434867 !important;
    box-shadow:
        0 2px 8px rgba(67, 72, 103, 0.12),
        0 0 0 2px rgba(67, 72, 103, 0.22),
        0 12px 32px rgba(67, 72, 103, 0.2) !important;
    background: linear-gradient(165deg, #fff 0%, #f4f5fb 100%) !important;
}

/* בחירה מוצגת בצ'קבוקס — ללא וי כפול מהכללים הגלובליים */
.woobt-upgrade-section .woobt-products .woobt-product.woobt-selected::before {
    content: none !important;
    display: none !important;
}

.woobt-upgrade-section .woobt-products .woobt-product .woobt-price {
    order: 3;
    margin-top: 0.4rem !important;
}

.woobt-upgrade-section .woobt-products .woobt-product .woobt-title a {
    min-height: 2.6em !important;
}

/* הסתרת המוצר הנוכחי - חזק! */
.woobt-wrap .woobt-product-this,
.woobt-wrap.woobt-layout-default .woobt-product-this,
.woobt-products .woobt-product-this,
.woobt-products.slick-initialized .woobt-product-this,
.slick-slide .woobt-product-this {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    pointer-events: none !important;
}

.woobt-products .woobt-product .woobt-choose,
.woobt-products .woobt-product .woobt-checkbox,
.woobt-products .woobt-product input[type="checkbox"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    pointer-events: none !important;
}

/* שדרוג הדייט: צ'קבוקס גלוי (ספציפיות גבוהה מהכלל הגלובלי למעלה) */
.woobt-upgrade-section .woobt-products .woobt-product .woobt-choose,
.woobt-upgrade-section .woobt-products .woobt-product .woobt-checkbox {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    width: auto !important;
    height: auto !important;
    margin: 6px 0 4px !important;
    pointer-events: auto !important;
    overflow: visible !important;
    align-items: center;
    justify-content: center;
}

.woobt-upgrade-section .woobt-products .woobt-product input[type="checkbox"] {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 auto !important;
    pointer-events: auto !important;
    cursor: pointer;
    flex-shrink: 0;
}

.woobt-form .single_add_to_cart_button.button.alt {
    display: none;
}

button.bundle_add_to_cart_button {
    display: block !important;
}

.woobt-wrap a.woosq-link {
    font-size: 0.85rem;
    color: #000 !important;
    font-weight: 400;
}

/* עיצוב הסליידר */
.woobt-wrap {
    max-width: 100%;
    margin: 0 auto;
}

.woobt-products {
    padding: 10px 0 !important;
    direction: rtl;
    min-height: 220px;
}

/* עיצוב כרטיס מוצר - מבנה אנכי קומפקטי */
.woobt-products .woobt-product {
    padding: 10px 8px !important;
    margin: 0 5px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 10px;
    box-shadow: none !important;
    transition: all 0.3s ease;
    width: 130px !important;
    min-height: auto !important;
    height: 205px !important;
    cursor: pointer;
    text-align: center !important;
}

/* אפקט הובר */
.woobt-products .woobt-product:hover {
    border-color: #434867 !important;
    box-shadow: 0 3px 10px rgba(67, 72, 103, 0.2) !important;
}

/* סטייל למוצר נבחר */
.woobt-products .woobt-product.woobt-selected {
    border-color: #434867 !important;
    box-shadow: 0 4px 15px rgba(67, 72, 103, 0.35) !important;
    background: linear-gradient(180deg, #fff 0%, #f8f8fc 100%) !important;
}

.woobt-products .woobt-product.woobt-selected::before {
    content: "✓";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    background: #434867;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
}

.woobt-products .slick-slide {
    opacity: 1;
    transition: all 0.3s ease;
}

/* סדר האלמנטים: תמונה, כותרת, כמות, מחיר */
.woobt-products .woobt-product .woobt-thumb {
    order: 1;
    max-width: 50px !important;
    width: 50px !important;
    margin: 0 auto 6px !important;
    flex-shrink: 0;
}

.woobt-products .woobt-product .woobt-thumb img {
    max-width: 50px !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 6px;
}

.woobt-products .woobt-product .woobt-title {
    order: 2;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    margin: 0 0 4px 0 !important;
    width: 100% !important;
    text-align: center !important;
    color: #333 !important;
    line-height: 1.2 !important;
}

.woobt-products .woobt-product .woobt-title a {
    color: #333 !important;
    text-decoration: none !important;
    min-height: 60px !important;
}

.woobt-products .woobt-product .woobt-quantity {
    order: 3;
    margin: 0 0 4px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: scale(0.85);
    flex: auto !important;
}

.woobt-quantity.woobt-quantity-plus-minus {
    flex: 0;
}

.woobt-products .woobt-product .woobt-price {
    order: 4;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    color: #434867 !important;
    margin-top: auto !important;
    flex: 0 !important;
    justify-self: center;
    align-self: center;
    text-align: center !important;
}

/* עיצוב החיצים - קטנים */
.woobt-products .slick-prev,
.woobt-products .slick-next {
    width: 28px !important;
    height: 28px !important;
    background: rgba(0,0,0,0.7) !important;
    border: none !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 14px !important;
    cursor: pointer !important;
    z-index: 100 !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.woobt-products .slick-prev:hover,
.woobt-products .slick-next:hover {
    background: rgba(0,0,0,0.9) !important;
    opacity: 1 !important;
}

.woobt-products .slick-prev:focus,
.woobt-products .slick-next:focus {
    opacity: 1 !important;
    outline: none !important;
}

.woobt-products .slick-prev.slick-disabled,
.woobt-products .slick-next.slick-disabled {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
}

.woobt-products .slick-prev {
    right: 5px !important;
    left: auto !important;
}

.woobt-products .slick-next {
    left: 5px !important;
    right: auto !important;
}

.woobt-products .slick-prev:before,
.woobt-products .slick-next:before {
    content: none !important;
}

.woobt-wrap .woobt-text {
    font-family: "Almoni", Sans-serif;
}

/* תמיכה במובייל - WOOBT */
@media only screen and (max-width: 767px) {
    .woobt-products {
        padding: 8px 30px !important;
    }

    .woobt-upgrade-section .woobt-products {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }

    .woobt-upgrade-section .woobt-wrap {
        padding-inline: 36px !important;
        max-width: 100vw !important;
        box-sizing: border-box !important;
    }

    .woobt-upgrade-section .woobt-products .slick-prev,
    .woobt-upgrade-section .woobt-products .slick-next {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        font-size: 14px !important;
    }
    
    .woobt-products .slick-prev,
    .woobt-products .slick-next {
        width: 26px !important;
        height: 26px !important;
        font-size: 12px !important;
    }
    
    .woobt-products .woobt-product {
        width: 110px !important;
        height: 160px !important;
    }

    .woobt-upgrade-section .woobt-products.slick-initialized .woobt-product {
        width: 110px !important;
        max-width: 120px !important;
        height: auto !important;
        min-height: 118px !important;
    }
    
    .woobt-products .woobt-product .woobt-thumb {
        max-width: 40px !important;
        width: 40px !important;
    }
    
    .woobt-products .woobt-product .woobt-thumb img {
        max-width: 40px !important;
    }
}

/*
 * WOOBT שדרוג הדייט — נעילת רוחב כרטיס בסוף הקובץ:
 * מנצח כללים ישנים/כפולים עם width:100% על .woobt-product (כפי שמופיע ב-DevTools עם ?ver שונה).
 */
@media only screen and (min-width: 768px) {
    .woobt-upgrade-section .woobt-products .slick-slide .woobt-product,
    .woobt-upgrade-section .woobt-products.slick-initialized .slick-slide .woobt-product,
    .woobt-upgrade-section .woobt-products.slick-initialized .woobt-product,
    .woobt-upgrade-section .woobt-products:not(.slick-initialized) .woobt-product,
    .woobt-upgrade-section .woobt-products .woobt-product {
        width: 130px !important;
        max-width: 140px !important;
        min-width: 118px !important;
        box-sizing: border-box !important;
    }
}

@media only screen and (max-width: 767px) {
    .woobt-upgrade-section .woobt-products .slick-slide .woobt-product,
    .woobt-upgrade-section .woobt-products.slick-initialized .slick-slide .woobt-product,
    .woobt-upgrade-section .woobt-products.slick-initialized .woobt-product,
    .woobt-upgrade-section .woobt-products .woobt-product {
        width: 110px !important;
        max-width: 120px !important;
        min-width: 100px !important;
        box-sizing: border-box !important;
    }
}