.section-instagram-feed{position:relative}.instagram-feed__container{width:100%}.instagram-feed__loading{display:grid;gap:var(--resource-list-column-gap, 16px)}.instagram-feed__item{position:relative;width:100%}.instagram-feed__item--placeholder .instagram-post-card__placeholder{background:linear-gradient(90deg,#f0f0f0,#f8f8f8,#f0f0f0);background-size:200% 100%;animation:instagram-skeleton 1.2s ease-in-out infinite;aspect-ratio:1;border-radius:12px}@keyframes instagram-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.instagram-post-card{display:block;position:relative;width:100%;overflow:hidden;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease;background:var(--color-background)}.instagram-post-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.instagram-post-card__media{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:var(--color-background-secondary)}[data-carousel-height=square][data-layout-type=carousel] .instagram-post-card__media,[data-carousel-height=square][data-layout-type=bento] .instagram-post-card__media{aspect-ratio:1}[data-carousel-height=portrait][data-layout-type=carousel] .instagram-post-card__media,[data-carousel-height=portrait][data-layout-type=bento] .instagram-post-card__media{aspect-ratio:4 / 5}[data-carousel-height=landscape][data-layout-type=carousel] .instagram-post-card__media,[data-carousel-height=landscape][data-layout-type=bento] .instagram-post-card__media{aspect-ratio:16 / 9}[data-carousel-height=custom][data-layout-type=carousel] .instagram-post-card__media,[data-carousel-height=custom][data-layout-type=bento] .instagram-post-card__media{aspect-ratio:100 / var(--carousel-custom-height, 100)}.instagram-post-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.instagram-post-card:hover .instagram-post-card__image{transform:scale(1.05)}.instagram-post-card__video-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:#000000b3;border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:2;transition:background .3s ease}.instagram-post-card:hover .instagram-post-card__video-indicator{background:#000000e6}.instagram-post-card__video-indicator svg{width:30px;height:30px;margin-left:3px}.instagram-post-card__carousel-indicator{position:absolute;top:12px;right:12px;width:32px;height:32px;background:#000000b3;border-radius:12px;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:2}.instagram-post-card__carousel-indicator svg{width:20px;height:20px}.instagram-post-card:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0%,transparent 70%,rgba(0,0,0,.3) 100%);opacity:0;transition:opacity .3s ease;pointer-events:none}.instagram-post-card:hover:after{opacity:1}.instagram-feed__footer{display:flex;justify-content:center;margin-top:40px;text-align:center}.instagram-feed__social-links{margin-top:40px;text-align:center}.instagram-feed__social-title{margin-bottom:20px;font-size:1.2rem;font-weight:600;color:var(--color-text)}.instagram-feed__social-icons{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap}.instagram-feed__social-icons .social-icon-link{transition:transform .2s ease,opacity .2s ease}.instagram-feed__social-icons .social-icon-link:hover{transform:translateY(-2px);opacity:.8}.instagram-feed__error,.instagram-feed__empty{padding:60px 20px;text-align:center;color:var(--color-text-secondary)}.instagram-feed__error p,.instagram-feed__empty p{margin:0;font-size:1.1rem}@media screen and (max-width:768px){.instagram-feed__item--placeholder .instagram-post-card__placeholder{aspect-ratio:1}.instagram-post-card__video-indicator{width:48px;height:48px}.instagram-post-card__video-indicator svg{width:24px;height:24px}.instagram-feed__footer{display:flex;justify-content:center;margin-top:30px}}@media screen and (max-width:480px){.instagram-feed__grid{grid-template-columns:repeat(2,1fr);gap:10px}}.instagram-feed__carousel{position:relative}.instagram-feed__carousel .resource-list__carousel{overflow:hidden}.instagram-feed__carousel .instagram-feed__item{flex:0 0 auto;width:calc(100% / var(--column-count, 4));padding-right:var(--resource-list-column-gap, 16px)}@media screen and (max-width:768px){.instagram-feed__carousel .instagram-feed__item{width:var(--mobile-card-size, 60cqw)}}@supports not (aspect-ratio: 1){.instagram-post-card__media{position:relative;padding-bottom:100%;height:0}[data-carousel-height=portrait][data-layout-type=carousel] .instagram-post-card__media,[data-carousel-height=portrait][data-layout-type=bento] .instagram-post-card__media{padding-bottom:125%}[data-carousel-height=landscape][data-layout-type=carousel] .instagram-post-card__media,[data-carousel-height=landscape][data-layout-type=bento] .instagram-post-card__media{padding-bottom:56.25%}[data-carousel-height=custom][data-layout-type=carousel] .instagram-post-card__media,[data-carousel-height=custom][data-layout-type=bento] .instagram-post-card__media{padding-bottom:calc(var(--carousel-custom-height, 100) * 1%)}.instagram-post-card__media>*{position:absolute;top:0;left:0;width:100%;height:100%}}.instagram-post-card__caption{position:absolute;bottom:0;left:0;right:0;padding:12px;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;font-size:.9rem;line-height:1.3;opacity:0;transition:opacity .3s ease;pointer-events:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.instagram-post-card:hover .instagram-post-card__caption{opacity:1}.instagram-icon{position:absolute;top:12px;right:12px;width:24px;height:24px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;z-index:3}.instagram-post-card:hover .instagram-icon{opacity:.9}.instagram-icon svg{width:18px;height:18px;fill:#e4405f}.section-instagram-feed .section-resource-list__content{margin-bottom:30px}.section-instagram-feed .section--full-width{padding-inline:20px}@media screen and (min-width:769px){.section-instagram-feed .section--full-width{padding-inline:40px}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/custom-instagram-feed.css.map */
