Add new offer
This commit is contained in:
@@ -1,208 +1,618 @@
|
||||
<style>
|
||||
.box-hit-cenowy-1 .box-hit-cenowy-1--wrapper h2 {
|
||||
color: #000000;
|
||||
font-family: 'URW Form', sans-serif;
|
||||
font-weight: 400;
|
||||
font-size: 38px;
|
||||
line-height: 1.3;
|
||||
text-align: center;
|
||||
letter-spacing: 0.1em;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.box-hit-cenowy-title {
|
||||
padding-top: 80px;
|
||||
padding-bottom: 80px;
|
||||
}
|
||||
.box-hit-cenowy-title h2 {
|
||||
position: relative;
|
||||
color: #1d1d1e;
|
||||
font-size: 30px;
|
||||
font-weight: 400;
|
||||
line-height: 1.3;
|
||||
letter-spacing: 2px;
|
||||
text-transform: uppercase;
|
||||
text-align: center;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.box-hit-cenowy-title h2 strong {
|
||||
font-weight: 700;
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.box-hit-cenowy-title h2 strong {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.box-hit-cenowy-title h2 {
|
||||
font-size: 28px;
|
||||
}
|
||||
}
|
||||
.box-hit-cenowy-title p {
|
||||
color: #1d1d1e;
|
||||
font-size: 20px;
|
||||
font-weight: 300;
|
||||
line-height: 1;
|
||||
letter-spacing: 0;
|
||||
text-align: center;
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.box-hit-cenowy-title p {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
.box-hit-cenowy-1 .box-hit-cenowy-1--wrapper p {
|
||||
color: #000000;
|
||||
font-family: 'URW Form', sans-serif;
|
||||
font-weight: 300;
|
||||
font-size: 20px;
|
||||
line-height: 1.5;
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.box-hit-cenowy-1 {
|
||||
overflow: hidden;
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 {
|
||||
display: grid;
|
||||
grid-template-columns: 530px 1fr;
|
||||
-moz-column-gap: 80px;
|
||||
column-gap: 80px;
|
||||
margin-bottom: 80px;
|
||||
}
|
||||
@media (max-width: 1399px) {
|
||||
.box-hit-cenowy-1 .c-row-1 {
|
||||
grid-template-columns: 500px 1fr;
|
||||
-moz-column-gap: 60px;
|
||||
column-gap: 60px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 1199px) {
|
||||
.box-hit-cenowy-1 .c-row-1 {
|
||||
grid-template-columns: 400px 1fr;
|
||||
}
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.box-hit-cenowy-1 .c-row-1 {
|
||||
grid-template-columns: 1fr;
|
||||
row-gap: 50px;
|
||||
}
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 {
|
||||
position: relative;
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 {
|
||||
order: 2;
|
||||
}
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-head {
|
||||
position: relative;
|
||||
width: -moz-fit-content;
|
||||
width: fit-content;
|
||||
margin-bottom: 90px;
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-head {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-head span.tag {
|
||||
position: relative;
|
||||
color: #fff;
|
||||
font-size: 25px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 1px;
|
||||
line-height: 1;
|
||||
text-transform: uppercase;
|
||||
display: inline-block;
|
||||
background-color: red;
|
||||
border-top-right-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
padding: 10px 10px 5px 10px;
|
||||
margin-left: -25px;
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-head span.tag::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 rgba(0, 0, 0, 0);
|
||||
border-bottom: 13px solid rgba(0, 0, 0, 0);
|
||||
}
|
||||
@media (max-width: 1199px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-head span.tag {
|
||||
font-size: 20px;
|
||||
margin-left: -20px;
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-head span.tag::before {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-width: 10px;
|
||||
}
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-head .price {
|
||||
background: #eef3f9;
|
||||
border-top-right-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: end;
|
||||
gap: 40px;
|
||||
width: -moz-fit-content;
|
||||
width: fit-content;
|
||||
padding: 20px 20px 10px 100px;
|
||||
margin-top: -25px;
|
||||
}
|
||||
@media (max-width: 1199px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-head .price {
|
||||
gap: 30px;
|
||||
padding: 20px 20px 10px 50px;
|
||||
}
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-head .price span {
|
||||
color: #1d1d1e;
|
||||
font-size: 20px;
|
||||
font-family: 'URW Form', sans-serif;
|
||||
font-weight: 400;
|
||||
letter-spacing: 1px;
|
||||
line-height: 1;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
@media (max-width: 1199px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-head .price span {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-head .price p {
|
||||
color: #1d1d1e;
|
||||
font-size: 55px;
|
||||
font-family: 'URW Form', sans-serif;
|
||||
font-weight: 700;
|
||||
letter-spacing: 2px;
|
||||
line-height: 1;
|
||||
margin: 0;
|
||||
}
|
||||
@media (max-width: 1199px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-head .price p {
|
||||
font-size: 45px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 575px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-head .price p {
|
||||
font-size: 35px;
|
||||
}
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-head .old-price {
|
||||
position: relative;
|
||||
display: block;
|
||||
text-align: right;
|
||||
color: #1d1d1e;
|
||||
font-size: 35px;
|
||||
font-family: 'URW Form', sans-serif;
|
||||
font-weight: 700;
|
||||
letter-spacing: 1px;
|
||||
line-height: 1;
|
||||
padding: 15px 70px 10px;
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-head .old-price::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 60px;
|
||||
width: 150px;
|
||||
height: 2px;
|
||||
background: red;
|
||||
transform: rotate(-10deg) translateY(-50%);
|
||||
}
|
||||
@media (max-width: 1199px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-head .old-price {
|
||||
font-size: 30px;
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-head .old-price::before {
|
||||
width: 130px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 575px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-head .old-price {
|
||||
font-size: 22px;
|
||||
}
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-desc h2 {
|
||||
color: #1d1d1e;
|
||||
font-size: 40px;
|
||||
font-family: 'URW Form', sans-serif;
|
||||
font-weight: 700;
|
||||
letter-spacing: 1px;
|
||||
line-height: 1;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-desc h2 {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-desc h2 {
|
||||
font-size: 30px;
|
||||
}
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-desc ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0 0 40px 0;
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-desc ul {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-desc ul li {
|
||||
position: relative;
|
||||
color: #1d1d1e;
|
||||
font-size: 20px;
|
||||
font-family: 'URW Form', sans-serif;
|
||||
font-weight: 400;
|
||||
line-height: 1.5;
|
||||
padding-left: 15px;
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-desc ul li::before{
|
||||
content: '-';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
|
||||
.box-hit-cenowy-2 {
|
||||
overflow: hidden;
|
||||
}
|
||||
.box-hit-cenowy-2 .box-hit-cenowy-2--wrapper > img{
|
||||
margin-bottom: 40px;
|
||||
width: 100%;
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
.box-hit-cenowy-2 .box-hit-cenowy-2--wrapper .c-row .c-col-1 {
|
||||
width: 100%;
|
||||
max-width: 540px;
|
||||
}
|
||||
.box-hit-cenowy-2 .box-hit-cenowy-2--wrapper .c-row .c-col-1 h3{
|
||||
color: #000000;
|
||||
font-family: 'URW Form', sans-serif;
|
||||
font-weight: 700;
|
||||
font-size: 40px;
|
||||
line-height: 1;
|
||||
margin: 30px 0 15px 0px;
|
||||
}
|
||||
.box-hit-cenowy-2 .box-hit-cenowy-2--wrapper .c-row .c-col-1 p{
|
||||
color: #1D1D1E;
|
||||
font-family: 'URW Form', sans-serif;
|
||||
font-weight: 400;
|
||||
font-size: 20px;
|
||||
line-height: 2;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
.box-hit-cenowy-2 .box-hit-cenowy-2--wrapper .c-row .c-col-1 ol{
|
||||
padding: 0;
|
||||
margin: 0 0 30px 0;
|
||||
list-style: none;
|
||||
}
|
||||
.box-hit-cenowy-2 .box-hit-cenowy-2--wrapper .c-row .c-col-1 ol li{
|
||||
position: relative;
|
||||
color: #1D1D1E;
|
||||
font-family: 'URW Form', sans-serif;
|
||||
font-weight: 400;
|
||||
font-size: 20px;
|
||||
line-height: 2;
|
||||
letter-spacing: 1px;
|
||||
padding-left: 17px;
|
||||
}
|
||||
.box-hit-cenowy-2 .box-hit-cenowy-2--wrapper .c-row .c-col-1 ol li::before{
|
||||
content: '-';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
.box-hit-cenowy-2 .box-hit-cenowy-2--wrapper .c-row .c-col-1 ul {
|
||||
padding: 40px 0 0 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.box-hit-cenowy-2 .box-hit-cenowy-2--wrapper .c-row .c-col-1 ul li {
|
||||
color: #000000;
|
||||
font-family: 'URW Form', sans-serif;
|
||||
font-weight: 300;
|
||||
font-size: 22px;
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
|
||||
.box-hit-cenowy-2 .box-hit-cenowy-2--wrapper .c-row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 50px;
|
||||
}
|
||||
|
||||
.box-hit-cenowy-2 .box-hit-cenowy-2--wrapper .c-row .c-col-1{
|
||||
width: 100%;
|
||||
max-width: 540px;
|
||||
}
|
||||
.box-hit-cenowy-2 .box-hit-cenowy-2--wrapper .c-row .c-col-2 {
|
||||
position: relative;
|
||||
}
|
||||
.box-hit-cenowy-2 .box-hit-cenowy-2--wrapper .c-row .c-col-2 > img{
|
||||
margin-top: -70px;
|
||||
width: 100%;
|
||||
min-width: fit-content;
|
||||
}
|
||||
.box-hit-cenowy-2 .box-hit-cenowy-2--wrapper .c-row .c-col-2 .technical-details{
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
padding: 21px 30px 16px;
|
||||
|
||||
position: relative;
|
||||
|
||||
background: #C4D1E2;
|
||||
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
||||
border-radius: 5px;
|
||||
|
||||
|
||||
color: #1D1D1E;
|
||||
font-family: 'URW Form', sans-serif;
|
||||
font-weight: 700;
|
||||
font-size: 14px;
|
||||
line-height: 17px;
|
||||
letter-spacing: 0.09em;
|
||||
text-transform: uppercase;
|
||||
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 30px;
|
||||
}
|
||||
|
||||
.box-hit-cenowy-2 .box-hit-cenowy-2--wrapper .c-row .c-col-2 .technical-details img{
|
||||
margin: -3px 0 0 0;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 991px) {
|
||||
.box-hit-cenowy-2 .box-hit-cenowy-2--wrapper .c-row {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.box-hit-cenowy-2 .box-hit-cenowy-2--wrapper .c-row .c-col-1{
|
||||
width: 100%;
|
||||
max-width: unset;
|
||||
}
|
||||
.box-hit-cenowy-2 .box-hit-cenowy-2--wrapper .c-row .c-col-2 > img{
|
||||
margin-top: 0;
|
||||
min-width: unset;
|
||||
}
|
||||
.box-hit-cenowy-2 .box-hit-cenowy-2--wrapper .c-row .c-col-2 .technical-details{
|
||||
top: 55%;
|
||||
left: 10%;
|
||||
}
|
||||
}
|
||||
}
|
||||
@media (max-width: 1199px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-desc ul li {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 575px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-desc ul li {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-desc ul li:not(:last-child) {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-desc ul li strong {
|
||||
font-weight: 700;
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-desc .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: 'URW Form', sans-serif;
|
||||
font-weight: 700;
|
||||
letter-spacing: 1px;
|
||||
text-transform: uppercase;
|
||||
line-height: 1;
|
||||
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-desc .c-btn img {
|
||||
padding-bottom: 6px;
|
||||
width: 16px;
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-1 .product-desc .c-btn {
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
width: -moz-fit-content;
|
||||
width: fit-content;
|
||||
}
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-2 {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
-moz-column-gap: 40px;
|
||||
column-gap: 40px;
|
||||
padding-left: 30px;
|
||||
height: -moz-fit-content;
|
||||
height: fit-content;
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-2::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;
|
||||
}
|
||||
@media (min-width: 992px) and (max-width: 1199px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-2::before {
|
||||
height: 400px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-2::before {
|
||||
height: 600px;
|
||||
width: 50svw;
|
||||
border-top-left-radius: 50px;
|
||||
border-bottom-left-radius: 50px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-2::before {
|
||||
height: auto;
|
||||
bottom: 30px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-2 {
|
||||
order: 1;
|
||||
}
|
||||
}
|
||||
@media (max-width: 575px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-2 {
|
||||
-moz-column-gap: 20px;
|
||||
column-gap: 20px;
|
||||
row-gap: 30px;
|
||||
}
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-2 .c-desk {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 40px;
|
||||
}
|
||||
@media (max-width: 575px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-2 .c-desk {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
@media (max-width: 575px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-2 .c-desk .c-desk-text {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-2 .c-desk .c-desk-text img {
|
||||
width: 100%;
|
||||
max-width: -moz-fit-content;
|
||||
max-width: fit-content;
|
||||
}
|
||||
@media (min-width: 992px) and (max-width: 1199px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-2 .c-desk .c-desk-text img {
|
||||
max-width: 100px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-2 .c-desk .c-desk-text img {
|
||||
max-width: 130px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-2 .c-desk .c-desk-text img {
|
||||
max-width: 100px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 450px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-2 .c-desk .c-desk-text img {
|
||||
max-width: 80px;
|
||||
}
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-2 .c-desk 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: 11px;
|
||||
font-family: 'URW Form', sans-serif;
|
||||
font-weight: 700;
|
||||
letter-spacing: 1px;
|
||||
text-transform: uppercase;
|
||||
line-height: 1;
|
||||
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-2 .c-desk a img {
|
||||
padding-bottom: 6px;
|
||||
width: 16px;
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-2 .c-desk a img {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media (min-width: 992px) and (max-width: 1199px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-2 .c-desk a {
|
||||
padding: 17px 15px 13px 28px;
|
||||
max-width: 150px;
|
||||
}
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-2 .product-img {
|
||||
position: relative;
|
||||
height: -moz-fit-content;
|
||||
height: fit-content;
|
||||
}
|
||||
@media (max-width: 575px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-2 .product-img {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-2 .product-img .product-img-1 {
|
||||
width: 100%;
|
||||
max-width: -moz-fit-content;
|
||||
max-width: fit-content;
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-2 .product-img .product-img-2 {
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
max-width: -moz-fit-content;
|
||||
max-width: fit-content;
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.box-hit-cenowy-1 .c-row-1 .c-col-2 .product-img .product-img-2 {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-2 {
|
||||
position: relative;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
-moz-column-gap: 60px;
|
||||
column-gap: 60px;
|
||||
align-items: center;
|
||||
padding-bottom: 80px;
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
@media (max-width: 575px) {
|
||||
.box-hit-cenowy-1 .c-row-2 {
|
||||
grid-template-columns: 1fr;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
@media (max-width: 575px) {
|
||||
.box-hit-cenowy-1 .c-row-2 .c-col-1 {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-2 .c-col-1 ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-2 .c-col-1 ul li {
|
||||
color: #1d1d1e;
|
||||
font-size: 24px;
|
||||
font-weight: 300;
|
||||
font-family: 'URW Form', sans-serif;
|
||||
line-height: 1.5;
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.box-hit-cenowy-1 .c-row-2 .c-col-1 ul li {
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.box-hit-cenowy-1 .c-row-2 .c-col-1 ul li {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
.box-hit-cenowy-1 .c-row-2 .c-col-2 h3 {
|
||||
text-align: right;
|
||||
color: #7087a4;
|
||||
font-size: 30px;
|
||||
font-family: 'URW Form', sans-serif;
|
||||
letter-spacing: 2px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.box-hit-cenowy-1 .c-row-2 .c-col-2 h3 {
|
||||
font-size: 25px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.box-hit-cenowy-1 .c-row-2 .c-col-2 h3 {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 575px) {
|
||||
.box-hit-cenowy-1 .c-row-2 .c-col-2 h3 {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="box-hit-cenowy-title">
|
||||
<h2><strong>Ekskluzywne drzwi aluminiowe zewnętrzne</strong> w wyjątkowej cenie!</h2>
|
||||
<p>Okres promocji: od 8.12.2025 do wyczerpania zapasów | Organizator promocji: VIDOK Okna i Drzwi</p>
|
||||
</div>
|
||||
|
||||
<div class="box-hit-cenowy-1">
|
||||
<div class="container">
|
||||
<div class="box-hit-cenowy-1--wrapper">
|
||||
<h2><strong>Ekskluzywne drzwi aluminiowe zewnętrzne</strong><br>w wyjątkowej cenie!</h2>
|
||||
<p>Okres promocji: od 12.05. 2025 do wyczerpania zapasów | Organizator promocji: VIDOK Okna i Drzwi</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="box-hit-cenowy-2">
|
||||
<div class="container">
|
||||
<div class="box-hit-cenowy-2--wrapper">
|
||||
<img src="/upload/filemanager/components/hit-cenowy-drzwi/hit-cenowy-2.png" class="hit-cenowy-img-1">
|
||||
<div class="c-row">
|
||||
<div class="c-col c-col-1">
|
||||
<p>Najniższa cena z 30 dni przed obniżką: 5 500 zł</p>
|
||||
<h3>VA-D 114 i VA-D 107</h3>
|
||||
<ol>
|
||||
<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>4 500 zł</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="product-desc">
|
||||
<h2>VA-D 114 i VA-D 107</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 VA-D 114 i VA-D 107</strong></li>
|
||||
<li>Nakładka 1-stronna - <strong>wzór VAD - 114 lub VA-D 107</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>
|
||||
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 mm</strong><br/> montowany w panelu + <strong>rozetka pierścieniowa Wala</strong></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>
|
||||
</ol>
|
||||
<a class="_button" href="/kontakt">
|
||||
<img alt="" src="/layout/black_weeks_2025/wyslij-zapytanie.png">
|
||||
</a>
|
||||
<ul>
|
||||
<li>✅ Czas to komfort - szybka decyzja, fachowe wsparcie</li>
|
||||
<li>✅ Ilość ograniczona - kto pierwszy, ten montuje</li>
|
||||
<li>✅ Wszystko gotowe - czekamy na Twój ruch</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="c-col c-col-2">
|
||||
<img src="/upload/filemanager/components/hit-cenowy-drzwi/hit-cenowy-1.png" class="hit-cenowy-img-2">
|
||||
|
||||
<a href="/layout/black_weeks_2025/image_04-new.png" target="_blank" class="technical-details">
|
||||
szczegóły techniczne
|
||||
<img src="/upload/filemanager/Pages/Promocje/Drzwi-aluminiowe/Subtract.svg" alt="" />
|
||||
<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">
|
||||
<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/components/hit-cenowy-drzwi/hit-cenowy-3.png"
|
||||
alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="c-row c-row-2">
|
||||
<div class="c-col c-col-1">
|
||||
<ul>
|
||||
<li>✅ Czas to komfort - szybka decyzja, fachowe wsparcie</li>
|
||||
<li>✅ Ilość ograniczona - kto pierwszy, ten montuje</li>
|
||||
<li>✅ Wszystko gotowe - czekamy na Twój ruch</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="c-col c-col-2" style="display: flex; align-items: center; justify-content: flex-end;">
|
||||
<div>
|
||||
<h3>
|
||||
<strong>
|
||||
Idealne do nowoczesnych<br />
|
||||
rezydencji i domów<br />
|
||||
</strong>
|
||||
klasy premium
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -130,7 +130,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="black_weeks_2025">
|
||||
<!-- <div class="black_weeks_2025">
|
||||
<div class="_hero">
|
||||
<img src="/layout/black_weeks_2025/hero.png">
|
||||
</div>
|
||||
@@ -190,10 +190,6 @@
|
||||
<a href="#" class="_regulamin">
|
||||
<img src="/layout/black_weeks_2025/regulamin-promocji.png">
|
||||
</a>
|
||||
<!-- <a href="/layout/black_weeks_2025/image_04-new.png" target="_blank" class="technical-details">
|
||||
szczegóły techniczne
|
||||
<img src="/upload/filemanager/Pages/Promocje/Drzwi-aluminiowe/Subtract.svg" alt="" />
|
||||
</a> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -207,7 +203,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<?php include 'templates_user/components/hit-cenowy-drzwi.php'; ?>
|
||||
|
||||
<!-- <div class="box-1"> -->
|
||||
<!-- <div class="container"> -->
|
||||
@@ -248,19 +246,10 @@
|
||||
<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>- 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>- <strong>Zawiasy rolkowe Fapim</strong> MONACO<br /> w kolorze ślusarki RAL 7016 MAT</li>
|
||||
<li>- Od zewnątrz <strong>pochwyt Inox prosty1200 mm</strong><br /> 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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user