@font-face { font-family:'Material Symbols Rounded Local'; font-style:normal; font-weight:400; font-display:block; src:url('../assets/material-symbols-rounded.ttf') format('truetype'); }
.jw-shop-icon { display:inline-block; overflow:hidden; font-family:'Material Symbols Rounded Local'; font-size:24px; font-style:normal; font-weight:400; line-height:1; letter-spacing:normal; text-transform:none; white-space:nowrap; word-wrap:normal; direction:ltr; -webkit-font-feature-settings:'liga'; font-feature-settings:'liga'; }
.jw-shop-sr-only { position:absolute !important; width:1px !important; height:1px !important; padding:0 !important; margin:-1px !important; overflow:hidden !important; clip:rect(0,0,0,0) !important; white-space:nowrap !important; border:0 !important; }
#jw-shop { --shop-green:#FE8130; --shop-green-dark:#D85F14; --shop-green-soft:#FFF1E8; --shop-ink:#24211f; --shop-muted:#756b65; --shop-line:#e9e2dd; --shop-surface:#f8f6f4; --jw-page-accent:var(--shop-green); --jw-page-ink:var(--shop-ink); --jw-page-muted:var(--shop-muted); --jw-page-line:var(--shop-line); display:block; min-height:60dvh; padding:36px 0 0; background:#fff; color:var(--shop-ink); }
.jw-shop-sort select:focus-visible, .jw-shop-option select:focus-visible, .jw-shop-fields input:focus-visible { outline:2px solid var(--shop-green); outline-offset:2px; }
.jw-shop-page { width:100%; margin:0 auto; padding-top:42px; }
.jw-shop-title-row { display:flex; align-items:flex-end; justify-content:space-between; gap:30px; margin-bottom:30px; }
.jw-shop-title-row h1, .jw-shop-cart-page > h1, .jw-shop-order-heading h1 { font-size:38px; font-weight:700; letter-spacing:-.04em; line-height:1.15; }
.jw-shop-title-row p { color:var(--shop-muted); font-size:15px; }
.jw-shop-lead { line-height:1.7; }
.jw-shop-sort { display:flex; align-items:center; gap:10px; color:var(--shop-muted); font-size:13px; }
.jw-shop-sort select { height:42px; padding:0 34px 0 14px; border:1px solid var(--shop-line); border-radius:10px; background:#fff; }
.jw-shop-grid { display:grid; grid-template-columns:repeat(4, minmax(0, 1fr)); gap:34px 18px; }
.jw-shop-product { position:relative; min-width:0; }
.jw-shop-product-image { position:relative; display:block; overflow:hidden; aspect-ratio:1 / 1; border-radius:14px; background:var(--shop-surface); }
.jw-shop-product-image img { width:100%; height:100%; object-fit:cover; transition:transform .25s ease; }
.jw-shop-product:hover .jw-shop-product-image img { transform:scale(1.025); }
.jw-shop-image-empty { display:flex; width:100%; height:100%; flex-direction:column; align-items:center; justify-content:center; gap:8px; color:#929a94; font-size:13px; }
.jw-shop-image-empty .jw-shop-icon { font-size:34px; }
.jw-shop-badge { position:absolute; top:12px; left:12px; padding:5px 8px; border-radius:6px; background:#fff; color:var(--shop-green-dark); font-size:11px; font-weight:700; box-shadow:0 4px 12px rgba(91,55,34,.1); }
.jw-shop-product-info { position:relative; padding:15px 48px 0 2px; }
.jw-shop-brand-name { display:block; margin-bottom:5px; color:var(--shop-muted); font-size:12px; font-weight:700; }
.jw-shop-product h2 { overflow:hidden; min-height:42px; font-size:15px; font-weight:500; line-height:1.45; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.jw-shop-price { display:flex; align-items:baseline; gap:8px; margin-top:10px; }
.jw-shop-price strong { font-size:17px; }
.jw-shop-price del { color:#a1a7a2; font-size:12px; }
.jw-shop-quick-add { position:absolute; right:0; bottom:0; display:flex; width:38px; height:38px; align-items:center; justify-content:center; border:1px solid var(--shop-line); border-radius:12px; background:#fff; transition:background .15s ease, color .15s ease, transform .15s ease; }
.jw-shop-quick-add:hover { background:var(--shop-green); color:#fff; }
.jw-shop-quick-add:active, .jw-shop-button:active { transform:translateY(1px); }
.jw-shop-quick-add .jw-shop-icon { font-size:20px; }
.jw-shop-empty { display:flex; min-height:360px; flex-direction:column; align-items:center; justify-content:center; text-align:center; }
.jw-shop-empty > .jw-shop-icon { color:var(--shop-green); font-size:52px; }
.jw-shop-empty h1, .jw-shop-empty h2 { margin-top:18px; font-size:24px; }
.jw-shop-empty p { margin-top:8px; color:var(--shop-muted); }
.jw-shop-empty .jw-shop-button { margin-top:24px; }
.jw-shop-button { display:inline-flex; min-height:48px; align-items:center; justify-content:center; padding:0 24px; border:1px solid transparent; border-radius:10px; font-size:15px; font-weight:700; white-space:nowrap; transition:background .15s ease, border-color .15s ease, transform .15s ease; }
.jw-shop-button.is-primary { background:var(--shop-green); color:#fff; }
.jw-shop-button.is-primary:hover { background:var(--shop-green-dark); }
.jw-shop-button.is-outline { border-color:var(--shop-green); background:#fff; color:var(--shop-green-dark); }
.jw-shop-button.is-outline:hover { background:var(--shop-green-soft); }
.jw-shop-button.is-disabled { width:100%; background:#d9dedb; color:#7d847f; cursor:not-allowed; }
.jw-shop-breadcrumb { display:flex; align-items:center; gap:4px; margin-bottom:24px; color:var(--shop-muted); font-size:13px; }
.jw-shop-breadcrumb .jw-shop-icon { font-size:18px; }
.jw-shop-view-top { display:grid; grid-template-columns:minmax(0, 1.05fr) minmax(360px, .85fr); gap:7vw; align-items:start; }
.jw-shop-gallery { min-width:0; }
.jw-shop-main-image { display:flex; overflow:hidden; aspect-ratio:1 / 1; align-items:center; justify-content:center; border-radius:14px; background:var(--shop-surface); }
.jw-shop-main-image img { width:100%; height:100%; object-fit:cover; }
.jw-shop-thumbs { display:flex; gap:10px; margin-top:14px; overflow-x:auto; }
.jw-shop-thumbs button { width:72px; height:72px; flex:none; overflow:hidden; border:1px solid var(--shop-line); border-radius:10px; }
.jw-shop-thumbs button.is-on { border:2px solid var(--shop-green); }
.jw-shop-thumbs img { width:100%; height:100%; object-fit:cover; }
.jw-shop-buybox { position:sticky; top:90px; padding-top:6px; }
.jw-shop-buybox h1 { font-size:30px; font-weight:700; letter-spacing:-.035em; line-height:1.35; }
.jw-shop-short-desc { margin-top:9px; color:var(--shop-muted); font-size:15px; line-height:1.6; }
.jw-shop-flag-list { display:flex; gap:6px; margin-top:16px; flex-wrap:wrap; }
.jw-shop-flag-list span { padding:5px 8px; border-radius:6px; background:var(--shop-green-soft); color:var(--shop-green-dark); font-size:11px; font-weight:700; }
.jw-shop-view-price { display:flex; align-items:baseline; gap:10px; padding:24px 0; border-bottom:1px solid var(--shop-line); }
.jw-shop-view-price strong { font-size:30px; }
.jw-shop-view-price del { color:#a1a7a2; font-size:14px; }
.jw-shop-meta { padding:10px 0 14px; border-bottom:1px solid var(--shop-line); }
.jw-shop-meta div { display:grid; grid-template-columns:90px 1fr; padding:8px 0; font-size:14px; }
.jw-shop-meta dt { color:var(--shop-muted); }
.jw-shop-option { display:flex; flex-direction:column; gap:8px; margin-top:18px; font-size:13px; font-weight:700; }
.jw-shop-option select { width:100%; height:46px; padding:0 12px; border:1px solid var(--shop-line); border-radius:10px; background:#fff; }
.jw-shop-quantity { display:flex; align-items:center; justify-content:space-between; padding:18px 0; }
.jw-shop-quantity > span { font-size:13px; font-weight:700; }
.jw-shop-quantity > div { display:flex; overflow:hidden; border:1px solid var(--shop-line); border-radius:10px; }
.jw-shop-quantity button { display:flex; width:38px; height:38px; align-items:center; justify-content:center; }
.jw-shop-quantity button .jw-shop-icon { font-size:18px; }
.jw-shop-quantity input { width:44px; height:38px; text-align:center; -moz-appearance:textfield; }
.jw-shop-quantity input::-webkit-inner-spin-button { margin:0; -webkit-appearance:none; }
.jw-shop-total { display:flex; align-items:center; justify-content:space-between; padding:20px 0; border-top:1px solid var(--shop-line); }
.jw-shop-total span { font-size:14px; font-weight:700; }
.jw-shop-total strong { color:var(--shop-green-dark); font-size:25px; }
.jw-shop-buy-actions { display:grid; grid-template-columns:1fr 1.5fr; gap:10px; }
.jw-shop-detail-content { margin-top:90px; padding-top:28px; border-top:1px solid var(--shop-line); }
.jw-shop-detail-content h2 { font-size:22px; }
.jw-shop-editor-content { width:min(900px, 100%); margin:34px auto 0; line-height:1.7; }
.jw-shop-editor-content img { max-width:100%; height:auto !important; margin-right:auto; margin-left:auto; }
.jw-shop-cart-page > h1 { margin-bottom:28px; }
.jw-shop-cart-layout, .jw-shop-order-layout { display:grid; grid-template-columns:minmax(0, 1fr) 330px; gap:48px; align-items:start; }
.jw-shop-cart-tools { display:flex; min-height:50px; align-items:center; justify-content:space-between; border-top:2px solid var(--shop-ink); border-bottom:1px solid var(--shop-line); }
.jw-shop-cart-tools > button { color:var(--shop-muted); font-size:13px; }
.jw-shop-check { display:flex; align-items:center; gap:8px; font-size:13px; cursor:pointer; }
.jw-shop-check input { position:absolute; opacity:0; }
.jw-shop-check .jw-shop-icon { display:flex; width:20px; height:20px; align-items:center; justify-content:center; border:1px solid #aeb5b0; border-radius:5px; color:transparent; font-size:17px; }
.jw-shop-check input:checked + .jw-shop-icon { border-color:var(--shop-green); background:var(--shop-green); color:#fff; }
.jw-shop-cart-item { display:grid; grid-template-columns:auto 100px minmax(0, 1fr) auto auto; gap:16px; align-items:center; padding:20px 0; border-bottom:1px solid var(--shop-line); }
.jw-shop-cart-item-image { display:block; overflow:hidden; width:100px; height:100px; border-radius:10px; background:var(--shop-surface); }
.jw-shop-cart-item-image img { width:100%; height:100%; object-fit:cover; }
.jw-shop-cart-item-info { min-width:0; }
.jw-shop-cart-item-info h2 { font-size:15px; font-weight:600; line-height:1.45; }
.jw-shop-cart-item-info p { margin-top:7px; font-size:14px; font-weight:700; }
.jw-shop-cart-item-qty { display:flex; overflow:hidden; border:1px solid var(--shop-line); border-radius:8px; }
.jw-shop-cart-item-qty button, .jw-shop-cart-item-qty span { display:flex; width:32px; height:32px; align-items:center; justify-content:center; }
.jw-shop-cart-item-qty .jw-shop-icon { font-size:16px; }
.jw-shop-cart-remove { color:#89908b; }
.jw-shop-cart-remove .jw-shop-icon { font-size:21px; }
.jw-shop-cart-empty { display:flex; min-height:260px; flex-direction:column; align-items:center; justify-content:center; color:var(--shop-muted); text-align:center; }
.jw-shop-cart-empty .jw-shop-icon { margin-bottom:10px; font-size:42px; }
.jw-shop-summary { position:sticky; top:90px; padding:25px; border-radius:14px; background:var(--shop-surface); }
.jw-shop-summary h2 { font-size:18px; }
.jw-shop-summary dl { margin-top:18px; }
.jw-shop-summary dl > div { display:flex; align-items:center; justify-content:space-between; padding:7px 0; color:var(--shop-muted); font-size:14px; }
.jw-shop-summary dl .is-total { margin-top:13px; padding-top:20px; border-top:1px solid #d8ded9; color:var(--shop-ink); font-weight:700; }
.jw-shop-summary dl .is-total dd { color:var(--shop-green-dark); font-size:23px; }
.jw-shop-summary .jw-shop-button { width:100%; margin-top:24px; }
.jw-shop-summary .jw-shop-button:disabled { background:#aeb6b0; cursor:not-allowed; }
.jw-shop-continue { display:flex; align-items:center; justify-content:center; gap:5px; margin-top:16px; color:var(--shop-muted); font-size:13px; }
.jw-shop-continue .jw-shop-icon { font-size:17px; }
.jw-shop-order-heading { display:flex; align-items:center; justify-content:space-between; margin-bottom:28px; }
.jw-shop-order-heading ol { display:flex; gap:26px; color:#a4aaa6; font-size:13px; }
.jw-shop-order-heading li { position:relative; }
.jw-shop-order-heading li + li::before { position:absolute; top:50%; left:-17px; width:8px; height:1px; background:#cbd0cc; content:""; }
.jw-shop-order-heading li.is-on { color:var(--shop-green-dark); font-weight:700; }
.jw-shop-order-body { display:flex; flex-direction:column; gap:42px; }
.jw-shop-order-section { border-top:2px solid var(--shop-ink); }
.jw-shop-order-section h2 { padding:18px 0; border-bottom:1px solid var(--shop-line); font-size:18px; }
.jw-shop-order-item { display:grid; grid-template-columns:72px 1fr auto; gap:14px; align-items:center; padding:16px 0; border-bottom:1px solid var(--shop-line); }
.jw-shop-order-item img, .jw-shop-order-item .jw-shop-image-empty { width:72px; height:72px; border-radius:9px; background:var(--shop-surface); object-fit:cover; }
.jw-shop-order-item h3 { font-size:14px; font-weight:600; }
.jw-shop-order-item p { margin-top:6px; color:var(--shop-muted); font-size:12px; }
.jw-shop-order-item strong { font-size:14px; }
.jw-shop-fields { display:grid; grid-template-columns:1fr 1fr; gap:18px; padding:22px 0 4px; }
.jw-shop-fields label { display:flex; flex-direction:column; gap:7px; font-size:13px; font-weight:600; }
.jw-shop-fields label.is-full { grid-column:1 / -1; }
.jw-shop-fields input { height:44px; padding:0 12px; border:1px solid var(--shop-line); border-radius:9px; background:#fff; font-weight:400; }
.jw-shop-pay-methods { display:flex; gap:10px; padding:22px 0 4px; }
.jw-shop-pay-methods label { cursor:pointer; }
.jw-shop-pay-methods input { position:absolute; opacity:0; }
.jw-shop-pay-methods span { display:flex; min-width:130px; height:44px; align-items:center; justify-content:center; border:1px solid var(--shop-line); border-radius:9px; }
.jw-shop-pay-methods input:checked + span { border-color:var(--shop-green); background:var(--shop-green-soft); color:var(--shop-green-dark); font-weight:700; }
.jw-shop-bank-guide { margin-top:14px; padding:14px; border-radius:9px; background:var(--shop-surface); color:var(--shop-muted); font-size:12px; line-height:1.6; }
.jw-shop-agree { display:flex; align-items:flex-start; gap:8px; margin-top:22px; color:var(--shop-muted); font-size:12px; line-height:1.5; }
.jw-shop-agree input { width:17px; height:17px; flex:none; accent-color:var(--shop-green); }
.jw-shop-form-message { min-height:18px; margin-top:12px; color:#b33e3e; font-size:12px; text-align:center; }
.jw-shop-complete { min-height:480px; text-align:center; }
.jw-shop-complete > .jw-shop-icon { color:var(--shop-green); font-size:64px; }
.jw-shop-complete h1 { margin-top:18px; font-size:30px; }
.jw-shop-complete p { margin-top:10px; color:var(--shop-muted); }
.jw-shop-complete p strong { color:var(--shop-ink); }
.jw-shop-complete .jw-shop-button { margin-top:28px; }
.jw-shop-toast { position:fixed; right:24px; bottom:24px; z-index:1200; padding:13px 18px; border-radius:10px; background:#2c2724; color:#fff; font-size:13px; box-shadow:0 12px 34px rgba(67,40,24,.2); animation:jwShopToast .18s ease; }
@keyframes jwShopToast { from { transform:translateY(8px); opacity:0; } to { transform:translateY(0); opacity:1; } }
@media (max-width:1024px) {
	.jw-shop-grid { grid-template-columns:repeat(3, minmax(0, 1fr)); }
	.jw-shop-view-top { gap:40px; }
	.jw-shop-cart-layout, .jw-shop-order-layout { grid-template-columns:minmax(0, 1fr) 290px; gap:28px; }
}
@media (max-width:768px) {
	#jw-shop { padding-top:28px; }
	.jw-page-head, .jw-shop-page { width:100%; }
	.jw-page-category { gap:20px; }
	.jw-shop-page { padding-top:36px; }
	.jw-shop-title-row { align-items:flex-start; }
	.jw-shop-title-row h1, .jw-shop-cart-page > h1, .jw-shop-order-heading h1 { font-size:30px; }
	.jw-shop-grid { grid-template-columns:repeat(2, minmax(0, 1fr)); gap:28px 12px; }
	.jw-shop-product-info { padding-right:40px; }
	.jw-shop-product h2 { font-size:14px; }
	.jw-shop-view-top { grid-template-columns:1fr; gap:34px; }
	.jw-shop-buybox, .jw-shop-summary { position:static; }
	.jw-shop-buybox h1 { font-size:25px; }
	.jw-shop-detail-content { margin-top:60px; }
	.jw-shop-cart-layout, .jw-shop-order-layout { grid-template-columns:1fr; }
	.jw-shop-summary { order:2; }
	.jw-shop-order-body { order:1; }
	.jw-shop-cart-item { grid-template-columns:auto 76px minmax(0, 1fr) auto; gap:10px; }
	.jw-shop-cart-item-image { width:76px; height:76px; }
	.jw-shop-cart-item-qty { grid-column:3; width:max-content; }
	.jw-shop-cart-remove { grid-column:4; grid-row:1; }
	.jw-shop-order-heading { align-items:flex-start; flex-direction:column; gap:15px; }
}
@media (max-width:480px) {
	.jw-shop-title-row { flex-direction:column; }
	.jw-shop-sort { width:100%; justify-content:space-between; }
	.jw-shop-grid { row-gap:24px; }
	.jw-shop-product-image { border-radius:10px; }
	.jw-shop-badge { top:8px; left:8px; }
	.jw-shop-quick-add { width:34px; height:34px; }
	.jw-shop-buy-actions { grid-template-columns:1fr 1fr; }
	.jw-shop-fields { grid-template-columns:1fr; }
	.jw-shop-fields label.is-full { grid-column:auto; }
	.jw-shop-pay-methods { flex-direction:column; }
	.jw-shop-pay-methods span { width:100%; }
}
@media (prefers-reduced-motion:reduce) {
	.jw-shop-product-image img, .jw-shop-quick-add, .jw-shop-button { transition:none; }
}
