:root {
     --creative_width: 300px;
     --creative_height: 250px;
}

.absolute {
     position: absolute;
}

.img-style {
     object-fit: contain;
     width: 100%;
     height: 100%;
}

@font-face {
     font-family: Shopify-Sans-Medium;
     src: url("Shopify-Sans-Medium.woff");
}

@font-face {
     font-family: Shopify-Sans-Bold;
     src: url("Shopify-Sans-Bold.woff");
}

@font-face {
     font-family: Shopify-Sans-Extrabold-Italic;
     src: url("Shopify-Sans-Extrabold-Italic.woff");
}

/* text */
#fluid-container {
     left: 12px;
     top: 69px;
     width: 138px;
     color: #ffffff;
}

#subheadline-container {

}

#subheadline {
     font-family: Shopify-Sans-Medium;
     font-size: 12px;
     line-height: 1em;
}

#headline-container {
     margin-top: 5px;
}

#headline {
     font-family: Shopify-Sans-Bold;
     font-size: 17px;
     line-height: 1em;
     letter-spacing: -0.015em;
     white-space: pre-line;
}

#cta-container {
     width: fit-content;
     height: 31px;
     background-color: #ffffff;
     border-radius: 200px;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 32px;
}

#cta {
     font-family: Shopify-Sans-Bold;
     font-size: 11px;
     color: black;
     letter-spacing: -0.01em;
     padding: 0px 15px;
     margin-top: 1px;
}

/* images */

#background-container {
     width: var(--creative_width);
     height: var(--creative_height);
}

#lifestyle-container {
     width: 144px;
     height: 200px;
     left: 156px;
     top: 50px;
     overflow: hidden;
     border-top-left-radius: 6px;
}

#overlay-container {
     width: var(--creative_width);
     height: var(--creative_height);
}

#extra-image-container {
     width: var(--creative_width);
     height: var(--creative_height);
}

#logo-container {
     width: 98px;
     height: 28px;
     left: 12px;
     top: 16px;
}