New component

This commit is contained in:
Roman Pyrih
2025-12-05 11:53:23 +01:00
parent add55040e5
commit 73ce68f821

View File

@@ -0,0 +1,398 @@
<style>
.box-hit-cenowy-1 .box-hit-cenowy-1--wrapper {
margin-bottom: 60px;
}
.box-hit-cenowy-1 .box-hit-cenowy-1--wrapper h2 {
color: #000000;
font-family: 'URW Form', sans-serif;
font-weight: 400;
font-size: 30px;
line-height: 1.3;
text-align: center;
letter-spacing: 0.1em;
text-transform: uppercase;
margin-bottom: 30px;
}
.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-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: 550px;
}
.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: 19px;
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: 52%;
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: 1500px) {
.box-hit-cenowy-2 .box-hit-cenowy-2--wrapper .c-row .c-col-2>img {
min-width: unset;
}
.box-hit-cenowy-2 .box-hit-cenowy-2--wrapper .c-row .c-col-2 .technical-details {
top: 39%;
}
}
@media (max-width: 1200px) {
.box-hit-cenowy-2 .box-hit-cenowy-2--wrapper .c-row .c-col-2 .technical-details {
top: 24%;
}
}
@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%;
}
}
.box-hit-cenowy-2--wrapper .product-head {
position: relative;
width: fit-content;
margin-left: 25px;
margin-bottom: 40px;
}
@media (max-width: 991px) {
.box-hit-cenowy-2--wrapper .product-head {
margin-left: auto;
margin-right: auto;
margin-bottom: 30px
}
}
.box-hit-cenowy-2--wrapper .product-head span.tag {
position: relative;
color: #fff;
font-size: 24px;
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 40px 5px 40px;
margin-left: -25px
}
.box-hit-cenowy-2--wrapper .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-2--wrapper .product-head span.tag {
font-size: 20px;
margin-left: -20px
}
.box-hit-cenowy-2--wrapper .product-head span.tag::before {
width: 20px;
height: 20px;
border-width: 10px
}
}
.box-hit-cenowy-2--wrapper .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: -10px
}
@media (max-width: 1199px) {
.box-hit-cenowy-2--wrapper .product-head .price {
gap: 30px;
padding: 20px 20px 10px 50px
}
}
.box-hit-cenowy-2--wrapper .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-2--wrapper .product-head .price span {
font-size: 18px
}
}
.box-hit-cenowy-2--wrapper .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-2--wrapper .product-head .price p {
font-size: 45px
}
}
@media (max-width: 575px) {
.box-hit-cenowy-2--wrapper .product-head .price {
margin-top: -15px;
}
.box-hit-cenowy-2--wrapper .product-head .price p {
font-size: 35px
}
}
.box-hit-cenowy-2 .c-row .c-col-1 .c_button {
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, .12)
}
.box-hit-cenowy-2 .c-row .c-col-1 .c_button img {
padding-bottom: 6px;
width: 16px
}
@media (max-width: 991px) {
.box-hit-cenowy-2 .c-row .c-col-1 .c_button {
margin: 0 auto;
display: block;
width: -moz-fit-content;
width: fit-content
}
}
</style>
<div class="box-hit-cenowy-1">
<div class="container">
<div class="box-hit-cenowy-1--wrapper">
<h2><strong>Esclusive porte esterne in alluminio</strong><br>a un prezzo eccezionale!</h2>
<p>Periodo di promozione: 24.11. 2025 - 05.12.2025 | Organizzatore della promozione: VIDOK Finestre e porte</p>
</div>
</div>
</div>
<div class="box-hit-cenowy-2">
<div class="container">
<div class="box-hit-cenowy-2--wrapper">
<div class="product-head">
<span class="tag" style="padding-bottom: 10px">prezzo imbattibile!</span>
<div class="price">
<span>cena netta</span>
<p>5 500 </p>
</div>
</div>
<div class="c-row">
<div class="c-col c-col-1">
<p>Prezzo più basso applicato nei 30 giorni precedenti la riduzione: 1 340 </p>
<h3>VA-D 114 e VA-D 107</h3>
<ol>
<li>Porta nel sistema <strong>ALUPROF MB79N</strong></li>
<li>Dimensioni: <strong>1100 x 2200 mm</strong>, luce di passaggio 900 mm</li>
<li>Direzione di apertura: sinistra, <strong>verso l`esterno</strong></li>
<li>Pannello di rivestimento su un lato - <strong>modello VA-D 114 e VA-D 107</strong></li>
<li>Colore: <strong>RAL 7016 MAT</strong></li>
<li>Serratura automatica a <strong>3 punti FUHR 833</strong> con blocco dei catenacci</li>
<li><strong>Elettroserratura FUHR</strong> con interruttore giorno/notte</li>
<li>Cerniere a rullo <strong>Fapim MONACO</strong> in RAL 7016 MAT (in tinta con la porta)</li>
<li>Esterno: maniglione <strong>Inox dritto 1200 mm</strong> montato sul pannello + rosetta ad anello Wala</li>
<li>Interno: maniglia <strong>Aluprof STYLE</strong> su placca lunga</li>
</ol>
<a class="c_button" href="/contact">
invia richiesta
<img alt="" src="/images/icons/check-box-Vector.svg">
</a>
</div>
<div class="c-col c-col-2">
<img src="/upload/filemanager/components/hit-cenowy-drzwi/hit-cenowy-1-1.png" class="hit-cenowy-img-2">
<a href="/images/promotion/VA-D-114-PDF.pdf" target="_blank" class="technical-details">
Dettagli tecnici
<img src="/images/promotion/Subtract.svg" alt="" />
</a>
</div>
</div>
</div>
</div>
</div>