.qwp-wrap{max-width:1180px;margin:0 auto;padding:18px 0;color:#111827}
.qwp-card{background:rgba(255,255,255,.92);border:1px solid rgba(17,24,39,.09);border-radius:22px;padding:22px;box-shadow:0 10px 30px rgba(17,24,39,.06);backdrop-filter:blur(10px);margin-bottom:18px}
.qwp-hero-card{background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(245,248,255,.9))}
.qwp-hero-card h2{margin:0 0 8px;font-size:28px;line-height:1.2}
.qwp-hero-card p{margin:0;color:#6b7280;font-size:15px}
.qwp-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.qwp-form label{display:flex;flex-direction:column;gap:6px;font-weight:700;color:#111827;font-size:13px;margin-bottom:14px}
.qwp-form input,.qwp-form textarea,.qwp-form select,.qwp-order-table input,.qwp-order-table textarea{width:100%;border:1px solid #d1d5db;border-radius:13px;padding:11px 12px;background:#fff;color:#111827;box-shadow:none;outline:none;box-sizing:border-box}
.qwp-form input:focus,.qwp-form textarea:focus,.qwp-form select:focus,.qwp-order-table input:focus,.qwp-order-table textarea:focus{border-color:#111827}
.qwp-alert{padding:14px 16px;border-radius:16px;margin:14px 0;font-weight:700}
.qwp-success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.qwp-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.qwp-info{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}
.qwp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:14px;background:#f3f4f6;color:#111827;padding:12px 16px;font-weight:800;text-decoration:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}
.qwp-btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(17,24,39,.08);text-decoration:none;color:#111827}
.qwp-btn-primary{background:#111827;color:#fff!important}.qwp-btn-small{padding:8px 12px;border-radius:12px;font-size:12px}
.qwp-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.qwp-muted{color:#6b7280;font-size:13px}.qwp-link{font-weight:800;text-decoration:none}
.qwp-table-wrap{overflow:auto;width:100%}.qwp-order-table{width:100%;border-collapse:separate;border-spacing:0;min-width:720px}.qwp-order-table th{background:#f9fafb;text-align:left;font-size:13px;color:#374151;padding:12px;border-bottom:1px solid #e5e7eb}.qwp-order-table td{padding:12px;border-bottom:1px solid #e5e7eb;vertical-align:top}.qwp-order-table textarea{min-height:44px;resize:vertical}.qwp-order-table th:nth-child(3),.qwp-order-table td:nth-child(3){width:95px}.qwp-order-table th:last-child,.qwp-order-table td:last-child{width:54px;text-align:center}
.qwp-search-cell{position:relative;min-width:260px}.qwp-results{position:absolute;z-index:99;top:100%;left:12px;right:12px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 18px 40px rgba(17,24,39,.14);padding:6px;max-height:280px;overflow:auto}.qwp-result{display:block;width:100%;border:0;background:#fff;text-align:left;padding:10px 12px;border-radius:10px;cursor:pointer;color:#111827}.qwp-result:hover{background:#f3f4f6}.qwp-no-result{cursor:default;color:#6b7280}.qwp-selected{font-weight:800;color:#111827}.qwp-remove-row{width:34px;height:34px;border-radius:999px;border:0;background:#fee2e2;color:#991b1b;font-size:20px;line-height:1;cursor:pointer}
@media(max-width:760px){.qwp-grid{grid-template-columns:1fr}.qwp-card{padding:16px;border-radius:18px}.qwp-hero-card h2{font-size:23px}.qwp-wrap{padding:10px 0}.qwp-actions .qwp-btn{width:100%}}

/* v1.1 portal menu + shop view */
.qwp-portal-nav{position:sticky;top:8px;z-index:40;margin-bottom:16px;background:rgba(255,255,255,.86);border:1px solid rgba(17,24,39,.08);border-radius:22px;box-shadow:0 12px 30px rgba(17,24,39,.07);backdrop-filter:blur(14px)}
.qwp-portal-nav-inner{display:flex;align-items:center;gap:14px;justify-content:space-between;padding:10px 12px}
.qwp-portal-brand{font-weight:900;color:#111827;white-space:nowrap}
.qwp-portal-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center}
.qwp-portal-links a,.qwp-portal-logout{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:8px 12px;background:rgba(243,244,246,.9);color:#111827!important;text-decoration:none;font-weight:800;font-size:13px}
.qwp-portal-links a:hover,.qwp-portal-logout:hover{background:#111827;color:#fff!important;text-decoration:none}
.qwp-portal-user{display:flex;align-items:center;gap:8px;color:#6b7280;font-weight:800;font-size:12px;white-space:nowrap}
.qwp-shop-search{display:flex;align-items:end;gap:10px;flex-wrap:wrap}
.qwp-shop-search label{flex:1;min-width:260px;margin:0;font-weight:900}
.qwp-shop-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;align-items:start}
.qwp-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.qwp-product-card{background:rgba(255,255,255,.94);border:1px solid rgba(17,24,39,.08);border-radius:20px;box-shadow:0 8px 24px rgba(17,24,39,.05);overflow:hidden;display:flex;flex-direction:column;min-height:100%}
.qwp-product-img{background:#f9fafb;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;padding:14px}
.qwp-product-img img{max-width:100%;max-height:100%;object-fit:contain;display:block}
.qwp-product-body{display:flex;flex-direction:column;gap:8px;padding:13px;flex:1}
.qwp-product-body strong{font-size:13px;line-height:1.35;color:#111827;min-height:38px}
.qwp-product-sku{font-size:12px;color:#6b7280;font-weight:700}.qwp-stock{display:inline-flex;align-self:flex-start;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900;font-style:normal}.qwp-stock-in{background:#ecfdf5;color:#047857}.qwp-stock-out{background:#fef2f2;color:#b91c1c}
.qwp-product-add{display:grid;grid-template-columns:72px 1fr;gap:8px;margin-top:auto}.qwp-product-add .qwp-btn{grid-column:1/-1}.qwp-product-add input{width:100%;border:1px solid #d1d5db;border-radius:12px;padding:9px 10px;box-sizing:border-box}
.qwp-cart-panel{position:sticky;top:92px}.qwp-cart-panel h3{margin:0 0 6px}.qwp-cart-submit{width:100%;margin-top:12px}.qwp-empty-cart{padding:14px;background:#f9fafb;border-radius:14px;color:#6b7280;font-weight:800;text-align:center}.qwp-cart-item{border:1px solid #e5e7eb;border-radius:16px;padding:11px;margin-bottom:10px;background:#fff}.qwp-cart-title{display:flex;flex-direction:column;gap:2px;margin-bottom:8px}.qwp-cart-title strong{font-size:13px;line-height:1.35}.qwp-cart-title span{font-size:11px;color:#6b7280;font-weight:700}.qwp-cart-controls{display:grid;grid-template-columns:64px 1fr 34px;gap:7px}.qwp-cart-controls input{width:100%;border:1px solid #d1d5db;border-radius:11px;padding:8px 9px;box-sizing:border-box}.qwp-remove-cart{width:34px;height:34px;border:0;border-radius:999px;background:#fee2e2;color:#991b1b;font-size:19px;cursor:pointer}.qwp-pagination{display:flex;gap:6px;flex-wrap:wrap;margin-top:16px}.qwp-pagination a,.qwp-pagination span{display:inline-flex;min-width:36px;height:36px;align-items:center;justify-content:center;border-radius:12px;background:#fff;border:1px solid #e5e7eb;text-decoration:none;font-weight:900;color:#111827}.qwp-pagination a.is-current{background:#111827;color:#fff;border-color:#111827}
.qwp-rich-result{display:grid;grid-template-columns:46px minmax(0,1fr);gap:10px;align-items:center}.qwp-result-img{width:46px;height:46px;border-radius:10px;background:#f9fafb;display:flex;align-items:center;justify-content:center;overflow:hidden}.qwp-result-img img{max-width:100%;max-height:100%;object-fit:contain}.qwp-result-text{display:flex;flex-direction:column;gap:3px;min-width:0}.qwp-result-text strong{font-size:13px;line-height:1.25}.qwp-result-text small{font-size:11px;color:#6b7280}.qwp-result-text .qwp-stock{font-size:10px;padding:4px 8px}
@media(max-width:1100px){.qwp-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.qwp-shop-layout{grid-template-columns:1fr}.qwp-cart-panel{position:relative;top:auto;order:-1}}
@media(max-width:760px){.qwp-portal-nav{position:relative;top:auto;border-radius:18px}.qwp-portal-nav-inner{align-items:flex-start;flex-direction:column}.qwp-portal-links{justify-content:flex-start}.qwp-portal-user{width:100%;justify-content:space-between}.qwp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.qwp-product-add{grid-template-columns:1fr}.qwp-product-body{padding:10px}.qwp-shop-search .qwp-btn{width:100%}.qwp-cart-controls{grid-template-columns:56px 1fr 34px}}

/* v1.2.0 fixes: frontend login, readable product search, full shop grid, image request list */
.qwp-wrap{max-width:1380px;width:min(1380px,calc(100% - 36px));padding:22px 0;color:#111827;font-family:inherit}
.qwp-card{background:rgba(255,255,255,.96);border-color:rgba(15,23,42,.08);box-shadow:0 14px 36px rgba(15,23,42,.06)}
.qwp-btn-primary{background:#2fa7b5!important;color:#fff!important;box-shadow:0 10px 22px rgba(47,167,181,.18)}
.qwp-btn-primary:hover{background:#238d99!important;color:#fff!important}
.qwp-login-card h3{margin:0 0 6px;font-size:24px;line-height:1.2}.qwp-login-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.qwp-check{display:flex!important;flex-direction:row!important;align-items:center;gap:8px!important;margin:0 0 14px!important;font-weight:700!important}.qwp-check input{width:auto!important}
.qwp-portal-nav{top:10px;background:rgba(255,255,255,.92);border-radius:24px}.qwp-portal-brand{font-size:17px}.qwp-portal-links a,.qwp-portal-logout{background:rgba(15,23,42,.045);padding:10px 16px}.qwp-portal-links a:hover,.qwp-portal-logout:hover{background:#2fa7b5;color:#fff!important}
.qwp-shop-search{display:grid;grid-template-columns:minmax(260px,1fr) auto auto;align-items:end}.qwp-shop-search label{font-size:15px}.qwp-shop-search input[type="search"],.qwp-product-search{width:100%;border:1px solid #d1d5db!important;border-radius:18px!important;min-height:52px!important;padding:13px 16px!important;background:#fff!important;color:#111827!important;box-shadow:none!important}.qwp-shop-search input[type="search"]:focus,.qwp-product-search:focus{border-color:#2fa7b5!important;box-shadow:0 0 0 3px rgba(47,167,181,.11)!important;outline:0!important}
.qwp-shop-layout{grid-template-columns:minmax(0,1fr) 370px;gap:22px}.qwp-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.qwp-product-card{border-radius:24px;background:#fff!important;border-color:rgba(15,23,42,.09);box-shadow:0 12px 28px rgba(15,23,42,.055);transition:transform .15s ease,box-shadow .15s ease}.qwp-product-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(15,23,42,.08)}.qwp-product-img{background:linear-gradient(180deg,#fff,#f8fafc)!important;padding:18px;min-height:210px}.qwp-product-body{gap:10px;padding:15px}.qwp-product-body strong{font-size:14px;min-height:40px}.qwp-product-sku{min-height:17px}.qwp-stock{font-size:11px;letter-spacing:.02em}.qwp-stock-in{background:#ecfdf5!important;color:#047857!important}.qwp-stock-out{background:#fef2f2!important;color:#b91c1c!important}.qwp-product-add input{min-height:42px;background:#fff!important}.qwp-add-catalog{width:100%;min-height:42px}
.qwp-cart-panel{top:98px}.qwp-cart-panel h3{font-size:24px;line-height:1.2}.qwp-cart-main{display:grid;grid-template-columns:52px minmax(0,1fr);gap:10px;align-items:center;margin-bottom:10px}.qwp-cart-img{width:52px;height:52px;border-radius:14px;background:#f8fafc;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;overflow:hidden}.qwp-cart-img img{max-width:100%;max-height:100%;object-fit:contain}.qwp-cart-item{background:#fff;border-color:#e5e7eb;border-radius:18px;padding:12px}.qwp-cart-title strong{font-size:13px}.qwp-cart-controls{grid-template-columns:68px minmax(0,1fr) 38px}.qwp-cart-controls input{min-height:38px}.qwp-remove-cart,.qwp-remove-row{background:#2fa7b5!important;color:#fff!important}
.qwp-order-table{border-collapse:separate;border-spacing:0;min-width:850px}.qwp-order-table th{background:#f8fafc!important;padding:16px!important;letter-spacing:.04em;text-transform:uppercase}.qwp-order-table td{padding:16px!important;background:#fff!important}.qwp-order-table input,.qwp-order-table textarea{min-height:52px!important;border-radius:16px!important}.qwp-order-table textarea{min-height:52px!important}.qwp-search-cell{min-width:320px}.qwp-selected{display:grid;grid-template-columns:50px minmax(0,1fr);gap:10px;align-items:center;font-weight:800;color:#111827;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;min-height:62px;padding:8px}.qwp-selected-empty{display:flex;color:#6b7280;justify-content:flex-start}.qwp-selected-img{width:50px;height:50px;border-radius:12px;background:#fff;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;overflow:hidden}.qwp-selected-img img{max-width:100%;max-height:100%;object-fit:contain}.qwp-selected small{display:block;color:#6b7280;font-size:11px;margin-top:2px}.qwp-results{left:0!important;right:0!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:18px!important;box-shadow:0 22px 50px rgba(15,23,42,.16)!important;padding:8px!important;max-height:360px!important}.qwp-result{background:#fff!important;color:#111827!important;border:0!important;text-decoration:none!important}.qwp-result:hover{background:#f8fafc!important}.qwp-rich-result{grid-template-columns:58px minmax(0,1fr);padding:11px!important;border-radius:14px!important}.qwp-result-img{width:58px;height:58px;border-radius:14px;background:#f8fafc;border:1px solid #e5e7eb}.qwp-result-text strong{font-size:14px;color:#111827}.qwp-result-text small{font-size:12px}.qwp-result-text .qwp-stock{font-size:10px;padding:4px 8px}
.qwp-pagination a.is-current{background:#0f172a;color:#fff;border-color:#0f172a}.qwp-pagination a:hover{border-color:#2fa7b5;color:#2fa7b5}
@media(max-width:1180px){.qwp-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.qwp-shop-layout{grid-template-columns:1fr}.qwp-cart-panel{position:relative;top:auto;order:-1}}
@media(max-width:760px){.qwp-wrap{width:min(100% - 22px,1380px);padding:12px 0}.qwp-login-grid{grid-template-columns:1fr}.qwp-shop-search{grid-template-columns:1fr}.qwp-shop-search .qwp-btn{width:100%}.qwp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.qwp-product-img{min-height:150px;padding:12px}.qwp-product-body strong{font-size:12px;min-height:35px}.qwp-shop-layout{gap:14px}.qwp-cart-main{grid-template-columns:46px minmax(0,1fr)}.qwp-cart-img{width:46px;height:46px}.qwp-portal-links a,.qwp-portal-logout{padding:9px 12px}.qwp-card{padding:16px}}

/* v1.2.1 quick-order redesign: one fixed search box, products added below, no clipped dropdown */
.qwp-quick-modern{overflow:visible!important}
.qwp-quick-search-panel{position:relative;overflow:visible!important;margin-bottom:20px;padding:16px;border:1px solid #e5e7eb;border-radius:22px;background:linear-gradient(180deg,#fff,#f8fafc)}
.qwp-quick-search-panel label{display:flex;flex-direction:column;gap:9px;font-weight:900;color:#111827;margin:0;font-size:15px}
.qwp-quick-main-search{font-size:16px!important;min-height:58px!important;border-radius:20px!important;background:#fff!important}
.qwp-quick-search-panel .qwp-results{position:static!important;left:auto!important;right:auto!important;top:auto!important;max-height:none!important;overflow:visible!important;margin-top:12px;border-radius:18px!important;box-shadow:0 14px 34px rgba(15,23,42,.10)!important}
.qwp-quick-search-panel .qwp-rich-result{min-height:76px!important}
.qwp-quick-list-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:4px 0 12px;flex-wrap:wrap}
.qwp-quick-list-head h3{margin:0;font-size:24px;line-height:1.2;color:#111827}
.qwp-quick-items{display:flex;flex-direction:column;gap:10px;overflow:visible!important}
.qwp-quick-item{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:14px;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:14px;box-shadow:0 8px 22px rgba(15,23,42,.04)}
.qwp-quick-product{display:grid;grid-template-columns:58px minmax(0,1fr);gap:12px;align-items:center;min-width:0}
.qwp-quick-product .qwp-cart-img{width:58px;height:58px;border-radius:16px}
.qwp-quick-product .qwp-cart-title{margin:0;min-width:0}
.qwp-quick-product .qwp-cart-title strong{font-size:15px;line-height:1.35;color:#111827}
.qwp-quick-controls{display:grid;grid-template-columns:78px minmax(0,1fr) 44px;gap:9px;align-items:center}
.qwp-quick-controls input{width:100%;min-height:46px;border:1px solid #d1d5db;border-radius:15px;padding:10px 12px;background:#fff;color:#111827;box-sizing:border-box}
.qwp-remove-quick{width:44px;height:44px;border:0;border-radius:999px;background:#2fa7b5;color:#fff;font-size:24px;line-height:1;cursor:pointer;font-weight:800}
.qwp-quick-actions{justify-content:flex-end;margin-top:18px}.qwp-quick-actions .qwp-btn{min-width:260px}
.qwp-catalog-note::placeholder,.qwp-cart-note::placeholder,.qwp-quick-note::placeholder{color:#9ca3af!important}
@media(max-width:900px){.qwp-quick-item{grid-template-columns:1fr}.qwp-quick-controls{grid-template-columns:74px minmax(0,1fr) 44px}.qwp-quick-actions .qwp-btn{width:100%;min-width:0}}
@media(max-width:560px){.qwp-quick-search-panel{padding:12px}.qwp-quick-product{grid-template-columns:50px minmax(0,1fr)}.qwp-quick-product .qwp-cart-img{width:50px;height:50px}.qwp-quick-controls{grid-template-columns:1fr}.qwp-remove-quick{width:100%}.qwp-quick-list-head h3{font-size:21px}}

/* v1.2.5 variation/catalog and wholesale checkout display fixes */
.qwp-unit-price{display:inline-block;margin-top:6px;color:#6b7280;font-size:12px;font-weight:700;line-height:1.35}
.woocommerce .qwp-unit-price{color:#6b7280}


/* v1.2.8 stock lock + checkout currency consistency */
.qwp-product-card-out{opacity:.72}
.qwp-product-card-out .qwp-product-img{filter:grayscale(.15)}
.qwp-product-card-out .qwp-add-catalog,.qwp-result-out{cursor:not-allowed!important;box-shadow:none!important;transform:none!important}
.qwp-product-card-out input,.qwp-product-card-out button{opacity:.65}
.qwp-result-out:hover{background:#fff!important}
.woocommerce-order-pay .shop_table tfoot td{white-space:nowrap}

/* v1.3.0: no approval registration, separate login page, mobile wholesale request bar, Woodmart mobile toolbar guard */
.qwp-register-only,.qwp-login-page-shell{max-width:980px;margin-left:auto;margin-right:auto}
.qwp-modern-auth-card{border-radius:30px!important;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.96))!important;border:1px solid rgba(15,23,42,.08)!important;box-shadow:0 22px 55px rgba(15,23,42,.08)!important}
.qwp-registration-card{padding:26px!important}
.qwp-auth-head{margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid rgba(15,23,42,.07)}
.qwp-auth-head span,.qwp-auth-side-card span{display:inline-flex;align-items:center;width:max-content;border-radius:999px;background:rgba(47,167,181,.10);color:#238d99;font-weight:900;font-size:12px;letter-spacing:.06em;text-transform:uppercase;padding:7px 12px;margin-bottom:10px}
.qwp-auth-head h2,.qwp-auth-side-card h2,.qwp-auth-redirect-card h2{margin:0 0 7px;font-size:30px;line-height:1.12;color:#0f172a}
.qwp-auth-head p,.qwp-auth-side-card p{margin:0;color:#64748b;font-weight:600;line-height:1.55}
.qwp-auth-footer{margin:14px 0 0;text-align:center;color:#64748b;font-weight:700}.qwp-auth-footer a{color:#238d99!important;font-weight:900;text-decoration:none!important}.qwp-auth-footer a:hover{text-decoration:underline!important}
.qwp-auth-layout{display:grid;grid-template-columns:minmax(0,0.86fr) minmax(360px,1fr);gap:20px;align-items:stretch}
.qwp-auth-side-card{display:flex;flex-direction:column;justify-content:center;min-height:330px;border-radius:30px!important;background:linear-gradient(135deg,#0f172a,#1e293b)!important;color:#fff!important;overflow:hidden;position:relative}
.qwp-auth-side-card:after{content:"";position:absolute;inset:auto -80px -110px auto;width:250px;height:250px;border-radius:999px;background:rgba(47,167,181,.34);filter:blur(6px)}
.qwp-auth-side-card h2,.qwp-auth-side-card p{position:relative;z-index:1;color:#fff!important}.qwp-auth-side-card span{position:relative;z-index:1;background:rgba(255,255,255,.13);color:#fff}
.qwp-auth-redirect-card{text-align:center;max-width:560px;margin:40px auto;border-radius:28px!important}
.qwp-login-page-shell .qwp-login-card{height:100%;margin:0}.qwp-login-page-shell .qwp-login-card h3{font-size:30px}.qwp-login-register-link{margin-top:14px}
.qwp-cart-panel h3{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.qwp-cart-count-pill{display:inline-flex;align-items:center;gap:5px;border-radius:999px;background:rgba(47,167,181,.10);color:#238d99;font-size:12px;font-weight:900;padding:7px 11px;white-space:nowrap}
.qwp-mobile-cartbar{display:none}
@media(max-width:1024px){
  body.qwp-wholesale-page .wd-toolbar,
  body.qwp-wholesale-page .woodmart-toolbar,
  body.qwp-wholesale-page .wd-toolbar-shop,
  body.qwp-wholesale-page .woodmart-sticky-toolbar{display:none!important;visibility:hidden!important;pointer-events:none!important}
  body.qwp-wholesale-shop-page .qwp-wrap{padding-bottom:96px!important}
  .qwp-mobile-cartbar{position:fixed;left:12px;right:12px;bottom:12px;z-index:99990;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border-radius:24px;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(15,23,42,.10);box-shadow:0 18px 44px rgba(15,23,42,.18)}
  .qwp-mobile-cartbar-summary{border:0;background:#f8fafc;border-radius:18px;padding:10px 12px;text-align:left;min-width:0;display:flex;flex-direction:column;gap:1px;color:#0f172a;cursor:pointer}
  .qwp-mobile-cartbar-summary span{font-size:11px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.qwp-mobile-cartbar-summary strong{font-size:15px;line-height:1.2;color:#0f172a}
  .qwp-mobile-submit{min-height:48px!important;border-radius:18px!important;padding:0 18px!important;white-space:nowrap}.qwp-mobile-submit:disabled{opacity:.55;cursor:not-allowed;filter:grayscale(.2)}
}
@media(max-width:760px){
  .qwp-register-only,.qwp-login-page-shell{width:min(100% - 22px,980px)!important;padding-top:12px!important}.qwp-registration-card{padding:18px!important;border-radius:24px!important}.qwp-auth-head h2,.qwp-auth-side-card h2,.qwp-auth-redirect-card h2{font-size:24px}.qwp-auth-layout{grid-template-columns:1fr}.qwp-auth-side-card{min-height:auto;padding:22px!important}.qwp-login-page-shell .qwp-login-card h3{font-size:24px}.qwp-mobile-cartbar{left:9px;right:9px;bottom:9px;border-radius:22px}.qwp-mobile-submit{padding:0 14px!important}.qwp-cart-panel{scroll-margin-top:90px}
}

/* v1.3.1: registration entry chooser with Login / Sign Up first */
.qwp-auth-switch-page .qwp-login-card{max-width:720px;margin-left:auto;margin-right:auto}
.qwp-auth-choice-card{padding:24px!important;margin-bottom:18px!important}
.qwp-auth-choice-head{border-bottom:0!important;margin-bottom:14px!important;padding-bottom:0!important;text-align:center}
.qwp-auth-choice-head span{margin-left:auto;margin-right:auto}
.qwp-auth-choice-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}
.qwp-auth-choice-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:5px;min-height:116px;border:1px solid rgba(15,23,42,.10);border-radius:24px;background:linear-gradient(180deg,#fff,#f8fafc);color:#0f172a!important;text-decoration:none!important;box-shadow:0 12px 30px rgba(15,23,42,.06);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}
.qwp-auth-choice-btn strong{font-size:22px;line-height:1.1;font-weight:950}
.qwp-auth-choice-btn small{font-size:13px;color:#64748b;font-weight:800}
.qwp-auth-choice-btn:hover,.qwp-auth-choice-btn.is-active{transform:translateY(-2px);border-color:rgba(47,167,181,.45);box-shadow:0 18px 42px rgba(15,23,42,.10);background:linear-gradient(180deg,#ffffff,#eefafd)}
.qwp-auth-choice-btn.is-active strong{color:#238d99}
@media(max-width:760px){.qwp-auth-choice-card{padding:18px!important;border-radius:24px!important}.qwp-auth-choice-actions{grid-template-columns:1fr;gap:10px}.qwp-auth-choice-btn{min-height:92px;border-radius:20px}.qwp-auth-choice-btn strong{font-size:20px}}
