:root{
  --ink:#332926;
  --ink-soft:#5f5450;
  --muted:#8c817b;
  --paper:#fffdfa;
  --white:#fff;
  --cream:#fff7ed;
  --cream-2:#fff1e5;
  --peach:#ffe7dc;
  --line:#efd9ca;
  --line-strong:#e8c7b2;
  --coral:#f36e63;
  --coral-dark:#df554c;
  --coral-soft:#fff0ed;
  --orange:#f0a34b;
  --yellow:#ffd56a;
  --green:#719b69;
  --green-soft:#eef6e9;
  --blue:#8fc9df;
  --shadow:0 16px 42px rgba(124,76,48,.10);
  --shadow-soft:0 8px 24px rgba(117,75,50,.07);
  --radius:22px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;line-height:1.7;-webkit-font-smoothing:antialiased;padding-bottom:0}
a{color:inherit}
img{max-width:100%}
button,select,input{font:inherit}
.shell{width:min(calc(100% - 36px),var(--max));margin-inline:auto}

/* top / header */
.top-strip{background:#fff9f5;border-bottom:1px solid #f3e4da;font-size:11px;color:#7d6d66}
.top-strip .shell{height:32px;display:flex;align-items:center;gap:9px}
.top-strip span{display:inline-flex;align-items:center;height:21px;padding:0 9px;border:1px solid #ff948b;border-radius:999px;color:var(--coral-dark);font-weight:900;background:#fff}
.top-strip b{font-weight:750}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,250,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(239,217,202,.92)}
.header-inner{min-height:76px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}
.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;min-width:0}
.brand-mark{position:relative;width:46px;height:46px;display:block;flex:0 0 auto}
.brand-mark:before{content:"";position:absolute;left:7px;right:7px;bottom:4px;height:27px;border-radius:6px;background:linear-gradient(145deg,#f97e68,#df5149);box-shadow:0 5px 12px rgba(219,81,72,.18)}
.brand-mark:after{content:"";position:absolute;left:4px;right:4px;top:13px;height:9px;border-radius:4px;background:#ff9a7e}
.brand-mark i,.brand-mark b{position:absolute;z-index:2;background:#ffd36c;display:block}
.brand-mark i{width:6px;top:11px;bottom:4px;left:20px}
.brand-mark b{height:5px;left:6px;right:6px;top:15px}
.brand strong{display:block;font-size:18px;line-height:1.15;letter-spacing:-.02em}
.brand small{display:block;font-size:10.5px;color:var(--muted);font-weight:750;margin-top:4px;letter-spacing:.03em}
.top-nav{display:flex;justify-content:center;align-items:center;gap:27px}
.top-nav a{text-decoration:none;font-size:12.5px;font-weight:850;white-space:nowrap;position:relative}
.top-nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:-8px;height:2px;background:var(--coral);transition:.18s ease}
.top-nav a:hover:after{left:0;right:0}
.header-cta{display:inline-flex;align-items:center;gap:4px;min-height:44px;padding:0 16px;border-radius:12px;background:linear-gradient(135deg,#f77a70,#ef6258);color:#fff;text-decoration:none;font-size:12px;font-weight:900;box-shadow:0 8px 20px rgba(235,94,85,.20)}
.header-cta span{font-size:9px;opacity:.9}

/* hero */
.page-hero{position:relative;overflow:hidden;border-bottom:1px solid #f0dfd2}
.home-hero{background:linear-gradient(100deg,#fffaf5 0%,#fff8f1 50%,#fff0e5 100%);padding:52px 0 48px}
.home-hero:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:rgba(245,187,105,.11);right:-120px;top:-160px}
.home-hero:after{content:"";position:absolute;left:-6%;right:-6%;bottom:-35px;height:68px;border-radius:50% 50% 0 0/100% 100% 0 0;background:#eef5df;border-top:1px solid #e1edcb}
.sub-hero{padding:40px 0 38px;background:linear-gradient(135deg,#fff8f1,#fff1e8 60%,#f4f7e9)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:40px;align-items:center}
.hero-copy{padding:8px 0 18px}
.hero-kicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;padding:6px 11px;border-radius:999px;border:1px solid #f0cfbb;background:rgba(255,255,255,.85);font-size:11px;font-weight:900;color:#8a6456}
.beginner-mark{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#8bb66f;color:#fff;font-size:11px}
.page-hero h1{margin:0;font-size:clamp(38px,4.4vw,62px);line-height:1.25;letter-spacing:-.055em;font-weight:900}
.page-hero h1 em{font-style:normal;color:var(--coral);position:relative;white-space:nowrap}
.page-hero h1 em:after{content:"";position:absolute;left:2%;right:2%;bottom:-2px;height:7px;border-radius:50%;background:rgba(243,110,99,.13);z-index:-1}
.sub-hero h1{font-size:clamp(31px,3.6vw,47px)}
.lead{max-width:700px;margin:18px 0 0;color:var(--ink-soft);font-size:15px;line-height:1.95}
.hero-actions{display:flex;gap:12px;align-items:center;margin-top:25px}
.primary-action,.secondary-action{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:13px;text-decoration:none;font-size:13px;font-weight:900;transition:.16s ease}
.primary-action{background:linear-gradient(135deg,#f67a70,#ee5e54);color:#fff;box-shadow:0 10px 24px rgba(231,84,75,.22)}
.primary-action span{font-size:20px;margin-left:9px}
.primary-action:hover{transform:translateY(-1px);box-shadow:0 13px 28px rgba(231,84,75,.26)}
.secondary-action{background:#fff;border:1px solid #efc8b7;color:#6b5146}
.secondary-action:hover{background:#fff6f1}
.hero-points{display:flex;gap:17px;flex-wrap:wrap;margin-top:20px;color:#7a6b64;font-size:11px;font-weight:800}
.hero-points span:before{content:""}
.sub-hero-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}
.sub-hero-meta span{display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:11px;font-weight:800;color:#75665f}

.hero-visual{position:relative;min-height:350px}
.decor-cloud{position:absolute;width:74px;height:27px;border-radius:28px;background:#dff0f5;opacity:.95}
.decor-cloud:before,.decor-cloud:after{content:"";position:absolute;border-radius:50%;background:inherit}
.decor-cloud:before{width:34px;height:34px;left:11px;top:-12px}
.decor-cloud:after{width:27px;height:27px;right:10px;top:-8px}
.cloud-a{right:50px;top:22px;transform:scale(.8)}
.cloud-b{left:4px;top:88px;transform:scale(.52)}
.decor-dot{position:absolute;border-radius:50%;border:2px solid rgba(243,110,99,.25)}
.dot-a{width:64px;height:64px;right:-4px;top:125px}
.dot-b{width:38px;height:38px;right:58px;top:185px;border-color:rgba(241,171,83,.24)}
.visual-note{position:absolute;left:12px;top:38px;width:156px;min-height:105px;padding:16px;border-radius:22px;background:#fff;border:1px solid #efd8c8;box-shadow:var(--shadow-soft);transform:rotate(-3deg)}
.visual-note small{display:block;font-size:10.5px;color:#8b766d;font-weight:800}
.visual-note strong{display:block;margin-top:3px;font-size:28px;line-height:1.2;color:var(--coral);letter-spacing:-.04em}
.visual-note span{font-size:12px;font-weight:800;color:#7b665d}
.gift-scene{position:absolute;left:118px;right:28px;bottom:12px;height:270px}
.gift-items{position:absolute;left:58px;right:18px;bottom:113px;display:flex;align-items:flex-end;justify-content:center;gap:3px;font-size:58px;filter:drop-shadow(0 10px 8px rgba(122,75,44,.08));z-index:3}
.gift-items span:nth-child(1){transform:translateY(12px) rotate(-5deg)}
.gift-items span:nth-child(2){font-size:65px;transform:translateY(-5px)}
.gift-items span:nth-child(3){font-size:55px;transform:translateY(4px) rotate(4deg)}
.gift-items span:nth-child(4){font-size:52px;transform:translateY(16px)}
.gift-box{position:absolute;left:64px;right:18px;bottom:25px;height:105px;background:linear-gradient(145deg,#e9bd76,#dca664);border-radius:7px 7px 14px 14px;transform:perspective(500px) rotateX(-3deg);box-shadow:0 20px 32px rgba(116,76,42,.15);z-index:4}
.gift-box:before{content:"";position:absolute;left:-10px;right:-10px;top:-18px;height:28px;border-radius:7px;background:#f0c781;border:1px solid rgba(132,88,48,.08)}
.gift-box span{position:absolute;left:50%;top:35px;transform:translateX(-50%);padding:6px 13px;border:1px solid rgba(117,78,44,.2);border-radius:5px;color:#74573b;background:rgba(255,244,220,.7);font-size:17px;font-weight:900;white-space:nowrap}
.visual-bubble{position:absolute;right:2px;top:71px;padding:15px 18px;border-radius:22px 22px 22px 6px;background:#fff8ed;border:1px solid #f0c786;color:#a2672d;box-shadow:0 8px 25px rgba(137,87,38,.08);transform:rotate(2deg)}
.visual-bubble b,.visual-bubble span{display:block}
.visual-bubble b{font-size:13px}
.visual-bubble span{font-size:10.5px;margin-top:3px}
.hero-card{align-self:center;background:#fff;border:1px solid #f0d4c1;border-radius:22px;padding:24px;box-shadow:var(--shadow)}
.hero-card>span{display:block;color:#9d6b54;font-size:11px;font-weight:900}
.hero-card>strong{display:block;margin-top:3px;color:var(--coral);font-size:36px;letter-spacing:-.05em}
.hero-card>small{display:block;color:var(--muted);font-size:11px;margin-top:5px}
.hero-card>a{display:inline-flex;margin-top:14px;color:var(--coral-dark);font-size:12px;font-weight:900;text-decoration:none}

/* headings / sections */
.section{padding:54px 0}
.section-tight{padding:18px 0}
.section-heading{margin-bottom:23px}
.split-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:34px}
.split-heading>div{min-width:0}
.split-heading>p{max-width:540px;margin:0;color:var(--muted);font-size:12.5px;text-align:right}
.center-heading{text-align:center;max-width:720px;margin:0 auto 28px}
.center-heading>p:last-child{margin:8px 0 0;color:var(--muted);font-size:12.5px}
.eyebrow{margin:0 0 6px;color:#c07d61;font-size:10px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}
.section-heading h2,.results-head h2,.info-card h2,.final-cta h2{margin:0;font-size:29px;line-height:1.3;letter-spacing:-.035em}
.section-icon{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#fff1df;color:#e78049;font-size:14px;vertical-align:2px}

/* howto */
.howto-section{padding-top:46px;padding-bottom:42px;background:#fff}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;max-width:950px;margin-inline:auto}
.step-link{display:block;color:inherit;text-decoration:none;border-radius:18px;outline-offset:4px}
.step-link article{height:100%;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
.step-link:hover article{transform:translateY(-3px);box-shadow:0 12px 28px rgba(115,78,54,.10);border-color:#efbea7}
.step-link:focus-visible{outline:3px solid rgba(243,110,99,.35)}
.steps article{position:relative;min-height:172px;padding:22px 20px 18px;border:1px solid #efd8c8;border-radius:18px;background:#fffdf9;box-shadow:0 7px 20px rgba(115,78,54,.045);text-align:center}
.step-link:not(:last-child) article:after{content:"›";position:absolute;right:-18px;top:50%;transform:translateY(-50%);width:22px;height:42px;display:grid;place-items:center;color:#dec7b5;font-size:31px;font-weight:300;z-index:2}
.step-no{position:absolute;left:11px;top:10px;width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#f78a80;color:#fff;font-size:12px;font-weight:950}
.step-icon{width:55px;height:55px;display:grid;place-items:center;margin:0 auto 8px;border-radius:16px;background:#fff3e5;color:#cf7953;font-size:23px;font-weight:950;border:1px solid #f2ddcb}
.steps h3{margin:6px 0 6px;font-size:15px}
.steps p{margin:0;color:#7e716a;font-size:11.5px;line-height:1.65}
.step-jump{display:inline-block;margin-top:9px;color:var(--coral-dark);font-size:11px;font-weight:900}
#budget,#categories,#results{scroll-margin-top:96px}

/* budget */
.budget-section{background:linear-gradient(180deg,#fff8ef,#fffaf6);border-top:1px solid #f5e5d8;border-bottom:1px solid #f5e5d8}
.budget-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:9px}
.budget-pill{display:flex;align-items:center;gap:9px;min-height:82px;padding:13px 11px;border:1px solid #efd6c4;border-radius:17px;background:#fff;text-decoration:none;box-shadow:0 6px 16px rgba(115,75,49,.035);transition:.17s ease}
.budget-pill:hover,.budget-pill.active{border-color:#f49a88;background:#fff4ef;transform:translateY(-2px);box-shadow:0 10px 22px rgba(217,100,83,.10)}
.budget-icon{display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;border-radius:50%;background:#fff0df;color:#d38350;font-size:13px;font-weight:950}
.budget-copy{display:block;min-width:0;line-height:1.15}
.budget-copy small{display:block;color:#a18e83;font-size:10.5px;font-weight:850}
.budget-copy strong{display:block;margin:2px 0;font-size:15px;color:#4c3d38;white-space:nowrap;letter-spacing:-.03em}
.budget-copy em{display:block;color:#9b877c;font-style:normal;font-size:8px;font-weight:750;white-space:nowrap}

/* categories */
.category-section{background:#fff}
.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.category-card{position:relative;display:flex;align-items:center;gap:12px;min-height:104px;padding:14px 36px 14px 13px;border:1px solid #efded2;border-radius:16px;background:#fff;text-decoration:none;transition:.17s ease;overflow:hidden}
.category-card:hover,.category-card.active{border-color:#f0a18d;background:#fff9f5;box-shadow:var(--shadow-soft);transform:translateY(-2px)}
.category-icon{display:grid;place-items:center;width:52px;height:52px;flex:0 0 52px;border-radius:15px;background:linear-gradient(145deg,#fff8ed,#ffeedf);font-size:27px;border:1px solid #f3e0ce}
.category-copy{min-width:0}
.category-copy strong{display:block;font-size:13px;line-height:1.35}
.category-copy small{display:-webkit-box;margin-top:4px;color:#94837a;font-size:10.5px;line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.category-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#d9bbaa;font-size:21px;font-weight:300}

/* quick navigation on LPs */
.quick-nav{background:#fff;border-bottom:1px solid #f2e3d8}
.quick-nav-row{display:grid;grid-template-columns:74px minmax(0,1fr);align-items:start;gap:11px;padding:7px 0}
.quick-nav-row>span{padding-top:8px;color:#987f72;font-size:10.5px;font-weight:900}
.quick-nav-row>div{display:flex;flex-wrap:wrap;gap:6px}
.quick-nav .budget-pill{min-height:35px;padding:5px 9px;border-radius:999px;gap:4px;box-shadow:none}
.quick-nav .budget-icon,.quick-nav .budget-copy small,.quick-nav .budget-copy em{display:none}
.quick-nav .budget-copy strong{font-size:11px;margin:0}
.chip-link{display:inline-flex;align-items:center;gap:4px;min-height:35px;padding:5px 10px;border:1px solid #ead9cf;border-radius:999px;background:#fff;text-decoration:none;font-size:10.5px;font-weight:850}
.chip-link span{font-size:14px}
.chip-link.active{background:#fff0eb;border-color:#f39987;color:#d95850}

/* results/product */
.results-section{background:#fffaf6;border-top:1px solid #f4e6db;border-bottom:1px solid #f4e6db}
.results-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}
.results-head>div>p:last-child{margin:7px 0 0;color:var(--muted);font-size:11.5px}
.crown{color:#d6a029;font-size:.8em;vertical-align:3px}
.ad-disclosure{display:inline-flex;margin-left:5px;padding:2px 6px;border:1px solid #dbc5b6;border-radius:999px;background:#fff;color:#86746a;font-size:10px;letter-spacing:0}
.sort-control{display:flex;align-items:center;gap:8px;white-space:nowrap}
.sort-control span{color:#8f7d74;font-size:10.5px;font-weight:850}
.sort-control select{min-height:39px;padding:0 32px 0 11px;border:1px solid #e5d3c8;border-radius:10px;background:#fff;color:#5c4c45;font-size:11px;font-weight:800}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}
.product-card{display:flex;flex-direction:column;min-width:0;border:1px solid #eddccf;border-radius:15px;background:#fff;overflow:hidden;box-shadow:0 7px 20px rgba(121,80,55,.045);transition:.17s ease}
.product-card:hover{transform:translateY(-3px);box-shadow:0 13px 30px rgba(121,80,55,.11);border-color:#efbdac}
.product-image-wrap{position:relative;aspect-ratio:1.22/1;background:#faf8f5;display:grid;place-items:center;border-bottom:1px solid #f0e2d8;overflow:hidden}
.product-image-wrap img{width:min(128px,calc(100% - 12px));height:auto;max-width:128px;max-height:128px;aspect-ratio:1;object-fit:contain;padding:0}
.product-card:hover .product-image-wrap img{transform:none}
.image-placeholder{font-size:10.5px;color:#b0a29a}
.rank-badge{position:absolute;top:8px;left:8px;z-index:3;width:30px;height:30px;border-radius:7px 7px 12px 7px;display:grid;place-items:center;background:#dcaa31;color:#fff;font-size:12px;font-weight:950;box-shadow:0 4px 12px rgba(170,117,24,.22)}
.product-card:nth-child(2) .rank-badge{background:#a7a7a7}
.product-card:nth-child(3) .rank-badge{background:#b67a49}
.product-body{display:flex;flex-direction:column;flex:1;padding:11px}
.product-meta-row{display:flex;align-items:center;justify-content:space-between;gap:5px;min-height:22px}
.category-tag{display:inline-flex;align-items:center;min-height:22px;padding:2px 7px;border-radius:999px;background:#fff4e9;color:#8f705e;font-size:10px;font-weight:900}
.mini-tags{display:flex;justify-content:flex-end;gap:3px;flex-wrap:wrap}
.mini-tags span{padding:2px 5px;border-radius:999px;background:#eef6ea;color:#65805d;font-size:10px;font-weight:850}
.product-card h3{margin:8px 0 9px;font-size:12px;line-height:1.55;letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.product-facts{display:grid;gap:5px;margin-top:auto}
.product-facts>div{padding:7px 8px;border-radius:9px;background:#fff9f3}
.product-facts small{display:block;color:#a08d83;font-size:10px;font-weight:850}
.product-facts strong{display:block;margin-top:1px;font-size:10.5px;line-height:1.45}
.product-facts>div:first-child strong{font-size:18px;line-height:1.25;color:#473833;letter-spacing:-.04em}
.product-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:7px;margin:8px 0}
.rating{display:flex;flex-direction:column;line-height:1.2}
.rating b{color:#ef9d26;font-size:11px}
.rating span{margin-top:2px;color:#a08e85;font-size:10px}
.muted-rating{color:#a79890;font-size:10px}
.municipality{max-width:52%;text-align:right;color:#93827a;font-size:10px;line-height:1.35}
.rakuten-cta{display:flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 10px;border-radius:10px;background:linear-gradient(135deg,#f67569,#ef5f55);color:#fff;text-decoration:none;font-size:10.5px;font-weight:900;box-shadow:0 6px 13px rgba(232,90,81,.15)}
.rakuten-cta:hover{background:linear-gradient(135deg,#ed665b,#df5148)}
.rakuten-cta span{font-size:12px}
.updated-note{margin:15px 0 0;color:#97867d;font-size:10.5px}
.empty-panel{padding:42px 24px;border:1px dashed #dec9ba;border-radius:18px;background:#fff;text-align:center}
.empty-icon{display:block;font-size:35px;margin-bottom:8px}
.empty-panel strong{display:block;font-size:17px}
.empty-panel p{max-width:700px;margin:7px auto 0;color:#8f7d74;font-size:11px}

/* info + FAQ */
.info-section{background:#fff}
.info-grid{display:grid;grid-template-columns:1.07fr .93fr;gap:14px}
.info-card{border:1px solid #ecd6c5;border-radius:19px;background:#fffdf9;padding:21px;box-shadow:0 6px 18px rgba(108,75,53,.04)}
.info-title{display:flex;align-items:center;gap:11px;border-bottom:1px solid #f0e2d7;padding-bottom:13px;margin-bottom:15px}
.info-title>span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#fff0e3;color:#e07950;font-size:17px;font-weight:950}
.info-title small{display:block;color:#ad8070;font-size:9px;font-weight:900}
.info-card h2{font-size:20px;margin-top:1px}
.comparison-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:8px}
.comparison-flow>div{text-align:center;padding:12px 8px;border-radius:13px;background:#fff6ec;border:1px solid #f0ddcc}
.comparison-flow b,.comparison-flow span{display:block}
.comparison-flow b{font-size:13px}
.comparison-flow span{margin-top:3px;color:#9b877c;font-size:10.5px}
.comparison-flow i{font-style:normal;color:#e4b7a0;font-weight:900}
.comparison-card>p{margin:13px 0 0;color:#85756d;font-size:10.5px;text-align:center}
.faq-card details{border-top:1px solid #f0e4da}
.faq-card details:first-of-type{border-top:0}
.faq-card summary{position:relative;list-style:none;cursor:pointer;padding:11px 26px 11px 0;font-size:11.5px;font-weight:850}
.faq-card summary::-webkit-details-marker{display:none}
.faq-card summary:after{content:"＋";position:absolute;right:1px;top:10px;color:#b98c78}
.faq-card details[open] summary:after{content:"−"}
.faq-card details p{margin:-3px 0 12px;color:#85756d;font-size:10.5px;line-height:1.7}

.final-cta-section{padding-top:0;background:#fff}
.final-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:25px 30px;border:1px solid #f2ceb5;border-radius:20px;background:linear-gradient(110deg,#fff9ec,#fff4e9 55%,#ffede8);box-shadow:0 8px 22px rgba(121,78,44,.06)}
.final-cta small{color:#b2795f;font-size:10.5px;font-weight:900}
.final-cta h2{font-size:22px;margin-top:2px}
.final-cta p{margin:4px 0 0;color:#8b796f;font-size:10.5px}
.final-cta-buttons{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.final-cta-buttons a{display:inline-flex;align-items:center;justify-content:center;min-height:41px;padding:0 14px;border-radius:11px;background:#fff;border:1px solid #efc9b6;text-decoration:none;color:#7c5e50;font-size:10.5px;font-weight:900}
.final-cta-buttons a:nth-child(2){background:var(--coral);border-color:var(--coral);color:#fff}

/* related / footer */
.related-section{background:#fff;padding-top:38px}
.related-links{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.related-links a{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:49px;padding:0 13px;border:1px solid #ead9cf;border-radius:12px;background:#fff;text-decoration:none;font-size:10.5px;font-weight:850}
.related-links a:hover{border-color:#f0a38f;background:#fff8f4}
.related-links span{color:#d79d82;font-size:17px}
.site-footer{padding:38px 0 42px;background:#493c37;color:#fff}
.footer-grid{display:grid;grid-template-columns:1fr auto 1.25fr;gap:32px;align-items:start}
.footer-brand{color:#fff}
.footer-brand .brand-mark{filter:saturate(.85)}
.footer-brand small{color:#ccbdb5}
.site-footer p{max-width:620px;margin:12px 0 0;color:#d7c9c2;font-size:10.5px;line-height:1.75}
.footer-nav{display:grid;gap:7px}
.footer-nav a{color:#f1e7e2;text-decoration:none;font-size:10.5px;font-weight:800}
.footer-note p{margin-top:0;margin-bottom:6px}
.footer-note a{color:#fff}
.rakuten-credit{margin-top:10px!important}.rakuten-credit img{display:block;width:221px;height:21px;max-width:100%}
.mobile-bottom-nav{display:none}

/* responsive */
@media(max-width:1080px){
  .header-inner{grid-template-columns:auto 1fr}.header-cta{display:none}.top-nav{justify-content:flex-end;gap:18px}
  .hero-grid{grid-template-columns:1fr .8fr}.hero-visual{min-height:320px}.gift-scene{left:70px}.visual-note{left:-6px}
  .budget-grid{grid-template-columns:repeat(4,1fr)}
  .category-grid{grid-template-columns:repeat(3,1fr)}
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .related-links{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:820px){
  .shell{width:min(calc(100% - 26px),var(--max))}
  .top-nav{display:none}.header-inner{display:flex;min-height:67px}.brand strong{font-size:16px}.brand-mark{width:40px;height:40px}.brand-mark i{left:17px}.brand small{font-size:10px}
  .home-hero{padding:37px 0 45px}.hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-kicker{margin-left:auto;margin-right:auto}.lead{margin-left:auto;margin-right:auto}.hero-actions,.hero-points{justify-content:center}.hero-visual{min-height:285px;max-width:520px;width:100%;margin:-5px auto 0}.gift-scene{left:96px;right:50px;height:235px}.gift-items{font-size:48px;left:40px}.gift-items span:nth-child(2){font-size:55px}.gift-items span:nth-child(3){font-size:46px}.gift-items span:nth-child(4){font-size:44px}.gift-box{left:45px}.visual-note{left:14px}.visual-bubble{right:20px}
  .sub-hero .hero-grid{grid-template-columns:1fr}.sub-hero .hero-copy{text-align:left}.sub-hero .hero-card{max-width:360px}.sub-hero-meta{justify-content:flex-start}
  .steps{grid-template-columns:1fr;max-width:620px}.step-link:not(:last-child) article:after{content:"↓";top:auto;bottom:-29px;right:50%;transform:translateX(50%);height:28px;font-size:20px}
  .budget-grid{grid-template-columns:repeat(3,1fr)}
  .category-grid{grid-template-columns:repeat(2,1fr)}
  .split-heading{display:block}.split-heading>p{text-align:left;margin-top:7px}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .info-grid{grid-template-columns:1fr}
  .final-cta{display:block}.final-cta-buttons{justify-content:flex-start;margin-top:15px}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-note{grid-column:1/-1}
}
@media(max-width:560px){
  body{padding-bottom:64px}.top-strip .shell{justify-content:center}.top-strip b{display:none}
  .site-header{top:0}.header-inner{min-height:60px}.brand-mark{width:36px;height:36px}.brand-mark:before{left:5px;right:5px;height:22px}.brand-mark:after{left:3px;right:3px;top:11px;height:8px}.brand-mark i{left:15px;top:9px}.brand-mark b{top:13px}.brand strong{font-size:14.5px}.brand small{display:none}
  .home-hero{padding:29px 0 42px}.page-hero h1,.sub-hero h1{font-size:32px;line-height:1.3}.lead{font-size:12.5px;line-height:1.85;margin-top:13px}.hero-actions{display:grid;grid-template-columns:1fr;gap:8px}.primary-action,.secondary-action{width:100%;min-height:46px}.hero-points{gap:8px 13px;font-size:10.5px}.hero-visual{min-height:248px}.visual-note{width:132px;min-height:90px;padding:13px;left:0}.visual-note strong{font-size:23px}.visual-bubble{right:0;top:66px;padding:11px 13px}.gift-scene{left:65px;right:13px;height:205px}.gift-items{left:30px;right:8px;bottom:98px;font-size:41px}.gift-items span:nth-child(2){font-size:48px}.gift-items span:nth-child(3){font-size:40px}.gift-items span:nth-child(4){font-size:37px}.gift-box{left:34px;right:8px;bottom:16px;height:89px}.gift-box span{top:30px;font-size:14px}.home-hero:after{bottom:-48px}
  .section{padding:39px 0}.section-heading h2,.results-head h2{font-size:23px}.center-heading{margin-bottom:20px}.center-heading>p:last-child,.split-heading>p{font-size:11px}
  .howto-section{padding-top:38px}.steps article{min-height:0;padding:18px 16px}.step-icon{width:48px;height:48px}
  .budget-grid{grid-template-columns:repeat(2,1fr);gap:7px}.budget-pill{min-height:68px;padding:10px 8px}.budget-icon{width:30px;height:30px}.budget-copy strong{font-size:13.5px}
  .category-grid{grid-template-columns:repeat(2,1fr);gap:7px}.category-card{min-height:94px;padding:11px 27px 11px 9px;gap:8px}.category-icon{width:42px;height:42px;flex-basis:42px;font-size:22px}.category-copy strong{font-size:11.5px}.category-copy small{font-size:10px}.category-arrow{right:8px}
  .quick-nav-row{grid-template-columns:1fr}.quick-nav-row>span{padding-top:0}.quick-nav-row>div{flex-wrap:nowrap;overflow:auto;padding-bottom:3px}.quick-nav .budget-pill,.chip-link{flex:0 0 auto}
  .results-head{display:block}.sort-control{margin-top:12px;justify-content:space-between}.sort-control select{flex:1;max-width:220px}
  .product-grid{grid-template-columns:1fr;gap:9px}.product-card{display:grid;grid-template-columns:120px minmax(0,1fr);border-radius:13px}.product-image-wrap{aspect-ratio:auto;min-height:150px;border-bottom:0;border-right:1px solid #f0e2d8}.product-image-wrap img{padding:0}.product-body{padding:9px}.product-card h3{font-size:11px;margin:6px 0 7px;-webkit-line-clamp:2}.product-facts{gap:3px}.product-facts>div{padding:5px 7px}.product-facts strong{font-size:10.5px}.product-facts>div:first-child strong{font-size:16px}.product-bottom{margin:5px 0}.municipality{display:none}.rakuten-cta{min-height:38px;font-size:10.5px}.category-tag{font-size:10px}.mini-tags span{font-size:10px}.rank-badge{top:6px;left:6px;width:27px;height:27px}
  .comparison-flow{grid-template-columns:1fr}.comparison-flow i{transform:rotate(90deg)}
  .info-card{padding:16px}.info-card h2{font-size:17px}
  .final-cta{padding:20px}.final-cta h2{font-size:19px}.final-cta-buttons{display:grid;grid-template-columns:repeat(3,1fr)}.final-cta-buttons a{padding:0 7px;font-size:9px}
  .related-links{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:18px}.footer-note{grid-column:auto}.footer-nav{display:flex;flex-wrap:wrap;gap:12px}
  .mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:70;display:grid;grid-template-columns:repeat(3,1fr);height:62px;background:rgba(255,255,255,.97);border-top:1px solid #ead4c6;box-shadow:0 -8px 22px rgba(82,51,34,.08);backdrop-filter:blur(12px)}
  .mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-decoration:none;color:#796861;font-size:10px;font-weight:900}.mobile-bottom-nav span{font-size:16px;color:#c48264}.mobile-bottom-nav .mobile-main{margin:6px;border-radius:12px;background:#f36e63;color:#fff}.mobile-bottom-nav .mobile-main span{color:#fff}
}

/* V2: budget pair finder / progressive listing */
.more-button{display:block;min-width:220px;min-height:44px;margin:22px auto 0;padding:0 20px;border:1px solid #eab9a7;border-radius:12px;background:#fff;color:#8a5e4c;font:inherit;font-size:12px;font-weight:900;cursor:pointer;box-shadow:0 5px 14px rgba(121,80,55,.05)}
.more-button:hover{background:#fff5ef;border-color:#e89d83}.more-button[hidden]{display:none}
.pair-section{background:#fff;border-top:1px solid #f3e4d9;border-bottom:1px solid #f3e4d9}
.pair-mode-switch{display:inline-flex;margin-bottom:20px;padding:4px;border:1px solid #efd8ca;border-radius:999px;background:#fff8f3}
.pair-mode-switch a{min-width:130px;padding:8px 15px;border-radius:999px;text-align:center;text-decoration:none;color:#8d7367;font-size:11.5px;font-weight:900}
.pair-mode-switch a.active{background:#f36e63;color:#fff;box-shadow:0 4px 12px rgba(232,90,81,.16)}
.pair-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.pair-card{padding:15px;border:1px solid #ecd8ca;border-radius:17px;background:#fffdfb;box-shadow:0 8px 22px rgba(121,80,55,.055)}
.pair-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}
.pair-rank{color:#8e7569;font-size:11px;font-weight:900}
.pair-status{display:inline-flex;align-items:center;min-height:24px;padding:3px 9px;border-radius:999px;background:#f5f0eb;color:#806f66;font-size:10.5px;font-weight:900}
.pair-status.exact{background:#fff0d8;color:#a46116}.pair-status.near{background:#eff7ea;color:#5f7b56}
.pair-items{display:grid;grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr);align-items:stretch;gap:6px}
.pair-plus{display:grid;place-items:center;color:#d48d70;font-size:24px;font-weight:950}
.pair-item{display:flex;flex-direction:column;min-width:0;padding:10px;border:1px solid #f0e1d7;border-radius:13px;background:#fff}
.pair-image{display:grid;place-items:center;height:138px;margin-bottom:8px;border-radius:10px;background:#faf8f5;overflow:hidden}
.pair-image img{display:block;width:min(128px,100%);height:auto;max-width:128px;max-height:128px;aspect-ratio:1;object-fit:contain}.pair-image>span{font-size:42px}
.pair-item-copy{display:flex;flex-direction:column;min-width:0;flex:1}.pair-item-copy small{color:#9c8377;font-size:10.5px;font-weight:850}.pair-item-copy strong{display:-webkit-box;margin-top:4px;color:#4e3e38;font-size:11.5px;line-height:1.5;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pair-item-copy b{margin-top:7px;color:#493934;font-size:17px}.pair-item-copy span{margin-top:2px;color:#8e7c73;font-size:10.5px}
.pair-item>a{display:flex;align-items:center;justify-content:center;gap:5px;min-height:37px;margin-top:9px;padding:0 7px;border-radius:9px;background:#f36e63;color:#fff;text-decoration:none;font-size:10.5px;font-weight:900}.pair-item>a:hover{background:#e85d53}
.pair-total{display:flex;align-items:baseline;justify-content:flex-end;gap:9px;margin-top:12px;padding-top:10px;border-top:1px dashed #ead6c8}.pair-total span{color:#8c796f;font-size:10.5px;font-weight:850}.pair-total strong{font-size:21px;color:#493934}.pair-total b{padding:3px 8px;border-radius:999px;background:#fff4e9;color:#a86649;font-size:10.5px}
.pair-note{margin:12px 0 0;color:#8c7b73;font-size:10.5px;line-height:1.65}.compact-empty{padding:28px 20px}

@media(max-width:820px){.pair-grid{grid-template-columns:1fr}}
@media(max-width:560px){
  .pair-mode-switch{display:grid;grid-template-columns:1fr 1fr;width:100%}.pair-mode-switch a{min-width:0}
  .pair-card{padding:11px}.pair-items{grid-template-columns:1fr}.pair-plus{height:24px}.pair-image{height:112px}.pair-image img{width:min(108px,100%);max-width:108px;max-height:108px}.pair-item{display:grid;grid-template-columns:96px minmax(0,1fr);column-gap:9px}.pair-image{grid-row:1/3;margin:0}.pair-item>a{grid-column:2;margin-top:7px}.pair-item-copy strong{font-size:11.5px}.pair-item-copy b{font-size:16px}.pair-total{flex-wrap:wrap}.more-button{width:100%;min-width:0}
}


/* V2.1: readability, compact 128px product images, and combination search */
#combo-search,#combo-finder{scroll-margin-top:96px}
.top-strip{font-size:12px}
.brand small{font-size:11.5px}
.top-nav a{font-size:13.5px}
.header-cta{font-size:13px}.header-cta span{font-size:10.5px}
.hero-kicker{font-size:12px}.hero-points{font-size:12.5px}.sub-hero-meta span{font-size:12px}
.visual-note small,.visual-bubble span,.hero-card>span,.hero-card>small{font-size:11.5px}
.hero-card>a{font-size:13px}
.split-heading>p,.center-heading>p:last-child{font-size:13.5px}.eyebrow{font-size:11px}
.steps p{font-size:12.5px}.step-jump{font-size:12px}
.budget-copy small{font-size:11.5px}.budget-copy strong{font-size:16px}.budget-copy em{font-size:10px}
.category-copy strong{font-size:14px}.category-copy small{font-size:11.5px}
.quick-nav-row>span,.quick-nav .budget-copy strong,.chip-link{font-size:11.5px}
.results-head>div>p:last-child{font-size:12.5px}.ad-disclosure{font-size:11px}.sort-control span{font-size:11.5px}.sort-control select{font-size:12px}
.category-tag,.mini-tags span{font-size:11px}.product-card h3{font-size:13px}.product-facts small{font-size:11px}.product-facts strong{font-size:11.5px}
.rating b{font-size:12px}.rating span,.muted-rating,.municipality{font-size:11px}.rakuten-cta{font-size:11.5px}.updated-note{font-size:11.5px}.empty-panel p{font-size:12px}
.related-links a,.site-footer p,.footer-nav a{font-size:11.5px}.more-button{font-size:13px}

/* Do not stretch the 128px Rakuten image into a large image frame. */
.product-image-wrap{aspect-ratio:auto;height:150px;min-height:150px;padding:10px;background:#fff}
.product-image-wrap img{display:block;width:128px;height:128px;max-width:128px;max-height:128px;object-fit:contain}
.image-placeholder{font-size:11.5px}

.combo-entry-section{padding:42px 0;background:#fff;border-bottom:1px solid #f3e4d9}
.combo-entry-card{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);gap:28px;align-items:center;padding:28px 30px;border:1px solid #f0cdb9;border-radius:22px;background:linear-gradient(120deg,#fffaf3,#fff1e9);box-shadow:0 10px 28px rgba(121,80,55,.07)}
.combo-entry-copy h2{margin:0;font-size:30px;line-height:1.35;letter-spacing:-.04em}.combo-entry-copy h2 em{font-style:normal;color:var(--coral)}
.combo-entry-copy>p:last-of-type{margin:10px 0 0;color:#75665f;font-size:14px;line-height:1.8}
.combo-example{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:18px}
.combo-example span,.combo-example strong{display:inline-flex;align-items:center;min-height:38px;padding:0 12px;border-radius:10px;background:#fff;border:1px solid #ead6c8;font-size:15px;font-weight:900}
.combo-example b{color:#d58c6d;font-size:19px}.combo-example strong{color:#df554c;border-color:#f0b7a6}.combo-example em{font-style:normal;padding:4px 9px;border-radius:999px;background:#eef6e9;color:#5f7b56;font-size:12px;font-weight:900}
.combo-entry-actions{padding:19px;border-radius:17px;background:#fff;border:1px solid #efd8ca}.combo-entry-actions>small{display:block;color:#9a7668;font-size:12px;font-weight:900}
.combo-entry-actions>div{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:9px}.combo-entry-actions a{display:flex;align-items:center;justify-content:center;min-height:42px;border:1px solid #efc9b8;border-radius:10px;text-decoration:none;color:#76564a;background:#fffaf6;font-size:13px;font-weight:900}.combo-entry-actions a:hover{background:#f36e63;border-color:#f36e63;color:#fff}
.combo-entry-actions p{margin:10px 0 0;color:#8b7970;font-size:11.5px;line-height:1.65}

.combo-section{background:#fff;border-top:1px solid #f3e4d9;border-bottom:1px solid #f3e4d9}
.combo-mode-switch{display:inline-flex;margin-bottom:20px;padding:4px;border:1px solid #efd8ca;border-radius:999px;background:#fff8f3}
.combo-mode-switch a{min-width:155px;padding:9px 16px;border-radius:999px;text-align:center;text-decoration:none;color:#8d7367;font-size:12.5px;font-weight:900}
.combo-mode-switch a.active{background:#f36e63;color:#fff;box-shadow:0 4px 12px rgba(232,90,81,.16)}
.combo-grid{display:grid;grid-template-columns:1fr;gap:14px;max-width:1050px;margin-inline:auto}
.combo-card{padding:16px 18px;border:1px solid #ecd8ca;border-radius:18px;background:#fffdfb;box-shadow:0 8px 22px rgba(121,80,55,.055)}
.combo-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.combo-rank{color:#8e7569;font-size:12px;font-weight:900}
.combo-status{display:inline-flex;align-items:center;min-height:27px;padding:3px 10px;border-radius:999px;background:#f5f0eb;color:#806f66;font-size:11.5px;font-weight:900}.combo-status.exact{background:#fff0d8;color:#a46116}.combo-status.near{background:#eff7ea;color:#5f7b56}
.combo-items{display:grid;align-items:stretch;gap:8px}.combo-count-2 .combo-items{grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr)}.combo-count-3 .combo-items{grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr)}
.combo-plus{display:grid;place-items:center;color:#d48d70;font-size:25px;font-weight:950}
.combo-item{display:grid;grid-template-columns:128px minmax(0,1fr);grid-template-rows:1fr auto;column-gap:12px;min-width:0;padding:10px;border:1px solid #f0e1d7;border-radius:13px;background:#fff}
.combo-count-3 .combo-item{grid-template-columns:104px minmax(0,1fr)}
.combo-image{grid-row:1/3;display:grid;place-items:center;width:128px;height:128px;align-self:center;overflow:hidden}.combo-count-3 .combo-image{width:104px;height:104px}
.combo-image img{display:block;width:128px;height:128px;max-width:128px;max-height:128px;object-fit:contain}.combo-count-3 .combo-image img{width:104px;height:104px;max-width:104px;max-height:104px}.combo-image>span{font-size:42px}
.combo-item-copy{display:flex;flex-direction:column;min-width:0}.combo-item-copy small{color:#9c8377;font-size:11.5px;font-weight:850}.combo-item-copy strong{display:-webkit-box;margin-top:3px;color:#4e3e38;font-size:12.5px;line-height:1.5;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.combo-item-copy b{margin-top:6px;color:#493934;font-size:18px}.combo-item-copy span{margin-top:2px;color:#8e7c73;font-size:11.5px}
.combo-item>a{grid-column:2;display:flex;align-items:center;justify-content:center;gap:5px;min-height:39px;margin-top:7px;padding:0 8px;border-radius:9px;background:#f36e63;color:#fff;text-decoration:none;font-size:11.5px;font-weight:900}.combo-item>a:hover{background:#e85d53}
.combo-total{display:flex;align-items:baseline;justify-content:flex-end;gap:10px;margin-top:12px;padding-top:10px;border-top:1px dashed #ead6c8}.combo-total span{color:#8c796f;font-size:11.5px;font-weight:850}.combo-total strong{font-size:23px;color:#493934}.combo-total b{padding:4px 9px;border-radius:999px;background:#fff4e9;color:#a86649;font-size:11.5px}
.combo-note{margin:12px auto 0;max-width:1050px;color:#8c7b73;font-size:11.5px;line-height:1.7}

@media(max-width:980px){
  .combo-entry-card{grid-template-columns:1fr}.combo-entry-actions>div{grid-template-columns:repeat(6,1fr)}
  .combo-count-3 .combo-items{grid-template-columns:1fr}.combo-count-3 .combo-plus{height:22px}.combo-count-3 .combo-item{grid-template-columns:128px minmax(0,1fr)}.combo-count-3 .combo-image{width:128px;height:128px}.combo-count-3 .combo-image img{width:128px;height:128px;max-width:128px;max-height:128px}
}
@media(max-width:820px){
  .combo-entry-actions>div{grid-template-columns:repeat(3,1fr)}
  .combo-count-2 .combo-items{grid-template-columns:1fr}.combo-plus{height:22px}
}
@media(max-width:560px){
  .brand strong{font-size:15.5px}.lead{font-size:13.5px}.hero-points{font-size:11.5px}.center-heading>p:last-child,.split-heading>p{font-size:12px}
  .category-copy strong{font-size:12.5px}.category-copy small{font-size:11px}.budget-copy strong{font-size:14.5px}.budget-copy small{font-size:11px}.budget-copy em{font-size:10px}
  .product-card{grid-template-columns:140px minmax(0,1fr)}.product-image-wrap{height:148px;min-height:148px;padding:10px 6px}.product-card h3{font-size:12.5px}.product-facts small{font-size:11px}.product-facts strong{font-size:11.5px}.product-facts>div:first-child strong{font-size:17px}.rakuten-cta{font-size:11.5px}.category-tag,.mini-tags span{font-size:10.5px}.rating span,.muted-rating{font-size:10.5px}
  .mobile-bottom-nav a{font-size:11px}
  .combo-entry-section{padding:30px 0}.combo-entry-card{padding:20px 17px;gap:18px}.combo-entry-copy h2{font-size:24px}.combo-entry-copy>p:last-of-type{font-size:12.5px}.combo-example span,.combo-example strong{font-size:13px;padding:0 9px}.combo-entry-actions{padding:15px}.combo-entry-actions>div{grid-template-columns:repeat(2,1fr)}.combo-entry-actions a{font-size:12px}.combo-entry-actions p{font-size:11px}
  .combo-mode-switch{display:grid;grid-template-columns:1fr 1fr;width:100%}.combo-mode-switch a{min-width:0;font-size:11.5px;padding:8px 6px}
  .combo-card{padding:12px}.combo-item,.combo-count-3 .combo-item{grid-template-columns:104px minmax(0,1fr);column-gap:9px}.combo-image,.combo-count-3 .combo-image{width:104px;height:104px}.combo-image img,.combo-count-3 .combo-image img{width:104px;height:104px;max-width:104px;max-height:104px}.combo-item-copy strong{font-size:12px}.combo-item-copy b{font-size:17px}.combo-item>a{font-size:11px}.combo-total{flex-wrap:wrap}.combo-total strong{font-size:21px}
}


/* V2.1 product cards: let the 128px image occupy only the space it needs. */
.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.product-card{display:grid;grid-template-columns:146px minmax(0,1fr);align-items:start}
.product-image-wrap{width:146px;height:146px;min-height:146px;align-self:start;padding:9px;border-bottom:0;background:#fff}
.product-body{min-width:0;padding:12px 12px 12px 4px}
@media(max-width:1080px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.product-grid{grid-template-columns:1fr}.product-card{grid-template-columns:146px minmax(0,1fr)}}
@media(max-width:560px){.product-card{grid-template-columns:140px minmax(0,1fr)}.product-image-wrap{width:140px;height:146px;min-height:146px;padding:9px 6px}.product-body{padding:10px 10px 10px 3px}}
