@keyframes rv-pd-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes rv-pd-blink{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes rv-pd-swatch-in{0%{opacity:.3}to{opacity:1}}.rv-pd{--rv-pd-bg: #fffefd;--rv-pd-text: #000000;--rv-pd-accent: #ef4a65;--rv-pd-thumb-border: #e9e9e9;--rv-pd-thumb-active: #000000;--rv-pd-atc-bg: #000000;--rv-pd-atc-text: #fffefd;--rv-pd-image-radius: 0px;--rv-pd-gallery-width: 90%;--rv-pd-sticky-top: 20px;--rv-pd-column-gap: 20px;--rv-pd-info-gap: 4px;--rv-pd-info-gap-m: 6px;--rv-pd-pad-desktop: 10px 8px;box-sizing:border-box;background-color:var(--rv-pd-bg);color:var(--rv-pd-text);font-size:16px;line-height:1.4;letter-spacing:-.3px}.rv-pd *,.rv-pd *:before,.rv-pd *:after{box-sizing:border-box}.rv-pd [hidden]{display:none}.rv-pd--fade-in,.rv-pd--fade-in .rv-pd__gallery,.rv-pd--fade-in .rv-pd__thumb{animation:rv-pd-fade-up .8s ease both}.rv-pd__container{max-width:1200px}.rv-pd__layout{display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start;gap:0}.rv-pd__gallery{display:flex;flex-direction:column;align-items:center;align-self:flex-start;flex:0 0 auto;width:100%;max-width:100%;max-height:100%;margin:0 0 2px}.rv-pd__stage-wrap{position:relative;width:100%;max-width:100%;margin:0 0 2px}.rv-pd__frame{position:relative;overflow:hidden}.rv-pd__stage{position:relative;max-width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--rv-pd-image-radius);background-color:transparent;touch-action:pan-y}.rv-pd__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .35s cubic-bezier(.4,0,.2,1);pointer-events:none}.rv-pd__slide.is-active{opacity:1;pointer-events:auto}.rv-pd__image{display:block;width:100%;height:100%;max-width:100%;object-fit:contain;background-color:transparent}.rv-pd__image--placeholder{fill:#00000014}.rv-pd__arrow{position:absolute;top:50%;z-index:3;display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin:0;padding:0;border:0;border-radius:50%;background:#fffefdd9;color:var(--rv-pd-text);box-shadow:0 1px 3px #00000029;transform:translateY(-50%);cursor:pointer;-webkit-appearance:none;appearance:none}.rv-pd__arrow--prev{left:10px}.rv-pd__arrow--next{right:10px}.rv-pd__arrow-svg{display:block;width:20px;height:20px}@media screen and (min-width:750px){.rv-pd__arrow{display:none}}.rv-pd__thumbs-outer{position:relative;display:flex;justify-content:center;width:100%;max-width:100%}.rv-pd__thumbs-wrap{position:relative;display:flex;flex-wrap:wrap;align-items:center;gap:10px;width:100%;max-width:100%}.rv-pd__thumbs{position:relative;z-index:1;display:flex;justify-content:flex-start;align-items:flex-start;gap:0;flex:1 1 0%;min-width:0;margin:5px 0 0;overflow:auto;scrollbar-width:none}.rv-pd__thumbs::-webkit-scrollbar{display:none}.rv-pd__thumb{position:relative;flex:0 0 calc(25% - 3px);max-width:calc(25% - 3px);margin:0 4px 0 0;padding:0;border:1px solid var(--rv-pd-thumb-border);border-radius:4px;background-color:#f8f8f8;overflow:hidden;cursor:pointer;transition:border-color .2s ease,opacity .2s ease;-webkit-appearance:none;appearance:none}.rv-pd__thumb.is-active{border-color:var(--rv-pd-thumb-active)}.rv-pd__thumb:focus-visible{outline:2px solid var(--rv-pd-accent);outline-offset:1px}.rv-pd__thumb-box{position:relative;z-index:2;display:block;width:100%;aspect-ratio:1 / 1;background-color:#f8f8f8;overflow:hidden}.rv-pd__thumb-img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;max-width:100%;object-fit:cover;opacity:1;transition:opacity .3s ease}.rv-pd__thumb:hover .rv-pd__thumb-img{opacity:1}.rv-pd__dots{display:flex;justify-content:center;gap:5px;width:100%;margin:10px 0 0}.rv-pd__dot{width:8px;height:8px;margin:0;padding:0;border:0;border-radius:50%;background-color:var(--rv-pd-thumb-border);cursor:pointer;-webkit-appearance:none;appearance:none}.rv-pd__dot.is-active{background-color:var(--rv-pd-thumb-active)}.rv-pd__info{display:flex;flex-direction:column;align-items:flex-start;gap:var(--rv-pd-info-gap-m);flex:0 0 auto;width:100%;max-width:100%;padding:0 15px 15px;text-align:left}.rv-pd__rating{display:flex;flex-wrap:wrap;align-items:center;gap:9px;width:100%;max-width:517px;font-size:11.5px;line-height:16.1px;color:var(--rv-pd-rating-color, var(--rv-pd-text))}.rv-pd__stars-wrap{display:flex;align-items:center;margin:0 5px 0 0;line-height:11.5px}.rv-pd__stars{display:flex;align-items:center;gap:0;font-size:0;line-height:0}.rv-pd__star{position:relative;display:block;flex:0 0 auto;width:20px;height:20px;margin:0 -3px 0 0}.rv-pd__star--half{margin:0}.rv-pd__star-svg{display:block;width:20px;height:20px;overflow:hidden}.rv-pd__star--full .rv-pd__star-svg{fill:var(--rv-pd-star, #000000)}.rv-pd__star--empty .rv-pd__star-svg{fill:var(--rv-pd-star-empty, #ececec)}.rv-pd__star-layer{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.rv-pd__star-layer--empty .rv-pd__star-svg{fill:var(--rv-pd-star-empty, #ececec)}.rv-pd__star-layer--fill{right:10px;overflow:hidden}.rv-pd__star-layer--fill .rv-pd__star-svg{fill:var(--rv-pd-star, #000000)}.rv-pd__rating-text{font-size:14px;line-height:18.2px}.rv-pd__rating-text p{display:inline;margin:0}.rv-pd__rating-text strong{font-weight:800}.rv-pd__rating-text em{font-style:italic;opacity:.8}.rv-pd__rating-badge{padding:.5px 4px;border-radius:2.3px;background-color:var(--rv-pd-rating-badge-bg, #ffeaeb);font-size:11px;font-weight:600;line-height:15.4px}.rv-pd__title{width:100%;max-width:100%;margin:0;padding:2px 0;color:var(--rv-pd-title-color, var(--rv-pd-text));font-size:var(--rv-pd-title-size-m, 20px);font-weight:800;line-height:.8;letter-spacing:inherit}.rv-pd__price{position:relative;display:flex;flex-wrap:wrap;align-items:center;width:100%;margin:2px 0 0}.rv-pd__price-now{display:block;color:var(--rv-pd-price-color, var(--rv-pd-text));font-size:var(--rv-pd-price-size-m, 23px);font-weight:600;line-height:1.2}.rv-pd__price-was{display:block;margin:0 0 0 5px;color:var(--rv-pd-compare-color, #999999);font-size:var(--rv-pd-compare-size-m, 14px);line-height:1.4;text-decoration:line-through}.rv-pd__save{display:flex;align-items:center;margin:0 0 0 7.5px;padding:3px 6px;border-radius:50px;background-color:var(--rv-pd-save-bg, #000000);color:var(--rv-pd-save-color, #ffffff);font-size:var(--rv-pd-save-size, 12px);font-weight:500;line-height:1;white-space:nowrap}.rv-pd__save-icon{position:relative;top:-.5px;display:block;width:.9167em;height:.9167em;margin:0 4px 0 0;border-radius:50px;fill:currentColor;transform:rotate(90deg);overflow:hidden}.rv-pd__save-text{display:block}.rv-pd__award{position:relative;max-width:100%;margin:0 0 -6px;color:var(--rv-pd-award-text, var(--rv-pd-text))}.rv-pd__award-border{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:5px;background-color:var(--rv-pd-award-border, #000000)}.rv-pd__award-content{position:relative;display:flex;align-items:center;margin:1px;border-radius:4px;background-color:var(--rv-pd-award-bg, #ffffff);overflow:hidden}.rv-pd__award-number{display:flex;justify-content:center;align-items:center;min-width:fit-content;margin:0 9px 0 0;padding:0 10px;border-radius:4px 0 0 4px;background-color:var(--rv-pd-award-number-bg, #000000);color:var(--rv-pd-award-number-color, #fffefd);font-size:24px;font-weight:700;line-height:1.4}.rv-pd__award-text{padding:0 16px 0 0}.rv-pd__award-title{font-size:13px;font-weight:800;line-height:1.2;white-space:nowrap}.rv-pd__award-sub{font-size:9px;font-style:italic;line-height:1.1;white-space:nowrap}.rv-pd__ig{width:100%;margin:16px 0 0}.rv-pd__ig-card{padding:8px;border-radius:12px;background-color:var(--rv-pd-ig-bg, #f7f7f7);box-shadow:0 1px 3px #0000001a;overflow:hidden}.rv-pd__ig-row{display:flex;align-items:flex-start;gap:12px}.rv-pd__ig-avatar{position:relative;flex:0 0 auto;width:32px;height:32px;border-radius:50%;overflow:hidden;background-color:#00000014}.rv-pd__ig-avatar-img{display:block;width:100%;height:100%;max-width:100%;object-fit:cover}.rv-pd__ig-avatar-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--rv-pd-ig-text, #262626);font-size:14px;font-weight:800;line-height:1}.rv-pd__ig-body{flex:1 1 0%;min-width:0}.rv-pd__ig-head{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 2px}.rv-pd__ig-name{display:block;color:var(--rv-pd-ig-text, #262626);font-size:14px;font-weight:800;line-height:1.4}.rv-pd__ig-time,.rv-pd__ig-author{display:block;color:var(--rv-pd-ig-muted, #8e8e8e);font-size:12px;line-height:1.4}.rv-pd__ig-heart{display:block;width:16px;height:16px;fill:var(--rv-pd-ig-heart, #ed4956)}.rv-pd__ig-text{margin:0 0 8px;color:var(--rv-pd-ig-text, #262626);font-size:14px;line-height:1.4}.rv-pd__ig-actions{display:flex;align-items:center;gap:16px;color:var(--rv-pd-ig-muted, #8e8e8e);font-size:12px;line-height:1.4}.rv-pd__ig-action{display:block;font-weight:500;cursor:pointer}.rv-pd__ig-like{flex:0 0 auto;width:24px;height:24px;margin:0;padding:4px;border:0;border-radius:18px;background:transparent;color:var(--rv-pd-ig-muted, #8e8e8e);cursor:pointer;-webkit-appearance:none;appearance:none}.rv-pd__ig-like-svg{display:block;width:16px;height:16px;transition:color .2s ease,fill .2s ease}.rv-pd__ig-like.is-liked{color:var(--rv-pd-ig-heart, #ed4956)}.rv-pd__ig-like.is-liked .rv-pd__ig-like-svg path{fill:currentColor}.rv-pd__picker{width:100%;margin:0 0 0 5px}.rv-pd__picker-error{margin:0 0 8px;color:red;font-size:13px;line-height:1.4}.rv-pd__picker-option{min-width:0;margin:0 0 15px;padding:0;border:0}.rv-pd__picker-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:0 0 10px}.rv-pd__picker-label-row{display:flex;align-items:center;gap:5px;flex:1 1 0%}.rv-pd__picker-selected{display:block;color:var(--rv-pd-picker-label, var(--rv-pd-text));font-size:14px;font-weight:800;line-height:1.4}.rv-pd__picker-values{display:flex;flex-wrap:wrap;gap:8px}.rv-pd__picker-value{position:relative;display:flex;gap:3px}.rv-pd__picker-radio{position:absolute;top:0;left:0;width:1px;height:1px;margin:0;opacity:0;pointer-events:none}.rv-pd__swatch{position:relative;display:flex;justify-content:center;align-items:center;width:var(--rv-pd-swatch-size-m, 48px);height:calc(var(--rv-pd-swatch-size-m, 48px) + 4px);border:1px solid var(--rv-pd-img-border, #e5e5e5);border-radius:4px;overflow:hidden;cursor:pointer;transition:border-color .3s ease,box-shadow .3s ease}.rv-pd__swatch-img{position:relative;z-index:1;display:block;width:100%;height:100%;max-width:100%;border-radius:4px;object-fit:cover}.rv-pd__picker-radio:checked+.rv-pd__swatch{border:2px solid var(--rv-pd-img-sel-border, #007acc);box-shadow:0 2px 8px #0000001f;animation:rv-pd-swatch-in .2s ease both}.rv-pd__picker-radio:focus-visible+.rv-pd__swatch,.rv-pd__picker-radio:focus-visible+.rv-pd__chip{outline:2px solid var(--rv-pd-accent);outline-offset:2px}.rv-pd__chip{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:7px 14px;border:1px solid var(--rv-pd-opt-border, #dddddd);border-radius:4px;background-color:var(--rv-pd-opt-bg, #ffffff);color:var(--rv-pd-opt-text, #000000);font-size:13px;line-height:1.4;cursor:pointer;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.rv-pd__chip-dot{display:block;width:14px;height:14px;border:1px solid rgba(0,0,0,.15);border-radius:50%;background-color:var(--rv-pd-chip-color, var(--rv-pd-opt-border, #dddddd))}.rv-pd__picker-radio:checked+.rv-pd__chip{border-color:var(--rv-pd-sel-border, #000000);background-color:var(--rv-pd-sel-bg, #000000);color:var(--rv-pd-sel-text, #ffffff)}.rv-pd__divider{display:flex;justify-content:center;width:100%;margin:var(--rv-pd-divider-mt, 10px) 0 var(--rv-pd-divider-mb, 10px)}.rv-pd__divider-line{display:block;width:100%;max-width:100%;height:0;margin:0;border:0;border-top:var(--rv-pd-divider-w, 3px) var(--rv-pd-divider-style, dashed) var(--rv-pd-divider-color, #e0e0e0);background:none;overflow:hidden}.rv-pd__notice-wrap{width:100%;margin:10px 0 5px;text-align:center}.rv-pd__notice{display:inline-flex;align-items:center;gap:3px;padding:4px 10px;border:1px dashed var(--rv-pd-notice-border, #ffeaeb);border-radius:16px;background-color:var(--rv-pd-notice-bg, #ececec);box-shadow:0 1px 2px #00000014;color:var(--rv-pd-notice-text, var(--rv-pd-text));font-size:var(--rv-pd-notice-size-m, 11px);line-height:1.4;text-align:left}.rv-pd__notice-dot{position:relative;display:block;width:7px;height:7px;margin:0 3px 0 0;border-radius:50%;background-color:var(--rv-pd-notice-dot, #ff4037);animation:rv-pd-blink 1s linear infinite}.rv-pd__notice-label{display:block;font-weight:800}.rv-pd__notice-count,.rv-pd__notice-suffix{display:block}.rv-pd__bundle{min-width:0;width:100%;margin:10px 0;padding:0;border:0}.rv-pd__bundle-heading{margin:0 0 9px;padding:0;font-size:14px;font-weight:600}.rv-pd__bundle-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.rv-pd__bundle-choice{position:relative;display:flex;min-width:0;cursor:pointer}.rv-pd__bundle-choice input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.rv-pd__bundle-card{display:flex;flex-wrap:wrap;align-content:center;align-items:center;gap:5px 7px;width:100%;min-height:84px;padding:12px;border:1px solid #d5d5d5;border-radius:12px;background:#fff;color:#171717}.rv-pd__bundle-choice input:checked+.rv-pd__bundle-card{border-color:#171717;box-shadow:inset 0 0 0 1px #171717;background:#f8f8f8}.rv-pd__bundle-choice input:focus-visible+.rv-pd__bundle-card{outline:2px solid #171717;outline-offset:3px}.rv-pd__bundle-title{width:100%;font-size:14px;font-weight:600}.rv-pd__bundle-prices{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px}.rv-pd__bundle-price{font-size:16px;font-weight:700}.rv-pd__bundle-was{color:#737373;font-size:12px}.rv-pd__bundle-saving{padding:2px 6px;border-radius:4px;background:#171717;color:#fff;font-size:10px;font-weight:600}.rv-pd__bundle-note{margin:7px 0 0;color:#606060;font-size:11px;line-height:1.4}.rv-pd__buy{width:100%;max-width:100%;border-radius:15px}.rv-pd__form{display:inline}.rv-pd__form-el{display:block;margin:0}.rv-pd .rv-pd__atc{position:relative;z-index:1;display:inline-flex;justify-content:center;align-items:center;gap:10px;width:100%;max-width:100%;height:50px;min-height:50px;margin:0;padding:15px 20px;border:0;border-radius:var(--rv-pd-atc-radius, 18px);background-color:transparent;background-image:linear-gradient(var(--rv-pd-atc-gradient-start, #676767),var(--rv-pd-atc-gradient-end, #171717));box-shadow:var(--rv-pd-atc-shadow, 0 8px 16px rgba(0, 0, 0, .25));color:var(--rv-pd-atc-text);font-family:inherit;font-size:16px;font-weight:700;line-height:1.4;letter-spacing:normal;text-transform:none;text-align:center;text-decoration:none;cursor:pointer;overflow:hidden;transition:box-shadow .3s ease,filter .3s ease,opacity .3s ease;-webkit-appearance:none;appearance:none}html.rv-gradient-buttons .rv-pd .rv-pd__atc.rv-button,html.rv-gradient-buttons .rv-pd .rv-pd__atc.rv-button:hover{background-image:linear-gradient(var(--rv-pd-atc-gradient-start, #676767),var(--rv-pd-atc-gradient-end, #171717));color:var(--rv-pd-atc-text)}.rv-pd .rv-pd__atc.rv-button:hover{background-color:transparent;background-image:linear-gradient(var(--rv-pd-atc-gradient-start, #676767),var(--rv-pd-atc-gradient-end, #171717));color:var(--rv-pd-atc-text)}.rv-pd .rv-pd__atc[disabled],.rv-pd .rv-pd__atc[aria-disabled=true]{cursor:not-allowed;opacity:.6}.rv-pd .rv-pd__atc:focus-visible{outline:2px solid var(--rv-pd-accent);outline-offset:3px}.rv-pd__atc-icon{display:flex;align-items:center;color:var(--rv-pd-atc-icon, #ffffff);font-style:normal;line-height:0;letter-spacing:-.3px}.rv-pd__atc-svg{display:block;width:20px;height:20px;overflow:hidden}.rv-pd__atc-text,.rv-pd__atc-price{display:block;line-height:22.4px}.rv-pd__atc-price:before{content:"\b7  "}.rv-pd .rv-pd__atc .loading__spinner{position:absolute;top:50%;left:50%;z-index:2;display:flex;justify-content:center;align-items:center;width:18px;height:100%;transform:translate(-50%,-50%);font-weight:400;letter-spacing:-.3px}.rv-pd .rv-pd__atc .loading__spinner .spinner{width:18px;height:18px}.rv-pd .rv-pd__atc .loading__spinner .path{stroke:currentColor}.rv-pd .rv-pd__atc.loading .rv-pd__atc-icon,.rv-pd .rv-pd__atc.loading .rv-pd__atc-text,.rv-pd .rv-pd__atc.loading .rv-pd__atc-price{opacity:0}.rv-pd__form-error{margin:8px 0 0;color:red;font-size:13px;line-height:1.4}.rv-pd .rv-pd__buy-space{display:block;flex:0 0 auto;width:100%;height:0;margin:10px 0 calc(var(--rv-pd-buy-space, 25px) - 10px)}.rv-pd__pay{width:100%;margin:var(--rv-pd-pay-mt, -20px) 0 var(--rv-pd-pay-mb, 0px);text-align:center}.rv-pd__pay-inner{margin:2px 0}.rv-pd__pay-list{display:inline-flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:var(--rv-pd-pay-gap-m, 3px);vertical-align:baseline}.rv-pd__pay-item{display:flex;justify-content:center;align-items:center;flex:0 0 auto}.rv-pd__pay-svg{display:block;width:auto;min-width:30px;height:var(--rv-pd-pay-h-m, 18px);max-height:100%}.rv-pd__faq{width:100%;margin:10px 0;font-size:15.2px;line-height:1.4}.rv-pd__faq-box{border:1px solid var(--rv-pd-faq-border, #e5e5e5);border-radius:10px;overflow:hidden}.rv-pd__faq-item{border-bottom:1px solid var(--rv-pd-faq-border, #e5e5e5)}.rv-pd__faq-item:last-child{border-bottom:0}.rv-pd__faq-q{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%;margin:0;padding:8px 12px;border:0;border-radius:18px;background-color:var(--rv-pd-bg);color:var(--rv-pd-text);font-family:inherit;font-size:var(--rv-pd-faq-q-size, 13px);font-weight:inherit;line-height:1.3;letter-spacing:inherit;text-align:left;cursor:pointer;transition:background-color .3s ease,color .3s ease;-webkit-appearance:none;appearance:none}.rv-pd__faq-q:focus-visible{outline:2px solid var(--rv-pd-accent);outline-offset:-2px}.rv-pd__faq-q-text{display:block;flex:1 1 0%}.rv-pd__faq-toggle{display:flex;justify-content:center;align-items:center;flex:0 0 auto;margin:0 0 0 10px;font-size:14px;line-height:1.3;transition:transform .4s ease}.rv-pd__faq-toggle-svg{display:block;width:18px;height:18px;overflow:hidden}.rv-pd__faq-item.is-open .rv-pd__faq-toggle{transform:rotate(45deg)}.rv-pd__faq-a{max-height:0;padding:0 12px;background-color:var(--rv-pd-faq-answer-bg, #ffffff);opacity:0;overflow:hidden;font-size:var(--rv-pd-faq-a-size, 13px);line-height:1.3;transition:max-height .5s ease,opacity .3s ease,padding .5s ease}.rv-pd__faq-item.is-open .rv-pd__faq-a{padding-bottom:16px;opacity:1}html.no-js .rv-pd__faq-item.is-open .rv-pd__faq-a{max-height:none}.rv-pd__faq-a-inner{padding:16px 0 0}.rv-pd__faq-a-inner p{margin:0 0 6.5px}.rv-pd__faq-a-inner>:last-child{margin-bottom:0}.rv-pd__gb{display:flex;flex-wrap:wrap;justify-content:var(--rv-pd-gb-align, center);align-items:center;gap:6px;width:100%;margin:var(--rv-pd-gb-mt, 10px) 0 var(--rv-pd-gb-mb, 15px);color:var(--rv-pd-gb-text, var(--rv-pd-text));font-size:var(--rv-pd-gb-size, 11px);line-height:1.4}.rv-pd__gb-item{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;flex:0 0 auto}.rv-pd__gb-icon{display:block;flex:0 0 auto;width:var(--rv-pd-gb-icon, 12px);height:var(--rv-pd-gb-icon, 12px);margin:0 0 1px;color:var(--rv-pd-gb-icon-color, #000000);overflow:hidden}.rv-pd__gb-text{display:block;font-weight:500}.rv-pd__videos{position:relative;z-index:1;width:100%;margin:var(--rv-pd-vid-mt, 0px) 0 var(--rv-pd-vid-mb, 0px);overflow:hidden}.rv-pd__videos-heading{margin:0 0 5px;color:var(--rv-pd-vid-heading-color, #333333);font-size:var(--rv-pd-vid-heading-size, 24px);font-weight:500;line-height:1.1;letter-spacing:var(--rv-heading-letter-spacing, -.9px)}.rv-pd__views{position:relative;display:inline-flex;align-items:center;margin:0 0 10px;padding:1.7px 12px;border:1px solid transparent;border-radius:999px;background-color:var(--rv-pd-views-bg, #f8f9fa);color:var(--rv-pd-views-color, #262626);font-size:11px;line-height:1.4;vertical-align:baseline}.rv-pd__views-icon{display:block;width:12px;height:12px;max-width:100%;margin:0 7.5px 0 0}.rv-pd__views-icon--svg{fill:currentColor}.rv-pd__views-text{display:block;font-weight:500}.rv-pd__videos-scroller{position:relative}.rv-pd__videos-track{position:relative;z-index:1;display:flex;gap:var(--rv-pd-video-gap, 4px);padding:5px 0 10px;overflow:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.rv-pd__videos-track::-webkit-scrollbar{display:none}.rv-pd__video{position:relative;flex:0 0 var(--rv-pd-video-w, 150px);min-width:var(--rv-pd-video-w, 150px);max-width:var(--rv-pd-video-w, 150px);scroll-snap-align:start}.rv-pd__video-box{position:relative;border-radius:6px;background-color:#f0f0f0;overflow:hidden;aspect-ratio:var(--rv-pd-video-ar, .5625);cursor:pointer}.rv-pd__video-el{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:block;width:100%;height:100%;max-width:100%;border-radius:6px;object-fit:cover}.rv-pd__video-play,.rv-pd__video-sound{position:absolute;bottom:8px;z-index:10;display:flex;justify-content:center;align-items:center;margin:0;padding:0;border:0;border-radius:50%;color:#fff;text-align:center;cursor:pointer;transition:background-color .2s ease,opacity .2s ease;-webkit-appearance:none;appearance:none}.rv-pd__video-play{left:8px;width:var(--rv-pd-play-size, 30px);height:var(--rv-pd-play-size, 30px);background-color:var(--rv-pd-play-bg, rgba(0, 0, 0, .35))}.rv-pd__video-play-svg{display:block;width:24px;height:24px;margin:0 0 0 1px;fill:currentColor;overflow:hidden}.rv-pd__video.is-playing .rv-pd__video-play{display:none}.rv-pd__video-sound{right:8px;width:var(--rv-pd-sound-size, 30px);height:var(--rv-pd-sound-size, 30px);background-color:var(--rv-pd-sound-bg, rgba(0, 0, 0, .35))}.rv-pd__video-sound-svg{display:block;width:18px;height:18px;fill:currentColor}.rv-pd__video-sound-on{display:none}.rv-pd__video-sound-off,.rv-pd__video-sound[aria-pressed=true] .rv-pd__video-sound-on{display:block}.rv-pd__video-sound[aria-pressed=true] .rv-pd__video-sound-off{display:none}.rv-pd__videos-arrow{position:absolute;top:50%;z-index:6;display:none;justify-content:center;align-items:center;width:30px;height:30px;margin:0;padding:0;border:0;border-radius:50%;background-color:#00000059;color:#fff;transform:translateY(-50%);cursor:pointer;-webkit-appearance:none;appearance:none}.rv-pd__videos-arrow--prev{left:4px}.rv-pd__videos-arrow--next{right:4px}.rv-pd__videos-scroller.has-overflow .rv-pd__videos-arrow{display:flex}.rv-pd__videos-arrow-svg{display:block;width:18px;height:18px}@media screen and (min-width:750px){.rv-pd{padding:var(--rv-pd-pad-desktop)}.rv-pd__container{margin:0 auto}.rv-pd__layout{flex-direction:row;align-items:flex-start;gap:var(--rv-pd-column-gap)}.rv-pd__gallery{position:sticky;top:var(--rv-pd-sticky-top);flex:0 0 50%;width:auto;max-width:50%;margin:0;overflow:auto}.rv-pd__stage-wrap{width:var(--rv-pd-gallery-width);margin:0;padding:0 5px}.rv-pd__frame{margin:0 0 14px}.rv-pd__thumbs-outer{margin:10px 0}.rv-pd__thumbs-wrap{justify-content:center}.rv-pd__thumbs{z-index:auto;align-items:center;gap:4px;margin:0;padding:5px 15px}.rv-pd__thumb{flex:0 0 auto;width:64px;max-width:none;margin:0;border-radius:0}.rv-pd__thumb-box{z-index:auto;background-color:transparent}.rv-pd__info{gap:var(--rv-pd-info-gap);flex:0 0 calc(50% - var(--rv-pd-column-gap));max-width:calc(50% - var(--rv-pd-column-gap));padding:0}.rv-pd__rating{flex-wrap:nowrap}.rv-pd__rating-badge{font-size:14px;line-height:19.6px}.rv-pd__title{font-size:var(--rv-pd-title-size, 23px)}.rv-pd__price-now{font-size:var(--rv-pd-price-size, 27px)}.rv-pd__price-was{font-size:var(--rv-pd-compare-size, 16px)}.rv-pd__picker{width:auto}.rv-pd__picker-values{gap:12px}.rv-pd__swatch{width:var(--rv-pd-swatch-size, 80px);height:var(--rv-pd-swatch-size, 80px)}.rv-pd__notice{font-size:var(--rv-pd-notice-size, 12px)}.rv-pd__notice-dot{width:8px;height:8px}.rv-pd__pay-list{gap:var(--rv-pd-pay-gap, 6px)}.rv-pd__pay-svg{height:var(--rv-pd-pay-h, 22px)}.rv-pd__faq-q{padding:8px 16px}.rv-pd__faq-toggle{font-size:18px}.rv-pd__faq-a{padding:0 16px;line-height:1.4}.rv-pd__gb-item{flex-wrap:nowrap;justify-content:flex-start}.rv-pd__views{padding:1.7px 10px}.rv-pd__views-icon{width:9.8px;height:9.8px;margin:0 7px 0 0}}@media(prefers-reduced-motion:reduce){.rv-pd--fade-in,.rv-pd--fade-in .rv-pd__gallery,.rv-pd--fade-in .rv-pd__thumb{animation:none}.rv-pd__notice-dot{animation:none;opacity:1}.rv-pd__slide,.rv-pd__thumb-img,.rv-pd__faq-a,.rv-pd__faq-toggle,.rv-pd__swatch{transition:none}.rv-pd__picker-radio:checked+.rv-pd__swatch{animation:none}.rv-pd__videos-track{scroll-behavior:auto}}html.no-js .rv-pd .rv-pd__faq-a{max-height:none;opacity:1;padding-bottom:16px}html.no-js .rv-pd .rv-pd__faq-toggle{display:none}
/*# sourceMappingURL=/cdn/shop/t/5/assets/rv-product-details.css.map */
