.product-page{padding:1.5rem 0 4rem}.product-detail-grid{display:grid;grid-template-columns:1fr 1.1fr;grid-gap:2.5rem;gap:2.5rem;align-items:start}.product-detail-visual{position:relative;background:linear-gradient(145deg,#fef9c3,#fde68a);border-radius:var(--radius-lg);min-height:320px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border)}.product-detail-visual img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-lg);min-height:320px}.product-detail-emoji{font-size:8rem}.product-detail-badge{position:absolute;top:1rem;left:1rem;background:#14532d;color:white;font-size:.75rem;font-weight:700;padding:.35rem .75rem;border-radius:999px}.product-detail-badge--soon{background:#1e40af}.product-detail-origin{margin:0 0 .35rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--primary)}.product-detail-info h1{margin:0 0 .75rem;font-size:2rem}.product-detail-desc{color:var(--muted);line-height:1.65;margin:0 0 1.25rem}.product-detail-price-box{margin-bottom:1.25rem;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;width:100%}.order-summary-note,.price-range-note{margin:0;font-size:var(--text-sm);color:var(--muted);line-height:1.5;max-width:42ch}.out-stock-label{display:block;margin-top:.35rem;color:#b91c1c;font-weight:600;font-size:.9rem}.product-detail-info>.delivery-notice{margin:0 0 1rem}.product-order-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.5rem;gap:.5rem;max-width:100%;margin-bottom:2rem}.product-order-actions .add-to-cart-btn,.product-order-actions .btn{width:100%;padding:.55rem .75rem;font-size:.8125rem;line-height:1.3;text-align:center;white-space:normal;border-radius:8px}.product-out-stock-block{margin-bottom:2rem}.product-mobile-bar{display:none}@media (max-width:900px){.product-detail-grid{grid-template-columns:1fr}.product-page{padding-bottom:6.5rem}}@media (max-width:768px){.product-page{padding-top:.75rem}.product-page .breadcrumbs{display:none}.product-detail-grid{gap:1.25rem}.product-detail-info h1{font-size:1.5rem;line-height:1.25;margin-bottom:.5rem}.product-detail-desc{font-size:.9rem;line-height:1.55;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.product-detail-price-box{margin-bottom:1rem}.product-order-actions{display:none}.product-mobile-bar{display:flex;flex-direction:column;align-items:stretch;gap:.6rem;position:fixed;left:var(--page-gutter);right:var(--page-gutter);bottom:max(.75rem,env(safe-area-inset-bottom));z-index:90;padding:.75rem .9rem;background:rgba(255,255,255,.98);border:1px solid var(--border);border-radius:14px;box-shadow:0 8px 32px rgba(15,23,42,.12),0 2px 8px rgba(15,23,42,.06);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-mobile-bar-summary{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;padding-bottom:.15rem;border-bottom:1px solid var(--border)}.product-mobile-bar-amount{font-size:1.2rem;font-weight:800;color:var(--primary-dark);letter-spacing:-.02em;white-space:nowrap}.product-mobile-bar-label{font-size:.78rem;font-weight:600;color:var(--muted);text-align:right;line-height:1.35}.product-mobile-bar-actions{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:.5rem;gap:.5rem;min-width:0}.product-mobile-bar-actions .add-to-cart-btn,.product-mobile-bar-actions .btn{min-height:0;padding:.55rem .65rem;font-size:.8125rem;border-radius:8px;white-space:nowrap}}@media (max-width:480px){.product-order-actions{grid-template-columns:1fr}}