/*      new design: black and white Nov 1, 2025     */

/*      fonts       */
@font-face {
    font-family: 'Tinos-Regular';
    src: url("/fonts/Tinos/Tinos-Regular.eot"),
    url("/fonts/Tinos/Tinos-Regular.eot?#iefix"),
    url("/fonts/Tinos/Tinos-Regular.eot?#iefix") format("eot"),
    url("/fonts/Tinos/Tinos-Regular.woff") format("woff"),
    url("/fonts/Tinos/Tinos-Regular.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: 'Tinos-Bold';
    src: url("/fonts/Tinos/Tinos-Bold.eot"),
    url("/fonts/Tinos/Tinos-Bold.eot?#iefix"),
    url("/fonts/Tinos/Tinos-Bold.eot?#iefix") format("eot"),
    url("/fonts/Tinos/Tinos-Bold.woff") format("woff"),
    url("/fonts/Tinos/Tinos-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

h1, .rtl .ps-hero h1{
    font-family: 'Tinos-Bold', serif !important;
    font-size: 50px;
}
h2, .rtl .ps-section__header .ps-section__title{
    font-family: 'Tinos-Regular', serif !important;
    font-style: normal;
    font-size: 32px;
}
.rtl .ps-section__header .ps-section__title{
    font-style: normal;
}
.ps-section__header{
    text-align: inherit;
}

/*      lehem ham slider        */
.ps-lh_item{

}
.ps-lh_item .ps-block-image {
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.ps-lh_item .ps-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ps-lh_item .ps-block-image .desc {
    display: none;
}

/*    sub page headers        */
.ps-hero{
    min-height: 120px;
    max-width: 1300px;
    margin: 0 auto;
}
.ps-container .ps-page-top{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}
.ps-hero__content {
    padding: 0 30px;
    padding-top: 120px;
    max-width: 1440px;
    text-align: inherit;
    height: auto;
}
.rtl .ps-hero h1{
    color: #000;
    text-align: inherit;
    background: transparent;
}
.rtl .ps-breadcrumb{
    margin: 20px 0;
}
.ps-breadcrumb .breadcrumb a, .rtl .ps-breadcrumb .breadcrumb li:before, .ps-breadcrumb .breadcrumb a.active, .ps-breadcrumb .breadcrumb li:last-child a{
    color: #000;
}

.header--3{
    background: #000;
}
.header__actions > a.to-main-content{
    display: none;
}
.menu > li.pg_lehem_ham a:after{
    content: "";
    display: none;
}
@media (min-width: 1200px) {
    .header--3 .menu {
        float: none;
        margin-left: 8vw;
        margin-left: 5vw;
        display: inline-table;
        vertical-align: middle;
    }
    .header--3 .header__actions {
        /*float: none;*/
        display: inline-block;
        vertical-align: middle;
    }
}
.header--3 .ps-logo {
    display: inline-block;
    max-width: 90px;
    line-height: 80px;
    vertical-align: top;
}
.header .ps-container{
    /*max-width: none;*/
}
.menu > li > a:before{
    background-color: #FFF;
}
.ps-shop{
    padding-top: 10px;
}



