Files
vidok.com/layout/style-scss/black-week.scss
2024-11-21 14:26:28 +01:00

327 lines
5.1 KiB
SCSS

@import 'variables';
@import '_mixins';
.container {
@include respond-above(xxl) {
max-width: 1560px;
}
}
#scontainer-150 {
margin-bottom: 50px;
}
#scontainer-151 {
text-align: center;
margin-bottom: 100px;
@include respond-below(md) {
margin-bottom: 60px;
}
h2 {
font-size: 48px;
font-family: $font1;
font-weight: 300;
text-transform: uppercase;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
margin-bottom: 90px;
strong {
display: block;
font-weight: 700;
}
@include respond-below(lg) {
font-size: 38px;
margin-bottom: 50px;
}
@include respond-below(sm) {
font-size: 28px;
}
}
p {
width: 100%;
max-width: 820px;
font-size: 32px;
font-family: $font1;
font-weight: 300;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
@include respond-below(lg) {
font-size: 26px;
}
@include respond-below(sm) {
font-size: 20px;
}
}
}
#scontainer-152 {
h2 {
font-family: $font1;
font-size: 64px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 60px;
@include respond-below(lg) {
font-size: 50px;
}
@include respond-below(sm) {
font-size: 30px;
margin-bottom: 40px;
}
}
ul {
list-style: decimal;
margin-bottom: 50px;
@include respond-below(sm) {
margin-bottom: 40px;
}
li {
font-family: $font1;
font-size: 36px;
font-weight: 300;
@include respond-below(lg) {
font-size: 26px;
}
@include respond-below(sm) {
font-size: 20px;
}
}
}
a {
display: inline-block;
color: #fff;
padding: 20px 40px;
background: #1d1d1b;
font-style: italic;
font-weight: 700;
font-size: 14px;
@include respond-below(lg) {
padding: 15px 30px;
}
}
p {
font-family: $font1;
font-size: 18px;
text-align: right;
max-width: 1170px;
margin-left: auto;
margin-bottom: 0;
@include respond-below(md) {
text-align: left;
font-size: 16px;
}
}
.sale-box {
display: flex;
flex-direction: column;
span {
color: $cWhite;
display: inline-flex;
font-size: 128px;
font-family: $font1;
font-weight: 700;
align-items: center;
justify-content: center;
@include respond-below(lg) {
font-size: 70px;
}
@include respond-below(sm) {
font-size: 50px;
}
}
@include respond-below(md) {
justify-content: center;
flex-direction: row-reverse;
}
}
.row {
&:nth-child(1) {
padding-bottom: 100px;
margin-bottom: 100px;
border-bottom: 1px solid $cBlack;
@include respond-below(md) {
padding-bottom: 60px;
margin-bottom: 60px;
}
.sale-box {
span {
&:nth-child(1) {
width: 327px;
height: 327px;
background: #e9ab6e;
border-radius: 100%;
margin-left: 60px;
@include respond-below(lg) {
width: 230px;
height: 230px;
}
@include respond-below(md) {
margin-left: 0;
}
@include respond-below(sm) {
width: 160px;
height: 160px;
}
}
&:nth-child(2) {
width: 300px;
height: 300px;
background: #b79f87;
border-radius: 100%;
margin-top: -80px;
@include respond-below(lg) {
margin-top: -50px;
width: 200px;
height: 200px;
}
@include respond-below(md) {
margin-top: 80px;
margin-right: -50px;
}
@include respond-below(sm) {
width: 140px;
height: 140px;
}
}
}
}
}
&:nth-child(2) {
margin-bottom: 60px;
.sale-box {
span {
&:nth-child(1) {
width: 327px;
height: 327px;
background: #e9ab6e;
border-radius: 100%;
@include respond-below(lg) {
width: 230px;
height: 230px;
}
@include respond-below(sm) {
width: 160px;
height: 160px;
}
}
&:nth-child(2) {
width: 240px;
height: 240px;
background: #b79f87;
border-radius: 100%;
margin-top: -80px;
margin-left: 100px;
font-size: 96px;
@include respond-below(lg) {
width: 180px;
height: 180px;
font-size: 50px;
}
@include respond-below(md) {
margin-top: 80px;
margin-right: -50px;
}
@include respond-below(sm) {
width: 130px;
height: 130px;
font-size: 40px;
}
}
}
}
}
&:nth-child(3) {
}
@include respond-below(md) {
flex-direction: column-reverse;
row-gap: 40px;
}
}
}
#scontainer-153 {
margin-bottom: 200px;
@include respond-below(md) {
margin-bottom: 150px;
}
h2 {
font-size: 38px;
font-family: $font1;
font-weight: 300;
margin-bottom: 48px;
text-transform: uppercase;
strong {
display: block;
font-size: 24px;
text-align: center;
font-weight: bold;
}
@include respond-below(lg) {
font-size: 32px;
}
}
ul {
li {
font-size: 20px;
font-family: $font1;
font-weight: 300;
&:not(:last-child) {
margin-bottom: 20px;
}
@include respond-below(lg) {
font-size: 18px;
}
}
}
.row {
margin-top: 90px;
padding-top: 90px;
border-top: 1px solid #000;
@include respond-below(md) {
margin-top: 60px;
padding-top: 60px;
}
}
}