/* Add custom CSS styles below */ 
.s-block--fixed-banner .container {
  max-width: 100% !important;
  padding: 0px;
}
.product-index .w-full.py-5.breadcrumbs li {
  font-size: 16px !important;
  font-weight: bold;
}
.store-footer img.max-w-24 {
  max-width: 13rem !important;
}
.store-footer__inner{
  padding-top:40px !important; 
}
salla-social .s-social-link a {
  border: 1px solid #fff5f5;
  padding: 20px;
}
.s-trust-badges-wrapper.hydrated {
  text-align: center !important;
  justify-content: center;
  display: flex;
}
.custom-lashes-section + .s-block--fixed-banner .container {
  max-width: fit-content !important;
  padding: initial !important;
img{
  background: unset !important;
}
}
.slider-bannars-moving{
  height: 800px !important;
}
#mainnav .container {
  background: #FFFFFF1A;
  border-radius: 10px;
}


@media screen and (max-width: 600px) {
header #cart-button svg {
       fill: #8b3554;
  }
  
  .store-footer{
    text-align: center;
  }
 .index section.s-block--fixed-banner:first-of-type {
  /* more specific */
  margin-top: 105px;
}
  #mainnav .container {
  background: #000;
    border-radius: 0px;
  padding-block: 11px;
}

  #mainnav .inner {
    padding: 0px !important;
  }
  .slider-bannars-moving{
  margin-top: 83px;
}
}

/*nails sec start*/
.custom-nails-section {
  padding: 60px 0; /* remove side padding */
  background: #f8f8f8;
  direction: rtl;
  overflow: hidden;
}

.nails-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: center;
  width: 100%;
}

/* Images */
.nails-image {
  width: 100%;
  height: 100%;
}

.nails-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0; /* remove rounded corners for edge look */
}

/* Center content */
.nails-content {
  text-align: center;
  padding: 0 20px;
}

.nails-content .subtitle {
  color: #555;
  font-size: 16px;
  margin-bottom: 15px;
}

.nails-content h2 {
  font-size: 32px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}

.nails-content .highlight {
  color: rgba(139, 53, 84, 1);
  font-weight: bold;
}

.cta-btn {
  display: inline-block;
  background: rgba(139, 53, 84, 1);
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

.cta-btn:hover {
  opacity: 0.85;
}

/* ✅ Mobile */
@media (max-width: 768px) {
  .nails-container {
    grid-template-columns: 1fr;
  }

  .nails-image {
    order: 1;
  }

  .nails-content {
    order: 2;
    padding: 20px;
  }

  .nails-content h2 {
    font-size: 24px;
  }
}
/*nails sec end*/

/*services grid sec start*/
body.index .hair-services-section{
  background:#fdecef;
  padding:50px 16px;
  direction:rtl;
}

body.index .hair-services-grid{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

body.index .hair-card{
  position:relative;
  overflow:hidden;
  border-radius:8px;
  height:230px;
  display:block;
}

body.index .hair-card.wide{
  grid-column:1 / -1;
  height:250px;
}

body.index .hair-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}

body.index .hair-overlay{
  position:absolute;
  inset:0;
  background:rgba(103,67,60,.75);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  opacity:0;
  transition:opacity .35s ease;
  text-align:center;
  padding:20px;
}

body.index .hair-title{
  color:#fff;
  font-size:24px;
  font-weight:700;
  margin:0;
}

body.index .hair-btn{
  background:#fff;
  color:#8B3554;
  padding:10px 24px;
  border-radius:9px;
  font-size:16px;
  font-weight:700;
}

@media (hover:hover){
  body.index .hair-card:hover img{
    transform:scale(1.08);
  }

  body.index .hair-card:hover .hair-overlay{
    opacity:1;
  }
}

@media (max-width:768px){
  body.index .hair-services-grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  body.index .hair-card,
  body.index .hair-card.wide{
    grid-column:auto;
    height:220px;
  }

  body.index .hair-overlay{
    opacity:1;
  }

  body.index .hair-title{
    font-size:20px;
  }
}
/*services grid sec end*/
/*lashes-section start*/
.custom-lashes-section {
  padding: 60px 0;
  background: #f8f8f8;
  direction: rtl;
  overflow: hidden;
}

.lashes-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: center;
  width: 100%;
}

.lashes-image {
  width: 100%;
  height: 100%;
}

.lashes-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.lashes-content {
  text-align: center;
  padding: 0 20px;
}

.lashes-content h2 {
  font-size: 34px;
  line-height: 1.6;
  color: #8B3554;
  margin-bottom: 15px;
  font-weight: bold;
}

.lashes-content p {
  color: #282828D6;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.lashes-btn {
  display: inline-block;
  background: #8B3554;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

.lashes-btn:hover {
  opacity: 0.85;
}

@media (max-width: 768px) {
  .lashes-container {
    grid-template-columns: 1fr;
  }

  .lashes-image {
    order: 1;
  }

  .lashes-content {
    order: 2;
    padding: 24px 20px;
  }

  .lashes-content h2 {
    font-size: 26px;
  }

  .lashes-content p {
    font-size: 16px;
  }
}
/*lashes-section end*/