There are no products in your basket!
.popupcard.sim-bs-card {
background: #F5F1EC;
border: 1px solid #F5F1EC;
display: flex;
flex-direction: row;
/* max-width: 560px; */
width: calc(100% - 20px) !important;
overflow: hidden;
border-radius: 2px;
padding: 20px;
margin: 10px;
}
.popupcard .sim-bs-image {
flex: 0 0 42%;
background: #f5f1ea;
overflow: hidden;
}
.popupcard .sim-bs-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.popupcard .sim-bs-body {
flex: 1;
padding: 1rem 1.4rem;
display: flex;
flex-direction: column;
justify-content: center;
gap: .75rem;
}
.popupcard .sim-bs-title {
font-family: Georgia, serif;
font-size: 1.25rem;
font-weight: 700;
color: #1a1a1a;
line-height: 1.1;
margin: 0;
}
.popupcard .sim-bs-desc {
font-family: Arial, sans-serif;
font-size: .72rem;
color: #3a3a3a;
line-height: 1.55;
margin: 0;
}
.popupcard .sim-bs-desc strong { color: #1a1a1a; }
.popupcard .sim-bs-pricing {
display: flex;
align-items: baseline;
gap: .6rem;
}
.popupcard .sim-bs-price-old {
font-size: .9rem;
color: #999;
text-decoration: line-through;
}
.popupcard .sim-bs-price-new {
font-family: Georgia, serif;
font-size: 1.5rem;
font-weight: 700;
color: #1a1a1a;
}
.popupcard .sim-bs-btn {
background: #BFAA8C;
color: #fff;
font-family: Arial, sans-serif;
font-size: .72rem;
font-weight: 700;
letter-spacing: .12em;
text-transform: uppercase;
border: none;
padding: .75rem 1.2rem;
cursor: pointer;
border-radius: 1px;
align-self: flex-start;
}
.popupcard .sim-bs-btn:hover { background: #000; }@media (max-width: 480px) {
.popupcard.sim-bs-card { flex-direction: column; }
.popupcard .sim-bs-image { flex: 0 0 160px; height: 160px; }
.popupcard .sim-bs-btn { align-self: stretch; text-align: center; }
}