/* SoltanShop 3.12.1 — cart dialog header visual correction */
.soltanshop-cart-dialog__content .woocommerce-mini-cart__buttons{display:none!important}
/* Keep the original close-button and cart-icon cards. Only the shared header wrapper is flat. */
.soltanshop-cart-dialog__header{background:transparent!important;box-shadow:none!important;border:0!important}
.soltanshop-cart-dialog__header h2{background:transparent!important;box-shadow:none!important}
.soltanshop-cart-dialog__close{background:#f5f7fa!important;border:0!important;border-radius:11px!important;color:#9aa7bd!important}
.soltanshop-cart-dialog__icon{background:#fff0f3!important;color:#f03a50!important;border-radius:14px!important}
.woocommerce-cart .cart-empty.woocommerce-info{display:none!important}

/* Percentage mark must remain visible in carts and live search. */
.product-main-content__buy-content-price-discounted-percentage-svg,
.product-main-content__buy-content-price-discounted-percentage-svg svg,
.soltanshop-search-result__meta .percentage-svg,
.soltanshop-search-result__meta .percentage-svg svg{display:inline-flex!important;visibility:visible!important;opacity:1!important;flex:0 0 auto!important}
.product-main-content__buy-content-price-discounted-percentage-svg path,
.product-main-content__buy-content-price-discounted-percentage-svg circle{visibility:visible!important;opacity:1!important}

/* Compact product top section. */
.single-product .woocommerce-product-gallery,
.single-product .product-main-content__pictures{margin-bottom:4px!important;padding-bottom:0!important}
.single-product .product-main-content__pictures-text{margin:3px 0 7px!important;gap:8px!important}
.single-product .product-main-content__detail,
.single-product .product-main-content__details,
.single-product .product-main-content__features,
.single-product .product-main-content__specification{margin-top:6px!important}

/* Persian prose: prevent justification from stretching characters/words. */
.entry-content p,.entry-content li,.article-single__content p,.article-single__content li,
.single-blog__content p,.single-blog__content li,.single-blog__excerpt p,
.woocommerce-product-details__short-description p,.term-description p,
.product-main-content__description p,.product-main-content__details p{
 text-align:right!important;text-align-last:auto!important;letter-spacing:normal!important;word-spacing:normal!important;
 font-stretch:normal!important;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important
}

/* Recovery code card. */
.soltanshop-recovery-code-form{display:flex;flex-direction:column;gap:14px}
.soltanshop-recovery-hint{margin:0;color:#66738c;font-size:13px;line-height:2;text-align:center}
#soltanshop-recovery-code{text-align:center!important;direction:ltr!important;letter-spacing:8px!important;font-size:21px!important;font-weight:800!important}

@media(max-width:767px){
 .single-product .product-main-content__pictures-text{margin:2px 0 6px!important}
 .soltanshop-cart-dialog__content{max-height:52vh!important}
}
