.g-product-videos{display:grid;gap:12px;margin-top:18px}.g-video-card{display:flex;align-items:center;gap:18px;width:100%;text-align:left;padding:12px;border:1px solid #deded9;background:#fff;color:#191919;transition:background .2s,border-color .2s}.g-video-card:hover{background:#f6f6f3;border-color:#777}.g-gallery .g-video-card>img{width:64px;height:80px;object-fit:cover}.g-video-card>span:nth-last-child(2){flex:1}.g-video-card strong{display:block;font-weight:400;font-size:14px}.g-video-card small{display:block;color:#72726d;margin-top:5px}.g-video-play{display:grid;place-items:center;width:38px;height:38px;flex-shrink:0;border:1px solid #222;border-radius:50%;font-size:25px}.g-video-viewer{padding:0;border:0;background:#111;color:#fff;width:min(960px,100vw);max-width:100vw;max-height:100dvh;overflow:auto}.g-video-viewer::backdrop{background:#000b}.g-video-viewer header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 20px;color:#fff}.g-video-viewer header span{font-size:13px}.g-video-viewer header button{display:grid;place-items:center;min-width:44px;min-height:44px;background:transparent;border:1px solid #777;color:#fff;font-size:30px;line-height:1}.g-video-viewer video{display:block;width:100%;height:min(72dvh,760px);object-fit:contain;background:#080808}.g-site .g-video-viewer>p{color:#ccc;font-size:12px;padding:14px 20px}.g-video-viewer :focus-visible{outline:2px solid #fff;outline-offset:2px}@media(max-width:600px){.g-video-viewer{width:100%;max-width:none;height:100dvh;max-height:100dvh;margin:0;inset:0;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.g-video-viewer video{height:calc(100dvh - 170px)}.g-video-card{gap:12px}}@media(prefers-reduced-motion:reduce){.g-video-card{transition:none}}

.g-video-link{margin-top:14px;margin-bottom:12px}
html:has(.g-video-viewer[open]){overflow:hidden;scrollbar-gutter:auto}
