.elementor-8105 .elementor-element.elementor-element-365e958{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8105 .elementor-element.elementor-element-dcb0222{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-8105 .elementor-element.elementor-element-dc532fc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8105 .elementor-element.elementor-element-effe6c8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.products-heading-show .related-products > h2, .elementor-widget-wc-archive-products.products-heading-show .upsells > h2, .elementor-widget-wc-archive-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products .elementor-products-nothing-found{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-8105 .elementor-element.elementor-element-a90ccef.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-8105 .elementor-element.elementor-element-a90ccef.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(min-width:768px){.elementor-8105 .elementor-element.elementor-element-dc532fc{--width:25%;}.elementor-8105 .elementor-element.elementor-element-effe6c8{--width:75%;}}@media(max-width:1024px){.elementor-8105 .elementor-element.elementor-element-a90ccef.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-8105 .elementor-element.elementor-element-a90ccef.elementor-wc-products  ul.products{grid-column-gap:10px;grid-row-gap:10px;}}/* Start custom CSS for shortcode, class: .elementor-element-8eb9b19 */.beban-categories {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 15px;
}
.beban-category-card {
    /*flex: 1 1 calc(12% - 15px);*/
    /*max-width: calc(12.7% - 15px);*/
    height: 155px;
    text-align: center;
    cursor: pointer;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
}

.beban-category-card-image img {
    border-radius: 50%;
}

.beban-category-card-title {
    margin-top: 10px;
    font-size: 12px;
    color: #333;
}

.hidden {
    display: none;
}

@media (max-width: 950px) {
    .beban-categories {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 15px;
    }

    .beban-category-card {
        flex: 0 0 calc(100% / 4); 
        max-width: calc(100% / 4);
    }

    .beban-categories::-webkit-scrollbar {
        height: 8px;
    }

    .beban-categories::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 4px;
    }

    .beban-categories::-webkit-scrollbar-track {
        background-color: #f9f9f9;
    }
}

@media (max-width: 950px) {
    .beban-categories {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 15px;
    }

    .beban-category-card {
        flex: 0 0 calc(100% / 4);
        max-width: calc(100% / 4);
    }

    .beban-categories::-webkit-scrollbar {
        height: 8px;
    }

    .beban-categories::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 4px;
    }

    .beban-categories::-webkit-scrollbar-track {
        background-color: #f9f9f9;
    }
}


@media (max-width: 768px) {

    .beban-category-card {
        flex: 0 0 calc(100% / 4);
        max-width: calc(100% / 4);
    }
}

@media (max-width: 768px) {

    .beban-category-card {
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
    }
}/* End custom CSS */
/* Start custom CSS for wc-archive-products, class: .elementor-element-a90ccef *//* ردیف برند + ستاره زیر تصویر، بالای عنوان */
ul.products li.product .pmr-card-meta-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:10px 12px 4px;
}

/* برند */
ul.products li.product .pmr-card-brand{
  color:#667085;
  font-size:.9rem;
  font-weight:500;
}
ul.products li.product .pmr-card-brand-link{
  color:#667085;
  text-decoration:none;
}
ul.products li.product .pmr-card-brand-link:hover{
  color:#192C70;
}

/* ستاره‌ها */
ul.products li.product .pmr-card-stars .star-rating{
  margin:0;
  transform:translateY(1px);
}
.elementor-products-grid ul.products.elementor-grid li.product {
  background: #f2f2f2 !important;
  border-radius: 20px !important;
  padding: 10px !important;
}
.elementor-products-grid ul.products.elementor-grid li.product img
{
  border-radius: 10px !important;
}
.elementor-products-grid ul.products.elementor-grid li.product h2
{
  font-family: IRANYekanX !important;
  font-weight: 500 !important;
  color: #1D1E1F !important;
  font-size: 14px !important;
  line-height: 22px !important;
}


/* دکمه آیکونی پایه */
.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .button{
  display:inline-flex; align-items:center; justify-content:center;
  width:48px; height:48px;
  border-radius:16px;
  background:#52B788; /* سبز */
  box-shadow:none !important;
  transition:transform .15s, box-shadow .2s, background-color .2s;
  position:absolute !important ; left: 0px;
  bottom: 0px !important;
  
}


.pmr-icon-btn--ghost:hover{ background:#dbe6ef; }

/* آیکن‌ها */
.pmr-icon{font-size:20px; fill:#fff; }
.pmr-icon-btn--ghost .pmr-icon{ fill:#fff; } /* فلش آبی در حالت اطلاعات بیشتر */

/* در کارت محصول، دکمه را تمام‌عرض نکن */
ul.products li.product .pmr-icon-btn{ width:46px; height:46px; border-radius:14px; }

/* دسترسی */
.screen-reader-text{ position:absolute; clip:rect(1px,1px,1px,1px); padding:0; border:0; height:1px; width:1px; overflow:hidden; }

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: .5em;
  min-width: 32px;
  display: block;
  width: 32px !important;}
  .woocommerce nav.woocommerce-pagination ul {
  border: 0 !important;
  border-left: 0;
  color: #000 !important;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-left: 0 !important;
}
.woocommerce nav.woocommerce-pagination ul li
{
  border: 1px solid rgb(242 228 241) !important;
  margin:5px !important;
  border-radius:5px !important;
  background: #F2F2F2 !important;
    color: #000 !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #52B788;
  color: #fff !important;
}
.pmr-icon.pmr-icon--arrow {
  transform: rotate(180deg) !important;
  
}


/* مخفی کردن نماد تومان */
.elementor-8105 .elementor-element.elementor-element-a90ccef .woocommerce-Price-currencySymbol {
display: none !important;
}

/* افزودن آیکن SVG تومان بعد از مبلغ */
.elementor-8105 .elementor-element.elementor-element-a90ccef .woocommerce-Price-amount::after {
 content: "";
 display: inline-block;
 width: 19px; /* اندازه دلخواه آیکن */
 height: 19px;
 background-image: url('https://pharmamed24.com/wp-content/uploads/2025/10/pricetoman.svg');
/* آدرس آیکن SVG */

 background-size: contain;
 background-repeat: no-repeat;
 background-position: center;
margin-right: 2px; /* فاصله بین آیکن و عدد */
 vertical-align: middle;
 filter: brightness(0) saturate(100%) invert(41%) sepia(2%) saturate(94%) hue-rotate(178deg) brightness(60%) contrast(90%);

}/* End custom CSS */