.gm-gma{background-color:var(--gm-gma-bg, #FFFFFF)}.gm-gma__view{display:flex;flex-direction:column;gap:40px}.gm-gma__back{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;background:transparent;border:0;padding:6px 0;margin:0 0 -16px;color:#555;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;font-family:inherit;transition:color .18s ease}.gm-gma__back[hidden]{display:none}.gm-gma__back:hover,.gm-gma__back:focus-visible{color:#c00;outline:none}.gm-gma__back>span{font-size:12px;line-height:1}.gm-gma__title{margin:0;font-family:var(--font-heading-family, inherit);font-size:44px;font-weight:700;color:#111;line-height:1.05;letter-spacing:-.5px}.gm-gma__body,.gm-gma__body p{margin:0;font-size:16px;color:#444;line-height:1.65;max-width:760px}.gm-gma__body p+p{margin-top:12px}.gm-gma__body[hidden]{display:none}.gm-gma__section{display:flex;flex-direction:column;gap:20px}.gm-gma__section[hidden]{display:none}.gm-gma__label{margin:0;padding-bottom:12px;border-bottom:2px solid #EAEAEA;font-size:13px;font-weight:700;color:#111;text-transform:uppercase;letter-spacing:2.5px;position:relative}.gm-gma__label:after{content:"";position:absolute;left:0;bottom:-2px;width:48px;height:2px;background-color:#c00}.gm-gma__grid,.gm-gma__photo-grid{display:grid;grid-template-columns:repeat(var(--gm-gma-cols, 4),minmax(0,1fr));column-gap:var(--gm-gma-grid-gap, 24px);row-gap:calc(var(--gm-gma-grid-gap, 24px) * 1.25)}.gm-gma__card{display:flex;flex-direction:column;background:transparent;border:0;padding:0;margin:0;cursor:pointer;text-align:left;color:inherit;font:inherit;min-width:0;transition:transform .25s ease}.gm-gma__card:focus-visible{outline:2px solid #CC0000;outline-offset:4px}.gm-gma__image{display:block;width:100%;aspect-ratio:var(--gm-gma-image-ratio, 4 / 3);overflow:hidden;background-color:#f4f4f4;border-radius:2px;box-shadow:0 1px 3px #00000014;transition:box-shadow .25s ease}.gm-gma__card:hover .gm-gma__image{box-shadow:0 6px 18px #00000029}.gm-gma__image img,.gm-gma__image svg{width:100%;height:100%;object-fit:cover;display:block;image-rendering:auto;backface-visibility:hidden}.gm-gma__card:hover .gm-gma__image,.gm-gma__card:focus-visible .gm-gma__image{filter:brightness(1.05)}.gm-gma__card-text{margin-top:12px;display:flex;flex-direction:column;gap:4px}.gm-gma__card-title{font-size:15px;font-weight:700;color:var(--gm-gma-card-title-color, #CC0000);line-height:1.3;letter-spacing:.2px;transition:color .18s ease}.gm-gma__card:hover .gm-gma__card-title{text-decoration:underline;color:#62a537;text-underline-offset:3px}.gm-gma__card-meta{font-size:13px;color:var(--gm-gma-card-meta-color, #777777);font-style:italic;line-height:1.4}.gm-gma__photo-thumb{background:transparent;border:0;padding:0;margin:0;cursor:pointer;overflow:hidden;aspect-ratio:var(--gm-gma-image-ratio, 4 / 3);background-color:#f4f4f4;border-radius:2px;box-shadow:0 1px 3px #00000014;transition:box-shadow .25s ease,transform .25s ease;position:relative}.gm-gma__photo-thumb:focus-visible{outline:2px solid #CC0000;outline-offset:4px}.gm-gma__photo-thumb img{width:100%;height:100%;object-fit:cover;display:block;image-rendering:auto;backface-visibility:hidden}.gm-gma__photo-thumb:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;background:#0000;opacity:0;transition:opacity .25s ease,background-color .25s ease;pointer-events:none}.gm-gma__photo-thumb:hover{transform:translateY(-2px)}.gm-gma__empty{text-align:center;padding:60px 20px;color:#777;font-size:15px;border:1px dashed #D8D8D8;border-radius:4px}.gm-gma__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background-color:#000000f0;display:flex;align-items:center;justify-content:center;padding:24px 96px}.gm-gma__lightbox[hidden]{display:none}.gm-gma__lightbox-stage{margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:100%;height:100%;min-height:0}.gm-gma__lightbox-image{width:auto;height:auto;max-width:100%;max-height:calc(100% - 36px);min-width:0;min-height:0;flex:1 1 auto;display:block;object-fit:contain;box-shadow:0 10px 40px #00000080;image-rendering:auto;backface-visibility:hidden}.gm-gma__lightbox-counter{color:#fff;font-size:13px;letter-spacing:2px;text-transform:uppercase;font-weight:600}.gm-gma__lightbox-close,.gm-gma__lightbox-arrow{position:absolute;background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.25);width:48px;height:48px;font-size:20px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,border-color .2s ease,transform .2s ease;font-family:inherit}.gm-gma__lightbox-close:hover,.gm-gma__lightbox-close:focus-visible,.gm-gma__lightbox-arrow:hover,.gm-gma__lightbox-arrow:focus-visible{background:#c00;border-color:#c00;outline:none}.gm-gma__lightbox-close{top:24px;right:24px;font-size:28px;line-height:1}.gm-gma__lightbox-arrow--prev{left:24px;top:50%;transform:translateY(-50%)}.gm-gma__lightbox-arrow--next{right:24px;top:50%;transform:translateY(-50%)}.gm-gma__lightbox-arrow--prev:hover{transform:translateY(-50%) translate(-2px)}.gm-gma__lightbox-arrow--next:hover{transform:translateY(-50%) translate(2px)}@media screen and (max-width:989px){.gm-gma-section .gm-gma__grid,.gm-gma-section .gm-gma__photo-grid{grid-template-columns:repeat(var(--gm-gma-cols-tablet, 2),minmax(0,1fr))}.gm-gma-section .gm-gma__title{font-size:32px}.gm-gma-section .gm-gma__view{gap:32px}}@media screen and (max-width:749px){.gm-gma-section .gm-gma__grid,.gm-gma-section .gm-gma__photo-grid{grid-template-columns:repeat(var(--gm-gma-cols-mobile, 2),minmax(0,1fr));column-gap:16px;row-gap:24px}.gm-gma-section .gm-gma__title{font-size:26px}.gm-gma-section .gm-gma__view{gap:28px}.gm-gma-section .gm-gma__back{font-size:12px}.gm-gma-section .gm-gma__label{font-size:12px;letter-spacing:2px}.gm-gma-section .gm-gma__lightbox-close,.gm-gma-section .gm-gma__lightbox-arrow{width:40px;height:40px;font-size:16px}.gm-gma-section .gm-gma__lightbox-close{top:16px;right:16px;font-size:22px}.gm-gma-section .gm-gma__lightbox-arrow--prev{left:12px}.gm-gma-section .gm-gma__lightbox-arrow--next{right:12px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-gm-gallery-metaobject.css.map */
