@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=El+Messiri:wght@400..700&family=Mirza:wght@400;500;600;700&family=Noto+Sans+Arabic:wght@100..900&family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap');


:root {
    --font-main: "Alexandria", serif;
    --font-secondary: "Alexandria", serif;
    }


body {
    font-family: "Alexandria", serif;
    font-weight: 300;
    line-height: 1.6;
    color: #333;
}



.s-product-card-sale-price h4 {
    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));
    color: rgb(var(--colour-static-black,17,17,17));
    display: inline-block;
    font-style: normal;
    padding: .2em .3em;
}


.s-product-card-entry {
border: none;
}

.s-product-card-content-footer.rounded-lg button {
background: transparent;
border: none;
color: var(--color-primary);
    box-shadow: 1px 1px 1px var(--color-primary);
}

.is-sticky-product-bar .sticky-product-bar salla-add-product-button button[quick-buy] {
    background: transparent;
    border: none;
    color: var(--color-primary);
    box-shadow: 1px 1px 1px var(--color-primary);
}

.text-red-400 {
    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));
    color: rgb(var(--colour-static-black,17,17,17));
    display: inline-block;
    font-style: normal;
    padding: .2em .3em;
}

.main-nav-container.fixed-pinned .inner {
opacity: 1;
    background: transparent;
    backdrop-filter: blur(40px);
}

.s-product-card-promotion-title {
    text-wrap: nowrap;
    font-weight: bold !important;
    background-color: #ee193b!important;
    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 {
    margin: 2px;
    padding-bottom: 12px;
    font-size: 1em;
    background-color: #E14059!important;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
background: #00ff1114;
}


img.lazy.loaded {
    border-radius: 25px;
}



.details__wrapper {
    display: flex;
    min-height: 2rem;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.25rem;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}
.total.details .details__wrapper::after {
    content: "(شامل مصاريف الشحن)";
    color: #000;
}


.angel-ad__slider {
 animation-duration: 15s!important;
}

@media (max-width: 768px) { 
.angel-ad__slider {
 animation-duration: 5s!important;
}
}