/* Add custom CSS styles below */
.lazy__bg.lazy_img{
  background-size: contain;
}


@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap');

:root {
    --font-main: 'Cairo', sans-serif !important;
    --color-primary: #000 !important;
    --font-secondary: 'Cairo', sans-serif !important;
}

salla-slider .s-slider-block__title-nav button .s-slider-button-icon svg {
    background: #fff;
    border-radius: 19px;
    opacity: 1;
}


.dark .da-bgm,
.store-header.fixed-sticky,
.md\:mb-6,
.px-4,
.main-nav-container,
.main-nav-container.fixed-header .inner,
.bg-white,
body,
html {
    font-family: 'Cairo', sans-serif !important;
}

.flex-center.gap-1 p,
.s-button-text {
    font-weight: 700 !important;
    font-size: 15px !important;
}

.product-entry salla-add-product-button.rounded-full .s-button-element {
    padding: 0.6em 0em;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.ksa-national-day .fixed-header>.inner {
    margin: 0rem auto;
    filter: drop-shadow(2px 4px 6px #00f);
    width: calc(100% - 0rem) !important;
}

.dark .da-bgm,
.store-header.fixed-sticky,
.md\:mb-6,
.px-4,
.main-nav-container,
.main-nav-container.fixed-header .inner,
.bg-white,
body,
html {
    background: #000 !important;
}

.navbar-brand img {
    max-height: 78px;
}


.s-cart-summary-count {
    background: red;
}


[dir=rtl] .me-2,
[dir=ltr] .me-2, [dir=rtl] .ms-2,
.s-block__display-all:after,
.s-slider-block__display-all:after,
.sc-1au8ryl-0.dmopMx {
    display: none;
}

.max-h-full {
    background: #fff;
    padding: 3px;
    border-radius: 10px;
}


.s-comments-product .switch {
    opacity: 1;
}


.flex-center>p,
.feature-desc h3,
.s-slider-block__title-right h2,
.s-quantity-input-input,
.flex.text-base.items-center.gap-1,
#sub-total,
.fix-align.text-gray-500.da-ts,
.fix-align.text-primary,
.sicon-keyboard_arrow_left:before,
.content-entry h4,
.whitespace-nowrap,
.sicon-menu:before,
.s-cart-summary-total,
.total-price.da-tm.font-bold.text-xl.inline-block,
.da-cp,
.pe-2,.dark .footer-bottom .copyrights p,
.da-tm,.opt-text p span,
.ql-direction-rtl,
.ql-direction-rtl strong,
.store-footer a p,.mm-ocd nav>ul>li a.active>h5, header nav>ul>li a.active>div>span,
[dir=rtl] .store-footer .vat-num,
.text-gray-400,.text-gray-500.da-ts,
.store-footer h3,.text-gray-500.da-ts.text-xs,
.px-3,.line-clamp-3,
.s-user-menu-dropdown-item a,
.text-gray-500.da-ts.text-sm.text-center,
[dir=rtl] .footer-middle h3,
[dir=rtl] .footer-middle .footer-list a,
.s-button-primary {
    color: #fff !important;
}

[dir=rtl] .pe-16,
[dir=ltr] .pe-16{
    color: #000 !important;
}

.transition-all,
.font-bold.text-sm.da-tm,
.text-sm.text-gray-400.da-ts.leading-6.line-clamp-2,
.lg\:text-sm {
    text-align: center;
    color: #000 !important;
}

.lg\:p-8 {
    background: transparent;
}

.s-block__display-all:after,
.s-slider-block__display-all:after {
    margin: 0px auto;
}


.items-center,
.price-wrapper {
    justify-content: center;
}

.product-entry__title a {
    text-align: center;
}

.s-block__display-all {
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    border-radius: 27px;
    padding-bottom: 2px;
}


.product-entry salla-add-product-button .s-button-wrap .s-button-element {
    background: #000 !important;
}

.sicon-shopping:before {
    color: #fff;
}

/*****************************************/
.s-product-card-content-footer.rounded-none button,
.product-entry salla-add-product-button .s-button-wrap .s-button-element,
.product-entry salla-add-product-button.rounded-full .s-button-element {
    padding: 0.6em 0em;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: #000;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.s-product-card-content-footer.rounded-none button:before,
.product-entry salla-add-product-button .s-button-wrap .s-button-element:before,
.product-entry salla-add-product-button.rounded-full .s-button-element:before {
    content: "";
    background: linear-gradient(45deg,
            #ff0000,
            #ff7300,
            #fffb00,
            #48ff00,
            #00ffd5,
            #002bff,
            #7a00ff,
            #ff00c8,
            #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing-button-85 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}

@keyframes glowing-button-85 {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.s-product-card-content-footer.rounded-none button:after,
.product-entry salla-add-product-button .s-button-wrap .s-button-element:after,
.product-entry .salla-add-product-button.rounded-full .s-button-element:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    border-radius: 10px;
}

/********************************************/

.ksa-national-day .tabs-wrapper {
    background: transparent !important;
}

.flex.items-center.gap-2 {
    justify-content: normal;
}

/*****************************/
.s-block__title h2 {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #fff 0%, #000 29%, #fff 67%, #fff 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    line-height: 1.6;
    font-weight: bold !important;
}


@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

/*********************************/
.md\:w-20 {
    background: #fff;
    border-radius: 64px;
    height: 5rem;
    width: 5rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    animation: myani 1.5s ease-in-out alternate infinite;
    position: relative;
    transition: all 2s ease-in-out;
}

@keyframes myani {
    from {
        top: 0;
    }

    to {
        transform: scale3d(0, -0.2, -4.2);
        box-shadow: rgb(26 23 23 / 65%) 0px 3px 8px;
    }
}

.md\:w-20 i.sicon-gold-badge:before {
    content: '';
    background-image: url(https://iili.io/Htx2wcG.png);
    width: 64px;
    height: 64px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.md\:w-20 i.sicon-award-ribbon:before {
    content: '';
    background-image: url(https://iili.io/Htxd3rJ.png);
    width: 64px;
    height: 64px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.md\:w-20 i.sicon-shipping-fast:before {
    content: '';
    background-image: url(https://iili.io/JHpdks1.png);
    width: 64px;
    height: 64px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.w-full.da-cp.text-center {
    font-size: 26px;
    font-weight: bold !important;
}

/*******************************/
.sm\:pb-20 {
    background: transparent;
}

.md\:h-28 {
    box-shadow: rgb(255 255 255 / 23%) 0px 3px 6px, rgb(255 255 255 / 23%) 0px 3px 6px;
    background: #084d97 !important;
}

.s-slider-block__display-all {
    color: #fff;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff !important;
}

.isqCDw {
    border: 1px solid #fff;
}

/*******************************/
.s-block__title {
    padding: 11px;
}

.da-tm.mb-6 {
    color: #000 !important;
}

.sicon-add:before {
    content: "+";
    color: #fff;
    font-weight: bold !important;
    font-size: 15px;
}

.s-block__display-all {
    animation: signal 1200ms linear infinite;
}

@keyframes signal {
    0% {
        box-shadow: 0 0 0 0 #000;
    }

    100% {
        box-shadow: 0 0 0 3px #fff;
    }
}

.s-block {
    background: transparent;
}

.dark .da-bgg{
    background: #fff;
}


.font-bold.text-sm.da-tm.text-center.w-full,
.product-entry__title a{
  font-weight: bold !important;
}

.text-sm.text-gray-400.da-ts.leading-6.line-clamp-1{
    color: #000 !important;
    font-weight: bold !important;
}

/**********************************/
.tabs-wrapper .tabs__item.is-active{
  background: #000;
}

.s-product-options-option-label b,
.s-product-options-thumbnails-wrapper div p,
.opt-text p{
  color:#fff !important;
}

/*.overflow-hidden p,.font-primary,*/
h1, h2, h3, h4, h5, h6, strong,.tab-trigger,
.opt-text > h3,
.overflow-hidden p span,
.opt-text li span,
.overflow-hidden p strong,
.no-content-placeholder--comments p,
salla-button .s-quick-buy-button span,
.opt-text li,.s-slider-block__title p{
  color:#fff!important;
}

.undefined,
salla-button .s-quick-buy-button{
  border:1px solid #fff;
}


h1, h2, h3, h4, h5, h6, strong, .font-primary, .tab-trigger,
.s-product-options-option-label b, .s-product-options-thumbnails-wrapper div p, .opt-text p,
.s-product-options-option-label b, .s-product-options-thumbnails-wrapper div p, .opt-text p,
.opt-text p span,
.opt-text li{
      font-weight: bold !important;
}



.flex-center.gap-1 p{
  color:#fff!important;
}

.s-slider-block__title p{
    opacity: 1;
}

.text-sm.text-gray-500.da-ts.line-through.leading-4{
    color:#000 !important;
}

.me-1{
  color:red !important;
      opacity: 1 !important;
    font-weight: bold !important;
}


.product-entry__title a{
  color:#000 !important;
}

.s-product-options-colors-wrapper input[type=radio]+label * {
    color: #fff;
    text-align: center;
}

.tabs .tab-trigger.is-active{
  background-color: transparent;
}


/*************************************/
@media only screen and (max-width: 600px) {
.s-products-slider-card.swiper-slide{
      width: 54%;
}
}

.s-quantity-input-button {
    fill: #fff !important;
}

.sc-1au8ryl-0.dkuywW{
  display:none;
}


.s-product-card-content-footer.rounded-none button{
      background: #000;
}

.s-product-card-content-subtitle,.s-product-card-content-title,
.s-product-card-sale-price,.s-product-card-sale-price h4,
.s-product-card-price{
  color:#000 !important;
}

.dark .form-input::placeholder{
    color:#fff !important;
}

.dark .s-quantity-input-button,
[dir=rtl] .rtl\:rounded-l-md{
  box-shadow: rgb(255 255 255 / 24%) 0px 3px 8px !important;
}

/*
[dir=rtl] .me-2{
    text-decoration: none;
    opacity: 1 !important;
}*/



@media only screen and (max-width: 600px) {
.hydrated .is-sticky-product-bar .sticky-product-bar .undefined >  .s-button-text:before{
  content:'أضف للسلة';
  font-family: cairo, sans-serif !important;
  display: block;
  font-weight: inherit !important;
  font-size: 14px;
}

.undefined .s-button-text svg{
  display:none;
}

.s-button-element:not(:disabled):not([loading]),
salla-button .s-quick-buy-button{
        padding: .5rem .5rem .625rem !important;
}

.s-button-element:not(:disabled):not([loading]){
padding-top: .8rem !important;
}

}