.store-preview{height:100%;overflow-y:auto;border-radius:25px;width:100%}.preview-container{max-width:500px;background:white;border-radius:25px 25px 0 0;padding:2rem 2rem 0;min-height:600px;box-shadow:0 3px 20px rgba(149,149,149,.042);display:flex;flex-direction:column;justify-content:space-between}.preview-profile{text-align:center;position:relative;z-index:1}.preview-banner+.preview-profile{margin-top:-75px}.store-name{font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.profile-image{width:130px;height:130px;border-radius:50%;margin:0 auto 1rem;-o-object-fit:cover;object-fit:cover;box-shadow:0 3px 20px rgba(149,149,149,.123);border:4px solid white}.profile-name{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.profile-description{color:#666;font-size:.875rem;margin-bottom:1.5rem}.preview-social{gap:1rem;margin-bottom:2rem}.preview-social,.social-icon{display:flex;justify-content:center}.social-icon{width:40px;height:40px;border-radius:10px;background:#f8f8f8;align-items:center;transition:transform .2s}.social-icon:hover{transform:scale(1.05)}.preview-highlight{margin-bottom:2rem}.highlight-media{width:100%;border-radius:12px;margin-bottom:1rem;box-shadow:0 3px 20px rgba(149,149,149,.123);border:1px solid #a5a8ba42}.highlight-description{font-size:.875rem;color:#666;text-align:center}.preview-buttons{display:flex;flex-direction:column;gap:.75rem;color:white}.preview-button{border-radius:.5rem;color:#50BFAA;background:#daffe7}.normal-button,.preview-button{padding:.75rem;text-align:center;font-weight:500;transition:opacity .2s;text-decoration:none}.normal-button{display:flex;align-items:center;justify-content:center;border-radius:10px;font-size:15px;background:#ffffff;border:1px solid #737a9434;transition:background .2s}.normal-button:hover{background:#e4e6ec22}.normal-button.highlight{position:relative;overflow:hidden;padding:.7rem 1.2rem;border:1px solid #33d16d00;border-radius:10px;font-weight:500;font-size:16px;box-shadow:0 3px 20px rgba(149,149,149,.123);transition:background-color .2s;background-color:var(--highlight-btn-bg,#50BFAA);color:var(--highlight-btn-text,#ffffff)}.normal-button.highlight:hover{background-color:var(--highlight-btn-bg-hover,#EE5367)}.normal-button.highlight:before{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent 0,rgba(255,255,255,.57) 50%,transparent);transform:skewX(-25deg);animation:shine 3s ease-in-out infinite}.styled-button{transition:background-color .2s;background-color:var(--styled-btn-bg,#50BFAA);color:var(--styled-btn-text,#ffffff);border-color:var(--styled-btn-border,#ffffff);border-radius:var(--styled-btn-border-radius,10px);border-width:var(--styled-btn-border-width,1px);border-style:solid;box-shadow:var(--styled-btn-shadow-offset-x,0) var(--styled-btn-shadow-offset-y,0) var(--styled-btn-shadow-blur,0) var(--styled-btn-shadow-color,transparent)}.styled-button:hover{background-color:var(--styled-btn-bg-hover,#EE5367);color:var(--styled-btn-text-hover,#ffffff);border-color:var(--styled-btn-border-hover,#ffffff)}@keyframes shine{0%{left:-100%;opacity:0}10%{opacity:.5}50%{opacity:.7}90%{opacity:.5}to{left:200%;opacity:0}}.video-container{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;margin-bottom:1rem;border-radius:12px}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;box-shadow:0 3px 20px rgba(149,149,149,.123);border:1px solid #a5a8ba42}.made-with{display:flex;justify-content:center;align-items:center;margin-top:3rem;margin-bottom:1rem}.made-with-text{font-size:.8rem;opacity:.9}.made-with a{display:flex;align-items:center;gap:.5rem;opacity:.8;transition:opacity .2s ease;text-decoration:none}.made-with a:hover{opacity:1}.made-with img{width:70px;height:auto}.preview-banner{position:relative;margin:-2rem -2rem 0;height:150px;overflow:hidden;border-radius:0 0 20px 20px;width:calc(100% + 4rem)}.banner-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.button-content{gap:.5rem}.button-content,.button-icon{display:flex;align-items:center;justify-content:center}.button-icon.icon-left{order:-1}.button-icon.icon-right{order:1}.preview-trendyol-collections{margin:0 0 1rem;text-align:center}.trendyol-collections-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#2b404d}.trendyol-collections-grid{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;justify-content:center}.trendyol-collection-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;transition:transform .2s ease;background:white;border-radius:12px;padding:1rem;box-shadow:0 2px 8px rgba(0,0,0,.1);border:1px solid #e9ecef;flex:0 0 calc(50% - 0.5rem);max-width:200px}.trendyol-collection-item:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.15)}.collection-image-container{width:100%;height:120px;border-radius:8px;overflow:hidden;margin-bottom:.75rem;background:#f8f9fa}.collection-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .2s ease}.trendyol-collection-item:hover .collection-image{transform:scale(1.05)}.collection-title{font-size:.9rem;font-weight:500;color:#2b404d;text-align:center;line-height:1.3;margin:0}.preview-instagram-posts{margin:2rem 0;text-align:center}.instagram-posts-header{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;transition:all .3s ease;border-radius:8px}.instagram-posts-header:hover{background:#e9ecef;transform:translateY(-1px)}.instagram-profile-picture{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #e9ecef}.instagram-account-info{display:flex;flex-direction:column;align-items:flex-start}.instagram-username{font-size:1rem;font-weight:600;color:#2b404d;margin-bottom:.25rem}.instagram-follow-text{font-size:.875rem;color:#6c757d;font-weight:400}.instagram-posts-grid{display:flex;flex-direction:column;gap:0}.posts-row{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.instagram-post-item{position:relative;background:white;overflow:hidden;transition:all .3s ease}.instagram-post-item:hover{transform:scale(1.02);z-index:1}.post-image{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden}.post-thumbnail{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:1/1}.post-media-type-icon{position:absolute;top:8px;right:8px;background:rgba(0,0,0,.6);border-radius:4px;padding:4px;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(4px)}@media (max-width:768px){.trendyol-collections-grid{gap:.75rem}.trendyol-collection-item{flex:0 0 calc(50% - 0.375rem);max-width:180px}.trendyol-collections-title{font-size:1.3rem;margin-bottom:1rem}.collection-image-container{height:100px}.collection-title{font-size:.85rem}}@media (max-width:480px){.trendyol-collections-grid{gap:.5rem}.trendyol-collection-item{flex:0 0 calc(50% - 0.25rem);max-width:160px;padding:.75rem}.collection-image-container{height:80px}.collection-title{font-size:.8rem}}@media (max-width:768px){.posts-row{grid-template-columns:repeat(3,1fr);gap:0}.instagram-posts-header{padding:.75rem}.instagram-profile-picture{width:35px;height:35px}.instagram-username{font-size:.9rem}.instagram-follow-text{font-size:.8rem}}@media (max-width:480px){.posts-row{grid-template-columns:repeat(3,1fr);gap:0}.instagram-posts-header{padding:.5rem;gap:.5rem}.instagram-profile-picture{width:30px;height:30px}.instagram-username{font-size:.85rem}.instagram-follow-text{font-size:.75rem}}.tiktok-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);z-index:9999;backdrop-filter:blur(5px)}.tiktok-modal,.tiktok-modal-overlay{display:flex;align-items:center;justify-content:center}.tiktok-modal{position:relative;background:white;border-radius:0;padding:2rem;width:100%;height:100%;text-align:center;flex-direction:column;animation:modalSlideIn .3s ease-out}.tiktok-modal-close{position:absolute;top:15px;right:15px;background:none;border:none;font-size:24px;color:#666;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.tiktok-modal-close:hover{background:#f0f0f0;color:#333}.tiktok-modal-content{display:flex;flex-direction:column;align-items:center;gap:2rem;padding-top:0}.tiktok-round-button{display:flex;align-items:center;justify-content:center;width:200px;height:200px;border-radius:50%;background:linear-gradient(135deg,#ff0050,#ff4081);color:white;text-decoration:none;font-weight:600;font-size:16px;text-align:center;box-shadow:0 10px 30px rgba(255,0,80,.3);transition:all .3s ease;position:relative;overflow:hidden}.tiktok-round-button:hover{transform:scale(1.05);box-shadow:0 15px 40px rgba(255,0,80,.4)}.tiktok-round-button:active{transform:scale(.95)}.tiktok-logos-container{gap:2rem;margin-bottom:2rem;position:relative;z-index:2}.tiktok-logo-container,.tiktok-logos-container,.tiktok-trendyol-container{display:flex;align-items:center;justify-content:center}.tiktok-logo,.tiktok-trendyol-logo{transition:all .3s ease}.tiktok-transition-arrow{color:#333;animation:arrowPulse 2s ease-in-out infinite;display:flex;align-items:center;justify-content:center}.tiktok-instruction-text{text-align:center;margin-bottom:1.5rem;max-width:300px}.tiktok-instruction-text p{color:#333;font-size:16px;font-weight:500;line-height:1.4;margin:0;padding:0 1rem}.tiktok-button-text{position:relative;z-index:2;line-height:1.3;padding:0 1rem}.tiktok-round-button:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.2),rgba(255,255,255,.1));border-radius:50%;z-index:1}.tiktok-inapp-button{display:inline-block;padding:12px 24px;background:#f8f9fa;color:#333;text-decoration:none;border-radius:25px;font-weight:500;font-size:14px;border:2px solid #e9ecef;transition:all .3s ease;min-width:180px}.tiktok-inapp-button:hover{background:#e9ecef;border-color:#dee2e6;transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.1)}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.8) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes arrowPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@media (max-width:480px){.tiktok-modal{padding:1.5rem}.tiktok-round-button{width:160px;height:160px;font-size:14px}.tiktok-logos-container{gap:1.5rem;margin-bottom:1.5rem}.tiktok-transition-arrow svg{width:24px;height:24px}.tiktok-instruction-text{margin-bottom:1rem;max-width:280px}.tiktok-instruction-text p{font-size:14px;padding:0 .5rem}.tiktok-inapp-button{padding:10px 20px;font-size:13px;min-width:160px}}.preview-tiktok-videos{margin:2rem 0}.tiktok-videos-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem;background:rgba(0,0,0,.05);border-radius:12px;transition:all .3s ease}.tiktok-videos-header:hover{background:rgba(0,0,0,.1)}.tiktok-profile-picture{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.tiktok-account-info{display:flex;flex-direction:column;gap:.25rem}.tiktok-username{font-weight:600;font-size:.9rem;color:#000}.tiktok-follow-text{font-size:.75rem;color:#666}.tiktok-videos-grid{display:flex;flex-direction:column;gap:1rem}.tiktok-videos-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.tiktok-video-item{border-radius:12px;overflow:hidden;transition:all .3s ease;background:white;box-shadow:0 2px 8px rgba(0,0,0,.1)}.tiktok-video-item:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.15)}.tiktok-video-thumbnail{position:relative;width:100%;height:0;padding-bottom:177.78%;overflow:hidden}.tiktok-video-thumbnail-img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.tiktok-play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.6);border-radius:50%;padding:.5rem;opacity:.8;transition:all .3s ease}.tiktok-video-item:hover .tiktok-play-icon{opacity:1;transform:translate(-50%,-50%) scale(1.1)}.tiktok-video-info{padding:.75rem}.tiktok-video-title{font-size:.85rem;font-weight:500;color:#333;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:480px){.tiktok-videos-row{grid-template-columns:1fr;gap:.75rem}.tiktok-video-thumbnail{padding-bottom:177.78%}.tiktok-video-info{padding:.5rem}.tiktok-video-title{font-size:.8rem}.tiktok-videos-header{padding:.5rem}.tiktok-profile-picture{width:35px;height:35px}.tiktok-username{font-size:.85rem}.tiktok-follow-text{font-size:.7rem}}