html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.container{width:1200px;margin:0 auto;display:#000}@media(max-width: 1280px){.container{width:100%;padding:0 40px}}@media(max-width: 924px){.container{padding:0 12px}}.center{display:flex;justify-content:center;align-items:center}.product-list .wrapper{display:grid;grid-gap:20px;margin-bottom:20px;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr))}.product-list .wrapper .card{border-radius:10px;min-height:405px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:40px;position:relative}.product-list .wrapper .card .title{position:absolute;bottom:10px;left:0;width:100%;text-align:center;color:#000;font-size:23px}.product-list .wrapper .card .thumbnail{width:100%;height:100%;object-fit:cover;border-radius:10px}.product-list .pagination{display:flex;gap:10px;justify-content:center;align-items:center;margin-top:20px}.product-list .pagination .prev,.product-list .pagination .next{border-radius:10px;background:linear-gradient(135deg, #E3E3E3 0%, #5D6874 100%);color:#fff;font-size:20px;display:flex;justify-content:center;align-items:center;width:200px;height:50px;cursor:pointer}.product-list .pagination .prev:hover,.product-list .pagination .next:hover{opacity:.8}.product-list .pagination .prev.disabled,.product-list .pagination .next.disabled{opacity:.6;cursor:not-allowed !important}.product-list .pagination .prev.disabled:hover,.product-list .pagination .prev.disabled:focus,.product-list .pagination .next.disabled:hover,.product-list .pagination .next.disabled:focus{opacity:.6 !important}.product-list .pagination .next{background:linear-gradient(225deg, #E3E3E3 0%, #5D6874 100%)}#languageModal{top:0;left:0;width:100vw;height:100vh;position:fixed}#languageModal .overlay{width:100%;height:100%;left:0;top:0;position:absolute;backdrop-filter:blur(5px);background-color:rgba(0,0,0,.3)}#languageModal .content{width:400px;left:calc((100% - 400px)/2);top:calc((100% - 300px)/2);position:absolute;border-radius:10px;background:#fff}@media(max-width: 440px){#languageModal .content{width:calc(100vw - 40px);left:20px}}#languageModal .content .title{font-size:28px;font-weight:bold;text-align:center;padding:10px 0}@media(max-width: 440px){#languageModal .content .title{font-size:25px}}@media(max-width: 370px){#languageModal .content .title{font-size:23px}}#languageModal .content .wrapper{display:grid;grid-template-columns:auto auto;gap:10px;padding:10px}#languageModal .content .wrapper img{width:100%;height:100%;object-fit:cover}.whatsapp{position:fixed;bottom:10px;right:10px}.whatsapp img{width:70px;height:70px}*{box-sizing:border-box}body{font-family:Helvetica;background:#fff;font-size:17px;color:#000;overflow-x:hidden}main{width:100vw;min-height:calc(100vh - 357px);padding:20px 0}@media(max-width: 924px){main{min-height:calc(100vh - 557px)}}@media(max-width: 380px){main{min-height:calc(100vh - 547px)}}a{color:#000;text-decoration:none;display:block}a:hover,a:focus{opacity:.8}a.disabled{opacity:.6;cursor:not-allowed !important}a.disabled:hover,a.disabled:focus{opacity:.6 !important}img{max-width:100%;height:auto}input,input:hover,input:focus{outline:none}h1,h2,h3,h4,h5 h6{margin-top:0;margin-bottom:20px}header{height:257px}@media(max-width: 924px){header{height:377px}}@media(max-width: 380px){header{height:367px}}header .top{background:#000}header .top .wrapper{display:flex;flex-direction:row;justify-content:space-between;height:60px;align-items:center}@media(max-width: 380px){header .top .wrapper{height:50px}}header .top .wrapper .phone a{color:#fff;display:flex;align-items:center}header .top .wrapper .phone a img{width:30px;height:30px;margin-right:10px}@media(max-width: 380px){header .top .wrapper .phone a img{width:22px;height:22px}}header .top .wrapper .phone a span{font-size:20px}@media(max-width: 380px){header .top .wrapper .phone a span{font-size:18px}}header .top .wrapper .social-links{display:flex;flex-direction:row}header .top .wrapper .social-links .item{margin-left:15px}header .top .wrapper .social-links .item img{width:30px;height:30px}@media(max-width: 380px){header .top .wrapper .social-links .item img{width:22px;height:22px}}header .middle{padding:20px 0;border-bottom:2px solid #000}@media(max-width: 924px){header .middle{padding:5px 0}}header .middle .container>.wrapper{display:flex;justify-content:space-between;align-items:center;height:100px}@media(max-width: 924px){header .middle .container>.wrapper{justify-content:center;flex-wrap:wrap;height:250px}}header .middle .container>.wrapper .logo{width:250px;margin-right:30px}header .middle .container>.wrapper .logo img{width:250px;height:80px;object-fit:cover}header .middle .container>.wrapper .search{display:flex;justify-content:center}@media(max-width: 924px){header .middle .container>.wrapper .search{width:100%}header .middle .container>.wrapper .search form{width:80%}}header .middle .container>.wrapper .search .wrapper{width:400px;position:relative;justify-content:flex-start}@media(max-width: 1200px){header .middle .container>.wrapper .search .wrapper{width:300px}}@media(max-width: 924px){header .middle .container>.wrapper .search .wrapper{width:100%;margin:15px 0}}header .middle .container>.wrapper .search .wrapper .icon{position:absolute;margin:10px}header .middle .container>.wrapper .search .wrapper .icon img{width:30px;height:30px}header .middle .container>.wrapper .search .wrapper input{width:100%;border:2px solid #000;border-radius:7px;font-size:20px;padding:5px 10px;height:50px;padding-left:50px;background-color:#fff}header .middle .container>.wrapper .languages .wrapper{display:flex}@media(max-width: 924px){header .middle .container>.wrapper .languages .wrapper{margin-bottom:20px}}header .middle .container>.wrapper .languages .wrapper a{margin-left:10px}header .middle .container>.wrapper .languages .wrapper a img{width:50px;height:50px}header .bottom{padding:5px 0;border-bottom:2px solid #000}header .bottom .wrapper{display:flex;flex-wrap:nowrap;white-space:nowrap;overflow-x:auto}header .bottom .wrapper::-webkit-scrollbar{display:none}header .bottom .wrapper .item a{padding:10px 15px;font-size:20px}header .bottom .wrapper .item:first-child{margin-left:auto}header .bottom .wrapper .item:last-child{margin-right:auto}footer .top{height:80px}footer .bottom{background:#000;height:100px;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:20px}#home .showcase{margin-bottom:20px}#home .showcase .wrapper{display:flex;gap:20px;width:100%}@media(max-width: 700px){#home .showcase .wrapper{display:block}}#home .showcase .wrapper .carousel{border-radius:10px;position:relative}#home .showcase .wrapper .carousel .items{height:100%;width:100%;border-radius:10px;position:relative;overflow:hidden;aspect-ratio:700/600}#home .showcase .wrapper .carousel .items .item{position:absolute;opacity:0;top:0;left:0;width:100%;height:100%;pointer-events:none}#home .showcase .wrapper .carousel .items .item img{width:100%;height:100%}#home .showcase .wrapper .carousel .controls{position:absolute;bottom:20px;left:0;right:0;height:20px;display:flex;justify-content:center;gap:20px}@media(max-width: 500px){#home .showcase .wrapper .carousel .controls{bottom:5px;gap:12px}}#home .showcase .wrapper .carousel .controls .dot{width:20px;height:20px;border-radius:50%;background-color:#fff;opacity:.8;cursor:pointer}#home .showcase .wrapper .carousel .controls .dot:first-child{opacity:1}@media(max-width: 500px){#home .showcase .wrapper .carousel .controls .dot{width:15px;height:15px}}#home .showcase .wrapper .carousel .controls .dot.selected{opacity:1}#home .showcase .wrapper .carousel #carousel-item-1{position:relative;opacity:1;pointer-events:inherit}@media(max-width: 700px){#home .showcase .wrapper .carousel{margin-bottom:20px}}#home .showcase .wrapper .cards .first,#home .showcase .wrapper .cards .second{border-radius:10px;overflow:hidden;aspect-ratio:480/290}#home .showcase .wrapper .cards .first img,#home .showcase .wrapper .cards .second img{width:100%;height:100%}#home .showcase .wrapper .cards .first{margin-bottom:20px;background:linear-gradient(135deg, #13f1fc 0%, #0470dc 100%)}#home .showcase .wrapper .cards .second{background:linear-gradient(135deg, #f2d50f 0%, #da0641 100%)}#home .categories{margin-bottom:20px}#home .categories .scrollable{overflow:scroll;padding-bottom:10px}#home .categories .scrollable::-webkit-scrollbar{display:none}#home .categories .scrollable .wrapper{display:flex;gap:10px}#home .categories .scrollable .wrapper .item a{min-width:170px;height:80px;font-size:20px;font-weight:bold;display:flex;justify-content:center;align-items:center;border-radius:10px;color:#fff;background:linear-gradient(135deg, #42e695 0%, #3bb2b8 100%)}#product h1{margin-bottom:0}#product .categories{padding:20px 0 10px}#product .categories .wrapper{display:flex;display:flex;flex-wrap:wrap}#product .categories .wrapper a{background:#32ade6;color:#fff;display:block;padding:10px 15px;border-radius:10px;margin-right:10px;margin-bottom:10px;font-size:18px;font-weight:bold}#product .categories .wrapper a:last-child{margin-right:0}#product .layout{display:flex}@media(max-width: 800px){#product .layout{flex-direction:column}}#product .layout .image{width:420px;height:auto;position:relative;overflow:hidden;border-radius:10px;cursor:zoom-in}@media(max-width: 800px){#product .layout .image{width:100%;margin-bottom:20px}}#product .layout .image img{width:100%;height:100%;object-fit:cover;border-radius:10px}#product .layout .information{margin-left:20px}@media(max-width: 800px){#product .layout .information{margin-left:0}}#product .layout .information .id,#product .layout .information .barcode,#product .layout .information .material,#product .layout .information .size{display:flex;align-items:center;margin-bottom:20px}#product .layout .information .id .icon,#product .layout .information .barcode .icon,#product .layout .information .material .icon,#product .layout .information .size .icon{display:flex;justify-content:center;align-items:center}#product .layout .information .id .icon img,#product .layout .information .barcode .icon img,#product .layout .information .material .icon img,#product .layout .information .size .icon img{width:50px;height:50px}#product .layout .information .id .text,#product .layout .information .barcode .text,#product .layout .information .material .text,#product .layout .information .size .text{margin-left:15px}#product .layout .information .id .text .key,#product .layout .information .barcode .text .key,#product .layout .information .material .text .key,#product .layout .information .size .text .key{font-size:20px;color:rgba(0,0,0,.6);font-weight:normal}#product .layout .information .id .text .value,#product .layout .information .barcode .text .value,#product .layout .information .material .text .value,#product .layout .information .size .text .value{font-size:23px;font-weight:bold;color:#000}#product .layout .information .content{margin-top:30px}#product .tags{padding:10px 0}#product .tags .wrapper{display:flex;flex-wrap:wrap}#product .tags .wrapper a{background:#e5e5ea;display:block;padding:7px 12px;border-radius:10px;margin-right:10px;margin-bottom:10px}#product .tags .wrapper a:last-child{margin-right:0}#product .similar{margin-top:20px}#posts .post-list .wrapper{display:grid;grid-gap:20px;margin-bottom:20px;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr))}#posts .post-list .wrapper .card{border-radius:10px;height:250px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:40px;position:relative;overflow:hidden}#posts .post-list .wrapper .card:before{content:"";position:absolute;width:100%;height:50px;background:linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);left:0;bottom:0}#posts .post-list .wrapper .card .title{position:absolute;bottom:10px;left:0;width:100%;text-align:center;font-weight:bold;color:#fff;font-size:24px}#posts .post-list .wrapper .card .thumbnail{width:100%;height:100%;object-fit:cover;border-radius:10px}#posts .post-list .pagination{display:flex;gap:10px;justify-content:center;align-items:center;margin-top:20px}#posts .post-list .pagination .prev,#posts .post-list .pagination .next{border-radius:10px;background:linear-gradient(135deg, #E3E3E3 0%, #5D6874 100%);color:#fff;font-size:20px;display:flex;justify-content:center;align-items:center;width:200px;height:50px;cursor:pointer}#posts .post-list .pagination .prev:hover,#posts .post-list .pagination .next:hover{opacity:.8}#posts .post-list .pagination .prev.disabled,#posts .post-list .pagination .next.disabled{opacity:.6;cursor:not-allowed !important}#posts .post-list .pagination .prev.disabled:hover,#posts .post-list .pagination .prev.disabled:focus,#posts .post-list .pagination .next.disabled:hover,#posts .post-list .pagination .next.disabled:focus{opacity:.6 !important}#posts .post-list .pagination .next{background:linear-gradient(225deg, #E3E3E3 0%, #5D6874 100%)}#post img{border-radius:10px}
