#furnitty-widget-root{position:fixed;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5;box-sizing:border-box}#furnitty-widget-root *,#furnitty-widget-root *:before,#furnitty-widget-root *:after{box-sizing:border-box}.fw-chat-button{position:fixed;bottom:20px;right:20px;width:56px;height:56px;border-radius:50%;border:none;cursor:pointer;box-shadow:0 4px 12px #667eea4d;display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s;z-index:10000;padding:0;background:linear-gradient(135deg,#667eea,#764ba2)!important}.fw-chat-button:hover{transform:scale(1.05);box-shadow:0 6px 20px #667eea66}.fw-chat-button:active{transform:scale(.95)}.fw-chat-button-icon{font-size:24px;line-height:1;color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.fw-chat-button-icon-svg{width:24px;height:24px;color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.fw-chat-button-text{font-size:18px;font-weight:700;line-height:1;color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2));letter-spacing:.5px}.fw-chat-button-tooltip{position:absolute;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:48px 32px 32px;border-radius:8px;font-size:16px;opacity:0;visibility:hidden;transition:opacity .2s,transform .2s,visibility .2s;pointer-events:auto;cursor:pointer;z-index:10001;box-shadow:0 4px 12px #0003;font-weight:400;max-width:calc(100vw - 24px);word-wrap:break-word;white-space:normal;min-width:400px}.fw-chat-button-tooltip:hover{box-shadow:0 6px 20px #667eea66}.fw-chat-button-tooltip-close{position:absolute;top:12px;right:12px;width:24px;height:24px;border:none;background:#fff3;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;color:#fff;transition:background-color .2s}.fw-chat-button-tooltip-close:hover{background:#ffffff4d}.fw-chat-button-tooltip-close:active{background:#fff6}.fw-chat-button-tooltip-close svg{width:16px;height:16px}.fw-chat-button:hover .fw-chat-button-tooltip{opacity:1;visibility:visible}.fw-tooltip-always-visible{opacity:1!important;visibility:visible!important}.fw-position-bottom-left .fw-chat-button{right:auto;left:20px}.fw-chat-window-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10001;animation:fw-fade-in .2s ease-out}@keyframes fw-fade-in{0%{opacity:0}to{opacity:1}}.fw-chat-window{width:75vw;min-width:75vw;height:80vh;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);background:#f5f7fa;border-radius:12px;box-shadow:0 8px 32px #0003;display:flex;flex-direction:column;overflow:hidden;animation:fw-slide-up .3s ease-out}@keyframes fw-slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 1024px){.fw-chat-window{width:90vw;min-width:90vw;height:85vh}}@media (max-width: 768px){.fw-chat-window{width:100vw;min-width:100vw;height:100vh;max-width:100vw;max-height:100vh;border-radius:0}}.fw-theme-dark .fw-chat-window{background:#1a1a1a;color:#e0e0e0}.fw-theme-dark .fw-chat-window-messages{background:#1a1a1a}.fw-chat-window-header{padding:16px 20px;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:12px 12px 0 0}.fw-theme-dark .fw-chat-window-header{background:#2a2a2a;border-bottom-color:#404040}.fw-chat-window-title{margin:0;font-size:18px;font-weight:600;color:#333}.fw-theme-dark .fw-chat-window-title{color:#e0e0e0}.fw-chat-window-header-actions{display:flex;align-items:center;gap:8px}.fw-theme-toggle{background:none;border:none;cursor:pointer;color:#666;padding:4px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s,color .2s}.fw-theme-toggle:hover{background-color:#f0f0f0;color:#333}.fw-theme-dark .fw-theme-toggle{color:#999}.fw-theme-dark .fw-theme-toggle:hover{background-color:#404040;color:#e0e0e0}.fw-theme-toggle svg{width:20px;height:20px}.fw-chat-window-close{background:none;border:none;font-size:28px;line-height:1;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.fw-chat-window-close:hover{background-color:#e0e0e0}.fw-theme-dark .fw-chat-window-close{color:#999}.fw-theme-dark .fw-chat-window-close:hover{background-color:#404040}.fw-chat-window-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;background:#f5f7fa}.fw-message{display:flex;max-width:80%}.fw-message-bot.fw-message-has-furniture{max-width:100%}.fw-message-user{align-self:flex-end;margin-left:auto}.fw-message-bot{align-self:flex-start}.fw-message-content{padding:10px 14px;border-radius:12px;word-wrap:break-word}.fw-message-user .fw-message-content{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom-right-radius:4px}.fw-message-bot .fw-message-content{background:#f0f0f0;color:#333;border-bottom-left-radius:4px}.fw-theme-dark .fw-message-bot .fw-message-content{background:#2a2a2a;color:#e0e0e0}.fw-message-text{margin:0;white-space:pre-line;word-wrap:break-word}.fw-message-text-html{white-space:normal}.fw-message-text-html p{margin:0 0 12px;line-height:1.6}.fw-message-text-html p:last-child{margin-bottom:0}.fw-message-text-html ul{margin:12px 0;padding-left:24px;list-style-type:disc}.fw-message-text-html li{margin:8px 0;line-height:1.6}.fw-message-text-html strong{font-weight:600}.fw-message-text-html h1,.fw-message-text-html h2,.fw-message-text-html h3,.fw-message-text-html h4,.fw-message-text-html h5,.fw-message-text-html h6{margin:16px 0 8px;font-weight:600;line-height:1.3}.fw-message-text-html h1{font-size:24px}.fw-message-text-html h2{font-size:20px}.fw-message-text-html h3{font-size:18px}.fw-message-text-html h4{font-size:16px}.fw-message-text-html h5,.fw-message-text-html h6{font-size:14px}.fw-message-text-html h1:first-child,.fw-message-text-html h2:first-child,.fw-message-text-html h3:first-child,.fw-message-text-html h4:first-child,.fw-message-text-html h5:first-child,.fw-message-text-html h6:first-child{margin-top:0}.fw-message-text-html code{background:#0000001a;padding:2px 6px;border-radius:3px;font-family:Courier New,monospace;font-size:.9em}.fw-theme-dark .fw-message-text-html code{background:#ffffff1a}.fw-message-text-html pre{background:#0000000d;padding:12px;border-radius:6px;overflow-x:auto;margin:12px 0}.fw-theme-dark .fw-message-text-html pre{background:#ffffff0d}.fw-message-text-html pre code{background:none;padding:0}.fw-message-text-html blockquote{border-left:3px solid #667eea;padding-left:12px;margin:12px 0;color:#666;font-style:italic}.fw-theme-dark .fw-message-text-html blockquote{border-left-color:#667eea;color:#999}.fw-message-text-html a{color:#667eea;text-decoration:underline}.fw-message-text-html a:hover{color:#764ba2}.fw-message-text-html table{border-collapse:collapse;width:100%;margin:12px 0}.fw-message-text-html table th,.fw-message-text-html table td{border:1px solid #ddd;padding:8px;text-align:left}.fw-theme-dark .fw-message-text-html table th,.fw-theme-dark .fw-message-text-html table td{border-color:#404040}.fw-message-text-html table th{background:#0000000d;font-weight:600}.fw-theme-dark .fw-message-text-html table th{background:#ffffff0d}.fw-message-text-html hr{border:none;border-top:1px solid #ddd;margin:16px 0}.fw-theme-dark .fw-message-text-html hr{border-top-color:#404040}.fw-message-text+.fw-furniture-message{margin-top:12px}.fw-message-next-message{margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,.1);white-space:pre-line;word-wrap:break-word;font-size:14px;line-height:1.5;color:#333}.fw-theme-dark .fw-message-next-message{border-top-color:#ffffff1a;color:#e0e0e0}.fw-message-bot .fw-message-next-message{color:#333}.fw-theme-dark .fw-message-bot .fw-message-next-message{color:#e0e0e0}.fw-message-image{margin-bottom:8px;border-radius:8px;overflow:hidden;max-width:200px;cursor:pointer;transition:opacity .2s}.fw-message-image:hover{opacity:.9}.fw-message-image img{width:100%;height:auto;display:block}.fw-message-timestamp{font-size:11px;opacity:.7;margin-top:4px}.fw-loading-container{display:flex;flex-direction:column;gap:12px;align-items:flex-start;padding-top:8px}.fw-typing-indicator{display:inline-flex;gap:4px;align-items:center}.fw-typing-indicator span{width:6px;height:6px;border-radius:50%;background:currentColor;animation:fw-typing 1.4s infinite}.fw-typing-indicator span:nth-child(2){animation-delay:.2s}.fw-typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes fw-typing{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-8px);opacity:1}}.fw-loading-fact{font-size:13px;color:#666;font-style:italic;line-height:1.4;max-width:100%;animation:fw-fade-in .5s ease-in}.fw-theme-dark .fw-loading-fact{color:#999}@keyframes fw-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.fw-image-preview{position:relative;margin-bottom:8px;border-radius:8px;overflow:hidden;max-width:200px}.fw-image-preview img{width:100%;height:auto;display:block}.fw-image-preview-remove{position:absolute;top:4px;right:4px;background:#000000b3;color:#fff;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1}.fw-chat-window-input{padding:16px;border-top:1px solid #e0e0e0;background:#fff;border-radius:0 0 12px 12px}.fw-theme-dark .fw-chat-window-input{background:#2a2a2a;border-top-color:#404040}.fw-input-container{display:flex;align-items:flex-end;gap:8px}.fw-upload-button{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;color:#667eea;transition:all .2s;position:relative}.fw-upload-button:hover{background:#f8f9fa;border-color:#667eea;transform:translateY(-1px);box-shadow:0 2px 8px #667eea33}.fw-theme-dark .fw-upload-button{background:#2a2a2a;border-color:#404040;color:#667eea}.fw-theme-dark .fw-upload-button:hover{background:#333;border-color:#667eea;box-shadow:0 2px 8px #667eea4d}.fw-text-input{flex:1;min-height:36px;max-height:100px;padding:8px 12px;border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:14px;resize:none;overflow-y:auto}.fw-text-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.fw-theme-dark .fw-text-input{background:#1a1a1a;border-color:#404040;color:#e0e0e0}.fw-send-button{flex-shrink:0;width:36px;height:36px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #667eea4d}.fw-send-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.fw-send-button:disabled{opacity:.5;cursor:not-allowed}.fw-furniture-results{padding:16px;border-top:1px solid #e0e0e0;background:#f8f9fa;max-height:500px;min-height:400px;overflow-y:auto}@media (min-width: 1025px){.fw-furniture-results{max-height:600px;min-height:500px}}.fw-theme-dark .fw-furniture-results{background:#2a2a2a;border-top-color:#404040}.fw-furniture-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media (max-width: 1024px){.fw-furniture-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.fw-furniture-grid{grid-template-columns:1fr}}.fw-furniture-item{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s;cursor:pointer}.fw-furniture-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.fw-theme-dark .fw-furniture-item{background:#1a1a1a}.fw-furniture-item-image-container{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#f0f0f0}.fw-furniture-item-image{width:100%;height:100%;object-fit:contain}.fw-furniture-item-content{padding:12px}.fw-furniture-item-title{margin:0 0 4px;font-size:16px;font-weight:600;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fw-theme-dark .fw-furniture-item-title{color:#e0e0e0}.fw-furniture-item-sku{font-size:11px;color:#666;font-family:monospace;margin-bottom:4px}.fw-theme-dark .fw-furniture-item-sku{color:#999}.fw-furniture-item-price{font-size:18px;font-weight:700;color:#28a745;margin-bottom:8px}.fw-furniture-item-description{margin:0 0 8px;font-size:12px;color:#666;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.fw-theme-dark .fw-furniture-item-description{color:#999}.fw-furniture-item-description-html{display:block;-webkit-line-clamp:unset;-webkit-box-orient:unset;overflow:visible}.fw-furniture-item-description-html p{margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.fw-furniture-item-description-html p:last-child{margin-bottom:0}.fw-furniture-item-description-html strong{font-weight:600}.fw-furniture-item-description-html ul,.fw-furniture-item-description-html ol{margin:8px 0;padding-left:20px}.fw-furniture-item-description-html li{margin:4px 0;line-height:1.4}.fw-furniture-item-link{display:inline-block;font-size:12px;color:#667eea;text-decoration:none;font-weight:500}.fw-furniture-item-link:hover{text-decoration:underline;color:#764ba2}.fw-chat-window-messages::-webkit-scrollbar,.fw-furniture-results::-webkit-scrollbar{width:6px}.fw-chat-window-messages::-webkit-scrollbar-track,.fw-furniture-results::-webkit-scrollbar-track{background:#f0f0f0}.fw-theme-dark .fw-chat-window-messages::-webkit-scrollbar-track,.fw-theme-dark .fw-furniture-results::-webkit-scrollbar-track{background:#2a2a2a}.fw-chat-window-messages::-webkit-scrollbar-thumb,.fw-furniture-results::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.fw-theme-dark .fw-chat-window-messages::-webkit-scrollbar-thumb,.fw-theme-dark .fw-furniture-results::-webkit-scrollbar-thumb{background:#555}.fw-chat-window-messages::-webkit-scrollbar-thumb:hover,.fw-furniture-results::-webkit-scrollbar-thumb:hover{background:#999}.fw-item-details{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.fw-item-details-header{padding:16px 20px;border-bottom:1px solid #e0e0e0;background:#f8f9fa;flex-shrink:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px}.fw-theme-dark .fw-item-details-header{background:#2a2a2a;border-bottom-color:#404040}.fw-item-details-nav-button{background:none;border:none;font-size:16px;color:#667eea;cursor:pointer;padding:8px 16px;display:flex;align-items:center;gap:8px;font-weight:500;transition:color .2s,opacity .2s}.fw-item-details-prev{justify-self:flex-start}.fw-item-details-next{justify-self:flex-end}.fw-item-details-nav-button:hover:not(:disabled){color:#764ba2}.fw-item-details-nav-button:disabled{opacity:.4;cursor:not-allowed}.fw-theme-dark .fw-item-details-nav-button{color:#4da3ff}.fw-theme-dark .fw-item-details-nav-button:hover:not(:disabled){color:#66b3ff}.fw-item-details-back{background:none;border:none;font-size:16px;color:#667eea;cursor:pointer;padding:8px 16px;display:flex;align-items:center;gap:8px;font-weight:500;transition:color .2s;justify-self:center}.fw-item-details-back:hover{color:#764ba2}.fw-theme-dark .fw-item-details-back{color:#4da3ff}.fw-theme-dark .fw-item-details-back:hover{color:#66b3ff}.fw-item-details-content{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:20px}@media (min-width: 768px){.fw-item-details-content{flex-direction:row;flex-wrap:wrap;gap:24px;align-items:flex-start}}.fw-item-details-image-container{width:100%;flex-shrink:0;margin-bottom:20px}@media (min-width: 768px){.fw-item-details-image-container{width:50%;max-width:500px;margin-bottom:0}}.fw-item-details-image-single{width:100%}.fw-item-details-image{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000001a;object-fit:contain;background:#fff;display:block}.fw-theme-dark .fw-item-details-image{background:#2a2a2a}.fw-image-gallery{position:relative;width:100%}.fw-image-gallery-viewport{width:100%;overflow:hidden;border-radius:8px;position:relative}.fw-image-gallery-slider{display:flex;transition:transform .3s ease-in-out;will-change:transform}.fw-image-gallery-slide{flex:0 0 100%;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.fw-image-gallery-slide img{width:100%;height:480px;display:block;object-fit:contain;max-width:100%}.fw-image-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s;box-shadow:0 2px 8px #00000026;color:#333}.fw-image-gallery-nav:hover:not(:disabled){background:#fff;box-shadow:0 4px 12px #0003;transform:translateY(-50%) scale(1.1)}.fw-image-gallery-nav:disabled{opacity:.3;cursor:not-allowed}.fw-image-gallery-prev{left:12px}.fw-image-gallery-next{right:12px}.fw-image-gallery-indicator{position:absolute;bottom:12px;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500;z-index:10}.fw-theme-dark .fw-image-gallery-nav{background:#2a2a2ae6;color:#e0e0e0}.fw-theme-dark .fw-image-gallery-nav:hover:not(:disabled){background:#2a2a2a}.fw-theme-dark .fw-image-gallery-indicator{background:#fff3;color:#fff}.fw-item-details-info{flex:1;min-width:0}.fw-item-details-title{margin:0 0 16px;font-size:24px;font-weight:700;color:#333;line-height:1.3}.fw-theme-dark .fw-item-details-title{color:#e0e0e0}.fw-item-details-meta{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.fw-item-details-meta-left{display:flex;flex-direction:column;gap:8px;flex:1}.fw-item-details-meta-right{display:flex;align-items:center;flex-shrink:0}.fw-theme-dark .fw-item-details-meta{border-bottom-color:#404040}.fw-item-details-sku{font-size:14px;color:#666;font-family:monospace}.fw-theme-dark .fw-item-details-sku{color:#999}.fw-item-details-price{font-size:28px;font-weight:700;color:#28a745}.fw-item-details-section{margin-bottom:24px}.fw-item-details-section-title{margin:0 0 12px;font-size:18px;font-weight:600;color:#333}.fw-theme-dark .fw-item-details-section-title{color:#e0e0e0}.fw-item-details-text{margin:0;font-size:16px;line-height:1.6;color:#666;white-space:pre-line;word-wrap:break-word}.fw-item-details-text-html{white-space:normal}.fw-item-details-text-html p{margin:0 0 12px;line-height:1.6}.fw-item-details-text-html p:last-child{margin-bottom:0}.fw-item-details-text-html ul,.fw-item-details-text-html ol{margin:12px 0;padding-left:24px}.fw-item-details-text-html li{margin:8px 0;line-height:1.6}.fw-item-details-text-html strong{font-weight:600}.fw-item-details-text-html h1,.fw-item-details-text-html h2,.fw-item-details-text-html h3,.fw-item-details-text-html h4,.fw-item-details-text-html h5,.fw-item-details-text-html h6{margin:16px 0 8px;font-weight:600;line-height:1.3}.fw-item-details-text-html h1:first-child,.fw-item-details-text-html h2:first-child,.fw-item-details-text-html h3:first-child,.fw-item-details-text-html h4:first-child,.fw-item-details-text-html h5:first-child,.fw-item-details-text-html h6:first-child{margin-top:0}.fw-item-details-text-html code{background:#0000001a;padding:2px 6px;border-radius:3px;font-family:Courier New,monospace;font-size:.9em}.fw-theme-dark .fw-item-details-text-html code{background:#ffffff1a}.fw-item-details-text-html pre{background:#0000000d;padding:12px;border-radius:6px;overflow-x:auto;margin:12px 0}.fw-theme-dark .fw-item-details-text-html pre{background:#ffffff0d}.fw-item-details-text-html pre code{background:none;padding:0}.fw-item-details-text-html blockquote{border-left:3px solid #667eea;padding-left:12px;margin:12px 0;color:#666;font-style:italic}.fw-theme-dark .fw-item-details-text-html blockquote{border-left-color:#667eea;color:#999}.fw-item-details-text-html a{color:#667eea;text-decoration:underline}.fw-item-details-text-html a:hover{color:#764ba2}.fw-theme-dark .fw-item-details-text{color:#ccc}.fw-item-details-actions{margin-top:32px;padding-top:24px;border-top:1px solid #e0e0e0}.fw-theme-dark .fw-item-details-actions{border-top-color:#404040}.fw-item-details-link{display:inline-block;padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:6px;font-weight:500;font-size:16px;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #667eea4d}.fw-item-details-link:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66;color:#fff;text-decoration:none}.fw-item-details-add-to-cart{display:inline-block;padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border:none;border-radius:6px;font-weight:500;font-size:16px;font-family:inherit;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #667eea4d}.fw-item-details-add-to-cart:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.fw-item-details-add-to-cart:active{transform:translateY(0)}.fw-item-details-show-details{display:inline-block;padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border:none;border-radius:6px;font-weight:500;font-size:16px;font-family:inherit;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #667eea4d}.fw-item-details-show-details:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.fw-item-details-show-details:active:not(:disabled){transform:translateY(0)}.fw-item-details-show-details:disabled{opacity:.5;cursor:not-allowed}.fw-item-details-similar{width:100%;margin-top:32px;padding-top:24px;border-top:1px solid #e0e0e0;flex-basis:100%}.fw-theme-dark .fw-item-details-similar{border-top-color:#404040}.fw-item-details-similar-title{margin:0 0 16px;font-size:20px;font-weight:600;color:#333}.fw-theme-dark .fw-item-details-similar-title{color:#e0e0e0}.fw-item-details-similar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width: 768px){.fw-item-details-similar-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.fw-item-details-similar-grid{grid-template-columns:1fr}}.fw-item-details-similar-item{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a;transition:transform .2s,box-shadow .2s;cursor:pointer}.fw-item-details-similar-item:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.fw-theme-dark .fw-item-details-similar-item{background:#2a2a2a}.fw-item-details-similar-item-image-container{width:100%;padding-top:75%;position:relative;overflow:hidden;background:#fff}.fw-theme-dark .fw-item-details-similar-item-image-container{background:#1a1a1a}.fw-item-details-similar-item-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.fw-item-details-similar-item-content{padding:12px}.fw-item-details-similar-item-title{margin:0 0 8px;font-size:14px;font-weight:600;color:#333;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fw-theme-dark .fw-item-details-similar-item-title{color:#e0e0e0}.fw-item-details-similar-item-price{font-size:16px;font-weight:700;color:#28a745}.fw-furniture-message{margin-top:12px;width:100%;max-width:100%}.fw-message-bot .fw-furniture-message{max-width:100%}.fw-furniture-message-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:100%}@media (max-width: 1024px){.fw-furniture-message-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.fw-furniture-message-grid{grid-template-columns:1fr}}.fw-furniture-message-item{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s;cursor:pointer}.fw-furniture-message-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.fw-theme-dark .fw-furniture-message-item{background:#2a2a2a}.fw-furniture-message-item-image-container{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#fff}.fw-furniture-message-item-image{width:100%;height:100%;object-fit:contain}.fw-furniture-message-item-content{padding:12px}.fw-furniture-message-item-title{margin:0 0 4px;font-size:14px;font-weight:600;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fw-theme-dark .fw-furniture-message-item-title{color:#e0e0e0}.fw-furniture-message-item-sku{font-size:10px;color:#666;font-family:monospace;margin-bottom:4px}.fw-theme-dark .fw-furniture-message-item-sku{color:#999}.fw-furniture-message-item-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.fw-furniture-message-item-tag{display:inline-block;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:500;line-height:1.2;white-space:nowrap}.fw-tag-good_for_pets{background:#667eea1a;color:#667eea;border:1px solid rgba(102,126,234,.2)}.fw-tag-good_for_kids{background:#28a7451a;color:#28a745;border:1px solid rgba(40,167,69,.2)}.fw-theme-dark .fw-tag-good_for_pets{background:#667eea26;color:#8fa3ff;border-color:#667eea4d}.fw-theme-dark .fw-tag-good_for_kids{background:#28a74526;color:#4ade80;border-color:#28a7454d}.fw-furniture-message-item-price{font-size:16px;font-weight:700;color:#28a745;margin-bottom:6px}.fw-furniture-message-item-description{margin:0 0 6px;font-size:11px;color:#666;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.fw-theme-dark .fw-furniture-message-item-description{color:#999}.fw-furniture-message-item-link{display:inline-block;font-size:11px;color:#667eea;text-decoration:none;font-weight:500}.fw-furniture-message-item-link:hover{text-decoration:underline;color:#764ba2}.fw-feedback-buttons{display:flex;align-items:center;gap:8px;margin-top:12px;padding-top:8px;border-top:1px solid rgba(0,0,0,.1)}.fw-item-details-meta-right .fw-feedback-buttons{margin-top:0;padding-top:0;border-top:none}.fw-theme-dark .fw-feedback-buttons{border-top-color:#ffffff1a}.fw-feedback-button{background:transparent;border:1px solid rgba(0,0,0,.1);border-radius:6px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;color:#6b7280;transition:all .2s}.fw-feedback-button:hover{background:#0000000d;border-color:#00000026;color:#374151}.fw-theme-dark .fw-feedback-button{border-color:#fff3;color:#9ca3af}.fw-theme-dark .fw-feedback-button:hover{background:#ffffff1a;border-color:#ffffff4d;color:#d1d5db}.fw-feedback-button svg{width:20px;height:20px}.fw-feedback-button.fw-feedback-active{color:#667eea;border-color:#667eea;background:#667eea1a}.fw-feedback-button.fw-feedback-active:hover{background:#667eea26;border-color:#764ba2;color:#764ba2}.fw-theme-dark .fw-feedback-button.fw-feedback-active{color:#667eea;border-color:#667eea;background:#667eea33}.fw-theme-dark .fw-feedback-button.fw-feedback-active:hover{background:#667eea40;border-color:#764ba2;color:#764ba2}.fw-feedback-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10002;animation:fw-fade-in .2s ease-out}.fw-feedback-overlay-content{background:#f5f7fa;border-radius:12px;box-shadow:0 8px 32px #0003;width:90%;max-width:500px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;animation:fw-slide-up .3s ease-out}.fw-theme-dark .fw-feedback-overlay-content{background:#1a1a1a;color:#e0e0e0}.fw-feedback-overlay-header{padding:20px;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:12px 12px 0 0}.fw-theme-dark .fw-feedback-overlay-header{background:#2a2a2a}.fw-theme-dark .fw-feedback-overlay-header{border-bottom-color:#404040}.fw-feedback-overlay-header h4{margin:0;font-size:18px;font-weight:600;color:#333}.fw-theme-dark .fw-feedback-overlay-header h4{color:#e0e0e0}.fw-feedback-overlay-close{background:none;border:none;font-size:24px;line-height:1;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.fw-feedback-overlay-close:hover{background-color:#e0e0e0}.fw-theme-dark .fw-feedback-overlay-close{color:#999}.fw-theme-dark .fw-feedback-overlay-close:hover{background-color:#404040}.fw-feedback-overlay-body{padding:20px;flex:1;overflow-y:auto;background:#f5f7fa}.fw-theme-dark .fw-feedback-overlay-body{background:#1a1a1a}.fw-feedback-overlay-description{margin:0 0 16px;color:#666;font-size:14px;line-height:1.5}.fw-theme-dark .fw-feedback-overlay-description{color:#999}.fw-feedback-tags{display:flex;flex-wrap:wrap;gap:8px}.fw-feedback-tag{background:#fff;border:1px solid #d1d5db;border-radius:20px;padding:8px 16px;font-size:14px;color:#374151;cursor:pointer;transition:all .2s;white-space:nowrap}.fw-feedback-tag:hover{background:#f9fafb;border-color:#9ca3af}.fw-feedback-tag-selected{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff;box-shadow:0 2px 8px #667eea4d}.fw-feedback-tag-selected:hover{background:linear-gradient(135deg,#764ba2,#667eea);border-color:#764ba2;box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.fw-theme-dark .fw-feedback-tag{background:#2a2a2a;border-color:#404040;color:#e0e0e0}.fw-theme-dark .fw-feedback-tag:hover{background:#333;border-color:#555}.fw-theme-dark .fw-feedback-tag-selected{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff;box-shadow:0 2px 8px #667eea4d}.fw-theme-dark .fw-feedback-tag-selected:hover{background:linear-gradient(135deg,#764ba2,#667eea);border-color:#764ba2;box-shadow:0 4px 12px #667eea66}.fw-feedback-email-input{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;transition:border-color .2s,box-shadow .2s;background:#fff}.fw-feedback-email-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.fw-theme-dark .fw-feedback-email-input{background:#2a2a2a;border-color:#404040;color:#e0e0e0}.fw-theme-dark .fw-feedback-email-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33}.fw-feedback-overlay-footer{padding:20px;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;background:#fff;border-radius:0 0 12px 12px}.fw-theme-dark .fw-feedback-overlay-footer{background:#2a2a2a}.fw-theme-dark .fw-feedback-overlay-footer{border-top-color:#404040}.fw-feedback-submit-button{padding:10px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #667eea4d}.fw-feedback-submit-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.fw-feedback-submit-button:disabled{opacity:.5;cursor:not-allowed}.fw-image-popup-overlay{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:10003;animation:fw-fade-in .2s ease-out}.fw-image-popup{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.fw-image-popup img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px}.fw-image-popup-close{position:absolute;top:-40px;right:0;background:#fff3;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background-color .2s;z-index:10004}.fw-image-popup-close:hover{background:#ffffff4d}.fw-image-popup-close svg{width:20px;height:20px}.site-header[data-v-8242f7a7]{position:fixed;top:0;left:0;right:0;background:#fff;box-shadow:0 2px 4px #0000001a;z-index:1000}.header-container[data-v-8242f7a7]{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo[data-v-8242f7a7]{text-decoration:none;color:#333}.logo h1[data-v-8242f7a7]{margin:0;font-size:1.5rem;font-weight:600}.main-nav[data-v-8242f7a7]{display:flex;gap:2rem;align-items:center}.main-nav a[data-v-8242f7a7]{text-decoration:none;color:#333;font-weight:500;transition:color .2s;position:relative}.main-nav a[data-v-8242f7a7]:hover,.main-nav a.router-link-active[data-v-8242f7a7]{color:#007bff}.cart-link[data-v-8242f7a7]{position:relative}.cart-badge[data-v-8242f7a7]{position:absolute;top:-8px;right:-12px;background:#dc3545;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}@media (max-width: 768px){.header-container[data-v-8242f7a7]{padding:1rem}.logo h1[data-v-8242f7a7]{font-size:1.25rem}.main-nav[data-v-8242f7a7]{gap:1rem;font-size:.875rem}}.site-footer[data-v-81ac528d]{background:#333;color:#fff;margin-top:4rem}.footer-container[data-v-81ac528d]{max-width:1400px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3[data-v-81ac528d]{margin:0 0 1rem;font-size:1.125rem}.footer-section p[data-v-81ac528d]{margin:.5rem 0;color:#ccc;line-height:1.6}.footer-section ul[data-v-81ac528d]{list-style:none;padding:0;margin:0}.footer-section li[data-v-81ac528d]{margin:.5rem 0}.footer-section a[data-v-81ac528d]{color:#ccc;text-decoration:none;transition:color .2s}.footer-section a[data-v-81ac528d]:hover{color:#fff}.footer-bottom[data-v-81ac528d]{border-top:1px solid #555;padding:1.5rem 2rem;text-align:center}.footer-bottom p[data-v-81ac528d]{margin:0;color:#999;font-size:.875rem}.site-app[data-v-ac961dc0]{min-height:100vh;display:flex;flex-direction:column}.site-main[data-v-ac961dc0]{flex:1;padding-top:80px}.product-card[data-v-a915b813]{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a;transition:transform .2s,box-shadow .2s}.product-card[data-v-a915b813]:hover{transform:translateY(-4px);box-shadow:0 4px 8px #00000026}.product-link[data-v-a915b813]{text-decoration:none;color:inherit;display:block}.product-image-container[data-v-a915b813]{position:relative;width:100%;padding-top:75%;overflow:hidden;background:#f8f9fa}.product-image[data-v-a915b813]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.discount-badge[data-v-a915b813]{position:absolute;top:.5rem;right:.5rem;background:#dc3545;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.875rem;font-weight:600}.product-info[data-v-a915b813]{padding:1rem}.product-title[data-v-a915b813]{margin:0 0 .5rem;font-size:1.125rem;color:#333;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-sku[data-v-a915b813]{margin:0 0 .75rem;font-size:.875rem;color:#666}.product-price[data-v-a915b813]{display:flex;align-items:baseline;gap:.5rem}.original-price[data-v-a915b813]{text-decoration:line-through;color:#999;font-size:.875rem}.final-price[data-v-a915b813]{font-size:1.25rem;font-weight:600;color:#007bff}.home-page[data-v-7d5f9806]{min-height:calc(100vh - 200px)}.hero[data-v-7d5f9806]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem;text-align:center}.hero-content h1[data-v-7d5f9806]{font-size:3rem;margin:0 0 1rem}.hero-content p[data-v-7d5f9806]{font-size:1.25rem;margin:0 0 2rem;opacity:.9}.cta-button[data-v-7d5f9806]{display:inline-block;background:#fff;color:#667eea;padding:1rem 2rem;border-radius:4px;text-decoration:none;font-weight:600;transition:transform .2s}.cta-button[data-v-7d5f9806]:hover{transform:translateY(-2px)}.featured-products[data-v-7d5f9806],.categories[data-v-7d5f9806]{padding:4rem 2rem}.container[data-v-7d5f9806]{max-width:1200px;margin:0 auto}.container h2[data-v-7d5f9806]{font-size:2rem;margin:0 0 2rem;color:#333;text-align:center}.products-grid[data-v-7d5f9806]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.categories-grid[data-v-7d5f9806]{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.category-card[data-v-7d5f9806]{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-decoration:none;color:#333;text-align:center;transition:transform .2s,box-shadow .2s}.category-card[data-v-7d5f9806]:hover{transform:translateY(-4px);box-shadow:0 4px 8px #00000026}.category-card h3[data-v-7d5f9806]{margin:0;font-size:1.25rem}.loading[data-v-7d5f9806],.error[data-v-7d5f9806]{text-align:center;padding:2rem;color:#666}.error[data-v-7d5f9806]{color:#dc3545}@media (max-width: 768px){.hero-content h1[data-v-7d5f9806]{font-size:2rem}.products-grid[data-v-7d5f9806]{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}}.catalog-page[data-v-57e92459]{padding:2rem;max-width:1400px;margin:0 auto}.catalog-header[data-v-57e92459]{margin-bottom:2rem}.catalog-header h1[data-v-57e92459]{margin:0 0 1.5rem;color:#333;font-size:2rem}.filters[data-v-57e92459]{display:flex;gap:1rem;flex-wrap:wrap}.filter-select[data-v-57e92459]{padding:.75rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;background:#fff;cursor:pointer;min-width:200px}.products-grid[data-v-57e92459]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.loading[data-v-57e92459],.error[data-v-57e92459],.no-results[data-v-57e92459]{text-align:center;padding:4rem 2rem;color:#666}.error[data-v-57e92459]{color:#dc3545}@media (max-width: 768px){.products-grid[data-v-57e92459]{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}}.product-page[data-v-cfd19d5c]{padding:2rem;max-width:1400px;margin:0 auto}.product-container[data-v-cfd19d5c]{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.product-images[data-v-cfd19d5c]{position:sticky;top:100px;height:fit-content}.main-image[data-v-cfd19d5c]{width:100%;height:auto;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:1rem}.thumbnail-images[data-v-cfd19d5c]{display:flex;gap:.5rem;flex-wrap:wrap}.thumbnail[data-v-cfd19d5c]{width:80px;height:80px;object-fit:cover;border-radius:4px;cursor:pointer;border:2px solid transparent;transition:border-color .2s}.thumbnail[data-v-cfd19d5c]:hover,.thumbnail.active[data-v-cfd19d5c]{border-color:#007bff}.product-details h1[data-v-cfd19d5c]{margin:0 0 .5rem;font-size:2rem;color:#333}.product-sku[data-v-cfd19d5c]{margin:0 0 1.5rem;color:#666;font-size:.875rem}.product-price[data-v-cfd19d5c]{margin:0 0 2rem;display:flex;align-items:baseline;gap:1rem}.original-price[data-v-cfd19d5c]{text-decoration:line-through;color:#999;font-size:1.25rem}.final-price[data-v-cfd19d5c]{font-size:2rem;font-weight:600;color:#007bff}.discount[data-v-cfd19d5c]{background:#dc3545;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.875rem;font-weight:600}.product-description[data-v-cfd19d5c],.product-features[data-v-cfd19d5c],.product-specifications[data-v-cfd19d5c]{margin:0 0 2rem}.product-description h2[data-v-cfd19d5c],.product-features h2[data-v-cfd19d5c],.product-specifications h2[data-v-cfd19d5c]{margin:0 0 1rem;font-size:1.5rem;color:#333}.product-description p[data-v-cfd19d5c]{line-height:1.6;color:#666}.product-features ul[data-v-cfd19d5c]{list-style:none;padding:0;margin:0}.product-features li[data-v-cfd19d5c]{padding:.5rem 0;border-bottom:1px solid #eee;color:#666}.product-specifications dl[data-v-cfd19d5c]{margin:0;padding:0}.product-specifications div[data-v-cfd19d5c]{display:grid;grid-template-columns:150px 1fr;padding:.75rem 0;border-bottom:1px solid #eee}.product-specifications dt[data-v-cfd19d5c]{font-weight:600;color:#333}.product-specifications dd[data-v-cfd19d5c]{margin:0;color:#666}.product-actions[data-v-cfd19d5c]{margin-top:2rem}.add-to-cart-button[data-v-cfd19d5c]{width:100%;background:#007bff;color:#fff;border:none;padding:1rem 2rem;border-radius:4px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background .2s}.add-to-cart-button[data-v-cfd19d5c]:hover{background:#0056b3}.loading[data-v-cfd19d5c],.error[data-v-cfd19d5c]{text-align:center;padding:4rem 2rem;color:#666}.error[data-v-cfd19d5c]{color:#dc3545}@media (max-width: 968px){.product-container[data-v-cfd19d5c]{grid-template-columns:1fr}.product-images[data-v-cfd19d5c]{position:static}}.cart-page[data-v-2ec7beb0]{padding:2rem;max-width:1200px;margin:0 auto}.cart-container h1[data-v-2ec7beb0]{margin:0 0 2rem;color:#333}.empty-cart[data-v-2ec7beb0]{text-align:center;padding:4rem 2rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.empty-cart p[data-v-2ec7beb0]{font-size:1.25rem;color:#666;margin:0 0 1.5rem}.browse-button[data-v-2ec7beb0]{display:inline-block;background:#007bff;color:#fff;padding:12px 24px;border-radius:4px;text-decoration:none;transition:background .2s}.browse-button[data-v-2ec7beb0]:hover{background:#0056b3}.cart-content[data-v-2ec7beb0]{display:grid;grid-template-columns:1fr 350px;gap:2rem}.cart-items[data-v-2ec7beb0]{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.cart-item[data-v-2ec7beb0]{display:grid;grid-template-columns:120px 1fr auto auto auto;gap:1rem;padding:1.5rem;border-bottom:1px solid #eee;align-items:center}.cart-item[data-v-2ec7beb0]:last-child{border-bottom:none}.item-image[data-v-2ec7beb0]{width:120px;height:120px;object-fit:cover;border-radius:4px}.item-details h3[data-v-2ec7beb0]{margin:0 0 .5rem;font-size:1.125rem;color:#333}.item-sku[data-v-2ec7beb0]{margin:0 0 .5rem;font-size:.875rem;color:#666}.item-price[data-v-2ec7beb0]{margin:0;font-size:1.125rem;font-weight:600;color:#007bff}.item-quantity[data-v-2ec7beb0]{display:flex;align-items:center;gap:.5rem}.item-quantity button[data-v-2ec7beb0]{width:32px;height:32px;border:1px solid #ddd;background:#fff;border-radius:4px;cursor:pointer;font-size:1.25rem;display:flex;align-items:center;justify-content:center}.item-quantity button[data-v-2ec7beb0]:hover{background:#f8f9fa}.item-quantity span[data-v-2ec7beb0]{min-width:40px;text-align:center}.item-total[data-v-2ec7beb0]{font-size:1.25rem;font-weight:600;color:#333}.remove-button[data-v-2ec7beb0]{width:32px;height:32px;border:none;background:#dc3545;color:#fff;border-radius:4px;cursor:pointer;font-size:1.5rem;line-height:1;display:flex;align-items:center;justify-content:center}.remove-button[data-v-2ec7beb0]:hover{background:#c82333}.cart-summary[data-v-2ec7beb0]{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;height:fit-content;position:sticky;top:100px}.cart-summary h2[data-v-2ec7beb0]{margin:0 0 1rem;font-size:1.25rem;color:#333}.summary-row[data-v-2ec7beb0]{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #eee;color:#666}.summary-total[data-v-2ec7beb0]{display:flex;justify-content:space-between;padding:1rem 0 0;margin-top:1rem;border-top:2px solid #333;font-weight:700;font-size:1.25rem;color:#333}.checkout-button[data-v-2ec7beb0]{display:block;width:100%;background:#007bff;color:#fff;padding:1rem;border-radius:4px;text-decoration:none;text-align:center;margin-top:1.5rem;transition:background .2s}.checkout-button[data-v-2ec7beb0]:hover{background:#0056b3}@media (max-width: 968px){.cart-content[data-v-2ec7beb0]{grid-template-columns:1fr}.cart-summary[data-v-2ec7beb0]{position:static}.cart-item[data-v-2ec7beb0]{grid-template-columns:100px 1fr;gap:1rem}.item-quantity[data-v-2ec7beb0],.item-total[data-v-2ec7beb0],.remove-button[data-v-2ec7beb0]{grid-column:2}}.checkout-page[data-v-d9c6b282]{padding:2rem;max-width:1200px;margin:0 auto}.checkout-container h1[data-v-d9c6b282]{margin:0 0 2rem;color:#333}.checkout-form[data-v-d9c6b282]{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.form-section[data-v-d9c6b282]{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.form-section h2[data-v-d9c6b282]{margin:0 0 1.5rem;font-size:1.25rem;color:#333}.form-group[data-v-d9c6b282]{margin-bottom:1rem}.form-group label[data-v-d9c6b282]{display:block;margin-bottom:.5rem;color:#666;font-weight:500}.form-group input[data-v-d9c6b282]{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;box-sizing:border-box}.form-row[data-v-d9c6b282]{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem}.order-summary[data-v-d9c6b282]{grid-column:1 / -1;background:#f8f9fa;padding:1.5rem;border-radius:8px}.order-summary h2[data-v-d9c6b282]{margin:0 0 1rem;font-size:1.25rem;color:#333}.summary-item[data-v-d9c6b282]{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #ddd}.summary-total[data-v-d9c6b282]{display:flex;justify-content:space-between;padding:1rem 0 0;margin-top:1rem;border-top:2px solid #333;font-weight:700;font-size:1.125rem}.submit-button[data-v-d9c6b282]{grid-column:1 / -1;background:#007bff;color:#fff;border:none;padding:1rem 2rem;border-radius:4px;font-size:1.125rem;cursor:pointer;transition:background .2s;margin-top:1rem}.submit-button[data-v-d9c6b282]:hover{background:#0056b3}@media (max-width: 768px){.checkout-form[data-v-d9c6b282],.form-row[data-v-d9c6b282]{grid-template-columns:1fr}}.admin-page[data-v-0efaee5d]{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:2rem}.admin-container[data-v-0efaee5d]{max-width:600px;width:100%;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;text-align:center}.admin-container h1[data-v-0efaee5d]{margin:0 0 1rem;color:#333}.admin-container p[data-v-0efaee5d]{margin:0 0 2rem;color:#666}.reset-button[data-v-0efaee5d]{background:#dc3545;color:#fff;border:none;padding:12px 24px;border-radius:4px;font-size:16px;cursor:pointer;transition:background .2s}.reset-button[data-v-0efaee5d]:hover{background:#c82333}*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#333;line-height:1.6}#app{min-height:100vh}.container{max-width:1400px;margin:0 auto;padding:0 2rem}a{color:#007bff;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}img{max-width:100%;height:auto}
