Files
de.vidok.com/layout/style-scss/eingangsturen.scss
Roman Pyrih e616c778fd Save
2025-03-05 13:01:11 +01:00

234 lines
3.5 KiB
SCSS

@import 'variables';
@import '_mixins';
.page-content {
overflow: hidden;
}
.box-01 {
padding-bottom: 150px;
@include respond-below(md) {
padding-bottom: 50px;
}
#product-preview-box {
margin-bottom: 0;
.product-preview-box {
.scontainer-content {
.product-preview {
padding-left: 0;
.row {
&:not(:last-child) {
margin-bottom: 110px;
padding-bottom: 110px;
border-bottom: 1px solid #000;
}
}
}
h3 {
color: #000;
font-size: 32px;
font-weight: 300;
letter-spacing: 4px;
line-height: 1;
margin-bottom: 40px;
text-transform: uppercase;
}
#nav_tabs {
margin-bottom: 50px;
padding-bottom: 0;
&::before {
display: none;
}
}
.product-doors-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
column-gap: 30px;
row-gap: 40px;
li {
display: flex;
flex-direction: column;
row-gap: 16px;
align-items: center;
img {
width: 100%;
max-width: fit-content;
}
p {
margin-bottom: 0;
text-align: center;
color: #000;
font-size: 20px;
font-weight: 700;
letter-spacing: 1px;
line-height: 1;
font-family: 'URW Form', sans-serif;
}
}
}
.product-doors-list-more {
padding-top: 40px;
display: none;
}
.c-button {
margin-top: 40px;
}
}
}
}
}
.box-02 {
margin-bottom: 140px;
.scontainer-content {
.row {
}
}
}
.box-03 {
margin-bottom: 100px;
.scontainer-content {
a {
display: flex;
flex-direction: row;
align-items: center;
column-gap: 15px;
color: #000;
font-size: 30px;
font-weight: 400;
line-height: 1;
letter-spacing: 1px;
font-family: 'URW Form', sans-serif;
margin-bottom: 16px;
img {
padding-bottom: 7px;
}
}
p {
margin-bottom: 0;
font-size: 15px;
font-weight: 400;
line-height: 1;
letter-spacing: 1px;
}
}
}
.box-04 {
.c-row {
display: flex;
flex-direction: row;
align-items: center;
@include respond-below(md) {
flex-direction: column-reverse;
row-gap: 20px;
}
.c-col-1 {
flex-basis: 50%;
@include respond-below(md) {
max-width: 527px;
}
h2 {
color: #000;
font-size: 30px;
font-family: 'URW Form', sans-serif;
font-weight: 400;
letter-spacing: 2px;
text-transform: uppercase;
padding: 35px 30px 25px;
margin: 0;
background: #f4f4f4;
@include respond-below(lg) {
font-size: 26px;
padding: 25px 20px 17px;
}
}
ul {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 20px 30px;
padding: 30px 0 0 30px;
@include respond-below(lg) {
padding: 20px 0 0 20px;
gap: 20px 30px;
}
@include respond-below(md) {
justify-content: center;
}
li {
display: flex;
flex-direction: column;
row-gap: 4px;
img {
width: 100%;
max-width: 130px;
@include respond-between(md, lg) {
max-width: 110px;
}
}
p {
color: #000;
font-size: 15px;
font-family: 'URW Form', sans-serif;
font-weight: 400;
margin-bottom: 0;
text-transform: uppercase;
letter-spacing: 1px;
}
}
}
}
.c-col-2 {
flex-basis: 50%;
img {
width: 100%;
max-width: fit-content;
}
}
}
}
.box-05 {
&#our-catalog {
.scontainer-content {
.row {
display: none;
&.active {
display: flex !important;
}
}
}
}
}