.rwpc-qv{--rwpc-qv-body-font: var(--rwpc-body-font, var(--font-body--family, var(--font-body-family, inherit)));--rwpc-qv-media-bg: var(--rwpc-card-bg, #ffffff);--rwpc-qv-media-ratio: 1 / 1;--rwpc-qv-media-max-h: clamp(240px, 55vh, 560px);--rwpc-qv-media-max-h-m: clamp(220px, 38vh, 460px);--rwpc-qv-slide-ms: .32s;--rwpc-qv-slide-ease: cubic-bezier(.4, 0, .2, 1);--rwpc-qv-nav-size: 36px;--rwpc-qv-nav-size-m: 32px;--rwpc-qv-nav-inset: 10px;--rwpc-qv-nav-bg: rgba(255, 255, 255, .9);--rwpc-qv-nav-bg-hover: #ffffff;--rwpc-qv-nav-icon: var(--rwpc-qv-text);--rwpc-qv-nav-radius: 999px;--rwpc-qv-actions-gap: 10px;--rwpc-qv-action-min: 150px;--rwpc-qv-actions-gap-m: 8px;--rwpc-qv-action-min-m: 120px;--rwpc-qv-qty-w: 148px;--rwpc-qv-qty-h: 46px;--rwpc-qv-qty-radius: 8px;--rwpc-qv-qty-btn: 40px;--rwpc-qv-qty-font: 15px;--rwpc-qv-qty-sign: 18px;--rwpc-qv-qty-w-m: 132px;--rwpc-qv-qty-h-m: 42px;--rwpc-qv-qty-btn-m: 36px;--rwpc-qv-thumb-size: clamp(48px, 7vh, 76px);--rwpc-qv-thumb-size-m: clamp(44px, 6vh, 64px);--rwpc-qv-thumb-gap: 8px;--rwpc-qv-pad: clamp(16px, 2.2vh, 26px);--rwpc-qv-scroll-thumb: rgba(16, 58, 58, .28);position:fixed;top:0;right:0;bottom:0;left:0;z-index:999000;display:none;font-family:var(--rwpc-qv-body-font)}.rwpc-qv.is-open{display:block}.rwpc-qv__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:block;background-color:var(--rwpc-qv-overlay);opacity:0;transition:opacity .3s ease}.rwpc-qv.is-active .rwpc-qv__overlay{opacity:.45}.rwpc-qv__panel{position:absolute;top:50%;right:0;box-sizing:border-box;height:auto;max-height:min(var(--rwpc-qv-height-d),94vh);width:min(var(--rwpc-qv-width-d),96vw);background-color:var(--rwpc-qv-bg);border-radius:var(--rwpc-qv-radius) 0 0 var(--rwpc-qv-radius);display:flex;flex-direction:column;transform:translate(100%,-50%);transition:transform .35s cubic-bezier(.22,.61,.36,1);box-shadow:0 8px 24px -4px #103a3a24;overflow:hidden}.rwpc-qv.is-active .rwpc-qv__panel{transform:translateY(-50%)}.rwpc-qv__head{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--rwpc-qv-border);flex:0 0 auto}.rwpc-qv__head-title{display:block;font-family:var(--rwpc-qv-body-font);font-weight:600;font-size:15px;color:var(--rwpc-qv-text)}.rwpc-qv__close{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:0;background:none;color:var(--rwpc-qv-text);cursor:pointer;padding:0}.rwpc-qv__close svg{display:block;width:16px;height:16px}.rwpc-qv__body{display:block;box-sizing:border-box;flex:0 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:var(--rwpc-qv-pad);position:relative;scrollbar-width:thin;scrollbar-color:var(--rwpc-qv-scroll-thumb) transparent}.rwpc-qv__body::-webkit-scrollbar{width:6px}.rwpc-qv__body::-webkit-scrollbar-track{background:transparent}.rwpc-qv__body::-webkit-scrollbar-thumb{background-color:var(--rwpc-qv-scroll-thumb);border-radius:999px}.rwpc-qv__body.is-loading{opacity:.55;pointer-events:none}.rwpc-qv__loading{display:block;font-family:var(--rwpc-qv-body-font);font-size:14px;color:var(--rwpc-qv-muted);text-align:center;padding:40px 0}.rwpc-qv__error{display:block;font-family:var(--rwpc-qv-body-font);font-size:13px;color:#b3261e;padding:40px 0;text-align:center}.rwpc-qv__layout{display:flex;gap:clamp(16px,2vw,28px);align-items:flex-start;box-sizing:border-box;width:100%;min-width:0}.rwpc-qv__gallery{display:flex;flex-direction:column;gap:10px;box-sizing:border-box;flex:0 0 var(--rwpc-qv-gallery-w);width:var(--rwpc-qv-gallery-w);max-width:var(--rwpc-qv-gallery-w);min-width:0;overflow:hidden}.rwpc-qv__main{position:relative;display:block;width:100%;max-width:100%;height:auto;aspect-ratio:var(--rwpc-qv-media-ratio);max-height:var(--rwpc-qv-media-max-h);flex:0 0 auto;border-radius:8px;overflow:hidden;background-color:var(--rwpc-qv-media-bg)}.rwpc-qv__main-placeholder{display:block;width:100%;height:100%;background-color:var(--rwpc-qv-media-bg)}.rwpc-qv__main img,.rwpc-qv__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:var(--rwpc-qv-img-fit, cover);transform:translate(0);transition:transform var(--rwpc-qv-slide-ms) var(--rwpc-qv-slide-ease);will-change:transform}.rwpc-qv__slide.is-entering.from-right{transform:translate(100%);transition:none}.rwpc-qv__slide.is-entering.from-left{transform:translate(-100%);transition:none}.rwpc-qv__slide--out{z-index:1}.rwpc-qv__slide--out.to-left{transform:translate(-100%)}.rwpc-qv__slide--out.to-right{transform:translate(100%)}.rwpc-qv__nav{position:absolute;top:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:var(--rwpc-qv-nav-size);height:var(--rwpc-qv-nav-size);margin:0;padding:0;border:0;border-radius:var(--rwpc-qv-nav-radius);background-color:var(--rwpc-qv-nav-bg);color:var(--rwpc-qv-nav-icon);cursor:pointer;transform:translateY(-50%);box-shadow:0 1px 4px #103a3a29;transition:background-color .15s ease,opacity .15s ease;-webkit-appearance:none;appearance:none}.rwpc-qv__nav[hidden]{display:none}.rwpc-qv__nav:hover{background-color:var(--rwpc-qv-nav-bg-hover)}.rwpc-qv__nav:focus-visible{outline:2px solid var(--rwpc-qv-text);outline-offset:2px}.rwpc-qv__nav svg{display:block;width:55%;height:55%}.rwpc-qv__nav--prev{left:var(--rwpc-qv-nav-inset)}.rwpc-qv__nav--next{right:var(--rwpc-qv-nav-inset)}.rwpc-qv__count{position:absolute;z-index:2;right:var(--rwpc-qv-nav-inset);bottom:var(--rwpc-qv-nav-inset);display:block;padding:3px 9px;border-radius:999px;background-color:var(--rwpc-qv-nav-bg);font-family:var(--rwpc-qv-body-font);font-size:11px;line-height:1.5;letter-spacing:.3px;color:var(--rwpc-qv-muted);pointer-events:none}.rwpc-qv__count[hidden]{display:none}.rwpc-qv__thumbs{display:flex;gap:var(--rwpc-qv-thumb-gap);box-sizing:border-box;flex:0 0 auto;flex-wrap:nowrap;align-self:stretch;width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none}.rwpc-qv__thumbs::-webkit-scrollbar{display:none}.rwpc-qv__thumb{display:block;width:var(--rwpc-qv-thumb-size);height:var(--rwpc-qv-thumb-size);aspect-ratio:1 / 1;border-radius:8px;overflow:hidden;border:2px solid transparent;padding:0;cursor:pointer;background:none;flex:0 0 auto;box-sizing:border-box;scroll-snap-align:start}.rwpc-qv__thumb[hidden]{display:none}.rwpc-qv__thumb.is-active{border-color:var(--rwpc-qv-text)}.rwpc-qv__thumb img{display:block;width:100%;height:100%;object-fit:cover}.rwpc-qv--no-thumbs .rwpc-qv__thumbs{display:none}.rwpc-qv__details{display:flex;flex-direction:column;justify-content:flex-start;gap:clamp(8px,1.2vh,14px);box-sizing:border-box;flex:1 1 auto;min-width:0;overflow:visible}.rwpc-qv__details>*{flex:0 0 auto}.rwpc-qv__title{margin:0;font-family:var(--rwpc-qv-body-font);font-weight:400;font-size:clamp(18px,2.6vh,26px);line-height:1.25;color:var(--rwpc-qv-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rwpc-qv__prices{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.rwpc-qv__price{display:inline-block;font-family:var(--rwpc-qv-body-font);font-size:clamp(16px,2vh,20px);color:var(--rwpc-qv-text)}.rwpc-qv__compare{display:inline-block;font-family:var(--rwpc-qv-body-font);font-size:14px;color:var(--rwpc-qv-muted)}.rwpc-qv__save{display:inline-block;font-family:var(--rwpc-qv-body-font);font-weight:600;font-size:14px;letter-spacing:.2px;color:var(--rwpc-qv-accent)}.rwpc-qv__tax{margin:0;font-family:var(--rwpc-qv-body-font);font-size:12px;color:var(--rwpc-qv-muted)}.rwpc-qv__tax:empty{display:none}.rwpc-qv__optgroup{display:flex;flex-direction:column;gap:6px}.rwpc-qv__optgroup:empty{display:none}.rwpc-qv--no-color .rwpc-qv__optgroup[data-is-color=true]{display:none}.rwpc-qv__optlabel{display:block;font-family:var(--rwpc-qv-body-font);font-weight:600;font-size:11px;letter-spacing:.6px;text-transform:uppercase;color:var(--rwpc-qv-muted)}.rwpc-qv__opts{display:flex;gap:8px;flex-wrap:wrap}.rwpc-qv__opt{display:inline-flex;align-items:center;justify-content:center;font-family:var(--rwpc-qv-body-font);font-size:14px;line-height:20px;padding:clamp(6px,.9vh,10px) 14px;border-radius:8px;border:1px solid var(--rwpc-qv-border);background-color:transparent;color:var(--rwpc-qv-text);cursor:pointer}.rwpc-qv__opt.is-selected{background-color:var(--rwpc-qv-buy-bg);color:var(--rwpc-qv-buy-fg);border-color:var(--rwpc-qv-buy-bg)}.rwpc-qv__opt.is-unavailable{opacity:.4;text-decoration:line-through}.rwpc-qv__form{display:flex;flex-wrap:wrap;align-items:stretch;gap:var(--rwpc-qv-actions-gap);flex:0 0 auto;margin-top:2px}.rwpc-qv__qtywrap{display:flex;flex-direction:column;align-items:flex-start;gap:6px;flex:1 1 100%;min-width:0}.rwpc-qv--no-qty .rwpc-qv__qtywrap{display:none}.rwpc-qv__form .add_to_cart_holder{display:flex;flex-direction:row;flex-wrap:wrap;align-items:stretch;gap:var(--rwpc-qv-actions-gap);flex:1 1 var(--rwpc-qv-action-min);min-width:0;margin:0}.rwpc-qv__form .single-add-to-cart-button,.rwpc-qv__form #gokwik-buy-now{flex:1 1 var(--rwpc-qv-action-min);width:auto;min-width:0;margin:0;display:inline-flex;align-items:center;justify-content:center;text-align:center}.rwpc-qv__form #gokwik-buy-now.disabled,.rwpc-qv__form #gokwik-buy-now[disabled]{display:none}.rwpc-qv__formerror{display:block;flex:1 1 100%;margin-top:4px;font-family:var(--rwpc-qv-body-font);font-size:12px;line-height:1.4;color:#b3261e}.rwpc-qv__formerror[hidden]{display:none}.rwpc-qv__form .quantity{position:relative;box-sizing:border-box;display:block;flex:1 1 100%;width:var(--rwpc-qv-qty-w);max-width:100%;height:var(--rwpc-qv-qty-h);border:1px solid var(--rwpc-qv-border);border-radius:var(--rwpc-qv-qty-radius);background-color:transparent;overflow:hidden;margin:0;padding:0}.rwpc-qv__form .quantity input[type=number],.rwpc-qv__form .quantity input[type=text],.rwpc-qv__form .quantity .qty,.rwpc-qv__form .quantity .quantity__input,.rwpc-qv__form .quantity .input-text{box-sizing:border-box;width:100%;height:100%;padding:0 var(--rwpc-qv-qty-btn);border:0;border-radius:0;background-color:transparent;box-shadow:none;font-family:var(--rwpc-qv-body-font);font-size:var(--rwpc-qv-qty-font);line-height:1;color:var(--rwpc-qv-text);text-align:center;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.rwpc-qv__form .quantity input[readonly],.rwpc-qv__form .quantity .rwpc-qv__qtyinput{caret-color:transparent;cursor:default;pointer-events:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;background-color:transparent;color:var(--rwpc-qv-text);opacity:1;-webkit-text-fill-color:var(--rwpc-qv-text)}.rwpc-qv__form .quantity input[readonly]:focus,.rwpc-qv__form .quantity .rwpc-qv__qtyinput:focus{outline:none;box-shadow:none}.rwpc-qv__form .quantity input[readonly]::selection,.rwpc-qv__form .quantity .rwpc-qv__qtyinput::selection{background-color:transparent}.rwpc-qv__form .quantity input[type=number]::-webkit-outer-spin-button,.rwpc-qv__form .quantity input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.rwpc-qv__form .quantity input:focus,.rwpc-qv__form .quantity button:focus{outline:none;box-shadow:none}.rwpc-qv__form .quantity .minus,.rwpc-qv__form .quantity .plus,.rwpc-qv__form .quantity .quantity__button,.rwpc-qv__form .quantity [name=minus],.rwpc-qv__form .quantity [name=plus],.rwpc-qv__form .quantity input[type=button],.rwpc-qv__form .quantity button{position:absolute;top:0;bottom:0;box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:var(--rwpc-qv-qty-btn);height:100%;margin:0;padding:0;border:0;border-radius:0;background-color:transparent;box-shadow:none;font-family:var(--rwpc-qv-body-font);font-size:var(--rwpc-qv-qty-sign);font-weight:400;line-height:1;color:var(--rwpc-qv-text);cursor:pointer;pointer-events:auto;transition:opacity .15s ease;-webkit-appearance:none;appearance:none}.rwpc-qv__form .quantity .minus,.rwpc-qv__form .quantity [name=minus],.rwpc-qv__form .quantity .quantity__button:first-child,.rwpc-qv__form .quantity input[type=button]:first-of-type,.rwpc-qv__form .quantity button:first-of-type{left:0;right:auto}.rwpc-qv__form .quantity .plus,.rwpc-qv__form .quantity [name=plus],.rwpc-qv__form .quantity .quantity__button:last-child,.rwpc-qv__form .quantity input[type=button]:last-of-type,.rwpc-qv__form .quantity button:last-of-type{right:0;left:auto}.rwpc-qv__form .quantity .minus:hover,.rwpc-qv__form .quantity .plus:hover,.rwpc-qv__form .quantity .quantity__button:hover,.rwpc-qv__form .quantity input[type=button]:hover,.rwpc-qv__form .quantity button:hover{opacity:.6}.rwpc-qv__form .quantity svg{width:12px;height:12px}.rwpc-qv__viewers{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;flex:0 0 auto}.rwpc-qv--no-viewers .rwpc-qv__viewers{display:none}.rwpc-qv__dot{display:block;width:8px;height:8px;border-radius:999px;background-color:var(--rwpc-qv-accent);flex:0 0 auto}.rwpc-qv__viewers-text{display:block;font-family:var(--rwpc-qv-body-font);font-size:12px;color:var(--rwpc-qv-muted)}.rwpc-qv__full{display:block;text-align:center;font-family:var(--rwpc-qv-body-font);font-size:12px;color:var(--rwpc-qv-muted);text-decoration:underline;flex:0 0 auto}html.rwpc-locked,body.rwpc-locked{overflow:hidden}@media(prefers-reduced-motion:reduce){.rwpc-qv__panel,.rwpc-qv__overlay,.rwpc-qv__main img,.rwpc-qv__slide{transition:none}}@media(max-width:749px){.rwpc-qv__panel{top:auto;bottom:0;right:0;left:0;width:100%;height:auto;max-height:min(var(--rwpc-qv-height-m),94vh);border-radius:var(--rwpc-qv-radius) var(--rwpc-qv-radius) 0 0;transform:translateY(100%)}.rwpc-qv.is-active .rwpc-qv__panel{transform:translate(0)}.rwpc-qv__head{padding:12px 16px}.rwpc-qv__body{padding:0}.rwpc-qv__layout{flex-direction:column;gap:0;align-items:stretch}.rwpc-qv__gallery{flex:0 0 auto;width:100%;max-width:100%;gap:0}.rwpc-qv__main{max-height:var(--rwpc-qv-media-max-h-m);border-radius:0}.rwpc-qv__nav{width:var(--rwpc-qv-nav-size-m);height:var(--rwpc-qv-nav-size-m)}.rwpc-qv__thumbs{justify-content:flex-start;padding:8px 16px}.rwpc-qv__thumb{width:var(--rwpc-qv-thumb-size-m);height:var(--rwpc-qv-thumb-size-m)}.rwpc-qv__details{padding:14px 16px 16px;gap:8px}.rwpc-qv__title{font-size:18px;-webkit-line-clamp:2}.rwpc-qv__price{font-size:16px}.rwpc-qv__opt{font-size:13px;padding:6px 12px}.rwpc-qv__form{gap:var(--rwpc-qv-actions-gap-m)}.rwpc-qv__form .add_to_cart_holder{gap:var(--rwpc-qv-actions-gap-m);flex-basis:var(--rwpc-qv-action-min-m)}.rwpc-qv__form .single-add-to-cart-button,.rwpc-qv__form #gokwik-buy-now{flex-basis:var(--rwpc-qv-action-min-m);padding-left:8px;padding-right:8px}.rwpc-qv__form .quantity{width:var(--rwpc-qv-qty-w-m);height:var(--rwpc-qv-qty-h-m)}.rwpc-qv__form .quantity .minus,.rwpc-qv__form .quantity .plus,.rwpc-qv__form .quantity .quantity__button,.rwpc-qv__form .quantity [name=minus],.rwpc-qv__form .quantity [name=plus],.rwpc-qv__form .quantity input[type=button],.rwpc-qv__form .quantity button{width:var(--rwpc-qv-qty-btn-m)}.rwpc-qv__form .quantity input[type=number],.rwpc-qv__form .quantity input[type=text],.rwpc-qv__form .quantity .qty,.rwpc-qv__form .quantity .quantity__input,.rwpc-qv__form .quantity .input-text{padding:0 var(--rwpc-qv-qty-btn-m)}}
/*# sourceMappingURL=/cdn/shop/t/44/assets/rw-quick-view.css.map */
