@import"https://fonts.googleapis.com/css2?family=Excelsior&display=swap";@import"https://fonts.googleapis.com/css2?family=Pegasus&display=swap";@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";:root{color-scheme:light;--bg: #f4f5f7;--panel-bg: #ffffff;--accent: #ff8c42;--base-color: #fefefe;--sole-color: #f3f4f6;--heel-color: #ff8c42;--laces-color: #1f2937;--text-color: #000000;--outline-color: #111827;--border: #d1d5db;--text: #111827;--muted: #6b7280;--shadow: 0 12px 32px rgba(15, 23, 42, .12);--radius: 18px;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif}@media (prefers-color-scheme: dark){:root{color-scheme:dark;--bg: #111827;--panel-bg: #1f2937;--border: #374151;--text: #f9fafb;--muted: #9ca3af;--shadow: 0 20px 40px rgba(3, 7, 18, .6);--outline-color: #e5e7eb}}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);min-height:100vh}.page{margin:0 auto;padding:clamp(1.5rem,2vw + 1rem,3rem);max-width:1200px;display:flex;flex-direction:column;gap:clamp(1.5rem,2vw + 1rem,3rem)}.hero{text-align:center;display:grid;gap:.5rem}.hero h1{margin:0;font-size:clamp(2rem,4vw,2.8rem)}.hero p{margin:0 auto;max-width:48ch;color:var(--muted);font-size:1rem}.layout{display:grid;grid-template-columns:minmax(320px,360px) minmax(0,1fr);gap:clamp(1.75rem,4vw,2.5rem);align-items:start}@media (max-width: 1024px){.layout{grid-template-columns:1fr}}.panel,.preview{background:var(--panel-bg);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);position:relative;overflow:hidden;padding:clamp(1rem,1vw + 1rem,1.5rem)}.panel{min-width:0}.panel h2,.preview h2{margin:0 0 1rem;font-size:1.1rem}.configurator{display:grid;gap:1.25rem}fieldset{margin:0;border:1px solid var(--border);border-radius:calc(var(--radius) / 1.8);padding:1rem;display:grid;gap:.75rem;overflow:hidden}legend{padding:0 .5rem;font-weight:600}.fieldset-hint{margin:0;font-size:.9rem;color:var(--muted)}.field{display:grid;gap:.35rem}.color-field{display:grid;grid-template-columns:auto auto;align-items:center;gap:.2rem}.field label{font-size:.9rem;font-weight:600}.field input[type=color],.field input[type=text]{width:100%;max-width:100%;border:1px solid var(--border);border-radius:10px;padding:.4rem .6rem;background:transparent;color:inherit;font:inherit}.field input[type=text]{height:2.25rem}.text-input{max-width:calc(12ch + 1.2rem)}.field input[type=color]{display:block;height:2.25rem;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:10px;border:1px solid var(--border);box-shadow:inset 0 0 0 1px #00000014;cursor:pointer}.field input[type=text]::placeholder{color:var(--muted)}.field input[type=color]::-webkit-color-swatch-wrapper{padding:0;border-radius:10px}.field input[type=color]::-webkit-color-swatch{border-radius:10px;border:none}.field input[type=color]::-moz-color-swatch{border-radius:10px;border:none}.color-field input[type=color]{width:2cm;min-width:2cm;max-width:2cm;justify-self:start}.slider-field input[type=range]{width:100%;accent-color:var(--accent)}.field.is-disabled{opacity:.55}.field.is-disabled input{pointer-events:none}.checkbox-field{align-items:center;grid-template-columns:auto 1fr;gap:.75rem}.checkbox-field input[type=checkbox]{width:1.2rem;height:1.2rem;accent-color:var(--accent)}.file-field input[type=file]{font:inherit}.buttons{display:flex;flex-wrap:wrap;gap:.75rem}button{border:none;background:var(--accent);color:#fff;padding:.55rem 1rem;border-radius:999px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}button:hover{transform:translateY(-1px);box-shadow:0 8px 18px #ff8c4252}button:active{transform:translateY(0);box-shadow:none}.secondary{background:transparent;color:var(--muted);border:1px dashed var(--border)}.secondary:hover{box-shadow:none;color:var(--accent);border-color:var(--accent)}.helper{margin:0;font-size:.85rem;color:var(--muted)}.helper[data-state=success]{color:#047857}.helper[data-state=error]{color:#dc2626}.preview{display:grid;gap:1.5rem}.canvas-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.canvas-grid.single{grid-template-columns:1fr;max-width:480px}.canvas-grid.single figure{justify-self:center}.export-actions{margin-top:1.5rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}figure{margin:0;padding:1rem;border:1px solid var(--border);border-radius:calc(var(--radius) / 1.5);display:grid;gap:.75rem;background:var(--panel-bg)}figcaption{font-weight:600;font-size:.95rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.sneaker{width:100%;height:auto;display:block}.sneaker .base,.sneaker .sole,.sneaker .heel{stroke:var(--outline-color);stroke-width:2;stroke-linejoin:round}.sneaker .base{fill:var(--base-color)}.sneaker .sole{fill:var(--sole-color)}.sneaker .heel{fill:var(--heel-color)}.sneaker .laces{fill:none;stroke:var(--laces-color);stroke-width:4;stroke-linecap:round}.sneaker text{font-size:14px;font-weight:700;letter-spacing:1px;fill:var(--text-color)}.footer{text-align:center;color:var(--muted);font-size:.9rem;max-width:1100px;width:min(1100px,96%);margin:0 auto;box-sizing:border-box;padding-left:1rem;padding-right:1rem}.footer p{margin:0}.debug-outline .app-shell{outline:3px dashed magenta}.debug-outline .app-header{outline:2px dashed orange}.debug-outline .app-main{outline:2px dashed cyan}.debug-outline .app-footer{outline:2px dashed lime}.debug-outline .floating-cart-button{outline:2px dashed red}.app-shell{display:flex;flex-direction:column;min-height:100vh;padding:2rem;gap:2rem;max-width:1200px;width:min(1200px,96%);margin:0 auto}.app-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;background:linear-gradient(135deg,rgba(184,134,11,.3),rgba(0,0,0,.7));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:18px;padding:1rem 2rem;box-shadow:0 20px 45px -25px #b8860b66;position:relative;height:auto;min-height:50px;z-index:2000}.app-header,.catalog-section,.catalog-wrapper,.customizer-cta,.auth-screen,.cart-container{max-width:1100px;width:min(1100px,96%);margin:0 auto;box-sizing:border-box;padding-left:1rem;padding-right:1rem}.login-outside{display:flex;justify-content:flex-end;margin-bottom:1rem}.header-left,.header-right{display:flex;align-items:center}.header-left{justify-content:flex-end;min-width:120px;padding-right:-2rem}.header-right{justify-content:flex-start;gap:1rem;align-items:flex-end;flex-direction:column;padding-left:0}.header-logo-left,.header-logo-right{height:100px;width:auto;object-fit:contain}.header-logo-top-right{height:70px}.header-logo-left{margin-right:0;align-self:center}.header-logo-large{height:140px;width:auto;object-fit:contain}.brand{display:flex;flex-direction:column;align-items:center;justify-self:center;position:relative;z-index:10;text-align:center;justify-content:center;margin-left:0;padding:0 1rem;position:absolute;left:50%;transform:translate(-50%)}.brand>div{display:flex;flex-direction:column;align-items:center;position:relative}.brand h1{font-size:clamp(3rem,5vw,4.5rem);transform:scaleX(1.2);letter-spacing:.15em;color:#fff;text-shadow:0 0 15px rgba(255,255,255,.7);font-family:Pegasus,Pegsus,sans-serif;font-weight:700;margin:0}.xlam-brand{font-family:Pegasus,Pegsus,Excelsior,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700}.xlam-brand-large{font-size:clamp(3.5rem,6vw,5rem);color:#fff;text-shadow:0 0 15px rgba(255,255,255,.7)}.brand p{color:#fff;font-size:.95rem;margin:0}.changing-fashion{font-family:Pegasus,Pegsus,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.4rem}.scrolling-text-container{grid-column:1 / -1;overflow:hidden;white-space:nowrap;margin-top:-.5rem;margin-bottom:-.5rem;width:100%;position:relative;z-index:1}.scrolling-text{display:inline-block;padding-right:50%;animation:scroll-left 60s linear infinite;font-size:1.1rem;color:#fdfdfd;letter-spacing:.05em;font-weight:500;white-space:nowrap;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.scrolling-text:after{content:"Productos hechos a tu medida   •   Customiza tus propias ideas   •   Descubre el nuevo sentimiento   •   Cambiando tu perspectiva de la moda   •   Customización a tu medida   •   Nueva colección   •";display:inline-block;padding-left:50%}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-100%)}}.user-area{display:flex;align-items:center;gap:1rem}.floating-buttons-container{position:fixed;top:2rem;right:2rem;display:flex;flex-direction:column;gap:1rem;z-index:3000}.user-area-outside{position:relative}.profile-button{display:inline-flex;align-items:center;gap:.6rem;padding:.55rem 1rem;border-radius:30px;background:rgba(255,255,255,.06);color:#fff;font-weight:600}.profile-button,.profile-button.outline-button{border:none;border-radius:30px;background:linear-gradient(135deg,rgba(184,134,11,.4),rgba(0,0,0,.8));color:#fff;box-shadow:0 10px 25px -15px #b8860b73;transition:transform .12s ease,box-shadow .2s ease,background .2s ease}.profile-button:hover,.profile-button.outline-button:hover{transform:translateY(-1px);box-shadow:0 20px 30px -20px #b8860b99}.profile-circular-button{position:fixed;top:2rem;right:2rem;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,rgba(184,134,11,.8),rgba(0,0,0,.9));border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 25px -10px #b8860bb3;transition:transform .2s ease,box-shadow .2s ease;z-index:1003;font-size:1.5rem;font-weight:700;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.profile-circular-button:hover{transform:translateY(-2px);box-shadow:0 12px 30px -10px #b8860bcc}.profile-circular-button-outside{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,rgba(184,134,11,.8),rgba(0,0,0,.9));border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 25px -10px #b8860bb3;transition:transform .2s ease,box-shadow .2s ease;font-size:1.5rem;font-weight:700;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.profile-circular-button-outside:hover{transform:translateY(-2px);box-shadow:0 12px 30px -10px #b8860bcc}@media (max-width: 768px){.profile-circular-button{top:1.5rem;right:1.5rem;width:50px;height:50px;font-size:1.2rem}.user-area-outside{top:1.5rem;right:1.5rem}.profile-circular-button-outside{width:50px;height:50px;font-size:1.2rem}}.profile-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,rgba(184,134,11,.8),rgba(0,0,0,.6));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.profile-fullname{font-weight:700;color:#0f172a}.profile-username{color:#64748b;font-size:.95rem}.profile-dropdown-outside{position:absolute;top:70px;right:0;background:rgba(255,255,255,.95);border-radius:16px;padding:1.5rem;box-shadow:0 25px 50px -12px #00000040;border:1px solid rgba(226,232,240,.8);min-width:280px;z-index:2001}@media (max-width: 768px){.floating-buttons-container{top:1.5rem;right:1.5rem;gap:.8rem}.profile-dropdown-outside{top:60px;min-width:250px;padding:1.2rem}}.profile-cart-summary{border-top:1px solid rgba(226,232,240,.8);padding-top:.75rem;display:grid;gap:.6rem}.summary-title{font-weight:700;color:#334155}.empty-cart-small{color:#64748b}.summary-list{margin:0;padding-left:1rem;color:#475569}.summary-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.5rem}.logout-button{background:linear-gradient(135deg,rgba(184,134,11,.8),rgba(0,0,0,.9));color:#fff;border:none;padding:.5rem .9rem;border-radius:10px}.logout-button:hover{background:linear-gradient(135deg,rgba(184,134,11,.9),rgba(0,0,0,1));transform:translateY(-1px);box-shadow:0 10px 20px -15px #b8860b99}.login-button{border:none;background:linear-gradient(135deg,rgba(184,134,11,.4),rgba(0,0,0,.8));color:#fff;padding:.85rem 1.6rem;border-radius:12px;font-weight:600;font-size:1rem;transition:transform .15s ease,box-shadow .2s ease}.ai-button-style{background:linear-gradient(135deg,rgba(184,134,11,.8),rgba(0,0,0,.9))}.login-button:hover{transform:translateY(-1px);box-shadow:0 20px 30px -20px #b8860b99}.greeting{color:#334155}.outline-button{border:1px solid rgba(75,85,99,.3);background:transparent;padding:.6rem 1.4rem;border-radius:999px;color:#0f172a;font-weight:600;transition:all .2s ease}.outline-button:hover{border-color:#2563eb99;color:#1d4ed8}.app-main{flex:1;display:grid;gap:2rem;align-content:start;max-width:1100px;width:min(1100px,96%);margin:0 auto}.app-main.auth-mode{place-items:center}.auth-screen{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;align-items:center;background:rgba(255,255,255,.85);padding:2rem;border-radius:22px;box-shadow:0 40px 80px -45px #0f172a59}.auth-copy h2{font-size:clamp(1.8rem,2.5vw,2.4rem);margin-bottom:1rem;color:#000}.auth-copy p{color:#52606d;font-size:1.05rem;line-height:1.7}.auth-card{background:rgba(255,255,255,.95);padding:2rem;border-radius:18px;border:1px solid rgba(221,231,239,.9);box-shadow:0 25px 60px -35px #1e40af73}.auth-card-header{display:flex;justify-content:flex-start;margin-bottom:.75rem}.back-button{font-size:.9rem;font-weight:500;color:#1d4ed8}.auth-tabs{display:grid;grid-template-columns:repeat(2,1fr);background:rgba(229,231,235,.6);border-radius:999px;padding:.25rem;margin-bottom:1.5rem}.tab-button{border:none;background:transparent;padding:.65rem 1rem;border-radius:999px;font-weight:600;color:#475569;transition:background .2s ease,color .2s ease}.tab-button.active{background:white;color:#1d4ed8;box-shadow:0 10px 25px -15px #1d4ed8b3}.auth-form{display:grid;gap:1rem}.input-group{display:grid;gap:.45rem}.input-group span{font-size:.95rem;font-weight:600;color:#475569}.input-group input,.input-group select{border:1px solid rgba(148,163,184,.35);border-radius:12px;padding:.75rem 1rem;font-size:1rem;background:rgba(248,250,252,.9);transition:border .2s ease,box-shadow .2s ease;color:#0f172a}.input-group input::placeholder{color:#94a3b8}.input-group input:focus,.input-group select:focus{border-color:#3b82f6b3;box-shadow:0 0 0 4px #3b82f626;outline:none}.input-group.compact{gap:.25rem}.password-wrapper{position:relative}.floating-favorites-button{position:fixed;bottom:15.5rem;right:2rem;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,rgba(184,134,11,.8),rgba(0,0,0,.9));color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #0000004d;transition:transform .2s ease,box-shadow .2s ease;z-index:1001}.floating-favorites-button:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0006}.password-wrapper input{padding-right:2.8rem}.password-toggle{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);border:none;background:transparent;color:#64748b;display:inline-flex;align-items:center;justify-content:center;padding:.25rem;cursor:pointer}.password-toggle:hover{color:#2563eb}.primary-button{border:none;background:linear-gradient(135deg,rgba(184,134,11,.8),rgba(0,0,0,.9));color:#fff;padding:.85rem 1.6rem;border-radius:12px;font-weight:600;font-size:1rem;transition:transform .15s ease,box-shadow .2s ease}.primary-button:hover{transform:translateY(-1px);box-shadow:0 20px 30px -20px #b8860b99}.primary-button:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.primary-button:disabled:hover{transform:none;box-shadow:none}.primary-button.subtle{background:linear-gradient(135deg,rgba(184,134,11,.4),rgba(0,0,0,.8));padding:.65rem 1.4rem}.form-error{color:#dc2626;font-size:.95rem}.form-success{color:#16a34a;font-size:.95rem}.mode-toggle{margin-top:1.25rem;color:#475569;text-align:center}.link-button{background:none;border:none;color:#2563eb;font-weight:600;cursor:pointer}.header-login{position:absolute;top:0;right:0;color:#fff;font-size:.9rem;padding:.5rem 1rem;border-radius:8px;transition:background-color .2s ease;text-decoration:underline;font-weight:600;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2)}.header-login:hover{background-color:#fff3;text-decoration:none}.catalog-section{display:grid;gap:1.75rem}.customizer-cta{background:linear-gradient(135deg,rgba(184,134,11,.4),rgba(0,0,0,.8));border-radius:22px;padding:2rem;color:#fff;text-align:center;box-shadow:0 20px 45px -30px #b8860b80}.customizer-cta-content{max-width:600px;margin:0 auto}.customizer-cta h3{font-size:clamp(1.5rem,2vw,1.8rem);margin-bottom:.75rem}.customizer-cta p{margin-bottom:1.5rem;opacity:.9;font-size:1.05rem}.featured-catalog-section{background:linear-gradient(135deg,rgba(184,134,11,.3),rgba(0,0,0,.7));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:18px;padding:1.5rem 2rem;box-shadow:0 20px 45px -25px #b8860b66;max-width:1100px;width:min(1100px,96%);margin:0 auto;box-sizing:border-box;min-height:80px;display:flex;align-items:center}.featured-catalog-content{text-align:center;width:100%}.featured-catalog-content h2{font-size:clamp(1.5rem,2vw,1.8rem);margin-bottom:.5rem;color:#fff;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;letter-spacing:.05em}.featured-catalog-link{color:#fff;text-decoration:none;transition:color .2s ease,text-decoration .2s ease}.featured-catalog-link:hover{color:#f0f0f0;text-decoration:underline}.featured-catalog-content p{color:#ffffffe6;font-size:1rem;margin:0}.hero-section{position:relative;border-radius:28px;overflow:hidden;min-height:clamp(450px,55vh,650px);max-height:800vh;height:90vh;display:flex;align-items:stretch;box-shadow:0 45px 90px -55px #0f172a80;isolation:isolate;width:100%;max-width:1100px;width:min(1100px,96%);margin:0 auto;box-sizing:border-box}.hero-image{width:100%;height:100%;max-height:90vh;object-fit:cover;cursor:pointer;transition:transform .2s ease}.hero-image.clickable:hover{transform:scale(1.01)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;padding-left:3rem;max-width:none;width:100%;margin:0}@media (max-width: 768px){.hero-section{min-height:400px;max-height:70vh}.hero-image{max-height:70vh;object-position:center top}.hero-overlay{padding:1rem 1.25rem;justify-content:center;gap:.5rem}.hero-title{font-size:clamp(1.25rem,4.5vw,2rem)}}.hero-tagline{text-transform:uppercase;letter-spacing:.35em;font-size:.85rem;font-weight:600;color:#ffffffbf}.hero-title{font-family:Bebas Neue,Pegasus,Pegsus,Excelsior,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(3.5rem,10vw,6rem);font-weight:400;letter-spacing:.08em;color:#fff;text-shadow:0 0 15px rgba(255,255,255,.7)}.hero-subtitle{font-size:clamp(1rem,2.2vw,1.4rem);max-width:460px;color:#ffffffd9;line-height:1.6}.hero-title.xlam-hero{font-family:Bebas Neue,Pegasus,Pegsus,Excelsior,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.catalog-header h2{font-size:clamp(1.7rem,2.2vw,2.3rem);margin-bottom:.4rem}.catalog-header p{color:#52606d}.catalog-wrapper{display:grid;gap:1.5rem}.catalog-cta{text-align:center;padding:1.2rem 1.5rem;border-radius:16px;background:rgba(248,250,252,.7);border:1px solid rgba(203,213,225,.6);color:#475569;font-weight:500}.filters-row{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));padding:1rem;border-radius:16px;background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(226,232,240,.8)}.grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}@media (max-width: 1024px){.grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.grid{grid-template-columns:1fr}}.product-card{background:rgba(255,255,255,.9);border-radius:22px;overflow:hidden;display:grid;gap:1.2rem;padding:1.5rem;border:1px solid rgba(226,232,240,.8);box-shadow:0 20px 45px -30px #0f172a66}.product-image{width:100%;aspect-ratio:4 / 3;border-radius:18px;background-size:contain;background-position:center;background-repeat:no-repeat;border:1px solid rgba(226,232,240,.8);box-shadow:inset 0 0 0 1px #ffffff73}.product-image.clickable{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.product-image.clickable:hover{transform:scale(1.02);box-shadow:inset 0 0 0 1px #ffffff73,0 8px 25px -12px #0f172a40}.product-content{display:grid;gap:.9rem}.product-brand{text-transform:uppercase;font-size:.8rem;letter-spacing:.1em;color:#3b82f6;font-weight:600}.product-content h3{font-size:1.2rem}.product-description{color:#52606d;font-size:.95rem;line-height:1.6}.processing-spinner{border:4px solid #f3f4f6;border-top:4px solid #3b82f6;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}.payment-processing,.payment-success,.payment-failed{background-color:#000;color:#fff}.product-meta{list-style:none;display:grid;gap:.45rem;font-size:.9rem;color:#475569}.product-sizes strong{display:block;margin-bottom:.35rem}.product-size-option{width:34px;height:34px;border-radius:10px;font-size:.9rem;display:inline-flex;align-items:center;justify-content:center;line-height:1}.product-size-hint{margin-top:.4rem;font-size:.85rem;color:#64748b}.product-price{font-size:1.4rem;font-weight:700;color:#1f2937;white-space:nowrap}.product-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.pagination{display:flex;gap:1rem;justify-content:center;align-items:center;margin-top:1.25rem}.pagination-info{color:#475569;font-weight:600}.empty-state{grid-column:1 / -1;text-align:center;padding:2rem;border-radius:16px;background:rgba(255,255,255,.8);border:1px dashed rgba(148,163,184,.6);color:#64748b;font-weight:500}.app-footer{text-align:center;color:#94a3b8;font-size:.85rem;padding-bottom:.5rem}.app-footer{max-width:1100px;width:min(1100px,96%);margin:0 auto;box-sizing:border-box;padding-left:1rem;padding-right:1rem}.footer-content{display:flex;flex-direction:column;align-items:center;gap:.5rem}.artist-contact{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-top:.5rem}.footer-link{color:#94a3b8;text-decoration:none;font-size:.85rem;transition:color .2s ease}.footer-link:hover{color:#64748b;text-decoration:underline}@media (max-width: 768px){.app-shell{padding:1.5rem}.app-header{grid-template-columns:1fr;justify-items:center;text-align:center;padding:1rem}.header-left,.header-right{justify-content:center}.header-logo-left,.header-logo-right{height:80px}.header-logo-large{height:120px}.hero-overlay{align-items:center;text-align:center}.hero-subtitle{max-width:100%}.auth-screen{grid-template-columns:1fr}.product-card{padding:1.25rem}.featured-catalog-section{padding:1rem 1.5rem;min-height:70px}.featured-catalog-content h2{font-size:clamp(1.3rem,4vw,1.5rem)}.featured-catalog-content p{font-size:.9rem}}.team-section{background:rgba(255,255,255,.9);border-radius:22px;padding:2rem;margin-top:2rem;border:1px solid rgba(226,232,240,.8);box-shadow:0 20px 45px -30px #0f172a66;max-width:1100px;width:min(1100px,96%);margin-left:auto;margin-right:auto;box-sizing:border-box}.team-title{font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(1.5rem,2vw,1.8rem);margin-bottom:1.5rem;color:#1f2937;font-weight:700;letter-spacing:.05em;text-align:center}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center}.team-member{display:flex;flex-direction:column;align-items:center}.team-profile-pic{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:3px solid rgba(184,134,11,.3);box-shadow:0 8px 16px -8px #0003}.role{font-size:1.1rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.role.photographer,.role.designer{font-size:.9rem;font-weight:600}.name{font-size:1rem;color:#475569;margin:0}.brand-name{font-size:.9rem;color:#64748b;font-style:italic;margin:.25rem 0 0}@media (max-width: 768px){.team-section{padding:1.5rem;margin-top:1.5rem}.team-grid{grid-template-columns:1fr;gap:1.5rem}.team-title{font-size:clamp(1.3rem,4vw,1.5rem);margin-bottom:1rem}.team-profile-pic{width:100px;height:100px}.role{font-size:1rem}.role.photographer,.role.designer{font-size:.85rem}.name{font-size:.95rem}.brand-name{font-size:.85rem}}.lightbox-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:3000;padding:2rem;animation:fadeIn .3s ease}.lightbox-content{position:relative;max-width:70%;max-height:70%;display:flex;align-items:center;justify-content:center;animation:slideUp .3s ease}.lightbox-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:12px;box-shadow:0 25px 50px -12px #00000080;border:3px solid white;cursor:zoom-in;transition:transform .3s ease}.lightbox-image.zoomed{cursor:move;cursor:grab}.lightbox-image.zoomed:active{cursor:grabbing}.zoom-indicator{position:absolute;bottom:-50px;left:50%;transform:translate(-50%);background:rgba(0,0,0,.7);color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;z-index:10;pointer-events:none;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:opacity .2s ease}.lightbox-close{position:absolute;top:-80px;right:10px;background:rgba(255,255,255,.9);border:none;color:#1f2937;font-size:2rem;font-weight:300;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;z-index:10}.lightbox-close:hover{background:rgba(255,255,255,1);transform:scale(1.1)}.lightbox-arrow-right{position:absolute;right:-60px;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);border:none;color:#1f2937;font-size:1.5rem;cursor:pointer;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;z-index:10;box-shadow:0 8px 25px -10px #0000004d}.lightbox-arrow-right:hover{background:rgba(255,255,255,1);transform:translateY(-50%) scale(1.1);box-shadow:0 12px 30px -10px #0006}.lightbox-arrow-right svg{width:24px;height:24px}.lightbox-arrow-left{position:absolute;left:-60px;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);border:none;color:#1f2937;font-size:1.5rem;cursor:pointer;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;z-index:10;box-shadow:0 8px 25px -10px #0000004d}.lightbox-arrow-left:hover{background:rgba(255,255,255,1);transform:translateY(-50%) scale(1.1);box-shadow:0 12px 30px -10px #0006}.lightbox-arrow-left svg{width:24px;height:24px}@media (max-width: 768px){.lightbox-overlay{padding:1rem}.lightbox-close{top:-40px;right:5px;width:35px;height:35px;font-size:1.5rem}.lightbox-arrow-right{right:-50px;width:40px;height:40px}.lightbox-arrow-right svg{width:20px;height:20px}.lightbox-arrow-left{left:-50px;width:40px;height:40px}.lightbox-arrow-left svg{width:20px;height:20px}}.ai-assistant-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:3000;padding:2rem;animation:fadeIn .3s ease}.ai-assistant-modal{background:rgba(255,255,255,.95);border-radius:22px;padding:2rem;max-width:500px;width:90%;box-shadow:0 40px 80px -45px #0f172a59;border:1px solid rgba(226,232,240,.9);position:relative;animation:slideUp .3s ease}.ai-close-button{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#64748b;font-size:2rem;font-weight:300;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.ai-close-button:hover{background:rgba(100,100,100,.1);color:#1f2937}.ai-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(226,232,240,.6)}.ai-icon{width:40px;height:40px;background:linear-gradient(135deg,rgba(184,134,11,.8),rgba(0,0,0,.9));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;padding:8px}.ai-title-container{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:1rem}.ai-title{font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(1.3rem,2vw,1.5rem);margin:0;color:#1f2937;font-weight:700;letter-spacing:.05em}.back-to-survey-btn{background:linear-gradient(135deg,rgba(184,134,11,.4),rgba(0,0,0,.8));color:#fff;border:none;padding:.4rem .8rem;border-radius:8px;font-weight:600;font-size:.8rem;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease;white-space:nowrap}.back-to-survey-btn:hover{transform:translateY(-1px);box-shadow:0 10px 20px -15px #b8860b99}.ai-content{max-height:500px;overflow-y:auto;display:flex;flex-direction:column;min-height:400px}.ai-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.loading-spinner{width:40px;height:40px;border:3px solid rgba(184,134,11,.3);border-top:3px solid rgba(184,134,11,.8);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ai-loading p{color:#64748b;font-size:1rem;margin:0}.recommendations-list{display:grid;gap:1rem}.recommendation-item{padding:1rem;border-radius:12px;border-left:4px solid;background:rgba(248,250,252,.7);transition:transform .2s ease}.recommendation-item:hover{transform:translateY(-2px)}.recommendation-item.personal{border-left-color:#3b82f6}.recommendation-item.new{border-left-color:#10b981}.recommendation-item.cart{border-left-color:#f59e0b}.recommendation-item.seasonal{border-left-color:#8b5cf6}.recommendation-title{font-size:1rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.recommendation-text{font-size:.95rem;color:#475569;line-height:1.6;margin:0}.survey-container{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:rgba(248,250,252,.7);border-radius:12px;border:1px solid rgba(226,232,240,.6);margin-bottom:1rem;width:100%;box-sizing:border-box;position:relative;z-index:1}.survey-title{font-size:1.1rem;font-weight:700;color:#1f2937;margin-bottom:1rem;text-align:center;width:100%}.survey-question{margin-bottom:.8rem}.survey-question p{font-size:.95rem;color:#475569;margin-bottom:.5rem;width:100%}.survey-options{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;width:100%;box-sizing:border-box}.survey-option{background:rgba(255,255,255,.9);border:1px solid rgba(226,232,240,.6);padding:.6rem .8rem;border-radius:8px;font-size:.85rem;font-weight:600;color:#475569;cursor:pointer;transition:all .2s ease;text-align:left;width:100%;box-sizing:border-box;min-height:44px}.survey-option:hover{background:rgba(255,255,255,1);border-color:#b8860b66}.survey-option.selected{background:linear-gradient(135deg,rgba(184,134,11,.4),rgba(0,0,0,.8));color:#fff;border-color:#b8860b99}.complete-survey-btn{background:linear-gradient(135deg,rgba(184,134,11,.4),rgba(0,0,0,.8));color:#fff;border:none;padding:.8rem 1.5rem;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease;margin-top:1rem;align-self:center;width:100%;box-sizing:border-box}.complete-survey-btn:hover{transform:translateY(-1px);box-shadow:0 20px 30px -20px #b8860b99}.quick-questions{display:flex;flex-direction:column;gap:.35rem;padding:.6rem;background:rgba(255,255,255,.98);border-radius:12px;border:1px solid rgba(226,232,240,.9);position:absolute;bottom:calc(100% + .6rem);left:0;width:230px;z-index:30;box-shadow:0 18px 32px -18px #0f172a59}.quick-question-btn{background:linear-gradient(135deg,rgba(184,134,11,.4),rgba(0,0,0,.85));color:#fff;border:none;padding:.75rem .9rem;border-radius:8px;font-weight:600;font-size:.85rem;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease;text-align:left;width:100%}.quick-question-btn:hover{transform:translateY(-1px);box-shadow:0 20px 30px -18px #b8860b99}.chat-container{display:flex;flex-direction:column;height:400px;position:relative}.chat-messages{flex:1;overflow-y:auto;padding:.1rem;display:flex;flex-direction:column;gap:.8rem;margin-bottom:.4rem}.message{max-width:80%;padding:.8rem 1rem;border-radius:12px;line-height:1.5}.message.user{align-self:flex-end;background:linear-gradient(135deg,rgba(184,134,11,.4),rgba(0,0,0,.8));color:#fff}.message.bot{align-self:flex-start;background:rgba(248,250,252,.9);color:#1f2937;border:1px solid rgba(226,232,240,.6)}.chat-input-container{display:flex;gap:.5rem;padding:1rem;background:rgba(248,250,252,.7);border-radius:12px;border:1px solid rgba(226,232,240,.6);margin-top:auto;position:sticky;bottom:0;z-index:10;align-items:flex-start}.filter-button-wrapper{position:relative;display:flex;align-items:center}.chat-input{flex:1;border:1px solid rgba(148,163,184,.3);border-radius:8px;padding:.8rem 1rem;font-size:.95rem;background:rgba(255,255,255,.9);color:#1f2937}.chat-input:focus{outline:none;border-color:#b8860b99;box-shadow:0 0 0 3px #b8860b1a}.filter-button{background:linear-gradient(135deg,rgba(184,134,11,.4),rgba(0,0,0,.8));color:#fff;border:none;padding:.8rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease;display:flex;align-items:center;justify-content:center;min-width:44px}.filter-button:hover{transform:translateY(-1px);box-shadow:0 10px 20px -15px #b8860b99}.send-button{background:linear-gradient(135deg,rgba(184,134,11,.4),rgba(0,0,0,.8));color:#fff;border:none;padding:.8rem 1.4rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease}.send-button:hover{transform:translateY(-1px);box-shadow:0 10px 20px -15px #b8860b99}.back-button{background:transparent;border:none;color:#64748b;font-size:.9rem;font-weight:600;cursor:pointer;transition:color .2s ease;margin-left:auto}.back-button:hover{color:#1f2937}@media (max-width: 768px){.survey-options{grid-template-columns:1fr}.survey-option{padding:.5rem .6rem;font-size:.8rem}.complete-survey-btn{padding:.7rem 1.2rem;font-size:.9rem}.quick-questions{position:fixed;left:50%;transform:translate(-50%);width:calc(100% - 2rem);max-width:320px;bottom:7rem}.quick-question-btn{padding:.65rem .85rem;font-size:.85rem}.chat-container{height:350px}.chat-input-container{padding:.6rem}.send-button{padding:.5rem 1rem;font-size:.9rem}}.checkout-page .checkout-title,.checkout-page .checkout-summary,.checkout-page .checkout-item-name,.checkout-page .checkout-item-brand,.checkout-page .checkout-total-label,.checkout-page .checkout-total-amount{color:#000}.checkout-block{background:rgba(255,255,255,.98);border:1px solid rgba(15,23,42,.06);border-radius:12px;padding:1.25rem;margin-bottom:2rem}.checkout-block,.checkout-block *{color:#000!important}.checkout-layout{display:grid;gap:2rem}.checkout-form-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr)}.checkout-field{display:flex;flex-direction:column;gap:.5rem}.checkout-field span{font-weight:600;font-size:.95rem;color:#000}.checkout-field input,.checkout-field select{background:#ffffff!important;border:2px solid #e2e8f0;border-radius:8px;padding:.85rem 1rem;font-size:1rem;color:#000!important;transition:border-color .2s ease,box-shadow .2s ease}.checkout-field input::placeholder{color:#94a3b8}.checkout-field input:focus,.checkout-field select:focus{border-color:#b8860b;box-shadow:0 0 0 3px #b8860b1a;outline:none}.checkout-field-full{grid-column:1 / -1}.checkout-field-error{color:#dc2626;font-size:.85rem;font-weight:500;margin-top:.25rem}@media (max-width: 768px){.checkout-form-grid{grid-template-columns:1fr;gap:1rem}}.checkout-actions{display:flex;gap:2rem;justify-content:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(226,232,240,.6)}@media (max-width: 768px){.checkout-actions{flex-direction:column;gap:1rem}}.checkout-page{margin-bottom:12rem}@media (max-width: 768px){.checkout-page{margin-bottom:10rem}}.floating-ai-button{position:fixed;bottom:11rem;right:2rem;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,rgba(184,134,11,.8),rgba(0,0,0,.9));border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 25px -10px #b8860bb3;transition:transform .2s ease,box-shadow .2s ease;z-index:1002}.floating-ai-button:hover{transform:translateY(-2px);box-shadow:0 12px 30px -10px #b8860bcc}.ai-bulb-icon{width:24px;height:24px;color:#fff}.ai-text{color:#fff;font-weight:700;font-size:1.1rem;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}@media (max-width: 768px){.floating-ai-button{width:50px;height:50px}.ai-bulb-icon{width:20px;height:20px}.ai-text{font-size:.9rem}.ai-assistant-modal{padding:1.5rem;width:95%}.ai-title{font-size:clamp(1.1rem,4vw,1.3rem)}}.cart-title-block{background:rgba(255,255,255,.9);padding:.8rem 1.5rem;border-radius:12px;border:1px solid rgba(226,232,240,.8);box-shadow:0 8px 25px -20px #0f172a4d;display:inline-block}.cart-title-block h2{margin:0;color:#1f2937}.search-input-wrapper{position:relative;width:100%}.search-input-wrapper input{width:100%;background:rgba(255,255,255,.95)!important;border:1px solid rgba(148,163,184,.5)!important;color:#1f2937!important;padding:.75rem 1rem!important}.select-wrapper{position:relative;width:100%}.select-wrapper select{width:100%;background:rgba(255,255,255,.95)!important;border:1px solid rgba(148,163,184,.5)!important;color:#1f2937!important;padding:.75rem 2rem .75rem 1rem!important;appearance:none;-webkit-appearance:none;-moz-appearance:none}.select-arrow{position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none;color:#64748b;font-size:.8rem}@media (max-width: 768px){.cart-title-block{padding:.6rem 1rem}.search-input-wrapper input,.select-wrapper select{padding:.65rem 1.8rem .65rem .8rem!important}.select-arrow{right:.8rem}}.floating-cart-button{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,rgba(184,134,11,.8),rgba(0,0,0,.9));border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 25px -10px #b8860bb3;transition:transform .2s ease,box-shadow .2s ease;z-index:1000}.floating-cart-button:hover{transform:translateY(-2px);box-shadow:0 12px 30px -10px #b8860bcc}.cart-icon{width:24px;height:24px;color:#fff}.cart-count{position:absolute;top:-5px;right:-5px;background:#e74c3c;color:#fff;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;border:2px solid white}.floating-about-button{position:fixed;bottom:6.5rem;right:2rem;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,rgba(184,134,11,.8),rgba(0,0,0,.9));border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 25px -10px #b8860bb3;transition:transform .2s ease,box-shadow .2s ease;z-index:1001}.floating-about-button:hover{transform:translateY(-2px);box-shadow:0 12px 30px -10px #b8860bcc}.about-x{font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:1.2rem;color:#fff}.about-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .3s ease}.about-modal{background:rgba(255,255,255,.95);border-radius:22px;padding:2.5rem;max-width:600px;width:90%;max-height:80vh;box-shadow:0 40px 80px -45px #0f172a59;border:1px solid rgba(226,232,240,.9);position:relative;animation:slideUp .3s ease;overflow-y:auto}.about-close-button{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#64748b;font-size:2rem;font-weight:300;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.about-close-button:hover{background:rgba(100,100,100,.1);color:#1f2937}.about-content{color:#1f2937;display:flex;gap:2rem;align-items:flex-start;min-height:0}.about-left-content{flex:3}.about-right-content{flex:2;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:1rem}.about-title{font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(1.8rem,2.5vw,2.4rem);margin-bottom:1.5rem;color:#1f2937;font-weight:700;letter-spacing:.05em}.about-text{line-height:1.7;font-size:1.05rem;color:#475569;text-align:justify}.about-photo-rectangular{width:100%;max-width:250px;height:auto;border-radius:8px;border:4px solid #000000;box-shadow:0 8px 25px -10px #00000080;object-fit:cover;margin-bottom:15rem}.about-photo-bottom{margin-bottom:2rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.cart-container{width:100%;margin:0 auto;padding:2rem}.cart-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.cart-header h2{font-size:clamp(1.8rem,2.5vw,2.4rem);margin:0}.cart-content{display:grid;gap:2rem}.empty-cart{text-align:center;padding:4rem 2rem;background:rgba(255,255,255,.8);border-radius:22px;border:1px dashed rgba(148,163,184,.6);color:#64748b}.empty-cart p:first-child{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#475569}.cart-items{display:grid;gap:1.5rem}.cart-item{background:rgba(255,255,255,.9);border-radius:22px;padding:1.5rem;display:grid;grid-template-columns:200px 1fr;gap:1.5rem;border:1px solid rgba(226,232,240,.8);box-shadow:0 20px 45px -30px #0f172a66}.cart-item-image{width:100%;aspect-ratio:4 / 3;border-radius:18px;background-size:contain;background-position:center;background-repeat:no-repeat;border:1px solid rgba(226,232,240,.8);box-shadow:inset 0 0 0 1px #ffffff73}.cart-item-details{display:flex;flex-direction:column;gap:.75rem}.cart-item-details h3{font-size:1.3rem;margin:0}.cart-item h3,.cart-item-details h3,.cart-item .cart-item-brand{color:#000}.cart-item-brand{text-transform:uppercase;font-size:.8rem;letter-spacing:.1em;color:#3b82f6;font-weight:600;margin:0}.customization-details{background:rgba(248,250,252,.7);padding:1rem;border-radius:12px;border:1px solid rgba(226,232,240,.6)}.customization-details h4{font-size:1rem;margin:0 0 .5rem;color:#334155}.customization-details ul{margin:0;padding-left:1.2rem;font-size:.9rem;color:#475569}.customization-details li{margin-bottom:.25rem}.color-details{margin-top:.5rem;padding-left:1.2rem}.color-details li{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.color-swatch{width:16px;height:16px;border-radius:50%;border:1px solid rgba(0,0,0,.2)}.cart-item-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.cart-item-price{font-size:1.4rem;font-weight:700;color:#1f2937;white-space:nowrap}.remove-button{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.remove-button:hover{background:#dc2626}.cart-summary{background:rgba(255,255,255,.9);border-radius:22px;padding:1.5rem;border:1px solid rgba(226,232,240,.8);box-shadow:0 20px 45px -30px #0f172a66;display:flex;align-items:center;justify-content:space-between}.cart-total{display:flex;align-items:center;gap:1rem;font-size:1.2rem;font-weight:600;color:#334155}.total-amount{font-size:1.8rem;font-weight:700;color:#1f2937;white-space:nowrap}.checkout-button{padding:.85rem 2rem;font-size:1.1rem}@media (max-width: 768px){.floating-cart-button{width:50px;height:50px}.cart-icon{width:20px;height:20px}.cart-count{width:20px;height:20px;font-size:.7rem}.floating-about-button{width:50px;height:50px}.about-x{font-size:1rem}.about-content{flex-direction:column;gap:1.5rem}.about-left-content,.about-right-content{width:100%}.about-modal{padding:2rem;width:95%;max-height:80vh}.about-title{font-size:clamp(1.5rem,4vw,1.8rem);margin-bottom:1rem}.about-text{font-size:1rem}.about-photo-rectangular{max-width:200px;border-width:3px;margin-bottom:1.5rem}.about-photo-rectangular .filter-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:3001;padding:2rem;animation:fadeIn .3s ease}.about-photo-rectangular .filter-popup{background:rgba(255,255,255,.95);border-radius:22px;padding:2rem;max-width:400px;width:90%;box-shadow:0 40px 80px -45px #0f172a59;border:1px solid rgba(226,232,240,.9);position:relative;animation:slideUp .3s ease}.about-photo-rectangular .filter-popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(226,232,240,.6)}.about-photo-rectangular .filter-popup-header h4{font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(1.3rem,2vw,1.5rem);margin:0;color:#1f2937;font-weight:700;letter-spacing:.05em}.about-photo-rectangular .filter-close-btn{background:transparent;border:none;color:#64748b;font-size:1.5rem;font-weight:600;cursor:pointer;transition:color .2s ease;padding:.5rem;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.about-photo-rectangular .filter-close-btn:hover{color:#1f2937}.about-photo-rectangular .filter-popup-content{display:flex;flex-direction:column;gap:.8rem}.about-photo-rectangular .filter-option-btn{background:linear-gradient(135deg,rgba(184,134,11,.4),rgba(0,0,0,.8));color:#fff;border:none;padding:.8rem 1.2rem;border-radius:12px;font-weight:600;font-size:.9rem;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease;text-align:left;width:100%;box-sizing:border-box}.about-photo-rectangular .filter-option-btn:hover{transform:translateY(-1px);box-shadow:0 10px 20px -15px #b8860b99}.about-photo-rectangular .auto-message-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3002;animation:fadeIn .3s ease}.about-photo-rectangular .auto-message{background:linear-gradient(135deg,rgba(184,134,11,.4),rgba(0,0,0,.8));color:#fff;padding:1rem 1.5rem;border-radius:12px;font-weight:600;font-size:.95rem;box-shadow:0 25px 50px -20px #0f172a66;max-width:300px;text-align:center}@media (max-width: 768px){.about-photo-rectangular .filter-popup{width:95%;padding:1.5rem}.about-photo-rectangular .filter-option-btn{padding:.6rem 1rem;font-size:.8rem}.about-photo-rectangular .auto-message{max-width:250px;padding:.8rem 1.2rem;font-size:.85rem}}.about-photo-bottom{margin-bottom:1.5rem}.cart-item{grid-template-columns:1fr;gap:1rem}.cart-item-image{max-width:200px;margin:0 auto}.cart-summary{flex-direction:column;gap:1rem;text-align:center}.cart-total{justify-content:center}}.favorites-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.favorites-modal{background:rgba(255,255,255,.95);border-radius:16px;padding:2rem;max-width:800px;max-height:80vh;overflow-y:auto;box-shadow:0 25px 50px #00000040;border:1px solid rgba(226,232,240,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:2rem auto;position:relative}.favorites-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;border-bottom:1px solid rgba(226,232,240,.8);padding-bottom:1rem}.favorites-header h2{margin:0;color:#1f2937;font-size:1.5rem}.favorites-close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#64748b;padding:.25rem;border-radius:4px;transition:all .2s ease}.favorites-close-button:hover{background:rgba(239,68,68,.1);color:#ef4444}.favorites-content{display:grid;gap:1rem}.favorite-item{display:flex;gap:1rem;padding:1rem;border:1px solid rgba(226,232,240,.8);border-radius:12px;background:rgba(248,250,252,.9)}.favorite-item-image{width:100px;height:100px;background-size:cover;background-position:center;border-radius:8px;flex-shrink:0}.favorite-item-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.favorite-item-info h4{margin:0;color:#1f2937;font-size:1.1rem}.favorite-item-info p{margin:0;color:#64748b;font-size:.9rem;line-height:1.4}.favorite-item-price{font-weight:700;color:#1f2937;font-size:1.1rem;margin-top:auto}.no-favorites{text-align:center;color:#64748b;font-size:1.1rem;padding:2rem}.privacy-policy-container{width:100%;margin:0 auto;padding:2rem;box-sizing:border-box;max-width:1100px;width:min(1100px,96%)}.privacy-policy-content{background:rgba(255,255,255,.9);border-radius:22px;padding:2rem;border:1px solid rgba(226,232,240,.8);box-shadow:0 20px 45px -30px #0f172a66}.privacy-policy-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.privacy-back-button{background:linear-gradient(135deg,rgba(184,134,11,.4),rgba(0,0,0,.8));color:#fff;border:none;padding:.6rem 1.2rem;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease;display:flex;align-items:center;gap:.5rem}.privacy-back-button:hover{transform:translateY(-1px);box-shadow:0 10px 20px -15px #b8860b99}.privacy-policy-title-box{display:inline-block;background:rgba(255,255,255,.9);border:1px solid rgba(226,232,240,.8);border-radius:8px;padding:.5rem 1rem;box-shadow:0 4px 12px -3px #0f172a40}.privacy-policy-title-box h2{margin:0;color:#1f2937;font-size:1.2rem;font-weight:600;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.privacy-policy-content h1{font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(2rem,3vw,2.8rem);margin:0;color:#000;font-weight:700;letter-spacing:.05em}.privacy-policy-content p{font-size:1.1rem;line-height:1.7;color:#475569;margin-bottom:1.5rem;text-align:justify}.privacy-policy-content p:last-child{margin-bottom:0}@media (max-width: 768px){.privacy-policy-container{padding:1rem}.privacy-policy-content{padding:1.5rem}.privacy-policy-title-box{padding:.4rem .8rem}.privacy-policy-title-box h2{font-size:1rem}.privacy-policy-content h1{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:1rem}.privacy-policy-content p{font-size:1rem;margin-bottom:1rem}}.floating-language-button{position:fixed;bottom:2rem;left:2rem;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,rgba(184,134,11,.8),rgba(0,0,0,.9));border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 25px -10px #b8860bb3;transition:transform .2s ease,box-shadow .2s ease;z-index:1004}.floating-language-button:hover{transform:translateY(-2px);box-shadow:0 12px 30px -10px #b8860bcc}.language-icon{width:24px;height:24px;color:#fff}.language-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:3001;padding:2rem;animation:fadeIn .3s ease}.language-modal{background:rgba(255,255,255,.95);border-radius:22px;padding:2rem;max-width:400px;width:90%;box-shadow:0 40px 80px -45px #0f172a59;border:1px solid rgba(226,232,240,.9);position:relative;animation:slideUp .3s ease}.language-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(226,232,240,.6)}.language-header h3{font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(1.3rem,2vw,1.5rem);margin:0;color:#1f2937;font-weight:700;letter-spacing:.05em}.language-close-button{background:transparent;border:none;color:#64748b;font-size:2rem;font-weight:300;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.language-close-button:hover{background:rgba(100,100,100,.1);color:#1f2937}.language-content{display:grid;gap:.8rem}.language-option{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:12px;background:rgba(248,250,252,.7);border:1px solid rgba(226,232,240,.6);cursor:pointer;transition:all .2s ease;font-weight:600;color:#475569}.language-option:hover{background:rgba(248,250,252,.9);border-color:#b8860b66;transform:translateY(-1px)}.language-option.active{background:linear-gradient(135deg,rgba(184,134,11,.4),rgba(0,0,0,.8));color:#fff;border-color:#b8860b99}.flag{font-size:1.5rem}.auth-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:3000;padding:2rem;animation:fadeIn .3s ease}.auth-popup{background:rgba(255,255,255,.95);border-radius:22px;padding:2rem;max-width:400px;width:90%;box-shadow:0 40px 80px -45px #0f172a59;border:1px solid rgba(226,232,240,.9);position:relative;animation:slideUp .3s ease}.auth-popup-close-button{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#64748b;font-size:2rem;font-weight:300;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.auth-popup-close-button:hover{background:rgba(100,100,100,.1);color:#1f2937}.auth-popup-content{text-align:center}.auth-popup-content h3{font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(1.3rem,2vw,1.5rem);margin:0 0 1rem;color:#1f2937;font-weight:700;letter-spacing:.05em}.auth-popup-content p{color:#475569;font-size:1rem;line-height:1.6;margin:0 0 1.5rem}.auth-popup-buttons{display:flex;gap:1rem;justify-content:center}.auth-popup-btn{padding:.8rem 1.5rem;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease;border:none}.auth-popup-btn.primary{background:linear-gradient(135deg,rgba(184,134,11,.8),rgba(0,0,0,.9));color:#fff}.auth-popup-btn.primary:hover{transform:translateY(-1px);box-shadow:0 20px 30px -20px #b8860b99}.auth-popup-btn.secondary{background:rgba(248,250,252,.9);color:#475569;border:1px solid rgba(226,232,240,.6)}.auth-popup-btn.secondary:hover{background:rgba(255,255,255,1);border-color:#b8860b66}@media (max-width: 768px){.floating-language-button{width:50px;height:50px}.language-icon{width:20px;height:20px}.language-modal{padding:1.5rem;width:95%}.language-header h3{font-size:clamp(1.1rem,4vw,1.3rem)}.language-option{padding:.8rem}.flag{font-size:1.2rem}.auth-popup{padding:1.5rem;width:95%}.auth-popup-content h3{font-size:clamp(1.1rem,4vw,1.3rem)}.auth-popup-btn{padding:.6rem 1.2rem;font-size:.9rem}.auth-popup-close-button{top:.8rem;right:.8rem;width:35px;height:35px;font-size:1.5rem}}.customizer-container{display:flex;flex-direction:column;min-height:auto;background:rgba(255,255,255,.9);border-radius:22px;padding:2rem;gap:1.5rem;color:#1f2937;max-width:1100px;width:min(1100px,96%);margin:0 auto;box-sizing:border-box}.customizer-header{display:flex;align-items:center;justify-content:flex-start;gap:1rem;margin-bottom:1rem;background:linear-gradient(135deg,rgba(184,134,11,.3),rgba(0,0,0,.7));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:18px;padding:1rem 2rem;box-shadow:0 20px 45px -25px #b8860b66}.customizer-header h2{font-size:clamp(1.8rem,2.5vw,2.4rem);color:#1f2937;text-shadow:0 0 15px rgba(255,255,255,.7);font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700}.back-button{background:linear-gradient(135deg,rgba(184,134,11,.4),rgba(0,0,0,.8));border:none;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 10px 20px -15px #b8860b4d}.back-button:hover{transform:translateY(-1px);box-shadow:0 15px 25px -10px #b8860b80}.customizer-content{display:grid;grid-template-columns:minmax(240px,360px) 1fr;gap:2rem;align-items:start;width:100%}.shoe-selection{background:rgba(248,250,252,.8);border-radius:16px;padding:1rem;border:1px solid rgba(226,232,240,.8)}.shoe-selection h3{font-size:1.2rem;margin-bottom:1rem;color:#1f2937}.shoe-models{display:flex;flex-direction:column;gap:1rem}.brand-selector{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.brand-option{padding:.75rem 1.5rem;border:1px solid rgba(148,163,184,.35);background:rgba(248,250,252,.9);border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.brand-option:hover{border-color:#3b82f680}.brand-option.active{background:rgba(59,130,246,.1);border-color:#3b82f64d}.shoe-model{display:flex;align-items:center;gap:1rem;padding:.75rem;border-radius:12px;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.shoe-model:hover{background:rgba(241,245,249,.8)}.shoe-model.active{background:rgba(59,130,246,.1);border-color:#3b82f64d}.shoe-model-image{width:60px;height:60px;border-radius:8px;background-size:cover;background-position:center;border:1px solid rgba(226,232,240,.8)}.customizer-main{display:grid;grid-template-columns:1fr;gap:1.5rem}.shoe-preview{background:rgba(248,250,252,.8);border-radius:16px;padding:1rem;border:1px solid rgba(226,232,240,.8);display:flex;flex-direction:column;align-items:center;gap:.75rem}.shoe-image-container{position:relative;width:100%;height:300px;border-radius:12px;overflow:hidden}.customization-blocks{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.custom-block{position:absolute;width:50px;height:50px;background:rgba(255,255,255,.9);border:2px solid #b8860b;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:all;transition:all .3s ease;font-size:20px;box-shadow:0 4px 12px #00000026}.custom-block:hover{background:rgba(184,134,11,.1);border-color:#b8860b;transform:scale(1.1);box-shadow:0 6px 16px #0003}.laces-block{top:25%;left:60%;transform:translate(-50%)}.middle-block{bottom:90px;right:30px;top:auto;left:auto;transform:none}.toe-block{top:50%;left:55%;transform:translate(-50%)}.laces-block:hover,.toe-block:hover{transform:translate(-50%) scale(1.1)}.middle-block:hover{transform:scale(1.1)}.customization-popup{position:absolute;top:10px;right:10px;background:rgba(255,255,255,.95);border:2px solid #2563eb;border-radius:12px;padding:.75rem;box-shadow:0 8px 25px #00000026;z-index:1000;min-width:250px;max-width:280px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.popup-content{display:flex;flex-direction:column;gap:1rem}.popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.popup-header h3{margin:0;color:#1f2937;font-size:.95rem}.popup-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#64748b;padding:.25rem;border-radius:4px;transition:all .2s ease}.popup-close:hover{background:rgba(239,68,68,.1);color:#ef4444}.popup-options{display:flex;flex-direction:column;gap:.5rem}.option-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.option-button{background:rgba(248,250,252,.9);border:1px solid rgba(148,163,184,.35);border-radius:8px;padding:.5rem;cursor:pointer;transition:all .2s ease;font-size:.8rem;font-weight:500;color:#1f2937;text-align:center}.option-button:hover{background:rgba(59,130,246,.1);border-color:#3b82f680;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.color-option{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3);border-color:#0003}.color-option:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 6px 16px #00000026}.shoe-image{width:100%;height:100%;background-size:contain;background-position:center;background-repeat:no-repeat;position:relative;z-index:1}.shoe-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.shoe-part{position:absolute;opacity:.6;mix-blend-mode:multiply}.shoe-part.base{top:15%;left:10%;width:80%;height:50%}.shoe-part.stripes{top:20%;left:25%;width:50%;height:15%}.shoe-part.tongue{top:25%;left:40%;width:20%;height:20%}.shoe-part.sole{top:65%;left:10%;width:80%;height:15%}.shoe-part.toe{top:15%;left:15%;width:30%;height:20%}.shoe-part.heel{top:25%;left:60%;width:25%;height:15%}.shoe-part.shell-toe{top:15%;left:15%;width:30%;height:20%;border-radius:50% 50% 0 0}.shoe-part.strap{top:40%;left:35%;width:30%;height:10%}.shoe-info{text-align:center}.shoe-info h3{font-size:1.3rem;margin-bottom:.5rem;color:#1f2937}.price{font-size:1.5rem;font-weight:700;color:#1f2937}.customization-options{display:flex;flex-direction:column;gap:1.5rem}.customization-section{background:rgba(248,250,252,.8);border-radius:16px;padding:1rem;border:1px solid rgba(226,232,240,.8)}.customization-section h4{font-size:1.1rem;margin-bottom:1rem;color:#1f2937}.size-selector{display:flex;flex-wrap:wrap;gap:.5rem}.size-option{width:40px;height:40px;border:1px solid rgba(148,163,184,.35);background:rgba(248,250,252,.9);border-radius:8px;font-weight:600;color:#000;cursor:pointer;transition:all .2s ease}.size-option:hover{border-color:#3b82f680}.size-option.active{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border-color:transparent}.material-selector{display:flex;flex-direction:column;gap:.5rem}.material-option{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border:1px solid rgba(148,163,184,.35);background:rgba(248,250,252,.9);border-radius:8px;cursor:pointer;transition:all .2s ease}.material-option:hover{border-color:#3b82f680}.material-option.active{background:rgba(59,130,246,.1);border-color:#3b82f64d}.material-price{font-size:.9rem;color:#64748b}.color-options{display:flex;flex-direction:column;gap:1rem}.part-color-selector{display:flex;flex-direction:column;gap:.5rem}.part-color-selector label{font-weight:600;color:#1f2937}.color-swatches{display:flex;flex-wrap:wrap;gap:.5rem}.color-swatch{width:32px;height:32px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:all .2s ease;position:relative;box-sizing:border-box}.color-swatch:hover{transform:scale(1.1)}.color-swatch.active{border-color:#1f2937;box-shadow:0 0 0 2px #fff,0 0 0 4px #1f2937}.customizer-footer{display:flex;justify-content:center;padding-top:1rem}@media (max-width: 1024px){.customizer-content,.customizer-main{grid-template-columns:1fr}}@media (max-width: 768px){.customizer-container{padding:1rem}.shoe-models{flex-direction:row;overflow-x:auto;padding-bottom:.5rem}.shoe-model{min-width:150px}.brand-selector{justify-content:center}}.lace-selector,.detail-selector,.extra-selector{display:flex;flex-direction:column;gap:.5rem}.lace-option,.detail-option,.extra-option{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border:1px solid rgba(148,163,184,.35);background:rgba(248,250,252,.9);border-radius:8px;cursor:pointer;transition:all .2s ease}.lace-option:hover,.detail-option:hover,.extra-option:hover{border-color:#3b82f680}.lace-option.active,.detail-option.active,.extra-option.active{background:rgba(59,130,246,.1);border-color:#3b82f64d}.lace-details{font-size:.8rem;color:#1f2937;font-style:italic}.customization-options-horizontal{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.customization-row{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.customization-row:last-child{margin-bottom:0}.customization-item{background:rgba(255,255,255,.7);border-radius:12px;padding:.75rem;border:1px solid rgba(226,232,240,.6);flex:1;min-width:180px}.customization-item h5{font-size:.9rem;margin-bottom:.5rem;color:#1f2937;font-weight:600}.shoe-preview-block{background:rgba(248,250,252,.8);border-radius:16px;padding:1rem;border:1px solid rgba(226,232,240,.8);margin-bottom:1rem}.shoe-preview-block h3{font-size:1.2rem;margin-bottom:1rem;color:#1f2937;text-align:center}.image-gallery-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:3000;padding:2rem}.image-gallery-modal{background:rgba(255,255,255,.95);border-radius:22px;padding:2rem;max-width:90%;max-height:90vh;box-shadow:0 40px 80px -45px #0f172a59;position:relative;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.gallery-close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#64748b;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.gallery-close-button:hover{background-color:#0000001a;color:#1f2937}.gallery-image-container{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem}.gallery-main-image{max-width:100%;max-height:400px;object-fit:contain;border-radius:12px;box-shadow:0 10px 25px -12px #00000026;cursor:pointer;transition:transform .2s ease}.gallery-main-image:hover{transform:scale(1.02);box-shadow:0 15px 30px -15px #00000040}.gallery-thumbnails{display:flex;align-items:center;gap:1rem;width:100%;justify-content:center}.thumbnails-container{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem;max-width:100%;justify-content:center}.thumbnail{border:none;background:none;padding:.25rem;cursor:pointer;border-radius:8px;transition:all .2s ease;position:relative;overflow:hidden}.thumbnail:hover{transform:scale(1.05)}.thumbnail.active{background:linear-gradient(135deg,rgba(184,134,11,.4),rgba(0,0,0,.8));border-radius:8px;box-shadow:0 4px 12px -8px #b8860b4d}.thumbnail-img{width:60px;height:60px;object-fit:cover;border-radius:6px;transition:all .3s ease}.thumbnail.active .thumbnail-img{transform:scale(1.1);border:2px solid rgba(184,134,11,.6)}.gallery-arrow{background:linear-gradient(135deg,rgba(184,134,11,.4),rgba(0,0,0,.8));color:#fff;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:600;transition:all .2s ease}.gallery-arrow:hover:not(.disabled){transform:scale(1.1);box-shadow:0 8px 25px -12px #b8860b66}.gallery-arrow.disabled{opacity:.3;cursor:not-allowed}.main-image-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:3001;padding:2rem}.main-image-modal{background:rgba(255,255,255,.95);border-radius:22px;padding:2rem;max-width:95%;max-height:95vh;box-shadow:0 40px 80px -45px #0f172a59;position:relative;display:flex;flex-direction:column;align-items:center}.main-image-container{display:flex;justify-content:center;align-items:center}.main-modal-image{max-width:100%;max-height:80vh;object-fit:contain;border-radius:12px;box-shadow:0 10px 25px -12px #00000026;cursor:pointer;transition:transform .2s ease}.main-modal-image:hover{transform:scale(1.02);box-shadow:0 15px 30px -15px #00000040}@media (max-width: 768px){.image-gallery-modal{padding:1rem;max-width:95%}.gallery-main-image{max-height:300px}.thumbnail-img{width:50px;height:50px}.gallery-arrow{width:35px;height:35px}.main-image-modal{max-width:95%;max-height:90vh}}:root{font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#1f2933;background-color:#f5f7fa;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#d7e2f2);overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer}
