.custom-product-nav{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;margin-top:40px}.custom-nav-side{display:flex;align-items:center;gap:12px;max-width:35%}.custom-nav-center{font-size:13px;font-weight:600;text-align:center;white-space:nowrap}.custom-nav-arrow{width:36px;height:36px;border-radius:50%;background:#e63946;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;flex-shrink:0}.custom-nav-text{display:flex;flex-direction:column;line-height:1.3}.custom-nav-text small{font-size:13px;color:#888;font-weight:600}.custom-nav-text span{font-size:13px;font-weight:700;color:#000}.custom-nav-text.Pre{display:flex;align-items:flex-start}.custom-nav-text.Pre span{text-align:start}@media (max-width:768px){.custom-product-nav{flex-direction:column;gap:14px}.custom-nav-side{max-width:100%}}