/* Add custom CSS styles below */ 

.flex.items-center:first-child {
    width: 60%;
    justify-content: space-between;
}

.inner.bg-inherit.w-full {
    background: #F6E7DB;
}

i.header-btn__icon.sicon-user-circle, i.header-btn__icon.icon.sicon-shopping-bag {
    border-radius: 40300232px;
    border: 1.201px solid rgba(152, 114, 132, 0.30);
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0 6.005px 9.008px -1.501px rgba(0, 0, 0, 0.10), 0 3.003px 6.005px -3.003px rgba(0, 0, 0, 0.10);
}

.top-navbar {
    background: #f6e7db;
    padding: 10px;
}

.inner.bg-inherit.w-full {
    border-bottom: 1.201px solid rgba(152, 114, 132, 0.30);
    background: rgba(244, 225, 210, 0.80);
    box-shadow: 0 15.013px 22.52px -4.504px rgba(0, 0, 0, 0.10), 0 6.005px 9.008px -6.005px rgba(0, 0, 0, 0.10);
}

section.s-block.s-block--fixed-banner.wide-placeholder .container {
    margin: 0;
    padding: 0;
    min-width: 100%;
}

.banner--fixed img{
    height: 46rem;
    max-width: 100%;
    object-fit: contain;
    background: transparent;

}


.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.two-row .banner-entry:first-child,a.banner-entry.square-photos {
    width: 14rem;
    height: 14rem;
    background: transparent;
}


.s-block__title h2 {
    color: #2B1C10;
    text-align: center;
    font-family: Tajawal;
    font-size: 45.039px;
    font-style: normal;
    font-weight: 500;
    line-height: 54.047px;
}

.s-block__title {
    display: flex;
    justify-content: center;
}

section.s-block.s-block--banners:nth-child(3)
 {
    background: #f5e6da !important;
    padding: 0;
    margin: 0;
    min-width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: -3rem;
}

.top-navbar .s-search-input {
    background-color: white;
    border-style: none;
}
/* 
.s-product-card-vertical {
    border-radius: 24.021px;
    background: #FFF;
    box-shadow: 0 15.013px 22.52px -4.504px rgba(0, 0, 0, 0.10), 0 6.005px 9.008px -6.005px rgba(0, 0, 0, 0.10);
}

.s-product-card-content {
    background: linear-gradient(180deg, #FFF 0%, rgba(243, 225, 210, 0.30) 65%, rgba(244, 225, 210, 0.30) 100%);
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    border-radius: 21.018px;
    background: #2B1C10;
    box-shadow: 0 6.005px 9.008px -1.501px rgba(0, 0, 0, 0.10), 0 3.003px 6.005px -3.003px rgba(0, 0, 0, 0.10);
    color: white;
}

h4.s-product-card-price {
    color: #987284;
    font-family: Tajawal;
    font-size: 30.026px;
    font-style: normal;
    font-weight: 500;
    line-height: 42.036px;
}

.s-product-card-content-title a {
    color: #2B1C10;
    font-family: Tajawal;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.031px;
} */

section#haridy-2 .container a picture img{
  background: linear-gradient(180deg, #F4E1D2 0%, #FFF 100%);
  padding-top: 2rem;
}


/* Main Container */
.contact-section {
  display: flex;
  padding: 96px 287.65px 96px 287.65px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;

  background: linear-gradient(180deg, #987284 0%, #2B1C10 100%);
}

/* First Text */
.section-title {
  color: #F4E1D2;
  text-align: center;
  font-size: 45.039px;
  font-weight: 500;
  line-height: 54.047px;
}

/* Second Text */
.section-text {
  color: rgba(244, 225, 210, 0.9);
  text-align: center;
  font-size: 27.023px;
  font-weight: 500;
  line-height: 42.036px;
  max-width: 800px;
}

/* Button */
.contact-btn {
  margin-top: 12px;
  padding: 16px 36px;
  border-radius: 40300232px;
  background: #F4E1D2;

  box-shadow:
    0 15.013px 22.52px -4.504px rgba(0, 0, 0, 0.10),
    0 6.005px 9.008px -6.005px rgba(0, 0, 0, 0.10);

  color: #2B1C10;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;

  display: flex;
  align-items: center;
  gap: 12px;

  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Button Hover */
.contact-btn:hover {
  transform: translateY(-2px);
  box-shadow:
    0 18px 26px -4px rgba(0, 0, 0, 0.15),
    0 8px 12px -6px rgba(0, 0, 0, 0.15);
}

/* Icon */
.contact-btn i {
  font-size: 22px;
}


section#images-2 {
    margin: 0;  
    display: flex;
    min-width: 100%;
    padding: 54px 36px 0px 36px;
    flex-direction: column;
    align-items: flex-start;
    gap: 72.063px;
    background: #F4E1D2;
  justify-content: center;
    align-items: center;
}
section#images-4{
  margin: 0;  
    display: flex;
    min-width: 100%;
    padding: 130px 36px 54px 36px;
    flex-direction: column;
    align-items: flex-start;
    gap: 72.063px;
    background: linear-gradient(180deg, #FFF 0%, #F4E1D2 100%);
    justify-content: center;
    align-items: center;
}

section#images-3{
  margin: 0;  
    display: flex;
    min-width: 100%;
    padding: 0px 36px 54px 36px;
    flex-direction: column;
    align-items: flex-start;
    gap: 72.063px;
    background: #F4E1D2;
    justify-content: center;
    align-items: center;
}

section#images-2 .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8,
section#images-3 .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
}
section#images-3 div  a.banner-entry.square-photos
,section#images-2 div  a.banner-entry.square-photos {
    width: 21rem;
    height: 21rem;
    background: transparent;
}

.img-section-title{
  color: #2B1C10;
text-align: center;
font-size: 45px;
font-style: normal;
font-weight: 500;
}

.why-us h2{
color: #2B1C10;
text-align: center;
font-size: 60px;
font-weight: 500;
line-height: 67px;
}

.why-us p {
  color: #987284;
text-align: center;
font-size: 30px;
font-weight: 500;
line-height: 47px;
}

/*contact us section */

.reverse-bg{
  background: linear-gradient(180deg, #2B1C10 0%, #987284 100%);
}

.contact-container h2{
  color: #FFF;
text-align: center;
font-size: 61px;
font-weight: 500;
line-height: 67px; /* 111.111% */
}

.section-desc{
  color: rgba(255, 255, 255, 0.90);
text-align: center;
font-size: 33px;
font-weight: 500;
line-height: 47px; /* 140% */
}

.contact-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.contact-box{
  display: flex;
  padding: 15px 60px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 27.132px;
  background: rgba(255, 255, 255, 0.10);
}

.content span{
  color: rgba(255, 255, 255, 0.70);
text-align: right;
font-family: Tajawal;
font-size: 23.741px;
font-style: normal;
font-weight: 500;
line-height: 33.916px; /* 142.857% */
}

.content p{
  color: #FFF;
text-align: right;
font-family: Tajawal;
font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: 47.482px; /* 155.556% */
}

.contact-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.social-icons {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 27px;
}

a.social-icon {
    padding: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.20);
}

footer.store-footer {
    margin: 0;
}

footer.store-footer,.store-footer__inner {
    background: #2B1C10 !important;
    color: rgba(244, 225, 210, 0.80);
}

.md\:flex.items-center.justify-between.py-4.container.text-center {
    justify-content: center;
}

.copyright-text p{
  color: rgba(244, 225, 210, 0.80);
}

/*responsive*/
@media(max-width: 767px){
  section.s-block.s-block--banners:nth-child(3){
    margin-top: 0rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  
  .s-block__title h2{
    font-size: 30px;
  }

  section#images-1 .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8{
    flex-wrap: wrap;
  }

  section#images-1 .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 a{
width: 7rem;
height: 7rem;
}
/* .s-product-card-content-title a{
  font-size: 17px;
}

  h4.s-product-card-price{
    font-size: 20px;
  } */

  .contact-section{
    padding: 50px 50px 50px 50px;
  }

  .section-title{
        font-size: 30px;
  }

  .section-text{
    font-size: 17px;
  }

  .contact-btn{
        padding: 12px 30px;
  }

  .img-section-title{
    font-size: 30px;
  }
  section#images-3 div a.banner-entry.square-photos, section#images-2 div a.banner-entry.square-photos {
    width: 10rem;
    height: 10rem;
  }

  section#images-2 .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8, section#images-3 .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8{
    flex-wrap: wrap;
  }

  .why-us h2{
    font-size: 35px;
  }
  .why-us p{
    font-size: 18px;
  }

  section#images-4{
    padding: 30px 20px 30px 20px;
    gap: 30px;
  }

  section#images-4 .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8{
  flex-wrap: wrap;
    gap: 0;
  }

  section#images-4 .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 a{
    width: 11rem;
    height: 11rem;
  }
  .contact-container{
    gap: 10px;
  }

  .contact-container h2{
    font-size: 40px;
  }

  .section-desc{
    font-size: 18px;
  }

  .contact-boxes {
    flex-direction: column;
    gap:20px;
}

  .contact-box{
    padding: 15px 30px;
  }
  .contact-box .icon svg{
    width: 25px;
  }

  .content span {
    font-size: 18px;
    line-height: 20px;
  }

  .content p{
    font-size: 20px;
    line-height: 20px;
  }
.social-icons{
  gap: 15px;
}
  a.social-icon{
    padding: 15px;
  }
  
  .social-icons a.social-icon svg{
    width: 20px;
    height: 20px;
  }
}



/* Container wrapper */
.s-block.container {
 
  padding: 24px;
}

.s-block__title h2 {
  font-weight: 700;
  font-size: 55px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

/* White rounded card holding all products */
.s-products-list-wrapper.s-products-list-vertical-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}
@media(max-width: 767px){
  .s-block__title h2{
    font-size: 30px;
  }
  

  .s-product-card-content-footer {

    bottom: -10px !important;
 
}
}

@media (max-width: 992px) {
  .s-products-list-wrapper.s-products-list-vertical-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .s-products-list-wrapper.s-products-list-vertical-cards {
    grid-template-columns: 1fr;
  }
}

/* Individual product card */
.s-product-card-entry.s-product-card-vertical {
  display: flex;
  flex-direction: column;
}

/* Image */
.s-product-card-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.s-product-card-image-cover {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

/* Hide wishlist heart icon to match design */
.s-product-card-wishlist-btn {
  display: none;
}

/* Card content */
.s-product-card-content {
  padding-top: 12px;
}

.s-product-card-content-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 4px;
}

.s-product-card-content-title a {
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Hide subtitle to match design */
.s-product-card-content-subtitle {
  display: none;
}

/* Footer: price + add button side by side */
.s-product-card-content {
  position: relative;
}

.s-product-card-price {
  font-size: 18px;
  font-weight: 700;
  margin: 8px 0 0;
}

/* Add to cart button styled as small circular plus */
.s-product-card-content-footer {
  position: absolute;
  bottom: 0;
  right: 0; /* use left:0 if site is RTL and you want it on the left */
}

.s-product-card-content-footer salla-add-product-button,
.s-product-card-content-footer .s-button-wrap,
.s-product-card-content-footer .s-button-element {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  border-radius: 50% !important;
  background: #1a1a1a !important;
  border: none !important;
  padding: 0 !important;
}

.s-product-card-content-footer .s-button-text {
  color: #fff !important;
  font-size: 18px;
}

/* Hide the bag icon, show only a plus sign */
.s-product-card-content-footer .s-button-text i.sicon-shopping-bag {
  display: none;
}

.s-product-card-content-footer .s-button-text span {
  display: none;
}

.s-product-card-content-footer .s-button-text::after {
  content: "+";
  font-size: 20px;
  line-height: 1;
}