U Majky

Rázcestník pre Vaše nákupy

Mammotion YUKA 2000 s košom – Robotická kosačka bez drôtu

Mammotion YUKA 2000 s košom – Robotická kosačka bez drôtu

Cena: 2599.00 EUR

/* Obecné nastavení */

.yuka-product, .yuka-mosaic, .robo-mower-specs {
max-width: 1240px;
margin: 0 auto;
box-sizing: border-box;
}

.rw-install-section {
font-family: ‚Roboto‘, -apple-system, BlinkMacSystemFont, ‚Segoe UI‘, Oxygen-Sans, Ubuntu, Cantarell, ‚Helvetica Neue‘, sans-serif;
max-width: 1200px;
margin: 20px auto;
background: #ffffff;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.rw-install-header {
display: flex;
justify-content: space-between;
align-items: center;
text-align: left;
padding: 11px 30px;
background: linear-gradient(to right, #4caf50, #00a651);
color: #ffffff;
}

.rw-install-main-title {
font-size: 32px;
margin: 0;
line-height: 1.2;
color: #ffffff;
}

.rw-install-main-title strong {
font-weight: 550;
}

.rw-install-main-title span {
font-weight: 300;
}

.rw-install-main-subtitle {
font-weight: 300;
font-size: 20px;
color: #ffffff;
margin-top: 5px;
}

.rw-install-logo img {
max-height: 90px;
width: auto;
display: block;
}

.rw-install-content {
display: flex;
padding: 20px;
gap: 20px;
}

.rw-install-product {
flex: 1.2;
position: relative;
}

.rw-install-product__image {
width: 100%;
border-radius: 8px;
overflow: hidden;
position: relative;
}

.rw-install-product__image img {
width: 100%;
height: auto;
}

.rw-install-product__overlay {
position: absolute;
bottom: 20px;
right: 20px;
display: flex;
align-items: stretch;
border-radius: 4px;
overflow: hidden;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.rw-install-product__overlay-left {
background-color: #ff4d4d;
color: white;
padding: 8px 12px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.rw-install-product__overlay-sleva {
font-weight: bold;
font-size: 26px;
line-height: 1;
text-transform: uppercase;
}

.rw-install-product__overlay-dnes {
font-size: 16px;
line-height: 1;
}

.rw-install-product__overlay-right {
background-color: #cc0000;
color: white;
font-weight: bold;
font-size: 26px;
padding: 8px 12px;
display: flex;
align-items: center;
justify-content: center;
}

.rw-install-product__button {
margin-top: 10px;
padding: 15px 20px;
background: #00a651;
color: #fff;
border: none;
border-radius: 4px;
font-size: 18px;
font-weight: 500;
cursor: pointer;
width: 60%;
display: block;
margin-left: auto;
margin-right: auto;
transition: background-color 0.3s ease;
}

.rw-install-product__button:hover {
background-color: #000000;
}

.rw-install-features {
flex: 1;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 15px;
}

.rw-install-feature {
background-color: #f8f8f8;
padding: 15px;
border-radius: 8px;
text-align: center;
}

.rw-install-feature__icon {
width: 30px;
height: 30px;
margin-bottom: 10px;
}

.rw-install-feature__title {
font-size: 16px;
font-weight: 600;
color: #00a651;