@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap");@font-face{font-family:Gotham;src:url(/fonts/Gotham\ Bold.otf);font-weight:700}:root{--primary:#ec1f26;--primary-dark:#c5181e;--primary-light:#fef2f2;--success:#22c55e;--success-light:#dcfce7;--bg-page:#f8f9fa;--bg-card:#fff;--text-main:#1e293b;--text-muted:#64748b;--text-light:#fff;--radius-lg:16px;--radius-md:12px;--radius-sm:8px;--shadow-card:0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -2px rgba(0,0,0,.07);--shadow-hover:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--shadow-header:0 4px 20px rgba(0,0,0,.08);--spacing-container:960px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-page);color:var(--text-main);font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh}.order-page-wrapper{min-height:100vh;display:flex;flex-direction:column}.main-content{max-width:var(--spacing-container);margin:0 auto;padding:1.5rem 1rem;width:100%;flex:1 1}.content-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:start}@media (max-width:768px){.content-grid{grid-template-columns:1fr}}.site-header{background:var(--bg-card);padding:.75rem 1rem;position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:var(--shadow-header)}.header-inner{max-width:var(--spacing-container);margin:0 auto;justify-content:space-between}.header-inner,.nav-brand{display:flex;align-items:center}.nav-brand{gap:.75rem;text-decoration:none}.brand-logo{height:2.5rem;border-radius:4px}.brand-title{font-size:1.25rem;font-weight:700;color:var(--primary);font-family:Gotham,Outfit,sans-serif}.page-title{font-size:1rem;font-weight:500;color:var(--text-muted)}.header-actions{gap:.75rem}.btn-share,.header-actions{display:flex;align-items:center}.btn-share{background:var(--primary-light);border:none;width:40px;height:40px;border-radius:50%;justify-content:center;cursor:pointer;transition:all .2s;font-size:1.1rem}.btn-share:hover{background:var(--primary);color:#fff;transform:scale(1.05)}.hero-section{background:linear-gradient(135deg,var(--primary) 0,#ff4d4d 100%);color:var(--text-light);padding:2rem 1rem;text-align:center;border-radius:0 0 var(--radius-lg) var(--radius-lg);margin-bottom:1.5rem}.hero-section h2{font-size:1.75rem;font-weight:600;margin-bottom:.25rem}.hero-section p{font-size:1rem;opacity:.9}.card{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:1.25rem;margin-bottom:1.5rem;border:1px solid rgba(0,0,0,.04)}.card-title{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;color:var(--text-main);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}.card-title .icon{font-size:1.25rem}.status-timeline{display:flex;flex-direction:column;gap:0;padding:.5rem 0}.timeline-step{display:flex;gap:1rem;position:relative;padding-bottom:1.5rem}.timeline-step:last-child{padding-bottom:0}.step-indicator{flex-direction:column;flex-shrink:0}.step-circle,.step-indicator{display:flex;align-items:center;width:36px}.step-circle{height:36px;background:#e2e8f0;border-radius:50%;justify-content:center;color:#94a3b8;font-size:1rem;z-index:10;transition:all .3s ease}.step-line{width:3px;flex-grow:1;background:#94a3b8;margin-top:4px}.timeline-step.completed .step-circle{background:var(--success);color:#fff}.timeline-step.completed .step-line{background:var(--success)}.timeline-step.current .step-circle{background:var(--primary);color:#fff;box-shadow:0 0 0 4px var(--primary-light);animation:pulse 2s infinite}@keyframes pulse{0%,to{box-shadow:0 0 0 4px var(--primary-light)}50%{box-shadow:0 0 0 8px rgba(236,31,38,.1)}}.step-content{padding-top:.25rem;flex:1 1}.step-label{font-weight:600;font-size:1rem;color:var(--text-main)}.step-note{font-size:.85rem;color:var(--text-muted);margin-top:.25rem;background:var(--primary-light);padding:.5rem .75rem;border-radius:var(--radius-sm);border-left:3px solid var(--primary)}.timeline-step{opacity:0;transform:translateX(-20px)}.timeline-step.animate-in{animation:slideInStep .4s ease forwards}@keyframes slideInStep{to{opacity:1;transform:translateX(0)}}.timeline-step.completed.animate-in .step-circle{animation:popIn .3s ease forwards;animation-delay:inherit}@keyframes popIn{0%{transform:scale(.5)}50%{transform:scale(1.2)}to{transform:scale(1)}}.tracking-grid{display:grid;grid-gap:.75rem;gap:.75rem}.info-row{display:flex;flex-direction:column;padding:.5rem 0;border-bottom:1px solid #f8fafc}.info-row:last-child{border-bottom:none}.info-row .label{font-size:.75rem;text-transform:uppercase;color:var(--text-muted);letter-spacing:.5px;margin-bottom:.25rem}.info-row .value{font-size:1rem;font-weight:500;color:var(--text-main)}.info-row .value.highlight{color:var(--primary);font-weight:600}.awb-row .value-group{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.awb-text{font-family:Courier New,monospace;background:#f1f5f9;padding:.25rem .5rem;border-radius:4px}.awb-text,.btn{font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.25rem;border-radius:var(--radius-sm);font-size:.9rem;cursor:pointer;transition:all .2s ease;text-decoration:none;border:1.5px solid transparent}.btn-outline{background:#fff;border-color:var(--primary);color:var(--primary)}.btn-outline:hover,.btn-solid{background:var(--primary);color:#fff}.btn-solid{border-color:var(--primary)}.btn-solid:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.btn-copy{background:#f1f5f9;border:none;padding:.3rem .6rem;border-radius:4px;font-size:.8rem;cursor:pointer;transition:all .2s;color:var(--text-muted)}.btn-copy:hover{background:#e2e8f0;color:var(--text-main)}.btn-copy.copied{background:var(--success);color:#fff}.btn-track{width:100%;margin-top:1rem}.images-scroll{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.images-scroll::-webkit-scrollbar{height:6px}.images-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.images-scroll img{max-height:200px;width:auto;border-radius:var(--radius-md);box-shadow:0 2px 4px rgba(0,0,0,.08);scroll-snap-align:start;flex-shrink:0}.dynamic-images-content{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem}.dynamic-images-content img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:var(--radius-md);box-shadow:0 2px 4px rgba(0,0,0,.08);cursor:pointer;transition:transform .2s,box-shadow .2s}.dynamic-images-content img:hover{transform:scale(1.02);box-shadow:0 4px 12px rgba(0,0,0,.15)}.image-gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem}.image-gallery-item{aspect-ratio:1;overflow:hidden;border-radius:var(--radius-md);cursor:pointer;position:relative;background:#f1f5f9}.image-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .2s,filter .5s,opacity .5s}.image-gallery-item:hover img.visible{transform:scale(1.05)}.image-gallery-item img.blur-loading{filter:blur(10px);opacity:.7;transform:scale(1.1)}.image-gallery-item img.visible{filter:blur(0);opacity:1;transform:scale(1)}.image-skeleton{position:absolute;inset:0;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.image-gallery-skeleton{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem}.image-gallery-skeleton .skeleton-item{aspect-ratio:1;border-radius:var(--radius-md);background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.lightbox-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.95);z-index:1000;flex-direction:column;padding:1rem}.lightbox-close,.lightbox-overlay{display:flex;align-items:center;justify-content:center}.lightbox-close{position:absolute;top:1rem;right:1rem;background:hsla(0,0%,100%,.1);border:none;color:#fff;font-size:2rem;width:48px;height:48px;border-radius:50%;cursor:pointer;transition:background .2s;z-index:1001}.lightbox-close:hover{background:hsla(0,0%,100%,.2)}.lightbox-content{max-width:90vw;max-height:80vh;display:flex;align-items:center;justify-content:center}.lightbox-content img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:var(--radius-md)}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.1);border:none;color:#fff;font-size:2rem;width:56px;height:56px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.lightbox-nav:hover{background:hsla(0,0%,100%,.2)}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.lightbox-counter{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);color:#fff;font-size:.9rem;background:rgba(0,0,0,.5);padding:.5rem 1rem;border-radius:20px}.lightbox-thumbnails{display:flex;gap:.5rem;margin-top:1rem;overflow-x:auto;max-width:90vw;padding:.5rem}.lightbox-thumb{width:60px;height:60px;border-radius:8px;overflow:hidden;cursor:pointer;opacity:.5;transition:opacity .2s;flex-shrink:0;border:2px solid transparent}.lightbox-thumb.active{opacity:1;border-color:#fff}.lightbox-thumb img{width:100%;height:100%;object-fit:cover}.footer-cta{position:-webkit-sticky;position:sticky;bottom:0;background:var(--bg-card);padding:.75rem 1rem;box-shadow:0 -4px 10px rgba(0,0,0,.05);display:flex;justify-content:center;z-index:100}.btn-whatsapp{display:flex;align-items:center;gap:.5rem;background:#25d366;color:#fff;padding:.75rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;box-shadow:0 4px 12px rgba(37,211,102,.35);transition:transform .2s,box-shadow .2s}.btn-whatsapp:hover{transform:scale(1.03);box-shadow:0 6px 16px rgba(37,211,102,.45)}.btn-whatsapp img{width:22px;height:22px}.error-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;background:var(--bg-page)}.error-card{background:#fff;padding:2rem;border-radius:var(--radius-lg);text-align:center;margin:2rem 1rem;max-width:400px;box-shadow:var(--shadow-card)}.error-card h2{color:var(--primary);margin-bottom:.5rem}.error-card p{color:var(--text-muted);margin-bottom:1.5rem}.material-icons-outlined{font-family:Material Icons Outlined;font-weight:400;font-style:normal;font-size:20px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr}.product-showcase{margin-top:0}.product-showcase-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--text-main)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}@media (min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background:#fff;border-radius:var(--radius-md);border:1px solid #e2e8f0;overflow:hidden;transition:all .2s ease;cursor:pointer}.product-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.product-card-link{text-decoration:none;color:inherit;display:block}.product-image-wrapper{position:relative;width:100%;aspect-ratio:1;background:#f8fafc;overflow:hidden}.product-image,.product-image-carousel{width:100%;height:100%}.product-image{object-fit:contain;display:none;transition:opacity .3s ease}.product-image.active{display:block}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.9);color:var(--text-main);border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s;font-size:1.2rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.product-card:hover .carousel-arrow{opacity:1}.carousel-arrow-prev{left:6px}.carousel-arrow-next{right:6px}.product-image-dots{position:absolute;bottom:6px;left:0;right:0;display:flex;justify-content:center;gap:4px}.product-image-dot{width:5px;height:5px;border-radius:50%;background:rgba(0,0,0,.25);border:none;padding:0;cursor:pointer}.product-image-dot.active{background:var(--primary)}.product-info{padding:.75rem}.product-title{font-size:.85rem;font-weight:500;margin:0 0 .5rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden;color:var(--text-main)}.product-cta{width:100%;background:#fff;color:var(--primary);border:1.5px solid var(--primary);padding:.4rem;border-radius:6px;font-weight:600;font-size:.8rem;cursor:pointer;transition:all .2s}.product-cta:hover{background:var(--primary);color:#fff}.carousel-progress-bar{position:absolute;top:0;left:0;right:0;height:2px;background:rgba(0,0,0,.08);z-index:20}.carousel-progress-fill{height:100%;background:var(--primary);width:0;transition:width .05s linear}.product-card-loading{animation:shimmer 1.5s infinite}.product-skeleton-image{width:100%;aspect-ratio:1;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%}.product-skeleton-text{height:14px;margin:.75rem;background:#f0f0f0;border-radius:4px}.product-skeleton-text.short{width:60%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:480px){.hero-section{padding:1.5rem 1rem}.hero-section h2{font-size:1.5rem}.step-circle{width:32px;height:32px;font-size:.9rem}.step-indicator{width:32px}.step-label{font-size:.95rem}.card{padding:1rem}.brand-title{font-size:1.1rem}.page-title{display:none}}