:root{--background: 30 25% 97%;--foreground: 30 10% 15%;--card: 30 20% 99%;--muted: 30 12% 92%;--muted-foreground: 30 8% 50%;--border: 30 15% 88%;--primary: 36 55% 35%;--primary-foreground: 36 30% 96%;--accent: 36 45% 45%;--destructive: 0 72% 51%;--destructive-foreground: 0 0% 100%;--gold: 36 55% 35%;--radius: .375rem;--container: 1280px}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:Inter,system-ui,sans-serif;background:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;line-height:1.5}img,svg,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}h1,h2,h3,h4,h5{font-family:Cormorant Garamond,serif;font-weight:600;line-height:1.15;margin:0 0 .5rem}.font-display{font-family:Cormorant Garamond,serif}.container{max-width:var(--container);margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 2rem}}.skip-to-content{position:absolute;left:-9999px;top:0;background:#000;color:#fff;padding:.5rem 1rem;z-index:1000}.skip-to-content:focus{left:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;transition:all .2s;cursor:pointer}.btn-primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn-primary:hover{background:hsl(var(--primary)/.9)}.btn-outline{background:transparent;border:1px solid hsl(var(--border));color:hsl(var(--foreground))}.btn-outline:hover{background:hsl(var(--muted))}.btn-ghost{background:#ffffff1a;color:hsl(var(--primary-foreground));-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.2)}.btn-block{width:100%}.site-header{position:sticky;top:0;z-index:50;background:hsl(var(--background)/.85);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid hsl(var(--border))}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:64px}.site-header__logo{display:flex;align-items:center;gap:.5rem;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600}.site-header__logo img{width:40px;height:40px;border-radius:50%;object-fit:cover}.site-nav{display:none;gap:2rem}@media(min-width:900px){.site-nav{display:flex}}.site-nav a{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground));transition:color .2s}.site-nav a:hover{color:hsl(var(--foreground))}.site-header__actions{display:flex;align-items:center;gap:.75rem}.icon-btn{position:relative;display:inline-flex;align-items:center;gap:.4rem;padding:.5rem;color:hsl(var(--muted-foreground));border-radius:var(--radius)}.icon-btn:hover{color:hsl(var(--foreground))}.icon-btn .label{display:none;font-size:.875rem;font-weight:500}@media(min-width:640px){.icon-btn .label{display:inline}}.cart-bubble{position:absolute;top:-2px;right:-2px;background:hsl(var(--accent));color:hsl(var(--primary-foreground));font-size:.7rem;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-weight:600}.menu-toggle{display:inline-flex;padding:.5rem}@media(min-width:900px){.menu-toggle{display:none}}.mobile-nav{display:none;border-top:1px solid hsl(var(--border));background:hsl(var(--background))}.mobile-nav.is-open{display:block}.mobile-nav a{display:block;padding:.75rem 0;font-size:.9rem;color:hsl(var(--foreground));border-bottom:1px solid hsl(var(--border))}.hero{position:relative;overflow:hidden;height:70vh;min-height:480px;max-height:720px}.hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,hsl(var(--foreground)/.6),hsl(var(--foreground)/.3),transparent)}.hero__content{position:relative;z-index:2;display:flex;align-items:center;height:100%}.hero__inner{max-width:540px;color:hsl(var(--primary-foreground));animation:fadeUp .7s cubic-bezier(.16,1,.3,1) forwards}.hero__eyebrow{font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;opacity:.85;margin-bottom:.75rem}.hero h1{font-size:clamp(2.25rem,5vw,3.75rem);color:hsl(var(--primary-foreground));margin-bottom:1rem}.hero p{opacity:.9;font-size:1.05rem;margin:0 0 2rem;max-width:420px}.hero__cta{display:flex;gap:.75rem;flex-wrap:wrap}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px);filter:blur(4px)}to{opacity:1;transform:none;filter:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-up{animation:fadeUp .7s cubic-bezier(.16,1,.3,1) both}.section-heading{text-align:center;margin:0 0 2.5rem}.section-heading h2{font-size:clamp(1.75rem,3vw,2.5rem)}.section-heading p{color:hsl(var(--muted-foreground));max-width:560px;margin:.5rem auto 0}.section{padding:4rem 0}.product-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr)}@media(min-width:640px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.product-card{display:block}.product-card__media{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:.5rem;background:hsl(var(--muted))}.product-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}@media(hover:hover){.product-card:hover .product-card__media img{transform:scale(1.05)}}.product-card__badge{position:absolute;top:.75rem;left:.75rem;background:hsl(var(--destructive));color:hsl(var(--destructive-foreground));font-size:.7rem;font-weight:500;padding:.15rem .5rem;border-radius:.25rem}.product-card__quick{position:absolute;bottom:.75rem;right:.75rem;width:38px;height:38px;border-radius:50%;background:hsl(var(--primary));color:hsl(var(--primary-foreground));display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(8px);transition:.3s}@media(hover:hover){.product-card:hover .product-card__quick{opacity:1;transform:none}}.product-card__info{margin-top:.6rem}.product-card__title{font-size:.9rem;font-weight:500;color:hsl(var(--foreground));margin:0 0 .3rem;font-family:Inter,sans-serif;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card:hover .product-card__title{color:hsl(var(--primary))}.product-card__price{display:flex;align-items:center;gap:.4rem;font-size:.9rem}.product-card__price .price{font-weight:600;color:hsl(var(--primary))}.product-card__price .compare{color:hsl(var(--muted-foreground));text-decoration:line-through;font-size:.75rem}@media(max-width:480px){.product-grid{gap:.75rem}.product-card__title{font-size:.85rem}.product-card__price{font-size:.8rem}}.product{display:grid;gap:2.5rem;grid-template-columns:1fr;padding:3rem 0}@media(min-width:900px){.product{grid-template-columns:1fr 1fr;gap:4rem}}.product__media{display:flex;flex-direction:column;gap:.75rem}.product__media .main{aspect-ratio:1/1;border-radius:.5rem;overflow:hidden;background:hsl(var(--muted))}.product__media .main img{width:100%;height:100%;object-fit:cover}.product__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.product__thumbs button{padding:0;border-radius:.375rem;overflow:hidden;border:1px solid transparent;aspect-ratio:1/1}.product__thumbs button.is-active{border-color:hsl(var(--primary))}.product__thumbs img{width:100%;height:100%;object-fit:cover}.product__title{font-size:2rem;margin-bottom:.5rem;font-family:Inter,sans-serif}.product__price{font-size:1.5rem;color:hsl(var(--primary));font-weight:600;margin-bottom:1.25rem}.product__price .compare{color:hsl(var(--muted-foreground));text-decoration:line-through;font-size:1rem;margin-left:.5rem;font-weight:400}.product__description{color:hsl(var(--muted-foreground));line-height:1.7;margin-bottom:1.5rem}.product__form .option{margin-bottom:1rem}.product__form label{display:block;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem;color:hsl(var(--muted-foreground))}.product__form select,.product__form input[type=number]{width:100%;padding:.6rem .75rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));font:inherit}.qty-row{display:flex;gap:.75rem;align-items:center;margin-bottom:1.25rem}.qty-row input{width:80px}.cart-page{padding:3rem 0;max-width:960px;margin:0 auto}.cart-page h1{font-size:2rem;margin-bottom:1.5rem}.cart-row{display:grid;grid-template-columns:80px 1fr auto auto auto;gap:1rem;align-items:center;padding:1rem 0;border-bottom:1px solid hsl(var(--border))}.cart-row img{width:80px;height:80px;object-fit:cover;border-radius:.375rem}.cart-row .name{font-weight:500}.cart-row .variant{font-size:.8rem;color:hsl(var(--muted-foreground))}.cart-row .qty{display:flex;align-items:center;gap:.25rem}.cart-row .qty input{width:50px;text-align:center;padding:.4rem;border:1px solid hsl(var(--border));border-radius:var(--radius)}.cart-summary{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;flex-wrap:wrap;gap:1rem}.cart-total{font-size:1.5rem;font-weight:600}.empty-state{text-align:center;padding:4rem 1rem;color:hsl(var(--muted-foreground))}.site-footer{background:hsl(var(--foreground));color:hsl(var(--primary-foreground)/.8);margin-top:4rem}.site-footer__grid{display:grid;gap:2rem;grid-template-columns:1fr;padding:3rem 0 1.5rem}@media(min-width:768px){.site-footer__grid{grid-template-columns:repeat(3,1fr)}}.site-footer h3{font-size:1.5rem;color:hsl(var(--primary-foreground));margin-bottom:.75rem}.site-footer h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--primary-foreground));margin-bottom:1rem}.site-footer a{font-size:.875rem;color:hsl(var(--primary-foreground)/.8);display:block;padding:.25rem 0;transition:color .2s}.site-footer a:hover{color:hsl(var(--primary-foreground))}.site-footer .social{display:flex;gap:.5rem}.site-footer .social a{width:40px;height:40px;border-radius:50%;border:1px solid hsl(var(--primary-foreground)/.2);display:flex;align-items:center;justify-content:center;padding:0}.site-footer .social a:hover{background:hsl(var(--primary-foreground)/.1)}.site-footer__bottom{text-align:center;font-size:.75rem;color:hsl(var(--primary-foreground)/.5);padding:1.5rem 0;border-top:1px solid hsl(var(--primary-foreground)/.1)}.form-card{max-width:440px;margin:3rem auto;padding:2rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.5rem}.form-card h1{font-size:1.75rem;text-align:center;margin-bottom:.5rem}.form-card .subtitle{text-align:center;color:hsl(var(--muted-foreground));margin-bottom:1.5rem}.field{margin-bottom:1rem}.field label{display:block;font-size:.85rem;font-weight:500;margin-bottom:.4rem}.field input,.field textarea{width:100%;padding:.6rem .75rem;border:1px solid hsl(var(--border));border-radius:var(--radius);font:inherit;background:hsl(var(--card))}.field input:focus,.field textarea:focus{outline:2px solid hsl(var(--ring,var(--primary)));outline-offset:2px}.form-card .footer-link{text-align:center;font-size:.875rem;color:hsl(var(--muted-foreground));margin-top:1rem}.form-card .footer-link a{color:hsl(var(--primary));font-weight:500}.errors{background:hsl(var(--destructive)/.08);color:hsl(var(--destructive));padding:.75rem 1rem;border-radius:var(--radius);font-size:.85rem;margin-bottom:1rem}.account{padding:3rem 0;max-width:960px;margin:0 auto}.account h1{font-size:2rem;margin-bottom:.25rem}.account .greeting{color:hsl(var(--muted-foreground));margin-bottom:2rem}.account-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;margin-bottom:2rem}@media(min-width:768px){.account-grid{grid-template-columns:1fr 2fr}}.panel{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.5rem;padding:1.5rem}.panel h2{font-size:1.25rem;margin-bottom:1rem}.order-row{display:grid;grid-template-columns:1fr auto auto auto;gap:1rem;padding:.75rem 0;border-bottom:1px solid hsl(var(--border));font-size:.875rem;align-items:center}.order-row:last-child{border-bottom:0}.status-pill{font-size:.7rem;padding:.15rem .5rem;border-radius:1rem;background:hsl(var(--muted));color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.04em}.whatsapp-fab{position:fixed;bottom:20px;right:20px;width:56px;height:56px;background:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #25d36666;z-index:40;transition:transform .2s}.whatsapp-fab:hover{transform:scale(1.08)}.pagination{display:flex;justify-content:center;gap:.25rem;margin:2rem 0}.pagination a,.pagination span{padding:.5rem .75rem;border-radius:var(--radius);font-size:.875rem;color:hsl(var(--muted-foreground))}.pagination a:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.pagination .current{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.text-center{text-align:center}.text-muted{color:hsl(var(--muted-foreground))}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.flex{display:flex}.gap-2{gap:.5rem}.items-center{align-items:center}.justify-between{justify-content:space-between}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
