/* Add custom CSS styles below */ 
/* تصميم متجر مشع - CSS فقط - لا يغير حقول العميل أو بيانات المنتجات */
:root{
  --mmsha-primary:#496969;
  --mmsha-dark:#234343;
  --mmsha-soft:#edf3f2;
  --mmsha-page:#f6f8f7;
  --mmsha-border:#dfe8e6;
  --mmsha-text:#173131;
  --mmsha-radius:18px;
  --mmsha-shadow:0 10px 30px rgba(35,67,67,.09);
}

body.theme-raed{
  color:var(--mmsha-text);
  background:var(--mmsha-page);
}

body.theme-raed #main-content{overflow:hidden}

body.theme-raed .container{
  padding-inline:clamp(14px,3vw,32px);
}

body.theme-raed .top-navbar{
  background:var(--mmsha-dark);
  border-bottom:1px solid rgba(255,255,255,.1);
}

body.theme-raed .top-navbar,
body.theme-raed .top-navbar a,
body.theme-raed .top-navbar button{color:#fff}

body.theme-raed .main-nav-container{
  border-bottom:1px solid var(--mmsha-border);
  box-shadow:0 5px 22px rgba(35,67,67,.08);
}

body.theme-raed .navbar-brand img{
  max-height:64px;
  width:auto;
}

body.theme-raed .main-menu>li>a,
body.theme-raed .blog-link{
  color:var(--mmsha-text);
  font-weight:700;
  transition:color .18s ease;
}

body.theme-raed .main-menu>li>a:hover,
body.theme-raed .blog-link:hover{color:var(--mmsha-primary)}

body.theme-raed .sub-menu{
  overflow:hidden;
  border:1px solid var(--mmsha-border);
  border-radius:13px;
  box-shadow:var(--mmsha-shadow);
}

body.theme-raed .s-search-input-wrapper{
  border:1px solid var(--mmsha-border);
  border-radius:999px;
  background:#fff;
}

body.index .s-block--bundle-youtube-video{
  margin-bottom:18px;
  background:#0f2525;
}

body.index .s-block--bundle-youtube-video iframe,
body.index .s-block--bundle-youtube-video video{
  display:block;
  width:100%;
  max-height:min(68vh,660px);
  aspect-ratio:16/9;
  object-fit:cover;
}

body.index .s-block--fixed-banner{margin-block:0 18px}

body.index .s-block--fixed-banner a{
  display:block;
  overflow:hidden;
  border-radius:var(--mmsha-radius);
  box-shadow:var(--mmsha-shadow);
  background:#fff;
}

body.index .s-block--fixed-banner img{
  display:block;
  width:100%;
  height:auto;
  transition:transform .26s ease;
}

body.index .s-block--fixed-banner a:hover img{transform:scale(1.012)}

@media(min-width:992px){
  body.index #main-content{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:18px;
  }
  body.index #main-content>*{grid-column:1/-1}
  body.index #main-content>section.s-block--fixed-banner:nth-of-type(n+5):nth-of-type(-n+18){
    grid-column:auto;
    margin-bottom:18px;
  }
}

body.theme-raed .s-block--features,
body.theme-raed .s-block--bundle-our-services,
body.theme-raed .s-block--categories,
body.theme-raed .s-block--testimonials{
  margin-block:clamp(28px,5vw,56px);
}

body.theme-raed .s-block__title h2,
body.theme-raed .s-block__title h3{
  color:var(--mmsha-dark);
  font-weight:800;
}

body.product-index #main-content{padding-block:18px 42px}
body.product-index h1{color:var(--mmsha-dark);font-weight:800}

body.theme-raed custom-salla-product-card.s-product-card-entry{
  overflow:hidden;
  height:100%;
  border:1px solid var(--mmsha-border);
  border-radius:var(--mmsha-radius);
  background:#fff;
  box-shadow:0 7px 24px rgba(35,67,67,.07);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

body.theme-raed custom-salla-product-card.s-product-card-entry:hover{
  transform:translateY(-4px);
  border-color:rgba(73,105,105,.42);
  box-shadow:0 16px 38px rgba(35,67,67,.15);
}

body.theme-raed .s-product-card-image{
  overflow:hidden;
  aspect-ratio:1/1;
  background:linear-gradient(145deg,#f8fbfa,#edf3f2);
}

body.theme-raed .s-product-card-image img{
  width:100%;
  height:100%;
  padding:10px;
  object-fit:contain;
  transition:transform .24s ease;
}

body.theme-raed custom-salla-product-card:hover .s-product-card-image img{
  transform:scale(1.035);
}

body.theme-raed .s-product-card-promotion-title{
  inset-inline-start:10px;
  top:10px;
  border-radius:999px;
  background:var(--mmsha-dark);
  color:#fff;
  font-size:12px;
  font-weight:700;
}

body.theme-raed .s-product-card-content{padding:16px}

body.theme-raed .s-product-card-content-title{
  min-height:52px;
  color:var(--mmsha-text);
  font-size:16px;
  font-weight:800;
  line-height:1.65;
}

body.theme-raed .s-product-card-content-subtitle{
  color:#687878;
  font-size:13px;
  line-height:1.6;
}

body.theme-raed .s-product-card-price{
  color:var(--mmsha-dark);
  font-size:19px;
  font-weight:800;
}

body.theme-raed .s-product-card-content-footer .s-button-element{
  min-height:44px;
  border-radius:11px;
  font-weight:800;
}

body.theme-raed .s-product-card-content-footer .s-button-primary,
body.theme-raed .s-product-card-content-footer .s-button-outline:hover{
  border-color:var(--mmsha-primary);
  background:var(--mmsha-primary);
  color:#fff;
}

body.theme-raed custom-salla-product-card.s-product-card-out-of-stock{opacity:.78}
body.theme-raed custom-salla-product-card.s-product-card-out-of-stock:hover{transform:none}

body.product-single #main-content{padding-bottom:48px}
body.product-single .container--breadcrumbs{padding-block:14px}

body.product-single .container--product-details>section,
body.product-single .container--product-details>div>section{
  border:1px solid var(--mmsha-border);
  border-radius:var(--mmsha-radius);
  box-shadow:0 7px 24px rgba(35,67,67,.06);
}

body.product-single h1.text-xl,
body.product-single h1.md\:text-2xl{
  color:var(--mmsha-dark);
  font-weight:800;
  line-height:1.55;
}

body.product-single .product-entry__sub-title{color:#687878}

body.product-single .sticky-product-bar{
  border-top:1px solid var(--mmsha-border);
  box-shadow:0 -7px 24px rgba(35,67,67,.08);
}

body.theme-raed footer.store-footer{border-top:4px solid var(--mmsha-primary)}

@media(max-width:767px){
  body.theme-raed .top-navbar .s-contacts-header{display:none}
  body.index .s-block--bundle-youtube-video iframe,
  body.index .s-block--bundle-youtube-video video{max-height:280px}
  body.index .s-block--fixed-banner{margin-bottom:12px}
  body.index .s-block--fixed-banner a,
  body.theme-raed custom-salla-product-card.s-product-card-entry{border-radius:13px}
  body.theme-raed .s-product-card-content{padding:12px}
  body.theme-raed .s-product-card-content-title{
    min-height:46px;
    font-size:14px;
    line-height:1.6;
  }
  body.theme-raed .s-product-card-content-subtitle{font-size:12px}
  body.theme-raed .s-product-card-price{font-size:17px}
}

@media(prefers-reduced-motion:reduce){
  body.theme-raed *,body.theme-raed *::before,body.theme-raed *::after{
    transition-duration:.01ms!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
  }
}