@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Island+Moments&display=swap";*{font-family:Inter,sans-serif;transition:all .2s ease-in-out}#root{width:100%;display:flex;flex-direction:column;align-items:center;font-family:Inter,sans-serif;color:var(--main-bg-color)}.app-container-main{width:90%;display:flex;flex-direction:column;align-items:center}.brand-name{font-size:6em;font-family:Island Moments,cursive;font-weight:400;color:#000}.pages-container{width:100%}header.mb{text-align:center}.bg-floater-img{position:fixed;width:100%;top:-40%;opacity:.07;z-index:-10}@keyframes fadeupPage{0%{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:none}}.fadeup-page{animation:fadeupPage .5s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.app-container-main{width:100%}.bg-floater-img{top:10%}}@media (prefers-color-scheme: dark){body,#root,.app-container-main,.pages-container{background-color:#fff!important;color:var(--main-bg-color)!important}.cart-page-outer,.checkout-success-container,.admin-login-card,.admin-content,.admin-modal{background-color:#fff!important}.admin-table th{background-color:#f9f9f9!important;color:#333!important}.admin-table td{color:#333!important;border-bottom-color:#eee!important}h1,h2,h3,h4,h5,h6,p,span,label,input,select,textarea{color:inherit}}:root{--secondary-bg-color: #c95a55;--main-bg-color: #a1453f;--container-bg-color: #ffe6e6;--secondary-container-bg-color: #fcbab6;--normal-text-color: #ffffff}.navbar{display:flex;justify-content:space-between;width:100%;align-items:center;position:relative;color:var(--normal-text-color)}.menu-toggle{display:none;background:none;border:none;font-size:2rem;cursor:pointer;color:var(--secondary-bg-color)}.logo.button{background-color:transparent}.logout-btn{background-color:transparent;border:none;cursor:pointer;font-size:1rem;font-family:inherit;padding:.5rem}.logout-btn:hover{color:#dc3545}.logo.button:hover{background-color:transparent}.navbar .logo{display:flex;align-items:center}.navbar .nav-links{display:flex;gap:20px;list-style:none;align-items:center;transition:right .3s ease}.nav-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;z-index:1001;transition:opacity .2s}.mobile-nav-panel{position:fixed;top:0;left:-100vw;width:75vw;max-width:340px;height:100vh;background:var(--main-bg-color);color:var(--normal-text-color);box-shadow:2px 0 16px #0000001f;z-index:1002;display:flex;flex-direction:column;padding:1.5rem 1.2rem 1.2rem;transition:left .3s cubic-bezier(.4,0,.2,1)}.mobile-nav-panel.open{left:0}.close-btn{align-self:flex-end;background:none;border:none;font-size:1.7rem;color:var(--normal-text-color);margin-bottom:1.2rem;cursor:pointer;transition:color .2s}.close-btn:hover{color:var(--secondary-bg-color)}.nav-links-mobile{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.2rem}.nav-links-mobile .button{font-size:1.1rem;width:100%;text-align:left;background:none;border:none;color:var(--normal-text-color);padding:.7rem .5rem;border-radius:6px;transition:background .18s,color .18s}.nav-links-mobile .button:hover{background:var(--secondary-bg-color);color:var(--normal-text-color)}.nav-links-desktop{display:flex;flex-direction:row;gap:1.2rem;list-style:none;margin:0;padding:0;align-items:center}.nav-link-desktop{background:none;border:none;color:var(--normal-text-color);font-size:1.08rem;padding:.6rem 1.1rem;border-radius:6px;transition:background .18s,color .18s;display:flex;align-items:center;gap:.5em;text-decoration:none;font-weight:500}.nav-link-desktop:hover{background:var(--secondary-bg-color);color:var(--container-bg-color)}@media (max-width: 900px){.nav-links-desktop{display:none}.menu-toggle{display:block}.mobile-nav-panel{display:flex;background:var(--main-bg-color)}}@media (min-width: 901px){.mobile-nav-panel,.nav-overlay{display:none!important}.menu-toggle{display:none}}@media (max-width: 768px){.menu-toggle{display:block;z-index:1001}.navbar .nav-links{position:fixed;top:0;right:-100vw;height:100vh;flex-direction:column;background:var(--container-bg-color);width:60vw;max-width:260px;min-width:140px;padding:2rem 1rem 1rem;box-shadow:-2px 0 8px #0000001a;border-radius:0;transition:right .3s cubic-bezier(.4,0,.2,1);z-index:1000;align-items:flex-start;justify-content:flex-start;margin-top:0}.navbar .nav-links.open{right:0}}.button{background-color:var(--secondary-bg-color);color:var(--normal-text-color);padding:1em;border:none;border-radius:.5em;display:flex;gap:.5em;align-items:center;justify-content:center;text-align:center;line-height:1.2;box-sizing:border-box}.button:hover{background-color:var(--main-bg-color);cursor:pointer}.m-0{margin:0}.bold{font-weight:800}.f-w-500{font-weight:500}.sec-button{background-color:transparent;border:1px solid var(--main-bg-color);color:var(--main-bg-color);padding:.5em 1em;border-radius:.5em;display:flex;justify-content:center;align-items:center;text-align:center;line-height:1.2;box-sizing:border-box}.sec-button:hover{background-color:var(--main-bg-color);color:#fff;cursor:pointer}a{text-decoration:none}.image-skeleton{width:100%;height:100%;background-color:#e0e0e0;background:linear-gradient(90deg,#e0e0e0,#f0f0f0,#e0e0e0);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.image-error{opacity:.7;filter:grayscale(.5)}.skeleton-img{width:100%;height:200px;background-color:#e0e0e0;margin-bottom:10px;border-radius:4px;background:linear-gradient(90deg,#e0e0e0,#f0f0f0,#e0e0e0);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-title{width:70%;height:20px;background-color:#e0e0e0;margin-bottom:8px;border-radius:4px;background:linear-gradient(90deg,#e0e0e0,#f0f0f0,#e0e0e0);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-price{width:40%;height:16px;background-color:#e0e0e0;border-radius:4px;background:linear-gradient(90deg,#e0e0e0,#f0f0f0,#e0e0e0);background-size:200% 100%;animation:shimmer 1.5s infinite}.footer{width:100%;display:flex;flex-direction:column;align-items:center;background-color:var(--container-bg-color);padding:5em 0;margin-top:5em}.footer .row{display:flex;justify-content:space-evenly;width:100%}.footer .row .section{display:flex;flex-direction:column;align-items:flex-start}.footer .row .section a{color:var(--main-bg-color)}.footer hr{background:linear-gradient(to right,var(--container-bg-color),var(--main-bg-color),var(--container-bg-color));height:5px;width:50%;border:none;margin-top:2em;margin-bottom:2em}.footer .row img{width:100px;height:100px}.card{padding:1em;display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;border:1px solid #e0c0c0;border-radius:6px;box-shadow:0 2px 4px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #a1453f1a}.card .card-body{margin-top:10px;display:flex;flex-direction:column;height:100%;justify-content:space-between}.card .card-body h4{margin-bottom:.4em}.card .card-body p{margin-top:0;margin-bottom:.2em}.card .img-container{width:100%;height:200px;background:linear-gradient(to bottom,#f7cbcb,#cfa3a3);display:flex;align-items:center;justify-content:center;overflow:hidden}.card .img-container img{max-width:100%;max-height:100%;height:auto;width:auto;display:block;margin:0 auto;border-radius:.5em}.card .buttons-container{display:flex;flex-direction:column;gap:.7em;align-items:stretch;margin-top:1em;width:100%}.card .buttons-container .button,.card .buttons-container .sec-button{width:100%;min-width:100%;white-space:normal;min-height:44px}@media (max-width: 600px){.card .buttons-container{gap:.5em}}@media (max-width: 380px){.card .buttons-container .button,.card .buttons-container .sec-button{font-size:.9em;padding:.7em .5em}}.product-grid{width:100%;display:flex;flex-direction:column;margin-top:2em}.product-grid .heading{padding:1em;background:var(--container-bg-color);width:auto;margin-top:0}.product-grid .grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;width:100%}@media (max-width: 768px){.product-grid .grid{grid-template-columns:repeat(2,1fr);width:100%;gap:8px}.product-grid{width:100%}}.product-card-skeleton{background:#f3f3f3;border-radius:1em;padding:1.2em 1.5em;box-shadow:0 2px 12px #a1453f12;display:flex;flex-direction:column;align-items:center;gap:.7em;animation:skeletonPulse 1.2s infinite ease-in-out alternate}.skeleton-img{width:90px;height:90px;background:#e0e0e0;border-radius:.7em}.skeleton-title{width:70%;height:18px;background:#e0e0e0;border-radius:.4em}.skeleton-price{width:40%;height:16px;background:#e0e0e0;border-radius:.4em}@keyframes skeletonPulse{0%{opacity:1}to{opacity:.5}}.more-products-section{width:90%;max-width:1200px;margin:3em auto;background-color:#ffe9e9;border-radius:8px;padding:2em}.more-products-section h2{font-size:1.5rem;color:#a1453f;margin-bottom:1em;font-weight:600;text-align:center}.more-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5em}@media (max-width: 768px){.more-products-section{margin:2em auto;padding:1.5em;width:95%}.more-products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width: 480px){.more-products-section h2{font-size:1.3rem}.more-products-grid{grid-template-columns:1fr}}.filter-sidebar{background-color:#fff;border-right:1px solid #e0e0e0;padding:1.5rem;width:250px;height:100%;box-shadow:2px 0 8px #0000000d;position:sticky;top:1rem}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;border-bottom:1px solid #e0e0e0;padding-bottom:.75rem}.filter-header h3{margin:0;font-size:1.25rem;color:#333}.filter-section{margin-bottom:1.5rem}.filter-section h4{font-size:1rem;margin-bottom:.75rem;color:#555}.filter-options{list-style:none;padding:0;margin:0}.filter-options li{margin-bottom:.5rem}.filter-button{background:none;border:none;padding:.5rem;width:100%;text-align:left;cursor:pointer;border-radius:4px;transition:background-color .2s;font-size:.95rem;color:#555}.filter-button:hover{background-color:#f5f5f5}.filter-button.selected{background-color:#f0f0f0;color:#d76161;font-weight:500}.close-filters-button{background:none;border:none;cursor:pointer;font-size:1rem;color:#555;display:none}.filter-toggle-button{display:none;margin-bottom:1rem;background-color:#d76161;color:#fff;border:none;padding:.75rem 1.25rem;border-radius:4px;font-weight:500;cursor:pointer}.filter-overlay{display:none}@media (max-width: 768px){.filter-sidebar{position:fixed;top:0;left:0;height:100vh;transform:translate(-100%);transition:transform .3s ease;z-index:1000;overflow-y:auto;padding-top:1rem}.filter-sidebar.open{transform:translate(0)}.filter-toggle-button{display:inline-flex;align-items:center;gap:.5rem}.close-filters-button{display:block}.filter-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999}}.shop-container{display:flex;gap:2rem;margin-top:2rem}.shop-content{flex:1;min-width:0}.no-results{text-align:center;margin-top:2rem;color:#777;font-style:italic}@media (max-width: 768px){.shop-container{flex-direction:column;gap:1rem}.filter-toggle-button{margin-bottom:1rem}}.about-outer{width:100%;box-shadow:0 4px 32px #a1453f1a;margin-top:3em;background:linear-gradient(120deg,#ffe6e6,#f9d6d6);display:flex;align-items:center;justify-content:center;padding:4em 0 2em}.about-inner{border-radius:1.5em;padding:3em 2.5em 2.5em;display:flex;align-items:flex-start;gap:2.5em}.about-title{font-family:Island Moments,cursive;font-size:5.2em;color:var(--main-bg-color);margin-bottom:.5em;font-weight:400;letter-spacing:1px;text-align:left;width:100%}.about-section{display:flex;flex-direction:column;gap:.7em;background:var(--secondary-container-bg-color);border-radius:1em;padding:2em 1.5em 1.5em;box-shadow:0 2px 12px #a1453f12;position:relative}.about-icon{font-size:2.2em;position:absolute;top:1.1em;right:1.2em;opacity:.18;pointer-events:none}.about-heading{font-size:1.5em;color:var(--main-bg-color);font-weight:700;margin-bottom:.2em;z-index:1}.about-text{font-size:1.13em;color:#7a4d4d;line-height:1.7;z-index:1;margin:0;font-weight:500}@media (max-width: 700px){.about-outer{flex-direction:column;align-items:stretch;padding:1.2em 0 1em;margin-top:0}.about-inner{flex-direction:column;align-items:stretch;padding:1.2em .5em 1em;border-radius:.7em;max-width:99vw;gap:1.2em}.about-title{font-size:5em;text-align:center;margin-bottom:0;margin-top:0}.about-section{padding:1.2em .7em 1em;border-radius:.6em;flex-direction:column;gap:.5em}.about-heading{font-size:1.1em}.about-icon{font-size:1.3em;top:.7em;right:.7em}.about-text{font-size:1em}}@media (prefers-color-scheme: dark){.about-outer{background:linear-gradient(120deg,#ffe6e6,#f9d6d6)}.about-title{color:var(--main-bg-color)}.about-section{background:var(--secondary-container-bg-color)}.about-heading{color:var(--main-bg-color)}.about-text{color:#7a4d4d}.about-icon{opacity:.18}}.product-page-outer{width:100%;padding:2em 0;background:#f9e5e5;overflow-x:hidden;margin-top:1em;display:flex;flex-direction:column;align-items:center}.product-page-topbar{width:90%;display:flex;align-items:center;background:inherit;box-sizing:border-box;margin-bottom:1.2em;padding:0 1em}.go-home-btn{background:none;border:none;color:#a1453f;font-size:.9em;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5em;text-decoration:none;padding:.5em}.go-home-btn:hover{text-decoration:underline}.product-page-container{width:90%;max-width:1200px;display:flex;background:#f9e5e5;border-radius:8px;padding:1em}.product-page-flex{display:flex;gap:2.5rem}.product-images-section{flex:1 1 50%;width:50%;min-width:0;padding:1em;max-width:50%;display:flex;flex-direction:column;align-items:center}.main-image-container{width:100%;height:auto;min-height:300px;max-height:500px;background:linear-gradient(to bottom,#f7cbcb,#cfa3a3);border-radius:8px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.2em;position:relative;overflow:hidden}.main-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.thumbnail-container{display:flex;gap:1em;margin-top:1em;justify-content:center}.thumbnail{width:60px;height:60px;border-radius:4px;cursor:pointer;border:2px solid transparent;object-fit:contain;background:#f1d0d0;padding:.5em}.thumbnail.active{border-color:#a1453f}.img-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#a1453fb3;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:1rem;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center}.img-nav-btn:hover{background:#a1453fe6}.img-nav-btn.prev{left:10px}.img-nav-btn.next{right:10px}.product-info-section{flex:1;padding:1em;display:flex;flex-direction:column}.product-title{font-size:1.8rem;color:#a1453f;margin-bottom:.5em;font-weight:600}.price-section{margin-bottom:1.5em}.price{font-size:1.5rem;font-weight:700;color:#a1453f}.quantity-selector{display:flex;align-items:center;margin:1.5em 0}.quantity-selector label{margin-right:1em;font-weight:500}.quantity-controls{display:flex;align-items:center;border:1px solid #ddd;border-radius:4px;overflow:hidden}.quantity-btn{background:#f1f1f1;border:none;width:30px;height:30px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center}.quantity-btn:hover{background:#e5e5e5}.quantity-input{width:40px;border:none;text-align:center;font-size:1rem;padding:.5em;border-left:1px solid #ddd;border-right:1px solid #ddd}.description-section{margin-bottom:2em}.description-title{font-weight:600;margin-bottom:.5em;color:#333}.product-description{font-size:.95rem;line-height:1.6;color:#555}.action-buttons{display:flex;flex-direction:column;gap:1em;margin-top:auto}.buy-now-btn{background-color:#a1453f;color:#fff;border:none;border-radius:4px;padding:.8em 1em;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;text-decoration:none}.buy-now-btn:hover{background-color:#8a3a35}.add-to-cart-btn{background-color:#fff;color:#a1453f;border:1px solid #a1453f;border-radius:4px;padding:.8em 1em;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5em;text-decoration:none}.add-to-cart-btn:hover{background-color:#f9e5e5}.related-products{margin:2em 0;background-color:#ffe9e9;border-radius:8px;padding:2em}.related-products h2{font-size:1.5rem;color:#a1453f;margin-bottom:1em;font-weight:600;text-align:center}.related-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5em}.product-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4em 2em;text-align:center;background:#f9e5e5;border-radius:8px;width:90%;max-width:600px;margin:2em auto}.product-not-found h2{font-size:1.5rem;color:#a1453f;margin-bottom:.5em}.product-not-found p{margin-bottom:1.5em;color:#555}@media (max-width: 900px){.product-page-flex{flex-direction:column}.product-images-section,.product-info-section{width:100%;max-width:100%;flex:none}}@media (max-width: 600px){.product-page-outer{padding:1em 0}.product-page-container{padding:.5em}.main-image-container{min-height:250px}.thumbnail{width:50px;height:50px}.product-title{font-size:1.5rem}.price{font-size:1.3rem}.related-products{padding:1.5em;width:95%}}
