- 5" x 7" folded card
- 250 gsm, linen embossed paper
- Blank interior
- Comes with Kraft envelope in a clear sleeve
- Designed and printed by Kaari Selven in the Kaari & Co studio (Portland, OR)
/* Uniform sizing for product grid images */
.product-card__image img,
.card__media img,
.grid__item img,
img.product-image {
width: 100%;
height: 300px;
object-fit: cover;
object-position: center;
display: block;
}
/* Sizing for product page main image */
.product__media img {
width: 100%;
height: 500px;
object-fit: cover;
object-position: center;
display: block;
}
/* Uniform sizing for product grid images */
.product-card__image img,
.card__media img,
.grid__item img,
img.product-image {
width: 100%;
height: 300px;
object-fit: cover;
object-position: center;
display: block;
}
/* Sizing for product page main image */
.product__media img {
width: 100%;
height: 500px;
object-fit: cover;
object-position: center;
display: block;
}
/* Make all product card images the same size - Pacific theme */
.productgrid--item .productitem--image,
.productitem--image {
width: 100%;
height: 300px; /* Adjust this value as needed */
overflow: hidden;
}
.productgrid--item .productitem--image img,
.productitem--image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
}