.photo-gallery-section{position:relative}.photo-gallery-title{margin-bottom:1rem}.photo-gallery-description{margin-bottom:2rem}.photo-gallery-filter-wrapper{margin-bottom:2rem;display:flex;justify-content:flex-start}.photo-gallery-filter{padding:.75rem 3rem .75rem 1.5rem;font-size:1rem;font-weight:500;color:rgb(var(--color-foreground));background-color:rgb(var(--color-background));border:2px solid rgba(var(--color-foreground),.2);border-radius:4px;cursor:pointer;transition:all .3s ease;min-width:200px;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:12px}.photo-gallery-filter:hover{border-color:rgba(var(--color-foreground),.4)}.photo-gallery-filter:focus{outline:none;border-color:rgb(var(--color-foreground));box-shadow:0 0 0 2px rgba(var(--color-foreground),.1)}.photo-gallery-tabs-wrapper{margin-bottom:2rem}.photo-gallery-tabs{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0;border-bottom:2px solid rgba(var(--color-foreground),.1)}.photo-gallery-tab{padding:.75rem 1.5rem;cursor:pointer;background:transparent;border:none;border-bottom:3px solid transparent;color:rgba(var(--color-foreground),.7);font-weight:500;transition:all .3s ease;position:relative;bottom:-2px}.photo-gallery-tab:hover{color:rgb(var(--color-foreground))}.photo-gallery-tab.active{color:rgb(var(--color-foreground));border-bottom-color:rgb(var(--color-foreground));font-weight:600}.photo-gallery-container{position:relative}.photo-gallery-grid{display:none;gap:1rem}.photo-gallery-grid.active{display:grid}.photo-gallery-simple_grid .photo-gallery-grid{grid-template-columns:repeat(var(--columns-mobile, 2),1fr)}@media screen and (min-width:750px){.photo-gallery-simple_grid .photo-gallery-grid{grid-template-columns:repeat(var(--columns-desktop, 4),1fr)}}.photo-gallery-simple_grid .photo-gallery-item{aspect-ratio:1;overflow:hidden}.photo-gallery-simple_grid .photo-gallery-item__image{width:100%;height:100%;object-fit:cover}.photo-gallery-justified .photo-gallery-grid{display:flex;flex-wrap:wrap;gap:1rem}.photo-gallery-justified .photo-gallery-item{flex:1 1 calc(50% - .5rem);min-width:200px;height:250px;overflow:hidden}@media screen and (min-width:750px){.photo-gallery-justified .photo-gallery-item{flex:1 1 calc(25% - .75rem);height:300px}}.photo-gallery-justified .photo-gallery-item__image{width:100%;height:100%;object-fit:cover}.photo-gallery-masonry .photo-gallery-grid{column-count:var(--columns-mobile, 2);column-gap:1rem}@media screen and (min-width:750px){.photo-gallery-masonry .photo-gallery-grid{column-count:var(--columns-desktop, 4)}}.photo-gallery-masonry .photo-gallery-item{break-inside:avoid;margin-bottom:1rem;display:inline-block;width:100%}.photo-gallery-masonry .photo-gallery-item__image{width:100%;height:auto;display:block}.photo-gallery-mosaic .photo-gallery-grid{grid-template-columns:repeat(var(--columns-mobile, 2),1fr);grid-auto-rows:200px;gap:1rem}@media screen and (min-width:750px){.photo-gallery-mosaic .photo-gallery-grid{grid-template-columns:repeat(var(--columns-desktop, 4),1fr);grid-auto-rows:250px}}.photo-gallery-mosaic .photo-gallery-item{overflow:hidden;position:relative}.photo-gallery-mosaic .photo-gallery-item:nth-child(4n+1),.photo-gallery-mosaic .photo-gallery-item:nth-child(4n+4){grid-row:span 2}.photo-gallery-mosaic .photo-gallery-item__image{width:100%;height:100%;object-fit:cover}.photo-gallery-item{position:relative;overflow:hidden;border-radius:4px;background:rgba(var(--color-foreground),.05)}.photo-gallery-item[style*="display: none"]{display:none!important;visibility:hidden!important;opacity:0!important;height:0!important;width:0!important;margin:0!important;padding:0!important;overflow:hidden!important}.photo-gallery-item__link{display:block;width:100%;height:100%;text-decoration:none;color:inherit}.photo-gallery-item__image-wrapper{position:relative;width:100%;height:100%;overflow:hidden}.photo-gallery-item__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.photo-gallery-item:hover .photo-gallery-item__image{transform:scale(1.05)}.photo-gallery-item__overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;padding:1rem;transform:translateY(100%);transition:transform .3s ease}.photo-gallery-item:hover .photo-gallery-item__overlay{transform:translateY(0)}.photo-gallery-item__title{font-weight:600;margin-bottom:.25rem;font-size:.9rem}.photo-gallery-item__caption{font-size:.85rem;opacity:.9}.photo-gallery-item__title{font-size:.95rem;font-weight:600;margin-bottom:.25rem;opacity:1}.photo-gallery-item__description{font-size:.8rem;opacity:.85;line-height:1.4;margin-top:.25rem}.photo-gallery-item__download{position:absolute;top:.5rem;right:.5rem;background:#ffffffe6;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .3s ease,background .3s ease;z-index:2;color:rgb(var(--color-foreground))}.photo-gallery-item:hover .photo-gallery-item__download{opacity:1}.photo-gallery-item__download:hover{background:#fff;transform:scale(1.1)}.photo-gallery-item__download svg{width:20px;height:20px}.photo-gallery-item--placeholder{background:rgba(var(--color-foreground),.1);display:flex;align-items:center;justify-content:center;min-height:200px}.photo-gallery-pagination{text-align:center;margin-top:2rem}.photo-gallery-load-more{padding:.75rem 2rem}.photo-gallery-sentinel{height:20px;width:100%;pointer-events:none;margin:0;padding:0;clear:both}.photo-gallery-loading{text-align:center;padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.loading-spinner{display:inline-block;width:50px;height:50px;border:4px solid rgba(var(--color-foreground),.1);border-top-color:rgb(var(--color-foreground));border-right-color:rgb(var(--color-foreground));border-radius:50%;animation:spin .8s linear infinite}.soccer-ball-spinner{width:60px;height:60px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;animation:spin 1.5s linear infinite}.soccer-ball-icon{width:100%;height:100%;object-fit:contain;display:block}.loading-text{margin:0;color:rgb(var(--color-foreground));font-size:1rem;opacity:.7}@keyframes spin{to{transform:rotate(360deg)}}.lb-dataContainer{padding-top:1rem}.lb-data .lb-download{display:inline-block;margin-left:1rem;padding:.5rem 1rem;background:#fff3;color:#fff;text-decoration:none;border-radius:4px;transition:background .3s ease}.lb-data .lb-download:hover{background:#ffffff4d}@media screen and (max-width:749px){.photo-gallery-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.photo-gallery-tab{white-space:nowrap;padding:.5rem 1rem;font-size:.9rem}.photo-gallery-item__download{opacity:1;width:35px;height:35px}.photo-gallery-item__download svg{width:18px;height:18px}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/section-photo-gallery.css.map */
