2005-2007 Volvo S60R V70R Pair Right & Left Sun Visor Sun Shade OEM #1213EM
Save 0%
Save %
Original price
$94.99
-
Original price
$94.99
Original price
$94.99
$94.99
-
$94.99
Current price
$94.99
| /
Document
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
ul {
display: block;
list-style-type: disc;
margin-block-start: 0em;
margin-block-end: 0em;
padding-inline-start: 20px;
unicode-bidi: isolate;
}
html {
width: 100%;
max-width: 1120px;
margin: 0 auto;
padding-bottom: 20px;
}
body {
width: 100%;
max-width: 1100px;
margin: 0 20px;
}
.header {
display: flex;
flex-direction: column;
gap: 12px;
margin-top: 12px;
}
:root {
--primary-color: #000;
--Primaries-Accent: #cc0c0f;
}
.logo {
display: flex;
justify-content: center;
align-items: center;
min-height: 112px;
background-color: #000;
}
.imp-info-title {
color: var(--Body-Text-Black, #000);
font-feature-settings: "liga" off, "clig" off;
font-family: Figtree;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 116.667% */
text-transform: uppercase;
}
.logo-logo {
width: 313px;
height: 84px;
flex-shrink: 0;
object-fit: cover;
aspect-ratio: 313/84;
}
.header-details {
display: flex;
height: 44px;
padding: 0 40px;
justify-content: center;
align-items: center;
gap: 40px;
align-self: stretch;
border-radius: 4px;
background: var(--primary-color);
}
.header-details-item-container {
display: flex;
gap: 10px;
align-items: center;
}
.header-details-text {
color: #fff;
font-feature-settings: "liga" off, "clig" off;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.divider {
width: 1px;
height: 36px;
background: #dfdecc;
}
.header-image-container {
width: 100%;
height: 400px;
flex-shrink: 0;
border-radius: 0px;
overflow: hidden;
position: relative;
border-radius: 20px;
}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url("https://dlwfw71zu9okz.cloudfront.net/1/cca9d080-bd4d-4dbb-b88c-9ca421739329/58892f9d-a819-4320-858b-48250920288f.jpg")
no-repeat;
background-size: cover;
background-position: bottom;
background-repeat: no-repeat;
z-index: 1;
}
.header-image-container img {
width: 100%;
height: 100%;
object-fit: cover;
margin-left: 0%;
}
.header-image-text-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: end;
gap: 0px;
padding: 16px;
padding-left: 5%;
padding-bottom: 60px;
z-index: 2;
text-align: start;
}
.header-image-text-1 {
color: var(--White, #fff);
text-align: center;
font-feature-settings: "liga" off, "clig" off;
font-family: Figtree;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.header-image-text-1 b {
color: var(--White, #fff);
font-feature-settings: "liga" off, "clig" off;
font-family: Figtree;
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.header-image-text-2 {
color: #fff;
text-align: center;
font-feature-settings: "liga" off, "clig" off;
font-family: Figtree;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.header-image-text-3 {
color: #fff;
font-feature-settings: "liga" off, "clig" off;
font-family: Figtree;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 80px;
}
.car-logos-container {
margin-top: 20px;
display: flex;
padding: 20px 24px;
justify-content: center;
align-items: center;
gap: 25px;
align-self: stretch;
border-radius: 12px;
background: url("https://dlwfw71zu9okz.cloudfront.net/1/cca9d080-bd4d-4dbb-b88c-9ca421739329/f697bc51-c8f6-4fca-9538-ee19fe4f95bf.jpg");
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
}
.car-logo {
width: calc(100% / 12 - 25px);
max-width: 240px;
max-height: 88px;
aspect-ratio: 1/1;
padding: 6px;
display: flex;
flex