:root{font-family:Avenir,Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-width:320px;min-height:100vh;width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--color-black: #000000;--color-white: #ffffff;--color-gray-light: #f5f5f5;--color-gray-medium: #cccccc;--color-gray-dark: #333333;--color-accent: #000000;--font-display: "Avenir", "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: "Avenir", "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--text-display: 3.5rem;--text-h1: 2.5rem;--text-h2: 2rem;--text-body: 1rem;--text-caption: .875rem;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--timing-fast: .15s;--timing-normal: .3s;--timing-slow: .5s;--shadow-subtle: 0 2px 8px rgba(0, 0, 0, .08);--shadow-medium: 0 4px 16px rgba(0, 0, 0, .12);--shadow-strong: 0 8px 32px rgba(0, 0, 0, .16);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:100%}body{font-family:var(--font-body);font-size:var(--text-body);line-height:1.6;color:var(--color-black);background-color:var(--color-white);overflow-x:hidden;width:100%;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.2;margin-bottom:var(--space-md)}h1{font-size:var(--text-h1)}h2{font-size:var(--text-h2)}p{margin-bottom:var(--space-md);line-height:1.7}a{color:var(--color-black);text-decoration:none;transition:all var(--timing-fast) ease}a:hover{opacity:.7}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none;transition:all var(--timing-normal) ease}button:focus-visible{outline:2px solid var(--color-black);outline-offset:2px}input,textarea,select{font-family:inherit;font-size:inherit;border:1px solid var(--color-gray-medium);border-radius:var(--radius-sm);padding:var(--space-sm) var(--space-md);transition:border-color var(--timing-fast) ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--color-black)}#root{width:100%;min-height:100vh}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--space-md)}@media (min-width: 768px){.container{padding:0 var(--space-xl)}}.fade-in{animation:fadeIn var(--timing-slow) ease forwards}.slide-up{animation:slideUp var(--timing-slow) ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hover-lift{transition:transform var(--timing-normal) ease}.hover-lift:hover{transform:translateY(-2px)}.spinner{width:40px;height:40px;border:2px solid var(--color-gray-light);border-top:2px solid var(--color-black);border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 480px){:root{--text-display: 2.5rem;--text-h1: 2rem;--text-h2: 1.5rem}.container{padding:0 var(--space-md)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast: high){:root{--color-gray-medium: #666666}}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem}.loading-container p{color:var(--color-gray-dark);font-family:var(--font-body);font-size:var(--text-body);margin-top:var(--space-md)}.spinner-small{width:20px;height:20px}.spinner-medium{width:40px;height:40px}.spinner-large{width:60px;height:60px}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center;padding:2rem}.error-container h2{color:var(--color-black);font-family:var(--font-display);font-size:var(--text-h2);margin-bottom:var(--space-md)}.error-container p{color:var(--color-gray-dark);font-family:var(--font-body);font-size:var(--text-body)}.no-products-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center;padding:2rem}.no-products-container h2{color:var(--color-black);font-family:var(--font-display);font-size:var(--text-h2);margin-bottom:var(--space-md)}.no-products-container p{color:var(--color-gray-dark);font-family:var(--font-body);font-size:var(--text-body)}.model-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:var(--space-lg)}.model-error p{color:var(--color-gray-dark);font-family:var(--font-body);font-size:var(--text-body);margin-bottom:var(--space-sm)}.model-error small{color:var(--color-gray-medium);font-family:var(--font-body);font-size:var(--text-caption)}.screen-saver-container{position:relative;width:calc(100% - 16rem);max-width:1200px;min-height:75vh;background-color:var(--color-white);display:flex;flex-direction:column;overflow:hidden;padding-top:120px;margin:0 auto}.screen-saver-image-wrapper{position:relative;width:100%;flex:1;min-height:60vh;height:60vh;overflow:hidden;-webkit-user-select:none;user-select:none;display:block;padding:0 2rem;background-color:var(--color-white)}.screen-saver-image{position:absolute;top:0;left:0;width:100%;height:100%;will-change:transform;display:block}.screen-saver-image-prev,.screen-saver-image-next{opacity:.9}.screen-saver-image-element{width:100%;height:100%;max-width:100%;object-fit:cover;object-position:center;display:block}.screen-saver-button-container{position:relative;width:100%;display:flex;justify-content:center;align-items:center;padding:var(--space-2xl) 0;z-index:10;min-height:60px}.screen-saver-button{padding:var(--space-md) var(--space-2xl);border:2px solid var(--color-black)!important;background:transparent;color:var(--color-black);font-family:var(--font-body);font-size:var(--text-body);font-weight:500;letter-spacing:.5px;cursor:pointer;transition:all var(--timing-normal) ease;white-space:nowrap;outline:none}.screen-saver-button:hover{background:#0000000d;transform:translateY(-2px);border-color:var(--color-black)!important}.screen-saver-button:focus{border-color:var(--color-black)!important;outline:none;box-shadow:0 0 0 3px #0000001a}.screen-saver-button:active{transform:translateY(0);border-color:var(--color-black)!important}@media (max-width: 768px){.screen-saver-container{width:calc(100% - 4rem);min-height:70vh;padding-top:80px}.screen-saver-image-wrapper{min-height:50vh;padding:0 1rem}.screen-saver-button{padding:var(--space-sm) var(--space-xl);font-size:var(--text-caption)}}.product-modal .modal{max-width:1800px;width:98vw;height:95vh;max-height:1000px;min-height:800px;overflow:hidden}.product-modal-content{height:100%;display:flex;flex-direction:column}.product-modal-desktop{display:flex;height:100%;gap:2rem}.product-modal-viewer{flex:1;min-height:0;position:relative}.product-modal-info{flex:0 0 450px;overflow-y:auto;overflow-x:hidden;padding-right:1rem;height:100%;box-sizing:border-box}.product-modal-mobile{display:none;flex-direction:column;height:100%}.product-modal-viewer-mobile{flex:0 0 50%;min-height:0;position:relative}.product-modal-info-mobile{flex:1;overflow-y:auto;overflow-x:hidden;padding:1rem;height:100%;box-sizing:border-box}.model3d-viewer{width:100%;height:100%;position:relative;background:#f8f8f8;border-radius:8px;overflow:hidden}.model3d-viewer.mobile{border-radius:0}.viewer-controls-hint{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;pointer-events:none;z-index:10}.viewer-controls-hint p{margin:0;text-align:center}.modal-model-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#666}.modal-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #333;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.modal-model-error{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#666}.retry-button{background:#333;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;margin-top:1rem}.retry-button:hover{background:#555}.product-info{display:flex;flex-direction:column;gap:1.5rem;font-family:Avenir,Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.product-header{border-bottom:1px solid #eee;padding-bottom:1rem}.product-name{font-family:Avenir,Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2rem;font-weight:700;color:#000;margin:0 0 .5rem;line-height:1.2}.product-price{font-size:1.5rem;font-weight:500;color:#000}.variant-selector{position:relative}.variant-current{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:2px solid #eee;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#fff}.variant-current:hover{border-color:#333}.variant-current:focus{outline:2px solid #333;outline-offset:2px}.variant-info{display:flex;flex-direction:column;gap:.25rem}.variant-name{font-weight:500;color:#000}.variant-price{font-size:.875rem;color:#666}.variant-arrow{transition:transform .2s ease}.variant-arrow.expanded{transform:rotate(180deg)}.variant-options{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #333;border-top:none;border-radius:0 0 8px 8px;max-height:300px;overflow-y:auto;z-index:100}.variant-group{border-bottom:1px solid #eee}.variant-group:last-child{border-bottom:none}.variant-group-title{padding:.75rem 1rem .5rem;font-weight:500;color:#666;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.variant-option{padding:1rem;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f5f5f5}.variant-option:hover{background:#f8f8f8}.variant-option.selected{background:#f0f0f0}.variant-option:last-child{border-bottom:none}.option-content{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.option-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.option-name{font-weight:500;color:#000}.option-description{font-size:.875rem;color:#666}.option-dimensions{font-size:.75rem;color:#999}.option-price{font-weight:500;color:#000;white-space:nowrap}.series-badge{position:absolute;top:.5rem;right:.5rem;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.series-badge.limited{background:#333;color:#fff}.series-badge.infinite{background:#e8f5e8;color:#2d5a2d}.stock-display{padding:1rem;border-radius:8px;border:1px solid #eee}.stock-display.infinite{background:#f0f8f0;border-color:#d4e6d4;color:#2d5a2d}.stock-display.available{background:#f0f8ff;border-color:#cce7ff;color:#1e3a8a}.stock-display.out-of-stock{background:#fff5f5;border-color:#fecaca;color:#dc2626}.stock-content{display:flex;align-items:center;gap:.75rem}.stock-icon{flex-shrink:0}.stock-info{display:flex;flex-direction:column;gap:.25rem}.stock-message{font-weight:500}.series-info{font-size:.875rem;opacity:.8}.stock-warning{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:.5rem;background:#ffc1071a;border-radius:4px;font-size:.875rem;color:#b45309}.stock-notification{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:.5rem;background:#dc26261a;border-radius:4px;font-size:.875rem;color:#dc2626}.product-details{border:1px solid #eee;border-radius:8px;overflow:hidden;flex-shrink:0}.details-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border:none;cursor:pointer;font-weight:500;transition:background-color .2s ease}.details-toggle:hover{background:#f8f8f8}.details-toggle:focus{outline:2px solid #333;outline-offset:-2px}.details-arrow{transition:transform .2s ease}.details-arrow.expanded{transform:rotate(180deg)}.details-content{padding:1rem;background:#fafafa;border-top:1px solid #eee;transition:all .3s ease;overflow:hidden}.detail-item{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.5rem 0;border-bottom:1px solid #eee}.detail-item:last-child{border-bottom:none}.detail-label{font-weight:500;color:#666;font-size:.875rem;min-width:120px}.detail-value{color:#000;text-align:right;flex:1}.detail-value.price{font-weight:500}.additional-info{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.info-note{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:#666;line-height:1.4}.purchase-section{background:#fafafa;padding:1.5rem;border-radius:8px;border:1px solid #eee}.quantity-selector{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.quantity-selector label{font-weight:500;color:#000}.quantity-controls{display:flex;align-items:center;gap:.5rem;max-width:150px}.quantity-btn{width:40px;height:40px;border:2px solid #eee;background:#fff;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:500;transition:all .2s ease}.quantity-btn:hover:not(:disabled){border-color:#333;background:#f8f8f8}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-input{flex:1;height:40px;border:2px solid #eee;border-radius:4px;text-align:center;font-size:1rem;font-weight:500}.quantity-input:focus{outline:none;border-color:#333}.buy-button{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:#fff;color:#000;border:2px solid #000;border-radius:8px;font-size:1.125rem;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative;min-height:60px}.buy-button:hover:not(:disabled){background:#f8f8f8;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.buy-button:active:not(:disabled){transform:translateY(0)}.buy-button.disabled{background:#f5f5f5;color:#999;border-color:#ddd;cursor:not-allowed;transform:none;box-shadow:none}.buy-button.success{background:#22c55e;color:#fff;border-color:#22c55e}.buy-button.success:hover{background:#16a34a;border-color:#16a34a}.button-icon{flex-shrink:0}.button-text{flex:1;text-align:center}.button-price{font-size:1rem;opacity:.9}.loading-spinner .spinner{width:20px;height:20px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.stock-reminder{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#3b82f61a;border-radius:6px;font-size:.875rem;color:#1e40af}.additional-info{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eee}.info-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f5f5f5}.info-item:last-child{border-bottom:none}.info-label{font-weight:500;color:#666;font-size:.875rem}.info-value{color:#000;font-size:.875rem}@media (max-width: 1024px){.product-modal .modal{width:98vw;height:95vh;max-height:none}.product-modal-desktop{display:none}.product-modal-mobile{display:flex}.product-modal-info-mobile{flex:0 0 50%}.product-name{font-size:1.75rem}.product-price{font-size:1.25rem}}@media (max-width: 768px){.product-modal .modal{width:100vw;height:100vh;border-radius:0}.product-modal-viewer-mobile{flex:0 0 45%}.product-modal-info-mobile{flex:1;padding:1rem}.product-name{font-size:1.5rem}.product-price{font-size:1.125rem}.buy-button{padding:1rem;font-size:1rem}.viewer-controls-hint{bottom:.5rem;font-size:.75rem;padding:.375rem .75rem}}@media (max-width: 480px){.product-modal-info-mobile{padding:.75rem}.product-name{font-size:1.25rem}.variant-current{padding:.75rem}.purchase-section{padding:1rem}.buy-button{padding:.875rem;font-size:.875rem;min-height:50px}}.product-modal-info::-webkit-scrollbar,.product-modal-info-mobile::-webkit-scrollbar{width:6px}.product-modal-info::-webkit-scrollbar-track,.product-modal-info-mobile::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.product-modal-info::-webkit-scrollbar-thumb,.product-modal-info-mobile::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.product-modal-info::-webkit-scrollbar-thumb:hover,.product-modal-info-mobile::-webkit-scrollbar-thumb:hover{background:#999}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.variant-current:focus,.details-toggle:focus,.quantity-btn:focus,.quantity-input:focus,.buy-button:focus,.option-button:focus{outline:2px solid #333;outline-offset:2px}@media (prefers-contrast: high){.product-modal{border:2px solid #000}.variant-current,.stock-display,.product-details,.purchase-section{border-width:2px}}.error-boundary{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:200px;background:#f8f8f8;border:1px solid #eee;border-radius:8px}.error-boundary-content{text-align:center;padding:2rem;color:#666}.error-boundary h3{color:#333;margin-bottom:1rem}.error-boundary p{margin-bottom:1.5rem}.error-details{margin-top:1rem;text-align:left;font-size:.75rem;background:#f5f5f5;padding:1rem;border-radius:4px;max-height:200px;overflow:auto}.error-details pre{white-space:pre-wrap;word-break:break-word}.contact-form-modal{padding:2rem;max-width:500px;margin:0 auto}.contact-form-modal .modal-title{font-family:Avenir,Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.75rem;font-weight:700;color:#000;margin:0 0 .75rem;text-align:center}.contact-form-description{font-family:Avenir,Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.95rem;font-weight:400;color:#666;line-height:1.6;text-align:center;margin:0 0 1.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-weight:500;color:#333;font-size:.875rem}.form-input{padding:.75rem;border:2px solid #eee;border-radius:8px;font-size:1rem;font-family:Avenir,Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:border-color .2s ease}.form-input:focus{outline:none;border-color:#333}.form-input.error{border-color:#dc2626}.form-input:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.6}.form-error{font-size:.875rem;color:#dc2626;margin-top:-.25rem}.form-actions{display:flex;gap:1rem;margin-top:.5rem}.btn-primary{width:100%;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:2px solid;background:#000;color:#fff;border-color:#000}.btn-primary:hover:not(:disabled){background:#333;border-color:#333;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.btn-primary:disabled{background:#666;border-color:#666;cursor:not-allowed;transform:none;opacity:.6}.contact-to-order-text{font-size:.875rem;color:#666;line-height:1.6;margin-bottom:1rem}@media (max-width: 768px){.contact-form-modal{padding:1.5rem}.contact-form-modal .modal-title{font-size:1.5rem}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;border-bottom:1px solid #e5e5e5;height:80px;transition:height .4s ease-in-out}.header-large{height:120px}.header.header-large[style*=height]{transition:none!important}.header-container{display:flex;align-items:center;height:100%;padding:0 2rem;max-width:1200px;margin:0 auto}.header-logo{height:100%;display:flex;align-items:center}.logo-image{height:100%;width:auto;object-fit:contain}.header-spacer{flex:1}.header-right{display:flex;align-items:center;gap:1rem;margin-left:auto}.language-selector{position:relative;z-index:1000}.language-button{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:transparent;border:1px solid #e5e5e5;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:.9rem;color:#333}.language-button:hover{background:#f8f9fa;border-color:#999}.language-flag{font-size:1.25rem;line-height:1}.language-code{font-weight:600;text-transform:uppercase}.language-chevron{transition:transform .2s ease;color:#666}.language-chevron.open{transform:rotate(180deg)}.language-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 12px #0000001a;overflow:hidden;min-width:160px;z-index:1001}.language-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:#fff;border:none;text-align:left;cursor:pointer;transition:background .2s ease;font-size:.9rem;color:#333}.language-option:hover{background:#f8f9fa}.language-option.active{background:#f0f0f0}.language-name{flex:1;font-weight:500}.language-check{color:#22c55e;flex-shrink:0}.home-page{padding-top:80px;min-height:100vh}.home-page-with-screensaver{padding-top:0}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:2rem;padding-top:calc(80px + 2rem);max-width:1400px;margin:0 auto;width:100%}@media (min-width: 1000px){.product-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.product-grid:has(.product-card:nth-child(3)){grid-template-columns:repeat(3,1fr)}}.product-card{cursor:pointer;width:100%;min-width:0}.product-card:hover{transform:translateY(-4px);transition:transform .3s ease}.product-image{width:100%;height:400px;object-fit:cover;border-radius:12px;margin-bottom:0;content-visibility:auto;will-change:transform;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;aspect-ratio:4 / 3}.product-info{text-align:center;display:none}.product-name{font-size:1.5rem;font-weight:400;margin-bottom:.5rem;color:#333}.product-price{font-size:1.1rem;font-weight:500;color:#666}.product-image-container{position:relative;overflow:hidden;border-radius:12px}.product-name-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.4) 50%,transparent 100%);opacity:0;transform:translateY(10px);transition:opacity .3s ease-in-out,transform .3s ease-in-out;pointer-events:none}.product-image-container:hover .product-name-overlay{opacity:1;transform:translateY(0)}.product-name-overlay .product-name{font-size:1.5rem;font-weight:400;margin:0;color:#fff;text-align:center}.product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:12px;color:#ccc;min-height:400px}.product-placeholder{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.placeholder-image{margin-bottom:1rem;color:#ccc}.placeholder-text{font-size:1.2rem;color:#666}.product-page{padding-top:80px;min-height:100vh;position:relative}.back-button{grid-column:1 / -1;display:flex;align-items:center;gap:.5rem;padding:.5rem 0;margin-bottom:1rem;background:transparent;border:none;color:#666;font-size:.9rem;font-weight:400;cursor:pointer;transition:all .2s ease;width:fit-content}.back-button:hover{color:#333;transform:translate(-3px)}.back-button svg{flex-shrink:0;transition:transform .2s ease}.back-button:hover svg{transform:translate(-2px)}.product-page-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:2rem;max-width:1400px;margin:0 auto;width:100%;box-sizing:border-box}.product-images{display:flex;flex-direction:column;gap:1.5rem;width:100%;min-width:0}.main-image-container{width:100%;position:relative;display:flex;justify-content:center;align-items:center;background:#fafafa;border-radius:12px;overflow:hidden}.main-image{width:100%;height:auto;max-height:600px;object-fit:contain;display:block;content-visibility:auto;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.thumbnail-carousel{display:flex;gap:.75rem;flex-wrap:wrap}.thumbnail{flex-shrink:0;width:100px;height:100px;border-radius:8px;overflow:hidden;cursor:pointer;border:3px solid #e5e5e5;transition:all .2s ease;position:relative;background:#fafafa}.thumbnail:hover{border-color:#999}.thumbnail.active{border-color:#333}.thumbnail-image{width:100%;height:100%;object-fit:cover;display:block;content-visibility:auto;image-rendering:-webkit-optimize-contrast}.product-details{display:flex;flex-direction:column;gap:2rem;padding:0}.product-info{display:flex;flex-direction:column;gap:1.5rem}.product-header{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem 0;border-bottom:2px solid #e5e5e5}.product-header .product-name{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0;line-height:1.2}.product-header .product-price{font-size:1.75rem;font-weight:600;color:#333;margin:0}.product-tagline{font-size:.9rem;font-weight:700;color:#666;margin:0 0 .5rem;line-height:1.5;text-transform:uppercase;letter-spacing:.5px}.product-short-description{font-size:.95rem;font-weight:400;color:#333;margin:0 2rem .75rem;line-height:1.6;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.product-manufacturing-info{font-size:.85rem;font-weight:400;color:#999;margin:0 2rem 1rem;line-height:1.5;font-style:italic}.variant-section{display:flex;flex-direction:column;gap:1rem}.variant-section h3{font-size:1.1rem;font-weight:600;color:#333;margin:0}.details-section{display:flex;flex-direction:column;gap:1.5rem}.details-section .product-details{border:none;padding:0}.product-info.desktop .product-details{margin-right:1.5rem;padding:0 2rem}.product-details-collapsible{display:flex;flex-direction:column;gap:0;margin:0 2rem}.details-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:.75rem 0;cursor:pointer;text-align:left;transition:all .2s ease}.details-toggle:hover{opacity:.7}.details-toggle .details-heading{margin:0;font-size:.95rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.details-chevron{flex-shrink:0;transition:transform .3s ease;color:#666}.details-chevron.expanded{transform:rotate(180deg)}.product-details-collapsible .details-list{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #f0f0f0}.details-heading{margin:0;font-size:1.1rem;font-weight:600;color:#1a1a1a}.details-list{margin:0;padding:0;display:flex;flex-direction:column}.detail-item{display:grid;grid-template-columns:minmax(140px,180px) 1fr;align-items:baseline;gap:1.5rem;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.detail-item:last-of-type{border-bottom:none}.detail-label{font-size:.95rem;font-weight:500;color:#666;margin:0;text-align:left;margin-right:1rem}.detail-value{font-size:.95rem;font-weight:400;color:#1a1a1a;text-align:left;margin:0}.detail-value.price{font-weight:600}.purchase-section{display:flex;flex-direction:column;gap:1.5rem}.buy-section{width:100%}.buy-button-container{display:flex;flex-direction:column;gap:1rem}.buy-button{width:100%;display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.25rem 2rem;background:#1a1a1a;color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease;position:relative}.buy-button:hover:not(.disabled){background:#333;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.buy-button:active:not(.disabled){transform:translateY(0)}.buy-button.disabled{background:#e5e5e5;color:#999;cursor:not-allowed}.button-icon{display:flex;align-items:center;justify-content:center}.button-text{flex:1}.button-price{font-weight:700;padding-left:1rem;border-left:1px solid rgba(255,255,255,.2)}.loading-spinner{display:flex;align-items:center;justify-content:center}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.stock-reminder{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f8f9fa;border-radius:8px;font-size:.9rem;color:#666}.stock-reminder svg{flex-shrink:0;color:#999}.product-not-found{text-align:center;padding:4rem 2rem}.footer{background:#1a1a1a;color:#fff;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:3rem 2rem 1rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2rem}.footer-brand{max-width:300px}.footer-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#f8f9fa}.footer-description{font-size:.95rem;line-height:1.6;color:#adb5bd}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column-title{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#f8f9fa}.footer-list{list-style:none;padding:0;margin:0}.footer-list li{margin-bottom:.5rem}.footer-link{color:#adb5bd;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-link:hover{color:#f8f9fa}.footer-text{color:#adb5bd;font-size:.9rem}.footer-social{display:flex;flex-direction:column;gap:.5rem}.footer-social-link{color:#adb5bd;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-social-link:hover{color:#f8f9fa}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #333;flex-wrap:wrap;gap:1rem}.footer-copyright{color:#adb5bd;font-size:.85rem;margin:0}.footer-legal{display:flex;gap:1.5rem}.footer-legal-link{color:#adb5bd;text-decoration:none;font-size:.85rem;transition:color .3s ease}.footer-legal-link:hover{color:#f8f9fa}@media (max-width: 768px){.header-container{padding:0 1rem}.language-button{padding:.4rem .6rem;font-size:.85rem}.language-flag{font-size:1.1rem}}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:1fr;gap:1.5rem}.footer-bottom{flex-direction:column;text-align:center}}@media (max-width: 768px){.product-grid{grid-template-columns:1fr;gap:1.5rem;padding:1rem;padding-top:calc(80px + 1rem)}.product-image{height:300px}.product-image-placeholder{min-height:300px}.product-page-container{grid-template-columns:1fr;gap:2rem;padding:1rem}.back-button{padding:.4rem 0;margin-bottom:.75rem;font-size:.85rem}.main-image{height:400px}}@media (min-width: 769px) and (max-width: 999px){.product-grid{grid-template-columns:repeat(2,1fr)}}.order-success-content{padding:2rem;max-width:600px;margin:0 auto}.order-success-loading,.order-success-error,.order-success-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:300px}.success-icon{width:80px;height:80px;border-radius:50%;background:#22c55e;color:#fff;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.error-icon{font-size:4rem;margin-bottom:1rem}.order-success-loading p{margin-top:1rem;color:#666;font-size:1rem}.order-success-header h1{font-size:2rem;margin-bottom:.5rem;color:#000}.order-number{color:#666;font-size:.95rem;margin-bottom:2rem}.order-details{margin:2rem 0;border:1px solid #eee;border-radius:8px;padding:1.5rem;background:#fafafa}.detail-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #eee}.detail-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.detail-section h3{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#000}.info-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.info-row .label{font-weight:600;color:#666}.info-row .value{color:#000}.address{color:#666;line-height:1.6}.order-items{display:flex;flex-direction:column;gap:.75rem}.order-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border:1px solid #eee;border-radius:4px}.item-info{display:flex;flex-direction:column;gap:.25rem}.item-name{font-weight:600;color:#000}.item-quantity{font-size:.875rem;color:#666}.item-price{font-weight:600;color:#000;font-size:1.1rem}.order-total{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#f0f0f0;border-radius:8px;margin-top:1.5rem;border:2px solid #333}.total-label{font-weight:600;font-size:1.2rem;color:#000}.total-amount{font-weight:700;font-size:1.5rem;color:#000}.order-status{margin:1.5rem 0;display:flex;justify-content:center}.status-badge{padding:.5rem 1.5rem;border-radius:20px;font-weight:600;font-size:.95rem}.status-paid{background:#22c55e;color:#fff}.order-success-footer{margin-top:2rem;text-align:center}.confirmation-message{color:#666;font-size:.95rem;margin-bottom:1.5rem}.btn-primary{background:#000;color:#fff;border:2px solid #000;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary:hover{background:#333;border-color:#333}.btn-secondary{background:#fff;color:#000;border:2px solid #000;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:#f0f0f0}.btn-continue{width:100%;max-width:300px}.order-success-fallback h1{font-size:2rem;margin-bottom:1rem;color:#000}.payment-confirmed{font-size:1.1rem;color:#22c55e;font-weight:600;margin-bottom:1.5rem}.fallback-message{background:#f8f8f8;border:1px solid #eee;border-radius:8px;padding:1.5rem;margin:1.5rem 0}.fallback-message p{color:#666;line-height:1.6;margin-bottom:.75rem}.fallback-message p:last-child{margin-bottom:0}.session-info{font-size:.85rem;color:#999;font-family:monospace;word-break:break-all}.fallback-actions{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:300px}.order-success-error h2{font-size:1.5rem;color:#dc2626;margin-bottom:1rem}.order-success-error p{color:#666;margin-bottom:1.5rem}@media (max-width: 768px){.order-success-content{padding:1.5rem}.order-success-header h1,.order-success-fallback h1{font-size:1.5rem}.order-details,.order-total{padding:1rem}.total-label{font-size:1rem}.total-amount{font-size:1.25rem}.success-icon{width:60px;height:60px;font-size:2rem}}.modal-portal{position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;z-index:99999!important;display:flex!important;align-items:center!important;justify-content:center!important;pointer-events:auto!important}.modal-backdrop{position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;background:#000000bf!important;z-index:99998!important}.modal{position:relative!important;background:#fff!important;border-radius:12px!important;box-shadow:0 20px 60px #00000080!important;z-index:99999!important;max-height:90vh!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;pointer-events:auto!important}.modal-small{width:90%;max-width:400px}.modal-medium{width:90%;max-width:600px}.modal-large{width:90%;max-width:800px}.modal-fullscreen{width:100%;height:100%;max-height:100vh;border-radius:0}.modal-content{display:flex;flex-direction:column;height:100%}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e5e5;flex-shrink:0}.modal-title{font-size:1.5rem;font-weight:600;margin:0;color:#000}.modal-close-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;border-radius:4px;color:#666;cursor:pointer;transition:all .2s ease}.modal-close-button:hover{background:#f5f5f5;color:#000}.modal-body{flex:1;overflow-y:auto;overflow-x:hidden}
