.product-title-row{display:flex;align-items:center;justify-content:space-between;gap:24px}
.product-title-row h1{min-width:0;overflow-wrap:anywhere}
body .dish-video-trigger{position:relative;display:grid;place-items:center;flex:0 0 58px;width:58px;height:58px;border:1px solid #ffe3a3;border-radius:50%;padding:0;cursor:pointer;color:#183c3a;background:linear-gradient(135deg,#ffe6ad,#d4a447);box-shadow:0 5px 22px #c7a05255;isolation:isolate}
.dish-video-trigger svg{width:27px;height:27px;fill:currentColor}
.dish-video-trigger::before{content:"";position:absolute;inset:-5px;border:2px solid #e7bb63;border-radius:50%;animation:dish-video-glow 2.6s ease-out infinite;pointer-events:none}
body .dish-video-trigger:hover{background:#ffe5a2;box-shadow:0 5px 28px #e7bb6380}
.dish-video-trigger:focus-visible{outline:3px solid #fff;outline-offset:7px}
@keyframes dish-video-glow{0%{transform:scale(.95);opacity:.65}100%{transform:scale(1.25);opacity:0}}
html.dish-video-watching{overflow:hidden}
body .dish-video-dialog{box-sizing:border-box;width:min(940px,calc(100% - 28px));max-height:90dvh;margin:auto;padding:20px;border:1px solid #c7a052;border-radius:20px;background:#101b1b;color:#fff3d9;box-shadow:0 24px 80px #0009;overflow:auto}
.dish-video-dialog::backdrop{background:#000b;backdrop-filter:blur(5px)}
.dish-video-dialog__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}
.dish-video-dialog__header h2{margin:0;font-size:1.15rem;color:inherit}
body .dish-video-dialog__header button{flex:0 0 44px;width:44px;height:44px;border:1px solid #c7a052;border-radius:50%;background:#243332;color:#ffe3a3;font-size:28px;cursor:pointer}
.dish-video-dialog button:focus-visible,.dish-video-dialog a:focus-visible{outline:2px solid #ffe3a3;outline-offset:3px}
.dish-video-dialog__player{background:#000;border-radius:10px;overflow:hidden;aspect-ratio:16/9}
.dish-video-dialog__player iframe,.dish-video-dialog__player video{display:block;width:100%;height:100%;border:0;object-fit:contain}
.dish-video-dialog p{line-height:1.7;overflow-wrap:anywhere}
body .dish-video-dialog>a{display:inline-flex;align-items:center;justify-content:center;gap:10px;box-sizing:border-box;min-height:46px;max-width:100%;margin-top:4px;padding:11px 22px;border:1px solid #ffe3a3;border-radius:999px;background:linear-gradient(135deg,#ffe6ad,#d4a447);color:#183c3a;font-weight:700;line-height:1.6;text-align:center;text-decoration:none;box-shadow:0 5px 18px #c7a05225;overflow-wrap:anywhere}
body .dish-video-dialog>a::after{content:"↗";flex:none;font-size:1.2em}
body .dish-video-dialog>a:hover{background:#ffe5a2;color:#102b29;box-shadow:0 6px 22px #c7a05245}
body .dish-video-dialog>a:active{box-shadow:none}
@media(max-width:760px){.product-title-row{gap:16px}body .dish-video-trigger{flex-basis:50px;width:50px;height:50px}body .dish-video-dialog{padding:14px}.dish-video-dialog__header h2{font-size:1rem}}
@media(prefers-reduced-motion:reduce){.dish-video-trigger::before{animation:none;opacity:.5}}
