.shoppable-socials{background:#fff;padding:80px 40px;box-sizing:border-box;width:100%}.shoppable-socials__title{margin-bottom:40px}.social-bubbles{display:flex;gap:48px;justify-content:flex-start;flex-wrap:wrap}.social-bubble{display:flex;flex-direction:column;align-items:center;gap:14px;cursor:pointer}.social-bubble__btn{background:none;border:none;padding:0;cursor:pointer;display:block}.social-bubble__ring{width:180px;height:180px;border-radius:50%;background:linear-gradient(45deg,#ffdc00,#fa7e1e 30%,#d62976,#962fbf);padding:5px;transition:transform .3s ease}.social-bubble__btn:hover .social-bubble__ring{transform:scale(1.05)}.social-bubble__img-wrap{width:100%;height:100%;border-radius:50%;overflow:hidden;border:4px solid #fff;background:#ead8c8}.social-bubble__img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center top;image-rendering:-webkit-optimize-contrast}.social-bubble__placeholder{width:100%;height:100%;background:#ead8c8}.social-bubble__tag{font-size:13px;letter-spacing:.05em;color:#1c0a00;text-align:center}.social-follow-btn{margin-top:40px}@media(max-width:768px){.shoppable-socials{padding:40px 0;overflow:hidden}.shoppable-socials__title{padding:0 20px;margin-bottom:28px}.social-bubbles{display:grid;grid-template-columns:1fr 1fr;gap:20px 10px;padding:0 20px;box-sizing:border-box;width:100%;justify-items:center}.social-bubble:last-child:nth-child(odd){grid-column:1 / -1}.social-bubble{width:100%;align-items:center}.social-bubble__ring{width:clamp(90px,38vw,140px);height:clamp(90px,38vw,140px)}.social-bubble__tag{font-size:11px}.social-follow-btn{margin-top:24px;padding:0 20px}.social-follow-btn .btn{width:100%;text-align:center;display:block}}.social-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:none}.social-drawer.is-open{display:flex;align-items:center;justify-content:center}.social-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;cursor:pointer}.social-drawer__panel{position:relative;z-index:501;background:#fff;width:min(900px,92vw);max-height:90vh;overflow-y:auto;padding:48px;animation:sDrawerIn .3s ease}@keyframes sDrawerIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.social-drawer__close{position:absolute;top:20px;right:24px;font-size:18px;color:#888;background:none;border:none;cursor:pointer}.social-drawer__hashtag{font-family:Cormorant Garamond,Georgia,serif;font-size:28px;font-weight:400;letter-spacing:.04em;margin-bottom:32px;display:flex;align-items:baseline;gap:14px}.social-drawer__count{font-size:13px;color:#999}.social-drawer__body{display:grid;grid-template-columns:1fr 1.2fr auto;grid-template-rows:auto 1fr;grid-template-areas:"account image product" "post    image product";gap:16px 32px;align-items:start}.social-drawer__account-header{grid-area:account}.social-drawer__image{grid-area:image;position:relative;overflow:hidden}.social-drawer__product{grid-area:product;min-width:200px;max-width:240px}.social-drawer__post{grid-area:post;display:flex;flex-direction:column;gap:16px}.social-drawer__account{display:flex;align-items:center;gap:12px}.social-drawer__avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;background:linear-gradient(45deg,#ffdc00,#fa7e1e 30%,#d62976,#962fbf);padding:3px;flex-shrink:0}.social-drawer__avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;border:3px solid #fff;background:#fff}.social-drawer__avatar img.is-logo{object-fit:contain;padding:2px}.social-drawer__avatar-placeholder{width:100%;height:100%;background:#ead8c8;border-radius:50%}.social-drawer__handle{font-size:13px;font-weight:500}.social-drawer__caption{font-size:13px;line-height:1.7;color:#444}.social-drawer__cta{font-size:10px;padding:10px 20px;letter-spacing:.16em;margin-top:8px;display:inline-block}.social-drawer__image img{width:100%;max-height:500px;object-fit:cover;display:block}.social-drawer__img-placeholder{width:100%;height:400px;background:#ead8c8}.social-drawer__tag-dot{position:absolute;bottom:40%;left:50%;transform:translate(-50%,50%);width:32px;height:32px;border-radius:50%;background:#ffffffe6;border:1px solid rgba(0,0,0,.15);font-size:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026}.social-drawer__product-card{display:flex;flex-direction:row;align-items:center;gap:12px;border:1px solid #E0CFC4;padding:12px}.social-drawer__product-thumb{flex-shrink:0;width:80px;height:90px;display:block}.social-drawer__product-thumb img{width:100%;height:100%;object-fit:contain;background:#f9f5f3;display:block}.social-drawer__product-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.social-drawer__product-title{font-size:12px;line-height:1.4;color:#1c0a00;text-decoration:none;display:block}.social-drawer__product-price{font-size:13px;color:#7a6055}.social-drawer__product-cart{flex-shrink:0;width:44px;height:44px;background:#1c0a00;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .15s ease}.social-drawer__product-cart:hover{background:#3a1a0a}.social-drawer__product-cart.is-loading{opacity:.6;cursor:wait}.social-drawer__product-cart.is-added{background:#5a7a5a}@media(max-width:768px){.social-drawer__panel{padding:28px 20px}.social-drawer__body{grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:".";gap:20px}.social-drawer__account-header,.social-drawer__image,.social-drawer__product,.social-drawer__post{grid-area:auto;grid-column:auto;grid-row:auto}.social-drawer__account-header{order:1}.social-drawer__image{order:2}.social-drawer__product{order:3;max-width:100%}.social-drawer__post{order:4}.social-drawer__product-link{flex-direction:row;align-items:center}.social-drawer__product-link img{width:80px;height:90px;object-fit:contain;background:#f9f5f3}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/shoppable-socials.css.map */
