/* Add custom CSS styles below */ 
.hero-section12 {
    width: 100%;
    padding: 50px 20px;
    background: #eee;
    background-color: white;
}
.hero-banner12 {
    width: 1200px;
    max-width: 100%;
    height: 500px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden; /* عشان الفيديو ميطلعش بره الـ border-radius */
    position: relative;
}
.hero-banner12 video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* زي background-size: cover بالظبط */
}
.store-footer__inner {
    background-color: #F56B00!important;
}
.md\:flex.items-center.justify-between.py-4.container.text-center {
    background-color: #F56B00 !important;
    margin: 0;
    max-width: 100% !important;
}
.s-user-menu-trigger {
    background-color: transparent;
}
.navbar-brand img {
    max-height: 5rem;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 55px;
}
body.index {
    background-color: #fff;
}
.s-comments-product {
    background-color: transparent;
}
header.store-header {
    background: var(--color-primary);
}
.top-navbar .s-menu-topnav-list>a, a.s-contacts-topnav-link {
    color: #fff;
}
body.index {

/*Fixed Banner*/
.banner--fixed img{
    background-color: unset;
}
.banner--fixed img {
    border-radius: 0;
}
  
/*****titles*****/
/* cats Title */
.s-block__title, .s-slider-block__title,.s-reviews-header,  .s-reviews-header-wrapper  {
    justify-content: center;
}
.s-block__title h2 ,  .s-slider-block__title h2 , .s-reviews-header {
    font-size: 2.5rem;
    text-align:center;
}
.s-reviews-header   {
    font-size: 2rem;
}
.s-block__title h2:before {
    content: "WHY CHOOSE PANARABIA";
    display: block;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 3%;
    color: #8A7060;
}
.s-block__title h2:after {
    content: "عيشي تجربة التحوّل مع العناية الفاخرة بالبشرة.. حيث يلتقي العلم بالطبيعة.";
    display: block;
    font-weight: 400;
    font-size: 20px;
    color: #8A7060;
    margin-top: 3%;
}

@media (max-width: 768px){
.s-block__title h2, .index .s-slider-block__title h2 , .index .s-reviews-header {
    font-size: 1.5rem;
}
.s-block__title h2:after {
     font-size: 14px;
}
  .hero-banner12 {
    height: 300px;
}
}

/*btn*/
.s-button-primary-outline {
    background: var(--color-primary);
    color: white;
   filter: drop-shadow(1px 2px 2px black);
}

/*Product slider*/
/*long name fix*/
h3.s-product-card-content-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
    background: unset;
}
.s-product-card-entry {
    background: none;
    border: 2px solid  var(--color-primary);
}
.s-product-card-vertical {
    border: 2px solid  var(--color-primary);
}
salla-add-product-button, img.s-product-card-image-cover.lazy.loaded {
    transition: 0.2s;
}
salla-add-product-button:hover, img.s-product-card-image-cover.lazy.loaded:hover {
    transform: scale(1.1);
}

.s-products-list-wrapper {
    background: none;
}
/*@media (max-width:767px){
.s-button-primary-outline {
    padding-right: 5px;
    padding-left: 5px;
}
    .s-products-slider-card{
        width: 55%;
        }
    .s-products-list-vertical-cards{
        grid-template-columns: 1fr 1fr;
        }
    .s-product-card-entry {
        width: 11.5rem;
       }
}
@media (max-width: 400px) {
    .s-product-card-entry {
        width: 10.5rem;
    }
}
@media (max-width: 360px) {
    .s-product-card-entry {
        width: 9.8rem;
    }
}*/

/*Category*/
.md\:grid-cols-3 {
      grid-template-columns: 1fr 1fr 1fr 1fr;
  }
.two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: span 1/span 1;
}
.lazy__bg.lazy.entered.loaded {
    background-repeat: no-repeat;
    background-size: contain;
}
.banner-entry {
    height: 275px;
    background-color: unset;
    transition: all .3s ease-in-out;
}
a.banner-entry:hover {
    transform: scale(1.05);
    transition: transform 1s ease;
    z-index:1;
}
.banner--fixed img {
    background: unset;
}
section:nth-child( 2 of .s-block.s-block--banners.container) .banner-entry:nth-child(1) .lazy__bg.lazy.entered.loaded {
    background-position: left;
}
section:nth-child( 2 of .s-block.s-block--banners.container) .banner-entry:nth-child(3) .lazy__bg.lazy.entered.loaded {
    background-position: right;
}
@media (max-width: 768px){
.md\:grid-cols-3 {
      grid-template-columns: 1fr 1fr ;
  }
.banner-entry{
      height: 135px;
  }
}

/*footer*/
.footer-is-light .store-footer .store-footer__inner {
    background: var(--color-primary);
    color: #fff;
    border: none;
}
.footer-is-light .store-footer .store-footer__inner *{
    border-color: #ffffff61;
}
@media (max-width: 767px) {
    footer .grid {
        grid-template-columns: 1fr;
    }
    .store-footer__inner *:not(li.s-social-link)  {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
footer .s-social-list{
    justify-content: center;
}
    salla-payments.s-payments-list.hydrated li {
    margin-left: 0;
    margin-right: 0;
}
}
/*Product page*/
salla-add-product-button:hover {
    transform: scale(1.06) !important;
}

/*loading logo page*/
body.index::before {
    content: "";
    top: 0;
    background: #fff url("https://cdn.files.salla.network/theme/906974407/0418b4fe-0662-44f2-9440-39b5878d8a72.webp");
    background-size: 250px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100%;
    height: 100vh !important;
    transform: scale(0);
    position: fixed;
    left: 0;
    z-index: 9999999 !important;
    animation: scale-out-vertical 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1.3s both;
}

@keyframes scale-out-vertical {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1;
    }
}

..footer-is-light .store-footer .store-footer__inner * {
    border-color: #ffffff61;
    color: #fff !important;
}


.hero{

    width:70%;
  margin: auto;
    background:#fff;
    border-radius:20px;
    padding:60px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:70px;

}

.content{

    flex:1;

}

.tag{

    display:inline-block;
    background:#f3e5d9;
    color:#444;
    padding:7px 15px;
    border-radius:30px;
    font-size:13px;
    margin-bottom:25px;

}

h1{

    font-size:64px;
    line-height:1.1;
    color:#222;
    font-weight:800;

}

h1 span{

    color:#ef7b1b;

}

p{

    margin:25px 0;
    color:#555;
    line-height:1.9;
    max-width:430px;

}

.buttons{

    display:flex;
    gap:15px;
    margin-bottom:40px;

}

.btn{

    text-decoration:none;
    padding:13px 35px;
    border-radius:30px;
    font-weight:bold;
    transition:.3s;

}

.orange{

    background:#ef7b1b;
    color:#fff;

}

.orange:hover{

    background:#d86606;

}

.white{

    border:1px solid #ddd;
    color:#444;
    background:#fff;

}

.white:hover{

    background:#f7f7f7;

}

.stats {
    display: flex;
    gap: 50px;
    border-top: 1px solid #eee;
    padding-top: 25px;
    justify-content:  center;
}

.stats strong{

    display:block;
    font-size:20px;

}

.stats span{

    color:#777;
    font-size:13px;

}

.product-card{

    width:330px;
    background:#f8efe7;
    border-radius:25px;
    padding:22px;
    position:relative;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.12);

}

.badge{

    position:absolute;
    top:18px;
    left:18px;
    background:#ef7b1b;
    color:#fff;
    font-size:12px;
    padding:6px 12px;
    border-radius:20px;

}

.product-card img{

    width:100%;
    border-radius:15px;
    background:#fff;
    margin-bottom:18px;

}

.product-card small{

    color:#999;
    letter-spacing:1px;

}

.product-card h3{

    margin:10px 0;
    font-size:18px;

}

.stars{

    color:#f5b301;
    font-size:18px;
}


footer *{

  color: #FFF;
}
@media(max-width:900px){

.hero{

flex-direction:column;
padding:30px;

}

.content{

text-align:center;

}

p{

margin:auto;
margin-top:20px;
margin-bottom:20px;

}

.buttons{

justify-content:center;

}

.stats{

justify-content:center;
flex-wrap:wrap;

}

}


.product{

    width:100%;
    padding:70px 20px;
}

 .product .container{

    max-width:1180px;
    margin:auto;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;

}

/* الصورة */

.image-box{

    width:390px;
    background:#f6efe8;
    padding:18px;
    border-radius:30px;

    display:flex;
    justify-content:center;
    align-items:center;

}

.image-box img{

    width:100%;
    border-radius:8px;
    display:block;
}

/* النص */

.content{

    flex:1;
}

.brand{

    font-size:13px;
    color:#888;
}

.content h1{

    font-size:54px;
    line-height:1.2;
    margin:12px 0 20px;
    font-weight:800;
}

.content p{

    color:#666;
    line-height:2;
    margin-bottom:30px;
}

.content h3{

    font-size:18px;
    margin-bottom:15px;
}

.content ul{

    list-style:none;
    margin-bottom:35px;
}

.content ul li{

    margin-bottom:10px;
    color:#444;
    position:relative;
    padding-right:22px;
}

.content ul li::before{

    content:"✔";
    position:absolute;
    right:0;
    color:#ff6a00;
    font-size:14px;
}

.price-box{

    display:flex;
    justify-content:space-between;
    align-items:center;

    margin:35px 0;
    padding-top:25px;

    border-top:1px solid #ececec;
}

.rating{

    color:#ffb300;
    font-size:18px;
}

.rating span{

    color:#444;
    margin-right:8px;
    font-size:15px;
}

.price{

    display:flex;
    align-items:flex-end;
    gap:6px;
}

.price strong{

    font-size:44px;
    font-weight:800;
}

.price span{

    font-size:28px;
    font-weight:700;
}

.btn{

    display:block;
    width:100%;

    text-align:center;

    background:#f56b00;
    color:#fff;

    text-decoration:none;

    padding:18px;

    border-radius:35px;

    font-size:18px;
    font-weight:700;

    transition:.3s;
}

.btn:hover{

    background:#dd5e00;
}

/* Responsive */

@media(max-width:991px){

.container{

    flex-direction:column-reverse;
    text-align:center;
}

.image-box{

    width:100%;
    max-width:420px;
}

.content ul li{

    padding-right:0;
}

.content ul li::before{

    display:none;
}

.price-box{

    flex-direction:column;
    gap:20px;
}

.content h1{

    font-size:38px;
}

}


/************/
.about-section {
    width: 81%;
    max-width: 100%;
    height: 478px;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 70px;
    background-image: url("https://i.ibb.co/rfqcqdgM/Container-73.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 20px 40px rgba(0,0,0,.12);
    margin: auto;
}

.about-content{

    width:430px;
    color:#fff;
    text-align:right;

}

.sub-title{

    display:block;
    margin-bottom:15px;
    font-size:15px;
    font-weight:600;
    opacity:.9;

}

.about-content h2{

    font-size:54px;
    line-height:1.15;
    margin-bottom:22px;
    font-weight:800;

}

.about-content p{

    font-size:17px;
    line-height:2;
    color:rgba(255,255,255,.95);

}

@media(max-width:992px){

.about-section{

    height:320px;
    padding:40px;

}

.about-content{

    width:100%;

}

.about-content h2{

    font-size:38px;

}

.about-content p{

    font-size:15px;

}

}

@media(max-width:768px){

.about-section{

    height:260px;
    padding:25px;

}

.about-content h2{

    font-size:28px;

}

.about-content p{

    font-size:14px;
    line-height:1.8;

}

}
.product_description h2.ql-direction-rtl {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.product__description  p{
 margin:0 !important;
}