.myCategorious .swiper-button-prev,  
.myCategorious .swiper-button-next {
    background-color: #ffffff;
    color: #919191;
    border-radius: 20px;
    height: 20px !important;
    width: 20px !important;
    font-size: 18px;
    line-height: 18px;
    top: 50% !important;
}

.main-price {
    color: green;
    font-weight: bold !important;
}
p.text-13.md\:text-sm.text-gray-12.dm-sans {
    color: green !important;
    font-weight: bold !important;
    font-size: 17px !important; /* Adjust size as needed */
}


.main-price-line {
    color: red !important;
}
.line-through {
    color: red !important;
}
#item_price {
        color: green !important;
    font-weight: bold !important;

}
p.text-sm.md\:text-20.text-gray-12.dm-bold.mt-1\.5 {
    color: green !important;
}
.myCategorious .swiper-slide img {
    width: 150px; /* Default width */
    height: auto;
    max-height: 150px; /* Default max height */
    object-fit: contain;
}

/* For phones (screens less than 768px wide) */
@media (max-width: 768px) {
    .myCategorious .swiper-slide img {
        max-height: 100px; /* Reduce height on smaller screens */
        width: 100px; /* Optionally reduce width too */
    }
}
.flex.md\:flex-row {
    margin-top: 20px; /* Adjust the spacing as needed */
}
.flash-sale-schedule-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  border-radius: 5px;
  background-color: #dc2626;
  color: #ffffff;
}

.flash-sale-schedule-heading {
  font-size: 24px;
  font-weight: 700;
}

.flash-sale-countdown {
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .flash-sale-schedule-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 16px;
  }

  .flash-sale-schedule-heading {
    font-size: 18px;
  }

  .flash-sale-countdown {
    font-size: 16px;
  }
}

/* Keep the scheduled sale independent of section position. */
section.layout-wrapper[data-flash-sale-schedule],
body.home section.layout-wrapper[data-flash-sale-schedule] {
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
}

[data-flash-sale-schedule] .flash-sale-schedule-banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 0 16px;
  border-bottom: 1px solid #e5e7eb;
  border-radius: 0;
  background: transparent;
  color: #dc2626;
}

[data-flash-sale-schedule] .flash-sale-schedule-heading {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 20px;
  line-height: 1.35;
  overflow-wrap: anywhere;
  animation: kitali-flash-heading-drift 3s ease-in-out infinite;
}

[data-flash-sale-schedule] .flash-sale-countdown {
  flex: 0 0 auto;
  font-size: 18px;
  font-variant-numeric: tabular-nums;
}

[data-flash-sale-schedule] .flash-sale-see-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  color: #dc2626;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

[data-flash-sale-schedule] .flash-sale-see-all:hover {
  text-decoration: underline;
}

@keyframes kitali-flash-heading-drift {
  0%, 100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(6px);
  }
}

[data-flash-sale-schedule]:hover .flash-sale-schedule-heading,
[data-flash-sale-schedule]:focus-within .flash-sale-schedule-heading {
  animation-play-state: paused;
}

@media (max-width: 767px) {
  [data-flash-sale-schedule] .flash-sale-schedule-banner {
    flex-wrap: wrap;
    gap: 12px;
  }

  [data-flash-sale-schedule] .flash-sale-schedule-heading {
    flex-basis: 100%;
    font-size: 18px;
  }

  [data-flash-sale-schedule] .flash-sale-countdown {
    font-size: 16px;
  }

  [data-flash-sale-schedule] .flash-sale-see-all {
    margin-inline-start: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-flash-sale-schedule] .flash-sale-schedule-heading {
    animation: none;
    transform: none;
  }
}

.chat-toggle-button{
  display: none !important;
}

body.home .layout-wrapper:nth-of-type(3),
body.home .layout-wrapper:nth-of-type(4),
body.home .layout-wrapper:nth-of-type(5),
body.home .layout-wrapper:nth-of-type(6),
body.home .layout-wrapper:nth-of-type(7),
body.home .layout-wrapper:nth-of-type(8),
body.home .layout-wrapper:nth-of-type(10),
body.home .layout-wrapper:nth-of-type(11),
body.home .layout-wrapper:nth-of-type(12),
body.home .layout-wrapper:nth-of-type(13),
body.home .layout-wrapper:nth-of-type(14),
body.home .layout-wrapper:nth-of-type(15),
body.home .layout-wrapper:nth-of-type(16),
body.home .layout-wrapper:nth-of-type(17),
body.home .layout-wrapper:nth-of-type(18),
body.home .layout-wrapper:nth-of-type(19) {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
}

@media (min-width: 1200px) {
  body.home {
    background-image: url('https://ke.jumia.is/cms/2025/W27/CP/KE_ONS_STYY_GEN_0625_TO.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
  }
}

body.home {
  background-color: #ffcc00;
}
.layout-wrapper > .card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
}
.layout-wrapper > .col-span-2 {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
}
#nav-wrap ul {
    display: none !important;
}
div > p:first-child:contains("Phone:") {
    display: none;
}
div.flex.mt-5.roboto-medium.text-sm.text-gray-10:has(p.w-23\%) {
    display: none;
}
  .whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    left: auto;
    width: 60px;
    height: 60px;
    z-index: 9999;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    animation: whatsapp-pulse 2s infinite;
}

.whatsapp-float img {
    width: 35px !important;
    height: 35px !important;
    max-width: 35px !important;
    max-height: 35px !important;
    object-fit: contain;
}

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

@keyframes whatsapp-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37,211,102,0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37,211,102,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37,211,102,0);
    }
}
.product-hover:hover img,
.rev-img:hover img {
    transform: none !important;
}
.product-hover > div:first-child {
    height: auto !important;
    aspect-ratio: 1 / 1;
    width: 100%;
    max-width: 1200px;
}

.product-hover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* KITALI PREMIUM BLOG PRESENTATION */
.blog-premium-section {
    margin-top: 1.75rem !important;
    margin-bottom: 1.25rem !important;
}

.blog-premium-container {
    width: 100%;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(0, 107, 45, 0.10);
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
}

.blog-premium-header {
    padding-top: 1rem;
    padding-bottom: 0.75rem;
}

.blog-premium-title {
    color: #006b2d !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em;
    text-transform: none !important;
}

.blog-premium-read-all {
    color: #006b2d !important;
    font-weight: 700 !important;
    gap: 0.4rem;
}

.blog-premium-read-all:hover {
    color: #005324 !important;
}

.blog-premium-read-all-arrow {
    width: 20px;
    height: 14px;
    color: #006b2d;
    transform: translateX(0);
    transition: transform 180ms ease;
}

.blog-premium-read-all:hover .blog-premium-read-all-arrow {
    transform: translateX(4px);
}

/* Full-bleed blog media */
.blog-premium-container .blog-carousel-host {
    padding-bottom: 1rem;
}

.blog-premium-container .blog-featured-swiper {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
}

.blog-premium-container .blog-featured-swiper .swiper-slide article {
    overflow: hidden;
    border-radius: 14px;
    background: #ffffff;
}

.blog-premium-container .blog-featured-swiper .swiper-slide article > a {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 14px;
}

.blog-premium-container .blog-featured-swiper .swiper-slide article > a > div {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 1;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    border-radius: 14px;
    background: #ffffff !important;
}

.blog-premium-container .blog-featured-swiper .swiper-slide article > a img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 14px;
    object-fit: cover !important;
    object-position: center center !important;
}

.blog-premium-container .blog-carousel-pagination {
    margin-top: 0.85rem;
}

.blog-premium-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 0.35;
}

.blog-premium-container .swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 999px;
    opacity: 1;
    background: #006b2d !important;
}

/* Mobile */
@media (max-width: 639px) {
    .blog-premium-section {
        margin-top: 1rem !important;
        margin-bottom: 0.75rem !important;
    }

    .blog-premium-container {
        max-width: 100%;
        border-radius: 14px;
    }

    .blog-premium-header {
        gap: 0.35rem;
        padding: 0.85rem 0.9rem 0.7rem;
    }

    .blog-premium-title {
        font-size: 1.15rem !important;
        line-height: 1.3;
    }

    .blog-premium-read-all {
        padding: 0.25rem 0;
        font-size: 0.875rem;
    }

    .blog-premium-container .blog-carousel-host {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-bottom: 0.85rem;
    }

    .blog-premium-container .blog-featured-swiper .swiper-slide article > a > div {
        height: auto;
        aspect-ratio: 2 / 1;
        border-radius: 12px;
    }

    .blog-premium-container .blog-featured-swiper .swiper-slide article > a img {
        border-radius: 12px;
    }
}

/* Tablet */
@media (min-width: 640px) and (max-width: 1023px) {
    .blog-premium-container {
        max-width: 760px;
    }

    .blog-premium-container .blog-featured-swiper .swiper-slide article > a > div {
        height: auto;
        aspect-ratio: 2.8 / 1;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .blog-premium-section {
        margin-top: 1.75rem !important;
        margin-bottom: 1rem !important;
    }

    .blog-premium-container {
        max-width: 880px;
    }

    .blog-premium-container .blog-featured-swiper .swiper-slide article > a > div {
        height: auto;
        aspect-ratio: 3 / 1;
    }

    .blog-premium-title {
        font-size: 1.5rem !important;
    }

    .blog-premium-read-all {
        font-size: 1rem;
    }
}

/* Large desktop */
@media (min-width: 1280px) {
    .blog-premium-container {
        max-width: 920px;
    }

    .blog-premium-container .blog-featured-swiper .swiper-slide article > a > div {
        height: auto;
        aspect-ratio: 3 / 1;
    }
}
/* KITALI FLOATING WHATSAPP LAYOUT WRAPPER */
body.home .whatsapp-floating-wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
    height: 0 !important;
    overflow: visible !important;
}

/* KITALI BLOG TO FOOTER SPACING */
body.home .blog-premium-section {
    margin-bottom: 1.25rem !important;
}

@media (max-width: 639px) {
    body.home .blog-premium-section {
        margin-bottom: 0.75rem !important;
    }
}
