.qbp-store,.qbp-product-manager,.qbp-cart,.qbp-checkout,.qbp-orders,.qbp-order-detail,.qbp-product-single,.qbp-product-form{max-width:1100px;margin:20px auto;padding:18px;box-sizing:border-box;direction:rtl;font-family:inherit;color:#171717}.qbp-store__head,.qbp-product-manager>header,.qbp-cart>header,.qbp-order-detail>header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.qbp-store__head h1,.qbp-product-manager h2,.qbp-cart h1,.qbp-orders h1,.qbp-order-detail h1,.qbp-product-single h1{margin:3px 0;font-size:26px}.qbp-store__head p,.qbp-product-manager header p{margin:0;color:#777;font-size:12px}.qbp-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.qbp-product-card{border:1px solid #e8e8e8;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.04)}.qbp-product-card__media{display:grid;place-items:center;aspect-ratio:1/1;background:#f5f5f5;text-decoration:none;color:#777;font-size:40px}.qbp-product-card__media img{width:100%;height:100%;object-fit:cover;display:block}.qbp-product-card__body{padding:12px;display:grid;gap:7px}.qbp-product-card__title{font-weight:800;color:#171717;text-decoration:none;min-height:38px}.qbp-product-card__body strong,.qbp-product-single__price strong{font-size:18px}.qbp-product-card__body del,.qbp-product-single__price del{color:#999;font-size:11px}.qbp-commerce-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;border:0;border-radius:11px;background:#171717;color:#fff;text-decoration:none;padding:10px 14px;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.qbp-commerce-btn--ghost{background:#fff;color:#171717;border:1px solid #ddd}.qbp-commerce-notice,.qbp-commerce-empty,.qbp-payment-account{padding:14px;border-radius:12px;background:#f6f6f6;margin:12px 0;line-height:1.9;font-size:12px}.qbp-commerce-notice--success{background:#eef9f1}.qbp-commerce-notice--warning{background:#fff8e8}.qbp-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.qbp-product-form{border:1px solid #e5e5e5;border-radius:16px;background:#fff;display:grid;gap:12px}.qbp-product-form label,.qbp-checkout label{display:grid;gap:6px;font-size:12px;font-weight:700}.qbp-product-form input,.qbp-product-form textarea,.qbp-product-form select,.qbp-checkout input,.qbp-checkout textarea{width:100%;box-sizing:border-box;border:1px solid #ddd;border-radius:10px;padding:10px;font:inherit;background:#fff}.qbp-product-manager__list{display:grid;gap:8px;margin-bottom:18px}.qbp-product-manager__list article{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;border:1px solid #eee;border-radius:12px;background:#fff}.qbp-product-manager__list article>div{display:flex;align-items:center;gap:10px}.qbp-product-manager__list img{width:50px;height:50px;object-fit:cover;border-radius:9px}.qbp-product-manager__list small{display:block;color:#777;margin-top:3px}.qbp-cart-table{width:100%;border-collapse:collapse;background:#fff}.qbp-cart-table th,.qbp-cart-table td{padding:10px;border-bottom:1px solid #eee;text-align:right;font-size:12px}.qbp-cart-table input{width:70px;border:1px solid #ddd;border-radius:8px;padding:7px}.qbp-cart-table button{border:0;background:none;color:#a11;font-size:22px;cursor:pointer}.qbp-cart-total{display:flex;justify-content:flex-end;align-items:center;gap:15px;margin-top:15px}.qbp-cart-total strong{font-size:20px}.qbp-checkout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px}.qbp-checkout__main{display:grid;gap:12px}.qbp-checkout-step{display:grid;grid-template-columns:36px 1fr;gap:12px;border:1px solid #e8e8e8;border-radius:15px;padding:16px;background:#fff}.qbp-checkout-step>b{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#171717;color:#fff}.qbp-checkout-step h3{margin:0 0 10px}.qbp-payment-account pre{white-space:pre-wrap;font:inherit;margin:7px 0}.qbp-checkout__summary{height:max-content;position:sticky;top:20px;border:1px solid #e8e8e8;border-radius:15px;padding:15px;background:#fff}.qbp-checkout__summary>div,.qbp-order-item{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid #eee;font-size:12px}.qbp-order-list{display:grid;gap:8px}.qbp-order-list>a{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:13px;border:1px solid #eee;border-radius:12px;text-decoration:none;color:#171717;background:#fff}.qbp-order-list small{grid-column:2/-1;color:#888}.qbp-order-status{padding:7px 10px;border-radius:999px;background:#eee;font-size:11px}.qbp-order-status--payment_review{background:#fff3cd}.qbp-order-status--paid,.qbp-order-status--completed{background:#e8f7ed}.qbp-order-status--cancelled,.qbp-order-status--failed,.qbp-order-status--refunded{background:#fdecec}.qbp-order-detail__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.qbp-order-detail__grid>div,.qbp-order-address{border:1px solid #eee;border-radius:15px;padding:15px;background:#fff}.qbp-product-single{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:28px}.qbp-product-single__media{background:#f6f6f6;border-radius:18px;overflow:hidden;position:relative}.qbp-product-single__media img{display:block;width:100%;height:auto;max-height:650px;object-fit:contain}.qbp-product-single__media>.qbp-product-stock-badge{position:absolute;right:12px;top:12px;padding:7px 11px;background:rgba(255,255,255,.94);border:1px solid rgba(0,0,0,.07);border-radius:999px;font-size:11px;font-weight:800;z-index:6}.qbp-product-single__body{padding:10px 0}.qbp-product-single__body>span{color:#777;font-size:11px}.qbp-product-single__price{display:flex;align-items:center;gap:10px;margin:15px 0}.qbp-add-cart-form{display:flex;gap:8px;margin:18px 0}.qbp-add-cart-form input{width:90px;border:1px solid #ddd;border-radius:10px;padding:10px}@media(max-width:850px){.qbp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.qbp-checkout,.qbp-product-single,.qbp-order-detail__grid{grid-template-columns:1fr}.qbp-checkout__summary{position:static}.qbp-form-grid{grid-template-columns:1fr}}@media(max-width:520px){.qbp-store,.qbp-product-manager,.qbp-cart,.qbp-checkout,.qbp-orders,.qbp-order-detail,.qbp-product-single,.qbp-product-form{margin:0;padding:12px}.qbp-product-grid{gap:8px}.qbp-product-card__body{padding:9px}.qbp-product-card__title{font-size:12px}.qbp-cart-table th:nth-child(2),.qbp-cart-table td:nth-child(2){display:none}.qbp-cart-total{flex-wrap:wrap}.qbp-order-list>a{grid-template-columns:auto 1fr}.qbp-order-list>a b{grid-column:2}.qbp-product-manager>header{align-items:flex-start}.qbp-product-manager__list article{align-items:flex-start}}
.qbp-profile-store-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px}.qbp-profile-store-head p{margin:3px 0 0;color:#777;font-size:11px}.qbp-profile-store-section>.qbp-store{max-width:none;margin:0;padding:0}.qbp-profile-store-section>.qbp-store>.qbp-store__head{display:none}.qbp-profile-store-section .qbp-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:700px){.qbp-profile-store-section .qbp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

.qbp-product-card__owner-actions{display:flex;gap:7px;align-items:center;margin-top:2px}
.qbp-product-card__owner-actions form{margin:0}
.qbp-commerce-btn--danger{background:#b42318!important;color:#fff!important}
.qbp-product-manager__actions{display:flex;gap:7px;align-items:center}
.qbp-product-manager__actions form{margin:0}
.qbp-profile-store-section .qbp-product-card__owner-actions{flex-wrap:wrap}
.qbp-admin-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.qbp-admin-product-grid input,.qbp-admin-product-grid textarea{max-width:100%;box-sizing:border-box}
@media(max-width:600px){.qbp-product-card__owner-actions,.qbp-product-manager__actions{flex-direction:column;align-items:stretch}.qbp-product-card__owner-actions .qbp-commerce-btn,.qbp-product-manager__actions .qbp-commerce-btn{width:100%}.qbp-admin-product-grid{grid-template-columns:1fr}}

/* v25.24.8 — product gallery + metadata */
.qbp-product-slider{width:100%;max-width:720px;margin:0 auto 14px}.qbp-product-slider__main{position:relative;aspect-ratio:1/1;max-height:620px;overflow:hidden;border-radius:18px;background:#f4f4f4}.qbp-product-slider__image{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;opacity:0;visibility:hidden;transition:opacity .2s ease}.qbp-product-slider__image.is-active{opacity:1;visibility:visible}.qbp-product-slider__thumbs{display:flex;gap:8px;overflow-x:auto;padding:10px 2px 4px;scrollbar-width:thin;direction:rtl}.qbp-product-slider__thumb{flex:0 0 64px;width:64px;height:64px;padding:0;border:2px solid transparent;border-radius:10px;overflow:hidden;background:transparent;cursor:pointer}.qbp-product-slider__thumb.is-active{border-color:currentColor}.qbp-product-slider__thumb img{width:100%;height:100%;object-fit:cover;display:block}.qbp-product-gallery-editor{display:flex;gap:8px;overflow-x:auto;padding:8px 0}.qbp-product-gallery-editor img{width:72px;height:72px;object-fit:cover;border-radius:10px;flex:0 0 72px}

/* QBP v25.24.9 — reliable product media/category UI */
.qbp-product-category-picker{display:grid;gap:9px;padding:12px;border:1px solid #e8e8e8;border-radius:12px;background:#fafafa}
.qbp-product-category-picker>strong{font-size:12px}
.qbp-product-media-picker{display:grid;gap:8px;padding:12px;border:1px solid #e8e8e8;border-radius:12px;background:#fafafa}
.qbp-product-media-picker small{color:#777;line-height:1.8}
.qbp-product-gallery-editor{min-height:8px;display:flex;gap:8px;overflow-x:auto;padding:8px 0;direction:rtl}
.qbp-product-gallery-editor img{width:78px!important;height:78px!important;object-fit:cover!important;border-radius:10px!important;flex:0 0 78px!important;border:1px solid #e5e5e5}
.qbp-product-slider__main{min-height:260px}
.qbp-product-slider__main:empty:after{content:'تصویر محصول موجود نیست';display:grid;place-items:center;height:100%;min-height:260px;color:#999;font-size:13px}
.qbp-receipt-preview{margin:10px 0;padding:8px;border:1px solid #e8e8e8;border-radius:12px;background:#fafafa;text-align:center}
.qbp-receipt-preview img{max-width:100%;height:auto;max-height:320px;object-fit:contain;border-radius:9px;display:block;margin:auto}
.qbp-vendor-order-status-form{display:grid;gap:8px;margin-top:14px;padding-top:12px;border-top:1px solid #eee}
.qbp-vendor-order-status-form label{display:grid;gap:6px;font-size:11px;font-weight:700}
.qbp-vendor-order-status-form select{width:100%;padding:9px;border:1px solid #ddd;border-radius:9px;background:#fff;font:inherit}


/* QBP v25.25.0 — WooCommerce-style product surface, fixed media layout */
.qbp-product-single{align-items:start;gap:34px;max-width:1180px;background:#fff;border:1px solid #ececec;border-radius:24px;box-shadow:0 14px 40px rgba(0,0,0,.06);padding:22px}
.qbp-product-single__media{min-width:0;background:#fff;border-radius:20px;overflow:visible;position:relative}
.qbp-product-slider{width:100%;max-width:none;margin:0}
.qbp-product-slider__main{position:relative;width:100%;aspect-ratio:1/1;max-height:none;min-height:0;overflow:hidden;border-radius:20px;background:#f7f7f7;border:1px solid #ededed;box-shadow:inset 0 0 0 1px rgba(255,255,255,.65)}
.qbp-product-slider__image{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:12px;box-sizing:border-box;opacity:0;visibility:hidden;transition:opacity .22s ease,transform .28s ease}
.qbp-product-slider__image.is-active{opacity:1;visibility:visible}
.qbp-product-slider__image:hover{transform:scale(1.015)}
.qbp-product-slider__placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#999;background:linear-gradient(145deg,#f8f8f8,#f1f1f1);text-align:center}
.qbp-product-slider__placeholder span{font-size:52px;line-height:1}
.qbp-product-slider__placeholder strong{font-size:17px;color:#555}
.qbp-product-slider__placeholder small{font-size:11px;color:#999}
.qbp-product-slider__thumbs{display:flex;gap:9px;overflow-x:auto;padding:12px 2px 3px;scrollbar-width:thin;direction:rtl}
.qbp-product-slider__thumb{position:relative;flex:0 0 70px;width:70px;height:70px;padding:0;border:2px solid transparent;border-radius:12px;overflow:hidden;background:#f6f6f6;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:border-color .18s ease,transform .18s ease}
.qbp-product-slider__thumb:hover{transform:translateY(-1px)}
.qbp-product-slider__thumb.is-active{border-color:#171717}
.qbp-product-slider__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.qbp-product-slider__arrow{position:absolute;top:50%;z-index:5;width:38px;height:38px;border:1px solid rgba(0,0,0,.08);border-radius:50%;background:rgba(255,255,255,.94);box-shadow:0 5px 16px rgba(0,0,0,.12);font-size:28px;line-height:34px;display:grid;place-items:center;cursor:pointer;transform:translateY(-50%);padding:0}
.qbp-product-slider__arrow--prev{right:12px}
.qbp-product-slider__arrow--next{left:12px}
.qbp-product-slider__counter{position:absolute;left:12px;bottom:12px;z-index:5;padding:5px 9px;border-radius:999px;background:rgba(0,0,0,.68);color:#fff;font-size:10px;direction:ltr}
.qbp-product-stock-badge{position:absolute;right:14px;top:14px;z-index:7}
.qbp-product-single__body{padding:8px 2px;min-width:0}
.qbp-product-single__eyebrow{display:flex;gap:4px;align-items:center;color:#888;font-size:11px;margin-bottom:10px}
.qbp-product-single h1{font-size:32px;line-height:1.35;margin:0 0 10px;font-weight:900}
.qbp-product-single__price{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:14px 0 18px;padding-bottom:16px;border-bottom:1px solid #eee}
.qbp-product-single__price strong{font-size:25px;font-weight:900}
.qbp-product-sale-badge{padding:5px 8px;border-radius:7px;background:#171717;color:#fff;font-size:10px;font-weight:800}
.qbp-product-meta-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}
.qbp-product-meta-row span{padding:7px 10px;border-radius:9px;background:#f6f6f6;color:#666;font-size:10px}
.qbp-product-single__description{font-size:13px;line-height:2.05;color:#444}
.qbp-product-tags{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0}
.qbp-product-tags span{font-size:10px;color:#666;background:#f5f5f5;padding:5px 8px;border-radius:999px}
.qbp-add-cart-form{display:flex;align-items:end;gap:10px;margin:22px 0;padding:14px;border:1px solid #e9e9e9;border-radius:15px;background:#fafafa}
.qbp-product-quantity{display:grid;gap:5px}
.qbp-product-quantity label{font-size:10px;font-weight:800;color:#777}
.qbp-add-cart-form .qbp-product-quantity input{width:78px;height:44px;box-sizing:border-box;border:1px solid #dcdcdc;border-radius:10px;padding:8px;text-align:center;background:#fff}
.qbp-add-cart-form__button{min-height:44px;flex:1;border-radius:10px;font-size:12px}
.qbp-add-cart-form__button:disabled{opacity:.45;cursor:not-allowed}
.qbp-product-single__seller{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:12px;color:#777;font-size:11px;border-top:1px solid #eee}
.qbp-product-single__seller strong{color:#222;font-size:12px}
@media(max-width:850px){.qbp-product-single{grid-template-columns:1fr;gap:18px;padding:14px;border-radius:18px}.qbp-product-single h1{font-size:25px}.qbp-product-single__media{width:100%}.qbp-product-slider__thumb{flex-basis:62px;width:62px;height:62px}}
@media(max-width:520px){.qbp-product-single{margin:10px 0;padding:10px;border-left:0;border-right:0;border-radius:0;box-shadow:none}.qbp-product-slider__main{border-radius:14px}.qbp-product-slider__arrow{width:34px;height:34px;font-size:24px}.qbp-product-slider__arrow--prev{right:8px}.qbp-product-slider__arrow--next{left:8px}.qbp-product-single__price strong{font-size:21px}.qbp-add-cart-form{align-items:stretch}.qbp-add-cart-form .qbp-product-quantity input{width:72px}.qbp-add-cart-form__button{padding-inline:9px}}

.qbp-receipt-quick-status{display:flex;gap:7px;align-items:center;margin-top:8px;flex-wrap:wrap}.qbp-receipt-quick-status select{border:1px solid #ddd;border-radius:10px;padding:8px;background:#fff;font:inherit;font-size:11px}.qbp-vendor-order-status-form .qbp-form-grid{margin:10px 0}.qbp-vendor-order-status-form input,.qbp-vendor-order-status-form select{box-sizing:border-box}


.qbp-receipt-manager-form{display:grid;gap:9px;margin-top:10px;padding:10px;border:1px solid #e7e7e7;border-radius:12px;background:#fafafa}
.qbp-receipt-manager-form label{display:grid;gap:5px;font-size:11px;font-weight:700}
.qbp-receipt-manager-form select,.qbp-receipt-manager-form input{width:100%;box-sizing:border-box;padding:9px 10px;border:1px solid #ddd;border-radius:9px;background:#fff;font:inherit}
.qbp-receipt-manager-form__shipping{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.qbp-receipt-card__status{font-weight:800}
.qbp-receipt-card__media a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-decoration:none}
.qbp-commerce-notice--error{border-color:#f0b4b4;background:#fff5f5}
@media(max-width:700px){.qbp-receipt-manager-form__shipping{grid-template-columns:1fr}.qbp-receipt-card__actions{width:100%}}

/* v25.45.10 — explicit payment receipt deletion controls */
.qbp-receipt-delete-form{display:inline-flex;margin:0}.qbp-receipt-delete-form .qbp-commerce-btn--danger{border:1px solid #b42318;background:#fff;color:#b42318}.qbp-receipt-delete-form .qbp-commerce-btn--danger:hover{background:#fff1f0}
