.mini-cart{position:absolute;box-sizing:border-box;top:100%;right:-.5em;z-index:2;padding:1em 1em .25em;width:350px;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:4px;box-shadow:0 2px 8px #63636333}.mini-cart .icon{width:18px;height:18px}.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:.5em;border-top:1px solid #e2e8f0}.mini-cart__total__section{width:100%;display:flex;flex-direction:row;justify-content:space-between}.mini-cart__total__section p{margin:.5em .5em .5em 0}.mini-cart__total__section.mini p{font-size:.75em;margin-top:0;margin-bottom:0}.mini-cart__close{position:absolute;top:.5em;right:.5em}.mini-cart__items-wrapper{overflow-y:auto;scroll-snap-type:y proximity;margin-bottom:1em}.mini-cart__items{display:flex;flex-direction:column;gap:1em;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:.5em 0}.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}.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}.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%}.cw-container[data-v-9825d96b]{justify-content:center;gap:1.5rem}.cw-container[data-v-9825d96b],.cw-container .cw-header[data-v-9825d96b]{display:flex;flex-direction:column;align-items:center}.cw-container .cw-header[data-v-9825d96b]{gap:.5rem;text-align:center}.cw-container .cw-header .svg-badge[data-v-9825d96b]{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-9825d96b]{width:2.5rem;height:2.5rem}.cw-container .cw-header strong[data-v-9825d96b]{font-size:1.5rem;white-space:normal}.cw-container .cw-header span[data-v-9825d96b]{color:#6b7280;white-space:normal}.cw-container .cw-buttons[data-v-9825d96b]{width:100%;display:flex;flex-direction:column;gap:.5rem}.cw-container .cw-buttons button[data-v-9825d96b]{padding:1rem;font-size:1rem;border-radius:.5rem}.cw-container .cw-buttons #go-back[data-v-9825d96b]{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-9825d96b]:hover{color:#fff;background-color:var(--brand-color)}.cw-container .cw-form[data-v-9825d96b]{width:100%;display:flex;flex-direction:column;gap:1.5rem}.cw-container .cw-form .cw-form-checkbox[data-v-9825d96b]{display:flex;align-items:center;gap:.5rem}.cw-container .cw-form .cw-form-checkbox a[data-v-9825d96b]{color:var(--brand-color)}.cw-container .cw-form .cw-form-buttons[data-v-9825d96b]{width:100%;display:flex;flex-direction:row-reverse;align-items:center;gap:.5rem}.cw-container .cw-form .cw-form-buttons button[data-v-9825d96b]{padding:1rem;font-size:1rem;border-radius:.5rem}.cw-container .cw-form .cw-form-buttons #submit-button[data-v-9825d96b]{flex:1}.cw-container .cw-form .cw-form-buttons #go-back[data-v-9825d96b]{background-color:transparent;border:1px solid #9ca3af;color:#9ca3af}.cw-container .cw-form .cw-form-buttons #go-back[data-v-9825d96b]:hover{color:#4b5563}.cw-container #google-policy[data-v-9825d96b]{color:#9ca3af}.cw-container #google-policy a[data-v-9825d96b]{color:var(--brand-color)}@media(min-width:768px){.cw-container[data-v-9825d96b]{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}
