ul.tags li.new {
background-color: #757575 !important;
}
/* Ukrycie logowanie i rejestracji w nagłówku */
.login-bar.row.container {
display: none;
}
/* stylizacja skryptu wyboru próbek */
#imageGallery {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
#imageGallery img {
width: calc(40% - 20px); /* Dwa obrazki w rzędzie dla wersji mobilnej */
max-width: 300px;
margin: 5px;
transition: opacity 0.3s;
}
@media (min-width: 768px) {
#imageGallery img {
width: calc(35% - 20px); /* Trzy obrazki w rzędzie dla wersji desktopowej */
}
}
#imageGallery img.selected {
opacity: 0.3;
}
#selectedImagesContainer {
position: fixed;
top: 0;
left: 0;
right: 0;
background-color: #fff;
padding: 10px;
display: none;
flex-wrap: wrap;
justify-content: center;
align-items: center;
max-height: 120px;
overflow-y: auto;
}
.thumbnail {
width: auto;
max-width: calc(50% - 10px); /* Dwa rzędy miniaturek */
height: auto;
max-height: 50px;
margin: 5px;
}
#chooseBtn, #userDataForm button {
background-color: #000000;
color: #fff;
border: none;
padding: 20px 100px;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s;
font-size: 15px;
}
#chooseBtn[disabled], #userDataForm button[disabled] {
background-color: #ccc;
cursor: not-allowed;
}
.custom_row {
display: flex;
justify-content: space-between;
}
#userDataForm input {
padding: 10px;
margin: 5px 0;
border: 1px solid #ccc;
border-radius: 5px;
width: 100%;
}
#rwd-menu.small.active {
font-family: 'Open Sans', sans-serif !important;
}
#rwd-menu.small.active * {
font-family: inherit !important;
}
.productnamewrap.row {
height: auto;
min-height: 40px; /* lub inna wartość, która pasuje do twojego układu */
}
#box_slider_32 { display: none; }
@media screen and (max-width: 767px) {
#box_slider_5 { display: none; }
#box_slider_32 { display: block; }
}
/* Style dla wersji desktop */
.uniqueContainer {
display: flex;
justify-content: center;
align-items: center;
gap: 10px; /* odstęp między grafikami */
}
.uniqueImage {
width: 600px;
height: auto;
display: block;
margin: 0 auto;
}
/* Style dla wersji mobilnej */
@media (max-width: 768px) {
.uniqueContainer {
flex-direction: column;
}
}
#inspiracje_mobile { display: none; }
@media screen and (max-width: 767px) {
#inspiracje_desktop { display: none; }
#inspiracje_mobile { display: block; }
}