/* The viewer does not change product grids or card sizes. */
.storefront-page button.product-image,
.storefront-page button.offer-image-stage{display:block;width:100%;font:inherit;color:inherit;text-align:inherit;padding:0;cursor:zoom-in;appearance:none;}
.storefront-page button.product-image{border:0;border-radius:0;}
.storefront-page button.product-title,
.storefront-page .offer-title-trigger{display:block;border:0;padding:0;background:none;color:inherit;text-align:left;font:inherit;letter-spacing:inherit;line-height:inherit;cursor:zoom-in;}
.storefront-page button.product-title{width:100%;font-size:1.12rem;font-weight:850;margin:9px 0;}
.storefront-page .product-card[data-product-gallery]{cursor:zoom-in;}
.storefront-page .product-card a{cursor:pointer;}
.storefront-page .product-gallery-trigger:focus-visible{outline:3px solid #328454;outline-offset:-4px;border-radius:5px;}
.product-gallery{width:min(1100px,calc(100vw - 36px));max-width:none;max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);padding:0;margin:auto;border:1px solid #d4e3da;border-radius:22px;background:#f9fcfa;color:#13362a;box-shadow:0 28px 100px #0008;overflow:auto;overscroll-behavior:contain;}
.product-gallery:not([open]){display:none;}
.product-gallery::backdrop{background:rgba(3,16,12,.84);backdrop-filter:blur(5px);}
.gallery-shell{padding:23px;}
.gallery-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;}
.gallery-brand{margin:0 0 6px;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#426c58;}
.product-gallery h2{font-size:clamp(1.2rem,2.3vw,1.9rem);font-weight:850;line-height:1.18;letter-spacing:-.025em;margin:0;overflow-wrap:anywhere;}
.product-gallery button{font-family:inherit;}
.gallery-close{display:flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:44px;border:1px solid #cbded2;border-radius:50%;background:#fff;color:#153d2c;cursor:pointer;}
.gallery-stage{position:relative;display:flex;align-items:center;justify-content:center;height:min(56vh,580px);height:min(56dvh,580px);min-height:190px;background:#fff;border:1px solid #dfebe3;border-radius:15px;overflow:hidden;touch-action:pan-y pinch-zoom;}
.gallery-photo{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;padding:12px 66px 34px;}
.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:46px;height:46px;padding:0;border:1px solid #c5d7ca;border-radius:50%;color:#153c2a;background:rgba(249,255,251,.97);box-shadow:0 4px 15px #173c2617;cursor:pointer;}
.gallery-previous{left:12px;}.gallery-next{right:12px;}
.gallery-count{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);padding:5px 12px;border:1px solid #dfebe2;border-radius:20px;background:#f4faf6ed;color:#315940;white-space:nowrap;font-size:.76rem;font-weight:700;}
.gallery-empty{color:#516b5c;text-align:center;padding:25px;}
.gallery-empty img{width:min(220px,55vw);height:auto;opacity:.7;}
.gallery-empty p{margin:12px 0;font-size:.9rem;}
.gallery-thumbnails{display:flex;justify-content:flex-start;gap:9px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin;margin:13px 0 0;padding:3px 2px 6px;}
.gallery-thumbnail{flex:0 0 68px;display:flex;align-items:center;justify-content:center;width:68px;height:64px;padding:3px;border:2px solid #e0e9e3;border-radius:10px;background:#fff;color:#284f3a;cursor:pointer;}
.gallery-thumbnail img{width:100%;height:100%;object-fit:contain;border-radius:6px;}
.gallery-thumbnail.is-current{border-color:#237b4a;box-shadow:0 0 0 2px #c1ebcb;}
.gallery-details{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:17px;border-top:1px solid #dfe9e2;padding-top:15px;}
#gallerySizes{margin:0 0 5px;font-size:.82rem;color:#546b5e;}
.gallery-prices{display:flex;align-items:baseline;gap:12px;}
#galleryPrice{font-size:1.5rem;font-weight:850;color:#17492c;}
#galleryOldPrice{color:#728478;font-size:.95rem;}
.product-gallery .btn{border-radius:10px;white-space:nowrap;}
.product-gallery :focus-visible{outline:3px solid #27844c;outline-offset:3px;}
.product-gallery [hidden]{display:none!important;}
html[data-theme=dark] .product-gallery{background:#10291f;color:#ebf9ed;border-color:#376249;}
html[data-theme=dark] .gallery-heading h2{color:#f0fff4;}
html[data-theme=dark] .gallery-brand,html[data-theme=dark] #gallerySizes{color:#b5d5c0;}
html[data-theme=dark] #galleryPrice{color:#baf4bc;}
html[data-theme=dark] .gallery-details{border-color:#375541;}
@media(max-width:640px){
 .product-gallery{width:calc(100vw - 16px);max-height:calc(100vh - 16px);max-height:calc(100dvh - 16px);border-radius:17px;}
 .gallery-shell{padding:14px;}
 .gallery-heading{gap:12px;margin-bottom:12px;}
 .gallery-brand{font-size:.63rem;letter-spacing:.07em;max-width:230px;}
 .gallery-stage{height:min(49vh,420px);height:min(49dvh,420px);min-height:160px;}
 .gallery-photo{padding:8px 12px 36px;}
 .gallery-arrow{width:42px;height:42px;background:#fafff9e8;}
 .gallery-previous{left:5px;}.gallery-next{right:5px;}
 .gallery-details{flex-wrap:wrap;gap:12px;margin-top:10px;padding-top:12px;}
 .product-gallery .btn{width:100%;justify-content:center;min-height:44px;}
 .gallery-thumbnail{flex-basis:58px;width:58px;height:54px;}
 #galleryPrice{font-size:1.3rem;}
}
@media(max-height:550px) and (min-width:641px){.gallery-shell{padding:14px;}.gallery-heading{margin-bottom:9px;}.gallery-stage{height:44vh;min-height:120px;}.gallery-thumbnails{margin-top:6px;}.gallery-thumbnail{height:46px;}.gallery-details{margin-top:7px;padding-top:8px;}}
.product-gallery .gallery-thumbnail{transition:none;}
