- Notes of Frasier fir, evergreen, cedar, amber, lemon peel. Hand poured coconut soy candle in small batches.
- Ingredients: natural coconut soy wax, phthalate-free fragrance blends, essential oils, cotton wick.
- Product features: Dye free. Phthalate free. Lead free. Paraffin free.
- Burn time for 8oz is approximately 45-55 hours
- The batch number is 1899.
- Always trim the wick to 1/4" before each use.
/* 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;
}