/* Store navigation and product cards. */
[hidden]{display:none!important}
.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.category-tile{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;background:#fff8e6;border:1px solid #e9dbb8;border-radius:24px;padding:20px;color:#163d31;text-decoration:none;transition:transform .18s}
.category-tile:hover{transform:translateY(-4px)}
.category-tile:focus-visible{outline:3px solid #176c4b;outline-offset:4px}
.category-tile img{width:100%;height:200px;object-fit:contain}
.category-tile span{font-size:1.3rem;font-weight:900}
.category-tile small{font-size:.95rem}
body:not([data-page=home]) #shop-categories{display:none}
body[data-page=home] #fruit-labels,body[data-page=home] #iced-tea-labels,body[data-page=home] #calculator,body[data-page=home] #kai,body[data-page=home] #rio-adventures,body[data-page=home] #island-map{display:none!important}
body[data-page=home] #iced-tea .feature-grid,body[data-page=home] #iced-tea>.wrap>.card{display:none}
body[data-page=home] #mix{display:none}
body[data-page=home] #adventure-invitation{margin-top:24px}
.prodimg img,.detailimg img{object-fit:contain!important}
.unit-price{font-weight:800;color:#225e45;font-size:.95rem;margin:8px 0 16px}
.unit-price small{display:block;font-weight:400;font-size:.8rem;margin-top:5px}
.shop-help{padding:12px 16px;background:#f5f0df;color:#254738;border-radius:12px;line-height:1.5}
#manualOffice{width:100%}
body[data-checkout-mode=cod] .payment-choice label:has(input[value=viva]){display:none}
@media(max-width:750px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.category-tile{padding:12px;border-radius:18px}.category-tile img{height:155px}.category-tile span{font-size:1.05rem}.category-tile small{font-size:.8rem}.wood-sign a{overflow-wrap:anywhere}}
@media(prefers-reduced-motion:reduce){.category-tile{transition:none}}
