@import"https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap";*{margin:0;padding:0;list-style:none;box-sizing:border-box;-webkit-user-select:none;user-select:none;-moz-user-select:none;color:#fff}:root{font-family:Geologica,sans-serif;line-height:1.5;font-weight:400;color:#ffffffde;background-color:#f0f0f0;font-synthesis:none;text-rendering:optimizeLegibility}body{display:flex;justify-content:center;width:100svw;max-width:100svw;height:100svh;overflow:hidden}#app{display:flex;align-items:center;flex-direction:column;width:100%;position:relative}h2{color:#000;-webkit-user-select:text;user-select:text;font-size:16px}.mb10{margin-bottom:10px}button{all:unset;cursor:pointer;display:flex;height:30px;align-items:center;justify-content:center;font-size:14px;border-radius:10px;background-color:#000}html,body{overscroll-behavior:none;-webkit-overflow-scrolling:auto;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*{touch-action:pan-x pan-y}*::-webkit-scrollbar{width:5px;height:4px}*::-webkit-scrollbar-track{background-color:#0000001a;border-radius:10px}*::-webkit-scrollbar-thumb{background-color:#000;border-radius:25px}.counter--container{display:flex;align-items:center;justify-content:space-between;width:fit-content;height:35px;border-radius:5px}.counter--buttons{display:flex;background-color:#fff;box-shadow:0 1px 6px -3px #42445a;border-radius:10px;height:100%;min-width:75px}.counter--data{display:flex;flex-direction:column;align-items:end;height:100%;justify-content:space-between;padding:2px}.counter-input{display:flex;height:100%;min-width:30px;justify-content:center;align-items:center;color:#000;font-size:16px}.counter-input:disabled{color:#000}.counter--text{display:flex;flex-direction:column}.count-single,.count-total{display:flex;justify-content:space-between;min-width:120px;margin-right:15px}.count-total{display:flex}p{color:#000;font-size:12px;font-weight:700;text-align:left;vertical-align:middle}a{height:100%;aspect-ratio:1/1;width:100%;display:flex;justify-content:center;align-items:center;cursor:pointer;color:#000;transition:.2s}@media (max-width: 1250px){a{cursor:none}.counter--container{width:100%}.counter--text{display:flex;flex-direction:unset}.count-single,.count-total{min-width:unset;white-space:nowrap;flex-direction:column}.counter--data{width:100%}}h2{display:flex;align-items:center;height:100%}.perfume--container{display:flex;width:100%;height:fit-content;justify-content:space-between;background-color:#fff;box-shadow:0 3px 5px -5px #42445a;border-radius:10px;padding:10px}.buy--container{display:flex;justify-content:center;padding:1px;position:relative;flex-direction:column;height:100%}.buy--button{position:absolute;width:100%;height:100%}.buy--button.hide{pointer-events:none;animation:hideButton 1s cubic-bezier(.68,-.25,.265,1.55) forwards}.buy--button.show{pointer-events:none;animation:showButton .5s cubic-bezier(.075,.82,.165,1) forwards}@media (max-width: 1300px){.perfume--container{min-height:unset;flex-direction:column;justify-content:unset;width:100%}}@keyframes hideButton{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100px)}}@keyframes showButton{0%{opacity:0;pointer-events:none;transform:translateY(-100px)}99%{opacity:1;transform:translateY(0)}to{pointer-events:all}}.mini-card-perfume--container[data-v-bf339719]{display:flex;width:100%;height:fit-content;align-items:center;padding:7px 5px;border-width:0px 0px 1px 0px;animation:.4s showCard-bf339719 cubic-bezier(.075,.82,.165,1) forwards;overflow-x:hidden;min-height:56px}@keyframes showCard-bf339719{0%{opacity:0;transform:translate(-300px)}to{opacity:1;transform:translate(0)}}.counter--data[data-v-bf339719]{width:auto;align-items:end;min-width:85px}.counter--buttons[data-v-bf339719]{background-color:#000;color:#fff}.counter--buttons>p[data-v-bf339719],.counter--buttons>a[data-v-bf339719]{color:#fff}.counter-input[data-v-bf339719]{min-width:20px;margin-inline:3px}.mini-card--name[data-v-bf339719]{width:100%;max-width:250px}.card--overlay[data-v-e442a685]{display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:sticky;right:0;top:50px;width:100%;height:90%;min-height:150px;border-radius:20px;box-shadow:0 1px 8px #42445a;background-color:#fff;padding:10px 20px;margin-left:50px;max-width:400px;transition:var(--transition)}.card-order[data-v-e442a685]{display:flex;flex-direction:column;background-color:#f0f0f0;overflow-y:auto;border-radius:10px;height:100%;width:100%;overflow-x:hidden}.card-touch[data-v-e442a685]{width:100%;display:flex;align-items:center;justify-content:center;pointer-events:none;display:none}.card-touch[data-v-e442a685]:after{display:block;content:"";background-color:#000;width:70px;height:5px;border-radius:20px;pointer-events:none}.card-price[data-v-e442a685]{display:flex;align-items:center;padding:10px 0 5px;width:100%}.card-price>h2[data-v-e442a685]{margin-right:5px}.card-request[data-v-e442a685]{min-height:40px;margin-top:5px;width:100%}.info-button[data-v-e442a685]{width:22px;aspect-ratio:1/1}h2[data-v-e442a685]{font-size:20px}@media (max-width: 1300px){.card--overlay[data-v-e442a685]{position:absolute;height:var(--height);border-radius:20px 20px 0 0;box-shadow:0 1px 8px #42445a;bottom:0;left:0;margin:0;top:unset;transition:var(--transition);max-width:unset}.card-touch[data-v-e442a685]{display:flex}}.bg--container[data-v-edbbdac1]{position:absolute;display:flex;place-items:center;place-content:center;width:100%;height:100%;z-index:10;background-color:#0000004d;animation:show-edbbdac1 .2s forwards}.discount--container[data-v-edbbdac1]{display:flex;flex-direction:column;align-items:start;background-color:#fff;width:90%;max-width:600px;border-radius:20px;max-height:80%;padding:10px 20px 20px;animation:showContainer-edbbdac1 .2s forwards;overflow:hidden}.discounts[data-v-edbbdac1]{display:flex;flex-direction:column;width:100%;height:fit-content}.discount-data[data-v-edbbdac1]{display:flex;width:100%;align-items:center;justify-content:space-between;background-color:#f0f0f0;border-radius:20px;padding:10px;margin:2px 0}h2[data-v-edbbdac1]{color:#000;margin-bottom:10px;text-align:center;width:100%}button[data-v-edbbdac1]{margin-top:10px;min-height:32px;width:100%}@keyframes show-edbbdac1{0%{opacity:0}to{opacity:1}}@keyframes showContainer-edbbdac1{0%{transform:scale(.8)}to{transform:scale(1)}}.status[data-v-308797cf]{display:flex;width:100%;align-items:center;justify-content:center}.status-image[data-v-308797cf]{width:64px;height:64px}.loading[data-v-308797cf]{animation:loading-308797cf 1.5s cubic-bezier(.075,.82,.165,1) infinite}@keyframes loading-308797cf{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bg--container[data-v-308797cf]{position:absolute;display:flex;place-items:center;place-content:center;width:100%;height:100%;z-index:10;background-color:#0000004d;animation:show-308797cf .2s forwards}.buttons[data-v-308797cf]{display:flex;width:100%}.buttons>button[data-v-308797cf]:first-child(n){margin-right:10px}.approve--container[data-v-308797cf]{display:flex;flex-direction:column;align-items:start;background-color:#fff;width:90%;max-width:600px;border-radius:20px;max-height:80%;padding:10px 20px 20px;animation:showContainer-308797cf .2s forwards;overflow:hidden}.feedback-input[data-v-308797cf]{all:unset;display:flex;height:32px;margin:10px 0;background-color:#f0f0f0;border-radius:10px;font-size:12px;color:#000;padding:0 10px}.discounts[data-v-308797cf]{display:flex;flex-direction:column;width:100%;height:fit-content}.discount-data[data-v-308797cf]{display:flex;width:100%;align-items:center;justify-content:space-between;background-color:#f0f0f0;border-radius:20px;padding:10px;margin:2px 0}h2[data-v-308797cf]{color:#000;margin-bottom:10px;text-align:center;width:100%}.f-button[data-v-308797cf]{margin-right:10px}button[data-v-308797cf]{min-height:32px;width:100%}@keyframes show-308797cf{0%{opacity:0}to{opacity:1}}@keyframes showContainer-308797cf{0%{transform:scale(.8)}to{transform:scale(1)}}.app--container[data-v-f8a6645f]{display:flex;justify-content:space-between;height:100%;width:100%;max-width:1300px}.search--container[data-v-f8a6645f]{display:flex;align-items:center}.logo[data-v-f8a6645f]{display:flex;width:50px;height:50px}.perfumes-wrap[data-v-f8a6645f]{display:flex;overflow-y:auto}.perfumes--container[data-v-f8a6645f]{display:flex;flex-direction:column;width:100%;padding:0 5px 20px 20px}.search[data-v-f8a6645f]{all:unset;width:100%;min-width:280px;max-width:305px;margin:20px 10px;background-color:#fff;box-shadow:0 3px 5px -5px #42445a;border-radius:10px;padding:5px 10px;color:#000}@media (max-width: 1300px){.app--container[data-v-f8a6645f]{margin-bottom:150px;max-width:400px;direction:ltr}}
