.rv-reels{padding-top:var(--rv-reels-pt, 64px);padding-bottom:var(--rv-reels-pb, 64px)}.rv-reels__header{margin-bottom:36px}.rv-reels__header--center{text-align:center}.rv-reels__eyebrow{display:block;margin-bottom:12px;font-family:var(--rv-font-eyebrow, inherit);font-size:var(--rv-fs-eyebrow, 11px);letter-spacing:var(--rv-ls-eyebrow, .32em);text-transform:uppercase;color:var(--rv-brand-gold, #b7a27a)}.rv-reels__heading{margin:0;font-family:var(--rv-font-heading, Georgia, serif);font-size:var(--rv-fs-h2, clamp(32px, 5vw, 56px));font-weight:400;line-height:1.08;color:var(--rv-brand-ink, #2a1410)}.rv-reels__heading em{font-style:italic;color:var(--rv-brand-primary, #7a2e2e)}.rv-reels__desc{max-width:56ch;margin:14px auto 0;font-family:var(--rv-font-body, sans-serif);font-size:var(--rv-fs-desc, 16px);line-height:1.65;opacity:.78}.rv-reels__header--left .rv-reels__desc{margin-left:0}.rv-reels__viewport{position:relative}.rv-reels__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--rv-reels-per, 4) - 1) * 20px) / var(--rv-reels-per, 4));gap:20px;margin:0;padding:4px 0 14px;list-style:none;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--rv-brand-sand, #e6d8c9) transparent}.rv-reels__track::-webkit-scrollbar{height:4px}.rv-reels__track::-webkit-scrollbar-thumb{background:var(--rv-brand-sand, #e6d8c9);border-radius:99px}.rv-reels__item{scroll-snap-align:start;min-width:0}.rv-reels__card{display:flex;flex-direction:column;height:100%}.rv-reels__media{position:relative;aspect-ratio:9 / 16;overflow:hidden;background:var(--rv-brand-cream, #f7f3ee);border-radius:var(--rv-radius-card, 12px);isolation:isolate}.rv-reels__poster,.rv-reels__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.rv-reels__poster{z-index:1;transition:opacity .5s var(--rv-ease, ease),transform .7s var(--rv-ease, ease)}.rv-reels__video{z-index:0;opacity:0;transition:opacity .5s var(--rv-ease, ease)}.rv-reels__card.is-playing .rv-reels__poster{opacity:0}.rv-reels__card.is-playing .rv-reels__video{opacity:1;z-index:2}.rv-reels__card:hover .rv-reels__poster{transform:scale(1.03)}.rv-reels__placeholder svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.rv-reels__overlaylink{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.rv-reels__sound{position:absolute;right:10px;bottom:10px;z-index:4;display:grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:50%;cursor:pointer;color:#fff;background:#2a141073;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:background var(--rv-dur-fast, .25s) var(--rv-ease, ease),transform var(--rv-dur-fast, .25s) var(--rv-ease, ease)}.rv-reels__sound:hover{background:var(--rv-brand-primary, #7a2e2e);transform:scale(1.06)}.rv-reels__ico{width:18px;height:18px}.rv-reels__ico--on{display:none}.rv-reels__sound[aria-pressed=true] .rv-reels__ico--on{display:block}.rv-reels__sound[aria-pressed=true] .rv-reels__ico--off{display:none}.rv-reels__info{padding:14px 2px 0;text-align:center}.rv-reels__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:var(--rv-font-body, sans-serif);font-size:14px;line-height:1.45;text-decoration:none;color:var(--rv-brand-ink, #2a1410);transition:color var(--rv-dur-fast, .25s) var(--rv-ease, ease)}.rv-reels__title:hover{color:var(--rv-brand-primary, #7a2e2e)}.rv-reels__price{margin-top:6px;font-family:var(--rv-font-body, sans-serif);font-size:14px;font-weight:600;color:var(--rv-brand-primary, #7a2e2e)}.rv-reels__price-was{margin-left:6px;font-weight:400;opacity:.55}.rv-reels__cta{display:inline-block;margin-top:10px;padding:8px 20px;border:1px solid var(--rv-brand-primary, #7a2e2e);border-radius:var(--rv-radius-pill, 9999px);font-family:var(--rv-font-body, sans-serif);font-size:11px;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;color:var(--rv-brand-primary, #7a2e2e);transition:color var(--rv-dur-fast, .25s) var(--rv-ease, ease),background var(--rv-dur-fast, .25s) var(--rv-ease, ease)}.rv-reels__cta:hover{color:#fff;background:var(--rv-brand-primary, #7a2e2e)}.rv-reels__nav{position:absolute;top:calc(50% - 40px);z-index:5;display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid var(--rv-brand-sand, #e6d8c9);border-radius:50%;cursor:pointer;color:var(--rv-brand-ink, #2a1410);background:#fff;box-shadow:var(--rv-shadow-sm, 0 4px 14px -6px rgba(122, 46, 46, .18));transition:background var(--rv-dur-fast, .25s) var(--rv-ease, ease),color var(--rv-dur-fast, .25s) var(--rv-ease, ease),opacity var(--rv-dur-fast, .25s) var(--rv-ease, ease)}.rv-reels__nav svg{width:18px;height:18px}.rv-reels__nav:hover{color:#fff;background:var(--rv-brand-primary, #7a2e2e);border-color:var(--rv-brand-primary, #7a2e2e)}.rv-reels__nav[hidden]{display:none}.rv-reels__nav--prev{left:-18px}.rv-reels__nav--next{right:-18px}.rv-reels__empty{text-align:center;opacity:.6}@media screen and (max-width:989px){.rv-reels__track{grid-auto-columns:38%}.rv-reels__nav{display:none}}@media screen and (max-width:749px){.rv-reels__track{grid-auto-columns:62%;gap:14px}.rv-reels__header{margin-bottom:24px}}@media(prefers-reduced-motion:reduce){.rv-reels__poster,.rv-reels__video,.rv-reels__card:hover .rv-reels__poster{transition:none;transform:none}.rv-reels__track{scroll-behavior:auto}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-rv-reels.css.map */
