@charset "UTF-8";.wf_product_view{margin:1rem auto;display:flex;flex-wrap:wrap}.wf_product_view .t,.wf_product_view .l{width:100%}.wf_product_view .t{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;align-items:center;width:100%}.wf_product_view .t h1{font-weight:500;font-size:2.4rem;margin-bottom:0}.wf_product_view .t a{font-size:1rem;background:#1877f2;color:#fff;padding:.6rem 1rem;border-radius:.4rem;font-weight:500;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:.5rem}.wf_product_view .l{margin-bottom:1rem}.wf_product_view .l .keen-slider{position:relative}.wf_product_view .l .keen-slider .prev,.wf_product_view .l .keen-slider .next{position:absolute;display:flex;align-items:center;justify-content:center;top:50%;transform:translateY(-50%);z-index:5;width:4rem;height:4rem;background-color:var(--wf-cp);border-radius:50%}.wf_product_view .l .keen-slider .prev svg,.wf_product_view .l .keen-slider .next svg{width:2rem;height:2rem;fill:#fff}.wf_product_view .l .keen-slider .prev{left:0}.wf_product_view .l .keen-slider .next{right:0}.wf_product_view .l .keen-slider .next svg{transform:rotate(180deg)}.wf_product_view .l .keen-slider figure{border:.1rem dashed transparent;width:100%;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:.6rem;overflow:hidden}.wf_product_view .l .keen-slider.thumbnail figure{border:.1rem solid var(--wf-border);height:7rem}.wf_product_view .l .keen-slider.thumbnail figure img{width:100%;height:100%;object-fit:contain}.wf_product_view .l .keen-slider.thumbnail figure.active{border:.1rem solid var(--wf-cp)}.wf_product_view .l .keen-slider.main figure{max-height:40rem}.wf_product_view .l .keen-slider.main figure img{width:100%;height:100%;object-fit:contain}.wf_product_view .l_popup{margin-top:3rem;gap:2%;display:flex}.wf_product_view .l_popup div,.wf_product_view .l_popup a{border:.1rem solid var(--wf-cp-light);border-radius:.8rem;overflow:hidden}.wf_product_view .l_popup div{height:18rem;width:60%;position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer}.wf_product_view .l_popup div img{width:100%;height:100%;object-fit:cover}.wf_product_view .l_popup div button{background-color:var(--wf-cp);width:5rem;height:4rem;border-radius:1rem;position:absolute;transition:transform .3s}.wf_product_view .l_popup div button svg{color:#fff}.wf_product_view .l_popup div:hover button{transform:scale(1.1)}.wf_product_view .l_popup a{width:38%;display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:1.4rem;gap:1.6rem}.wf_product_view .l_popup a span{text-decoration:underline}.wf_product_view .m{display:flex;flex-direction:column}.wf_product_view .m_rating{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.wf_product_view .m_rating a{font-size:1.2rem;color:#333;opacity:.8;text-decoration:underline}.wf_product_view .m_rating a:hover{color:var(--wf-cp)}.wf_product_view .m_rating span{font-size:1.8rem;display:flex;gap:.5rem;color:var(--wf-cp)}.wf_product_view .m_rating span strong{color:var(--wf-border)}.wf_product_view .m_pins{align-items:center;display:flex;flex-direction:column}.wf_product_view .m_pins p{align-self:flex-start;font-size:1.2rem;padding:.2rem .5rem;border-radius:.6rem;margin-bottom:1rem}.wf_product_view .m_pins p svg{font-size:1rem;fill:currentColor}.wf_product_view .m_pins p.sold{background-color:#222;color:#00d26a}.wf_product_view .m_pins p.count{background-color:#222;color:#4dbaff}.wf_product_view .m ul{font-size:1.3rem;margin-bottom:1rem}.wf_product_view .m ul ul{font-size:1.2rem;margin-top:.5rem}.wf_product_view .m ul ul li{padding-left:1.4rem}.wf_product_view .m ul li{position:relative;padding-left:1.8rem}.wf_product_view .m ul li+li{margin-top:.6rem}.wf_product_view .m ul li:before{content:"✓";position:absolute;left:0;top:.1rem;color:var(--wf-cp);font-weight:700;font-size:1.2rem}.wf_product_view .m ul a{color:var(--wf-cp);font-weight:500}.wf_product_view .m_desc{border-top:.1rem solid var(--wf-border);padding-top:1rem;font-size:1.3rem;line-height:2.4rem}.wf_product_view .m_desc h2{font-size:1.8rem;font-weight:500}.wf_product_view .r_price{display:flex;gap:5rem}.wf_product_view .r_price p{display:flex;flex-direction:column;font-size:3rem;position:relative}.wf_product_view .r_price p s{font-size:1.8rem;opacity:.6}.wf_product_view .r_price p span{color:var(--wf-cp);font-weight:600}.wf_product_view .r_price p+p:before{content:"";width:.2rem;height:100%;background:var(--wf-border);position:absolute;left:-2.4rem;transform:rotate(12deg)}.wf_product_view .r_cta{display:flex;gap:1rem;align-items:center;margin-top:1.2rem}.wf_product_view .r_cta .qty-selector{display:flex;align-items:center;border:1px solid #ddd;border-radius:.5rem;overflow:hidden;background:#fff}.wf_product_view .r_cta .qty-selector .qty-btn{width:4rem;height:4rem;border:0;background:#f5f5f5;font-size:1.4rem;cursor:pointer;display:flex;justify-content:center;align-items:center}.wf_product_view .r_cta .qty-selector .qty-btn:hover{background:#eaeaea}.wf_product_view .r_cta .qty-selector .qty-input{width:3rem;height:4rem;border:0;text-align:center;font-size:1.2rem;outline:0;-moz-appearance:textfield}.wf_product_view .r_cta .qty-selector .qty-input::-webkit-outer-spin-button,.wf_product_view .r_cta .qty-selector .qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.wf_product_view .r form{margin-top:3rem;display:flex;flex-direction:column;gap:1rem;border:.1rem solid var(--wf-cp-light);padding:1rem 2rem;border-radius:.6rem}.wf_product_view .r form h2{font-size:1.8rem;font-weight:500;margin-bottom:0}.wf_product_view .r form input{height:4rem;border:.1rem solid var(--wf-border);border-radius:.6rem;font-size:1.4rem;padding:.8rem}.wf_product_view .r form input.placeholder{font-size:1.4rem}.wf_product_view .r form input:-moz-placeholder{font-size:1.4rem}.wf_product_view .r form input::-moz-placeholder{font-size:1.4rem}.wf_product_view .r form input:-ms-input-placeholder{font-size:1.4rem}.wf_product_view .r form input::-webkit-input-placeholder{font-size:1.4rem}.wf_product_view .r .btn--p,.wf_product_view .r .btn--ghost{border-radius:.6rem;padding-top:0;padding-bottom:0;height:4rem;display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%}.wf_product_view .r .btn--p svg,.wf_product_view .r .btn--ghost svg{font-size:1.8rem}.wf_product_view .r .btn--p:active,.wf_product_view .r .btn--ghost:active{transform:scale(.96)}.wf_product_view .r .add-to-wishlist{margin-top:1.6rem;width:100%}.wf_product_view .r .add-to-wishlist [data-icon=heart-filled]{display:none}.wf_product_view .r .add-to-wishlist--active [data-icon=heart-filled]{display:block}.wf_product_view .r .add-to-wishlist--active [data-icon=heart]{display:none}.wf_product_view .r .add-to-wishlist~.btn{margin-top:1.6rem}.wf_product_view .r{order:2;margin-bottom:1rem;width:100%;max-width:50rem}.wf_product_view .m{order:3}.wf_product_view .delivery-delay{margin-top:1rem;padding:.4rem;background-color:var(--wf-warning);color:#fff;font-weight:400;font-size:1.2rem;border-radius:3px}.wf_product_view .delivery-delay:before{content:none!important}@media (min-width:1024px){.wf_product_view{column-gap:4rem}.wf_product_view .l{width:calc((100% - 8rem)*.33);margin-bottom:0}.wf_product_view .m{width:calc((100% - 8rem)*.33);order:2}.wf_product_view .r{width:calc((100% - 8rem)*.33);order:3}}@media (min-width:1440px){.wf_product_view .l,.wf_product_view .m{width:calc((100% - 8rem)*.35)}.wf_product_view .r{width:calc((100% - 8rem)*.3)}}.wf_product_view.nojs .l .main{scrollbar-width:none}.wf_product_view.nojs .l .main::-webkit-scrollbar{display:none}.wf_product_view.nojs .l .main figure{width:100%;flex-shrink:0}.wf_product_view.nojs .l .thumbnail{display:flex;gap:1rem;overflow-x:auto;scrollbar-width:none}.wf_product_view.nojs .l .thumbnail::-webkit-scrollbar{display:none}.wf_product_view.nojs .l .thumbnail figure{flex-shrink:0;width:calc((100% - 2rem)/3)}@media (min-width:768px){.wf_product_view.nojs .l .thumbnail figure{width:calc((100% - 3rem)/4)}}@media (min-width:1024px){.wf_product_view.nojs .l .thumbnail figure{width:calc((100% - 5rem)/6)}}#zapitvane{display:none}.wf_q_backdrop{position:fixed;inset:0;background:#00000073;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:1500}#zapitvane:checked~.wf_q_backdrop{opacity:1;pointer-events:auto}.wf_q_form{position:fixed;top:50%;left:50%;translate:-50% calc(-50% + 15px);width:90%;max-width:420px;padding:1.8rem;border-radius:10px;background:#fff;border:1px solid var(--wf-border);box-shadow:0 10px 35px #0000002e;opacity:0;transform:translateY(15px);transition:opacity .3s ease,transform .3s ease;pointer-events:none;display:flex;flex-direction:column;gap:1.2rem;z-index:2000}.wf_q_form>label{position:absolute;right:1rem;top:1rem}.wf_q_form h2{font-size:20px;margin:0;color:var(--wf-cp);text-align:center}.wf_q_form div{display:flex;flex-direction:column;gap:.4rem}.wf_q_form div label{font-size:14px;font-weight:500}.wf_q_form div input,.wf_q_form div textarea{padding:.65rem .8rem;border-radius:6px;border:1px solid var(--wf-border);background:var(--wf-cg);font-size:14px}.wf_q_form div input:focus,.wf_q_form div textarea:focus{outline:0;border-color:var(--wf-cp);background:#fff}.wf_q_form div textarea{min-height:110px;resize:none}.wf_q_form button{width:100%;padding:.75rem;border-radius:6px;border:0;background:var(--wf-cp);color:#fff;font-size:15px;cursor:pointer;transition:background .15s ease}.wf_q_form button:hover{background:var(--wf-cp-hover)}.wf_q_form button:active{background:var(--wf-cp-active)}#zapitvane:checked~.wf_q_form{opacity:1;transform:translateY(0);pointer-events:auto}.wf_tabs{display:flex;flex-direction:column;margin:4.8rem auto;overflow:hidden;transition:background-color .3s ease-in-out;border:1px solid var(--wf-border)}.wf_tabs input[type=radio]{display:none}.wf_tabs .wf_tabs_nav{display:flex;justify-content:center;align-items:center;background:#fff;border-bottom:1px solid var(--wf-border);position:relative}.wf_tabs .wf_tabs_nav label{flex:1;text-align:center;padding:2rem .2rem;font-size:1.5rem;font-weight:500;color:555555;cursor:pointer;letter-spacing:.02em;position:relative;transition:color .15s ease-in-out,transform .15s ease-in-out}.wf_tabs .wf_tabs_nav label:hover{color:var(--wf-cp);transform:translateY(-.05rem)}.wf_tabs .wf_tabs_nav:after{content:"";position:absolute;bottom:0;left:0;width:50%;height:.2rem;background:var(--wf-cp);border-radius:.2rem;transition:transform .35s cubic-bezier(.25,1,.3,1)}.wf_tabs .wf_tabs_content{padding:3.2rem 2rem;background:#fcfcfc}.wf_tabs .wf_tabs_content .tab-panel{display:none;max-width:75ch;margin-inline:auto;animation:fadeUp .3s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(.6rem)}to{opacity:1;transform:translateY(0)}}.wf_tabs #tab1:checked~.wf_tabs_nav label[for=tab1],.wf_tabs #tab2:checked~.wf_tabs_nav label[for=tab2]{color:var(--wf-cp)}.wf_tabs #tab1:checked~.wf_tabs_nav:after{transform:translate(0)}.wf_tabs #tab2:checked~.wf_tabs_nav:after{transform:translate(100%)}.wf_tabs #tab1:checked~.wf_tabs_content .tab1,.wf_tabs #tab2:checked~.wf_tabs_content .tab2{display:block}@media (min-width:768px){.wf_tabs .wf_tabs_nav label{font-size:1.6rem;padding:2rem}.wf_tabs .wf_tabs_content{padding:4.8rem 3.2rem}}