:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:hsl(6,78%,57%);--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,0.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.CategoryPage_category-blocks__kS6OV p{margin-bottom:20px;line-height:162.5%}@media screen and (max-width:768px){.CategoryPage_category-blocks__kS6OV p{font-size:calc(11.5px + .390625vw);margin-bottom:15px}}.CategoryPage_category-blocks__kS6OV p:last-child{margin-bottom:0}.CategoryPage_category-blocks__kS6OV .amazzing-filter-top{margin-bottom:25px;flex-wrap:wrap}@media screen and (min-width:1551px){.CategoryPage_category-blocks__kS6OV .amazzing-filter-top{margin-bottom:30px}}@media screen and (max-width:576px){.CategoryPage_category-blocks__kS6OV .amazzing-filter-top{margin-bottom:17px}}.CategoryPage_category-blocks__kS6OV .amazzing-filter-top .flex{column-gap:10px}.CategoryPage_category-blocks__kS6OV .amazzing-filter-top .flex.filter-sort-button{margin-left:auto}.CategoryPage_category-blocks__kS6OV .amazzing-filter-top .title{font-weight:600;margin-right:10px}@media screen and (max-width:991px){.CategoryPage_category-blocks__kS6OV .amazzing-filter-top .filter-buttons>button{display:none}}.CategoryPage_category-blocks__kS6OV .amazzing-filter-top .filter-btn-mobile,.CategoryPage_category-blocks__kS6OV .amazzing-filter-top .filter-buttons>button{border-radius:60px;background:#f4f0ec;font-size:16px;font-weight:600;padding:12px 25px}@media screen and (min-width:1551px){.CategoryPage_category-blocks__kS6OV .amazzing-filter-top .filter-btn-mobile,.CategoryPage_category-blocks__kS6OV .amazzing-filter-top .filter-buttons>button{padding:13px 25px}}.CategoryPage_category-blocks__kS6OV .amazzing-filter-top .filter-btn-mobile:hover,.CategoryPage_category-blocks__kS6OV .amazzing-filter-top .filter-buttons>button:hover{background:#fcb9a7}@media screen and (max-width:991px){.CategoryPage_category-blocks__kS6OV .amazzing-filter-top .filter-btn-mobile.filter-btn-mobile,.CategoryPage_category-blocks__kS6OV .amazzing-filter-top .filter-buttons>button.filter-btn-mobile{display:flex;align-items:center;column-gap:10px;justify-content:center}}@media screen and (max-width:576px){.CategoryPage_category-blocks__kS6OV .amazzing-filter-top .filter-btn-mobile.filter-btn-mobile,.CategoryPage_category-blocks__kS6OV .amazzing-filter-top .filter-buttons>button.filter-btn-mobile{width:100%}}.CategoryPage_category-blocks__kS6OV .amazzing-filter-top .filter-btn-mobile.filter-btn-mobile:before,.CategoryPage_category-blocks__kS6OV .amazzing-filter-top .filter-buttons>button.filter-btn-mobile:before{display:block;content:"";background:url(/_next/static/media/filter-icon.4c3e74ac.svg) no-repeat 50%;background-size:100% 100%;width:18px;height:11px}.CategoryPage_category-blocks__kS6OV .amazzing-filter-top .nb-products{color:#7c7c7c;font-weight:600;margin-right:8px}@media screen and (max-width:991px)and (min-width:769px){.CategoryPage_category-blocks__kS6OV .amazzing-filter-top .updating-result{display:none}}.CategoryPage_title-section__TMrJI{margin-top:clamp(36px,3.2vmax,60px);margin-bottom:clamp(36px,3.6vmax,69px)}.CategoryPage_title-section__TMrJI h1{text-align:center;font-size:54px;font-weight:400;line-height:normal;margin:0 auto 56px;max-width:692px}@media screen and (min-width:1551px){.CategoryPage_title-section__TMrJI h1{font-size:64px;max-width:792px}}@media screen and (min-width:769px)and (max-width:1099px){.CategoryPage_title-section__TMrJI h1{font-size:48px;max-width:600px;margin:0 auto 40px}}@media screen and (min-width:769px)and (max-width:991px){.CategoryPage_title-section__TMrJI h1{font-size:44px;max-width:592px;margin:0 auto 35px}}@media screen and (max-width:768px){.CategoryPage_title-section__TMrJI h1{text-align:left;font-size:calc(33.5px + .390625vw);line-height:114.286%;margin-bottom:28px;max-width:500px;margin-left:0}}@media screen and (max-width:490px){.CategoryPage_title-section__TMrJI h1{max-width:315px}}.CategoryPage_title-section__TMrJI ul{display:flex;list-style-type:none;padding:0;margin:0 auto;justify-content:center;max-width:1450px}@media screen and (max-width:768px){.CategoryPage_title-section__TMrJI ul{flex-direction:column}}.CategoryPage_title-section__TMrJI ul li{display:flex;align-items:center;padding:8px 0;column-gap:20px;position:relative}@media screen and (min-width:769px){.CategoryPage_title-section__TMrJI ul li{justify-content:center;padding:15px clamp(15px,2.6vmax,50px)}}@media screen and (min-width:769px)and (max-width:991px){.CategoryPage_title-section__TMrJI ul li{column-gap:12px}}@media screen and (min-width:1551px){.CategoryPage_title-section__TMrJI ul li{padding:20px clamp(15px,2.6vmax,50px) 28px}}@media screen and (min-width:769px){.CategoryPage_title-section__TMrJI ul li:not(:last-child){border-right:1px solid var(--color-american-silver)}}.CategoryPage_title-section__TMrJI ul li>a{display:flex;align-items:center;column-gap:20px}@media screen and (min-width:769px){.CategoryPage_title-section__TMrJI ul li>a{justify-content:center}}@media screen and (min-width:769px)and (max-width:991px){.CategoryPage_title-section__TMrJI ul li>a{column-gap:12px}}.CategoryPage_title-section__TMrJI ul li>a:hover{text-decoration:underline}@media screen and (max-width:991px){.CategoryPage_title-section__TMrJI ul li .img-usp{width:30px}}.CategoryPage_title-section__TMrJI ul li img{object-fit:contain;display:block;height:auto}@media screen and (max-width:991px){.CategoryPage_title-section__TMrJI ul li img{max-width:30px}}.CategoryPage_title-section__TMrJI ul li .usp-title{font-size:22px;font-weight:400;line-height:normal;font-family:var(--heading-font)}@media screen and (min-width:1551px){.CategoryPage_title-section__TMrJI ul li .usp-title{font-size:24px}}@media screen and (min-width:992px)and (max-width:1200px){.CategoryPage_title-section__TMrJI ul li .usp-title{font-size:20px}}@media screen and (min-width:769px)and (max-width:991px){.CategoryPage_title-section__TMrJI ul li .usp-title{font-size:18px}}@media screen and (max-width:768px){.CategoryPage_title-section__TMrJI ul li .usp-title{font-size:calc(17.5px + .390625vw)}}.CategoryPage_title-section__TMrJI ul li .usp-desc{margin-left:-5px}@media screen and (min-width:769px){.CategoryPage_title-section__TMrJI ul li .usp-desc{margin-left:-10px}}.CategoryPage_title-section__TMrJI ul li .usp-desc .tooltip-container{overflow:visible}@media screen and (min-width:992px){.CategoryPage_title-section__TMrJI ul li .usp-desc .tooltip-container{position:relative}}.CategoryPage_title-section__TMrJI ul li .usp-desc .tooltip-container .fa:before{display:block;content:"";background:url(/_next/static/media/info-outline-icon.6b6288d8.svg) no-repeat 50%;background-size:100% 100%;width:19px;height:25px;cursor:pointer}@media screen and (max-width:768px){.CategoryPage_title-section__TMrJI ul li .usp-desc .tooltip-container .fa:before{margin-left:-10px}}.CategoryPage_title-section__TMrJI ul li .usp-desc .tooltip-text{display:none;background:var(--color-gunmetal);color:var(--color-white);width:260px;padding:10px 15px;position:absolute;top:24px;z-index:1;text-align:center;left:50%;transform:translateX(-50%)}@media screen and (min-width:992px)and (max-width:1728px){.CategoryPage_title-section__TMrJI ul li .usp-desc .tooltip-text{left:unset;right:0;transform:unset}}@media screen and (max-width:991px){.CategoryPage_title-section__TMrJI ul li .usp-desc .tooltip-text{max-width:100%;top:88%}}.CategoryPage_title-section__TMrJI ul li .usp-desc .tooltip-text:before{cursor:pointer;content:"";width:48px;display:block;position:absolute;top:-17px;height:22px;left:50%;transform:translateX(-50%)}.CategoryPage_title-section__TMrJI ul li .usp-desc .tooltip-text p{font-size:12px}.CategoryPage_title-section__TMrJI ul li .usp-desc:active .tooltip-text,.CategoryPage_title-section__TMrJI ul li .usp-desc:hover .tooltip-text{display:block}.CategoryPage_title-section__TMrJI .category-description{margin-bottom:30px;overflow:hidden}@media screen and (min-width:769px){.CategoryPage_title-section__TMrJI .category-description{text-align:center}}.CategoryPage_title-section__TMrJI .category-description p{max-width:1400px;margin:0 auto 10px}@media screen and (max-width:768px){.CategoryPage_title-section__TMrJI .read-more-container{text-align:left!important;font-size:calc(11.5px + .390625vw)}}.CategoryPage_title-section__TMrJI .category-description-wrapper:not(:has(.read-more-container)) .category-description{max-height:88px}@media screen and (max-width:768px){.CategoryPage_title-section__TMrJI .category-description-wrapper:not(:has(.read-more-container)) .category-description{max-height:63px}}.CategoryPage_title-section__TMrJI:has(.category-description) h1{margin-bottom:20px}.CategoryPage_title-section__TMrJI:has(.category-description)>.container{display:flex;flex-direction:column}.CategoryPage_title-section__TMrJI:has(.category-description)>.container>.row{display:contents}.CategoryPage_title-section__TMrJI:has(.category-description)>.container>.col-12:has(.category-block-inner.block-custom-text h1),.CategoryPage_title-section__TMrJI:has(.category-description)>.container>.row>.col-12:has(.category-block-inner.block-custom-text h1){order:-1}.CategoryPage_product-listing__1iget{margin-bottom:6.5vmax}.CategoryPage_product-listing__1iget #products>.grid{column-gap:14px;row-gap:35px}@media screen and (min-width:1551px){.CategoryPage_product-listing__1iget #products>.grid{row-gap:47px;column-gap:16px}}@media screen and (min-width:992px)and (max-width:1299px){.CategoryPage_product-listing__1iget #products>.grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width:577px)and (max-width:991px){.CategoryPage_product-listing__1iget #products>.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:576px){.CategoryPage_product-listing__1iget #products>.grid{grid-template-columns:repeat(1,minmax(0,1fr));row-gap:20px}}.CategoryPage_category-info-section__zcc94{margin-bottom:8vmax}@media screen and (max-width:768px){.CategoryPage_category-info-section__zcc94{margin-bottom:36px}.CategoryPage_category-info-section__zcc94 .container{padding:0}}@media screen and (max-width:991px){.CategoryPage_category-info-section__zcc94 .col-6{width:100%}}.CategoryPage_category-info-section__zcc94 h2{font-size:38px;font-weight:400;line-height:154.762%}@media screen and (min-width:1551px){.CategoryPage_category-info-section__zcc94 h2{font-size:42px}}@media screen and (min-width:769px)and (max-width:991px){.CategoryPage_category-info-section__zcc94 h2{font-size:34px}}@media screen and (max-width:768px){.CategoryPage_category-info-section__zcc94 h2{font-size:calc(27.5px + .390625vw);line-height:137.93%;letter-spacing:unset}}.CategoryPage_category-info-section__zcc94 h2{margin-bottom:16px}.CategoryPage_category-info-section__zcc94 .col-6:last-child{display:flex;flex-direction:column}.CategoryPage_category-info-section__zcc94 .main-image{aspect-ratio:893/723!important}@media screen and (max-width:576px){.CategoryPage_category-info-section__zcc94 .main-image{aspect-ratio:396/418!important}}.CategoryPage_category-info-section__zcc94 .main-image img{width:100%;height:100%;object-fit:cover;aspect-ratio:893/723}.CategoryPage_category-info-section__zcc94 .block-custom-text{background:var(--color-white);padding:3.8vmax 3.2vmax 2.1vmax;z-index:1;position:relative;flex:1}@media screen and (min-width:1500px){.CategoryPage_category-info-section__zcc94 .block-custom-text{padding-top:5.4vmax}}@media screen and (min-width:992px){.CategoryPage_category-info-section__zcc94 .block-custom-text{margin-top:15%;margin-left:-16%}}@media screen and (min-width:992px)and (max-width:1025px){.CategoryPage_category-info-section__zcc94 .block-custom-text{margin-left:-25%}}@media screen and (max-width:991px){.CategoryPage_category-info-section__zcc94 .block-custom-text{margin-top:-40%;width:90%;margin-left:auto;padding:40px 30px}}.CategoryPage_category-info-section__zcc94 .block-custom-text>div{max-width:724px;margin:0 auto}@media screen and (min-width:992px){.CategoryPage_category-info-section__zcc94 .block-custom-text>div{width:85%}}.CategoryPage_category-info-section__zcc94 .block-custom-text p a{text-decoration:underline!important}.CategoryPage_category-stats-section__3CfCv{background:var(--color-gunmetal);color:var(--color-white);padding-top:clamp(52px,5.5vmax,105px);padding-bottom:clamp(39px,6vmax,115px);text-align:center;position:relative}.CategoryPage_category-stats-section__3CfCv .col-12,.CategoryPage_category-stats-section__3CfCv .container{max-width:1300px;padding:0 15px;margin-left:auto;margin-right:auto}.CategoryPage_category-stats-section__3CfCv .swiper{position:unset}@media screen and (max-width:991px){.CategoryPage_category-stats-section__3CfCv .swiper-wrapper{flex-wrap:wrap;flex-direction:column;justify-content:center;align-items:center;row-gap:60px}}.CategoryPage_category-stats-section__3CfCv .swiper-slide{padding:0 20px}@media screen and (max-width:991px){.CategoryPage_category-stats-section__3CfCv .swiper-slide{width:100%!important;max-width:400px}}.CategoryPage_category-stats-section__3CfCv .top-description{margin:0 auto 5.5vmax;max-width:1040px}.CategoryPage_category-stats-section__3CfCv h2{font-size:44px;line-height:normal;font-weight:400;margin-bottom:30px}@media screen and (min-width:1551px){.CategoryPage_category-stats-section__3CfCv h2{font-size:48px}}@media screen and (min-width:769px)and (max-width:991px){.CategoryPage_category-stats-section__3CfCv h2{font-size:38px}}@media screen and (max-width:768px){.CategoryPage_category-stats-section__3CfCv h2{font-size:calc(32.5px + .390625vw);line-height:114.286%;max-width:480px;margin-left:auto;margin-right:auto}}@media screen and (max-width:576px){.CategoryPage_category-stats-section__3CfCv h2{max-width:290px}}.CategoryPage_category-stats-section__3CfCv .stat{background:#506074;font-style:italic;font-family:var(--heading-font);line-height:130%;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;border-radius:50%;margin:0 auto 30px;font-weight:400;position:relative;z-index:1;font-size:20px;padding:0 18px;max-width:283px}@media screen and (min-width:992px){.CategoryPage_category-stats-section__3CfCv .stat{margin:0 auto 50px}}@media screen and (max-width:768px){.CategoryPage_category-stats-section__3CfCv .stat{font-size:calc(11.5px + .390625vw);margin-bottom:27px}}.CategoryPage_category-stats-section__3CfCv .stat>div{padding:12px 10px 0;background:var(--color-gunmetal);width:100%;height:100%;max-height:calc(100% - 36px);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;color:var(--color-white);letter-spacing:normal}.CategoryPage_category-stats-section__3CfCv .stat>div .cell1{font-size:40px;font-weight:400;font-family:var(--heading-font);font-style:italic;text-transform:uppercase}.CategoryPage_category-stats-section__3CfCv .stat>div .cell2{font-size:26.799px;font-weight:400;font-family:var(--heading-font);font-style:italic;margin-top:15px}.CategoryPage_category-stats-section__3CfCv .stat>div .cell3{margin-top:20px;font-family:var(--base-font);font-size:18.8px;font-weight:800;max-width:150px;line-height:normal;letter-spacing:5.076px}.CategoryPage_category-stats-section__3CfCv .stat.per100{background:#ffb6a0}.CategoryPage_category-stats-section__3CfCv .stat.per75{background:conic-gradient(#ffb6a0 0 75%,#4b5a6f 75% 100%)}.CategoryPage_category-stats-section__3CfCv .stat.per45{background:conic-gradient(#ffb6a0 0 25%,#4b5a6f 25% 100%)}.CategoryPage_category-stats-section__3CfCv h3{font-size:28px;font-weight:700;margin-bottom:18px}@media screen and (min-width:1551px){.CategoryPage_category-stats-section__3CfCv h3{font-size:32px;margin-bottom:22px}}@media screen and (max-width:991px){.CategoryPage_category-stats-section__3CfCv h3{margin-bottom:10px}}@media screen and (max-width:768px){.CategoryPage_category-stats-section__3CfCv h3{font-size:calc(16.5px + .390625vw);font-weight:400;margin-bottom:10px}.CategoryPage_category-stats-section__3CfCv .desc,.CategoryPage_category-stats-section__3CfCv .description{margin:0 auto;max-width:350px}}@media screen and (max-width:576px){.CategoryPage_category-stats-section__3CfCv .desc,.CategoryPage_category-stats-section__3CfCv .description{max-width:272px;margin:0 auto}}@media screen and (max-width:768px){.CategoryPage_category-stats-section__3CfCv .desc p,.CategoryPage_category-stats-section__3CfCv .description p{font-size:calc(11.5px + .390625vw)}}.CategoryPage_category-stats-section__3CfCv .desc p a,.CategoryPage_category-stats-section__3CfCv .description p a{color:inherit;text-decoration:underline}.CategoryPage_category-stats-section__3CfCv .swiper-pagination-horizontal{position:unset;margin-top:38px}.CategoryPage_category-stats-section__3CfCv .swiper-pagination-horizontal .swiper-pagination-bullet{background:#506074;opacity:1}.CategoryPage_category-stats-section__3CfCv .swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--color-white)}.CategoryPage_category-stats-section__3CfCv .swiper-button-next,.CategoryPage_category-stats-section__3CfCv .swiper-button-prev{background:rgba(0,0,0,0);border:2px solid var(--color-white)}@media screen and (min-width:577px)and (max-width:1025px){.CategoryPage_category-stats-section__3CfCv .swiper-button-next,.CategoryPage_category-stats-section__3CfCv .swiper-button-prev{width:38px;height:38px}}.CategoryPage_category-stats-section__3CfCv .swiper-button-next.swiper-button-disabled,.CategoryPage_category-stats-section__3CfCv .swiper-button-prev.swiper-button-disabled{opacity:.4!important}.CategoryPage_category-stats-section__3CfCv .swiper-button-next:hover,.CategoryPage_category-stats-section__3CfCv .swiper-button-prev:hover{background:var(--color-white)}.CategoryPage_category-stats-section__3CfCv .swiper-button-next:hover:before,.CategoryPage_category-stats-section__3CfCv .swiper-button-prev:hover:before{filter:brightness(0) saturate(100%) invert(23%) sepia(0) saturate(3413%) hue-rotate(136deg) brightness(100%) contrast(91%)}.CategoryPage_category-stats-section__3CfCv .swiper-button-prev{left:15px!important}.CategoryPage_category-stats-section__3CfCv .swiper-button-next{right:15px!important}.CategoryPage_what-happens-next-section__vPN5_{padding-top:8.2vmax;padding-bottom:clamp(58px,5.4vmax,104px);position:relative;color:var(--color-white);overflow:hidden}.CategoryPage_what-happens-next-section__vPN5_ .container{margin-right:0;padding-right:0;max-width:1692px}@media screen and (min-width:1600px){.CategoryPage_what-happens-next-section__vPN5_ .container{max-width:89%}}@media screen and (max-width:991px){.CategoryPage_what-happens-next-section__vPN5_ .container{padding-left:25px}}@media screen and (max-width:767px){.CategoryPage_what-happens-next-section__vPN5_ .container{padding-right:25px;overflow:visible}}.CategoryPage_what-happens-next-section__vPN5_ .bg-image{position:absolute;top:0;left:0;width:100%;height:100%}.CategoryPage_what-happens-next-section__vPN5_ .bg-image .image-area,.CategoryPage_what-happens-next-section__vPN5_ .bg-image .main-image>.image,.CategoryPage_what-happens-next-section__vPN5_ .bg-image .product-block-main-image{height:100%;overflow:hidden}.CategoryPage_what-happens-next-section__vPN5_ .bg-image .main-image{height:100%;aspect-ratio:unset!important}.CategoryPage_what-happens-next-section__vPN5_ .bg-image img{width:100%;height:100%;object-fit:cover;object-position:top}.CategoryPage_what-happens-next-section__vPN5_ .bg-image:after{display:block;content:"";background:#506074;position:absolute;top:0;left:0;width:100%;height:100%;opacity:94%}.CategoryPage_what-happens-next-section__vPN5_ .bg-image.filp-x img{transform:scaleX(-1)}.CategoryPage_what-happens-next-section__vPN5_ .col-6{width:100%;max-width:100%}.CategoryPage_what-happens-next-section__vPN5_ .top-description{position:relative;z-index:1;margin-bottom:clamp(50px,4.5vmax,84px)}@media screen and (min-width:768px){.CategoryPage_what-happens-next-section__vPN5_ .top-description{padding-right:15px}}.CategoryPage_what-happens-next-section__vPN5_ .top-description h2{color:var(--color-white);font-size:44px;line-height:normal;font-weight:400;margin-bottom:16px}@media screen and (min-width:1551px){.CategoryPage_what-happens-next-section__vPN5_ .top-description h2{font-size:48px;margin-bottom:20px}}@media screen and (min-width:769px)and (max-width:991px){.CategoryPage_what-happens-next-section__vPN5_ .top-description h2{font-size:38px}}@media screen and (max-width:768px){.CategoryPage_what-happens-next-section__vPN5_ .top-description h2{font-size:calc(33.5px + .390625vw)}}.CategoryPage_what-happens-next-section__vPN5_ .top-description .desc,.CategoryPage_what-happens-next-section__vPN5_ .top-description .description{max-width:1400px}@media screen and (max-width:768px){.CategoryPage_what-happens-next-section__vPN5_ .top-description p{font-size:calc(11.5px + .390625vw)}}.CategoryPage_what-happens-next-section__vPN5_ .top-description p a{color:inherit;text-decoration:underline}.CategoryPage_what-happens-next-section__vPN5_ .swiper-slide{position:relative;padding-top:100px}@media screen and (max-width:576px){.CategoryPage_what-happens-next-section__vPN5_ .swiper-slide{padding-top:68px}}.CategoryPage_what-happens-next-section__vPN5_ .swiper-slide:before{display:block;content:"";width:42px;height:42px;position:absolute;top:0;left:0;background:#fcb9a7;border:5px solid var(--color-white);border-radius:50%;z-index:1}@media screen and (min-width:1551px){.CategoryPage_what-happens-next-section__vPN5_ .swiper-slide:before{width:46px;height:46px}}@media screen and (max-width:576px){.CategoryPage_what-happens-next-section__vPN5_ .swiper-slide:before{border-width:4px;width:36px;height:36px}}.CategoryPage_what-happens-next-section__vPN5_ .swiper-slide:after{display:block;content:"";width:100%;height:5px;position:absolute;top:18.5px;left:15px;background:var(--color-white)}@media screen and (min-width:1551px){.CategoryPage_what-happens-next-section__vPN5_ .swiper-slide:after{top:20.5px}}@media screen and (max-width:576px){.CategoryPage_what-happens-next-section__vPN5_ .swiper-slide:after{height:4px;top:16px}}.CategoryPage_what-happens-next-section__vPN5_ .slide-content{max-width:357px}@media screen and (max-width:767px){.CategoryPage_what-happens-next-section__vPN5_ .slide-content{padding-right:15px}}.CategoryPage_what-happens-next-section__vPN5_ .slide-content .title p,.CategoryPage_what-happens-next-section__vPN5_ .slide-content h3{font-size:28px;font-weight:700;margin-bottom:12px;font-family:var(--heading-font);line-height:normal}@media screen and (min-width:1551px){.CategoryPage_what-happens-next-section__vPN5_ .slide-content .title p,.CategoryPage_what-happens-next-section__vPN5_ .slide-content h3{font-size:32px;margin-bottom:15px}}@media screen and (max-width:768px){.CategoryPage_what-happens-next-section__vPN5_ .slide-content .title p,.CategoryPage_what-happens-next-section__vPN5_ .slide-content h3{font-size:calc(18.5px + .390625vw)}}.CategoryPage_what-happens-next-section__vPN5_ .slide-content .description{max-width:357px}.CategoryPage_what-happens-next-section__vPN5_ .swiper-horizontal .swiper-button-next,.CategoryPage_what-happens-next-section__vPN5_ .swiper-horizontal .swiper-button-prev{transform:unset;margin:0;background:rgba(0,0,0,0);border:2px solid var(--color-white);top:unset;bottom:0}@media screen and (max-width:767px){.CategoryPage_what-happens-next-section__vPN5_ .swiper-horizontal .swiper-button-next,.CategoryPage_what-happens-next-section__vPN5_ .swiper-horizontal .swiper-button-prev{bottom:clamp(58px,5.4vmax,104px)}}.CategoryPage_what-happens-next-section__vPN5_ .swiper-horizontal .swiper-button-next.swiper-button-disabled,.CategoryPage_what-happens-next-section__vPN5_ .swiper-horizontal .swiper-button-prev.swiper-button-disabled{opacity:.4!important}.CategoryPage_what-happens-next-section__vPN5_ .swiper-horizontal .swiper-button-next:hover,.CategoryPage_what-happens-next-section__vPN5_ .swiper-horizontal .swiper-button-prev:hover{background:var(--color-white)}.CategoryPage_what-happens-next-section__vPN5_ .swiper-horizontal .swiper-button-next:hover:before,.CategoryPage_what-happens-next-section__vPN5_ .swiper-horizontal .swiper-button-prev:hover:before{filter:brightness(0) saturate(100%) invert(23%) sepia(0) saturate(3413%) hue-rotate(136deg) brightness(100%) contrast(91%)}@media screen and (max-width:991px)and (min-width:577px){.CategoryPage_what-happens-next-section__vPN5_ .swiper-horizontal .swiper-button-prev{left:calc(50% - 55px)}}@media screen and (max-width:576px){.CategoryPage_what-happens-next-section__vPN5_ .swiper-horizontal .swiper-button-prev{left:calc(50% - 42px)}}.CategoryPage_what-happens-next-section__vPN5_ .swiper-horizontal .swiper-button-next{left:60px}@media screen and (min-width:1600px){.CategoryPage_what-happens-next-section__vPN5_ .swiper-horizontal .swiper-button-next{left:71px}}@media screen and (max-width:991px)and (min-width:577px){.CategoryPage_what-happens-next-section__vPN5_ .swiper-horizontal .swiper-button-next{left:calc(50% + 4px)}}@media screen and (max-width:576px){.CategoryPage_what-happens-next-section__vPN5_ .swiper-horizontal .swiper-button-next{left:50%}}@media screen and (max-width:767px){.CategoryPage_what-happens-next-section__vPN5_ .swiper{overflow:visible;width:96%;margin-left:0;position:unset}}.CategoryPage_what-happens-next-section__vPN5_ .swiper-wrapper{margin-bottom:clamp(122px,9vmax,180px)}.CategoryPage_what-happens-next-section__vPN5_{margin-bottom:6vmax}.CategoryPage_what-happens-next-section__vPN5_:has(+.sd-category-block-full-width .sd-anchor-list){margin-bottom:0}.CategoryPage_category-promo-swiper-block__HYqiT{background:#f2ebe4;padding-top:clamp(35px,5.6vmax,106px);padding-bottom:clamp(43px,6.3vmax,120px);overflow:hidden}.CategoryPage_category-promo-swiper-block__HYqiT:has(+.CategoryPage_let-us-help-block__Ze5D9){margin-bottom:6.6vmax}@media screen and (min-width:769px){.CategoryPage_category-promo-swiper-block__HYqiT .row .col-6:first-child{background:#f2ebe4;position:relative;z-index:2}.CategoryPage_category-promo-swiper-block__HYqiT .row .col-6:first-child:before{display:block;content:"";position:absolute;top:0;left:-100%;background:#f2ebe4;width:100%;height:100%}}@media screen and (max-width:990px){.CategoryPage_category-promo-swiper-block__HYqiT .row{flex-direction:column}.CategoryPage_category-promo-swiper-block__HYqiT .row .col-6{width:100%}}.CategoryPage_category-promo-swiper-block__HYqiT .block-custom-text{height:100%;display:flex;align-items:center;justify-content:center;padding-bottom:40px}@media screen and (max-width:768px){.CategoryPage_category-promo-swiper-block__HYqiT .block-custom-text{padding-bottom:25px}}.CategoryPage_category-promo-swiper-block__HYqiT .block-custom-text img{display:block;object-fit:contain;margin:0 auto 30px;height:auto}@media screen and (min-width:1551px){.CategoryPage_category-promo-swiper-block__HYqiT .block-custom-text img{margin-bottom:40px}}@media screen and (max-width:1350px){.CategoryPage_category-promo-swiper-block__HYqiT .block-custom-text img{max-width:145px}}@media screen and (max-width:576px){.CategoryPage_category-promo-swiper-block__HYqiT .block-custom-text img{max-width:116px}}.CategoryPage_category-promo-swiper-block__HYqiT .block-custom-text h2{font-size:59px;font-weight:400;line-height:normal;text-align:center}@media screen and (min-width:1551px){.CategoryPage_category-promo-swiper-block__HYqiT .block-custom-text h2{font-size:69px}}@media screen and (min-width:992px)and (max-width:1350px){.CategoryPage_category-promo-swiper-block__HYqiT .block-custom-text h2{font-size:49px}}@media screen and (min-width:769px)and (max-width:991px){.CategoryPage_category-promo-swiper-block__HYqiT .block-custom-text h2{font-size:44px}}@media screen and (max-width:768px){.CategoryPage_category-promo-swiper-block__HYqiT .block-custom-text h2{font-size:calc(33.5px + .390625vw);line-height:128.571%;text-align:center}}.CategoryPage_category-promo-swiper-block__HYqiT .block-custom-text h2 span{display:block;font-style:italic}.CategoryPage_category-promo-swiper-block__HYqiT .swiper-slide .image{aspect-ratio:428/405;margin-bottom:35px;width:95%;max-width:428px;position:relative}.CategoryPage_category-promo-swiper-block__HYqiT .swiper-slide .image img{object-fit:cover}.CategoryPage_category-promo-swiper-block__HYqiT .swiper-slide .title{text-align:center;margin-bottom:10px}@media screen and (min-width:1551px){.CategoryPage_category-promo-swiper-block__HYqiT .swiper-slide .title{margin-bottom:15px}}.CategoryPage_category-promo-swiper-block__HYqiT .swiper-slide .title h3,.CategoryPage_category-promo-swiper-block__HYqiT .swiper-slide .title p{font-family:var(--heading-font);font-size:34px;line-height:normal;font-weight:400;margin-bottom:15px}@media screen and (max-width:768px){.CategoryPage_category-promo-swiper-block__HYqiT .swiper-slide .title h3,.CategoryPage_category-promo-swiper-block__HYqiT .swiper-slide .title p{font-size:calc(22.5px + .390625vw)}}.CategoryPage_category-promo-swiper-block__HYqiT .swiper-slide .title h3:last-child,.CategoryPage_category-promo-swiper-block__HYqiT .swiper-slide .title p:last-child{margin-bottom:0}.CategoryPage_category-promo-swiper-block__HYqiT .swiper-slide .description{text-align:center}.CategoryPage_category-promo-swiper-block__HYqiT .swiper-slide .slide-content{max-width:455px;width:95%}@media screen and (max-width:768px){.CategoryPage_category-promo-swiper-block__HYqiT .swiper-slide .slide-content{padding:0 15px}}.CategoryPage_category-promo-swiper-block__HYqiT .swiper-wrapper{margin-bottom:60px}@media screen and (min-width:1551px){.CategoryPage_category-promo-swiper-block__HYqiT .swiper-wrapper{margin-bottom:80px}}@media screen and (max-width:768px){.CategoryPage_category-promo-swiper-block__HYqiT .swiper-wrapper{margin-bottom:40px}}.CategoryPage_category-promo-swiper-block__HYqiT .swiper-horizontal{overflow:visible}@media screen and (max-width:991px){.CategoryPage_category-promo-swiper-block__HYqiT .swiper-horizontal{max-width:600px}}.CategoryPage_category-promo-swiper-block__HYqiT .swiper-horizontal .swiper-button-prev{right:59px;left:unset;bottom:-22px;top:unset}@media screen and (min-width:1600px){.CategoryPage_category-promo-swiper-block__HYqiT .swiper-horizontal .swiper-button-prev{right:70px}}@media screen and (max-width:576px){.CategoryPage_category-promo-swiper-block__HYqiT .swiper-horizontal .swiper-button-prev{bottom:-16px;right:45px}}.CategoryPage_category-promo-swiper-block__HYqiT .swiper-horizontal .swiper-button-next{right:0;bottom:-22px;top:unset}@media screen and (max-width:576px){.CategoryPage_category-promo-swiper-block__HYqiT .swiper-horizontal .swiper-button-next{bottom:-16px}}.CategoryPage_category-promo-swiper-block__HYqiT .swiper-horizontal .swiper-pagination{position:unset;width:calc(100% - 140px)}@media screen and (min-width:1600px){.CategoryPage_category-promo-swiper-block__HYqiT .swiper-horizontal .swiper-pagination{width:calc(100% - 150px)}}@media screen and (max-width:576px){.CategoryPage_category-promo-swiper-block__HYqiT .swiper-horizontal .swiper-pagination{width:calc(100% - 100px)}}.CategoryPage_category-promo-swiper-block__HYqiT .swiper-button-next,.CategoryPage_category-promo-swiper-block__HYqiT .swiper-button-prev{background:rgba(0,0,0,0);border:2px solid var(--color-primary)}.CategoryPage_category-promo-swiper-block__HYqiT .swiper-button-next.swiper-button-disabled,.CategoryPage_category-promo-swiper-block__HYqiT .swiper-button-prev.swiper-button-disabled{opacity:.4!important}.CategoryPage_category-promo-swiper-block__HYqiT .swiper-button-next:before,.CategoryPage_category-promo-swiper-block__HYqiT .swiper-button-prev:before{filter:brightness(0) saturate(100%) invert(23%) sepia(0) saturate(3413%) hue-rotate(136deg) brightness(100%) contrast(91%)}.CategoryPage_category-promo-swiper-block__HYqiT .swiper-button-next:hover,.CategoryPage_category-promo-swiper-block__HYqiT .swiper-button-prev:hover{background:var(--color-primary)}.CategoryPage_category-promo-swiper-block__HYqiT .swiper-button-next:hover:before,.CategoryPage_category-promo-swiper-block__HYqiT .swiper-button-prev:hover:before{filter:unset}.CategoryPage_let-us-help-block__Ze5D9{margin-bottom:clamp(30px,6.1vmax,117px)}.CategoryPage_let-us-help-block__Ze5D9 .top-description{margin-bottom:clamp(30px,4.1vmax,78px)}@media screen and (max-width:600px){.CategoryPage_let-us-help-block__Ze5D9 .top-description{padding:0 15px}}.CategoryPage_let-us-help-block__Ze5D9 h2{font-size:42px;font-weight:400;line-height:123.077%;letter-spacing:1.56px}@media screen and (min-width:1551px){.CategoryPage_let-us-help-block__Ze5D9 h2{font-size:52px}}@media screen and (min-width:769px)and (max-width:991px){.CategoryPage_let-us-help-block__Ze5D9 h2{font-size:38px}}@media screen and (max-width:768px){.CategoryPage_let-us-help-block__Ze5D9 h2{font-size:calc(30.5px + .390625vw);letter-spacing:unset}}.CategoryPage_let-us-help-block__Ze5D9 h2{text-align:center;letter-spacing:unset}@media screen and (min-width:1551px){.CategoryPage_let-us-help-block__Ze5D9 h2{font-size:46px}}@media screen and (max-width:576px){.CategoryPage_let-us-help-block__Ze5D9 h2{max-width:252px;margin-left:auto;margin-right:auto}}@media screen and (min-width:992px){.CategoryPage_let-us-help-block__Ze5D9 .container{max-width:1482px}}@media screen and (max-width:600px){.CategoryPage_let-us-help-block__Ze5D9 .container{padding:0}}@media screen and (min-width:1100px){.CategoryPage_let-us-help-block__Ze5D9 .swiper-wrapper{display:flex;justify-content:space-between;margin-bottom:0!important}}@media screen and (max-width:1023px){.CategoryPage_let-us-help-block__Ze5D9 .swiper-wrapper{margin-bottom:60px!important}}.CategoryPage_let-us-help-block__Ze5D9 .swiper-wrapper .swiper-slide{height:auto}@media screen and (min-width:1100px){.CategoryPage_let-us-help-block__Ze5D9 .swiper-wrapper .swiper-slide{flex:1;max-width:426px}}.CategoryPage_let-us-help-block__Ze5D9 .image{margin-bottom:30px;aspect-ratio:426/283;position:relative;overflow:hidden}@media screen and (min-width:1551px){.CategoryPage_let-us-help-block__Ze5D9 .image{margin-bottom:36px}}@media screen and (max-width:600px){.CategoryPage_let-us-help-block__Ze5D9 .image{margin:0 0 20px}}.CategoryPage_let-us-help-block__Ze5D9 .image>a{display:block;position:relative;width:100%;height:100%}.CategoryPage_let-us-help-block__Ze5D9 .image img{width:100%;height:auto;object-fit:cover;aspect-ratio:426/283;transition:transform .3s ease-in-out}.CategoryPage_let-us-help-block__Ze5D9 .image img:hover{transform:scale(1.05)}.CategoryPage_let-us-help-block__Ze5D9 .flag{border-radius:50%;aspect-ratio:1/1;padding:10px;font-size:9px;font-weight:500;background:var(--color-primary);width:fit-content;color:var(--color-white);text-align:center;max-width:89px;position:absolute;top:22px;right:17px;line-height:normal;display:flex;align-items:center;justify-content:center;flex-direction:column}.CategoryPage_let-us-help-block__Ze5D9 .flag span{font-size:21.797px;display:block;font-weight:700}.CategoryPage_let-us-help-block__Ze5D9 h3{font-size:28px;line-height:119.048%}@media screen and (min-width:1551px){.CategoryPage_let-us-help-block__Ze5D9 h3{font-size:30px}}@media screen and (min-width:769px)and (max-width:991px){.CategoryPage_let-us-help-block__Ze5D9 h3{font-size:24px}}@media screen and (max-width:768px){.CategoryPage_let-us-help-block__Ze5D9 h3{font-size:calc(21.5px + .390625vw)}}.CategoryPage_let-us-help-block__Ze5D9 h3{text-align:center;margin-bottom:8px}@media screen and (min-width:1141px){.CategoryPage_let-us-help-block__Ze5D9 h3{margin-bottom:10px}}@media screen and (min-width:992px)and (max-width:1140px){.CategoryPage_let-us-help-block__Ze5D9 h3{font-size:24px}}@media screen and (max-width:576px){.CategoryPage_let-us-help-block__Ze5D9 p{max-width:340px;margin-left:auto;margin-right:auto}}.CategoryPage_let-us-help-block__Ze5D9 p{text-align:center}.CategoryPage_let-us-help-block__Ze5D9 .button-col{margin-top:28px;text-align:center}.CategoryPage_let-us-help-block__Ze5D9 .button-col .btn{display:block;width:100%}.CategoryPage_let-us-help-block__Ze5D9 .button-col a:not(.btn){font-size:20px;line-height:163.636%}@media screen and (min-width:1551px){.CategoryPage_let-us-help-block__Ze5D9 .button-col a:not(.btn){font-size:22px}}@media screen and (min-width:769px)and (max-width:991px){.CategoryPage_let-us-help-block__Ze5D9 .button-col a:not(.btn){font-size:18px}}@media screen and (max-width:768px){.CategoryPage_let-us-help-block__Ze5D9 .button-col a:not(.btn){font-size:calc(14.5px + .390625vw);line-height:143%}}.CategoryPage_let-us-help-block__Ze5D9 .button-col a:not(.btn){font-family:var(--heading-font);color:var(--color-primary);text-decoration:underline;font-weight:700}.CategoryPage_let-us-help-block__Ze5D9 .button-col a:not(.btn):hover{color:var(--color-black-coral)}.CategoryPage_let-us-help-block__Ze5D9 .swiper-pagination-progressbar{position:unset;margin-bottom:15px;width:calc(100% - 140px)!important}@media screen and (min-width:1600px){.CategoryPage_let-us-help-block__Ze5D9 .swiper-pagination-progressbar{max-width:1312px;margin-left:auto;margin-right:16%;margin-bottom:25px}}@media screen and (min-width:577px)and (max-width:1550px){.CategoryPage_let-us-help-block__Ze5D9 .swiper-pagination-progressbar{margin-bottom:21px}}@media screen and (max-width:600px){.CategoryPage_let-us-help-block__Ze5D9 .swiper-pagination-progressbar{margin-left:15px;width:calc(100% - 155px)!important}}@media screen and (max-width:576px){.CategoryPage_let-us-help-block__Ze5D9 .swiper-pagination-progressbar{width:calc(100% - 115px)!important}}.CategoryPage_let-us-help-block__Ze5D9 .swiper-button-next,.CategoryPage_let-us-help-block__Ze5D9 .swiper-button-prev{top:unset!important;bottom:0;transform:unset}.CategoryPage_let-us-help-block__Ze5D9 .swiper-button-prev{left:unset!important;right:56px!important}@media screen and (min-width:1600px){.CategoryPage_let-us-help-block__Ze5D9 .swiper-button-prev{right:calc(7% + 65px)!important}}@media screen and (max-width:600px){.CategoryPage_let-us-help-block__Ze5D9 .swiper-button-prev{right:71px!important}}@media screen and (max-width:576px){.CategoryPage_let-us-help-block__Ze5D9 .swiper-button-prev{right:57px!important}}.CategoryPage_let-us-help-block__Ze5D9 .swiper-button-next{right:0!important}@media screen and (min-width:1600px){.CategoryPage_let-us-help-block__Ze5D9 .swiper-button-next{right:7%!important}}@media screen and (max-width:600px){.CategoryPage_let-us-help-block__Ze5D9 .swiper-button-next{right:15px!important}.CategoryPage_let-us-help-block__Ze5D9 .slide-content{padding:0 15px}}.CategoryPage_faq-section__y1GAG{margin-bottom:clamp(56px,6.1vmax,110px);background:#f2ebe4;padding-top:4vmax;padding-bottom:9.2vmax}@media screen and (max-width:576px){.CategoryPage_faq-section__y1GAG{padding-bottom:74px}}@media screen and (min-width:992px){.CategoryPage_faq-section__y1GAG .category-block-inner,.CategoryPage_faq-section__y1GAG .homeblock-inner,.CategoryPage_faq-section__y1GAG .product-block-inner{display:flex}.CategoryPage_faq-section__y1GAG .category-block-inner>div,.CategoryPage_faq-section__y1GAG .homeblock-inner>div,.CategoryPage_faq-section__y1GAG .product-block-inner>div{width:50%}}.CategoryPage_faq-section__y1GAG h2{font-size:42px;font-weight:400;line-height:123.077%;letter-spacing:1.56px}@media screen and (min-width:1551px){.CategoryPage_faq-section__y1GAG h2{font-size:52px}}@media screen and (min-width:769px)and (max-width:991px){.CategoryPage_faq-section__y1GAG h2{font-size:38px}}@media screen and (max-width:768px){.CategoryPage_faq-section__y1GAG h2{font-size:calc(30.5px + .390625vw);letter-spacing:unset}}.CategoryPage_faq-section__y1GAG h2{line-height:129.31%}@media screen and (min-width:1551px){.CategoryPage_faq-section__y1GAG h2{font-size:58px}}@media screen and (max-width:991px){.CategoryPage_faq-section__y1GAG h2{text-align:center;margin-bottom:25px}}.CategoryPage_faq-section__y1GAG h2 span{display:block}.CategoryPage_faq-section__y1GAG .tab-accordion{width:100%;max-width:872px;border-bottom:1px solid #cdc8bf}.CategoryPage_faq-section__y1GAG .tab-accordion p{width:95%;max-width:750px}@media screen and (min-width:1551px){.CategoryPage_faq-section__y1GAG .tab-accordion p{font-size:18px}}@media screen and (max-width:768px){.CategoryPage_faq-section__y1GAG .tab-accordion p{font-size:calc(11.5px + .390625vw)}}.CategoryPage_faq-section__y1GAG .tab-accordion p:last-child{margin-bottom:10px}@media screen and (min-width:769px){.CategoryPage_faq-section__y1GAG .tab-accordion p:last-child{margin-bottom:20px}}.CategoryPage_faq-section__y1GAG .tab-accordion .select-acc{display:flex;align-items:center;justify-content:space-between;width:100%;font-family:var(--heading-font);font-size:22px;line-height:normal;padding:22px 0;gap:15px;cursor:pointer}@media screen and (min-width:1551px){.CategoryPage_faq-section__y1GAG .tab-accordion .select-acc{font-size:24px}}@media screen and (min-width:1200px){.CategoryPage_faq-section__y1GAG .tab-accordion .select-acc{font-weight:700}}@media screen and (min-width:992px){.CategoryPage_faq-section__y1GAG .tab-accordion .select-acc{padding:31px 0}}@media screen and (min-width:769px)and (max-width:991px){.CategoryPage_faq-section__y1GAG .tab-accordion .select-acc{font-size:20px}}@media screen and (max-width:768px){.CategoryPage_faq-section__y1GAG .tab-accordion .select-acc{font-size:calc(14.5px + .390625vw)}}.CategoryPage_faq-section__y1GAG .tab-accordion .select-acc:after{pointer-events:none;display:block;content:"";background:url(/_next/static/media/faq-plus-icon.2a247cac.svg) no-repeat 50%;background-size:100% 100%;width:24px;height:24px;min-width:24px}@media screen and (min-width:1200px){.CategoryPage_faq-section__y1GAG .tab-accordion .select-acc:after{width:28px;height:28px;min-width:28px}}.CategoryPage_faq-section__y1GAG .tab-accordion .faq-content{overflow:hidden;max-height:0;transition:max-height .3s ease-in-out;visibility:visible}.CategoryPage_faq-section__y1GAG .tab-accordion .faq-content>div{padding-bottom:15px}@media screen and (min-width:769px){.CategoryPage_faq-section__y1GAG .tab-accordion .faq-content>div{padding-bottom:25px}}.CategoryPage_faq-section__y1GAG .tab-accordion .faq-content>div p{text-align:left;margin-left:0}.CategoryPage_faq-section__y1GAG .tab-accordion.active .select-acc:after{background:url(/_next/static/media/faq-minus-icon.6d42eb0f.svg) no-repeat 50%;background-size:100% 100%}.CategoryPage_faq-section__y1GAG .tab-accordion.active .faq-content{max-height:1000px}@media screen and (min-width:992px){.CategoryPage_faq-section__y1GAG .block-custom-module{display:flex}.CategoryPage_faq-section__y1GAG .block-custom-module>div{width:50%}}.AmazzingFilter_filter-popup__l_HBM{width:100%;max-width:507px}@media screen and (max-width:576px){.AmazzingFilter_filter-popup__l_HBM{max-width:100%}}.AmazzingFilter_filter-popup__l_HBM .af-drawer__header{padding:30px 18px 20px;column-gap:10px;box-shadow:none}@media screen and (min-width:577px){.AmazzingFilter_filter-popup__l_HBM .af-drawer__header{padding:46px 2.4vmax 20px}}.AmazzingFilter_filter-popup__l_HBM .af-drawer__header h3{font-size:38px;font-weight:400;line-height:154.762%}@media screen and (min-width:1551px){.AmazzingFilter_filter-popup__l_HBM .af-drawer__header h3{font-size:42px}}@media screen and (min-width:769px)and (max-width:991px){.AmazzingFilter_filter-popup__l_HBM .af-drawer__header h3{font-size:34px}}@media screen and (max-width:768px){.AmazzingFilter_filter-popup__l_HBM .af-drawer__header h3{font-size:calc(27.5px + .390625vw);line-height:137.93%;letter-spacing:unset}}.AmazzingFilter_filter-popup__l_HBM .af-drawer__header button{width:32px;height:32px;border:1px solid var(--color-primary);border-radius:50%}@media screen and (min-width:577px){.AmazzingFilter_filter-popup__l_HBM .af-drawer__header button{width:42px;height:42px;border-width:2px}}.AmazzingFilter_filter-popup__l_HBM .af-drawer__header button span{font-size:26px;font-family:auto;font-weight:600}@media screen and (min-width:577px){.AmazzingFilter_filter-popup__l_HBM .af-drawer__header button span{font-size:30px}}.AmazzingFilter_filter-popup__l_HBM .af-drawer__header button:hover{background:var(--color-primary);color:var(--color-white)}.AmazzingFilter_filter-popup__l_HBM .filter-sort-button{padding:40px 0 0}.AmazzingFilter_filter-popup__l_HBM .filter-sort-button .nb-products{display:none}.AmazzingFilter_filter-popup__l_HBM .filter-sort-button .sort-by-button{border-top:1px solid #cecece;width:100%;padding:7px 0;display:flex;align-items:center;column-gap:5px;position:relative}.AmazzingFilter_filter-popup__l_HBM .filter-sort-button .sort-by-button .font-medium{font-size:18px;font-family:var(--heading-font)}@media screen and (min-width:577px){.AmazzingFilter_filter-popup__l_HBM .filter-sort-button .sort-by-button .font-medium{font-size:20px}}.AmazzingFilter_filter-popup__l_HBM .filter-sort-button .sort-by-button svg{display:none}.AmazzingFilter_filter-popup__l_HBM .filter-sort-button .sort-by-button:after{display:block;content:"";background:url(/_next/static/media/plus-icon.6c62b361.svg) no-repeat 50%;background-size:100% 100%;width:43px;height:43px;margin-left:auto}@media screen and (min-width:577px){.AmazzingFilter_filter-popup__l_HBM .filter-sort-button .sort-by-button:after{width:45px;height:45px}}.AmazzingFilter_filter-popup__l_HBM .filter-sort-button .sort-by-button.active:after{background:url(/_next/static/media/minus-icon.cc2bd9b4.svg) no-repeat 50%}.AmazzingFilter_filter-popup__l_HBM .filter-sort-button .filter-buttons{flex:1}.AmazzingFilter_filter-popup__l_HBM .filter-sort-button input{accent-color:var(--color-primary)}.AmazzingFilter_filter-popup__l_HBM .af-drawer__body{padding:40px 18px 20px}@media screen and (max-width:768px){.AmazzingFilter_filter-popup__l_HBM .af-drawer__body{padding-top:0}}@media screen and (min-width:577px){.AmazzingFilter_filter-popup__l_HBM .af-drawer__body{padding:0 2.4vmax 20px}}.AmazzingFilter_filter-popup__l_HBM .af-drawer__footer{padding:15px 16px 20px;background:var(--color-white);box-shadow:0 -6px 20px 0 rgba(0,0,0,.09);display:flex;column-gap:10px}@media screen and (min-width:577px){.AmazzingFilter_filter-popup__l_HBM .af-drawer__footer{padding:23px 24px}}@media screen and (max-width:576px){.AmazzingFilter_filter-popup__l_HBM .af-drawer__footer{flex-direction:column-reverse;row-gap:10px}}.AmazzingFilter_filter-popup__l_HBM .af-drawer__footer button{flex:1;font-size:14px;letter-spacing:1.4px;text-transform:uppercase}@media screen and (min-width:577px){.AmazzingFilter_filter-popup__l_HBM .af-drawer__footer button{font-size:16px;letter-spacing:1.6px;padding:16px 15px}}.AmazzingFilter_filter-popup__l_HBM .selected-filters{display:none}.AmazzingFilter_filter-popup__l_HBM .filter-options{border-top:1px solid #cecece}.AmazzingFilter_filter-popup__l_HBM .af_filter{border-bottom:1px solid #cecece;margin:0!important}.AmazzingFilter_filter-popup__l_HBM .af_filter:not(:has(.af_filter_content ul li)){display:none}.AmazzingFilter_filter-popup__l_HBM .af_filter .af_subtitle{cursor:pointer;margin:0;padding:7px 0;font-size:18px;display:flex;align-items:center;justify-content:space-between;column-gap:4px;font-family:var(--heading-font)}@media screen and (min-width:577px){.AmazzingFilter_filter-popup__l_HBM .af_filter .af_subtitle{font-size:20px}}.AmazzingFilter_filter-popup__l_HBM .af_filter .af_subtitle .selected-count{margin-left:auto;font-size:13px;min-width:26px;line-height:26px;text-align:center;background:var(--color-primary);color:var(--color-white);border-radius:50%}@media screen and (max-width:768px){.AmazzingFilter_filter-popup__l_HBM .af_filter .af_subtitle .selected-count{font-size:12px;min-width:24px;line-height:24px}}.AmazzingFilter_filter-popup__l_HBM .af_filter .af_subtitle:after{display:block;content:"";background:url(/_next/static/media/plus-icon.6c62b361.svg) no-repeat 50%;background-size:100% 100%;width:43px;height:43px}@media screen and (min-width:577px){.AmazzingFilter_filter-popup__l_HBM .af_filter .af_subtitle:after{width:45px;height:45px}}.AmazzingFilter_filter-popup__l_HBM .af_filter .af_filter_content{display:none}.AmazzingFilter_filter-popup__l_HBM .af_filter .af_filter_content ul{padding-bottom:25px!important;display:flex;flex-wrap:wrap}.AmazzingFilter_filter-popup__l_HBM .af_filter .af_filter_content ul li{display:block!important;width:100%}.AmazzingFilter_filter-popup__l_HBM .af_filter .af_filter_content ul li label{cursor:pointer;font-size:16px;font-weight:400;column-gap:15px}.AmazzingFilter_filter-popup__l_HBM .af_filter .af_filter_content ul li label input[type=checkbox]{cursor:pointer;pointer-events:none}.AmazzingFilter_filter-popup__l_HBM .af_filter .af_filter_content ul li label span{line-height:normal}.AmazzingFilter_filter-popup__l_HBM .af_filter .af_filter_content ul li label .name{display:flex;align-items:center;justify-content:space-between}.AmazzingFilter_filter-popup__l_HBM .af_filter .af_filter_content ul li label .count{color:#adadad;margin-left:4px}.AmazzingFilter_filter-popup__l_HBM .af_filter .af_filter_content ul li label .af-color-box{background-size:100% 100%;background-position:50%;width:26px;height:26px;border-radius:50%}@media screen and (min-width:326px){.AmazzingFilter_filter-popup__l_HBM .af_filter .af_filter_content ul li:has(.af-color-box){width:50%;margin-top:0;margin-bottom:4px}}.AmazzingFilter_filter-popup__l_HBM .af_filter .af_filter_content ul li:has(.af-color-box) label{position:relative;width:fit-content}.AmazzingFilter_filter-popup__l_HBM .af_filter .af_filter_content ul li:has(.af-color-box) label input{visibility:hidden;width:1px!important;height:1px!important;position:absolute;left:0}.AmazzingFilter_filter-popup__l_HBM .af_filter .af_filter_content ul li:has(.af-color-box) label .name{display:inline-block}.AmazzingFilter_filter-popup__l_HBM .af_filter .af_filter_content ul li.active .af-color-box{outline:2px solid var(--color-primary);outline-offset:2px}@media screen and (max-width:991px){.AmazzingFilter_filter-popup__l_HBM .af_filter:last-child{border-bottom:none}}.AmazzingFilter_filter-popup__l_HBM .af_filter.active .af_subtitle:after{background:url(/_next/static/media/minus-icon.cc2bd9b4.svg) no-repeat 50%;background-size:100% 100%}.AmazzingFilter_filter-popup__l_HBM .af_filter.active .af_filter_content{display:block}.AmazzingFilter_filter-popup__l_HBM .af_filter[data-url=colour-attributes]{border:none}.AmazzingFilter_filter-popup__l_HBM .af_filter[data-url=colour-attributes] .af_subtitle{display:none}.AmazzingFilter_filter-popup__l_HBM .af_filter[data-key=adc_color].active+.af_filter[data-url=colour-attributes] .heading{margin-bottom:5px!important}.AmazzingFilter_filter-popup__l_HBM .af_filter[data-key=adc_color].active+.af_filter[data-url=colour-attributes] .af_filter_content{display:block}.AmazzingFilter_filter-popup__l_HBM .af_filter[data-key=adc_color].active+.af_filter[data-url=colour-attributes] .af_filter_content ul li{padding:4px;margin:0;width:fit-content}.AmazzingFilter_filter-popup__l_HBM .af_filter[data-key=adc_color].active+.af_filter[data-url=colour-attributes] .af_filter_content ul li .name{display:none}.AmazzingFilter_filter-popup__l_HBM .af_filter[data-key=adc_color].active+.af_filter[data-url=colour-attributes] .af_filter_content ul li .af-color-box{width:50px;height:50px;border-radius:0}.AmazzingFilter_sorting-filter__Wpbo_{position:fixed;top:50px;right:0;width:300px;background-color:rgba(0,0,0,.5);color:#fff;padding:20px;z-index:1000}.AmazzingFilter_filter-buttons__1e7LT button{margin:5px;padding:10px;background-color:#555;color:#fff;border:none;cursor:pointer}.AmazzingFilter_filter-buttons__1e7LT button:hover{background-color:#333}.AmazzingFilter_selected-filters__y2xwl{margin-bottom:25px}@media screen and (min-width:577px){.AmazzingFilter_selected-filters__y2xwl{margin-top:-7px}}.AmazzingFilter_selected-filters__y2xwl button{font-size:14px;font-weight:600;border-radius:60px;border:1px solid #000;display:flex;align-items:center;gap:10px;padding:5px 15px}.AmazzingFilter_selected-filters__y2xwl button:hover{border-color:var(--color-black-coral);background:var(--color-black-coral);color:var(--color-white)}.AmazzingFilter_selected-filters__y2xwl button:hover:after{background:url(/_next/static/media/close-icon-white.3bf7e571.svg) no-repeat 50%;background-size:100% 100%}.AmazzingFilter_selected-filters__y2xwl button:after{display:block;content:"";background:url(/_next/static/media/close-icon-black.f35d2336.svg) no-repeat 50%;background-size:100% 100%;width:12px;height:12px}.Listing_usg-tagline-block__GU9Zh{aspect-ratio:427/599;position:relative;overflow:hidden}@media screen and (max-width:576px){.Listing_usg-tagline-block__GU9Zh{aspect-ratio:358/380;height:100%;width:100%}}.Listing_usg-tagline-block__GU9Zh .image-block{margin:0}.Listing_usg-tagline-block__GU9Zh .image-block>img{position:absolute;width:100%;height:100%!important;object-fit:cover;aspect-ratio:unset;object-position:top}.Listing_usg-tagline-block__GU9Zh figcaption{z-index:1;position:absolute;color:var(--color-white);top:0;width:100%;height:100%;text-align:center;padding:25px 15px;background:linear-gradient(180deg,rgba(0,0,0,.23),rgba(0,0,0,0));display:flex;align-items:center;justify-content:center;flex-direction:column}@media screen and (min-width:1551px){.Listing_usg-tagline-block__GU9Zh figcaption{padding:48px 15px}}.Listing_usg-tagline-block__GU9Zh figcaption h2{font-size:38px;font-weight:400;line-height:154.762%}@media screen and (min-width:1551px){.Listing_usg-tagline-block__GU9Zh figcaption h2{font-size:42px}}@media screen and (min-width:769px)and (max-width:991px){.Listing_usg-tagline-block__GU9Zh figcaption h2{font-size:34px}}@media screen and (max-width:768px){.Listing_usg-tagline-block__GU9Zh figcaption h2{font-size:calc(27.5px + .390625vw);line-height:137.93%;letter-spacing:unset}}.Listing_usg-tagline-block__GU9Zh figcaption h2{line-height:normal;margin-bottom:4px;font-weight:700}@media screen and (max-width:768px){.Listing_usg-tagline-block__GU9Zh figcaption h2{font-size:calc(26.5px + .390625vw)}}.Listing_usg-tagline-block__GU9Zh figcaption p{font-size:18px;line-height:161.11%}@media screen and (min-width:769px)and (max-width:991px){.Listing_usg-tagline-block__GU9Zh figcaption p{font-size:16px}}@media screen and (max-width:768px){.Listing_usg-tagline-block__GU9Zh figcaption p{font-size:calc(12.5px + .390625vw)}}.Listing_usg-tagline-block__GU9Zh figcaption p{max-width:360px;line-height:144.44%;margin-left:auto;margin-right:auto}@media screen and (max-width:768px){.Listing_usg-tagline-block__GU9Zh figcaption p{max-width:300px}}.Listing_usg-tagline-block__GU9Zh .overlay-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;font-size:0}.Listing_usg-tagline-block__GU9Zh img.trust-logo{max-width:195px}.Listing_usp-tagline-2__NyUtD .module-block,.Listing_usp-tagline-2__NyUtD .video-block{background:var(--color-light-cream);display:flex;flex-direction:column;height:100%}.Listing_usp-tagline-2__NyUtD .block-custom-content,.Listing_usp-tagline-2__NyUtD .module-data{height:100%}.Listing_usp-tagline-2__NyUtD figure{margin:0}.Listing_usp-tagline-2__NyUtD figcaption{flex:1;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:15px 15px 25px}@media screen and (max-width:768px){.Listing_usp-tagline-2__NyUtD figcaption{padding-top:21px;padding-bottom:38px}}.Listing_usp-tagline-2__NyUtD video{width:100%;height:auto;aspect-ratio:428/366;object-fit:cover}.Listing_usp-tagline-2__NyUtD h2{font-size:38px;font-weight:400;line-height:154.762%}@media screen and (min-width:1551px){.Listing_usp-tagline-2__NyUtD h2{font-size:42px}}@media screen and (min-width:769px)and (max-width:991px){.Listing_usp-tagline-2__NyUtD h2{font-size:34px}}@media screen and (max-width:768px){.Listing_usp-tagline-2__NyUtD h2{font-size:calc(27.5px + .390625vw);line-height:137.93%;letter-spacing:unset}}.Listing_usp-tagline-2__NyUtD h2{line-height:normal;font-weight:700;margin-bottom:3px;max-width:330px}@media screen and (min-width:1551px){.Listing_usp-tagline-2__NyUtD h2{font-size:37px}}@media screen and (max-width:768px){.Listing_usp-tagline-2__NyUtD h2{font-size:calc(26.5px + .390625vw)}}.Listing_usp-tagline-2__NyUtD p{font-size:18px;line-height:161.11%}@media screen and (min-width:769px)and (max-width:991px){.Listing_usp-tagline-2__NyUtD p{font-size:16px}}@media screen and (max-width:768px){.Listing_usp-tagline-2__NyUtD p{font-size:calc(12.5px + .390625vw)}}.Listing_usp-tagline-2__NyUtD p{max-width:360px;line-height:144.44%;margin-left:auto;margin-right:auto}@media screen and (max-width:768px){.Listing_usp-tagline-2__NyUtD p{max-width:350px}}.Listing_usp-tagline-2__NyUtD .video{position:relative}.Listing_usp-tagline-2__NyUtD .video .play-button{width:90px;height:90px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(34,36,37,.7);display:flex;align-items:center;justify-content:center;cursor:pointer}@media screen and (min-width:1551px){.Listing_usp-tagline-2__NyUtD .video .play-button{width:107px;height:107px}}.Listing_usp-tagline-2__NyUtD .video .play-button:after{display:block;content:"";background:url(/_next/static/media/bx_play.bed58ba8.svg) no-repeat 50%;background-size:100% 100%;width:30px;height:30px}@media screen and (min-width:1551px){.Listing_usp-tagline-2__NyUtD .video .play-button:after{width:39px;height:39px}}.Listing_faq-block__zwtby,.Listing_usp-tagline-2__NyUtD .video .play-button:hover{background:var(--color-gunmetal)}.Listing_faq-block__zwtby{color:var(--color-white)}@media screen and (max-width:576px){.Listing_faq-block__zwtby{height:494px}}.Listing_faq-block__zwtby .module-block,.Listing_faq-block__zwtby .text-block{position:absolute;top:0;width:100%;height:100%;overflow-y:scroll;padding:0 22px 35px 26px}@media screen and (min-width:1551px){.Listing_faq-block__zwtby .module-block,.Listing_faq-block__zwtby .text-block{padding:0 22px 46px 32px}}@media screen and (min-width:577px)and (max-width:1200px){.Listing_faq-block__zwtby .module-block,.Listing_faq-block__zwtby .text-block{padding:0 15px 35px 18px}}.Listing_faq-block__zwtby .module-block::-webkit-scrollbar,.Listing_faq-block__zwtby .text-block::-webkit-scrollbar{background:#506074;width:8px}.Listing_faq-block__zwtby .module-block::-webkit-scrollbar-thumb,.Listing_faq-block__zwtby .text-block::-webkit-scrollbar-thumb{background:#f2ebe4}.Listing_faq-block__zwtby .top-description{background:var(--color-gunmetal);padding:28px 0 15px;position:sticky;top:0}@media screen and (min-width:1551px){.Listing_faq-block__zwtby .top-description{padding:46px 0 20px}}@media screen and (max-width:576px){.Listing_faq-block__zwtby .top-description{margin-bottom:15px}}.Listing_faq-block__zwtby h2{font-size:32px;font-weight:700;line-height:131.25%;margin-bottom:0}@media screen and (max-width:768px){.Listing_faq-block__zwtby h2{font-size:calc(23px + .390625vw);line-height:135.82%}}.Listing_faq-block__zwtby h2 em{display:block;font-weight:400}.Listing_faq-block__zwtby .tab-accordion{width:100%}.Listing_faq-block__zwtby .tab-accordion p{font-weight:300}.Listing_faq-block__zwtby .tab-accordion p:last-child{margin-bottom:20px}.Listing_faq-block__zwtby .tab-accordion .select-acc{display:flex;align-items:center;justify-content:space-between;width:100%;line-height:normal;padding:13px 0;gap:15px;cursor:pointer}@media screen and (max-width:1350px)and (min-width:992px){.Listing_faq-block__zwtby .tab-accordion .select-acc{font-size:15px}}@media screen and (max-width:991px){.Listing_faq-block__zwtby .tab-accordion .select-acc{font-size:14px}}.Listing_faq-block__zwtby .tab-accordion .select-acc:after{pointer-events:none;display:block;content:"";background:url(/_next/static/media/footer-plus-icon.43b0f7e2.svg) no-repeat 50%;background-size:12px 12px;width:24px;height:24px;min-width:24px;border-radius:50%;border:1px solid var(--color-white)}@media screen and (max-width:1350px)and (min-width:992px){.Listing_faq-block__zwtby .tab-accordion .select-acc:after{background-size:10px 10px;width:22px;height:22px;min-width:22px}}@media screen and (max-width:991px){.Listing_faq-block__zwtby .tab-accordion .select-acc:after{background-size:10px 10px;width:20px;height:20px;min-width:20px}}.Listing_faq-block__zwtby .tab-accordion .select-acc h3{font-family:inherit;font-size:inherit;line-height:inherit}.Listing_faq-block__zwtby .tab-accordion .faq-content{overflow:hidden;max-height:0;transition:max-height .3s ease-in-out}.Listing_faq-block__zwtby .tab-accordion .faq-content>div{padding-bottom:5px}.Listing_faq-block__zwtby .tab-accordion .faq-content>div p{font-size:13px;text-align:left;max-width:92%;color:var(--color-white)}.Listing_faq-block__zwtby .tab-accordion .faq-content>div p a{color:var(--color-white);text-decoration:underline}@media screen and (max-width:991px){.Listing_faq-block__zwtby .tab-accordion .faq-content>div p{font-size:12px}}.Listing_faq-block__zwtby .tab-accordion.active .select-acc:after{background:url(/_next/static/media/footer-minus-icon.998e07e5.svg) no-repeat 50%;background-size:12px 12px}@media screen and (max-width:1350px)and (min-width:992px){.Listing_faq-block__zwtby .tab-accordion.active .select-acc:after{background-size:10px 10px}}@media screen and (max-width:991px){.Listing_faq-block__zwtby .tab-accordion.active .select-acc:after{background-size:10px 10px}}.Listing_faq-block__zwtby .tab-accordion.active .faq-content{max-height:1000px;visibility:visible}.Listing_brochure__o2vJs{background:var(--color-black-coral);cursor:pointer}.Listing_brochure__o2vJs .block-custom-content,.Listing_brochure__o2vJs .module-block,.Listing_brochure__o2vJs .module-data{height:100%}.Listing_brochure__o2vJs .image-block{height:100%;display:flex;flex-direction:column}.Listing_brochure__o2vJs img{width:100%;height:auto;object-fit:cover;aspect-ratio:428/254}.Listing_brochure__o2vJs figcaption{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:25px;color:var(--color-white);text-align:center}.Listing_brochure__o2vJs h2{line-height:113.514%;font-size:32px;font-weight:400;margin-bottom:15px}@media screen and (min-width:1551px){.Listing_brochure__o2vJs h2{font-size:37px}}@media screen and (max-width:768px){.Listing_brochure__o2vJs h2{font-size:calc(26.5px + .390625vw)}}.Listing_brochure__o2vJs p{font-size:15px;line-height:147.059%;max-width:350px}@media screen and (min-width:1551px){.Listing_brochure__o2vJs p{font-size:17px}}@media screen and (max-width:768px){.Listing_brochure__o2vJs p{font-size:calc(12.5px + .390625vw)}}.Listing_brochure__o2vJs p:has(.btn-secondary){width:100%;max-width:100%}.Listing_brochure__o2vJs .btn-secondary{display:block;width:100%;margin-top:10px}.Listing_brochure__o2vJs .btn-secondary:not(:hover){border-color:var(--color-white);color:var(--color-white)}.Listing_brochure__o2vJs .image-block.swatch img{aspect-ratio:500/340}.Listing_brochure__o2vJs .image-block.swatch h2{line-height:normal}@media screen and (max-width:768px){.Listing_CustomQuestionForm__FVFbY{padding:25px 20px}}.Listing_CustomQuestionForm__FVFbY h2{font-size:38px;font-weight:400;line-height:154.762%}@media screen and (min-width:1551px){.Listing_CustomQuestionForm__FVFbY h2{font-size:42px}}@media screen and (min-width:769px)and (max-width:991px){.Listing_CustomQuestionForm__FVFbY h2{font-size:34px}}@media screen and (max-width:768px){.Listing_CustomQuestionForm__FVFbY h2{font-size:calc(27.5px + .390625vw);line-height:137.93%;letter-spacing:unset}}.Listing_CustomQuestionForm__FVFbY h2{line-height:normal;margin-bottom:10px}@media screen and (min-width:1551px)and (max-width:1705px){.Listing_CustomQuestionForm__FVFbY h2{font-size:36px;margin-bottom:5px}}.Listing_CustomQuestionForm__FVFbY .description{margin-bottom:30px}.Listing_CustomQuestionForm__FVFbY .description p{font-size:18px;line-height:161.11%}@media screen and (min-width:769px)and (max-width:991px){.Listing_CustomQuestionForm__FVFbY .description p{font-size:16px}}@media screen and (max-width:768px){.Listing_CustomQuestionForm__FVFbY .description p{font-size:calc(12.5px + .390625vw)}}.Listing_CustomQuestionForm__FVFbY .btn-primary{background:var(--color-black-coral);padding:16px}@media screen and (min-width:1551px){.Listing_CustomQuestionForm__FVFbY .btn-primary{font-size:16px;letter-spacing:1.6px}}.Listing_CustomQuestionForm__FVFbY .btn-primary:hover{background:var(--color-primary)}.Listing_CustomQuestionForm__FVFbY p a{text-decoration:underline!important}@media screen and (max-width:1705px){.Listing_CustomQuestionForm__FVFbY .phone-container{margin-top:18px}}.Listing_filtersRow__1Ff6o{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.Listing_filtersRow__1Ff6o .Listing_left__JtZL1{display:flex;align-items:center;gap:.5rem}.Listing_filtersRow__1Ff6o .Listing_left__JtZL1 .Listing_label__0hWJo{font-size:.9rem;color:#333;margin-right:.25rem}.Listing_filtersRow__1Ff6o .Listing_right__aKdtE{display:flex;align-items:center;gap:.75rem}.Listing_filtersRow__1Ff6o .Listing_right__aKdtE .Listing_itemsCount__rfUz_{font-size:.8rem;color:#6b7280;white-space:nowrap}.Listing_pill__dEIdl{appearance:none;border:1px solid #e6e2de;background:#f5f3f2;color:#1f2937;font-weight:600;font-size:.9rem;line-height:1;padding:.55rem .9rem;border-radius:999px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.7);transition:background .15s ease,box-shadow .15s ease,border-color .15s ease;cursor:pointer}.Listing_pill__dEIdl:hover{background:#eee}.Listing_pill__dEIdl:focus{outline:none;box-shadow:0 0 0 3px rgba(0,0,0,.07)}.Listing_sortChip__cUZv_{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;background:#f5f3f2;color:#1f2937;border:1px solid #e6e2de;border-radius:999px;padding:.45rem .75rem}.Listing_sortChip__cUZv_ .Listing_label__0hWJo{opacity:.7}.Listing_sortChip__cUZv_ select{appearance:none;border:0;background:rgba(0,0,0,0);font:inherit;padding-right:1.25rem;cursor:pointer}.Listing_sortChip__cUZv_{position:relative}.Listing_sortChip__cUZv_:after{content:"▾";position:absolute;right:.6rem;font-size:.8rem;pointer-events:none}.Listing_drawerPanel__jt5cW{width:360px;max-width:90vw;height:100%;background:#fff;box-shadow:-6px 0 24px rgba(0,0,0,.15);display:flex;flex-direction:column}.Listing_drawerHeader__rwZYY{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #eee}.Listing_drawerHeader__rwZYY h3{margin:0;font-size:1.35rem;font-weight:700;color:#1f2937}.Listing_drawerHeader__rwZYY button{width:32px;height:32px;border-radius:999px;border:1px solid #e6e2de;background:#fff;cursor:pointer}.Listing_drawerHeader__rwZYY button:hover{background:#f9f9f9}.Listing_drawerBody__KdFsz{flex:1;overflow:auto;padding:1rem 1.25rem}.Listing_drawerBody__KdFsz :where(fieldset){border:0!important;margin:0 0 .75rem!important;padding:.5rem 0!important;border-bottom:1px solid #f0f0f0}.Listing_drawerBody__KdFsz :where(legend,.Listing_title__oz_X2,h3,h4){display:flex;align-items:center;justify-content:space-between;font-weight:600;color:#1f2937;font-size:.95rem;padding:.5rem 0}.Listing_drawerBody__KdFsz :where(ul,ol){list-style:none;padding:0;margin:.25rem 0 .75rem}.Listing_drawerBody__KdFsz li{display:flex;align-items:center;gap:.5rem;padding:.25rem 0}.Listing_drawerBody__KdFsz input[type=checkbox],.Listing_drawerBody__KdFsz input[type=radio]{width:16px;height:16px;accent-color:#111}.Listing_drawerFooter___POsO{border-top:1px solid #eee;padding:1rem 1.25rem}.Listing_drawerFooter___POsO .Listing_cta__SVowu{width:100%;border:0;border-radius:10px;padding:.85rem 1rem;background:#000;color:#fff;font-weight:700;cursor:pointer}.Listing_drawerFooter___POsO .Listing_cta__SVowu:hover{background:#1a1a1a}.Listing_plus-more-text__txEW4{display:inline-flex;align-items:center;justify-content:center;font-weight:700;width:20px;height:20px;border-radius:999px;border:1px solid #ddd;color:#333;margin-left:.25rem}.Listing_afDrawerStyles__pMCs4 .af-drawer__body .Listing_af-actions__U6uvR,.Listing_afDrawerStyles__pMCs4 .af-drawer__body .Listing_af-controls__fYsMY,.Listing_afDrawerStyles__pMCs4 .af-drawer__body .Listing_af-header__ct7iz,.Listing_afDrawerStyles__pMCs4 .af-drawer__body .Listing_af-toolbar__Iq37I,.Listing_afDrawerStyles__pMCs4 .af-drawer__body .Listing_af-topbar__7UTsJ{display:none!important}.Listing_afDrawerStyles__pMCs4 .af-drawer__body .Listing_af-section__VlrIr>.Listing_header__i2tzb,.Listing_afDrawerStyles__pMCs4 .af-drawer__body .Listing_facet-title__TyDGG,.Listing_afDrawerStyles__pMCs4 .af-drawer__body .Listing_title__oz_X2,.Listing_afDrawerStyles__pMCs4 .af-drawer__body [data-af-title],.Listing_afDrawerStyles__pMCs4 .af-drawer__body h3,.Listing_afDrawerStyles__pMCs4 .af-drawer__body h4,.Listing_afDrawerStyles__pMCs4 .af-drawer__body legend,.Listing_afDrawerStyles__pMCs4 .af-drawer__body summary{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:14px 0!important;margin:0!important;font-size:14px!important;font-weight:500!important;color:#3a3a3a!important;border-top:1px solid #eee!important;list-style:none!important}.Listing_afDrawerStyles__pMCs4 .af-drawer__body details:first-of-type>summary,.Listing_afDrawerStyles__pMCs4 .af-drawer__body>.Listing_af-section__VlrIr:first-of-type>.Listing_header__i2tzb,.Listing_afDrawerStyles__pMCs4 .af-drawer__body>.Listing_facet__i_hrz:first-of-type .Listing_facet-title__TyDGG,.Listing_afDrawerStyles__pMCs4 .af-drawer__body>:first-child .Listing_title__oz_X2,.Listing_afDrawerStyles__pMCs4 .af-drawer__body>fieldset:first-of-type legend{border-top:1px solid #eaeaea!important}.Listing_afDrawerStyles__pMCs4 .af-drawer__body .Listing_accordion-button__onkaU:after,.Listing_afDrawerStyles__pMCs4 .af-drawer__body .Listing_af-section__VlrIr>.Listing_header__i2tzb:after,.Listing_afDrawerStyles__pMCs4 .af-drawer__body .Listing_facet-title__TyDGG:after,.Listing_afDrawerStyles__pMCs4 .af-drawer__body .Listing_title__oz_X2:after,.Listing_afDrawerStyles__pMCs4 .af-drawer__body .Listing_toggle__RLvWr:after,.Listing_afDrawerStyles__pMCs4 .af-drawer__body [aria-expanded]:after,.Listing_afDrawerStyles__pMCs4 .af-drawer__body [data-af-title]:after,.Listing_afDrawerStyles__pMCs4 .af-drawer__body h3:after,.Listing_afDrawerStyles__pMCs4 .af-drawer__body h4:after,.Listing_afDrawerStyles__pMCs4 .af-drawer__body legend:after,.Listing_afDrawerStyles__pMCs4 .af-drawer__body summary:after{content:"+"!important;font-size:18px!important;line-height:1!important;color:#6c6c6c!important;margin-left:8px!important}.Listing_afDrawerStyles__pMCs4 .af-drawer__body summary::-webkit-details-marker{display:none!important}.Listing_afDrawerStyles__pMCs4 .af-drawer__body .Listing_active__Dpv_f.Listing_is-open__YPon9:after,.Listing_afDrawerStyles__pMCs4 .af-drawer__body .Listing_af-open__aib60:after,.Listing_afDrawerStyles__pMCs4 .af-drawer__body .Listing_is-open__YPon9:after,.Listing_afDrawerStyles__pMCs4 .af-drawer__body .Listing_open__wL2fS:after,.Listing_afDrawerStyles__pMCs4 .af-drawer__body [aria-expanded=true]:after,.Listing_afDrawerStyles__pMCs4 .af-drawer__body details[open]>summary:after{content:"−"!important}.Listing_afDrawerStyles__pMCs4 .af-drawer__body ol,.Listing_afDrawerStyles__pMCs4 .af-drawer__body ul{list-style:none!important;padding:8px 0 12px!important;margin:0!important}.Listing_afDrawerStyles__pMCs4 .af-drawer__body li{padding:6px 0}.Listing_afDrawerStyles__pMCs4 .af-drawer__body input[type=checkbox],.Listing_afDrawerStyles__pMCs4 .af-drawer__body input[type=radio]{width:16px!important;height:16px!important;accent-color:#222!important}.morf-3d-viewer{display:block;width:100%;height:100%}.morf-3d-thumb{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:#fff;color:#1d1d1d}.morf-3d-thumb .morf-3d-thumb__label{font-size:11px;font-weight:700;letter-spacing:.5px;line-height:1}.morf-ar-btn{position:absolute;right:24px;bottom:24px;z-index:40;display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:#fff;color:var(--color-primary,#1d1d1d);border-radius:9999px;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.1);transition:transform .15s ease,box-shadow .15s ease;line-height:normal}.morf-ar-btn:hover{box-shadow:0 6px 18px rgba(0,0,0,.18)}@media(max-width:1299px){.morf-ar-btn{right:16px;bottom:16px;padding:6px 15px;font-size:calc(9.5px + .390625vw)}}.morf-3d-toggle-btn{position:absolute;right:24px;bottom:24px;z-index:40;display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:#fff;color:var(--color-primary,#1d1d1d);border-radius:9999px;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.1);transition:transform .15s ease,box-shadow .15s ease;line-height:normal}.morf-3d-toggle-btn.has-ar{right:170px}.morf-3d-toggle-btn:hover{box-shadow:0 6px 18px rgba(0,0,0,.18)}@media(max-width:1299px){.morf-3d-toggle-btn{right:16px;bottom:16px;padding:6px 15px;font-size:calc(9.5px + .390625vw)}.morf-3d-toggle-btn.has-ar{right:95px}}.morf-3d-toggle-btn .label-short,.morf-ar-btn .label-short{display:none}@media(max-width:1299px){.morf-3d-toggle-btn .label-full,.morf-ar-btn .label-full{display:none}.morf-3d-toggle-btn .label-short,.morf-ar-btn .label-short{display:inline}}.morf-ar-qr{position:absolute;inset:0;background:rgba(0,0,0,.55);z-index:1100;display:flex;align-items:center;justify-content:center;padding:16px}.morf-ar-qr .morf-ar-qr__panel{position:relative;background:#fff;border-radius:16px;padding:56px 56px 40px;width:100%;max-width:540px;text-align:center;box-shadow:0 12px 40px rgba(0,0,0,.25)}@media(max-width:576px){.morf-ar-qr .morf-ar-qr__panel{padding:48px 24px 28px}}.morf-ar-qr .morf-ar-qr__close{position:absolute;top:16px;right:16px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ededed;border:none;border-radius:50%;color:#555;cursor:pointer;transition:background .15s ease,color .15s ease}.morf-ar-qr .morf-ar-qr__close:hover{background:#dcdcdc;color:#000}.morf-ar-qr .morf-ar-qr__image{display:block;width:240px;height:240px;margin:0 auto 28px}@media(max-width:576px){.morf-ar-qr .morf-ar-qr__image{width:200px;height:200px;margin-bottom:20px}}.morf-ar-qr .morf-ar-qr__lead{font-size:15px;color:#1d1d1d;margin:0 0 24px;line-height:1.5}@media(max-width:576px){.morf-ar-qr .morf-ar-qr__lead{font-size:14px;margin-bottom:18px}}.morf-ar-qr .morf-ar-qr__requirements{font-size:12px;color:#777;margin:0;line-height:1.5}.morf-ar-qr .morf-ar-qr__requirements span{font-weight:600}.thumb-kind-badge{position:absolute;top:4px;right:4px;display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:hsla(0,0%,100%,.92);color:var(--color-primary);border-radius:50%;box-shadow:0 1px 2px rgba(0,0,0,.15);pointer-events:none;z-index:2}.thumb-kind-badge .thumb-kind-badge__text{font-size:9px;font-weight:700;line-height:1;letter-spacing:.3px}.morf-controls .morf-control-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--color-primary);border:1px solid #e4e4e4;border-radius:50%;cursor:pointer;transition:border-color .15s ease,color .15s ease}.morf-controls .morf-control-btn:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary)}.morf-controls .morf-control-btn:disabled{opacity:.4;cursor:not-allowed}.morf-fullscreen{position:fixed;inset:0;background:#fff;z-index:1000;display:flex;align-items:center;justify-content:center}.morf-fullscreen .morf-fullscreen__controls{position:absolute;top:20px;right:24px;z-index:2;display:flex;flex-direction:column;gap:10px}.morf-fullscreen .morf-fullscreen__controls .morf-control-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--color-primary);border:1px solid #e4e4e4;border-radius:50%;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:border-color .15s ease,color .15s ease}.morf-fullscreen .morf-fullscreen__controls .morf-control-btn:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary)}.morf-fullscreen .morf-fullscreen__controls .morf-control-btn:disabled{opacity:.4;cursor:not-allowed}.morf-fullscreen .morf-fullscreen__nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:28px;line-height:1;color:var(--color-primary);background:#fff;border:1px solid #e4e4e4;border-radius:50%;cursor:pointer;z-index:2;box-shadow:0 1px 3px rgba(0,0,0,.08);line-height:normal}.morf-fullscreen .morf-fullscreen__nav:hover{border-color:var(--color-primary);color:var(--color-primary)}.morf-fullscreen .morf-fullscreen__nav span{height:40px}.morf-fullscreen .morf-fullscreen__nav--prev{left:24px}.morf-fullscreen .morf-fullscreen__nav--next{right:24px}.morf-fullscreen .morf-fullscreen__stage{position:relative;width:min(90vw,100vh - 200px);aspect-ratio:1/1;overflow:hidden}.morf-fullscreen .morf-fullscreen__stage .main-image-loader{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(248,248,248,.6);z-index:5;pointer-events:none}.morf-fullscreen .morf-fullscreen__stage .main-image-loader .main-image-loader__spinner{width:40px;height:40px;border:3px solid rgba(0,0,0,.12);border-top:3px solid var(--color-primary);border-radius:50%;animation:main-image-spin .8s linear infinite}.morf-fullscreen .morf-fullscreen__thumbs{position:absolute;left:50%;bottom:20px;transform:translateX(-50%);display:flex;gap:8px;padding:6px 10px;max-width:calc(100vw - 40px);overflow-x:auto;z-index:2}.morf-fullscreen .morf-fullscreen__thumbs .morf-fullscreen__thumb{position:relative;flex:0 0 auto;width:72px;height:56px;border:1px solid #e4e4e4;background:#fff;cursor:pointer;overflow:hidden;padding:0}.morf-fullscreen .morf-fullscreen__thumbs .morf-fullscreen__thumb.active{border-color:var(--color-primary)}