/* Add custom CSS styles/* Add custom CSS styles below */ 
/* Global */


@import url('https://fonts.googleapis.com/css2?family=Fasthand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');


body {
  background-color: #D0C3AF !important;
}


/* All Variables */
:root {
    --primary-color: #703416;
    --secondary-color: #D0C3AF;
    --font-family: "Alexandria", sans-serif;
    --header-icons: #703416;
    --footer-img: url("https://i.ibb.co/SXFwR0tN/logo-Footer.png");
    --footer-color: #D0C3AF ;
}





/* ===========================nav====================== */
/* edite search  */
/* إخفاء السيرش القديم */
.top-navbar .header-search {
  display: none !important;
}

/* تنسيق أيقونة البحث */
.header-search-icon i {
  /* font-size: 22px; */
  cursor: pointer;
  color: var(--header-icons);
  /* border: none; */
}

.header-search-icon {
  margin-left: 1rem;
  margin-right: 1rem;
}
/* خلفية input البحث */
.s-search-input-wrapper {
  /* background-color: #f2f2f2 !important; */
   /* backdrop-filter: blur(4px); */
}



/* nav2 */
div#mainnav{
    background: var(--primary-color);
    background: var(--secondary-color);
     box-shadow: none;
}

.main-nav-container {
    align-content: center;
}

@media(min-width: 1024px) {
  .navbar-brand img {
    max-height: 4rem;
  }
}
/* #mainnav custom-main-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  transform: translate(-50%, -50%);
   z-index: 9999;
} */

/* #mainnav custom-main-menu nav {
  display: flex;
  gap: 20px; 
} */





/* links */
.custom-menu-row {
  width: 100%;
  display: flex;
  justify-content: center; /* وسط */
  /* margin-top: 8px; */
  /* padding-top: 8px; */
}

/* لو عايزة المينيو يبقى في النص */
.custom-menu-row custom-main-menu {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* logo & search */


@media(min-width: 798px){
  .store-header .navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
} 
  
 .store-header .header-search-icon {
  position: absolute;
  right: 16px;
}
}







custom-main-menu nav ul li a span {
    color: #000;
}

@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
        color: var(--header-icons);
    }
}

.header-btn__icon.sicon-user-circle, .header-btn__icon.icon.sicon-shopping-bag, .s-cart-summary-total, .mburger .sicon-menu.text-primary {
  color: var(--header-icons);
}

.header-btn__icon {
  border-color: var(--header-icons);
  border: none;
  width: 1rem;
}
@media(max-width: 798px;){
  .header-btn__icon {
  width: 1rem;
}
}

.s-user-menu-trigger {
  background-color: transparent;
}

/*remove hover  */
@media only screen and (min-width: 1024px) {
    .main-menu>.has-children:hover>a {
        color: #fff;
    }
}

/* top nav */
.top-navbar{
  display:none;
}

.top-navbar {
  background-color: var(--primary-color);
  color: #fff;
  /* visibility: hidden; */
}


/* .top-navbar .s-menu-topnav-list{
  display: none;
} */
.top-navbar salla-contacts.s-contacts.s-contacts-header.hydrated{
  display: none;
}
.top-navbar .header-buttons{
  display: none;
}


.top-navbar .s-search-input::placeholder {
    color: #fff;
}

.s-search-icon svg {
    fill: #fff;
}


/* ================banners========================== */

section.s-block.s-block--fixed-banner.wide-placeholder .container{
   padding-right: 0;
  padding-left: 0;
  max-width:100%;
}

.banner--fixed img {
  border-radius: 0;
  background-color: transparent;
}




/* =================main banner ====================== */
@media(min-width:992px){
:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) {
  margin-top:-6rem;
  margin-top:0;
}

}


@media(max-width:992px){
:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) {
  margin-top:0;
}
}




/* =====================cats============= */
a.banner-entry.lazy.h-banner.entered.loaded:nth-of-type(1) {
        grid-row: span 1;
    }
a.banner-entry.lazy.h-banner.entered.loaded:nth-of-type(3) {
    grid-row: span 2;
  height: 100%;
}
@media(max-width: 768px){
  a.banner-entry.lazy.h-banner.entered.loaded {
        height: 230px;
    } 
  
  a.banner-entry.lazy.h-banner.entered.loaded:nth-of-type(3) {
  height: 450px;
    order: 22;
}
}

a.banner-entry.lazy.h-banner.entered.loaded{
  background-color: transparent;
    overflow: hidden;
  position: relative;
   transition: transform 0.4s ease, box-shadow 0.4s ease;
}

a.banner-entry.lazy.h-banner.entered.loaded::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: 0.6s;
  pointer-events: none;
}

a.banner-entry.lazy.h-banner.entered.loaded:hover::after {
  left: 100%;
}
/* a.banner-entry.lazy.h-banner.entered.loaded:hover{
   box-shadow: 0px 0px 6px -1px #707070;
} */


/* a.banner-entry.lazy.h-banner.entered.loaded:hover {
  transform: scale(1.03);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
} */



/* ===cats title=== */
section:nth-of-type(3):before{
  content: "Our Sweet & Savory Bakes";
    display: block;
     font-family: "Great Vibes", cursive;
  color: var(--primary-color);
  font-weight: 400;
  font-style: normal;
    font-size: 40px;
    font-weight: normal;
   text-align: center;
    padding-bottom: 2rem;
    line-height: 1.4;
}






/* ==================================Products Section========================== */
.s-slider-block__title-left {
  display: none !important;
}

.s-slider-block__title {
    justify-content: center;
    margin-bottom: .5rem;
}

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

@media(min-width: 768px) {
  .s-slider-block__title h2 , 
  .s-block__title h2 , 
  .s-reviews-header-wrapper h1{
    font-size: 22px;
  }
}

.s-slider-block__title h2 , 
.s-block__title h2 ,
 .s-reviews-header-wrapper h1 {
    color: var(--primary-color) !important;
}



.s-slider-block__title h2 , 
.s-block__title h2 {
  position:relative;
}



@media(max-width: 992px) {
  .s-slider-block__title h2:after , 
  .s-block__title h2:after {
    width: 150px;
    height: 25px;
  }
}

.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *), .s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}

.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
  background-color: #fff;
}

.s-product-card-vertical {
    /* padding: 0.4rem; */
  border-radius: 2rem;
  background-color: var(--secondary-color);
  border: solid 1px #70341620;
    overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
    /* box-shadow: 0px 0px 6px -1px #707070; */
}
.s-product-card-vertical:hover {
  background-color: #fff;
}
/*card shine animation  */
.s-product-card-vertical::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: 0.6s;
  pointer-events: none;
}

.s-product-card-vertical:hover::after {
  left: 100%;
}
.s-product-card-vertical:hover{
   box-shadow: 0px 4px 29.4px 2px rgba(0, 0, 0, 0.2);
   transform: translateY(-2px) scale(1.05);
}

section.s-block.s-block--best-offers .swiper-wrapper.s-slider-swiper-wrapper {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;

}

.s-products-list-vertical-cards {
  padding: .1rem;
}

.s-product-card-content {
  /* background-color: #fff; */
  border-radius: 0;
}

@media(max-width: 768px) {
  .s-products-slider-card.swiper-slide {
    width: 175px;
  }
}

.s-product-card-content-title {
  text-align: center;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.s-product-card-content-sub {
    justify-content: center;
}

.s-product-card-content-title a {
 color: var(--primary-color);
 color: #000;
}

.s-product-card-price, .s-product-card-sale-price h4 {
  /* color: #D80000 !important; */
  color: #000 !important;
}

.s-button-wide {
    background-color: var(--primary-color);
    color: #fff;
    border-radius:16px;
  border-color: transparent;
    padding: 8px;
  transition: all 0.3s ease;
   position: relative;
    overflow: hidden;
}

/* .s-button-wide:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
} */
/* button shine aimantion */
/* .s-button-wide::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.4),
        transparent
    );
    transition: 0.6s;
}

.s-button-wide:hover::after {
    left: 100%;
} */


.s-button-wide:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

/* shine effect خفيف */
.s-button-wide::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: 0.6s;
    pointer-events: none;
}

.s-button-wide:hover::after {
    left: 100%;
}




.s-product-card-vertical img {
  transition: .5s;
  aspect-ratio: 1 / 1;
}

.s-product-card-vertical .s-product-card-image {
  /* border-radius: .75rem; */
}

/* .s-product-card-vertical:hover img {
  transform : rotate(-30deg);
} */

.s-product-card-vertical:hover img {
  transform : scale(1.05);
}

/* ==========testimonials============== */
section.s-block.s-block--testimonials .s-reviews-container .swiper-slide{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
section.s-block.s-block--testimonials .s-reviews-testimonial {
    background-color: #D0C3AF;
    border-radius: 1rem;
   border: solid 1px #70341620;
  transition: all .3s ease;
}
section.s-block.s-block--testimonials .s-reviews-testimonial:hover {
    background-color: #fff;
   /* box-shadow: 0px 4px 29.4px 2px rgba(0, 0, 0, 0.2); */
   transform: translateY(-2px) scale(1.05);
   /* border: solid 1px #70341620; */
   /* border-radius: 1rem; */
}

section.s-block.s-block--testimonials .s-reviews-testimonial__icon svg{
  display: none;
}

section.s-block.s-block--testimonials a.s-reviews-display-all{
  display: none;
}

section.s-block.s-block--testimonials .s-reviews-header-wrapper{
  justify-content: center
}




/* ===============================Footer ============================*/
.footer-is-light .store-footer {
  background: var(--footer-color);
  background-size: cover;
  color: #000;
  box-shadow: -7px -10px 38.2px 0px #00000017;
}
.footer-is-light .store-footer *{
  color: #000;
  border-color: #000;
}

footer > div.store-footer__inner {
  background-color: transparent !important;
  color: #000;
    /* border-bottom: none; */
  border-bottom-color: #ACACAC;
  border-block-style: solid;
}

.s-social-list.hydrated {
  place-content: center;
}


.store-footer__inner .container.grid>div:nth-of-type(1) h3 {
    display: none;
}


footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a::after {
 content: "";
    display: block;
    width: 102px;
    height: 89px;
    background-image: url(https://i.ibb.co/KxhJZt3D/llogo.png);
    background-size: cover;
  /* margin-left: auto; */
}

@media (min-width: 992px) {
    footer.store-footer .container.grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        justify-items: center;
    }
}

.store-footer__inner .container.grid>div p {
    margin: 10px auto;
}

footer.store-footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1024px) {
    .store-footer__inner {
        padding-bottom: 1rem;
    }
}

.store-footer__inner .container.grid>div:nth-of-type(1) {
    padding-left: 0;
    grid-column: span 1 / span 2;
}

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a {
  justify-content: center;
}

footer > div.store-footer__inner > div > div:nth-child(3) {
  justify-items: center;
}

.copyright-text p {
  color: #fff;
}

.copyright-text a:hover {
  color: #fff;
}

/* footer text right */
@media(min-width: 798px){
.store-footer__inner .container.grid>div > * {
    display: block;
    text-align: right;
    margin-left: auto !important;
}
.store-footer__inner .container.grid>div * {
    text-align: right;
}
}

/* ================== About Us Section ================== */
.custom-about-section {
  padding: 60px 20px;
  text-align: center;
}

.custom-about-section .about-wrapper {
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* الصورة */
.custom-about-section .about-icon {
  width: 48px;
  margin-bottom: 10px;
  animation: aboutFadeUp 0.8s ease forwards;
}

/* العنوان */
.custom-about-section .about-title {
  /* font-family: "Fasthand", cursive; */
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  color: var(--primary-color);
  font-size: 48px;
  /* font-weight: 700; */
  margin-bottom: 16px;
  animation: aboutFadeUp 0.8s ease forwards;
  animation-delay: 0.1s;
}

/* النص */
.custom-about-section .about-text {
  font-size: 16px;
  line-height: 1.9;
  color: #555;
  max-width: 800px;
  animation: aboutFadeUp 0.8s ease forwards;
  animation-delay: 0.2s;
}

/* أنيميشن موحد */
@keyframes aboutFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* موبايل */
@media (max-width: 768px) {
  .custom-about-section {
    padding: 40px 16px;
  }

  .custom-about-section .about-title {
    font-size: 24px;
  }
}





/* ============== Global Sections Animation ============== */
section.before-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

section.animate-section {
  opacity: 1;
  transform: translateY(0);
}

/* ========== Banner Zoom Animation ========== */

/* قبل الظهور */
.s-block--fixed-banner.before-animate {
  opacity: 0;
  transform: scale(0.9);
  transition: transform 1s ease, opacity 1s ease;
}

/* بعد الظهور */
.s-block--fixed-banner.animate-section {
  opacity: 1;
  transform: scale(1);
}


/*======================img below title=================*/
.s-slider-block__title h2, .s-block__title h2, .s-reviews-header-wrapper h1 {
    position: relative;
    margin-bottom: 25px;
}
.s-slider-block__title h2:after,  .s-block__title h2:after,
.s-reviews-header-wrapper h1:after{
    content: "";
    background-image: url(https://i.ibb.co/B5TR7vY5/title.png);
    width: 300px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    left: 50%;
    transform: translate(-37%);
  top: 25px;
}