.collection-cards{position:relative;overflow:hidden}.collection-cards .page-width{position:relative;z-index:1}.collection-cards__header{display:flex;align-items:center;justify-content:center;margin-bottom:3rem}.collection-cards__icon{flex-shrink:0}.collection-cards__icon img{width:55px;height:55px;object-fit:contain}.collection-cards__title{margin:0;color:rgb(var(--color-foreground));text-align:center;font-weight:700;font-size:2.4rem}.collection-cards__grid{display:grid;grid-template-columns:1fr;gap:.75rem;max-width:120rem;margin:0 auto}@media screen and (min-width: 750px){.collection-cards__grid{grid-template-columns:repeat(3,1fr);grid-template-areas:"card1 card2 card5" "card3 card4 card5";gap:.75rem}.collection-cards__item--1{grid-area:card1}.collection-cards__item--2{grid-area:card2}.collection-cards__item--3{grid-area:card3}.collection-cards__item--4{grid-area:card4}.collection-cards__item--5{grid-area:card5}}@media screen and (min-width: 990px){.collection-cards__grid{gap:.75rem}}.collection-cards__card{position:relative;height:300px;border-radius:1rem;overflow:hidden;transition:transform .3s ease}@media screen and (min-width: 750px){.collection-cards__card{height:350px}}@media screen and (min-width: 990px){.collection-cards__card{height:400px}.collection-cards__item--5 .collection-cards__card{height:100%}}.collection-cards__card:hover{transform:translateY(-5px)}.collection-cards__image-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.collection-cards__image{width:100%;height:100%;object-fit:cover}.collection-cards__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;z-index:2}.collection-cards__content{position:absolute;top:0;left:0;right:0;bottom:0;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:3;background:linear-gradient(transparent,#0009)}.collection-cards__card-title{color:#fff;font-size:2rem;font-weight:600;margin:0 0 1rem;line-height:1.3}@media screen and (min-width: 750px){.collection-cards__card-title{font-size:2.5rem}}.collection-cards__button{background:#fff;color:#65aec1;padding:.8rem 1.8rem;border-radius:2rem;text-decoration:none;font-weight:500;font-size:1.4rem;transition:all .3s ease;border:2px solid transparent}.collection-cards__button:hover{background:#65aec1;color:#fff;border-color:#fff;transform:translateY(-2px)}@media screen and (max-width: 749px){.collection-cards__header{margin-bottom:2rem}.collection-cards__content{padding:1.5rem}.collection-cards__card-title{font-size:2rem}.collection-cards__button{font-size:1.3rem;padding:.7rem 1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-collection-cards.css.map */
