.product-tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2px;list-style:none;padding:0;margin:0;margin-top:10px}.product-tags__item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;padding:6px;border:2px solid #f8db01;border-radius:8px;font-size:1rem;font-weight:700;line-height:1;color:#454545;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.product-tags__icon{width:16px;height:16px;-ms-flex-negative:0;flex-shrink:0;-o-object-fit:contain;object-fit:contain}.product-tags__name{white-space:nowrap}@media (min-width:768px){.product-tags{gap:6px}.product-tags__item{gap:6px;padding:8px 12px}.product-tags__icon{width:18px;height:18px}}