section:nth-child( 1 of section.s-block.s-block--main-slider-1) h2{
  font-weight: 400;
  }
/****************/

.s-block.s-block--products-slider.container .s-block__title.relative {
    align-items: flex-start;
}
.s-block.s-block--products-slider.container .left-side {
    display: none;
}
section.s-block.s-block--fixed-banner .container {
    max-width: 100%;
    padding-left: 0px;
}
/***********secund-banner************/
section:nth-child( 2 of section.s-block.s-block--main-slider-1) {
margin:50px 0px ;
}
section:nth-child( 2 of section.s-block.s-block--main-slider-1) .main-slider-1.with-number-pagination {
    height: 699px;
    max-width: 98%;
    margin-inline: auto;
}
section:nth-child( 2 of section.s-block.s-block--main-slider-1) .slide-content {
    align-items: flex-end;
    margin-bottom: 3%;
    max-width: 100%;
    padding: 0px;
}
section:nth-child( 2 of section.s-block.s-block--main-slider-1) a{
    display: none;
}
section:nth-child( 2 of section.s-block.s-block--main-slider-1) .slide-content > div:nth-of-type(1){
    width: 100% !important;
    max-width: 100%;
    background: #0e241787;
    }
/*section:nth-child( 3 of section.s-block.s-block--main-slider-1) .slide-content {
max-width: 100%;
}*/
section:nth-child( 2 of section.s-block.s-block--main-slider-1) .swiper-lazy-wrap , section:nth-child( 2 of section.s-block.s-block--main-slider-1) .swiper{
height:100% !important;
} 
@media screen and (max-width:768px){
section:nth-child( 2 of section.s-block.s-block--main-slider-1) .main-slider-1.with-number-pagination {
    height: 190px;
   
}
section:nth-child( 2 of section.s-block.s-block--main-slider-1) {
margin:20px 0px ;
}
}
/*************third-banner*************/

section:nth-child( 3 of section.s-block.s-block--main-slider-1) {
margin:50px 0px ;
}
section:nth-child( 3 of section.s-block.s-block--main-slider-1) .main-slider-1.with-number-pagination {
    height: 589px;
}
section:nth-child( 3 of section.s-block.s-block--main-slider-1) .slide-content {

max-width: 100%;
}
section:nth-child( 3 of section.s-block.s-block--main-slider-1) a span {
    background: #0E2417;
    padding: 5px 19px;
    border-radius: 5px;
}
section:nth-child( 3 of section.s-block.s-block--main-slider-1) .arrow-icon{
display:none;
}
section:nth-child( 3 of section.s-block.s-block--main-slider-1) .swiper-lazy-wrap , section:nth-child( 3 of section.s-block.s-block--main-slider-1) .swiper{
height:100% !important;
} 
@media screen and (max-width:768px){
section:nth-child( 3 of section.s-block.s-block--main-slider-1) .main-slider-1.with-number-pagination {
    height: 190px;
   
}
.transparent-title {
    font-size: 76px;
    white-space: normal;
    line-height: 100px;
}
.s-block--features__item *{
text-align:center;
}
}
/*******************/
section#today-deal-6 {
    margin-top: 50px;
}
.store-footer {
    background: #0E2417!important;
}
/* Add custom CSS styles below */ 
/*@media (min-width: 640px) {
    .navbar-brand img,
    .main-nav.fixed-pinned .navbar-brand img {
       max-height: 80px;
    scale: 1.1;
    }
}
    .navbar-brand img,
    .main-nav.fixed-pinned .navbar-brand img {
       max-height: 80px;
    scale: 1.1;
    }
    
.product-entry__title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.s-button-primary {
    color: #ffffff;
}
:root {
    --color-primary-reverse: #fff;
}
.dark *.store-footer {
    background-color: rgb(5 29 15);
}
.dark *.dark\:bg-dark{
    background-color: rgb(255 255 255);
}
.store-footer .lg\:pt-6{
    justify-content: center;
}
.s-block--features__item{
    align-items: center;
}
.s-block--products-slider .s-block__title{
flex-direction: row;
    justify-content: space-between;
    gap: 0;
    text-align: center;
}
@media (max-width: 640px) {
.s-block--features > div{
    display: grid;
}
.s-block--features__item{
text-align: center;
}
}

.section--title, .s-slider-block__title h2, .s-block__title h2 {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #051d0f 0%, #6e6f6f 29%, #000000 67%, #031b0d 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-weight: 800;
}
@keyframes textclip {
    to {
        background-position: 200% center
    }
}
.product-entry--vertical img{
        transition: 0.2s;

}
.product-entry--vertical:hover img{
    scale: 1.05;
}*/


@media (max-width: 480px){
  .lock-full-bg .s-block__title_relative .right-side h2.last-mb-4{
    transform: translateY(14px) !important; /* نزّل العنوان 14px */
  }
}