/** Shopify CDN: Minification failed

Line 26:2 "maring" is not a known CSS property
Line 351:14 Unexpected "{"
Line 351:23 Expected ":"
Line 351:29 Unexpected "{"
Line 353:14 Expected identifier but found whitespace
Line 353:16 Unexpected "{"
Line 353:25 Expected ":"
Line 354:26 Expected identifier but found "{"
Line 354:27 Unexpected "{"
Line 354:36 Expected ":"
... and 9 more hidden warnings

**/
.product-single__meta .product-block
{
  margin:0 0 0.5rem 0;
}
.product-single__meta .product-block .product-single__title
{
  margin:0;
}
.product-single__meta .product-title
{
  maring:0 !important;
}
.product-customliquid { 
    color: #6e6e6e;
    margin: 0;
    font-size: .75rem;
    font-weight: 300;
    line-height: normal;
    display: inline-block;
}

[data-original-title="Remove from Favourites"] {
  color: #FF525F; /* تغيير لون النص */
}
.product-card__overlay-btn.js-btn-wishlist svg:hover path
{
  fill: #FF525F;
}
.product-card--style6 .product-card__overlay:hover .js-btn-wishlist
{
    color:#FF525F;

}
.product-card--style6 .product-card__overlay:active .js-btn-wishlist
{
  /* border: solid 1px #230077; */
}


.u-btn--tertiary {
    font-size: 14 !important;
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  min-width:25% !important;
  border: solid 1px #3a2e2c !important;
}
.u-btn--tertiary:hover {
color: #fff;
  background: #3a2e2c;
}

.social-footer .site-footer__list
{
  flex-wrap: nowrap;
}
.product-card__swatch.sw_color .js-swatch-card-item.active:before, .product-card__swatch.sw_color .js-swatch-card-item:hover:before
{
  transform: scale(0.8);
}
.pswp__bg, .pswp__ui--idle .pswp__top-bar, .pswp__button .pswp__button--zoom, .pswp__ui .pswp__ui--fit, .pswp__ui .pswp__ui--fit .pswp__ui--over-close
{
  background: #EEECEF !important;
  opacity: 1 !important;
  color: #444 !important;
}


.product-form__cart-submit{
    padding: 1.5625rem 0;
}
@media (max-width: 767px) {

.product-card__swatch.sw_color .js-swatch-card-item {
    border-color: #929292 !important;
    transform: scale(2.8);
    margin: 20px 15px;
}
  .category-item{
 margin: 0 0.3rem 0 0 !important;
  }
  .AjaxinatePagination .btn
  {
    width:100% !important;
  }
  .g-breadcrumb{
    margin-bottom:5px !important;
  }
 
  }
.grid__item 
{
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.swatch-more
{
  display:none
}
.product-card__overlay
{
  padding:5px
}
.product-card--style6 .product-card__overlay .js-btn-wishlist:active
{
  border:solid 1px #3300AD;
}
.drawer
{
 transition: all .35s cubic-bezier(.33,.59,.14,1);
}
.product-card__swatch
{
  height:30px;
}
.pswp__top-bar,.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption
{
  background-color: #EEECEF !important;
}
.pswp__top-bar button{
  color:#444 !important;
}

@media (min-width: 1024px) {

.sticky-btn{
  display:none !important;
}
.sidebar-collapse-left
{
  width:100%
}

  }

    .c-footer-legal-links__item {
        font-size: .6875rem;
    }
.c-breadcrumb--title a
{
   color: #6e6e6e !important;
    font-size: .75rem;
    font-weight: 300 !important;
    line-height: normal;
  }
.c-breadcrumb--title span
{
    color: #3a2e2c !important;
    font-size: .75rem;
    font-weight: 400 !important;
    line-height: normal;
  }

@media (max-width: 991px) {
    .sidebar-collapse-left {
        max-width: 100% !important;
    }
.collection-drawer-collapse-left .product-count-vertical{
    display:block !important;
  }
}

@media (max-width: 767px) {

.two-col .product-card__swatch.sw_color .js-swatch-card-item{
  transform: scale(1);
  margin: 0 5px 0 0 ;
}
.product-count-vertical
  {
    margin:auto;
    text-align:left;
  }
}
.facets-vertical .facets__summary>div>span {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.125rem;
}
.size-grid .list-unstyled{
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 1.25rem;
    margin-right: .625rem;
    display: grid
}
    .size-grid .facets__item {
        width: 100%;
        margin: 0px;
      padding:0px !important;
    }
 .size-grid .facets__item label{
        height: 3.125rem;
   border: 1px solid #929292;
 }
 .size-grid .facets__item label:hover{
       border: 2px solid #7f7776;
 }

.color_grid .list-unstyled{
    flex-direction: column;
    margin: 0 .1875rem .625rem;
    padding: 0;
    font-size: .75rem;
    line-height: .75rem;
    list-style: none;
    grid-template-columns: repeat(5, 1fr);
    display: grid
}
    .color_grid  .facets__item {
        width: 100%;
        margin: 0px;
      padding:0px !important;
      display:grid !important;
    }
 .color_grid  .facets__item label{
  word-wrap: break-word;
    flex-wrap: nowrap;
    flex: 0 0 50%;
    align-items: flex-start;
    min-width: 25%;
    margin-bottom: 1.125rem;
    margin-left: 0;
    margin-right: 0;
 }
 .color_grid .facets_bg{
   width:30px !important;
   height:30px !important;
 }
.facet-color-name
{
  font-size: 0.75rem;
  line-height: .75rem;
  width:100%;
}
/* تطبيق الإطار عند التحديد */
.facet-checkbox input[type="checkbox"]:checked + svg {
  border: 2px solid #444; /* لون وسمك الإطار حسب رغبتك */
  border-radius: 4px; /* اختياري: لجعل الحواف دائرية */
}
/* التأثير عند التحديد */
.facet-checkbox > input[type=checkbox]:checked ~ .facets_bg {
  position: relative;
}

.facet-checkbox > input[type=checkbox]:checked ~ .facets_bg:before {
  content: '';
  position: absolute;
  opacity: 1;
  border: 1px solid #444;
  top: -6px;
  right: -6px;
  left: -6px;
  bottom: -6px;
}

.list-menu__item:hover .facets_bg:before {
    /* position: absolute; */
    opacity: 1;
    border: 1px solid #444;
    /* top: -6px; */
    /* right: -6px; */
    /* left: -6px; */
    /* bottom: -6px; */
    transform: scale(1);
}
.out-of-stock {
    background: linear-gradient(to top right, transparent, transparent calc(50% - .8px), #929292, transparent calc(50% + .8px), transparent);
    border-color: #929292;
}
.mini-cart-item {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.mini-cart-meta {
  flex: 1;
}

.product-title {
  font-size: 16px;
}

.product-details p {
  margin: 0;
  font-size: 14px;
}

.product-pricing .current-price {
  font-size: 18px;
  font-weight: bold;
}

.product-pricing .old-price {
  font-size: 14px;
}

.product-pricing .discount-info {
  font-size: 12px;
}

.product-actions button {
  font-size: 14px;
  color: #007bff;
  text-decoration: none;
}

.product-actions button:hover {
  text-decoration: underline;
}

.remove-item {
  background: none;
  border: none;
  cursor: pointer;
}
#shopify-section-template--18203426226355__faq_accordion_xedmwh .c-sectional-grid__title span
{
  font-size:3.75rem !important;
  margin:1.875rem 0 0;
}
#shopify-section-template--18203426226355__faq_accordion_xedmwh .c-sectional-grid__title, #shopify-section-template--18203426226355__faq_accordion_xedmwh .c-sectional-grid__title span,#shopify-section-template--18203426226355__faq_accordion_xedmwh .crafted-section__heading{
    padding: 3.125rem 0 4.375rem !important;

}
#shopify-section-template--18203426226355__faq_accordion_xedmwh .c-paragraph
{
    flex: 0 0 100%;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1rem;
  margin-top: 1.875rem;
}
 .customstyle{{ section.id }}{ 
      position: relative;
      z-index: {{ section.settings.zindex }};
      background-position:{{ section.settings.e_pos }} !important;
      background-repeat:{{ section.settings.e_repeat }} !important;
      background-size:{{ section.settings.e_size }} !important;
    }
    .card-faqs{
        border-bottom: 1px solid #ebebeb;
        padding: ;
    }
    .card-faqs:first-child{
        border-top:1px solid #ebebeb;
    }
    .card-faqs-heading{
        cursor: pointer;
        position: relative;
        padding-right: 60px;
        
    }
    .faq-heading{
      padding-top:1.25rem;
      padding-bottom: 1.25rem;
      font-size: 1.125rem !important;
      font-weight: 300 !important;
      line-height: 1.5rem !important;
    }
    .faq-heading:hover{
      text-decoration:none !important;
    }
    .faq-heading .faq-icon{
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        text-align: center;
        position: absolute;
        top: 10px;
        right: 0;
    }
    .faq-heading .faq-icon i{
        font-size: 14px;
    }
    .faq-heading .faq-icon i::before{
        content: "\e92d";
    }
    .faq-heading.collapsed .faq-icon i::before{
        content: "\e93d";
    }
    .faq-heading.collapsed .faq-icon{
        background-color: transparent;
    }
    .card-faqs .card-body{
      padding-top: 0;
      padding-bottom: 1.5rem;
    }
.js-remove-mini-cart
{
  margin-left:0px !important;
  padding-left:0px !important;
}

.c-product-list-item__choice {
    color: #7d7373;
    font-size: .75rem;
    font-weight: 100;
    line-height: 1.125rem;
}
.js-mini-cart-content .mini-cart-meta
{
  padding-left: 20px;
}
.js-mini-cart-content .mini-cart-image
{
  padding-right:0px !important;
}