.section-mixed-gallery{box-sizing:border-box}.mixed-gallery-grid{display:grid;gap:1.5rem;margin-top:3rem}.mixed-gallery-grid--masonry{grid-template-columns:repeat(4,1fr);grid-auto-rows:200px;grid-auto-flow:dense}.mixed-gallery-grid--classic{grid-template-columns:repeat(3,1fr);grid-auto-rows:300px;grid-auto-flow:dense}.gallery-item{position:relative;overflow:hidden;border-radius:16px;transition:all .4s ease;cursor:pointer}.mixed-gallery-grid--masonry .gallery-item:nth-child(8n+1){grid-row:span 2;grid-column:span 2}.mixed-gallery-grid--masonry .gallery-item:nth-child(8n+2){grid-row:span 1;grid-column:span 1}.mixed-gallery-grid--masonry .gallery-item:nth-child(8n+3){grid-row:span 1;grid-column:span 1}.mixed-gallery-grid--masonry .gallery-item:nth-child(8n+4){grid-row:span 2;grid-column:span 1}.mixed-gallery-grid--masonry .gallery-item:nth-child(8n+5){grid-row:span 1;grid-column:span 2}.mixed-gallery-grid--masonry .gallery-item:nth-child(8n+6){grid-row:span 1;grid-column:span 1}.mixed-gallery-grid--masonry .gallery-item:nth-child(8n+7){grid-row:span 1;grid-column:span 1}.mixed-gallery-grid--masonry .gallery-item:nth-child(8n+8){grid-row:span 2;grid-column:span 1}.mixed-gallery-grid--classic .gallery-item:nth-child(5n+1){grid-row:span 1;grid-column:span 2}.mixed-gallery-grid--classic .gallery-item:nth-child(5n+2){grid-row:span 2;grid-column:span 1}.mixed-gallery-grid--classic .gallery-item:nth-child(5n+3){grid-row:span 1;grid-column:span 1}.mixed-gallery-grid--classic .gallery-item:nth-child(5n+4){grid-row:span 1;grid-column:span 1}.mixed-gallery-grid--classic .gallery-item:nth-child(5n+5){grid-row:span 2;grid-column:span 1}.gallery-item:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(var(--color-foreground-rgb),.15)}.gallery-item__link{display:block;height:100%;text-decoration:none;color:inherit}.gallery-item__image-wrapper{position:relative;width:100%;height:100%;overflow:hidden;border-radius:16px}.gallery-item__image{position:relative;width:100%;height:100%;background:rgba(var(--color-foreground-rgb),.05)}.gallery-item__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-item:hover .gallery-item__image img{transform:scale(1.1)}.gallery-item__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:rgba(var(--color-foreground-rgb),.4);background:rgba(var(--color-foreground-rgb),.05);border:2px dashed rgba(var(--color-foreground-rgb),.2);transition:all .3s ease}.gallery-item__placeholder:hover{background:rgba(var(--color-foreground-rgb),.08);border-color:rgba(var(--color-foreground-rgb),.3);color:rgba(var(--color-foreground-rgb),.6)}.gallery-item__placeholder svg{width:48px;height:48px;margin-bottom:.5rem}.gallery-item__placeholder span{font-size:14px;font-weight:500}.gallery-item__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0000,#0000001a 30%,#000000b3);opacity:0;transition:all .4s ease;display:flex;align-items:flex-end;padding:2rem}.gallery-item:hover .gallery-item__overlay{opacity:1}.gallery-item__content{color:#fff;transform:translateY(20px);transition:transform .4s ease}.gallery-item:hover .gallery-item__content{transform:translateY(0)}.gallery-item__title{margin:0 0 .5rem;font-size:18px;font-weight:600;line-height:1.3}.gallery-item__subtitle{margin:0 0 1rem;font-size:14px;line-height:1.4;opacity:.9}.gallery-item__cta{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff3;border-radius:50%;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.gallery-item__cta:hover{background:#ffffff4d;transform:scale(1.1)}.gallery-item__cta svg{width:20px;height:20px;transform:rotate(180deg)}@media screen and (max-width: 1024px){.mixed-gallery-grid{gap:1rem;margin-top:2rem}.mixed-gallery-grid--masonry{grid-template-columns:repeat(3,1fr);grid-auto-rows:180px;grid-auto-flow:dense}.mixed-gallery-grid--classic{grid-template-columns:repeat(2,1fr);grid-auto-rows:220px;grid-auto-flow:dense}.mixed-gallery-grid--masonry .gallery-item:nth-child(6n+1){grid-row:span 2;grid-column:span 2}.mixed-gallery-grid--masonry .gallery-item:nth-child(6n+2){grid-row:span 1;grid-column:span 1}.mixed-gallery-grid--masonry .gallery-item:nth-child(6n+3){grid-row:span 1;grid-column:span 1}.mixed-gallery-grid--masonry .gallery-item:nth-child(6n+4){grid-row:span 1;grid-column:span 2}.mixed-gallery-grid--masonry .gallery-item:nth-child(6n+5){grid-row:span 2;grid-column:span 1}.mixed-gallery-grid--masonry .gallery-item:nth-child(6n+6){grid-row:span 1;grid-column:span 1}}@media screen and (max-width: 749px){.mixed-gallery-grid{gap:.75rem;margin-top:1.5rem}.mixed-gallery-grid--masonry{grid-template-columns:1fr;grid-auto-rows:200px;grid-auto-flow:row}.mixed-gallery-grid--classic{grid-template-columns:1fr;grid-auto-rows:220px;grid-auto-flow:row}.gallery-item,.gallery-item__image-wrapper{border-radius:12px}.gallery-item:hover{transform:translateY(-4px)}.gallery-item{grid-column:span 1!important;grid-row:span 1!important}.gallery-item__overlay{padding:1.5rem}.gallery-item__title{font-size:16px;margin-bottom:.25rem}.gallery-item__subtitle{font-size:13px;margin-bottom:.75rem}.gallery-item__cta{width:32px;height:32px}.gallery-item__cta svg{width:16px;height:16px}.gallery-item__placeholder svg{width:36px;height:36px}.gallery-item__placeholder span{font-size:12px}}@media screen and (max-width: 480px){.mixed-gallery-grid--masonry,.mixed-gallery-grid--classic{grid-template-columns:1fr;grid-auto-rows:250px;grid-auto-flow:row}.gallery-item{grid-column:span 1!important;grid-row:span 1!important}.mixed-gallery-grid--masonry .gallery-item:nth-child(n),.mixed-gallery-grid--classic .gallery-item:nth-child(n){grid-column:span 1!important;grid-row:span 1!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-mixed-gallery.css.map */
