.page-loader{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#fff);z-index:9999;animation:fadeIn .2s ease-in}.page-loader__content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.page-loader__logo{position:relative;display:flex;align-items:center;justify-content:center}.page-loader__spinner{color:#007bff;animation:spin 1.2s cubic-bezier(.5,0,.5,1) infinite;filter:drop-shadow(0 2px 8px rgba(0,123,255,.15))}.page-loader__spinner circle{stroke-dasharray:220;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite}.page-loader__brand{position:absolute;font-size:1rem;font-weight:700;color:#007bff;letter-spacing:.5px;text-transform:uppercase}.page-loader__text{margin:0;font-size:.95rem;color:#6c757d;font-weight:500;animation:pulse 1.5s ease-in-out infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dashoffset:220}50%{stroke-dashoffset:55}to{stroke-dashoffset:220}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (prefers-color-scheme: dark){.page-loader{background:linear-gradient(135deg,#1a1a1a,#2d2d2d)}.page-loader__brand,.page-loader__spinner{color:#3b9eff}.page-loader__text{color:#a0a0a0}}@media (max-width: 768px){.page-loader__brand{font-size:.9rem}.page-loader__text{font-size:.85rem}}.chat-widget-container{position:fixed;bottom:24px;right:24px;z-index:9998;display:flex;flex-direction:column;align-items:flex-end;gap:16px}.chat-widget-window{width:380px;height:550px;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;overflow:hidden;animation:slideInChat .3s ease-out}@keyframes slideInChat{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-widget-header{background:linear-gradient(135deg,#e91e63,#c2185b);color:#fff;padding:16px 20px;display:flex;justify-content:space-between;align-items:center}.chat-widget-header h4{margin:0;font-size:1.1rem;font-weight:600}.chat-status{margin:2px 0 0;font-size:.85rem;opacity:.9}.chat-end-btn{background:#fff3;border:none;padding:6px 12px;border-radius:6px;color:#fff;cursor:pointer;transition:all .2s;font-size:.9rem;font-weight:500}.chat-end-btn:hover{background:#ffffff4d}.chat-close-btn{background:#fff3;border:none;padding:6px;border-radius:6px;color:#fff;cursor:pointer;transition:all .2s}.chat-close-btn:hover{background:#ffffff4d}.chat-widget-body{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column}.chat-welcome{text-align:center;margin-bottom:20px}.welcome-title{font-size:1.5rem;margin:0 0 8px}.welcome-text{font-size:.95rem;color:#6b7280;margin:0}.visitor-form{display:flex;flex-direction:column;gap:16px}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{display:flex;align-items:center;gap:6px;font-size:.9rem;font-weight:600;color:#374151}.form-field input{padding:10px 12px;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;transition:all .2s}.form-field input:focus{outline:none;border-color:#e91e63}.btn-start-chat{padding:12px;background:linear-gradient(135deg,#e91e63,#c2185b);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:8px}.btn-start-chat:hover{transform:translateY(-2px);box-shadow:0 4px 12px #e91e6366}.chat-widget-messages{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;background:#f9fafb}.chat-message{max-width:75%;padding:10px 14px;border-radius:12px;animation:messageSlideIn .3s ease-out}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-message p{margin:0 0 4px;font-size:.95rem;line-height:1.4}.message-time{font-size:.75rem;opacity:.7}.chat-message.visitor{align-self:flex-end;background:#e91e63;color:#fff;border-bottom-right-radius:4px}.chat-message.attendant{align-self:flex-start;background:#fff;color:#1f2937;border:1px solid #e5e7eb;border-bottom-left-radius:4px}.chat-message.bot{align-self:flex-start;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom-left-radius:4px;box-shadow:0 2px 8px #667eea4d;animation:messageSlideIn .3s ease-out,botGlow 2s ease-in-out infinite}@keyframes botGlow{0%,to{box-shadow:0 2px 8px #667eea4d}50%{box-shadow:0 4px 12px #667eea80}}.chat-widget-input{display:flex;gap:8px;padding:12px 16px;border-top:1px solid #e5e7eb;background:#fff}.chat-widget-input input{flex:1;padding:10px 12px;border:2px solid #e5e7eb;border-radius:20px;font-size:.95rem;transition:all .2s}.chat-widget-input input:focus{outline:none;border-color:#e91e63}.chat-widget-input button{padding:10px 14px;background:#e91e63;color:#fff;border:none;border-radius:20px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.chat-widget-input button:hover:not(:disabled){background:#c2185b;transform:scale(1.05)}.chat-widget-input button:disabled{opacity:.5;cursor:not-allowed}.chat-widget-button{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#e91e63,#c2185b);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #e91e6366;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;animation:pulse 2s infinite}@keyframes pulse{0%,to{box-shadow:0 8px 24px #e91e6366}50%{box-shadow:0 8px 24px #e91e6399,0 0 0 10px #e91e631a}}.chat-widget-button:hover{transform:scale(1.1);box-shadow:0 12px 32px #e91e6399;animation:none}.chat-widget-button:active{transform:scale(.95)}.chat-widget-button.active{background:#c2185b;animation:none}.unread-badge{position:absolute;top:-2px;right:-2px;width:20px;height:20px;background:#ff5722;border:3px solid white;border-radius:50%;font-size:0;animation:bounce .5s infinite alternate}@keyframes bounce{0%{transform:scale(1)}to{transform:scale(1.2)}}.chat-widget-button.has-unread{animation:shake .5s infinite}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.chat-widget-tooltip{background:#fff;padding:12px 16px;border-radius:12px;box-shadow:0 4px 16px #00000026;max-width:200px;opacity:0;animation:slideInTooltip .3s ease-out 1s forwards;pointer-events:none}@keyframes slideInTooltip{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.chat-widget-tooltip p{margin:0;font-size:.95rem;font-weight:600;color:#1f2937}.tooltip-subtitle{font-size:.85rem!important;font-weight:400!important;color:#6b7280!important;margin-top:4px!important}.chat-widget-tooltip:after{content:"";position:absolute;right:-8px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:8px solid white;border-top:8px solid transparent;border-bottom:8px solid transparent}@media (max-width: 768px){.chat-widget-container{bottom:16px;right:16px;left:16px}.chat-widget-window{width:100%;max-width:none;height:500px}.chat-widget-button{width:56px;height:56px;align-self:flex-end}.chat-widget-tooltip{display:none}}.chat-widget-container{animation:slideInWidget .5s ease-out 1s backwards}@keyframes slideInWidget{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-widget-button:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;border-radius:50%;background:#e91e634d;transform:translate(-50%,-50%) scale(0);animation:ping 2s cubic-bezier(0,0,.2,1) infinite}@keyframes ping{75%,to{transform:translate(-50%,-50%) scale(2);opacity:0}}.whatsapp-button-container{position:fixed;bottom:30px;right:30px;z-index:998;transform:translateY(80px)}.whatsapp-button{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#25d366,#1ebe57);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #25d36666,0 2px 4px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;animation:whatsapp-pulse 2s ease-in-out infinite}.whatsapp-button:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699,0 4px 8px #00000026;animation:none}.whatsapp-button:active{transform:scale(.95)}.whatsapp-icon{filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}@keyframes whatsapp-pulse{0%,to{box-shadow:0 4px 12px #25d36666,0 2px 4px #0000001a,0 0 #25d36666}50%{box-shadow:0 4px 12px #25d36666,0 2px 4px #0000001a,0 0 0 10px #25d36600}}.whatsapp-tooltip{position:absolute;right:75px;bottom:15px;background:#fff;padding:12px 16px;border-radius:12px;box-shadow:0 4px 16px #00000026;white-space:nowrap;pointer-events:none;animation:whatsapp-tooltip-slide .3s ease-out;border:1px solid rgba(37,211,102,.2)}.whatsapp-tooltip:after{content:"";position:absolute;right:-8px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:8px solid white;border-top:8px solid transparent;border-bottom:8px solid transparent}.whatsapp-tooltip-title{margin:0;font-weight:600;font-size:14px;color:#25d366;line-height:1.4}.whatsapp-tooltip-subtitle{margin:2px 0 0;font-size:12px;color:#666;line-height:1.3}@keyframes whatsapp-tooltip-slide{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.whatsapp-button-container{bottom:20px;right:20px;transform:translateY(75px)}.whatsapp-button{width:56px;height:56px}.whatsapp-icon{width:26px;height:26px}.whatsapp-tooltip{right:70px;bottom:10px;padding:10px 12px;font-size:13px}.whatsapp-tooltip-title{font-size:13px}.whatsapp-tooltip-subtitle{font-size:11px}}@media (max-width: 480px){.whatsapp-button-container{bottom:15px;right:15px}.whatsapp-button{width:52px;height:52px}.whatsapp-icon{width:24px;height:24px}.whatsapp-tooltip{right:auto;bottom:65px;left:50%;transform:translate(-50%);min-width:200px;text-align:center}.whatsapp-tooltip:after{inset:auto auto -8px 50%;transform:translate(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid white;border-bottom:none}}@media (prefers-color-scheme: dark){.whatsapp-tooltip{background:#1f1f1f;border-color:#25d3664d}.whatsapp-tooltip-subtitle{color:#aaa}.whatsapp-tooltip:after{border-left-color:#1f1f1f}@media (max-width: 480px){.whatsapp-tooltip:after{border-left-color:transparent;border-top-color:#1f1f1f}}}.cart-reminder-bar{position:fixed;top:0;left:0;right:0;background:linear-gradient(135deg,#e63946,#d62839);color:#fff;z-index:9999;box-shadow:0 2px 12px #00000026;animation:slideDown .4s ease-out;transition:all .3s ease}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.cart-reminder-content{max-width:1400px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.cart-reminder-info{display:flex;align-items:center;gap:1rem;flex:1}.cart-icon{animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.cart-text{font-size:.95rem;white-space:nowrap}.cart-total{font-size:1rem;padding:.25rem .75rem;background:#fff3;border-radius:20px;backdrop-filter:blur(10px)}.cart-total strong{font-size:1.1rem}.cart-reminder-actions{display:flex;align-items:center;gap:.5rem}.btn-checkout-bar{padding:.5rem 1.5rem;background:#fff;color:#e63946;border:none;border-radius:25px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-checkout-bar:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.btn-minimize,.btn-close-bar{background:#ffffff26;border:none;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.btn-minimize:hover,.btn-close-bar:hover{background:#ffffff40;transform:scale(1.1)}.cart-reminder-bar.minimized{padding:0}.btn-expand{width:100%;padding:.5rem 1rem;background:transparent;border:none;color:#fff;display:flex;align-items:center;justify-content:center;gap:.75rem;cursor:pointer;font-size:.9rem;transition:all .2s ease}.btn-expand:hover{background:#ffffff1a}.cart-modal-overlay{position:fixed;inset:0;background:#000000b3;backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-modal{background:#fff;border-radius:16px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .4s ease-out;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1rem;right:1rem;background:#f1f3f5;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:1}.modal-close:hover{background:#e9ecef;transform:scale(1.1)}.modal-content{padding:2.5rem 2rem;text-align:center}.modal-icon{background:linear-gradient(135deg,#e63946,#d62839);width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 #e6394666}50%{transform:scale(1.05);box-shadow:0 0 0 10px #e6394600}}.modal-content h2{font-size:1.75rem;color:#2d3748;margin-bottom:.5rem}.modal-text{font-size:1.1rem;color:#4a5568;margin-bottom:1.5rem}.modal-products{background:#f8f9fa;border-radius:12px;padding:1rem;margin-bottom:1.5rem;max-height:250px;overflow-y:auto}.modal-product-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#fff;border-radius:8px;margin-bottom:.5rem;text-align:left}.modal-product-item:last-child{margin-bottom:0}.modal-product-image{width:50px;height:50px;object-fit:cover;border-radius:6px}.modal-product-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.modal-product-name{font-size:.9rem;color:#2d3748;font-weight:500;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.modal-product-price{font-size:.85rem;color:#718096}.modal-more-items{text-align:center;color:#718096;font-size:.9rem;margin-top:.5rem;font-weight:500}.modal-total{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8f9fa;border-radius:8px;margin-bottom:1.5rem;font-size:1.1rem}.modal-total strong{font-size:1.3rem;color:#e63946}.modal-actions{display:flex;flex-direction:column;gap:.75rem}.btn-modal-checkout{padding:.875rem 2rem;background:linear-gradient(135deg,#e63946,#d62839);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}.btn-modal-checkout:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e639464d}.btn-modal-close{padding:.75rem 2rem;background:transparent;color:#718096;border:2px solid #e2e8f0;border-radius:10px;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .2s ease}.btn-modal-close:hover{background:#f8f9fa;border-color:#cbd5e0}@media (max-width: 768px){.cart-reminder-content{padding:.6rem 1rem;flex-direction:column;gap:.75rem}.cart-reminder-info{width:100%;flex-wrap:wrap;justify-content:center;text-align:center}.cart-text{font-size:.85rem}.cart-total{font-size:.9rem}.cart-reminder-actions{width:100%;justify-content:center}.btn-checkout-bar{flex:1;max-width:200px}.modal-content{padding:2rem 1.5rem}.modal-content h2{font-size:1.5rem}.modal-text{font-size:1rem}}@media (max-width: 480px){.cart-text{font-size:.8rem}.cart-total{width:100%;text-align:center}.btn-checkout-bar{font-size:.85rem;padding:.5rem 1rem}.modal-icon{width:60px;height:60px}.modal-icon svg{width:32px;height:32px}}.compare-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -4px 20px #00000026;z-index:1000;animation:slideUp .3s ease-out;border-top:3px solid var(--primary, #e73559)}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.compare-bar-content{max-width:1200px;margin:0 auto;padding:1rem 1.5rem}.compare-bar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.compare-bar-header h3{font-size:1.1rem;font-weight:700;color:#1f2937;margin:0}.clear-btn{padding:.5rem 1rem;background:transparent;color:#ef4444;border:1px solid #ef4444;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.clear-btn:hover{background:#ef4444;color:#fff}.compare-products-list{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1rem}.compare-product-item{position:relative;display:flex;flex-direction:column;align-items:center;padding:.75rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;transition:all .2s ease}.compare-product-item:not(.empty-slot):hover{border-color:var(--primary, #e73559);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.remove-product-btn{position:absolute;top:-8px;right:-8px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#ef4444;color:#fff;border:2px solid white;border-radius:50%;cursor:pointer;transition:all .2s ease;z-index:10}.remove-product-btn:hover{background:#dc2626;transform:scale(1.1)}.product-thumbnail{width:60px;height:60px;border-radius:6px;overflow:hidden;margin-bottom:.5rem;border:1px solid #e5e7eb}.product-thumbnail img{width:100%;height:100%;object-fit:cover}.no-image-small{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#e5e7eb;color:#9ca3af;font-size:1.5rem;font-weight:600}.product-info-mini{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem;width:100%}.product-name-mini{font-size:.75rem;font-weight:600;color:#374151;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.2;max-height:2.4em}.product-price-mini{font-size:.875rem;font-weight:700;color:var(--primary, #e73559)}.empty-slot{border-style:dashed;border-color:#d1d5db;background:#fff;cursor:default}.empty-slot:hover{border-color:#d1d5db;transform:none;box-shadow:none}.empty-slot-content{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9ca3af;height:100%}.empty-slot-content>span:first-child{font-size:2rem;font-weight:300;line-height:1}.empty-text{font-size:.75rem;margin-top:.25rem}.btn-compare{width:100%;padding:.875rem 1.5rem;background:var(--primary, #e73559);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.btn-compare:hover{background:var(--primary-dark, #c7234a);transform:translateY(-2px);box-shadow:0 4px 12px #e735594d}@media (max-width: 768px){.compare-bar-content{padding:1rem}.compare-bar-header{flex-direction:row;justify-content:space-between;margin-bottom:.75rem}.compare-bar-header h3{font-size:1rem}.clear-btn{padding:.4rem .75rem;font-size:.75rem}.compare-products-list{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:.75rem}.compare-product-item{padding:.5rem}.product-thumbnail{width:50px;height:50px}.product-name-mini{font-size:.7rem}.product-price-mini{font-size:.8rem}.btn-compare{padding:.75rem 1rem;font-size:.9rem}.empty-slot-content>span:first-child{font-size:1.5rem}.empty-text{font-size:.65rem}}@media (max-width: 480px){.compare-products-list{grid-template-columns:repeat(2,1fr);gap:.5rem}.compare-bar-header h3{font-size:.9rem}.product-name-mini{font-size:.65rem;-webkit-line-clamp:1}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #c4a7a2;--primary-dark: #a68b86;--secondary: #8b7b8b;--accent: #d4af37;--background: #faf9f6;--white: #ffffff;--text: #2d2d2d;--text-light: #666666;--border: #e5e5e5;--success: #4caf50;--error: #f44336}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--background);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 20px;overflow:visible}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}
