149 lines
3.2 KiB
CSS
149 lines
3.2 KiB
CSS
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
|
|
#page-black-week .c-container {
|
|
width: 100%;
|
|
padding-right: 15px;
|
|
padding-left: 15px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
}
|
|
@media (min-width: 1560px) {
|
|
#page-black-week .c-container {
|
|
max-width: 1560px;
|
|
}
|
|
}
|
|
@media (min-width: 1200px) and (max-width: 1559.98px) {
|
|
#page-black-week .c-container {
|
|
max-width: 1140px;
|
|
}
|
|
}
|
|
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
#page-black-week .c-container {
|
|
max-width: 960px;
|
|
}
|
|
}
|
|
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
#page-black-week .c-container {
|
|
max-width: 720px;
|
|
}
|
|
}
|
|
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
#page-black-week .c-container {
|
|
max-width: 540px;
|
|
}
|
|
}
|
|
@media (max-width: 575.98px) {
|
|
#page-black-week .c-container {
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
#page-black-week .box-1 {
|
|
text-align: center;
|
|
margin-bottom: 50px;
|
|
}
|
|
#page-black-week .box-1 img {
|
|
width: 100%;
|
|
max-width: -moz-fit-content;
|
|
max-width: fit-content;
|
|
}
|
|
#page-black-week .box-2 {
|
|
text-align: center;
|
|
margin-bottom: 100px;
|
|
}
|
|
#page-black-week .box-2 h2 {
|
|
font-size: 48px;
|
|
font-family: "Open Sans", sans-serif;
|
|
font-weight: 300;
|
|
text-transform: uppercase;
|
|
max-width: 1200px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-bottom: 90px;
|
|
color: #000;
|
|
}
|
|
#page-black-week .box-2 h2 strong {
|
|
display: block;
|
|
font-weight: 700;
|
|
}
|
|
#page-black-week .box-2 p {
|
|
width: 100%;
|
|
max-width: 920px;
|
|
color: #000;
|
|
font-size: 32px;
|
|
font-family: "Open Sans", sans-serif;
|
|
font-weight: 300;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-bottom: 0;
|
|
}
|
|
#page-black-week .box-3 h2 {
|
|
color: #000;
|
|
font-family: "Open Sans", sans-serif;
|
|
font-size: 36px;
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
margin-bottom: 60px;
|
|
}
|
|
#page-black-week .box-3 ul {
|
|
list-style: decimal;
|
|
margin-bottom: 50px;
|
|
}
|
|
#page-black-week .box-3 ul li {
|
|
color: #000;
|
|
font-family: "Open Sans", sans-serif;
|
|
font-size: 36px;
|
|
font-weight: 300;
|
|
}
|
|
#page-black-week .box-3 a {
|
|
display: inline-block;
|
|
color: #fff;
|
|
padding: 20px 40px;
|
|
background: #1d1d1b;
|
|
font-style: italic;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
font-size: 14px;
|
|
}
|
|
#page-black-week .box-3 p {
|
|
color: #000;
|
|
font-family: "Open Sans", sans-serif;
|
|
font-size: 18px;
|
|
text-align: right;
|
|
max-width: 1170px;
|
|
margin-left: auto;
|
|
margin-bottom: 0;
|
|
}
|
|
#page-black-week .box-3 .sale-box {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
#page-black-week .box-4 {
|
|
margin-bottom: 200px;
|
|
}
|
|
#page-black-week .box-4 h2 {
|
|
color: #000;
|
|
font-size: 38px;
|
|
font-family: "Open Sans", sans-serif;
|
|
font-weight: 300;
|
|
margin-bottom: 48px;
|
|
text-transform: uppercase;
|
|
}
|
|
#page-black-week .box-4 h2 strong {
|
|
display: block;
|
|
font-size: 24px;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
}
|
|
#page-black-week .box-4 ul li {
|
|
color: #000;
|
|
font-size: 20px;
|
|
font-family: "Open Sans", sans-serif;
|
|
font-weight: 300;
|
|
}
|
|
#page-black-week .box-4 ul li:not(:last-child) {
|
|
margin-bottom: 20px;
|
|
}
|
|
#page-black-week .box-4 .c-row {
|
|
margin-top: 90px;
|
|
padding-top: 90px;
|
|
border-top: 1px solid #000;
|
|
}/*# sourceMappingURL=black-week.css.map */ |