/* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
:root {
    --color-primary: #cc558f;
    --color-primary-reverse:#fff;
    --color-primary-dark:#953966
}
.product-single #bcio-whatsapp-widget div div{
      bottom: 110px;
}
body {
    font-family: "Almarai",sans-serif;
    background-color: #FFF!important;
    overflow-x: hidden;
    max-width: 100%
}

/* ====== Header ====== */
.header-buttons .btn--rounded-gray {
    padding: 0;
    background: 0 0;
    color: #fff
}
.s-cart-summary-count , .s-product-card-promotion-title, .promotion-title{
    background-color: var(--color-primary)
}
.main-nav-container {
    padding: 0;
}
body.index header .header-btn__icon{
  background-color:transparent;
  color:#fff
}
.main-nav-container .header-search{
  opacity: 0;
  visibility: hidden;
  top:7rem;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.rtl\:ml-4:where([dir=rtl],[dir=rtl] *) {
    margin-left: 0
}

header .s-cart-summary-content {
    display: none
}

.s-user-menu-trigger {
    background: 0 0
}

header .sicon-menu {
    margin-right: 9px
}

header .header-btn__icon {
    border: none
}
header .header-btn__icon.icon.sicon-shopping-bag,header .header-btn__icon.sicon-user-circle {
    font-size: 0;
    margin-left: 0
}
.main-nav-container.fixed-header .inner{
      background-color: #000;
}
body.index header .header-btn__icon.icon.sicon-shopping-bag:after {
    content: url(https://media.zid.store/eeebe6f0-dc0e-46e7-a4fb-56c7c4f3196f/089fc08e-a5f3-4c41-8c40-2b7046bae121.svg);
    width: 24px;
    height: 24px
}
header .header-btn__icon.icon.sicon-shopping-bag:after {
    content: url(https://media.zid.store/eeebe6f0-dc0e-46e7-a4fb-56c7c4f3196f/83dabf15-f7b7-4062-8c43-81af185cd651.svg);
    width: 24px;
    height: 24px
}
body.index header .header-btn__icon.sicon-user-circle:after {
    content: url(https://media.zid.store/eeebe6f0-dc0e-46e7-a4fb-56c7c4f3196f/fdd746cc-342d-443a-a558-e47f20085791.svg);
    width: 24px;
    height: 22px
}
header .header-btn__icon.sicon-user-circle:after {
    content: url(https://media.zid.store/eeebe6f0-dc0e-46e7-a4fb-56c7c4f3196f/e35edcd7-4315-4a7d-8717-f26114be087f.svg);
    width: 24px;
    height: 22px
}

header salla-cart-summary.ml-4.rtl\:ml-\[unset\].rtl\:mr-4.hydrated {
    margin-right: 0
}

#mainnav {
    height: auto!important;
    min-height: auto
}

.inner.bg-inherit .container .flex.items-stretch.justify-between.relative .flex.items-center:first-of-type {
    width: 100%!important
}

.navbar-brand img {
    max-height: 3.2rem
}
.s-user-menu-trigger {
    background-color: transparent
}
/* reorder header and announcenment bar */
salla-advertisement{
  z-index: 30;
}
.s-advertisement-content-main{    font-size: 0.8rem;}
.s-advertisement-content {
    padding: 5px 15px;
}
.top-navbar {
    display: none
}

body.index header .sicon-menu{
    color: #fff;
}
header .sicon-menu{
    color: #000;
}
/* center logo */
.inner.bg-inherit .flex.items-center.gap-4.lg\:gap-8:first-of-type {
    width: 100% !important;
}
/* ====== End Header ====== */
/* ====== Accordion ====== */
.index .accordion-section {
  margin: 2rem auto;
  padding: 10px 15px;
  max-width: 60rem;
}

.section-title,.s-reviews-header {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center
}

.section-sub {
    font-size: 1.1rem;
    font-weight: 400;
    text-align: center;
    margin-top:5px
}
.accordion {
  direction: rtl;
  padding-top:10px
}
.accordion-button {
  cursor: pointer;
  width: 100%;
  text-align: right;
  transition: background-color 0.3s, color 0.3s;
  color: #252122;
  font-size: .9rem;
  display: flex;
  justify-content: space-between;
  align-items:center;
  transition: all 0.3s ease-out;
}
body:lang(en) .accordion-button, body:lang(en) .accordion-content p{
  direction: ltr;
}
.index .accordion-button {
  padding: 10px 15px;
  background: #E99992;
  margin-bottom: 10px;
  border-radius:15px;
  color:#fff
}

.accordion-button.active {
  opacity:0.75
}

.accordion-button .icon {
  font-size: 20px;
  margin-left: 10px;
}

.accordion-content {
  background-color: #fff;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
  padding-left: 18px;
  padding-right: 18px;
}

.accordion-content p {
  margin: 10px 0 18px;
}

/*  product-single accordion */
.product-single .accordion-button{
  border-bottom:1px solid #F4F7FA;
  padding: 8px 15px
}
.product-single .accordion-section {
  margin-bottom: 1rem;
}
.product-single .accordion-button {
  font-weight:500
}
/* ====== End Accordion ====== */
/* ====== Merge Section with header ====== */
section.s-block.s-block--fixed-banner:first-of-type, section.s-block.s-block--fixed-banner:nth-of-type(2) {
    margin-top: 0!important
}

section.s-block.s-block--fixed-banner:first-of-type .container, section.s-block.s-block--fixed-banner:nth-of-type(2) .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

section.s-block.s-block--fixed-banner:first-of-type .banner--fixed img, section.s-block.s-block--fixed-banner:nth-of-type(2) .banner--fixed img {
    border-radius: 0
}

.index .main-nav-container {
    background-color: transparent!important;
    z-index: 50;
    position: relative;
    box-shadow: none
}

section.s-block.s-block--fixed-banner:first-of-type, section.s-block.s-block--fixed-banner:nth-of-type(2)  {
    margin-top: 0!important;
    position: relative;
}
section.s-block.s-block--fixed-banner:nth-of-type(2)  {
    top: -61px
}
section.s-block.s-block--fixed-banner:first-of-type  {
    top: -136px
}
/* ====== Section with header  ====== */

/* ====== Products  ====== */

.s-block  salla-products-list .s-products-list-horizontal-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.s-block  salla-products-list .s-product-card-entry {
    flex-direction: column;
    align-items: center;
}
.s-product-card-horizontal .s-product-card-content {
    padding: 0;
}
.s-product-card-vertical .s-product-card-image {
    flex: inherit;
    border-radius: 0;
}
salla-products-list .s-product-card-image {
    flex-shrink: initial;
    height: 100% !important;
    width: 100% !important;
    border-radius: 0 !important;
}

salla-products-list .s-product-card-content-footer salla-add-product-button{
  display:none
}
section.s-block.container{
  margin-top:0
}
section.s-block.container .s-block__title{
  justify-content: center;
}
/* ====== End Products  ====== */
/* ====== Product Page ====== */

#btn-show-more {
    display: none
}
.product-single h1.text-xl.md\:text-2xl.leading-10.font-bold.mb-6.text-gray-800 {
    margin-bottom: 0;
    color: #000
}

.product-single .description-div {
    padding-bottom: 20px
}

.product-single .product__description {
  display: none;
}
.main-content {
    display: flex;
    justify-content: center;
    flex-direction: column
}
.s-product-card-content-footer {
    display: none;
}
.s-block__title .right-side:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0;
}
.s-product-card-content-subtitle , .s-product-card-content-footer salla-add-product-button {
    justify-content: center;
    text-align: center;
    display:none
}
.s-product-card-content-main {
  padding-top:10px
}
.s-product-card-content-sub{
  justify-content: space-between;
}
.s-comments-product {
    background: #fff
}

.s-comments-item {
    background: #ebe9de;
    padding: 15px!important
}
/* ====== End Product Page ====== */
/* ====== Footer ====== */
.footer-is-light .store-footer .store-footer__inner{
  background:#fff;
  border-top:1px solid #e9e9e9;
}
.store-footer a .unicode {
    display: none
}

.s-contacts-icon:where([dir=rtl],[dir=rtl] *) {
    margin-left: 0
}

.footer-is-light .store-footer .contact-social {
    margin: 0
}

.store-footer__inner .s-contacts-list {
    display: flex;
    align-items: center;
    border: none;
    margin-top: 0;
    flex-wrap: wrap;
    flex-direction: row;
    gap:8px
}

.footer-is-light .store-footer .contact-social {
    border: none
}

footer .store-footer__inner .container div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20:before {
    content: "";
    background: url(https://media.zid.store/eeebe6f0-dc0e-46e7-a4fb-56c7c4f3196f/14a7d2c7-c574-43e2-8f12-ea016490cbd5.png) center / contain no-repeat;
    display: block;
    max-width: 11rem;
    height: 2.5rem;
}

.store-footer a.flex.items-center.m-0 h3 {
    display: none
}

.store-footer__inner .container:first-of-type div:nth-of-type(3) div h3 {
    display: none
}

.store-footer__inner .container:first-of-type div:nth-of-type(3) div a {
    margin-bottom: 0
}

.store-footer__inner .container:first-of-type div:nth-of-type(3) div:first-of-type a i,.store-footer__inner .container:first-of-type div:nth-of-type(3) div a i {
    color: #fff;
    transition: all .3s ease;
    font-size: 18px
}

.store-footer__inner .container:first-of-type div:nth-of-type(3) div a,.s-contacts-icon {
    border: none
}

.store-footer__inner .container:first-of-type div:nth-of-type(3) div a:hover {
    opacity: .6
}

.store-footer p.max-w-sm.leading-6.mb-6 {
    padding-top: 1rem;
    max-width: 100%;
}
.store-footer h3 {
  color: #000;
}
.s-contacts-icon svg, .s-social-link a svg {
  height: 1rem;
  width: 1rem;
  fill: #fff;
}
.s-contacts-icon , footer .s-social-link a{
  height: 100%;
  width: 100%;
  background: #cc558f;
  padding: 10px;
}
/* ====== End Footer ====== */
/* ====== Media Queries  ====== */

@media (min-width: 1024px) {
.main-menu li.root-level>a{
        color: #fff;
}
.section-title{padding:8px 0}
section.s-block.s-block--fixed-banner:nth-of-type(9) .container a:after{padding-top:25px}
    .navbar-brand {
       order: -1;
    }
    .link a:hover{
      opacity:0.6
    }
        .s-reviews-container .swiper-slide {
        width: 25% !important;
    }
    footer .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    footer .lg\:col-span-2{
        grid-column: span 1 / span 2;
    }
    footer .container > div:nth-of-type(2){
      grid-column: span 2 / span 2;
    }
}
@media(max-width: 768px) {

.store-footer .s-social-list {
    order: 1;
}
.s-block__title h2{    font-size: 1.25rem;}
.s-reviews-testimonial{
  padding: 1rem 1.5rem;
}
.link a {
    font-size: 1rem;
    padding: 4px 25px 6px;
}
    .item img {
        max-width: 200px;
    }
    section.s-block.s-block--fixed-banner:first-of-type {
        top: -112px;
        margin-bottom: -5rem;
    }
.s-block.s-block--banners:nth-of-type(10) .grid .banner-entry{
    flex: 0 0 30%;
}
.product-index #page-main-title{
 font-size:1rem
}
.index .s-products-slider-card {
  max-width: 60%;
  }

.store-footer__inner .container div:nth-of-type(3) salla-contacts .s-contacts-title{
  display:none
}
.store-footer .contact-social{
  padding:0
}

.store-footer__inner .s-contacts-list {
    justify-content: center;
}
footer p.text-gray-400.mb-2\.5.md\:mb-0 {
    color: #fff;
    font-size: 0.875rem;
    padding-top:1rem
}
.store-footer p.max-w-sm.leading-6.mb-6, .s-menu-footer-item {
  font-size: 0.8rem;
}
.store-footer h3, footer .store-footer__inner .container div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20:before {
  font-size: 1.125rem;
}
section.s-block.s-block--banners .s-block__title h2:after, section.s-block.s-block--fixed-banner:nth-of-type(9) .container:after , .section-sub{
  font-size: 0.9rem;
}
.md\:flex.items-center.justify-between.py-4.container.text-center{
  display: flex;
  flex-direction: column-reverse;
  padding: 2px 1rem 0;
  gap:10px
}
.copyright-text p{
  padding-top:15px
}
.store-footer .store-footer__inner{
  padding-bottom:0
}
 header a.navbar-brand.navbar-brand--main {
        margin: .5rem auto !important
    }
section.s-block.s-block--banners .s-block__title h2, section.s-block.s-block--fixed-banner:nth-of-type(9) .container a:after, .section-title, section.s-block.s-block--fixed-banner .container:before, .s-reviews-header {
    font-size: 1.25rem
}
    .navbar-brand img {
        max-height: 2.8rem
    }

    footer .store-footer__inner .container div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20:before {
        margin: 0 auto
    }

    .store-footer .store-footer__inner,.store-footer a,footer .flex.rtl\:space-x-reverse.space-x-2.items-end,.s-social-list {
        text-align: center;
        justify-content: center
    }
}
div[data-testid="bcio__popupTeaser"]{
    top: 140px !important;
    transform: rotate(270deg) !important;
    left: -71px !important;
}