.loot-customer-gallery{position:relative;overflow:hidden}.loot-customer-gallery:before{content:"";position:absolute;width:34rem;height:34rem;right:-12rem;top:2rem;border-radius:50%;background:radial-gradient(circle,rgba(125,211,252,.16),transparent 68%);pointer-events:none}.loot-customer-gallery__heading{align-items:end}.loot-customer-gallery__controls{display:flex;gap:.8rem}.loot-customer-gallery__controls button{display:grid;place-items:center;width:4.2rem;height:4.2rem;border:1px solid rgba(var(--color-foreground),.14);border-radius:50%;background:rgba(var(--color-background),.88);color:rgb(var(--color-foreground));font:inherit;font-size:2.2rem;cursor:pointer;box-shadow:0 12px 26px #070a181a;transition:transform .18s ease,background .18s ease}.loot-customer-gallery__controls button:hover{transform:translateY(-2px);background:rgba(var(--color-foreground),.06)}.loot-customer-gallery__rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(24rem,30rem);gap:1.6rem;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:none;padding:.4rem .2rem 1.6rem}.loot-customer-gallery__rail::-webkit-scrollbar{display:none}.loot-customer-card{position:relative;display:block;min-height:42rem;padding:0;border:0;border-radius:2.4rem;overflow:hidden;background:#111827;color:#fff;text-align:left;cursor:pointer;scroll-snap-align:start;box-shadow:0 22px 48px #070a182e;isolation:isolate}.loot-customer-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#04081405 28%,#040814d6);pointer-events:none}.loot-customer-card__media,.loot-customer-card__media img,.loot-customer-card__media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.loot-customer-card__media img,.loot-customer-card__media video{object-fit:cover;object-position:center;transition:transform .5s cubic-bezier(.2,.72,.2,1)}.loot-customer-card:hover .loot-customer-card__media img,.loot-customer-card:hover .loot-customer-card__media video{transform:scale(1.035)}.loot-customer-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:linear-gradient(135deg,#18223a,#2d1c44);font-size:5rem}.loot-customer-card__video-badge{position:absolute;top:1.4rem;right:1.4rem;z-index:2;display:inline-flex;align-items:center;gap:.6rem;padding:.7rem 1rem;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:#070a188c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;font-size:1.1rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.loot-customer-card__copy{position:absolute;left:1.5rem;right:1.5rem;bottom:1.5rem;z-index:2}.loot-customer-card__quote{margin:0;padding:1.25rem 1.35rem;border:1px solid rgba(255,255,255,.18);border-radius:1.8rem 1.8rem 1.8rem .5rem;background:#080c1ca8;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;font-size:1.35rem;line-height:1.45;box-shadow:0 12px 30px #0003}.loot-customer-card__person{display:flex;align-items:center;gap:.9rem;margin-top:1rem}.loot-customer-card__avatar{flex:0 0 auto;display:grid;place-items:center;width:3.8rem;height:3.8rem;border:2px solid rgba(255,255,255,.76);border-radius:50%;overflow:hidden;background:#ffffff24;color:#fff;font-weight:900}.loot-customer-card__avatar img{width:100%;height:100%;object-fit:cover;object-position:center}.loot-customer-card__person strong,.loot-customer-card__person span{display:block}.loot-customer-card__person strong{color:#fff;font-size:1.25rem}.loot-customer-card__person span{margin-top:.15rem;color:#ffffffb3;font-size:1.05rem}.loot-customer-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:grid;place-items:center;padding:1.6rem;visibility:hidden;opacity:0;transition:opacity .22s ease,visibility .22s ease}.loot-customer-modal.is-open{visibility:visible;opacity:1}.loot-customer-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#030612d1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer}.loot-customer-modal__dialog{position:relative;z-index:1;width:min(94vw,92rem);max-height:calc(100dvh - 3.2rem);overflow:auto;border:1px solid rgba(255,255,255,.15);border-radius:2.6rem;background:#0c1222;color:#fff;box-shadow:0 35px 90px #0000006b;transform:translateY(12px) scale(.98);transition:transform .25s cubic-bezier(.2,.72,.2,1)}.loot-customer-modal.is-open .loot-customer-modal__dialog{transform:translateY(0) scale(1)}.loot-customer-modal__close{position:sticky;float:right;top:1.2rem;right:1.2rem;z-index:5;display:grid;place-items:center;width:4rem;height:4rem;margin:1.2rem 1.2rem -5.2rem 0;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:#040814b8;color:#fff;font:inherit;font-size:2.5rem;cursor:pointer}.loot-customer-modal__content{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(28rem,.75fr);min-height:54rem}.loot-customer-modal__media{display:grid;place-items:center;min-height:54rem;background:#050914;overflow:hidden}.loot-customer-modal__media img,.loot-customer-modal__media video{width:100%;height:100%;max-height:78dvh;object-fit:contain;background:#050914}.loot-customer-modal__details{display:flex;flex-direction:column;justify-content:center;padding:4.5rem 3rem 3rem;background:radial-gradient(circle at 100% 0%,rgba(125,211,252,.12),transparent 44%),#0c1222}.loot-customer-modal__profile{display:flex;align-items:center;gap:1rem}.loot-customer-modal__profile .loot-customer-card__avatar{width:4.8rem;height:4.8rem}.loot-customer-modal__profile strong,.loot-customer-modal__profile span{display:block}.loot-customer-modal__profile strong{font-size:1.45rem}.loot-customer-modal__profile span{color:#ffffff9e;font-size:1.15rem}.loot-customer-modal__message{margin:2rem 0 0;color:#fff;font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.35}.loot-customer-modal__message:before{content:"\201c";display:block;height:3rem;color:#7dd3fc;font-size:5rem;line-height:.9}.loot-customer-modal__link{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:4.7rem;margin-top:2.2rem;padding:0 1.7rem;border-radius:1.4rem;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-weight:800;text-decoration:none}body.loot-customer-modal-lock{overflow:hidden}@media screen and (max-width:749px){.loot-customer-gallery__controls{display:none}.loot-customer-gallery__rail{grid-auto-columns:minmax(22rem,82vw);gap:1.2rem;margin-right:calc(var(--page-width-margin, 1.5rem) * -1);padding-right:var(--page-width-margin, 1.5rem)}.loot-customer-card{min-height:39rem}.loot-customer-modal{padding:.8rem}.loot-customer-modal__dialog{width:100%;max-height:calc(100dvh - 1.6rem);border-radius:2rem}.loot-customer-modal__content{grid-template-columns:1fr;min-height:0}.loot-customer-modal__media{min-height:46dvh;max-height:55dvh}.loot-customer-modal__media img,.loot-customer-modal__media video{max-height:55dvh}.loot-customer-modal__details{padding:2.2rem 1.7rem 2.4rem}.loot-customer-modal__message{font-size:1.7rem}.loot-customer-modal__link{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/115/assets/lootsepeti-customer-gallery.css.map */
