.rph-products-block{--rph-primary:#65438f;--rph-soft:#f8f5fc;--rph-text:#272131;--rph-muted:#716879;width:100%;max-width:980px;margin:32px auto;padding:20px;direction:rtl;border:1px solid #e5dfec;border-radius:18px;background:#fff;box-shadow:0 5px 20px rgba(42,28,60,.04);box-sizing:border-box;font-family:inherit;clear:both}.rph-products-block *,.rph-products-block *::before,.rph-products-block *::after{box-sizing:border-box}.rph-products-block a::before,.rph-products-block a::after{content:none!important;display:none!important}.rph-products-block__header{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:18px}.rph-products-block__heading{display:flex;align-items:flex-start;gap:10px;min-width:0}.rph-products-block__mark{flex:0 0 7px;width:7px;height:22px;background:var(--rph-primary);border-radius:4px;margin-top:3px}.rph-products-block__title{color:var(--rph-text);font-size:15px;font-weight:700;line-height:1.9}.rph-products-block__caption{white-space:nowrap;color:var(--rph-muted);font-size:11px;line-height:2.4}.rph-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.rph-products-block--count-1 .rph-products-grid{grid-template-columns:minmax(0,400px);justify-content:center}.rph-products-block--count-2 .rph-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:700px;margin:auto}.rph-products-block .rph-product-card{display:flex;float:none!important;width:auto!important;min-width:0!important;margin:0!important;padding:0!important;border:1px solid #e9e3ef;border-radius:12px;background:#fff;overflow:hidden;box-shadow:none;transition:border-color .18s,transform .18s}.rph-products-block .rph-product-card:hover{border-color:#b7a0d1;transform:translateY(-2px)}.rph-products-block .rph-product-card__link{display:flex;flex-direction:column;position:relative;width:100%;height:100%;padding:0!important;margin:0!important;border:0!important;text-decoration:none!important;color:var(--rph-text)!important;background:transparent!important;box-shadow:none!important}.rph-products-block .rph-product-card__link:focus-visible{outline:3px solid #9c7ac4;outline-offset:-3px;border-radius:12px}.rph-product-card__media{position:relative;background:#fff;padding:24px 15px 8px;isolation:isolate}.rph-product-card__image{display:flex;align-items:center;justify-content:center;height:145px}.rph-products-block .rph-product-card__image img{display:block!important;width:100%!important;max-width:190px!important;height:145px!important;max-height:145px!important;object-fit:contain!important;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important}.rph-product-card__stock{position:absolute;top:9px;right:10px;font-size:10px;color:#3c6652;display:flex;align-items:center;gap:4px}.rph-product-card__stock i{display:block;width:5px;height:5px;background:#4a7c61;border-radius:50%}.rph-product-card__stock.is-out-of-stock{color:#875361}.rph-product-card__stock.is-out-of-stock i{background:#875361}.rph-product-card__discount{position:absolute;top:8px;left:9px;background:#f5ecdc;color:#805d24;font-size:11px;border-radius:6px;padding:2px 6px}.rph-product-card__body{display:flex;flex-direction:column;flex:1;padding:12px;gap:12px;min-width:0}.rph-product-card__title{font-size:13px;line-height:1.9;font-weight:700;color:var(--rph-text);overflow-wrap:anywhere}.rph-product-card__features{display:flex;flex-direction:column;gap:5px;flex:1}.rph-product-card__feature{display:flex;align-items:flex-start;gap:6px;color:var(--rph-muted);font-size:11px;line-height:1.8}.rph-product-card__check{display:block;flex:0 0 4px;width:4px;height:4px;border-radius:50%;background:#a690bd;margin-top:7px}.rph-product-card__feature-text{overflow-wrap:anywhere}.rph-product-card__features--empty{min-height:0}.rph-product-card__footer{margin-top:auto;display:flex;flex-direction:column;gap:10px}.rph-product-card__price-wrap{padding:10px;background:var(--rph-soft);border-radius:8px}.rph-product-card__price-label{display:block;color:var(--rph-muted);font-size:9px;margin-bottom:5px}.rph-product-card__price{display:flex;flex-direction:column;gap:4px;min-width:0;color:var(--rph-text);font-size:15px;font-weight:700;line-height:1.8}.rph-product-card__current-price{display:block;overflow-wrap:anywhere}.rph-products-block .woocommerce-Price-amount{display:inline!important;float:none!important;font-size:inherit!important;font-weight:inherit!important;white-space:normal!important;color:inherit!important}.rph-products-block .woocommerce-Price-currencySymbol{font-size:10px!important;font-weight:400!important;white-space:nowrap!important}.rph-products-block bdi{unicode-bidi:isolate}.rph-products-block del.rph-product-card__regular-price{display:block!important;color:#8a8290!important;font-size:11px!important;font-weight:400!important;background:transparent!important;opacity:1!important}.rph-product-card__price--fallback{font-size:13px}.rph-product-card__button{display:flex;align-items:center;justify-content:space-between;width:100%;gap:10px;padding:9px 12px;background:var(--rph-primary);color:#fff;border-radius:8px;font-size:11px;font-weight:600}.rph-product-card__button svg{flex:none;stroke:currentColor}.rph-products-block .rph-product-card__link:hover .rph-product-card__button{background:#513376}@media(max-width:680px){.rph-products-block{padding:14px;margin:24px auto;border-radius:14px}.rph-products-block__header{gap:8px}.rph-products-block__title{font-size:13px}.rph-products-block__caption{display:none}.rph-products-block .rph-products-grid{display:flex;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;gap:10px;padding:3px 2px 12px;max-width:none;justify-content:flex-start;scrollbar-width:thin;scrollbar-color:#baa9cf #f4f1f8}.rph-products-block .rph-product-card{flex:0 0 78%;scroll-snap-align:start;max-width:300px}.rph-products-block--count-1 .rph-products-grid{justify-content:center}.rph-products-block--count-1 .rph-product-card{flex-basis:100%;max-width:360px}.rph-product-card__image,.rph-products-block .rph-product-card__image img{height:130px!important;max-height:130px!important}.rph-product-card__title{font-size:12px}.rph-product-card__price{font-size:14px}.rph-product-card__body{padding:11px;gap:10px}}@media(prefers-reduced-motion:reduce){.rph-products-block .rph-product-card{transition:none}.rph-products-block .rph-product-card:hover{transform:none}}@media print{.rph-products-block{break-inside:avoid;box-shadow:none}.rph-product-card__button{display:none}}
