product structure

This commit is contained in:
2026-04-09 14:30:11 +02:00
parent 9f00dce91a
commit 161c090ef0
4 changed files with 331 additions and 34 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -3531,3 +3531,212 @@ body.cms-id-15 {
}
}
}
body#product {
h1.product-title {
color: $cGold;
font-family: $fNotoSerifDisplay;
font-weight: 400;
font-size: 40px;
line-height: 1;
padding-bottom: 20px;
}
.product-box {
position: relative;
padding: 17px 0;
border-bottom: 1px solid #8c8c8c;
.block-title {
font-family: 'Inter';
font-weight: 700;
font-size: 18px;
line-height: 1.7;
color: #3c3c3c;
margin-bottom: 0;
}
.product-box--head {
position: relative;
&::before {
content: '';
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
width: 23px;
height: 1px;
background: #3c3c3c;
border-radius: 3px;
}
&::after {
content: '';
position: absolute;
top: 50%;
right: 11px;
transform: translateY(-50%);
width: 1px;
height: 23px;
background: #3c3c3c;
border-radius: 3px;
transition: all 0.3s ease-in-out;
}
}
}
.block-description-data {
.block-title {
margin-bottom: 10px;
}
p {
color: $cDark;
font-family: $fInter;
font-weight: 400;
font-size: 14px;
line-height: 1.7;
&:last-child {
margin-bottom: 0;
}
}
}
.block-config-info-data {
border-bottom: 0;
.block-title {
margin-bottom: 10px;
}
p {
color: $cDark;
font-family: $fInter;
font-weight: 400;
font-size: 14px;
line-height: 1.7;
}
}
.product-price-data {
display: flex;
flex-direction: row;
justify-content: space-between;
&--wrapper {
.block-title {
margin-bottom: 5px;
}
.product-prices-data {
.product-prices {
margin: 0;
}
.product-price {
margin: 0;
}
.current-price {
span {
color: #3c3c3c;
font-family: $fInter;
font-weight: 700;
font-size: 25px;
line-height: 1;
}
}
}
}
}
.product-box-free-example {
position: relative;
padding: 75px 0;
margin: 0;
background: #f0f0f0;
margin-top: 200px;
._c-row-1 {
position: relative;
p {
color: #f0f0f0;
font-family: $fNotoSerifDisplay;
font-weight: 400;
font-size: 130px;
line-height: 1;
position: absolute;
top: 0;
right: 0;
transform: translateY(calc(-100% - 60px));
}
}
._c-row-2 {
position: relative;
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
column-gap: 50px;
._c-col {
&-1 {
img {
width: 100%;
max-width: fit-content;
}
}
}
}
h3 {
position: relative;
color: $cGold;
font-family: $fNotoSerifDisplay;
font-style: normal;
font-weight: 400;
font-size: 40px;
line-height: 1;
margin: 0;
}
p {
position: relative;
color: $cDark;
font-family: $fInter;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 1.7;
&:last-child {
margin-bottom: 0;
}
}
._box-text {
margin: 50px 0;
}
}
.product-order-sample {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: end;
&--wrapper {
width: 100%;
max-width: 350px;
p {
color: #3c3c3c;
font-family: $fInter;
font-weight: 400;
font-size: 14px;
line-height: 1.7;
&:last-child {
margin-bottom: 0;
}
}
}
}
}