.cb-gallery{display:block;width:100%;max-width:1100px;margin-inline:auto}.cb-gallery__empty{text-align:center;font-style:italic;font-size:14px;color:#8a7e6c;line-height:1.6}.cb-gallery__viewport{position:relative;width:100%;outline:none}.cb-gallery__stage{position:relative;width:100%;max-width:calc(70vh * var(--cb-ar, 1.7778));aspect-ratio:var(--cb-aspect, 16 / 9);max-height:70vh;margin-inline:auto;overflow:hidden;background:#ece6dc;touch-action:pan-y}.cb-gallery__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s ease-in-out;pointer-events:none}.cb-gallery__slide.is-active{opacity:1;pointer-events:auto}.cb-gallery .cb-gallery__img{width:100%;height:100%;object-fit:cover;display:block;cursor:zoom-in}.cb-gallery .cb-gallery__video{width:100%;height:100%;object-fit:cover;display:block}.cb-gallery .cb-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;padding:0;border-radius:50%;background:#ffffff6b;backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);border:1px solid rgba(255,255,255,.55);box-shadow:0 2px 10px #00000014;color:#2a2520;font-family:Georgia,serif;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;opacity:1;visibility:visible;transition:background .2s ease,backdrop-filter .2s ease,transform .2s ease}.cb-gallery .cb-gallery__arrow:hover{background:#ffffff9e;backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%)}.cb-gallery .cb-gallery__arrow:active{transform:translateY(-50%) scale(.95)}.cb-gallery__arrow--prev{left:18px}.cb-gallery__arrow--next{right:18px}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.cb-gallery .cb-gallery__arrow{background:#ffffffeb;border-color:#00000014}}.cb-gallery__bar{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-top:.85rem;width:100%;max-width:calc(70vh * var(--cb-ar, 1.7778));margin-inline:auto}.cb-gallery__caption{font-family:var(--cb-caption-font-family, Georgia, serif);font-style:italic;font-weight:var(--cb-caption-font-weight, 400);font-size:var(--cb-caption-size-d, 13px);color:var(--cb-caption-color, #5E564A);line-height:1.5}.cb-gallery__caption:empty{display:none}.cb-gallery__counter{flex:none;margin-inline-start:auto;font-family:Georgia,Times New Roman,serif;font-size:14px;color:#8a7e6c;white-space:nowrap}.cb-gallery__dots{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:22px;width:100%;max-width:calc(70vh * var(--cb-ar, 1.7778));margin-inline:auto}.cb-gallery .cb-gallery__dot{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:rgb(var(--border-color));cursor:pointer;transition:transform .25s ease,background-color .25s ease,opacity .25s ease}.cb-gallery .cb-gallery__dot:hover{background:rgb(var(--cb-accent, 155 135 101));opacity:.6}.cb-gallery .cb-gallery__dot.is-active{background:rgb(var(--cb-accent, 155 135 101));transform:scale(1.15)}@media(max-width:768px){.cb-gallery .cb-gallery__arrow{width:36px;height:36px;font-size:16px;backdrop-filter:blur(10px) saturate(140%);-webkit-backdrop-filter:blur(10px) saturate(140%)}.cb-gallery__arrow--prev{left:10px}.cb-gallery__arrow--next{right:10px}.cb-gallery__bar{padding-inline:18px}.cb-gallery__caption{font-size:var(--cb-caption-size-m, 11px)}.cb-gallery__counter{font-size:12px}}.cb-gallery-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;display:flex;align-items:center;justify-content:center;background:#fff;opacity:0;visibility:hidden;transition:opacity .3s ease;touch-action:pan-y}.cb-gallery-lightbox.is-open{opacity:1;visibility:visible}.cb-gallery-lightbox__scroll{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;touch-action:pan-y}.cb-gallery-lightbox__scroll.is-zoomed{display:block;overflow:auto;touch-action:auto;-webkit-overflow-scrolling:touch}.cb-gallery-lightbox__img{max-width:98vw;max-height:96vh;width:auto;height:auto;object-fit:contain;display:block;cursor:zoom-in}.cb-gallery-lightbox__scroll.is-zoomed .cb-gallery-lightbox__img{max-width:none;max-height:none;width:auto;height:auto;margin:auto;cursor:grab}.cb-gallery-lightbox__scroll.is-grabbing .cb-gallery-lightbox__img{cursor:grabbing}.cb-gallery-lightbox .cb-gallery-lightbox__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;padding:0;border:1px solid rgba(62,56,46,.2);border-radius:50%;background:#fff;color:#3e382e;font-family:Georgia,Times New Roman,serif;font-size:26px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:background-color .2s ease,border-color .2s ease}.cb-gallery-lightbox .cb-gallery-lightbox__arrow:hover{background:#faf7f2;border-color:#3e382e66}.cb-gallery-lightbox__arrow--prev{left:20px}.cb-gallery-lightbox__arrow--next{right:20px}.cb-gallery-lightbox__close{position:absolute;top:18px;right:20px;width:40px;height:40px;padding:0;border:0;background:transparent;color:#3e382e;font-family:Georgia,Times New Roman,serif;font-size:30px;line-height:1;cursor:pointer}.cb-gallery-lightbox__bar{position:absolute;bottom:28px;left:0;right:0;display:flex;align-items:baseline;justify-content:center;gap:1rem;padding:0 1.5rem}.cb-gallery-lightbox__caption{font-family:var(--cb-lb-caption-font, Georgia, serif);font-style:italic;font-size:14px;color:#5e564a}.cb-gallery-lightbox__caption:empty{display:none}.cb-gallery-lightbox__counter{flex:none;font-family:Georgia,Times New Roman,serif;font-size:13px;color:#8a7e6c;white-space:nowrap}@media screen and (max-width:768px){.cb-gallery-lightbox__arrow{width:34px;height:34px;font-size:22px}.cb-gallery-lightbox__arrow--prev{left:10px}.cb-gallery-lightbox__arrow--next{right:10px}}@media(prefers-reduced-motion:reduce){.cb-gallery__slide,.cb-gallery__dot,.cb-gallery__arrow,.cb-gallery-lightbox{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/cb-gallery.css.map */
