Untitled
unknown
plain_text
2 years ago
4.4 kB
11
Indexable
html body [class*="MatrixPage__matrix"] {
flex-direction: column;
align-items: center !important;
}
html body [class*="MatrixPage__matrix"]>div {
margin-right: 0 !important;
width: 100%;
max-width: 1024px;
}
html body [class*="MatrixPage__matrix"]>div+div {
margin-top: 24px !important;
}
html body [class*="MatrixPage__matrix"]>div {
display: flex;
flex-wrap: wrap;
}
html body [class*="MatrixPage__matrix"]>div>div:first-child {
margin-bottom: 0 !important;
padding-bottom: 24px !important;
width: 100%;
border-radius: 4px 4px 0 0;
}
html body [class*="MatrixPage__matrix"]>div>div:nth-child(n+2):not(.eg-left-div):not(.eg-right-div),
html body [class*="MatrixPage__matrix"]>div>button,
html body [class*="MatrixPage__matrix"]>div>section {
display: none !important;
}
html body [class*="MatrixPage__matrix"]>div:nth-of-type(1) {
border: 2px solid #F8C13F;
}
html body [class*="MatrixPage__matrix"]>div {
border-radius: 6px;
padding-bottom: 0 !important;
background: transparent !important;
}
html body [class*="MatrixPage__matrix"]>div:nth-of-type(1)>div:first-child h3::after {
content: "Most popular";
background: white;
width: 116px;
height: 40px;
border-radius: 100vmax;
color: #171717;
font-size: 14px;
display: flex;
justify-content: center;
align-items: center;
margin-left: 24px;
}
html body [class*="MatrixPage__matrix"]>div:nth-of-type(1)>div:first-child h3 {
display: flex;
justify-content: flex-start;
align-items: center;
}
html body [class*="MatrixPage__matrix"]>div>div:first-child h3 {
margin-bottom: 8px !important;
}
html body .eg-left-div {
width: 42% !important;
background-color: #F8C13F1A !important;
padding: 66px 40px !important;
}
html body .eg-right-div {
width: 58% !important;
background-color: white;
padding: 40px 60px 40px 46px;
}
html body .eg-pdp-button {
border-radius: 4px;
border: 1px solid #D11F25;
background: #D11F25;
color: white;
display: flex;
width: 100%;
padding: 7px 0px;
justify-content: center;
align-items: center;
color: #FFF;
text-align: center;
font-size: 15px;
font-style: normal;
font-weight: 700;
cursor: pointer;
}
html body .eg-radio {
display: flex;
cursor: pointer;
}
html body .eg-radio-button {
display: flex;
width: 24px;
background: white;
border-radius: 100vmax;
height: 24px;
border: 1px solid #000;
margin-right: 16px;
}
html body .eg-money.sale {
color: #898989;
font-size: 17px;
font-style: normal;
font-weight: 500;
text-decoration: line-through;
margin-right: 8px;
}
html body .eg-money.nosale {
color: #171717;
font-size: 24px;
font-style: normal;
font-weight: 600;
display: inline-block;
margin-top: 0;
margin-bottom: 0;
}
html body .eg-month-year {
font-size: 17px !important;
}
.eg-right-div .eg-title {
font-size: 16px;
line-height: 22px;
font-weight: 600 !important;
color: #171717;
}
.eg-list-item {
list-style: none !important;
display: flex;
flex-direction: row;
}
.eg-content-title {
font-size: 14px;
line-height: 18px;
font-weight: 600;
color: #171717;
}
.eg-content {
margin-left: 10px;
}
.eg-content-list-item {
font-weight: 400;
font-size: 13px;
color: #171717;
}
.eg-content-list li:first-child {
margin-top: 16px;
}
.eg-list {
padding-left: 0 !important;
}
.eg-green-box {
display: flex;
flex-direction: column;
align-items: flex-start;
border: 1px solid #66DA19;
border-radius: 4px;
padding: 16px;
background: #F7FDF4;
margin-bottom: 24px;
}
.eg-green-box h2 {
font-size: 14px;
line-height: 18px;
color: #171717;
font-weight: 600;
margin-top: 0 !important;
}
.eg-green-box span {
font-size: 12px;
line-height: 17px;
font-weight: 400;
color: #171717;
}
.eg-green-text {
color: #45A803 !important;
font-size: 14px !important;
font-weight: 700 !important;
line-height: 18px !important;
padding-right: 6px;
}
.eg-show-hide {
font-weight: 500;
font-size: 16px;
line-height: 18px;
color: #171717;
border: 1px solid #CDCCCB;
padding: 10px 16px;
background: #ffffff;
border-radius: 4px;
}
.eg-arrow {
padding-left: 6px;
}Editor is loading...