:root{
  --shop-ink:#17211b;
  --shop-muted:#6b756e;
  --shop-line:#dfe6e1;
  --shop-soft:#f4f7f5;
  --shop-green:#2f7d4b;
  --shop-green-dark:#205e37;
  --shop-white:#fff;
  --shop-shadow:0 18px 48px rgba(28,50,36,.09);
}
.pj-shop-page{padding:132px 0 120px;background:linear-gradient(180deg,#f8faf8 0,#fff 260px);min-height:80vh;color:var(--shop-ink)}
.pj-shop-page a{text-decoration:none}.pj-shop-flash-wrap{position:fixed;top:90px;left:0;right:0;z-index:9998;pointer-events:none}.pj-shop-flash{max-width:760px;margin:auto;border-radius:16px;box-shadow:var(--shop-shadow);pointer-events:auto}
.pj-shop-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(400px,.95fr);gap:42px;align-items:center;padding:42px;border:1px solid var(--shop-line);border-radius:32px;background:radial-gradient(circle at 90% 10%,rgba(94,163,118,.18),transparent 40%),linear-gradient(145deg,#fff,#f0f6f1);box-shadow:var(--shop-shadow)}
.pj-shop-kicker,.pj-shop-page-heading>span,.pj-shop-section-head>div>span,.pj-shop-admin-head>div>span,.pj-shop-admin-card-head>div>span,.pj-shop-search-head>span{display:block;margin-bottom:8px;color:var(--shop-green);font-size:.76rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.pj-shop-hero h1,.pj-shop-search-head h1,.pj-shop-page-heading h1,.pj-shop-detail-info h1,.pj-shop-admin-head h1{margin:0;color:var(--shop-ink);font-size:clamp(2rem,4vw,3.7rem);font-weight:900;letter-spacing:-.055em;line-height:1.02}
.pj-shop-hero p{max-width:720px;margin:18px 0 0;color:var(--shop-muted);font-size:1.02rem;line-height:1.8}
.pj-shop-hero-actions{display:grid;gap:16px}.pj-shop-search-form{display:flex;align-items:center;gap:10px;padding:8px 8px 8px 18px;border:1px solid var(--shop-line);border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(20,48,31,.08)}.pj-shop-search-form i{color:var(--shop-green);font-size:1.15rem}.pj-shop-search-form input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--shop-ink)}.pj-shop-search-form button{border:0;border-radius:13px;padding:12px 20px;background:var(--shop-green);color:#fff;font-weight:800}.pj-shop-quick-actions{display:flex;flex-wrap:wrap;gap:10px}.pj-shop-inline-count{display:inline-grid;place-items:center;min-width:21px;height:21px;margin-left:3px;padding:0 5px;border-radius:999px;background:#dc3545;color:#fff;font-size:.72rem}
.pj-shop-order-lock{display:flex;align-items:center;gap:16px;margin:28px 0;padding:18px 20px;border:1px solid #f0d59a;border-radius:20px;background:#fff9e9}.pj-shop-order-lock>i{display:grid;place-items:center;flex:0 0 48px;height:48px;border-radius:16px;background:#ffe8a6;color:#775400;font-size:1.4rem}.pj-shop-order-lock>div{display:grid;flex:1;gap:3px}.pj-shop-order-lock span{color:#7a6a42;font-size:.9rem}
.pj-shop-section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:42px 0 18px}.pj-shop-section-head h2{margin:0;font-size:1.85rem;font-weight:900;letter-spacing:-.04em}.pj-shop-link{color:var(--shop-green-dark);font-weight:800}.pj-shop-category-strip{display:flex;gap:9px;overflow:auto;margin-bottom:20px;padding-bottom:4px;scrollbar-width:none}.pj-shop-category-strip::-webkit-scrollbar{display:none}.pj-shop-category-strip button{flex:none;padding:9px 15px;border:1px solid var(--shop-line);border-radius:999px;background:#fff;color:#4a554e;font-size:.85rem;font-weight:750}.pj-shop-category-strip button.active{border-color:var(--shop-green);background:var(--shop-green);color:#fff}
.pj-shop-product-card{position:relative;height:100%;overflow:hidden;border:1px solid var(--shop-line);border-radius:22px;background:#fff;box-shadow:0 11px 30px rgba(35,64,44,.07);transition:.2s ease}.pj-shop-product-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(35,64,44,.13)}.pj-shop-product-card.is-soldout{opacity:.82}.pj-shop-product-media{position:relative;display:block;height:185px;margin:10px;overflow:hidden;border-radius:16px;background:#edf1ee}.pj-shop-product-media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.pj-shop-product-card:hover .pj-shop-product-media img{transform:scale(1.035)}.pj-shop-no-image{display:grid;width:100%;height:100%;place-content:center;justify-items:center;gap:8px;color:#8c9990}.pj-shop-no-image i{font-size:2.2rem}.pj-shop-no-image span{font-size:.78rem;font-weight:700}.pj-shop-promo-badge,.pj-shop-soldout-badge{position:absolute;top:10px;left:10px;padding:6px 10px;border-radius:999px;color:#fff;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.pj-shop-promo-badge{background:#e24a4a}.pj-shop-soldout-badge{left:auto;right:10px;background:#313a34}.pj-shop-product-body{display:flex;flex-direction:column;min-height:205px;padding:7px 17px 17px}.pj-shop-product-meta{color:var(--shop-green);font-size:.7rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pj-shop-product-body h3{margin:8px 0 5px;font-size:1.02rem;font-weight:850;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pj-shop-product-body h3 a{color:var(--shop-ink)}.pj-shop-product-unit{min-height:20px;color:#879188;font-size:.78rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pj-shop-price-wrap{display:flex;align-items:baseline;gap:7px;margin-top:9px}.pj-shop-price-wrap strong{color:var(--shop-ink);font-size:1.08rem;font-weight:900}.pj-shop-price-wrap del{color:#9aa49d;font-size:.75rem}.pj-shop-card-actions{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:13px}.pj-shop-like-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:47px;height:38px;border:1px solid var(--shop-line);border-radius:12px;background:#fff;color:#69756d;font-weight:800}.pj-shop-like-btn.is-liked{border-color:#f1b8c0;background:#fff3f5;color:#d63850}.pj-shop-cart-btn{display:flex;flex:1;align-items:center;justify-content:center;gap:6px;height:38px;border-radius:12px;font-size:.82rem;font-weight:800}.pj-shop-cart-btn.is-loading{opacity:.65;pointer-events:none}.pj-shop-load-state{display:flex;justify-content:center;align-items:center;gap:9px;min-height:92px;color:#7c877f;font-size:.88rem;font-weight:700}#shopInfiniteSentinel{height:1px}
.pj-shop-toast{position:fixed;left:50%;bottom:88px;z-index:10020;max-width:calc(100vw - 32px);padding:12px 18px;border-radius:14px;background:#17211b;color:#fff;box-shadow:0 18px 44px rgba(0,0,0,.2);opacity:0;transform:translate(-50%,12px);transition:.2s ease}.pj-shop-toast.is-show{opacity:1;transform:translate(-50%,0)}.pj-shop-toast.is-error{background:#ad2838}
.pj-shop-back{display:inline-flex;align-items:center;gap:7px;margin-bottom:24px;color:#425047;font-size:.9rem;font-weight:800}.pj-shop-page-heading{margin-bottom:30px}.pj-shop-page-heading h1,.pj-shop-search-head h1{font-size:clamp(2rem,4vw,3rem)}
.pj-shop-search-head{margin-bottom:28px}.pj-shop-search-panel{display:grid;grid-template-columns:minmax(0,1fr) 230px 150px;gap:10px;margin-top:25px;padding:10px;border:1px solid var(--shop-line);border-radius:20px;background:#fff;box-shadow:var(--shop-shadow)}.pj-shop-search-input{display:flex;align-items:center;gap:10px;padding:0 12px}.pj-shop-search-input input{width:100%;height:45px;border:0;outline:0}.pj-shop-search-panel select,.pj-shop-search-panel button{height:45px;border-radius:13px}.pj-shop-search-result{margin:15px 0 0;color:var(--shop-muted)}.pj-shop-empty{display:grid;justify-items:center;gap:8px;padding:58px 24px;border:1px dashed #cfd9d1;border-radius:26px;background:#f8faf8;text-align:center}.pj-shop-empty>i{font-size:2.5rem;color:#84928a}.pj-shop-empty h3{margin:4px 0 0;font-weight:900}.pj-shop-empty p{margin:0 0 8px;color:var(--shop-muted)}
.pj-shop-pagination{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:36px}.pj-shop-pagination>a,.pj-shop-page-numbers a{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 14px;border:1px solid var(--shop-line);border-radius:12px;background:#fff;color:#4f5c53;font-size:.84rem;font-weight:800}.pj-shop-page-numbers{display:flex;align-items:center;gap:6px}.pj-shop-page-numbers a{width:40px;padding:0}.pj-shop-page-numbers a.active{border-color:var(--shop-green);background:var(--shop-green);color:#fff}.pj-shop-pagination .disabled{opacity:.4;pointer-events:none}
.pj-shop-detail-gallery{position:sticky;top:115px}.pj-shop-main-image{position:relative;height:510px;overflow:hidden;border:1px solid var(--shop-line);border-radius:28px;background:#edf2ee;box-shadow:var(--shop-shadow)}.pj-shop-main-image>img{width:100%;height:100%;object-fit:contain;background:#fff}.pj-shop-thumb-list{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.pj-shop-thumb-list button{height:92px;padding:4px;overflow:hidden;border:2px solid transparent;border-radius:15px;background:#fff}.pj-shop-thumb-list button.active{border-color:var(--shop-green)}.pj-shop-thumb-list img{width:100%;height:100%;object-fit:cover;border-radius:10px}.pj-shop-detail-info{padding:20px 0}.pj-shop-detail-info h1{margin-top:10px;font-size:clamp(2rem,4vw,3.4rem)}.pj-shop-detail-price{display:flex;align-items:baseline;gap:12px;margin:22px 0}.pj-shop-detail-price strong{font-size:2rem;font-weight:950}.pj-shop-detail-price del{color:#9ba49e}.pj-shop-detail-price span{padding:5px 9px;border-radius:999px;background:#fde7e7;color:#b43636;font-size:.72rem;font-weight:850}.pj-shop-spec-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.pj-shop-spec-grid>div{display:grid;gap:3px;padding:13px 15px;border:1px solid var(--shop-line);border-radius:15px;background:#fff}.pj-shop-spec-grid span,.pj-shop-order-side span,.pj-shop-admin-order-side>div>span{color:#8a958d;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.pj-shop-spec-grid strong{font-size:.9rem}.pj-shop-description{margin-top:25px;padding-top:22px;border-top:1px solid var(--shop-line)}.pj-shop-description h3{font-size:1.05rem;font-weight:900}.pj-shop-description p{color:#626f66;line-height:1.75}.pj-shop-detail-actions{display:flex;align-items:center;gap:10px;margin-top:25px}.pj-shop-detail-actions>.btn{height:48px;flex:1;border-radius:14px;font-weight:850}.pj-shop-qty{display:flex;align-items:center;overflow:hidden;border:1px solid var(--shop-line);border-radius:13px;background:#fff}.pj-shop-qty button{width:38px;height:42px;border:0;background:#f2f5f3;font-weight:900}.pj-shop-qty input{width:46px;height:42px;border:0;text-align:center;font-weight:850;-moz-appearance:textfield}.pj-shop-qty input::-webkit-outer-spin-button,.pj-shop-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pj-shop-like-detail{height:48px;min-width:60px;border-radius:14px}
.pj-shop-cart-list,.pj-shop-cart-summary,.pj-shop-checkout-card,.pj-shop-checkout-summary,.pj-shop-order-card,.pj-shop-order-side{border:1px solid var(--shop-line);border-radius:24px;background:#fff;box-shadow:0 12px 38px rgba(35,64,44,.06)}.pj-shop-cart-item{display:grid;grid-template-columns:108px minmax(0,1fr) auto;gap:17px;align-items:center;padding:17px;border-bottom:1px solid var(--shop-line)}.pj-shop-cart-item:last-child{border-bottom:0}.pj-shop-cart-image{display:grid;width:108px;height:96px;place-items:center;overflow:hidden;border-radius:16px;background:#edf1ee;color:#839087;font-size:1.8rem}.pj-shop-cart-image img{width:100%;height:100%;object-fit:cover}.pj-shop-cart-copy h3{margin:0 0 5px;font-size:1rem;font-weight:900}.pj-shop-cart-copy h3 a{color:var(--shop-ink)}.pj-shop-cart-copy p{margin:0 0 7px;color:var(--shop-muted);font-size:.82rem}.pj-shop-cart-copy>strong{font-size:.92rem}.pj-shop-unavailable{display:block;margin-top:6px;color:#c33b4c;font-size:.75rem;font-weight:800}.pj-shop-cart-controls{display:grid;justify-items:end;gap:8px}.pj-shop-cart-controls [data-line-total]{font-size:.93rem}.pj-shop-remove{border:0;background:none;color:#c33b4c;font-size:.76rem;font-weight:800}.pj-shop-cart-summary,.pj-shop-checkout-summary,.pj-shop-order-side{position:sticky;top:115px;padding:23px}.pj-shop-cart-summary>span{display:block;margin-bottom:18px;font-weight:900}.pj-shop-cart-summary>div{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--shop-line)}.pj-shop-summary-total{margin-bottom:18px;border-bottom:0!important}.pj-shop-summary-total strong{font-size:1.25rem}
.pj-shop-checkout-card,.pj-shop-checkout-summary{padding:25px}.pj-shop-checkout-card h2,.pj-shop-checkout-summary h2,.pj-shop-order-card h2,.pj-shop-order-side h2{margin:0 0 18px;font-size:1.15rem;font-weight:900}.pj-shop-payment-option{display:grid;grid-template-columns:auto 50px minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:10px;padding:15px;border:1px solid var(--shop-line);border-radius:17px;cursor:pointer}.pj-shop-payment-option.active{border-color:var(--shop-green);background:#f1f8f3}.pj-shop-payment-option>input{position:absolute;opacity:0}.pj-shop-payment-icon{display:grid;width:46px;height:46px;place-items:center;border-radius:14px;background:#e7eee9;color:var(--shop-green);font-size:1.25rem}.pj-shop-payment-option>span:nth-of-type(2){display:grid}.pj-shop-payment-option small{color:var(--shop-muted)}.pj-shop-payment-option>i{color:var(--shop-green);opacity:0}.pj-shop-payment-option.active>i{opacity:1}.pj-shop-bank-options{margin:14px 0 6px;padding:16px;border-radius:17px;background:#f5f7f5}.pj-shop-bank-options>label:first-child{display:block;margin-bottom:10px;font-weight:850}.pj-shop-bank-card{display:flex;align-items:center;gap:10px;margin:8px 0;padding:12px;border:1px solid var(--shop-line);border-radius:13px;background:#fff}.pj-shop-bank-card span{display:grid}.pj-shop-bank-card small{color:var(--shop-muted)}.pj-shop-checkout-items{display:grid;gap:13px}.pj-shop-checkout-items>div{display:flex;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--shop-line)}.pj-shop-checkout-items span{display:grid;font-size:.9rem}.pj-shop-checkout-items small{color:var(--shop-muted)}.pj-shop-checkout-total{display:flex;justify-content:space-between;align-items:center;margin:18px 0;font-weight:900}.pj-shop-checkout-total strong{font-size:1.35rem}.pj-shop-checkout-summary>p{margin:12px 0 0;color:var(--shop-muted);font-size:.76rem;text-align:center}.pj-shop-blocked{max-width:780px;margin:auto}
.pj-shop-order-head{display:flex;justify-content:space-between;gap:22px;align-items:end;margin-bottom:28px}.pj-shop-order-head>div:first-child>span{color:var(--shop-green);font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.pj-shop-order-head h1{margin:5px 0;font-size:clamp(2rem,4vw,3rem);font-weight:950}.pj-shop-order-head p{margin:0;color:var(--shop-muted)}.pj-shop-status{display:grid;gap:3px;min-width:260px;padding:15px 18px;border-radius:17px}.pj-shop-status strong{font-size:.95rem}.pj-shop-status span{font-size:.77rem}.pj-shop-status.status-warning{background:#fff4ce;color:#735900}.pj-shop-status.status-info{background:#eaf5ff;color:#185c8c}.pj-shop-status.status-primary{background:#eaf0ff;color:#304c9d}.pj-shop-status.status-success{background:#e7f7eb;color:#246b38}.pj-shop-status.status-danger{background:#fdecef;color:#9b2f40}.pj-shop-order-card{padding:24px}.pj-shop-order-item{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid var(--shop-line)}.pj-shop-order-item>div{display:grid}.pj-shop-order-item small{color:var(--shop-muted)}.pj-shop-order-total{display:flex;justify-content:space-between;align-items:center;padding-top:18px;font-weight:900}.pj-shop-order-total strong{font-size:1.3rem}.pj-shop-bank-summary,.pj-shop-proof-ready{display:flex;align-items:center;gap:13px;padding:14px;border:1px solid var(--shop-line);border-radius:16px;background:#f8faf8}.pj-shop-bank-summary>i,.pj-shop-proof-ready>i{font-size:1.5rem;color:var(--shop-green)}.pj-shop-bank-summary>div,.pj-shop-proof-ready>div{display:grid;flex:1}.pj-shop-bank-summary span,.pj-shop-proof-ready span{color:var(--shop-muted);font-size:.8rem}.pj-shop-proof-ready{margin-top:13px}.pj-shop-proof-ready>a{font-weight:850}.pj-shop-proof-form{display:grid;gap:12px;margin-top:15px}.pj-shop-proof-form>label{display:flex;align-items:center;gap:13px;padding:18px;border:2px dashed #b9c8bd;border-radius:18px;background:#fafcfa;cursor:pointer}.pj-shop-proof-form>label>i{font-size:1.7rem;color:var(--shop-green)}.pj-shop-proof-form>label>span{display:grid;flex:1}.pj-shop-proof-form small{color:var(--shop-muted)}.pj-shop-proof-form input{max-width:220px}.pj-shop-order-side>div{display:grid;gap:3px;padding:11px 0;border-bottom:1px solid var(--shop-line)}.pj-shop-order-note p{margin:4px 0 0;color:#606d64;line-height:1.6}.pj-shop-history-list{display:grid;gap:11px}.pj-shop-history-card{display:grid;grid-template-columns:55px minmax(0,1fr) auto auto;gap:15px;align-items:center;padding:16px 18px;border:1px solid var(--shop-line);border-radius:19px;background:#fff;color:var(--shop-ink);box-shadow:0 8px 25px rgba(35,64,44,.05)}.pj-shop-history-card:hover{border-color:#a8bbae}.pj-shop-history-icon{display:grid;width:50px;height:50px;place-items:center;border-radius:15px;background:#eaf3ec;color:var(--shop-green);font-size:1.2rem}.pj-shop-history-copy{display:grid}.pj-shop-history-copy>span,.pj-shop-history-copy p{color:var(--shop-muted);font-size:.77rem}.pj-shop-history-copy h3{margin:1px 0;font-size:1rem;font-weight:900}.pj-shop-history-copy p{margin:0}
.pj-shop-mobile-nav{display:none}
.pj-shop-admin-page{background:#f4f6f4}.pj-shop-admin-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:26px}.pj-shop-admin-head h1{font-size:clamp(2rem,4vw,3.2rem)}.pj-shop-admin-head p{margin:10px 0 0;color:var(--shop-muted)}.pj-shop-admin-head>div:last-child{display:flex;flex-wrap:wrap;gap:10px}.pj-shop-admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:22px}.pj-shop-admin-stats>div{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:11px;padding:17px;border:1px solid var(--shop-line);border-radius:19px;background:#fff}.pj-shop-admin-stats i{display:grid;grid-row:1/3;width:46px;height:46px;place-items:center;border-radius:14px;background:#eaf3ec;color:var(--shop-green);font-size:1.2rem}.pj-shop-admin-stats span{color:var(--shop-muted);font-size:.76rem;font-weight:800}.pj-shop-admin-stats strong{grid-column:3;grid-row:1/3;font-size:1.7rem}.pj-shop-admin-tabs{display:flex;gap:8px;overflow:auto;margin-bottom:20px;padding:8px;border:1px solid var(--shop-line);border-radius:16px;background:#fff}.pj-shop-admin-tabs a{display:flex;align-items:center;gap:7px;flex:none;padding:10px 14px;border-radius:11px;color:#4f5b53;font-weight:800}.pj-shop-admin-tabs a:hover{background:#edf3ee}.pj-shop-admin-card{padding:22px;border:1px solid var(--shop-line);border-radius:22px;background:#fff;box-shadow:0 9px 30px rgba(35,64,44,.05);scroll-margin-top:110px}.pj-shop-admin-card+.pj-shop-admin-card{margin-top:24px}.pj-shop-admin-card-head{display:flex;justify-content:space-between;align-items:end;gap:15px;margin-bottom:18px}.pj-shop-admin-card-head h2{margin:0;font-size:1.25rem;font-weight:900}.pj-shop-admin-card-head>small{color:var(--shop-muted)}.pj-shop-admin-table{font-size:.86rem}.pj-shop-admin-table th{color:#718077;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em}.pj-shop-admin-product{display:flex;align-items:center;gap:11px;min-width:230px}.pj-shop-admin-product>span{display:grid;width:52px;height:52px;place-items:center;overflow:hidden;border-radius:12px;background:#edf1ee}.pj-shop-admin-product img{width:100%;height:100%;object-fit:cover}.pj-shop-admin-product>div{display:grid}.pj-shop-admin-product small{color:var(--shop-muted)}.pj-shop-admin-badge,.pj-shop-order-status{display:inline-block;margin:2px;padding:5px 8px;border-radius:999px;font-size:.68rem;font-weight:850}.pj-shop-admin-badge.is-on{background:#e5f5e9;color:#276c3a}.pj-shop-admin-badge.is-off{background:#edf0ee;color:#68746c}.pj-shop-admin-badge.is-stockout{background:#fde8eb;color:#a42f42}.pj-shop-order-status{background:#eef1ef}.pj-shop-order-status.status-pending_payment{background:#fff2c9;color:#785b00}.pj-shop-order-status.status-waiting_validation{background:#e9f4ff;color:#225f8b}.pj-shop-order-status.status-processing{background:#e9efff;color:#314e9d}.pj-shop-order-status.status-completed{background:#e5f5e9;color:#276c3a}.pj-shop-order-status.status-cancelled{background:#fde8eb;color:#a42f42}.pj-shop-table-actions{display:flex;gap:5px}.pj-shop-inline-form{display:grid;grid-template-columns:1fr auto auto;gap:9px;align-items:center;margin-bottom:16px}.pj-shop-inline-form label,.pj-shop-bank-form label{white-space:nowrap;font-size:.83rem}.pj-shop-simple-list{display:grid;gap:8px}.pj-shop-simple-list>div{display:flex;justify-content:space-between;align-items:center;padding:11px 12px;border-radius:13px;background:#f5f7f5}.pj-shop-simple-list span{display:grid}.pj-shop-simple-list small{color:var(--shop-muted)}.pj-shop-simple-list a{color:#b53346}.pj-shop-bank-form{display:grid;grid-template-columns:1fr 1fr 1fr auto auto;gap:8px;align-items:center;margin-bottom:16px}
.pj-shop-photo-sort{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:15px}.pj-shop-photo-sort-item{position:relative;height:165px;overflow:hidden;border:1px solid var(--shop-line);border-radius:17px;background:#eef2ef;cursor:grab}.pj-shop-photo-sort-item.is-dragging{opacity:.45}.pj-shop-photo-sort-item img{width:100%;height:100%;object-fit:cover}.pj-shop-photo-sort-item>span{position:absolute;left:8px;bottom:8px;padding:5px 8px;border-radius:999px;background:rgba(20,30,23,.75);color:#fff;font-size:.68rem;font-weight:850}.pj-shop-photo-sort-item>button{position:absolute;top:8px;right:8px;width:32px;height:32px;border:0;border-radius:10px;background:rgba(255,255,255,.9);color:#b52f43}.pj-shop-photo-sort-item>.bi-grip-vertical{position:absolute;top:10px;left:9px;color:#fff;text-shadow:0 1px 4px #000;font-size:1.2rem}.pj-shop-photo-upload{display:flex;align-items:center;gap:13px;padding:18px;border:2px dashed #b8c8bc;border-radius:18px;background:#f9fbf9;cursor:pointer}.pj-shop-photo-upload>i{font-size:1.8rem;color:var(--shop-green)}.pj-shop-photo-upload>span{display:grid;flex:1}.pj-shop-photo-upload small{color:var(--shop-muted)}.pj-shop-photo-upload input{max-width:260px}.pj-shop-new-photo-preview{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.pj-shop-new-photo-preview>div{position:relative;height:110px;overflow:hidden;border-radius:14px}.pj-shop-new-photo-preview img{width:100%;height:100%;object-fit:cover}.pj-shop-new-photo-preview span{position:absolute;left:5px;right:5px;bottom:5px;padding:4px;border-radius:7px;background:rgba(0,0,0,.65);color:#fff;font-size:.6rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pj-shop-product-settings{position:sticky;top:115px}.pj-shop-switch-card{display:flex;align-items:center;gap:12px;margin-bottom:11px;padding:14px;border:1px solid var(--shop-line);border-radius:16px;cursor:pointer}.pj-shop-switch-card>span{display:grid;flex:1}.pj-shop-switch-card small{color:var(--shop-muted);line-height:1.35}.pj-shop-switch-card input{display:none}.pj-shop-switch-card>i{position:relative;width:45px;height:25px;border-radius:999px;background:#cfd6d1}.pj-shop-switch-card>i:after{content:"";position:absolute;top:3px;left:3px;width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.2);transition:.2s}.pj-shop-switch-card input:checked+i{background:var(--shop-green)}.pj-shop-switch-card input:checked+i:after{left:23px}.pj-shop-admin-payment-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pj-shop-admin-payment-grid>div{display:grid;gap:3px;padding:13px;border-radius:14px;background:#f5f7f5}.pj-shop-admin-payment-grid span{color:var(--shop-muted);font-size:.72rem;text-transform:uppercase;font-weight:800}.pj-shop-admin-payment-grid small{color:var(--shop-muted)}.pj-shop-admin-proof{display:flex;align-items:center;gap:13px;margin-top:15px;padding:15px;border:1px solid #b7d6c0;border-radius:16px;background:#eff9f2;color:var(--shop-ink)}.pj-shop-admin-proof>i:first-child{font-size:1.5rem;color:var(--shop-green)}.pj-shop-admin-proof>span{display:grid;flex:1}.pj-shop-admin-proof small{color:var(--shop-muted)}.pj-shop-admin-order-side>div{display:grid;gap:3px;padding:10px 0;border-bottom:1px solid var(--shop-line)}
/* Home teaser */
.pj-sembako-home-section{background:linear-gradient(180deg,#f1f6f2,#fff)}.pj-sembako-home-intro{max-width:760px;margin:0 auto 25px;color:#647168;text-align:center;line-height:1.75}.pj-sembako-home-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.pj-sembako-home-card{overflow:hidden;border:1px solid var(--shop-line);border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(35,64,44,.07)}.pj-sembako-home-card>a{display:block;height:150px;background:#edf1ee}.pj-sembako-home-card img{width:100%;height:100%;object-fit:cover}.pj-sembako-home-card>div{padding:13px}.pj-sembako-home-card h3{margin:0 0 6px;font-size:.95rem;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pj-sembako-home-card p{margin:0;color:var(--shop-green-dark);font-weight:900}.pj-sembako-home-more{display:flex;justify-content:center;margin-top:25px}
@media(max-width:991.98px){
  .pj-shop-hero{grid-template-columns:1fr;padding:28px}.pj-shop-main-image{height:410px}.pj-shop-detail-gallery,.pj-shop-cart-summary,.pj-shop-checkout-summary,.pj-shop-order-side,.pj-shop-product-settings{position:static}.pj-shop-admin-stats{grid-template-columns:repeat(2,1fr)}.pj-shop-bank-form{grid-template-columns:1fr 1fr}.pj-shop-bank-form button{grid-column:span 2}.pj-shop-photo-sort,.pj-shop-new-photo-preview{grid-template-columns:repeat(2,1fr)}.pj-sembako-home-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:767.98px){
  body.pj-sembako-app{padding-bottom:78px}.pj-sembako-app>.pj-mobile-dock,.pj-sembako-app>.pj-mobile-sheet,.pj-sembako-app>.pj-mobile-menu-backdrop{display:none!important}.pj-shop-page{padding:96px 0 110px}.pj-shop-hero{gap:24px;margin:0 -4px;padding:22px;border-radius:24px}.pj-shop-hero h1{font-size:2.25rem}.pj-shop-search-form{padding-left:13px}.pj-shop-search-form button{padding:10px 14px}.pj-shop-quick-actions{display:grid;grid-template-columns:1fr 1fr}.pj-shop-quick-actions .btn{font-size:.78rem}.pj-shop-order-lock{align-items:flex-start;flex-wrap:wrap}.pj-shop-order-lock>a{width:100%}.pj-shop-section-head{margin-top:30px}.pj-shop-product-media{height:220px}.pj-shop-product-body{min-height:190px}.pj-shop-search-panel{grid-template-columns:1fr}.pj-shop-search-input{border:1px solid var(--shop-line);border-radius:13px}.pj-shop-pagination{position:fixed;left:10px;right:10px;bottom:72px;z-index:9996;justify-content:space-between;padding:7px;border:1px solid var(--shop-line);border-radius:17px;background:rgba(255,255,255,.96);box-shadow:0 10px 30px rgba(20,40,25,.18);backdrop-filter:blur(10px)}.pj-shop-pagination>a{padding:0 10px}.pj-shop-page-numbers{max-width:58vw;overflow:auto}.pj-shop-main-image{height:340px;border-radius:22px}.pj-shop-thumb-list button{height:70px}.pj-shop-detail-info{padding-top:4px}.pj-shop-spec-grid{grid-template-columns:1fr 1fr}.pj-shop-detail-actions{display:grid;grid-template-columns:auto 1fr auto}.pj-shop-detail-actions>.btn span{display:none}.pj-shop-cart-item{grid-template-columns:82px 1fr;align-items:start}.pj-shop-cart-image{width:82px;height:82px}.pj-shop-cart-controls{grid-column:1/3;grid-template-columns:auto 1fr auto;align-items:center;justify-items:end}.pj-shop-cart-controls .pj-shop-qty{justify-self:start}.pj-shop-payment-option{grid-template-columns:42px minmax(0,1fr) auto}.pj-shop-payment-option>input{display:none}.pj-shop-payment-icon{width:40px;height:40px}.pj-shop-order-head{display:grid}.pj-shop-status{min-width:0}.pj-shop-history-card{grid-template-columns:46px 1fr auto}.pj-shop-history-card>strong{grid-column:2}.pj-shop-history-card>i{grid-column:3;grid-row:1/3}.pj-shop-history-icon{width:44px;height:44px}.pj-shop-mobile-nav{position:fixed;left:0;right:0;bottom:0;z-index:9997;display:grid;grid-template-columns:repeat(5,1fr);padding:7px 6px calc(7px + env(safe-area-inset-bottom));border-top:1px solid #dce4de;background:rgba(255,255,255,.97);box-shadow:0 -8px 28px rgba(20,40,25,.12);backdrop-filter:blur(12px)}.pj-shop-mobile-nav a{position:relative;display:grid;justify-items:center;gap:2px;color:#768178;font-size:.62rem;font-weight:750}.pj-shop-mobile-nav i{font-size:1.15rem}.pj-shop-mobile-nav a.active{color:var(--shop-green)}.pj-shop-mobile-nav em{position:absolute;top:-3px;left:54%;display:grid;min-width:18px;height:18px;place-items:center;padding:0 4px;border-radius:999px;background:#dc3545;color:#fff;font-size:.6rem;font-style:normal}.pj-shop-toast{bottom:84px}.pj-shop-admin-head{display:grid;align-items:start}.pj-shop-admin-head>div:last-child{width:100%}.pj-shop-admin-stats{grid-template-columns:1fr 1fr}.pj-shop-admin-stats>div{grid-template-columns:38px 1fr;padding:13px}.pj-shop-admin-stats i{width:38px;height:38px}.pj-shop-admin-stats strong{grid-column:2;grid-row:auto;font-size:1.35rem}.pj-shop-admin-card{padding:16px;border-radius:18px}.pj-shop-inline-form,.pj-shop-bank-form{grid-template-columns:1fr}.pj-shop-bank-form button{grid-column:auto}.pj-shop-photo-sort-item{height:135px}.pj-shop-photo-upload{align-items:flex-start;flex-wrap:wrap}.pj-shop-photo-upload input{max-width:100%}.pj-shop-admin-payment-grid{grid-template-columns:1fr}.pj-sembako-home-grid{grid-template-columns:1fr 1fr}.pj-sembako-home-card>a{height:125px}
}
@media(max-width:420px){.pj-shop-hero h1{font-size:2rem}.pj-shop-spec-grid{grid-template-columns:1fr}.pj-shop-admin-stats{grid-template-columns:1fr}.pj-sembako-home-grid{grid-template-columns:1fr}.pj-sembako-home-card>a{height:170px}.pj-shop-page-numbers a:nth-child(n+5){display:none}}
.pj-sembako-app .pj-home-donation-float,.pj-sembako-admin .pj-home-donation-float{display:none!important}

/* Product form refinements */
.pj-shop-product-form-page{padding-top:170px}
.pj-shop-product-form-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:26px}
.pj-shop-product-form-head h1{margin:0;font-size:clamp(2.25rem,4vw,3.35rem);font-weight:950;letter-spacing:-.055em;line-height:1}
.pj-shop-product-form-head .pj-shop-back{margin-bottom:12px}
.pj-shop-photo-card-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px}
.pj-shop-photo-card-head p{max-width:530px;margin:0;color:var(--shop-muted);font-size:.88rem;line-height:1.55;text-align:right}

/* Checkout purpose and fee */
.pj-shop-purpose-card{margin-bottom:22px;padding:20px;border:1px solid var(--shop-line);border-radius:20px;background:#fff}
.pj-shop-purpose-card>h2{margin-bottom:6px}.pj-shop-checkout-help{margin:0 0 16px;color:var(--shop-muted);font-size:.86rem}
.pj-shop-purpose-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.pj-shop-purpose-option{position:relative;display:flex;align-items:center;gap:13px;padding:16px;border:1px solid var(--shop-line);border-radius:17px;background:#fff;cursor:pointer;transition:.18s ease}
.pj-shop-purpose-option:hover,.pj-shop-purpose-option.active{border-color:var(--shop-green);background:#f1f8f3}
.pj-shop-purpose-option>input{position:absolute;opacity:0}.pj-shop-purpose-option>i{display:grid;width:44px;height:44px;place-items:center;flex:0 0 44px;border-radius:14px;background:#e7eee9;color:var(--shop-green);font-size:1.2rem}
.pj-shop-purpose-option>span{display:grid;gap:2px}.pj-shop-purpose-option small{color:var(--shop-muted);line-height:1.4}
.pj-shop-donor-identity{display:grid;gap:10px;margin-top:14px;padding:15px;border-radius:16px;background:#f5f7f5}
.pj-shop-donor-identity>strong{font-size:.86rem}.pj-shop-donor-identity label{display:flex;align-items:flex-start;gap:9px;padding:11px 12px;border:1px solid var(--shop-line);border-radius:13px;background:#fff;cursor:pointer}
.pj-shop-donor-identity label span{display:grid}.pj-shop-donor-identity small{color:var(--shop-muted)}
.pj-shop-checkout-fees{display:grid;gap:8px;margin-top:16px;padding-top:14px;border-top:1px solid var(--shop-line)}
.pj-shop-checkout-fees>div{display:flex;justify-content:space-between;gap:12px;color:var(--shop-muted);font-size:.87rem}.pj-shop-checkout-fees strong{color:var(--shop-ink)}
.pj-shop-order-breakdown{display:grid;gap:8px;padding:15px 0 0}.pj-shop-order-breakdown>div{display:flex;justify-content:space-between;gap:15px;color:var(--shop-muted);font-size:.87rem}.pj-shop-order-breakdown strong{color:var(--shop-ink)}

/* Purpose badges and admin split */
.pj-shop-purpose-badge{display:inline-flex;align-items:center;width:max-content;margin-top:5px;padding:5px 9px;border-radius:999px;font-size:.68rem;font-weight:900;letter-spacing:.02em}
.pj-shop-purpose-badge.is-personal{background:#e9efff;color:#304c9d}.pj-shop-purpose-badge.is-charity{background:#ffe9ee;color:#a32f48}
.pj-shop-admin-stats-six{grid-template-columns:repeat(3,1fr)}

/* Public charity report */
.pj-shop-charity-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;align-items:center;margin-bottom:24px;padding:34px;border:1px solid var(--shop-line);border-radius:28px;background:radial-gradient(circle at 90% 10%,rgba(230,87,111,.12),transparent 38%),linear-gradient(145deg,#fff,#f5f9f6);box-shadow:var(--shop-shadow)}
.pj-shop-charity-hero h1{margin:0;font-size:clamp(2.3rem,5vw,4rem);font-weight:950;letter-spacing:-.06em}.pj-shop-charity-hero p{max-width:720px;margin:14px 0 0;color:var(--shop-muted);line-height:1.75}
.pj-shop-charity-total{display:grid;min-width:280px;padding:22px 24px;border-radius:22px;background:#17211b;color:#fff}.pj-shop-charity-total span{font-size:.75rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;opacity:.7}.pj-shop-charity-total strong{margin:5px 0;font-size:2rem;font-weight:950}.pj-shop-charity-total small{opacity:.7}
.pj-shop-charity-filter{display:grid;grid-template-columns:1fr 1fr 1.2fr auto auto;gap:11px;align-items:end;margin-bottom:22px;padding:18px;border:1px solid var(--shop-line);border-radius:20px;background:#fff}.pj-shop-charity-filter>div{display:grid;gap:6px}.pj-shop-charity-filter label{font-size:.76rem;font-weight:850;color:#5f6b63}.pj-shop-charity-filter .btn{height:43px}
.pj-shop-charity-report-list{display:grid;gap:12px}.pj-shop-charity-report-card{overflow:hidden;border:1px solid var(--shop-line);border-radius:20px;background:#fff;box-shadow:0 9px 28px rgba(35,64,44,.05)}.pj-shop-charity-report-card summary{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:14px;align-items:center;padding:17px 20px;cursor:pointer;list-style:none}.pj-shop-charity-report-card summary::-webkit-details-marker{display:none}.pj-shop-charity-report-card summary>i{transition:.2s}.pj-shop-charity-report-card[open] summary>i{transform:rotate(180deg)}
.pj-shop-charity-product-index{display:grid;width:48px;height:48px;place-items:center;border-radius:15px;background:#eef5f0;color:var(--shop-green);font-weight:950}.pj-shop-charity-product-copy small{color:var(--shop-green);font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.pj-shop-charity-product-copy h2{margin:2px 0;font-size:1rem;font-weight:900}.pj-shop-charity-product-copy p{margin:0;color:var(--shop-muted);font-size:.82rem}
.pj-shop-charity-donors{padding:0 20px 18px;border-top:1px solid var(--shop-line)}.pj-shop-charity-donors-head{display:flex;justify-content:space-between;align-items:center;padding:14px 0 8px}.pj-shop-charity-donors-head span{color:var(--shop-muted);font-size:.78rem}.pj-shop-charity-donor-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:11px;align-items:center;padding:11px 0;border-top:1px dashed #e3e9e4}.pj-shop-charity-avatar{display:grid;width:40px;height:40px;place-items:center;border-radius:13px;background:#fff0f3;color:#b13c55}.pj-shop-charity-donor-row>div{display:grid}.pj-shop-charity-donor-row small{color:var(--shop-muted);font-size:.75rem}.pj-shop-charity-donor-value{text-align:right}

/* Home charity teaser */
.pj-sembako-charity-home{padding-top:0;background:linear-gradient(180deg,#fff,#f1f6f2)}
.pj-sembako-charity-home-card{padding:30px;border:1px solid var(--shop-line);border-radius:28px;background:radial-gradient(circle at 95% 5%,rgba(229,80,106,.11),transparent 35%),#fff;box-shadow:0 17px 45px rgba(35,64,44,.08)}
.pj-sembako-charity-home-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-end}.pj-sembako-charity-home-head>div:first-child>span{color:var(--shop-green);font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.pj-sembako-charity-home-head h2{margin:5px 0;font-weight:950;letter-spacing:-.04em}.pj-sembako-charity-home-head p{margin:0;color:var(--shop-muted)}
.pj-sembako-charity-home-total{display:grid;min-width:260px;padding:18px 21px;border-radius:19px;background:#17211b;color:#fff}.pj-sembako-charity-home-total small{opacity:.7;text-transform:uppercase;font-weight:850;letter-spacing:.08em}.pj-sembako-charity-home-total strong{font-size:1.7rem;font-weight:950}
.pj-sembako-charity-home-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:20px}.pj-sembako-charity-home-list>div{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;border:1px solid var(--shop-line);border-radius:16px;background:#f8faf8}.pj-sembako-charity-home-list>div>span{display:flex;align-items:center;min-width:0;gap:10px}.pj-sembako-charity-home-list i{color:#b13c55}.pj-sembako-charity-home-list strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pj-sembako-charity-home-list b{flex:none;color:var(--shop-green-dark)}
.pj-sembako-charity-home-empty{display:flex;align-items:center;gap:11px;margin-top:20px;padding:18px;border:1px dashed #cfd9d1;border-radius:16px;color:var(--shop-muted)}.pj-sembako-charity-home-action{display:flex;justify-content:center;margin-top:22px}

@media(max-width:991.98px){
  .pj-shop-admin-stats-six{grid-template-columns:repeat(2,1fr)}
  .pj-shop-charity-hero{grid-template-columns:1fr}.pj-shop-charity-total{min-width:0}
  .pj-shop-charity-filter{grid-template-columns:1fr 1fr}.pj-shop-charity-filter>div:nth-child(3){grid-column:span 2}
}
@media(max-width:767.98px){
  .pj-shop-product-form-page{padding-top:118px}.pj-shop-product-form-head,.pj-shop-photo-card-head{display:grid;align-items:start}.pj-shop-photo-card-head p{text-align:left}
  .pj-shop-purpose-grid{grid-template-columns:1fr}.pj-shop-purpose-option{padding:13px}
  .pj-shop-admin-stats-six{grid-template-columns:1fr 1fr}
  .pj-shop-charity-hero{padding:23px}.pj-shop-charity-total strong{font-size:1.65rem}
  .pj-shop-charity-filter{grid-template-columns:1fr}.pj-shop-charity-filter>div:nth-child(3){grid-column:auto}
  .pj-shop-charity-report-card summary{grid-template-columns:44px minmax(0,1fr) auto;padding:14px}.pj-shop-charity-product-index{width:42px;height:42px}.pj-shop-charity-donors{padding:0 14px 14px}.pj-shop-charity-donor-row{grid-template-columns:38px 1fr}.pj-shop-charity-donor-value{grid-column:2;text-align:left}
  .pj-sembako-charity-home-card{padding:21px}.pj-sembako-charity-home-head{display:grid}.pj-sembako-charity-home-total{min-width:0}.pj-sembako-charity-home-list{grid-template-columns:1fr}
}
@media(max-width:420px){.pj-shop-admin-stats-six{grid-template-columns:1fr}.pj-sembako-charity-home-list>div{align-items:flex-start;flex-direction:column}}
.pj-shop-checkout-fees{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:0;padding:10px 0;border-top:1px solid var(--shop-line);color:var(--shop-muted);font-size:.87rem}
.pj-shop-checkout-fees strong{color:var(--shop-ink)}
.pj-shop-purpose-option>em{margin-left:auto;color:var(--shop-green);font-style:normal;opacity:0}.pj-shop-purpose-option.active>em{opacity:1}

/* Paket Sedekah Sembako */
.pj-shop-private-checkout-note{display:flex;align-items:flex-start;gap:16px}.pj-shop-private-checkout-note>i{display:grid;flex:0 0 50px;width:50px;height:50px;place-items:center;border-radius:16px;background:#eaf3ec;color:var(--shop-green);font-size:1.35rem}.pj-shop-private-checkout-note strong{display:block;font-size:1.08rem}.pj-shop-private-checkout-note p{margin:5px 0 8px;color:var(--shop-muted)}.pj-shop-private-checkout-note a{font-weight:850;color:var(--shop-green)}
.pj-shop-charity-package-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.pj-shop-charity-package-card{overflow:hidden;border:1px solid var(--shop-line);border-radius:25px;background:#fff;box-shadow:0 14px 38px rgba(35,64,44,.08)}.pj-shop-charity-package-cover{position:relative;display:grid;height:210px;place-items:center;overflow:hidden;background:linear-gradient(145deg,#edf5ef,#dceadd);color:var(--shop-green);font-size:4rem}.pj-shop-charity-package-cover img{width:100%;height:100%;object-fit:cover}.pj-shop-charity-package-cover>span{position:absolute;left:14px;bottom:14px;padding:7px 11px;border-radius:999px;background:rgba(25,55,34,.86);color:#fff;font-size:.7rem;font-weight:850}.pj-shop-charity-package-body{padding:21px}.pj-shop-charity-package-body>span{color:var(--shop-green);font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.pj-shop-charity-package-body h2{margin:5px 0 8px;font-size:1.35rem;font-weight:900}.pj-shop-charity-package-body>p{min-height:44px;margin-bottom:14px;color:var(--shop-muted);font-size:.86rem}.pj-shop-charity-package-items{display:grid;gap:8px}.pj-shop-charity-package-items>div{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:9px 11px;border-radius:12px;background:#f4f7f4;font-size:.82rem}.pj-shop-charity-package-items span{display:grid}.pj-shop-charity-package-items small{color:var(--shop-muted)}.pj-shop-charity-package-items strong{white-space:nowrap}.pj-shop-charity-package-foot{display:flex;justify-content:space-between;align-items:end;gap:14px;margin-top:18px;padding-top:16px;border-top:1px solid var(--shop-line)}.pj-shop-charity-package-foot>div{display:grid}.pj-shop-charity-package-foot small{color:var(--shop-muted)}.pj-shop-charity-package-foot strong{font-size:1.2rem}.pj-shop-charity-package-foot .disabled{pointer-events:none;opacity:.45}
.pj-shop-package-qty-control{display:grid;grid-template-columns:48px 92px 48px;gap:8px;align-items:center}.pj-shop-package-qty-control button,.pj-shop-package-qty-control input{height:48px;border:1px solid var(--shop-line);border-radius:14px;background:#fff;text-align:center;font-weight:900}.pj-shop-package-qty-control button{color:var(--shop-green);font-size:1.15rem}.pj-shop-donor-identity.is-visible{display:grid!important;margin-top:0}.pj-shop-package-summary-name{display:flex;align-items:center;gap:12px;margin-bottom:17px;padding:14px;border-radius:16px;background:#f1f6f2}.pj-shop-package-summary-name>i{font-size:1.7rem;color:var(--shop-green)}.pj-shop-package-summary-name>div{display:grid}.pj-shop-package-summary-name span{color:var(--shop-muted);font-size:.82rem}
.pj-shop-package-admin-row{display:grid;grid-template-columns:minmax(0,1fr) 110px 150px 42px;gap:12px;align-items:end;padding:13px 0;border-bottom:1px solid var(--shop-line)}.pj-shop-package-admin-row label{display:block;margin-bottom:5px;color:var(--shop-muted);font-size:.75rem;font-weight:850}.pj-shop-package-admin-line{display:grid;padding:9px 11px;border-radius:12px;background:#f3f6f3}.pj-shop-package-admin-line span{color:var(--shop-muted);font-size:.7rem}.pj-shop-package-admin-line strong{font-size:.9rem}.pj-shop-package-remove{display:grid;width:42px;height:42px;place-items:center;border:1px solid #f1ccd2;border-radius:12px;background:#fff;color:#b53346}.pj-shop-package-admin-empty{display:flex;align-items:center;justify-content:center;gap:8px;padding:28px;color:var(--shop-muted)}.pj-shop-package-admin-side{position:sticky;top:118px}.pj-shop-admin-switch{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px;border:1px solid var(--shop-line);border-radius:16px}.pj-shop-admin-switch>span{display:grid}.pj-shop-admin-switch small{color:var(--shop-muted)}.pj-shop-admin-switch input{width:20px;height:20px}.pj-shop-package-admin-total{display:grid;margin:18px 0;padding:17px;border-radius:17px;background:#edf4ee}.pj-shop-package-admin-total span,.pj-shop-package-admin-total small{color:var(--shop-muted)}.pj-shop-package-admin-total strong{margin:4px 0;font-size:1.55rem}
@media(max-width:991.98px){.pj-shop-charity-package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pj-shop-package-admin-side{position:static}.pj-shop-package-admin-row{grid-template-columns:minmax(0,1fr) 100px 130px 42px}}
@media(max-width:767.98px){.pj-shop-charity-package-grid{grid-template-columns:1fr}.pj-shop-charity-package-cover{height:190px}.pj-shop-package-admin-row{grid-template-columns:1fr 90px 42px}.pj-shop-package-admin-line{grid-column:1/3}.pj-shop-package-remove{grid-column:3;grid-row:1/3;align-self:center}.pj-shop-charity-package-foot{align-items:center}.pj-shop-charity-package-foot .btn{padding-left:14px;padding-right:14px}.pj-shop-private-checkout-note{display:grid}}

.pj-shop-package-order-info{display:flex;align-items:center;gap:14px;padding:14px 16px;margin:0 0 16px;border:1px solid rgba(26,61,45,.12);border-radius:16px;background:rgba(38,135,79,.06)}
.pj-shop-package-order-info>i{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#23854f;color:#fff;font-size:1.15rem;flex:0 0 auto}
.pj-shop-package-order-info div{display:flex;flex-direction:column;min-width:0}.pj-shop-package-order-info span,.pj-shop-package-order-info small{font-size:.78rem;color:#68746d}.pj-shop-package-order-info strong{font-size:1rem;color:#17251e}

/* Floating cart and order history shortcuts */
.pj-shop-floating-actions{
  position:fixed;
  right:15px;
  bottom:68px;
  z-index:99998;
  display:grid;
  gap:10px;
}
.pj-shop-floating-button{
  position:relative;
  display:grid;
  width:48px;
  height:48px;
  place-items:center;
  border:1px solid rgba(255,255,255,.72);
  border-radius:16px;
  color:#fff!important;
  text-decoration:none!important;
  box-shadow:0 14px 34px rgba(15,23,42,.22);
  transition:transform .18s ease,box-shadow .18s ease;
}
.pj-shop-floating-button:hover{
  color:#fff!important;
  transform:translateY(-2px);
  box-shadow:0 18px 38px rgba(15,23,42,.27);
}
.pj-shop-floating-button>i{font-size:1.25rem;line-height:1}
.pj-shop-floating-history{background:linear-gradient(145deg,#334155,#1f2937)}
.pj-shop-floating-cart{background:linear-gradient(145deg,#26905a,#176d42)}
.pj-shop-floating-button::after{
  content:attr(data-label);
  position:absolute;
  top:50%;
  right:calc(100% + 10px);
  transform:translate(8px,-50%);
  visibility:hidden;
  opacity:0;
  padding:7px 10px;
  border-radius:10px;
  background:#17211b;
  color:#fff;
  font-size:.72rem;
  font-weight:800;
  line-height:1;
  white-space:nowrap;
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
}
.pj-shop-floating-button:hover::after,
.pj-shop-floating-button:focus-visible::after{
  visibility:visible;
  opacity:1;
  transform:translate(0,-50%);
}
.pj-shop-floating-button>em{
  position:absolute;
  top:-7px;
  right:-7px;
  display:grid;
  min-width:21px;
  height:21px;
  place-items:center;
  padding:0 5px;
  border:2px solid #fff;
  border-radius:999px;
  background:#e43f52;
  color:#fff;
  font-size:.65rem;
  font-style:normal;
  font-weight:900;
  line-height:1;
  box-shadow:0 7px 16px rgba(228,63,82,.28);
}
body.pj-sembako-app .scroll-top{right:15px;bottom:15px}

@media(max-width:767.98px){
  .pj-shop-mobile-nav{grid-template-columns:repeat(4,1fr)}
  body.pj-sembako-app .scroll-top{right:14px;bottom:80px}
  .pj-shop-floating-actions{right:14px;bottom:132px;gap:9px}
  .pj-shop-floating-button{width:46px;height:46px;border-radius:15px}
  .pj-shop-floating-button::after{display:none}
}
