.pdg-section{background:var(--pdg-bg);color:var(--pdg-text);padding-top:var(--pdg-padding-top);padding-bottom:var(--pdg-padding-bottom)}.pdg-section *,.pdg-section *:before,.pdg-section *:after{box-sizing:border-box}.pdg-container{width:min(100% - 40px,var(--pdg-container-width));margin:0 auto}.pdg-header{max-width:780px;margin-bottom:24px}.pdg-header--center{text-align:center;margin-left:auto;margin-right:auto}.pdg-kicker{margin:0 0 10px;color:var(--pdg-accent);font-size:12px;line-height:1.4;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.pdg-heading{margin:0;color:var(--pdg-text);font-size:clamp(32px,4vw,52px);line-height:1.04;letter-spacing:-.045em}.pdg-subheading{margin-top:14px;color:var(--pdg-muted);font-size:clamp(15px,1.25vw,17px);line-height:1.62}.pdg-stage{position:relative}.pdg-banner{position:relative;min-height:var(--pdg-desktop-height);border-radius:var(--pdg-radius);overflow:hidden;background:#f5f1eb;box-shadow:0 24px 60px #1f1b1614;isolation:isolate}.pdg-banner__picture,.pdg-banner__image{display:block;width:100%;height:100%}.pdg-banner__picture{position:absolute;top:0;right:0;bottom:0;left:0}.pdg-banner__image{object-fit:cover;object-position:center center}.pdg-banner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,#0000000a,#0000002e),radial-gradient(circle at 50% 45%,#ffffff14,#00000014);z-index:1}.pdg-hotspots{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.pdg-hotspot{position:absolute;top:var(--pdg-hotspot-top);left:var(--pdg-hotspot-left);transform:translate(-50%,-50%);display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;padding:0;border:0;border-radius:999px;background:transparent;color:var(--pdg-hotspot-text);cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;z-index:2}.pdg-hotspot:before{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;border-radius:inherit}.pdg-hotspot__pulse{position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:inherit;background:color-mix(in srgb,var(--pdg-hotspot-bg) 88%,transparent);box-shadow:0 12px 28px #0000002e,inset 0 0 0 1px #ffffffc7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pdg-hotspot__pulse:after{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border:1px solid color-mix(in srgb,var(--pdg-accent) 40%,transparent);border-radius:inherit;opacity:.55;transform:scale(1);transition:transform .18s ease,opacity .18s ease}.pdg-hotspot__label{position:relative;z-index:1;font-size:12px;line-height:1;font-weight:800;letter-spacing:.02em}.pdg-hotspot:hover .pdg-hotspot__pulse:after,.pdg-hotspot:focus-visible .pdg-hotspot__pulse:after,.pdg-hotspot.is-active .pdg-hotspot__pulse:after{transform:scale(1.2);opacity:1}.pdg-hotspot.is-active .pdg-hotspot__pulse{background:var(--pdg-accent);color:#fff;box-shadow:0 16px 34px #00000038,0 0 0 8px color-mix(in srgb,var(--pdg-accent) 18%,transparent)}.pdg-hotspot.is-active .pdg-hotspot__label{color:#fff}.pdg-hotspot:focus-visible,.pdg-close:focus-visible{outline:2px solid var(--pdg-accent);outline-offset:4px}.pdg-desktop-panel{position:absolute;z-index:6;border-radius:calc(var(--pdg-radius) * .78);background:color-mix(in srgb,var(--pdg-card-bg) 94%,transparent);color:var(--pdg-text);box-shadow:0 26px 70px #1f1b162e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(18px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.pdg-desktop-panel.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.pdg-desktop-panel--bottom{left:24px;right:24px;bottom:24px}.pdg-desktop-panel--right,.pdg-desktop-panel--left{top:24px;bottom:24px;width:min(430px,calc(100% - 48px))}.pdg-desktop-panel--right{right:24px}.pdg-desktop-panel--left{left:24px}.pdg-panel__inner{padding:22px}.pdg-section--right .pdg-panel__inner,.pdg-section--left .pdg-panel__inner{height:100%}.pdg-close{position:absolute;top:14px;right:14px;z-index:3;width:38px;height:38px;border:0;border-radius:999px;background:#ffffffc7;color:var(--pdg-text);font-size:26px;line-height:1;cursor:pointer;box-shadow:0 10px 24px #1f1b161f}.pdg-close span{display:block;transform:translateY(-1px)}.pdg-detail{display:grid;grid-template-columns:minmax(180px,36%) minmax(0,1fr);gap:22px;align-items:center}.pdg-section--right .pdg-detail,.pdg-section--left .pdg-detail{height:100%;grid-template-columns:1fr;align-content:start;gap:18px;padding-top:28px}.pdg-detail__media{position:relative;overflow:hidden;border-radius:calc(var(--pdg-radius) * .58);background:#eee8df}.pdg-detail__media--landscape{aspect-ratio:16 / 9}.pdg-detail__media--square{aspect-ratio:1 / 1}.pdg-detail__media--portrait{aspect-ratio:4 / 5}.pdg-detail__media img,.pdg-detail__media video,.pdg-detail__media iframe{display:block;width:100%;height:100%;border:0;object-fit:cover}.pdg-detail__content{min-width:0;padding-right:44px}.pdg-section--right .pdg-detail__content,.pdg-section--left .pdg-detail__content{padding-right:0}.pdg-detail__eyebrow{margin:0 0 8px;color:var(--pdg-accent);font-size:12px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.pdg-detail__title{margin:0;color:var(--pdg-text);font-size:clamp(22px,2vw,34px);line-height:1.08;letter-spacing:-.03em}.pdg-detail__description{margin-top:12px;color:var(--pdg-muted);font-size:15px;line-height:1.65}.pdg-detail__tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.pdg-detail__tags span{display:inline-flex;align-items:center;min-height:30px;padding:6px 12px;border-radius:999px;background:#ffffffad;color:var(--pdg-text);font-size:12px;font-weight:700;line-height:1.2}.pdg-mobile-overlay,.pdg-mobile-sheet{display:none}@media screen and (max-width:749px){.pdg-section{padding-top:var(--pdg-padding-top-mobile);padding-bottom:var(--pdg-padding-bottom-mobile)}.pdg-container{width:min(100% - 28px,var(--pdg-container-width))}.pdg-header{max-width:100%;margin-bottom:18px}.pdg-heading{font-size:clamp(28px,9vw,40px)}.pdg-subheading{margin-top:12px;font-size:14px;line-height:1.58}.pdg-banner{min-height:var(--pdg-mobile-height);border-radius:max(18px,calc(var(--pdg-radius) * .74))}.pdg-hotspot{top:var(--pdg-hotspot-mobile-top);left:var(--pdg-hotspot-mobile-left);width:44px;height:44px}.pdg-hotspot:before{top:-12px;right:-12px;bottom:-12px;left:-12px}.pdg-hotspot__pulse{top:5px;right:5px;bottom:5px;left:5px}.pdg-hotspot__label{font-size:11px}.pdg-desktop-panel{display:none}.pdg-mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:block;z-index:90;background:rgba(0,0,0,var(--pdg-overlay-opacity));opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}.pdg-mobile-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}.pdg-mobile-sheet{position:fixed;left:10px;right:10px;bottom:10px;z-index:100;display:block;max-height:min(85vh,760px);overflow:auto;border-radius:24px;background:var(--pdg-card-bg);color:var(--pdg-text);box-shadow:0 -22px 70px #0000003d;transform:translateY(calc(100% + 18px));visibility:hidden;transition:transform .26s ease,visibility .26s ease;-webkit-overflow-scrolling:touch}.pdg-mobile-sheet.is-open{transform:translateY(0);visibility:visible}.pdg-mobile-sheet__handle{position:sticky;top:0;z-index:2;height:22px;background:linear-gradient(var(--pdg-card-bg),color-mix(in srgb,var(--pdg-card-bg) 0%,transparent))}.pdg-mobile-sheet__handle:before{content:"";position:absolute;top:9px;left:50%;width:44px;height:4px;border-radius:999px;background:color-mix(in srgb,var(--pdg-muted) 30%,transparent);transform:translate(-50%)}.pdg-close--sheet{position:sticky;top:12px;float:right;margin-right:14px;margin-bottom:-38px}.pdg-mobile-sheet .pdg-panel__inner{clear:both;padding:18px}.pdg-detail{grid-template-columns:1fr;gap:16px}.pdg-detail__content{padding-right:0}.pdg-detail__title{font-size:24px}.pdg-detail__description{font-size:14px}.pdg-detail__tags{margin-top:14px}body.pdg-sheet-open{overflow:hidden}}@media screen and (prefers-reduced-motion:reduce){.pdg-hotspot__pulse:after,.pdg-desktop-panel,.pdg-mobile-overlay,.pdg-mobile-sheet{transition:none}}.pdg-hotspot{transition:transform .18s ease}.pdg-hotspot__pulse{isolation:isolate;transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.pdg-hotspot__pulse:before{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;border-radius:999px;border:1px solid color-mix(in srgb,var(--pdg-hotspot-pulse-color, var(--pdg-accent)) 48%,transparent);pointer-events:none;animation:pdg-hotspot-ripple var(--pdg-hotspot-pulse-speed, 2s) ease-out infinite}.pdg-hotspot__pulse:after{top:-16px;right:-16px;bottom:-16px;left:-16px;border:1px solid color-mix(in srgb,var(--pdg-hotspot-pulse-color, var(--pdg-accent)) 30%,transparent);opacity:1;transform:scale(.72);pointer-events:none;animation:pdg-hotspot-ripple var(--pdg-hotspot-pulse-speed, 2s) ease-out infinite;animation-delay:calc(var(--pdg-hotspot-pulse-speed, 2s) * .45);transition:none}.pdg-hotspot:hover{transform:translate(-50%,-50%) scale(1.06)}.pdg-hotspot.is-active{transform:translate(-50%,-50%) scale(var(--pdg-hotspot-active-scale, 1.1))}.pdg-hotspot.is-active .pdg-hotspot__pulse{background:var(--pdg-accent);box-shadow:0 16px 34px #00000038,0 0 0 8px color-mix(in srgb,var(--pdg-accent) 18%,transparent)}.pdg-hotspot.is-active .pdg-hotspot__pulse:before,.pdg-hotspot.is-active .pdg-hotspot__pulse:after{border-color:color-mix(in srgb,var(--pdg-accent) 52%,transparent)}@keyframes pdg-hotspot-ripple{0%{opacity:.85;transform:scale(.68)}70%{opacity:.18}to{opacity:0;transform:scale(1.58)}}@media screen and (max-width:749px){.pdg-hotspot__pulse:before{top:-9px;right:-9px;bottom:-9px;left:-9px}.pdg-hotspot__pulse:after{top:-14px;right:-14px;bottom:-14px;left:-14px}}@media screen and (prefers-reduced-motion:reduce){.pdg-hotspot,.pdg-hotspot__pulse{transition:none}.pdg-hotspot__pulse:before,.pdg-hotspot__pulse:after{animation:none}}.pdg-header{position:relative}.pdg-header:after{content:"";display:block;width:58px;height:2px;margin-top:18px;border-radius:999px;background:color-mix(in srgb,var(--pdg-accent) 72%,transparent)}.pdg-header--center:after{margin-left:auto;margin-right:auto}.pdg-header .pdg-subheading>*{margin-top:0;margin-bottom:0}.pdg-stage{margin-top:0}.pdg-banner{box-shadow:0 20px 50px #1f1b1614,0 1px #1f1b160a}.pdg-banner__content,.pdg-banner__copy{display:none!important}@media screen and (max-width:749px){.pdg-header:after{width:44px;margin-top:14px}.pdg-heading{font-size:clamp(27px,8.5vw,38px)}.pdg-subheading{margin-top:10px;font-size:14px;line-height:1.55}}.pdg-header:after{content:none!important;display:none!important}
/*# sourceMappingURL=/cdn/shop/t/2/assets/product-detail-gallery.css.map */
