.order-product-page{--op-ocean:var(--ocean-700,#0d4a7a);--op-ocean-mid:var(--ocean-500,#1565a8);--op-ocean-soft:var(--ocean-50,#eef6fb);--op-ink:var(--fm-text,#1a1a2e);--op-muted:var(--fm-text-secondary,#64748b);--op-border:var(--fm-border,#e5e7eb);padding:28px 0 88px;background:radial-gradient(ellipse 80% 50% at 10% 0,rgba(13,74,122,.07),transparent 55%),radial-gradient(ellipse 60% 40% at 90% 10%,rgba(21,101,168,.05),transparent 50%),#fff}.order-product-inner{width:min(100% - 32px,var(--fm-max-width,1120px));margin-inline:auto}.order-product-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.95fr);gap:40px;align-items:start;margin-top:18px}.order-product-media{position:sticky;top:calc(var(--fm-header-height, 72px) + 16px)}.order-product-media-frame{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:20px;background:var(--op-ocean-soft);box-shadow:0 1px 2px rgba(13,74,122,.06),0 18px 40px -24px rgba(13,74,122,.35)}.order-product-media-frame:after{content:"";position:absolute;inset:0;z-index:2;background:transparent}.order-product-media-image{-o-object-fit:cover;object-fit:cover;-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none;pointer-events:none;-webkit-touch-callout:none}.order-product-media-placeholder{aspect-ratio:4/3;border-radius:20px;background:linear-gradient(145deg,var(--op-ocean-soft),#dceaf4 55%,#c5dcec)}.order-product-info{display:flex;flex-direction:column;gap:0;min-width:0;padding-block:4px}.order-product-page .order-product-title{margin:0 0 10px;color:var(--op-ocean);letter-spacing:-.02em}.order-product-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 18px}.order-product-page .order-product-price{margin:0;font-size:clamp(1.35rem,2.4vw,1.65rem);font-weight:700;line-height:1.2;color:var(--op-ink);letter-spacing:-.02em}.order-product-unit{font-size:.95rem;font-weight:500;color:var(--op-muted)}.order-product-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:600;letter-spacing:.02em;background:var(--op-ocean-soft);color:var(--op-ocean)}.order-product-desc{margin:0 0 28px;font-size:1rem;line-height:1.7;color:var(--op-ink)}.order-product-desc :where(p,ul,ol){margin:0 0 .85em}.order-product-desc :where(p:last-child,ul:last-child,ol:last-child){margin-bottom:0}.order-product-desc :where(ul,ol){padding-inline-start:1.2em}.order-product-section-title{margin:0 0 14px;font-size:1.05rem;font-weight:600;color:var(--op-ocean)}.order-product-cleaning{margin:0 0 28px;padding:18px;border:1px solid var(--op-border);border-radius:16px;background:rgba(255,255,255,.85)}.order-product-cleaning-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.order-product-cleaning-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--op-border);border-radius:12px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.order-product-cleaning-item:hover{border-color:rgba(13,74,122,.28);box-shadow:0 4px 14px -10px rgba(13,74,122,.35)}.order-product-cleaning-copy{display:grid;gap:3px;flex:1;min-width:0}.order-product-cleaning-name{font-size:.95rem;font-weight:600;color:var(--op-ink)}.order-product-cleaning-fee{font-size:.8125rem;color:var(--op-muted)}.order-product-cleaning-photo-wrap{position:relative;flex-shrink:0;width:88px;height:52px;margin-inline-start:auto;overflow:hidden;border-radius:8px;background:var(--op-ocean-soft)}.order-product-cleaning-photo-wrap:after{content:"";position:absolute;inset:0;z-index:1}.order-product-cleaning-photo{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none;pointer-events:none;-webkit-touch-callout:none}.order-product-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:-moz-fit-content;width:fit-content;min-width:min(100%,220px);padding:13px 28px;border-radius:999px;border:none;font-size:1rem;font-weight:600;text-decoration:none;background:var(--op-ocean);color:#fff;box-shadow:0 10px 24px -12px rgba(13,74,122,.55);transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.order-product-cta:hover{background:var(--op-ocean-mid);color:#fff;transform:translateY(-1px);box-shadow:0 14px 28px -12px rgba(13,74,122,.5)}.order-product-cta:active{transform:translateY(0)}.order-product-cta-hint{margin:12px 0 0;font-size:.8125rem;line-height:1.45;color:var(--op-muted);max-width:36ch}@media (max-width:860px){.order-product-page{padding:20px 0 72px}.order-product-layout{grid-template-columns:1fr;gap:24px}.order-product-media{position:static}.order-product-media-frame,.order-product-media-placeholder{border-radius:16px}.order-product-cleaning{padding:14px}.order-product-cta{width:100%}}