#ocean-aqua-prototype .oa-product{display:flex!important;flex-direction:column!important;position:relative!important;cursor:pointer}
#ocean-aqua-prototype .oa-product-visual{position:relative!important;inset:auto!important;flex:none!important;width:100%!important;height:auto!important;aspect-ratio:1/1!important;overflow:hidden!important}
#ocean-aqua-prototype .oa-product-visual img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}
#ocean-aqua-prototype .oa-product-info{position:relative!important;inset:auto!important;display:block!important;width:100%!important;min-height:112px!important;background:var(--oa-surface2)!important;z-index:2!important}
#ocean-aqua-prototype .oa-product-info h3{position:static!important;margin:0!important;line-height:1.38!important;min-height:0!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
#ocean-aqua-prototype .oa-product-tag{display:none!important}
#ocean-aqua-prototype .oa-product-bottom{position:static!important;display:grid!important;grid-template-columns:1fr auto!important;gap:5px 7px!important;align-items:end!important}
#ocean-aqua-prototype .oa-product-price{grid-column:1/-1!important;display:block!important;white-space:normal!important}
#ocean-aqua-prototype .oa-product-price[hidden]{display:none!important}
.oa-product-detail{display:none;position:absolute;inset:0;z-index:55;background:var(--oa-bg);overflow:auto;padding-bottom:28px}
.oa-product-detail.open{display:block}
.oa-detail-hero{width:100%;height:auto;aspect-ratio:1/1;background:linear-gradient(145deg,#173849,#0d2532);display:grid;place-items:center;position:relative;overflow:hidden}
.oa-detail-hero img{width:100%;height:100%;object-fit:contain}
.oa-detail-hero svg{width:88px;height:88px;color:var(--oa-brand)}
.oa-detail-back{position:absolute;left:14px;top:14px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(2,17,24,.75);color:#fff;display:grid;place-items:center;cursor:pointer}
.oa-detail-body{padding:18px}
.oa-detail-body h2{font-size:20px;line-height:1.4;margin:0 0 8px}
.oa-detail-price{font-size:23px;color:var(--oa-brand);margin-bottom:10px}
.oa-detail-meta{font-size:11px;color:var(--oa-muted);margin-bottom:16px}
.oa-detail-section{border-top:1px solid var(--oa-line);padding:15px 0}
.oa-detail-section h3{font-size:13px;margin:0 0 9px}
.oa-detail-section p{font-size:12px;line-height:1.7;color:var(--oa-muted);white-space:pre-wrap}
.oa-detail-variants{display:flex;flex-wrap:wrap;gap:7px}
.oa-detail-variant{border:1px solid var(--oa-line);border-radius:9px;padding:7px 9px;font-size:11px;background:var(--oa-surface)}
.oa-detail-gallery{display:flex;flex-direction:column;align-items:stretch;gap:12px;width:100%}
.oa-detail-gallery img{display:block;width:100%;height:auto;max-height:none;object-fit:contain;border-radius:12px;background:var(--oa-surface)}
.oa-detail-buy{position:sticky;bottom:10px;width:100%;border:0;border-radius:15px;padding:13px;background:linear-gradient(90deg,var(--oa-brand),var(--oa-cyan));color:#04222b;font:inherit;font-weight:600;cursor:pointer}
.oa-product-reward,.oa-gold-reward-note{display:block;color:#e9b949;font-size:10px;margin-top:7px}
.oa-gold-reward-note{padding:9px 12px;border-radius:10px;background:rgba(233,185,73,.1);margin:10px 0}
.oa-product-plan-list{display:flex;flex-direction:column;gap:3px;margin:3px 0 8px}
.oa-product-plan-option{display:flex;align-items:baseline;gap:5px;min-height:23px;color:var(--oa-brand);line-height:1.2}
.oa-plan-cash{font-size:17px;font-weight:600;letter-spacing:-.2px}
.oa-plan-cash small{font-size:10px;font-weight:400;margin-right:1px}
.oa-plan-extra{font-size:9px;color:var(--oa-muted)}
.oa-product-plan-option+.oa-product-plan-option{padding-top:3px;border-top:1px dashed rgba(98,201,196,.16)}
