ct-featured-videos.ct-fv{--ct-fv-bg: #fef9f1;--ct-fv-text: #2d3e4b;--ct-fv-border: #2d3e4b;--ct-fv-rule: rgba(45, 62, 75, .3);--ct-fv-card-border: #2d3e4b;--ct-fv-play-bg: rgba(255, 255, 255, .9);--ct-fv-play-icon: #2d3e4b;--ct-fv-ratio: 9 / 16;--ct-fv-heading-size: 1.5rem;--ct-fv-gap: 16px;--ct-fv-radius: 15px;--ct-fv-card-radius: 10px;--ct-fv-mobile-card: 68%;--ct-fv-hero-width: 78%;--ct-fv-pad: 1.25rem;display:block;margin:30px 0;padding:0 30px}.ct-fv__panel{background:var(--ct-fv-bg);color:var(--ct-fv-text);border:1px solid var(--ct-fv-border);border-left:none;border-right:none;border-radius:0;overflow:hidden}@media screen and (min-width:769px){.ct-fv__panel{border-left:1px solid var(--ct-fv-border);border-right:1px solid var(--ct-fv-border);border-radius:var(--ct-fv-radius)}}@media screen and (max-width:768px){ct-featured-videos.ct-fv{padding:0}}.ct-fv__header{text-align:center;max-width:34rem;margin:0 auto;padding:2rem var(--ct-fv-pad) 1.5rem}.ct-fv__title{font-size:var(--ct-fv-heading-size);font-weight:700;margin:0 0 .75rem}.ct-fv__subtitle,.ct-fv__subtitle p{margin:0}.ct-fv__subtitle p+p{margin-top:.5rem}.ct-fv__header:only-child{padding-bottom:2rem}.ct-fv__list{display:grid;grid-template-columns:repeat(var(--ct-fv-columns, 4),minmax(0,1fr));gap:var(--ct-fv-gap);padding:0 var(--ct-fv-pad) 2rem;list-style:none;margin:0}.ct-fv__card{display:flex;flex-direction:column;min-width:0}.ct-fv__media{position:relative;display:block;width:100%;aspect-ratio:var(--ct-fv-ratio);padding:0;margin:0;border:1px solid var(--ct-fv-card-border);border-radius:var(--ct-fv-card-radius);overflow:hidden;background:#2d3e4b0f;cursor:pointer;-webkit-appearance:none;appearance:none}.ct-fv__media video,.ct-fv__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.ct-fv__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000 55%,#00000047);pointer-events:none}.ct-fv__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;background:var(--ct-fv-play-bg);color:var(--ct-fv-play-icon);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0000002e;transition:transform .2s ease;z-index:1}.ct-fv__play svg{width:18px;height:18px;margin-left:2px;display:block;fill:currentColor}.ct-fv__media:hover .ct-fv__play,.ct-fv__media:focus-visible .ct-fv__play{transform:translate(-50%,-50%) scale(1.08)}.ct-fv__media:focus-visible{outline:2px solid var(--ct-fv-text);outline-offset:2px}ct-featured-videos .ct-fv__card-title,ct-featured-videos .ct-fv__card-caption{text-align:center}.ct-fv__card-title{font-size:1rem;margin:.75rem 0 0}.ct-fv__card-caption{font-size:.875rem;opacity:.8;margin:.25rem 0 0}.ct-fv__hero{display:none}@media screen and (min-width:769px){.ct-fv--spotlight .ct-fv__hero{display:block;width:var(--ct-fv-hero-width);max-width:100%;margin:0 auto;padding:0 var(--ct-fv-pad)}.ct-fv--spotlight .ct-fv__hero-media{border-radius:var(--ct-fv-card-radius)}.ct-fv--spotlight .ct-fv__hero-title{text-align:center;font-size:1.0625rem;font-weight:600;margin:.75rem 0 0}.ct-fv--spotlight .ct-fv__list{display:flex;flex-wrap:wrap;justify-content:center;width:var(--ct-fv-hero-width);max-width:100%;margin:1.25rem auto 0}.ct-fv--spotlight .ct-fv__card{flex:0 1 var(--ct-fv-thumb-basis, 25%);max-width:calc((100% - var(--ct-fv-gap)) / 2);cursor:pointer}.ct-fv--spotlight .ct-fv__card.is-spotlit{display:none}.ct-fv--spotlight .ct-fv__card .ct-fv__play{width:30px;height:30px;box-shadow:0 1px 6px #00000029}.ct-fv--spotlight .ct-fv__card .ct-fv__play svg{width:11px;height:11px;margin-left:1px}.ct-fv--spotlight .ct-fv__card .ct-fv__media{opacity:.72;transition:opacity .2s ease}.ct-fv--spotlight .ct-fv__card:hover .ct-fv__media{opacity:1}.ct-fv--spotlight .ct-fv__card-title{font-size:.8125rem;font-weight:500;margin-top:.625rem}.ct-fv--spotlight .ct-fv__card-caption{font-size:.75rem}}@media screen and (max-width:768px){.ct-fv__list{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:var(--ct-fv-pad);-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 0 1rem var(--ct-fv-pad)}.ct-fv__list::-webkit-scrollbar{display:none}.ct-fv__card{flex:0 0 var(--ct-fv-mobile-card);scroll-snap-align:start}.ct-fv__card .ct-fv__media{aspect-ratio:var(--ct-fv-ratio-mobile, var(--ct-fv-ratio))}.ct-fv__list:after{content:"";flex:0 0 1.25rem}}.ct-fv__dots{display:none;align-items:center;justify-content:center;gap:2px;padding:0 var(--ct-fv-pad) 1.5rem}@media screen and (max-width:768px){.ct-fv__dots--active{display:flex}}.ct-fv__dot{-webkit-appearance:none;appearance:none;flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:24px;height:24px;min-width:0;min-height:0;padding:0;margin:0;border:0;background:none;box-shadow:none;cursor:pointer;line-height:0}.ct-fv__dot-mark{display:block;flex:0 0 8px;box-sizing:border-box;width:8px;height:8px;align-self:center;border:1px solid currentColor;border-radius:50%;background:transparent;opacity:.45;transition:opacity .2s ease,background-color .2s ease}.ct-fv__dot[aria-current=true] .ct-fv__dot-mark{background:currentColor;opacity:1}.ct-fv__dot:focus-visible{outline:2px solid var(--ct-fv-text);outline-offset:-2px;border-radius:50%}.ct-fv__icons{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem 2rem;margin:0;padding:1.75rem var(--ct-fv-pad);list-style:none}.ct-fv__icon{flex:0 1 clamp(120px,20%,190px);display:flex;flex-direction:column;align-items:center;gap:.625rem;text-align:center;list-style:none}.ct-fv__icon-img{display:block;width:100%;max-width:var(--ct-fv-icon-width, 90px);height:auto}.ct-fv__icon-label{font-size:.9375rem;line-height:1.3}@media screen and (max-width:768px){.ct-fv__icons{gap:1.25rem 1rem;padding:1.5rem 1rem}.ct-fv__icon{flex:0 1 calc(50% - .5rem)}.ct-fv__icon-label{font-size:.875rem}}.ct-fv__steps{padding:.5rem var(--ct-fv-pad) 2rem}.ct-fv__steps-heading{font-size:1.125rem;font-weight:700;margin:1.5rem 0 .5rem;text-align:center}.ct-fv__step{max-width:46rem;margin:0 auto}.ct-fv__step+.ct-fv__step{border-top:1px solid var(--ct-fv-rule)}.ct-fv__step-label{font-weight:700;font-size:1rem;margin:1.25rem 0 0}.ct-fv__step-details{margin:0}.ct-fv__step-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem 0 1.25rem;cursor:pointer;list-style:none}.ct-fv__step-summary::-webkit-details-marker{display:none}.ct-fv__step-title{font-size:.9375rem;line-height:1.4}.ct-fv__step-chevron{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:18px;height:18px;transition:transform .2s ease}.ct-fv__step-chevron svg{width:12px;height:8px;display:block}.ct-fv__step-details[open] .ct-fv__step-chevron{transform:rotate(180deg)}.ct-fv__step-body{padding:0 0 1.25rem;font-size:.9375rem}.ct-fv__step-body>:last-child{margin-bottom:0}.ct-fv__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:none;align-items:center;justify-content:center;padding:24px;background:#14181cd1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ct-fv__lightbox[open],.ct-fv__lightbox.is-open{display:flex}.ct-fv__lightbox-inner{position:relative;width:100%;max-width:min(92vw,420px)}@media screen and (min-width:769px){ct-featured-videos .ct-fv__lightbox-inner{max-width:min(90vw,1200px,calc(177.78vh - 171px))}}.ct-fv__stage{position:relative;width:100%;aspect-ratio:var(--ct-fv-ratio);background:#000;border-radius:12px;overflow:hidden}.ct-fv__stage iframe,.ct-fv__stage video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;display:block}ct-featured-videos .ct-fv__close{position:absolute;top:-44px;right:0;box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:36px;min-width:36px;max-width:36px;height:36px;min-height:36px;max-height:36px;padding:0;margin:0;border:0;border-radius:50%;background:#ffffffeb;color:#14181c;line-height:0;cursor:pointer}ct-featured-videos .ct-fv__close svg{display:block;flex:0 0 16px;width:16px;min-width:16px;max-width:16px;height:16px;min-height:16px;max-height:16px}body.ct-fv-lightbox-open{overflow:hidden}@media(prefers-reduced-motion:reduce){.ct-fv__play,.ct-fv__dot-mark,.ct-fv__step-chevron,.ct-fv--spotlight .ct-fv__card .ct-fv__media{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/111/assets/ct-featured-videos.css.map */
