body{background:#fcfcfc;color:#333}*{box-sizing:border-box;font-family:"Khand", sans-serif}body,html{margin:0;padding:0}p{margin:0 0 20px}.app{width:100%;height:100dvh;display:flex;flex-wrap:wrap;padding:12px}.app .content{background:#fff;border-radius:30px;box-shadow:0 5px 18px rgba(0,0,0,0.15);flex:1;padding:25px;overflow-y:auto;width:100%;height:100%;position:relative}.app .content.with-floating-search{padding-bottom:120px}.app .content-title{font-weight:bold;margin-bottom:20px}.app .content-title h1{margin:0;font-weight:700;font-size:20px}@media screen and (max-width: 767px){.app{flex-direction:column}.app .content.with-floating-search{padding-bottom:90px}}.navbar{align-items:center;justify-content:center;display:inline-flex;flex-direction:column;padding-right:15px}.navbar--item-a{padding:15px;font-size:30px;color:#a4a4a4;text-decoration:none;display:flex;transition:0.3s}.navbar--item-a:hover{color:#333}.navbar--item.active .navbar--item-a{color:#9f44d2}.navbar--item.item--thissa{margin-bottom:auto}.navbar--item.item--thissa .navbar--item-a{font-size:0;background-image:url(../images/isotype.svg);width:60px;height:60px;background-position:center;background-repeat:no-repeat;background-size:35px}.navbar--item:last-of-type{margin-bottom:auto}@media screen and (max-width: 767px){.navbar{flex-direction:row;padding-right:0;padding-top:15px;order:1}.navbar--item.item--thissa{margin-right:auto}}.content-home{display:flex;align-items:center;justify-content:center}.search--title{text-align:center;font-size:30px;font-weight:600;margin-bottom:20px}.search--title i{color:#9f44d2;font-style:normal}.search--box{width:100%;display:flex;align-items:center;justify-self:center;flex-direction:column}.search--box.floating--bottom{position:fixed;bottom:30px;padding:0 10px;z-index:1}.search--box.floating--bottom .search--autocomplete{order:-1}.search--container{width:100%;max-width:600px;border-radius:40px;overflow:hidden;display:flex;align-items:center;justify-content:center;border:4px solid #efefef;box-shadow:0 5px 25px rgba(0,0,0,0.1);flex-direction:column;background-color:#fff}.search--logo{text-align:center}.search--logo-src{max-width:70px;margin-bottom:20px;width:100%;filter:drop-shadow(0 5px 25px rgba(0,0,0,0.1))}.search--input{width:100%;display:flex;border:0;position:relative}.search--inp{width:100%;height:70px;border:0;padding:0 25px;font-size:18px;text-align:center}.search--inp:focus{box-shadow:none;outline:0}.search--inp:not(:placeholder-shown){text-align:left}.search--icon{background-color:#9f44d2;color:#fff;border:0;font-size:20px;border-radius:100px;display:flex;align-items:center;justify-content:center;width:50px;height:50px;cursor:pointer;position:absolute;top:10px;right:10px;z-index:1;transition:0.2s}.search--icon:active{transform:scale(0.9)}.search--form{width:100%;display:flex;flex-direction:column}.search--autocomplete{width:100%;padding:0 15px;border-top:0px solid #efefef;transition:0.5s;overflow:hidden;max-height:0;background-color:#fff}.search--autocomplete.opened{padding:15px;max-height:300px;border-top-width:1px}.autocomplete--item-link{padding:10px 15px;border-radius:25px;transition:0.3s;display:block;text-decoration:none;color:#333;display:flex;align-items:center}.autocomplete--item-link:hover{background-color:#efefef}.autocomplete--item-link::before{content:'\E30C';font-family:'Phosphor', sans-serif;margin-right:10px}@media screen and (max-width: 767px){.search--container{max-width:100%}.search--box.floating--bottom{bottom:80px}}@media screen and (max-width: 380px){.search--inp{text-align:left}}.product--list{display:flex;flex-wrap:wrap;gap:25px;margin-right:-25px}.product-ribbons--box.floating{position:absolute;top:7px;left:7px;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:7px}.product-ribbons--item{padding:3px 10px;color:#fff;border-radius:10px;font-weight:500}.product-ribbons--item.ribbon--discount{background-color:#67228e}.product-ribbons--item.ribbon--popular{background-color:#9f44d2}.product-ribbons--item.ribbon--new{background-color:#debff0;color:#9f44d2}.product--item{flex:0 0 calc(20% - 25px);cursor:pointer;position:relative}.product--item-link{color:inherit;text-decoration:none}.product--item:hover .product--img{transform:scale(1.1)}.product--image{border-radius:15px;border:1px solid #efefef;box-shadow:0 4px 14px rgba(0,0,0,0.15);aspect-ratio:1/1;background-color:#f7f7f7;display:flex;align-items:center;justify-content:center;margin-bottom:10px;overflow:hidden}.product--image.no-image{font-size:40px;color:#c9c9c9}.product--img{width:100%;height:100%;object-fit:cover;transition:0.4s}.product--store{padding-left:10px;padding-right:10px;font-size:14px}.product--name{padding-left:10px;padding-right:10px}.product--price{padding-left:10px;padding-right:10px}.product--price .see-prices{display:none}.product--price .product-price{display:flex}.product--price .product-price .price-label{display:none}.product--price .product-price .final-price{font-weight:600}.product--price .product-price .normal-price.has-sp{margin-left:10px;text-decoration:line-through}.product--price .product-price.from-price{font-weight:600}.product--price .product-price.from-price ~ .product-price{display:none}.product--pagination{margin:20px 0;display:flex;align-items:center;justify-content:center;gap:25px}.product--pagination .pagination--button{border-radius:40px;box-shadow:0 4px 14px rgba(0,0,0,0.15)}.product--pagination .pagination--button.disabled{pointer-events:none;opacity:0.4}.product--pagination .pagination--button:active{background-color:#9f44d2;color:#fff}.product--pagination .pagination--link{text-decoration:none;color:inherit;display:flex;align-items:center;justify-content:center;font-size:27px;padding:10px}.filters{display:flex;gap:15px;margin:-15px -15px 5px -15px;overflow-x:auto;padding:15px;-ms-overflow-style:none;scrollbar-width:none}.filters .filter--item{padding:10px 15px;border-radius:30px;box-shadow:0 4px 14px rgba(0,0,0,0.15);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex:none}.filters .filter--item.active{background-color:#9f44d2;color:#fff}.filters .filter--item.has-options::after{content:'\E136';font-family:'Phosphor';margin-left:5px}@media screen and (max-width: 900px){.product--item{flex:0 0 calc(33.333% - 25px)}}@media screen and (max-width: 550px){.product--list{gap:15px;margin-right:-15px}.product--item{flex:0 0 calc(50% - 15px)}}.app .content-product{background-size:cover;background-position:top center}.app .content-product.cover-bg{background-size:cover}.app .content-product.repeat-bg{background-size:auto;background-repeat:repeat}.product--container{display:flex;gap:40px}.product--container .product--photo{box-shadow:0 4px 14px rgba(0,0,0,0.15);border-radius:25px;overflow:hidden;display:flex;flex:50%;max-width:50%;position:relative}.product--container .product--photo .product-ribbons--box.floating{left:15px;top:15px}.product--container .product--photo-src{width:100%;object-fit:cover;aspect-ratio:3/4}.product--container .product--details{max-width:500px;flex:50%}.product--container .product--name{padding:0}.product--container .product--name h1{margin:0 0 20px;font-size:30px;font-weight:600}.product--container .product--prices .product-prices .product-price{font-size:18px;display:flex;align-items:center;background:#f6f6f6;padding:10px 15px;border-radius:15px}.product--container .product--prices .product-prices .product-price .price-label{padding-right:10px;margin-right:auto}.product--container .product--prices .product-prices .product-price .final-price{font-weight:600}.product--container .product--prices .product-prices .product-price.see-prices{display:none}.product--container .product--prices .product-prices .product-price .normal-price.has-sp{margin-left:10px;text-decoration:line-through}.product--container .product--prices .product-prices .product-price:not(:last-of-type){margin-bottom:15px}.product--container .store--info{display:flex;align-items:center;margin-bottom:15px}.product--container .store--logo{max-width:70px;padding-right:15px}.product--container .store--logo-src{width:100%;box-shadow:0 4px 14px rgba(0,0,0,0.15);border-radius:500px}.product--container .store--name{font-weight:bold;font-size:18px}@media screen and (max-width: 767px){.product--container{flex-direction:column;align-items:center;gap:25px}.product--container .product--photo{max-width:fit-content;flex:none;width:auto}.product--container .product--photo-src{height:100%;max-height:50vh;width:auto;aspect-ratio:4/5}.product--container .product--details{max-width:100%;flex:100%;width:100%}}.category--list{display:flex;flex-wrap:wrap;gap:20px;margin-right:-20px}.category--list-toggler{display:flex;align-items:center;justify-content:center;margin:20px 0}.category--list-toggler-btn{border-radius:30px;padding:15px 20px;box-shadow:0 4px 14px rgba(0,0,0,0.15);font-weight:500;border:0;background:none;cursor:pointer;transition:0.2s}.category--list-toggler-btn:active{opacity:0.7}.category--block{box-shadow:0 4px 14px rgba(0,0,0,0.15);border-radius:20px;flex:0 0 calc(25% - 20px);min-height:140px;text-align:center;position:relative;overflow:hidden}.category--block-bg{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;background-size:cover}.category--block-bg::after{content:'';position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,0.4);z-index:1}.category--block.hidden{display:none}.category--block-link{font-weight:600;font-size:20px;padding:10px;display:flex;align-items:center;justify-content:center;text-decoration:none;color:inherit;width:100%;height:100%;z-index:2;position:relative;color:#fff;text-shadow:0 5px 13px rgba(0,0,0,0.8)}@media screen and (max-width: 1000px){.category--block{flex:0 0 calc(50% - 20px)}}@media screen and (max-width: 767px){.category--block{min-height:110px}}
