:root{--fresh-ink: #fff8e9;--fresh-muted: rgba(255, 248, 233, .62);--fresh-line: rgba(255, 248, 233, .14);--fresh-shell: #070605;--fresh-panel: #0c0a08;--fresh-cream: #efe7d4;--fresh-cream-2: #fbf5e6;--fresh-ease: cubic-bezier(.2, .82, .18, 1);--fresh-bounce: cubic-bezier(.34, 1.28, .64, 1)}body.is-fresh-locked{overflow:hidden}.fresh-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:900;background:rgba(18,16,12,var(--gallery-modal-backdrop-opacity, .52));backdrop-filter:blur(var(--gallery-modal-backdrop-blur, 7px)) saturate(.9);-webkit-backdrop-filter:blur(var(--gallery-modal-backdrop-blur, 7px)) saturate(.9);opacity:0;pointer-events:none;transition:opacity .42s var(--fresh-ease)}.fresh-backdrop.is-open{opacity:1;pointer-events:auto}.fresh-sheet{position:fixed;left:50%;bottom:0;z-index:1000;width:min(var(--gallery-modal-max-width, 1420px),calc(100vw - 48px));height:min(var(--gallery-modal-height, 92dvh),900px);min-height:var(--gallery-modal-min-height, 620px);color:var(--fresh-ink);background:var(--fresh-shell);border-radius:var(--gallery-modal-sheet-radius, 30px) var(--gallery-modal-sheet-radius, 30px) 0 0;overflow:hidden;box-shadow:0 -28px 90px -34px #000000c7;transform:translate(-50%,105%);opacity:.98;pointer-events:none;transition:transform .56s var(--fresh-ease),opacity .36s var(--fresh-ease);will-change:transform}.fresh-sheet.is-open{transform:translate(-50%);pointer-events:auto}.fresh-sheet.is-dragging{transition:none}.fresh-shell{height:100%;min-height:0;display:flex;flex-direction:column;background:linear-gradient(180deg,rgba(255,255,255,.03),transparent 18%),var(--fresh-shell)}.fresh-handle{position:absolute;top:12px;left:50%;z-index:15;width:86px;height:28px;transform:translate(-50%);border:none;background:transparent;padding:0;display:flex;align-items:center;justify-content:center;cursor:grab}.fresh-handle:active{cursor:grabbing}.fresh-handle span{display:block;width:54px;height:4px;border-radius:999px;background:#fff8e994;box-shadow:0 1px #ffffff38 inset}.fresh-close{position:absolute;top:22px;right:22px;z-index:20;width:46px;height:46px;border-radius:999px;border:1px solid rgba(255,248,233,.14);color:var(--fresh-ink);background:#1f181194;backdrop-filter:blur(18px) saturate(1.4);-webkit-backdrop-filter:blur(18px) saturate(1.4);display:flex;align-items:center;justify-content:center;box-shadow:0 1px #ffffff1f inset,0 12px 28px -16px #000000e6;transition:transform .18s var(--fresh-bounce),background .18s ease,border-color .18s ease}.fresh-close:hover{background:#4f3015b3;border-color:#fff8e947}.fresh-close:active{transform:scale(.9)}.fresh-close svg,.fresh-icon svg{width:18px;height:18px;stroke-width:2}.fresh-stage{position:relative;flex:1 1 auto;min-height:0;background:#050403;overflow:hidden;touch-action:none;user-select:none;-webkit-user-select:none}.fresh-track{height:100%;display:flex;transform:translate(0);transition:transform .72s var(--fresh-ease);will-change:transform}.fresh-stage.is-zoomed .fresh-track{transition:none}.fresh-slide{position:relative;flex:0 0 100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#050403;isolation:isolate}.fresh-ambient{position:absolute;top:-9%;right:-9%;bottom:-9%;left:-9%;width:118%;height:118%;object-fit:cover;filter:blur(54px) brightness(.48) saturate(1.18);opacity:.68;transform:scale(1.03);pointer-events:none;z-index:0}.fresh-photo-wrap{position:relative;z-index:1;width:100%;height:100%;padding:var(--gallery-modal-photo-padding-top, 46px) var(--gallery-modal-photo-padding-x, 40px) var(--gallery-modal-photo-padding-bottom, 82px);display:flex;align-items:center;justify-content:center;cursor:zoom-in;transition:transform .22s var(--fresh-ease);will-change:transform}.fresh-stage.is-zoomed .fresh-photo-wrap{cursor:grab;transition:none}.fresh-stage.is-panning .fresh-photo-wrap{cursor:grabbing}.fresh-photo{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;border-radius:var(--gallery-modal-photo-radius, 3px);box-shadow:0 24px 90px -30px rgba(0,0,0,var(--gallery-modal-photo-shadow-opacity, .85))}.fresh-pager,.fresh-nav-controls,.fresh-zoom-controls{position:absolute;bottom:18px;z-index:12;display:flex;align-items:center;border:1px solid rgba(255,248,233,.12);background:#0c0a089e;backdrop-filter:blur(24px) saturate(1.35);-webkit-backdrop-filter:blur(24px) saturate(1.35);box-shadow:0 1px #ffffff1a inset,0 18px 44px -24px #000000e6}.fresh-pager{left:50%;transform:translate(-50%);gap:12px;min-height:42px;padding:8px 14px;border-radius:999px}.fresh-zoom-controls{right:26px;gap:2px;padding:3px;border-radius:999px}.fresh-nav-controls{left:calc(50% + 108px);gap:2px;padding:3px;border-radius:999px}.fresh-nav-button{width:38px;height:38px}.fresh-nav-button--prev{left:auto}.fresh-nav-button--next{right:auto}.fresh-nav-button svg{width:18px;height:18px}.fresh-icon{width:38px;height:38px;border-radius:999px;border:none;color:var(--fresh-ink);background:transparent;display:flex;align-items:center;justify-content:center;transition:transform .17s var(--fresh-bounce),background .17s ease,opacity .17s ease}.fresh-icon:hover:not(:disabled){background:#fff8e91f}.fresh-icon:active:not(:disabled){transform:scale(.88)}.fresh-icon:disabled{opacity:.32;cursor:default}.fresh-icon.fresh-nav-button{width:38px;height:38px}.fresh-icon.fresh-nav-button:active:not(:disabled){transform:scale(.88)}.fresh-dots{min-width:112px;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 4px}.fresh-dot{width:6px;height:6px;padding:0;border:none;border-radius:999px;background:#fff8e952;transition:width .36s var(--fresh-ease),background .22s ease,transform .17s var(--fresh-bounce)}.fresh-dot:hover{background:#fff8e994}.fresh-dot:active{transform:scale(.82)}.fresh-dot.is-active{width:24px;background:var(--fresh-cream-2)}.fresh-counter{min-width:42px;text-align:center;color:var(--fresh-muted);font-size:11px;font-weight:650;letter-spacing:.1em;font-variant-numeric:tabular-nums}.fresh-product-bar{flex:0 0 auto;min-height:92px;padding:16px 30px calc(16px + env(safe-area-inset-bottom));display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:22px;background:linear-gradient(180deg,rgba(255,255,255,.035),transparent 36%),var(--fresh-panel);border-top:1px solid rgba(255,248,233,.08)}.fresh-product-name{margin:0;font-family:var(--font-serif, "Playfair Display", Georgia, serif);font-size:clamp(24px,2.3vw,34px);font-weight:500;line-height:.96;letter-spacing:-.035em;color:var(--fresh-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fresh-product-actions{display:flex;align-items:center;justify-content:end;gap:10px}.fresh-product-btn{min-height:44px;min-width:132px;padding:12px 19px;border-radius:999px;border:1px solid rgba(255,248,233,.14);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:14px;font-weight:720;line-height:1;transition:transform .18s var(--fresh-bounce),background .18s ease,border-color .18s ease,color .18s ease}.fresh-product-btn:active{transform:scale(.96)}.fresh-product-btn.fresh-product-btn--ghost{color:var(--fresh-ink);background:#fff8e90a}.fresh-product-btn.fresh-product-btn--ghost:hover{background:#fff8e91a;border-color:#fff8e93d}.fresh-product-btn.fresh-product-btn--primary{color:#15110b;background:var(--fresh-cream);border-color:#fff8e9b3;box-shadow:0 16px 44px -26px #fff8e9d9;min-width:190px}.fresh-product-btn.fresh-product-btn--primary:hover{background:var(--fresh-cream-2)}.fresh-product-btn.is-disabled{opacity:.48;cursor:not-allowed}.fresh-live{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:760px){.fresh-sheet{left:0;width:100vw;height:min(var(--gallery-modal-height, 94dvh),94dvh);min-height:0;border-radius:var(--gallery-modal-sheet-radius-mobile, 28px) var(--gallery-modal-sheet-radius-mobile, 28px) 0 0;transform:translateY(105%)}.fresh-sheet.is-open{transform:translateY(0)}.fresh-sheet.is-dragging{transition:none}.fresh-close{top:18px;right:15px;width:44px;height:44px}.fresh-photo-wrap{padding:var(--gallery-modal-photo-padding-top-mobile, 42px) var(--gallery-modal-photo-padding-x-mobile, 0) var(--gallery-modal-photo-padding-bottom-mobile, 80px)}.fresh-photo{border-radius:var(--gallery-modal-photo-radius-mobile, 0);box-shadow:0 24px 90px -30px rgba(0,0,0,var(--gallery-modal-photo-shadow-opacity-mobile, 0))}.fresh-pager{left:15px;bottom:12px;transform:none;gap:9px;min-height:40px;padding:8px 11px}.fresh-zoom-controls{right:15px;bottom:12px}.fresh-nav-controls{left:158px;bottom:12px;padding:2px}.fresh-nav-button,.fresh-icon.fresh-nav-button{width:36px;height:36px}.fresh-dots{min-width:66px;justify-content:flex-start}.fresh-counter{min-width:38px;font-size:10.5px}.fresh-icon{width:36px;height:36px}.fresh-product-bar{min-height:128px;grid-template-columns:1fr;align-items:stretch;gap:14px;padding:18px 18px calc(18px + env(safe-area-inset-bottom))}.fresh-product-name{font-size:clamp(26px,8vw,34px);white-space:normal}.fresh-product-actions{justify-content:stretch;gap:8px}.fresh-product-btn{flex:1 1 0;min-width:0;min-height:48px;padding:13px 12px;font-size:13.5px}.fresh-product-btn.fresh-product-btn--primary{flex:1.25 1 0;min-width:0}}@media(max-width:380px){.fresh-counter{display:none}.fresh-dots{min-width:58px}.fresh-nav-controls{left:104px}.fresh-zoom-controls{gap:0}}@media(prefers-reduced-motion:reduce){.fresh-backdrop,.fresh-sheet,.fresh-track,.fresh-icon,.fresh-dot,.fresh-product-btn{transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/150/assets/rsv-photo-modal.css.map */
