.sell-phone-skeleton{width:70%;margin:40px auto 80px}.skeleton{position:relative;overflow:hidden;background:#ececec;border-radius:10px}.skeleton:before{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.75),transparent);animation:shimmer 1.6s infinite}@keyframes shimmer{to{transform:translateX(100%)}}.sell-phone-top{margin-bottom:10px;margin-top:70px}.sell-phone-top .title{width:280px;height:42px;margin-bottom:20px}.sell-phone-top .breadcrumb{display:flex;align-items:center;gap:12px}.sell-phone-top .breadcrumb .crumb{height:14px;border-radius:20px}.sell-phone-top .breadcrumb .crumb.small{width:60px}.sell-phone-top .breadcrumb .crumb.large{width:180px}.sell-phone-top .breadcrumb .dot{width:18px;height:18px;border-radius:50%}.sell-phone-heading{display:flex;flex-direction:column;align-items:center;margin-bottom:40px}.sell-phone-heading .heading{width:320px;height:52px;margin-bottom:20px}.sell-phone-heading .sub-heading{width:220px;height:18px}.brand-grid{display:grid;display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:30px;margin:auto auto 50px}.brand-grid .brand-card{width:150px;height:160px;border-radius:15px;border:1px solid #f1f1f1;padding:24px 18px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.03)}.brand-grid .brand-card .brand-logo{width:90px;height:50px;margin-bottom:28px;border-radius:12px}.brand-grid .brand-card .brand-name{width:80px;height:16px;border-radius:20px}.bottom-content .content-title{width:260px;height:40px;margin-bottom:30px}.bottom-content .content-lines{display:flex;flex-direction:column;gap:16px}.bottom-content .content-lines .line{height:16px;border-radius:20px}.bottom-content .content-lines .line.full{width:100%}.bottom-content .content-lines .line.large{width:92%}.bottom-content .content-lines .line.medium{width:70%}@media(max-width:1400px){.sell-phone-skeleton{width:85%}.brand-grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:1100px){.brand-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.sell-phone-skeleton{width:92%}.brand-grid{grid-template-columns:repeat(2,1fr);gap:18px}.brand-grid .brand-card{height:160px}.sell-phone-heading .heading{width:240px;height:40px}.sell-phone-heading .sub-heading{width:180px}}@media(max-width:480px){.brand-grid{grid-template-columns:1fr 1fr}.sell-phone-top .title{width:220px;height:34px}}