.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-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: red;
            color: white;
            padding: 15px 30px;
            border-radius: 5px;
        }
        .flash-sale {
            font-size: 24px;
            font-weight: bold;
        }
        .timer {
            font-size: 20px;
            font-weight: bold;
        }
.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;
    left: 20px;
    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;
    height: 35px;
}

.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;
}