.presi-pvideo{margin:14px 0;padding:12px 0;text-align:center;border-bottom:1px solid #eee}
.presi-pvideo h2{font-size:18px;line-height:1.4;margin:0 0 12px;color:#111;text-align:center}
.presi-pvideo__frame{position:relative;width:100%;margin:0 auto;overflow:hidden;background:#f5f5f5;border-radius:2px}
.presi-pvideo__frame.presi-pvideo__portrait{max-width:340px}
.presi-pvideo__play{display:block;width:100%;height:100%;color:#fff!important;position:absolute;inset:0}
.presi-pvideo__play:focus-visible{outline:3px solid #b00020;outline-offset:-3px}
.presi-pvideo .presi-pvideo__poster{display:block;width:100%;height:100%;object-fit:contain;margin:0}
.presi-pvideo__badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:8px;padding:12px 16px;background:#111;color:#fff;border-radius:3px;white-space:nowrap;font-size:14px;font-weight:600}
.presi-pvideo__badge svg{flex-shrink:0}
.presi-pvideo video{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:contain;background:#000}
.presi-pvideo__error{font-size:14px;margin-top:10px}
.presi-pvideo [hidden]{display:none!important}

/* PRESI VIDEO BEFORE TRUST LAYOUT */
body.single-product .presi-pvideo {
    clear: both;
    float: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 24px auto;
    padding: 16px 12px;
    text-align: center;
}
body.single-product .presi-pvideo h2 {
    text-align: center;
}
body.single-product .presi-pvideo__frame {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
body.single-product .presi-pvideo__frame.presi-pvideo__portrait {
    max-width: 340px;
}


/* PRESI VIDEO TITLE ICON START */
body.single-product .presi-pvideo h2 {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
}

body.single-product .presi-pvideo h2::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 7px;
    background-color: #111;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='14' rx='2' fill='none' stroke='black' stroke-width='1.7'/%3E%3Cpath d='M10 9v6l5-3z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='14' rx='2' fill='none' stroke='black' stroke-width='1.7'/%3E%3Cpath d='M10 9v6l5-3z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}
/* PRESI VIDEO TITLE ICON END */
