.modulo-spo,.modulo-spo *{box-sizing:border-box}.modulo-spo{--clip-ar: 4 / 5;position:relative;background:var(--modulo-spo-bg, #F6F3EE);color:var(--modulo-spo-text, #141210);padding-block:var(--modulo-spo-pad-top, 76px) var(--modulo-spo-pad-bottom, 76px);font-family:inherit}.modulo-spo--width-boxed{max-width:1320px;margin-inline:auto;border-radius:var(--modulo-spo-outer-radius, 24px);overflow:hidden}.modulo-spo__container{max-width:1220px;margin-inline:auto;padding-inline:clamp(16px,4vw,48px)}.modulo-spo__container--wide{max-width:1440px}.modulo-spo__container--full{max-width:none}.modulo-spo__header{text-align:center;max-width:44rem;margin:0 auto 46px}.modulo-spo--align-left .modulo-spo__header{margin-inline:0;text-align:left}.modulo-spo__eyebrow{margin:0 0 12px;font-size:11.5px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--modulo-spo-muted, #6F6961)}.modulo-spo__heading{margin:0;font-size:clamp(26px,3.6vw,var(--modulo-spo-heading-size, 44px));line-height:1.06;letter-spacing:-.035em;font-weight:600;text-wrap:balance}.modulo-spo__heading strong,.modulo-spo__heading b{font-weight:inherit;color:var(--modulo-spo-accent, #2B4ACB)}.modulo-spo__sub{margin:16px auto 0;max-width:48ch;font-size:var(--modulo-spo-sub-size, 16px);line-height:1.6;color:var(--modulo-spo-muted, #6F6961);text-wrap:balance}.modulo-spo--align-left .modulo-spo__sub{margin-inline:0}.modulo-spo__stage{position:relative}.modulo-spo__grid{display:grid;grid-template-columns:repeat(var(--modulo-spo-cols, 3),1fr);gap:var(--modulo-spo-gap, 26px);list-style:none;margin:0;padding:0}.modulo-spo__cell{min-width:0}.modulo-spo--carousel .modulo-spo__grid{position:relative;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--modulo-spo-cols, 3) - 1) * var(--modulo-spo-gap, 26px)) / var(--modulo-spo-cols, 3));overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch}.modulo-spo--carousel .modulo-spo__grid::-webkit-scrollbar{display:none}.modulo-spo--carousel .modulo-spo__cell{scroll-snap-align:center}.modulo-spo__arrow{position:absolute;top:50%;translate:0 -50%;z-index:5;width:var(--modulo-spo-arrow-size, 46px);height:var(--modulo-spo-arrow-size, 46px);min-width:44px;min-height:44px;border:0;border-radius:999px;display:grid;place-items:center;cursor:pointer;color:var(--modulo-spo-arrow-ink, #141210);background:var(--modulo-spo-arrow-bg, #FFFFFF);box-shadow:0 0 0 1.5px color-mix(in srgb,var(--modulo-spo-arrow-ring, #000000) 26%,transparent),0 10px 26px -10px #14121073;transition:transform .2s ease}.modulo-spo__arrow:active{transform:scale(.93)}.modulo-spo__arrow:focus-visible{outline:3px solid var(--modulo-spo-accent, #2B4ACB);outline-offset:3px}.modulo-spo__arrow svg{width:19px;height:19px}.modulo-spo__arrow--prev{left:-14px}.modulo-spo__arrow--next{right:-14px}.modulo-spo__post{background:var(--modulo-spo-card, #FFFFFF);border:1px solid var(--modulo-spo-hair, #E7E2D9);border-radius:var(--modulo-spo-radius, 16px);overflow:hidden;display:flex;flex-direction:column;height:100%;box-shadow:0 1px 2px #1412100a,0 10px 30px -18px #14121038}.modulo-spo__top{display:flex;align-items:center;gap:10px;padding:12px 14px}.modulo-spo__avatar{width:34px;height:34px;border-radius:50%;flex:0 0 auto;overflow:hidden;display:block;background:var(--modulo-spo-accent, #2B4ACB);color:#fff;font-size:13px;font-weight:600;line-height:34px;text-align:center;letter-spacing:.02em}.modulo-spo__avatar img{width:100%;height:100%;object-fit:cover;display:block}.modulo-spo__who{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1 1 auto}.modulo-spo__handle{font-size:var(--modulo-spo-handle-size, 14px);font-weight:600;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modulo-spo__where{font-size:11.5px;color:var(--modulo-spo-muted, #6F6961);line-height:1.2}.modulo-spo__mark{width:20px;height:20px;flex:0 0 auto;display:block}.modulo-spo__mark svg{width:100%;height:100%;display:block}.modulo-spo__media{position:relative;aspect-ratio:var(--clip-ar);background:#2b2f36;display:block}.modulo-spo__img,.modulo-spo__video{width:100%;height:100%;object-fit:cover;display:block}.modulo-spo__video{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none}.modulo-spo__media.is-playing .modulo-spo__video{opacity:1;pointer-events:auto}.modulo-spo__media.is-playing .modulo-spo__play{opacity:0;pointer-events:none}.modulo-spo__embed{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.modulo-spo__play{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:54px;height:54px;min-width:44px;min-height:44px;border-radius:50%;border:0;cursor:pointer;display:grid;place-items:center;color:#fff;background:#10131a8a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:inset 0 0 0 1.5px #fff6,0 4px 18px -6px #00000080;transition:opacity .25s ease,transform .2s ease}.modulo-spo__play:hover{transform:scale(1.06)}.modulo-spo__play:focus-visible{outline:3px solid #fff;outline-offset:2px}.modulo-spo__play svg{width:42%;height:42%;display:block;translate:2px 0}.modulo-spo__lower{display:flex;flex-direction:column;margin-top:auto}.modulo-spo__acts{order:1}.modulo-spo__foot{order:2}.modulo-spo__acts{display:flex;align-items:center;gap:16px;padding:11px 14px 0;pointer-events:none}.modulo-spo__act{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--modulo-spo-text, #141210)}.modulo-spo__act svg{width:1.42em;height:1.42em;display:block}.modulo-spo__act--end{margin-left:auto}.modulo-spo__act--liked{color:var(--modulo-spo-like, #E0245E)}.modulo-spo__caption{margin:9px 14px 0;font-size:var(--modulo-spo-caption-size, 14px);line-height:1.45}.modulo-spo__caption b{font-weight:600}.modulo-spo__tag{color:var(--modulo-spo-accent, #2B4ACB);font-weight:500}.modulo-spo__sound{display:flex;align-items:center;gap:6px;margin:10px 14px 14px;font-size:11.5px;color:var(--modulo-spo-muted, #6F6961);overflow:hidden}.modulo-spo__sound svg{width:13px;height:13px;flex:0 0 auto}.modulo-spo__sound span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modulo-spo--reel{--clip-ar: 9 / 16}.modulo-spo--reel .modulo-spo__post{background:#15161a;border-color:transparent;position:relative}.modulo-spo--reel .modulo-spo__top,.modulo-spo--reel .modulo-spo__lower{position:absolute;z-index:3}.modulo-spo--reel .modulo-spo__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(to top,rgba(8,9,12,.82) 0%,rgba(8,9,12,.4) 30%,transparent 62%),linear-gradient(to bottom,rgba(8,9,12,.5) 0%,transparent 22%)}.modulo-spo--reel .modulo-spo__top{top:0;right:0;left:auto;padding:12px 12px 0;gap:0}.modulo-spo--reel .modulo-spo__who,.modulo-spo--reel .modulo-spo__top .modulo-spo__avatar{display:none}.modulo-spo--reel .modulo-spo__mark{width:24px;height:24px;filter:drop-shadow(0 1px 6px rgba(0,0,0,.5))}.modulo-spo--reel .modulo-spo__lower{inset:auto 0 0 0;flex-direction:row;align-items:flex-end;gap:6px;padding:0 4px 13px;margin-top:0}.modulo-spo--reel .modulo-spo__foot{order:1;flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:6px;padding-inline:10px}.modulo-spo--reel .modulo-spo__acts{order:2;flex:0 0 auto;flex-direction:column;align-items:center;gap:16px;padding:0 8px;color:#fff}.modulo-spo--reel .modulo-spo__act{flex-direction:column;gap:3px;color:#fff;font-size:11px;font-weight:600;filter:drop-shadow(0 1px 2px rgba(0,0,0,.92)) drop-shadow(0 2px 10px rgba(0,0,0,.55))}.modulo-spo--reel .modulo-spo__act--liked{color:var(--modulo-spo-like, #E0245E)}.modulo-spo--reel .modulo-spo__act svg{width:25px;height:25px}.modulo-spo--reel .modulo-spo__act--end{margin-left:0}.modulo-spo--reel .modulo-spo__caption{margin:0;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.5)}.modulo-spo--reel .modulo-spo__caption .modulo-spo__tag{color:#8fb0ff}.modulo-spo--reel .modulo-spo__sound{margin:0;color:#ffffffe6;text-shadow:0 1px 8px rgba(0,0,0,.5)}.modulo-spo__reelwho{display:none}.modulo-spo--reel .modulo-spo__reelwho{display:flex;align-items:center;gap:8px;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.5)}.modulo-spo--reel .modulo-spo__reelwho .modulo-spo__avatar{display:block;width:28px;height:28px;line-height:28px;font-size:11px;box-shadow:0 0 0 1.5px #ffffffd9}.modulo-spo--reel .modulo-spo__reelwho .modulo-spo__handle{color:#fff}@media(max-width:860px){.modulo-spo{--modulo-spo-cols: 2}.modulo-spo__header{margin-bottom:34px}.modulo-spo__arrow{display:none}}@media(max-width:560px){.modulo-spo__grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:78%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;margin-inline:-20px;padding-inline:20px}.modulo-spo__grid::-webkit-scrollbar{display:none}.modulo-spo__cell{scroll-snap-align:center}}@media(prefers-reduced-motion:reduce){.modulo-spo__arrow,.modulo-spo__play{transition:none!important}.modulo-spo__grid{scroll-behavior:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/modulo-section-social-post.css.map */
