.instagram-section{padding:var(--section-padding-top, 80px) 0 var(--section-padding-bottom, 80px)}.instagram-section .instagram-wrapper{background:#f7f7f7;border-radius:24px;margin:0 auto;padding:60px 0}@media screen and (min-width: 750px){.instagram-section .instagram-wrapper{margin:0 5rem;padding:40px 0}}.instagram-section .section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;flex-wrap:wrap;gap:20px;padding:0 50px}.instagram-section .section-title{font-size:clamp(28px,4vw,var(--title-size, 42px));font-weight:var(--title-weight, 400);letter-spacing:-.02em;color:var(--title-color, #1a1a1a);font-family:var(--font-heading-family);margin:0}.instagram-section .social-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;background:transparent;border:1px solid var(--button-border-color, #1a1a1a);border-radius:40px;font-size:13px;font-weight:500;color:var(--button-text-color, #1a1a1a);text-decoration:none;letter-spacing:.02em;text-transform:uppercase;font-family:var(--font-body-family);white-space:nowrap;flex-shrink:0;position:relative;overflow:hidden;z-index:1;transition:color .1s ease;min-width:140px;height:38px}.instagram-section .social-button-helper{position:absolute;z-index:1;width:100%;left:0;height:100%;top:0;border:0;border-radius:40px;clip-path:var(--clip);box-shadow:inset 0 0 0 1px var(--button-border-color, #1a1a1a)}.instagram-section .social-button:before{content:"";position:absolute;z-index:-1;background:var(--button-hover-bg, #6b6b6b);width:100%;height:100%;top:0;left:0;opacity:0;transform:translate(0);transition:transform .3s ease,opacity .3s ease;pointer-events:none}.instagram-section .social-button.from-top:before{opacity:1;transform:translateY(-101%);transition:none!important}.instagram-section .social-button.from-right:before{opacity:1;transform:translate(101%);transition:none!important}.instagram-section .social-button.from-bottom:before{opacity:1;transform:translateY(101%);transition:none!important}.instagram-section .social-button.from-left:before{opacity:1;transform:translate(-101%);transition:none!important}.instagram-section .social-button.hover-active:before{opacity:1;transform:translate(0)}.instagram-section .social-button.exit-top:before{opacity:1;transform:translateY(-101%)}.instagram-section .social-button.exit-right:before{opacity:1;transform:translate(101%)}.instagram-section .social-button.exit-bottom:before{opacity:1;transform:translateY(101%)}.instagram-section .social-button.exit-left:before{opacity:1;transform:translate(-101%)}.instagram-section .social-button.exit-complete:before{opacity:0!important;transition:none!important}.instagram-section .social-button.hover-active,.instagram-section .social-button:hover{color:var(--button-hover-text, #ffffff)!important}.instagram-section .social-button-text{position:relative;z-index:2}.instagram-section .slider-container{position:relative}.instagram-section .slider-wrapper{overflow:hidden;margin:0 60px}.instagram-section .slider-track{display:flex;transition:transform .5s cubic-bezier(.25,.46,.45,.94);gap:20px;will-change:transform}.instagram-section .slide{position:relative;min-width:280px;width:280px;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#f5f5f5;cursor:pointer;flex-shrink:0}.instagram-section .slide img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block;border-radius:12px}.instagram-section .slide-placeholder{width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0);background-size:200% 100%;animation:loading 1.5s ease-in-out infinite;border-radius:12px}.instagram-section .slide-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,var(--overlay-opacity, .6));display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:12px}.instagram-section .slide:hover .slide-overlay{opacity:1}.instagram-section .slide:hover img{transform:scale(var(--hover-scale, 1.05))}.instagram-section .view-instagram{display:flex;align-items:center;gap:8px;color:#fff;font-size:14px;font-weight:500;text-decoration:none;padding:12px 20px;border:1px solid rgba(255,255,255,.3);border-radius:8px;transition:all .3s ease;letter-spacing:.02em;text-transform:uppercase;font-family:var(--font-body-family);white-space:nowrap}.instagram-section .view-instagram:hover{background:#ffffff1a;border-color:#ffffff80}.instagram-section .instagram-icon-white{width:16px;height:16px;fill:#fff;flex-shrink:0}.instagram-section .nav-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:var(--arrow-background, #ffffff);border:1px solid var(--arrow-border-color, #d1d1d1);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:2;box-shadow:0 2px 12px #0000001a}.instagram-section .nav-arrow:hover{background:var(--arrow-hover-background, #1a1a1a);border-color:var(--arrow-hover-border, #1a1a1a);transform:translateY(-50%) scale(1.1)}.instagram-section .nav-arrow.prev{left:0}.instagram-section .nav-arrow.next{right:0}.instagram-section .nav-arrow svg{width:20px;height:20px;fill:var(--arrow-color, #1a1a1a);transition:fill .3s ease}.instagram-section .nav-arrow:hover svg{fill:var(--arrow-hover-color, #ffffff)}.instagram-section .nav-arrow:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (min-width: 768px){.instagram-section .slide{min-width:320px;width:320px}}@media (min-width: 1024px){.instagram-section .slide{min-width:360px;width:360px}}@media (max-width: 767px){.instagram-section .instagram-wrapper{margin:0 16px;padding:40px 0 30px;border-radius:16px}.instagram-section .section-header{flex-direction:column;align-items:center;text-align:center;gap:16px;padding:0 20px;margin-bottom:24px}.instagram-section .section-title{font-size:clamp(22px,5vw,32px);line-height:1.2}.instagram-section .slider-container{position:relative;overflow:visible}.instagram-section .slider-wrapper{margin:0 16px;padding:0;overflow:hidden}.instagram-section .slider-track{gap:12px;padding:0}.instagram-section .slide{min-width:calc(66.66% - 8px);width:calc(66.66% - 8px);border-radius:8px}.instagram-section .slide img{border-radius:8px}.instagram-section .nav-arrow{width:32px;height:32px;box-shadow:0 2px 8px #00000026;border-width:1px}.instagram-section .nav-arrow.prev{left:-8px}.instagram-section .nav-arrow.next{right:-8px}.instagram-section .nav-arrow svg{width:14px;height:14px}.instagram-section .social-button{min-width:130px;height:34px;font-size:11px;padding:6px 14px;border-radius:20px}.instagram-section .view-instagram{font-size:11px;padding:6px 10px;border-radius:6px}.instagram-section .instagram-icon-white{width:12px;height:12px}}@media (max-width: 480px){.instagram-section .instagram-wrapper{margin:0 12px;padding:32px 0 24px}.instagram-section .section-header{padding:0 16px;gap:14px;margin-bottom:20px}.instagram-section .slider-wrapper{margin:0 12px}.instagram-section .slide{min-width:calc(68% - 6px);width:calc(68% - 6px)}.instagram-section .nav-arrow{width:28px;height:28px}.instagram-section .nav-arrow.prev{left:-6px}.instagram-section .nav-arrow.next{right:-6px}.instagram-section .nav-arrow svg{width:12px;height:12px}.instagram-section .social-button{min-width:120px;height:32px;font-size:10px;padding:6px 12px}}
/*# sourceMappingURL=/cdn/shop/t/37/assets/instagram-slider.css.map */
