.mini-cart{position:absolute;box-sizing:border-box;top:calc(100% + .5em);right:-.5em;z-index:2;padding:1.25em 1.25em .75em;width:380px;max-height:85vh;display:flex;flex-direction:column;justify-content:space-between;background-color:var(--bg-color);border:1px solid var(--border-color);border-radius:14px;box-shadow:0 12px 32px -8px #1418281f,0 4px 12px -4px #14182814}.mini-cart .icon{width:18px;height:18px}.mini-cart__header{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:.85em;margin-bottom:.85em;border-bottom:1px solid var(--border-color)}.mini-cart__title{display:flex;flex-direction:column;gap:.15em;font-size:1.05em;font-weight:700;color:var(--fg-color)}.mini-cart__count{font-size:.7em;font-weight:500;color:#7a7f8c}.mini-cart__display{max-width:400px;display:flex;flex-direction:column}.mini-cart__display.scroll{max-height:50vh}.mini-cart__total{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:.85em 1em;margin-top:.5em;background-color:#f5f8fb;border:1px solid var(--border-color);border-radius:10px}.mini-cart__total__section{width:100%;display:flex;flex-direction:row;justify-content:space-between}.mini-cart__total__section p{margin:.35em 0}.mini-cart__total__section:last-child p{font-size:1.15em;font-weight:700;color:var(--fg-color)}.mini-cart__total__section.mini p{font-size:.75em;color:#7a7f8c;margin-top:0;margin-bottom:0}.mini-cart__close{flex-shrink:0}.mini-cart__items-wrapper{overflow-y:auto;scroll-snap-type:y proximity;margin-bottom:1em}.mini-cart__items{display:flex;flex-direction:column;width:100%;height:100%;padding-right:1em;box-sizing:border-box}.mini-cart__items .item{display:flex;align-items:center;flex-direction:row;gap:1em;color:var(--fg-color);text-decoration:none;scroll-snap-align:start;padding:.75em 0}.mini-cart__items .item:not(:last-child){border-bottom:1px solid var(--border-color)}.mini-cart__items .item__image{aspect-ratio:1/1;width:100px;height:auto;align-self:flex-start}.mini-cart__items .item__image source{display:initial}.mini-cart__items .item__image>a img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;border-radius:8px}.mini-cart__items .item__coupon{color:var(--color-primary);font-size:.75em;padding:.5em;background-color:#f6c5a2;color:#5d2c09;border-radius:.5em;max-width:-moz-fit-content;max-width:fit-content}.mini-cart__items .item__info{flex:1;display:flex;flex-direction:column;gap:.25em}.mini-cart__items .item__info a{color:var(--fg-color);text-decoration:none}.mini-cart__items .item__info h2{font-size:1em;font-weight:400;margin:0}.mini-cart__items .item__info__controls{display:flex;flex-direction:row}.mini-cart__items .item__info .price__total{padding:.5em 0}.mini-cart__items .item__info .price__total__original{font-size:.75em;opacity:.75;text-decoration:line-through}.mini-cart__items .item .item__price{display:flex;flex-direction:row;justify-content:space-between}.mini-cart__items .item .item__price .price__total{text-align:right;width:100%;flex:1}.mini-cart__items .item .item__price .price__multiple{font-size:.75em;opacity:.75;font-style:italic;display:flex;flex-direction:row;gap:.2em;flex:1}.mini-cart__items .item__delete{padding:.5em 0 0;align-self:flex-start}.mini-cart__items__clear{display:flex;justify-content:flex-end;align-items:center;width:100%}.mini-cart__items__clear button{font-size:small}.mini-cart__bottom{display:flex;flex-direction:column;gap:.5em;padding-top:.85em;margin-top:.85em;border-top:1px solid var(--border-color)}.mini-cart__bottom .button--wide{width:100%}.categories-dropdown{position:absolute;transition:all .2s;top:100%;left:0;background-color:var(--bg-color);box-shadow:0 2px 8px #63636333;border:1px solid var(--border-color);border-radius:4px;padding:1em 3em;display:flex;flex-direction:row;align-items:center}.categories-dropdown__items{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.5em 1em;flex:3}.categories-dropdown__items div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.categories-dropdown__items div a{color:var(--fg-color);text-decoration:none}.categories-dropdown__images{flex:1;display:flex;justify-content:center;align-items:center}.navbar{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.navbar,.navbar>div{width:100%}.navbar__categories>ul{padding-left:0;display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin:0}.navbar__categories>ul li{list-style:none;position:relative}.navbar__categories>ul li>a{display:block;text-align:center;padding:.5em;color:var(--fg-color);text-decoration:none;text-transform:uppercase}.searchbar{position:fixed;inset:0;z-index:1000;align-items:flex-start;justify-content:center;box-sizing:border-box;width:100%;height:100%;max-width:none;max-height:none;margin:0;padding:10vh 1rem 1rem;border:none;background-color:#00000073}.searchbar,.searchbar[open]{display:flex}.searchbar__panel{display:flex;flex-direction:column;box-sizing:border-box;width:100%;max-width:640px;max-height:75vh;background-color:var(--bg-color,#fff);color:var(--fg-color,#222);border-radius:14px;box-shadow:0 12px 40px #00000040;overflow:hidden}.searchbar__bar{gap:.5rem;padding:.6rem 1rem;border-bottom:1px solid var(--border-color,#e7e7e7)}.searchbar__bar,.searchbar__bar .searchglass{display:flex;align-items:center;flex:0 0 auto}.searchbar__bar .searchglass{max-width:none;max-height:none;padding:0;border:none;cursor:pointer;color:var(--brand-color)}.searchbar__bar .searchglass svg{width:20px;height:20px}.searchbar__bar input{flex:1;min-width:0;border:none;background-color:transparent;font-size:1.15rem;padding:.3em 0;color:var(--fg-color,#222)}.searchbar__bar input::-moz-placeholder{color:var(--color--mute,#999)}.searchbar__bar input::placeholder{color:var(--color--mute,#999)}.searchbar__bar input:focus{outline:none}.searchbar__bar-badge{display:flex;align-items:center;justify-content:center;gap:6px;font-size:11px;color:#fff;line-height:1.4;letter-spacing:.8px;padding:6px 11px;border-radius:999px;text-transform:uppercase;font-weight:700;background-color:var(--brand-color)}.searchbar__bar-badge svg{fill:currentColor}.searchbar__close{flex:0 0 auto;border:none;background-color:transparent;cursor:pointer}.searchbar__footer{display:flex;flex-direction:column;gap:8px;font-size:.8rem;color:var(--color--mute,#767676);padding:1rem;border-top:1px solid #e7e7e7}@media(min-width:768px){.searchbar__footer{flex-direction:row;align-items:center;justify-content:space-between}}.searchbar__footer-keys{display:flex;flex-wrap:wrap;gap:1rem;flex:0 0 auto}.searchbar__footer-keys kbd{display:inline-block;min-width:1.4em;padding:.1em .4em;margin-right:.25rem;border:1px solid var(--border-color,#ccc);border-radius:4px;background-color:#f5f5f5;font-family:inherit;text-align:center}.searchbar ul{padding:0;margin:0;list-style:none}.searchbar__results{flex:1 1 auto;overflow-y:auto;display:flex;flex-direction:column;gap:1em;box-sizing:border-box;padding:1rem;font-size:.9em}.searchbar__results em{color:#ff8b26;font-style:normal;margin:0 1px}.searchbar__results ul{width:100%}.searchbar__results .brand{justify-content:end;margin-left:auto;text-align:end}.searchbar__results .brand small{opacity:50%;font-size:x-small}.searchbar__results__row{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em}.searchbar__results .item{display:flex;flex-direction:row;gap:1em;text-decoration:none;padding:.5em}.searchbar__results .item img{width:60px;height:60px}.searchbar__results .item a,.searchbar__results .item div{text-decoration:none;color:var(--fg-color);overflow-wrap:break-word;display:flex;flex-direction:column;gap:.5em}.searchbar__results .item:not(:last-child){border-bottom:1px solid var(--border-color);padding-bottom:1.5em}.searchbar__results .item p{margin:0}.searchbar__results .item .price.has-offers{color:var(--danger-color)}.searchbar__results .item .price.has-offers span{text-decoration:line-through;color:var(--fg-color);opacity:.6;font-size:.9em}.searchbar__results__list{display:flex;flex-direction:column;gap:1em}.searchbar__results__list--products{flex:3}.searchbar__results__list--categories{flex:1}.searchbar__results li:hover{cursor:pointer}.searchbar__results__loader{display:flex;justify-content:center;align-items:center}.searchbar__results__history-label{font-size:11px;font-weight:700;color:#767676;line-height:1.4;letter-spacing:.8px;text-transform:uppercase}.searchbar__results__history>ul{display:flex;gap:4px;flex-direction:column;flex-wrap:wrap}.searchbar__results__history>ul li{border-radius:12px;background-color:#f4f4f4;display:flex;align-items:center}.searchbar__results__history>ul li:hover{cursor:pointer;background-color:var(--brand-color)}.searchbar__results__history>ul li:hover a,.searchbar__results__history>ul li:hover span{color:#fff}.searchbar__results__history>ul li:hover svg{stroke:#fff;fill:#fff}.searchbar__results__history>ul a,.searchbar__results__history>ul div{text-decoration:none;color:var(--fg-color);display:flex;align-items:center;padding:.5em 1em;gap:.5em;width:100%}.menu-wrapper{position:fixed;display:flex;inset:0;border:none;padding:0;width:100%;height:100%;z-index:7;background-color:#0c0c0cad}.menu-wrapper__close>*{padding:0}.menu-wrapper__close i{width:50px;height:50px}.menu-wrapper__close i svg{fill:#fff}.menu-wrapper .menu{max-width:400px;width:100%;height:100%;position:relative;box-sizing:border-box;background-color:var(--bg-color);display:flex;flex-direction:column}.menu-wrapper .menu__title{display:grid;grid-template-areas:"img user" "img market";padding:.8em;background:#3d3c3d;background:linear-gradient(180deg,#3d3c3d,#0c0c0c)}.menu-wrapper .menu__logo{grid-area:img;display:flex;justify-content:center;align-items:center}.menu-wrapper .menu__logo .logo-dm360{color:#fff;width:125px}.menu-wrapper .menu__identify{grid-area:user;justify-self:end}.menu-wrapper .menu__identify>a{max-width:-moz-fit-content;max-width:fit-content;text-align:center;font-size:.7em}.menu-wrapper .menu__marketplace{grid-area:market;text-align:end;align-self:flex-end;font-weight:700;color:#fff;font-size:1.2em}.menu-wrapper .menu__user-logged{text-decoration:none;display:flex;align-items:center;gap:.4em;color:#fff}.menu-wrapper .menu__avatar{width:30px;height:30px;border-radius:50%;background-color:#fff;color:#000;font-weight:700;display:grid;place-items:center}.menu-wrapper .menu__user-login{display:flex;align-items:center;justify-content:flex-end;gap:.2em;text-decoration:none;color:#fff}.menu-wrapper .menu__user-login i{width:30px;height:30px}.menu-wrapper .menu__user-login p{font-size:1.2em}.menu-wrapper .menu__wrapper-line{padding:.8em}.menu-wrapper .menu__line{border:1.5px solid #000;display:flex}.menu-wrapper .menu__boutiques,.menu-wrapper .menu__categories,.menu-wrapper .menu__home{padding:.8em}.menu-wrapper .menu__scroll{display:flex;flex-direction:column;overflow-y:scroll;scrollbar-width:none;height:100%}.menu-wrapper .menu__scroll a{color:#000;text-decoration:none}.menu-wrapper .menu__home{display:flex;flex-direction:column;gap:.4em;padding:.8em}.menu-wrapper .menu__home p{font-size:small;margin:0;color:var(--color--mute)}.menu-wrapper .menu__user{margin-top:1em;display:flex;justify-content:space-between;align-items:center}.menu-wrapper .menu__user a,.menu-wrapper .menu__user span{font-weight:700;font-size:1.4em;color:inherit}.menu-wrapper .menu__user i{width:25px;height:25px}.menu-wrapper .menu__categories{display:flex;flex-direction:column;gap:2em}.menu-wrapper .menu__category-header{display:flex;flex-direction:column;gap:.4em}.menu-wrapper .menu__category-header p{margin:0}.menu-wrapper .menu__category-header p:first-of-type{font-weight:700;font-size:1.4em}.menu-wrapper .menu__main-categories{display:flex;padding-bottom:1em}.menu-wrapper .menu__main-categories ul{display:flex;gap:1em;flex-direction:column;padding:0;margin:0;list-style:none}.menu-wrapper .menu__main-categories ul li>a{display:flex;align-items:center;gap:1.2em;text-decoration:none;color:inherit}.menu-wrapper .menu__main-categories ul li>a i{width:60px;height:40px}.menu-wrapper .menu__brands{display:flex;flex-direction:column;gap:2em;padding:.8em}.menu-wrapper .menu__brands-header{display:flex;flex-direction:column;gap:.4em}.menu-wrapper .menu__brands-header p{margin:0}.menu-wrapper .menu__brands-header p:first-of-type{font-weight:700;font-size:1.4em}.menu-wrapper .menu__main-brands{display:flex}.menu-wrapper .menu__main-brands ul{display:flex;gap:1em;flex-direction:column;padding:0;margin:0;list-style:none;color:#444}.menu-wrapper .menu__main-brands ul li>a{display:flex;align-items:center;gap:1.2em;text-decoration:none;color:inherit}.menu-wrapper .menu__main-brands ul li>a i{font-size:2.5em}.menu-wrapper .menu__boutiques{display:flex;flex-direction:column;gap:1em}.menu-wrapper .menu__boutiques p{margin:0}.menu-wrapper .menu__boutiques p:first-of-type{font-weight:700;font-size:1.4em}.menu-wrapper .menu__boutiques p>a,.menu-wrapper .menu__sections-links a{color:inherit;text-decoration:none}.menu-wrapper .menu__footer{text-align:end;margin-top:auto;padding:.8em}.menu-wrapper .menu__footer>small{font-size:xx-small;color:var(--color--mute)}@media(max-width:460px){.menu-wrapper .menu{max-width:350px}}@media(max-width:430px){.menu-wrapper .menu{max-width:85%}.menu-wrapper .menu__boutiques,.menu-wrapper .menu__categories,.menu-wrapper .menu__home,.menu-wrapper .menu__title,.menu-wrapper .menu__wrapper-line{padding:.8em .4em}.menu-wrapper .menu__marketplace{font-size:1em}.menu-wrapper .menu__category-header>p,.menu-wrapper .menu__home>p{font-size:.9em}}@media(max-width:341px){.menu-wrapper .menu{max-width:270px}.menu-wrapper .menu .logo-dm360{width:100px}.menu-wrapper .menu__main-categories ul{gap:2em}.menu-wrapper .menu__main-categories ul li a{gap:.4em}.menu-wrapper .menu__main-categories ul li a span{font-size:1.3em}.menu-wrapper .menu__category-header>p,.menu-wrapper .menu__home>p{font-size:.9em}.menu-wrapper .menu__marketplace{font-size:1em}}@media(max-width:311px){.menu-wrapper .menu{max-width:250px}.menu-wrapper .menu .logo-dm360{width:100px}.menu-wrapper .menu__category-header>p,.menu-wrapper .menu__home>p{font-size:.9em}.menu-wrapper .menu__marketplace{font-size:1em}}.cw-container[data-v-76411560]{justify-content:center;gap:1.5rem}.cw-container[data-v-76411560],.cw-container .cw-header[data-v-76411560]{display:flex;flex-direction:column;align-items:center}.cw-container .cw-header[data-v-76411560]{gap:.5rem;text-align:center}.cw-container .cw-header .svg-badge[data-v-76411560]{width:5rem;height:5rem;border-radius:100%;aspect-ratio:1/1;background-color:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center}.cw-container .cw-header .svg-badge svg[data-v-76411560]{width:2.5rem;height:2.5rem}.cw-container .cw-header strong[data-v-76411560]{font-size:1.5rem;white-space:normal}.cw-container .cw-header span[data-v-76411560]{color:#6b7280;white-space:normal}.cw-container .cw-buttons[data-v-76411560]{width:100%;display:flex;flex-direction:column;gap:.5rem}.cw-container .cw-buttons button[data-v-76411560]{padding:1rem;font-size:1rem;border-radius:.5rem}.cw-container .cw-buttons #go-back[data-v-76411560]{background-color:transparent;border:2px solid var(--brand-color);color:var(--brand-color);transition:all .15s ease-in-out}.cw-container .cw-buttons #go-back[data-v-76411560]:hover{color:#fff;background-color:var(--brand-color)}.cw-container .cw-form[data-v-76411560]{width:100%;display:flex;flex-direction:column;gap:1.5rem}.cw-container .cw-form .cw-form-checkbox[data-v-76411560]{display:flex;align-items:center;gap:.5rem}.cw-container .cw-form .cw-form-checkbox a[data-v-76411560]{color:var(--brand-color)}.cw-container .cw-form .cw-form-buttons[data-v-76411560]{width:100%;display:flex;flex-direction:row-reverse;align-items:center;gap:.5rem}.cw-container .cw-form .cw-form-buttons button[data-v-76411560]{padding:1rem;font-size:1rem;border-radius:.5rem}.cw-container .cw-form .cw-form-buttons #submit-button[data-v-76411560]{flex:1}.cw-container .cw-form .cw-form-buttons #go-back[data-v-76411560]{background-color:transparent;border:1px solid #9ca3af;color:#9ca3af}.cw-container .cw-form .cw-form-buttons #go-back[data-v-76411560]:hover{color:#4b5563}.cw-container #google-policy[data-v-76411560]{color:#9ca3af}.cw-container #google-policy a[data-v-76411560]{color:var(--brand-color)}@media(min-width:768px){.cw-container[data-v-76411560]{padding:2rem 4rem}}.footer-wrapper{background-color:#00253c;color:var(--color-footer);min-height:200px;font-size:.9em;display:flex;flex-direction:column;gap:.5em}.footer-wrapper .logo-dm360{--logo-primary-color:#fff!important;--logo-secondary-color:#eb7a28!important;color:var(--logo-primary-color)}.footer-wrapper .logo-dm360__slogan--main{display:initial!important}.footer-wrapper .footer{display:flex;justify-content:space-between;gap:0 75px;flex-wrap:wrap}@media(max-width:800px){.footer-wrapper .footer{flex-wrap:nowrap;flex-direction:column;max-width:100%}}.footer-wrapper .footer>*{flex:1;display:flex;gap:3em}.footer-wrapper .footer{margin:auto;max-width:1200px}.footer-wrapper .footer a{color:var(--color-footer);text-decoration:none}.footer-wrapper .footer a:hover{text-decoration:underline}.footer-wrapper .footer ul{list-style:none;white-space:nowrap;padding:0;margin:0}.footer-wrapper .footer__info__help ul{display:flex;flex-direction:column;gap:1em}.footer-wrapper .footer__info__help ul li{min-width:150px}.footer-wrapper .footer__logo{display:flex;flex-direction:column;gap:2em;align-items:flex-start;max-width:100%}.footer-wrapper .footer__logo>p{line-height:2}.footer-wrapper .footer__list{display:flex;flex-direction:column;gap:1em}.footer-wrapper .footer__list>li:not(:first-child){margin-top:.5em}.footer-wrapper .footer__list li{min-width:150px}.footer-wrapper .footer__list a{color:var(--color-footer)}.footer-wrapper .footer__list__text{font-style:italic}.footer-wrapper .footer__powered-by{text-align:center}.footer-wrapper .footer__powered-by p{margin-bottom:.5em}.footer-wrapper .footer>div:first-child{flex:2;display:flex;gap:2em;height:100%;padding:4em 2em 0}.footer-wrapper .footer>div:first-child>div{display:flex;flex-direction:column;width:100%}@media(max-width:700px){.footer-wrapper .footer>div:first-child{flex-wrap:wrap}}@media(max-width:680px){.footer-wrapper .footer>div:first-child{padding:2em;font-size:.7em;justify-content:space-between;gap:5em 0}.footer-wrapper .footer>div:first-child>div{width:-moz-fit-content;width:fit-content}}.footer-wrapper .footer__rights{display:flex;align-items:center;justify-content:space-between;padding:0 1em;margin-top:2em;background-color:var(--brand-color);font-size:.8em}.footer-wrapper .footer__rights a,.footer-wrapper .footer__rights p{color:#fff;text-decoration:none}.footer-wrapper .footer__title{font-size:1.4em;margin:0 0 1em;color:#fff;font-style:normal;font-weight:700}.footer-wrapper p{margin:0}.ratings{max-width:1200px;padding:1em;display:flex;flex-direction:column;margin:auto;gap:1em}@media(max-width:680px){.ratings{margin:0}}.ratings h2{font-weight:700;font-size:1.5em;margin:1em 0 0}.ratings p{font-size:.8em;margin-top:.25em}.ratings__content{display:flex;gap:1.5em;overflow-x:auto;margin:auto;scroll-snap-type:x mandatory}.ratings__content::-webkit-scrollbar{display:none}.ratings__content{-ms-overflow-style:none;scrollbar-width:none}.ratings__content>a{scroll-snap-align:start;max-width:300px;box-shadow:0 10px 10px -10px #2123261a;text-decoration:none}
