/* ========== Start Header ============*/
header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: sticky;
  margin-bottom: 10px !important;
}
header .offers-link {
  color: #1d1f1f !important;
}

.s-cart-summary-total {
  display: none;
}

/* Hide top navbar */
.top-navbar {
  display: none !important;
}

/* Main navigation adjustments */
#mainnav .inner > .container > div > div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}

/* Custom right actions container */
.custom-nav-right-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
}
/*========= Custom Search Bar Styling ============*/
.custom-header-search {
  position: relative;
  height: 40px;
  transition: all 0.3s ease;
}

.custom-header-search .s-search-container {
  height: 40px;
}

.custom-header-search .s-search-input-wrapper {
  width: 65px;
  height: 40px;
  background: #ddeaff;
  border-radius: 20px;
  transition: all 0.3s ease;
  position: relative;
}

.custom-header-search .s-search-input {
  width: 100%;
  height: 40px !important;
  background: transparent;
  border: 1.8px solid #1959a1;
  padding: 0 3rem 0 1rem;
  font-size: 14px;
  color: #333;
  border-radius: 20px !important;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: right;
}

.custom-header-search .s-search-input::placeholder {
  color: #6b7280;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: right;
}

/* Icon styling - stays on LEFT */
.custom-header-search .s-search-icon-wrap {
  position: absolute;
  left: 1rem;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}

.custom-header-search .s-search-icon svg {
  width: 29px;
  height: 27px;
  fill: #ffffff;
}

/* Expanded state - expands to RIGHT */
.custom-header-search .s-search-input:focus,
.custom-header-search .s-search-input:active,
.custom-header-search:hover .s-search-input {
  cursor: text;
}

.custom-header-search:focus-within .s-search-input-wrapper,
.custom-header-search .s-search-input-wrapper:focus-within {
  width: 280px;
}

.custom-header-search:focus-within .s-search-input::placeholder,
.custom-header-search .s-search-input:focus::placeholder {
  opacity: 1;
}

.custom-header-search:focus-within .s-search-input,
.custom-header-search .s-search-input:focus {
  padding: 0 1.5rem 0 3rem;
  text-align: right;
}

.s-search-inline {
  min-width: 50px;
}

.custom-header-search .s-search-results {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-height: 400px;
  overflow-y: auto;
  z-index: 10002;
  width: 280px;
}
/* ========== Contact Button Styling =========== */
.custom-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #1d1f1f;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  height: 40px;
}

.custom-contact-btn:hover {
  color: #0f3c70;
  transform: translateY(-1px);
}

.custom-contact-btn:active {
  transform: translateY(0);
}

/* ========== Cart Icon Customization ========== */
.custom-nav-right-actions salla-cart-summary {
  margin: 0;
}

.custom-nav-right-actions .s-cart-summary-wrapper {
  display: flex;
  border-radius: 20px;
  background: transparent !important;
  transition: all 0.3s ease;
  text-decoration: none;
  height: 40px;
}

.custom-nav-right-actions .s-cart-summary-wrapper:hover {
  background: #f3f4f6;
  margin: 0;
}

/* Replace bag icon with cart icon */
.custom-nav-right-actions .s-cart-summary-icon,
.custom-nav-right-actions .header-btn__icon {
  display: none !important;
}

.custom-nav-right-actions #s-cart-icon {
  position: relative;
  width: 24px;
  height: 24px;
}

.custom-nav-right-actions #s-cart-icon::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23154f90' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.custom-nav-right-actions .s-cart-summary-count {
  position: absolute;
  top: -2px;
  right: -13px;
  background: #ef4444;
  color: white;
  font-size: 11px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 2px;
  border: 2px solid white;
}

.custom-nav-right-actions .s-cart-summary-content {
  display: none;
}

/* Show cart total on hover */
.custom-nav-right-actions
  .s-cart-summary-wrapper:hover
  .s-cart-summary-content {
  display: block;
  font-size: 13px;
  color: #154f90;
  font-weight: 600;
}

/*  Header Responsive  */

@media (max-width: 1024px) {
  .custom-header-search {
    display: none !important;
  }
  .custom-header-search {
    width: 220px;
  }

  .custom-contact-btn {
    padding: 0.5rem 1rem;
    font-size: 13px;
  }
  .main-menu > li > a[href*="offer"] {
    color: #222 !important;
  }
  .custom-nav-right-actions .s-cart-summary-count {
    top: 0px;
    right: -9px;
    min-height: 18px;
  }
}

@media (max-width: 768px) {
  .custom-nav-right-actions {
    gap: 0.75rem;
  }

  /* Hide search on mobile */
  .custom-header-search {
    display: none !important;
  }

  .custom-contact-btn {
    padding: 0.5rem 1rem;
    font-size: 13px;
    height: 36px;
  }

  .custom-nav-right-actions .s-cart-summary-wrapper {
    padding: 0.375rem 0.5rem;
    height: 36px;
  }

  .custom-nav-right-actions #s-cart-icon {
    width: 20px;
    height: 20px;
  }

  .custom-nav-right-actions #s-cart-icon::before {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .custom-nav-right-actions {
    gap: 0.5rem;
  }

  .custom-contact-btn span {
    display: none;
  }

  .custom-contact-btn::after {
    content: "تواصل معنا";
    font-size: 13px;
  }

  .custom-contact-btn {
    padding: 0.5rem 0.75rem;
    min-width: 36px;
  }
}
/* ================== End Header ===================== */

/* ================== Start Hero Slider ===================== */
.s-block--hero-slider {
  padding-top: 10px;
  width: 100%;
  background: #edeaea;
  padding: 40px 0;
  margin-bottom: 50px;
  border-radius: 80px;
}

.s-block--hero-slider .s-slider-block__title,
.s-block--hero-slider > salla-slider {
  display: none;
}

.bk-slider {
  position: relative;
  width: 100vw;
  max-width: 1300px;
  overflow: hidden;
  min-height: 620px;
  margin: 0 auto;
}

.hero-swiper {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}

.hero-swiper .swiper-wrapper {
  position: relative;
}

.hero-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 45px;
}

.hero-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: all 0.4s ease;
}

.hero-swiper .swiper-slide-active::before {
  background: rgba(0, 0, 0, 0.1);
}

.bk-slider .navigations-actions {
  position: absolute;
  min-width: 270px;
  height: auto;
  z-index: 20;
  bottom: 7%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.bk-slider .navigations-actions .swiper-button-prev,
.bk-slider .navigations-actions .swiper-button-next {
  color: #7f7f7f;
  width: 20px;
  transition: all 0.3s ease;
}

.bk-slider .navigations-actions .swiper-button-prev i,
.bk-slider .navigations-actions .swiper-button-next i {
  font-size: 25px;
}

.bk-slider .navigations-actions .swiper-button-prev:hover,
.bk-slider .navigations-actions .swiper-button-next:hover {
  transform: scale(1.1);
}

.bk-slider .navigations-actions .swiper-button-prev::after,
.bk-slider .navigations-actions .swiper-button-next::after {
  display: none;
  content: "";
}

.bk-slider .navigations-actions .swiper-pagination {
  position: relative;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
}

.bk-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  text-align: center;
  opacity: 1;
  background: #a5a5a5;
  backdrop-filter: blur(10px);

  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.bk-slider .swiper-pagination-bullet:hover {
  background: #2064cb;
  border: 2px soclid #2064cb;
  transform: scale(1.2);
}

.bk-slider .swiper-pagination-bullet-active {
  color: transparent;
  background: #2064cb;
  border-color: #2064cb;
  transform: scale(1.07);
  width: 10px;
  height: 10px;
}

/* Fix search results z-index */
.custom-header-search .s-search-modal {
  position: relative;
  z-index: 10000 !important;
  isolation: auto !important;
}

.custom-header-search .s-search-container {
  position: relative;
  z-index: 10001 !important;
  isolation: auto !important;
}

.custom-header-search .s-search-results {
  position: absolute !important;
  z-index: 10002 !important;
  isolation: auto !important;
}

/* Force header above slider */
header.store-header {
  position: relative;
  z-index: 1000 !important;
}

#mainnav {
  position: relative;
  z-index: 1000 !important;
}

/* Force hero slider below */
.s-block--hero-slider,
.bk-slider,
.hero-swiper,
.swiper {
  position: relative;
  z-index: 1 !important;
}

.swiper-wrapper,
.swiper-slide {
  z-index: 1 !important;
}

.swiper * {
  z-index: auto !important;
}

.swiper-pagination,
.swiper-button-next,
.swiper-button-prev {
  z-index: 10 !important;
}
/* Hero Slider Responsive */
@media (max-width: 1280px) {
  .s-block--hero-slider {
    border-radius: 55px;
  }
  .bk-slider {
    min-height: 580px;
  }
}

@media (max-width: 1023px) {
  .hero-swiper {
    width: 100%;
    height: 350px;
  }

  .hero-swiper .swiper-button-prev {
    left: -60px;
  }

  .hero-swiper .swiper-button-next {
    right: -60px;
  }

  .slide-content h2 {
    font-size: 28px;
  }

  .slide-content p {
    font-size: 16px;
  }

  .hero-swiper .swiper-button-prev,
  .hero-swiper .swiper-button-next {
    bottom: -80px;
  }

  .hero-swiper .swiper-button-prev {
    left: calc(50% - 100px);
  }

  .hero-swiper .swiper-button-next {
    right: calc(50% - 100px);
  }

  .bk-slider {
    min-height: 478px;
  }
  .bk-slider .navigations-actions {
    min-width: 210px;
  }
  .bk-slider .navigations-actions .swiper-button-prev i,
  .bk-slider .navigations-actions .swiper-button-next i {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .s-block--hero-slider {
    padding: 50px 0;
  }

  .bk-slider {
    padding: 30px 0 120px;
  }

  .hero-swiper {
    width: 100%;
    height: 320px;
  }

  .hero-swiper .swiper-button-prev,
  .hero-swiper .swiper-button-next {
    width: 45px;
    height: 45px;
    bottom: -90px;
  }

  .hero-swiper .swiper-button-prev {
    left: calc(50% - 80px);
  }

  .hero-swiper .swiper-button-next {
    right: calc(50% - 80px);
  }

  .hero-swiper .swiper-button-prev::after,
  .hero-swiper .swiper-button-next::after {
    font-size: 18px;
  }

  .bk-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .bk-slider .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }

  .slide-content {
    padding: 25px;
  }

  .slide-content h2 {
    font-size: 24px;
  }

  .slide-content p {
    font-size: 15px;
  }
}

@media (max-width: 630px) {
  .hero-swiper {
    width: 100%;
    height: 280px;
  }

  .slide-content {
    padding: 20px;
  }

  .slide-content h2 {
    font-size: 20px;
  }

  .slide-content p {
    font-size: 14px;
  }

  .bk-slider {
    min-height: 360px !important;
    max-height: 435px !important;
  }
  .s-block--hero-slider {
    padding: 22px 0 40px 0;
  }

  .hero-swiper .swiper-slide {
    border-radius: 20px;
  }
}

/* ================== End Hero Slider ===================== */

/* ============ Start Categories Slider ============ */
.s-block--categories .s-slider-block__title {
  display: none;
}

.s-block--categories,
.s-block--categories .s-slider-container,
.s-block--categories .s-slider-swiper-wrapper .swiper-slide {
  overflow: visible;
}

.s-block--categories .s-slider-swiper-wrapper {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.s-block--categories .s-slider-swiper-wrapper .swiper-slide a {
  border: none;
}

.s-block--categories .s-slider-swiper-wrapper .swiper-slide a:hover {
  transform: translateY(-12px);
}

.s-block--full-bg + .merge-with-top-component {
  margin-top: -6rem;
}

@media (max-width: 1023px) {
  .s-block--categories,
  .s-block--categories .s-slider-container,
  .s-block--categories .s-slider-swiper-wrapper .swiper-slide {
    overflow: hidden;
  }
  .s-block--categories .s-slider-swiper-wrapper {
    background-color: transparent;
  }

  .slide--cat-entry {
    height: 6.5rem;
  }
  .slide--cat-entry i {
    font-size: 28px;
  }
  .slide--cat-entry h2 {
    font-size: 0.845rem;
  }
}

@media (max-width: 768px) {
  .s-block--categories,
  .s-block--categories .s-slider-container,
  .s-block--categories .s-slider-swiper-wrapper .swiper-slide {
    overflow: hidden;
  }
}

/* ============ End Categories Slider ============ */

/* ============ Start Logos Slider ============ */
.s-block--logos-slider .container .s-block__title .right-side h2 {
  font-size: 1.525rem;
  color: #4e4e4e;
}

.s-block--logos-slider .container .s-block__title a.s-block__display-all {
  color: #2064cb;
  text-decoration: underline;
  font-size: 1.075rem;
}

.s-block__title_link--wrapper {
  color: #266dd8;
  font-size: 1.175rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.s-block--logos-slider .container div.grid {
  gap: 1.5rem;
}

.s-block--logos-slider .container div.grid a.brand-item,
.s-block--logos-slider {
  background-color: transparent;
}

.s-block--logos-slider .container .divider-line {
  border: none;
  height: 2px;
  margin-bottom: 20px;

  background: linear-gradient(
    90deg,
    transparent 0%,
    #4e4e4e81 65%,
    transparent 100%
  );
  border-radius: 100%;
  opacity: 0.8;
}
/* Responsive */
@media (max-width: 1023px) {
  .s-block--logos-slider .container .s-block__title .right-side h2 {
    font-size: 1.255rem;
  }
  .s-block__title_link--wrapper {
    font-size: 1.125rem;
  }
  .brand-item {
    height: 5rem;
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .s-block--logos-slider .container .s-block__title .right-side h2 {
    font-size: 1.05rem;
  }
  .s-block--logos-slider .container .s-block__title a.s-block__display-all {
    font-size: 1.01rem;
  }
  .s-block--logos-slider .container div.grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .index .brand-item {
    padding: 0rem;
    height: 3rem;
  }
}

@media (max-width: 520px) {
  .s-block--logos-slider .container .s-block__title .right-side h2 {
    font-size: 0.95rem;
  }
  .s-block--logos-slider .container .s-block__title a.s-block__display-all,
  .s-block__title_link--wrapper {
    font-size: 0.98rem;
  }
  .s-block--logos-slider .container div.grid {
    gap: 0.1rem;
    row-gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .index .brand-item {
    padding: 0rem;
    height: 2.5rem;
    justify-self: center;
  }
}
/* ============ End Logos Slider ============ */

/* ============= Start Best Offers  ================*/
#custom-combined-section {
  margin: 0 auto;
  padding: 3rem 1rem;

  overflow: hidden;
}

#custom-combined-section .banner-entry {
  position: relative;
  border-radius: 45px;
  overflow: hidden;
  height: 280px;
  background-size: cover;
  background-position: center;
  display: block;
  transition: transform 0.3s ease;
}

#custom-combined-section .banner-entry:hover {
  transform: scale(1.02);
}

#custom-combined-section .banner-entry::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: transparent;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

#custom-combined-section .banner-entry:hover::before {
  opacity: 1;
}

#custom-combined-section .banner-entry__text {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 30%;
  color: #222;
  z-index: 2;
  padding: 0.2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  backdrop-filter: blur(0px);
  background: transparent;
  opacity: 0;
  transition: all 0.4s ease;
  text-align: right;
}

#custom-combined-section .banner-entry:hover .banner-entry__text {
  backdrop-filter: blur(16px);
  background: rgba(0, 0, 0, 0.35);
  opacity: 1;
}

#custom-combined-section .banner__title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 0.95;
  color: #212020;
  transform: translateY(10px);
  transition: transform 0.4s ease 0.1s;
}

#custom-combined-section .banner-entry:hover .banner__title {
  transform: translateY(0);
}

#custom-combined-section .banner__description {
  text-align: right;
  font-size: 0.85rem;
  line-height: 1.2;
  color: #212020;
  transform: translateY(10px);
  transition: transform 0.4s ease 0.15s;
}
#custom-combined-section .banner-entry:hover .banner__description {
  transform: translateY(0);
}

/* Title */
#custom-combined-section .s-slider-block__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

#custom-combined-section .s-slider-block__title-left {
  display: none;
}

.s-slider-block__title {
  border: 1.2px solid transparent;
  border-radius: 8px;
  padding: 2px 6px 2px 20px;
  width: fit-content;
  background-image:
    linear-gradient(#f9fafb, #f9fafb),
    linear-gradient(to top, #3d79d3 0%, rgba(206, 206, 206, 0.4) 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0px 4px 10px rgba(32, 100, 203, 0.1);
}

#custom-combined-section
  .s-slider-block__title-right:not(#s-slider-block__title) {
  display: none;
}

#custom-combined-section #s-slider-block__title h2 {
  font-size: 1.98rem;
  font-weight: 700;
  color: #3f3f3f;
  margin: 0;
}

@media (max-width: 1023px) {
  .s-block s-block--banners container {
    padding-left: 0px;
    padding-right: 0px;
  }
  #custom-combined-section #s-slider-block__title h2 {
    font-size: 1.78rem;
  }
  #custom-combined-section .s-block--banners .grid {
    gap: 1rem;
    margin-bottom: 2rem;
  }
  #custom-combined-section .banner-entry {
    height: 245px;
    border-radius: 35px;
  }
}

@media (max-width: 768px) {
  #custom-combined-section #s-slider-block__title h2 {
    font-size: 1.58rem;
  }
  #custom-combined-section {
    padding: 0 0.5rem;
  }
  #custom-combined-section
    .banner-entry
    article.banner-entry__text
    h3.banner__title {
    font-size: 1rem !important;
  }
  #custom-combined-section
    .banner-entry
    article.banner-entry__text
    p.banner__description {
    font-size: 0.85rem !important;
  }
  #custom-combined-section .banner__title {
    margin-bottom: 0rem;
  }
  #custom-combined-section
    .banner-entry
    article.banner-entry__text.text-with-border {
    padding: 0rem 1.5rem 1rem 1.5rem;
    background-color: #00000040;
    backdrop-filter: blur(10px);
  }
  #custom-combined-section .banner-entry__text {
    opacity: 1;
  }
}
/* ========= End Best Offers  =========== */

/* =============== Start Custom Product Card =============== */
#custom-combined-section custom-salla-product-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  display: block;
  height: 100%;
}

#custom-combined-section custom-salla-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  border-color: #e8e8e8;
}

#custom-combined-section .s-product-card-image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  background: #fafafa;
}

#custom-combined-section .s-product-card-image img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 85%;
  height: 85%;
  object-fit: contain;
  padding: 1.5rem;
}

custom-salla-product-card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  max-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

custom-salla-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

custom-salla-product-card .s-product-card-image {
  height: 180px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
}

custom-salla-product-card .s-product-card-promotion-title {
  background-color: #ff3300;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 0 8px 8px 0;
  top: 20px;
  right: auto;
  left: 2px;
}

custom-salla-product-card .s-product-card-wishlist-btn {
  display: none;
}

custom-salla-product-card .s-product-card-content-title a {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

custom-salla-product-card .s-product-card-content-sub {
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 15px;
}

custom-salla-product-card .s-product-card-sale-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5px;
  font-weight: bold;
}

custom-salla-product-card .s-product-card-sale-price h4,
custom-salla-product-card .s-product-card-price {
  color: #333;
  font-size: 15px;
  display: inline-block;
  display: flex;
  align-items: center;
  gap: 6px;
}

custom-salla-product-card .s-product-card-sale-price h4 span.sar {
  color: #333;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none !important;
}

custom-salla-product-card .s-product-card-sale-price span span.sar {
  display: inline-block;
  font-size: 17px;
  text-decoration: none !important;
  font-weight: 500;
}

custom-salla-product-card .s-product-card-content-footer {
  margin-top: auto;
}

#custom-combined-section
  custom-salla-product-card
  .s-product-card-sale-price
  h4 {
  color: #333;
}
custom-salla-product-card salla-add-product-button .s-button-element {
  background-color: #154f90; /* اللون الأزرق الغامق */
  color: #fff;
  border: none;
  border-radius: 50px; /* شكل الكبسولة */
  width: 100%;
  padding: 10px 0;
  font-weight: bold;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

custom-salla-product-card salla-add-product-button .s-button-element:hover {
  background-color: #0f3c70; /* أغمق سنة عند اللمس */
}

custom-salla-product-card salla-add-product-button i {
  color: #fff;
}

custom-salla-product-card .s-product-card-sale-price,
.s-product-card-sale-price h4 {
  color: #333 !important;
}

salla-add-product-button salla-button button .s-button-text {
  display: flex;
  flex-direction: row-reverse;
  gap: 6px;
}
#custom-combined-section
  custom-salla-product-card
  .s-product-card-sale-price
  h4,
#custom-combined-section
  custom-salla-product-card
  .s-product-card-sale-price
  h4
  .sar,
h4 .sar {
  color: #333 !important;
}

custom-salla-product-card .s-product-card-sale-price > span {
  color: #ff3300 !important;
}
custom-salla-product-card .s-product-card-sale-price span span {
  color: #ff3300 !important;
}
.s-product-card-content {
  padding: 0.55rem !important;
}
/* Responsive */
@media (max-width: 1024px) {
  custom-salla-product-card {
    max-height: 390px;
  }
  custom-salla-product-card salla-add-product-button .s-button-element {
    font-size: 13px;
    padding: 7px 0;
  }
}
@media (max-width: 600px) {
  custom-salla-product-card .s-product-card-promotion-title {
    font-size: 10px;
    padding: 3px 10px;
  }
}
/* =============== End Custom Product Card =============== */

/*============= Start Featured Products ===========*/
#custom-combined-section custom-salla-product-card {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: unset;
  max-height: unset;
}

#custom-combined-section custom-salla-product-card .s-product-card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

#custom-combined-section
  custom-salla-product-card
  .s-product-card-content-main {
  flex-grow: 1;
}

#custom-combined-section
  custom-salla-product-card
  .s-product-card-content-footer {
  margin-top: auto;
}

#custom-combined-section custom-salla-product-card .s-product-card-image img {
  object-fit: contain;
}

#custom-combined-section
  custom-salla-product-card
  .s-product-card-sale-price
  h4 {
  color: #ff5722;
}

#custom-combined-section
  custom-salla-product-card
  .s-product-card-sale-price
  h4
  .sar {
  color: #ff5722;
}

#custom-combined-section custom-salla-product-card .s-product-card-image {
  height: 160px;
}

#featured-products-style2-5 .container {
  display: flex;
  flex-direction: column-reverse;
  gap: 65px;
}

#featured-products-style2-5 > div > div.tabs.hide-scroll {
  margin-bottom: -35px;
}

#featured-products-style2-5
  > div
  > div.tabs.hide-scroll
  > salla-button.tab-trigger.is-active.s-button-wrap.hydrated
  > button {
  background-color: #154f90 !important;
  border-color: #154f90 !important;
  color: #fff !important;
  width: 26%;
  border-radius: 50px;
}

#featured-products-style2-5
  > div
  > div.tabs.hide-scroll
  > salla-button:nth-child(2)
  > button {
  background-color: transparent !important;
  border-color: #154f90 !important;
  color: #222 !important;
  width: 26% !important;
  border-radius: 50px;
}

/* Responsive */
@media (max-width: 600px) {
  #featured-products-style2-5
    > div
    > div.tabs.hide-scroll
    > salla-button.tab-trigger.is-active.s-button-wrap.hydrated
    > button,
  #featured-products-style2-5
    > div
    > div.tabs.hide-scroll
    > salla-button:nth-child(2)
    > button {
    width: 37% !important;
  }

  #featured-products-style2-5 .container {
    gap: 53px;
    margin-bottom: 29px;
  }
}

@media (max-width: 430px) {
  #featured-products-style2-5
    > div
    > div.tabs.hide-scroll
    > salla-button.tab-trigger.is-active.s-button-wrap.hydrated
    > button,
  #featured-products-style2-5
    > div
    > div.tabs.hide-scroll
    > salla-button:nth-child(2)
    > button {
    width: 45% !important;
  }
}
/*============= End Featured Products ===========*/

/* =========== Start Big Devices ================ */
section.s-block-tabs + section.s-block.s-block--banners.container > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

section.s-block-tabs + section.s-block.s-block--banners.container > div > a {
  position: relative;
  border-radius: 45px;
  overflow: hidden;
  height: 280px;
  background-size: cover;
  background-position: center;
  display: block;
  transition: transform 0.3s ease;
}

section.s-block-tabs
  + section.s-block.s-block--banners.container
  > div
  > a:hover {
  transform: scale(1.02);
}

section.s-block-tabs
  + section.s-block.s-block--banners.container
  > div
  > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: transparent;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

section.s-block-tabs
  + section.s-block.s-block--banners.container
  > div
  > a:hover::before {
  opacity: 1;
}

section.s-block-tabs
  + section.s-block.s-block--banners.container
  > div
  > a
  > article.banner-entry__text {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 30%;
  color: white;
  z-index: 2;
  padding: 0.2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  backdrop-filter: blur(0px);
  background: transparent;
  opacity: 0;
  transition: all 0.4s ease;
  text-align: right;
}

section.s-block-tabs
  + section.s-block.s-block--banners.container
  > div
  > a:hover
  > article.banner-entry__text {
  backdrop-filter: blur(16px);
  background: rgba(0, 0, 0, 0.35);
  opacity: 1;
}

section.s-block-tabs
  + section.s-block.s-block--banners.container
  > div
  > a
  > article
  > h3.banner__title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 0.95;
  color: white;
  transform: translateY(10px);
  transition: transform 0.4s ease 0.1s;
}

section.s-block-tabs
  + section.s-block.s-block--banners.container
  > div
  > a:hover
  > article
  > h3.banner__title {
  transform: translateY(0);
}

section.s-block-tabs
  + section.s-block.s-block--banners.container
  > div
  > a
  > article
  > p.banner__description {
  text-align: right;
  font-size: 0.85rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.95);
  transform: translateY(10px);
  transition: transform 0.4s ease 0.15s;
}

section.s-block-tabs
  + section.s-block.s-block--banners.container
  > div
  > a:hover
  > article
  > p.banner__description {
  transform: translateY(0);
}

a.custom-banner-link {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  padding-bottom: 10px;
}
/* Responsive */
@media (max-width: 768px) {
  section.s-block-tabs + section.s-block.s-block--banners.container > div {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }

  section.s-block-tabs + section.s-block.s-block--banners.container > div > a {
    height: 220px;
  }

  section.s-block-tabs
    + section.s-block.s-block--banners.container
    article.banner-entry__text.text-with-border {
    padding: 0rem 1.5rem 1rem 1.5rem;
    background-color: #00000040;
    backdrop-filter: blur(10px);
    opacity: 1;
  }

  section.s-block-tabs
    + section.s-block.s-block--banners.container
    .banner-entry__text {
    opacity: 1;
  }
}
/* =========== End Big Devices ================ */

/* =========== Start Full Banner ================ */
.s-block--full-banner {
  background-color: #e0dfe8;
  padding: 60px 0;
  margin: 5rem 0;
  display: flex;
  flex-direction: column;
}

.s-block--full-banner .full-banner-entry {
  width: 84%;
  margin: auto;
  border-radius: 84px;
}

.s-block--full-banner .full-banner-entry .overlay,
.s-block--full-banner .full-banner-entry .flex {
  display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .s-block--full-banner {
    padding: 20px 0;
  }
  .s-block--full-banner .full-banner-entry {
    width: 97%;
    border-radius: 50px;
  }
}
/* =========== End Full Banner ================ */

/* ========== Start Last Features Section ============*/
section.s-block.s-block--features.container {
  background-color: #e0dfe8;
  margin: 30px auto 0 auto !important;
  gap: 1.2rem;
}

section.s-block.s-block--features.container .s-block--features__item {
  align-items: start;
  border-radius: 0.475rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  background-color: #124ba3;
  padding: 2rem 1rem;
  text-align: right;
  transition-duration: 0.5s;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

section.s-block.s-block--features.container .s-block--features__item h2 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #ffff;
}

section.s-block.s-block--features.container .s-block--features__item p {
  font-size: 0.875rem;
  color: #ffff;
  line-height: 1.5rem;
}

section.s-block.s-block--features.container
  .s-block--features__item
  .feature-icon {
  display: flex;
  height: 4rem;
  justify-content: center;
  margin-bottom: 0.75rem;
  overflow: hidden;
  width: 4rem;
  color: #ffff;

  background-color: transparent;
}

section.s-block.s-block--features.container
  .s-block--features__item
  .feature-icon
  i {
  color: #ffff;
  font-size: 2.05rem;
  line-height: 2.25rem;
}

@media (max-width: 768px) {
  section.s-block.s-block--features.container .s-block--features__item {
    padding: 1rem 0.8rem;
  }

  section.s-block.s-block--features.container
    .s-block--features__item
    .feature-icon {
    height: 3rem;
    width: 3rem;
  }

  section.s-block.s-block--features.container
    .s-block--features__item
    .feature-icon
    i.sicon-store2 {
    font-size: 1.95rem;
  }
  section.s-block.s-block--features.container .s-block--features__item h2 {
    font-size: 1.04rem;
    margin-bottom: 0.3rem;
  }
  section.s-block.s-block--features.container .s-block--features__item p {
    font-size: 0.775rem;
    line-height: 1.3rem;
  }
}
/* ========== End Last Features Section ============*/

/* ========== Start Footer ============*/
.store-footer {
  margin-top: 2rem;
  position: relative;
  background-color: #0b2c5e !important;
  color: #fff;
}
.store-footer .store-footer__inner {
  border-bottom: 1px hsl(0deg 0% 100% / 40%);
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: #0b2c5e;
  padding: 2.7rem 0;
}

footer .s-social-list {
  display: flex;
  gap: 0.425rem;
}

footer .s-social-link a,
footer #contact-slot,
footer .s-social-icon,
:after,
:before {
  border: none !important;
}

footer .s-social-icon svg {
  height: 1.875rem;
  width: 1.2rem;
}

footer .s-contacts-item .s-contacts-icon {
  margin-left: 0.325rem;
}

footer .s-contacts-item .s-contacts-icon svg {
  height: 1.875rem;
  width: 1.1rem;
}
footer .copyright-text p,
footer .copyright-text p a {
  color: #ffffffb3;
  font-size: 0.875rem;
}

footer .s-contacts-icon {
  border-width: 0 !important;
}

#app
  > div.app-inner.flex.flex-col.min-h-full
  > footer
  > div.store-footer__inner
  > div
  > div:nth-child(2),
#app
  > div.app-inner.flex.flex-col.min-h-full
  > footer
  > div.store-footer__inner
  > div
  > div:nth-child(3) {
  padding-top: 2.7rem;
}

custom-footer-logo {
  max-width: 150px;
  height: 150px;
  transform: rotate(90deg);
}

custom-footer-logo a {
  background-position: -1px center;
  object-fit: fill;
}

custom-footer-logo a article {
  display: none;
}

/* ========== End Footer ============*/

/* ============ Start WhatsApp Button ============ */
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
  animation: pulse 1.5s infinite;
}

.whatsapp-button:hover {
  transform: scale(1.1);
}

.whatsapp-button img {
  width: 35px;
  height: 35px;
}

@media (max-width: 768px) {
  .whatsapp-button {
    bottom: 109px;
    width: 50px;
    height: 50px;
  }

  .whatsapp-button img {
    width: 30px;
    height: 30px;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
/* ============ End WhatsApp Button ============ */

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

/* ============= Start Offer Page ============= */

/* ============= End Offer Page ============= */

/* ====== Start Global Styles ====== */
.sicon-sar {
  margin: 0 4px;
  font-size: 20px;
}
.sicon-sar:before {
  font-size: 20px;
}

custom-salla-product-card {
  height: 478px !important;
}

@media (max-width: 1023px) {
  custom-salla-product-card {
    height: 478px !important;
  }
}
/* ====== End Global Styles ====== */