:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#1a1a1a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color: #db1c7c;--primary-light: #e91e63;--primary-dark: #b0155e;--text-primary: #1a1a1a;--text-secondary: #666666;--text-tertiary: #999999;--background-primary: #ffffff;--background-secondary: #fafafa;--border-color: rgba(0, 0, 0, .08);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .04);--shadow-md: 0 4px 20px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .12);--shadow-xl: 0 20px 60px rgba(0, 0, 0, .15)}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--background-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--primary-color);text-decoration:none;transition:all .3s ease}a:hover{color:var(--primary-dark)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--text-primary);margin:0}h1{font-size:clamp(2rem,5vw,3.5rem);letter-spacing:-1px}h2{font-size:clamp(1.5rem,4vw,2.5rem);letter-spacing:-.5px}h3{font-size:clamp(1.25rem,3vw,1.75rem)}p{line-height:1.6;color:var(--text-secondary);margin:0}button{border-radius:12px;border:none;padding:12px 24px;font-size:1rem;font-weight:600;font-family:inherit;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-md)}button:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}button:active{transform:translateY(0)}button:focus,button:focus-visible{outline:3px solid var(--primary-color);outline-offset:2px}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}.container{max-width:1400px;margin:0 auto;padding:0 24px}.text-center{text-align:center}.text-gradient{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}html{scroll-padding-top:80px}::selection{background:var(--primary-color);color:#fff}:focus-visible{outline:3px solid var(--primary-color);outline-offset:2px}*{margin:0;padding:0;box-sizing:border-box}.hero-section{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:120px 20px 60px;background:#fff;position:relative;overflow:hidden}@media screen and (max-width: 768px){.hero-section{padding:80px 16px 40px;min-height:auto}.hero-content{padding:20px 16px;max-width:100%}.hero-badge{font-size:.75rem;padding:6px 16px;margin-bottom:24px}.hero-title{font-size:clamp(2rem,6vw,2.5rem);margin-bottom:16px;letter-spacing:-1px}.hero-subtitle{font-size:.9rem;margin-bottom:32px;line-height:1.5}.hero-logo-wrapper{margin:0 auto 30px}.hero-logo{width:220px;height:220px}.hero-cta{flex-direction:column;gap:12px;width:100%}.cta-button{width:100%;justify-content:center;padding:14px 24px}}@media screen and (max-width: 480px){.hero-section{padding:70px 12px 30px}.hero-content{padding:16px 12px}.hero-badge{font-size:.7rem;padding:5px 14px;margin-bottom:20px}.hero-title{font-size:clamp(1.8rem,5vw,2.2rem);margin-bottom:12px}.hero-subtitle{font-size:.85rem;margin-bottom:24px}.hero-logo-wrapper{margin:0 auto 24px}.hero-logo{width:180px;height:180px}.cta-button{font-size:.9rem;padding:12px 20px}}@media screen and (max-width: 360px){.hero-section{padding:60px 10px 20px}.hero-title{font-size:1.6rem}.hero-subtitle{font-size:.8rem}.hero-logo{width:160px;height:160px}}@media screen and (min-width: 769px) and (max-width: 1024px){.hero-section{padding:100px 24px 50px}.hero-content{max-width:700px}.hero-title{font-size:clamp(2.5rem,5vw,3.5rem)}.hero-logo{width:280px;height:280px}}.hero-section:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(219,28,124,.03) 0%,transparent 70%);animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(-30px,30px) rotate(180deg)}}.hero-content{text-align:center;z-index:10;max-width:900px;padding:40px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#db1c7c,#e91e63);color:#fff;padding:8px 20px;border-radius:50px;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-bottom:32px;box-shadow:0 4px 20px #db1c7c4d;opacity:0;animation:gentleFadeIn .8s ease-out .3s forwards}@keyframes gentleFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.badge-icon{width:16px;height:16px}.hero-title{font-size:clamp(3rem,8vw,5rem);font-weight:900;color:#1a1a1a;line-height:1.1;margin-bottom:24px;letter-spacing:-2px;opacity:0;animation:gentleFadeIn 1s ease-out .5s forwards}.gradient-text{background:linear-gradient(135deg,#db1c7c,#e91e63,#f06292);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#666;line-height:1.6;margin-bottom:40px;font-weight:400;opacity:0;animation:gentleFadeIn 1s ease-out .7s forwards}.hero-logo-wrapper{display:block;margin:0 auto 50px;opacity:0;animation:gentleFadeIn 1.2s ease-out .9s forwards;border-radius:50%;overflow:hidden;width:300px;height:300px}.hero-logo{width:300px;height:300px;border-radius:50%;object-fit:cover;object-position:center;border:none;box-shadow:none;transition:all .5s ease;display:block}.hero-cta{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;opacity:0;animation:gentleFadeIn 1.2s ease-out 1.1s forwards}.cta-button{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .4s ease;cursor:pointer}.cta-button.primary{background:linear-gradient(135deg,#db1c7c,#e91e63);color:#fff;border:none;box-shadow:0 8px 24px #db1c7c4d}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #db1c7c66}.cta-button.secondary{background:#fff;color:#db1c7c;border:2px solid #db1c7c}.cta-button.secondary:hover{background:#db1c7c;color:#fff;transform:translateY(-2px)}.cta-icon{transition:transform .4s ease}.cta-button:hover .cta-icon{transform:translate(4px)}.hero-video-wrapper{position:relative;width:100%;max-width:1000px;margin:60px auto 0;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #00000026;animation:fadeInUp 1s ease-out .3s backwards}.hero-video{width:100%;aspect-ratio:16 / 9;border:none;display:block}.video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.1) 100%);pointer-events:none}.hero-scroll-indicator{display:flex;gap:8px;margin-top:40px;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.scroll-dot{width:8px;height:8px;border-radius:50%;background:#db1c7c;opacity:.3;transition:opacity .3s ease}.scroll-dot:nth-child(2){opacity:.6;animation-delay:.1s}.scroll-dot:nth-child(3){opacity:1;animation-delay:.2s}@media screen and (max-width: 768px){.hero-title{font-size:2rem}.hero-logo{width:220px;height:220px}.logo-glow{width:260px;height:260px}.hero-cta{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:280px;justify-content:center}}@media screen and (min-width: 768px){.hero-logo{width:320px;height:320px}.logo-glow{width:360px;height:360px}}.navbar{width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:998;border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 2px 20px #0000000a}.navbar-container{width:100%;max-width:1400px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;position:relative}.nav-brand{text-decoration:none;display:flex;align-items:center}.hamburger-menu{display:none;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;border-radius:12px;transition:background .3s ease;color:#1a1a1a}.hamburger-menu:hover{background:#db1c7c1a}.hamburger-menu:active{transform:scale(.95)}.nav-links{list-style:none;margin:0;padding:0;display:flex;gap:2.5rem;align-items:center}.nav-links li a{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:.9rem;color:#666;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;position:relative;padding:.5rem 0}.nav-links li a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(135deg,#db1c7c,#e91e63);transition:width .3s ease}.nav-links li a:hover{color:#db1c7c}.nav-links li a:hover:after{width:100%}.nav-links li a.active{color:#db1c7c;font-weight:600}.nav-links li a.active:after{width:100%}@media screen and (max-width: 768px){.hamburger-menu{display:flex}.nav-links{flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:6rem 2rem;gap:2rem;transition:right .4s cubic-bezier(.4,0,.2,1)}.nav-links.active{right:0}.nav-links li a{font-size:1.5rem;font-weight:600}}@media screen and (min-width: 769px) and (max-width: 1024px){.navbar-container{padding:1rem 2rem}.nav-links{gap:2rem}.nav-links li a{font-size:.85rem}}@media screen and (min-width: 1025px){.navbar-container{padding:1rem 2.5rem}.nav-links{gap:3rem}.nav-links li a{font-size:.9rem}}.brand-logo{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800;letter-spacing:-.5px;line-height:1}.brand-logo--default{font-size:1.5rem;color:#1a1a1a}.brand-logo--display{display:block;font-size:clamp(2.5rem,8vw,3.5rem);color:#fff;margin-bottom:20px}.brand-logo--watermark{font-size:clamp(8rem,60vw,20rem);color:#1a1a1a;opacity:.04;-webkit-user-select:none;user-select:none}@media screen and (min-width: 1025px){.brand-logo--default{font-size:1.6rem}}@media screen and (max-width: 768px){.brand-logo--default{font-size:1.3rem}}.chat-widget-button{position:fixed;bottom:30px;right:30px;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#db1c7c,#e91e63);color:#fff;border:none;cursor:pointer;box-shadow:0 8px 24px #db1c7c66;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:999;display:flex;align-items:center;justify-content:center}.chat-widget-button:hover{transform:scale(1.1);box-shadow:0 12px 32px #db1c7c80}.chat-widget-button:active{transform:scale(.95)}.chat-widget-window{position:fixed;bottom:100px;right:30px;width:380px;max-height:600px;background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000026;z-index:999;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .4s cubic-bezier(.4,0,.2,1)}@media screen and (min-width: 769px) and (max-width: 1024px){.chat-widget-window{width:320px;bottom:90px;right:20px;max-height:500px}.chat-widget-button{bottom:25px;right:25px;width:55px;height:55px}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-widget-header{background:linear-gradient(135deg,#db1c7c,#e91e63);padding:20px;display:flex;align-items:center;justify-content:space-between;color:#fff}.chat-widget-header-content{display:flex;align-items:center;gap:12px}.chat-widget-avatar{width:45px;height:45px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.chat-widget-header-info h3{font-size:1rem;font-weight:600;margin:0;letter-spacing:-.5px}.chat-widget-status{font-size:.75rem;margin:2px 0 0;opacity:.9}.chat-widget-close{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.chat-widget-close:hover{background:#ffffff4d;transform:rotate(90deg)}.chat-widget-messages{flex:1;padding:20px;overflow-y:auto;background:#fafafa;display:flex;flex-direction:column;gap:12px}.chat-widget-message{display:flex;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-widget-message.bot{justify-content:flex-start}.chat-widget-message.user{justify-content:flex-end}.chat-widget-message-content{max-width:80%;padding:12px 16px;border-radius:16px;position:relative}.chat-widget-message.bot .chat-widget-message-content{background:#fff;border-bottom-left-radius:4px;box-shadow:0 2px 8px #0000000d}.chat-widget-message.user .chat-widget-message-content{background:linear-gradient(135deg,#db1c7c,#e91e63);color:#fff;border-bottom-right-radius:4px;box-shadow:0 2px 8px #db1c7c33}.chat-widget-message-content p{margin:0;font-size:.9rem;line-height:1.5;word-wrap:break-word}.chat-widget-message-time{display:block;font-size:.7rem;margin-top:6px;opacity:.6}.chat-widget-message.bot .chat-widget-message-time{color:#666}.chat-widget-message.user .chat-widget-message-time{color:#fffc}.chat-widget-typing{display:flex;gap:4px;padding:8px 0}.chat-widget-typing span{width:8px;height:8px;background:#999;border-radius:50%;animation:typing 1.4s infinite ease-in-out}.chat-widget-typing span:nth-child(1){animation-delay:0s}.chat-widget-typing span:nth-child(2){animation-delay:.2s}.chat-widget-typing span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}.chat-widget-input{padding:16px 20px;background:#fff;border-top:1px solid rgba(0,0,0,.08);display:flex;gap:12px;align-items:center}.chat-widget-input-field{flex:1;padding:12px 16px;border:2px solid rgba(0,0,0,.08);border-radius:25px;font-size:.9rem;outline:none;transition:all .3s ease;font-family:inherit}.chat-widget-input-field:focus{border-color:#db1c7c;box-shadow:0 0 0 3px #db1c7c1a}.chat-widget-input-field::placeholder{color:#999}.chat-widget-send-button{width:44px;height:44px;background:linear-gradient(135deg,#db1c7c,#e91e63);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 12px #db1c7c4d}.chat-widget-send-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 6px 16px #db1c7c66}.chat-widget-send-button:active:not(:disabled){transform:scale(.95)}.chat-widget-send-button:disabled{opacity:.5;cursor:not-allowed}.chat-widget-whatsapp-link{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background:#25d366;color:#fff;text-decoration:none;font-size:.9rem;font-weight:600;transition:background .3s ease}.chat-widget-whatsapp-link:hover{background:#1ebe57}.chat-widget-messages::-webkit-scrollbar{width:6px}.chat-widget-messages::-webkit-scrollbar-track{background:transparent}.chat-widget-messages::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.chat-widget-messages::-webkit-scrollbar-thumb:hover{background:#0003}@media screen and (max-width: 768px){.chat-widget-button{bottom:20px;right:20px;width:55px;height:55px}.chat-widget-window{position:fixed;bottom:0;right:0;left:0;width:100%;max-height:80vh;border-radius:20px 20px 0 0;animation:slideUpMobile .4s cubic-bezier(.4,0,.2,1)}@keyframes slideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.chat-widget-header{padding:16px 20px}.chat-widget-header-info h3{font-size:.95rem}.chat-widget-status{font-size:.7rem}.chat-widget-messages{padding:16px}.chat-widget-input{padding:12px 16px}.chat-widget-input-field{font-size:.85rem;padding:10px 14px}}@media screen and (max-width: 480px){.chat-widget-button{bottom:16px;right:16px;width:50px;height:50px}.chat-widget-window{max-height:70vh}.chat-widget-message-content{max-width:90%;padding:10px 14px}.chat-widget-message-content p{font-size:.85rem}.chat-widget-header{padding:14px 16px}.chat-widget-avatar{width:40px;height:40px;font-size:1rem}.chat-widget-messages{padding:12px}.chat-widget-input{padding:10px 12px}.chat-widget-send-button{width:40px;height:40px}}@media screen and (max-width: 360px){.chat-widget-button{bottom:12px;right:12px;width:48px;height:48px}.chat-widget-window{max-height:65vh}.chat-widget-message-content{max-width:95%;padding:8px 12px}.chat-widget-message-content p{font-size:.8rem}.chat-widget-header-info h3{font-size:.9rem}.chat-widget-input-field{font-size:.8rem;padding:8px 12px}}.productos-page{background:linear-gradient(180deg,#fafafa,#fff);min-height:100vh;padding-bottom:80px;position:relative;overflow:hidden}.productos-watermark{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:0}.productos-header{text-align:center;padding:60px 20px 40px;position:relative;z-index:2}.productos-header h1{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#1a1a1a;margin-bottom:16px;letter-spacing:-1px}.productos-header p{font-size:clamp(1rem,2vw,1.2rem);color:#666;max-width:600px;margin:0 auto;line-height:1.6}.productos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:32px;padding:80px 24px;max-width:1400px;margin:0 auto;position:relative;z-index:1}.product-card{background:#fff;border-radius:20px;padding:0;box-shadow:0 4px 20px #00000014;border:1px solid rgba(0,0,0,.06);transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden;width:100%;max-width:380px}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.product-card:hover .product-card-img{transform:scale(1.08)}.product-card:hover .img-overlay{opacity:1}.product-card:hover .quick-actions{opacity:1;transform:translateY(0)}.product-card-img-container{position:relative;overflow:hidden;border-radius:20px 20px 0 0;aspect-ratio:4/5}.product-card-img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.4) 0%,transparent 50%);opacity:0;transition:opacity .4s ease}.quick-actions{position:absolute;bottom:16px;right:16px;display:flex;gap:8px;opacity:0;transform:translateY(10px);transition:all .3s ease}.action-button{width:40px;height:40px;border-radius:50%;background:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:all .3s ease;color:#1a1a1a}.action-button:hover{transform:scale(1.1);box-shadow:0 6px 16px #0003}.product-card-content{padding:20px}.product-card-meta{display:flex;align-items:center;gap:12px;margin-bottom:12px}.meta-badge{font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:20px;background:#f5f5f5;color:#666}.meta-badge.premium{background:linear-gradient(135deg,#db1c7c1a,#e91e631a);color:#db1c7c}.product-card-title{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin-bottom:8px;letter-spacing:-.3px}.product-card-description{font-size:.9rem;color:#888;line-height:1.5;margin-bottom:16px}.product-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid #f0f0f0}.view-details{font-size:.85rem;color:#999}.view-button{display:flex;align-items:center;gap:6px;font-size:.9rem;font-weight:600;color:#db1c7c;text-decoration:none;transition:gap .3s ease}.view-button:hover{gap:10px}@media screen and (max-width: 768px){.productos-header{padding:40px 16px 30px}.productos-header h1{font-size:clamp(1.8rem,6vw,2.2rem)}.productos-header p{font-size:.9rem;max-width:100%}.productos-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:20px;padding:40px 16px}.product-card{max-width:100%}.product-card-content{padding:16px}.product-card-title{font-size:1rem}.product-card-description{font-size:.85rem;margin-bottom:12px}.quick-actions{bottom:12px;right:12px;opacity:1;transform:translateY(0)}.action-button{width:36px;height:36px}.img-overlay{opacity:1}}@media screen and (max-width: 480px){.productos-header{padding:30px 12px 20px}.productos-header h1{font-size:clamp(1.5rem,5vw,1.8rem)}.productos-header p{font-size:.85rem}.productos-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;padding:30px 12px}.product-card-content{padding:12px}.product-card-title{font-size:.95rem;margin-bottom:6px}.product-card-description{font-size:.8rem;margin-bottom:10px;line-height:1.4}.product-card-meta{gap:8px;margin-bottom:8px}.meta-badge{font-size:.7rem;padding:3px 8px}.product-card-footer{padding-top:12px}.view-details{font-size:.75rem}.view-button{font-size:.8rem}.quick-actions{opacity:1;transform:translateY(0)}.img-overlay{opacity:1}}@media screen and (max-width: 360px){.productos-grid{grid-template-columns:1fr;gap:16px}.product-card{max-width:100%}.product-card-title{font-size:.9rem}}@media screen and (min-width: 769px) and (max-width: 1024px){.productos-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px;padding:60px 20px}.productos-header{padding:50px 20px 35px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.productos-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}.chamarra-page{background:#fff;min-height:100vh;padding-bottom:24px}.chamarra-grid{display:grid;grid-template-columns:repeat(3,minmax(260px,340px));gap:80px;padding:40px 60px;width:100%;max-width:1400px;margin:0 auto;justify-content:space-between;align-items:start}@media (max-width: 1024px){.chamarra-grid{grid-template-columns:repeat(2,minmax(220px,300px));gap:40px;padding:30px 40px}}@media (max-width: 768px){.chamarra-grid{grid-template-columns:repeat(2,minmax(180px,250px));gap:30px;padding:20px 24px}}@media (max-width: 480px){.chamarra-grid{grid-template-columns:1fr;gap:24px;padding:16px}}.chaleco-page{background:#fff;min-height:100vh;padding-bottom:24px}.chaleco-grid{display:grid;grid-template-columns:repeat(3,minmax(260px,340px));gap:80px;padding:40px 60px;width:100%;max-width:1400px;margin:0 auto;justify-content:space-between;align-items:start}@media (max-width: 1024px){.chaleco-grid{grid-template-columns:repeat(2,minmax(220px,300px));gap:40px;padding:30px 40px}}@media (max-width: 768px){.chaleco-grid{grid-template-columns:repeat(2,minmax(180px,250px));gap:30px;padding:20px 24px}}@media (max-width: 480px){.chaleco-grid{grid-template-columns:1fr;gap:24px;padding:16px}}.product-page{background:#fff;min-height:100vh;padding-bottom:24px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(260px,340px));gap:80px;padding:40px 60px;width:100%;max-width:1400px;margin:0 auto;justify-content:space-between;align-items:start}@media (max-width: 1024px){.product-grid{grid-template-columns:repeat(2,minmax(220px,300px));gap:40px;padding:30px 40px}}@media (max-width: 768px){.product-grid{grid-template-columns:repeat(2,minmax(180px,250px));gap:30px;padding:20px 24px}}@media (max-width: 480px){.product-grid{grid-template-columns:1fr;gap:24px;padding:16px}}.back-button{font-size:2rem;color:#000;background:none;border:none;cursor:pointer;margin:24px 0 0 12px;display:flex;align-items:center}@media (max-width: 768px){.back-button{font-size:1.5rem;margin:16px 0 0 16px}}@media (max-width: 480px){.back-button{font-size:1.3rem;margin:12px 0 0 12px}}.image-card{position:relative;width:100%;max-width:340px;border-radius:18px;overflow:hidden}.image-card img{width:100%;max-width:340px;height:340px;object-fit:cover;border-radius:18px;box-shadow:none;cursor:pointer;transition:transform .2s ease}@media (max-width: 768px){.image-card img{max-width:250px;height:250px}}@media (max-width: 480px){.image-card img{max-width:100%;height:auto;aspect-ratio:1}}.hover-caption{margin-top:8px;text-align:center;color:#333;font-weight:600;line-height:1.4;opacity:0;transition:opacity .2s ease}@media (max-width: 768px){.hover-caption{opacity:1;font-size:.9rem}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000c;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.modal-content{background:#fff;border-radius:20px;padding:30px;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:20px;position:relative}@media (max-width: 768px){.modal-content{padding:20px;max-width:95vw;max-height:95vh;gap:16px}}@media (max-width: 480px){.modal-content{padding:16px;gap:12px;border-radius:16px}}.modal-image{max-width:100%;max-height:60vh;object-fit:contain;border-radius:12px}@media (max-width: 768px){.modal-image{max-height:50vh}}@media (max-width: 480px){.modal-image{max-height:40vh;border-radius:8px}}.modal-text{text-align:center;color:#333;line-height:1.6}@media (max-width: 768px){.modal-text{font-size:.9rem}}@media (max-width: 480px){.modal-text{font-size:.85rem}}.open-in-new-tab-btn{position:absolute;top:14px;left:16px;padding:6px 10px;border-radius:8px;border:1px solid #e0e0e0;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px}@media (max-width: 768px){.open-in-new-tab-btn{top:10px;left:10px;padding:5px 8px;font-size:14px}}@media (max-width: 480px){.open-in-new-tab-btn{top:8px;left:8px;padding:4px 6px;font-size:12px}}.square-icon{width:18px;height:18px;border:1px solid #999;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:12px;line-height:1;color:#333}@media (max-width: 480px){.square-icon{width:16px;height:16px;font-size:10px}}.close-button{position:absolute;top:15px;right:20px;background:none;border:none;font-size:2rem;cursor:pointer;color:#000;font-weight:700}@media (max-width: 768px){.close-button{top:10px;right:16px;font-size:1.5rem}}@media (max-width: 480px){.close-button{top:8px;right:12px;font-size:1.3rem}}
