.public-product-card{background:#fff;border:1px solid #f0ede8;border-radius:12px;flex-direction:column;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.public-product-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.public-product-card__img-wrap{background:#f5f5f5;flex-shrink:0;height:150px;display:block;overflow:hidden}.public-product-card__img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.public-product-card__img-wrap:hover .public-product-card__img{transform:scale(1.04)}.public-product-card__img-empty{background:linear-gradient(135deg,#f0ede8,#e8e4de);width:100%;height:100%}.public-product-card__body{flex-direction:column;flex:1;padding:12px;display:flex}.public-product-card__name-link{margin-bottom:4px;text-decoration:none;display:block}.public-product-card__name{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;transition:color .15s;overflow:hidden}.public-product-card__name-link:hover .public-product-card__name{color:#a86a3d}.public-product-card__code{color:#bbb;margin-bottom:4px;font-size:11px}.public-product-card__desc{color:#888;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin-bottom:8px;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.public-product-card__footer{justify-content:space-between;align-items:center;gap:8px;margin-top:auto;display:flex}.public-product-card__price{color:#a86a3d;flex-shrink:0;font-size:15px;font-weight:700}.public-product-card__add-btn{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;line-height:1;transition:background .15s,transform .15s;display:flex}.public-product-card__add-btn:hover{background:#a86a3d;transform:scale(1.1)}.public-product-card__add-btn:active{transform:scale(.95)}.public-product-card__counter{flex-shrink:0;align-items:center;gap:6px;display:flex}.public-product-card__counter-btn{cursor:pointer;color:#666;background:#fff;border:1.5px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;line-height:1;transition:all .15s;display:flex}.public-product-card__counter-btn:hover{color:#1a1a1a;border-color:#1a1a1a}.public-product-card__counter-btn--plus{color:#fff;background:#1a1a1a;border-color:#1a1a1a}.public-product-card__counter-btn--plus:hover{background:#a86a3d;border-color:#a86a3d}.public-product-card__counter-val{color:#1a1a1a;text-align:center;min-width:16px;font-size:14px;font-weight:700}
.seller-profile{background:#f7f6f4;min-height:100vh}.seller-profile__cover-wrap{padding-top:120px}@media (max-width:1140px){.seller-profile__cover-wrap{padding-top:92px}}@media (max-width:992px){.seller-profile__cover-wrap{padding-top:84px}}@media (max-width:768px){.seller-profile__cover-wrap{padding-top:75px}}@media (max-width:576px){.seller-profile__cover-wrap{padding-top:71px}}@media (max-width:480px){.seller-profile__cover-wrap{padding-top:64px}}@media (max-width:375px){.seller-profile__cover-wrap{padding-top:60px}}@media (max-width:320px){.seller-profile__cover-wrap{padding-top:56px}}.seller-profile__cover{background:#e8e4de;border-radius:16px;height:280px;position:relative;overflow:visible}.seller-profile__cover-img-wrap{border-radius:16px;position:absolute;inset:0;overflow:hidden}.seller-profile__cover-img-wrap img{object-fit:cover;width:100%;height:100%}@media (max-width:768px){.seller-profile__cover-img-wrap{border-radius:12px}.seller-profile__cover{border-radius:12px;height:180px}}.seller-profile__cover-empty{background:linear-gradient(135deg,#f0ede8,#e0d8d0);width:100%;height:100%}.seller-profile__cover-rating{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffeb;border-radius:50px;align-items:center;gap:6px;padding:6px 12px;display:flex;position:absolute;top:14px;right:14px;box-shadow:0 2px 8px #0000001a}.seller-profile__cover-rating-count{color:#666;font-size:12px;font-weight:500}.seller-profile__logo-wrap{z-index:2;background:#f0ede8;border:3px solid #fff;border-radius:14px;width:80px;height:80px;position:absolute;bottom:-36px;left:24px;overflow:hidden;box-shadow:0 4px 16px #0000001f}.seller-profile__logo{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.seller-profile__logo-placeholder{color:#fff;background:#a86a3d;justify-content:center;align-items:center;width:100%;height:100%;font-size:32px;font-weight:700;display:flex}.seller-profile__body{padding-bottom:80px}.seller-profile__back{color:#999;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin:52px 0 24px;padding:0;font-family:inherit;font-size:14px;transition:color .2s;display:inline-flex}.seller-profile__back:hover{color:#1a1a1a}.seller-profile__info{border-bottom:1px solid #ebebeb;grid-template-columns:1fr 280px;align-items:start;gap:32px;margin-bottom:40px;padding-bottom:32px;display:grid}@media (max-width:768px){.seller-profile__info{grid-template-columns:1fr;gap:20px}}.seller-profile__info-left{min-width:0}.seller-profile__info-right{background:#fff;border:1px solid #f0ede8;border-radius:14px;flex-direction:column;gap:16px;padding:20px;display:flex}.seller-profile__title-row{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.seller-profile__name{color:#1a1a1a;letter-spacing:-.5px;margin-bottom:4px;font-size:26px;font-weight:700}@media (max-width:768px){.seller-profile__name{font-size:22px}}.seller-profile__type{color:#999;font-size:13px}.seller-profile__fav{cursor:pointer;color:#bbb;background:0 0;border:1px solid #e5e7eb;border-radius:8px;flex-shrink:0;padding:8px;transition:all .2s}.seller-profile__fav:hover{color:#e74c3c;border-color:#e74c3c}.seller-profile__fav--active{color:#e74c3c;background:#fff5f5;border-color:#e74c3c}.seller-profile__address{color:#666;align-items:center;gap:6px;margin-bottom:12px;font-size:14px;display:flex}.seller-profile__address svg{color:#a86a3d;flex-shrink:0}.seller-profile__desc{color:#555;margin-bottom:12px;font-size:15px;line-height:1.7}.seller-profile__legal{color:#aaa;background:#f7f6f4;border-left:3px solid #e0d8d0;border-radius:8px;padding:10px 12px;font-size:12px;line-height:1.5}.seller-profile__contact-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.seller-profile__contact-btn--phone{color:#1a1a1a;background:#f0f0f0}.seller-profile__contact-btn--phone:hover{background:#e5e5e5}.seller-profile__contact-btn--wa{color:#fff;background:#25d366}.seller-profile__contact-btn--wa:hover{background:#1da854}.seller-profile__rate{flex-direction:column;gap:8px;display:flex}.seller-profile__rate-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.seller-profile__rate-label{letter-spacing:.5px;text-transform:uppercase;color:#bbb;margin:0;font-size:12px;font-weight:600}.seller-profile__rate-stars{gap:2px;display:flex}.seller-profile__rate-star{color:#e0d8d0;cursor:pointer;background:0 0;border:none;padding:0;font-size:26px;line-height:1;transition:color .15s,transform .15s}.seller-profile__rate-star:hover{color:#a86a3d;transform:scale(1.2)}.seller-profile__rate-star--active{color:#a86a3d}.seller-profile__rate-delete{color:#bbb;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:inherit;font-size:12px;text-decoration:underline;transition:color .15s}.seller-profile__rate-delete:hover{color:#e74c3c}.seller-profile__products-layout{align-items:flex-start;gap:32px;display:flex}.seller-profile__sidebar{scrollbar-width:thin;scrollbar-color:#ddd #0000;background:#fff;border:1px solid #f0ede8;border-radius:14px;flex-shrink:0;align-self:flex-start;width:220px;padding:20px;position:sticky;top:85px}.seller-profile__sidebar::-webkit-scrollbar{width:4px}.seller-profile__sidebar::-webkit-scrollbar-track{background:0 0}.seller-profile__sidebar::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.seller-profile__sidebar-title{letter-spacing:1.5px;text-transform:uppercase;color:#bbb;margin-bottom:12px;font-size:11px;font-weight:600}.seller-profile__sidebar-list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.seller-profile__sidebar-btn{color:#555;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:8px 12px;font-family:inherit;font-size:14px;font-weight:500;transition:all .15s;display:flex}.seller-profile__sidebar-btn:hover{color:#1a1a1a;background:#f5f0eb}.seller-profile__sidebar-btn--active{color:#fff;background:#1a1a1a}.seller-profile__sidebar-count{color:inherit;opacity:.6;font-size:12px;font-weight:400}.seller-profile__products-main{flex:1;min-width:0}.seller-profile__search-wrap{margin-bottom:20px;position:relative}.seller-profile__search-icon{color:#bbb;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.seller-profile__search{box-sizing:border-box;background:#fff;border:1.5px solid #e5ddd5;border-radius:10px;outline:none;width:100%;padding:10px 14px 10px 36px;font-family:inherit;font-size:14px;transition:border-color .2s}.seller-profile__search:focus{border-color:#a86a3d}.seller-profile__search::placeholder{color:#bbb}.seller-profile__products-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (max-width:1024px){.seller-profile__products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.seller-profile__products-grid{grid-template-columns:1fr}}.seller-profile__empty{text-align:center;color:#bbb;padding:48px;font-size:15px}@media (max-width:768px){.seller-profile__products-layout{flex-direction:column;gap:20px}.seller-profile__sidebar{z-index:10;background:#fff;border-radius:14px;width:100%;padding:14px 16px;position:sticky;top:75px}.seller-profile__sidebar .seller-profile__sidebar-list{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none;flex-flow:row;gap:6px;padding-bottom:4px;overflow-x:auto}.seller-profile__sidebar .seller-profile__sidebar-list::-webkit-scrollbar{display:none}.seller-profile__sidebar .seller-profile__sidebar-btn{white-space:nowrap;border:1px solid #e5e7eb;border-radius:20px;flex-shrink:0;width:auto;padding:6px 12px}}.product-card{background:#fff;border:1px solid #f0ede8;border-radius:12px;transition:box-shadow .2s;overflow:hidden}.product-card:hover{box-shadow:0 4px 16px #00000012}.product-card__img{background:#f5f5f5;height:150px;overflow:hidden}.product-card__img img{object-fit:cover;width:100%;height:100%}.product-card__body{padding:12px}.product-card__name{color:#1a1a1a;margin-bottom:4px;font-size:14px;font-weight:600}.product-card__code{color:#bbb;margin-bottom:4px;font-size:11px}.product-card__desc{color:#888;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card__price{color:#a86a3d;font-size:15px;font-weight:700}.cart-bar{z-index:100;color:#fff;cursor:pointer;background:#1a1a1a;border-radius:50px;justify-content:space-between;align-items:center;gap:24px;width:calc(100% - 32px);min-width:320px;max-width:520px;padding:14px 20px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #00000040}.cart-bar:hover{transform:translate(-50%)translateY(-2px);box-shadow:0 12px 40px #0000004d}.cart-bar__left{align-items:center;gap:10px;display:flex}.cart-bar__right{align-items:center;gap:12px;display:flex}.cart-bar__count{color:#fff;background:#a86a3d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;font-weight:700;display:flex}.cart-bar__label{color:#ffffffd9;font-size:14px;font-weight:500}.cart-bar__total{color:#fff;font-size:15px;font-weight:700}.cart-bar__btn{color:#fff;white-space:nowrap;background:#25d366;border-radius:50px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:700;display:flex}@media (max-width:480px){.cart-bar{min-width:0;padding:12px 16px;bottom:16px}.cart-bar__label{display:none}}.order-form{z-index:200;background:#fff;border-radius:20px 20px 0 0;flex-direction:column;width:100%;max-width:480px;max-height:88vh;display:flex;position:fixed;bottom:0;right:0;box-shadow:0 -8px 40px #00000026}.order-form .order-form__privacy{color:#999;text-align:center;margin-top:8px;font-size:11px;line-height:1.5}.order-form .order-form__privacy a{color:#8b6f63;text-decoration:underline}.order-form .order-form__privacy a:hover{opacity:.7}.order-form__overlay{z-index:199;background:#00000073;justify-content:flex-end;align-items:flex-end;display:flex;position:fixed;inset:0}.order-form__head{border-bottom:1px solid #f0f0f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 20px 16px;display:flex;position:static!important}.order-form__title{color:#1a1a1a;font-size:16px;font-weight:700}.order-form__close{color:#999;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:20px}.order-form__close:hover{color:#1a1a1a}.order-form__products{flex:1;padding:0 20px;overflow-y:auto}.order-form__empty{text-align:center;color:#bbb;padding:32px;font-size:14px}.order-form__product{border-bottom:1px solid #f8f8f8;align-items:center;gap:10px;padding:12px 0;display:flex}.order-form__product:last-child{border-bottom:none}.order-form__product-img{object-fit:cover;border-radius:8px;flex-shrink:0;width:48px;height:48px}.order-form__product-info{flex:1;min-width:0}.order-form__product-name{color:#1a1a1a;margin-bottom:2px;font-size:14px;font-weight:600}.order-form__product-price{color:#a86a3d;font-size:13px;font-weight:600}.order-form__counter{flex-shrink:0;align-items:center;gap:8px;display:flex}.order-form__counter-btn{cursor:pointer;color:#666;background:#fff;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:18px;line-height:1;transition:all .15s;display:flex}.order-form__counter-btn:hover:not(:disabled){color:#1a1a1a;border-color:#1a1a1a}.order-form__counter-btn:disabled{opacity:.3;cursor:not-allowed}.order-form__counter-btn--plus{color:#fff;background:#1a1a1a;border-color:#1a1a1a}.order-form__counter-btn--plus:hover{background:#333}.order-form__counter-val{color:#1a1a1a;text-align:center;min-width:20px;font-size:15px;font-weight:700}.order-form__total{color:#666;border-top:1px solid #f0f0f0;flex-shrink:0;padding:12px 20px;font-size:15px}.order-form__total strong{color:#1a1a1a;font-size:17px}.order-form__phone{flex-shrink:0;padding:8px 20px}.order-form__phone-input{box-sizing:border-box;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .2s}.order-form__phone-input:focus{border-color:#25d366}.order-form__phone-input::placeholder{color:#bbb}.order-form__phone-input--error{border-color:#e74c3c!important}.order-form__phone-error{color:#e74c3c;margin:6px 0 0;font-size:12px}.order-form__send{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;margin:8px 20px 20px;padding:14px;font-family:inherit;font-size:15px;font-weight:700;transition:all .2s;display:flex}.order-form__send:hover:not(:disabled){background:#1da854;transform:translateY(-1px)}.order-form__send:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.order-form{max-width:100%}}
