.product-dialog{background:#f5f5f7;border-radius:8px;overflow:hidden;box-shadow:0 24px 64px #1d1d1f38}.product-page.product-dialog{box-shadow:none;background:0 0;border-radius:0;max-width:68rem;margin-inline:auto;overflow:visible}.product-page-header{top:var(--header-h)}.product-dialog>header{border-top-left-radius:8px;border-top-right-radius:8px}.product-dialog-arrow{z-index:30;background:color-mix(in srgb, var(--color-surface) 96%, transparent);width:2.75rem;height:2.75rem;color:var(--color-deep);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;transition:background-color .16s,box-shadow .16s;display:inline-flex;position:absolute;top:50%;box-shadow:0 8px 22px #0b315029}.product-dialog-arrow-prev{left:.5rem;transform:translateY(-50%)}.product-dialog-arrow-next{right:.5rem;transform:translateY(-50%)}.product-dialog-arrow:hover{background:var(--color-surface);box-shadow:0 10px 26px #0b315038}.product-dialog-minis{overscroll-behavior-x:contain;scrollbar-width:thin;gap:.45rem;display:flex;overflow-x:auto}.product-dialog-mini{border:1.5px solid var(--color-line);background:var(--color-soft);cursor:pointer;border-radius:.75rem;flex:none;width:3.5rem;height:2.85rem;transition:border-color .16s,box-shadow .16s;position:relative;overflow:hidden}.product-dialog-mini:hover{border-color:color-mix(in srgb, var(--color-primary) 55%, var(--color-line))}.product-dialog-mini.is-active{border-color:var(--color-primary);box-shadow:0 0 0 2px color-mix(in srgb, var(--color-primary) 22%, transparent)}@media (min-width:768px){.product-dialog-arrow{width:3rem;height:3rem}}@media (min-width:1280px){.product-dialog-arrow-prev{left:0;transform:translate(calc(-100% - .85rem),-50%)}.product-dialog-arrow-next{right:0;transform:translate(calc(100% + .85rem),-50%)}}@media (max-width:767px){.product-dialog{box-shadow:none;max-height:inherit;overscroll-behavior:contain;border-radius:8px;overflow:auto}.product-page.product-dialog{max-height:none;overflow:visible}.product-dialog>header{border-top-left-radius:8px;border-top-right-radius:8px}.product-dialog-arrow{display:none}}
