.ltr .header-all-cat-panel-inner {
  flex-direction: row-reverse;
}
.categories-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.store-features-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

}
    .store-features-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        
    }
.rtl .products-details-page .col-product-image-wrapper{
    flex-direction: row-reverse;
}
.card-sheet__footer {
    flex-direction: column;
}
.card-sheet__apple-pay{
    display: none;
}
.outlit-product-card__add-cart-icon {
    color: #fff;
    transform: translateY(2px);
}
.card-sheet.card-sheet--inline .card-sheet__panel {
    max-height: 100%;
}

.store-feature-item:last-child{
    display: none;
}
.store-feature-item:nth-child(2){
    display: none;
}
.store-feature-item:nth-child(4){
    display: none;
}