.amazon-listing{position:relative;display:inline-block;color:var(--bark);font-family:var(--sans);font-size:.82rem;font-weight:800}
.amazon-listing summary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.8rem 1.35rem;border-radius:5px;background:var(--coral);color:var(--white);cursor:pointer;list-style:none;box-shadow:0 5px 14px rgba(232,91,70,.25);transition:transform .2s,box-shadow .2s}
.amazon-listing summary::-webkit-details-marker{display:none}
.amazon-listing summary::after{content:"⌄";margin-left:.55rem;font-size:1rem;line-height:1}
.amazon-listing[open] summary::after{transform:rotate(180deg)}
.amazon-listing summary:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(232,91,70,.35)}
.amazon-listing--dark summary{background:var(--bark);box-shadow:0 5px 14px rgba(44,26,14,.24)}
.amazon-listing--dark summary:hover{box-shadow:0 8px 18px rgba(44,26,14,.34)}
.amazon-listing__panel{position:absolute;z-index:10;top:calc(100% + .6rem);left:0;width:min(21rem,calc(100vw - 2rem));padding:1rem;background:var(--white);border:1px solid var(--bdr);border-radius:10px;box-shadow:0 18px 40px rgba(44,26,14,.2)}
.amazon-listing__heading{margin:0 0 .75rem;color:var(--coconut);font-size:.72rem;line-height:1.45}
.amazon-listing__markets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem;margin:0;padding:0;list-style:none}
.amazon-listing__markets a{display:block;padding:.5rem .55rem;border:1px solid var(--bdr);border-radius:5px;color:var(--bark);text-decoration:none;font-size:.68rem;line-height:1.25}
.amazon-listing__markets a:hover,.amazon-listing__markets a:focus-visible{border-color:var(--coral);background:rgba(232,91,70,.08);outline:none}
@media(max-width:430px){.amazon-listing__markets{grid-template-columns:1fr}.amazon-listing__panel{width:min(19rem,calc(100vw - 2rem))}}

.amazon-store-body{--cream:#F5EDD6;--mango:#F5A623;--coral:#E8614A;--sampaguita:#FFFBEF;--coconut:#7B4F2E;--bark:#4A2E1A;--white:#fff;--bdr:rgba(74,46,26,.14);margin:0;min-height:100vh;background:var(--cream);color:var(--bark);font-family:'Nunito',system-ui,sans-serif}
.amazon-store-wrap{width:min(880px,calc(100% - 2rem));margin:0 auto;padding:3.5rem 0 5rem}.amazon-store-wrap h1,.amazon-store-wrap h2{font-family:'Baloo 2',cursive}.store-back{display:inline-flex;align-items:center;min-height:44px;margin-bottom:2rem;color:var(--coconut);font-size:.85rem;font-weight:800;text-decoration:none}.store-back:hover{color:var(--coral)}.store-back:focus-visible,.store-market:focus-visible,.store-primary:focus-visible,.store-preference button:focus-visible{outline:3px solid var(--bark);outline-offset:3px}
.store-hero{padding-bottom:2.5rem;border-bottom:1px solid var(--bdr)}.store-book{display:flex;gap:1.5rem;align-items:center}.store-book>div{min-width:0}.store-book img{width:112px;border-radius:14px;box-shadow:0 10px 24px rgba(74,46,26,.2)}.store-overline{margin:0 0 .4rem;color:var(--coral);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.store-book h1{margin:0 0 .65rem;font-size:clamp(2rem,5vw,3rem);line-height:1.05}.store-intro{max-width:620px;margin:0;color:var(--coconut);font-size:1rem;line-height:1.7;font-weight:600}
.store-recommendation{margin:2.5rem 0}.store-section-heading{margin-bottom:1rem}.store-section-heading h2{margin:0;color:var(--bark);font-size:clamp(1.35rem,3vw,1.8rem);line-height:1.2}.store-section-heading p:not(.store-overline){margin:.5rem 0 0;color:var(--coconut);font-size:.9rem;line-height:1.6;font-weight:600}
.store-preference{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:2rem 0;padding:1rem 1.15rem;border:1px solid var(--bdr);border-radius:12px;background:rgba(255,251,239,.72);font-size:.88rem;font-weight:700}.store-preference label{display:flex;align-items:center;gap:.55rem}.store-preference input{width:1rem;height:1rem;accent-color:var(--coral)}.store-preference button{border:0;background:transparent;color:var(--coconut);font:inherit;text-decoration:underline;cursor:pointer}
.store-options{margin-top:2.5rem}.store-markets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:0;padding:0;list-style:none}.store-market{position:relative;display:flex;min-height:120px;flex-direction:column;justify-content:space-between;gap:1rem;padding:1.15rem;border:1px solid var(--bdr);border-radius:14px;background:var(--white);color:var(--bark);text-decoration:none;box-shadow:0 2px 10px rgba(74,46,26,.05);transition:transform .2s,box-shadow .2s,border-color .2s}.store-market:hover{border-color:var(--coral);transform:translateY(-2px);box-shadow:0 8px 20px rgba(74,46,26,.12)}.store-market__identity{display:flex;align-items:center;gap:.85rem}.store-market__flag{font-size:1.6rem;line-height:1}.store-market strong{display:block;font-size:.95rem;line-height:1.25}.store-market__domain{display:block;margin-top:.15rem;color:var(--coconut);font-size:.76rem;font-weight:700}.store-market__action{color:var(--coral);font-size:.75rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.store-market--featured{min-height:154px;padding:1.4rem;border:2px solid var(--mango);background:#fff9e9;box-shadow:0 10px 24px rgba(245,166,35,.16)}.store-market--featured .store-market__action{display:inline-flex;align-self:flex-start;align-items:center;justify-content:center;min-height:44px;margin-top:.2rem;padding:0 1.1rem;border-radius:7px;background:var(--coral);color:var(--white);letter-spacing:.06em}.store-market__badge{position:absolute;top:-.72rem;right:1rem;padding:.28rem .65rem;border-radius:999px;background:var(--mango);color:var(--bark);font-size:.66rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.store-help{display:flex;flex-direction:column;gap:.35rem;margin-top:3rem;padding:1.25rem 0;border-top:1px solid var(--bdr);color:var(--coconut);font-size:.88rem;line-height:1.6}.store-help strong{color:var(--bark)}.store-primary{display:inline-flex;align-items:center;min-height:44px;padding:.75rem 1rem;border-radius:7px;background:var(--coral);color:var(--white);font-weight:800;text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:560px){.amazon-store-wrap{width:min(100% - 2rem,880px);padding:1.5rem 0 5.5rem}.store-back{margin-bottom:1.25rem}.store-book{align-items:flex-start;gap:1rem}.store-book img{width:76px}.store-book h1{font-size:clamp(1.8rem,10vw,2.35rem)}.store-market__badge{max-width:calc(100% - 2rem);text-align:center}.store-preference{align-items:flex-start;flex-direction:column}.store-markets{grid-template-columns:1fr}.store-market{min-height:112px}.store-market--featured{min-height:148px}.store-help{margin-top:2.5rem}}
