/** Shopify CDN: Minification failed

Line 47:0 Unexpected "}"
Line 199:0 Unexpected "}"

**/
@media screen and (min-width: 1280px) {
    .header__logo {
        margin-left: 40px;
    }
        .header__logo {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
       .blog-sidebar {
        width: 350px;
        margin-right: 70px !important;
    }
        .header__cart-icon {
        margin-left: 22px !important;
    }
}

@media screen and (max-width: 768px) {
        vertical-align: baseline;
    white-space: nowrap;
    padding-left: 12px !important;
    display: table-cell;
}
.header__action-list {
    align-items: center;
    margin-left: 0 !important;
    display: flex;
}
.header__action-item:last-child {
    padding-right: 14px !important;
    margin-left: 11px;
}
.header .container {
    max-width: 100% !important;
    padding: 0 !important;
}
.text-with-icons__content-wrapper p.text-with-icons__title ,
.text-with-icons__item .text-with-icons__content-wrapper .text-with-icons__content.rte p {
    text-align: center;
}
}
@media screen and (min-width: 641px) {
    .announcement-bar__button svg {
        vertical-align: text-bottom;
        width: 20px;
        height: 17px;
        margin-left: 12px !important;
        display: inline-block;
    }
}
@media screen and (min-width: 1000px) {
        .blog-sidebar {
        flex: none;
        width: 300px;
        margin-right: 60px !important;
    }
    .product-block-list {
        position: relative;
        direction: ltr !important;
    }
        .nav-bar__link .icon--arrow-bottom {
        width: 12px;
        height: 8px;
        margin-right: 10px !important;
    }
}
.article__navigation a.article__navigation-item.text--strong.link {
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
    align-items: center;
}
@media screen and (min-width: 641px) {
    .header__logo {
        margin-right: 28px !important;
        margin-left: 28px !important;
    }
        .header__action-list {
        padding-right: 28px !important;
        gap: 10px !important;
    }
        .text-with-icons__icon-wrapper {
        margin: .5em 0 0 18px !important;
    }
    .announcement-bar__inner {
        align-items: center;
        display: flex;
        justify-content: space-between;
        
    }
        .announcement-bar__content {
        margin-right: 0 !important;
        padding: 7px 0;
    }
}

@media screen and (max-width: 640px) {
    .footer__title {
    justify-content: flex-end !important;
    align-items: center;
    margin-bottom: 0;
    padding: 19px 0;
    display: flex;
    gap: 20px;
}
    .footer__title {
        flex-direction: row-reverse !important;
    }
    article .container {
    overflow: hidden;
}
.article__image-wrapper {
    width: calc(100% + (var(--mobile-container-gutter) * 2));
    right: calc(-1 * var(--mobile-container-gutter)) !important;
    z-index: 1;
    margin-top: 4px;
    position: relative;
}

}

.product-form__info-title {
    vertical-align: baseline;
    white-space: nowrap;
    padding-left: 12px !important;
    display: table-cell;
}
.article__navigation--align-right {
    justify-content: flex-start !important;
}
.product-meta__reference {
    text-align: right !important;
}
.pagination__prev, .pagination__next {
    align-items: center;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    flex-direction: row-reverse !important;
}
.collection__filter-group-name svg {
    width: 12px;
    height: 8px;
    margin-right: 10px !important; 
    transition: transform .25s ease-in-out;
}
.mobile-menu__help-wrapper .icon--bi-phone , .mobile-menu__help-wrapper .icon--bi-email{
    margin-left: 16px !important;
}
.article__share-label {
    margin-left: 20px !important;
}
.mobile-menu__back-button {
    text-align: right !important;
    width: 100%;
    display: block;
}
.mobile-menu__nav-link {
        gap: 13px !important;
    justify-content: flex-end !important;
}
.mobile-menu__nav-link {
    flex-direction: row-reverse !important;
}
.form__floating-label {
    right: 13px !important;
}
.product-item__label-list {
    z-index: 2;
    font-size: 0;
    position: absolute;
    top: 5px !important;
    right: -1px !important;
}
.product-meta__reference {
    text-align: left;
}
.footer__title {
    text-align: right !important;
}
.header__inner {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.product-item--horizontal .product-item__image-wrapper, .product-item--list .product-item__image-wrapper {
    flex: none;
    width: 120px;
    margin: 0 0 0 20px !important;
}
}
.product-item__label-list {
    z-index: 2;
    font-size: 0;
    position: absolute;
    top: 11px;
    right: -1px !important;
}
/* Enable RTL when Arabic is active */
html[lang="ar"] {
  direction: rtl;
}
html[lang=ar] body p {
    text-align: right;
}
.rte ul, .rte ol {
    margin-right: 18px;
}
.rte ul li:before {
    content: "";
    background: rgba(var(--text-color-rgb),.4);
    border-radius: 100%;
    width: 5px;
    height: 5px;
    position: absolute;
    top: .8em;
    right: -18px !important;
}
.rte table th, .rte table td {
    padding: 3px 6px;
    text-align: right !important; 
}
/* Set right-aligned text */
html[lang="ar"] body {
  text-align: right;
  /* overflow:hidden !important    ; */
  /* font-family: "Tajawal", "Cairo", sans-serif; Optional Arabic font */
}

/* Header, Footer, and Main areas RTL */
html[lang="ar"] .site-header,
html[lang="ar"] .site-footer,
html[lang="ar"] .main-content {
  direction: rtl;
}

/* Grid & layout fixes */
html[lang="ar"] .grid,
html[lang="ar"] .grid--rev,
html[lang="ar"] .grid__item {
  text-align: right;
  float: right;
}

/* Section & cards padding adjustments */
html[lang="ar"] .section,
html[lang="ar"] .product-card,
html[lang="ar"] .collection-grid-item {
  padding-left: 0;
  padding-right: 20px;
}

/* Flip arrows & icons */
html[lang="ar"] .icon-arrow,
html[lang="ar"] .slick-prev::before,
html[lang="ar"] .slick-next::before {
  transform: rotate(180deg);
}

/* Navigation RTL fix */
html[lang="ar"] .site-nav,
html[lang="ar"] .site-nav__link {
  text-align: right;
  justify-content: flex-end;
}
