.logo-text {
    font-family: "Times New Roman", serif; /* خط كلاسيكي فخم */
    font-size: 32px; /* حجم قريب من الصورة */
    letter-spacing: 6px; /* المسافات بين الحروف */
    color: #6b6b6b; /* رمادي أنيق */
    font-weight: 500;
    text-transform: uppercase;
}

/* لو تريده يتمركز مثل الصورة */
.logo-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

‏s-block.s-block--banners>.grid {
‏    grid-template-columns: 1fr 1fr 1fr 1fr
}

‏.s-block.s-block--banners>.grid .banner-entry {
‏    padding-top: 0%;
‏    height: 8rem
}

‏.two-row .banner-entry:first-child {
‏    grid-column: auto;
‏    grid-row: auto
}
‏.s-block.s-block--banners:nth-of-type(19) {
‏    margin-bottom: 1rem
}


‏    background-color: transparent
}

‏.navbar-brand img,.main-nav-container.fixed-pinned .navbar-brand img {
‏    max-width: 190px;
‏    width: auto;
‏    height: 100%;
‏    max-height: 78px
}

‏@media(max-width: 650px) {
‏    .navbar-brand img,.main-nav-container.fixed-pinned .navbar-brand img {
‏        max-width:132px;
‏        margin: -20px 0 -25px
    }
}

‏body>div.app-inner.flex.flex-col.min-h-full>section.s-block.s-block--photos-slider {
‏    margin: 0
}
‏@media(max-width: 991px) {
‏    .s-block.s-block--banners>.grid {
‏        grid-template-columns:1fr 1fr 1fr 1fr
    }

‏    .s-block.s-block--banners>.grid .banner-entry {
‏        height: 3rem
    }
}

‏.s-block--features+.s-block--features,.s-block--fixed-banner+.s-block--fixed-banner,.s-block--banners+.s-block--banners {
‏    margin-top: 1em
}
/* ✅ 1. إخفاء كلمة "أختر" من خيارات المنتج */
‏.s-product-options-option-label small {
‏  display: none !important;
‏  margin: 0 !important;
‏  padding: 0 !important;
‏  height: 0 !important;
‏  line-height: 0 !important;
}
‏@media(max-width: 800px) {
‏    .s-products-slider-card {
‏        width: 52%;
‏        max-width: 290px;
    }
}
‏salla-trust-badges{display:none!important}

‏.menu-scroll {
‏    display: flex;
‏    gap: 3px;
‏    overflow-x: auto;
‏    padding: 0 10px;
‏    scrollbar-width: none;
‏    -ms-overflow-style: none;
}
‏.menu-scroll::-webkit-scrollbar {
‏    display: none;
}
‏.menu-item {
‏    flex: 0 0 auto;
‏    width: 110px;
‏    height: 150px;
‏    text-align: center;
‏    box-sizing: border-box;
‏    display: flex;
‏    flex-direction: column;
‏    align-items: center;
‏    justify-content: flex-start;
‏    padding: 10px;
}
‏.menu-item img {
‏    width: 80px;
‏    height: 80px;
‏    border-radius: 50%;
‏    border: 2px solid #fff;
‏    object-fit: cover;
‏    margin-bottom: 8px;
‏    display: block;
‏    transition: transform 0.3s ease;
}
‏.menu-item:hover img {
‏    transform: scale(1.2);
}
‏.menu-item span {
‏    font-size: 14px;
‏    font-weight: bold;
‏    color: #000;
‏    text-align: center;
‏    line-height: 1.2;
‏    display: block;
‏    word-wrap: break-word;
}
‏@media(max-width: 768px) {
‏    .menu-item img {
‏        width: 90px;
‏        height: 90px;
    }
}
‏.quick-menu-icons-wrapper {
‏    text-align: center;
}
‏.quick-menu-title {
‏    position: relative; 
‏    display: inline-block;
‏    font-size: 20px;
‏    font-weight: bold;
‏    text-align: center;
‏    color: #333;
}
‏.quick-menu-title::after {
‏    content: "";
‏    position: absolute;
‏    left: 50%;
‏    top: 1.5cm;
‏    transform: translateX(-50%);
‏    width: 300px;
‏    height: 2px;
‏    background-color: #333;
}
‏.quick-menu-title::before {
‏    content: "";
‏    width: 12px;
‏    height: 12px;
‏    background-color: #333;
‏    border-radius: 50%;
‏    position: absolute;
‏    left: 50%;
‏    top: calc(58px - 6px);
‏    transform: translateX(-50%);
}
‏.quick-menu-icons-wrapper .menu-scroll {
‏    margin-top: 1cm;
}

----
‏.navbar-brand img {
‏    inline-size: 170px;
‏    max-height: 7rem !IMPORTANT;
}
‏.bg-gray-50 {
‏    background-color: #cfb894;
    }
‏.bg-inherit {
‏    background: transparent;
‏    position: absolute;
‏    width: 100%;
}
‏.shadow-default {
‏    background: #cfb894;
}
‏.s-product-card-image img {
‏    height: auto;
‏    filter: brightness(0.9);
}

‏.footer-is-light .store-footer {
‏    background-color: #f0ac38;
}  
‏.s-block--features__item {
‏    border-radius: 4.375rem;
‏    background: linear-gradient( 90deg , #f39c12 0%, #f9fafb 100%)!important;
}    
‏.s-product-card-promotion-title {
‏    background-color: black;
}
‏.s-product-card-entry {
‏    box-shadow: 0px 0px 6px 0px #114f6d;
‏    height: 100%;
‏    background-color: #f3f4f6;
‏    transition-duration: 300ms;
‏    border: solid 1px;
‏    border-bottom-left-radius: 30px;
‏    border-bottom-right-radius: 30px;
}
‏.s-button-primary-outline {
‏    color: #414042;
‏    color: ##000000;
‏    background: #6a5acd;
‏    border-radius: 20px;
}
‏.navbar-brand img { 
‏    border-radius: 20px;
}
‏.top-navbar {
‏    background: #f39c12 ;
‏    color: white;
}
‏.s-block--features__item .feature-icon { 
‏    background-color: #a87e2b;
}
/*
‏.store-footer__inner{
‏    background: linear-gradient( 0deg , #6a5acd 0%, #6a5acd 100%)!important;
‏    color: black;
}*/
‏.store-footer { 
‏    background: #f0ad3c;
}
‏salla-slider.photos-slider .swiper-slide{
‏    width: 100%;
}    
‏.s-block--features__item {
‏    border-radius: 4.375rem;
‏   background: linear-gradient( 90deg , #f39c12 0%, #f9fafb 100%)!important;
}
‏   .slide--cat-entry {
‏    border-radius: 1.375rem;
‏    border-color: #000000;
‏    background-color: #f9fafb;
}
‏ .s-product-card-entry {
‏    height: 90%;  
}
‏.store-footer {
‏    background: #cfb894 !important;
}
‏.topnav-is-dark .top-navbar {
‏    background-color: #000000; 
‏    color: #ffffff;
}
‏.text-gray-400 {
‏    color: #ffffff;
}
‏.slide--cat-entry i {
‏     color: #000000;!important;
}
‏.slide--cat-entry {
‏    color: black;!important;
}
‏.shadow-default {  
‏    box-shadow: 0 0 transparent, 0 0 transparent, inset 0px 0px 0px #2b2d340d;
}

‏.s-button-primary-outline:hover {
‏   color: #ffffff;
‏    background: #000000;
}
‏.top-navbar {
‏    background: #f9fafb;
‏    color: black;
}
/*
‏.footer-is-light .store-footer .store-footer__inner {
‏    background: linear-gradient( 0deg , #6a5acd 0%, #f9fafb 100%)!important;
}
‏.footer-is-light .store-footer {
‏    background-color: #6495ed ;
}
‏.footer-is-light .store-footer .store-footer__inner {
‏    background: linear-gradient(0deg, rgba(75, 85, 99, 1) 0%, rgba(75, 85, 99, 1) 100%) !important;
}*/
‏.s-button-primary-outline {
‏    color: #ffffff;
‏    background: #6495ed;
}
‏.s-block--features__item .feature-icon {
‏    background-color: transparent;
}
‏.s-block--features__item .feature-icon i {
‏    font-size: 3rem;
‏    font-weight: 500;
‏    color: #000000;
}
‏.navbar-brand img {
‏    max-height: 6rem;
}
/*
‏.store-footer__inner {
‏    background: linear-gradient( 0deg , #bf9450 0%, #bf9450 100%)!important;
‏    color: #fff;
‏    border-radius: 50px;
}*/
‏.s-button-primary-outline {
‏    color: #fff;
‏    background: #bf9450;
}
‏.store-footer {
‏    background: #f9fafb;
‏    border-radius: 50px;
}
‏.s-product-card-entry {
‏    height: 100%;
}
‏/* Add custom CSS styles below */
/* 
‏s-block--banners .banner-entry {
‏    height: 110px;
‏    width: 24%;
‏    max-height: unset;
‏    min-height: unset;
‏    display: inline-block;
‏    border-radius: 0;
‏    background: unset !important;
‏    margin-bottom: -65px!important;
‏    margin-top: -70px!important;
}
‏.banner-entry {
‏    position: relative;
‏    height: 200px;
‏    overflow: hidden;
‏    border-radius: .375rem;
‏    --tw-bg-opacity: 1;
‏    background-color: #f3f4f6;
‏    background-color: rgb(243 244 246/var(--tw-bg-opacity));
‏    background-size: cover;
‏    background-position: center;
‏    background-repeat: no-repeat;
‏    padding: .75rem;
‏    text-align: center;
‏    --tw-text-opacity: 1;
‏    color: #fff;
‏    color: rgb(255 255 255/var(--tw-text-opacity));
}
‏.s-block--banners .gap-3 .banner-entry .lazy__bg {
‏    background-repeat: no-repeat;
‏    background-size: contain;
}
‏.s-block--banners .banner-entry .lazy__bg {
‏    background-repeat: no-repeat;
‏    height: 100%;
‏    width: 100%;
}
‏.s-block--banners .grid {
‏    display: block;
}
‏.md\:grid-cols-3 {
‏    grid-template-columns: repeat(3,minmax(0,1fr));
}
‏.sm\:gap-8 {
‏    gap: 2rem;
}*/
/*
‏.s-block--banners .banner-entry {
‏    height: 170px; 
‏    width: 24%;
‏    max-height: unset;
‏    min-height: unset;
‏    display: inline-block;
‏    border-radius: 0;
‏    background: unset !important;
‏    margin-bottom: -64px!important;
‏    margin-top: -70px!important;
}*/
‏.s-block--banners .banner-entry .lazy__bg
    {
‏          background-repeat: no-repeat;
‏          height: 100%;
‏          width: 100%;
‏          background-size: contain;
    }

‏.navbar-brand img {
‏    max-height: 4rem;
 }
‏ .searchform {
‏  background-color: #FFD700;
}

‏.searchform {
‏  background-color: rgb(255, 215, 0);
}

‏.searchform {
‏  background-color: hsl(50.59deg 100.00% 50.00%);
}
‏@media (max-width: 640px) {
‏.s-products-slider-card {
‏    width: 100%;
‏    max-width: 194px;
‏    padding-left: 0.5rem;
‏    padding-right: 0.5rem;
}}
‏.s-product-card-content-title {
‏    overflow: hidden;
‏    text-wrap: nowrap;
‏    text-overflow: ellipsis;
}
‏.s-product-card-content-subtitle {
‏    text-overflow: ellipsis;
‏    overflow: hidden;
‏    text-wrap: nowrap;
}
‏.s-product-card-image img {
‏     height: 100%; 
  
}
‏.bg-inherit {
‏    background: #cfb894;
‏    position: absolute;
‏    width: 100%;
‏    border-bottom: 2rem;
‏    border-radius: 0  0 1rem 1rem;
‏    box-shadow: 1px 4px 2px black;
‏    background: linear-gradient(323deg, #f9fafb 20%, #f9fafb 20%, #f9fafb 80%, #f9fafb 20%);
}
‏.s-product-card-entry {
‏    border-bottom-right-radius: 0;
‏    border-top-left-radius: 0;
}
‏.s-block.s-block--features.container {
‏    background: linear-gradient(51deg, #832828 20%, #cba566 20%, #cba566 80%, #832828 20%);
}
‏.s-block--features__item:first-child {
‏    background: linear-gradient(52deg, #cba566 20%, #ffffff 20%, #ffffff 80%, #832828 20%)!important;
}
‏.s-block--features__item:nth-child(2) {
‏    background: linear-gradient(52deg, #cba566 20%, #ffffff 20%, #ffffff 80%, #cba566 20%)!important;
}
‏.s-block--features__item:last-child {
‏    background: linear-gradient(52deg, #832828 20%, #ffffff 20%, #ffffff 80%, #cba566 20%) !important;
}
‏.s-block--features__item {
‏     border-radius: 0rem; 
‏    background: #fff !important; 
}
‏.s-block--features__item .feature-icon {
‏    border-radius: 5rem;
‏    box-shadow: 1px 3px 11px black;
‏    background-color: #c29141;
‏    color:#fff;
}
‏.store-footer a {
‏    justify-content: center;
‏    transition-property: opacity;
‏    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
‏    transition-duration: 150ms;
‏    text-align: center;
}
‏.store-footer__inner {
‏    text-align: center;
}
‏.s-social-list {
‏    display: flex;
‏    gap: 0.625rem;
‏    justify-content: center;
}

‏.store-footer__inner {
‏    background: linear-gradient(226deg, #1f2937 20%, #2b2d34 20%, #111827 80%, #1f2937 20%);
‏    color: #fff;
‏    border-radius: 50px;
}
‏.s-block--banners .banner-entry .lazy__bg {
‏    background-repeat: no-repeat;
‏    height: 16vw;
‏    width: 100%;
}
‏.banner-entry {
‏    padding: 0px;
‏    width: 32%;
‏    margin: 0px;
}
‏.banner-entry {
‏    position: inherit;
‏    height: atuo;
‏    /* overflow: hidden; */
‏    /* border-radius: 0.375rem; */
‏    /* --tw-bg-opacity: 1; */
‏    background-color: rgba(243, 244, 246, 1);
‏    /* background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); */
‏    /* background-size: cover; */
‏    /* background-position: center; */
‏    /* background-repeat: no-repeat; */
‏    /* padding: 0.75rem; */
‏    /* text-align: center; */
‏    /* --tw-text-opacity: 1; */
‏    color: rgba(255, 255, 255, 1);
‏    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
‏.s-block--banners .grid {
‏    display: flex;
‏    justify-content: space-between;
‏    align-items: center;
‏    flex-wrap: wrap;
‏    z-index: 1;
‏    width: 100%;
‏    /* height: auto; */
‏    left: 0;
‏    right: 0;
‏    padding: 0;
‏    margin: 0;
}
‏.lazy__bg {
‏    position: relative;
‏    top: 0px;
‏    left: 0px;
‏    height: 100%;
‏    width: 100%;
‏    background-size: cover;
‏    /* background-position: center; */
‏    /* opacity: 0; */
‏    /* transition-property: opacity; */
‏    /* transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); */
‏    /* transition-duration: 500ms; */
}
‏.banner-entry {
‏    position: relative;
‏    height: 100%;
‏    width:33%;
‏    overflow: hidden;
‏    border-radius: 0.375rem;
‏    --tw-bg-opacity: 1;
‏    background-color: rgba(243, 244, 246, 1);
‏    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
‏    background-size: cover;
‏    background-position: center;
‏    background-repeat: no-repeat;
‏    padding: 5px;
‏    text-align: center;
‏    --tw-text-opacity: 1;
‏    color: rgba(255, 255, 255, 1);
‏    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
‏.gap-3 {
‏    gap: 1px !important;
}
‏.two-row .banner-entry:first-child {
‏    padding: 0px !important;
}
‏.widget-visible iframe{
‏top:85% !important;
‏opacity:0.5 !important;
}

‏@media(max-width:800px)
{
‏    .s-block--banners .grid
    {
‏          display:block;
    }
‏    .s-block--banners .banner-entry
    {
‏          height: 110px;
‏          width: 24%;
‏          max-height: unset;
‏          min-height: unset;
‏          display: inline-block;
‏          border-radius: 0;
‏          background: unset !important;
‏          margin-bottom:-50px!important;
‏          margin-top:-0px!important;
    }
    
‏    .s-block--banners .banner-entry    .s-block--banners .banner-entry .lazy__bg
    {
‏          background-repeat: no-repeat;
‏          height: 100%;
‏          width: 100%;
‏          background-size: contain;
    }
}

‏.s-slider-block__display-all {
‏    color: #414042;
‏    color: #1f2937;
‏    display: inline-block;
‏    font-size: .875rem;
‏    font-weight: 700;
‏    line-height: 1.25rem;
}



‏.banner-entry {
‏    position: relative;
}

‏.text-with-border {
‏    position: absolute;
‏    top: -50px;   /* يتحكم بالارتفاع */
‏    left: 0;
‏    right: 0;
‏    z-index: 3;
‏    text-align: center;
}

‏.text-with-border span {
‏    color: black !important;
‏    font-size: 12px !important;
}



  salla-trust-badges{display:none!important}