first commit

This commit is contained in:
2025-03-06 19:27:29 +01:00
commit f2698d53d0
6352 changed files with 822401 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
.box-02 {
padding: 90px 0;
}
.box-03 {
.scontainer-content {
> .row {
align-items: center;
}
.col-right {
margin-top: 0;
}
}
}
.box-04 {
margin-bottom: 160px;
#product-colors {
.col-right {
.color-tiles-list {
display: flex;
flex-direction: row;
row-gap: 20px;
column-gap: 70px;
flex-wrap: wrap;
li {
display: flex;
flex-direction: column;
row-gap: 9px;
img {
max-height: 42px;
width: 160px !important;
object-fit: cover;
}
p {
font-weight: 300;
font-size: 14px;
margin-bottom: 0;
}
}
}
}
}
}