Porównanie cen
Prasowalnica parowa COBBO Steam One COMPACT 32''
Producent: COBBO Robotics | ID: 73869282
1 597,00 PLN
Oferta sklepu
ID73869282
MarkaCOBBO Robotics
DostępnośćTak
Stan-
Cena1 597,00 PLN
Cena promocyjna1 597,00 PLN
Typ produktuWakacyjne Prezenty
Kolor-
Wzór-
Grupa wiekowa-
MPNArray
GTIN-
+ Dodatkowa ochrona urządzenia Dokup gwarancję
1+1 Dobierz drugi produkt Zgarnij -10% na koszyk
@media (max-width: 768px) {
#tabelap {
max-width: 100%;
}
}
@media (min-width: 768px) {
#tabelap {
max-width: 60%;
}
}
/* General table styling */
#custom-table {
width: 100%;
border-collapse: collapse;
font-family: "SF Pro Display", sans-serif;
font-size: 16px;
border: 1px solid #e6e6e6;
margin: 20px 0;
}
#custom-table th {
background-color: #f9f9f9;
text-align: center;
padding: 12px;
border-bottom: 2px solid #e6e6e6;
font-weight: bold;
}
#custom-table td {
padding: 16px;
text-align: center;
border: 1px solid #e6e6e6;
}
/* Explicit row background colors for the alternating effect */
#custom-table tr:nth-child(even) {
background-color: #f9f9f9;
}
#custom-table tr:nth-child(odd) {
background-color: #ffffff;
}
/* Styling for feature column */
#feature-column {
text-align: left;
padding: 16px;
font-weight: bold;
}
/* Styling for checkmarks */
#custom-table td img {
width: 16px;
height: 16px;
}
@keyframes colorChange1 {
0%,
33% {
color: #f0d381;
}
100%,
34% {
color: #a9a9a9;
}
}
@keyframes colorChange2 {
0%,
33% {
color: #a9a9a9;
}
34%,
66% {
color: #f0d381;
}
100%,
67% {
color: #a9a9a9;
}
}
@keyframes colorChange3 {
0%,
66% {
color: #a9a9a9;
}
100%,
67% {
color: #f0d381;
}
}
@keyframes levitate {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-8px);
}
100% {
transform: translateY(0);
}
}
/* Allow the tab-content to extend the full width of the page */
.product-card.mod-product-card-1 .tab-content {
width: 100vw; /* 100% of the viewport width */
margin-left: calc(-50vw + 50%); /* This centers the full-width content */
padding: 20px; /* Add padding to ensure content is readable */
background-color: #fff; /* Optional: To distinguish the description section */
}
/* Ensure the .tab-content spans 100% width without affecting product-info */
.product-card.mod-product-card-1 .tab-content .row {
max-width: 100%; /* Override any width restrictions */
margin: 0 auto; /* Center the content */
}
/* Keep the first col-md-12 (product info, buttons, etc.) intact */
.product-card.mod-product-card-1 .col-md-12:first-of-type {
max-width: 1270px; /* Retain the current layout for the first section */
margin: 0 auto; /* Center it like before */
}
/* Target the specific text-field within the Wysyłka w ciągu row */
.product-parameters tr:nth-child(2) td:nth-child(2) .text-field {
color: red; /* Adjust to your preferred color */
font-weight: bold;
}
div[data-tab="product-safety-information"] {
margin: 20px !important; /* Adjust as needed */
padding: 40px !important; /* Adjust as needed */
max-width: fit-content;
}
div[data-tab="product-safety-information"] .tab-content {
margin: 35px !important; /* Adjust as needed */
padding: 25px !important;
max-width: fit-content; /* Adjust as needed */
}
.product-opinions {
padding: 40px !important; /* Adjust as needed */
max-width: 1200px !important;
margin: 0 auto !important;
}
#pagination {
display: flex;
justify-content: center; /* Center the dots */
gap: 8px;
margin-top: 10px;
}
div[data-tab="product-safety-information"] {
margin: 20px !important; /* Adjust as needed */
padding: 40px !important; /* Adjust as needed */
max-width: fit-content;
}
div[data-tab="product-safety-information"] .tab-content {
margin: 35px !important; /* Adjust as needed */
padding: 25px !important;
max-width: fit-content; /* Adjust as needed */
}
#pagination div {
width: 16px;
height: 4px;
border-radius: 5px;
background-color: #e6e6e6;
transition: background-color 0.3s ease;
}
#tytul-czarny-center {
font-family: "SF Pro Display", sans-serif;
font-size: 3.75em;
font-weight: 700;
word-wrap: break-word;
line-height: 1;
text-align: center;
margin-top: 0;
padding-top: 50px;
color: #000;
}
#tytul-czarny-left {
font-family: "SF Pro Display", sans-serif;
font-size: 3.75em;
font-weight: 700;
word-wrap: break-word;
line-height: 1;
text-align: left;
margin-top: 50px;
color: #000;
}
#tytul-bialy-center {
font-family: "SF Pro Display", sans-serif;
font-size: 3.75em;
font-weight: 700;
word-wrap: break-word;
line-height: 1;
text-align: center;
margin-top: 50px;
color: #fff;
}
@media (max-width: 768px) {
@keyframes slide {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-330%);
}
}
#app-box-main-container {
width: 100%;
padding: 10px;
}
#app-box-text-blocks {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
#app-box-left-block {
width: 100%;
margin-bottom: 20px;
padding: 0 10px;
text-align: left;
}
#app-box-right-block {
width: 100%;
margin-bottom: 20px;
padding: 0 10px;
text-align: left;
}
#app-box-right-block p {
font-size: 1.5rem;
text-align: left;
}
#app-box-text-blocks {
width: 100%;
max-width: 1200px;
display: flex;
align-items: fl