.navbar{margin:0}.market-first{display:grid;grid-template-columns:2fr 3fr 2fr;background-color:#d3d3d3;border-radius:7px;grid-gap:15px;padding:8px}.market-first ul{margin-left:-8px;list-style:none;padding:0;margin-block-start:0;padding-inline-start:0}.market-first ul li{margin:0;font-size:17px;font-family:RalewaySemiBold;padding:2px 2px 2px 15px;transition:.3s}.market-first ul li:hover{padding-left:20px;background:linear-gradient(to right,#f1f1f1,rgba(255,255,255,0))}.market-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;margin-top:20px;margin-bottom:40px}@media (max-width:768px){.market-list{gap:10px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.market-list .banner{grid-column:span 4;margin:0}@media (max-width:968px){.market-list .banner{grid-column:span 3}}@media (max-width:768px){.market-list .banner{grid-column:span 2}}.market-category{overflow:hidden;overflow-x:scroll;scroll-behavior:smooth;position:sticky;top:33px;padding:10px;z-index:10;background:#fff}@media (max-width:768px){.market-category::-webkit-scrollbar{width:0}}@media (max-width:768px){.market-category{top:77px}}.market-category__wrapper{display:flex;gap:7px}.market-category .btn{border-radius:10px!important;padding:6px 11px!important}@media (max-width:768px){.market-category .btn{font-size:1.1em}}.market-category .btn:active,.market-category .btn:focus{border:none!important;outline:0}.market-category .btn.active{background:#f60;color:#fff;border:none}.market-head .now-view{margin-top:0;border-radius:5px;background:#f60;padding:4px 15px;color:#fff;font-size:18px;float:none;position:relative;text-align:left;border-top:1px solid #f60;width:100%}.market-head .now-view a{position:absolute;right:5px;color:#fff;font-weight:700}.market-head .now-view a i.fa{font-size:.8em}.product-view img{box-shadow:0 0 1rem #e7e7e7}.product-grid{display:grid;grid-gap:20px;grid-template-columns:3fr 1fr}.text-line-4{display:block;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.market-promo{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px}.market-promo img{width:100%;border-radius:5px}.market-promo-big{grid-column:2 span}.product-line{display:flex;align-items:center;gap:10px;padding:5px;border:1px solid #e0e0e0;border-radius:8px;max-width:800px;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.05);margin-bottom:5px;align-items:flex-start}.product-line-description{position:relative;height:-webkit-fill-available}.product-line-image{flex:0 0 auto;width:90px;height:90px;object-fit:cover;border-radius:6px}.product-line-info{line-height:1.2;padding-bottom:20px;flex:1;display:block;flex-direction:column;gap:1px;top:0}.product-line-title{font-size:15px;font-weight:600;margin:0}.product-line-description{font-size:13px;color:#666;margin:0}.product-line-price{font-size:17px!important;font-weight:700;color:#882020!important;margin:0;position:absolute;bottom:-2px}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08);transition:all .4s cubic-bezier(.175, .885, .32, 1.275);position:relative;padding-bottom:35px}.product-card.loaded{opacity:.2}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.product-card:hover .product-image img{transform:scale(1.1)}.product-card .add-to-cart{background:#ffc8e6;color:#fff;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.product-card .add-to-cart.active{background:#cd2682!important}.product-card .add-to-cart :hover{transform:scale(1.1)}.product-rating{font-size:1em}.product-rating .fa-star{color:orange;opacity:.5}.product-info{padding:12px}.product-badge{position:absolute;top:15px;right:15px;background:#ef4444;color:#fff;font-size:12px;font-weight:700;padding:5px 12px;border-radius:20px;z-index:10}.product-image{height:170px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image img{max-width:100%;max-height:100%;transition:transform .5s ease}.product-name{font-size:18px;font-weight:700;margin:8px 0;color:#1e293b;-moz-hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto}.product-description{font-size:14px;color:#64748b;margin:2px 0;min-height:50px}@media (max-width:768px){.product-description{max-height:90px}}.product-category{cursor:pointer;font-size:12px;color:#cc5200;font-weight:500;text-transform:uppercase;letter-spacing:1px;text-wrap-mode:nowrap;text-overflow:ellipsis;overflow:hidden;width:inherit!important;display:block}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:15px;position:absolute;bottom:13px;left:13px;right:13px}.product-price{font-size:20px;font-weight:700;color:#ff8b00}.product-price span{font-size:16px;color:#94a3b8;text-decoration:line-through;margin-left:5px}.spinner{color:#ffb6e2;display:flex;align-items:center;justify-content:center;height:100%;width:100%;position:absolute}.spinner:after{animation:changeContent .8s linear infinite;display:block;content:"⠋";font-size:50px;position:absolute}@keyframes changeContent{10%{content:"⠙"}20%{content:"⠹"}30%{content:"⠸"}40%{content:"⠼"}50%{content:"⠴"}60%{content:"⠦"}70%{content:"⠧"}80%{content:"⠇"}90%{content:"⠏"}}.search-bar{position:relative;margin-bottom:19px}.search-bar input{width:100%;padding:6px 13px 6px 45px;border:2px solid #e2e8f0;border-radius:15px;font-size:15px;transition:all .3s ease}.search-bar input:focus{outline:0;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.2)}.search-bar button{position:absolute;right:0;top:1px;padding:8px 15px;color:#fff;border:0;background:#cd2682;border-bottom-right-radius:15px;border-top-right-radius:15px}.search-bar i{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#94a3b8}