.product-shop{padding-bottom:0;overflow:hidden;background:radial-gradient(ellipse at 100% 0,#591777,#210c34 65%)}
.product-shop:not(.active){visibility:hidden;pointer-events:none}
.shop-header{flex-shrink:0;gap:12px;padding:14px 16px}
.shop-header .page-view-title{flex:1;min-width:0;font-size:16px;overflow-wrap:anywhere}
.shop-header-menu{width:35px;height:35px;border:1px solid #d58dea40;border-radius:11px;background:#c676e815;color:#f0caec;font-size:15px;flex-shrink:0;cursor:pointer}
.shop-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;padding:21px 16px 15px}
.shop-intro{margin-bottom:22px}
.shop-intro>span{font-size:8px;letter-spacing:2px;color:#d5a5e7;font-weight:600}
.shop-intro h1{font-family:var(--font-body);font-size:27px;font-weight:600;line-height:1.25;letter-spacing:-.7px;margin:9px 0;color:#fff0f8}
.shop-intro p{font-size:11px;line-height:1.65;color:#c4a6cf;max-width:280px}
.shop-search{display:flex;align-items:center;gap:10px;padding:0 13px;border:1px solid #cc98e037;border-radius:13px;background:#ffffff07;color:#b68ec9;height:44px}
.shop-search input{width:100%;min-width:0;background:transparent;border:0;color:#f2e4f7;outline:0;font:500 12px var(--font-body)}
.shop-search:focus-within{border-color:#efb6e8aa}
.shop-search input::placeholder{color:#af8cbd}
.shop-category-tabs{display:flex;gap:7px;overflow-x:auto;overscroll-behavior-x:contain;padding:14px 0 12px;scrollbar-width:none}
.shop-category-tabs button{white-space:nowrap;flex-shrink:0;border:1px solid #ca96e033;background:#ffffff04;color:#cab0d8;padding:8px 12px;border-radius:22px;font:600 10px var(--font-body);cursor:pointer}
.shop-category-tabs button[aria-pressed=true]{background:linear-gradient(135deg,#a23b91,#63308d);border-color:#dc92d18c;color:#fff1f8}
.shop-list-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:5px 0 13px}
.shop-list-heading>span{font-size:10px;color:#b898c8}
.shop-list-heading select{max-width:65%;padding:6px 8px;border:1px solid #ba83d026;border-radius:8px;background:#321340;color:#cdb2de;font:500 9px var(--font-body)}
.shop-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.shop-product{min-width:0;border:1px solid #d2a0e230;border-radius:18px;overflow:hidden;background:linear-gradient(145deg,#4b245a66,#2c153bb3);display:flex;flex-direction:column}
.shop-product-photo{width:100%;aspect-ratio:1;overflow:hidden;border:0;padding:0;background:linear-gradient(135deg,#361a46,#1e0b2c);display:grid;place-items:center;cursor:pointer;position:relative}
.shop-product-photo img{display:block;width:100%;height:100%;object-fit:cover;min-height:0}
.shop-product-photo img[src$=".svg"]{object-fit:cover}
.shop-product-body{padding:11px 10px;display:flex;flex-direction:column;flex:1;gap:6px}
.shop-product-category{font-size:8px;color:#be9ace}
.shop-product-name{font:600 11px var(--font-body);line-height:1.5;text-align:left;color:#f6eafc;background:none;border:0;cursor:pointer;overflow-wrap:anywhere}
.shop-product-stock{font-size:9px;color:#ae8eba}
.shop-product-bottom{display:flex;gap:5px;align-items:center;justify-content:space-between;margin-top:auto;padding-top:4px}
.shop-product-price{font-size:14px;font-weight:700;color:#ffd177;overflow-wrap:anywhere}
.shop-product-add{width:35px;height:35px;border-radius:11px;border:1px solid #d38ad551;background:#9d4b9140;color:#ffe5f6;font-size:14px;flex-shrink:0;cursor:pointer}
.shop-product-add:disabled{opacity:.35;cursor:default}
.shop-quantity-controls{display:flex;align-items:center;justify-content:space-between;gap:4px;margin-top:4px;border:1px solid #c491dd30;border-radius:10px;background:#16092133;overflow:hidden}
.shop-quantity-controls button{width:32px;height:32px;border:0;background:transparent;color:#ecc8f6;font:600 17px var(--font-body);cursor:pointer}
.shop-quantity-controls button:disabled{opacity:.3;cursor:default}
.shop-quantity-controls span{font-size:11px;color:#f3ddee;font-weight:600}
.shop-empty{grid-column:1/-1;min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:25px;text-align:center;color:#c4a4d6;font-size:12px;line-height:1.6}
.shop-empty i{font-size:30px;color:#dfb5ec}
.shop-empty button{padding:9px 15px;border:1px solid #d08aeb55;border-radius:10px;background:#88429733;color:#f7e1ff;font:600 11px var(--font-body);cursor:pointer}
.shop-footnote{margin-top:22px;color:#9f7bb2;font-size:9px;text-align:center;line-height:1.6}
.shop-footnote i{color:#d7b486;margin-right:4px}
.shop-cart-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 16px calc(13px + env(safe-area-inset-bottom,0px));border-top:1px solid #db94e93b;background:#281036f5;box-shadow:0 -8px 28px #10051a45;flex-shrink:0}
.shop-cart-bar small{display:block;color:#c1a1d0;font-size:9px;margin-bottom:4px}
.shop-cart-bar strong{color:#ffd586;font-size:19px}
.shop-cart-bar>button{display:flex;gap:14px;align-items:center;justify-content:center;min-height:43px;padding:10px 17px;border:1px solid #ee92c486;border-radius:13px;background:linear-gradient(135deg,#d24a96,#9140ae);color:#fff3fb;font:600 12px var(--font-body);cursor:pointer}
.shop-cart-bar>button:disabled{opacity:.4;cursor:default}
.shop-modal .modal-box{max-height:90%;overflow-y:auto;overscroll-behavior:contain}
.shop-detail-box{padding:0;overflow:hidden;border-radius:24px;background:#291238;max-width:390px}
.shop-detail-box .modal-close{z-index:1;background:#2f153dd9;color:#ffeaf9;border:1px solid #d9a1e340;border-radius:50%;width:30px;height:30px;display:grid;place-items:center}
.shop-detail-photo{width:100%;height:auto;aspect-ratio:4/3;max-height:280px;overflow:hidden;background:linear-gradient(135deg,#361a46,#1e0b2c);display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0;position:relative}
.shop-detail-photo img{display:block;width:100%;height:100%;object-fit:cover}
.shop-detail-photo img[src$=".svg"]{object-fit:contain;padding:16px}
.shop-detail-body{padding:20px}
.shop-detail-category{display:block;color:#d3a1dc;font-size:9px;letter-spacing:.5px;margin-bottom:7px}
.shop-detail-body h2{font-size:19px;line-height:1.4;color:#fff1fb;margin-bottom:10px;overflow-wrap:anywhere}
.shop-detail-body p{font-size:11px;line-height:1.7;color:#cbb0d7;margin:0 0 15px;white-space:pre-line;overflow-wrap:anywhere}
.shop-detail-price{display:block;color:#ffd277;font-size:25px;margin-bottom:6px}
#shop-detail-stock{font-size:10px;color:#b895c6}
.shop-detail-quantity{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;color:#dfc1ee;margin-top:17px}
.shop-detail-quantity input{width:72px;border:1px solid #ce9bdf4d;border-radius:10px;padding:8px 10px;background:#ffffff06;color:#f1dafa;font:600 12px var(--font-body)}
.shop-detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:16px}
.shop-detail-actions button{min-height:43px;display:flex;align-items:center;justify-content:center;gap:9px;border-radius:12px;font:600 11px var(--font-body);cursor:pointer}
#shop-detail-add{border:1px solid #d298e269;background:#9551ad27;color:#f2d6fc}
.shop-detail-actions button:disabled{opacity:.4;cursor:default}
.shop-cart-box h2{font-size:22px;color:#ffeafa;margin-bottom:19px}
.shop-cart-item{display:flex;gap:11px;align-items:flex-start;padding:13px 0;border-bottom:1px solid #d398ea20}
.shop-cart-item img{width:64px;height:64px;object-fit:cover;background:#2b143c;border:1px solid #d2a0e230;border-radius:12px;padding:0;flex-shrink:0}
.shop-cart-item-info{flex:1;min-width:0}
.shop-cart-item h3{font-size:12px;color:#f3def9;line-height:1.5;overflow-wrap:anywhere}
.shop-cart-item-info>strong{display:block;font-size:12px;color:#ffd17b;margin:5px 0 7px}
.shop-cart-item .shop-quantity-controls{max-width:120px}
.shop-cart-summary{display:flex;justify-content:space-between;gap:10px;padding:19px 0;font-size:12px;color:#dec1ed}
.shop-cart-summary strong{font-size:18px;color:#ffd483}
#shop-cart-checkout{width:100%;font-size:12px;display:flex;justify-content:space-between;gap:10px;border-radius:12px;min-height:43px}
.shop-home-link{display:flex;align-items:center;gap:12px;width:100%;padding:15px;margin:14px 0 22px;border:1px solid #d3a4e355;border-radius:18px;background:linear-gradient(135deg,#54265fd9,#281233f2);box-shadow:0 10px 25px #1c092b3d;text-align:left;color:#f8eafd;font-family:var(--font-body);cursor:pointer}
.shop-home-link>i:first-child{font-size:22px;color:#efc494}
.shop-home-link>span{flex:1;min-width:0}
.shop-home-link strong{display:block;font-size:12px;font-weight:600}
.shop-home-link small{display:block;font-size:9px;color:#bd97cc;margin-top:4px;line-height:1.5}
.shop-home-link>i:last-child{font-size:11px;color:#bd8cce}
.header-cart-icon{position:relative}
.header-cart-icon [hidden]{display:none}
.shop-cart-page{z-index:1850;padding-bottom:0;overflow:hidden;transform:none;transition:none;background:radial-gradient(ellipse at top right,#552068,#210c34 70%)}
.shop-cart-page:not(.active){display:none}
.shop-cart-page .shop-intro h1{font-size:24px}
.shop-cart-page .shop-cart-item{padding:17px 0;gap:12px}
.shop-cart-page .shop-cart-item img{width:76px;height:76px;border-radius:15px;object-fit:cover;background:#2b143c;border:1px solid #d2a0e230}
.shop-cart-page .shop-cart-item h3{font-size:13px}
.shop-cart-page .shop-cart-item-info>strong{font-size:15px}
.shop-cart-remove{flex-shrink:0;width:32px;height:32px;display:grid;place-items:center;border:1px solid #dc8bac30;border-radius:10px;background:#d76c8410;color:#d9a5bd;font-size:12px;cursor:pointer}
.shop-cart-page-footer{flex-shrink:0;padding:0 16px calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid #d89aeb33;background:#2c123bf5}
.shop-cart-page-footer .shop-cart-summary{padding:16px 0}
#shop-cart-checkout:disabled{opacity:.35;cursor:default}
.shop-continue-shopping{display:block;margin:12px auto 0;background:none;border:0;padding:6px;color:#cda6df;font:600 10px var(--font-body);cursor:pointer}
.shop-empty-cart{display:flex;flex-direction:column;align-items:center;text-align:center;padding:45px 16px;gap:13px}
.shop-empty-cart>span{display:grid;place-items:center;width:86px;height:86px;border:1px solid #d09bee3d;border-radius:28px;background:linear-gradient(135deg,#87449a44,#be478929);color:#f0c19e;font-size:32px}
.shop-empty-cart h2{font-size:18px;line-height:1.5;color:#f6e4fc;font-weight:600}
.shop-empty-cart p{font-size:11px;line-height:1.7;color:#be9bcc}
.shop-empty-cart button{padding:12px 17px;min-height:44px;border:1px solid #d697e859;border-radius:13px;background:linear-gradient(135deg,#924b9a,#623378);color:#fff1fc;font:600 11px var(--font-body);cursor:pointer}
.shop-empty-cart button i{margin-left:9px}
.shop-cart-package-label{display:block;font-size:9px;color:#d9a5d5;margin-bottom:5px;line-height:1.5}
.shop-cart-package-contents{margin-top:12px}
.shop-cart-package-contents summary{font-size:11px;min-height:38px;padding:10px 0;color:#e6c4f0;cursor:pointer;list-style:none}
.shop-cart-package-contents summary i{font-size:9px;margin-left:5px}
.shop-cart-package-contents[open] summary i{transform:rotate(180deg)}
.shop-cart-component{display:flex;gap:8px;align-items:center;margin:9px 0}
.shop-cart-page .shop-cart-component img{width:35px;height:35px;border-radius:8px;flex-shrink:0;object-fit:cover;background:#2b143c}
.shop-cart-component span{font-size:10px;line-height:1.5;overflow-wrap:anywhere}
.shop-cart-component small{display:block;font-size:9px;color:#c59ed5;margin-top:3px}
.shop-cart-footer-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:7px}
.shop-cart-footer-actions .shop-continue-shopping{margin:0;min-height:40px}
.shop-cart-clear{border:0;background:none;color:#e4a3ba;padding:9px 4px;min-height:40px;font:600 10px var(--font-body);cursor:pointer}
.shop-cart-clear[hidden]{display:none}
.shop-cart-clear i{margin-right:5px}
.shop-cart-confirm{position:fixed;inset:0;margin:auto;width:min(350px,calc(100vw - 32px));max-height:calc(100dvh - 32px);padding:25px 22px;border:1px solid #b575cc66;border-radius:23px;background:linear-gradient(145deg,#361648,#210d30);color:#f6e7fc;text-align:center;font-family:var(--font-body);box-shadow:0 20px 70px #0009}
.shop-cart-confirm::backdrop{background:#0c041bd1;backdrop-filter:blur(5px)}
.shop-cart-confirm-icon{display:grid;place-items:center;width:54px;height:54px;margin:0 auto 15px;border-radius:18px;background:#ec639a19;color:#eea4c6;font-size:20px}
.shop-cart-confirm h2{font-size:19px;font-weight:600;margin:0 0 12px}
.shop-cart-confirm p{font-size:12px;line-height:1.7;color:#d1afd9;overflow-wrap:anywhere}
.shop-cart-confirm-actions{display:flex;gap:10px;margin-top:22px}
.shop-cart-confirm-actions button{flex:1;min-height:45px;padding:10px;border:1px solid #bb85cd44;border-radius:12px;background:#ffffff07;color:#efd8f6;font:600 11px var(--font-body);cursor:pointer}
#shop-cart-confirm-accept{background:linear-gradient(135deg,#ad4278,#873b80);border-color:#e88bac44;color:#fff3fb}
