/* START OF CSS STYLE CODE BY NUSSUQ.COM */

/* ====== HEADER ====== */
header button[aria-label="Search"]{display:none}

/* ====== SLIDER ====== */
#advanced-slider-2 {width:92%; margin-right:auto; margin-left:auto}

/* ====== TESTIMONAILS ====== */
.s-block--testimonials h2 {font-size:0}
.s-block--testimonials h2:after {content:'قالوا عن يَلو'; font-size: 1.3rem; color:#565ba0; font-weight:900}

@media (max-width: 991px){
.product-card__title a{margin: 0;font-size: 200px;}
.product-card__title a {display: block;font-size: 15px;line-height: 1.25rem;font-weight: 700;color: var(--store-text-primary);}

.sicon-search:before {}
.logo img {height: 200px;}
}

/* ====== CATEGORY ====== */
.product-index #product-filter, .product-index label[for="product-filter"] {display:none}

/* ====== THREE BANNERS ====== */
.s-block.s-block--fixed-banner.s-block--three-banners .container {max-width:92%; padding:0}
.s-block.s-block--fixed-banner.s-block--three-banners .flex.flex-col {display: grid;grid-template-columns: repeat(2, 1fr);grid-template-rows: repeat(2, 1fr);grid-column-gap: 0px;grid-row-gap: 0px;}
.s-block.s-block--fixed-banner.s-block--three-banners a:nth-child(1){grid-area: 1 / 1 / 3 / 2;}
.s-block.s-block--fixed-banner.s-block--three-banners a:nth-child(2){grid-area: 1 / 2 / 2 / 2;max-height: 14rem;}
.s-block.s-block--fixed-banner.s-block--three-banners a:nth-child(3){grid-area: 2 / 2 / 2 / 2;max-height: 14rem;}
.s-block.s-block--fixed-banner.s-block--three-banners a:nth-child(2) img, .s-block.s-block--fixed-banner.s-block--three-banners a:nth-child(3) img {height: 100%; object-fit: contain;}

@media (max-width:768px){
.s-block.s-block--fixed-banner.s-block--three-banners {margin-bottom:2rem}
.s-block.s-block--fixed-banner.s-block--three-banners a:nth-child(2) img, .s-block.s-block--fixed-banner.s-block--three-banners a:nth-child(3) img {max-height: 4.5rem;}
}

/*@media (max-width:768px){
.s-block.s-block--fixed-banner.s-block--three-banners .container {max-height: 27rem;}
.s-block.s-block--fixed-banner.s-block--three-banners .flex.flex-col {display: grid;grid-template-columns: repeat(2, 1fr);grid-template-rows: repeat(2, 1fr);grid-column-gap: 0px;grid-row-gap: 0px;}
.s-block.s-block--fixed-banner.s-block--three-banners a:nth-child(1){grid-area: 1 / 1 / 2 / 3;}
.s-block.s-block--fixed-banner.s-block--three-banners a:nth-child(2){grid-area: 2 / 1 / 2 / 2;}
.s-block.s-block--fixed-banner.s-block--three-banners a:nth-child(3){grid-area: 2 / 2 / 2 / 2;}
.s-block.s-block--fixed-banner.s-block--three-banners a:nth-child(2) img, .s-block.s-block--fixed-banner.s-block--three-banners a:nth-child(3) img {height: fit-content;;margin-top: 1rem;}
}*/