popup-gallery dialog{width:90vw;height:90vh;max-width:90vw;max-height:90vh;border:none;padding:0;background:#f8f7f3;overflow:clip;border-radius:22px}popup-gallery dialog::backdrop{background:#0006}popup-gallery dialog[open]{display:flex;flex-direction:column}.popup-gallery__layout{flex:1;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:24px;min-height:0;overflow:hidden;position:relative}.popup-gallery__close{position:absolute;top:24px;right:24px;flex-shrink:0;width:45px;height:45px;border:none;background:#74695c;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;z-index:10;color:#fff;--icon-stroke-width: 2;transition:opacity .15s ease}.popup-gallery__close svg{width:24px;height:24px}.popup-gallery__close:hover{opacity:.8}.popup-gallery__thumbs{display:flex;flex-direction:column;gap:12px;flex-shrink:0;width:121px;position:sticky;top:0;overflow-y:auto;max-height:100%;scrollbar-width:none}.popup-gallery__thumbs::-webkit-scrollbar{display:none}.popup-gallery__thumb{display:block;width:100%;aspect-ratio:120.795 / 175.317;flex-shrink:0;padding:0;border:2.911px solid white;border-radius:1.093px;background:none;cursor:pointer;overflow:hidden;transition:border-color .15s ease}.popup-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.popup-gallery__thumb--active,.popup-gallery__thumb[aria-selected=true]{border-color:#74695c}.popup-gallery__main{flex:1 1 800px;max-width:800px;position:relative;display:flex;align-items:flex-start;justify-content:center;align-self:stretch}.popup-gallery__slides{position:relative;width:100%;height:100%;max-height:calc(90vh - 221px);aspect-ratio:800 / 1018;border-radius:12.725px;overflow:hidden;border:6.363px solid white;background:#fff}.popup-gallery__slide{display:none}.popup-gallery__slide--active{display:flex;align-items:center;justify-content:center;height:100%}.popup-gallery__slide img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .15s ease}.popup-gallery__slide--active.popup-gallery__slide--zooming img{transform:scale(2.5);cursor:zoom-out}.popup-gallery__slide--active:not(.popup-gallery__slide--zooming){cursor:zoom-in}.popup-gallery__nav{position:absolute;top:45.6%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;background:var(--secondarycolor, #D4C5A1);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1;transition:opacity .15s ease}.popup-gallery__nav svg{width:16px;height:16px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.popup-gallery__nav--prev{left:-27px;opacity:.5}.popup-gallery__nav--prev:hover{opacity:.8}.popup-gallery__nav--next{right:-27px;opacity:1}.popup-gallery__nav--next:hover{opacity:.8}.popup-gallery__info{flex:0 0 613px;width:613px;position:sticky;top:0;max-height:calc(90vh - 221px);overflow-y:auto;overflow-x:hidden;scrollbar-width:none}.popup-gallery__info::-webkit-scrollbar{display:none}.popup-gallery__buy-bar{flex-shrink:0;background:#fff;border-top:1px solid #E0E0E0;display:flex;align-items:center;justify-content:center;height:173px;padding:0 24px;overflow:visible;border-radius:0 0 22px 22px}.popup-gallery__buy-bar-inner{display:flex;align-items:center;gap:52px;width:100%;max-width:1695px}.popup-gallery__product-info{flex:1 1 200px;min-width:150px;display:flex;flex-direction:column;gap:8px;justify-content:center}.popup-gallery__product-title{margin:0;font-family:Lato,sans-serif;font-weight:700;font-size:18px;line-height:1.3;color:#222}.popup-gallery__product-price{display:flex;align-items:center;gap:7px}.popup-gallery__price-info-icon{width:16px;height:16px;flex-shrink:0;color:#222}.popup-gallery__price-retail{font-family:Lato,sans-serif;font-weight:400;font-size:14px;color:#222}.popup-gallery__price-compare{font-family:Lato,sans-serif;font-weight:700;font-size:14px;color:#222;text-decoration:line-through}.popup-gallery__price-sale{font-family:Lato,sans-serif;font-weight:700;font-size:24px;line-height:1.5;color:#617a4a}.popup-gallery__field{flex-shrink:0;display:flex;flex-direction:column;gap:7.855px}.popup-gallery__field-label{font-family:Roboto,Lato,sans-serif;font-weight:400;font-size:15.711px;line-height:21.995px;color:#3b3f41}.popup-gallery__field-select{display:flex;align-items:center;gap:7.855px;padding:12px 12.569px 12px 15.711px;background:#fff;border:.786px solid #D1D1D8;border-radius:8px;cursor:pointer;min-height:48px;width:100%;text-align:left;font:inherit;color:inherit}.popup-gallery__custom-select{position:relative}.popup-gallery__custom-select--open .popup-gallery__field-select{border-color:#222}.popup-gallery__custom-select--open .popup-gallery__select-chevron{transform:rotate(180deg)}.popup-gallery__select-chevron{transition:transform .15s ease}.popup-gallery__select-list{position:absolute;left:0;right:0;bottom:calc(100% + 6px);margin:0;padding:6px;list-style:none;background:#fff;border:1px solid #D1D1D8;border-radius:8px;box-shadow:0 8px 24px #0000001f;max-height:280px;overflow-y:auto;z-index:20}.popup-gallery__select-list[hidden]{display:none}.popup-gallery__select-option{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:6px;cursor:pointer;font-family:Lato,sans-serif;font-weight:500;font-size:14px;color:#222}.popup-gallery__select-option:hover,.popup-gallery__select-option:focus{background:#f5f2ed}.popup-gallery__select-option--selected{background:#f1ece4;font-weight:700}.popup-gallery__option-swatch{flex-shrink:0;width:28px;height:28px;border-radius:50%;overflow:hidden;border:1px solid #e5e5e5}.popup-gallery__option-swatch img{width:100%;height:100%;object-fit:cover;display:block}.popup-gallery__option-swatch-fill{width:100%;height:100%;display:block;background:#ccc}.popup-gallery__option-label{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.popup-gallery__select-option--size .popup-gallery__option-label{text-align:center}.popup-gallery__field--color{flex:1 1 250px;min-width:200px;max-width:350px}.popup-gallery__field--size{flex:0 0 auto;min-width:120px}.popup-gallery__select-swatch{width:30px;height:30px;border-radius:50%;border:2.488px solid white;overflow:hidden;flex-shrink:0}.popup-gallery__select-swatch img{width:100%;height:100%;object-fit:cover;display:block}.popup-gallery__select-value{flex:1;font-family:Lato,sans-serif;font-weight:700;font-size:15px;line-height:20px;color:#222;text-decoration:underline;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.popup-gallery__select-chevron{flex-shrink:0;width:22px;height:23px;color:#222}.popup-gallery__actions{display:flex;align-items:center;flex:1 1 300px;gap:12px;min-width:250px}.popup-gallery__quantity{display:flex;align-items:center;gap:6px;flex-shrink:0}.popup-gallery__qty-btn{width:28px;height:28px;min-width:28px;min-height:28px;border-radius:50%;border:.824px solid #222;background:#f7f7f7;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:Lato,sans-serif;font-weight:700;font-size:18.118px;color:#222;padding:0;line-height:1;flex-shrink:0}.popup-gallery__qty-btn:hover{background:#eee}.popup-gallery__qty-input{width:50px;min-width:50px;height:44px;border:1px solid #222;border-radius:8px;background:#fff;text-align:center;font-family:Lato,sans-serif;font-weight:700;font-size:14px;color:#222;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.popup-gallery__qty-input::-webkit-inner-spin-button,.popup-gallery__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.popup-gallery__add-to-cart{height:53px;background:#617a4a;border:none;border-radius:8px;color:#fff;font-family:Lato,sans-serif;font-weight:700;font-size:18px;cursor:pointer;flex:1;min-width:0;padding:0 13px;transition:background-color .15s ease}.popup-gallery__add-to-cart:hover{background:#556d40}.popup-gallery__add-to-cart:disabled{background:#999;cursor:not-allowed}@media screen and (max-width:1440px){popup-gallery dialog{border-radius:16px}.popup-gallery__layout{padding:16px;gap:16px}.popup-gallery__thumbs{width:90px;gap:10px}.popup-gallery__thumb{border-width:2px;border-radius:2px}.popup-gallery__main{flex:1 1 550px;max-width:550px}.popup-gallery__slides{max-height:calc(90vh - 205px)}.popup-gallery__info{flex:0 0 420px;width:420px;max-height:calc(90vh - 205px)}.popup-gallery__nav{width:44px;height:44px}.popup-gallery__nav--prev{left:-20px}.popup-gallery__nav--next{right:-20px}.popup-gallery__nav svg{width:14px;height:14px}.popup-gallery__close{top:16px;right:16px;width:48px;height:48px}.popup-gallery__close svg{width:18px;height:18px}.popup-gallery__buy-bar{height:173px;padding:0 16px;border-radius:0 0 16px 16px}.popup-gallery__buy-bar-inner{gap:24px}.popup-gallery__product-title{font-size:18px}.popup-gallery__price-sale{font-size:20px}.popup-gallery__field-label{font-size:13px}.popup-gallery__field-select{padding:10px 12px;min-height:44px}.popup-gallery__select-value{font-size:14px}.popup-gallery__add-to-cart{height:48px;font-size:16px}}@media screen and (max-width:1200px){.popup-gallery__layout{padding:12px;gap:12px}.popup-gallery__thumbs{width:70px;gap:8px}.popup-gallery__main{flex:1 1 450px;max-width:450px}.popup-gallery__slides{max-height:calc(90vh - 197px)}.popup-gallery__info{flex:0 0 350px;width:350px;max-height:calc(90vh - 197px)}.popup-gallery__close{top:12px;right:12px;width:44px;height:44px}.popup-gallery__close svg{width:16px;height:16px}.popup-gallery__buy-bar{height:173px;padding:0 12px}.popup-gallery__buy-bar-inner{gap:16px;flex-wrap:wrap}.popup-gallery__product-info{flex:1 1 100%;gap:4px}.popup-gallery__field--color{flex:1 1 200px;max-width:none}.popup-gallery__actions{flex:1 1 250px}}@media screen and (max-width:989px){.popup-gallery__thumbs{display:none}.popup-gallery__layout{padding:16px;gap:16px}.popup-gallery__main{flex:1 1 auto;max-width:50%}.popup-gallery__info{flex:1 1 auto;width:auto}.popup-gallery__close{top:16px;right:16px;width:40px;height:40px}.popup-gallery__buy-bar{height:auto;min-height:100px;padding:16px}.popup-gallery__buy-bar-inner{flex-wrap:wrap;gap:12px}.popup-gallery__product-info{flex:1 1 100%}.popup-gallery__field--color,.popup-gallery__field--size{flex:1 1 auto}.popup-gallery__actions{flex:1 1 100%;min-width:0}}@media screen and (max-width:749px){popup-gallery dialog{width:100vw;height:100vh;max-width:100vw;max-height:100vh;border-radius:0;background:#000}.popup-gallery__layout{flex-direction:column;padding:0;height:100%}.popup-gallery__thumbs,.popup-gallery__info,.popup-gallery__buy-bar{display:none}.popup-gallery__main{width:100%;flex:1;align-items:center}.popup-gallery__slides{width:100%;border:none;border-radius:0;background:#000}.popup-gallery__slide img{object-fit:contain}.popup-gallery__slide--active:not(.popup-gallery__slide--zooming){cursor:default}.popup-gallery__nav{width:40px;height:40px;background:#fff3}.popup-gallery__nav svg{width:12px;height:12px}.popup-gallery__nav--prev{left:8px;opacity:.7}.popup-gallery__nav--next{right:8px;opacity:.7}.popup-gallery__close{position:absolute;top:12px;right:12px;width:40px;height:40px;background:#00000080;z-index:10}.popup-gallery__close svg{width:18px;height:18px}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/popup-gallery.css.map */
