html,body,div,span,h1,h2,h3,p,a,img,i,ul,li,form,label,article,canvas,footer,header,menu,nav,section{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline;box-sizing:border-box}*{box-sizing:border-box}html{line-height:1}ul{list-style:none}a img{border:none}article,footer,header,main,nav,section{display:block}button{background:none;border:none}button:focus{outline:none;box-shadow:none}button:active{outline:none;box-shadow:none}input{background:none;border:none}input:focus{outline:none;box-shadow:none}input:active{outline:none;box-shadow:none}img{max-width:100%}a{color:initial;text-decoration:none}select:focus{outline:none;box-shadow:none}select:active{outline:none;box-shadow:none}@font-face{font-family:"Montserrat-Regular";src:url("../fonts/Montserrat-Regular.woff2") format("woff2");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Montserrat-Bold";src:url("../fonts/Montserrat-Bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Montserrat-ExtraBold";src:url("../fonts/Montserrat-ExtraBold.woff2") format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:"sf-icons";src:url("../fonts/sf-font.woff2") format("woff2");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"open-sans";src:url("../fonts/open-sans-300.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"open-sans-regular";src:url("../fonts/open-sans-regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"open-sans-bold";src:url("../fonts/open-sans-700.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}.header{position:absolute;top:0;left:0;width:100%;transform:translateY(0);transition:transform .8s .15s}.header.sticky{transition:all .8s .15s;position:fixed;top:0}.header .top-section{height:68px;padding-right:32px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;width:100%}.header .top-section .logo-section{height:100%;position:relative;left:0;transform:none;top:0;flex-shrink:0}.header .top-section .logo-section img{display:block;width:100%;height:100%}.header .top-section .input-section{flex:1;margin:0 20px}.header .top-section .input-section form{position:relative}.header .top-section .input-section form fieldset{min-width:0;padding:0;margin:0;border:0;width:100%;height:40px;display:flex;align-items:center;padding:0 14px}.header .top-section .input-section form fieldset .search-input{display:block;width:100%;max-width:100%}@media(max-width:991.98px){.header .top-section .input-section form fieldset .search-input{padding-top:.5rem;padding-bottom:.5rem;height:44px}}.header .top-section .input-section form fieldset .search-icon{margin-right:6px;display:flex;align-items:center}.header .top-section .search-section-open{position:absolute;max-height:0;top:0;right:0;bottom:0;left:0;overflow:hidden;height:100vh;box-sizing:initial;outline:none;box-sizing:content-box}@media(max-width:991.98px){.header .top-section .search-section-open{right:0;left:0}}.header .top-section .search-section-open .container{position:absolute;top:0;right:20px;left:20px}@media(max-width:767.98px){.header .top-section .search-section-open .container{right:0;left:0}}.header .top-section .search-section-open .container .wrapper{position:relative;max-height:0;height:0;overflow:hidden;transition:max-width .5s ease-in}.header .top-section .search-section-open .container .wrapper .section{position:relative;display:flex;width:100%;padding:28px 100px 18px;height:130px;transition:transform .35s linear;transform:translateY(-130px)}@media(max-width:991.98px){.header .top-section .search-section-open .container .wrapper .section{padding:15px 14px 7px;transform:translateY(-103px);height:unset;min-height:103px}}.header .top-section .search-section-open .container .wrapper .section .close-icon{position:absolute;top:0;right:0;bottom:auto;left:auto;margin:auto;padding:10.5px;overflow:hidden;white-space:nowrap;display:inline-table}.header .top-section .search-section-open .container .wrapper .section .close-icon .icon{height:21px}@media(max-width:991.98px){.header .top-section .search-section-open .container .wrapper .section .close-icon{z-index:1;transition:top .15s,right .15s;padding:5px 4px;width:30px;height:30px;line-height:30px}.header .top-section .search-section-open .container .wrapper .section .close-icon .icon{font-size:30px !important;height:30px;width:30px;line-height:30px !important}}.header .top-section .search-section-open .container .wrapper .section .container{position:static;width:100%}.header .top-section .search-section-open .container .wrapper .section .container .title{display:block;margin-bottom:10px;padding-left:8px}.header .top-section .search-section-open .container .wrapper .section .container .input-section-wrapper{display:inline-block;position:relative;vertical-align:top;min-height:44px;width:100%}@media(max-width:991.98px){.header .top-section .search-section-open .container .wrapper .section .container .input-section-wrapper{width:94%}}.header .top-section .search-section-open .container .wrapper .section .container .input-section-wrapper input{margin:0 0 0 15px;position:relative;width:90%;min-height:40px}.header .top-section .search-section-open .container .wrapper .section-input-search.focus .close-icon{z-index:2;top:10px}.header .top-section .search-section-open .container .wrapper .section-input-search.focus .container{width:93%}.header .top-section .search-section-open .container .wrapper .section-input-search.focus .container .title{display:none}.header .top-section .search-section-open.js-search{max-height:100vh}.header .top-section .search-section-open.js-search .container .wrapper{max-height:500px;height:100%;transition:max-height .5s ease-in}.header .top-section .search-section-open.js-search .container .wrapper .section{transform:translateY(0)}.header .top-section .right-icons ul{flex-shrink:0;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:nowrap;position:relative;top:1px}.header .top-section .right-icons ul li{padding:0 16px}.header .top-section .right-icons ul li a{display:flex;align-items:center;gap:8px}@media(max-width:991.98px){.header .top-section .right-icons li:first-of-type{display:none}.header .top-section .right-icons li span{display:none}.header .top-section .right-icons li img{width:24px;height:24px}}@media(min-width:992px){.header .top-section .burger-mobile-btn{display:none}}@media(max-width:991.98px){.header .top-section{flex-wrap:wrap;height:auto;padding:0}.header .top-section .burger-mobile-btn{order:1;padding:0 20px;display:flex;align-items:center}.header .top-section .burger-mobile-btn img{pointer-events:none}.header .top-section .logo-section{order:2;height:44px;transform:translateX(28px)}.header .top-section .right-icons{order:3;margin-right:8px}.header .top-section .input-section{order:4;width:100%;flex:auto;padding:12px 20px;margin:0}}.header .main-menu-section{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;padding:0 32px 0 44px;height:56px}.header .main-menu-section .container{width:100%}.header .main-menu-section .container .main-menu{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;width:100%}@media(max-width:991.98px){.header .main-menu-section .container .main-menu{height:100%}}.header .main-menu-section .container .main-menu ul{flex-grow:1;display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap}.header .main-menu-section .container .main-menu ul li{position:relative;padding:18px 16px;cursor:pointer}@media(min-width:992px){.header .main-menu-section .container .main-menu ul li{text-align:center}}.header .main-menu-section .container .main-menu ul li#hamburger-icon{padding-left:0;padding-right:14px}@media(min-width:992px){.header .main-menu-section .container .main-menu ul li#hamburger-icon{height:52px;padding:15px 14px 18px 0 !important}}.header .main-menu-section .container .main-menu ul #hamburger-icon a{display:flex;align-items:center}.header .main-menu-section .container .main-menu ul #hamburger-icon a img{transform:rotate(90deg);transition:transform .2s cubic-bezier(.4,0,.2,1);width:22px;height:22px;margin-top:0 !important}.header .main-menu-section .container .main-menu ul #hamburger-icon.hovered img{transform:rotate(-90deg)}.header .main-menu-section .container .main-menu ul .js-burger-icon{-webkit-text-stroke-width:1px}.header .main-menu-section .container .main-menu ul .js-burger-icon:after{transform:scaleX(1);transform-origin:left center}.header .main-menu-section .container .main-menu ul .js-burger-icon img{transition:transform .2s cubic-bezier(.4,0,.2,1);transform:rotate(270deg) !important}.header .main-menu-section .container .main-menu .red{order:1}.header .main-menu-section .container .main-menu .blue-btns{display:flex;gap:8px}.header .main-menu-section .container .main-menu .blue-btns .blue-btn{padding:8px 12px;padding-left:10px;display:flex;align-items:center;gap:4px}@media(min-width:992px){.header .main-menu-section .container .main-menu .blue-btns .blue-btn{text-align:center}}.header .main-menu-section .container .main-menu .burger-icon img{transform:rotate(90deg);margin-left:4px}.header .main-menu-section .container .main-menu .burger-icon span{position:relative}.header .main-menu-section .container .hamburger-menu{position:fixed;top:calc(100% + 12px);left:20px;width:calc(100% - 48px)}@media(min-width:992px){.header .main-menu-section .container .hamburger-menu{display:flex;opacity:0;visibility:hidden;transition:all 350ms cubic-bezier(.4,0,.2,1)}}.header .main-menu-section .container .hamburger-menu .lvl-1{display:flex;width:100%;max-width:25%;flex-direction:column;padding:24px 20px 80px}.header .main-menu-section .container .hamburger-menu .lvl-1-header{padding-bottom:28px}.header .main-menu-section .container .hamburger-menu .lvl-2{position:absolute;display:flex;flex-direction:column;left:25%;top:0;width:100%;max-width:25%;height:100%;padding:76px 0 80px;display:none}.header .main-menu-section .container .hamburger-menu .lvl-2.active{display:block}.header .main-menu-section .container .hamburger-menu .lvl-3{position:absolute;left:100%;max-width:100%;top:0;width:100%;padding:76px 20px 80px;display:none;flex-wrap:wrap}.header .main-menu-section .container .hamburger-menu .lvl-3 a{width:50%;padding-bottom:8px}.header .main-menu-section .container .hamburger-menu .lvl-3 a.bottom-link{width:unset}.header .main-menu-section .container .hamburger-menu .lvl-3 a.bottom-link:hover{font-family:"Montserrat-Regular"}.header .main-menu-section .container .hamburger-menu .lvl-3.active{display:flex}@media(min-width:992px){.header .main-menu-section .container .hamburger-menu .lvl-3.active{min-width:200%;height:100%;align-content:baseline}.header .main-menu-section .container .hamburger-menu .lvl-3.active a.bottom-link{padding-bottom:0}}.header .main-menu-section .container .hamburger-menu .lvl-1-label,.header .main-menu-section .container .hamburger-menu .lvl-2-label{display:flex;align-items:center;justify-content:space-between;padding:0 20px;padding-bottom:8px}@media(max-width:991.98px){.header .main-menu-section .container .hamburger-menu .lvl-1-label,.header .main-menu-section .container .hamburger-menu .lvl-2-label{padding-right:16px !important}}.header .main-menu-section .container .hamburger-menu .bottom-link{display:flex;align-items:center;position:absolute;bottom:28px;left:20px}.header .main-menu-section .container .hamburger-menu .bottom-link img{margin-left:4px}.header .main-menu-section .container .hamburger-menu .close-burger{position:absolute;right:12px;top:15px;padding:12px;cursor:pointer}.header .main-menu-section .container .hamburger-menu .close-burger img{pointer-events:none}@media(min-width:992px){.header .main-menu-section .container .hamburger-menu.js-hamburger{opacity:1;visibility:visible}}@media(min-width:992px){.header .main-menu-section-header{display:none}.header .main-menu-section .lvl-2-header,.header .main-menu-section .lvl-3-header{display:none}.header .main-menu-section .store{display:none}.header .main-menu-section .arrow-back{display:none}.header .main-menu-section .arrow-back img{pointer-events:none}}@media(max-width:991.98px){.header .main-menu-section{position:fixed;flex-direction:column;top:0;width:84%;max-width:315px;padding:0;height:100vh;z-index:50;transform:translateX(-100%);transition:transform 225ms cubic-bezier(0,0,.2,1)}.header .main-menu-section-header{display:flex;justify-content:flex-end;width:100%;padding:20px}}@media(max-width:991.98px) and (max-width:991.98px){.header .main-menu-section .container{height:100%}}@media(max-width:991.98px){.header .main-menu-section .container .main-menu{flex-direction:column;align-items:flex-start;padding-bottom:32px}.header .main-menu-section .container .main-menu ul{flex-direction:column;align-items:flex-start;flex-wrap:nowrap;width:100%;height:calc(100dvh - 269px);overflow-y:auto}.header .main-menu-section .container .main-menu ul li{width:100%;height:44px;padding:14px 20px !important}.header .main-menu-section .container .main-menu ul li .burger-icon{display:flex;align-items:center;justify-content:space-between;-webkit-text-stroke-width:0 !important;transform:translateY(-3px)}.header .main-menu-section .container .main-menu ul li .burger-icon img{transform:rotate(0) translateX(5px) !important}.header .main-menu-section .container .main-menu .red{order:-1;padding-left:16px !important}.header .main-menu-section .container .blue-btns{flex-direction:column;width:100%;gap:12px !important}.header .main-menu-section .container .blue-btns .blue-btn{width:calc(100% - 40px);margin:12px 20px 0;justify-content:center;padding:12px 20px !important;margin-top:0}.header .main-menu-section .container .blue-btns .store{display:flex;margin:12px 20px 0}}@media(max-width:991.98px) and (max-width:575.98px){.header .main-menu-section .container .blue-btns .store{width:calc(100% - 40px);margin:12px 20px 0;justify-content:center;padding:12px 20px !important}}@media(max-width:991.98px){.header .main-menu-section .container .blue-btns .store img{margin-right:8px;transform:translateY(-2px)}.header .main-menu-section .container .hamburger-menu{height:100vh;top:0;bottom:auto;position:fixed;max-width:100%;width:100%;left:0;display:block;transform:translateX(-100%);transition:transform 225ms cubic-bezier(0,0,.2,1)}.header .main-menu-section .container .hamburger-menu .bottom-link{position:initial;padding:12px 20px;justify-content:space-between}}@media(max-width:991.98px) and (max-width:991.98px){.header .main-menu-section .container .hamburger-menu .bottom-link{padding-right:16px}}@media(max-width:991.98px){.header .main-menu-section .container .hamburger-menu .lvl-1{max-width:100%;width:100%;padding:0}.header .main-menu-section .container .hamburger-menu .lvl-1-header,.header .main-menu-section .container .hamburger-menu .lvl-1 .lvl-2-header,.header .main-menu-section .container .hamburger-menu .lvl-1 .lvl-3-header{display:flex;align-items:center}}@media(max-width:991.98px) and (max-width:991.98px){.header .main-menu-section .container .hamburger-menu .lvl-1-header,.header .main-menu-section .container .hamburger-menu .lvl-1 .lvl-2-header,.header .main-menu-section .container .hamburger-menu .lvl-1 .lvl-3-header{height:64px;padding:8px 20px 0 !important}}@media(max-width:991.98px){.header .main-menu-section .container .hamburger-menu .lvl-1-header .arrow-back,.header .main-menu-section .container .hamburger-menu .lvl-1 .lvl-2-header .arrow-back,.header .main-menu-section .container .hamburger-menu .lvl-1 .lvl-3-header .arrow-back{padding:4px 24px 4px 0;margin-right:20px;display:flex}.header .main-menu-section .container .hamburger-menu .lvl-1-header .arrow-back img,.header .main-menu-section .container .hamburger-menu .lvl-1 .lvl-2-header .arrow-back img,.header .main-menu-section .container .hamburger-menu .lvl-1 .lvl-3-header .arrow-back img{margin:4px}.header .main-menu-section .container .hamburger-menu .lvl-1-header .submenu-label,.header .main-menu-section .container .hamburger-menu .lvl-1 .lvl-2-header .submenu-label,.header .main-menu-section .container .hamburger-menu .lvl-1 .lvl-3-header .submenu-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:170px}.header .main-menu-section .container .hamburger-menu .lvl-1-label{padding:12px 20px}.header .main-menu-section .container .hamburger-menu .lvl-2,.header .main-menu-section .container .hamburger-menu .lvl-3{display:block;width:100%;max-width:100%;left:0;height:100vh;transform:translateX(-100%);transition:transform 225ms cubic-bezier(0,0,.2,1);z-index:15;padding-top:63px}.header .main-menu-section .container .hamburger-menu .lvl-2.active,.header .main-menu-section .container .hamburger-menu .lvl-3.active{transform:translateX(0);transition:transform 225ms cubic-bezier(0,0,.2,1);display:flex;overflow-y:auto;flex-direction:column;flex-wrap:nowrap}.header .main-menu-section .container .hamburger-menu .lvl-2-header,.header .main-menu-section .container .hamburger-menu .lvl-3-header{position:absolute;top:0;width:100%;left:0}.header .main-menu-section .container .hamburger-menu .lvl-2-label{line-height:44px;padding-bottom:0;width:100%}.header .main-menu-section .container .hamburger-menu .lvl-3{flex-direction:column}}@media(max-width:991.98px) and (max-width:991.98px){.header .main-menu-section .container .hamburger-menu .lvl-3{padding-inline:0}}@media(max-width:991.98px){.header .main-menu-section .container .hamburger-menu .lvl-3 a{line-height:44px;padding-bottom:0;width:100%}}@media(max-width:991.98px) and (max-width:991.98px){.header .main-menu-section .container .hamburger-menu .lvl-3 a{padding:0 20px 0 16px}}@media(max-width:991.98px){.header .main-menu-section .container .hamburger-menu.js-hamburger{transform:translateX(0);transition:transform 225ms cubic-bezier(0,0,.2,1)}.header .main-menu-section.js-menu{transform:translateX(0);transition:transform 225ms cubic-bezier(0,0,.2,1)}}.header .overlay-page{position:fixed;width:100%;height:100vh;top:0;left:0}.fixed{position:fixed;width:100%}.search-suggestions{padding:15px;overflow:scroll;position:absolute;width:100%;height:-webkit-fill-available;display:none}.search-suggestions .title-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;margin-bottom:15px;padding:0 20px}@media(max-width:991.98px){.search-suggestions .title-wrapper{position:sticky;z-index:2;top:-20px !important;left:0;right:0;bottom:auto;height:45px;background-color:rgba(235,235,235,.6);margin:-15px -15px 0 -15px}}.search-suggestions .title-wrapper .title-section{display:block}@media(max-width:991.98px){.search-suggestions .title-wrapper .title-section{display:none}}.search-suggestions .title-wrapper .tablet-number{display:none;margin:0;min-height:15px;padding:0;width:22%}@media(max-width:991.98px){.search-suggestions .title-wrapper .tablet-number{display:block}}.search-suggestions .title-wrapper .options{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;position:relative;cursor:pointer}@media(max-width:991.98px){.search-suggestions .title-wrapper .options{display:none}}.search-suggestions .title-wrapper .options .trier{margin-top:2px;width:auto}.search-suggestions .title-wrapper .options .options-list span{margin-left:3px}.search-suggestions .title-wrapper .options ul{position:absolute;margin:auto;right:-15px;width:max-content}.search-suggestions .title-wrapper .options ul li{padding:5px 15px 5px 15px}.search-suggestions .title-wrapper .options-tablet{top:0;left:initial;right:-100%;margin:auto;width:80%;max-width:400px;position:fixed;right:0;height:100vh;display:none}.search-suggestions .title-wrapper .options-tablet .close-options-tablet{display:inline-table;overflow:hidden;width:44px;height:31px;position:absolute;top:0;left:-44px;vertical-align:top;padding:6px 0 2px 0}.search-suggestions .title-wrapper .options-tablet .close-options-tablet::before{content:"x";font-family:"sf-icons";top:-3px;position:relative}.search-suggestions .title-wrapper .options-tablet .title-tablet{position:relative;display:block;padding:15px 19px 15px 19px}.search-suggestions .title-wrapper .options-tablet #voir-btn-tablet{position:absolute;display:block;right:9px;bottom:9px;left:9px;padding:16px 15px 17px}.search-suggestions .title-wrapper .option-list-tablet{display:block}.search-suggestions .title-wrapper .option-list-tablet .trier{display:none}.search-suggestions .title-wrapper .option-list-tablet .options-list span{display:none}.search-suggestions .title-wrapper .option-list-tablet #options-list{display:block !important;position:fixed;left:0;right:0;width:80%;max-width:400px;margin-right:0;padding:0;top:44px}.search-suggestions .title-wrapper .option-list-tablet #options-list li{padding:10px 15px}.search-suggestions .title-wrapper .trier-btn-tablet{display:none;margin:0 10px 0 0;padding:7px 8px;width:22%}@media(max-width:991.98px){.search-suggestions .title-wrapper .trier-btn-tablet{display:block}}.search-suggestions .products-wrapper .products-container{display:grid;grid-template-columns:repeat(5,1fr);width:100%;grid-auto-rows:1fr;grid-auto-flow:row;grid-gap:0 0}@media(max-width:1399.98px){.search-suggestions .products-wrapper .products-container{grid-template-columns:repeat(4,1fr)}}@media(max-width:1199.98px){.search-suggestions .products-wrapper .products-container{grid-template-columns:repeat(3,1fr)}}@media(max-width:767.98px){.search-suggestions .products-wrapper .products-container{grid-template-columns:repeat(2,1fr)}}.search-suggestions .products-wrapper .products-container .product-wrapper{position:relative;min-width:0;margin-bottom:15px;margin-bottom:0;padding:15px;min-height:310px;min-height:330px}.search-suggestions .products-wrapper .products-container .product-wrapper .product-div{margin-bottom:30px}.search-suggestions .products-wrapper .products-container .product-wrapper .product-div .discount{position:absolute;right:15px;top:15px;display:inline-block;padding:9px 9px 9px 9px}.search-suggestions .products-wrapper .products-container .product-wrapper .product-div .bg-image{text-align:center}.search-suggestions .products-wrapper .products-container .product-wrapper .product-div .bg-image img{width:auto;height:auto}@media(max-width:575.98px){.search-suggestions .products-wrapper .products-container .product-wrapper .product-div .bg-image img{height:auto}}.search-suggestions .products-wrapper .products-container .product-wrapper .product-div .hover-numbers{display:none;position:absolute;bottom:160px;left:0;right:0;max-width:100%;padding:4px 0 0;white-space:nowrap;height:45px;margin:0 24px}.search-suggestions .products-wrapper .products-container .product-wrapper .product-div .hover-numbers .left{position:absolute;left:-12px;top:38%;width:32px;height:32px;display:inline-block;vertical-align:middle}.search-suggestions .products-wrapper .products-container .product-wrapper .product-div .hover-numbers .right{position:absolute;right:-12px;top:38%;width:32px;height:32px;display:inline-block;vertical-align:middle}.search-suggestions .products-wrapper .products-container .product-wrapper .product-div .hover-numbers .scroll-numbers{margin:0 24px;position:relative;overflow:hidden;scroll-behavior:smooth;width:86%}.search-suggestions .products-wrapper .products-container .product-wrapper .product-div .hover-numbers span{display:inline-block;margin:0 1px 1px 0;padding:6px 7px}.search-suggestions .products-wrapper .products-container .product-wrapper .product-div .product-info{padding-top:5px}.search-suggestions .products-wrapper .products-container .product-wrapper .product-div .product-info .price-wrapper{margin:12px 1px;min-height:36px}.search-suggestions .products-wrapper .products-container .product-wrapper .product-div .product-info .price-wrapper .price{display:inline-block;padding:0 10px 0 0}.search-suggestions .products-wrapper .products-container .product-wrapper .product-div .product-info .price-wrapper .price .old-price{display:inline-block;padding:0 10px}.search-suggestions .products-wrapper .products-container .product-wrapper .product-div .product-info .title{margin:3px 0 0;min-height:1.1em;max-height:1.1em;height:1.1em}.search-suggestions .products-wrapper .products-container .product-wrapper .product-div .product-info .description{height:3.15em;overflow:hidden;display:block;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:2;min-height:3.15em;max-height:3.15em;height:3.15em;margin:3px 0 0}.search-suggestions .products-wrapper .products-container .product-wrapper .product-div .product-info .description p{height:auto;overflow:hidden;display:block;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:2}.search-suggestions .products-wrapper .products-container .product-wrapper .product-div .voir-button{padding:6px 10px;display:none}.search-suggestions .products-wrapper .products-container .product-wrapper:hover{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1019607843)}.search-suggestions .products-wrapper .products-container .product-wrapper:hover .product-div{margin-bottom:3px}.search-suggestions .products-wrapper .products-container .product-wrapper:hover .hover-numbers{display:block}.search-suggestions .products-wrapper .products-container .product-wrapper:hover .voir-button{display:block}.main-menu-section-header{min-height:64px;display:block;position:relative;padding:0 !important}.close-burger.main-header{position:absolute;top:50%;right:28px;transform:translateY(-30%);height:16px;width:16px}.products-filters{display:flex;flex-direction:row;flex-wrap:nowrap;padding:0 80px;margin:0 auto;width:100%;max-width:1440px}@media(max-width:1279.98px){.products-filters{padding:0 40px}}@media(max-width:959.98px){.products-filters{padding:0 20px;flex-direction:column}}@media(min-width:1920px){.products-filters{padding:0 160px;max-width:1760px}}.filters{width:100%;padding:20px;margin-top:60px;height:fit-content}@media(min-width:992px){.filters{width:25%}}@media(max-width:991.98px){.filters{width:auto;padding:0;margin-top:0}}.filters .show-filters-btn{display:none}@media(max-width:991.98px){.filters .show-filters-btn{display:block;width:100%;position:fixed;bottom:0;left:0;z-index:30;padding:14px 16px;line-height:21px;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap}.filters .show-filters-btn img{margin:0 8px}}.filters .more-filters-btn{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;margin:20px 0}.filters .more-filters-btn .filters-button{padding:8px 12px}@media(max-width:991.98px){.filters .more-filters-btn{display:none}}.filters .filters-head{padding-bottom:24px}@media(max-width:991.98px){.filters .filters-head{display:none}}.filters .applied-filters{border-bottom:1px solid #d9d9d9;border-top:1px solid #d9d9d9;padding:20px 0 12px 0}.filters .applied-filters.js-applied-none{display:none}.filters .applied-filters .applied-filters-head{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;line-height:24px}.filters .applied-filters .close-filters{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;line-height:22px}.filters .applied-filters .close-filters img{margin-right:4px}.filters .applied-filters .applied-filter-btn{display:inline-block;margin:0 8px 8px 0;padding:4px 4px 4px 16px;line-height:26px}.filters .applied-filters .applied-filter-btn .remove-icon-filter{display:inline-block;width:26px;height:26px;margin-left:5px}.filters .filter-promotion-wrapper{border-bottom:1px solid #d9d9d9;padding:12px 0}.filters .filter-promotion-wrapper .text-promotion{position:relative;padding-left:39px}.filters .filter-price{border-bottom:1px solid #d9d9d9}@media(max-width:991.98px){.filters .filter-price{margin:0 10px}}.filters .filter-price .title-wrapper-price{padding:16px 8px 16px 0;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:nowrap}.filters .filter-price .list-wrapper-price{box-sizing:initial;height:0}.filters .filter-price .input-price-filter{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:4px}.filters .filter-price .input-price-wrapper{position:relative}.filters .filter-price .input-price{display:block;width:100%;height:40px;width:100px;padding:10px;padding-right:20px;text-align:center;line-height:20px;border:1px solid #eee;width:100%}.filters .filter-price .filter-list-range{padding:10px 0 5px 0}.filters .filter-price .filter-list-range .middle{position:relative;width:100%;padding:16px 0}.filters .filter-price .filter-list-range .multi-range-slider input{position:absolute;height:10px;width:100%}.filters .filter-price .filter-list-range .slider{position:relative;display:flex}.filters .filter-price .filter-list-range .track{position:absolute;left:0;right:0;top:0;height:4px;border-radius:20px;bottom:0}.filters .filter-price .filter-list-range .range{height:4px;position:absolute;top:0;bottom:0}.filters .filter-price .filter-list-range .thumb{position:absolute;top:-8px;width:20px;height:20px;border:1px solid #e0e0e0}.filters .filter-price .prix-buttons{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:nowrap;margin-bottom:16px}.filters .filter-price .prix-buttons .value-one,.filters .filter-price .prix-buttons .value-two{padding:0}.filters .filters-overlay{display:none;height:100%;position:fixed;top:0;right:0;width:100%}.filters .filters-wrapper{z-index:31}@media(max-width:991.98px){.filters .filters-wrapper{transform:translateY(100%);position:fixed;bottom:0;right:0;width:100%;max-width:100%;z-index:30;padding:16px;margin:0;height:calc(75dvh + 80px);overflow:auto;transition:cubic-bezier(.3,.46,.45,.94) .2s;border-radius:8px 8px 0 0}.filters .filters-wrapper.open{transform:translateY(0)}}.filters .close-filters-mb{position:absolute;top:38px;right:0;width:16px;height:16px;filter:brightness(0) saturate(100%) invert(100%) sepia(79%) saturate(12%) hue-rotate(206deg) brightness(103%) contrast(103%);margin:12px}@media(min-width:960px){.filters .close-filters-mb{display:none}}.filters .filters-group-wrapper{border-bottom:1px solid #d9d9d9;cursor:pointer}@media(max-width:991.98px){.filters .filters-group-wrapper{margin:0 10px}}.filters .filters-group-wrapper .title-wrapper-filters{padding:16px 8px 16px 0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap}.filters .filters-group-wrapper .list-wrapper{height:0}.filters .filters-group-wrapper .category-filter-option{margin-bottom:8px}.filters .filters-group-wrapper .category-filter-option .number{margin-left:3px}.filters .filters-group-wrapper .category-filter-option label{margin-bottom:8px;padding-right:32px;line-height:24px;display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap}.filters .filters-group-wrapper .category-filter-option .checkbox{margin:0 10px 0 0;border:1px solid #9e9e9e;height:18px;max-width:18px;width:100%;position:relative}.filters .filters-group-wrapper .more-items{margin:5px;display:flex;align-items:center}.filters .filters-group-wrapper .more-items img{margin-left:4px}.filters-head-mb{padding-bottom:12px;border-bottom:1px solid #787277;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:nowrap;line-height:28px;position:relative}@media(min-width:960px){.filters-head-mb{display:none}}.mcontent-width-limit{max-width:1320px;margin:auto}@media(max-width:1399.98px){.mcontent-width-limit{max-width:1140px}}@media(max-width:1199.98px){.mcontent-width-limit{max-width:960px}}@media(max-width:991.98px){.mcontent-width-limit{max-width:720px}}@media(max-width:767.98px){.mcontent-width-limit{max-width:548px}}.top-page-container .breadcrumbs{display:flex;padding:24px 80px;max-width:1440px;margin:0 auto}.top-page-container .breadcrumbs a,.top-page-container .breadcrumbs p{margin-bottom:8px}.top-page-container .page-title{padding:40px 80px 60px;max-width:1440px;margin:0 auto}@media(min-width:1920px){.top-page-container .page-title{padding:40px 160px 60px;max-width:1760px}}.top-page-container .top-cold-content{padding:0 80px 16px}.top-page-container .top-cold-content .trunc-closed{display:inline}.top-page-container .top-cold-content .top-cold-content-cutted{display:inline}@media(max-width:991.98px){.top-page-container .top-cold-content .top-cold-content-cutted{height:65px;overflow:hidden;display:block;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:3;font-size:14px}}.top-page-container .top-cold-content .top-cold-content-full{display:none}.top-page-container .top-cold-content .expanded{display:inline}@media(max-width:991.98px){.top-page-container .top-cold-content .expanded{font-size:14px}}.top-page-container .top-cold-content .read-more{display:inline}.top-page-container .top-cold-content .cold-dots{display:none}@media(max-width:1279.98px){.top-page-container .breadcrumbs,.top-page-container .page-title,.top-page-container .top-cold-content{padding-left:40px;padding-right:40px}}@media(max-width:959.98px){.top-page-container .breadcrumbs,.top-page-container .page-title,.top-page-container .top-cold-content{padding-left:20px;padding-right:20px}.top-page-container .page-title{padding:20px 20px 40px}}.products-filters{padding-top:36px;padding-bottom:60px;gap:20px}@media(max-width:959.98px){.products-filters{padding-top:24px;padding-bottom:12px;gap:0}.products-filters .products-sorting-counter-mobile{display:flex;justify-content:space-between;margin-bottom:20px}.products-filters .products-sorting-counter-mobile .applied-filters-btn-mobile{display:flex;align-items:center}.products-filters .products-sorting-counter-mobile .applied-filters-btn-mobile img{transform:rotate(90deg);transition:transform 150ms cubic-bezier(.4,0,.2,1);pointer-events:none}.products-filters .products-sorting-counter-mobile .applied-filters-btn-mobile.js-applied-btn img{transform:rotate(270deg);transition:transform 150ms cubic-bezier(.4,0,.2,1)}}.products{max-width:75%;width:100%}.products .products-inner{width:100%}.products .products-inner .bottom-pagination{margin-top:76px;padding:20px 0;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #787277}.products .products-inner .bottom-pagination .pagination-list{display:flex;justify-content:center;flex-direction:row;align-items:center}.products .products-inner .bottom-pagination .pagination-list .page-number{width:24px;height:24px;display:flex;justify-content:center;align-items:center;font-size:14px;line-height:20px;cursor:pointer;border-radius:8px;background-color:#fff;margin:0 2px}.products .products-inner .bottom-pagination .pagination-list .page-number span{color:#212121;-webkit-font-smoothing:antialiased;font-family:"Montserrat-Regular"}.products .products-inner .bottom-pagination .pagination-list .page-number.active{background-color:#5d89a2}.products .products-inner .bottom-pagination .pagination-list .page-number.active span{font-family:"Montserrat-Bold";color:#fff}.products .products-inner .bottom-pagination .pagination-list .next-page,.products .products-inner .bottom-pagination .pagination-list .prev-page{cursor:pointer;margin:0 2px;height:24px;width:24px;display:flex;justify-content:center;align-items:center}.products .products-inner .bottom-pagination .pagination-list .next-page img,.products .products-inner .bottom-pagination .pagination-list .prev-page img{filter:brightness(0) saturate(100%) invert(48%) sepia(6%) saturate(334%) hue-rotate(258deg) brightness(92%) contrast(83%)}.products .products-inner .bottom-pagination .pagination-list .next-page.disabled,.products .products-inner .bottom-pagination .pagination-list .prev-page.disabled{pointer-events:none}.products .products-inner .bottom-pagination .pagination-list .next-page.disabled img,.products .products-inner .bottom-pagination .pagination-list .prev-page.disabled img{opacity:.38}.products .products-inner .bottom-pagination .pagination-list .prev-page img{transform:rotate(180deg)}.products .products-inner .bottom-pagination .pagination-dots{margin:0 10px}@media(max-width:959.98px){.products .products-inner .bottom-pagination{margin-top:32px}}@media(max-width:599.98px){.products .products-inner .bottom-pagination{flex-direction:row-reverse;flex-wrap:wrap-reverse}.products .products-inner .bottom-pagination .products-shown{margin-right:auto}.products .products-inner .bottom-pagination .tenth-dots,.products .products-inner .bottom-pagination .tenth-number{display:none !important}}@media(max-width:991.98px){.products{max-width:100%;width:100%}.products .products-inner{padding:0}}.products-sorting-section{display:flex;justify-content:flex-end;align-items:center;position:relative;margin-bottom:20px;width:100%}.products-sorting-section .products-sorting-counter{padding-right:5px}.products-sorting-section .products-sorting-label{padding-right:5px}.products-sorting-section .products-sorting-dropdown-title{display:flex;align-items:center;justify-content:space-between;padding:0 12px;margin-left:12px;min-width:180px}.products-sorting-section .products-sorting-dropdown-title img{transform:rotate(90deg)}.products-sorting-section .sorting-dropdown-open{display:flex;flex-direction:column}.products-sorting-section .products-sorting-item{padding:4px 16px;cursor:pointer}.products-sorting-section .show-filters-btn{display:none}@media(max-width:959.98px){.products-sorting-section{gap:12px}.products-sorting-section .products-sorting-counter{display:none}.products-sorting-section .products-sorting-label{display:none}.products-sorting-section .show-filters-btn{display:flex;align-items:center;justify-content:center;padding:0 20px;width:calc(50% - 6px)}.products-sorting-section .products-sorting-dropdown-title{width:calc(50% - 6px);margin:0;align-items:center;justify-content:center;padding:0 20px}.products-sorting-section .products-sorting-dropdown-title img{display:none}.products-sorting-section .products-sorting-dropdown{width:100%;max-height:100%;padding:20px;height:calc(30dvh + 80px);overflow:auto;top:auto;position:fixed;left:0;bottom:0;transition:cubic-bezier(.3,.46,.45,.94) .2s;transform:translateY(100%)}.products-sorting-section .products-sorting-dropdown.sorting-dropdown-open{transform:translateY(0)}.products-sorting-section .products-sorting-dropdown .products-sorting-item{display:flex;align-items:center;position:relative;padding-left:26px}.products-sorting-section .products-sorting-dropdown .products-sorting-item:before{content:"";display:block;width:18px;height:18px;border-radius:50%;border:1px solid #9e9e9e;position:absolute;left:0}.products-sorting-section .products-sorting-dropdown .products-sorting-item.active:after{content:"";display:block;width:12px;height:12px;border-radius:50%;background-color:#5d89a2;position:absolute;left:4px}.products-sorting-section .products-sorting-dropdown .filters-head-mb{margin-bottom:16px}}.products-container{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:599.98px){.products-container{grid-template-columns:repeat(1,1fr)}}.products-container .product-card{max-width:100%;width:100%;height:auto}.products-container .product-card-img{border-radius:8px;height:auto;overflow:hidden;object-fit:cover;position:relative;height:200px;display:flex;justify-content:center}.products-container .product-card-img img{height:auto;width:auto}.products-container .product-card-img .banner-images{position:absolute;top:15px;right:15px;display:flex;flex-direction:column;align-items:center}.products-container .product-card-img .banner-images img{margin-bottom:6px;max-height:40px;max-width:40px}.product-label-image{position:absolute;right:16px;bottom:16px;width:48px !important;border-radius:50%}.product-label-image-two{position:absolute;right:70px;bottom:16px;width:48px !important;border-radius:50%}.promotion-label{position:absolute;top:0;left:0}.product-card-desc{padding:16px;position:relative;max-height:350px;height:auto}.product-card-title{height:50px !important;height:auto;overflow:hidden;display:block;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:2}.product-card-stars{display:flex;align-items:center;padding-top:4px}.product-card-stars .eco-part{display:flex;align-items:center;text-decoration:underline;margin-left:8px}.product-card-text{height:auto;overflow:hidden;display:block;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:3;padding-top:4px}.price-container{padding:16px 0;min-height:127.5px;display:flex;flex-direction:column;justify-content:flex-end}.attributes-container{height:70px}.product-card-possibilities{padding-top:16px;display:flex;flex-direction:column;height:95px;overflow:hidden;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:3;font-size:14px}.product-card-possibilities span{margin:0 0 5px}.delivery-options{display:block;bottom:15px}.bottom-cold-content{margin:20px 12px 0;padding-bottom:64px}.bottom-cold-content .bottom-cold-content-title{padding-bottom:12px}main{margin-top:124px}@media(max-width:991.98px){main{margin-top:109px}}.colors-available{display:flex;align-items:center;gap:4px}.colors-available-item{display:block;width:10px;height:10px;border-radius:50%;outline:#e0e0e0 solid 1px}.footer-width-limit{max-width:1320px;margin:auto}@media(max-width:1399.98px){.footer-width-limit{max-width:1140px}}@media(max-width:1199.98px){.footer-width-limit{max-width:960px}}@media(max-width:991.98px){.footer-width-limit{max-width:720px}}@media(max-width:767.98px){.footer-width-limit{max-width:548px}}.footer-project-section{padding:0 80px}.footer-project-section-inner{display:flex;align-items:center;justify-content:center;max-width:1440px;margin:0 auto}.footer-project-section-left{width:50%}.footer-project-section-left .footer-project-section-left-text{padding-bottom:40px}.footer-project-section-right{width:50%;margin:0 26px;height:fit-content;display:flex;align-items:flex-end}.footer-project-section-button-bottom{padding:12px 20px;display:flex;align-items:center;justify-content:center;width:fit-content}@media(max-width:1199.98px){.footer-project-section{padding:0 40px}}@media(max-width:959.98px){.footer-project-section{padding:0 20px}.footer-project-section-button-bottom{width:100%;justify-content:center}}@media(max-width:575.98px){.footer-project-section-inner{flex-direction:column}.footer-project-section-left{width:100%}.footer-project-section-left .footer-project-section-left-text{padding:20px 0}.footer-project-section-right{width:100%}}.footer-links-block{padding:55px 40px}.footer-links-block .footer-links-block-title{margin:20px 0}.footer-links-block .footer-links-block-container{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;text-align:center}.footer-links-block .footer-links-block-item{display:flex;width:200px;margin:0 16px 32px;align-items:center;justify-content:center}@media(max-width:575.98px){.footer-links-block .footer-links-block-item{width:155px}}@media(max-width:1279.98px){.footer-links-block{padding:55px 40px}}@media(max-width:959.98px){.footer-links-block{padding:30px 20px}}.footer-container{padding:32px 0 0}.footer-top{display:flex;flex-direction:row;justify-content:center;flex-wrap:nowrap;padding:60px 80px;width:100%}.footer-top-inner{display:flex;flex-direction:row;justify-content:center;flex-wrap:nowrap;flex-basis:83.3333%;-webkit-box-flex:0;flex-grow:0;max-width:83.3333%}.footer-top .footer-top-item{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;max-width:25%;flex-grow:0;flex-basis:25%;padding:0 4px;-webkit-box-flex:0;text-align:center}.footer-top .footer-top-item-label{padding-top:12px}@media(max-width:1279.98px){.footer-top{padding:60px 40px}.footer-top-inner{flex-basis:100%;max-width:100%}}@media(max-width:959.98px){.footer-top{padding:60px 20px}.footer-top-inner{flex-wrap:wrap;row-gap:40px}}@media(max-width:767.98px){.footer-top .footer-top-item{flex-basis:50%;max-width:50%}}.footer-middle{display:flex;flex-direction:row;justify-content:center;flex-wrap:nowrap;padding:60px 80px}.footer-middle-title{padding-bottom:10px}.footer-middle .footer-middle-description{padding-bottom:16px;max-width:460px}.footer-middle .footer-middle-left{display:flex;align-items:center;flex-direction:column;max-width:50%;padding:0 40px;flex-basis:50%}.footer-middle .footer-middle-left .footer-middle-form{display:flex;flex-direction:row;flex-wrap:nowrap;flex-wrap:wrap;padding-left:8px;width:100%}.footer-middle .footer-middle-left .footer-middle-form input{width:calc(100% - 145px)}.footer-middle .footer-middle-left .footer-middle-form .not-valid,.footer-middle .footer-middle-left .footer-middle-form .valid{margin-left:5px;margin-top:3px;display:none}.footer-middle .footer-middle-left .footer-middle-form.js-form-invalid input{border-color:#d32f2f !important}.footer-middle .footer-middle-left .footer-middle-form.js-form-invalid .not-valid{display:block}.footer-middle .footer-middle-left .footer-middle-form.js-form-valid .valid{display:block}.footer-middle .footer-middle-right{display:flex;flex-direction:column;align-items:center;max-width:50%;padding:0 40px;width:100%}.footer-middle .footer-middle-right .footer-middle-socialmedia{display:flex;flex-direction:row;flex-wrap:nowrap}.footer-middle .footer-middle-right .footer-middle-socialmedia .footer-socialmedia-link{width:48px;height:48px;margin:0 8px;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap}.footer-middle .footer-middle-right .footer-middle-socialmedia svg{width:24px;height:24px}@media(max-width:1279.98px){.footer-middle{padding:60px 40px}}@media(max-width:959.98px){.footer-middle{padding:60px 20px}.footer-middle .footer-middle-left .footer-middle-form{gap:8px}.footer-middle .footer-middle-left .footer-middle-form input{width:calc(100% - 153px)}}@media(max-width:599.98px){.footer-middle{flex-direction:column}.footer-middle .footer-middle-left{max-width:100%;margin-bottom:40px;padding:0}.footer-middle .footer-middle-right{max-width:100%;padding:0}}.footer-bottom{display:flex;padding:32px 80px 60px;width:100%}.footer-bottom .footer-bottom-container{flex-direction:column;max-width:25%;padding-right:12px;width:25%}.footer-bottom .footer-bottom-title{margin:0 0 16px}.footer-bottom .footer-bottom-links-section{display:flex;flex-direction:column;flex-wrap:nowrap}.footer-bottom .footer-bottom-links-section .footer-bottom-link{margin:0 0 16px}@media(max-width:1279.98px){.footer-bottom{padding:32px 40px 60px}}@media(max-width:959.98px){.footer-bottom{flex-wrap:nowrap;flex-direction:column;padding:0 20px;padding-top:16px}.footer-bottom .footer-bottom-container{padding:0;max-width:100%;width:100%}.footer-bottom .footer-bottom-title{display:flex;justify-content:space-between;align-items:center;padding:16px 6px 16px 0;margin:0}.footer-bottom .rotate-svg{transition:rotate .3s}.footer-bottom .footer-bottom-links-section{max-height:0;overflow:hidden;transition:.3s ease-in-out}.footer-bottom .footer-open{max-height:500px;transition:.3s ease-in-out}.footer-bottom .chevron-rotated{rotate:90deg;transition:rotate .3s}}.footer-conditions{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;padding-bottom:32px}@media(max-width:767.98px){.footer-conditions{padding-bottom:16px}}.footer-cookies{display:flex;align-items:flex-start;padding:60px 0;margin:0 80px}.footer-cookies .footer-cookies-left{padding-right:8px;-webkit-box-flex:0;flex-grow:0}.footer-cookies .footer-cookies-left .footer-cookies-description{padding-bottom:12px}.footer-cookies .footer-cookies-left .footer-cookies-parameter{display:flex;align-items:center;width:fit-content}.footer-cookies .footer-cookies-left .footer-cookies-parameter img{margin-left:4px}.footer-cookies .footer-cookies-right{flex-basis:33.3333%;-webkit-box-flex:0;flex-grow:0;max-width:33.3333%;display:flex;justify-content:right;align-items:flex-start}.footer-cookies .footer-cookies-right .footer-cookies-button{display:inline-block;white-space:nowrap;padding:11px 20px;max-height:47px}@media(max-width:1279.98px){.footer-cookies{margin:0 40px}}@media(max-width:959.98px){.footer-cookies{flex-direction:column;padding:40px 20px;max-width:100%;margin:0}.footer-cookies .footer-cookies-left{padding:0;margin-bottom:32px}.footer-cookies .footer-cookies-right{max-width:100%;width:100%}.footer-cookies .footer-cookies-button{width:100%;display:block}}.footer-payment{padding:32px 0;display:flex;justify-content:center;align-items:center}.footer-payment .footer-payment-img{margin:0 12px 5px}.footer-rights{padding:20px 80px}.footer-rights .footer-rights-inner{max-width:800px;padding-top:12px;display:flex;flex-wrap:wrap;margin:auto;justify-content:center}.footer-rights .footer-rights-inner .footer-rights-label{padding:0 12px 12px 0}.footer-rights .footer-rights-inner .footer-rights-link{padding:0 12px 12px 0}@media(max-width:767.98px){.footer-rights{padding:16px 0}.footer-rights .footer-rights-inner{padding:0 16px}.footer-rights .footer-rights-label{margin:0 !important;margin-right:32px !important}.footer-rights .footer-rights-link{margin:0 !important;margin-right:32px !important}}