@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";.section-cards{background-color:#f6f6f6;padding:1rem}.cards-container{display:flex;flex-flow:row wrap;justify-content:center;gap:1rem}main{background-color:#f6f6f6}.section-cards{display:flex}.section-cards__header{width:100%;max-width:1250px;margin:0 auto}.cards-container{background-color:#f6f6f6;padding:3%;width:100%;max-width:1400px;margin:0 auto}.card{display:flex;flex-direction:column;min-width:316px;max-width:500px;height:200px;background-color:#eb5e28;color:#403d39;border-top-left-radius:5px;border-top-right-radius:5px;overflow:hidden;box-shadow:0 1px 5px #0000004d;transition:transform .3s}.card__article{display:flex}.card__image{object-fit:cover;width:100%;height:100%}.card__image-container{height:200px;overflow:hidden;clip-path:polygon(0 0,100% 0,85% 100%,0% 100%)}.card__content{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;padding:2%}.card__heading{font-size:1.2rem}.card__description{width:250px;font-size:.9rem;align-items:center}.card__precios{margin-top:8px;letter-spacing:5px;text-align:center}.card__botones-acciones{display:flex;gap:5px;justify-content:center}.card__boton{text-decoration:none;font-size:.8rem;margin-top:auto;display:block;text-align:center;padding:10px;background-color:#403d39;color:#eb5e28;border-radius:5px}@media screen and (min-width: 992px){.card{display:flex;flex-direction:column;height:100%}.card__article{flex-direction:column}.card .card__image-container{clip-path:polygon(0 0,100% 0,100% 200px,0 180px)}.card:hover .card__image-container,.card:focus .card__image-container{clip-path:polygon(0 0,100% 0,100% 190px,0 200px)}.card__heading{font-size:1.5rem}.card__content{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;height:100%}.card__description{width:300px;font-size:1.2rem;font-weight:600}.card__boton{margin-top:20px;display:block;text-align:center;padding:10px;background-color:#403d39;color:#eb5e28;border-radius:5px}}@media screen and (min-width: 1200px){.card{height:100%;display:flex;flex-direction:column;justify-content:space-between;border-radius:5px}.card__image-container{height:220px;overflow:hidden}.card__heading{font-size:1.5rem;text-align:center}.card__description{margin-top:15px;margin-left:5px;width:400px;font-size:1rem}.card__content{flex:1;display:flex;flex-direction:column;padding:0}.card__boton{margin-top:20px;padding:10px;text-align:center;display:block;width:100%;background-color:#403d39;color:#eb5e28;cursor:pointer}.card__boton:hover{background-color:#252422}.card:hover,.card:focus{transform:scale(1) skew(0) rotate(2deg);transform-origin:bottom;box-shadow:0 7px 8px #00000080}}.slider{background-image:url(../../images-slider/zildjian-chroma-pack-lifstyle.webp);background-size:cover;background-position:center;position:relative;width:100%;height:200px;animation:efecto linear infinite 15s}@media screen and (min-width: 768px){.slider{height:300px}}@media screen and (min-width: 992px){.slider{height:430px}}@media screen and (min-width: 1200px){.slider{height:450px;max-width:1250px;margin:0 auto}}@keyframes efecto{20%{background-image:url(../../images-slider/auriculares-zildjian.webp)}40%{background-image:url(../../images-slider/dark_cymbal_pack_1.webp)}60%{background-image:url(../../images-slider/ALCHEM-E_Gold-EX_Front-Side.webp)}80%{background-image:url(../../images-slider/l80_low_volume_cymbal_pack.webp)}}.spinner{margin:100px auto;width:80px;height:60px;text-align:center;font-size:10px}.spinner>div{background-color:#333;height:100%;width:6px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.spinner .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.spinner .rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.spinner .rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-stretchdelay{0%,40%,to{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,40%,to{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}.formulario-alta{background-color:#f6f6f6}.formulario-alta__subtitulo{color:#eb5e28;font-weight:700;font-size:1.4rem;text-shadow:0 0 2px #252422;text-align:center;padding:10px}.formulario-alta__contenedor-datos{display:flex;flex-direction:column;align-items:center;justify-content:center}.formulario-alta__datos-prod{display:flex;flex-direction:column;gap:5px}.formulario-alta__labels-prod{font-size:1.2rem;font-weight:800;color:#252422;letter-spacing:3px;text-align:center;margin-top:20px}.formulario-alta__inputs-datos{font-size:1.3rem;padding:5px;border-top:none;border-right:none;border-left:none;border-radius:10px;background-color:#f6f6f6}.formulario-alta__checkbox{margin-top:40px}.formulario-alta__check{margin-left:10px}.formulario-alta__botones{display:flex;gap:50px;margin-top:20px;margin-bottom:50px}.formulario-alta__boton{text-align:center;font-weight:800;font-size:1rem;letter-spacing:1px;margin-top:20px;padding:10px 20px;border:none;border-radius:20px;background-color:#eb5e28;cursor:pointer}@media screen and (min-width: 768px){.formulario-alta__subtitulo{font-size:1.7rem}.formulario-alta__labels-prod{font-size:1.3rem}.formulario-alta__inputs-datos{font-size:1.4rem;padding:8px}.formulario-alta__boton{font-size:1.1rem}}@media screen and (min-width: 992px){.formulario-alta__subtitulo{font-size:1.9rem}.formulario-alta__labels-prod{font-size:1.5rem}.formulario-alta__inputs-prod{font-size:1.6rem}.formulario-alta__boton{font-size:1.2rem;border:2px solid #403d39}}@media screen and (min-width: 1200px){.formulario-alta__subtitulo{font-size:2rem}.formulario-alta__labels-prod{font-size:1.7rem}.formulario-alta__inputs-prod{font-size:1.9rem}.formulario-alta__boton{font-size:1.3rem}.formulario-alta__boton:hover{box-shadow:0 0 10px 3px #403d39}}@media screen and (min-width: 1400px){.formulario-alta__labels-prod{font-size:1.8rem}.formulario-alta__inputs-prod{font-size:2rem}}.drop-area{border:2px solid #eb5e28;box-shadow:0 0 15px 3px #eb5e28;border-radius:20px;width:300px;margin:25px 0;padding:20px}.drop-area p{margin-bottom:30px;text-align:center;letter-spacing:3px;font-weight:800}.drop-area-button{display:inline-block;padding:10px;background:#eb5e28;cursor:pointer;border-radius:5px;border:2px solid #403d39;font-weight:600}.drop-area #lbl-foto{display:none}.drop-area-image img{width:250px;margin-top:10px;margin-right:10px;vertical-align:middle}@media screen and (min-width: 1200px){.drop-area p,.drop-area-button{font-size:1.2rem}.drop-area-button:hover{box-shadow:0 0 10px 3px #252422}}.fila{font-size:1.1rem;font-weight:400}.fila__nombre{font-weight:900;letter-spacing:3px}.fila__precio{font-weight:700;letter-spacing:2px}.fila__marca{font-size:1.3rem;letter-spacing:2px}.fila__descripcion{font-weight:200}.fila__envio{color:#eb5e28;font-weight:700;letter-spacing:5px}.fila__botones{display:flex;flex-direction:column;gap:10px;height:100%}.fila__botonaccion{padding:10px 20px;border:none;border-radius:20px;background-color:#eb5e28;cursor:pointer;color:#f6f6f6;font-weight:700;letter-spacing:2px}.fila img{width:8rem}@media screen and (min-width: 768px){.fila{font-size:1.2rem}.fila img{width:7.5rem;margin:auto}}@media screen and (min-width: 1200px){.fila{font-size:1.4rem}.fila__botones{gap:20px}.fila__botonaccion{font-size:1.3rem}.fila__botonaccion:hover{box-shadow:3px 5px 10px #000}.fila img{width:9.5rem;border-radius:10px}}@media screen and (min-width: 1400px){.fila{font-size:1.5rem}}.tabla-contenedor{width:100%;overflow-x:auto}.tabla-contenedor__tabla-alta{width:95%;min-width:316px;border:1px solid black;border-collapse:collapse;margin:1px auto;background-color:#f6f6f6}.tabla-contenedor__tabla-alta th,.tabla-contenedor__tabla-alta td{border:1px solid black;padding:8px;text-align:left;white-space:nowrap}.tabla-contenedor__tabla-alta th{background-color:#eb5e28;color:#f6f6f6;font-weight:700;font-size:1.2rem;letter-spacing:2px}@media screen and (min-width: 768px){.tabla-contenedor td{border:2px solid black}.tabla-contenedor th{font-size:1.3rem;text-align:center;border:2px solid black}}@media screen and (min-width: 1400px){.tabla-contenedor th{font-size:1.5rem}}img{width:100%;height:auto}@keyframes show{0%{opacity:0;scale:25%}to{opacity:1;scale:100%}}.info{margin:0 50px}.info__titulo{padding:10px;margin-bottom:30px;font-size:2.5rem;color:#eb5e28;text-shadow:3px 3px 4px #403d39}.info__textos{font-size:1.4rem;letter-spacing:1px;margin-top:20px;margin-bottom:15px;font-weight:500}.info__image-drummers{view-timeline-name:--image;view-timeline-axis:--block;animation-timeline:--image;animation-name:show;animation-range:entry 25% cover 60%;animation-fill-mode:both;border-radius:5px;margin-bottom:20px}@media screen and (min-width: 768px){.info__titulo{margin-left:15%}.info__textos{max-width:70%;font-size:1.8rem;margin:0 auto}.info__image-drummers{display:block;margin:0 auto;max-width:70%}}@media screen and (min-width: 992px){.info__textos{font-size:1.5rem}}@media screen and (min-width: 1200px){.info__titulo{text-align:center;margin:0 0 50px}.info__textos{font-size:1.4rem;max-width:60%}.info__image-drummers{max-width:60%}}@media screen and (min-width: 1400px){.info{max-width:1100px;margin:40px auto}.info__titulo{text-align:center;font-size:3rem}.info__textos{font-size:1.4rem}}textarea{resize:vertical;height:80px;max-height:200px}.formulario{background-color:#f6f6f6;font-size:1.2rem;height:100%;padding:40px}.formulario__titulo{font-weight:900;color:#eb5e28;text-align:center;text-shadow:2px 3px 1px #252422;border-radius:20px;padding:5px;margin:15px 15px 45px}.formulario__labels{margin-top:20px;letter-spacing:2px;font-weight:700}.formulario__datos{display:flex;flex-direction:column;align-items:center;gap:10px}.formulario__entrada-datos{width:70%;padding:4px;border-left:none;border-top:none;border-right:none;background-color:#f6f6f6}.formulario__boton{text-align:center;margin-top:20px;padding:10px 20px;border:none;border-radius:20px;background-color:#eb5e28;cursor:pointer}.formulario__contenedor-map{display:flex;justify-content:center;align-items:center;margin-top:30px}.formulario iframe{width:100%}@media screen and (min-width: 768px){.formulario{font-size:1.5rem}.formulario__labels{font-weight:600}.formulario__entrada-datos{width:50%}.formulario iframe{width:70%}}@media screen and (min-width: 1200px){.formulario form{display:flex;justify-content:center;align-items:flex-start;gap:10px}.formulario__contenedor-datos{flex:1;max-width:500px}.formulario__contenedor-map{flex:1;display:flex;justify-content:center}.formulario__entrada-datos{width:70%;font-size:1.1rem}.formulario__boton{font-size:1.1rem}.formulario__boton:hover{box-shadow:3px 5px 10px #000}.formulario iframe{width:100%;max-width:500px;height:580px}}@media screen and (min-width: 1400px){.formulario{display:contents;justify-content:center;font-size:1.6rem}.formulario form{max-width:1300px;width:100%;display:flex;justify-content:center;align-items:flex-start;margin:0 auto}.formulario__entrada-datos{padding:8px;font-size:1.2rem}.formulario iframe{height:600px}}.tabla-items{font-size:1.1rem;font-weight:500}.tabla-items__item{font-size:1.1rem}.tabla-items__foto-prod{width:100px}.tabla-items__item-boton{font-weight:700;text-decoration:none;font-size:.8rem;margin-top:auto;display:block;text-align:center;padding:10px;background-color:#403d39;color:#eb5e28;border-radius:5px}@media screen and (min-width: 768px){.tabla-items__item{font-size:1.15rem}.tabla-items__foto-prod{width:130px}}@media screen and (min-width: 992px){.tabla-items__item{font-size:1.25rem}.tabla-items__foto-prod{width:180px}}@media screen and (min-width: 1200px){.tabla-items__item{font-size:1.3rem}.tabla-items__foto-prod{font-size:200px}.tabla-items__item-boton:hover{box-shadow:0 0 10px 2px #eb5e28;transform:scale(1.1);transition:transform .2s ease-in-out}}table.tabla-carrito{border-collapse:collapse;width:95%;margin:1rem auto}table.tabla-carrito th,table.tabla-carrito td{border:1px solid #252422;padding:8px;text-align:left}table.tabla-carrito th{background-color:#eb5e28}@media screen and (min-width: 992px){table.tabla-carrito th{font-size:1.2rem;font-weight:600;text-align:center}}@media screen and (min-width: 1200px){table.tabla-carrito th{font-size:1.3rem;letter-spacing:2px}}.contenedor-precio{margin-top:30px;margin-left:30px;margin-bottom:40px}.acciones-carrito{display:flex;justify-content:center;gap:20px}.acciones-carrito__botones{font-weight:700;text-decoration:none;font-size:.8rem;margin-top:auto;display:block;text-align:center;padding:10px;background-color:#403d39;color:#eb5e28;border-radius:5px}@media screen and (min-width: 992px){.acciones-carrito{gap:30px}.acciones-carrito__botones{font-size:1rem}}@media screen and (min-width: 1200px){.acciones-carrito__botones:hover{box-shadow:0 0 10px 2px #eb5e28;transform:scale(1.1);transition:transform .2s ease-in-out}}.contenedor-compra{padding:15px}.contenedor-compra h1{font-size:1.4rem;color:#403d39;letter-spacing:2px;margin-bottom:30px}.contenedor-compra__total-prod{width:180px;background-color:#252422;color:#eb5e28;padding:10px;text-align:center;font-weight:800;font-size:.8rem;letter-spacing:2px;border-radius:20px;border:2px solid #eb5e28}@media screen and (min-width: 768px){.contenedor-compra h1{font-size:1.6rem}}@media screen and (min-width: 992px){.contenedor-compra__total-prod{font-size:1.3rem}}@media screen and (min-width: 1200px){.contenedor-compra{max-width:1100px;margin:0 auto}.contenedor-compra h1{font-size:1.9rem}}.producto-detalle{font-size:1rem;padding:10px;color:#403d39}.producto-detalle__titulo-producto{font-size:1.8rem}.producto-detalle__contenedor-image{margin:0 auto;min-width:316px}.producto-detalle__contenedor-image img{width:320px}.producto-detalle__contenedor-prod{background-color:#f6f6f6;box-shadow:0 1px 10px 2px #000;border-radius:5px;display:flex;flex-direction:column;padding:15px;gap:20px;margin-top:20px}.producto-detalle__contenedor-detalle h2{color:#eb5e28;font-size:1rem}.producto-detalle__contenedor-detalle h3{font-size:1.8rem}.producto-detalle__marca{font-size:1.4rem}.producto-detalle__precio{font-size:2rem;letter-spacing:2px;font-weight:500;margin-bottom:15px}.producto-detalle__descripcion{font-size:1.2rem;letter-spacing:1px}@media screen and (min-width: 768px){.producto-detalle__titulo-producto{font-size:2rem}.producto-detalle__contenedor-image img{width:600px;box-shadow:0 0 10px 1px #403d39;border-radius:5px;margin-top:10px}.producto-detalle__descripcion{font-size:1.3rem}}@media screen and (min-width: 1200px){.producto-detalle{max-width:1150px;margin:0 auto}.producto-detalle__contenedor-prod{display:flex;flex-direction:row;flex-wrap:wrap;box-shadow:none}.producto-detalle__contenedor-image img{width:530px;align-items:start;box-shadow:none}.producto-detalle__contenedor-detalle{width:550px}.producto-detalle__contenedor-detalle h2{font-size:2rem;font-weight:200;letter-spacing:3px;text-align:center}.producto-detalle__contenedor-detalle h3{margin-top:10px;font-size:2rem}.producto-detalle__descripcion{font-size:1.1rem}}@media screen and (min-width: 1200px) and (min-width: 1400px){.producto-detalle__contenedor-detalle{width:400px}.producto-detalle__descripcion{font-size:1.3rem}}footer{background-color:#eb5e28}.content-footer{background:#eb5e28;color:#252422;padding:1em;margin-top:5px;margin-bottom:0}@media screen and (min-width: 1200px){.content-footer{display:flex;flex-wrap:wrap;justify-content:space-between}}@media screen and (min-width: 1400px){.content-footer{max-width:1250px;margin:0 auto}}.content-footer__empresa{font-size:1.2rem}@media screen and (min-width: 1200px){.content-footer__empresa{max-width:500px}}.content-footer__logo-eslogan{padding:10px}.content-footer__logo-footer{display:flex;width:150px;margin:auto}@media screen and (min-width: 768px){.content-footer__logo-footer{width:250px}}@media screen and (min-width: 1200px){.content-footer__logo-footer{width:100px}}.content-footer__titulo-footer{text-align:center;letter-spacing:2px;margin-bottom:10px}@media screen and (min-width: 768px){.content-footer__titulo-footer{font-size:2.3rem;letter-spacing:4px}}.content-footer__eslogan{text-align:center;font-weight:700;letter-spacing:3px;margin-bottom:40px}@media screen and (min-width: 768px){.content-footer__eslogan{font-size:1.7rem;letter-spacing:4px}}.content-footer__logo-redes{display:flex;width:100%;gap:30px;align-items:center;justify-content:center;margin-bottom:10px}@media screen and (min-width: 768px){.content-footer__logo-redes{gap:80px}}.content-footer__loguito{width:40px}@media screen and (min-width: 768px){.content-footer__loguito{width:60px}}@media screen and (min-width: 1200px){.content-footer__loguito{width:45px;cursor:pointer;transition:transform .3s ease-in-out}.content-footer__loguito:hover{transform:scale(1.3);filter:drop-shadow(20px 10px 2px rgba(0,0,0,.3490196078))}}.content-footer__pays{width:100%;margin-top:40px}@media screen and (min-width: 992px){.content-footer__pays{display:flex}}@media screen and (min-width: 1200px){.content-footer__pays{display:flex;width:55%}}.content-footer__tarjetas-info{display:flex;width:90%;margin:0 auto;gap:20px}@media screen and (min-width: 992px){.content-footer__tarjetas-info{display:block}}@media screen and (min-width: 1200px){.content-footer__tarjetas-info{display:block}}.content-footer__icons{width:100px}@media screen and (min-width: 768px){.content-footer__icons{width:140px}}@media screen and (min-width: 992px){.content-footer__icons{display:flex;margin:0 auto}}@media screen and (min-width: 1200px){.content-footer__icons{width:100px}}.content-footer__text-info{font-size:1.2rem;font-weight:500;margin-bottom:10px}@media screen and (min-width: 768px){.content-footer__text-info{width:400px;font-size:1.4rem;font-weight:600;margin-left:15%;margin-top:15px}}@media screen and (min-width: 992px){.content-footer__text-info{font-size:1.5rem;width:350px;text-align:center}}@media screen and (min-width: 1200px){.content-footer__text-info{width:200px;font-size:1.4rem;margin:10px auto 0}}.content-footer__content-cardLogos{display:flex;justify-content:space-between;margin-top:50px}@media screen and (min-width: 992px){.content-footer__content-cardLogos{width:90%;margin:50px auto 0}}.content-footer__logos-pays{width:60px}@media screen and (min-width: 992px){.content-footer__logos-pays{width:75px}}@media screen and (min-width: 1200px){.content-footer__logos-pays{width:60px}}.main-header{display:flex;flex-direction:column-reverse;background:#eb5e28}@media screen and (min-width: 992px){.main-header{flex-direction:column}}@media screen and (min-width: 1200px){.main-header{flex-direction:column;align-items:center}}@keyframes dropdown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}#menu{display:none}#menu:checked+.nav-bar{display:block;animation:dropdown .5s ease-in-out}#menu:checked~.search-bar .menu-toogle .menu-toogle__top-bread{transform:rotate(45deg) translate(5px,5px)}#menu:checked~.search-bar .menu-toogle .menu-toogle__meat{opacity:0}#menu:checked~.search-bar .menu-toogle .menu-toogle__bottom-bread{transform:rotate(-45deg) translate(5px,-5px)}.nav-bar{background:#eb5e28;display:none}.nav-bar__nav-list{display:flex;flex-direction:column;justify-content:center;list-style-type:none;background:#eb5e28;font-size:1rem}@media screen and (min-width: 992px){.nav-bar__nav-list{flex-direction:row;justify-content:center}}.nav-bar__nav-item{text-align:center}.nav-bar__nav-link{display:block;background-color:#eb5e28;padding:1rem 2rem;color:#fff;text-decoration:none;position:relative}.nav-bar__nav-link:active{color:#000}@media screen and (min-width: 992px){.nav-bar__nav-link{font-size:1rem;font-weight:600;letter-spacing:2px}.nav-bar__nav-link:active{color:#403d39}}@media screen and (min-width: 1200px){.nav-bar__nav-link{background:#eb5e28;color:#f6f6f6;font-size:.9rem}.nav-bar__nav-link:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;border-radius:100%;margin-bottom:10px;background-color:#f6f6f6;transition:width .3s ease-in-out}.nav-bar__nav-link:hover:after{width:100%}}@media screen and (min-width: 992px){.nav-bar{display:block}}@media screen and (min-width: 1200px){.nav-bar{order:2;width:100%;background-color:#f6f6f6}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Open Sans,sans-serif;font-size:100%}.search-bar{display:flex;background:#eb5e28;justify-content:center;align-items:center;width:100%;max-width:1200px;height:3.7rem;margin:0 auto}.search-bar__logo-container{width:5.75rem;height:3.5rem}@media screen and (min-width: 992px){.search-bar__logo-container{width:5rem;height:4rem;margin-left:10px}}.search-bar__logo-img{opacity:0}@media screen and (min-width: 576px){.search-bar__logo-img{opacity:1;width:60px;object-fit:contain}}@media screen and (min-width: 1200px){.search-bar__logo-img{width:100px;position:relative}}.search-bar__form-container{padding:1rem;display:flex;flex-basis:1000px;justify-content:center}@media screen and (min-width: 992px){.search-bar__form-container{max-width:100%}}.search-bar__form-label{background-color:none}.search-bar__logo-search{opacity:0;min-width:20px;min-height:20px;max-width:30px;max-height:30px;object-fit:contain;flex-shrink:0}@media screen and (min-width: 576px){.search-bar__logo-search{opacity:1}}@media screen and (min-width: 992px){.search-bar__logo-search{max-height:35px}}.search-bar__form-search{background-color:#f6f6f6;margin-left:10px;padding-left:10px;border-radius:10px;width:100px}@media screen and (min-width: 576px){.search-bar__form-search{width:180px}}@media screen and (min-width: 768px){.search-bar__form-search{width:70%}}@media screen and (min-width: 992px){.search-bar__form-search{width:30%;margin-left:20px}}@media screen and (min-width: 1200px){.search-bar__form-search{width:50%}}.search-bar__form-submit{background-color:#f6f6f6;margin-left:2px;border-radius:10px;font-size:.8rem;padding:5px;transition:background-color .3s ease-in-out,transform .2s ease-in-out;cursor:pointer}@media screen and (min-width: 1200px){.search-bar__form-submit:hover{background-color:#eb5e28;transform:scale(1.1);box-shadow:0 4px 10px #0000004d}}.search-bar__carrito-container{flex:0 0 3rem;margin:auto;position:relative}@media screen and (min-width: 992px){.search-bar__carrito-container{flex:0 0 5rem;margin:auto;background:none}}.search-bar__cart-link{position:relative;display:inline-block}.search-bar__cart-logo{min-width:20px;min-height:20px;max-width:30px;max-height:30px;object-fit:contain;flex-shrink:0;transition:transform .3s ease-in-out}.search-bar__cart-logo:hover{transform:scale(1.2)}@media screen and (min-width: 768px){.search-bar__cart-logo{max-height:35px}}.search-bar__cart-count{position:absolute;top:-10px;right:-15px;background-color:#252422;color:#fff;font-size:1.1rem;font-weight:700;border-radius:50%;width:20px;height:20px;padding:2px;display:flex;align-items:center;justify-content:center}@media screen and (min-width: 1200px){.search-bar{order:1;width:100%}}.menu-toogle{display:block;flex:0 0 3rem;position:relative;cursor:pointer;height:50px}.menu-toogle__label{display:block;height:100%}.menu-toogle__top-bread,.menu-toogle__meat,.menu-toogle__bottom-bread{display:block;background-color:#333;height:.2rem;position:absolute;left:.5rem;right:.5rem;transition:all .3s ease-in-out}.menu-toogle__top-bread{top:.8rem}.menu-toogle__meat{top:50%;margin-top:-.1rem}.menu-toogle__bottom-bread{bottom:.8rem}@media screen and (min-width: 992px){.menu-toogle{display:none}}
