:root{--social-nav-width: clamp(40px, 8vw, 48px)}.social-feeds-section{width:100%}.social-feeds-section .flex-col-center{display:flex;flex-direction:column;align-items:center;justify-content:center}.social-feeds-section .content-wrapper{position:relative}.social-feeds-section .custom-section-text-content{max-width:500px}.social-feeds-section .card-list-wrapper{display:flex;flex-direction:column;gap:40px;align-items:flex-start;justify-content:center}.social-feeds-section .swiper{width:100%;height:100%;position:relative;max-width:500px;margin:0}.social-feeds-section .custom-swiper{display:flex;justify-content:center}.social-feeds-section .custom-swiper .swiper-slide{max-width:500px;min-height:fit-content;height:auto;display:flex;justify-content:center;aspect-ratio:initial;cursor:pointer}.social-feeds-section .custom-swiper .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.social-feeds-section .slide-media{position:relative;height:fit-content;display:flex;align-items:center;justify-content:center;width:100%}.social-feeds-section .slide-media .ig_icon{position:absolute;top:8px;right:8px;z-index:1;background:#ffffffb3;padding:8px}.social-feeds-section .slide-media .ig_icon .icon{width:16px;height:16px;display:flex;justify-content:center;align-items:center}.social-feeds-section .slide-media .img,.social-feeds-section .slide-media .video{width:100%;aspect-ratio:3 / 4}.social-feeds-section .slide-media .img img,.social-feeds-section .slide-media .video video{width:100%;height:100%;object-fit:cover;border-radius:8px;display:block}.social-feeds-section .section-main-btn button{padding:14px 27px}body.social-feeds-modal-open{overflow:hidden;touch-action:none}.social-feeds-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;pointer-events:none;visibility:hidden;opacity:0;transition:opacity .32s cubic-bezier(.22,1,.36,1),visibility 0s linear .32s}.social-feeds-modal.is-open{pointer-events:auto;visibility:visible;opacity:1;transition:opacity .32s cubic-bezier(.22,1,.36,1),visibility 0s linear 0s}.social-feeds-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;display:block!important;z-index:1}.social-feeds-modal .drawer-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:flex-end;justify-content:center;box-sizing:border-box;z-index:2;pointer-events:none}.social-feeds-modal__drawer{position:relative;left:auto;right:auto;top:auto;bottom:auto;width:100%;max-width:100%;max-height:100%;box-sizing:border-box;background:#fff;box-shadow:0 -12px 40px #363c4533;opacity:0;transform:translateY(16px);transition:opacity .32s cubic-bezier(.22,1,.36,1),transform .36s cubic-bezier(.22,1,.36,1);overflow-x:hidden;overflow-y:auto;pointer-events:auto;padding-top:56px;padding-bottom:56px}.social-feeds-modal.is-open .social-feeds-modal__drawer{opacity:1;transform:translateY(0)}.social-feeds-modal__close{position:absolute;top:8px;right:8px;padding:8px;width:clamp(36px,8vw,44px);aspect-ratio:1 / 1;border:none;background:#ebebec;color:#363c45;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;z-index:3}.social-feeds-modal__swiper-wrap{position:relative;display:flex;justify-content:center}.social-feeds-modal-swiper,.social-feeds-modal-swiper .swiper-wrapper,.social-feeds-modal-swiper .swiper-slide{height:auto}.social-feeds-modal__content{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0}.social-feeds-modal__media{width:100%;aspect-ratio:3 / 4;max-width:400px;overflow:hidden}.social-feeds-modal__media img,.social-feeds-modal__media video{width:100%;height:100%;object-fit:cover;border-radius:8px}.social-feeds-modal__nav{position:absolute;top:40%;aspect-ratio:1 / 1;width:clamp(40px,8vw,48px);border:none;background:#addedf;color:#363c45;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.social-feeds-modal__nav--prev{left:-8px}.social-feeds-modal__nav--next{right:-8px}.social-feeds-modal__text{display:flex;flex-direction:column;align-items:center;min-height:0;width:100%}.social-feeds-modal__text .text-content{box-sizing:border-box;width:100%;max-width:400px}.social-feeds-modal__account,.social-feeds-modal__description{margin:0;color:#363c45;box-sizing:border-box}.social-feeds-modal__account{font-size:15.75px;font-weight:700;line-height:1}.social-feeds-modal__description{line-height:1.3;overflow-wrap:break-word;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;box-sizing:border-box}.social-feeds-modal__ig-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 25px;border-radius:999px;text-decoration:none;width:fit-content;line-height:normal}.social-feeds-modal__ig-btn .icon{display:flex}@media screen and (max-width:375px){.social-feeds-modal__drawer{height:90%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.social-feeds-modal__description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;box-sizing:border-box}}@media screen and (min-width:600px){.social-feeds-section .swiper{max-width:100%}.social-feeds-modal .drawer-wrapper{align-items:center;padding:80px calc(12px + var(--social-nav-width) + 12px)}.social-feeds-modal__drawer{transform:none;transition:opacity .2s ease;height:auto;border-radius:16px;overflow:visible;padding:0}.social-feeds-modal-swiper .swiper-wrapper{align-items:flex-start}.social-feeds-modal__swiper-wrap{padding:16px}.social-feeds-modal.is-open .social-feeds-modal__drawer{transform:none}.social-feeds-modal__close{top:-64px;right:0}.social-feeds-modal__content{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;width:100%}.social-feeds-modal__media{flex:1;max-width:400px;min-width:300px}.social-feeds-modal__text{flex:1;max-width:400px}.social-feeds-modal__text .text-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;box-sizing:border-box}.social-feeds-modal__nav{top:50%;width:44px}.social-feeds-modal__nav--prev{left:-62px}.social-feeds-modal__nav--next{right:-62px}.social-feeds-modal__description{-webkit-line-clamp:5}}@media screen and (min-width:1024px){.social-feeds-section .custom-section-text-content,.card-list-wrapper{max-width:1400px}.social-feeds-modal__drawer{max-width:800px}.social-feeds-modal .drawer-wrapper{padding:80px calc(24px + var(--social-nav-width) + 24px)}}
/*# sourceMappingURL=/cdn/shop/t/424/assets/custom-social-feeds.css.map */
