:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#4a4a3a;background-color:#faf7f2;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{margin:0;min-height:100vh}#root{min-height:100vh}.header{background:linear-gradient(135deg,#f7f4ee,#f8f3eb,#f2f5ee);padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 20px #0000000d}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:1rem;text-decoration:none;color:inherit}.logo-icon{font-size:2.5rem;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.logo-text h1{font-size:1.5rem;font-weight:700;color:#6b7a5a;margin:0;font-family:Georgia,serif}.tagline{font-size:.85rem;color:#a8a398;margin:0;font-style:italic}.nav{display:flex;gap:2rem}.nav-link{text-decoration:none;color:#6b6555;font-weight:500;padding:.5rem 1rem;border-radius:25px;transition:all .3s ease}.nav-link:hover{background:#a8c5a033;color:#6b7a5a}.nav-link--special{background:linear-gradient(135deg,#d4ddd2,#f5f0e6);border:2px dashed #C8C3BA}.nav-link--special:hover{background:linear-gradient(135deg,#a8c5a0,#d4c8b0)}.cart-link{position:relative;text-decoration:none;font-size:1.5rem;padding:.5rem}.cart-badge{position:absolute;top:-5px;right:-5px;background:#bab5ac;color:#fff;font-size:.75rem;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.header-actions{display:flex;align-items:center;gap:.5rem}.burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:6px;background:none;border:2px solid #B8B3A8;border-radius:8px;cursor:pointer;transition:border-color .3s}.burger:hover{border-color:#6b7a5a}.burger-line{display:block;width:100%;height:2px;background:#6b7a5a;border-radius:2px;transition:transform .3s,opacity .3s}.burger--open .burger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger--open .burger-line:nth-child(2){opacity:0}.burger--open .burger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{max-height:0;overflow:hidden;background:linear-gradient(135deg,#f7f4ee,#f8f3eb,#f2f5ee);transition:max-height .35s ease;display:flex;flex-direction:column}.mobile-menu--open{max-height:400px;box-shadow:0 4px 20px #00000014}.mobile-menu__link{text-decoration:none;color:#6b6555;font-weight:500;padding:.9rem 2rem;border-top:1px solid rgba(139,90,90,.1);transition:background .2s}.mobile-menu__link:hover{background:#a8c5a026}.mobile-menu__link--special{background:linear-gradient(135deg,#d4ddd2,#f5f0e6);font-weight:600}@media(max-width:768px){.header-container{position:relative}.nav{display:none}.burger{display:flex}}.footer{background:linear-gradient(135deg,#faf7f2 0% 100%);margin-top:auto;padding:3rem 0 1rem}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.footer-section h3{color:#6b7a5a;font-size:1.3rem;margin-bottom:1rem}.footer-section h4{color:#968f84;font-size:1rem;margin-bottom:.8rem}.footer-section p{color:#999;font-size:.9rem;line-height:1.6;margin:.5rem 0}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin:.5rem 0}.footer-section ul li a{color:#7a7568;text-decoration:none;font-size:.9rem;position:relative;transition:color .3s ease}.footer-section ul li a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#7ba87a;border-radius:1px;transition:width .3s ease}.footer-section ul li a:hover:after{width:100%}.footer-section ul li a:hover{color:#7ba87a}.footer-bottom{max-width:1400px;margin:2rem auto 0;padding:1rem 2rem;text-align:center;border-top:1px solid #E6E1D8}.footer-bottom p{color:#999;font-size:.85rem;margin:0}.home-page{min-height:100vh}.hero{position:relative;overflow:hidden;text-align:center;padding:5rem 2rem 6rem;background:linear-gradient(160deg,#faf7f2,#f5f1ea,#f5f2eb 60%,#fbf8f0);min-height:70vh;display:flex;align-items:center;justify-content:center}.hero-pattern{position:absolute;inset:0;background-image:radial-gradient(circle,#E2DCD2 1px,transparent 1px),radial-gradient(circle,#DDD8CE .5px,transparent .5px);background-size:48px 48px,24px 24px;background-position:0 0,12px 12px;opacity:.35;pointer-events:none}.hero-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(168,197,160,.25) 0%,transparent 70%);pointer-events:none;z-index:1}.hero-content{max-width:780px;margin:0 auto;position:relative;z-index:2}.hero-badge{display:inline-block;background:#ffffffb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.5rem 1.2rem;border-radius:30px;font-size:.9rem;color:#6b7a5a;font-weight:500;margin-bottom:1.5rem;border:1px solid rgba(168,197,160,.4);letter-spacing:.02em}.hero-title{font-size:3.8rem;color:#5a6a4a;font-family:Georgia,serif;margin-bottom:1.2rem;line-height:1.15;font-weight:400;letter-spacing:-.01em}.hero-title .highlight{color:#7ba87a;position:relative;display:inline-block}.hero-title .highlight:after{content:"";position:absolute;bottom:2px;left:-4px;right:-4px;height:14px;background:#7ba87a26;border-radius:4px;z-index:-1}.hero-subtitle{font-size:1.25rem;color:#7a7568;margin-bottom:2.5rem;line-height:1.7;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2.2rem;border-radius:50px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .35s cubic-bezier(.25,.46,.45,.94);border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:linear-gradient(135deg,#7ba87a,#94b894);color:#fff;box-shadow:0 4px 15px #7ba87a4d,0 1px 3px #7ba87a26}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #7ba87a66,0 2px 6px #7ba87a33}.btn-icon{transition:transform .3s ease}.btn-primary:hover .btn-icon{transform:translate(3px)}.btn-pulse{animation:pulse-glow 2.5s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 4px 15px #7ba87a4d,0 1px 3px #7ba87a26}50%{box-shadow:0 4px 15px #7ba87a4d,0 1px 3px #7ba87a26,0 0 0 8px #7ba87a14}}.btn-secondary{background:#ffffffb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#5a6a4a;border:2px solid rgba(123,168,122,.3)}.btn-secondary:hover{background:#ffffffe6;border-color:#7ba87a;transform:translateY(-2px)}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);animation:scrollBounce 2s ease-in-out infinite;opacity:.6;font-size:1.5rem;color:#6b7a5a;z-index:2}@keyframes scrollBounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}.categories-section{padding:4rem 2rem;max-width:1400px;margin:0 auto}.section-title{font-size:2rem;color:#6b7a5a;text-align:center;margin-bottom:2rem;font-family:Georgia,serif}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.category-card{background:#fff;border-radius:20px;padding:2rem;text-align:center;text-decoration:none;color:inherit;transition:all .35s cubic-bezier(.25,.46,.45,.94);border:2px solid transparent;opacity:0;transform:translateY(20px);animation:cardFadeIn .5s ease forwards}.category-card:nth-child(1){animation-delay:.1s}.category-card:nth-child(2){animation-delay:.2s}.category-card:nth-child(3){animation-delay:.3s}.category-card:nth-child(4){animation-delay:.4s}.category-card:nth-child(5){animation-delay:.5s}.category-card:nth-child(6){animation-delay:.6s}.category-card:nth-child(7){animation-delay:.7s}.category-card:nth-child(8){animation-delay:.8s}@keyframes cardFadeIn{to{opacity:1;transform:translateY(0)}}.category-card:hover{transform:translateY(-5px) scale(1.02);border-color:#b8c8b0;box-shadow:0 12px 35px #b4beaa33}.category-emoji{font-size:3rem;display:block;margin-bottom:1rem;transition:transform .35s ease}.category-card:hover .category-emoji{transform:scale(1.15) rotate(-5deg)}.category-card h3{font-size:1.1rem;color:#6b7a5a;margin-bottom:.5rem}.category-card p{font-size:.9rem;color:#999;margin:0}.featured-section{padding:4rem 2rem;background:#faf7f2}.products-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.product-card{background:#fff;border-radius:20px;padding:1.5rem;text-decoration:none;color:inherit;transition:all .3s ease;position:relative;overflow:hidden}.product-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.badge{position:absolute;top:1rem;left:1rem;padding:.3rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600}.badge-new{background:#bab5ac;color:#fff}.product-image{font-size:4.5rem;text-align:center;padding:2rem 1.5rem;background:linear-gradient(145deg,#f7f4ee,#faf7f2);border-radius:15px;margin-bottom:1rem;position:relative;overflow:hidden;transition:transform .4s ease}.product-image img{width:100%;height:200px;object-fit:cover;border-radius:15px}.product-image:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}@keyframes gentlePulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.product-info h3{font-size:1.1rem;color:#6b7a5a;margin-bottom:.5rem}.product-price{font-size:1.2rem;font-weight:700;color:#bab5ac;margin:0}.configurator-promo{background:linear-gradient(135deg,#d4ddd2,#f5f0e6,#e0e8d6);padding:4rem 2rem;text-align:center}.promo-content h2{font-size:2rem;color:#6b7a5a;margin-bottom:1rem;font-family:Georgia,serif}.promo-content p{font-size:1.1rem;color:#999;max-width:600px;margin:0 auto 2rem}.delivery-section{padding:4rem 2rem;max-width:1200px;margin:0 auto}.delivery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.delivery-card{background:linear-gradient(135deg,#f8f4ed,#faf7f2);border-radius:20px;padding:2rem;text-align:center;border:2px solid rgba(210,180,140,.2);transition:all .3s ease}.delivery-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #d2b48c26;border-color:#d2b48c66}.delivery-icon{font-size:2.8rem;display:block;margin-bottom:1rem}.delivery-card h3{font-size:1.15rem;color:#6b7a5a;margin-bottom:.8rem;font-family:Georgia,serif}.delivery-card p{font-size:.95rem;color:#999;margin:.3rem 0;line-height:1.5}.delivery-price{font-weight:600;color:#6b7a5a;margin-top:.5rem!important}@media(max-width:768px){.delivery-grid{grid-template-columns:1fr;gap:1rem}}.contacts-section{padding:4rem 2rem;max-width:800px;margin:0 auto}.contacts-content{display:flex;justify-content:center}.contacts-card{background:#fff;border-radius:20px;padding:2.5rem;text-align:center;box-shadow:0 4px 20px #8b5a5a14;width:100%}.contacts-text{font-size:1.1rem;color:#999;margin-bottom:2rem}.contacts-links{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.contact-link{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;border-radius:50px;background:linear-gradient(135deg,#f7f4ee,#faf7f2);color:#6b7a5a;text-decoration:none;font-size:1rem;font-weight:600;transition:all .3s ease;border:2px solid #D6D1C8}.contact-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b4beaa33;border-color:#bab5ac}.contact-icon{font-size:1.3rem}@media(max-width:768px){.hero{padding:3.5rem 1.5rem 4rem;min-height:auto}.hero-title{font-size:2.4rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:320px;justify-content:center}.hero-glow{width:300px;height:300px}}.breadcrumbs{margin-bottom:1rem}.breadcrumbs-list{display:flex;align-items:center;flex-wrap:wrap;gap:0;list-style:none;padding:0;margin:0;font-size:.85rem}.breadcrumb-item{display:flex;align-items:center}.breadcrumb-separator{color:#bab5ac;margin:0 .5rem;font-weight:600}.breadcrumb-item a{color:#9e998e;text-decoration:none;transition:color .2s ease}.breadcrumb-item a:hover{color:#bab5ac}.breadcrumb-current span{color:#6b7a5a;font-weight:500}@media(max-width:600px){.breadcrumbs-list{font-size:.78rem}.breadcrumb-separator{margin:0 .3rem}}.catalog-page{padding:2rem;max-width:1400px;margin:0 auto}.catalog-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;flex-wrap:wrap;gap:1.25rem}.catalog-title-block h1{font-size:2rem;color:#6b7a5a;font-family:Georgia,serif;margin:0 0 .3rem;display:flex;align-items:center;gap:.3rem}.catalog-title-emoji{font-size:1.6rem}.catalog-subtitle{color:#9a958a;font-size:.95rem;margin:0 0 .25rem;line-height:1.5}.catalog-count{color:#a8a398;font-size:.85rem;margin:0}.catalog-controls{display:flex;gap:.75rem;align-items:center}.search-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:14px;color:#b5b0a5;pointer-events:none}.search-input{padding:.7rem 2.2rem .7rem 2.6rem;border:2px solid #E6E1D8;border-radius:14px;font-size:.95rem;outline:none;transition:border-color .25s,box-shadow .25s;width:240px;background:#fff}.search-input:focus{border-color:#c2bdb4;box-shadow:0 0 0 3px #a8c5a026}.search-input::placeholder{color:#b8b3a8}.search-clear{position:absolute;right:10px;background:none;border:none;color:#ada89d;cursor:pointer;font-size:.8rem;padding:2px 6px;border-radius:50%;transition:color .2s}.search-clear:hover{color:#7ba87a}.sort-select{padding:.7rem 1.2rem;border:2px solid #E6E1D8;border-radius:14px;font-size:.95rem;background:#fff;outline:none;cursor:pointer;transition:border-color .25s}.sort-select:focus{border-color:#c2bdb4}.category-pills{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #EDE8E0}.category-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.55rem 1rem;border-radius:50px;text-decoration:none;color:#7a7568;background:#fff;border:1.5px solid #E8E3DA;font-size:.88rem;font-weight:500;transition:all .25s ease;white-space:nowrap}.category-pill:hover{border-color:#b8c8b0;background:#f7f4ee;color:#6b986a;transform:translateY(-1px);box-shadow:0 3px 10px #b4beaa1f}.category-pill.active{background:linear-gradient(135deg,#d4ddd2,#eae4da);border-color:#c5c0b7;color:#5a6a4a;font-weight:600;box-shadow:0 2px 8px #a8c5a040}.pill-emoji{font-size:1rem}.pill-count{background:#8b5a5a14;padding:.1rem .45rem;border-radius:20px;font-size:.75rem;font-weight:600;color:#9a958a}.category-pill.active .pill-count{background:#8b5a5a26;color:#5a6a4a}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.product-card{background:#fff;border-radius:20px;overflow:hidden;transition:all .35s cubic-bezier(.25,.46,.45,.94);position:relative;border:2px solid transparent;animation:cardAppear .4s ease both}@keyframes cardAppear{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.product-card:hover{border-color:#d6d1c8;box-shadow:0 12px 40px #b4beaa2e;transform:translateY(-4px)}.product-card-link{text-decoration:none;color:inherit;display:block}.product-image-wrap{position:relative;overflow:hidden}.product-image{font-size:4.5rem;text-align:center;padding:2rem 1.5rem;background:linear-gradient(145deg,#f7f4ee,#faf7f2);transition:transform .4s ease}.product-image img{width:100%;height:220px;object-fit:cover;border-radius:15px}.product-card:hover .product-image{transform:scale(1.05)}.product-image-overlay{position:absolute;inset:0;background:#a8c5a059;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.product-image-overlay span{background:#fff;padding:.5rem 1.2rem;border-radius:20px;font-size:.9rem;font-weight:600;color:#6b7a5a;transform:translateY(8px);transition:transform .3s ease}.product-card:hover .product-image-overlay{opacity:1}.product-card:hover .product-image-overlay span{transform:translateY(0)}.product-info{padding:1rem 1.25rem .75rem}.product-name{font-size:1.05rem;color:#5a6a4a;margin:0 0 .4rem;font-weight:600;line-height:1.3}.product-short-desc{font-size:.82rem;color:#a09b90;margin:0 0 .6rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-bottom{display:flex;align-items:center;justify-content:space-between}.product-price{font-size:1.25rem;font-weight:700;color:#7ba87a;margin:0}.product-customize{font-size:1.1rem;cursor:help}.btn-add-to-cart{display:flex;align-items:center;justify-content:center;gap:.4rem;width:calc(100% - 2.5rem);margin:.5rem 1.25rem 1.25rem;padding:.7rem;background:linear-gradient(135deg,#bab5ac,#c5c0b7);color:#fff;border:none;border-radius:14px;font-size:.92rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-add-to-cart:hover:not(:disabled){background:linear-gradient(135deg,#b8b3aa,#bdb8af);transform:scale(1.02);box-shadow:0 4px 16px #a8b49b4d}.btn-add-to-cart:active:not(:disabled){transform:scale(.98)}.btn-add-to-cart.added{background:linear-gradient(135deg,#7ecf8e,#5bbf6f)}.btn-add-to-cart:disabled{cursor:default}.cart-icon,.cart-check{font-size:1rem}.badge{position:absolute;top:1rem;left:1rem;padding:.3rem .75rem;border-radius:20px;font-size:.72rem;font-weight:600;z-index:2;letter-spacing:.02em}.badge-new{background:linear-gradient(135deg,#bab5ac,#b8b3aa);color:#fff;box-shadow:0 2px 8px #a8b49b4d}.badge-outofstock{background:#ddd8ce;color:#7a7568}.no-products{grid-column:1 / -1;text-align:center;padding:4rem 2rem}.no-products-emoji{font-size:3rem;margin-bottom:1rem}.no-products h3{color:#6b7a5a;font-size:1.3rem;margin:0 0 .5rem}.no-products p{color:#a09b90;margin:0 0 1.5rem}.no-products-link{display:inline-block;padding:.65rem 1.5rem;background:linear-gradient(135deg,#bab5ac,#c5c0b7);color:#fff;border-radius:25px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .25s ease}.no-products-link:hover{transform:scale(1.03);box-shadow:0 4px 15px #b4beaa4d}@media(max-width:900px){.catalog-header{flex-direction:column;align-items:stretch}.catalog-controls{flex-direction:column}.search-input,.sort-select{width:100%}.category-pills{overflow-x:auto;flex-wrap:nowrap;padding-bottom:1rem;-webkit-overflow-scrolling:touch}.category-pills::-webkit-scrollbar{height:3px}.category-pills::-webkit-scrollbar-thumb{background:#d6d1c8;border-radius:3px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}}@media(max-width:600px){.catalog-page{padding:1rem}.catalog-title-block h1{font-size:1.5rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-image{font-size:3rem;padding:1.25rem 1rem}.product-name{font-size:.9rem}.product-price{font-size:1.05rem}.btn-add-to-cart{font-size:.82rem;padding:.6rem;width:calc(100% - 1.5rem);margin:.4rem .75rem .75rem}.product-info{padding:.75rem .75rem .5rem}.product-short-desc{font-size:.75rem;-webkit-line-clamp:1}}.product-page{padding:2rem;max-width:1200px;margin:0 auto}.product-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;background:#fff;border-radius:30px;padding:3rem;box-shadow:0 5px 30px #0000000d}.product-gallery{display:flex;flex-direction:column;align-items:center}.main-image{font-size:10rem;background:linear-gradient(135deg,#f7f4ee,#faf7f2);border-radius:20px;width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;overflow:hidden}.main-image img{width:100%;height:100%;object-fit:cover;border-radius:20px}.image-dots{display:flex;gap:.5rem;margin-top:1rem}.dot{width:10px;height:10px;border-radius:50%;background:#e6e1d8;cursor:pointer;transition:all .3s ease}.dot.active{background:#bab5ac;width:30px;border-radius:5px}.product-details{display:flex;flex-direction:column;gap:1.5rem}.breadcrumbs{font-size:.9rem;color:#999}.breadcrumbs a{color:#999;text-decoration:none}.breadcrumbs a:hover{color:#bab5ac}.product-title{font-size:2.5rem;color:#6b7a5a;font-family:Georgia,serif;margin:0}.product-price-big{font-size:2rem;color:#bab5ac;font-weight:700;margin:0}.product-description{color:#666;line-height:1.7;font-size:1.05rem}.product-meta{padding:1rem 0;border-top:1px solid #EDEAE3;border-bottom:1px solid #EDEAE3}.stock{font-weight:600}.in-stock{color:#4caf50}.out-of-stock{color:#f44336}.product-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn-large{padding:1rem 2rem;font-size:1.1rem}.product-features{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.feature{display:flex;align-items:center;gap:.75rem;color:#7a7568;font-size:.95rem}.feature-icon{font-size:1.2rem}@media(max-width:900px){.product-container{grid-template-columns:1fr;gap:2rem;padding:2rem}.product-title{font-size:2rem}.main-image{font-size:6rem}}.cart-page{padding:2rem;max-width:1200px;margin:0 auto}.cart-page h1{font-size:2rem;color:#6b7a5a;font-family:Georgia,serif;margin-bottom:2rem}.cart-empty{text-align:center;padding:4rem 2rem}.empty-icon{font-size:5rem;margin-bottom:1rem;opacity:.5}.cart-empty h2{color:#6b7a5a;margin-bottom:.5rem}.cart-empty p{color:#999;margin-bottom:2rem}.cart-layout{display:grid;grid-template-columns:1fr 350px;gap:2rem}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;align-items:center;gap:1.5rem;background:#fff;padding:1.5rem;border-radius:15px;box-shadow:0 2px 10px #0000000d}.item-image{font-size:3rem;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f7f4ee,#faf7f2);border-radius:15px}.item-details{flex:1}.item-details h3{font-size:1.1rem;color:#6b7a5a;margin-bottom:.25rem}.item-price{color:#bab5ac;font-weight:600;margin:0}.item-quantity{display:flex;align-items:center;gap:.75rem;background:#f7f4ee;padding:.5rem 1rem;border-radius:25px}.qty-btn{width:30px;height:30px;border:none;background:#fff;border-radius:50%;font-size:1.2rem;cursor:pointer;transition:all .3s ease}.qty-btn:hover{background:#bab5ac;color:#fff}.item-total{font-size:1.1rem;font-weight:700;color:#6b7a5a;min-width:100px;text-align:right}.remove-btn{width:35px;height:35px;border:none;background:#f7f4ee;border-radius:50%;color:#bab5ac;font-size:1rem;cursor:pointer;transition:all .3s ease}.remove-btn:hover{background:#bab5ac;color:#fff}.cart-summary{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 5px 20px #0000000d;height:fit-content;position:sticky;top:120px}.cart-summary h3{font-size:1.3rem;color:#6b7a5a;margin-bottom:1.5rem}.summary-rows{border-bottom:1px solid #EDEAE3;padding-bottom:1rem;margin-bottom:1rem}.summary-row{display:flex;justify-content:space-between;padding:.5rem 0;color:#666;font-size:.95rem}.summary-total{display:flex;justify-content:space-between;font-size:1.4rem;font-weight:700;color:#6b7a5a;margin-bottom:1.5rem}.cart-summary .btn{width:100%;text-align:center;margin-bottom:.75rem}@media(max-width:900px){.cart-layout{grid-template-columns:1fr}.cart-item{flex-wrap:wrap}.item-quantity{order:5;width:100%;justify-content:center;margin-top:1rem}}.checkout-page{padding:2rem;max-width:900px;margin:0 auto}.checkout-page h1{font-size:2rem;color:#6b7a5a;font-family:Georgia,serif;margin-bottom:2rem}.checkout-form{display:flex;flex-direction:column;gap:2rem}.form-section{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 2px 15px #0000000d}.form-section h2{font-size:1.2rem;color:#6b7a5a;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px dashed #E6E1D8}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#6b7a5a;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid #E6E1D8;border-radius:12px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#bab5ac}.form-group textarea{resize:vertical}.order-summary{background:linear-gradient(135deg,#f7f4ee,#faf7f2);padding:2rem;border-radius:20px;border:2px dashed #D6D1C8}.order-summary h2{font-size:1.2rem;color:#6b7a5a;margin-bottom:1rem}.order-items{border-bottom:1px solid #E6E1D8;padding-bottom:1rem;margin-bottom:1rem}.order-item{display:flex;justify-content:space-between;padding:.5rem 0;color:#666;font-size:.95rem}.order-total{display:flex;justify-content:space-between;font-size:1.4rem;font-weight:700;color:#6b7a5a;margin-bottom:1.5rem}.btn-large{width:100%;padding:1.25rem;font-size:1.1rem}.payment-info{text-align:center;color:#999;font-size:.9rem;margin-top:1rem}@media(max-width:600px){.form-row{grid-template-columns:1fr}}.about-page{max-width:1000px;margin:0 auto;padding-bottom:3rem}.about-hero{background:linear-gradient(135deg,#f7f4ee,#faf7f2,#f2f5ee);text-align:center;padding:4rem 2rem;border-radius:0 0 40px 40px}.about-hero h1{font-size:3rem;color:#6b7a5a;font-family:Georgia,serif;margin-bottom:.5rem}.hero-tagline{font-size:1.2rem;color:#999;font-style:italic}.about-content{padding:2rem}.about-story{background:#fff;padding:2.5rem;border-radius:20px;margin-bottom:2rem;box-shadow:0 5px 20px #0000000d}.about-story h2{font-size:1.5rem;color:#6b7a5a;margin-bottom:1rem}.about-story p{color:#666;line-height:1.8;margin-bottom:1rem}.about-craftswoman{background:#fff;padding:2.5rem;border-radius:20px;margin-bottom:2rem;box-shadow:0 5px 20px #0000000d}.about-craftswoman h2{font-size:1.5rem;color:#6b7a5a;margin-bottom:1rem}.about-craftswoman p{color:#666;line-height:1.8;margin-bottom:1rem;font-style:italic}.about-craftswoman p:last-child{font-style:italic;color:#888;border-left:3px solid #BAB5AC;padding-left:1rem;margin-top:1.5rem}.about-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem}.value-card{background:#fff;padding:2rem;border-radius:20px;text-align:center;box-shadow:0 5px 20px #0000000d;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-icon{font-size:2.5rem;display:block;margin-bottom:1rem}.value-card h3{font-size:1.1rem;color:#6b7a5a;margin-bottom:.5rem}.value-card p{color:#999;font-size:.95rem;line-height:1.5}.about-faq{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 5px 20px #0000000d}.about-faq h2{font-size:1.5rem;color:#6b7a5a;margin-bottom:1.5rem}.about-faq details{border-bottom:1px solid #EDEAE3;padding:1rem 0}.about-faq summary{cursor:pointer;font-weight:600;color:#6b7a5a;padding:.5rem 0;list-style:none;display:flex;justify-content:space-between;align-items:center}.about-faq summary:after{content:"+";font-size:1.5rem;color:#bab5ac}.about-faq details[open] summary:after{content:"−"}.about-faq details p{color:#666;line-height:1.6;padding-top:.5rem;margin:0}.not-found-page{display:flex;align-items:center;justify-content:center;min-height:70vh;padding:2rem;text-align:center}.not-found-content{max-width:500px;animation:fadeIn .6s ease}.not-found-illustration{margin-bottom:1.5rem;position:relative;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center}.yarn-ball{font-size:4rem;animation:wobble 2s ease-in-out infinite}.unraveled{font-size:1.5rem;letter-spacing:.3rem;opacity:.6;animation:unravel 3s ease-in-out infinite}.not-found-title{font-size:6rem;font-weight:800;color:#bab5ac;line-height:1;margin:0 0 .5rem;font-family:Georgia,serif;text-shadow:2px 2px 0 #E6E1D8}.not-found-text{font-size:1.5rem;color:#6b7a5a;margin:0 0 .5rem;font-family:Georgia,serif}.not-found-sub{font-size:1rem;color:#9e998e;margin:0 0 2rem;line-height:1.6}.not-found-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.not-found-actions .btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;border-radius:25px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.btn-home{background:linear-gradient(135deg,#bab5ac,#c5c0b7);color:#fff;box-shadow:0 4px 15px #b4beaa4d}.btn-home:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b4beaa66}.btn-catalog{background:#fff;color:#6b7a5a;border:2px solid #E6E1D8}.btn-catalog:hover{background:#f7f4ee;border-color:#bab5ac;transform:translateY(-2px)}.not-found-knit-hint{font-size:.9rem;color:#ada89d;padding:1rem;background:#f7f4ee;border-radius:15px;border:1px dashed #E6E1D8}@keyframes wobble{0%,to{transform:rotate(-5deg)}50%{transform:rotate(5deg)}}@keyframes unravel{0%,to{opacity:.4;letter-spacing:.2rem}50%{opacity:.8;letter-spacing:.5rem}}@media(max-width:480px){.not-found-title{font-size:4rem}.not-found-text{font-size:1.2rem}.not-found-actions{flex-direction:column}.not-found-actions .btn{width:100%;justify-content:center}}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#faf7f2;color:#4a4a3a}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}a{color:inherit}button{font-family:inherit}img{max-width:100%}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f2efe8}::-webkit-scrollbar-thumb{background:#d6d1c8;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#bab5ac}::selection{background:#d6d1c8;color:#6b7a5a}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease}
