.creator-page{display:flex;width:1080px;align-items:flex-start;gap:40px}@media screen and (max-width: 1179px){.creator-page{padding:12px;flex-direction:column;width:100%}}.creator-page_info{display:flex;width:255px;flex-direction:column;align-items:flex-start;gap:30px;flex-shrink:0}@media screen and (max-width: 1179px){.creator-page_info{width:100%}}.creator-page_info .creatorPicture{width:173px;height:173px;border-radius:203px}.creator-page_info .creator-page_bio{display:flex;flex-direction:column;align-items:flex-start;gap:40px;align-self:stretch;text-align:left}.creator-page_info .creator-page_bio p{color:var(--Neutral-800, #201e1e);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.creator-page_info .creator-page_bio .creator-page_social{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.creator-page_info .creator-page_bio .creator-page_social .social{display:flex;justify-content:center;align-items:center;gap:12px}.creator-page_info .creator-page_bio .creator-page_social .social svg{display:flex;flex-direction:column;align-items:flex-start;gap:8.333px}.creator-page_info .creator-page_bio .creator-page_social .social p{color:var(--Neutral-800, #201e1e);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-decoration-line:underline}.creator-page_products{display:flex;flex-direction:column;align-items:flex-start;gap:24px;flex:1 0 0;width:100%}.creator-page_products .search-input{display:flex;width:367px;align-items:center;gap:10px}.creator-page_products .search-input .icon-search{display:flex;width:24px;height:24px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;left:auto}.creator-page_products .tags{display:flex;align-items:flex-start;align-content:flex-start;gap:8px;align-self:stretch;flex-wrap:wrap}.creator-page_products .creator-page_products_list{display:flex;flex-wrap:wrap;gap:20px;align-self:stretch}.creator-page_products .creator-page_products_list .creator-page_products-link{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px);text-decoration:none;height:300px}@media screen and (max-width: 720px){.creator-page_products .creator-page_products_list .creator-page_products-link{flex:0 0 100%;max-width:100%}}.creator-page_products .creator-page_products_list .product{width:100%;height:100%}.made-in-creala{position:fixed;bottom:11px;right:11px;z-index:1000}.about-creala-section{max-width:1200px;margin:4rem auto;padding:0 1rem}.about-creala-section .about-creala-header{text-align:center;margin-bottom:3rem}.about-creala-section .about-creala-header .divider{width:60px;height:3px;background:linear-gradient(90deg,#6366f1,#8b5cf6);margin:1rem auto;border-radius:2px}.about-creala-section .about-creala-content .intro-text{font-size:1.1rem;line-height:1.7;color:#4b5563;text-align:center;max-width:800px;margin:0 auto 4rem}.about-creala-section .about-creala-content .feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.about-creala-section .about-creala-content .feature-grid .feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transition:transform .2s ease-in-out}.about-creala-section .about-creala-content .feature-grid .feature-card:hover{transform:translateY(-4px)}.about-creala-section .about-creala-content .feature-grid .feature-card h3{color:#1f2937;font-size:1.25rem;margin-bottom:1rem;font-weight:600}.about-creala-section .about-creala-content .feature-grid .feature-card p{color:#4b5563;line-height:1.6;font-size:.95rem}.product{background-color:#fff;display:flex;flex-direction:column;align-items:flex-start;width:100%;height:300px;border-radius:20px;overflow:hidden;box-sizing:border-box;box-shadow:var(--box-shadow-sm);position:relative;list-style:none;transition:all .2s ease;font-family:Inter,sans-serif}.product:hover{box-shadow:var(--box-shadow-md);cursor:pointer}.product:hover .arrowForward{opacity:1}.product:hover .productPrice{background-color:var(--black-800)}.product:hover .productPrice .price{color:var(--white)}.productImage{width:100%;height:200px;object-fit:cover}.productPrice{display:flex;padding:6px 8px;border-radius:30px;box-sizing:border-box;background-color:var(--accent);position:absolute;right:0;margin:12px}.productPrice .price{color:var(--black-800);font-size:.8em;font-family:Inter,sans-serif;font-weight:600;margin:0}.productDescription{width:100%;padding:12px;box-sizing:border-box;background-color:#fff;overflow:hidden}.productDescription .productTitle{color:var(--black-800);font-size:.9em;line-height:1.2em;font-family:Inter,sans-serif;font-weight:600;margin:0;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.productDescription .arrowForward{color:var(--black-800);opacity:0;position:absolute;right:12px;bottom:12px;z-index:10}.productDescription .productTags{display:flex;gap:5px;flex-flow:wrap;padding-top:5px}.author{display:flex;align-items:center;gap:6px;width:100%;padding:8px 12px;box-sizing:border-box;background-color:var(--white);position:absolute;bottom:0;left:0}.author .authorPicture{width:24px;height:24px;border-radius:50%}.author .authorName{color:var(--black-600);font-size:12px!important;line-height:.8em;font-family:Inter,sans-serif;font-weight:500}.product-link{text-decoration:none;display:flex;flex-direction:column;align-items:flex-start;width:100%;height:300px}.search-input{position:relative;display:flex;flex-direction:row;align-items:center}.search-input input{display:flex;width:400px;align-items:center;border-radius:32px;background-color:var(--white);box-sizing:content-box;padding:16px 16px 16px 54px;outline:none;border:1px solid white;transition:all .2s ease}.search-input input:hover{box-shadow:var(--box-shadow-sm)}.search-input input:focus{border:1px solid var(--black-400);box-shadow:0 0 24px #0000001b}.search-input input::placeholder{color:var(--black-400)}@media screen and (max-width: 728px){.search-input input{width:300px}}@media screen and (max-width: 425px){.search-input input{width:100%;padding:12px 12px 12px 46px}}@media screen and (max-width: 425px){.search-input{width:100%}}.icon-search{position:absolute;display:flex;margin:18px;align-items:center;left:0;color:var(--black-400)}.circular-progress{display:inline-block;animation:circular-rotate 1.4s linear infinite}.circular-progress-svg{display:block}.circular-progress-circle{stroke:currentColor;stroke-dasharray:80px,200px;stroke-dashoffset:0;animation:circular-dash 1.4s ease-in-out infinite}@keyframes circular-rotate{to{transform:rotate(360deg)}}@keyframes circular-dash{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px}to{stroke-dasharray:100px,200px;stroke-dashoffset:-125px}}
