.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

    .rateit .rateit-range {
        position: relative;
        display: -moz-inline-box;
        display: inline-block;
        background: url(../images/images/star.gif);
        height: 16px;
        outline: none;
    }

        .rateit .rateit-range * {
            display: block;
        }

    /* for IE 6 */
    * html .rateit, * html .rateit .rateit-range {
        display: inline;
    }

        /* for IE 7 */
        * + html .rateit, * + html .rateit .rateit-range {
            display: inline;
        }

            .rateit .rateit-hover, .rateit .rateit-selected {
                position: absolute;
                left: 0;
                top: 0;
                width: 0;
            }

            .rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl {
                left: auto;
                right: 0;
            }

            .rateit .rateit-hover {
                background: url(../images/images/star.gif) left -32px;
                color: rgb(239, 197, 41);
            }

            .rateit .rateit-hover-rtl {
                background-position: right -32px;
            }

            .rateit .rateit-selected {
                background: url(../images/images/star.gif) left -16px;
                color: rgb(191,66,66);
            }

            .rateit .rateit-selected-rtl {
                background-position: right -16px;
            }

            .rateit .rateit-preset {
                background: url(../images/images/star.gif) left -48px;
                color: rgb(239, 107, 34);
            }

            .rateit .rateit-preset-rtl {
                background: url(../images/images/star.gif) right -48px;
            }

            .rateit button.rateit-reset {
                background: url(../images/images/delete.gif) 0 0;
                width: 16px;
                height: 16px;
                display: -moz-inline-box;
                display: inline-block;
                float: left;
                outline: none;
                border: none;
                padding: 0;
            }

            .rateit .rateit-reset span {
                display: none;
            }

            .rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus {
                background-position: 0 -16px;
            }


.rateit-font {
    font-size: 24px;
    line-height: 1em;
}

    .rateit-font .rateit-range {
        background: none;
        height: auto;
    }

    .rateit-font .rateit-empty {
        color: #ccc;
    }

    .rateit-font .rateit-range > div, .rateit-font .rateit-range > span {
        background: none;
        overflow: hidden;
        cursor: default;
    }

.rateit.rateit-font .rateit-reset {
    font-size: inherit;
    background: none;
    width: 0.6em;
    height: 0.6em;
    margin-top: 0.2em;
    background: gray;
    border-radius: 50%;
    position: relative;
}

    .rateit.rateit-font .rateit-reset span {
        display: block;
        font-weight: bold;
        color: white;
        height: calc(50% - 0.045em);
        top: 0;
        position: absolute;
        border-bottom: 0.09em solid white;
        width: 72%;
        margin-left: 14%;
    }


.rateit.rateit-font .rateit-reset:hover, .rateit.rateit-font button.rateit-reset:focus {
    background: #e6574b; /* Old browsers */
    background: radial-gradient(ellipse at center, #e6574b 55%,#f6836b 77%,#f9d3cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-position: 0 0;
}

.paginationjs{line-height:1.6;font-family:Marmelad,"Lucida Grande",Arial,"Hiragino Sans GB",Georgia,sans-serif;font-size:14px;box-sizing:initial}.paginationjs:after{display:table;content:" ";clear:both}.paginationjs .paginationjs-pages{float:left}.paginationjs .paginationjs-pages ul{float:left;margin:0;padding:0}.paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input,.paginationjs .paginationjs-nav{float:left;margin-left:10px;font-size:14px}.paginationjs .paginationjs-pages li{float:left;border:1px solid #aaa;border-right:none;list-style:none}.paginationjs .paginationjs-pages li>a{min-width:30px;height:28px;line-height:28px;display:block;background:#fff;font-size:14px;color:#333;text-decoration:none;text-align:center}.paginationjs .paginationjs-pages li>a:hover{background:#eee}.paginationjs .paginationjs-pages li.active{border:none}.paginationjs .paginationjs-pages li.active>a{height:30px;line-height:30px;background:#aaa;color:#fff}.paginationjs .paginationjs-pages li.disabled>a{opacity:.3}.paginationjs .paginationjs-pages li.disabled>a:hover{background:0 0}.paginationjs .paginationjs-pages li:first-child,.paginationjs .paginationjs-pages li:first-child>a{border-radius:3px 0 0 3px}.paginationjs .paginationjs-pages li:last-child{border-right:1px solid #aaa;border-radius:0 3px 3px 0}.paginationjs .paginationjs-pages li:last-child>a{border-radius:0 3px 3px 0}.paginationjs .paginationjs-go-input>input[type=text]{width:30px;height:28px;background:#fff;border-radius:3px;border:1px solid #aaa;padding:0;font-size:14px;text-align:center;vertical-align:baseline;outline:0;box-shadow:none;box-sizing:initial}.paginationjs .paginationjs-go-button>input[type=button]{min-width:40px;height:30px;line-height:28px;background:#fff;border-radius:3px;border:1px solid #aaa;text-align:center;padding:0 8px;font-size:14px;vertical-align:baseline;outline:0;box-shadow:none;color:#333;cursor:pointer;vertical-align:middle\9}.paginationjs.paginationjs-theme-blue .paginationjs-go-input>input[type=text],.paginationjs.paginationjs-theme-blue .paginationjs-pages li{border-color:#289de9}.paginationjs .paginationjs-go-button>input[type=button]:hover{background-color:#f8f8f8}.paginationjs .paginationjs-nav{height:30px;line-height:30px}.paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input{margin-left:5px\9}.paginationjs.paginationjs-small{font-size:12px}.paginationjs.paginationjs-small .paginationjs-pages li>a{min-width:26px;height:24px;line-height:24px;font-size:12px}.paginationjs.paginationjs-small .paginationjs-pages li.active>a{height:26px;line-height:26px}.paginationjs.paginationjs-small .paginationjs-go-input{font-size:12px}.paginationjs.paginationjs-small .paginationjs-go-input>input[type=text]{width:26px;height:24px;font-size:12px}.paginationjs.paginationjs-small .paginationjs-go-button{font-size:12px}.paginationjs.paginationjs-small .paginationjs-go-button>input[type=button]{min-width:30px;height:26px;line-height:24px;padding:0 6px;font-size:12px}.paginationjs.paginationjs-small .paginationjs-nav{height:26px;line-height:26px;font-size:12px}.paginationjs.paginationjs-big{font-size:16px}.paginationjs.paginationjs-big .paginationjs-pages li>a{min-width:36px;height:34px;line-height:34px;font-size:16px}.paginationjs.paginationjs-big .paginationjs-pages li.active>a{height:36px;line-height:36px}.paginationjs.paginationjs-big .paginationjs-go-input{font-size:16px}.paginationjs.paginationjs-big .paginationjs-go-input>input[type=text]{width:36px;height:34px;font-size:16px}.paginationjs.paginationjs-big .paginationjs-go-button{font-size:16px}.paginationjs.paginationjs-big .paginationjs-go-button>input[type=button]{min-width:50px;height:36px;line-height:34px;padding:0 12px;font-size:16px}.paginationjs.paginationjs-big .paginationjs-nav{height:36px;line-height:36px;font-size:16px}.paginationjs.paginationjs-theme-blue .paginationjs-pages li>a{color:#289de9}.paginationjs.paginationjs-theme-blue .paginationjs-pages li>a:hover{background:#e9f4fc}.paginationjs.paginationjs-theme-blue .paginationjs-pages li.active>a{background:#289de9;color:#fff}.paginationjs.paginationjs-theme-blue .paginationjs-pages li.disabled>a:hover{background:0 0}.paginationjs.paginationjs-theme-blue .paginationjs-go-button>input[type=button]{background:#289de9;border-color:#289de9;color:#fff}.paginationjs.paginationjs-theme-green .paginationjs-go-input>input[type=text],.paginationjs.paginationjs-theme-green .paginationjs-pages li{border-color:#449d44}.paginationjs.paginationjs-theme-blue .paginationjs-go-button>input[type=button]:hover{background-color:#3ca5ea}.paginationjs.paginationjs-theme-green .paginationjs-pages li>a{color:#449d44}.paginationjs.paginationjs-theme-green .paginationjs-pages li>a:hover{background:#ebf4eb}.paginationjs.paginationjs-theme-green .paginationjs-pages li.active>a{background:#449d44;color:#fff}.paginationjs.paginationjs-theme-green .paginationjs-pages li.disabled>a:hover{background:0 0}.paginationjs.paginationjs-theme-green .paginationjs-go-button>input[type=button]{background:#449d44;border-color:#449d44;color:#fff}.paginationjs.paginationjs-theme-yellow .paginationjs-go-input>input[type=text],.paginationjs.paginationjs-theme-yellow .paginationjs-pages li{border-color:#ec971f}.paginationjs.paginationjs-theme-green .paginationjs-go-button>input[type=button]:hover{background-color:#55a555}.paginationjs.paginationjs-theme-yellow .paginationjs-pages li>a{color:#ec971f}.paginationjs.paginationjs-theme-yellow .paginationjs-pages li>a:hover{background:#fdf5e9}.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.active>a{background:#ec971f;color:#fff}.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.disabled>a:hover{background:0 0}.paginationjs.paginationjs-theme-yellow .paginationjs-go-button>input[type=button]{background:#ec971f;border-color:#ec971f;color:#fff}.paginationjs.paginationjs-theme-red .paginationjs-go-input>input[type=text],.paginationjs.paginationjs-theme-red .paginationjs-pages li{border-color:#c9302c}.paginationjs.paginationjs-theme-yellow .paginationjs-go-button>input[type=button]:hover{background-color:#eea135}.paginationjs.paginationjs-theme-red .paginationjs-pages li>a{color:#c9302c}.paginationjs.paginationjs-theme-red .paginationjs-pages li>a:hover{background:#faeaea}.paginationjs.paginationjs-theme-red .paginationjs-pages li.active>a{background:#c9302c;color:#fff}.paginationjs.paginationjs-theme-red .paginationjs-pages li.disabled>a:hover{background:0 0}.paginationjs.paginationjs-theme-red .paginationjs-go-button>input[type=button]{background:#c9302c;border-color:#c9302c;color:#fff}.paginationjs.paginationjs-theme-red .paginationjs-go-button>input[type=button]:hover{background-color:#ce4541}.paginationjs .paginationjs-pages li.paginationjs-next{border-right:1px solid #aaa\9}.paginationjs .paginationjs-go-input>input[type=text]{line-height:28px\9;vertical-align:middle\9}.paginationjs.paginationjs-big .paginationjs-pages li>a{line-height:36px\9}.paginationjs.paginationjs-big .paginationjs-go-input>input[type=text]{height:36px\9;line-height:36px\9}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}b,strong{font-weight:bold}*{box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.aspect-ratio--4-3::before{padding-top:75%}.aspect-ratio--3-4::before{padding-top:133%}.aspect-ratio--2-3::before{padding-top:150%}.aspect-ratio--3-2::before{padding-top:66.66%}.aspect-ratio--1-1::before{padding-top:100%}.aspect-ratio--16-9::before{padding-top:56.25%}@media(max-width: 992px){.aspect-ratio--16-9::before{padding-top:133%}}@media(max-width: 599px){.mobile,.aspect-ratio--4-3::before,.aspect-ratio--3-4::before,.aspect-ratio--2-3::before,.aspect-ratio--3-2::before,.aspect-ratio--16-9::before{padding-top:150%}}.default,.aspect-ratio--4-3::before,.aspect-ratio--3-4::before,.aspect-ratio--2-3::before,.aspect-ratio--3-2::before,.aspect-ratio--1-1::before,.aspect-ratio--16-9::before{content:"";display:block;width:100%}.container,.editorial-carousel--with-static-tile{position:relative;margin:0 auto;width:100%;max-width:160rem;padding:0 20px}@media only screen and (min-width: 768px){.container,.editorial-carousel--with-static-tile{padding:0 20px}}@media only screen and (min-width: 1024px){.container,.editorial-carousel--with-static-tile{padding:0 20px}}@media only screen and (min-width: 1440px){.container,.editorial-carousel--with-static-tile{padding:0 58px}}@media only screen and (min-width: 1600px){.container,.editorial-carousel--with-static-tile{padding:0 58px}}@media(min-width: 0)and (max-width: 319px){.container,.editorial-carousel--with-static-tile{max-width:100%}}@media(min-width: 320px)and (max-width: 767px){.container,.editorial-carousel--with-static-tile{max-width:100%}}@media(min-width: 768px)and (max-width: 1023px){.container,.editorial-carousel--with-static-tile{max-width:100%}}@media(min-width: 1024px)and (max-width: 1439px){.container,.editorial-carousel--with-static-tile{max-width:100%}}@media(min-width: 1440px)and (max-width: 1599px){.container,.editorial-carousel--with-static-tile{max-width:144rem}}.container--halfright{padding-left:.05rem}.container--halfleft{padding-right:.05rem}.container--fluid{position:relative;width:100%;padding:0 20px}@media only screen and (min-width: 768px){.container--fluid{padding:0 20px}}@media only screen and (min-width: 1024px){.container--fluid{padding:0 20px}}@media only screen and (min-width: 1440px){.container--fluid{padding:0 58px}}@media only screen and (min-width: 1600px){.container--fluid{padding:0 58px}}.row{display:flex;flex:0 1 auto;flex-wrap:wrap}.row.reverse{flex-direction:row-reverse}.row--full-bleed{margin-left:0;margin-right:0}.row--full-bleed [class^=col-]{padding-left:0;padding-right:0}.container-fluid{position:relative;margin:0 auto;width:100%;padding:0 2.4rem}.justify-start{justify-content:flex-start;text-align:left}.justify-center{justify-content:center}.justify-end{justify-content:flex-end;text-align:right}.justify-around{justify-content:space-around}.justify-between{justify-content:space-between}.align-top{align-items:flex-start}.align-middle{align-items:center}.align-stretch{align-items:stretch}.align-bottom{align-items:flex-end}.col,[class*=col-]{padding-right:10px;padding-left:10px;flex:1 0 auto;width:100%}.col-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.col-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-3{flex-basis:25%;max-width:25%}.col-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-6{flex-basis:50%;max-width:50%}.col-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-9{flex-basis:75%;max-width:75%}.col-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-12{flex-basis:100%;max-width:100%}.offset-0{margin-left:0}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}.offset-12{margin-left:100%}.col-push-0{margin-right:0}.col-push-1{margin-right:8.3333333333%}.col-push-2{margin-right:16.6666666667%}.col-push-3{margin-right:25%}.col-push-4{margin-right:33.3333333333%}.col-push-5{margin-right:41.6666666667%}.col-push-6{margin-right:50%}.col-push-7{margin-right:58.3333333333%}.col-push-8{margin-right:66.6666666667%}.col-push-9{margin-right:75%}.col-push-10{margin-right:83.3333333333%}.col-push-11{margin-right:91.6666666667%}.col-push-12{margin-right:100%}@media only screen and (min-width: 320px){.col-xs{flex-grow:1;max-width:100%}.col-xs-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.col-xs-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-xs-3{flex-basis:25%;max-width:25%}.col-xs-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-xs-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-xs-6{flex-basis:50%;max-width:50%}.col-xs-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-xs-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-xs-9{flex-basis:75%;max-width:75%}.col-xs-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-xs-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-xs-12{flex-basis:100%;max-width:100%}.offset-xs-0{margin-left:0}.offset-xs-1{margin-left:8.3333333333%}.offset-xs-2{margin-left:16.6666666667%}.offset-xs-3{margin-left:25%}.offset-xs-4{margin-left:33.3333333333%}.offset-xs-5{margin-left:41.6666666667%}.offset-xs-6{margin-left:50%}.offset-xs-7{margin-left:58.3333333333%}.offset-xs-8{margin-left:66.6666666667%}.offset-xs-9{margin-left:75%}.offset-xs-10{margin-left:83.3333333333%}.offset-xs-11{margin-left:91.6666666667%}.offset-xs-12{margin-left:100%}.col-xs-push-0{margin-right:0}.col-xs-push-1{margin-right:8.3333333333%}.col-xs-push-2{margin-right:16.6666666667%}.col-xs-push-3{margin-right:25%}.col-xs-push-4{margin-right:33.3333333333%}.col-xs-push-5{margin-right:41.6666666667%}.col-xs-push-6{margin-right:50%}.col-xs-push-7{margin-right:58.3333333333%}.col-xs-push-8{margin-right:66.6666666667%}.col-xs-push-9{margin-right:75%}.col-xs-push-10{margin-right:83.3333333333%}.col-xs-push-11{margin-right:91.6666666667%}.col-xs-push-12{margin-right:100%}}@media only screen and (min-width: 768px){.col-sm{flex-grow:1;max-width:100%}.col-sm-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex-basis:25%;max-width:25%}.col-sm-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex-basis:50%;max-width:50%}.col-sm-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex-basis:75%;max-width:75%}.col-sm-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex-basis:100%;max-width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}.offset-sm-12{margin-left:100%}.col-sm-push-0{margin-right:0}.col-sm-push-1{margin-right:8.3333333333%}.col-sm-push-2{margin-right:16.6666666667%}.col-sm-push-3{margin-right:25%}.col-sm-push-4{margin-right:33.3333333333%}.col-sm-push-5{margin-right:41.6666666667%}.col-sm-push-6{margin-right:50%}.col-sm-push-7{margin-right:58.3333333333%}.col-sm-push-8{margin-right:66.6666666667%}.col-sm-push-9{margin-right:75%}.col-sm-push-10{margin-right:83.3333333333%}.col-sm-push-11{margin-right:91.6666666667%}.col-sm-push-12{margin-right:100%}}@media only screen and (min-width: 1024px){.col-md{flex-grow:1;max-width:100%}.col-md-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.col-md-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-md-3{flex-basis:25%;max-width:25%}.col-md-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-md-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-md-6{flex-basis:50%;max-width:50%}.col-md-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-md-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-md-9{flex-basis:75%;max-width:75%}.col-md-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-md-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-md-12{flex-basis:100%;max-width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}.offset-md-12{margin-left:100%}.col-md-push-0{margin-right:0}.col-md-push-1{margin-right:8.3333333333%}.col-md-push-2{margin-right:16.6666666667%}.col-md-push-3{margin-right:25%}.col-md-push-4{margin-right:33.3333333333%}.col-md-push-5{margin-right:41.6666666667%}.col-md-push-6{margin-right:50%}.col-md-push-7{margin-right:58.3333333333%}.col-md-push-8{margin-right:66.6666666667%}.col-md-push-9{margin-right:75%}.col-md-push-10{margin-right:83.3333333333%}.col-md-push-11{margin-right:91.6666666667%}.col-md-push-12{margin-right:100%}}@media only screen and (min-width: 1440px){.col-lg{flex-grow:1;max-width:100%}.col-lg-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex-basis:25%;max-width:25%}.col-lg-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex-basis:50%;max-width:50%}.col-lg-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex-basis:75%;max-width:75%}.col-lg-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex-basis:100%;max-width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}.offset-lg-12{margin-left:100%}.col-lg-push-0{margin-right:0}.col-lg-push-1{margin-right:8.3333333333%}.col-lg-push-2{margin-right:16.6666666667%}.col-lg-push-3{margin-right:25%}.col-lg-push-4{margin-right:33.3333333333%}.col-lg-push-5{margin-right:41.6666666667%}.col-lg-push-6{margin-right:50%}.col-lg-push-7{margin-right:58.3333333333%}.col-lg-push-8{margin-right:66.6666666667%}.col-lg-push-9{margin-right:75%}.col-lg-push-10{margin-right:83.3333333333%}.col-lg-push-11{margin-right:91.6666666667%}.col-lg-push-12{margin-right:100%}}@media only screen and (min-width: 1600px){.col-xl{flex-grow:1;max-width:100%}.col-xl-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex-basis:25%;max-width:25%}.col-xl-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex-basis:50%;max-width:50%}.col-xl-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex-basis:75%;max-width:75%}.col-xl-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex-basis:100%;max-width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}.offset-xl-12{margin-left:100%}.col-xl-push-0{margin-right:0}.col-xl-push-1{margin-right:8.3333333333%}.col-xl-push-2{margin-right:16.6666666667%}.col-xl-push-3{margin-right:25%}.col-xl-push-4{margin-right:33.3333333333%}.col-xl-push-5{margin-right:41.6666666667%}.col-xl-push-6{margin-right:50%}.col-xl-push-7{margin-right:58.3333333333%}.col-xl-push-8{margin-right:66.6666666667%}.col-xl-push-9{margin-right:75%}.col-xl-push-10{margin-right:83.3333333333%}.col-xl-push-11{margin-right:91.6666666667%}.col-xl-push-12{margin-right:100%}}.mb-1{margin-bottom:.1rem !important}.mt-1{margin-top:.1rem !important}.ml-1{margin-left:.1rem !important}.mr-1{margin-right:.1rem !important}.pb-1{padding-bottom:.1rem !important}.pt-1{padding-top:.1rem !important}.mb-2{margin-bottom:.2rem !important}.mt-2{margin-top:.2rem !important}.ml-2{margin-left:.2rem !important}.mr-2{margin-right:.2rem !important}.pb-2{padding-bottom:.2rem !important}.pt-2{padding-top:.2rem !important}.mb-3{margin-bottom:.3rem !important}.mt-3{margin-top:.3rem !important}.ml-3{margin-left:.3rem !important}.mr-3{margin-right:.3rem !important}.pb-3{padding-bottom:.3rem !important}.pt-3{padding-top:.3rem !important}.mb-4{margin-bottom:.4rem !important}.mt-4{margin-top:.4rem !important}.ml-4{margin-left:.4rem !important}.mr-4{margin-right:.4rem !important}.pb-4{padding-bottom:.4rem !important}.pt-4{padding-top:.4rem !important}.mb-5{margin-bottom:.5rem !important}.mt-5{margin-top:.5rem !important}.ml-5{margin-left:.5rem !important}.mr-5{margin-right:.5rem !important}.pb-5{padding-bottom:.5rem !important}.pt-5{padding-top:.5rem !important}.mb-6{margin-bottom:.6rem !important}.mt-6{margin-top:.6rem !important}.ml-6{margin-left:.6rem !important}.mr-6{margin-right:.6rem !important}.pb-6{padding-bottom:.6rem !important}.pt-6{padding-top:.6rem !important}.mb-7{margin-bottom:.7rem !important}.mt-7{margin-top:.7rem !important}.ml-7{margin-left:.7rem !important}.mr-7{margin-right:.7rem !important}.pb-7{padding-bottom:.7rem !important}.pt-7{padding-top:.7rem !important}.mb-8{margin-bottom:.8rem !important}.mt-8{margin-top:.8rem !important}.ml-8{margin-left:.8rem !important}.mr-8{margin-right:.8rem !important}.pb-8{padding-bottom:.8rem !important}.pt-8{padding-top:.8rem !important}.mb-10{margin-bottom:1rem !important}.mt-10{margin-top:1rem !important}.ml-10{margin-left:1rem !important}.mr-10{margin-right:1rem !important}.pb-10{padding-bottom:1rem !important}.pt-10{padding-top:1rem !important}.mb-12{margin-bottom:1.2rem !important}.mt-12{margin-top:1.2rem !important}.ml-12{margin-left:1.2rem !important}.mr-12{margin-right:1.2rem !important}.pb-12{padding-bottom:1.2rem !important}.pt-12{padding-top:1.2rem !important}.mb-15{margin-bottom:1.5rem !important}.mt-15{margin-top:1.5rem !important}.ml-15{margin-left:1.5rem !important}.mr-15{margin-right:1.5rem !important}.pb-15{padding-bottom:1.5rem !important}.pt-15{padding-top:1.5rem !important}.mb-16{margin-bottom:1.6rem !important}.mt-16{margin-top:1.6rem !important}.ml-16{margin-left:1.6rem !important}.mr-16{margin-right:1.6rem !important}.pb-16{padding-bottom:1.6rem !important}.pt-16{padding-top:1.6rem !important}.mb-20{margin-bottom:2rem !important}.mt-20{margin-top:2rem !important}.ml-20{margin-left:2rem !important}.mr-20{margin-right:2rem !important}.pb-20{padding-bottom:2rem !important}.pt-20{padding-top:2rem !important}.mb-25{margin-bottom:2.5rem !important}.mt-25{margin-top:2.5rem !important}.ml-25{margin-left:2.5rem !important}.mr-25{margin-right:2.5rem !important}.pb-25{padding-bottom:2.5rem !important}.pt-25{padding-top:2.5rem !important}.mb-30{margin-bottom:3rem !important}.mt-30{margin-top:3rem !important}.ml-30{margin-left:3rem !important}.mr-30{margin-right:3rem !important}.pb-30{padding-bottom:3rem !important}.pt-30{padding-top:3rem !important}.mb-40{margin-bottom:4rem !important}.mt-40{margin-top:4rem !important}.ml-40{margin-left:4rem !important}.mr-40{margin-right:4rem !important}.pb-40{padding-bottom:4rem !important}.pt-40{padding-top:4rem !important}.mb-50{margin-bottom:5rem !important}.mt-50{margin-top:5rem !important}.ml-50{margin-left:5rem !important}.mr-50{margin-right:5rem !important}.pb-50{padding-bottom:5rem !important}.pt-50{padding-top:5rem !important}.mb-60{margin-bottom:6rem !important}.mt-60{margin-top:6rem !important}.ml-60{margin-left:6rem !important}.mr-60{margin-right:6rem !important}.pb-60{padding-bottom:6rem !important}.pt-60{padding-top:6rem !important}.mb-100{margin-bottom:10rem !important}.mt-100{margin-top:10rem !important}.ml-100{margin-left:10rem !important}.mr-100{margin-right:10rem !important}.pb-100{padding-bottom:10rem !important}.pt-100{padding-top:10rem !important}.custom-mq{font-family:"xs=320px&sm=768px&md=1024px&lg=1440px&xl=1600px"}.d-none{display:none !important}.d-block{display:block}.d-flex{display:flex}.flex-column{flex-direction:column}@media only screen and (min-width: 320px){.d-xs-none{display:none !important}.d-xs-block{display:block !important}.d-xs-iblock{display:inline-block !important}.d-xs-flex{display:flex !important}}@media only screen and (min-width: 768px){.d-sm-none{display:none !important}.d-sm-block{display:block !important}.d-sm-iblock{display:inline-block !important}.d-sm-flex{display:flex !important}}@media only screen and (min-width: 1024px){.d-md-none{display:none !important}.d-md-block{display:block !important}.d-md-iblock{display:inline-block !important}.d-md-flex{display:flex !important}}@media only screen and (min-width: 1440px){.d-lg-none{display:none !important}.d-lg-block{display:block !important}.d-lg-iblock{display:inline-block !important}.d-lg-flex{display:flex !important}}@media only screen and (min-width: 1600px){.d-xl-none{display:none !important}.d-xl-block{display:block !important}.d-xl-iblock{display:inline-block !important}.d-xl-flex{display:flex !important}}.flex{flex:1}.mx-auto{margin-right:auto;margin-left:auto}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.my-auto{margin-top:auto;margin-bottom:auto}.hidden{visibility:hidden;height:0;display:none}.hide{display:none}.overflow-hidden{overflow:hidden}.underline{text-decoration:underline}.position-relative{position:relative !important}.invalid-feedback,.error-message{font-size:1.2rem;color:#c92316}.block{display:block}img[data-sizes=auto]{display:block;width:100%}.lazyload,.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 300ms}.unstyled-list{list-style:none;padding-top:0;padding-bottom:0}.unstyled-list li{list-style-position:outside;padding-top:0;padding-bottom:0}.text-right{text-align:right}.text-left{text-align:left}.text-center{text-align:center}.text-uppercase{text-transform:uppercase}.text-500{font-weight:500}.quantity-label{padding:.3rem .6rem;border-radius:.5rem;background-color:#dad9d7;display:inline-block;margin:0 auto}.accordion-group .accordion-item:first-child{border-top:1px solid #ece8e5 !important}.accordion-group div.accordion-trigger,.accordion-group button.accordion-trigger{width:100%;display:flex !important;align-items:center;justify-content:space-between;height:5rem;border-bottom:1px solid #ece8e5}.accordion-group div.accordion-trigger[aria-expanded=false]::after,.accordion-group button.accordion-trigger[aria-expanded=false]::after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.707 18.707v-8.313h2v8.313h8.314v2h-8.314v8.314h-2v-8.314h-8.314v-2h8.314z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.accordion-group div.accordion-trigger[aria-expanded=true]::after,.accordion-group button.accordion-trigger[aria-expanded=true]::after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M29 21H11v-2h18v2z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.accordion-group div.accordion-trigger,.accordion-group div.accordion-content,.accordion-group button.accordion-trigger,.accordion-group button.accordion-content{text-align:left}.accordion-group div.accordion-content li a,.accordion-group button.accordion-content li a{display:block;padding:1rem 0}.txt-green{color:#008770}.txt-black{color:#4e5152}.icon-small{display:inline-block;width:2.4rem !important;height:2.4rem !important}.separator{display:block;width:100%;height:.2rem;background:currentColor}html{position:relative}html.debug-grid::after{display:flex;content:"<xs"}@media only screen and (min-width: 320px){html.debug-grid::after{content:"xs"}}@media only screen and (min-width: 768px){html.debug-grid::after{content:"sm"}}@media only screen and (min-width: 1024px){html.debug-grid::after{content:"md"}}@media only screen and (min-width: 1440px){html.debug-grid::after{content:"lg"}}@media only screen and (min-width: 1600px){html.debug-grid::after{content:"xl"}}html.debug-grid::before{position:absolute;top:0;right:0;bottom:0;left:0;margin-right:auto;margin-left:auto;min-height:100vh;content:"";background-size:calc(100% + 20px) 100%;background-image:repeating-linear-gradient(to right, rgba(2, 187, 156, 0.12), rgba(2, 187, 156, 0.12) calc((100% / 12) - 20px), transparent calc((100% / 12) - 20px), transparent calc(100% / 12));pointer-events:none;z-index:999;width:calc(100% - (2 * 20px))}@media only screen and (min-width: 768px){html.debug-grid::before{width:calc(100% - (2 * 20px))}}@media only screen and (min-width: 1024px){html.debug-grid::before{width:calc(100% - (2 * 20px))}}@media only screen and (min-width: 1440px){html.debug-grid::before{width:calc(100% - (2 * 58px))}}@media only screen and (min-width: 1600px){html.debug-grid::before{width:calc(100% - (2 * 58px))}}@media only screen and (min-width: 320px){html.debug-grid::before{background-image:repeating-linear-gradient(to right, rgba(0, 0, 255, 0.2), rgba(0, 0, 255, 0.2) calc((100% / 12) - 20px), transparent calc((100% / 12) - 20px), transparent calc(100% / 12))}}@media only screen and (min-width: 768px){html.debug-grid::before{background-image:repeating-linear-gradient(to right, rgba(241, 126, 126, 0.2), rgba(241, 126, 126, 0.2) calc((100% / 12) - 20px), transparent calc((100% / 12) - 20px), transparent calc(100% / 12))}}@media only screen and (min-width: 1024px){html.debug-grid::before{background-image:repeating-linear-gradient(to right, rgba(130, 241, 126, 0.2), rgba(130, 241, 126, 0.2) calc((100% / 12) - 20px), transparent calc((100% / 12) - 20px), transparent calc(100% / 12))}}@media only screen and (min-width: 1440px){html.debug-grid::before{background-image:repeating-linear-gradient(to right, rgba(218, 126, 241, 0.2), rgba(218, 126, 241, 0.2) calc((100% / 12) - 20px), transparent calc((100% / 12) - 20px), transparent calc(100% / 12))}}@media only screen and (min-width: 1600px){html.debug-grid::before{background-image:repeating-linear-gradient(to right, rgba(203, 241, 126, 0.2), rgba(203, 241, 126, 0.2) calc((100% / 12) - 20px), transparent calc((100% / 12) - 20px), transparent calc(100% / 12))}}html::after{display:none;position:fixed;align-items:center;justify-content:center;background-color:currentColor;width:1.2rem;height:1.2rem;border-radius:50%;bottom:.4rem;right:.4rem;font-size:14px;line-height:1;box-shadow:0 10px 20px rgba(71,14,14,.15);color:#fff;text-transform:uppercase;z-index:1000}.component-text-example{backdrop-filter:blur(10px);background:rgba(255,255,255,.75);margin-top:5rem;margin-bottom:5rem;padding:50px 10%;line-height:200%}.component-text-example ul{list-style-type:circle}.component-text-example h3{font-size:.6rem}.component-text-example code{font-family:Monaco,Menlo,Consolas,"Courier New",monospace;white-space:normal;color:#e01e5a;padding:.2rem 3px 1px;font-variant-ligatures:none;tab-size:4;background-color:#f7f7f9;border:1px solid #e1e1e8;border-radius:3px}.component-text-example .check-ok{background-color:#adff2f;padding:10px;width:200px}.component-text-example .check-ko{background-color:#f99;padding:10px;width:200px}.formtester{margin-top:200px}.formtester h3{margin-bottom:2rem}.formtester .formjson{margin-top:5rem;padding-top:5rem;border-top:1px solid #4e5152}.devmode{background-color:#ff0}.devmodebox{margin-bottom:.4rem;margin-top:.4rem;padding-top:.2rem;padding-bottom:.2rem;text-align:center;width:100%}body.ssr header{border-top:.1rem solid #ff0 !important}body.ssr .uninitialized{width:50%;margin:20px auto;border:20px solid red}body.ssr .initializing{border:20px solid blue}.icon,.icon-tooltip-triangle,.icon-social-youtube,.icon-social-twitter,.icon-social-tiktok,.icon-social-tiktok-auth,.icon-social-spotify,.icon-social-share,.icon-social-pinterest,.icon-social-linkedin,.icon-social-instagram,.icon-social-instagram-auth,.icon-social-google,.icon-social-google-colorful,.icon-social-facebook,.icon-social-facebook-noframe,.icon-fb-white,.icon-social-facebook-colorful,.icon-shipping,.icon-service-vegan-formula,.icon-service-tested,.icon-service-sles-free,.icon-service-silicones-free,.icon-service-respect-the-marine,.icon-service-recycled-plastic,.icon-service-perfume-free,.icon-service-paraben-free,.icon-service-original-99,.icon-service-original-98,.icon-service-original-97,.icon-service-original-96,.icon-service-original-95,.icon-service-italy,.icon-service-formaldehyde-free,.icon-right,.icon-promo-outline,.icon-product-shipping,.icon-shipping-green,.icon-product-sale-symbol,.icon-product-sale-symbol-framed,.icon-product-returning,.icon-product-recyclable,.icon-product-pack,.icon-product-gift-card,.icon-product-expired,.icon-product-delivery,.icon-product-boutiques,.icon-product-bag,.icon-cart-white,.icon-product-advantages,.icon-payment-wallet,.icon-payment-visa,.icon-payment-visa-electron,.icon-payment-scalapay,.icon-payment-safe,.icon-safepayments-green,.icon-safepayments,.icon-payment-paypal,.icon-payment-nexi,.icon-payment-mastercard,.icon-payment-fast,.icon-payment-contrassegno,.icon-payment-cash,.icon-cash-green,.icon-pack,.icon-other-water,.icon-other-tree,.icon-other-tester,.icon-other-sanitation,.icon-other-products,.icon-other-mask,.icon-other-loader,.icon-other-gift,.icon-other-gel,.icon-other-energy,.icon-other-distance,.icon-other-co2,.icon-other-cluster,.icon-navigation-stores,.icon-navigation-return,.icon-navigation-pin,.icon-navigation-menu,.icon-navigation-logo,.icon-logo,.icon-navigation-home,.icon-navigation-country,.icon-navigation-account-logged-out,.icon-navigation-account-logged-in,.icon-label-secure,.icon-label-reverse,.icon-recyclable-green,.icon-label-quality,.icon-quality-green,.icon-label-puntinatura,.icon-puntinatura,.icon-label-navigator,.icon-label-mirror,.icon-label-info,.icon-label-help,.icon-label-headset,.icon-label-envelope,.icon-label-email,.icon-label-clock,.icon-label-calendar,.icon-calendar,.icon-label-awards,.icon-label-app,.icon-app,.icon-info-filled,.icon-info-empty,.icon-form-upload,.icon-form-toggler,.icon-form-radio,.icon-form-radio-checked,.icon-form-password-hidden,.icon-form-password-displayed,.icon-form-checkmark,.icon-checkmark-white,.icon-checkmark,.icon-form-checkbox,.icon-form-checkbox-checked,.icon-flag-ua,.icon-flag-sk,.icon-flag-si,.icon-flag-se,.icon-flag-rw,.icon-flag-ro,.icon-flag-pt,.icon-flag-pl,.icon-flag-nl,.icon-flag-mt,.icon-flag-lv,.icon-flag-lu,.icon-flag-lt,.icon-flag-it,.icon-flag-ie,.icon-flag-hu,.icon-flag-hr,.icon-flag-gr,.icon-flag-gb,.icon-flag-fr,.icon-flag-fi,.icon-flag-es,.icon-flag-ee,.icon-flag-dk,.icon-flag-de,.icon-flag-cz,.icon-flag-cy,.icon-flag-ch,.icon-flag-bg,.icon-flag-be,.icon-flag-at,.icon-file-pdf,.icon-fastpayment,.icon-event-xmas,.icon-event-birthday,.icon-delivery,.icon-close-red,.icon-arrow-up,.icon-arrow-right,.icon-arrow-right-white,.icon-arrow-right-green-dark,.icon-arrow-right-green,.icon-arrow-right-short,.icon-arrow-left,.icon-arrow-down,.icon-angle-up,.icon-angle-right,.icon-angle-left,.icon-angle-down,.icon-addtobag,.icon-addtobag-white,.icon-action-vote,.icon-action-trash,.icon-trash-green,.icon-trash,.icon-action-sort,.icon-sort,.icon-action-shade,.icon-action-search,.icon-action-review-positive,.icon-star-full,.icon-action-review-negative,.icon-star,.icon-action-qr,.icon-action-pointer,.icon-action-play-video,.icon-action-open,.icon-open,.icon-action-notify,.icon-bell,.icon-action-hide,.icon-minus,.icon-action-fullscreen,.icon-action-filter,.icon-filter,.icon-action-edit,.icon-edit,.icon-action-copy,.icon-action-close,.icon-close-green,.icon-close,.icon-action-cancel,.icon-action-added-to-wishlist,.icon-action-add-to-wishlist,.icon-wishlist-green,.icon-action-add-to-bag,.icon-addtobag-white,.icon-action-add-a-friend{border:none;min-width:initial;padding:0;height:auto}.icon-action-add-a-friend::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.5 8a5.5 5.5 0 110 11 5.5 5.5 0 010-11zm0 1.833a3.667 3.667 0 100 7.334 3.667 3.667 0 000-7.334zM19 21c1.213 0 2.344.112 3.39.335-.013.133-.02.268-.02.405l-.001.628h-.628l-.2.006a3.977 3.977 0 00-1.652.449c-.182-.01-.366-.016-.552-.02L19 22.8c-3.849 0-6.613 1.22-8.47 3.717l-.089.122.101.055c1.736.909 4.28 1.426 7.638 1.497a4.017 4.017 0 001.854 1.796c-.338.009-.682.013-1.034.013-5.194 0-8.861-.954-11-2.864C10.139 23.046 13.806 21 19 21zm8.363.623a1 1 0 00-1.993.117l-.001 3.628h-3.628l-.116.007a1 1 0 00.116 1.994l3.628-.001.001 3.63.007.116a1 1 0 001.993-.117l-.001-3.63 3.63.002.116-.007A1 1 0 0031 25.369l-3.63-.001.001-3.628-.007-.117z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-action-add-a-friend>span{display:none}.icon-action-add-to-bag::before,.icon-addtobag-white::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.067 12.5H10v19h9v-2h-7v-15h16.029V20h1.988l-.046-7.5h-3.534c-.2-1.553-.869-2.846-1.878-3.792C23.35 7.575 21.72 7 20 7c-3.311 0-5.528 2.5-5.933 5.5zm2.021 0h8.326c-.179-1-.627-1.774-1.223-2.333C22.4 9.425 21.28 9 20 9c-2.014 0-3.539 1.44-3.912 3.5zm10.54 13.128V22h-2v3.628H21v2h3.628v3.63h2v-3.63h3.63v-2h-3.63z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-action-add-to-bag>span,.icon-addtobag-white>span{display:none}.icon-action-add-to-wishlist::before,.icon-wishlist-green::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.15 9.84L20 13.72l4.85-3.88 5.476 2.433 1.746 5.82-2.773 5.544-9.281 7.644-9.846-7.658-2.23-5.576 1.732-5.774 5.476-2.434zm-3.824 3.887l-1.268 4.226 1.77 4.424 8.154 6.343 7.718-6.357 2.228-4.455-1.254-4.18-3.524-1.567-5.15 4.12-5.15-4.12-3.524 1.566z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-action-add-to-wishlist>span,.icon-wishlist-green>span{display:none}.icon-action-added-to-wishlist::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 13.72l-4.85-3.88-5.476 2.433-1.732 5.774 2.23 5.576 9.846 7.658 9.281-7.644 2.773-5.544-1.746-5.82-5.476-2.434L20 13.72z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-action-added-to-wishlist>span{display:none}.icon-action-cancel::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.451 8H36v24H11.451L3.815 20 11.45 8zm1.098 2L6.185 20l6.364 10H34V10H12.549zm9.537 10.5l-4.793-4.793 1.414-1.414 4.793 4.793 4.793-4.793 1.414 1.414-4.793 4.793 4.793 4.793-1.414 1.414-4.793-4.793-4.793 4.793-1.414-1.414 4.793-4.793z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-action-cancel>span{display:none}.icon-action-close::before,.icon-close-green::before,.icon-close::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.293 19.707L11 12.414 12.414 11l7.293 7.293L27 11l1.414 1.414-7.293 7.293L28.414 27 27 28.414l-7.293-7.293-7.293 7.293L11 27l7.293-7.293z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-action-close>span,.icon-close-green>span,.icon-close>span{display:none}.icon-action-copy::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 8H8v20h7v4h17V12h-7V8zm0 6v14h-8v2h13V14h-5zM10 26V10h13v16H10z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-action-copy>span{display:none}.icon-action-edit::before,.icon-edit::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.998 6l7.914 7.914L15.496 32.33l-7.288 1.562L7 32.852l.524-8.377L25.998 6zM11.912 22.914l1.836 1.836 14.086-14.086-1.836-1.836-14.086 14.086zm17.336-10.836L15.162 26.164 16.998 28l14.086-14.086-1.836-1.836zM15.584 29.414l-5.086-5.086-1.025 1.026-.395 6.306 5.422-1.162 1.084-1.084z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-action-edit>span,.icon-edit>span{display:none}.icon-action-filter::before,.icon-filter::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 13a1 1 0 100-2 1 1 0 000 2zm2.83 0a3.001 3.001 0 01-5.66 0H8v-2h3.17a3.001 3.001 0 015.66 0H30v2H16.83zM25 21a1 1 0 100-2 1 1 0 000 2zm2.83-2a3.001 3.001 0 00-5.66 0H8v2h14.17a3.001 3.001 0 005.66 0H30v-2h-2.17zm-12.66 8a3.001 3.001 0 015.66 0H30v2h-9.17a3.001 3.001 0 01-5.66 0H8v-2h7.17zM19 28a1 1 0 11-2 0 1 1 0 012 0z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-action-filter>span,.icon-filter>span{display:none}.icon-action-fullscreen::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.97 9l.003.01.027.133V11h4a1 1 0 011 1v4h1.857c.049 0 .096.01.143.03V12a3 3 0 00-3-3h-4.03zm-7.94 0a.355.355 0 00-.03.143V11h-4a1 1 0 00-1 1v4H9.143l-.133.027-.01.004V12a3 3 0 013-3h4.03zM9 23.97V28a3 3 0 003 3h4.03l-.003-.01-.027-.133V29h-4a1 1 0 01-1-1v-4H9.143A.355.355 0 019 23.97zM24 29v1.857c0 .049-.01.096-.03.143H28a3 3 0 003-3v-4.03l-.01.003-.133.027H29v4a1 1 0 01-1 1h-4z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-action-fullscreen>span{display:none}.icon-action-hide::before,.icon-minus::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M29 21H11v-2h18v2z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-action-hide>span,.icon-minus>span{display:none}.icon-action-notify::before,.icon-bell::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.887 8h13v6.755l5.886 11.282-.886 1.463h-7.5a4 4 0 01-7.995.2l-.005-.2h-7.5L8 26.037l5.887-11.282V8zm6.5 21.5a2 2 0 01-2-2h4l-.006.15a2 2 0 01-1.994 1.85zm-4.5-15V10h9v4.5h-9zm9.654 2l4.696 9h-19.7l4.695-9h10.31z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-action-notify>span,.icon-bell>span{display:none}.icon-action-open::before,.icon-open::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.707 18.707v-8.313h2v8.313h8.314v2h-8.314v8.314h-2v-8.314h-8.314v-2h8.314z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-action-open>span,.icon-open>span{display:none}.icon-action-play-video::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 109 108'%3e%3cg opacity='.8' filter='url(%23filter0_d_42_60541)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M40 44c0-2.265 2.413-3.713 4.412-2.647l22.5 12c2.117 1.13 2.117 4.165 0 5.294l-22.5 12C42.413 71.713 40 70.265 40 68V44z' fill='%234E5152'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_d_42_60541' x='0' y='.996' width='108.5' height='110.008' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset/%3e%3cfeGaussianBlur stdDeviation='20'/%3e%3cfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3e%3cfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_42_60541'/%3e%3cfeBlend in='SourceGraphic' in2='effect1_dropShadow_42_60541' result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e") center no-repeat;width:10.9rem;height:10.8rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-action-play-video>span{display:none}.icon-action-pointer::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.938 25.875a.995.995 0 00.07-.37V22.12c0-1.397-.97-2.607-2.334-2.91l-6.61-1.469v-6.76a.994.994 0 00-1.987 0V23.32L13.89 20.13a1.114 1.114 0 10-1.576 1.576l4.244 4.244c.227.227.415.488.558.775l1.57 3.137h7.656l1.596-3.988zM15.09 10.98a2.981 2.981 0 115.962 0v5.166l5.053 1.123a4.969 4.969 0 013.891 4.85v3.385c0 .38-.072.756-.213 1.108l-2.095 5.238H17.457l-2.118-4.236a.997.997 0 00-.187-.258l-4.243-4.244a3.102 3.102 0 014.18-4.575V10.98z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-action-pointer>span{display:none}.icon-action-qr::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 8h8a1 1 0 01.117 1.993L16 10h-6v6a1 1 0 01-.883.993L9 17a1 1 0 01-.993-.883L8 16V8zm0 16v8h8a1 1 0 00.117-1.993L16 30h-6v-6a1 1 0 00-.883-.993L9 23a1 1 0 00-.993.883L8 24zM24 8h8v8l-.007.117A1 1 0 0131 17l-.117-.007A1 1 0 0130 16v-6h-6l-.117-.007A1 1 0 0124 8zm8 16v8h-8a1 1 0 01-.117-1.993L24 30h6v-6a1 1 0 01.883-.993L31 23a1 1 0 01.993.883L32 24zm-18.007-8.617A1 1 0 0012 15.5v9l.007.117A1 1 0 0014 24.5v-9l-.007-.117zM24.5 14.5a1 1 0 01.993.883l.007.117v9a1 1 0 01-1.993.117L23.5 24.5v-9a1 1 0 011-1zm-6.507.883A1 1 0 0016 15.5v9l.007.117A1 1 0 0018 24.5v-9l-.007-.117zM20 14.5a1 1 0 01.993.883L21 15.5v9a1 1 0 01-1.993.117L19 24.5v-9a1 1 0 011-1zm7.993.883A1 1 0 0026 15.5v9l.007.117A1 1 0 0028 24.5v-9l-.007-.117z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-action-qr>span{display:none}.icon-action-review-negative::before,.icon-star::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 7.72l4 8.196 8.086 1.183-5.766 5.907 1.752 8.976-8.053-4.714-7.476 4.712 1.165-8.945-5.794-5.936 8.085-1.183L20 7.72zm0 4.56l-2.666 5.462-5.248.768 3.73 3.821-.74 5.689 4.905-3.092 5.28 3.09-1.105-5.658 3.758-3.85-5.248-.768L20 12.28z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-action-review-negative>span,.icon-star>span{display:none}.icon-action-review-positive::before,.icon-star-full::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M20 7.72l4 8.196 8.086 1.183-5.766 5.907 1.752 8.976-8.053-4.714-7.476 4.712 1.165-8.945-5.794-5.936 8.085-1.183L20 7.72z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-action-review-positive>span,.icon-star-full>span{display:none}.icon-action-search::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26 18a8 8 0 11-16 0 8 8 0 0116 0zm-1.671 7.743A9.959 9.959 0 0118 28c-5.523 0-10-4.477-10-10S12.477 8 18 8s10 4.477 10 10a9.959 9.959 0 01-2.257 6.329l5.464 5.464-1.414 1.414-5.464-5.464z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-action-search>span{display:none}.icon-action-shade::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.382 11.104a2.367 2.367 0 01-.12-3.268l.12-.127a2.412 2.412 0 013.417 0l1.248 1.237 1.39-1.377a1.23 1.23 0 011.62-.087l.1.087 9.392 9.342c.455.45.609 1.123.39 1.712a1.586 1.586 0 01-1.384 1.12l-1.753.196a1.08 1.08 0 00-.592.28l-4.695 4.655c-.985 1.005-2.382 1.44-3.8 1.177-.86-.17-1.662-.62-2.335-1.287l-4.017-3.983c-.699-.692-1.16-1.487-1.3-2.323-.236-1.403.203-2.788 1.187-3.764l2.376-2.356-1.244-1.234zm13.69 8.975l.137-.108c-.046.033-.091.069-.137.108zM12.446 9.085a.51.51 0 00-.685 0 .498.498 0 00-.058.6l.058.072 1.248 1.237.681-.676-1.244-1.233zm10.828 9.081l-.1.086-5.153 5.11-.128.118a2.143 2.143 0 01-2.878-.117L10.8 19.154l-.127-.145a2.117 2.117 0 01-.494-1.342l.008-.181c.043-.48.257-.93.617-1.31l2.374-2.355 2.707 2.709-.007.044c-.046.459.11.927.446 1.26.613.608 1.61.608 2.253.004.618-.613.618-1.606.007-2.244l-.118-.106a1.553 1.553 0 00-1.146-.339l-.055.008-2.73-2.681 2.776-2.752 8.055 7.987-1.398.152-.16.04c-.207.061-.389.15-.534.262zm5.08 1.623c-.55 0-1.07.298-1.332.768l-.374.646c-1.652 2.892-2.88 5.58-2.88 7.076 0 2.602 2.07 4.721 4.616 4.721S33 30.881 33 28.279c-.046-1.62-1.617-4.899-3.315-7.728-.292-.466-.808-.762-1.33-.762zm4.443 8.367l.007.123c0 2.494-1.984 4.524-4.42 4.524 2.436 0 4.42-2.03 4.42-4.524a2.79 2.79 0 00-.007-.122zm-4.441 2.993c1.53 0 2.804-1.305 2.833-2.9 0-1.392-2.181-5.276-2.833-6.436l.362.648c.868 1.57 2.47 4.595 2.47 5.788-.028 1.595-1.303 2.9-2.832 2.9zm-.138-8.704l.134-.236.45.814c.38.697.706 1.325 1.038 2.007l.126.262c.652 1.373 1.026 2.412 1.026 2.957-.027 1.486-1.216 2.703-2.636 2.703-1.449 0-2.636-1.216-2.636-2.703 0-.977 1.175-3.48 2.498-5.804z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-action-shade>span{display:none}.icon-action-sort::before,.icon-sort::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.5 25.586V10h2v15.586l3.793-3.793 1.414 1.414-6.207 6.207-6.207-6.207 1.414-1.414 3.793 3.793zM14.5 13.414V29h-2V13.414l-3.793 3.793-1.414-1.414L13.5 9.586l6.207 6.207-1.414 1.414-3.793-3.793z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-action-sort>span,.icon-sort>span{display:none}.icon-action-trash::before,.icon-trash-green::before,.icon-trash::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.898 12A5.006 5.006 0 0020 8a5.006 5.006 0 00-4.898 4H9v2h2v17l1 1h16l1-1V14h2v-2h-6.102zm-2.073 0A3.002 3.002 0 0020 10.006c-1.302 0-2.41.832-2.825 1.994h5.65zM13 30V14h14v16H13zm2-11.5v7h2v-7h-2zm4 0v7h2v-7h-2zm4 0v7h2v-7h-2z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-action-trash>span,.icon-trash-green>span,.icon-trash>span{display:none}.icon-action-vote::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.915 8H22v7h9.76l-3.966 17H8V16h4.415l4.5-8zM12 18h-2v12h2V18zm2 12h12.206l3.034-13H20v-7h-1.915L14 17.262V30z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-action-vote>span{display:none}.icon-addtobag-white::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.435 13.4a6.401 6.401 0 0112.73 0h2.471l1.051 8.669a3.981 3.981 0 00-1.859-.457h-.211l-.754-6.213H12.736l-1.072 8.84c-.007.06-.012.12-.016.18l-.005.181a3 3 0 002.823 2.995l.177.005h.457a4 4 0 003.163 2h-3.62a5 5 0 01-4.964-5.602L10.964 13.4h2.47zm2.016 0a4.401 4.401 0 018.698 0H15.45zm8.742 7.466a1 1 0 00-1.993.117l-.001 3.628H18.57l-.116.007a1 1 0 00.116 1.994l3.628-.001v3.63l.008.116a1 1 0 001.993-.117l-.001-3.629h3.63l.116-.006a1 1 0 00-.117-1.993l-3.63-.001.002-3.628-.007-.117z' fill='white'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-addtobag-white>span{display:none}.icon-addtobag::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.435 13.4a6.401 6.401 0 0112.73 0h2.471l1.051 8.669a3.981 3.981 0 00-1.859-.457h-.211l-.754-6.213H12.736l-1.072 8.84c-.007.06-.012.12-.016.18l-.005.181a3 3 0 002.823 2.995l.177.005h.457a4 4 0 003.163 2h-3.62a5 5 0 01-4.964-5.602L10.964 13.4h2.47zm2.016 0a4.401 4.401 0 018.698 0H15.45zm8.742 7.466a1 1 0 00-1.993.117l-.001 3.628H18.57l-.116.007a1 1 0 00.116 1.994l3.628-.001v3.63l.008.116a1 1 0 001.993-.117l-.001-3.629h3.63l.116-.006a1 1 0 00-.117-1.993l-3.63-.001.002-3.628-.007-.117z' fill='black'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-addtobag>span{display:none}.icon-angle-down::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.354 16.293l1.414-1.414 7.293 7.293 7.293-7.293 1.414 1.414L20.06 25l-8.707-8.707z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-angle-down>span{display:none}.icon-angle-left::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.707 11l1.414 1.414-7.293 7.293L25.121 27l-1.414 1.414L15 19.707 23.707 11z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-angle-left>span{display:none}.icon-angle-right::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.414 28.414L15 27l7.293-7.293L15 12.414 16.414 11l8.707 8.707-8.707 8.707z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-angle-right>span{display:none}.icon-angle-up::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M28 23.707l-1.414 1.414-7.293-7.293L12 25.121l-1.414-1.414L19.293 15 28 23.707z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-angle-up>span{display:none}.icon-arrow-down::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.914 20L20.707 30.207 10.5 20l1.414-1.414 7.793 7.793V8.793h2v17.586l7.793-7.793L30.914 20z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-arrow-down>span{display:none}.icon-arrow-left::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.207 29.707L10 19.5 20.207 9.293l1.414 1.414-7.793 7.793h17.586v2H13.828l7.793 7.793-1.414 1.414z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-arrow-left>span{display:none}.icon-arrow-right-short::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 7 10'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.006 9.16l3.56-4.44v-.16L3.006.12.886 1.2l2.4 3.46-2.4 3.46 2.12 1.04z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:.7rem;height:1rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-arrow-right-short>span{display:none}.icon-arrow-right::before,.icon-arrow-right-white::before,.icon-arrow-right-green-dark::before,.icon-arrow-right-green::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 36 35'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.056 8.131l8.931 8.932-8.93 8.93-1.238-1.237 6.819-6.818H9.25v-1.75h15.388l-6.82-6.82 1.238-1.237z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:3.6rem;height:3.5rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-arrow-right>span,.icon-arrow-right-white>span,.icon-arrow-right-green-dark>span,.icon-arrow-right-green>span{display:none}.icon-arrow-up::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5 19L20.707 8.793 30.914 19 29.5 20.414l-7.793-7.793v17.586h-2V12.621l-7.793 7.793L10.5 19z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-arrow-up>span{display:none}.icon-close-red::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.781 13.531a1.143 1.143 0 00-1.705-1.516l-6.869 6.869-6.869-6.87-.1-.088a1.143 1.143 0 00-1.516 1.705l6.869 6.87-6.87 6.868-.088.1a1.143 1.143 0 001.705 1.516l6.869-6.869 6.87 6.87.099.088a1.143 1.143 0 001.516-1.705L21.823 20.5l6.87-6.869.088-.1z' fill='%23c92316'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-close-red>span{display:none}.icon-delivery::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.5 8v15.111a4.507 4.507 0 013.389 3.389H32v2H16.889A4.502 4.502 0 018 27.5a4.502 4.502 0 013.5-4.389V10H8V8h5.5zM10 27.5a2.5 2.5 0 115 0 2.5 2.5 0 01-5 0zM24 11h4a1 1 0 011 1v11a1 1 0 01-1 1H18a1 1 0 01-1-1V12a1 1 0 011-1h6zm-2 2v3h2v-3h3v9h-8v-9h3z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-delivery>span{display:none}.icon-event-birthday::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.815 21.236c-1.317-2.395-5.68-4.063-9.306-4.3v-1.54c1.103-.383 1.922-1.447 1.922-2.662 0-.842-.39-1.412-.734-1.914-.361-.528-.673-.984-.673-1.882a.937.937 0 00-1.514-.74 9.574 9.574 0 00-1.315 1.3c-.922 1.106-1.39 2.195-1.39 3.236 0 1.205.762 2.235 1.829 2.635v1.575c-1.955.139-4.052.668-5.784 1.474-2.457 1.143-3.815 2.68-3.826 4.328-.007.238.008 1.347.87 2.26.218.232.469.428.75.589l.876 5.612a.937.937 0 00.926.793h14.39c.462 0 .854-.334.927-.79l.937-5.859a.937.937 0 00-.926-1.085H14.01c-.809 0-1.393-.18-1.737-.532a1.389 1.389 0 01-.374-.921l.002-.03v-.017c0-1.862 4.656-3.985 8.742-3.985 3.436 0 7.581 1.632 8.53 3.358a.938.938 0 001.643-.903zm-9.26 8.89V26.14h2.166l-.437 3.984h-1.728zm-3.555 0h1.68V26.14H17.57l.43 3.985zm9.037 0H25.17l.437-3.985h2.068l-.638 3.984zM15.683 26.14H14.01a6.85 6.85 0 01-.383-.01l.623 3.995h1.865l-.43-3.985zm4.848-15.317c.19.429.42.766.617 1.054l.001.001c.275.401.407.605.407.856 0 .491-.447.938-.938.938a.938.938 0 01-.937-.938c0-.646.395-1.337.85-1.91zm-3.85 11.24a.937.937 0 10-1.875 0 .937.937 0 001.875 0zm4.078-.844a.937.937 0 11-1.875 0 .937.937 0 011.875 0zm4.547.89a.937.937 0 10-1.875 0 .937.937 0 001.875 0z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-event-birthday>span{display:none}.icon-event-xmas::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.232 8.36l-4.167 5a1 1 0 00.768 1.64h.615l-3.253 4.406A1 1 0 0014 21h.724l-3.561 5.453A1 1 0 0012 28h7v2h-2l-.117.007A1 1 0 0017 32h6l.117-.007A1 1 0 0023 30h-2v-2h7a1 1 0 00.837-1.547L25.276 21H26a1 1 0 00.805-1.594L23.552 15h.615a1 1 0 00.768-1.64l-4.167-5a1 1 0 00-1.536 0zM21.066 15h-2.133l-2.953 4h8.039l-2.953-4zm.505-2h.46L20 10.562 17.968 13H21.571zm-4.459 8h5.775l3.265 5H13.847l3.265-5z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-event-xmas>span{display:none}.icon-fastpayment::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.996 9.874A2 2 0 0030 8H10l-.126.004A2 2 0 008 10v12l.004.127A2 2 0 0010 24h6.016a7.5 7.5 0 1014.947-.247A2 2 0 0032 22V10l-.004-.126zM23.5 17a7.503 7.503 0 00-7.073 5H10v-8h20v6.756A7.497 7.497 0 0023.5 17zm6.5-5l-.001-2H10v2h20zM17.8 24.5a5.7 5.7 0 1111.4 0 5.7 5.7 0 01-11.4 0zm9.407-1.293l-1.414-1.414-3.293 3.292-1.793-1.792-1.414 1.414 3.207 3.207 4.707-4.707z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-fastpayment>span{display:none}.icon-file-pdf::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.343 7.5l.166.005c1.482.088 2.656 1.344 2.656 2.866 0 1.361-.395 3.19-1.188 5.848l-.176.583.123.229c.82 1.477 1.885 2.831 3.223 4.147l.372.357.161.149.085-.032c1.899-.71 3.926-1.24 5.393-1.354l.286-.018.27-.006c1.556 0 2.786 1.372 2.786 3.017 0 1.643-1.23 3.016-2.786 3.016-1.999 0-4.467-.96-6.216-2.39l-.277-.237-.026.006c-1.651.396-3.295.935-5.602 1.81l-1.346.518-.275.107-.667 1.206c-1.066 1.901-1.85 3.163-2.539 4.025l-.114.14-.114.133-.037.053a2.88 2.88 0 01-1.653.794l-.213.02-.216.008c-1.601 0-2.919-1.28-2.919-2.859 0-.77.304-1.507.795-1.988a.702.702 0 01.123-.123c.58-.454 1.357-.87 2.435-1.331l.301-.127c.311-.128.638-.258 1.024-.407l2.554-.96.224-.435c.907-1.805 1.729-3.787 2.476-5.93l.277-.81.179-.552-.633-1.288-.395-.833c-.907-1.96-1.34-3.31-1.34-4.486 0-1.522 1.175-2.778 2.657-2.866l.166-.005zm-4.978 19.619l-.985.388c-1.523.612-2.295.993-2.788 1.37a1.14 1.14 0 00-.318.764c0 .597.503 1.085 1.145 1.085.338 0 .618-.113.794-.286.485-.565 1.116-1.535 1.935-2.942l.217-.379zm16.349-5.07c-.881 0-2.386.326-3.947.816l-.423.137.036.025c1.286.837 2.863 1.423 4.08 1.497l.254.008c.538 0 1.012-.535 1.012-1.242s-.474-1.242-1.012-1.242zm-10.672-3.077l-.229.648a53.159 53.159 0 01-1.572 3.874l-.144.306.281-.105c1.546-.578 2.87-1.023 4.134-1.38l.257-.071-.098-.096c-.96-.961-1.774-1.923-2.466-2.932l-.163-.244zm-.7-9.698c-.579 0-1.047.481-1.047 1.097 0 .76.38 1.9 1.189 3.684l.141.309.21-.784c.341-1.333.528-2.338.553-3.05l.003-.16c0-.615-.468-1.096-1.048-1.096z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-file-pdf>span{display:none}.icon-flag-at::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M30.203 12H9.797C8.805 12 8 12.819 8 13.829v3.504h24V13.83c0-1.01-.805-1.829-1.797-1.829zM8 26.171c0 1.01.805 1.83 1.797 1.83h20.406c.992 0 1.797-.82 1.797-1.83v-3.504H8v3.504z' fill='%23FF4B55'/%3e%3cpath d='M32 17.333H8v5.333h24v-5.333z' fill='%23F5F5F5'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-at>span{display:none}.icon-flag-be::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M30.209 28H9.796C8.806 28 8 27.184 8 26.173V13.827C8 12.816 8.806 12 9.796 12h20.408c.994 0 1.796.82 1.796 1.827v12.346c.005 1.011-.802 1.827-1.791 1.827z' fill='%23FFE15A'/%3e%3cpath d='M9.796 12C8.806 12 8 12.816 8 13.827v12.346C8 27.184 8.806 28 9.796 28h6.202V12H9.796z' fill='%23464655'/%3e%3cpath d='M30.21 12h-6.208v16h6.203c.994 0 1.795-.82 1.795-1.827V13.827C32.005 12.816 31.2 12 30.21 12z' fill='%23FF4B55'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-be>span{display:none}.icon-flag-bg::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cg clip-path='url(%23clip0_1_50)' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M30.4 28.19H9.56c-.86-.02-1.55-.73-1.56-1.59V13.54c.03-.84.71-1.52 1.56-1.54H30.4c.86 0 1.57.68 1.6 1.54V26.6c0 .88-.71 1.59-1.59 1.59h-.01z' fill='%23188A64'/%3e%3cpath d='M30.4 28.19H9.56c-.86-.02-1.55-.73-1.56-1.59v-3.82h24v3.82c0 .88-.71 1.59-1.59 1.59h-.01z' fill='%23CD2A1E'/%3e%3cpath d='M32 17.37H8v-3.82A1.6 1.6 0 019.56 12H30.4c.88 0 1.6.72 1.6 1.6v3.82-.05z' fill='%23F8F8F8'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1_50'%3e%3cpath fill='white' transform='translate(8 12)' d='M0 0h24v16.19H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-bg>span{display:none}.icon-flag-ch::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cg clip-path='url(%23clip0_1501_20964)'%3e%3cpath d='M30.43 12H9.6A1.6 1.6 0 008 13.6v12.9a1.6 1.6 0 001.6 1.6h20.83a1.6 1.6 0 001.6-1.6V13.6a1.6 1.6 0 00-1.6-1.6z' fill='%23D52B1E'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.03 18.42h9.88v3h-9.88v-3z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.53 14.96h3v9.88h-3v-9.88z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1501_20964'%3e%3cpath fill='white' transform='translate(8 12)' d='M0 0h24.03v16.1H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-ch>span{display:none}.icon-flag-cy::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cg clip-path='url(%23clip0_1_49)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.4 28.19H9.56c-.86-.02-1.55-.73-1.56-1.59V13.54c.03-.84.71-1.52 1.56-1.54H30.4c.86 0 1.57.68 1.6 1.54V26.6c0 .88-.71 1.59-1.59 1.59h-.01z' fill='white'/%3e%3cpath d='M26.71 13.69h-.11l-.03.03-.05.1-.06.06h-.09l-.01.07-.03.03-.07.02-.06.05-.05.03H26.06l-.07.04h-.12l-.05.06h-.01l-.02.03-.04.02h-.05l-.06.02-.02-.03-.04.02h-.05l-.06-.03-.05-.02h-.04l-.01.07-.04.06-.07.04-.08.11-.15.16-.13.06-.13.04-.09.08-.24.12-.38.19-.08.03-.11.02-.2.07-.18.05-.04.01-.25.08h-.12l-.07.01-.18-.02h-.12l-.08.02-.15.07-.25.12-.08.08-.13.07-.15.05v-.06l-.05.02h-.04l-.12.03h-.11v-.01l-.25.08-.28.03-.14.04h-.1l-.07.02-.13.02h-.05l-.01-.01-.38.02-.17-.02-.08.02-.14-.05-.2-.02h-.05l-.11-.05-.05.03h-.04l-.09-.03h-.03l-.07.02h-.04l-.04-.04h-.09l-.05-.06-.3.04-.08-.02-.27-.08h-.04l-.05.04-.08.03-.07.02h-.1l-.11-.03-.12-.06h-.17l-.17-.09-.23-.14-.15-.07h-.06v.02l.03.09V15.73l.01.05.06.06.02.06.02.17v.17l-.03.27v.04l-.04.14-.03.13-.11.35-.03.04-.08.05-.17.12-.13.07-.04.02h-.16l-.08-.04-.08-.02-.1-.07-.11-.02-.13-.07-.03-.04h-.07l-.1-.04-.03-.01h-.02l-.12-.01-.11-.05h-.06l-.08-.02-.09.04-.04.02-.05-.02h-.04l-.04.07-.03.03h-.1l-.04.03-.04.02h-.08l-.05-.02h-.02l-.04-.02-.02.02v.07l-.02.04-.06.06-.06.06-.04.07-.12.27-.07.11-.02.03-.08.08-.07.05-.16.12-.15.06-.13.03h-.06l-.12-.02-.11-.03-.12-.07-.13-.1-.19-.18-.03-.02-.06-.04h-.04l-.02.03v.04l-.02.04-.02.2.01.1.14.2.04.1.03.06.02.04.05.15-.03.08.02.05-.04.03v.05l.12.16.03.07-.03.1-.05.05h-.01v.06l.06.05.1.09.05.13.04.04h.12l.04.04h.03l.04.03.03.04V20l.07.16v.09l.04.06v.18l.05.04h.08l.05.04.06.1h.1l.19.17.04.02.03.02.04.04.06-.04h.06l.03.02.05.04h.07l.15.05.07.02.14.08.06.04.03.03.05.04.09.04.08.02h.04l.03.02.17.07.09.02.08.03.06.02h.05l.06-.05h.16l.08-.06.02-.02.06-.03.19-.02.06.02.14-.06.1.03.08-.03.18.04.05.03.05.06h.06l-.03.04.08.08.07.11.05.17.04.06.03.08v.05l-.04.03v.04h.02l.03-.02H17.22l.07-.03.05-.02.07.03h.08l.03.01.1.04h.07v-.06l-.04-.04-.08-.09-.03-.05-.03-.07v-.09l-.01-.06v-.08l.03-.03.02-.06v-.02l.05-.06.12-.08.13-.11.1-.07.1-.05h.01l.27-.09.12-.02.8.06h.03l.03-.07h.01v-.02l.09-.04h.04l.11.02h.05l.07-.03h.05l.11-.06h.1l.13-.09.13-.04.03-.02h.01l.13-.07.08-.06.07-.04.08-.02h.2l.04-.08h.09l.05-.07.06-.02.04-.06.04-.05.05-.03h.16l.19.01.03-.02.04-.16.05-.03.12-.18V19.58l.02-.08v-.28l.08-.18.07-.07.11-.07.06-.02h.08l.01-.02h.48l.23.04h.02l.08.03.09.07.09.09.02.02.06.03h.07l.07-.04.05-.05.07-.04.04-.06.02-.02.14-.06h.17l.02-.02h.01l.04-.06H24l.1.04h.17l.08-.01.09.06h.05l.18.11h.06v-.01l.02.03h.03l.03-.04v-.02h-.08l-.06-.11.06-.06-.09-.11v-.02h-.02l-.03-.05-.15-.23-.2-.16-.07-.06-.02-.02-.11-.11-.08-.1v-.02l-.03-.03-.05-.1-.08-.06-.06-.07-.13-.18-.02-.03-.03-.02h-.07l.03-.03h.04l.02-.04-.07-.2v-.07l.05-.28v-.03l.1-.19.06-.05.06-.12.05-.08.05-.05.09-.06h.08l.08-.02.13.04H24.46l.09-.04.04-.03.02-.03.05-.16.02-.05.03-.06.17-.2.13-.12.29-.21.14-.08.07-.04.64-.29.17-.17.09-.09.15-.1.18-.07' fill='%23D47600'/%3e%3cpath d='M12.7 21.77s-.07.47.13.67c.2.2.64.47.81.51.17.04-.2-.61-.2-.61s-.51-.67-.74-.57zM12.77 22.92s.07.44.34.51c.3.07.57.03.57.03s.03-.51-.91-.54zM13.75 22.04s.3.1.3.37-.03.54-.03.54-.2-.27-.2-.4-.07-.51-.07-.51zM13.64 23.66s-.03.27.27.27c.3 0 .03-.34-.27-.27zM13.61 24.1s.34-.1.71-.03c.37.07.57.37.57.37s-.4.1-.88 0c-.44-.1-.4-.34-.4-.34zM13.85 23.12s.47-.13.91.88c0 0-.88-.2-.91-.88zM14.32 22.92s.51-.3.94 1.04c0 0-.61-.24-.94-1.04zM15.03 24.17s.51-.2 1.18.61c-1.11-.03-1.18-.61-1.18-.61zM15.36 23.8s-.03.3.17.3.03-.37-.17-.3zM14.99 24.6s-.03.27.13.27 0-.37-.13-.27zM16.58 25.41s-.03.3.17.3.03-.4-.17-.3zM17.05 24.5s-.03.3.17.3.03-.4-.17-.3zM15.77 23.96s.74-.2 1.04.74c-.88-.13-1.04-.74-1.04-.74zM15.13 25.01s.84-.2 1.21.07-.74.4-1.21-.07zM16.58 25.01s.57-.27 1.18.34c-1.18.13-1.18-.34-1.18-.34zM17.52 24.64s.57-.17 1.11.84c-1.25-.17-1.11-.84-1.11-.84zM18.46 25.75s-.61.44-1.38-.03c0 .03.27-.51 1.38.03zM25.84 21.74s.07.47-.13.67c-.2.2-.64.47-.81.51-.17.04.2-.61.2-.61s.51-.64.74-.57zM25.77 22.92s-.07.44-.37.51-.57.03-.57.03 0-.51.94-.54zM24.8 22.01s-.3.1-.3.37.03.54.03.54.2-.27.2-.4.07-.51.07-.51zM24.9 23.66s.03.27-.27.27c-.3 0-.03-.34.27-.27zM24.93 24.07s-.34-.1-.71-.03c-.37.07-.57.37-.57.37s.4.1.88 0c.44-.1.4-.34.4-.34zM24.7 23.12s-.47-.13-.91.88c0 0 .88-.24.91-.88zM24.22 22.92s-.51-.3-.94 1.04c0 0 .61-.24.94-1.04zM23.55 24.17s-.51-.2-1.18.61c1.08-.07 1.18-.61 1.18-.61zM23.18 23.8s.03.3-.17.3-.03-.4.17-.3zM23.55 24.57s.03.27-.13.27 0-.34.13-.27zM21.97 25.41s.03.3-.17.3-.03-.4.17-.3zM21.5 24.5s.03.3-.17.3-.03-.4.17-.3zM22.78 23.96s-.74-.2-1.04.74c.88-.13 1.04-.74 1.04-.74zM23.42 24.97s-.84-.2-1.21.07c-.37.3.74.44 1.21-.07zM21.97 25.01s-.57-.27-1.18.34c1.18.13 1.18-.34 1.18-.34zM21.02 24.64s-.57-.17-1.11.84c1.25-.17 1.11-.84 1.11-.84zM20.08 25.75s.61.44 1.38-.03c0 .03-.27-.51-1.38.03zM19.17 25.99s-.44.57-.44.51c0-.06-.3-.3-.3-.3l.51-.37-.2-.1.1-.13.37.17M19.27 25.99s.44.57.44.51c0-.06.3-.3.3-.3l-.51-.37.2-.1-.1-.13-.37.17' fill='%23699635'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1_49'%3e%3cpath fill='white' transform='translate(6 12)' d='M0 0h26v16.19H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-cy>span{display:none}.icon-flag-cz::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M8.642 12.428A1.838 1.838 0 008 13.83v12.342c0 .563.25 1.066.642 1.401L20 20 8.642 12.428z' fill='%2341479B'/%3e%3cpath d='M8.643 27.572c.312.267.715.428 1.155.428h20.405c.993 0 1.797-.819 1.797-1.829V20H20L8.643 27.572z' fill='%23FF4B55'/%3e%3cpath d='M30.203 12H9.798c-.44 0-.843.161-1.155.428L20 20h12v-6.171c0-1.01-.804-1.829-1.797-1.829z' fill='%23F5F5F5'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-cz>span{display:none}.icon-flag-de::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M30.203 12H9.797C8.805 12 8 12.819 8 13.829v3.504h24V13.83c0-1.01-.805-1.829-1.797-1.829z' fill='%23464655'/%3e%3cpath d='M8 26.171c0 1.01.805 1.83 1.797 1.83h20.406c.992 0 1.797-.82 1.797-1.83v-3.504H8v3.504z' fill='%23FFE15A'/%3e%3cpath d='M32 17.333H8v5.333h24v-5.333z' fill='%23FF4B55'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-de>span{display:none}.icon-flag-dk::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M30.203 28H9.797C8.805 28 8 27.181 8 26.171V13.829C8 12.819 8.805 12 9.797 12h20.406c.992 0 1.797.819 1.797 1.829v12.342c0 1.01-.805 1.829-1.797 1.829z' fill='%23FF4B55'/%3e%3cpath d='M32 18.737H17.931V12h-2.483v6.737H8v2.526h7.448V28h2.483v-6.737H32v-2.526z' fill='%23F5F5F5'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-dk>span{display:none}.icon-flag-ee::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cg clip-path='url(%23clip0_1404_20037)' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M8 12v16h24V12H8z' fill='%23F5F5F5'/%3e%3cpath d='M8 12v5.333h24V12H8z' fill='%2340A8FF'/%3e%3cpath d='M8 17.333v5.333h24v-5.333H8z' fill='%23272727'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1404_20037'%3e%3crect x='8' y='12' width='24' height='16' rx='1.8' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-ee>span{display:none}.icon-flag-es::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M8 26.171C8 27.181 8.805 28 9.797 28h20.406c.992 0 1.797-.819 1.797-1.829v-1.54H8v1.54zM30.203 12H9.797C8.805 12 8 12.819 8 13.829v1.54h24v-1.54c0-1.01-.805-1.829-1.797-1.829z' fill='%23C8414B'/%3e%3cpath d='M32 15.369H8v9.263h24v-9.263z' fill='%23FFD250'/%3e%3cpath d='M18.138 20l.35-1.607a.236.236 0 00-.227-.288h-.247c-.149 0-.26.14-.227.288l.35 1.607z' fill='%23C8414B'/%3e%3cpath d='M18.552 19.158h-.827v3.578h.827v-3.578z' fill='%23F5F5F5'/%3e%3cpath d='M18.758 18.737h-1.241v.421h1.241v-.42z' fill='%23FAB446'/%3e%3cpath d='M18.759 20h-2.07v.421h2.07V20zM18.758 21.684l-1.241-.42v-.422l1.241.421v.421zM11.93 20l.352-1.607a.236.236 0 00-.228-.288h-.247c-.149 0-.26.14-.227.288L11.93 20z' fill='%23C8414B'/%3e%3cpath d='M13.38 18.737a.418.418 0 00-.414.42v2.738c0 .511.469 1.473 2.069 1.473s2.069-.962 2.069-1.473v-2.737a.418.418 0 00-.414-.421h-3.31z' fill='%23F5F5F5'/%3e%3cpath d='M15.035 20.842h-2.07v-1.684c0-.233.186-.421.415-.421h1.655v2.105zM15.035 20.842h2.07v1.053c0 .581-.464 1.052-1.035 1.052a1.044 1.044 0 01-1.035-1.052v-1.053z' fill='%23C8414B'/%3e%3cpath d='M12.966 20.842h2.069v1.053c0 .581-.463 1.052-1.035 1.052a1.044 1.044 0 01-1.034-1.052v-1.053z' fill='%23FAB446'/%3e%3cpath d='M14.62 22.732v-1.89h-.414v2.084c.154-.032.293-.101.414-.194zM13.793 22.926v-2.084h-.414v1.89c.12.093.26.162.414.194z' fill='%23C8414B'/%3e%3cpath d='M14.62 20H13.38v.421h1.241V20z' fill='%23FFB441'/%3e%3cpath d='M14.62 19.158H13.38v.42h1.241v-.42z' fill='%23FAB446'/%3e%3cpath d='M14.414 19.408h-.828v.763h.828v-.763z' fill='%23FAB446'/%3e%3cpath d='M12.344 19.158h-.827v3.578h.827v-3.578z' fill='%23F5F5F5'/%3e%3cpath d='M12.552 22.527H11.31v.42h1.242v-.42zM12.552 18.737H11.31v.421h1.242v-.42z' fill='%23FAB446'/%3e%3cpath d='M12.759 22.947h-1.655v.421h1.655v-.42z' fill='%235064AA'/%3e%3cpath d='M18.966 22.527h-1.241v.42h1.241v-.42z' fill='%23FAB446'/%3e%3cpath d='M18.966 22.947H17.31v.421h1.655v-.42z' fill='%235064AA'/%3e%3cpath d='M16.276 18.316h-2.483v.421h2.483v-.421z' fill='%23FAB446'/%3e%3cpath d='M15.242 17.053h-.414v1.263h.414v-1.263z' fill='%23FFB441'/%3e%3cpath d='M14.62 17.684a.627.627 0 01-.62-.631c0-.349.278-.632.62-.632.343 0 .621.284.621.632a.627.627 0 01-.62.631zm0-.842a.209.209 0 00-.206.21c0 .117.093.211.207.211a.209.209 0 00.207-.21.209.209 0 00-.207-.21z' fill='%23F5F5F5'/%3e%3cpath d='M15.449 17.684a.627.627 0 01-.62-.631c0-.349.278-.632.62-.632.342 0 .62.284.62.632a.627.627 0 01-.62.631zm0-.842a.209.209 0 00-.207.21c0 .117.093.211.207.211a.209.209 0 00.207-.21.209.209 0 00-.207-.21z' fill='%23F5F5F5'/%3e%3cpath d='M16.276 18.105a.627.627 0 01-.62-.631c0-.348.278-.632.62-.632.342 0 .62.284.62.632a.627.627 0 01-.62.631zm0-.842a.209.209 0 00-.207.21c0 .117.093.211.207.211a.209.209 0 00.207-.21.209.209 0 00-.207-.21zM13.793 18.105a.627.627 0 01-.62-.631c0-.348.278-.632.62-.632.343 0 .621.284.621.632a.627.627 0 01-.62.631zm0-.842a.209.209 0 00-.206.21c0 .117.092.211.207.211a.209.209 0 00.206-.21.209.209 0 00-.207-.21z' fill='%23F5F5F5'/%3e%3cpath d='M16.276 21.684v.21c0 .117-.093.211-.207.211a.209.209 0 01-.207-.21v-.21h.414zm.414-.42h-1.242v.63c0 .349.279.632.62.632.343 0 .622-.283.622-.631v-.632z' fill='%23FAB446'/%3e%3cpath d='M16.07 20.421a.418.418 0 01-.415-.42v-.422c0-.233.186-.421.414-.421.229 0 .414.188.414.421V20a.418.418 0 01-.414.421z' fill='%23FFA0D2'/%3e%3cpath d='M15.035 21.473c.342 0 .62-.282.62-.631a.626.626 0 00-.62-.632.626.626 0 00-.62.632c0 .349.277.631.62.631z' fill='%235064AA'/%3e%3cpath d='M15.242 16.21h-.414v1.264h.414V16.21z' fill='%23FAB446'/%3e%3cpath d='M13.793 18.316l-.414-.421.242-.247a1.98 1.98 0 011.413-.595c.53 0 1.038.214 1.413.595l.242.247-.413.42h-2.483z' fill='%23C8414B'/%3e%3cpath d='M15.035 18.105a.209.209 0 00.207-.21.209.209 0 00-.207-.21.209.209 0 00-.207.21c0 .116.093.21.207.21zM14.207 18.105a.209.209 0 00.207-.21.209.209 0 00-.207-.21.209.209 0 00-.207.21c0 .116.093.21.207.21zM15.862 18.105a.209.209 0 00.207-.21.209.209 0 00-.207-.21.209.209 0 00-.207.21c0 .116.093.21.207.21z' fill='%23FFD250'/%3e%3cpath d='M13.38 20h-2.07v.421h2.07V20zM11.31 21.684l1.242-.42v-.422l-1.242.421v.421z' fill='%23C8414B'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-es>span{display:none}.icon-flag-fi::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 35 35'%3e%3cpath d='M26.427 24.5H8.573C7.704 24.5 7 23.784 7 22.9V12.1c0-.883.704-1.6 1.573-1.6h17.854c.869 0 1.573.716 1.573 1.6v10.8c0 .884-.704 1.6-1.573 1.6z' fill='%23F5F5F5'/%3e%3cpath d='M28 16.395H15.69V10.5h-2.173v5.895H7v2.21h6.517V24.5h2.173v-5.895H28v-2.21z' fill='%230052B4'/%3e%3c/svg%3e") center no-repeat;width:3.5rem;height:3.5rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-fi>span{display:none}.icon-flag-fr::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M9.797 12C8.805 12 8 12.819 8 13.829V26.17C8 27.18 8.805 28 9.797 28H16V12H9.797z' fill='%2341479B'/%3e%3cpath d='M24 12h-8v16h8V12z' fill='%23F5F5F5'/%3e%3cpath d='M30.203 12H24v16h6.203c.992 0 1.797-.82 1.797-1.83V13.83c0-1.01-.805-1.829-1.797-1.829z' fill='%23FF4B55'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-fr>span{display:none}.icon-flag-gb::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M30.203 12H9.797C8.805 12 8 12.819 8 13.829V26.17C8 27.181 8.805 28 9.797 28h20.406C31.195 28 32 27.18 32 26.17V13.829c0-1.01-.805-1.829-1.797-1.829z' fill='%2341479B'/%3e%3cpath d='M31.975 13.527A1.807 1.807 0 0030.203 12h-.468l-7.666 5.11V12h-4.138v5.11L10.265 12h-.468c-.891 0-1.63.66-1.772 1.527l6.552 4.368H8v4.21h6.577l-6.552 4.368A1.807 1.807 0 009.797 28h.468l7.666-5.11V28h4.138v-5.11L29.735 28h.468c.891 0 1.63-.66 1.772-1.527l-6.552-4.368H32v-4.21h-6.577l6.552-4.368z' fill='%23F5F5F5'/%3e%3cpath d='M21.241 12H18.76v6.737H8v2.526h10.759V28h2.482v-6.737H32v-2.526H21.241V12z' fill='%23FF4B55'/%3e%3cpath d='M9.162 27.882l8.746-5.777h-1.52L8.433 27.36a1.8 1.8 0 00.73.522zM24.237 22.105h-1.52l8.47 5.595c.238-.158.436-.372.577-.623l-7.527-4.972zM8.19 13.011l7.393 4.884h1.52L8.725 12.36a1.83 1.83 0 00-.536.65zM23.59 17.895l7.97-5.265a1.799 1.799 0 00-.736-.518l-8.755 5.783h1.52z' fill='%23FF4B55'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-gb>span{display:none}.icon-flag-gr::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M31.98 13.778c-.029-.987-.853-1.778-1.868-1.778H8.869C7.839 12.005 7 12.82 7 13.83v12.392c.005.248.063.481.161.691.01.029.024.052.039.076s.024.048.04.077v.004l.043.072s0 .005.005.005c.014.023.03.043.044.066l.005.005c.014.024.029.043.048.062 0 .005.005.005.005.01.015.019.034.038.05.057l.009.01c.015.018.034.038.049.057a.863.863 0 00.01.01c.014.018.034.032.053.052l.01.01c.02.013.034.032.054.047l.014.014c.02.014.034.029.054.043.005.005.01.01.02.014.019.015.033.029.053.038.005.005.015.01.02.015.019.014.034.024.053.033.01.005.015.01.025.014.02.01.034.024.053.034.01.005.02.01.025.014.014.01.034.02.048.029l.03.014c.014.01.034.02.049.024.01.005.019.01.034.014.014.01.034.014.048.024l.035.014.048.02c.015.004.025.009.04.014.014.004.029.01.048.014.015.005.03.01.044.01l.044.014c.015.005.03.005.044.01.015.004.03.004.044.009.014.005.034.005.049.01.014.004.029.004.044.009.02.005.034.005.053.005.015 0 .025.005.04.005.019 0 .038.004.063.004.01 0 .02 0 .034.005H30.214c.01 0 .02 0 .034-.005.02 0 .04-.005.064-.005.014 0 .024-.004.039-.004.02 0 .034-.005.054-.005.014 0 .029-.005.043-.01.015-.004.035-.004.05-.01.014-.004.028-.004.043-.009.015-.004.03-.004.044-.01l.044-.014a.144.144 0 01.044-.009.62.62 0 01.049-.014l.039-.015c.014-.004.034-.014.049-.019l.034-.014a.231.231 0 00.048-.024c.01-.005.02-.01.035-.014.014-.01.034-.014.048-.024l.03-.014c.02-.01.034-.02.049-.029l.024-.014c.02-.01.034-.02.053-.034.01-.004.015-.01.025-.014.02-.01.034-.024.054-.033.005-.005.014-.01.02-.015l.053-.038a.067.067 0 01.02-.014c.019-.014.034-.029.053-.043a.984.984 0 01.015-.014c.02-.015.034-.034.053-.048.005-.005.01-.01.015-.01l.054-.052.01-.01c.019-.018.034-.038.048-.057l.01-.01c.015-.018.034-.037.049-.056 0-.005.005-.005.005-.01l.048-.062.005-.005c.015-.024.03-.043.044-.066 0 0 0-.005.005-.005l.044-.072v-.004a.378.378 0 00.039-.077c.015-.024.024-.052.039-.076.098-.215.156-.448.161-.691V13.83c-.02-.015-.02-.034-.02-.053z' fill='%23F5F5F5'/%3e%3cpath d='M7 22.665h24.98v1.778H7v-1.778zm.161 4.248c.01.029.024.052.039.076s.024.048.04.077v.004l.043.072s0 .005.005.005c.014.023.03.043.044.066l.005.005c.014.024.029.043.048.062 0 .005.005.005.005.01.015.019.034.038.05.057l.009.01c.015.018.034.038.049.057a.863.863 0 00.01.01c.014.018.034.032.053.052l.01.01c.02.013.034.032.054.047l.014.014c.02.014.034.029.054.043.005.005.01.01.02.014.019.015.033.029.053.038.005.005.015.01.02.015.019.014.034.024.053.033.01.005.015.01.025.014.02.01.034.024.053.034.01.005.02.01.025.014.014.01.034.02.048.029l.03.014c.014.01.034.02.049.024.01.005.019.01.034.014.014.01.034.014.048.024l.035.014.048.02c.015.004.025.009.04.014.014.004.029.01.048.014.015.005.03.01.044.01l.044.014c.015.005.03.005.044.01.015.004.03.004.044.009.014.005.034.005.049.01.014.004.029.004.044.009.02.005.034.005.053.005.015 0 .025.005.04.005.019 0 .038.004.063.004.01 0 .02 0 .034.005H30.214c.01 0 .02 0 .034-.005.02 0 .04-.005.064-.005.014 0 .024-.004.039-.004.02 0 .034-.005.054-.005.014 0 .029-.005.043-.01.015-.004.035-.004.05-.01.014-.004.028-.004.043-.009.015-.004.03-.004.044-.01l.044-.014a.144.144 0 01.044-.009.62.62 0 01.049-.014l.039-.015c.014-.004.034-.014.049-.019l.034-.014a.231.231 0 00.048-.024c.01-.005.02-.01.035-.014.014-.01.034-.014.048-.024l.03-.014c.02-.01.034-.02.049-.029l.024-.014c.02-.01.034-.02.053-.034.01-.004.015-.01.025-.014.02-.01.034-.024.054-.033.005-.005.014-.01.02-.015l.053-.038a.067.067 0 01.02-.014c.019-.014.034-.029.053-.043a.984.984 0 01.015-.014c.02-.015.034-.034.053-.048.005-.005.01-.01.015-.01l.054-.052.01-.01c.019-.018.034-.038.048-.057l.01-.01c.015-.018.034-.037.049-.056 0-.005.005-.005.005-.01l.048-.062.005-.005c.015-.024.03-.043.044-.066 0 0 0-.005.005-.005l.044-.072v-.004a.378.378 0 00.039-.077c.015-.024.024-.052.039-.076.098-.215.156-.448.161-.691H7c.01.243.063.476.161.691zm8.455-11.356v1.778H12.22v3.552h19.76v-1.779H15.616V17.33H31.98v-1.778H15.616v.005zm-5.22 1.778H7v3.557h3.396v-3.557zm21.584-3.557c-.029-.987-.853-1.778-1.868-1.778H12.216v3.552h3.395v-1.778h16.37v.004zm-21.584-1.773H8.869C7.839 12.005 7 12.82 7 13.83v1.726h3.396v-3.552z' fill='%2341479B'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-gr>span{display:none}.icon-flag-hr::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M8 26.171c0 1.01.805 1.83 1.797 1.83h20.406c.992 0 1.796-.819 1.797-1.828v-3.506H8v3.504z' fill='%2341479B'/%3e%3cpath d='M30.203 12H9.797C8.805 12 8 12.819 8 13.829v3.504h24v-3.506C32 12.818 31.195 12 30.203 12z' fill='%23FF4B55'/%3e%3cpath d='M32 17.333H8v5.333h24v-5.333z' fill='%23F5F5F5'/%3e%3cpath d='M18.262 17.473h-1.159v1.348h1.16v-1.348zM20.58 17.473h-1.16v1.348h1.16v-1.348z' fill='%23FF4B55'/%3e%3cpath d='M19.421 18.82h-1.158v1.348h1.158v-1.347zM22.897 17.473h-1.159v1.348h1.159v-1.348zM21.738 18.82h-1.159v1.348h1.159v-1.347z' fill='%23FF4B55'/%3e%3cpath d='M19.421 17.473h-1.158v1.348h1.158v-1.348zM21.738 17.473h-1.159v1.348h1.159v-1.348z' fill='%23F5F5F5'/%3e%3cpath d='M18.262 18.82h-1.159v1.348h1.16v-1.347zM20.58 18.82h-1.16v1.348h1.16v-1.347zM22.897 18.82h-1.159v1.348h1.159v-1.347z' fill='%23F5F5F5'/%3e%3cpath d='M20.58 20.169h-1.16v1.347h1.16v-1.347z' fill='%23FF4B55'/%3e%3cpath d='M19.421 21.516h-1.158v1.347h1.158v-1.347zM21.739 21.516H20.58v1.347h1.159v-1.347z' fill='%23FF4B55'/%3e%3cpath d='M19.421 20.169h-1.158v1.347h1.158v-1.347zM21.739 20.169H20.58v1.347h1.159v-1.347z' fill='%23F5F5F5'/%3e%3cpath d='M20.58 21.516h-1.16v1.347h1.16v-1.347z' fill='%23F5F5F5'/%3e%3cpath d='M22.896 17.474v3.79c0 1.627-1.296 2.947-2.896 2.947-1.6 0-2.897-1.32-2.897-2.948v-3.79h5.793zm.207-.21h-6.207v4c0 1.74 1.393 3.157 3.104 3.157s3.103-1.417 3.103-3.158v-4z' fill='%23FF4B55'/%3e%3cpath d='M18.262 21.516v-1.347h-1.159v1.094c0 .086.006.17.013.253h1.146z' fill='%23FF4B55'/%3e%3cpath d='M22.884 21.516h-1.146v1.347h.693c.251-.394.412-.853.453-1.347zM17.57 22.864h.692v-1.347h-1.146c.042.494.203.953.454 1.347z' fill='%23F5F5F5'/%3e%3cpath d='M21.737 21.516h1.146c.007-.084.013-.167.013-.253v-1.095h-1.159v1.348zM18.262 23.617v-.754h-.693c.186.291.42.546.693.754zM22.43 22.863h-.693v.754a2.94 2.94 0 00.693-.754z' fill='%23FF4B55'/%3e%3cpath d='M18.262 23.618c.337.258.73.446 1.158.534v-1.288h-1.158v.754zM20.58 24.151a2.856 2.856 0 001.158-.534v-.754h-1.159v1.288z' fill='%23F5F5F5'/%3e%3cpath d='M20.58 22.863h-1.16v1.288a2.859 2.859 0 001.16 0v-1.288z' fill='%23FF4B55'/%3e%3cpath d='M17.903 15.244a8.352 8.352 0 00-.773-.085c-.203.17-.397.348-.581.532l.554 1.362a7.494 7.494 0 011.137-.376l-.337-1.433zM20.702 15.02a8.56 8.56 0 00-.703-.322 8.63 8.63 0 00-.703.323l.113 1.469a7.41 7.41 0 011.18 0l.113-1.47zM23.45 15.691a9.032 9.032 0 00-.58-.532c-.264.017-.521.046-.774.085l-.336 1.433c.385.094.765.22 1.136.376l.555-1.362z' fill='%234173CD'/%3e%3cpath d='M19.297 15.021a8.483 8.483 0 00-.745-.207c-.225.136-.441.28-.649.431l.337 1.433a7.452 7.452 0 011.17-.187l-.113-1.47zM22.096 15.244a8.763 8.763 0 00-.648-.43 8.518 8.518 0 00-.745.207l-.113 1.469a7.45 7.45 0 011.17.187l.336-1.433z' fill='%2341479B'/%3e%3cpath d='M19.342 15.608a8.28 8.28 0 00-1.304.21l-.067-.287a8.6 8.6 0 011.348-.216l.023.293zM19.387 16.196a7.726 7.726 0 00-1.214.195l-.067-.287a8.005 8.005 0 011.259-.202l.022.294z' fill='%23FF4B55'/%3e%3cpath d='M21.375 16.295a7.647 7.647 0 00-.304-.049.314.314 0 01-.277-.33c.015-.162.174-.28.356-.254.109.015.218.033.326.052.181.033.298.195.263.354-.035.159-.198.257-.364.227z' fill='%23FFE15A'/%3e%3cpath d='M23.007 16.78a7.766 7.766 0 00-1.18-.39l.067-.286c.416.101.825.236 1.224.404l-.11.273z' fill='%23FF4B55'/%3e%3cpath d='M22.904 15.896c-.04.115-.179.17-.31.126-.13-.043-.21-.169-.176-.286.033-.118.172-.18.31-.134.14.045.217.18.176.294zM17.582 15.736c.033.117-.047.243-.177.286-.13.043-.268-.011-.31-.126-.04-.115.038-.249.176-.294.139-.046.278.016.311.133zM19.934 15.543c0 .097-.086.177-.193.18-.107.004-.198-.07-.204-.168-.005-.097.08-.181.193-.185.112-.004.203.075.204.173zM20.463 15.555c-.006.098-.097.172-.204.168-.107-.003-.193-.083-.193-.18 0-.098.092-.177.204-.173.112.004.198.088.193.185zM20.187 15.997a.184.184 0 01-.188.175.184.184 0 01-.187-.175c-.003-.097.081-.179.188-.179.106 0 .19.082.187.18z' fill='%23FFE15A'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-hr>span{display:none}.icon-flag-hu::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M30.203 12H9.797C8.805 12 8 12.819 8 13.829v3.504h24V13.83c0-1.01-.805-1.829-1.797-1.829z' fill='%23FF4B55'/%3e%3cpath d='M8 26.171c0 1.01.805 1.83 1.797 1.83h20.406c.992 0 1.797-.82 1.797-1.83v-3.504H8v3.504z' fill='%2373AF00'/%3e%3cpath d='M32 17.333H8v5.333h24v-5.333z' fill='%23F5F5F5'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-hu>span{display:none}.icon-flag-ie::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M9.797 12C8.805 12 8 12.819 8 13.829V26.17C8 27.18 8.805 28 9.797 28H16V12H9.797z' fill='%2373AF00'/%3e%3cpath d='M24 12h-8v16h8V12z' fill='%23F5F5F5'/%3e%3cpath d='M30.203 12H24v16h6.203c.992 0 1.797-.82 1.797-1.83V13.83c0-1.01-.805-1.829-1.797-1.829z' fill='%23FF9B46'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-ie>span{display:none}.icon-flag-it::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M9.797 12C8.805 12 8 12.819 8 13.829V26.17C8 27.18 8.805 28 9.797 28H16V12H9.797z' fill='%2373AF00'/%3e%3cpath d='M24 12h-8v16h8V12z' fill='%23F5F5F5'/%3e%3cpath d='M30.203 12H24v16h6.203c.992 0 1.797-.82 1.797-1.83V13.83c0-1.01-.805-1.829-1.797-1.829z' fill='%23FF4B55'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-it>span{display:none}.icon-flag-lt::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cg clip-path='url(%23clip0_17154_41224)' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M8 12v16h24V12H8z' fill='%2355BA07'/%3e%3cpath d='M8 12v5.333h24V12H8z' fill='%23FECA00'/%3e%3cpath d='M8 22.667V28h24v-5.333H8z' fill='%23C51918'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_17154_41224'%3e%3crect x='8' y='12' width='24' height='16' rx='1.8' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-lt>span{display:none}.icon-flag-lu::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M30.203 12H9.797C8.805 12 8 12.819 8 13.829v3.504h24V13.83c0-1.01-.805-1.829-1.797-1.829z' fill='%23FF4B55'/%3e%3cpath d='M8 26.171c0 1.01.805 1.83 1.797 1.83h20.406c.992 0 1.797-.82 1.797-1.83v-3.504H8v3.504z' fill='%2382AFFF'/%3e%3cpath d='M32 17.333H8v5.333h24v-5.333z' fill='%23F5F5F5'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-lu>span{display:none}.icon-flag-lv::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cg clip-path='url(%23clip0_17154_41216)' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M8 21.6h24V28H8v-6.4z' fill='%23C51918'/%3e%3cpath d='M8 18.4h24v3.2H8v-3.2z' fill='%23F7FCFF'/%3e%3cpath d='M8 12h24v6.4H8V12z' fill='%23C51918'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_17154_41216'%3e%3crect x='8' y='12' width='24' height='16' rx='1.8' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-lv>span{display:none}.icon-flag-mt::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.71 12.05h8.66a1.59 1.59 0 011.67 1.44v13.07a1.59 1.59 0 01-1.67 1.49H20.04v-16h1.67z' fill='%23CE0000'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.65 12.05h10.39v16H9.65a1.57 1.57 0 01-1.61-1.46V13.46a1.56 1.56 0 011.61-1.41z' fill='%23F5F5F5'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.19 16.74s-.05.08-.11.08-.11 0-.11-.08.05-.08.11-.08.11 0 .11.08z' fill='%23F1EEEE'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.76 16.36v2h2a.72.72 0 00.67.66v2h2v-1.97a.71.71 0 00.61-.7h2v-2h-2a.72.72 0 00-.67-.66v-2h-2v2a.71.71 0 00-.67.66l-1.94.01z' fill='%23C00'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.83 16.43v1.86h2a.71.71 0 00.66.66v2h1.85v-2a.71.71 0 00.67-.66h2v-1.86h-1.97a.71.71 0 00-.66-.66v-2h-1.9v2a.72.72 0 00-.66.67l-1.99-.01z' fill='%23FFE600'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.9 16.5v1.72h2a.71.71 0 00.67.66v2h1.72v-2a.71.71 0 00.66-.66h2V16.5h-2a.72.72 0 00-.66-.67v-2h-1.74v2a.71.71 0 00-.67.66h-2l.02.01z' fill='%23707070'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.97 16.56v1.59h2a.71.71 0 00.66.66v2h1.59v-2a.71.71 0 00.66-.66h2v-1.59h-2a.71.71 0 00-.66-.67v-2h-1.61v2a.71.71 0 00-.66.66h-2l.02.01z' fill='%23A0A0A0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.63 15.73c.11.12 0 .4-.21.64s-.52.32-.63.21c-.11-.11 0-.4.21-.64s.51-.32.63-.21z' fill='%23D0D0D0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.49 15.87a.38.38 0 01-.07.5.31.31 0 11-.38-.42.36.36 0 01.49-.08h-.04z' fill='gray'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9 16.22h.05l.18.09-.09-.26h.05l.19.37-.38-.19v-.01zm.28-.27l.06-.06.27.29-.33-.23zM15.04 16.58c-.12.11-.4 0-.63-.22-.23-.22-.33-.51-.22-.63.11-.12.41 0 .64.22.23.22.32.51.21.63z' fill='%23D0D0D0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.89 16.44a.36.36 0 01-.49-.07.31.31 0 11.42-.42.35.35 0 01.07.49z' fill='gray'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.54 15.85h.05l-.1.19.19-.1v.05l-.38.18.24-.32zm.28.28v.05l-.27.28-.05-.05.32-.28zM14.18 18.98c-.11-.12 0-.4.22-.64s.51-.32.63-.21c.12.11 0 .4-.22.64s-.51.28-.63.21z' fill='%23D0D0D0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.33 18.84a.36.36 0 01.07-.5.37.37 0 01.49-.07.36.36 0 01-.07.5.38.38 0 01-.5.07h.01z' fill='gray'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.91 18.48v.06l-.18-.1.09.19h-.05l-.18-.37.37.18-.05.04zm-.27.29l-.28-.28.05-.05.23.33zM11.79 18.14c.11-.12.4 0 .63.2.23.2.32.52.21.63-.11.11-.4 0-.63-.2-.23-.2-.33-.52-.22-.63h.01z' fill='%23D0D0D0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.93 18.27a.369.369 0 01.49.07.38.38 0 01.07.5.37.37 0 01-.49-.07.36.36 0 01-.07-.5z' fill='gray'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.28 18.86h-.05l.1-.18-.19.09v-.05l.38-.19-.19.38-.05-.05zm-.24-.28l-.05-.05.28-.28.05.05-.28.28z' fill='%23D0D0D0'/%3e%3cpath d='M14.8 17.36a1.39 1.39 0 11-2.78 0 1.39 1.39 0 012.78 0v0z' stroke='%23707070'/%3e%3cpath d='M14.47 17.35a1.06 1.06 0 11-2.12.02 1.06 1.06 0 012.12-.02v0z' stroke='%23707070'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.95 18.48a.07.07 0 11-.14 0 .07.07 0 01.14 0zm1.05 0a.07.07 0 01-.06.07.07.07 0 01-.07-.07.07.07 0 01.07-.06.06.06 0 01.099.021.06.06 0 01.001.04H14zm-.64 0v.07h-.08c-.09 0-.09.07 0 .07h.08v.07c0 .07.08.08.09 0v-.07h.09c.09 0 .09-.07 0-.07h-.09v-.07h-.09z' fill='%23D0D0D0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.04 17.5h-.31c.007.06.007.12 0 .18a.41.41 0 010 .17v-.16c0-.09-.08-.19-.07-.23.128.001.255.014.38.04zm.52-.14h.35c.026.05.043.105.05.16v0a.258.258 0 000-.13.711.711 0 01-.24 0c-.17.03-.1-.03-.12-.03h-.04z' fill='%23D0D0D0' stroke='%23707070' stroke-width='.16' stroke-miterlimit='6.39'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.65 17.46h.21a.595.595 0 010 .16v0a.307.307 0 000-.12.519.519 0 01-.23 0h-.11a.45.45 0 01-.23.05.78.78 0 01-.32-.05H12.64c.007.06.007.12 0 .18a.78.78 0 010 .17v-.15c0-.08-.09-.2-.07-.24.02-.04.12 0 .13 0 .01 0-.08-.15-.06-.26.02-.11.13-.08.26-.08.166.02.334.02.5 0 .08 0 .05-.18.11-.27a.18.18 0 01.18-.08s.1.16.1.19c-.06 0-.06 0-.09-.07a3.405 3.405 0 000 .35v.13l-.05.09z' fill='%23D0D0D0' stroke='%23707070' stroke-width='.16' stroke-miterlimit='6.39'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.22 17.29s-.16.13-.18.16c-.02.03 0 .06 0 .08 0 .02 0 0 0 0l-.06-.13s.16-.08.15-.11c-.01-.03-.12-.05-.14-.13-.02-.08 0-.22 0-.26 0-.04-.22-.06-.22-.1 0-.04.21-.19.23-.21.02-.02 0 0 0 0a1.462 1.462 0 00-.18.16H13.06v-.05a.07.07 0 01.07-.07s.07 0 .07.06v.06c0 .06 0 0 .08 0a.77.77 0 01.21.14s.05 0 0 0 0 .05 0 0c0 0-.16-.1-.19-.08a1.31 1.31 0 000 .28s-.07.14-.08.2z' fill='%23D0D0D0' stroke='%23707070' stroke-width='.16' stroke-miterlimit='6.39'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.95 16.84h.26v.27h-.26v-.27z' fill='%23A7A7A7'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.92 16.51l.88 1.31-.88-1.31s-.01-.02 0 0zM13.78 16.98a.581.581 0 01-.22 0 .54.54 0 01-.22 0h.21c.11 0 .23-.02.23 0z' fill='gray'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.97 17.11h.22v.08h-.22v-.08z' fill='%23A7A7A7'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.68 16.92s0 .07-.05.06v-.14a.44.44 0 01.05.08zm0 .11v-.05h.05l-.05.05zM13.71 16.97v.07-.12.05zm0 .17h-.17a.457.457 0 01-.16 0h.16a.42.42 0 01.15 0h.02z' fill='gray'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.71 17.8s0 .09.19.09.2 0 .14-.07-.18 0-.16 0h-.06c-.01 0-.07-.11 0-.11h.36c.05 0-.06.1 0 .12.06.02.1 0 .24 0 .083-.01.167-.01.25 0 .05 0 0-.09 0-.11 0-.02-.11 0-.13 0h-.07H13.77v.05c0 .05.12.09.09.17-.03.08-.11.09-.11.12s.29-.01.29-.01a.17.17 0 01.1.06h-.1a.457.457 0 00-.19 0c-.13 0-.18-.06-.24-.07h-.37a.499.499 0 00-.22.1h-.13l.09-.05c.09-.05.14 0 .14-.06v-.14-.07c0-.01-.09 0-.17 0a.448.448 0 00-.19 0V17.84h.11s.11 0 .11.06 0 0 0 0a.471.471 0 01-.17 0 .492.492 0 01-.16-.05v-.06l.06.01z' fill='%23D0D0D0' stroke='gray' stroke-width='.16' stroke-miterlimit='6.39'/%3e%3cpath d='M14.51 17.42h.08l.14-.1v.05l-.07.05v.05l.05.07-.09-.15h-.09l-.02.03zm-.15-.63l.16-.07v-.1l.11.23-.05-.1-.16.08-.06-.04zm-.26-.31l.15-.14v.24l.11-.11-.15.14v-.23l-.12.1h.01zm-.66-.27v-.2.19h.16l-.16.01zm-.32 0l-.08-.16v.18h.16-.19l.11-.02zm-.61.29l.1-.08.06.05v.07H12.52a.05.05 0 01-.05 0 .08.08 0 010-.05.187.187 0 010-.07l.06-.06h.14-.06.06a.201.201 0 00.11-.11l-.08.06-.19.19zm0 1.48l-.17.12-.13-.18.11.15-.09-.12.09.12h.07l.12-.09zm-.25-.27v-.13a.15.15 0 000-.07.06.06 0 00-.06 0v.06l.05.07h.07l-.06.07zm0 0a.08.08 0 01-.09 0 .18.18 0 01-.06-.09.308.308 0 010-.09.11.11 0 010-.06.09.09 0 01.06 0 .099.099 0 01.05 0 .25.25 0 01.05.16c.004.02.004.04 0 .06l-.01.02zm0-.41h-.22v-.22a.356.356 0 010 .07.09.09 0 010-.06l.06-.06v.15h.1l.06.12zm-.12 0v-.14.16h.06l-.06-.02zm.57-.9v-.24h.05l.21.11h-.06l-.11.07v.08h-.05l-.04-.02zm0-.13l.1-.05h-.06v.11l-.04-.06zm1-.06l.33-.06v.24-.07l-.11-.08h-.07l-.15-.03zm.13 0l.09.06v-.06a.111.111 0 000-.05l-.09.05zm.55.76h.2V17.21v-.06.11-.21h-.09l-.11-.08zm.12 0v.09-.11.02z' fill='%23D0D0D0'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-mt>span{display:none}.icon-flag-nl::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M30.203 12H9.797C8.805 12 8 12.819 8 13.829v3.504h24V13.83c0-1.01-.805-1.829-1.797-1.829z' fill='%23FF4B55'/%3e%3cpath d='M8 26.171c0 1.01.805 1.83 1.797 1.83h20.406c.992 0 1.797-.82 1.797-1.83v-3.504H8v3.504z' fill='%2341479B'/%3e%3cpath d='M32 17.333H8v5.333h24v-5.333z' fill='%23F5F5F5'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-nl>span{display:none}.icon-flag-pl::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M8 26.171C8 27.181 8.838 28 9.872 28h21.256C32.162 28 33 27.181 33 26.171V20H8v6.171z' fill='%23FF4B55'/%3e%3cpath d='M31.128 12H9.872C8.838 12 8 12.819 8 13.829V20h25v-6.171c0-1.01-.838-1.829-1.872-1.829z' fill='%23F5F5F5'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-pl>span{display:none}.icon-flag-pt::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M30.203 28H9.797C8.805 28 8 27.181 8 26.171V13.829C8 12.819 8.805 12 9.797 12h20.406c.992 0 1.797.819 1.797 1.829V26.17c0 1.01-.805 1.829-1.797 1.829z' fill='%23FF4B55'/%3e%3cpath d='M9.797 12C8.805 12 8 12.819 8 13.829V26.17C8 27.181 8.805 28 9.797 28h6.893V12H9.797z' fill='%2373AF00'/%3e%3cpath d='M16.693 23.786c2.055 0 3.72-1.695 3.72-3.786s-1.665-3.786-3.72-3.786-3.721 1.695-3.721 3.786c0 2.09 1.666 3.786 3.72 3.786z' fill='%23FFE15A'/%3e%3cpath d='M17.934 18.737v1.684c0 .697-.556 1.263-1.241 1.263a1.254 1.254 0 01-1.241-1.263v-1.684h2.482zm.414-.842h-3.31a.417.417 0 00-.414.42v2.106c0 1.163.926 2.105 2.069 2.105 1.143 0 2.069-.942 2.069-2.105v-2.105a.417.417 0 00-.414-.421z' fill='%23FF4B55'/%3e%3cpath d='M17.934 18.737v1.684c0 .697-.557 1.263-1.241 1.263a1.254 1.254 0 01-1.242-1.263v-1.684h2.483z' fill='%23F5F5F5'/%3e%3cpath d='M15.035 18.526a.209.209 0 00.207-.21.209.209 0 00-.207-.21.209.209 0 00-.207.21c0 .116.093.21.207.21zM18.346 18.526a.209.209 0 00.206-.21.209.209 0 00-.206-.21.209.209 0 00-.207.21c0 .116.092.21.207.21zM15.035 20.21a.209.209 0 00.207-.21.209.209 0 00-.207-.21.209.209 0 00-.207.21c0 .116.093.21.207.21zM18.346 20.21a.209.209 0 00.206-.21.209.209 0 00-.206-.21.209.209 0 00-.207.21c0 .116.092.21.207.21zM16.69 18.526a.209.209 0 00.207-.21.209.209 0 00-.207-.21.209.209 0 00-.207.21c0 .116.093.21.207.21zM17.933 21.763a.209.209 0 00.206-.21.209.209 0 00-.206-.211.209.209 0 00-.207.21c0 .117.092.211.207.211zM15.473 21.763a.209.209 0 00.206-.21.209.209 0 00-.207-.211.209.209 0 00-.206.21c0 .117.092.211.207.211z' fill='%23FFE15A'/%3e%3cpath d='M16.96 19.893v.363a.27.27 0 01-.267.272.27.27 0 01-.267-.272v-.363h.534zM16.96 19.034v.362a.27.27 0 01-.267.272.27.27 0 01-.267-.272v-.362h.534zM16.96 20.762v.362a.27.27 0 01-.267.272.27.27 0 01-.267-.272v-.362h.534zM17.68 19.893v.363a.27.27 0 01-.267.272.27.27 0 01-.268-.272v-.363h.535zM16.24 19.893v.363a.27.27 0 01-.267.272.27.27 0 01-.267-.272v-.363h.535z' fill='%2341479B'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-pt>span{display:none}.icon-flag-ro::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M9.797 12C8.805 12 8 12.819 8 13.829V26.17C8 27.18 8.805 28 9.797 28H16V12H9.797z' fill='%2300319C'/%3e%3cpath d='M24 12h-8v16h8V12z' fill='%23FFDE00'/%3e%3cpath d='M30.203 12H24v16h6.203c.992 0 1.797-.82 1.797-1.83V13.83c0-1.01-.805-1.829-1.797-1.829z' fill='%23DE2110'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-ro>span{display:none}.icon-flag-rw::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M14.146 19.31a5.96 5.96 0 01-.493-.5c-.091-.127-.268-.16-.36-.212-.093-.05-.706-.263-.853-.153-.146.11-.346.177-.424 0-.076-.179-.115-.204-.222-.229-.108-.025-.054-.16-.061-.279-.009-.119-.07-.246-.147-.16-.077.084-.338.305-.376.193-.039-.11-.224-.567.054-.653.276-.084.507-.034.576.043.07.075.122.288.208.262.085-.025.038-.188.069-.322.03-.134.232-.313.322-.499.093-.188.108-.297.223-.348.117-.05.178-.118.285-.204.108-.085.276-.16.34-.204.061-.043.337-.187.429-.16.092.025.153-.01.077-.153-.077-.144-.177-.577-.323-.771-.146-.194-.162-.247-.23-.432-.07-.188-.148-.348-.201-.221-.054.127-.169.297-.23.135-.062-.161-.054-.153-.131-.229-.077-.076-.139-.093-.246-.128-.107-.034-.215.01-.207.12.007.11-.101.306-.031.45.069.145.13.297.038.348-.092.05 0 .356-.092.347-.092-.008-.138.01-.138-.102 0-.109.046-.278-.124-.278-.168 0-.269-.093-.391-.188-.124-.092-.223-.042-.193-.253.03-.213-.014-.288.123-.407.139-.118.17-.187.27-.136.1.051.168.051.23-.008.062-.06.177-.035.177-.11 0-.077-.13-.077-.115-.203.015-.13.077-.06.1-.272.022-.213-.147-.535-.316-.492-.17.042-.43.288-.483.177-.055-.11-.162-.06-.37.018-.208.077-1.068-.076-1.13-.153 0 0-.146-.11-.223-.05-.076.059-.384.033-.477.017-.093-.018-.177.11-.291.068-.117-.043-.524-.128-.615-.196-.094-.068-.232-.068-.292-.102-.062-.034-.285-.05-.33.017-.047.068-.216.186-.301.271-.084.085-.183.068-.1.247.085.178-.215.288-.138.482.076.194-.016.72.292.822.307.102.561.161.737.01.178-.154.447-.154.531.016.085.17.131.424.407.568.276.144.515.56.5.745-.015.187.008.805.291 1.161.285.357.577 1.002.6.848.023-.153.023-.306.085-.195.06.11.222.45.484.51.262.059.393.076.492.178.1.102.185.16.291.213.108.05.37.204.423.305.055.102.031.237-.023.39-.053.153-.115.305-.038.45.077.144.238.56.37.652.13.095.26.247.23.459-.031.211-.177 1.118-.162 1.322.016.203-.176.872-.022 1.144.153.271.416.356.53.322.115-.033.024-.043-.03-.17a.5.5 0 01.014-.407c.063-.118.063-.186.032-.322-.032-.135-.016-.212.06-.313.078-.102.4-.373.501-.492.099-.119.73-.933.815-1 .084-.069.276-.23.338-.483.062-.254.285-.755.131-.882-.154-.128-.723-.223-.746-.24zM15.683 12.156c.044-.09.15-.316.207-.44h-2.435c.029.136.134.642.115.847-.024.237.046.153.107.246.062.094.047.239.008.347-.039.11-.062.357.063.646.122.287.268.652.39.67.124.016.093.203.178.134.084-.068.1-.219.17-.44.068-.22.068-.382.246-.492.177-.11.668-.466.775-.594.109-.127.231-.178.193-.398-.04-.22-.078-.399-.017-.526zM27.674 13.156c-.092-.068-.645-.533-.884-.474-.237.06-.66-.136-.73-.178-.069-.043-.637-.226-.937-.237-.15-.006-.776-.153-1.038-.271-.262-.12-.484-.705-.983-.61-.065.012-.669.101-.823.246-.152.144-.223.313-.307.347-.084.034-.33.017-.33.144s.085.518-.015.441c-.1-.076-.2-.254-.245-.118-.046.136-.125.212-.17.16-.045-.05-.278 0-.308.085-.03.085-.33.28-.46.306-.13.025-.185.093-.254.127-.07.034-.593.289-.692.195-.1-.093-.13-.034-.192-.017 0 0-.185-.034-.3-.186-.116-.152-.138-.102-.269-.246-.13-.144-.161-.288-.291-.228-.13.058-.684.66-.9.931-.214.272-.599.551-.407.745.193.195.292.17.316.28.024.11.047.229.077.271.03.044.214.195.307-.008.094-.204.108-.348.215-.314.108.034.13.11.076.263-.054.154-.092.39-.276.381-.184-.008-.384-.127-.446-.1-.061.024-.098.084-.169.143-.069.06-.284.338-.43.381-.146.043-.322.008-.223.135.1.127.246.407.108.398-.138-.008-.369-.033-.384.11-.015.144-.077.23-.046.33.03.103.13.298.253.23.125-.069.362-.135.423-.289.062-.152.131-.32.285-.312.153.008.523.22.499.297-.023.075-.099.254-.007.194s.168-.127.222-.153c.054-.026.125.086.146.128.023.044.178.127.208-.01.03-.134.061-.032.153.01.093.044.369.076.406.11.04.034.124.135.016.271-.108.135-.231.188-.407.086-.178-.102-.37.085-.568-.018-.201-.101-.108-.245-.346-.347-.237-.102-.776.025-.946.076-.17.05-.177.068-.245.152-.07.086-.523.636-.523.95 0 .313.169 1.162.714 1.077.546-.086.877-.035.816.134-.063.17-.03.213.069.407.1.195.331 1.492.369 1.703.04.213-.03.483.224.44.254-.042.522-.109.63-.355.107-.246.124-.525.262-.669.139-.144.307-.144.322-.347.014-.204-.039-.687.054-.799.093-.109.522-.618.568-.822.046-.203.107-.254-.07-.254-.176 0-.476-.024-.561-.194-.085-.168-.285-.49-.285-.566 0-.075.123-.068.184.093.062.16.276.645.522.542.246-.102.593-.22.6-.381.007-.16-.108-.347-.231-.338-.124.009-.254-.085-.254-.178 0-.093.022-.06.169 0 .147.059.192.16.415.178.223.016.477.245.599.348.123.102.338.797.392.864.053.069.117.069.17-.068.054-.136.284-.567.416-.687.13-.119.137-.28.213-.177.077.102.408.355.43.508.024.153-.014.483.055.381.069-.102.123-.312.183-.219.062.094.062.238.207.127.147-.109.4-.152.263-.39-.138-.237-.046-.38.04-.39.084-.009.66-.119.676-.45.015-.33-.2-.508-.099-.678.099-.17.245-.322.276-.22.031.102-.076.432.062.38.138-.05.3-.05.3-.152 0-.103-.032-.357.03-.424.062-.068.515-.516.569-.694.053-.179.154-.331.069-.466-.085-.136-.23-.094-.116-.263.116-.17.308-.327.454-.339.467-.043.335.564.343.7.009.135.009.475.077.305.07-.169.15-.378.288-.522.139-.143.215-.237.224-.364.008-.127.014-.17.146-.237.13-.069.706-.306.76-.466.054-.16-.069-.306.07-.296.137.008.268.168.338.084.069-.084.223-.237.215-.322-.01-.088-.233-.283-.326-.35z' fill='%234E5152'/%3e%3cpath d='M25.193 16.004c-.047.11-.07.128-.138.357-.07.228-.047.169-.117.313s-.183.16-.299.255c-.116.093-.147.279-.147.279-.1.144.407-.204.584-.314.177-.11.131-.237.147-.415.015-.18.063-.204.138-.28.076-.077.015-.23-.022-.34-.04-.109-.101.036-.146.145zM23.617 19.853c.053-.043.014-.135.098-.12.085.018.162.07.263.01.1-.06.184-.034.169-.135-.015-.102 0-.237-.023-.322-.023-.085-.161-.11-.261-.017-.1.095-.238.239-.238.187 0-.05.06-.187.03-.271-.03-.085.015-.16-.138-.094-.154.069-.238.051-.292.145-.053.094-.115.254-.207.153-.091-.101-.362-.313-.362-.313-.021-.026-.329-.29-.221-.11.107.178.268.483.346.593.075.11.16.238.253.178.092-.06.108-.076.23 0 .121.074.299.159.353.116zM25.5 19.615c-.147-.068-.086-.127-.263-.16-.177-.033-.322 0-.37-.033-.046-.035-.276-.12-.245 0 .031.119.238.152.292.185.054.035-.077.111.022.17.1.059.17.17.3.136.13-.035.177.042.283.059.108.016.216-.017.171-.07-.046-.049-.076-.118-.069-.177.008-.059.024-.042-.121-.11zM25.423 20.37c-.054-.17-.185-.482-.214-.33-.032.152-.239.262-.317.253-.07-.008-.03-.084-.03-.153 0-.068-.041-.135-.216-.084-.178.05-.215.228-.262.212-.046-.017-.17-.05-.245.043-.077.093-.148.271-.238.306-.093.034-.401.075-.401.212 0 .136.077.339.07.45-.009.11-.148.363.038.44.107.044.184.05.308-.016.123-.068.653-.246.723-.187.07.059.18.198.23.228.098.061.125.203.255.237.129.035.23.05.284.05.054 0 .245-.067.292-.186.046-.12.13-.399.169-.534.04-.136.076-.288-.039-.407-.114-.118-.353-.364-.407-.534z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-rw>span{display:none}.icon-flag-se::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cg clip-path='url(%23clip0_1_58)'%3e%3cmask id='a' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='8' y='12' width='24' height='17'%3e%3cpath d='M30.4 28.19H9.56c-.86-.02-1.55-.73-1.56-1.59V13.54c.03-.84.71-1.52 1.56-1.54H30.4c.86 0 1.57.68 1.6 1.54V26.6c0 .88-.71 1.59-1.59 1.59h-.01z' fill='white'/%3e%3c/mask%3e%3cg mask='url(%23a)'%3e%3cpath d='M7.96 12h23.95v16.19H7.96V12z' fill='%23006AA7'/%3e%3cpath d='M6 18.48h8.1V12h3.24v6.48h14.57v3.24H17.34v6.48H14.1v-6.48H6v-3.24z' fill='%23FECC00'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1_58'%3e%3cpath fill='white' transform='translate(8 12)' d='M0 0h24v16.19H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-se>span{display:none}.icon-flag-si::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cmask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='8' y='12' width='24' height='17'%3e%3crect x='8' y='12' width='24' height='16.1' rx='1.7' fill='white'/%3e%3c/mask%3e%3cg mask='url(%23a)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 12v16h24V12H8z' fill='%232E42A5'/%3e%3cmask id='b' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='8' y='12' width='24' height='17'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 12v16.1h24V12H8z' fill='white'/%3e%3c/mask%3e%3cg mask='url(%23b)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 12v5h24v-5H8z' fill='%23F7FCFF'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 23v5.1h24V23H8z' fill='%23C51918'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.217 15.38s-1.411-.667-3.168-.667c-1.756 0-3.168.667-3.168.667s.158 2.68.406 4.1c.106.605.615 1.49 1.077 1.908.526.477 1.685 1.042 1.685 1.042.336-.232.963-.336 1.765-1.042.802-.707 1.002-1.909 1.002-1.909l.401-4.1z' fill='%232E42A5'/%3e%3cpath d='M17.03 15.292l.589.294-.404 4.04c-.141.855-.495 1.53-1.06 2.028-.308.27-.607.472-.928.64-.181.095-.94.486-.933.482a1.362 1.362 0 00-.18.101l-.074.05-.08-.038c-.785-.382-1.517-.897-1.881-1.228-.497-.45-1.022-1.373-1.133-2.012-.167-.955-.317-2.27-.422-4.063l.528-.277c.104 1.78.23 3.199.394 4.137.097.554.58 1.405 1.021 1.805.326.295.851.623 1.573.98.043-.026.09-.05.146-.077.001 0 .492-.219.663-.308.299-.157.577-.344.864-.597.502-.442.815-1.038.942-1.795l.376-4.162z' fill='%23C51918'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.718 19.397s.346 1.058.952 1.65c.605.59 1.354.88 1.354.88s.893-.27 1.399-.839c.506-.568 1.025-1.691 1.025-1.691l-1.178-1.13-.468.508-.777-1.109-.652 1.109-.499-.508-1.156 1.13z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.795 15.95h-.472l.366-.343-.366-.362h.472l.199-.351.2.351h.47l-.347.34.309.365h-.432l-.2.37-.2-.37zM15.018 15.95h-.472l.366-.343-.366-.362h.472l.199-.351.2.351h.47l-.347.34.309.365h-.432l-.2.37-.2-.37zM13.769 17.078h-.472l.366-.343-.366-.362h.472l.2-.352.2.352h.47l-.348.34.31.365h-.433l-.2.37-.199-.37z' fill='%23FECA00'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-si>span{display:none}.icon-flag-sk::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M30.203 12H9.797C8.805 12 8 12.819 8 13.829v3.504h24V13.83c0-1.01-.805-1.829-1.797-1.829z' fill='%23F5F5F5'/%3e%3cpath d='M8 26.171c0 1.01.805 1.83 1.797 1.83h20.406c.992 0 1.797-.82 1.797-1.83v-3.504H8v3.504z' fill='%23FF4B55'/%3e%3cpath d='M32 17.333H8v5.333h24v-5.333z' fill='%2341479B'/%3e%3cpath d='M14.104 23.972c-.122-.071-3-1.775-3-4.393V16h6.206v3.579c0 2.618-2.878 4.322-3 4.393l-.103.06-.103-.06z' fill='%23FF4B55'/%3e%3cpath d='M15.832 18.947l-.975.131h-.325v-.592h.195l.78.13-.105-.461.105-.462-.78.131h-.195v-.2l.128-.992-.453.134-.454-.134.129.992v.2h-.196l-.78-.13.106.461-.106.462.78-.131h.196v.592h-.326l-.975-.13.132.461-.132.462.975-.131h.326v1.523h.65V19.74h.325l.975.13-.132-.461.132-.462z' fill='%23F5F5F5'/%3e%3cpath d='M14.207 20.632c-.428 0-.795.263-.952.64-.028-.003-.055-.009-.083-.009-.55 0-.997.44-1.028.992a7.862 7.862 0 001.96 1.717l.103.06.102-.06a7.866 7.866 0 001.96-1.717 1.04 1.04 0 00-1.028-.992c-.028 0-.055.006-.083.009a1.034 1.034 0 00-.951-.64z' fill='%2341479B'/%3e%3cpath d='M17.103 16.21v3.369c0 2.526-2.896 4.21-2.896 4.21s-2.897-1.684-2.897-4.21v-3.368h5.793zm.414-.42H10.896v3.789c0 2.74 2.979 4.502 3.105 4.576l.206.12.205-.12c.127-.074 3.105-1.837 3.105-4.576V15.79z' fill='%23F5F5F5'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-sk>span{display:none}.icon-flag-ua::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M8 26.171C8 27.181 8.838 28 9.872 28h21.256C32.162 28 33 27.181 33 26.171V20H8v6.171z' fill='gold'/%3e%3cpath d='M31.128 12H9.872C8.838 12 8 12.819 8 13.829V20h25v-6.171c0-1.01-.838-1.829-1.872-1.829z' fill='%230057B8'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-flag-ua>span{display:none}.icon-form-checkbox-checked::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 9h22v22H9V9zm2 2v18h18V11H11z' fill='%234E5152'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.707 11.707L21.5 25.914l-8.207-8.207 1.414-1.414 6.793 6.793 12.793-12.793 1.414 1.414z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-form-checkbox-checked>span{display:none}.icon-form-checkbox::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 9h22v22H9V9zm2 2v18h18V11H11z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-form-checkbox>span{display:none}.icon-form-checkmark::before,.icon-checkmark-white::before,.icon-checkmark::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.707 12.707L16 28.414l-8.707-8.707 1.414-1.414L16 25.586l14.293-14.293 1.414 1.414z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-form-checkmark>span,.icon-checkmark-white>span,.icon-checkmark>span{display:none}.icon-form-password-displayed::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.8 19.401c-6.4-8.535-19.201-8.535-25.6 0a1 1 0 000 1.2c6.4 8.532 19.199 8.532 25.6 0a1 1 0 000-1.2zm-2.076.6l-.137.163a13.848 13.848 0 01-6.52 4.239A6.006 6.006 0 0026 19.98c0-1.73-.726-3.282-1.892-4.37a13.847 13.847 0 016.479 4.227l.137.163zm-14.898-4.37A5.816 5.816 0 0014 19.89c0 1.782.763 3.402 1.977 4.525a13.844 13.844 0 01-6.564-4.252L9.277 20l.136-.163a13.842 13.842 0 016.413-4.208zm4.176.369A3.97 3.97 0 0124 19.98C24 22.2 22.203 24 19.986 24 17.8 24 16 22.14 16 19.89c0-2.126 1.658-3.799 3.825-3.886l.087-.003.09-.001z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-form-password-displayed>span{display:none}.icon-form-password-hidden::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.21 29.027a1 1 0 001.539 1.272l17.818-19.147.074-.09a1 1 0 00-1.538-1.272L10.284 28.937l-.075.09zM32.8 20.6c-3.976 5.3-10.42 7.307-16.265 6.024l2.543-2.734c.292.071.596.11.908.11a4.017 4.017 0 003.836-5.208l1.493-1.603c.438.831.685 1.78.685 2.79a6.006 6.006 0 01-1.934 4.423 13.848 13.848 0 006.52-4.24l.138-.162-.137-.163a13.864 13.864 0 00-4.515-3.463l1.42-1.525A15.93 15.93 0 0132.8 19.4a1 1 0 010 1.2zm-12.798-4.6c.299 0 .59.031.87.092l2.539-2.73c-5.832-1.26-12.249.753-16.211 6.038a1 1 0 000 1.2 15.926 15.926 0 005.263 4.527l1.419-1.524a13.86 13.86 0 01-4.469-3.44L9.277 20l.136-.163a13.843 13.843 0 016.413-4.208A5.816 5.816 0 0014 19.89c0 1.022.25 1.99.693 2.842l1.494-1.605A4.16 4.16 0 0116 19.89c0-2.127 1.658-3.8 3.825-3.887l.087-.003h.09z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-form-password-hidden>span{display:none}.icon-form-radio-checked::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 9C13.925 9 9 13.925 9 20s4.925 11 11 11 11-4.925 11-11S26.075 9 20 9zm0 2a9 9 0 110 18 9 9 0 010-18zm0 2a7 7 0 100 14 7 7 0 000-14z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-form-radio-checked>span{display:none}.icon-form-radio::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 9C13.925 9 9 13.925 9 20s4.925 11 11 11 11-4.925 11-11S26.075 9 20 9zm0 2a9 9 0 110 18 9 9 0 010-18z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-form-radio>span{display:none}.icon-form-toggler::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 9C4.925 9 0 13.925 0 20s4.925 11 11 11h18c6.075 0 11-4.925 11-11S35.075 9 29 9H11zM2 20a9 9 0 019-9h18a9 9 0 110 18H11a9 9 0 01-9-9zm9-7a7 7 0 100 14 7 7 0 000-14z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-form-toggler>span{display:none}.icon-form-upload::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 8.086l8.207 8.207-1.414 1.414L21 11.914V26h-2V11.914l-5.793 5.793-1.414-1.414L20 8.086zM31.5 30v2h-23v-2h23z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-form-upload>span{display:none}.icon-info-empty::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3cg transform='scale(.02994)' fill='%235c7e51'%3e%3cpath class='cls-1' d='M200.4 40.46c88.29.04 159.83 71.65 159.79 159.94-.04 88.29-71.65 159.83-159.94 159.79-88.29-.04-159.83-71.65-159.79-159.94.02-42.37 16.86-83.01 46.83-112.97A159.263 159.263 0 01200.4 40.46m0-40.46C89.72 0 0 89.72 0 200.4s89.72 200.4 200.4 200.4 200.4-89.72 200.4-200.4C400.81 89.74 311.11.02 200.45 0h-.05z'/%3e%3cpath class='cls-1' d='M220.64 300.6h-40.48V180.16h40.46V300.6zm0-159.93h-40.48v-40.46h40.46v40.46z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;width:1.2rem;height:1.2rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-info-empty>span{display:none}.icon-info-filled::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3cpath d='M6 0a6 6 0 100 12A6 6 0 006 0zm.606 9H5.394V5.394h1.212V9zm0-4.788H5.394V3h1.212v1.212z' fill='%23136E57'/%3e%3c/svg%3e") center no-repeat;width:1.2rem;height:1.2rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-info-filled>span{display:none}.icon-label-app::before,.icon-app::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26 9H14v21h12V9zM12 7v25h16V7H12z' fill='%234E5152'/%3e%3cpath d='M20 26a1 1 0 00-.117 1.993L20 28l.117-.007A1 1 0 0020 26z' fill='%234E5152'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.5 11.75A2.75 2.75 0 0115.75 9h1.5c0 .69.56 1.25 1.25 1.25H22c.69 0 1.25-.56 1.25-1.25h1.5A2.75 2.75 0 0122 11.75h-3.5z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-label-app>span,.icon-app>span{display:none}.icon-label-awards::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.279 12.254l-4.08.593-.114.023a1 1 0 00-.44 1.683l2.951 2.877-.696 4.064-.013.11a1 1 0 001.464.944L20 20.63l3.65 1.918.1.047a1 1 0 001.35-1.1l-.697-4.065 2.952-2.877.079-.086a1 1 0 00-.633-1.62l-4.081-.593-1.823-3.697a1 1 0 00-1.794 0l-1.824 3.697zM20 11.259l1.16 2.352.061.106a1 1 0 00.692.441l2.595.377-1.877 1.83-.083.091a1 1 0 00-.205.795l.443 2.583-2.32-1.22-.112-.05a1 1 0 00-.82.05l-2.321 1.22.444-2.583.013-.122a1 1 0 00-.3-.764l-1.879-1.83 2.596-.377a1 1 0 00.753-.547L20 11.259zm-1.758 11.27a1 1 0 00-1.212.729L16.094 27H14a1 1 0 00-1 1v3a1 1 0 001 1h11.963a1 1 0 001-1v-3a1 1 0 00-1-1h-2.057l-.936-3.742-.035-.112a1 1 0 00-1.905.596L21.844 27h-3.688l.814-3.258.022-.114a1 1 0 00-.75-1.098zM24.963 30v-1H15v1h9.963z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-label-awards>span{display:none}.icon-label-calendar::before,.icon-calendar::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.53 8a.792.792 0 00-.783.8v3.075a2.41 2.41 0 00-1.565 2.258c0 1.316 1.06 2.4 2.348 2.4 1.287 0 2.348-1.084 2.348-2.4a2.41 2.41 0 00-1.566-2.258V8.8c0-.442-.35-.8-.782-.8zm10.956 0a.792.792 0 00-.782.8v3.075a2.41 2.41 0 00-1.566 2.258c0 1.316 1.061 2.4 2.348 2.4s2.348-1.084 2.348-2.4a2.41 2.41 0 00-1.565-2.258V8.8c0-.442-.35-.8-.783-.8zM10.878 9.6C9.298 9.6 8 10.926 8 12.542v16.516C8 30.674 9.297 32 10.878 32h18.244C30.702 32 32 30.674 32 29.058V12.542c0-1.616-1.297-2.942-2.878-2.942h-1.557c-.413-.006-.79.377-.79.8 0 .423.377.806.79.8h1.557c.74 0 1.309.587 1.313 1.342v4.525H9.565v-4.525c0-.755.574-1.342 1.313-1.342h1.557c.413.006.79-.377.79-.8 0-.423-.377-.806-.79-.8h-1.557zm5.73 0a.792.792 0 00-.782.8c0 .442.35.8.783.8h6.782a.792.792 0 00.783-.8c0-.442-.35-.8-.783-.8H16.61zm-2.078 3.733a.78.78 0 01.783.8.78.78 0 01-.783.8.78.78 0 01-.783-.8c0-.45.342-.8.783-.8zm10.956 0a.78.78 0 01.783.8.78.78 0 01-.783.8.78.78 0 01-.782-.8c0-.45.341-.8.782-.8zm-15.92 5.334h20.869v10.391c0 .756-.574 1.342-1.313 1.342H10.878c-.74 0-1.313-.586-1.313-1.342V18.667z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-label-calendar>span,.icon-calendar>span{display:none}.icon-label-clock::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 8c6.627 0 12 5.373 12 12s-5.373 12-12 12S8 26.627 8 20 13.373 8 20 8zm0 2c-5.523 0-10 4.477-10 10s4.477 10 10 10 10-4.477 10-10-4.477-10-10-10zm6.595 5.559c.4-.498.368-1.227-.094-1.689l-.103-.092a1.267 1.267 0 00-1.688.094l-4.633 4.64-2.114-2.116-.103-.093a1.267 1.267 0 00-1.69 1.883l3.906 3.912 6.427-6.436.092-.103z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-label-clock>span{display:none}.icon-label-email::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.496 19.692C32.333 12.93 26.801 7.5 20 7.5 13.096 7.5 7.5 13.096 7.5 20S13.096 32.5 20 32.5c2.566 0 5.009-.763 7.066-2.176a1 1 0 10-1.132-1.648A10.433 10.433 0 0120 30.5c-5.8 0-10.5-4.7-10.5-10.5S14.2 9.5 20 9.5 30.5 14.2 30.5 20v1l-.005.164A2.5 2.5 0 0125.5 21v-1a5.5 5.5 0 10-1.25 3.49A4.5 4.5 0 0032.5 21v-1l-.004-.308zM23.5 20a3.5 3.5 0 10-7 0 3.5 3.5 0 007 0z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-label-email>span{display:none}.icon-label-envelope::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.503 13.831A4.088 4.088 0 006.5 14v12a4 4 0 004 4h19a4 4 0 004-4V14c0-.057-.001-.113-.004-.169A3.69 3.69 0 0029.81 10H10.19a3.69 3.69 0 00-3.686 3.831zM8.5 16.37V26a2 2 0 002 2h19a2 2 0 002-2v-9.63l-10.586 3.387a3 3 0 01-1.828 0L8.5 16.37zm21-4.37a2 2 0 011.991 1.81.794.794 0 01-.543.637l-10.643 3.405a1 1 0 01-.61 0L9.052 14.447a.794.794 0 01-.543-.637A2 2 0 0110.5 12h19z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-label-envelope>span{display:none}.icon-label-headset::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M31.663 23.096v.002c0 .869-.308 1.33-.673 1.585-.38.267-.863.339-1.25.339h-.784v-8.935h.81c.38 0 .864.068 1.247.333.365.253.677.714.677 1.59 0 0 0 0 0 0l-.027 5.086zm-1.133-8.529C30.416 9.126 25.97 4.75 20.5 4.75c-5.469 0-9.916 4.376-10.03 9.817-.666.119-1.314.405-1.814.914-.557.569-.906 1.393-.906 2.508v5.109c0 1.26.444 2.149 1.125 2.719.673.563 1.55.792 2.386.792h1.576a.793.793 0 00.793-.794V15.293a.793.793 0 00-.793-.793h-.779a8.446 8.446 0 0116.884 0h-.779a.793.793 0 00-.793.793V25.8c0 .438.355.793.793.793h.77c-.108 1.673-.576 2.667-1.367 3.277-.807.621-1.998.885-3.647.977v-.101c0-.739-.6-1.337-1.338-1.337h-3.418c-.738 0-1.337.598-1.337 1.337v1.766c0 .738.599 1.337 1.337 1.337h3.43c.738 0 1.336-.599 1.336-1.337v-.078c1.64-.088 3.216-.324 4.419-1.152 1.247-.86 2.048-2.32 2.175-4.755.668-.118 1.32-.404 1.82-.915.558-.568.907-1.393.907-2.508v-5.108c0-1.12-.347-1.946-.904-2.515-.5-.51-1.148-.795-1.816-.913zM12.043 16.05v8.956h-.81c-.38 0-.863-.068-1.245-.333-.366-.253-.678-.714-.678-1.59v-5.11c0-.868.308-1.33.673-1.585.38-.266.863-.338 1.25-.338h.81zm10.3 15.641v.576h-2.93V31h2.93v.69z' fill='%234E5152' stroke='%234E5152' stroke-width='.5'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-label-headset>span{display:none}.icon-label-help::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M32 20c0-6.627-5.373-12-12-12S8 13.373 8 20s5.373 12 12 12 12-5.373 12-12zm-22 0c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10-10-4.477-10-10zm10.184 2.022l.18-1.458c1.098-.198 1.962-.576 2.628-1.17.666-.576.99-1.404.99-2.466 0-1.134-.378-2.034-1.152-2.7-.774-.666-1.782-.99-3.06-.99-1.71 0-3.168.666-4.338 1.998l1.35 1.44c.882-.954 1.872-1.422 2.934-1.422.63 0 1.134.162 1.512.468.378.306.558.72.558 1.242 0 1.278-1.116 1.962-3.33 2.052l-.09.09.36 2.916h1.458zM20.616 26v-2.466h-2.412V26h2.412z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-label-help>span{display:none}.icon-label-info::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 8c6.627 0 12 5.373 12 12s-5.373 12-12 12S8 26.627 8 20 13.373 8 20 8zm0 2c-5.523 0-10 4.477-10 10s4.477 10 10 10 10-4.477 10-10-4.477-10-10-10zm1.32 6.072c.702 0 1.188-.576 1.188-1.116 0-.504-.486-1.116-1.188-1.116-.666 0-1.188.612-1.188 1.116 0 .54.522 1.116 1.188 1.116zm-2.016 9.09c1.26 0 2.16-.792 2.736-1.818l-.342-.216c-.05.06-.098.12-.145.18-.277.346-.52.648-.827.648-.216 0-.378-.216-.378-.45 0-.324.072-.594.144-.864l1.404-5.958-3.546.612.072.414c.288-.054.504-.054.666-.054.27 0 .36.126.36.324 0 .104-.024.208-.063.374l-.027.112-1.188 5.13a2.066 2.066 0 00-.072.558c0 .576.288 1.008 1.206 1.008z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-label-info>span{display:none}.icon-label-mirror::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 7c-4.412 0-8 3.588-8 8h-1a1 1 0 10-2 0c0 5.73 4.4 10.448 10 10.955v1.611c-2.254.319-3.375 1.77-2.986 4.098A1 1 0 0017 32.5h6a1 1 0 00.986-.836c.389-2.329-.732-3.78-2.986-4.098v-1.611c5.6-.507 10-5.226 10-10.955a1 1 0 10-2 0h-1c0-4.412-3.588-8-8-8zm6 8c0-3.307-2.692-6-6-6s-6 2.693-6 6c0 3.308 2.692 6 6 6s6-2.692 6-6zm1.747 2h1.029c-.912 4.003-4.501 7-8.776 7-4.275 0-7.864-2.997-8.776-7h1.029c.89 3.447 4.025 6 7.747 6 3.722 0 6.857-2.553 7.747-6zm-7.558 12.502c1.168.026 1.719.3 1.846.952l.007.046h-4.085l.008-.046c.134-.687.738-.954 2.035-.954l.19.002z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-label-mirror>span{display:none}.icon-label-navigator::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.086 16.707l-6.293-6.293L21.207 9l8.707 8.707-8.707 8.707L19.793 25l6.293-6.293H13v13h-2v-15h15.086z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-label-navigator>span{display:none}.icon-label-puntinatura::before,.icon-puntinatura::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 71 70'%3e%3crect x='3' y='2.5' width='65' height='65' rx='32.5' fill='%234E5152'/%3e%3cpath d='M40.197 20h-19.5l5.205 5.451h12.142l6.5 6.819H32.402L15.5 50h24.697L54.5 34.996 40.197 20zm-2.153 24.549h-9.99l6.5-6.819h9.99l-6.5 6.819z' fill='white'/%3e%3crect x='3' y='2.5' width='65' height='65' rx='32.5' stroke='%234E5152' stroke-width='5'/%3e%3c/svg%3e") center no-repeat;width:7.1rem;height:7rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-label-puntinatura>span,.icon-puntinatura>span{display:none}.icon-label-quality::before,.icon-quality-green::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M29 17a9 9 0 10-13.5 7.796V32l4.5-2.385L24.5 32v-7.204A8.997 8.997 0 0029 17zM17.5 28.6v-2.952c.794.23 1.633.352 2.5.352s1.706-.123 2.5-.352v2.953L20 27.276 17.5 28.6zM13 17a7 7 0 1114 0 7 7 0 01-14 0zm11.207-1.793l-1.414-1.414-3.293 3.292-1.793-1.792-1.414 1.414 3.207 3.207 4.707-4.707z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-label-quality>span,.icon-quality-green>span{display:none}.icon-label-reverse::before,.icon-recyclable-green::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.5 11.528A11.974 11.974 0 0020 8C13.373 8 8 13.373 8 20a1 1 0 102 0c0-5.523 4.477-10 10-10 2.74 0 5.29 1.109 7.142 3H24.5l-.117.007A1 1 0 0024.5 15h6V9l-.007-.117A1 1 0 0029.5 8l-.117.007A1 1 0 0028.5 9v2.528zM15.491 27.022l-2.634-.023A9.976 9.976 0 0020 30c5.523 0 10-4.477 10-10a1 1 0 112 0c0 6.627-5.373 12-12 12a11.974 11.974 0 01-8.521-3.55l-.022 2.537a1 1 0 01-.893.985l-.116.006a1 1 0 01-.986-.892l-.005-.117.052-6 6 .053a1 1 0 01.099 1.994l-.117.006z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-label-reverse>span,.icon-recyclable-green>span{display:none}.icon-label-secure::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.995 7a7 7 0 016.804 8.667A9.973 9.973 0 0130 23c0 5.523-4.477 10-10 10s-10-4.477-10-10a9.973 9.973 0 013.201-7.333A7 7 0 0119.995 7zm4.96 6.335c.045.331.056.665.034.996A9.953 9.953 0 0020 13c-1.817 0-3.52.485-4.989 1.332a5.002 5.002 0 017.292-4.77 5 5 0 012.652 3.773zM12 23a8 8 0 1116 0 8 8 0 01-16 0zm8-3a2 2 0 011 3.732V26a1 1 0 11-2 0v-2.268A2 2 0 0120 20z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-label-secure>span{display:none}.icon-navigation-account-logged-in::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M29.5 8a2.5 2.5 0 100 5 2.5 2.5 0 000-5z' fill='%234E5152'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26 14a6 6 0 10-12 0 6 6 0 0012 0zm-10 0a4 4 0 118 0 4 4 0 01-8 0zM14 24a3 3 0 00-3 3v3h18v-3a3 3 0 00-3-3H14zm-5 3a5 5 0 015-5h12a5 5 0 015 5v5H9v-5z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-navigation-account-logged-in>span{display:none}.icon-navigation-account-logged-out::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26 14a6 6 0 10-12 0 6 6 0 0012 0zm-10 0a4 4 0 118 0 4 4 0 01-8 0zM14 24a3 3 0 00-3 3v3h18v-3a3 3 0 00-3-3H14zm-5 3a5 5 0 015-5h12a5 5 0 015 5v5H9v-5z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-navigation-account-logged-out>span{display:none}.icon-navigation-country::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.005 7.5c-.13 0-.253.002-.372.006l-.176.007C12.733 7.783 7.5 13.064 7.5 19.749c0 6.974 5.59 12.752 12.468 12.752 6.921 0 12.532-5.617 12.532-12.544 0-6.92-5.565-12.457-12.495-12.457zm0 2h.046c.848.96 1.56 1.963 2.135 3h-4.362a16.975 16.975 0 012.135-3h.046zm-4.43 3c.425-.896.937-1.77 1.535-2.62a10.401 10.401 0 00-4.598 2.62h3.062zm-4.639 2h3.843c-.42 1.302-.67 2.64-.748 4H9.575a10.076 10.076 0 011.362-4zm-1.41 6h4.513c.085 1.321.327 2.658.725 4H10.59a10.851 10.851 0 01-1.064-4zm2.32 6c1.397 1.767 3.326 3.078 5.53 3.663a24.22 24.22 0 01-1.903-3.663h-3.628zm5.806 0a23.977 23.977 0 002.352 3.982 23.99 23.99 0 002.353-3.982h-4.705zm6.884 0a24.212 24.212 0 01-1.902 3.66 10.54 10.54 0 005.593-3.66h-3.691zm4.939-2h-4.23c.399-1.342.64-2.679.725-4h4.516a10.493 10.493 0 01-1.011 4zm-6.323 0h-6.295a16.357 16.357 0 01-.814-4h7.924a16.35 16.35 0 01-.815 4zm-7.116-6h7.938a14.009 14.009 0 00-.863-4h-6.212a14.012 14.012 0 00-.863 4zm9.942 0h4.423a10.379 10.379 0 00-1.424-4H25.23c.42 1.302.67 2.64.747 4zm1.41-6a10.439 10.439 0 00-4.474-2.599c.593.843 1.1 1.71 1.522 2.599h2.952z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-navigation-country>span{display:none}.icon-navigation-home::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.334 17.303L19.95 9.185a.911.911 0 011.1 0l10.616 8.118a.84.84 0 01.334.668v12.564c0 .47-.396.852-.885.852H9.885c-.489 0-.885-.382-.885-.852V17.97a.84.84 0 01.334-.668zm20.897 1.079L20.5 10.939l-9.73 7.442v11.302h19.46V18.382z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-navigation-home>span{display:none}.icon-navigation-logo::before,.icon-logo::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 122 22'%3e%3cpath d='M111.832 0H97.969l3.701 3.913h8.632l4.62 4.893h-8.632L94.275 21.532h17.557L122 10.762 111.832 0zm-1.53 17.619H103.2l4.621-4.894h7.101l-4.62 4.894zM9.564 21.544l-.09-1.19c-.95.791-2.474 1.557-4.232 1.557C1.961 21.911 0 19.803 0 17.245c0-3.324 2.391-4.64 5.129-5.16 2.158-.424 3.515-.79 4.435-1.126 0-1.159-.316-2.286-2.48-2.286-2.625 0-2.912 1.494-2.912 2.286l-3.514-.216c.06-1.006.257-4.912 6.306-4.912 4.238 0 6.05 1.646 6.05 4.33v8.908c0 1.158.06 1.494.633 2.469H9.558l.006.006zm0-7.597c-.573.304-1.41.64-2.737.855-1.585.246-3.169.582-3.169 2.108 0 1.006.634 1.861 2.362 1.861 1.584 0 3.544-.855 3.544-2.78v-2.044zM18.764 0v7.565c1.47-1.557 3.455-1.74 4.119-1.74 3.341 0 6.336 3.114 6.336 7.995 0 5.432-3.485 8.18-6.54 8.18-.836 0-2.42-.184-3.945-2.045v1.59h-3.43V0h3.46zm3.455 18.518c1.871 0 3.455-1.71 3.455-4.976 0-2.045-1.123-4.394-3.598-4.394-2.074 0-3.372 1.925-3.372 4.394 0 3.292 1.441 4.976 3.515 4.976zM40.063 11.073c-.777-1.615-2.248-2.318-3.916-2.318-.663 0-2.39.216-2.39 1.59 0 1.006.866 1.31 2.94 1.709l2.332.456c2.188.424 3.861 1.798 3.861 4.273 0 2.805-2.504 5.217-6.48 5.217-3.975 0-6.109-1.861-6.916-2.748l2.595-2.228c.693.975 1.99 1.95 4.148 1.95 2.158 0 2.822-1.127 2.822-1.798 0-.887-.807-1.222-2.134-1.463l-1.788-.335c-1.124-.216-5.015-.975-5.015-4.578 0-3.02 2.738-4.976 6.193-4.976 1.124 0 4.035.184 6.193 2.836l-2.451 2.413h.006zM53.901 21.544v-1.557c-.717.703-2.158 1.924-4.668 1.924-2.51 0-3.575-1.101-4.149-2.013-.777-1.222-.837-2.627-.837-4.026V6.287h3.485v8.787c0 1.462.347 3.387 2.822 3.387a3.068 3.068 0 002.791-1.71c.52-1.07.55-2.5.55-3.659V6.287h3.456v15.257h-3.456.006zM63.041 6.287v2.165c1.094-2.412 3.599-2.5 4.292-2.5h.287v3.753c-.717 0-3.485 0-4.322 2.805-.257.855-.257 1.614-.257 2.5v6.528H59.7V6.287h3.341zM77.908 21.544v-1.462c-.287.367-1.44 1.924-4.005 1.924-3.025 0-6.396-2.228-6.396-7.78 0-5.553 3.138-8.389 6.54-8.389 1.183 0 2.91.456 3.861 1.71V0h3.431v21.544h-3.43zm-3.371-2.868c1.87 0 3.341-1.646 3.341-4.482 0-2.317-.633-4.976-3.311-4.976-2.158 0-3.456 2.045-3.456 4.609 0 2.26.891 4.85 3.432 4.85h-.006z' fill='%234E5152'/%3e%3cpath d='M111.832 0H97.969l3.701 3.913h8.632l4.62 4.893h-8.632L94.275 21.532h17.557L122 10.762 111.832 0zm-1.53 17.619H103.2l4.621-4.894h7.101l-4.62 4.894z' fill='%234E5152'/%3e%3cpath d='M111.832 0H97.969l3.701 3.913h8.632l4.62 4.893h-8.632L94.275 21.532h17.557L122 10.762 111.832 0zm-1.53 17.619H103.2l4.621-4.894h7.101l-4.62 4.894z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:12.2rem;height:2.2rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-navigation-logo>span,.icon-logo>span{display:none}.icon-navigation-menu::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill='%234E5152' d='M9 10.5h22v3H9zM9 18.5h22v3H9zM9 26.5h22v3H9z'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-navigation-menu>span{display:none}.icon-navigation-pin::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.5 4.505l10.744 11.932L19.5 33.91 8.756 16.437 19.5 4.505zm-8.256 12.159L19.5 30.09l8.256-13.427-8.256-9.17-8.256 9.17z' fill='%234E5152'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.034 16.863l-1.38-1.381-1.382 1.38 1.381 1.381 1.381-1.38zm-1.38-4.21l-4.21 4.21 4.21 4.209 4.208-4.21-4.209-4.209z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-navigation-pin>span{display:none}.icon-navigation-return::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.755 15.004A8.5 8.5 0 0122.5 32H10l-.117-.007A1 1 0 0110 30h12.5l.233-.004A6.5 6.5 0 0022.5 17h-6.657l5.435 5.435.078.087a1 1 0 01-1.492 1.327l-7.778-7.778 7.778-7.778.087-.078a1 1 0 011.327.078l.078.087a1 1 0 01-.078 1.327L15.985 15H22.5l.255.004z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-navigation-return>span{display:none}.icon-navigation-stores::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 8c5.523 0 10 4.298 10 9.6 0 3.535-3.333 8.335-10 14.4-6.667-6.065-10-10.865-10-14.4C10 12.298 14.477 8 20 8zm0 2c-4.436 0-8 3.421-8 7.6 0 2.452 2.374 6.167 7.21 10.907l.789.761.1-.093c5.186-4.95 7.787-8.837 7.897-11.406L28 17.6c0-4.179-3.564-7.6-8-7.6zm0 4a4 4 0 110 8 4 4 0 010-8zm0 2a2 2 0 100 4 2 2 0 000-4z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-navigation-stores>span{display:none}.icon-other-cluster::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3ccircle cx='20' cy='20' r='19' stroke='%234E5152' stroke-width='2'/%3e%3cpath d='M16.049 25.144c1.872 0 3.024-1.164 3.024-2.748v-.024c0-1.56-1.116-2.16-2.256-2.352l2.124-2.028V16.6h-5.676v1.584h3.3L14.56 20.2l.288 1.176h.768c1.032 0 1.644.384 1.644 1.068v.024c0 .624-.492 1.02-1.188 1.02-.852 0-1.452-.36-2.028-1.008l-1.272 1.212c.72.852 1.764 1.452 3.276 1.452zM24.186 25h1.764v-1.812h1.128v-1.5H25.95V16.54h-1.56l-4.608 5.34.3 1.308h4.104V25zm-2.232-3.312l2.232-2.616v2.616h-2.232z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-other-cluster>span{display:none}.icon-other-co2::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.808 13.552c.53-3.088 3.185-5.438 6.38-5.548L17.423 8a6.713 6.713 0 015.017 2.245l.068.08.27-.075a4.7 4.7 0 01.846-.13l.287-.01c1.237 0 2.407.479 3.287 1.344.54.532.938 1.176 1.167 1.883l.037.125.186.083a5.18 5.18 0 011.52 1.1l.182.2c.8.932 1.24 2.12 1.24 3.346 0 .98-.324 1.964-.893 2.812l-.098.138.069.07a5.216 5.216 0 011.386 3.305l.006.25C32 27.654 29.643 30 26.747 30H13.253c-2.756 0-5.024-2.125-5.237-4.82A1.005 1.005 0 018 25l.001-.125L8 24.766c0-1.226.433-2.415 1.22-3.354l-.071-.087-.182-.244c-.614-.876-.943-1.876-.943-2.89a5.134 5.134 0 012.729-4.541l.043-.023.012-.075zM13.253 28c-1.759 0-3.196-1.396-3.251-3.13.039-1.485.76-2.403 2.314-2.921a1 1 0 00.654-.707c.256-1.024.7-1.578 1.346-1.793.72-.24 1.623-.112 2.737.445A1 1 0 0018.3 19.6c1.772-2.363 3.538-3.178 5.425-2.639 2.013.576 3.445 2.008 4.339 4.39.027.073.062.141.104.204.066.206.2.394.398.526A3.217 3.217 0 0130 24.766C30 26.547 28.54 28 26.747 28H13.253zm16.277-9.809c0 .352-.076.714-.216 1.064-1.142-2.162-2.83-3.585-5.04-4.216-2.526-.722-4.878.191-6.958 2.595l-.118.139-.061-.025c-1.243-.471-2.4-.548-3.453-.197l-.21.077c-1.03.41-1.77 1.23-2.214 2.392l-.079.218-.206.09-.034.016a3.588 3.588 0 01-.336-.411c-.383-.546-.58-1.148-.58-1.742 0-1.321.816-2.488 2.048-2.946a1 1 0 00.65-.872c.161-2.447 2.219-4.373 4.7-4.373a4.712 4.712 0 013.927 2.096 1 1 0 001.193.377l.106-.048a2.699 2.699 0 011.262-.314c.712 0 1.379.272 1.885.77.413.406.678.922.765 1.485a1 1 0 00.704.807c.584.173 1.11.512 1.508.976.488.568.757 1.294.757 2.042zM17 13a1 1 0 11-2 0 1 1 0 012 0zm-1 13a1 1 0 100-2 1 1 0 000 2zm-7 6a1 1 0 100-2 1 1 0 000 2zm22-22a1 1 0 11-2 0 1 1 0 012 0zm-8 12a1 1 0 100-2 1 1 0 000 2z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-other-co2>span{display:none}.icon-other-distance::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.525 9.62a3.5 3.5 0 10-7 0 3.5 3.5 0 007 0zm-5 0a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zM14 18a4 4 0 00-4-4H6a4 4 0 00-4 4v8h3v8.373h6.336V26H14v-8zm-4.664 8H7v6.373h2.335V26zM6 16h4l.15.006A2 2 0 0112 18v6H4v-6l.005-.15A2 2 0 016 16zm29.525-6.38a3.5 3.5 0 10-7 0 3.5 3.5 0 007 0zm-5 0a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zM34 14a4 4 0 014 4v8h-2.664v8.373H29V26h-3v-8a4 4 0 014-4h4zm-3 12h2.336l-.001 6.373H31V26zm3-10h-4a2 2 0 00-1.994 1.85L28 18v6h8v-6a2 2 0 00-1.85-1.994L34 16zm-6.975 17.52a1 1 0 00-1-1h-12l-.117.006a1 1 0 00.117 1.994h12l.117-.007a1 1 0 00.883-.993z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-other-distance>span{display:none}.icon-other-energy::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.333 8h-8c-.757 0-1.426.505-1.615 1.24l-2.667 10.355c-.128.5-.012 1.029.313 1.43l.111.125c.313.316.742.495 1.192.495l1.581-.001-3.139 8.126a1.635 1.635 0 00.782 2.041 1.68 1.68 0 002.115-.477L26.673 17.11c.379-.505.433-1.18.139-1.738l-.078-.132a1.672 1.672 0 00-1.4-.753h-1.036l2.46-3.989a1.626 1.626 0 00.017-1.68c-.3-.51-.85-.819-1.442-.819zm-7.746 2h7.127l-3.998 6.488h3.924L15.863 28.19l3.301-8.546h-4.06L17.587 10z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-other-energy>span{display:none}.icon-other-gel::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.953 6.516h-1.485V3.011C34.468 2.453 34 2 33.422 2H19.047C18.47 2 18 2.453 18 3.011v2.374c0 .559.469 1.011 1.047 1.011.579 0 1.048-.452 1.048-1.01V4.021h6.783v2.494h-1.484c-.579 0-1.048.453-1.048 1.011V25.99c0 .558.47 1.011 1.048 1.011h10.559C36.53 27 37 26.547 37 25.989V7.527c0-.558-.469-1.011-1.047-1.011zm-9.512 9.713h8.464v1.983h-8.464v-1.983zm5.933-12.207h-3.401v2.494h3.4V4.022zm2.531 4.516v5.67h-8.464v-5.67h8.464zm-8.464 11.696v4.744h8.464v-4.744h-8.464zM22 16.136C22 17.716 20.654 19 19 19s-3-1.285-3-2.864c0-.66.378-1.467 1.188-2.543.526-.698 1.046-1.253 1.068-1.276.19-.202.46-.317.744-.317s.555.115.744.317c.022.023.542.578 1.068 1.276.81 1.076 1.188 1.884 1.188 2.543zm-2 .002c-.011-.268-.434-.958-1-1.678-.566.72-.99 1.411-1 1.678 0 .525.449.953 1 .953.551 0 1-.428 1-.954zm8.885 14.736h-7.34a3.022 3.022 0 00-.863-2.725l-6.152-6.05A7.302 7.302 0 009.377 20H3.043C2.467 20 2 20.46 2 21.026v6.264c0 .567.467 1.026 1.043 1.026h2.35l7.287 7.061A5.75 5.75 0 0016.704 37h12.181C30.603 37 32 35.626 32 33.937s-1.397-3.063-3.115-3.063zm0 4.074h-12.18a3.657 3.657 0 01-2.56-1.032L6.553 26.56a1.052 1.052 0 00-.733-.295H4.086v-4.212h5.29c1.39 0 2.696.532 3.678 1.497l6.153 6.05a1.001 1.001 0 010 1.438 1.048 1.048 0 01-1.462 0l-4.575-4.5c-.408-.4-1.068-.4-1.476 0-.407.401-.407 1.05 0 1.451l4.576 4.5a3.138 3.138 0 002.206.897c.57 0 1.142-.154 1.643-.46h8.766c.567 0 1.028.454 1.028 1.012s-.46 1.011-1.028 1.011z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-other-gel>span{display:none}.icon-other-gift::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M32.87 10.205h-1.244a4.114 4.114 0 00.548-2.055 4.092 4.092 0 00-2.463-3.786 4.092 4.092 0 00-4.46.717l-2.625 2.38A3.13 3.13 0 0020 6.03c-1.101 0-2.07.572-2.629 1.433l-2.63-2.383a4.092 4.092 0 00-4.459-.717A4.092 4.092 0 007.82 8.15c0 .748.2 1.449.548 2.055H7.13A3.134 3.134 0 004 13.335v4.174c0 .576.467 1.044 1.043 1.044h1.044v14.26a3.134 3.134 0 003.13 3.13h21.566a3.134 3.134 0 003.13-3.13v-14.26h1.044c.576 0 1.043-.468 1.043-1.044v-4.174a3.134 3.134 0 00-3.13-3.13zm-16 23.652H9.216a1.045 1.045 0 01-1.043-1.044v-14.26h8.695v15.304zm0-17.391H6.086v-3.13c0-.576.468-1.044 1.043-1.044h9.74v4.174zm-4.91-6.261A2.057 2.057 0 019.907 8.15c0-.837.457-1.54 1.222-1.878.28-.124.567-.185.85-.185.492 0 .969.184 1.362.54l3.948 3.578H11.96zM20 8.118c.492 0 .905.343 1.014.803l-1.017.922-1.013-.917A1.045 1.045 0 0120 8.118zm1.044 25.739h-2.088V18.553h2.088v15.304zm0-17.391h-2.088v-4.174h2.088v4.174zm5.608-9.838a2.005 2.005 0 012.213-.356 2.005 2.005 0 011.222 1.878 2.057 2.057 0 01-2.055 2.055h-5.327l3.948-3.577zm5.174 26.185c0 .576-.468 1.044-1.044 1.044H23.13V18.553h8.696v14.26zm2.087-16.347H23.13v-4.174h9.74c.575 0 1.043.468 1.043 1.043v3.13z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-other-gift>span{display:none}.icon-other-loader::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 35 35'%3e%3cpath d='M17.5 27.125a9.625 9.625 0 119.625-9.625' stroke='%234E5152' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e") center no-repeat;width:3.5rem;height:3.5rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-other-loader>span{display:none}.icon-other-mask::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 41 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.515 7.166A3.22 3.22 0 0119.995 6l.205.006c.885.055 1.713.47 2.294 1.17 2.235 2.823 5.651 4.512 9.279 4.597l2.505.004h3.215c1.387 0 2.55 1.05 2.55 2.4v3.497c0 3.237-2.75 5.997-6.279 6.956-2.133 5.112-6.952 8.703-12.592 9.305-.779.087-1.565.087-2.34 0-5.658-.605-10.49-4.213-12.61-9.337C2.72 23.627 0 20.878 0 17.658V14.16c0-1.349 1.163-2.4 2.55-2.4h4.873v.015l.768-.002c3.655-.07 7.08-1.758 9.324-4.607zM35 18.556a15.54 15.54 0 01-.442 3.661c1.978-.926 3.377-2.574 3.479-4.339l.005-.204v-3.498c0-.196-.224-.399-.549-.399H35v4.78zm-3.21-4.783l.83.001v5.999a13.38 13.38 0 01-.477 3.512c-1.726 4.746-6.063 8.115-11.187 8.662-.636.07-1.276.07-1.909 0-4.952-.53-9.168-3.69-11.001-8.171l-.086-.295a13.397 13.397 0 01-.537-3.726v-5.98l.79-.002c4.269-.081 8.256-2.048 10.86-5.352a1.2 1.2 0 01.789-.413L19.998 8c.368 0 .714.16.942.435 2.513 3.174 6.326 5.119 10.424 5.324l.425.014zM5 18.555V13.76H2.55c-.325 0-.55.204-.55.4v3.498c0 1.826 1.406 3.553 3.434 4.52A15.571 15.571 0 015 18.554zm24.642 6.698a1 1 0 00-1.159-.81c-3.713.657-6.496.984-8.326.984-1.67 0-4.135-.272-7.378-.82l-.947-.164a1 1 0 10-.349 1.97c3.819.675 6.703 1.014 8.674 1.014 1.8 0 4.36-.282 7.7-.846l.975-.169a1 1 0 00.81-1.159zm-1.159-5.81a1 1 0 11.349 1.97l-.976.168c-3.338.564-5.899.846-7.699.846-1.971 0-4.855-.339-8.674-1.015a1 1 0 11.349-1.97l.947.165c3.243.548 5.708.82 7.378.82 1.83 0 4.613-.327 8.326-.984zm1.159-4.19a1 1 0 00-1.159-.81c-3.713.657-6.496.985-8.326.985-1.67 0-4.135-.273-7.378-.821l-.947-.164a1 1 0 10-.349 1.97c3.819.675 6.703 1.014 8.674 1.014 1.8 0 4.36-.282 7.7-.846l.975-.169a1 1 0 00.81-1.159z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4.1rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-other-mask>span{display:none}.icon-other-products::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.79 28a217.487 217.487 0 01-.618-3.704c-.406-2.555-.85-5.645-1.022-7.873C6.894 13.1 7.026 8.874 7.106 7h9.788c.08 1.874.212 6.1-.044 9.423-.172 2.228-.616 5.318-1.022 7.873A240.048 240.048 0 0115.21 28H8.79zM17 29.352l.032-.173.016-.092a202.634 202.634 0 00.217-1.231c.142-.82.335-1.962.539-3.246.406-2.56.862-5.719 1.04-8.033.267-3.463.128-7.808.047-9.68A1.985 1.985 0 0016.902 5H7.098a1.985 1.985 0 00-1.99 1.898c-.08 1.87-.219 6.216.048 9.679.179 2.314.634 5.474 1.04 8.033a241.529 241.529 0 00.756 4.477l.016.092.032.174V33a2 2 0 002 2h6a2 2 0 002-2v-3.648zM15 30H9v3h6v-3zm-8-.827l-.032.006.032-.006zM22 27h11v6H22v-6zm13-2v-1a2 2 0 00-2-2H22a2 2 0 00-2 2v9a2 2 0 002 2h11a2 2 0 002-2v-8zm-13 0v-1h11v1H22z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-other-products>span{display:none}.icon-other-sanitation::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.37 16.754l13-10.531a1 1 0 011.26 0l13 10.53a1 1 0 01.37.778V33.05a1 1 0 01-1 1H7a1 1 0 01-1-1V17.53a1 1 0 01.37-.776zM32 18.007l-12-9.72-12 9.719v14.043h24V18.007zm-6.356 3.728a1 1 0 01.117 1.994l-.117.006h-4.701v5.208a1 1 0 01-1.994.116l-.006-.116v-5.208h-5.184a1 1 0 01-.117-1.993l.117-.007h5.184v-4.678a1 1 0 011.993-.116l.007.116v4.678h4.701z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-other-sanitation>span{display:none}.icon-other-tester::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.486 7.797c.132-.13.42-.256.938-.153.51.102 1.123.414 1.67.957.55.543.864 1.15.967 1.655.105.513-.022.798-.154.928s-.42.256-.938.153c-.51-.102-1.123-.414-1.671-.957-.548-.543-.863-1.15-.966-1.655a2.032 2.032 0 01-.022-.124v-.434a.676.676 0 01.176-.37zm2.086 5.491c-.78-.156-1.568-.543-2.262-1.11v4.751h3.793v-3.657a3.531 3.531 0 01-1.53.016zm3.532-2.508a3.678 3.678 0 00-.073-.917c-.191-.94-.726-1.888-1.515-2.67-.789-.78-1.746-1.31-2.695-1.5-.94-.187-2-.053-2.756.697-.671.664-.854 1.564-.755 2.409v8.13h-.655a1 1 0 00-1 1v3.098H8a1 1 0 00-1 1V33.5a1 1 0 001 1h12.414a1 1 0 001-1V22.027a1 1 0 00-1-1h-.655v-3.098a1 1 0 00-1-1h-.655v-6.15zM9.655 23.027H9V32.5h10.414v-9.473H9.655zm8.104-4.098v2.098h-7.104v-2.098h7.104zm7.62 2.098a1 1 0 00-1 1V33.5a1 1 0 001 1H32a1 1 0 001-1V22.027a1 1 0 00-1-1h-2.31V15.65h.655a1 1 0 000-2h-.655v-.868h1.482a1 1 0 000-2H29.69v-.868h.655a1 1 0 000-2h-.655v-.64a1 1 0 10-2 0v.64h-.655a1 1 0 100 2h.655v.868h-1.483a1 1 0 000 2h1.483v.869h-.655a1 1 0 100 2h.655v5.375h-2.31zm1 11.473v-9.473H31V32.5h-4.62z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-other-tester>span{display:none}.icon-other-tree::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.912 9.892a7.429 7.429 0 014.369-1.87l.277-.016a7.453 7.453 0 016.034 2.701 7.266 7.266 0 011.433 6.268l-.069.262.091.064a4.91 4.91 0 011.19 1.268l.131.213a4.776 4.776 0 01-.085 4.892 4.91 4.91 0 01-4.14 2.289h-5.14v4.034h2.005a1.002 1.002 0 01.117 1.996l-.117.007h-6.016a1.002 1.002 0 01-.117-1.996l.117-.007h2.005v-4.034h-5.134a4.904 4.904 0 01-2.487-.678 4.841 4.841 0 01-2.347-3.6 4.809 4.809 0 011.402-3.938l.026-.026-.014-.092a4.343 4.343 0 01.019-1.263l.048-.249c.456-2.036 2.336-3.432 4.363-3.417l.102.003.018-.046a7.267 7.267 0 011.69-2.551l.229-.214zm4.09 14.128h5.14c1.004 0 1.963-.53 2.49-1.374a2.836 2.836 0 00.05-2.895c-.3-.52-.765-.946-1.311-1.198a.971.971 0 01-.49-1.253 5.315 5.315 0 00-.796-5.363 5.505 5.505 0 00-4.652-1.978 5.482 5.482 0 00-3.22 1.377 5.312 5.312 0 00-1.612 2.67.973.973 0 01-1.18.709c-1.324-.33-2.72.52-3.012 1.827-.092.408-.073.842.054 1.243l.03.12a.971.971 0 01-.38.955 2.871 2.871 0 00-1.15 2.608 2.898 2.898 0 001.404 2.145c.448.265.97.407 1.495.407h5.135v-1.497l-2.561-1.705a1 1 0 011.011-1.725l.101.059 1.45.965v-5.138a1.002 1.002 0 011.998-.117l.007.117v1.588l.293-.294a1.004 1.004 0 011.419 0 1 1 0 01.083 1.322l-.083.094-1.712 1.71v4.621z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-other-tree>span{display:none}.icon-other-water::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.821 8.38l-2.644 3.323a4.291 4.291 0 00-.954 2.712c0 2.403 1.968 4.356 4.389 4.356 2.42 0 4.388-1.953 4.388-4.356 0-.997-.332-1.941-.958-2.717l-2.64-3.318a1.012 1.012 0 00-1.581 0zm-1.067 4.567l1.856-2.335 1.855 2.33c.343.426.52.93.52 1.473a2.369 2.369 0 01-2.373 2.356 2.369 2.369 0 01-2.374-2.356c0-.544.177-1.047.516-1.468zm-14.052 6.647l5.268-6.442a1.012 1.012 0 011.565 0l5.268 6.442a7.598 7.598 0 011.702 4.803c0 4.196-3.48 7.603-7.752 7.603C12.48 32 9 28.593 9 24.397c0-1.755.603-3.46 1.702-4.803zm6.05-4.226l-4.486 5.486a5.607 5.607 0 00-1.251 3.543c0 3.085 2.572 5.603 5.738 5.603 3.166 0 5.737-2.518 5.737-5.603a5.607 5.607 0 00-1.251-3.542l-4.487-5.487zm-2.89 7.936c.556 0 1.007.448 1.007 1 0 .863.315 1.332.889 1.617.33.163.676.235.905.25l.09.003c.556 0 1.007.448 1.007 1s-.451 1-1.007 1a4.346 4.346 0 01-1.896-.464c-1.234-.613-2.003-1.757-2.003-3.406 0-.552.451-1 1.008-1z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-other-water>span{display:none}.icon-pack::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath clip-rule='evenodd' d='M9 16l2-7h18l2 7v15H9V16z' stroke='%23979797' stroke-width='2' stroke-linejoin='round'/%3e%3cpath d='M19.394 20.919L18 21.98V9h4v12.98l-1.394-1.061-.606-.462-.606.462zM9 17h22' stroke='%23979797' stroke-width='2'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 8h18a1 1 0 01.962.725l2 7A1 1 0 0132 16v15a1 1 0 01-1 1H9a1 1 0 01-1-1V16a1 1 0 01.038-.275l2-7A1 1 0 0111 8zm.754 2H17v6h-6.96l1.714-6zM10 18v12h20V18h-7v6l-3-2.286L17 24v-6h-7zm9 0v1.961l1-.761 1 .761V18h-2zm4-2h6.96l-1.715-6H23v6zm-2 0h-2v-6h2v6z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-pack>span{display:none}.icon-payment-cash::before,.icon-cash-green::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.097 10h9.806l.005.194c.13 2.159 2.4 3.767 5.092 3.805v3.002c-2.692.038-4.963 1.646-5.092 3.805l-.005.194h-9.806l-.005-.194c-.13-2.159-2.4-3.767-5.092-3.805v-3.002c2.692-.038 4.963-1.646 5.092-3.805l.005-.194zM10 19.002V21h3.02c0-.99-1.236-1.922-2.906-1.995L10 19.002zm19.886.003l.114-.003V21h-3.02c0-.99 1.236-1.922 2.906-1.995zM13.02 10H10v1.998l.114-.003c1.67-.073 2.905-1.004 2.905-1.995zm16.867 1.995c-1.67-.073-2.907-1.004-2.907-1.995H30v1.998l-.113-.003zM8 23V8h24v15H8zm12-12c-1.763 0-3 1.928-3 4.156 0 2.227 1.237 4.156 3 4.156s3-1.929 3-4.156C23 12.928 21.763 11 20 11zm0 2.195c.447 0 1 .862 1 2.078 0 1.215-.553 2.078-1 2.078-.447 0-1-.863-1-2.078 0-1.216.553-2.078 1-2.078zM32 25v2H8v-2h24zm0 6v-2H8v2h24z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-payment-cash>span,.icon-cash-green>span{display:none}.icon-payment-contrassegno::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 50 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.5 9.5h-43v21h43v-21zM2 8v24h46V8H2z' fill='%234E5152'/%3e%3cpath d='M7.795 22.06c.675 0 1.075-.24 1.435-.625l-.49-.495c-.275.25-.52.41-.92.41-.6 0-1.015-.5-1.015-1.1v-.01c0-.6.425-1.09 1.015-1.09.35 0 .625.15.895.395l.49-.565c-.325-.32-.72-.54-1.38-.54C6.75 18.44 6 19.255 6 20.25v.01c0 1.005.765 1.8 1.795 1.8z' fill='%234E5152'/%3e%3cpath d='M10.849 22.06c1.08 0 1.865-.815 1.865-1.81v-.01c0-.995-.775-1.8-1.855-1.8s-1.865.815-1.865 1.81v.01c0 .995.775 1.8 1.855 1.8zm.01-.71c-.62 0-1.06-.5-1.06-1.1v-.01c0-.6.43-1.09 1.05-1.09.62 0 1.06.5 1.06 1.1v.01c0 .6-.43 1.09-1.05 1.09zM12.797 22h.76v-2.225L15.252 22h.655v-3.5h-.76v2.155l-1.64-2.155h-.71V22z' fill='%234E5152'/%3e%3cpath d='M16.962 22h.77v-2.79h1.065v-.71h-2.9v.71h1.065V22z' fill='%234E5152'/%3e%3cpath d='M18.79 22h.77v-1.12h.604l.75 1.12h.9l-.855-1.25c.445-.165.75-.52.75-1.085v-.01c0-.33-.105-.605-.3-.8-.23-.23-.575-.355-1.02-.355h-1.6V22zm.77-1.8v-1.005h.764c.375 0 .605.17.605.5v.01c0 .295-.215.495-.59.495h-.78z' fill='%234E5152'/%3e%3cpath d='M21.503 22h.785l.32-.785h1.48l.32.785h.804l-1.5-3.525h-.71L21.503 22zm1.38-1.465l.465-1.135.465 1.135h-.93z' fill='%234E5152'/%3e%3cpath d='M26.349 22.05c.755 0 1.285-.39 1.285-1.085v-.01c0-.61-.4-.865-1.11-1.05-.605-.155-.755-.23-.755-.46v-.01c0-.17.155-.305.45-.305.295 0 .6.13.91.345l.4-.58a2.026 2.026 0 00-1.3-.445c-.715 0-1.225.42-1.225 1.055v.01c0 .695.455.89 1.16 1.07.585.15.705.25.705.445v.01c0 .205-.19.33-.505.33-.4 0-.73-.165-1.045-.425l-.455.545c.42.375.955.56 1.485.56z' fill='%234E5152'/%3e%3cpath d='M28.898 22.05c.755 0 1.285-.39 1.285-1.085v-.01c0-.61-.4-.865-1.11-1.05-.605-.155-.755-.23-.755-.46v-.01c0-.17.155-.305.45-.305.295 0 .6.13.91.345l.4-.58a2.026 2.026 0 00-1.3-.445c-.715 0-1.225.42-1.225 1.055v.01c0 .695.455.89 1.16 1.07.585.15.705.25.705.445v.01c0 .205-.19.33-.505.33-.4 0-.73-.165-1.045-.425l-.455.545c.42.375.955.56 1.485.56zM30.252 22h2.665v-.685h-1.9v-.735h1.65v-.685h-1.65v-.71h1.875V18.5h-2.64V22z' fill='%234E5152'/%3e%3cpath d='M34.686 22.06c.64 0 1.135-.25 1.495-.555v-1.52h-1.52v.665h.775v.5c-.195.14-.445.21-.725.21-.62 0-1.06-.47-1.06-1.11v-.01c0-.595.445-1.09 1.005-1.09.405 0 .645.13.915.355l.485-.585c-.365-.31-.745-.48-1.375-.48-1.06 0-1.835.815-1.835 1.81v.01c0 1.035.75 1.8 1.84 1.8zM36.322 22h.76v-2.225L38.777 22h.655v-3.5h-.76v2.155l-1.64-2.155h-.71V22zM41.372 22.06c1.08 0 1.865-.815 1.865-1.81v-.01c0-.995-.775-1.8-1.855-1.8s-1.865.815-1.865 1.81v.01c0 .995.775 1.8 1.855 1.8zm.01-.71c-.62 0-1.06-.5-1.06-1.1v-.01c0-.6.43-1.09 1.05-1.09.62 0 1.06.5 1.06 1.1v.01c0 .6-.43 1.09-1.05 1.09z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:5rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-payment-contrassegno>span{display:none}.icon-payment-fast::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.996 9.874A2 2 0 0030 8H10l-.126.004A2 2 0 008 10v12l.004.127A2 2 0 0010 24h6.016a7.5 7.5 0 1014.947-.247A2 2 0 0032 22V10l-.004-.126zM23.5 17a7.503 7.503 0 00-7.073 5H10v-8h20v6.756A7.497 7.497 0 0023.5 17zm6.5-5l-.001-2H10v2h20zM17.8 24.5a5.7 5.7 0 1111.4 0 5.7 5.7 0 01-11.4 0zm9.407-1.293l-1.414-1.414-3.293 3.292-1.793-1.792-1.414 1.414 3.207 3.207 4.707-4.707z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-payment-fast>span{display:none}.icon-payment-mastercard::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.165 11.216a8.766 8.766 0 11-5.29 15.756l-.07-.055-.067.053a8.72 8.72 0 01-4.534 1.745l-.386.025-.389.008a8.766 8.766 0 110-17.532c1.951 0 3.803.632 5.31 1.778l.065.052.07-.054a8.731 8.731 0 014.53-1.744l.38-.024.381-.008zm0 1.337a7.342 7.342 0 00-4.135 1.263l-.23.162.229.25a8.722 8.722 0 011.683 2.878l.115.355.042.14h-1.401a7.359 7.359 0 00-1.413-2.46l-.264-.289-.011.013a7.433 7.433 0 00-1.554 2.461l-.098.274h-1.402l.043-.143a8.764 8.764 0 011.781-3.228l.221-.244-.23-.163a7.336 7.336 0 00-3.771-1.26l-.34-.009a7.429 7.429 0 000 14.857c1.48 0 2.895-.449 4.11-1.269l.231-.164-.22-.243a8.762 8.762 0 01-1.667-2.872l-.115-.355-.033-.107h1.403a7.427 7.427 0 001.395 2.426l.257.284.015-.014a7.4 7.4 0 001.564-2.462l.083-.234h1.405l-.03.103a8.697 8.697 0 01-1.8 3.233l-.228.248.23.163a7.333 7.333 0 003.79 1.255l.346.008a7.428 7.428 0 100-14.857zm5.84 6.732c-.038-.029-.072-.065-.107-.103-.102-.108-.218-.233-.483-.233H30.346c-.415-.004-1.014-.01-1.362 1.203-.245.857.252 1.637.793 1.637.251-.01.503-.118.657-.226l.097.226h.812L32 18.2h-.793l-.202 1.085zm-6.428-.119c-.194-.118-.329-.138-.58-.138-.251 0-.812.245-.918.937-.126.819.425 1.223 1.198.957l.222.69c-.25.118-.502.177-.918.177-.783 0-1.633-.71-1.247-2.15.285-1.06 1.18-1.45 1.701-1.43.619.024.841.237 1.035.454l-.493.503zm6.108.582c.084.114.126.434.049.69-.136.346-.31.572-.59.572-.26 0-.493-.306-.386-.71.162-.618.696-.867.927-.552zM17.134 18.24h.754l-.155.75h.406l-.135.611h-.387l-.212 1.144c-.04.217-.02.414.415.345l-.048.572c-.164.108-.387.138-.56.138-.174 0-.745-.108-.6-.877l.522-2.683zm10.026 3.548l.518-2.829h.654l.068.28c.117-.14.342-.28.723-.28l-.205.737h-.03c-.19-.003-.519-.007-.732.797l-.234 1.295h-.762zm-7.793-2.838c1.324 0 1.121 1.124 1.034 1.578h-1.643c-.084.623.37.622.67.621h.026c.3 0 .735-.039.85-.069l-.115.582c-.184.099-.648.138-.967.128-1.305 0-1.286-1.252-1.257-1.43l.003-.019c.037-.232.218-1.39 1.399-1.39zm-.56 1.066h.937c.048-.277-.039-.513-.338-.513-.3 0-.513.158-.6.513zm-7.279 1.774l.628-3.412H10.92l-.918 2.071-.145-2.07H8.648L8 21.788h.754l.464-2.465.203 2.465h.715l1.054-2.406-.445 2.406h.783zm4.89-2.17l.175-.571c-.313-.12-.566-.113-.696-.11a1.57 1.57 0 01-.049.001h-.005c-.127 0-1.008-.001-1.145.671-.106.523.082.74.261.819.19.083.326.163.44.23.061.036.116.068.17.095.19.098.155.424-.098.424l-.091.004c-.194.01-.592.033-.904-.073l-.106.582c.348.099.628.099.889.099h.029c.234.002 1.06.01 1.179-.8.062-.413-.116-.6-.26-.69a4.234 4.234 0 00-.542-.305c-.155-.07-.27-.335.01-.414.173-.02.531-.02.744.039zm-4.175.03l.116-.61c.409-.083.658-.09.864-.096a7.27 7.27 0 00.122-.004c1.266 0 1.14.927 1.063 1.312l-.3 1.538h-.705l-.097-.158c-.135.099-.241.148-.628.168-.387.02-.88-.276-.792-.858.185-1.03 1.236-.999 1.631-.987.059.002.103.003.128 0 .078-.382-.15-.387-.389-.391l-.075-.002c-.198-.008-.528.036-.757.066-.073.01-.136.018-.18.022zm1.276.878l-.048-.008c-.14-.026-.385-.072-.6.077-.241.168-.309.464-.057.562.242.095.598-.068.647-.325l.058-.306zm11.599-1.489l-.116.611c.045-.004.107-.013.18-.022.229-.03.56-.074.757-.066l.076.002c.238.004.467.009.388.392-.024.003-.069.001-.127 0-.395-.013-1.446-.045-1.632.986-.087.582.406.878.793.858.387-.02.493-.07.628-.168l.097.158h.705l.3-1.538c.077-.385.203-1.312-1.063-1.312l-.123.004c-.205.006-.454.013-.863.095zm1.112 1.48c-.14-.025-.386-.07-.6.078-.242.168-.31.464-.058.562.242.095.6-.068.648-.325l.058-.306a2.213 2.213 0 01-.048-.008zm-5.807 1.271l.512-2.8h.648l.068.276c.115-.138.338-.276.715-.276l-.194.74-.034-.001c-.191-.004-.52-.01-.73.78l-.231 1.281h-.754z' fill='%234E5152'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M36.5 9.5h-33v21h33v-21zM2 8v24h36V8H2z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-payment-mastercard>span{display:none}.icon-payment-nexi::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.08 22.027l-1.147-.934c-.373.427-.986.934-2 .934-.8 0-1.52-.427-1.84-1.174l5.147-.906c0-.507-.107-.987-.293-1.414-.534-1.253-1.734-2.133-3.227-2.133-1.973 0-3.493 1.413-3.493 3.547 0 2.08 1.493 3.546 3.68 3.546 1.68.027 2.666-.826 3.173-1.466zm-3.307-4.16c.774 0 1.414.346 1.654.96l-3.467.613c.187-1.013.907-1.573 1.813-1.573zM8 16.987s1.68-.56 3.28-.56c2.4 0 3.36.986 3.36 3.04v3.84h-1.733v-3.84c0-.96-.454-1.574-1.6-1.574-.934 0-1.547.267-1.547.267v5.173H8v-6.346zm23.493 6.32h-1.706v-6.694h1.706v6.694zm-2.186-6.694H27.2l-1.6 1.974-.853-1.12c-.427-.56-1.147-.88-1.84-.88h-1.04l2.64 3.333-2.72 3.387h2.08l1.706-2.08.987 1.226c.427.56 1.147.854 1.84.854h1.013l-2.746-3.44 2.64-3.254z' fill='%234E5152'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M36.5 9.5h-33v21h33v-21zM2 8v24h36V8H2z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-payment-nexi>span{display:none}.icon-payment-paypal::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M24.218 14.772a4.639 4.639 0 00-4.22-2.726h-5.794L12 25.272h3.648l-.44 2.645h4.977l.662-3.968h2.52a4.613 4.613 0 004.568-3.868 4.577 4.577 0 00-.893-3.578 4.648 4.648 0 00-2.824-1.731zm-8.35 9.178H13.56l1.764-10.581h4.674c1.404 0 2.66.892 3.125 2.219.182.52.23 1.084.137 1.63a3.295 3.295 0 01-3.262 2.764h-3.47l-.662 3.968zm10.763-4.087a3.295 3.295 0 01-3.263 2.764h-3.642l-.661 3.968h-2.297l.881-5.29H20c.182 0 .362-.015.54-.035a4.603 4.603 0 003.923-3.37c.041-.152.077-.306.103-.464l.001-.007c.031-.185.05-.372.058-.56l.001-.014a4.655 4.655 0 00-.012-.555c0-.01 0-.018-.002-.027v-.018c.54.22 1.02.582 1.382 1.053.564.734.79 1.641.638 2.555z' fill='%234E5152'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M36.5 9.5h-33v21h33v-21zM2 8v24h36V8H2z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-payment-paypal>span{display:none}.icon-payment-safe::before,.icon-safepayments-green::before,.icon-safepayments::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 15.6c0-3.655 3.155-6.6 7-6.6s7 2.945 7 6.6V18H13v-2.4zm12 0c0-2.45-2.11-4.487-4.777-4.595L20 11c-2.77 0-5 2.081-5 4.6v.4h10v-.4zM17 23a3 3 0 114 2.83V28h-2v-2.17A3.001 3.001 0 0117 23zm4 0a1 1 0 10-2 0 1 1 0 002 0z' fill='%234E5152'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 16h20v16l-1 1H11l-1-1V16zm2 2v13h16V18H12z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-payment-safe>span,.icon-safepayments-green>span,.icon-safepayments>span{display:none}.icon-payment-scalapay::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M19.544 26.468l-7.2-8.4a.6.6 0 01.01-.793l3.432-3.804a.6.6 0 01.871-.021l2.917 2.939a.6.6 0 00.852 0l2.917-2.94a.6.6 0 01.871.021l3.433 3.805a.6.6 0 01.01.792l-7.201 8.401a.6.6 0 01-.912 0z' fill='%234E5152'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M36.5 9.5h-33v21h33v-21zM2 8v24h36V8H2z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-payment-scalapay>span{display:none}.icon-payment-visa-electron::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.395 21.08l1.5-6.945H18.11l-1.5 6.945h1.785zm9.945-5.055l-.945 2.61L29 18.62l-.66-2.595zm2.715 5.07h-1.65l-.255-1.035h-2.295l-.375 1.035h-1.89l2.7-6.435a.825.825 0 01.765-.51h1.5l1.5 6.945zm-7.927-4.235c.722.38 1.627.858 1.627 1.955l.03-.03c0 1.44-1.23 2.37-3.12 2.37a6.003 6.003 0 01-1.995-.36l.33-1.5a3.72 3.72 0 001.86.405c.51 0 1.065-.375 1.065-.675 0-.3-.255-.465-.93-.855l-.02-.012c-.673-.388-1.555-.898-1.555-1.878 0-1.35 1.215-2.295 3-2.295a4.86 4.86 0 011.665.3l-.315 1.5a3.464 3.464 0 00-1.77-.3c-.51.06-.75.33-.75.585-.006.324.395.536.878.79zm-8.708 4.22l2.91-6.945H15.5l-2.01 4.725-.765-4.005a.84.84 0 00-.825-.72h-3v.21c.58.13 1.144.327 1.68.585.233.123.39.353.42.615l1.5 5.535h1.92zm13.608 3.419c.42.122.597.443.654.839.008.054.01.11.012.157l.003.06c-.015.49-.147.91-.5 1.243-.35.33-.899.411-1.313.203a.84.84 0 01-.455-.581c-.136-.586-.038-1.132.38-1.59.325-.356.75-.467 1.22-.331zm-.532 2.307c.232-.02.41-.141.54-.318.295-.396.36-.838.234-1.303a.553.553 0 00-.444-.418.75.75 0 00-.693.192c-.295.28-.378.636-.385 1.017V26.033c-.002.042-.003.084.001.125.041.448.314.686.747.648zm-5.957-1.769c-.13-.101-.254-.198-.409-.242a.809.809 0 00-.872.281c-.305.38-.382.814-.257 1.273.1.365.45.523.87.42.142-.035.27-.101.411-.174l.047-.024v.292c.001.033-.019.05-.045.065-.412.237-1.012.265-1.374-.056-.25-.22-.328-.51-.329-.823 0-.544.171-1.02.63-1.365.39-.293.953-.311 1.34-.06.072.046.108.089.069.175-.023.05-.04.102-.056.158a3.288 3.288 0 01-.025.08zm9.201 1.256v-.002a2.19 2.19 0 01-.042-.071 76.289 76.289 0 00-.214-.423c-.184-.36-.367-.719-.536-1.084-.084-.182-.187-.25-.384-.221-.066.01-.091.024-.102.089a389.32 389.32 0 01-.392 2.409c-.013.073.014.083.076.078a.586.586 0 01.125.001c.093.016.122-.025.135-.108.048-.318.1-.636.152-.954l.163-.992.02.035c.011.017.018.027.023.038l.34.676v.002l.213.424.123.243.001.002.003.005v.002c.096.188.191.376.283.566.037.075.093.068.148.061.02-.002.04-.005.06-.003.055.005.058-.035.06-.072 0-.009 0-.018.002-.026l.054-.33.317-1.922v-.002c.018-.11.027-.164.004-.191-.023-.027-.075-.028-.18-.03l-.017-.001c-.092-.002-.106.038-.117.11-.05.328-.104.656-.158.984l-.031.192-.083.508-.011.066-.018-.03-.017-.03zm-12.425.464h.001c.219 0 .432.001.646-.003.09-.002.102.028.09.104l-.002.007c-.035.203-.035.203-.257.203h-.282c-.246 0-.49-.001-.736.002-.1.002-.134-.006-.113-.124.135-.781.26-1.564.383-2.349.013-.082.04-.105.124-.104.373.004.745.004 1.119 0 .084-.001.113.011.097.103l-.003.016c-.032.194-.032.195-.24.195h-.184c-.165.001-.33.002-.493-.002-.068 0-.098.02-.108.084-.03.204-.062.409-.098.612-.011.061.015.065.065.064h.24c.117 0 .234.001.35-.002.07-.001.092.016.093.087v.01c.001.108.002.164-.026.192-.028.03-.086.03-.204.03h-.138a5.537 5.537 0 01-.34-.003c-.081-.004-.106.027-.116.098l-.08.497v.001l-.047.281h.259zm-3.656 0h.001c.219 0 .432.001.646-.003.09-.002.103.028.09.104l-.002.007c-.035.203-.035.203-.257.203h-.282c-.246 0-.49-.001-.736.002-.099.002-.134-.006-.113-.124.135-.781.26-1.564.383-2.349.014-.082.04-.105.124-.104.373.004.745.004 1.119 0 .085-.001.113.011.097.103l-.002.016c-.032.194-.033.195-.24.195h-.185c-.165.001-.33.002-.493-.002-.068 0-.098.02-.108.084-.03.204-.062.409-.098.612-.011.061.015.065.065.064h.241c.116 0 .233.001.35-.002.069-.001.091.016.092.087v.01c.001.108.002.164-.026.192-.028.03-.086.03-.204.03h-.138a5.533 5.533 0 01-.34-.003c-.08-.004-.106.027-.116.098-.025.165-.053.33-.08.498l-.046.281h.258zm7.688-1.95h.096l.079.002c.057.001.115.003.172-.003.12-.013.144.026.125.139-.103.593-.2 1.187-.296 1.782l-.021.134c-.033.2-.03.2.165.21h.02c.118.006.151-.034.168-.143.067-.436.138-.87.209-1.305v-.002c.04-.243.08-.486.118-.73.01-.065.037-.087.106-.085.12.003.24.002.36.002h.142c.215 0 .215-.001.22-.195V24.6c.002-.085-.02-.108-.11-.107-.396.003-.793.003-1.19.003h-.38c-.234 0-.234 0-.265.225l-.002.01c-.009.063.004.078.067.077.072-.002.144-.002.217-.001zm-5.776.217l.087-.529-.084.001a1.931 1.931 0 01-.184-.002c-.075-.006-.096.02-.107.092a351.9 351.9 0 01-.393 2.383c-.014.083.013.102.096.101a45.926 45.926 0 01.955-.002c.11 0 .164 0 .19-.027.026-.025.026-.074.028-.169v-.014c.002-.09-.033-.105-.115-.103-.095.002-.19.002-.285 0a7.92 7.92 0 00-.355.004c-.11.004-.116-.03-.1-.122.09-.534.179-1.07.267-1.61v-.003zm8.671.907c.142-.037.27-.08.386-.159a.753.753 0 00.304-.806c-.06-.244-.268-.4-.593-.448a2.844 2.844 0 00-.437-.021c-.084 0-.169 0-.253-.004-.093-.004-.128.022-.142.115-.115.737-.236 1.471-.357 2.207l-.002.01c-.02.123-.03.185-.004.216.027.031.091.03.221.03l.01-.001c.074 0 .1-.024.11-.094.046-.3.096-.6.148-.9a.215.215 0 00.002-.033c0-.04 0-.083.068-.084h.025c.063-.003.12-.006.163.075.106.202.219.4.331.599l.133.233c.125.226.126.226.38.173l.011-.002c.095-.019.1-.044.055-.121-.14-.24-.275-.48-.413-.726l-.146-.259zm-.485-.268c-.052 0-.052-.025-.046-.062l.003-.021v-.001c.04-.24.078-.479.116-.719.005-.039.023-.055.065-.053h.162v.003h.04a.962.962 0 01.085 0c.234.016.376.126.403.31a.448.448 0 01-.285.49c-.145.054-.297.053-.449.053h-.094z' fill='%234E5152'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M36.5 9.5h-33v21h33v-21zM2 8v24h36V8H2z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-payment-visa-electron>span{display:none}.icon-payment-visa::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.895 16.535l-1.5 6.945H16.61l1.5-6.945h1.785zm7.5 4.5l.945-2.61.66 2.595-1.605.015zm2.01 2.46h1.65l-1.5-6.945h-1.5a.825.825 0 00-.765.51l-2.7 6.435h1.89l.375-1.035h2.295l.255 1.035zm-4.65-2.28c0-1.83-2.52-1.935-2.505-2.745 0-.255.24-.525.75-.585a3.464 3.464 0 011.77.3l.315-1.5a4.86 4.86 0 00-1.665-.3c-1.785 0-3 .945-3 2.295 0 .99.9 1.5 1.575 1.89.675.39.93.555.93.855 0 .3-.555.675-1.065.675a3.72 3.72 0 01-1.86-.405l-.33 1.5a6 6 0 001.995.36c1.89 0 3.12-.93 3.12-2.37m-7.455-4.65l-2.91 6.945H12.5L11 17.945a.795.795 0 00-.42-.615 7.887 7.887 0 00-1.68-.585v-.21h3a.84.84 0 01.825.72l.765 4.005 2.01-4.725h1.83z' fill='%234E5152'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M36.5 9.5h-33v21h33v-21zM2 8v24h36V8H2z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-payment-visa>span{display:none}.icon-payment-wallet::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.007 10.883A1 1 0 019 10h21l.117.007A1 1 0 0131 11v5a1 1 0 011 1v6a1 1 0 01-1 1v5l-.007.117A1 1 0 0130 30H9l-.117-.007A1 1 0 018 29V11l.007-.117zM29 24h-6a4 4 0 010-8h6v-4H10v16h19v-4zm1-2h-7a2 2 0 01-2-2l.006-.15A2 2 0 0123 18h7v4z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-payment-wallet>span{display:none}.icon-product-advantages::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 18.059l10 4.583v10.8L9 28.858v-10.8zm12 15.409l10.5-4.62V18.033L21 22.653v10.815zm-.992-12.564l10.02-4.408-2.434-1.082.812-1.828L33.5 15.85v14.303l-13.508 5.943L7 30.142V15.85l5.094-2.264.812 1.828-2.475 1.1 9.577 4.39z' fill='%234E5152'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.251 2.984l2.667 4.666 4.585 1.31-3.199 3.839.689 4.821-4.742-2.032-4.741 2.032.689-4.821L13 8.96l4.585-1.31 2.666-4.666zm0 4.032L18.918 9.35l-2.415.69 1.801 2.161-.311 2.179 2.258-.968 2.259.968-.311-2.179L24 10.04l-2.415-.69-1.334-2.334z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-product-advantages>span{display:none}.icon-product-bag::before,.icon-cart-white::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%234E5152' viewBox='0 0 40 40'%3e%3cpath d='M26.5 12.4c-.2-1.5-.9-2.8-1.9-3.8-1.2-1.1-2.8-1.7-4.6-1.7-3.1 0-5.6 2.3-6 5.5H9.9v19.2h20.2V12.4h-3.6zm-10.5.1c.4-2.2 2-3.6 4-3.6 1.3 0 2.5.4 3.3 1.2.7.6 1.1 1.4 1.3 2.4v.1H16v-.1zm12 17.1H11.9V14.4h16.3L28 29.6z'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-product-bag>span,.icon-cart-white>span{display:none}.icon-product-boutiques::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M30 8a1 1 0 011 1v21h1v2H8v-2h1V9a1 1 0 011-1h20zM11 30h5v-9a1 1 0 011-1h6a1 1 0 011 1v9h5V14.663a3.486 3.486 0 01-1.5.337 3.49 3.49 0 01-2.5-1.05A3.49 3.49 0 0122.5 15a3.49 3.49 0 01-2.5-1.05A3.49 3.49 0 0117.5 15a3.49 3.49 0 01-2.5-1.05A3.49 3.49 0 0112.5 15c-.537 0-1.045-.12-1.5-.337V30zm11 0v-8h-4v8h4zm7-20v1.5a1.5 1.5 0 01-1.5 1.5l-.145-.007A1.5 1.5 0 0126 11.5V10h3zm-5 0v1.5a1.5 1.5 0 01-1.5 1.5l-.145-.007A1.5 1.5 0 0121 11.5V10h3zm-5 1.5V10h-3v1.5a1.5 1.5 0 001.355 1.493L17.5 13a1.5 1.5 0 001.5-1.5zM11 10h3v1.5a1.5 1.5 0 01-1.5 1.5l-.145-.007A1.5 1.5 0 0111 11.5V10z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-product-boutiques>span{display:none}.icon-product-delivery::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.5 8v15.111a4.507 4.507 0 013.389 3.389H32v2H16.889A4.502 4.502 0 018 27.5a4.502 4.502 0 013.5-4.389V10H8V8h5.5zM10 27.5a2.5 2.5 0 115 0 2.5 2.5 0 01-5 0zM24 11h4a1 1 0 011 1v11a1 1 0 01-1 1H18a1 1 0 01-1-1V12a1 1 0 011-1h6zm-2 2v3h2v-3h3v9h-8v-9h3z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-product-delivery>span{display:none}.icon-product-expired::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cmask id='a' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='40' height='40'%3e%3crect width='40' height='40' rx='20' fill='white'/%3e%3c/mask%3e%3cg mask='url(%23a)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.145 32.009c.942 0 1.855-.114 2.736-.31l.767 2.389a15.183 15.183 0 01-3.503.423c-8.176 0-14.827-6.455-14.827-14.39 0-7.055 5.264-12.922 12.176-14.14V3.81c0-.574.419-.81.931-.521l2.063 1.155c.514.29 1.352.759 1.864 1.044l2.064 1.157c.512.286.512.756 0 1.045l-2.064 1.155-.776.435-1.088.61-2.063 1.156c-.512.287-.931.053-.931-.521V8.532c-5.482 1.178-9.597 5.92-9.597 11.59 0 6.554 5.495 11.887 12.248 11.887zm7.026-25.44a.914.914 0 011.23-.321.859.859 0 01.323 1.19l-1.418 2.388a.908.908 0 01-1.221.313.853.853 0 01-.33-1.187l1.416-2.384zm7.272 5.543a.916.916 0 00-1.232-.319l-2.456 1.378a.853.853 0 00-.325 1.186.908.908 0 001.221.321l2.456-1.377a.86.86 0 00.336-1.189zm1.31 7.138l-2.837.003c-.494 0-.898.389-.894.87-.002.48.4.868.894.868h2.837c.497 0 .899-.387.9-.867a.89.89 0 00-.9-.874zm-1.31 8.88a.919.919 0 01-1.232.32l-2.456-1.378a.85.85 0 01-.325-1.185.906.906 0 011.221-.321l2.456 1.377c.432.24.58.773.336 1.187zm-7.272 5.547a.917.917 0 001.23.32.86.86 0 00.323-1.19l-1.418-2.388a.903.903 0 00-1.221-.313.851.851 0 00-.33 1.186l1.416 2.385zm-2.81-18.55L19.52 18.26a1.932 1.932 0 00-.375-.037c-1.08 0-1.955.85-1.955 1.897 0 1.048.875 1.898 1.955 1.898 1.079 0 1.954-.85 1.954-1.898 0-.125-.014-.246-.036-.362l3.225-3.729c.222-.258.213-.652-.021-.88-.234-.226-.643-.236-.906-.021z' fill='%234E5152'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-product-expired>span{display:none}.icon-product-gift-card::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.962 14.008l-5.513 1.477 2.88 10.748 2.413-.647a8.567 8.567 0 01-.657-.283c-.743-.365-1.27-1.136-1.442-1.95-.152-.733-.063-1.495.516-2.18.385-.45.886-.761 1.445-.902l.019-.005a3.147 3.147 0 012.071.207l-1.732-6.465zm1.932-.518l1.778 6.638a3.147 3.147 0 011.834-1.438l.018-.005a2.802 2.802 0 011.703.057c.844.305 1.302.92 1.537 1.631.258.79.187 1.722-.274 2.41a8.56 8.56 0 01-.427.574l14.17-3.797-2.88-10.748-17.46 4.678zm1.465 13.197l-5.512 1.477.737 2.752 5.513-1.477-.738-2.752zm2.67 2.235l-.738-2.752 17.46-4.678.737 2.751-17.46 4.679zM3 14.07l5.17 19.296 28.768-7.708-5.17-19.296L3 14.07zm14.548 6.554a.79.79 0 00-.478-.015c-.312.091-.57.311-.71.604-.188.401-.373 1.267-.431 2.288a6.538 6.538 0 001.908-1.844c.068-.102.115-.389.026-.662-.045-.134-.134-.306-.315-.371zm-6.454 1.586a.79.79 0 00-.406.252c-.125.147-.116.34-.088.479.06.282.243.506.354.56a6.537 6.537 0 002.574.644c-.56-.856-1.154-1.513-1.516-1.767a1.147 1.147 0 00-.918-.168z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-product-gift-card>span{display:none}.icon-product-pack::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.22 8h19.56L32 16.877V32H8V16.877L10.22 8zm1.56 2l-1.5 6H17v-6h-5.22zM19 10v6h2v-6h-2zm4 0v6h6.72l-1.5-6H23zm7 8h-7v6.914l-3-3-3 3V18h-7v12h20V18zm-11 0v2.086l1-1 1 1V18h-2z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-product-pack>span{display:none}.icon-product-recyclable::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.986 19.033a9.986 9.986 0 012.026-5.122 10.039 10.039 0 015.365-3.574 10.067 10.067 0 016.44.421 10.026 10.026 0 014.851 4.241l1.73-1.002a12.026 12.026 0 00-5.817-5.088 12.068 12.068 0 00-7.72-.504 12.039 12.039 0 00-6.434 4.286 11.986 11.986 0 00-2.408 5.928l-1.414-1.893-1.606 1.192 3.51 4.702 4.716-3.5-1.197-1.603-2.042 1.516zm23.444 4.099l-1.484-1.877a11.986 11.986 0 01-2.422 6.054 12.039 12.039 0 01-6.434 4.286 12.067 12.067 0 01-7.72-.504 12.027 12.027 0 01-5.818-5.088l1.73-1.002a10.027 10.027 0 004.852 4.241c2.041.843 4.305.991 6.44.42a10.038 10.038 0 005.365-3.573 9.985 9.985 0 002.03-5.157l-1.983 1.558-1.24-1.569 4.616-3.629 3.64 4.604-1.572 1.236z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-product-recyclable>span{display:none}.icon-product-returning::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M31 10H16a1 1 0 00-1 1v4h-3.143a1 1 0 00-.724.31l-2.857 3A1 1 0 008 19v7a1 1 0 001 1 4 4 0 008 0h6a4 4 0 008 0 1 1 0 001-1V11a1 1 0 00-1-1zm-21 9.399v4.955A3.99 3.99 0 0113 23c.729 0 1.412.195 2 .535V17h-2.715L10 19.399zM13 29a2 2 0 100-4 2 2 0 000 4zm16-2a2 2 0 11-4 0 2 2 0 014 0zm-5.465-2A3.998 3.998 0 0130 24.354V12H17v13h6.535z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-product-returning>span{display:none}.icon-product-sale-symbol-framed::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.316 33.724a3.636 3.636 0 002.899-.05l2.246-1.022a1.296 1.296 0 011.08 0l2.245 1.021c.913.414 1.97.434 2.898.05a3.65 3.65 0 002.015-2.085l.867-2.309c.132-.352.41-.631.763-.764l2.31-.867a3.65 3.65 0 002.085-2.015 3.656 3.656 0 00-.05-2.897l-1.02-2.248a1.3 1.3 0 010-1.079l1.02-2.246c.416-.914.435-1.97.05-2.897A3.65 3.65 0 0031.64 12.3l-2.31-.866a1.309 1.309 0 01-.764-.763L27.7 8.36a3.65 3.65 0 00-2.015-2.085 3.656 3.656 0 00-2.898.05l-2.246 1.02a1.296 1.296 0 01-1.08 0l-2.247-1.02a3.647 3.647 0 00-2.897-.05 3.65 3.65 0 00-2.015 2.084l-.867 2.31c-.132.352-.41.63-.763.764l-2.31.867a3.65 3.65 0 00-2.085 2.015 3.656 3.656 0 00.05 2.897l1.02 2.248a1.3 1.3 0 010 1.08l-1.02 2.246a3.646 3.646 0 00-.05 2.897 3.65 3.65 0 002.084 2.015l2.31.867c.352.132.63.41.764.763l.867 2.31a3.65 3.65 0 002.015 2.085zM15.21 8.43c.162-.066.331-.1.5-.1.184 0 .367.04.54.118l2.246 1.02a3.641 3.641 0 003.011 0l2.247-1.02a1.29 1.29 0 011.04-.018c.337.14.595.406.723.748l.866 2.31a3.637 3.637 0 002.13 2.129l2.309.867c.341.128.607.385.747.723.14.338.135.707-.017 1.04l-1.02 2.245a3.636 3.636 0 000 3.012l1.021 2.246c.152.332.158.7.018 1.04-.14.337-.406.594-.748.723l-2.31.866a3.636 3.636 0 00-2.13 2.129l-.866 2.31a1.294 1.294 0 01-.724.747 1.29 1.29 0 01-1.04-.017l-2.244-1.02a3.632 3.632 0 00-3.012 0l-2.246 1.02a1.29 1.29 0 01-1.04.018 1.298 1.298 0 01-.724-.748l-.865-2.309a3.636 3.636 0 00-2.13-2.13l-2.31-.866a1.294 1.294 0 01-.747-.724 1.29 1.29 0 01.017-1.04l1.02-2.244a3.636 3.636 0 000-3.012l-1.02-2.246a1.293 1.293 0 01-.018-1.04c.14-.338.406-.596.748-.724l2.309-.866a3.64 3.64 0 002.13-2.13l.865-2.309c.129-.342.385-.608.724-.748zM14.167 16.5a2.336 2.336 0 002.333 2.334 2.336 2.336 0 002.334-2.334 2.336 2.336 0 00-2.334-2.334 2.336 2.336 0 00-2.333 2.334zm9.335 9.334a2.336 2.336 0 01-2.334-2.333 2.336 2.336 0 012.334-2.334 2.336 2.336 0 012.334 2.334 2.336 2.336 0 01-2.334 2.333zM15.8 25.6a1.165 1.165 0 001.634-.233l7.001-9.335a1.167 1.167 0 00-1.867-1.4l-7.001 9.335A1.167 1.167 0 0015.8 25.6z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-product-sale-symbol-framed>span{display:none}.icon-product-sale-symbol::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.713 30.467a1.412 1.412 0 01-.16-1.892l.088-.104L27.46 9.325a1.412 1.412 0 012.155 1.82l-.088.103-17.818 19.147a1.412 1.412 0 01-1.995.072zm8.712-16.323c0-2.84-2.334-5.144-5.212-5.144C10.333 9 8 11.303 8 14.144s2.334 5.144 5.213 5.144 5.212-2.303 5.212-5.144zm-7.602 0c0-1.273 1.062-2.32 2.39-2.32s2.389 1.047 2.389 2.32-1.062 2.32-2.39 2.32c-1.327 0-2.389-1.047-2.389-2.32zm15.132 6.287c2.879 0 5.212 2.303 5.212 5.144s-2.333 5.145-5.212 5.145c-2.88 0-5.213-2.304-5.213-5.145 0-2.84 2.334-5.144 5.213-5.144zm0 2.824c-1.328 0-2.39 1.047-2.39 2.32 0 1.274 1.062 2.32 2.39 2.32s2.389-1.046 2.389-2.32c0-1.273-1.062-2.32-2.39-2.32z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-product-sale-symbol>span{display:none}.icon-product-shipping::before,.icon-shipping-green::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 10h17v5h3.414L32 18.586V27h-1a4 4 0 01-8 0h-6a4 4 0 01-8 0H8V10zm22 9.414v4.94A3.99 3.99 0 0027 23c-.729 0-1.412.195-2 .535V17h2.586L30 19.414zM27 29a2 2 0 110-4 2 2 0 010 4zm-4-4h-6.535A3.998 3.998 0 0010 24.354V12h13v13zm-10 0a2 2 0 100 4 2 2 0 000-4z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-product-shipping>span,.icon-shipping-green>span{display:none}.icon-promo-outline::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.8 36.8'%3e%3cstyle%3e.st0%7bfill:white%7d%3c/style%3e%3cg%3e%3cpath class='st0' d='M18.4 0C8.2 0 0 8.2 0 18.4c0 9.5 7.2 17.4 16.5 18.3.2.1.4.1.6.1 2.3.1 3.6-.1 5.6-.7 3.9-1 7.6-3.2 8.3-6.3.3-1.1-.5-2.3-1.8-2.5h-.1c-1.2-.2-2 .8-2.2 1.9-.3 1.8-.9 3.2-1.9 4.1-2.1.9-4.3 1.4-6.7 1.4-9 0-16.3-7.3-16.3-16.3S9.3 2.1 18.3 2.1s16.3 7.3 16.3 16.3c0 3.3-1 6.3-2.6 8.9.5.6.7 1.4.6 2.1l-.3.9c2.8-3.2 4.4-7.4 4.4-12C36.8 8.2 28.6 0 18.4 0z'/%3e%3cpath class='st0' d='M12.2 26.2l13.4-14.4.1-.1c.3-.4.3-1-.1-1.4-.4-.4-1.1-.4-1.5.1L10.6 24.8l-.1.1c-.3.4-.3 1 .1 1.4.5.3 1.2.3 1.6-.1zM22.9 26.4c2.2 0 3.9-1.7 3.9-3.9 0-2.1-1.8-3.9-3.9-3.9-2.2 0-3.9 1.7-3.9 3.9s1.7 3.9 3.9 3.9zm0-5.6c1 0 1.8.8 1.8 1.7s-.8 1.7-1.8 1.7-1.8-.8-1.8-1.7.8-1.7 1.8-1.7zM17.2 14c0-2.1-1.8-3.9-3.9-3.9-2.2 0-3.9 1.7-3.9 3.9 0 2.1 1.8 3.9 3.9 3.9 2.2 0 3.9-1.8 3.9-3.9zm-5.7 0c0-1 .8-1.7 1.8-1.7s1.8.8 1.8 1.7c0 1-.8 1.7-1.8 1.7s-1.8-.7-1.8-1.7z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;width:3.68rem;height:3.68rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-promo-outline>span{display:none}.icon-right::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M26.813 19.743l-7.778-7.779a1 1 0 00-1.492 1.327l.078.088 6.364 6.364-6.364 6.364a1 1 0 00-.078 1.327l.078.087a1 1 0 001.327.078l.087-.078 7.778-7.778z' fill='black'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-right>span{display:none}.icon-service-formaldehyde-free::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M35 5H5v30h30V5zM3 3v34h34V3H3z' fill='%234E5152'/%3e%3cpath d='M11 9.5L5 3.646 3.586 5.061 9.5 11 11 9.5zM36.414 34.94l-8-8L27 28.5l8 7.854 1.414-1.415z' fill='%234E5152'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.67 10L30 13.27v6.452l-5.543 3.236-4.8-2.675-3.32 1.723v4.332l3.357 1.899 3.806-1.9v2.038l-3.844 2.139-5.319-3.01v-5.498L10 19.756v-6.51l5.337-3.02 5.338 3.02v5.315l3.76 2.095L28 18.574v-4.185l-3.33-2.114V10zm-5.995 8.54v-4.127l-3.338-1.889L12 14.413v4.127l3.337 1.732 3.338-1.732z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-service-formaldehyde-free>span{display:none}.icon-service-italy::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3e%3cpath fill='none' d='M5 35h30V5H5v30zm5-22h20v14H10V13z'/%3e%3cpath fill='white' d='M17.8 14.5h4.5v11h-4.5z'/%3e%3cpath fill='%23498f4e' d='M11.5 14.5h4.8v11h-4.8z'/%3e%3cpath fill='%23db393d' d='M23.8 14.5h4.8v11h-4.8z'/%3e%3cpath d='M3 3v34h34V3H3zm32 32H5V5h30v30z' fill='%234e5152'/%3e%3cpath d='M10 13v14h20V13H10zm18.5 12.5h-4.8v-11h4.8v11zm-12.3 0h-4.8v-11h4.8v11zm6 0h-4.5v-11h4.5v11z' fill='%234e5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-service-italy>span{display:none}.icon-service-original-95::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M35 5H5v30h30V5zM3 3v34h34V3H3z' fill='%234E5152'/%3e%3cpath d='M13.553 24.628c.424 0 .825.067 1.204.202.379.133.714.342 1.005.629.293.286.523.66.689 1.122.168.46.253 1.016.256 1.669a5.222 5.222 0 01-.224 1.609c-.15.473-.364.877-.643 1.21-.277.334-.61.59-1.001.768a3.125 3.125 0 01-1.3.262c-.537 0-1.01-.103-1.417-.308a2.571 2.571 0 01-.973-.832 2.4 2.4 0 01-.422-1.16h1.945c.048.22.152.38.313.479.161.097.346.145.554.145.417 0 .72-.18.913-.54.194-.362.292-.845.294-1.448h-.042a1.488 1.488 0 01-.42.571c-.186.159-.404.28-.653.366a2.415 2.415 0 01-.788.128c-.438 0-.822-.098-1.15-.295a2.087 2.087 0 01-.771-.813 2.492 2.492 0 01-.28-1.179c-.003-.516.119-.968.365-1.357.246-.388.588-.69 1.026-.905.438-.215.945-.323 1.52-.323zm.014 1.491a.984.984 0 00-.884.5 1.033 1.033 0 00-.124.523c.002.194.046.368.131.522a.994.994 0 00.355.366c.152.09.326.135.522.135a.967.967 0 00.72-.291.999.999 0 00.214-.327c.052-.126.077-.26.075-.405a1.064 1.064 0 00-.135-.522.984.984 0 00-.874-.5zm6.453 5.98c-.559 0-1.055-.098-1.488-.294a2.517 2.517 0 01-1.02-.82 2.065 2.065 0 01-.376-1.2h1.918c.007.25.104.45.291.6.19.148.415.223.675.223.201 0 .379-.043.533-.128a.938.938 0 00.362-.37 1.1 1.1 0 00.128-.553 1.09 1.09 0 00-.128-.554.913.913 0 00-.362-.366 1.058 1.058 0 00-.533-.131c-.208 0-.401.05-.579.152a.912.912 0 00-.387.416l-1.733-.341.284-4.006h4.886v1.577h-3.267l-.142 1.605h.043c.114-.22.31-.402.59-.547.279-.147.603-.22.973-.22.433 0 .819.1 1.157.302.341.201.61.48.806.834.2.353.297.76.295 1.222.002.507-.118.956-.362 1.35-.242.39-.581.697-1.02.92-.437.22-.952.33-1.544.33zm7.49-1.463v-.383c0-.308.066-.592.198-.852.135-.26.33-.47.586-.629.256-.159.567-.238.934-.238.377 0 .693.078.948.235.258.156.454.364.586.625.133.26.199.546.199.859v.383c0 .308-.067.592-.202.853-.133.26-.328.47-.586.628-.258.159-.573.238-.945.238s-.685-.08-.941-.238a1.564 1.564 0 01-.582-.628 1.878 1.878 0 01-.196-.853zm1.235-.383v.383c0 .135.033.27.1.402.068.13.196.195.383.195.197 0 .326-.064.387-.192a.894.894 0 00.096-.405v-.383a1 1 0 00-.089-.412c-.059-.133-.19-.199-.394-.199-.187 0-.315.066-.383.199a.91.91 0 00-.1.412zm-5.043-3.779v-.383c0-.313.068-.599.203-.86.137-.26.334-.468.59-.625.255-.156.564-.234.926-.234.377 0 .693.078.948.235.259.156.454.364.586.625.133.26.2.546.2.859v.383c0 .313-.068.598-.203.856a1.517 1.517 0 01-.586.618c-.258.154-.573.231-.945.231-.371 0-.685-.078-.94-.234a1.546 1.546 0 01-.583-.622 1.857 1.857 0 01-.195-.849zm1.25-.383v.383c0 .142.034.277.1.405s.19.192.37.192c.196 0 .325-.064.386-.192a.893.893 0 00.096-.405v-.383a1 1 0 00-.089-.412c-.059-.133-.19-.199-.394-.199-.187 0-.312.069-.376.206a.968.968 0 00-.093.405zM24.306 32l5-7.273h1.009l-5 7.273h-1.009z' fill='%234E5152'/%3e%3cpath d='M4.5 20h31' stroke='%234E5152' stroke-width='2' stroke-linejoin='bevel'/%3e%3cpath d='M22.273 20.202c-.143-1.057.006-3.43 1.737-5.513m2.347-2.803c-.995.92-1.82 1.824-2.347 2.803m0 0l-1.083-2.268 1.377-2.877 5.813-.47-1.252 4.361-2.49 1.658-2.365-.404z' stroke='%234E5152' stroke-width='2'/%3e%3cpath d='M22.5 20c-.395-1.166-1.363-3.547-3.796-5.27M14.224 13c1.533.466 3.413.975 4.48 1.73m0 0l-1.321-3.673-3.16-1.956-5.212 2.345 3.272 4.43 3.168.476 3.253-1.622z' stroke='%234E5152' stroke-width='2'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-service-original-95>span{display:none}.icon-service-original-96::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M35 5H5v30h30V5zM3 3v34h34V3H3z' fill='%234E5152'/%3e%3cpath d='M13.475 24.628c.424 0 .825.067 1.204.202.379.133.714.342 1.005.629.293.286.523.66.689 1.122.168.46.253 1.016.255 1.669a5.222 5.222 0 01-.223 1.609c-.15.473-.364.877-.643 1.21-.277.334-.61.59-1.002.768a3.124 3.124 0 01-1.3.262c-.537 0-1.009-.103-1.416-.308a2.57 2.57 0 01-.973-.832 2.4 2.4 0 01-.423-1.16h1.946c.048.22.152.38.313.479.16.097.345.145.554.145.416 0 .72-.18.912-.54.195-.362.293-.845.295-1.448h-.042a1.488 1.488 0 01-.42.571c-.186.159-.404.28-.653.366a2.415 2.415 0 01-.788.128c-.438 0-.822-.098-1.15-.295a2.089 2.089 0 01-.771-.813 2.493 2.493 0 01-.28-1.179c-.003-.516.119-.968.365-1.357.246-.388.588-.69 1.026-.905.438-.215.945-.323 1.52-.323zm.014 1.491a.984.984 0 00-.884.5 1.032 1.032 0 00-.124.523c.002.194.046.368.131.522a.994.994 0 00.355.366c.152.09.326.135.522.135a.967.967 0 00.72-.291.999.999 0 00.214-.327c.052-.126.077-.26.075-.405a1.064 1.064 0 00-.135-.522.984.984 0 00-.874-.5zm6.58 5.98a3.65 3.65 0 01-1.207-.198 2.731 2.731 0 01-1.008-.636c-.294-.289-.525-.665-.693-1.13-.166-.463-.247-1.026-.245-1.686.003-.59.078-1.12.227-1.591.152-.471.366-.872.643-1.204.28-.331.613-.585 1.002-.76a3.08 3.08 0 011.296-.266c.535 0 1.006.103 1.413.309.407.206.732.482.973.827.244.344.386.722.426 1.137H20.95a.654.654 0 00-.312-.451 1.052 1.052 0 00-.554-.146c-.415 0-.719.18-.913.54-.192.36-.29.833-.295 1.42h.043c.092-.222.232-.413.42-.572.186-.158.404-.28.652-.365.25-.086.512-.128.789-.128.44 0 .825.1 1.154.298.331.199.59.471.774.817.185.346.276.74.274 1.186.002.52-.121.977-.37 1.367-.246.39-.588.694-1.026.91-.438.215-.944.322-1.516.322zm-.014-1.491c.197 0 .37-.045.522-.135a.944.944 0 00.36-.37c.087-.156.13-.333.127-.532a1.032 1.032 0 00-.128-.533.944.944 0 00-.359-.369 1.003 1.003 0 00-.522-.135 1.02 1.02 0 00-.4.078.907.907 0 00-.317.217c-.09.092-.16.202-.213.33-.05.126-.076.263-.078.412.002.199.047.376.135.533a.978.978 0 00.873.504zm7.532.028v-.383c0-.308.067-.592.2-.852.134-.26.33-.47.585-.629.256-.159.567-.238.934-.238.377 0 .693.078.948.235.258.156.454.364.586.625.133.26.2.546.2.859v.383c0 .308-.068.592-.203.853-.133.26-.328.47-.586.628-.258.159-.573.238-.945.238s-.685-.08-.94-.238a1.564 1.564 0 01-.583-.628 1.879 1.879 0 01-.196-.853zm1.236-.383v.383c0 .135.033.27.1.402.068.13.196.195.383.195.197 0 .326-.064.387-.192a.894.894 0 00.096-.405v-.383a1 1 0 00-.089-.412c-.059-.133-.19-.199-.394-.199-.187 0-.315.066-.383.199a.91.91 0 00-.1.412zm-5.042-3.779v-.383c0-.313.067-.599.202-.86.137-.26.334-.468.59-.625.255-.156.564-.234.926-.234.377 0 .693.078.949.235.258.156.453.364.585.625.133.26.2.546.2.859v.383c0 .313-.068.598-.203.856a1.516 1.516 0 01-.586.618c-.258.154-.573.231-.945.231-.371 0-.685-.078-.94-.234a1.546 1.546 0 01-.583-.622 1.857 1.857 0 01-.195-.849zm1.25-.383v.383c0 .142.033.277.1.405.065.128.189.192.368.192.197 0 .326-.064.388-.192a.894.894 0 00.095-.405v-.383a1 1 0 00-.088-.412c-.06-.133-.191-.199-.395-.199-.187 0-.312.069-.376.206a.968.968 0 00-.092.405zM24.384 32l5-7.273h1.009l-5 7.273h-1.009z' fill='%234E5152'/%3e%3cpath d='M4.5 20h31' stroke='%234E5152' stroke-width='2' stroke-linejoin='bevel'/%3e%3cpath d='M22.273 20.202c-.143-1.057.006-3.43 1.737-5.513m2.347-2.803c-.995.92-1.82 1.824-2.347 2.803m0 0l-1.083-2.268 1.377-2.877 5.813-.47-1.252 4.361-2.49 1.658-2.365-.404z' stroke='%234E5152' stroke-width='2'/%3e%3cpath d='M22.5 20c-.395-1.166-1.363-3.547-3.796-5.27M14.224 13c1.533.466 3.413.975 4.48 1.73m0 0l-1.321-3.673-3.16-1.956-5.212 2.345 3.272 4.43 3.168.476 3.253-1.622z' stroke='%234E5152' stroke-width='2'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-service-original-96>span{display:none}.icon-service-original-97::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M35 5H5v30h30V5zM3 3v34h34V3H3z' fill='%234E5152'/%3e%3cpath d='M14.444 24.628c.424 0 .825.067 1.204.202.378.133.713.342 1.005.629.293.286.523.66.689 1.122.168.46.253 1.016.255 1.669a5.222 5.222 0 01-.224 1.609c-.149.473-.363.877-.642 1.21-.277.334-.611.59-1.002.768a3.125 3.125 0 01-1.3.262c-.537 0-1.01-.103-1.416-.308a2.57 2.57 0 01-.973-.832 2.398 2.398 0 01-.423-1.16h1.946c.047.22.152.38.313.479.16.097.345.145.554.145.416 0 .72-.18.912-.54.194-.362.293-.845.295-1.448h-.043a1.49 1.49 0 01-.419.571c-.187.159-.405.28-.653.366a2.415 2.415 0 01-.788.128c-.438 0-.822-.098-1.151-.295a2.088 2.088 0 01-.77-.813 2.49 2.49 0 01-.281-1.179c-.002-.516.12-.968.366-1.357.246-.388.588-.69 1.026-.905.438-.215.944-.323 1.52-.323zm.014 1.491a.984.984 0 00-.884.5 1.031 1.031 0 00-.124.523c.002.194.046.368.13.522a.993.993 0 00.356.366c.152.09.325.135.522.135a.968.968 0 00.934-.618c.052-.126.077-.26.075-.405a1.064 1.064 0 00-.135-.522.984.984 0 00-.874-.5zM18.13 32l2.855-5.653v-.043h-3.352v-1.577h5.398v1.577L20.16 32H18.13zm9.489-1.364v-.383c0-.308.066-.592.199-.852.134-.26.33-.47.585-.629.256-.159.568-.238.934-.238.377 0 .693.078.949.235.258.156.453.364.586.625.132.26.198.546.198.859v.383c0 .308-.067.592-.202.853-.133.26-.328.47-.586.628-.258.159-.573.238-.945.238-.371 0-.685-.08-.94-.238a1.564 1.564 0 01-.583-.628 1.879 1.879 0 01-.195-.853zm1.236-.383v.383a.89.89 0 00.099.402c.069.13.196.195.383.195.197 0 .326-.064.387-.192a.892.892 0 00.096-.405v-.383a1 1 0 00-.088-.412c-.06-.133-.19-.199-.395-.199-.187 0-.314.066-.383.199a.912.912 0 00-.1.412zm-5.043-3.779v-.383c0-.313.067-.599.202-.86.138-.26.334-.468.59-.625.256-.156.564-.234.927-.234.376 0 .692.078.948.235.258.156.453.364.586.625.132.26.199.546.199.859v.383c0 .313-.068.598-.203.856a1.516 1.516 0 01-.586.618c-.258.154-.573.231-.944.231-.372 0-.686-.078-.941-.234a1.546 1.546 0 01-.583-.622 1.857 1.857 0 01-.195-.849zm1.25-.383v.383c0 .142.033.277.1.405.066.128.189.192.369.192.196 0 .325-.064.387-.192a.894.894 0 00.096-.405v-.383a1 1 0 00-.09-.412c-.058-.133-.19-.199-.393-.199-.187 0-.313.069-.377.206a.969.969 0 00-.092.405zM24.416 32l5-7.273h1.008l-5 7.273h-1.008z' fill='%234E5152'/%3e%3cpath d='M4.5 20h31' stroke='%234E5152' stroke-width='2' stroke-linejoin='bevel'/%3e%3cpath d='M22.273 20.202c-.143-1.057.006-3.43 1.737-5.513m2.347-2.803c-.995.92-1.82 1.824-2.347 2.803m0 0l-1.083-2.268 1.377-2.877 5.813-.47-1.252 4.361-2.49 1.658-2.365-.404z' stroke='%234E5152' stroke-width='2'/%3e%3cpath d='M22.5 20c-.395-1.166-1.363-3.547-3.796-5.27M14.224 13c1.533.466 3.413.975 4.48 1.73m0 0l-1.321-3.673-3.16-1.956-5.212 2.345 3.272 4.43 3.168.476 3.253-1.622z' stroke='%234E5152' stroke-width='2'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-service-original-97>span{display:none}.icon-service-original-98::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M35 5H5v30h30V5zM3 3v34h34V3H3z' fill='%234E5152'/%3e%3cpath d='M13.446 24.628c.424 0 .825.067 1.204.202.378.133.713.342 1.005.629.293.286.523.66.688 1.122.169.46.254 1.016.256 1.669a5.222 5.222 0 01-.224 1.609c-.149.473-.363.877-.642 1.21-.277.334-.611.59-1.002.768a3.124 3.124 0 01-1.3.262c-.537 0-1.01-.103-1.416-.308a2.57 2.57 0 01-.973-.832 2.4 2.4 0 01-.423-1.16h1.946c.047.22.152.38.313.479.16.097.345.145.553.145.417 0 .721-.18.913-.54.194-.362.293-.845.295-1.448h-.043a1.488 1.488 0 01-.419.571c-.187.159-.405.28-.653.366a2.415 2.415 0 01-.788.128c-.439 0-.822-.098-1.151-.295a2.089 2.089 0 01-.77-.813 2.493 2.493 0 01-.281-1.179c-.003-.516.12-.968.366-1.357.246-.388.588-.69 1.026-.905.438-.215.944-.323 1.52-.323zm.014 1.491a.984.984 0 00-.884.5 1.033 1.033 0 00-.125.523c.003.194.047.368.132.522a.994.994 0 00.355.366c.151.09.325.135.522.135a.967.967 0 00.72-.291.999.999 0 00.214-.327c.052-.126.077-.26.075-.405a1.064 1.064 0 00-.135-.522.984.984 0 00-.874-.5zm6.51 5.98c-.588 0-1.112-.09-1.574-.273-.46-.182-.821-.43-1.087-.742a1.6 1.6 0 01-.394-1.058c0-.301.075-.576.224-.824.152-.249.355-.455.61-.618a2.14 2.14 0 01.857-.32v-.057a1.73 1.73 0 01-1.023-.55 1.536 1.536 0 01-.398-1.055c0-.38.12-.72.362-1.015.242-.299.572-.533.991-.703.42-.17.896-.256 1.431-.256s1.012.086 1.431.26c.42.17.75.404.991.702.242.296.362.634.362 1.012 0 .407-.135.759-.404 1.055a1.74 1.74 0 01-1.016.55v.057c.312.048.597.154.852.32.256.163.46.37.611.618.152.248.227.523.227.824 0 .393-.132.745-.398 1.058-.262.312-.625.56-1.086.742-.46.182-.983.273-1.57.273zm0-1.363c.186 0 .352-.038.496-.114a.87.87 0 00.341-.312.834.834 0 00.128-.455.799.799 0 00-.128-.447.853.853 0 00-.34-.306 1.054 1.054 0 00-.498-.113c-.184 0-.35.037-.497.113a.815.815 0 00-.469.753c0 .168.042.319.125.451.085.133.2.238.344.316.147.076.313.114.497.114zm0-3.111a.916.916 0 00.44-.103.774.774 0 00.412-.692.734.734 0 00-.11-.402.758.758 0 00-.302-.277.916.916 0 00-.44-.103.93.93 0 00-.441.103.758.758 0 00-.302.277.734.734 0 00-.11.401.77.77 0 00.412.693.93.93 0 00.44.103zm7.647 3.011v-.383c0-.308.066-.592.199-.852.135-.26.33-.47.586-.629.255-.159.567-.238.933-.238.377 0 .693.078.949.235.258.156.453.364.586.625.132.26.198.546.198.859v.383c0 .308-.067.592-.202.853-.133.26-.328.47-.586.628-.258.159-.573.238-.945.238-.371 0-.685-.08-.94-.238a1.563 1.563 0 01-.583-.628 1.879 1.879 0 01-.195-.853zm1.236-.383v.383c0 .135.033.27.099.402.069.13.196.195.383.195.197 0 .326-.064.388-.192a.894.894 0 00.096-.405v-.383a1 1 0 00-.09-.412c-.058-.133-.19-.199-.393-.199-.188 0-.315.066-.384.199a.91.91 0 00-.1.412zm-5.043-3.779v-.383c0-.313.067-.599.202-.86.138-.26.334-.468.59-.625.256-.156.564-.234.927-.234.376 0 .692.078.948.235.258.156.453.364.586.625.132.26.199.546.199.859v.383c0 .313-.068.598-.203.856a1.516 1.516 0 01-.586.618c-.258.154-.573.231-.944.231-.372 0-.686-.078-.941-.234a1.546 1.546 0 01-.583-.622 1.856 1.856 0 01-.195-.849zm1.25-.383v.383c0 .142.033.277.1.405.066.128.189.192.369.192.196 0 .325-.064.387-.192a.894.894 0 00.096-.405v-.383a1 1 0 00-.09-.412c-.058-.133-.19-.199-.393-.199-.187 0-.313.069-.377.206a.968.968 0 00-.092.405zM24.414 32l5-7.273h1.008l-5 7.273h-1.008z' fill='%234E5152'/%3e%3cpath d='M4.5 20h31' stroke='%234E5152' stroke-width='2' stroke-linejoin='bevel'/%3e%3cpath d='M22.273 20.202c-.143-1.057.006-3.43 1.737-5.513m2.347-2.803c-.995.92-1.82 1.824-2.347 2.803m0 0l-1.083-2.268 1.377-2.877 5.813-.47-1.252 4.361-2.49 1.658-2.365-.404z' stroke='%234E5152' stroke-width='2'/%3e%3cpath d='M22.5 20c-.395-1.166-1.363-3.547-3.796-5.27M14.224 13c1.533.466 3.413.975 4.48 1.73m0 0l-1.321-3.673-3.16-1.956-5.212 2.345 3.272 4.43 3.168.476 3.253-1.622z' stroke='%234E5152' stroke-width='2'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-service-original-98>span{display:none}.icon-service-original-99::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M35 5H5v30h30V5zM3 3v34h34V3H3z' fill='%234E5152'/%3e%3cpath d='M13.475 24.628c.424 0 .825.067 1.204.202.379.133.714.342 1.005.629.293.286.523.66.689 1.122.168.46.253 1.016.255 1.669a5.222 5.222 0 01-.223 1.609c-.15.473-.364.877-.643 1.21-.277.334-.61.59-1.002.768a3.124 3.124 0 01-1.3.262c-.537 0-1.009-.103-1.416-.308a2.57 2.57 0 01-.973-.832 2.4 2.4 0 01-.423-1.16h1.946c.048.22.152.38.313.479.16.097.345.145.554.145.416 0 .72-.18.912-.54.195-.362.293-.845.295-1.448h-.042a1.488 1.488 0 01-.42.571c-.186.159-.404.28-.653.366a2.415 2.415 0 01-.788.128c-.438 0-.822-.098-1.15-.295a2.089 2.089 0 01-.771-.813 2.493 2.493 0 01-.28-1.179c-.003-.516.119-.968.365-1.357.246-.388.588-.69 1.026-.905.438-.215.945-.323 1.52-.323zm.014 1.491a.984.984 0 00-.884.5 1.032 1.032 0 00-.124.523c.002.194.046.368.131.522a.994.994 0 00.355.366c.152.09.326.135.522.135a.967.967 0 00.72-.291.999.999 0 00.214-.327c.052-.126.077-.26.075-.405a1.064 1.064 0 00-.135-.522.984.984 0 00-.874-.5zm6.382-1.491c.424 0 .825.067 1.204.202.378.133.713.342 1.005.629.293.286.523.66.689 1.122.168.46.253 1.016.255 1.669a5.222 5.222 0 01-.224 1.609c-.149.473-.363.877-.642 1.21-.277.334-.611.59-1.002.768a3.124 3.124 0 01-1.3.262c-.537 0-1.01-.103-1.416-.308a2.57 2.57 0 01-.973-.832 2.4 2.4 0 01-.423-1.16h1.946c.047.22.152.38.313.479.16.097.345.145.553.145.417 0 .721-.18.913-.54.194-.362.293-.845.295-1.448h-.043a1.488 1.488 0 01-.419.571c-.187.159-.405.28-.653.366a2.415 2.415 0 01-.789.128c-.438 0-.821-.098-1.15-.295a2.089 2.089 0 01-.77-.813 2.493 2.493 0 01-.281-1.179c-.003-.516.12-.968.366-1.357.246-.388.588-.69 1.026-.905.438-.215.945-.323 1.52-.323zm.014 1.491a.984.984 0 00-.884.5 1.033 1.033 0 00-.125.523c.003.194.047.368.132.522a.994.994 0 00.355.366c.151.09.325.135.522.135a.967.967 0 00.72-.291.999.999 0 00.214-.327c.052-.126.077-.26.075-.405a1.064 1.064 0 00-.135-.522.984.984 0 00-.874-.5zm7.702 4.517v-.383c0-.308.067-.592.2-.852.134-.26.33-.47.585-.629.256-.159.567-.238.934-.238.377 0 .693.078.948.235.258.156.454.364.586.625.133.26.2.546.2.859v.383c0 .308-.068.592-.203.853-.133.26-.328.47-.586.628-.258.159-.573.238-.945.238s-.685-.08-.94-.238a1.564 1.564 0 01-.583-.628 1.879 1.879 0 01-.196-.853zm1.236-.383v.383c0 .135.033.27.1.402.068.13.196.195.383.195.197 0 .326-.064.387-.192a.894.894 0 00.096-.405v-.383a1 1 0 00-.089-.412c-.059-.133-.19-.199-.394-.199-.187 0-.315.066-.383.199a.91.91 0 00-.1.412zm-5.042-3.779v-.383c0-.313.067-.599.202-.86.137-.26.334-.468.59-.625.255-.156.564-.234.926-.234.377 0 .693.078.949.235.258.156.453.364.585.625.133.26.2.546.2.859v.383c0 .313-.068.598-.203.856a1.516 1.516 0 01-.586.618c-.258.154-.573.231-.945.231-.371 0-.685-.078-.94-.234a1.546 1.546 0 01-.583-.622 1.857 1.857 0 01-.195-.849zm1.25-.383v.383c0 .142.033.277.1.405.065.128.189.192.368.192.197 0 .326-.064.388-.192a.894.894 0 00.095-.405v-.383a1 1 0 00-.088-.412c-.06-.133-.191-.199-.395-.199-.187 0-.312.069-.376.206a.968.968 0 00-.092.405zM24.384 32l5-7.273h1.009l-5 7.273h-1.009z' fill='%234E5152'/%3e%3cpath d='M4.5 20h31' stroke='%234E5152' stroke-width='2' stroke-linejoin='bevel'/%3e%3cpath d='M22.273 20.202c-.143-1.057.006-3.43 1.737-5.513m2.347-2.803c-.995.92-1.82 1.824-2.347 2.803m0 0l-1.083-2.268 1.377-2.877 5.813-.47-1.252 4.361-2.49 1.658-2.365-.404z' stroke='%234E5152' stroke-width='2'/%3e%3cpath d='M22.5 20c-.395-1.166-1.363-3.547-3.796-5.27M14.224 13c1.533.466 3.413.975 4.48 1.73m0 0l-1.321-3.673-3.16-1.956-5.212 2.345 3.272 4.43 3.168.476 3.253-1.622z' stroke='%234E5152' stroke-width='2'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-service-original-99>span{display:none}.icon-service-paraben-free::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.858 13.371l-1.476-5.908-1.657 1.976 1.199 4.449-1.084 1.241-.695-3.128-1.42 1.421.708 2.943-.7.7-5.5-1.5-4.82 4.82 1.499 5.496-2.662 2.532V31.3l4.064-3.988 4.964 1.489 5.38-4.783-1.51-5.538 3.18-3.18 4.202 1.146v3.676l2 1.576v-6.78l-5.672-1.546zm-13.21 7.607l3.18-3.179 4.388 1.197 1.186 4.35-3.619 3.218-3.934-1.18-1.201-4.405z' fill='%234E5152'/%3e%3cpath d='M14.354 13L5 3.646 3.586 5.061l9.353 9.353L14.354 13zM36.414 34.94L26.5 25.024l-1.414 1.414L35 36.354l1.414-1.415z' fill='%234E5152'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M35 5H5v30h30V5zM3 3v34h34V3H3z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-service-paraben-free>span{display:none}.icon-service-perfume-free::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M14 12.646l-9-9-1.414 1.415 9 9L14 12.646zM36.414 34.94L30.474 29l-1.413 1.414L35 36.354l1.414-1.415z' fill='%234E5152'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M35 5H5v30h30V5zM3 3v34h34V3H3z' fill='%234E5152'/%3e%3cpath d='M24 11.647l4 .853m-4-2.441l3.706-1.06' stroke='%234E5152' stroke-width='1.059'/%3e%3cpath d='M17.422 17.078C14.844 18.148 12 20.288 12 23.91c0 2.897 2.252 5.267 3.378 6.09h9.244C25.748 29.177 28 26.807 28 23.91c0-3.622-2.844-5.762-5.422-6.832m-5.156 0h5.156m-5.156 0v-2.963h.978m0 0h3.2m-3.2 0V10h3.2v4.115m.978 2.963v-2.963H21.6M12 23.6c6.632 0 6.804 3.539 15.158 2.022' stroke='%234E5152' stroke-width='2'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-service-perfume-free>span{display:none}.icon-service-recycled-plastic::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M35 5H5v30h30V5zM3 3v34h34V3H3z' fill='%234E5152'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.86 10.51l1.716-.044 3.429 5.433.865-1.903 1.82.828L24.792 19h-4.536v-2h2.079l-2.556-4.049-2.438 4.329-1.743-.982 3.261-5.789zm-3.213 7.67l2.088 4.055-1.778.915-.918-1.783-2.328 4.132h5.231v2H11l-.871-1.49 3.104-5.511-2.109.264-.248-1.985 4.771-.597zM27.7 25.5l-2.765-4.381 1.692-1.068 3.732 5.914-.845 1.534h-6.834l1.326 1.936-1.65 1.13-2.753-4.02 2.224-3.864 1.733.997-1.048 1.821H27.7z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-service-recycled-plastic>span{display:none}.icon-service-respect-the-marine::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M35 5H5v30h30V5zM3 3v34h34V3H3z' fill='%234E5152'/%3e%3cpath d='M11 25.838L13.571 25l2.572.838L18.714 25l2.572.838L23.857 25l2.572.838L28.953 25' stroke='%234E5152' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3e%3cpath d='M18.105 19.282l.976.217.08-.36-.173-.326-.883.469zm-.947-1.782l.883-.47-.219-.41-.455-.098-.21.978zm-3.371-1.393l-.577.817.577-.817zM11 10.5l.21-.978-1.53-.328.345 1.526.975-.22zm7 1.5l.808-.59-.226-.308-.373-.08L18 12zm2 2.738l-.808.59 1.63-.021-.822-.57zm1.895 4.544l-.883-.47-.174.327.08.36.977-.217zm.947-1.782l-.21-.978-.454.098-.219.41.883.47zm3.371-1.393l.577.817-.577-.817zM29 11l.969.247.369-1.445-1.477.208L29 11zm-7.105 1l-.14-.99-.433.06-.25.36.823.57zm-4.086 13.217L19.08 19.5l-1.952-.434-1.273 5.718 1.953.434zm1.18-6.404l-.948-1.782-1.766.938.947 1.782 1.766-.939zM17.157 17.5l.21-.978h-.002l-.011-.003-.056-.012a11.917 11.917 0 01-.995-.29c-.635-.215-1.374-.526-1.94-.927l-1.154 1.634c.796.562 1.743.947 2.452 1.188a14.001 14.001 0 001.283.365h.003l.21-.977zm-2.794-2.21c-.287-.202-.6-.575-.915-1.107a11.306 11.306 0 01-.8-1.713 18.817 18.817 0 01-.665-2.152l-.007-.03-.001-.008-.976.22-.975.22v.006l.004.012a11.011 11.011 0 00.046.193 20.845 20.845 0 00.704 2.247c.248.652.563 1.37.948 2.022.378.64.864 1.287 1.483 1.724l1.154-1.634zm-3.574-3.812l7 1.5.42-1.956-7-1.5-.42 1.956zm6.402 1.112l2 2.738 1.616-1.18-2-2.738-1.616 1.18zm6.952 12.193l-1.273-5.718-1.952.434 1.272 5.718 1.953-.434zm-1.366-5.032l.947-1.782-1.766-.938-.947 1.782 1.766.938zm.064-2.251l.21.978h.001l.002-.001a.967.967 0 01.03-.006l.077-.018c.065-.016.157-.038.27-.068.228-.06.544-.15.906-.273.709-.24 1.656-.626 2.452-1.188l-1.154-1.634c-.566.4-1.305.712-1.94.928a11.917 11.917 0 01-.995.289l-.056.012-.011.003h-.002l.21.978zm3.948-.576c1.156-.817 1.942-2.333 2.417-3.462a18.067 18.067 0 00.747-2.16l.01-.038.004-.011v-.004-.001L29 11l-.969-.248-.001.006a10.865 10.865 0 01-.038.137 16.08 16.08 0 01-.628 1.79c-.466 1.106-1.073 2.143-1.728 2.605l1.154 1.634zm2.07-6.914l-7.105 1 .28 1.98 7.104-1-.278-1.98zm-7.787 1.42l-1.895 2.739 1.644 1.138 1.895-2.738-1.644-1.138z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-service-respect-the-marine>span{display:none}.icon-service-silicones-free::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M35 5H5v30h30V5zM3 3v34h34V3H3z' fill='%234E5152'/%3e%3cpath d='M11.025 9.672L5 3.646 3.586 5.061 9.5 11l1.525-1.328zM36.414 34.94L28.5 27l-1.353 1.5L35 36.354l1.414-1.415z' fill='%234E5152'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 10l1-1h12l1 1v3.802l-1.755 13.834h-2.063V30l-1 1h-4.546l-1-1v-2.364h-2.075L13 13.795V10zm5.636 17.636V29h2.546v-1.364h-2.546zM15 11v1.738h10V11H15zm9.865 3.738H15.12l1.23 10.898h7.134l1.382-10.898z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-service-silicones-free>span{display:none}.icon-service-sles-free::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M14.5 13L5 3.646 3.586 5.061l9.353 9.353L14.5 13zM36.414 34.94l-9.44-9.44L25.5 27l9.5 9.354 1.414-1.415z' fill='%234E5152'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M35 5H5v30h30V5zM3 3v34h34V3H3z' fill='%234E5152'/%3e%3cpath d='M13.294 18.832a.664.664 0 00-.251-.488c-.147-.117-.357-.177-.63-.177-.181 0-.332.024-.452.072a.59.59 0 00-.272.197.479.479 0 00-.093.282.424.424 0 00.051.232c.04.066.096.125.17.177.075.049.165.093.27.13a2.8 2.8 0 00.357.1l.497.115c.286.063.539.146.757.251.22.105.405.23.554.374.15.145.264.311.342.5.077.188.116.4.118.633-.002.37-.094.686-.277.95a1.722 1.722 0 01-.788.609c-.34.14-.752.211-1.234.211-.484 0-.906-.073-1.266-.22-.36-.146-.64-.369-.84-.668-.199-.298-.301-.676-.307-1.133h1.34a.893.893 0 00.149.471c.088.126.21.22.364.285.157.065.337.098.543.098.188 0 .348-.026.48-.077a.698.698 0 00.308-.215.509.509 0 00.11-.314.434.434 0 00-.102-.282.77.77 0 00-.305-.206 3.108 3.108 0 00-.52-.162l-.604-.143c-.501-.116-.896-.304-1.184-.562-.288-.261-.431-.613-.43-1.057a1.58 1.58 0 01.289-.95c.194-.272.462-.484.805-.637A2.86 2.86 0 0112.415 17c.449 0 .838.077 1.167.231.332.152.589.366.771.642.183.276.276.596.28.96h-1.339zM15.617 22.926V17.08h1.399v4.698h2.407v1.148h-3.806zM20.346 22.926V17.08h4.034v1.147h-2.636v1.2h2.43v1.15h-2.43v1.201h2.636v1.148h-4.034zM28.582 18.832a.664.664 0 00-.252-.488c-.146-.117-.356-.177-.63-.177-.18 0-.331.024-.452.072a.588.588 0 00-.27.197.479.479 0 00-.094.282.424.424 0 00.05.232c.04.066.097.125.17.177.076.049.166.093.271.13.106.039.225.072.357.1l.497.115c.286.063.538.146.757.251.22.105.405.23.553.374.151.145.265.311.342.5.078.188.117.4.119.633-.002.37-.094.686-.277.95a1.721 1.721 0 01-.788.609c-.34.14-.752.211-1.235.211-.484 0-.905-.073-1.265-.22-.36-.146-.64-.369-.84-.668-.199-.298-.302-.676-.307-1.133h1.339a.893.893 0 00.15.471c.088.126.21.22.364.285.156.065.337.098.542.098.189 0 .349-.026.48-.077a.697.697 0 00.309-.215.509.509 0 00.11-.314.436.436 0 00-.102-.282.77.77 0 00-.305-.206 3.111 3.111 0 00-.52-.162l-.604-.143c-.501-.116-.896-.304-1.184-.562-.288-.261-.431-.613-.43-1.057a1.58 1.58 0 01.289-.95c.194-.272.462-.484.805-.637A2.86 2.86 0 0127.703 17c.448 0 .837.077 1.167.231.331.152.588.366.771.642.183.276.276.596.28.96h-1.34z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-service-sles-free>span{display:none}.icon-service-tested::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.785 10h-7.942v2h1.11v4.073L11.045 27.67 11.86 29h16.282l.805-1.351-6.273-11.59V12h1.11v-2zm-4.832 6.552V12h1.721v4.566l3.276 6.051h-8.086l3.09-6.065zM13.632 27l1.213-2.383h10.187L26.322 27h-12.69z' fill='%234E5152'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M35 5H5v30h30V5zM3 3v34h34V3H3z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-service-tested>span{display:none}.icon-service-vegan-formula::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.742 25.25L26.554 9.04l-14.632 7.076-.747 6.09 4.123 4.33-1.624 2.814 1.732 1 1.624-2.814 5.812 1.405 4.9-3.691zM13.275 21.51l.5-4.069 11-5.32.893 12.187-3.275 2.466-4.32-1.045.986-1.707 2.985-.751 1.268-2.412-2.852.736 3.055-5.292-1.732-1-3.055 5.292-.798-2.869-1.288 2.233.689 3.056-.99 1.714-3.066-3.219z' fill='%234E5152'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M35 5H5v30h30V5zM3 3v34h34V3H3z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-service-vegan-formula>span{display:none}.icon-shipping::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 10h15a1 1 0 011 1v4h3.143a1 1 0 01.724.31l2.857 3A1 1 0 0132 19v7a1 1 0 01-1 1 4 4 0 01-8 0h-6a4 4 0 01-8 0 1 1 0 01-1-1V11a1 1 0 011-1zm21 9.399v4.955A3.99 3.99 0 0027 23c-.729 0-1.412.195-2 .535V17h2.715L30 19.399zM27 29a2 2 0 110-4 2 2 0 010 4zm-16-2a2 2 0 104 0 2 2 0 00-4 0zm5.465-2A3.998 3.998 0 0010 24.354V12h13v13h-6.535z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-shipping>span{display:none}.icon-social-facebook-colorful::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M32.952 18.412a1.701 1.701 0 00-1.66-1.455h-9.29c-.843 0-1.53.687-1.53 1.53v2.198c0 .844.687 1.53 1.53 1.53h4.587c.16 0 .237.057.246.076 0 .003 0 .017-.007.041a6.955 6.955 0 01-2.475 2.925 6.895 6.895 0 01-3.853 1.175c-2.847 0-5.446-1.79-6.467-4.455a6.903 6.903 0 01-.465-2.477c0-.85.16-1.692.473-2.501v-.002a6.887 6.887 0 016.459-4.429c1.387 0 2.728.413 3.877 1.194l.006.004.035.023.009.006c.297.187.633.286.973.286.45 0 .86-.175 1.155-.491l1.813-1.935c.287-.307.423-.708.372-1.1a1.356 1.356 0 00-.596-.944A12.38 12.38 0 0020.5 7a12.483 12.483 0 00-11.044 6.644v.002A12.525 12.525 0 008 19.5c0 2.048.508 4.081 1.468 5.88A12.489 12.489 0 0020.5 32a12.5 12.5 0 008.123-3.003l.002-.001A12.49 12.49 0 0033 19.5c0-.72-.046-1.074-.048-1.088zM20.5 8.02a11.367 11.367 0 017.057 2.427c.105.08.16.147.171.238.012.091-.026.188-.105.273l-1.813 1.935a.548.548 0 01-.41.167.82.82 0 01-.425-.126l-.028-.018a7.888 7.888 0 00-4.447-1.368A7.953 7.953 0 0013.366 16l-2.804-2.245A11.462 11.462 0 0120.5 8.02zM9.02 19.5c0-1.664.367-3.318 1.063-4.822l2.879 2.306a7.876 7.876 0 00-.414 2.516c0 .843.137 1.68.407 2.492L10.09 24.34a11.513 11.513 0 01-1.07-4.84zM20.5 30.98c-4.107 0-7.873-2.18-9.928-5.716l2.785-2.282a7.95 7.95 0 002.59 3.034 7.883 7.883 0 004.553 1.437 7.905 7.905 0 004.104-1.146l2.876 2.304a11.48 11.48 0 01-6.98 2.369zm7.775-3.04l-2.8-2.243a7.956 7.956 0 002.302-2.99 1.061 1.061 0 00-.102-.995c-.223-.324-.628-.517-1.086-.517h-4.586a.51.51 0 01-.51-.51v-2.197a.51.51 0 01.51-.51h9.288c.306 0 .61.265.65.567 0 .003.039.314.039.955 0 3.215-1.346 6.267-3.705 8.44z' fill='%234E5152'/%3e%3cpath d='M24.353 25.257a6.955 6.955 0 002.475-2.925.102.102 0 00.007-.041c-.009-.019-.087-.076-.246-.076h-4.586c-.844 0-1.53-.686-1.53-1.53v-2.197c0-.844.686-1.53 1.53-1.53h9.288c.823 0 1.553.638 1.661 1.454.002.014.048.369.048 1.088a12.49 12.49 0 01-4.375 9.496l-.002.001A12.5 12.5 0 0120.5 32c-4.623 0-8.85-2.537-11.032-6.62m14.885-.123v0zm0 0a6.895 6.895 0 01-3.853 1.175c-2.847 0-5.446-1.79-6.467-4.455m0 0v0zm0 0a6.903 6.903 0 01-.465-2.477c0-.85.16-1.692.473-2.501v-.002a6.887 6.887 0 016.459-4.429c1.387 0 2.728.413 3.877 1.194l.006.004.035.023.009.006c.297.187.633.286.973.286.45 0 .86-.175 1.155-.491l1.813-1.935c.287-.307.423-.708.372-1.1a1.356 1.356 0 00-.596-.944A12.38 12.38 0 0020.5 7a12.483 12.483 0 00-11.044 6.644v.002A12.525 12.525 0 008 19.5c0 2.048.508 4.081 1.468 5.88m0 0v0zM20.5 8.02a11.367 11.367 0 017.057 2.427c.105.08.16.147.171.238.012.091-.026.188-.105.273l-1.813 1.935a.548.548 0 01-.41.167.82.82 0 01-.425-.126l-.028-.018a7.888 7.888 0 00-4.447-1.368A7.953 7.953 0 0013.366 16l-2.804-2.245A11.462 11.462 0 0120.5 8.02zM9.02 19.5c0-1.664.367-3.318 1.063-4.822l2.879 2.306a7.876 7.876 0 00-.414 2.516c0 .843.137 1.68.407 2.492L10.09 24.34a11.513 11.513 0 01-1.07-4.84zM20.5 30.98c-4.107 0-7.873-2.18-9.928-5.716l2.785-2.282a7.95 7.95 0 002.59 3.034 7.883 7.883 0 004.553 1.437 7.905 7.905 0 004.104-1.146l2.876 2.304a11.48 11.48 0 01-6.98 2.369zm7.775-3.04l-2.8-2.243a7.956 7.956 0 002.302-2.99 1.061 1.061 0 00-.102-.995c-.223-.324-.628-.517-1.086-.517h-4.586a.51.51 0 01-.51-.51v-2.197a.51.51 0 01.51-.51h9.288c.306 0 .61.265.65.567 0 .003.039.314.039.955 0 3.215-1.346 6.267-3.705 8.44z' stroke='%234E5152'/%3e%3cpath d='M17.333 35.822C9.778 34.489 4 27.911 4 20c0-8.8 7.2-16 16-16s16 7.2 16 16c0 7.911-5.778 14.489-13.333 15.822l-.89-.711h-3.555l-.889.711z' fill='url(%23paint0_linear_42_60398)'/%3e%3cpath d='M26.222 24.444L26.933 20h-4.266v-3.111c0-1.245.444-2.222 2.4-2.222h2.044v-4.09c-1.155-.177-2.4-.355-3.556-.355-3.644 0-6.222 2.222-6.222 6.222V20h-4v4.444h4v11.29c.89.177 1.778.266 2.667.266.889 0 1.778-.09 2.667-.267V24.444h3.555z' fill='white'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_42_60398' x1='20' y1='34.892' x2='20' y2='4' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%230062E0'/%3e%3cstop offset='1' stop-color='%2319AFFF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-social-facebook-colorful>span{display:none}.icon-social-facebook-noframe::before,.icon-fb-white::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 35 35'%3e%3cpath d='M14.888 18.144H12.71c-.352 0-.462-.132-.462-.462V15.02c0-.352.132-.462.462-.462h2.178v-1.936c0-.88.154-1.716.594-2.486.462-.792 1.122-1.32 1.958-1.628.55-.198 1.1-.286 1.694-.286h2.156c.308 0 .44.132.44.44v2.508c0 .308-.132.44-.44.44-.594 0-1.188 0-1.782.022-.594 0-.902.286-.902.902-.022.66 0 1.298 0 1.98h2.552c.352 0 .484.132.484.484v2.662c0 .352-.11.462-.484.462h-2.552v7.172c0 .374-.11.506-.506.506h-2.75c-.33 0-.462-.132-.462-.462v-7.194z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:3.5rem;height:3.5rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-social-facebook-noframe>span,.icon-fb-white>span{display:none}.icon-social-facebook::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 8H15c-3.86 0-7 3.14-7 7v10c0 3.86 3.14 7 7 7h10c3.86 0 7-3.14 7-7V15c0-3.86-3.14-7-7-7zm-6 18a1 1 0 00-1-1h-2v-2h2a1 1 0 001-1v-4c0-1.654 1.346-3 3-3h4v2h-3c-1.103 0-2 .897-2 2v3a1 1 0 001 1h3.832l-.582 2H22a1 1 0 00-1 1v4h-2v-4zm11-1c0 2.757-2.243 5-5 5h-2v-3h3a1 1 0 00.96-.72l.961-3.299A1.501 1.501 0 0026.5 21H23v-2h4a1 1 0 001-1v-4a1 1 0 00-1-1h-5c-2.757 0-5 2.243-5 5v3h-2a1 1 0 00-1 1v4a1 1 0 001 1h2v3h-2c-2.757 0-5-2.243-5-5V15c0-2.757 2.243-5 5-5h10c2.757 0 5 2.243 5 5v10z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-social-facebook>span{display:none}.icon-social-google-colorful::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M35 20.654c0-1.086-.097-2.129-.279-3.13H20.306v5.92h8.238a7.04 7.04 0 01-3.054 4.619v3.841h4.945C33.33 29.24 35 25.314 35 20.654z' fill='%234285F4'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.306 35.612c4.133 0 7.597-1.37 10.13-3.707l-4.946-3.842c-1.37.918-3.124 1.463-5.184 1.463-3.986 0-7.36-2.694-8.565-6.312H6.628v3.966a15.3 15.3 0 0013.678 8.432z' fill='%2334A853'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.742 23.214a9.203 9.203 0 01-.48-2.908c0-1.009.173-1.99.48-2.908v-3.966H6.628A15.3 15.3 0 005 20.306c0 2.47.592 4.808 1.628 6.874l5.114-3.966z' fill='%23FBBC05'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.306 11.088c2.247 0 4.265.773 5.85 2.288l4.392-4.388C27.896 6.515 24.432 5 20.306 5a15.301 15.301 0 00-13.678 8.432l5.114 3.966c1.204-3.617 4.578-6.31 8.564-6.31z' fill='%23EA4335'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-social-google-colorful>span{display:none}.icon-social-google::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M32.952 18.412a1.701 1.701 0 00-1.66-1.455h-9.29c-.843 0-1.53.687-1.53 1.53v2.198c0 .844.687 1.53 1.53 1.53h4.587c.16 0 .237.057.246.076 0 .003 0 .017-.007.041a6.955 6.955 0 01-2.475 2.925 6.895 6.895 0 01-3.853 1.175c-2.847 0-5.446-1.79-6.467-4.455a6.903 6.903 0 01-.465-2.477c0-.85.16-1.692.473-2.501v-.002a6.887 6.887 0 016.459-4.429c1.387 0 2.728.413 3.877 1.194l.006.004.035.023.009.006c.297.187.633.286.973.286.45 0 .86-.175 1.155-.491l1.813-1.935c.287-.307.423-.708.372-1.1a1.356 1.356 0 00-.596-.944A12.38 12.38 0 0020.5 7a12.483 12.483 0 00-11.044 6.644v.002A12.525 12.525 0 008 19.5c0 2.048.508 4.081 1.468 5.88A12.489 12.489 0 0020.5 32a12.5 12.5 0 008.123-3.003l.002-.001A12.49 12.49 0 0033 19.5c0-.72-.046-1.074-.048-1.088zM20.5 8.02a11.367 11.367 0 017.057 2.427c.105.08.16.147.171.238.012.091-.026.188-.105.273l-1.813 1.935a.548.548 0 01-.41.167.82.82 0 01-.425-.126l-.028-.018a7.888 7.888 0 00-4.447-1.368A7.953 7.953 0 0013.366 16l-2.804-2.245A11.462 11.462 0 0120.5 8.02zM9.02 19.5c0-1.664.367-3.318 1.063-4.822l2.879 2.306a7.876 7.876 0 00-.414 2.516c0 .843.137 1.68.407 2.492L10.09 24.34a11.513 11.513 0 01-1.07-4.84zM20.5 30.98c-4.107 0-7.873-2.18-9.928-5.716l2.785-2.282a7.95 7.95 0 002.59 3.034 7.883 7.883 0 004.553 1.437 7.905 7.905 0 004.104-1.146l2.876 2.304a11.48 11.48 0 01-6.98 2.369zm7.775-3.04l-2.8-2.243a7.956 7.956 0 002.302-2.99 1.061 1.061 0 00-.102-.995c-.223-.324-.628-.517-1.086-.517h-4.586a.51.51 0 01-.51-.51v-2.197a.51.51 0 01.51-.51h9.288c.306 0 .61.265.65.567 0 .003.039.314.039.955 0 3.215-1.346 6.267-3.705 8.44z' fill='%234E5152'/%3e%3cpath d='M24.353 25.257a6.955 6.955 0 002.475-2.925.102.102 0 00.007-.041c-.009-.019-.087-.076-.246-.076h-4.586c-.844 0-1.53-.686-1.53-1.53v-2.197c0-.844.686-1.53 1.53-1.53h9.288c.823 0 1.553.638 1.661 1.454.002.014.048.369.048 1.088a12.49 12.49 0 01-4.375 9.496l-.002.001A12.5 12.5 0 0120.5 32c-4.623 0-8.85-2.537-11.032-6.62m14.885-.123v0zm0 0a6.895 6.895 0 01-3.853 1.175c-2.847 0-5.446-1.79-6.467-4.455m0 0v0zm0 0a6.903 6.903 0 01-.465-2.477c0-.85.16-1.692.473-2.501v-.002a6.887 6.887 0 016.459-4.429c1.387 0 2.728.413 3.877 1.194l.006.004.035.023.009.006c.297.187.633.286.973.286.45 0 .86-.175 1.155-.491l1.813-1.935c.287-.307.423-.708.372-1.1a1.356 1.356 0 00-.596-.944A12.38 12.38 0 0020.5 7a12.483 12.483 0 00-11.044 6.644v.002A12.525 12.525 0 008 19.5c0 2.048.508 4.081 1.468 5.88m0 0v0zM20.5 8.02a11.367 11.367 0 017.057 2.427c.105.08.16.147.171.238.012.091-.026.188-.105.273l-1.813 1.935a.548.548 0 01-.41.167.82.82 0 01-.425-.126l-.028-.018a7.888 7.888 0 00-4.447-1.368A7.953 7.953 0 0013.366 16l-2.804-2.245A11.462 11.462 0 0120.5 8.02zM9.02 19.5c0-1.664.367-3.318 1.063-4.822l2.879 2.306a7.876 7.876 0 00-.414 2.516c0 .843.137 1.68.407 2.492L10.09 24.34a11.513 11.513 0 01-1.07-4.84zM20.5 30.98c-4.107 0-7.873-2.18-9.928-5.716l2.785-2.282a7.95 7.95 0 002.59 3.034 7.883 7.883 0 004.553 1.437 7.905 7.905 0 004.104-1.146l2.876 2.304a11.48 11.48 0 01-6.98 2.369zm7.775-3.04l-2.8-2.243a7.956 7.956 0 002.302-2.99 1.061 1.061 0 00-.102-.995c-.223-.324-.628-.517-1.086-.517h-4.586a.51.51 0 01-.51-.51v-2.197a.51.51 0 01.51-.51h9.288c.306 0 .61.265.65.567 0 .003.039.314.039.955 0 3.215-1.346 6.267-3.705 8.44z' stroke='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-social-google>span{display:none}.icon-social-instagram-auth::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 35 35'%3e%3cpath d='M23 7H13c-2.8 0-5 2.2-5 5v10c0 2.8 2.2 5 5 5h10c2.8 0 5-2.2 5-5V12c0-2.8-2.2-5-5-5zm3 15c0 1.7-1.3 3-3 3H13c-1.7 0-3-1.3-3-3V12c0-1.7 1.3-3 3-3h10c1.7 0 3 1.3 3 3v10z' fill='%234E5152'/%3e%3cpath d='M18 12c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 8c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3zM23 13a1 1 0 100-2 1 1 0 000 2z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:3.5rem;height:3.5rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-social-instagram-auth>span{display:none}.icon-social-instagram::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 8h10c3.86 0 7 3.14 7 7v10c0 3.86-3.14 7-7 7H15c-3.86 0-7-3.14-7-7V15c0-3.86 3.14-7 7-7zm10 22c2.757 0 5-2.243 5-5V15c0-2.757-2.243-5-5-5H15c-2.757 0-5 2.243-5 5v10c0 2.757 2.243 5 5 5h10zM14.5 20c0-3.032 2.468-5.5 5.5-5.5s5.5 2.468 5.5 5.5-2.468 5.5-5.5 5.5a5.506 5.506 0 01-5.5-5.5zm2 0c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5-3.5 1.57-3.5 3.5zm8.5-6.5c0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5-.673 1.5-1.5 1.5-1.5-.673-1.5-1.5z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-social-instagram>span{display:none}.icon-social-linkedin::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 31 35'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 5h10c3.86 0 7 3.14 7 7v10c0 3.86-3.14 7-7 7H10c-3.86 0-7-3.14-7-7V12c0-3.86 3.14-7 7-7zm10 22c2.757 0 5-2.243 5-5V12c0-2.757-2.243-5-5-5H10c-2.757 0-5 2.243-5 5v10c0 2.757 2.243 5 5 5h10z' fill='%234E5152'/%3e%3cpath d='M11.138 14.906h-2.6a.538.538 0 00-.538.538v8.267c0 .297.241.538.538.538h2.6a.538.538 0 00.538-.538v-8.267a.538.538 0 00-.538-.538zm-.538 8.266H9.076v-7.19H10.6v7.19zM18.193 14.906c-.582 0-1.15.132-1.664.382a.538.538 0 00-.515-.382h-2.6a.538.538 0 00-.538.538v8.267c0 .297.241.538.538.538h2.6a.538.538 0 00.538-.538v-4.807a.878.878 0 011.755 0v4.807c0 .297.24.538.538.538h2.617A.538.538 0 0022 23.71v-4.998c0-2.1-1.708-3.807-3.807-3.807zm2.73 8.266h-1.54v-4.268a1.956 1.956 0 00-1.954-1.953 1.956 1.956 0 00-1.953 1.953v4.268h-1.524v-7.19h1.524v.294a.538.538 0 00.897.401 2.725 2.725 0 011.82-.695 2.734 2.734 0 012.73 2.73v4.46zM9.838 10A1.84 1.84 0 008 11.838a1.84 1.84 0 001.838 1.838 1.84 1.84 0 001.838-1.838A1.84 1.84 0 009.838 10zm0 2.6a.763.763 0 11.002-1.525.763.763 0 01-.002 1.525z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:3.1rem;height:3.5rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-social-linkedin>span{display:none}.icon-social-pinterest::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.057 30.13l-.48 1.892a1.091 1.091 0 102.116.536l.434-1.717c.959.237 1.92.356 2.869.356 5.286 0 10.14-3.526 11.584-8.868 1.726-6.386-2.065-12.986-8.45-14.712C16.743 5.89 10.142 9.683 8.416 16.07c-1.555 5.755 1.371 11.683 6.64 14.062zm-4.534-13.492c1.413-5.225 6.813-8.326 12.037-6.914 5.225 1.412 8.327 6.812 6.914 12.037-1.392 5.149-6.655 8.227-11.81 6.963l.84-3.317c.495.127.996.195 1.494.195a5.96 5.96 0 002.977-.8 5.95 5.95 0 002.801-3.637 5.954 5.954 0 00-.589-4.555 5.954 5.954 0 00-3.637-2.8 5.955 5.955 0 00-4.556.589 5.942 5.942 0 00-2.797 3.63 5.814 5.814 0 00-.194 2.032 1.09 1.09 0 102.174-.174c-.034-.43.007-.858.125-1.282a3.783 3.783 0 011.78-2.314 3.783 3.783 0 012.9-.375 3.783 3.783 0 012.314 1.782c.508.885.641 1.913.374 2.898a3.784 3.784 0 01-1.782 2.314c-.87.5-1.878.635-2.848.385l.807-3.184a1.091 1.091 0 10-2.115-.536l-1.04 4.105a1.33 1.33 0 00-.011.043l-1.078 4.254c-4.087-2.047-6.317-6.76-5.08-11.339z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-social-pinterest>span{display:none}.icon-social-share::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M27 8a5 5 0 11-4.276 7.594l-4.974 2.842a5.002 5.002 0 01.055 2.951l5.12 2.715a5 5 0 11-.811 1.834l-5.238-2.778a5 5 0 11-.12-6.458l5.29-3.022A5 5 0 0127 8zm0 2a3 3 0 100 6 3 3 0 000-6zm-14 7a3 3 0 100 6 3 3 0 000-6zm11 10a3 3 0 116 0 3 3 0 01-6 0z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-social-share>span{display:none}.icon-social-spotify::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cg clip-path='url(%23clip0_1050_122101)' fill='%234E5152'%3e%3cpath d='M26.145 25.168c-3.502-2.306-7.903-2.866-13.083-1.66-1.04.242-.689 1.82.369 1.583 8.333-1.937 11.426 1.57 12.266 1.57.804-.002 1.12-1.05.448-1.493zM12.695 21.028c4.66-1.103 9.95-.462 13.806 1.67.938.52 1.725-.903.787-1.421-4.198-2.32-9.931-3.02-14.967-1.83-1.044.246-.675 1.827.374 1.58zM12.08 16.8c4.907-1.501 11.792-.678 15.675 1.875.891.586 1.791-.767.892-1.358-4.311-2.835-11.637-3.724-17.043-2.071-1.031.315-.546 1.87.476 1.554z'/%3e%3cpath d='M20 33.057c7.168 0 13-5.832 13-13s-5.832-13-13-13-13 5.832-13 13c0 7.169 5.832 13 13 13zm0-24.375c6.273 0 11.375 5.103 11.375 11.375 0 6.273-5.102 11.375-11.375 11.375S8.625 26.33 8.625 20.057c0-6.272 5.102-11.375 11.375-11.375z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1050_122101'%3e%3cpath fill='white' transform='translate(7 7.057)' d='M0 0h26v26H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-social-spotify>span{display:none}.icon-social-tiktok-auth::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 35 35'%3e%3cpath d='M24.886 12.514a4.54 4.54 0 01-4.545-4.5h-2.934v8.018l-.004 4.392a2.656 2.656 0 01-2.81 2.651 2.645 2.645 0 01-1.215-.373 2.656 2.656 0 01-1.299-2.238 2.658 2.658 0 013.5-2.56V14.924a5.779 5.779 0 00-.847-.062 5.627 5.627 0 00-4.228 1.89 5.505 5.505 0 00-1.388 3.322 5.498 5.498 0 001.637 4.283 5.628 5.628 0 003.98 1.63c.285-.001.568-.022.846-.063a5.61 5.61 0 003.133-1.567 5.494 5.494 0 001.648-3.91l-.015-6.559a7.42 7.42 0 004.55 1.546v-2.921h-.009z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:3.5rem;height:3.5rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-social-tiktok-auth>span{display:none}.icon-social-tiktok::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M11.074 24.464c0-3.508 2.548-6.408 5.826-6.835v2.385c-2.024.405-3.553 2.248-3.553 4.45 0 2.497 1.966 4.534 4.39 4.534 2.424 0 4.39-2.037 4.39-4.534V8.6h2.327c.374 2.934 2.628 5.267 5.472 5.655v2.371a8.392 8.392 0 01-4.2-1.633.817.817 0 00-.872-.068h0a.865.865 0 00-.454.766v8.773c0 3.802-2.992 6.89-6.663 6.89-3.67 0-6.663-3.088-6.663-6.89zm19.689-11.876c-2.583 0-4.69-2.172-4.69-4.85a.85.85 0 00-.836-.861H21.29a.85.85 0 00-.838.862v16.725c0 1.553-1.22 2.81-2.715 2.81-1.494 0-2.716-1.257-2.716-2.81 0-1.552 1.222-2.81 2.716-2.81a.85.85 0 00.837-.861v-4.08a.85.85 0 00-.837-.861c-4.6 0-8.337 3.866-8.337 8.612s3.737 8.613 8.337 8.613 8.337-3.867 8.337-8.613V17.23a9.978 9.978 0 004.689 1.162.85.85 0 00.837-.862V13.45a.85.85 0 00-.837-.862z' fill='%234E5152' stroke='%234E5152' stroke-width='.2'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-social-tiktok>span{display:none}.icon-social-twitter::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M24.571 10c-3.103 0-5.622 2.56-5.69 5.713-2.743-.336-4.53-1.384-5.626-2.416-1.216-1.144-1.6-2.161-1.6-2.161a.874.874 0 00-.27-.367.848.848 0 00-1.213.164s-1.029 1.4-1.029 3.442c0 1.167.361 2.03.791 2.763-.016-.008-.122-.046-.122-.046a.842.842 0 00-.867.06.891.891 0 00-.37.802s.33 2.462 2.597 4.262l-.237.06a.851.851 0 00-.58.506.891.891 0 00.044.777s.384.664 1.19 1.363c.477.414 1.178.841 2.005 1.237-1.015.379-2.53.758-4.737.758a.844.844 0 00-.464.14.87.87 0 00-.316.373.892.892 0 00.135.938s.655.737 1.95 1.378c1.295.64 3.29 1.254 6.124 1.254 4.982 0 8.562-2.44 10.796-5.533 2.235-3.092 3.204-6.798 3.204-9.634 0-.18-.011-.357-.027-.533 1.206-1.187 1.659-2.079 1.68-2.122a.592.592 0 00-.1-.667.562.562 0 00-.65-.124l-.092.043-.239.112c.233-.379.416-.783.544-1.202a.59.59 0 00-.193-.634.56.56 0 00-.649-.038 8.249 8.249 0 01-2.064.94A5.627 5.627 0 0024.57 10zm0 1.75c2.22 0 4 1.818 4 4.083 0 2.415-.888 5.855-2.868 8.595-1.98 2.741-4.971 4.822-9.417 4.822-2.152 0-3.583-.397-4.655-.827 1.123-.178 2.09-.416 2.785-.69 1.206-.477 1.856-1.027 1.856-1.027a.892.892 0 00.052-1.279.853.853 0 00-.402-.234c-1.556-.397-2.554-1.04-3.18-1.575l.894-.227a.855.855 0 00.452-.29.885.885 0 00-.351-1.376c-1.855-.728-2.633-1.758-3.031-2.62.484.102.935.228 1.58.228.193 0 .38-.066.532-.189a.891.891 0 00.244-1.057.867.867 0 00-.393-.411s-1.812-.851-1.812-3.301c0-.44.12-.719.207-1.052.299.41.545.806 1.028 1.26 1.47 1.386 3.903 2.798 7.577 3a.843.843 0 00.635-.24.877.877 0 00.268-.635v-.875c0-2.265 1.78-4.083 4-4.083z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-social-twitter>span{display:none}.icon-social-youtube::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.511 10.4H11.956A5.562 5.562 0 006.4 15.956v8.888a5.562 5.562 0 005.556 5.556H27.51a5.562 5.562 0 005.556-5.556v-8.889A5.562 5.562 0 0027.51 10.4zm3.334 14.444a3.337 3.337 0 01-3.334 3.334H11.956a3.337 3.337 0 01-3.334-3.334v-8.889a3.337 3.337 0 013.334-3.333H27.51a3.337 3.337 0 013.334 3.334v8.888zm-7.665-6.299l-4.404-3.303a2.221 2.221 0 00-3.487 1.825v6.666a2.221 2.221 0 003.487 1.825l4.404-3.304a2.208 2.208 0 00.998-1.854c0-.753-.372-1.442-.998-1.854zm-1.302 1.908L17.51 23.73V17.07l4.366 3.276c.026.02.052.037.079.054a1.069 1.069 0 00-.078.053z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-social-youtube>span{display:none}.icon-tooltip-triangle::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.342 32.808'%3e%3cg transform='translate(-75.669 -29.208)'%3e%3cpath d='M87.84 62.017L75.669 29.208h24.341z' fill='white' stroke-width='.265'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;width:2.4342rem;height:3.2808rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.icon-tooltip-triangle>span{display:none}.icon-cart-white::after{filter:var(--icon-white-icon-color)}.icon-addtobag-white::after{filter:var(--icon-white-icon-color)}.icon-arrow-right-white::after{filter:var(--icon-white-icon-color)}.icon-checkmark-white::after{filter:var(--icon-white-icon-color)}.icon-fb-white::after{filter:var(--icon-white-icon-color)}@media print{header,footer{display:none}.section-menu{display:none}.accordion__item .accordion__header .header__open,.accordion__item .accordion__header .header__close{display:none}.accordion__item .accordion__header[aria-expanded=false]+.accordion__panel{height:auto !important;visibility:visible}.myaccount-hero{background-color:#fff}.myaccount-hero__title{color:#4e5152}}.btn-primary.add-to-wish-list,.editorial-horizontal .horizontal-content-text .horizontal-content-link .add-to-wish-list.horizontal-link,.add-to-wish-list{cursor:pointer;padding:1.5rem;gap:1.2rem;margin-left:auto !important;margin-right:auto !important}.btn-primary.add-to-wish-list::after,.editorial-horizontal .horizontal-content-text .horizontal-content-link .add-to-wish-list.horizontal-link::after,.add-to-wish-list::after{content:none;display:none}.btn-primary.add-to-wish-list::before,.editorial-horizontal .horizontal-content-text .horizontal-content-link .add-to-wish-list.horizontal-link::before,.add-to-wish-list::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.15 9.84L20 13.72l4.85-3.88 5.476 2.433 1.746 5.82-2.773 5.544-9.281 7.644-9.846-7.658-2.23-5.576 1.732-5.774 5.476-2.434zm-3.824 3.887l-1.268 4.226 1.77 4.424 8.154 6.343 7.718-6.357 2.228-4.455-1.254-4.18-3.524-1.567-5.15 4.12-5.15-4.12-3.524 1.566z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.btn-primary.add-to-wish-list.is-full::before,.editorial-horizontal .horizontal-content-text .horizontal-content-link .add-to-wish-list.is-full.horizontal-link::before,.add-to-wish-list.is-full::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 13.72l-4.85-3.88-5.476 2.433-1.732 5.774 2.23 5.576 9.846 7.658 9.281-7.644 2.773-5.544-1.746-5.82-5.476-2.434L20 13.72z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.btn-primary.add-to-wish-list span,.editorial-horizontal .horizontal-content-text .horizontal-content-link .add-to-wish-list.horizontal-link span,.add-to-wish-list span{display:none}.btn-primary.add-to-wish-list-mobile,.editorial-horizontal .horizontal-content-text .horizontal-content-link .add-to-wish-list-mobile.horizontal-link,.add-to-wish-list-mobile{display:none}.box-editoriale-servizi-store .box-editoriale-servizi-store__container{padding:3rem;background-color:rgba(218,217,215,.25);border-radius:10px}.box-editoriale-servizi-store .box-editoriale-servizi-store__heading{margin:0 auto 30px auto;text-align:center}.box-editoriale-servizi-store .box-editoriale-servizi-store__wrapper{position:relative}.box-editoriale-servizi-store .swiper-container{position:unset}.box-editoriale-servizi-store .swiper-wrapper{position:unset}.box-editoriale-servizi-store .base-swiper .swiper-button-prev,.box-editoriale-servizi-store .base-swiper .swiper-button-next{background-color:#fff;display:block;top:80px;border-radius:50%;border:1px solid var(--border-color)}.box-editoriale-servizi-store .base-swiper .swiper-button-prev i,.box-editoriale-servizi-store .base-swiper .swiper-button-next i{width:3.6rem;height:3.6rem}.box-editoriale-servizi-store .base-swiper .swiper-button-disabled{opacity:.5}.box-editoriale-servizi-store .base-swiper .swiper-button-prev{left:-42px}.box-editoriale-servizi-store .base-swiper .swiper-button-next{right:-42px}.box-editoriale-servizi-store .editorial-carousel-mini-card img{width:48px;height:48px}.brainpull__title,.brainpull__subtitle,.brainpull__action{color:#c51622;line-height:1.15;font-weight:500}.brainpull__title{font-size:3rem}.brainpull__subtitle{font-size:2.3rem;margin-top:.25em;margin-bottom:1em}.brainpull__action{margin-top:1em}.brainpull .form-input.custom-radio{margin-left:1rem}.base-modal.modal-brainpull-subscription{border-radius:1em;border:2px solid}.base-modal.modal-brainpull-subscription .base-modal-content{padding-top:0 !important;padding-bottom:4em !important}.base-modal.modal-brainpull-subscription .brainpull__case{color:#5c5c5c}.base-modal.modal-brainpull-subscription .brainpull__case h3{font-weight:500;font-size:2.3rem;mix-blend-mode:.25em}.base-modal.modal-brainpull-subscription .fill-parent{display:block;width:100%;height:100%;line-height:40px}.base-modal.modal-brainpull-subscription [data-case]{display:none}.base-modal.modal-brainpull-subscription[data-state=success]{border-color:#5d8e45}.base-modal.modal-brainpull-subscription[data-state=success] .brainpull__case h3{color:#5d8e45}.base-modal.modal-brainpull-subscription[data-state=success] [data-case=success]{display:block}.base-modal.modal-brainpull-subscription[data-state=error]{border-color:#ce143d}.base-modal.modal-brainpull-subscription[data-state=error] .brainpull__case h3{color:#ce143d}.base-modal.modal-brainpull-subscription[data-state=error] [data-case=error]{display:block}.btn-primary,.editorial-horizontal .horizontal-content-text .horizontal-content-link .horizontal-link,.btn-primary-dark{font:700 1.4rem/1 var(--primary-font);text-transform:uppercase;border-style:solid;border-width:1.5px;padding:0 1.5rem;height:4.5rem;border-radius:0.5rem;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:var(--transition);text-decoration:none;white-space:nowrap;justify-content:center;background:var(--main-color);color:var(--background-color) !important;border-color:var(--main-color)}.btn-primary i,.editorial-horizontal .horizontal-content-text .horizontal-content-link .horizontal-link i,.btn-primary-dark i{transition:var(--transition);width:3.5rem;height:3.5rem}.btn-primary i,.editorial-horizontal .horizontal-content-text .horizontal-content-link .horizontal-link i,.btn-primary-dark i{filter:var(--white-icon-color)}.btn-primary:not(:disabled):hover,.editorial-horizontal .horizontal-content-text .horizontal-content-link .horizontal-link:not(:disabled):hover,.btn-primary-dark:not(:disabled):hover{background:var(--hover-color)}.btn-primary:disabled,.editorial-horizontal .horizontal-content-text .horizontal-content-link .horizontal-link:disabled,.btn-primary-dark:disabled,.btn-primary.disabled,.editorial-horizontal .horizontal-content-text .horizontal-content-link .disabled.horizontal-link,.disabled.btn-primary-dark{cursor:not-allowed;opacity:0.4;pointer-events:none}.btn-outline,.btn-secondary{font:700 1.4rem/1 var(--primary-font);text-transform:uppercase;border-style:solid;border-width:1.5px;padding:0 1.5rem;height:4.5rem;border-radius:0.5rem;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:var(--transition);text-decoration:none;white-space:nowrap;justify-content:center;background:var(--background-color);border-color:var(--main-color);color:var(--main-color)}.btn-outline i,.btn-secondary i{transition:var(--transition);width:3.5rem;height:3.5rem}.btn-outline:not(:disabled):hover,.btn-secondary:not(:disabled):hover{border-color:var(--hover-color);color:var(--hover-color)}.btn-outline:not(:disabled):hover i,.btn-secondary:not(:disabled):hover i{filter:var(--black-icon-color)}.btn-outline:disabled,.btn-secondary:disabled,.btn-outline.disabled,.disabled.btn-secondary{cursor:not-allowed;opacity:0.4;pointer-events:none}.btn-light,.btn-tertiary{font:700 1.4rem/1 var(--primary-font);text-transform:uppercase;border-style:solid;border-width:1.5px;padding:0 1.5rem;height:4.5rem;border-radius:0.5rem;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:var(--transition);text-decoration:none;white-space:nowrap;justify-content:center;background:var(--light-color);color:var(--main-color);border-color:var(--light-color)}.btn-light i,.btn-tertiary i{transition:var(--transition);width:3.5rem;height:3.5rem}.btn-light:not(:disabled):hover,.btn-tertiary:not(:disabled):hover{color:var(--hover-color)}.btn-light:not(:disabled):hover i,.btn-tertiary:not(:disabled):hover i{filter:var(--black-icon-color)}.btn-light:disabled,.btn-tertiary:disabled,.btn-light.disabled,.disabled.btn-tertiary{cursor:not-allowed;opacity:0.4;pointer-events:none}.btn-boxed{font:700 1.4rem/1 var(--primary-font);text-transform:uppercase;border-style:solid;border-width:1.5px;padding:0 1.5rem;height:4.5rem;border-radius:0.5rem;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:var(--transition);text-decoration:none;white-space:nowrap;justify-content:center;box-shadow:0px 8px 16px rgba(0, 0, 0, 0.1);backdrop-filter:blur(10px);border-color:transparent;color:var(--main-color);font-weight:700}.btn-boxed i{transition:var(--transition);width:3.5rem;height:3.5rem}.btn-boxed:not(:disabled):hover{background:var(--background-color)}.btn-boxed:disabled,.btn-boxed.disabled{cursor:not-allowed;opacity:0.4;pointer-events:none}.btn-dropdown{font:700 1.4rem/1 var(--primary-font);text-transform:uppercase;border-style:solid;border-width:1.5px;padding:0 1.5rem;height:4.5rem;border-radius:0.5rem;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:var(--transition);text-decoration:none;white-space:nowrap;justify-content:center;background:var(--background-color);color:var(--main-color) !important;border-color:var(--background-color);justify-content:space-between;flex-direction:row-reverse;padding-right:0.5rem}.btn-dropdown i{transition:var(--transition);width:3.5rem;height:3.5rem}.btn-dropdown::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.354 16.293l1.414-1.414 7.293 7.293 7.293-7.293 1.414 1.414L20.06 25l-8.707-8.707z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.btn-dropdown:not(:disabled):hover{background:var(--background-color)}.btn-dropdown:disabled,.btn-dropdown.disabled{cursor:not-allowed;opacity:0.4;pointer-events:none}button:not(.btn-dropdown):not(.btn-secondary):not(.btn-primary):not(.btn-primary-dark):not(.btn-outline):not(.btn-secondary):not(.btn-secondary):not(.btn-boxed):not(.btn-primary-dark):not(.btn-tertiary),[role=option]{margin:0 0.4rem;cursor:pointer;background:none;border:none;padding:0;line-height:1;color:currentColor}button:not(.btn-dropdown):not(.btn-secondary):not(.btn-primary):not(.btn-primary-dark):not(.btn-outline):not(.btn-secondary):not(.btn-secondary):not(.btn-boxed):not(.btn-primary-dark):not(.btn-tertiary):has(i),[role=option]:has(i){display:flex;align-items:center;gap:1rem;margin:0}button:not(.btn-dropdown):not(.btn-secondary):not(.btn-primary):not(.btn-primary-dark):not(.btn-outline):not(.btn-secondary):not(.btn-secondary):not(.btn-boxed):not(.btn-primary-dark):not(.btn-tertiary) i,[role=option] i{transition:var(--transition);width:3.5rem;height:3.5rem}.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide{padding:4rem 0;height:auto}.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper{width:100%;height:100%;max-width:27rem;margin:0 auto;box-shadow:0 0 20px rgba(0,0,0,.1);border-radius:.5rem;padding:6rem 2rem 4rem 2rem;position:relative}.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card{height:100%;display:flex;flex-direction:column}.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card .link{margin-top:auto}.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card .framed-cta{width:fit-content;margin:1rem auto 0;padding:1.2rem 1.6rem;border:2px solid #000;border-radius:5px}.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card .card-content{height:100%}.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-action-add-a-friend,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-action-add-to-bag,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-action-add-to-wishlist,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-action-added-to-wishlist,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-action-cancel,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-action-close,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-action-copy,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-action-edit,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-action-filter,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-action-fullscreen,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-action-hide,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-action-notify,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-action-open,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-action-play-video,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-action-pointer,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-action-qr,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-action-review-negative,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-action-review-positive,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-action-search,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-action-shade,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-action-sort,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-action-trash,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-action-vote,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-addtobag-white,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-addtobag,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-angle-down,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-angle-left,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-angle-right,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-angle-up,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-arrow-down,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-arrow-left,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-arrow-right-short,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-arrow-right,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-arrow-up,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-close-red,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-delivery,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-event-birthday,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-event-xmas,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-fastpayment,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-file-pdf,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-at,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-be,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-bg,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-ch,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-cy,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-cz,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-de,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-dk,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-ee,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-es,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-fi,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-fr,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-gb,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-gr,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-hr,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-hu,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-ie,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-it,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-lt,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-lu,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-lv,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-mt,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-nl,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-pl,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-pt,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-ro,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-rw,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-se,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-si,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-sk,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-flag-ua,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-form-checkbox-checked,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-form-checkbox,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-form-checkmark,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-form-password-displayed,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-form-password-hidden,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-form-radio-checked,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-form-radio,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-form-toggler,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-form-upload,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-info-empty,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-info-filled,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-label-app,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-label-awards,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-label-calendar,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-label-clock,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-label-email,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-label-envelope,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-label-headset,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-label-help,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-label-info,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-label-mirror,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-label-navigator,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-label-puntinatura,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-label-quality,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-label-reverse,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-label-secure,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-navigation-account-logged-in,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-navigation-account-logged-out,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-navigation-country,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-navigation-home,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-navigation-logo,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-navigation-menu,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-navigation-pin,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-navigation-return,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-navigation-stores,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-other-cluster,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-other-co2,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-other-distance,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-other-energy,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-other-gel,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-other-gift,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-other-loader,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-other-mask,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-other-products,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-other-sanitation,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-other-tester,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-other-tree,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-other-water,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-pack,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-payment-cash,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-payment-contrassegno,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-payment-fast,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-payment-mastercard,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-payment-nexi,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-payment-paypal,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-payment-safe,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-payment-scalapay,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-payment-visa-electron,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-payment-visa,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-payment-wallet,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-product-advantages,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-product-bag,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-product-boutiques,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-product-delivery,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-product-expired,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-product-gift-card,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-product-pack,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-product-recyclable,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-product-returning,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-product-sale-symbol-framed,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-product-sale-symbol,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-product-shipping,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-promo-outline,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-right,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-service-formaldehyde-free,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-service-italy,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-service-original-95,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-service-original-96,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-service-original-97,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-service-original-98,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-service-original-99,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-service-paraben-free,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-service-perfume-free,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-service-recycled-plastic,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-service-respect-the-marine,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-service-silicones-free,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-service-sles-free,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-service-tested,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-service-vegan-formula,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-shipping,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-social-facebook-colorful,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-social-facebook-noframe,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-social-facebook,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-social-google-colorful,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-social-google,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-social-instagram-auth,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-social-instagram,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-social-linkedin,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-social-pinterest,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-social-share,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-social-spotify,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-social-tiktok-auth,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-social-tiktok,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-social-twitter,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-social-youtube,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-tooltip-triangle,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-sort,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-filter,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-close,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-open,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-edit,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-trash,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-safepayments,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-safepayments-green,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-recyclable-green,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-minus,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-shipping-green,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-quality-green,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-cash-green,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-arrow-right-green,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-arrow-right-green-dark,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-logo,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-close-green,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-star,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-star-full,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-app,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-wishlist-green,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-bell,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-calendar,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-puntinatura,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-trash-green,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-checkmark,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-cart-white,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-arrow-right-white,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-checkmark-white,.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide .card-wrapper .card>.icon-fb-white{display:flex;align-items:center;justify-content:center;width:6rem;height:6rem;border-radius:50%;background-color:rgba(218,217,215,.25);position:absolute;left:50%;top:-3rem;transform:translateX(-50%)}.carousel-editorial-box-services .swiper-pagination{position:absolute;bottom:0}.box-services-links{flex-wrap:wrap}.box-services-links .box-services-links-item{width:100%;max-width:27rem;justify-content:center;margin-bottom:1rem}.cart-product-card-wrapper{background-color:#fff;overflow:hidden;border-radius:.5rem;border:1px solid var(--border-color)}.cart-product-card-wrapper .cart-product-card{position:relative}.cart-product-card-wrapper .cart-product-card .item-image{min-width:10rem;max-width:13rem}.cart-product-card-wrapper .cart-product-card .cart-product-content{padding:1.5rem}.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-info .product-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-info .info-icon-btn{align-self:flex-end}.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-info .product-color-link img{width:2rem;height:2rem}.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-info .product-color-link .product-color{text-transform:uppercase;margin-left:.5rem}.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-info .pdp-prices{display:inline-block !important;margin-top:1rem}.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-info .pdp-prices .discount{color:#008770;font-size:1.4rem;margin-right:.5rem}.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-info .pdp-prices .price{margin:0 .5rem 0 0}.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-info .pdp-prices .price-wrapper{font-size:1.4rem}.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-info .pdp-prices .old-price{opacity:.6}.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-info .omnibus-communication{font-size:1.1rem}.cart-product-card-wrapper .cart-product-card .cart-product-content .quantity-label{position:absolute;top:0;left:0;margin-top:0;border-radius:.5rem 0 .5rem 0}.cart-product-card-wrapper .cart-product-card .cart-product-content .gift-label{display:inline-block}.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-actions{margin-top:1rem;display:flex;flex-wrap:wrap}.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-actions .quantity-selector{flex:50%;height:4rem}.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-actions .quantity-selector input[type=number]{-moz-appearance:textfield}.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-actions .quantity-selector input::-webkit-outer-spin-button,.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-actions .quantity-selector input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-actions .remove-product{flex:50%}.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-actions .remove-product .minicart-remove{display:none}.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-actions .line-item-total-price{flex:100%}.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-actions .line-item-total-price>p,.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-actions .line-item-total-price>div{display:inline-block}.cart-product-card-wrapper .cart-product-errors{color:#c92316;font-size:1.1rem;padding-left:1rem}.cart-product-card-wrapper .cart-product-promo{background-color:#9fe0d5;padding:1rem;text-align:center;display:flex;justify-content:center;align-items:center}.cart-product-card-wrapper .cart-product-card-delete-confirm{background-color:var(--background-tag-color);flex-direction:column;align-items:center;padding:0 2.5rem;justify-content:center;transition:all ease-in .3s;max-height:0;display:none;opacity:0}.cart-product-card-wrapper .cart-product-card-delete-confirm button{padding:0;justify-content:center;text-transform:uppercase;margin:0 1rem}.cart-product-card-wrapper.open-delete .cart-product-card-delete-confirm{display:flex;opacity:1;max-height:15rem;height:15rem}.cart-progressbar-wrapper{grid-area:progress;display:block;width:100%;height:auto;margin-bottom:5rem}.cart-progressbar-wrapper .progressbar{display:block;overflow:hidden;position:relative;width:100%;height:1rem;border-radius:.5rem;background-color:var(--background-tag-color)}.cart-progressbar-wrapper .progressbar .progressbar-minprice,.cart-progressbar-wrapper .progressbar .progressbar-offer{position:absolute;top:0;left:0;display:block;height:100%}.cart-progressbar-wrapper .progressbar .progressbar-minprice{background-color:#4e5152}.cart-progressbar-wrapper .progressbar .progressbar-offer{background-color:#ff9800}#modal-checkout-summary{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);position:absolute;top:7rem;right:0;width:100%;height:calc(var(--vh, 1vh)*100 - 7rem);transform:translateX(100%);background-color:#fff;padding-top:2rem}#modal-checkout-summary.is-open{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:translateX(0)}#modal-checkout-summary #modal-checkout-summary-content{display:flex;flex-direction:column;height:calc(100vh - 14rem)}#modal-checkout-summary #modal-checkout-summary-content>h2,#modal-checkout-summary #modal-checkout-summary-content>p,#modal-checkout-summary #modal-checkout-summary-content .order-product-summary{padding:0 2.65rem}#modal-checkout-summary #modal-checkout-summary-content .order-product-summary{overflow-y:auto}#modal-checkout-summary #modal-checkout-summary-content .order-product-summary .cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-info{margin-right:0}.addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn{margin:0 1.5rem}.addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn:hover,.addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn:focus{transform:translateY(0)}.addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn .at-label{display:none}.addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn .at-icon-wrapper .at-icon{display:none}.addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn.at-svc-link .at-icon-wrapper::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M27 8a5 5 0 11-4.276 7.594l-4.974 2.842a5.002 5.002 0 01.055 2.951l5.12 2.715a5 5 0 11-.811 1.834l-5.238-2.778a5 5 0 11-.12-6.458l5.29-3.022A5 5 0 0127 8zm0 2a3 3 0 100 6 3 3 0 000-6zm-14 7a3 3 0 100 6 3 3 0 000-6zm11 10a3 3 0 116 0 3 3 0 01-6 0z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn.at-svc-facebook .at-icon-wrapper::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 8H15c-3.86 0-7 3.14-7 7v10c0 3.86 3.14 7 7 7h10c3.86 0 7-3.14 7-7V15c0-3.86-3.14-7-7-7zm-6 18a1 1 0 00-1-1h-2v-2h2a1 1 0 001-1v-4c0-1.654 1.346-3 3-3h4v2h-3c-1.103 0-2 .897-2 2v3a1 1 0 001 1h3.832l-.582 2H22a1 1 0 00-1 1v4h-2v-4zm11-1c0 2.757-2.243 5-5 5h-2v-3h3a1 1 0 00.96-.72l.961-3.299A1.501 1.501 0 0026.5 21H23v-2h4a1 1 0 001-1v-4a1 1 0 00-1-1h-5c-2.757 0-5 2.243-5 5v3h-2a1 1 0 00-1 1v4a1 1 0 001 1h2v3h-2c-2.757 0-5-2.243-5-5V15c0-2.757 2.243-5 5-5h10c2.757 0 5 2.243 5 5v10z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn.at-svc-pinterest_share .at-icon-wrapper::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.057 30.13l-.48 1.892a1.091 1.091 0 102.116.536l.434-1.717c.959.237 1.92.356 2.869.356 5.286 0 10.14-3.526 11.584-8.868 1.726-6.386-2.065-12.986-8.45-14.712C16.743 5.89 10.142 9.683 8.416 16.07c-1.555 5.755 1.371 11.683 6.64 14.062zm-4.534-13.492c1.413-5.225 6.813-8.326 12.037-6.914 5.225 1.412 8.327 6.812 6.914 12.037-1.392 5.149-6.655 8.227-11.81 6.963l.84-3.317c.495.127.996.195 1.494.195a5.96 5.96 0 002.977-.8 5.95 5.95 0 002.801-3.637 5.954 5.954 0 00-.589-4.555 5.954 5.954 0 00-3.637-2.8 5.955 5.955 0 00-4.556.589 5.942 5.942 0 00-2.797 3.63 5.814 5.814 0 00-.194 2.032 1.09 1.09 0 102.174-.174c-.034-.43.007-.858.125-1.282a3.783 3.783 0 011.78-2.314 3.783 3.783 0 012.9-.375 3.783 3.783 0 012.314 1.782c.508.885.641 1.913.374 2.898a3.784 3.784 0 01-1.782 2.314c-.87.5-1.878.635-2.848.385l.807-3.184a1.091 1.091 0 10-2.115-.536l-1.04 4.105a1.33 1.33 0 00-.011.043l-1.078 4.254c-4.087-2.047-6.317-6.76-5.08-11.339z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn.at-svc-twitter .at-icon-wrapper::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M24.571 10c-3.103 0-5.622 2.56-5.69 5.713-2.743-.336-4.53-1.384-5.626-2.416-1.216-1.144-1.6-2.161-1.6-2.161a.874.874 0 00-.27-.367.848.848 0 00-1.213.164s-1.029 1.4-1.029 3.442c0 1.167.361 2.03.791 2.763-.016-.008-.122-.046-.122-.046a.842.842 0 00-.867.06.891.891 0 00-.37.802s.33 2.462 2.597 4.262l-.237.06a.851.851 0 00-.58.506.891.891 0 00.044.777s.384.664 1.19 1.363c.477.414 1.178.841 2.005 1.237-1.015.379-2.53.758-4.737.758a.844.844 0 00-.464.14.87.87 0 00-.316.373.892.892 0 00.135.938s.655.737 1.95 1.378c1.295.64 3.29 1.254 6.124 1.254 4.982 0 8.562-2.44 10.796-5.533 2.235-3.092 3.204-6.798 3.204-9.634 0-.18-.011-.357-.027-.533 1.206-1.187 1.659-2.079 1.68-2.122a.592.592 0 00-.1-.667.562.562 0 00-.65-.124l-.092.043-.239.112c.233-.379.416-.783.544-1.202a.59.59 0 00-.193-.634.56.56 0 00-.649-.038 8.249 8.249 0 01-2.064.94A5.627 5.627 0 0024.57 10zm0 1.75c2.22 0 4 1.818 4 4.083 0 2.415-.888 5.855-2.868 8.595-1.98 2.741-4.971 4.822-9.417 4.822-2.152 0-3.583-.397-4.655-.827 1.123-.178 2.09-.416 2.785-.69 1.206-.477 1.856-1.027 1.856-1.027a.892.892 0 00.052-1.279.853.853 0 00-.402-.234c-1.556-.397-2.554-1.04-3.18-1.575l.894-.227a.855.855 0 00.452-.29.885.885 0 00-.351-1.376c-1.855-.728-2.633-1.758-3.031-2.62.484.102.935.228 1.58.228.193 0 .38-.066.532-.189a.891.891 0 00.244-1.057.867.867 0 00-.393-.411s-1.812-.851-1.812-3.301c0-.44.12-.719.207-1.052.299.41.545.806 1.028 1.26 1.47 1.386 3.903 2.798 7.577 3a.843.843 0 00.635-.24.877.877 0 00.268-.635v-.875c0-2.265 1.78-4.083 4-4.083z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.common-swatches-wrapper{display:inline-block}.common-swatches-wrapper .swatches-list .swatches-item{margin-bottom:1rem}.common-swatches-wrapper .swatches-list .swatches-item button{display:block;width:3.5rem;height:3.5rem;line-height:100%;background-color:currentColor;border-radius:50%;overflow:hidden}.common-swatches-wrapper .swatches-list .swatches-item button.more-color{color:#4e5152;background-color:var(--background-tag-color)}.common-swatches-wrapper .swatches-list .swatches-item button.not-salable{opacity:.3}.common-swatches-wrapper .swatches-list .swatches-item.selected button{border:1px solid #4e5152}.customer-service-detail{position:relative;margin:2rem}@media only screen and (max-width: 1024px){.customer-service-detail h1.page-title{text-align:center}}.customer-service-nav{padding:4rem 6rem;background-color:var(--background-tag-color);border-radius:10px;height:max-content;position:sticky;top:200px}.customer-service-list li{position:relative}.customer-service-list a{display:block;padding:15px 15px 15px 20px !important;line-height:1.25}.customer-service-list a.current{background-color:#fff;padding:15px 15px 15px 40px !important;border-radius:5px;position:relative}.customer-service-list a.current::before{content:"›";position:absolute;left:20px;top:48%;transform:translateY(-50%);font-size:22px}.contact-us-form .contact-us-privacy label{opacity:1 !important;pointer-events:all;transform:none}.contact-us-form .contact-us-privacy .invalid-feedback{padding-left:3rem;text-align:left}.dropdown{display:inline-block;height:auto;position:relative;border-radius:.5rem;border:1px solid var(--border-color)}.dropdown .btn-dropdown{box-shadow:none}.dropdown .dropdown-content{z-index:9;transition:all 0.4s cubic-bezier(0.25, 1, 0.5, 1);display:block;width:100%;visibility:hidden;pointer-events:none;opacity:0;position:absolute;top:5rem;left:0;background-color:#fff;border:1px solid var(--border-color);border-radius:.5rem}.dropdown .dropdown-content .dropdown-list{list-style-type:none;padding:0;margin:0}.dropdown .dropdown-content .dropdown-list .dropdown-item{position:relative}.dropdown .dropdown-content .dropdown-list .dropdown-item::before{content:"";position:absolute;top:0;left:0;height:1px;width:100%;background:#ece8e5;background:linear-gradient(90deg, rgba(236, 232, 229, 0) 0%, rgb(236, 232, 229) 50%, rgba(236, 232, 229, 0) 100%)}.dropdown .dropdown-content .dropdown-list .dropdown-item a{width:100%;height:5rem;text-align:center;display:flex;align-items:center;justify-content:center}.dropdown .dropdown-content .dropdown-list.active a{font-weight:bold}.dropdown.is-open .btn-dropdown::after{transition:all 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:translateY(-50%) rotate(180deg)}.dropdown.is-open .dropdown-content{pointer-events:all;opacity:1;visibility:visible}.editorial-anchor-marker{display:block;position:relative;top:0;visibility:hidden;opacity:0;width:100%;height:0}.editorial-anchor-marker.editmode{visibility:visible;opacity:1;height:auto;background:#ffe89a;border-top:2px dashed #bd9a22;border-bottom:2px dashed #bd9a22}.editorial-anchor-marker.editmode p{display:block;text-align:center;padding:.5rem}.editorial-anchor-marker.editmode p::before{content:"#"}.editorial-banner{margin:2rem 0}.editorial-banner .content-banner-image{display:block;position:relative;overflow:hidden}.editorial-banner .content-banner-image img{display:block;width:100%}.editorial-banner .content-banner-image--rateo{height:0}.editorial-banner .content-banner-image--rateo img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.editorial-base{position:relative;overflow:hidden;padding-top:0}.editorial-base .content-base-text{position:absolute;width:100%;top:50%;left:50%;transform:translate(-50%, -50%);z-index:2;margin-bottom:-10rem;padding:0 2rem}.editorial-base .content-base-text .base-text{text-align:center;line-height:1.9rem}.editorial-base .content-base-image{display:block;position:relative;width:100%;height:0;padding-bottom:66.5%;z-index:1}.editorial-base .content-base-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.editorial-beauty-kit-card-product{margin:2rem 0 0 0}.editorial-beauty-kit-card-product .editorial-container{padding:0}.editorial-beauty-kit-card-product .horizontal-beauty-kit-column{padding:3rem 1rem}.editorial-beauty-kit-card-product .horizontal-beauty-kit-column--kit{background:var(--background-tag-color);padding:3rem 2rem}.editorial-beauty-kit-card-product .horizontal-beauty-kit-column--products{padding-bottom:0}.editorial-beauty-kit-card-product .horizontal-beauty-kit-column .cart-product-card-wrapper{margin-bottom:0 !important}.editorial-beauty-kit-card-product .horizontal-beauty-kit-column .cart-product-card-wrapper .cart-product-card .cart-product-content{display:flex;flex-direction:column;justify-content:center}.editorial-beauty-kit-card-product .horizontal-beauty-kit-column .cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-info .pdp-prices .price{margin-right:.5rem}.editorial-beauty-kit-card-product .horizontal-beauty-kit-column .cart-product-card-wrapper .product-name{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.editorial-beauty-kit-card-product .beauty-kit-title{line-height:1;font-weight:700;font-size:2.4rem;display:block;text-align:center;margin-bottom:3rem}.editorial-beauty-kit-card-product .icon-open{margin:1rem 0 1rem 4.6rem}.editorial-beauty-kit-card-product .content-button{margin-top:2rem}.editorial-beauty-kit-card-product .content-button .editorial-btn{margin:0 auto}.editorial-beauty-kit-card-product .horizontal-beauty-kit-content-products{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center}.editorial-beauty-kit-card-product .horizontal-beauty-kit-content-products .horizontal-beauty-kit-product{width:50%;flex:0 0 50%;position:relative;padding:3rem .5rem}.editorial-beauty-kit-card-product .horizontal-beauty-kit-content-products .horizontal-beauty-kit-product .product-card{padding:0}.editorial-beauty-kit-card-product .horizontal-beauty-kit-content-products .horizontal-beauty-kit-product:nth-child(2)::after{content:"";display:block;position:absolute;z-index:1;left:0;top:0;width:1px;height:100%;background:-moz-linear-gradient(top, rgba(236, 232, 229, 0) 0%, rgb(236, 232, 229) 15%, rgb(236, 232, 229) 85%, rgba(236, 232, 229, 0) 100%);background:-webkit-linear-gradient(top, rgba(236, 232, 229, 0) 0%, rgb(236, 232, 229) 15%, rgb(236, 232, 229) 85%, rgba(236, 232, 229, 0) 100%);background:linear-gradient(to bottom, rgba(236, 232, 229, 0) 0%, rgb(236, 232, 229) 15%, rgb(236, 232, 229) 85%, rgba(236, 232, 229, 0) 100%)}.editorial-beauty-kit-card-product .horizontal-beauty-kit-with-image{max-width:140rem;margin:0 auto;position:relative}.editorial-beauty-kit-card-product .horizontal-beauty-kit-with-image .horizontal-beauty-kit-img{padding-bottom:33%;height:0;overflow:hidden;border-radius:.5rem;position:absolute;top:50%;left:0;transform:translateY(-50%);z-index:1;width:100%;display:none}.editorial-beauty-kit-card-product .horizontal-beauty-kit-with-image .horizontal-beauty-kit-img img{display:block;width:100%;height:100%;object-fit:cover;position:absolute;z-index:1}.editorial-buttons{padding:1.5rem 1.5rem}.editorial-buttons .content-items{margin:0 -0.5rem;display:flex;flex-direction:row;flex-wrap:wrap}.editorial-buttons .content-items .item{padding:.5rem;width:50%;flex:0 0 50%}.editorial-carousel-magazine{margin:4rem 0}.editorial-carousel-magazine .editorial-container{padding:0 1rem}.editorial-carousel-magazine .magazine-content-title{margin-bottom:3rem}.editorial-carousel-magazine .magazine-content-title .magazine-title{display:block;text-align:center;text-transform:uppercase;margin:0}.editorial-carousel-magazine .magazine-content-title .magazine-content-text{text-align:center;margin-top:1rem}.editorial-carousel-magazine .magazine-content-title .magazine-text{display:inline-block;text-align:center}.editorial-carousel-magazine .magazine-content-title .magazine-text::after{content:"›";margin-left:.5rem;font-size:140%}.editorial-carousel-magazine .magazine-content-title .magazine-text a{text-decoration:none}.editorial-carousel-magazine .magazine-content-slider{margin:0 -2rem}.editorial-carousel-magazine .magazine-content-slider .swiper-container .swiper-pagination{margin-top:2rem}.editorial-carousel-magazine .magazine-content-slider .base-swiper .swiper-button-prev,.editorial-carousel-magazine .magazine-content-slider .base-swiper .swiper-button-next{display:none}.editorial-carousel-magazine .magazine-content-slider .swiper-slide{width:auto}.editorial-carousel-magazine .editorial-carousel-magazine-item{display:flex;flex-direction:column;box-shadow:0 10px 20px rgba(0,0,0,.05);background:#fff;border-radius:.5rem;overflow:hidden;height:100%;width:23rem}.editorial-carousel-magazine .editorial-carousel-magazine-item .content-item-image{height:0;padding-bottom:100%;position:relative}.editorial-carousel-magazine .editorial-carousel-magazine-item .content-item-image img{display:block;width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1}.editorial-carousel-magazine .editorial-carousel-magazine-item .content-item-info{flex:1;padding:2rem 1.5rem 2.5rem 1.5rem}.editorial-carousel-magazine .editorial-carousel-magazine-item .content-item-info .item-title{display:block;text-align:center;margin-bottom:1rem}.editorial-carousel-magazine .editorial-carousel-magazine-item .content-item-info .content-item-text{display:flex;flex-direction:column;width:100%;align-items:center;justify-content:center;min-height:5.8rem}.editorial-carousel-magazine .editorial-carousel-magazine-item .content-item-info .content-item-text .item-text{display:block;text-align:center}.editorial-carousel-magazine .editorial-carousel-magazine-item .content-item-info .item-content-link{margin-top:auto;text-align:center;padding-top:1rem}.editorial-carousel-magazine .editorial-carousel-magazine-item .content-item-info .item-content-link .item-link{display:inline-block;text-align:center}.editorial-carousel-magazine .editorial-carousel-magazine-item .content-item-info .item-content-link .item-link.framed-cta{padding:.8rem 1rem;border:2px solid #000;border-radius:5px;display:flex;justify-content:center;align-items:center;width:fit-content;margin:0 auto}.editorial-carousel-magazine .editorial-carousel-magazine-item .content-item-info .item-content-link .item-link::after{content:"›";margin-left:.5rem;font-size:140%}.editorial-carousel-magazine .magazine-content-highlight{margin-top:1rem}.editorial-carousel-magazine .magazine-highlight{display:block;border-radius:.5rem;overflow:hidden;background:#fff;box-shadow:0 30px 40px rgba(0,0,0,.05)}.editorial-carousel-magazine .magazine-highlight .magazine-highlight-image{height:0;padding-bottom:100%;position:relative}.editorial-carousel-magazine .magazine-highlight .magazine-highlight-image img{display:block;width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1}.editorial-carousel-magazine .magazine-highlight .magazine-highlight-content-text{padding:3.5rem 2rem}.editorial-carousel-magazine .magazine-highlight .magazine-highlight-content-text .magazine-highlight-title{line-height:1;font-weight:700;font-size:2.4rem;display:block;text-align:center;margin-bottom:2rem}.editorial-carousel-magazine .magazine-highlight .magazine-highlight-content-text .magazine-highlight-text{display:block;text-align:center;margin-bottom:2.5rem}.editorial-carousel-magazine .magazine-highlight .magazine-highlight-content-text .magazine-highlight-info{display:flex;flex-direction:row;align-items:center;justify-content:center}.editorial-carousel-magazine .magazine-highlight .magazine-highlight-content-text .magazine-highlight-info .magazine-highlight-info-value{display:block;padding:1.6rem 3.2rem;background:#fff;box-shadow:0 0 20px rgba(0,0,0,.1);border-radius:.5rem;overflow:hidden}.editorial-carousel-magazine .magazine-highlight .magazine-highlight-content-text .magazine-highlight-info .magazine-highlight-info-label{display:block;text-align:left;padding-left:1rem;max-width:11rem;text-transform:uppercase}.editorial-carousel-magazine .magazine-highlight .magazine-highlight-content-text .magazine-highlight-content-link{text-align:center;padding-top:2.5rem}.editorial-carousel-magazine .magazine-highlight .magazine-highlight-content-text .magazine-highlight-content-link .magazine-highlight-link{display:inline-block;text-align:center}.editorial-carousel-magazine .magazine-highlight .magazine-highlight-content-text .magazine-highlight-content-link .magazine-highlight-link.framed-cta{padding:.8rem 1rem;border:2px solid #000;border-radius:5px}.editorial-carousel-magazine .magazine-highlight .magazine-highlight-content-text .magazine-highlight-content-link .magazine-highlight-link::after{content:"›";margin-left:.5rem;font-size:140%}.editorial-carousel-mini-circle{margin:2rem 0}.editorial-carousel-mini-circle .swiper-container .swiper-pagination{margin-top:2rem}.editorial-carousel-mini-circle .swiper-button-prev,.editorial-carousel-mini-circle .swiper-button-next{display:none}.editorial-carousel-mini-circle .editorial-carousel-mini-circle-item .circle{display:flex;flex-direction:column;align-items:center;justify-content:center;width:11rem;height:11rem;border-radius:50%;background:var(--background-tag-color);position:relative;overflow:hidden;margin:0 auto;padding:0 1rem}.editorial-carousel-mini-circle .editorial-carousel-mini-circle-item .circle-upper-title{display:block;width:100%;text-align:center;text-transform:uppercase;margin:0;padding:0}.editorial-carousel-mini-circle .editorial-carousel-mini-circle-item .circle-lower-title{display:block;width:100%;text-align:center;text-transform:uppercase;margin:0;padding:0}.editorial-carousel-mini-circle .editorial-carousel-mini-circle-item .circle-main-title{line-height:1;font-weight:700;font-size:2.4rem;display:block;width:100%;color:#008770;text-align:center;text-transform:uppercase;margin:0;padding:.5rem 0}.editorial-carousel-mini-circle .editorial-carousel-mini-circle-item .circle-main-title sup{display:inline-block;font-size:1.2rem;vertical-align:revert;text-transform:none;text-decoration:underline;margin-left:.2rem}.editorial-carousel-mini-circle .editorial-carousel-mini-circle-item .description{display:block;width:100%;color:#008770;text-align:center;margin:0;padding:2rem 0 0 0}.editorial-carousel-promotions{margin:4.5rem 0 0;padding:0}.editorial-carousel-promotions .swiper-container .swiper-pagination{margin-top:2rem}.editorial-carousel-promotions .base-swiper .swiper-button-prev,.editorial-carousel-promotions .base-swiper .swiper-button-next{display:none !important}.editorial-carousel-promotions .swiper-container{padding:0 2rem}.editorial-carousel-promotions .swiper-slide{width:auto}.editorial-carousel-promotions .editorial-carousel-promotions-item{width:27rem;margin:0 auto;padding-top:2.5rem;box-sizing:content-box;height:256px}.editorial-carousel-promotions .editorial-carousel-promotions-item .item-content-box{padding:0 2rem 1.5rem 2rem;position:relative;border-radius:.5rem;background:var(--background-tag-color);min-height:21rem}.editorial-carousel-promotions .editorial-carousel-promotions-item .item-content-img{display:block;position:relative;width:10rem;padding-bottom:10rem;height:0;overflow:hidden;border-radius:.5rem;transform:translateY(-2.5rem);margin-bottom:-2.5rem}.editorial-carousel-promotions .editorial-carousel-promotions-item .item-content-img img{display:block;width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;z-index:1}.editorial-carousel-promotions .editorial-carousel-promotions-item .content-date{display:flex;flex-direction:row;align-items:center;border-radius:5px;position:absolute;top:.6rem;right:.6rem;z-index:2;padding:.3rem .8rem;background-color:var(--main-color);color:var(--background-color)}.editorial-carousel-promotions .editorial-carousel-promotions-item .content-date .content-date-icon{width:3.4rem;height:3.4rem;gap:1rem;filter:var(--white-icon-color)}.editorial-carousel-promotions .editorial-carousel-promotions-item .content-date .content-date-icon i{display:block;width:3.4rem;height:3.4rem}.editorial-carousel-promotions .editorial-carousel-promotions-item .item-content-info .item-content-highlight-text{margin:1.2rem 0}.editorial-carousel-promotions .editorial-carousel-promotions-item .item-content-info .item-description{display:block;text-align:left;margin:1.2rem 0 0}.editorial-carousel-promotions .editorial-carousel-promotions-item .item-content-info .item-description span{display:inline}.editorial-carousel-promotions .content-item-link{margin-top:1.8rem;padding-left:2rem;text-align:left}.editorial-carousel-promotions .content-item-link .item-link{display:flex;align-items:center;gap:1rem}.editorial-carousel-promotions .content-item-link .item-link:after{content:"›";margin-left:.5rem;font-size:140%}.editorial-carousel{margin:0}.editorial-carousel--with-static-tile{display:flex;text-align:center;gap:2rem;max-width:100%}@media only screen and (max-width: 1023px){.editorial-carousel--with-static-tile{flex-direction:column;align-items:center;padding:0}}.editorial-carousel--with-static-tile-after{flex-direction:row-reverse}.editorial-carousel-static-tile{width:100%;max-width:33.3333333333%;box-shadow:0 0 20px rgba(0,0,0,.1)}.editorial-carousel-static-tile__content{padding:2rem;background-color:#fff;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.editorial-carousel-static-tile__content [class*=btn-]{justify-content:center;padding:0 1.5rem}.editorial-carousel-static-tile__body{display:flex;flex-direction:column;align-items:center;gap:.5rem}.editorial-carousel .base-swiper .swiper-button-prev,.editorial-carousel .base-swiper .swiper-button-next{display:none !important}.editorial-carousel .swiper-container{padding-top:2rem}.editorial-carousel .swiper-container .swiper-pagination{margin-top:1rem}.editorial-carousel .swiper-slide{width:auto}.editorial-carousel .editorial-carousel-item{padding:0;height:100%}.editorial-carousel .editorial-carousel-item .item-link{display:block;background:#fff;box-shadow:0 30px 40px rgba(0,0,0,.05);border-radius:1rem;overflow:hidden;position:relative;z-index:2;transition:all ease-in-out .3s}.editorial-carousel .editorial-carousel-item .item-container{display:block;background:#fff;box-shadow:0 30px 40px rgba(0,0,0,.05);border-radius:1rem;overflow:hidden;position:relative;z-index:2;transition:all ease-in-out .3s}.editorial-carousel .editorial-carousel-item .item-content-img{display:block;position:relative;width:100%;padding-bottom:120%;height:0;overflow:hidden}.editorial-carousel .editorial-carousel-item .item-content-img img{display:block;width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;z-index:1}.editorial-carousel .editorial-carousel-item .item-content-info{padding:.5rem 1.5rem 1rem}.editorial-carousel .editorial-carousel-item .item-content-info .item-content-title{min-height:3.8rem;display:flex;flex-direction:column;justify-content:center}.editorial-carousel .editorial-carousel-item .item-content-info .item-title{display:block;width:100%;text-align:center}.editorial-carousel .editorial-carousel-item .item-content-info .item-description{display:block;text-align:center;margin-bottom:.5rem}.editorial-carousel .editorial-carousel-item .item-content-info .item-highlight-text{display:block;text-align:center;margin-bottom:.5rem}.editorial-carousel .editorial-carousel-item .item-content-info .item-btn-discover-more{display:block;width:fit-content;margin:1rem auto;text-align:center;font-weight:700}.editorial-carousel .editorial-carousel-item .item-content-info .item-btn-discover-more.framed-cta{font-size:1.4rem;padding:.8rem 1rem;border:2px solid #000;border-radius:5px}.editorial-carousel .editorial-carousel-item .item-content-info .item-btn-discover-more .btn-label::after{content:">";margin-left:.5rem}.editorial-carousel .editorial-carousel-item .content-highlight-image{opacity:0;transition:all ease-in-out .3s;position:relative;z-index:1;margin:-10rem -2.4rem 0 -2.4rem;height:0;padding-bottom:70%}.editorial-carousel .editorial-carousel-item .content-highlight-image img{display:block;width:100%;height:100%;position:absolute;z-index:1;bottom:0;left:0;object-fit:contain}.experience-editorial_services .item-btn-discover-more{padding:.8rem 1rem;border:2px solid #000;border-radius:5px}.editorial-carousel--with-static-tile .experience-editorialCarouselStatic{width:26.2rem}.editorial-carousel--with-static-tile .editorial-container{max-width:100%}.editorial-carousel--with-static-tile .editorial-container .swiper-slide{width:calc(33.3% - 15px)}.editorial-cart-promo .card-promo{background-color:var(--background-tag-color);position:relative;text-align:center;padding:10rem 2rem 2rem 2rem;border-radius:.5rem}.editorial-cart-promo .card-promo img{width:10rem;height:10rem;position:absolute;top:-2.5rem;left:50%;transform:translateX(-50%)}.editorial-cart-promo .card-promo .link{justify-content:center}.editorial-gallery{margin:4rem 0}.editorial-gallery .editorial-container{padding:0}.editorial-gallery .gallery-content-image{display:block;width:100%;height:0;position:relative;padding:0 0 100% 0;overflow:hidden}.editorial-gallery .gallery-content-image--square{padding-bottom:100%}.editorial-gallery .gallery-content-image--horizontal{padding-bottom:66.6666666%}.editorial-gallery .gallery-content-image--vertical{padding-bottom:150%}.editorial-gallery .gallery-content-image img{display:block;position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover}.editorial-gallery .gallery-content-video{display:block;width:100%;height:0;position:relative;padding:0 0 56.25% 0;overflow:hidden}.editorial-gallery .gallery-content-video iframe{display:block;position:absolute;top:0;left:0;z-index:1;width:100%;height:100%}.editorial-gallery .swiper-container .swiper-pagination{margin-top:2.5rem;padding-bottom:0}.editorial-gallery .base-swiper .swiper-wrapper{align-items:center}.editorial-gallery .base-swiper .swiper-button-prev,.editorial-gallery .base-swiper .swiper-button-next{display:none !important}.editorial-hero-heading{position:relative;margin-bottom:2rem}.editorial-hero-heading .content-hero-heading-image{height:0;padding-bottom:71%;position:relative}.editorial-hero-heading .content-hero-heading-image img{display:block;width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1}.editorial-hero-heading .content-hero-heading-text{padding:2.5rem 2rem 0 2rem}.editorial-hero-heading .content-hero-heading-text .hero-heading-title{display:block;text-transform:uppercase;text-align:center;margin-bottom:2.5rem;padding:0 2rem}.editorial-hero-heading .content-hero-heading-text .hero-heading-text{display:block;text-align:center;margin:0}.editorial-hero{position:relative}.editorial-hero .editorial-hero-url{position:absolute;left:0;top:0;z-index:3;width:100%;height:100%}.editorial-hero .swiper-container .swiper-pagination{position:absolute;top:calc(100vw - 1.3rem);left:0;flex:0 1 auto;padding:0 1rem}.editorial-hero .swiper-container .swiper-pagination-bullet{width:100%;border-radius:.5rem;height:.3rem;margin:0 .5rem}.editorial-hero .editorial-hero-item{position:relative;overflow:hidden}.editorial-hero .editorial-hero-item .editorial-hero-url{z-index:2}.editorial-hero .editorial-hero-item .content-bg-image{width:100%;height:0;padding-bottom:100%;position:relative;overflow:hidden}.editorial-hero .editorial-hero-item .content-bg-image img{display:block;width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1}.editorial-hero .editorial-hero-item .content-hero-text{display:flex;flex-direction:column;padding-bottom:2rem;text-align:center}.editorial-hero .editorial-hero-item .content-hero-text>*{padding:0 2rem}.editorial-hero .editorial-hero-item .content-hero-text .hero-eyelet{display:block;color:#4e5152;font-size:1.4rem;font-weight:700;text-transform:uppercase;padding:1.5rem 1.5rem 0}.editorial-hero .editorial-hero-item .content-hero-text .hero-title{font-size:2.4rem;font-weight:700;margin-top:1.5rem}.editorial-hero .editorial-hero-item .content-hero-text .hero-description{font-weight:500}.editorial-hero .editorial-hero-item .content-hero-text .hero-content-link{margin:1rem auto}.editorial-hero .editorial-hero-item .content-hero-text .hero-content-link .hero-link{display:flex;font-weight:700;gap:1rem;align-items:center;justify-content:center}.editorial-hero .editorial-hero-item .content-hero-text .hero-content-link .hero-link.framed-cta{width:fit-content;padding:.8rem 1rem;border:2px solid #000;border-radius:5px;display:flex;justify-content:center;align-items:center}.editorial-hero .editorial-hero-item .content-hero-text .hero-content-link .hero-link::after{content:"›";transform:scale(1.4) translateY(-3%)}.editorial-hero .editorial-hero-item .content-hero-text .hero-content-promo{display:flex;flex-direction:row;align-items:center;padding:1.3rem 2rem}.editorial-hero .editorial-hero-item .content-hero-text .hero-content-promo .icon-promo-outline{display:block;width:3.2rem;height:3.2rem}.editorial-hero .editorial-hero-item .content-hero-text .hero-content-promo .hero-promo{width:100%;font-weight:500;line-height:3.2rem;text-align:center}.editorial-hero .editorial-hero-item .hero-content-link-list{padding:0 .2rem;position:relative;overflow:hidden;margin:0 auto;width:100%;max-width:43rem}.editorial-hero .editorial-hero-item .hero-content-link-list .swiper-button-prev,.editorial-hero .editorial-hero-item .hero-content-link-list .swiper-button-next{display:block;margin:-2rem 2rem 0}.editorial-hero .editorial-hero-item .hero-content-link-list .swiper-button-prev i,.editorial-hero .editorial-hero-item .hero-content-link-list .swiper-button-next i{width:4rem;height:4rem}.editorial-hero .editorial-hero-item .hero-content-link-list .editorial-hero-item-link{padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;text-align:center;height:100%}.editorial-hero .editorial-hero-item .hero-content-link-list .content-link-img{width:100%;height:0;padding-bottom:100%;position:relative;border-radius:.5rem;overflow:hidden;border:2px solid #fff}.editorial-hero .editorial-hero-item .hero-content-link-list .content-link-img img{display:block;width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0;z-index:1}.editorial-hero .editorial-hero-item .hero-content-link-list .content-link-text{padding:2.5rem 1.2rem 0 1.2rem;width:100vw;text-align:center;transition:all .4s cubic-bezier(0.25, 1, 0.5, 1);opacity:0;visibility:hidden}.editorial-hero .editorial-hero-item .hero-content-link-list .content-link-text .link-text{display:inline-block}.editorial-hero .editorial-hero-item .hero-content-link-list .content-link-text .link-text::after{content:"›";margin-left:.5rem;font-size:140%}.editorial-hero .editorial-hero-item .hero-content-link-list .swiper-slide-active .content-link-img{transform:scale(1.3)}.editorial-hero .editorial-hero-item .hero-content-link-list .swiper-slide-active .content-link-text{opacity:1;visibility:visible}.editorial-horizontal-card-product{margin:4rem 0}.editorial-horizontal-card-product .editorial-container{padding:0 1rem}.editorial-horizontal-card-product .align-center{align-items:center}.editorial-horizontal-card-product .horizontal-media-wrp{padding:0}.editorial-horizontal-card-product .horizontal-media-wrp--bigger{margin:0 -2rem;padding:0}.editorial-horizontal-card-product .horizontal-media-wrp--bigger .horizontal-content-image,.editorial-horizontal-card-product .horizontal-media-wrp--bigger .horizontal-content-video{border-radius:0}.editorial-horizontal-card-product .horizontal-content-image{display:block;width:100%;height:0;position:relative;padding:0 0 100% 0;border-radius:.5rem;overflow:hidden}.editorial-horizontal-card-product .horizontal-content-image--square{padding-bottom:100%}.editorial-horizontal-card-product .horizontal-content-image--horizontal{padding-bottom:66.6666666%}.editorial-horizontal-card-product .horizontal-content-image--vertical{padding-bottom:150%}.editorial-horizontal-card-product .horizontal-content-image img{display:block;position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover}.editorial-horizontal-card-product .horizontal-content-video{display:block;width:100%;height:0;position:relative;padding:0 0 56.25% 0;border-radius:.5rem;overflow:hidden}.editorial-horizontal-card-product .horizontal-content-video iframe{display:block;position:absolute;top:0;left:0;z-index:1;width:100%;height:100%}.editorial-horizontal-card-product .horizontal-content-products{margin-left:-20px;margin-right:-20px}.editorial-horizontal-card-product .horizontal-content-products .horizontal-products-item{position:relative;margin:2.5rem 0}.editorial-horizontal-card-product .horizontal-content-products .horizontal-products-item:nth-child(even):before{content:"";position:absolute;top:0;left:0;display:block;width:1px;height:100%;z-index:1;background:#ece8e5}.editorial-horizontal-card-product .horizontal-content-products .horizontal-products-item .product-card{padding:0}.editorial-horizontal-highlight{margin:4rem 0}.editorial-horizontal-highlight .editorial-container{padding:0 1rem}.editorial-horizontal-highlight .horizontal-media-wrp{margin:0 -2rem;padding:0}.editorial-horizontal-highlight .horizontal-media-wrp .horizontal-content-image,.editorial-horizontal-highlight .horizontal-media-wrp .horizontal-content-video{border-radius:0}.editorial-horizontal-highlight .horizontal-content-image{display:block;width:100%;height:0;position:relative;padding:0 0 100% 0;border-radius:.5rem;overflow:hidden}.editorial-horizontal-highlight .horizontal-content-image--square{padding-bottom:100%}.editorial-horizontal-highlight .horizontal-content-image--horizontal{padding-bottom:66.6666666%}.editorial-horizontal-highlight .horizontal-content-image--vertical{padding-bottom:150%}.editorial-horizontal-highlight .horizontal-content-image img{display:block;position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover}.editorial-horizontal-highlight .horizontal-content-video{display:block;width:100%;height:0;position:relative;padding:0 0 56.25% 0;border-radius:.5rem;overflow:hidden}.editorial-horizontal-highlight .horizontal-content-video iframe{display:block;position:absolute;top:0;left:0;z-index:1;width:100%;height:100%}.editorial-horizontal-highlight .horizontal-content-text{padding-top:3rem}.editorial-horizontal-highlight .horizontal-content-text .horizontal-title{display:block;text-align:center;margin-bottom:2rem;color:#000}.editorial-horizontal-highlight .horizontal-content-text .horizontal-text{display:block;text-align:center;margin-bottom:3rem}.editorial-horizontal-highlight .horizontal-content-link{text-align:left}.editorial-horizontal-highlight .horizontal-content-link .horizontal-link{display:inline-block}.editorial-horizontal-highlight .horizontal-content-link .horizontal-link:after{content:"›";margin-left:.5rem;font-size:140%}.editorial-horizontal-highlight .horizontal-style-1 .horizontal-items .horizontal-item:last-child{margin-bottom:0}.editorial-horizontal-highlight .horizontal-style-1 .editorial-horizontal-highlight-item{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:.7rem;border-radius:.5rem;background:var(--background-tag-color)}.editorial-horizontal-highlight .horizontal-style-1 .editorial-horizontal-highlight-item .content-item-icon{width:3.5rem;flex:0 0 3.5rem}.editorial-horizontal-highlight .horizontal-style-1 .editorial-horizontal-highlight-item .content-item-icon img{display:block;width:3.5rem;height:3.5rem}.editorial-horizontal-highlight .horizontal-style-1 .editorial-horizontal-highlight-item .content-item-icon .item-icon-label{display:none}.editorial-horizontal-highlight .horizontal-style-1 .editorial-horizontal-highlight-item .content-item-text{padding-left:1rem;max-width:calc(100% - 4rem)}.editorial-horizontal-highlight .horizontal-style-1 .editorial-horizontal-highlight-item .content-item-text .item-text{display:block;text-align:left;margin:0}.editorial-horizontal-highlight .horizontal-style-2 .horizontal-items .horizontal-item{margin-bottom:1rem}.editorial-horizontal-highlight .horizontal-style-2 .horizontal-items .horizontal-item:last-child{margin-bottom:0}.editorial-horizontal-highlight .horizontal-style-2 .editorial-horizontal-highlight-item{display:flex;flex-direction:row;align-items:center;justify-content:center}.editorial-horizontal-highlight .horizontal-style-2 .editorial-horizontal-highlight-item .content-item-icon{width:3.5rem;flex:0 0 3.5rem}.editorial-horizontal-highlight .horizontal-style-2 .editorial-horizontal-highlight-item .content-item-icon img{display:block;width:3.5rem;height:3.5rem}.editorial-horizontal-highlight .horizontal-style-2 .editorial-horizontal-highlight-item .content-item-icon .item-icon-label{display:none}.editorial-horizontal-highlight .horizontal-style-2 .editorial-horizontal-highlight-item .content-item-text{padding-left:1rem;max-width:calc(100% - 4rem)}.editorial-horizontal-highlight .horizontal-style-2 .editorial-horizontal-highlight-item .content-item-text .item-text{display:block;text-align:left;margin:0}.editorial-horizontal-highlight .horizontal-style-3 .horizontal-items .horizontal-item{margin-bottom:1.5rem}.editorial-horizontal-highlight .horizontal-style-3 .horizontal-items .horizontal-item:last-child{margin-bottom:0}.editorial-horizontal-highlight .horizontal-style-3 .editorial-horizontal-highlight-item{display:flex;flex-direction:row;align-items:center}.editorial-horizontal-highlight .horizontal-style-3 .editorial-horizontal-highlight-item .content-item-icon{display:flex;flex-direction:row;align-items:center;justify-content:center;width:10rem;flex:0 0 10rem;padding:.5rem .8rem;border-radius:.5rem;box-shadow:0 0 20px rgba(0,0,0,.1)}.editorial-horizontal-highlight .horizontal-style-3 .editorial-horizontal-highlight-item .content-item-icon img{display:block;width:3.5rem;flex:0 0 3.5rem;height:3.5rem}.editorial-horizontal-highlight .horizontal-style-3 .editorial-horizontal-highlight-item .content-item-icon .item-icon-label{display:block;width:calc(100% - 3.5rem);flex:0 0 calc(100% - 3.5rem);text-align:left;padding-left:.5rem}.editorial-horizontal-highlight .horizontal-style-3 .editorial-horizontal-highlight-item .content-item-text{padding-left:2rem;max-width:calc(100% - 10rem)}.editorial-horizontal-highlight .horizontal-style-3 .editorial-horizontal-highlight-item .content-item-text .item-text{display:block;text-align:left;margin:0}.editorial-horizontal-product{margin:2rem 0}.editorial-horizontal-product .editorial-container{padding:0 1rem}.editorial-horizontal-product .product-card{padding-top:3rem;padding-bottom:0}.editorial-horizontal-product .editorial-product-box .product-box-content-text .product-box-title,.editorial-horizontal-product .editorial-product-box .product-box-content-text .product-box-text-highlight{text-transform:none}.editorial-horizontal{margin:4rem 0}.editorial-horizontal.without-children .horizontal-media-wrp{margin:auto 0}.editorial-horizontal .editorial-container{padding:0 1rem}.editorial-horizontal .horizontal-media-wrp{padding:0 2rem}.editorial-horizontal .horizontal-media-wrp--bigger{margin:0 -2rem;padding:0}.editorial-horizontal .horizontal-media-wrp--bigger .horizontal-content-video{border-radius:0}.editorial-horizontal .horizontal-content-image{display:block;width:100%;height:0;position:relative;padding:0 0 100% 0;border-radius:1rem;overflow:hidden}.editorial-horizontal .horizontal-content-image--square{padding-bottom:100%}.editorial-horizontal .horizontal-content-image--horizontal{padding-bottom:66.6666666%}.editorial-horizontal .horizontal-content-image--vertical{padding-bottom:150%}.editorial-horizontal .horizontal-content-image img{display:block;position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover}.editorial-horizontal .horizontal-content-video{display:block;width:100%;height:0;position:relative;padding:0 0 56.25% 0;border-radius:1rem;overflow:hidden}.editorial-horizontal .horizontal-content-video iframe{display:block;position:absolute;top:0;left:0;z-index:1;width:100%;height:100%}.editorial-horizontal .horizontal-content-text{display:flex;flex-direction:column;align-items:center;text-align:center;align-self:center;gap:4rem;margin-top:4rem}.editorial-horizontal .horizontal-content-text .horizontal-title{line-height:1;font-weight:700;font-size:2.4rem}.editorial-horizontal .horizontal-content-text .horizontal-content-link{text-align:center}.editorial-horizontal .horizontal-content-text .horizontal-content-link .horizontal-link.framed-cta{width:fit-content;margin:0 auto;padding:1.2rem 1.6rem;border:2px solid #000;border-radius:5px}.editorial-horizontal .horizontal-items{display:none}.editorial-horizontal .horizontal-items:has(.content-item-img),.editorial-horizontal .horizontal-items:has(.content-item-text){display:flex;flex-direction:column;gap:2rem}.editorial-horizontal .horizontal-items .editorial-horizontal-item{display:flex;flex-direction:column;width:100%}.editorial-horizontal .horizontal-items .editorial-horizontal-item .content-item-img{width:10rem;height:10rem;margin:0 auto 1.5rem auto;position:relative;border-radius:.5rem;overflow:hidden}.editorial-horizontal .horizontal-items .editorial-horizontal-item .content-item-img img{display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;object-fit:cover}.editorial-horizontal .horizontal-items .editorial-horizontal-item .content-item-text .item-title{display:block;line-height:1;font-weight:700;font-size:2.4rem;text-align:center}.editorial-horizontal .horizontal-items .editorial-horizontal-item .content-item-text .item-text{display:block;text-align:center;margin:0}.editorial-horizontal .horizontal-items--carousel .horizontal-items-button-prev,.editorial-horizontal .horizontal-items--carousel .horizontal-items-button-next{position:absolute;top:50%;transform:translateY(-50%);z-index:2;border:1px solid var(--border-color);border-radius:50%;line-height:100%;background-color:#fff;cursor:pointer}.editorial-horizontal .horizontal-items--carousel .horizontal-items-button-prev i,.editorial-horizontal .horizontal-items--carousel .horizontal-items-button-next i{width:4rem;height:4rem}.editorial-horizontal .horizontal-items--carousel .horizontal-items-button-prev{left:2rem}.editorial-horizontal .horizontal-items--carousel .horizontal-items-button-next{right:2rem}.editorial-horizontal .horizontal-items--carousel .editorial-horizontal-item{padding:1rem 0 0 0;align-items:center;text-align:center;height:100%}.editorial-horizontal .horizontal-items--carousel .content-item-img{transition:all .4s cubic-bezier(0.25, 1, 0.5, 1);opacity:.8;transform:scale(0.9)}.editorial-horizontal .horizontal-items--carousel .content-item-text{padding-top:1rem;width:calc(100vw - 8rem);transition:all .4s cubic-bezier(0.25, 1, 0.5, 1);opacity:0;visibility:hidden}.editorial-horizontal .horizontal-items--carousel .swiper-slide-active .content-item-img{transform:scale(1.1);opacity:1}.editorial-horizontal .horizontal-items--carousel .swiper-slide-active .content-item-text{opacity:1;visibility:visible}.editorial-lines{max-width:1600px;margin:4rem auto}.editorial-lines .editorial-container{padding:0 1rem}.editorial-lines .editorial-container .editorial-container{padding:0}.editorial-lines .lines-box{margin-bottom:5rem;padding:0 1rem;overflow-x:hidden}.editorial-lines .lines-box:last-child{margin-bottom:0}.editorial-lines .lines-box .box-content-image{width:100%;height:0;padding-bottom:100%;position:relative;border-radius:.5rem;overflow:hidden;margin:0 auto 2.5rem 0}.editorial-lines .lines-box .box-content-image img{display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;object-fit:cover}.editorial-lines .lines-box .box-title{display:block;text-align:center;margin-bottom:1rem;padding:0 1rem}.editorial-lines .lines-box .box-text{display:block;text-align:center;margin-bottom:0;padding:0 1rem}.editorial-lines .lines-box .box-content-link{text-align:center;margin-top:1rem;margin-bottom:2rem}.editorial-lines .lines-box .box-content-link .box-link{display:inline-block}.editorial-lines .lines-box .box-content-link .box-link.framed-cta{width:fit-content;margin:0 auto;padding:1.2rem 1.6rem;border:2px solid #000;border-radius:5px}.editorial-lines .lines-box .box-content-link .box-link::after{content:"›";margin-left:.5rem;font-size:140%}.editorial-lines .content-box-items{margin:0;margin-bottom:2rem}.editorial-lines .content-box-items .product-name{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.editorial-lines .lines-items .swiper-container .swiper-pagination{padding-bottom:0;padding-top:1.5rem}.editorial-lines .editorial-product-small-cta-wrapper{margin-bottom:1rem !important}.editorial-lines .editorial-product-small-cta .item-image{flex:0 0 13rem;width:13rem}.editorial-lines .editorial-product-small-cta .cart-product-content{flex:0 0 calc(100% - 13rem);width:calc(100% - 13rem);text-align:left;padding-left:1rem}.editorial-lines .editorial-product-small-cta .cart-product-content .cart-product-info .pdp-prices{justify-content:flex-start}.editorial-lines .editorial-product-small-cta .cart-product-content .cart-product-info .pdp-prices .discount,.editorial-lines .editorial-product-small-cta .cart-product-content .cart-product-info .pdp-prices .price-wrapper{font-size:1.4rem;margin-right:1rem}.editorial-lines .editorial-product-small-cta .cart-product-content .cart-product-info .pdp-prices .discount{color:#008770}.editorial-lines .editorial-product-small-cta .cart-product-content .cart-product-info .pdp-prices .value.price{margin-right:1rem}.editorial-lines .editorial-product-small-cta .cart-product-content .cart-product-info .pdp-prices .price-wrapper{display:flex;flex-wrap:wrap}.editorial-lines .editorial-product-small-cta .cart-product-content .cart-product-info .cart-product-promo{justify-content:space-between;margin-top:1.5rem;padding-right:1.5rem}.editorial-lines .editorial-product-small-cta .quantity-label{margin:1rem 0 0 0}.editorial-lines .addtocart-button-wrapper .addtocart-btn{background:var(--background-tag-color) !important;color:#4e5152 !important;margin:0 auto}.editorial-lines .addtocart-button-wrapper .addtocart-btn .icon-addtobag-white{display:none !important}.editorial-lines .addtocart-button-wrapper .addtocart-btn .icon-addtobag{display:inline-block !important}.editorial-lines .addtocart-button-wrapper .addtocart-btn.btn-primary-dark i{filter:unset !important}.editorial-lines .addtocart-button-wrapper .omnibus-communication{font-size:1.1rem;text-align:center;margin-top:1rem}.editorial-lines .lines-single-item .discount{color:#008770}.editorial-lines .tooltip-product-promo{bottom:1rem;transform:translate(-230px, -35px);width:300px}.editorial-lines .tooltip-product-promo .icon-tooltip-triangle{left:89%;bottom:-0.875rem}.editorial-lines .base-swiper .swiper-button-prev,.editorial-lines .base-swiper .swiper-button-next{top:35%}.editorial-link-app{text-align:center;position:relative;margin:0 0 2rem 0;padding:0 10%}.editorial-link-app .link-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.editorial-link-app .link-wrapper .link-app{display:block;margin:1rem 1rem}.editorial-link-app .link-wrapper .link-app .link-app-img{display:block}.editorial-markup{margin:2rem 0}.editorial-markup .editorial-container{padding:0 2rem}.editorial-markup .content-text.text-align-left{text-align:left}.editorial-markup .content-text.text-align-center{text-align:center}.editorial-markup .content-text.text-align-right{text-align:right}.editorial-markup .content-text.text-align-justify{text-align:justify}.editorial-markup .content-text h1{margin-bottom:1.5rem}.editorial-markup .content-text h2{margin-bottom:1rem}.editorial-markup .content-text h3{margin-bottom:.5rem}.editorial-markup .content-text h4{margin-bottom:.5rem}.editorial-markup .content-text i,.editorial-markup .content-text em{font-style:italic}.editorial-markup .content-text b,.editorial-markup .content-text strong{font-weight:700}.editorial-natural-secret{margin:4rem 0}.editorial-natural-secret .editorial-container{padding:0 1rem}.editorial-natural-secret .editorial-container .editorial-container{padding:0}.editorial-natural-secret .natural-secret-box{padding:2.5rem .8rem;border-radius:.5rem;background:var(--background-tag-color);margin-bottom:3rem}.editorial-natural-secret .natural-secret-box--with-image{margin-top:6rem}.editorial-natural-secret .natural-secret-box .box-content-image{width:10rem;height:10rem;position:relative;border-radius:.5rem;overflow:hidden;margin:-8.5rem auto 1.5rem auto}.editorial-natural-secret .natural-secret-box .box-content-image img{display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;object-fit:cover}.editorial-natural-secret .natural-secret-box .box-eyelet{display:block;text-align:center;text-transform:uppercase;margin-bottom:.5rem}.editorial-natural-secret .natural-secret-box .box-title{line-height:1;font-weight:700;font-size:2.4rem;display:block;text-align:center;margin-bottom:1rem}.editorial-natural-secret .natural-secret-box .box-text{display:block;text-align:center;margin-bottom:0}.editorial-natural-secret .natural-secret-box .box-content-link{text-align:center;margin-top:1rem}.editorial-natural-secret .natural-secret-box .box-content-link .box-link{display:inline-block}.editorial-natural-secret .natural-secret-box .box-content-link .box-link:after{content:"›";margin-left:.5rem;font-size:140%}.editorial-natural-secret .natural-secret-content-other-text{text-align:center;margin-bottom:1.5rem}.editorial-natural-secret .natural-secret-content-other-text .natural-secret-other-text{display:inline-block;padding-bottom:.2rem;border-bottom:2px solid #4e5152}.editorial-natural-secret .natural-secret-items .swiper-container .swiper-pagination{padding-bottom:0;padding-top:2rem}.editorial-natural-secret .editorial-product-small-cta .item-image{flex:0 0 13rem;width:13rem}.editorial-natural-secret .editorial-product-small-cta .cart-product-content{flex:0 0 calc(100% - 13rem);width:calc(100% - 13rem)}.editorial-natural-secret .editorial-product-small-cta .quantity-label{margin:1rem 0 0 0}.editorial-natural-secret .content-all-link{margin-top:2rem;text-align:center}.editorial-natural-secret .content-all-link .all-link{display:inline-block}.editorial-natural-secret .content-all-link .all-link:after{content:"›";margin-left:.5rem;font-size:140%}.editorial-natural-secret .natural-secret-col--bigger{padding:0;flex-basis:calc(100% + 2rem);width:calc(100% + 2rem);max-width:calc(100% + 2rem);margin:0 -1rem}.editorial-natural-secret .natural-secret-col .editorial-gallery{margin-bottom:0}.editorial-natural-secret .plp-editorial-card__wrapper{padding:0}.editorial-natural-secret .plp-editorial-card .link-arrow::after{font-size:140%}.editorial-product-box{position:relative}.editorial-product-box .product-box-content-image{position:relative;overflow:hidden;border-radius:1rem 1rem 0 0;padding-bottom:100%}.editorial-product-box .product-box-content-image img{display:block;width:100%;height:100%;position:absolute;z-index:1;top:0;left:0;object-fit:cover}.editorial-product-box .product-box-content-text{position:relative;padding:2.5rem 2rem 3rem 2rem;background:var(--background-tag-color);border-radius:0 0 1rem 1rem}.editorial-product-box .product-box-content-text .product-box-title{text-align:center;text-transform:uppercase;margin-bottom:1rem}.editorial-product-box .product-box-content-text .product-box-text{text-align:center;margin:0}.editorial-product-box .product-box-content-text .product-box-text-highlight{text-align:center;margin:1.5rem 0}.editorial-product-box .product-box-content-text .product-box-content-link{text-align:center;margin-top:1rem}.editorial-product-box .product-box-content-text .product-box-content-link .product-box-link{display:inline-block}.editorial-product-box .product-box-content-text .product-box-content-link .product-box-link:after{content:"›";margin-left:.5rem;font-size:140%}.editorial-product-box .product-box-content-text .product-box-content-image-small{display:block;position:absolute;z-index:2;top:-8.5rem;left:50%;transform:translateX(-50%);width:8rem;height:11rem}.editorial-product-box .product-box-content-text .product-box-content-image-small img{display:block;position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;object-fit:contain}.editorial-product-box .product-box-content-text.product-box-content-text--with-image{padding-top:5rem}.editorial-promo-box .text__wrapper{position:relative}.editorial-promo-box .expiration-date{padding:0 1rem;position:absolute;top:0;left:50%;transform:translateX(-50%);text-align:center;background-color:var(--background-tag-color);border-radius:0 0 5px 5px;display:flex;align-items:center}.editorial-promo-box .expiration-date::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.53 8a.792.792 0 00-.783.8v3.075a2.41 2.41 0 00-1.565 2.258c0 1.316 1.06 2.4 2.348 2.4 1.287 0 2.348-1.084 2.348-2.4a2.41 2.41 0 00-1.566-2.258V8.8c0-.442-.35-.8-.782-.8zm10.956 0a.792.792 0 00-.782.8v3.075a2.41 2.41 0 00-1.566 2.258c0 1.316 1.061 2.4 2.348 2.4s2.348-1.084 2.348-2.4a2.41 2.41 0 00-1.565-2.258V8.8c0-.442-.35-.8-.783-.8zM10.878 9.6C9.298 9.6 8 10.926 8 12.542v16.516C8 30.674 9.297 32 10.878 32h18.244C30.702 32 32 30.674 32 29.058V12.542c0-1.616-1.297-2.942-2.878-2.942h-1.557c-.413-.006-.79.377-.79.8 0 .423.377.806.79.8h1.557c.74 0 1.309.587 1.313 1.342v4.525H9.565v-4.525c0-.755.574-1.342 1.313-1.342h1.557c.413.006.79-.377.79-.8 0-.423-.377-.806-.79-.8h-1.557zm5.73 0a.792.792 0 00-.782.8c0 .442.35.8.783.8h6.782a.792.792 0 00.783-.8c0-.442-.35-.8-.783-.8H16.61zm-2.078 3.733a.78.78 0 01.783.8.78.78 0 01-.783.8.78.78 0 01-.783-.8c0-.45.342-.8.783-.8zm10.956 0a.78.78 0 01.783.8.78.78 0 01-.783.8.78.78 0 01-.782-.8c0-.45.341-.8.782-.8zm-15.92 5.334h20.869v10.391c0 .756-.574 1.342-1.313 1.342H10.878c-.74 0-1.313-.586-1.313-1.342V18.667z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.editorial-promo-box .expiration-date::before{margin-right:1rem}.editorial-promo-box .label{background:rgba(218,217,215,.25);border-radius:5px;padding:4px 6px 3px;margin:1rem auto;width:fit-content}.editorial-promo-box .global-link{width:100%;display:flex}.editorial-promo-box .global-link a{margin:0 auto}.editorial-promo-listing{position:relative;margin:4rem 0}.editorial-promo-listing .editorial-container{padding:0 1rem}.editorial-promo-listing .editorial-container .promo-listing-wrapper{margin:0 -0.6rem;display:flex;flex-direction:row;flex-wrap:wrap}.editorial-promo-listing .editorial-container .promo-listing-wrapper .promo-listing-element{display:block;width:50%;flex:0 0 50%;margin-bottom:4rem;padding:0 .3rem}.editorial-promo-listing .editorial-promo-listing-item{display:flex;flex-direction:column;width:100%;height:100%;background:#fff;border-radius:0 0 1rem 1rem;box-shadow:0 30px 40px rgba(0,0,0,.05);position:relative}.editorial-promo-listing .editorial-promo-listing-item .item-top-label{text-align:center;text-transform:uppercase;white-space:nowrap;background:rgba(218,217,215,.25);padding:.4rem .6rem;border-radius:.5rem;position:absolute;top:0;left:50%;transform:translate(-50%, -50%);z-index:2}.editorial-promo-listing .editorial-promo-listing-item .listing-item-image{width:100%;height:0;padding-bottom:100%;position:relative;border-radius:1rem 1rem 0 0;overflow:hidden}.editorial-promo-listing .editorial-promo-listing-item .listing-item-image img{display:block;width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1}.editorial-promo-listing .editorial-promo-listing-item .listing-item-text{padding:1.5rem 1rem;display:flex;flex-direction:column;justify-content:space-between;flex:1}.editorial-promo-listing .editorial-promo-listing-item .listing-item-text .item-title{line-height:1;font-weight:700;font-size:2.4rem;display:block;text-align:center;margin:0 0 .5rem 0}.editorial-promo-listing .editorial-promo-listing-item .listing-item-text .item-text{display:block;text-align:center;margin:0 0 .5rem 0}.editorial-promo-listing .editorial-promo-listing-item .listing-item-text .item-text-highlight{line-height:1;font-weight:700;font-size:2.4rem;display:block;text-align:center;margin:0}.editorial-promo-welcome{margin:4rem 0}.editorial-promo-welcome .editorial-container{padding:0 8%}.editorial-promo-welcome .promo-welcome-title{line-height:1;font-weight:700;font-size:2.4rem;display:block;text-align:center;margin-bottom:2rem}.editorial-promo-welcome .promo-welcome-item{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;margin-bottom:2rem}.editorial-promo-welcome .promo-welcome-item .item-content-img{display:block;width:10rem;flex:0 0 10rem;height:10rem;border-radius:.5rem;overflow:hidden}.editorial-promo-welcome .promo-welcome-item .item-content-img img{display:block;width:100%;height:100%;object-fit:cover}.editorial-promo-welcome .promo-welcome-item .item-content-text{width:calc(100% - 10rem);flex:0 0 calc(100% - 10rem);padding-left:2rem}.editorial-promo-welcome .promo-welcome-item .item-content-text .item-title{line-height:1;font-weight:700;font-size:2.4rem;display:block;text-align:left;margin-bottom:.5rem}.editorial-promo-welcome .promo-welcome-item .item-content-text .item-text{display:block;text-align:left;margin-bottom:0}.editorial-promo-welcome .promo-welcome-content-text{padding:.5rem 1rem 0 1rem}.editorial-promo-welcome .promo-welcome-content-text .promo-welcome-text{display:block;text-align:center;margin-bottom:0}.editorial-promo-welcome .promo-welcome-content-text .promo-welcome-content-link{text-align:center;margin-top:.5rem}.editorial-promo-welcome .promo-welcome-content-text .promo-welcome-content-link .promo-welcome-link{display:inline-block}.editorial-promo-welcome .promo-welcome-content-text .promo-welcome-content-link .promo-welcome-link:after{content:"›";margin-left:.5rem;font-size:140%}.editorial-promo-welcome .promo-welcome-content-text .content-cta-link{margin-top:2.5rem;text-align:center;display:flex;justify-content:center}.editorial-promo-welcome .promo-welcome-content-text .content-cta-link .cta-link{text-transform:uppercase}.editorial-reviews-carousel{padding:4rem 0 0 0;margin:4rem 0;position:relative;overflow:hidden}.editorial-reviews-carousel .icon-reviews{display:block;width:12.7rem;height:12.7rem;position:absolute;top:0;left:-2rem;z-index:-1}.editorial-reviews-carousel .reviews-carousel-title{text-align:center;margin-bottom:2rem;padding:0 2rem}.editorial-reviews-carousel .reviews-carousel-subtitle{text-transform:uppercase;text-align:center;margin-bottom:2rem;padding:0 2rem}.editorial-reviews-carousel .reviews-carousel-subtitle span{display:inline-block;vertical-align:middle}.editorial-reviews-carousel .reviews-carousel-subtitle .content-stars{display:inline-block;vertical-align:middle;margin-top:-0.5rem;height:20px}.editorial-reviews-carousel .reviews-carousel-subtitle .content-stars .icon-action-review-positive,.editorial-reviews-carousel .reviews-carousel-subtitle .content-stars .icon-star-full{display:inline-block;vertical-align:middle;width:2.4rem;height:2.4rem;margin-right:-0.5rem}.editorial-reviews-carousel .editorial-reviews-carousel-item{display:flex;flex-direction:column;align-items:center;height:100%}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-main{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;height:100%;transition:all ease-in-out .3s;opacity:.5}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-main .item-text{opacity:0;visibility:hidden;margin-bottom:-2rem;position:relative;z-index:3}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-main .item-text .item-text-review{transition:all ease-in-out .3s;text-align:center;width:100vw;padding:0 4rem;margin-bottom:2.5rem}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-main .item-text .content-item-author{text-align:center}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-main .item-text .content-item-author .item-author{display:flex;flex-direction:row;margin:0 auto;align-items:center;justify-content:center}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-main .item-text .content-item-author .item-author .content-author-icon{display:block;width:4rem;flex:0 0 4rem}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-main .item-text .content-item-author .item-author .content-author-icon .icon-guest{display:block;width:4rem;height:4rem}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-main .item-text .content-item-author .item-author .content-author-text{margin-left:.5rem}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-main .item-text .content-item-author .item-author .content-author-text .item-text-author{display:block;text-align:left}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-main .item-text .content-item-author .item-author .content-author-text .item-text-date{display:block;text-align:left;margin-top:.3rem;opacity:.5}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta{transition:all ease-in-out .3s;padding:2.5rem;border-radius:.5rem;width:calc(100vw - 4rem);background:var(--background-tag-color);opacity:0;visibility:hidden;margin-top:-1.5rem;margin-bottom:2.5rem;position:relative;z-index:3}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .content-cta-text{text-align:center}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .content-cta-text .name .name-text{margin-bottom:1rem}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .content-cta-text .pdp-prices{display:block;max-height:20px}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .content-cta-text .pdp-prices .primary-m-bold,.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .content-cta-text .pdp-prices .editorial-carousel .editorial-carousel-item .item-content-info .item-title,.editorial-carousel .editorial-carousel-item .item-content-info .editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .content-cta-text .pdp-prices .item-title,.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .content-cta-text .pdp-prices .editorial-carousel .editorial-carousel-item .item-content-info .item-highlight-text,.editorial-carousel .editorial-carousel-item .item-content-info .editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .content-cta-text .pdp-prices .item-highlight-text,.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .content-cta-text .pdp-prices .editorial-markup .content-text h4,.editorial-markup .content-text .editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .content-cta-text .pdp-prices h4{color:#008770;margin-right:1rem}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .content-cta-text .pdp-prices .old-price{opacity:.5;margin-left:1rem}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .content-cta-text .cart-product-promo{justify-content:center;padding:1rem 0}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .content-cta-text .cart-product-promo .tooltip-promo-details{color:#008770}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .content-cta-text .cart-product-promo .tooltip{max-width:18rem;transform:translate(-113.5px, -40px)}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .content-cta-text .cart-product-promo .tooltip .icon-tooltip-triangle{left:108px}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .cta-button-section{display:flex;flex-direction:column;align-items:center}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .cta-button-section .content-cta-button button{margin:0 auto}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .cta-button-section .omnibus-communication{font-size:1.1rem;margin-top:.5rem}.editorial-reviews-carousel .swiper-slide .editorial-reviews-carousel-item .content-item-main{transform:scale(0.7)}.editorial-reviews-carousel .swiper-slide-active{z-index:2}.editorial-reviews-carousel .swiper-slide-active .editorial-reviews-carousel-item .content-item-main{opacity:1;transform:scale(1)}.editorial-reviews-carousel .swiper-slide-active .editorial-reviews-carousel-item .content-item-main .item-text{opacity:1;visibility:visible}.editorial-reviews-carousel .swiper-slide-active .editorial-reviews-carousel-item .content-item-cta{opacity:1;visibility:visible}.editorial-section-title{font-weight:500;display:flex;flex-direction:column;width:100%;gap:1rem;padding:0 4rem}.editorial-section-title .text-wrapper{display:flex;flex-direction:column;width:100%;align-items:center;gap:1rem;text-align:center}.editorial-section-title .title{position:relative;padding-top:.6rem;border-width:.4rem 0 0;border-style:solid;font-size:2.4rem;line-height:1.2}.editorial-spacer{display:block;width:100%;background:rgba(0,0,0,0);height:0}.editorial-tutorial{padding:0;margin:2rem 0;position:relative;overflow:hidden}.editorial-tutorial .content-title{text-align:center;position:relative;display:flex;flex-direction:column;align-items:center;padding:0 2rem;margin-bottom:2rem}.editorial-tutorial .content-title::before,.editorial-tutorial .content-title::after{content:"";width:100%;height:1px;background:#fff;background:linear-gradient(90deg, #fff 0%, #4e5152 25%, #4e5152 50%, #4e5152 75%, #fff 100%)}.editorial-tutorial .content-title .text-wrapper{padding:2.5rem 0}.editorial-tutorial .content-title .section-subtitle{display:block;text-align:center;text-transform:uppercase;margin:0}.editorial-tutorial .content-title .section-subtitle+.section-title{margin-top:1rem}.editorial-tutorial .content-title .section-title{display:block;text-align:center;margin:0}.editorial-tutorial .content-title+.content-text{margin-top:3rem}.editorial-tutorial .tutorial-main{padding:0 2rem}.editorial-tutorial .tutorial-main .tutorial-media-wrp{padding:0}.editorial-tutorial .tutorial-main .tutorial-content-image{display:block;width:100%;height:0;position:relative;padding:0 0 100% 0;border-radius:.5rem;overflow:hidden}.editorial-tutorial .tutorial-main .tutorial-content-image--square{padding-bottom:100%}.editorial-tutorial .tutorial-main .tutorial-content-image--horizontal{padding-bottom:66.6666666%}.editorial-tutorial .tutorial-main .tutorial-content-image--vertical{padding-bottom:150%}.editorial-tutorial .tutorial-main .tutorial-content-image img{display:block;position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover}.editorial-tutorial .tutorial-main .tutorial-content-video{display:block;width:100%;height:0;position:relative;padding:0 0 56.25% 0;border-radius:.5rem;overflow:hidden}.editorial-tutorial .tutorial-main .tutorial-content-video iframe{display:block;position:absolute;top:0;left:0;z-index:1;width:100%;height:100%}.editorial-tutorial .tutorial-main .tutorial-content-text .tutorial-text-content-icon{margin:-2rem auto 1rem auto;width:4rem;height:4rem;position:relative;z-index:2}.editorial-tutorial .tutorial-main .tutorial-content-text .tutorial-text-content-icon img{display:block;width:4rem;height:4rem}.editorial-tutorial .tutorial-main .tutorial-content-text .tutorial-title{line-height:1;font-weight:700;font-size:2.4rem;display:block;text-align:center;margin:0 0 1rem 0}.editorial-tutorial .tutorial-main .tutorial-content-text .tutorial-text{display:block;text-align:center;margin:0}.editorial-tutorial .tutorial-main .tutorial-content-text .tutorial-hashtag{display:block;text-align:center;text-transform:uppercase;margin-top:1.5rem}.editorial-tutorial .tutorial-main .tutorial-content-text .content-button{display:none;max-width:35rem;margin:2.6rem auto 0 auto}.editorial-tutorial .tutorial-main .tutorial-content-text .content-button button{width:100%}.editorial-tutorial .tutorial-main .tutorial-content-text .content-icon{text-align:center;margin-top:3.8rem;display:none}.editorial-tutorial .content-button-last{display:block;max-width:35rem;margin:2rem auto 0 auto;width:calc(100% - 3rem)}.editorial-tutorial .content-button-last button{width:100%}.editorial-tutorial .editorial-tutorial-item{display:flex;flex-direction:column;align-items:center;text-align:center;height:100%;margin-top:2rem}.editorial-tutorial .editorial-tutorial-item .content-item-main{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;height:100%;transition:all ease-in-out .3s;opacity:.7}.editorial-tutorial .editorial-tutorial-item .variant-selected-color{opacity:0;visibility:hidden}.editorial-tutorial .editorial-tutorial-item .content-item-cta{transition:all ease-in-out .3s;padding:1.8rem 2.5rem;border-radius:.5rem;width:calc(100vw - 4rem);background:#fff;box-shadow:0 2px 50px rgba(0,0,0,.15);opacity:0;visibility:hidden;margin-top:2rem;margin-bottom:2.5rem;position:relative;z-index:3}.editorial-tutorial .editorial-tutorial-item .content-item-cta .content-cta-text{margin-bottom:1.5rem}.editorial-tutorial .editorial-tutorial-item .content-item-cta .content-cta-text .name{margin-bottom:.5rem !important}.editorial-tutorial .editorial-tutorial-item .content-item-cta .content-cta-text .pdp-prices .primary-m-bold,.editorial-tutorial .editorial-tutorial-item .content-item-cta .content-cta-text .pdp-prices .editorial-carousel .editorial-carousel-item .item-content-info .item-title,.editorial-carousel .editorial-carousel-item .item-content-info .editorial-tutorial .editorial-tutorial-item .content-item-cta .content-cta-text .pdp-prices .item-title,.editorial-tutorial .editorial-tutorial-item .content-item-cta .content-cta-text .pdp-prices .editorial-carousel .editorial-carousel-item .item-content-info .item-highlight-text,.editorial-carousel .editorial-carousel-item .item-content-info .editorial-tutorial .editorial-tutorial-item .content-item-cta .content-cta-text .pdp-prices .item-highlight-text,.editorial-tutorial .editorial-tutorial-item .content-item-cta .content-cta-text .pdp-prices .editorial-markup .content-text h4,.editorial-markup .content-text .editorial-tutorial .editorial-tutorial-item .content-item-cta .content-cta-text .pdp-prices h4{color:#008770;margin-right:1rem}.editorial-tutorial .editorial-tutorial-item .content-item-cta .content-cta-text .pdp-prices .old-price{opacity:.5;margin-left:1rem}.editorial-tutorial .editorial-tutorial-item .content-item-cta .content-cta-button button{margin:0 auto}.editorial-tutorial .swiper-slide-active{z-index:2}.editorial-tutorial .swiper-slide-active .editorial-tutorial-item .content-item-main{opacity:1}.editorial-tutorial .swiper-slide-active .editorial-tutorial-item .content-item-cta,.editorial-tutorial .swiper-slide-active .editorial-tutorial-item .variant-selected-color{opacity:1;visibility:visible}.sorry-hero{margin:3.75rem}.error-page-content .error-message{display:block}.grid-2-col{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:10rem}.grid-3-col{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:4rem}.grid-4-col{display:grid;grid-template-columns:1fr 1fr}.grid-4-col>div:nth-child(even){position:relative}.grid-4-col>div:nth-child(even)::before{z-index:1;content:"";position:absolute;left:0;top:0;height:100%;width:.2rem;background:#ece8e5;background:linear-gradient(180deg, rgba(236, 232, 229, 0) 0%, rgb(236, 232, 229) 50%, rgba(236, 232, 229, 0) 100%)}.form-group{position:relative;margin:3rem 0;padding:1.6rem 0 0}.desktop-search .form-group{margin:0}.consent-wrapper .form-group{margin:0}.checkbox-wrapper .form-group{margin:0}.form-group .invalid-feedback{position:absolute;top:100%;left:0;line-height:1.6rem}.form-group:not(.password-show){position:relative;margin:3rem 0}.desktop-search .form-group:not(.password-show){margin:0}.consent-wrapper .form-group:not(.password-show){margin:0}.checkbox-wrapper .form-group:not(.password-show){margin:0}.form-group:not(.password-show) .invalid-feedback{position:absolute;top:100%;left:0;line-height:1.6rem}.form-group:not(.password-show) .icon-form-password-hidden{display:none}.form-group.password-show{position:relative;margin:3rem 0}.desktop-search .form-group.password-show{margin:0}.consent-wrapper .form-group.password-show{margin:0}.checkbox-wrapper .form-group.password-show{margin:0}.form-group.password-show .invalid-feedback{position:absolute;top:100%;left:0;line-height:1.6rem}.form-group.password-show .icon-form-password-displayed{display:none}.input-wrapper{position:relative}.input-wrapper>button{position:absolute;right:1rem;bottom:50%;transform:translateY(50%);width:2.4rem;height:2.4rem;transition:var(--transition)}.input-wrapper>button~.form-control{padding-right:4.4rem}.input-wrapper>button:hover{filter:var(--icon-black-color)}.form-control{font-weight:500;color:var(--field-color);border-style:solid;border-color:var(--border-color);border-width:0 0 1px;height:3.4rem;padding:0 1rem;background:none;width:100%;font:inherit;color:inherit}.form-control.placeholder-as-label:focus::placeholder,.form-control:not([placeholder="GG/MM/AAAA"],[placeholder="DD/MM/YYYY"]):not(.placeholder-as-label)::placeholder{color:rgba(0,0,0,0)}.form-control.placeholder-as-label::placeholder{font-weight:700}.quantity-select{font-weight:500;color:var(--field-color);border-style:solid;border-color:var(--border-color);border-width:0 0 1px;height:3.4rem;padding:0 1rem;background:none;width:100%;font:inherit;color:inherit;width:6.7rem;padding:0;text-align:center;background:none;border:0}.cart-product-actions .quantity-select{background:var(--fade-gray-color)}.quantity-select::-webkit-inner-spin-button{display:none}.form-control-label{font-weight:700;line-height:1.6rem}input~.form-control-label{font-size:1.6rem}input:focus~.form-control-label{font-size:1.2rem}input:not(:placeholder-shown)~.form-control-label{font-size:1.2rem}[placeholder="GG/MM/AAAA"]~.form-control-label{font-size:1.2rem}[placeholder="DD/MM/YYYY"]~.form-control-label{font-size:1.2rem}select~.form-control-label{font-size:1.2rem}input:not([type=checkbox]):not([type=radio])~.form-control-label{position:absolute;left:0;transition:var(--transition);pointer-events:none;bottom:50%;transform:translateY(50%);padding:0 1rem}input:focus:not([type=checkbox]):not([type=radio])~.form-control-label{bottom:100%;transform:translateY(0);padding:0 0.5rem}input:not(:placeholder-shown):not([type=checkbox]):not([type=radio])~.form-control-label{bottom:100%;transform:translateY(0);padding:0 0.5rem}[placeholder="GG/MM/AAAA"]:not([type=checkbox]):not([type=radio])~.form-control-label{bottom:100%;transform:translateY(0);padding:0 0.5rem}[placeholder="DD/MM/YYYY"]:not([type=checkbox]):not([type=radio])~.form-control-label{bottom:100%;transform:translateY(0);padding:0 0.5rem}select~.form-control-label{position:absolute;left:0;bottom:100%;transform:translateY(0);padding:0 0.5rem}.custom-checkbox input,.custom-radio input{display:none}.custom-checkbox label,.custom-radio label{display:flex;align-items:center}.form-check-label,.custom-control-label{font-weight:700;font-size:1.4rem}[type=checkbox]:not(:checked)~.form-check-label::before,[type=checkbox]:not(:checked)~.custom-control-label::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 9h22v22H9V9zm2 2v18h18V11H11z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}[type=checkbox]:checked~.form-check-label::before,[type=checkbox]:checked~.custom-control-label::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 9h22v22H9V9zm2 2v18h18V11H11z' fill='%234E5152'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.707 11.707L21.5 25.914l-8.207-8.207 1.414-1.414 6.793 6.793 12.793-12.793 1.414 1.414z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}[type=radio]:not(:checked)~.form-check-label::before,[type=radio]:not(:checked)~.custom-control-label::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 9C13.925 9 9 13.925 9 20s4.925 11 11 11 11-4.925 11-11S26.075 9 20 9zm0 2a9 9 0 110 18 9 9 0 010-18z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}[type=radio]:checked~.form-check-label::before,[type=radio]:checked~.custom-control-label::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 9C13.925 9 9 13.925 9 20s4.925 11 11 11 11-4.925 11-11S26.075 9 20 9zm0 2a9 9 0 110 18 9 9 0 010-18zm0 2a7 7 0 100 14 7 7 0 000-14z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.form-check-label.custom-control-label.custom-control-label::before,.custom-control-label.custom-control-label.custom-control-label::before{max-width:3.5rem;max-height:3.5rem}select{font:inherit}.custom-increment-wrapper{display:flex;align-items:center;gap:1rem}.increment,.decrement{width:2.4rem;height:2.4rem}input:not(:checked)~label .checked,input:checked~label .unchecked{display:none}.shipping-address-block .form-group .input-wrapper{position:relative}.shipping-address-block .form-group .input-wrapper::before{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);display:none !important}.shipping-address-block .form-group .input-wrapper::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.781 13.531a1.143 1.143 0 00-1.705-1.516l-6.869 6.869-6.869-6.87-.1-.088a1.143 1.143 0 00-1.516 1.705l6.869 6.87-6.87 6.868-.088.1a1.143 1.143 0 001.705 1.516l6.869-6.869 6.87 6.87.099.088a1.143 1.143 0 001.516-1.705L21.823 20.5l6.87-6.869.088-.1z' fill='%23c92316'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;display:inline-block}.shipping-address-block .form-group.error .input-wrapper::before{display:inline-block !important}.shipping-address-block .form-group.error .input-wrapper input,.shipping-address-block .form-group.error .input-wrapper textarea,.shipping-address-block .form-group.error .input-wrapper select{padding:.75rem 3.6rem .75rem 1.5rem}.link{position:relative;display:flex;align-items:center;text-decoration:none}.link::after{display:inline-block;content:"";height:.4rem;width:.4rem;border:.4rem solid #4e5152;border-width:0 .2rem .2rem 0;padding:0;margin-left:.5rem;transform:rotate(-45deg)}.link.category-selected,.link.background{padding:1.5rem 3rem;border-radius:.5rem;background-color:rgba(218,217,215,.25)}.link.breadcrumbs{flex-direction:row-reverse}.link.breadcrumbs::after{transform:rotate(135deg);margin-left:0;margin-right:.5rem}.link.breadcrumbs.no-arrow::after{display:none}.link.category-selected{background-color:var(--background-tag-color)}.link.category-selected::after{display:none}.link-arrow{position:relative}.link-arrow::after{content:"›";margin-left:5px}.page-listing-linee .dropdown-category,.page-listing-linee .btn-dropdown{width:100%;display:flex;justify-content:center;align-items:center}.page-listing-linee .dropdown-item.current{font-weight:500;background-color:var(--background-tag-color)}.listing-grid-linee{display:grid;grid-template-columns:repeat(5, 1fr);grid-row-gap:50px;grid-column-gap:20px;margin:5rem auto}.linea-container{display:flex;flex-direction:column;align-items:center}.linea-thumbnail{width:10rem;height:10rem;object-fit:cover;border-radius:5px}.linea-name{margin-top:3rem;text-align:center}.linea-description{margin-top:2rem;text-align:center;min-height:4rem}.linea-link{margin-top:1rem;font-size:1.4rem;font-weight:500;text-align:center;display:block}.linea-link.framed-cta{width:fit-content;margin:1rem auto 0;padding:.4rem .7rem;border:2px solid #000;border-radius:5px}.linea-subtitle{margin-top:5rem;margin-bottom:2.5rem}.loader-overlay{z-index:9999;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.6);width:100%;height:100%}.loader-overlay .loader-icon-wrapper{position:relative}.loader-overlay .loader-icon-wrapper svg #mask{clip-path:url(#a)}.loader-overlay .loader-icon-wrapper svg #mask #light{animation:loading 4s ease-in-out alternate infinite}.card-info>.gold-icon-wrapper{margin-right:2.5rem;width:12rem;height:12rem;position:relative}.card-info>.gold-icon-wrapper img{clip-path:url(#goldCardClip)}@keyframes loading{0%{transform:translate(3306px, -2650px)}100%{transform:translate(3306px, -2750px)}}#modal-login{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);z-index:13;position:fixed;top:0;right:0;width:100%;height:100vh;transform:translateX(100%);background-color:#fff}#modal-login.is-open{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:translateX(0)}#modal-login .modal-login-header{background-color:rgba(218,217,215,.25);padding:1rem 2rem}#modal-login .social-login{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}#modal-login .social-login .facebook-btn{background-color:#3b5998;font-weight:700}#modal-login #modal-login-content{padding:2rem;overflow:auto;max-height:calc(100vh - 5.5rem)}#modal-login #modal-login-content a.btn-primary,#modal-login #modal-login-content a.btn-primary-dark,#modal-login #modal-login-content .editorial-horizontal .horizontal-content-text .horizontal-content-link a.horizontal-link,.editorial-horizontal .horizontal-content-text .horizontal-content-link #modal-login #modal-login-content a.horizontal-link{color:#fff}#modal-login #modal-login-content .form-group{padding:2rem 0 1rem}#modal-login #modal-login-content .form-group .form-control{border-color:var(--background-color) var(--background-color) var(--input-border-color)}#modal-login #modal-login-content .form-group .form-control-label{opacity:.6}#modal-login #modal-login-content .forgot-password .link{font:inherit;font-size:1.4rem;font-weight:700}#modal-login #modal-login-content .btn-primary.js-submit,#modal-login #modal-login-content .js-submit.btn-primary-dark,#modal-login #modal-login-content .editorial-horizontal .horizontal-content-text .horizontal-content-link .js-submit.horizontal-link,.editorial-horizontal .horizontal-content-text .horizontal-content-link #modal-login #modal-login-content .js-submit.horizontal-link,#modal-login #modal-login-content .signup-btn{height:5rem;width:100%;font-weight:700}.menu-card-item{display:flex;align-items:center;margin-bottom:2rem}.menu-card-item .image{display:inline-block;width:10rem;height:auto;margin-right:1.5rem;flex:0 0 10rem}.menu-card-item .image img{display:block;width:100%;height:auto;object-fit:cover}.menu-card-item .content{text-align:left;flex:0 1 auto}.menu-card-item .content .subtitle{margin:1rem 0}.modal-color-selector{z-index:7;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;transform:translateX(100%);transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1)}.modal-color-selector>div{height:100%}.modal-color-selector>div>div{height:100%}.modal-color-selector.is-open{transform:translateX(0)}.modal-color-selector .pdp-color-modal-header{padding:0 1rem;background-color:var(--background-tag-color);height:6rem}.modal-color-selector #pdp-color-modal-content{height:calc(100% - 6rem)}.modal-color-selector #pdp-color-modal-content .modal-color-list{overflow-y:auto;height:100%;padding-bottom:10rem}.modal-color-selector #pdp-color-modal-content .modal-color-list .modal-color-item{display:block;border-bottom:1px solid var(--background-tag-color)}.modal-color-selector #pdp-color-modal-content .modal-color-list .modal-color-item .color-swatch-btn{padding:0 1rem;width:100%;height:5rem;text-align:center;display:grid;align-items:center;justify-content:space-between;grid-template-columns:1fr 1fr 1fr}.modal-color-selector #pdp-color-modal-content .modal-color-list .modal-color-item .color-swatch-btn.not-salable{opacity:.5}.modal-color-selector #pdp-color-modal-content .modal-color-list .modal-color-item .color-swatch-btn i{justify-self:flex-end;display:none}.modal-color-selector #pdp-color-modal-content .modal-color-list .modal-color-item .color-swatch-btn img{width:4rem;height:4rem;border-radius:50%;justify-self:flex-start}.modal-color-selector #pdp-color-modal-content .modal-color-list .modal-color-item.selected .color-swatch-btn{background-color:var(--background-tag-color)}.modal-color-selector #pdp-color-modal-content .modal-color-list .modal-color-item.selected .color-swatch-btn i{display:inline-block}.modal-color-selector .modal-addtocart-wrapper{position:absolute;bottom:0;left:0;padding:1rem 3.5rem;width:100%;height:auto;background-color:rgba(218,217,215,.25)}.modal-color-selector .modal-addtocart-wrapper .pdp-prices .price{margin:0 .5rem}.modal-color-selector .modal-addtocart-wrapper .addtocart-btn{width:100%;margin-top:1rem;justify-content:center;text-transform:uppercase}.modal-color-selector .modal-addtocart-wrapper.unavailable{background-color:var(--background-tag-color)}.tutorial-carousel-items .modal-color-selector{transform:translateX(200%)}.tutorial-carousel-items .modal-color-selector .modal-addtocart-wrapper{display:none}.tutorial-carousel-items .modal-color-selector #pdp-color-modal-content .modal-color-list{padding-bottom:0}.modal-country-selector{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);z-index:13;position:fixed;top:0;left:0;width:100%;height:100vh;transform:translate3d(-100%, 0, 0);background-color:#fff}.modal-country-selector.is-open{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:translate3d(0, 0, 0)}.modal-country-selector .modal-country-selector-header{background-color:var(--background-tag-color)}.modal-country-selector .modal-content .country-list{overflow-y:auto;height:calc(100vh - 4.4rem);padding-bottom:5rem}.modal-country-selector .modal-content .country-list .country-item{position:relative}.modal-country-selector .modal-content .country-list .country-item a{display:flex;align-items:center;justify-content:center;padding:0 1rem;height:5rem}.modal-country-selector .modal-content .country-list .country-item a .iso{margin-left:auto}.modal-country-selector .modal-content .country-list .country-item.active a{background-color:var(--background-tag-color)}.modal-country-selector .modal-content .country-list .country-item::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:.2rem;background:currentColor}.modal-info{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:#fff;box-shadow:0 0 40px rgba(0,0,0,.15);border-radius:5px;max-width:60rem;width:70%;padding:1rem}.modal-info-container{position:fixed;width:100%;height:100vh;top:0;opacity:0;visibility:hidden;z-index:10;background:rgba(0,0,0,.5)}.modal-info-container.is-open{opacity:1;visibility:visible}.modal-info-header-text{text-align:center;font-weight:500;font-size:20px;line-height:25px;white-space:nowrap;padding-left:10px}.modal-info-content-title{font-size:20px;line-height:25px;color:#44603e;text-align:center;margin:1rem 0}.modal-info-content-block{display:flex;flex-direction:column}.modal-mismatch-country{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);z-index:13;position:fixed;bottom:0;left:0;width:100%;height:auto;transform:translate3d(0, 100%, 0);background-color:#fff}.modal-mismatch-country.is-open{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:translate3d(0, 0, 0)}.modal-mismatch-country .modal-header{padding:1rem 2rem}.modal-mismatch-country .modal-content{padding:2rem}.modal-newsletter-subscription.base-modal{z-index:12;height:auto;max-height:80vh;top:unset;bottom:0;background-color:#fff;transform:translate(0, 150%);overflow-x:hidden;overflow-y:auto}.modal-newsletter-subscription.base-modal.is-open{top:50%;max-height:fit-content;-ms-transform:translateY(-50%);transform:translateY(-50%)}.modal-newsletter-subscription.base-modal .decoration{position:absolute;z-index:-1}.modal-newsletter-subscription.base-modal .decoration.top-mobile{transform:translateX(-50%);top:-40%;left:50%;display:none !important}.modal-newsletter-subscription.base-modal .decoration-success{display:none;position:absolute;z-index:-1;top:-55%;left:50%;transform:translateX(-50%)}.modal-newsletter-subscription.base-modal .base-modal-header{background-color:#fff}.modal-newsletter-subscription.base-modal .base-modal-header .base-modal-title{color:#4e5152}.modal-newsletter-subscription.base-modal .base-modal-header .base-modal-title.success{display:none}.modal-newsletter-subscription.base-modal .base-modal-content{height:100%;background-color:#fff;padding:3rem 2rem}.modal-newsletter-subscription.base-modal .base-modal-content .content-error,.modal-newsletter-subscription.base-modal .base-modal-content .content-success{display:none;opacity:0}.modal-newsletter-subscription.base-modal .base-modal-content .content-title{text-align:center}.modal-newsletter-subscription.base-modal .base-modal-content .discount-wrapper{width:100%;background-color:rgba(218,217,215,.25);border-radius:.5rem;height:6rem;padding:0 1rem}.modal-newsletter-subscription.base-modal .base-modal-content .discount-wrapper .content>p{text-align:center}.modal-newsletter-subscription.base-modal .base-modal-content #footer-newsletter-modal .form-input.newsletter-privacy .input-wrapper label{opacity:1;pointer-events:all;font-size:1.2rem}.modal-newsletter-subscription.base-modal .base-modal-content #footer-newsletter-modal .form-input.newsletter-privacy .invalid-feedback{text-align:left;padding-left:3rem}.modal-newsletter-subscription.base-modal .base-modal-content #footer-newsletter-modal .form-input.newsletter-privacy .form-group{margin:1rem 0 0 0}.modal-newsletter-subscription.base-modal .base-modal-content #footer-newsletter-modal .form-input.newsletter-privacy .form-group.animated-label.focused label{transform:none}.modal-newsletter-subscription.base-modal .base-modal-content #footer-newsletter-modal .email-input-wrapper{display:flex;align-items:stretch;padding:.5rem;background-color:var(--background-tag-color);height:5.5rem;border-radius:.5rem;margin-bottom:2.4rem}.modal-newsletter-subscription.base-modal .base-modal-content #footer-newsletter-modal .email-input-wrapper .form-input,.modal-newsletter-subscription.base-modal .base-modal-content #footer-newsletter-modal .email-input-wrapper .form-group{flex:auto;margin:0 1rem 0 0}.modal-newsletter-subscription.base-modal .base-modal-content #footer-newsletter-modal .email-input-wrapper .form-input .input-wrapper,.modal-newsletter-subscription.base-modal .base-modal-content #footer-newsletter-modal .email-input-wrapper .form-group .input-wrapper{height:100%}.modal-newsletter-subscription.base-modal .base-modal-content #footer-newsletter-modal .email-input-wrapper .form-input .input-wrapper::after,.modal-newsletter-subscription.base-modal .base-modal-content #footer-newsletter-modal .email-input-wrapper .form-input .input-wrapper::before,.modal-newsletter-subscription.base-modal .base-modal-content #footer-newsletter-modal .email-input-wrapper .form-group .input-wrapper::after,.modal-newsletter-subscription.base-modal .base-modal-content #footer-newsletter-modal .email-input-wrapper .form-group .input-wrapper::before{display:none !important}.modal-newsletter-subscription.base-modal .base-modal-content #footer-newsletter-modal .email-input-wrapper .form-input .input-wrapper input,.modal-newsletter-subscription.base-modal .base-modal-content #footer-newsletter-modal .email-input-wrapper .form-group .input-wrapper input{background-color:rgba(0,0,0,0);border-bottom:none;padding:.75rem 1.5rem;height:100%}.modal-newsletter-subscription.base-modal .base-modal-content #footer-newsletter-modal .email-input-wrapper .submit-form{flex:1;min-width:unset;text-transform:uppercase}.modal-newsletter-subscription.subscription-success .decoration-success{display:block}.modal-newsletter-subscription.subscription-success .decoration{display:none !important}.modal-newsletter-subscription.subscription-success .base-modal-header{background-color:#fff}.modal-newsletter-subscription.subscription-success .base-modal-header .base-modal-title.default,.modal-newsletter-subscription.subscription-success .base-modal-header .base-modal-title.aspect-ratio--4-3::before,.modal-newsletter-subscription.subscription-success .base-modal-header .base-modal-title.aspect-ratio--3-4::before,.modal-newsletter-subscription.subscription-success .base-modal-header .base-modal-title.aspect-ratio--2-3::before,.modal-newsletter-subscription.subscription-success .base-modal-header .base-modal-title.aspect-ratio--3-2::before,.modal-newsletter-subscription.subscription-success .base-modal-header .base-modal-title.aspect-ratio--1-1::before,.modal-newsletter-subscription.subscription-success .base-modal-header .base-modal-title.aspect-ratio--16-9::before{display:none}.modal-newsletter-subscription.subscription-success .base-modal-header .base-modal-title.success{display:block}.modal-newsletter-subscription .consent-section{font-size:1.1rem}.modal-newsletter-subscription .consent-description-section{width:90%}.layer-field .invalid-feedback{text-align:right;color:#c92316;margin-top:1rem;z-index:1;position:relative !important;top:-20px !important}.grid-container{display:grid;grid-template-columns:50% 50%}.new-font label{font-family:Gotham,Arial,sans-serif;font-weight:400;font-size:1.6rem;line-height:120%;letter-spacing:-0.4px}#modal-promo-code .base-modal-content .barcode-wrapper svg{width:100%}.modal-search{transition:all 0.4s cubic-bezier(0.25, 1, 0.5, 1);z-index:13;position:fixed;bottom:0;left:0;width:100%;height:calc(100% - 9.5rem);transform:scale(0.9);opacity:0;background-color:#fff;pointer-events:none;overflow-y:auto}.modal-search.is-open{transition:all 0.4s cubic-bezier(0.25, 1, 0.5, 1);opacity:1;transform:scale(1);pointer-events:all}.modal-search .modal-search-header{padding:0 .5rem;height:6rem;background-color:#fff}.modal-search .modal-search-header>div{width:100%}.modal-search .modal-search-header .search-form{justify-content:flex-start;width:100%}.modal-search .modal-search-header .search-form .input-wrapper{margin:0;height:100%}.modal-search .modal-search-header .search-form .input-wrapper input{height:100%;padding:.75rem 4.4rem .75rem .75rem}.modal-search .modal-search-header .search-form .input-wrapper input::placeholder{color:#4e5152;opacity:.5}.modal-search .modal-content .noresult{height:5rem;width:100%;background-color:#fff}.modal-search .modal-content .noresult span{color:#c92316}.modal-search .modal-content .suggestions-list,.modal-search .modal-content .last-search-list{overflow-x:auto;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none}@media only screen and (max-width: 1023px){.modal-search .modal-content .suggestions-list,.modal-search .modal-content .last-search-list{margin-left:10px}}.modal-search .modal-content .suggestions-list::-webkit-scrollbar,.modal-search .modal-content .last-search-list::-webkit-scrollbar{display:none}@media only screen and (min-width: 1024px){.modal-search .modal-content .suggestions-list li,.modal-search .modal-content .last-search-list li{margin-right:1.5rem}}@media only screen and (max-width: 1023px){.modal-search .modal-content .suggestions-list li,.modal-search .modal-content .last-search-list li{padding:12px 15px 10px}}.modal-search .modal-content .last-search-list button span{margin-left:.5rem}.modal-search .modal-content .last-search-header,.modal-search .modal-content .suggestions-header,.modal-search .modal-content .products-header{padding:0 1rem}.modal-search .modal-content .base-swiper .swiper-action-wrapper{padding:1rem}.modal-search .modal-content .base-swiper .swiper-action-wrapper .swiper-button-prev,.modal-search .modal-content .base-swiper .swiper-action-wrapper .swiper-button-next{transform:translateY(0);position:unset;width:3.6rem;height:3.6rem}.modal-search .modal-content .base-swiper .swiper-action-wrapper .swiper-button-prev i,.modal-search .modal-content .base-swiper .swiper-action-wrapper .swiper-button-next i{width:3.6rem;height:3.6rem}.modal-search .modal-content .base-swiper .swiper-action-wrapper .swiper-pagination{width:unset;padding:0;margin:0 6rem;position:unset}.modal-search .modal-content .base-swiper .swiper-wrapper{padding-bottom:0;height:unset}.modal-search .modal-content .base-swiper .swiper-wrapper .swiper-slide .product-card .image-wrapper{width:100%;aspect-ratio:1/1}@media only screen and (max-width: 1023px){.modal-search .products-carousel{margin:2.5rem 0;padding:0;border-left:1px solid var(--background-tag-color);border-right:1px solid var(--background-tag-color)}.modal-search .products-carousel .swiper-slide{width:185px !important}.modal-search .products-carousel .swiper-slide .product-card{margin:2.5rem 0;padding:0;border-left:1px solid var(--background-tag-color);border-right:1px solid var(--background-tag-color)}}.myacoount-navigation{width:100%;border-radius:0;box-shadow:none}.myacoount-navigation .btn-dropdown{border-radius:none;width:100%}.myacoount-navigation .dropdown-content{box-shadow:none;padding:1rem 2rem}.myacoount-navigation .dropdown-content .dropdown-list .dropdown-item{padding:0 2rem;border-bottom:none}.myacoount-navigation .dropdown-content .dropdown-list .dropdown-item .dropdown-link{justify-content:flex-start}.myacoount-navigation .dropdown-content .dropdown-list .dropdown-item.active{background-color:var(--background-tag-color);border-radius:.5rem}.myacoount-navigation .dropdown-content .dropdown-list .dropdown-item.active .dropdown-link{flex-direction:row-reverse;justify-content:flex-end}.myacoount-navigation .dropdown-content .dropdown-list .dropdown-item.active .dropdown-link::after{margin-left:0;margin-right:.5rem}.product-top-rating{align-items:center;display:flex;font-size:14px;font-weight:700;justify-content:center;margin:0 0 20px}.product-top-rating .rateit-wrapper{display:flex;font-size:14px;font-weight:700;justify-content:center}.product-top-rating .product-top-rate-count{align-items:center;display:flex;text-transform:lowercase}.product-top-rating .rateit{align-items:center;display:flex;margin-right:3px}.product-top-rating .rateit .rateit-range{background:none;width:85px !important}.product-top-rating .rateit .rateit-range .rateit-selected{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M20 7.72l4 8.196 8.086 1.183-5.766 5.907 1.752 8.976-8.053-4.714-7.476 4.712 1.165-8.945-5.794-5.936 8.085-1.183L20 7.72z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;background-position:-3px -3px;background-repeat:repeat;background-size:18px;box-sizing:content-box;left:auto;right:0;padding-right:15px}.product-top-rating .dot{padding:0 5px}.product-top-rating .icon-arrow-right-short{margin-left:10px}.netreviews-filters{display:flex;justify-content:space-between;margin-bottom:45px}.netreviews-section .title{text-transform:uppercase}.netreviews-section .netreviews-content-header{text-align:center;font-size:24px;font-weight:700;padding:40px 0 20px}.netreviews-section .netreviews-content-header-count{font-size:14px;text-transform:uppercase}.netreviews-section .base-swiper{position:relative}.netreviews-section .base-swiper .swiper-button-next{right:-20px}.netreviews-section .base-swiper .swiper-button-prev{left:-20px}.netreviews-section .swiper-slide{display:flex;flex-direction:column;align-self:center;padding:30px;text-align:center;overflow:hidden}.netreviews-section .swiper-slide .icon-reviews-white{position:absolute;left:-32px;top:0;z-index:-1}.netreviews-section .swiper-slide .rateit-wrapper{display:flex;justify-content:center;font-size:14px;font-weight:700;margin-bottom:15px}.netreviews-section .swiper-slide .rateit .rateit-range{width:85px !important}.netreviews-section .swiper-slide .rateit .rateit-range .rateit-selected{padding-right:15px;box-sizing:content-box;background-position:-3px -3px;background-size:18px}.netreviews-section .swiper-slide .slide-review-text{line-height:1.2}.netreviews-section .swiper-slide .slide-review-name{font-size:14px;font-weight:700;margin:15px 0 5px}.netreviews-section .swiper-slide .review-helpful{margin-top:30px}.netreviews-section .swiper-slide .collapsed{height:114px}.netreviews-section .review-date{display:block;font-size:12px;margin-bottom:20px}.netreviews-section .filter-btn{width:calc(50% - 10px)}.netreviews-section .filter-btn.js-close .icon-close{display:inline-block}.netreviews-section .filter-btn.js-close .icon-open{display:none}.netreviews-section .filter-btn .icon-close{display:none}.netreviews-content{margin-top:55px;padding:0 1rem}.netreviews-content .rateit{align-items:center;display:flex;margin-right:3px}.netreviews-content .rateit .rateit-range{background:none}.netreviews-content .rateit .rateit-range .rateit-selected{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M20 7.72l4 8.196 8.086 1.183-5.766 5.907 1.752 8.976-8.053-4.714-7.476 4.712 1.165-8.945-5.794-5.936 8.085-1.183L20 7.72z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;background-repeat:repeat;background-position:0% 0%;left:auto;right:0}.netreviews-content .swiper-container{background:var(--background-tag-color);border-radius:10px}.netreviews-content .review-item+.review-item:before{background:#ece8e5;background:linear-gradient(90deg, rgba(236, 232, 229, 0) 0%, rgb(236, 232, 229) 50%, rgba(236, 232, 229, 0) 100%);content:"";display:block;height:1px;margin:25px 0 30px;width:100%}.netreviews-content .review-item-header{display:flex;justify-content:space-between;margin-bottom:5px}.netreviews-content .review-rate{display:flex}.netreviews-content .review-name,.netreviews-content .review-rate-number{font-size:14px;font-weight:700}.netreviews-content .review-text{font-size:14px;line-height:1.2}.netreviews-content .collapsed{height:34px}.netreviews-content .review-button{align-items:center;cursor:pointer;font-size:14px;font-weight:700;display:inline-flex;height:34px}.netreviews-content .review-button .show-label{display:none}.netreviews-content .collapsed+.review-button .hide-label{display:none}.netreviews-content .collapsed+.review-button .show-label{display:block}.netreviews-content .paginationjs{justify-content:center;display:flex;padding:50px 0 30px}.netreviews-content .paginationjs .paginationjs-pages{margin:0 -20px}.netreviews-content .paginationjs .paginationjs-pages li{box-shadow:0 0 40px rgba(0,0,0,.15);border-radius:5px;margin:0 5px}.netreviews-content .paginationjs .paginationjs-pages li.paginationjs-prev,.netreviews-content .paginationjs .paginationjs-pages li.paginationjs-next{box-shadow:none}.netreviews-content .paginationjs .paginationjs-pages li.paginationjs-prev.disabled,.netreviews-content .paginationjs .paginationjs-pages li.paginationjs-next.disabled{opacity:0;visibility:hidden}.netreviews-content .paginationjs .paginationjs-pages li,.netreviews-content .paginationjs .paginationjs-pages li:last-child{border:0}.netreviews-content .paginationjs .paginationjs-pages li a{background:rgba(0,0,0,0);border-radius:5px;color:#000;font-size:16px;font-family:"Gotham";font-weight:500;height:42px;line-height:42px;min-width:42px}.netreviews-content .paginationjs .paginationjs-pages li.active{box-shadow:none}.netreviews-content .paginationjs .paginationjs-pages li.active>a{background:#f7f6f5;color:#000}.review-outer{transition:.3s all;overflow:hidden}.review-helpful{display:flex;align-items:center;justify-content:space-between;margin-top:10px;text-align:left}.review-helpful .review-votes{display:flex}.review-helpful .review-votes .btn-boxed{height:40px;width:40px;margin:0 2px}.review-helpful .review-votes .btn-boxed:hover,.review-helpful .review-votes .btn-boxed:focus,.review-helpful .review-votes .btn-boxed:active{background-color:rgba(218,217,215,.25)}.review-helpful .review-helpful-rate{font-size:12px;padding-right:5px}.modal-notify{z-index:7;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;transform:translateX(100%);transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1)}.modal-notify>div{height:100%}.modal-notify>div>div{height:100%}.modal-notify.is-open{transform:translateX(0)}.modal-notify .empty-icon{height:40px;width:40px}.modal-notify .pdp-notify-modal-header{padding:0 1rem;background-color:var(--background-tag-color);height:6rem}.modal-notify #pdp-notify-modal-content{height:calc(100% - 6rem)}.modal-notify .product-card{border-radius:5px;box-shadow:0 0 20px rgba(0,0,0,.1);flex-direction:row;margin:10px 20px;padding:10px 0}.modal-notify .product-card .wishlist-btn,.modal-notify .product-card .icon-checkmark{display:none}.modal-notify .product-card .image-wrapper{max-width:100px;margin:10px 10px 10px 0}.modal-notify .product-card .image-wrapper .quantity-label{bottom:auto;border-radius:5px 0;font-size:11px;left:0;top:-20px;transform:none}.modal-notify .product-card .product-card-body{text-align:left;width:100%}.modal-notify .product-card .product-card-body .name{height:auto;padding:5px 0 0}.modal-notify .product-card .product-card-body .name,.modal-notify .product-card .product-card-body .pdp-prices{justify-content:start;padding:0}.modal-notify .product-card .product-card-body .pdp-prices .price{margin:0 1rem}.modal-notify .product-card .product-card-body .addtocart-button-wrapper{display:none}.modal-notify .product-card .product-card-body .number{font-size:11px;margin:0 0 10px}.modal-notify .product-card .product-card-body .color-swatch-btn{align-items:center;font-size:11px;display:flex;justify-content:center;margin:0 0 10px;text-transform:uppercase}.modal-notify .product-card .product-card-body .color-swatch-btn img{border-radius:50%;height:20px;margin-right:5px;overflow:hidden;width:20px}.modal-notify .modal-addtocart-wrapper{position:absolute;bottom:0;left:0;padding:5px 5px 40px;width:100%;height:auto;background:var(--background-tag-color)}.modal-notify .modal-addtocart-wrapper .pdp-prices .price{margin:0 .5rem}.modal-notify .modal-addtocart-wrapper .addtocart-btn{width:100%;margin:0;min-height:50px;justify-content:center;text-transform:uppercase}.modal-notify .modal-addtocart-wrapper .addtocart-btn i{display:inline-block}.modal-notify .modal-addtocart-wrapper.unavailable{background-color:var(--background-tag-color)}.modal-notify .form-input.modal-notify-privacy .input-wrapper{margin:0 -10px}.modal-notify .form-input.modal-notify-privacy .input-wrapper label{opacity:1;pointer-events:all;font-size:12px;padding-right:0}.modal-notify .form-input.modal-notify-privacy .invalid-feedback{text-align:left;padding-left:3rem}.modal-notify .form-input.modal-notify-privacy .form-group{margin:1rem 0 0 0}.modal-notify .form-input.modal-notify-privacy .form-group.animated-label.focused label{transform:none}.addtocart-button-wrapper .btn-secondary.notify-me{color:#c92316 !important;opacity:1;margin:0 auto}.order-product-gift{overflow:hidden;border-radius:.5rem;border:1px solid var(--border-color);background-color:#fff;min-height:15rem;position:relative;display:flex;align-items:center}.order-product-gift .content-wrapper .item-image{min-width:10rem;max-width:13rem;flex:0 1 auto}.order-product-gift .content-wrapper .order-product-gift-content{padding:1.5rem;flex-wrap:wrap}.order-product-gift .content-wrapper .order-product-gift-content .order-product-gift-info{flex:0 0 100%}.order-product-gift .content-wrapper .order-product-gift-content .order-product-gift-info .quantity-label{position:absolute;top:0;left:0;margin-top:0;border-radius:.5rem 0 .5rem 0}.order-product-gift .content-wrapper .order-product-gift-content .order-product-gift-info .gift-label{display:inline-block}.order-product-gift .content-wrapper .order-product-gift-actions{flex:0 0 auto}.order-product-gift .content-wrapper .order-product-gift-actions button{white-space:nowrap}.order-product-gift .order-product-gift-disclaimer{background-color:rgba(218,217,215,.25);padding:1rem}.order-product-gift .order-product-gift-disclaimer p{margin:0}.order-summary .order-section{padding:3rem 2rem;background-color:rgba(218,217,215,.25)}.order-summary .order-section .order-savings{color:#008770}.order-summary .order-section .checkout-btn a{color:#fff}.order-summary .order-section .paypal-content{z-index:0;padding-left:0;padding-right:0}.order-summary .order-section .form-promo-code{height:4.4rem;border-radius:.5rem;overflow:hidden;background-color:#fff;padding:.5rem}.order-summary .order-section .form-promo-code input{border-bottom:none}.order-summary .order-section .form-promo-code button{padding:0;min-width:unset !important}.order-summary .order-section .coupon-error .coupon-missing-error,.order-summary .order-section .coupon-error .coupon-error-message{display:none;color:#c92316}.order-summary .order-section .coupon-missing-error,.order-summary .order-section .coupon-error-message{display:none;color:#c92316}.order-summary .order-section .coupon-success-message{color:#008770}.order-summary .points-section{background-color:var(--background-tag-color);height:5rem}.order-summary .points-section p{color:#008770}.plp-category-slider{display:block;width:100%;height:5rem;padding:0 2rem}.plp-category-slider .plp-category-slider-wrapper{padding:.5rem}.plp-category-slider .plp-category-slider-wrapper .swiper-button-prev,.plp-category-slider .plp-category-slider-wrapper .swiper-button-next{cursor:pointer}.plp-category-slider .plp-category-slider-wrapper .swiper-container{width:100%;height:100%;margin:0 .5rem}.plp-category-slider .plp-category-slider-wrapper .swiper-container .swiper-wrapper{height:100%}.plp-category-slider .plp-category-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide{height:100%;width:auto}.plp-category-slider .plp-category-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide a{padding:0 1.5rem}.plp-accordion-description-desktop .content{padding:3.5rem 4rem;transition:all ease-in .3s;max-height:0;display:none;opacity:0}.plp-accordion-description-desktop.is-visible .content{display:block;opacity:1;max-height:20000px}.plp-description-mobile{padding:2rem}.plp-description-mobile .accordion-item{background-color:var(--background-tag-color);border-radius:.5rem;padding:2rem}.plp-description-mobile .accordion-item .accordion-trigger{display:flex;align-items:center;justify-content:flex-start;height:auto;border-bottom:none !important}.plp-description-mobile .accordion-item .accordion-trigger[aria-expanded=false]::after{display:none !important}.plp-description-mobile .accordion-item .accordion-trigger[aria-expanded=false] .hide-label{display:none}.plp-description-mobile .accordion-item .accordion-trigger[aria-expanded=true]::after{display:none !important}.plp-description-mobile .accordion-item .accordion-trigger[aria-expanded=true] .show-label{display:none}.plp-description-mobile .accordion-item .accordion-content{padding:0}.plp-editorial-card{padding:2.5rem 0;height:100%;position:relative}.plp-editorial-card-component{height:100%}.plp-editorial-card__wrapper{padding:0 10%;display:flex;flex-direction:column}.plp-editorial-card__wrapper.image-bottom{grid-template-rows:20% 80%}.plp-editorial-card__wrapper.image-bottom .image__wrapper{order:2}.plp-editorial-card__wrapper.image-bottom .image__wrapper img{border-radius:0 0 10px 10px}.plp-editorial-card__wrapper.image-bottom .text__wrapper{order:1;box-shadow:0 -30px 40px rgba(0,0,0,.05);border-radius:10px 10px 0 0}.plp-editorial-card__wrapper .text__wrapper{padding-top:1rem}.plp-editorial-card .image__wrapper{height:100%}.plp-editorial-card .image__wrapper img{width:100%;height:100%;object-fit:cover;border-radius:10px 10px 0 0}.plp-editorial-card .text__wrapper{display:flex;flex-direction:column;justify-content:center;height:100%;text-align:center;border-radius:0 0 10px 10px;box-shadow:0 30px 40px rgba(0,0,0,.05);padding:2rem}.plp-editorial-card .link__wrapper{margin:1rem auto}.plp-editorial-card .framed-cta{width:fit-content;margin:1rem auto 0;padding:1.2rem 1.6rem;border:2px solid #000;border-radius:5px}.plp-editorial-card-with-background{display:grid;grid-template-rows:1fr auto;height:100%;background-image:var(--data-imaged-src);position:relative;background-size:cover;background-repeat:no-repeat;background-position:center;border-radius:10px}.plp-editorial-card-with-background__wrapper{height:100%;position:relative;border-radius:10px}.plp-editorial-card-with-background__wrapper .text__wrapper{backdrop-filter:blur(40px);background:rgba(236,232,229,.5);position:absolute;padding:0 2rem 2rem 2rem;margin:0 1rem;display:flex;height:auto;width:calc(100% - 20px);box-shadow:none;border-radius:5px}.plp-editorial-card-with-background__wrapper .text__wrapper.box-top{top:10px}.plp-editorial-card-with-background__wrapper .text__wrapper.box-bottom{bottom:10px}.plp-editorial-card-with-background__wrapper .calendar-box__wrapper{padding:12px 0;border-bottom:1px solid #d8d2cb;position:relative}.plp-editorial-card-with-background__wrapper .calendar-box{display:flex;flex-direction:column;margin:0 auto;width:fit-content}.plp-editorial-card-with-background__wrapper .calendar-box::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.53 8a.792.792 0 00-.783.8v3.075a2.41 2.41 0 00-1.565 2.258c0 1.316 1.06 2.4 2.348 2.4 1.287 0 2.348-1.084 2.348-2.4a2.41 2.41 0 00-1.566-2.258V8.8c0-.442-.35-.8-.782-.8zm10.956 0a.792.792 0 00-.782.8v3.075a2.41 2.41 0 00-1.566 2.258c0 1.316 1.061 2.4 2.348 2.4s2.348-1.084 2.348-2.4a2.41 2.41 0 00-1.565-2.258V8.8c0-.442-.35-.8-.783-.8zM10.878 9.6C9.298 9.6 8 10.926 8 12.542v16.516C8 30.674 9.297 32 10.878 32h18.244C30.702 32 32 30.674 32 29.058V12.542c0-1.616-1.297-2.942-2.878-2.942h-1.557c-.413-.006-.79.377-.79.8 0 .423.377.806.79.8h1.557c.74 0 1.309.587 1.313 1.342v4.525H9.565v-4.525c0-.755.574-1.342 1.313-1.342h1.557c.413.006.79-.377.79-.8 0-.423-.377-.806-.79-.8h-1.557zm5.73 0a.792.792 0 00-.782.8c0 .442.35.8.783.8h6.782a.792.792 0 00.783-.8c0-.442-.35-.8-.783-.8H16.61zm-2.078 3.733a.78.78 0 01.783.8.78.78 0 01-.783.8.78.78 0 01-.783-.8c0-.45.342-.8.783-.8zm10.956 0a.78.78 0 01.783.8.78.78 0 01-.783.8.78.78 0 01-.782-.8c0-.45.341-.8.782-.8zm-15.92 5.334h20.869v10.391c0 .756-.574 1.342-1.313 1.342H10.878c-.74 0-1.313-.586-1.313-1.342V18.667z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.plp-editorial-card-with-background__wrapper .calendar-box::before{position:absolute;top:50%;transform:translateY(-50%)}.plp-editorial-card-with-background__wrapper .calendar-box p{width:fit-content;margin-left:50px}.plp-editorial-card-with-background__wrapper .link__wrapper{margin-top:2rem}.plp-editorial-card-with-background__wrapper .framed-cta{width:fit-content;margin:0 auto;padding:1.2rem 1.6rem;border:2px solid #000;border-radius:5px}.plp-editorial-card-with-background__a_wrapper{height:100%;position:absolute;width:100%;z-index:1}.review-rate{display:flex;justify-content:center}.review-rate-number{font-size:14px;font-weight:700}.rateit{align-items:center;display:flex;margin-right:3px}.rateit .rateit-range{background:none}.rateit .rateit-range .rateit-selected{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M20 7.72l4 8.196 8.086 1.183-5.766 5.907 1.752 8.976-8.053-4.714-7.476 4.712 1.165-8.945-5.794-5.936 8.085-1.183L20 7.72z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;background-repeat:repeat;background-position:0 0;background-size:16px;left:auto;right:0}.plp-editorial-carousel-mini__wrapper{position:relative;transform:translateY(-50px)}.plp-editorial-carousel-mini .plp-editorial-carousel-mini__container{margin:11rem 4rem 8rem 4rem;border-radius:10px;padding:0 60px}.plp-editorial-carousel-mini .plp-editorial-carousel-mini__container.with-background{background-color:var(--background-tag-color)}.plp-editorial-carousel-mini .swiper-container{position:unset}.plp-editorial-carousel-mini .swiper-container .swiper-pagination{margin-top:2rem}.plp-editorial-carousel-mini .swiper-container .swiper-slide{height:100%}.plp-editorial-carousel-mini .swiper-container .swiper-wrapper{height:100%}.plp-editorial-carousel-mini .swiper-container .swiper-button-prev,.plp-editorial-carousel-mini .swiper-container .swiper-button-next{display:flex;top:calc(50px + 50%);border-radius:0;background-color:rgba(0,0,0,0);box-shadow:none}.plp-editorial-carousel-mini .swiper-container .swiper-button-prev i,.plp-editorial-carousel-mini .swiper-container .swiper-button-next i{width:3.6rem;height:3.6rem}.plp-editorial-carousel-mini .swiper-container .swiper-button-prev{left:-78px}.plp-editorial-carousel-mini .swiper-container .swiper-button-next{right:-78px}.plp-editorial-carousel-mini .swiper-container .swiper-button-disabled{opacity:.5}.editorial-carousel-mini-card{display:flex;flex-direction:column;align-items:center;text-align:center;height:100%}.editorial-carousel-mini-card img{width:10rem;height:10rem;border-radius:10px;object-fit:cover;margin-bottom:3rem}.editorial-carousel-mini-card .link-arrow{margin-top:auto}.editorial-carousel-mini-card .description{padding:0 2rem}.plp-filters-mobile-buttons{z-index:9;transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);position:fixed;top:0;right:.5rem;transform:translateY(-110%)}.plp-filters-mobile-buttons .sort-btn,.plp-filters-mobile-buttons .filters-btn{background-color:#4e5152;border-radius:.5rem;padding:.5rem}.plp-filters-mobile-buttons .filters-btn{position:relative}.plp-filters-mobile-buttons .filters-btn .number{position:absolute;bottom:0;right:0;border-radius:.5rem 0 .5rem 0;background-color:#fff;color:#4e5152;padding:.3rem}.plp-filters-mobile-buttons.show{transform:translateY(11rem);transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1)}.plp-filters-mobile-buttons.show.scroll-up{transform:translateY(11rem)}.plp-filters-mobile-buttons.show.scroll-down{transform:translateY(1rem)}.plp-filters-mobile{padding:1rem}.plp-filters-mobile .breadcrumbs-list{margin-bottom:1.5rem;justify-content:center}.plp-filters-mobile .breadcrumbs-list .breadcrumbs-item .link{margin-right:1rem;color:#fff}.plp-filters-mobile .breadcrumbs-list .breadcrumbs-item .link::after{border-color:#fff}.plp-filters-mobile h1,.plp-filters-mobile h2,.plp-filters-mobile h3{position:relative;color:#fff}.plp-filters-mobile .dropdown-item h2{color:#4e5152}.plp-filters-mobile .filter-bar-wrapper{flex-wrap:wrap}.plp-filters-mobile .filter-bar-wrapper .dropdown-category{width:100%;margin-bottom:1rem}.plp-filters-mobile .filter-bar-wrapper .dropdown-category button{width:100%}.plp-filters-mobile .filter-bar-wrapper .dropdown-category .dropdown-content .dropdown-list .dropdown-item.current{font-weight:500;background-color:var(--background-tag-color)}.plp-filters-mobile .filter-bar-wrapper .filters-action{width:100%}.plp-filters-mobile .filter-bar-wrapper .filters-action button{width:100%;height:5rem}.plp-filters-mobile .filter-bar-wrapper .filters-action button:first-child{margin-right:1rem}.plp-filters-mobile .filter-bar-wrapper .filters-action .order-btn .icon-close{display:none}.plp-filters-mobile .filter-bar-wrapper .filters-action .filter-btn .icon-close{display:none}.modal-listing-filter{z-index:13;transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);display:inline-block;position:fixed;top:0;right:0;transform:translateX(100%);height:100%;width:100%;background-color:#fff}.modal-listing-filter .modal-listing-filter-header{height:6rem;background-color:var(--background-tag-color)}.modal-listing-filter #modal-listing-filter-content{padding:0 2rem;overflow-y:auto;height:calc(100vh - 17rem)}.modal-listing-filter #modal-listing-filter-content .active-filters-wrapper .filters,.modal-listing-filter #modal-listing-filter-content .active-filters-wrapper .active-filters-wrapper{flex-wrap:wrap}.modal-listing-filter #modal-listing-filter-content .active-filters-wrapper .filters .refine-btn,.modal-listing-filter #modal-listing-filter-content .active-filters-wrapper .active-filters-wrapper .refine-btn{margin-right:1rem;margin:0 1rem 1rem 0;white-space:nowrap;cursor:default}.modal-listing-filter #modal-listing-filter-content .active-filters-wrapper .filters .refine-btn .cross-icon,.modal-listing-filter #modal-listing-filter-content .active-filters-wrapper .active-filters-wrapper .refine-btn .cross-icon{cursor:pointer}.modal-listing-filter #modal-listing-filter-content .active-filters-wrapper .delete-all-filters-btn{color:#008770}.modal-listing-filter #modal-listing-filter-content .accordion-group .accordion-content{padding:0}.modal-listing-filter #modal-listing-filter-content .accordion-group .accordion-content .refine-item button{display:flex;align-items:center;justify-content:space-between;width:100%;height:4.5rem}.modal-listing-filter #modal-listing-filter-content .accordion-group .accordion-content .refine-item button i{width:3.5rem;height:3.5rem;display:none}.modal-listing-filter #modal-listing-filter-content .accordion-group .accordion-content .refine-item button.active i{display:inline-block}.modal-listing-filter #modal-listing-filter-content .modal-filters-actions{backdrop-filter:blur(20px);background:rgba(236,232,229,.5);position:absolute;bottom:0;left:0;width:100%;height:11rem;padding:1.5rem .5rem;border:1px solid var(--border-color)}.modal-listing-filter #modal-listing-filter-content .modal-filters-actions button{width:100%}.modal-listing-filter #modal-listing-filter-content .modal-filters-actions button:first-child{margin-right:.5rem}.modal-listing-filter.is-open{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:translateX(0)}.modal-sorting-filter{z-index:13;transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);display:inline-block;position:fixed;top:0;right:0;transform:translateX(100%);height:100%;width:100%;background-color:#fff}.modal-sorting-filter .modal-sorting-filter-header{height:6rem;background-color:var(--background-tag-color);padding:2rem}.modal-sorting-filter .modal-sorting-filter-content,.modal-sorting-filter #modal-sorting-filter-content{padding:0 2rem;overflow-y:auto;height:calc(100vh - 17rem)}.modal-sorting-filter .modal-sorting-filter-content .sorting-list .sorting-list-item,.modal-sorting-filter #modal-sorting-filter-content .sorting-list .sorting-list-item{border-bottom:1px solid var(--background-tag-color)}.modal-sorting-filter .modal-sorting-filter-content .sorting-list .sorting-list-item:last-child,.modal-sorting-filter #modal-sorting-filter-content .sorting-list .sorting-list-item:last-child{border-bottom:none}.modal-sorting-filter .modal-sorting-filter-content .sorting-list .sorting-list-item a,.modal-sorting-filter #modal-sorting-filter-content .sorting-list .sorting-list-item a{width:100%;display:flex;align-items:center;justify-content:space-between;height:4.5rem}.modal-sorting-filter .modal-sorting-filter-content .sorting-list .sorting-list-item a i,.modal-sorting-filter #modal-sorting-filter-content .sorting-list .sorting-list-item a i{display:none}.modal-sorting-filter .modal-sorting-filter-content .sorting-list .sorting-list-item.active a i,.modal-sorting-filter #modal-sorting-filter-content .sorting-list .sorting-list-item.active a i{width:3.5rem;height:3.5rem;display:inline-block}.modal-sorting-filter.is-open{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:translateX(0)}.product-page .pdp-addtocart-sticky{transition:transform 0.15s cubic-bezier(0.25, 1, 0.5, 1);z-index:11;position:fixed;left:0;right:0;bottom:0;margin:0 auto;width:100%;transform:translateY(100%);max-width:45rem}.product-page .pdp-addtocart-sticky .pdp-addtocart-sticky-wrapper{width:100%;max-width:45rem;margin:0 auto;height:8rem;padding:.5rem;background-color:#ece8e5}.product-page .pdp-addtocart-sticky .pdp-addtocart-sticky-wrapper .pdp-prices .discount,.product-page .pdp-addtocart-sticky .pdp-addtocart-sticky-wrapper .pdp-prices .price,.product-page .pdp-addtocart-sticky .pdp-addtocart-sticky-wrapper .pdp-prices .old-price{margin-right:1rem}.product-page .pdp-addtocart-sticky .pdp-addtocart-sticky-wrapper .pdp-prices .discount{order:2;color:#008770;font-size:1.2rem}.product-page .pdp-addtocart-sticky .pdp-addtocart-sticky-wrapper .pdp-prices .price{font-size:2rem}.product-page .pdp-addtocart-sticky .pdp-addtocart-sticky-wrapper .pdp-prices .old-price{text-decoration:line-through;opacity:.8;font-size:1.2rem}.product-page .pdp-addtocart-sticky .pdp-addtocart-sticky-wrapper .pdp-prices .price-wrapper{display:flex;align-items:center}.product-page .pdp-addtocart-sticky .pdp-addtocart-sticky-wrapper.unavailable{background-color:var(--background-tag-color)}.product-page .pdp-addtocart-sticky .pdp-addtocart-sticky-wrapper .tooltip .icon-tooltip-triangle{left:95px}.product-page .pdp-addtocart-sticky .pdp-addtocart-sticky-wrapper .tooltip.tooltip-product-promo{transform:translate(-100px, -40px)}.product-page .pdp-addtocart-sticky .pdp-addtocart-sticky-wrapper .omnibus-communication{font-size:1.1rem}.pdp-addtocart-wrapper .pdp-prices{margin-bottom:1.5rem}.pdp-addtocart-wrapper .pdp-prices .discount{color:#008770}.pdp-addtocart-wrapper .pdp-prices .price{margin:0 5rem}.pdp-addtocart-wrapper .pdp-prices .old-price{opacity:.6}.pdp-addtocart-wrapper .alert{position:fixed;top:50%;left:50%;margin-right:-50%;transform:translate(-50%, -50%);z-index:1;border:1px solid;font-size:16px}.pdp-addtocart-wrapper .pdp-addtocart-form{height:6rem;padding:.5rem;background-color:rgba(218,217,215,.25);border-radius:.5rem;display:flex;align-items:center;gap:2rem}.pdp-addtocart-wrapper .pdp-addtocart-form>div{flex:1}.pdp-addtocart-wrapper .pdp-addtocart-form.unavailable{max-width:310px;width:100%;background-color:var(--background-tag-color)}.pdp-addtocart-wrapper .pdp-addtocart-form.unavailable .quantity-selector{display:none}.pdp-addtocart-wrapper .pdp-addtocart-form.unavailable .addtocart-button-wrapper>button{width:100% !important}.product-card{overflow:hidden;position:relative;padding:2.5rem 0;display:flex;flex-direction:column;height:100%}.product-card .image-wrapper{position:relative;flex:auto;height:100%}.product-card .image-wrapper .image-container{width:100%;height:100%}.product-card .image-wrapper .image-container .tile-image{padding-top:2.5rem}.product-card .image-wrapper .bestseller-label{color:#4e5152;position:absolute;left:50%;transform:translateX(-50%);top:10px}.product-card .image-wrapper .bestseller-label::after{content:"";display:block;height:2px;width:100%;position:absolute;bottom:-4px;left:0;background-color:#4e5152}.product-card .image-wrapper .discount{color:#008770;position:absolute;top:0;left:10px;background-color:#a6e5da;padding:.3rem .6rem;border-radius:.5rem}.product-card .image-wrapper .discount::before{content:"-"}.product-card .image-wrapper .quantity-label{position:absolute;left:50%;transform:translateX(-50%);bottom:0}.product-card .image-wrapper .common-swatches-wrapper{position:absolute;top:50%;transform:translateY(-50%);left:1rem}.product-card .image-wrapper .common-swatches-wrapper .swatches-list .swatches-item .color-swatch-btn,.product-card .image-wrapper .common-swatches-wrapper .swatches-list .swatches-item .more-color{font-size:1rem;width:2rem;height:2rem}.product-card .image-wrapper .description-icons{position:absolute;bottom:1rem;right:1rem}.product-card .image-wrapper .description-icons li i,.product-card .image-wrapper .description-icons li img{width:3.6rem;height:3.6rem}.product-card .image-wrapper .wishlist-btn{position:absolute;right:1rem;top:0;line-height:100%}.product-card .image-wrapper .wishlist-btn i{width:3.6rem;height:3.6rem}.product-card .product-card-body{position:relative}.product-card .product-card-body .name{height:5.3rem;padding:0 1rem}.product-card .product-card-body .name>*{font-size:1.4rem;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-word}.product-card .product-card-body .pdp-prices{margin-bottom:1rem}.product-card .product-card-body .pdp-prices .discount{color:#008770}.product-card .product-card-body .pdp-prices .price{margin:0 1rem}.product-card .product-card-body .pdp-prices .old-price{opacity:.6}.product-card .product-card-body .cart-product-promo-spacer{height:20px;display:flex;justify-content:center;align-items:center}.product-card .product-card-body .cart-product-promo-spacer .cart-product-promo .tooltip-promo-details{color:#008770}.product-card .product-card-body .cart-product-promo-spacer .cart-product-promo .tooltip{max-width:18rem;transform:translate(-113.5px, -40px)}.product-card .product-card-body .cart-product-promo-spacer .cart-product-promo .tooltip .icon-tooltip-triangle{left:108px}.product-card .product-card-body .addtocart-button-wrapper{margin-top:1rem}.product-card .product-card-body .addtocart-button-wrapper .addtocart-btn{margin:0 auto}.product-card .product-card-body .alert{position:fixed;top:50%;left:50%;margin-right:-50%;transform:translate(-50%, -50%);z-index:1;border:1px solid}.product-card .product-card-body .omnibus-communication{font-size:1.1rem;text-align:center;padding:1.5rem 2rem 0}.product-card .product-card-body .omnibus-communication.omnibus-notify-me{text-align:left;padding-top:0;padding-left:0;width:100%}.addtocart-btn .pdp-prices,.addtocart-btn span,.addtocart-btn i{pointer-events:none}.einstein-products-carousel{margin:initial;max-width:1600px}.product-description-banner{position:relative;padding:2rem;background-color:var(--background-tag-color);margin:3rem auto;border-radius:.5rem}.product-description-banner.promo{text-align:left;padding:2rem 5rem 2rem 2rem;background-color:rgba(218,217,215,.25)}.product-description-banner.promo .image{position:absolute;top:50%;right:-3rem;transform:translateY(-50%)}.promo-btn{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);z-index:10;display:flex;align-items:center;justify-content:space-between;width:100%;height:5rem;background-color:#4e5152;color:#fff;padding:0 1.2rem;position:sticky;bottom:0;left:0}.promo-btn .label{display:block}.promo-btn .message{color:rgba(218,217,215,.25);display:block}.promo-btn::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.316 33.724a3.636 3.636 0 002.899-.05l2.246-1.022a1.296 1.296 0 011.08 0l2.245 1.021c.913.414 1.97.434 2.898.05a3.65 3.65 0 002.015-2.085l.867-2.309c.132-.352.41-.631.763-.764l2.31-.867a3.65 3.65 0 002.085-2.015 3.656 3.656 0 00-.05-2.897l-1.02-2.248a1.3 1.3 0 010-1.079l1.02-2.246c.416-.914.435-1.97.05-2.897A3.65 3.65 0 0031.64 12.3l-2.31-.866a1.309 1.309 0 01-.764-.763L27.7 8.36a3.65 3.65 0 00-2.015-2.085 3.656 3.656 0 00-2.898.05l-2.246 1.02a1.296 1.296 0 01-1.08 0l-2.247-1.02a3.647 3.647 0 00-2.897-.05 3.65 3.65 0 00-2.015 2.084l-.867 2.31c-.132.352-.41.63-.763.764l-2.31.867a3.65 3.65 0 00-2.085 2.015 3.656 3.656 0 00.05 2.897l1.02 2.248a1.3 1.3 0 010 1.08l-1.02 2.246a3.646 3.646 0 00-.05 2.897 3.65 3.65 0 002.084 2.015l2.31.867c.352.132.63.41.764.763l.867 2.31a3.65 3.65 0 002.015 2.085zM15.21 8.43c.162-.066.331-.1.5-.1.184 0 .367.04.54.118l2.246 1.02a3.641 3.641 0 003.011 0l2.247-1.02a1.29 1.29 0 011.04-.018c.337.14.595.406.723.748l.866 2.31a3.637 3.637 0 002.13 2.129l2.309.867c.341.128.607.385.747.723.14.338.135.707-.017 1.04l-1.02 2.245a3.636 3.636 0 000 3.012l1.021 2.246c.152.332.158.7.018 1.04-.14.337-.406.594-.748.723l-2.31.866a3.636 3.636 0 00-2.13 2.129l-.866 2.31a1.294 1.294 0 01-.724.747 1.29 1.29 0 01-1.04-.017l-2.244-1.02a3.632 3.632 0 00-3.012 0l-2.246 1.02a1.29 1.29 0 01-1.04.018 1.298 1.298 0 01-.724-.748l-.865-2.309a3.636 3.636 0 00-2.13-2.13l-2.31-.866a1.294 1.294 0 01-.747-.724 1.29 1.29 0 01.017-1.04l1.02-2.244a3.636 3.636 0 000-3.012l-1.02-2.246a1.293 1.293 0 01-.018-1.04c.14-.338.406-.596.748-.724l2.309-.866a3.64 3.64 0 002.13-2.13l.865-2.309c.129-.342.385-.608.724-.748zM14.167 16.5a2.336 2.336 0 002.333 2.334 2.336 2.336 0 002.334-2.334 2.336 2.336 0 00-2.334-2.334 2.336 2.336 0 00-2.333 2.334zm9.335 9.334a2.336 2.336 0 01-2.334-2.333 2.336 2.336 0 012.334-2.334 2.336 2.336 0 012.334 2.334 2.336 2.336 0 01-2.334 2.333zM15.8 25.6a1.165 1.165 0 001.634-.233l7.001-9.335a1.167 1.167 0 00-1.867-1.4l-7.001 9.335A1.167 1.167 0 0015.8 25.6z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.promo-btn::after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.707 18.707v-8.313h2v8.313h8.314v2h-8.314v8.314h-2v-8.314h-8.314v-2h8.314z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.promo-btn::after{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1)}.promo-btn.hide{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:translate3d(0, 150%, 0)}.promo-btn.promo-code-btn{background-color:rgba(218,217,215,.25)}.promo-btn.promo-code-btn::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 8h8a1 1 0 01.117 1.993L16 10h-6v6a1 1 0 01-.883.993L9 17a1 1 0 01-.993-.883L8 16V8zm0 16v8h8a1 1 0 00.117-1.993L16 30h-6v-6a1 1 0 00-.883-.993L9 23a1 1 0 00-.993.883L8 24zM24 8h8v8l-.007.117A1 1 0 0131 17l-.117-.007A1 1 0 0130 16v-6h-6l-.117-.007A1 1 0 0124 8zm8 16v8h-8a1 1 0 01-.117-1.993L24 30h6v-6a1 1 0 01.883-.993L31 23a1 1 0 01.993.883L32 24zm-18.007-8.617A1 1 0 0012 15.5v9l.007.117A1 1 0 0014 24.5v-9l-.007-.117zM24.5 14.5a1 1 0 01.993.883l.007.117v9a1 1 0 01-1.993.117L23.5 24.5v-9a1 1 0 011-1zm-6.507.883A1 1 0 0016 15.5v9l.007.117A1 1 0 0018 24.5v-9l-.007-.117zM20 14.5a1 1 0 01.993.883L21 15.5v9a1 1 0 01-1.993.117L19 24.5v-9a1 1 0 011-1zm7.993.883A1 1 0 0026 15.5v9l.007.117A1 1 0 0028 24.5v-9l-.007-.117z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.promo-btn.promo-code-btn::after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.707 18.707v-8.313h2v8.313h8.314v2h-8.314v8.314h-2v-8.314h-8.314v-2h8.314z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.modal-promo .promo-btn{transform:translate3d(0, -50vh, 0)}.modal-promo .promo-btn::after{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:rotate(-45deg)}.modal-promo .promo-code-btn{transform:translate3d(0, -50vh, 0)}.modal-promo .promo-code-btn::after{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:rotate(-45deg)}#modal-promo{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);z-index:9;position:fixed;bottom:0;left:0;width:100%;height:50vh;background-color:#fff;transform:translateY(100%)}#modal-promo.is-open{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:translateY(0)}#modal-promo-code{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);z-index:9;position:fixed;bottom:0;left:0;width:100%;height:50vh;padding:2rem;background-color:#fff;transform:translate3d(0, 100%, 0)}#modal-promo-code.is-open{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:translate3d(0, 0, 0)}.quiz-pelle-component .hidden{display:none !important}.quiz-pelle-component .quiz-pelle-container{position:relative;overflow:hidden;padding-top:0}.quiz-pelle-component .quiz-pelle-container .quiz-pelle{position:absolute;display:flex;flex-direction:column;justify-content:center;font-style:normal;align-items:flex-start;top:50%;left:25%;transform:translate(-50%, -50%);z-index:2;gap:20px}@media only screen and (max-width: 544px){.quiz-pelle-component .quiz-pelle-container .quiz-pelle{padding:20px 0;width:38%}}@media only screen and (min-width: 544px)and (max-width: 992px){.quiz-pelle-component .quiz-pelle-container .quiz-pelle{padding:40px 20px;width:45%}}@media only screen and (min-width: 992px)and (max-width: 1200px){.quiz-pelle-component .quiz-pelle-container .quiz-pelle{padding:80px 80px;width:60%}}@media only screen and (min-width: 1200px){.quiz-pelle-component .quiz-pelle-container .quiz-pelle{padding:150px 250px;width:70%}}.quiz-pelle-component .quiz-pelle-container .quiz-pelle .title{font-weight:700;line-height:110%;letter-spacing:-1.5px;text-transform:capitalize}@media only screen and (max-width: 544px){.quiz-pelle-component .quiz-pelle-container .quiz-pelle .title{font-size:22px}}@media only screen and (min-width: 544px)and (max-width: 992px){.quiz-pelle-component .quiz-pelle-container .quiz-pelle .title{font-size:28px}}@media only screen and (min-width: 992px){.quiz-pelle-component .quiz-pelle-container .quiz-pelle .title{font-size:60px}}.quiz-pelle-component .quiz-pelle-container .quiz-pelle .text{font-weight:400;line-height:110%;letter-spacing:-0.625px}@media only screen and (max-width: 544px){.quiz-pelle-component .quiz-pelle-container .quiz-pelle .text{font-size:15px}}@media only screen and (min-width: 544px)and (max-width: 992px){.quiz-pelle-component .quiz-pelle-container .quiz-pelle .text{font-size:15px}}@media only screen and (min-width: 992px){.quiz-pelle-component .quiz-pelle-container .quiz-pelle .text{font-size:25px}}.quiz-pelle-component .quiz-pelle-container .quiz-pelle .quiz-pelle-button{padding:15px 15px 15px 25px;border-radius:5px;background:#f899a5;color:#f7faf7;text-align:center;font-size:25px;font-weight:700;line-height:120%;letter-spacing:-0.75px;text-transform:uppercase;cursor:pointer;border:0}@media only screen and (max-width: 544px){.quiz-pelle-component .quiz-pelle-container .quiz-pelle .quiz-pelle-button{font-size:15px;padding:6px 6px 6px 16px}}@media only screen and (min-width: 544px)and (max-width: 992px){.quiz-pelle-component .quiz-pelle-container .quiz-pelle .quiz-pelle-button{font-size:18px}}.quiz-pelle-component .quiz-pelle-container .quiz-pelle-image{display:block;position:relative;width:100%;height:0;z-index:1}@media only screen and (max-width: 544px){.quiz-pelle-component .quiz-pelle-container .quiz-pelle-image{padding-bottom:70%}}@media only screen and (min-width: 544px)and (max-width: 992px){.quiz-pelle-component .quiz-pelle-container .quiz-pelle-image{padding-bottom:60%}}@media only screen and (min-width: 992px)and (max-width: 1200px){.quiz-pelle-component .quiz-pelle-container .quiz-pelle-image{padding-bottom:45%}}@media only screen and (min-width: 1200px){.quiz-pelle-component .quiz-pelle-container .quiz-pelle-image{padding-bottom:40%}}.quiz-pelle-component .quiz-pelle-container .quiz-pelle-image .img{position:absolute;object-fit:cover;right:0;height:100%;z-index:1}.quiz-pelle-component .skin-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;height:100%}.quiz-pelle-component .image-container{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px;width:100%;height:100%;padding:30px 100px}@media only screen and (max-width: 544px){.quiz-pelle-component .image-container{display:grid;grid-template-columns:repeat(2, 1fr);padding:5px 10px}}@media only screen and (min-width: 544px)and (max-width: 992px){.quiz-pelle-component .image-container{padding:5px 10px}}.quiz-pelle-component .image-container .img{background-color:#fff;width:100%;height:100%}.quiz-pelle-component .image-container .img:hover{-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;box-shadow:5px 5px 3px rgba(0,0,0,.6)}.quiz-pelle-component .quiz-pelle-banner-container{display:inline-flex;justify-content:center;align-content:center;background-color:#46cbb3;width:100%;height:auto}@media only screen and (max-width: 992px){.quiz-pelle-component .quiz-pelle-banner-container{padding:31px 35px}}@media only screen and (min-width: 992px)and (max-width: 1200px){.quiz-pelle-component .quiz-pelle-banner-container{padding:31px 35px}}@media only screen and (min-width: 1200px){.quiz-pelle-component .quiz-pelle-banner-container{padding:31px 223px}}.quiz-pelle-component .quiz-pelle-banner-container .banner-text{color:#fff;text-align:center;font-style:italic;font-weight:400;line-height:110%;letter-spacing:-1.125px}@media only screen and (max-width: 544px){.quiz-pelle-component .quiz-pelle-banner-container .banner-text{font-size:15px}}@media only screen and (min-width: 544px)and (max-width: 992px){.quiz-pelle-component .quiz-pelle-banner-container .banner-text{font-size:20px}}@media only screen and (min-width: 992px){.quiz-pelle-component .quiz-pelle-banner-container .banner-text{font-size:38px}}.quiz-pelle-component .skin-content,.quiz-pelle-component .skin-type-content{cursor:pointer}input[type=range]{box-sizing:border-box;appearance:none;margin:0;padding:0;overflow:hidden;border:0;border-radius:2px;outline:none;background:linear-gradient(#008770, #008770) no-repeat center;background-size:100% 4px;pointer-events:none}input[type=range]:active,input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-thumb{height:30px;width:30px;border-radius:30px;background-color:#008770;position:relative;margin:5px 0;cursor:pointer;appearance:none;pointer-events:all}.multi-range{position:relative;height:50px;margin-top:3rem}.multi-range input[type=range]{position:absolute}.multi-range input[type=range]:nth-child(1)::-webkit-slider-thumb::before{background-color:red}.multi-range input[type=range]:nth-child(2){background:none}.multi-range input[type=range]:nth-child(2)::-webkit-slider-thumb::before{background-color:gray}.multi-range .range-value-min,.multi-range .range-value-max{position:absolute;bottom:100%;background-color:rgba(218,217,215,.25);border-radius:.5rem;padding:0 .5rem}.multi-range .range-value-max{right:0}.multi-range .range-value-min{left:0}.search-form label{display:block}.search-form .input-wrapper{position:relative}.search-form .input-wrapper input{padding:.75rem 2.4rem .75rem .75rem}.search-form .input-wrapper .cancel-input{position:absolute;right:5rem}.search-form .input-wrapper .cancel-input>i{width:2.4rem;height:2.4rem}.pdp-service-carousel-wrapper{margin-top:5rem;padding-bottom:4rem;position:relative}.pdp-service-carousel-wrapper .pdp-test-attribute-wrapper .pdp-test-attribute-list .pdp-test-attribute-item img{width:6rem;height:6rem;margin:0 auto}.pdp-service-carousel-wrapper .pdp-service-button-prev,.pdp-service-carousel-wrapper .pdp-service-button-next{position:absolute;top:50%;transform:translateY(-50%);z-index:2;border:1px solid var(--border-color);border-radius:50%;display:block;line-height:100%;background-color:#fff}.pdp-service-carousel-wrapper .pdp-service-button-prev i,.pdp-service-carousel-wrapper .pdp-service-button-next i{width:5rem;height:5rem}.pdp-service-carousel-wrapper .pdp-service-button-prev{left:-1rem}.pdp-service-carousel-wrapper .pdp-service-button-next{right:-1rem}.pdp-service-carousel-wrapper .swiper-container{padding-bottom:4rem}.pdp-service-carousel-wrapper .swiper-container .swiper-pagination{position:absolute;bottom:0}.pdp-service-carousel-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet{width:.8rem;height:.8rem;margin:.8rem}.veil{position:absolute;z-index:999;text-align:center;top:0;left:0;width:100%;height:100%}.veil .underlay{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.5;background-color:#4e5152}.spinner{width:80px;height:80px;text-align:center;animation:sk-rotate 2s infinite linear;position:absolute;top:50%;left:50%;margin-top:-40px;margin-left:-40px}.dot1,.dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:sk-bounce 2s infinite ease-in-out}.dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes sk-rotate{100%{transform:rotate(360deg)}}@keyframes sk-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.storelocator .day{display:flex}.storelocator.store-details .storelocator-store-card .store-button{justify-content:center}.storelocator.store-details .storelocator-store-card .store-button span{position:relative;transform:none;margin-left:2rem}.storelocator.store-details .store-distance{font-weight:500;margin-bottom:2rem}.storelocator:not(.store-details) .store-distance{display:none;text-transform:uppercase;font-weight:500;margin-bottom:1rem}.storelocator .storelocator-store-card .address,.storelocator .storelocator-store-card .phone{display:flex;align-items:center}.storelocator .storelocator-store-card .address span,.storelocator .storelocator-store-card .phone span{margin-right:.8rem;flex-shrink:0}.storelocator .storelocator-store-card .store-button{flex:1;padding:1.4rem 4rem 1.4rem 2rem;border-radius:5px;display:flex;align-items:center;position:relative;margin:5px}.storelocator .storelocator-store-card .store-button span{width:3rem;height:3rem;position:absolute;right:5px;top:50%;transform:translateY(-50%)}.storelocator .storelocator-store-card .get-direction{background-color:#4e5152;color:#fff}.storelocator .storelocator-store-card .store-detail{background-color:var(--background-tag-color)}.storelocator .storelocator-store-card .accordion .accordion-item .accordion-trigger{border-bottom:0;height:unset;margin-top:1rem}.storelocator .storelocator-store-card .accordion .accordion-item .accordion-trigger[aria-expanded=false]::after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.707 18.707v-8.313h2v8.313h8.314v2h-8.314v8.314h-2v-8.314h-8.314v-2h8.314z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.storelocator .storelocator-store-card .accordion .accordion-item .accordion-trigger[aria-expanded=true]::after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.707 18.707v-8.313h2v8.313h8.314v2h-8.314v8.314h-2v-8.314h-8.314v-2h8.314z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.storelocator .storelocator-store-card .accordion .accordion-item .accordion-content{margin-top:1rem}.storelocator .btn-geolocalization{color:#4e5152 !important}.storelocator .accordion .accordion-item .accordion-trigger{border-bottom:0;height:unset;margin-top:1rem;width:fit-content}.storelocator .accordion .accordion-item .accordion-trigger[aria-expanded=false]::before{content:attr(data-show-label)}.storelocator .accordion .accordion-item .accordion-trigger[aria-expanded=false]::after{content:"+";width:auto;height:auto;background:none;padding-left:.5rem}.storelocator .accordion .accordion-item .accordion-trigger[aria-expanded=true]::before{content:attr(data-hide-label)}.storelocator .accordion .accordion-item .accordion-trigger[aria-expanded=true]::after{content:"-";width:auto;height:auto;background:none;padding-left:.5rem}.storelocator .accordion .accordion-item .accordion-content{margin-top:1rem}.storelocator .searchbox-aside{width:35%;display:flex;align-items:center;padding-left:20px}.storelocator .searchbox-aside .btn-geolocalization{flex:1}.store-details{padding:0 5.8rem;margin:5rem auto 0 auto;width:100%;max-width:160rem;position:relative}.store-details .store-header{margin-bottom:5rem}.store-details .btn-back-to-storelocator{position:relative;padding-left:12px}.store-details .btn-back-to-storelocator::before{content:"›";display:block;transform:rotate(180deg);position:absolute;top:0;left:0}.store-details .store-body{display:flex;align-items:center;flex-wrap:wrap}.store-details .storelocator-store-card{flex-basis:40%;padding:2rem}.store-details .storelocator-store-card>:not(:last-child){margin-bottom:1.6rem}.store-details .storelocator-store-card .store-hours{display:flex}.store-details .storelocator-store-card .store-hours span{margin-right:.8rem}.store-details .store-map{flex-basis:calc(60% - 20px);height:500px;margin-left:20px}.store-details .store-button{text-transform:uppercase;font-weight:500}.page-myaccount-storelocator .store-button{text-transform:uppercase;font-weight:500;flex:unset;min-width:170px}.page-myaccount-storelocator .store-button:not(:last-child){margin-right:1rem}.storelocator-regions{margin-top:5rem}.storelocator-regions .background-container{background-color:var(--background-tag-color);border-radius:10px;padding:20px}.storelocator-regions.accordion-group .accordion:first-child .accordion-item{border-top:none !important}.storelocator-regions.accordion-group .accordion:last-child .accordion-trigger{border-bottom:none !important}.storelocator-regions .accordion-content{grid-template-columns:repeat(6, 1fr);grid-row-gap:20px;font-weight:500;text-transform:capitalize}.storelocator-regions .accordion-content a{display:flex;justify-content:center;align-items:center}.storelocator-regions .accordion>.accordion-item.is-active.is-visible>.accordion-content{display:grid}.video-container{display:block;width:100%;height:0;position:relative;padding:0 0 56.25% 0;overflow:hidden;background-color:#000}.video-container iframe{display:block;position:absolute;top:0;left:0;z-index:1;width:100%;height:100%}*:focus{outline:3px solid #4e5152;outline-offset:0}[data-whatintent=mouse] *:focus,[data-whatintent=touch] *:focus,[data-whatinput=mouse] *:focus,[data-whatinput=touch] *:focus{outline:none}.visually-hidden,.visible-on-focus,.sr-only{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);white-space:nowrap}.visible-on-focus{left:150px;color:inherit;top:18px;text-decoration:none}.visible-on-focus:focus{clip:auto;height:auto;width:auto}.accordion>.accordion-item>.accordion-trigger{display:flex;align-items:center;justify-content:space-between;height:5rem;background-color:rgba(218,217,215,.25);border-radius:5px;gap:1rem;border-bottom:1px solid #ece8e5}.accordion>.accordion-item>.accordion-trigger::before,.accordion>.accordion-item>.accordion-trigger::after,.accordion>.accordion-item>.accordion-trigger>i{flex-shrink:0;flex-grow:0}.accordion>.accordion-item>.accordion-trigger[aria-expanded=false]::after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.707 18.707v-8.313h2v8.313h8.314v2h-8.314v8.314h-2v-8.314h-8.314v-2h8.314z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.accordion>.accordion-item>.accordion-trigger[aria-expanded=true]::after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M29 21H11v-2h18v2z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.accordion>.accordion-item>.accordion-content{transition:all ease-in .4s;max-height:0;display:none;opacity:0}.accordion>.accordion-item.is-active>.accordion-content{transition:all ease-in .4s;display:block;max-height:20000px}.accordion>.accordion-item.is-active.is-visible>.accordion-content{transition:all ease-in .4s;opacity:1}.accordion>.accordion-item.accordion-simple>.accordion-trigger{display:flex;align-items:center;justify-content:unset;height:auto;border-bottom:none;margin-bottom:1rem}.accordion>.accordion-item.accordion-simple>.accordion-trigger[aria-expanded=false]::after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.707 18.707v-8.313h2v8.313h8.314v2h-8.314v8.314h-2v-8.314h-8.314v-2h8.314z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.accordion>.accordion-item.accordion-simple>.accordion-trigger[aria-expanded=true]::after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M29 21H11v-2h18v2z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.accordion>.accordion-item.accordion-simple>.accordion-content{background-color:var(--background-tag-color);border-radius:.5rem;padding:2rem}.accordion>.accordion-item.accordion-simple.is-active>.accordion-content{max-height:16.8rem;overflow-y:auto}.base-modal{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);z-index:13;position:fixed;top:0;right:0;width:100%;height:100vh;transform:translateX(100%);background-color:#fff}.base-modal.is-open{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:translateX(0)}.base-modal .base-modal-header{background-color:rgba(218,217,215,.25);padding:1rem 2rem}.base-modal .base-modal-content{height:calc(100vh - 6rem);padding:0 2rem 6rem 2rem;overflow-y:auto}.base-swiper .swiper-button-prev,.base-swiper .swiper-button-next{position:absolute;top:50%;transform:translateY(-50%);z-index:2;border:1px solid var(--border-color);border-radius:50%;display:none;line-height:100%;background-color:#fff;cursor:pointer}.base-swiper .swiper-button-prev i,.base-swiper .swiper-button-next i{width:5rem;height:5rem}.base-swiper .swiper-button-prev{left:2rem}.base-swiper .swiper-button-next{right:2rem}.base-swiper .swiper-wrapper{padding-bottom:0;height:unset}.base-swiper .swiper-wrapper .swiper-pagination{margin-top:1.5rem;position:absolute;bottom:0}.base-swiper .swiper-wrapper .swiper-pagination .swiper-pagination-bullet{width:.8rem;height:.8rem;margin:.8rem}.base-swiper .swiper-wrapper .swiper-pagination.swiper-pagination-lock{display:none !important}.base-swiper.recommended-product .swiper-wrapper .swiper-slide{border-right:1px solid var(--background-tag-color)}.base-swiper.recommended-product .swiper-wrapper .swiper-slide:last-child{border-right:none}:root{font-size:62.5%;--main-color: #4e5152;--field-color: rgba(78, 81, 82, 0.8);--background-color: #fff;--white-icon-color: brightness(0) invert(1);--black-icon-color: brightness(0);--error-icon-color: invert(16%) sepia(50%) saturate(6475%) hue-rotate(16deg) brightness(99%) contrast(105%);--hover-color: #000;--light-color: rgba(218, 217, 215, 0.25);--border-color: #dad9d7;--background-tag-color: rgba(218, 217, 215, 0.25);--error-color: #c92316;--fade-gray-color: rgba(236, 232, 229, 0.5);--input-border-color: #d8d2cb;--primary-font: Inter, Arial, sans-serif;--transition: all 0.2s linear}html{font-size:1.4rem;scroll-behavior:smooth}html.initial-scroll{scroll-behavior:initial}body{font-size:1.6rem;line-height:1.2;font-family:var(--primary-font);color:var(--main-color);position:relative;min-height:100vh}body::before{backdrop-filter:blur(10px);background:rgba(255,255,255,.75);content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none;z-index:9;transition:all 0.15s cubic-bezier(0.25, 1, 0.5, 1)}body.modal-search-open::before{opacity:1;pointer-events:initial;z-index:5}body.overlay::before{opacity:1;pointer-events:initial}body.no-overflow,body.ReactModal__Body--open{overflow:hidden !important}body.hide-scroll{scrollbar-width:none}body.hide-scroll::-webkit-scrollbar{display:none}body#page-homepage main{padding-top:0}body.page-template-error .main-header{box-shadow:0 30px 40px rgba(0,0,0,.05)}body.page-template-error #maincontent{padding-top:7rem}.points-banner{padding:3rem 2rem 6.6rem;background-color:var(--light-color);border-radius:.5rem;position:relative;margin-top:3.5rem;margin-bottom:2rem}.points-banner>i{position:absolute;left:50%;top:0;transform:translate(-50%, -50%)}.points-banner [type=submit]{position:absolute;left:0;bottom:0;right:0;border-radius:0 0 .5rem .5rem}.content .title{padding-top:.6rem;border-width:.4rem 0 0;border-style:solid;font-size:2.4rem;line-height:1.2}#maincontent.checkout-layout{padding-top:6rem}#top-page{position:absolute;left:0;top:0;width:100%;height:1px}main{display:flex;flex-direction:column;padding-top:calc(14rem)}main.no-padding{padding-top:0}main.no-menu{padding:3rem 0 0}#stores-show main{padding-bottom:0}img{max-width:100%;margin:0;padding:0;display:block;height:auto}a{text-decoration:none}ul,ol{list-style-position:inside;list-style-type:none}ul[type=disc],ol[type=disc]{list-style-type:disc}ul li,ol li{padding:0}a,a:visited{color:inherit}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.container-fluid{display:block;width:100%;margin:0 auto;padding:0 2.4rem}form .alert.alert-danger,div .alert.alert-danger{background-color:var(--background-tag-color);margin-top:2rem;padding:2rem;border-radius:.5rem;color:#c92316}form .alert.alert-success,div .alert.alert-success{background-color:var(--background-tag-color);padding:2rem;border-radius:.5rem}form.registration .fidelity-error,div.registration .fidelity-error{background-color:var(--background-tag-color);padding:2rem;border-radius:.5rem}form.registration .fidelity-error .message,div.registration .fidelity-error .message{color:#c92316}.default-error-message{background-color:var(--background-tag-color);padding:2rem;border-radius:.5rem;color:#c92316}.editorial-markup ul,.editorial-markup ol{list-style-position:inside;list-style-type:initial}.editorial-markup ul li,.editorial-markup ol li{padding:unset}.text-warn{color:#157a65}[class*=prev] i::before{transform:rotate(180deg)}.align-center{align-items:center}.is-white{filter:var(--white-icon-color)}@media only screen and (min-width: 320px){.is-white-xs{filter:var(--white-icon-color)}}@media only screen and (max-width: 319px){.is-white-xs-max{filter:var(--white-icon-color)}}@media only screen and (min-width: 768px){.is-white-sm{filter:var(--white-icon-color)}}@media only screen and (max-width: 767px){.is-white-sm-max{filter:var(--white-icon-color)}}@media only screen and (min-width: 1024px){.is-white-md{filter:var(--white-icon-color)}}@media only screen and (max-width: 1023px){.is-white-md-max{filter:var(--white-icon-color)}}@media only screen and (min-width: 1440px){.is-white-lg{filter:var(--white-icon-color)}}@media only screen and (max-width: 1439px){.is-white-lg-max{filter:var(--white-icon-color)}}@media only screen and (min-width: 1600px){.is-white-xl{filter:var(--white-icon-color)}}@media only screen and (min-width: 1600px){.is-white-xl-max{filter:var(--white-icon-color)}}.gap-1{gap:1rem}@media only screen and (min-width: 320px){.gap-xs-1{gap:1rem}}@media only screen and (max-width: 319px){.gap-xs-max-1{gap:1rem}}@media only screen and (min-width: 768px){.gap-sm-1{gap:1rem}}@media only screen and (max-width: 767px){.gap-sm-max-1{gap:1rem}}@media only screen and (min-width: 1024px){.gap-md-1{gap:1rem}}@media only screen and (max-width: 1023px){.gap-md-max-1{gap:1rem}}@media only screen and (min-width: 1440px){.gap-lg-1{gap:1rem}}@media only screen and (max-width: 1439px){.gap-lg-max-1{gap:1rem}}@media only screen and (min-width: 1600px){.gap-xl-1{gap:1rem}}@media only screen and (min-width: 1600px){.gap-xl-max-1{gap:1rem}}.gap-2{gap:2rem}@media only screen and (min-width: 320px){.gap-xs-2{gap:2rem}}@media only screen and (max-width: 319px){.gap-xs-max-2{gap:2rem}}@media only screen and (min-width: 768px){.gap-sm-2{gap:2rem}}@media only screen and (max-width: 767px){.gap-sm-max-2{gap:2rem}}@media only screen and (min-width: 1024px){.gap-md-2{gap:2rem}}@media only screen and (max-width: 1023px){.gap-md-max-2{gap:2rem}}@media only screen and (min-width: 1440px){.gap-lg-2{gap:2rem}}@media only screen and (max-width: 1439px){.gap-lg-max-2{gap:2rem}}@media only screen and (min-width: 1600px){.gap-xl-2{gap:2rem}}@media only screen and (min-width: 1600px){.gap-xl-max-2{gap:2rem}}.gap-3{gap:3rem}@media only screen and (min-width: 320px){.gap-xs-3{gap:3rem}}@media only screen and (max-width: 319px){.gap-xs-max-3{gap:3rem}}@media only screen and (min-width: 768px){.gap-sm-3{gap:3rem}}@media only screen and (max-width: 767px){.gap-sm-max-3{gap:3rem}}@media only screen and (min-width: 1024px){.gap-md-3{gap:3rem}}@media only screen and (max-width: 1023px){.gap-md-max-3{gap:3rem}}@media only screen and (min-width: 1440px){.gap-lg-3{gap:3rem}}@media only screen and (max-width: 1439px){.gap-lg-max-3{gap:3rem}}@media only screen and (min-width: 1600px){.gap-xl-3{gap:3rem}}@media only screen and (min-width: 1600px){.gap-xl-max-3{gap:3rem}}.gap-4{gap:4rem}@media only screen and (min-width: 320px){.gap-xs-4{gap:4rem}}@media only screen and (max-width: 319px){.gap-xs-max-4{gap:4rem}}@media only screen and (min-width: 768px){.gap-sm-4{gap:4rem}}@media only screen and (max-width: 767px){.gap-sm-max-4{gap:4rem}}@media only screen and (min-width: 1024px){.gap-md-4{gap:4rem}}@media only screen and (max-width: 1023px){.gap-md-max-4{gap:4rem}}@media only screen and (min-width: 1440px){.gap-lg-4{gap:4rem}}@media only screen and (max-width: 1439px){.gap-lg-max-4{gap:4rem}}@media only screen and (min-width: 1600px){.gap-xl-4{gap:4rem}}@media only screen and (min-width: 1600px){.gap-xl-max-4{gap:4rem}}.gap-5{gap:5rem}@media only screen and (min-width: 320px){.gap-xs-5{gap:5rem}}@media only screen and (max-width: 319px){.gap-xs-max-5{gap:5rem}}@media only screen and (min-width: 768px){.gap-sm-5{gap:5rem}}@media only screen and (max-width: 767px){.gap-sm-max-5{gap:5rem}}@media only screen and (min-width: 1024px){.gap-md-5{gap:5rem}}@media only screen and (max-width: 1023px){.gap-md-max-5{gap:5rem}}@media only screen and (min-width: 1440px){.gap-lg-5{gap:5rem}}@media only screen and (max-width: 1439px){.gap-lg-max-5{gap:5rem}}@media only screen and (min-width: 1600px){.gap-xl-5{gap:5rem}}@media only screen and (min-width: 1600px){.gap-xl-max-5{gap:5rem}}.gap-6{gap:6rem}@media only screen and (min-width: 320px){.gap-xs-6{gap:6rem}}@media only screen and (max-width: 319px){.gap-xs-max-6{gap:6rem}}@media only screen and (min-width: 768px){.gap-sm-6{gap:6rem}}@media only screen and (max-width: 767px){.gap-sm-max-6{gap:6rem}}@media only screen and (min-width: 1024px){.gap-md-6{gap:6rem}}@media only screen and (max-width: 1023px){.gap-md-max-6{gap:6rem}}@media only screen and (min-width: 1440px){.gap-lg-6{gap:6rem}}@media only screen and (max-width: 1439px){.gap-lg-max-6{gap:6rem}}@media only screen and (min-width: 1600px){.gap-xl-6{gap:6rem}}@media only screen and (min-width: 1600px){.gap-xl-max-6{gap:6rem}}.gap-7{gap:7rem}@media only screen and (min-width: 320px){.gap-xs-7{gap:7rem}}@media only screen and (max-width: 319px){.gap-xs-max-7{gap:7rem}}@media only screen and (min-width: 768px){.gap-sm-7{gap:7rem}}@media only screen and (max-width: 767px){.gap-sm-max-7{gap:7rem}}@media only screen and (min-width: 1024px){.gap-md-7{gap:7rem}}@media only screen and (max-width: 1023px){.gap-md-max-7{gap:7rem}}@media only screen and (min-width: 1440px){.gap-lg-7{gap:7rem}}@media only screen and (max-width: 1439px){.gap-lg-max-7{gap:7rem}}@media only screen and (min-width: 1600px){.gap-xl-7{gap:7rem}}@media only screen and (min-width: 1600px){.gap-xl-max-7{gap:7rem}}.gap-8{gap:8rem}@media only screen and (min-width: 320px){.gap-xs-8{gap:8rem}}@media only screen and (max-width: 319px){.gap-xs-max-8{gap:8rem}}@media only screen and (min-width: 768px){.gap-sm-8{gap:8rem}}@media only screen and (max-width: 767px){.gap-sm-max-8{gap:8rem}}@media only screen and (min-width: 1024px){.gap-md-8{gap:8rem}}@media only screen and (max-width: 1023px){.gap-md-max-8{gap:8rem}}@media only screen and (min-width: 1440px){.gap-lg-8{gap:8rem}}@media only screen and (max-width: 1439px){.gap-lg-max-8{gap:8rem}}@media only screen and (min-width: 1600px){.gap-xl-8{gap:8rem}}@media only screen and (min-width: 1600px){.gap-xl-max-8{gap:8rem}}.gap-10{gap:10rem}@media only screen and (min-width: 320px){.gap-xs-10{gap:10rem}}@media only screen and (max-width: 319px){.gap-xs-max-10{gap:10rem}}@media only screen and (min-width: 768px){.gap-sm-10{gap:10rem}}@media only screen and (max-width: 767px){.gap-sm-max-10{gap:10rem}}@media only screen and (min-width: 1024px){.gap-md-10{gap:10rem}}@media only screen and (max-width: 1023px){.gap-md-max-10{gap:10rem}}@media only screen and (min-width: 1440px){.gap-lg-10{gap:10rem}}@media only screen and (max-width: 1439px){.gap-lg-max-10{gap:10rem}}@media only screen and (min-width: 1600px){.gap-xl-10{gap:10rem}}@media only screen and (min-width: 1600px){.gap-xl-max-10{gap:10rem}}.gap-12{gap:12rem}@media only screen and (min-width: 320px){.gap-xs-12{gap:12rem}}@media only screen and (max-width: 319px){.gap-xs-max-12{gap:12rem}}@media only screen and (min-width: 768px){.gap-sm-12{gap:12rem}}@media only screen and (max-width: 767px){.gap-sm-max-12{gap:12rem}}@media only screen and (min-width: 1024px){.gap-md-12{gap:12rem}}@media only screen and (max-width: 1023px){.gap-md-max-12{gap:12rem}}@media only screen and (min-width: 1440px){.gap-lg-12{gap:12rem}}@media only screen and (max-width: 1439px){.gap-lg-max-12{gap:12rem}}@media only screen and (min-width: 1600px){.gap-xl-12{gap:12rem}}@media only screen and (min-width: 1600px){.gap-xl-max-12{gap:12rem}}.gap-15{gap:15rem}@media only screen and (min-width: 320px){.gap-xs-15{gap:15rem}}@media only screen and (max-width: 319px){.gap-xs-max-15{gap:15rem}}@media only screen and (min-width: 768px){.gap-sm-15{gap:15rem}}@media only screen and (max-width: 767px){.gap-sm-max-15{gap:15rem}}@media only screen and (min-width: 1024px){.gap-md-15{gap:15rem}}@media only screen and (max-width: 1023px){.gap-md-max-15{gap:15rem}}@media only screen and (min-width: 1440px){.gap-lg-15{gap:15rem}}@media only screen and (max-width: 1439px){.gap-lg-max-15{gap:15rem}}@media only screen and (min-width: 1600px){.gap-xl-15{gap:15rem}}@media only screen and (min-width: 1600px){.gap-xl-max-15{gap:15rem}}.gap-16{gap:16rem}@media only screen and (min-width: 320px){.gap-xs-16{gap:16rem}}@media only screen and (max-width: 319px){.gap-xs-max-16{gap:16rem}}@media only screen and (min-width: 768px){.gap-sm-16{gap:16rem}}@media only screen and (max-width: 767px){.gap-sm-max-16{gap:16rem}}@media only screen and (min-width: 1024px){.gap-md-16{gap:16rem}}@media only screen and (max-width: 1023px){.gap-md-max-16{gap:16rem}}@media only screen and (min-width: 1440px){.gap-lg-16{gap:16rem}}@media only screen and (max-width: 1439px){.gap-lg-max-16{gap:16rem}}@media only screen and (min-width: 1600px){.gap-xl-16{gap:16rem}}@media only screen and (min-width: 1600px){.gap-xl-max-16{gap:16rem}}.gap-20{gap:20rem}@media only screen and (min-width: 320px){.gap-xs-20{gap:20rem}}@media only screen and (max-width: 319px){.gap-xs-max-20{gap:20rem}}@media only screen and (min-width: 768px){.gap-sm-20{gap:20rem}}@media only screen and (max-width: 767px){.gap-sm-max-20{gap:20rem}}@media only screen and (min-width: 1024px){.gap-md-20{gap:20rem}}@media only screen and (max-width: 1023px){.gap-md-max-20{gap:20rem}}@media only screen and (min-width: 1440px){.gap-lg-20{gap:20rem}}@media only screen and (max-width: 1439px){.gap-lg-max-20{gap:20rem}}@media only screen and (min-width: 1600px){.gap-xl-20{gap:20rem}}@media only screen and (min-width: 1600px){.gap-xl-max-20{gap:20rem}}.gap-25{gap:25rem}@media only screen and (min-width: 320px){.gap-xs-25{gap:25rem}}@media only screen and (max-width: 319px){.gap-xs-max-25{gap:25rem}}@media only screen and (min-width: 768px){.gap-sm-25{gap:25rem}}@media only screen and (max-width: 767px){.gap-sm-max-25{gap:25rem}}@media only screen and (min-width: 1024px){.gap-md-25{gap:25rem}}@media only screen and (max-width: 1023px){.gap-md-max-25{gap:25rem}}@media only screen and (min-width: 1440px){.gap-lg-25{gap:25rem}}@media only screen and (max-width: 1439px){.gap-lg-max-25{gap:25rem}}@media only screen and (min-width: 1600px){.gap-xl-25{gap:25rem}}@media only screen and (min-width: 1600px){.gap-xl-max-25{gap:25rem}}.gap-30{gap:30rem}@media only screen and (min-width: 320px){.gap-xs-30{gap:30rem}}@media only screen and (max-width: 319px){.gap-xs-max-30{gap:30rem}}@media only screen and (min-width: 768px){.gap-sm-30{gap:30rem}}@media only screen and (max-width: 767px){.gap-sm-max-30{gap:30rem}}@media only screen and (min-width: 1024px){.gap-md-30{gap:30rem}}@media only screen and (max-width: 1023px){.gap-md-max-30{gap:30rem}}@media only screen and (min-width: 1440px){.gap-lg-30{gap:30rem}}@media only screen and (max-width: 1439px){.gap-lg-max-30{gap:30rem}}@media only screen and (min-width: 1600px){.gap-xl-30{gap:30rem}}@media only screen and (min-width: 1600px){.gap-xl-max-30{gap:30rem}}.gap-40{gap:40rem}@media only screen and (min-width: 320px){.gap-xs-40{gap:40rem}}@media only screen and (max-width: 319px){.gap-xs-max-40{gap:40rem}}@media only screen and (min-width: 768px){.gap-sm-40{gap:40rem}}@media only screen and (max-width: 767px){.gap-sm-max-40{gap:40rem}}@media only screen and (min-width: 1024px){.gap-md-40{gap:40rem}}@media only screen and (max-width: 1023px){.gap-md-max-40{gap:40rem}}@media only screen and (min-width: 1440px){.gap-lg-40{gap:40rem}}@media only screen and (max-width: 1439px){.gap-lg-max-40{gap:40rem}}@media only screen and (min-width: 1600px){.gap-xl-40{gap:40rem}}@media only screen and (min-width: 1600px){.gap-xl-max-40{gap:40rem}}.gap-50{gap:50rem}@media only screen and (min-width: 320px){.gap-xs-50{gap:50rem}}@media only screen and (max-width: 319px){.gap-xs-max-50{gap:50rem}}@media only screen and (min-width: 768px){.gap-sm-50{gap:50rem}}@media only screen and (max-width: 767px){.gap-sm-max-50{gap:50rem}}@media only screen and (min-width: 1024px){.gap-md-50{gap:50rem}}@media only screen and (max-width: 1023px){.gap-md-max-50{gap:50rem}}@media only screen and (min-width: 1440px){.gap-lg-50{gap:50rem}}@media only screen and (max-width: 1439px){.gap-lg-max-50{gap:50rem}}@media only screen and (min-width: 1600px){.gap-xl-50{gap:50rem}}@media only screen and (min-width: 1600px){.gap-xl-max-50{gap:50rem}}.gap-60{gap:60rem}@media only screen and (min-width: 320px){.gap-xs-60{gap:60rem}}@media only screen and (max-width: 319px){.gap-xs-max-60{gap:60rem}}@media only screen and (min-width: 768px){.gap-sm-60{gap:60rem}}@media only screen and (max-width: 767px){.gap-sm-max-60{gap:60rem}}@media only screen and (min-width: 1024px){.gap-md-60{gap:60rem}}@media only screen and (max-width: 1023px){.gap-md-max-60{gap:60rem}}@media only screen and (min-width: 1440px){.gap-lg-60{gap:60rem}}@media only screen and (max-width: 1439px){.gap-lg-max-60{gap:60rem}}@media only screen and (min-width: 1600px){.gap-xl-60{gap:60rem}}@media only screen and (min-width: 1600px){.gap-xl-max-60{gap:60rem}}.gap-100{gap:100rem}@media only screen and (min-width: 320px){.gap-xs-100{gap:100rem}}@media only screen and (max-width: 319px){.gap-xs-max-100{gap:100rem}}@media only screen and (min-width: 768px){.gap-sm-100{gap:100rem}}@media only screen and (max-width: 767px){.gap-sm-max-100{gap:100rem}}@media only screen and (min-width: 1024px){.gap-md-100{gap:100rem}}@media only screen and (max-width: 1023px){.gap-md-max-100{gap:100rem}}@media only screen and (min-width: 1440px){.gap-lg-100{gap:100rem}}@media only screen and (max-width: 1439px){.gap-lg-max-100{gap:100rem}}@media only screen and (min-width: 1600px){.gap-xl-100{gap:100rem}}@media only screen and (min-width: 1600px){.gap-xl-max-100{gap:100rem}}.primary-xxl{font-size:3rem;line-height:1}.primary-xxl-bold,.editorial-markup .content-text h1{font-size:3rem;line-height:1;font-weight:700}.primary-xxl-bold-u{font-size:3rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-xxl-u{font-size:3rem;line-height:1;text-transform:uppercase}.primary-xxl-u-bold{font-size:3rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-xxl-medium{font-size:3rem;line-height:1;font-weight:500}.primary-xxl-medium-u{font-size:3rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-xxl-u{font-size:3rem;line-height:1;text-transform:uppercase}.primary-xxl-u-medium{font-size:3rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-xl{font-size:2.4rem;line-height:1.2}.primary-xl-bold,.editorial-hero-heading .content-hero-heading-text .hero-heading-title,.editorial-horizontal-highlight .horizontal-content-text .horizontal-title,.editorial-markup .content-text h2{font-size:2.4rem;line-height:1.2;font-weight:700}.primary-xl-bold-u{font-size:2.4rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-xl-u{font-size:2.4rem;line-height:1.2;text-transform:uppercase}.primary-xl-u-bold{font-size:2.4rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-xl-medium{font-size:2.4rem;line-height:1.2;font-weight:500}.primary-xl-medium-u{font-size:2.4rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-xl-u{font-size:2.4rem;line-height:1.2;text-transform:uppercase}.primary-xl-u-medium{font-size:2.4rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-l{font-size:2rem;line-height:1.2}.editorial-carousel-promotions .editorial-carousel-promotions-item .item-content-info .item-content-highlight-text .item-highlight-text,.primary-l-bold,.editorial-markup .content-text h3{font-size:2rem;line-height:1.2;font-weight:700}.primary-l-bold-u{font-size:2rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-l-u{font-size:2rem;line-height:1.2;text-transform:uppercase}.primary-l-u-bold{font-size:2rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-l-medium{font-size:2rem;line-height:1.2;font-weight:500}.primary-l-medium-u{font-size:2rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-l-u{font-size:2rem;line-height:1.2;text-transform:uppercase}.primary-l-u-medium{font-size:2rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-m,.editorial-hero-heading .content-hero-heading-text .hero-heading-text,.editorial-horizontal-highlight .horizontal-content-text .horizontal-text,.editorial-markup .content-text p{font-size:1.6rem;line-height:1.4}.my-account .cards-link-list .cards-link-item a,.primary-m-bold,.editorial-carousel .editorial-carousel-item .item-content-info .item-title,.editorial-carousel .editorial-carousel-item .item-content-info .item-highlight-text,.editorial-markup .content-text h4{font-size:1.6rem;line-height:1.4;font-weight:700}.primary-m-bold-u{font-size:1.6rem;line-height:1.4;font-weight:700;text-transform:uppercase}.primary-m-u{font-size:1.6rem;line-height:1.4;text-transform:uppercase}.primary-m-u-bold{font-size:1.6rem;line-height:1.4;font-weight:700;text-transform:uppercase}.primary-m-medium{font-size:1.6rem;line-height:1.4;font-weight:500}.primary-m-medium-u{font-size:1.6rem;line-height:1.4;font-weight:500;text-transform:uppercase}.primary-m-u{font-size:1.6rem;line-height:1.4;text-transform:uppercase}.primary-m-u-medium{font-size:1.6rem;line-height:1.4;font-weight:500;text-transform:uppercase}.editorial-carousel-promotions .editorial-carousel-promotions-item .item-content-info .item-description,.primary-sm,.editorial-carousel .editorial-carousel-item .item-content-info .item-description{font-size:1.4rem;line-height:1.2}.my-account .link,.editorial-carousel-promotions .content-item-link .item-link,.primary-sm-bold{font-size:1.4rem;line-height:1.2;font-weight:700}.primary-sm-bold-u{font-size:1.4rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-sm-u{font-size:1.4rem;line-height:1.2;text-transform:uppercase}.primary-sm-u-bold{font-size:1.4rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-sm-medium{font-size:1.4rem;line-height:1.2;font-weight:500}.primary-sm-medium-u{font-size:1.4rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-sm-u{font-size:1.4rem;line-height:1.2;text-transform:uppercase}.primary-sm-u-medium{font-size:1.4rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-xs{font-size:1.2rem;line-height:1.1}.primary-xs-bold{font-size:1.2rem;line-height:1.1;font-weight:700}.primary-xs-bold-u{font-size:1.2rem;line-height:1.1;font-weight:700;text-transform:uppercase}.primary-xs-u{font-size:1.2rem;line-height:1.1;text-transform:uppercase}.primary-xs-u-bold{font-size:1.2rem;line-height:1.1;font-weight:700;text-transform:uppercase}.primary-xs-medium{font-size:1.2rem;line-height:1.1;font-weight:500}.primary-xs-medium-u{font-size:1.2rem;line-height:1.1;font-weight:500;text-transform:uppercase}.primary-xs-u{font-size:1.2rem;line-height:1.1;text-transform:uppercase}.primary-xs-u-medium{font-size:1.2rem;line-height:1.1;font-weight:500;text-transform:uppercase}.primary-xxs{font-size:1.1rem;line-height:1}.quantity-label,.primary-xxs-bold{font-size:1.1rem;line-height:1;font-weight:700}.primary-xxs-bold-u{font-size:1.1rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-xxs-u{font-size:1.1rem;line-height:1;text-transform:uppercase}.primary-xxs-u-bold{font-size:1.1rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-xxs-medium{font-size:1.1rem;line-height:1;font-weight:500}.primary-xxs-medium-u{font-size:1.1rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-xxs-u{font-size:1.1rem;line-height:1;text-transform:uppercase}.primary-xxs-u-medium{font-size:1.1rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-xxxs{font-size:1rem;line-height:1}.primary-xxxs-bold{font-size:1rem;line-height:1;font-weight:700}.primary-xxxs-bold-u{font-size:1rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-xxxs-u{font-size:1rem;line-height:1;text-transform:uppercase}.editorial-carousel-promotions .editorial-carousel-promotions-item .content-date,.primary-xxxs-u-bold{font-size:1rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-xxxs-medium{font-size:1rem;line-height:1;font-weight:500}.primary-xxxs-medium-u{font-size:1rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-xxxs-u{font-size:1rem;line-height:1;text-transform:uppercase}.primary-xxxs-u-medium{font-size:1rem;line-height:1;font-weight:500;text-transform:uppercase}@media only screen and (min-width: 320px){.primary-xs-xxl{font-size:3rem;line-height:1}.primary-xs-xxl-bold{font-size:3rem;line-height:1;font-weight:700}.primary-xs-xxl-bold-u{font-size:3rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-xs-xxl-u{font-size:3rem;line-height:1;text-transform:uppercase}.primary-xs-xxl-u-bold{font-size:3rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-xs-xxl-medium{font-size:3rem;line-height:1;font-weight:500}.primary-xs-xxl-medium-u{font-size:3rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-xs-xxl-u{font-size:3rem;line-height:1;text-transform:uppercase}.primary-xs-xxl-u-medium{font-size:3rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-xs-xl{font-size:2.4rem;line-height:1.2}.primary-xs-xl-bold{font-size:2.4rem;line-height:1.2;font-weight:700}.primary-xs-xl-bold-u{font-size:2.4rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-xs-xl-u{font-size:2.4rem;line-height:1.2;text-transform:uppercase}.primary-xs-xl-u-bold{font-size:2.4rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-xs-xl-medium{font-size:2.4rem;line-height:1.2;font-weight:500}.primary-xs-xl-medium-u{font-size:2.4rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-xs-xl-u{font-size:2.4rem;line-height:1.2;text-transform:uppercase}.primary-xs-xl-u-medium{font-size:2.4rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-xs-l{font-size:2rem;line-height:1.2}.primary-xs-l-bold{font-size:2rem;line-height:1.2;font-weight:700}.primary-xs-l-bold-u{font-size:2rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-xs-l-u{font-size:2rem;line-height:1.2;text-transform:uppercase}.primary-xs-l-u-bold{font-size:2rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-xs-l-medium{font-size:2rem;line-height:1.2;font-weight:500}.primary-xs-l-medium-u{font-size:2rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-xs-l-u{font-size:2rem;line-height:1.2;text-transform:uppercase}.primary-xs-l-u-medium{font-size:2rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-xs-m{font-size:1.6rem;line-height:1.4}.primary-xs-m-bold{font-size:1.6rem;line-height:1.4;font-weight:700}.primary-xs-m-bold-u{font-size:1.6rem;line-height:1.4;font-weight:700;text-transform:uppercase}.primary-xs-m-u{font-size:1.6rem;line-height:1.4;text-transform:uppercase}.primary-xs-m-u-bold{font-size:1.6rem;line-height:1.4;font-weight:700;text-transform:uppercase}.primary-xs-m-medium{font-size:1.6rem;line-height:1.4;font-weight:500}.primary-xs-m-medium-u{font-size:1.6rem;line-height:1.4;font-weight:500;text-transform:uppercase}.primary-xs-m-u{font-size:1.6rem;line-height:1.4;text-transform:uppercase}.primary-xs-m-u-medium{font-size:1.6rem;line-height:1.4;font-weight:500;text-transform:uppercase}.primary-xs-sm{font-size:1.4rem;line-height:1.2}.primary-xs-sm-bold{font-size:1.4rem;line-height:1.2;font-weight:700}.primary-xs-sm-bold-u{font-size:1.4rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-xs-sm-u{font-size:1.4rem;line-height:1.2;text-transform:uppercase}.primary-xs-sm-u-bold{font-size:1.4rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-xs-sm-medium{font-size:1.4rem;line-height:1.2;font-weight:500}.primary-xs-sm-medium-u{font-size:1.4rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-xs-sm-u{font-size:1.4rem;line-height:1.2;text-transform:uppercase}.primary-xs-sm-u-medium{font-size:1.4rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-xs-xs{font-size:1.2rem;line-height:1.1}.primary-xs-xs-bold{font-size:1.2rem;line-height:1.1;font-weight:700}.primary-xs-xs-bold-u{font-size:1.2rem;line-height:1.1;font-weight:700;text-transform:uppercase}.primary-xs-xs-u{font-size:1.2rem;line-height:1.1;text-transform:uppercase}.primary-xs-xs-u-bold{font-size:1.2rem;line-height:1.1;font-weight:700;text-transform:uppercase}.primary-xs-xs-medium{font-size:1.2rem;line-height:1.1;font-weight:500}.primary-xs-xs-medium-u{font-size:1.2rem;line-height:1.1;font-weight:500;text-transform:uppercase}.primary-xs-xs-u{font-size:1.2rem;line-height:1.1;text-transform:uppercase}.primary-xs-xs-u-medium{font-size:1.2rem;line-height:1.1;font-weight:500;text-transform:uppercase}.primary-xs-xxs{font-size:1.1rem;line-height:1}.primary-xs-xxs-bold{font-size:1.1rem;line-height:1;font-weight:700}.primary-xs-xxs-bold-u{font-size:1.1rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-xs-xxs-u{font-size:1.1rem;line-height:1;text-transform:uppercase}.primary-xs-xxs-u-bold{font-size:1.1rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-xs-xxs-medium{font-size:1.1rem;line-height:1;font-weight:500}.primary-xs-xxs-medium-u{font-size:1.1rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-xs-xxs-u{font-size:1.1rem;line-height:1;text-transform:uppercase}.primary-xs-xxs-u-medium{font-size:1.1rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-xs-xxxs{font-size:1rem;line-height:1}.primary-xs-xxxs-bold{font-size:1rem;line-height:1;font-weight:700}.primary-xs-xxxs-bold-u{font-size:1rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-xs-xxxs-u{font-size:1rem;line-height:1;text-transform:uppercase}.primary-xs-xxxs-u-bold{font-size:1rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-xs-xxxs-medium{font-size:1rem;line-height:1;font-weight:500}.primary-xs-xxxs-medium-u{font-size:1rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-xs-xxxs-u{font-size:1rem;line-height:1;text-transform:uppercase}.primary-xs-xxxs-u-medium{font-size:1rem;line-height:1;font-weight:500;text-transform:uppercase}}@media only screen and (min-width: 768px){.primary-sm-xxl{font-size:3rem;line-height:1}.primary-sm-xxl-bold{font-size:3rem;line-height:1;font-weight:700}.primary-sm-xxl-bold-u{font-size:3rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-sm-xxl-u{font-size:3rem;line-height:1;text-transform:uppercase}.primary-sm-xxl-u-bold{font-size:3rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-sm-xxl-medium{font-size:3rem;line-height:1;font-weight:500}.primary-sm-xxl-medium-u{font-size:3rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-sm-xxl-u{font-size:3rem;line-height:1;text-transform:uppercase}.primary-sm-xxl-u-medium{font-size:3rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-sm-xl{font-size:2.4rem;line-height:1.2}.primary-sm-xl-bold{font-size:2.4rem;line-height:1.2;font-weight:700}.primary-sm-xl-bold-u{font-size:2.4rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-sm-xl-u{font-size:2.4rem;line-height:1.2;text-transform:uppercase}.primary-sm-xl-u-bold{font-size:2.4rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-sm-xl-medium{font-size:2.4rem;line-height:1.2;font-weight:500}.primary-sm-xl-medium-u{font-size:2.4rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-sm-xl-u{font-size:2.4rem;line-height:1.2;text-transform:uppercase}.primary-sm-xl-u-medium{font-size:2.4rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-sm-l{font-size:2rem;line-height:1.2}.primary-sm-l-bold{font-size:2rem;line-height:1.2;font-weight:700}.primary-sm-l-bold-u{font-size:2rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-sm-l-u{font-size:2rem;line-height:1.2;text-transform:uppercase}.primary-sm-l-u-bold{font-size:2rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-sm-l-medium{font-size:2rem;line-height:1.2;font-weight:500}.primary-sm-l-medium-u{font-size:2rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-sm-l-u{font-size:2rem;line-height:1.2;text-transform:uppercase}.primary-sm-l-u-medium{font-size:2rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-sm-m{font-size:1.6rem;line-height:1.4}.primary-sm-m-bold{font-size:1.6rem;line-height:1.4;font-weight:700}.primary-sm-m-bold-u{font-size:1.6rem;line-height:1.4;font-weight:700;text-transform:uppercase}.primary-sm-m-u{font-size:1.6rem;line-height:1.4;text-transform:uppercase}.primary-sm-m-u-bold{font-size:1.6rem;line-height:1.4;font-weight:700;text-transform:uppercase}.primary-sm-m-medium{font-size:1.6rem;line-height:1.4;font-weight:500}.primary-sm-m-medium-u{font-size:1.6rem;line-height:1.4;font-weight:500;text-transform:uppercase}.primary-sm-m-u{font-size:1.6rem;line-height:1.4;text-transform:uppercase}.primary-sm-m-u-medium{font-size:1.6rem;line-height:1.4;font-weight:500;text-transform:uppercase}.primary-sm-sm{font-size:1.4rem;line-height:1.2}.primary-sm-sm-bold{font-size:1.4rem;line-height:1.2;font-weight:700}.primary-sm-sm-bold-u{font-size:1.4rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-sm-sm-u{font-size:1.4rem;line-height:1.2;text-transform:uppercase}.primary-sm-sm-u-bold{font-size:1.4rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-sm-sm-medium{font-size:1.4rem;line-height:1.2;font-weight:500}.primary-sm-sm-medium-u{font-size:1.4rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-sm-sm-u{font-size:1.4rem;line-height:1.2;text-transform:uppercase}.primary-sm-sm-u-medium{font-size:1.4rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-sm-xs{font-size:1.2rem;line-height:1.1}.primary-sm-xs-bold{font-size:1.2rem;line-height:1.1;font-weight:700}.primary-sm-xs-bold-u{font-size:1.2rem;line-height:1.1;font-weight:700;text-transform:uppercase}.primary-sm-xs-u{font-size:1.2rem;line-height:1.1;text-transform:uppercase}.primary-sm-xs-u-bold{font-size:1.2rem;line-height:1.1;font-weight:700;text-transform:uppercase}.primary-sm-xs-medium{font-size:1.2rem;line-height:1.1;font-weight:500}.primary-sm-xs-medium-u{font-size:1.2rem;line-height:1.1;font-weight:500;text-transform:uppercase}.primary-sm-xs-u{font-size:1.2rem;line-height:1.1;text-transform:uppercase}.primary-sm-xs-u-medium{font-size:1.2rem;line-height:1.1;font-weight:500;text-transform:uppercase}.primary-sm-xxs{font-size:1.1rem;line-height:1}.primary-sm-xxs-bold{font-size:1.1rem;line-height:1;font-weight:700}.primary-sm-xxs-bold-u{font-size:1.1rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-sm-xxs-u{font-size:1.1rem;line-height:1;text-transform:uppercase}.primary-sm-xxs-u-bold{font-size:1.1rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-sm-xxs-medium{font-size:1.1rem;line-height:1;font-weight:500}.primary-sm-xxs-medium-u{font-size:1.1rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-sm-xxs-u{font-size:1.1rem;line-height:1;text-transform:uppercase}.primary-sm-xxs-u-medium{font-size:1.1rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-sm-xxxs{font-size:1rem;line-height:1}.primary-sm-xxxs-bold{font-size:1rem;line-height:1;font-weight:700}.primary-sm-xxxs-bold-u{font-size:1rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-sm-xxxs-u{font-size:1rem;line-height:1;text-transform:uppercase}.primary-sm-xxxs-u-bold{font-size:1rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-sm-xxxs-medium{font-size:1rem;line-height:1;font-weight:500}.primary-sm-xxxs-medium-u{font-size:1rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-sm-xxxs-u{font-size:1rem;line-height:1;text-transform:uppercase}.primary-sm-xxxs-u-medium{font-size:1rem;line-height:1;font-weight:500;text-transform:uppercase}}@media only screen and (min-width: 1024px){.primary-md-xxl{font-size:3rem;line-height:1}.primary-md-xxl-bold{font-size:3rem;line-height:1;font-weight:700}.primary-md-xxl-bold-u{font-size:3rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-md-xxl-u{font-size:3rem;line-height:1;text-transform:uppercase}.primary-md-xxl-u-bold{font-size:3rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-md-xxl-medium{font-size:3rem;line-height:1;font-weight:500}.primary-md-xxl-medium-u{font-size:3rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-md-xxl-u{font-size:3rem;line-height:1;text-transform:uppercase}.primary-md-xxl-u-medium{font-size:3rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-md-xl{font-size:2.4rem;line-height:1.2}.primary-md-xl-bold{font-size:2.4rem;line-height:1.2;font-weight:700}.primary-md-xl-bold-u{font-size:2.4rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-md-xl-u{font-size:2.4rem;line-height:1.2;text-transform:uppercase}.primary-md-xl-u-bold{font-size:2.4rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-md-xl-medium{font-size:2.4rem;line-height:1.2;font-weight:500}.primary-md-xl-medium-u{font-size:2.4rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-md-xl-u{font-size:2.4rem;line-height:1.2;text-transform:uppercase}.primary-md-xl-u-medium{font-size:2.4rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-md-l{font-size:2rem;line-height:1.2}.primary-md-l-bold{font-size:2rem;line-height:1.2;font-weight:700}.primary-md-l-bold-u{font-size:2rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-md-l-u{font-size:2rem;line-height:1.2;text-transform:uppercase}.primary-md-l-u-bold{font-size:2rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-md-l-medium{font-size:2rem;line-height:1.2;font-weight:500}.primary-md-l-medium-u{font-size:2rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-md-l-u{font-size:2rem;line-height:1.2;text-transform:uppercase}.primary-md-l-u-medium{font-size:2rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-md-m{font-size:1.6rem;line-height:1.4}.primary-md-m-bold{font-size:1.6rem;line-height:1.4;font-weight:700}.primary-md-m-bold-u{font-size:1.6rem;line-height:1.4;font-weight:700;text-transform:uppercase}.primary-md-m-u{font-size:1.6rem;line-height:1.4;text-transform:uppercase}.primary-md-m-u-bold{font-size:1.6rem;line-height:1.4;font-weight:700;text-transform:uppercase}.primary-md-m-medium{font-size:1.6rem;line-height:1.4;font-weight:500}.primary-md-m-medium-u{font-size:1.6rem;line-height:1.4;font-weight:500;text-transform:uppercase}.primary-md-m-u{font-size:1.6rem;line-height:1.4;text-transform:uppercase}.primary-md-m-u-medium{font-size:1.6rem;line-height:1.4;font-weight:500;text-transform:uppercase}.primary-md-sm{font-size:1.4rem;line-height:1.2}.primary-md-sm-bold{font-size:1.4rem;line-height:1.2;font-weight:700}.primary-md-sm-bold-u{font-size:1.4rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-md-sm-u{font-size:1.4rem;line-height:1.2;text-transform:uppercase}.primary-md-sm-u-bold{font-size:1.4rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-md-sm-medium{font-size:1.4rem;line-height:1.2;font-weight:500}.primary-md-sm-medium-u{font-size:1.4rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-md-sm-u{font-size:1.4rem;line-height:1.2;text-transform:uppercase}.primary-md-sm-u-medium{font-size:1.4rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-md-xs{font-size:1.2rem;line-height:1.1}.primary-md-xs-bold{font-size:1.2rem;line-height:1.1;font-weight:700}.primary-md-xs-bold-u{font-size:1.2rem;line-height:1.1;font-weight:700;text-transform:uppercase}.primary-md-xs-u{font-size:1.2rem;line-height:1.1;text-transform:uppercase}.primary-md-xs-u-bold{font-size:1.2rem;line-height:1.1;font-weight:700;text-transform:uppercase}.primary-md-xs-medium{font-size:1.2rem;line-height:1.1;font-weight:500}.primary-md-xs-medium-u{font-size:1.2rem;line-height:1.1;font-weight:500;text-transform:uppercase}.primary-md-xs-u{font-size:1.2rem;line-height:1.1;text-transform:uppercase}.primary-md-xs-u-medium{font-size:1.2rem;line-height:1.1;font-weight:500;text-transform:uppercase}.primary-md-xxs{font-size:1.1rem;line-height:1}.primary-md-xxs-bold{font-size:1.1rem;line-height:1;font-weight:700}.primary-md-xxs-bold-u{font-size:1.1rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-md-xxs-u{font-size:1.1rem;line-height:1;text-transform:uppercase}.primary-md-xxs-u-bold{font-size:1.1rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-md-xxs-medium{font-size:1.1rem;line-height:1;font-weight:500}.primary-md-xxs-medium-u{font-size:1.1rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-md-xxs-u{font-size:1.1rem;line-height:1;text-transform:uppercase}.primary-md-xxs-u-medium{font-size:1.1rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-md-xxxs{font-size:1rem;line-height:1}.primary-md-xxxs-bold{font-size:1rem;line-height:1;font-weight:700}.primary-md-xxxs-bold-u{font-size:1rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-md-xxxs-u{font-size:1rem;line-height:1;text-transform:uppercase}.primary-md-xxxs-u-bold{font-size:1rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-md-xxxs-medium{font-size:1rem;line-height:1;font-weight:500}.primary-md-xxxs-medium-u{font-size:1rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-md-xxxs-u{font-size:1rem;line-height:1;text-transform:uppercase}.primary-md-xxxs-u-medium{font-size:1rem;line-height:1;font-weight:500;text-transform:uppercase}}@media only screen and (min-width: 1440px){.primary-lg-xxl{font-size:3rem;line-height:1}.primary-lg-xxl-bold{font-size:3rem;line-height:1;font-weight:700}.primary-lg-xxl-bold-u{font-size:3rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-lg-xxl-u{font-size:3rem;line-height:1;text-transform:uppercase}.primary-lg-xxl-u-bold{font-size:3rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-lg-xxl-medium{font-size:3rem;line-height:1;font-weight:500}.primary-lg-xxl-medium-u{font-size:3rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-lg-xxl-u{font-size:3rem;line-height:1;text-transform:uppercase}.primary-lg-xxl-u-medium{font-size:3rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-lg-xl{font-size:2.4rem;line-height:1.2}.primary-lg-xl-bold{font-size:2.4rem;line-height:1.2;font-weight:700}.primary-lg-xl-bold-u{font-size:2.4rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-lg-xl-u{font-size:2.4rem;line-height:1.2;text-transform:uppercase}.primary-lg-xl-u-bold{font-size:2.4rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-lg-xl-medium{font-size:2.4rem;line-height:1.2;font-weight:500}.primary-lg-xl-medium-u{font-size:2.4rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-lg-xl-u{font-size:2.4rem;line-height:1.2;text-transform:uppercase}.primary-lg-xl-u-medium{font-size:2.4rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-lg-l{font-size:2rem;line-height:1.2}.primary-lg-l-bold{font-size:2rem;line-height:1.2;font-weight:700}.primary-lg-l-bold-u{font-size:2rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-lg-l-u{font-size:2rem;line-height:1.2;text-transform:uppercase}.primary-lg-l-u-bold{font-size:2rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-lg-l-medium{font-size:2rem;line-height:1.2;font-weight:500}.primary-lg-l-medium-u{font-size:2rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-lg-l-u{font-size:2rem;line-height:1.2;text-transform:uppercase}.primary-lg-l-u-medium{font-size:2rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-lg-m{font-size:1.6rem;line-height:1.4}.primary-lg-m-bold{font-size:1.6rem;line-height:1.4;font-weight:700}.primary-lg-m-bold-u{font-size:1.6rem;line-height:1.4;font-weight:700;text-transform:uppercase}.primary-lg-m-u{font-size:1.6rem;line-height:1.4;text-transform:uppercase}.primary-lg-m-u-bold{font-size:1.6rem;line-height:1.4;font-weight:700;text-transform:uppercase}.primary-lg-m-medium{font-size:1.6rem;line-height:1.4;font-weight:500}.primary-lg-m-medium-u{font-size:1.6rem;line-height:1.4;font-weight:500;text-transform:uppercase}.primary-lg-m-u{font-size:1.6rem;line-height:1.4;text-transform:uppercase}.primary-lg-m-u-medium{font-size:1.6rem;line-height:1.4;font-weight:500;text-transform:uppercase}.primary-lg-sm{font-size:1.4rem;line-height:1.2}.primary-lg-sm-bold{font-size:1.4rem;line-height:1.2;font-weight:700}.primary-lg-sm-bold-u{font-size:1.4rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-lg-sm-u{font-size:1.4rem;line-height:1.2;text-transform:uppercase}.primary-lg-sm-u-bold{font-size:1.4rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-lg-sm-medium{font-size:1.4rem;line-height:1.2;font-weight:500}.primary-lg-sm-medium-u{font-size:1.4rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-lg-sm-u{font-size:1.4rem;line-height:1.2;text-transform:uppercase}.primary-lg-sm-u-medium{font-size:1.4rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-lg-xs{font-size:1.2rem;line-height:1.1}.primary-lg-xs-bold{font-size:1.2rem;line-height:1.1;font-weight:700}.primary-lg-xs-bold-u{font-size:1.2rem;line-height:1.1;font-weight:700;text-transform:uppercase}.primary-lg-xs-u{font-size:1.2rem;line-height:1.1;text-transform:uppercase}.primary-lg-xs-u-bold{font-size:1.2rem;line-height:1.1;font-weight:700;text-transform:uppercase}.primary-lg-xs-medium{font-size:1.2rem;line-height:1.1;font-weight:500}.primary-lg-xs-medium-u{font-size:1.2rem;line-height:1.1;font-weight:500;text-transform:uppercase}.primary-lg-xs-u{font-size:1.2rem;line-height:1.1;text-transform:uppercase}.primary-lg-xs-u-medium{font-size:1.2rem;line-height:1.1;font-weight:500;text-transform:uppercase}.primary-lg-xxs{font-size:1.1rem;line-height:1}.primary-lg-xxs-bold{font-size:1.1rem;line-height:1;font-weight:700}.primary-lg-xxs-bold-u{font-size:1.1rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-lg-xxs-u{font-size:1.1rem;line-height:1;text-transform:uppercase}.primary-lg-xxs-u-bold{font-size:1.1rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-lg-xxs-medium{font-size:1.1rem;line-height:1;font-weight:500}.primary-lg-xxs-medium-u{font-size:1.1rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-lg-xxs-u{font-size:1.1rem;line-height:1;text-transform:uppercase}.primary-lg-xxs-u-medium{font-size:1.1rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-lg-xxxs{font-size:1rem;line-height:1}.primary-lg-xxxs-bold{font-size:1rem;line-height:1;font-weight:700}.primary-lg-xxxs-bold-u{font-size:1rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-lg-xxxs-u{font-size:1rem;line-height:1;text-transform:uppercase}.primary-lg-xxxs-u-bold{font-size:1rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-lg-xxxs-medium{font-size:1rem;line-height:1;font-weight:500}.primary-lg-xxxs-medium-u{font-size:1rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-lg-xxxs-u{font-size:1rem;line-height:1;text-transform:uppercase}.primary-lg-xxxs-u-medium{font-size:1rem;line-height:1;font-weight:500;text-transform:uppercase}}@media only screen and (min-width: 1600px){.primary-xl-xxl{font-size:3rem;line-height:1}.primary-xl-xxl-bold{font-size:3rem;line-height:1;font-weight:700}.primary-xl-xxl-bold-u{font-size:3rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-xl-xxl-u{font-size:3rem;line-height:1;text-transform:uppercase}.primary-xl-xxl-u-bold{font-size:3rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-xl-xxl-medium{font-size:3rem;line-height:1;font-weight:500}.primary-xl-xxl-medium-u{font-size:3rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-xl-xxl-u{font-size:3rem;line-height:1;text-transform:uppercase}.primary-xl-xxl-u-medium{font-size:3rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-xl-xl{font-size:2.4rem;line-height:1.2}.primary-xl-xl-bold{font-size:2.4rem;line-height:1.2;font-weight:700}.primary-xl-xl-bold-u{font-size:2.4rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-xl-xl-u{font-size:2.4rem;line-height:1.2;text-transform:uppercase}.primary-xl-xl-u-bold{font-size:2.4rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-xl-xl-medium{font-size:2.4rem;line-height:1.2;font-weight:500}.primary-xl-xl-medium-u{font-size:2.4rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-xl-xl-u{font-size:2.4rem;line-height:1.2;text-transform:uppercase}.primary-xl-xl-u-medium{font-size:2.4rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-xl-l{font-size:2rem;line-height:1.2}.primary-xl-l-bold{font-size:2rem;line-height:1.2;font-weight:700}.primary-xl-l-bold-u{font-size:2rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-xl-l-u{font-size:2rem;line-height:1.2;text-transform:uppercase}.primary-xl-l-u-bold{font-size:2rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-xl-l-medium{font-size:2rem;line-height:1.2;font-weight:500}.primary-xl-l-medium-u{font-size:2rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-xl-l-u{font-size:2rem;line-height:1.2;text-transform:uppercase}.primary-xl-l-u-medium{font-size:2rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-xl-m{font-size:1.6rem;line-height:1.4}.primary-xl-m-bold{font-size:1.6rem;line-height:1.4;font-weight:700}.primary-xl-m-bold-u{font-size:1.6rem;line-height:1.4;font-weight:700;text-transform:uppercase}.primary-xl-m-u{font-size:1.6rem;line-height:1.4;text-transform:uppercase}.primary-xl-m-u-bold{font-size:1.6rem;line-height:1.4;font-weight:700;text-transform:uppercase}.primary-xl-m-medium{font-size:1.6rem;line-height:1.4;font-weight:500}.primary-xl-m-medium-u{font-size:1.6rem;line-height:1.4;font-weight:500;text-transform:uppercase}.primary-xl-m-u{font-size:1.6rem;line-height:1.4;text-transform:uppercase}.primary-xl-m-u-medium{font-size:1.6rem;line-height:1.4;font-weight:500;text-transform:uppercase}.primary-xl-sm{font-size:1.4rem;line-height:1.2}.primary-xl-sm-bold{font-size:1.4rem;line-height:1.2;font-weight:700}.primary-xl-sm-bold-u{font-size:1.4rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-xl-sm-u{font-size:1.4rem;line-height:1.2;text-transform:uppercase}.primary-xl-sm-u-bold{font-size:1.4rem;line-height:1.2;font-weight:700;text-transform:uppercase}.primary-xl-sm-medium{font-size:1.4rem;line-height:1.2;font-weight:500}.primary-xl-sm-medium-u{font-size:1.4rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-xl-sm-u{font-size:1.4rem;line-height:1.2;text-transform:uppercase}.primary-xl-sm-u-medium{font-size:1.4rem;line-height:1.2;font-weight:500;text-transform:uppercase}.primary-xl-xs{font-size:1.2rem;line-height:1.1}.primary-xl-xs-bold{font-size:1.2rem;line-height:1.1;font-weight:700}.primary-xl-xs-bold-u{font-size:1.2rem;line-height:1.1;font-weight:700;text-transform:uppercase}.primary-xl-xs-u{font-size:1.2rem;line-height:1.1;text-transform:uppercase}.primary-xl-xs-u-bold{font-size:1.2rem;line-height:1.1;font-weight:700;text-transform:uppercase}.primary-xl-xs-medium{font-size:1.2rem;line-height:1.1;font-weight:500}.primary-xl-xs-medium-u{font-size:1.2rem;line-height:1.1;font-weight:500;text-transform:uppercase}.primary-xl-xs-u{font-size:1.2rem;line-height:1.1;text-transform:uppercase}.primary-xl-xs-u-medium{font-size:1.2rem;line-height:1.1;font-weight:500;text-transform:uppercase}.primary-xl-xxs{font-size:1.1rem;line-height:1}.primary-xl-xxs-bold{font-size:1.1rem;line-height:1;font-weight:700}.primary-xl-xxs-bold-u{font-size:1.1rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-xl-xxs-u{font-size:1.1rem;line-height:1;text-transform:uppercase}.primary-xl-xxs-u-bold{font-size:1.1rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-xl-xxs-medium{font-size:1.1rem;line-height:1;font-weight:500}.primary-xl-xxs-medium-u{font-size:1.1rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-xl-xxs-u{font-size:1.1rem;line-height:1;text-transform:uppercase}.primary-xl-xxs-u-medium{font-size:1.1rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-xl-xxxs{font-size:1rem;line-height:1}.primary-xl-xxxs-bold{font-size:1rem;line-height:1;font-weight:700}.primary-xl-xxxs-bold-u{font-size:1rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-xl-xxxs-u{font-size:1rem;line-height:1;text-transform:uppercase}.primary-xl-xxxs-u-bold{font-size:1rem;line-height:1;font-weight:700;text-transform:uppercase}.primary-xl-xxxs-medium{font-size:1rem;line-height:1;font-weight:500}.primary-xl-xxxs-medium-u{font-size:1rem;line-height:1;font-weight:500;text-transform:uppercase}.primary-xl-xxxs-u{font-size:1rem;line-height:1;text-transform:uppercase}.primary-xl-xxxs-u-medium{font-size:1rem;line-height:1;font-weight:500;text-transform:uppercase}}.page-cart .title-divider{margin:4rem auto 2rem auto;padding:0 2.4rem}.page-cart .title-divider .title-wrapper{position:relative;margin:2.5rem;white-space:nowrap}.page-cart .title-divider hr{display:block;width:100%;height:.1rem;background-color:#4e5152}.page-cart .cart-scroll-button{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0}.page-cart .cart-content{display:grid;grid-template-columns:100%;grid-template-areas:"progress" "products" "recommended" "gift" "checkout" "help"}.page-cart .cart-content>div:not(.order-summary-container){padding:0 2.4rem}.page-cart .cart-content .cart-progressbar-wrapper{grid-area:progress}.page-cart .cart-content .products{grid-area:products;margin-bottom:5rem}.page-cart .cart-content .products .cart-message{color:#c92316;font-size:1.4rem;margin-bottom:1rem}.page-cart .cart-content .recommendations-wrapper{grid-area:recommended}.page-cart .cart-content .cart-help{grid-area:help}.page-cart .cart-content .cart-help .header{margin-bottom:4rem}.page-cart .cart-content .cart-help .accordion-item .accordion-trigger{padding:2.4rem 0}.page-cart .cart-content .order-summary-container{grid-area:checkout;display:flex;flex-direction:column-reverse}.page-cart .cart-content .order-summary-container .order-summary{overflow:hidden;margin:2rem 0}.page-cart .cart-content .order-summary-container .order-summary .order-section{padding:3rem 2rem;background-color:rgba(218,217,215,.25)}.page-cart .cart-content .order-summary-container .order-summary .order-section .order-savings{color:#008770}.page-cart .cart-content .order-summary-container .order-summary .order-section .checkout-btn a{color:#fff}.page-cart .cart-content .order-summary-container .order-summary .order-section .form-promo-code{height:4.4rem;border-radius:.5rem;overflow:hidden;background-color:#fff;padding:.5rem}.page-cart .cart-content .order-summary-container .order-summary .order-section .form-promo-code input{border-bottom:none}.page-cart .cart-content .order-summary-container .order-summary .order-section .form-promo-code button{width:3.4rem;height:3.4rem;padding:0;min-width:unset !important}.page-cart .cart-content .order-summary-container .order-summary .order-section .form-promo-code button i{width:3.4rem;height:3.4rem}.page-cart .cart-content .order-summary-container .order-summary .order-section .coupon-error .coupon-missing-error,.page-cart .cart-content .order-summary-container .order-summary .order-section .coupon-error .coupon-error-message{display:none;color:#c92316}.page-cart .cart-content .order-summary-container .order-summary .order-section .coupon-success-message{color:#008770}.page-cart .cart-content .order-summary-container .order-summary .points-section{background-color:var(--background-tag-color);height:5rem}.page-cart .cart-content .order-summary-container .order-summary .points-section p{color:#008770}.page-cart .cart-content .order-summary-container .order-services{background-color:var(--background-tag-color);padding:0 2rem}.page-cart .cart-content .order-summary-container .order-services .accordion-item .accordion-trigger{padding:0;color:#008770;justify-content:unset}.page-cart .cart-content .order-summary-container .order-services .accordion-item .accordion-trigger i{width:3.5rem;height:3.5rem}.page-cart .cart-content .order-summary-container .order-services .accordion-item .accordion-trigger[aria-expanded=false]::after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.707 18.707v-8.313h2v8.313h8.314v2h-8.314v8.314h-2v-8.314h-8.314v-2h8.314z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.page-cart .cart-content .order-summary-container .order-services .accordion-item .accordion-trigger[aria-expanded=false]::after{width:3.5rem;height:3.5rem}.page-cart .cart-content .order-summary-container .order-services .accordion-item .accordion-trigger[aria-expanded=true]::after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M29 21H11v-2h18v2z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.page-cart .cart-content .order-summary-container .order-services .accordion-item .accordion-trigger[aria-expanded=true]::after{width:3.5rem;height:3.5rem}.page-cart .cart-content .products-carousel{display:none}.page-cart .cart-content .products-carousel.swiper-initialized{display:block}.page-cart .cart-content .products-carousel{margin-bottom:5rem}.page-cart .cart-content .products-carousel .product-card-body{min-height:18rem;display:flex;flex-direction:column;justify-content:space-between}.page-cart .cart-content .products-carousel .product-card-body .name{padding-top:1.5rem}.page-cart .cart-content .products-carousel .product-card-body .pdp-prices .price{margin:0 auto}.page-cart .cart-content .products-carousel .product-card-body .addtocart-button-wrapper .addtocart-btn{min-width:0}.page-checkout-login{min-height:100vh}.page-checkout-login .tablist-wrapper{justify-content:center}.page-checkout-login .tablist-wrapper .tablist .tab-button{transition:all 0.4s cubic-bezier(0.25, 1, 0.5, 1);background-color:#fff;border-radius:.5rem;border:1px solid var(--background-tag-color);padding:1.6rem 4rem;width:100%;text-align:center}.page-checkout-login .tablist-wrapper .tablist .tab-button[aria-selected=true]{border:1px solid #4e5152;background-color:var(--background-tag-color)}.page-checkout-login .tablist-wrapper .tablist .tab-button:first-child{margin-right:.5rem}.page-checkout-login .tablist-wrapper .tablist .tab-button:last-child{margin-left:.5rem}.page-checkout-login .guest:not(form){background-color:var(--background-tag-color)}.page-checkout-login .guest:not(form) .register .consent-wrapper .consent-item{flex-wrap:wrap;justify-content:space-between;margin:2.5rem 0}.page-checkout-login .guest:not(form) .register .consent-wrapper .consent-item>p{flex:100%}.registration .consent-wrapper .consent-item{flex-wrap:wrap;justify-content:space-between;margin:2.5rem 0}.registration .consent-wrapper .consent-item>p{flex:100%}#checkout-main .card.is-enabled{display:flex;flex-direction:column;gap:1rem}#checkout-main .card-header{display:block;width:100%;text-align:center;padding:1rem 0;background-color:var(--main-color);color:var(--background-color);border-radius:.5rem}#checkout-main .checkout-steps-section{order:2;padding:0 2rem}#checkout-main .checkout-steps-section .card.ghost{opacity:1}#checkout-main .checkout-steps-section .card.ghost .card-header{background-color:var(--background-tag-color);color:var(--main-color)}#checkout-main .checkout-steps-section .shipping-section .shipping-type .pickup-point,#checkout-main .checkout-steps-section .shipping-section .shipping-type .home-delivery{padding:0}#checkout-main .checkout-steps-section .shipping-section .shipping-type button{transition:all 0.4s cubic-bezier(0.25, 1, 0.5, 1);background-color:#fff;border-radius:.5rem;border:1px solid var(--background-tag-color);padding:2rem;width:100%;text-align:left}#checkout-main .checkout-steps-section .shipping-section .shipping-type button[aria-selected=true]{transition:all 0.4s cubic-bezier(0.25, 1, 0.5, 1);border:1px solid #4e5152;background-color:var(--background-tag-color)}#checkout-main .checkout-steps-section .shipping-section .shipping-type button:first-child{margin-bottom:1rem}#checkout-main .checkout-steps-section .shipping-section .next-step-button.section{position:sticky;bottom:30px}#checkout-main .checkout-steps-section .shipping-section .shipment-selector-block .form-group.favourite{display:flex;align-items:center;justify-content:space-between}#checkout-main .checkout-steps-section .shipping-section .shipment-selector-block .form-group.favourite::after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M20 7.72l4 8.196 8.086 1.183-5.766 5.907 1.752 8.976-8.053-4.714-7.476 4.712 1.165-8.945-5.794-5.936 8.085-1.183L20 7.72z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}#checkout-main .checkout-steps-section .shipping-section .shipment-selector-block .form-group.favourite::after{width:3.5rem;height:3.5rem}#checkout-main .checkout-steps-section .shipping-section .shipping-method-list{display:flex;flex-direction:column}#checkout-main .checkout-steps-section .shipping-section .shipping-method-list .form-group{margin:0}#checkout-main .checkout-steps-section .email-summary,#checkout-main .checkout-steps-section .shipping-summary,#checkout-main .checkout-steps-section .payment-summary,#checkout-main .checkout-steps-section .personal-address-summary{flex-wrap:wrap}#checkout-main .checkout-steps-section .email-summary .card-header,#checkout-main .checkout-steps-section .shipping-summary .card-header,#checkout-main .checkout-steps-section .payment-summary .card-header,#checkout-main .checkout-steps-section .personal-address-summary .card-header{border-radius:.5rem .5rem 0 0}#checkout-main .checkout-steps-section .email-summary .card-body,#checkout-main .checkout-steps-section .shipping-summary .card-body,#checkout-main .checkout-steps-section .payment-summary .card-body,#checkout-main .checkout-steps-section .personal-address-summary .card-body{padding:.5rem 2rem;background-color:rgba(218,217,215,.25);border-radius:0 0 .5rem .5rem}#checkout-main .checkout-steps-section .email-summary .card-body .address-summary,#checkout-main .checkout-steps-section .shipping-summary .card-body .address-summary,#checkout-main .checkout-steps-section .payment-summary .card-body .address-summary,#checkout-main .checkout-steps-section .personal-address-summary .card-body .address-summary{flex-wrap:wrap}#checkout-main .checkout-steps-section .email-summary .card-body .address-summary>div,#checkout-main .checkout-steps-section .email-summary .card-body .address-summary>span,#checkout-main .checkout-steps-section .shipping-summary .card-body .address-summary>div,#checkout-main .checkout-steps-section .shipping-summary .card-body .address-summary>span,#checkout-main .checkout-steps-section .payment-summary .card-body .address-summary>div,#checkout-main .checkout-steps-section .payment-summary .card-body .address-summary>span,#checkout-main .checkout-steps-section .personal-address-summary .card-body .address-summary>div,#checkout-main .checkout-steps-section .personal-address-summary .card-body .address-summary>span{margin-right:.5rem}#checkout-main .checkout-steps-section .payment-summary .payment-details>*{margin-right:1rem}#checkout-main .checkout-steps-section .payment-form .card-body .billing-nav .nav .stored-payments .saved-payment-information .payment-information-wrapper{flex-wrap:wrap}#checkout-main .checkout-steps-section .payment-form .card-body .billing-nav .nav .stored-payments .saved-payment-information .payment-information-wrapper>div{margin-right:1rem}#checkout-main .checkout-steps-section .payment-form .card-body .billing-nav .nav .nav-link{gap:1rem}#checkout-main .checkout-steps-section .payment-form .card-body .billing-nav .nav .nav-item .form-group label{width:100%}#checkout-main .checkout-steps-section .payment-form .card-body .billing-nav .nav .nav-item[data-method-id=CREDIT_CARD] .credit-card-tab{flex-wrap:wrap}#checkout-main .checkout-steps-section .payment-form .card-body .billing-nav .nav .credit-card-content .form-group label{white-space:nowrap}#checkout-main .checkout-steps-section .payment-form .card-body .credit-card-selection-new .form-group input,#checkout-main .checkout-steps-section .payment-form .card-body .credit-card-selection-new .form-group select{padding:.75rem 1.5rem}#checkout-main .checkout-steps-section .payment-form .card-body .billing-address-block .address-selector-block #billingAddressSelector .form-group.favourite{display:flex;align-items:center;justify-content:space-between}#checkout-main .checkout-steps-section .payment-form .card-body .billing-address-block .address-selector-block #billingAddressSelector .form-group.favourite::after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M20 7.72l4 8.196 8.086 1.183-5.766 5.907 1.752 8.976-8.053-4.714-7.476 4.712 1.165-8.945-5.794-5.936 8.085-1.183L20 7.72z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}#checkout-main .checkout-steps-section .payment-form .card-body .billing-address-block .address-selector-block #billingAddressSelector .form-group.favourite::after{width:3.5rem;height:3.5rem}#checkout-main .checkout-steps-section .place-order-card .shipping-address-content,#checkout-main .checkout-steps-section .place-order-card .personal-address-content,#checkout-main .checkout-steps-section .place-order-card .shipping-content,#checkout-main .checkout-steps-section .place-order-card .payment-content,#checkout-main .checkout-steps-section .place-order-card .billing-request-content,#checkout-main .checkout-steps-section .place-order-card .billing-address-content{background-color:var(--background-tag-color);border-radius:.5rem;padding:2rem;display:flex;flex-direction:column}#checkout-main .checkout-steps-section .place-order-card .shipping-address-content>button,#checkout-main .checkout-steps-section .place-order-card .personal-address-content>button,#checkout-main .checkout-steps-section .place-order-card .shipping-content>button,#checkout-main .checkout-steps-section .place-order-card .payment-content>button,#checkout-main .checkout-steps-section .place-order-card .billing-request-content>button,#checkout-main .checkout-steps-section .place-order-card .billing-address-content>button{margin-top:auto}#checkout-main .checkout-steps-section .place-order-card .billing-request-content,#checkout-main .checkout-steps-section .place-order-card .billing-address-content{height:100%}#checkout-main .checkout-steps-section .place-order-card .shipping-address-content{min-height:50%}#checkout-main .checkout-steps-section .place-order-card .shipping-address-content .summaryPhone-wrapper{white-space:nowrap}#checkout-main .checkout-steps-section .place-order-card .shipping-address-content.no-personal-address{height:100%}#checkout-main .checkout-steps-section .place-order-card .personal-address-content{height:50%}#checkout-main .checkout-steps-section .place-order-card .personal-address-content .summaryPhone-wrapper{white-space:nowrap}#checkout-main .checkout-steps-section .next-step-button-wrapper{position:sticky;bottom:0}#checkout-main .checkout-steps-section .next-step-button-wrapper .next-step-button{position:unset}#checkout-main .checkout-summary-section{z-index:13;order:1;padding:0;background-color:#fff;margin-bottom:2rem;top:5.5rem}#checkout-main .checkout-summary-section .icon-close{width:2.5rem;height:2.5rem}#checkout-main .checkout-summary-section .container-summary{height:0;opacity:0;visibility:hidden;transition:opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1)}#checkout-main .checkout-summary-section .container-summary.open{opacity:1;height:auto;visibility:visible;margin-top:3rem}#checkout-main .checkout-summary-section.scroll-up{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:translateY(0)}#checkout-main .checkout-summary-section.scroll-down{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:translateY(-5.5rem)}#checkout-main .checkout-summary-section .open-checkout-summary-modal{padding:1.5rem 2rem;background-color:var(--background-tag-color);position:relative}#checkout-main .checkout-summary-section .open-checkout-summary-modal .modal-open i{display:none}.checkout-storelocator .form-group.favourite{display:flex;align-items:center;justify-content:space-between}.checkout-storelocator .form-group.favourite::after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M20 7.72l4 8.196 8.086 1.183-5.766 5.907 1.752 8.976-8.053-4.714-7.476 4.712 1.165-8.945-5.794-5.936 8.085-1.183L20 7.72z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.checkout-storelocator .form-group.favourite::after{width:3.5rem;height:3.5rem}body.modal-open #checkout-main .checkout-summary-section .open-checkout-summary-modal .modal-open::after{display:none}body.modal-open #checkout-main .checkout-summary-section .open-checkout-summary-modal .modal-open span{display:none}body.modal-open #checkout-main .checkout-summary-section .open-checkout-summary-modal .modal-open i{display:inline-block}.service-page .content{margin-bottom:2rem}.service-page .content .points-banner{border-radius:.5rem;padding:6rem 2rem 4rem 2rem;border:1px solid var(--border-color);position:relative}.service-page .content .points-banner>i{width:6rem;height:6rem;position:absolute;top:-3rem;left:50%;transform:translateX(-50%);background-color:rgba(218,217,215,.25);border-radius:50%}.service-page .content .points-banner .registration .form-input.custom-radio{margin-left:2rem}.service-page .content .points-banner .registration>.form-group,.service-page .content .points-banner .registration .consent-wrapper{padding:0 2rem;text-align:left}.service-page .content .points-banner .registration>button{border-radius:0 0 1rem 1rem}.service-page .image-banner{overflow:hidden;border-radius:.5rem;width:100%}.service-page .image-banner img{object-fit:cover;width:100%}.page-checkout-upselling .message-wrapper{background-color:rgba(218,217,215,.25);border-radius:.5rem;padding:2rem}.page-checkout-upselling .message-wrapper .timer{display:inline-block;background-color:#fff;padding:.8rem;border-radius:.5rem}.page-checkout-upselling .product-list{display:grid;grid-template-columns:1fr;grid-column-gap:0;grid-row-gap:20px;padding:0 2rem}.page-checkout-upselling .product-list li .cart-product-card-wrapper{height:100%}.page-checkout-upselling .product-list li .cart-product-card-wrapper .cart-product-card{height:auto}.page-checkout-upselling .product-list li .cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-info .quantity-label{position:absolute;top:0;left:0;border-radius:.5rem 0 .5rem 0;margin:0}.page-checkout-upselling .product-list li .cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-actions .addtocart-button-wrapper .btn-primary-dark{background-color:#008770;border-color:#008770}.page-checkout-upselling .back-to-order{color:#fff;margin:20px 20px 30px 20px}.page-checkout-upselling .back-to-order-wrapper{position:sticky;bottom:0;background-color:#fff;width:100vw;margin-left:-10px;box-shadow:0 -20px 14px rgba(0,0,0,.05)}.faq-title-mobile{margin-left:-2rem;margin-right:-2rem;padding:2rem;background-color:var(--background-tag-color)}.faq-sidebar{z-index:4;padding:0;background-color:var(--background-tag-color);border-radius:.5rem;position:sticky;top:0}.faq-sidebar .dropdown-faq-navigation{width:100%;box-shadow:none}.faq-sidebar .dropdown-faq-navigation .btn-dropdown{width:100%;border-radius:0}.faq-sidebar .dropdown-faq-navigation .faq-navigation{box-shadow:none;background-color:var(--background-tag-color);padding:2rem}.faq-sidebar .dropdown-faq-navigation .faq-navigation .faq-navigation-list .faq-navigation-item .link{flex-direction:row-reverse;justify-content:flex-end;height:5rem;border-radius:.5rem;padding:0 2rem}.faq-sidebar .dropdown-faq-navigation .faq-navigation .faq-navigation-list .faq-navigation-item .link::after{display:none;margin-right:1rem}.faq-sidebar .dropdown-faq-navigation .faq-navigation .faq-navigation-list .faq-navigation-item.active .link{background-color:#fff}.faq-sidebar .dropdown-faq-navigation .faq-navigation .faq-navigation-list .faq-navigation-item.active .link::after{display:inline-block}.faq-content{background-color:var(--background-tag-color);padding:2rem}.faq-content .faq-section{display:block}.faq-content .faq-section>.accordion-trigger{display:block;position:relative;border-bottom:none;text-align:left;width:100%;padding-right:4rem;height:auto}.faq-content .faq-section>.accordion-trigger::after{position:absolute;right:0;top:50%;width:3.5rem;height:3.5rem;flex-shrink:0;transform:translateY(-50%)}.faq-content .faq-section>.accordion-trigger[aria-expanded=true]{margin-bottom:4rem}.faq-content .faq-section .accorion-content{padding-top:4rem}.faq-content .faq-section .accordion-trigger{font-weight:600}.faq-content .faq-section.faq-link{position:relative}.faq-content .faq-section.faq-link::after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 36 35'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.056 8.131l8.931 8.932-8.93 8.93-1.238-1.237 6.819-6.818H9.25v-1.75h15.388l-6.82-6.82 1.238-1.237z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:3.6rem;height:3.5rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.faq-content .faq-section.faq-link::after{position:absolute;top:0;right:0;width:3.5rem;height:3.5rem}.faq-content .faq-item>.accordion-trigger{width:100%;height:5rem;border-top:1px solid var(--background-tag-color);border-bottom:1px solid var(--background-tag-color);text-align:left}.faq-content .faq-item .accordion-content{padding:2rem 0}.footer{background:var(--main-color);color:var(--background-color);padding:4rem 0;margin-top:4rem}@media only screen and (min-width: 1024px){.footer{padding-top:8rem}}.footer .container-fluid{display:flex;flex-direction:column;gap:4rem}@media only screen and (min-width: 1024px){.footer .container-fluid{display:grid;grid-template-columns:repeat(12, 1fr);gap:2rem}}@media only screen and (min-width: 1024px){.footer .newsletter-section{grid-column:2/span 4}}.footer .newsletter-section .newsletter-wrapper{display:flex;flex-direction:column;gap:3rem}.footer .newsletter-section .email-input-wrapper{position:relative;display:flex;align-items:center;gap:1rem;padding:0.5rem;border-radius:5px;background:var(--background-color)}.footer .newsletter-section .email-input-wrapper .form-group{position:static;flex-grow:1}.footer .newsletter-section .email-input-wrapper .input-wrapper{position:static}.footer .newsletter-section .email-input-wrapper .form-control:not(:focus):placeholder-shown~label{color:var(--main-color)}.footer .newsletter-section .email-input-wrapper .form-control{color:var(--main-color)}.footer .newsletter-section form{display:flex;flex-direction:column;gap:4rem}.footer .newsletter-section form .form-group{padding:0}.footer .newsletter-section form label::before{filter:var(--white-icon-color)}.footer .newsletter-section .newsletter-checkboxes{display:flex;flex-direction:column;gap:1.8rem}.footer .newsletter-section .form-group{margin:0}.footer .newsletter-section .form-control{border:0}@media only screen and (min-width: 1024px){.footer .links-section{grid-column:7/span 6;grid-row:1}}@media only screen and (min-width: 1024px){.footer .links-section .footer-menu{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:2rem;grid-row-gap:4rem}}@media only screen and (min-width: 1024px){.footer .links-section ul.size-3 li:nth-child(2){grid-row:span 2}}@media only screen and (min-width: 1024px){.footer .accordion-item{display:flex;flex-direction:column;gap:2rem}}@media only screen and (max-width: 1023px){.footer .accordion-item{border-bottom:1px solid currentColor}}.footer .accordion-item .accordion-trigger{background:none;border-radius:0;height:auto;border:0}@media only screen and (min-width: 1024px){.footer .accordion-item .accordion-trigger{text-transform:none;font-weight:700}}@media only screen and (max-width: 1023px){.footer .accordion-item .accordion-trigger{text-transform:uppercase}.footer .accordion-item .accordion-trigger::after{filter:var(--white-icon-color)}}@media only screen and (min-width: 1024px){.footer .accordion-item .accordion-content{display:block;max-height:none;opacity:1}}.footer .accordion-item ul{display:flex;flex-direction:column;gap:1.5rem}.footer .accordion-item ul a{font-size:1.4rem;text-decoration:none}@media only screen and (max-width: 1023px){.footer .accordion-item ul{padding:1rem 0}}.footer .social-strip-section{display:flex;justify-content:center}@media only screen and (min-width: 1024px){.footer .social-strip-section{grid-column:span 12;grid-row:2}}@media only screen and (min-width: 1024px){.footer .legals-wrapper{grid-column:span 12;grid-row:3}}.footer-basic{height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:8rem 2rem}.newsletter-section .newsletter-wrapper .form-input.newsletter-privacy .form-group,.newsletter-section .newsletter-wrapper .form-input.newsletter-privacy-plp-seasonal .form-group{margin:1rem 0 0 0;padding:0}.newsletter-section .newsletter-wrapper .form-input.newsletter-privacy .form-group.animated-label.focused label,.newsletter-section .newsletter-wrapper .form-input.newsletter-privacy-plp-seasonal .form-group.animated-label.focused label{transform:none}.main-header{z-index:12;position:fixed;top:0;left:0;width:100vw;transform:translateY(0);transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1)}.main-header.scroll-down{transform:translateY(-100%);transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1)}.main-header .pre-header{display:flex;align-items:center;justify-content:center;width:100%;height:4rem;background-color:#a6e5da;color:#008770;padding:0 2.4rem}.main-header .pre-header .offer-wrapper{align-items:center;display:flex;left:50%;position:absolute;transform:translateX(-50%)}.main-header .pre-header .offer-wrapper .timer{background-color:#fff;padding:.8rem;border-radius:.5rem;margin-left:.5rem}.main-header .pre-header .offer-wrapper .promo-link:hover{text-decoration:underline}.main-header .header{display:flex;align-items:center;justify-content:space-between;height:5.5rem;padding:1rem;background-color:#fff;filter:drop-shadow(0 4px 10px rgba(0, 0, 0, 0.05))}.main-header .header>div{padding:0}.main-header .header .logo{text-align:center}.main-header.homepage-start{transition:all 0.4s cubic-bezier(0.25, 1, 0.5, 1);background:#000;background:linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(196, 196, 196, 0) 100%)}.main-header.homepage-start .header{transition:background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);background-color:rgba(0,0,0,0)}.main-header.homepage-start .header [class*=icon-]{filter:var(--white-icon-color)}.main-header.homepage-start .header .logo svg{filter:brightness(0) invert(1)}.main-header.homepage-start .navigation{transition:all 0.4s cubic-bezier(0.25, 1, 0.5, 1);background-color:rgba(0,0,0,0);backdrop-filter:none;border-top:1px solid var(--background-tag-color);border-bottom:1px solid var(--background-tag-color)}.main-header.homepage-start .navigation #mainnav nav .menu-wrapper .menu-list .menu-item>button{color:#fff;width:max-content}.main-header.homepage-start .navigation #mainnav nav .menu-wrapper .menu-list .menu-item>button a{width:100% !important;height:100% !important}.main-header.homepage-start .menu-item button{color:#fff !important}@media only screen and (min-width: 1024px){.desktop-search{display:flex;align-items:center;gap:2rem}}@media only screen and (max-width: 1023px){.desktop-search{display:none}}.menu-in .desktop-search{display:flex}.desktop-search .form-group{display:flex;align-items:center}@media only screen and (min-width: 1024px){.desktop-search .form-group{padding:0 1rem 0.4rem;border-bottom:1px solid currentColor}}@media only screen and (max-width: 1023px){.desktop-search .form-group{padding:0.5rem 1rem;background:var(--background-color);border-radius:5px}}.desktop-search .form-control{border:0;height:4rem;background:none}@media only screen and (min-width: 1024px){.desktop-search .close-search-btn{display:none !important}.modal-search-open .desktop-search .close-search-btn{display:flex !important}}@media only screen and (min-width: 1024px){.desktop-search .submit-search-desktop{width:3.5rem;height:3.5rem}}.desktop-search .close-search-btn{display:none;margin-left:1rem}.right-actions{display:flex;align-items:center}@media only screen and (min-width: 1024px){.right-actions{gap:2rem}}@media only screen and (max-width: 1023px){.right-actions{gap:0.5rem}}.homepage-start .right-actions{color:var(--background-color)}.right-actions .action{position:relative;text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:0 !important}.right-actions .action i{width:4rem !important;height:4rem !important}.right-actions .prod-number{position:absolute;top:1.6rem;line-height:1;display:block}@media only screen and (max-width: 1023px){.right-actions .action-wishlist{display:none}}@media only screen and (max-width: 1023px){.menu-in .right-actions .action-mybv{display:none}}@media only screen and (max-width: 1023px){.right-actions span{display:none}}.left-actions-mobile{order:-1;display:flex !important;align-items:center;gap:0.5rem}@media only screen and (min-width: 1024px){.left-actions-mobile{display:none !important}}.menu-in .left-actions-mobile .action{display:none !important}.left-actions-mobile .action-back{display:none !important}.submenu-open .left-actions-mobile .action-back{display:flex !important}.left-actions-mobile .action-close{display:none !important}.menu-in:not(.submenu-open) .left-actions-mobile .action-close{display:flex !important}.left-actions-mobile .action-search::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26 18a8 8 0 11-16 0 8 8 0 0116 0zm-1.671 7.743A9.959 9.959 0 0118 28c-5.523 0-10-4.477-10-10S12.477 8 18 8s10 4.477 10 10a9.959 9.959 0 01-2.257 6.329l5.464 5.464-1.414 1.414-5.464-5.464z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.modal-search-open .left-actions-mobile .action-search::before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.293 19.707L11 12.414 12.414 11l7.293 7.293L27 11l1.414 1.414-7.293 7.293L28.414 27 27 28.414l-7.293-7.293-7.293 7.293L11 27l7.293-7.293z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.homepage-start .left-actions-mobile .action-search{filter:var(--white-icon-color)}.showcase-site .main-header .logo{position:absolute;left:50%;transform:translateX(-50%)}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu .promo-items-wrapper{padding:0 3rem}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu .promo-items-logged{padding:0 3rem}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu .promo-items,.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu .promo-items-logged{box-shadow:none}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu .promo-items li,.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu .promo-items-logged li{height:6rem;display:flex;align-items:center;position:relative}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu .promo-items li::after,.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu .promo-items-logged li::after{content:"";position:absolute;bottom:0;left:0;height:.1rem;width:100%;background:#ece8e5;background:linear-gradient(90deg, rgba(236, 232, 229, 0) 0%, rgb(236, 232, 229) 50%, rgba(236, 232, 229, 0) 100%)}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu .promo-items li .menu-promo-item-link,.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu .promo-items-logged li .menu-promo-item-link{display:block;width:100%}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu .menu-promo-offers{padding:3rem 3rem 0 3rem}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu .menu-promo-offers>p{font-weight:500}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu .menu-promo-offers.guest{margin-top:3rem;background-color:var(--background-tag-color)}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu .menu-promo-offers.logged{margin-bottom:3rem}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu .menu-promo-offers .guest-offer-list .guest-offer-item .image{border-radius:.5rem;width:10rem;height:10rem;overflow:hidden;flex:0 0 auto}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu .menu-promo-offers .guest-offer-list .guest-offer-item .image img{object-fit:cover;height:100%}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu .menu-promo-offers .guest-offer-list .guest-offer-item .content{margin-left:1.5rem;width:100%}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu .menu-promo-offers .guest-offer-list .guest-offer-item .content .exclusive-tag{display:block;border-radius:.5rem;background-color:#4e5152;color:#fff;width:100%;padding:.5rem 0;text-align:center}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu.logged-user .promo-items-wrapper{background-color:var(--background-tag-color)}.login-page .accordion-group div.accordion-content{padding:2rem 0}.login-page .forms-wrapper,.login-page .sidebar{padding:6rem 0}.login-page .sidebar{background-color:var(--background-tag-color)}.login-page .sidebar .title-wrapper{display:flex;flex-direction:column;align-items:center;width:100%;padding:2.8rem;background-color:#fff;margin-bottom:3.5rem}.login-page .sidebar .title-wrapper .title{border-top:3px solid currentColor;padding-top:.8rem}.login-page .sidebar .benefit-list .benefit-item{margin-bottom:3.5rem}.login-page .sidebar .benefit-list .benefit-item .content{margin-top:1rem}.login-page .sidebar .benefit-list .benefit-item i{width:4.8rem;height:4.8rem;margin-right:1.5rem}@media only screen and (min-width: 1024px){.login-page .fidelity-page-column{height:calc(100vh - 14rem)}}.login .forgot-password>button{white-space:nowrap}.minicart-modal{z-index:9999;width:100%;height:100%;position:fixed;top:0;right:0;transform:translateX(100%);transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1)}.minicart-modal .minicart-modal-close-overlay{position:absolute;top:0;left:0;width:66.666%;opacity:0}.minicart-modal>div{width:100%;height:100%;display:flex;justify-content:flex-end}.minicart-modal>div>div{position:relative;height:100%;width:33.333%;background-color:#fff}.minicart-modal .minicart-modal-header{height:6rem;padding:0 2.4rem;background-color:rgba(218,217,215,.25)}.minicart-modal #minicart-modal-content{height:calc(100vh - 21.8rem);padding:3rem 2.4rem;overflow-y:auto}.minicart-modal #minicart-modal-content .products .cart-product-card-wrapper .cart-product-card{height:17rem}.minicart-modal #minicart-modal-content .products .cart-product-card-wrapper .cart-product-card .item-image{min-width:unset}.minicart-modal #minicart-modal-content .products .cart-product-card-wrapper .cart-product-card .cart-product-content{position:relative}.minicart-modal #minicart-modal-content .products .cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-info{margin-right:0}.minicart-modal #minicart-modal-content .products .cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-info .pdp-prices{margin-top:auto}.minicart-modal #minicart-modal-content .products .cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-info .product-id{display:none}.minicart-modal #minicart-modal-content .products .cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-actions{min-width:unset}.minicart-modal #minicart-modal-content .products .cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-actions .line-item-total-price{display:none}.minicart-modal #minicart-modal-content .products .cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-actions .quantity-selector{display:none}.minicart-modal #minicart-modal-content .products .cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-actions .remove-product{position:absolute;right:2.5rem;bottom:1.5rem}.minicart-modal #minicart-modal-content .products .cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-actions .remove-product .page-cart-remove{display:none}.minicart-modal #minicart-modal-content .products .cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-actions .remove-product .minicart-remove{display:inline-block;height:3.2rem;width:3.2rem}.minicart-modal #minicart-modal-content .bonus-product-subtitle,.minicart-modal #minicart-modal-content .bonus-product-description{visibility:hidden;height:0;margin:0 !important}.minicart-modal .modal-gotocart-wrapper{display:block;height:15.8rem;width:100%;background-color:rgba(218,217,215,.25);padding:2rem 2.4rem;position:absolute;left:0;bottom:0}.minicart-modal .modal-gotocart-wrapper .gotocart-btn{width:100%;color:#fff;padding:0}.minicart-modal.is-open{transform:translateX(0);transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1)}.minicart-bonus-products-title{margin-bottom:20px;font-family:Gotham;font-weight:700;font-size:20px;line-height:100%;letter-spacing:-0.03em;color:#4e5152}.modal-addtocart-mobile{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);z-index:13;position:fixed;bottom:0;right:0;width:100%;height:auto;transform:translateY(100%);background-color:rgba(218,217,215,.25)}.modal-addtocart-mobile.is-open{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:translateY(0)}.modal-addtocart-mobile .modal-header{position:relative;background-color:rgba(218,217,215,.25);padding:1.5rem 2rem}.modal-addtocart-mobile .modal-header .modal-title{margin-bottom:.5rem}.modal-addtocart-mobile .modal-header .modal-close{position:absolute;right:.5rem;top:.5rem}.modal-addtocart-mobile .modal-content{padding:2rem}.modal-addtocart-mobile .modal-content button{margin-right:.5rem;width:100%}.modal-addtocart-mobile .modal-content a{width:100%;margin-left:.5rem;padding:0 .5rem}.my-account{display:flex;flex-direction:column;gap:6rem;width:100%}.my-account .fidelity-wrapper{background:#e0eef4;background:linear-gradient(135deg, rgb(224, 238, 244) 0%, rgb(249, 220, 230) 100%);margin-bottom:2rem}.my-account .fidelity-wrapper .fidelity-content{padding:3rem 2rem;text-align:center;width:100%}.my-account .fidelity-wrapper .fidelity-card{width:33.5rem;height:22.4rem;margin:9rem auto 0 auto;position:relative}.my-account .fidelity-wrapper .fidelity-card .back,.my-account .fidelity-wrapper .fidelity-card .front{z-index:2;transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);border-radius:.5rem;padding:2rem;background-color:#fff;border:1px solid var(--border-color);position:absolute;top:0;left:0;width:100%;height:100%}.my-account .fidelity-wrapper .fidelity-card .back.hide-card,.my-account .fidelity-wrapper .fidelity-card .front.hide-card{z-index:1;transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:translate3d(0, -8rem, 0) scale(0.9)}.my-account .fidelity-wrapper .fidelity-card .back.hide-card .show-barcode-btn,.my-account .fidelity-wrapper .fidelity-card .front.hide-card .show-barcode-btn{display:flex}.my-account .fidelity-wrapper .fidelity-card .back .barcode-wrapper svg{display:block;width:100%}.my-account .fidelity-wrapper .fidelity-card .back .show-barcode-btn{display:none}.my-account .fidelity-wrapper .fidelity-card .front .personal-info{cursor:pointer}.my-account .fidelity-wrapper .fidelity-card .front .card-info>i{margin-right:2.5rem;width:12rem;height:12rem}.my-account .fidelity-wrapper.gold{background:linear-gradient(225.26deg, #ecdfc8 5.33%, #faf5e2 32.3%, #f8f2de 51.05%, #e6d9c2 100.02%)}.my-account .fidelity-wrapper.gold .fidelity-header .welcome{color:#632300}.my-account .fidelity-wrapper.gold .fidelity-card .front .card-info>.gold-icon-wrapper{margin-right:2.5rem;width:12rem;height:12rem;position:relative}.my-account .fidelity-wrapper.gold .fidelity-card .front .card-info>.gold-icon-wrapper img{clip-path:url(#goldCardClip)}.my-account .orders .orders-header{padding:0 1rem}.my-account .orders .myaccount-orders-list .empty-orders-message{border-radius:.5rem;padding:2rem;border:1px solid var(--border-color);display:flex;flex-direction:column;align-items:flex-start}.my-account .orders .myaccount-orders-list .my-account-orders-item .accordion-item{border-radius:0}.my-account .payments-address-wrapper{padding:0 2rem}.my-account .payments-address-wrapper .payments .payments-card,.my-account .payments-address-wrapper .payments .addresses-card,.my-account .payments-address-wrapper .addresses .payments-card,.my-account .payments-address-wrapper .addresses .addresses-card{border:1px solid var(--border-color);border-radius:.5rem;padding:1.5rem}.my-account .cards-link-list{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;padding:0 2rem}.my-account .cards-link-list .cards-link-item{width:100%;border-radius:.5rem;padding:6rem 2rem 4rem 2rem;position:relative;margin-bottom:5rem;background-color:var(--background-tag-color)}.my-account .cards-link-list .cards-link-item .card>.icon,.my-account .cards-link-list .cards-link-item .card>.icon-action-add-a-friend,.my-account .cards-link-list .cards-link-item .card>.icon-action-add-to-bag,.my-account .cards-link-list .cards-link-item .card>.icon-action-add-to-wishlist,.my-account .cards-link-list .cards-link-item .card>.icon-action-added-to-wishlist,.my-account .cards-link-list .cards-link-item .card>.icon-action-cancel,.my-account .cards-link-list .cards-link-item .card>.icon-action-close,.my-account .cards-link-list .cards-link-item .card>.icon-action-copy,.my-account .cards-link-list .cards-link-item .card>.icon-action-edit,.my-account .cards-link-list .cards-link-item .card>.icon-action-filter,.my-account .cards-link-list .cards-link-item .card>.icon-action-fullscreen,.my-account .cards-link-list .cards-link-item .card>.icon-action-hide,.my-account .cards-link-list .cards-link-item .card>.icon-action-notify,.my-account .cards-link-list .cards-link-item .card>.icon-action-open,.my-account .cards-link-list .cards-link-item .card>.icon-action-play-video,.my-account .cards-link-list .cards-link-item .card>.icon-action-pointer,.my-account .cards-link-list .cards-link-item .card>.icon-action-qr,.my-account .cards-link-list .cards-link-item .card>.icon-action-review-negative,.my-account .cards-link-list .cards-link-item .card>.icon-action-review-positive,.my-account .cards-link-list .cards-link-item .card>.icon-action-search,.my-account .cards-link-list .cards-link-item .card>.icon-action-shade,.my-account .cards-link-list .cards-link-item .card>.icon-action-sort,.my-account .cards-link-list .cards-link-item .card>.icon-action-trash,.my-account .cards-link-list .cards-link-item .card>.icon-action-vote,.my-account .cards-link-list .cards-link-item .card>.icon-addtobag-white,.my-account .cards-link-list .cards-link-item .card>.icon-addtobag,.my-account .cards-link-list .cards-link-item .card>.icon-angle-down,.my-account .cards-link-list .cards-link-item .card>.icon-angle-left,.my-account .cards-link-list .cards-link-item .card>.icon-angle-right,.my-account .cards-link-list .cards-link-item .card>.icon-angle-up,.my-account .cards-link-list .cards-link-item .card>.icon-arrow-down,.my-account .cards-link-list .cards-link-item .card>.icon-arrow-left,.my-account .cards-link-list .cards-link-item .card>.icon-arrow-right-short,.my-account .cards-link-list .cards-link-item .card>.icon-arrow-right,.my-account .cards-link-list .cards-link-item .card>.icon-arrow-up,.my-account .cards-link-list .cards-link-item .card>.icon-close-red,.my-account .cards-link-list .cards-link-item .card>.icon-delivery,.my-account .cards-link-list .cards-link-item .card>.icon-event-birthday,.my-account .cards-link-list .cards-link-item .card>.icon-event-xmas,.my-account .cards-link-list .cards-link-item .card>.icon-fastpayment,.my-account .cards-link-list .cards-link-item .card>.icon-file-pdf,.my-account .cards-link-list .cards-link-item .card>.icon-flag-at,.my-account .cards-link-list .cards-link-item .card>.icon-flag-be,.my-account .cards-link-list .cards-link-item .card>.icon-flag-bg,.my-account .cards-link-list .cards-link-item .card>.icon-flag-ch,.my-account .cards-link-list .cards-link-item .card>.icon-flag-cy,.my-account .cards-link-list .cards-link-item .card>.icon-flag-cz,.my-account .cards-link-list .cards-link-item .card>.icon-flag-de,.my-account .cards-link-list .cards-link-item .card>.icon-flag-dk,.my-account .cards-link-list .cards-link-item .card>.icon-flag-ee,.my-account .cards-link-list .cards-link-item .card>.icon-flag-es,.my-account .cards-link-list .cards-link-item .card>.icon-flag-fi,.my-account .cards-link-list .cards-link-item .card>.icon-flag-fr,.my-account .cards-link-list .cards-link-item .card>.icon-flag-gb,.my-account .cards-link-list .cards-link-item .card>.icon-flag-gr,.my-account .cards-link-list .cards-link-item .card>.icon-flag-hr,.my-account .cards-link-list .cards-link-item .card>.icon-flag-hu,.my-account .cards-link-list .cards-link-item .card>.icon-flag-ie,.my-account .cards-link-list .cards-link-item .card>.icon-flag-it,.my-account .cards-link-list .cards-link-item .card>.icon-flag-lt,.my-account .cards-link-list .cards-link-item .card>.icon-flag-lu,.my-account .cards-link-list .cards-link-item .card>.icon-flag-lv,.my-account .cards-link-list .cards-link-item .card>.icon-flag-mt,.my-account .cards-link-list .cards-link-item .card>.icon-flag-nl,.my-account .cards-link-list .cards-link-item .card>.icon-flag-pl,.my-account .cards-link-list .cards-link-item .card>.icon-flag-pt,.my-account .cards-link-list .cards-link-item .card>.icon-flag-ro,.my-account .cards-link-list .cards-link-item .card>.icon-flag-rw,.my-account .cards-link-list .cards-link-item .card>.icon-flag-se,.my-account .cards-link-list .cards-link-item .card>.icon-flag-si,.my-account .cards-link-list .cards-link-item .card>.icon-flag-sk,.my-account .cards-link-list .cards-link-item .card>.icon-flag-ua,.my-account .cards-link-list .cards-link-item .card>.icon-form-checkbox-checked,.my-account .cards-link-list .cards-link-item .card>.icon-form-checkbox,.my-account .cards-link-list .cards-link-item .card>.icon-form-checkmark,.my-account .cards-link-list .cards-link-item .card>.icon-form-password-displayed,.my-account .cards-link-list .cards-link-item .card>.icon-form-password-hidden,.my-account .cards-link-list .cards-link-item .card>.icon-form-radio-checked,.my-account .cards-link-list .cards-link-item .card>.icon-form-radio,.my-account .cards-link-list .cards-link-item .card>.icon-form-toggler,.my-account .cards-link-list .cards-link-item .card>.icon-form-upload,.my-account .cards-link-list .cards-link-item .card>.icon-info-empty,.my-account .cards-link-list .cards-link-item .card>.icon-info-filled,.my-account .cards-link-list .cards-link-item .card>.icon-label-app,.my-account .cards-link-list .cards-link-item .card>.icon-label-awards,.my-account .cards-link-list .cards-link-item .card>.icon-label-calendar,.my-account .cards-link-list .cards-link-item .card>.icon-label-clock,.my-account .cards-link-list .cards-link-item .card>.icon-label-email,.my-account .cards-link-list .cards-link-item .card>.icon-label-envelope,.my-account .cards-link-list .cards-link-item .card>.icon-label-headset,.my-account .cards-link-list .cards-link-item .card>.icon-label-help,.my-account .cards-link-list .cards-link-item .card>.icon-label-info,.my-account .cards-link-list .cards-link-item .card>.icon-label-mirror,.my-account .cards-link-list .cards-link-item .card>.icon-label-navigator,.my-account .cards-link-list .cards-link-item .card>.icon-label-puntinatura,.my-account .cards-link-list .cards-link-item .card>.icon-label-quality,.my-account .cards-link-list .cards-link-item .card>.icon-label-reverse,.my-account .cards-link-list .cards-link-item .card>.icon-label-secure,.my-account .cards-link-list .cards-link-item .card>.icon-navigation-account-logged-in,.my-account .cards-link-list .cards-link-item .card>.icon-navigation-account-logged-out,.my-account .cards-link-list .cards-link-item .card>.icon-navigation-country,.my-account .cards-link-list .cards-link-item .card>.icon-navigation-home,.my-account .cards-link-list .cards-link-item .card>.icon-navigation-logo,.my-account .cards-link-list .cards-link-item .card>.icon-navigation-menu,.my-account .cards-link-list .cards-link-item .card>.icon-navigation-pin,.my-account .cards-link-list .cards-link-item .card>.icon-navigation-return,.my-account .cards-link-list .cards-link-item .card>.icon-navigation-stores,.my-account .cards-link-list .cards-link-item .card>.icon-other-cluster,.my-account .cards-link-list .cards-link-item .card>.icon-other-co2,.my-account .cards-link-list .cards-link-item .card>.icon-other-distance,.my-account .cards-link-list .cards-link-item .card>.icon-other-energy,.my-account .cards-link-list .cards-link-item .card>.icon-other-gel,.my-account .cards-link-list .cards-link-item .card>.icon-other-gift,.my-account .cards-link-list .cards-link-item .card>.icon-other-loader,.my-account .cards-link-list .cards-link-item .card>.icon-other-mask,.my-account .cards-link-list .cards-link-item .card>.icon-other-products,.my-account .cards-link-list .cards-link-item .card>.icon-other-sanitation,.my-account .cards-link-list .cards-link-item .card>.icon-other-tester,.my-account .cards-link-list .cards-link-item .card>.icon-other-tree,.my-account .cards-link-list .cards-link-item .card>.icon-other-water,.my-account .cards-link-list .cards-link-item .card>.icon-pack,.my-account .cards-link-list .cards-link-item .card>.icon-payment-cash,.my-account .cards-link-list .cards-link-item .card>.icon-payment-contrassegno,.my-account .cards-link-list .cards-link-item .card>.icon-payment-fast,.my-account .cards-link-list .cards-link-item .card>.icon-payment-mastercard,.my-account .cards-link-list .cards-link-item .card>.icon-payment-nexi,.my-account .cards-link-list .cards-link-item .card>.icon-payment-paypal,.my-account .cards-link-list .cards-link-item .card>.icon-payment-safe,.my-account .cards-link-list .cards-link-item .card>.icon-payment-scalapay,.my-account .cards-link-list .cards-link-item .card>.icon-payment-visa-electron,.my-account .cards-link-list .cards-link-item .card>.icon-payment-visa,.my-account .cards-link-list .cards-link-item .card>.icon-payment-wallet,.my-account .cards-link-list .cards-link-item .card>.icon-product-advantages,.my-account .cards-link-list .cards-link-item .card>.icon-product-bag,.my-account .cards-link-list .cards-link-item .card>.icon-product-boutiques,.my-account .cards-link-list .cards-link-item .card>.icon-product-delivery,.my-account .cards-link-list .cards-link-item .card>.icon-product-expired,.my-account .cards-link-list .cards-link-item .card>.icon-product-gift-card,.my-account .cards-link-list .cards-link-item .card>.icon-product-pack,.my-account .cards-link-list .cards-link-item .card>.icon-product-recyclable,.my-account .cards-link-list .cards-link-item .card>.icon-product-returning,.my-account .cards-link-list .cards-link-item .card>.icon-product-sale-symbol-framed,.my-account .cards-link-list .cards-link-item .card>.icon-product-sale-symbol,.my-account .cards-link-list .cards-link-item .card>.icon-product-shipping,.my-account .cards-link-list .cards-link-item .card>.icon-promo-outline,.my-account .cards-link-list .cards-link-item .card>.icon-right,.my-account .cards-link-list .cards-link-item .card>.icon-service-formaldehyde-free,.my-account .cards-link-list .cards-link-item .card>.icon-service-italy,.my-account .cards-link-list .cards-link-item .card>.icon-service-original-95,.my-account .cards-link-list .cards-link-item .card>.icon-service-original-96,.my-account .cards-link-list .cards-link-item .card>.icon-service-original-97,.my-account .cards-link-list .cards-link-item .card>.icon-service-original-98,.my-account .cards-link-list .cards-link-item .card>.icon-service-original-99,.my-account .cards-link-list .cards-link-item .card>.icon-service-paraben-free,.my-account .cards-link-list .cards-link-item .card>.icon-service-perfume-free,.my-account .cards-link-list .cards-link-item .card>.icon-service-recycled-plastic,.my-account .cards-link-list .cards-link-item .card>.icon-service-respect-the-marine,.my-account .cards-link-list .cards-link-item .card>.icon-service-silicones-free,.my-account .cards-link-list .cards-link-item .card>.icon-service-sles-free,.my-account .cards-link-list .cards-link-item .card>.icon-service-tested,.my-account .cards-link-list .cards-link-item .card>.icon-service-vegan-formula,.my-account .cards-link-list .cards-link-item .card>.icon-shipping,.my-account .cards-link-list .cards-link-item .card>.icon-social-facebook-colorful,.my-account .cards-link-list .cards-link-item .card>.icon-social-facebook-noframe,.my-account .cards-link-list .cards-link-item .card>.icon-social-facebook,.my-account .cards-link-list .cards-link-item .card>.icon-social-google-colorful,.my-account .cards-link-list .cards-link-item .card>.icon-social-google,.my-account .cards-link-list .cards-link-item .card>.icon-social-instagram-auth,.my-account .cards-link-list .cards-link-item .card>.icon-social-instagram,.my-account .cards-link-list .cards-link-item .card>.icon-social-linkedin,.my-account .cards-link-list .cards-link-item .card>.icon-social-pinterest,.my-account .cards-link-list .cards-link-item .card>.icon-social-share,.my-account .cards-link-list .cards-link-item .card>.icon-social-spotify,.my-account .cards-link-list .cards-link-item .card>.icon-social-tiktok-auth,.my-account .cards-link-list .cards-link-item .card>.icon-social-tiktok,.my-account .cards-link-list .cards-link-item .card>.icon-social-twitter,.my-account .cards-link-list .cards-link-item .card>.icon-social-youtube,.my-account .cards-link-list .cards-link-item .card>.icon-tooltip-triangle,.my-account .cards-link-list .cards-link-item .card>.icon-sort,.my-account .cards-link-list .cards-link-item .card>.icon-filter,.my-account .cards-link-list .cards-link-item .card>.icon-close,.my-account .cards-link-list .cards-link-item .card>.icon-open,.my-account .cards-link-list .cards-link-item .card>.icon-edit,.my-account .cards-link-list .cards-link-item .card>.icon-trash,.my-account .cards-link-list .cards-link-item .card>.icon-safepayments,.my-account .cards-link-list .cards-link-item .card>.icon-safepayments-green,.my-account .cards-link-list .cards-link-item .card>.icon-recyclable-green,.my-account .cards-link-list .cards-link-item .card>.icon-minus,.my-account .cards-link-list .cards-link-item .card>.icon-shipping-green,.my-account .cards-link-list .cards-link-item .card>.icon-quality-green,.my-account .cards-link-list .cards-link-item .card>.icon-cash-green,.my-account .cards-link-list .cards-link-item .card>.icon-arrow-right-green,.my-account .cards-link-list .cards-link-item .card>.icon-arrow-right-green-dark,.my-account .cards-link-list .cards-link-item .card>.icon-logo,.my-account .cards-link-list .cards-link-item .card>.icon-close-green,.my-account .cards-link-list .cards-link-item .card>.icon-star,.my-account .cards-link-list .cards-link-item .card>.icon-star-full,.my-account .cards-link-list .cards-link-item .card>.icon-app,.my-account .cards-link-list .cards-link-item .card>.icon-wishlist-green,.my-account .cards-link-list .cards-link-item .card>.icon-bell,.my-account .cards-link-list .cards-link-item .card>.icon-calendar,.my-account .cards-link-list .cards-link-item .card>.icon-puntinatura,.my-account .cards-link-list .cards-link-item .card>.icon-trash-green,.my-account .cards-link-list .cards-link-item .card>.icon-checkmark,.my-account .cards-link-list .cards-link-item .card>.icon-cart-white,.my-account .cards-link-list .cards-link-item .card>.icon-arrow-right-white,.my-account .cards-link-list .cards-link-item .card>.icon-checkmark-white,.my-account .cards-link-list .cards-link-item .card>.icon-fb-white{display:flex;align-items:center;justify-content:center;width:6rem;height:6rem;border-radius:50%;background-color:var(--main-color);position:absolute;left:50%;top:-3rem;transform:translateX(-50%)}.my-account .cards-link-list .cards-link-item .card>.icon i,.my-account .cards-link-list .cards-link-item .card>.icon-action-add-a-friend i,.my-account .cards-link-list .cards-link-item .card>.icon-action-add-to-bag i,.my-account .cards-link-list .cards-link-item .card>.icon-action-add-to-wishlist i,.my-account .cards-link-list .cards-link-item .card>.icon-action-added-to-wishlist i,.my-account .cards-link-list .cards-link-item .card>.icon-action-cancel i,.my-account .cards-link-list .cards-link-item .card>.icon-action-close i,.my-account .cards-link-list .cards-link-item .card>.icon-action-copy i,.my-account .cards-link-list .cards-link-item .card>.icon-action-edit i,.my-account .cards-link-list .cards-link-item .card>.icon-action-filter i,.my-account .cards-link-list .cards-link-item .card>.icon-action-fullscreen i,.my-account .cards-link-list .cards-link-item .card>.icon-action-hide i,.my-account .cards-link-list .cards-link-item .card>.icon-action-notify i,.my-account .cards-link-list .cards-link-item .card>.icon-action-open i,.my-account .cards-link-list .cards-link-item .card>.icon-action-play-video i,.my-account .cards-link-list .cards-link-item .card>.icon-action-pointer i,.my-account .cards-link-list .cards-link-item .card>.icon-action-qr i,.my-account .cards-link-list .cards-link-item .card>.icon-action-review-negative i,.my-account .cards-link-list .cards-link-item .card>.icon-action-review-positive i,.my-account .cards-link-list .cards-link-item .card>.icon-action-search i,.my-account .cards-link-list .cards-link-item .card>.icon-action-shade i,.my-account .cards-link-list .cards-link-item .card>.icon-action-sort i,.my-account .cards-link-list .cards-link-item .card>.icon-action-trash i,.my-account .cards-link-list .cards-link-item .card>.icon-action-vote i,.my-account .cards-link-list .cards-link-item .card>.icon-addtobag-white i,.my-account .cards-link-list .cards-link-item .card>.icon-addtobag i,.my-account .cards-link-list .cards-link-item .card>.icon-angle-down i,.my-account .cards-link-list .cards-link-item .card>.icon-angle-left i,.my-account .cards-link-list .cards-link-item .card>.icon-angle-right i,.my-account .cards-link-list .cards-link-item .card>.icon-angle-up i,.my-account .cards-link-list .cards-link-item .card>.icon-arrow-down i,.my-account .cards-link-list .cards-link-item .card>.icon-arrow-left i,.my-account .cards-link-list .cards-link-item .card>.icon-arrow-right-short i,.my-account .cards-link-list .cards-link-item .card>.icon-arrow-right i,.my-account .cards-link-list .cards-link-item .card>.icon-arrow-up i,.my-account .cards-link-list .cards-link-item .card>.icon-close-red i,.my-account .cards-link-list .cards-link-item .card>.icon-delivery i,.my-account .cards-link-list .cards-link-item .card>.icon-event-birthday i,.my-account .cards-link-list .cards-link-item .card>.icon-event-xmas i,.my-account .cards-link-list .cards-link-item .card>.icon-fastpayment i,.my-account .cards-link-list .cards-link-item .card>.icon-file-pdf i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-at i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-be i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-bg i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-ch i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-cy i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-cz i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-de i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-dk i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-ee i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-es i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-fi i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-fr i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-gb i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-gr i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-hr i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-hu i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-ie i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-it i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-lt i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-lu i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-lv i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-mt i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-nl i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-pl i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-pt i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-ro i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-rw i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-se i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-si i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-sk i,.my-account .cards-link-list .cards-link-item .card>.icon-flag-ua i,.my-account .cards-link-list .cards-link-item .card>.icon-form-checkbox-checked i,.my-account .cards-link-list .cards-link-item .card>.icon-form-checkbox i,.my-account .cards-link-list .cards-link-item .card>.icon-form-checkmark i,.my-account .cards-link-list .cards-link-item .card>.icon-form-password-displayed i,.my-account .cards-link-list .cards-link-item .card>.icon-form-password-hidden i,.my-account .cards-link-list .cards-link-item .card>.icon-form-radio-checked i,.my-account .cards-link-list .cards-link-item .card>.icon-form-radio i,.my-account .cards-link-list .cards-link-item .card>.icon-form-toggler i,.my-account .cards-link-list .cards-link-item .card>.icon-form-upload i,.my-account .cards-link-list .cards-link-item .card>.icon-info-empty i,.my-account .cards-link-list .cards-link-item .card>.icon-info-filled i,.my-account .cards-link-list .cards-link-item .card>.icon-label-app i,.my-account .cards-link-list .cards-link-item .card>.icon-label-awards i,.my-account .cards-link-list .cards-link-item .card>.icon-label-calendar i,.my-account .cards-link-list .cards-link-item .card>.icon-label-clock i,.my-account .cards-link-list .cards-link-item .card>.icon-label-email i,.my-account .cards-link-list .cards-link-item .card>.icon-label-envelope i,.my-account .cards-link-list .cards-link-item .card>.icon-label-headset i,.my-account .cards-link-list .cards-link-item .card>.icon-label-help i,.my-account .cards-link-list .cards-link-item .card>.icon-label-info i,.my-account .cards-link-list .cards-link-item .card>.icon-label-mirror i,.my-account .cards-link-list .cards-link-item .card>.icon-label-navigator i,.my-account .cards-link-list .cards-link-item .card>.icon-label-puntinatura i,.my-account .cards-link-list .cards-link-item .card>.icon-label-quality i,.my-account .cards-link-list .cards-link-item .card>.icon-label-reverse i,.my-account .cards-link-list .cards-link-item .card>.icon-label-secure i,.my-account .cards-link-list .cards-link-item .card>.icon-navigation-account-logged-in i,.my-account .cards-link-list .cards-link-item .card>.icon-navigation-account-logged-out i,.my-account .cards-link-list .cards-link-item .card>.icon-navigation-country i,.my-account .cards-link-list .cards-link-item .card>.icon-navigation-home i,.my-account .cards-link-list .cards-link-item .card>.icon-navigation-logo i,.my-account .cards-link-list .cards-link-item .card>.icon-navigation-menu i,.my-account .cards-link-list .cards-link-item .card>.icon-navigation-pin i,.my-account .cards-link-list .cards-link-item .card>.icon-navigation-return i,.my-account .cards-link-list .cards-link-item .card>.icon-navigation-stores i,.my-account .cards-link-list .cards-link-item .card>.icon-other-cluster i,.my-account .cards-link-list .cards-link-item .card>.icon-other-co2 i,.my-account .cards-link-list .cards-link-item .card>.icon-other-distance i,.my-account .cards-link-list .cards-link-item .card>.icon-other-energy i,.my-account .cards-link-list .cards-link-item .card>.icon-other-gel i,.my-account .cards-link-list .cards-link-item .card>.icon-other-gift i,.my-account .cards-link-list .cards-link-item .card>.icon-other-loader i,.my-account .cards-link-list .cards-link-item .card>.icon-other-mask i,.my-account .cards-link-list .cards-link-item .card>.icon-other-products i,.my-account .cards-link-list .cards-link-item .card>.icon-other-sanitation i,.my-account .cards-link-list .cards-link-item .card>.icon-other-tester i,.my-account .cards-link-list .cards-link-item .card>.icon-other-tree i,.my-account .cards-link-list .cards-link-item .card>.icon-other-water i,.my-account .cards-link-list .cards-link-item .card>.icon-pack i,.my-account .cards-link-list .cards-link-item .card>.icon-payment-cash i,.my-account .cards-link-list .cards-link-item .card>.icon-payment-contrassegno i,.my-account .cards-link-list .cards-link-item .card>.icon-payment-fast i,.my-account .cards-link-list .cards-link-item .card>.icon-payment-mastercard i,.my-account .cards-link-list .cards-link-item .card>.icon-payment-nexi i,.my-account .cards-link-list .cards-link-item .card>.icon-payment-paypal i,.my-account .cards-link-list .cards-link-item .card>.icon-payment-safe i,.my-account .cards-link-list .cards-link-item .card>.icon-payment-scalapay i,.my-account .cards-link-list .cards-link-item .card>.icon-payment-visa-electron i,.my-account .cards-link-list .cards-link-item .card>.icon-payment-visa i,.my-account .cards-link-list .cards-link-item .card>.icon-payment-wallet i,.my-account .cards-link-list .cards-link-item .card>.icon-product-advantages i,.my-account .cards-link-list .cards-link-item .card>.icon-product-bag i,.my-account .cards-link-list .cards-link-item .card>.icon-product-boutiques i,.my-account .cards-link-list .cards-link-item .card>.icon-product-delivery i,.my-account .cards-link-list .cards-link-item .card>.icon-product-expired i,.my-account .cards-link-list .cards-link-item .card>.icon-product-gift-card i,.my-account .cards-link-list .cards-link-item .card>.icon-product-pack i,.my-account .cards-link-list .cards-link-item .card>.icon-product-recyclable i,.my-account .cards-link-list .cards-link-item .card>.icon-product-returning i,.my-account .cards-link-list .cards-link-item .card>.icon-product-sale-symbol-framed i,.my-account .cards-link-list .cards-link-item .card>.icon-product-sale-symbol i,.my-account .cards-link-list .cards-link-item .card>.icon-product-shipping i,.my-account .cards-link-list .cards-link-item .card>.icon-promo-outline i,.my-account .cards-link-list .cards-link-item .card>.icon-right i,.my-account .cards-link-list .cards-link-item .card>.icon-service-formaldehyde-free i,.my-account .cards-link-list .cards-link-item .card>.icon-service-italy i,.my-account .cards-link-list .cards-link-item .card>.icon-service-original-95 i,.my-account .cards-link-list .cards-link-item .card>.icon-service-original-96 i,.my-account .cards-link-list .cards-link-item .card>.icon-service-original-97 i,.my-account .cards-link-list .cards-link-item .card>.icon-service-original-98 i,.my-account .cards-link-list .cards-link-item .card>.icon-service-original-99 i,.my-account .cards-link-list .cards-link-item .card>.icon-service-paraben-free i,.my-account .cards-link-list .cards-link-item .card>.icon-service-perfume-free i,.my-account .cards-link-list .cards-link-item .card>.icon-service-recycled-plastic i,.my-account .cards-link-list .cards-link-item .card>.icon-service-respect-the-marine i,.my-account .cards-link-list .cards-link-item .card>.icon-service-silicones-free i,.my-account .cards-link-list .cards-link-item .card>.icon-service-sles-free i,.my-account .cards-link-list .cards-link-item .card>.icon-service-tested i,.my-account .cards-link-list .cards-link-item .card>.icon-service-vegan-formula i,.my-account .cards-link-list .cards-link-item .card>.icon-shipping i,.my-account .cards-link-list .cards-link-item .card>.icon-social-facebook-colorful i,.my-account .cards-link-list .cards-link-item .card>.icon-social-facebook-noframe i,.my-account .cards-link-list .cards-link-item .card>.icon-social-facebook i,.my-account .cards-link-list .cards-link-item .card>.icon-social-google-colorful i,.my-account .cards-link-list .cards-link-item .card>.icon-social-google i,.my-account .cards-link-list .cards-link-item .card>.icon-social-instagram-auth i,.my-account .cards-link-list .cards-link-item .card>.icon-social-instagram i,.my-account .cards-link-list .cards-link-item .card>.icon-social-linkedin i,.my-account .cards-link-list .cards-link-item .card>.icon-social-pinterest i,.my-account .cards-link-list .cards-link-item .card>.icon-social-share i,.my-account .cards-link-list .cards-link-item .card>.icon-social-spotify i,.my-account .cards-link-list .cards-link-item .card>.icon-social-tiktok-auth i,.my-account .cards-link-list .cards-link-item .card>.icon-social-tiktok i,.my-account .cards-link-list .cards-link-item .card>.icon-social-twitter i,.my-account .cards-link-list .cards-link-item .card>.icon-social-youtube i,.my-account .cards-link-list .cards-link-item .card>.icon-tooltip-triangle i,.my-account .cards-link-list .cards-link-item .card>.icon-sort i,.my-account .cards-link-list .cards-link-item .card>.icon-filter i,.my-account .cards-link-list .cards-link-item .card>.icon-close i,.my-account .cards-link-list .cards-link-item .card>.icon-open i,.my-account .cards-link-list .cards-link-item .card>.icon-edit i,.my-account .cards-link-list .cards-link-item .card>.icon-trash i,.my-account .cards-link-list .cards-link-item .card>.icon-safepayments i,.my-account .cards-link-list .cards-link-item .card>.icon-safepayments-green i,.my-account .cards-link-list .cards-link-item .card>.icon-recyclable-green i,.my-account .cards-link-list .cards-link-item .card>.icon-minus i,.my-account .cards-link-list .cards-link-item .card>.icon-shipping-green i,.my-account .cards-link-list .cards-link-item .card>.icon-quality-green i,.my-account .cards-link-list .cards-link-item .card>.icon-cash-green i,.my-account .cards-link-list .cards-link-item .card>.icon-arrow-right-green i,.my-account .cards-link-list .cards-link-item .card>.icon-arrow-right-green-dark i,.my-account .cards-link-list .cards-link-item .card>.icon-logo i,.my-account .cards-link-list .cards-link-item .card>.icon-close-green i,.my-account .cards-link-list .cards-link-item .card>.icon-star i,.my-account .cards-link-list .cards-link-item .card>.icon-star-full i,.my-account .cards-link-list .cards-link-item .card>.icon-app i,.my-account .cards-link-list .cards-link-item .card>.icon-wishlist-green i,.my-account .cards-link-list .cards-link-item .card>.icon-bell i,.my-account .cards-link-list .cards-link-item .card>.icon-calendar i,.my-account .cards-link-list .cards-link-item .card>.icon-puntinatura i,.my-account .cards-link-list .cards-link-item .card>.icon-trash-green i,.my-account .cards-link-list .cards-link-item .card>.icon-checkmark i,.my-account .cards-link-list .cards-link-item .card>.icon-cart-white i,.my-account .cards-link-list .cards-link-item .card>.icon-arrow-right-white i,.my-account .cards-link-list .cards-link-item .card>.icon-checkmark-white i,.my-account .cards-link-list .cards-link-item .card>.icon-fb-white i{filter:var(--white-icon-color)}.my-account .cards-link-list .cards-link-item .framed-cta{width:fit-content;margin:0 auto;padding:.8rem 1rem;border:2px solid #000;border-radius:5px}.my-account #maincontent{padding-top:0 !important}.page-myaccount-order-detail .guest-title .title{white-space:nowrap;margin:2rem auto}.page-myaccount-order-detail .orders-wrapper .header{flex-wrap:wrap;justify-content:center;flex-direction:column}.page-myaccount-order-detail .orders-wrapper .header .title{margin-bottom:2rem}.page-myaccount-order-detail .resume .card{display:flex;flex-direction:column;justify-content:center;padding:2rem;border-radius:.5rem;background-color:var(--background-tag-color);margin:1rem 0;height:100%}.page-myaccount-order-detail .resume .card .border{display:block;height:.2rem;width:100%;background:currentColor}.page-myaccount-order-detail .resume .card.totals,.page-myaccount-order-detail .resume .card.points{background-color:rgba(218,217,215,.25)}.page-myaccount-order-detail .resume .card.points>a{height:4.5rem}.myaccount .breadcrumbs-list{display:none}.myaccount .breadcrumbs-list .breadcrumbs-item{margin-right:1rem}.myaccount .orders-legend{margin-top:2rem;padding:2rem .5rem;background-color:var(--background-tag-color)}.myaccount .orders-legend .orders-legend-list .orders-legend-item i{display:inline-block;width:3.5rem;height:3.5rem;margin-right:1rem;flex:0 0 auto}.myaccount .faq-section{margin-top:2rem;padding:3rem 0;background-color:var(--background-tag-color)}.myaccount .faq-section .accordion .accordion-trigger{width:100%}.page-myaccount-profile .form-input{width:unset;margin-right:1rem}.page-myaccount-profile .profile-actions{background-color:var(--background-tag-color);padding:3rem 2.5rem}.page-myaccount-profile .profile-actions .card{display:block;max-width:57rem}.page-myaccount-profile .consent-wrapper .consent-item{flex-wrap:wrap}.page-myaccount-profile .consent-wrapper .consent-item .text,.page-myaccount-profile .consent-wrapper .consent-item .radio-group{flex:0 0 100%}.page-myaccount-addresses .address-form .actions a{margin-right:1rem}.page-myaccount-addresses .address-form .actions button{margin-left:1rem}.page-myaccount-addresses .addresses-list .addresses-row .addresses-item .address-card{border-radius:.5rem;background-color:var(--background-tag-color);padding:2rem 1.5rem}.page-myaccount-addresses .addresses-list .addresses-row .addresses-item .address-card .actions button i{width:3.5rem;height:3.5rem}.page-myaccount-addresses .addresses-list .addresses-row.even .addresses-item:first-child{order:1}.page-myaccount-addresses .addresses-list .addresses-row.even .addresses-item:last-child{order:3}.page-myaccount-addresses .addresses-list .addresses-row.even .address-form{order:2}.page-myaccount-addresses .addresses-list .addresses-row.odd .addresses-item:first-child{order:1}.page-myaccount-addresses .addresses-list .addresses-row.odd .addresses-item:last-child{order:2}.page-myaccount-addresses .addresses-list .addresses-row.odd .address-form{order:3}.page-myaccount-addresses .faq-section{margin-top:10rem;background-color:var(--background-tag-color);padding:6rem 0}.myaccount-orders-list .myaccount-orders-item .accordion-item{box-shadow:0 0 20px rgba(0,0,0,.1);border-radius:.5rem}.myaccount-orders-list .myaccount-orders-item .accordion-item .accordion-trigger{width:100%;display:flex;align-items:center;padding:0 .5rem;height:5.5rem;border-bottom:none}.myaccount-orders-list .myaccount-orders-item .accordion-item .accordion-trigger .status{flex:100%}.myaccount-orders-list .myaccount-orders-item .accordion-item .accordion-trigger .order{white-space:nowrap}.myaccount-orders-list .myaccount-orders-item .accordion-item .accordion-trigger::after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.914 20L20.707 30.207 10.5 20l1.414-1.414 7.793 7.793V8.793h2v17.586l7.793-7.793L30.914 20z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.myaccount-orders-list .myaccount-orders-item .accordion-item .accordion-trigger::after{white-space:nowrap;margin-left:.5rem}.myaccount-orders-list .myaccount-orders-item .accordion-item .accordion-content{padding:1.5rem}.myaccount-orders-list .myaccount-orders-item .accordion-item .accordion-content .order-progressbar-wrapper .progressbar-container{display:block;overflow:hidden;position:relative;width:100%;height:1rem;border-radius:.5rem;background-color:var(--background-tag-color)}.myaccount-orders-list .myaccount-orders-item .accordion-item .accordion-content .order-progressbar-wrapper .progressbar-container .progressbar{position:absolute;top:0;left:0;display:block;height:100%;background-color:#4e5152}.myaccount-orders-list .myaccount-orders-item .accordion-item .accordion-content .actions{width:100%;flex-wrap:wrap}.myaccount-orders-list .myaccount-orders-item .accordion-item .accordion-content .actions .order-details-wrapper{flex:100%;margin-bottom:1.5rem}.myaccount-orders-list .myaccount-orders-item .accordion-item .accordion-content .actions .track-order{margin:0 auto}.page-myaccount-payment .payment-list{padding:0}.page-myaccount-payment .payment-list .payment-card{position:relative;border-radius:.5rem;background-color:var(--background-tag-color);padding:2.5rem 2rem}.page-myaccount-payment .payment-list .payment-card .remove-btn{position:absolute;right:2rem;bottom:2rem}.page-myaccount-payment .payment-list .payment-card .remove-btn i{width:3.5rem;height:3.5rem}.product-page{position:relative;overflow-x:hidden}.product-page .breadcrumbs-wrapper .breadcrumbs-list{padding:2rem 0}.product-page .breadcrumbs-wrapper .breadcrumbs-list li{margin-left:1.5rem}.product-page .bestseller-label{color:#4e5152;position:absolute;top:-3rem;left:50%;transform:translateX(-50%)}.product-page .bestseller-label::after{content:"";display:block;height:2px;width:100%;position:absolute;bottom:-4px;left:0;background-color:#4e5152}.product-page .product-main-section .product-content-section{position:relative}.product-page .product-main-section .product-content-section .pdp-addtocart-wrapper .cart-product-promo{margin-bottom:2rem}.product-page .product-main-section .product-content-section .pdp-addtocart-wrapper .cart-product-promo .tooltip-promo-details{color:#157a65}.product-page .product-main-section .product-content-section .omnibus-communication{font-size:1.1rem}.product-page .product-main-section .product-content-section .error{color:#c92316;font-size:1.1rem;padding-left:1rem}.product-page .product-main-section .pdp-image-carousel{z-index:1;position:relative}.product-page .product-main-section .pdp-image-carousel .common-swatches-wrapper{z-index:12;position:absolute;top:50%;transform:translateY(-50%);left:0}.product-page .product-main-section .product-social-wrapper{margin-top:3rem}.product-page .product-main-section .product-points{padding:.5rem}.product-page .product-main-section .product-points .deadline,.product-page .product-main-section .product-points .nature-points{text-align:left}.product-page .product-main-section .product-points .nature-points{color:#008770}.product-page .product-main-section .product-points .deadline{color:#ff9800}.product-page .product-main-section .pdp-main-attributes-carousel{position:relative}.product-page .product-main-section .pdp-main-attributes-carousel .pdp-main-attributes-button-prev,.product-page .product-main-section .pdp-main-attributes-carousel .pdp-main-attributes-button-next{position:absolute;top:50%;transform:translateY(-50%);z-index:2;border:1px solid var(--border-color);border-radius:50%;display:block;line-height:100%;background-color:#fff}.product-page .product-main-section .pdp-main-attributes-carousel .pdp-main-attributes-button-prev i,.product-page .product-main-section .pdp-main-attributes-carousel .pdp-main-attributes-button-next i{width:4rem;height:4rem}.product-page .product-main-section .pdp-main-attributes-carousel .pdp-main-attributes-button-prev{left:-0.5rem}.product-page .product-main-section .pdp-main-attributes-carousel .pdp-main-attributes-button-next{right:-0.5rem}.product-page .product-main-section .pdp-main-attributes-carousel .swiper-container{padding-bottom:8rem}.product-page .product-main-section .pdp-main-attributes-carousel .swiper-container .swiper-slide{transition:all 0.4s cubic-bezier(0.25, 1, 0.5, 1);width:12rem;height:12rem;transform:scale(0.8)}.product-page .product-main-section .pdp-main-attributes-carousel .swiper-container .swiper-slide img{width:100%}.product-page .product-main-section .pdp-main-attributes-carousel .swiper-container .swiper-slide .spec-name{position:absolute;left:50%;transform:translateX(-50%);transition:all 0.4s cubic-bezier(0.25, 1, 0.5, 1);opacity:0;width:30rem}.product-page .product-main-section .pdp-main-attributes-carousel .swiper-container .swiper-slide.swiper-slide-active{transform:scale(1)}.product-page .product-main-section .pdp-main-attributes-carousel .swiper-container .swiper-slide.swiper-slide-active .spec-name{opacity:1}.product-page .product-main-section .product-accordion-wrapper{margin-bottom:3rem;margin-top:1rem}.product-page .product-main-section .product-accordion-wrapper .accordion-item:first-child{border-top:1px solid #ece8e5}.product-page .product-main-section .product-accordion-wrapper div.accordion-trigger,.product-page .product-main-section .product-accordion-wrapper button.accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;height:5rem;border-bottom:1px solid #ece8e5}.product-page .product-main-section .product-accordion-wrapper div.accordion-trigger[aria-expanded=false]::after,.product-page .product-main-section .product-accordion-wrapper button.accordion-trigger[aria-expanded=false]::after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.707 18.707v-8.313h2v8.313h8.314v2h-8.314v8.314h-2v-8.314h-8.314v-2h8.314z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.product-page .product-main-section .product-accordion-wrapper div.accordion-trigger[aria-expanded=true]::after,.product-page .product-main-section .product-accordion-wrapper button.accordion-trigger[aria-expanded=true]::after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M29 21H11v-2h18v2z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.product-page .product-main-section .product-accordion-wrapper div.accordion-trigger,.product-page .product-main-section .product-accordion-wrapper div.accordion-content,.product-page .product-main-section .product-accordion-wrapper button.accordion-trigger,.product-page .product-main-section .product-accordion-wrapper button.accordion-content{text-align:left}.product-page .product-main-section .product-accordion-wrapper div.accordion-content li a,.product-page .product-main-section .product-accordion-wrapper button.accordion-content li a{display:block;padding:1rem 0}.product-page .product-main-section .product-specs-wrapper{display:none}.product-page .pdp-test-attribute-section{position:relative}.product-page .pdp-test-attribute-section .title-divider{margin:4rem auto 2rem auto}.product-page .pdp-test-attribute-section .title-divider .title-wrapper{margin:2.5rem auto}.product-page .pdp-test-attribute-section .title-divider hr{display:block;width:100%;height:.1rem;background-color:#4e5152}.product-page .pdp-test-attribute-section .pdp-test-attribute-wrapper{position:relative}.product-page .pdp-test-attribute-section .pdp-test-attribute-wrapper .pdp-test-attributes-button-prev,.product-page .pdp-test-attribute-section .pdp-test-attribute-wrapper .pdp-test-attributes-button-next{z-index:2;position:absolute;top:12%;border:1px solid var(--border-color);border-radius:50%;display:block;line-height:100%;background-color:#fff}.product-page .pdp-test-attribute-section .pdp-test-attribute-wrapper .pdp-test-attributes-button-prev i,.product-page .pdp-test-attribute-section .pdp-test-attribute-wrapper .pdp-test-attributes-button-next i{width:4rem;height:4rem}.product-page .pdp-test-attribute-section .pdp-test-attribute-wrapper .pdp-test-attributes-button-prev{left:-2rem}.product-page .pdp-test-attribute-section .pdp-test-attribute-wrapper .pdp-test-attributes-button-next{right:-2rem}.product-page .pdp-test-attribute-section .pdp-test-attribute-wrapper .swiper-container{height:28rem}.product-page .pdp-test-attribute-section .pdp-test-attribute-wrapper .swiper-container .swiper-slide{transition:all 0.4s cubic-bezier(0.25, 1, 0.5, 1);width:12rem;height:12rem;transform:scale(0.8)}.product-page .pdp-test-attribute-section .pdp-test-attribute-wrapper .swiper-container .swiper-slide img{width:100%}.product-page .pdp-test-attribute-section .pdp-test-attribute-wrapper .swiper-container .swiper-slide .test-text-wrapper{position:absolute;left:50%;transform:translateX(-50%);transition:all 0.4s cubic-bezier(0.25, 1, 0.5, 1);opacity:0;width:30rem;top:100%}.product-page .pdp-test-attribute-section .pdp-test-attribute-wrapper .swiper-container .swiper-slide.swiper-slide-active{transform:scale(1)}.product-page .pdp-test-attribute-section .pdp-test-attribute-wrapper .swiper-container .swiper-slide.swiper-slide-active .test-text-wrapper{opacity:1}.product-page .pdp-test-attribute-section .pdp-service-carousel-wrapper{margin-top:5rem;padding-bottom:4rem;position:relative}.product-page .pdp-test-attribute-section .pdp-service-carousel-wrapper .pdp-test-attribute-wrapper .pdp-test-attribute-list .pdp-test-attribute-item img{width:6rem;height:6rem;margin:0 auto}.product-page .pdp-test-attribute-section .pdp-service-carousel-wrapper .pdp-service-button-prev,.product-page .pdp-test-attribute-section .pdp-service-carousel-wrapper .pdp-service-button-next{position:absolute;top:50%;transform:translateY(-50%);z-index:2;border:1px solid var(--border-color);border-radius:50%;display:block;line-height:100%;background-color:#fff}.product-page .pdp-test-attribute-section .pdp-service-carousel-wrapper .pdp-service-button-prev i,.product-page .pdp-test-attribute-section .pdp-service-carousel-wrapper .pdp-service-button-next i{width:5rem;height:5rem}.product-page .pdp-test-attribute-section .pdp-service-carousel-wrapper .pdp-service-button-prev{left:-1rem}.product-page .pdp-test-attribute-section .pdp-service-carousel-wrapper .pdp-service-button-next{right:-1rem}.product-page .pdp-test-attribute-section .pdp-service-carousel-wrapper .swiper-container{padding-bottom:4rem}.product-page .pdp-test-attribute-section .pdp-service-carousel-wrapper .swiper-container .swiper-pagination{position:absolute;bottom:0}.product-page .pdp-test-attribute-section .pdp-service-carousel-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet{width:.8rem;height:.8rem;margin:.8rem}.product-page.show-addtocart-sticky .pdp-addtocart-sticky{transform:translateY(0);transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1)}.product-page.show-addtocart-sticky .pdp-addtocart-sticky .tooltip-promo-details{color:#157a65}.listing-active-filter{padding:0 1rem}.listing-active-filter .filters{justify-content:center}.listing-active-filter .filters .refine-btn{margin-right:10px;cursor:default}.listing-active-filter .filters .refine-btn .cross-icon{cursor:pointer}.listing-active-filter .active-filters-wrapper{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden}.listing-active-filter .active-filters-wrapper::-webkit-scrollbar{display:none}.listing-active-filter .active-filters-wrapper .filter-btn,.listing-active-filter .active-filters-wrapper button{flex:0 0 auto;margin-right:1rem;white-space:nowrap}.plp-modal-listing-filter-open .listing-active-filter .active-filters-wrapper{display:none}.page-plp .plp-hero{display:block;width:100%;height:auto;min-height:25rem;margin-bottom:-14rem}.page-plp .plp-hero .plp-hero-image{position:relative;height:300px}.page-plp .plp-hero .plp-hero-image.linee{height:100%}.page-plp .plp-hero .plp-hero-image img{width:100%;height:100%;object-fit:cover}.page-plp .plp-hero .plp-hero-image::after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:100%;background:#000;background:linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%)}.page-plp .plp-grid{padding:0}.page-plp .plp-grid>div{padding:0}.page-plp .plp-grid .product{height:100%}.page-plp .plp-grid .product .product-card{border-width:.5px;border-style:solid;border-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--background-tag-color) 20%, var(--background-tag-color) 80%, rgba(0, 0, 0, 0) 100%) 1 100%}.page-plp .plp-grid .product-card-body .addtocart-button-wrapper{display:flex;justify-content:center}.page-plp .plp-grid .product-card-body .omnibus-communication{font-size:1.1rem;height:2rem}.page-plp .editorial-base{margin:0 -2rem}.recruitment-page .main-header .pre-header{justify-content:center}.recruitment-page #maincontent{padding-top:10rem}.recruitment-page .footer{padding-top:1rem}.page-searchresult .search-sticky-header{flex-direction:column}.page-searchresult .search-sticky-header .search-form{padding:0 1rem;order:1}.page-searchresult .search-sticky-header .search-form .input-wrapper{margin:0}.page-searchresult .search-sticky-header .filters-action{order:2;width:100%;justify-content:space-between;margin:1.5rem 1rem}.page-searchresult .search-sticky-header .filters-action .filter-btn{width:100%;background-color:var(--background-tag-color)}.page-searchresult .search-sticky-header .filters-action .filter-btn .icon-close{display:none}.page-searchresult .search-sticky-header .filters-action .filter-btn .icon-filter{display:inline-block}.page-searchresult .search-sticky-header .filters-action .order-btn{width:100%;background-color:var(--background-tag-color)}.page-searchresult .search-sticky-header .filters-action .order-btn .icon-close{display:none}.page-searchresult .search-sticky-header .filters-action .order-btn .icon-sort{display:inline-block}.page-searchresult .search-sticky-header .total-products,.page-searchresult .search-sticky-header .noresult{order:3}.page-searchresult .search-sticky-header .noresult span{color:#c92316}.plp-modal-listing-filter-open .page-searchresult .search-sticky-header .filters-action .filter-btn{background-color:var(--background-tag-color)}.plp-modal-listing-filter-open .page-searchresult .search-sticky-header .filters-action .filter-btn .icon-close{display:inline-block}.plp-modal-listing-filter-open .page-searchresult .search-sticky-header .filters-action .filter-btn .icon-filter{display:none}.plp-modal-sorting-open .page-searchresult .search-sticky-header .filters-action .order-btn{background-color:var(--background-tag-color)}.plp-modal-sorting-open .page-searchresult .search-sticky-header .filters-action .order-btn .icon-close{display:inline-block}.plp-modal-sorting-open .page-searchresult .search-sticky-header .filters-action .order-btn .icon-sort{display:none}.swiper-container .swiper-pagination{z-index:1;display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:1.6rem;width:100%;margin:0;padding-bottom:1rem}.swiper-container .swiper-pagination-bullet{display:inline-block;width:.6rem;height:.6rem;background-color:var(--background-tag-color);transition:background-color ease-in-out .4s;border-radius:50%;margin:.4rem}.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#4e5152}.tooltip-trigger{position:relative;overflow:visible;cursor:pointer}.tooltip{width:350px;position:absolute;bottom:0;left:0;z-index:10;transform:translate(-250.5px, -45px);padding:2rem 1.5rem;border-radius:10px;background-color:#fff;color:#000;text-align:center;box-shadow:0 0 20px rgba(0,0,0,.2)}.tooltip .tooltip-header{font-weight:bold;margin-bottom:1rem}.tooltip .tooltip-header::selection{background:rgba(0,0,0,0)}.tooltip .tooltip-body{font-weight:normal}.tooltip .tooltip-body::selection{background:rgba(0,0,0,0)}.tooltip .icon-tooltip-triangle{position:absolute;bottom:-20px;left:70%;z-index:9}.tooltip-product-promo{max-width:25rem;transform:translate(-181.5px, -40px)}.netreview-tooltip-text{font-size:12px;font-weight:unset;margin:0 5px 0 0;display:inline-block}.netreview-tooltip .tooltip{top:110%;left:50%;width:100%;transform:translateX(-50%);min-height:fit-content;height:fit-content;cursor:default}.netreview-tooltip .tooltip .tooltip-body{font-size:14px;text-align:left}.netreview-tooltip .tooltip .tooltip-body ul{list-style-type:disc;list-style-position:inside}.netreview-tooltip .tooltip .tooltip-body a{color:#007bff;text-decoration:underline;cursor:pointer;transition:color .3s ease,text-decoration .3s ease}.netreview-tooltip .tooltip .tooltip-body a:hover{color:#0056b3;text-decoration:underline}.netreview-tooltip .tooltip .tooltip-header{position:relative}.netreview-tooltip .tooltip .tooltip-header img{max-width:150px}.netreview-tooltip .tooltip .tooltip-header .icon-close{position:absolute;top:0;right:0;cursor:pointer}.netreview-tooltip .icon-tooltip-triangle{transform:translateX(-50%) rotate(180deg);position:absolute;top:-10px;bottom:unset;left:calc(50% + 96px) !important}.netreview-tooltip .info-icon{width:1.2rem;height:1.2rem;display:inline-block}.guest-order-track-page .header .title{white-space:nowrap}.guest-order-track-page .forms-wrapper,.guest-order-track-page .track-order-wrapper{padding:6rem 0}.guest-order-track-page .track-order-wrapper{background-color:var(--background-tag-color)}.card.ghost{opacity:.5}.billing-address{display:block;margin-bottom:20px}@media only screen and (max-width: 1023px){.billing-address{margin-bottom:41px}}.error-message{display:none;margin:50px 0;padding:15px;background:var(--background-tag-color);border-radius:10px}@media only screen and (max-width: 1023px){.error-message{margin:20px 0 41px}}.error-message .error-message-title{margin-bottom:10px;font-family:Gotham;font-size:16px;line-height:100%;letter-spacing:-0.05em;color:#c92316}.error-message .error-message-text{font-family:Gotham;font-size:14px;line-height:120%;letter-spacing:-0.03em;color:#4e5152}.next-step-button{z-index:3;padding-right:0;padding-left:0;position:sticky;bottom:30px}span.ship-to-name,span.ship-to-address1,span.ship-to-address2,span.ship-to-phone,span.ship-to-city-st-zip{display:block}.data-checkout-stage[data-checkout-stage] .card.payment-summary,.data-checkout-stage[data-checkout-stage] .shipping-summary,.data-checkout-stage[data-checkout-stage] .card.place-order-card,.data-checkout-stage[data-checkout-stage] .card.personal-address-summary{display:none}.data-checkout-stage[data-checkout-stage] button.place-order{display:none}.data-checkout-stage[data-checkout-stage] button.submit-payment{display:none}.data-checkout-stage[data-checkout-stage] button.submit-shipping{display:none}.data-checkout-stage[data-checkout-stage] .place-order-card-preview{display:block}.data-checkout-stage[data-checkout-stage=personal] .card.payment-summary,.data-checkout-stage[data-checkout-stage=personal] .shipping-summary,.data-checkout-stage[data-checkout-stage=personal] .shipping-section,.data-checkout-stage[data-checkout-stage=personal] .card.place-order-card,.data-checkout-stage[data-checkout-stage=personal] .card.payment-form,.data-checkout-stage[data-checkout-stage=personal] .card.personal-address-summary{display:none}.data-checkout-stage[data-checkout-stage=personal] .personal-address-section,.data-checkout-stage[data-checkout-stage=personal] .card.ghost.shipping{display:block}.data-checkout-stage[data-checkout-stage=email] .card.payment-summary,.data-checkout-stage[data-checkout-stage=email] .shipping-summary,.data-checkout-stage[data-checkout-stage=email] .shipping-section,.data-checkout-stage[data-checkout-stage=email] .card.place-order-card,.data-checkout-stage[data-checkout-stage=email] .card.payment-form,.data-checkout-stage[data-checkout-stage=email] .card.email-summary{display:none}.data-checkout-stage[data-checkout-stage=email] .personal-address-section,.data-checkout-stage[data-checkout-stage=email] .card.ghost.shipping{display:block}.data-checkout-stage[data-checkout-stage=shipping].multi-ship .order-product-summary{display:none}.data-checkout-stage[data-checkout-stage=shipping] .card.payment-form,.data-checkout-stage[data-checkout-stage=shipping] .personal-address-section,.data-checkout-stage[data-checkout-stage=shipping] .email-section,.data-checkout-stage[data-checkout-stage=shipping] .card.ghost.shipping{display:none}.data-checkout-stage[data-checkout-stage=shipping] button.submit-shipping{display:flex}.data-checkout-stage[data-checkout-stage=shipping] .shipment-selector-block .btn-show-details,.data-checkout-stage[data-checkout-stage=shipping] .shipment-selector-block .btn-add-new{border:none}.data-checkout-stage[data-checkout-stage=shipping] .card.personal-address-summary{display:block}.data-checkout-stage[data-checkout-stage=shipping] .card.email-summary{display:block}.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=customer] .shipping-address-block{display:none}.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=shipment] .shipping-address-form{display:none}.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=edit] .shipping-address-block{display:none}.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=new] .btn-show-details,.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=new] .btn-add-new{display:none}.data-checkout-stage[data-checkout-stage=payment] .shipping-section,.data-checkout-stage[data-checkout-stage=payment] .card.ghost.payment,.data-checkout-stage[data-checkout-stage=payment] .card.ghost.shipping,.data-checkout-stage[data-checkout-stage=payment] .email-section,.data-checkout-stage[data-checkout-stage=payment] .personal-address-section{display:none}.data-checkout-stage[data-checkout-stage=payment] .card.personal-address-summary{display:block}.data-checkout-stage[data-checkout-stage=payment] .card.payment-form,.data-checkout-stage[data-checkout-stage=payment] .shipping-summary,.data-checkout-stage[data-checkout-stage=payment] .personal-address-summary{display:block}.data-checkout-stage[data-checkout-stage=payment] button.submit-payment{display:flex}.data-checkout-stage[data-checkout-stage=payment] .address-selector-block .btn-show-details,.data-checkout-stage[data-checkout-stage=payment] .address-selector-block .btn-add-new{border:none}.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=customer] .billing-address{display:none}.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=shipment] .billing-address{display:none}.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=edit] .billing-address{display:block}.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=new] .btn-show-details,.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=new] .btn-add-new{display:none}.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=details] .btn-show-details,.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=details] .btn-add-new{display:none}.data-checkout-stage[data-checkout-stage=placeOrder] .shipping-section,.data-checkout-stage[data-checkout-stage=placeOrder] .personal-address-section,.data-checkout-stage[data-checkout-stage=placeOrder] .card.payment-form,.data-checkout-stage[data-checkout-stage=placeOrder] .email-section,.data-checkout-stage[data-checkout-stage=placeOrder] .card.ghost,.data-checkout-stage[data-checkout-stage=submitted] .shipping-section,.data-checkout-stage[data-checkout-stage=submitted] .personal-address-section,.data-checkout-stage[data-checkout-stage=submitted] .card.payment-form,.data-checkout-stage[data-checkout-stage=submitted] .email-section,.data-checkout-stage[data-checkout-stage=submitted] .card.ghost{display:none}.data-checkout-stage[data-checkout-stage=placeOrder] .card.place-order-card,.data-checkout-stage[data-checkout-stage=submitted] .card.place-order-card{display:block}.data-checkout-stage[data-checkout-stage=placeOrder] .card.payment-summary,.data-checkout-stage[data-checkout-stage=placeOrder] .shipping-summary,.data-checkout-stage[data-checkout-stage=placeOrder] .card.personal-address-summary,.data-checkout-stage[data-checkout-stage=submitted] .card.payment-summary,.data-checkout-stage[data-checkout-stage=submitted] .shipping-summary,.data-checkout-stage[data-checkout-stage=submitted] .card.personal-address-summary{display:block}.data-checkout-stage[data-checkout-stage=placeOrder] button.place-order,.data-checkout-stage[data-checkout-stage=submitted] button.place-order{display:flex}.data-checkout-stage option[value=new]{display:none}.data-checkout-stage h5>span{font-size:.8em}[data-customer-type=guest] .single-shipping .shipment-selector-block{display:none}.single-shipping .multi-ship-action-buttons{display:none}.single-shipping .view-address-block{display:none}.btn-show-details{padding-top:0}.multi-ship-address-actions .btn-save-multi-ship{margin-left:10px}.credit-card-option{max-height:72px;margin-top:1rem}.save-billing-address+label{font-family:"Gotham";font-style:normal;font-weight:400;font-size:16px;line-height:120%;letter-spacing:-0.03em;color:#4e5152}.header .logo{width:unset !important}.new-password-page{height:calc(100vh - 260px);background-color:rgba(218,217,215,.25)}.new-password-page .new-password-box{background-color:#fff;padding:8rem;margin-bottom:8rem}.new-password-page .new-password-box .card-header .page-title{font-weight:700;font-size:24px}.new-password-page .new-password-box .card-header .page-subtitle{margin-top:2.5rem;font-weight:400;font-size:16px}.new-password-page form .form-group.required .form-control-label::before{color:var(--main-color)}.new-password-page form .form-buttons .btn-block{width:100%;font-weight:700}.new-password-page form .form-buttons .cancel-btn{display:flex;justify-content:center;align-items:center;text-transform:uppercase;height:4.5rem;border:1.5px solid var(--main-color);border-radius:.5rem;margin-top:3rem}#account-setnewpassword .footer{margin:0}.wishlist-page .row:not(.faq-section){margin-left:-10px;margin-right:-10px}.wishlist-page .product-card{padding-left:0;padding-right:0;border-width:.5px;border-style:solid;border-left:0;border-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--background-tag-color) 20%, var(--background-tag-color) 80%, rgba(0, 0, 0, 0) 100%) 1 100%}@media only screen and (max-width: 1023px){.wishlist-page .product-card:nth-child(2n){border-right:0}}@media only screen and (min-width: 1024px){.wishlist-page .product-card:nth-child(3n){border-right:0}}.wishlist-page .wishlist-title{line-height:1;font-weight:700;font-size:2rem;text-transform:uppercase;margin-top:19px}@media only screen and (min-width: 1024px){.wishlist-page .wishlist-title{margin-top:10px}}.wishlist-page .empty-whishlist-msg{margin-top:10px}@media only screen and (min-width: 1024px){.wishlist-page .empty-whishlist-msg{margin-top:20px}}.wishlist-page .wishlist-products-list{margin-top:35px}@media only screen and (min-width: 1024px){.wishlist-page .wishlist-products-list{margin-top:92px}}.wishlist-page .empty-whishlist-msg{font-family:"Gotham";font-size:16px;line-height:120%;letter-spacing:-0.03em;color:#4e5152}.wishlist-page .faq-section{margin-top:60px;padding:60px 0;background-color:var(--background-tag-color)}.wishlist-page .faq-section .accordion .accordion-trigger{width:100%}#wishlist-show .footer{margin-top:0}@media only screen and (min-width: 768px){.editorial-buttons{padding:1rem 1rem}.editorial-buttons .content-items{margin:0 1rem}.editorial-buttons .content-items .item{padding:1rem;width:25%;flex:0 0 25%}.editorial-carousel .swiper-container--small .swiper-wrapper{justify-content:center}.editorial-carousel .editorial-carousel-item{width:26.2rem}.editorial-hero .editorial-hero-item .content-hero-text .hero-content-promo .hero-promo{width:calc(100% - 10rem);margin:0 auto}.editorial-hero .editorial-hero-item .hero-content-link-list .swiper-container{padding:0 1.5rem}.editorial-hero .editorial-hero-item .hero-content-link-list .swiper-button-prev,.editorial-hero .editorial-hero-item .hero-content-link-list .swiper-button-next{margin:-2rem .7rem 0}.editorial-horizontal-product .editorial-container .horizontal-product-row{display:flex;flex-direction:row;align-items:center}.editorial-horizontal-product .editorial-container .horizontal-product-column{width:50%;flex:0 0 50%;padding-left:1rem;padding-right:1rem}.editorial-horizontal-product .editorial-container .horizontal-product-column--product{width:25%;flex:0 0 25%;margin:0 auto}.editorial-horizontal-product .product-card{padding-top:0;padding-bottom:0}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta{display:flex;justify-content:space-around;align-items:flex-end}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .content-cta-text{text-align:start}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .content-cta-text .cart-product-promo{justify-content:flex-start;padding:1.5rem 0 0}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .content-cta-text .cart-product-promo .tooltip{max-width:350px;transform:translate(-199px, -40px)}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .content-cta-text .cart-product-promo .tooltip .icon-tooltip-triangle{left:192.5px}.plp-filters-mobile .filter-bar-wrapper{flex-wrap:nowrap}.plp-filters-mobile .filter-bar-wrapper .dropdown-category{margin-bottom:0;margin-right:1rem}.product-card .product-card-body .cart-product-promo .tooltip{max-width:350px;transform:translate(-199px, -40px)}.product-card .product-card-body .cart-product-promo .tooltip .icon-tooltip-triangle{left:192.5px}.product-card .modal-color-selector{position:absolute}.main-header .pre-header{display:flex;align-items:center;justify-content:space-between}.main-header .header{height:6rem}}@media only screen and (min-width: 1024px){.box-editoriale-servizi-store .swiper-slide{width:20%}.box-editoriale-servizi-store .swiper-wrapper{flex-wrap:wrap;justify-content:center}.box-editoriale-servizi-store .base-swiper .swiper-button-prev,.box-editoriale-servizi-store .base-swiper .swiper-button-next{display:none}.carousel-editorial-box-services .js-swiper-wrapper{justify-content:center}.carousel-editorial-box-services .js-swiper-wrapper .swiper-slide{max-width:27rem;margin:0 2rem}.box-services-links .box-services-links-item{margin-right:1rem;margin-bottom:0}.cart-product-card-wrapper .cart-product-card{height:15rem}.cart-product-card-wrapper .cart-product-card .item-image{min-width:unset}.cart-product-card-wrapper .cart-product-card .cart-product-content{padding:1.5rem 2.5rem 1.5rem 1.5rem;width:100%}.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-info{display:flex;flex-direction:column;align-items:flex-start;width:100%;margin-right:5rem}.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-info .pdp-prices{margin-top:auto}.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-info .quantity-label{position:relative;margin:.5rem 0 0 0;border-radius:.5rem}.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-actions{display:flex;flex-direction:column;height:100%;justify-content:flex-start;text-align:center;min-width:14.5rem;margin-top:0}.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-actions .line-item-total-price{margin-top:auto}.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-actions .remove-product,.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-actions .line-item-total-price,.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-actions .quantity-selector{flex:unset}#modal-checkout-summary{position:sticky;top:5.5rem;right:0;height:calc(100vh - 5.5rem);transform:translateX(0);padding-top:0}#modal-checkout-summary #modal-checkout-summary-content{display:flex;flex-direction:column;height:auto;max-height:calc(100vh - 11rem);background-color:var(--background-tag-color);padding-top:5rem}#modal-checkout-summary #modal-checkout-summary-content>h2,#modal-checkout-summary #modal-checkout-summary-content>p,#modal-checkout-summary #modal-checkout-summary-content .order-product-summary{padding:0 2.65rem}#modal-checkout-summary #modal-checkout-summary-content .order-product-summary{overflow-y:auto}#modal-checkout-summary #modal-checkout-summary-content .order-summary .order-section{padding:3rem 5.6rem}.editorial-base{padding-top:0}.editorial-base .content-base-text{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);margin-bottom:0;padding:0;width:31%}.editorial-base .content-base-image{padding-bottom:22.2222222%}.editorial-beauty-kit-card-product{margin:4rem 0}.editorial-beauty-kit-card-product .editorial-container{padding:0 8.3333333%}.editorial-beauty-kit-card-product .horizontal-beauty-kit-row{display:flex;flex-direction:row;align-items:center}.editorial-beauty-kit-card-product .horizontal-beauty-kit-column{padding:3rem 1rem;width:33.3333333%;flex:0 0 33.3333333%}.editorial-beauty-kit-card-product .horizontal-beauty-kit-column--kit{border-radius:.5rem;padding:5rem 4rem}.editorial-beauty-kit-card-product .horizontal-beauty-kit-column--products{width:66.6666666%;flex:0 0 66.6666666%;padding-top:0;padding-bottom:0}.editorial-beauty-kit-card-product .icon-open{margin:1.5rem 0 1.5rem 4.6rem}.editorial-beauty-kit-card-product .content-button{margin-top:3rem}.editorial-beauty-kit-card-product .horizontal-beauty-kit-content-products .horizontal-beauty-kit-product{padding:0 1rem}.editorial-beauty-kit-card-product .horizontal-beauty-kit-content-products .horizontal-beauty-kit-product:nth-child(2):after{display:none}.editorial-beauty-kit-card-product .horizontal-beauty-kit-with-image{display:flex;flex-direction:row;align-items:center;justify-content:center}.editorial-beauty-kit-card-product .horizontal-beauty-kit-with-image .horizontal-beauty-kit-column--kit{width:45rem;flex:0 0 45rem;position:relative;z-index:2}.editorial-beauty-kit-card-product .horizontal-beauty-kit-with-image .horizontal-beauty-kit-img{display:block}.editorial-buttons{padding:1.5rem 1.5rem}.editorial-buttons .content-items{margin:0 -1.2rem;justify-content:center;align-items:flex-start}.editorial-buttons .content-items .item{padding:1.2rem;width:auto;flex:initial}.editorial-buttons .content-items .item .editorial-buttons-item{padding-left:3rem;padding-right:3rem}.editorial-carousel-magazine{margin:4rem auto;max-width:1600px}.editorial-carousel-magazine .magazine-content-title{margin-bottom:5rem}.editorial-carousel-magazine .magazine-content-title .magazine-title{text-align:left}.editorial-carousel-magazine .magazine-content-title .magazine-content-text{text-align:left}.editorial-carousel-magazine .magazine-content-title .magazine-text{text-align:left}.editorial-carousel-magazine .magazine-content-main{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center}.editorial-carousel-magazine .magazine-content-main .magazine-title-slider{width:100%;flex:0 0 100%}.editorial-carousel-magazine .magazine-content-slider{margin:0;width:100%}.editorial-carousel-magazine .magazine-content-slider .swiper-container{padding:3rem 1rem;margin:-3rem -1rem}.editorial-carousel-magazine .magazine-content-slider .swiper-container .swiper-pagination{display:none}.editorial-carousel-magazine .magazine-content-slider .base-swiper .swiper-button-prev,.editorial-carousel-magazine .magazine-content-slider .base-swiper .swiper-button-next{display:block !important}.editorial-carousel-magazine .magazine-content-slider .base-swiper .swiper-button-prev{left:1.5rem}.editorial-carousel-magazine .magazine-content-slider .base-swiper .swiper-button-next{right:1.5rem}.editorial-carousel-magazine .magazine-content-slider .editorial-carousel-magazine-item{width:100%}.editorial-carousel-magazine .magazine-content-slider .editorial-carousel-magazine-item .content-item-info{flex:1;padding:2.5rem 2rem 3rem 2rem}.editorial-carousel-magazine .magazine-content-slider .editorial-carousel-magazine-item .content-item-info .content-item-text{min-height:5.8rem}.editorial-carousel-magazine .magazine-content-slider .magazine-content-highlight{position:relative;width:33%;flex:0 0 33%;margin-left:-8%;z-index:3;margin-top:0}.editorial-carousel-magazine .magazine-content-slider .magazine-highlight .magazine-highlight-content-text{padding:4rem 3rem}.editorial-carousel-mini-circle{margin:2rem 0}.editorial-carousel-mini-circle .editorial-container{position:relative;padding:0 12%}.editorial-carousel-mini-circle .swiper-container .swiper-pagination{display:none}.editorial-carousel-mini-circle .swiper-button-prev,.editorial-carousel-mini-circle .swiper-button-next{position:absolute;top:5.5rem;transform:translateY(-50%);z-index:2;border:1px solid var(--border-color);border-radius:50%;display:block;line-height:100%;background-color:#fff;cursor:pointer}.editorial-carousel-mini-circle .swiper-button-prev i,.editorial-carousel-mini-circle .swiper-button-next i{width:5rem;height:5rem}.editorial-carousel-mini-circle .swiper-button-prev{left:calc(6% - 5.5rem)}.editorial-carousel-mini-circle .swiper-button-next{right:calc(6% - 5.5rem)}.editorial-carousel-promotions .swiper-container .swiper-pagination{display:none}.editorial-carousel-promotions .base-swiper .swiper-button-prev,.editorial-carousel-promotions .base-swiper .swiper-button-next{transition:all ease-in-out .3s;display:block !important;opacity:0}.editorial-carousel-promotions .base-swiper .swiper-button-prev{left:2rem}.editorial-carousel-promotions .base-swiper .swiper-button-next{right:2rem}.editorial-carousel-promotions:hover .base-swiper .swiper-button-prev,.editorial-carousel-promotions:hover .base-swiper .swiper-button-next{opacity:1}.editorial-carousel-promotions:hover .base-swiper .swiper-button-prev.swiper-button-disabled,.editorial-carousel-promotions:hover .base-swiper .swiper-button-next.swiper-button-disabled{opacity:0}.editorial-carousel .swiper-container{padding-top:4rem;padding-bottom:6rem}.editorial-carousel .swiper-container .swiper-pagination{display:none}.editorial-carousel .swiper-container--small .swiper-wrapper{justify-content:center}.editorial-carousel .swiper-container--small.base-swiper .swiper-button-prev{left:1.5rem}.editorial-carousel .swiper-container--small.base-swiper .swiper-button-next{right:1.5rem}.editorial-carousel .base-swiper .swiper-button-prev,.editorial-carousel .base-swiper .swiper-button-next{transition:all ease-in-out .3s;display:block !important;opacity:0}.editorial-carousel .base-swiper .swiper-button-prev{left:4rem}.editorial-carousel .base-swiper .swiper-button-next{right:4rem}.editorial-carousel:hover .base-swiper .swiper-button-prev,.editorial-carousel:hover .base-swiper .swiper-button-next{opacity:1}.editorial-carousel .editorial-carousel-item{min-width:32rem;margin:0 auto}.editorial-carousel--with-static-tile .editorial-carousel .editorial-carousel-item{width:28rem}.editorial-carousel .editorial-carousel-item .item-content-info .item-description{margin-bottom:1rem}.editorial-carousel .editorial-carousel-item .item-content-info .item-highlight-text{margin-bottom:1rem}.editorial-carousel .editorial-carousel-item .item-content-img{padding-bottom:100%}.editorial-carousel .editorial-carousel-item .content-highlight-image{margin:-30rem -7rem 3.5rem -7rem;padding-bottom:0;height:26.5rem}.editorial-carousel .editorial-carousel-item .content-highlight-image img{display:block;width:100%;height:100%;position:absolute;z-index:1;bottom:0;left:0;object-fit:contain}.editorial-carousel--with-static-tile .experience-editorialCarouselStatic{width:32rem;position:absolute;top:0;bottom:0;margin:auto 0;height:fit-content}.editorial-carousel--with-static-tile .editorial-container{padding-left:34rem}.editorial-carousel--with-static-tile .swiper-container--small .swiper-wrapper{justify-content:unset}.editorial-cart-promo{padding:2rem 0}.editorial-cart-promo .card-promo{background-color:var(--background-tag-color);position:relative;text-align:left;padding:2rem 8.5rem 2rem 2rem}.editorial-cart-promo .card-promo img{width:10rem;height:10rem;position:absolute;top:50%;left:unset;right:-2.5rem;transform:translateY(-50%)}.editorial-cart-promo .card-promo .link{justify-content:flex-start}.editorial-gallery{margin:4.5rem 0}.editorial-gallery .gallery-content-image,.editorial-gallery .gallery-content-video{border-radius:.5rem}.editorial-gallery .swiper-container .swiper-pagination{display:none !important}.editorial-gallery .base-swiper .swiper-button-prev,.editorial-gallery .base-swiper .swiper-button-next{transition:all ease-in-out .3s;display:block !important;opacity:0}.editorial-gallery .base-swiper .swiper-button-prev{left:4rem}.editorial-gallery .base-swiper .swiper-button-next{right:4rem}.editorial-gallery:hover .base-swiper .swiper-button-prev,.editorial-gallery:hover .base-swiper .swiper-button-next{opacity:1}.editorial-hero-heading{margin-bottom:4rem}.editorial-hero-heading .content-hero-heading-image{padding-bottom:24%}.editorial-hero-heading .content-hero-heading-text{padding:3rem 2rem 2rem 2rem;border-radius:1rem 1rem 0 0;background:#fff;width:33%;max-width:45.5rem;position:absolute;bottom:0;left:2rem;z-index:2}.editorial-hero-heading .content-hero-heading-text .hero-heading-title{text-align:left;margin-bottom:1rem;padding:0}.editorial-hero-heading .content-hero-heading-text .hero-heading-text{text-align:left}.editorial-hero .swiper-container .swiper-pagination{top:auto;bottom:2rem;padding:0 1rem}.editorial-hero .swiper-container .swiper-pagination-bullet{margin:0 1rem}.editorial-hero .editorial-hero-item .content-bg-image{padding-bottom:42.857%}.editorial-hero .editorial-hero-item .content-hero-text{backdrop-filter:blur(10px);background:rgba(255,255,255,.75);position:absolute;left:9rem;top:50%;transform:translateY(-50%);box-shadow:0 8px 16px rgba(0,0,0,.1);border-radius:10px;z-index:2;gap:1rem;width:33.3333333%;max-width:60rem;overflow:hidden;text-align:left}.editorial-hero .editorial-hero-item .content-hero-text .hero-eyelet{text-transform:none;margin-top:0}.editorial-hero .editorial-hero-item .content-hero-text .hero-title{font-size:3rem;margin-top:1rem}.editorial-hero .editorial-hero-item .content-hero-text .hero-content-link{margin:1rem 0 .5rem}.editorial-hero .editorial-hero-item .content-hero-text .hero-content-link .hero-link{justify-content:flex-start}.editorial-hero .editorial-hero-item .hero-content-link-list{padding:0 2rem;max-width:none}.editorial-hero .editorial-hero-item .hero-content-link-list .swiper-container{padding:0}.editorial-hero .editorial-hero-item .hero-content-link-list .js-swiper-wrapper{padding-bottom:2rem;transform:none !important;height:auto !important;flex-wrap:wrap}.editorial-hero .editorial-hero-item .hero-content-link-list .js-swiper-wrapper:empty{padding-bottom:0}.editorial-hero .editorial-hero-item .hero-content-link-list .swiper-button-prev,.editorial-hero .editorial-hero-item .hero-content-link-list .swiper-button-next{display:none}.editorial-hero .editorial-hero-item .hero-content-link-list .editorial-hero-item-link{padding:1rem 0 0 0;flex-direction:row;text-align:left;height:auto}.editorial-hero .editorial-hero-item .hero-content-link-list .swiper-slide{display:none;width:100% !important}.editorial-hero .editorial-hero-item .hero-content-link-list .swiper-slide:nth-child(1),.editorial-hero .editorial-hero-item .hero-content-link-list .swiper-slide:nth-child(2),.editorial-hero .editorial-hero-item .hero-content-link-list .swiper-slide:nth-child(3){display:flex}.editorial-hero .editorial-hero-item .hero-content-link-list .content-link-img{flex:0 0 3rem;width:3rem;height:3rem;padding-bottom:0;border-width:0}.editorial-hero .editorial-hero-item .hero-content-link-list .content-link-text{width:calc(100% - 3rem);flex:0 0 calc(100% - 3rem);padding:0 0 0 1rem;text-align:left;opacity:1;visibility:visible}.editorial-hero .editorial-hero-item .hero-content-link-list .swiper-slide-active .content-link-img{transform:scale(1)}.editorial-horizontal-card-product{margin:4.5rem 0}.editorial-horizontal-card-product .row{align-items:center}.editorial-horizontal-card-product .horizontal-col--order-0{order:0}.editorial-horizontal-card-product .horizontal-col--order-1{order:1}.editorial-horizontal-card-product .horizontal-col--order-2{order:2}.editorial-horizontal-card-product .horizontal-col--order-3{order:3}.editorial-horizontal-card-product .horizontal-media-wrp{padding:0}.editorial-horizontal-card-product .horizontal-media-wrp--bigger{margin:0}.editorial-horizontal-card-product .horizontal-media-wrp--bigger .horizontal-content-image,.editorial-horizontal-card-product .horizontal-media-wrp--bigger .horizontal-content-video{border-radius:.5rem}.editorial-horizontal-highlight{margin:4.5rem 0}.editorial-horizontal-highlight .row{align-items:center}.editorial-horizontal-highlight .horizontal-col--order-0{order:0}.editorial-horizontal-highlight .horizontal-col--order-1{order:1}.editorial-horizontal-highlight .horizontal-col--order-2{order:2}.editorial-horizontal-highlight .horizontal-col--order-3{order:3}.editorial-horizontal-highlight .horizontal-media-wrp{padding:0;margin:0}.editorial-horizontal-highlight .horizontal-media-wrp .horizontal-content-image,.editorial-horizontal-highlight .horizontal-media-wrp .horizontal-content-video{border-radius:.5rem}.editorial-horizontal-highlight .horizontal-content-text{padding-top:0}.editorial-horizontal-highlight .horizontal-content-text .horizontal-title{text-align:left}.editorial-horizontal-highlight .horizontal-content-text .horizontal-text{text-align:left}.editorial-horizontal-highlight .horizontal-style-1 .horizontal-items{display:flex;flex-direction:row;flex-wrap:wrap;margin:0 -1rem}.editorial-horizontal-highlight .horizontal-style-1 .horizontal-items .horizontal-item{padding:0 1rem;width:50%;flex:0 0 50%}.editorial-horizontal-highlight .horizontal-style-2 .editorial-horizontal-highlight-item{justify-content:flex-start}.editorial-horizontal{margin:4.5rem 0}.editorial-horizontal.without-children .horizontal-media-wrp{margin:auto 100px}.editorial-horizontal .row{align-items:center}.editorial-horizontal .horizontal-col--order-0{order:0}.editorial-horizontal .horizontal-col--order-1{order:1}.editorial-horizontal .horizontal-col--order-2{order:2}.editorial-horizontal .horizontal-col--order-3{order:3}.editorial-horizontal .horizontal-media-wrp{padding:0}.editorial-horizontal .horizontal-media-wrp--bigger{margin:0}.editorial-horizontal .horizontal-media-wrp--bigger .horizontal-content-image,.editorial-horizontal .horizontal-media-wrp--bigger .horizontal-content-video{border-radius:1rem}.editorial-horizontal .horizontal-content-text{padding-top:0;margin-top:0;align-items:start}.editorial-horizontal .horizontal-content-text .horizontal-eyelet{text-align:left}.editorial-horizontal .horizontal-content-text .horizontal-title{text-align:left}.editorial-horizontal .horizontal-content-text .horizontal-text{text-align:left}.editorial-horizontal .horizontal-content-text .horizontal-content-link{text-align:left}.editorial-horizontal .horizontal-items{padding-bottom:.5rem}.editorial-horizontal .horizontal-items .editorial-horizontal-item{flex-direction:row;align-items:center}.editorial-horizontal .horizontal-items .editorial-horizontal-item .content-item-img{flex:0 0 10rem;margin:0}.editorial-horizontal .horizontal-items .editorial-horizontal-item .content-item-text{width:calc(100% - 10rem);flex:calc(100% - 10rem);padding-left:3rem}.editorial-horizontal .horizontal-items .editorial-horizontal-item .content-item-text .item-title{text-align:left}.editorial-horizontal .horizontal-items .editorial-horizontal-item .content-item-text .item-text{text-align:left}.editorial-horizontal .horizontal-items--carousel .horizontal-items-button-prev,.editorial-horizontal .horizontal-items--carousel .horizontal-items-button-next{display:none !important}.editorial-horizontal .horizontal-items--carousel .editorial-horizontal-item{padding:0;text-align:left;height:auto}.editorial-horizontal .horizontal-items--carousel .content-item-img{opacity:1;transform:scale(1)}.editorial-horizontal .horizontal-items--carousel .content-item-text{padding-top:0;width:calc(100% - 10rem);opacity:1;visibility:visible}.editorial-horizontal .horizontal-items--carousel .swiper-container{padding:0}.editorial-horizontal .horizontal-items--carousel .js-swiper-wrapper{padding-bottom:0;transform:none !important;height:auto !important;flex-direction:column}.editorial-horizontal .horizontal-items--carousel .js-swiper-wrapper .swiper-slide{flex:0 0 100% !important;width:100% !important}.editorial-horizontal .horizontal-items--carousel .js-swiper-wrapper .swiper-slide.swiper-slide-duplicate{display:none !important}.editorial-horizontal .horizontal-items--carousel .swiper-slide-active .content-item-img{transform:scale(1)}.editorial-lines .lines-row{display:flex;flex-direction:row}.editorial-lines .lines-content-box{display:block;width:33.3333333%;flex:0 0 33.3333333%}.editorial-lines .lines-box{max-width:40rem;margin:0 auto}.editorial-lines .lines-box .box-content-text{display:flex;flex-direction:column;justify-content:center;min-height:5.8rem}.editorial-lines .content-box-items{min-height:21.4rem}.editorial-lines .lines-items--carousel .swiper-container{margin-left:-2rem;margin-right:-2rem;padding-left:5.9rem;padding-right:5.9rem}.editorial-lines .lines-items--carousel .swiper-container .swiper-button-prev,.editorial-lines .lines-items--carousel .swiper-container .swiper-button-next{display:block !important;margin-top:-2.4rem}.editorial-lines .tooltip-product-promo .icon-tooltip-triangle{left:75%}.editorial-natural-secret .natural-secret-row{align-items:center}.editorial-natural-secret .natural-secret-box{padding:2.5rem 2rem}.editorial-natural-secret .natural-secret-box--with-image{margin-top:2rem}.editorial-natural-secret .natural-secret-box .box-content-image{margin:-4.5rem auto 1.5rem auto}.editorial-natural-secret .natural-secret-box .box-eyelet{margin-bottom:1rem}.editorial-natural-secret .natural-secret-box .box-title{margin-bottom:.5rem}.editorial-natural-secret .natural-secret-box .box-content-link{margin-top:2rem}.editorial-natural-secret .natural-secret-col--bigger{padding:0 1rem;flex-basis:50%;width:50%;max-width:50%;margin:0}.editorial-natural-secret .editorial-gallery{margin:0}.editorial-natural-secret .editorial-gallery .base-swiper .swiper-button-prev,.editorial-natural-secret .editorial-gallery .base-swiper .swiper-button-next{opacity:1}.editorial-natural-secret .natural-secret-items--carousel .swiper-container{margin-left:-2rem;margin-right:-2rem;padding-left:5.9rem;padding-right:5.9rem}.editorial-natural-secret .natural-secret-items--carousel .swiper-container .swiper-button-prev,.editorial-natural-secret .natural-secret-items--carousel .swiper-container .swiper-button-next{display:block !important;margin-top:-2.4rem}.editorial-natural-secret .natural-secret-single-item{padding-left:3.9rem;padding-right:3.9rem}.editorial-product-box .product-box-content-image{border-radius:.5rem}.editorial-product-box .product-box-content-text{backdrop-filter:blur(40px);background:rgba(236,232,229,.5);position:absolute;z-index:2;bottom:2rem;left:50%;transform:translateX(-50%);padding:2rem 2.5rem;border-radius:5px;box-shadow:0 0 40px rgba(0,0,0,.15);width:calc(100% - 10rem);max-width:41.5rem}.editorial-product-box .product-box-content-text .product-box-content-image-small{top:50%;left:auto;right:-4rem;transform:translateY(-50%)}.editorial-product-box .product-box-content-text.product-box-content-text--with-image{padding-top:2rem;padding-right:5rem}.editorial-product-box .product-box-content-text.product-box-content-text--with-image .product-box-title{text-align:left}.editorial-product-box .product-box-content-text.product-box-content-text--with-image .product-box-text{text-align:left}.editorial-product-box .product-box-content-text.product-box-content-text--with-image .product-box-content-link{text-align:left}.editorial-promo-listing{max-width:1600px;width:85%;margin-left:auto;margin-right:auto}.editorial-promo-listing .editorial-container{padding:0 2rem}.editorial-promo-listing .editorial-container .promo-listing-wrapper{margin:0 -1.5rem}.editorial-promo-listing .editorial-container .promo-listing-wrapper .promo-listing-element{width:25%;flex:0 0 25%;margin-bottom:5rem;padding:0 1.5rem}.editorial-promo-listing .editorial-promo-listing-item .listing-item-text{padding:3rem 1rem 2.5rem 1rem}.editorial-promo-listing .editorial-promo-listing-item .listing-item-text .item-title{margin:0 0 1rem 0}.editorial-promo-listing .editorial-promo-listing-item .listing-item-text .item-text{margin:0 0 1rem 0}.editorial-promo-welcome .editorial-container{padding:0 8%}.editorial-promo-welcome .promo-welcome-row{align-items:center;justify-content:center;margin-bottom:4rem}.editorial-promo-welcome .promo-welcome-title{text-align:left;margin-bottom:0}.editorial-promo-welcome .promo-welcome-item{margin-bottom:0}.editorial-promo-welcome .promo-welcome-content-text{padding:0 20%}.editorial-reviews-carousel{max-width:1600px;margin:0 auto}.editorial-reviews-carousel .icon-reviews{width:18.7rem;height:18.7rem;left:30%}.editorial-reviews-carousel .reviews-carousel-title{margin-bottom:1rem}.editorial-reviews-carousel .reviews-carousel-subtitle{margin-bottom:0}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-main{flex-direction:row}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-main .item-text{width:18rem;flex:0 0 18rem;margin-bottom:0}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-main .item-text .item-text-review{text-align:left;width:100%;padding:0;margin-bottom:3rem}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-main .item-text .content-item-author{text-align:left}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-main .item-text .content-item-author .item-author{justify-content:flex-start}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-main .item-img{width:calc(100% - 18rem);flex:0 0 calc(100% - 18rem);margin-left:-9rem;transition:all ease-in-out .3s}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta{padding:1.5rem;width:100%;margin-top:0;margin-bottom:4rem;display:flex;flex-direction:row;align-items:center}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .content-cta-text{margin-bottom:0;text-align:left}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .content-cta-text .cart-product-promo .tooltip{width:500px;transform:translate(-141.5px, -40px)}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .content-cta-text .cart-product-promo .tooltip .icon-tooltip-triangle{left:135.5px}.editorial-reviews-carousel .editorial-reviews-carousel-item .content-item-cta .content-cta-button button{margin:0}.editorial-reviews-carousel .swiper-slide-active .editorial-reviews-carousel-item .content-item-main .item-img{margin-left:0}.editorial-reviews-carousel .swiper-slide-active .editorial-reviews-carousel-item .content-item-cta{opacity:1;visibility:visible}.editorial-reviews-carousel .base-swiper .swiper-button-prev,.editorial-reviews-carousel .base-swiper .swiper-button-next{display:block !important;z-index:2;top:auto;bottom:7.7rem;transform:none;box-shadow:none;background:rgba(0,0,0,0)}.editorial-reviews-carousel .base-swiper .swiper-button-prev{left:23%}.editorial-reviews-carousel .base-swiper .swiper-button-next{right:23%}.editorial-tutorial .content-title{display:grid;align-items:center;grid-template-columns:1fr auto 1fr;padding:0 8%}.editorial-tutorial .tutorial-main{display:flex;flex-direction:row;align-items:center}.editorial-tutorial .tutorial-main .tutorial-content-media{width:50%;flex:0 0 50%}.editorial-tutorial .tutorial-main .tutorial-content-text{width:50%;flex:0 0 50%;max-width:46rem;margin:0 auto}.editorial-tutorial .tutorial-main .tutorial-content-text .tutorial-text-content-icon{margin:0 auto 2.2rem auto;width:5.4rem;height:5.4rem}.editorial-tutorial .tutorial-main .tutorial-content-text .tutorial-text-content-icon img{width:5.4rem;height:5.4rem}.editorial-tutorial .tutorial-main .tutorial-content-text .tutorial-title{margin:0 0 2.6rem 0}.editorial-tutorial .tutorial-main .tutorial-content-text .tutorial-hashtag{margin-top:2.6rem}.editorial-tutorial .tutorial-main .tutorial-content-text .content-button{display:block;max-width:35rem;margin:2.6rem auto 0 auto}.editorial-tutorial .tutorial-main .tutorial-content-text .content-icon{display:block}.editorial-tutorial .editorial-tutorial-item{margin-top:4rem}.editorial-tutorial .editorial-tutorial-item .content-item-cta{padding:1.5rem;width:68rem;background:var(--background-tag-color);box-shadow:none;display:flex;flex-direction:row;align-items:center}.editorial-tutorial .editorial-tutorial-item .content-item-cta .pdp-prices{justify-content:flex-start}.editorial-tutorial .editorial-tutorial-item .content-item-cta .content-cta-text{margin-bottom:0;text-align:left}.editorial-tutorial .editorial-tutorial-item .content-item-cta .content-cta-button{margin-left:auto}.editorial-tutorial .editorial-tutorial-item .content-item-cta .content-cta-button button{margin:0}.editorial-tutorial .swiper-slide-active .editorial-tutorial-item .content-item-cta{opacity:1;visibility:visible}.editorial-tutorial .base-swiper .swiper-button-prev,.editorial-tutorial .base-swiper .swiper-button-next{display:block !important;z-index:2;top:auto;bottom:6.2rem;transform:none}.editorial-tutorial .base-swiper .swiper-button-prev{left:calc(50% - 41rem)}.editorial-tutorial .base-swiper .swiper-button-next{right:calc(50% - 41rem)}.grid-4-col{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-column-gap:2rem}.grid-4-col>div:not(:first-child){position:relative}.grid-4-col>div:not(:first-child)::before{z-index:1;content:"";position:absolute;left:0;top:0;height:100%;width:.2rem;background:#ece8e5;background:linear-gradient(180deg, rgba(236, 232, 229, 0) 0%, rgb(236, 232, 229) 50%, rgba(236, 232, 229, 0) 100%)}#modal-login{width:33.333%}#modal-login.is-open{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:translateX(0)}#modal-login .modal-login-header{background-color:rgba(218,217,215,.25);padding:1rem 2rem}#modal-login #modal-login-content a.btn-primary,#modal-login #modal-login-content a.btn-primary-dark,#modal-login #modal-login-content .editorial-horizontal .horizontal-content-text .horizontal-content-link a.horizontal-link,.editorial-horizontal .horizontal-content-text .horizontal-content-link #modal-login #modal-login-content a.horizontal-link{color:#fff}.modal-country-selector{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);z-index:13;position:fixed;top:4rem;left:2rem;width:calc(70% - 2rem);height:auto;transform:translate3d(-150%, 0, 0);background-color:#fff;border-radius:.5rem;border:1px solid var(--border-color)}.modal-country-selector.is-open{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:translate3d(0, 0, 0)}.modal-country-selector .modal-country-selector-header{display:none}.modal-country-selector .modal-content{padding:1rem}.modal-country-selector .modal-content .country-list{column-count:3;column-fill:balance;height:auto;padding-bottom:0}.modal-country-selector .modal-content .country-list .country-item{-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid}.modal-country-selector .modal-content .country-list .country-item a{border-radius:.5rem}.modal-country-selector .modal-content .country-list .country-item.active a{background-color:var(--background-tag-color)}.modal-country-selector .modal-content .country-list .country-item::after{display:none}.modal-info{width:50%}.modal-info .icon-close{width:2rem;height:2rem}.modal-mismatch-country{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);z-index:13;position:fixed;bottom:unset;top:4rem;left:2rem;width:33.3rem;height:auto;transform:translate3d(-150%, 0, 0);border:1px solid var(--border-color);border-radius:.5rem}.modal-mismatch-country.is-open{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:translate3d(0, 0, 0)}.modal-mismatch-country .modal-header{padding:1rem 2rem}.modal-mismatch-country .modal-content{padding:2rem}.modal-newsletter-subscription.base-modal{height:auto;max-height:80vh;top:50%;left:50%;right:unset;bottom:unset;transform:translate(-50%, -50%);width:33.333%;opacity:0;visibility:hidden;border-radius:.5rem;border:1px solid var(--border-color);overflow-x:hidden;overflow-y:auto}.modal-newsletter-subscription.base-modal>div{overflow:hidden;border-radius:.5rem}.modal-newsletter-subscription.base-modal.is-open{transform:translate(-50%, -50%);opacity:1;visibility:visible}.modal-newsletter-subscription.base-modal .decoration.left-desktop{bottom:-7rem;left:-22rem;display:none !important}.modal-newsletter-subscription.base-modal .decoration.right-desktop{bottom:-5rem;right:-20rem;display:none !important}.modal-newsletter-subscription.base-modal .decoration-success{max-width:unset;width:150%;top:50%;left:50%;transform:translate(-50%, -50%)}}@media only screen and (min-width: 1024px)and (min-width: 1025px){.modal-newsletter-subscription.base-modal.top-left{transform:translate(-150%, -62%)}.modal-newsletter-subscription.base-modal.top-right{transform:translate(50%, -62%)}.modal-newsletter-subscription.base-modal.bottom-left{transform:translate(-150%, -38%)}.modal-newsletter-subscription.base-modal.bottom-right{transform:translate(50%, -38%)}}@media only screen and (min-width: 1024px){.modal-search{bottom:unset;top:10rem;left:50%;width:calc(100% - 4rem);height:auto;max-height:calc(100vh - 10rem);transform:translateX(-50%) scale(0.9);opacity:0;border-radius:.5rem;background-color:#fff;overflow:auto}.modal-search.is-open{transform:translateX(-50%) scale(1)}.modal-search .modal-search-header{display:none}.modal-search .modal-content .suggestions-list,.modal-search .modal-content .last-search-list{overflow-x:auto;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none;padding:0 2rem}.modal-search .modal-content .suggestions-list::-webkit-scrollbar,.modal-search .modal-content .last-search-list::-webkit-scrollbar{display:none}.modal-search .modal-content .suggestions-list li,.modal-search .modal-content .last-search-list li{margin-right:2rem}.modal-search .modal-content .last-search-header,.modal-search .modal-content .suggestions-header,.modal-search .modal-content .products-header{padding:0 1rem}}@media only screen and (min-width: 1024px){.modal-search-open .main-header{z-index:5}}@media only screen and (min-width: 1024px){.netreviews-filters-wrapper{transform:translate(0)}}@media only screen and (min-width: 1024px){.netreviews-section .netreviews-content-inner{display:flex;flex-direction:column}.netreviews-section .base-swiper{order:1}.netreviews-section .swiper-slide{padding:30px 70px}.netreviews-section .netreviews-content-header{padding:0 0 40px}}@media only screen and (min-width: 1024px){.modal-notify{z-index:12;background:none;width:100%;height:100%;position:fixed;top:0;right:0;transform:translateX(100%);transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1)}.modal-notify>div{width:100%;height:100%;display:flex;justify-content:flex-end}.modal-notify>div>div{position:relative;height:100%;width:33.333%;background-color:#fff}.modal-notify #modal-notify-content{height:calc(100vh - 21.8rem);padding:3rem 2.4rem;overflow-y:auto}.modal-notify .modal-gotocart-wrapper{display:block;height:15.8rem;width:100%;background-color:rgba(218,217,215,.25);padding:2rem 2.4rem;position:absolute;left:0;bottom:0}.modal-notify .modal-gotocart-wrapper .gotocart-btn{width:100%;color:#fff;padding:0}.modal-notify.is-open{transform:translateX(0);transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1)}}@media only screen and (min-width: 1024px){.plp-filters-mobile{z-index:7;padding:2rem;position:fixed;width:100%;top:0;left:0;transform:translateY(-110%)}.plp-filters-mobile .filter-bar-wrapper{justify-content:space-between}.plp-filters-mobile .filter-bar-wrapper .dropdown-category{margin-right:0;max-width:25%}.plp-filters-mobile .filter-bar-wrapper .dropdown-category .dropdown-content{max-height:650px;overflow-y:auto}.plp-filters-mobile .filter-bar-wrapper .filters-action{width:25%}.plp-filters-mobile .filter-bar-wrapper .filters-action button:first-child{margin-right:2rem}.plp-filters-mobile.show{transform:translateY(0);transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1)}.plp-filters-mobile.show.scroll-up{transform:translateY(13rem)}.footer-in-view .plp-filters-mobile.show{transform:translateY(-100%)}}@media only screen and (min-width: 1024px){.modal-listing-filter{transition:max-width .4s cubic-bezier(0.25, 1, 0.5, 1),transform .4s cubic-bezier(0.25, 1, 0.5, 1);will-change:width;border-radius:.5rem;overflow:hidden;max-width:0;width:100%;top:0;position:sticky;transform:translate3d(0, 0, 0)}.modal-listing-filter #modal-listing-filter-content{height:auto;padding:0}.modal-listing-filter #modal-listing-filter-content .wrapper{border-radius:.5rem;background-color:var(--background-tag-color);padding:2rem}.modal-listing-filter #modal-listing-filter-content .active-filters-wrapper .filters,.modal-listing-filter #modal-listing-filter-content .active-filters-wrapper .active-filters-wrapper{flex-wrap:wrap}.modal-listing-filter #modal-listing-filter-content .active-filters-wrapper .filters button,.modal-listing-filter #modal-listing-filter-content .active-filters-wrapper .active-filters-wrapper button{background-color:#fff}.modal-listing-filter #modal-listing-filter-content .active-filters-wrapper .delete-all-filters-btn{color:#008770}.modal-listing-filter #modal-listing-filter-content .modal-filters-actions{margin-top:2rem;position:unset;height:14rem;background-color:rgba(0,0,0,0);box-shadow:none;border-radius:5px;padding:5px}.modal-listing-filter #modal-listing-filter-content .modal-filters-actions button{width:100%}.modal-listing-filter #modal-listing-filter-content .modal-filters-actions button:first-child{margin-right:0;margin-bottom:.5rem}.modal-listing-filter.is-open{transition:all .4s cubic-bezier(0.25, 1, 0.5, 1),transform .4s cubic-bezier(0.25, 1, 0.5, 1);transform:translate3d(0, 0, 0);max-width:25%;margin-right:2rem}.modal-listing-filter.is-open.scroll-up{transform:translate3d(0, 0, 0)}.modal-listing-filter.is-open.scroll-down{transform:translate3d(0, 0, 0)}.modal-listing-filter.is-open.show-mobile-filter.scroll-down{transform:translate3d(0, 9rem, 0)}.modal-listing-filter.is-open.show-mobile-filter.scroll-up{transform:translate3d(0, 22rem, 0)}.footer-in-view .modal-listing-filter.is-open{opacity:0;pointer-events:none}}@media only screen and (min-width: 1024px){.modal-sorting-filter{z-index:3;transition:opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);position:absolute;right:2rem;top:0;width:25%;height:100%;opacity:0;visibility:hidden;pointer-events:none;background-color:rgba(0,0,0,0);display:none}.modal-sorting-filter.pdp-filter{left:0;padding:0 10px;right:0;top:36px;width:100%}.modal-sorting-filter .content-wrapper{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);background-color:#fff;border-radius:.5rem;top:0;position:sticky;border:1px solid var(--border-color);padding:2rem}.modal-sorting-filter .modal-sorting-filter-header{display:none}.modal-sorting-filter .modal-sorting-filter-content,.modal-sorting-filter #modal-sorting-filter-content{height:auto;padding:0}.modal-sorting-filter .modal-sorting-filter-content .sorting-list .sorting-list-item,.modal-sorting-filter #modal-sorting-filter-content .sorting-list .sorting-list-item{border-bottom:none}.modal-sorting-filter .modal-sorting-filter-content .sorting-list .sorting-list-item a,.modal-sorting-filter #modal-sorting-filter-content .sorting-list .sorting-list-item a{justify-content:center;border-radius:.5rem}.modal-sorting-filter .modal-sorting-filter-content .sorting-list .sorting-list-item.active a,.modal-sorting-filter #modal-sorting-filter-content .sorting-list .sorting-list-item.active a{background-color:var(--background-tag-color)}.modal-sorting-filter.is-open{transition:opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);opacity:1;visibility:visible;pointer-events:all;display:inline-block}.modal-sorting-filter.is-open.scroll-up .content-wrapper{transform:translate3d(0, 2rem, 0)}.modal-sorting-filter.is-open.scroll-down .content-wrapper{transform:translate3d(0, 2rem, 0)}.modal-sorting-filter.is-open.show-mobile-filter.scroll-down .content-wrapper{transform:translate3d(0, 10rem, 0)}.modal-sorting-filter.is-open.show-mobile-filter.scroll-up .content-wrapper{transform:translate3d(0, 22rem, 0)}}@media only screen and (min-width: 1024px){.product-card{padding:2.5rem 1rem}.product-card .image-wrapper{position:relative;flex:auto;height:100%}.product-card .image-wrapper .image-container{width:100%;height:100%}.product-card .image-wrapper .bestseller-label{color:#4e5152;position:absolute;left:50%;transform:translateX(-50%);top:0}.product-card .image-wrapper .bestseller-label::after{content:"";display:block;height:2px;width:100%;position:absolute;bottom:-4px;left:0;background-color:#4e5152}.product-card .image-wrapper .common-swatches-wrapper{position:absolute;top:50%;transform:translateY(-50%);left:0}.product-card .image-wrapper .common-swatches-wrapper .swatches-list .swatches-item .color-swatch-btn,.product-card .image-wrapper .common-swatches-wrapper .swatches-list .swatches-item .more-color{font-size:1.4rem;width:3.5rem;height:3.5rem}.product-card .image-wrapper .description-icons{position:absolute;bottom:1rem;right:0}.product-card .image-wrapper .description-icons li i,.product-card .image-wrapper .description-icons li img{width:5rem;height:5rem}.product-card .image-wrapper .wishlist-btn{position:absolute;right:0;top:0;line-height:100%}.product-card .image-wrapper .wishlist-btn i{width:5rem;height:5rem}.product-card .product-card-body .name>*{font-size:1.6rem;line-height:100%}.product-card .product-card-body .pdp-prices .discount{color:#008770}.product-card .product-card-body .pdp-prices .price{margin:0 2rem}.product-card .product-card-body .pdp-prices .old-price{opacity:.6}.product-card .product-card-body .addtocart-button-wrapper .addtocart-btn{margin:0 auto}.product-card .product-card-body .cart-product-promo .tooltip{max-width:235px;transform:translate(-141.5px, -40px)}.product-card .product-card-body .cart-product-promo .tooltip .icon-tooltip-triangle{left:135.5px}}@media only screen and (min-width: 1024px){.einstein-products-carousel{margin:0 auto;max-width:1600px}}@media only screen and (min-width: 1024px){.promo-btn{border-radius:.5rem;height:6rem;max-width:38.5rem;left:50%;bottom:2rem;transform:translate3d(-50%, 0, 0)}.promo-btn::before{width:5rem;height:5rem}.promo-btn.hide{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:translate3d(-50%, 150%, 0)}}@media only screen and (min-width: 1024px){.modal-promo .promo-btn{transform:translate3d(-50%, -288px, 0)}.modal-promo .promo-code-btn{transform:translate3d(-50%, -20rem, 0)}}@media only screen and (min-width: 1024px){#modal-promo{height:338px}}@media only screen and (min-width: 1024px){#modal-promo-code{max-width:50%;margin:0 auto;height:24rem;transform:translate3d(50%, 100%, 0);border-radius:1rem 1rem 0 0;padding:4rem 2rem 2rem 2rem}#modal-promo-code.is-open{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:translate3d(50%, 0, 0)}}@media only screen and (min-width: 1024px){.multi-range .range-value-min,.multi-range .range-value-max{position:absolute;bottom:100%;background-color:#fff;border-radius:.5rem;padding:0 .5rem}}@media only screen and (min-width: 1024px){.pdp-service-carousel-wrapper .pdp-test-attribute-wrapper{width:100%}.pdp-service-carousel-wrapper .pdp-test-attribute-wrapper .pdp-test-attribute-list{justify-content:center}.pdp-service-carousel-wrapper .swiper-container{width:100%}}@media only screen and (min-width: 1024px){.accordion h3.accordion-trigger{display:flex}}@media only screen and (min-width: 1024px){.base-modal{width:33.333%}}@media only screen and (min-width: 1024px){.base-swiper .swiper-button-prev,.base-swiper .swiper-button-next{transition:opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);display:block;opacity:0;pointer-events:none;visibility:hidden}.base-swiper:hover .swiper-button-prev,.base-swiper:hover .swiper-button-next{transition:opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);opacity:1;pointer-events:all;visibility:visible}}@media only screen and (min-width: 1024px){.page-cart .title-divider{padding:0 12rem}.page-cart .title-divider .title-wrapper{margin:2.5rem;white-space:nowrap}.page-cart .title-divider hr{display:block;width:100%;height:.1rem;background-color:#4e5152}.page-cart .cart-content{grid-template-columns:70% 30%;grid-template-areas:"progress checkout" "products checkout" "recommended checkout" "gift checkout" "help checkout";grid-template-rows:repeat(5, max-content)}.page-cart .cart-content>div:not(.order-summary-container){padding:0 12rem}.page-cart .cart-content .order-summary-container{grid-area:checkout;flex-direction:column}.page-cart .cart-content .order-summary-container .order-summary{border-radius:1rem 0 0 1rem;margin:2rem 0}.page-cart .cart-content .order-summary-container .order-summary .order-section{padding:4rem 5.6rem}.page-cart .cart-content .order-summary-container .order-services{border-radius:1rem 0 0 1rem}.page-cart .cart-content .recommendations-wrapper .base-swiper .swiper-button-prev,.page-cart .cart-content .recommendations-wrapper .base-swiper .swiper-button-next{transition:all 0.4s cubic-bezier(0.25, 1, 0.5, 1);opacity:0;visibility:hidden;pointer-events:none}.page-cart .cart-content .recommendations-wrapper .base-swiper:hover .swiper-button-prev,.page-cart .cart-content .recommendations-wrapper .base-swiper:hover .swiper-button-next{transition:all 0.4s cubic-bezier(0.25, 1, 0.5, 1);opacity:1;visibility:visible;pointer-events:all}.page-cart .cart-content .products .bonus-choice-products>div:nth-child(odd){padding-right:1rem}.page-cart .cart-content .products .bonus-choice-products>div:nth-child(even){padding-left:1rem}}@media only screen and (min-width: 1024px){.page-checkout-login>.row{min-height:100vh}.page-checkout-login>.row>.guest{padding:0 8.33333%}.page-checkout-login .tablist-wrapper .tablist .tab-button:first-child{margin-right:0}.page-checkout-login .tablist-wrapper .tablist .tab-button:last-child{margin-left:0}.page-checkout-login .guest .register .consent-wrapper .consent-item{flex-wrap:nowrap;justify-content:space-between}.page-checkout-login .guest .register .consent-wrapper .consent-item>p{flex:auto}}@media only screen and (min-width: 1024px){.registration .consent-wrapper .consent-item{flex-wrap:nowrap}}@media only screen and (min-width: 1024px){#checkout-main{padding-top:0}#checkout-main .checkout-steps-section{order:1;padding-top:5rem}#checkout-main .checkout-steps-section .shipping-section .shipping-type .home-delivery{padding-right:1rem}#checkout-main .checkout-steps-section .shipping-section .shipping-type button:first-child{margin-bottom:0}#checkout-main .checkout-summary-section{transition:all 0.4s cubic-bezier(0.25, 1, 0.5, 1);order:2;position:relative;top:0;padding-top:5rem}#checkout-main .checkout-summary-section .container-summary{height:auto;opacity:1;visibility:visible;margin-top:3rem}#checkout-main .checkout-summary-section #modal-checkout-summary{transition:all 0.4s cubic-bezier(0.25, 1, 0.5, 1);top:5.5rem}#checkout-main .checkout-summary-section.scroll-up{transition:all 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:translateY(0)}#checkout-main .checkout-summary-section.scroll-down{transition:all 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:translateY(0)}#checkout-main .checkout-summary-section.scroll-down #modal-checkout-summary{transition:all 0.4s cubic-bezier(0.25, 1, 0.5, 1);height:100vh;top:0}#checkout-main .checkout-summary-section.scroll-down #modal-checkout-summary #modal-checkout-summary-content{transition:all 0.4s cubic-bezier(0.25, 1, 0.5, 1);max-height:calc(100vh - 5.5rem)}}@media only screen and (min-width: 1024px){.page-checkout-upselling .product-list{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:20px;grid-row-gap:20px;padding:0}.page-checkout-upselling .back-to-order-wrapper{position:relative;width:auto;margin-left:0;box-shadow:none;background-color:rgba(0,0,0,0)}.page-checkout-upselling .back-to-order{margin:unset}}@media only screen and (min-width: 1024px){.customer-service-detail{padding:2rem}}@media only screen and (min-width: 1024px){.faq-sidebar{z-index:1;margin-top:2rem;padding:4rem 6rem;background-color:var(--background-tag-color);border-radius:.5rem;position:unset}.faq-sidebar .dropdown-faq-navigation .btn-dropdown{display:none}.faq-sidebar .dropdown-faq-navigation .faq-navigation{padding:0;opacity:1;visibility:visible;pointer-events:all;position:unset;background-color:rgba(0,0,0,0)}.faq-sidebar .dropdown-faq-navigation .faq-navigation .faq-navigation-list .faq-navigation-item .link{flex-direction:row-reverse;justify-content:flex-end;height:5rem;border-radius:.5rem;padding:0 2rem}.faq-sidebar .dropdown-faq-navigation .faq-navigation .faq-navigation-list .faq-navigation-item .link::after{display:none;margin-right:1rem}.faq-sidebar .dropdown-faq-navigation .faq-navigation .faq-navigation-list .faq-navigation-item.active .link{background-color:#fff}.faq-sidebar .dropdown-faq-navigation .faq-navigation .faq-navigation-list .faq-navigation-item.active .link::after{display:inline-block}}@media only screen and (min-width: 1024px){.faq-content{background-color:#fff}.faq-content .faq-section{display:block}.faq-content .faq-section>.accordion-trigger{display:block;position:relative;border-bottom:none;text-align:left;width:100%}.faq-content .faq-section>.accordion-trigger::after{position:absolute;right:0;top:50%;width:3.5rem;height:3.5rem;transform:translateY(-50%)}.faq-content .faq-section .accorion-content{padding-top:4rem}.faq-content .faq-section .accordion-trigger{font-weight:600}.faq-content .faq-section.faq-link{position:relative}.faq-content .faq-section.faq-link::after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 36 35'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.056 8.131l8.931 8.932-8.93 8.93-1.238-1.237 6.819-6.818H9.25v-1.75h15.388l-6.82-6.82 1.238-1.237z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:3.6rem;height:3.5rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.faq-content .faq-section.faq-link::after{content:"";top:0;right:0;width:3.5rem;height:3.5rem}.faq-content .faq-item>.accordion-trigger{width:100%;height:5rem;border-top:1px solid var(--background-tag-color);border-bottom:1px solid var(--background-tag-color)}}@media only screen and (min-width: 1024px){.main-header{z-index:8}.main-header .pre-header .link{display:inline-block;color:#008770}.main-header .pre-header .link::after{border-color:#008770}.main-header .pre-header .link.language-switch::after{transform:rotate(45deg)}.main-header .header{padding:1rem 2rem}.main-header .header .logo{position:absolute;left:50%;transform:translateX(-50%);width:158px}.main-header .navigation{backdrop-filter:blur(10px);background:rgba(236,232,229,.5);display:flex;align-items:center;justify-content:center;height:4rem;padding:0 2.4rem;position:relative}.main-header .navigation #mainnav nav{display:flex;align-items:center;justify-content:center;height:4rem}.main-header .navigation #mainnav nav .menu-wrapper .menu-list{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item>button{margin:0 1.5rem;position:relative}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item>button:hover::after{content:"";display:block;width:100%;height:.2rem;background-color:currentColor;left:0;bottom:-0.6rem;position:absolute}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu{position:absolute;top:100%;width:100%;left:0;transform:translateY(-3.2rem);opacity:0;visibility:hidden;transition:all .3s 0s cubic-bezier(0.25, 1, 0.5, 1);overflow:hidden;pointer-events:none;background-color:#fff;padding-top:1rem;z-index:4;box-shadow:0 30px 40px rgba(0,0,0,.05)}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu .container-submenu{display:flex;justify-content:center;padding:0 2.4rem}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu .container-submenu .a11y-action-bar{display:none}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu .container-submenu .menu-main-columns{display:flex;justify-content:space-around;flex:3}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu .container-submenu .menu-main-columns .submenu-column{display:flex;flex-direction:column;align-items:flex-start}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu .container-submenu .menu-main-columns .submenu-column .submenu-group .submenu-heading,.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu .container-submenu .menu-main-columns .submenu-column .submenu-group .main-menu-link{height:4rem;display:flex;align-items:center}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu .container-submenu .highlight-list{flex:1}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu .container-submenu .highlight-list .highlight-item-link{display:flex;align-items:center;height:4rem}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu .container-submenu .menu-card-highlight{flex:1}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu .submenu-thirdlevel.align-categories{display:flex;flex-direction:column;flex-wrap:wrap;max-height:var(--sectionheight)}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu .submenu-thirdlevel.align-categories li{margin-right:var(--sectionmargin)}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item.submenu-open .wrapper-submenu{transform:translateY(0);visibility:visible;opacity:1;pointer-events:all}.main-header.plp-page .navigation{backdrop-filter:blur(40px);background:rgba(236,232,229,.5)}}@media only screen and (min-width: 1024px){.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo{padding:0}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu{align-items:stretch;padding:0;justify-content:unset}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu .promo-items-wrapper{display:flex;align-items:center;flex-wrap:wrap;width:100%;padding:3rem}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu .promo-items-wrapper .promo-items{flex:100%;display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:4rem}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu .promo-items-wrapper .promo-items li{height:7rem}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu .promo-items-wrapper>a{flex:100%;max-width:30rem;margin:auto auto 0 auto}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu .menu-promo-offers{padding:3rem;width:25%}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu .menu-promo-offers.guest{background-color:#fff;margin-top:0}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu .menu-promo-offers.logged{margin-bottom:0}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu.logged-user{align-items:unset}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu.logged-user .promo-items-logged{box-shadow:none;padding:3rem;width:25%}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu.logged-user .promo-items-logged li{height:7rem}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu.logged-user .promo-items-wrapper{background-color:#fff;padding:3rem;box-shadow:0 30px 40px rgba(0,0,0,.05);width:50%}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu.logged-user .promo-items-wrapper>a{max-width:26rem}.main-header .navigation #mainnav nav .menu-wrapper .menu-list .menu-item .wrapper-submenu.promo .container-submenu.logged-user .promo-items-wrapper .promo-items{grid-template-columns:1fr 1fr}}@media only screen and (min-width: 1024px){.login-page .forms-wrapper,.login-page .sidebar{padding:6rem 14rem}}@media only screen and (min-width: 1024px){.my-account{padding:0 2rem}.my-account .fidelity-wrapper{padding-bottom:100%;height:0;overflow:hidden;position:relative}.my-account .fidelity-wrapper .fidelity-content{position:absolute;left:0;top:50%;transform:translateY(-50%);max-height:100%;overflow:auto}.my-account .orders{margin-top:4rem}.my-account .orders .orders-header{padding:0}.my-account .orders .myaccount-orders-list .empty-orders-message{border-radius:.5rem;padding:2rem;border:1px solid var(--border-color);display:flex;flex-direction:column;align-items:flex-start}.my-account .orders .myaccount-orders-list .my-account-orders-item .accordion-item{border-radius:.5rem}.my-account .payments-address-wrapper{padding:0}.my-account .payments-address-wrapper>div:first-child{padding-right:1rem}.my-account .payments-address-wrapper>div:last-child{padding-left:1rem}.my-account .cards-link-list{padding:0}.my-account .cards-link-list .cards-link-item{width:33.5rem;margin-bottom:0}.my-account .cards-link-list .cards-link-item:nth-child(2){margin:0 2rem}}@media only screen and (min-width: 1024px){.page-myaccount-order-detail .guest-title{margin:5rem auto;display:flex;align-items:center}.page-myaccount-order-detail .guest-title .title{margin:0}.page-myaccount-order-detail .orders-wrapper .header{justify-content:space-between;flex-direction:row}.page-myaccount-order-detail .orders-wrapper .header .title{margin-bottom:0}}@media only screen and (min-width: 1024px){.page-myaccount-orders{padding:2rem}}@media only screen and (min-width: 1024px){.myaccount .breadcrumbs-list{display:flex}.myaccount .orders-legend{margin-top:0;padding:4rem;border-radius:.5rem}.myaccount .faq-section{margin-top:6rem;padding:6rem 0}}@media only screen and (min-width: 1024px){.page-myaccount-profile .profile-actions{display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,0);padding:0}.page-myaccount-profile .profile-actions .separator{display:none}.page-myaccount-profile .profile-actions .card{border-radius:.5rem;background-color:var(--background-tag-color);padding:3rem 6rem}.page-myaccount-profile .profile-actions .delete-newsletter{margin-right:6.5rem}.page-myaccount-profile .profile-actions .delete-profile{margin-left:6.5rem}}@media only screen and (min-width: 1024px){.page-myaccount-addresses .addresses-list .addresses-row{flex-wrap:wrap}.page-myaccount-addresses .addresses-list .addresses-row .address-form{flex:100%;order:3}.page-myaccount-addresses .addresses-list .addresses-row.odd .addresses-item:first-child,.page-myaccount-addresses .addresses-list .addresses-row.even .addresses-item:first-child{order:1}.page-myaccount-addresses .addresses-list .addresses-row.odd .addresses-item:last-child,.page-myaccount-addresses .addresses-list .addresses-row.even .addresses-item:last-child{order:2}.page-myaccount-addresses .addresses-list .addresses-row.odd .address-form,.page-myaccount-addresses .addresses-list .addresses-row.even .address-form{flex:100%;order:3}.page-myaccount-addresses .faq-section{margin-top:10rem;background-color:var(--background-tag-color);padding:6rem 0}}@media only screen and (min-width: 1024px){.myaccount-orders-list .myaccount-orders-item .accordion-item .accordion-trigger{padding:0 1.5rem}.myaccount-orders-list .myaccount-orders-item .accordion-item .accordion-trigger::after{margin-left:2rem}.myaccount-orders-list .myaccount-orders-item .accordion-item .accordion-content .actions{width:100%;flex-wrap:wrap}.myaccount-orders-list .myaccount-orders-item .accordion-item .accordion-content .actions .order-details-wrapper{flex:auto;margin-bottom:0}.myaccount-orders-list .myaccount-orders-item .accordion-item .accordion-content .actions .track-order{margin:0 0 0 2rem}}@media only screen and (min-width: 1024px){.page-myaccount-payment .payment-list{padding:0}.page-myaccount-payment .payment-list>div:nth-child(odd){padding-left:0}.page-myaccount-payment .payment-list>div:nth-child(even){padding-right:0}}@media only screen and (min-width: 1024px){.product-page .product-main-section .pdp-image-carousel .common-swatches-wrapper{display:none}.product-page .product-main-section .pdp-image-carousel>.swiper-container{margin-left:15rem;margin-right:18rem;position:unset}.product-page .product-main-section .pdp-image-carousel .swiper-pagination-carousel-wrapper{position:absolute;top:50%;transform:translateY(-50%);left:0}.product-page .product-main-section .pdp-image-carousel .swiper-pagination-carousel-wrapper .swiper-button-prev,.product-page .product-main-section .pdp-image-carousel .swiper-pagination-carousel-wrapper .swiper-button-next{margin:0 auto}.product-page .product-main-section .pdp-image-carousel .swiper-pagination-carousel-wrapper .swiper-button-prev i,.product-page .product-main-section .pdp-image-carousel .swiper-pagination-carousel-wrapper .swiper-button-next i{display:block;transform:rotate(90deg)}.product-page .product-main-section .pdp-image-carousel .swiper-pagination-carousel-wrapper .swiper-pagination-carousel{margin-left:0;margin-right:0;width:12rem;height:36rem;padding:1rem;overflow:hidden}.product-page .product-main-section .pdp-image-carousel .swiper-pagination-carousel-wrapper .swiper-pagination-carousel .swiper-slide{transition:all 0.4s cubic-bezier(0.25, 1, 0.5, 1);height:10rem !important;width:100%;border:1px solid var(--border-color);transform:scale(0.8)}.product-page .product-main-section .pdp-image-carousel .swiper-pagination-carousel-wrapper .swiper-pagination-carousel .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.product-page .product-main-section .pdp-image-carousel .swiper-pagination-carousel-wrapper .swiper-pagination-carousel .swiper-slide.swiper-slide-active{transform:scale(1)}.product-page .product-main-section .pdp-colorselector-carousel .pdp-colorselector-carousel-button-next{right:0}.product-page .product-main-section .pdp-colorselector-carousel .pdp-colorselector-carousel-button-prev{left:0}.product-page .product-main-section .pdp-colorselector-carousel .pdp-colorselector-carousel-button-next{right:0}.product-page .product-main-section .pdp-colorselector-carousel .swiper-container{margin:2rem 0;display:block;width:100%}.product-page .product-main-section .pdp-colorselector-carousel .swiper-container .swiper-wrapper .swiper-slide{height:4.5rem}.product-page .product-main-section .pdp-colorselector-carousel .swiper-container .swiper-wrapper .swiper-slide .color-swatch-btn.not-salable{opacity:.5}.product-page .product-main-section .pdp-colorselector-carousel .swiper-container .swiper-wrapper .swiper-slide .color-swatch-btn img{width:4rem;height:4rem}.product-page .product-main-section .pdp-colorselector-carousel .swiper-container .swiper-wrapper .swiper-slide.selected .color-swatch-btn{border:1px solid #4e5152;border-radius:50%;overflow:hidden}.product-page .product-main-section .product-specs-wrapper{display:block;margin:4rem auto 0}.product-page .product-main-section .product-specs-wrapper .product-specs-list{display:flex;flex-wrap:wrap;justify-content:center;grid-gap:2rem}.product-page .product-main-section .product-specs-wrapper .product-specs-item{flex-shrink:0;width:18rem}.product-page .product-main-section .product-specs-wrapper .product-specs-item .image{margin:0 auto}.product-page .pdp-test-attribute-section .pdp-test-attribute-wrapper .swiper-container{height:unset}.product-page .pdp-test-attribute-section .pdp-test-attribute-wrapper .swiper-container .swiper-slide{transition:all 0.4s cubic-bezier(0.25, 1, 0.5, 1);width:unset;height:unset;transform:scale(0.8)}.product-page .pdp-test-attribute-section .pdp-test-attribute-wrapper .swiper-container .swiper-slide img{width:auto}.product-page .pdp-test-attribute-section .pdp-test-attribute-wrapper .swiper-container .swiper-slide .test-text-wrapper{position:unset;transform:none;opacity:1;width:unset}.product-page .pdp-service-carousel-wrapper .pdp-test-attribute-wrapper{width:100%}.product-page .pdp-service-carousel-wrapper .swiper-container{width:100%}}@media only screen and (min-width: 1024px){.listing-active-filter{padding:0 2rem}.listing-active-filter .active-filters-wrapper{justify-content:center}}@media only screen and (min-width: 1024px){.page-plp .plp-hero{position:relative;min-height:unset;margin-bottom:0}.page-plp .plp-hero .plp-hero-image{height:350px}.page-plp .plp-hero .plp-hero-image::after{display:none}.page-plp .plp-hero .plp-hero-image.linee{height:100%}.page-plp .plp-hero .plp-description-filter-wrapper{position:absolute;bottom:0;left:0;width:100%;align-items:flex-end}.page-plp .plp-hero .plp-description-filter-wrapper .plp-category-description{backdrop-filter:blur(10px);background:rgba(255,255,255,.75);width:100%;max-width:30%;border-radius:10px 10px 0 0;padding:2rem 2rem 1rem 2rem}.page-plp .plp-hero .plp-description-filter-wrapper .plp-category-description .breadcrumbs-list{margin-bottom:2rem}.page-plp .plp-hero .plp-description-filter-wrapper .plp-category-description .breadcrumbs-list .breadcrumbs-item{margin-right:.5rem}.page-plp .plp-hero .plp-description-filter-wrapper .plp-category-description .btn-open-description.btn-hidden{opacity:0;pointer-events:none}.page-plp .plp-hero .plp-description-filter-wrapper .plp-hero-filter-wrapper{width:100%;max-width:25%;flex-wrap:wrap;gap:2rem}.page-plp .plp-hero .plp-description-filter-wrapper .plp-hero-filter-wrapper .order-btn,.page-plp .plp-hero .plp-description-filter-wrapper .plp-hero-filter-wrapper .filter-btn{flex-grow:1}.page-plp .plp-hero .plp-description-filter-wrapper .plp-hero-filter-wrapper .order-btn .icon-close,.page-plp .plp-hero .plp-description-filter-wrapper .plp-hero-filter-wrapper .filter-btn .icon-close{display:none}.page-plp .plp-filters-mobile .filter-bar-wrapper .filters-action .order-btn .icon-close{display:none}.page-plp .plp-filters-mobile .filter-bar-wrapper .filters-action .order-btn .icon-sort{display:inline-block}.page-plp .plp-filters-mobile .filter-bar-wrapper .filters-action .filter-btn .icon-close{display:none}.page-plp .plp-filters-mobile .filter-bar-wrapper .filters-action .filter-btn .icon-filter{display:inline-block}.page-plp .plp-content-wrapper{position:relative}.page-plp .plp-content-wrapper .plp-listing-filters{transition:width 0.4s cubic-bezier(0.25, 1, 0.5, 1);will-change:width;width:100%}.page-plp .plp-content-wrapper .plp-listing-filters .plp-grid{max-width:1600px;margin:0 auto;padding:0 2rem}.page-plp .plp-content-wrapper .pagination{margin:20px auto;display:flex;align-items:center;justify-content:center;padding:0 12.5px;max-width:100%;flex-wrap:wrap}.page-plp .plp-content-wrapper .pagination li{list-style-type:none;padding:3px 0}.page-plp .plp-content-wrapper .pagination a{font-size:rem(16);padding:5px 8px;text-decoration:none}.page-plp .plp-content-wrapper .pagination a:hover{text-decoration:underline}.page-plp .plp-content-wrapper .pagination span{font-weight:bold;padding:5px 8px}}@media only screen and (min-width: 1024px){.plp-modal-listing-filter-open .page-plp .plp-content-wrapper .plp-listing-filters{width:75%}.plp-modal-listing-filter-open .page-plp .plp-hero .plp-description-filter-wrapper .plp-hero-filter-wrapper .filter-btn{background-color:var(--background-tag-color)}.plp-modal-listing-filter-open .page-plp .plp-hero .plp-description-filter-wrapper .plp-hero-filter-wrapper .filter-btn .icon-close{display:inline-block}.plp-modal-listing-filter-open .page-plp .plp-hero .plp-description-filter-wrapper .plp-hero-filter-wrapper .filter-btn .icon-filter{display:none}.plp-modal-listing-filter-open .page-plp .plp-filters-mobile .filter-bar-wrapper .filters-action .filter-btn{background-color:var(--background-tag-color)}.plp-modal-listing-filter-open .page-plp .plp-filters-mobile .filter-bar-wrapper .filters-action .filter-btn .icon-close{display:inline-block}.plp-modal-listing-filter-open .page-plp .plp-filters-mobile .filter-bar-wrapper .filters-action .filter-btn .icon-filter{display:none}}@media only screen and (min-width: 1024px){.plp-modal-sorting-open .page-plp .plp-hero .plp-description-filter-wrapper .plp-hero-filter-wrapper .order-btn{background-color:var(--background-tag-color)}.plp-modal-sorting-open .page-plp .plp-hero .plp-description-filter-wrapper .plp-hero-filter-wrapper .order-btn .icon-close{display:inline-block}.plp-modal-sorting-open .page-plp .plp-hero .plp-description-filter-wrapper .plp-hero-filter-wrapper .order-btn .icon-sort{display:none}.plp-modal-sorting-open .page-plp .plp-filters-mobile .filter-bar-wrapper .filters-action .order-btn{background-color:var(--background-tag-color)}.plp-modal-sorting-open .page-plp .plp-filters-mobile .filter-bar-wrapper .filters-action .order-btn .icon-close{display:inline-block}.plp-modal-sorting-open .page-plp .plp-filters-mobile .filter-bar-wrapper .filters-action .order-btn .icon-sort{display:none}}@media only screen and (min-width: 1024px){.page-searchresult .search-sticky-header{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);z-index:3;backdrop-filter:blur(40px);background:rgba(236,232,229,.5);flex-direction:row;position:sticky;top:14rem;height:9rem;padding:0 2rem;box-shadow:0 4px 30px rgba(0,0,0,.1)}.page-searchresult .search-sticky-header .search-form-wrapper{width:100%;max-width:25%}.page-searchresult .search-sticky-header .search-form-wrapper .search-form{padding:0;order:unset;width:100%}.page-searchresult .search-sticky-header .search-form-wrapper .search-form .input-wrapper{margin:0}.page-searchresult .search-sticky-header .total-products{order:unset;margin:0;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.page-searchresult .search-sticky-header.scroll-up{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:translateY(0)}.page-searchresult .search-sticky-header.scroll-down{transition:transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);transform:translateY(-14rem)}.page-searchresult .search-sticky-header .filters-action{width:25%;order:unset;justify-content:unset;margin:0}.page-searchresult .search-sticky-header .filters-action .filter-btn,.page-searchresult .search-sticky-header .filters-action .order-btn{flex:1 1 auto;width:100%}.page-searchresult .search-sticky-header .filters-action .order-btn{margin-right:.5rem}.page-searchresult .search-sticky-header .filters-action .filter-btn{margin-left:.5rem}}@media only screen and (min-width: 1024px){.tooltip{width:280px;transform:translate(-213.5px, -45px)}.tooltip .icon-tooltip-triangle{left:74%}}@media only screen and (min-width: 1024px){.tooltip-product-promo{max-width:unset;transform:translate(-213px, -40px)}}@media only screen and (min-width: 1024px){.guest-order-track-page{padding:0}.guest-order-track-page .header{width:100%;max-width:83.3333333333%}.guest-order-track-page .forms-wrapper,.guest-order-track-page .track-order-wrapper{padding:6rem 14rem}}@media only screen and (min-width: 1440px){.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-info .pdp-prices .discount,.cart-product-card-wrapper .cart-product-card .cart-product-content .cart-product-info .pdp-prices .price-wrapper{font-size:1.6rem}.editorial-carousel .editorial-carousel-item{width:45rem}.editorial-carousel--with-static-tile .editorial-carousel .editorial-carousel-item{width:33rem}.editorial-carousel .editorial-carousel-item .item-content-img{padding-bottom:80%}.editorial-carousel--with-static-tile .experience-editorialCarouselStatic{width:45rem}.editorial-carousel--with-static-tile .editorial-container{padding-left:47rem}.editorial-hero .editorial-hero-item .hero-content-link-list .swiper-slide{display:flex}.editorial-hero .editorial-hero-item .hero-content-link-list .js-swiper-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;margin:0 -1rem}.editorial-hero .editorial-hero-item .hero-content-link-list .js-swiper-wrapper .swiper-slide{width:50% !important;flex:0 0 50%;padding:0 1rem;margin:0 !important}.editorial-hero .editorial-hero-item .hero-content-link-list .content-link-img{flex:0 0 5rem;width:5rem;height:5rem}.editorial-hero .editorial-hero-item .hero-content-link-list .content-link-text{width:calc(100% - 5rem);flex:0 0 calc(100% - 5rem)}.product-page .pdp-addtocart-sticky{bottom:1.5rem;transform:translateY(calc(100% + 1.5rem))}.product-page .pdp-addtocart-sticky .pdp-addtocart-sticky-wrapper{border-radius:.5rem}.product-page .pdp-addtocart-sticky .pdp-addtocart-sticky-wrapper .pdp-prices .discount,.product-page .pdp-addtocart-sticky .pdp-addtocart-sticky-wrapper .pdp-prices .price,.product-page .pdp-addtocart-sticky .pdp-addtocart-sticky-wrapper .pdp-prices .old-price{margin-right:1rem}.product-page .pdp-addtocart-sticky .pdp-addtocart-sticky-wrapper .pdp-prices .discount{color:#008770}.product-page .pdp-addtocart-sticky .pdp-addtocart-sticky-wrapper .pdp-prices .old-price{text-decoration:line-through;opacity:.8}.product-card .product-card-body .cart-product-promo .tooltip{max-width:325px;transform:translate(-186.5px, -40px)}.product-card .product-card-body .cart-product-promo .tooltip .icon-tooltip-triangle{left:180px}.tooltip{width:400px;transform:translate(-280px, -45px)}.tooltip .icon-tooltip-triangle{left:68.5%}.tooltip-product-promo{transform:translate(-279.5px, -40px)}}@media only screen and (min-width: 1600px){.editorial-carousel .editorial-carousel-item{width:53rem}.editorial-carousel--with-static-tile .editorial-carousel .editorial-carousel-item{width:43rem}.editorial-carousel .editorial-carousel-item .item-content-img{padding-bottom:70%}.editorial-carousel--with-static-tile .experience-editorialCarouselStatic{width:53rem}.editorial-carousel--with-static-tile .editorial-container{padding-left:55rem}}@media only screen and (max-width: 1023px){.customer-service-nav{position:unset;padding:0;background-color:#fff;border-radius:0;width:100%}.customer-service-nav.accordion-group .accordion-item:first-child{border:none !important}.customer-service-nav .accordion{margin-left:-20px;margin-right:-20px}.customer-service-nav .accordion-content{background-color:var(--background-tag-color);margin-bottom:5rem}.customer-service-nav .accordion-item .accordion-trigger{border:none !important;flex-direction:column;align-items:flex-start;justify-content:center;height:auto;min-height:5rem;padding:7.5px 15px;position:relative}.customer-service-nav .accordion>.accordion-item>.accordion-trigger[aria-expanded=false]::after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.707 18.707v-8.313h2v8.313h8.314v2h-8.314v8.314h-2v-8.314h-8.314v-2h8.314z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.customer-service-nav .accordion>.accordion-item>.accordion-trigger[aria-expanded=false]::after{position:absolute;right:20px;top:50%;transform:translateY(-50%)}.customer-service-nav .accordion>.accordion-item>.accordion-trigger[aria-expanded=true]::after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M29 21H11v-2h18v2z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.customer-service-nav .accordion>.accordion-item>.accordion-trigger[aria-expanded=true]::after{position:absolute;right:20px;top:50%;transform:translateY(-50%)}.customer-service-right-content{margin:0 -2rem;padding:0}.customer-service-list li{position:relative}.customer-service-list a{display:block;padding:15px 15px 15px 20px;line-height:1.25}.customer-service-list a.current{background-color:#fff;padding:15px 15px 15px 40px;border-radius:5px;position:relative}.customer-service-list a.current::before{content:"›";position:absolute;left:20px;top:48%;transform:translateY(-50%);font-size:22px}.editorial-carousel--with-static-tile .experience-editorialCarouselStatic{width:36.2rem}.editorial-carousel--with-static-tile .experience-editorialCarouselStatic .editorial-carousel-item{width:100%}.editorial-carousel--with-static-tile .experience-editorialCarouselStatic .editorial-carousel-item .item-content-img{padding-bottom:70%}.editorial-section-title .title{border-top-width:.3rem;font-size:2rem}.grid-2-col{grid-template-columns:1fr;grid-column-gap:0;grid-row-gap:4rem}.grid-3-col{grid-template-columns:1fr;grid-column-gap:0;grid-row-gap:4rem}.listing-grid-linee{grid-template-columns:repeat(2, 1fr);grid-row-gap:40px;grid-column-gap:10px}.linea-name{min-height:4rem}.linea-subtitle{margin-top:2.5rem}.modal-color-selector{z-index:13;position:fixed}.swiper-slide .modal-color-selector{position:absolute}.netreviews_logo{display:none !important;visibility:hidden;opacity:0;height:0 !important;width:0 !important;margin:0 !important}.netreview-tile .netreviews_review_rate_and_stars div:not(.netreviews_reviews_rate){text-align:unset;left:50%;transform:translateX(-50%)}.netreview-tile .netreviews_review_rate_and_stars .netreviews_reviews_rate{position:relative;top:15px;left:unset !important;text-align:center !important}.modal-notify{z-index:13;position:fixed}.plp-editorial-card__wrapper{padding:0 1rem}.plp-editorial-card-with-background{min-height:42.5rem;margin:0 1rem}.plp-editorial-card-with-background__wrapper{background-image:var(--data-imagem-src)}.storelocator .storelocator-store-card .store-button{padding:1.4rem 1rem 1.4rem 1rem}.storelocator :not(.store-details) .store-distance{display:block}.storelocator .searchbox-aside{padding-left:0}.store-details{margin-top:2rem;padding:0}.store-details .store-header{margin-bottom:2rem;padding:0 2rem}.store-details .store-name{font-size:2rem}.store-details .store-body .storelocator-store-card,.store-details .store-body .store-map{flex-basis:100%}.store-details .store-body .store-map{order:1;height:100vw;margin-left:0}.store-details .store-body .storelocator-store-card{order:2;font-size:1.4rem}.page-myaccount-storelocator .map-wrapper{margin-inline-start:-1rem;margin-inline-end:-1rem;width:calc(100% + 20px)}.page-myaccount-storelocator .store-button{flex:1;width:100%;justify-content:center}.page-myaccount-storelocator .store-button:not(:last-child){margin-right:0;margin-top:2rem;margin-bottom:1rem}.page-myaccount-storelocator .breadcrumbs-list{display:none}.page-myaccount-storelocator .myaccount-storelocator-title,.page-myaccount-storelocator .myaccount-storelocator-description{text-align:center}.checkout-storelocator .map-wrapper{margin-inline-start:-2rem;margin-inline-end:-2rem;width:calc(100% + 40px)}.storelocator-regions{margin-top:3rem}.storelocator-regions .accordion-content{grid-template-columns:1fr;grid-row-gap:5px}.storelocator-regions .accordion-content a{justify-content:space-between}.accordion .accordion-trigger{display:flex;align-items:center;justify-content:space-between;height:5rem;border-bottom:1px solid #ece8e5}.accordion .accordion-trigger[aria-expanded=false]::after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.707 18.707v-8.313h2v8.313h8.314v2h-8.314v8.314h-2v-8.314h-8.314v-2h8.314z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.accordion .accordion-trigger[aria-expanded=true]::after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M29 21H11v-2h18v2z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.accordion.accordion-trigger,.accordion.accordion-content{padding:0 2.4rem}.accordion.accordion-content li a{display:block;padding:1rem 0}main{padding-top:calc(9.5rem)}main.no-menu{padding-top:0}body{-webkit-text-size-adjust:100%}.main-header .pre-header{padding:.1rem 2rem}.main-header .pre-header.hide-mobile{display:none}.main-header .pre-header .link{display:none}.main-header .pre-header .offer-wrapper{position:static;transform:none}.main-header .pre-header .offer-wrapper .timer{padding:.6rem}.main-header .navigation #mainnav nav .menu-wrapper{z-index:12;position:absolute;width:100%;right:0;background-color:#fff;flex-direction:column;top:5.5rem;left:-100%;height:calc(100vh - 5.5rem);padding:0;align-items:stretch;justify-content:flex-start;transform:translateX(0);opacity:0;visibility:hidden;pointer-events:none;overflow:hidden;overflow-y:auto;transition:all .4s 0s cubic-bezier(0.25, 1, 0.5, 1)}.main-header .navigation #mainnav nav .menu-wrapper .menu-item>button{color:#4e5152;padding:0 1.5rem;display:flex;width:100%;align-items:center;justify-content:space-between;height:5rem;border-bottom:1px solid #d8d2cb}.main-header .navigation #mainnav nav .menu-wrapper .menu-item>button::after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.414 28.414L15 27l7.293-7.293L15 12.414 16.414 11l8.707 8.707-8.707 8.707z' fill='%234E5152'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;max-width:100%;max-height:100%;display:flex;flex-shrink:0}.main-header .navigation #mainnav nav .menu-wrapper .menu-item>button a{width:100%;height:100%;display:flex;justify-content:flex-start;align-items:center}.main-header .navigation #mainnav nav .menu-wrapper .menu-item .wrapper-submenu{position:absolute;top:0;width:100%;height:calc(100vh - 5.5rem);left:0;transform:translateX(100%);opacity:0;visibility:hidden;overflow:hidden;overflow-y:auto;pointer-events:none;background-color:#fff;transition:all .3s 0s cubic-bezier(0.25, 1, 0.5, 1);z-index:4}.main-header .navigation #mainnav nav .menu-wrapper .menu-item .wrapper-submenu .container-submenu{display:flex;flex-direction:column}.main-header .navigation #mainnav nav .menu-wrapper .menu-item .wrapper-submenu .container-submenu .a11y-action-bar{display:none}.main-header .navigation #mainnav nav .menu-wrapper .menu-item .wrapper-submenu .container-submenu .menu-main-columns .submenu-column{display:flex;flex-direction:column;align-items:flex-start}.main-header .navigation #mainnav nav .menu-wrapper .menu-item .wrapper-submenu .container-submenu .menu-main-columns .submenu-column .submenu-group{width:100%}.main-header .navigation #mainnav nav .menu-wrapper .menu-item .wrapper-submenu .container-submenu .menu-main-columns .submenu-column .submenu-group>button,.main-header .navigation #mainnav nav .menu-wrapper .menu-item .wrapper-submenu .container-submenu .menu-main-columns .submenu-column .submenu-group>a{color:#4e5152;padding:0 1.5rem;display:flex;width:100%;align-items:center;justify-content:space-between;height:5rem;border-bottom:1px solid #d8d2cb}.main-header .navigation #mainnav nav .menu-wrapper .menu-item .wrapper-submenu .container-submenu .menu-main-columns .submenu-column .submenu-group>button.thirdlevel-btn::after,.main-header .navigation #mainnav nav .menu-wrapper .menu-item .wrapper-submenu .container-submenu .menu-main-columns .submenu-column .submenu-group>a.thirdlevel-btn::after{color:#4e5152;content:"";height:.4rem;width:.4rem;border:.4rem solid #4e5152;border-width:0 .2rem .2rem 0;padding:0;margin-left:.5rem;transform:rotate(-45deg)}.main-header .navigation #mainnav nav .menu-wrapper .menu-item .wrapper-submenu .container-submenu .menu-main-columns .submenu-column .submenu-group .submenu-thirdlevel{position:absolute;top:0;width:100%;height:100vh;left:0;transform:translateX(100%);opacity:0;visibility:hidden;overflow:hidden;overflow-y:auto;pointer-events:none;background-color:#fff;transition:all .3s 0s cubic-bezier(0.25, 1, 0.5, 1);z-index:4}.main-header .navigation #mainnav nav .menu-wrapper .menu-item .wrapper-submenu .container-submenu .menu-main-columns .submenu-column .submenu-group .submenu-thirdlevel a{color:#4e5152;padding:0 1.5rem;display:flex;width:100%;align-items:center;justify-content:space-between;height:5rem;border-bottom:1px solid #d8d2cb}.main-header .navigation #mainnav nav .menu-wrapper .menu-item .wrapper-submenu .container-submenu .menu-main-columns .submenu-column .submenu-group.submenu-open .submenu-thirdlevel{transform:translateX(0);visibility:visible;opacity:1;pointer-events:all}.main-header .navigation #mainnav nav .menu-wrapper .menu-item .wrapper-submenu .container-submenu .highlight-list{flex:1}.main-header .navigation #mainnav nav .menu-wrapper .menu-item .wrapper-submenu .container-submenu .highlight-list .highlight-item-link{color:#4e5152;padding:0 1.5rem;display:flex;width:100%;align-items:center;justify-content:space-between;height:5rem;border-bottom:1px solid #d8d2cb}.main-header .navigation #mainnav nav .menu-wrapper .menu-item .wrapper-submenu .container-submenu .menu-card-highlight{background-color:var(--background-tag-color);padding:4rem 2.4rem}.main-header .navigation #mainnav nav .menu-wrapper .menu-item.submenu-open .wrapper-submenu{transform:translateX(0);visibility:visible;opacity:1;pointer-events:all}.main-header .navigation #mainnav nav .menu-wrapper .mobile-actions{display:block;width:100%;height:auto;background-color:var(--background-tag-color)}.main-header .navigation #mainnav nav .menu-wrapper .mobile-actions .action{width:100%;height:5rem;position:relative}.main-header .navigation #mainnav nav .menu-wrapper .mobile-actions .action>svg,.main-header .navigation #mainnav nav .menu-wrapper .mobile-actions .action>i{position:absolute;top:50%;transform:translateY(-50%);left:1rem}.main-header .navigation #mainnav nav .menu-wrapper .mobile-actions .action>i.icon-right{left:unset;right:1rem}.main-header .navigation #mainnav nav .menu-wrapper .mobile-actions .action>span{text-align:center}.main-header .navigation #mainnav nav .menu-wrapper .mobile-actions .mobile-action-accordion-wrapper div.accordion-trigger,.main-header .navigation #mainnav nav .menu-wrapper .mobile-actions .mobile-action-accordion-wrapper button.accordion-trigger{width:100%;display:flex;justify-content:center;height:5rem;border-bottom:1px solid #ece8e5}.main-header .navigation #mainnav nav .menu-wrapper .mobile-actions .mobile-action-accordion-wrapper div.accordion-trigger[aria-expanded=false]::after,.main-header .navigation #mainnav nav .menu-wrapper .mobile-actions .mobile-action-accordion-wrapper button.accordion-trigger[aria-expanded=false]::after{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M26.813 19.743l-7.778-7.779a1 1 0 00-1.492 1.327l.078.088 6.364 6.364-6.364 6.364a1 1 0 00-.078 1.327l.078.087a1 1 0 001.327.078l.087-.078 7.778-7.778z' fill='black'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;display:inline-block;position:absolute;right:1rem;top:50%;transform:translateY(-50%) rotate(90deg);content:""}.main-header .navigation #mainnav nav .menu-wrapper .mobile-actions .mobile-action-accordion-wrapper div.accordion-trigger[aria-expanded=true]::after,.main-header .navigation #mainnav nav .menu-wrapper .mobile-actions .mobile-action-accordion-wrapper button.accordion-trigger[aria-expanded=true]::after{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3e%3cpath d='M26.813 19.743l-7.778-7.779a1 1 0 00-1.492 1.327l.078.088 6.364 6.364-6.364 6.364a1 1 0 00-.078 1.327l.078.087a1 1 0 001.327.078l.087-.078 7.778-7.778z' fill='black'/%3e%3c/svg%3e") center no-repeat;width:4rem;height:4rem;display:inline-block;position:absolute;right:1rem;top:50%;transform:translateY(-50%) rotate(-90deg);content:""}.main-header .navigation #mainnav nav .menu-wrapper .mobile-actions .mobile-action-accordion-wrapper div.accordion-content,.main-header .navigation #mainnav nav .menu-wrapper .mobile-actions .mobile-action-accordion-wrapper button.accordion-content{padding:2.4rem}.main-header .navigation #mainnav nav .menu-wrapper .mobile-actions .mobile-action-accordion-wrapper div.accordion-content li a,.main-header .navigation #mainnav nav .menu-wrapper .mobile-actions .mobile-action-accordion-wrapper button.accordion-content li a{display:block}.main-header .navigation #mainnav nav .menu-wrapper .language-switch{display:flex;justify-content:space-between;padding:0 1rem;width:100%;height:5rem;margin-bottom:8rem}.main-header .navigation #mainnav nav .menu-wrapper .language-switch>i.icon-right{transform:rotate(-90deg)}.main-header.menu-in .pre-header{display:none}.main-header.menu-in .header{backdrop-filter:blur(20px);background:rgba(236,232,229,.5);position:fixed;width:100%;padding:0 1rem}.main-header.menu-in .header .logo{display:none}.main-header.menu-in .header .right-actions .action-mybv{display:none !important}.main-header.menu-in .navigation #mainnav nav .menu-wrapper{opacity:1;visibility:visible;pointer-events:all;transform:translateX(100%)}.main-header.menu-in.submenu-open .header{background-color:var(--background-tag-color)}.product-page .product-main-section .pdp-image-carousel .swiper-pagination-carousel-wrapper .swiper-pagination-carousel{width:10rem;height:30rem}.product-page .product-main-section .pdp-image-carousel .swiper-pagination-carousel-wrapper .swiper-pagination-carousel .swiper-slide{height:8rem !important}}@media only screen and (max-width: 767px){.btn-primary.add-to-wish-list,.editorial-horizontal .horizontal-content-text .horizontal-content-link .add-to-wish-list.horizontal-link,.add-to-wish-list{padding:.5rem}.editorial-carousel [data-component=EditorialCarouselComponent] .editorial-carousel-item{width:26.2rem}.editorial-promo-box .plp-editorial-card .text__wrapper{padding-top:6rem}.plp-editorial-carousel-mini__wrapper{position:relative;transform:translateY(0)}.plp-editorial-carousel-mini .plp-editorial-carousel-mini__container{margin:2rem 1.5rem 0 1.5rem;border-radius:0;padding:0}.plp-editorial-carousel-mini .plp-editorial-carousel-mini__container.with-background{background-color:#fff}.plp-editorial-carousel-mini .swiper-container{position:unset;padding:3rem 0 0 0}.plp-editorial-carousel-mini .swiper-container .swiper-slide{height:auto}.plp-editorial-carousel-mini .swiper-container .swiper-slide img{transform:scale(0.9)}.plp-editorial-carousel-mini .swiper-container .swiper-slide-active img{transform:scale(1.2)}.plp-editorial-carousel-mini .swiper-container .swiper-wrapper{height:100%}.plp-editorial-carousel-mini .swiper-container .swiper-button-prev,.plp-editorial-carousel-mini .swiper-container .swiper-button-next{top:80px;border-radius:50%;background-color:#fff;border:1px solid var(--border-color)}.plp-editorial-carousel-mini .swiper-container .swiper-button-prev{left:-10px}.plp-editorial-carousel-mini .swiper-container .swiper-button-next{right:-10px}.plp-editorial-carousel-mini .text-content{transition:all 0.4s cubic-bezier(0.25, 1, 0.5, 1);opacity:0;visibility:hidden;width:90vw}.plp-editorial-carousel-mini .swiper-slide-active .text-content{opacity:1;visibility:visible}.editorial-carousel-mini-card{display:flex;flex-direction:column;align-items:center;text-align:center;height:100%}.editorial-carousel-mini-card img{width:10rem;height:10rem;border-radius:10px;object-fit:cover;margin-bottom:3rem}.editorial-carousel-mini-card .link-arrow{font-size:1.4rem}.product-card .image-wrapper .discount{left:5px;font-size:1.3rem}.product-card .product-card-body .pdp-prices .price{margin:0}.my-account .fidelity-wrapper{margin-top:-6rem}.my-account .fidelity-wrapper .fidelity-card{width:100%}.my-account .payments-address-wrapper{gap:2rem}}

/*# sourceMappingURL=main.css.map*/
/*# sourceMappingURL=main.css.map*/