"Genuine Zippo windproof lighter with the unmistakable Zippo ""click"".
It comes packaged in a blister pack.
Consists of metal; windproof design that works virtually anywhere.
Refillable for a lifetime of use; for optimal usage, we recommend using genuine Zippo premium lighter fuel, flint and wicks.
Made in the USA; , under the motto ""it works or we fix it free"".
Fuel: Zippo premium lighter fuel (sold separately)."
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}