/*
Generated time: May 14, 2025 21:23
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.collection-hero{position:relative}.collection-hero__inner{display:flex;flex-direction:column}.collection-hero--with-image .collection-hero__inner{align-items:flex-start;justify-content:center;position:relative;padding-bottom:2rem}.collection-hero--with-image .collection-hero__image-container{position:relative;width:100%;height:20vh;border:2px solid #efcc5b;border-radius:15px;overflow:hidden;display:flex;align-items:center;justify-content:center}.collection-hero--with-image .collection-hero__image-container img{width:100%;height:100%;object-fit:cover;display:block}.collection-hero--with-image .collection-hero__text-wrapper{position:absolute;top:50%;left:0;transform:translate(0,-50%);text-align:left;padding-left:5%;padding-right:5%;width:100%;z-index:2;color:#fff}@media screen and (min-width:750px){.collection-hero--with-image .collection-hero__image-container{height:40vh}.collection-hero--with-image .collection-hero__text-wrapper{max-width:100%;padding-left:10%;padding-right:10%}}