.ld-post-item__inner{border-radius:4px;overflow:hidden;position:relative;height:100%;color:#fff;width:100%}@media (max-width: 767px){.ld-post-item__inner{border-radius:0}}.ld-post-item__image-wrapper{position:relative;background-color:#f0f0f0;background-size:cover;background-position:center;background-repeat:no-repeat}.ld-post-item__image-wrapper.aspect-square{padding-top:100%}.ld-post-item__image-wrapper.aspect-portrait{padding-top:133.33%}.ld-post-item__image-wrapper:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100%;background:linear-gradient(180deg,#000c,#0000 20% 80%,#000c);z-index:1}.ld-post-item__image-wrapper.placeholder{background-color:#f0f0f0}.ld-post-item__image-wrapper.placeholder .placeholder-svg-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.ld-post-item__image-wrapper.placeholder .placeholder-svg-wrapper .placeholder-svg{width:60%;height:60%;color:#999}.ld-post-item__image-wrapper .ld-post-item__edit-button{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:10;cursor:pointer;transition:all .2s ease}.ld-post-item__image-wrapper .ld-post-item__edit-button:hover{background-color:#26cfcfcc;transform:scale(1.1)}.ld-post-item__rank-badge-bg{position:absolute;top:-30px;right:-30px;background:linear-gradient(#fd503a,#f2b03e);color:#fff;width:104px;height:104px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;z-index:2}@media (max-width: 767px){.ld-post-item__rank-badge-bg{top:-24px;right:-24px;width:84px;height:84px}}.ld-post-item__rank-badge-bg.small{top:-24px;right:-24px;width:84px;height:84px}.ld-post-item__rank-badge-bg.rank-1{background:linear-gradient(#fd503a,#f2b03e)}.ld-post-item__rank-badge-bg.rank-2{background:linear-gradient(#33e4ff,#2d85f0)}.ld-post-item__rank-badge-bg.rank-3{background:linear-gradient(#0dd,#26cfcf)}.ld-post-item__rank-badge-bg.rank-4,.ld-post-item__rank-badge-bg.rank-5{background:linear-gradient(#262828,#262828)}.ld-post-item__rank-badge-text{position:absolute;top:-20px;right:-20px;z-index:3;background-color:transparent;color:#fff;width:104px;height:104px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:25px;font-style:italic}@media (max-width: 767px){.ld-post-item__rank-badge-text{top:-16px;right:-16px;width:84px;height:84px;font-size:20px}}.ld-post-item__rank-badge-text.small{top:-16px;right:-16px;width:84px;height:84px;font-size:20px}.ld-post-item__user-info{position:absolute;top:10px;left:10px;font-size:14px;line-height:20px;font-weight:500;z-index:2}.ld-post-item__details{position:absolute;bottom:0;left:0;right:0;padding:10px;z-index:2;display:grid;grid-template-areas:"products likes";grid-template-columns:1fr auto;align-items:center;transition:all .3s ease}@media (max-width: 767px){.ld-post-item__details{grid-template-areas:"products products" "content likes"}}.ld-post-item__details.show-content{grid-template-areas:"products products" "content likes"}.ld-post-item__products{grid-area:products;display:flex;align-items:center;gap:10px;transform:translateY(40px)}@media (min-width: 767px){.ld-post-item__products{transform:translateY(10px)}}@media (min-width: 767px){.ld-post-item__products.show-content{transform:translateY(0)}}.ld-post-item__products .product-image{width:26px;height:26px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:1px solid rgba(255,255,255,.3)}.ld-post-item__products-images{display:flex;align-items:center}.ld-post-item__products-images img:nth-child(1){border:1px solid rgba(0,0,0,.5);margin-left:0}.ld-post-item__products-images img:nth-child(2){border:1px solid rgba(0,0,0,.5);margin-left:-5px}.ld-post-item__products-images img:nth-child(3){border:1px solid rgba(0,0,0,.5);margin-left:-5px}.ld-post-item__products-images img:nth-child(4){border:1px solid rgba(0,0,0,.5);margin-left:-5px}.ld-post-item__products-images img:nth-child(5){border:1px solid rgba(0,0,0,.5);margin-left:-5px}.ld-post-item__likes{grid-area:likes;display:flex;align-items:center;flex-direction:column}.ld-post-item__content{grid-area:content;display:none}@media (min-width: 768px){.show-content .ld-post-item__content{display:block}}.ld-post-item__content-text{font-size:14px;margin-top:5px;opacity:.9;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:42px;line-height:1.5;display:none}@media (min-width: 768px){.show-content .ld-post-item__content-text{display:-webkit-box}}.ld-post-item__products-count{font-size:13px;line-height:16px}.ld-post-item__products,.ld-post-item__likes{font-size:14px}.ld-post-item__products svg,.ld-post-item__likes svg{width:18px;height:18px;vertical-align:middle}.ld-post-list-section{background:#fff}.ld-post-list-section .ld-post-list-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}@media (max-width: 768px){.ld-post-list-section .ld-post-list-header{flex-direction:column;gap:20px;align-items:flex-start}}.ld-post-list-section .ld-post-list-title{font-size:24px;font-weight:600;line-height:32px;color:#222;margin:0}.ld-post-list-section .ld-upload-btn{background:#26cfcf;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:600;width:240px;height:48px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;flex-direction:row}.ld-post-list-section .ld-upload-btn:hover{transform:translateY(-2px);background:#26cfcf}.ld-post-list-section .ld-post-list-container{position:relative}.ld-post-list-section .ld-post-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:8px}@media (max-width: 480px){.ld-post-list-section .ld-post-grid{grid-template-columns:1fr;gap:8px}}.ld-post-list-section .ld-loading-spinner{display:flex;justify-content:center;align-items:center;padding:40px}.ld-post-list-section .ld-loading-spinner .spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #26CFCF;border-radius:50%;animation:spin 1s linear infinite}.ld-post-list-section .ld-loading-more-spinner{display:flex;justify-content:center;align-items:center;padding:20px;height:60px;flex-direction:column;gap:10px}.ld-post-list-section .ld-loading-more-spinner .spinner{width:30px;height:30px;border:3px solid #f3f3f3;border-top:3px solid #26CFCF;border-radius:50%;animation:spin 1s linear infinite}.ld-post-list-section .ld-loading-more-spinner .ld-auto-loading-text{font-size:14px;color:#666;margin-top:5px;animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ld-post-list-section .ld-load-more-container{display:flex;justify-content:center;margin-top:40px;flex-direction:column;align-items:center;gap:15px}.ld-post-list-section .ld-load-more-container .ld-end-message{font-size:14px;color:#666;padding:10px 20px;border-radius:8px;background-color:#f5f5f5;text-align:center}.ld-post-list-section .ld-load-more-btn{background:transparent;color:#333;border:2px solid #ddd;border-radius:8px;padding:12px 32px;min-width:160px;height:48px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.ld-post-list-section .ld-load-more-btn:hover{border-color:#26cfcf;color:#26cfcf}.ld-post-list-section .ld-load-more-btn:disabled{opacity:.7;cursor:not-allowed;border-color:#ddd;color:#999}.ld-post-item-wrapper{-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:16px}@media (max-width: 767px){.ld-post-item-wrapper{margin-bottom:4px}}.ld-post-item{position:relative;background:#fff;border-radius:4px;overflow:hidden;transition:all .3s ease;cursor:pointer}@media (min-width: 768px){.ld-post-item .ld-post-item__details{grid-template-areas:"products likes";grid-template-columns:1fr auto;grid-template-rows:auto}.ld-post-item .ld-post-item__details .ld-post-item__content{display:none}.ld-post-item .ld-post-item__details.show-content{grid-template-areas:"products products" "content likes";grid-template-rows:auto auto}.ld-post-item .ld-post-item__details.show-content .ld-post-item__content{display:block}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/65/assets/ld_post_list.dev.css.map */
