.figuro-gallery-wrapper{--figuro-purple: #5B4CFF;--figuro-purple-light: #7B6FFF;--figuro-purple-dark: #4338CA;--figuro-purple-glow: rgba(91, 76, 255, .3);--figuro-warm: #FFF8F5;--figuro-cream: #FFFBF8;--figuro-text: #2D2A3E;--figuro-text-soft: #6B6780;--figuro-accent-coral: #FF6B6B;--figuro-accent-gold: #FFB347;--figuro-card-shadow: 0 4px 20px rgba(91, 76, 255, .12), 0 2px 8px rgba(0, 0, 0, .06);--figuro-card-shadow-hover: 0 12px 40px rgba(91, 76, 255, .2), 0 4px 16px rgba(0, 0, 0, .1)}.figuro-gallery-section{padding:80px 0;position:relative;overflow:hidden;background:linear-gradient(180deg,var(--figuro-cream) 0%,var(--figuro-warm) 50%,var(--figuro-cream) 100%)}.figuro-gallery-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 80% 50% at 20% 40%,rgba(91,76,255,.05) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 80% 60%,rgba(255,107,107,.04) 0%,transparent 50%);pointer-events:none}.figuro-gallery__header{text-align:center;margin-bottom:50px;position:relative;z-index:2;padding:0 20px}.figuro-gallery__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,5vw,3rem);font-weight:600;color:var(--figuro-text);margin-bottom:12px;letter-spacing:-.02em;line-height:1.2}.figuro-gallery__title span{color:var(--figuro-purple);position:relative;display:inline-block}.figuro-gallery__title span:after{content:"";position:absolute;bottom:2px;left:0;width:100%;height:8px;background:linear-gradient(90deg,var(--figuro-purple-glow),rgba(255,107,107,.2));border-radius:4px;z-index:-1}.figuro-gallery__subtitle{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.1rem;color:var(--figuro-text-soft);max-width:500px;margin:0 auto;line-height:1.6}.figuro-gallery__container{position:relative;width:100%}.figuro-gallery__track-wrapper{position:relative;padding:20px 0}.figuro-gallery__track-wrapper:before,.figuro-gallery__track-wrapper:after{content:"";position:absolute;top:0;bottom:0;width:120px;z-index:10;pointer-events:none}.figuro-gallery__track-wrapper:before{left:0;background:linear-gradient(90deg,var(--figuro-warm) 0%,transparent 100%)}.figuro-gallery__track-wrapper:after{right:0;background:linear-gradient(-90deg,var(--figuro-warm) 0%,transparent 100%)}.figuro-gallery__track{display:flex;gap:20px;animation:figuro-scroll-left 60s linear infinite;width:max-content}.figuro-gallery__track:hover{animation-play-state:paused}@keyframes figuro-scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.figuro-gallery__column{display:flex;flex-direction:column;gap:20px;flex-shrink:0}.figuro-gallery__item{position:relative;border-radius:16px;overflow:hidden;background:#fff;box-shadow:var(--figuro-card-shadow);transition:all .4s cubic-bezier(.25,.46,.45,.94);cursor:pointer}.figuro-gallery__item:hover{transform:translateY(-8px) scale(1.02);box-shadow:var(--figuro-card-shadow-hover)}.figuro-gallery__item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16px;padding:2px;background:linear-gradient(135deg,var(--figuro-purple-light),var(--figuro-accent-coral),var(--figuro-accent-gold));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease;z-index:2;pointer-events:none}.figuro-gallery__item:hover:before{opacity:1}.figuro-gallery__item--small{width:200px;height:240px}.figuro-gallery__item--medium{width:240px;height:300px}.figuro-gallery__item--large{width:280px;height:380px}.figuro-gallery__item--wide{width:320px;height:260px}.figuro-gallery__item--tall{width:220px;height:420px}.figuro-gallery__item img,.figuro-gallery__item video{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.figuro-gallery__item:hover img,.figuro-gallery__item:hover video{transform:scale(1.08)}.figuro-gallery__video-indicator{position:absolute;top:12px;right:12px;width:36px;height:36px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;z-index:3;transition:transform .3s ease,background .3s ease}.figuro-gallery__item:hover .figuro-gallery__video-indicator{transform:scale(1.1);background:var(--figuro-purple)}.figuro-gallery__video-indicator svg{width:14px;height:14px;fill:var(--figuro-purple);margin-left:2px;transition:fill .3s ease}.figuro-gallery__item:hover .figuro-gallery__video-indicator svg{fill:#fff}.figuro-gallery__overlay{position:absolute;bottom:0;left:0;right:0;padding:60px 16px 16px;background:linear-gradient(to top,rgba(45,42,62,.9) 0%,rgba(45,42,62,.4) 50%,transparent 100%);opacity:0;transform:translateY(10px);transition:all .4s ease;z-index:3;display:flex;flex-direction:column;gap:4px}.figuro-gallery__item:hover .figuro-gallery__overlay{opacity:1;transform:translateY(0)}.figuro-gallery__category{display:inline-block;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--figuro-accent-gold)}.figuro-gallery__item-title{font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:500;color:#fff;line-height:1.3}.figuro-gallery__heart-btn{position:absolute;bottom:12px;right:12px;width:32px;height:32px;background:#fffffff2;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:scale(.8);transition:all .3s ease;z-index:4;padding:0}.figuro-gallery__item:hover .figuro-gallery__heart-btn{opacity:1;transform:scale(1)}.figuro-gallery__heart-btn:hover{background:var(--figuro-accent-coral)}.figuro-gallery__heart-btn svg{width:16px;height:16px;fill:none;stroke:var(--figuro-accent-coral);stroke-width:2;transition:all .3s ease}.figuro-gallery__heart-btn:hover svg{stroke:#fff;fill:#fff}.figuro-gallery__heart-btn.active svg{fill:var(--figuro-accent-coral);stroke:var(--figuro-accent-coral)}.figuro-gallery__heart-btn.active:hover svg{fill:#fff;stroke:#fff}.figuro-gallery__item-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.figuro-gallery__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.2)}.figuro-gallery__placeholder--1{background:linear-gradient(135deg,#5b4cff,#7b6fff,#ff6b6b)}.figuro-gallery__placeholder--2{background:linear-gradient(135deg,#ff6b6b,#ffb347)}.figuro-gallery__placeholder--3{background:linear-gradient(135deg,#7b6fff,#5b4cff,#4338ca)}.figuro-gallery__placeholder--4{background:linear-gradient(135deg,#ffb347,#ff6b6b,#5b4cff)}.figuro-gallery__placeholder--5{background:linear-gradient(135deg,#4338ca,#5b4cff)}.figuro-gallery__placeholder--6{background:linear-gradient(135deg,#ff6b6b,#5b4cff)}.figuro-gallery__placeholder--7{background:linear-gradient(135deg,#5b4cff,#ffb347)}.figuro-gallery__placeholder--8{background:linear-gradient(135deg,#7b6fff,#ff6b6b)}.figuro-gallery__cta{text-align:center;margin-top:50px;position:relative;z-index:2;padding:0 20px}.figuro-gallery__cta-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:var(--figuro-purple);color:#fff;text-decoration:none;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:1rem;border-radius:50px;box-shadow:0 4px 20px var(--figuro-purple-glow);transition:all .3s ease}.figuro-gallery__cta-btn:hover{background:var(--figuro-purple-dark);transform:translateY(-3px);box-shadow:0 8px 30px #5b4cff66;color:#fff;text-decoration:none}.figuro-gallery__cta-btn svg{width:20px;height:20px;transition:transform .3s ease}.figuro-gallery__cta-btn:hover svg{transform:translate(4px)}@media (max-width: 768px){.figuro-gallery-section{padding:50px 0}.figuro-gallery__header{margin-bottom:30px}.figuro-gallery__track-wrapper:before,.figuro-gallery__track-wrapper:after{width:60px}.figuro-gallery__item--small{width:160px;height:200px}.figuro-gallery__item--medium{width:180px;height:240px}.figuro-gallery__item--large{width:200px;height:280px}.figuro-gallery__item--wide{width:240px;height:200px}.figuro-gallery__item--tall{width:160px;height:320px}.figuro-gallery__track,.figuro-gallery__column{gap:14px}.figuro-gallery__placeholder{font-size:2rem}.figuro-gallery__cta-btn{padding:14px 28px;font-size:.95rem}}@media (max-width: 480px){.figuro-gallery__item--small{width:140px;height:180px}.figuro-gallery__item--medium{width:160px;height:210px}.figuro-gallery__item--large{width:180px;height:250px}.figuro-gallery__item--wide{width:200px;height:170px}.figuro-gallery__item--tall{width:140px;height:280px}.figuro-gallery__track-wrapper:before,.figuro-gallery__track-wrapper:after{width:40px}}@media (prefers-reduced-motion: reduce){.figuro-gallery__track{animation:none}.figuro-gallery__item,.figuro-gallery__item img,.figuro-gallery__item video,.figuro-gallery__overlay,.figuro-gallery__heart-btn,.figuro-gallery__video-indicator,.figuro-gallery__cta-btn{transition:none}.figuro-gallery__item:hover{transform:none}.figuro-gallery__item:hover img,.figuro-gallery__item:hover video{transform:none}}.figuro-gallery__heart-btn:focus-visible{outline:2px solid var(--figuro-purple);outline-offset:2px;opacity:1;transform:scale(1)}.figuro-gallery__cta-btn:focus-visible{outline:2px solid white;outline-offset:2px}.figuro-gallery__item-link:focus-visible{outline:2px solid var(--figuro-purple);outline-offset:-2px}
/*# sourceMappingURL=/cdn/shop/t/8/assets/figuro-gallery.css.map */
