@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
:root{
 --color-primary :  #001C4E !important;
 --color-primary-reverse :  white !important;
  --color-reverse-text :white !important;
  --faq-bg : '' !important;
  
}
body{
  font-family: "Tajawal", sans-serif;
}

.advanced-slider{
    margin:0;
}
.top-navbar{
    display:none ;
}
.s-block--rectangular-links{
    background-color:#FBFCFE !important;
    padding:30px;
}

 .home-block-title h2{
    color:#001C4E;
    font-size:13px;
    font-weight:700;
    
}
 .home-block-title p{
    color:#0F172A;
     font-size:28px;
    font-weight:700;
}
.s-block--rectangular-links .home-block-title .home-block-line{
    display:none ;
}
.product-card__image{
max-height:320px;
}
custom-salla-product-card{

border:1px solid #EEF2F6;
    border-radius:12px;


}

.product-card__title a {
    color:#64748B;
    font-size:15px !important;
    font-weight:400 !important;
    text-align:start;
  min-height: 72px;
}


.s-block--custom-products:nth-of-type(4) {
    background-color:#F7FAFC;
    padding:20px;
}
.price_is_on_sale ,
.starting-or-normal-price {
margin-left:auto ;
    
}
.s-block--custom-products .border-primary {
    display:none;
    
}

.s-block--custom-products:nth-of-type(4) h2{
    margin-left:auto;
    text-align:start;
    color:#0F172A;
    font-size:17px;
    font-weight:700;
    
}

.s-block--enhanced-features{
    background-color:#001C4E ;
    padding:30px;
    
}
.s-block--enhanced-features__item{
    background-color:#FFFFFF0A ;
    color:white;
    align-items:start !important;
    border:none;
    border-radius:12px;
    
}
.s-block--enhanced-features__item h2{
    color:white;
    
}
.s-block--enhanced-features__item p{
color:#94A3B8;
    text-align:start;
    
}

.s-block--custom-reviews h2{
    color:#0F172A;
    font-size:24px !important;
    font-weight:700 !important;
}
.s-block--custom-reviews .home-block-title p{
    display:none;
}
.s-block--custom-reviews .home-block-line{
    display:none ;
}
.menu-label{
  display: none ; 
}
.main-nav-container{
  min-height: fit-content;
}
.home-rectangular-links-subtitle{
  margin-top: 0 !important;
}
.product-card__actions{
  display: block !important;
}
.product-card__price {
  justify-content: start ;
}
.custom-salla-product-card{
  box-shadow: 1px 1px 1px gray;
}
.product-card__addToCart.mobile{
  display: none !important;
}
.product-card__addToCart:not(.mobile){
  visibility: visible !important;
  opacity: 1 !important;
  transform: translate(0 , 0) !important;
  display: block !important;
  position: relative !important;
  width: 36%;
    margin-right: auto;
  
}
.product-card__addToCart__btn salla-button{
  border-radius: 18px;
  background-color: #EEF1F8 ;
  color: #001C4E ;
}
.product-card__addToCart__btn salla-button button{
  color: #001C4E !important ;
  
}

.s-block--enhanced-features .created-block-title{
      display: flex;
    flex-direction: column;
    align-items: center;
    color: white !important;
    padding: 20px;
  padding-block: 40px;
}
.s-block--enhanced-features .created-block-title h2{
  color: #9FB6DD !important ;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  
}
.s-block--enhanced-features .created-block-title p{
  color: white !important;
  text-align: center;
    font-size: 40px;
  font-weight: 700;
}
.s-block--videos-gallery .home-block-title h2{
  color: #0F172A ;
  font-size: 44px;
  font-weight: 700;
}
.s-block--videos-gallery .home-block-title p{
 color: #64748B ;
  font-size: 17px;
  font-weight: 400;
}
.s-block--videos-gallery .home-block-title .home-block-line{
  display: none !important;
}
.s-block--videos-gallery {
  padding: 30px ;
}
/* New Subscripe strat  */
.store-footer__newsletter .container {

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.store-footer__newsletter .container form{
  display: flex;
  justify-content: center;
  gap: 20px;
}
.store-footer__newsletter input{
  background-color: white !important;
  color: black !important;
}
.store-footer__newsletter input::placeholder{
  color: black;
  
}

.store-footer__newsletter{
  margin-block: 30px;
  border-radius: 20px;
  border: 1px solid #D4DCEC;
  position: relative;
  overflow: hidden;
  background-color: #D4DCEC;
      width: 80%;
    margin-inline: auto;
  
}
.store-footer__newsletter::after{
content: '';
    background-color: #6c8fce7a;
    position: absolute;
    bottom: -47px;
    right: -27px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
  
}
.store-footer__newsletter h2{
  color: #001C4E !important;
  font-size: 40px !important;
  font-weight: 700 !important;
}
p, h2 , h1 , h3 {
  line-height: 1.1 !important;
}
.s-block--enhanced-features__item{
  padding: 20px !important;
}
@media(max-width:768px){
  .rectangular-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .s-products-list-vertical-cards{
    grid-template-columns: 1fr !important;
  }
  .product-card__price{
   padding-inline: 20px !important;
    
  }
  .product-card__title a{
   padding-inline: 20px !important;
    
  }
  .s-block--enhanced-features .grid{
    grid-template-columns: 1fr !important;
  }
}

/************ New Code ***************/
/* ===========================
   HERO ABOUT SECTION
=========================== */

#about-0 {
    background: #f8fafc !important;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

#about-0::before,
#about-0::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(59, 130, 246, .12);
    border-radius: 50%;
    z-index: 0;
}

#about-0::before {
    left: -70px;
    top: -40px;
}

#about-0::after {
    right: -70px;
    bottom: -50px;
}

#about-0 .container {
    position: relative;
    z-index: 2;
}

/* Layout */
#about-0 .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
}

#about-0 .md\:w-7\/12 {
    width: 50%;
}

#about-0 .md\:w-5\/12 {
    width: 50%;
}

/* Image */

#about-0 .md\:w-5\/12 {
    position: relative;
}

#about-0 img {
    width: 100%;
    max-width: 620px;
    display: block;
    margin: auto;
    border-radius: 28px;
    box-shadow:
        0 30px 70px rgba(15,23,42,.18);
}

/* Small floating cards */

.hero-card {
    position: absolute;
    background: #fff;
    border-radius: 18px;
    padding: 14px 18px;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 180px;
}

.hero-card i {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eff6ff;
    color: #123a8b;
    border-radius: 12px;
    font-size: 18px;
}

.hero-card strong {
    display: block;
    color: #0f172a;
    font-size: 15px;
}

.hero-card span {
    color: #64748b;
    font-size: 13px;
}

.hero-card.top {
    right: -30px;
    top: 40px;
}

.hero-card.bottom {
    left: -30px;
    bottom: 40px;
}

/* Text */

#about-0 h3 {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    border-radius: 100px;
    background: #edf4ff;
    color: #355ea8 !important;
    font-size: 15px;
    margin-bottom: 20px;
}

#about-0 h2 {
    color: #0f172a !important;
    font-size: 58px;
    line-height: 1.1;
    font-weight: 800;
    max-width: 600px;
    margin-bottom: 25px;
}

#about-0 p {
    color: #64748b !important;
    font-size: 20px;
    line-height: 1.8;
    max-width: 560px;
}

/* Buttons */

.hero-buttons {
    display: flex;
    gap: 18px;
    margin-top: 35px;
    flex-wrap: wrap;
}

.hero-outline-btn {
     border: 1px solid #d8e2ef;
    color: #0f172a;
    padding: 11px 30px;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
    height: fit-content;
    margin-top: auto;
}

.hero-outline-btn:hover {
    background: #f1f5f9;
}

#about-0 .btn {
    border-radius: 14px !important;
    padding: 15px 35px !important;
    height: auto !important;
    box-shadow: 0 15px 30px rgba(29,78,216,.25);
}

/* Stats */

.hero-stats {
    display: flex;
    gap: 45px;
    margin-top: 45px;
    flex-wrap: wrap;
}

.hero-stat {
    position: relative;
}

.hero-stat:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -22px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e2e8f0;
}

.hero-stat strong {
    display: block;
    font-size: 34px;
    color: #0f172a;
    font-weight: 800;
}

.hero-stat span {
    color: #64748b;
}

/* Responsive */

@media(max-width:991px){

#about-0 .flex{
    flex-direction:column !important;
}

#about-0 .md\:w-7\/12,
#about-0 .md\:w-5\/12{
    width:100%;
}

#about-0 h2{
    font-size:42px;
}

.hero-card{
    display:none;
}

.hero-stats{
    justify-content:center;
}

}
/************ New Code ***************/

button[data-selia="footer-newsletter-submit"]{
  background-color: #001C4E;
  color: white;
}
.store-footer__newsletter input{
  border: 1px solid #C3CFE4 !important;
  border-radius: 13px !important;
}
.store-footer__newsletter input::placeholder{
  color: #757575;
}
.news-subtitle{
  color: #2A3F63;
  font-size: 17px;
  font-weight: 400;
  padding-block: 12px;
}
.store-footer__newsletter{
  display: none !important;
}
.index .store-footer__newsletter{
  
  display:block !important;
}
.product-card__buttons{
  display: none !important;
}
.product-card__image img{
  object-fit: contain !important;
}
/* .top-navbar{
  display: block !important;
} */
[class^=sicon-], [class*=" sicon-"]{
  font-weight: 900 !important;
}
.main-nav-container .container  >div >div:last-child button{
  padding: 5px !important;
  border: 1px solid #E6EDF3;
  border-radius: 6px;
  margin-inline: 8px;
}
.header-btn__icon.icon:where([dir=rtl],[dir=rtl] *){
  margin: 0 !important;
  font-size: 15px;
  width: fit-content;
  height: fit-content;
}
header-btn__icon.sicon-user{
    margin: 0 !important;
  font-size: 15px;
  width: fit-content;
  height: fit-content;
}
/*nnnn  */

/* Container */
#mainnav > .inner > .container > .flex > .flex.items-center.justify-end {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Search & Login buttons */
#mainnav .flex.items-center.justify-end > button,
#mainnav .flex.items-center.justify-end > salla-cart-summary > .s-cart-summary-wrapper {
    position: relative;
    width: 37px;
    height: 37px;
    border: 2px solid #dbe4f1;
    border-radius: 6px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s;
}

/* Icons */
#mainnav .header-btn__icon {
    font-size: 14px;
    color: #3d4659;
}

/* Hide cart text */
#mainnav .s-cart-summary-content {
    display: none;
}

/* Badge */
#mainnav .s-cart-summary-count {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #082b68;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    border: 3px solid #fff;
}

/* RTL */
html[dir="rtl"] #mainnav .s-cart-summary-count {
    right: auto;
    left: -10px;
}
.product-card__actions{
  left: 10px !important;
  right: unset !important;
  
}
.product-card__actions .quickview-btn{
  display: none !important;
}

.product-card__title a,
.product-card__content-wrapper > a {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-decoration: none;
}

.product-title-en {
    color: #0F172A;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}

.product-title-ar {
    /* color: #64748B;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1; */
   color: #0F172A;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}
.s-breadcrumb-wrapper li{
  display: none !important;
  
}
.s-breadcrumb-wrapper li:first-child{
  display: block !important;
}
.product-index .main-content  h1{
  color: #001C4E;
  font-size: 14px;
  font-weight: 700;
}
.custom-Header-section , .privacy-header-section{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #001C4E;
  padding: 50px;
}
.custom-Header-section .Header-section__small-header,
.privacy-header-section .Header-section__small-header{
  color: #9FB6DD;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  
}
.custom-Header-section .Header-section__title,
.privacy-header-section .Header-section__title
{
  color: white;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  
}
.custom-Header-section .Header-section__subtitle,
.privacy-header-section .Header-section__subtitle
{
  color: #C9D5EA;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  
}
.page-single .container{
  padding:  0 !important;
}
.page-single .main-nav-container {
  padding-inline: 20px;
}
.page-single .breadcrumbs {
  display: none !important;
}
.content--single-page h1{
  display: none !important;
  
}
.page-single .content-entry h4{
  color: #0F172A;
  font-size: 24px;
  font-weight: 700;
  padding-block: 10px;
}

/*numbers  */
.numbered-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-block: 16px;
}

.number-circle {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: #001C4E;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}

.numbered-item span:last-child {
  flex: 1;
}
.page-single .container{
  max-width: 100% !important;
}
/* setting styles  */
/* ---- Account layout: sidebar + content ---- */
.acc-layout {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px 48px;
}

@media (max-width: 768px) {
  .acc-layout {
    flex-direction: column;
  }
}

/* Sidebar */
.acc-sidebar {
  width: 260px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 20px;
}

@media (max-width: 768px) {
  .acc-sidebar {
    width: 100%;
    position: static;
  }
}

.acc-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.acc-profile-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #0b1a3d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}

.acc-profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.acc-profile-name {
  font-weight: 700;
  font-size: 15px;
  color: #111;
}

.acc-profile-email {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
  word-break: break-all;
}

/* Nav */
.acc-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.acc-nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  color: #555;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.15s, color 0.15s;
}

.acc-nav-item:hover {
  background: #f5f6f8;
}

.acc-nav-item.is-active {
  background: #0b1a3d;
  color: #fff;
}

.acc-nav-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.acc-nav-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

/* Content column */
.acc-content {
  flex: 1;
  min-width: 0;
}

.acc-content h1 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 16px;
  text-align: right;
}

/* Generic card look applied to direct child "rows" moved into content
   (Salla wraps each order/wishlist row in its own div/li) */
.acc-content ul,
.acc-content .space-y-5 {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.acc-content ul > li,
.acc-content .space-y-5 > div,
.acc-content .space-y-5 > li {
  background: #fff;
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

/* hide the old horizontal tabs bar once we've cloned it into the sidebar */
.acc-tabs-hidden {
  display: none !important;
}
div:has(.profile__cover){
  display: none !important;
}
.store-footer.basic-footer {
  padding-inline: 40px !important;
}

/*Salla Page Styles  Start*/

/* ---- Cart layout ---- */
.cart-layout-wrap {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  direction: rtl;
}
@media (max-width: 900px) {
  .cart-layout-wrap { flex-direction: column-reverse; }
}

.cart-items-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cart-summary-col {
  width: 320px;
  flex-shrink: 0;
  position: sticky;
  top: 90px;
}
@media (max-width: 900px) {
  .cart-summary-col { width: 100%; position: static; }
}

/* Item card */
.cart-item-card {
  background: #fff;
  border: none !important;
  border-radius: 14px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 18px 20px !important;
}
.cart-item-card .md\:flex {
  align-items: center !important;
  margin-bottom: 0 !important;
}
.cart-item-card img {
  width: 64px;
  height: 56px;
  border-radius: 10px;
}

/* hide 'المجموع:' label, keep amount */
.cart-item-card .item-total-label { display: none; }
.cart-item-card p.text-primary {
  color: #111 !important;
  margin-bottom: 8px;
}
.cart-item-card .item-total {
  font-weight: 800;
  font-size: 16px;
  color: #111;
}

/* controls column -> vertical stack (price / qty / remove) */
.cart-item-controls {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 8px;
  border: none !important;
  padding: 0 !important;
  margin-top: 0 !important;
}

/* quantity pill */
.s-quantity-input-container {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 4px 10px;
}
.s-quantity-input-button { background: none; border: none; }
.s-quantity-input-input { width: 24px; text-align: center; border: none; }

/* remove link */
.cart-item-remove-btn { background: none !important; box-shadow: none !important; }
.cart-item-remove-btn .s-button-text {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #999 !important;
  font-size: 13px;
}
.cart-item-remove-btn i { color: #999 !important; font-size: 13px; }

/* Order summary card */
.cart-summary-card {
  background: #fff;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.cart-summary-card h4 {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 16px;
}

.cart-coupon-row { display: flex; gap: 8px; margin-bottom: 8px; }
.cart-coupon-row input {
  flex: 1;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 13px;
}
.cart-coupon-row button {
  background: #0b1a3d;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.cart-coupon-hint { font-size: 12px; color: #999; margin-bottom: 20px; }

.cart-summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 12px;
  color: #555;
}
.cart-summary-row b { color: #111; }
.cart-summary-row.free b { color: #16a34a; }
.cart-summary-row.total { font-size: 16px; margin-top: 6px; margin-bottom: 20px; }
.cart-summary-row.total span,
.cart-summary-row.total b { color: #111; font-weight: 800; }

.cart-checkout-btn { width: 100%; }
.cart-secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}
.cart-summary-card{
  background-color: #F7FAFC;
  border: 1px solid  #EEF2F6;
  border-radius: 20px;
}
.cart-summary-card h4{
  color: #0F172A;
  font-size: 19px;
  font-weight: 700;
  
}
.cart-coupon-row button{
  background-color: #EEF1F8;
  color: #001C4E;
  font-size: 14px;
  font-weight: 700;
}
.cart-summary-row span{
  /* color: #64748B; */
  font-size: 15px;
  font-weight: 700;
}
.cart-summary-row b{
    /* color: #64748B; */
  font-size: 15px;
}
.cart-summary-row.total {
border-top: 1px solid #E6EDF3 ;
  padding-top: 20px;
}
.cart-summary-row.total span{
  color: #0F172A;
  font-size: 17px;
  font-weight: 700;
}
.cart-summary-row.total b{
  color: #0F172A;
  font-size: 24px;
  font-weight: 700;
}
.cart-coupon-row .s-button-primary {
  border-radius: 13px !important;
  width: 100%;
  
}
.cart-item{
  border: 1px solid #EEF2F6 !important;
  padding: 16px !important;
  border-radius: 18px !important;
}
/* .cart-item div div:nth-child(1) +div{
  display: flex;
  flex-direction: column;
  align-items: start;
} */
.cart-item-controls{
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 10px !important;
}
.cart-item-card p.text-primary{
  padding-left: 0 !important;
}
.s-quantity-input-container{
  border-radius: 10px;
}
.s-quantity-input-button{
  background-color: #F7FAFC;
}
.s-quantity-input-container svg{
  background-color: #F7FAFC !important;
  
}
.s-quantity-input-container{
  padding: 0 !important;
}
.s-quantity-input-button svg{
  height: 100% !important;
}
.s-quantity-input-button{
  height: 100% !important;
}
.s-quantity-input-container{
  height: 42px;
}
/*delete btn   */
/* Delete/remove pill button */
.cart-item-remove-btn {
  background: transparent !important;
  box-shadow: none !important;
  /* border-color: #e3e6ee !important; */
  border-radius: 20px !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border:none !important;
}

.cart-item-remove-btn .s-button-text {
  display: flex !important;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #8891a5 !important;
  white-space: nowrap;
}

.cart-item-remove-btn .remove-label {
  color: #8891a5;
}

.cart-item-remove-btn .remove-icon {
  display: inline-flex;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.cart-item-remove-btn .remove-icon svg {
  width: 100%;
  height: 100%;
  fill: #8891a5;
}

.cart-item-remove-btn:hover {
  border-color: #d33 !important;
}
.cart-item-remove-btn:hover .s-button-text,
.cart-item-remove-btn:hover .remove-icon svg {
  color: #d33 !important;
  fill: #d33 !important;
}
.cart-item-card img{
      width: 123px;
    height: 123px;
    border-radius: 10px;

}
.cart-item-controls .item-total{
  color: #0F172A;
  font-size: 17px;
  font-weight: 700;
}
.cart-item-remove-btn .s-button-text{
  flex-direction: row-reverse !important;
  justify-content: end;
  padding: 0 !important;
}
div[data-selia="cart-root"]{
  display: flex;
  flex-direction: column;
}
.cart-page-header h1{
  color: #0F172A !important;
  font-size: 24px !important;
  font-weight: 700 !important;
}
.cart-coupon-row ,.cart-coupon-hint{
  display: none !important;
  
}
@media(max-width:768px){
.cart-layout-wrap{
  flex-direction: column !important;
  padding-block: 20px;
}
  
}
/*Salla Page Styles  End*/

/* Producat Page Start */
.review.swiper-slide .bg-store-bg-secondary {
  background-color: #F7FAFC !important;
  border: 1px solid #EEF2F6 !important;
}
.sicon-quote{
  display: none !important;
}
.review.swiper-slide p{
  color: #334155;
  font-size: 15px;
  font-size: 400;
}
/* Producat Page End */
/*Abou Us Code  */
/*Abou Us Code  */
/*Abou Us Code  */
.about-old-hidden {
  display: none !important;
}

.about-page-wrap {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  max-width: 100% !important;
}

.about-hero-section {
  direction: rtl;
}

.about-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 16px 40px;
}

.about-badge {
  display: inline-block;
  background: #fbe4dd;
  color: #a15c46;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.about-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
  color: #111;
  margin-bottom: 16px;
}

.about-intro {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  max-width: 600px;
  margin-bottom: 36px;
}

.about-block {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
}
.about-block-reverse { flex-direction: row-reverse; }

.about-block-text {
  flex: 1;
  min-width: 0;
  margin-block: 22px;
}
.about-block-text h3 {
  font-size: 17px;
  font-weight: 800;
  color: #111;
  margin-bottom: 10px;
}
.about-block-text p {
  font-size: 13px;
  color: #666;
  line-height: 1.8;
}

.about-block-image {
  flex: 1;
  min-width: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #eef1f6;
  aspect-ratio: 4 / 3;
}
.about-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 700px) {
  .about-block,
  .about-block-reverse {
    flex-direction: column-reverse;
  }
}

.about-stats-bar {
  background: #001c4e;
  padding: 32px 16px;
}
.about-stats-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
}
.about-stat strong {
  display: block;
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
}
.about-stat span {
  font-size: 12px;
  color: #b7c2dd;
}

.about-values-section {
  /* max-width: 900px; */
  margin: 0 auto;
  padding: 48px 40px;
  text-align: center;
}
.about-values-title {
  font-size: 20px;
  font-weight: 800;
  color: #111;
  margin-bottom: 28px;
}
.about-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 700px) {
  .about-values-grid { grid-template-columns: repeat(2, 1fr); }
}

.about-value-card {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  padding: 20px 14px;
}
.about-value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fbe4dd;
  font-size: 18px;
  margin-bottom: 10px;
}
.about-value-card h4 {
  font-size: 14px;
  font-weight: 800;
  color: #111;
  margin-bottom: 6px;
}
.about-value-card p {
  font-size: 12px;
  color: #888;
  line-height: 1.6;
}

.about-cta-section {
  max-width: 700px;
  margin: 0 auto 60px;
  background: #f2effa;
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
}
.about-cta-section h3 {
  font-size: 18px;
  font-weight: 800;
  color: #111;
  margin-bottom: 8px;
}
.about-cta-section p {
  font-size: 13px;
  color: #777;
  margin-bottom: 20px;
}
.about-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #001c4e;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 10px;
  text-decoration: none;
}
.about-hero-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.about-badge{
  color: #001C4E;
  font-size: 14px;
  font-weight: 700;
  background-color: transparent;
  margin: 0 !important;
  padding: 0 !important;
  
}
.about-title{
  display: block !important;
  font-size: 52px;
  font-weight: 700;
  color: #0F172A;
  text-align: center;
  
}
.content--single-page h1.about-title{
  display: block !important;
}
.about-intro{
  color:#475569;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.about-page-wrap{
  width: 100% !important;
}
.about-stat{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.about-stat strong{
  font-size: 44px;
  font-weight: 700;
}
.about-stat span{
  color: #9FB6DD;
  font-size: 14px;
  font-weight: 700;
}
.about-value-card{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.about-value-card p{
  text-align: start;
  color: #64748B;
  font-size: 15px;
  font-weight: 400;
}
.about-value-card h4{
color: #0F172A;
  font-size: 18px;
  font-weight: 700;
}
.about-cta-section{
 background-color: #EEF1F8;
  border: 1px solid #D4DCEC;
  max-width: 100% !important;
  margin-inline: 40px;
}
.page-single .s-comments-page{
  display: none !important;
}
.main-nav-container .container{
  max-width: 90% !important;
}
.product-card__addToCart__btn salla-button:hover button{
  color: white !important;
}
.news-subtitle{
  text-align: center;
  
}
@media(max-width:768px){
  .store-footer__newsletter form{
    display: flex;
    flex-direction: column !important;
  }
}
/* Product page start */
.psp-section-title {
  font-size: 15px;
  font-weight: 800;
  color: #111;
  margin: 28px 0 14px;
  direction: rtl;
  text-align: right;
}

/* Usage steps */
.psp-usage-block { direction: rtl; }
.psp-steps { display: flex; flex-direction: column; gap: 14px; }
.psp-step {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #555;
  line-height: 1.7;
}
.psp-step-num {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0b1a3d;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.psp-step-text { flex: 1; }

/* Specs table */
.psp-specs-block { direction: rtl; }
.psp-specs-table {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
}
.psp-specs-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  font-size: 13px;
}
.psp-specs-row:nth-child(even) { background: #f7f8fb; }
.psp-specs-label { color: #8891a5; font-weight: 600; }
.psp-specs-value { color: #111; font-weight: 700; text-align: right; }

/* Ingredient tags */
.psp-ingredients-block { direction: rtl; }
.psp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.psp-tag {
  background: #f0f2f7;
  color: #444;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 16px;
}
.psp-ingredients-block{
  margin-block: 12px;
}
/* Product page end */

/* .psp-highlights-block {
  direction: rtl;
  margin-bottom: 12px;
}

.psp-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

@media (max-width: 480px) {
  .psp-highlights {
    grid-template-columns: 1fr;
  }
}

.psp-highlight {
  background: #f4f7fb;
  border-radius: 12px;
  padding: 16px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.psp-highlight-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
}
.psp-highlight-icon svg {
  width: 100%;
  height: 100%;
  fill: #0b1a3d;
}

.psp-highlight-label {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
} */
.s-block--videos-gallery .videos-gallery-container .video-item .video-wrapper{
  border-radius: 12px;
}
.product-card__image img{
  object-fit: fill !important;
}
.s-block--enhanced-features__item:nth-child(2) img{
  scale: 0.75 !important;
}
.s-block--custom-reviews .s-slider-container{
  background-color: white !important;
}
/* English page  Styles Start */
html[dir="ltr"] .header-btn__icon.icon{
  margin-right: 0 !important;
}
html[dir="ltr"] p , 
html[dir="ltr"] h2 ,
html[dir="ltr"] h1,
html[dir="ltr"] span
{
direction: ltr !important;
}
html[dir="ltr"] .product-card__addToCart{
  margin-right: 0 !important;
  margin-left: auto !important;
}
/* English page  Styles End*/
/*lang ifocn   */
.lang-toggle-btn__text {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.lang-toggle-btn:hover {
  border-color: #001C4E !important;
}

.lang-toggle-btn:hover .lang-toggle-btn__text {
  color: #001C4E;
}
.s-block--enhanced-features {
  max-width: 100% !important;
}
salla-social{
  margin-block: 20px;
}
.custom-payment-container{
      display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  border-top: 1px solid #EEF2F6;
  border-bottom: 1px solid #EEF2F6;
  padding-block: 20px;
}
.paymentText{
  color: #64748B;
  font-size: 13px;
  font-weight: 700;
  padding-block: 5px;
}
 .footer-is-custom .store-footer .store-footer__inner{
   border-bottom:none !important;
 }
.footer-bottom .container div{
  justify-content: center !important;
}
.footer-badges{
  display: none !important;
}
.footer-rights p{
  color: #94A3B8;
  font-size: 13px;
  font-weight: 400;
}
.main-nav-container salla-cart-summary{
  margin-right: 0 !important;
}
.main-nav-container .container >div >div:last-child button{
  margin-inline: 4px !important;
}
@media(max-width:768px){
  .navbar-brand img{
    max-width: 100px !important;
    margin-inline: 4px !important;
  }
}
.product-card__price .price_is_on_sale{
  margin-left: 0 !important;
}
.product-card__price.price-with-wishlist {
  justify-content: space-between !important;
}

.product-card__price.price-with-wishlist .oos-wishlist-btn {
  margin: 0;
  flex-shrink: 0;
}
.product-card__title a{
     color: #0F172A;
    font-size: 17px;
    font-weight: 800 !important;
    line-height: 1.2;
}
#mainnav .s-cart-summary-count{
  padding-bottom:5px; 
}
div[data-selia="cart-root"]{
  flex-direction: row;
}
@media(max-width:768px){
  div[data-selia="cart-root"]{
  flex-direction: column;
}
}
.cart  .main-content {
  width: 100% !important;
}
div[data-selia="cart-root"] .cart-item {
  margin-top: 20px;
}
.s-block--custom-reviews{
  background-color: white !important;
}
/* Videos Start  */
/* ==========================================================================
   Video Card — Social Overlay
   Reproduces: platform badge (top-right), center play button,
   account + caption (bottom-left), likes (bottom-right)
   ========================================================================== */

.video-item {
  --overlay-radius: 18px;
  --overlay-accent: #16233f; /* dark navy used for the play triangle */
}

/* Card shell */
.video-item .video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: var(--overlay-radius);
  background: #e9ebee; /* fallback while thumbnail/video loads */
  isolation: isolate; /* keeps the gradient overlay correctly stacked */
}

.video-item .video-wrapper.aspect-vertical {
  aspect-ratio: 9 / 16;
}

.video-item .video-thumbnail-cover,
.video-item video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Bottom gradient so white text/icons stay legible over any image */
.video-item .video-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.08) 0%,
    rgba(0, 0, 0, 0) 28%,
    rgba(0, 0, 0, 0) 55%,
    rgba(0, 0, 0, 0.55) 100%
  );
}

/* --------------------------------------------------------------------
   Platform badge — top right ("Instagram" pill + icon)
   -------------------------------------------------------------------- */
.social-badge {
  position: absolute;
  top: 12px;
  right: 6px;
  /* inset-inline-end: 12px; /* respects RTL automatically */ 
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  color: #1c1c1e;
  line-height: 1;
  z-index: 9999;
}

.social-badge svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------
   Play button — centered
   -------------------------------------------------------------------- */
.video-item .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  border: 5px solid rgba(210, 216, 225, 0.75);
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease;
}

.video-item .play-button:hover {
  transform: translate(-50%, -50%) scale(1.06);
  background: #ffffff;
}

.video-item .play-button i,
.video-item .play-button .icon-fallback {
  color: var(--overlay-accent);
}

/* Fallback triangle drawn purely in CSS, used only if the icon font
   (sicon-play) fails to load — safe to keep alongside it */
.video-item .play-button .icon-fallback {
  width: 0;
  height: 0;
  margin-inline-start: 4px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid var(--overlay-accent);
}

.video-item .play-button i {
  font-size: 20px;
}

/* Hide the expand button visually if you only want play (optional) */
.video-item .expand-button {
  display: none;
}

/* --------------------------------------------------------------------
   Bottom info row — account/caption (start side) + likes (end side)
   -------------------------------------------------------------------- */
.social-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  z-index: 4;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding-inline: 12px;
  direction: rtl; /* matches the Arabic sample content; text itself can still be LTR per-field */
flex-direction: column;
}

.social-account {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.social-account .handle {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  direction: ltr;
  text-align: right;
  unicode-bidi: plaintext;
}

.social-account .caption {
  color: rgba(255, 255, 255, 0.92);
  font-size: 12.5px;
  font-weight: 400;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
  unicode-bidi: plaintext;
}

.social-likes {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  flex-shrink: 0;
  padding-bottom: 1px;
}

.social-likes svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.social-likes.is-liked svg {
  fill: #ff3040;
  stroke: #ff3040;
}

/* Loading spinner sits above everything while the video buffers */
.video-item .video-loading-spinner {
  z-index: 5;
}

/* Small screens: tighten the caption width */
@media (max-width: 380px) {
  .social-account .caption {
    max-width: 150px;
  }
}
/* Videos End  */

@media(max-width:480px){
  .hero-outline-btn{
    text-align: center;
    width: 100% ;
  }
}
.feature-icon img{
  scale: 0.75 !important;
}
.s-block--custom-products{
  max-width: 100% !important;
  padding-inline: 20px;
  
}
.product-card__image img{
  object-fit: contain !important;
}
.hero-buttons{
  flex-wrap: nowrap !important;
}
@media(max-width:768px){
  .hero-outline-btn{
    font-size: 11px !important;
  }
}
.cus-subtitle{
  color: #64748B;
  font-size: 17px;
  font-weight: 400;
  padding-block: 4px;
width: 44%;
    display: block;
    margin-inline: auto;
}
@media (max-width: 768px) {
  .cus-subtitle {
    width: 96%;
  }
}

@media (max-width: 768px) {
  .about-stats-inner {
    display: flex;
    flex-direction: column !important;
  }
  .about-stat{
    margin-block: 6px !important;
  }
}
/* .product-card__title{
  height: 35px !important;
} */
@media(max-width:768px){
  .product-card__price p,
  .product-card__price span
  {
    font-size: 20px !important;    
  }
}
.product-card__title a{
 min-height: unset !important; 
}

/* Product card */
/* Card Content */
.product-card__content {
    display: flex;
    flex-direction: column;
    height: 140px;
}

/* Wrapper */
.product-card__content-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}

/* Title */
.product-card__title {
    /* min-height: 44px; /* Reserve space for 2 lines */ */
    min-height: 30px; /* Reserve space for 2 lines */
}

.product-card__title a {
    padding-inline-start: 0 !important;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Show only 2 lines */
    line-clamp: 2;

    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    min-height: 44px;
}

/* Subtitle */
.product-card__subtitle {
    text-align: start;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Or 1 if you prefer */
    line-clamp: 2;

    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    min-height: 40px; /* Reserve space for 2 lines */
    margin-bottom: 10px;
}

/* Price always at bottom */
.product-card__price {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-card__subtitle {
display: -webkit-box !important;
    display: box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: normal !important;
    line-height: 24px;
    max-height: 20px;
    padding-inline-start: 6px !important;
}

.product-card__subtitle {
    min-height: 35px;
    line-height: 20px;
}

.product-card__subtitle:empty::before {
    content: "";
    display: block;
    height: 20px;
}
.product-card--vertical{
 padding-bottom: 25px !important; 
}
.product-card__title a{
  padding-inline-start: 8px !important;
}