@charset "UTF-8";html,body,#root{height:100%;margin:0}body{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}a{text-decoration:none}html{max-width:100%;overflow-x:hidden;background-color:gray}body{width:100%}*{scroll-behavior:smooth}#navBarDiv{position:fixed;top:0;left:0;width:100%;height:10vh;background-color:#c72727;display:flex;align-items:center;justify-content:space-between;z-index:100}#navBarDiv #logoHeader{height:100%;width:15%;padding-left:5%;padding-right:5%;display:flex;align-items:center;justify-content:center;overflow:hidden}#navBarDiv #logoHeader img{height:100%;width:auto;object-fit:contain;display:block}#navBarDiv #nav{height:100%;width:50%;display:flex;align-items:center}#navBarDiv #nav ul{display:flex;gap:30%}#navBarDiv #nav ul li{list-style:none;text-decoration:none;cursor:pointer;font-size:2vw}#navBarDiv #nav ul li a{text-decoration:none;color:#fff}.carousel-container{position:relative;top:10%;left:-.4%;width:100%;height:60vh;border-radius:16px;text-align:center}.carousel-container .carousel-wrapper{width:100%;height:100%;position:relative}.carousel-container .carousel-wrapper .carousel-image{position:absolute;width:100%;height:100%;object-fit:contain;overflow:hidden;opacity:0;transition:opacity 1s ease-in-out}.carousel-container .carousel-wrapper .carousel-image.active{opacity:1}.carousel-container .carousel-dots{position:absolute;bottom:15px;width:100%;text-align:center}.carousel-container .carousel-dots span{display:inline-block;width:12px;height:12px;margin:0 5px;border-radius:50%;background-color:#ffffff80;cursor:pointer;transition:background-color .3s}.carousel-container .carousel-dots span.active-dot{background-color:#fff}.sticker-container{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:3rem}.sticker{padding:.8rem 1.8rem;border-radius:50px;font-family:Comfortaa,sans-serif;font-weight:600;font-size:1.1rem;color:#fff;text-transform:uppercase;letter-spacing:1px;position:relative;cursor:default;overflow:hidden;transition:transform .2s ease,box-shadow .3s ease;border:2px solid rgba(255,255,255,.7);box-shadow:0 0 12px #ffffff4d}.sticker:before{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,rgba(255,255,255,.4),transparent);transform:skew(-20deg);transition:left .6s ease}.sticker:hover:before{left:125%}.sticker:hover{transform:scale(1.05);box-shadow:0 0 20px #fff9}.sticker.sticker-pink{background:linear-gradient(135deg,#f0f,#f6c)}.sticker.sticker-blue{background:linear-gradient(135deg,#0ff,#09f)}.sticker.sticker-green{background:linear-gradient(135deg,#0f6,#cf0)}.sticker.sticker-orange{background:linear-gradient(135deg,#f60,#fc0)}.sticker.sticker-purple{background:linear-gradient(135deg,#b300ff,#f0c)}.sticker.sticker-red{background:linear-gradient(135deg,#f03,#f60)}.sticker.sticker-cyan{background:linear-gradient(135deg,#00ffe0,#0af)}.sticker.sticker-lime{background:linear-gradient(135deg,#cf0,#3f6)}.sticker.sticker-gold{background:linear-gradient(135deg,#fc0,#fa0)}.sticker.sticker-silver{background:linear-gradient(135deg,#dcdcdc,#a8a8a8);color:#000;border-color:#0000004d;box-shadow:0 0 15px #fff6}.sticker.sticker-pinkest{background:linear-gradient(135deg,#f04f7f,#f336d4)}.calendar-container{width:100%;max-width:800px;margin:2rem auto;border:1px solid #ccc;border-radius:8px;padding:1rem}.calendar-container .calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.calendar-container .calendar-header h2{margin:0}.calendar-container .calendar-header button{background:#333;color:#fff;border:none;padding:.5rem 1rem;cursor:pointer;border-radius:4px}.calendar-container .calendar-header button:hover{background:#555}.calendar-container .calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem}.calendar-container .calendar-grid .calendar-day-name{font-weight:700;text-align:center;padding:.5rem 0;background-color:#f0f0f0;border-radius:4px}.calendar-container .calendar-grid .calendar-cell{min-height:80px;border:1px solid #eee;padding:.25rem;position:relative;background-color:#fafafa;border-radius:4px}.calendar-container .calendar-grid .calendar-cell.empty{background-color:transparent;border:none}.calendar-container .calendar-grid .calendar-cell .day-number{font-weight:700;margin-bottom:.25rem}.calendar-container .calendar-grid .calendar-cell .calendar-event{padding:.15rem .25rem;margin-bottom:.15rem;border-radius:3px;font-size:.8rem;color:#000;cursor:pointer}.order-container{display:flex;flex-wrap:wrap;gap:2rem;padding:1rem;background-color:gray;border-radius:12px;box-shadow:0 2px 8px #0000001a}.order-text{flex:1;min-width:250px;font-family:Comfortaa,sans-serif;font-size:1rem;color:#333;line-height:1.5}.order-text p{margin:0 0 1rem}.order-form{flex:1;min-width:250px;display:flex;flex-direction:column;gap:1rem}.order-form input[type=text],.order-form select,.order-form textarea,.order-form input[type=file]{width:100%;padding:.5rem .75rem;border:1px solid #ccc;border-radius:6px;font-size:.95rem;font-family:Comfortaa,sans-serif}.order-form label{font-weight:600;margin-bottom:.25rem;display:block;color:#222}.order-form button[type=submit]{padding:.6rem 1rem;border:none;border-radius:6px;background-color:#fc0;color:#222;font-weight:600;cursor:pointer;transition:background-color .2s ease}.order-form button[type=submit]:hover{background-color:#e6b800}@media(max-width:768px){.order-container{flex-direction:column}}._calendar_1irq5_1{font-family:Comfortaa,sans-serif;width:100%;max-width:700px;margin:2rem auto;background:#fff;border-radius:16px;box-shadow:0 0 10px #0000001a;overflow:hidden}._calendar_1irq5_1 ._header_1irq5_11{display:flex;justify-content:space-between;align-items:center;background:#f5f5f5;padding:1rem}._calendar_1irq5_1 ._header_1irq5_11 button{background:none;border:none;font-size:1.5rem;cursor:pointer}._calendar_1irq5_1 ._grid_1irq5_24{display:grid;grid-template-columns:repeat(7,1fr);padding:1rem;gap:.5rem}._calendar_1irq5_1 ._day_1irq5_30{aspect-ratio:1;border-radius:8px;background:#fafafa;text-align:center;position:relative;cursor:pointer;transition:background .2s}._calendar_1irq5_1 ._day_1irq5_30:hover{background:#eef}._calendar_1irq5_1 ._day_1irq5_30 ._number_1irq5_42{position:absolute;top:4px;left:6px;font-size:.9rem;color:#555}._calendar_1irq5_1 ._day_1irq5_30 ._dot_1irq5_49{width:10px;height:10px;border-radius:50%;margin:24px auto 0}._calendar_1irq5_1 ._empty_1irq5_56{background:none;cursor:default}._eventModal_1irq5_61{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center}._eventModal_1irq5_61 ._eventCard_1irq5_72{background:white(240,22,22);border-radius:12px;padding:1.5rem;width:90%;max-width:400px;position:relative}._eventModal_1irq5_61 ._eventCard_1irq5_72 ._close_1irq5_80{position:absolute;top:.5rem;right:.8rem;background:none;border:none;font-size:1.4rem;cursor:pointer}._eventModal_1irq5_61 ._eventCard_1irq5_72 h3{margin-top:0;color:#333}._eventModalOverlay_1irq5_94{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:999;opacity:0;transition:opacity .3s ease}._eventCard_1irq5_72{background-color:#fff;padding:1.5rem;border-radius:8px;max-width:400px;width:90%;position:relative;transform:scale(.8);transition:transform .3s ease}._show_1irq5_120{opacity:1}._hide_1irq5_124{opacity:0}._showCard_1irq5_128{transform:scale(1)}._hideCard_1irq5_132{transform:scale(.8)}._close_1irq5_80{position:absolute;top:.5rem;right:.5rem;border:none;background:none;font-size:1.5rem;cursor:pointer}._order-container_uw0tg_2{display:flex;flex-wrap:wrap;gap:2rem;padding:1rem;background-color:gray;border-radius:12px;box-shadow:0 2px 8px #0000001a}._order-form_uw0tg_12{flex:1;min-width:250px;display:flex;flex-direction:column;gap:1.5rem;align-items:center;text-align:center}._order-form_uw0tg_12 ._form-row_uw0tg_21{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;width:100%}._order-form_uw0tg_12 ._form-group_uw0tg_28{flex:1 1 45%;display:flex;flex-direction:column;align-items:center}._order-form_uw0tg_12 ._form-group_uw0tg_28 label{font-weight:600;margin-bottom:.3rem;color:#222;font-family:Comfortaa,sans-serif}._order-form_uw0tg_12 ._form-group_uw0tg_28 input[type=text],._order-form_uw0tg_12 ._form-group_uw0tg_28 input[type=file],._order-form_uw0tg_12 ._form-group_uw0tg_28 select,._order-form_uw0tg_12 ._form-group_uw0tg_28 textarea{width:100%;max-width:350px;padding:.5rem .75rem;border:1px solid #ccc;border-radius:6px;font-family:Comfortaa,sans-serif;background-color:#fff}._order-form_uw0tg_12 ._comment_uw0tg_52{flex:1 1 100%;display:flex;flex-direction:column;align-items:center}._order-form_uw0tg_12 ._comment_uw0tg_52 textarea{width:90%;max-width:750px;min-height:120px;resize:vertical}._order-form_uw0tg_12 button[type=submit]{padding:.6rem 1rem;border:none;border-radius:6px;background-color:#fc0;color:#222;font-weight:600;cursor:pointer;font-family:Comfortaa,sans-serif;transition:background-color .2s ease}._order-form_uw0tg_12 button[type=submit]:hover{background-color:#e6b800}@media(max-width:768px){._order-form_uw0tg_12 ._form-row_uw0tg_21{flex-direction:column}._order-form_uw0tg_12 ._form-group_uw0tg_28{flex:1 1 100%}._order-form_uw0tg_12 ._comment_uw0tg_52 textarea{width:100%}}._color-picker-wrapper_uw0tg_91{display:flex;align-items:center;justify-content:center;gap:.8rem;font-family:Comfortaa,sans-serif;width:100%}._color-label_uw0tg_100{font-weight:600;color:#333}._color-picker_uw0tg_91{display:flex;align-items:center;gap:.8rem;position:relative}._color-input_uw0tg_112{appearance:none;-webkit-appearance:none;border:none;width:2.4rem;height:2.4rem;cursor:pointer;border-radius:50%;overflow:hidden;box-shadow:0 0 5px #00000040;transition:transform .2s ease,box-shadow .2s ease}._color-input_uw0tg_112:hover{transform:scale(1.1);box-shadow:0 0 8px #00000059}._color-input_uw0tg_112::-webkit-color-swatch{border:none;border-radius:50%}._color-input_uw0tg_112::-moz-color-swatch{border:none;border-radius:50%}._color-preview_uw0tg_137{flex:1;height:2.4rem;border-radius:10px;border:1px solid #ccc;background:repeating-conic-gradient(#ccc 0% 25%,#fff 0% 50%);background-size:10px 10px;overflow:hidden;box-shadow:inset 0 0 4px #0003;transition:background-color .3s ease}._footer_uugcw_1{background:#1a1a1a;color:#eee;padding:1.5rem 1rem;text-align:center;font-family:Comfortaa,sans-serif;border-top:2px solid #ffcc00;flex-shrink:0}._footerContent_uugcw_11{max-width:1000px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}._links_uugcw_21 a{color:#fc0;text-decoration:none;font-weight:600;transition:color .2s ease}._links_uugcw_21 a:hover{color:#fff}._social_uugcw_31{display:flex;gap:1rem;justify-content:center}._social_uugcw_31 a{color:#fc0;font-size:1.5rem;transition:transform .2s ease,color .2s ease}._social_uugcw_31 a:hover{color:#fff;transform:scale(1.15)}._creator_uugcw_46{text-align:center;font-size:.9rem;color:#ccc}._creator_uugcw_46 ._brand_uugcw_51{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.3rem}._creator_uugcw_46 ._brand_uugcw_51 img{height:28px;width:auto;filter:brightness(1.1)}._creator_uugcw_46 ._brand_uugcw_51 strong{color:#fc0}@media(max-width:768px){._footerContent_uugcw_11{flex-direction:column;gap:1.5rem}}
