:root{--color-bg:#f4f5f7;--color-surface:#fff;--color-text:#1a1a1a;--color-text-muted:#6b7280;--color-border:#e2e5e9;--color-accent:#f7941d;--color-accent-hover:#e08414;--color-accent-contrast:#fff;--color-error-bg:#fdecea;--color-error-border:#d9534f;--color-error-text:#a4302a;--color-notice-bg:#eef7ea;--color-notice-border:#5cb85c;--color-notice-text:#2e6b2e;--font-family:"Lato", system-ui, Avenir, Helvetica, Arial, sans-serif;--radius-sm:.375rem;--radius-md:.75rem;--radius-lg:1rem;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 8px 24px #0000001f;--shadow-lg:0 16px 48px #0003;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.5}*,:before,:after{box-sizing:border-box}html{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden}body{background:var(--color-bg);width:100%;min-height:100vh;color:var(--color-text);font-family:var(--font-family);margin:0;padding:0;overflow-x:hidden}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{color:var(--color-text);margin:0}p{margin:0}a{color:var(--color-accent)}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}.btn{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:none;padding:.7rem 1.5rem;font-size:.95rem;font-weight:600;transition:transform .15s,box-shadow .15s,opacity .15s;display:inline-flex}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--color-accent);color:var(--color-accent-contrast);box-shadow:var(--shadow-sm)}.btn-primary:hover:not(:disabled){background:var(--color-accent-hover);transform:translateY(-1px)}.btn-secondary{color:var(--color-text);border:1.5px solid var(--color-border);background:0 0}.btn-secondary:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent)}.btn-link{color:var(--color-text-muted);background:0 0;border:none;padding:0;font-size:.875rem;text-decoration:underline}.card{background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.message{align-items:center;gap:var(--space-3);border-radius:var(--radius-sm);padding:var(--space-3) var(--space-4);font-size:.9rem;display:flex}.message-error{background:var(--color-error-bg);color:var(--color-error-text)}.message-notice{background:var(--color-notice-bg);color:var(--color-notice-text)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.modal-backdrop{padding:var(--space-4);z-index:100;background:#1a1a1a8c;justify-content:center;align-items:center;animation:.15s ease-out modal-fade-in;display:flex;position:fixed;inset:0}.modal-panel{width:100%;max-width:420px;max-height:calc(100vh - 2 * var(--space-4));padding:var(--space-6);box-shadow:var(--shadow-lg);animation:.2s ease-out modal-slide-up;overflow-y:auto}.modal-header{margin-bottom:var(--space-4);justify-content:space-between;align-items:center;display:flex}.modal-title{font-size:1.35rem;font-weight:700}.modal-close{color:var(--color-text-muted);background:0 0;border:none;padding:0;font-size:1.75rem;line-height:1}.modal-close:hover{color:var(--color-accent)}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.modal-backdrop,.modal-panel{animation:none}}.auth-form{gap:var(--space-3);flex-direction:column;display:flex}.auth-field{gap:var(--space-1);color:var(--color-text-muted);flex-direction:column;font-size:.85rem;font-weight:600;display:flex}.auth-field input{border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text);padding:.6rem .75rem;font-size:.95rem;font-weight:400}.auth-field input:focus-visible{outline:2px solid var(--color-accent);outline-offset:1px}.auth-form-actions{align-items:center;gap:var(--space-3);margin-top:var(--space-2);display:flex}.auth-switch{margin-top:var(--space-2);color:var(--color-text-muted);font-size:.875rem}.site-header{background:var(--color-surface);border-bottom:1px solid var(--color-border)}.site-header-inner{max-width:1200px;padding:var(--space-4) var(--space-6);justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;margin:0 auto;display:flex}.site-brand{align-items:center;gap:var(--space-3);color:var(--color-text);text-decoration:none;display:flex}.site-logo{width:auto;height:2.75rem}.site-name{letter-spacing:-.01em;font-size:1.35rem;font-weight:700}.site-nav{align-items:center;gap:var(--space-6);flex:1;justify-content:center;margin:0 auto;display:flex}.site-nav-link{color:var(--color-text);padding:var(--space-2) 0;font-size:.95rem;font-weight:600;text-decoration:none;position:relative}.site-nav-link:after{content:"";background:var(--color-accent);transform-origin:0;width:100%;height:2px;transition:transform .2s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.site-nav-link:hover,.site-nav-link.is-active{color:var(--color-accent)}.site-nav-link:hover:after,.site-nav-link.is-active:after{transform:scaleX(1)}.site-auth-nav,.site-user{align-items:center;gap:var(--space-3);display:flex}.site-user-name{font-size:.9rem;font-weight:600}.site-cart-link{width:2.25rem;height:2.25rem;color:var(--color-text);border-radius:var(--radius-sm);justify-content:center;align-items:center;transition:color .15s;display:flex;position:relative}.site-cart-link:hover{color:var(--color-accent)}.site-cart-badge{background:var(--color-accent);min-width:1.1rem;height:1.1rem;color:var(--color-accent-contrast);border-radius:999px;justify-content:center;align-items:center;padding:0 .25rem;font-size:.7rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-.35rem;right:-.35rem}@media (width<=640px){.site-header-inner{padding:var(--space-3) var(--space-4)}.site-name{font-size:1.1rem}.site-user-name{display:none}}.site-footer{color:var(--color-text);border-top:1px solid var(--color-border);background:#f5f3f0;margin-top:auto}.site-footer-inner{max-width:1200px;padding:var(--space-8) var(--space-6) var(--space-4);margin:0 auto}.site-footer-grid{gap:var(--space-8);grid-template-columns:minmax(260px,1.6fr) repeat(3,minmax(140px,1fr));display:grid}.site-footer a{color:inherit;text-decoration:none}.site-footer a:hover{color:var(--color-accent)}.site-footer-brand{font-size:.98rem;line-height:1.35}.site-footer-logo-link{display:inline-flex}.site-footer-logo{width:96px;height:auto}.site-footer-company-name{margin-top:var(--space-2)}.site-footer-group-gap{margin-top:var(--space-4)}.site-footer-column-title{margin:0 0 var(--space-2);font-size:1.25rem;font-weight:700}.site-footer-list{gap:var(--space-1);margin:0;padding:0;list-style:none;display:grid}.site-footer-copy{margin:var(--space-8) 0 0;text-align:center;color:var(--color-text-muted);font-size:.95rem}@media (width<=900px){.site-footer-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media (width<=640px){.site-footer-inner{padding:var(--space-6) var(--space-4) var(--space-3)}.site-footer-grid{gap:var(--space-6);grid-template-columns:1fr}.site-footer-copy{margin-top:var(--space-6);text-align:left}}.home-page{width:100%;max-width:1200px;padding:var(--space-8) var(--space-6);gap:var(--space-8);flex-direction:column;margin:0 auto;display:flex}.hero{text-align:center;padding:var(--space-8) var(--space-4)}.hero-title{letter-spacing:-.02em;font-size:2.5rem;font-weight:800}.hero-subtitle{margin-top:var(--space-4);color:var(--color-text-muted);max-width:640px;margin-left:auto;margin-right:auto;font-size:1.1rem}.services-grid{gap:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));display:grid}.service-card{padding:var(--space-6)}.service-title{margin-bottom:var(--space-2);font-size:1.15rem;font-weight:700}.service-description{color:var(--color-text-muted);font-size:.95rem}@media (width<=640px){.hero-title{font-size:1.85rem}}.breadcrumbs{color:var(--color-text-muted);flex-wrap:wrap;font-size:.85rem;display:flex}.breadcrumbs-segment{align-items:center;display:inline-flex}.breadcrumbs-link{color:var(--color-text-muted);text-decoration:none}.breadcrumbs-link:hover{color:var(--color-accent);text-decoration:underline}.breadcrumbs-current{color:var(--color-text);font-weight:700}.breadcrumbs-separator{margin:0 .4em}.shop-page{width:100%;max-width:1280px;padding:var(--space-8) var(--space-6);gap:var(--space-8);flex:1;grid-template-columns:260px 1fr;align-items:start;margin:0 auto;display:grid}.shop-sidebar{margin-left:-1rem}.shop-sidebar .breadcrumbs{margin-bottom:var(--space-2)}.shop-sidebar-title{margin-bottom:var(--space-6);font-size:2rem;font-weight:800}.shop-filter-group{margin-bottom:var(--space-6)}.shop-filter-title{margin-bottom:var(--space-3);font-size:1.05rem;font-weight:700}.shop-filter-list{gap:var(--space-1);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.shop-filter-item{justify-content:space-between;align-items:center;gap:var(--space-2);border-radius:0 var(--radius-sm) var(--radius-sm) 0;width:100%;padding:var(--space-2) var(--space-3);color:var(--color-text);text-align:left;background:0 0;border:none;border-left:3px solid #0000;font-size:.95rem;display:flex}.shop-filter-item:hover{background:var(--color-bg)}.shop-filter-item.is-active{border-left-color:var(--color-accent);color:var(--color-accent);background:0 0;font-weight:700}.shop-filter-count{color:var(--color-text-muted);font-size:.85rem}.shop-filter-item.is-active .shop-filter-count{color:var(--color-accent)}.shop-content{gap:var(--space-6);flex-direction:column;min-width:0;display:flex}.shop-content-header{justify-content:space-between;align-items:flex-end;gap:var(--space-4);padding-bottom:var(--space-4);border-bottom:1px solid var(--color-border);flex-wrap:wrap;display:flex}.shop-content-title{font-size:1.85rem;font-weight:800}.shop-content-count{margin-top:var(--space-1);color:var(--color-text-muted);font-size:.9rem}.shop-toolbar{align-items:center;gap:var(--space-3);display:flex}.shop-sort-select{border:1.5px solid var(--color-border);border-radius:var(--radius-sm);padding:.55rem var(--space-3);background:var(--color-surface);color:var(--color-text);font-size:.9rem}.shop-view-toggle{gap:var(--space-1);background:var(--color-bg);border-radius:var(--radius-sm);padding:.2rem;display:flex}.shop-view-btn{border-radius:var(--radius-sm);width:2.25rem;height:2.25rem;color:var(--color-text-muted);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.shop-view-btn.is-active{background:var(--color-accent);color:var(--color-accent-contrast)}.shop-loading,.shop-empty{color:var(--color-text-muted)}.shop-grid{gap:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(240px,1fr));display:grid}.product-card-link{color:inherit;text-decoration:none;display:contents}.product-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;transition:border-color .15s;display:flex;overflow:hidden}.product-card-link:hover .product-card,.product-card-link:hover .product-row{border-color:var(--color-accent)}.product-card-image{aspect-ratio:1;background:var(--color-bg)}.product-card-image img{object-fit:cover;width:100%;height:100%;display:block}.product-card-body{padding:var(--space-4);gap:var(--space-2);flex-direction:column;display:flex}.product-title{font-size:1rem;font-weight:700;line-height:1.35}.product-description{color:var(--color-text-muted);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;height:2.8em;font-size:.875rem;line-height:1.4;display:-webkit-box;overflow:hidden}.product-footer{padding-top:var(--space-2);justify-content:space-between;align-items:center;margin-top:auto;display:flex}.product-price{color:var(--color-accent);font-size:1.15rem;font-weight:800}.product-link{color:var(--color-text-muted);font-size:.875rem;font-weight:600;text-decoration:none;transition:color .15s}.product-card-link:hover .product-link{color:var(--color-accent);text-decoration:underline}.shop-list{gap:var(--space-4);flex-direction:column;display:flex}.product-row{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);gap:var(--space-4);padding:var(--space-4);transition:border-color .15s;display:flex}.product-row-image{aspect-ratio:1;border-radius:var(--radius-md);background:var(--color-bg);flex:0 0 140px;overflow:hidden}.product-row-image img{object-fit:cover;width:100%;height:100%;display:block}.product-row-body{gap:var(--space-1);flex-direction:column;flex:1;min-width:0;display:flex}.shop-pagination{justify-content:center;align-items:center;gap:var(--space-4);padding-top:var(--space-4);display:flex}.shop-pagination-btn{border:1.5px solid var(--color-border);background:var(--color-surface);width:2.25rem;height:2.25rem;color:var(--color-text);border-radius:50%;font-size:1rem}.shop-pagination-btn:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent)}.shop-pagination-info{color:var(--color-text-muted);font-size:.9rem}@media (width<=900px){.shop-page{grid-template-columns:1fr}.shop-sidebar{margin-left:0}}.product-page{width:90%;padding:var(--space-8) var(--space-6);gap:var(--space-6);flex-direction:column;flex:1;margin:0 auto;display:flex}.product-page-heading{gap:var(--space-2);flex-direction:column;display:flex}.product-page-title{font-size:2rem;font-weight:800}.product-badge{color:var(--color-accent);text-transform:uppercase;letter-spacing:.03em;font-size:.75rem;font-weight:700}.product-page-main{grid-template-columns:10% minmax(0, 40%) var(--space-8) minmax(0, 40%) 10%;align-items:start;gap:var(--space-8);display:grid}.product-page-image-container{gap:var(--space-3);flex-direction:column;grid-column:2;display:flex}.product-page-image{aspect-ratio:1;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);position:relative;overflow:hidden}.product-page-nav-btn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:2.75rem;height:2.75rem;color:var(--color-text);cursor:pointer;background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;line-height:1;transition:background-color .15s,transform .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 10px #00000026}.product-page-nav-btn:hover{background:#fffffffa;transform:translateY(-50%)scale(1.08)}.product-page-nav-prev{left:var(--space-3)}.product-page-nav-next{right:var(--space-3)}.product-page-thumbnails{gap:var(--space-2);flex-wrap:wrap;display:flex}.product-page-thumbnail{border-radius:var(--radius-md);cursor:pointer;background:var(--color-surface);opacity:.7;border:2px solid #0000;width:4.5rem;height:4.5rem;padding:0;transition:border-color .15s,opacity .15s;overflow:hidden}.product-page-thumbnail:hover{opacity:1}.product-page-thumbnail.is-active{border-color:var(--color-accent);opacity:1}.product-page-thumbnail img{object-fit:cover;width:100%;height:100%;display:block}.product-page-side{gap:var(--space-6);flex-direction:column;grid-column:4;display:flex}.product-page-image img{object-fit:cover;width:100%;height:100%;display:block}.product-image-placeholder{background:var(--color-bg);width:100%;height:100%}.product-page-purchase{box-sizing:border-box;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:360px;max-width:100%;padding:var(--space-6)}.product-page-price-label,.product-page-qty-label{color:var(--color-text-muted);margin-bottom:var(--space-1);font-size:.9rem}.product-page-price{margin-bottom:var(--space-6);font-size:3rem;font-weight:800}.product-page-qty-label{margin-top:0}.product-page-purchase-row{gap:var(--space-3);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.product-page-qty-input{border:1.5px solid var(--color-border);border-radius:var(--radius-sm);width:4.5rem;min-width:0;padding:.65rem var(--space-3);background:var(--color-surface);color:var(--color-text);box-sizing:border-box;flex:0 0 4.5rem;font-size:1rem}.product-page-add-btn{white-space:normal;text-transform:uppercase;letter-spacing:.02em;flex:auto;min-width:0}.product-page-add-note{margin-top:var(--space-3);color:var(--color-text-muted);font-size:.85rem}.product-page-tabs{flex-direction:column;display:flex}.product-page-tab-list{gap:var(--space-6);border-bottom:1px solid var(--color-border);display:flex}.product-page-tab{padding:var(--space-3) 0;color:var(--color-text-muted);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;font-size:1rem}.product-page-tab.is-active{color:var(--color-text);border-bottom-color:var(--color-accent);font-weight:700}.product-page-tab-panel{padding-top:var(--space-6);max-width:70ch;color:var(--color-text);white-space:pre-line;line-height:1.6}.product-page-description{white-space:pre-line}.product-page-placeholder{color:var(--color-text-muted);background:var(--color-bg);border:1px dashed var(--color-border);border-radius:var(--radius-md);padding:var(--space-6);text-align:center}.product-page-video-placeholder{aspect-ratio:16/9;justify-content:center;align-items:center;max-width:640px;display:flex}.product-page-video-grid{gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));display:grid}.product-page-video-item{aspect-ratio:16/9;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;overflow:hidden}.product-page-video-item iframe{width:100%;height:100%;display:block}@media (width<=800px){.product-page-main{flex-direction:column;display:flex}.product-page-image-container{grid-column:auto;width:100%}.product-page-image{width:100%;max-width:none}.product-page-side{grid-column:auto;width:100%}.product-page-purchase{max-width:none}}.contact-page{width:100%;margin:0;padding:40px 20px}.contact-title{text-align:center;color:#333;margin-bottom:40px;font-size:2.5rem}.contact-container{grid-template-columns:1fr 1.5fr;gap:40px;display:grid}.contact-info,.contact-map{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a}.contact-info{padding:50px}.contact-map{padding:0}.contact-info h2,.contact-map h2{color:#333;margin-bottom:20px;font-size:1.8rem}.contact-map h2{margin:20px 20px 15px}.contact-section{line-height:1.8}.contact-section p{color:#666;margin-bottom:12px}.contact-section a{color:#007bff;text-decoration:none}.contact-section a:hover{text-decoration:underline}.map-container{aspect-ratio:16/9;border-radius:8px;overflow:hidden}@media (width<=768px){.contact-container{grid-template-columns:1fr}.contact-page{padding:20px 10px}.contact-title{font-size:2rem}}.about-page{width:100%;margin:0;padding:40px 20px}.about-title{text-align:center;color:#333;margin-bottom:40px;font-size:2.5rem}.about-container{grid-template-columns:1fr;gap:40px;display:grid}.about-content{background:#fff;border-radius:8px;max-width:900px;margin:0 auto;padding:80px;box-shadow:0 2px 10px #0000001a}.about-sidebar{background:#fff;border-radius:8px;padding:80px;box-shadow:0 2px 10px #0000001a}.about-intro{margin-bottom:40px}.about-welcome{color:#06c;font-size:1.3rem;font-weight:600;line-height:1.6}.about-section{margin-bottom:35px}.about-section h2{color:#333;margin-bottom:15px;font-size:1.6rem;font-weight:700}.about-section p{color:#666;margin-bottom:0;font-size:1rem;line-height:1.8}.about-card{background:linear-gradient(135deg,#f9fafb 0%,#f5f6f8 100%);border:1px solid #0000000d;border-radius:8px;padding:30px}.about-card h3{color:#333;margin-bottom:20px;font-size:1.4rem;font-weight:700}.about-list{margin:0;padding:0;list-style:none}.about-list li{color:#555;border-bottom:1px solid #00000014;padding:12px 0;font-size:1rem}.about-list li:last-child{border-bottom:none}.about-list li:before{content:"✓ ";color:#06c;margin-right:8px;font-weight:700}@media (width<=768px){.about-container{grid-template-columns:1fr}.about-page{padding:20px 10px}.about-title{font-size:2rem}.about-content,.about-sidebar{padding:40px}}.cart-page{width:100%;max-width:1320px;padding:var(--space-8) var(--space-6);gap:var(--space-6);flex-direction:column;flex:1;margin:0 auto;display:flex}.cart-page-header{justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.cart-page-title{font-size:2rem;font-weight:800}.cart-page-empty{color:var(--color-text-muted)}.cart-page-layout{gap:var(--space-8);grid-template-columns:1fr 340px;align-items:start;display:grid}.cart-page-main{gap:var(--space-4);flex-direction:column;min-width:0;display:flex}.cart-page-list{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4) var(--space-6)}.cart-page-divider{background:var(--color-border);height:1px;margin:var(--space-4) 0}.cart-item{align-items:center;gap:var(--space-4);display:flex}.cart-item-image{aspect-ratio:1;border-radius:var(--radius-md);background:var(--color-bg);flex:0 0 88px;width:88px;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%;display:block}.cart-item-body{gap:var(--space-1);flex-direction:column;flex:1;min-width:0;display:flex}.cart-item-name{color:var(--color-text);font-weight:700;text-decoration:none}.cart-item-name:hover{color:var(--color-accent);text-decoration:underline}.cart-item-quantity{color:var(--color-text-muted);font-size:.9rem}.cart-item-price{color:var(--color-accent);white-space:nowrap;flex:none;font-size:1.1rem;font-weight:800}.cart-item-remove{flex:none}.cart-summary{top:var(--space-6);gap:var(--space-3);padding:var(--space-6);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;display:flex;position:sticky}.cart-summary-title{margin-bottom:var(--space-1);font-size:1.15rem;font-weight:800}.cart-summary-row{color:var(--color-text);justify-content:space-between;align-items:center;font-size:.95rem;display:flex}.cart-summary-divider{background:var(--color-border);height:1px;margin:var(--space-1) 0}.cart-summary-total{font-size:1.2rem;font-weight:800}.cart-summary-vat{color:var(--color-text-muted);text-align:right;margin-top:calc(var(--space-1) * -1);font-size:.75rem}.cart-summary-login-note{color:var(--color-text-muted);text-align:center;font-size:.85rem}@media (width<=900px){.cart-page-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (width<=640px){.cart-item{flex-wrap:wrap}.cart-item-price{order:3}.cart-item-remove{order:4}}.placeholder-page{width:100%;padding:var(--space-8) var(--space-6);justify-content:center;display:flex}.placeholder-card{width:100%;max-width:700px;padding:var(--space-8);gap:var(--space-4);display:grid}.placeholder-card p{color:var(--color-text-muted)}.placeholder-card .btn{justify-self:start}@media (width<=640px){.placeholder-page{padding:var(--space-6) var(--space-4)}.placeholder-card{padding:var(--space-6)}}.app-shell{flex-direction:column;width:100%;min-height:100vh;display:flex}.app-main{flex-direction:column;flex:1;display:flex}
