/*@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');
/*
:root {
    --color-primary-reverse: tomato;
}

*:not(i) {
    --font-main: 'Cairo';
    --font-secondary: 'Cairo';
}

h1, h2, h3, h4, h5, h6, p, a, li, span, div {
    font-family: Cairo;
}

@media (max-width: 768px) {
    .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
        display: none;
    }
}

.s-block {
    background: transparent;
}

.s-block--slider-with-bg .slider-bg:before {
    display: none;
}

.has-overlay:after {
    opacity: 0.2;
}

p.text-sm.mb-8.line-clamp-2.max-w-lg.text-white, 
h3.text-2xl.md\:text-4xl.text-white.leading-12.md\:leading-16, 
h3.text-2xl.md\:text-4xl.font-primary.leading-tight {
    filter: drop-shadow(2px 2px 2px black);
}

.brands-nav__item.is-selected {
    color: #fff;
}

h1.da-tm.leading-normal.text-lg.md\:text-xl.pe-2 {
    background: linear-gradient(45deg, transparent, #4b80b547);
    padding: 5px;
    font-weight: bolder;
    border-radius: 6px;
}

.flex.items-center.gap-4.border.border-gray-200.dark\:border-opacity-20.rounded-md.p-2.mb-4 {
    border: none;
}

#tabbyPromoWrapper, .tamara-product-widget {
    background: var(--bg-gray);
    border: none !important;
}

#tabbyPromoWrapper #tabbyPromo * {
    border: none !important;
}

.footer-bottom.flex.flex-col.lg\:flex-row.items-center.justify-between.py-4.gap-4 {
    background: var(--color-primary-reverse);
    padding: 5px 20px;
    border-radius: 6px 6px 0 0;
}

.copyrights.text-sm.opacity-75 p {
    color: #fff;
}

.karzoun-box-poweredby {
    display: none;
}

.s-product-card-promotion-title {
    font-family: var(--font-main);
    text-wrap: nowrap;
    font-weight: bold !important;
    background-color: #ee193b;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
    border-radius: 0px !important;
    line-height: 1.4;
    margin: 2px;
    clip-path: border-box;
}

.s-product-card-discount {
    padding-bottom: 20px;
    font-weight: bold !important;
    font-size: 1em;
    background-color: rgb(241 71 98);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}

span.off-ratio {
    background-color: rgb(241 71 98);
    font-family: var(--font-main);
    color: #fff;
}

.promotion-title {
    border-radius: 0;
}

.s-product-card-content-footer.rounded-lg button {
    background: transparent;
    border: none;
    color: #000;
    box-shadow: 1px 1px 1px #000;
}

a.swiper-slide.swiper-zoom-container.homeslider__slide.swiper-slide-active:before {
    content: "";
    text-align: center;
    vertical-align: middle;
    background: url(https://i.imgur.com/LjaDlM1.png) no-repeat center center;
    display: block;
    visibility: inherit;
    width: 110px;
    height: 110px;
    z-index: 1;
    position: absolute;
    bottom: 5%;
    left: 5%;
    opacity: 0.25;
    filter: grayscale(0.75);
}

@media only screen and (max-width: 767px) {
    a.swiper-slide.swiper-zoom-container.homeslider__slide.swiper-slide-active:before {
        top: 60%;
        right: 65%;
    }
}

.comment:first-of-type .flex-1 h3 {
    background-color: #fcd34c;
    padding: 0 5px;
    border-radius: 5px;
}

.nested-comment .flex-1 h3 {
    background: #2EB7EA;
    color: #fffffe;
    padding: 0 5px;
    border-radius: 5px;
}

.comment a {
    color: blue;
    text-decoration: underline;
}

.comment a:hover {
    color: darkblue;
    text-decoration: underline;
    zoom: 1.05;
}

.tabs .tab-trigger.is-active {
    background-color: var(--color-primary);
    color: var(--text-btn);
}

.tabs__product .tab-trigger {
    color: rgba(0, 0, 0, var(--tw-text-opacity));
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

section.attachments::before {
    content: "يرجى إرفاق الوصفة الطبية وسنقوم بالتواصل معك إذا إحتجنا أي معلومات إضافية";
    color: red;
    font-size: 0.7rem;
    white-space: pre-wrap;
    width: 100%;
    border-radius: 6px;
    padding: 3px;
}

@media only screen and (max-width: 767px) {
    section.attachments::before {
        content: "يرجى إرفاق الوصفة الطبية \A وسنقوم بالتواصل معك إذا إحتجنا أي معلومات إضافية";
    }
}

section.sku.details {
    display: none;
}

.opt-text h1 {
    font-size: 1.5em;
    font-weight: 900;
}

.opt-text p {
    font-family: var(--font-main);
    font-size: 0.8em;
    font-weight: 700;
}

.product__description strong {
    font-weight: bold !important;
}

.opt-text h2, .opt-text h3 {
    font-size: 1em;
    font-weight: 900;
}

.opt-text li {
    font-size: 0.8em;
    font-weight: 700;
    font-family: var(--font-main);
}

.s-product-card-content-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: start;
}

.s-product-card-content-subtitle {
    text-align: start;
}

.btn-primary {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-primary:hover {
    background-color: #0056b3;
    color: #fff;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
}

.fslightbox-full-dimension {
    background: #000000a8;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.fslightbox-container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.fslightbox-source {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media (min-width: 768px) {
    .min--6 .rounded-full {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 150px !important;
        height: 150px !important;
    }
}

.slide--cat-entry h4 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: bold !important;
}

.s-block {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

.s-product-card-out-of-stock {
    position: relative;
    filter: grayscale(0.75);
}

.s-product-card-out-of-stock::before {
    content: "نفدت مؤقتًا";
    position: absolute;
    top: 10%;
    left: 30%;
    transform: translateX(-50%) skew(-20deg) rotate(-45deg) translateY(40px);
    color: darkred;
    text-align: center;
    border: 2px solid darkred;
    border-radius: 5px;
    z-index: 1;
    white-space: nowrap;
    opacity: 0.5;
    padding: 2px;
}

@media only screen and (max-width: 767px) {
    .container salla-slider .swiper-slide .box-img {
        max-height: 70%;
    }
    .container salla-slider .swiper-slide .box-img img {
        scale: 0.70;
    }
}

.magnify-wrapper:hover .img-magnifier-glass {
    transform: scale(1.2) !important;
}

/*--------------------Footer--------------*/
.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-top, .footer-middle, .footer-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.footer-top {
    flex-direction: column;
    align-items: center;
}

.footer-middle {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 1000px;
    margin: 20px 0;
}

.footer-middle .menu-list, 
.footer-middle .contact-links, 
.footer-middle .vat-num {
    flex: 1;
    text-align: center;
    margin: 0 10px;
}

.footer-bottom {
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    margin-top: 20px;
}

.footer-bottom ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-social {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
}

.copyrights {
    text-align: center;
    width: 100%;
}

@media (min-width: 992px) {
    [dir="rtl"] .footer-middle h3 {
        text-align: center;
    }
    .footer-middle .contact-links {
        justify-content: center;
        display: flex;
        gap: 10px;
        align-items: center;
        flex-wrap: nowrap;
    }
}

@media (min-width: 1024px) { 
    .store-footer .footer-container {
        display: flex;
        flex-direction: row;
        padding-top: 2rem;
        padding-bottom: 2rem;
        text-align: center;
    }
}

.s-product-card-sale-price h4, .text-red-400 {
    flex-shrink: 0;
    color: rgb(var(--colour-static-black,17,17,17));
    background: rgb(var(--colour-commercial-message-bti-yellow,255,219,0));
    box-shadow: .08em .08em 0 rgb(var(--colour-commercial-message-bti-red,204,0,8));
    display: inline-block;
    font-style: normal;
    padding: .2em .3em;
}

.s-user-menu-dropdown {
    bottom: initial;
}

.blog-single .min-h-full .items-start .blog-category .object-cover {
    object-fit: contain;
}

.font-bold {
    font-weight: 700 !important;
}

body.has-attachments salla-slider.details-slider .swiper-slide::before {
    content: "يتطلب وصفة طبية"; 
    background-color: #f5f5f5; 
    color: red;
    font-size: 14px;
    padding: 2px;
    border-radius: 6px;
}

i.sicon-heart {
    color: #FC9892;
}