/** Shopify CDN: Minification failed

Line 970:0 All "@import" rules must come first

**/
header .bottom__part{
    padding-top:25px;
    padding-bottom:25px;
}
header .bottom__part .header__controls{
    width:100%;
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-bottom:25px;
}
header.last_header .bottom__part .header__controls {
    margin-bottom: 0;
}
header .bottom__part .header__controls .header__info{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
header.last_header .bottom__part .header__controls .header__info {
    width: 45%;
}
header .bottom__part .header__controls .header__info .like{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-transition:.4s ease all;
    transition:.4s ease all;
    margin-left:0px;
    position:relative
}
header .bottom__part .header__controls .header__info .like.active .filled{
    opacity:1
}
header .bottom__part .header__controls .header__info .like .filled{
    -webkit-transition:.4s ease all;
    transition:.4s ease all;
    position:absolute;
    opacity:0
}
header .bottom__part .header__controls .header__info .like svg{
    width:32px;
    height:32px
}

header .bottom__part .header__controls .header__info .cart{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-transition:.4s ease all;
    transition:.4s ease all;
    margin-left:15px;
    position:relative
}
header .bottom__part .header__controls .header__info .cart span{
    position:absolute;
    font-size:14px;
    color:#fff;
    font-weight:600;
    background-color:#E74646;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    min-width:18px;
    max-width:18px;
    min-height:18px;
    right:-7px;
    top:-4px;
    max-height:18px;
    border-radius:250px
}
header .bottom__part .header__controls .header__info .cart svg{
    width:32px;
    height:32px
}

header .bottom__part .header__controls .header__info .profile__details>a.btn{
    border-radius:8px;
    padding-left:6px;
    padding-right:6px
}
header .bottom__part .header__controls .right__details>a{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    font-size:40px;
    line-height:16px;
    font-weight:500;
    text-decoration:none;
    color:var(--primary-color);
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
header .bottom__part .header__controls .right__details>a:hover{
    opacity:.7
}
header .bottom__part .header__controls .search-form {
    position:absolute;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    width:100%;
    max-width:500px
}
header .bottom__part .header__controls .search-form .group__input{
    width:100%;
    position:relative
}
header .bottom__part .header__controls .search-form .group__input button{
    min-width:32px;
    max-width:32px;
    min-height:32px;
    border-radius:250px;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    cursor:pointer;
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    left:20px;
    outline:none;
    border:0px;
    padding:0px;
    -webkit-transition:.4s ease all;
    transition:.4s ease all;
    max-height:32px
}
header .bottom__part .header__controls .search-form .group__input button:hover{
    opacity:.7
}
header .bottom__part .header__controls .search-form .group__input button svg{
    -webkit-transform:scaleX(-1);
    transform:scaleX(-1)
}
header .bottom__part .header__controls .search-form .group__input button svg path{
    fill:#fff
}
header .bottom__part .header__controls .search-form .group__input>input{
    width:100%;
    height:55px;
    border-radius:10px;
    background-color:#fff;
    outline:none;
    padding-right:24px;
    padding-left:60px;
    outline:none;
    font-size:18px;
    font-weight:500;
    border:0px
}
header .bottom__part .menu{
    position:relative
}
header.last_header .bottom__part .menu {
    width: 45%;
}
header .bottom__part .menu>ul {
    padding:0px;
    list-style-type:none;
    margin:0px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
}
header .bottom__part .menu>ul>li{
    margin-left:20px
}
header .bottom__part .menu>ul>li.dropdown__box .drop__box:hover{
    opacity:1;
    pointer-events:initial
}
header .bottom__part .menu>ul>li.dropdown__box:hover>a{
    color:var(--primary-color)
}
header .bottom__part .menu>ul>li.dropdown__box:hover>a span svg{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
header .bottom__part .menu>ul>li.dropdown__box:hover>a span svg path{
    fill:var(--primary-color)
}
header .bottom__part .menu>ul>li.dropdown__box:hover>a:before{
    opacity:1
}
header .bottom__part .menu>ul>li.dropdown__box>a:hover+.drop__box{
    opacity:1;
    pointer-events:initial
}
header .bottom__part .menu>ul>li.dropdown__box>a:before{
    content:'';
    width:0px;
    height:0px;
    border-style:solid;
    border-width:15px 20px 15px 0;
    border-color:transparent #fff transparent transparent;
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
    position:absolute;
    bottom:-20px;
    left:50%;
    -webkit-transition:.4s ease all;
    transition:.4s ease all;
    -webkit-transform:translateX(-50%) rotate(90deg);
    transform:translateX(-50%) rotate(90deg);
    opacity:0;
    z-index:5;
    pointer-events:none
}
header .bottom__part .menu>ul>li.dropdown__box .drop__box{
    position:absolute;
    left:0px;
    width:100%;
    top:55px;
    z-index:4;
    padding-top:25px;
    opacity:0;
    pointer-events:none;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
header.last_header .bottom__part .menu>ul>li.dropdown__box .drop__box{
    width: 222%;
    right: 0;
}
header .bottom__part .menu>ul>li.dropdown__box .dropdown__menu{
    position:relative;
    padding:16px 30px;
    padding-bottom:25px;
    background:#FFFFFF;
    -webkit-box-shadow:0px 2px 8px #00000028;
    box-shadow:0px 2px 8px #00000028;
    border-radius:6px;
    display:grid;
    grid-template-columns:repeat(5, 1fr);
    grid-column-gap: 20px
}
header .bottom__part .menu>ul>li.dropdown__box .dropdown__menu .menu__elem ul{
    padding:0px;
    list-style-type:none;
    margin:0px
}
header .bottom__part .menu>ul>li.dropdown__box .dropdown__menu .menu__elem ul>li{
    margin-bottom:10px
}
header .bottom__part .menu>ul>li.dropdown__box .dropdown__menu .menu__elem ul>li>a{
    font-size:17px;
    font-weight:600;
    color:#9F9F9F;
    text-decoration:none;
    line-height:30px;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
header .bottom__part .menu>ul>li.dropdown__box .dropdown__menu .menu__elem ul>li>a:hover{
    color:var(--primary-color)
}
header .bottom__part .menu>ul>li.dropdown__box .dropdown__menu .menu__elem ul>li:last-child{
    margin-bottom:20px
}
header .bottom__part .menu>ul>li.dropdown__box .dropdown__menu .menu__elem>a{
    margin-top:0px;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
    line-height:30px;
    display:block;
    -webkit-transition:.4s ease all;
    transition:.4s ease all;
    color:#757575;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #E8E8E8
}
header .bottom__part .menu>ul>li.dropdown__box .dropdown__menu .menu__elem>a:hover{
    color:var(--primary-color)
}
header .bottom__part .menu>ul>li.active>a{
    color:var(--primary-color)
}
header .bottom__part .menu>ul>li>a{
    padding:15px 0px;
    font-size:16px;
    line-height:27px;
    font-weight:600;
    text-decoration:none;
    -webkit-transition:.4s ease all;
    transition:.4s ease all;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    position:relative
}
header .bottom__part .menu>ul>li>a span{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    margin-right:9px
}
header .bottom__part .menu>ul>li>a span svg{
    width:12px;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
header .bottom__part .menu>ul>li>a span svg path{
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
header .bottom__part .menu>ul>li:last-child{
    margin-left:0px
}
header .top__part{
    padding:12px 0px;
    text-align:center
}
header .top__part p{
    margin:0px;
    font-size:17px;
    font-weight:600;
    color:#757575
}
.header__info .notification{
    margin-left:15px;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    position:relative
}
.header__info .notification.active .filled{
    opacity:1
}
.header__info .notification .filled{
    position:absolute;
    opacity:0;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
.header__info .notification svg{
    width:32px;
    height:32px
}

.profile__button{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.profile__button img{
    min-width:50px;
    max-width:50px;
    min-height:50px;
    max-height:50px;
    border-radius:250px;
    -o-object-fit:cover;
    object-fit:cover;
}
header .bottom__part .menu>ul>li>a:hover{
    color: var(--primary-color)
}
.notification__wrapper{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    position:relative
}
.notification__wrapper .notification__box{
    position:absolute;
    left:-40px;
    top:55px;
    min-width:400px;
    max-width:400px;
    padding-top:20px;
    padding-left:15px;
    padding-right:15px;
    -webkit-box-shadow:0px 2px 30px #04060F26;
    box-shadow:0px 2px 30px #04060F26;
    border-radius:16px;
    z-index:4;
    background-color:#fff
}
.notification__wrapper .notification__box>p{
    text-align:center;
    margin-top:0px;
    margin-bottom:20px;
    font-size:18px;
    font-weight:600;
    color:#000000
}
.notification__wrapper .notification__box .notification__list{
    max-height:300px;
    overflow-y:auto;
    padding-bottom:15px
}
.notification__wrapper .notification__box .notification__list .elem__notification{
    margin-bottom:20px
}
.notification__wrapper .notification__box .notification__list .elem__notification:last-child{
    margin-bottom:0px
}
.notification__wrapper .notification__box .notification__list .elem__notification .inn__{
    background-color: var(--primary-color-with-opacity-10);
    border-radius:12px;
    padding:12px 12px
}
.notification__wrapper .notification__box .notification__list .elem__notification .inn__>span.title{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    margin-bottom:10px;
    font-size:22px;
    font-weight:500;
    font-family:var(--font-heading-family);
    color:var(--primary-color)
}
.notification__wrapper .notification__box .notification__list .elem__notification .inn__>.status{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
    color:var(--primary-color)
}
.notification__wrapper .notification__box .notification__list .elem__notification .inn__>p{
    margin:0px;
    margin-bottom:10px;
    font-size:16px;
    line-height:24px;
    font-weight:600;
    color:#9F9F9F
}
.notification__wrapper .notification__box .notification__list .elem__notification>span{
    display:block;
    text-align:right;
    margin-bottom:10px;
    font-size:14px;
    font-weight:600;
    color:#000000
}
.notification__wrapper .notification__box .notification__list::-webkit-scrollbar{
    width:6px;
    height:6px
}
.notification__wrapper .notification__box .notification__list::-webkit-scrollbar-thumb{
    border-radius:10px;
    background-color:#cecece
}
.notification__wrapper .notification__box:before{
    content:'';
    width:0px;
    height:0px;
    border-style:solid;
    border-width:15px 20px 15px 0;
    border-color:transparent #fff transparent transparent;
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
    position:absolute;
    top:-20px;
    bottom:auto;
    -webkit-transition:.4s ease all;
    transition:.4s ease all;
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
    left:61px;
    z-index:5;
    pointer-events:none
}


@media (max-width:991px){
	.notification__wrapper .notification__box{
        left: -10px;
        top:44px;
    }
    .notification__wrapper .notification__box .notification__list .elem__notification .inn__>span.title{
        font-size: 18px;
    }
    .notification__wrapper .notification__box .notification__list .elem__notification .inn__>p{
        font-size: 14px;
        line-height: 22px;
    }
    .notification__wrapper .notification__box .notification__list .elem__notification .inn__>.status{
        font-size: 13px;
    }
    .notification__wrapper .notification__box:before{
        left: 23px;
    }
    .notification__wrapper .notification__box{
        min-width: 290px;
        max-width: 290px;
    }
}

.cart{
    position:relative
}
.cart span{
    z-index:3
}
.cart.active .filled{
    opacity:1
}
.cart .filled{
    position:absolute;
    opacity:0;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
.notification__empty{
    padding:35px 0px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    padding-top:10px;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.notification__empty>p{
    margin-top:20px;
    margin-bottom:0px;
    font-size:17px;
    color:#757575;
    font-weight:600
}
.notification__empty svg{
    opacity:.6;
    width:140px;
    height:140px
}
.notification__empty svg path{
    fill:var(--primary-color)
}
.empty__cart{
    padding-bottom:22px
}
.empty__cart>span{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-bottom:20px
}
.empty__cart>h6{
    text-align:center;
    margin-top:0px;
    margin-bottom:6px;
    font-size:22px;
    font-weight:600;
    color:#757575;
    line-height:35px
}
.empty__cart>p{
    line-height:34px;
    margin:0px;
    font-size:16px;
    font-weight:600;
    color:#9F9F9F;
    text-align:center
}
.empty__cart .button__wrapper{
    margin-top:20px;
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.empty__cart .button__wrapper>a{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    width:100%;
    height:50px;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    text-decoration:none;
    border-radius:8px;
    font-size:20px;
    font-weight:600;
    color:var(--primary-color);
    -webkit-transition:.4s ease all;
    transition:.4s ease all;
    background-color:var(--primary-color-with-opacity);
}
.empty__cart .button__wrapper>a:hover{
    opacity:.7
}
@media (max-width: 1440px){
    header .bottom__part{
        padding-top:25px;
        padding-bottom:15px
    }
    header .bottom__part .header__controls{
        margin-bottom:20px
    }
    header .top__part p{
        font-size:17px
    }
    header .bottom__part .header__controls .right__details>a{
        font-size:38px;
        line-height: 42px;
        max-width: 220px;
    }
    header .bottom__part .menu>ul>li>a{
        line-height:24px
    }
    header .bottom__part .menu>ul>li.dropdown__box .dropdown__menu .menu__elem>a{
        font-size:15px;
        line-height:24px
    }
    header .bottom__part .menu>ul>li.dropdown__box .dropdown__menu .menu__elem ul>li>a{
        font-size:17px;
        line-height:24px
    }
}
header .bottom__part .header__controls .right__details>a{
    font-family:var(--font-heading-family)
}
.menu__button{
    display:none
}




.overlay{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:5;
    background-color:rgba(0,0,0,0.6);
    display:none
}
@media (max-width: 1200px){
    header.last_header .menu__button a svg {
        max-width: 24px;
    }
    header.last_header .bottom__part .header__controls .header__info {
        width: auto;
    }
    header.last_header .menu__button{
        display:-webkit-inline-box;
        display:-ms-inline-flexbox;
        display:inline-flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        margin-left:12px
    }
    
    header.last_header .bottom__part .menu {
        display: none;
    }
    .header__info .notification{
        margin-left:16px
    }
    header .bottom__part .menu>ul>li.dropdown__box .dropdown__menu{
        padding-left:20px;
        padding-right:20px
    }
    header .top__part p{
        font-size:19px
    }
    header .bottom__part .header__controls .right__details>a{
        font-size:32px
    }
    header .bottom__part{
        padding-top:25px;
        padding-bottom:15px
    }
    header .bottom__part .header__controls .search-form{
        max-width:400px
    }
    header .bottom__part .header__controls .header__info .cart{
        margin-left:16px
    }

    header .bottom__part .header__controls .header__info .profile__details{
        margin-right:16px;
    }
    header .bottom__part .menu>ul>li>a{
        font-size:17px;
        line-height:24px
    }
    header .bottom__part .menu>ul>li.dropdown__box .dropdown__menu .menu__elem>a{
        font-size:17px;
        margin-bottom:10px;
        padding-bottom:10px
    }
    header .bottom__part .menu>ul>li.dropdown__box .dropdown__menu .menu__elem ul>li>a{
        font-size:17px
    }
    header .bottom__part .menu>ul>li.dropdown__box .drop__box{
        padding-top:16px
    }
    header .bottom__part .menu>ul>li.dropdown__box .dropdown__menu{
        grid-column-gap:25px
    }
    header .bottom__part .header__controls{
        margin-bottom:25px
    }
    header .bottom__part{
        padding-top:25px;
        padding-bottom:15px
    }
}
@media (max-width: 991px){
    header .bottom__part .header__controls .header__info .profile__details { 
        display: none;
    }
    header .bottom__part .header__controls .header__info .cart span{
        font-size:11px;
        min-width:14px;
        max-width:14px;
        min-height:14px;
        max-height:14px
    }
    header.first_header .menu__button{
        display:-webkit-inline-box;
        display:-ms-inline-flexbox;
        display:inline-flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        margin-left:12px
    }
    .menu__button a{
        display:-webkit-inline-box;
        display:-ms-inline-flexbox;
        display:inline-flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        -webkit-transform:scaleX(-1);
        transform:scaleX(-1)
    }
    .menu__button a svg{
        max-width:24px
    }
    header .bottom__part .header__controls .header__info .cart svg{
        width:24px;
        height:24px
    }
    header .bottom__part .header__controls .header__info .cart{
        margin-left:12px
    }
    header .bottom__part .header__controls .search-form .group__input button svg{
        max-width:20px
    }
    header .bottom__part .header__controls .header__info .like svg{
        width:24px;
        height:24px
    }
    header .bottom__part .header__controls .search-form .group__input>input{
        height:38px;
        font-size:14px;
        padding-right:15px
    }
    header .bottom__part .header__controls .search-form .group__input button{
        min-width:24px;
        max-width:24px;
        min-height:24px;
        max-height:24px;
        left:12px
    }
    .header__info .notification{
        display:-webkit-inline-box;
        display:-ms-inline-flexbox;
        display:inline-flex;
        margin-left:12px
    }
    .header__info .notification svg{
        width:24px;
        height:24px
    }
   
    header .bottom__part .menu {
        display:none
    }
    header .bottom__part .menu-instead-search {
        display: none;
    }
    header .bottom__part{
        padding:25px 0px
    }
    header .bottom__part .header__controls{
        margin-bottom:0px
    }
    header .bottom__part .header__controls .right__details>a{
        font-size:20px;
        line-height:32px
    }
    header .bottom__part .header__controls .search-form{
        max-width:290px
    }
    header .top__part p{
        font-size:14px;
        line-height:24px
    }
    header .top__part{
        padding:7px 0px
    }
}
@media (max-width: 640px){
    header .bottom__part .header__controls .search-form .group__input>input{
        padding-left:40px
    }
}
@media (max-width: 540px){
    header .bottom__part .header__controls .search-form{
        max-width:240px
    }
}
@media (max-width: 480px){
    header .bottom__part .header__controls .search-form{
        max-width:180px
    }
    header .bottom__part .header__controls .right__details>a{
        font-size:19px
    }
    .header__info .notification{
        margin-left:9px
    }
    header .bottom__part .header__controls .header__info .cart{
        margin-left:9px
    }
    header .top__part p{
        font-size:12px;
        line-height:20px
    }
}
@media (max-width: 750px){
     header.last_header .bottom__part .header__controls{
        padding-bottom: 0;
     }
    header .bottom__part .header__controls .search-form{
        max-width:150px
    }
    header .bottom__part .header__controls .search-form{
        position:absolute;
        width:100%;
        -webkit-transform:none;
        transform:none;
        max-width:100%;
        left:0px;
        bottom:-7px
    }
}


.inner__cart .continue_to_cart {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    background-color: var(--primary-color-with-opacity);
}
 
/* تنسيق بسيط لكلمة تراث */
.brand-name {
  font-family: "Amiri", "Scheherazade New", serif; /* خط عربي تراثي */
  color: #BE8C63;
  font-weight: 700;
  transition: transform 0.3s ease;
}

/* تكبير بسيط في الديسكتوب فقط */
@media (min-width: 1024px) {
  .brand-name {
    font-size: 26px !important;
  }
}

/* تأثير تكبير عند المرور بالماوس */
.brand-name:hover {
  transform: scale(1.08);
}

@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@700&display=swap');

.brand-name {
  font-family: 'Amiri', serif;
  color: #BE8C63;
  font-size: 22px;
  margin-right: 10px;
  transition: transform 0.3s ease;
  white-space: nowrap;
}

.brand-name:hover {
  transform: scale(1.08);
}

@media (min-width: 992px) {
  .brand-name {
    font-size: 26px;
  }
}




