/* Blue block that belongs to Embla section */
.promo-blue-section {
    position: absolute;
    right: 0;
    top: 64px !important;
    width: 3%;
    min-width: 20px;
    height: 200px;
    background: #276ef1;
    border-radius: 18px 0px 0px 18px;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.45s cubic-bezier(.4,0,.2,1), opacity 0.45s ease;
    pointer-events: none;
    z-index: 5;
}
.slider-sec-bg-main section.home-promo-section {
    min-width: auto;
    box-shadow: unset;
    border-radius: 24px;
}

.promo-blue-section.is-visible {
  opacity: 1;
  transform: translateX(0);
}

@media (min-width: 769px) {
  .promo-blue-section {
    display: none;
  }
  .home-product-row {
    display: flex;
    flex-direction: row-reverse;
    gap: 14px;
    align-items: center;
    direction: rtl;
    margin-top: 50px;
    width: 100%;
}
}

/* ============================================
   🟣 lion – Home Promo Slide (Snappshop Style)
   - Smooth mobile hide/preview
   - Clean responsive structure
   ============================================ */

.home-promo-slide{
  position:relative;
  z-index:5;
  transition: transform 0.35s cubic-bezier(.4, 0, .2, 1), opacity 0.2s ease;
  will-change: transform, opacity;
      height: inherit;
      display: flex
;
  backface-visibility: hidden;
}

.home-promo-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px 24px 24px 0px;
    overflow: hidden;
    height: 100% !important;
    min-width: 240px;
    position: relative;
    box-shadow: -30px 0px 30px -12px #8080808c;
}

.home-promo-inner {
      display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: 376px;
    padding: 20px;
    color: #fff;
    text-decoration: none;
    transition: background 0.3s ease;
}
.home-product-row-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.home-promo-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
}

.home-promo-sub {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 12px;
}

.home-promo-countdown {
  /* background: rgba(255, 255, 255, 0.2); */
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
}

/* ============================================
   📱 Mobile – Slide Hide Animation
   ============================================ */
@media (max-width: 768px) {
  .home-promo-section{
    height:100% !important;
    border-radius:18px;
    box-shadow:0 8px 22px rgba(0,0,0,.08);
  }
  /* optional cosmetic edge glow while peeking */
  .home-promo-slide::after{
    content:"";
    position:absolute;top:0;right:-12px;width:24px;height:100%;
    background:linear-gradient(to left,rgba(255,255,255,.9),transparent);
    border-radius:16px 0 0 16px;
    pointer-events:none;
  }

  

  /* When partially hidden */
  .home-promo-slide.is-partial {
    transform: translateX(-60%); /* stops 40% still visible */
    opacity: 1;
  }

  /* Keep a visible edge */
  .home-promo-slide.is-partial::after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 24px;
    height: 100%;
    border-radius: 16px 0 0 16px;
    background: linear-gradient(to left, rgba(255,255,255,0.95), transparent);
    pointer-events: none;
  }
  
}

/* ============================================
   💻 Desktop adjustments
   ============================================ */
@media (min-width: 769px) {
  .home-promo-section {
    height: 260px;
  }
  .home-products.has-promo-sec {
    --promo-fixed-width: 200px;
  }
  .slider-sec-bg .home-promo-slide {
    width: var(--promo-fixed-width);
  }
  .home-products.has-fixed-promo {
    position: relative;
  }
  .home-products.has-fixed-promo .home-promo-fixed {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 20;
    pointer-events: none;
  }
  .home-products.has-fixed-promo .home-promo-fixed .home-promo-slide {
    width: 100%;
    height: 100%;
    pointer-events: auto;
  }
  .home-products.has-promo-sec .home-promo-fixed,
  .home-products.has-promo-sec .home-promo-placeholder {
    width: var(--promo-fixed-width);
  }
  .home-products.has-fixed-promo .home-promo-placeholder {
    background: transparent;
    pointer-events: none;
  }
  .home-promo-slide.is-fixed {
    transition: none;
  }
}



/* =======================================================
   lion PRODUCT SLIDER — FIXHUB STYLE MATCH FIGMA
   ======================================================= */

.home-product-row {
    display: flex
;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    direction: rtl;
    margin-top: 50px;
    width: 100%;
}
 




.home-promo-title {
  font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: right;
    width: 100%;
}
span.h {
    display: flex;
    gap: 5px;
}
.time-style-cd {
    width: 33px;
    height: 33px;
    display: flex
;
    justify-content: center;
    background: white;
    color: black;
    align-items: center;
    border-radius: 6px;
}
.home-promo-sub {
    font-size: 20px;
    margin-bottom: 10px !important;
    text-align: center;
    width: 100%;
    margin-top: 10px !important;
    font-weight: 800;
    border-radius: 50px !important;
    direction: ltr;
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.home-product-slider-regular bdi span.woocommerce-Price-currencySymbol {
    display: none;
}
.home-promo-inner:hover {
    color: white;
}

.home-promo-countdown {
  display: flex
;
    gap: 6px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    padding: 8px 16px;
    font-weight: 700;
    font-size: 18px;
    transition: 1s;
    width: 150px;
}






/* === PRODUCT SLIDER === */
.home-products {
  direction: rtl;
  flex: 1 1 auto;
  position: relative;
  padding: 0px 0px 50px;
  
}
.home-promo-background {
    width: 88%;
    height: 250px;
    position: absolute;
    left: 0px;
}


.home-products .swiper {
  overflow: visible;
}

.home-products .swiper-wrapper {
  align-items: stretch;
}

/* === PRODUCT SLIDE === */
.home-products .swiper-slide {
  background: #fff;
  border: 1px solid #E4E8F3;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px;
  width: 250px !important;
  
}

.home-products .swiper-slide:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
  transform: translateY(-2px);
}

/* === PRODUCT CARD DESIGN === */
.lion-product,
.home-product-slider {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 10px 12px 10px 12px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  display: grid;
}

.lion-product:hover,
.home-product-slider:hover {
  transform: translateY(-5px);
}

/* === Fav Button === */
.lion-fav,
.home-product-slider-fav {
      position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border: none;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    z-index: 3;
}
button.home-product-slider-fav {
    background: none;
}

.lion-fav:hover i,
.home-product-slider-fav:hover i {
  color: #00A693;
}

.lion-fav i,
.home-product-slider-fav i {
  color: #999;
  font-size: 16px;
}

/* === Thumbnail === */
.product-thumb img,
.home-product-slider-thumb img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.lion-product:hover .product-thumb img,
.home-product-slider:hover .home-product-slider-thumb img {
  transform: scale(1.05);
}

/* === Category === */
.home-product-slider-cat {
  font-size: 12px;
  color: #555F7B;
  margin-bottom: 0px;
  text-align: right;
  font-weight: 500;
}

/* === Title === */
.product-title,
.home-product-slider-title {
    font-size: 14px;
    font-weight: 400;
    color: #111;
    line-height: 2;
    margin-bottom: 12px;
    text-align: right;
    height: 60px;
}

.product-title a,
.home-product-slider-title a {
  color: inherit;
  text-decoration: none;
}

.product-title a:hover,
.home-product-slider-title a:hover {
  color: #00A693;
}

/* === Prices === */
.price-box, .home-product-slider-price {
display: grid
;
    justify-content: end;
    align-items: baseline;
    gap: 3px;
    flex-wrap: wrap;
    margin-bottom: 12px;
    margin-top: 20px;
    justify-items: end;
}

.price-box .sale-price,
.home-product-slider-sale {
  color: #222;
  font-weight: 700;
  font-size: 16px;
}

.price-box .regular-price,
.home-product-slider-regular {
  color: #aaa;
  font-size: 12px;
  text-decoration: line-through;
}
.home-product-slider-section-price {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
  height: 65px;
}
.price-box .discount,
.home-product-slider-discount {
      background: #F25637;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    padding: 0px 5px;
    font-weight: 700;
}

.lion_product_slider_item button.lion-fav-btn {
    padding-top: 0px;
    position: absolute;
    z-index: 10000;
    right: 10px;
}
button.lion-fav-btn:focus {
    background: none;
}
.home-product-slider-sale bdi {
    font-size: 14px;
}
.home-product-slider-sale bdi span.woocommerce-Price-currencySymbol {
    font-size: 12px;
    padding-right: 7px;
    font-weight: 400;
    color: #484747;
}

/* === Add to Cart === */
/* BASE BUTTON */
.add_to_cart_button,
.home-product-slider-add {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;
    background: #E6F6F4;
    border-radius: 8px;

    transition: background 0.8s ease;
    overflow: hidden;
    position: relative;
}

.home-product-slider-add.loading {
    pointer-events: none;
}

.home-product-slider-add .lion-spinner {
    position: absolute;
    inset: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.home-product-slider-add.loading img {
    opacity: 0;
}

.home-product-slider-add.loading .lion-spinner {
    opacity: 1;
    visibility: visible;
}

/* Smooth SVG transition (no gray flicker) */
.add_to_cart_button img,
.home-product-slider-add img {
    transition: filter 0.6s ease;
    will-change: filter;
}

/* SVG becomes white */
.add_to_cart_button:hover img,
.home-product-slider-add:hover img {
    filter: brightness(0) invert(1);
}

/* Subtle gradient on hover */
.add_to_cart_button:hover,
.home-product-slider-add:hover {
    background: linear-gradient(120deg, #00d0b9, #0f564e);
}

/* LEFT → RIGHT soft glow wave */
.add_to_cart_button::after,
.home-product-slider-add::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 130%;
    height: 100%;

    background: radial-gradient(
        circle at left center,
        rgba(255,255,255,0.25),
        transparent 70%
    );

    transition: left 1.8s ease;
}

/* Move glow gently into button */
.add_to_cart_button:hover::after,
.home-product-slider-add:hover::after {
    left: 0%;
}

/* === NAVIGATION === */
.home-products .swiper-button-next,
.home-products .swiper-button-prev {
  color: #00A693;
  transition: 0.3s;
}

.home-products .swiper-button-next:hover,
.home-products .swiper-button-prev:hover {
  color: #00A693;
}






/* =======================================================
   lion PRODUCT SLIDER — FULL WIDTH VERSION
   ======================================================= */

.lion_product_slider_section {
    display: flex
;
    width: 100%;
    position: relative;
    direction: rtl;
    flex-direction: column;
    margin-top: 0px;
    margin-bottom: 40px;
}

.lion_product_slider_title {
  text-align: right;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    padding: 0 10px;
    background: #0D0D12;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
/* margin-right: 30px; */
}
.lion-slider-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
}
.lion-slider-loader .spinner {
  width: 28px;
  height: 28px;
  border: 3px solid rgba(255,255,255,0.3);
  border-top-color: #00A693;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }


.lion_product_slider_wrapper {
  position: relative;
  width: 100%;
  padding: 10px 5px 0px;
}

.lion_product_slider_wrapper .swiper {
  overflow: visible;
}

.lion_product_slider_wrapper .swiper-wrapper {
  align-items: stretch;
}

/* === CARD === */
.lion_product_slider_card {
  width: 250px !important;
  background: #fff;
  border: 1px solid #f3f5f9;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
  overflow: hidden;
  transition: all 0.35s ease;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
      margin-right: -2.5px;
}


.lion_product_slider_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.07);
}

/* === OUT OF STOCK STATE === */
.lion_product_slider_card.is-outofstock{
  opacity: 0.72;
  filter: grayscale(1);
}
.lion_product_slider_card.is-outofstock:hover{
  transform: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}
.lion_product_slider_card.is-outofstock .lion_product_slider_thumb img{
  opacity: 0.85;
}
.lion_product_slider_regular.lion-outofstock{
  text-decoration: none;
  color: #6B7280;
  font-weight: 800;
}
.lion_product_slider_card.is-outofstock .home-product-slider-add,
.lion_product_slider_card.is-outofstock .lion_product_slider_add{
  background: #F3F4F6;
  border: 1px solid #E5E7EB;
  color: #6B7280 !important;
  pointer-events: none;
  width: auto;
  min-width: 78px;
  padding: 0 12px;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
}

/* === INNER STRUCTURE === */
.lion_product_slider_item {
  padding: 12px 14px 18px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* === FAVORITE BUTTON === */
.lion_product_slider_fav {
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
  
}
.lion-fav-btn img {
  width: 22px;
  height: 22px;
  transition: transform 0.25s ease, filter 0.3s ease, opacity 0.25s ease;
}
.lion-fav-btn:hover img {
  transform: scale(1.15);
}
button.lion-fav-btn {
    border: none;
    display: flex;
    transition: all 0.3s ease;
    padding: 0px;
    padding-top: 0px;
    position: absolute;
    z-index: 10000;
    right: 10px;

}
button.lion-fav-btn:hover {
    background: none;
    display: flex
;
}


.lion_product_slider_fav:hover img {
  filter: brightness(100) invert(1);
}

/* === THUMBNAIL === */
.lion_product_slider_thumb {
  text-align: center;
  margin-bottom: 12px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.lion_product_slider_thumb img {
  width: 100%;
  height: 130px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.lion_product_slider_card:hover .lion_product_slider_thumb img {
  transform: scale(1.07);
}

/* === CATEGORY === */
.lion_product_slider_cat {
  font-size: 12px;
  color: #555f7b;
  text-align: right;
  margin-bottom: 0px;
  font-weight: 400;
     display: flex;
    align-items: center;
    justify-content: space-between;
}

/* === TITLE === */
.lion_product_slider_name {
  font-size: 14px;
  font-weight: 400;
  color: #111;
  line-height: 2;
  margin-bottom: 0px;
  text-align: right;
}

.lion_product_slider_name a {
  color: inherit;
  text-decoration: none;
}

.lion_product_slider_name a:hover {
  color: #00A693;
}

/* === PRICE BOX === */
.lion_product_slider_price {
  display: grid;
  justify-content: flex-end;
  align-items: baseline;
  gap: 6px;
  margin: 20px 0 0px;
  justify-items: end;
}

.lion_product_slider_regular {
  font-size: 14px;
  color: #aaa;
  text-decoration: line-through;
}

.lion_product_slider_sale {
  font-size: 14px;
  font-weight: 700;
  color: #222;
}

.lion_product_slider_discount {
  background: #F25637;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    padding: 0px 5px;
    font-weight: 700;
}

.lion_product_slider_regular bdi {
    font-size: 12px;
}

/* === ADD TO CART === */
.lion_product_slider_add {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F9F9F9;
  color: #000 !important;
  border-radius: 16px;
  padding: 10px 0px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  width: 50px;
  height: 48px;
  gap: 10px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.lion_product_slider_price_section img {
    width: 30px;
}

.lion_product_slider_add:hover {
  
  color: #fff !important;
}
.lion_product_slider_add img {
      transition: 0.4s;
}
.lion_product_slider_add:hover img {
      padding-bottom: 5px;
}



.lion_product_slider_add.loading {
  pointer-events: none;
  opacity: 0.7;
}

.lion_product_slider_add .lion-spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-top-color: #00A693;
  border-radius: 50%;
  animation: lion-spin 0.6s linear infinite;
  vertical-align: middle;
  margin-left: 6px;
}

/* === SWIPER NAV === */
.lion_product_slider_wrapper .swiper-button-next,
.lion_product_slider_wrapper .swiper-button-prev {
  color: #00A693;
  transition: 0.3s;
}

.lion_product_slider_wrapper .swiper-button-next:hover,
.lion_product_slider_wrapper .swiper-button-prev:hover {
  color: #4560FC;
}

/* === ANIMATIONS === */
@keyframes lion-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes cartBounce {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}

/* === RESPONSIVE === */
@media (max-width: 1280px) {
  .lion_product_slider_card { width: 230px !important; }
}
@media (max-width: 1024px) {
  .lion_product_slider_card { width: 200px !important; }
  .lion_product_slider_title { font-size: 20px; padding-right: 0px; }
}
@media (max-width: 768px) {
  .lion_product_slider_title { text-align: center; margin: 0px; font-size: 14px; }
  .lion_product_slider_wrapper { padding: 10px 0px 0px; }
}
@media (max-width: 480px) {
  .lion_product_slider_card { width: 210px !important; margin: 0 auto; }
}

.swiper-pagination {
  bottom: 10px !important;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
  opacity: 1;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #00A693; /* your purple gradient color */
  width: 24px;
  border-radius: 8px;
}

.lion_product_slider_price_top span.woocommerce-Price-currencySymbol {
    display: none;
}
.lion_product_slider_price span.woocommerce-Price-currencySymbol {
    font-size: 12px;
    padding-right: 7px;
    font-weight: 400;
    color: #484747;
}


/*star's for product*/

.lion_product_slider_rating_img {
  display: flex;
  align-items: center;
  gap: 6px;
  direction: ltr;
  margin: 0px 0 0px;
}

.lion_product_slider_rating_img .star-wrapper {
  position: relative;
  width: 15px;
  height: 15px;
}

.lion_product_slider_rating_img .star-bg img,
.lion_product_slider_rating_img .star-fill img {
  width: 100%;
  height: 100%;
  display: block;
}

.lion_product_slider_rating_img .star-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.lion_product_slider_rating_img .star-fill {
  position: absolute;
  inset: 0;
  overflow: hidden;
  white-space: nowrap;
  
}

.lion_product_slider_rating_img .lion_rating_number {
  font-size: 12px;
  font-weight: 500;
  color: #1E1E1E;
  font-family: 'KalamehWebFaNum', sans-serif;
}



/*cart pop up tool tip*/

.lion-cart-toast {
  position: absolute;
  bottom: -48px;
  right: -50px;
  background: #00A693;
  color: #fff;
  font-size: 16px;
  padding: 8px 14px;
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  transform: translateY(8px);
  transition: all 0.4s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  z-index: 9999;
  height: 40px;
}
.lion-cart-toast.visible {
  opacity: 1;
  transform: translateY(0);
}


a.lion_product_slider_more {
    background: #F9F9F9;
    font-size: 16px;
    color: black;
    padding: 10px 20px;
    border-radius: 5px;
    transition: 1s;
}
a.lion_product_slider_more:hover {
    border: 1px solid #ededed !important;
}

.lion_product_slider_top.section {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}

.lion_product_slider_price_section {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    height: 74px;
}
.embla__slide.home-product-slider-card {
    width: 250px !important;
    background: #fff;
    border: 1px solid #f3f5f9;
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    transition: all 0.35s ease;
    height: auto;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    margin-right: -2.5px;
}


/* Embla base */
.embla {
  overflow: hidden;
  direction: rtl;
  width: 100%;
}

.embla__container {
  display: flex;
  gap: 20px;
  will-change: transform;
}

.embla__slide {
  flex: 0 0 auto;
}

.embla,
.embla__viewport {
  touch-action: pan-y;
}

.embla__slide,
.embla__slide.home-product-slider-card,
.lion_product_slider_card {
  backface-visibility: hidden;
}
/* Fade Masks */
.lionSwiper {
  position: relative;
}

.lionSwiper::before,
.lionSwiper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}

.lionSwiper::before {
  right: 0;
  /* background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0)); */
}

.lionSwiper::after {
  left: 0;
  /* background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0)); */
}

/* Pagination Dots */
.embla__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.embla__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #d2d2d2;
  cursor: pointer;
  transition: all 0.25s ease;
      padding: 0px;
}

.embla__dot.is-selected {
  background: #00A693;
  width: 14px;
  border-radius: 10px;
}









/* ===========================================
   lion BLOG SLIDER (Dark Overlay Layout)
=========================================== */
.lion_blog_slider_section {
  padding: 0px 0;
  direction: rtl;
  overflow: hidden;
  margin-bottom: 80px;
}

.lion_blog_slider_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 0px;
    padding-right: 12px;
}

.lion_blog_slider_title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #111;
}

.lion_blog_slider_more {
  font-size: 0.95rem;
  color: #00A693;
  text-decoration: none;
  transition: color 0.2s ease;
}
.lion_blog_slider_more:hover { color: #4560FC; }

.lion_blog_slider_grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: auto;
  padding: 0 12px 8px;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 12px;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
}

.lion_blog_slider_grid::-webkit-scrollbar {
  display: none;
}

.lion_blog_slider_grid {
  scrollbar-width: none;
}

.lion_blog_slider_card {
  flex: 0 0 300px;
  max-width: 300px;
  scroll-snap-align: start;
}

.lion_blog_slider_item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  height: 400px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: white;
}
.lion_blog_slider_item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.lion_blog_slider_thumb {
    width: 270px;
    height: 165px;
    background: white;
    color: black;
    display: grid
;
    justify-items: center;
    overflow: hidden;
    border-radius: 14px;
    margin-top: 13px;
}
.lion_blog_slider_thumb-section {
    display: flex;
    align-items: center;
    justify-content: center;
        flex-direction: column;
}
.lion_blog_slider_thumb img {
  width: 270px;
  height: 165px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.lion_blog_slider_item:hover img { transform: scale(1.05); }

.lion_blog_slider_overlay {
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #000;
  padding: 10px 20px;
}

.lion_blog_slider_meta {
  display: flex;
  justify-content: space-between;
      align-items: center;
}
.lion_blog_slider_cat {
  color: #000;
  background: rgba(255,255,255,0.15);
  padding: 2px 0px;
  border-radius: 6px;
  font-size: 10px;
}
.lion_blog_slider_date { font-size: 0.75rem; }

.lion_blog_slider_name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  line-height: 2.2;
  color: #0D0D12;
  height: 65px;
}
.lion_blog_slider_excerpt {
    font-size: 12px;
    line-height: 1.9;
    opacity: 0.9;
    color: #6D7187;
}


/* Responsive */
@media (max-width: 768px) {
  /* .lion_blog_slider_item { height: 280px; } */
  .lion_blog_slider_overlay { padding: 14px 16px; }
  .lion_blog_slider_name { font-size: 0.9rem; overflow: hidden; }
  .lion_blog_slider_excerpt { font-size: 0.8rem; }
  .lion_blog_slider_item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: block;
    height: auto;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: white;
}
}

@media (max-width: 720px) {
  .lion_blog_slider_card {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media (max-width: 640px) {
  .lion_blog_slider_card {
    flex-basis: 86%;
    max-width: 70%;
  }
  .lion_blog_slider_thumb img {
    width: 220px;
    height: 165px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    border-radius: 16px;
}
}


/* === Responsive === */

@media (max-width: 1024px) {
  .home-product-row {
    flex-direction: column;
  }
  
}

@media (max-width: 768px) {
.home-products {
    height: auto;
  }
  .home-product-row {
    overflow: hidden;
    margin-top: 30px;
}

lion-product:hover, .home-product-slider:hover {
    transform: translateY(0px);
}
.home-promo-inner {
    display: flex
;
        gap: 6px;
        border-radius: 12px;
        padding: 8px 16px;
        font-weight: 700;
        font-size: 18px;
        transition: 1s;
        width: 100%;
        justify-content: center;
        align-items: center;
        justify-items: center;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
}

 .home-products {
    direction: rtl;
    flex: 1 1 auto;
    position: relative;
    padding: 10px 0px 10px;
}
.home-promo-countdown {
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    padding: 0px 0px;
    font-weight: 700;
    font-size: 18px;
    transition: 1s;
    padding-bottom: 4px;
}
.price-box, .home-product-slider-price {
    display: grid
;
    justify-content: end;
    align-items: baseline;
    gap: 0px;
    flex-wrap: wrap;
    margin-bottom: 0px;
    margin-top: 0px;
    justify-items: end;
}


.promo-blue-section {
    position: absolute;
    right: 0;
    top: 24px !important;
    width: 3%;
    min-width: 20px;
    height: 200px;
    background: #276ef1;
    border-radius: 18px 0px 0px 18px;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.45s cubic-bezier(.4,0,.2,1), opacity 0.45s ease;
    pointer-events: none;
    z-index: 5;
}

.embla__slide.home-product-slider-card {
    width: 210px !important;
    background: #fff;
    border: 1px solid #f3f5f9;
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    transition: all 0.35s ease;
    height: auto;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    margin-right: -5.5px;
}
.embla__container {
    display: flex;
    gap: 15px;
    will-change: transform;
    overflow: visible;
}
.lion_product_slider_top.section {
    margin-bottom: 10px;
}
.slider-sec-bg section.home-promo-section {
    border-radius: 24px 0px 0px 24px;
}
.slider-sec-bg .home-promo-slide {
    width: var(--promo-fixed-width, 140px);
    overflow: hidden;
    border-radius: 24px 0px 0px 4px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
a.lion_product_slider_more {
    background: none;
        font-size: 10px;
        color: black;
        padding: 10px 20px;
        border-radius: 5px;
        transition: 1s;
        padding: 5px 10px 7px 10px;
        box-shadow: 0 4px 8px rgb(0 0 0 / 7%);
}

.lion-cart-count.updated {
  animation: lionCountPulse 0.4s ease;
}

@keyframes lionCountPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); }
}


.lion_product_slider_sale {
    font-size: 14px;
    font-weight: 700;
    color: #222;
}
    .lion_product_slider_discount {
        background: #F25637;
        color: #fff;
        font-size: 10px;
        border-radius: 6px;
        padding: 0px 5px;
        font-weight: 600;
    }
.lion_product_slider_regular {
    font-size: 12px;
}
.lion_product_slider_name {
  font-size: 12px;
}
.lion_product_slider_section {
    display: flex
;
    width: 100%;
    position: relative;
    direction: rtl;
    flex-direction: column;
    margin-bottom: 0px;
    margin-top: 14px;
}
.price-box .discount, .home-product-slider-discount {font-size: 10px;}
.lion_blog_slider_section {
  padding: 40px 0;
  direction: rtl;
  overflow: hidden;
}
.product-thumb img,
.home-product-slider-thumb img {
  width: 100%;
  height: 90px;
  object-fit: contain;
  margin-bottom: 0px;
  transition: transform 0.3s ease;
}
.product-title, .home-product-slider-title {
      font-size: 12px;
          margin-bottom: 0px;
}
.home-promo-section {
    min-width: 140px !important;
}
.lion_product_slider_thumb {
    display: block;
    text-align: center;
    margin-bottom: 0px;
}
.lion_product_slider_price_section {
    display: flex
;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    height: 65px;
}
.lion_product_slider_thumb img {
    width: 100%;
    height: 90px;
    object-fit: contain;
    transition: transform 0.4s ease;
}
.lion_product_slider_regular bdi {
    font-size: 12px;
}
.lion_product_slider_price {
    gap: 0px;
    
}
.home-products  .add_to_cart_button, .home-product-slider-add {
    /* display: none !important; */
    width: 34px;
    height: 34px;
}
}
.lion-special-data {
    display: flex
;
    align-items: center;
    flex-direction: row-reverse;
    gap: 5px;
}
.lion-special-icon img {
    width: 22px;
}
span.lion-t-count {
    font-size: 12px;
    font-weight: bold;
}
.lion-special-timer {
    display: flex
;
    align-items: center;
}
.lion-special-icon {
    display: flex
;
    align-items: center;
}
.lion-speed-delivery-data {
    display: flex;
    position: absolute;
    top: 50px;
    z-index: 100000;
    font-size: 12px;
    gap: 4px;
    height: 28px;
    width: 78px;
    border-radius: 20px 0px 0px 20px;
    align-items: center;
    padding-right: 3px;
    right: 0px;
}
.lion-speed-delivery-data img {
    width: 13px;
    margin-right: 1px;
}
.home-product-slider-top-section {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    height: 30px;
}
.no-discount bdi {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.no-discount .woocommerce-Price-currencySymbol {
    font-size: 12px !important;
    padding-right: 7px !important;
    font-weight: 400 !important;
    color: #484747 !important;
    display: block !important;
}
span.lion_product_slider_regular.no-discount {
    text-decoration: unset;
    color: black;
}
span.home-product-slider-regular.no-discount {
    text-decoration: unset;
    color: black;
}
.slider-first-bg {
    background: white;
    border-radius: 24px;
    overflow: hidden;
}
.slider-first-bg .home-product-slider-card {
    margin: 20px 0px;
}
section.home-promo-section {
    background-repeat: no-repeat;
    background-size: cover;
}
.slider-sec-bg section.home-promo-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slider-sec-bg section.home-promo-section {
    border-radius: 24px;
}
.slider-first-bg section.home-promo-section {
    padding: 0px 20px;
}
.slider-sec-bg .home-promo-slide {
    width: var(--promo-fixed-width, 140px);
    overflow: hidden;
    border-radius: 24px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
span.lion_blog_slider_tag {
    height: 25px;
    font-size: 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    padding-bottom: 4px;
    color: white;
    font-weight: 500;
}
.lion_blog_slider_author_time {
    margin-top: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #999CAB;
}

img.avatar.avatar-32.photo {
    border-radius: 50px;
    width: 22px;
}


.lion_blog_info_section {
    display: flex
;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.lion_blog_info_section:focus-visible {
    outline: 2px solid rgba(255,255,255,.9);
    outline-offset: 4px;
    border-radius: 12px;
}
.lion_product_slider_title_section {
    display: flex;
    align-items: center;
    gap: 8px;
}
.lion-assembly-data {
    position: absolute;
    right: 40px;
    top: 14px;
}
.lion-assembly-data img {
    width: 20px;
}

/* -------------------------------------------------------
   product_slider() — Mobile layout (scoped)
-------------------------------------------------------- */
.home-product-row--product-slider-1 .home-promo-countdown--header {
  display: none;
}

@media (max-width: 768px) {
  .home-product-row--product-slider-1 {
    background-image: var(--promo-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px;
    overflow: hidden;
    padding: 10px 4% 20px 3px;
    margin-top: 20px;
    align-items: stretch;
            gap: 0px;
  }

  .home-product-row--product-slider-1 .home-product-row-title {
    margin: 0 0 10px;
  }

  .home-product-row--product-slider-1 .lion_product_slider_title_section {
    gap: 10px;
  }

  .home-product-row--product-slider-1 .lion_product_slider_title {
    padding: 0;
    margin: 0;
    background: none;
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
  }

  .home-product-row--product-slider-1 .lion_product_slider_title_icon {
    width: 44px;
    height: 44px;
    object-fit: contain;
  }

  .home-product-row--product-slider-1 .home-promo-countdown--header {
    display: flex;
    width: auto;
    padding: 0;
  }

  .home-product-row--product-slider-1 .home-promo-countdown--header .h span:nth-child(6),
  .home-product-row--product-slider-1 .home-promo-countdown--header .h span:nth-child(7) {
    display: none;
  }

  .home-product-row--product-slider-1 .home-promo-countdown--header .time-style-cd {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    font-size: 16px;
  }

  .home-product-row--product-slider-1 .home-promo-countdown--header .time-separator {
    color: #fff;
    font-weight: 700;
  }

  .home-product-row--product-slider-1 .promo-blue-section {
    display: none !important;
  }

  .home-product-row--product-slider-1 .home-products {
    padding: 0;
  }

  .home-product-row--product-slider-1 .slider-first-bg {
    background: transparent;
    border-radius: 0;
  }

  .home-product-row--product-slider-1 .home-promo-slide {
    display: none;
  }

  .home-product-row--product-slider-1 .slider-first-bg .home-product-slider-card {
    margin: 12px 0;
  }

  .home-product-row--product-slider-1 .embla__slide.home-product-slider-card {
    border-radius: 24px;
    border: none;
  }

  .home-product-row--product-slider-1 .home-product-slider {
    border-radius: 32px;
    padding: 14px 14px 12px;
  }

  .home-product-row--product-slider-1 .home-product-slider-add {
    display: flex !important;
            width: 34px;
        height: 34px;
  }
  .add_to_cart_button img, .home-product-slider-add img {
        width: 26px !important;
  }

  .home-product-row--product-slider-1 .home-product-slider-cat {
    display: none;
  }
}
