.best-products{padding:24px 0}.best-products__title{font-size:20px;font-weight:700;margin-bottom:16px}.best-products__grid{display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.best-products__card{display:flex;flex-direction:column;align-items:center;width:100%;max-width:none;gap:16px}.best-products__image-wrapper{width:100%;height:282px;border-radius:16px;overflow:hidden}.best-products__image{width:100%;height:100%;object-fit:cover;border-radius:16px}.best-products__text-group{display:flex;flex-direction:column;align-items:flex-start;width:100%;text-align:left;gap:10px}.best-products__title-text{font-size:14px;font-weight:500;color:#1f2937}.best-products__price{font-size:16px;font-weight:700;color:#1f2937}.best-products__favorite{font-size:12px;font-weight:500;color:#4b5563}@media (max-width: 1199px){.best-products__grid{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px}.best-products__card{width:343px}.best-products__image-wrapper{width:343px;height:343px}}@media (max-width: 767px){.best-products__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.best-products__card,.best-products__image-wrapper{width:343px}}.product-card{display:flex;flex-direction:column;gap:16px;width:218px}.product-card__image-wrapper{width:100%;height:218px;border-radius:16px;overflow:hidden}.product-card__text-group{display:flex;gap:10px;flex-direction:column;margin-bottom:10px}.product-card__image{width:100%;height:100%;object-fit:cover}.product-card__title{font-size:14px;font-weight:500}.product-card__price{font-size:16px}.product-card__favorite{font-size:12px;color:#888}@media (max-width: 767px){.product-card{width:168px}.product-card__image-wrapper{width:100%}}.pagination{display:flex;justify-content:center;gap:12.5px;padding:12.5px;margin-top:20px}.pagination__button{width:40px;height:40px;border:1px solid #e5e7eb;border-radius:40px;background-color:#fff}.pagination__button:hover{border:none;background-color:#2f80ed;color:#fff}.product-list__header{display:flex;justify-content:space-between;align-items:center;max-width:1200px;width:100%;height:42px;gap:12px;margin:0 auto 24px}.product-list__top{display:flex;justify-content:space-between;align-items:center;width:100%}.product-list__actions{display:flex;align-items:center;gap:12px;width:100%;margin-right:40px;justify-content:flex-start}.product-list__grid{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1200px}.product-list__add-button{color:#f3f4f6;background-color:#3692ff;width:133px;height:42px;border-radius:8px;padding:12px 23px;border:none;font-size:15px;font-weight:600;text-align:center;cursor:pointer;white-space:nowrap}.product-list__search-wrapper{flex-grow:1;max-width:325px}.dropdown{width:42px;height:42px;border-radius:50%;background-color:#fff;border:1px solid #e5e7eb;display:flex;justify-content:center;align-items:center;cursor:pointer}.dropdown__toggle{display:flex;justify-content:center;align-items:center}.dropdown__arrow{width:24px;height:24px}@media (max-width: 1199px){.product-list__add-button{width:133px}}@media (max-width: 767px){.product-list__header{display:flex;flex-direction:column;height:auto;gap:12px;padding:0 16px}.product-list__top{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:12px;margin-bottom:0}.product-list__top h3{margin:0;font-size:20px;font-weight:700}.product-list__actions{display:flex;align-items:center;width:100%;gap:12px;justify-content:space-between}.product-list__search-wrapper{flex-grow:1;max-width:none}.product-list__add-button{margin-left:0}.dropdown{width:42px;height:42px;flex-shrink:0}}.search__input{width:325px;height:42px;border-radius:12px;padding:9px 20px 9px 16px;background-color:#f3f4f6;border:none;flex:none;margin-right:10px}.search__input::placeholder{color:#9ca3af;font-size:16px;font-weight:400}@media (max-width: 1199px){.search__input{width:242px}}@media (max-width: 767px){.search__input{width:288px}}.dropdown{position:relative;display:inline-block;font-family:inherit}.dropdown__toggle{width:130px;height:42px;padding:0 16px;background:#fff;border:2px solid #e5e7eb;border-radius:16px;font-size:16px;font-weight:400;line-height:26px;color:#1f2937;text-align:left;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.dropdown__arrow{width:24px;height:24px;top:-3px;left:66px}.dropdown__menu{position:absolute;top:50px;right:20;min-width:130px;width:auto;background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;z-index:10}.dropdown__menu li{padding:12px 20px;font-size:16px;font-weight:400;line-height:26px;color:#1f2937;text-align:center;cursor:pointer;border-bottom:1px solid #e5e7eb;white-space:nowrap}.dropdown__menu li:last-child{border-bottom:none}.dropdown__menu li:hover{background-color:#f3f4f6}@media (max-width: 1199px){.dropdown{width:130px;height:42px}}@media (max-width: 767px){.dropdown{width:auto;position:relative}.dropdown__toggle{width:42px;height:42px;padding:0;justify-content:center}.dropdown__arrow{width:20px;height:20px}.dropdown__menu{top:48px;min-width:120px;right:0}}.items{max-width:1200px;margin:0 auto;overflow-x:hidden}@media (max-width: 1199px){.items{width:100%;padding:0 24px}}@media (max-width: 767px){.items{width:100%;padding:0 16px}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;font-family:Arial,sans-serif}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer;font:inherit}.header{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;width:100%;height:70px;border-bottom:1px solid #dfdfdf}.header__logo{display:flex;align-items:center;margin-left:200px}.header__logo-img{width:153px;height:51px}.header__nav-container{margin-left:24px}.header__nav{display:flex;gap:16px}.header__nav a{font-size:18px;font-weight:700;line-height:26px;text-decoration:none}.active{font-weight:700;color:#3692ff}.market-active{color:#3692ff;font-weight:700}.header__right .header__user-img{width:40px;height:40px;margin-right:40px}@media (max-width: 1199px){.header__logo{display:flex;margin-left:0}}@media (max-width: 767px){.header__nav a{font-size:16px}.header__logo{display:flex;margin-left:0;width:376px;padding:0 16px}.header__logo-img{width:81px;height:40px}}.image-upload-title{font-size:18px;font-weight:700;color:#1f2937;margin-bottom:12px}.image-upload-container{display:flex;gap:16px}.image-upload-box{width:300px;height:300px;border-radius:12px;background-color:#f3f4f6;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;position:relative;overflow:hidden}.image-upload-plus{font-size:32px;color:#9ca3af;margin-bottom:8px}.image-upload-text{color:#9ca3af;font-size:14px}.image-upload-input{display:none}.image-preview{position:relative;width:300px;height:300px;border-radius:12px;overflow:hidden}.image-preview img{width:100%;height:100%;object-fit:cover;border-radius:12px}.image-remove{position:absolute;top:8px;right:8px;background:#9ca3af;color:#fff;border:none;border-radius:50%;width:24px;height:24px;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.image-upload-warning{font-size:16px;font-weight:400;line-height:26px;color:#f74747;margin-top:10px}@media (max-width: 1199px){.image-upload-box,.image-preview{width:168px;height:168px}}.input-field{margin-bottom:32px;display:flex;flex-direction:column}.input-field__label{font-size:18px;font-weight:700;margin-bottom:12px;width:100%}.input-field__input{width:100%;padding:16px 20px;font-size:16px;font-weight:400;border-radius:12px;border:none;background-color:#f3f4f6;color:#9ca3af;resize:none;line-height:26px}.input-field textarea.input-field__input{min-height:282px}.tag-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.tag-item{background-color:#f3f4f6;color:#1f2937;padding:8px 12px;border-radius:9999px;display:flex;align-items:center;font-size:16px;font-weight:400}.tag-item .tag-remove{background:#9ca3af;color:#fff;border:none;border-radius:50%;margin-left:8px;width:20px;height:20px;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center}.additem{max-width:1200px;margin:24px auto 0 360px;display:flex;flex-direction:column;gap:24px}.additem-header{display:flex;justify-content:space-between;align-items:center}.additem-header>h2{font-size:20px;font-weight:700;color:#1f2937}.submit-button{background-color:#b0b8c1;color:#f3f4f6;padding:10px 20px;border-radius:8px;border:none;cursor:not-allowed;font-size:16px;font-weight:600}.submit-button:not(:disabled){background-color:#3692ff;cursor:pointer}.additem-image-section{margin-bottom:20px}@media (max-width: 1199px){.additem{width:100%;padding:0 24px;margin:16px auto 0}}@media (max-width: 767px){.additem{width:100%;padding:0 16px}}
