Popis
.yuka-product, .robo-mower-specs { max-width: 1200px; margin: 0 auto 20px; box-sizing: border-box; font-family: Arial, sans-serif; color: #333;}/* Yuka Product Styles */.yuka-product .box1 { display: flex; flex-wrap: wrap; justify-content: space-between;}.yuka-product .section-title { width: 100%; text-align: center; margin-bottom: 30px; }.yuka-product .box1 .item-group { width: 100%; margin-bottom: 50px;}.yuka-product .box1 .item { width: calc(33.33% – 20px); margin-bottom: 30px; padding: 20px; border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.1); background: #fff; box-sizing: border-box; display: flex; flex-direction: column;}.yuka-product .box1 .item h2 { text-align: center; margin-bottom: 15px; font-size: 18px;}.yuka-product .box1 .item-content { flex-direction: column; height: 100%;}.yuka-product .box1 .item img { width: 100%; border-radius: 10px; margin-top: 15px; order: 2;}.yuka-product .box1 .item .text { flex: 1; text-align: center; order: 1;}.yuka-product .box1 .item p { font-size: 14px; line-height: 1.5;}/* Full-width item styles */.yuka-product .box1 .item.full-width { width: 100%;}.yuka-product .box1 .item.full-width .item-content { flex-direction: column;}.yuka-product .box1 .item.full-width img { width: 100%; margin-top: 20px; order: 3;}.yuka-product .box1 .item.full-width .text { width: 100%; text-align: center; order: 2;}.yuka-product .box1 .item.full-width h2 { text-align: center; font-size: 24px; order: 1;}/* Robo Mower Specs Styles */.robo-mower-specs { background-color: #ffffff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.05);}.robo-mower-specs .robo-mower-row { display: flex; flex-wrap: wrap;}.robo-mower-specs .robo-mower-column { flex: 1; min-width: 300px; padding: 20px;}.robo-mower-specs h2 { font-size: 24px; margin-bottom: 20px; color: #2c3e50; font-weight: 600; border-bottom: 2px solid #555; padding-bottom: 10px;}.robo-mower-specs ul { list-style-type: none; padding: 0; margin: 0;}.robo-mower-specs .tech-specs li { margin-bottom: 10px; line-height: 1.4; display: flex; align-items: flex-start; padding: 5px;}.robo-mower-specs .tech-specs li:nth-child(even) { background-color: #f5f5f5;}.robo-mower-specs .tech-specs strong { font-weight: 600; min-width: 200px; margin-right: 10px; color: #333;}.robo-mower-specs .b-package__list { display: flex; flex-wrap: wrap; gap: 20px;}.robo-mower-specs .b-package__item { width: calc(33.33% – 14px); text-align: center; font-size: 14px; display: flex; flex-direction: column; align-items: center;}.robo-mower-specs .b-package__image { display: flex; justify-content: center; align-items: center; width: 100px; height: 100px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 4px; padding: 5px;}.robo-mower-specs .b-package__image img { max-width: 100%; max-height: 100%; object-fit: contain;}.robo-mower-specs .b-package__text { text-align: center;}/* Media queries */@media screen and