:root{--background: hsl(33, 41%, 95%);--foreground: hsl(166, 33%, 12%);--card: hsl(0, 0%, 100%);--card-foreground: hsl(166, 33%, 12%);--primary: hsl(341, 45%, 55%);--primary-foreground: hsl(0, 0%, 100%);--secondary: hsl(166, 33%, 18%);--secondary-foreground: hsl(33, 41%, 95%);--muted: hsl(33, 30%, 90%);--muted-foreground: hsl(166, 15%, 40%);--accent: hsl(39, 47%, 60%);--accent-foreground: hsl(166, 33%, 12%);--border: hsl(33, 20%, 85%);--gold: hsl(39, 47%, 60%);--soft-pink: hsl(345, 52%, 91%);--forest: hsl(166, 33%, 18%);--cream-dark: hsl(33, 30%, 88%);--radius: .75rem}.occasion-icon{width:56px;height:56px;border-radius:9999px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.occasion-image{width:28px;height:28px;object-fit:contain;display:block}.category-icon{width:86px;height:86px;border-radius:9999px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.category-image{width:40px;height:40px;object-fit:contain;display:block}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Cairo,sans-serif;background-color:var(--background);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Cairo,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 2rem}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.text-center{text-align:center}.text-primary{color:var(--primary)}.text-gold{color:var(--gold)}.text-forest{color:var(--forest)}.text-muted{color:var(--muted-foreground)}.bg-card{background-color:var(--card)}.bg-soft-pink{background-color:var(--soft-pink)}.bg-forest{background-color:var(--forest)}.bg-cream-dark{background-color:var(--cream-dark)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOut{0%{transform:translate(0)}to{transform:translate(100%)}}.animate-fade-in-up{animation:fadeInUp .6s ease-out forwards}.shadow-luxury{box-shadow:0 10px 40px -10px #c0597926}.shadow-gold{box-shadow:0 4px 20px -4px #c9a7694d}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;border-radius:var(--radius);transition:all .2s ease;white-space:nowrap}.btn:disabled{opacity:.5;pointer-events:none}.btn-primary{background-color:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{background-color:#b9466a}.btn-hero{background-color:var(--primary);color:var(--primary-foreground);padding:.875rem 2.5rem;font-size:1.125rem;font-weight:600;border-radius:9999px;box-shadow:0 10px 40px -10px #c0597926}.btn-hero:hover{background-color:#b9466a;box-shadow:0 15px 50px -10px #c0597940;transform:translateY(-2px)}.btn-hero-outline{background:transparent;color:var(--primary-foreground);padding:.875rem 2.5rem;font-size:1.125rem;font-weight:600;border-radius:9999px;border:2px solid hsla(0,0%,100%,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn-hero-outline:hover{background-color:#ffffff1a}.btn-gold{background-color:var(--accent);color:var(--accent-foreground);border-radius:9999px;font-weight:600;box-shadow:0 4px 20px -4px #c9a7694d}.btn-gold:hover{background-color:#c29c56}.btn-ghost{background:transparent;color:var(--foreground)}.btn-ghost:hover{background-color:var(--muted)}.btn-icon{width:2.5rem;height:2.5rem;padding:0}.btn-sm{padding:.5rem .75rem;font-size:.75rem}.btn-xl{padding:.875rem 2.5rem;font-size:1.125rem}.header{position:sticky;top:0;z-index:50;background-color:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);box-shadow:0 1px 3px #0000000d}.header-inner{display:flex;align-items:center;justify-content:space-between;height:4rem}@media(min-width:768px){.header-inner{height:5rem}}.logo{font-size:1.5rem;font-weight:900;color:var(--primary)}@media(min-width:768px){.logo{font-size:1.875rem}}.nav-desktop{display:none;align-items:center;gap:2rem}@media(min-width:768px){.nav-desktop{display:flex}}.nav-link{color:#152924cc;font-size:.875rem;font-weight:500;transition:color .2s ease}.nav-link:hover{color:var(--primary)}.header-icons{display:flex;align-items:center;gap:.25rem}.cart-count{position:absolute;top:-.5rem;right:-.5rem;width:1.25rem;height:1.25rem;border-radius:50%;background-color:var(--primary);color:var(--primary-foreground);font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center}.mobile-menu{display:none;background-color:var(--card);border-top:1px solid var(--border);padding:1rem}.mobile-menu.active{display:block}.mobile-menu nav{display:flex;flex-direction:column;gap:.75rem}.mobile-nav-link{display:block;padding:.5rem 0;color:#152924cc;font-weight:500;transition:color .2s ease}.mobile-nav-link:hover{color:var(--primary)}@media(min-width:768px){.mobile-menu-toggle{display:none!important}}.hero{position:relative;min-height:70vh;display:flex;align-items:center;overflow:hidden}@media(min-width:768px){.hero{min-height:85vh}}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#c05979d9,#1f3d36b3)}.hero-content{position:relative;z-index:10;max-width:672px}.hero-subtitle{color:var(--gold);font-size:1.125rem;font-weight:600;margin-bottom:1rem;animation:fadeInUp .6s ease-out .2s both}@media(min-width:768px){.hero-subtitle{font-size:1.25rem}}.hero-title{font-size:2.25rem;font-weight:900;color:var(--primary-foreground);line-height:1.1;margin-bottom:1.5rem;animation:fadeInUp .6s ease-out .4s both}@media(min-width:768px){.hero-title{font-size:3.75rem}}@media(min-width:1024px){.hero-title{font-size:4.5rem}}.hero-title span{color:var(--gold)}.hero-description{color:#fffc;font-size:1.125rem;max-width:32rem;margin-bottom:2rem;animation:fadeInUp .6s ease-out .6s both}@media(min-width:768px){.hero-description{font-size:1.25rem}}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;animation:fadeInUp .6s ease-out .8s both}.section{padding:4rem 0}@media(min-width:768px){.section{padding:6rem 0}}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:1.875rem;font-weight:900;color:var(--foreground);margin-bottom:.75rem}@media(min-width:768px){.section-title{font-size:2.25rem}}.section-title span{color:var(--primary)}.section-title .text-gold{color:var(--gold)}.section-subtitle{color:var(--muted-foreground);font-size:1.125rem}.categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.categories-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.categories-grid{grid-template-columns:repeat(8,1fr);gap:1.5rem}}.category-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;cursor:pointer}.category-icon{width:5rem;height:5rem;border-radius:50%;background-color:var(--card);box-shadow:0 10px 40px -10px #c0597926;display:flex;align-items:center;justify-content:center;border:1px solid hsla(33,20%,85%,.5);transition:transform .3s ease}@media(min-width:768px){.category-icon{width:6rem;height:6rem}}.category-item:hover .category-icon{transform:scale(1.1)}.category-icon i{width:2rem;height:2rem}@media(min-width:768px){.category-icon i{width:2.5rem;height:2.5rem}}.category-icon.text-primary i{color:var(--primary)}.category-icon.text-gold i{color:var(--gold)}.category-icon.text-forest i{color:var(--forest)}.category-label{font-size:.875rem;font-weight:600;color:var(--foreground);text-align:center}.products-section{background-color:#f4dce24d}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background-color:var(--card);border-radius:1rem;overflow:hidden;box-shadow:0 10px 40px -10px #c0597926;transition:all .3s ease}.product-card:hover{box-shadow:0 20px 50px -10px #c0597933;transform:translateY(-4px)}.product-image{position:relative;aspect-ratio:1;overflow:hidden;background-color:var(--muted)}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-wishlist{position:absolute;top:.75rem;left:.75rem;width:2.25rem;height:2.25rem;border-radius:50%;background-color:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.product-wishlist:hover{background-color:var(--card)}.product-wishlist i{width:1rem;height:1rem;color:var(--primary)}.product-info{padding:1rem}.product-title{font-size:.875rem;font-weight:600;color:var(--foreground);margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.5rem}.product-footer{display:flex;align-items:center;justify-content:space-between}.product-price{font-size:1.125rem;font-weight:700;color:var(--primary)}.product-price span{font-size:.875rem}.occasions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.occasions-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.occasion-card{border-radius:1rem;padding:1.5rem;cursor:pointer;transition:all .3s ease}@media(min-width:768px){.occasion-card{padding:2rem}}.occasion-card:hover{box-shadow:0 10px 40px -10px #c0597926}.occasion-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.occasion-icon{width:4rem;height:4rem;border-radius:50%;background-color:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000000d;transition:transform .3s ease}.occasion-card:hover .occasion-icon{transform:scale(1.1)}.occasion-icon i{width:2rem;height:2rem;color:var(--primary)}.occasion-title{font-size:1.125rem;font-weight:700;color:var(--foreground)}@media(min-width:768px){.occasion-title{font-size:1.25rem}}.occasion-cta{font-size:.875rem;color:var(--muted-foreground);transition:color .2s ease}.occasion-card:hover .occasion-cta{color:var(--primary)}.gradient-birthday{background:linear-gradient(135deg,hsla(341,45%,55%,.2) 0%,var(--soft-pink) 100%)}.gradient-love{background:linear-gradient(135deg,#c059794d,#c059790d)}.gradient-baby{background:linear-gradient(135deg,var(--soft-pink) 0%,var(--muted) 100%)}.gradient-graduation{background:linear-gradient(135deg,hsla(39,47%,60%,.2) 0%,var(--muted) 100%)}.gradient-wedding{background:linear-gradient(135deg,hsla(39,47%,60%,.3) 0%,var(--soft-pink) 100%)}.gradient-appreciation{background:linear-gradient(135deg,hsla(166,33%,18%,.1) 0%,var(--muted) 100%)}.giftsets-section{background-color:var(--cream-dark)}.giftsets-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.giftsets-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.giftset-card{background-color:var(--card);border-radius:1rem;overflow:hidden;box-shadow:0 10px 40px -10px #c0597926;transition:all .3s ease}.giftset-card:hover{box-shadow:0 20px 50px -10px #c0597933}.giftset-image{aspect-ratio:4/3;overflow:hidden}.giftset-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.giftset-card:hover .giftset-image img{transform:scale(1.05)}.giftset-info{padding:1.5rem}.giftset-title{font-size:1.25rem;font-weight:700;color:var(--foreground);margin-bottom:.5rem}.giftset-description{color:var(--muted-foreground);font-size:.875rem;margin-bottom:1rem}.giftset-prices{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.giftset-price{font-size:1.5rem;font-weight:900;color:var(--primary)}.giftset-original-price{font-size:.875rem;color:var(--muted-foreground);text-decoration:line-through}.promise-section{background-color:var(--forest);color:var(--secondary-foreground)}.promise-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:768px){.promise-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.promise-item{text-align:center}.promise-icon{width:4rem;height:4rem;margin:0 auto 1rem;border-radius:1rem;background-color:#c9a76933;display:flex;align-items:center;justify-content:center}.promise-icon i{width:2rem;height:2rem;color:var(--gold)}.promise-title{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.promise-description{font-size:.875rem;opacity:.6}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.testimonial-card{background-color:var(--card);border-radius:1rem;padding:1.5rem;box-shadow:0 10px 40px -10px #c0597926;border:1px solid hsla(33,20%,85%,.5)}@media(min-width:768px){.testimonial-card{padding:2rem}}.testimonial-stars{display:flex;gap:.25rem;margin-bottom:1rem}.testimonial-stars i{width:1rem;height:1rem;color:var(--gold);fill:var(--gold)}.testimonial-text{color:var(--muted-foreground);margin-bottom:1.5rem;line-height:1.7;min-height:4rem}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background-color:var(--soft-pink);display:flex;align-items:center;justify-content:center}.testimonial-avatar span{color:var(--primary);font-weight:700;font-size:.875rem}.testimonial-name{font-weight:600;font-size:.875rem;color:var(--foreground)}.testimonial-location{font-size:.75rem;color:var(--muted-foreground)}.footer{background-color:var(--forest);color:var(--secondary-foreground)}.footer-content{padding:3rem 0 4rem}@media(min-width:768px){.footer-content{padding:4rem 0}}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr);gap:3rem}}.footer-brand p{opacity:.6;font-size:.875rem;line-height:1.7}.footer-logo{font-size:1.875rem;font-weight:900;color:var(--gold);margin-bottom:1rem;display:block}.footer-heading{font-size:1.125rem;font-weight:700;color:var(--gold);margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-links a{font-size:.875rem;opacity:.6;transition:opacity .2s,color .2s}.footer-links a:hover{opacity:1;color:var(--gold)}.footer-contact{display:flex;flex-direction:column;gap:1rem}.footer-contact-item{display:flex;align-items:center;gap:.75rem}.footer-contact-item i{width:1rem;height:1rem;color:var(--gold);flex-shrink:0}.footer-contact-item span{font-size:.875rem;opacity:.6}.footer-bottom{padding:2rem 0;border-top:1px solid hsla(33,41%,95%,.1)}.footer-bottom-content{display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:768px){.footer-bottom-content{flex-direction:row;justify-content:space-between}}.footer-copyright{font-size:.875rem;opacity:.4}.footer-payment{display:flex;align-items:center;gap:1rem}.footer-payment span{font-size:.75rem;opacity:.4}.payment-methods{display:flex;gap:.5rem}.payment-methods span{font-size:.75rem;padding:.25rem .5rem;border:1px solid hsla(33,41%,95%,.2);border-radius:.25rem;opacity:.3}.whatsapp-btn{position:fixed;bottom:1.5rem;left:1.5rem;z-index:50;width:3.5rem;height:3.5rem;border-radius:50%;background-color:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36666;transition:transform .3s ease}.whatsapp-btn:hover{transform:scale(1.1)}.whatsapp-btn i{width:1.75rem;height:1.75rem}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:100;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-drawer-overlay.active{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;left:0;bottom:0;width:100%;max-width:32rem;background-color:var(--card);z-index:101;transform:translate(-100%);transition:transform .3s ease;display:flex;flex-direction:column}.cart-drawer.active{transform:translate(0)}.cart-drawer-header{padding:1.5rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.cart-drawer-title{font-size:1.25rem;font-weight:700}.cart-drawer-close{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.cart-drawer-close i{width:1.5rem;height:1.5rem}.cart-drawer-content{flex:1;overflow-y:auto;padding:1.5rem}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center}.cart-empty i{width:3rem;height:3rem;color:var(--muted-foreground);margin-bottom:1rem}.cart-empty p{color:var(--muted-foreground)}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;gap:1rem;padding:.75rem;background-color:#ede6de80;border-radius:.5rem}.cart-item-image{width:4rem;height:4rem;border-radius:.5rem;overflow:hidden;background-color:var(--card);flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1;min-width:0}.cart-item-title{font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-price{font-weight:600;color:var(--primary);margin-top:.25rem}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.cart-item-remove{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center}.cart-item-remove i{width:.75rem;height:.75rem}.cart-item-quantity{display:flex;align-items:center;gap:.25rem}.cart-item-quantity button{width:1.5rem;height:1.5rem;border:1px solid var(--border);border-radius:.25rem;display:flex;align-items:center;justify-content:center;background-color:var(--card)}.cart-item-quantity button i{width:.75rem;height:.75rem}.cart-item-quantity span{width:2rem;text-align:center;font-size:.875rem}.cart-drawer-footer{padding:1.5rem;border-top:1px solid var(--border)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart-total-label{font-size:1.125rem;font-weight:600}.cart-total-price{font-size:1.25rem;font-weight:700;color:var(--primary)}.cart-checkout-btn{width:100%}.loading{display:flex;justify-content:center;padding:4rem 0}.loading-spinner{width:2rem;height:2rem;border:3px solid var(--muted);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:4rem 0}.empty-state i{width:4rem;height:4rem;color:#57756e4d;margin:0 auto 1rem}.empty-state p{color:var(--muted-foreground);font-size:1.125rem}.product-page{padding:2rem 0}@media(min-width:768px){.product-page{padding:4rem 0}}.product-page-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.product-page-grid{grid-template-columns:1fr 1fr;gap:4rem}}.product-gallery{border-radius:1rem;overflow:hidden;background-color:var(--muted)}.product-gallery img{width:100%;aspect-ratio:1;object-fit:cover}.product-details h1{font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media(min-width:768px){.product-details h1{font-size:2rem}}.product-page-price{font-size:1.5rem;font-weight:900;color:var(--primary);margin-bottom:1.5rem}.product-description{color:var(--muted-foreground);line-height:1.7;margin-bottom:2rem}.product-form{display:flex;flex-direction:column;gap:1rem}.quantity-selector{display:flex;align-items:center;gap:.5rem}.quantity-selector button{width:2.5rem;height:2.5rem;border:1px solid var(--border);border-radius:.5rem;display:flex;align-items:center;justify-content:center;background-color:var(--card)}.quantity-selector input{width:4rem;height:2.5rem;text-align:center;border:1px solid var(--border);border-radius:.5rem;font-weight:600}@media(max-width:767px){.hide-mobile{display:none!important}}@media(min-width:768px){.hide-desktop{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
