@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Luxurious+Script&display=swap);@import url(https://fonts.googleapis.com/icon?family=Material+Icons);*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;color:#333;font-family:Roboto,sans-serif;font-weight:300;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}.btn{border-radius:25px;display:inline-block;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2)}.btn-primary:hover{box-shadow:0 8px 25px #667eea4d;transform:translateY(-2px)}.btn-secondary{background:#f8f9fa;border:1px solid #e9ecef;color:#333}.btn-secondary:hover{background:#e9ecef}@media (max-width:768px){.btn{font-size:14px;padding:10px 20px}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;box-shadow:0 2px 20px #00000014;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-container{align-items:center;display:flex;height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.logo{color:#000;cursor:pointer;font-family:Luxurious Script,cursive;font-size:48px;font-style:normal;font-weight:400;letter-spacing:-.5px;transition:transform .3s ease}.logo:active{transform:scale(.95)}.header-right{align-items:center;display:flex;gap:30px}.nav{display:flex;gap:15px}.nav-item{align-items:center;background:none;border:none;border-radius:20px;color:#666;cursor:pointer;display:flex;flex-direction:column;font-size:14px;gap:4px;padding:8px 16px;transition:all .3s ease}.nav-item.active,.nav-item:hover{background:#f8f9fa;color:#000;transform:translateY(-2px)}.nav-icon{color:inherit;font-size:20px}.cart-btn{align-items:center;background:none;border:1px solid #e2e8f0;border-radius:20px;color:#666;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:8px 16px;position:relative;transition:all .3s ease}.cart-btn:hover{background:#f7fafc;border-color:#cbd5e0;color:#000;transform:translateY(-2px)}.cart-icon{color:inherit;font-size:20px}.cart-badge{align-items:center;background:#f44;border-radius:50%;color:#fff;display:flex;font-size:12px;font-weight:700;height:20px;justify-content:center;min-width:20px;padding:0 5px;position:absolute;right:-8px;text-shadow:0 1px 2px #0000004d;top:-8px}.mobile-controls{align-items:center;display:none;gap:15px}.mobile-menu-btn{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-size:28px;justify-content:center;padding:5px;transition:all .3s ease}.mobile-menu-btn:hover{color:#000;transform:scale(1.1)}.mobile-cart-btn{align-items:center;background:none;border:1px solid #e2e8f0;border-radius:50%;color:#666;cursor:pointer;display:flex;height:40px;justify-content:center;position:relative;transition:all .3s ease;width:40px}.mobile-cart-btn:hover{background:#f7fafc;border-color:#cbd5e0;color:#000}.mobile-cart-badge{align-items:center;background:#f44;border-radius:50%;color:#fff;display:flex;font-size:10px;font-weight:700;height:18px;justify-content:center;min-width:18px;padding:0 4px;position:absolute;right:-5px;text-shadow:0 1px 2px #0000004d;top:-5px}.mobile-menu-overlay{background:#00000080;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .3s ease;visibility:hidden;z-index:999}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu{background:#fff;box-shadow:-5px 0 15px #0000001a;display:flex;flex-direction:column;height:100%;position:fixed;right:-100%;top:0;transition:right .3s ease;width:300px;z-index:1000}.mobile-menu.open{right:0}.mobile-menu-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:20px}.mobile-menu-close{background:none;border:none;color:#666;cursor:pointer;font-size:24px;padding:5px}.mobile-menu-content{display:flex;flex:1 1;flex-direction:column;gap:10px;overflow-y:auto;padding:20px}.mobile-menu-item{align-items:center;background:none;border:none;border-radius:12px;color:#333;cursor:pointer;display:flex;font-size:18px;gap:15px;padding:16px 20px;text-align:left;transition:all .3s ease}.mobile-menu-item:hover{background:#fafafa;transform:translateX(5px)}.mobile-menu-item.active{background:#fafafa;border-left:4px solid #000;color:#000;font-weight:500}.mobile-menu-icon{font-size:24px;width:30px}.mobile-menu-footer{border-top:1px solid #e2e8f0;padding:20px}.mobile-menu-cart-btn{align-items:center;background:#000;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:500;gap:10px;justify-content:center;padding:16px 20px;position:relative;transition:all .3s ease;width:100%}.mobile-menu-cart-btn:hover{background:#333;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.mobile-menu-cart-badge{align-items:center;background:#f44;border-radius:50%;color:#fff;display:flex;font-size:12px;font-weight:700;height:24px;justify-content:center;min-width:24px;padding:0 6px;text-shadow:0 1px 2px #0000004d}@media (max-width:768px){.header-container{padding:0 15px}.header-right,.nav{display:none}.mobile-controls{display:flex}.logo{font-size:42px}}@media (max-width:480px){.logo{font-size:38px}.mobile-controls{gap:10px}.mobile-menu-btn{font-size:24px}.mobile-cart-btn{height:36px;width:36px}.mobile-menu{max-width:300px;width:85%}.mobile-menu-cart-btn,.mobile-menu-item{font-size:16px;padding:14px 18px}}@media (max-width:320px){.mobile-menu{max-width:none;width:100%}}.hero{align-items:center;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative}.hero-background{background:#000;z-index:-2}.hero-background,.hero-image-rows{height:100%;left:0;position:absolute;top:0;width:100%}.hero-image-rows{grid-gap:0;display:grid;gap:0;grid-template-rows:1fr 1fr 1fr;will-change:transform;z-index:-1}.hero-image-row{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;gap:15px;height:100%;padding:5px 0;transform:translateZ(0);width:-webkit-max-content;width:max-content;will-change:transform}.hero-image-placeholder{border-radius:20px;flex-shrink:0;height:300px;isolation:isolate;overflow:hidden;transition:all .3s ease;width:400px}.hero-row-top{animation:hero-slideLeft 120s linear infinite;animation-play-state:paused}.hero-row-middle{animation:hero-slideRight 120s linear infinite;animation-play-state:paused}.hero-row-bottom{animation:hero-slideLeft 120s linear infinite;animation-play-state:paused}.hero-row-bottom.animate,.hero-row-middle.animate,.hero-row-top.animate{animation-play-state:running}.hero-image-placeholder.loading{animation:loading 1.5s infinite;background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%);background-size:200% 100%;box-shadow:0 4px 15px #0000004d}.hero-image-placeholder:not(.loading){background:#fafafa;box-shadow:0 4px 15px #0003;transform:translateZ(0)}.hero-image-placeholder:hover{box-shadow:0 6px 25px #00000080;transform:scale(1.02) translateZ(0)}.hero-image-placeholder img{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:20px;height:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;object-fit:cover;opacity:0;transform:translateZ(0);transition:opacity .5s ease;width:100%}.hero-image-placeholder img.loaded{opacity:1}.hero-image-placeholder .material-icons{color:#000;font-size:3.5vw;opacity:.7;transition:opacity .3s ease}.hero-image-placeholder .image-loader{align-items:center;color:#666;display:flex;height:100%;justify-content:center;width:100%}.hero-image-placeholder.loading .image-loader .material-icons{animation:pulse 1.5s ease-in-out infinite;color:#666;font-size:2.5rem}.hero-overlay{background:#000c;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.hero-content{margin:0 auto;max-width:1200px;padding:0 20px;position:relative;text-align:center;z-index:1}.hero-text{opacity:0;transform:translateY(100px);transition:all 1s ease}.hero-text.hero-visible{opacity:1;transform:translateY(0)}.hero-text h1{color:#fff;font-size:3.5rem;font-weight:400;line-height:1.2;margin-bottom:20px}.hero-text p{color:#e2e8f0;font-size:1.2rem;line-height:1.6;margin-bottom:30px;margin-left:auto;margin-right:auto;max-width:600px}.hero-btn{align-items:center;border:none;border-radius:50px;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:400;gap:10px;justify-content:center;min-height:52px;padding:15px 40px;text-decoration:none;transition:all .3s ease}.hero-btn-primary{background:#fff;color:#000}.cartIcon{height:-webkit-fit-content;height:fit-content;width:24px}.cartIcon path{fill:#000}.hero-btn-primary:hover{transform:translateY(-2px)}@keyframes hero-slideLeft{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes hero-slideRight{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.loading-delay{animation-delay:1s}@media (max-width:1024px){.hero-image-placeholder{height:380px;width:380px}.hero-text h1{font-size:3rem}}@media (max-width:768px){.hero{height:100vh}.hero-text h1{font-size:2.2rem;margin-bottom:15px}.hero-text p{font-size:1rem;margin-bottom:25px;padding:0 10px}.hero-btn{font-size:1rem;margin:0 auto;max-width:280px;min-height:48px;padding:14px 30px}.hero-image-placeholder{height:320px;width:320px}.hero-image-placeholder .material-icons{font-size:5vw}.hero-row-bottom,.hero-row-middle,.hero-row-top{animation-duration:100s;gap:15px;padding:8px}.cartIcon{width:22px}}@media (max-width:480px){.hero-text h1{font-size:1.8rem;margin-bottom:12px}.hero-text p{font-size:.95rem;margin-bottom:20px}.hero-btn{font-size:.95rem;max-width:250px;min-height:44px;padding:12px 24px}.hero-image-placeholder{border-radius:15px;gap:8px;height:270px;width:270px}.hero-image-placeholder .material-icons{font-size:6vw}.hero-row-bottom,.hero-row-middle,.hero-row-top{animation-duration:80s;gap:12px;padding:6px}.hero-image-placeholder img{border-radius:15px}.cartIcon{width:20px}}@media (max-width:360px){.hero-text h1{font-size:1.6rem}.hero-btn{font-size:.9rem;max-width:220px;min-height:40px;padding:10px 20px}.hero-image-placeholder{height:270px;width:270px}}.product-card{animation:fadeInUp .5s ease forwards;background:#fff;border-radius:15px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;height:100%;opacity:0;padding:15px;transform:translateY(20px);transition:all .3s ease}.product-card:first-child{animation-delay:.05s}.product-card:nth-child(2){animation-delay:.1s}.product-card:nth-child(3){animation-delay:.15s}.product-card:nth-child(4){animation-delay:.2s}.product-card:nth-child(5){animation-delay:.25s}.product-card:nth-child(6){animation-delay:.3s}.product-card:nth-child(7){animation-delay:.35s}.product-card:nth-child(8){animation-delay:.4s}.product-card:nth-child(9){animation-delay:.45s}.product-card:nth-child(10){animation-delay:.5s}.product-card:nth-child(11){animation-delay:.55s}.product-card:nth-child(12){animation-delay:.6s}.product-card:nth-child(13){animation-delay:.65s}.product-card:nth-child(14){animation-delay:.7s}.product-card:nth-child(15){animation-delay:.75s}.product-card:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-3px)}.product-image-container{border-radius:12px;height:180px;margin-bottom:15px;overflow:hidden;position:relative;width:100%}.product-image-container:before{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:1}.product-image-container.loading:before{opacity:1}.product-image,.product-image-emoji{animation:imageFadeIn .5s ease .3s forwards;height:100%;object-fit:cover;opacity:0;position:relative;transition:transform .5s ease;width:100%;z-index:2}.product-image-emoji{align-items:center;background:linear-gradient(135deg,#fce7f3,#f0f9ff);border-radius:12px;display:flex;font-size:60px;justify-content:center;transition:all .3s ease}.product-image-container.loading .product-image-emoji{animation:loading 1.5s infinite,imageFadeIn .5s ease .3s forwards;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%}@keyframes imageFadeIn{0%{opacity:0}to{opacity:1}}.product-card:hover .product-image,.product-card:hover .product-image-emoji{transform:scale(1.05)}.product-info{display:flex;flex:1 1;flex-direction:column}.product-title{-webkit-line-clamp:2;animation:textFadeIn .6s ease .4s forwards;color:#2d3748;font-size:1rem;font-weight:400;line-height:1.3;margin-bottom:8px}.product-description,.product-title{-webkit-box-orient:vertical;display:-webkit-box;opacity:0;overflow:hidden;text-overflow:ellipsis}.product-description{-webkit-line-clamp:3;animation:textFadeIn .6s ease .5s forwards;color:#666;flex:1 1;font-size:.85rem;line-height:1.4;margin-bottom:15px}@keyframes textFadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.product-price-row{align-items:center;animation:textFadeIn .6s ease .6s forwards;display:flex;justify-content:space-between;margin-top:auto;opacity:0}.product-price{color:#2d3748;font-size:1.1rem;font-weight:500}.product-btn{align-items:center;background:#fff;border:none;border-radius:20px;box-shadow:0 2px 8px #0000001a;color:#000;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:400;gap:6px;justify-content:center;min-width:100px;overflow:hidden;padding:8px 15px;position:relative;transition:all .3s ease}.product-btn:hover:not(:disabled):not(.in-cart){background:#f8fafc;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.cartIcon{fill:currentColor;height:16px;transition:all .3s ease;width:16px}.product-btn:hover:not(:disabled):not(.in-cart) .cartIcon{transform:scale(1.1)}.product-btn.in-cart{background:#22c55e!important;color:#fff!important;cursor:default!important}.product-btn.in-cart .cartIcon{fill:#fff!important}.product-btn.in-cart:hover{box-shadow:none!important;transform:none!important}.product-btn.in-cart:hover:before{background:#22c55e;border-radius:6px;color:#fff;content:"Товар уже в корзине";font-size:12px;font-weight:500;left:50%;padding:6px 12px;position:absolute;top:-40px;transform:translateX(-50%);white-space:nowrap;z-index:1000}.product-btn.in-cart:hover:after{border-left:6px solid #0000;border-right:6px solid #0000;border-top:6px solid #22c55e;content:"";left:50%;position:absolute;top:-10px;transform:translateX(-50%)}.product-btn.out-of-stock{background:#94a3b8!important;color:#e2e8f0!important;cursor:not-allowed!important;opacity:.6}.product-btn.out-of-stock .cartIcon{fill:#e2e8f0!important}.product-btn.out-of-stock:hover{box-shadow:none!important;transform:none!important}.product-btn.out-of-stock:hover:before{background:#ef4444;border-radius:6px;color:#fff;content:"Товар закончился";font-size:12px;font-weight:500;left:50%;padding:6px 12px;position:absolute;top:-40px;transform:translateX(-50%);white-space:nowrap;z-index:1000}.product-btn.out-of-stock:hover:after{border-left:6px solid #0000;border-right:6px solid #0000;border-top:6px solid #ef4444;content:"";left:50%;position:absolute;top:-10px;transform:translateX(-50%)}.product-btn.adding{cursor:wait;opacity:.7}.product-btn.adding .cartIcon,.product-btn.adding span:not(.loader){opacity:0;visibility:hidden}.loader{height:16px;position:absolute;width:16px}.loader:after{animation:spin .8s linear infinite;border:2px solid #0000001a;border-radius:50%;border-top-color:#000;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.product-btn.added{animation:addSuccess 1.5s ease;background:#22c55e!important;color:#fff!important}.product-btn.added .cartIcon{fill:#fff!important;animation:cartBounce .5s ease}.product-btn.added:after{animation:checkmarkAppear .3s ease;content:" ✓";font-size:16px;font-weight:700;margin-left:5px}@keyframes addSuccess{0%{background:#fff;color:#000;transform:scale(1)}20%{background:#22c55e;color:#fff;transform:scale(.95)}40%{box-shadow:0 0 0 8px #22c55e33;transform:scale(1.05)}60%{box-shadow:0 0 0 12px #22c55e00;transform:scale(1)}to{background:#22c55e;color:#fff;transform:scale(1)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes checkmarkAppear{0%{opacity:0;transform:scale(0)}70%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes cartBounce{0%{transform:scale(1)}30%{transform:scale(1.3) rotate(-15deg)}60%{transform:scale(1.2) rotate(10deg)}90%{transform:scale(1) rotate(0)}}@media (max-width:1400px){.product-image-container{height:200px}}@media (max-width:1100px){.product-image-container{height:220px}}@media (max-width:768px){.product-card{padding:12px}.product-image-container{height:180px}.product-title{font-size:.95rem}.product-price{font-size:1rem}.product-btn{font-size:.8rem;min-width:90px;padding:6px 12px}.product-card:nth-child(n){animation-delay:.05s}.product-btn.in-cart:hover:before,.product-btn.out-of-stock:hover:before{font-size:11px;padding:5px 10px;top:-35px}.product-btn.in-cart:hover:after,.product-btn.out-of-stock:hover:after{border-left:5px solid #0000;border-right:5px solid #0000;border-top:5px solid;top:-8px}.loader{height:16px;width:16px}.product-image-emoji{font-size:50px}}.product-card-detail-modal{align-items:center;bottom:0;display:flex;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;z-index:2000}.product-card-detail-modal.open{opacity:1;pointer-events:auto;visibility:visible}.product-card-detail-overlay{animation:product-card-detail-fade-in .3s ease;background:#000000d9;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0}@keyframes product-card-detail-fade-in{0%{opacity:0}to{opacity:1}}.product-card-detail-modal:not(.open) .product-card-detail-overlay{animation:product-card-detail-fade-out .3s ease forwards}@keyframes product-card-detail-fade-out{0%{opacity:1}to{opacity:0}}.product-card-detail-content{animation:product-card-detail-slide-up .4s ease;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;height:auto;max-height:90vh;max-width:1400px;min-width:300px;overflow:hidden;pointer-events:auto;position:relative;width:90%;z-index:2001}@keyframes product-card-detail-slide-up{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.product-card-detail-modal:not(.open) .product-card-detail-content{animation:product-card-detail-slide-down .3s ease forwards}@keyframes product-card-detail-slide-down{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(30px) scale(.95)}}.product-card-detail-close-btn{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 4px 15px #0000001a;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .3s ease;width:40px;z-index:10}.product-card-detail-close-btn:hover{background:#f8fafc;box-shadow:0 6px 20px #00000026;transform:rotate(90deg)}.product-card-detail-close-icon{fill:#4b5563;height:24px;transition:fill .3s ease;width:24px}.product-card-detail-close-btn:hover .product-card-detail-close-icon{fill:#ef4444}.product-card-detail-container{grid-gap:40px;display:grid;flex:1 1;gap:40px;grid-template-columns:1fr 1fr;max-height:calc(90vh - 80px);overflow:hidden;padding:40px;width:100%}.product-card-detail-images-section{display:flex;flex-direction:column;gap:20px;max-height:100%;overflow:hidden;width:100%}.product-card-detail-main-image-container{aspect-ratio:1/1;background:linear-gradient(135deg,#fce7f3,#f0f9ff);border-radius:16px;max-height:60vh;overflow:hidden;position:relative;width:100%}.product-card-detail-main-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card-detail-main-image-container:hover .product-card-detail-main-image{transform:scale(1.02)}.product-card-detail-no-image{align-items:center;color:#9ca3af;display:flex;flex-direction:column;font-size:1.1rem;height:100%;justify-content:center;width:100%}.product-card-detail-no-image .product-card-detail-emoji{font-size:60px;margin-bottom:15px}.product-card-detail-image-nav-btn{align-items:center;background:#ffffffe6;border:none;border-radius:50%;box-shadow:0 4px 12px #00000026;cursor:pointer;display:flex;height:44px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:44px;z-index:2}.product-card-detail-image-nav-btn:hover{background:#fff;box-shadow:0 6px 20px #0003;transform:translateY(-50%) scale(1.1)}.product-card-detail-image-nav-btn.prev-btn{left:20px}.product-card-detail-image-nav-btn.next-btn{right:20px}.product-card-detail-image-nav-btn .material-icons{color:#4b5563;font-size:24px}.product-card-detail-image-counter{background:#000000b3;border-radius:20px;bottom:20px;color:#fff;font-size:.875rem;font-weight:500;padding:6px 12px;position:absolute;right:20px}.product-card-detail-thumbnail-container{display:flex;gap:10px;max-height:90px;min-height:90px;overflow-x:auto;overflow-y:hidden;padding:10px 0;scrollbar-color:#cbd5e1 #f1f5f9;scrollbar-width:thin}.product-card-detail-thumbnail-container::-webkit-scrollbar{height:4px}.product-card-detail-thumbnail-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:2px}.product-card-detail-thumbnail-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.product-card-detail-thumbnail-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.product-card-detail-thumbnail{background:linear-gradient(135deg,#fce7f3,#f0f9ff);border:2px solid #0000;border-radius:10px;cursor:pointer;flex-shrink:0;height:80px;overflow:hidden;transition:all .3s ease;width:80px}.product-card-detail-thumbnail:hover{border-color:#cbd5e1;transform:translateY(-2px)}.product-card-detail-thumbnail.active{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f64d}.product-card-detail-thumbnail img{height:100%;object-fit:cover;width:100%}.product-card-detail-info-section{display:flex;flex-direction:column;gap:20px;height:100%;max-height:100%;overflow:hidden}.product-card-detail-header{align-items:flex-start;display:flex;flex-shrink:0;gap:20px;justify-content:space-between}.product-card-detail-title{color:#1f2937;flex:1 1;font-size:1.875rem;font-weight:600;line-height:1.3;margin:0;overflow-wrap:break-word;word-break:break-word}.product-card-detail-price{color:#1f2937;font-size:2rem;font-weight:700;margin-right:20px;white-space:nowrap}.product-card-detail-status{align-items:center;display:flex;flex-shrink:0;gap:10px}.product-card-detail-in-stock-badge,.product-card-detail-out-of-stock-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:.875rem;font-weight:500;gap:6px;padding:8px 16px}.product-card-detail-in-stock-badge{background:#dcfce7;color:#166534}.product-card-detail-out-of-stock-badge{background:#fee2e2;color:#991b1b}.product-card-detail-in-stock-badge .material-icons,.product-card-detail-out-of-stock-badge .material-icons{font-size:18px}.product-card-detail-info-content{display:flex;flex:1 1;flex-direction:column;gap:20px;overflow-y:auto;padding-right:5px;scrollbar-color:#cbd5e1 #0000;scrollbar-width:thin}.product-card-detail-info-content::-webkit-scrollbar{width:4px}.product-card-detail-info-content::-webkit-scrollbar-track{background:#0000;border-radius:2px}.product-card-detail-info-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.product-card-detail-info-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.product-card-detail-description-section{border-top:1px solid #e5e7eb;flex-shrink:0;padding-top:15px}.product-card-detail-description-section h3{align-items:center;color:#374151;display:flex;font-size:1.25rem;font-weight:600;margin-bottom:12px}.product-card-detail-description-text{color:#6b7280;font-size:1rem;line-height:1.6;max-height:none;overflow:visible;overflow-wrap:break-word;white-space:pre-line;word-break:break-word}.product-card-detail-composition{border-top:1px solid #e5e7eb;flex-shrink:0;padding-top:15px}.product-card-detail-composition h3{align-items:center;color:#374151;display:flex;font-size:1.25rem;font-weight:600;margin-bottom:15px}.product-card-detail-no-composition{color:#9ca3af;font-style:italic;padding:10px 0;text-align:center}.product-card-detail-composition-section{margin-bottom:15px}.product-card-detail-composition-section:last-child{margin-bottom:0}.product-card-detail-composition-section h4{align-items:center;color:#4b5563;display:flex;font-size:1.1rem;font-weight:500;margin-bottom:10px}.product-card-detail-composition-section ul{list-style:none;margin:0;padding-left:24px}.product-card-detail-composition-section li{color:#6b7280;line-height:1.6;margin-bottom:6px;overflow-wrap:break-word;padding-left:8px;position:relative;word-break:break-word}.product-card-detail-composition-section li:before{color:#9ca3af;content:"•";font-size:1.2rem;left:-15px;position:absolute}.product-card-detail-icon-spacing{color:#6b7280;margin-right:8px}.product-card-detail-dimensions{border-top:1px solid #e5e7eb;flex-shrink:0;padding-top:15px}.product-card-detail-dimensions h3{align-items:center;color:#374151;display:flex;font-size:1.25rem;font-weight:600;margin-bottom:15px}.product-card-detail-dimensions-info{display:flex;gap:30px}.product-card-detail-dimension-item{display:flex;flex-direction:column;gap:4px}.product-card-detail-dimension-label{color:#6b7280;font-size:.875rem}.product-card-detail-dimension-value{color:#1f2937;font-size:1.1rem;font-weight:500}.product-card-detail-cart-action-section{background:#fff;border-top:1px solid #e5e7eb;bottom:0;flex-shrink:0;margin-top:auto;padding-top:20px;position:-webkit-sticky;position:sticky;z-index:1}.product-card-detail-cart-btn{align-items:center;background:#000;border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:500;gap:10px;justify-content:center;overflow:hidden;padding:18px 24px;position:relative;transition:all .3s ease;width:100%}.product-card-detail-cart-btn:hover:not(:disabled):not(.in-cart):not(.out-of-stock){background:#333;box-shadow:0 8px 25px #0003;transform:translateY(-2px)}.product-card-detail-cart-btn.in-cart{background:#22c55e;color:#fff;cursor:default}.product-card-detail-cart-btn.in-cart:hover{box-shadow:none;transform:none}.product-card-detail-cart-btn.out-of-stock{background:#94a3b8;color:#e2e8f0;cursor:not-allowed;opacity:.6}.product-card-detail-cart-btn.adding{cursor:wait;opacity:.7}.product-card-detail-cart-icon{fill:currentColor;height:24px;transition:all .3s ease;width:24px}.product-card-detail-cart-btn:hover:not(:disabled):not(.in-cart):not(.out-of-stock) .product-card-detail-cart-icon{transform:scale(1.1)}.product-card-detail-loader{height:24px;position:absolute;width:24px}.product-card-detail-loader:after{animation:product-card-detail-spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;content:"";height:100%;left:0;position:absolute;top:0;width:100%}@keyframes product-card-detail-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1200px){.product-card-detail-container{gap:30px;max-height:calc(90vh - 60px);padding:30px}.product-card-detail-main-image-container{max-height:50vh}}@media (max-width:992px){.product-card-detail-container{gap:25px;grid-template-columns:1fr;max-height:calc(90vh - 50px);padding:25px}.product-card-detail-main-image-container{aspect-ratio:4/3;max-height:40vh}.product-card-detail-header{flex-direction:column;gap:10px}.product-card-detail-title{font-size:1.5rem}.product-card-detail-price{font-size:1.75rem;margin-right:0}}@media (max-width:768px){.product-card-detail-modal{align-items:flex-end}.product-card-detail-content{animation:product-card-detail-slide-up-mobile .4s ease;border-radius:20px 20px 0 0;height:auto;margin:0;max-height:95vh;max-width:100vw;min-height:85vh;width:100%}@keyframes product-card-detail-slide-up-mobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.product-card-detail-modal:not(.open) .product-card-detail-content{animation:product-card-detail-slide-down-mobile .3s ease forwards}@keyframes product-card-detail-slide-down-mobile{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.product-card-detail-overlay{background:#000000e6}.product-card-detail-container{gap:20px;grid-template-rows:auto 1fr;max-height:calc(95vh - 40px);min-height:0;padding:20px}.product-card-detail-images-section{max-height:40vh;min-height:200px}.product-card-detail-main-image-container{max-height:35vh;min-height:180px}.product-card-detail-info-section{height:auto;min-height:0}.product-card-detail-info-content{-webkit-overflow-scrolling:touch;max-height:50vh;min-height:0;overflow-y:auto}.product-card-detail-image-nav-btn{height:36px;width:36px}.product-card-detail-thumbnail{height:60px;width:60px}.product-card-detail-dimensions-info{flex-direction:column;gap:15px}.product-card-detail-cart-btn{font-size:1rem;padding:16px 20px}}@media (max-width:480px){.product-card-detail-container{gap:16px;max-height:calc(95vh - 32px);padding:16px}.product-card-detail-content{max-height:100vh;min-height:90vh}.product-card-detail-main-image-container{aspect-ratio:1/1;max-height:30vh;min-height:150px}.product-card-detail-info-content{max-height:45vh}.product-card-detail-close-btn{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffe6;height:36px;right:12px;top:12px;width:36px}.product-card-detail-close-icon{height:20px;width:20px}.product-card-detail-title{font-size:1.25rem;line-height:1.4}.product-card-detail-price{font-size:1.5rem}.product-card-detail-composition h3,.product-card-detail-description-section h3,.product-card-detail-dimensions h3{font-size:1.1rem;margin-bottom:10px}.product-card-detail-composition-section li,.product-card-detail-description-text{font-size:.95rem;line-height:1.5}.product-card-detail-composition-section h4{font-size:1rem}.product-card-detail-thumbnail-container{max-height:70px;min-height:70px}.product-card-detail-thumbnail{height:50px;width:50px}.product-card-detail-cart-btn{font-size:.95rem;padding:14px 16px}}@media (max-width:360px){.product-card-detail-container{gap:12px;padding:12px}.product-card-detail-title{font-size:1.1rem}.product-card-detail-price{font-size:1.3rem}.product-card-detail-main-image-container{max-height:25vh;min-height:120px}.product-card-detail-info-content{max-height:40vh}.product-card-detail-cart-btn{font-size:.9rem;padding:12px 14px}}@media (max-height:700px) and (max-width:768px){.product-card-detail-content{max-height:85vh;min-height:85vh}.product-card-detail-main-image-container{max-height:25vh}.product-card-detail-info-content{max-height:35vh}}@media (max-height:500px) and (orientation:landscape){.product-card-detail-container{grid-template-columns:1fr 1fr;grid-template-rows:1fr;max-height:85vh}.product-card-detail-images-section{max-height:70vh}.product-card-detail-main-image-container{max-height:50vh}.product-card-detail-info-content{max-height:55vh}}.product-card-detail-content{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);will-change:transform}.catalog{min-height:100vh;padding:40px 20px}.catalog-container{margin:0 auto;max-width:1600px}.catalog-title{color:#2d3748;font-size:2.5rem;font-weight:300;letter-spacing:-.5px;margin-bottom:40px;text-align:center}.products-grid{margin-bottom:40px}.loading-skeleton,.products-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(5,1fr)}.loading-skeleton{margin-top:20px}.product-skeleton{background:#fff;border-radius:15px;box-shadow:0 4px 20px #00000014;padding:15px;transition:transform .3s ease,box-shadow .3s ease}.skeleton-image{border-radius:12px;height:180px;margin-bottom:15px;width:100%}.skeleton-image,.skeleton-text{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%}.skeleton-text{border-radius:4px;height:16px;margin-bottom:10px}.skeleton-text.short{width:60%}.skeleton-button{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:18px;height:36px;margin-top:15px}.compact-catalog-controls{background:#fff;border-radius:20px;box-shadow:0 2px 15px #0000000d;margin-bottom:25px;padding:15px 20px}.compact-controls-top{align-items:center;display:flex;flex-wrap:wrap;gap:15px}.compact-search{flex:1 1;min-width:200px;position:relative}.compact-search-input{background:#fafafa;border:1px solid #e2e8f0;border-radius:25px;color:#2d3748;font-size:.95rem;padding:10px 15px 10px 40px;transition:all .3s ease;width:100%}.compact-search-input:focus{background:#fff;border-color:#a0aec0;box-shadow:0 0 0 3px #4299e11a;outline:none}.compact-search .search-icon{color:#666;font-size:18px;left:12px;position:absolute;top:50%;transform:translateY(-50%)}.compact-sort{min-width:180px;position:relative}.compact-sort .sort-icon{color:#666;font-size:18px;left:12px;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.compact-sort-select{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #e2e8f0;border-radius:25px;color:#2d3748;cursor:pointer;font-size:.9rem;padding:10px 15px 10px 40px;transition:all .3s ease;width:100%}.compact-sort-select:focus{border-color:#a0aec0;box-shadow:0 0 0 3px #4299e11a;outline:none}.compact-buttons{display:flex;gap:10px}.compact-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:25px;color:#000;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:400;gap:8px;justify-content:center;padding:10px 20px;transition:all .3s ease;white-space:nowrap}.compact-btn:hover{border-color:#cbd5e0;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.compact-btn .material-icons{font-size:18px}.filter-btn,.reset-btn{background:#f7fafc}.reset-btn{color:#718096;padding:10px}.reset-btn:hover{background:#edf2f7;color:#4a5568}.compact-advanced-filters{border-top:1px solid #e2e8f0;margin-top:20px;padding-top:20px}.compact-filter-section{margin-bottom:20px}.compact-filter-section h4{color:#2d3748;font-size:.9rem;font-weight:500;margin-bottom:10px}.compact-category-filters{display:flex;flex-wrap:wrap;gap:10px}.compact-filter-select{background:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#2d3748;cursor:pointer;flex:1 1;font-size:.85rem;min-width:150px;padding:8px 12px;transition:all .3s ease}.compact-filter-select:focus{border-color:#a0aec0;box-shadow:0 0 0 2px #4299e11a;outline:none}.compact-price-filters{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.compact-price-input-group{flex:1 1;min-width:120px;position:relative}.compact-price-input{border:1px solid #e2e8f0;border-radius:12px;color:#2d3748;font-size:.85rem;padding:8px 30px 8px 12px;transition:all .3s ease;width:100%}.compact-price-input:focus{border-color:#a0aec0;box-shadow:0 0 0 2px #4299e11a;outline:none}.price-label{color:#718096;font-size:.8rem;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.compact-price-separator{color:#a0aec0;font-weight:300;padding:0 5px}.results-info{background:#f7fafc;border-radius:15px;color:#4a5568;font-size:.9rem;margin-bottom:20px;padding:12px 15px}.search-query{color:#718096;font-style:italic;margin-top:5px}.catalog-error{background:#fff5f5;border:1px solid #ff6b6b;border-radius:8px;color:#ff6b6b;margin:20px 0;padding:20px;text-align:center}.catalog-error p{margin-bottom:15px}.retry-button{background:#ff6b6b;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;padding:10px 20px;transition:background .3s ease}.retry-button:hover{background:#ff5252}.no-more-products,.no-products{color:#666;font-size:16px;padding:50px 20px;text-align:center}.no-more-products p,.no-products p{margin:0}.no-more-products{border-top:1px solid #eee;margin-top:30px;padding-top:20px}@media (max-width:1400px){.loading-skeleton,.products-grid{grid-template-columns:repeat(4,1fr)}.catalog-container{max-width:1200px}}@media (max-width:1100px){.loading-skeleton,.products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.catalog{padding:20px 15px}.catalog-title{font-size:2rem;margin-bottom:30px}.loading-skeleton,.products-grid{gap:15px;grid-template-columns:repeat(2,1fr)}.product-skeleton{padding:12px}.skeleton-image{height:150px}.compact-controls-top{align-items:stretch;flex-direction:column;gap:10px}.compact-search,.compact-sort{min-width:auto;width:100%}.compact-buttons{justify-content:space-between;width:100%}.compact-btn{flex:1 1}.compact-category-filters{flex-direction:column}.compact-price-filters{align-items:stretch;flex-direction:column}.compact-price-separator{padding:5px 0;text-align:center}}@media (max-width:480px){.loading-skeleton,.products-grid{grid-template-columns:1fr}}.product-card-wrapper{cursor:pointer;transition:transform .3s ease}.product-card-wrapper:hover{transform:translateY(-5px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.products-grid>.product-card-wrapper{animation:fadeInUp .5s ease forwards;opacity:0}.products-grid>.product-card-wrapper:first-child{animation-delay:.05s}.products-grid>.product-card-wrapper:nth-child(2){animation-delay:.1s}.products-grid>.product-card-wrapper:nth-child(3){animation-delay:.15s}.products-grid>.product-card-wrapper:nth-child(4){animation-delay:.2s}.products-grid>.product-card-wrapper:nth-child(5){animation-delay:.25s}.products-grid>.product-card-wrapper:nth-child(6){animation-delay:.3s}.products-grid>.product-card-wrapper:nth-child(7){animation-delay:.35s}.products-grid>.product-card-wrapper:nth-child(8){animation-delay:.4s}.products-grid>.product-card-wrapper:nth-child(9){animation-delay:.45s}.products-grid>.product-card-wrapper:nth-child(10){animation-delay:.5s}.products-grid>.product-card-wrapper:nth-child(11){animation-delay:.55s}.products-grid>.product-card-wrapper:nth-child(12){animation-delay:.6s}.products-grid>.product-card-wrapper:nth-child(13){animation-delay:.65s}.products-grid>.product-card-wrapper:nth-child(14){animation-delay:.7s}.products-grid>.product-card-wrapper:nth-child(15){animation-delay:.75s}.contacts{background-color:#fafafa;min-height:calc(100vh - 140px);padding:80px 0}.contacts-container{margin:0 auto;max-width:1200px;padding:0 20px}.contact-item-header{align-items:center;display:flex;gap:12px;margin-bottom:15px}.contact-icon{color:#000;font-size:24px}.contacts-title{color:#000;font-size:2.5rem;font-weight:400;margin-bottom:50px;text-align:center}.contacts-content{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 1fr}.contact-info{display:flex;flex-direction:column;gap:30px}.contact-item{background:#fff;border-radius:20px;padding:25px;transition:transform .3s ease}.contact-item:hover{transform:translateY(-2px)}.contact-item h3{color:#000;font-size:1.2rem;font-weight:400}.contact-item p{color:#666;font-size:1rem;line-height:1.5;margin:0}.contact-item a{color:#000;font-size:1rem;line-height:1.5;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#000}.map-container{border-radius:20px;height:500px;overflow:hidden}.map-wrapper{border-radius:12px;height:100%;overflow:hidden;width:100%}@media (max-width:1024px){.contacts-content{gap:40px}.map-container{height:400px}}@media (max-width:768px){.contacts{padding:60px 0}.contacts-title{font-size:2rem;margin-bottom:30px}.contacts-content{gap:40px;grid-template-columns:1fr}.map-container{height:350px;order:-1}.contact-info{gap:20px}.contact-item{padding:20px}}@media (max-width:480px){.contacts{padding:40px 0}.contacts-title{font-size:1.8rem}.map-container{height:300px}.contact-item{padding:15px}.contact-item h3{font-size:1.1rem}.contact-item a,.contact-item p{font-size:.95rem}}.reviews{background-color:#fafafa;min-height:calc(100vh - 140px);padding:80px 0}.reviews-container{margin:0 auto;max-width:1200px;padding:0 20px}.reviews-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:50px}.reviews-title{color:#000;font-size:2.5rem;font-weight:400;margin:0}.add-review-btn{background:#000;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:400;padding:12px 30px;transition:all .3s ease}.add-review-btn:hover{background:#333;transform:translateY(-2px)}.reviews-grid{column-count:3;column-gap:15px;margin:0;padding:0;width:100%}.review-card{animation:cardAppear .4s ease forwards;background:#fff;border-radius:20px;box-shadow:0 2px 10px #0000000d;break-inside:avoid;display:flex;flex-direction:column;height:auto;margin-bottom:15px;min-height:200px;opacity:0;padding:25px;page-break-inside:avoid;position:relative;transition:transform .3s ease}.review-card:hover{box-shadow:0 4px 15px #0000001a;transform:translateY(-2px)}.review-header{align-items:flex-start;display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:space-between;margin-bottom:15px}.review-name{color:#000;flex:1 1 70%;font-size:1.2rem;font-weight:400;margin:0 10px 0 0;min-width:150px;overflow-wrap:break-word;word-break:break-word}.review-rating{align-items:center;color:gold;display:flex;flex-shrink:0;font-size:1.2rem;justify-content:flex-end;line-height:1}.review-image-container{border-radius:12px;flex-shrink:0;margin:0;max-height:300px;overflow:hidden}.review-image{border-radius:12px;height:auto;max-height:300px;object-fit:cover;transition:transform .3s ease;width:100%}.review-image:hover{transform:scale(1.02)}.review-text-container{flex:1 1;margin:15px 0;overflow:hidden;position:relative}.review-text{color:#666;font-size:1rem;line-height:1.5;margin:0;word-break:break-word}.review-text.truncated{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;max-height:120px;overflow:hidden}.read-more-btn{align-self:flex-start;background:none;border:none;color:#000;cursor:pointer;font-size:.9rem;font-weight:500;margin-top:8px;padding:5px 0;text-decoration:underline;transition:color .2s}.read-more-btn:hover{color:#333}.review-footer{align-items:center;display:flex;flex-shrink:0;justify-content:space-between;margin-top:auto}.review-date{color:#999;font-size:.9rem}.image-upload-container{margin-top:10px}.image-upload-area{background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;cursor:pointer;padding:40px 20px;text-align:center;transition:all .3s ease}.image-upload-area:hover{background:#f3f4f6;border-color:#000}.upload-icon{display:block;font-size:2.5rem;margin-bottom:10px;opacity:.7}.upload-text{color:#6b7280;font-size:14px;line-height:1.4}.upload-text small{color:#9ca3af;font-size:12px}.image-preview{border-radius:8px;max-height:200px;overflow:hidden;position:relative}.image-preview-img{border-radius:8px;height:100%;object-fit:cover;width:100%}.remove-image-btn{background:#ef4444e6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:6px 12px;position:absolute;right:10px;top:10px;transition:all .2s}.remove-image-btn:hover:not(:disabled){background:#dc2626}.remove-image-btn:disabled{cursor:not-allowed;opacity:.5}.modal-overlay{background:#0000;bottom:0;display:flex;justify-content:flex-end;left:0;position:fixed;right:0;top:0;transition:background-color .3s ease;z-index:1001}.modal-overlay.opening{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000080}.modal-overlay.closing{background:#0000}.modal-content{background:#fff;box-shadow:-2px 0 20px #0000001a;display:flex;flex-direction:column;height:100%;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);width:420px}.modal-content.opening{transform:translateX(0)}.modal-content.closing{transform:translateX(100%)}.modal-header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:20px;position:-webkit-sticky;position:sticky;top:0;z-index:1}.modal-header h2{color:#111827;font-size:20px;font-weight:600;margin:0}.review-form{flex:1 1;overflow-y:auto;padding:20px}.form-group input,.form-group textarea{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:14px;padding:12px;transition:border-color .2s;width:100%}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#000;outline:none}.form-group textarea{min-height:100px}.rating-stars{margin:10px 0}.star{cursor:pointer;font-size:1.5rem;transition:all .2s ease}.star.large{font-size:1.8rem}.star.interactive:hover{transform:scale(1.1)}.star.filled{color:gold}.star.empty{color:#d1d5db}.interactive-stars{align-items:center;display:flex;flex-wrap:wrap}.rating-text{color:#6b7280;font-size:14px;font-weight:500;margin-left:10px}.char-counter{color:#9ca3af;font-size:12px;margin-top:5px;text-align:right}.form-actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;margin-top:30px;padding-top:20px}.cancel-btn,.submit-btn{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;padding:12px 20px;transition:all .2s}.cancel-btn{background:#f3f4f6;border:1px solid #d1d5db;color:#374151}.cancel-btn:hover:not(:disabled){background:#e5e7eb}.submit-btn{background:#000;color:#fff}.submit-btn:hover:not(:disabled){background:#333}.cancel-btn:disabled,.submit-btn:disabled{cursor:not-allowed;opacity:.5}.toast{animation:slideDown .3s ease forwards;background:#000;border-radius:8px;box-shadow:0 4px 12px #00000026;box-sizing:border-box;color:#fff;left:50%;max-width:400px;min-width:300px;padding:16px;position:fixed;top:20px;transform:translateX(-50%) translateY(-100%);z-index:1002}.toast.hiding{animation:slideUp .3s ease forwards}@keyframes slideDown{0%{opacity:0;transform:translateX(-50%) translateY(-100%)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes slideUp{0%{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(-100%)}}.toast-success{background:#10b981}.toast-error{background:#ef4444}.toast-info{background:#3b82f6}.toast-content{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.toast-message{flex:1 1;font-size:14px;line-height:1.4}.toast-close{align-items:center;background:none;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:20px;height:24px;justify-content:center;padding:0;transition:background .2s;width:24px}.toast-close:hover{background:#fff3}.error-message,.loading,.no-reviews{background:#fff;border-radius:12px;color:#6b7280;font-size:16px;padding:60px 20px;text-align:center}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.no-reviews{color:#9ca3af;font-style:italic}.review-form::-webkit-scrollbar{width:6px}.review-form::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.review-form::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.review-form::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@keyframes cardAppear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1500px){.reviews-grid{column-count:3}}@media (max-width:1200px){.reviews-grid{column-count:3}}@media (max-width:992px){.reviews-grid{column-count:2}.reviews{padding:60px 0}.reviews-header{flex-direction:column;gap:20px;margin-bottom:40px;text-align:center}.reviews-title{font-size:2rem}.review-card{padding:20px}.review-image,.review-image-container{max-height:250px}.modal-content{max-width:380px;width:100%}.star{font-size:1.3rem;margin-right:6px}.star.large{font-size:1.5rem}.image-upload-area{padding:30px 15px}}@media (max-width:768px){.reviews-grid{column-count:2;column-gap:20px}}@media (max-width:576px){.reviews-grid{column-count:1;column-gap:15px}.reviews{padding:40px 0}.reviews-title{font-size:1.8rem}.review-card{margin-bottom:15px;padding:16px}.review-image-container{margin:12px 0;max-height:200px}.review-image{max-height:200px}.review-name{font-size:1.1rem}.review-rating{font-size:1rem}.review-text{font-size:.95rem}.read-more-btn{font-size:.85rem}.modal-content{max-width:none;width:100%}.modal-header,.review-form{padding:16px}.star.large{font-size:1.3rem}.form-actions{flex-direction:column}.cancel-btn,.submit-btn{width:100%}.image-upload-area{padding:20px 10px}.upload-icon{font-size:2rem}.upload-text{font-size:13px}.toast{left:16px;left:50%;max-width:calc(100% - 32px);min-width:auto;right:16px;top:20px;transform:translateX(-50%) translateY(-100%);width:auto}.toast.hiding{animation:slideUp .3s ease forwards}}.cart-overlay{background:#0000;bottom:0;display:flex;justify-content:flex-end;left:0;position:fixed;right:0;top:0;transition:background-color .3s ease;z-index:1001}.cart-overlay.opening{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000080}.cart-overlay.closing{background:#0000}.cart-modal{background:#fff;box-shadow:-2px 0 20px #0000001a;display:flex;flex-direction:column;height:100%;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);width:420px}.cart-modal.opening{transform:translateX(0)}.cart-modal.closing{transform:translateX(100%)}.cart-content-wrapper{flex:1 1;overflow:hidden;position:relative}.screen{background:#fff;bottom:0;display:flex;flex-direction:column;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transform:translateX(100%);transition:transform .4s cubic-bezier(.25,.8,.25,1),opacity .3s ease;will-change:transform,opacity}.screen.active{opacity:1;pointer-events:auto;transform:translateX(0)}.screen.slide-right{transform:translateX(100%)}.screen.slide-right.active{transform:translateX(0)}.screen.slide-left,.screen.slide-right.exit{transform:translateX(-100%)}.screen.slide-left.active{transform:translateX(0)}.screen.slide-left.exit{transform:translateX(100%)}.screen-header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;justify-content:space-between;padding:20px;position:-webkit-sticky;position:sticky;top:0;z-index:1}.screen-header h2{color:#111827;font-size:20px;font-weight:600;margin:0}.close-btn{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:28px;height:32px;justify-content:center;padding:0;transition:all .2s;width:32px}.close-btn:hover{background:#f3f4f6;color:#111827}.back-btn{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;padding:4px;transition:all .2s;width:32px}.back-btn:hover{background:#f3f4f6;color:#111827}.screen-content{flex:1 1;overflow-y:auto;padding:20px}.screen-actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;margin-top:auto;padding:20px}.empty-cart{color:#6b7280;padding:60px 20px;text-align:center}.empty-cart p{font-size:16px;margin-bottom:20px}.loading-cart{color:#6b7280;padding:60px 20px;text-align:center}.cart-items{margin-bottom:24px}.cart-item{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;padding:16px 0}.cart-item:last-child{border-bottom:none}.item-image-container{flex-shrink:0;height:80px;margin-right:16px;width:80px}.item-image{object-fit:cover}.item-image,.item-image-placeholder{border-radius:8px;height:100%;width:100%}.item-image-placeholder{align-items:center;background:#f3f4f6;color:#9ca3af;display:flex;font-size:32px;justify-content:center}.item-image-placeholder.additional{background:#fef3c7;color:#f59e0b}.item-details{flex:1 1;min-width:0}.item-name{color:#111827;font-size:16px;font-weight:500;line-height:1.4;margin:0 0 8px}.item-type-badge{background:#fef3c7;border-radius:12px;color:#92400e;display:inline-block;font-size:12px;font-weight:500;margin-left:8px;padding:2px 8px}.item-price-info{align-items:center;display:flex;gap:12px}.item-price{color:#111827;font-size:16px;font-weight:600}.item-total-price{color:#6b7280;font-size:14px}.item-controls{align-items:flex-end;display:flex;flex-direction:column;gap:8px}.quantity-controls{align-items:center;display:flex;gap:8px}.quantity-btn{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:16px;height:28px;justify-content:center;transition:all .2s;width:28px}.quantity-btn:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.quantity-btn:disabled{cursor:not-allowed;opacity:.5}.quantity{font-weight:500;min-width:24px;text-align:center}.remove-btn{background:none;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;font-size:14px;padding:4px 12px;transition:all .2s}.remove-btn:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5;color:#dc2626}.remove-btn:disabled{cursor:not-allowed;opacity:.5}.cart-summary{border-top:1px solid #e5e7eb;padding-top:20px}.cart-total{margin-bottom:20px}.total-line{align-items:center;color:#6b7280;display:flex;font-size:14px;justify-content:space-between;margin-bottom:8px}.total-line:last-child{border-top:1px solid #e5e7eb;color:#111827;font-size:18px;font-weight:600;margin-top:12px;padding-top:12px}.total-price{color:#111827;font-size:20px;font-weight:700}.cart-actions{display:flex;flex-direction:column;gap:12px}.btn{border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:500;padding:12px 20px;text-align:center;transition:all .2s}.btn-primary{background:#000;color:#fff}.btn-primary:hover:not(:disabled){background:#333;transform:translateY(-1px)}.btn-secondary{background:#f3f4f6;border:1px solid #d1d5db;color:#111827}.btn-secondary:hover:not(:disabled){background:#e5e7eb}.btn:disabled{cursor:not-allowed;opacity:.5;transform:none!important}.checkout-btn{margin-top:8px}.form-group{margin-bottom:20px}.form-group label{color:#111827;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:14px;padding:12px;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#000;outline:none}.form-group textarea{min-height:80px;resize:vertical}.checkout-summary{background:#f9fafb;border-radius:12px;margin:30px 0;padding:20px;text-align:center}.checkout-summary h4{color:#6b7280;font-size:16px;margin:0 0 10px}.checkout-summary .total-price{color:#000;font-size:28px;font-weight:700;margin-top:10px}.additional-items-header{border-bottom:1px solid #e5e7eb;padding:20px;text-align:center}.additional-items-header h2{font-size:24px;font-weight:600;margin:0 0 10px}.additional-items-header .subtitle{color:#6b7280;font-size:14px;margin:0}.additional-items-list{margin-bottom:20px}.additional-item-card{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;display:flex;margin-bottom:12px;padding:16px;transition:all .2s}.additional-item-card:hover{border-color:#9ca3af;transform:translateY(-1px)}.additional-item-card.selected{background:#f9fafb;border-color:#000}.item-checkbox{margin-right:15px}.checkbox{align-items:center;background:#fff;border:2px solid #d1d5db;border-radius:6px;color:#fff;display:flex;font-size:14px;font-weight:700;height:24px;justify-content:center;transition:all .2s;width:24px}.checkbox.checked{background:#000;border-color:#000}.item-info{flex:1 1}.item-info h4{color:#111827;font-size:16px;font-weight:500;margin:0 0 5px}.item-price{color:#10b981;font-size:14px;font-weight:500;margin:0}.item-action{margin-left:15px}.add-btn{background:none;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:14px;padding:6px 12px;transition:all .2s}.add-btn:hover{background:#f3f4f6}.additional-item-card.selected .add-btn{background:#fef2f2;border-color:#fecaca;color:#dc2626}.no-items-message{color:#6b7280;padding:40px 0;text-align:center}.success-screen{flex-direction:column;padding:40px 20px;text-align:center}.success-icon,.success-screen{align-items:center;display:flex;justify-content:center}.success-icon{background:#10b981;border-radius:50%;color:#fff;font-size:40px;height:80px;margin-bottom:20px;width:80px}.success-message{color:#6b7280;font-size:16px;line-height:1.5}.order-info,.success-message{margin-bottom:30px;max-width:300px}.order-info{background:#f9fafb;border-radius:12px;padding:20px;width:100%}.order-info p{display:flex;justify-content:space-between;margin:8px 0}@media (max-width:768px){.cart-modal{max-width:380px;width:100%}}@media (max-width:480px){.cart-modal{max-width:none;width:100%}.screen-content,.screen-header{padding:16px}.cart-item{padding:12px 0}.item-image-container{height:60px;margin-right:12px;width:60px}.item-name{font-size:14px}.item-price,.item-total-price{font-size:13px}.success-screen{padding:30px 16px}.screen-actions{padding:16px}}.screen-content::-webkit-scrollbar{width:6px}.screen-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.screen-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.screen-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.footer{background:#fff;color:#000;margin-top:auto}.footer-container{margin:0 auto;max-width:1200px;padding:40px 20px 20px}.footer-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:30px}.footer-section h3{color:#000;font-family:Luxurious Script,cursive;font-size:32px;font-weight:300;margin-bottom:15px}.footer-section h4{color:#000;font-size:1.1rem;font-weight:400;margin-bottom:15px}.footer-section p,a{color:#000;line-height:1.5;margin-bottom:8px;text-decoration:none}.social-links{display:flex;flex-direction:column;gap:8px}.social-links a{color:#000;text-decoration:none}.social-links a:hover{font-weight:400}.footer-bottom{border-top:1px solid #4a5568;padding-top:20px;text-align:center}.footer-bottom p{color:#000;margin:0}@media (max-width:768px){.footer-container{padding:30px 15px 15px}.footer-content{gap:30px;grid-template-columns:1fr;text-align:center}.social-links{flex-direction:row;gap:20px;justify-content:center}}.care-section{background-color:#fafafa;padding:80px 0}.container{margin:0 auto;max-width:1200px;padding:0 20px}.care-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}@media (max-width:1024px){.care-content{gap:40px;grid-template-columns:1fr}.care-image{order:-1}}.care-title{color:#000;font-size:2.2rem;font-weight:300;letter-spacing:-.5px;line-height:1.5;margin-bottom:20px}.care-intro{color:#666;font-size:1.1rem;line-height:1.5;margin-bottom:40px}.care-tips{margin-bottom:30px}.tips-title{color:#000;font-size:1.4rem;font-weight:300;margin-bottom:25px}.tips-list{list-style:none;margin:0;padding:0}.tip-item{align-items:flex-start;background:#fff;border-radius:20px;display:flex;margin-bottom:30px;padding:20px;transition:transform .2s ease}.tip-item:hover{cursor:default;transform:translateY(-2px)}.tip-icon{color:#000;flex-shrink:0;font-size:2rem;margin:auto 10px}.tip-content h4{color:#000;font-size:1.1rem;font-weight:300;margin:0 0 8px}.tip-content p{color:#666;font-size:.95rem;line-height:1.5;margin:0}.care-conclusion{background:#00000080;border-radius:20px;color:#fff;font-size:1rem;line-height:1.6;padding:20px}.care-image{align-items:center;display:flex;justify-content:center}@media (max-width:1024px) and (min-width:769px){.care-image-loaded,.image-placeholder{height:400px;margin:0 auto;max-width:600px}}.image-placeholder{transition:all .3s ease}.care-image-loaded{animation:fadeIn .5s ease forwards;border-radius:20px;height:500px;object-fit:cover;opacity:0;width:100%}@media (max-width:1024px){.care-image-loaded{height:400px}}@media (max-width:768px){.care-image-loaded{height:300px}}@media (max-width:480px){.care-image-loaded{height:250px}}.image-placeholder .material-icons{transition:opacity .3s ease}@media (max-width:768px){.care-section{padding:60px 0}.care-content{gap:40px;grid-template-columns:1fr}.care-image{order:-1}.care-title{font-size:1.8rem}.tip-item{flex-direction:column;padding:15px;text-align:center}.tip-icon{font-size:1.8rem;margin-bottom:15px;margin-right:0}.image-placeholder{height:300px}}@media (max-width:900px) and (min-width:769px){.care-content{gap:30px}.care-image-loaded,.image-placeholder{height:350px}}@media (max-width:360px){.care-title{font-size:1.6rem}.tip-item{margin-bottom:20px;padding:12px}.tip-content h4{font-size:1rem}.tip-content p{font-size:.9rem}.care-image-loaded{height:220px}}.stabilized-flowers{background-color:#fff;padding:80px 0}.flowers-content{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 1fr}@media (max-width:1024px){.flowers-content{gap:40px;grid-template-columns:1fr}.flowers-image{order:-1}}.section-title{color:#000;font-size:2.2rem;font-weight:300;letter-spacing:-.5px;margin-bottom:30px}.content-section{margin-bottom:40px}.main-text{color:#666;font-size:1.1rem;line-height:1.5;margin-bottom:25px}.feature-item{align-items:flex-start;background:#fafafa;border-radius:20px;display:flex;margin:25px 0;padding:20px}.feature-icon{color:#000;flex-shrink:0;font-size:2rem;margin-right:20px}.feature-content h3{color:#000;font-size:1.2rem;font-weight:300;margin:0 0 8px}.feature-content p{color:#666;font-size:.95rem;line-height:1.5;margin:0}.subsection-title{color:#000;font-size:1.5rem;font-weight:300;margin:40px 0 25px}.process-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin:30px 0}.process-item{background:#fff;padding:25px 20px;text-align:center}.process-number{align-items:center;background:#000;border-radius:50%;color:#fff;display:flex;font-weight:500;height:40px;justify-content:center;margin:0 auto 15px;width:40px}.process-item h4{color:#000;font-size:1rem;font-weight:300;margin:0 0 8px}.process-item p{color:#666;font-size:.9rem;line-height:1.4;margin:0}.advantages-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin:25px 0}.advantage-item{align-items:center;background:#fafafa;border-radius:20px;display:flex;padding:15px}.advantage-item .material-icons{color:#000;flex-shrink:0;font-size:1.5rem;margin-right:15px}.advantage-item p{color:#666;font-size:.95rem;margin:0}.flowers-image{align-items:center;display:flex;justify-content:center;position:-webkit-sticky;position:sticky;top:100px}@media (max-width:1024px){.flowers-image{position:static}}.image-placeholder{align-items:center;background:#fafafa;border-radius:20px;display:flex;height:500px;justify-content:center;width:100%}@media (max-width:1024px) and (min-width:769px){.flowers-image-loaded,.image-placeholder{height:400px;margin:0 auto;max-width:600px}}.image-placeholder .material-icons{color:#000;font-size:4rem;opacity:.7}@media (max-width:768px){.stabilized-flowers{padding:60px 0}.flowers-content{gap:40px;grid-template-columns:1fr}.flowers-image{order:-1;position:static}.section-title{font-size:1.8rem}.advantages-grid,.process-grid{grid-template-columns:1fr}.feature-item{flex-direction:column;text-align:center}.feature-icon{margin-bottom:15px;margin-right:0}.image-placeholder{height:300px}}@media (max-width:900px) and (min-width:769px){.flowers-content{gap:30px}.flowers-image-loaded,.image-placeholder{height:350px}}.image-placeholder.loading{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;overflow:hidden;position:relative}.image-placeholder.loading:before{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#0000,#fff6 50%,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}.flowers-image-loaded{animation:fadeIn .5s ease forwards;border-radius:20px;height:500px;object-fit:cover;opacity:0;width:100%}@media (max-width:1024px){.flowers-image-loaded{height:400px}}@media (max-width:768px){.flowers-image-loaded{height:300px}}@media (max-width:480px){.flowers-image-loaded{height:250px}}.image-placeholder.loading .material-icons{animation:pulse 1.5s infinite;opacity:.3}.image-placeholder.error{background:#fafafa;border:2px dashed #ccc}.image-placeholder.error .material-icons{color:#999;font-size:3rem;margin-bottom:10px}.error-text{color:#999;font-size:.9rem;margin-top:10px;text-align:center}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes shimmer{0%{left:-100%}to{left:100%}}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}