@import"https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:#fff;color:var(--dark-gray)}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.main-container{background-color:#fff;color:var(--text-color)}.global-footer{width:100%;height:32px;background-color:#fff;flex-direction:row;display:flex;justify-content:center;align-items:center}.global-footer p{color:var(--dark-primary);font-size:.8rem;text-align:center;margin-right:.5rem}.global-footer img{width:22px;height:22px;border-radius:10px}.hero{display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom right,#6a11cb,#2575fc);color:#fff;text-align:center;padding:20px;background-image:url(/assets/background-CdoVQVIp.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden;height:100vh;font-family:var(--main-font)}.hero .top-floating{position:absolute;top:0;right:0;width:100%;height:100%;z-index:1;width:300px;height:auto;opacity:.8}.hero .bottom-floating{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;width:300px;height:auto;opacity:.8}.hero-content{width:100%}.hero-content .hero-image{width:250px;height:auto;border-radius:10px;margin-bottom:20px;z-index:2;position:relative}.hero-title{font-size:3rem;font-weight:300;margin-bottom:20px;color:var(--dark-primary);letter-spacing:1.2rem;position:relative;z-index:2}.hero-subtitle{font-size:2rem;color:var(--dark-primary);letter-spacing:1.4rem;margin-bottom:3rem;position:relative;z-index:2}.hero-button{background-color:var(--purple);color:#fff;border:none;padding:1rem 2.4rem;font-size:1rem;font-weight:700;border-radius:0;cursor:pointer;transition:background-color .3s,color .3s;text-transform:uppercase;font-weight:300;letter-spacing:.4rem;z-index:2;position:relative}.hero-button:hover{background-color:var(--light-purple);color:var(--dark-primary)}@media only screen and (min-width: 767px){.hero .top-floating{width:200px}.hero .bottom-floating{width:200px;bottom:-40px}}@media only screen and (max-width: 766px){.hero .top-floating{width:200px}.hero .bottom-floating{width:200px;bottom:-80px}.hero-content{padding:12rem 0px 10rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-button{font-size:.8rem;padding:.75rem .6rem}}.catalog{padding:3rem;font-family:var(--main-font)}.catalog h1{font-weight:300;text-transform:uppercase;font-size:1.5rem;margin:0;padding:1rem 0;text-align:center}.thumbnail-wrapper{width:100%;height:260px;background-color:#fff;display:flex;justify-content:center;align-items:center;overflow:hidden}.product-thumbnail{width:100%;height:auto;background-color:gray}.catalog-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.product-card{background-color:var(--light-purple-1);width:260px;padding:1rem 1rem 0;min-height:512px}.product-info h2{font-size:1rem;margin:0}.product-info{padding:1rem 0;display:flex;height:43%;flex-direction:column;justify-content:space-between}.product-info .description{margin:0}.product-info .price{margin:.5rem 0;font-size:1.2rem}.product-info button{border-radius:0;width:100%;background-color:var(--purple);color:#fff}.product-info .top-info{height:80px}.product-info .bottom-info i{text-decoration:underline}.product-info .bottom-info .discount{margin:0 0 6px}.filter-container{display:flex;flex-direction:column;align-items:flex-start;margin:1rem 4rem;font-family:var(--main-font)}.filter-container label{font-size:1rem;margin-bottom:.5rem;color:var(--dark-gray)}.filter-container select{padding:.5rem;font-size:1rem;border:1px solid var(--light-gray);border-radius:4px;background-color:var(--light-purple-1);color:var(--dark-gray);outline:none;transition:border-color .3s ease,box-shadow .3s ease}.filter-container select:focus{border-color:var(--purple);box-shadow:0 0 5px var(--purple)}.custom-price-form-container{display:flex;justify-content:center;align-items:center;height:200px;font-family:var(--main-font)}.custom-price-form{text-align:center;padding:20px}.custom-price-form label{width:100%;text-align:start;display:block;margin-bottom:10px;font-weight:700}.custom-price-form input{width:96%;height:2rem;margin-bottom:10px;border:1px solid #ccc;padding-left:12px;font-size:16px}.custom-price-form button{padding:10px 20px;border-radius:0;border:none;background-color:var(--purple);color:#fff;cursor:pointer;width:100%;margin-top:1rem}.custom-price-form button:hover{background-color:var(--light-purple-1);color:var(--dark-gray)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:500px;min-width:200px;position:relative;min-height:200px}.modal-close{position:absolute;top:10px;right:10px;background:none;border:none;font-size:24px;cursor:pointer;color:#333}.modal-close:hover{color:#000}.title{font-weight:200;margin:0;padding:0}.title.uppercase{text-transform:uppercase}.title.lowercase{text-transform:lowercase}.title.normal{text-transform:none}.title.h1{font-size:2.2rem}.title.h2{font-size:2rem}.title.h3{font-size:1.75rem}.title.h4{font-size:1.5rem}.title.h5{font-size:1.25rem}.homepage_container{height:100%;width:100%}.drawer{position:fixed;top:0;left:0;width:100%;height:100%;display:none;z-index:1000}.drawer.open{display:flex;flex-direction:row-reverse}.drawer-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080}.drawer-content{position:relative;background-color:#fff;width:400px;max-width:80%;height:100%;box-shadow:0 4px 6px #0000001a;overflow-y:auto;transition:transform .3s ease-in-out;padding:4rem 1.5rem}.drawer.open .drawer-content{transform:translate(0)}.drawer-close{position:absolute;top:-10px;right:-10px;background:none;border:none;font-size:2.2rem;cursor:pointer}.cart{width:100%;font-family:var(--main-font)}.cart .product-container{width:100%;height:90%;display:flex;flex-direction:column;justify-content:space-between}.cart .product-container .product-list{width:100%;height:100%;display:flex;flex-direction:column;overflow-y:scroll;overflow-x:hidden}.cart .product-container .product-list.empty{display:flex;justify-content:center;align-items:center;height:100%;padding:0px 1rem}.cart .product-container .product-list.empty .empty-container{display:flex;justify-content:center;align-items:center;width:100%;padding:0px 2rem}.cart .product-container .product-list.empty .empty-container img{width:80px;height:80px}.cart .product-container .product-list.empty .empty-container p{font-size:1.2rem;margin:0;padding:0px 1rem}.cart .product-container .product{width:100%;display:flex;justify-content:space-between;padding:1rem 0;position:relative}.cart .product-container .product .product-thumb{width:120px;height:120px;background-color:gray}.cart .product-container .product .product-info{width:calc(100% - 130px);display:flex;flex-direction:column;justify-content:center;padding:.5rem 1rem;justify-content:space-between}.cart .product-container .product .product-info h4{margin:0;font-size:1.2rem;max-width:200px}.cart .product-container .product .product-info .price{margin:0;font-size:1rem}.cart .product-container .product .delete{background-color:transparent;position:absolute;right:0;top:15px;width:24px;height:24px;outline:none}.cart .product-container .product .delete:hover{border:none}.cart .product-container .product .delete img{width:18px;height:18px;position:absolute;top:01px;left:10px}.float-cart{position:fixed;bottom:30px;right:10px;width:180px;height:56px;background-color:var(--light-purple-2);display:flex;justify-content:center;align-items:center;border-radius:80px;padding:.5rem .75px;color:var(--dark-purple)}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.float-cart.pulse{animation:pulse 1s}.float-cart img{width:32px;height:32px;margin-right:.6rem}.float-cart .badge{position:absolute;top:-15px;right:5px;width:30px;height:30px;background-color:var(--danger-color);color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center}.cart .product-container .cta-container button{width:100%;background-color:var(--purple);color:#fff;border-radius:0;padding:.7rem 0px;border:none;font-size:1.2rem}.cart .product-container .cta-container button:hover{background-color:var(--light-purple);color:#000}.countdown{display:flex;justify-content:center;text-align:center;flex-direction:column;margin:4rem 0px;color:var(--text-color);font-family:var(--main-font);padding:0px .5rem}.countdown h2{font-weight:200;font-size:2rem;margin:0;text-transform:uppercase}.countdown-counter{display:flex;justify-content:center;gap:20px;margin-top:1rem}.countdown-item{display:flex;flex-direction:column;align-items:center}.countdown-number{font-size:2.2rem;font-weight:100;color:var(--text-color)}.countdown-label{font-size:1rem;font-weight:200}.checkout-container{display:flex;flex-direction:column;align-items:center;padding:20px;font-family:Arial,sans-serif;background-color:#f9f9f9;min-height:100vh;font-family:var(--main-font)}.checkout-header{width:100%;text-align:center;margin-bottom:20px}.checkout-header .logo{width:96px;height:auto;margin-top:2rem}.checkout-main{display:flex;flex-direction:column;gap:30px;width:100%;max-width:800px;background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 6px #0000001a}.cart-section,.payment-section{display:flex;flex-direction:column;gap:15px}.payment-section select{border-radius:0}.payment-section .checkout-btn{background-color:var(--purple);border-radius:0}.payment-section .checkout-btn:hover{background-color:var(--light-purple)!important;color:var(--dark-purple)}.cart-section .empty-cart{display:flex;justify-content:center;align-items:center;height:100%;padding:20px}.cart-section .empty-cart img{width:80px;height:80px;margin-right:1rem}.cart-section h2,.payment-section h2{font-size:1.5rem;color:#333;margin-bottom:10px}.cart-section .navigation button{background-color:var(--light-purple-1);display:flex;justify-content:center;align-items:center}.cart-section .navigation img{width:24px;height:24px;cursor:pointer}.cart-list{list-style:none;padding:0;margin:0}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:10px;border-bottom:1px solid #ddd;gap:10px}.cart-item img{width:50px;height:50px}.cart-item span{font-size:1rem;color:#555}.cart-item button{background-color:#ff4d4d;color:#fff;border:none;padding:5px 10px;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.cart-item button:hover{background-color:#e60000}.payment-section select{padding:10px;font-size:1rem;border:1px solid #ddd;border-radius:4px}.payment-section button{background-color:#4caf50;color:#fff;border:none;padding:10px 15px;font-size:1rem;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.payment-section button:disabled{background-color:#ccc;cursor:not-allowed}.payment-section button:hover:not(:disabled){background-color:#45a049}.customer-info-form{display:flex;flex-direction:column;gap:20px;margin-top:20px}.customer-info-form label{position:relative}.customer-info-form .personal-info,.customer-info-form .contact-info{display:flex;flex-wrap:wrap;gap:15px}.customer-info-form label{display:flex;flex-direction:column;font-size:1rem;color:#333;flex:1 1 calc(50% - 15px);min-width:200px}.customer-info-form input{padding:10px;font-size:1rem;border:1px solid #ddd;border-radius:4px;margin-top:5px;transition:border-color .3s ease}.customer-info-form input:focus{border-color:var(--purple);outline:none}.customer-info-form input::placeholder{color:#aaa;font-style:italic}.customer-info-form .error-message{color:var(--danger-color);font-size:.7rem;margin-top:5px;position:absolute;bottom:-15px;left:5px}.cart-item .delete-icon{width:18px;height:18px}.rainbow-section{background:linear-gradient(90deg,#4c4cb7,#a16cc6,#c674c6);background-size:300% 300%;animation:rainbow-animation 15s ease infinite;color:#fff;text-align:center;border-radius:16px}@keyframes rainbow-animation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.emoji{font-size:2.5rem;display:block}.rainbow-section{display:flex;justify-content:center;align-items:center;padding:1rem 2rem}.rainbow-section.disappear{animation:fade-out 1.5s forwards}@keyframes fade-out{0%{opacity:1}80%{opacity:1}to{opacity:0;display:none}}@keyframes pump-animation{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.emoji.pump{animation:pump-animation .5s ease-in-out}.promotion-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0003;z-index:1000;max-width:300px;width:90%;text-align:center;font-family:var(--main-font)}.promotion-modal h2{font-size:1.8rem;color:var(--purple);margin-bottom:1rem}.promotion-modal p{font-size:1rem;color:#333;margin-bottom:1rem}.promotion-modal p.strong{font-weight:700}.promotion-modal p.ps{font-size:.9rem;color:#555;font-style:italic}.promotion-modal label{display:flex;align-items:center;font-size:1rem;color:#333;margin-bottom:1rem;gap:.5rem}.promotion-modal label{cursor:pointer}.promotion-modal input[type=checkbox]{width:20px;height:20px;cursor:pointer}.promotion-modal input[type=text]{width:90%;padding:10px;font-size:1rem;border:1px solid #ddd;border-radius:4px;margin-top:.5rem;resize:none;transition:border-color .3s ease}.promotion-modal .message-textarea{width:90%;height:100px;padding:10px;font-size:1rem;border:1px solid #ddd;border-radius:4px;margin-top:.5rem;resize:none;transition:border-color .3s ease}.promotion-modal .message-textarea:focus{border-color:var(--purple);outline:none}.promotion-modal .close-promotion-btn{background-color:var(--purple);color:#fff;border:none;padding:10px 15px;font-size:1rem;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.promotion-modal .close-promotion-btn:hover{background-color:var(--light-purple)}.promotion-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999}.promotion-modal .add-message{margin-top:1rem;width:100%;border-radius:0;background-color:var(--purple);color:#fff}.continue-without-message{margin-top:1rem;width:100%;border-radius:0;background-color:var(--light-purple-1)}.gift-message-section{display:flex;flex-direction:column;gap:15px;margin-top:20px;padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a}.gift-message-section h2{font-size:1.5rem;color:var(--purple);margin-bottom:10px}.gift-message-section input[type=text]{padding:10px;font-size:1rem;border:1px solid #ddd;border-radius:4px;transition:border-color .3s ease}.gift-message-section input[type=text]:focus{border-color:var(--purple);outline:none}.gift-message-section .message-textarea{width:100%;height:100px;padding:10px;font-size:1rem;border:1px solid #ddd;border-radius:4px;resize:none;transition:border-color .3s ease}.gift-message-section .message-textarea:focus{border-color:var(--purple);outline:none}.gift-message-section .message-hint{font-size:.9rem;color:#555;font-style:italic;text-align:right}.loader{display:flex;justify-content:center;align-items:center;gap:10px}.dot{width:15px;height:15px;background-color:var(--purple);border-radius:50%;animation:bounce 1.5s infinite ease-in-out}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.success-page{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#f0f8ff;text-align:center;font-family:var(--main-font);color:var(--purple);padding:1rem 2rem;background-image:url(/assets/background-CdoVQVIp.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;position:relative}.success-page .monogram{width:200px}.success-page h1{font-size:2.5rem;margin-bottom:1rem;color:var(--purple)}.success-page p{font-size:1.2rem;margin:.5rem 0}.success-page .success-button{margin-top:1.5rem;padding:.8rem 1.5rem;font-size:1.2rem;font-weight:300;color:#fff;background-color:var(--purple);border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease;z-index:9999}.success-page .success-button:hover{background-color:var(--light-purple-1);color:var(--dark-purple)}:root{--primary-color: #3498db;--secondary-color: #2ecc71;--background-color: #f5f5f5;--text-color: #333333;--accent-color: #e74c3c;--danger-color: #e10000;--dark-primary: #5a5a5a;--dark-secondary: #737373;--main-font: "Kumbh Sans", sans-serif;--dark-purple: #544074;--purple: #9580b8;--light-purple: #dbcce5;--light-purple-1: #e9e2ed;--light-purple-2: #c1aae6}#root{margin:0 auto;width:100%;height:100vh}body{margin:0;height:100vh}
