:root{--size-gallery-primary-color: #000000;--size-gallery-primary-color-hover: #333333;--size-gallery-button-background: #f5f5f5;--size-gallery-button-border: #dcdcdc;--size-gallery-button-active-background: #000;--size-gallery-button-active-color: #fff;--size-gallery-button-hover-background: #333;--size-gallery-button-hover-color: #fff}.size-gallery-section{text-align:center;padding:20px 15px;max-width:1200px;margin:0 auto}.size-gallery-section .section-heading{margin:0;padding:20px 0;font-size:24px}.size-gallery-section .filter-buttons{margin-bottom:20px}.size-gallery-section .filter-btn{background-color:var(--size-gallery-button-background);color:var(--size-gallery-primary-color);border:1px solid var(--size-gallery-button-border);padding:10px 20px;margin:5px;cursor:pointer;border-radius:5px;font-size:16px;transition:background-color .3s,color .3s}.size-gallery-section .filter-btn:hover{background-color:var(--size-gallery-button-hover-background);color:var(--size-gallery-button-hover-color)}.size-gallery-section .filter-btn.active{background-color:var(--size-gallery-button-active-background);color:var(--size-gallery-button-active-color)}.size-gallery-section .image-gallery{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.size-gallery-section .gallery-item{position:relative;width:100%;padding-top:133%;overflow:hidden;border-radius:18px;cursor:pointer;display:none}.size-gallery-section .gallery-item img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease,filter .3s ease;border-radius:18px}.size-gallery-section .gallery-item:hover img{transform:scale(1.05);filter:brightness(.9)}.size-gallery-section .load-more-container{margin-top:20px}.size-gallery-section .load-more-link{color:var(--size-gallery-primary-color);cursor:pointer;text-decoration:underline;font-size:16px}.size-gallery-section .load-more-link:hover{color:var(--size-gallery-primary-color-hover)}.size-gallery-section .modal{display:none;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;z-index:1000}.size-gallery-section .modal-content{position:relative;max-width:80%;max-height:80%;padding:20px;background-color:#fff;border-radius:18px;overflow:hidden}.size-gallery-section .modal-image{width:100%;height:auto;max-height:70vh;object-fit:contain;border-radius:18px}.size-gallery-section .modal .close{position:absolute;top:10px;right:20px;font-size:24px;cursor:pointer;color:#fff;padding:10px;background:#00000080;border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center}.size-gallery-section .modal .prev,.size-gallery-section .modal .next{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#fff;border:none;font-size:24px;cursor:pointer;padding:10px;border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center}.size-gallery-section .modal .prev{left:10px}.size-gallery-section .modal .next{right:10px}.size-gallery-section .modal.active{display:flex}@media (max-width: 767px){.size-gallery-section .image-gallery{grid-template-columns:repeat(2,1fr)}.size-gallery-section .gallery-item{padding-top:133%}}@media (min-width: 768px){.size-gallery-section .image-gallery{grid-template-columns:repeat(4,1fr)}.size-gallery-section .gallery-item{padding-top:133%}}@media (min-width: 1024px){.size-gallery-section .image-gallery{grid-template-columns:repeat(5,1fr)}.size-gallery-section .gallery-item{padding-top:133%}}.size-gallery-section .section-heading{margin-bottom:-20px}
/*# sourceMappingURL=/cdn/shop/t/10/assets/gallery-styles.css.map */
