.be-qv-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99990;display:flex;align-items:center;justify-content:center;padding:24px;visibility:hidden;opacity:0;transition:opacity .2s ease,visibility 0s linear .2s}.be-qv-modal[data-open]{visibility:visible;opacity:1;transition:opacity .2s ease}.be-qv-modal .be-qv-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1118208c}.be-qv-modal .be-qv-modal__dialog{position:relative;display:flex;flex-direction:column;width:min(980px,100%);max-height:min(88vh,780px);overflow:hidden;border-radius:16px;background:#fff;box-shadow:0 24px 60px #00000040;color:#1f2933;font-family:Lexend Deca,sans-serif;outline:none;transform:translateY(12px) scale(.98);transition:transform .2s ease}.be-qv-modal[data-open] .be-qv-modal__dialog{transform:none}.be-qv-modal .be-qv-modal__close{position:absolute;top:12px;right:12px;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid #e6e9ed;border-radius:50%;background:#fff;color:#1f2933;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.be-qv-modal .be-qv-modal__close:hover{border-color:#dbae32;background:#fbf6e6}.be-qv-modal .be-qv-modal__body{min-height:0;overflow-y:auto;overscroll-behavior:contain}.be-qv-modal .be-qv-modal__status{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:340px;padding:32px 24px;text-align:center;font-size:15px;color:#6b7682}.be-qv-modal .be-qv-modal__status p{margin:0}.be-qv-modal .be-qv-modal__status-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px 18px}.be-qv-modal .be-qv-modal__spinner{width:34px;height:34px;border:3px solid #eef1f4;border-top-color:#dbae32;border-radius:50%;animation:be-qv-spin .8s linear infinite}@keyframes be-qv-spin{to{transform:rotate(360deg)}}.be-qv-modal :focus-visible{outline:2px solid #55a0b8;outline-offset:2px}.be-qv-modal .be-qv{display:grid;grid-template-columns:minmax(0,46fr) minmax(0,54fr);align-items:start}.be-qv-modal .be-qv__media{position:sticky;top:0;padding:24px}.be-qv-modal .be-qv__stage{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1 / 1;overflow:hidden;border-radius:12px;background:#fafbfc}.be-qv-modal .be-qv__image{width:100%;height:100%;object-fit:contain}.be-qv-modal .be-qv__badge{position:absolute;top:12px;left:12px;padding:3px 8px;border-radius:4px;background:#dbae32;font-size:12px;font-weight:700;color:#fff}.be-qv-modal .be-qv__thumbs{display:flex;gap:8px;margin-top:12px;padding-bottom:4px;overflow-x:auto}.be-qv-modal .be-qv__thumb{flex:none;width:62px;height:62px;padding:4px;border:1px solid #e6e9ed;border-radius:8px;background:#fff;cursor:pointer}.be-qv-modal .be-qv__thumb.is-active{border-color:#dbae32;box-shadow:0 0 0 1px #dbae32}.be-qv-modal .be-qv__thumb img{width:100%;height:100%;object-fit:contain}.be-qv-modal .be-qv__info{display:flex;flex-direction:column;gap:12px;min-width:0;padding:28px 28px 24px 4px}.be-qv-modal .be-qv__type{margin:0;padding-right:48px;font-size:13px;color:#6b7682}.be-qv-modal .be-qv__title{margin:0;padding-right:48px;font-size:22px;font-weight:600;line-height:1.3;color:#1f2933}.be-qv-modal .be-qv__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 10px;margin:0}.be-qv-modal .be-qv__price-now{font-size:24px;font-weight:700;color:#c29a2b}.be-qv-modal .be-qv__price-was{font-size:15px;color:#9aa3ab}.be-qv-modal .be-qv__price-was[hidden]{display:none}.be-qv-modal .be-qv__stock{margin:0;font-size:14px;font-weight:600;color:#1e9e57}.be-qv-modal .be-qv__stock.is-out{color:#c8372d}.be-qv-modal .be-qv__option-name{margin:0 0 8px;font-size:14px;color:#6b7682}.be-qv-modal .be-qv__option-name span{font-weight:500;color:#1f2933}.be-qv-modal .be-qv__choices{display:flex;flex-wrap:wrap;gap:8px}.be-qv-modal .be-qv__choice{min-height:38px;padding:7px 14px;border:1px solid #dfe3e8;border-radius:8px;background:#fff;font-family:inherit;font-size:14px;color:#1f2933;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.be-qv-modal .be-qv__choice:hover{border-color:#dbae32}.be-qv-modal .be-qv__choice.is-selected{border-color:#dbae32;background:#dbae321a;box-shadow:inset 0 0 0 1px #dbae32}.be-qv-modal .be-qv__swatch{position:relative;width:36px;height:36px;padding:0;border:2px solid transparent;border-radius:50%;background:#fff;cursor:pointer;transition:border-color .15s ease}.be-qv-modal .be-qv__swatch:before{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--be-qv-swatch, #dfe3e8);box-shadow:inset 0 0 0 1px #00000024}.be-qv-modal .be-qv__swatch:hover{border-color:#e7cf8c}.be-qv-modal .be-qv__swatch.is-selected{border-color:#dbae32}.be-qv-modal .be-qv__buy{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(0,1fr);gap:10px;margin-top:4px}.be-qv-modal .be-qv__qty{display:flex;align-items:center;height:46px;overflow:hidden;border:1px solid #dfe3e8;border-radius:8px;background:#fff}.be-qv-modal .be-qv__qty button{width:40px;height:100%;padding:0;border:0;background:#fff;font-size:18px;color:#1f2933;cursor:pointer}.be-qv-modal .be-qv__qty button:hover:not(:disabled){background:#f4f7f9}.be-qv-modal .be-qv__qty button:disabled{opacity:.35;cursor:not-allowed}.be-qv-modal .be-qv__qty [data-product-qty-value]{min-width:32px;font-weight:600;text-align:center}.be-qv-modal .be-qv__add,.be-qv-modal .be-qv__buy-now{height:46px;padding:0 14px;border:0;border-radius:8px;font-family:inherit;font-size:15px;font-weight:600;color:#fff;white-space:nowrap;cursor:pointer;transition:background-color .2s ease}.be-qv-modal .be-qv__add{background:#5da8bf}.be-qv-modal .be-qv__add:hover:not(:disabled){background:#5196ab}.be-qv-modal .be-qv__buy-now{background:#dbae32}.be-qv-modal .be-qv__buy-now:hover:not(:disabled){background:#c09a2e}.be-qv-modal .be-qv__add:disabled,.be-qv-modal .be-qv__buy-now:disabled{opacity:.55;cursor:not-allowed}.be-qv-modal .be-qv__add span,.be-qv-modal .be-qv__buy-now span{color:inherit}.be-qv-modal .be-qv__links{display:flex;flex-wrap:wrap;align-items:center;gap:8px 20px;padding:12px 0;border-top:1px solid #eef0f2;border-bottom:1px solid #eef0f2}.be-qv-modal .be-qv__link{display:inline-flex;align-items:center;gap:7px;padding:4px 0;border:0;background:none;font-family:inherit;font-size:14px;color:#1f2933;cursor:pointer}.be-qv-modal .be-qv__link:hover,.be-qv-modal .be-qv__link.is-active{color:#b8901f}.be-qv-modal .be-qv__link span{color:inherit}.be-qv-modal .be-qv__details{margin-left:auto;font-size:14px;font-weight:600;color:#3f879e;text-decoration:none}.be-qv-modal .be-qv__details:hover{text-decoration:underline}.be-qv-modal .be-qv__specs-title{margin:2px 0 8px;font-size:15px;font-weight:600;color:#1f2933}.be-qv-modal .be-qv__specs-body{max-height:250px;overflow-y:auto;padding:12px 14px;border:1px solid #eef0f2;border-radius:10px;background:#fafbfc}.be-qv-modal .be-qv__specs-body h4{margin:12px 0 6px;font-size:13px;font-weight:600;color:#1f2933}.be-qv-modal .be-qv__specs-body .spec-section:first-child h4{margin-top:0}.be-qv-modal .be-qv__specs-body ul{margin:0;padding:0;list-style:none}.be-qv-modal .be-qv__specs-body li{display:flex;gap:8px;padding:3px 0;font-size:13px;line-height:1.45;color:#4b5560}.be-qv-modal .be-qv__specs-body li strong{flex:none;min-width:130px;font-size:inherit;font-weight:500;color:#1f2933}.be-qv-modal .be-qv__description{margin:0;font-size:14px;line-height:1.6;color:#4b5560}@media(min-width:768px)and (max-width:1023px){.be-qv-modal .be-qv__media{padding:20px}.be-qv-modal .be-qv__info{padding:22px 20px 20px 0}.be-qv-modal .be-qv__title{font-size:19px}.be-qv-modal .be-qv__buy{grid-template-columns:auto minmax(0,1fr)}.be-qv-modal .be-qv__buy-now{grid-column:1 / -1}}@media(max-width:767px){.be-qv-modal{align-items:flex-end;padding:0}.be-qv-modal .be-qv-modal__dialog{width:100%;max-height:92vh;max-height:92dvh;border-radius:18px 18px 0 0;transform:translateY(40px)}.be-qv-modal .be-qv-modal__close{top:10px;right:10px;width:38px;height:38px}.be-qv-modal .be-qv{grid-template-columns:minmax(0,1fr)}.be-qv-modal .be-qv__media{position:static;padding:14px 14px 0}.be-qv-modal .be-qv__stage{aspect-ratio:auto;height:min(62vw,280px)}.be-qv-modal .be-qv__thumb{width:54px;height:54px}.be-qv-modal .be-qv__info{gap:10px;padding:14px 14px calc(18px + env(safe-area-inset-bottom))}.be-qv-modal .be-qv__type,.be-qv-modal .be-qv__title{padding-right:0}.be-qv-modal .be-qv__title{font-size:18px}.be-qv-modal .be-qv__price-now{font-size:21px}.be-qv-modal .be-qv__buy{grid-template-columns:auto minmax(0,1fr)}.be-qv-modal .be-qv__buy-now{grid-column:1 / -1}.be-qv-modal .be-qv__details{margin-left:0}.be-qv-modal .be-qv__specs-body li strong{min-width:108px}}@media(prefers-reduced-motion:reduce){.be-qv-modal,.be-qv-modal .be-qv-modal__dialog{transition:none}.be-qv-modal .be-qv-modal__spinner{animation-duration:2s}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/quick-view.css.map */
