.vault-product__card {
background-color: var(--wp--preset--color--white);
border: 1px solid var(--wp--preset--color--midnight);
border-radius: 8px;
overflow: hidden;
padding: 0;
}
.vault-product__card a {
font-size: inherit;
} .vault-product__card-badge {
background-color: var(--wp--preset--color--midnight-70);
border-radius: 4px;
color: var(--wp--preset--color--white);
display: inline-block;
font-size: 20px;
font-weight: 700;
line-height: 1.6;
margin: 24px 24px 32px;
padding: 8px 16px;
text-align: center;
} .vault-product__card-name {
color: var(--wp--preset--color--midnight);
display: block;
margin: 0 auto 32px;
padding: 0 24px;
text-align: left;
}
.vault-product__card-name a {
color: inherit;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
text-decoration: inherit;
text-shadow: none;
transition: none;
}
.vault-product__card-name a:hover,
.vault-product__card-name a:active,
.vault-product__card-name a:focus {
color: var(--wp--preset--color--midnight);
text-decoration: none;
text-shadow: none;
} .vault-product__card-layout {
column-gap: 24px;
display: flex;
flex-direction: column;
margin-bottom: 24px;
padding: 0 24px;
width: 100%;
} .vault-product__card-image--link {
display: block;
height: auto;
margin: 0 auto 24px;
width: 100%;
}
.vault-product__card-image--link--contain {
align-self: flex-start;
}
.vault-product__card-image {
display: block;
height: 100%;
object-fit: contain;
width: 100%;
} .vault-product__card-score {
font-size: 16px;
margin: 0 0 16px 0;
display: flex;
flex-direction: row;
}
.vault-product__card-score>span {
font-weight: 700;
margin-right: 16px;
margin-left: 4px;
}
.vault-product__card-score--stars {
align-items: center;
display: flex;
flex-flow: row nowrap;
}
.vault-product__card-score--stars .vault__star {
display: flex;
}
.vault-product__card-score--stars .vault__star svg {
width: 20px;
height: 20px;
} .vault-product__card-cta--wrapper {
display: flex;
flex-flow: column nowrap;
margin: 0 auto 24px;
}
.vault-product__card-deal-container {
background-color: var(--wp--preset--color--tan-10);
border: 1px solid var(--wp--preset--color--tan-20);
border-radius: 4px;
color: var(--wp--preset--color--midnight);
display: flex;
flex-direction: row;
gap: 4px;
font-size: 14px;
font-weight: 400;
letter-spacing: 0.01rem;
line-height: 1.4;
margin-top: 16px;
padding: 12px;
text-decoration: none;
position: relative;
}
.vault-product__card-deal-container-link {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
cursor: pointer;
z-index: 1;
}
.vault-product__card-deal-link {
z-index: 2;
position: relative;
} .vault-product__card-highlights {
margin: 24px 0 0;
}
.vault-product__card-highlights--heading {
font-size: 18px !important;
font-weight: 700;
line-height: 1.6;
margin: 0 0 8px;
text-align: left;
}
.vault-product__card-highlights--info {
font-size: 16px;
font-weight: normal;
line-height: 1.6;
text-align: left;
}
.vault-product__card-highlights--info ul,
.vault-product__card-highlights--info ol {
font-size: 16px;
line-height: 1.6;
margin: 0;
padding-left: 24px;
}
.vault-product__card-highlights--info li::marker {
font-size: 14px;
}
.vault-product__card-highlights--info li>p {
display: inline;
}
.vault-product__card-highlights--info li:not(:last-of-type) {
margin-bottom: 8px;
} .vault-product__card-accordion {
margin: 0 auto;
}
.vault-product__card-accordion:not(:last-of-type) {
border-bottom: 4px solid var(--wp--preset--color--white);
}
.vault-product__card-accordion--header {
background-color: var(--wp--preset--color--midnight);
color: var(--wp--preset--color--white);
display: flex;
font-size: 24px !important;
justify-content: space-between;
line-height: 1.3;
margin: 0;
padding: 24px;
position: relative;
text-align: left;
transition: 0.2s ease all;
}
.vault-product__card-accordion--header::after {
content: '\276f';
height: 1em;
text-align: center;
transition: all 300ms;
width: 1em;
}
.vault-product__card-accordion--header.open {
background-color: var(--wp--preset--color--dark-night-80);
}
.vault-product__card-accordion--header.open::after {
transform: rotate(90deg);
}
.vault-product__card-accordion--container {
display: flex;
flex-direction: column;
gap: 16px;
height: 0;
overflow: hidden;
}
.vault-product__card-accordion--container.open {
height: 100%;
padding: 24px;
} .vault-product__card-pros h4,
.vault-product__card-cons h4 {
color: var(--wp--preset--color--midnight);
font-size: 20px;
font-weight: 700;
line-height: 1.3;
margin: 0 0 24px;
}
.vault-product__card-pros ul,
.vault-product__card-cons ul {
margin: 0 auto;
padding: 0;
}
.vault-product__card-pros li,
.vault-product__card-cons li {
align-items: start;
display: flex;
flex-flow: row nowrap;
font-size: 18px;
gap: 8px;
line-height: 1.6;
margin: 0 auto 16px;
}
.vault-product__card-pros li:last-of-type,
.vault-product__card-cons li:last-of-type {
margin-bottom: 0;
}
.vault-product__card-pros li::before,
.vault-product__card-cons li::before {
background-repeat: no-repeat;
content: '';
display: block;
flex: 0 0 29px;
height: 29px;
margin-right: 8px;
width: 29px;
}
.vault-product__card-pros li::before {
background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.6645 9.64037L12.9666 21.338L7.50937 17.2803L8.59086 15.8258L12.5936 18.8021L20.21 8.55888L21.6645 9.64037Z' fill='%2328A745'/%3E%3C/svg%3E%0A");
}
.vault-product__card-cons li::before {
background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.53047 6.04169L22.9583 22.9584M6.04163 22.9584L22.4695 6.04169' stroke='%23DC3545' stroke-width='1.5'/%3E%3C/svg%3E%0A");
} .vault-product__card-bottomline {
margin: 0;
} @media all and (min-width: 48rem) {
.vault-product__card-layout {
column-gap: 48px;
flex-direction: row;
margin-bottom: 48px;
padding: 0 24px;
width: 100%;
}
.vault-product__card-image--link {
margin: 0;
width: 50%;
}
.vault-product__card-info {
padding: 0;
width: 50%;
}
.vault-product__card-accordion--header {
padding: 20px 24px;
}
.vault-product__card-accordion--container.open {
padding: 32px 48px;
}
.vault-product__card-accordion--container {
flex-flow: row nowrap;
justify-content: space-between;
}
.vault-product__card-cons,
.vault-product__card-pros {
width: 50%;
}
}