.stl-header{text-align:center}.stl-header .stl__title{color:#2f2f2f;font-size:25px;letter-spacing:1px;line-height:31px;margin:20px 0 15px;text-transform:none}@media only screen and (min-width:768px){.stl-header .stl__title{font-size:55px;letter-spacing:2.2px;line-height:67px;margin:40px 0 30px}}.stl__filter-bar{background-color:#fff;position:sticky;top:0;-webkit-transition:all .3s ease;transition:all .3s ease;width:100%;z-index:19}.stl__toggle-bar-wrapper{border-bottom:.5px solid rgba(47,47,47,.741);border-top:.5px solid rgba(47,47,47,.741);padding:10px 0;text-align:center;width:100%}.stl__toggle-bar-wrapper,.stl__toggle-bar-wrapper .stl__toggle-bar{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.stl__toggle-bar-wrapper .stl__toggle-bar{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:.5px solid rgba(47,47,47,.741);border-radius:34px;gap:5px;padding:1px}.stl__toggle-bar-wrapper .stl__category{background:#fff;border:none;border-radius:34px;cursor:pointer;font-size:9px;letter-spacing:.9px;line-height:11px;min-width:110px;padding:8px;text-transform:uppercase}.stl__toggle-bar-wrapper .stl__category.active{background:#b98543;color:#fff;opacity:1}.stl__toggle-bar-wrapper .stl__category:not(.active):hover{background:#f2f2f2}@media only screen and (min-width:768px){.stl__toggle-bar-wrapper{padding:14px 0}.stl__toggle-bar-wrapper .stl__toggle-bar{padding:3px}.stl__toggle-bar-wrapper .stl__category{font-size:14px;letter-spacing:1.4px;line-height:18px;min-width:200px;opacity:.55;padding:10px 17px}}.stl__pages-wrapper{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;--swiper-navigation-sides-offset:50px;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding:15px 0;position:relative}.stl__pages-wrapper .swiper-container{width:100%}.stl__pages-wrapper .swiper-button-next,.stl__pages-wrapper .swiper-button-prev{display:none}.stl__pages-wrapper .stl__pages .stl__page{margin-right:6px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.stl__pages-wrapper .stl__pages .stl__page:first-child{margin-left:20px}.stl__pages-wrapper .stl__pages .stl__page a{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#f2f2f2;border-radius:34px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:9px;font-weight:500;justify-content:center;letter-spacing:1.4px;line-height:11px;padding:8px 20px;text-transform:uppercase;-webkit-transition:background-color .3s ease;transition:background-color .3s ease;white-space:nowrap}.stl__pages-wrapper .stl__pages .stl__page a:hover,.stl__pages-wrapper .stl__pages .stl__page.active a{background-color:#e0e0e0}@media only screen and (min-width:768px){.stl__pages-wrapper{padding:20px 80px}.stl__pages-wrapper .swiper-button-next,.stl__pages-wrapper .swiper-button-prev{display:-webkit-box;display:-ms-flexbox;display:flex}.stl__pages-wrapper .stl__pages .stl__page{margin-right:12px}.stl__pages-wrapper .stl__pages .stl__page:first-child{margin-left:0}.stl__pages-wrapper .stl__pages .stl__page a{font-size:14px;line-height:18px;padding:15px 46px}}.stl-gallery-wrapper{position:relative}.stl-gallery-wrapper .stl-gallery .stl__pagination{padding-bottom:45px;padding-top:30px;text-align:center;width:100%}.stl-gallery-wrapper .stl-gallery .stl-gallery-grid{display:grid;gap:8px;grid-auto-rows:1fr;grid-template-columns:repeat(2,1fr)}@media only screen and (min-width:768px){.stl-gallery-wrapper .stl-gallery .stl-gallery-grid{grid-template-columns:repeat(4,1fr)}}.stl-gallery-wrapper .stl-gallery .stl-gallery-grid .stl-card{cursor:pointer;max-height:67vw}.stl-gallery-wrapper .stl-gallery .stl-gallery-grid .stl-card.row-span-1{grid-row:span 1/span 1}.stl-gallery-wrapper .stl-gallery .stl-gallery-grid .stl-card.row-span-2{grid-row:span 2/span 2;max-height:calc(134vw + 8px)}.stl-gallery-wrapper .stl-gallery .stl-gallery-grid .stl-card.column-span-1{grid-column:span 1/span 1}.stl-gallery-wrapper .stl-gallery .stl-gallery-grid .stl-card.column-span-2{grid-column:span 2/span 2}@media only screen and (min-width:768px){.stl-gallery-wrapper .stl-gallery .stl-gallery-grid .stl-card{max-height:34vw}.stl-gallery-wrapper .stl-gallery .stl-gallery-grid .stl-card.row-span-2{max-height:calc(68vw + 8px)}}.stl-gallery-wrapper .stl-gallery .stl-gallery-grid .stl-card .stl-img-wrapper{height:100%;overflow:hidden;width:100%}.stl-gallery-wrapper .stl-gallery .stl-gallery-grid .stl-card img{height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;width:100%}.stl-gallery-wrapper .stl-gallery .stl-gallery-grid .stl-card:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.stl-quickview-overlay{-webkit-box-align:end;-ms-flex-align:end;-webkit-box-pack:center;-ms-flex-pack:center;align-items:flex-end;background:rgba(0,0,0,.6);display:-webkit-box;display:-ms-flexbox;display:flex;inset:0;justify-content:center;position:fixed;z-index:10019}.stl-quickview-overlay .stl-quickview-inner{-webkit-animation:mmslideIn .3s cubic-bezier(0,0,.2,1);animation:mmslideIn .3s cubic-bezier(0,0,.2,1);background:#fff;max-height:100%;min-height:400px;padding:15px 15px 65px;position:relative;width:100%}.stl-quickview-overlay .stl-quickview-close{background:none;border:none;cursor:pointer;font-size:28px;line-height:1;position:absolute;right:14px;top:8px}.stl-quickview-overlay .stl-quickview-details{position:relative;width:100%}.stl-quickview-overlay .stl-quickview-details .stl-quickview-swiper-arrows{position:absolute;width:100%}.stl-quickview-overlay .stl-quickview-details .stl-quickview-swiper-arrows,.stl-quickview-overlay .stl-quickview-details .stl-quickview-swiper-arrows .swiper-button{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.stl-quickview-overlay .stl-quickview-details .stl-quickview-swiper-arrows .swiper-button{left:unset;margin:0;position:relative;right:unset;top:unset}.stl-quickview-overlay .stl-quickview-details .stl-quickview-swiper-arrows .swiper-button.hidden{display:none}.stl-quickview-overlay .stl-quickview-title{color:#333;font-size:20px;font-weight:400;letter-spacing:3.5px;margin-bottom:15px;text-align:center;text-transform:none}.stl-quickview-overlay .stl-quickview-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:30px}.stl-quickview-overlay .stl-quickview-media{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.stl-quickview-overlay .stl-quickview-media img{height:auto;max-height:350px;-o-object-fit:contain;object-fit:contain;width:100%}.stl-quickview-overlay .stl-quickview-products{margin-left:-20px;margin-right:-20px;max-height:300px;padding-left:20px;padding-right:20px}.stl-quickview-overlay .stl-quickview-products,.stl-quickview-overlay .stl-quickview-products .stl-quickview-product{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.stl-quickview-overlay .stl-quickview-products .stl-quickview-product{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:1;align-items:center;border-bottom:1px solid #eee;-ms-flex:1 0 100%;flex:1 0 100%;gap:10px;padding-bottom:8px;text-align:center}.stl-quickview-overlay .stl-quickview-products .stl-quickview-product .stl-quickview-product__thumb{cursor:pointer;min-width:28%;width:28%}.stl-quickview-overlay .stl-quickview-products .stl-quickview-product .stl-quickview-product__thumb img{aspect-ratio:1;border-radius:4px;display:block;height:auto;width:100%}.stl-quickview-overlay .stl-quickview-products .stl-quickview-product .stl-quickview-product-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.stl-quickview-overlay .stl-quickview-products .stl-quickview-product .stl-quickview-product-info{color:#333}.stl-quickview-overlay .stl-quickview-products .stl-quickview-product .stl-quickview-product-info .stl-quickview-product__top-title{font-size:14px;font-weight:500;margin-bottom:6px}.stl-quickview-overlay .stl-quickview-products .stl-quickview-product .stl-quickview-product-info .stl-quickview-product__title{cursor:pointer;font-size:16px;font-weight:700;margin-bottom:6px}.stl-quickview-overlay .stl-quickview-products .stl-quickview-product .stl-quickview-product-info .stl-quickview-product__price-wrapper{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:7px;justify-content:center}.stl-quickview-overlay .stl-quickview-products .stl-quickview-product .stl-quickview-product-info .stl-quickview-product__price{font-size:14px;font-weight:600;margin-bottom:6px}.stl-quickview-overlay .stl-quickview-products .stl-quickview-product .stl-quickview-product-info .stl-quickview-product__price.stl-quickview-product__compare-at-price{text-decoration:line-through}.stl-quickview-overlay .stl-quickview-products .stl-quickview-product .stl-quickview-product-info .stl-quickview-product__price.stl-quickview-product__sale-price{color:#d62525}.stl-quickview-overlay .stl-quickview-products .stl-quickview-product .stl-quickview-actions{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1px;justify-content:center}.stl-quickview-overlay .stl-quickview-products .stl-quickview-product .stl-quickview-button{min-width:unset;width:100%}.stl-quickview-overlay .stl-quickview-products .stl-quickview-product .stl-quickview-button--atc{font-size:20px;min-height:unset;min-width:unset;padding:8px 11.5px 13px}@media only screen and (min-width:768px){.stl-quickview-overlay{-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:10019}.stl-quickview-overlay .stl-quickview-inner{max-height:650px;max-width:1000px;padding:30px 45px;width:auto}.stl-quickview-overlay .stl-quickview-details{-webkit-box-flex:1;-ms-flex:1 0 360px;flex:1 0 360px;max-width:360px}.stl-quickview-overlay .stl-quickview-details .stl-quickview-swiper-arrows{position:static}.stl-quickview-overlay .stl-quickview-details .stl-quickview-swiper-arrows .swiper-button-prev{left:-30px;position:absolute;top:50%}.stl-quickview-overlay .stl-quickview-details .stl-quickview-swiper-arrows .swiper-button-next{position:absolute;right:-30px;top:50%}.stl-quickview-overlay .stl-quickview-title{font-size:35px;margin-bottom:20px}.stl-quickview-overlay .stl-quickview-content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:30px}.stl-quickview-overlay .stl-quickview-media{max-width:calc(100vw - 480px)}.stl-quickview-overlay .stl-quickview-media img{max-height:512px}.stl-quickview-overlay .stl-quickview-products{margin:0;max-height:550px;padding:0}.stl-quickview-overlay .stl-quickview-products .stl-quickview-product{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-flex:unset;-ms-flex:unset;flex:unset;-ms-flex-direction:column;flex-direction:column;gap:14px}.stl-quickview-overlay .stl-quickview-products .stl-quickview-product .stl-quickview-product__thumb{width:100%}.stl-quickview-overlay .stl-quickview-products .stl-quickview-product .stl-quickview-product-info .stl-quickview-product__top-title{font-size:16px}.stl-quickview-overlay .stl-quickview-products .stl-quickview-product .stl-quickview-product-info .stl-quickview-product__title{font-size:20px}.stl-quickview-overlay .stl-quickview-products .stl-quickview-product .stl-quickview-product-info .stl-quickview-product__price{font-size:16px}.stl-quickview-overlay .stl-quickview-products .stl-quickview-product .stl-quickview-button{min-width:235px;width:unset}}.stl-gallery-loader,.stl-quickview-loader{-webkit-box-pack:center;-ms-flex-pack:center;background:hsla(0,0%,100%,.749);display:-webkit-box;display:-ms-flexbox;display:flex;inset:0;justify-content:center;opacity:0;padding-top:200px;position:absolute;-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;z-index:10}.stl-gallery-loader.visible,.stl-quickview-loader.visible{opacity:1;visibility:visible}.stl-gallery-loader .spinner,.stl-quickview-loader .spinner{-webkit-animation:stl-spin .8s linear infinite;animation:stl-spin .8s linear infinite;border-radius:50%;border-right:2px solid transparent;border-top:2px solid #0d2e35;height:30px;width:30px}.stl-quickview-loader{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;padding-top:unset}@-webkit-keyframes stl-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes stl-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}