.video-banner {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
}
.product-item {
    position: relative;
}

.home-categories {
    
}
.layoutArea {
    text-align: center;
    margin: 30px 0 35px;
}
.layoutArea h2 {
    font-family: 'LHF-Encore-Regular';
    font-weight: 300 !important;
    letter-spacing: 3px !important;
    color: #e0dbd3;
}
.rtl .layoutArea h2 {
    text-transform: lowercase;
    font-size: 140%;     
}


.home-categories .categories-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.home-categories .categories-grid a {
    width: 49%;
    margin: 0 0 1%;
}

.home-categories .categories-grid span {
    color: #000;
}

.sorting-container {
    width: 220px;
}
.sorting-container form {
    width: 100%;
}
