/* Модуль "Статусы товара": раскладка под тему gazal.
   Инлайновые width/height модуля вырезаются в шаблонах — размеры задаются здесь. */

/* Стикеры в карточке списка */
.product-card__head .stikers_rod_category{position:absolute;left:6px;right:6px;top:6px;height:auto;display:flex;flex-wrap:wrap;align-items:flex-start;gap:4px;z-index:3;pointer-events:none}
.product-card__head .stikers_rod_category .category-sticker,
.product-card__head .stikers_rod_category .category-sticker.left-top,
.product-card__head .stikers_rod_category .category-sticker.left-center{position:static;top:auto;left:auto;right:auto;bottom:auto;width:auto;height:auto;padding:0}
.product-card__head .stikers_rod_category img{display:block;width:auto;height:auto;max-width:56px;max-height:56px;padding:0}

/* Статусы в карточке списка */
.product-card__info .statuses{display:flex;flex-wrap:wrap;align-items:center;gap:6px}
.product-card__info .statuses .category-status,
.product-card__info .statuses .product-status{display:flex;align-items:center;gap:4px}
.product-card__info .statuses img{display:block;width:auto;height:auto;max-width:28px;max-height:28px;margin-right:0}
.product-card__info .statuses .status-name{position:static;bottom:auto;font-size:12px;line-height:110%}

/* Стикеры на странице товара */
.product-detail__slider .stikers_rod_product{position:absolute;left:16px;right:16px;top:16px;display:flex;flex-wrap:wrap;align-items:flex-start;gap:6px;z-index:2;pointer-events:none}
.product-detail__slider .stikers_rod_product .product-sticker{position:static;width:auto;height:auto}
.product-detail__slider .stikers_rod_product img{display:block;width:auto;height:auto;max-width:90px;max-height:90px;padding:0}

/* Статусы на странице товара */
.product-info .statuses{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px}
.product-info .statuses .product-status,
.product-info .statuses .category-status{display:flex;align-items:center;gap:6px}
.product-info .statuses img{display:block;width:auto;height:auto;max-width:40px;max-height:40px;margin-right:0}
.product-info .statuses .status-name{position:static;bottom:auto;font-size:14px;line-height:110%}
