@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nosifer&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

/*Root CSS variables*/
:root {}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: var(--theme-font-size-16);
  font-style: normal;
  font-weight: var(--theme-font-normal);
  overflow-x: hidden;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}


img {
  max-width: 100%;
}


/* ul,
li {
    list-style: none;
} */

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

button {
  /* WebKit */
  -webkit-appearance: none;

  /* Mozilla */
  -moz-appearance: none;

  /* Opera */
  -o-appearance: none;

  /* Internet Explorer */
  -ms-appearance: none;

  /* CSS3 */
  appearance: none;
}


p {
  color: #494949;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 143.75% */
}


h2,
h3,
h4,
h5,
h6 {
  color:  #e9418f;;
  font-family: 'Marcellus', serif;
}

ul li {
  list-style: none;
}

.titleh2 {
  color: #0B3A28;
  font-family: 'Inter', sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  /* 100% */
  text-transform: uppercase;
}

/*=====header=====*/


.header {
  background-color:  #e9418f;
  /* background-image: url(../images/header-img.png); */
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px 0;
  position: relative;
  transition: all 0.5s ease-in;
}

/* .header::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 56px;
  bottom: -52px;
  left: 0px;
  right: 0px;
  background-image: url(../images/header-layer.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 9;
} */
header.header.HeaderSticky {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.nav-menu {
  display: flex;
  list-style: none;
}

.nav-menu li {
  margin-right: 25px;
  position: relative;
}

.nav-menu li:last-child {
  margin-right: 0;
}

.nav-menu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  color: #FFF;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  padding: 0px 12px;
  /* margin-top: 40px; */
}


.nav-menu a:hover {
  color: #46C6DC;
}

.dropdown-icon {
  margin-left: 5px;
  font-size: 12px;
}
.icon i{color:#fff;}
/* Dropdown Menu Styles */
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  min-width: 200px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.cart-count-number{
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #46C6DC;
    color: white;
    font-size: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
	justify-content: center;}
.nav-menu li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown li {
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #f0f0f0;
}

.dropdown li:last-child {
  border-bottom: none;
}

.dropdown a {
  color: #333;
  font-weight: normal;
  font-size: 14px;
}

.dropdown a:hover {
  color: #d63384;
}

.delivery-info {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  position: absolute;
  top: 16px;
  right: 18%;
}

.delivery-info i {
  margin-right: 8px;
  color:  #e9418f;
}

.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.logo-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}


.arabic-text {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.header .icons {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header .icon {
  margin-left: 42px;
  font-size: 21px;
  color: #ffffff;
  cursor: pointer;
  transition: color 0.3s;
  position: relative;
}

.header .icon:hover {
  color: #46C6DC;
}

.cart-count {
  position: relative;
}
/* 
.cart-count::after {
  content: '1';
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #46C6DC;
  color: white;
  font-size: 12px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
 */
.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}

/* Mobile Menu Styles */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s;
}

.mobile-menu-overlay.active {
  display: block;
  opacity: 1;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background-color: white;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  transition: right 0.3s ease;
  overflow-y: auto;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color:  #e9418f;
  border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.mobile-menu-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}

.mobile-nav {
  list-style: none;
  padding: 20px 0;
}

.mobile-nav li {
  border-bottom: 1px solid #f0f0f0;
}

.mobile-nav li:last-child {
  border-bottom: none;
}

.mobile-nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  transition: background-color 0.3s;
}

.mobile-nav a:hover {
  background-color: #f9f9f9;
}

.mobile-dropdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #f9f9f9;
}

.mobile-dropdown.active {
  max-height: 300px;
}

.mobile-dropdown a {
  padding-left: 40px;
  font-weight: normal;
  font-size: 14px;
}

.mobile-dropdown-icon {
  transition: transform 0.3s;
}

.mobile-dropdown-icon.active {
  transform: rotate(180deg);
}

/* Mobile Responsive Styles */
@media(min-width:1200px) {
  .top-section {
    position: absolute;
    z-index: 9;
  }

  .main-header {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .delivery-info {
    font-size: 13px;
  }

  .nav-menu li {
    margin-right: 15px;
  }
}

@media (max-width: 768px) {
  .top-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu {
    display: none;
  }

  .delivery-info {
    margin-bottom: 10px;
    font-size: 12px;
    left: 0px;
    right: 0px;
    text-align: center;
    width: 100%;
    position: absolute;
    display: block;
  }

  .mobile-menu-btn {
    display: block;
  }

  .logo-container {
    position: relative;
    left: 0;
    transform: none;
    text-align: left;
    width: 100%;
    /* margin: 1px 0; */
  }

  .icons {
    margin-left: 0;
  }

  .logo img {
    max-width: 34% !important;
  }

  .header {
    background-color:  #e9418f;
    padding: 20px 0 5px 0px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
  }

  .mobile-menu-btn {
    margin-left: 30px;
  }
}

@media (max-width: 576px) {
  .logo {
    font-size: 28px;
  }

  .arabic-text {
    font-size: 14px;
  }

  .header .icon {
    margin-left: 15px;
    font-size: 18px;
  }
}

.header-layer img {
  width: 100%;
}

/*****************Banner******************/
.header-layer {
  position: relative;
  z-index: 4;


}

.BannerSection.space-mb-7 {
  margin-top: -50px;
  z-index: 1;
  position: relative;
  /* padding-top: 230px; */
}

.SliderWrapper {
  position: relative;

}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.BannerSection .swiper-slide {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding: 230px 0px 160px 0px;
  /* height:calc(100vh - 57px); */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;

}


.promotion-section {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.promotion-content {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
}

.promotion-title {
  color:  #e9418f;
  text-shadow: 0 7px 4px rgba(0, 0, 0, 0.25);
  font-family: Nosifer;
  font-size: 85px;
  font-style: normal;
  font-weight: 400;
  line-height: 85px;
  /* 100% */
}

.promotion-heading {
  color: #333;
  font-family: Marcellus;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  /* 100% */
}

.promotion-description p {
  color: #000;
  font-family: Inter;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  padding: 10px 15% 10px 0px;

}

.shop-button {
  color: white;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 4px;
  background:  #e9418f;
  border: 1px solid transparent;

}

.swiper-pagination {
  bottom: 20px !important;
}

.swiper-pagination-bullet {
  background: #F1C8CE;
  opacity: 0.6;
}


.shop-button:hover {
  background-color: #2ea5aa;
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
}

.promotion-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 55%;
}

.promotion-image img {
  max-width: 110%;
  max-height: 430px;
  object-fit: contain;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .promotion-section {
    flex-direction: column;
    min-height: auto;
  }

  .promotion-content {
    padding: 30px 20px;
    text-align: center;
  }

  .promotion-title {
    font-size: 20px;
  }

  .promotion-heading {
    font-size: 28px;
  }

  .promotion-description {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .shop-button {
    align-self: center;
  }

  .promotion-image {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .promotion-content {
    padding: 25px 15px;
  }

  .promotion-title {
    font-size: 18px;
  }

  .promotion-heading {
    font-size: 24px;
  }

  .promotion-description {
    font-size: 14px;
  }

  .shop-button {
    padding: 10px 25px;
    font-size: 14px;
  }
}

div#sidebar {
  background: #0B3A28;
  color: #fff;
}

.SliderWrapper .custom-pagination .swiper-pagination {
  bottom: -25px;
  display: flex;
  justify-content: center;
  align-self: center;
  gap: 5px;
  z-index: 1;
}

.custom-pagination .swiper-pagination-bullet {
  width: 18px;
  min-width: 9px;
  height: 9px;
  min-height: 9px;
  border-radius: 50px;
  opacity: 1;
  margin: 0px !important;
}

.custom-pagination .swiper-pagination-bullet-active {

  /* background-color: var(--theme-white-color);
  border: 2px solid var(--theme-light-gray-color); */
}

.swiper-pagination-bullet-active {
  background:  #e9418f;
  opacity: 1;
  width: 30px !important;
  min-width: 30px !important;
}

.promotion-section {
  max-width: 1200px;
  margin: auto;
}

/*****************Banner******************/


/* <-----------category---------------> */
/* .container {
  margin: auto;
} */


.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.category-card {
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;

  display: flex;
  flex-direction: column;

}

.category-content {
    justify-content: center;
    align-items: center;
    height: 169px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-size: 77%;
    background-position: center;
    transition: all 0.3s ease;
}
/* .category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
} */

.category-content {
  position: relative;
  z-index: 1;
}

.category-icon {
  margin-bottom: 0px;
  color: white;
  width: 100px;
  animation: zoomInOut 3s ease-in-out infinite;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.category-title {
    color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  padding-top: 15px;
  line-height: normal;
  text-align: center;
  display: block;
}

/* Category specific styles */
.fruits {
  background-image: url(../images/Vector1.png);
  /* Light blue */
}

.vegetables {
  background-image: url(../images/Vector2.png);
  /* Pink */
}

.candy {
  background-image: url(../images/Vector3.png);
  /* Yellow */
}

.ice-cream {
  background-image: url(../images/Vector4.png);
  /* Light blue */
}

.fd-candy {
  background-image: url(../images/Vector5.png);
  /* Orange */
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-card {
    height: 180px;
  }

  .category-icon {
    font-size: 2.5rem;
  }

  .category-title {
    font-size: 1rem;
  }
}

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

  .category-card {
    height: 150px;
  }

  .category-icon {
    font-size: 2rem;
  }
}

/* <------------all icream--------------> */
.promo-outer {
  background-color: #2ea5aa;
  padding: 80px 0px;
  position: relative;
}

/* .alllayer {
  position: absolute;
  width: 100%;
  top: -45px;
}

.alllayer img {
  width: 100%;
}

.alllayer1 {
  position: absolute;
  bottom: -52px;
  width: 100%;
  left: 0px;
}

.alllayer1 img {
  width: 100%;
  transform: rotate(180deg);
  width: 100%;
} */
.alllayer {
  margin-bottom: -6px;
  width: 100%;
}

.alllayer img {
  width: 100%;
}

.alllayer1 {
    margin-top: -3px;
  width: 100%;
}

.alllayer1 img {
  width: 100%;
  transform: rotate(180deg);
}

.promo-showcase {

  display: flex;
  flex-direction: row;
  padding: 40px 0px;
  transition: transform 0.3s ease;

}

.promo-showcase:hover {
  transform: translateY(-5px);
}

.promo-content {
  flex: 1;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.promo-headline {
  color: #fff;
  font-family: Marcellus;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.promo-details {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  padding: 10px 0px 20px 0px;

}

.promo-image {
  max-width: 100%;
  max-height: 380px;
  object-fit: contain;
  position: relative;
  z-index: 2;
  transition: transform 0.5s ease;
  margin-left: auto;
  display: block;
}

.promo-visual:hover .promo-image {
  transform: scale(1.05);
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .promo-showcase {
    flex-direction: column;
    min-height: auto;
  }

  .promo-content {
    padding: 35px 25px;
    text-align: center;
    align-items: center;
  }

  .promo-headline {
    font-size: 32px;
  }

  .promo-details {
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 100%;
  }

  .promo-action {
    align-self: center;
  }

  .promo-visual {
    padding: 0px;
    min-height: 300px;
  }
}

@media (max-width: 576px) {
  .promo-content {
    padding: 30px 20px;
  }

  .promo-headline {
    font-size: 28px;
  }

  .promo-details {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .promo-action {
    padding: 12px 28px;
    font-size: 15px;
  }

  .promo-visual {
    min-height: auto;
  }
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.products-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.product-card {
  position: relative;
  width: calc(25% - 15px);
  min-width: 220px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in;
}

.product-card img {
  transition: all 0.5s ease-in;
}

.product-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: all 0.5s ease-in;
}

.product-card:hover img {
  transform: scale(1.1);
}

.product-label {
    position: absolute;
    bottom: -72px;
    left: 0px;
    right: 0;
    background-color: #e9418f;
    color: white;
    padding: 12px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    height: 167px;
    border-radius: 44%;
    display: flex;
    justify-content: center;
    padding-top: 33px;
    color: #FFF;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    transition: all 0.5s 
ease-in;
}

.product-card:hover .product-label {
  background-color: #46C6DC;
}

.feature-sec {
  padding: 80px 0px 50px 0px;
}

section.strawberry-outer {
  margin: 80px 0px;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .product-card {
    width: calc(50% - 15px);
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .product-card {
    width: 100%;
    min-width: auto;
  }

  .product-image {
    height: 140px;
  }
}


.fruit-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fruit-col {
  width: calc(50% - 20px);
  margin: 10px;
  transition: all 0.5s ease-in;
}

.fruit-info {
  display: flex;
  height: 333px;
  padding: 40px 20px;
  align-items: center;
  transition: all 0.5s ease-in;
}

.fruit-col:hover {
  border-radius: 10px;
  transform: translateY(10px);
}

.fruit-info-box2 img {
  display: block;
  margin-left: auto;
}

.fruit-col1 {
  border-radius: 4px;
  background: rgba(236, 66, 152, 0.50);
}

.fruit-col2 {
  border-radius: 4px;
  background: #2ea5aa;
}

.fruit-info-box1 {
  width: calc(40% - 2px);
}

.fruit-info-box2 {
  width: calc(60% - 2px);
}

h2.fruit-infotitle {
  color: #FFF;
  text-shadow: 0 7px 4px rgba(0, 0, 0, 0.25);
  font-family: Marcellus;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

h3.fruit-infosubtitle {
  color: #494949;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  padding: 20px 0px;
  line-height: 25px;
}


.shop-all {
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 4px;
  background:  #e9418f;

}

.shop-all:hover {
  background-color: #2ea5aa;
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

section.fruit-all {
  margin: 50px 0px;
}

/* <------------strawberry----------------> */
.strawberry-section-header {
  text-align: center;
  margin-bottom: 30px;
}

.strawberry-section-title {
  font-size: 28px;
  font-weight: 600;
  color: #494949;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.strawberry-section-title::before,
.strawberry-section-title::after {
  content: "";
  position: absolute;
  top: 60%;
  height: 12px;
  width: 12vw;
  max-width: 50px;
  min-width: 20px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}

.strawberry-section-title::after {
  right: -60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='14' viewBox='0 0 49 14' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.7287 12.5561L47.8972 6.16851L41.5096 0L36.3763 5.3156H0.472778V6.34373H35.3834L35.3411 6.38767L41.7287 12.5561Z' fill='%232ea5aa'/%3E%3C/svg%3E");
}

.strawberry-section-title::before {
  left: -60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='14' viewBox='0 0 50 14' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.78703 12.5561L0.61853 6.16851L7.0062 0L12.1394 5.3156H48.043V6.34373H13.1323L13.1747 6.38767L6.78703 12.5561Z' fill='%232ea5aa'/%3E%3C/svg%3E");
}


.strawberry-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.strawberry-product-card {
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.strawberry-product-card:hover {
  transform: translateY(-5px);
}

.strawberry-image-container {
  position: relative;
  overflow: hidden;
  height: 313px;
}

.strawberry-image-container img {
  box-shadow: 0px 0px 10px #ccc;
}

.strawberry-product-image {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.strawberry-product-card:hover .strawberry-product-image {
  transform: scale(1.05);
}

/* CSS-only wishlist toggle using checkbox */
.strawberry-wishlist-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.strawberry-wishlist-checkbox {
  display: none;
}

.strawberry-wishlist-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}

.strawberry-wishlist-label:hover {
  background-color: #fff;
  transform: scale(1.1);
}

.strawberry-wishlist-label i {
  color:  #e9418f;
  font-size: 18px;
  transition: all 0.2s ease;
}

.strawberry-wishlist-checkbox:checked+.strawberry-wishlist-label i {
  color:  #e9418f;
  animation: heartBeat 0.3s ease;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.strawberry-wishlist-checkbox:checked+.strawberry-wishlist-label .far {
  display: none;
}

.strawberry-wishlist-checkbox:not(:checked)+.strawberry-wishlist-label .fas {
  display: none;
}

.strawberry-product-info {
  padding: 15px 0px;
}

.strawberry-product-name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #070707;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
	text-align:center;
}

.strawberry-price-container {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  justify-content: center;
}

.strawberry-current-price {
  font-size: 18px;
  font-weight: 600;
  color: #494949;
}

.strawberry-original-price {
  font-size: 14px;
  color: #989898;
  text-decoration: line-through;
}

.strawberry-add-to-cart {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 90%;
  padding: 12px;
  background-color:  #e9418f;
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: white;
  cursor: pointer;
  transform: translateY(100%);
  transition: transform 0.3s ease, background-color 0.2s;
  z-index: 1;
  border-radius: 67px;
  background:  #e9418f;
  margin: auto;
  right: 0px;
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;

}

.strawberry-product-card:hover .strawberry-add-to-cart {
  transform: translateY(0);
  bottom: 10px;
}

.strawberry-add-to-cart:hover {
  background-color: #2ea5aa;
}

.strawberry-view-all-container {
  text-align: center;
  margin-top: 20px;
}

.strawberry-view-all-btn {
  display: inline-block;
  padding: 12px 40px;
  background-color:  #e9418f;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  text-decoration: none;
}

.strawberry-view-all-btn:hover {
  background-color: #2ea5aa;
  transform: translateY(-2px);

}

/* Responsive Design */
@media (max-width: 992px) {
  .strawberry-products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .strawberry-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

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

@media (max-width: 576px) {
/*   .strawberry-products-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  } */

  .strawberry-container {
    padding: 15px;
  }

  .strawberry-section-title {
    font-size: 22px;
  }

  .strawberry-image-container {
    height: 250px;
  }

  /* On mobile, show the add to cart button without hover */
  .strawberry-add-to-cart {
    transform: translateY(0);
/*     position: static; */
    margin-top: 10px;
  }

}


/* <------------ice-yellow-------------> */
.ice-yellow {
  background: #FBF2D2;
  padding: 110px 0px;
  text-align: center;

  position: relative;
}

.iceyellowtitle {
  color: #000;
  font-family: Marcellus;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  /* 100% */
}

.ice-yellow p {
  padding: 10px 10%;
}


/* <------------lorem-----------> */
.circular-outer {
  margin: 80px 0px;
}

.main-container {
  max-width: 1200px;
  width: 100%;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 0px 20px;
  text-align: center;
}

.layout-container {
  max-width: 80%;
  margin: auto;
}

.layout-outer {
  width: 30%;
  display: flex;
  justify-content: space-around;
}

.content-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  margin-top: 180px;
}

.circular-image {
  width: 48%;
}

.layout-outer1 h2 {
  text-align: center;
}

.circular-image img {
  width: 100%;

  object-fit: cover;
}

/* 为每个图片设置不同的动画延迟 */
.circular-image:nth-child(1) img {
  animation: infinite-zoom 4s infinite ease-in-out;
}

.circular-image:nth-child(2) img {
  animation: infinite-zoom 4s infinite ease-in-out;
  animation-delay: 1s;
}

.circular-image:nth-child(4) img {
  animation: infinite-zoom 4s infinite ease-in-out;
  animation-delay: 2s;
}

.circular-image:nth-child(5) img {
  animation: infinite-zoom 4s infinite ease-in-out;
  animation-delay: 3s;
}

.fruit-info-box2 img {
  animation: infinite-zoom 4s infinite ease-in-out;
  animation-delay: 3s;
}

/* 定义缩放动画 */
@keyframes infinite-zoom {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.text-content {
  flex: 1;
  padding: 20px;
  max-width: 40%;
}


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

  .circular-image {
    width: 150px;
    height: 150px;
  }

  .text-content {
    order: -1;
    min-width: 100%;
  }

}

@media (max-width: 480px) {
  .main-container {
    padding: 20px 15px;
  }

  .circular-image {
    width: 120px;
    height: 120px;
  }
}



/* footer */
footer {
  background-image: url(../images/footer2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0px 20px;
  color: #000;
  position: relative;
}

/* 页脚内容容器 */
.footer-content {

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* 品牌部分 */
.footer-brand {
  flex: 1;
  min-width: 250px;
  margin-bottom: 30px;
  padding-right: 20px;
}

.footer-brand-logo {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.footer-brand-logo img {
  margin-right: 10px;
}

.footer-brand h3 {
  color: #000;
  font-family: 'Marcellus', serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 100% */
  margin-bottom: 15px;
}

.footer-brand p {
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

/* 导航部分 */
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  flex: 2;
  min-width: 250px;
}

.footer-nav-column {
  flex: 1;
  min-width: 120px;
  margin-bottom: 30px;
  padding: 0 15px;
}

.footer-nav-column h4 {
  color: #000;
  font-family: 'Marcellus', serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 100% */
  margin-bottom: 15px;
}

.footer-nav-column ul {
  list-style: none;
}

.footer-nav-column ul li {
  padding: 6px 0px;
}

.footer-nav-column ul li a {
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;

  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-nav-column ul li a:hover {
  color: #555;
}

/* 帮助部分 */
.footer-help {
  flex: 1;
  min-width: 250px;
  margin-bottom: 30px;
  padding-left: 20px;
}

.footer-help h4 {
  color: #000;
  font-family: 'Marcellus', serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 100% */
  margin-bottom: 15px;
}

.footer-help p {
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}

.footer-help a {
  color: #000;
  text-decoration: none;
}

.social-icons {
  display: flex;
  margin-top: 30px;
  align-items: center;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 36px;
  padding-right: 32px;
  /* border-radius: 50%; */
  color: #000;
  transition: background-color 0.3s ease;
  border-right: 1px solid  #e9418f;
  height: 31px;
  line-height: 30px;
}

.social-icons li {
  padding: 5px 10px;
}

.footer-bottom {
  margin: 20px auto 0;
  padding-top: 20px;
  border-top: 1px solid  #e9418f;
  text-align: center;
}

.footer-bottom p {
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;

}

.fotter-cont i {
  color:  #e9418f;
  width: 26px;
  font-size: 18px;
}

.social-icons li {
  padding: 5px 10px;
}

.footer-dev {
  top: -2px;
  width: 100%;
  position: absolute;
}

.footer-dev img {
  width: 100%;
}

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

  .footer-brand,
  .footer-nav,
  .footer-help {
    padding: 0;
    width: 100%;
  }

  .footer-nav-column {
    padding: 0;
  }

  .footer-help {
    padding-left: 0;
  }
}

/* <----------about us---------------> */
/* Gradient header background */
.inner-banner {
  background-image: url(../images/banner-bg.jpg);
    padding: 100px 20px 80px 20px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: -3%;
}

.inner-bannertitl {
  color: #333;
  text-align: center;
  font-family: Marcellus;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;

}

.breadcrumb {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 15px;
  position: absolute;
  bottom: 20px;
  left: 10%;

}

.breadcrumb a {
  color: #777;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* Content section */
.about-content {

  padding: 90px 20px;
}

.about-content p {
  margin-bottom: 20px;
  font-size: 1rem;
  text-align: justify;
}

/* Responsive Typography */
@media (max-width: 768px) {
  .inner-bannertitl {
    font-size: 1.7rem;
  }

  .about-content {
    padding: 50px 15px;
  }

  .about-content p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .inner-banner {
    padding: 100px 10px;
  }

  .inner-bannertitl {
    font-size: 1.5rem;
  }

  .about-content p {
    font-size: 0.9rem;
  }
}

/* <---------------product--------> */
.product-sec {
  margin: 80px 0px;
}

.product-bann {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.product-txt {
  width: 50%;
}

.product-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  gap: 10px;
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 30px;
}

.filter-dropdown {
  position: relative;
  font-size: 18px;
  cursor: pointer;
}

.filter-menu {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 170px;
  z-index: 10;
  padding-left: 10px;
}

.filter-menu li {
  list-style: none;
  color: #555;
  padding: 7px 0px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

.filter-menu li:hover {
  background: #f1f1f1;
}

.filter-dropdown.open .filter-menu {
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .product-controls {
    flex-direction: column;
    align-items: flex-start;
  }
}

.filters,
.sort {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.filters span,
.sort span {
  font-size: 18px;
  color: #555;
}

/* Product Count */
.product-count {
  color: #494949;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 30px;
}



/* <--------------responsive-------------> */
@media(max-width:1550px) {
  .BannerSection.space-mb-7 {
    margin-top: -41px;
  }

  .header-layer img {
    margin-top: -1px;
  }

  .BannerSection .swiper-slide {
    padding: 150px 0px 110px 0px;
  }

  .category-icon img {
    width: 50px;
  }

  .categories-grid {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .promo-image {
    max-width: 80%;
  }

  .shop-button:hover {
    border: 1px solid #fff;
  }

  .content-layout {
    margin-top: 120px;
  }

  .iceyellowtitle {
    font-size: 30px;
  }
}

@media(max-width:1440px) {
  .delivery-info {
    right: 7%;
  }

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

  .strawberry-image-container {
    height: 275px;
  }

  .ice-yellow {
    padding: 90px 0px;
  }

}

@media (max-width: 1180px) {
  .BannerSection.space-mb-7 {
    margin-top: -36px;
  }

  .BannerSection .swiper-slide {
    padding: 100px 0px 90px 0px;
  }

  .main-header {
    margin-top: -20px;
  }

  .promotion-heading {
    margin: 10px 0px;
  }


}

@media(max-width:1025px) {

  element.style {
    visibility: visible;
    animation-name: fadeInDown;
  }

  .promotion-title {
    font-size: 69px;
  }

  .BannerSection .swiper-slide {
    padding: 50px 0px 60px 0px;
  }

  .categories-grid {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }

  .category-icon img {
    width: 50px;
  }

  .category-content {
    height: 182px;
  }

  .category-card {
    padding: 0px;
  }

  .promo-headline {
    font-size: 35px;
  }

  .strawberry-price-container {
    justify-content: start;
  }

  .layout-container {
    max-width: 90%;
  }

  footer {
    padding: 70px 0px 20px;
  }

  .content-layout {
    margin-top: 50px;
  }

  .BannerSection.space-mb-7 {
    margin-top: -32px;
  }
}

@media(max-width:991px) {
  .promotion-content {
    flex: initial;
    padding: 20px;
    width: 55%;
  }

  .promotion-image {
    flex: initial;
    width: 50%;
  }

  .promotion-title {
    font-size: 50px;
  }

  .promotion-heading {
    font-size: 42px;
  }

  .promotion-description p {
    font-size: 15px;
    padding: 10px 0% 10px 0px;
  }

  .promotion-image img {
    max-width: 97%;
  }

  .category-content {
    height: 150px;
  }

  .category-icon img {
    width: 45px;
  }

  .alllayer {
    margin-bottom: -6px;
  }

  .promo-content {
    flex: initial;
    width: 60%;
  }

  .promo-image {
    max-width: 95%;
  }

  .text-content {
    padding: 4px;
  }

  .BannerSection.space-mb-7 {
    margin-top: -26px;
  }

  .inner-banner {
    padding: 100px 20px 50px 20px;
  }

}

@media(max-width:776px) {
  .promotion-content {
    width: 100%;
  }

  .promotion-image {
    width: 100%;
  }

  .category-card {
    height: 220px;
  }

  .category-icon img {
    width: 70%;
  }

  .promo-outer {
    background-color: #2ea5aa;
    padding: 40px 0px;
  }

  .promo-content {
    width: 100%;
  }

  .promo-showcase {

    padding: 0px 0px;
  }

  .strawberry-product-info {
    text-align: center;
  }

  .strawberry-price-container {
    justify-content: center;
  }

  .ice-yellow {
    padding: 30px 0px;
  }

  .alllayer {
    margin-bottom: -5px;
  }

  .alllayer1 {
    margin-top: -6px;
  }

  .layout-outer {
    width: 93%;
  }

  .circular-image {
    width: 140px;
    height: 140px;
  }

  .circular-outer {
    margin: 50px 0px;
  }

  footer {
    padding: 60px 0px 20px;
  }

  .circular-image {
    width: 165px;
    height: 150px;
  }

  @keyframes infinite-zoom {
    0% {
      transform: scale(1);
      transform: translateY(5px);
    }

    50% {
      transform: translateY(-5px);
    }

    100% {
      transform: translateY(5px);
    }
  }

  .BannerSection.space-mb-7 {
    margin-top: -14px;
  }

  .header-layer {
    margin-top: -6px;
  }

  .category-content {
    height: 175px;
  }

  .product-label {
    height: 134px;
    padding-top: 12px;
    font-size: 14px;
    border-radius: 0px;
    padding: 0px;
    bottom: 0px;
    height: auto;
    width: 100%;
    left: 0px;
    line-height: 29px;
  }

  .feature-sec {
    padding: 40px 0px 20px 0px;
  }

  section.fruit-all {
    margin: 30px 0px;
  }

  .fruit-col {
    width: calc(100% - 20px);
  }

  .fruit-row {
    flex-wrap: wrap;
  }

  .fruit-info {
    display: flex;
    height: auto;
    padding: 20px 10px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
  }

  h2.fruit-infotitle {
    font-size: 34px;
    line-height: 27px;
  }

  h3.fruit-infosubtitle {
    font-size: 21px;
    padding: 11px 0px;
  }

  .fruit-info-box2 img {
    width: 60%;
    margin: auto;
  }

  section.strawberry-outer {
    margin: 40px 0px;
  }

  .fruit-info-box2 {
    width: calc(80% - 2px);
  }

  .iceyellowtitle {
    font-size: 26px;
  }

  .fruit-info-box1 {
    width: calc(100% - 2px);
  }

  .ice-yellow p {
    padding: 10px 0%;
  }

  .main-header {
    margin-top: 2px;
  }

  header.header.HeaderSticky .logo img {
         max-width: 80px !important;
  }

  .product-card {
    width: 46%;
    min-width: auto;
  }

  .product-txt {
    width: 60%;
  }

  .product-txt.product-txt1 {
    width: 40%;
  }

  .inner-banner {
    padding: 80px 20px 80px 20px;
  }
}

/* <--------search add css----------> */
.search-container {
  position: relative;
  display: flex;
  align-items: center;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained{
	color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s 
ease;
    align-self: flex-start;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    background:  #e9418f;
    border: 1px solid transparent;
}
#search-input {
  width: 0;
  opacity: 0;
  transition: all 0.3s ease;
  border: none;
 
  background: transparent;
  color: #fff;
  padding: 5px;
  margin-left: 10px;
  font-size: 14px;outline: 0px solid transparent;border: 0px solid transparent; border-bottom: 2px solid #fff;
}
#search-input::focus{border:1px solid transparent;border-bottom: 2px solid #fff;}
#search-input.active {
  width: 200px;
  opacity: 1;
}
#search-input::placeholder{color:#fff;}
@media(max-width:1180px){
	#search-input.active {
		width: 140px;}
	.nav-menu a {
		padding: 0px 7px;}
}
@media(min-width:1300px){
	div#primary {
    max-width: 70%;
    margin: auto;
    display: block;
    padding: 100px 0px;
}
}
	div#primary {
    max-width: 90%;
    margin: auto;
    display: block;
    padding: 100px 0px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color:  #e9418f !important;
    padding: 10px 0px;
}
button.single_add_to_cart_button.button.alt {	color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s 
ease;
    align-self: flex-start;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    background:  #e9418f !important;
    border: 1px solid transparent;
	margin-top:10px;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {  border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s 
ease;
    align-self: flex-start;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    background:  #e9418f !important;
    border: 1px solid transparent;
	margin-top:10px;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained{   padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s 
ease;
    align-self: flex-start;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    background:  #e9418f !important;
    border: 1px solid transparent;
	margin-top:10px;}

button.woocommerce-Button.button,button.woocommerce-button.button.woocommerce-form-login__submit {  font-size: 16px;
    cursor: pointer;
    transition: all 0.3s 
ease;
    align-self: flex-start;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    text-align: center;
    font-family: Inter !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    border-radius: 4px;
    background:  #e9418f !important;
    border: 1px solid transparent;
	margin-top:10px !important;color:#fff !important;
}
.form-grid > :last-child {
    grid-column: span 2; 
}
a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart,.form-submit input{ cursor: pointer;
    transition: all 0.3s 
ease;
    align-self: flex-start;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    text-align: center;
    font-family: Inter !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    border-radius: 4px;
    background:  #e9418f !important;
    border: 1px solid transparent;
	margin-top:10px !important;color:#fff !important;}
button.woocommerce-Button.button:hover,button.woocommerce-button.button.woocommerce-form-login__submit:hover,a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart:hover,.form-submit input:hover{background:#2ea5aa !important;}
h1.entry-title {
   
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: Marcellus;
}
.woocommerce .star-rating span::before {
    color: #FFD800;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0 4px 0 0;
}
.woocommerce .quantity .qty {
    width: 5.631em;
    text-align: center;
    padding: 6px;
    margin-top: 10px;
}
.related.products h2{font-size: 28px;text-align:center !important;
    font-weight: 600;
    color: #494949;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}
a.product_type_simple.add_to_cart_button.ajax_add_to_cart.add_to_cart.alt {
	color:  #e9418f !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    position: relative;
    width: 22.05%;
    margin-left: 0;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
	overflow:hidden;
	border-radius:5px;
}
span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}
a.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor.yith-wcwl-add-to-wishlist-button--added,a.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s 
ease;
}
a.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor i{    color:  #e9418f;}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
    color:  #e9418f !important;
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
     color:  #e9418f !important;
}
.strawberry-product-name a{color:#000 !important;}
@media(max-width:767px){
	    .logo img {
			        max-width: 70px !important;	}
			div#primary {
			padding: 70px 0px;}
   

    #search-input.active {
        width: 80px;
    }
}
.strawberry-products-grid {
        width: 100%;
    }


* <-------------contact-----------------> */
@media (min-width:991px) {
  .contact-det {
    max-width: 80%;
    margin: auto;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 20px #ccc;
    margin: 80px auto;
    padding: 10px 40px;
    border: 1px solid transparent;
    border-radius: 20px;
    transition: all 0.5s ease-in;
  }

  .contact-det:hover {
    border: 1px solid #DB4444;
  }
}

.contactusInforow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0px 0px 40px;
}

.ContactusInfoBox {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 20px;
  position: relative;
}

.ContactusInfoBox .infodflex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.infodflex .infodflexIcon {
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  background: #e9418f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}

.infodflexIcont p a {
  color: #224f74;
  font-size: 15px;
}

.infodflex .infodflexIcon i {
  font-size: 20px;
  color: #ffffff;
}

.ContactusInfoBox .infodflex .infodflexIcont h4 {
  color: #000000;
  margin: 9px 0px 12px;
  font-size: 20px;
}

.infodflexIcont p {
  margin-bottom: 5px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  padding: 15px;
  border: 0px solid #e6e6e6;
  border-radius: 0px;
  background-color: #f6f6f6;
  font-size: 14px;
  outline: none;
}

.form-grid textarea {
  grid-column: 1 / -1;
  min-height: 100px;
}

.submitbtn {
  margin-top: 30px;
}
.contact-form{margin:80px 0px 0px 0px;}
.text-center{text-align:center;}


.contact-det {
    margin: 80px 0px;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0px 0px 20px #CCC;
    border-radius: 10px;
}
.contactitle{    font-size: 33px;
    margin-bottom: 20px;
    color:  #e9418f;}
.strawberry-product-name a{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #070707;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

/* <-----css 17-11-----------> */
table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block,wp-block-woocommerce-cart-order-summary-block{
    box-shadow: 0px 0px 15px #ddd;
    margin-top: 30px;
    padding: 20px;
    border-radius: 10px;
}
.wp-block-woocommerce-cart-order-summary-block {
    box-shadow: 0px 0px 15px #ddd;
    padding: 20px;
    border-radius: 10px;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 500;
}
a.wc-block-components-product-name {
    color:  #e9418f;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0px 0 0 5px !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background:  #e9418f !important;
    color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 0px solid #cfc8d8 !important;
}

.posted_in a,.product-name a{
    color:  #e9418f;
}
.product-name a {
    font-size: 16px;
}
 .shop_table th{
    background-color: #2ea5aa;
}
.wishlist_table .product-stock-status span.wishlist-in-stock {
    color: #2ea5aa;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    box-shadow: 0px 0px 15px #ccc;
    padding: 40px 40px;
    border-radius: 5px;
    margin-top: 20px;
}
 .woocommerce-page .col2-set .col-1 h2, .woocommerce-page .col2-set .col-2 h2{
    font-size: 20px;
    padding-bottom: 20px;
}
.woocommerce-page .col2-set .col-1 a,.woocommerce .col2-set .col-2 a, .woocommerce-page .col2-set .col-2  a{color: #e9418f;}
/* .woocommerce-account .woocommerce-MyAccount-content {
    box-shadow: 0px 0px 15px #ddd;
    padding: 35px;
    border-radius: 5px;
} */
.woocommerce-account fieldset{border:0px solid transparent;}
.woocommerce-account div#primary {
    max-width: 80%;
    margin-left: auto !important;
    width: 80%;
    margin: auto;
}

/* ===========================
   My Account Sidebar Styling
=========================== */
.woocommerce-MyAccount-navigation {
    width: 100%;
    max-width: 260px;
    background: #ffffff;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    overflow: hidden;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid #eee;
}

.woocommerce-MyAccount-navigation li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 14px 18px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    transition: 0.3s ease;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: calc(100% - 320px) !important;
}
.woocommerce-MyAccount-content form{
    width: 100% !important;
    display: block !important;
    box-shadow: 0px 0px 15px #ddd !important;
    margin-left: 0px !important !important;
    padding: 40px !important;
}
.woocommerce-MyAccount-navigation a:hover {
    background: #f5f5f5;
    color: #000;
}

/* Active menu highlight */
.woocommerce-MyAccount-navigation .is-active > a {
    background: #2ea5aa;
    color: #fff !important;
    font-weight: 600;
}
.wc-block-cart-item__remove-link {
    color: red !important;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 40px;
}
/* ===========================
      Mobile Responsive
=========================== */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation {
        max-width: 95%;
        margin-bottom: 20px;        padding: 10px;
        margin: 10px;
    }
    .woocommerce-MyAccount-navigation a {
        padding: 14px 16px;
        font-size: 15px;
    }
	.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: calc(100% - 10px) !important;
}
	.woocommerce-account .woocommerce-MyAccount-content {
    width: calc(100% - 0px) !important;
    margin: 10px !important;
    padding: 0px;
}
	.woocommerce-MyAccount-content form {
    width: 94% !important;
}
}

/* Very small screen (extra mobile) */
@media (max-width: 480px) {
    .woocommerce-MyAccount-navigation a {
        font-size: 14px;
        padding: 12px 14px;
    }
}
form.woocommerce-form.woocommerce-form-login.login {
    max-width: 700px;
    margin: auto;
    display: block;
}
.woocommerce-form.woocommerce-form-register.register{margin:0px !important}
.woocommerce-form.woocommerce-form-register.register{margin:0px !important}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 96%;
    margin: auto;
    display: block;
}
#customer_login{
    width: 96%;
}
.wc-block-grid__product-title {
    color:  #e9418f !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.single.single-product .woocommerce-breadcrumb{padding-top: 30px;}
@media(min-width:1120px){
	.wc-block-grid__products .wc-block-grid__product-image img {
    height: 350px !important;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
	/* Make gallery container flex */
.woo-product-gallery-slider.wpgs--with-images {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start;
    gap: 18px;
}

/* Move bottom thumbnail slider to LEFT */
.woo-product-gallery-slider .wpgs-nav {
    order: 1 !important;
    width: 110px !important;
    margin: 0 !important;
}

/* Vertical alignment for thumbnails */
.woo-product-gallery-slider .wpgs-nav .slick-track {
    display: flex !important;
    flex-direction: column !important;
}

.woo-product-gallery-slider .wpgs-nav .slick-slide {
   width: 50% !important;
    margin-bottom: 12px !important;
}

/* Scroll if many images */
.woo-product-gallery-slider .wpgs-nav .slick-list {
    max-height: 480px !important;
    overflow-y: auto !important;
}

/* Main image area on right */
.woo-product-gallery-slider .wpgs-for {
    order: 2 !important;
    width: calc(100% - 130px) !important;
}

/* Thumbnails design */
.woo-product-gallery-slider .wpgs-nav img {
    border-radius: 12px;
    border: 2px solid transparent;
    transition: 0.25s ease;
}

.woo-product-gallery-slider .wpgs-nav .slick-current img {
    border-color: #3ca8ff;
}

/* Remove arrows inside thumbnails */
.woo-product-gallery-slider .wpgs-nav .slick-arrow {
    display: none !important;
}
.slick-list.draggable img {
	width: 58% !important;}
	/* Slim scrollbar ONLY for thumbnail column */
.woo-product-gallery-slider .wpgs-nav .slick-list::-webkit-scrollbar {
    width: 1px !important;
}

.woo-product-gallery-slider .wpgs-nav .slick-list::-webkit-scrollbar-track {
    background: #f0f0f0 !important;
    border-radius: 10px;
}

.woo-product-gallery-slider .wpgs-nav .slick-list::-webkit-scrollbar-thumb {
    background: #bcbcbc !important;
    border-radius: 10px;
}

/* Firefox Slim Scrollbar */
.woo-product-gallery-slider .wpgs-nav .slick-list {
    scrollbar-width: thin !important;
    scrollbar-color: #bcbcbc #f0f0f0 !important;
}


/* Prevent thumbnail JUMP after click */
.woo-product-gallery-slider .wpgs-nav .slick-slide {
    box-sizing: border-box !important;
    width: 60% !important;
    margin: 0 0 10px 0 !important;
}

.woo-product-gallery-slider .wpgs-nav img {
    display: block !important;
}

/* Fix active thumbnail border without expanding */
.woo-product-gallery-slider .wpgs-nav .slick-current img {
    border: 1px solid #3ca8ff !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}
/* Remove border completely */
.woo-product-gallery-slider .wpgs-nav .slick-slide img {
    border: none !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.woo-product-gallery-slider .wpgs-nav .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
}

/* Prevent auto-centering effect */
.woo-product-gallery-slider .wpgs-nav .slick-slide {
    width: auto !important;
    transform: none !important;
}
	.wpgs-nav .slick-current {
    border-color: #000;
		border:0px solid transparent !important;
}
}
.woocommerce p.stars a{color:#FFD800; margin: 10px 0px;} 
p.woocommerce-noreviews{
    padding: 10px 0px;
}
a.woocommerce-review-link {
    color:  #e9418f;
}
@media(max-width:600px){
	.contactusInforow {
		grid-template-columns: repeat(1, 1fr);}
	.contactitle{
		font-size: 27px;}
	.contact-det {
    margin: 50px 0px;
		padding: 30px;}
	.form-grid {
		grid-template-columns: 1fr;}
	div#primary{padding: 40px 0px;}
h1.entry-title {
	margin-left: 0px;}
	
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    box-shadow: 0px 0px 15px #ccc;
    padding: 30px 20px;
    border-radius: 5px;
    margin-top: 20px;
}
	.woocommerce-account div#primary {
    max-width: 95%;
    margin-left: auto !important;
    width: 95%;
    margin: auto;
}
	 .form-grid {
        grid-template-columns: 1fr; /* mobile par 1 column */
    }

    .form-grid > :last-child {
        grid-column: span 1; /* mobile par normal hi rahega */
    }
		.woocommerce form .form-row-first{    width: 100%;}
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #ffffff !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #cfc8d8 !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #2ea5aa !important;;
    background-color: #2ea5aa !important;}

.summary.entry-summary{color: #e9418f;}
@media(max-width:767px){
	.sub-menu{padding-left:20px !important;}
	.footer-dev {
		top: -5px;}
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    color: #e9418f;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #289ea5 !important;
    color: #ffffff !important;
}


/* add by Aj */

.nm-notify-wrapper,
.nm-notify-wrapper-variable {
    margin-top: 25px;
    padding: 20px;
    background: #f5f5f5;
    border-left: 4px solid #0073aa;
    border-radius: 6px;
}

.nm-notify-title {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
}

.stock-form-input {
    padding: 10px 20px !important;
    margin: 5px 0px !important;
    display: block !important;
}

.stock-submit-btn {
    border: 1px solid #cfc8d8;
    background-color: #e9418f;
    color: #fef6f8;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 6px;
}

.stock-submit-btn:hover {
    border: 1px solid #cfc8d8;
    background-color: #2ea5aa;
}

.wpgs-for .slick-arrow::before,
.wpgs-nav .slick-prev::before,
.wpgs-nav .slick-next::before {
    color: #e9418f !important;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.slider-track{    background: linear-gradient(to right, rgb(221, 221, 221) 0%, rgb(233 65 143) 0%, rgb(233 65 143) 100%, rgb(221, 221, 221) 100%) !important;}
.custom-product-cats a:hover, .custom-product-cats a.current-cat {
    color: #e9418f;
    font-weight: 600;
}
.custom-product-cats a {
  
    text-decoration: none;
    transition: color 0.3s;
    border-bottom: 1px solid #270000 !important;
    width: 100% !important;
    display: block !important;
    padding: 6px !important;
}
.custom-product-cats a:hover, .custom-product-cats a.current-cat {
    color: #e9418f !important;
    font-weight: 600;
}

.strawberry-image-container.strawberry-image-hg{
    height: 250px;
}
.strawberry-image-container.strawberry-image-hg img{
    height: 240px !important;
    object-fit: cover;
}
.strawberry-image-container.strawberry-image-hg a {
	font-size: 15px;}
@media(max-width:600px){
	.shop-layout {
    flex-wrap: wrap;
}
	.shop-sidebar {
		width: 100% !important;}
	.shop-widget {
    margin-bottom: 10px;
}
	.strawberry-image-container.strawberry-image-hg img {
		height: 200px !important;}
	.product-sec {
    margin: 50px 0px;
}
}
.contact-map{margin-bottom:60px;}
.mobile-dropdown-toggle{position:relative;}
.mobile-dropdown-toggle::after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 16px;
    margin-left: 6px;
    display: inline-block;
    position: absolute;
    right: 20px;
}

.addimg-goodies img {
    width: 100%;
    max-width: 100%;
    margin: auto;
    left: 0px;
    right: 0px;
    display: block;
    margin-top: 50px;
    height: 60%;
    border: 8px solid #e9418f;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ddd;
}
@media(max-width:767px){
	.category-icon {
		margin-bottom: 0px;}
	.category-content {
		height: 180px;}
	.strawberry-image-container {
        height: 226px;
    }
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400;
}
	.featured-section .product-label {
		position: relative;}
	.category-content {
		height: 178px;}
}
/* Track BG */
.price-slider-container .slider-track {
    display:none;
}
 
/* Range Input Track */
.price-slider-container input[type="range"]::-webkit-slider-runnable-track {
    height: 6px;
    background: #e9418f;   /* change color */
    border-radius: 10px;
}
 
/* Thumb color */
.price-slider-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background: #e9418f;   /* change color */
    border-radius: 50%;
    cursor: pointer;
    margin-top: -7px;
}
.language-switch select{
    background-color: #e9418f;
    border: 0px solid transparent;
    color: #fff;
}

@media (max-width: 600px) {
  .feature-sec .product-label {
    display: -webkit-box;
    -webkit-line-clamp: 1;  /* 2 lines allowed */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}


span#header-cart-count {
    background-color: rgb(56 161 167);
    padding: 0 5px;
    height: 18px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 8px;
    min-width: 18px;
    pointer-events: none;
    white-space: nowrap;
    position: absolute;
    top: -6px;
    right: -15px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.button.wc-forward {
    color: #fff !important;
    /* margin: 10px 0px; */
    margin-top: 21px;
    transform: translateY(5px);width:200px !important;    bottom: 55px !important;

}
.single-product .woocommerce-message {
	padding: 1em 2em 4em 3.5em;margin: 0 0 5em;}
@media(max-width:600px){.single-product .woocommerce-message {
	padding: 1em 2em 4em 3.5em;}
	a.button.wc-forward {
    transform: translateY(5px);width:200px !important;    bottom: 5px !important;

}
	.single-product .woocommerce-message {
	padding: 1em 2em 4em 3.5em;margin: 0 0 2em;}
}
.hooked-section {
  padding: 40px 16px;
  background: #0F0F0D;
}

.hooked-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 90%;
  margin: auto;
}

.hooked-box {
  background: #ffffff;
  padding: 24px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.hooked-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #0F0F0D;
}

.hooked-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

.hooked-box.highlight {
  background: #CBAC69;
}

.hooked-box.highlight h3,
.hooked-box.highlight p {
  color: #0F0F0D;
}

/* 📱 Mobile Responsive */
.addimg-goodies {
    margin: 0px;
    padding: 50px 0px 40px 0px;
}
@media (max-width: 768px) {
  .hooked-grid {
    grid-template-columns: 1fr;
  }
.addimg-goodies {
    margin: 0px;
    padding: 20px 0px 40px 0px;
}
}


