Save
This commit is contained in:
1
layout/style-css/promocja-drzwi-aluminiowe.css
Normal file
1
layout/style-css/promocja-drzwi-aluminiowe.css
Normal file
File diff suppressed because one or more lines are too long
1
layout/style-css/promocja-drzwi-aluminiowe.css.map
Normal file
1
layout/style-css/promocja-drzwi-aluminiowe.css.map
Normal file
File diff suppressed because one or more lines are too long
645
layout/style-scss/promocja-drzwi-aluminiowe.scss
Normal file
645
layout/style-scss/promocja-drzwi-aluminiowe.scss
Normal file
@@ -0,0 +1,645 @@
|
|||||||
|
@import 'variables';
|
||||||
|
@import '_mixins';
|
||||||
|
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
scroll-padding-top: 105px;
|
||||||
|
}
|
||||||
|
|
||||||
|
strong {
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-page {
|
||||||
|
padding-top: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.breadcrumbs {
|
||||||
|
margin: 14px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.box-1 {
|
||||||
|
background-image: url('/upload/filemanager/Pages/Promocje/Drzwi-aluminiowe/img-1.jpg');
|
||||||
|
background-position: center;
|
||||||
|
background-size: cover;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
min-height: 434px;
|
||||||
|
border-bottom: 10px solid #adbdcd;
|
||||||
|
align-content: center;
|
||||||
|
|
||||||
|
.box-1--wrapper {
|
||||||
|
.box-title {
|
||||||
|
position: relative;
|
||||||
|
margin-bottom: 80px;
|
||||||
|
|
||||||
|
img {
|
||||||
|
position: absolute;
|
||||||
|
|
||||||
|
width: 100%;
|
||||||
|
max-width: 135px;
|
||||||
|
bottom: 0;
|
||||||
|
transform: translateX(-70%);
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
position: relative;
|
||||||
|
color: $cWhite;
|
||||||
|
font-size: 50px;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 1;
|
||||||
|
letter-spacing: 2px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
|
||||||
|
strong {
|
||||||
|
font-size: 70px;
|
||||||
|
font-weight: 700;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 0;
|
||||||
|
|
||||||
|
color: $cWhite;
|
||||||
|
font-size: 35px;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 1;
|
||||||
|
letter-spacing: 2px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
|
||||||
|
strong {
|
||||||
|
display: inline-block;
|
||||||
|
|
||||||
|
padding: 12px;
|
||||||
|
background: #6488ab;
|
||||||
|
font-weight: 700;
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.box-2 {
|
||||||
|
padding-top: 80px;
|
||||||
|
padding-bottom: 80px;
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
position: relative;
|
||||||
|
color: $cTxtBlack;
|
||||||
|
font-size: 40px;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 1.3;
|
||||||
|
letter-spacing: 2px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 30px;
|
||||||
|
|
||||||
|
strong {
|
||||||
|
display: block;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
color: $cTxtBlack;
|
||||||
|
font-size: 20px;
|
||||||
|
font-weight: 300;
|
||||||
|
line-height: 1;
|
||||||
|
letter-spacing: 2px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.box-3 {
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
|
.c-row {
|
||||||
|
&-1 {
|
||||||
|
display: grid;
|
||||||
|
// grid-template-columns: minmax(300px, 530px) 1fr;
|
||||||
|
grid-template-columns: 530px 1fr;
|
||||||
|
column-gap: 80px;
|
||||||
|
margin-bottom: 80px;
|
||||||
|
|
||||||
|
.c-col {
|
||||||
|
&-1 {
|
||||||
|
.product-head {
|
||||||
|
position: relative;
|
||||||
|
width: fit-content;
|
||||||
|
|
||||||
|
span.tag {
|
||||||
|
position: relative;
|
||||||
|
color: $cWhite;
|
||||||
|
font-size: 30px;
|
||||||
|
font-weight: 700;
|
||||||
|
letter-spacing: 1px;
|
||||||
|
line-height: 1;
|
||||||
|
text-transform: uppercase;
|
||||||
|
|
||||||
|
display: inline-block;
|
||||||
|
background-color: #ff0000;
|
||||||
|
border-top-right-radius: 5px;
|
||||||
|
border-bottom-right-radius: 5px;
|
||||||
|
padding: 10px 10px 5px 10px;
|
||||||
|
margin-left: -25px;
|
||||||
|
&::before {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
transform: translateY(100%);
|
||||||
|
border-top: 13px solid #9f2424;
|
||||||
|
border-right: 13px solid #9f2424;
|
||||||
|
border-left: 13px solid transparent;
|
||||||
|
border-bottom: 13px solid transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.price {
|
||||||
|
background: #eef3f9;
|
||||||
|
border-top-right-radius: 5px;
|
||||||
|
border-bottom-right-radius: 5px;
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: end;
|
||||||
|
gap: 40px;
|
||||||
|
width: fit-content;
|
||||||
|
padding: 20px 20px 10px 100px;
|
||||||
|
margin-top: -25px;
|
||||||
|
|
||||||
|
span {
|
||||||
|
color: $cTxtBlack;
|
||||||
|
font-size: 20px;
|
||||||
|
font-family: $font3;
|
||||||
|
font-weight: 400;
|
||||||
|
letter-spacing: 1px;
|
||||||
|
line-height: 1;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
color: $cTxtBlack;
|
||||||
|
font-size: 55px;
|
||||||
|
font-family: $font3;
|
||||||
|
font-weight: 700;
|
||||||
|
letter-spacing: 2px;
|
||||||
|
line-height: 1;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.old-price {
|
||||||
|
position: relative;
|
||||||
|
display: block;
|
||||||
|
text-align: right;
|
||||||
|
|
||||||
|
color: $cTxtBlack;
|
||||||
|
font-size: 35px;
|
||||||
|
font-family: $font3;
|
||||||
|
font-weight: 700;
|
||||||
|
letter-spacing: 1px;
|
||||||
|
line-height: 1;
|
||||||
|
padding: 15px 70px 10px;
|
||||||
|
|
||||||
|
&::before {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
right: 60px;
|
||||||
|
width: 150px;
|
||||||
|
height: 2px;
|
||||||
|
background: #ff0000;
|
||||||
|
transform: rotate(-10deg) translateY(-50%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.product-desc {
|
||||||
|
h2 {
|
||||||
|
color: $cTxtBlack;
|
||||||
|
font-size: 40px;
|
||||||
|
font-family: $font3;
|
||||||
|
font-weight: 700;
|
||||||
|
letter-spacing: 1px;
|
||||||
|
line-height: 1;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
ul {
|
||||||
|
list-style: none;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0 0 40px 0;
|
||||||
|
|
||||||
|
li {
|
||||||
|
color: $cTxtBlack;
|
||||||
|
font-size: 20px;
|
||||||
|
font-family: $font3;
|
||||||
|
font-weight: 400;
|
||||||
|
// letter-spacing: 1px;
|
||||||
|
line-height: 1.5;
|
||||||
|
|
||||||
|
&:not(:last-child) {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
strong {
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.c-btn {
|
||||||
|
display: inline-flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
gap: 10px;
|
||||||
|
padding: 17px 20px 13px 38px;
|
||||||
|
background: #fff246;
|
||||||
|
border-radius: 6px;
|
||||||
|
|
||||||
|
color: #1d1d1e;
|
||||||
|
font-size: 13px;
|
||||||
|
font-family: $font3;
|
||||||
|
font-weight: 700;
|
||||||
|
letter-spacing: 1px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
line-height: 1;
|
||||||
|
|
||||||
|
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
|
||||||
|
|
||||||
|
img {
|
||||||
|
padding-bottom: 6px;
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@include respond-between(md, lg) {
|
||||||
|
padding: 17px 15px 13px 28px;
|
||||||
|
max-width: 150px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&-2 {
|
||||||
|
position: relative;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
column-gap: 40px;
|
||||||
|
padding-left: 30px;
|
||||||
|
|
||||||
|
&::before {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 40px;
|
||||||
|
height: 615px;
|
||||||
|
width: 100vw;
|
||||||
|
background: linear-gradient(
|
||||||
|
325.18deg,
|
||||||
|
#c4d1e2 13.72%,
|
||||||
|
#7086a4 79.5%
|
||||||
|
);
|
||||||
|
border-top-left-radius: 100px;
|
||||||
|
border-bottom-left-radius: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c-desk {
|
||||||
|
position: relative;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
gap: 40px;
|
||||||
|
|
||||||
|
.c-desk-text {
|
||||||
|
// text-align: center;
|
||||||
|
|
||||||
|
// h2 {
|
||||||
|
// color: $cWhite;
|
||||||
|
// font-size: 135px;
|
||||||
|
// font-family: $font3;
|
||||||
|
// font-weight: 700;
|
||||||
|
// line-height: 1;
|
||||||
|
// margin-bottom: -10px;
|
||||||
|
// text-shadow: -5px 5px 0px rgba(90, 107, 131, 1);
|
||||||
|
// }
|
||||||
|
|
||||||
|
// p {
|
||||||
|
// color: $cWhite;
|
||||||
|
// font-size: 35px;
|
||||||
|
// font-family: $font3;
|
||||||
|
// font-weight: 700;
|
||||||
|
// line-height: 1;
|
||||||
|
// margin: 0;
|
||||||
|
// }
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
display: inline-flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
gap: 10px;
|
||||||
|
padding: 13px 10px 10px 10px;
|
||||||
|
background: #c4d1e2;
|
||||||
|
border-radius: 6px;
|
||||||
|
|
||||||
|
color: #1d1d1e;
|
||||||
|
font-size: 13px;
|
||||||
|
font-family: $font3;
|
||||||
|
font-weight: 700;
|
||||||
|
letter-spacing: 1px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
line-height: 1;
|
||||||
|
|
||||||
|
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
|
||||||
|
|
||||||
|
img {
|
||||||
|
padding-bottom: 6px;
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@include respond-between(md, lg) {
|
||||||
|
padding: 17px 15px 13px 28px;
|
||||||
|
max-width: 150px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.product-img {
|
||||||
|
position: relative;
|
||||||
|
height: fit-content;
|
||||||
|
|
||||||
|
.product-img-1 {
|
||||||
|
// margin-bottom: -170px;
|
||||||
|
}
|
||||||
|
.product-img-2 {
|
||||||
|
position: absolute;
|
||||||
|
top: 100%;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&-2 {
|
||||||
|
position: relative;
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 1fr 1fr;
|
||||||
|
column-gap: 60px;
|
||||||
|
align-items: center;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
border-bottom: 1px solid #000000;
|
||||||
|
|
||||||
|
.c-col {
|
||||||
|
&-1 {
|
||||||
|
ul {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
list-style: none;
|
||||||
|
|
||||||
|
li {
|
||||||
|
color: $cTxtBlack;
|
||||||
|
font-size: 24px;
|
||||||
|
font-weight: 300;
|
||||||
|
font-family: $font3;
|
||||||
|
line-height: 1.5;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&-2 {
|
||||||
|
h3 {
|
||||||
|
text-align: right;
|
||||||
|
color: $cTxtBlack;
|
||||||
|
font-size: 35px;
|
||||||
|
font-family: $font3;
|
||||||
|
letter-spacing: 2px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.box-4 {
|
||||||
|
padding-top: 80px;
|
||||||
|
padding-bottom: 80px;
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
position: relative;
|
||||||
|
color: $cTxtBlack;
|
||||||
|
font-size: 40px;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 1.3;
|
||||||
|
letter-spacing: 2px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 30px;
|
||||||
|
|
||||||
|
strong {
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
color: $cTxtBlack;
|
||||||
|
font-size: 20px;
|
||||||
|
font-weight: 300;
|
||||||
|
line-height: 1;
|
||||||
|
letter-spacing: 2px;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
strong {
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
span {
|
||||||
|
font-size: 32px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.box-5 {
|
||||||
|
margin-bottom: 80px;
|
||||||
|
|
||||||
|
.c-row {
|
||||||
|
&-1 {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 400px 1fr;
|
||||||
|
column-gap: 120px;
|
||||||
|
|
||||||
|
.c-col {
|
||||||
|
&-1 {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
&-2 {
|
||||||
|
.product-card {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
.product-desc {
|
||||||
|
padding: 70px 40px 40px 30px;
|
||||||
|
background: linear-gradient(
|
||||||
|
248.26deg,
|
||||||
|
#c4d1e2 12.76%,
|
||||||
|
#7086a4 68.35%
|
||||||
|
);
|
||||||
|
border-top-right-radius: 50px;
|
||||||
|
border-bottom-right-radius: 50px;
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
color: $cWhite;
|
||||||
|
font-family: $font3;
|
||||||
|
font-weight: 700;
|
||||||
|
font-size: 35px;
|
||||||
|
line-height: 50px;
|
||||||
|
letter-spacing: 0;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
h4 {
|
||||||
|
color: $cWhite;
|
||||||
|
font-family: $font3;
|
||||||
|
font-weight: 500;
|
||||||
|
font-size: 24px;
|
||||||
|
line-height: 130%;
|
||||||
|
letter-spacing: 0;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
color: $cWhite;
|
||||||
|
font-family: $font3;
|
||||||
|
font-weight: 500;
|
||||||
|
font-size: 13px;
|
||||||
|
line-height: 130%;
|
||||||
|
letter-spacing: 0;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
display: inline-flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
gap: 10px;
|
||||||
|
padding: 13px 10px 10px 10px;
|
||||||
|
background: #c4d1e2;
|
||||||
|
border-radius: 6px;
|
||||||
|
|
||||||
|
color: #1d1d1e;
|
||||||
|
font-size: 13px;
|
||||||
|
font-family: $font3;
|
||||||
|
font-weight: 700;
|
||||||
|
letter-spacing: 1px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
line-height: 1;
|
||||||
|
|
||||||
|
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
|
||||||
|
|
||||||
|
img {
|
||||||
|
padding-bottom: 6px;
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@include respond-between(md, lg) {
|
||||||
|
padding: 17px 15px 13px 28px;
|
||||||
|
max-width: 150px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.box-6 {
|
||||||
|
margin-bottom: 100px;
|
||||||
|
|
||||||
|
.c-row {
|
||||||
|
&-1 {
|
||||||
|
.c-col {
|
||||||
|
&-1 {
|
||||||
|
.feedback-tile {
|
||||||
|
padding: 47px 40px;
|
||||||
|
border-top-left-radius: 50px;
|
||||||
|
border-bottom-right-radius: 50px;
|
||||||
|
background: $cWhite;
|
||||||
|
box-shadow: 8px 8px 20px -5px rgba(0, 0, 0, 0.1);
|
||||||
|
|
||||||
|
ol {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0 0 40px 0;
|
||||||
|
list-style: none;
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
gap: 6px;
|
||||||
|
|
||||||
|
li {
|
||||||
|
img {
|
||||||
|
width: 24px;
|
||||||
|
height: 24px;
|
||||||
|
object-fit: contain;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
color: #1d1d1e;
|
||||||
|
font-size: 18px;
|
||||||
|
font-family: $font3;
|
||||||
|
font-weight: 300;
|
||||||
|
line-height: 1.5;
|
||||||
|
margin-bottom: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.author {
|
||||||
|
color: #1d1d1e;
|
||||||
|
font-size: 14px;
|
||||||
|
font-family: $font3;
|
||||||
|
font-weight: 300;
|
||||||
|
line-height: 1.5;
|
||||||
|
letter-spacing: 19%;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.box-7 {
|
||||||
|
margin-bottom: 80px;
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
position: relative;
|
||||||
|
color: $cTxtBlack;
|
||||||
|
font-size: 40px;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 1.3;
|
||||||
|
letter-spacing: 2px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
strong {
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.box-8 {
|
||||||
|
.c-row {
|
||||||
|
&-1 {
|
||||||
|
.c-col {
|
||||||
|
&-1 {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
gap: 45px;
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
176
templates_user/pages/promocja-drzwi-aluminiowe.php
Normal file
176
templates_user/pages/promocja-drzwi-aluminiowe.php
Normal file
@@ -0,0 +1,176 @@
|
|||||||
|
<div class="main-page">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-12">
|
||||||
|
<div class="breadcrumbs">
|
||||||
|
<a href="/">Strona główna</a>
|
||||||
|
<span class="sep"><img src="/images/breadcrumbs-sep.svg"></span>
|
||||||
|
<span class="last">promocje</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="box-1">
|
||||||
|
<div class="container">
|
||||||
|
<div class="box-1--wrapper">
|
||||||
|
<div class="box-title">
|
||||||
|
<img src="/upload/filemanager/Pages/Promocje/Drzwi-aluminiowe/V.svg" alt="">
|
||||||
|
<h1><strong>Drzwi aluminiowe</strong> Va-d 114</h1>
|
||||||
|
</div>
|
||||||
|
<p>Gotowe. Stylowe. <strong>Dostępne od ręki</strong></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<div class="box-2">
|
||||||
|
<h2><strong>Ekskluzywne drzwi aluminiowe zewnętrzne</strong> w wyjątkowej cenie!</h2>
|
||||||
|
<p>Okres promocji: od 12 maja 2025 do wyczerpania zapasów | Organizator promocji: VIDOK Okna i Drzwi</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="box-3">
|
||||||
|
<div class="container">
|
||||||
|
<div class="c-row c-row-1">
|
||||||
|
<div class="c-col c-col-1">
|
||||||
|
<div class="product-head">
|
||||||
|
<span class="tag">hit cenowy!</span>
|
||||||
|
<div class="price">
|
||||||
|
<span>cena netto</span>
|
||||||
|
<p>5 500 zł</p>
|
||||||
|
</div>
|
||||||
|
<span class="old-price">8 462 zł</span>
|
||||||
|
</div>
|
||||||
|
<div class="product-desc">
|
||||||
|
<h2>VA-D 114</h2>
|
||||||
|
<ul>
|
||||||
|
<li>- Drzwi w systemie <strong>ALUPROF MB79N</strong></li>
|
||||||
|
<li>- Wymiar <strong>1100 x 2200</strong> światło przejścia 900 mm</li>
|
||||||
|
<li>- Kierunek otwierania <strong>lewe na zewnątrz</strong></li>
|
||||||
|
<li>- Nakładka 1-stronna - <strong>wzór VAD - 114</strong></li>
|
||||||
|
<li>- Kolor <strong>RAL 7016 MAT</strong></li>
|
||||||
|
<li>- Zamek <strong>3 PKT FUHR 833 AUTOMATYCZNY</strong><br/> z blokadą języków</li>
|
||||||
|
<li>- <strong>Elektrozaczep FUHR</strong> z przełącznikiem dzień/noc</li>
|
||||||
|
<li>- <strong>Zawiasy rolkowe Fapim</strong> MONACO<br/> w kolorze ślusarki RAL 7016 MAT</li>
|
||||||
|
<li>- Od zewnątrz <strong>pochwyt Inox prosty1200</strong><br/> mm montowany w panelu + <strong>rozetka pierścieniowa Wala</strong></li>
|
||||||
|
<li>- Od wewnątrz <strong>klamka Aluprof STYLE</strong> na długim szyldzie</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<a class="c-btn" href="/kontakt">
|
||||||
|
wyślij zapytanie
|
||||||
|
<img alt="" src="/upload/filemanager/images/check-box-Vector.svg">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="c-col c-col-2">
|
||||||
|
<div class="c-desk">
|
||||||
|
<div class="c-desk-text">
|
||||||
|
<!-- <h2>-35%</h2>
|
||||||
|
<p>wyjątkowa cena</p> -->
|
||||||
|
<img src="/upload/filemanager/Pages/Promocje/Drzwi-aluminiowe/sale.svg" alt="">
|
||||||
|
</div>
|
||||||
|
<a href="/upload/filemanager/Pages/Promocje/Drzwi-aluminiowe/VA-D-114-PDF.pdf" target="_blank">
|
||||||
|
szczegóły techniczne
|
||||||
|
<img src="/upload/filemanager/Pages/Promocje/Drzwi-aluminiowe/Subtract.svg" alt="">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="product-img">
|
||||||
|
<img class="product-img-1" src="/upload/filemanager/Pages/Promocje/Drzwi-aluminiowe/VA-D-115---1.png" alt="">
|
||||||
|
<img class="product-img-2" src="/upload/filemanager/Pages/Promocje/Drzwi-aluminiowe/VA-D-114---2.png" alt="">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="c-row c-row-2">
|
||||||
|
<div class="c-col c-col-1">
|
||||||
|
<ul>
|
||||||
|
<li>✅ Montaż możliwy już jutro</li>
|
||||||
|
<li>✅ Ilość ograniczona - kto pierwszy, ten montuje</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="c-col c-col-2">
|
||||||
|
<h3>
|
||||||
|
<strong>
|
||||||
|
Idealne do nowoczesnych<br/>
|
||||||
|
rezydencji i domów<br/>
|
||||||
|
</strong>
|
||||||
|
klasy premium
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<div class="box-4">
|
||||||
|
<h2> Zostało tylko <strong>30 z 40</strong> sztuk w tej cenie!*</h2>
|
||||||
|
<p>*Średnio <strong>1 drzwi dziennie</strong> trafiają do nowego domu - <span><strong>nie czekaj, zamawiaj!</strong></span></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="box-5">
|
||||||
|
<div class="c-row c-row-1">
|
||||||
|
<div class="c-col c-col-1">
|
||||||
|
<img src="/upload/filemanager/Pages/Promocje/Drzwi-aluminiowe/img-2.png" alt="">
|
||||||
|
</div>
|
||||||
|
<div class="c-col c-col-2">
|
||||||
|
<div class="product-card">
|
||||||
|
<div class="product-img">
|
||||||
|
<img src="/upload/filemanager/Pages/Promocje/Drzwi-aluminiowe/img-3.jpg" alt="">
|
||||||
|
</div>
|
||||||
|
<div class="product-desc">
|
||||||
|
<h3>opcja dodatkowa</h3>
|
||||||
|
<h4>doświetle boczne w 2 rozmiarach</h4>
|
||||||
|
<p>dodatkowo płatne</p>
|
||||||
|
|
||||||
|
<a href="/upload/filemanager/Pages/Promocje/Drzwi-aluminiowe/opcja-dodatkowa.pdf" target="_blank">
|
||||||
|
szczegóły techniczne
|
||||||
|
<img src="/upload/filemanager/Pages/Promocje/Drzwi-aluminiowe/Subtract.svg" alt="">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="box-6">
|
||||||
|
<div class="c-row c-row-1">
|
||||||
|
<div class="c-col c-col-1">
|
||||||
|
<div class="feedback-tile">
|
||||||
|
<ol>
|
||||||
|
<li><img src="/upload/filemanager/icon/Star.svg" alt=""></li>
|
||||||
|
<li><img src="/upload/filemanager/icon/Star.svg" alt=""></li>
|
||||||
|
<li><img src="/upload/filemanager/icon/Star.svg" alt=""></li>
|
||||||
|
<li><img src="/upload/filemanager/icon/Star.svg" alt=""></li>
|
||||||
|
<li><img src="/upload/filemanager/icon/Star.svg" alt=""></li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
<p>"Z czystym sumieniem polecam te drzwi! Świetna jakość, solidne wykonanie i nowoczesny wygląd - dokładnie to, czego szukałem. Największy plus? Były dostępne od ręki - zamówiłem w poniedziałek, a w piątek już stały w moim domu. Obsługa bardzo pomocna, wszystko przebiegło sprawnie i bez stresu. Jeśli ktoś zastanawia się nad zakupem - warto!"</p>
|
||||||
|
|
||||||
|
<span class="author">Michał K., Kraków</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="box-7">
|
||||||
|
<div class="c-row c-row-1">
|
||||||
|
<div class="c-col c-col-1">
|
||||||
|
<h2>Nie zamawiasz - <strong>kupujesz gotowe</strong></h2>
|
||||||
|
<h2>Nie czekasz - <strong>montujesz od razu</strong></h2>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="box-8">
|
||||||
|
<div class="c-row c-row-1">
|
||||||
|
<div class="c-col c-col-1">
|
||||||
|
<img src="/upload/filemanager/Pages/Promocje/Drzwi-aluminiowe/img-5.jpg" alt="">
|
||||||
|
<img src="/upload/filemanager/Pages/Promocje/Drzwi-aluminiowe/img-6.jpg" alt="">
|
||||||
|
<img src="/upload/filemanager/Pages/Promocje/Drzwi-aluminiowe/img-7.jpg" alt="">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
Reference in New Issue
Block a user