.hp-video-guides{--hpvg-ivory: #f9f4ef;--hpvg-blush: #f6e8de;--hpvg-white: #ffffff;--hpvg-heading: #211e1e;--hpvg-text: #545252;--hpvg-text-soft: #7a7676;--hpvg-accent: #E66386;--hpvg-accent-text: #ffffff;--hpvg-border: #ded5cd;box-sizing:border-box;padding:3rem 1.25rem 4rem}.hp-video-guides *,.hp-video-guides *:before,.hp-video-guides *:after{box-sizing:border-box}.hp-video-guides--ivory{background:var(--hpvg-ivory)}.hp-video-guides--blush{background:var(--hpvg-blush)}.hp-video-guides__inner{max-width:1280px;margin:0 auto}.hp-video-guides [x-cloak]{display:none!important}.hp-video-guides__hero{text-align:center;margin-bottom:2rem}.hp-video-guides__heading{margin:0 0 .75rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;color:var(--hpvg-heading)}.hp-video-guides__intro{max-width:640px;margin:0 auto;font-size:1rem;line-height:1.6;color:var(--hpvg-text)}.hp-video-guides__controls{display:flex;flex-direction:column;align-items:center;gap:1.25rem;margin-bottom:2.5rem}.hp-video-guides__search{position:relative;display:flex;align-items:center;width:100%;max-width:420px}.hp-video-guides__search-icon{position:absolute;left:.9rem;color:var(--hpvg-text-soft);display:flex;pointer-events:none}.hp-video-guides__search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid var(--hpvg-border);border-radius:999px;background:var(--hpvg-white);color:var(--hpvg-heading);font-size:.9375rem}.hp-video-guides__search-input:focus-visible{outline:2px solid var(--hpvg-accent);outline-offset:1px}.hp-video-guides__chips{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.625rem}.hp-video-guides__chip{font-size:.8125rem;font-weight:600;color:var(--hpvg-heading);background:var(--hpvg-white);border:1px solid var(--hpvg-border);border-radius:999px;padding:.5625rem 1.125rem;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.hp-video-guides__chip:hover{border-color:var(--hpvg-accent)}.hp-video-guides__chip.is-active{background:var(--hpvg-accent);color:var(--hpvg-accent-text);border-color:var(--hpvg-accent)}.hp-video-guides__chip:focus-visible{outline:2px solid var(--hpvg-accent);outline-offset:2px}.hp-video-guides__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:700px){.hp-video-guides__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.hp-video-guides__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.hp-video-guides__card{display:flex;flex-direction:column;background:var(--hpvg-white);border-radius:14px;overflow:hidden;box-shadow:0 2px 10px #211e1e0f}.hp-video-guides__thumb{position:relative;display:block;width:100%;aspect-ratio:16 / 9;border:none;padding:0;background:var(--hpvg-border);cursor:pointer;overflow:hidden}.hp-video-guides__thumb-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.hp-video-guides__thumb:hover .hp-video-guides__thumb-img,.hp-video-guides__thumb:focus-visible .hp-video-guides__thumb-img{transform:scale(1.04)}.hp-video-guides__thumb:focus-visible{outline:2px solid var(--hpvg-accent);outline-offset:-2px}.hp-video-guides__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:3rem;height:3rem;border-radius:999px;background:#211e1e8c;color:var(--hpvg-white);display:flex;align-items:center;justify-content:center;padding:.875rem;transition:background .2s ease}.hp-video-guides__thumb:hover .hp-video-guides__play,.hp-video-guides__thumb:focus-visible .hp-video-guides__play{background:var(--hpvg-accent)}.hp-video-guides__meta{display:flex;flex-direction:column;flex:1;padding:1.125rem 1.25rem 1.375rem}.hp-video-guides__category{font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--hpvg-accent);margin-bottom:.375rem}.hp-video-guides__title{margin:0 0 .5rem;font-size:1rem;font-weight:600;line-height:1.4;color:var(--hpvg-heading)}.hp-video-guides__summary{margin:0 0 1rem;font-size:.875rem;line-height:1.55;color:var(--hpvg-text);flex:1}.hp-video-guides__actions{display:flex;flex-wrap:wrap;gap:.625rem}.hp-video-guides__btn{display:inline-flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:600;border-radius:999px;padding:.625rem 1.25rem;cursor:pointer;text-decoration:none;border:1px solid transparent;transition:opacity .2s ease}.hp-video-guides__btn--primary{background:var(--hpvg-accent);color:var(--hpvg-accent-text)}.hp-video-guides__btn--secondary{background:transparent;color:var(--hpvg-heading);border-color:var(--hpvg-border)}.hp-video-guides__btn:hover{opacity:.85}.hp-video-guides__btn:focus-visible{outline:2px solid var(--hpvg-accent);outline-offset:2px}.hp-video-guides__empty{text-align:center;padding:3rem 1rem}.hp-video-guides__empty-heading{margin:0 0 .5rem;font-size:1.25rem;color:var(--hpvg-heading)}.hp-video-guides__empty-text{margin:0;color:var(--hpvg-text)}.hp-video-guides__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#110f0fbf;display:flex;align-items:center;justify-content:center;padding:1.25rem}.hp-video-guides__dialog{position:relative;width:100%;max-width:860px;background:var(--hpvg-white);border-radius:14px;overflow:hidden}.hp-video-guides__close{position:absolute;top:.75rem;right:.75rem;z-index:2;width:2.25rem;height:2.25rem;border-radius:999px;border:none;background:#110f0fa6;color:var(--hpvg-white);display:flex;align-items:center;justify-content:center;cursor:pointer}.hp-video-guides__close:hover{background:var(--hpvg-accent)}.hp-video-guides__close:focus-visible{outline:2px solid var(--hpvg-white);outline-offset:2px}.hp-video-guides__player{position:relative;width:100%;aspect-ratio:16 / 9;background:#000}.hp-video-guides__player iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hp-video-guides__player-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.25rem}.hp-video-guides__player-title{font-size:.9375rem;font-weight:600;color:var(--hpvg-heading)}.hp-video-guides__fallback-link{font-size:.8125rem;font-weight:600;color:var(--hpvg-accent);text-decoration:underline}.hp-video-guides .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/*# sourceMappingURL=/cdn/shop/t/28/assets/video-guides.css.map */
