.wf_product_view{margin:5rem auto;display:flex;flex-direction:column;gap:4rem}.wf_product_view .l,.wf_product_view .r{width:100%;max-width:60rem}.wf_product_view .l{position:relative}.wf_product_view .l .wf_gallery{display:flex;flex-direction:column;gap:1rem;outline:0}.wf_product_view .l .wf_gallery_main{position:relative;border:.1rem solid #ddd;border-radius:.6rem;overflow:hidden;background-color:#fff}.wf_product_view .l .wf_gallery_track{display:flex;width:100%;transition:transform .4s cubic-bezier(.22,.61,.36,1);will-change:transform}.wf_product_view .l .wf_gallery_slide{flex:0 0 100%;min-width:0;margin:0}.wf_product_view .l .wf_gallery_slide img{width:100%;height:40rem;object-fit:contain;user-select:none;pointer-events:none;display:block}.wf_product_view .l .wf_gallery_nav{position:absolute;top:50%;transform:translateY(-50%);width:4rem;height:4rem;background-color:#000;display:flex;align-items:center;justify-content:center;border:0;cursor:pointer;z-index:2;transition:opacity .25s ease,box-shadow .25s ease,transform .25s ease}.wf_product_view .l .wf_gallery_nav svg{font-size:2rem;color:#fff;margin-right:.4rem}.wf_product_view .l .wf_gallery_nav:hover:not(.is-disabled){opacity:.9;box-shadow:0 .6rem 1.2rem #0000002e}.wf_product_view .l .wf_gallery_nav.is-disabled,.wf_product_view .l .wf_gallery_nav[disabled]{opacity:.3;cursor:not-allowed;pointer-events:none}.wf_product_view .l .wf_gallery_nav.prev{left:0}.wf_product_view .l .wf_gallery_nav.prev svg{transform:rotate(180deg);margin-right:0;margin-left:.4rem}.wf_product_view .l .wf_gallery_nav.next{right:0}.wf_product_view .l .wf_gallery_thumbs{display:flex;gap:.8rem;overflow-x:auto;scroll-behavior:smooth;padding:.2rem;-webkit-overflow-scrolling:touch}.wf_product_view .l .wf_gallery_thumbs::-webkit-scrollbar{height:.4rem}.wf_product_view .l .wf_gallery_thumbs::-webkit-scrollbar-thumb{background:#0003;border-radius:.4rem}.wf_product_view .l .wf_gallery_thumb{flex:0 0 auto;width:8rem;height:8rem;padding:0;background:#fff;border:.2rem solid transparent;border-radius:.6rem;overflow:hidden;cursor:pointer;transition:border-color .25s ease,transform .25s ease,opacity .25s ease;opacity:.75}.wf_product_view .l .wf_gallery_thumb img{width:100%;height:100%;object-fit:cover;display:block}.wf_product_view .l .wf_gallery_thumb:hover{opacity:1}.wf_product_view .l .wf_gallery_thumb.is-active{border-color:var(--wf-ca);opacity:1}.wf_product_view .l .wf_gallery_thumb:focus-visible{outline:.2rem solid var(--wf-ca);outline-offset:.2rem}.wf_product_view .l .wf_gallery.is-single .wf_gallery_thumbs,.wf_product_view .l .wf_gallery.is-single .wf_gallery_nav{display:none}.wf_product_view .r h2{font-size:2.7rem;line-height:3.6rem;font-weight:700}.wf_product_view .r>p{display:flex;flex-direction:column;font-size:2.3rem;line-height:3.8rem;font-weight:300}.wf_product_view .r>p s{font-size:1.8rem;line-height:2.6rem}.wf_product_view .r>p strong{font-weight:600}.wf_product_view .r_desc{font-size:1.4rem;line-height:2.6rem;border-bottom:.1rem solid #ddd;padding:1rem 0 3rem;margin-bottom:3rem}.wf_product_view .r_desc p{margin-bottom:0}.wf_product_view .r_desc p+p{margin-top:1.3rem}.wf_product_view .r_desc .r_meta{display:flex;flex-direction:column;gap:.6rem;margin:1.6rem 0 0}.wf_product_view .r_desc .r_meta li{color:var(--text-color-secondary);font-size:1.4rem;line-height:2.2rem}.wf_product_view .r_desc .r_meta li strong{color:#000;font-weight:600}.wf_product_view .r_desc .r_meta li a{color:var(--wf-ca-dark);font-weight:600}.wf_product_view .r_variants{display:flex;flex-direction:column;gap:1rem}.wf_product_view .r_cta{display:flex;align-items:center;gap:1rem;margin-top:3rem}.wf_product_view .r_cta .wf_qnty input{-moz-appearance:textfield}.wf_product_view .r_cta .wf_qnty input::-webkit-inner-spin-button,.wf_product_view .r_cta .wf_qnty input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.wf_product_view .r_cta .wf_qnty{display:flex;align-items:center;border:1px solid #ddd;border-radius:.6rem;overflow:hidden;height:4.4rem;background-color:#fff}.wf_product_view .r_cta .wf_qnty input{width:4rem;text-align:center;border:0;background:0 0;pointer-events:none;color:#000}.wf_product_view .r_cta .wf_qnty .q-btn{width:3.8rem;height:100%;display:flex;align-items:center;justify-content:center;background:0 0;border:0;cursor:pointer;position:relative;transition:background .2s ease}.wf_product_view .r_cta .wf_qnty .q-btn:hover{background:#0000000d}.wf_product_view .r_cta .wf_qnty .q-btn.decr:before,.wf_product_view .r_cta .wf_qnty .q-btn.incr:before,.wf_product_view .r_cta .wf_qnty .q-btn.incr:after{content:"";position:absolute;background:#000;width:1.6rem;height:.18rem;border-radius:1rem}.wf_product_view .r_cta .wf_qnty .q-btn.incr:after{transform:rotate(90deg)}.wf_product_view .r_cta .wf_add-to-cart{flex:1;height:4.4rem;display:flex;align-items:center;justify-content:center;border-radius:.6rem}.wf_product_view .wf_dropdown{position:relative;width:100%;display:inline-block}.wf_product_view .wf_dropdown>button{width:100%;padding:1rem 1.2rem;display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #ddd;border-radius:.6rem;letter-spacing:.05em;color:#000;cursor:pointer;transition:box-shadow .25s ease,opacity .25s ease}.wf_product_view .wf_dropdown>button svg{transition:transform .25s ease}.wf_product_view .wf_dropdown>div{position:absolute;top:calc(100% + .4rem);left:0;width:100%;background:#f6f6f6;opacity:0;visibility:hidden;box-shadow:0 .4rem 1rem #0000001a;transition:opacity .25s ease,visibility .25s ease;z-index:5}.wf_product_view .wf_dropdown>div button{width:100%;padding:1rem 1.2rem;text-align:left;background:0 0;cursor:pointer;transition:background .2s ease,opacity .2s ease}.wf_product_view .wf_dropdown>div button:hover{background:#0000000a}.wf_product_view .wf_dropdown.open>button svg{transform:rotate(180deg)}.wf_product_view .wf_dropdown.open>div{opacity:1;visibility:visible}@media (min-width:900px){.wf_product_view{flex-direction:row;justify-content:space-between}.wf_product_view .l,.wf_product_view .r{width:50%}.wf_product_view .l .wf_gallery_slide img{height:55rem}}.wf_slider{margin:5rem auto}.wf_slider .keen-slider-wrapper{position:relative}.wf_slider .keen-slider-wrapper .prev,.wf_slider .keen-slider-wrapper .next{top:15rem}.wf_slider.nojs .prev,.wf_slider.nojs .next{visibility:hidden}.wf_slider.nojs .keen-slider{overflow-x:auto}.wf_slider.nojs .keen-slider::-webkit-scrollbar-track{border-radius:.5rem}.wf_slider.nojs .keen-slider::-webkit-scrollbar{height:.5rem;background-color:#d8d8d826;border-radius:.5rem}.wf_slider.nojs .keen-slider::-webkit-scrollbar-thumb{background-color:#ffc400;border-radius:.5rem}@supports (-moz-appearance:none){.wf_slider.nojs .keen-slider{scrollbar-color:#fff #ffc400;scrollbar-width:thin;border-radius:.5rem}}.wf_slider.nojs .keen-slider .wf_product{width:100%;flex-shrink:0}@media (min-width:600px){.wf_slider.nojs .keen-slider{gap:2rem}.wf_slider.nojs .keen-slider .wf_product{width:calc((100% - 2rem)/2)}}@media (min-width:600px){.wf_slider.nojs .keen-slider .wf_product{width:calc((100% - 6rem)/4)}}