:root {
  --ink:#20201e;
  --paper:#fbf8f4;
  --white:#fff;
  --line:#ebc8b7;
  --muted:#81766f;
  --orange:#d85c00;
  --orange-deep:#a94700;
  --orange-soft:#f8e9df;
  --rose:#a75555;
  --green:#258369;
  --shadow:0 18px 45px rgba(83,52,34,.11);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{min-height:100%;margin:0;overflow-x:hidden;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;-webkit-font-smoothing:antialiased}
body.is-locked{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input{color:inherit;font:inherit}
button{cursor:pointer}
svg{width:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
[hidden]{display:none!important}
button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #6aaaff;outline-offset:2px}

.site-header{height:76px;position:sticky;z-index:30;top:0;border-bottom:1px solid var(--line);background:rgba(255,253,250,.94);backdrop-filter:blur(14px)}
.header-inner{width:min(1258px,calc(100% - 42px));height:100%;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}
.brand{width:max-content;height:44px;padding:0 16px 0 11px;display:flex;align-items:center;gap:9px;border:1px solid #e9a987;border-radius:24px;background:white;font-size:15px;letter-spacing:.04em}
.candy-mark{width:23px;height:23px;display:block;overflow:hidden;border-radius:50%;transform:rotate(-15deg)}
.candy-mark i{height:17%;display:block}.candy-mark i:nth-child(1){background:#ff6257}.candy-mark i:nth-child(2){background:#ff9c38}.candy-mark i:nth-child(3){background:#ffd951}.candy-mark i:nth-child(4){background:#67c983}.candy-mark i:nth-child(5){background:#55aee8}.candy-mark i:nth-child(6){background:#8d6fd1}
.main-nav{display:flex;align-items:center;gap:3px}
.main-nav a,.main-nav button,.account-nav a{min-height:40px;padding:0 11px;display:flex;align-items:center;gap:7px;border:0;border-radius:12px;background:transparent;color:#756a63;font-size:12px;white-space:nowrap}
.main-nav .active{background:var(--orange-soft);color:var(--orange);font-weight:700}
.main-nav b{min-width:17px;height:17px;display:grid;place-items:center;border-radius:20px;background:var(--rose);color:white;font-size:7px}
.main-nav a:hover,.main-nav button:hover,.account-nav a:hover{color:var(--orange)}
.account-nav{display:flex;align-items:center;justify-content:flex-end;gap:14px}.paper-plane{color:#2878ee;font-size:28px;transform:rotate(-25deg)}

.store-shell{width:min(1258px,calc(100% - 42px));margin:0 auto;padding:20px 0 54px}
.latest-notice{height:230px;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:17px;background:#f4e8df url("./assets/caihongtang-hero.png") center/cover no-repeat}
.latest-notice::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,250,244,.98) 0%,rgba(255,250,244,.88) 35%,rgba(255,250,244,.08) 68%,transparent 100%)}
.notice-copy{width:min(520px,57%);height:100%;padding:28px 32px;position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start}
.notice-badge{padding:5px 9px;display:inline-flex;align-items:center;gap:7px;border:1px solid #dfa98b;border-radius:20px;background:rgba(255,255,255,.68);color:#a04e2a;font-size:8px;font-weight:800;letter-spacing:.13em}.notice-badge i{width:6px;height:6px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 4px rgba(216,92,0,.12)}
.notice-copy h1{margin:14px 0 7px;font-size:42px;line-height:1;letter-spacing:-.045em}
.notice-copy p{max-width:445px;margin:0;color:#6f594d;font-size:13px;line-height:1.75}
.notice-actions{margin-top:auto;display:flex;align-items:center;gap:20px}.notice-actions>a{color:#7d6252;font-size:10px;text-decoration:underline;text-underline-offset:3px}
.primary-button,.solid-button{min-height:42px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:20px;border:0;border-radius:9px;background:var(--orange);color:white;font-size:11px;font-weight:750;box-shadow:0 9px 20px rgba(216,92,0,.18)}.primary-button:hover,.solid-button:hover{background:var(--orange-deep)}

.product-section{margin-top:24px;padding-top:19px;border-top:1px solid var(--line);scroll-margin-top:90px}
.section-heading{height:66px;display:flex;align-items:flex-start;justify-content:space-between}.section-heading>div>span{display:block;margin-bottom:5px;color:#a04e2a;font-size:7px;font-weight:800;letter-spacing:.15em}.section-heading h2{margin:0 0 4px;font-size:31px;line-height:.9;letter-spacing:-.04em}.section-heading p{margin:0;color:var(--muted);font-size:9px}.section-heading>strong{margin-top:17px;color:var(--muted);font-size:9px;font-weight:500}.section-heading>strong b{color:var(--orange);font-family:Georgia,serif;font-size:20px}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.product-card{height:246px;min-width:0;overflow:hidden;container-type:inline-size;display:grid;grid-template-rows:94px minmax(0,1fr);border:1px solid var(--line);border-radius:13px;background:white;cursor:pointer;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.product-visual{min-height:0;position:relative;overflow:hidden;cursor:pointer}.product-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.45),transparent 58%)}
.visual-copy{position:absolute;z-index:2;left:13px;top:11px}.visual-copy small{display:block;color:rgba(32,32,30,.6);font-size:8px;font-weight:800;letter-spacing:.11em}.visual-copy strong{margin-top:6px;display:block;font-family:Georgia,serif;font-size:23px;font-weight:400;line-height:.86}
.visual-orb{width:84px;aspect-ratio:1;position:absolute;right:8%;bottom:-25%;z-index:1;border-radius:38% 62% 55% 45%;background:conic-gradient(#ff6257,#ffb235,#ffe04c,#63c87b,#55aee8,#8d6fd1,#ff6257);transform:rotate(18deg);box-shadow:inset 18px -14px 25px rgba(255,255,255,.35),0 18px 26px rgba(63,40,25,.15)}
.art-1{background:#f6ede4}.art-2{background:#ded8f4}.art-3{background:#e1efe9}.art-4{background:#ddeef8}.art-5{background:#f8e1d5}.art-6{background:#ece6ff}.art-7{background:#eef3d7}.art-8{background:#e5e2df}
.art-2 .visual-orb{background:radial-gradient(circle at 32% 30%,#fff 0 8%,#8f7bea 9% 35%,#f47d62 36% 53%,#252525 54%);border-radius:50%}.art-3 .visual-orb{background:linear-gradient(145deg,#f86b4c 0 48%,#dafb6a 49%);border-radius:50% 30% 50% 40%}.art-4 .visual-orb{background:linear-gradient(130deg,#5da9e9 0 35%,#7d6be8 36% 65%,#ff7b61 66%)}.art-5 .visual-orb{background:linear-gradient(145deg,#ed9e78,#f1d09b 50%,#9abf9c)}.art-6 .visual-orb{background:conic-gradient(#8d6fd1,#e56aa3,#ffb24c,#6fb7e8,#8d6fd1)}
.card-body{min-width:0;min-height:0;overflow:hidden;padding:9px 12px 10px;display:flex;flex-direction:column}.card-body>*{min-width:0;max-width:100%}.category-line{overflow:hidden;color:#796f69;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.card-body h3{margin:4px 0 3px;overflow:hidden;font-size:15px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.card-desc{margin:0;overflow:hidden;color:var(--muted);font-size:11px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.card-meta{margin-top:5px;display:flex;gap:5px}.card-meta span{padding:2px 7px;border:1px solid #dbcbbf;border-radius:20px;color:#806453;font-size:9px}.card-meta .in-stock{border-color:#b9d8cc;color:var(--green);background:#eef8f4}.card-meta .sold-out{color:var(--rose);background:#f9eeee}
.card-footer{width:100%;min-width:0;margin-top:auto;padding-top:6px;display:flex;align-items:end;justify-content:space-between;gap:8px;border-top:1px solid #ead9cf}.price{min-width:0;flex:1 1 auto;overflow:hidden}.price small{display:block;color:#8d817a;font-size:9px}.price strong{display:block;overflow:hidden;color:#7c3516;font-family:ui-monospace,Consolas,monospace;font-size:17px;text-overflow:ellipsis;white-space:nowrap}.price strong b{font-size:10px}.card-actions{min-width:0;max-width:max-content;margin-right:2px;flex:0 0 auto;display:flex;align-items:center;gap:6px}.detail-button{height:33px;padding:0 11px;border:1px solid #decfc6;border-radius:8px;background:white;color:#8b6450;font-size:10px}.buy-button{min-width:76px;height:33px;padding:0 12px;border:0;border-radius:8px;background:var(--orange);color:white;font-size:10px;font-weight:700;white-space:nowrap}.detail-button:hover{border-color:var(--orange);background:#fff7f1}.buy-button:hover{background:var(--orange-deep)}.buy-button:disabled{opacity:.35;cursor:not-allowed}

@container (max-width:340px){.detail-button{display:none}.buy-button{min-width:72px}.card-footer{gap:5px}}

.overlay{position:fixed;inset:0;z-index:50;background:rgba(45,32,24,.48);backdrop-filter:blur(4px)}
.close-button{width:38px;height:38px;border:1px solid #e4d5cc;border-radius:50%;background:white;font-size:21px}
.cart-drawer{width:min(430px,100%);height:100%;padding:26px;position:fixed;z-index:60;right:0;top:0;display:flex;flex-direction:column;background:white;transform:translateX(102%);transition:transform .3s}.cart-drawer.is-open{transform:translateX(0)}
.drawer-header{padding-bottom:20px;display:flex;justify-content:space-between;border-bottom:1px solid #ead9cf}.drawer-header small{color:var(--orange);font-size:8px;font-weight:800;letter-spacing:.14em}.drawer-header h2{margin:6px 0 0;font-size:27px}.drawer-header h2 span{color:var(--muted);font-size:12px}.cart-items{overflow:auto}.cart-item{padding:14px 0;display:grid;grid-template-columns:58px 1fr auto;gap:11px;border-bottom:1px solid #eee3dc}.cart-thumb{height:55px;display:grid;place-items:center;border-radius:8px;font-family:Georgia,serif;font-size:7px;text-align:center}.cart-item-info{display:grid;align-content:center;gap:5px}.cart-item-info strong{font-size:10px}.cart-item-info small{color:var(--muted);font-size:8px}.cart-item-info>.cart-remove{width:max-content;padding:0;border:0;background:transparent;color:var(--muted);font-size:8px;text-decoration:underline}.cart-quantity{width:max-content;height:27px;display:grid;grid-template-columns:27px 28px 27px;align-items:center;overflow:hidden;border:1px solid #decfc6;border-radius:8px;background:white}.cart-quantity button{height:100%;padding:0;border:0;background:#fff7f1;color:var(--orange);font-size:14px}.cart-quantity button:hover{background:var(--orange-soft)}.cart-quantity b{text-align:center;font-size:9px}.cart-item-price{align-self:center;color:#7c3516;font-family:monospace;font-size:13px}.cart-empty{margin:auto;display:grid;justify-items:center;gap:8px;text-align:center}.cart-empty>span{width:62px;height:62px;display:grid;place-items:center;border-radius:50%;background:var(--orange-soft);color:var(--orange);font-size:25px}.cart-empty strong{font-size:16px}.cart-empty p{margin:0;color:var(--muted);font-size:9px}.cart-summary{margin-top:auto;padding-top:18px;border-top:1px solid #ead9cf}.cart-summary>div{display:flex;justify-content:space-between}.cart-summary>div strong{color:#7c3516;font-family:monospace;font-size:22px}.cart-summary small{margin:7px 0 12px;display:block;color:var(--muted);font-size:8px}.cart-summary .solid-button{width:100%}

.product-modal{width:min(740px,calc(100% - 30px));max-height:calc(100dvh - 34px);position:fixed;z-index:61;left:50%;top:50%;display:grid;grid-template-columns:.95fr 1.05fr;overflow:auto;border:1px solid var(--line);border-radius:16px;background:white;box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translate(-50%,-47%) scale(.98);transition:.22s}.product-modal.is-open{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.modal-close{position:absolute;z-index:3;right:12px;top:12px}.modal-visual{min-height:430px;position:relative;overflow:hidden}.modal-copy{padding:46px 34px 28px}.modal-copy>small{color:var(--orange);font-size:8px;font-weight:800;letter-spacing:.12em}.modal-copy h2{margin:10px 0;font-size:30px}.modal-copy>p{color:var(--muted);font-size:10px;line-height:1.8}.feature-list{margin:16px 0;padding:12px 0;display:grid;gap:7px;border-top:1px solid #ead9cf;border-bottom:1px solid #ead9cf;color:#6d645e;font-size:9px}.modal-purchase{margin-bottom:12px;display:flex;align-items:end;justify-content:space-between;gap:16px}.modal-purchase>label{display:grid;gap:6px;color:var(--muted);font-size:8px}.quantity-control{height:38px;display:grid;grid-template-columns:38px 48px 38px;overflow:hidden;border:1px solid #decfc6;border-radius:9px;background:white}.quantity-control button{border:0;background:#fff7f1;color:var(--orange);font-size:17px}.quantity-control button:hover{background:var(--orange-soft)}.quantity-control button:disabled{color:#c9b8ae;cursor:not-allowed}.quantity-control input{width:48px;border:0;border-right:1px solid #ead9cf;border-left:1px solid #ead9cf;background:white;text-align:center;font-size:12px;font-weight:700;appearance:textfield}.quantity-control input::-webkit-inner-spin-button{display:none}.modal-total{display:grid;justify-items:end;gap:4px}.modal-total small{color:var(--muted);font-size:8px}.modal-total strong{color:#7c3516;font-family:monospace;font-size:23px}.modal-buy-button{width:100%}.modal-buy-button:disabled{opacity:.5;cursor:not-allowed}

.order-modal{width:min(760px,calc(100% - 30px));max-height:calc(100dvh - 36px);padding:30px;position:fixed;z-index:62;left:50%;top:50%;overflow:auto;border:1px solid var(--line);border-radius:18px;background:#fffdfa;box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translate(-50%,-47%) scale(.98);transition:.22s}.order-modal.is-open{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.order-close{position:absolute;right:16px;top:16px}.order-heading{display:flex;align-items:center;gap:14px}.order-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:var(--orange-soft);color:var(--orange);font-size:21px}.order-heading small{color:#a04e2a;font-size:7px;font-weight:800;letter-spacing:.14em}.order-heading h2{margin:4px 0 2px;font-size:27px}.order-heading p{margin:0;color:var(--muted);font-size:9px}.order-form{margin-top:22px;padding:16px;display:grid;grid-template-columns:1.1fr 1.1fr auto;align-items:end;gap:10px;border:1px solid var(--line);border-radius:13px;background:white}.order-form label{display:grid;gap:6px;color:#705d52;font-size:8px;font-weight:700}.order-form input{width:100%;height:42px;padding:0 12px;border:1px solid #decfc6;border-radius:9px;background:#fffdfb;font-size:10px}.order-form .solid-button{height:42px;white-space:nowrap}.order-form .solid-button:disabled{opacity:.6;cursor:wait}.order-demo{margin:8px 3px 0;color:var(--muted);font-size:8px}.order-demo button{padding:0;border:0;background:transparent;color:var(--orange);font-size:8px;text-decoration:underline}
.order-result{margin-top:18px}.order-summary{padding:13px 15px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:12px;background:white}.order-summary>div{display:grid;gap:4px}.order-summary small,.order-facts small{color:var(--muted);font-size:7px}.order-summary strong{font-family:ui-monospace,Consolas,monospace;font-size:13px}.status-pill{padding:5px 9px;border-radius:20px;background:#edf7f3;color:var(--green);font-size:8px;font-weight:700}.status-pending{background:#fff2df;color:#9c5a10}.status-cancelled,.status-refunded{background:#f4ece8;color:#8a6d5d}
.order-facts{margin:10px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.order-facts>span{padding:11px 13px;display:grid;gap:5px;border:1px solid #ead9cf;border-radius:10px;background:#fff}.order-facts strong{font-size:10px}
.delivery-box{padding:14px;border:1px solid #b9d8cc;border-radius:12px;background:#f4fbf8}.delivery-title{margin-bottom:9px;display:flex;justify-content:space-between}.delivery-title span{color:#246f5b;font-size:10px;font-weight:750}.delivery-title small{color:#638579;font-size:7px}.card-key{padding:9px 10px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:9px;background:white}.card-key+.card-key{margin-top:7px}.card-key>div{min-width:0;display:grid;gap:4px}.card-key small{overflow:hidden;color:var(--muted);font-size:7px;text-overflow:ellipsis;white-space:nowrap}.card-key code{overflow:hidden;color:#185e4d;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.card-key button{padding:7px 10px;border:1px solid #8fc5b5;border-radius:8px;background:#edf8f4;color:#246f5b;font-size:8px;font-weight:700;white-space:nowrap}.delivery-pending,.order-error{padding:14px;border:1px solid #e7c7b8;border-radius:11px;background:#fff7f1;color:#7c5b49;font-size:9px}.order-error strong{font-size:11px}.order-error p{margin:5px 0 0;color:var(--muted)}
.status-payment_review{background:#fff2df;color:#9c5a10}
.checkout-modal{width:min(760px,calc(100% - 30px));max-height:calc(100dvh - 36px);padding:30px;position:fixed;z-index:63;left:50%;top:50%;overflow:auto;border:1px solid var(--line);border-radius:18px;background:#fffdfa;box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translate(-50%,-47%) scale(.98);transition:.22s}.checkout-modal.is-open{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.checkout-close{position:absolute;right:16px;top:16px}.checkout-heading{padding-right:45px}.checkout-heading>span{color:var(--orange);font-size:8px;font-weight:800;letter-spacing:.14em}.checkout-heading h2{margin:7px 0 4px;font-size:29px}.checkout-heading p{margin:0;color:var(--muted);font-size:10px}.checkout-form{margin-top:20px;display:grid;gap:12px}.checkout-items{max-height:150px;padding:6px 14px;overflow:auto;border:1px solid var(--line);border-radius:12px;background:white}.checkout-items>div{padding:10px 0;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #eee3dc}.checkout-items>div:last-child{border:0}.checkout-items span{display:grid;gap:4px}.checkout-items strong{font-size:11px}.checkout-items small{color:var(--muted);font-size:8px}.checkout-items b{color:#7c3516;font-family:monospace;font-size:12px}.checkout-total{padding:12px 14px;display:flex;align-items:center;justify-content:space-between;border-radius:11px;background:var(--orange-soft)}.checkout-total span{font-size:10px}.checkout-total strong{color:#7c3516;font-family:monospace;font-size:21px}.checkout-form>label{display:grid;gap:6px;color:#705d52;font-size:9px;font-weight:700}.checkout-form>label>input:not([type="checkbox"]){height:43px;padding:0 12px;border:1px solid #decfc6;border-radius:9px;background:white;font-size:11px}.checkout-agree{grid-template-columns:18px 1fr!important;align-items:center;color:var(--muted)!important;font-weight:500!important}.checkout-agree input{width:16px;height:16px;accent-color:var(--orange)}.checkout-error{min-height:15px;color:#b43528;font-size:9px}.checkout-form>.solid-button{width:100%}.checkout-form>.solid-button:disabled,.payment-actions>.solid-button:disabled{opacity:.55;cursor:wait}.payment-panel{margin-top:20px}.payment-order{padding:12px 15px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:11px;background:white}.payment-order span{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:9px}.payment-order button{padding:3px 7px;border:1px solid #decfc6;border-radius:6px;background:#fff7f1;color:var(--orange);font-size:8px}.payment-order code{font-size:13px;font-weight:750}.payment-layout{margin-top:12px;display:grid;grid-template-columns:235px 1fr;gap:20px;align-items:center}.payment-qr{padding:10px;border:1px solid var(--line);border-radius:15px;background:white}.payment-qr img{width:100%;display:block;border-radius:9px}.payment-info>small{color:var(--muted);font-size:9px}.payment-info>strong{margin:4px 0 12px;display:block;color:var(--orange);font-family:monospace;font-size:31px}.payment-info ol{margin:0;padding-left:18px;color:#584b44;font-size:10px;line-height:2}.payment-info p{margin:11px 0 0;padding:10px;border-radius:8px;background:#fff3e8;color:#8d5b3d;font-size:8px;line-height:1.6}.payment-actions{margin-top:18px;display:grid;grid-template-columns:140px 1fr;gap:9px}.secondary-checkout-button{min-height:42px;border:1px solid #decfc6;border-radius:9px;background:white;color:#765d4e;font-size:10px;font-weight:700}
.toast{min-width:220px;padding:12px 16px;position:fixed;z-index:80;left:50%;bottom:20px;border-radius:8px;background:#292723;color:white;text-align:center;font-size:9px;opacity:0;pointer-events:none;transform:translate(-50%,14px);transition:.2s}.toast.is-visible{opacity:1;transform:translate(-50%,0)}

@media(max-width:900px){
  .site-header{height:62px}.header-inner{width:calc(100% - 24px);grid-template-columns:1fr auto}.brand{height:38px;padding:0 11px;font-size:13px}.candy-mark{width:20px;height:20px}.account-nav,.main-nav a{display:none}.main-nav{grid-column:2}.main-nav button{min-height:38px;padding:0 7px}.main-nav button span{display:none}.main-nav button svg{width:19px}.main-nav b{font-size:7px}
  .store-shell{width:calc(100% - 24px);padding:12px 0 34px}.latest-notice{height:190px;background-position:center}.latest-notice::after{background:linear-gradient(90deg,rgba(255,250,244,.97),rgba(255,250,244,.74) 50%,rgba(255,250,244,.05) 100%)}.notice-copy{width:68%;padding:18px 16px}.notice-badge{font-size:5px}.notice-copy h1{margin:10px 0 5px;font-size:28px}.notice-copy p{font-size:8px;line-height:1.55}.notice-actions{gap:9px}.primary-button{min-height:34px;padding:0 11px;font-size:8px}.notice-actions>a{display:none}
  .product-section{margin-top:14px;padding-top:12px}.section-heading{height:55px}.section-heading>div>span{font-size:6px}.section-heading h2{font-size:24px}.section-heading p{font-size:9px}.section-heading>strong{margin-top:13px;font-size:8px}.section-heading>strong b{font-size:18px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-card{height:212px;grid-template-rows:78px minmax(0,1fr);border-radius:10px}.visual-copy{left:9px;top:8px}.visual-copy small{font-size:7px}.visual-copy strong{margin-top:4px;font-size:18px}.visual-orb{width:58px}.card-body{padding:7px 8px 8px}.category-line{font-size:9px}.card-body h3{margin-top:3px;font-size:12px}.card-desc{display:none}.card-meta{margin-top:4px;gap:3px}.card-meta span{padding:2px 5px;font-size:8px}.price small{font-size:8px}.price strong{font-size:15px}.price strong b{display:none}.detail-button{display:none}.buy-button{min-width:64px;height:30px;padding:0 8px;font-size:9px}
  .product-modal{grid-template-columns:1fr}.modal-visual{min-height:230px}.modal-copy{padding:26px 20px 22px}.modal-copy h2{font-size:24px}
  .order-modal{width:calc(100% - 22px);padding:21px 16px}.order-close{right:10px;top:10px}.order-heading{padding-right:34px}.order-icon{width:42px;height:42px}.order-heading h2{font-size:21px}.order-form{margin-top:16px;padding:12px;grid-template-columns:1fr}.order-form input,.order-form .solid-button{height:39px}.order-facts{grid-template-columns:1fr 1fr}.order-facts>span:last-child{display:none}.card-key code{font-size:9px}
}

@media(max-width:370px){.notice-copy{width:76%}.product-card{height:204px}.card-meta span:first-child{display:none}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important}}

@media(max-width:900px){.checkout-modal{width:calc(100% - 22px);padding:22px 16px}.checkout-close{right:10px;top:10px}.checkout-heading h2{font-size:23px}.payment-layout{grid-template-columns:145px 1fr;gap:12px}.payment-info>strong{font-size:23px}.payment-info ol{font-size:9px;line-height:1.7}.payment-actions{grid-template-columns:1fr}.secondary-checkout-button{order:2}}
@media(max-width:500px){.product-grid{grid-template-columns:1fr}.product-card{height:230px;grid-template-rows:86px minmax(0,1fr)}.card-body h3{font-size:14px}.payment-layout{grid-template-columns:1fr}.payment-qr{width:190px;margin:0 auto}.payment-info{text-align:center}.payment-info ol,.payment-info p{text-align:left}.payment-order{align-items:flex-start;gap:8px;flex-direction:column}.payment-actions{grid-template-columns:1fr}}
