:root{--cg-bg-color: #ffffff;--cg-title-color: #1a1a1a;--cg-title-font-size: 1.125rem;--cg-title-letter-spacing: .15em;--cg-nav-bg: #1a1a1a;--cg-nav-color: #ffffff;--cg-nav-size: 48px;--cg-gap: 16px;--cg-border-radius: 12px;--cg-image-aspect-ratio: 1 / 1;--cg-dot-color: #d1d1d1;--cg-dot-active-color: #1a1a1a;--cg-lightbox-bg: rgba(0, 0, 0, .95);--cg-transition: .3s cubic-bezier(.4, 0, .2, 1)}.customer-gallery{padding:30px 0;background:var(--cg-bg-color);overflow:hidden}.customer-gallery__container{max-width:1400px;margin:0 auto;padding:0 20px}.customer-gallery__title{text-align:center;font-size:var(--cg-title-font-size);font-weight:500;letter-spacing:var(--cg-title-letter-spacing);color:var(--cg-title-color);margin:0 0 40px;text-transform:uppercase}.customer-gallery__wrapper{display:flex;align-items:center;gap:16px;position:relative}.customer-gallery__nav{flex-shrink:0;width:var(--cg-nav-size);height:var(--cg-nav-size);border-radius:50%;background:var(--cg-nav-bg);color:var(--cg-nav-color);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--cg-transition);z-index:2}.customer-gallery__nav:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 20px #00000026}.customer-gallery__nav:disabled{cursor:not-allowed}.customer-gallery__nav svg{width:24px;height:24px}.customer-gallery__track-container{flex:1;overflow:hidden;border-radius:var(--cg-border-radius)}.customer-gallery__track{display:flex;gap:var(--cg-gap);transition:transform var(--cg-transition);will-change:transform}.customer-gallery__slide{flex:0 0 calc((100% - (var(--cg-gap) * 3)) / 4);min-width:0}.customer-gallery__image-wrapper{position:relative;aspect-ratio:var(--cg-image-aspect-ratio);border-radius:var(--cg-border-radius);overflow:hidden;background:#f5f5f5;transition:var(--cg-transition)}.customer-gallery__image-wrapper:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001f}.customer-gallery__image-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.3) 0%,transparent 40%);opacity:0;transition:var(--cg-transition);pointer-events:none}.customer-gallery__image-wrapper:hover:after{opacity:1}.customer-gallery__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.4,0,.2,1)}.customer-gallery__image-wrapper:hover .customer-gallery__image{transform:scale(1.05)}.customer-gallery__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f0f0f0}.customer-gallery__placeholder-svg{width:60%;height:60%;opacity:.3}.customer-gallery__customer-name{position:absolute;bottom:0;left:0;right:0;padding:16px;color:#fff;font-size:.875rem;font-weight:500;transform:translateY(100%);transition:var(--cg-transition);z-index:1}.customer-gallery__image-wrapper:hover .customer-gallery__customer-name{transform:translateY(0)}.customer-gallery__dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.customer-gallery__dot{width:10px;height:10px;border-radius:50%;background:var(--cg-dot-color);border:none;cursor:pointer;padding:0;transition:var(--cg-transition)}.customer-gallery__dot:hover{background:var(--cg-dot-active-color);opacity:.7}.customer-gallery__dot--active{background:var(--cg-dot-active-color);transform:scale(1.2)}.customer-gallery__dialog{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:100dvw;max-height:100dvh;border:none;padding:0;margin:0;background:transparent;overflow:hidden}.customer-gallery__dialog::backdrop{background:#000000d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.customer-gallery__dialog[open]{display:flex;align-items:center;justify-content:center}.customer-gallery__dialog-content{display:flex;background:#fff;max-width:950px;max-height:650px;height:100%;width:100%;box-shadow:0 25px 80px #0006;position:relative;animation:dialogSlideIn .3s cubic-bezier(.16,1,.3,1)}@keyframes dialogSlideIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.customer-gallery__dialog-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:50%;background:#ffffffe6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:var(--cg-transition);color:#333;box-shadow:0 2px 8px #00000026}.customer-gallery__dialog-close:hover{background:#fff;transform:rotate(90deg)}.customer-gallery__dialog-image-side{flex:1;position:relative;display:flex;align-items:center;justify-content:center;background:#f8f8f8;min-height:400px;max-width:55%}.customer-gallery__dialog-image-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.customer-gallery__dialog-image{width:100%;height:100%;object-fit:cover}.customer-gallery__dialog-nav{position:absolute;top:50%;width:44px;height:44px;border-radius:50%;background:#fffffff2;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:5;transition:var(--cg-transition);color:#333;box-shadow:0 2px 12px #00000026}.customer-gallery__dialog-nav:hover{background:#fff;transform:scale(1.05);box-shadow:0 4px 16px #0003}.customer-gallery__dialog-nav--prev{left:-60px}.customer-gallery__dialog-nav--next{right:-60px}.customer-gallery__dialog-dots{position:absolute;bottom:-30px;left:0;right:0;transform:unset;display:flex;gap:6px;z-index:5;justify-content:center}.customer-gallery__dialog-dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:var(--cg-transition)}.customer-gallery__dialog-dot:hover{background:#fffc}.customer-gallery__dialog-dot--active{background:#fff;transform:scale(1.2)}.customer-gallery__dialog-info-side{width:340px;flex-shrink:0;padding:28px;display:flex;flex-direction:column;overflow-y:auto;width:100%;max-width:45%}.customer-gallery__dialog-customer{display:flex;align-items:center;gap:12px;margin-bottom:20px}.customer-gallery__dialog-avatar{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#f0f0f0,#e0e0e0);display:flex;align-items:center;justify-content:center;color:#666}.customer-gallery__dialog-customer-info{display:flex;flex-direction:column;gap:.5rem}.customer-gallery__dialog-customer-name{font-weight:600;line-height:1;color:#1a1a1a}.customer-gallery__dialog-customer-date{font-size:1.3rem;line-height:1;color:#888}.customer-gallery__dialog-comment{position:relative;margin-bottom:20px}.customer-gallery__dialog-comment-text{font-size:1.5rem;color:#444;margin:0;max-height:120px;overflow:hidden;transition:max-height .3s ease}.customer-gallery__dialog-comment-text--expanded{max-height:1000px}.customer-gallery__dialog-comment-expand{display:flex;align-items:center;justify-content:center;width:100%;padding:8px;margin-top:8px;background:none;border:1px solid #eee;border-radius:8px;cursor:pointer;color:#666;transition:var(--cg-transition)}.customer-gallery__dialog-comment-expand:hover{background:#f8f8f8;border-color:#ddd}.customer-gallery__dialog-divider{height:1px;background:#eee;margin:8px 0 20px}.customer-gallery__dialog-product{display:flex;align-items:center;gap:14px;padding:14px;background:#fafafa;text-decoration:none;color:inherit;transition:var(--cg-transition);border:1px solid #eee;margin-top:20px;flex-direction:column}.customer-gallery__dialog-product:hover{background:#f5f5f5;border-color:#ddd;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.customer-gallery__dialog-product-items-wrapper{display:flex;gap:1.5rem;width:100%}.customer-gallery__dialog-product-image{width:70px;height:70px;overflow:hidden;flex-shrink:0;background:#fff}.customer-gallery__dialog-product-image img{width:100%;height:100%;object-fit:cover}.customer-gallery__dialog-product-info{flex:1;min-width:0}.customer-gallery__dialog-product-title{display:block;font-size:1.3rem;font-weight:500;color:#1a1a1a;margin-bottom:4px;line-height:1.3}.customer-gallery__dialog-product-price{display:block;font-size:1.5rem;font-weight:600;color:#1a1a1a}.customer-gallery__dialog-product-cta{flex-shrink:0;padding:10px 16px;background:#1a1a1a;color:#fff;font-weight:600;letter-spacing:.05em;transition:var(--cg-transition);width:100%;justify-content:center;align-items:center;display:flex}.customer-gallery__dialog-product:hover .customer-gallery__dialog-product-cta{background:#333}@media(max-width:1024px){.customer-gallery__slide{flex:0 0 calc((100% - var(--cg-gap)) / 2)}.customer-gallery__nav{width:40px;height:40px}.customer-gallery__nav svg{width:20px;height:20px}.customer-gallery__dialog-content{max-width:90vw}.customer-gallery__dialog-info-side{padding:24px}}@media(max-width:768px){.customer-gallery__dialog-content{flex-direction:column;max-height:unset;height:100%;width:100%;max-width:unset;overflow:auto}.customer-gallery__dialog-dots{display:none}.customer-gallery__dialog-image-side{max-width:100%;max-height:400px}.customer-gallery__dialog-info-side{width:100%;padding:20px 20px 100px;max-width:100%}.customer-gallery__dialog-nav{width:36px;height:36px}.customer-gallery__dialog-nav--prev{left:20px;top:unset;bottom:20px;position:fixed;width:50px;height:50px}.customer-gallery__dialog-nav--next{right:20px;top:unset;bottom:20px;width:50px;height:50px}.customer-gallery__dialog-nav--next{right:20px;top:unset;bottom:20px;position:fixed;width:50px;height:50px}.customer-gallery__dialog-close{top:12px;right:12px;width:36px;height:36px}.customer-gallery__dialog-product-cta{padding:8px 12px}}@media(max-width:600px){.customer-gallery{padding:40px 0}.customer-gallery__container{padding:0 16px}.customer-gallery__title{font-size:1rem;margin-bottom:24px}.customer-gallery__wrapper{gap:8px}.customer-gallery__slide{flex:0 0 100%}.customer-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;z-index:3;background:#1a1a1acc}.customer-gallery__nav--prev{left:8px}.customer-gallery__nav--next{right:8px}.customer-gallery__nav svg{width:18px;height:18px}.customer-gallery__track-container{margin:0 -16px;padding:0 16px}}@media(hover:none){.customer-gallery__image-wrapper:hover{transform:none;box-shadow:none}.customer-gallery__image-wrapper:hover .customer-gallery__image{transform:none}.customer-gallery__image-wrapper:hover:after{opacity:0}.customer-gallery__customer-name{transform:translateY(0);background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 100%);padding-top:40px}}@media(prefers-reduced-motion:reduce){.customer-gallery__track,.customer-gallery__image,.customer-gallery__nav,.customer-gallery__dot,.customer-gallery__lightbox,.customer-gallery__lightbox-close{transition:none}}.customer-gallery__nav:focus-visible,.customer-gallery__dot:focus-visible,.customer-gallery__lightbox-close:focus-visible,.customer-gallery__lightbox-nav:focus-visible{outline:2px solid #007bff;outline-offset:2px}.customer-gallery__image-wrapper:focus-visible{outline:3px solid #007bff;outline-offset:3px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/customer-gallery.css.map */
