.gallery-section{padding:3rem 0}.gallery-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.gallery-title{font-size:clamp(1.75rem,2vw,2.25rem);margin:0}.gallery-controls-toggle{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .9rem;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#0000000f;font-weight:700;cursor:pointer}.gallery-controls-toggle__icon{display:inline-flex;width:16px;height:16px}.gallery-controls-toggle__icon svg{width:100%;height:100%;transition:transform .2s ease}.gallery-controls.is-collapsed{display:none}.gallery-controls-toggle[aria-expanded=false] .gallery-controls-toggle__icon svg{transform:rotate(0)}.gallery-controls-toggle[aria-expanded=true] .gallery-controls-toggle__icon svg{transform:rotate(180deg)}.gallery-controls{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;margin-bottom:1.5rem}.gallery-active-filters{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:.75rem}.gallery-filter-group{display:flex;flex-direction:column;gap:.35rem;min-width:220px}.gallery-filter-group label{font-weight:600;font-size:.95rem}.gallery-filter-pills{display:flex;flex-wrap:wrap;gap:.5rem}.gallery-filter-pill{position:relative;display:inline-flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:999px}.gallery-filter-pill input{position:absolute;opacity:0;pointer-events:none}.gallery-filter-pill span{display:inline-flex;align-items:center;gap:.35rem;padding:.55rem .9rem;border-radius:999px;background:#0000000f;color:inherit;border:1px solid transparent;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.gallery-filter-pill:hover span{background:#0000001a;box-shadow:0 2px 8px #0000000f}.gallery-filter-pill input:focus-visible+span{outline:2px solid #111;outline-offset:2px}.gallery-filter-pill input:checked+span{background:#111;color:#fff;border-color:#111}.gallery-filter-pill input:checked+span:after{content:"\2715";font-size:.8rem;margin-left:.4rem}.gallery-order-select,.gallery-filter-select{min-width:200px;padding:.55rem .9rem;border-radius:999px;border:1px solid rgba(0,0,0,.1);background:#0000000f;font-size:1rem;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.gallery-order-select:focus-visible,.gallery-filter-select:focus-visible{outline:2px solid #111;outline-offset:2px}.gallery-order-select:hover,.gallery-filter-select:hover{background:#0000001a;box-shadow:0 2px 8px #0000000f}.gallery-grid{column-count:3;column-gap:1rem}.gallery-card{position:relative;overflow:hidden;border-radius:12px;background:transparent;box-shadow:none;transition:box-shadow .3s ease,filter .3s ease,transform .3s ease;cursor:pointer;break-inside:avoid;margin-bottom:1rem}.gallery-card:hover{transform:scale(1.05);filter:brightness(1.02)}.gallery-card img{width:100%;height:auto;display:block;border-radius:inherit}.gallery-card-title{padding:.75rem 1rem 1rem;font-weight:700;font-size:1.05rem;margin:0}.gallery-configurator{position:absolute;top:.75rem;right:.75rem;opacity:1;transform:none;transition:opacity .4s ease,transform .4s ease;z-index:2}.gallery-configurator a{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem;min-width:42px;height:42px;justify-content:center;background:#fff;color:#111;border-radius:999px;font-weight:600;font-size:.9rem;text-decoration:none;box-shadow:0 10px 30px #0003,0 4px 12px #00000029;transition:background .4s ease,color .4s ease,box-shadow .4s ease,padding .4s ease}.gallery-configurator a:hover{background:#000;color:#fff;box-shadow:0 12px 36px #00000042}.gallery-configurator-label{overflow:hidden;max-width:0;opacity:0;margin-left:0;white-space:nowrap;transition:max-width .4s ease,opacity .4s ease,margin .4s ease}.gallery-card:hover .gallery-configurator a,.gallery-card:focus-within .gallery-configurator a{padding:.55rem .85rem}.gallery-card:hover .gallery-configurator .gallery-configurator-label,.gallery-card:focus-within .gallery-configurator .gallery-configurator-label{max-width:260px;opacity:1;margin-left:.35rem}.gallery-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;background:#000000db;z-index:900}.gallery-modal.active{display:flex}.gallery-modal-body{position:relative;width:98vw;height:98vh;display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center;z-index:1}.gallery-modal-media{flex:1;max-width:100%;max-height:100%;width:auto;height:auto;display:flex;align-items:center;justify-content:center}.gallery-modal-media img{max-width:100%;max-height:100%;min-width:50vw;object-fit:contain;box-shadow:0 18px 50px #00000059}.gallery-modal-info{position:absolute;left:50%;bottom:1rem;transform:translate(-50%);display:flex;flex-direction:column;gap:.4rem;text-align:center;color:#fff;padding:.5rem .75rem;text-shadow:0 3px 10px rgba(0,0,0,.28),0 1px 4px rgba(0,0,0,.24);max-width:85vw}.gallery-modal-title{font-size:1.5rem;margin:0}.gallery-tag-list{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;justify-content:center;list-style:none}.gallery-tag{padding:.4rem .75rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.3);border-radius:999px;font-weight:600;font-size:.9rem;color:#fff}.gallery-modal-close,.gallery-modal-configurator-btn,.gallery-modal-nav-btn{position:absolute;background:#fff;color:#111;border:none;border-radius:999px;padding:.6rem 1.1rem;font-weight:700;cursor:pointer;box-shadow:0 10px 30px #0003,0 4px 12px #00000029;transition:transform .15s ease,box-shadow .15s ease;z-index:2}.gallery-modal-close{top:1.25rem;left:1.25rem;width:44px;height:44px;padding:0;display:grid;place-items:center;border-radius:50%}.gallery-modal-configurator-btn{top:1.25rem;right:1.25rem;text-decoration:none;display:inline-flex;align-items:center;gap:.45rem;white-space:nowrap}.gallery-modal-nav-btn{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:0}.gallery-modal-nav-btn--prev{left:1rem}.gallery-modal-nav-btn--next{right:1rem}.gallery-modal-close:hover,.gallery-modal-configurator-btn:hover,.gallery-modal-nav-btn:hover{background:#000;color:#fff;box-shadow:0 12px 36px #00000042}.gallery-configurator-icon{display:inline-flex;width:18px;height:18px}.gallery-configurator-icon svg{width:100%;height:100%;display:block}.gallery-nav-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px}.gallery-nav-icon svg{width:100%;height:100%;display:block}.gallery-modal-nav-btn--prev .gallery-nav-icon svg{transform:rotate(90deg)}.gallery-modal-nav-btn--next .gallery-nav-icon svg{transform:rotate(-90deg)}.gallery-empty{text-align:center;padding:2rem 0;color:#5a5a5a}.hidden{display:none!important}.gallery-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.gallery-pagination button{padding:.6rem .9rem;border-radius:12px;border:1px solid #dcdcdc;background:#fff;cursor:pointer;font-weight:600}.gallery-pagination button[disabled]{opacity:.5;cursor:not-allowed}.gallery-pagination .page-indicator{font-weight:600}.gallery-load-more{margin:1.5rem auto 0;display:block;padding:.75rem 1.4rem;border-radius:12px;border:1px solid #dcdcdc;background:#fff;font-weight:700;cursor:pointer}.gallery-sentinel{height:2px}@media (max-width: 1023px){.gallery-modal-configurator-btn{right:.9rem}.gallery-grid{column-count:2}.gallery-controls{width:100%}}@media (max-width: 640px){.gallery-section{padding:1rem 0}.gallery-controls{flex-direction:column;align-items:stretch}.gallery-filter-group{width:100%}.gallery-grid{column-count:1}.gallery-configurator{opacity:1;transform:none}.gallery-configurator a{gap:0;padding:.45rem;width:42px;height:42px;justify-content:center}.gallery-configurator a .gallery-configurator-label{display:none}.gallery-modal-nav-btn--prev{left:.75rem}.gallery-modal-nav-btn--next{right:.75rem}.gallery-modal-configurator-btn{right:.75rem;width:46px;height:46px;padding:0;justify-content:center}.gallery-modal-close{left:.75rem}.gallery-modal-nav-btn{top:auto;bottom:1rem;transform:none}.gallery-modal-info{width:70vw}.gallery-configurator-label{display:none}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/gallery.css.map */
