@-webkit-keyframes loader{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loader{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.social-feed-section .twitter-tweet{margin:0 auto}.social-feed-section span[data-pin-href]{margin:0 auto;display:block}.social-feed-section .insta-theme--light #instafeed-error,.social-feed-section .insta-theme--light a,.social-feed-section .insta-theme--light p,.social-feed-section .insta-theme--light span,.social-feed-section .insta-theme--light svg{color:#262626}.social-feed-section .insta-theme--light a:hover{color:#262626}.social-feed-section .insta-theme--light .insta-post-overlay{background:#262626cc}.social-feed-section .insta-theme--light .insta-post-overlay .insta-post-content,.social-feed-section .insta-theme--light .insta-post-overlay svg{color:#dadada}.social-feed-section .insta-theme--dark #instafeed-error,.social-feed-section .insta-theme--dark a,.social-feed-section .insta-theme--dark p,.social-feed-section .insta-theme--dark span,.social-feed-section .insta-theme--dark svg{color:#dadada}.social-feed-section .insta-theme--dark a:hover{color:#dadada}.social-feed-section .insta-theme--dark #instafeed,.social-feed-section .insta-theme--dark #instafeed-header{background:#262626}.social-feed-section .insta-theme--dark .insta-post-overlay{background:#dadadacc}.social-feed-section .insta-theme--dark .insta-post-overlay .insta-post-content,.social-feed-section .insta-theme--dark .insta-post-overlay svg{color:#262626}.social-feed-section #instafeed-header{padding:20px;visibility:hidden;opacity:0}.social-feed-section #instafeed-header.instafeed-header-loaded{visibility:visible;opacity:1}.social-feed-section #instafeed-header .instafeed-profile{width:auto}.social-feed-section #instafeed-header .instafeed-profile img{position:relative;height:150px;width:150px;min-width:150px;min-height:150px;background-color:rgba(var(--b3f,250,250,250),1);border-radius:50%;margin:0;overflow:hidden}@media only screen and (max-width:499px){.social-feed-section #instafeed-header .instafeed-profile img{height:77px;width:77px;min-width:77px;min-height:77px}}.social-feed-section #instafeed-header .instafeed-profile .instafeed-info{text-align:left;margin:10px 20px}.social-feed-section #instafeed-header .instafeed-profile .instafeed-info div,.social-feed-section #instafeed-header .instafeed-profile .instafeed-info span{display:inline;font-weight:600;font-size:16px;margin-bottom:10px;line-height:24px;word-wrap:break-word}.social-feed-section #instafeed-header .instafeed-profile .instafeed-info .instafeed-bio{white-space:pre-wrap}.social-feed-section #instafeed-header .instafeed-profile .instafeed-info .instafeed-bio,.social-feed-section #instafeed-header .instafeed-profile .instafeed-info .instafeed-followers-label,.social-feed-section #instafeed-header .instafeed-profile .instafeed-info .instafeed-follows-label,.social-feed-section #instafeed-header .instafeed-profile .instafeed-info .instafeed-posts-label{font-weight:400}.social-feed-section #instafeed-header .instafeed-profile .instafeed-info .instafeed-followers-label,.social-feed-section #instafeed-header .instafeed-profile .instafeed-info .instafeed-posts-label{margin-right:12px}.social-feed-section #instafeed-header .instafeed-profile .instafeed-username{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;font-size:28px;line-height:32px;margin:-5px 0 10px;font-weight:300}.social-feed-section #instafeed-header .instafeed-profile .instafeed-username:hover{text-decoration:underline!important}@media only screen and (max-width:779px){.social-feed-section #instafeed-header .instafeed-profile .instafeed-info{text-align:center}}.social-feed-section .insta-post-link{cursor:pointer;position:relative;display:block}.social-feed-section #instafeed{position:relative;min-height:50px;border:1px solid #dadada}.social-feed-section #instafeed svg{width:16px;height:16px;fill:currentColor;display:block}@media only screen and (max-width:779px){.social-feed-section #instafeed svg{width:18px;height:18px}}.social-feed-section #instafeed .instafeed-loadmore{width:100%;margin:10px 0;text-align:center}.social-feed-section #instafeed .loader{display:block;position:absolute;top:50%;left:50%;border-radius:50%;border-style:solid;border-top-color:transparent;-webkit-animation:loader 1s infinite linear;animation:loader 1s infinite linear;width:32px;height:32px;margin:-16px 0 0 -16px;border-width:2px;z-index:1;color:#0003}.social-feed-section #instafeed .insta-post-share:hover:not(.insta-post-caption-wrapper),.social-feed-section #instafeed a:hover:not(.insta-post-caption-wrapper){text-decoration:underline}.social-feed-section #instafeed .insta-post-image-wrapper{padding-top:100%;position:relative;overflow:hidden}.social-feed-section #instafeed .insta-post-image-wrapper img,.social-feed-section #instafeed .insta-post-image-wrapper video{position:absolute;margin:0;width:auto;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:100%;width:100%;min-width:100%;max-width:inherit;-o-object-fit:cover;object-fit:cover}.social-feed-section #instafeed .instafeed-tile .insta-post-overlay{position:absolute;z-index:2;top:-1px;right:-1px;bottom:-1px;left:-1px;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:opacity .3s,visibility .3s;-o-transition:opacity .3s,visibility .3s;transition:opacity .3s,visibility .3s;text-align:center;overflow:hidden;padding:.6em;color:#fff;background:#000c;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.social-feed-section #instafeed .instafeed-tile .insta-post-overlay .insta-post-content{-webkit-transform:translateY(10%);-ms-transform:translateY(10%);transform:translateY(10%);width:80%;max-height:80%;margin:0 auto;position:relative;overflow:hidden;-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease;color:#fff}.social-feed-section #instafeed .instafeed-tile .insta-post-overlay .insta-post-comments-count,.social-feed-section #instafeed .instafeed-tile .insta-post-overlay .insta-post-likes-count{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:70px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:499px){.social-feed-section #instafeed .instafeed-tile .insta-post-overlay .insta-post-comments-count,.social-feed-section #instafeed .instafeed-tile .insta-post-overlay .insta-post-likes-count{min-width:unset}}.social-feed-section #instafeed .instafeed-tile .insta-post-overlay .insta-post-comments-count svg,.social-feed-section #instafeed .instafeed-tile .insta-post-overlay .insta-post-likes-count svg{color:#fff}.social-feed-section #instafeed .instafeed-tile .insta-post-overlay .insta-post-comments-count-label,.social-feed-section #instafeed .instafeed-tile .insta-post-overlay .insta-post-likes-count-label{font-size:16px;margin-left:6px;color:#fff}.social-feed-section #instafeed .instafeed-tile .insta-post-overlay .insta-post-likes-count+.insta-post-comments-count{margin-left:20px}.social-feed-section #instafeed .instafeed-tile .insta-post-overlay .insta-post-counter+.insta-post-text{margin-top:12%}.social-feed-section #instafeed .instafeed-tile:hover a{text-decoration:underline!important}.social-feed-section #instafeed .instafeed-tile:hover .insta-post-overlay{opacity:1;visibility:visible;pointer-events:all}.social-feed-section #instafeed .instafeed-tile:hover .insta-post-overlay .insta-post-content{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.social-feed-section #instafeed .instafeed-classic{border:1px solid #eee;border-width:0 1px 1px 0}.social-feed-section #instafeed .instafeed-classic.lu--one-half:nth-child(2n){border-right-width:0}.social-feed-section #instafeed .instafeed-classic.lu--one-third:nth-child(3n){border-right-width:0}.social-feed-section #instafeed .instafeed-classic.lu--one-quarter:nth-child(4n){border-right-width:0}.social-feed-section #instafeed .instafeed-classic.lu--one-fifth:nth-child(5n){border-right-width:0}.social-feed-section #instafeed .instafeed-classic.lu--one-sixth:nth-child(6n){border-right-width:0}.social-feed-section #instafeed .instafeed-classic .insta-post-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;height:60px}.social-feed-section #instafeed .instafeed-classic .insta-post-header .insta-post-link{display:block;width:24px;height:24px;margin-left:auto;padding:12px 12px 12px 0;-webkit-box-sizing:content-box;box-sizing:content-box}.social-feed-section #instafeed .instafeed-classic .insta-post-user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.social-feed-section #instafeed .instafeed-classic .insta-post-user .insta-post-username-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.social-feed-section #instafeed .instafeed-classic .insta-post-user .insta-post-username{display:block;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600}.social-feed-section #instafeed .instafeed-classic .insta-post-user .insta-post-date{text-transform:uppercase;font-size:10px;opacity:.6;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.social-feed-section #instafeed .instafeed-classic .insta-post-content{padding:0 12px 12px}.social-feed-section #instafeed .instafeed-classic .insta-post-caption{position:relative;overflow:hidden;text-decoration:none!important;font-size:14px;display:inline-block;max-height:100px;max-width:100%;width:auto}@media only screen and (max-width:779px){.social-feed-section #instafeed .instafeed-classic .insta-post-caption{font-size:12px}}.social-feed-section #instafeed .instafeed-classic .insta-post-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;padding:12px;line-height:1;position:relative}.social-feed-section #instafeed .instafeed-classic .insta-post-counters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.social-feed-section #instafeed .instafeed-classic .insta-post-comments-count,.social-feed-section #instafeed .instafeed-classic .insta-post-likes-count{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.social-feed-section #instafeed .instafeed-classic .insta-post-likes-count{margin-right:12px}.social-feed-section #instafeed .instafeed-classic .insta-post-comments-count-label,.social-feed-section #instafeed .instafeed-classic .insta-post-likes-count-label,.social-feed-section #instafeed .instafeed-classic .insta-post-share-label{margin-left:6px;font-size:14px}@media only screen and (max-width:779px){.social-feed-section #instafeed .instafeed-classic .insta-post-comments-count-label,.social-feed-section #instafeed .instafeed-classic .insta-post-likes-count-label,.social-feed-section #instafeed .instafeed-classic .insta-post-share-label{font-size:12px}}.social-feed-section #instafeed .instafeed-classic .insta-post-share{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;margin-left:auto}.social-feed-section #instafeed .instafeed-classic .insta-post-share .insta-post-share-label,.social-feed-section #instafeed .instafeed-classic .insta-post-share svg{pointer-events:none}.social-feed-section #instafeed .instafeed-classic .insta-post-share .insta-post-share-popover{opacity:0;visibility:hidden}.social-feed-section #instafeed .instafeed-classic .insta-post-share .insta-post-share-popover.insta-post-share-popover-open{opacity:1;visibility:visible}.social-feed-section #instafeed .instafeed-classic .insta-post-share .insta-post-share-popover .insta-post-share-popover-content{position:absolute;bottom:100%;right:0;padding-bottom:11px;width:192px;z-index:6;width:162px}.social-feed-section #instafeed .instafeed-classic .insta-post-share .insta-post-share-popover .insta-post-share-popover-content-inner{position:relative;background:#2f353a;border-radius:4px;-webkit-box-shadow:0 4px 16px rgba(0,0,0,.2);box-shadow:0 4px 16px #0003}.social-feed-section #instafeed .instafeed-classic .insta-post-share .insta-post-share-popover .insta-post-share-popover-content-inner:before{content:"";background:#2f353a;position:absolute;bottom:-5px;width:10px;height:10px;-webkit-transform:rotateZ(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);right:40px;left:auto;margin-left:auto}.social-feed-section #instafeed .instafeed-classic .insta-post-share .insta-post-share-popover .insta-post-share-popover-content-inner:hover:before{background:#42474c}.social-feed-section #instafeed .instafeed-classic .insta-post-share .insta-post-share-popover .insta-post-share-popover-content-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#17191a;font-size:13px;font-weight:400;line-height:1;border-top:1px solid #e5e6e7;padding:12px 0;cursor:pointer;-webkit-transition:all .2s ease;-o-transition:all .2s ease;position:relative;text-align:left;color:#fff;border-top:1px solid #42474c;transition:all .2s ease}.social-feed-section #instafeed .instafeed-classic .insta-post-share .insta-post-share-popover .insta-post-share-popover-content-item:first-child{border:none}.social-feed-section #instafeed .instafeed-classic .insta-post-share .insta-post-share-popover .insta-post-share-popover-content-item:hover{background:#42474c;text-decoration:none}.social-feed-section #instafeed .instafeed-classic .insta-post-share .insta-post-share-popover .insta-post-share-popover-content-item .insta-post-share-popover-content-icon{height:100%;width:12px;float:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:12px}.social-feed-section #instafeed .instafeed-classic .insta-post-share .insta-post-share-popover .insta-post-share-popover-content-item .insta-post-share-popover-content-icon img{width:100%;height:100%}.social-feed-section #instafeed .instafeed-classic .insta-post-share .insta-post-share-popover .insta-post-share-popover-content-item .insta-post-share-popover-content-title{display:inline-block;margin-left:12px}.social-feed-section #instafeed video{cursor:pointer}.social-feed-section #instafeed .insta-icon-carousel,.social-feed-section #instafeed .insta-icon-video{position:absolute;z-index:2;top:.6em;right:.6em;width:24px;height:24px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.social-feed-section #instafeed .insta-icon-carousel svg,.social-feed-section #instafeed .insta-icon-video svg{color:#fffc}.social-feed-section .gutters--fine video{padding:1px 0}
/*# sourceMappingURL=/cdn/shop/t/37/assets/s__social-feed.css.map */
