.custom-cards-section{display:flex;position:relative;width:100%;min-height:calc(100svh - var(--header-height, 0px));box-sizing:border-box;background-size:cover;background-position:center bottom;background-repeat:no-repeat;overflow:hidden;z-index:0;align-items:center}.custom-cards-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-color:var(--vl-section-bg-color, #000000);background-image:var(--vl-section-bg-image, none);background-size:cover;background-position:center bottom;background-repeat:no-repeat}.custom-cards-inner{position:relative;z-index:1;width:100%;margin:0 auto;display:flex;flex-direction:column;justify-content:center;gap:40px}.custom-cards-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;justify-items:center;align-items:stretch}.custom-card{width:85%;display:flex}.custom-card-link{display:block;width:100%;text-decoration:none;color:inherit}.custom-card-bg{position:relative;width:100%;padding-top:120%;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:22px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.custom-card-link:hover .custom-card-bg{transform:translateY(-4px);box-shadow:0 18px 40px #00000073}.custom-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:var(--card-overlay-color, #000000);opacity:var(--card-overlay-opacity, .45);pointer-events:none}.custom-card-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:24px;text-align:center;z-index:1}.custom-card-title{margin:0;line-height:1.2;font-weight:700;text-shadow:0 3px 8px rgba(0,0,0,.65)}.custom-cards-bottom-text{max-width:800px;margin:0 auto;text-align:center}.custom-cards-bottom-text p{margin:0}@media screen and (max-width:1024px){.custom-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:750px){.custom-cards-section{min-height:auto;background-size:auto}.custom-cards-inner{gap:24px}.custom-cards-grid{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.custom-card{width:100%;max-width:420px}.custom-card-bg{padding-top:80%}}@media(max-width:768px){.custom-cards-section{min-height:auto}}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
