h2 {
font-size: 24px;
color: #1d1d1b;
}
#products {
display: flex;
flex-wrap: wrap;
gap: 15px;
}
.product {
width: 30%;
text-align: center;
cursor: pointer;
background: #fff;
padding: 10px;
border: 1px solid #ddd;
border-radius: 8px;
transition: 0.3s;
}
.product:hover {
background: #f8f8f8;
}
.product img {
width: 100%;
height: auto;
border-radius: 8px;
}
.product-container {
display: flex;
gap: 65px;
align-items: flex-start;
}
.product-container img {
width: 40%;
border-radius: 8px;
}
.details {
width: 32%;
}
select, button {
display: block;
width: 100%;
padding: 10px;
margin-top: 10px;
font-size: 16px;
}
#productTitle {
font-size: 33px;
font-weight: 700;
margin-top: 12px;
}
#productDescription {
font-size: 15px;
}
#storeList {
list-style: none;
padding: 0;
}
.store-item {
display: flex;
align-items: center;
padding: 10px;
border-bottom: 1px solid #ddd;
background: #fff;
border: 1px solid #eaeaea;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0, 0, 0, .02);
color: inherit;
gap: 0.75rem;
overflow: hidden;
text-decoration: none;
transition: all 0.25s ease-in-out;
transition-property: border, box-shadow;
padding: 24px;
margin-bottom: 15px;
}
.store-item .store-info {
display: flex;
flex-direction: column;
align-items: center;
}
.store-item .product-info {
flex-grow: 1;
font-weight: bold;
margin-left: 25px;
}
.store-item .buy-info {
display: flex;
flex-direction: column;
gap: 20px;
}
.store-image {
width: 140px;
height: 50px;
object-fit: contain;
}
.buy-button {
appearance: none;
background-color: #1e398f;
border: none;
border-radius: 8px;
color: #fff;
cursor: pointer;
display: inline-block;
line-height: 1;
margin: 0;
outline: 0;
padding: 1rem 1.5rem;
text-align: center;
text-decoration: none;
transition: 0.1s ease-in-out;
transition-property: opacity;
-webkit-user-select: none;
user-select: none;
font-size: 13px;
}
.buy-button:hover {
background-color: #0056b3;
}
.details label {
line-height: 1.4;
font-size: 15px;
font-weight: 700;
display: block;
color: #101010;
margin-top: 25px;
display: flex;
justify-content: space-between;
}
.details select {
line-height: 1.4;
font-size: 16px;
font-weight: 500;
position: relative;
width: 100%;
border-radius: 38px;
padding: 0 12px;
text-align: left;
color: var(--color-text-neutral-8);
background: white;
}
#stores {
margin-top: 70px;
}
#stores h2 {
font-size: 22px;
}
#stores h2 #storeCount {
color: 66665c;
font-size: 20px;
}
#back {
line-height: 1.4;
font-size: 14px;
font-weight: 400;
color: #363636;
margin: 0;
text-decoration: none;
}
#products .product {
text-align: start;
}
#products .product h3 {
margin-top: 0;
padding: 0 20px;
}
#products .product .p__price {
font-weight: bold;
font-size: 17px;
color: black;
margin-bottom: 10px;
padding: 0 20px;
}
#products .product .p__merchants {
font-weight: 400;
font-size: 13px;
padding: 0 20px;
margin-bottom: 11px;
}
@media (max-width: 768px) {
#products, .product-container {
flex-direction: column;
}
.product-container {
gap: 20px;
}
#products .product {
width: calc(100% - 20px);
}
.details, .product-container img {
width: 100%;
}
.store-item {
flex-direction: column;
align-items: stretch;
}
.store-item .store-info {
border-bottom: 1px solid #f1f0f5;
padding-bottom: 10px;
align-items: flex-start;
}
.store-item .store-info .store-name {
display: none;
}
.store-item .product-info {
font-size: 17px;
padding: 0;
margin: 0;
font-weight: 500;
color: #2d69c6;
}
}
.swatch {
width: 44px;
height: 44px;
border-radius: 50%;
border: 2px solid #ccc;
cursor: pointer;
transition: 0.2s;
}
.swatch.selected {
border: 3px solid #000;
}
.swatch[style*="background-image"] {
background-size: cover;
background-position: center;
}
#colorSwatches {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.loading {
max-width: 80%;
} .loading-mask {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 1000;
}
.loading-mask img {
height: auto;
margin-bottom: 20px;
float: left;
max-width: 320px;
margin: 15px 50px 0 0;
}
.loading-mask .right {
float: left;
max-width: 500px;
text-align: left;
}
.loading-mask .right h1 {
font-size: 40px;
line-height: 1.5;
font-weight: normal;
color: #474747;
margin-top: 20px;
}
.loading-mask .right p {
font-size: 14px;
line-height: 1.5;
color: #474747;
margin: 45px 0;
}
.loading-mask .right small {
color: #707070;
}
.loading-mask .right small .redirect-button {
display: inline-block;
width: unset;
background: none;
padding: 0;
margin: 0;
color: #707070;
}
.loading-mask .message {
font-size: 18px;
margin-bottom: 20px;
color: #333;
}
.loading-mask .redirect-button {
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
color: black;
text-decoration: underline;
font-size: 11px;
}
.alm__progress-bar {
margin: 0 auto;
height: 2px;
background: #2e2b70;
overflow-x: hidden;
width: 100%;
margin: 0;
}
.alm__progress-bar > div {
position: relative;
width: 25px;
height: 100%;
background: #fff;
animation: ani-bar 2s infinite;
}
.alm-hide-ani {
animation: bkl-hide-ani 1s 1;
}
@keyframes ani-bar {
from {
left: -100%;
width: 100%;
}
to {
left: 100%;
width: 0;
}
}
@keyframes bkl-hide-ani {
to {
opacity: 0;
}
}
div.logo {
display: inline-block;
}
.logo-sticker {
position: relative;
left: -63px;
padding: 2px 7px;
font-style: italic;
color: black;
font-weight: 600;
background: #fef200;
text-decoration: none;
top: -53px;
border: 0;
font-size: 13px;
}
.color-text {
margin-top: 15px;
font-size: 14px;
color: #333;
font-weight: 500;
}
#selectedColorPreview {
width: 100%;
height: 150px;
margin-top: 15px;
border: 1px solid #ccc;
}
#paintCalculatorPopup > button {
background: var(--wd-primary-color);
color: white;
}
#paintCalculatorPopup #paintResults p{
margin-bottom: 5px;
}