.color-1{color:var(--color-1)}.color-2{color:var(--color-2)}.bg-black{background:var(--theme-black)}.bg-white{background:var(--theme-white)}.bg-color-1{background:var(--color-1)}.bg-color-2{background:var(--color-2)}.flex{display:flex}.flex.column{flex-direction:column}.flex.wrap{flex-wrap:wrap}.flex.justify-start{justify-content:flex-start}.flex.justify-end{justify-content:flex-end}.flex.justify-center{justify-content:center}.flex.justify-between{justify-content:space-between}.flex.justify-around{justify-content:space-around}.flex.justify-evenly{justify-content:space-evenly}.flex.align-start{align-items:flex-start}.flex.align-center{align-items:center}.flex.align-end{align-items:flex-end}.flex.align-stretch{align-items:stretch}.flex.align-baseline{align-items:baseline}.text-center{text-align:center}@keyframes slideleft{0%{background-position-x:0}to{background-position-x:-140px}}@keyframes slideleft-large{0%{background-position-x:0}to{background-position-x:-230px}}.wave-underline-link a{display:inline-block;position:relative}.wave-underline-link a:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:6px;background-image:url(wave-main-color.svg);background-repeat:repeat-x;background-position:0 0}.wave-underline-link a:hover:after{-webkit-animation:slideleft 6s infinite linear;animation:slideleft 6s infinite linear}.wave-underline-strong strong{display:inline-block;position:relative}.wave-underline-strong strong:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:6px;background-image:url(wave-main-color.svg);background-repeat:repeat-x;background-position:0 0}.wave-underline-strong strong:hover:after,.wave-underline-strong.auto strong:after{-webkit-animation:slideleft 6s infinite linear;animation:slideleft 6s infinite linear}.wave-underline-strong.large strong:after{background-image:url(wave-main-color-large.svg);bottom:-4px}.wave-underline-strong.large strong:hover:after,.wave-underline-strong.large.auto strong:after{-webkit-animation:slideleft-large 10s infinite linear;animation:slideleft-large 10s infinite linear}.wave-underline-strong.white strong:after{background-image:url(wave-white-large.svg)}.wave-underline-strong.red strong:after{background-image:url(wave-red-large.svg);bottom:0}.wave-underline-strong.red strong:hover:after,.wave-underline-strong.red.auto strong:after{-webkit-animation:slideleft-large 10s infinite linear;animation:slideleft-large 10s infinite linear}@-webkit-keyframes anim_underline{0%{width:100%;left:auto;right:0}49.9%{width:0%;left:auto;right:0}50%{width:0%;left:0;right:auto}to{width:100%;left:0;right:auto}}@keyframes anim_underline{0%{width:100%;left:auto;right:0}49.9%{width:0%;left:auto;right:0}50%{width:0%;left:0;right:auto}to{width:100%;left:0;right:auto}}@-webkit-keyframes anim_growFromLeft{0%{width:0;left:0;right:auto}to{width:100%;left:0;right:auto}}@keyframes anim_growFromLeft{0%{width:0;left:0;right:auto}to{width:100%;left:0;right:auto}}@-webkit-keyframes anim_shrinkToRight{0%{width:100%;right:0;left:auto}to{width:0;right:0;left:auto}}@keyframes anim_shrinkToRight{0%{width:100%;right:0;left:auto}to{width:0;right:0;left:auto}}@keyframes animation-announcement{0%{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}to{-webkit-transform:translate3d(calc(-100% - 20px),0,0);-moz-transform:translate3d(calc(-100% - 20px),0,0);-ms-transform:translate3d(calc(-100% - 20px),0,0);-o-transform:translate3d(calc(-100% - 20px),0,0);transform:translate3d(calc(-100% - 20px),0,0)}}.grid{display:grid}@media only screen and (min-width:1170px){.grid.grid--3-col-desktop{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:1169px){.grid.grid--2-col-tablet-down{grid-template-columns:repeat(2,1fr)}}.grid .grid__item{width:100%;max-width:none}html{scroll-behavior:smooth}body.no-scroll{overflow:hidden}.container{width:100%;box-sizing:border-box;margin:auto;padding:0 30px}@media screen and (max-width:990px){.container{padding:0 20px}}.container.grid{grid-template-columns:repeat(12,1fr);grid-template-rows:auto;grid-gap:30px}@media screen and (max-width:1170px){.container.grid{grid-template-columns:repeat(12,1fr);padding:0 30px;grid-gap:30px}}@media screen and (max-width:990px){.container.grid{grid-template-columns:repeat(2,1fr);padding:0 20px;grid-gap:30px}}.container.no-padding{padding:0}.container.fluid{max-width:100%}.container.debug{display:grid;opacity:0;position:fixed;height:100vh;pointer-events:none;z-index:100}.container.debug.visible{opacity:1}.container.debug .col{background:#657d6b4d;grid-column:span 1;text-align:center}.col-1{height:auto;grid-column:span 1}.col-2{height:auto;grid-column:span 2}.col-3{height:auto;grid-column:span 3}.col-4{height:auto;grid-column:span 4}.col-5{height:auto;grid-column:span 5}.col-6{height:auto;grid-column:span 6}.col-7{height:auto;grid-column:span 7}.col-8{height:auto;grid-column:span 8}.col-9{height:auto;grid-column:span 9}.col-10{height:auto;grid-column:span 10}.col-11{height:auto;grid-column:span 11}.col-12{height:auto;grid-column:span 12}@media screen and (max-width:989px){.col-m-1{height:auto;grid-column:span 1}}@media screen and (max-width:989px){.col-m-2{height:auto;grid-column:span 2}}@media screen and (max-width:989px){.col-m-3{height:auto;grid-column:span 3}}@media screen and (max-width:989px){.col-m-4{height:auto;grid-column:span 4}}@media screen and (max-width:989px){.col-m-5{height:auto;grid-column:span 5}}@media screen and (max-width:989px){.col-m-6{height:auto;grid-column:span 6}}@media screen and (max-width:989px){.col-m-7{height:auto;grid-column:span 7}}@media screen and (max-width:989px){.col-m-8{height:auto;grid-column:span 8}}@media screen and (max-width:989px){.col-m-9{height:auto;grid-column:span 9}}@media screen and (max-width:989px){.col-m-10{height:auto;grid-column:span 10}}@media screen and (max-width:989px){.col-m-11{height:auto;grid-column:span 11}}@media screen and (max-width:989px){.col-m-12{height:auto;grid-column:span 12}}.col-s-1{height:auto;grid-column:span 1}.col-s-2{height:auto;grid-column:span 2}.font-reckless,#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-widget-actions-wrapper:before,#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-rev-widg__summary .jdgm-rev-widg__summary-stars .jdgm-rev-widg__summary-average .jdgm-link,#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-rev-widg__summary .jdgm-rev-widg__summary-stars .jdgm-rev-widg__summary-average,.fs-20-18,#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__content .jdgm-rev__title,.fs-22-18,.fs-24-22,.fs-30-20,.fs-34-24,.fs-44-34,.fs-44-40,.fs-60-40{font-family:Reckless,serif}.font-acumin,#judgeme_product_reviews .jdgm-rev-widg .jdgm-paginate .jdgm-paginate__load-more,#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-rev-widg__summary .jdgm-rev-widg__summary-text,.fs-13,.fs-14,#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__content .jdgm-rev__body,.fs-16-14,.fs-16,.fs-18-14,.fs-18-16{font-family:acumin-pro,sans-serif}.fw-700{font-weight:700}.fw-600{font-weight:600}.fw-500{font-weight:500}.fw-400{font-weight:400}.fs-60-40{font-size:clamp(2.5rem,2.1173rem + 1.6327vw,3.75rem);line-height:clamp(3.125rem,2.9337rem + .8163vw,3.75rem);font-weight:500}.fs-44-40{font-size:clamp(2.5rem,2.3654rem + .3846vw,2.75rem);line-height:clamp(3.125rem,2.9904rem + .3846vw,3.375rem)}.fs-44-34{font-size:clamp(2.125rem,1.9337rem + .8163vw,2.75rem);line-height:clamp(2.75rem,2.5587rem + .8163vw,3.375rem)}.fs-34-24{font-size:34px;line-height:44px}@media only screen and (max-width:1169px){.fs-34-24{font-size:24px;line-height:34px}}.fs-30-20{font-size:30px;line-height:40px}@media only screen and (max-width:1169px){.fs-30-20{font-size:24px;line-height:34px}}@media screen and (max-width:989px){.fs-30-20{font-size:20px;line-height:30px}}.fs-24-22{font-size:24px;line-height:34px}@media only screen and (max-width:1169px){.fs-24-22{font-size:22px;line-height:32px}}.fs-22-18{font-size:22px;line-height:32px}@media only screen and (max-width:1169px){.fs-22-18{font-size:18px;line-height:28px}}.fs-20-18,#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__content .jdgm-rev__title{font-size:20px;line-height:30px}@media only screen and (max-width:1169px){.fs-20-18,#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__content .jdgm-rev__title{font-size:18px;line-height:30px}}.fs-18-16{font-size:18px;line-height:28px}@media only screen and (max-width:1169px){.fs-18-16{font-size:16px;line-height:26px}}.fs-18-14{font-size:18px;line-height:28px}@media only screen and (max-width:1169px){.fs-18-14{font-size:14px;line-height:24px}}.fs-16{font-weight:400;font-size:16px;line-height:26px}.fs-16-14{font-size:16px;line-height:26px}@media only screen and (max-width:1169px){.fs-16-14{font-size:14px;line-height:24px}}.fs-14,#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__content .jdgm-rev__body{font-size:14px;line-height:24px;font-weight:400}.fs-13{font-size:13px;font-weight:500}#judgeme_product_reviews{position:relative;background:#fefaf1;padding:0;border-radius:20px;margin-top:40px;margin-bottom:40px;overflow:hidden}@media only screen and (max-width:1169px){#judgeme_product_reviews{margin-top:0;margin-bottom:0;border-radius:0;width:100vw;margin-left:-20px;padding:60px 20px;box-sizing:border-box}}#judgeme_product_reviews .jdgm-rev-widg{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;flex-wrap:nowrap;padding:60px 35px}@media only screen and (max-width:1169px){#judgeme_product_reviews .jdgm-rev-widg{padding:0}}#judgeme_product_reviews .jdgm-rev-widg:before,#judgeme_product_reviews .jdgm-rev-widg:after{content:"";position:absolute;display:block;top:0;width:30px;height:100%;background:rgb(var(--color-white));z-index:1}@media only screen and (max-width:1169px){#judgeme_product_reviews .jdgm-rev-widg:before,#judgeme_product_reviews .jdgm-rev-widg:after{width:20px}}#judgeme_product_reviews .jdgm-rev-widg:before{left:0;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translate(-100%)}#judgeme_product_reviews .jdgm-rev-widg:after{right:0;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translate(100%)}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header{padding:0;width:30.8333333333vw;background:#0000;box-shadow:none}@media only screen and (max-width:1169px){#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header{width:100%}}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper{border-top:none}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form__title,#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-rev-widg__title,#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-histogram{display:none}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}@media only screen and (max-width:1169px){#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars{padding-bottom:40px}}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-rev-widg__summary{align-items:flex-start;width:100%}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-rev-widg__summary .jdgm-rev-widg__summary-stars{display:flex;flex-direction:row;align-items:center}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-rev-widg__summary .jdgm-rev-widg__summary-stars .jdgm-rev-widg__summary-average{font-size:clamp(2.5rem,2.1173rem + 1.6327vw,3.75rem);line-height:clamp(3.125rem,2.9337rem + .8163vw,3.75rem);font-weight:500}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-rev-widg__summary .jdgm-rev-widg__summary-stars .jdgm-star{display:none!important}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-rev-widg__summary .jdgm-rev-widg__summary-stars .jdgm-rev-widg__summary-average .jdgm-link{display:block;font-size:clamp(2.5rem,2.1173rem + 1.6327vw,3.75rem);line-height:clamp(3.125rem,2.9337rem + .8163vw,3.75rem);font-weight:500;text-decoration:none;margin-bottom:5px}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-rev-widg__summary .jdgm-rev-widg__summary-text{color:rgb(var(--color-black));text-align:left;font-size:18px;line-height:28px;margin-bottom:50px}@media only screen and (max-width:1169px){#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-rev-widg__summary .jdgm-rev-widg__summary-text{font-size:16px;line-height:26px;margin-bottom:20px}}@media only screen and (max-width:1169px){#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-rev-widg__summary .jdgm-rev-widg__summary-text{font-size:24px;line-height:34px}}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-widget-actions-wrapper{border:none;width:100%;text-align:left;flex-direction:column;align-items:flex-start}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-widget-actions-wrapper:before{content:"Votre avis compte";font-size:clamp(2.5rem,2.1173rem + 1.6327vw,3.75rem);line-height:clamp(3.125rem,2.9337rem + .8163vw,3.75rem);font-weight:500;display:block;margin-bottom:30px;text-align:left;max-width:300px}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-widget-actions-wrapper .jdgm-write-rev-link{display:inline-block;background:rgb(var(--color-black));color:rgb(var(--color-white-2));border:1px solid rgb(var(--color-black));color:#fff;border-radius:15px;padding:20px 60px;width:auto;max-width:none;white-space:nowrap;font-size:18px;font-weight:500;font-family:var(--font-body-family);margin-left:0;margin-right:auto;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-widget-actions-wrapper .jdgm-write-rev-link:hover{background:#0000;color:rgb(var(--color-black))}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-search{display:none}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form{margin-left:0;padding:0;text-align:left;display:flex;flex-direction:column;align-items:flex-start}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-form__fieldset{width:100%;margin-bottom:25px}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-form__fieldset label{font-size:14px;font-weight:700}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-form__fieldset .jdgm-picture-fieldset__box{margin:0}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-form__fieldset input[type=text],#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-form__fieldset input[type=email],#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-form__fieldset textarea{width:100%;border:1px solid rgba(var(--color-black),.3);border-radius:10px;font-size:14px;color:rgb(var(--color-black));background:#0000;padding:20px 35px}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-btn{margin-top:15px;padding:20px 45px;border-radius:20px;border:1px solid rgb(var(--color-black));-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s;font-size:16px;font-weight:400}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-btn.jdgm-btn--border{background:#0000;color:rgb(var(--color-black))}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-btn.jdgm-btn--border:hover,#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-btn.jdgm-btn--solid{background:rgb(var(--color-black));color:rgb(var(--color-white-2))}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-btn.jdgm-btn--solid:hover{color:rgb(var(--color-black));background:#0000}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__actions{display:none}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body{width:63.5416666667vw}@media only screen and (max-width:1169px){#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body{width:100%}}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev{display:flex;flex-direction:column;align-items:stretch;box-shadow:none;float:none;width:calc(50% - 15px);border-radius:20px;padding:25px;background-color:#fffdf8}@media only screen and (max-width:1169px){#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev{padding:15px}}@media screen and (max-width:989px){#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev{padding:10px}}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header{margin-bottom:0}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header .jdgm-rev__timestamp{display:inline-block;padding-left:5px;float:none;color:rgb(var(--color-black));font-size:14px;font-weight:400;font-family:var(--font-body-family)}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header .jdgm-row-profile .jdgm-rev__icon{display:none}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header .jdgm-row-profile .jdgm-rev__author-wrapper{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center;flew-wrap:wrap;margin-bottom:20px}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header .jdgm-row-profile .jdgm-rev__author-wrapper .jdgm-rev__buyer-badge-wrapper{margin-left:0;margin-right:5px}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header .jdgm-row-profile .jdgm-rev__author-wrapper .jdgm-rev__buyer-badge-wrapper .jdgm-rev__buyer-badge{padding:5px 6px}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header .jdgm-row-profile .jdgm-rev__author-wrapper .jdgm-rev__author{display:block;color:rgb(var(--color-black));font-size:14px;font-weight:500;font-family:var(--font-body-family)}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header .jdgm-row-extra{display:none}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__pics{order:-1;border-radius:18px;overflow:hidden;font-size:0;line-height:0;margin-top:0;margin-bottom:22px}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__content{font-family:var(--font-body-family)}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__content .jdgm-rev__title{color:rgb(var(--color-black));font-weight:500}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__content .jdgm-rev__body{color:rgb(var(--color-black))}#judgeme_product_reviews .jdgm-rev-widg .jdgm-paginate{padding-top:0;width:30.8333333333vw}@media only screen and (max-width:1169px){#judgeme_product_reviews .jdgm-rev-widg .jdgm-paginate{width:100%}}#judgeme_product_reviews .jdgm-rev-widg .jdgm-paginate .jdgm-paginate__load-more{border-radius:0;background:#0000;color:rgb(var(--color-black));border:none;cursor:pointer;position:relative;font-size:14px;line-height:24px;font-weight:400;padding:30px 0 0;margin-bottom:0;text-align:center}#judgeme_product_reviews .jdgm-rev-widg .jdgm-paginate .jdgm-paginate__load-more:after{content:"";width:100%;height:1px;position:absolute;background:rgb(var(--color-black));top:auto;bottom:0;left:auto;right:0;margin:auto;pointer-events:none;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}#judgeme_product_reviews .jdgm-rev-widg .jdgm-paginate .jdgm-paginate__load-more:hover:after{-webkit-animation:.5s anim_underline;-moz-animation:.5s anim_underline;-o-animation:.5s anim_underline;animation:.5s anim_underline}@media only screen and (max-width:1169px){#judgeme_product_reviews .jdgm-rev-widg{flex-direction:column}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header,#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body,#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev{width:100%}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev:last-child{margin-bottom:0}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/section-judgme-product-review.css.map */
