/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
:root {
  --color-primary: #2c2117;
  --main-color: #2c2117;
  --second-color:#81766c;
  --color-primary-dark: #d5d6d5;
  --color-primary-light: #ecf4f7;
  --color-primary-reverse: #c82471;
  --color-primary-d : #c82471;
  --c: #fff;
  --1: transparent !important;
  --logo: url(https://cdn.salla.sa/rAyYoR/AsBl4NOCfN1dPMGs5M0HJc6BY7gQSEv8OzVJMwB8.png);
	--wave: url(https://i.ibb.co/x8DtLY6z/Wave-1-1.jpg);
  	--third-color: white;
	--fourth-color: white;
  
  --linear: linear-gradient(
    -225deg,
    #fff 0,
    var(--color-primary) 29%,
    #fff 67%,
    #68111b 100%
  );
}
/* ----- start nav -----*/

/*----- end nav -----*/

.header-btn__icon {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 25% / 50%;
  border-width: 1px;
  border-color: var(--color-primary);
  color: var(--color-primary);
  font-size: 20px;
}
.s-slider-block__title h2 {
  background: var(--color-primary);
  border-radius: 2rem 0rem 0rem 1rem;
  font-size: 20px !important;
  font-weight: 700;
  color: #fff;
  padding-right: 10px;
  padding-bottom: 10px;
}
/* start footer */
.wave {
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: 16%;
	background: var(--wave);
	background-size: 1000px 100px;

}

@media (min-width: 1024px) {
	.wave {
		top: -111px;
		height: 20%;
	}
}


.wave#wave1 {
	z-index: 1;
	opacity: 1;
	bottom: 0;
	animation: animateWave 4s linear infinite;
}

.wave#wave2 {
	z-index: 1;
	opacity: .5;
	bottom: 0;
	animation: animateWave_2 4s linear infinite;
}

.wave#wave3 {
	z-index: 1;
	opacity: .2;
	bottom: 15px;
	animation: animateWave 3s linear infinite;
}

.wave#wave4 {
	z-index: 1;
	opacity: .7;
	bottom: 20px;
	animation: animateWave_2 3s linear infinite;
}

@keyframes animateWave {
	0% {
		background-position-x: 1000px;
	}

	100% {
		background-position-x: 0px;
	}
}

@keyframes animateWave_2 {
	0% {
		background-position-x: 0px;
	}

	100% {
		background-position-x: 1000px;
	}
}

.store-footer {
	background: linear-gradient(to top, var(--main-color), var(--main-color), var(--second-color)) !important;
	margin-top: 115px;
}

.footer-is-light .store-footer .store-footer__inner {
	background: linear-gradient(to top, var(--main-color), var(--second-color));
	margin-top: -37px;
	text-align: center;
	border-style: inset;
	position: relative;
	z-index: 5;
}

@media (min-width: 1024px) {
	.lg\:grid-cols-6 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.store-footer h3 {
	font-family: "Almarai", sans-serif;
	font-weight: 700;
	text-align: center !important;
	padding: 1rem;
	border-radius: 50px;
	color: var(--main-color);
	font-size: 1.4rem;
	background: var(--third-color);
}

.store-footer h3:hover {
	color: var(--second-color);
	opacity: 1;
	cursor: pointer;
	transition: 0.5s;
}

a.flex.items-center.m-0 {
	display: flex;
	flex-direction: column;
}

.store-footer a h3:nth-child(1) {
	font-size: 0rem;
	color: transparent;
	background-image: var(--logo);
	background-size: 70%;
	background-repeat: no-repeat;
	scale: 3.5;
	line-height: 3;
	background-position: center;
	margin-bottom: 50px;
}

@media (max-width: 1024px) {
	.store-footer a h3:nth-child(1) {
		margin-top: 50px;
	}
}


@media (min-width: 1024px) {
	.footer-is-light .store-footer .store-footer__inner {
		margin-top: -43px;
	}
}


salla-apps-icons,
salla-apps-icons h3 {
	display: none;
}

@media (min-width: 1024px) {
	.rtl\:lg\:pr-20:where([dir="rtl"], [dir="rtl"] *) {
		padding-right: 5rem;
		background: var(--main-color);
		background-repeat: no-repeat;
		background-size: contain;
		scale: 0.7;
		line-height: 0;
		margin-bottom: 0;
		margin-top: 0;
	}
}

.footer-list {
	color: var(--main-color);
}



.s-contacts-list {
	align-items: center !important;
}

.store-footer a {
	color: var(--third-color);
}

.store-footer a:hover {
	color: var(--second-color);
	opacity: 1;
	transform: scale(1.03);
	transition: 0.4s;
}

.footer-is-light .store-footer {
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;
	background: var(--main-color);
	border-radius: 85px 85px 0 0;
	color: var(--third-color);
}

@media (max-width: 1024px) {
	.footer-is-light .store-footer {
		padding-top: 17px;
	}
}

.s-social-list {
	display: flex;
	gap: 0.625rem;
	justify-content: center;
}

.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.s-menu-footer-list {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.s-contacts-list.s-contacts-list-vertical {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

span.unicode {
	display: none;
}

.footer-is-light .store-footer .contact-social {
	border: none;
}

.copyright-text p {
	color: var(--third-color);
}

.store-footer::after {
	content: "برمجة وتطوير ADFAZ";
	top: 0;
	color: var(--third-color) !important;
	font-size: 16px;
	opacity: 0.8;
	text-align: center;
	font-family: sans-serif;
	font-weight: 700;
	width: 100%;
	display: inline-block;
}


/*************/

/* end footer */
.feature {
  transition: 0.5s;
}
.feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  padding: 18px 0;
  background-color: var(--main-color);
  color: #fff;
  border: 1px solid #000;
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
    rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  transition: 0.5s;
  transform-origin: right;
  transform: translateX(-100%) rotateY(90deg);
  width: 300px;
  height: 66px;
}

.feature::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  padding: 18px 0;
  background-color: #fff;
  color: var(--main-color);
  border: 2px solid var(--main-color);
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
    rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  transition: 0.5s;
  transform-origin: left;
  transform: translateX(0) rotateY(0deg);
  width: 300px;
  height: 66px;
}
.feature1::before {
  content: "تواصلو معنا";
}
.feature2::before {
  content: "شحن سريع لكل أنحاء المملكة";
}
.feature3::before {
  content: "💸 طرق دفع متنوعة";
}
.feature1::after {
  content: "🎧 دعم فني";
}
.feature2::after {
  content: "🚀 شحن سريع";
}
.feature3::after {
  content: "💳 تمتع بخدمات دفع متعدة";
}
.feature:hover::before {
  transform: translateX(0) rotateY(0deg);
}
.feature:hover::after {
  transform: translateX(100%) rotateY(90deg);
}
.s-button-text {
  pointer-events: none;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  color: #fff;
}

/*----- end nav -----*/
/* ✅ كرت المنتج */
.s-product-card-entry {
  position: relative;
  overflow: hidden;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

/* ✅ العنوان */
.s-product-card-content-title a {
  color: var(--main-color);
  text-align: center;
  height: 20px;
  overflow: hidden;
}

/* ✅ السعر */
.s-product-card-price {
  color: var(--main-color) !important;
  text-align: center;
}

/* ✅ ⭐⭐⭐النجوم */
.s-product-card-content-sub {
  display: flex;
  flex-direction: column;
  align-items: center; /* توسيط النجوم والسعر */
}

.fake-rating {
  margin-bottom: 5px;
  color: gold;
  font-size: 18px;
}

/* ✅ الصورة */
.s-product-card-image {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* ✅ تغطية الأوفرلاي بالكامل */
.s-product-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
  pointer-events: none;
}

/* ✅ إظهار الأوفرلاي */
.s-product-card-entry:hover .s-product-card-image::after {
  opacity: 1;
}

/* ✅ الزرار (اضافة للسلة) */
.s-product-card-image button.s-button-element {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: none;
  transform: translate(-50%, 20px);
  opacity: 0;
  z-index: 3;
  transition: all 0.3s ease;
  pointer-events: none;
}

/* ✅ إظهار الزرار عند الهوفر */
.s-product-card-entry:hover .s-product-card-image button.s-button-element {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

/* 🩷 زر القلب */
.s-product-card-image .s-product-card-wishlist-btn {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translate(-50%, 20px);
  opacity: 0;
  z-index: 3;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

/* 🎬 عند الهوفر – يطلع من تحت */
.s-product-card-entry:hover .s-product-card-wishlist-btn {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

/* إخفاء الزر الأصلي */
.s-product-card-content-footer {
  display: none !important;
}

.custom-cart-button {
  position: absolute;
  top: 147px; /* نفس مكان زر القلب */
  right: 0; /* خليه 40% لو عايزهم فوق بعض */
  transform: translate(-50%, -20px); /* يبدأ من فوق */
  opacity: 0;
  z-index: 5;
  background: white;
  border: none;
  border-radius: 50%;
  padding: 10px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: all 0.3s ease-in-out; /* زي زر القلب بالضبط */
}

/* يظهر عند الهوفر */
.s-product-card-entry:hover .custom-cart-button {
  transform: translate(-50%, 0); /* ينزل لمكانه */
  opacity: 1;
  pointer-events: auto;
}

.compare-btn {
  position: absolute;
  top: 180px;
  left: 90%;
  transform: translate(-50%, 20px);
  opacity: 0;
  z-index: 5;
  background: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  font-size: 18px;
}

.s-product-card-entry:hover .compare-btn {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

/* 🌟 زر العرض السريع (زر العين) */
.quick-view-btn {
  position: absolute;
  top: 99px;
  right: 0;
  transform: translate(-50%, -20px);
  opacity: 0;
  z-index: 5;
  background: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  font-size: 18px;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.s-product-card-entry:hover .quick-view-btn {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.similar-products-btn {
  position: absolute;
  top: 50px;
  right: 0; /* عدل حسب المكان اللي تحبه */
  transform: translate(-50%, 20px);
  opacity: 0;
  z-index: 5;
  background: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  font-size: 18px;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.s-product-card-entry:hover .similar-products-btn {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

/* تعديل على الوان خلفية الزراير */

.custom-cart-button,
.compare-btn,
.quick-view-btn,
.s-product-card-wishlist-btn,
.similar-products-btn,
.s-product-card-image button.s-button-element {
  background: var(--main-color) !important;
  border: none !important;
}

.custom-cart-button,
.compare-btn,
.quick-view-btn,
.s-product-card-wishlist-btn,
.similar-products-btn,
.s-product-card-image button.s-button-element:before {
  content: "";
  color: white;
}

/* ✅ تكبير ارتفاع الصورة داخل كرت المنتج */
.s-product-card-image {
  height: 360px; /* بدل القيمة التلقائية، ممكن تعدّل حسب المساحة المناسبة */
}

/* ✅ خلي الأوفرلاي يغطي الارتفاع الجديد بالكامل */
.s-product-card-image::after {
  height: 100%;
}

/* ✅ تأكد إن الصور جوه الكرت بتغطي المساحة الجديدة */
.s-product-card-image img {
  height: 100%;
  object-fit: fill;
}

/* ✅ تقليل ارتفاع عنوان المنتج */
.s-product-card-content-title a {
  height: auto;
  font-size: 14px;
  line-height: 1.3;
  max-height: 2.6em;
  overflow: hidden;
  margin-bottom: 4px;
}

/* ✅ تقليل حجم و spacing السعر */
.s-product-card-price {
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 2px;
}

/* ✅ تقليل حجم النجوم */
.fake-rating {
  font-size: 16px;
  margin-bottom: 3px;
}

/* ✅ تقليل التباعد بين النجوم والسعر */
.s-product-card-content-sub {
  gap: 2px;
  margin-top: -6px;
  margin-bottom: 4px;
  flex-direction: column;
  align-items: center;
}

/* ✅ تقليل المسافة الإجمالية داخل الكونتينت */
.s-product-card-entry .s-product-card-content {
  padding: 6px 8px 6px;
}
.s-product-card-entry {
  position: relative;
  overflow: hidden;
  border: 1px solid #dddddd;
  border-radius: 15px;
  width: 250px !important;
  height: 335px !important;
}
/* أولاً نخلي الكارد قابل للتأثير */
custom-salla-product-card {
  position: relative;
  overflow: hidden;
}

/* تنسيق الكونتنت */
.s-product-card-content {
  position: relative;
  z-index: 1;
  color: #000; /* عادي أسود افتراضي */
  transition: color 0.3s ease;
}

/* الخلفية المتحركة */
.s-product-card-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  transition: left 0.5s ease-in-out;
  z-index: -1; /* الخلفية تكون تحت النص */
}

/* عند الهافر على الكارد */
custom-salla-product-card:hover .s-product-card-content::before {
  left: 0; /* تتحرك من الشمال لليمين */
}

custom-salla-product-card:hover .s-product-card-content-title a {
  color: white; /* النص يبقى أبيض */
}
custom-salla-product-card:hover .s-product-card-price {
  color: white !important; /* النص يبقى أبيض */
}
@media (max-width: 1024px) {
  /* ❌ إلغاء الأوفرلاي */
  .s-product-card-image::after {
    display: none !important;
  }

  /* ✅ إظهار الأزرار دائمًا بدون هوفر */
  .custom-cart-button,
  .compare-btn,
  .quick-view-btn,
  .s-product-card-wishlist-btn,
  .similar-products-btn,
  .s-product-card-image button.s-button-element {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translate(-50%, 0) !important;
  }

  .custom-cart-button {
    top: 74px;
  }

  .quick-view-btn {
    top: 123px;
  }

  .similar-products-btn {
    top: 27px;
  }

  .s-product-card-wishlist-btn,
  .s-product-card-image button.s-button-element {
    top: 40px;
  }
  .s-product-card-entry {
    position: relative;
    overflow: hidden;
    border: 1px solid #dddddd;
    border-radius: 15px;
    width: 229px !important;
    height: 271px !important;
  }
  .auto-rotator {
    width: 90%;
    max-width: 100%;
    height: var(--sliderHeight);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* التعديلات هنا تطبق على التابلت فقط */
  .custom-cart-button,
  .compare-btn,
  .quick-view-btn,
  .similar-products-btn,
  .s-product-card-image button.s-button-element {
    top: 190px;
  }

  .s-product-card-wishlist-btn,
  .s-product-card-image button.s-button-element {
    top: 100px;
  }
}

/* ============ */

.s-slider-block__title-right {
  padding-left: 0;
}
.s-slider-block__title-right h2 {
  position: relative;
  background-color: var(--main-color) !important;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  color: white;
}
.s-slider-block__title-right h2::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 2000px;
  background: var(--main-color);
  z-index: 0;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.s-slider-block__title-right h2::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 2000px;
  background: var(--main-color);
  z-index: 0;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}
.s-slider-block__display-all {
  background-color: white !important;
  color: black !important ;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  border-radius: 32px;
  padding: 8px 32px;
  transition: 0.3s;
}
.s-slider-block__display-all:hover {
  background-color: black !important;
  color: white !important ;
}
.top-navbar,
.s-block--features__item {
  background-color: transparent !important ;
  min-height: 5px;
}
.flex.items-stretch.justify-between.relative::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(
    240,
    240,
    240,
    0.9
  ); /* زيادة الشفافية لجعل الضباب أكثر وضوحًا */
  filter: blur(30px); /* تطبيق blur على الطبقة */
  z-index: -1; /* التأكد من أن الطبقة تكون خلف المحتوى */
  -webkit-backdrop-filter: blur(10px);
}
@media (min-width: 1280px) {
  .s-user-menu-dropdown {
    z-index: 9999999999999999 !important ;
  }
}

#mainnav {
  background-color: transparent !important;
      height: 110px !important;
}

.main-menu li a span {
  font-size: 110% !important ;
}

.article--main.pb-1 {
  padding: 20px;
  border-radius: 20px;
}

a.flex > h3:nth-child(1) {
  background-color: white !important ;
}

.s-product-card-content-footer.gap-2 {
  margin: -8px auto !important;
}

.navbar-brand img:hover {
  -webkit-animation: blink-1 0.6s both;
  animation: blink-1 0.6s both;
}
@keyframes logoAnimation {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  25% {
    transform: scale(1.1) rotate(5deg);
    opacity: 0.9;
  }
  50% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  75% {
    transform: scale(1.1) rotate(-5deg);
    opacity: 0.9;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}

nav ul li a span {
  transition: 0.3s;
}

.banner-entry.square-photos:hover {
  transform: rotate(10deg) translateY(-10px) scale(1.1);
}
.banner-entry.square-photos {
  transition: 0.3s;
}

.feature-icon {
  animation: rotateImage 5s linear infinite;
  transform-origin: center;
}

@keyframes rotateImage {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.navbar-brand img,
.s-slider-controls-outer .s-slider-block__title-nav {
  display: none;
}

#mainnav > div:before {
  text-align: center;
  content: "";
  display: block;
  height: 72px;
  width: 165px;
  margin: 15px auto auto auto;
  background-image: var(--logo);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#mainnav > div > div > div > div.flex.items-center.justify-end {
  position: absolute;
  left: 85px;
  bottom: 92px;
  justify-content: space-between;
  width: 85%;
}

#mainnav > div > div > div {
  justify-content: center !important;
}

body {
  cursor: url("https://cdn.salla.sa/form-builder/2Mb7cxPFl4rQ633YF8IwGotrmKdc4qXJ4brglOLp.png"),
    auto;
  background: #fff7ef !important;
}

@keyframes logoAnimation {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  25% {
    transform: scale(1.1) rotate(5deg);
    opacity: 0.9;
  }
  50% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  75% {
    transform: scale(1.1) rotate(-5deg);
    opacity: 0.9;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
@media (max-width: 600px) {
  i.header-btn__icon:nth-child(1),
  .s-cart-summary-wrapper {
    transform: translateX(-60px);
  }
  a.lg\:hidden {
    transform: translateX(-10px);
  }
  .top-navbar {
  background-color: transparent !important;
  min-height: 35px;
}
   .auto-rotator {
    width: 90%;
    max-width: 100%;
    height: 300px;
  } 
  .section-title {
    position: absolute;
    bottom: -69px;
    left: 50%;
    font-size: 52px;
  }
    .s-product-card-entry {
    position: relative;
    overflow: hidden;
    border: 1px solid #dddddd;
    border-radius: 15px;
    width: 170px !important;
    height: 275px !important;
  }
}
#\37 61227298 > a > span {
  color: #00008f !important ;
}
.lazy__bg.lazy.entered.loaded {
  background-size: contain !important ;
  background-repeat: no-repeat !important ;
}

.banner-entry.square-photos {
  padding: 3rem !important ;
}

@media (min-width: 480px) {
  .banner-entry.square-photos {
    padding: 7rem !important ;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-entry.square-photos {
    padding: 7rem !important ;
  }
}

#photos-1-slider > div:nth-child(2) > div:nth-child(2) {
  display: none;
}

#photos-1-slider .swiper .swiper-wrapper.s-slider-swiper-wrapper .swiper-slide {
  width: 40% !important;
}
@media (max-width: 991px) {
  #photos-1-slider
    .swiper
    .swiper-wrapper.s-slider-swiper-wrapper
    .swiper-slideب {
    width: 55% !important;
  }

  .lazy__bg.lazy.entered.loaded {
    background-size: contain !important ;
    background-repeat: no-repeat !important ;
  }
   .auto-rotator {
    width: 90%;
    max-width: 100%;
    height: 300px;
  } 
  .section-title {
    position: absolute;
    bottom: -69px;
    left: 50%;
    font-size: 51px;
  
  .s-product-card-content {
    height: 89px !important;
}
  }
  .one-row {
    height: 50vw;
  }
  .banner-entry.square-photos {
    background-color: transparent;
  }
  .sicon-heart {
    color: black !important ;
  }
  .s-button-icon {
    border-radius: 10px !important ;
  }
  .banner-entry.square-photos {
    transform: scale(1.2);
  }

  .inner.bg-inherit::before {
    animation: logoAnimation 3s infinite;
  }
  .navbar-brand img {
    animation: logoAnimation 3s infinite;
  }
  @keyframes logoAnimation {
    0% {
      transform: scale(1) rotate(0deg);
      opacity: 1;
    }
    25% {
      transform: scale(1.1) rotate(5deg);
      opacity: 0.9;
    }
    50% {
      transform: scale(1) rotate(0deg);
      opacity: 1;
    }
    75% {
      transform: scale(1.1) rotate(-5deg);
      opacity: 0.9;
    }
    100% {
      transform: scale(1) rotate(0deg);
      opacity: 1;
    }
  }

  .s-product-card-content {
    background: white !important;
  }
  .s-product-card-entry,
  .s-product-card-image {
    background: transparent !important;
  }
  .s-product-card-content {
    margin-top: 0 !important;
  }

  .s-product-card-content {
    height: 145px !important;
  }

  .s-product-card-fit-height .s-product-card-image {
    height: 11rem;
    max-height: 11rem !important;
  }

  .copyright-text p {
    color: var(--main-color) !important;
  }
}
.header-search  {
  display: none;
}
.store-header {
height: 90px;


}
@media (min-width: 1280px) {
    .container {
        max-width: 1600px !important;
    }
}
@media (max-width: 991px) {
  .copyright-text p {
    color: #fff !important;
  }
}